forked from organicmaps/organicmaps
[style] Do not draw tunnel waterways on vehicle style
This commit is contained in:
parent
f92b4046f9
commit
ea9d48bf40
1 changed files with 5 additions and 5 deletions
|
@ -358,11 +358,6 @@ area|z11-[natural=wetland],
|
|||
|
||||
/* 6.2 Line water(river,canal etc.) */
|
||||
|
||||
/* Do not draw tunnel waterways */
|
||||
|
||||
line[waterway][tunnel]
|
||||
{width: 0;}
|
||||
|
||||
line|z10[waterway=river],
|
||||
line|z10[waterway=riverbank],
|
||||
{width: 1;}
|
||||
|
@ -411,6 +406,11 @@ line|z17-[waterway=ditch],
|
|||
line|z17-[waterway=drain],
|
||||
{width: 1.8;opacity: 1;color: @river;dashes: 0.9,0.9;}
|
||||
|
||||
/* Do not draw tunnel waterways */
|
||||
|
||||
line[waterway][tunnel]
|
||||
{width: 0;}
|
||||
|
||||
/* 7.LANDUSE */
|
||||
|
||||
area|z10-[aeroway=airport][aerodrome=international],
|
||||
|
|
Loading…
Add table
Reference in a new issue