End the getResolutionForExtent experiment

This commit is contained in:
Tim Schaub
2015-04-02 12:14:26 +02:00
parent 21263f9184
commit 7ee8866f35

View File

@@ -317,7 +317,6 @@ goog.exportProperty(
* @param {ol.Size} size Box pixel size.
* @return {number} The resolution at which the provided extent will render at
* the given size.
* @api
*/
ol.View.prototype.getResolutionForExtent = function(extent, size) {
var xResolution = ol.extent.getWidth(extent) / size[0];