Hardware-accelerated geospatial data plotting in the browser
autumnplot-gl • Docs
autumnplot-gl / PlotComponent
abstract
PlotComponent<MapType>• MapType extends MapLikeType
new PlotComponent<
MapType
>():PlotComponent
<MapType
>
PlotComponent
<MapType
>
abstract
onAdd(map
,gl
):Promise
<void
>
• map: MapType
• gl: WebGLAnyRenderingContext
Promise
<void
>
abstract
render(gl
,matrix
):void
• gl: WebGLAnyRenderingContext
• matrix: number
[] | Float32Array
void