Hi!<br><br>I&#39;ve been looking at an old conversation (Aug 2008) with the same subject as this where &#39;Todd Brenningmeyer&#39; tried to use a cql-filter / filter on a OpenLayers.Layer.WFS with no luck. <br><br>var wfsLayer = new OpenLayers.Layer.WFS(&quot;My layer&quot;,<br>

    <a href="http://localhost:8080/geoserver/wfs">http://localhost:8080/geoserver/wfs</a>,<br>
    {<br>
        styleMap: myStyle<br>
    }<br>
);<br>
wfsLayer.mergeNewParams({&#39;CQL_FILTER&#39;: &#39;id=1&#39;});<br><br>He found out that OpenLayers added a BBOX at the end of the request.<br><br>I dug a little bit further and found out that this ALWAYS is added in the moveTo function of OpenLayers.Layer.WFS. When a filter or cql filter is used in the same request as a bbox to a GeoServer you get the following response:<br>
<font style="font-family: arial,helvetica,sans-serif;" size="2"></font><pre style="font-family: arial,helvetica,sans-serif;"><font size="2">&lt;?xml version=&quot;1.0&quot; ?&gt;<br>&lt;ServiceExceptionReport<br>   version=&quot;1.2.0&quot;<br>
   xmlns=&quot;<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>&quot;<br>   xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>   xsi:schemaLocation=&quot;<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a> <a href="http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd">http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd</a>&quot;&gt;<br>
   &lt;ServiceException&gt;filter and bbox both specified but are mutually exclusive&lt;/ServiceException&gt;<br>&lt;/ServiceExceptionReport&gt;</font></pre>What would be the correct way to exclude the bbox parameter from the request? I would really not like to use Todd&#39;s workaround and use a GML layer!<br>
<br>Regards,<br>Per Engström<br>