Interface: StationPlotOptions<ObsFieldName>
Defined in: StationPlot.ts:223
Options for StationPlot components
Type Parameters
Type Parameter |
---|
ObsFieldName extends string |
Properties
Property | Type | Description | Defined in |
---|---|---|---|
config | SPDataConfig <ObsFieldName > | - | StationPlot.ts:224 |
font_face? | string | Font face to use for plotting text Default 'Trebuchet MS' | StationPlot.ts:235 |
font_size? | number | Size of the font to use for the text Default 12 | StationPlot.ts:241 |
font_url_template? | string | URL 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? | number | Thin factor at zoom level 1 for the station plots. Should be a power of 2. Default 1 | StationPlot.ts:229 |