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
If we try to drag the coordinates via Nominatim in an address in the backend via the LocationMapWizard, we get the error message in the console
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
See [github issue #3134](https://github.com/osm-search/Nominatim/issues/3134) for more details.
Bug Report
Current Behavior
If we try to drag the coordinates via Nominatim in an address in the backend via the LocationMapWizard, we get the error message in the console
Environment
Our quick and dirty fix
File: tt_address/Classes/FormEngine/FieldControl/LocationMapWizard.php
Lines 49ff
The text was updated successfully, but these errors were encountered: