forked from MapComplete/MapComplete
Fix: quickfixes to image upload flow
This commit is contained in:
parent
ce363dfb59
commit
ba1eb28f27
3 changed files with 12 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue