Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/subset-no-detail' into 3dtiles-v…
Browse files Browse the repository at this point in the history
…oxel-content-subset-fix
  • Loading branch information
kring committed Dec 4, 2024
2 parents cd498ad + 201dd4e commit 51e4268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
### ? - ?

##### Fixes :wrench:

- Fixed a bug in `thenPassThrough` that caused a compiler error when given a value by r-value refrence.
- Fixed a raster overlay bug that could cause unnecessary upsampling with failed or missing overlay tiles.

### v0.42.0 - 2024-12-02

Expand Down
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 51e4268

Please sign in to comment.