<div dir="ltr"><br><br><div class="gmail_quote">2008/8/6 jvanulde <span dir="ltr">&lt;<a href="mailto:jvanulde@nrcan.gc.ca">jvanulde@nrcan.gc.ca</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Is this possible? &nbsp;I want to add a fake base layer and load all the WMC<br>
layers as overlays. &nbsp;Any ideas on how one would go about doing this?</blockquote><div>&nbsp;</div><div>You can add a fake base layer with<br><br>map.addLayer(new OpenLayers.Layer(&#39;None&#39;, {isBaseLayer: true}));<br><br>
Regards,<br>John<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Loading-WMC-layers-at-overlays--tp18859376p18859376.html" target="_blank">http://www.nabble.com/Loading-WMC-layers-at-overlays--tp18859376p18859376.html</a><br>

Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</font></blockquote></div><br></div>