From 999879cee1279fd467907623c0f48ef9c0312d18 Mon Sep 17 00:00:00 2001 From: Discostu36 Date: Sat, 17 Nov 2018 14:26:11 +0100 Subject: [PATCH] Erste Anlage (Playground) --- Playgrounds.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Playgrounds.json diff --git a/Playgrounds.json b/Playgrounds.json new file mode 100644 index 0000000..84d123f --- /dev/null +++ b/Playgrounds.json @@ -0,0 +1,13 @@ +{ + "type": "overpass", + "name": { + "en": "Playgrounds", + "de": "Spielplätze" + }, + "query": { + "16": [ + "(node[\"leisure\"=\"playground\"]; way[\"leisure\"=\"playground\"]; relation[\"leisure\"=\"playground\"];)", + "" + ] + } +}