diff --git a/lib/OpenLayers/Layer.js b/lib/OpenLayers/Layer.js index c5f5d55bdc..c4bba40bad 100644 --- a/lib/OpenLayers/Layer.js +++ b/lib/OpenLayers/Layer.js @@ -322,7 +322,6 @@ OpenLayers.Layer.prototype = { this.resolutions.push(this.maxResolution / Math.pow(2, i)); } } - this.resolutions = this.resolutions.sort().reverse(); }, /**