mapbox / shp-write

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

Added support for PointZ, PolylineZ, PolygonZ, MultiPoint, MultiPointZ #60

Open jeff-tenhave opened 6 years ago

jeff-tenhave commented 6 years ago

Adds support for PointZ, PolylineZ, PolygonZ, MultiPoint, MultiPointZ. This is partially based on this PR by @webprofijt, except that multiple types of geometry will not be written to the same shapefile. @danswick.

charitha93 commented 8 months ago

Hi I was just wondering as to the status of this PR. I am currently running into an issue where I am trying to write multipoints to a shapefile. Until I came across this PR I was not sure whether or not it had been implemented.