Hi,
I´m developing a flash app. with the google maps API for flash. I want
users to create their own maps using "My maps" service provided in the
google maps web and then ask them to give me the RSS url.
I use this url to ask for data :
var importXML:XML=new XML();
importXML.ignoreWhite = true;
importXML.load(http://maps.google.es/maps/ms?
ie=UTF8&hl=es&vps=1&jsv=159e&msa=0&output=georss&msid=100777754314434610109.0004668f9ec64bae5b120);
importXML2.onLoad=function(success){---- parse the file ------}
And the file downloaded looks like:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:georss="http://www.georss.org/georss"
xmlns:gml="http://www.opengis.net/gml">
<channel>
<link>http://maps.google.com</link>
<title>InfoTour Valencia</title>
<description><![CDATA[Puntos interesantes]]></description>
<item>
<guid isPermaLink="false">0004668fa3be52fc5cb9e</guid>
<pubDate>Thu, 02 Apr 2009 10:10:20 +0000</pubDate>
<title>Palacio de las artes y las ciencias</title>
<description><![CDATA[De arquitectura innovadora]]></description>
<author>xxxxx</author>
<georss:point>
39.467010 -0.363064
</georss:point> ...............
I parse this file in order to get markers data and show them in the
map. It worked fine until a few days ago, now my app can´t open the
RSS url.
Has this something to do with the Google maps API V3 release? It is
going to solve? Can anyone help me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---