Fix order of backbone neighbours and assume sumetrical connections
This commit is contained in:
parent
b107e6489a
commit
8575d87c18
1 changed files with 2 additions and 2 deletions
|
|
@ -3714,12 +3714,12 @@
|
|||
|
||||
// additional line for backbone neighbours
|
||||
const backboneNeighbourLine = L.polyline([
|
||||
currentNode.getLatLng(),
|
||||
neighbourNodeMarker.getLatLng(),
|
||||
currentNode.getLatLng(),
|
||||
], {
|
||||
color: getColourForSnr(neighbour.snr),
|
||||
opacity: 0.75,
|
||||
offset: symmetrical ? 3 : 0,
|
||||
offset: 3, // assuming symmetrical connection
|
||||
}).arrowheads({
|
||||
size: '10px',
|
||||
fill: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue