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

Garmin 910XT data exported from Connect as TCX has 0.0 lat/lon points

Starting on Mon July 11th, when I export TCX data from Garmin Connect, there is a Trackpoint in the file with 0.0 for latitude and longitude (example below). I'm not sure whether it's originating in Connect export, or the 910XT raw data.

Is anyone else seeing this? It's a pain to edit out, and it goofs up the map in the software I'm exporting to.

<Trackpoint>
<Time>2016-07-11T23:52:21.000Z</Time>
<Position>
<LatitudeDegrees>0.0</LatitudeDegrees>
<LongitudeDegrees>0.0</LongitudeDegrees>
</Position>
<AltitudeMeters>241.0</AltitudeMeters>
<HeartRateBpm>
<Value>169</Value>
</HeartRateBpm>
<Extensions>
<ns3:TPX>
<ns3:Speed>0.0</ns3:Speed>
</ns3:TPX>
</Extensions>
</Trackpoint>