Cannot figure out a workaround for INFINITE LOOP while unifying polygons #153
Replies: 4 comments
-
We're running into a similar issue with the |
Beta Was this translation helpful? Give feedback.
-
Encountering this as well – would've loved to use the library if not for infinite loops! |
Beta Was this translation helpful? Give feedback.
-
Hi, @Brandon10x15 , I tried you data and this is what I got: I assume this is not what you planned. |
Beta Was this translation helpful? Give feedback.
-
@DeveloperUX , @max-vogler , |
Beta Was this translation helpful? Give feedback.
-
So basically I have a bunch of overlapping circles, which Im transforming to Polygons, checking for any intersecting polygons, and adding all of the polygon coordinates to an array, and then it should unify all of the polygons into one. Here's what I have so far
Here is the area that is being tested to merge.
The code
the result coordinates printed to console
The error (line 336 is the line that calls unify())
I have reviewed all of the old issues for this infinite loop but have not been able to find a workaround
Beta Was this translation helpful? Give feedback.
All reactions