Skip to content

Commit

Permalink
fix overview writing
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Aug 20, 2024
1 parent 27a73be commit 8d125e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frmts/kea/keaoverview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ KEAOverview::KEAOverview(KEADataset *pDataset, int nSrcBand,

KEAOverview::~KEAOverview()
{
// according to the docs, this is required
// otherwise not all tiles will be written.
this->FlushCache();
}

// overridden implementation - calls readFromOverview instead
Expand Down

0 comments on commit 8d125e7

Please sign in to comment.