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)

josm_7994.png (43.5 KB ) - added by Don-vip 13 years ago.

Download all attachments as: .zip

Change History (6)

by Don-vip, 13 years ago

Attachment: josm_7994.png added

comment:1 by Don-vip, 13 years ago

Confirmed in r5473:


comment:2 by Don-vip, 13 years ago

Resolution: fixed
Status: newclosed

In 5474/josm:

fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"

comment:3 by jjaf.de, 13 years ago

Resolution: fixed
Status: closedreopened

Bug present in 5485/josm

comment:4 by jjaf.de, 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?

comment:5 by Don-vip, 13 years ago

Resolution: fixed
Status: reopenedclosed

In 5523/josm:

fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.