On Oct 27, 2:11 pm, Tom Lee <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to