Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#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 (4)

comment:1 by warmerdam, 14 years ago

Keywords: terragen xpm added
Milestone: 1.7.0
Resolution: fixed
Status: newclosed

I have added overview support to the XPM (r18239, r18241) and terragen (r18240) to match the changes made by rprinceley in the 1.6-esri branch (r17312,r17313). The other portions of r17312 appear to already be in trunk and were possibly back ported.

While GFF was mentioned in this ticket, and is lacking overview support, I have no test data for this format and I'm hesitant to modify the driver without the ability to test it.

comment:2 by Even Rouault, 14 years ago

Frank,

I see I had found a sample available online. See http://trac.osgeo.org/gdal/browser/trunk/autotest/gdrivers/gff.py.

The public page is http://www.sandia.gov/radar/sar-data.html

comment:3 by warmerdam, 14 years ago

overview, pam and virtualio support added in the gff driver (r18243).

comment:4 by warmerdam, 14 years ago

Keywords: gff added

Sorry, actually done in (r18244).

Note: See TracTickets for help on using tickets.