calvinmetcalf / shapefile-js

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

Error: I don't know that shp type #164

Closed adoug closed 2 years ago

adoug commented 2 years ago

Looks like it can't determine the shapefile version?

I get this value 1852403039 from this.getShpCode(); call

In QGIS this shapefile zip shows up as Polygon (MultiPolygon) The contents of the zip have files with same name and these extensions: .cst, .dbf, .prj, .shp, .shx

adoug commented 2 years ago

Issue ended up being something else, solved using this https://github.com/calvinmetcalf/shapefile-js/issues/104