Skip to content

Commit 47d966a

Browse files
havatvnyalldawson
authored andcommittedNov 17, 2018
GDAL extractreprojection missing from the raster menu
This was missed in #8486.
1 parent 5f0ce74 commit 47d966a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/gui/menus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
rasterMenu = QApplication.translate('MainWindow', '&Raster')
9999
projectionsMenu = rasterMenu + "/" + Processing.tr('Projections')
100100
defaultMenuEntries.update({'gdal:warpreproject': projectionsMenu,
101+
'gdal:extractprojection': projectionsMenu,
101102
'gdal:assignprojection': projectionsMenu})
102103
conversionMenu = rasterMenu + "/" + Processing.tr('Conversion')
103104
defaultMenuEntries.update({'gdal:rasterize': conversionMenu,

0 commit comments

Comments
 (0)
Please sign in to comment.