draw function is not defined in the standard Tile class. it is meant to be implemented by subclasses. no reason to call it.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@513 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-06-05 15:47:35 +00:00
parent c7ea21480d
commit 7999a4fc06
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ OpenLayers.Tile.WFS.prototype =
/**
*/
draw:function() {
OpenLayers.Tile.prototype.draw.apply(this, arguments);
this.loadFeaturesForRegion(this.requestSuccess);
},