Zverik / every_door

A dedicated app for collecting thousands of POI for OpenStreetMap
https://every-door.app
ISC License
420 stars 36 forks source link

No toilet option for restaurants #798

Closed Zaczero closed 1 month ago

Zaczero commented 1 month ago

I want to provide data about toilet availability in Restaurants, Gas stations, etc.

Zverik commented 1 month ago

Please tap on the "More fields" line and scroll down to this:

ed-toilets-in-cafe

Zaczero commented 1 month ago

No such option:

I find this kind of information really valuable and I keep forgetting the tagging for it (I used manual tag edit in the past). For example, some gas stations offer toilets free of charge, some require a payment, and some don't provide it at all.

mnalis commented 1 month ago

No such option:

  • Burger Fast Food

See README / presets section, I think those are defined in id-tagging-schema repository, not here...

e.g. compare https://github.com/openstreetmap/id-tagging-schema/blob/main/data/presets/amenity/fast_food/burger.json to https://github.com/openstreetmap/id-tagging-schema/blob/main/data/presets/amenity/restaurant.json

As to why, I suggest that because often fast foods are takeaway-only, so don't really have toilets? But you can ask / request changes / submit PRs there (feel free to link to this issue, so interested parties can follow)

some gas stations offer toilets free of charge, some require a payment

BTW, that would be a good reason to map toilets as a separate amenity=toilets node (which you can do in EveryDoor), regardless whether you've added toilets=* property tag to that amenity=fuel or not. Doing so would also allow for adding other extra information like payment requirement, wheelchair suitability, payment methods, toilet types, availability of menstrual products, handwashing etc.

But yes, I agree you should ask for adding toilets on https://github.com/openstreetmap/id-tagging-schema/blob/main/data/presets/amenity/fuel.json there.

Zaczero commented 1 month ago

Thank you for pointing me in the right direction :+1: