Skip to content
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

Exception caught by image resource service - not handled. #444

Closed
MichalMisiaszek opened this issue Oct 10, 2019 · 0 comments · Fixed by #572
Closed

Exception caught by image resource service - not handled. #444

MichalMisiaszek opened this issue Oct 10, 2019 · 0 comments · Fixed by #572

Comments

@MichalMisiaszek
Copy link

If the phone has slow data connection sometimes a tiles are not downloaded before timeout.
As I understand cached image provided raises exception which is not handled inside plugin.
The debug console shows:
════════ Exception caught by image resource service ════════════════════════════ Couldn't download or retrieve file. ════════════════════════════════════════════════════════════════════════════════

In release version I have general handler for all exceptions and this is coming up all the time.

maRci002 added a commit to maRci002/flutter_map that referenced this issue Apr 4, 2020
johnpryan pushed a commit that referenced this issue Apr 7, 2020
* imporve tile managment initial commit based on Leaflet

* abort improve

* let user control throttleUpdate behaviour via updateInterval

* let user controll throttleUpdate behaviour 2

* support fadeIn

* create throttle stream which supports trailing calls

* create trailing call Throttle (add missing util.dart)

* update Throttle stream which is independent of StreamController

* order tiles by zIndex

* start fade when Tile image loaded

* create Tile sort without any closure

* beauty code

* support minZoom minNativeZoom / maxNativeZoom

* remove Tiles when tileZoom is out of zoom limits and restore them when tileZoom is within limits

* fix -- Zooming out very far causes null pointers #59

* support zoomReverse / zoomOffset

* support error tile image / improve tile fade in (remove hacky solution)

* use direct milliseconds instead of Duration to avoid microseconds

* fix -- Exception caught by image resource service - not handled. #444

* remove diagnostic prints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant