mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
Add tags for gdal_edit processing algorithm (#43484)
This commit is contained in:
parent
092527398d
commit
c1c068b28b
@ -64,6 +64,11 @@ class AssignProjection(GdalAlgorithm):
|
||||
def icon(self):
|
||||
return QIcon(os.path.join(pluginPath, 'images', 'gdaltools', 'projection-add.png'))
|
||||
|
||||
def tags(self):
|
||||
tags = self.tr('assign,set,transform,reproject,crs,srs').split(',')
|
||||
tags.extend(super().tags())
|
||||
return tags
|
||||
|
||||
def group(self):
|
||||
return self.tr('Raster projections')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user