use purple lines between position history markers
This commit is contained in:
parent
2bc82ae7a3
commit
3eed255eb4
1 changed files with 4 additions and 1 deletions
|
|
@ -3684,7 +3684,10 @@
|
|||
}
|
||||
|
||||
// show lines between position history markers
|
||||
L.polyline(positionHistoryLinesCords).addTo(nodePositionHistoryLayerGroup);
|
||||
L.polyline(positionHistoryLinesCords, {
|
||||
color: "#a855f7",
|
||||
opacity: 1,
|
||||
}).addTo(nodePositionHistoryLayerGroup);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue