We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3564eae commit 05aca2bCopy full SHA for 05aca2b
python/plugins/fTools/tools/doGeoprocessing.py
@@ -195,7 +195,7 @@ def populateLayers( self ):
195
self.inShapeB.clear()
196
197
if self.myFunction == 4:
198
- myListA = ftools_utils.getLayerNames( [ QGis.Polygon ] )
+ myListA = ftools_utils.getLayerNames( [ QGis.Line, QGis.Polygon ] )
199
myListB = []
200
else:
201
myListA = ftools_utils.getLayerNames( [ QGis.Point, QGis.Line, QGis.Polygon ] )
0 commit comments