[gnome-maps/wip/jonasdn/vector-tiles] Add text for some ways



commit 43a6bedc11d0d7a08cf4cc3944a964ceba6b8f23
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sat May 2 19:02:07 2015 +0200

    Add text for some ways

 data/gnome-maps.mapcss |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-maps.mapcss b/data/gnome-maps.mapcss
index d10e2c4..703db09 100644
--- a/data/gnome-maps.mapcss
+++ b/data/gnome-maps.mapcss
@@ -173,6 +173,24 @@ way|z11-12[highway=residential] {
     opacity: 0;
 }
 
+way|z17[highway=residential] {
+    text: name;
+    text-color: #222233;
+    text-halo-color: #ffffff;
+    text-halo-radius: 1;
+    font-size: 7;
+    font-family: cantarell;
+}
+
+way|z14-17[highway!=residential] {
+    text: name;
+    text-color: #222233;
+    text-halo-color: #ffffff;
+    text-halo-radius: 1;
+    font-size: 8;
+    font-family: cantarell;
+}
+
 area {
     color: #000000;
     fill-color: #FAEBD7;


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