add unique style for landuse military

This commit is contained in:
samanpwbb
2014-04-14 15:48:40 -04:00
parent 88e8f5cf06
commit a5f095bd9c

View File

@@ -245,6 +245,10 @@ path.stroke.tag-landuse-landfill {
stroke: #ff9933;
}
path.stroke.tag-landuse-military {
stroke: #e06e5f;
}
path.stroke.tag-landuse-residential,
path.stroke.tag-landuse-construction {
stroke: #e06e5f;
@@ -393,9 +397,15 @@ path.fill.tag-landuse-industrial {
fill: #e4a4f5;
}
path.fill.tag-landuse-military {
fill: url(#pattern-construction);
opacity: 1;
}
path.stroke.tag-amenity-parking {
stroke: #aaa;
}
path.fill.tag-amenity-parking {
fill: #aaa;
}