mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 14:23:52 +01:00
26 lines
506 B
JSON
26 lines
506 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|