Replacing bbox with intersects filter, i have obtained behaviour desired. Thanks Andre.
El 07/06/11 12:34, Andrea Aime escribió: > On Tue, Jun 7, 2011 at 7:22 AM, Angel Cervera Claudio > <[email protected]> wrote: >> I'm using WMS GetFeatureInfo and WFS GetFeature (version 1.1) services >> request, with exactly some BBOX. >> >> In first case, response contain one feature but in second case response >> contain the correct feature and other features in her proximity. >> >> Why is WFS GetFeature 1.1 service returning features outside bbox? >> >> I'm using geoserver 2.1 with shapefiles datastore. > > WMS does not have a GetFeature request, you have GetFeatureInfo which > is completely different. > WFS uses by default a "loose bbox" behavior when doing bbox searches, > if you want it to make > a precise, but significanly slower one, use an intersects filter instead > > Cheers > Andrea > > ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
