forked from organicmaps/organicmaps
[styles] Fixed natural=bare_rock at night.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
3271d4d388
commit
9ca976e94f
6 changed files with 9 additions and 1 deletions
|
@ -321,7 +321,7 @@ area|z16-[leisure=garden]
|
|||
{fill-color: @forest;}
|
||||
|
||||
area|z12-[natural=bare_rock],
|
||||
{fill-color: #EDE5DC;}
|
||||
{fill-color: @barerock;}
|
||||
|
||||
/* 5.BEACH & GLACIER */
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
@river: #36B0BF;
|
||||
@wetland: #c9ddd6;
|
||||
@beach: #FCEC7E;
|
||||
@barerock: #EDE5DC;
|
||||
|
||||
/*3.2 Vegeration*/
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
@river: #062026;
|
||||
@wetland: #001919;
|
||||
@beach: #28281A;
|
||||
@barerock: #302A2A;
|
||||
|
||||
/*3.2 Vegeration*/
|
||||
|
||||
|
|
|
@ -295,6 +295,9 @@ area|z16-[leisure=park],
|
|||
area|z16-[leisure=garden]
|
||||
{fill-color: @forest;fill-opacity: 1;}
|
||||
|
||||
area|z12-[natural=bare_rock],
|
||||
{fill-color: @barerock;}
|
||||
|
||||
/* 5.BEACH & GLACIER */
|
||||
|
||||
area|z0-[natural=glacier],
|
||||
|
|
|
@ -98,6 +98,8 @@
|
|||
@park: #C8DBAD; /*A5BF60 #A4B275 #BCCC74*/
|
||||
@natpark: #C8DBAD;
|
||||
@beach: #FCEC7E;
|
||||
@barerock: #EDE5DC;
|
||||
|
||||
/*forest-park*/
|
||||
@green0: #C6D9AB;
|
||||
@green1: #C6D9AB;
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
@river: #062026;
|
||||
@wetland: #001919;
|
||||
@beach: #28281A;
|
||||
@barerock: #302A2A;
|
||||
|
||||
/*3.2 Vegeration*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue