perliedman / leaflet-routing-machine

Control for routing in Leaflet
https://www.liedman.net/leaflet-routing-machine/
Other
1.06k stars 347 forks source link

Updating Nominatim url to reflect API changes #696

Open servaram opened 8 months ago

servaram commented 8 months ago

The Nominatim geocoder stoped working.

resulted in a 404 Not Found response: File Not Found File not found: API no longer accessible via this URL

Here is the Nominatim service response for given url:

File not found: API no longer accessible via this URL Using the URL /search/ and /reverse/ (with slashes) is no longer supported. Please use URLs as given in the documentation.

Examples how to change the URL:

You use: https://nominatim.openstreetmap.org/search/?q=Berlin Change to: https://nominatim.openstreetmap.org/search?q=Berlin

You use: https://nominatim.openstreetmap.org/search/US/Texas/Huston Change to: https://nominatim.openstreetmap.org/search?q=Huston, Texas, US