Comparison of Google and Mapbox tile requests #1268
GULERTOLGA
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone;
I added my own map server raster layer to Mapbox. When I opened the map at a certain region and zoom level, I saw that my server received a total of 120 requests.
When I open the same area from the same screen with the flutter Google Maps client, I always see that only 8 requests are made for each zoom level.
I know Mapbox makes pre-requests for performance. If this is true, I would expect it to make fewer requests when I increase the zoom level by at least one. However, I cannot say that this is exactly the case.
Does anyone have any comments on the excessive number of requests?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions