pull/67/head
Maciej 2022-03-07 12:15:01 +01:00
rodzic 9782a2e5b7
commit f03325cdc1
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,11 @@ let fetchMetadata = fetch(aedMetadata);
const map = new maplibregl.Map({
"container": "map",
"hash": "map",
"maxZoom": 19,
"maxPitch": 0,
"dragRotate": false,
"preserveDrawingBuffer": true,
"style": layers
});