[Geoserver-devel] [jira] Created: (GEOS-4446) WMS 1.3 GetFeatureInfo uses incorrect screen coordinates

WMS 1.3 GetFeatureInfo uses incorrect screen coordinates
--------------------------------------------------------

                 Key: GEOS-4446
                 URL: http://jira.codehaus.org/browse/GEOS-4446
             Project: GeoServer
          Issue Type: Bug
            Reporter: Andreas Hocevar
            Assignee: Andrea Aime

Using the OpenGeo Suite 2.4.0 GeoServer with the medford data set, try the following:

http://localhost:8080/geoserver/wms?REQUEST=GetFeatureInfo&EXCEPTIONS=application%2Fvnd.ogc.se_xml&BBOX=-122.986%2C42.231609%2C-122.682%2C42.461391&SERVICE=WMS&VERSION=1.1.1&X=335&Y=161&QUERY_LAYERS=medford%3Aparks&FEATURE_COUNT=50&Layers=medford%3Aparks&Styles=&WIDTH=512&HEIGHT=387&format=image%2Fpng&srs=EPSG%3A4326

returns:
Results for FeatureType 'parks':
--------------------------------------------
the_geom = [GEOMETRY (MultiPolygon) with 16 points]
owner = City Of Medford
agency = City Of Medford
name = Prescott Park
usage = Public
parktype = Forest Park
number_fac = 0
area = 2.63667032361E7
len = 21232.9270603
--------------------------------------------

But the same with WMS 1.3:
http://localhost:8080/geoserver/wms?REQUEST=GetFeatureInfo&EXCEPTIONS=application%2Fvnd.ogc.se_xml&BBOX=42.231609%2C-122.986%2C42.461391%2C-122.682&SERVICE=WMS&VERSION=1.3.0&X=335&Y=161&QUERY_LAYERS=medford%3Aparks&FEATURE_COUNT=50&Layers=medford%3Aparks&Styles=&WIDTH=512&HEIGHT=387&format=image%2Fpng&srs=EPSG%3A4326

returns:
no features were found

Also flipping the X and Y params does not return a better result.

--
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