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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user