Alright, cheers, I did expect something like that!<div><br></div><div>How would you setup an environment for this? Unfortunately I have only very little experience in the use of map server. Would the map server render the objects already and how would them be transferred to the OpenLayers in IE then?</div>

<div><br></div><div>Regards, </div><div>Andreas<br><br><div class="gmail_quote">2012/8/9 Zac Spitzer <span dir="ltr"><<a href="mailto:zac.spitzer@gmail.com" target="_blank">zac.spitzer@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

put simply, IE is not in the same class as chrome or firefox,<br>
you will need to use a map server to render that much data reliably in IE<br>
<div><div class="h5"><br>
On Thu, Aug 9, 2012 at 6:03 PM, Andreas Schnieders<br>
<<a href="mailto:schnieders.a@gmail.com">schnieders.a@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I'm experiencing serious issues when adding a KML-Layer to OpenLayers in the<br>
> IE. The KML-Data is - up to this state of development - provided by a JSP.<br>
> When just creating the KML-Layer everything is fine, but when actually<br>
> adding it to the map the IE8 consumes 50-80% CPU-Usage and just crashes. No<br>
> interaction or anything possible.<br>
><br>
> Creating and adding works just fine in Chrome and Firefox.<br>
><br>
> Does anyone have any hints on this? How is the internal OpenLayers<br>
> mechanisms? Isn't the data obtained and created on "new<br>
> OpenLayers.Layer.Vector(...)" already? How is it this works but adding it to<br>
> the map doesn't? It's something around 150 objects. Each consisting of one<br>
> Point-Placemark and on LineString-Placemark.<br>
><br>
> Here's my code for creating the layer:<br>
><br>
>     kmlLayer = new OpenLayers.Layer.Vector("KML", {<br>
>                 strategies: [new OpenLayers.Strategy.Fixed(),<br>
>                              new OpenLayers.Strategy.Refresh({force: true,<br>
> interval:  5000 })],<br>
>                 protocol: new OpenLayers.Protocol.HTTP({<br>
>                     url: "track-server.jsp",<br>
>                     params: {<br>
>                         'track': 1,<br>
>                         'label': 1,<br>
>                         'speed': 6<br>
> //                      'speed': $("#speedLengthSelector").val(),<br>
>                         },<br>
>                     format: new OpenLayers.Format.KML({<br>
>                         extractStyles: false,<br>
>                         extractAttributes: true,<br>
>                         maxDepth: 2<br>
>                     })<br>
>                 }),<br>
>                 styleMap: styleMap<br>
>             });<br>
><br>
>     map.addLayer(kmlLayer);<br>
><br>
> Many thanks in advance,<br>
> Andreas<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Zac Spitzer<br>
Solution Architect / Director<br>
Ennoble Consultancy Australia<br>
<a href="http://www.ennoble.com.au" target="_blank">http://www.ennoble.com.au</a><br>
<a href="http://zacster.blogspot.com" target="_blank">http://zacster.blogspot.com</a><br>
<a href="tel:%2B61%20405%20847%20168" value="+61405847168">+61 405 847 168</a><br>
</font></span></blockquote></div><br></div>