We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e1aba commit bc09875Copy full SHA for bc09875
python/plugins/processing/algs/gdal/rasterize.py
@@ -163,3 +163,6 @@ def getConsoleCommands(self):
163
164
arguments.append(out)
165
return ['gdal_rasterize', GdalUtils.escapeAndJoin(arguments)]
166
+
167
+ def commandName(self):
168
+ return "gdal_rasterize"
python/plugins/processing/algs/gdal/rasterize_over.py
@@ -85,3 +85,6 @@ def getConsoleCommands(self):
85
arguments.append(ogrRasterLayer)
86
87
88
89
90
0 commit comments