When I close GoogleLayer in the Legend by unchecking it, the display of Mapguide features is erratic until the GoogleLayer is on again followed by a refresh. MapGuide features are PostGIS, SDF and Access data. 

(Fusion from SVN and MapGuide from MapGuideOpenSource-2.1.0.4283-Final under Windows)

I am using the "www\fusion\templates\mapguide\slate" directory with the following code in ApplicationDefinition.xml 

<pre>

 &lt;MapSet&gt; 
    &lt;MapGroup id=&quot;montreal&quot;&gt; 
      &lt;InitialView&gt; 
        &lt;CenterX&gt;-8205000&lt;/CenterX&gt; 
        &lt;CenterY&gt;5709400&lt;/CenterY&gt; 
        &lt;Scale&gt;300000&lt;/Scale&gt; 
      &lt;/InitialView&gt; 

     &lt;Map&gt; 
        &lt;Type&gt;MapGuide&lt;/Type&gt; 
        &lt;SingleTile&gt;true&lt;/SingleTile&gt; 
        &lt;Extension&gt; 
          &lt;ResourceId&gt;Library://Greffes/Cartes/greffes.MapDefinition&lt;/ResourceId&gt; 
          &lt;Options&gt; 
            &lt;isBaseLayer&gt;false&lt;/isBaseLayer&gt; 
            &lt;projection&gt;EPSG:900913&lt;/projection&gt; 
          &lt;/Options&gt; 
        &lt;/Extension&gt; 
      &lt;/Map&gt; 

      &lt;Map&gt; 
        &lt;Type&gt;Google&lt;/Type&gt; 
        &lt;sphericalMercator&gt;true&lt;/sphericalMercator&gt; 
        &lt;SingleTile&gt;false&lt;/SingleTile&gt; 
        &lt;Extension&gt; 
          &lt;Options&gt; 
            &lt;name&gt;GoogleLayer&lt;/name&gt; 
            &lt;type&gt;G_HYBRID_MAP&lt;/type&gt; 
          &lt;/Options&gt; 
        &lt;/Extension&gt; 
      &lt;/Map&gt; 
      &lt;Extension /&gt; 
    &lt;/MapGroup&gt; 
  &lt;/MapSet&gt; 

</pre> 

<img src="http://n2.nabble.com/file/n4531799/test1.jpg" border="0" />



<img src="http://n2.nabble.com/file/n4531799/test2.jpg" border="0" />




<img src="http://n2.nabble.com/file/n4531799/test3.jpg" border="0" />


Pierre
<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/Wrong-display-of-Mapguide-map-when-BaseLayer-OpenLayer-is-off-tp4531799p4531799.html">Wrong display of Mapguide map when BaseLayer (OpenLayer) is off</a><br>
Sent from the <a href="http://n2.nabble.com/MapGuide-Users-f1803227.html">MapGuide Users mailing list archive</a> at Nabble.com.<br>