tannerjt / AGStoShapefile

Convert ArcGIS Server Dynamic Map Service to GeoJSON and Shapefile
MIT License
213 stars 47 forks source link

Read Error #23

Open fruhwirthj opened 8 years ago

fruhwirthj commented 8 years ago

Hi - I'm trying to pull data from a large dataset (using the bigdata branch).
Here's the error Im getting:

info: TypeError: Cannot read property 'attributes' of undefined at toGeoJSON (C:\Users\jfruhwirth\Downloads\AGSBigData\node_modules\esri2geo\esri2geo.js:18:24) at C:\Users\jfruhwirth\Downloads\AGSBigData\agstoshp.js:186:17 at _fulfilled (C:\Users\jfruhwirth\Downloads\AGSBigData\node_modules\q\q.js:834:54) at self.promiseDispatch.done (C:\Users\jfruhwirth\Downloads\AGSBigData\node_modules\q\q.js:863:30) at Promise.promise.promiseDispatch (C:\Users\jfruhwirth\Downloads\AGSBigData\node_modules\q\q.js:796:13) at C:\Users\jfruhwirth\Downloads\AGSBigData\node_modules\q\q.js:604:44 at runSingle (C:\Users\jfruhwirth\Downloads\AGSBigData\node_modules\q\q.js:137:13) at flush (C:\Users\jfruhwirth\Downloads\AGSBigData\node_modules\q\q.js:125:13) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9)

Here's the REST service I'm trying to pull from: hazards.fema.gov/gis/nfhl/rest/services/public/NFHL/MapServer/28

Any help would be appreciated.

Thanks