[gnome-maps/wip/jonasdn/vector-tiles] Add text for building and landuse



commit 78da7b1c4332062e8c0cc7ee37dff4173e6bb932
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sun May 3 23:00:30 2015 +0200

    Add text for building and landuse

 data/gnome-maps.mapcss |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/gnome-maps.mapcss b/data/gnome-maps.mapcss
index 9ed0d47..31e2cd3 100644
--- a/data/gnome-maps.mapcss
+++ b/data/gnome-maps.mapcss
@@ -206,13 +206,13 @@ area {
     fill-color: #FAEBD7;
     width: 1;
 }
-/*
-area|z17-19[building] {
+
+area|z16-19[building] {
     text: name;
     text-color: #222233;
     text-halo-color: #ffffff;
     text-halo-radius: 1;
-    font-size: 10;
+    font-size: 8;
     font-family: cantarell;
 }
 
@@ -221,10 +221,10 @@ area|z16-19[landuse] {
     text-color: #222233;
     text-halo-color: #ffffff;
     text-halo-radius: 1;
-    font-size: 10;
+    font-size: 8;
     font-family: cantarell;
 }
-*/
+
 area[landuse=park], area[landuse=playground], area[landuse=pitch],
 area[leisure=park], area[leasure=playground], area[leisure=pitch],
 area[landuse=grass], area[landuse=garden], area[landuse=golf_course],


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