> What is the best way to get info windows to work for the GeoRSS file?
It should work 'out of the box', as it does on google.maps.com The GGeoXml used in the API is essentially the same as that. Popping your KML into this simple viewer http://greg-koppel.site88.net/maps/kml_test.html does what you expect, clickable polys ; so the problem is with your page not the API. Your method of running the maps set-up script in the middle of the page is highly suspect, especially as there are other scripts present that modify the page. It's best to put it right at the end, after all content; or to trigger it from an onload function (especially if you want it to work in IE) The API 'does something' when you click a poly on your map, but there's no visible effect. I don't know why, it may even be a CSS issue. As an aside, there's going to be a design problem because so many polys are overlaid/overlapped one on top of the other - the user can only the topmost one. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
