<div>Hi all,<br></div><div>Not sure what&#39;s going on here, and what/why I&#39;m doing wrong.</div><div>I&#39;m loading successfully a gml layer which isn&#39;t displaying in the right place</div><div></div><div>var topo = new OpenLayers.Layer.GML (&quot;Topography&quot;, &quot;data/topo.gml&quot;,<br>
                 {<br>                 style: {strokeWidth: 1, strokeColor:&quot;#CCCCCC&quot;},<br>                 }<br>                 );<br><br></div><div>when I add projection and format criteria, it doesn&#39;t display at all, let alone in the wrong place, and the auto map.setCenter function doesn&#39;t work.</div>
<div></div><div> var topo = new OpenLayers.Layer.GML (&quot;Topography&quot;, &quot;data/topo.gml&quot;,<br>                 {<br>                 style: {strokeWidth: 1, strokeColor:&quot;#CCCCCC&quot;},<br>                 projection: new OpenLayers.Projection(&quot;EPSG:4326&quot;),<br>
                 format: OpenLayers.Format.GML,<br>                 }<br>                 );<br><br></div><div>Is there anything really obvious that I&#39;m missing? thanks again, in advance</div><div></div>