<div>In this case my WMS layer is the following:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var wms = new OpenLayers.Layer.WMS(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Canada Map&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;<a href="http://wms.cits.rncan.gc.ca/cgi-bin/cubeserv.cgi">http://wms.cits.rncan.gc.ca/cgi-bin/cubeserv.cgi
</a>?&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&#39;layers&#39;: layerOptions, &#39;format&#39;:&#39;png&#39;},<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;reproject&#39;: false, &#39;opacity&#39;: 0.4,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;isBaseLayer&#39;: false,&#39;wrapDateLine&#39;: true
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; );<br>&nbsp;</div>
<div>I was just trying to use your example.&nbsp; In order for me to display the layers in a certain projection from this service I have to tell it.&nbsp; It wants EPSG:26919.&nbsp; It does not understand EPSG:900913 and fails on the request.
</div>
<div>&nbsp;</div>
<div>Basically here is my goal....I need to use a spherical-mercator projection to get the UTM coordinates to pass to this WMS layer.&nbsp; The map can be in whatever it wants I just need the SRS parameter changed for the WMS layer.
</div>
<div>&nbsp;</div>
<div>Linda Rawson<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/2/07, <b class="gmail_sendername">Eric Lemoine</b> &lt;<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 10/2/07, Christopher Schmidt &lt;<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a>&gt; wrote:
<br>&gt; On Tue, Oct 02, 2007 at 12:33:08PM -0600, Linda Rawson wrote:<br>&gt; &gt; But my base map isn&#39;t that projection.&nbsp;&nbsp;I changed it to EPSG:26919.&nbsp;&nbsp;Why<br>&gt; &gt; aren&#39;t my layers using that projection?<br>
&gt;<br>&gt; I must be blind. I thought your base map was Yahoo with<br>&gt; SphericalMercator. Yahoo with SphericalMercator is EPSG:900913. When I<br>&gt; said &quot;You can&#39;t change that&quot;, I meant that. The images are what they
<br>&gt; are -- and you can&#39;t reproject them.<br>&gt;<br>&gt; I&#39;m probably confused. Can you explain why I&#39;m lost?<br><br>IIUC Linda wants the WMS layer to be reprojected to EPSG:26919 on the<br>server side.<br>
<br>Linda, why would you want that? Doing that would lead to two layers<br>with two different projections, which does not seem right.<br><br>--<br>Eric<br></blockquote></div><br>