calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
MIT License
735 stars 230 forks source link

Add optional argument to manipulate each geometry before being saved #92

Closed danieledler closed 3 years ago

danieledler commented 6 years ago

This makes it possible to load bigger shapefiles, by simplifying the geometry on the fly.

calvinmetcalf commented 3 years ago

not sure this is a good, fit