From 47876746a52ce76913b8d95e0e596a34ba85c7e5 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Tue, 7 Feb 2012 16:05:04 -0800 Subject: [PATCH] Adjust default handler options --- lib/OpenLayers/Control/UTFGrid.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Control/UTFGrid.js b/lib/OpenLayers/Control/UTFGrid.js index 3dcba8dd44..5eb6382114 100644 --- a/lib/OpenLayers/Control/UTFGrid.js +++ b/lib/OpenLayers/Control/UTFGrid.js @@ -39,12 +39,11 @@ OpenLayers.Control.UTFGrid = OpenLayers.Class(OpenLayers.Control, { * options - {Object} Options for control. */ defaultHandlerOptions: { - 'delay': 200, - 'pixelTolerance': null, + 'delay': 300, + 'pixelTolerance': 4, 'stopMove': false, 'single': true, 'double': false, - 'pixelTolerance': 4, 'stopSingle': false, 'stopDouble': false },