Skip to content

Commit

Permalink
crossing: Add kerb to all vertex crossings
Browse files Browse the repository at this point in the history
The convention is, to tag this on the node _and_/_or_ on the separate `barrier=kerb+kerb=*` node when the path is mapped separately.
It should be part of all crossing vertex presets.
  • Loading branch information
tordans committed Apr 24, 2024
1 parent fa3c763 commit 3ad887b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/presets/highway/crossing/_marked.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"{@templates/crossing/markings}",
"crossing_raised"
],
"moreFields": [
"kerb"
],
"geometry": [
"vertex"
],
Expand Down
3 changes: 3 additions & 0 deletions data/presets/highway/crossing/_zebra.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"{@templates/crossing/markings}",
"crossing_raised"
],
"moreFields": [
"kerb"
],
"geometry": [
"vertex"
],
Expand Down
3 changes: 3 additions & 0 deletions data/presets/highway/crossing/uncontrolled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"{@templates/crossing/markings_yes}",
"crossing_raised"
],
"moreFields": [
"kerb"
],
"geometry": [
"vertex"
],
Expand Down
3 changes: 3 additions & 0 deletions data/presets/highway/crossing/unmarked.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"{@templates/crossing/defaults}",
"crossing_raised"
],
"moreFields": [
"kerb"
],
"geometry": [
"vertex"
],
Expand Down

0 comments on commit 3ad887b

Please sign in to comment.