coding standards
git-svn-id: http://svn.openlayers.org/trunk/openlayers@940 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -110,7 +110,7 @@ OpenLayers.Layer.WFS.prototype =
|
||||
* @type OpenLayers.Tile.WFS
|
||||
*/
|
||||
addTile:function(bounds, position) {
|
||||
url = this.getFullRequestString(
|
||||
var url = this.getFullRequestString(
|
||||
{ BBOX:bounds.toBBOX() });
|
||||
|
||||
return new OpenLayers.Tile.WFS(this, position, bounds,
|
||||
|
||||
Reference in New Issue
Block a user