Bug report #10873
Select by location: does not work as expected
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.4.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19241 |
Description
The option "adding to current selection" does not work.
Also "create new selection" does not work if there is already a selection.
Associated revisions
[processing] remove selection before running Select by location algorithm (fix #10873)
History
#1 Updated by Giovanni Manghi over 10 years ago
- Crashes QGIS or corrupts data set to No
- Project changed from 78 to QGIS Application
- Category deleted (
61) - Affected QGIS version set to 2.4.0
#2 Updated by Giovanni Manghi over 10 years ago
- Category set to 94
- Subject changed from Select by location: "adding to current selection" does not work to Select by location: does not work as expected
#3 Updated by Alexander Bruy about 10 years ago
This is because Processing considers existing selection in input layers. If there is a selection, only this selected features will be processed.
Possible workaround for this — forcing selection removal inside algorithm, so this algorithm will clear selection before processing.
#4 Updated by Victor Olaya about 10 years ago
That seems to be a design error in the algorithm. These selection algs should not use only the selction, but the whole layer
#5 Updated by Alexander Bruy about 10 years ago
- Status changed from Open to Closed
Fixed in changeset 8502d11f11605225cad8b0eedba2ce0eff14ee75.
#6 Updated by Alexander Bruy about 10 years ago
- Resolution set to fixed/implemented
#7 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core