fix area style for highway=pedestrian

This commit is contained in:
Ansis Brammanis
2013-03-06 15:17:57 -05:00
parent 32a78d4573
commit bd3302611e
+9 -2
View File
@@ -390,16 +390,23 @@ path.casing.tag-highway-living_street {
stroke-width:6;
}
path.stroke.tag-highway-pedestrian {
path.stroke.line.tag-highway-pedestrian {
stroke:#fff;
stroke-dasharray: 2, 8;
stroke-width:4 !important;
shapeRendering: auto;
}
path.casing.tag-highway-pedestrian {
path.casing.line.tag-highway-pedestrian {
stroke:#8cd05f;
stroke-width:6 !important;
}
path.stroke.area.tag-highway-pedestrian {
stroke:#fff;
stroke-width: 2;
}
path.fill.area.tag-highway-pedestrian {
fill:#ccc;
}
path.stroke.tag-highway-service {
stroke:#fff;