Skip to content

Commit ef959e5

Browse files
committed
add "kerb" tag as an optional field to crossing vertices
when used without `barrier=kerb`, but on a crossing node. fixes #858 see also https://wiki.openstreetmap.org/w/index.php?title=Key:kerb&oldid=2501049#By_itself
1 parent 98bd3e3 commit ef959e5

File tree

6 files changed

+4
-10
lines changed

6 files changed

+4
-10
lines changed

data/presets/highway/crossing.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"crossing_raised"
88
],
99
"moreFields": [
10-
"flashing_lights"
10+
"flashing_lights",
11+
"kerb"
1112
],
1213
"geometry": [
1314
"vertex"

data/presets/highway/crossing/_marked.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"crossing/markings",
88
"crossing_raised"
99
],
10-
"moreFields": [
11-
"flashing_lights"
12-
],
1310
"geometry": [
1411
"vertex"
1512
],

data/presets/highway/crossing/traffic_signals.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"traffic_signals/vibration"
1212
],
1313
"moreFields": [
14+
"kerb",
1415
"traffic_signals/arrow",
1516
"traffic_signals/countdown",
1617
"traffic_signals/minimap"

data/presets/highway/crossing/uncontrolled.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"crossing/markings_yes",
88
"crossing_raised"
99
],
10-
"moreFields": [
11-
"flashing_lights"
12-
],
1310
"geometry": [
1411
"vertex"
1512
],

data/presets/highway/crossing/unmarked.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"crossing/island",
77
"crossing_raised"
88
],
9-
"moreFields": [
10-
"flashing_lights"
11-
],
129
"geometry": [
1310
"vertex"
1411
],

interim/source_strings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2711,6 +2711,7 @@ en:
27112711
kerb:
27122712
# kerb=*
27132713
label: Curb
2714+
terms: '[translate with synonyms or related terms for ''Curb'', separated by commas]'
27142715
kerb/height:
27152716
# kerb:height=*
27162717
label: Height

0 commit comments

Comments
 (0)