<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>YAB &#187; maps</title>
	<atom:link href="http://blog.alexgirard.com/tag/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Sat, 15 Nov 2008 01:14:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Mapping 3 days in Berlin</title>
		<link>http://blog.alexgirard.com/72/</link>
		<comments>http://blog.alexgirard.com/72/#comments</comments>
		<pubDate>Mon, 14 May 2007 20:05:43 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[berlin]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[gps]]></category>

		<category><![CDATA[maps]]></category>

		<category><![CDATA[visiting]]></category>

		<category><![CDATA[walking]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/05/14/72/</guid>
		<description><![CDATA[Google Maps has made it really easy to draw lines on its interface, that&#8217;s good to keep a small walking-log of last few days in Berlin.
The city is gigantic, it&#8217;s a tiring experience urban-hiking all day long (make me remember Paris before I got my skating shoes) and I&#8217;ll switch to bike in next days [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/alx/498449135/"><img src='http://blog.alexgirard.com/wp-content/uploads/2007/05/berlin.png' alt='Berlin walking' style='border:0px;float:left;margin:3px;'/></a><a href="http://maps.google.com">Google Maps</a> has made it really easy to draw lines on its interface, that&#8217;s good to keep a small walking-log of last few days in Berlin.<br />
The city is gigantic, it&#8217;s a tiring experience urban-hiking all day long (make me remember Paris before I got my skating shoes) and I&#8217;ll switch to bike in next days (or next summer) to discover the city further.</p>
<p>Mixing Google Maps KML output and <a href="http://earth.google.com/">Google Earth</a>, you can obtain the superposition showed on the picture. Today, it takes a bit of time to point all the way on the map, it sure could be helped by some GPS tech, and some <a href="http://georss.org/">GeoRSS</a> from Flickr, or PicasaWeb, would help a lot to show the photos taken during the trip.<br />
GPS + Camera hacks already exists today, and I hope it would become mainstream in near future (less than 2 years).</p>
<p>Some links:</p>
<ul>
<li><a href="http://www.iceburnslair.com/mapper/">Nikon D200 + GPS</a></li>
<li><a href="http://www.makezine.com/blog/archive/2007/05/diy_camera_gps_project_fo.html?CMP=OTC-0D6B48984890">MakeZine GPS + Camera hack</a></li>
<li>My Maps on Google:</li>
<ul>
<li><a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=103730456996601525193.00000112714cc0553d50c&#038;t=k&#038;om=1&#038;z=13">09/05/2007 </a></li>
<li><a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;t=k&#038;om=1&#038;msa=0&#038;msid=103730456996601525193.000001128c0208e6242be&#038;ll=52.518832,13.422031&#038;spn=0.052124,0.116043&#038;z=13">13/05/2007 </a>
<li>
<li><a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;t=k&#038;om=1&#038;msa=0&#038;msid=103730456996601525193.000001128bf5c12f57382&#038;ll=52.4971,13.414478&#038;spn=0.052149,0.116043&#038;z=13">14/05/2007 </a></li>
</ul>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/72/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RSS extension: GeoRSS</title>
		<link>http://blog.alexgirard.com/rss-extension-georss/</link>
		<comments>http://blog.alexgirard.com/rss-extension-georss/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 23:58:53 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[api]]></category>

		<category><![CDATA[extension]]></category>

		<category><![CDATA[geo]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[maps]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/04/05/rss-extension-georss/</guid>
		<description><![CDATA[Reading about Google Maps API today, I discovered GeoRSS features:
Some simple xml elements to add in item elements:

&#60;georss:point&#62;43.127697 -77.573776&#60;/georss:point&#62;
&#60;geo:Point&#62;
&#60;geo:lat&#62;43.127697&#60;/geo:lat&#62;
&#60;geo:long&#62;-77.573776&#60;/geo:long&#62;
&#60;/geo:Point&#62;

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

Wordpress extented by GeoRSS plugin can be ready in 5 minutes and do miracles.
]]></description>
			<content:encoded><![CDATA[<p>Reading about <a href="http://www.google.com/apis/maps/">Google Maps API</a> today, I discovered GeoRSS features:</p>
<p>Some simple xml elements to add in item elements:</p>
<pre>
&lt;georss:point&gt;43.127697 -77.573776&lt;/georss:point&gt;
&lt;geo:Point&gt;
&lt;geo:lat&gt;43.127697&lt;/geo:lat&gt;
&lt;geo:long&gt;-77.573776&lt;/geo:long&gt;
&lt;/geo:Point&gt;
</pre>
<p>Add it to Flickr feeds with a simple attribute (<em>georss=1</em>): <a href="http://api.flickr.com/services/feeds/groups_pool.gne?id=322338@N20&#038;format=rss_200&#038;georss=1">http://api.flickr.com/services/feeds/[...]&#038;format=rss_200&#038;georss=1<br />
</a></p>
<p><a href="http://www.wordpress.org">Wordpress</a> extented by <a href="http://www.georss.org/trac/trac.cgi/wiki/GeoPress">GeoRSS plugin</a> can be ready in 5 minutes and do miracles.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/rss-extension-georss/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
