<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Hi-</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><SPAN class="Apple-style-span">I'd like to trigger certain events (e.g., display feature info) when the map is clicked, but not dragged. I'd like to do other things (or perhaps nothing special) when then map is dragged. Currently I am using <FONT class="Apple-style-span" face="Courier">map.events.register('click', map, function (e) {..}); </FONT>and that works fine except for the undesirable behavior of showing feature info when the user simply wants to move the map around.</SPAN></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Is there a way to register an event for click but somehow cancel it if there is a subsequent drag before the mouseup?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks very much,</DIV><DIV>Rob Braswell</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>