[OpenLayers-Users] http://gallery.openlayers.org/ is full of spam

2010-02-07 Thread jamesmikedup...@googlemail.com
http://gallery.openlayers.org/ is full of spam, is anyone moderating it? mike ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] http://gallery.openlayers.org/ is full of spam

2010-02-07 Thread Bart van den Eijnden
Hi, see: http://openlayers.org/pipermail/dev/2010-February/005652.html Best regards, Bart On Feb 7, 2010, at 10:41 AM, jamesmikedup...@googlemail.com wrote: http://gallery.openlayers.org/ is full of spam, is anyone moderating it? mike ___

Re: [OpenLayers-Users] How to access mouse modifier during featureselected

2010-02-07 Thread Marcel Ruff
Ivan, thank you for your help. But I've tried this in the beginning, there is no such altKey etc. So, I'm still looking for the solution regards Marcel Ivan Grcic schrieb: hi, just use firebug to browse trough evt object. should be something like evt.altKey. ctrlKey or shiftKey i

Re: [OpenLayers-Users] How to access mouse modifier during featureselected

2010-02-07 Thread Max Weidemann
Hello Marcel, Try this code too find out if it is a right click. if(((evt.which) (evt.which == 3)) || ((evt.button) (evt.button == 2))){ //your Code } cheers Max -- View this message in context: