thanks for the quick reply, Andrew. but all the zones have the same infowindow data - it sits below all the points information, starting the <tab> tab.
that line at 219 I put in there because I wanted to get the mouse to change to a pointer when it moved over a polygon, to show that it was clickable. If you could suggest a nicer way to do it, I'd be very appreciative. Lucas On Nov 12, 6:50 am, Andrew Leach <[email protected]> wrote: > 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.
