Adjust default handler options

This commit is contained in:
Matthew Perry
2012-02-07 16:05:04 -08:00
parent 0a74cb45f8
commit 47876746a5

View File

@@ -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
},