Assign function instead of calling it
This commit is contained in:
@@ -111,9 +111,7 @@ ol.source.Tile.prototype.findLoadedTiles = function(loadedTilesByZ,
|
|||||||
* @return {string} Key.
|
* @return {string} Key.
|
||||||
* @protected
|
* @protected
|
||||||
*/
|
*/
|
||||||
ol.source.Tile.prototype.getKeyZXY = function(z, x, y) {
|
ol.source.Tile.prototype.getKeyZXY = ol.TileCoord.getKeyZXY;
|
||||||
return ol.TileCoord.getKeyZXY(z, x, y);
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user