mapbox / shp-write

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

update shpfile #81

Closed cumtyan closed 10 months 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 10 months 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.