You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Based on the feedback of Andreas Hocevar, we should remove the debug mode in
QgisXYZDataSource
and usecreateImageBitmap(imageData)
directly and apply it withimageTile.setImage(imageBitmap)
to get rid of the unnecessary 2D context creation.The text was updated successfully, but these errors were encountered: