Opened 13 years ago
Closed 11 years ago
#103 closed defect (fixed)
Geocentric transformation is not supported as a fallback.
Reported by: | louiscarl | Owned by: | Norm Olsen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Dictionaries | Version: | |
Keywords: | Cc: |
Description
The geocentric transformation is available in CSnewFallback(), but not in the functions that allows to calculate the transformation, so we cannot use the geocentric transformation as a fallback.
Attaching a patch that can fix this issue and adds the Geocentric transformation state to CSdeleteFallback() to free what needs to be.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | geocentricFallback.patch added |
---|
comment:1 by , 13 years ago
Owner: | changed from | to
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This issue was resolved with RFC-2 at revision 2003, a complete rework of the Geodetic Transformation portion of the conversion engine. The module in error is no longer used at all.
Note:
See TracTickets
for help on using tickets.
Patch to use the geocentric transformation as a fallback.