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

Interface: HodographOptions

Properties

background_line_width

background_line_width: number

The width of the lines on the background in pixels

Default

1.5

Source

Hodographs.ts:84


bgcolor?

optional bgcolor: string

The color of the hodograph plot background as a hex string

Default

'#000000'

Source

Hodographs.ts:65


height_cmap

height_cmap: ColorMap

The colormap to use for the heights on the hodograph. Default is a yellow-blue colormap.

Source

Hodographs.ts:89


hodo_line_width

hodo_line_width: number

The width of the hodograph line in pixels

Default

2.5

Source

Hodographs.ts:78


thin_fac?

optional thin_fac: number

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

Default

1

Source

Hodographs.ts:72