mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
add parking preset for parking_entrance
This commit is contained in:
@@ -1715,6 +1715,14 @@ en:
|
||||
surface: Surface
|
||||
# parking=underground
|
||||
underground: Underground
|
||||
parking_entrance:
|
||||
# parking=*
|
||||
label: Type
|
||||
options:
|
||||
# parking=multi-storey
|
||||
multi-storey: Multilevel
|
||||
# parking=underground
|
||||
underground: Underground
|
||||
parking_space:
|
||||
# parking_space=*
|
||||
label: Type
|
||||
|
||||
@@ -309,6 +309,7 @@
|
||||
"outdoor_seating": {"key": "outdoor_seating", "type": "check", "label": "Outdoor Seating"},
|
||||
"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_entrance": {"key": "parking", "type": "combo", "label": "Type", "strings": {"options": {"underground": "Underground", "multi-storey": "Multilevel"}}},
|
||||
"parking_space": {"key": "parking_space", "type": "combo", "label": "Type"},
|
||||
"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"}},
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "parking",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"underground": "Underground",
|
||||
"multi-storey": "Multilevel"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -151,7 +151,7 @@
|
||||
"amenity/music_school": {"icon": "fas-music", "fields": ["name", "operator", "address", "building_area", "opening_hours", "opening_hours/covid19"], "moreFields": ["email", "fax", "gnis/feature_id", "level", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["school of music"], "tags": {"amenity": "music_school"}, "name": "Music School"},
|
||||
"amenity/nightclub": {"icon": "fas-cocktail", "fields": ["name", "operator", "address", "building_area", "opening_hours", "opening_hours/covid19", "min_age", "smoking"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "level", "payment_multi", "phone", "website", "wheelchair", "fee"], "geometry": ["point", "area"], "tags": {"amenity": "nightclub"}, "terms": ["disco*", "night club", "dancing", "dance club"], "name": "Nightclub"},
|
||||
"amenity/nightclub/lgbtq": {"icon": "fas-cocktail", "geometry": ["point", "area"], "tags": {"amenity": "nightclub", "lgbtq": "primary"}, "terms": ["gay nightclub", "lesbian nightclub", "lgbtq nightclub", "lgbt nightclub", "lgb nightclub"], "name": "LGBTQ+ Nightclub"},
|
||||
"amenity/parking_entrance": {"icon": "maki-entrance-alt1", "fields": ["ref", "access_simple", "address", "level"], "geometry": ["vertex"], "tags": {"amenity": "parking_entrance"}, "name": "Parking Garage Entrance / Exit"},
|
||||
"amenity/parking_entrance": {"icon": "maki-entrance-alt1", "fields": ["parking_entrance", "ref", "access_simple", "address", "level"], "geometry": ["vertex"], "tags": {"amenity": "parking_entrance"}, "name": "Parking Garage Entrance / Exit"},
|
||||
"amenity/parking_space": {"icon": "temaki-parking_space", "fields": ["parking_space", "capacity"], "geometry": ["area", "point", "vertex"], "tags": {"amenity": "parking_space"}, "addTags": {"amenity": "parking_space", "capacity": "1"}, "terms": ["parking spot", "parking stall"], "matchScore": 0.95, "name": "Parking Space"},
|
||||
"amenity/parking_space/disabled": {"icon": "temaki-accessible_space", "geometry": ["area", "point", "vertex"], "tags": {"amenity": "parking_space", "parking_space": "disabled"}, "addTags": {"amenity": "parking_space", "parking_space": "disabled", "capacity": "1"}, "terms": ["disability", "disabled parking stall", "handicap parking spot", "wheelchair"], "matchScore": 0.95, "name": "Accessible Parking Space"},
|
||||
"amenity/parking": {"icon": "temaki-car_parked", "fields": ["operator", "operator/type", "parking", "capacity_parking", "capacity/disabled_parking", "access_simple", "fee", "payment_multi_fee", "charge_fee", "surface"], "moreFields": ["address", "covered", "email", "fax", "maxstay", "name", "opening_hours", "opening_hours/covid19", "park_ride", "phone", "ref", "supervised", "website", "wheelchair"], "geometry": ["area", "point", "vertex"], "tags": {"amenity": "parking"}, "terms": ["automobile parking", "car lot", "car parking", "rv parking", "truck parking", "vehicle parking"], "name": "Parking Lot"},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"icon": "maki-entrance-alt1",
|
||||
"fields": [
|
||||
"parking_entrance",
|
||||
"ref",
|
||||
"access_simple",
|
||||
"address",
|
||||
|
||||
Vendored
+7
@@ -4211,6 +4211,13 @@
|
||||
"label": "Park and Ride",
|
||||
"terms": ""
|
||||
},
|
||||
"parking_entrance": {
|
||||
"label": "Type",
|
||||
"options": {
|
||||
"underground": "Underground",
|
||||
"multi-storey": "Multilevel"
|
||||
}
|
||||
},
|
||||
"parking_space": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user