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