Sometimes the process of creating tiles stops at a certain percentage and does not continue.
In the image above there are 55 tiles to create but it has been 15 minutes and 3 percent is showing. The "Cancel" button does not work. The solution may be to reboot the computer (when I closed QGIS via the task manager, the problem repeated itself).
Steps to reproduce the issue
I copied the command as a python script and pasted it here:
processing.run("native:tilesxyzdirectory", {'EXTENT':'3267119.503300000,5676090.511300000,4918283.115800000,6254421.686500000 [EPSG:3857]','ZOOM_MIN':8,'ZOOM_MAX':9,'DPI':96,'BACKGROUND_COLOR':QColor(255, 255, 255, 0),'ANTIALIAS':True,'TILE_FORMAT':0,'QUALITY':75,'METATILESIZE':4,'TILE_WIDTH':256,'TILE_HEIGHT':256,'TMS_CONVENTION':True,'HTML_TITLE':'','HTML_ATTRIBUTION':'','HTML_OSM':False,'OUTPUT_DIRECTORY':'D:\\data\\My_projects\\QGIS\\AIPMap_281124\\4_AIPMap_cache','OUTPUT_HTML':'TEMPORARY_OUTPUT'}). Approximately the selected area in the image below
What is the bug or the crash?
Sometimes the process of creating tiles stops at a certain percentage and does not continue. In the image above there are 55 tiles to create but it has been 15 minutes and 3 percent is showing. The "Cancel" button does not work. The solution may be to reboot the computer (when I closed QGIS via the task manager, the problem repeated itself).
Steps to reproduce the issue
I copied the command as a python script and pasted it here:
processing.run("native:tilesxyzdirectory", {'EXTENT':'3267119.503300000,5676090.511300000,4918283.115800000,6254421.686500000 [EPSG:3857]','ZOOM_MIN':8,'ZOOM_MAX':9,'DPI':96,'BACKGROUND_COLOR':QColor(255, 255, 255, 0),'ANTIALIAS':True,'TILE_FORMAT':0,'QUALITY':75,'METATILESIZE':4,'TILE_WIDTH':256,'TILE_HEIGHT':256,'TMS_CONVENTION':True,'HTML_TITLE':'','HTML_ATTRIBUTION':'','HTML_OSM':False,'OUTPUT_DIRECTORY':'D:\\data\\My_projects\\QGIS\\AIPMap_281124\\4_AIPMap_cache','OUTPUT_HTML':'TEMPORARY_OUTPUT'})
. Approximately the selected area in the image belowVersions
Supported QGIS version
New profile
Additional context
No response