Skip to content

Commit

Permalink
fix GRASS7 v_cluster tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman authored and nyalldawson committed Oct 18, 2018
1 parent 1500c3e commit a151deb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ Vector (v.*)
QgsProcessingParameterFeatureSource|input|Input layer|-1|None|False
QgsProcessingParameterNumber|distance|Maximum distance to neighbors|QgsProcessingParameterNumber.Double|None|True|None|None
QgsProcessingParameterNumber|min|Minimum number of points to create a cluster|QgsProcessingParameterNumber.Integer|None|True|0|None
QgsProcessingParameterEnum|method|Clustering method|dbscan, dbscan2, density, optics, optics2|False|0|False
QgsProcessingParameterEnum|method|Clustering method|dbscan;dbscan2;density;optics;optics2|True|0|True
*QgsProcessingParameterBoolean|-2|Force 2D clustering|False
*QgsProcessingParameterBoolean|-b|Do not build topology|False
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
Expand Down

0 comments on commit a151deb

Please sign in to comment.