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

[vector tiles] Fix handling of zoom levels for mbtiles datasets #60391

Merged
merged 2 commits into from
Feb 2, 2025

Conversation

nirvn
Copy link
Contributor

@nirvn nirvn commented Feb 2, 2025

Description

This commit fixes #59309 whereas our mbtiles vector tile provider was not able to handle datasets with zoom levels > 14. Worse case scenario, as reported in #59309 , if the dataset was fully contained within zoom levels above 14, QGIS would display nothing.

Proof of life:

image

@github-actions github-actions bot added this to the 3.42.0 milestone Feb 2, 2025
Copy link

github-actions bot commented Feb 2, 2025

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit 28b03a8)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit 28b03a8)

@nirvn nirvn merged commit aa5de9a into qgis:master Feb 2, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MBtiles Won't Load Zooms Higher Than 14
2 participants