Query Nearest Street for Information Using Lat/Long

565
1
05-18-2018 12:18 PM
DanielDunn
New Contributor

I'm looking to use REST services to return the Snow Removal priority and current status for that street.

I have the addresses geocoded without issue, but I'm not sure how to approach getting the information from the street layer map once I have the lat/long.

This is the rest service I'd be making the query against:

Layer: Powell Bill Streets (ID: 0) 

What would be the best way to return the SnowStatus and Snow_remov field data based on the nearest street of a provided lat/long?

Any thoughts on how to best approach this?

0 Kudos
1 Reply
XanderBakker
Esri Esteemed Contributor

I would have expected that using a query and toss in the point geometry with a reasonable query distance should yield some result, but it does not in my example...

https://gisweb.townofchapelhill.org/arcgis/rest/services/CorporateData/PowellBillStreets/MapServer/0... 

0 Kudos