Eric Lemoine wrote:
>
> Handler.Feature just has no keyMask support. Take a look at the
> attached patch (untested!).
>
> Cheers,
> --
> Eric
>   
Hey Eric,

  That did the trick.  Here's how the object looks like :

        this.handler = new OpenLayers.Handler.Feature(
            this, layer,
            { click: this.clickFeature },
            { keyMask:OpenLayers.Handler.MOD_CTRL }
        );

  Thanks a lot,

-- 
Alexandre Dubé
Mapgears
www.mapgears.com

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to