mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #323 from sanak/ftools-dissolve-line
Add line layer support for dissolve function (fix #5059)
This commit is contained in:
commit
6d5bbed3a6
@ -195,7 +195,7 @@ class GeoprocessingDialog( QDialog, Ui_Dialog ):
|
||||
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 ] )
|
||||
|
Loading…
x
Reference in New Issue
Block a user