- added Kml export

- added HttpServer


git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@124 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2015-01-11 08:09:11 +00:00
parent 2d6b448237
commit 14fc402ff3
13 changed files with 997 additions and 9 deletions
+4 -1
View File
@@ -26,7 +26,9 @@ public:
//==============================================================================
void initialise (const String& commandLine) override
{
// This method is where you should put your application's initialisation code..
(void)commandLine;
// This method is where you should put your application's initialisation code..
mainWindow = new MainWindow();
}
@@ -48,6 +50,7 @@ public:
void anotherInstanceStarted (const String& commandLine) override
{
(void)commandLine;
// When another instance of the app is launched while this one is running,
// this method is invoked, and the commandLine parameter tells you what
// the other instance's command-line arguments were.