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.

18 lines
440 B

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