Manipulating Trip files for Importing Purposes
**Please note that the screenshots below were taken on a tablet, on LANDSCAPE View. If you do not see the Folder icon/Trip data icon or you are in PORTRAIT View, simply click (Android MENU Button (or soft key) > TRIP DATA))**
Then click on IMPORT Tracks or Waypoints (.gpx or .kml format); Share Trip is the Currently loaded Tripfile's name.
Choose which directory (wherever you downloaded /stored the GPX or KML file)
Importing
Click on the Trip Data Icon and choose, [5] Import GPX or KML (or you might see this icon: - Device Dependent or in portrait mode)
WHAT IS GPX?
GPX (the GPS Exchange Format) is a light-weight XML data format for the interchange of GPS data (waypoints, routes, and tracks) between applications and Web services on the Internet.
The GPX 1.1 schema was released on August 9, 2004. GPX has been the de-facto XML standard for lightweight interchange of GPS data since the initial GPX 1.0 release in 2002. GPX is being used by dozens of software programs and Web services for GPS data exchange, mapping, and geocaching. (source: http://www.topografix.com/gpx.asp)
For more info on GPX, click HERE
SAMPLE GPX File
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" creator="Oregon 400t" 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.xsdhttp://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsdhttp://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd">
<metadata>
<link href="http://www.garmin.com">
<text>Garmin International</text>
</link>
<time>2009-10-17T22:58:43Z</time>
</metadata>
<trk>
<name>Example GPX Document</name>
<trkseg>
<trkpt lat="47.644548" lon="-122.326897">
<ele>4.46</ele>
<time>2009-10-17T18:37:26Z</time>
</trkpt>
<trkpt lat="47.644548" lon="-122.326897">
<ele>4.94</ele>
<time>2009-10-17T18:37:31Z</time>
</trkpt>
<trkpt lat="47.644548" lon="-122.326897">
<ele>6.87</ele>
<time>2009-10-17T18:37:34Z</time>
</trkpt>
</trkseg>
</trk>
</gpx>
WHAT IS KML?
Keyhole Markup Language (KML) is an XML notation for expressing geographic annotation and visualization within Internet-based, two-dimensional maps and three-dimensional Earth browsers. KML was developed for use with Google Earth, which was originally named Keyhole Earth Viewer. It was created by Keyhole, Inc, which was acquired by Google in 2004. KML became an international standard of the Open Geospatial Consortium in 2008. Google Earth was the first program able to view and graphically edit KML files. Other projects such as Marble have also started to develop KML support.
The KML file specifies a set of features (place marks, images, polygons, 3D models, textual descriptions, etc.) for display in Google Earth, Maps and Mobile, or any other geospatial software implementing the KML encoding. Each place always has a longitude and a latitude. Other data can make the view more specific, such as tilt, heading, altitude, which together define a "camera view". KML shares some of the same structural grammar as GML. Some KML information cannot be viewed in Google Maps or Mobile. (source:http://en.wikipedia.org/wiki/Keyhole_Markup_Language)
SAMPLE KML File
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <Placemark> <name>New York City</name> <description>New York City</description> <Point> <coordinates>-74.006393,40.714172,0</coordinates> </Point> </Placemark> </Document> </kml>
Comments
4 comments
I don't see a tutorial devoted to importing a GPX track file from the phone's memory card. I have attached a series of screen print to explain the process.
Ken
step4.png
step9.png
step2.png
step3.png
step5.png
step6.png
step1.png
step7.png
step8.png
Is there a way to import gpx files stored on my computer? I have a bunch of waypoints and I do not want to manually enter them.
Hi Mark,
You will have to manually copy them over to your device and import it via the app.
Trip Data (folder icon at the top) > Import Tracks/Waypoints
Thanks,
dan
when I try to import track or waypoints I am presented with screen asking to click chose file type , what database to import to but: in field File path/location I AM NOT PRESENTED WITH DIRECTORY , SO I CANNOT PICK THE FILE TO INPOTR
Please sign in to leave a comment.