Opened 15 years ago

Closed 15 years ago

#1675 closed patch (fixed)

changeGeometry patch

Reported by: gislab Owned by: nobody
Priority: minor: annoyance Milestone:
Component: Vectors Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

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.

Attachments (2)

changeFeature-patch (1.9 KB ) - added by gislab 15 years ago.
changeFeature-patch.2 (1.9 KB ) - added by gislab 15 years ago.

Download all attachments as: .zip

Change History (4)

by gislab, 15 years ago

Attachment: changeFeature-patch added

by gislab, 15 years ago

Attachment: changeFeature-patch.2 added

comment:1 by gislab, 15 years ago

second attachement is the copy of the first one (trac glitch)

comment:2 by jef, 15 years ago

Resolution: fixed
Status: newclosed

changeGeometry() was implemented in r10701. 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.

Note: See TracTickets for help on using tickets.