Optional
backgroundOptional
colorThe optional color map to use.
Optional
computeEnables min/max computation of source images. Mainly used for elevation data.
Optional
extentThe optional extent to use for this layer. If none is provided, then the extent from the source is used instead. The layer will not be visible outside this extent.
Optional
interpretationHow to interpret the pixel data of the source.
Optional
minmaxThe minimal/maximal elevation values of this layer. If unspecified, the layer will attempt to compute an approximation using downsampled data.
Optional
nameAn optional name for this layer.
Optional
noHow to treat no-data values.
Optional
preloadEnables or disable preloading of low resolution fallback images. Those fallback images are used when no data is available yet on a particular region of the layer.
Optional
resolutionThe resolution factor applied to textures generated by this layer, compared to the pixel size
of the targets. Default is 1
. A value greater than one will create textures with a higher
resolution than what is asked by the targets. For example, if a map tile has a texture size
of 256*256, and a layer has a resolution factor of 2, the generated textures will have a
size of 512*512 pixels.
Optional
showDisplays empty textures as colored rectangles.
Optional
showDisplays the border of source images.
The source of the layer.
The optional background color of the layer.