DefaultTileProvider
Inherits TileProvider
Members
Name |
Documentation |
Type |
Description |
Optional |
|---|---|---|---|---|
|
The path to the file that is loaded by GDAL to produce tiles. Since GDAL supports it, this can also be the textual representation of the contents of a loading file and doesn’t have to be a file in the filesystem. |
|
Value of type ‘String’ |
No |
|
The layer into which this tile provider is loaded. |
|
Value of type ‘Integer’ |
No |
|
Specifies the cache settings that should be applied to this layer. |
|
Yes |
|
|
The name of the enclosing globe. |
|
Value of type ‘String’ |
Yes |
|
Identifier of the enclosing layer to which tiles are provided. |
|
Value of type ‘String’ |
Yes |
|
User-facing name of this tile provider. |
|
Value of type ‘String’ |
Yes |
|
Determines if the tiles should be preprocessed before uploading to the GPU. |
|
Value of type ‘Boolean’ |
Yes |
|
This value is the preferred size (in pixels) for each tile. Choosing the right value is a tradeoff between more efficiency (larger images) and better quality (smaller images). The tile pixel size has to be smaller than the size of the complete image if a single image is used. |
|
Value of type ‘Integer’ |
Yes |
Table parameters for CacheSettings
Specifies the cache settings that should be applied to this layer.
Optional: Yes
Name |
Documentation |
Type |
Description |
Optional |
|---|---|---|---|---|
|
The block-size of the MRF cache. |
|
Greater than: 0 |
Yes |
|
The compression algorithm to use for cached tiles. |
|
In list { PNG, JPEG, LERC } |
Yes |
|
Specifies whether to use caching or not. |
|
Value of type ‘Boolean’ |
Yes |
|
The quality setting of the compression alogrithm, only valid for JPEG. |
|
In range: ( 0, 100) |
Yes |