Bolton-and-Menk-GIS / restapi

Python API designed to work externally with ArcGIS REST Services to query and extract data, and view service properties. Uses arcpy for some functions if available, otherwise uses open source alternatives to interact with the ArcGIS REST API. Also includes a subpackage for administering ArcGIS Server Sites.
GNU General Public License v2.0
93 stars 31 forks source link

Add a default "Null" value in case of missing geometry type #49

Open jacklinke opened 2 years ago

jacklinke commented 2 years ago

Corrects #48

philnagel commented 2 years ago

Thank you for your PR and the sample data in the issue you submitted. Would you happen to have a public service URL (or one you could privately share credentials to) that exhibits this issue so we can test directly against a service?

philnagel commented 1 year ago

@jacklinke just following up since it's been a while - are you able to share a service URL that includes such a malformed geometry for testing? Thanks!