Changeset 13418

Show
Ignore:
Timestamp:
12/21/07 05:23:45 (5 months ago)
Author:
rouault
Message:

Initialize PAM to avoid creating .aux.xml file when gdalinfo an ADRG dataset

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/adrg/adrgdataset.cpp

    r12833 r13418  
    13701370                    /*      Initialize any PAM information.                                 */ 
    13711371                    /* -------------------------------------------------------------------- */ 
    1372                     //poDS->SetDescription( poOpenInfo->pszFilename ); 
    1373                     //poDS->TryLoadXML(); 
     1372                    poDS->SetDescription( poOpenInfo->pszFilename ); 
     1373                    poDS->TryLoadXML(); 
    13741374 
    13751375                } 
     
    13951395 
    13961396/************************************************************************/ 
    1397 /*                                Open()                                */ 
     1397/*                               Create()                               */ 
    13981398/************************************************************************/ 
    13991399