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