autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


Project maintained by tsupinie Hosted on GitHub Pages — Theme by mattgraham

autumnplot-glDocs


autumnplot-gl / ContourLabels

Class: ContourLabels<ArrayType, MapType>

Extends

Type parameters

ArrayType extends TypedArray

MapType extends MapLikeType

Constructors

new ContourLabels()

new ContourLabels<ArrayType, MapType>(contours, opts?): ContourLabels<ArrayType, MapType>

Parameters

contours: Contour<ArrayType, MapType>

opts?: ContourLabelOptions

Returns

ContourLabels<ArrayType, MapType>

Overrides

PlotComponent.constructor

Source

Contour.ts:265

Methods

updateField()

updateField(): Promise<void>

Update contour labels when the field for the associated Contour object has been changed.

Returns

Promise<void>

Source

Contour.ts:278