<div dir="ltr">Hi everyone,<br><br>I&#39;m new to the openlayers emailing list.&nbsp; Just wanted to introduce myself.<br><br>I have a question about the <a href="http://openlayers.org/dev/examples/kml-layer.html">kml sundials example</a>.&nbsp; In line 43 of the code, you get what I&#39;ve copied below:<br>
<br>map.addLayer(new OpenLayers.Layer.GML(&quot;KML&quot;, &quot;kml/sundials.kml&quot;, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; format: OpenLayers.Format.KML, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection: map.displayProjection,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; formatOptions: {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; extractStyles: true, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; extractAttributes: true<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }));<br clear="all"><br>My question is this: How does it know where to find the file called in line 43 of the code - &quot; kml/sundials.kml&quot; ?&nbsp; If I wanted to change the code so that it would call a file I&#39;ve saved either on the web or on my computer, what steps would I have to take?&nbsp; I&#39;ve tried simply putting the http:// address of my kml files in there but it doesn&#39;t work that way.&nbsp; Any suggestions?<br>
<br>Thanks,<br>Jeremy<br>-- <br>Jeremy Jackson<br>(617) 543-7583 - Boston<br>(514) 463-8393 - Montreal (for September only)<br><a href="http://jeremyjac.googlepages.com">http://jeremyjac.googlepages.com</a><br>
</div>