From 80e048da927a5f174c0b0cb13a33f116a159c418 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 23 May 2006 16:24:59 +0000 Subject: [PATCH] dont need to position or append wfs tile git-svn-id: http://svn.openlayers.org/trunk/openlayers@284 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index aaa0d286b4..041ad61c50 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -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; },