Federate official Belgium data sources
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-19 01:34:39 +02:00
parent 33bcd0f3bd
commit 50897c3473
37 changed files with 2179 additions and 186 deletions
+3 -2
View File
@@ -393,11 +393,11 @@ export interface OfficialVectorAcquireRequest {
export interface OfficialVectorProductRead {
key: string
display_name: string
theme: 'nature_value' | 'soil'
theme: 'buildings' | 'roads' | 'water' | 'parcels' | 'nature_value' | 'soil'
provider: string
source_name: string
reference_layer_name: string
service_type: 'OGC API Features' | 'WFS 2.0'
service_type: 'OGC API Features' | 'WFS 2.0' | 'ArcGIS REST'
collection: string
geometry_types: string[]
source_crs: string
@@ -408,6 +408,7 @@ export interface OfficialVectorProductRead {
attribution: string
license_note: string
limitation_message: string
coverage_zones: string[]
}
export interface TerrainSelectionResponse {