Home › All Topics › Bugs › GPX Route imported as Track
- This topic has 3 replies, 3 voices, and was last updated 10 years, 7 months ago by goergle.
-
AuthorPosts
-
March 1, 2014 at 3:59 am #4254
When importing a GPX file that contains route points, I only have the option to import these as a track. I would like to import this as a route.
For example, this is an already stripped down version containing just 3 points:
<?xml version=”1.0″ encoding=”UTF-8″?>
<gpx
version=”1.1″
creator=”RideLeader 2.09″
xmlns=”http://www.topografix.com/GPX/1/1″
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xmlns:TT=”http://www.trailtech.net/xml”
xsi:schemaLocation=”http://www.topografix.com/GPX/1/1
http://www.topografix.com/GPX/1/1/gpx.xsd
http://www.trailtech.net/xml
http://www.trailtech.net/xml/tt_gpx_v1.xsd
http://www.garmin.com/xmlschemas/GpxExtensions/v3
http://www.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd”><metadata>
<time>2014-02-25T22:05:51Z</time>
<bounds minlat=”51.22507″ minlon=”4.16828″ maxlat=”52.064952″ maxlon=”4.40732″ />
</metadata><rte>
<name>Antwerpen</name>
<rtept lat=”51.37973″ lon=”4.246329″>
<name>Grensweg, Rilland, Reimerswaal, Zeeland, The Netherlands</name>
<sym>Waypoint</sym>
</rtept>
<rtept lat=”51.248203″ lon=”4.344263″>
<name>Scheldelaan, Antwerp, Antwerp, Flanders, Belgium</name>
<sym>Waypoint</sym>
</rtept>
<rtept lat=”51.22507″ lon=”4.40732″>
<name>Klapdorp, Antwerp, Antwerp, Flanders, Belgium</name>
<sym>Waypoint</sym>
</rtept>
</rte>
</gpx>
March 2, 2014 at 3:41 am #5265PocketEarth only supports GPX import to track objects. In PocketEarth, the main advantage of routes is the navigation mode which gives turn by turn instructions as you move along the route, but the GPX file format does not include this information and thus we cannot import them as routes.
Note that rte and rtept information should be correctly imported into a track object. rtrpt’s are imported as markers on a Track Segment with a direct line connecting them. This is the best and most correct way that PocketEarth can interpret this information.
March 2, 2014 at 9:57 am #5267The route-points are imported as you describe, so I understand this is then not a bug but rather a feature request. I would be happy importing the route points as a track, provided I could then plan a route along these points – by indication a starting point (current location or the first track point) and end point (e.g. last track point). Is this a possibility or future enhancement option?
May 8, 2014 at 4:02 am #5568To use route points in a gpx file as route points in PE would actually be a great feature.
-
AuthorPosts
- You must be logged in to reply to this topic.