hack hack hack

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1146 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-09 04:41:21 +00:00
parent 3a9d4e8852
commit b262f2fb71

View File

@@ -139,7 +139,7 @@ OpenLayers.Layer.Grid.prototype =
if (bounds != null) {
if (!this.getVisibility()) {
if (zoomChanged) {
// FIX ME FIX ME FIX ME -- should be this.hideGrid() basically
// HACK HACK HACK -- should be this.hideGrid() basically
}
} else if (!this.grid.length || zoomChanged
|| !this.getGridBounds().containsBounds(bounds, true)) {