This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Uploading a GPX from TTGpsLogger doesn’t work

2

Hello, I have app on my symbian phone to track GPS called "TTGpsLogger". It can export data into GPX but when I uploaded my data into traces on osm, but it didn't upload and it said that

Hi,

It looks like your GPX file

 20100915093540.gpx

failed to import. Here's the error:

 Found no good GPX points in the input data

What can I do with it? This is the file: gpx file

Here is a sample of the file:

<?xml version="1.0" encoding="UTF-8"?> <gpx version="1.0" creator="TTGPSLogger Version 0.4 beta" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/0" xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd"> <trk> <trkseg> <trkpt lon="16,657233" lat="49,204849"> <time>2010-09-15T07:36:10Z</time> <ele>402,0</ele> <fix>3d</fix> <sat>4</sat> <hdop>1,91</hdop> <vdop>1,00</vdop> <pdop>2,16</pdop> </trkpt>

asked 16 Sep '10, 19:55

Garret%20Raziel's gravatar image

Garret Raziel
31113
accept rate: 0%

edited 12 Mar '11, 00:07

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866


2 Answers:

4

It seems there is a problem with the gpx file. The xml specifications specifies that the decimal separator should be a dot (.) however in the file provided this is a comma (,). A global search and replace should fix this easily.

The problem has been reported on the TTGpsLogger bug tracker and there is several workarounds and even a patch and a patched version of the program that you might want to look at.

answered 16 Sep '10, 20:34

Gnonthgol's gravatar image

Gnonthgol ♦
13.8k16103198
accept rate: 16%

edited 16 Sep '10, 21:22

0

Maybe something is wrong with the coordinates or the timestamps in your GPX file. To examine this, you could load the file in any suitable application where you can have a better look at the entries.

A collection can be found at https://wiki.openstreetmap.org/wiki/Editing_GPX_Tracks

One possibility to fix errors in the XML format is to load the file in www.routeconverter.de and save it back in any GPX format.

answered 16 Sep '10, 20:21

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

edited 16 Sep '10, 20:49

Source code available on GitHub .