Greetings!

I can use the QGIS 3 vector dissolve function in the script console like
this:

import processing
processing.run('qgis:dissolve', {'INPUT' : 'c:/temp/input.shp', 'OUTPUT' :
'c:/temp/dissolved.shp'})

But I don't understand how to replicate this from within a version 3
plugin. My basic problem is that I can't locate the 'processing' object -
what do I import? Or do I have to go about this in a completely different
way from within a plugin?

Rich
_______________________________________________
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