mapbox / shp-write

create and write to shapefiles in pure javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update shpfile

cumtyan opened this issue · comments

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

commented

regenerate from json :)

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.