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 / LineStyle

Type alias: LineStyle

LineStyle: "-" | "--" | ":" | "-." | number[]

A style to use to draw lines. The possible options are ‘-‘ for a solid line, ‘–’ for a dashed line, ‘:’ for a dotted line, ‘-.’ for a dash-dot line, or you could pass a list of numbers (e.g., [1, 1, 1, 0, 1, 0]) to specify a custom dash scheme.

Source

PolylineCollection.ts:16