I've tried restrict doubleclicks to only trigger when the Ctrl key is pressed.
I've changed the Navigation control to
var clickOptions = {
keyMask: OpenLayers.Handler.MOD_CTRL,
'double': true,
'stopDouble': true
};
this.handlers.click = new OpenLayers.Handler.Click(
this, clickCallbacks, clickOptions
);
yet that has no effect, doubleclicks without Ctrl triggers the callbacks.
Wyo
_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev