Greetings All,
I’m attempting to use GeoRSS widget in Flex Viewer 3.6 and ATOM feed http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_week.atom Widget says: “A problem occurred while parsing the RSS feed. Error 1009”
Previous feed http://earthquake.usgs.gov/earthquakes/feed/atom/2.5/week doesn’t work. Exploring previous discussions have no effect. Could you please share georss config xml, if possible. My georss config xml looks like this:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<source>http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_week.atom.xml</source>
<fields>
<field name="updated" alias="Date"/>
</fields>
<titlefield>title</titlefield>
<linkfield>link</linkfield>
<refreshrate/>
<zoomscale>100000</zoomscale>
<symbols>
<picturemarkersymbol url="assets/images/i_target.png"/>
</symbols>
</configuration>
Any suggestion would be appreciated