topojson / topojson-server

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

Prequantization does not preserve additional dimensions. #5

Open mbostock opened 7 years ago

mbostock commented 7 years ago

It only preserves x and y.

Note that postquantization, as in topojson.quantize and topojson.untransform, does the right thing. It’s just delta.js that’s broken. Well actually I realized there’s a small bug there, too: topojson/topojson-client#12

Moved from topojson/topojson#245.