calvinmetcalf / shapefile-js

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

Handle bad geometries #124

Closed luketheobscure closed 2 years ago

luketheobscure commented 4 years ago

When importing shapefiles with a bad geometry, the results assign the incorrect geometry to items from the parsed dbf file.

This PR just makes sure that the results from getRows match what is parsed in parseDbf.

I went ahead and ran build and min. I can roll back those changes if you would rather just do that once before release.

calvinmetcalf commented 2 years ago

i think this has probably been handled by some changes since then