Bug report #14202
Modeler: join attributes by location (QGIS tool): intersection does not work
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Modeller | ||
Affected QGIS version: | 2.12.2 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | Yes | Copied to github as #: | 22204 |
Description
The "join attributes by location" works perfectly in the toolbox.
However the same algorithm, once introduced in the graphical modeler, does not return the correct result.
The spatial predicate (intersect, equal, touch...) retains no intersected entity.
Hence the attributes added to the target table (all tuples kept) have all NULL value; or, if only the corresponding tuples are kept, the joined table is empty.
Version QGIS 2.12.3 Lyon
Windows 10
Thank for monitoring the issue.
History
#1 Updated by Giovanni Manghi almost 9 years ago
- Assignee set to Victor Olaya
- Category set to Processing/Modeller
#2 Updated by Alexander Bruy about 8 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
Fixed in master and backported.