Don't support playground=structure as lines (re: #6670)

This commit is contained in:
Quincy Morgan
2019-07-26 10:25:53 -04:00
parent 8160b6449e
commit b0d4cfdf91
3 changed files with 2 additions and 3 deletions

View File

@@ -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},

View File

@@ -2,7 +2,6 @@
"icon": "maki-pitch",
"geometry": [
"point",
"line",
"area"
],
"tags": {