Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raster Tools - Generate XYZ Tiles (Directory) always creates 0 tiles #60069

Open
2 tasks done
ArgonautCaptain opened this issue Jan 7, 2025 · 0 comments
Open
2 tasks done
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@ArgonautCaptain
Copy link

What is the bug or the crash?

The first time I tried to use this tool, the program crashed after calculating tiles for zoom level 1 through 8

Steps to reproduce the issue

Load PNG map. Open the tool. Input parameters. Click run. Progress bar acts like the program is doing something, but log shows 0 layers, and does not begin generating anything.

Versions

QGIS version
3.34.14-Prizren
QGIS code revision
0cdaf6d
Qt version
5.15.13
Python version
3.12.8
GDAL/OGR version
3.9.3
PROJ version
9.5.0
EPSG Registry database version
v11.016 (2024-08-31)
GEOS version
3.13.0-CAPI-1.19.0
SQLite version
3.46.1
PDAL version
2.8.1
PostgreSQL client version
16.2
SpatiaLite version
5.1.0
QWT version
6.3.0
QScintilla2 version
2.14.1
OS version
Windows 10 Version 2009

Active Python plugins
db_manager
0.1.20
grassprovider
2.12.99
MetaSearch
0.3.6
processing
2.12.99

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

QGIS version: 3.34.14-Prizren
QGIS code revision: 0cdaf6d
Qt version: 5.15.13
Python version: 3.12.8
GDAL version: 3.9.3
GEOS version: 3.13.0-CAPI-1.19.0
PROJ version: Rel. 9.5.0, September 15th, 2024
PDAL version: 2.8.1 (git-version: a06325)
Algorithm started at: 2025-01-06T20:58:28
Algorithm 'Generate XYZ tiles (Directory)' starting…
Input parameters:
{ 'ANTIALIAS' : True, 'BACKGROUND_COLOR' : QColor(0, 0, 0, 0), 'DPI' : 96, 'EXTENT' : '0.000000000,15360.000000000,-9674.000000000,0.000000000', 'HTML_ATTRIBUTION' : '', 'HTML_OSM' : False, 'HTML_TITLE' : '', 'METATILESIZE' : 8, 'OUTPUT_DIRECTORY' : 'G:\Map', 'OUTPUT_HTML' : 'G:/Map/leaflet.html', 'QUALITY' : 75, 'TILE_FORMAT' : 0, 'TILE_HEIGHT' : 256, 'TILE_WIDTH' : 256, 'TMS_CONVENTION' : False, 'ZOOM_MAX' : 8, 'ZOOM_MIN' : 1 }

0 tiles will be created for zoom level 1
0 tiles will be created for zoom level 2
0 tiles will be created for zoom level 3
0 tiles will be created for zoom level 4
0 tiles will be created for zoom level 5
0 tiles will be created for zoom level 6
0 tiles will be created for zoom level 7
0 tiles will be created for zoom level 8
A total of 0 tiles will be created

@ArgonautCaptain ArgonautCaptain added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

1 participant