[Geoserver-devel] WFS testing and geoserver/mapserver

Hi everyone testing out dzwiers wfs client code in geotools and am running into a couple of gotchas.
And here is one for GeoServer ....
- geoserver supports the INTERSECTS spatial operation.

The spec says:

<ogc:Spatial_Operators>
<ogc:BBOX/>
<ogc:Equals/>
<ogc:Disjoint/>
<ogc:Intersect/>
<ogc:Touches/>
<ogc:Crosses/>
<ogc:Contains/>
<ogc:Overlaps/>
</ogc:Spatial_Operators>

And that is what mapserver does, what does CITE says?

Jody

Jody Garnett wrote:

And that is what mapserver does, what does CITE says?

It says geoserver wins - as if there was any doubt. Pretty unclear spec though.
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1163

Darn will have to try bbox.

Jody