-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix running gdal algs with virtual layers #59985
base: master
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
not stale |
@@ -134,8 +134,15 @@ def getConsoleCommands(self, parameters, context, feedback, executing=True): | |||
source_details = self.getOgrCompatibleSource( | |||
self.INPUT, parameters, context, feedback, executing | |||
) | |||
if not source_details.layer_name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes (and all the others below, except the virtual layers part) related to the PR title "fix running gdal algs with virtual layers" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Fixes #59364, #39138
Resurrects #59465