... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RouteConverter kann GPX nicht lesen
#7
I've loaded one of your test files into my IDE and the screenshot clearly shows the problems:

Excerpt from the GPX 1.1 XML Schema:

Code:
    <xsd:attribute name="version" type="xsd:string" use="required" fixed="1.1">
     <xsd:annotation>
      <xsd:documentation>
        You must include the version number in your GPX document.
      </xsd:documentation>
     </xsd:annotation>
    </xsd:attribute>

If you'd like to store speed within an element, you could use the trekbuddy's extension - then RouteConverter can read the speed of the files out of the box:

Code:
<gpx version="1.1" creator="TrekBuddy 0.9.84" xmlns="http://www.topografix.com/GPX/1/1" xmlns:nmea="http://trekbuddy.net/2009/01/gpx/nmea">
  <trk>
    <trkseg>
      <trkpt lat="52.554441907" lon="9.317555543">
        <ele>100.0</ele>
        <time>2009-05-29T12:14:01+02:00</time>
        <fix>3d</fix>
        <sat>6</sat>
        <extensions>
          <nmea:course>84.8</nmea:course>
          <nmea:speed>12.7</nmea:speed>
        </extensions>
      </trkpt>


Attached Files Thumbnail(s)
   
--
Christian
Reply


Messages In This Thread
RE: RouteConverter kann sehr wohl GPX lesen, nur iTravelTech nicht schreiben! - by routeconverter - 31.08.2009, 16:34

Forum Jump:


Users browsing this thread: 2 Guest(s)