Opened 17 years ago

Closed 17 years ago

#1588 closed defect (fixed)

Need to write unsupported projects as PE strings in HFA driver

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 1.4.2
Component: GDAL_Raster Version: 1.4.0
Severity: normal Keywords: HFA
Cc:

Description

When writing special projections like:

PROJCS["World_Cube",GEOGCS["GCS_WGS_1984",DATUM["WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.017453292519943295]],PROJECTIONCube,PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Option",1.0],UNIT["Meter",1.0]]

that are not representable by the core .img coordinate system structure should be written using the PE string structure.

Change History (2)

comment:1 by warmerdam, 17 years ago

Fixed in r11249 in trunk.

Test added to gdrivers/hfa.y

comment:2 by warmerdam, 17 years ago

Resolution: fixed
Status: newclosed

Back ported into 1.4 branch as r11315 along with a test in gdrivers/hfa.h.

Note: See TracTickets for help on using tickets.