Opened 13 years ago

Closed 13 years ago

#38 closed defect (fixed)

[PATCH] Fix retrieving false easting and false northing for CT_ObliqueMercator (EPSG proj method = 9812)

Reported by: rouault Owned by: warmerdam
Priority: normal Milestone:
Component: libgeotiff Version:
Keywords: oblique mercator 9812 Cc:

Description

The attached patch fixes the bug reported at http://lists.osgeo.org/pipermail/gdal-dev/2011-April/028336.html

By digging into projop_wparm.csv, I can see that EPSG proj method 9812 (that is used by EPSG:3168 or EPSG:3375) uses EPSGFalseXXXXX whereas 9815 use EPSGProjCenterXXXXX. But both methods map to CT_ObliqueMercator, so GTIFGetProjTRFInfo() will only work for one of those methods.

Attachments (1)

geotiff_obliquemercator_9812.patch (2.1 KB ) - added by rouault 13 years ago.

Download all attachments as: .zip

Change History (2)

by rouault, 13 years ago

comment:1 by warmerdam, 13 years ago

Keywords: oblique mercator 9812 added
Resolution: fixed
Status: newclosed

Patch applied in trunk (r1992).

Note: See TracTickets for help on using tickets.