switch to regional presets instead of regional fields

also limit to ramps of type motorway, trunk and primary.
This commit is contained in:
Martin Raifer 2022-01-04 12:21:11 +01:00
parent 8b60bddd17
commit 8c59cdac6e
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
29 changed files with 305 additions and 68 deletions

16
dist/fields.json vendored
View file

@ -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",