From 8fd6730e0de66784a92f1229447ecca935d39999 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Sun, 11 Jan 2026 11:18:01 +0100 Subject: [PATCH] Remove arrowheads from backbone connection --- src/public/index.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 7f43d9b..d2f1f0d 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2908,7 +2908,7 @@ }, "Overlays": { "Legend": legendLayerGroup, - "Backbone Connection": backboneConnectionsLayerGroup, + "Backbone Connections": backboneConnectionsLayerGroup, "Connections": connectionsLayerGroup, "Waypoints": waypointsLayerGroup, "Position History": nodePositionHistoryLayerGroup, @@ -3822,7 +3822,7 @@ event.target.closeTooltip(); }); - // If both nodes are backbone nodes, also add to backbone layer group with arrows + // If both nodes are backbone nodes, also add to backbone layer group if (nodeA.is_backbone && nodeB.is_backbone) { const backboneLine = L.polyline([ nodeAMarker.getLatLng(), @@ -3831,13 +3831,6 @@ color: lineColor, opacity: 0.75, weight: 3, - }).arrowheads({ - size: '10px', - fill: true, - offsets: { - start: '25px', - end: '25px', - }, }).addTo(backboneConnectionsLayerGroup); backboneLine.bindTooltip(tooltip, {