<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>Does QGIS-Server support SLD styles to filter away RULEs in a GetMap Request?</p>
<p>I would assume, yes, but in what encoding would I submit such an SLD in a GET request? I know that one should rather use POST reqests for such long parameters, but for experimenting, it would be ok to use GET.</p>
<p>The idea would be to allow users to enable/disable categories within a given layer.</p>
<p>The WMS client would first request the available rules with a GetStyles command (that part works fine) and would then filter the RULE (strip away the unwanted RULEs) and resubmit the GetMap with an SLD. Does that work with QGIS server?</p>
<p>I know that one can also use the FILTER parameter, but we want to do it in an OGC compatible way, since the client being developed should work with any OGC compatible WMS server.</p>
<p>Thanks for your reply,</p>
<p>Andreas</p>

</body></html>