I have about a dozen of polygons that I am taking union of (tried both union method and the core api), but the two of them are completely ignored.
I have been stuck on this whole for a whole day, and spent another hour in compiling this example with reproducible error for easy debugging
https://codesandbox.io/s/polybooljs-forked-6vto7
In this example poly1 and poly2 (green and magenta) are not present in the union
I have about a dozen of polygons that I am taking union of (tried both union method and the core api), but the two of them are completely ignored.
I have been stuck on this whole for a whole day, and spent another hour in compiling this example with reproducible error for easy debugging
https://codesandbox.io/s/polybooljs-forked-6vto7
In this example poly1 and poly2 (green and magenta) are not present in the union