fix(map): read all relevant selection sources
This commit is contained in:
@@ -208,6 +208,25 @@ SOURCE_DEFINITIONS = (
|
||||
"agentschap_landbouw_zeevisserij_agricultural_parcels",
|
||||
),
|
||||
),
|
||||
_contract(
|
||||
source_name="vmm_vha_bathymetry_profiles",
|
||||
display_name="VHA historische dwarsprofielen",
|
||||
authority_level="authoritative",
|
||||
coverage_zones=("flanders",),
|
||||
themes=("bathymetry",),
|
||||
native_layers=("digitale_atlas_profile_points",),
|
||||
geometry_types=("Point",),
|
||||
acquisition_mode="bounded_api",
|
||||
integration_status="operational",
|
||||
source_url="https://vha.waterinfo.be/arcgis/rest/services/digitale_atlas/MapServer/0",
|
||||
attribution="Vlaamse Milieumaatschappij (VMM), Vlaamse Hydrografische Atlas",
|
||||
license_note="Hergebruik volgens de voorwaarden van de Vlaamse overheid en de bronmetadata.",
|
||||
limitation_message=(
|
||||
"Historische puntmetingen met bronafhankelijke meetdatum en verticale referentie; "
|
||||
"geen continue actuele bodemkaart en zonder gelijktijdig waterpeil geen watervolume."
|
||||
),
|
||||
materialized_source_names=("vmm_vha_bathymetry_profiles",),
|
||||
),
|
||||
_contract(
|
||||
source_name="spw_geoportail",
|
||||
display_name="SPW Geoportail Wallonie",
|
||||
|
||||
Reference in New Issue
Block a user