That worked perfectly William. Thank you very much for this and the other advice! :)
After much fiddling around my map is starting to take shape: http://www.darkmatters.org/Map/TestMap2.html I've got loads more questions but I think it might be time to move on from this discussion to create a new one with a title more relevant to my next question. Cheers! On Jul 21, 7:30 pm, "William ." <[email protected]> wrote: > maybe the map is duplicate because there's two calls to the initialize() > function? Try with just the one in the <body> tag and see what happens ... > > google.maps.event.addDomListener(window, 'load', initialize); > > and > > <body style="background:#BFD0FF;" onload="initialize()"> > ... -- 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 [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-js-api-v3?hl=en.
