-
Notifications
You must be signed in to change notification settings - Fork 949
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
bug :intersect returns null although two polygones crosses each other #1883
Comments
@zx3236114 it looks like the issue is due to coordinates precision. Just FYI the package still works, even though you lose some details on your geometries, if you don't exceed (at least in your case) 4 decimals: |
There is a chance to get more precision? I use this on maps and need precision of 2-3 meters |
The version 6.2.0-alpha.2 seems to solve the problem. At least for me it works now. |
This is still an issue. One workaround is to do use turf.difference a couple times. |
Has this bug been fixed? I still have problems with it,Is there a solution?thank you |
Resolved in v6.2.0 |
turf.intersect returns
null
but two polygons crosses each otherThe text was updated successfully, but these errors were encountered: