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

[WCS] Fix wcs blank tile #34300

Merged
merged 2 commits into from
Feb 7, 2020
Merged

Conversation

troopa81
Copy link
Contributor

@troopa81 troopa81 commented Feb 5, 2020

Description

This PR fixes 2 issues in WCS provider :

  • 064d5ab Don't display this message is WCS tile download has been canceled by rendering (when zooming several times for instance)
  • 09580ba It appears that when requesting some WCS servers, result bbox differs from requested one, and so the tile is blank. This PR keeps the warning message but still display the tile. It was working in 2.18 because of a side effect which has been fixed since (std::round replace qRound). More information here

@troopa81 troopa81 added backport release-3_10 Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels Feb 5, 2020
@troopa81 troopa81 changed the title Fix wcs blank tile [WCS] Fix wcs blank tile Feb 5, 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! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants