[gnome-maps/wip/jonasdn/vector-tiles] Re-style stairs.
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/jonasdn/vector-tiles] Re-style stairs.
- Date: Sat, 23 May 2015 14:12:58 +0000 (UTC)
commit cc1b158cb61b213fa9391b6bae5b0758fac54f5c
Author: Marcus Lundblad <ml update uu se>
Date: Sat May 23 16:12:38 2015 +0200
Re-style stairs.
data/roads.mapcss | 26 ++++++++++++++++++++------
1 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/data/roads.mapcss b/data/roads.mapcss
index cce2473..592b9c4 100644
--- a/data/roads.mapcss
+++ b/data/roads.mapcss
@@ -85,8 +85,7 @@ way|z15[highway=footway],
way|z15[highway=cycleway],
way|z15[highway=pedestrian],
way|z15[highway=track],
-way|z15[highway=living_street],
-way|z15[highway=steps] {
+way|z15[highway=living_street] {
width: 1;
casing-width: 0;
z-index: 1;
@@ -99,8 +98,7 @@ way|z13[highway=road],
way|z14[highway=residential],
way|z16[highway=service],
way|z16[highway=pedestrian],
-way|z16[highway=living_street],
-way|z16[highway=steps] {
+way|z16[highway=living_street] {
width: 1;
color: white;
casing-width: 1;
@@ -113,8 +111,7 @@ way|z14[highway=unclassified],
way|z14[highway=road],
way|z15[highway=residential],
way|z17[highway=service],
-way|z17[highway=living_street],
-way|z17[highway=steps] {
+way|z17[highway=living_street] {
width: 3;
color: white;
z-index: 3;
@@ -153,6 +150,23 @@ way|z17[highway=footway] {
z-index: 3;
}
+way|z15-16[highway=steps] {
+ width: 1;
+ color: #c7b8a4;
+ casing-width: 0;
+ dashes: 1, 1;
+ z-index: 3;
+}
+
+way|z17[highway=steps] {
+ width: 3;
+ color: #c7b8a4;
+ casing-width: 0;
+ dashes: 1, 1;
+ z-index: 3;
+}
+
+
way|z1-15[highway=path] {
width: 0;
casing-width: 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]