Bug report #11088
Can't control order of r.patch multiple selection in 2.4
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.4.0 | Regression?: | No |
Operating System: | Windows 7 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19421 |
Description
The multiple layer selection window that is used in the r.patch tool has changed (when used via the Processing Toolbox). Previously in 2.2 one could select multiple layers by holding down SHIFT and the order in which you selected them defined their order within the r.patch "input=_name,name,name_..." string.
This is no longer the case with the 2.4 multiple selection window. The order is defined by the order of the rasters in the list which, as far as I can see, can not be altered.
The order of the inputs is crucial when using r.patch.
m
History
#1 Updated by Matthew Shallcross over 10 years ago
- Assignee deleted (
Victor Olaya)
Correction:
Previously in 2.2 one could select multiple layers by holding down CTRL and the order in which you selected them defined their order within the r.patch "input=_name,name,name_..." string.
#2 Updated by Giovanni Manghi about 10 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
fixed in
#e0fc515af0fb9692eb596c43edf23d41b2ec513f
the processing dialog to allow selection of (raster) layers now shows the same order as the qgis layer panel.
#3 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core