[gnome-maps/wip/jonasdn/vector-tiles] Use white instead of #ffffffff
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/jonasdn/vector-tiles] Use white instead of #ffffffff
- Date: Mon, 4 May 2015 20:26:17 +0000 (UTC)
commit 82430c2bc14cdb56c341fa58f3bae2c2ecbbf4bf
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Mon May 4 22:17:33 2015 +0200
Use white instead of #ffffffff
data/gnome-maps.mapcss | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/data/gnome-maps.mapcss b/data/gnome-maps.mapcss
index 31ad58c..d444c07 100644
--- a/data/gnome-maps.mapcss
+++ b/data/gnome-maps.mapcss
@@ -9,14 +9,14 @@ node|z5-10[place=country] {
text-color: #4A90D9;
text: name;
text-halo-radius: 2;
- text-halo-color:#ffffff;
+ text-halo-color: white;
}
node|z5-10[place=sea] {
text-color: #770000;
text: name;
text-halo-radius: 2;
- text-halo-color:#ffffff;
+ text-halo-color: white;
}
node|z5-13[place=city] {
@@ -26,7 +26,7 @@ node|z5-13[place=city] {
font-size: 14;
text: name;
text-halo-radius: 2;
- text-halo-color: #ffffff;
+ text-halo-color: white;
}
/* This applies to the Map as a whole, renders first */
@@ -138,7 +138,7 @@ way|z16[highway=track],
way|z16[highway=living_street],
way|z16[highway=steps] {
width: 1;
- color: #ffffff;
+ color: white;
casing-width: 1;
z-index: 2;
}
@@ -157,7 +157,7 @@ way|z17[highway=track],
way|z17[highway=living_street],
way|z17[highway=steps] {
width: 3;
- color: #ffffff;
+ color: white;
z-index: 3;
}
@@ -167,7 +167,7 @@ way|z15[highway=unclassified],
way|z15[highway=road],
way|z16[highway=residential] {
width: 4;
- color: #ffffff;
+ color: white;
z-index: 4;
}
@@ -177,7 +177,7 @@ way|z16-17[highway=unclassified],
way|z16[highway=road],
way|z17[highway=residential] {
width: 7;
- color: #ffffff;
+ color: #white;
z-index: 5;
}
@@ -188,7 +188,7 @@ way|z11-12[highway=residential] {
way|z17[highway=residential] {
text: name;
text-color: #222233;
- text-halo-color: #ffffff;
+ text-halo-color: white;
text-halo-radius: 1;
font-size: 7;
font-family: cantarell;
@@ -197,7 +197,7 @@ way|z17[highway=residential] {
way|z14-17[highway!=residential] {
text: name;
text-color: #222233;
- text-halo-color: #ffffff;
+ text-halo-color: white;
text-halo-radius: 1;
font-size: 8;
font-family: cantarell;
@@ -209,10 +209,10 @@ area {
width: 1;
}
-area|z16-19[building] {
+area|z17-19[building] {
text: name;
text-color: #222233;
- text-halo-color: #ffffff;
+ text-halo-color: white;
text-halo-radius: 1;
font-size: 8;
font-family: cantarell;
@@ -221,7 +221,7 @@ area|z16-19[building] {
area|z16-19[landuse] {
text: name;
text-color: #222233;
- text-halo-color: #ffffff;
+ text-halo-color: white;
text-halo-radius: 1;
font-size: 8;
font-family: cantarell;
@@ -296,7 +296,7 @@ way[is_tunnel=yes] {
/* Railways */
way[railway=rail] {
- color: #ffffff;
+ color: white;
width: 2;
casing-color: #777777;
casing-width: 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]