Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Maciej f03325cdc1 fixed hash 2022-03-07 12:15:01 +01:00
Maciej 9782a2e5b7 fixed hash #map 2022-03-07 12:14:36 +01:00
Maciej 1b65dffe44 width + height fixed 2022-03-07 07:43:25 +01:00
3 zmienionych plików z 7 dodań i 8 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
});

Wyświetl plik

@ -1,8 +1,8 @@
{
"aed-default": {
"height": 100,
"height": 50,
"pixelRatio": 2,
"width": 100,
"width": 50,
"x": 0,
"y": 0
}

Wyświetl plik

@ -66,11 +66,5 @@ let layers = {
"paint": {"text-color": "#f5f5f5"}
}
],
"container": "map",
"maxZoom": 19,
"hash": "map",
"maxPitch": 0,
"dragRotate": false,
"preserveDrawingBuffer": true,
"id": "53fam6b4c"
};