Skip to content

Commit

Permalink
Update model input type names
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 8, 2017
1 parent 7db1a9d commit a3fdb95
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -64,18 +64,18 @@
class ModelerParameterDefinitionDialog(QDialog):

PARAMETER_NUMBER = 'Number'
PARAMETER_RASTER = 'Raster layer'
PARAMETER_TABLE = 'Table'
PARAMETER_VECTOR = 'Vector layer'
PARAMETER_RASTER = 'Raster Layer'
PARAMETER_TABLE = 'Vector Layer'
PARAMETER_VECTOR = 'Feature Source'
PARAMETER_STRING = 'String'
PARAMETER_EXPRESSION = 'Expression'
PARAMETER_BOOLEAN = 'Boolean'
PARAMETER_TABLE_FIELD = 'Table field'
PARAMETER_TABLE_FIELD = 'Layer Field'
PARAMETER_EXTENT = 'Extent'
PARAMETER_FILE = 'File'
PARAMETER_POINT = 'Point'
PARAMETER_CRS = 'CRS'
PARAMETER_MULTIPLE = 'Multiple input'
PARAMETER_MULTIPLE = 'Multiple Input'

paramTypes = [
PARAMETER_BOOLEAN,
Expand Down

0 comments on commit a3fdb95

Please sign in to comment.