Ticket #2307 (closed defect: fixed)
WFS spatial filter "touches" with a BBOX in lat/long returned null
| Reported by: | nsavard | Owned by: | assefa |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 release |
| Component: | WFS Server | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When I issue a GetFeature? request with a "touches" spatial filter and a bbox in lat/long the server returns null. I tested with 5.0-rc2 on Linux. The feature returned should be "Quebec, Iles de la Madeleine (AREA: 4833029.500)". See msautotest.
QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0& REQUEST=GetFeature?&TYPENAME=province&FILTER=<Filter><Touches> <PropertyName?>Geometry</PropertyName><gml:Polygon> <gml:outerBoundaryIs><gml:LinearRing> <gml:coordinates>-61.719829698475976,47.269592918433993 -61.732190995311512,47.25507337571689 -61.72,47.24 -61.71,47.26</gml:coordinates></gml:LinearRing> </gml:outerBoundaryIs></gml:Polygon></Touches></Filter>"
