Bug report #21704
algorithm "Eliminate selected polygons" works only with the result format "memory layer"
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | 3.4.3 | Regression?: | No |
Operating System: | Win10 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 29520 |
Description
I try to merge a few selected polygons with their neighbors using the tool "Eliminate selected polygons" (with mode "Largest Common Boundary"). This works perfectly as long as I use a memory layer as result. If I want to write the result in a file the polygons don't get merged (the result looks exactly like the input).
History
#1 Updated by Victor Olaya over 5 years ago
- Assignee set to Victor Olaya
Might be an indicator fo soething not related to the algorithm itself, but the whole Processing output file management. I will work on it