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
Yeah, I have had this before, where it goes and calculates a million
tiles to download if you try and cache the whole world at all zoom
levels.
What do you think a sensible sanity check would be?
what about capping the max-zoom-level at a value where the bounding box contains at most
128 tiles in either dimension? Would cap the queue to 16384 for a perfectly square
bounding box (still quite a lot), and it matches the max 7 zoom levels download of
foxtrotgps.
The text was updated successfully, but these errors were encountered:
what about capping the max-zoom-level at a value where the bounding box contains at most
128 tiles in either dimension? Would cap the queue to 16384 for a perfectly square
bounding box (still quite a lot), and it matches the max 7 zoom levels download of
foxtrotgps.
The text was updated successfully, but these errors were encountered: