Skip to content

Commit 05aca2b

Browse files
committedNov 9, 2012
add line layer support for dissolve function.
1 parent 3564eae commit 05aca2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/fTools/tools/doGeoprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def populateLayers( self ):
195195
self.inShapeB.clear()
196196

197197
if self.myFunction == 4:
198-
myListA = ftools_utils.getLayerNames( [ QGis.Polygon ] )
198+
myListA = ftools_utils.getLayerNames( [ QGis.Line, QGis.Polygon ] )
199199
myListB = []
200200
else:
201201
myListA = ftools_utils.getLayerNames( [ QGis.Point, QGis.Line, QGis.Polygon ] )

0 commit comments

Comments
 (0)
Please sign in to comment.