Skip to content

Commit 5f36b83

Browse files
authored
Add 'cyclestreet'-field for Belgium and the Netherlands (#888)
1 parent 3d9af8e commit 5f36b83

File tree

5 files changed

+39
-1
lines changed

5 files changed

+39
-1
lines changed

data/fields/cyclestreet-BE-NL.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"key": "cyclestreet",
3+
"type": "defaultCheck",
4+
"label": "Cycle Street",
5+
"terms": [
6+
"bicycle boulevard",
7+
"bicycle road",
8+
"cyclestreet",
9+
"neighborhood bikeway",
10+
"neighborhood byway",
11+
"neighborhood greenway",
12+
"neighborway"
13+
],
14+
"locationSet": {
15+
"include": [
16+
"BE",
17+
"NL"
18+
]
19+
},
20+
"strings": {
21+
"options": {
22+
"undefined": "No",
23+
"yes": "Yes"
24+
}
25+
}
26+
}

data/presets/highway/living_street.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
],
1212
"moreFields": [
1313
"covered_no",
14+
"cyclestreet-BE-NL",
1415
"cycleway",
1516
"flood_prone",
1617
"junction_line",

data/presets/highway/residential.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"moreFields": [
1313
"covered_no",
1414
"cycleway",
15+
"cyclestreet-BE-NL",
1516
"flood_prone",
1617
"incline",
1718
"junction_line",

data/presets/highway/tertiary.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"{highway/primary}"
55
],
66
"moreFields": [
7-
"{highway/primary}"
7+
"{highway/primary}",
8+
"cyclestreet-BE-NL"
89
],
910
"geometry": [
1011
"line"

interim/source_strings.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,15 @@ en:
15021502
cycle_network:
15031503
# cycle_network=*
15041504
label: Network
1505+
cyclestreet-BE-NL:
1506+
# cyclestreet=* | Local preset for countries "BE", "NL"
1507+
label: Cyclestreet
1508+
options:
1509+
# cyclestreet=undefined
1510+
undefined: 'No'
1511+
# cyclestreet=yes
1512+
'yes': 'Yes'
1513+
terms: '[translate with synonyms or related terms for ''Cyclestreet'', separated by commas]'
15051514
cycleway:
15061515
# cycleway:left=*, cycleway:right=*
15071516
label: Bike Lanes

0 commit comments

Comments
 (0)