From b0d4cfdf9138e75d05abf30bdcdc5f0290646fd4 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 26 Jul 2019 10:25:53 -0400 Subject: [PATCH] Don't support playground=structure as lines (re: #6670) --- data/presets/presets.json | 2 +- data/presets/presets/playground/structure.json | 1 - data/taginfo.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index 7ddf61dd1..fe65beb75 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -871,7 +871,7 @@ "playground/sandpit": {"icon": "maki-playground", "geometry": ["point", "area"], "tags": {"playground": "sandpit"}, "name": "Sandpit"}, "playground/seesaw": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "seesaw"}, "name": "Seesaw"}, "playground/slide": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "slide"}, "name": "Slide"}, - "playground/structure": {"icon": "maki-pitch", "geometry": ["point", "line", "area"], "tags": {"playground": "structure"}, "name": "Play Structure"}, + "playground/structure": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"playground": "structure"}, "name": "Play Structure"}, "playground/swing": {"icon": "maki-playground", "fields": ["capacity", "playground/baby", "wheelchair"], "geometry": ["point"], "tags": {"playground": "swing"}, "name": "Swing"}, "playground/zipwire": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "zipwire"}, "name": "Zip Wire"}, "point": {"fields": ["name"], "geometry": ["vertex", "point"], "tags": {}, "terms": ["node", "other", "vertex", "vertices"], "name": "Point", "matchScore": 0.1}, diff --git a/data/presets/presets/playground/structure.json b/data/presets/presets/playground/structure.json index 2f5210c47..ca880363e 100644 --- a/data/presets/presets/playground/structure.json +++ b/data/presets/presets/playground/structure.json @@ -2,7 +2,6 @@ "icon": "maki-pitch", "geometry": [ "point", - "line", "area" ], "tags": { diff --git a/data/taginfo.json b/data/taginfo.json index 98414491e..33d955077 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -841,7 +841,7 @@ {"key": "playground", "value": "sandpit", "description": "🄿 Sandpit", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "seesaw", "description": "🄿 Seesaw", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "slide", "description": "🄿 Slide", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, - {"key": "playground", "value": "structure", "description": "🄿 Play Structure", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"}, + {"key": "playground", "value": "structure", "description": "🄿 Play Structure", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"}, {"key": "playground", "value": "swing", "description": "🄿 Swing", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "zipwire", "description": "🄿 Zip Wire", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "polling_station", "description": "🄿 Temporary Polling Place, 🄵 Polling Place", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-vote-yea.svg"},