id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2654	"A WFS 1.0.0 server that received a GetFeature request with a ""crosses"" spatial filter that defines a polygon intersecting with a shape but does not have the same coordinates, must return this shape"	nsavard	assefa	"When a GetFeature request is sent to a WFS 1.0.0 server with a ""crosses"" spatial filter that defines a polygon geometry that does not match any coordinates of an existing polygon shape but intersects with it, must trigger a response from this server that will return this shape. 

The relevant tests are:
{{{
wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-get-10 (s0008)
wfs:test1.0.0-basic-getfeature-filter-spatialoperators-crosses-post-10 (s0008)

and the request is (get method only):

http://dev1.lan.mapgears.com/manwe/cgi-bin/mswfs100_ogc_cite?&service=WFS&version=1.0.0&request=GetFeature&typename=cgf:Polygons&filter=%3Cogc%3AFilter+xmlns%3Aogc%3D%22http%3A%2F%2Fwww.opengis.net%2Fogc%22+xmlns%3Agml%3D%22http%3A%2F%2Fwww.opengis.net%2Fgml%22%3E%3Cogc%3ACrosses%3E%3Cogc%3APropertyName%3Egml%3ApolygonProperty%3C%2Fogc%3APropertyName%3E%3Cgml%3APolygon+xmlns%3D%22http%3A%2F%2Fwww.opengis.net%2Fcite%2FspatialTestSuite%22+srsName%3D%22EPSG%3A32615%22%3E%3Cgml%3AouterBoundaryIs%3E%3Cgml%3ALinearRing%3E%3Cgml%3Acoordinates%3E500225%2C500125+500225%2C500175+500275%2C500150+500275%2C500125+500225%2C500125%3C%2Fgml%3Acoordinates%3E%3C%2Fgml%3ALinearRing%3E%3C%2Fgml%3AouterBoundaryIs%3E%3C%2Fgml%3APolygon%3E%3C%2Fogc%3ACrosses%3E%3C%2Fogc%3AFilter%3E

}}}

Test 10: The coordinates of the spatial filter are: 500225,500125 500225,500175 500275,500150 500275,500125 500225,500125 and the shape's coordinates are:  
POLYGON((500225 500025,500225 500075,500275 500050,500275 500025,500225 500025)) 
"	defect	new	normal	6.0 release	WFS Server	svn-trunk (development)	normal		OGC,Cite,TEAM,WFS 1.0.0	dmorissette
