Skip to content

Commit 0878fca

Browse files
committed
[ftools] fix export/add geometry tool: refresh attributes map
1 parent bf90e0f commit 0878fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/fTools/tools/doGeometry.py

+1
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ def export_geometry_info( self ):
581581
if index1!=index2:
582582
changeMap[ inFeat.id() ][ index2 ] = attr2
583583
vprovider.changeAttributeValues( changeMap )
584+
self.vlayer.updateFields()
584585

585586
if self.writeShape:
586587
del writer

0 commit comments

Comments
 (0)