Bernhard Kiselka created GEOS-6286 |
Issue Type: |
Bug |
Affects Versions: |
2.4.2 |
Assignee: |
|
Components: |
WFS |
Created: |
16/Jan/14 8:48 AM |
Description: |
I upgraded from GeoServer 2.1.3 to 2.4.2 and experienced the following problem: Worked and works only in GeoServer 2.1.3: Provide coordinates as latitude/longitude (y/x) Works only GeoServer 2.4.2: Provide coordinates as longitude/latitude (x/y) The new behaviour does not match the documented behaviour here http://docs.geoserver.org/stable/en/user/services/wfs/basics.html#axis-ordering A work-around that works with both GeoServer versions: Provide coordinates as longitude/latitude (x/y), but use srsName EPSG:31258 instead of urn:x-ogc:def:crs:EPSG:31258 http://localhost:8080/geoserver/ows?service=wfs&version=1.1.0&request=getfeature&typeName=EDGE&filter=<Filter xmlns:ogc=“http://www.opengis.net/ogc” xmlns:gml=“http://www.opengis.net/gml”><BBOX><PropertyName>SHAPE</PropertyName><gml:Envelope srsName=“EPSG:31258”><gml:lowerCorner>524877 167426</gml:lowerCorner><gml:upperCorner>525122 167573</gml:upperCorner></gml:Envelope></BBOX></Filter> |
Environment: |
Windows 7, JBoss, Oracle NG |
Project: |
|
Priority: |
Major |
Reporter: |