mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -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):
|
def icon(self):
|
||||||
return QIcon(os.path.join(pluginPath, 'images', 'gdaltools', 'projection-add.png'))
|
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):
|
def group(self):
|
||||||
return self.tr('Raster projections')
|
return self.tr('Raster projections')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user