Closed 850036165 closed 2 weeks ago
can you share the shapefile you are having trouble parsing?
thanks @calvinmetcalf ,i think it might be the problems of the shape file. 1, got this file in https://geojson.io/ , i draw 2 polygon and save as a ziped shapefile 2, use shp.js to parse it ,failed. 3, tried to open it in the https://mapshaper.org/ , it can be open 4, tried to open it in arcgis, failed. 5, looks like it is the problem of the file not the shp.js
mapbox/geojson.io#847 looks to be the issue
when i parse a shp.zip file, if the file contant only one Polygon , i works good. but when the file looks like this, the data can't parse properly, it seems the data be parsed as MultiPolygon and the coords are lose.