fix: query persisted work area geometry
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 19:38:41 +02:00
parent a879c74b12
commit 616424e2a2
9 changed files with 179 additions and 46 deletions
+2
View File
@@ -305,6 +305,7 @@ export interface MapViewportState {
export interface VectorSelectionRequest {
bbox: VectorSelectionBBox
area_id?: string
limit?: number
}
@@ -314,6 +315,7 @@ export interface VectorSelectionDeriveRequest extends VectorSelectionRequest {
export interface VectorSelectionResponse {
selection_bbox: VectorSelectionBBox
selection_area_id?: string | null
feature_count: number
total_feature_count?: number | null
limit: number