dont need to position or append wfs tile

git-svn-id: http://svn.openlayers.org/trunk/openlayers@284 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-23 16:24:59 +00:00
parent 3f7665b0ae
commit 80e048da92

View File

@@ -68,8 +68,6 @@ OpenLayers.Layer.WFS.prototype =
{ bbox:bounds.toBBOX() });
var tile = new OpenLayers.Tile.WFS(this, bounds, url, this.tileSize);
tile.draw();
tile.setPosition(position);
this.div.appendChild(tile.img);
return tile;
},