[gnome-maps/wip/jonasdn/vector-tiles] Tone down footpaths compared to streets and cycleways.



commit 6c04bdf09fbec0327e9da4edc7d5917a6ef8b160
Author: Marcus Lundblad <ml update uu se>
Date:   Mon May 18 21:58:46 2015 +0200

    Tone down footpaths compared to streets and cycleways.

 data/roads.mapcss |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/data/roads.mapcss b/data/roads.mapcss
index 7aaf549..5130e79 100644
--- a/data/roads.mapcss
+++ b/data/roads.mapcss
@@ -139,6 +139,20 @@ way|z17[highway=cycleway] {
   z-index: 3;
 }
 
+way|z16[highway=footway] {
+   width: 1;
+   color: #c7b8a4;
+   casing-width: 0;
+   z-index: 3;
+}
+
+way|z17[highway=footway] {
+   width: 2;
+   color: #c7b8a4;
+   casing-width: 0;
+   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]