|
From: Peter B. <pet...@ya...> - 2014-11-20 11:43:34
|
Hello- Does geotools support, or plan to support, TopoJSON? A quick search on the GeoTools website didn't reveal anything and I haven't seen any discussions recently on this list. The file sizes for TopoJSON files are significantly smaller than GeoJSON which is ideal for web mapping applications (e.g. D3.js, OpenLayers, etc). Ideally, I would like to pull data out of a database like PostgeSQL or MSSQL via GeoTools and generate TopoJSON programmatically (vs command line tools). I found a couple java implementations of TopoJSON on GitHub: https://github.com/mibcxb/topojson https://github.com/bouviervj/topojson-j Any thoughts/suggestions? Thanks,Peter |