On this page

Type Alias PressureLayerOptions

Options for the PressureLayer

type PressureLayerOptions = {
    colorramp?: ColorRamp;
    id?: string;
    opacity?: number;
    smooth?: boolean;
}
Index

Properties

colorramp?: ColorRamp

Colormap to use

id?: string

ID of the layer

opacity?: number

Opacity of the layer in [0, 1]

smooth?: boolean

Whether or not the colorramp must be smooth

Was this helpful?
SDK JS
Modules
Reference
types
PressureLayerOptions