Like many people yesterday, I noticed all my MapGuide/AIMS sites suddenly had a “Map Data” popup in the middle of my map.
So how to fix it?
Opent the file:
C:\Program Files\OSGeo\MapGuide\Web\www\fusion\lib\OpenLayers\theme\default\style.css
and add the following around line 30:
.olLayerGoogleV3.olLayerGooglePoweredBy {
visibility:hidden !important;
bottom: 15px !important;
}
.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint {
visibility:hidden !important;
}

Hello Gordon
It is not working for me, I am using AIMS 2012 not open source
watch for caching in you browser, you may have to clear you cache.
Worked for me on AIMS 2012. Thanks!
Awesome! Works perfectly after clearing the browser cache.
Using AIMS 2012. Autodesk needs to keep in step with the Google API updates and deprecations.
Thanks for the fix.
Thats right, after clearing cache, it works. thanks Mike.
Thanks!, it works after clear cache, for AIMS 2012 (C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extension 2012\www\fusion\lib\OpenLayers\theme\default\style.css)
Thanks a lot
dear gordon…
thank god you post the code here. I’ve try with aims 2013 and it doesn’t work so far. I cleared the cache in bowser and still same result. could you advice me how/? thanks
You can try pasting the code in the css of the current Template. For example the slate.css or aqua.css
trying aqua.css hmm…so far nothing happen…..
Are you using the aqua template?
if you paste the css above into the aqua.css, that should work too
don’t forget to clear the cache.
try restarting the server and …the magic happen no more popup…hmm..maybe still have a cache before…anyway thanks to you…..