> I'm watching the "parsed" event to turn them off once loaded, but
> though the right function is launched once the event is caught (the
> buttons are unchecked in the sidebar), they overlays are not hidden...
This
GEvent.addListener(Goverlay[x], 'parsed', hide(x));
doesn't work, it should use a function reference, or an anonymous
function
See
http://groups.google.com/group/google-maps-api/browse_thread/thread/d9a7661a59cf690/5700b1b0a55f03ae
for an example
The IE issue is probably because you have elements with both id='map'
and id='Map'
--
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.