add field for bicycle_road tag, analoguous to cyclestreet (see #888)

This commit is contained in:
Martin Raifer
2023-05-05 16:48:36 +02:00
parent 43c04ee4aa
commit 388871fdf2
6 changed files with 41 additions and 24 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"key": "bicycle_road",
"type": "defaultCheck",
"label": "Cycle Street",
"terms": [
"bicycle boulevard",
"bicycle road",
"cyclestreet",
"neighborhood bikeway",
"neighborhood byway",
"neighborhood greenway",
"neighborway"
],
"locationSet": {
"exclude": [
"BE",
"NL"
]
},
"strings": {
"options": {
"undefined": "No",
"yes": "Yes"
}
}
}
+2 -16
View File
@@ -1,26 +1,12 @@
{
"key": "cyclestreet",
"type": "defaultCheck",
"label": "Cycle Street",
"terms": [
"bicycle boulevard",
"bicycle road",
"cyclestreet",
"neighborhood bikeway",
"neighborhood byway",
"neighborhood greenway",
"neighborway"
],
"label": "{bicycle_road}",
"locationSet": {
"include": [
"BE",
"NL"
]
},
"strings": {
"options": {
"undefined": "No",
"yes": "Yes"
}
}
"stringsCrossReference": "{bicycle_road}"
}