new model has zoom 0

this is just to reduce the number of places that need zoomStep
This commit is contained in:
Daniel Barlow 2024-11-25 21:24:22 +00:00
parent 8f9e89ffcd
commit 7dc7c6b2b0

View File

@ -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