Stephan Bösch-Plepelits
8 years ago
5 changed files with 39 additions and 29 deletions
-
6children.json
-
6gastro.json
-
16parks.json
-
10shop.json
-
30trees.json
@ -1,11 +1,13 @@ |
|||
{ |
|||
"type": "category", |
|||
"query": "(way[leisure=park];relation[leisure=park];)", |
|||
"style": { |
|||
"color": "green", |
|||
"fillColor": "green", |
|||
"fillOpacity": 0.2, |
|||
"weight": 2 |
|||
}, |
|||
"minZoom": 14 |
|||
"minZoom": 14, |
|||
"feature": { |
|||
"style": { |
|||
"color": "green", |
|||
"fillColor": "green", |
|||
"fillOpacity": 0.2, |
|||
"weight": 2 |
|||
} |
|||
} |
|||
} |
@ -1,19 +1,21 @@ |
|||
{ |
|||
"type": "category", |
|||
"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') }}" |
|||
"feature": { |
|||
"title": "{{ tags.species|default('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 ] |
|||
} |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue