Hardware-accelerated geospatial data plotting in the browser
To use autumnplot-gl, grab these files and put them in the same directory in your project. Then add this to your web page:
<script src="path/to/autumnplot-gl.js"></script>
This exposes the API via the apgl
global variable. (Side note: if anyone knows how to make webpack5 output a different name for the web worker file, I’m all ears.)