topojson / topojson-client

Manipulate TopoJSON, such as to merge shapes, and convert it back to GeoJSON.
ISC License
213 stars 63 forks source link

Fix MultiLineString test in feature-test.js #20

Closed denisname closed 6 years ago

denisname commented 6 years ago

The MultiLineString test is done on a LineString geometry, which is the same code as for the LineString test... So, I changed the topology object to MultiLineString. Test still pass.

mbostock commented 6 years ago

Thanks!