Re: [pmapper-users] Shift click to add to selection

2008-06-10 Thread Armin Burger
you can add in zoombox.js - doMouseUp(e) below this if (!refmapClick) { maction = varform.maction.value; this part if (e.shiftKey) { alert(Shift); return false; } else if (e.ctrlKey) { alert(CTRL); return false;

Re: [pmapper-users] Shift click to add to selection

2008-06-10 Thread Gabe
: pmapper-users@lists.sourceforge.net Subject: Re: [pmapper-users] Shift click to add to selection you can add in zoombox.js - doMouseUp(e) below this if (!refmapClick) { maction = varform.maction.value; this part if (e.shiftKey) { alert(Shift); return

[pmapper-users] Shift click to add to selection

2008-06-09 Thread Gabe
Hi All, I have the need to detect shift-clicks and control-clicks on the map. I have a plugin which allows a user to click on the map and enter info into a dialog which is then put into a db along with a spatial object representing where they clicked. This all works fine but now the client