Limit map acquisition to selected theme
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 04:22:34 +02:00
parent 70c5e34ecf
commit 04b8373d7e
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -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) {