Opened 9 years ago

Last modified 9 years ago

#916 new defect

Floats in X/Y-Parameter of GetFetureInfo (Kills MapProxy)

Reported by: FrankJaeger Owned by: dev
Priority: critical Milestone:
Component: wms Version: 2.7.3
Keywords: WMS, FeatureInfo Cc:

Description

Parameters &X and &Y in the URL of GetFeatureInfo (Which Pixel?) should be integer like "..&X=587&Y=305&..".
It's OK using Firefox but X and Y are floating point when using browser IE, like:

..&REQUEST=GetFeatureInfo&SERVICE=WMS&...&X=453.95001220703125&Y=348.67999267578125&...

This kills MapProxy 1.8 with an Phython-Exception, MapProxy-WMS answers with http-Returncode 500.
Testet with Mapbender 2.7.4 and Mapbender2 TRUNK (2015-09-16).
See https://github.com/mapproxy/mapproxy/issues/194

Change History (1)

comment:1 by armin11, 9 years ago

Hi Frank, please test it - https://trac.osgeo.org/mapbender/changeset/9290 - should do the rounding to integer ;-) - but I have no IE to test

Note: See TracTickets for help on using tickets.