|
Project Information
|
KML Framework introductionThe KML Framework is a library/framework for generating Google Earth KML (Keyhole Markup Language) documents. The framework is based on the work done by Eivind Bøhn as a part of his Master Thesis. Now, two years later, the work is finally released as an open source project after several requests. There is also a Google group for discussing this framework and being updated on new releases. Please feel free to take a look and join at http://groups.google.com/group/kmlframework All comments are highly appreciated. Only then Eivind will be inspired to continue updating this framework;) I hope you find this small piece of work helpful! Best regards, Eivind Bøhn eivind@boehn.org Current TODOS
Version history2010-10-14Several improvements and bugfixes to several types and added the touring API. --By Updownquark. 2009-07-18Added Kml.toString() and Kml.createKmz(String fileName) provided by Ringo Wathelet. Thanks! 2009-03-20Fixed issue reported by Gerald: Corrected misprint "visability" to "visibility" all places in code and XML. Thanks! 2009-01-30Fixed issue reported by Anders: Corrected XML Placemark tag when using the Delete element. Thanks! 2008-12-14Improvements based on comments from Frank:
2008-12-11Added support for multiple StyleSelectors according to KML specifications, requested/reported by Mathias. Thanks! 2008-12-10Fixed issue reported by Asaf: NullPointerException in Container due to System.out test print that was not removed. Thanks Asaf! 2008-11-30Fixed issue reported by Ivan: Styles not included in Document. Thanks Ivan! 2008-07-21Fixed issue 1 (Double Placemark tag in Document). 2008-07-18This version should be fully functional for generating static KML documents easily from Java.
2008-07-08Added original version of source code, unedited |