Clear stale on-demand map layers
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 21:39:44 +02:00
parent 0c29411f49
commit 8e38691251
4 changed files with 17 additions and 3 deletions
+3 -1
View File
@@ -1039,7 +1039,9 @@ export function MapWorkspace({
? null
: analysisMode === 'evolution' && temporalComparison?.geojson.features.length
? temporalComparison.geojson
: mapFeatureCollection
: onDemandThemeActive
? null
: mapFeatureCollection
const explorerSelectionFeatureCollection = analysisMode === 'current'
? activeSelectionResult?.geojson ?? null
: null