File tree Expand file tree Collapse file tree
python/plugins/processing/algs/qgis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,11 +59,14 @@ def defineCharacteristics(self):
5959 self .addParameter (ParameterVector (self .POINTS ,
6060 self .tr ('Input layer' ), [ParameterVector .VECTOR_TYPE_ANY ]))
6161 self .addParameter (ParameterTableField (self .WEIGHT ,
62- self .tr ('Weight field' ), MeanCoords .POINTS ,
63- ParameterTableField .DATA_TYPE_NUMBER , optional = True ))
62+ self .tr ('Weight field' ),
63+ MeanCoords .POINTS ,
64+ ParameterTableField .DATA_TYPE_NUMBER ,
65+ optional = True ))
6466 self .addParameter (ParameterTableField (self .UID ,
65- self .tr ('Unique ID field' ), MeanCoords .POINTS ,
66- ParameterTableField .DATA_TYPE_NUMBER , optional = True ))
67+ self .tr ('Unique ID field' ),
68+ MeanCoords .POINTS ,
69+ optional = True ))
6770
6871 self .addOutput (OutputVector (MeanCoords .OUTPUT , self .tr ('Mean coordinates' )))
6972
You can’t perform that action at this time.
0 commit comments