You have to use Fusion 2.0 to include google maps into a flexible
layout.  That code is still in the beta process at the moment.  There
are also some coordinate system issues with projecting google maps over
your own map.  There is no standard procedure because no one has
successfully integrated google maps into their fusion layout as far as I
know.  If you do accomplish integrating the two, please document how you
were able to do it with the community.

I can tell you that you need to create a map which uses a MapGroup
similar to this:

 

    <MapGroup id="google" xsi:type="MapType">

      <Map xsi:type="WMSLayerType">

        <Type>Google</Type>

        <Extension>

          <ResourceId>google</ResourceId>

          <Options>

            <name>GoogleLayer</name>

            <type>G_PHYSICAL_MAP</type>

            <isBaseLayer>true</isBaseLayer>

            <sphericalMercator>false</sphericalMercator>

            <maxExtent>-141,41,-43,90</maxExtent>

          </Options>

        </Extension>

      </Map>

    </MapGroup>

 

You will then need to read up on the coordinate system issue here:

http://n2.nabble.com/Fusion-2---Google---Sheboygan-Sample-td2565066.html

 

And again, you will need Fusion 2.0.

 

Good luck,

-Mark Pendergraft

 

From: [email protected]
[mailto:[email protected]] On Behalf Of girish
kumar bv
Sent: Wednesday, April 15, 2009 8:00 AM
To: [email protected]
Subject: [mapguide-users] re: mapguide fusion

 

Hi all,

How to include google maps inside flexible web layout, plz provide
neccessary procedure and code

Any help is appreciated

regards,
girish

 
<http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/
signatureline....@middle?> 

 

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to