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
Often I find myself searching for places with more than one category next to each other. It would be useful to be able to combine search terms and categories into one search.
Ui wise there could be a simple plus button to add a search term and a slider to set a radius of these results next to each other.
On the map there is a opaque radius circle behind results within that radius.
Save these searches in recent searches for example parking, toilet, 1km radius. Food, lake, 500m.
And the ability to pin or bookmark searches
Show all parking places with a toilet
[out:json];
node"amenity"="parking";
node(around:100)["amenity"="toilets"];
out center;
Show all restaurants next to a river
[out:json];
way"waterway"="river";
node(around:200)["amenity"="restaurant"];
out center;
Cafes near parks with playgrounds
[out:json];
node["leisure"="park"]"playground"="yes";
node(around:150)["amenity"="cafe"];
out center;
hotels near beaches with restaurants
[out:json];
way"natural"="beach";
node(around:500)["tourism"="hotel"];
node(around:200)["amenity"="restaurant"];
out center;
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Often I find myself searching for places with more than one category next to each other. It would be useful to be able to combine search terms and categories into one search.
Ui wise there could be a simple plus button to add a search term and a slider to set a radius of these results next to each other.
On the map there is a opaque radius circle behind results within that radius.
Save these searches in recent searches for example parking, toilet, 1km radius. Food, lake, 500m.
And the ability to pin or bookmark searches
Show all parking places with a toilet
[out:json];
node"amenity"="parking";
node(around:100)["amenity"="toilets"];
out center;
Show all restaurants next to a river
[out:json];
way"waterway"="river";
node(around:200)["amenity"="restaurant"];
out center;
Cafes near parks with playgrounds
[out:json];
node["leisure"="park"]"playground"="yes";
node(around:150)["amenity"="cafe"];
out center;
hotels near beaches with restaurants
[out:json];
way"natural"="beach";
node(around:500)["tourism"="hotel"];
node(around:200)["amenity"="restaurant"];
out center;
ATM near convenience stores
grocery stores with nearby bus stops
trash can with bench
parks with water fountains or drinking water
playgrounds with coffee shops nearby
restaurants with wifi
gas stations with car wash
Beta Was this translation helpful? Give feedback.
All reactions