[gnome-maps/wip/jonasdn/vector-tiles] make individual houses in blocks visible only on the closest zoom level



commit cc4e0cc29bcc5dc9a2d8d7d39067aa55135f4185
Author: Andreas Nilsson <anilsson redhat com>
Date:   Sun May 3 01:49:36 2015 +0200

    make individual houses in blocks visible only on the closest zoom level

 data/gnome-maps.mapcss |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-maps.mapcss b/data/gnome-maps.mapcss
index 1901428..5ba2159 100644
--- a/data/gnome-maps.mapcss
+++ b/data/gnome-maps.mapcss
@@ -248,8 +248,12 @@ area[landuse=farmland], area[landuse=farm], area[landuse=farmyard] {
     color: #c4ca8a;
 }
 
+area|z13-16[building] {
+    color: #C7B8A4;
+    fill-color: #C7B8A4;
+}
 
-area[building] {
+area|z17[building] {
     color: #777777;
     fill-color: #C7B8A4;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]