Is is possible to find the nearest highway record given a lon lat? I suppose I could pass the current map bounds, but in some cases it might be that the nearest street is not in view. Is this possible, and how could I do this? (without downloading and hosting the data myself) Thanks Sam asked 21 Jun '13, 15:42 sambomartin |
See there: resolving-latitudelongitude-to-the-closest-osm-node (but not restricted to external tools).
That similar question might help too: how-do-i-find-the-nearest-cities-to-a-point-using-latitude-and-longitude-in-nominatim. Well, in fact that might be the answer to your question - maybe you just need to adjust the query. Be sure to respect the usage policy of any external service you use (no over-use).