Pullups for OL 2.8 RC3.
jQuery lib fix (Closes #1391) getRenderedSize regression (Closes #1906) element.scrolls error with panzoombar (Closes #2054) createUrlObject bug (Closes #2060) google layer in late rendered maps (Closes #2075) IE6/Lang.nb bug (Closes #2093) Layer.TMS/TileCache bugs (Closes #2099) (Closes #2100) Graphic names issues (Closes #2101) git-svn-id: http://svn.openlayers.org/branches/openlayers/2.8@9406 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1661,13 +1661,16 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
var bounds = this.getExtent();
|
||||
|
||||
//send the move call to the baselayer and all the overlays
|
||||
this.baseLayer.moveTo(bounds, zoomChanged, dragging);
|
||||
if(dragging) {
|
||||
this.baseLayer.events.triggerEvent("move");
|
||||
} else {
|
||||
this.baseLayer.events.triggerEvent("moveend",
|
||||
{"zoomChanged": zoomChanged}
|
||||
);
|
||||
|
||||
if(this.baseLayer.visibility) {
|
||||
this.baseLayer.moveTo(bounds, zoomChanged, dragging);
|
||||
if(dragging) {
|
||||
this.baseLayer.events.triggerEvent("move");
|
||||
} else {
|
||||
this.baseLayer.events.triggerEvent("moveend",
|
||||
{"zoomChanged": zoomChanged}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
bounds = this.baseLayer.getExtent();
|
||||
|
||||
Reference in New Issue
Block a user