Skip to content

Commit 8c52b99

Browse files
committed
crossing: Add lit to all crossing "way" geometry presets via new @template/geometry_way_more
The "lit" value was present on some of the presets before and is common to be applied to all kind of ways.
1 parent 22a37f6 commit 8c52b99

File tree

18 files changed

+39
-17
lines changed

18 files changed

+39
-17
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"moreFields": [
3+
"smoothness",
4+
"lit"
5+
],
6+
"geometry": [
7+
"line"
8+
],
9+
"tags": {
10+
"@template": "crossing/geometry_way_more"
11+
},
12+
"searchable": false,
13+
"locationSet": {
14+
"include": [
15+
"999"
16+
],
17+
"exclude": [
18+
"999"
19+
]
20+
},
21+
"name": "{point}"
22+
}

data/presets/highway/cycleway/_crossing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"surface"
88
],
99
"moreFields": [
10-
"smoothness",
10+
"{@templates/crossing/geometry_way_more}",
1111
"{@templates/crossing/bicycle_more}"
1212
],
1313
"geometry": [

data/presets/highway/cycleway/crossing/_marked.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"surface"
88
],
99
"moreFields": [
10-
"smoothness",
10+
"{@templates/crossing/geometry_way_more}",
1111
"{@templates/crossing/bicycle_more}"
1212
],
1313
"geometry": [

data/presets/highway/cycleway/crossing/bicycle_foot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"surface"
1717
],
1818
"moreFields": [
19-
"smoothness",
19+
"{@templates/crossing/geometry_way_more}",
2020
"{@templates/crossing/bicycle_more}"
2121
],
2222
"geometry": [

data/presets/highway/cycleway/crossing/traffic_signals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"moreFields": [
1111
"{@templates/crossing/traffic_signal_more}",
12-
"smoothness",
12+
"{@templates/crossing/geometry_way_more}",
1313
"{@templates/crossing/bicycle_more}"
1414
],
1515
"geometry": [

data/presets/highway/cycleway/crossing/uncontrolled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"surface"
88
],
99
"moreFields": [
10-
"smoothness",
10+
"{@templates/crossing/geometry_way_more}",
1111
"{@templates/crossing/bicycle_more}"
1212
],
1313
"geometry": [

data/presets/highway/cycleway/crossing/unmarked.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"surface"
77
],
88
"moreFields": [
9-
"smoothness",
9+
"{@templates/crossing/geometry_way_more}",
1010
"{@templates/crossing/bicycle_more}"
1111
],
1212
"geometry": [

data/presets/highway/footway/crossing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"surface"
77
],
88
"moreFields": [
9-
"smoothness",
9+
"{@templates/crossing/geometry_way_more}",
1010
"flashing_lights"
1111
],
1212
"geometry": [

data/presets/highway/footway/crossing/_marked.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"surface"
88
],
99
"moreFields": [
10-
"smoothness",
10+
"{@templates/crossing/geometry_way_more}",
1111
"flashing_lights"
1212
],
1313
"geometry": [

data/presets/highway/footway/crossing/_zebra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"surface"
88
],
99
"moreFields": [
10-
"smoothness",
10+
"{@templates/crossing/geometry_way_more}",
1111
"flashing_lights"
1212
],
1313
"geometry": [

0 commit comments

Comments
 (0)