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.