fix: query persisted work area geometry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user