mapbox / shp-write

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

Support custom prj #54

Open arnoud-dv opened 7 years ago

arnoud-dv commented 7 years ago

This simply writes the string passed with the prj option to the .prj file. If prj option is not defined the WGS84 WKT is written to the .prj file.

Note that this also includes code from https://github.com/mapbox/shp-write/pull/53

sheindel commented 10 months ago

Included in https://github.com/mapbox/shp-write/pull/107