REST query with input geometry

5822
2
Jump to solution
10-18-2019 07:18 AM
JamesCrandall
MVP Frequent Contributor

All I'm trying to do is work out the query against the ESRI USA counties service using an input geometry.

https://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services/USA_Counties/FeatureServer/0/query 

Point: -80.08364145199994, 26.69091499900003

I've tried setting the input spatial reference but still not getting the result I expect.  At this point I simply want to work out the query at the REST interface.

Thanks

0 Kudos
1 Solution
2 Replies
JamesCrandall
MVP Frequent Contributor

arghhhh… I forgot it needs the 1=1 in the where clause.

Thanks.