Skip to content

Commit

Permalink
GTiff: use main dataset GetSiblingFiles() for overviews
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 7, 2024
1 parent 28d5e94 commit 90cc612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frmts/gtiff/gtiffdataset_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5835,6 +5835,10 @@ CSLConstList GTiffDataset::GetSiblingFiles()
{
return oOvManager.GetSiblingFiles();
}
if (m_poBaseDS)
{
return m_poBaseDS->GetSiblingFiles();
}

m_bHasGotSiblingFiles = true;
const int nMaxFiles =
Expand Down

0 comments on commit 90cc612

Please sign in to comment.