fix partial fill mode - pointer events visible stroke only

also, fix wireframe mode - pedestrian style
This commit is contained in:
Bryan Housel
2014-11-06 23:47:54 -05:00
parent d5879fa855
commit 30dde37e02

View File

@@ -557,18 +557,18 @@ path.casing.tag-highway-living_street {
stroke-width:6;
}
path.stroke.line.tag-highway-pedestrian {
path.stroke.tag-highway-pedestrian {
stroke:#fff;
stroke-dasharray: 2, 8;
stroke-width:4;
shapeRendering: auto;
}
path.casing.line.tag-highway-pedestrian {
path.casing.tag-highway-pedestrian {
stroke:#8cd05f;
stroke-width:6;
}
path.stroke.area.tag-highway-pedestrian {
stroke:#fff;
stroke-dasharray: none;
stroke-width: 2;
}
@@ -1234,4 +1234,5 @@ text.gpx {
.fill-partial path.fill {
fill-opacity: 0;
stroke-width: 60px;
pointer-events: visibleStroke;
}