From f09ab1f5e15f36531743be41062e48dbbfe68075 Mon Sep 17 00:00:00 2001 From: ash Date: Tue, 5 Apr 2022 14:29:45 +0100 Subject: [PATCH] setup for cleanup --- web/_js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/_js/main.js b/web/_js/main.js index e7cc174e..9dac33b8 100644 --- a/web/_js/main.js +++ b/web/_js/main.js @@ -79,7 +79,7 @@ init(); async function init(){ - let resp = await fetch("/atlas.json"); + let resp = await fetch("./atlas.json"); atlas = await resp.json(); atlas.sort(function (a, b) { if (a.center[1] < b.center[1]) { @@ -105,7 +105,7 @@ async function init(){ var desiredZoom; var zoomAnimationFrame; - var mode = "view"; + var mode = "overlap"; var args = window.location.search; if(args){