Skip to content

mapView: Fix bug when loading previous zoom level

James Westman requested to merge jwestman/gnome-maps:fix-zoom-at-start into master

If the application was closed at a zoom level of 19, it would not be loaded again properly due to a default max zoom of 18. Fixed by restoring the zoom level after setting the map style.

Merge request reports