From 421ccc2b82ca3e38753652d2787c6d5a272e41ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?=
 <plepe@noreply.openstreetbrowser.org>
Date: Mon, 11 Mar 2019 10:41:50 +0100
Subject: [PATCH] playground: playgrounds and playgrounds installations

---
 playgrounds.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 playgrounds.json

diff --git a/playgrounds.json b/playgrounds.json
new file mode 100644
index 0000000..9ebee29
--- /dev/null
+++ b/playgrounds.json
@@ -0,0 +1,24 @@
+{
+    "type": "overpass",
+    "name": {
+        "en": "Playgrounds"
+    },
+    "query": {
+        "15": "nwr[leisure=playground]",
+        "17": [
+            "(",
+            "nwr[leisure=playground];",
+            "nwr[playground];",
+            ")"
+        ]
+    },
+    "feature": {
+        "description": [
+            "{% if tags.leisure %}",
+            "{{ tagTrans('leisure', tags.leisure) }}",
+            "{% else %}",
+            "{{ tagTransList('playground', tags.playground) }}",
+            "{% endif %}"
+        ]
+    }
+}