Feature: moving a point due to relocatoin now shows a searchbar (again)

This commit is contained in:
Pieter Vander Vennet 2025-04-17 02:12:20 +02:00
parent fe33ae5415
commit 15cbadc4e0
6 changed files with 177 additions and 14 deletions

View file

@ -64,7 +64,7 @@
undefined
)
const map: UIEventSource<MlMap> = new UIEventSource<MlMap>(undefined)
export let map: UIEventSource<MlMap> = new UIEventSource<MlMap>(undefined)
export let mapProperties: Partial<MapProperties> & { location } = {
zoom: new UIEventSource<number>(19),
maxbounds: new UIEventSource(undefined),