log

age author description
Wed, 28 Nov 2012 17:00:49 +0100 Sebastian Kruse Improved robustness of KML parsing (with Firefox and probably other browsers a missing node can lead to a NullPointerException that will not be catched by the try/catch)
Wed, 28 Nov 2012 16:56:38 +0100 Sebastian Kruse Added .toString() to force String output, otherwise this can lead to Type Exceptions (e.g. when an int is returned).
Tue, 27 Nov 2012 11:57:47 +0100 Sebastian Kruse Anchor for KML download. This is a preliminiary work-around.
Mon, 26 Nov 2012 14:49:29 +0100 Sebastian Kruse fixed gitignore for Eclipse usage
Mon, 26 Nov 2012 14:49:10 +0100 Sebastian Kruse added Eclipse project files
Mon, 26 Nov 2012 14:48:49 +0100 Sebastian Kruse added Eclipse settings folder
Mon, 26 Nov 2012 14:46:04 +0100 Sebastian Kruse .gitignores
Mon, 26 Nov 2012 14:45:40 +0100 Sebastian Kruse new compiled version
Mon, 26 Nov 2012 14:45:20 +0100 Sebastian Kruse fixed z-Index for map canvas background
Mon, 26 Nov 2012 14:44:56 +0100 Sebastian Kruse removed tableWindow, will be populated below mainContainer instead
Mon, 26 Nov 2012 14:44:09 +0100 Sebastian Kruse add kml export servlet
Mon, 26 Nov 2012 14:43:08 +0100 Sebastian Kruse move lockscreen-container below mainContainer
Mon, 26 Nov 2012 14:42:19 +0100 Sebastian Kruse added missing class attribute of map canvas
Mon, 26 Nov 2012 14:41:38 +0100 Sebastian Kruse added get for timestamp and timespan
Mon, 26 Nov 2012 14:40:43 +0100 Sebastian Kruse added export kml feature (not finished)