I'm developing a program w开发者_Go百科ho 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>
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.
精彩评论