From 5c3f33933df4e2fc923d69c6a826a22ea29a1e3d Mon Sep 17 00:00:00 2001 From: Alex Faircloth <41074440+afairclo@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:08:02 -0400 Subject: [PATCH] Set z-index for node status --- templates/static/map.html.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/static/map.html.j2 b/templates/static/map.html.j2 index 624216c..ae0f852 100644 --- a/templates/static/map.html.j2 +++ b/templates/static/map.html.j2 @@ -87,6 +87,7 @@ stroke: new ol.style.Stroke({ color: 'white', width: 2 + zIndex:0 }) }) }); @@ -100,6 +101,7 @@ stroke: new ol.style.Stroke({ color: 'white', width: 2 + zIndex: 1 }) }) }); @@ -113,6 +115,7 @@ stroke: new ol.style.Stroke({ color: 'white', width: 2 + zIndex: 2 }) }) });