Skip to content
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

Planner map search location problem #326

Closed
vmarc opened this issue Sep 16, 2023 · 1 comment
Closed

Planner map search location problem #326

vmarc opened this issue Sep 16, 2023 · 1 comment
Assignees

Comments

@vmarc
Copy link
Owner

vmarc commented Sep 16, 2023

In the planner map, when using the button with the magnifying glass icon to zoom/pan to a location with a given name, the application reacts with following message:

Error! No internet connection?

The location search feature uses Nomatim to find the location. In the browser development tools network tab, we can see that Nomatim responds with an http error code 404 for each request. This turns out to be the result of a change in the Nomatim api.

See issue:

The new implementation is stricter when it comes to the URL. /search/? is no longer permissible, you need to use `/search?'.

Thanks to Jakka for reporting this problem.

@vmarc
Copy link
Owner Author

vmarc commented Sep 16, 2023

The problem was resolved by upgrading to the laterst versions of OpenLayers and ol-geocoder.

@vmarc vmarc closed this as completed Sep 16, 2023
@vmarc vmarc self-assigned this Sep 16, 2023
vmarc added a commit that referenced this issue Sep 16, 2023
vmarc added a commit that referenced this issue Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant