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 / FieldContourOpts

Interface: FieldContourOpts

Properties

interval?

optional interval: number

The interval at which to create contours. The field will be contoured at this interval from its minimum to its maximum.

Source

ContourCreator.ts:22


levels?

optional levels: number[]

Contour the field at these specific levels.

Source

ContourCreator.ts:27