Importing external tracks - what format?

Started by votez, October 02, 2011, 22:55:53

0 Members and 1 Guest are viewing this topic.

votez

Hello!
I have a track file from friend of mine whic I am going to use for navigation. You can view it here: //http://dl.dropbox.com/u/1175333/nepal/_annapurna-circuit.gpx
When I am trying to import this file to Locus Pro I am getting "Imported 0 points" . How can I convert this file (I know a bit about gpsbabel, for example) to a suitable format to work with?

Thanks in advance!
  •  

Skater

#1
I use RouteConverter to test your file. The gpx header is not correct.
Use
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxtrx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:rcxx="http://www.routeconverter.de/xmlschemas/RouteCatalogExtensions/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/WaypointExtension/v1" xmlns:nmea="http://trekbuddy.net/2009/01/gpx/nmea" creator="Generated by Christian Pesch's RouteConverter. See http://www.routeconverter.com" version="1.1">
<trk>
<name>Holux2010/11/12_07:43</name>
<trkseg>
and your file works
Regards Skater
"A life without LOCUS is possible but pointless" (based on Loriot)
  •  

votez

#2
Thanks! That works!
  •