Opened 17 years ago

Closed 17 years ago

#1715 closed defect (fixed)

"WGS 82" typo in geo_normalize.c ?

Reported by: Even Rouault Owned by: warmerdam
Priority: normal Milestone: 1.4.3
Component: GDAL_Raster Version: 1.4.2
Severity: normal Keywords: geotiff
Cc:

Description

In frmts/gtiff/libgeotiff/geo_normalize.c, in function GTIFGetGCSInfo, you can read at line 470 :

        else if( nGCSCode == GCS_WGS_72 )
        {
            nDatum = Datum_WGS72;
            pszName = "WGS 82";
        }

If guess, it should be "WGS 72" instead of "WGS 82", right ?

Change History (1)

comment:1 by warmerdam, 17 years ago

Component: defaultGDAL_Raster
Keywords: geotiff added
Resolution: fixed
Status: newclosed

Fixed to "WGS 72" in CVS. This change will be in the libgeotiff 1.2.4 final release.

Note: See TracTickets for help on using tickets.