Adjust default handler options
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user