forked from organicmaps/organicmaps
[styles] Smaller dashes for fence in z18.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
8c9364e0e8
commit
b9cb717dc4
2 changed files with 6 additions and 6 deletions
|
@ -685,7 +685,7 @@ line|z16-[barrier=hedge],
|
|||
line|z16-[barrier=retaining_wall],
|
||||
line|z16-[barrier=wall],
|
||||
line|z16-[historic=citywalls],
|
||||
{color: @fence; width: 1.0; dashes: 1.0,1.0; opacity: 0.5;}
|
||||
{color: @fence; width: 1.0; dashes: 1,1; opacity: 0.5;}
|
||||
|
||||
line|z17-[barrier=city_wall],
|
||||
line|z17-[barrier=fence],
|
||||
|
@ -693,7 +693,7 @@ line|z17-[barrier=hedge],
|
|||
line|z17-[barrier=retaining_wall],
|
||||
line|z17-[barrier=wall],
|
||||
line|z17-[historic=citywalls],
|
||||
{width: 1.5; dashes: 2.0,2.0; opacity:0.7;}
|
||||
{width: 1.5; dashes: 2,2; opacity:0.7;}
|
||||
|
||||
line|z18-[barrier=city_wall],
|
||||
line|z18-[barrier=fence],
|
||||
|
@ -701,7 +701,7 @@ line|z18-[barrier=hedge],
|
|||
line|z18-[barrier=retaining_wall],
|
||||
line|z18-[barrier=wall],
|
||||
line|z18-[historic=citywalls],
|
||||
{width: 2.0; dashes: 2.5,2.5; opacity: 1;}
|
||||
{width: 2.0; dashes: 2,2; opacity: 1;}
|
||||
|
||||
/*
|
||||
4 values tuple: dash (===), triangle base (tb), triangle height, base height.
|
||||
|
|
|
@ -593,7 +593,7 @@ line|z16-[barrier=hedge],
|
|||
line|z16-[barrier=retaining_wall],
|
||||
line|z16-[barrier=wall],
|
||||
line|z16-[historic=citywalls],
|
||||
{color: @fence; width: 1.0; dashes: 1.0,1.0; opacity: 0.5;}
|
||||
{color: @fence; width: 1.0; dashes: 1,1; opacity: 0.5;}
|
||||
|
||||
line|z17-[barrier=city_wall],
|
||||
line|z17-[barrier=fence],
|
||||
|
@ -601,7 +601,7 @@ line|z17-[barrier=hedge],
|
|||
line|z17-[barrier=retaining_wall],
|
||||
line|z17-[barrier=wall],
|
||||
line|z17-[historic=citywalls],
|
||||
{width: 1.5; dashes: 2.0,2.0; opacity: 0.7;}
|
||||
{width: 1.5; dashes: 2,2; opacity: 0.7;}
|
||||
|
||||
line|z18-[barrier=city_wall],
|
||||
line|z18-[barrier=fence],
|
||||
|
@ -609,7 +609,7 @@ line|z18-[barrier=hedge],
|
|||
line|z18-[barrier=retaining_wall],
|
||||
line|z18-[barrier=wall],
|
||||
line|z18-[historic=citywalls],
|
||||
{width: 2.0; dashes: 2.5,2.5; opacity: 1;}
|
||||
{width: 2.0; dashes: 2,2; opacity: 1;}
|
||||
|
||||
/*
|
||||
4 values tuple: dash (===), triangle base (tb), triangle height, base height.
|
||||
|
|
Loading…
Add table
Reference in a new issue