I have a WFS layer that shows about 10 features.<br>I have made a SLD for this layer.<br>This SLD works fine when I define fill colors but when my attribute value is 0 I don&#39;t want to see the feature so I added this to my SLD:<br>

        &lt;Rule&gt;<br>          &lt;Name&gt;Default&lt;/Name&gt;<br>          &lt;PolygonSymbolizer&gt;<br>            &lt;Fill&gt;false&lt;/Fill&gt;<br>            &lt;Stroke&gt;false&lt;/Stroke&gt;               <br>
          &lt;/PolygonSymbolizer&gt;<br>
        &lt;/Rule&gt;<br>This results in my undefined (=default style) feature to be drawn with a gray fill color and a black stroke.<br><br>I can&#39;t filter this feature because the user can do some calculations which results in modified values of my attribute and thus in my coloring.<br>

<br>How should I hide this feature?<br><br clear="all">Thanks,<br>
<br>
Paul<br><br>--<br>Organizing the International Open Source GIS conference 2012 in The Netherlands:<br><a href="http://www.mapwindow.org/conference/2012/">http://www.mapwindow.org/conference/2012/</a><br><br>