This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Importing waypoints and name

Former Member
Former Member
Im trying to import GPX files and have some problems. I have tried searching for a bug report simular to what are experiencing but without luck.

Here is the start of the GPX file
<?xml version="1.0" encoding="UTF-8" ?>
<gpx version="1.1"
creator="MyTourbook 12.1.0.201201091602 - mytourbook.sourceforge.net"
xmlns="www.topografix.com/.../1"
xmlns:gpxdata="www.cluetrust.com/.../0"
xmlns:gpxx="www.garmin.com/.../v3"
xmlns:gpxtpx="www.garmin.com/.../v1"
xsi:schemaLocation="www.topografix.com/.../1 www.topografix.com/.../gpx.xsd
www.cluetrust.com/.../0 www.cluetrust.com/.../gpxdata10.xsd
www.garmin.com/.../v3 www.garmin.com/.../GpxExtensionsv3.xsd
www.garmin.com/.../v1 www.garmin.com/.../TrackPointExtensionv1.xsd"
xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<metadata>
<time>2012-05-07T12:25:07Z</time>
<bounds minlat="55.7624" minlon="12.36973" maxlat="55.77337" maxlon="12.38435"/>
</metadata>
<wpt lat="55.766240" lon="12.376750">
<ele>14</ele>
<name>1</name>
</wpt>
<wpt lat="55.766170" lon="12.377000">
<ele>-34</ele>
<name>2</name>
</wpt>
<wpt lat="55.766020" lon="12.377010">
<ele>-6</ele>
<name>5</name>
</wpt>
<wpt lat="55.766190" lon="12.377020">
<ele>-31</ele>
<name>3</name>
</wpt>
<wpt lat="55.766030" lon="12.376870">
<ele>-11</ele>
<name>4</name>
</wpt>
<trk>
<name>test</name>
<trkseg>
<trkpt lat="55.768230" lon="12.383440">
<ele>41</ele>
<time>2008-06-08T11:24:07Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:hr>67</gpxtpx:hr>
<gpxtpx:cad>0</gpxtpx:cad>
</gpxtpx:TrackPointExtension>
<gpxdata:distance>0.000000</gpxdata:distance>
</extensions>
</trkpt>
...


The file are successfully imported but the waypoints (wpt) are not shown i Garmin connect and the name (test) is changed to untitled.

Is this a bug in Garmin connect or and error in the XML file, when comparing to the http://www.topografix.com/GPX/1/1/#type_wptType this looks like the correct way to organize the data.

Best regards
  • Former Member
    0 Former Member over 13 years ago
    Export waypoints

    I can see that importing a .fit file, with waypoints, this displays correctly in Garmin connect. But exporting this exercise don't include waypoints.