Top | ![]() |
![]() |
![]() |
![]() |
void | vik_trw_layer_export () |
void | vik_trw_layer_export_external_gpx () |
void | vik_trw_layer_export_gpsbabel () |
void vik_trw_layer_export (VikLayer *vl
,const gchar *title
,const gchar *default_name
,VikTrack *trk
,VikFileType_t file_type
);
vl: The VikLayer to operate on
Note since we now use the VikLayer type rather than VikTrwLayer, this function could be renamed and shifted into the appropriate file. However for now leave it as is.
void vik_trw_layer_export_external_gpx (VikTrwLayer *vtl
,const gchar *external_program
);
void vik_trw_layer_export_gpsbabel (VikTrwLayer *vtl
,const gchar *title
,const gchar *default_name
);