]> git.street.me.uk Git - andy/viking.git/blobdiff - src/geojson.h
SF Bugs#133: Remove the auto added map when opening the first .vik file from the...
[andy/viking.git] / src / geojson.h
index fdee6c83e8b48b4b237d914f76fb3827c203a483..2c89a1aa0135bbfefe78bd4c0dc4a26186bb2665 100644 (file)
@@ -29,6 +29,9 @@ G_BEGIN_DECLS
 gboolean a_geojson_write_file ( VikTrwLayer *vtl, FILE *ff );
 
 const gchar* a_geojson_program_export ( void );
+const gchar* a_geojson_program_import ( void );
+
+gchar* a_geojson_import_to_gpx ( const gchar *filename );
 
 G_END_DECLS