Skip to content
Permalink
Browse files
Add some tags to check validity algorithm
  • Loading branch information
nyalldawson committed Dec 3, 2017
1 parent e12621c commit 5b05699
Showing 1 changed file with 3 additions and 0 deletions.
@@ -68,6 +68,9 @@ def icon(self):
def group(self):
return self.tr('Vector geometry')

def tags(self):
return self.tr('valid,invalid,detect').split(',')

def __init__(self):
super().__init__()

0 comments on commit 5b05699

Please sign in to comment.