qgis-js icon indicating copy to clipboard operation
qgis-js copied to clipboard

OpenLayers Integration: Remove XYZ Debug mode

Open boardend opened this issue 1 year ago • 0 comments

Based on the feedback of Andreas Hocevar, we should remove the debug mode in QgisXYZDataSource and use createImageBitmap(imageData) directly and apply it with imageTile.setImage(imageBitmap) to get rid of the unnecessary 2D context creation.

boardend avatar Jun 02 '24 14:06 boardend