OpenLayers OpenLayers

Ticket #1045: Layer_WFS.js.diff

File Layer_WFS.js.diff, 474 bytes (added by rdewit, 1 year ago)

svn diff Layer/WFS.js

  • Layer/WFS.js

    old new  
    255255                this.tile = null; 
    256256                this.tile = new OpenLayers.Tile.WFS(this, pos, tileBounds,  
    257257                                                     url, tileSize); 
     258                this.addTileMonitoringHooks(this.tile); 
    258259                this.tile.draw(); 
    259260            }  
    260261        }