Bug report #18885
Processing native Clip algorithm does not copy the attribute table
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | 3.1(master) | Regression?: | Yes |
Operating System: | any | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26717 |
Description
Even if the tool work fine (even with different CRS) the attribute of the original layer is not copied to the final one. SAGA tool works nice so the problem should not be in the data iteself.
In attach the input layer (point) and the mask layer (polygon) both in the same CRS.
Associated revisions
[memory] Fix provider cannot handle fields with complex characters in name
Fixes #18885
[memory] Fix provider cannot handle fields with complex characters in name
Fixes #18885
(cherry-picked from 9809f9394b)
History
#1 Updated by matteo ghetta over 6 years ago
Forgot to say: if the output of Processing is treated as temporary. If it is saved on the disk it works nice
#2 Updated by Nyall Dawson over 6 years ago
- Status changed from Open to In Progress
Caused by memory provider rejecting the field with the "/" in its name
#3 Updated by Nyall Dawson over 6 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Closed
Applied in changeset qgis|9809f9394b3b0e1d8392add4cc2a7c380dd33eca.