mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add some tags to algorithm
This commit is contained in:
parent
b44093914b
commit
880647e50e
@ -53,6 +53,7 @@ class PoleOfInaccessibility(GeoAlgorithm):
|
||||
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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user