summaryrefslogtreecommitdiff
path: root/landcover.mss
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-12-27 13:10:49 +0000
committerChristopher Baines <cbaines8@gmail.com>2013-12-27 13:10:49 +0000
commit9eec6520509399c6b1c7e5ebde1ee05876e4232e (patch)
tree6e0312bf0c2d38dde2b5f74eebc8077fd3dd1f3c /landcover.mss
parent5eff992956b78b539c5fb1562a4692c065878fd4 (diff)
downloadsum-carto-9eec6520509399c6b1c7e5ebde1ee05876e4232e.tar
sum-carto-9eec6520509399c6b1c7e5ebde1ee05876e4232e.tar.gz
Better trees from the osmfr style
https://github.com/cquest/osmfr-cartocss.git
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;
}
- }
}