From 852efcc356afcde4fccabd214bf38621b03d55f3 Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Wed, 3 Apr 2013 15:30:08 +0300 Subject: [PATCH] [style] mark novice pistes as blue --- data/drules_proto.bin | Bin 104542 -> 104532 bytes data/drules_proto.txt | 10 +++++----- data/normal.mapcss | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data/drules_proto.bin b/data/drules_proto.bin index dac871eeffee0199f9a6f7754fff212a5a88012d..703597d1290a97852f8639ece72da3514199a5a8 100644 GIT binary patch delta 126 zcmcb&f$ho$wuUW?w$hBv)9s`gWm1JXc!l^m8Nh(WLEt~5!V7jGVGcgHpa?>cADf^6 QHbFsD!R;rd8K>3&0OVg5TL1t6 delta 54 zcmcbzf$iP~wuUW?w$hBf)9s`gWrRgJc!dNx8Nh(WLEu0`Bhz$6Sw`XMF;a}a+Yd`K HPOJd{h$;=P diff --git a/data/drules_proto.txt b/data/drules_proto.txt index 4c44b1f705..19c443a74b 100644 --- a/data/drules_proto.txt +++ b/data/drules_proto.txt @@ -22441,7 +22441,7 @@ cont { scale: 13 lines { width: 2.5 - color: 0x404040 + color: 0x0000FF priority: 1000 } } @@ -22449,7 +22449,7 @@ cont { scale: 14 lines { width: 5 - color: 0x505050 + color: 0x0000FF priority: 1000 } } @@ -22457,7 +22457,7 @@ cont { scale: 15 lines { width: 5 - color: 0x505050 + color: 0x0000FF priority: 1000 } } @@ -22465,7 +22465,7 @@ cont { scale: 16 lines { width: 5 - color: 0x505050 + color: 0x0000FF priority: 1000 } } @@ -22473,7 +22473,7 @@ cont { scale: 17 lines { width: 5 - color: 0x505050 + color: 0x0000FF priority: 1000 } } diff --git a/data/normal.mapcss b/data/normal.mapcss index 57f2764400..7d3dd3f3ea 100644 --- a/data/normal.mapcss +++ b/data/normal.mapcss @@ -1853,7 +1853,7 @@ line|z13[railway=yard] } line|z13[piste:type=downhill][piste:difficulty=easy] { - color: #404040; + color: blue; width: 2.5; } node|z13[place=city] @@ -2093,11 +2093,6 @@ line|z14[railway=construction] dashes: 1.5,1.5; linecap: butt; } -line|z14-[piste:type=downhill][piste:difficulty=easy] -{ - color: #404040; - width: 5; -} line|z14[highway=primary], line|z14[highway=trunk] { @@ -2123,6 +2118,11 @@ line|z14-[piste:type=downhill] color: #505050; width: 5; } +line|z14-[piste:type=downhill][piste:difficulty=easy] +{ + color: blue; + width: 5; +} line|z14[boundary=administrative][type=nation] { color: yellow;