To work around the Overview map projection issue do the following:<br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell">O<br>On line 110 of OverviewMap.js, add the following 2 lines:<br>
<br>        this.mapObject.projection = this.getMap().oMapOL.getProjection()<br>        this.mapObject.oLayerOL.projection = this.getMap().oMapOL.getProjection()</span></span><br><br>This will alllow the overview to support whatever projection your main map is in.<br>
<br><br>The overview map is only a single layer - the MapGuide layers being the single layer.  It doesn&#39;t allow a MapGuide and Google layer at the same time without some coding  (someone correct me if I am off base).  I fiddled with the code and got the Google layer in, but haven&#39;t got it working quite properly.  Need more spare time.<br>
<br><br>Cheers,<br><br>Kori Maleski<br><br><br><br><br><div class="gmail_quote">On Tue, Mar 30, 2010 at 3:48 AM, Jose Cerrejon <span dir="ltr">&lt;<a href="mailto:gis@mapas-sll.com">gis@mapas-sll.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I have the same issue now. Maybe is a bug in fussion.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/re-google-mapintegration-with-mapguide-tp3049773p4823732.html" target="_blank">http://n2.nabble.com/re-google-mapintegration-with-mapguide-tp3049773p4823732.html</a><br>

</font><div><div></div><div class="h5">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br>