mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
Fix issue where closed way with tactile_paving would be treated as an area without area=yes (close #6490)
Add Tactile Paving field to Foot Path and Sidewalk presets
This commit is contained in:
+2
-1
@@ -1063,7 +1063,7 @@
|
||||
{"key": "shop", "value": "wholesale", "description": "🄿 Wholesale Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/warehouse-15.svg"},
|
||||
{"key": "shop", "value": "window_blind", "description": "🄿 Window Blind Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/window.svg"},
|
||||
{"key": "shop", "value": "wine", "description": "🄿 Wine Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/alcohol-shop-15.svg"},
|
||||
{"key": "tactile_paving", "description": "🄿 Tactile Paving, 🄵 Tactile Paving", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/blind.svg"},
|
||||
{"key": "tactile_paving", "value": "yes", "description": "🄿 Tactile Paving", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/blind.svg"},
|
||||
{"key": "telecom", "value": "data_center", "description": "🄿 Data Center", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-server.svg"},
|
||||
{"key": "tourism", "value": "alpine_hut", "description": "🄿 Alpine Hut", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"},
|
||||
{"key": "tourism", "value": "apartment", "description": "🄿 Guest Apartment / Condo", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"},
|
||||
@@ -1736,6 +1736,7 @@
|
||||
{"key": "switch", "value": "circuit_breaker", "description": "🄵 Type"},
|
||||
{"key": "switch", "value": "disconnector", "description": "🄵 Type"},
|
||||
{"key": "switch", "value": "earthing", "description": "🄵 Type"},
|
||||
{"key": "tactile_paving", "description": "🄵 Tactile Paving"},
|
||||
{"key": "takeaway", "value": "yes", "description": "🄵 Takeaway"},
|
||||
{"key": "takeaway", "value": "no", "description": "🄵 Takeaway"},
|
||||
{"key": "takeaway", "value": "only", "description": "🄵 Takeaway"},
|
||||
|
||||
Reference in New Issue
Block a user