Support drawing areas when you start out with ways

This commit is contained in:
Tom MacWright
2012-11-29 16:43:56 -05:00
parent f4b2019bb7
commit 15267af822
4 changed files with 23 additions and 7 deletions
+7 -2
View File
@@ -79,6 +79,13 @@ path.stroke.railway-subway {
stroke-dasharray: 8,8;
}
path.area {
stroke-width:2;
stroke:red;
fill:#fff;
fill-opacity:0.3;
}
path.area.active {
stroke-width:3 !important;
}
@@ -87,14 +94,12 @@ path.area.natural {
stroke: #ADD6A5;
fill: #ADD6A5;
stroke-width:1;
fill-opacity:0.3;
}
path.area.building {
stroke: #9E176A;
stroke-width: 1;
fill: #ff6ec7;
fill-opacity: 0.3;
}
path.area.landuse,