Just a few hints.<br><br>1. To display icons on IE prefer GIF to PNG (see all IE troubles with transparent PNG)<br><br>2. Try disabling the use of vectorial graphic with<br><br> xmlOverlayUseCanvas = false;<br><br>before the "new kaXmlOerlay()"
<br>The icons are drawn using vector graphic primitives to allow the rotation.<br><br>3. Look for bad icons URL in the logs of the server<br><br>4. Try with a browser with a good debugger (as Firefox with FireBug). Use some developper tool to disable the browser cache and make sure you are not using a proxy.
<br><br><br><div><span class="gmail_quote">2007/2/22, Fabian Rami <<a href="mailto:fabian.rami@wowcompany.com">fabian.rami@wowcompany.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanls i ll check for it soon.<br><br><br>I have a little problem with drawing xmlicon on IE.<br><br>I made a php page who add all the point of a vehicle for a day , that<br>work fine all the week end.<br><br>But now it does nt work anymore.
<br><br>Sometimes the xmlIcon apear , sometime nothing show up , sometimes i<br>have all working fine... I am lost , i don t know where to start my<br>search...<br><br>I use Ka-map on my main frame in a div , i add in this div your
<br>iframe_xmloverlay.html.<br><br>I don't only let <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01<br>Transitional//EN" "<a href="http://www.w3.org/TR/html4/loose.dtd">http://www.w3.org/TR/html4/loose.dtd
</a>"> to the Iframe and<br>don't add it to my main ( wich is <!DOCTYPE HTML PUBLIC "-//W3C//DTD<br>HTML 4.01 Transitional//EN" >).<br><br>Does it matter ?<br><br>Where can i try to find some help???
<br>As said in my first post , i already switch some line in the XMLOverlay.js<br><br>Greetings,<br>Fabian<br><br><br><br>Pg a écrit :<br>> There is such an experimental implementation.<br>> Probably will be on CVS in a few days. Look for "handler_onclick" in
<br>> the comments of kaXmlOverlay.js<br>><br>> -Pg<br>><br>> 2007/2/19, Fabian Rami < <a href="mailto:fabian.rami@wowcompany.com">fabian.rami@wowcompany.com</a><br>> <mailto:<a href="mailto:fabian.rami@wowcompany.com">
fabian.rami@wowcompany.com</a>>>:<br>><br>> Hi all,<br>><br>> I have added dynamic point (with a icon on the map).<br>><br>> I want be able to query this point when i click on it.<br>>
<br>> My point are in a XmlOverlay layer<br>> Is it possible for me to click on the icon and then request<br>> doing an<br>> ajax query to my database ?<br>><br>> Can i directly have the PID of the point i just click on ?
<br>><br>> Best regards,<br>> Fabian<br>> _______________________________________________<br>> ka-Map-users mailing list<br>> <a href="mailto:ka-Map-users@lists.maptools.org">ka-Map-users@lists.maptools.org
</a><br>> <mailto:<a href="mailto:ka-Map-users@lists.maptoo">ka-Map-users@lists.maptoo</a>%0Als.org><br>> <a href="http://lists.maptools.org/mailman/listinfo/ka-map-users">http://lists.maptools.org/mailman/listinfo/ka-map-users
</a><br>><br>><br><br></blockquote></div><br>