Adjust default handler options

This commit is contained in:
Matthew Perry
2012-02-07 16:05:04 -08:00
parent 0a74cb45f8
commit 47876746a5
+2 -3
View File
@@ -39,12 +39,11 @@ OpenLayers.Control.UTFGrid = OpenLayers.Class(OpenLayers.Control, {
* options - {Object} Options for control. * options - {Object} Options for control.
*/ */
defaultHandlerOptions: { defaultHandlerOptions: {
'delay': 200, 'delay': 300,
'pixelTolerance': null, 'pixelTolerance': 4,
'stopMove': false, 'stopMove': false,
'single': true, 'single': true,
'double': false, 'double': false,
'pixelTolerance': 4,
'stopSingle': false, 'stopSingle': false,
'stopDouble': false 'stopDouble': false
}, },