On Dec 16, 2:26 pm, Schwimms <[email protected]> wrote:
> In Case anyone wanted to know the answer to get two ID's equal to the
> same map:

Which are the two ids which reference the same map? You create a map
in each of "map1" and "map2", and then destroy the reference to the
first when you do
  var mapRef = new GMap2(document.getElementById("map2"));
within the loop. mapRef will only ever reference the last one.

Andrew

--

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