From e5a577b062e949326d54725f5b86bf497b9a0c9d Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 30 Jul 2009 14:43:31 +0000 Subject: [PATCH] larger, not smaller git-svn-id: http://svn.openlayers.org/trunk/openlayers@9597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index 09fdea4af9..6096a21d0c 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -39,7 +39,7 @@ OpenLayers.Layer.WFS = OpenLayers.Class( * as big as the map, to allow for panning without immediately reload. * Setting this to 1 will cause the area of the WFS request to match * the map area exactly. It is recommended to set this to some number - * at least slightly smaller than 1, otherwise accidental clicks can + * at least slightly larger than 1, otherwise accidental clicks can * cause a data reload, by moving the map only 1 pixel. */ ratio: 2,