calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
MIT License
735 stars 230 forks source link

parseShp/parseDbf not a method #34

Closed u-jo closed 3 years ago

u-jo commented 9 years ago

When trying to use combine, the shp.parseShp and parseDbf are not available methods

cc-erty commented 8 years ago

I'm experiencing a similar issue, in index.js:109, I believe there should be a call to shp.parseDbf instead of just parseDbf.

calvinmetcalf commented 8 years ago

it's definitely exported and the internal method it hits the right method