mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #6530
This commit is contained in:
parent
caae7b7bae
commit
297c8aaa33
@ -492,6 +492,7 @@ class geoprocessingThread( QThread ):
|
||||
hull = []
|
||||
first = True
|
||||
outID = 0
|
||||
vproviderA.rewind()
|
||||
for inFeat in selectionA:
|
||||
atMap = inFeat.attributeMap()
|
||||
idVar = atMap[ self.myParam ]
|
||||
@ -546,6 +547,7 @@ class geoprocessingThread( QThread ):
|
||||
hull = []
|
||||
first = True
|
||||
outID = 0
|
||||
vproviderA.rewind()
|
||||
while vproviderA.nextFeature( inFeat ):
|
||||
atMap = inFeat.attributeMap()
|
||||
idVar = atMap[ self.myParam ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user