Persist map selections as derived datasets
This commit is contained in:
@@ -287,6 +287,10 @@ export interface VectorSelectionRequest {
|
||||
limit?: number
|
||||
}
|
||||
|
||||
export interface VectorSelectionDeriveRequest extends VectorSelectionRequest {
|
||||
output_name?: string
|
||||
}
|
||||
|
||||
export interface VectorSelectionResponse {
|
||||
selection_bbox: VectorSelectionBBox
|
||||
feature_count: number
|
||||
|
||||
Reference in New Issue
Block a user