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\"];)", + "" + ] + } +}