Fix overlays in views

pull/172/head
Candid Dauth 2021-05-18 04:59:57 +02:00
rodzic 69f15efc9e
commit 72b9f77bb5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ export function displayView(map: Map, view?: UnsavedView | null, _zoomFactor = 0
setVisibleLayers(map, { setVisibleLayers(map, {
baseLayer: view.baseLayer, baseLayer: view.baseLayer,
overlays: view.layers
}); });
const bounds = fmToLeafletBbox(view); const bounds = fmToLeafletBbox(view);