Reduce neighbor line opacity (#226)

This commit is contained in:
l5y
2025-10-05 21:45:05 +02:00
committed by GitHub
parent 299752a4f1
commit 581aaea93b
+1 -1
View File
@@ -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);
});