Hi list,
I want to use the 'multiPartToSinglePart' script via code for my plugin.
I can use it importing processing like this:
import processing
processing.runalg("qgis:multiparttosingleparts", input, output)
but I wan't to use it in a different way, like I already do with the 'dissolve'
script:
from qgis.analysis import *
analyzer = QgsGeometryAnalyzer()
analyzer.dissolve(input, output)
(even if I could write:
import processing
processing.runalg("qgis:dissolve",input,output )
)
Is it possible?
Thanks.
Stefano
_______________________________________________
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