From 10ee1a089d77bb0eb18aa1053abc7c8fcf273246 Mon Sep 17 00:00:00 2001 From: Baconcrisp26 Date: Wed, 28 Aug 2024 14:22:23 -0600 Subject: [PATCH] Added text to barrier nodes with "access=destination" tags. --- Kaart-Styles.mapcss | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/Kaart-Styles.mapcss b/Kaart-Styles.mapcss index 06fce80..6d7b386 100644 --- a/Kaart-Styles.mapcss +++ b/Kaart-Styles.mapcss @@ -1078,7 +1078,16 @@ symbol-size: 5; symbol-stroke-color: #28DE03; symbol-stroke-width: 20px; symbol-fill-opacity: 10; -z-index: -5; } + +/*node text styling*/ +z-index: -5; +text: tr("D"); +text-color: red; +text-position: line; +font-size: 15; +font-weight: bold; +text-halo-color: white; +text-halo-radius: 2; } /** Not Ingested Barriers **/ @@ -1269,7 +1278,17 @@ symbol-size: 5; symbol-stroke-color: #D70D02; symbol-stroke-width: 20px; symbol-fill-opacity: 10; -z-index: -5; } +z-index: -5; + +/*node text styling*/ +z-index: -5; +text: tr("D"); +text-color: red; +text-position: line; +font-size: 15; +font-weight: bold; +text-halo-color: white; +text-halo-radius: 2; } /* Power */