Rename ol.source.ImageSource to ol.source.Image

This commit is contained in:
Tom Payne
2013-09-09 14:33:12 +02:00
parent fc2975f346
commit 5967f96047
6 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ goog.require('ol.Size');
/**
* @typedef {function(this:ol.source.ImageSource, ol.Extent, ol.Size,
* @typedef {function(this:ol.source.Image, ol.Extent, ol.Size,
* ol.Projection): (string|undefined)}
*/
ol.ImageUrlFunctionType;
@@ -22,7 +22,7 @@ ol.ImageUrlFunction.createFromParamsFunction =
function(baseUrl, params, paramsFunction) {
return (
/**
* @this {ol.source.ImageSource}
* @this {ol.source.Image}
* @param {ol.Extent} extent Extent.
* @param {ol.Size} size Size.
* @param {ol.Projection} projection Projection.
@@ -35,7 +35,7 @@ ol.ImageUrlFunction.createFromParamsFunction =
/**
* @this {ol.source.ImageSource}
* @this {ol.source.Image}
* @param {ol.Extent} extent Extent.
* @param {ol.Size} size Size.
* @return {string|undefined} Image URL.