From aa9de493bb772147a36d3e1f80ea06e4d6940082 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 7 Apr 2024 12:39:49 +1200 Subject: [PATCH] remove weight --- src/public/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 40c9739..b9d8557 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2284,7 +2284,6 @@ nodeMarker.getLatLng(), // to us ], { color: getColourForSnr(neighbour.snr), - weight: 5, opacity: 1, }).arrowheads({ size: '10px', @@ -2402,7 +2401,6 @@ neighbourNodeMarker.getLatLng(), // to neighbour ], { color: getColourForSnr(neighbour.snr), - weight: 5, opacity: 1, }).arrowheads({ size: '10px',