Ability to control the order of processing model output layers #44184
Labels
Feature Request
Modeller
Processing
Relating to QGIS Processing framework or individual Processing algorithms
Feature description.
There are a lot of use cases where a specific layer order for processing model output layers is wanted, e.g. so that a layer with point features is not hidden by a layer with polygon features.
Unless I'm missing something, there's currently no way to control the order of processing model output layers, so it could be that you have to rearrange the layers manually after the model is finished.
Here's a test_model_output.zip where it looks like the output order is totally random, despite the algorithm
2is always executed after1by setting a dependency.Maybe one option to control the layer order would be to make the output order dependent on the order in which the model algorithms are executed. This way it would be possible to control the layer order by setting algorithm dependencies, e.g. for the sample model above layer
2would be always positioned on top of layer1.Additional context
This is a recurring question on SE:
The text was updated successfully, but these errors were encountered: