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

Interface: BarbsOptions

Properties

barb_size_multiplier?

optional barb_size_multiplier: number

A multiplier for the barb size

Default

1

Source

Barbs.ts:151


cmap?

optional cmap: null | ColorMap

A color map to use to color the barbs by magnitude. Specifying cmap overrides the color argument.

Source

Barbs.ts:139


color?

optional color: string

The color to use for the barbs as a hex color string;.

Default

'#000000'

Source

Barbs.ts:134


line_width?

optional line_width: number

The width of the lines to use for the barbs

Default

2

Source

Barbs.ts:145


thin_fac?

optional thin_fac: number

How much to thin the barbs at zoom level 1 on the map. This effectively means to plot every nth barb in the i and j directions, where n = thin_fac. thin_fac should be a power of 2.

Default

1

Source

Barbs.ts:158