Re: [OpenLayers-Users] buggy loadingPanel (vs Navigation/MouseDefaults) please help!

2009-02-05 Thread Bart van den Eijnden (OSGIS)
Can you share an example HTML demonstrating the problem (and a clear description of the problem). TIA. Best regards, Bart z_o_d_ wrote: I am having the same problem as BrainDrain. It may be of interest that I only get this problem when configured to view yahoo base layers (although the yahoo

[OpenLayers-Users] buggy loadingPanel (vs Navigation/MouseDefaults) please help!

2008-12-23 Thread BrainDrain
I've found that loadingPanel addon doesn't work properly When I add some controls (including new OpenLayers.Control.LoadingPanel() new OpenLayers.Control.Navigation({ zoomWheelEnabled: true }) in my map (I'm using tiled mapserver layer) and when tiles loading - mouse wheel doesn't change zoom

Re: [OpenLayers-Users] buggy loadingPanel (vs Navigation/MouseDefaults) please help!

2008-12-23 Thread Bart van den Eijnden (OSGIS)
Hi, for me it works in the loadingpanel example: http://dev.openlayers.org/addins/loadingPanel/trunk/examples/loadingpanel.html It could have to do with the sequence in which you add the controls, take a good look at the example. Best regards, Bart BrainDrain wrote: I've found that

Re: [OpenLayers-Users] buggy loadingPanel (vs Navigation/MouseDefaults) please help!

2008-12-23 Thread BrainDrain
of course I know about this example I think problem is here (loadingPanel): maximizeControl: function(evt) { var viewSize = this.map.getSize(); var msgW = viewSize.w; var msgH = viewSize.h; this.div.style.width = msgW + px;//WHY? this.div.style.height =

Re: [OpenLayers-Users] buggy loadingPanel (vs Navigation/MouseDefaults) please help!

2008-12-23 Thread Bart van den Eijnden (OSGIS)
Hi, the div size is this big so that the loading panel can be centered in the map. Can you please post your complete example HTML to reproduce the problem? As I said mousewheel navigation works for me in the example when the loading panel is showing, so I don't get the problem. Best regards,