I am saving the postgres table loaded in the qgis to kml.
qgis.core.QgsVectorFileWriter.writeAsVectorFormat(aLayer, myFile, "ogr", projDest, "KML") But the output file dont have the attributes. So if i want to convert/save the table into KML without losing attributes how can i do that using python.
أكثر...
qgis.core.QgsVectorFileWriter.writeAsVectorFormat(aLayer, myFile, "ogr", projDest, "KML") But the output file dont have the attributes. So if i want to convert/save the table into KML without losing attributes how can i do that using python.
أكثر...