<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Geotagging blog posts</title>
	<link>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/</link>
	<description>um, what do I write here?</description>
	<pubDate>Thu, 04 Dec 2008 01:22:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Brian Brown</title>
		<link>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-45561</link>
		<dc:creator>Brian Brown</dc:creator>
		<pubDate>Mon, 06 Nov 2006 05:12:13 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-45561</guid>
		<description>Here is a link to a blog post I did about geotagging my blog posts.  It's not exactly automated, but it is pretty cool.  It also talks about geotagging photos with Garmin GPS data and Picasa.

http://hikesandbikes.blogspot.com/2006/10/life-of-geolocated-blog-post.html</description>
		<content:encoded><![CDATA[<p>Here is a link to a blog post I did about geotagging my blog posts.  It&#8217;s not exactly automated, but it is pretty cool.  It also talks about geotagging photos with Garmin GPS data and Picasa.</p>
<p><a href="http://hikesandbikes.blogspot.com/2006/10/life-of-geolocated-blog-post.html" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/hikesandbikes.blogspot.com');">http://hikesandbikes.blogspot.com/2006/10/life-of-geolocated-blog-post.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zebulon</title>
		<link>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-40756</link>
		<dc:creator>zebulon</dc:creator>
		<pubDate>Sun, 15 Oct 2006 09:25:50 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-40756</guid>
		<description>Hey there,
I get a message about the "Google Maps API key used here being registered for a different website" blabla. Could you fix that, please? ;)</description>
		<content:encoded><![CDATA[<p>Hey there,<br />
I get a message about the &#8220;Google Maps API key used here being registered for a different website&#8221; blabla. Could you fix that, please? <img src='http://www.tigert.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuomas Kuosmanen</title>
		<link>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39498</link>
		<dc:creator>Tuomas Kuosmanen</dc:creator>
		<pubDate>Mon, 09 Oct 2006 11:53:05 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39498</guid>
		<description>Andrew, I actually mailed to the "send mail to geopress developers" -address in the website :)

Anyway, you can check out the code from the svn in the end of the geoclue page on the wiki - we currently have three backends in mind: GPSD (talks to gps devices directly), plazes.com and "user set location". Plazes.com does this network recognition thing - I would be happy to know of any other methods since plazes requires an account etc. 

In any case the whole point of geoclue is that it combines the many possible backends into one simple system service on Linux that then is easy to use by any application.

Like a friend of mine said, "I want to make the weather applet always show the weather for the place I am in".</description>
		<content:encoded><![CDATA[<p>Andrew, I actually mailed to the &#8220;send mail to geopress developers&#8221; -address in the website <img src='http://www.tigert.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, you can check out the code from the svn in the end of the geoclue page on the wiki - we currently have three backends in mind: GPSD (talks to gps devices directly), plazes.com and &#8220;user set location&#8221;. Plazes.com does this network recognition thing - I would be happy to know of any other methods since plazes requires an account etc. </p>
<p>In any case the whole point of geoclue is that it combines the many possible backends into one simple system service on Linux that then is easy to use by any application.</p>
<p>Like a friend of mine said, &#8220;I want to make the weather applet always show the weather for the place I am in&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri Bergius</title>
		<link>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39424</link>
		<dc:creator>Henri Bergius</dc:creator>
		<pubDate>Mon, 09 Oct 2006 07:14:27 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39424</guid>
		<description>If I read the MetaWeblog API spec correctly, we can just extend the "post struct" (associative array) to contain a "georss:point" element:

"The defined members of struct are the elements of  in RSS 2.0, providing a rich variety of item-level metadata, with well-understood applications. 

...

The server must ignore all elements that it doesn't understand. "

http://www.xmlrpc.com/metaWeblogApi#theStruct

BTW, please keep other systems than just WordPress in mind when making the GeoClue specifications and prototypes. There are some other Geospatial CMSs available out there...

http://en.wikipedia.org/wiki/Geospatial_Content_Management_System</description>
		<content:encoded><![CDATA[<p>If I read the MetaWeblog API spec correctly, we can just extend the &#8220;post struct&#8221; (associative array) to contain a &#8220;georss:point&#8221; element:</p>
<p>&#8220;The defined members of struct are the elements of  in RSS 2.0, providing a rich variety of item-level metadata, with well-understood applications. </p>
<p>&#8230;</p>
<p>The server must ignore all elements that it doesn&#8217;t understand. &#8221;</p>
<p><a href="http://www.xmlrpc.com/metaWeblogApi#theStruct" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/www.xmlrpc.com');">http://www.xmlrpc.com/metaWeblogApi#theStruct</a></p>
<p>BTW, please keep other systems than just WordPress in mind when making the GeoClue specifications and prototypes. There are some other Geospatial CMSs available out there&#8230;</p>
<p><a href="http://en.wikipedia.org/wiki/Geospatial_Content_Management_System" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/en.wikipedia.org');">http://en.wikipedia.org/wiki/Geospatial_Content_Management_System</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Turner</title>
		<link>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39339</link>
		<dc:creator>Andrew Turner</dc:creator>
		<pubDate>Sun, 08 Oct 2006 22:40:15 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39339</guid>
		<description>Glad you found GeoPress - I was going to suggest it until I saw your edit. 

It doesn't currently handle posting locations through any of the API's. This is something we're going to add in the future. 

GeoClue looks neat. It doesn't mention any geolocation techniques such as by-ip, wifi, or other. 

And just let me know if you have any other requests or ideas!</description>
		<content:encoded><![CDATA[<p>Glad you found GeoPress - I was going to suggest it until I saw your edit. </p>
<p>It doesn&#8217;t currently handle posting locations through any of the API&#8217;s. This is something we&#8217;re going to add in the future. </p>
<p>GeoClue looks neat. It doesn&#8217;t mention any geolocation techniques such as by-ip, wifi, or other. </p>
<p>And just let me know if you have any other requests or ideas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marnanel</title>
		<link>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39287</link>
		<dc:creator>Marnanel</dc:creator>
		<pubDate>Sun, 08 Oct 2006 17:59:35 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2006/10/08/geotagging-blog-posts/#comment-39287</guid>
		<description>What would be a good start is to lobby LiveJournal to add them. It already has a "current location" field, but that's not exported to RSS.</description>
		<content:encoded><![CDATA[<p>What would be a good start is to lobby LiveJournal to add them. It already has a &#8220;current location&#8221; field, but that&#8217;s not exported to RSS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
