You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
0 B
25 lines
0 B
6 years ago
|
[
|
||
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|