Opened 15 years ago
Closed 15 years ago
#1128 closed defect (fixed)
MgCoordinateSystemMgrs ignores the alternative lettering scheme
Reported by: | hugueswski | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | General | Version: | 2.0.2 |
Severity: | trivial | Keywords: | |
Cc: | External ID: | 1269215 |
Description
MgCoordinateSystemMgrs::ConvertFromLonLat ignores the lettering used in MgCoordinateSystemMgrs* MgCoordinateSystemFactory::GetMgrs(..., INT8 nLetteringScheme, ...)
MgCoordinateSystemMgrsLetteringScheme::Normal is always the one being used
The problem is in the implementation class, in the method CCoordinateSystemMgrs::GetBesselFromLetteringScheme, where sBessel is never initialized for MgCoordinateSystemMgrsLetteringScheme::Alternative
Change History (2)
comment:1 by , 15 years ago
External ID: | → 1269215 |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Obvious coding error. The GetBesselFromLetteringScheme function always return zero.