mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 20:03:45 +00:00
[styles] Colored different wetland types differently
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
3f79a3bece
commit
c92e1b4ab2
@@ -41,7 +41,15 @@
|
||||
@glacier: #111111;
|
||||
@water: #002222;
|
||||
@water_bad: #00261e;
|
||||
@wetland: #001919;
|
||||
@wetland_tidal: #001919;
|
||||
@wetland_tidal_saltmarsh: #001919;
|
||||
@wetland_saltmarsh: #001919;
|
||||
@wetland_marsh: #001919;
|
||||
@wetland_fen: #001919;
|
||||
@wetland_bog: #001919;
|
||||
@wetland_reedbed: #001919;
|
||||
@wetland_swamp: #001919;
|
||||
@wetland_mangrove: #001919;
|
||||
@beach: #28281A;
|
||||
@barerock: #302A2A;
|
||||
@scree: #242020;
|
||||
|
||||
@@ -303,8 +303,25 @@ area|z13-[natural=water][water=drain],
|
||||
area|z12-[natural=water][water=wastewater],
|
||||
{fill-color: @water_bad;}
|
||||
|
||||
area|z11-[natural=wetland]
|
||||
{fill-color: @wetland;}
|
||||
area|z11-[natural=wetland],
|
||||
area|z11-[natural=wetland][wetland=marsh],
|
||||
{fill-color: @wetland_marsh;}
|
||||
area|z11-[natural=wetland][wetland=tidalflat],
|
||||
{fill-color: @wetland_tidal;}
|
||||
area|z11-[natural=wetland][wetland=saltmarsh],
|
||||
{fill-color: @wetland_saltmarsh;}
|
||||
area|z11-[natural=wetland][wetland=saltmarsh][tidal=yes],
|
||||
{fill-color: @wetland_tidal_saltmarsh;}
|
||||
area|z11-[natural=wetland][wetland=fen],
|
||||
{fill-color: @wetland_fen;}
|
||||
area|z11-[natural=wetland][wetland=bog],
|
||||
{fill-color: @wetland_bog;}
|
||||
area|z11-[natural=wetland][wetland=reedbed],
|
||||
{fill-color: @wetland_reedbed;}
|
||||
area|z11-[natural=wetland][wetland=swamp],
|
||||
{fill-color: @wetland_swamp;}
|
||||
area|z11-[natural=wetland][wetland=mangrove],
|
||||
{fill-color: @wetland_mangrove;}
|
||||
|
||||
/* 6.2 Line water(river,canal etc.) */
|
||||
|
||||
|
||||
@@ -41,7 +41,15 @@
|
||||
@glacier: #FFFFFF;
|
||||
@water: #9EE4F2;
|
||||
@water_bad: #9CD7DE;
|
||||
@wetland: #C3E0D1;
|
||||
@wetland_tidal: #BBE5E8;
|
||||
@wetland_tidal_saltmarsh: #A6E0D6;
|
||||
@wetland_saltmarsh: #AADEC4;
|
||||
@wetland_marsh: #ABDDC2;
|
||||
@wetland_fen: #B6DEC5;
|
||||
@wetland_bog: #B8DDC0;
|
||||
@wetland_reedbed: #C3E0D1;
|
||||
@wetland_swamp: #A1D4B7;
|
||||
@wetland_mangrove: #A2D4B0;
|
||||
@beach: #FADDA0;
|
||||
@barerock: #D9D2BF;
|
||||
@scree: #CCC7BA;
|
||||
|
||||
Reference in New Issue
Block a user