mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-08-08 09:52:57 +02:00
increase opacity of neighbour lines as they are hard to see on satellite imagery
This commit is contained in:
@@ -2770,7 +2770,7 @@
|
||||
neighbourNodeMarker.getLatLng(),
|
||||
], {
|
||||
color: '#2563eb',
|
||||
opacity: 0.5,
|
||||
opacity: 0.75,
|
||||
offset: polylineOffset,
|
||||
}).addTo(neighboursLayerGroup);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user