Showing with 1 addition and 1 deletion.
  1. +1 −1 python/plugins/fTools/tools/doGeoprocessing.py
2 changes: 1 addition & 1 deletion python/plugins/fTools/tools/doGeoprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def populateLayers( self ):
self.inShapeB.clear()

if self.myFunction == 4:
myListA = ftools_utils.getLayerNames( [ QGis.Polygon ] )
myListA = ftools_utils.getLayerNames( [ QGis.Line, QGis.Polygon ] )
myListB = []
else:
myListA = ftools_utils.getLayerNames( [ QGis.Point, QGis.Line, QGis.Polygon ] )
Expand Down