-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature request: survey and send back toilets=*
OSM tag
#261
Comments
Thanks for your input! The first case you've linked is a bit older, this wouldn't happen with the current implementation anymore. Current logic:
We're currently working on an overhaul of the whole OSM backend to allow more complex attribute tagging, and to sync the more complex 'Add a place' survey content with other sensible OSM tags. This will allow us to add |
Yeah, that's fine, I just wanted to make sure you were aware of the problem. I think your current workflow is good, but adding 1 question after the user says the toilets are not accessible might be the way to go:
Or you could tri state the "Accessible toilets?" question into: Anyway good look with the refactoring, this is a great project. :) |
Thanks for the detailled suggestion! I'll consider your flow when coming back to this feature's code again. |
toilets=*
OSM tag
Sorry if this is the wrong repo.
A growing number of OSM POIs are now tagged with
toilets:wheelchair=no
, but are missingtoilets=yes
oramenity=toilets
. It's impossible for an client of OSM to know whether there are toilets, just not accessible, or there aren't toilets at all. The inverse is also true, you gettoilets:wheelchair=yes
withouttoilets=yes
/amenity=toilets
so the client might not show that a POI would have any toilets, accessible or not.This of cause leads to some odd issues, like a bus stop, without disabled toilets, but might have actual toilets. We of cause know that it should have
toilets=no
too, but a client may not. And here is a church, we don't know if it has toilets, but it does have disabled toilets.There are thousands of occurrences of this, you can check with overpass:
It would be great if when collecting data from users you could ask them, and then add the tag to OSM.
The text was updated successfully, but these errors were encountered: