Raster Layer
Last updated
Last updated
Variable rendered as a color overlay
palette
Type: color palette text or array, required
Palette used to interpolate values to colors.
Formats:
gridEnabled
Type: boolean, optional
Default: false
Displays a grid of points to allow for verification how the rendered data aligns to the grid.
If pickable: true
, the picking info passed to callbacks (onHover
, onClick
, etc.) provides information on which pixel was picked. It contains an additional raster
field.
Float32 data are recommended for the best precision.
See common for all layers.
See common for all layers.
text (string
) - see for details
array ([number, PaletteColor][]
) - PaletteColor
is any object accepted by
Type:
See and .