Ticket #3411 (closed bug: fixed)
Correct Longitude when Wrapping Dateline
| Reported by: | cayenne | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | Util | Version: | 2.10 |
| Keywords: | Cc: | ||
| State: |
Description
The getFormattedLatLon function works fine except in the vicinity of a dateline wrap. Then it displays spurious values like 215E.
This can be fixed with a minor change to the routine using addition, subtraction, and modulo. It might be more efficient to use an "if>180" test, but my revised code works.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

