From 17b03de2dfaa7947aa73149a2e8012c6560f5f8f 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:18:30 +0200
Subject: [PATCH] Remove trees category

---
 trees.json | 24 ------------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 trees.json

diff --git a/trees.json b/trees.json
deleted file mode 100644
index 494a7c0..0000000
--- a/trees.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-    "type": "overpass",
-    "name:en": "Trees",
-    "query": "node[natural=tree];",
-    "minZoom": 17,
-    "feature": {
-        "title": "{% if tags.ref %}{{ tags.ref }} - {% endif %}{{ tags.name|default('Tree') }}",
-        "description": "{{ tags.species }}",
-        "body": "{{ tags.species }}",
-        "style": {
-              "nodeFeature": "CircleMarker",
-              "color": "red",
-              "fillColor": "red",
-              "fillOpacity": 0.1,
-              "weight": 1,
-              "radius": 6
-        },
-        "marker": {
-            "iconUrl": "img/map_pointer.png",
-            "iconSize": [ 25, 42 ],
-            "iconAnchor": [ 13, 42 ]
-        }
-    }
-}