diff --git a/css/map.css b/css/map.css index 36cbc1b37..74e0eda99 100644 --- a/css/map.css +++ b/css/map.css @@ -320,6 +320,16 @@ path.fill.tag-natural-wetland { fill: url(#) #b6e199; } +path.fill.tag-natural-beach { + /* Use the meadow pattern here as well */ + fill: url(#) #ffff7e; +} + +path.fill.tag-natural-scrub { + /* Use the meadow pattern here as well */ + fill: url(#) #dbf08b; +} + path.fill.tag-landuse-cemetery { fill: url(#) #8cd05f; } diff --git a/img/source/landuse-colors.svg b/img/source/landuse-colors.svg index ad42b38f2..48c36e16e 100644 --- a/img/source/landuse-colors.svg +++ b/img/source/landuse-colors.svg @@ -18,6 +18,16 @@ sodipodi:docname="landuse-colors.svg"> + + + + NATURAL=SCRUB + + + + NATURAL=BEACH