From af315e1671571b54fe95be2976eb8333be0ebd3d Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 7 Jul 2019 01:22:45 +0200 Subject: [PATCH] let's zoom out a little, seems appropriate for now --- htdocs/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/map.js b/htdocs/map.js index a946291..7435f39 100644 --- a/htdocs/map.js +++ b/htdocs/map.js @@ -105,7 +105,7 @@ lat: config.receiver_gps[0], lng: config.receiver_gps[1] }, - zoom: 8 + zoom: 5 }); processUpdates(updateQueue); $.getScript("/static/nite-overlay.js").done(function(){