-
-
Notifications
You must be signed in to change notification settings - Fork 897
[FEATURE] Cancel unnecessary tile requests #1430
Copy link
Copy link
Closed
Labels
P: 3 (low)(Default priority for feature requests)(Default priority for feature requests)blockedThis issue's resolution can't be worked on right nowThis issue's resolution can't be worked on right nowfeature[DEPRECATED] This issue requests a new feature[DEPRECATED] This issue requests a new feature
Metadata
Metadata
Assignees
Labels
P: 3 (low)(Default priority for feature requests)(Default priority for feature requests)blockedThis issue's resolution can't be worked on right nowThis issue's resolution can't be worked on right nowfeature[DEPRECATED] This issue requests a new feature[DEPRECATED] This issue requests a new feature
What is the bug?
Hello!
I use example WEB app project with openstreetmap as tiles provider (home page) and map work properly, but when i change openstreetmap to mapbox map work very slow.
Main difference between providers - OSM use HTTP 2 and mapBox use HTTP 1.1 (with their pipeline). When i am scrolling on mapBox - map is setting many requests to queue and don't interrupt of them, it load hundreds of useless images when map move before show target place.
How i can interrupt request which out of view?
Thanks!
What is the expected behaviour?
Map will interrupt useless requests
How can we reproduce this issue?
No response
Do you have a potential solution?
No response
Can you provide any other information?
No response
Platforms Affected
Web
Severity
Minimum: Allows normal functioning
Frequency
Consistently: Always occurs at the same time and location
Requirements
flutter doctorfinds no relevant issues