Added numbers to the hop count

This commit is contained in:
Pablo Revilla
2025-03-17 14:33:32 -07:00
parent a15dcf624f
commit 77db8e13f6
+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',