[ol.TileLayer] no setTileSize method anymore
This commit is contained in:
@@ -177,16 +177,6 @@ ol.layer.TileLayer.prototype.setExtent = function(extent) {
|
||||
this.extent_ = extent;
|
||||
};
|
||||
|
||||
/**
|
||||
* Set tile width and height.
|
||||
* @param {number} width
|
||||
* @param {number} height
|
||||
*/
|
||||
ol.layer.TileLayer.prototype.setTileSize = function(width, height) {
|
||||
this.tileWidth_ = width;
|
||||
this.tileHeight_ = height;
|
||||
};
|
||||
|
||||
/**
|
||||
* Set tile origin.
|
||||
* @param {number} tileOriginX
|
||||
|
||||
Reference in New Issue
Block a user