Hardware-accelerated geospatial data plotting in the browser
autumnplot-gl • Docs
autumnplot-gl / BarbsOptions
optional
barb_size_multiplier:number
A multiplier for the barb size
1
optional
cmap:null
|ColorMap
A color map to use to color the barbs by magnitude. Specifying cmap overrides the color argument.
optional
color:string
The color to use for the barbs as a hex color string;.
'#000000'
optional
line_width:number
The width of the lines to use for the barbs
2
optional
thin_fac:number
How much to thin the barbs at zoom level 1 on the map. This effectively means to plot every n
th barb in the i and j directions, where n
=
thin_fac
. thin_fac
should be a power of 2.
1