Skip to content

Commit

Permalink
Add some tags to algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 14, 2016
1 parent b440939 commit 880647e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -53,6 +53,7 @@ def getIcon(self):
def defineCharacteristics(self):
self.name, self.i18n_name = self.trAlgorithm('Pole of Inaccessibility')
self.group, self.i18n_group = self.trAlgorithm('Vector geometry tools')
self.tags = self.tr('furthest,point,distant,extreme,maximum,centroid,center,centre')

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

0 comments on commit 880647e

Please sign in to comment.