Skip to content

Commit

Permalink
Update algfactory.py
Browse files Browse the repository at this point in the history
I am wondering if RasterLayer is missing from the input parameters
  • Loading branch information
havatv committed Mar 15, 2019
1 parent 37faa0d commit 1e26e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/processing/algfactory.py
Expand Up @@ -53,6 +53,7 @@
QgsProcessingParameterMultipleLayers,
QgsProcessingParameterPoint,
QgsProcessingParameterRange,
QgsProcessingParameterRasterLayer,
QgsProcessingParameterVectorLayer,
QgsProcessingParameterMeshLayer,
QgsProcessingOutputString,
Expand Down Expand Up @@ -472,6 +473,7 @@ def dec(f):
ProcessingAlgFactory.SOURCE: QgsProcessingParameterFeatureSource,
ProcessingAlgFactory.FILE_DEST: QgsProcessingParameterFileDestination,
ProcessingAlgFactory.FOLDER_DEST: QgsProcessingParameterFolderDestination,
ProcessingAlgFactory.RASTER_LAYER: QgsProcessingParameterRasterLayer,
ProcessingAlgFactory.RASTER_LAYER_DEST: QgsProcessingParameterRasterDestination,
ProcessingAlgFactory.VECTOR_LAYER_DEST: QgsProcessingParameterVectorDestination,
ProcessingAlgFactory.BAND: QgsProcessingParameterBand,
Expand Down

0 comments on commit 1e26e9b

Please sign in to comment.