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
The data structure should make merging of adjacent polygons easy. Can you give me some hints how to implement a merging algorithm? The javascript topojson library does contain this functionalitiy (https://github.com/mbostock/topojson/wiki/API-Reference#wiki-merge) but I want to do it server side and with java.
The text was updated successfully, but these errors were encountered:
Hi,
Yes this is more a mergeArcs function, should not be too complex, we have to remove arcs in common between 2 polygons and create a new topology. I have not so much time for now, but for sure I will have a look at it.
The data structure should make merging of adjacent polygons easy. Can you give me some hints how to implement a merging algorithm? The javascript topojson library does contain this functionalitiy (https://github.com/mbostock/topojson/wiki/API-Reference#wiki-merge) but I want to do it server side and with java.
The text was updated successfully, but these errors were encountered: