GPX File Format



  • Achtung     =>
  • UTF-8 Format : 3 Bytes BOM (ef bb bf)
  • Achtung    =>
  • CR's nicht immer akzeptiert ?
    => UNIX File Format



 

 

 

 

 

A] WegPunkt vs Track

1. Tour bestehend aus 5 Wegpunkten (POI)

  • 5 Wegpunkte : 
  • Track:




2. <rte> vs <trk>
  • <rte> besteht aus <rtept>'s (Wegpunkte)




3. <rte> vs <trk> (graphisch)

  • <rte>: 5 Wegpunkte (verbunden durch rote Linie)
  • <trk>: gesamter Weg (blauer Weg => enthält die 5 Wegpunkte)



B] Circuit autopédestre Rolllingen

1. Tour besteht aus 1 POI
und 1 Track
und 0 Routen





GPX File Format

  • Am Anfang einer GPX-Datei steht ein
    BOM für UTF-8 (ef bb bf)
  • TomTom verträgt kein BOM.
(Kann in Hex. Editor verifiziert werden)



  • GPX File Format

  • Way vs Route vs Track


  • See Wikipedia



Wie mache ich aus einer Text-Datei eine UTF-8-Datei ?

  • Vorne die 3 Bytes "ef bb bf"  "inserten"  :-)
  • Dies geht automatisch mit Notepad++

    (Es gibt auch Option "Convert to UTF-8" ??)

  • Konversion zu UNIX (eliminiere CR's)
    (falls notwendig)

















Required Format for GPSWander.de



GPX Schema Documentation



TomTom Requirements for gpx-Files
  • OK: <gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="Gilles">
  • HEADER:
    • NOT Required:
      • xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v2"
      • xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
      • xmlns:trp="http://www.garmin.com/xmlschemas/TripExtensions/v1"
      • xmlns:gpxtpx1="http://www.garmin.com/xmlschemas/TrackPointExtension/v1"
    • Required:
      • xmlns="http://www.topografix.com/GPX/1/1"
      • version="1.1"
      • creator="theCreator"