-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
Grab current map image with all layers to image/file- enhancement ? #345
Comments
It sounds like you want a callback when the map is done loading tiles for the current viewport? |
Loading and rendering, when I grab image sometimes tiles are not rendered yet. The idea is to create a snapshot of the map after it was updated. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Thanks for great plugin !
I am trying to save current map image with all overlays to the file. Unfortunately widget is not updated until I finish on pressed event. Inside onPressed function I move the map and then want to grab image. So the image I grab is current (old) map view before whole tree is refreshed.
I am looking for a way to get current map view (with all layers) before is it actually rendered. Any ideas ?
The text was updated successfully, but these errors were encountered: