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