MovnaTeam / movna

Open-source training application.
GNU General Public License v3.0
0 stars 1 forks source link

Store zoom level to improve user experience on map landing #23

Closed ronw98 closed 11 months ago

ronw98 commented 1 year ago

Currently the app uses arbitrary zoom levels when the user lands on the map.

After #22 is done, the user will be able to zoom freely on the map.

The goal of this issue is to persist the last zoom level used and use it as base zoom level when landing on the map.

Relates to #20