-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added test cases for issue #852 #892
Conversation
Issue: #852 |
Ooops I just wanted to add my changes to @grundid's ones, but that (of course! 😞 ) actually merged his branch to mine. Sorry, I guess I should have merged with Anyway, I noticed increasing the precision of |
I would pull down his branch and make the changes from there, don't know of an easy way to do that, it's only 2 files so I would end up doing it manually. |
Not too sure if changing the decimal points of truncate would be the solution here, I think better handling of the exact start & end points would be a better approach. Seems like it's having difficulties with exact coordinates, not too sure if we can exclude points from generating lines which are less then 10cm (0.000001 degrees) apart. |
@stebogit That's what happens when you reply to GitHub issues on the bus 😆 |
@stebogit Add your commit to this branch |
Thanks @DenisCarriere to fixing my mess! |
That's correct, ideally we would create a branch on TurfJS, that way it's a bit easier to switch between branches. |
Ok, it should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! 👍 Looks good to me
@grundid Just published a patch release for |
The tests fail as expected.