Merge remote-tracking branch 'tordans/parking_directionalcombo' into main

(keeping moreFields sorted alphabetically)
This commit is contained in:
Martin Raifer 2023-01-20 19:05:30 +01:00
commit 9391e2fcdf
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
8 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"key": "parking:both:orientation",
"keys": [
"parking:left:orientation",
"parking:right:orientation"
],
"reference": {
"key": "parking:orientation"
},
"type": "directionalCombo",
"label": "Parking orientation",
"strings": {
"types": {
"parking:left:orientation": "Left side",
"parking:right:orientation": "Right side"
},
"options": {
"parallel": "Parallel to the Street",
"diagonal": "Diagonal in Relation to the Street (~45°)",
"perpendicular": "Meets the Street at a Straight Angle (~90°)"
}
},
"autoSuggestions": false,
"customValues": false
}

View file

@ -0,0 +1,30 @@
{
"key": "parking:both",
"keys": [
"parking:left",
"parking:right"
],
"reference": {
"key": "parking"
},
"type": "directionalCombo",
"label": "Parking",
"strings": {
"types": {
"parking:left": "Left side",
"parking:right": "Right side"
},
"options": {
"lane": "Roadside Lane",
"street_side": "Street-Side",
"on_kerb": "On Kerb",
"half_on_kerb": "Half On Kerb",
"shoulder": "Shoulder",
"no": "No",
"separate": "Parking mapped separately",
"yes": "Yes (unspecified)"
}
},
"autoSuggestions": false,
"customValues": false
}