Add other providers, max zoom per tile type

This commit is contained in:
stopflock
2025-10-05 15:08:27 -05:00
parent 5976ab4bab
commit a08d61fb98
12 changed files with 148 additions and 23 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ const int kMaxUserDownloadZoomSpan = 7;
// Download area limits and constants
const int kMaxReasonableTileCount = 20000;
const int kAbsoluteMaxTileCount = 50000;
const int kAbsoluteMaxZoom = 19;
const int kAbsoluteMaxZoom = 23;
// Camera icon configuration
const double kCameraIconDiameter = 20.0;