Ticket #4279 (closed defect: fixed)
OGRSpatialReference:morphFromESRI() needs updating for Orthographic projection
| Reported by: | pds | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.9.0 |
| Component: | OGR_SRS | Version: | svn-trunk |
| Severity: | normal | Keywords: | Orthographic, ESRI |
| Cc: | etourigny |
Description
While using the HFA driver I came across a problem when warping from a GeoTiff? using Orthographic projection to HFA - the 'latitude_of_origin' and 'central_meridian' WKT projection parameters were getting munged to 'Latitude_Of_Center' and 'Longitude_Of_Center'.
Looking at the HFA driver this seemed to be traceable to its use of OGRSpatialReference:morphFromESRI() - presumably the Latitude_Of_Center and Longitude_Of_Center are ESRI string attribs that aren't being back-converted properly.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

