Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] add default value to user filter matrix (fix #29999)
  • Loading branch information
alexbruy committed May 29, 2019
1 parent 7f8d43e commit f8d0ecc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,5 +2,5 @@ User Defined Filter
grid_filter
QgsProcessingParameterRasterLayer|INPUT|Grid|None|False
QgsProcessingParameterFeatureSource|FILTER|Filter Matrix|5|None|True
QgsProcessingParameterMatrix|FILTER_3X3|Default Filter Matrix (3x3)|3|True|1;2;3
QgsProcessingParameterMatrix|FILTER_3X3|Default Filter Matrix (3x3)|3|True|1;2;3|,,,,,,,,
QgsProcessingParameterRasterDestination|RESULT|Filtered Grid

0 comments on commit f8d0ecc

Please sign in to comment.