In 2.193 (and the following versions) the overview map can only be
hidden initially when using a crude hack. This is not necessary with
2.140.

This might be the case due to the modularized overview map.

But concerning the poorly treated overview map things are even going
worser:

2.193 creates a div in the DOM tree whose id is 'map_overview' that
can easily be checked in any browser using

document.getElementById();

Whereas 2.225 (and the following versions) creates a div whose class
name is 'gm-overview-map gmnoprint' without any id. Therefore this can
only be checked in certain browsers which are supporting

document.getElementsByClassName();


Wouldn't it be better if a modularized overview map shows at least a
unique id?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to