For the problem with IE may be you could find usefull the hint in the Wiki Page<br><br>&nbsp;&nbsp; <a href="http://ka-map.ominiverdi.org/wiki/index.php/Overlay_API_Reference#FAQs">http://ka-map.ominiverdi.org/wiki/index.php/Overlay_API_Reference#FAQs</a><br>
<br>For the linestring, a possible issue is to call too early the kaXmlOverlay APIs: you should wait the map is fully initialized.<br>See:&nbsp; <a href="http://ka-map.ominiverdi.org/wiki/index.php/Overlay_API_Reference#kaXmlOverlay_Quick_HOW-TO">http://ka-map.ominiverdi.org/wiki/index.php/Overlay_API_Reference#kaXmlOverlay_Quick_HOW-TO</a><br>
<br><br><div class="gmail_quote">2008/5/30 Maxime Phaneuf &lt;<a href="mailto:Maxime.Phaneuf@usherbrooke.ca">Maxime.Phaneuf@usherbrooke.ca</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello guys.<br>
<br>
I&#39;m working on a project to map Mars. I&#39;m using ka-map to do it. All went well<br>
up to now, but I have a problem I can&#39;t seem to solve.<br>
<br>
I was testing the XMLOverlay. This XML file is working well, what is supposed to<br>
appear is appearing:<br>
<br>
&lt;overlay&gt;<br>
&nbsp;&lt;point x=&quot;-124.5&quot; y=&quot;68.5&quot; id=&quot;p1&quot;&gt;<br>
 &nbsp; &lt;label&gt;Phoenix&lt;/label&gt;<br>
 &nbsp; &lt;symbol shape=&quot;bullet&quot; size=&quot;30&quot; opacity=&quot;1&quot; color=&quot;#FF0000&quot; /&gt;<br>
&nbsp;&lt;/point&gt;<br>
&lt;/overlay&gt;<br>
<br>
The next step for me was to make some linestrings appear. The problem is that<br>
they appear when I first go to the website, but when I refresh that page, they<br>
disappear. Here is the XML file:<br>
<br>
&lt;overlay&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &lt;point x=&quot;-129&quot; y=&quot;60&quot; id=&quot;l3&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;label&gt;TEST&lt;/label&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;linestring &nbsp;stroke=&quot;3&quot; opacity=&quot;0.8&quot; color=&quot;#FF0000&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -129 60, -115 60<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/linestring&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;/point&gt;<br>
&lt;/overlay&gt;<br>
<br>
At first, everything appears. But, when I reload the page, only the label<br>
appears.<br>
<br>
I always get this message error when the linestring doesn&#39;t appear:<br>
map has no properties<br>
kaXmlOverlay.js<br>
Line 930<br>
var scales = map.getScales();<br>
<br>
I try to solved that problem but I cannot see what&#39;s the problem.<br>
<br>
Also, i&#39;m using firefox to do my testing, but where I&#39;m working it&#39;s mostly IE.<br>
But the XMLoverlay doesn&#39;t appear in IE. Can you also help me with this<br>
problem?<br>
<br>
Thank you very much<br>
<br>
Maxime Phaneuf<br>
<br>
COOP Student<br>
Canadian Space Agency<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>
<a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>
</blockquote></div><br>