mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Add some tags to check validity algorithm
This commit is contained in:
parent
e12621ce2a
commit
5b05699fc9
@ -68,6 +68,9 @@ class CheckValidity(QgisAlgorithm):
|
||||
def group(self):
|
||||
return self.tr('Vector geometry')
|
||||
|
||||
def tags(self):
|
||||
return self.tr('valid,invalid,detect').split(',')
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user