Modify ↓
Opened 13 years ago
Closed 13 years ago
#7994 closed defect (fixed)
WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"
Reported by: | jjaf.de | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | WGS84 DMS ordinate minutes 60 seconds | Cc: |
Description
See Point 6 of the territorial sea of SG/IN.
Shown in 'Selection', 'Move point' and 'status line'.
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | josm_7994.png added |
---|
comment:1 by , 13 years ago
comment:4 by , 13 years ago
Maybe ...
String sMinutes = cDmsMinuteFormatter.format(tMinutes); [...] if (sSeconds.equals("60.0")) {
... is local-dependent and it does not equal "60,0" in my case?
Note:
See TracTickets
for help on using tickets.
Confirmed in r5473: