To work around the Overview map projection issue do the following:
O
On line 110 of OverviewMap.js, add the following 2 lines:

        this.mapObject.projection = this.getMap().oMapOL.getProjection()
        this.mapObject.oLayerOL.projection =
this.getMap().oMapOL.getProjection()

This will alllow the overview to support whatever projection your main map
is in.


The overview map is only a single layer - the MapGuide layers being the
single layer.  It doesn'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't got it working quite
properly.  Need more spare time.


Cheers,

Kori Maleski




On Tue, Mar 30, 2010 at 3:48 AM, Jose Cerrejon <[email protected]> wrote:

>
> I have the same issue now. Maybe is a bug in fussion.
> --
> View this message in context:
> http://n2.nabble.com/re-google-mapintegration-with-mapguide-tp3049773p4823732.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> _______________________________________________
> mapguide-users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to