Merge branch 'maxspeed-advisory-default' into main

This commit is contained in:
Martin Raifer 2022-01-04 12:33:40 +01:00
commit eeae902763
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
17 changed files with 311 additions and 13 deletions

View file

@ -2,5 +2,8 @@
"key": "maxspeed",
"type": "roadspeed",
"label": "Speed Limit",
"placeholder": "40, 50, 60..."
"placeholder": "40, 50, 60...",
"locationSet": {
"exclude": ["ca", "us"]
}
}

View file

@ -2,5 +2,8 @@
"key": "maxspeed:advisory",
"type": "roadspeed",
"label": "Advisory Speed Limit",
"placeholder": "40, 50, 60..."
"placeholder": "40, 50, 60...",
"locationSet": {
"include": ["ca", "us"]
}
}