Menu

Export Funktion Buggy

2019-08-21
2021-01-27
  • Martin Klimke

    Martin Klimke - 2019-08-21

    Hi

    I have tested both on Mac (V 19.7.0) and Windows (V 19.7.1) the export function.
    Both TCX and GPX exports do not contain the title after reimport.

    Exports on Mac (V 19.7.0) to GPX contains wrong starting point data and will destroy you export backup.
    TCX worked on Mac.

    Regards Martin

     
    • Wolfgang ch

      Wolfgang ch - 2020-09-09

      GPX and TCX:Course do export/import the title

      TCX:Activity schema has no title

       

      Last edit: Wolfgang ch 2020-09-09
  • stvzldn

    stvzldn - 2019-08-21

    TCX Export as an Activity fails due to the Device and Author sections at the end of the file.

               <Creator xsi:type="Device_t">
                  <Name>MyTourbook 19.7.1.20190808-1349 - http://mytourbook.sourceforge.net</Name>
                  <UnitId></UnitId>
                  <ProductID></ProductID>
                  <Version>
                    <VersionMajor>19</VersionMajor>
                    <VersionMinor>7</VersionMinor>
                    <BuildMajor>1</BuildMajor>
                    <BuildMinor>20190808-1349</BuildMinor>
                  </Version>
                </Creator>
            </Activity>
        </Activities>
        <Author xsi:type="Application_t">
            <Name>MyTourbook 19.7.1.20190808-1349 - http://mytourbook.sourceforge.net</Name>
            <Build>
                <Version>
                    <VersionMajor>19</VersionMajor>
                    <VersionMinor>7</VersionMinor>
                    <BuildMajor>1</BuildMajor>
                    <BuildMinor>20190808-1349</BuildMinor>
                </Version>
                <Type>Release</Type>
            </Build>
            <LangID>EN</LangID>
            <PartNumber>2009-05-23_17-26-51_ID</PartNumber>
        </Author>
    

    If I replace those two sections with the below then it will import.

        <Creator xsi:type="Device_t">
          <Name>Edge 520</Name>
        </Creator>
    
     
  • stvzldn

    stvzldn - 2019-08-21

    In addition Power data is not export. Example of format for Power in a trackpoint would be:

              <Extensions>
                <TPX xmlns="http://www.garmin.com/xmlschemas/ActivityExtension/v2">
                  <Watts>101</Watts>
                </TPX>
              </Extensions>
    
     
    • Gregory X

      Gregory X - 2019-08-21

      Yes! I noticed no power as well.

       
  • stvzldn

    stvzldn - 2019-08-21

    Output of a tcx for a Course also fails.
    See my feature request here: https://sourceforge.net/p/mytourbook/feature-requests/144/

     
    • stvzldn

      stvzldn - 2019-08-21

      I have tried to do enough edits to make a Course import for Garmin but cannot succeed.
      However the ST3 omb Courses Plugin will accept an MTB Course TCX output if the following is done:

      Remove from Lap StartTime="<value>"
      Remove from Lap <Id><value></Id>
      Move </Lap> from end (before <Creator>) to before <Track>
      Remove <Creator> section
      Remove <Notes><value></Notes>
      

      I have not tested the above edit with RWGPS, Connect, nor Strava yet.
      For Course output there is no need for HeartRateBpm or Cadence (or Power) to be output.

       
  • Frederic

    Frederic - 2021-01-27

    See my fixes for those issues here

     
    👍
    1