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.

Change History (1)

comment:1 by NormOlsen, 15 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.