Open
Description
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.
Activity