Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POI Suggestions #671

Open
tbsmark86 opened this issue Nov 4, 2022 · 0 comments
Open

POI Suggestions #671

tbsmark86 opened this issue Nov 4, 2022 · 0 comments

Comments

@tbsmark86
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant