Added Expressway field to Trunk and Primary Road presets (#216)

This commit is contained in:
Minh Nguyễn
2021-12-16 19:02:49 +01:00
committed by GitHub
parent 2a3ab19203
commit e3c8330775
4 changed files with 17 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"key": "expressway",
"type": "check",
"label": "Expressway",
"locationSet": {
"include": ["US"]
}
}
+1
View File
@@ -14,6 +14,7 @@
"charge_toll",
"covered",
"cycleway",
"expressway",
"flood_prone",
"incline",
"junction_line",
+3
View File
@@ -6,6 +6,7 @@
"oneway",
"maxspeed",
"lanes",
"expressway",
"surface",
"structure",
"access"
@@ -31,6 +32,8 @@
"highway": "trunk"
},
"terms": [
"expressway",
"highway",
"road",
"street"
],