Opened 14 years ago

Last modified 14 years ago

#3520 new defect

WFS 1.1.0 BBX Filter should check for inversed axis

Reported by: assefa Owned by: assefa
Priority: normal Milestone: 6.0 release
Component: WFS Server Version: unspecified
Severity: normal Keywords:
Cc: bartvde@…

Description

reported on list by Bart,

<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS" version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><wfs:Query typeName="feature:ORA_POLY" srsName="urn:ogc:def:crs:EPSG::4326" xmlns:feature="http://mapserver.gis.umn.edu/mapserver"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><ogc:BBOX><ogc:PropertyName>geometry</ogc:PropertyName><gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="urn:ogc:def:crs:EPSG::4326"><gml:lowerCorner>51.347250138398 5.2342021786351</gml:lowerCorner><gml:upperCorner>51.815535430521 5.6829755835865</gml:upperCorner></gml:Envelope></ogc:BBOX></ogc:Filter></wfs:Query></wfs:GetFeature>

Change History (2)

comment:1 by assefa, 14 years ago

commit in r19459.

I have only done preliminary test with this where I used a get request which now works with an inverse axis

FILTER=<Filter><BBOX><PropertyName>POINT</PropertyName><gml:Envelope xmlns:gml='http://www.opengis.net/gml' srsName='urn:ogc:def:crs:EPSG::4326'><gml:lowerCorner>44.56 -65.86</gml:lowerCorner><gml:upperCorner>44.68 -65.76</gml:upperCorner></gml:Envelope></BBOX></Filter>

I will do more test before closing.

comment:2 by assefa, 14 years ago

oops committed in r10459

Note: See TracTickets for help on using tickets.