Ticket #1715 (closed defect: fixed)
"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
Note: See
TracTickets for help on using
tickets.
