Warning, /education/marble/docs/projects/kml/kml-tasks is written in an unsupported language. File is not indexed.
0001 - Apply "Level of details (LOR)" while parsing kml placemarks 0002 0003 - Parsing of kml document from QIODevice 0004 0005 - Integration of KMLDocument with PlaceMarkPainter for initial support of kml placemarks 0006 0007 - Apply KMLFolder object to act as a layer 0008 0009 - Initial support of KML style objects (icon style, label style) 0010 0011 - Integration with Digikam. This includes test of kml output of Digikam on Marble 0012 0013 - Sort placemarks while parsing them from input kml stream. This will speed up drawing of placemarks. (Regionator) 0014 0015 - Serialization of in memory kml document structure to disk cache. Introduce options like: 0016 * memory cache size 0017 * disk cache size 0018 this will allow to store a big kml documents and efficient memory usage. 0019 0020 - Show list view on the left that indicates opened kml/gpx files. List view should only 0021 appear if there are more than one opened file. 0022 0023 Enhancements: 0024 - Use pointer to character parsing function instead of switching m_phase in KML parsers to speed up parsing