-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access-Control-Allow-Origin Openstreetmap problem #179
Comments
but it appears here like it was already fixed
|
Yeah, are you using the latest version? |
yes |
@michaelhjulskov okay, so I think we can close this? |
yes I can close it But please let me know if you have an idea how to force read the new js fil |
crap. I cant get it to work, because the browser keeps loading the old cached js file |
HI Can I suggest to rename the included JS file if its altered. That would force browser to reload of the included JS file. My customers complain and f5 dont help. Thank you |
Hi
I get this error in my console
I did a little digging and it seems like a simple solution is
this url
https://nominatim.openstreetmap.org/search/?format=json&q=DK,%209310,%20vodskov
should be:
https://nominatim.openstreetmap.org/search?format=json&q=DK,%209310,%20vodskov
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 for more details.
The text was updated successfully, but these errors were encountered: