Skip to content

Fix SLPK loading#64543

Merged
wonder-sk merged 1 commit into
qgis:masterfrom
ViperMiniQ:slpk-fix-loading
Jan 23, 2026
Merged

Fix SLPK loading#64543
wonder-sk merged 1 commit into
qgis:masterfrom
ViperMiniQ:slpk-fix-loading

Conversation

@ViperMiniQ

@ViperMiniQ ViperMiniQ commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

When the uri string reaches the provider, it is percent encoded, meaning the forward slashes are replaced with %2. This is OK for loading the files from the web, but not when loading local files.

Easy fix is to get the string fromPercentEncoding.

This was introduced with #62446

@github-actions github-actions Bot added this to the 4.0.0 milestone Jan 14, 2026
@github-actions

github-actions Bot commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit 14e7aad)

🍎 MacOS Qt6 builds

Download MacOS Qt6 builds of this PR for testing.
This installer is not signed, control+click > open the app to avoid the warning
(Built from commit 14e7aad)

@wonder-sk wonder-sk merged commit 48ffad0 into qgis:master Jan 23, 2026
32 checks passed
@benoitdm-oslandia

Copy link
Copy Markdown
Collaborator

I am a bit late! But it looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants