<div>In this case my WMS layer is the following:</div>
<div> </div>
<div> var wms = new OpenLayers.Layer.WMS(<br> "Canada Map",<br> "<a href="http://wms.cits.rncan.gc.ca/cgi-bin/cubeserv.cgi">http://wms.cits.rncan.gc.ca/cgi-bin/cubeserv.cgi
</a>?",<br> {'layers': layerOptions, 'format':'png'},<br> {<br> 'reproject': false, 'opacity': 0.4,<br> 'isBaseLayer': false,'wrapDateLine': true
<br> }<br> );<br> </div>
<div>I was just trying to use your example. In order for me to display the layers in a certain projection from this service I have to tell it. It wants EPSG:26919. It does not understand EPSG:900913 and fails on the request.
</div>
<div> </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. The map can be in whatever it wants I just need the SRS parameter changed for the WMS layer.
</div>
<div> </div>
<div>Linda Rawson<br><br> </div>
<div><span class="gmail_quote">On 10/2/07, <b class="gmail_sendername">Eric Lemoine</b> <<a href="mailto:eric.c2c@gmail.com">eric.c2c@gmail.com</a>> 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 <<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a>> wrote:
<br>> On Tue, Oct 02, 2007 at 12:33:08PM -0600, Linda Rawson wrote:<br>> > But my base map isn't that projection. I changed it to EPSG:26919. Why<br>> > aren't my layers using that projection?<br>
><br>> I must be blind. I thought your base map was Yahoo with<br>> SphericalMercator. Yahoo with SphericalMercator is EPSG:900913. When I<br>> said "You can't change that", I meant that. The images are what they
<br>> are -- and you can't reproject them.<br>><br>> I'm probably confused. Can you explain why I'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>