-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rework crossing question #242
Conversation
0b9081a
to
22421ac
Compare
0a463cd
to
e75f7f1
Compare
@@ -2725,12 +3408,61 @@ | |||
{ | |||
"osm_tags": { | |||
"highway": "crossing", | |||
"crossing": false | |||
"crossing": [false, "island"], | |||
"crossing:signal": false | |||
}, | |||
"osm_element": "Node" | |||
} | |||
] | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify why we use "crossing": [false, "island"],
in the conditions as a comment. (something like: if the mapper correctly followed the wiki they should have tagged traffic_signals if it was present, so if something else is tagged we implicitly know that crossing:signals=no)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🦓
Split crossing questions into multiple ones