mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 06:53:53 +02:00
Add 'cyclestreet'-field for Belgium and the Netherlands (#888)
This commit is contained in:
committed by
GitHub
parent
3d9af8ed13
commit
5f36b83e70
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"key": "cyclestreet",
|
||||
"type": "defaultCheck",
|
||||
"label": "Cycle Street",
|
||||
"terms": [
|
||||
"bicycle boulevard",
|
||||
"bicycle road",
|
||||
"cyclestreet",
|
||||
"neighborhood bikeway",
|
||||
"neighborhood byway",
|
||||
"neighborhood greenway",
|
||||
"neighborway"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"BE",
|
||||
"NL"
|
||||
]
|
||||
},
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"yes": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user