Opened 17 years ago

Closed 17 years ago

#1649 closed defect (fixed)

Old style ESRI .prj TRANSVERSE Parameters Wrong

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 1.4.2
Component: OGR_SRS Version: 1.4.0
Severity: normal Keywords: prj transverse
Cc:

Description

The following .prj file (old style arc/info projections) is interpreted improperly, with the central meridian and origin latitude switched.

Projection    TRANSVERSE
Datum         NAD27
Spheroid      CLARKE1866
Units         METERS
Zunits        NO
Xshift        0.0
Yshift        0.0
Parameters   
1.0 /* scale factor at central meridian
-106 56  5.149215 /* longitude of central meridian
  39 33 45.40326 /* latitude of origin
0.0 /* false easting (meters)
0.0 /* false northing (meters)  

Change History (1)

comment:1 by warmerdam, 17 years ago

Resolution: fixed
Status: newclosed

Bug fixed in trunk, 1.4 branch, and also a test added in trunk to autotest/osr/osr_esri.py.

Thanks!

Note: See TracTickets for help on using tickets.