Ticket #1715 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

"WGS 82" typo in geo_normalize.c ?

Reported by: 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

Changed 6 years ago by warmerdam

  • keywords geotiff added
  • resolution set to fixed
  • status changed from new to closed
  • component changed from default to GDAL_Raster

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.