I've export a travel route to gpx format, but when I try to upload to VeoGeo and gps visiualizer they both couldn't read the file
VeoGeo -- Invalid Data - Expected Gpx Version 1.0 or Version 1.1 File
GPS Visiualizer -- No valid GPS data detected!
I'm using RaceChrono v1.00
Why?
Comments
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="details.xsl"?>
<gpx
version="1.0"
creator="RaceChrono v1.00 - http://www.racechrono.com/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/0"
xmlns:topografix="http://www.topografix.com/GPX/Private/TopoGrafix/0/1"
xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd http://www.topografix.com/GPX/Private/TopoGrafix/0/1 http://www.topografix.com/GPX/Private/TopoGrafix/0/1/topografix.xsd">
<name><![CDATA[C]]></name>
<desc><![CDATA[]]></desc>
<author><![CDATA[]]></author>
<trk>
<name><![CDATA[Traveled route]]></name>
<number>1</number>
<trkseg>
<trkpt lat="42.3094240" lon="-71.3848057"><time>2008-08-26T13:52:52.606Z</time><ele>60.60</ele><sat>0</sat><speed>0.10</speed></trkpt>
... ...
<trkpt lat="42.3079882" lon="-71.3860632"><time>2008-08-26T13:53:39.000Z</time><ele>54.30</ele><sat>5</sat><speed>29.80</speed></trkpt>
</trkseg>
</trk>
<trk>
<name><![CDATA[Traveled route]]></name>
<number>1</number>
<trkseg>
</gpx>