On 12 November 2010 12:38, xelawho <[email protected]> wrote:
>
> Can anybody tell me where I'm going wrong? Here's my map:
> http://www.xelawho.com/map/zones2.htm

>From what I can see, your XML only contains infoWindow data for one
zone. The other zones don't contain any infoWindow data, so when you
click and open the infoWindow, there is no content.

This line (Line 219 as delivered to the browser) is wrong and causes an error
  GEvent.addListener(zone, 'mouseover');
because events need to have a handler function, and you haven't specified one.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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