Hello,
one possibility to deal with the "map data popups" at google v 3.3 is to
change the repositionMapElements method on OpenLayers.Layer.Google class -
to comment out two lines there:
//termsOfUse.style.display = "";
//cache.termsOfUse = termsOfUse;

This works well for me for both v3.2 and v3.3 of Google API.

The v3.2 puts map data providers and terms of use link as a text, but it can
be wider than the actual map div. Then you will not see the whole string.
The v3.3 detects it, and when the data providers string is too large, it
just puts a link to the popup with the data providers. It is better then,
since you can see the strings appropriately.

It looks that OL is confused by the change and supposes that the popup is
something to be shown (without clicking for it).

M.

-- 
Martin Saturka
Software Engineer, Sourcefabric
[email protected]

Subscribe to our Newsletter:
www.sourcefabric.org/newsletter/

Salvátorská 10
110 00 Praha 1, Czech Republic
http://www.sourcefabric.org
http://www.twitter.com/Sourcefabric
_______________________________________________
Dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to