1) Latest version: Yes, downloaded and installed shortly after your reply.
2) Versions: Both Mapsource and Topo North America 9 are current
3) Errors:
Google Earth will display track logs with Data Center version 1.2.2.111104
Mapsource gives the following error message - c:\Users\xxx\Desktop\Test.gpx could not be imported
Topo North America does not import the gpx file and gives no error message
4) You said
I have tried converting a .gsr file from a DG-200 to a .gpx format. I am not sure if I understand what you're saying. The Data Center application saves DG-200 data in gsr/kml/gpx/csv formats. Why would you want to do a further data conversion?
I did download gpsbabel and was able to convert a Data Center formatted GPX file to a gpsbabel formatted GPX file which I could open in Mapsource, Topo North America and Google Earth. This would suggest that the Data Center application has some issues creating GPX files.
Here is a sample of what Data Center is producing...<gpx xmlns="
http://www.topografix.com/GPX/1/0" creator="GlobalSat -
http://www.globalsat.com.tw" version="1.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd">
<trk xmlns="">
<name xmlns="">
DG-200 DataLog-1 2012-Mar-07 16:17:36
</name>
<trkseg xmlns="">
<trkpt xmlns="" lat="62.439987" lon="-114.428825">
<time xmlns="">
2012-03-07T16:17:36Z
</time>
</trkpt>
<trkpt xmlns="" lat="62.440022" lon="-114.429665">
<time xmlns="">
2012-03-07T16:18:16Z
</time>
</trkpt>
<trkpt xmlns="" lat="62.439957" lon="-114.430511">
<time xmlns="">
2012-03-07T16:18:53Z
</time>
</trkpt>
.
.
.
</trkseg>
</trk>
</gpx>
Versus what gpsbabel produces after reparsing the Data Center file.....<gpx version="1.0" creator="GPSBabel -
http://www.gpsbabel.org" 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">
<time>
2012-03-08T00:33:32Z
</time>
<bounds minlat="62.439838000" minlon="-114.435562000" maxlat="62.448616000" maxlon="-114.428291000"/>
<trk>
<name>
DG-200 DataLog-1 2012-Mar-07 16:17:36
</name>
<trkseg>
<trkpt lat="62.439987000" lon="-114.428825000">
<time>
2012-03-07T16:17:36Z
</time>
</trkpt>
<trkpt lat="62.440022000" lon="-114.429665000">
<time>
2012-03-07T16:18:16Z
</time>
</trkpt>
<trkpt lat="62.439957000" lon="-114.430511000">
<time>
2012-03-07T16:18:53Z
</time>
</trkpt>
.
.
.
</trkseg>
</trk>
</gpx>