From bc577e6c1ed834bc56df5f6f1c9772939f716de7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sun, 2 Jul 2017 10:19:18 +0200
Subject: [PATCH] Rename parks to 'leisure' category

---
 index.json                 | 9 +++------
 parks.json => leisure.json | 0
 2 files changed, 3 insertions(+), 6 deletions(-)
 rename parks.json => leisure.json (100%)

diff --git a/index.json b/index.json
index 28b5c39..7b493df 100644
--- a/index.json
+++ b/index.json
@@ -11,6 +11,9 @@
                 {
                     "id": "shop"
                 },
+                {
+                    "id": "leisure"
+                },
                 {
                     "id": "children"
                 }
@@ -28,12 +31,6 @@
                 }
             ]
         },
-        {
-            "id": "trees"
-        },
-        {
-            "id": "parks"
-        },
         {
             "id": "places"
         }
diff --git a/parks.json b/leisure.json
similarity index 100%
rename from parks.json
rename to leisure.json