Filtering by multiple bounding box on SDE sources
-------------------------------------------------
Key: GEOS-1739
URL: http://jira.codehaus.org/browse/GEOS-1739
Project: GeoServer
Issue Type: Bug
Components: ArcSDE, WFS
Affects Versions: 1.4.1, 1.4.0
Reporter: John Ho
Assignee: Andrea Aime
I have been trying to do a GetFeature request on a SDE Layer with 2 bounding box filters. The request is below. The response that Geoserver returns is all features in the layer instead of features in the bounding box. I tested the request with PostGIS layers and it works fine.
http://localhost/geoserver/wfs?
request=getfeature&
service=wfs&
version=1.0.0&
typename=slip:LGATE-008&
filter=<ogc:Filter
xmlns:ogc="http://ogc.org" xmlns:gml="http://www.opengis.net/gml">
<Or>
<ogc:BBOX>
<ogc:PropertyName>GID</ogc:PropertyName>
<gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml">
<gml:coordinates>120.126475583292,-33.6229256848932 120.334264601129,-33.4831209713533</gml:coordinates>
</gml:Box>
</ogc:BBOX>
<ogc:BBOX>
<ogc:PropertyName>GID</ogc:PropertyName>
<gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml">
<gml:coordinates>115.903038308206,-21.2258007027067 116.292984260544,-20.9634370670825</gml:coordinates>
</gml:Box>
</ogc:BBOX>
</Or>
</ogc:Filter>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira