We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The basic idea is to look for nodes with highway=crossing and !crossing and ask the user to select what kind of crossing it is (https://wiki.openstreetmap.org/wiki/Key:crossing):
nodes with highway=crossing and !crossing
crossing=traffic_signals
crossing=uncontrolled
crossing=island
crossing=unmarked
Optionally we could also try to handle lack of possibility to cross the street, this would require removal of highway=crossing and adding crossing=no.
highway=crossing
crossing=no
The text was updated successfully, but these errors were encountered:
Does the OSM specification allow multiple crossing types? If so, then in order to avoid false positives, this quest should.
Sorry, something went wrong.
I think this is fixed by #397. I opened a new issue for the missing traffic island: #495.
No branches or pull requests
The basic idea is to look for
nodes with highway=crossing and !crossing
and ask the user to select what kind of crossing it is (https://wiki.openstreetmap.org/wiki/Key:crossing):crossing=traffic_signals
crossing=uncontrolled
crossing=island
crossing=unmarked
Optionally we could also try to handle lack of possibility to cross the street, this would require removal of
highway=crossing
and addingcrossing=no
.The text was updated successfully, but these errors were encountered: