<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Em 03-07-2012 12:38, Steve Way
escreveu:<br>
</div>
<blockquote
cite="mid:D95F6ABE9E099C4690BCD92732E80883094D9B3F@INFHYDEX10MB2.corp.infotech-enterprises.com"
type="cite"><span style="font-size:11.0pt;
font-family:"Calibri","sans-serif";
color:#1F497D">I would suggest setting the SRS of your map
(EPSG:90913) in the WMS request also.</span></blockquote>
<br>
I've tried like that:<br>
<br>
<br>
var ruas = new OpenLayers.Layer.WMS(<br>
'ruas',<br>
'<a class="moz-txt-link-freetext" href="http://localhost:8080/geoserver/it.geosolutions/wms">http://localhost:8080/geoserver/it.geosolutions/wms</a>',<br>
{layers: 'it.geosolutions:ruas',<br>
styles: 'line',<br>
srs: 'EPSG:900913',<br>
format: 'image/png',<br>
transparent: true<br>
},{isBaseLayer: false});<br>
<br>
<br>
But doesn't work!<br>
<br>
</body>
</html>