RSS extension: GeoRSS

Reading about Google Maps API today, I discovered GeoRSS features:

Some simple xml elements to add in item elements:

<georss:point>43.127697 -77.573776</georss:point>
<geo:Point>
<geo:lat>43.127697</geo:lat>
<geo:long>-77.573776</geo:long>
</geo:Point>

Add it to Flickr feeds with a simple attribute (georss=1): http://api.flickr.com/services/feeds/[...]&format=rss_200&georss=1

Wordpress extented by GeoRSS plugin can be ready in 5 minutes and do miracles.

Tags: , , , , ,