fix: scope map image analysis to Kempen
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user