Skip to content

Commit 9391e2f

Browse files
committed
Merge remote-tracking branch 'tordans/parking_directionalcombo' into main
(keeping moreFields sorted alphabetically)
2 parents 8281299 + a319517 commit 9391e2f

File tree

8 files changed

+92
-0
lines changed

8 files changed

+92
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"key": "parking:both:orientation",
3+
"keys": [
4+
"parking:left:orientation",
5+
"parking:right:orientation"
6+
],
7+
"reference": {
8+
"key": "parking:orientation"
9+
},
10+
"type": "directionalCombo",
11+
"label": "Parking orientation",
12+
"strings": {
13+
"types": {
14+
"parking:left:orientation": "Left side",
15+
"parking:right:orientation": "Right side"
16+
},
17+
"options": {
18+
"parallel": "Parallel to the Street",
19+
"diagonal": "Diagonal in Relation to the Street (~45°)",
20+
"perpendicular": "Meets the Street at a Straight Angle (~90°)"
21+
}
22+
},
23+
"autoSuggestions": false,
24+
"customValues": false
25+
}

data/fields/parking/side/parking.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"key": "parking:both",
3+
"keys": [
4+
"parking:left",
5+
"parking:right"
6+
],
7+
"reference": {
8+
"key": "parking"
9+
},
10+
"type": "directionalCombo",
11+
"label": "Parking",
12+
"strings": {
13+
"types": {
14+
"parking:left": "Left side",
15+
"parking:right": "Right side"
16+
},
17+
"options": {
18+
"lane": "Roadside Lane",
19+
"street_side": "Street-Side",
20+
"on_kerb": "On Kerb",
21+
"half_on_kerb": "Half On Kerb",
22+
"shoulder": "Shoulder",
23+
"no": "No",
24+
"separate": "Parking mapped separately",
25+
"yes": "Yes (unspecified)"
26+
}
27+
},
28+
"autoSuggestions": false,
29+
"customValues": false
30+
}

data/presets/highway/living_street.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"maxweight_bridge",
2020
"maxwidth",
2121
"oneway/bicycle",
22+
"parking/side/parking",
23+
"parking/side/orientation",
2224
"smoothness",
2325
"trolley_wire",
2426
"width"

data/presets/highway/primary.json

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"maxwidth",
2828
"not/name",
2929
"oneway/bicycle",
30+
"parking/side/parking",
31+
"parking/side/orientation",
3032
"smoothness",
3133
"toll",
3234
"trolley_wire",

data/presets/highway/primary_link.json

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"maxweight_bridge",
2727
"maxwidth",
2828
"oneway/bicycle",
29+
"parking/side/parking",
30+
"parking/side/orientation",
2931
"ref_road_number",
3032
"smoothness",
3133
"toll",

data/presets/highway/residential.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"maxwidth",
2424
"not/name",
2525
"oneway/bicycle",
26+
"parking/side/parking",
27+
"parking/side/orientation",
2628
"smoothness",
2729
"trolley_wire",
2830
"width"

data/presets/highway/service.json

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"maxweight_bridge",
2121
"maxwidth",
2222
"oneway/bicycle",
23+
"parking/side/parking",
24+
"parking/side/orientation",
2325
"smoothness",
2426
"trolley_wire",
2527
"width"

interim/source_strings.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,33 @@ en:
28712871
parallel: Parallel to the Street
28722872
# parking:orientation=perpendicular
28732873
perpendicular: Meets the Street at a Straight Angle
2874+
parking/side/orientation:
2875+
# parking:both:orientation=*, parking:left:orientation=*, parking:right:orientation=*
2876+
label: Parking orientation
2877+
options:
2878+
diagonal: Diagonal in Relation to the Street (~45°)
2879+
parallel: Parallel to the Street
2880+
perpendicular: Meets the Street at a Straight Angle (~90°)
2881+
terms: '[translate with synonyms or related terms for ''Parking orientation'', separated by commas]'
2882+
types:
2883+
parking:left:orientation: Left side
2884+
parking:right:orientation: Right side
2885+
parking/side/parking:
2886+
# parking:both=*, parking:left=*, parking:right=*
2887+
label: Parking
2888+
options:
2889+
half_on_kerb: Half On Kerb
2890+
lane: Roadside Lane
2891+
'no': 'No'
2892+
on_kerb: On Kerb
2893+
separate: Parking mapped separately
2894+
shoulder: Shoulder
2895+
street_side: Street-Side
2896+
'yes': Yes (unspecified)
2897+
terms: '[translate with synonyms or related terms for ''Parking'', separated by commas]'
2898+
types:
2899+
parking:left: Left side
2900+
parking:right: Right side
28742901
parking_entrance:
28752902
# parking=*
28762903
label: Type

0 commit comments

Comments
 (0)