Hi All (thanks Eric!),<br>The isBaseLayer: true worked, now I have the continued problem that my GML layer won't display.<br><br>Here's an exerpt of the GML file<br><br><?xml version="1.0" encoding="utf-8" ?><br>
<ogr:FeatureCollection<br> xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"<br> xsi:schemaLocation="<a href="http://ogr.maptools.org/sites.xsd">http://ogr.maptools.org/sites.xsd</a>"<br>
xmlns:ogr="<a href="http://ogr.maptools.org/">http://ogr.maptools.org/</a>"<br> xmlns:gml="<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>"><br> <gml:boundedBy><br>
<gml:Box><br> <gml:coord><gml:X>658618</gml:X><gml:Y>3722535</gml:Y></gml:coord><br> <gml:coord><gml:X>690975.2797919517</gml:X><gml:Y>3752226</gml:Y></gml:coord><br>
</gml:Box><br> </gml:boundedBy> <br> <gml:featureMember><br> <ogr:sites fid="F0"><br> <ogr:geometryProperty><gml:Point><gml:coordinates>683247,3736339</gml:coordinates></gml:Point></ogr:geometryProperty><br>
<ogr:NEWSITE_>14811205</ogr:NEWSITE_><br> <ogr:UTM_E>683247</ogr:UTM_E><br> <ogr:UTM_N>3736339</ogr:UTM_N><br> </ogr:sites><br> </gml:featureMember><br> <gml:featureMember><br>
</ogr:FeatureCollection><br><br>NB. There are no Xml tags at the bottom, could this be the issue?<br>