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

Fix raster provider connection with statusChanged signal #35836

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

pblottiere
Copy link
Member

Description

As indicated in the statusChanged signal documentation in QgsRasterDataProvider class:

Emit a message to be displayed on status bar, usually used by network providers (WMS,WCS)

However, the underlying provider is cloned in QgsRasterPipe and the connect don't follow. Meaning that messages coming from the WMS provider (for example) are not displayed in the status bar and can't be caught through the Python API.

@pblottiere pblottiere added Bug Either a bug report, or a bug fix. Let's hope for the latter! Rasters Related to general raster layer handling (not specific data formats) labels Apr 17, 2020
@github-actions github-actions bot added this to the 3.14.0 milestone Apr 17, 2020
@pblottiere pblottiere closed this Apr 18, 2020
@pblottiere pblottiere reopened this Apr 18, 2020
@pblottiere pblottiere merged commit ea9613e into qgis:master Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Rasters Related to general raster layer handling (not specific data formats)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant