diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index a8af580fe2..f7bf2cdf4a 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -255,6 +255,7 @@ OpenLayers.Layer.WFS = OpenLayers.Class( this.tile = null; this.tile = new OpenLayers.Tile.WFS(this, pos, tileBounds, url, tileSize); + this.addTileMonitoringHooks(this.tile); this.tile.draw(); } }