Replies: 1 comment
-
Try
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an actual business scenario like this. Employees will draw a lot of two-dimensional polygons or multipolygons, but the drawings they draw are not standard.there are very small gaps or holes between two adjacent polygons . This causes two problems. One is that the merging of many geometries is slow. There is no more performant merge algorithm. Another problem is that there are many useless gaps and small holes after merging. Is there any good solution? I have been looking for a long time but I have not found a good solution. I look forward to your reply! The merging method I use now is to convert all geometries into one geometry first, and then buffer it, but this will also cause many problems, and I will not discuss the specific issues for the time being.
Beta Was this translation helpful? Give feedback.
All reactions