added styles for beach and scrub.

This commit is contained in:
saman bb
2013-03-06 19:41:15 -05:00
parent a131acd7f0
commit 09f01ada5e
2 changed files with 75 additions and 3 deletions
+10
View File
@@ -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;
}