Skip to content

Commit ada068e

Browse files
committedJul 12, 2018
[processing][saga] Outputs from snap algorithms should both be optional
(cherry-picked from 93146f7)
1 parent 9dcb413 commit ada068e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎python/plugins/processing/algs/saga/description/SnapPointstoLines.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Snap Points to Lines
22
shapes_points
33
QgsProcessingParameterFeatureSource|INPUT|Points|0|None|False
44
QgsProcessingParameterFeatureSource|SNAP|Snap Features|1|None|False
5-
QgsProcessingParameterVectorDestination|OUTPUT|Result
6-
QgsProcessingParameterVectorDestination|MOVES|Moves
5+
QgsProcessingParameterVectorDestination|OUTPUT|Result|0|None|True|True
6+
QgsProcessingParameterVectorDestination|MOVES|Moves|1|None|True|False
77
QgsProcessingParameterNumber|DISTANCE|Search Distance|QgsProcessingParameterNumber.Double|0.000000|False|0.000000|None

‎python/plugins/processing/algs/saga/description/SnapPointstoPoints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Snap Points to Points
22
shapes_points
33
QgsProcessingParameterFeatureSource|INPUT|Points|0|None|False
44
QgsProcessingParameterFeatureSource|SNAP|Snap Features|0|None|False
5-
QgsProcessingParameterVectorDestination|OUTPUT|Result
6-
QgsProcessingParameterVectorDestination|MOVES|Moves
5+
QgsProcessingParameterVectorDestination|OUTPUT|Result|0|None|True|True
6+
QgsProcessingParameterVectorDestination|MOVES|Moves|1|None|True|False
77
QgsProcessingParameterNumber|DISTANCE|Search Distance|QgsProcessingParameterNumber.Double|0.000000|False|0.000000|None

0 commit comments

Comments
 (0)
Please sign in to comment.