Added popup link to the maps

This commit is contained in:
Pablo Revilla
2025-04-28 21:38:55 -07:00
parent 48d5dcbf7d
commit b42630e6d0
+1 -1
View File
@@ -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',