remove weight
This commit is contained in:
parent
188aeed97b
commit
aa9de493bb
1 changed files with 0 additions and 2 deletions
|
|
@ -2284,7 +2284,6 @@
|
||||||
nodeMarker.getLatLng(), // to us
|
nodeMarker.getLatLng(), // to us
|
||||||
], {
|
], {
|
||||||
color: getColourForSnr(neighbour.snr),
|
color: getColourForSnr(neighbour.snr),
|
||||||
weight: 5,
|
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
}).arrowheads({
|
}).arrowheads({
|
||||||
size: '10px',
|
size: '10px',
|
||||||
|
|
@ -2402,7 +2401,6 @@
|
||||||
neighbourNodeMarker.getLatLng(), // to neighbour
|
neighbourNodeMarker.getLatLng(), // to neighbour
|
||||||
], {
|
], {
|
||||||
color: getColourForSnr(neighbour.snr),
|
color: getColourForSnr(neighbour.snr),
|
||||||
weight: 5,
|
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
}).arrowheads({
|
}).arrowheads({
|
||||||
size: '10px',
|
size: '10px',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue