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

Rework crossing question #242

Merged
merged 11 commits into from Mar 1, 2024
Merged

Rework crossing question #242

merged 11 commits into from Mar 1, 2024

Conversation

7h30n3
Copy link
Member

@7h30n3 7h30n3 commented Feb 9, 2024

Split crossing questions into multiple ones

@7h30n3 7h30n3 marked this pull request as ready for review February 29, 2024 16:05
@@ -2725,12 +3408,61 @@
{
"osm_tags": {
"highway": "crossing",
"crossing": false
"crossing": [false, "island"],
"crossing:signal": false
},
"osm_element": "Node"
}
]
},
Copy link
Member

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)

Copy link
Member

@Robbendebiene Robbendebiene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🦓

@7h30n3 7h30n3 merged commit ac4c12b into master Mar 1, 2024
6 checks passed
@7h30n3 7h30n3 deleted the crossing_question branch March 1, 2024 13:20
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

Successfully merging this pull request may close these issues.

None yet

2 participants