summaryrefslogtreecommitdiff
path: root/landcover.mss
diff options
context:
space:
mode:
Diffstat (limited to 'landcover.mss')
-rwxr-xr-xlandcover.mss16
1 files changed, 9 insertions, 7 deletions
diff --git a/landcover.mss b/landcover.mss
index 642662e..33214de 100755
--- a/landcover.mss
+++ b/landcover.mss
@@ -101,12 +101,14 @@
}
#trees {
- [zoom >= 16] {
- point-file: url('symbols/tree.png');
- point-ignore-placement: true;
- point-placement: interior;
- [zoom >= 17] {
- point-file: url('symbols/tree2.png');
+ image-filters: agg-stack-blur(1,1);
+ [type='poly'] {
+ polygon-fill: green;
+ polygon-opacity: 0.3;
+ }
+ [zoom>=19][type='point'] {
+ marker-fill: #b27f36;
+ marker-width: 3;
+ marker-height: 3;
}
- }
}