• Don Gagne's avatar
    · c49b88a0
    Don Gagne authored
    Offline Maps: Allow custom build settings overrides
    c49b88a0
OfflineMaps.SettingsGroup.json 645 Bytes
[
{
    "name":             "minZoomLevelDownload",
    "shortDescription": "Minimum zoom level for downloads.",
    "type":             "Uint32",
    "min":              1,
    "max":              20,
    "defaultValue":     13
},
{
    "name":             "maxZoomLevelDownload",
    "shortDescription": "Maximum zoom level for downloads.",
    "type":             "Uint32",
    "min":              1,
    "max":              20,
    "defaultValue":     19
},
{
    "name":             "maxTilesForDownload",
    "shortDescription": "Maximum number of tiles for download.",
    "type":             "Uint32",
    "defaultValue":     100000
}
]