Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing][saga] Outputs from snap algorithms should both be optional
(cherry-picked from 93146f7)
  • Loading branch information
nyalldawson committed Jul 12, 2018
1 parent 9dcb413 commit ada068e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -2,6 +2,6 @@ Snap Points to Lines
shapes_points
QgsProcessingParameterFeatureSource|INPUT|Points|0|None|False
QgsProcessingParameterFeatureSource|SNAP|Snap Features|1|None|False
QgsProcessingParameterVectorDestination|OUTPUT|Result
QgsProcessingParameterVectorDestination|MOVES|Moves
QgsProcessingParameterVectorDestination|OUTPUT|Result|0|None|True|True
QgsProcessingParameterVectorDestination|MOVES|Moves|1|None|True|False
QgsProcessingParameterNumber|DISTANCE|Search Distance|QgsProcessingParameterNumber.Double|0.000000|False|0.000000|None
Expand Up @@ -2,6 +2,6 @@ Snap Points to Points
shapes_points
QgsProcessingParameterFeatureSource|INPUT|Points|0|None|False
QgsProcessingParameterFeatureSource|SNAP|Snap Features|0|None|False
QgsProcessingParameterVectorDestination|OUTPUT|Result
QgsProcessingParameterVectorDestination|MOVES|Moves
QgsProcessingParameterVectorDestination|OUTPUT|Result|0|None|True|True
QgsProcessingParameterVectorDestination|MOVES|Moves|1|None|True|False
QgsProcessingParameterNumber|DISTANCE|Search Distance|QgsProcessingParameterNumber.Double|0.000000|False|0.000000|None

0 comments on commit ada068e

Please sign in to comment.