Feature request #1675
changeGeometry patch
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Vectors | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 11735 |
Description
This is a patch to sync geometry and editing while doing 3rd party operations.
Some discussion (English) here:
http://n2.nabble.com/synchronization-function-suggestion-td2749387.html
Russian here:
http://gis-lab.info/forum/viewtopic.php?f=27&t=3244#p12179
Created by Alexander Dorofeev.
History
#1 Updated by Maxim Dubinin over 15 years ago
second attachement is the copy of the first one (trac glitch)
#2 Updated by Jürgen Fischer over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
changeGeometry() was implemented in c245c644 (SVN r10702). Use changeAttributeValue() to update the attributes.
Note that you can connect to the attributeValueChanged() signal to be notified of attribute updates, which the proposed changeFeature() would undermine.