the srsName is not working in the HTTP GET kvp parser unlike HTTP POST/XML
--------------------------------------------------------------------------
Key: GEOS-1987
URL: http://jira.codehaus.org/browse/GEOS-1987
Project: GeoServer
Issue Type: Bug
Components: WFS
Affects Versions: 1.6.4
Reporter: Deavi Purnomo
Assignee: Andrea Aime
When the srsName that is set wihtin the HTTP GET request does not seems to work but it works when it was send via HTTP POST request.
In WFS 1.1, when the request of specified an SRS name it should still receive back data in longitude/latitude order (while if no SRS name specified it will received latitude/longitude coordinate). However when the srsName is specifiend in the HTTP GET request it was ignored and get back the latitude/longitude cooridnate.
HTTP GET Request from internet explorer:
/geoserver164p/wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=DEC-001&BBOX=108.740643314719,-36.1903245696744,133.392770895648,-12.6496879073603&srsName=EPSG:4283
SQL statement from the log result:
13 Jun 12:50:03 DEBUG [data.jdbc] - SQL: SELECT COUNT(*) as cnt FROM "prod_4283"."dec_001" WHERE "the_geom" && GeometryFromText('POLYGON ((-36.1903245696744 108.740643314719, -36.1903245696744 133.392770895648, -12.6496879073603 133.392770895648, -12.6496879073603 108.740643314719, -36.1903245696744 108.740643314719))', 4283)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira