<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Thanks for the feedback.</div><div><br></div><div>I've opened the relevant tickets in the bug tracker:</div><div><br></div><div><a href="https://issues.qgis.org/issues/19960">https://issues.qgis.org/issues/19960</a><br></div><div><a href="https://issues.qgis.org/issues/19964">https://issues.qgis.org/issues/19964</a><br></div><div><br></div><div>Might take a stab at a fix myself, if I can spare some free time.</div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Martin Dobias <<a href="mailto:wonder.sk@gmail.com">wonder.sk@gmail.com</a>> escreveu no dia quarta, 26/09/2018 à(s) 20:30:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ricardo<br>
<br>
Sorry for the delayed answer...<br>
<br>
On Mon, Sep 17, 2018 at 12:10 AM Ricardo Filipe Soares Garcia da<br>
<<a href="mailto:ricardo.garcia.silva@gmail.com" target="_blank">ricardo.garcia.silva@gmail.com</a>> wrote:<br>
><br>
> This code kind of works, but I'm facing two problems at the moment:<br>
><br>
> 1. The `MyWidgetProvider.supportsLayer()` method is never called. The logging call does not show up on the console and I also see that my provider is offered on WMS layers, but also on some local vector layers (which is not what I intend). grep'ping around the QGIS' source code I could not find some place where this method would be called and used, so I'm wondering if this is implemented. I would expect this method to be called when the layer properties dialog is opened, so that my provider would get filtered out for layers that were of the wrong type;<br>
><br>
> 2. This code does not update the legend for the layer, UNLESS it is a vector layer. If I try to add this provider to a WMS layer, the legend is not updated. If I add it to a shapefile, it works as expected. In order to get my QLabel to show up on WMS layers, I have to manually run this in the QGIS python shell:<br>
<br>
I have looked into the code and figured out that both of these issues<br>
seem like bugs in the implementation. The supportLayer() method indeed<br>
seems unused (my test implementation always returned true, that<br>
explains I haven't realized it was not wired in) and the legend<br>
refresh of vector layer is probably done by some other part within the<br>
vector layer properties dialog, while in raster layer properties that<br>
does not happen. Feel free to report them in the bug tracker...<br>
<br>
Cheers<br>
Martin<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">___________________________ ___ __<br>Ricardo Garcia Silva</div>