mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 07:46:49 +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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -1502,6 +1502,15 @@ en:
|
||||
cycle_network:
|
||||
# cycle_network=*
|
||||
label: Network
|
||||
cyclestreet-BE-NL:
|
||||
# cyclestreet=* | Local preset for countries "BE", "NL"
|
||||
label: Cyclestreet
|
||||
options:
|
||||
# cyclestreet=undefined
|
||||
undefined: 'No'
|
||||
# cyclestreet=yes
|
||||
'yes': 'Yes'
|
||||
terms: '[translate with synonyms or related terms for ''Cyclestreet'', separated by commas]'
|
||||
cycleway:
|
||||
# cycleway:left=*, cycleway:right=*
|
||||
label: Bike Lanes
|
||||
|
||||
Reference in New Issue
Block a user