Opened 15 years ago
Closed 15 years ago
#1124 closed defect (fixed)
Grid/Graticule API misses a UTM zone ocassionally
Reported by: | NormOlsen | Owned by: | NormOlsen |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 2.0.2 |
Severity: | major | Keywords: | Grid UTM Zone |
Cc: | External ID: | 1266580 |
Description
The new Grid/Graticule API ocassionally misses an entire UTM zone when generating a grid.
Note:
See TracTickets
for help on using tickets.
Longitude values were being rounded of using a static cast, rather than using floor and ceil functions. Thus, when the eastern or western most boundary of the viewport fell within one degree of a UTM zone boundary, the entire UTM zone would often be ommitted from the grid generation process.