[gnome-maps/wip/jonasdn/vector-tiles] Use halo



commit d279f6858f7387d917fd6a15961c63b5e1d01517
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sun Apr 26 10:22:35 2015 +0200

    Use halo

 data/gnome-maps.mapcss |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-maps.mapcss b/data/gnome-maps.mapcss
index 57a5d1f..5f41757 100644
--- a/data/gnome-maps.mapcss
+++ b/data/gnome-maps.mapcss
@@ -15,6 +15,16 @@ node|z5-10[place=sea] {
     text: name;
 }
 
+node|z5-13[place=city] {
+    font-family: cantarell;
+    font-weight: bold;
+    text-color: #000000;
+    font-size: 14;
+    text: name;
+    text-halo: 2;
+    text-halo-color: #ffffff;
+}
+
 /* This applies to the Map as a whole, renders first */
 canvas {
     fill-color: #FAEBD7;
@@ -154,7 +164,7 @@ area {
     width: 1;
 }
 
-area|z14-19 {
+area|z15-19 {
     text: name;
     text-color: #222233;
     font-size: 8;


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