autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


Project maintained by tsupinie Hosted on GitHub Pages — Theme by mattgraham

autumnplot-glDocs


autumnplot-gl / ContourLabelOptions

Interface: ContourLabelOptions

Properties

font_face?

optional font_face: string

Font face to use for the contour labels

Default

'Trebuchet MS'

Source

Contour.ts:217


font_size?

optional font_size: number

Font size in points to use for the contour labels

Default

12

Source

Contour.ts:223


font_url_template?

optional font_url_template: string

URL template to use in retrieving the font data for the labels. The default is to use the template from the map style.

Source

Contour.ts:228


halo?

optional halo: boolean

Whether to draw the halo (outline) on the contour labels

Default

false

Source

Contour.ts:246


halo_color?

optional halo_color: string

Halo (outline) color for the contour labels

Default

'#000000'

Source

Contour.ts:240


n_decimal_places?

optional n_decimal_places: number

Number of decimal places to use in the contour labels

Default

0

Source

Contour.ts:211


text_color?

optional text_color: string

Text color for the contour labels

Default

'#000000'

Source

Contour.ts:234