From 6a2fa9aaf11cc517b9729396af9432dc94eaac87 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 21 Aug 2006 17:17:04 +0000 Subject: [PATCH] Buffer set to 1 on WFS layer, since we don't have as much cause to prevent swapping. git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1318 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index f487d2a912..acd315437e 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -18,6 +18,8 @@ OpenLayers.Layer.WFS.prototype = * @type Boolean */ isBaseLayer: false, + + buffer: 1, /** Allow the user to specify special classes for features and tiles. *