Opened 13 years ago
Closed 9 years ago
#132 closed defect (fixed)
CS_gpdefEx doesn't care if a path is reversible
Reported by: | ravenAtSafe | Owned by: | baertelchen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Dictionary Compiler | Version: | |
Keywords: | Cc: |
Description ¶
CS_gpdefEx doesn't check whether a path is reversible before accepting it as a valid answer.
Which is probably for the best as the 'cs_GeodeticPath_.reversible' member variable is always left as '0'.
Probably the definition compiler should be setting that flag?
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Corrected at version 2706. Modified the Geodetic Path compiler to properly set the 'reversible' path definition data element, and adjusted the path serach function in CS_gpio.c to skip looking for a path in the reverse direction if the path is notmarked as reversible. Note, that conversions between Reunion47 and WGS84 are not reveersible and represent good test cases.
Will be touched / changed due to the implementation of RFC 6.
Assigning to me.