Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes GRASS r.mapcalc tool
  • Loading branch information
gioman committed Mar 21, 2019
1 parent 2595bfe commit 5f26675
Showing 1 changed file with 7 additions and 7 deletions.
@@ -1,11 +1,11 @@
r.mapcalc.simple
Calculate new raster map from a r.mapcalc expression.
Raster (r.*)
QgsProcessingParameterRasterLayer|a|Raster layer A|False
QgsProcessingParameterRasterLayer|b|Raster layer B|True
QgsProcessingParameterRasterLayer|c|Raster layer C|True
QgsProcessingParameterRasterLayer|d|Raster layer D|True
QgsProcessingParameterRasterLayer|e|Raster layer E|True
QgsProcessingParameterRasterLayer|f|Raster layer F|True
QgsProcessingParameterString|expression|Formula|A*2
QgsProcessingParameterRasterLayer|a|Raster layer A|None|False
QgsProcessingParameterRasterLayer|b|Raster layer B|None|True
QgsProcessingParameterRasterLayer|c|Raster layer C|None|True
QgsProcessingParameterRasterLayer|d|Raster layer D|None|True
QgsProcessingParameterRasterLayer|e|Raster layer E|None|True
QgsProcessingParameterRasterLayer|f|Raster layer F|None|True
QgsProcessingParameterString|expression|Formula|A*2|False
QgsProcessingParameterRasterDestination|output|Calculated

0 comments on commit 5f26675

Please sign in to comment.