Skip to main content

Interface: StationPlotOptions<ObsFieldName>

Defined in: StationPlot.ts:223

Options for StationPlot components

Type Parameters

Type Parameter
ObsFieldName extends string

Properties

PropertyTypeDescriptionDefined in
configSPDataConfig<ObsFieldName>-StationPlot.ts:224
font_face?stringFont face to use for plotting text Default 'Trebuchet MS'StationPlot.ts:235
font_size?numberSize of the font to use for the text Default 12StationPlot.ts:241
font_url_template?stringURL template to use in retrieving the font data for the text. The default is to use the template from the map style.StationPlot.ts:246
thin_fac?numberThin factor at zoom level 1 for the station plots. Should be a power of 2. Default 1StationPlot.ts:229