Opened 12 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 baertelchen, 12 years ago

Owner: changed from hugueswski to baertelchen

Will be touched / changed due to the implementation of RFC 6.

Assigning to me.

comment:2 by Norm Olsen, 9 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.