mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add 'cyclestreet'-field for Belgium and the Netherlands (#888)
This commit is contained in:
parent
3d9af8ed13
commit
5f36b83e70
5 changed files with 39 additions and 1 deletions
26
data/fields/cyclestreet-BE-NL.json
Normal file
26
data/fields/cyclestreet-BE-NL.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue