[gnome-maps/wip/jonasdn/vector-tiles] Give cycleways a different color than other streets.
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/jonasdn/vector-tiles] Give cycleways a different color than other streets.
- Date: Mon, 18 May 2015 19:47:52 +0000 (UTC)
commit 551df02cf1952da98b73ae91707f6c9e16e7acfa
Author: Marcus Lundblad <ml update uu se>
Date: Mon May 18 21:47:08 2015 +0200
Give cycleways a different color than other streets.
data/roads.mapcss | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/data/roads.mapcss b/data/roads.mapcss
index f637fc6..7aaf549 100644
--- a/data/roads.mapcss
+++ b/data/roads.mapcss
@@ -100,7 +100,6 @@ way|z13[highway=road],
way|z14[highway=residential],
way|z16[highway=service],
way|z16[highway=footway],
-way|z16[highway=cycleway],
way|z16[highway=path],
way|z16[highway=pedestrian],
way|z16[highway=track],
@@ -119,7 +118,6 @@ way|z14[highway=road],
way|z15[highway=residential],
way|z17[highway=service],
way|z17[highway=footway],
-way|z17[highway=cycleway],
way|z17[highway=path],
way|z17[highway=track],
way|z17[highway=living_street],
@@ -129,6 +127,18 @@ way|z17[highway=steps] {
z-index: 3;
}
+way|z16[highway=cycleway] {
+ width: 1;
+ color: #eeeeee;
+ z-index: 2;
+}
+
+way|z17[highway=cycleway] {
+ width: 3;
+ color: #eeeeee;
+ z-index: 3;
+}
+
way|z17[highway=pedestrian] {
width: 4;
color: #dddddd;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]