You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
maRci002
added a commit
to maRci002/flutter_map
that referenced
this issue
Apr 4, 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
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.
The text was updated successfully, but these errors were encountered: