Merge master

This commit is contained in:
Pieter Vander Vennet 2024-09-28 12:02:56 +02:00
commit 45fe5767e1
6 changed files with 65 additions and 37 deletions

View file

@ -86,8 +86,8 @@ export interface SpecialVisualizationState {
getMatchingLayer(properties: Record<string, string>);
showCurrentLocationOn(map: Store<MlMap>): ShowDataLayer
reportError(message: string | Error | XMLHttpRequest, extramessage?: string): Promise<void>
reportError(message: string): Promise<void>
}
export interface SpecialVisualization {