mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
zoom levels for the tile's data It seems that every VTPK behaves a bit like an indexed VTPK where higher zoom level tiles may be replaced with lower zoom level tiles. This new special handling is required for non-indexed VTPKs where the high zoom level tile data is empty, but there's not explicit tilemap present to advise of us this situation in advance. Fixes #52872