1

Re: Map Data popup

It seems as of today my maps are appearing with a popup window containing data about the Map.

I can dismiss the window but it reappears as soon as I scroll or zoom.

I notice this also happens on the black squirrel project website so it's not just mine.

Chris.

2

Re: Map Data popup

Hi Chris
It appears that Google deprecated version 3.6 of the map API yesterday and now serve version 3.7 instead, but OpenLayers is not fully compatible with v3.7. This is fixed in the next version of OpenLayers but of course we cannot really wait for a release, so a temporary fix is to add the following to the default_site.css file (found in sites/all/modules/iform/media/css).

div.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint { visibility: hidden;}
John van Breda
Biodiverse IT

3

Re: Map Data popup

Hi
This is not a perfect workaround as the "Powered by Google" link in the bottom left is broken. I have backported the fix from the next version of OpenLayers and put the updated file in the 0.8.1 branch of the repository, available at http://indicia.googlecode.com/svn/core/branches/version%200.8.1/media/js/OpenLayers.js
Jim.

4

Re: Map Data popup

Thanks for your help - the OpenLayers back port works a treat :)