Skip to content

Commit

Permalink
KEA: fix overview writing (#10616)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Aug 20, 2024
1 parent 27a73be commit 76e6072
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 76e6072

Please sign in to comment.