mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-08-07 01:13:01 +02:00
Reduce neighbor line opacity (#226)
This commit is contained in:
+1
-1
@@ -1859,7 +1859,7 @@ var(--fg); }
|
||||
L.polyline(segment.latlngs, {
|
||||
color: segment.color,
|
||||
weight: 2,
|
||||
opacity: 0.6,
|
||||
opacity: 0.42,
|
||||
className: 'neighbor-connection-line'
|
||||
}).addTo(neighborLinesLayer);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user