Hi Devs!

I have searched and I don't found any documentation about how to migrate some 
functions inside processing tool, I use it inside my plugin (but it's not a 
processing plugin 
inself) and I need to migrate specifically the VectorWriter function for write 
a vector points 
file, such as:

from processing.tools import vector

writer = vector.VectorWriter(....)
...
f = QgsFeature(...)
...
writer.addFeature(f)


Please help, Thanks!

Xavier Corredor Ll.
_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to