<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I tried to call changeGeometryValues from a plugin without any
success. I tried with a dictionnary, a list and a set.<br>
<!--EndFragment-->
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
changeGeometryValues is expecting a
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
QgsGeometryMap. As I undestrood, there is no equivalent for QMap in
python, and I should use a dict...but I get this error:<br>
TypeError: QgsVectorDataProvider.changeGeometryValues(): argument 1
has unexpected type 'dict'<br>
<br>
I can use the QgsVectorLayer.changeGeometry() but I have to
startEditing and commitChanges, and I also think it might be slower.<br>
<br>
Should I post a bug in the tracker or did I do something wrong?<br>
<br>
Thanks a lot.<br>
</body>
</html>