On Thu, Apr 10, 2008 at 10:51:10PM +0200, Guillaume Sueur wrote: > Hi, > Is there a way to render the layers in another order than their original > add-to-map order ? Something like priority on each of them ? > Most of the time, the bottom layer is a tiled layer that makes you wait > while the surrounding tiles are loading, and your "working layers" can > be interesting to render before that.
1. Use different hostnames for your different layers. 2. http://dev.openlayers.org/apidocs/files/OpenLayers/Map-js.html#OpenLayers.Map.raiseLayer (which is also lowerLayer, when passed a negative index) Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
