I'm able to load markers via GeoRSS, but a few things are missing from
the popup information box.
Each of my items look like this:
<item>
<title>mytitle</title>
<link><![CDATA[http:///www.mylink.com]]></link>
<description></description>
<ymaps:Address>myaddress</ymaps:Address>
<ymaps:CityState>mycity</ymaps:CityState>
<ymaps:GroupId>mygroup</ymaps:GroupId>
<ymaps:ExtraLink href="http://www.mylink.com">More
Details</ymaps:ExtraLink>
<ymaps:ExtraImage>
<url><![CDATA[http://www.myimageurl.com]]></url>
<title>imagetitle</title>
<link><![CDATA[imagelinkurl]]></link>
</ymaps:ExtraImage>
</item>
Yahoo Maps GeoRSS specification:
http://com4.devnet.re3.yahoo.com/maps/georss/index.html
1. the ExtraImage shows up with the correct title, but doesn't link
anywhere.
2. the ExtraLink doesn't show up at all.
Is there a problem with my GeoRSS xml, or are these bugs?