GIScience / ors-map-client

Openrouteservice API web SPA client using VueJS, Vuetify and Vue2Leaflet
http://maps.openrouteservice.org
Apache License 2.0
105 stars 31 forks source link

"Your Location" in search sets point, but shows wrong name due to /search and not /reverse geocoding query #409

Open koebi opened 8 months ago

koebi commented 8 months ago

Example screenshot after clicking Your Location in Search

screen

The following query is being sent:

https://api.openrouteservice.org/pgeocode/search?api_key=API-KEY&text=Mein%20Standort&size=10&focus.point.lon=8.6943&focus.point.lat=49.

This shouldn't be a search, but a reverse geocoding query.