diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index fce40ed028..c56adc3fa7 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -500,7 +500,7 @@ OpenLayers.Map.prototype = { //send the move call to all the layers var bounds = this.getExtent(); for (var i = 0; i < this.layers.length; i++) { - this.layers[i].moveTo(bounds, zoomChanged); + this.layers[i].moveTo(bounds, zoomChanged, minor); } this.events.triggerEvent("move");