You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ esri2geojson http://gis.naperville.il.us/Geocortex/Essentials/REST/sites/GisViewer/map/mapservices/0/layers/20 naperville_zoning_122417.geojson
2017-12-24 18:31:14,265 - cli.esridump - INFO - Source does not support feature count
Traceback (most recent call last):
File "/usr/local/bin/esri2geojson", line 11, in <module>
sys.exit(main())
File "/Library/Python/2.7/site-packages/esridump/cli.py", line 103, in main
feature = next(feature_iter)
File "/Library/Python/2.7/site-packages/esridump/dumper.py", line 304, in __iter__
oid_field_name = self._find_oid_field_name(metadata)
File "/Library/Python/2.7/site-packages/esridump/dumper.py", line 156, in _find_oid_field_name
if f['type'] == 'esriFieldTypeOID':
KeyError: 'type'
The text was updated successfully, but these errors were encountered:
Yea, we've been trying to figure out a way to use Geocortex servers. They wrap the Esri stuff so that it looks like Esri but it's not quite compatible with the way we do our searches.
Geocortex Essentials is a non-ESRI product that looks and acts like ArcMap/MapServer.
The City of Naperville, Illinois, uses it to power its Your Place (zoning) map.
The zoning layer is here: http://gis.naperville.il.us/Geocortex/Essentials/REST/sites/GisViewer/map/mapservices/0/layers/20
Here's the full command and error response:
The text was updated successfully, but these errors were encountered: