feat: stream municipality vectors by viewport
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 10:47:23 +02:00
parent 4933284890
commit 1ba479b50b
19 changed files with 465 additions and 38 deletions
+27
View File
@@ -2611,6 +2611,33 @@ button.entity-card {
font-size: 0.84rem;
}
.map-status .viewport-vector-status {
grid-column: 1 / -1;
padding: 0.5rem 0.65rem;
border: 1px solid #bae6fd;
background: #f0f9ff;
color: #075985;
font-weight: 700;
}
.map-status .viewport-vector-status-ready {
border-color: #bbf7d0;
background: #f0fdf4;
color: #166534;
}
.map-status .viewport-vector-status-warning {
border-color: #fde68a;
background: #fffbeb;
color: #92400e;
}
.map-status .viewport-vector-status-error {
border-color: #fecaca;
background: #fef2f2;
color: #991b1b;
}
.layer-provenance-rail {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));