Clear stale on-demand map layers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user