Hi everyone,

I would like to add layers into a spatialite database. I have use the QgsVectorFileWriter method

parcDisSHP='/xxx/xxx/xxx/xxx/FILE.shp'
parcelasDis = QgsVectorLayer(parcDisSHP, 'Parcelas_Unicas', "ogr")

/QgsVectorFileWriter.writeAsVectorFormat(parcelasDis, "/xxx/xxx/xxx/xxx/database.sqlite", "utf-8", None, "SQLite", False, None ,["SPATIALITE=YES"])

/But this method it seems good for create the database and insert just one layer. If I repeat the operation for other layers, this rewrite the Database again.

What should I do to add more layers to this DB?/

/Is there some others ways to do this operation?/
/
_______________________________________________
Qgis-developer mailing list
[email protected]
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to