[Geoserver-devel] Getfeature URL with 2 filter option

I am using geoserver . in the URL i want to use 2 filters like:
http://localhost:9080/geoserver/wfs?request=GetFeature&typename=topp:states&srs=EPSG:4326>&outputFormat=GML2&filter=<Filter><PropertyIsEqualTo><PropertyName>STATE\_NAME</PropertyName><Literal>Texas</Literal></PropertyIsEqualTo></Filter
and also BBOX=-175.102613,40.212597,-72.361859,41.512517 . If I use the
the &BBox I will get the error. how to use the <AND> clause. in the filter
option.

Thanks.
--
View this message in context: http://www.nabble.com/Getfeature-URL-with-2-filter-option-tp16762951p16762951.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

You should make these kinds of posts on the users list, you will get a better and more prompt response there.

Unfortunately the WFS spec says that the filter and bbox are mutually exclusive, so you cant use both at the same time. I could see a point for it though, it would have hte same semantic as using a bbox and a filter with a wms call.

goeserver developer wrote:

I am using geoserver . in the URL i want to use 2 filters like:
http://localhost:9080/geoserver/wfs?request=GetFeature&typename=topp:states&srs=EPSG:4326&gt;&amp;outputFormat=GML2&amp;filter=&lt;Filter&gt;&lt;PropertyIsEqualTo&gt;&lt;PropertyName&gt;STATE\_NAME&lt;/PropertyName&gt;&lt;Literal&gt;Texas&lt;/Literal&gt;&lt;/PropertyIsEqualTo&gt;&lt;/Filter
and also BBOX=-175.102613,40.212597,-72.361859,41.512517 . If I use the
the &BBox I will get the error. how to use the <AND> clause. in the filter
option.

Thanks.

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com