Changeset 13448

Show
Ignore:
Timestamp:
12/25/07 08:33:32 (6 months ago)
Author:
pvachon
Message:

Added stub for where GCPs can be extracted from elsewhere (i.e. georef.xml) for TerraSAR-X

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/tsx/tsxdataset.cpp

    r13447 r13448  
    452452        } 
    453453    } 
     454    else if (psSceneInfo != NULL) { 
     455        /* extract the GCPs from the provided file */ 
     456 
     457        /* TODO */ 
     458    } 
    454459    else { 
    455460        CPLError(CE_Warning, CPLE_AppDefined,