gipong / shp2geojson.js

Convert shapefile to geoJSON via a web browser without Server-Side code. This conversion will unzip your file and reproject the data with correct encoding in JavaScript.
http://gipong.github.io/shp2geojson.js/
MIT License
260 stars 92 forks source link

Uncaught exception when parsing the projection (.prj) file with unknown datum #1

Closed u10313335 closed 8 years ago

u10313335 commented 9 years ago

Caused by proj4js/proj4js#143 Since this issue has not been solved yet, I suggest a workaround that just stopping loading the projection file and prompting a message like 'Unsupported Projection: EPSGUSER'. Will send a PR later.