<P>Reposting the following since it didn't CC the list...<BR><BR><TT>It's working great for me now - thanks! <BR><BR>Could I bug with another question...? Can I override the data from <BR> going into the pop-up and into a normal output DIV without directly <BR> editing the class? <BR> <BR> Thanks again for all your help...this is a great community! <BR> <BR> //Levii <BR></TT></P>
<P><TT>> ---------Original Message--------- <BR>> From: <A href="index.php?option=com_imap&todo=compose&to=BARTVDE@OSGIS.NL">BARTVDE@OSGIS.NL</A> <BR>> To: Levii Smith <BR>> Subject: RE: [OPENLAYERS-USERS] PROBLEM WITH LOADINGPANEL AND GEORSS <BR>> <BR>> This seems to be a bug in the GeoRSS Layer. It triggers the loadstart <BR>> event <BR>> twice. The loadRSS function does this already, but the moveTo does it <BR>> as <BR>> well. I've changed the code below (comment out the loadstart <BR>> triggerEvent <BR>> call in moveTo). <BR>> <BR>> moveTo:function(bounds, zoomChanged, minor) { <BR>> OpenLayers.Layer.Markers.prototype.moveTo.apply(this, arguments); <BR>> if(this.visibility && !this.loaded){ <BR>> //this.events.triggerEvent("loadstart"); <BR>> this.loadRSS(); <BR>> } <BR>> <BR>> I'll open up a bug for this. Let me know if this works for you as <BR>> well. <BR>> <BR>> Best regards, <BR>> Bart <BR>> <BR>> On Tue, 10 Jun 2008 04:09:46 -0400, "Levii Smith" <BR>> wrote: <BR>>> <BR>>> <BR>>> I'm having a problem with the LoadingPanel from the Addins. I'm <BR>>> loading like <BR>>> <BR>>> ��var loadingpanel = new <BR>> OpenLayers.Control.LoadingPanel(); <BR>>> ���map.addControl(loadingpanel); <BR>>> <BR>>> It works great for WMS layers and normal panning, but when I add a <BR>>> GeoRSS layer to the map, it never stops with the loading graphic. <BR>>> <BR>>> Any ideas? <BR>>> <BR>>> Thanks, <BR>>> Levii <BR>>> <BR>>> <BR>> <BR>> <BR>> Links: <BR>> ------ <BR>> [1] <BR>> <BR>http://webmail-beta.hostingdiscounter.nl/index.php?option=com_imap&todo=compose&to=<A href="index.php?option=com_imap&todo=compose&to=smithlev@levii.com">smithlev@levii.com</A> <BR>> <BR><BR></TT><BR></P>