mapbox / shp-write

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

Need to update dbf dependency #29

Closed mbloch closed 8 years ago

mbloch commented 8 years ago

shp-write currently depends on v0.1.0 of dbf, which has a few serious bugs. It causes the 0x0D header terminator to be written to the wrong location, and it overwrites the last data byte of the last data record with 0x1A (EOF). Updating to the current version of dbf (0.1.2) will fix. (This bug currently affects all Shapefiles generated by geojson.io).

tmcw commented 8 years ago

Thanks for the heads-up! I've released 0.2.5. with updated dependencies.