mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 21:17:55 +02:00
switch to regional presets instead of regional fields
also limit to ramps of type motorway, trunk and primary.
This commit is contained in:
Vendored
+14
-2
@@ -1603,11 +1603,23 @@
|
||||
},
|
||||
"maxspeed": {
|
||||
"key": "maxspeed",
|
||||
"type": "roadspeed"
|
||||
"type": "roadspeed",
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
},
|
||||
"maxspeed/advisory": {
|
||||
"key": "maxspeed:advisory",
|
||||
"type": "roadspeed"
|
||||
"type": "roadspeed",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
},
|
||||
"maxstay": {
|
||||
"key": "maxstay",
|
||||
|
||||
Reference in New Issue
Block a user