Opened 14 years ago
Closed 14 years ago
#1542 closed defect (fixed)
Implementation of CCoordinateSystemGeodeticPath::IsValid() is incorrect
Reported by: | NormOlsen | Owned by: | NormOlsen |
---|---|---|---|
Priority: | medium | Milestone: | 2.3 |
Component: | General | Version: | 2.1.0 |
Severity: | minor | Keywords: | CoordinateSystems Path |
Cc: | andre.barth@… | External ID: | 1354323 |
Description
The RFC 94 submission did not call the CS-MAP CS_gpchk () function as such was not available in the CS-MAP library at the time. This situation needs to be corrected.
Note:
See TracTickets
for help on using tickets.
Code to check the components of a Path definition were removed from the CoordinateSystem interfave and replaced with a call to the newly implemented CS_gpchk() function which perfromed same, and more.