Skip to content
Permalink
Browse files
[FEATURE] Remove Singleparts to Multiparts algorithm
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.
@@ -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.

@@ -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
@@ -292,7 +291,6 @@ def getAlgs(self):
ShortestPathPointToLayer(),
ShortestPathPointToPoint(),
SimplifyGeometries(),
SinglePartsToMultiparts(),
SingleSidedBuffer(),
Slope(),
Smooth(),

This file was deleted.

@@ -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

0 comments on commit a55fbd8

Please sign in to comment.