mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
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:
+5
-1
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user