calvinmetcalf / shapefile-js

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

Added the proj parameter to the parseShp call #145

Closed arturandre closed 3 years ago

arturandre commented 3 years ago

It seems that the inverse projection never occured when the files (.shp, .prj) were used out of a zip file. I tested by adding the projection parameter 'prj' in the parseShp call and it seems that now the inverse projection is performed when the .prj file is passed along with the .shp file (with the combine function).