From 0cd9d09410e2631d3a47edcae7569e3b3f011cf1 Mon Sep 17 00:00:00 2001 From: Gehad Date: Sun, 30 Mar 2014 22:14:56 +0200 Subject: Exporting a World-Map This patch adds the world map exporter. - add worldmap-save.c that writes the html to the file - use Google maps v3 API to put the place marks on the map - add worldmap-options.h to contain some settings for the JS which will make it easier for those to be changed - add save HTML action in the mainwindow user interface Signed-off-by: Gehad elrobey Signed-off-by: Dirk Hohndel --- worldmap-save.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 worldmap-save.h (limited to 'worldmap-save.h') diff --git a/worldmap-save.h b/worldmap-save.h new file mode 100644 index 000000000..72363e482 --- /dev/null +++ b/worldmap-save.h @@ -0,0 +1,15 @@ +#ifndef WORLDMAP_SAVE_H +#define WORLDMAP_SAVE_H + +#ifdef __cplusplus +extern "C" { +#endif + +extern void export_worldmap_HTML(const char* x); + + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3-70-g09d2