<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
In the QgsRubberBand.addGeometry , we can specify a 0 pointer for
the layer if we don't need its the coord transformation.<br>
<br>
How can I do this in python?<br>
<br>
I tried<br>
self.rubber.addGeometry( geom , 0 )<br>
<br>
but, of course I got an "unexpected type" error... How can I express
a 0 pointer in python?<br>
<br>
Thanks,<br>
<br>
Denis<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a
href="http://qgis.org/api/classQgsRubberBand.html#a8dac7b95e31640a8808c6620930aba7">http://qgis.org/api/classQgsRubberBand.html#a8dac7b95e31640a8808c6620930aba7</a><br>
</body>
</html>