We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 860682c commit cba585dCopy full SHA for cba585d
python/plugins/processing/algs/qgis/Clip.py
@@ -45,7 +45,7 @@ def defineCharacteristics(self):
45
self.addParameter(ParameterVector(Clip.INPUT,
46
self.tr('Input layer'), [ParameterVector.VECTOR_TYPE_ANY]))
47
self.addParameter(ParameterVector(Clip.OVERLAY,
48
- self.tr('Clip layer'), [ParameterVector.VECTOR_TYPE_ANY]))
+ self.tr('Clip layer'), [ParameterVector.VECTOR_TYPE_POLYGON]))
49
self.addOutput(OutputVector(Clip.OUTPUT, self.tr('Clipped')))
50
51
def processAlgorithm(self, progress):
0 commit comments