Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data/fields/expressway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"key": "expressway",
"type": "check",
"label": "Expressway",
"locationSet": {
"include": ["US"]
}
}
1 change: 1 addition & 0 deletions data/presets/highway/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"charge_toll",
"covered",
"cycleway",
"expressway",
"flood_prone",
"incline",
"junction_line",
Expand Down
3 changes: 3 additions & 0 deletions data/presets/highway/trunk.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"oneway",
"maxspeed",
"lanes",
"expressway",
"surface",
"structure",
"access"
Expand All @@ -31,6 +32,8 @@
"highway": "trunk"
},
"terms": [
"expressway",
"highway",
Comment thread
tyrasd marked this conversation as resolved.
"road",
"street"
],
Expand Down
6 changes: 5 additions & 1 deletion interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,10 @@ en:
expected_rwn_route_relations:
# expected_rwn_route_relations=*
label: Adjacent Walking Nodes
expressway:
# expressway=*
label: Expressway
terms: '[translate with synonyms or related terms for ''Expressway'', separated by commas]'
faces:
# faces=*
label: Faces
Expand Down Expand Up @@ -5749,7 +5753,7 @@ en:
highway/trunk:
# 'highway=trunk\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Trunk Road
# 'terms: road,street'
# 'terms: expressway,highway,road,street'
terms: '<translate with synonyms or related terms for ''Trunk Road'', separated by commas>'
highway/trunk_link:
# 'highway=trunk_link\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
Expand Down