Align bathymetry with regional map workflow
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user