Interface: SPSymbolConfig
Defined in: StationPlot.ts:173
Configuration for symbols on station plots
Properties
Property | Type | Description | Defined in |
---|---|---|---|
color? | string | The color to use to draw the symbol Default '#000000' | StationPlot.ts:185 |
halo? | boolean | Whether to draw a halo (outline) around the string Default true; | StationPlot.ts:191 |
halo_color? | string | The color to use for the halo (outline) Default '#ffffff' | StationPlot.ts:197 |
pos | SPPosition | The position on the station plot at which to place the symbol | StationPlot.ts:179 |
type | "symbol" | - | StationPlot.ts:174 |