mapbox / shp-write

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

Support 3D geometry? #82

Closed rfrenz-avio closed 3 years ago

rfrenz-avio commented 3 years ago

SHP-write currently drops Z coordinates from the GeoJSON geometry provided. Is this due to some technical limitation, or could it be added (possibly via a flag passed in the options object)?

Any insight is appreciated before I try to make this change.

Thanks, -Ryan

rfrenz-avio commented 3 years ago

Sorry for any noise, I found ESRI's fork which has what I need.