@mytec: iter3.4.0 start

This commit is contained in:
2026-02-02 21:30:00 +02:00
parent 7f0b4d2269
commit 867ee3d0f4
29 changed files with 1386 additions and 324 deletions

View File

@@ -27,7 +27,7 @@ export default function CoverageBoundary({
points,
visible,
resolution,
color = '#7c3aed', // purple-600 — visible against both map and orange gradient
color = '#ffffff', // white — visible against red-to-blue gradient
weight = 2,
}: CoverageBoundaryProps) {
const map = useMap();