forked from organicmaps/organicmaps
[styles][outdoors] Reduce visibility of waterway=stream/canal
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
c1de096229
commit
1d6d07ecd4
1 changed files with 10 additions and 10 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
line|z10-[waterway=river],
|
||||
line|z10-[waterway=riverbank],
|
||||
line|z11-[waterway=stream],
|
||||
line|z11-[waterway=canal],
|
||||
line|z11-[natural=strait],
|
||||
line|z12-[waterway=canal],
|
||||
line|z12-[waterway=stream],
|
||||
line|z13-[waterway=fish_pass],
|
||||
line|z15-[waterway=ditch],
|
||||
line|z15-[waterway=drain],
|
||||
|
@ -19,8 +19,8 @@ line|z15-[waterway=drain],
|
|||
line|z10-[waterway=river],
|
||||
line|z10-[waterway=riverbank],
|
||||
line|z11-[natural=strait],
|
||||
line|z11-[waterway=stream],
|
||||
line|z11-[waterway=canal],
|
||||
line|z12-[waterway=stream],
|
||||
line|z12-[waterway=canal],
|
||||
line|z13-[waterway=fish_pass],
|
||||
{text-color: @water_label; text-halo-opacity: 0.5; text-halo-radius: 1; text-halo-color: @label_halo_light;}
|
||||
|
||||
|
@ -32,9 +32,9 @@ line|z11-12[waterway=river],
|
|||
line|z11-12[waterway=riverbank],
|
||||
line|z11-12[natural=strait],
|
||||
{width: 2; opacity: 0.7;}
|
||||
line|z11-12[waterway=stream],
|
||||
line|z11-12[waterway=canal],
|
||||
{width: 1; opacity: 0.6;}
|
||||
line|z12[waterway=stream],
|
||||
line|z12[waterway=canal],
|
||||
{width: 1; opacity: 0.5;}
|
||||
|
||||
line|z13[waterway=river],
|
||||
line|z13[waterway=riverbank],
|
||||
|
@ -43,11 +43,11 @@ line|z13[natural=strait],
|
|||
line|z13[waterway=stream],
|
||||
line|z13[waterway=canal],
|
||||
line|z13[waterway=fish_pass],
|
||||
{width: 1.3; opacity: 0.8;}
|
||||
{width: 1.3; opacity: 0.7;}
|
||||
line|z11-12[waterway=stream][intermittent],
|
||||
{width: 0;}
|
||||
{width: 0; text: none;}
|
||||
line|z13[waterway=stream][intermittent],
|
||||
{width: 1; dashes: 2.7,2.7; opacity: 0.8;}
|
||||
{width: 1; dashes: 2.7,2.7; opacity: 0.7;}
|
||||
|
||||
line|z14[waterway=river],
|
||||
line|z14[waterway=riverbank],
|
||||
|
|
Loading…
Add table
Reference in a new issue