Fixed documentation error

the imageLoadFunction you can give the constructor of ol.source.ImageWMS is an ol.ImageLoadFunctionType not an ol.TileLoadFunctionType
This commit is contained in:
Simon Seyock
2015-11-04 12:56:41 +01:00
parent dc3bf0d04b
commit 757d46541c

View File

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