Ticket #3014 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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

Changed 3 years ago by warmerdam

  • keywords terragen xpm added
  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.7.0

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.

Changed 3 years ago by rouault

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

Changed 3 years ago by warmerdam

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

Changed 3 years ago by warmerdam

  • keywords gff added

Sorry, actually done in (r18244).

Note: See TracTickets for help on using tickets.