<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Synesthesia &#187; maps</title>
	<atom:link href="http://www.synesthesia.co.uk/blog/archives/tag/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.synesthesia.co.uk/blog</link>
	<description>Notes on stuff</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extracting Route Instructions from Google Maps</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 06:06:31 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Mashups]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[GoogleMapsMashup]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/</guid>
		<description><![CDATA[This mini-project came about because I had a need to give people route instructions for a party.
It&#8217;s easy to use Google Maps to set up a customised route by adding placemarks at navigationally-significant locations (see this example), and you can easily add instructions (including pictures) at each point (try clicking on one of the &#8220;map [...]]]></description>
			<content:encoded><![CDATA[<p>This mini-project came about because I had a need to give people route instructions for a party.</p>
<p>It&#8217;s easy to use <a href="http://maps.google.com/" title="Google Maps">Google Maps</a> to set up a customised route by adding placemarks at navigationally-significant locations (see <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;z=16&amp;om=1&amp;msid=114870744536353390965.00000111ea7e65a3111ef&amp;msa=0" title="Example Google Map">this example</a>), and you can easily add instructions (including pictures) at each point (try clicking on one of the &#8220;map pins&#8221;).</p>
<p>However in the real world, there is nothing to beat having a list of instructions that each person can print out. I didn&#8217;t want to re-type everything into a separate document, so created a <a href="http://www.synesthesia.co.uk/data/sp2tm.php" title="Example output page">web page</a> to extract the key information from Google Maps and present it as a <a href="http://www.synesthesia.co.uk/data/sp2tm.php" title="Example output page">tabular list</a>. Editing the data in Google Maps is immediately reflected in the web page.</p>
<p>There are three key components which are described in more detail (including source listings) on the associated <a href="http://www.synesthesia.co.uk/blog/wiki/Extracting+Route+Instructions+from+Google+Map">wiki page</a>.</p>
<ul>
<li>The <a href="http://earth.google.com/kml/kml_tags_21.html" title="KML reference">KML</a> representation of the map</li>
<li>A PHP script to pull down the relevant KML file, manipulate it by application of an XSL stylesheet, and create the resulting web page</li>
<li>The XSL stylesheet</li>
</ul>
<p><strong>Assumptions and Limitations</strong></p>
<ul>
<li>Assumes that the order in which waypoints are added to the Google Map is the correct navigational order. (this could be a real pain if you later needed to add an intermediate point)</li>
<li>URL transform to get KML file is hard-coded</li>
<li>Assumes that the only placemarks on the map are navigational waypoints</li>
</ul>
<p><strong>References</strong></p>
<ul>
<li>A lot of the insight on manipulating KML came from <a href="http://cse-mjmcl.cse.bris.ac.uk/blog/2005/07/26/1122414882406.html" title="Mark McClaren's Weblog">Mark Mclaren&#8217;s Weblog</a></li>
<li>The PHP code to manipulate the XML was heavily lifted from the <a href="http://devzone.zend.com/node/view/id/1302" title="Zend Developer Zone">Zend Developer Zone</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/GoogleMapsMashup' rel='tag' target='_self'>GoogleMapsMashup</a>, <a class='technorati-link' href='http://technorati.com/tag/Mapping' rel='tag' target='_self'>Mapping</a>, <a class='technorati-link' href='http://technorati.com/tag/maps' rel='tag' target='_self'>maps</a>, <a class='technorati-link' href='http://technorati.com/tag/PHP' rel='tag' target='_self'>PHP</a>, <a class='technorati-link' href='http://technorati.com/tag/XML' rel='tag' target='_self'>XML</a>, <a class='technorati-link' href='http://technorati.com/tag/XSL' rel='tag' target='_self'>XSL</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2007-04-05</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/04/05/links-84/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/04/05/links-84/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 22:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[Linguistics]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Web-2.0]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user Synesthesia on 2007-04-05

The Yourdon Report : Web 2.0 mind-map, version 032:
latest iteration of Ed Yourdon&#8217;s research notes
Keywords: WEB_2.0
Sounds Familiar? Accents and Dialects of the UK:
Keywords: Linguistics, Maps




Technorati Tags: Linguistics, maps, Web-2.0


]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia">Synesthesia</a> on 2007-04-05</p>
<ul>
<li><a href="http://yourdon.com/personal/blog/2007/04/03/web-20-mind-map-version-032/" title="http://yourdon.com/personal/blog/2007/04/03/web-20-mind-map-version-032/">The Yourdon Report : Web 2.0 mind-map, version 032</a>:<br />
latest iteration of Ed Yourdon&#8217;s research notes<br />
Keywords: <a href="http://del.icio.us/synesthesia/WEB_2.0">WEB_2.0</a></li>
<li><a href="http://www.bl.uk/learning/langlit/sounds/index.html" title="http://www.bl.uk/learning/langlit/sounds/index.html">Sounds Familiar? Accents and Dialects of the UK</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/Linguistics">Linguistics</a>, <a href="http://del.icio.us/synesthesia/Maps">Maps</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Linguistics' rel='tag' target='_self'>Linguistics</a>, <a class='technorati-link' href='http://technorati.com/tag/maps' rel='tag' target='_self'>maps</a>, <a class='technorati-link' href='http://technorati.com/tag/Web-2.0' rel='tag' target='_self'>Web-2.0</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/04/05/links-84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2007-02-08</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/02/09/links-81/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/02/09/links-81/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 23:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[martial-arts]]></category>
		<category><![CDATA[PKM]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Stikkit]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user  Synesthesia on 2007-02-08

London Pedestrian Routemap:
The first aim of the London Pedestrian Routemap is to encourage walking in London. It does this by providing a simple, memorable picture of key walking routes in the Capital. At present there is no such map. The Routemap shows how key places connect by [...]]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia"> Synesthesia</a> on 2007-02-08</p>
<ul>
<li><a href="http://www.spacesyntax.com/main-nav/projects-and-clients/london-pedestrian-routemap.aspx" title="http://www.spacesyntax.com/main-nav/projects-and-clients/london-pedestrian-routemap.aspx">London Pedestrian Routemap</a>:<br />
The first aim of the London Pedestrian Routemap is to encourage walking in London. It does this by providing a simple, memorable picture of key walking routes in the Capital. At present there is no such map. The Routemap shows how key places connect by st<br />
Keywords: <a href="http://del.icio.us/synesthesia/London">London</a>, <a href="http://del.icio.us/synesthesia/Maps">Maps</a></li>
<li><a href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/may05/hey0525.mspx" title="http://www.microsoft.com/technet/scriptcenter/resources/qanda/may05/hey0525.mspx">How to extract paragraphs from a Word document based on styles</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/MS_Office">MS_Office</a>, <a href="http://del.icio.us/synesthesia/Scripting">Scripting</a></li>
<li><a href="http://www.stoweboyd.com/message/2007/01/in_the_time_of__1.html" title="http://www.stoweboyd.com/message/2007/01/in_the_time_of__1.html">In The Time Of &#8220;Me-First&#8221;: Stikkit</a>:<br />
Stowe Boyd uses Stikkit as an example of an approach to permissions on social tools, where the permissions start with a user, and are erlated to an item of information, not a group or workspace.<br />
Keywords: <a href="http://del.icio.us/synesthesia/Collaboration">Collaboration</a>, <a href="http://del.icio.us/synesthesia/Social_Software">Social_Software</a>, <a href="http://del.icio.us/synesthesia/DataCentredSecurity">DataCentredSecurity</a>, <a href="http://del.icio.us/synesthesia/Stikkit">Stikkit</a></li>
<li><a href="http://www.jessirae.com/blog/articles/2006/10/05/how-to-post-to-two-separate-del-icio-us-accounts-easily" title="http://www.jessirae.com/blog/articles/2006/10/05/how-to-post-to-two-separate-del-icio-us-accounts-easily">How to Post to Two Separate Del.icio.us Accounts Easily</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/del.icio.us">del.icio.us</a>, <a href="http://del.icio.us/synesthesia/Personal_Productivity">Personal_Productivity</a>, <a href="http://del.icio.us/synesthesia/PKM">PKM</a>, <a href="http://del.icio.us/synesthesia/Blogging">Blogging</a></li>
<li><a href="http://www.43folders.com/2007/02/07/stikkit-introduction/" title="http://www.43folders.com/2007/02/07/stikkit-introduction/">Stikkit: Magic words, functional emails, and a handy cheat sheet</a>:<br />
Merlin Mann @ 43 folders on Stikkit &#8211; a new Web2.0, social notes and organising thingy<br />
Keywords: <a href="http://del.icio.us/synesthesia/GTD">GTD</a>, <a href="http://del.icio.us/synesthesia/WEB_2.0">WEB_2.0</a>, <a href="http://del.icio.us/synesthesia/Social_Software">Social_Software</a>, <a href="http://del.icio.us/synesthesia/Stikkit">Stikkit</a></li>
<li><a href="http://ejmas.com/jnc/jncart_barton-wright_0200.htm" title="http://ejmas.com/jnc/jncart_barton-wright_0200.htm">JNC, Barton-Wright, Self Defence with a cane part 1</a>:<br />
From Pearson’s Magazine, 11 (January 1901), 35-44<br />
Keywords: <a href="http://del.icio.us/synesthesia/MartialArts">MartialArts</a>, <a href="http://del.icio.us/synesthesia/History">History</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/blogging' rel='tag' target='_self'>blogging</a>, <a class='technorati-link' href='http://technorati.com/tag/Collaboration' rel='tag' target='_self'>Collaboration</a>, <a class='technorati-link' href='http://technorati.com/tag/del.icio.us' rel='tag' target='_self'>del.icio.us</a>, <a class='technorati-link' href='http://technorati.com/tag/History' rel='tag' target='_self'>History</a>, <a class='technorati-link' href='http://technorati.com/tag/London' rel='tag' target='_self'>London</a>, <a class='technorati-link' href='http://technorati.com/tag/maps' rel='tag' target='_self'>maps</a>, <a class='technorati-link' href='http://technorati.com/tag/martial-arts' rel='tag' target='_self'>martial-arts</a>, <a class='technorati-link' href='http://technorati.com/tag/PKM' rel='tag' target='_self'>PKM</a>, <a class='technorati-link' href='http://technorati.com/tag/Productivity' rel='tag' target='_self'>Productivity</a>, <a class='technorati-link' href='http://technorati.com/tag/Scripting' rel='tag' target='_self'>Scripting</a>, <a class='technorati-link' href='http://technorati.com/tag/Stikkit' rel='tag' target='_self'>Stikkit</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/02/09/links-81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2006-02-12</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2006/02/13/links-19/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2006/02/13/links-19/#comments</comments>
		<pubDate>Sun, 12 Feb 2006 23:00:01 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[tube]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user  Synesthesia on 2006-02-12

London Tube Map with Anagram Station Names:
&#8230;brought to you from the depths of Prussian Girdle Keywords: Humour, Maps




Technorati Tags: Humour, London, maps, travel, tube


]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia"> Synesthesia</a> on 2006-02-12</p>
<ul>
<li><a href="http://www.unfortu.net/anagrammap/" title="http://www.unfortu.net/anagrammap/">London Tube Map with Anagram Station Names</a>:<br />
&#8230;brought to you from the depths of Prussian Girdle<br /> Keywords: <a href="http://del.icio.us/synesthesia/Humour">Humour</a>, <a href="http://del.icio.us/synesthesia/Maps">Maps</a></li>
</ul>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Humour' rel='tag' target='_self'>Humour</a>, <a class='technorati-link' href='http://technorati.com/tag/London' rel='tag' target='_self'>London</a>, <a class='technorati-link' href='http://technorati.com/tag/maps' rel='tag' target='_self'>maps</a>, <a class='technorati-link' href='http://technorati.com/tag/travel' rel='tag' target='_self'>travel</a>, <a class='technorati-link' href='http://technorati.com/tag/tube' rel='tag' target='_self'>tube</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2006/02/13/links-19/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
