[ftools] fix export/add geometry tool: refresh attributes map

This commit is contained in:
Salvatore Larosa 2013-08-08 13:00:14 +02:00
parent bf90e0fdee
commit 0878fca4a1

View File

@ -581,6 +581,7 @@ class geometryThread( QThread ):
if index1!=index2:
changeMap[ inFeat.id() ][ index2 ] = attr2
vprovider.changeAttributeValues( changeMap )
self.vlayer.updateFields()
if self.writeShape:
del writer