You may be hitting the browser's maximum number of HTTP requests to the same host.
What you could first try is set buffer:0 in the options passed to your baselayer constructor. This will reduce the number of tiles to load and can therefore improve the situation. This comes with no guarantee as the number of loaded tiles also depends on the size of your map div. To increase the number of parallel requests one common solution involves assigning multiple hostnames to the server host (in the DNS) and pass an array of URLs to the layer constructor. Hope this helps, Eric 2008/10/6, Matthew Atkins <[EMAIL PROTECTED]>: > Hi List, > > I have a basic map setup which brings in 2 WMS services (layers) from > the same machine where one is tiled and the other is untiled. The > problem that I am experiencing is that the tiled (base) layer is having > to completely load before the untiled layer request is even made and > then displayed. > > I would like to have the top layer show as the background tiles are > loaded. Is there a way to control this in OpenLayers or is this > potentially more of a web server related issue? > > Regards, > Wally Atkins > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
