mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 21:13:55 +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
@@ -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.) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user