Hi,<br><br>I want to have a base layer that is made up of three layers, the relevant layer showing depending on what scale we are zoomed in at.<br>Example:<br>var base = [<br>new OpenLayers.Layer.WMS( &quot;map_1&quot;, WMS_URL, {layers: &#39;map_1&#39;, format: &#39;image/png&#39; }),<br>
new OpenLayers.Layer.WMS( &quot;map_2&quot;, WMS_URL, {layers: &#39;map_2&#39;,format: &#39;image/png&#39;},<br>{minScale: 5000,maxScale: 500,units:&#39;degrees&#39;}),<br>new OpenLayers.Layer.WMS( &quot;map_3&quot;, WMS_URL, {layers: &#39;map_3,format: &#39;image/png&#39;},<br>
{minScale: 500,units:&#39;degrees&#39;})<br>];<br><br>Is there a way i can change the base layer as i zoom in on the map?<br><br>Thanks for your help<br><br>Justin<br>