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.

21 lines
536 B

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