From 17426fcfc4c9affdaba4e769eba6b690fcc1ab6a Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 18 Jul 2006 14:07:32 +0000 Subject: [PATCH] no longer need to set this parameter here now that we are correctly bubbling the setMap() call up to its two superclasses. Before, when we didnt define setMap() in WFS.js, then it was only bubbling up to Markers.js, which means that it wasnt getting the default tileSize from the map which happens in Grid.js. git-svn-id: http://svn.openlayers.org/trunk/openlayers@963 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index a75cf9f2b7..1fdede2092 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -41,12 +41,6 @@ OpenLayers.Layer.WFS.prototype = } OpenLayers.Layer.Grid.prototype.initialize.apply(this, newArguments); OpenLayers.Layer.Markers.prototype.initialize.apply(this, newArguments); - - if (options && options['tileSize']) { - this.tileSize = options['tileSize'].clone(); - } else { - this.tileSize = new OpenLayers.Size(256, 256); - } if (arguments.length > 0) { OpenLayers.Util.applyDefaults(