calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
714 stars 228 forks source link

It removes metadata as name and id from shapefile #185

Closed mgm793 closed 8 months ago

mgm793 commented 1 year ago

When you parse the shapeFile it removes name and id from the feature. The output it's always coordinates, type and bbox.

My suggestion is to add also the name and Id if them are present on the original shapefile.