Hardware-accelerated geospatial data plotting in the browser
autumnplot-gl • Docs
autumnplot-gl / Hodographs
A class representing a field of hodograph plots
PlotComponent
<MapType
>• MapType extends MapLikeType
new Hodographs<
MapType
>(profile_field
,opts
?):Hodographs
<MapType
>
Create a field of hodographs
• profile_field: RawProfileField
The grid of profiles to plot
• opts?: HodographOptions
Various options to use when creating the hodographs
Hodographs
<MapType
>
readonly
opts:Required
<HodographOptions
>
updateField(
field
):Promise
<void
>
Update the profiles displayed
• field: RawProfileField
The new profiles to display as hodographs
Promise
<void
>