Route File Formats: Difference between revisions

From Acacia Support Wiki
Jump to navigation Jump to search
(Created page with "KayakNav is able to directly read the following file XML formats: * GPX - [https://en.wikipedia.org/wiki/GPS_Exchange_Format GPS Exchange Format] * KML - uncompressed GoogleEa...")
 
No edit summary
Line 6: Line 6:
In order to use one of these files for [[Navigation]] in KayakNav, email it to your device as an attachment.  KayakNav is automatically registered as one of the Apps that can open these file formats.  Just open the attachment and choose KayakNav.  KayakNav will be started and will immediately read the file, [[Route Optimisation|optimise]]  it and store it into its [[Route]] database.
In order to use one of these files for [[Navigation]] in KayakNav, email it to your device as an attachment.  KayakNav is automatically registered as one of the Apps that can open these file formats.  Just open the attachment and choose KayakNav.  KayakNav will be started and will immediately read the file, [[Route Optimisation|optimise]]  it and store it into its [[Route]] database.


If you want to add text to labeled [[Waypoints]] you need to start with a GPX file.  Add name, comment and description setting like those shown below.  These waypoints will always be shown with bubbles and will not be eliminated by the optimisation process.
If you want to add text to labeled [[Waypoints]] you need to start with a GPX file.  Add name, comment and description setting like those shown below.  These waypoints will always be shown with bubbles and will not be eliminated by the optimisation process. The image shown here is an example of a named start [[Waypoints|Waypoint]].
[[file:KayakNav_Start_Waypoint.png|200px|right|text-top]]
<pre>
<pre>
&lt;trkpt lat="-35.22814423" lon="149.06433214"&gt;
&lt;trkpt lat="-35.22814423" lon="149.06433214"&gt;
Line 14: Line 15:
&lt;/trkpt&gt;
&lt;/trkpt&gt;
</pre>
</pre>
[[file:KayakNav_Start_Waypoint.png|200px|center]]

Revision as of 20:49, 14 March 2017

KayakNav is able to directly read the following file XML formats:

  • GPX - GPS Exchange Format
  • KML - uncompressed GoogleEarth paths.
  • KMZ - compressed GoogleEarth paths.

In order to use one of these files for Navigation in KayakNav, email it to your device as an attachment. KayakNav is automatically registered as one of the Apps that can open these file formats. Just open the attachment and choose KayakNav. KayakNav will be started and will immediately read the file, optimise it and store it into its Route database.

If you want to add text to labeled Waypoints you need to start with a GPX file. Add name, comment and description setting like those shown below. These waypoints will always be shown with bubbles and will not be eliminated by the optimisation process. The image shown here is an example of a named start Waypoint.

<trkpt lat="-35.22814423" lon="149.06433214">
<name>Start</name>
<cmt>Macdemott Place</cmt>
<desc>6.7km. Push Yourself!</desc>
</trkpt>