Opened 13 years ago
Closed 13 years ago
#1777 closed defect (fixed)
Coordinate conversion warnings reported as fatal
Reported by: | NormOlsen | Owned by: | NormOlsen |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | General | Version: | 2.2.0 |
Severity: | minor | Keywords: | Datums Warnings Errors |
Cc: | External ID: |
Description
Several instances of converting a coordinate which is outside what is considered the useful range of the datum transformation in use are being reported a fatal errors rather than as warnings which is more appropriate. Specifially prevalent when the point being converted is exactly on (or almost so) the edge of a converage area, especially a grid interpolation file.
Note:
See TracTickets
for help on using tickets.
Opps!! Correction of this defect was included in the RFC 116 submission. This defect was discovered during regression testing the RFC submission. Specifically, a very small change at (current) line 856 in the CoordsysTransform.cpp module. I changed the third argument to the CS_dtcsu function call from 0 to cs_DTCFLG_DAT_W.