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

_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to