Add optional "Maximum zoom extents" for xyz algorithms - #67464
nyalldawson wants to merge 9 commits into
Conversation
A direct equivalent of QgsMbTiles, but for creation of raster GPKG tile datasets
…irectory) algorithm
Like the existing XYZ mbtiles/directory algorithms, but supports writing the tiles to a GeoPackage raster tiles dataset.
each with an associated maximum zoom level override.
Allows users to specify subextents of the tiles to have greater detail (higher zoom level), allowing for more tiles to be generated in areas of greater interest.
|
@nyalldawson A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged. Please update the description (not the comments) with helpful description and screenshot to help the work from documentors. Thank you! |
|
This pull request has been tagged for the changelog.
You can edit the description. Format available for credits
Thank you! |
🪟
|
Description
(builds off #67439)
Allows users to specify subextents of the tiles to have greater detail (higher zoom level), allowing for more tiles to be
generated in areas of greater interest.
AI tool usage