use purple lines between position history markers

This commit is contained in:
liamcottle 2025-04-25 17:36:52 +12:00 committed by Anton Roslund
parent 2bc82ae7a3
commit 3eed255eb4

View file

@ -3684,7 +3684,10 @@
} }
// show lines between position history markers // show lines between position history markers
L.polyline(positionHistoryLinesCords).addTo(nodePositionHistoryLayerGroup); L.polyline(positionHistoryLinesCords, {
color: "#a855f7",
opacity: 1,
}).addTo(nodePositionHistoryLayerGroup);
} }