We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5f0ce74 commit 47d966aCopy full SHA for 47d966a
python/plugins/processing/gui/menus.py
@@ -98,6 +98,7 @@
98
rasterMenu = QApplication.translate('MainWindow', '&Raster')
99
projectionsMenu = rasterMenu + "/" + Processing.tr('Projections')
100
defaultMenuEntries.update({'gdal:warpreproject': projectionsMenu,
101
+ 'gdal:extractprojection': projectionsMenu,
102
'gdal:assignprojection': projectionsMenu})
103
conversionMenu = rasterMenu + "/" + Processing.tr('Conversion')
104
defaultMenuEntries.update({'gdal:rasterize': conversionMenu,
0 commit comments