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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
],
|
||||
"moreFields": [
|
||||
"covered_no",
|
||||
"cyclestreet-BE-NL",
|
||||
"cycleway",
|
||||
"flood_prone",
|
||||
"junction_line",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"moreFields": [
|
||||
"covered_no",
|
||||
"cycleway",
|
||||
"cyclestreet-BE-NL",
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"junction_line",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
"{highway/primary}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{highway/primary}"
|
||||
"{highway/primary}",
|
||||
"cyclestreet-BE-NL"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue