[gnome-maps/wip/jonasdn/vector-tiles] Style pedestrian street similarily as pedestrian areas (squares).
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/jonasdn/vector-tiles] Style pedestrian street similarily as pedestrian areas (squares).
- Date: Wed, 6 May 2015 21:10:21 +0000 (UTC)
commit d95b4951b9c1f01574dad4e87691b0489cdf983a
Author: Marcus Lundblad <ml update uu se>
Date: Wed May 6 23:08:12 2015 +0200
Style pedestrian street similarily as pedestrian areas (squares).
data/gnome-maps.mapcss | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-maps.mapcss b/data/gnome-maps.mapcss
index 6fbf418..006ea13 100644
--- a/data/gnome-maps.mapcss
+++ b/data/gnome-maps.mapcss
@@ -152,7 +152,6 @@ way|z17[highway=service],
way|z17[highway=footway],
way|z17[highway=cycleway],
way|z17[highway=path],
-way|z17[highway=pedestrian],
way|z17[highway=track],
way|z17[highway=living_street],
way|z17[highway=steps] {
@@ -161,6 +160,12 @@ way|z17[highway=steps] {
z-index: 3;
}
+way|z17[highway=pedestrian] {
+ width: 4;
+ color: #dddddd;
+ z-index: 3;
+}
+
way|z13[highway=secondary],
way|z14[highway=tertiary],
way|z15[highway=unclassified],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]