From 436221689ca1288dff2da5c015c0afe8422adf88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Mon, 26 Jun 2017 07:00:25 +0200
Subject: [PATCH] OSBIndex, OSBCategory -> CategoryBase, CategoryIndex,
 CategoryOverpass

---
 children.json | 2 +-
 gastro.json   | 2 +-
 parks.json    | 2 +-
 places.json   | 2 +-
 shop.json     | 2 +-
 trees.json    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/children.json b/children.json
index 3d0f3ce..5ba1b21 100644
--- a/children.json
+++ b/children.json
@@ -1,5 +1,5 @@
 {
-    "type": "category",
+    "type": "overpass",
     "query": "(node[leisure~'^(playground|summer_camp|indoor_play)$'];way[leisure~'^(playground|summer_camp|indoor_play)$'];relation[leisure~'^(playground|summer_camp|indoor_play)$'];node[shop~'^(baby_goods|toys)$'];way[shop~'^(baby_goods|toys)$'];relation[shop~'^(baby_goods|toys)$'];node[amenity=toilets][diaper];way[amenity=toilets][diaper];relation[amenity=toilets][diaper];node[kids_area];way[kids_area];relation[kids_area];);",
     "minZoom": 15,
     "feature": {
diff --git a/gastro.json b/gastro.json
index 19a3619..b37f616 100644
--- a/gastro.json
+++ b/gastro.json
@@ -1,5 +1,5 @@
 {
-    "type": "category",
+    "type": "overpass",
     "query": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);",
     "minZoom": 16,
     "feature": {
diff --git a/parks.json b/parks.json
index 9bd5977..4565215 100644
--- a/parks.json
+++ b/parks.json
@@ -1,5 +1,5 @@
 {
-    "type": "category",
+    "type": "overpass",
     "query": "(way[leisure=park];relation[leisure=park];)",
     "minZoom": 14,
     "feature": {
diff --git a/places.json b/places.json
index 9a72ae9..8bd2492 100644
--- a/places.json
+++ b/places.json
@@ -1,5 +1,5 @@
 {
-    "type": "category",
+    "type": "overpass",
     "query": {
         "0": "node[place~'^(continent)$']",
         "4": "node[place~'^(continent|country)$']",
diff --git a/shop.json b/shop.json
index ffcf35b..0e195d2 100644
--- a/shop.json
+++ b/shop.json
@@ -1,5 +1,5 @@
 {
-    "type": "category",
+    "type": "overpass",
     "query": {
         "14": "(node[shop~'^(mall|department_store)$'];way[shop~'^(mall|department_store)$'];relation[shop~'^(mall|department_store)$'];);",
         "16": "(node[shop];way[shop];relation[shop];);"
diff --git a/trees.json b/trees.json
index 67cbabd..93998af 100644
--- a/trees.json
+++ b/trees.json
@@ -1,5 +1,5 @@
 {
-    "type": "category",
+    "type": "overpass",
     "query": "node[natural=tree];",
     "minZoom": 17,
     "feature": {