-
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
Add optional parameter to disable truncating coordinates to @turf/intersect #1118
Comments
That would be very helpful! Please let me know if you have a chance to add that parameter. |
👍 Indeed
Unfortunately I won't have time to implement this, however feel free to push a PR with the proposed feature. |
Thanks for letting me know. I'm working on using JSTS for those transforms and it's looking promising. I appreciate for your help! |
Hello, has there been any progress on this? Thanks! |
This now no longer happens in v6 onwards |
I've noticed that most turf.js transform functions return highly precise geometries, but I'm having trouble with the intersect function only returning six decimal points of precision. Consider these polygons:
Is there a way to get higher precision from this function?
The text was updated successfully, but these errors were encountered: