Typo in change created around r1200 broke WFS.

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1317 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-08-21 16:03:52 +00:00
parent 4847d66d6a
commit ea9a6a6a23

View File

@@ -79,7 +79,7 @@ OpenLayers.Tile.WFS.prototype =
if (this.urls != null) {
for(var i=0; i < this.urls.length; i++) {
var params = { BBOX:bounds.toBBOX() };
var params = { BBOX:this.bounds.toBBOX() };
var url = this.urls[i] +
OpenLayers.Util.getParameterString(params);
OpenLayers.loadURL(url, null, this, success, failure);