Main categories of OpenStreetBrowser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
464 B

  1. {
  2. "type": "category",
  3. "query": "node[natural=tree];",
  4. "style": {
  5. "nodeFeature": "CircleMarker",
  6. "color": "red",
  7. "fillColor": "red",
  8. "fillOpacity": 0.1,
  9. "weight": 1,
  10. "radius": 6
  11. },
  12. "marker": {
  13. "iconUrl": "img/map_pointer.png",
  14. "iconSize": [ 25, 42 ],
  15. "iconAnchor": [ 13, 42 ]
  16. },
  17. "minZoom": 17,
  18. "featureTitle": "{{ tags.species|default('Tree') }}"
  19. }