Browse Source

Remove trees category

fossil
parent
commit
17b03de2df
  1. 24
      trees.json

24
trees.json

@ -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 ]
}
}
}
Loading…
Cancel
Save