use purple lines between position history markers
This commit is contained in:
parent
825b62c5bb
commit
1aa32cfa35
1 changed files with 4 additions and 1 deletions
|
|
@ -3765,7 +3765,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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue