From 757d46541c1370659a5ad9b3b97ae27019684b4d Mon Sep 17 00:00:00 2001 From: Simon Seyock Date: Wed, 4 Nov 2015 12:56:41 +0100 Subject: [PATCH] Fixed documentation error the imageLoadFunction you can give the constructor of ol.source.ImageWMS is an ol.ImageLoadFunctionType not an ol.TileLoadFunctionType --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 36d2bd800e..df72786055 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -4784,7 +4784,7 @@ olx.source.ImageWMSOptions.prototype.serverType; /** * Optional function to load an image given a URL. - * @type {ol.TileLoadFunctionType|undefined} + * @type {ol.ImageLoadFunctionType|undefined} * @api */ olx.source.ImageWMSOptions.prototype.imageLoadFunction;