From f03325cdc1815a5c9633b8d4fc2c9526dd7a7103 Mon Sep 17 00:00:00 2001 From: Maciej Date: Mon, 7 Mar 2022 12:15:01 +0100 Subject: [PATCH] fixed hash --- src/map.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/map.js b/src/map.js index 3124cd0..4fa529a 100644 --- a/src/map.js +++ b/src/map.js @@ -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 });