[Geoserver-devel] [jira] Created: (GEOS-3760) WFS with interesects filter using Box and reprojection does not work as expected

WFS with interesects filter using Box and reprojection does not work as expected
---------------------------------------------------------------------------------

                 Key: GEOS-3760
                 URL: http://jira.codehaus.org/browse/GEOS-3760
             Project: GeoServer
          Issue Type: Bug
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.0.2

A request like:

{code}
<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetFeature xmlns:ogc="http://www.opengis.net/ogc&quot;
xmlns:gml="http://www.opengis.net/gml&quot;
xmlns:wfs="http://www.opengis.net/wfs&quot; service="WFS" version="1.0.0"
maxFeatures="1000" outputFormat="GML2">
<wfs:Query xmlns:kaveri="http://www.kaveri.com" srsName="EPSG:3067"
typeName="kaveri:KUNTA">
<ogc:Filter>
<ogc:Intersects>
<ogc:PropertyName>kaveri:GEOLOC</ogc:PropertyName>
<gml:Box><gml:coord>
<gml:X>333982.1044758076</gml:X>
<gml:Y>6682949.825497326</gml:Y>
</gml:coord>
<gml:coord>
<gml:X>333984.1044758076</gml:X>
<gml:Y>6682951.825497326</gml:Y>
</gml:coord>
</gml:Box>
</ogc:Intersects>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>
{code}

won't work as expected if the native SRS is not 3067 because the box is sent to the datastore unprojected

--
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