[styles] Colored different wetland types differently

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-15 14:29:58 +02:00
committed by Konstantin Pastbin
parent 3f79a3bece
commit c92e1b4ab2
3 changed files with 37 additions and 4 deletions

View File

@@ -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.) */