increase opacity of neighbour lines as they are hard to see on satellite imagery

This commit is contained in:
liamcottle
2024-04-17 22:57:41 +12:00
parent 9ec07633d4
commit 02d3e75c14

View File

@ -2770,7 +2770,7 @@
neighbourNodeMarker.getLatLng(), neighbourNodeMarker.getLatLng(),
], { ], {
color: '#2563eb', color: '#2563eb',
opacity: 0.5, opacity: 0.75,
offset: polylineOffset, offset: polylineOffset,
}).addTo(neighboursLayerGroup); }).addTo(neighboursLayerGroup);