DomingoSL
DomingoSL

Reputation: 15494

RSS with international news and GEO coordinates (GEORSS)

I'm developing a program who can locate point given a coordinate over a map, do you know an RSS with international news a geo data to test with?

PS: GEODATA EX:

GeoRSS-Simple
<georss:point>45.256 -71.92</georss:point>
GeoRSS-GML
  <georss:where>
    <gml:Point>
      <gml:pos>45.256 -71.92</gml:pos>
     </gml:Point>
  </georss:where>

Upvotes: 0

Views: 1506

Answers (1)

Kwebble
Kwebble

Reputation: 2075

This Yahoo! Pipe for a map with news includes coordinates in it's RSS feed. Or for testing use the example feeds from the Wikipedia page on GeoRSS.

Upvotes: 0

Related Questions