[Kde-imaging] [Bug 139793] kmz kml google export import

Stéphane Pontier shadow.walker at free.fr
Tue Jan 9 16:59:15 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=139793         




------- Additional Comments From shadow.walker free fr  2007-01-09 16:59 -------
> It will be a new shared library ? If yes, this is want mean that it will a new 
> depency to kipi-plugins ? Why not include this code to plugin itself ? Can you
> give me more informations about ?

first I wanted to have code to generate placemark with picture, after I thought that to practice a little bit more C++ I could make a library that can handle everything or almost all kml specs so, afterward, I could easily in the plugin not only add date, icons (which is already done) but also join a gpx track to have not only pictures but the track of the journey or different folder if I decide to not create kml file with a set of selected pictures but a set of selected albums.
So the kml part is becoming relatively big and could be used for other projects.
you can see the first things I coded using the kmldocument classes here:
http://stpo.homelinux.org/data/kml.tgz
where I just create some placemarks folders and styles.

and the first attempt to use them in a plugin (where I just copied all classes files) can be found here:
http://stpo.homelinux.org/data/kmlexport.tgz


More information about the Kde-imaging mailing list