Merge branch 'master' into 3526
This commit is contained in:
@@ -1695,14 +1695,6 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
parseInt(this.layerContainerDiv.style.left) - dx + "px";
|
||||
this.minPx.x -= dx;
|
||||
this.maxPx.x -= dx;
|
||||
if (wrapDateLine) {
|
||||
if (this.maxPx.x > maxX) {
|
||||
this.maxPx.x -= (maxX - minX);
|
||||
}
|
||||
if (this.minPx.x < minX) {
|
||||
this.minPx.x += (maxX - minX);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (dy) {
|
||||
this.layerContainerDiv.style.top =
|
||||
|
||||
Reference in New Issue
Block a user