Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authori.tomko <igor.n.tomko@gmail.com>2016-06-14 16:13:13 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-23 19:36:49 +0300
commite04ef5660e1a347fde0d5fe9c30cf47a617ddc24 (patch)
treed8c37e62aae6bef7e6889f7979746257e44c628e /data
parent400e84f5173a2a843189800123b0199210cc7313 (diff)
Fix landuse-nature-reserve
Diffstat (limited to 'data')
-rw-r--r--data/styles/clear/include/natural.mapcss72
1 files changed, 59 insertions, 13 deletions
diff --git a/data/styles/clear/include/natural.mapcss b/data/styles/clear/include/natural.mapcss
index d9b4f39c4e..9be7bb1e3b 100644
--- a/data/styles/clear/include/natural.mapcss
+++ b/data/styles/clear/include/natural.mapcss
@@ -233,70 +233,116 @@ line[waterway][tunnel]
/* VEGETATION */
area|z10[natural=wood],
-area|z10[landuse=forest],
-area|z10[leisure=nature_reserve]
+area|z10[landuse=forest]]
{
fill-color: @green1;
fill-position: background;
fill-opacity: 1;
z-index: 30;
}
+area|z10[leisure=nature_reserve]
+{
+ fill-color: @green1;
+ fill-position: background;
+ fill-opacity: 0.2;
+ z-index: 30;
+}
+
area|z11[natural=wood],
-area|z11[landuse=forest],
-area|z11[leisure=nature_reserve]
+area|z11[landuse=forest]
{
fill-color: @green2;
fill-position: background;
fill-opacity: 1;
z-index: 30;
}
+area|z11[leisure=nature_reserve]
+{
+ fill-color: @green2;
+ fill-position: background;
+ fill-opacity: 0.2;
+ z-index: 30;
+}
+
area|z12[natural=wood],
-area|z12[landuse=forest],
-area|z12[leisure=nature_reserve]
+area|z12[landuse=forest]
{
fill-color: @green2;
fill-position: background;
fill-opacity: 1;
z-index: 30;
}
+area|z12[leisure=nature_reserve]
+{
+ fill-color: @green2;
+ fill-position: background;
+ fill-opacity: 0.2;
+ z-index: 30;
+}
area|z13-[natural=wood],
area|z13-[landuse=forest],
-area|z13-[leisure=nature_reserve]
{
fill-color: @green3;
fill-position: background;
fill-opacity: 1;
z-index: 30;
}
+area|z13-[leisure=nature_reserve]
+{
+ fill-color: @green3;
+ fill-position: background;
+ fill-opacity: 0.2;
+ z-index: 30;
+}
+
area|z14-[natural=wood],
-area|z14-[landuse=forest],
-area|z14-[leisure=nature_reserve]
+area|z14-[landuse=forest]
{
fill-color: @green4;
fill-position: background;
fill-opacity: 1;
z-index: 30;
}
+area|z14-[leisure=nature_reserve]
+{
+ fill-color: @green4;
+ fill-position: background;
+ fill-opacity: 0.2;
+ z-index: 30;
+}
area|z15-[natural=wood],
-area|z15-[landuse=forest],
-area|z15-[leisure=nature_reserve]
+area|z15-[landuse=forest]
{
fill-color: @green5;
fill-position: background;
fill-opacity: 1;
z-index: 30;
}
+area|z15-[leisure=nature_reserve]
+{
+ fill-color: @green5;
+ fill-position: background;
+ fill-opacity: 0.2;
+ z-index: 30;
+}
+
area|z16-[natural=wood],
-area|z16-[landuse=forest],
-area|z16-[leisure=nature_reserve]
+area|z16-[landuse=forest]
{
fill-color: @forest;
fill-position: background;
fill-opacity: 1;
z-index: 30;
}
+area|z16-[leisure=nature_reserve]
+{
+ fill-color: @forest;
+ fill-position: background;
+ fill-opacity: 0.2;
+ z-index: 30;
+}
area|z10[leisure=park] {