Interface IsolineLayerOptions
interface IsolineLayerOptions {
channel?: RgbChannel;
lineColor: RgbaColor;
lineColorTen?: RgbaColor;
lineThickness?: number;
max: number;
min: number;
renderBlurRadius: number;
stepForZoomLevels: ZoomLevelStep[];
}
channel?: RgbChannel;
lineColor: RgbaColor;
lineColorTen?: RgbaColor;
lineThickness?: number;
max: number;
min: number;
renderBlurRadius: number;
stepForZoomLevels: ZoomLevelStep[];
}
Index
Properties
Optionalchannel
Channel to read visualized value
lineColor
Lines color
OptionallineColorTen
Line color for pressure that are multiples of 10 (980, 990, 1000, etc.)
OptionallineThickness
lineThickness?: number
Thickness of the line. Default 1.0.
max
max: number
Maximal value encoded in the tile, represented with 255
min
min: number
Minimal value encoded in the tile, represented with 0
renderBlurRadius
renderBlurRadius: number
Integer > 0. Blurring is needed to ensure smoothly curved lines. renderBlurRadius is used in every animation frame to get best result, but higher values can make animation slower.
stepForZoomLevels
Lines densities for zoom levels
Was this helpful?
Options specific to the isolines visualization