calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
715 stars 228 forks source link

Fix parsing of single points with Z coordinates. #106

Closed freekvw closed 5 years ago

freekvw commented 5 years ago

Single points with Z coordinates did not work because the library tried to read the Z coordinate as two doubles instead of one.