mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-05-04 04:23:00 +02:00
use purple lines between position history markers
This commit is contained in:
@@ -3765,7 +3765,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