calvinmetcalf / shapefile-js

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

Small bug? #143

Closed Andrei-Chiriac closed 2 years ago

Andrei-Chiriac commented 3 years ago

Helllo,

In index.js, line 162, instead of return parseShp(shp); shoudn't it be return parseShp(shp, prj); ?

calvinmetcalf commented 3 years ago

yes I think you are right, do you want to open a pull request to fix it ?

calvinmetcalf commented 2 years ago

this has been fixed