[OpenLayers-Commits] r3604 - sandbox/euzuro/untiled3/lib/OpenLayers/Layer
commits at openlayers.org
commits at openlayers.org
Thu Jul 5 18:34:03 EDT 2007
Author: euzuro
Date: 2007-07-05 18:34:02 -0400 (Thu, 05 Jul 2007)
New Revision: 3604
Modified:
sandbox/euzuro/untiled3/lib/OpenLayers/Layer/Grid.js
Log:
pass bounds to moveGriddedTiles()
Modified: sandbox/euzuro/untiled3/lib/OpenLayers/Layer/Grid.js
===================================================================
--- sandbox/euzuro/untiled3/lib/OpenLayers/Layer/Grid.js 2007-07-05 22:32:04 UTC (rev 3603)
+++ sandbox/euzuro/untiled3/lib/OpenLayers/Layer/Grid.js 2007-07-05 22:34:02 UTC (rev 3604)
@@ -187,7 +187,7 @@
this.initGriddedTiles(bounds);
} else {
//we might have to shift our buffer tiles
- this.moveGriddedTiles();
+ this.moveGriddedTiles(bounds);
}
}
}
More information about the Commits
mailing list