Ticket #1045: Layer_WFS.js.diff
| File Layer_WFS.js.diff, 474 bytes (added by rdewit, 1 year ago) |
|---|
-
Layer/WFS.js
old new 255 255 this.tile = null; 256 256 this.tile = new OpenLayers.Tile.WFS(this, pos, tileBounds, 257 257 url, tileSize); 258 this.addTileMonitoringHooks(this.tile); 258 259 this.tile.draw(); 259 260 } 260 261 }
