forked from organicmaps/organicmaps
[styles] Draw waterway=dam as background area.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
03a178d58d
commit
c18f1648ef
4 changed files with 6 additions and 6 deletions
|
@ -691,6 +691,9 @@ area|z18-[waterway=dam],
|
|||
area|z18-[landuse=garages],
|
||||
{fill-color: @building_dark;casing-width: 1;casing-color: @building_dark_border;}
|
||||
|
||||
area|z14-[waterway=dam],
|
||||
{fill-position: background;}
|
||||
|
||||
|
||||
/* 8.3 Barriers, cliffs */
|
||||
|
||||
|
|
|
@ -58,13 +58,10 @@ node[place=continent]
|
|||
{z-index: 999;}
|
||||
|
||||
node[place=country],
|
||||
area[man_made=pier],
|
||||
area[man_made=breakwater],
|
||||
line[man_made=pier],
|
||||
line[man_made=breakwater],
|
||||
node[man_made=pier],
|
||||
node[man_made=breakwater],
|
||||
area[waterway=dam],
|
||||
line[waterway=dam],
|
||||
line[waterway=weir],
|
||||
node[waterway=weir],
|
||||
|
|
|
@ -575,6 +575,9 @@ area|z16-[waterway=dam],
|
|||
area|z16-[landuse=garages],
|
||||
{fill-color: @building;fill-opacity: 0.55;casing-width: 1;casing-color: @building_border;}
|
||||
|
||||
area|z15-[waterway=dam],
|
||||
{fill-position: background;}
|
||||
|
||||
|
||||
/* 8.3 Barriers, cliffs */
|
||||
|
||||
|
|
|
@ -50,13 +50,10 @@ node[place=continent]
|
|||
{z-index: 999;}
|
||||
|
||||
node[place=country],
|
||||
area[man_made=pier],
|
||||
area[man_made=breakwater],
|
||||
line[man_made=pier],
|
||||
line[man_made=breakwater],
|
||||
node[man_made=pier],
|
||||
node[man_made=breakwater],
|
||||
area[waterway=dam],
|
||||
line[waterway=dam],
|
||||
line[waterway=weir],
|
||||
node[waterway=weir],
|
||||
|
|
Loading…
Add table
Reference in a new issue