From 95c568164198a67ab8828fd5fc376ab88b002808 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 20 Feb 2019 14:14:06 -0500 Subject: [PATCH] Nicer rendering of pipeline and runway line icon previews --- css/35_aeroways.css | 4 +++- css/50_misc.css | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/35_aeroways.css b/css/35_aeroways.css index 76bf7003c..56cffee52 100644 --- a/css/35_aeroways.css +++ b/css/35_aeroways.css @@ -83,4 +83,6 @@ path.line.stroke.tag-aeroway-runway { stroke-width: 2; stroke-dasharray: 12, 24; } - +.preset-icon-line path.line.stroke.tag-aeroway-runway { + stroke-dasharray: 0, 14, 8, 14; +} diff --git a/css/50_misc.css b/css/50_misc.css index 67492596d..067e1b3db 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -163,6 +163,9 @@ path.line.casing.tag-man_made-pipeline { .low-zoom path.line.stroke.tag-man_made-pipeline { stroke-dasharray: 40, 1; } +.preset-icon-line path.line.stroke.tag-man_made-pipeline { + stroke-dasharray: 19, 1; +} /* boundaries */