Ticket #3014 (closed defect: fixed)
Overview support missing in some formats
| Reported by: | rprinceley | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7.0 |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | normal | Keywords: | terragen xpm gff |
| Cc: |
Description
Some dataset implementation do not include code to initialize the overview manager ( oOvManager.Initialize ). This makes it difficult to handle overviews in a generic manner.
Adding
poDS->oOvManager.Initialize( poDS, poOpenInfo->pszFilename );
after
poDS->TryLoadXML();
fixes this issue in XPM, GFF, etc.
Change History
Note: See
TracTickets for help on using
tickets.
