Re: [QGIS-Developer] GeoPackage - where are we -where do we go

2020-06-29 Thread Valérian Lebert
Hi, For my information, what is the downside of using spatialite instead of geopackage apart from the weight of the file ? Are these issues an issue with spatialite also? Regards Valérian Le ven. 8 mai 2020 à 11:30, Matthias Kuhn a écrit : > Hi list, > > I wondered about the state of GeoPackag

Re: [QGIS-Developer] QgsProcessingAlgorithm / add Layer to project

2019-03-27 Thread Valérian Lebert
ations à propos de l'exécution de l'algorithme. Any idea? Le mer. 27 mars 2019 à 14:40, Denis Rouzaud a écrit : > Hi Valérian, > > Not 100% sure, but I think you miss > context.temporaryLayerStore().addMapLayer(vlayer1) and up to vlayer4 > before actually adding them

[QGIS-Developer] QgsProcessingAlgorithm / add Layer to project

2019-03-27 Thread Valérian Lebert
Hello, I am trying to add a layer to project in a QgsProcessingAlgorithm. I run the folowing test code, just to find a way to add a layer to the project. I don't want to use featureSink because at the end the layer I want to add is a raster layer : def processAlgorithm(self, parameters, context,