Skip to content

Commit

Permalink
[FEATURE][processing] Remove duplicate create points along lines script
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nyalldawson committed Nov 29, 2016
1 parent d4c38f9 commit 6bb4934
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/qgis/PointsAlongGeometry.py
Expand Up @@ -55,6 +55,7 @@ def getIcon(self):
def defineCharacteristics(self):
self.name, self.i18n_name = self.trAlgorithm('Points along lines')
self.group, self.i18n_group = self.trAlgorithm('Vector geometry tools')
self.tags = self.tr('create,interpolate,points,lines')

self.addParameter(ParameterVector(self.INPUT,
self.tr('Input layer'),
Expand Down

This file was deleted.

0 comments on commit 6bb4934

Please sign in to comment.