I have a page that contains two unique maps with each map having one
KML Layer as an overlay.  Each map is contained in an <div> that are
displayed and hidden based on a what the viewer selects via a drop-
down box.

My problem is that I can't get both layers to display on their
respective maps...only the first one declared seems to appear.  If I
set the first one to null via setMap(null) I can get the second to
appear.  I can also get both KML layers to appear on one map...just
not on their respective maps.

I realize that I could just put both KML Layers on one map and show
and hide the KML Layers based on what the user selects...but I need to
have the ability to do the show/hide on individual <div> since I have
two other layers that are static JPEG's.

Here is the site: http://www.crosscountry06.com/

Thank you for any help you can provide!

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

Reply via email to