Skip to content

Commit

Permalink
add line layer support for dissolve function.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed Nov 9, 2012
1 parent 3564eae commit 05aca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/fTools/tools/doGeoprocessing.py
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

0 comments on commit 05aca2b

Please sign in to comment.