Replies: 2 comments 1 reply
-
Try
and see what happens. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In other words, you should union the polygons one-by-one. I once wrote a more efficient implemention for this (using boxes and combining what appropriate) but ATM I cannot remember where it is in github (apart from somewhere on my harddisk) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My multipolygon consists of multiple polygons, but these polygons intersect in pairs. If I perform union operation, can I get only one polygon? The code is as follows:
I want the
output
to contain only one polygon.Beta Was this translation helpful? Give feedback.
All reactions