brouter-web icon indicating copy to clipboard operation
brouter-web copied to clipboard

POI Suggestions

Open tbsmark86 opened this issue 2 years ago • 0 comments

I'd like to see some POI for important 24/7 stuff:

  1. basic food: nwr[shop~"^(yes|kiosk|convenience|supermarket|bakery)$"][opening_hours="24/7"];
  2. gas station: nwr[amenity=fuel][opening_hours="24/7"]["fuel:diesel"]; fuel:diesel to filter out specific LPG or hydrogen ones
  3. gas station which might have a shop: nwr[amenity=fuel][opening_hours="24/7"]["fuel:diesel"][shop!=no][automated!=no]; This is highly dependent on region. E.g. for Germany I can expect a shop for northern Sweden not so much. So you have to apply some common sense for this one.

I actually prefer a single item for 1+3 for my night cycling but it's hard to explain to the user.

  1. I would suggest adding an access check to toilet/drinking water/shelter: [access!=no][access!=private][access!=permit] Listing a toilet on a camping ground is not very useful unless you are guest on that camping ground ...

  2. In addition for toilets either add [access!=customers] or make a new one "Public Toilets". Also toilets are often not 24/7 but I fear that this is even less accurate tagged so don't add an extra 24/7 Toilet selection.

  3. Last but not Least: Can we get a different symbol/name for "water point". It's first in the list and it took me a while to see there another one for "drinking water". I guess that many people will fall for this trap.

tbsmark86 avatar Nov 04 '22 21:11 tbsmark86