From 0b7522e4e32b14be37ae657767b9c47fc6774819 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 4 Apr 2022 15:56:53 +0200 Subject: [PATCH] =?utf8?q?Pr=C5=AFvodce:=20More=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pruvodce.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pruvodce.css b/pruvodce.css index d57125d..86f6901 100644 --- a/pruvodce.css +++ b/pruvodce.css @@ -96,6 +96,7 @@ way[highway=proposed] { way[pruvodce=visited] { color: #000; + width: 0.3; z-index: 9; } @@ -114,19 +115,20 @@ node[pruvodce=visited] { } */ -/* node[pruvodce=src], node[pruvodce=dest] { symbol-shape: circle; - symbol-size: 2; - symbol-fill-color: #c0c; - z-index: 10; + symbol-size: 3; + symbol-fill-color: #ccc; + symbol-stroke-color: #000; + symbol-stroke-width: 0.5; + z-index: 11; } -*/ /*** Backward Dijkstra ***/ way[pruvodce2=visited] { color: #000; + width: 0.3; z-index: 9; } -- 2.39.2