Skip to content

Commit 3ad887b

Browse files
committed
crossing: Add kerb to all vertex crossings
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.
1 parent fa3c763 commit 3ad887b

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

data/presets/highway/crossing/_marked.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"{@templates/crossing/markings}",
66
"crossing_raised"
77
],
8+
"moreFields": [
9+
"kerb"
10+
],
811
"geometry": [
912
"vertex"
1013
],

data/presets/highway/crossing/_zebra.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"{@templates/crossing/markings}",
66
"crossing_raised"
77
],
8+
"moreFields": [
9+
"kerb"
10+
],
811
"geometry": [
912
"vertex"
1013
],

data/presets/highway/crossing/uncontrolled.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"{@templates/crossing/markings_yes}",
66
"crossing_raised"
77
],
8+
"moreFields": [
9+
"kerb"
10+
],
811
"geometry": [
912
"vertex"
1013
],

data/presets/highway/crossing/unmarked.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"{@templates/crossing/defaults}",
55
"crossing_raised"
66
],
7+
"moreFields": [
8+
"kerb"
9+
],
710
"geometry": [
811
"vertex"
912
],

0 commit comments

Comments
 (0)