Opened 12 years ago
Closed 9 years ago
#137 closed defect (fixed)
rgf93 transformation fallbacks are inconsistently reversed
Reported by: | ravenAtSafe | Owned by: | Norm Olsen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Library | Version: | |
Keywords: | Cc: |
Description
RGF93_to_NTF-G-Grid and RGF93_to_NTF-G-Grid-ClrkIGN apply the same fallback (NTF-G_to_WGS84) in opposite directions.
This is because CSgridiS() contains an RGF93 fallback direction hack that only catches one of the transformations.
Perhaps both transformations should be switched to using WGS84_to_NTF-G as their fallback (as the comments indicate it was intended for) rather than extending the hack further?
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Corrected as suggested. Test code remains in CStestT.ccp in the console test module. Correction produced revision 2713.