You hit the nail on the head. It's a bug in _IG_FetchXmlContent; the fix is supposed to go live early this week.
Related thread: http://groups.google.com/group/Google-Gadgets-API/msg/7baebef0ca0d8e4b -Mike > From: William > > http://dcist.com/map/stations.xml > > mapplet.xml has the url as > > var station_xml_url = "http://www.dcist.com/map/stations.xml"; > > but your server rewrites "www.dcist.com" to "dcist.com" when > the data is returned. > > Perhaps _IG_FetchXmlContent might be stricter on host > redirections than before. > > So change to > > var station_xml_url = "http://dcist.com/map/stations.xml"; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
