Hi Andrew, On Thu, Aug 9, 2018 at 2:57 PM Andrew C <[email protected]> wrote:
> I am not clear on how QgsFeatureSinkis working, perhaps that is why I am > not getting the buffered layer? Normally in a script I could try printing > variables I cannot see where these are printed either when I tested. > I think you'd need an output layer instead of a feature sink. Have a look at https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/qgis/PostGISExecuteAndLoadSQL.py self.addOutput(QgsProcessingOutputVectorLayer( self.OUTPUT, self.tr("Output layer"), QgsProcessing.TypeVectorAnyGeometry)) Regards, Anita
_______________________________________________ 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
