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, _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
