Some others hints:<br><br>1. be sure the map is fully initialized before calling the addPoint function (e.g wait the INITIALIZED event)<br><br>2. if you use an absolute URL (http:// localhost/...) the icon will get loaded only if the browser is on the same machine of the server (this is an obvious consideration, but it's better to remind once more than once less :-)
<br><br>3. to help the debug look for request for point.gif in the server access logs<br><br>4. In the current version the icons are displayed with the vector graphics engine (canvas in Firefox and VML in Explorer. Try changing this default behaviour with
<br><br><pre>   xmlOverlayUseCanvas = false;<br></pre><br>before initializing the overlay layer.<br><br>Last: read <a href="http://ka-map.ominiverdi.org/wiki/index.php/Overlay_API_Reference" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://ka-map.ominiverdi.org/wiki/index.php/Overlay_API_Reference</a><br><br><br>Bye<br><br>&nbsp;-Pg<br><br><div><span class="gmail_quote">
2006/11/13, linh dang hong &lt;<a href="mailto:linh_2f@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">linh_2f@yahoo.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I installed MapServer, PostGis, Ka-Map, and all of them worked properly and displayed map successfull. But when i try to add one point over map, i don't see any thing display on it<br>My code<br>function addPoint(pid,x,y,iconsrc){&nbsp;  
<br>&nbsp;&nbsp;&nbsp; var point&nbsp; = myKaXML.addNewPoint(pid, x, y);<br>&nbsp;&nbsp;&nbsp; var icon = new kaXmlIcon();<br>&nbsp;&nbsp;&nbsp; pointIdList[pointNumber]= pid;<br>&nbsp;&nbsp;&nbsp; pointNumber ++;<br>// for test only<br>&nbsp;&nbsp;&nbsp; icon.icon_src = <a href="http://localhost/images/point.gif" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://localhost/images/point.gif</a>';<br>&nbsp;&nbsp;&nbsp; icon.icon_w= 100;<br>&nbsp;&nbsp;&nbsp; icon.icon_h= 100;<br>//&nbsp;&nbsp;&nbsp; point.onMouseOver = onPoinClick();<br>&nbsp;&nbsp;&nbsp; point.addGraphic(icon);&nbsp;&nbsp;  <br>}<br><br>I tried using Firebug to find out what 's cause this problem but i couldn't. 
<br>Please explain to me why nothing display on map. Thank anyways<br><span><p> 

</p><hr size="1">Access over 1 million songs - <a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=36035/*http://music.yahoo.com/unlimited/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Yahoo! Music Unlimited.
</a>
<p></p></span><br>_______________________________________________<br>ka-Map-users mailing list<br><a href="mailto:ka-Map-users@lists.maptools.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ka-Map-users@lists.maptools.org
</a><br><a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br><br><br></blockquote>

</div><br>