Modify

Opened 9 months ago

Closed 8 months 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 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 9 months ago.

Download all attachments as: .zip

Change History (6)

Changed 9 months ago by Don-vip

comment:1 Changed 9 months ago by Don-vip

Confirmed in r5473:


comment:2 Changed 9 months ago by Don-vip

  • Resolution set to fixed
  • Status changed from new to closed

In 5474/josm:

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

comment:3 Changed 8 months ago by jjaf.de

  • Resolution fixed deleted
  • Status changed from closed to reopened

Bug present in 5485/josm

comment:4 Changed 8 months ago by jjaf.de

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 Changed 8 months ago by Don-vip

  • Resolution set to fixed
  • Status changed from reopened to closed

In 5523/josm:

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

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.