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.
|
* 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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user