Add Rooftop parking type field option (close #7578)

Deprecate various parking tag values
This commit is contained in:
Quincy Morgan
2020-05-18 13:39:52 -04:00
parent 1142d57321
commit cd9c421091
6 changed files with 44 additions and 9 deletions
+24
View File
@@ -918,6 +918,30 @@
{
"old": {"operator:type": "unknown"}
},
{
"old": {"parking": "covered"},
"replace": {"covered": "yes"}
},
{
"old": {"parking": "customers"},
"replace": {"access": "customers"}
},
{
"old": {"parking": "entrance"},
"replace": {"amenity": "parking_entrance"}
},
{
"old": {"parking": "park_and_ride"},
"replace": {"park_ride": "yes"}
},
{
"old": {"parking": "private"},
"replace": {"access": "private"}
},
{
"old": {"parking": "street"},
"replace": {"parking": "lane"}
},
{
"old": {"place_name": "*"},
"replace": {"name": "$1"}
+2
View File
@@ -1657,6 +1657,8 @@ en:
lane: Roadside Lane
# parking=multi-storey
multi-storey: Multilevel
# parking=rooftop
rooftop: Rooftop
# parking=sheds
sheds: Sheds
# parking=surface
+1 -1
View File
@@ -299,7 +299,7 @@
"par": {"key": "par", "type": "number", "minValue": 1, "label": "Par", "placeholder": "3, 4, 5..."},
"park_ride": {"key": "park_ride", "type": "check", "label": "Park and Ride"},
"parking_space": {"key": "parking_space", "type": "combo", "label": "Type"},
"parking": {"key": "parking", "type": "combo", "label": "Type", "strings": {"options": {"surface": "Surface", "multi-storey": "Multilevel", "underground": "Underground", "sheds": "Sheds", "carports": "Carports", "garage_boxes": "Garage Boxes", "lane": "Roadside Lane"}}},
"parking": {"key": "parking", "type": "combo", "label": "Type", "strings": {"options": {"surface": "Surface", "underground": "Underground", "multi-storey": "Multilevel", "lane": "Roadside Lane", "carports": "Carports", "garage_boxes": "Garage Boxes", "rooftop": "Rooftop", "sheds": "Sheds"}}},
"payment_multi_fee": {"key": "payment:", "type": "multiCombo", "label": "Payment Types", "prerequisiteTag": {"key": "fee", "valueNot": "no"}},
"payment_multi": {"key": "payment:", "type": "multiCombo", "label": "Payment Types"},
"phases": {"key": "phases", "type": "number", "minValue": 1, "label": "Phases", "placeholder": "1, 2, 3..."},
+4 -3
View File
@@ -5,12 +5,13 @@
"strings": {
"options": {
"surface": "Surface",
"multi-storey": "Multilevel",
"underground": "Underground",
"sheds": "Sheds",
"multi-storey": "Multilevel",
"lane": "Roadside Lane",
"carports": "Carports",
"garage_boxes": "Garage Boxes",
"lane": "Roadside Lane"
"rooftop": "Rooftop",
"sheds": "Sheds"
}
}
}
+9 -2
View File
@@ -1686,10 +1686,11 @@
{"key": "park_ride", "description": "🄵 Park and Ride"},
{"key": "parking_space", "description": "🄵 Type"},
{"key": "parking", "value": "surface", "description": "🄵 Type"},
{"key": "parking", "value": "sheds", "description": "🄵 Type"},
{"key": "parking", "value": "lane", "description": "🄵 Type"},
{"key": "parking", "value": "carports", "description": "🄵 Type"},
{"key": "parking", "value": "garage_boxes", "description": "🄵 Type"},
{"key": "parking", "value": "lane", "description": "🄵 Type"},
{"key": "parking", "value": "rooftop", "description": "🄵 Type"},
{"key": "parking", "value": "sheds", "description": "🄵 Type"},
{"key": "payment:", "description": "🄵 Payment Types"},
{"key": "phases", "description": "🄵 Phases"},
{"key": "phone", "description": "🄵 Telephone"},
@@ -2189,6 +2190,12 @@
{"key": "operator:type", "value": "Public", "description": "🄳 ➜ operator:type=public"},
{"key": "operator:type", "value": "Publico", "description": "🄳 ➜ operator:type=public"},
{"key": "operator:type", "value": "unknown", "description": "🄳"},
{"key": "parking", "value": "covered", "description": "🄳 ➜ covered=yes"},
{"key": "parking", "value": "customers", "description": "🄳 ➜ access=customers"},
{"key": "parking", "value": "entrance", "description": "🄳 ➜ amenity=parking_entrance"},
{"key": "parking", "value": "park_and_ride", "description": "🄳 ➜ park_ride=yes"},
{"key": "parking", "value": "private", "description": "🄳 ➜ access=private"},
{"key": "parking", "value": "street", "description": "🄳 ➜ parking=lane"},
{"key": "place_name", "description": "🄳 ➜ name=*"},
{"key": "pole", "value": "transition", "description": "🄳 ➜ location:transition=yes"},
{"key": "postcode", "description": "🄳 ➜ addr:postcode=*"},
+4 -3
View File
@@ -4042,12 +4042,13 @@
"label": "Type",
"options": {
"surface": "Surface",
"multi-storey": "Multilevel",
"underground": "Underground",
"sheds": "Sheds",
"multi-storey": "Multilevel",
"lane": "Roadside Lane",
"carports": "Carports",
"garage_boxes": "Garage Boxes",
"lane": "Roadside Lane"
"rooftop": "Rooftop",
"sheds": "Sheds"
}
},
"payment_multi_fee": {