Route-Import from GPX not working
  • I want import a GPX-file with routingpoints. When I open the file with MF, it recognizes that it contains several routes and displays them. All routes (by name) are also imported. However, the content of ALL the routes is the same (fromlast route for all three)

    Here the GPX:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <gpx version="1.1" xmlns="http://www.topografix.com/GPX/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">
     <rte>
        <name>2_Etappe 2</name>
       <rtept lon="9.157864" lat="47.673792">
         <name>001 Ibis Budget Koblenz</name>
      </rtept>
       <rtept lon="9.507634" lat="47.478759">
         <name>047 Haus</name>
      </rtept>
       <rtept lon="9.733668" lat="47.538009">
         <name>002 Hotel Bodenseezeit</name>
      </rtept>
     </rte>
     <rte>
        <name>3_Etappe 3</name>
       <rtept lon="9.733668" lat="47.538009">
         <name>002 Hotel Bodenseezeit</name>
      </rtept>
       <rtept lon="9.201010" lat="48.493123">
         <name>003 Hotel Filderhof Reutlingen </name>
      </rtept>
     </rte>
     <rte>
        <name>5_Schlucht</name>
       <rtept lon="9.733668" lat="47.538009">
         <name>002 Hotel Bodenseezeit</name>
      </rtept>
       <rtept lon="9.775622" lat="47.391275">
         <name>053 Wanderparkplatz</name>
      </rtept>
       <rtept lon="9.733668" lat="47.538009">
         <name>002 Hotel Bodenseezeit</name>
      </rtept>
     </rte>
    </gpx>



    Here the routing_points.xml from MF after importing:

    <?xml version="1.0" encoding="utf-8"?>
    <routing_points>
        <set>
            <name>2_Etappe 2</name>
            <departure>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </departure>
            <waypoint>
                <name>053 Wanderparkplatz</name>
                <lat>170608590</lat>
                <lon>35192239</lon>
            </waypoint>
            <destination>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </destination>
        </set>
        <set>
            <name>3_Etappe 3</name>
            <departure>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </departure>
            <waypoint>
                <name>053 Wanderparkplatz</name>
                <lat>170608590</lat>
                <lon>35192239</lon>
            </waypoint>
            <destination>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </destination>
        </set>
        <set>
            <name>5_Schlucht</name>
            <departure>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </departure>
            <waypoint>
                <name>053 Wanderparkplatz</name>
                <lat>170608590</lat>
                <lon>35192239</lon>
            </waypoint>
            <destination>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </destination>
        </set>
        <default_set>
            <departure>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </departure>
            <waypoint passed="no">
                <name>053 Wanderparkplatz</name>
                <lat>170608590</lat>
                <lon>35192239</lon>
            </waypoint>
            <destination>
                <name>002 Hotel Bodenseezeit</name>
                <lat>171136832</lat>
                <lon>35041204</lon>
            </destination>
        </default_set>
    </routing_points>
  • 6 Comments sorted by
  • Thats exact the way I do it
    But in this example is only ONE route in the GPX-file. In my case there are more than one
  • How should MFN decide which route to calculate. I would split Your gpx to several gpx files which contain one single route and import them separately. From my experience, MFN's gpx importer is one of very few importers which work without any problems.
  • I dont want that MFN CALCULATE the routes! I will import them. In any case, MF recognizes that there are multiple routes in the GPX (see screenshot one). It recognizes the correct (different) names of the routes. After importing there are ALL THREE routes available. But in all three routes there are the waypoints of the third route

    So, "without any problems" => not in my case ;)

    image
    image
    image


  • I cant find any reason to do it the way you do it...

    -One day with stops needs only one route
    -three days can be done with 3 different routes

    In addition it fills up the storage of your mobile.

    So why do you use 3 routes in one file?

    Markus
  • Because I plan my holiday BEFORE I travel. So I plan ALL days of holiday (all routes).

    YES, I can made 7 single gpx-files. In germany we have a saying: why make it simple, when you can do it complicated :)

    MF can handle different routes in ONE file (it recognizes it) but import it wrong. And for me its not a "solution" to make it more complicated. In this case a possible solution is also: print out all coordinates on a sheet of paper and input it manually in MF (just kidding)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion