From b42630e6d0c417fb02f4b3b18f68c9a7710b987b Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 28 Apr 2025 21:38:55 -0700 Subject: [PATCH] Added popup link to the maps --- meshview/templates/packet_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/templates/packet_details.html b/meshview/templates/packet_details.html index 91ec99b..19af0a5 100644 --- a/meshview/templates/packet_details.html +++ b/meshview/templates/packet_details.html @@ -55,7 +55,7 @@ var fromNodeLatLng = L.latLng({{ from_node_cord | tojson }}); var fromNode = L.circleMarker(fromNodeLatLng, { - radius: 8, + radius: 10, color: 'red', weight: 1, fillColor: 'red',