We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fa120 commit 46fefd3Copy full SHA for 46fefd3
proxy/js/ui.js
@@ -431,11 +431,6 @@ const backgroundMap = new maplibregl.Map({
431
});
432
updateBackgroundMapContainer();
433
434
-// Process the current state of the URL hash once onto the background map
435
-const backgroundHash = new maplibregl.Hash('view').addTo(backgroundMap);
436
-backgroundHash._onHashChange();
437
-backgroundHash.remove();
438
-
439
const map = new maplibregl.Map({
440
container: 'map',
441
hash: 'view',
0 commit comments