[ol.TileLayer] no setTileSize method anymore

This commit is contained in:
Éric Lemoine
2012-06-22 10:39:53 +02:00
parent f7a956f404
commit 9d21d6f20f

View File

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