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.
24 lines
645 B
24 lines
645 B
[ |
|
{ |
|
"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 |
|
} |
|
]
|
|
|