Opened 15 years ago

Last modified 13 years ago

#29 new enhancement

GeoRSS

Reported by: yvesm Owned by:
Priority: trivial Milestone: Future
Component: widgets Version:
Keywords: Cc:

Description

Implement a GeoRSS feature into GeoPrisma.

Support for GeoRSS in OpenLayers seems to be limited to points : http://openlayers.org/dev/examples/georss.html. Just for the fun of it : try typing this GeoRSS feed in the GeoRSS url box on that page : http://ws.geonames.org/rssToGeoRSS?feedUrl=http://feeds.reuters.com/reuters/worldNews. The feed indeed looks like :

<item>
      <title>Russia shifts stance on Iran, Ahmadinejad defiant</title>
      <link>http://feeds.reuters.com/~r/reuters/worldNews/~3/8g4-Fo7IJbY/idUSGEE5B023C20091201</link>
      <description>MOSCOW (Reuters) - Russia will join any ... </description>
      <category>worldNews</category>
      <pubDate>Tue, 01 Dec 2009 20:35:46 GMT</pubDate>
      <guid isPermaLink="false">USGEE5B023C20091201</guid>
      <dc:date>2009-12-01T20:35:46Z</dc:date>
      <geo:lat>55.7522222</geo:lat>
      <geo:long>37.6155556</geo:long>
    </item>

I also understand GeoRSS - simple only suports WGS 84 : http://www.georss.org/Main_Page

Would that be a good GeoExt ux (http://trac.geoext.org/wiki/ux) candidate ?

Change History (1)

comment:1 by adube, 13 years ago

Milestone: Future
Priority: majortrivial

Is this still needed ?

Note: See TracTickets for help on using tickets.