-
Notifications
You must be signed in to change notification settings - Fork 64
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
Bugs caused by similar or identical input geometries #41
Comments
Here's another
|
Thanks for the bug(s) @rf- |
The two sets of coordinates above for which polygon-clipping is throwing a The first set of coordinates above (the one that results in the infinite loop) I think is a different error, this issue will track the problem with that first set of coordinates. |
Both the bugs above are resolved by this commit |
Verified all these coordinates now work. Fix will be included in next release to NPM. |
I've been seeing some crashing bugs caused by specific inputs to
union
with version 0.8.0.For example:
This seems to cause an infinite loop.
I thought the issue could be related to overly-precise coordinates, but I also see issues sometimes with rounded coordinates. For example, this input causes a
SweepEvent comparison failed
error:The text was updated successfully, but these errors were encountered: