From aba476bc5665f5e2aefac427d3668ebcdb1417fe Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 15 Mar 2024 18:04:52 +1300 Subject: [PATCH] decrease radius of circle outline --- 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 a2ba63f..6c5e019 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1098,7 +1098,7 @@ // add circle around node selectedNodeOutlineCircle = L.circle(nodeMarker.getLatLng(), { - radius: 10000, // 10km + radius: 1200, // 1.2km }).addTo(map); }