Bug report #10446
Batch Processing - Select from open layers - random order
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18858 |
Description
Layers in "Select from open layers" - "Multiple selection" window appear in a random order. It would be important that they appear with some logical order:
- Or alphabetically (preferable, in my opinion);
- Or by the order of the layers in TOC.
Associated revisions
[processing] methods in dataobjects.py now return layers ordered by name
fixes #10446
[processing] methods in dataobjects.py now return layers ordered by name
fixes #10446
History
#1 Updated by Pedro Venâncio over 10 years ago
This problem is common to all algorithms which use Multiple Selection window. And becomes more severe in cases where the order of the selected rasters is critical, as in the Raster Calculator, where the first grid goes to the GRIDS and the remaining goes to XGRIDS, and are adjusted to first.
I do not know what the feasibility of doing this or the degree of difficulty, but the ideal would be a way to "move" the grids in the list of Multiple Selection window. Or by drag and drop or with UP and DOWN buttons.
#2 Updated by Jürgen Fischer over 10 years ago
- Target version changed from Version 2.4 to Future Release - High Priority
#3 Updated by Victor Olaya over 10 years ago
- Status changed from Open to Closed
Fixed in changeset 93511b2f825e5f7608bc6d216bdab38ab78f6c76.
#4 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core