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:
@@ -68,8 +68,6 @@ OpenLayers.Layer.WFS.prototype =
|
|||||||
{ bbox:bounds.toBBOX() });
|
{ bbox:bounds.toBBOX() });
|
||||||
var tile = new OpenLayers.Tile.WFS(this, bounds, url, this.tileSize);
|
var tile = new OpenLayers.Tile.WFS(this, bounds, url, this.tileSize);
|
||||||
tile.draw();
|
tile.draw();
|
||||||
tile.setPosition(position);
|
|
||||||
this.div.appendChild(tile.img);
|
|
||||||
return tile;
|
return tile;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user