geocoders / geocoder-tester

Run search queries against a geocoder that supports geocodejson spec.
Other
40 stars 23 forks source link

Add support for nominatim details API #58

Open darkshredder opened 3 years ago

darkshredder commented 3 years ago

Currently, we can only look up locations based on a search query or through latitude or longitude. But if the user wants to just check for a specific osm_type + osm_id it is not available as of now. This can be made possible through Nominatim detail's API .