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