Skip to content

Commit

Permalink
fix the SAGA Points Distances tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Nov 8, 2018
1 parent eab40d0 commit b67ef4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.

This file was deleted.

@@ -1,9 +1,9 @@
Point Distances
shapes_points
QgsProcessingParameterFeatureSource|POINTS|Points|0|None|False
QgsProcessingParameterFeatureSource|ID_POINTS|Identifier|5|None|False
QgsProcessingParameterFeatureSource|NEAR|Near Points|-1|None|True
QgsProcessingParameterFeatureSource|ID_NEAR|Identifier|5|None|False
QgsProcessingParameterFeatureSource|DISTANCES|Distances|5|None|False
QgsProcessingParameterField|ID_POINTS|Identifier|None|POINTS|-1|False|False
QgsProcessingParameterFeatureSource|NEAR|Near Points|0|None|True
QgsProcessingParameterField|ID_NEAR|Identifier|None|NEAR|-1|False|True
QgsProcessingParameterEnum|FORMAT|Output Format|[0] complete input times near points matrix;[1] each pair with a single record|False|1
QgsProcessingParameterNumber|MAX_DIST|Maximum Distance|QgsProcessingParameterNumber.Double|0.000000|False|0.000000|None
QgsProcessingParameterVectorDestination|DISTANCES|Distances|5|None|False

0 comments on commit b67ef4f

Please sign in to comment.