forked from OpenStreetBrowser/main
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
18 lines
440 B
{
|
|
"query": "node[natural=tree];",
|
|
"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 ]
|
|
},
|
|
"minZoom": 17,
|
|
"featureTitle": "{{ tags.species|default('Tree') }}"
|
|
}
|