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(),
|
neighbourNodeMarker.getLatLng(),
|
||||||
], {
|
], {
|
||||||
color: '#2563eb',
|
color: '#2563eb',
|
||||||
opacity: 0.5,
|
opacity: 0.75,
|
||||||
offset: polylineOffset,
|
offset: polylineOffset,
|
||||||
}).addTo(neighboursLayerGroup);
|
}).addTo(neighboursLayerGroup);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user