Stuart Matthews

Results 2 comments of Stuart Matthews

It looks like this is caused by lack of range checking when calculating the row and column of the clicked point then calculating the data index as `y*this.raster.width+x`. This is...

This seems to be a common problem with WebGL contexts not being cleaned up by the GC. A simple fix might be to put `useWebGL: false` after line 175 in...