Report active regional raster 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-16 14:25:46 +02:00
parent 45dc730e76
commit e48d6c9873
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -732,6 +732,8 @@ function App(): JSX.Element {
? `${mapFeatureCount.toLocaleString('nl-BE')} objecten`
: viewportVectorLayerActive
? 'Kaartlaag gekozen'
: activeWorkspace === 'map' && selectedDataset?.dataset_type === 'raster'
? 'Rasterlaag actief'
: 'Geen actieve laag'
return (