GetFeatureInfo control does not send required FORMAT parameter, r=tschaub (closes #2201)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9718 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2009-10-06 17:10:32 +00:00
parent 2c2bf63c3f
commit 10398c5865
2 changed files with 31 additions and 24 deletions

View File

@@ -357,6 +357,7 @@ OpenLayers.Control.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Control, {
y: clickPosition.y,
height: this.map.getSize().h,
width: this.map.getSize().w,
format: layers[0].params.FORMAT,
info_format: this.infoFormat
}, this.vendorParams),
callback: function(request) {