Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#6080 closed defect (fixed)

Well known GCS definitions of WGS84, WGS72, NAD27 and NAD83 don't match their EPSG defs — at Version 3

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.1.0
Component: OGR_SRS Version: unspecified
Severity: normal Keywords:
Cc:

Description (last modified by Even Rouault)

When doing SetWellKnownGeogCS() with WGS84, WGS72, NAD27 and NAD83, the result is not strictly equal to the corresponding ImportFromEPSG()

Differences are :

  • TOWGS84 node for WGS84
  • AUTHORITY 9108 instead of 9122 for degree
  • inverse flattening of NAD27 is 294.978698213898 instead of 294.9786982138982

Change History (3)

comment:1 by Even Rouault, 9 years ago

Milestone: 2.1.0
Resolution: fixed
Status: newclosed

trunk r29765 "Align hard-coded WKT of well known GCS definitions of WGS84, WGS72, NAD27 and NAD83 with thee WKT of their EPSG def (#6080)"

comment:2 by Even Rouault, 9 years ago

trunk r29766 "Commit file that should have gone with previous commit (#6080)"

comment:3 by Even Rouault, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.