Remove left/right conditional aspects, since this is breaking somehow.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@596 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -67,8 +67,6 @@ OpenLayers.Layer.Grid.prototype = Object.extend( new OpenLayers.Layer(), {
|
||||
if (!this.grid || zoomChanged) {
|
||||
this._initTiles();
|
||||
} else if ( bounds.top < gridBounds.bottom ||
|
||||
bounds.left > gridBounds.right ||
|
||||
bounds.right < gridBounds.left ||
|
||||
bounds.bottom > gridBounds.top ) {
|
||||
this._initTiles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user