Skip to content

Commit

Permalink
Overlay tiles with a subset do not have any more detail available.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Dec 3, 2024
1 parent 7fdc99b commit b0066a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ QuadtreeRasterOverlayTileProvider::combineImages(

// Tiles with a subset inherently have no more detail available (otherwise
// we wouldn't need the subset).
if (!it->subset) {
if (!it->pValue->subset) {
result.moreDetailAvailable |= loaded.moreDetailAvailable;
}

Expand Down

0 comments on commit b0066a3

Please sign in to comment.