Skip to content

Commit 6bb4934

Browse files
committedNov 29, 2016
[FEATURE][processing] Remove duplicate create points along lines script
This functionality is duplicated by the PointsAlongGeometry algorithm Keep the algorithm version, since it has unit tests and supports things like progress reports. (marked as feature for inclusion in release notes)
1 parent d4c38f9 commit 6bb4934

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed
 

‎python/plugins/processing/algs/qgis/PointsAlongGeometry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def getIcon(self):
5555
def defineCharacteristics(self):
5656
self.name, self.i18n_name = self.trAlgorithm('Points along lines')
5757
self.group, self.i18n_group = self.trAlgorithm('Vector geometry tools')
58+
self.tags = self.tr('create,interpolate,points,lines')
5859

5960
self.addParameter(ParameterVector(self.INPUT,
6061
self.tr('Input layer'),

‎python/plugins/processing/algs/qgis/scripts/Create_points_along_lines.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.