Leaflet example

In this example we are using tiles from the wind tile server combined with Leaflets GridLayer. The GridLayer enables us to create new tiles that is rendered on top of the map. These tiles are rendered as canvas elements. In the provided example I only use CanvasRenderingContext2D, but I would assume you can use WebGLRenderingContext.

See the code at CodePen.