Skip to content

Commit

Permalink
processing: fix grass' r.quantile parameter (fixes #21751)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 4, 2019
1 parent 9aaaad3 commit f1dbcc3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,4 +6,4 @@ QgsProcessingParameterNumber|quantiles|Number of quantiles|QgsProcessingParamete
QgsProcessingParameterString|percentiles|List of percentiles|None|False|True
QgsProcessingParameterNumber|bins|Number of bins to use|QgsProcessingParameterNumber.Integer|1000000|True|1|None
*QgsProcessingParameterBoolean|-r|Generate recode rules based on quantile-defined intervals|False
QgsProcessingParameterFileDestination|html|Quantiles|Html files (*.html)|report.html|False
QgsProcessingParameterFileDestination|file|Quantiles|Html files (*.html)|report.html|False

1 comment on commit f1dbcc3

@PedroVenancio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jef-n !

It needs to be backported to 3_6 and 3_4.

Please sign in to comment.