Opened 14 years ago
Closed 14 years ago
#94 closed defect (fixed)
CS_csDefCmp is sensitive to parameter order
Reported by: | Norm Olsen | Owned by: | Norm Olsen |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | Library | Version: | svn-trunk |
Keywords: | Compare "Coordinate System" | Cc: | Hugues.Wisniewski@… |
Description
CS-csDefCmp will properly convert a coordinate system parameter from "UTM" form (i.e. zone number parameter) to "TM" form (i.e. central meridian parameter) prior to the comparision, but will do so only if the system, pointed to by the orginal parameter is of the UTM type. Thus, the order in which the two systems are predented to this function affects the outcome. This causes unreliability in other functions.
Change History (2)
comment:1 by , 14 years ago
Component: | Dictionaries → Library |
---|---|
Keywords: | Compare "Coordinate System" added |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Code was added such that if the first parameter (original) is TM and the second (revised) is UTM, the revise coordinate system is converted to TM form. Lot of bookwork, but nothing terribly complex.