It's mapped to the adjustPixPosition in kaTool.<br><br>S.D.<br><br><b><i>Christopher Schmidt &lt;crschmidt@crschmidt.net&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On Fri, Aug 25, 2006 at 10:42:24AM -0700, Samuel Doyle wrote:<br>&gt; Has anyone else encountered this? Is this something I need to manually compensate for?<br>&gt; <br>&gt; Samuel Doyle <sdoyle_2@yahoo.com> wrote: Hi,<br>&gt; <br>&gt; I keep running into this problem and it behaves different on both Firefox and IE.<br>&gt; <br>&gt; I want to add an icon to the map based on where the user has clicked. I use the following procedure which I am hoping is correct since I have noticed it used before.<br>&gt; <br>&gt; incidentViewer.prototype.ondblclick = function(e)<br>&gt; {<br>&gt;     e = (e)?e:((event)?event:null);<br>&gt;      <br>&gt;     var aPixPos = this.adjustPixPosition( e.clientX, e.clientY );<br>&gt;     var geoCoo =
 this.kaMap.pixToGeo( aPixPos[0], aPixPos[1] );<br>&gt;     this.gX = geoCoo[0];<br>&gt;     this.gY = geoCoo[1];<br>&gt;     // send to server here<br>&gt;     ...<br>&gt;     <br>&gt;    myKaMap.addObjectGeo( opener.iconFeatures, this.gY, this.gX, incident.img );<br>&gt;   <br>&gt; }<br>&gt; <br>&gt; The offset of the icon always ends up incorrect from what it should be. Is this the correct procedure?<br><br>Whether this is correct or not would depend on what the code in<br>"this.adjustPixPosition" does. <br><br>Regards,<br>-- <br>Christopher Schmidt<br>Web Developer<br></sdoyle_2@yahoo.com></blockquote><br>