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.

23 lines
661 B

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