fix: scope map image analysis to Kempen
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 02:08:24 +02:00
parent daccd3869a
commit ec1e1af8a9
3 changed files with 36 additions and 3 deletions
+2 -1
View File
@@ -472,7 +472,8 @@ function App(): JSX.Element {
})
const mapOrthophotoAnalysis = useMapOrthophotoAnalysis({
selectedProjectId,
selectedAreaId: selectedMapAreaId,
selectedAreaId: areas.find((area) => /vervoerregio|operationele grens/i.test(area.name))?.id ?? selectedMapAreaId,
selectionBbox: mapSelectionBbox,
datasets,
loadProjectData,
prepareAndRunDetection: (datasetId) => prepareAndRunDetection(datasetId, 'yolo-configured'),