Since the latest update (I think), pinching the map to zoom in/out results in the map doing very weird things.
This can be seen on the example app. When you pinch to zoom towards London, you end up way out in the ocean.
Offline maps are also going blank when pinching to zoom - I'm guessing the map is being panned way beyond the available tileset.
Can confirm this, the pinch to zoom feature is completely broken in this release.
This happens because of this change https://github.com/johnpryan/flutter_map/commit/d74b249d16ca7f0ec50e5a2f3ab7d94795e07076#diff-d0fc1fe821e34169c8068a76a40415f3L171
Reverting this should fix zoom issues
Thanks for your patience, @khaskelberg thanks for looking into the issue
Most helpful comment
This happens because of this change https://github.com/johnpryan/flutter_map/commit/d74b249d16ca7f0ec50e5a2f3ab7d94795e07076#diff-d0fc1fe821e34169c8068a76a40415f3L171
Reverting this should fix zoom issues