<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
{font-family:Ubuntu;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-ligatures:standardcontextual;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
font-size:10.0pt;
font-family:"Courier New";}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;}
span.EmailStyle22
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;
mso-ligatures:none;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">The link is invalid. I tried the full link and just connecting to
<a href="https://i.ibb.co/6mpXy31/">https://i.ibb.co/6mpXy31/</a>. Seems odd to be connecting to a gif.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="mso-ligatures:none">From:</span></b><span style="mso-ligatures:none"> Jacky Volpes <jacky.volpes@oslandia.com>
<br>
<b>Sent:</b> Friday, October 25, 2024 5:29 AM<br>
<b>To:</b> Catania, Luke A ERDC-RDE-GRL-VA CIV <Luke.A.Catania@erdc.dren.mil><br>
<b>Cc:</b> qgis-developer@lists.osgeo.org<br>
<b>Subject:</b> Re: [QGIS-Developer] QgsVectorLayer featureAdded not firing<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-family:Ubuntu">Hi Luke,<br>
<br>
I tried your code with QGIS 3.34.11 and the featureAdded Signal is indeed fired...<br>
<br>
I made a short video <a href="Blockedhttps://i.ibb.co/6mpXy31/feature-added.gifBlocked">
Blockedhttps://i.ibb.co/6mpXy31/feature-added.gifBlocked</a><br>
<br>
Regards,<br>
<br>
</span><span style="mso-ligatures:none"><o:p></o:p></span></p>
<pre>--<o:p></o:p></pre>
<pre>Jacky Volpes<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Ingénieur développeur SIG - Oslandia<o:p></o:p></pre>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Le 24/10/2024 à 20:12, Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer a écrit :<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">I do not understand why after creating a layer and adding it to the layer panel then start editing why after drawing on the map canvas, the featureAdded signal is not firing?<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p style="margin:0in">I have tried many and beforeCommitChanges and afterCommitChanges work but not featureAdded which is what I use in many other parts of my code.<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">vlayer.startEditing()<o:p></o:p></p>
<p class="MsoNormal">vlayer.featureAdded.connect(lambda: self.signal_event("featureAdded"))<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> actions = self.digitizing_toolbar.actions()<o:p></o:p></p>
<p class="MsoNormal"> for action in actions:<o:p></o:p></p>
<p class="MsoNormal"> if (action.text() == ''):<o:p></o:p></p>
<p class="MsoNormal"> if (action.defaultWidget().menu() != None<o:p></o:p></p>
<p class="MsoNormal"> and action.defaultWidget().defaultAction().text() != 'Digitize with Segment'):<o:p></o:p></p>
<p class="MsoNormal"> for sub_action in action.defaultWidget().menu().actions():<o:p></o:p></p>
<p class="MsoNormal"> if (sub_action.text() == 'Digitize with Segment'):<o:p></o:p></p>
<p class="MsoNormal"> action.defaultWidget().setDefaultAction(sub_action)<o:p></o:p></p>
<p class="MsoNormal"> action.defaultWidget().menu().setActiveAction(sub_action)<o:p></o:p></p>
<p class="MsoNormal"> action.defaultWidget().defaultAction().setChecked(True)<o:p></o:p></p>
<p class="MsoNormal"> action.defaultWidget().defaultAction().activate(0)<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> iface.actionAddFeature().trigger()<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Luke Catania<o:p></o:p></p>
<p class="MsoNormal">US Army ERDC-GRL<o:p></o:p></p>
<p class="MsoNormal">JCMS Site Planning Developer<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"><span style="mso-ligatures:none"><br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>QGIS-Developer mailing list<o:p></o:p></pre>
<pre><a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><o:p></o:p></pre>
<pre>List info: <a href="Blockedhttps://lists.osgeo.org/mailman/listinfo/qgis-developerBlocked">Blockedhttps://lists.osgeo.org/mailman/listinfo/qgis-developerBlocked</a><o:p></o:p></pre>
<pre>Unsubscribe: <a href="Blockedhttps://lists.osgeo.org/mailman/listinfo/qgis-developerBlocked">Blockedhttps://lists.osgeo.org/mailman/listinfo/qgis-developerBlocked</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><span style="mso-ligatures:none"><o:p> </o:p></span></p>
</div>
</body>
</html>