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:
Quincy Morgan
2019-08-21 10:49:20 -05:00
parent ed79ba1289
commit 80affe28cf
5 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -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"},