<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">016-02-11 15:46 GMT+01:00  <span dir="ltr"><<a href="mailto:kaotika@gmx.de" target="_blank">kaotika@gmx.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Verdana;font-size:12px"><div>Hi,</div>

<div> </div>

<div>I play around with the watermark plugin and changed the code according to <a href="https://github.com/sourcepole/qgis-watermark-plugin/issues/2" target="_blank">https://github.com/sourcepole/qgis-watermark-plugin/issues/2</a>. Now I can safe and load the plugin layer from the project file. If I open the project with the server the watermark layer doesn't show up in the GetCapabilities nor is it rendered to the output. <span style="line-height:19.2px">Is it possible to use </span><span style="line-height:19.2px">QgsPluginLayer or some other kind of curstom renderer in QGIS Server?</span></div></div></div></blockquote><div> <br></div></div><br></div><div class="gmail_extra">Python plugins are available on QGIS server, but since the server has its own plugin interface, you must use a plugin that was specifically written to use the QGIS server interface.<br><br></div><div class="gmail_extra">There is a watermark example plugin for the server available:<br><a href="http://plugins.qgis.org/plugins/HelloServer/">http://plugins.qgis.org/plugins/HelloServer/</a><br></div><div class="gmail_extra">The code of the watermark filter is here:<br><a href="https://github.com/elpaso/qgis-helloserver/blob/master/filters/WatermarkFilter.py">https://github.com/elpaso/qgis-helloserver/blob/master/filters/WatermarkFilter.py</a><br><br></div><div class="gmail_extra">Hope this helps.<br clear="all"></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature">Alessandro Pasotti<br>w3:   <a href="http://www.itopen.it" target="_blank">www.itopen.it</a></div>
</div></div>