Opened 14 years ago
Closed 14 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)
Change History (2)
by , 14 years ago
Attachment: | geotiff_obliquemercator_9812.patch added |
---|
comment:1 by , 14 years ago
Keywords: | oblique mercator 9812 added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch applied in trunk (r1992).