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
+5
View File
@@ -292,6 +292,11 @@ export interface VectorSelectionBBox {
crs?: 'EPSG:4326'
}
export interface MapViewportState {
bbox: VectorSelectionBBox
zoom: number
}
export interface VectorSelectionRequest {
bbox: VectorSelectionBBox
limit?: number