new model has zoom 0
this is just to reduce the number of places that need zoomStep
This commit is contained in:
parent
8f9e89ffcd
commit
7dc7c6b2b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user