remove weight

This commit is contained in:
liamcottle
2024-04-07 12:39:49 +12:00
parent 188aeed97b
commit aa9de493bb

View File

@ -2284,7 +2284,6 @@
nodeMarker.getLatLng(), // to us
], {
color: getColourForSnr(neighbour.snr),
weight: 5,
opacity: 1,
}).arrowheads({
size: '10px',
@ -2402,7 +2401,6 @@
neighbourNodeMarker.getLatLng(), // to neighbour
], {
color: getColourForSnr(neighbour.snr),
weight: 5,
opacity: 1,
}).arrowheads({
size: '10px',