qgis-js
qgis-js copied to clipboard
OpenLayers Integration: Remove XYZ Debug mode
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.