Improve railway=platform rendering (fixes #946)

This commit is contained in:
John Firebaugh
2013-03-09 15:57:43 -08:00
parent 16b82cc0ea
commit 6aa6c278b2
+9
View File
@@ -668,6 +668,15 @@ svg[data-zoom="16"] path.casing.tag-highway-construction {
stroke: #222;
}
.line.stroke.tag-railway-platform {
stroke: #999;
stroke-width: 4;
stroke-dasharray: none;
}
.line.casing.tag-railway {
stroke: none;
}
/* waterways */
path.fill.tag-waterway {