Add bounded GRB map acquisition
This commit is contained in:
@@ -362,6 +362,27 @@ export interface DhmvProductRead {
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface GrbAcquireRequest {
|
||||
bbox: VectorSelectionBBox
|
||||
area_id?: string | null
|
||||
product_key: 'buildings' | 'roads' | 'water' | 'parcels'
|
||||
force_refresh?: boolean
|
||||
}
|
||||
|
||||
export interface GrbProductRead {
|
||||
key: 'buildings' | 'roads' | 'water' | 'parcels'
|
||||
display_name: string
|
||||
reference_layer_name: string
|
||||
collections: string[]
|
||||
geometry_types: string[]
|
||||
source_crs: 'EPSG:4326'
|
||||
authority_level: 'authoritative'
|
||||
catalog_url: string
|
||||
attribution: string
|
||||
license_note: string
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
export interface TerrainSelectionResponse {
|
||||
dataset_id: string
|
||||
dataset_ids: string[]
|
||||
|
||||
Reference in New Issue
Block a user