Offline areas download an extra ring of tiles at each zoom level

This commit is contained in:
stopflock
2025-08-11 01:35:11 -05:00
parent f5a831ab12
commit fa3b8b3456
3 changed files with 43 additions and 10 deletions
+3
View File
@@ -23,3 +23,6 @@ const int kTileFetchSecondDelayMs = 15000;
const int kTileFetchJitter2Ms = 4000;
const int kTileFetchThirdDelayMs = 60000;
const int kTileFetchJitter3Ms = 5000;
// User download max zoom span (user can download up to kMaxUserDownloadZoomSpan zooms above min)
const int kMaxUserDownloadZoomSpan = 7;