mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-28 13:50:25 +02:00
better offline area max calculation, and added guardrails
This commit is contained in:
@@ -41,3 +41,7 @@ const int kTileFetchJitter3Ms = 5000;
|
||||
|
||||
// User download max zoom span (user can download up to kMaxUserDownloadZoomSpan zooms above min)
|
||||
const int kMaxUserDownloadZoomSpan = 7;
|
||||
|
||||
// Download area limits and constants
|
||||
const int kMaxReasonableTileCount = 10000;
|
||||
const int kAbsoluteMaxZoom = 19;
|
||||
|
||||
Reference in New Issue
Block a user