agrc / atlas

The UGRC template for creating single page mapping applications.
https://atlas.utah.gov
MIT License
38 stars 16 forks source link

Reverse Geocode, addresses, Route and milepost #115

Open brigsz opened 9 years ago

brigsz commented 9 years ago

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).

stdavis commented 9 years ago

My estimate for this is 3-5 hours to add this to the existing popup.

BGranberg commented 9 years ago

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'

brigsz commented 1 year ago

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