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're looking at returning POIs given GPS coordinates (latitude & longitude). Nominatim and Photon Komoot both do NOT support this. So we'll most likely use Overpass.
Is there a unique location search engine that would allow us to search on all 3 ?
by keyworkds/adress
by OSM ID
by GPS coordinates (return all shops in a radius of X meters)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently
We currently link each Price to a Location.
Backend
The data is fetched in the backend from Nominatim.
It is defined by a unique set of
osm_id
&osm_type
.Frontend
There is currently 2 ways to find a location (OSM POI)
Idea
We're looking at returning POIs given GPS coordinates (latitude & longitude). Nominatim and Photon Komoot both do NOT support this. So we'll most likely use Overpass.
Is there a unique location search engine that would allow us to search on all 3 ?
Linked issues
Beta Was this translation helpful? Give feedback.
All reactions