I had this working previously with some older cvs stuff.&nbsp; Basically I have a custom tool that when you click on a the map it puts a marker there.&nbsp; <br><br>My implementation is very simple.&nbsp; <br><br>On the tool initialization:
<br>&nbsp;&nbsp;&nbsp; // marker<br>&nbsp;&nbsp;&nbsp; &nbsp; this.canvas = this.kaMap.createDrawingCanvas(500); //zindex=500<br>&nbsp;&nbsp;&nbsp; &nbsp; this.img = document.createElement('img');<br>&nbsp;&nbsp;&nbsp; &nbsp; this.img.src = 'images/mapping/Marker.png';<br><br>Then I have a function on the tool that does this:
<br>this.kaMap.addObjectPix(this.canvas, (pixPosition[0] - 7.5), (pixPosition[1] -27), this.img );<br><br>I can't remember why I had the - 7.5 and -27 offsets.<br><br>Should this not work?&nbsp; Has anything changed.&nbsp; I should say my version I'm using now is over a month old so may I should upgrade to a new cvs version if there have been fixes in this area.&nbsp; I have tried AddObjectGeo too to pinpoint a specific place.&nbsp; It appears that the canvas or something just isn't showing up...
<br><br>Lastly the image is there so that does't appear to be the issue.<br><br>I hope this makes sense.&nbsp; Thanks much,<br>-- <br>Clark Endrizzi<br>