Limit map acquisition to selected theme
This commit is contained in:
@@ -1702,7 +1702,7 @@ export function MapWorkspace({
|
||||
resolvedZones = resolvedCoverage.intersected_zones
|
||||
}
|
||||
const resolvedProducts = analysisMode === 'current'
|
||||
? onDemandProductsForZones(resolvedZones)
|
||||
? onDemandProductsForZones(resolvedZones).filter((product) => product.theme === activeThemeId)
|
||||
: []
|
||||
const availableThemes: Array<MapThemeQuery<DataThemeId>> = []
|
||||
for (const theme of DATA_THEMES) {
|
||||
|
||||
Reference in New Issue
Block a user