You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data.zip
Try union with this list of multiPolygonData
It returns : Unable to find segment #4276 [12956599.95, 4852135.8] -> [12956600.7, 4852135.8] in SweepLine tree. Please submit a bug report.
I think the bug is cased by split function. It will change the reference of segment but you didn't maintain the structure of the splay tree. Such that the remove function of the tree goes wrong.
The text was updated successfully, but these errors were encountered:
data.zip
Try union with this list of multiPolygonData
It returns : Unable to find segment #4276 [12956599.95, 4852135.8] -> [12956600.7, 4852135.8] in SweepLine tree. Please submit a bug report.
I think the bug is cased by split function. It will change the reference of segment but you didn't maintain the structure of the splay tree. Such that the remove function of the tree goes wrong.
The text was updated successfully, but these errors were encountered: