> Because of your subject matter, there's lots of scope for a clash of
> DOM ids or javascript variables/functions involving the use of the
> word 'map' with something the Google API uses

Thinking a bit more on that, why not immediately change the name of
the div the map lives in
   <div id='gmap_canvas' ...
and change the name of your GMap2 javascript object
    var gmap = new GMap(document.getElementById("gmap_canvas"));
    var customUI = gmap.getDefaultUI();
and all the other occurences of 'map'.

It might just fix your issue now, but I'm sure it will save future
headaches either way.

--~--~---------~--~----~------------~-------~--~----~
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