File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 53
53
QgsProcessingParameterMultipleLayers ,
54
54
QgsProcessingParameterPoint ,
55
55
QgsProcessingParameterRange ,
56
+ QgsProcessingParameterRasterLayer ,
56
57
QgsProcessingParameterVectorLayer ,
57
58
QgsProcessingParameterMeshLayer ,
58
59
QgsProcessingOutputString ,
@@ -472,6 +473,7 @@ def dec(f):
472
473
ProcessingAlgFactory .SOURCE : QgsProcessingParameterFeatureSource ,
473
474
ProcessingAlgFactory .FILE_DEST : QgsProcessingParameterFileDestination ,
474
475
ProcessingAlgFactory .FOLDER_DEST : QgsProcessingParameterFolderDestination ,
476
+ ProcessingAlgFactory .RASTER_LAYER : QgsProcessingParameterRasterLayer ,
475
477
ProcessingAlgFactory .RASTER_LAYER_DEST : QgsProcessingParameterRasterDestination ,
476
478
ProcessingAlgFactory .VECTOR_LAYER_DEST : QgsProcessingParameterVectorDestination ,
477
479
ProcessingAlgFactory .BAND : QgsProcessingParameterBand ,
You can’t perform that action at this time.
0 commit comments