From 02d3e75c14d2c0570636708d327998a8638c8603 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 17 Apr 2024 22:57:41 +1200 Subject: [PATCH] increase opacity of neighbour lines as they are hard to see on satellite imagery --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index edd7618..5ea606b 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2770,7 +2770,7 @@

Nodes neighbourNodeMarker.getLatLng(), ], { color: '#2563eb', - opacity: 0.5, + opacity: 0.75, offset: polylineOffset, }).addTo(neighboursLayerGroup);