View Single Post
Posts: 14 | Thanked: 1 time | Joined on May 2007
#1
Greetings. is maemo-mapper capable of importing .gpx files? I'm having issues importing the following (I was under the impression id *did* support them), so perhaps someone can either tell me otherwise, or point out what's wrong with the following (small) bit of code:

Thanks!

Code:
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="KML2GPX 1.0" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
  <wpt lat="48.864590" lon="2.324655">
    <name>Jardin des Tuileries</name>
    <cmt>Google Earth</cmt>
    <sym>Waypoint</sym>
  </wpt>
  <wpt lat="48.873730" lon="2.295138">
    <name>Arc de Triomphe</name>
    <cmt>Google Earth</cmt>
    <sym>Waypoint</sym>
  </wpt>
  <wpt lat="48.866997" lon="2.320789">
    <name>Buddha Bar</name>
    <cmt>Google Earth</cmt>
    <sym>Waypoint</sym>
  </wpt>
  <trk>
    <name>Champs Elysee</name>
    <trkseg>
      <trkpt lat="48.866127" lon="2.318974"/>
      <trkpt lat="48.870644" lon="2.304811"/>
      <trkpt lat="48.873817" lon="2.295284"/>
    </trkseg>
  </trk>
</gpx>