[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/writers/kml

Andrew Manson g.real.ate at gmail.com
Mon Aug 3 19:11:31 CEST 2009


SVN commit 1006392 by mansona:

add FIXME to remind me to use object type strings instead of tag names


 M  +4 -1      KmlPlacemarkTagWriter.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/writers/kml/KmlPlacemarkTagWriter.cpp #1006391:1006392
@@ -14,7 +14,10 @@
 namespace Marble{
 
 //needs to handle a specific doctype. different versions different writer classes?
-static GeoTagWriterRegistrar s_writerPlacemark( GeoTagWriter::QualifiedName(kml::kmlTag_Placemark,
+//don't use the tag dictionary for tag names, because with the writer we are using
+// the object type strings instead
+//FIXME: USE object strings provided by idis
+static GeoTagWriterRegistrar s_writerPlacemark( GeoTagWriter::QualifiedName("ObjectType",
                                                                             kml::kmlTag_nameSpace20),
                                                new KmlPlacemarkTagWriter() );
 


More information about the Marble-commits mailing list