Ticket #1124 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by NormOlsen

  • status changed from new to closed
  • resolution set to fixed

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.