mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 23:00:21 +02:00
Added Expressway field to Trunk and Primary Road presets (#216)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": "expressway",
|
||||
"type": "check",
|
||||
"label": "Expressway",
|
||||
"locationSet": {
|
||||
"include": ["US"]
|
||||
}
|
||||
}
|
||||
@@ -14,6 +14,7 @@
|
||||
"charge_toll",
|
||||
"covered",
|
||||
"cycleway",
|
||||
"expressway",
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"junction_line",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"oneway",
|
||||
"maxspeed",
|
||||
"lanes",
|
||||
"expressway",
|
||||
"surface",
|
||||
"structure",
|
||||
"access"
|
||||
@@ -31,6 +32,8 @@
|
||||
"highway": "trunk"
|
||||
},
|
||||
"terms": [
|
||||
"expressway",
|
||||
"highway",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user