increase opacity of neighbour lines as they are hard to see on satellite imagery
This commit is contained in:
parent
9ec07633d4
commit
02d3e75c14
1 changed files with 1 additions and 1 deletions
|
|
@ -2770,7 +2770,7 @@
|
|||
neighbourNodeMarker.getLatLng(),
|
||||
], {
|
||||
color: '#2563eb',
|
||||
opacity: 0.5,
|
||||
opacity: 0.75,
|
||||
offset: polylineOffset,
|
||||
}).addTo(neighboursLayerGroup);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue