-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Map Search Bar no longer generating results #197
Comments
I believe this is the issue: osm-search/Nominatim#3134 The public Nominatim Geocoding API server recently updated/was completely rewritten and introduced this change: https://github.com/osm-search/Nominatim/releases/tag/v4.3.0 Our ol-geocoding dependency needs to be updated for the currect URL path. |
Good catch @gbathree and @paul121! It looks like this has been fixed in We may just need to update our NPM packages and publish a new release. |
Fixed by #198. |
Describe the bug
Search bar in farmOS Map is no longer working. Tested in coffeeshop.farmos.net and another instance (both managed by Farmier). When you attempt to search it reports "Error! No Internet Connection?". I think this is an everywhere issue and should be quickly repeatable. It appears maybe (based on the console log, see below) that this may be a change in CORS policies for the API which would normally return the search results (?).
Expected behavior
Should search and find addresses.
Screenshots
This was tested in firefox (ubuntu) and probably chrome (windows), but I think this isn't a browser or OS issue.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: