Hi, url: http://clients.electricstudio.co.uk/tvsrp/maps/map.php
I am really struggling with javascript uses the google maps api 2. I have tested on the following browsers and still get the same problem: Linux: Firefox, Chrome Windows: IE 7, IE 6 What happens is that I have a load of camera locations in an array and they get plotted onto the map. When I click on a camera, the map pans to the last camera in the array and a bubble appears with the information of the last camera. I would like to be able to click on any camera to find out more about the camera I click on! I'm very sure that Its a problem in this part of my code: http://pastie.org/1099586 if i comment out 'GEvent.addListener(marker, "click", function() {marker.openInfoWindowHtml(boxinfo);});' and uncomment '//var marker = createMarker(point, boxinfo);' it works but i no longer have my customised icons! Please can someone point me in the right direction on how to fix this? Regards, Swifty -- 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.
