RasterLayerSource
The source of a raster layer's data.
Properties
imageTileTemplateUrl
imageTileTemplateUrl:
string
A URL template for fetching image tiles for the raster.
encodedTileTemplateUrl
encodedTileTemplateUrl:
string
A URL template for fetching encoded tiles for the raster.
The encoded raster value can be calculated from the red, green, and blue values of the pixel using the following formula:
or
bands
List of encoded raster bands
Last updated
Was this helpful?