Fix: quickfixes to image upload flow

This commit is contained in:
Pieter Vander Vennet 2024-09-28 12:01:10 +02:00
parent ce363dfb59
commit ba1eb28f27
3 changed files with 12 additions and 9 deletions

View file

@ -88,7 +88,8 @@ export interface SpecialVisualizationState {
readonly geocodedImages : UIEventSource<Feature[]>
showCurrentLocationOn(map: Store<MlMap>): ShowDataLayer
reportError(message: string): Promise<void>
reportError(message: string | Error | XMLHttpRequest, extramessage?: string): Promise<void>
}
export interface SpecialVisualization {