Changeset 13804

Show
Ignore:
Timestamp:
02/17/08 00:30:09 (3 months ago)
Author:
warmerdam
Message:

Fix destination coordinate system setting logic in GDALReprojectImage (#2231)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/gdal/alg/gdalwarper.cpp

    r12686 r13804  
    8383{ 
    8484    GDALWarpOptions *psWOptions; 
    85  
    86 /* -------------------------------------------------------------------- */ 
    87 /*      Default a few parameters.                                       */ 
    88 /* -------------------------------------------------------------------- */ 
    89     if( pszSrcWKT == NULL ) 
    90         pszSrcWKT = GDALGetProjectionRef( hSrcDS ); 
    91  
    92     if( pszDstWKT == NULL ) 
    93         pszDstWKT = pszSrcWKT; 
    9485 
    9586/* -------------------------------------------------------------------- */