]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpx.h
Add Waypoint List dialog.
[andy/viking.git] / src / gpx.h
index 343061a9005a8ff6d15a0509c0290b27f2668657..7b1c925e080c74dbeca7a7c401b699187561a83f 100644 (file)
--- a/src/gpx.h
+++ b/src/gpx.h
@@ -30,9 +30,11 @@ G_BEGIN_DECLS
  * Options adapting GPX writing.
  */
 typedef struct {
+       // NB force options only apply to trackpoints
        gboolean force_ele; /// Force ele field
        gboolean force_time; /// Force time field
        gboolean hidden; /// Write invisible tracks/waypoints (default is yes)
+       gboolean is_route; /// For internal convience
 } GpxWritingOptions;
 
 gboolean a_gpx_read_file ( VikTrwLayer *trw, FILE *f );