From 7dc7c6b2b00775a65d053a70ab86e238d67584fb Mon Sep 17 00:00:00 2001
From: Daniel Barlow <dan@telent.net>
Date: Mon, 25 Nov 2024 21:24:22 +0000
Subject: [PATCH] new model has zoom 0

this is just to reduce the number of places that need zoomStep
---
 frontend/src/Main.elm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm
index 7a548c8..32415b5 100644
--- a/frontend/src/Main.elm
+++ b/frontend/src/Main.elm
@@ -80,7 +80,7 @@ init _ url navKey =
     in
         ((Model
               (toCoord (Pos 0 0 Nothing))
-              (ZoomLevel (1*8)) None 0 0 (0,0) Loading),
+              (ZoomLevel 0) None 0 0 (0,0) Loading),
              (fetchTrack start duration))
 
 -- SUBSCRIPTIONS