diff --git a/lib/OpenLayers/Control/WMSGetFeatureInfo.js b/lib/OpenLayers/Control/WMSGetFeatureInfo.js index b827749488..1bfea8f93b 100644 --- a/lib/OpenLayers/Control/WMSGetFeatureInfo.js +++ b/lib/OpenLayers/Control/WMSGetFeatureInfo.js @@ -49,18 +49,20 @@ OpenLayers.Control.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Control, { */ maxFeatures: 10, - /** APIProperty: clickCallback - * {String} The click callback to register in the - * {} object created when the hover - * option is set to false. Default is "click". + /** + * APIProperty: clickCallback + * {String} The click callback to register in the + * {} object created when the hover + * option is set to false. Default is "click". */ clickCallback: "click", - /** APIProperty: output - * {String} Either "features" or "object". When triggering a - * getfeatureinfo request should we pass on an array of features - * or an object with with a "features" property and other properties - * (such as the url of the WMS). Default is "features". + /** + * APIProperty: output + * {String} Either "features" or "object". When triggering a getfeatureinfo + * request should we pass on an array of features or an object with with + * a "features" property and other properties (such as the url of the + * WMS). Default is "features". */ output: "features", @@ -97,17 +99,17 @@ OpenLayers.Control.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Control, { /** * APIProperty: infoFormat - * {String} The mimetype to request from the server. If you are using - * drillDown mode and have multiple servers that do not share a common - * infoFormat, you can override the control's infoFormat by providing an - * INFO_FORMAT parameter in your instance(s). + * {String} The mimetype to request from the server. If you are using + * drillDown mode and have multiple servers that do not share a common + * infoFormat, you can override the control's infoFormat by providing an + * INFO_FORMAT parameter in your instance(s). */ infoFormat: 'text/html', /** * APIProperty: vendorParams * {Object} Additional parameters that will be added to the request, for - * WMS implementations that support them. This could e.g. look like + * WMS implementations that support them. This could e.g. look like * (start code) * { * radius: 5