View Single Post
Posts: 14 | Thanked: 1 time | Joined on May 2007
#1
Greetings, this question has two parts:

1) Is there a tried-and-true method of converting the Google Maps generated KML files to a maemo mapper formatted POI database? I found an app online called KMLToGPX that created a GPX file, however Mapper doesn't seem to like the file.

2) Here is the GPX file I'm attempting to import; can anyone see why this doesn't work? (After I click "OK" it thinks for a moment, and then just takes me back to the map -- none of the points, or the track, show up).

A few other notes: Currently, I have no internet connection -- i'm merely looking at downloaded Google Maps. I'm also using v. 1.4.5. 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>