[mapguide-users] Re: Popup info on data with Google Maps
asexternal provider
Berg, Leandros van den [FGSBV]
L.vdBerg at fugro.nl
Fri Feb 10 03:59:32 EST 2012
Hi Martin,
I believe this is a feature of the Google Maps API v3.7. When you open
your flexible layout in the xml editor, you'll see at the bottom a
GoogleScript element. In there you'll find this link:
http://maps.google.com/maps/api/js?sensor=false
Because there is no specific API version specified, it'll download v3.7.
More on versioning the API
http://code.google.com/apis/maps/documentation/javascript/basics.html#Ve
rsioning.
Change the link in the GoogleScript element to:
http://maps.googleapis.com/maps/api/js?v=3.6&sensor=false
Kind regards,
More information about the mapguide-users
mailing list