mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-05 19:08:39 +02:00
add field for bicycle_road tag, analoguous to cyclestreet (see #888)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user