-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse Geocode, addresses, Route and milepost #115
Comments
My estimate for this is 3-5 hours to add this to the existing popup. |
A person clicks on the map...In addition to the information returned by atlas's current map click identify function If they are near (50 meters) a street, it returns the full street name with, if applicable, an interpolated house number as the 'Approximate Street Address' In addition, If they are with 50 meters of a road that has a UDOT route identifier, it returns the route number and interpolated milepost position of the nearest road. This is returned as 'Approximate Milepost' |
I don't remember the use case for this, or if it was requested by an external person. I guess no harm in it being here and prioritized for the future |
A person clicks on the map, if they are near a street, it gives the information. If they are on a state or federal route that does not have an address range, it returns the nearest route and milepost (within 50 meters).
The text was updated successfully, but these errors were encountered: