mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01:00
use purple lines between position history markers
This commit is contained in:
committed by
Anton Roslund
parent
2bc82ae7a3
commit
3eed255eb4
@@ -3684,7 +3684,10 @@
|
||||
}
|
||||
|
||||
// show lines between position history markers
|
||||
L.polyline(positionHistoryLinesCords).addTo(nodePositionHistoryLayerGroup);
|
||||
L.polyline(positionHistoryLinesCords, {
|
||||
color: "#a855f7",
|
||||
opacity: 1,
|
||||
}).addTo(nodePositionHistoryLayerGroup);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user