mapbox / shp-write

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

Undefined and nulls in the last feature item eliminate the feature attribute entirely from the data set. #31

Closed DavidMorton closed 8 years ago

DavidMorton commented 8 years ago

I believe you have already fixed this in dbf, on fields.js:

https://github.com/mapbox/dbf/commit/1f81297ee4403b19605d2933fc19084cb9e53a61

All that remains to fix this particular issue is to release the latest dbf on npm. Could you do that for me? We're planning on using this for our ESRI GIS exports.

-David