[Kde-imaging] [kipiplugins] [Bug 319612] Update kml export to use KML 2.2 schema [patch]

Gilles Caulier caulier.gilles at gmail.com
Tue Nov 5 09:36:11 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=319612

Gilles Caulier <caulier.gilles at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|http://commits.kde.org/kipi |http://commits.kde.org/kipi
                   |-plugins/9a16cf758542b3f407 |-plugins/5d994656fdc2161316
                   |e2eda707237c11f216547a      |2645983889839897bd4683

--- Comment #8 from Gilles Caulier <caulier.gilles at gmail.com> ---
Git commit 5d994656fdc21613162645983889839897bd4683 by Gilles Caulier.
Committed on 05/11/2013 at 09:32.
Pushed by cgilles into branch 'master'.

fix url to XML documentation

M  +1    -1    kmlexport/kmlexport.cpp

http://commits.kde.org/kipi-plugins/5d994656fdc21613162645983889839897bd4683

diff --git a/kmlexport/kmlexport.cpp b/kmlexport/kmlexport.cpp
index 522985b..31f36b0 100644
--- a/kmlexport/kmlexport.cpp
+++ b/kmlexport/kmlexport.cpp
@@ -459,7 +459,7 @@ void KmlExport::generate()
     QDomImplementation impl;
     QDomProcessingInstruction instr =
m_kmlDocument->createProcessingInstruction("xml", "version=\"1.0\"
encoding=\"UTF-8\"");
     m_kmlDocument->appendChild(instr);
-    QDomElement kmlRoot             =
m_kmlDocument->createElementNS("http://earth.google.com/kml/2.2","kml");
+    QDomElement kmlRoot             =
m_kmlDocument->createElementNS("http://www.opengis.net/kml/2.2", "kml");
     m_kmlDocument->appendChild( kmlRoot );

     QDomElement kmlAlbum            = addKmlElement(kmlRoot, "Document");

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-imaging mailing list