summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2015-05-23 16:12:38 +0200
committerMarcus Lundblad <ml@update.uu.se>2015-05-23 16:12:38 +0200
commitcc1b158cb61b213fa9391b6bae5b0758fac54f5c (patch)
tree5f254227751cdf5e969f9880e0f424556f9bf2bb
parent7c3fff1222f86854f3a436e756ac8c80c56cb0c8 (diff)
downloadgnome-maps-wip/jonasdn/vector-tiles.tar.gz
Re-style stairs.wip/jonasdn/vector-tiles
-rw-r--r--data/roads.mapcss26
1 files changed, 20 insertions, 6 deletions
diff --git a/data/roads.mapcss b/data/roads.mapcss
index cce24733..592b9c4f 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;