GNOME Bugzilla – Bug 719841
Set saner min-zoom-level on view
Last modified: 2013-12-06 07:48:21 UTC
The min-zoom-level of 0 makes the map small in the Maps window, maybe we could try a saner min-zoom-level of maybe 2?
Created attachment 263509 [details] [review] MapView: set saner min-zoom-level on view With a min-zoom-level of 0 the map will look kind of small in the Maps window. This patch tries to set a saner value.
Review of attachment 263509 [details] [review]: ACK
I could commit it now, but it wouldn't work like intended until bug 719840 is committed. It would set the min-zoom-level to 2 and then when we set map source it would go back to 0. On the other hand that would be the behaviour we have now. But I guess it would be better to wait.
Attachment 263509 [details] pushed as 27f146a - MapView: set saner min-zoom-level on view