code fixes for [180]. smack me again

git-svn-id: http://svn.openlayers.org/trunk/openlayers@183 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-19 15:53:35 +00:00
parent e114a80311
commit 54f519a255
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ OpenLayers.Layer.WFS.prototype =
addTile:function(bounds, position) {
url = this.getFullRequestString(
{ bbox:bounds.toBBOX() });
var tile = new OpenLayers.Tile.WFS(bounds, url, this.tileSize);
var tile = new OpenLayers.Tile.WFS(this, bounds, url, this.tileSize);
tile.draw();
tile.setPosition(position);
this.div.appendChild(tile.img);