Rename ol.Projection to ol.proj.Projection
This commit is contained in:
@@ -6,7 +6,7 @@ goog.require('ol.Size');
|
||||
|
||||
/**
|
||||
* @typedef {function(this:ol.source.Image, ol.Extent, ol.Size,
|
||||
* ol.Projection): (string|undefined)}
|
||||
* ol.proj.Projection): (string|undefined)}
|
||||
*/
|
||||
ol.ImageUrlFunctionType;
|
||||
|
||||
@@ -15,7 +15,7 @@ ol.ImageUrlFunctionType;
|
||||
* @param {string} baseUrl Base URL (may have query data).
|
||||
* @param {Object.<string,*>} params to encode in the url.
|
||||
* @param {function(string, Object.<string,*>, ol.Extent, ol.Size,
|
||||
* ol.Projection): (string|undefined)} paramsFunction params function.
|
||||
* ol.proj.Projection): (string|undefined)} paramsFunction params function.
|
||||
* @return {ol.ImageUrlFunctionType} Image URL function.
|
||||
*/
|
||||
ol.ImageUrlFunction.createFromParamsFunction =
|
||||
@@ -25,7 +25,7 @@ ol.ImageUrlFunction.createFromParamsFunction =
|
||||
* @this {ol.source.Image}
|
||||
* @param {ol.Extent} extent Extent.
|
||||
* @param {ol.Size} size Size.
|
||||
* @param {ol.Projection} projection Projection.
|
||||
* @param {ol.proj.Projection} projection Projection.
|
||||
* @return {string|undefined} URL.
|
||||
*/
|
||||
function(extent, size, projection) {
|
||||
|
||||
Reference in New Issue
Block a user