It seems to have updated now. Strange. <br><br><div class="gmail_quote">On 13 August 2011 18:13,  <span dir="ltr">&lt;<a href="mailto:christopher.schmidt@nokia.com">christopher.schmidt@nokia.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Only shows one for me. Did you try clearing your cache?<br>
<br>
-- Chris<br>
<div><div></div><div class="h5"><br>
On Aug 13, 2011, at 10:48 AM, ext Noelette wrote:<br>
<br>
&gt; Hi<br>
&gt; I have an openlayers OpenStreetMap displaying showing a college campus. I&#39;m<br>
&gt; trying to place markers over particular buildings so the user can click and<br>
&gt; view additional information. I made a simple KML file, and following the<br>
&gt; examples I get 3 simple clickable markers to display. Today I tried to edit<br>
&gt; the KML file to store additional markers and I also tried to extend the<br>
&gt; amount of information displayed for the existing marks<br>
&gt; The HTML file and the KML file are on a web server.<br>
&gt; I updated the KML file, I did nothing to the HTML but the updates to the KML<br>
&gt; file did not display.<br>
&gt; Would anyone know why this might be? I&#39;ve simplified the KML file down to<br>
&gt; one place marker but it still shows the original 3 that I had working<br>
&gt;<br>
&gt; Link to map <a href="http://cs1.ucc.ie/%7Enmh2/openlayer/examples/layerUCCEx.html" target="_blank">http://cs1.ucc.ie/~nmh2/openlayer/examples/layerUCCEx.html</a><br>
&gt;<br>
&gt; Simplified KML file<br>
&gt;<br>
&gt;<br>
&gt;    &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&gt;    &lt;kml xmlns=&quot;<a href="http://earth.google.com/kml/2.2" target="_blank">http://earth.google.com/kml/2.2</a>&quot;&gt;<br>
&gt;    &lt;Document&gt;<br>
&gt;    &lt;Placemark&gt;<br>
&gt;        &lt;name&gt;Western Gateway Building&lt;/name&gt;<br>
&gt;        &lt;description&gt;WGB&lt;/description&gt;<br>
&gt;        &lt;Point&gt;<br>
&gt;            &lt;coordinates&gt;-8.499781,51.893349,0.000000&lt;/coordinates&gt;<br>
&gt;       &lt;/Point&gt;<br>
&gt;    &lt;/Placemark&gt;<br>
&gt;    &lt;/Document&gt;<br>
&gt;    &lt;/kml&gt;<br>
&gt;<br>
&gt; Larger KML file<br>
&gt;    &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&gt;    &lt;kml xmlns=&quot;<a href="http://earth.google.com/kml/2.2" target="_blank">http://earth.google.com/kml/2.2</a>&quot;&gt;<br>
&gt;    &lt;Document&gt;<br>
&gt;    &lt;Placemark&gt;<br>
&gt;        &lt;name&gt;Western Gateway Building&lt;/name&gt;<br>
&gt;        &lt;description&gt;WGB- Shiny and New&lt;/description&gt;<br>
&gt;        &lt;Point&gt;<br>
&gt;          &lt;coordinates&gt;-8.499781,51.893349,0.000000&lt;/coordinates&gt;<br>
&gt;        &lt;/Point&gt;<br>
&gt;      &lt;/Placemark&gt;<br>
&gt;     &lt;Placemark&gt;<br>
&gt;      &lt;name&gt;Quad&lt;/name&gt;<br>
&gt;      &lt;description&gt;UCC&#39;s Quad - Don&#39;t walk on the grass&lt;/description&gt;<br>
&gt;    &lt;Point&gt;<br>
&gt;       &lt;coordinates&gt;-8.492107, 51.893905,0.000000&lt;/coordinates&gt;<br>
&gt;    &lt;/Point&gt;<br>
&gt;   &lt;/Placemark&gt;<br>
&gt;    &lt;Placemark&gt;<br>
&gt;    &lt;name&gt;Boole Library&lt;/name&gt;<br>
&gt;    &lt;description&gt;UCC&#39;s Library&lt;/description&gt;<br>
&gt;        &lt;Point&gt;<br>
&gt;           &lt;coordinates&gt;-8.491518,51.892793,0.0000000&lt;/coordinates&gt;<br>
&gt;        &lt;/Point&gt;<br>
&gt;    &lt;/Placemark&gt;<br>
&gt;    &lt;Placemark&gt;<br>
&gt;       &lt;name&gt;Kane Building&lt;/name&gt;<br>
&gt;       &lt;description&gt;Kane Building UCC&lt;/description&gt;<br>
&gt;       &lt;Point&gt;<br>
&gt;               coordinates&gt;-8.493941,51.892792,0.000000&lt;/coordinates&gt;<br>
&gt;       &lt;/Point&gt;<br>
&gt; &lt;/Placemark&gt;<br>
&gt; &lt;/Document&gt;<br>
&gt; &lt;/kml&gt;<br>
&gt;<br>
&gt; I also tried displaying an image but decided to leave that out until I got<br>
&gt; the basics displaying. (not certain it can display images)<br>
&gt;<br>
&gt; Any help would be much appreciated<br>
&gt;<br>
&gt; Noelette<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Open-layers-Open-Street-Map-and-KML-tp6683329p6683329.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Open-layers-Open-Street-Map-and-KML-tp6683329p6683329.html</a><br>

&gt; Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
<br>
</div></div></blockquote></div><br>