Add field and preset for accessible parking (close #7465)

Add Type field and search terms to Parking Space
Add parking-specific capacity field
Deprecate `disabled_spaces`
This commit is contained in:
Quincy Morgan
2020-03-26 11:28:53 -07:00
parent 62607e1e1d
commit 2a1fbcc3b8
13 changed files with 107 additions and 8 deletions
+5 -1
View File
@@ -155,6 +155,7 @@
{"key": "amenity", "value": "nightclub", "description": "🄿 Nightclub", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bar-15.svg"},
{"key": "amenity", "value": "parking_entrance", "description": "🄿 Parking Garage Entrance / Exit", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"},
{"key": "amenity", "value": "parking_space", "description": "🄿 Parking Space", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/parking_space.svg"},
{"key": "parking_space", "value": "disabled", "description": "🄿 Accessible Parking Space", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/parking_space.svg"},
{"key": "amenity", "value": "parking", "description": "🄿 Parking Lot", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/car_parked.svg"},
{"key": "parking", "value": "multi-storey", "description": "🄿 Multilevel Parking Garage, 🄵 Type", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/car_structure.svg"},
{"key": "park_ride", "value": "yes", "description": "🄿 Park & Ride Lot", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/sign_and_car.svg"},
@@ -1374,7 +1375,8 @@
{"key": "camera:type", "value": "fixed", "description": "🄵 Camera Type"},
{"key": "camera:type", "value": "panning", "description": "🄵 Camera Type"},
{"key": "camera:type", "value": "dome", "description": "🄵 Camera Type"},
{"key": "capacity", "description": "🄵 Capacity"},
{"key": "capacity", "description": "🄵 Total Spaces, 🄵 Capacity"},
{"key": "capacity:disabled", "description": "🄵 Accessible Spaces"},
{"key": "cash_in", "description": "🄵 Cash In"},
{"key": "castle_type", "description": "🄵 Type"},
{"key": "changing_table", "description": "🄵 Diaper Changing Table"},
@@ -1668,6 +1670,7 @@
{"key": "outdoor_seating", "description": "🄵 Outdoor Seating"},
{"key": "par", "description": "🄵 Par"},
{"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": "carports", "description": "🄵 Type"},
@@ -2045,6 +2048,7 @@
{"key": "direction", "value": "South", "description": "🄳 ➜ direction=S"},
{"key": "direction", "value": "uphill", "description": "🄳 ➜ incline=up"},
{"key": "direction", "value": "West", "description": "🄳 ➜ direction=W"},
{"key": "disabled_spaces", "description": "🄳 ➜ capacity:disabled=*"},
{"key": "drinkable", "description": "🄳 ➜ drinking_water=*"},
{"key": "dropped_kerb", "description": "🄳 ➜ kerb=lowered"},
{"key": "embankment", "value": "1", "description": "🄳 ➜ embankment=yes"},