Functions
a_geojson_write_file ()
gboolean
a_geojson_write_file (VikTrwLayer *vtl
,
FILE *ff
);
Returns TRUE if successfully written
a_geojson_program_export ()
const gchar *
a_geojson_program_export (void
);
a_geojson_program_import ()
const gchar *
a_geojson_program_import (void
);
a_geojson_import_to_gpx ()
gchar *
a_geojson_import_to_gpx (const gchar *filename
);
filename
: The source GeoJSON file
Returns
The name of newly created temporary GPX file
This file should be removed once used and the string freed.
If NULL then the process failed.