Changeset 12461

Show
Ignore:
Timestamp:
10/17/07 12:56:16 (7 months ago)
Author:
mloskot
Message:

Backported fix for calculation of yllcorner value using dy instead of dx (Ticket #1794).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.4/gdal/frmts/aaigrid/aaigriddataset.cpp

    r11224 r12461  
    700700                 nXSize, nYSize,  
    701701                 adfGeoTransform[0],  
    702                  adfGeoTransform[3]- nYSize * adfGeoTransform[1], 
     702                 adfGeoTransform[3]- nYSize * adfGeoTransform[5], 
    703703                 adfGeoTransform[1], 
    704704                 fabs(adfGeoTransform[5]) );