somehow this got left off during the LayersReworking fiasco. Luckily only Untiled.js was actually using it. tests seem to pass, seems alright
git-svn-id: http://svn.openlayers.org/trunk/openlayers@926 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user