Mercurial > hg > STI-GWT
log
age | author | description |
---|---|---|
Fri, 30 Nov 2012 17:03:17 +0100 | Sebastian Kruse | corrected FileReader usage (onloaded callback) for local KML support |
Fri, 30 Nov 2012 15:17:25 +0100 | Sebastian Kruse | local KML display (beta) |
Thu, 29 Nov 2012 11:33:12 +0100 | Sebastian Kruse | fixed javadoc comment |
Wed, 28 Nov 2012 17:01:34 +0100 | Sebastian Kruse | re-added the ability to refine the dataset by a (very simple) text search |
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). |