Add governed Wallonia and Brussels orthophotos
This commit is contained in:
@@ -27,6 +27,8 @@ const DATASET_SOURCE_LABELS: Record<string, string> = {
|
||||
department_omgeving_land_use: 'Departement Omgeving',
|
||||
agentschap_landbouw_zeevisserij_agricultural_parcels: 'Agentschap Landbouw en Zeevisserij',
|
||||
digitaal_vlaanderen_orthophoto: 'Digitaal Vlaanderen',
|
||||
spw_orthophoto: 'SPW Orthofoto',
|
||||
urbis_orthophoto: 'Paradigm UrbIS',
|
||||
digitaal_vlaanderen_buildings_addresses_register: 'Digitaal Vlaanderen',
|
||||
digitaal_vlaanderen_dhmv: 'Digitaal Vlaanderen',
|
||||
spw_terrain: 'Service public de Wallonie',
|
||||
|
||||
@@ -362,6 +362,7 @@ export interface OrthophotoAcquireRequest {
|
||||
|
||||
export interface OrthophotoProductRead {
|
||||
key: string
|
||||
provider: string
|
||||
display_name: string
|
||||
observation_label: string
|
||||
temporal_granularity: string
|
||||
@@ -369,6 +370,9 @@ export interface OrthophotoProductRead {
|
||||
supports_detection: boolean
|
||||
color_mode: string
|
||||
catalog_url: string
|
||||
coverage_zone: string
|
||||
attribution: string
|
||||
license_note: string
|
||||
limitation_message: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user