Changeset 13804
- Timestamp:
- 02/17/08 00:30:09 (3 months ago)
- Files:
-
- branches/1.5/gdal/alg/gdalwarper.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/alg/gdalwarper.cpp
r12686 r13804 83 83 { 84 84 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;94 85 95 86 /* -------------------------------------------------------------------- */
