mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix group id of GDAL algorithms. Follows up 53bc147dca00
This commit is contained in:
parent
bf45d0b618
commit
ecb9611b00
@ -70,7 +70,7 @@ class AssignProjection(GdalAlgorithm):
|
||||
def group(self):
|
||||
return self.tr('Raster projections')
|
||||
|
||||
def group(self):
|
||||
def groupId(self):
|
||||
return 'rasterprojections'
|
||||
|
||||
def getConsoleCommands(self, parameters, context, feedback, executing=True):
|
||||
|
@ -68,7 +68,7 @@ class ogrinfo(GdalAlgorithm):
|
||||
def group(self):
|
||||
return self.tr('Vector miscellaneous')
|
||||
|
||||
def group(self):
|
||||
def groupId(self):
|
||||
return 'vectormiscellaneous'
|
||||
|
||||
def getConsoleCommands(self, parameters, context, feedback, executing=True):
|
||||
|
@ -79,7 +79,7 @@ class polygonize(GdalAlgorithm):
|
||||
def group(self):
|
||||
return self.tr('Raster conversion')
|
||||
|
||||
def group(self):
|
||||
def groupId(self):
|
||||
return 'rasterconversion'
|
||||
|
||||
def icon(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user