Semi-transparent roads

This commit is contained in:
Tom MacWright
2012-10-25 11:50:43 -04:00
parent 012f91a9af
commit fac5aa37d6

View File

@@ -65,6 +65,13 @@ circle.handle {
opacity:0.2;
}
.stroke.highway {
stroke-opacity:0.7;
}
.casing.highway {
stroke-opacity:0.2;
}
/* highways */
.stroke.highway-residential {
stroke:#E8E8E8;
@@ -139,4 +146,10 @@ circle.handle {
text {
font:9px 'Helvetica';
text-anchor:middle;
fill:#fff;
text-shadow:
0 0 1px #000,
0 0 1px #000,
0 0 1px #000,
0 0 2px #000;
}