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

let the "tactile paving on crosswalk" quest also look for highway=traffic_signals which have crossing=traffic_signals #2141

Closed
Elefant-aus-Wuppertal opened this issue Oct 7, 2020 · 3 comments

Comments

@Elefant-aus-Wuppertal
Copy link

Use case
When looking at nodes, mostly highway=crossing represents a crossing. But the traffic-light-crossings can also be represented by highway=traffic_signals + crossing=traffic_signals, as we pointed out in #2130 .

Now, it would be nice if tactile_paving=yes/no tagging would also be supported for these kind of "special tagged" crossings.

Proposed Solution
So would it be possible to let the "tactile paving crosswalk" quest look for highway=crossing as well as for the combination of highway=traffic_signals + crossing=traffic_signals?

Is it possible to let a quest "look" for the combination of two tags?

Maybe something like this:
node[highway = crossing][foot != no] -> .crossings;
node[highway = traffic_signals][crossing=traffic_signals][foot != no] -> .crossings;

...

@westnordost
Copy link
Member

Right, this would be possible. Why only crossing=traffic_signals though?

@Elefant-aus-Wuppertal
Copy link
Author

Hmm, maybe also other values of crossing=* can be combined with highway=traffic_signals, yes. Could be that this may be the case in some countries, but I don't know. No matter. So we could just take the combination of highway=traffic_signals and crossing=* (but then we need to exclude crossing=no again, definitive).

@westnordost
Copy link
Member

Ah right, would probably be a tagging mistake if it was not crossing=traffic_signals, wrong thinking by me.

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

2 participants