Skip to content

Commit

Permalink
[needs-docs] Rename some processing input types in modeler for clarity
Browse files Browse the repository at this point in the history
Refs #17671
  • Loading branch information
nyalldawson committed Jan 16, 2018
1 parent f969b03 commit 5a7da09
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -66,11 +66,11 @@ class ModelerParameterDefinitionDialog(QDialog):
PARAMETER_NUMBER = 'Number'
PARAMETER_RASTER = 'Raster Layer'
PARAMETER_TABLE = 'Vector Layer'
PARAMETER_VECTOR = 'Feature Source'
PARAMETER_VECTOR = 'Vector Features'
PARAMETER_STRING = 'String'
PARAMETER_EXPRESSION = 'Expression'
PARAMETER_BOOLEAN = 'Boolean'
PARAMETER_TABLE_FIELD = 'Layer Field'
PARAMETER_TABLE_FIELD = 'Vector Field'
PARAMETER_EXTENT = 'Extent'
PARAMETER_FILE = 'File'
PARAMETER_POINT = 'Point'
Expand Down

0 comments on commit 5a7da09

Please sign in to comment.