Skip to content

Commit e3c8330

Browse files
authored
Added Expressway field to Trunk and Primary Road presets (#216)
1 parent 2a3ab19 commit e3c8330

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

data/fields/expressway.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"key": "expressway",
3+
"type": "check",
4+
"label": "Expressway",
5+
"locationSet": {
6+
"include": ["US"]
7+
}
8+
}

data/presets/highway/primary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"charge_toll",
1515
"covered",
1616
"cycleway",
17+
"expressway",
1718
"flood_prone",
1819
"incline",
1920
"junction_line",

data/presets/highway/trunk.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"oneway",
77
"maxspeed",
88
"lanes",
9+
"expressway",
910
"surface",
1011
"structure",
1112
"access"
@@ -31,6 +32,8 @@
3132
"highway": "trunk"
3233
},
3334
"terms": [
35+
"expressway",
36+
"highway",
3437
"road",
3538
"street"
3639
],

interim/source_strings.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,10 @@ en:
10201020
expected_rwn_route_relations:
10211021
# expected_rwn_route_relations=*
10221022
label: Adjacent Walking Nodes
1023+
expressway:
1024+
# expressway=*
1025+
label: Expressway
1026+
terms: '[translate with synonyms or related terms for ''Expressway'', separated by commas]'
10231027
faces:
10241028
# faces=*
10251029
label: Faces
@@ -5917,7 +5921,7 @@ en:
59175921
highway/trunk:
59185922
# 'highway=trunk\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
59195923
name: Trunk Road
5920-
# 'terms: road,street'
5924+
# 'terms: expressway,highway,road,street'
59215925
terms: '<translate with synonyms or related terms for ''Trunk Road'', separated by commas>'
59225926
highway/trunk_link:
59235927
# 'highway=trunk_link\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'

0 commit comments

Comments
 (0)