Subject: | Bug in activities export to gpx |
Date: | Sun, 18 Sep 2016 19:49:38 +0200 |
To: | bug-GPS-Garmin-Connect [...] rt.cpan.org |
From: | Sebastien Guenin <guenin.sebastien [...] gmail.com> |
since few months I am facing 2 bugs in garmin connect on PC.
I use chrome 64 bits on windows 7 or windows 10, or chrome 32 bits on an
old windows XP.
1 - French translation of "gear" is "rapport". It should be (and it was
previously) "Matériel"
2 - When I want to export a gpx, some trackpoints are badly exported :
latitude and longitude are replaced by 0
Example :
<trkpt lat="49.0755426697432994842529296875"
lon="2.22306654788553714752197265625">
<ele>74</ele>
<time>2016-09-18T07:50:30.000Z</time>
<extensions>
<ns3:TrackPointExtension/>
</extensions>
</trkpt>
* <trkpt lat="0" lon="0">*
<ele>74</ele>
<time>2016-09-18T07:50:33.000Z</time>
<extensions>
<ns3:TrackPointExtension/>
</extensions>
</trkpt>
<trkpt lat="49.07555566169321537017822265625"
lon="2.22370323725044727325439453125">
<ele>72</ele>
<time>2016-09-18T07:50:39.000Z</time>
<extensions>
<ns3:TrackPointExtension/>
</extensions>
</trkpt>
This happens even on old activities which were working previously.
please fix it,because garmin connect is now un-usable.
All gpx files have to be post treated to suppress all this bad trackpoints.