mapbox / shp-write

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

Fix point export #69

Closed hwbllmnn closed 2 years ago

hwbllmnn commented 5 years ago

Record indexes in shape files need to start at 1 not 0.

kmanzana commented 4 years ago

I have run into this issue and can verify this fix takes care of the problem. Would love to see it included in the main library!

hwbllmnn commented 2 years ago

This fix is available in my maintenance branch, so I'm closing this.