autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


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

Pre-built autumnplot-gl JS files

Files

Usage

To use autumnplot-gl, grab both 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.)