Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#8941 closed defect (worksforme)

gpx parsing error

Reported by: rustedstranger@… Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Open attached 1.gpx file

What is the expected result?

GPX looks fine to me, so I expect it to load successfully.

What happens instead?

"Error occured while parsing gpx file"

Please provide any additional information below. Attach a screenshot if
possible.

Last loaded track point in this gpx file:
<trkpt lat="54.0188083" lon="27.4627900"><ele>240.85</ele><time>2013-08-07T16:00:24Z</time><geoidheight>23.55</geoidheight><sap>11</sat><hdop>0.9</hdop></trkpt>

Next one, which fails to load:
<trkpt lat="54.0187417" lon="27.4628000"><ele>241.05</ele><time>2013-08-07T16:00:25Z</time><geoidheight>23.55</geoidheight><sat>11</sat><hdop>0.9</hdop></trkpt>

Everything looks 100% OK to me and same gpx file loads fine in other software.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2013-08-07 01:35:24
Last Changed Author: Don-vip
Revision: 6115
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2013-08-07 00:04:24 +0200 (Wed, 07 Aug 2013)
Last Changed Rev: 6115

Identification: JOSM/1.5 (6115 en) Windows 7 64-Bit
Memory Usage: 117 MB / 910 MB (76 MB allocated, but free)
Java version: 1.7.0_25, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
VM arguments: [-Xmx1024m]

Plugin: PicLayer (29809)
Plugin: editgpx (29596)
Plugin: measurement (29750)
Plugin: openstreetbugs (29435)
Plugin: openvisible (29778)

Attachments (1)

1.gpx (682.7 KB ) - added by anonymous 11 years ago.

Download all attachments as: .zip

Change History (4)

by anonymous, 11 years ago

Attachment: 1.gpx added

comment:1 by AlfonZ, 11 years ago

Resolution: wontfix
Status: newclosed

<trkpt lat="54.0188083" lon="27.4627900"><ele>240.85</ele><time>2013-08-07T16:00:24Z</time><geoidheight>23.55</geoidheight><sap>11</sat><hdop>0.9</hdop></trkpt> is incorrectly formed xml, there is a typo.
Should be:
<sat>11</sat>

comment:2 by Don-vip, 11 years ago

In 6117/josm:

see #8941 - display gpx parsing error on stderr

comment:3 by Don-vip, 11 years ago

Resolution: wontfixworksforme

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.