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
We use parts of the geosearch code for placing a marker on a leaflet map. If you use a browser on some windows systems and input a address containing umlauts like "ä" or "ü" then you will get a 400 response from OSM. This can be fixed by encoding the query before passing it to L.Util.getParamString().
We use parts of the geosearch code for placing a marker on a leaflet map. If you use a browser on some windows systems and input a address containing umlauts like "ä" or "ü" then you will get a 400 response from OSM. This can be fixed by encoding the query before passing it to L.Util.getParamString().
We have done this at https://github.com/smeijer/L.GeoSearch/blob/master/src/js/l.geosearch.provider.openstreetmap.js#L22-23
The commit in our project was: eXma/meet-and-eat-registration-system@2067b0a
The text was updated successfully, but these errors were encountered: