-
-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tiles are not shown if used in another instance of FlutterMap #636
Comments
I think it has something to do with the |
You may be able to fake it by adding a move or slightly changing the zoom to something and back again, which will force a refresh ? |
Thanks for that hint. Thought about that earlier but didn't came back to it. Tried it now and works fine :) added the following code:
EDIT: |
With flutter_map version 8, tiles are correctly displayed. EDIT: Commit d4aefae breaks tiles display |
@johnpryan PR available |
PR #715 is an easy applicable fix, try it out. |
For details look at the screen record from current version of example app.
To reproduce just start the example app and switch between 'MapController' and 'AnimatedMapController'. Unfortunately it’s blocking the app in my use case of FlutterMap because I push multiple instances of FlutterMap with
ineractive: false
to the navigation stack and you can just remove the 'grayscreen' by zooming in or out. Would be awesome to have a solution for that.Best Regards
The text was updated successfully, but these errors were encountered: