Skip to content

Commit

Permalink
[FEATURE] Remove Singleparts to Multiparts algorithm
Browse files Browse the repository at this point in the history
This algorithm is no longer required - it's been replaced by
the 'Promote to multipart' and 'Collect geometries" algorithms.

Tagged as feature to remember to include in release notes
  • Loading branch information
nyalldawson committed Sep 5, 2017
1 parent 16c4f83 commit a55fbd8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 129 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -544,9 +544,6 @@ qgis:simplifygeometries: >

The algorithm gives a choice of simplification methods, including distance based (the "Douglas-Peucker" algorithm), area based ("Visvalingam" algorithm) and snapping geometries to grid.

qgis:singlepartstomultipart:


qgis:singlesidedbuffer: >
This algorithm buffers lines by a specified distance on one side of the line only.

Expand Down
2 changes: 0 additions & 2 deletions python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
Expand Up @@ -144,7 +144,6 @@
from .ShortestPathPointToLayer import ShortestPathPointToLayer
from .ShortestPathPointToPoint import ShortestPathPointToPoint
from .SimplifyGeometries import SimplifyGeometries
from .SinglePartsToMultiparts import SinglePartsToMultiparts
from .SingleSidedBuffer import SingleSidedBuffer
from .Slope import Slope
from .Smooth import Smooth
Expand Down Expand Up @@ -292,7 +291,6 @@ def getAlgs(self):
ShortestPathPointToLayer(),
ShortestPathPointToPoint(),
SimplifyGeometries(),
SinglePartsToMultiparts(),
SingleSidedBuffer(),
Slope(),
Smooth(),
Expand Down
123 changes: 0 additions & 123 deletions python/plugins/processing/algs/qgis/SinglePartsToMultiparts.py

This file was deleted.

Expand Up @@ -2683,7 +2683,7 @@ tests:
name: expected/mean_coordinates.gml
type: vector

- algorithm: qgis:singlepartstomultipart
- algorithm: native:collect
name: single part to multipart
params:
FIELD: id
Expand Down

0 comments on commit a55fbd8

Please sign in to comment.