forked from organicmaps/organicmaps
[styles][outdoor] Increase visibility of power lines and towers
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
4f6ee70bf8
commit
80413f97e1
2 changed files with 12 additions and 6 deletions
|
@ -362,6 +362,8 @@ node|z14-[barrier=border_control],
|
|||
node|z14-[highway=ford],
|
||||
{icon-image: ford-m.svg;}
|
||||
|
||||
node|z13[power=tower],
|
||||
{icon-image: mast-m.svg;}
|
||||
node|z14-[power=tower],
|
||||
{icon-image: power-tower-m.svg;}
|
||||
|
||||
|
|
|
@ -533,12 +533,16 @@ line|z16-[railway=disused]
|
|||
|
||||
|
||||
/* Power lines are good for orienteering */
|
||||
line|z13-[power=line],
|
||||
{color: @powerline; width: 0.8; opacity: 0.5;}
|
||||
line|z14-[power=line],
|
||||
{width: 1; opacity: 0.6;}
|
||||
line|z15-[power=line],
|
||||
{color: @powerline; width: 1; opacity: 0.5;}
|
||||
line|z17-[power=line],
|
||||
{width: 1.3; opacity: 0.6;}
|
||||
{width: 1.3; opacity: 0.7;}
|
||||
|
||||
line|z13-[power=line]::dash,
|
||||
{color: @powerline; width: 3.4; opacity: 0.5; dashes: 1,50;}
|
||||
line|z14-[power=line]::dash,
|
||||
{width: 4; opacity: 0.6;}
|
||||
line|z15-[power=line]::dash,
|
||||
{color: @powerline; width: 4; opacity: 0.5; dashes: 1,50;}
|
||||
line|z17-[power=line]::dash,
|
||||
{width: 4.5; opacity:0.6; dashes: 1,80;}
|
||||
{width: 4.5; opacity: 0.7; dashes: 1,80;}
|
||||
|
|
Loading…
Add table
Reference in a new issue