Hi, Use Intersects filter instead of BBOX for getting just polygon 2. It will be somewhat slower. BBOX is making search by the bounding boxes of features and all feature with totally or partially overlapping features will be found.
If you want only features which are totally inside the selection box, use the Within filter. -Jukka Rahkonen- Volkan Gümüs wrote: > Hi! > I'm using GetFeature with bbox to retrieve features which are inside the > given bbox. > Please see the image in the attachment. > I'm using the bbox of Polygon2 with GetFeature. I would expect to get only > the feature of Polygon2. But GetFeature also gives me the bbox of Polygon1. Is this because of the Bbox of Polygon1? How can I avoid this? > Hotlink to image: http://fs5.directupload.net/images/160209/9cfh8ip5.png -- Beste Grüße Volkan Gümüs F1-Computer.de Tel: 0231 223 985 60 Fax: 0231 330 295 08 Mail: [email protected] ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
