Align bathymetry with regional map workflow
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 15:29:52 +02:00
parent 5b4e18059a
commit 00fcdcba87
5 changed files with 12 additions and 2 deletions
@@ -274,6 +274,9 @@ function datasetCoversSelectedArea(
if (coverageScope !== 'municipality' || !dataset.area_id) {
return true
}
if (regionalScope && dataset.source_name === 'vmm_vha_bathymetry_profiles') {
return dataset.source_metadata?.['regional_partitions_complete'] === true
}
if (regionalScope) {
return true
}