mapbox / shp-write

create and write to shapefiles in pure javascript
BSD 3-Clause "New" or "Revised" License
300 stars 187 forks source link

update shpfile #81

Closed cumtyan closed 1 year ago

cumtyan commented 3 years ago

i have created a shpfile, now i want update this shp by add a point, how could i do? ts.

syonfox commented 3 years ago

regenerate from json :)

sheindel commented 1 year ago

This wouldn't necessarily apply to this library, it is more up to your handling of the input GeoJSON. This only converts GeoJSON to shp data as a one way conversion, no editing supported.