forked from organicmaps/organicmaps
[styles] Make powerlines less contrast and opaque
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
47b1de1da1
commit
0efa223c2a
3 changed files with 5 additions and 2 deletions
|
@ -1244,7 +1244,6 @@ line|z12-[aerialway=t-bar]::dash,
|
|||
line|z12-[aerialway=magic_carpet]::dash,
|
||||
line|z12-[aerialway=platter]::dash,
|
||||
line|z12-[aerialway=rope_tow]::dash,
|
||||
line|z18-[power=line],
|
||||
{color: @aerialway;opacity: 1;}
|
||||
|
||||
/* 10.1 Lift 12-22 ZOOM */
|
||||
|
@ -1254,7 +1253,6 @@ line|z12-14[piste:lift=magic_carpet],
|
|||
line|z12-14[piste:lift=platter],
|
||||
line|z12-14[piste:lift=rope_tow],
|
||||
line|z12-14[piste:lift=t-bar],
|
||||
line|z19-[power=line],
|
||||
{width: 1;}
|
||||
line|z15-[piste:lift],
|
||||
line|z15-[piste:lift=j-bar],
|
||||
|
@ -1318,6 +1316,9 @@ line|z14-[aerialway=platter]::dash,
|
|||
line|z14-[aerialway=rope_tow]::dash,
|
||||
{width: 2.5;opacity: 0.6;dashes: 0.9,18;}
|
||||
|
||||
line|z19-[power=line],
|
||||
{color: @powerline; width: 1; opacity: 0.6;}
|
||||
|
||||
/* 10.3 Piste & Route 14-22 ZOOM */
|
||||
|
||||
line|z14-[piste:type=downhill],
|
||||
|
|
|
@ -144,6 +144,7 @@
|
|||
@railway_dash: #EEEEEE;
|
||||
@railway_tunnel: #808080;
|
||||
@aerialway: #444444;
|
||||
@powerline: #969586;
|
||||
@tram: #7A7A7A;
|
||||
@ferry: #4499Bb;
|
||||
|
||||
|
|
|
@ -144,6 +144,7 @@
|
|||
@railway_tunnel: #222222;
|
||||
@railway_dash: #111111;
|
||||
@aerialway: #4E4E3D;
|
||||
@powerline: #333333;
|
||||
@tram: #5C5C51;
|
||||
@ferry: #2A4541;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue