qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.65k stars 3.01k forks source link

Freezing processing when creating tiles #59516

Open golukon opened 5 days ago

golukon commented 5 days ago

What is the bug or the crash?

Sometimes the process of creating tiles stops at a certain percentage and does not continue. freezing 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 freezing2

Versions

Версия QGIS3.40.0-Bratislava
Ревизияb56115d874
 
Libraries
Версия Qt5.15.13
Версия Python3.12.7
Версия GDAL/OGR3.9.3
Версия PROJ9.5.0
Версия базы данных реестра EPSGv11.016 (2024-08-31)
Версия GEOS3.13.0-CAPI-1.19.0
Версия SQLite3.46.1
Версия PDAL2.8.1
Версия PostgreSQLunknown
Версия SpatiaLite5.1.0
Версия QWT6.3.0
Версия QScintilla22.14.1
Версия ОСWindows 11 Version 2009
 
Включённые модули Python
qtiles1.7.2
db_manager0.1.20
grassprovider2.12.99
MetaSearch0.3.6
processing2.12.99

Supported QGIS version

New profile

Additional context

No response