Bug report #2260
fTools: Singleparts to multipart
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | cfarmer - | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12320 |
Description
If choose field which not contains the same values, ftools produces empty shapefile.
Associated revisions
New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes #2260, #2057, and #1986. Another great patch from alexbruy :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c
New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes #2260, #2057, and #1986. Another great patch from alexbruy :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Alexander Bruy over 14 years ago
IMHO this is right behavior, if there are no features with same attribute we can't create multipart geometry.
But I think plugin should show warning message in this case, so I create patch for this.
#2 Updated by cfarmer - over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Patch applied in .
Carson