topojson / topojson-server

Convert GeoJSON to TopoJSON.
ISC License
117 stars 32 forks source link

Disable automatic type reduction? #3

Closed mbostock closed 7 years ago

mbostock commented 7 years ago

The tiny optimization provided by reducing a MultiPolygon of coordinates.length 1 to a Polygon is probably not worth the effort, and could be made optional.

Moved from topojson/topojson#299.