You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for providing this aweseome gem!
If I saw correctly, all Nominatim lookups go to the /search endpoint. While this covers most use cases, some are missing, such as looking up an osm_id, which is done through the /lookup endpoint. For example:
Yes you are correct, and yes I'm interested in adding support for OSM ID lookups. Thanks for noting this. It could be implemented similar to how some lookups detect a forward or reverse geocoding query and adjust the URL, using a base_query_url method. See the Here lookup, for example.
Thank you for your quick answer! Do you require assistance with this? I might be able to help next year, given that I'll have more time then than I do have now.
Thank you very much for providing this aweseome gem!
If I saw correctly, all Nominatim lookups go to the
/search
endpoint. While this covers most use cases, some are missing, such as looking up anosm_id
, which is done through the/lookup
endpoint. For example:curl 'http://localhost:8080/lookup?osm_ids=R1702265&format=jsonv2&addressdetails=1'
Would you be interested in supporting the lookup endpoint as well?
Best,
Kalsan
The text was updated successfully, but these errors were encountered: