From 6aa6c278b23d8ddf9025ebe2cce7303c453e0ede Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 9 Mar 2013 15:57:43 -0800 Subject: [PATCH] Improve railway=platform rendering (fixes #946) --- css/map.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/map.css b/css/map.css index 2336220d7..da5790c69 100644 --- a/css/map.css +++ b/css/map.css @@ -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 {