Skip to content

Commit

Permalink
[ftools] fix export/add geometry tool: refresh attributes map
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Aug 8, 2013
1 parent bf90e0f commit 0878fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/fTools/tools/doGeometry.py
Expand Up @@ -581,6 +581,7 @@ def export_geometry_info( self ):
if index1!=index2:
changeMap[ inFeat.id() ][ index2 ] = attr2
vprovider.changeAttributeValues( changeMap )
self.vlayer.updateFields()

if self.writeShape:
del writer
Expand Down

0 comments on commit 0878fca

Please sign in to comment.