#6615 closed enhancement (fixed)
Impementation for TMSO and HOM with skew in HFA
Reported by: | christapley | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.0 |
Component: | GDAL_Raster | Version: | 2.0.0 |
Severity: | normal | Keywords: | hfa |
Cc: |
Description
In 2011, "Hotine Oblique Mercator (Variant A)" (INTERNAL 70) and "Transverse Mercator (South Orientated)" (INTERNAL 71) projection types were added to ePrj, however, the code to convert these projection types to and from OGR in GDAL's hfadataset.cpp does not support these types.
Attached is my proposed implementation for your review.
Attachments (3)
Change History (7)
by , 8 years ago
Attachment: | autotest.zip added |
---|
comment:1 by , 8 years ago
The hfadataset.cpp in frmts_hfa.zip doesn't use the new constants EPRJ_HOTINE_OBLIQUE_MERCATOR_VARIANT_A or EPRJ_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED
comment:2 by , 8 years ago
Sorry, I attached the wrong file. Please look at the new attachment hfadataset.zip
comment:4 by , 8 years ago
Keywords: | hfa added |
---|---|
Milestone: | → 2.2.0 |
Note:
See TracTickets
for help on using tickets.
autotest changes