<?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>Yep Sport</title>
	<atom:link href="http://blog.oobrien.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oobrien.com</link>
	<description>An orienteering weblog</description>
	<lastBuildDate>Thu, 04 Mar 2010 20:19:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OOM Undocumented Feature &#8211; Rotating Control Labels</title>
		<link>http://blog.oobrien.com/2010/03/oom-undocumented-feature-rotating-control-labels/</link>
		<comments>http://blog.oobrien.com/2010/03/oom-undocumented-feature-rotating-control-labels/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:18:32 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1865</guid>
		<description><![CDATA[One problem which my club has come across when assembling Street-O maps using OpenOrienteeringMap is where control labels clash with other features on the map &#8211; they may obscure important underlying topology, or intrude on the circles denoting other nearby controls, as shown in the first image below.
To fix this, you can manually specify the [...]]]></description>
			<content:encoded><![CDATA[<p>One problem which my club has come across when assembling Street-O maps using <a href="http://oobrien.com/oom/">OpenOrienteeringMap</a> is where control labels clash with other features on the map &#8211; they may obscure important underlying topology, or intrude on the circles denoting other nearby controls, as shown in the first image below.</p>
<p>To fix this, you can manually specify the angle that the label appears at with respect to the control circle. I haven&#8217;t yet built this in to the online map builder, partly because I didn&#8217;t want to clutter the UI with too many options, partly because I haven&#8217;t got around to it, and partly because the variables that allow labels to be positioned as such is not yet in the released version of OpenLayers (it is in the trunk) that the map builder is based on, so I&#8217;ve had to patch my version specially &#8211; I&#8217;m reluctant to do too much coding in this area before it&#8217;s formally released.</p>
<p>&#8230;anyway, to fix it, first produce your map as normal. Then, notice the faint horizontal black line on the bottom left of the PDF? This is actually text which represents a partial URL that allows the map to be recreated. Zoom in to the bottom left in your PDF reader, and copy the line of text into a text editor.</p>
<p>The next step is to edit the label angles. Find the section starting &#8220;<code>controls=</code>&#8220;. Everything beyond this is a control, each control is defined as four numbers, each seperated by a comma (and no spaces). A comma is also used to separate each control. e.g. <code>controls=1a,1b,1c,1d,2a,2b,2c,2d</code> &#8211; where 1a, 1b, 1c and 1d are the four attributes for control 1, etc. The attributes are control number, label angle (clockwise from north), latitude and longitude. The lat/lon coordinates look funny &#8211; they use the &#8220;EPSG900913&#8243; Google-style coordinates. The label angle is the one to change &#8211; they all default to 45 (top right), changing this to, for example, 180, will set the label to be directly below the circle.</p>
<p>Once this is done, copy the long line of text and append it to the URL <code>http://tiler1.censusprofiler.org/pdf?</code> in your web browser. Press enter and you should get back a new PDF with the corrected angles, as seen in the second image below. (N.B. the URL may change in the future, I&#8217;m piggy-backing off one of my work project websites at the moment for this.)</p>
<p><img src="http://blog.oobrien.com/files/2010/03/labelclashbefore.png" alt="" title="labelclashbefore" width="246" height="287" /><br />
<b>Before</b></p>
<p><img src="http://blog.oobrien.com/files/2010/03/labelclashafter.png" alt="" title="labelclashafter" width="246" height="290" /><br />
<b>After</b></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Foom-undocumented-feature-rotating-control-labels%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Foom-undocumented-feature-rotating-control-labels%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/03/oom-undocumented-feature-rotating-control-labels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOM Live-Updating</title>
		<link>http://blog.oobrien.com/2010/03/oom-live-updating/</link>
		<comments>http://blog.oobrien.com/2010/03/oom-live-updating/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 07:00:34 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1848</guid>
		<description><![CDATA[
OpenOrienteeringMap now updates in near-real-time from the OpenOrienteeringMap database. It does what&#8217;s called &#8220;minutely&#8221; updates, although the actual time-lag from updating something in OpenStreetMap (say, using Potlatch), to it appearing in OpenOrienteeringMap, is typically around five minutes &#8211; occasionally the delay may be up to 15 minutes, or the update doesn&#8217;t appear at all if [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.oobrien.com/files/2010/03/splintmap.geog_.ucl_.ac.uk-osm_minutely-week.png" alt="" title="OSM Minutely updates" width="495" height="271" class="aligncenter size-full wp-image-1853" /></p>
<p><a href="http://oobrien.com/oom/">OpenOrienteeringMap</a> now updates in near-real-time from the OpenOrienteeringMap database. It does what&#8217;s called &#8220;<a href="http://wiki.openstreetmap.org/wiki/Minutely_Mapnik">minutely</a>&#8221; updates, although the actual time-lag from updating something in OpenStreetMap (say, using Potlatch), to it appearing in OpenOrienteeringMap, is typically around five minutes &#8211; occasionally the delay may be up to 15 minutes, or the update doesn&#8217;t appear at all if something wrong happens. This is, however, a vast improvement on the per-month updating I was doing before &#8211; that process took a couple of days to run, this only takes a few seconds each minute.</p>
<p>Note if you are viewing OOM in your browser, your browser will probably cache the tiles, including ones which have since been updated, so you will want to do a &#8220;super-refresh&#8221; of the page (Control+Shift+R) or reopen your web browser, if you&#8217;ve made changes and want to see them reflected. Creating PDF maps always uses the database so doesn&#8217;t suffer from this caching issue.</p>
<p>A huge amount of adding and updating is going on around the world in OpenStreetMap &#8211; the project is growing by around 5% a week &#8211; so it&#8217;s good to be able to take advantage of people&#8217;s efforts on a timely basis.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Foom-live-updating%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Foom-live-updating%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/03/oom-live-updating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOM Map Builder</title>
		<link>http://blog.oobrien.com/2010/03/oom-map-builder/</link>
		<comments>http://blog.oobrien.com/2010/03/oom-map-builder/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:00:49 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1841</guid>
		<description><![CDATA[
OpenOrienteeringMap now has a map builder, that will create a PDF map of any area, optionally with score-course orienteering controls on it, for you to print out and run on. You choose the scale, orientation and style &#8211; street-O, pseud-O or a special street-O without railway lines. Adornments such as a title, north arrow, logo [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.oobrien.com/files/2010/03/oommk.jpg" alt="" title="oommk" width="500" height="362" class="aligncenter size-full wp-image-1846" /></p>
<p><a href="http://oobrien.com/oom/">OpenOrienteeringMap</a> now has a map builder, that will create a PDF map of any area, optionally with score-course orienteering controls on it, for you to print out and run on. You choose the scale, orientation and style &#8211; street-O, pseud-O or a special street-O without railway lines. Adornments such as a title, north arrow, logo and attribution are added.</p>
<p>To use it, click on the &#8220;Create a Map&#8221; link. The builder (which is written in Javascript) doesn&#8217;t exactly match the final map 100% as it is just building up a URL that gets sent to another service, powered by  Python, Mapnik and Cairo which actually creates the PDF map for printing &#8211; the latter is a high-quality vector map so should look great when printed out &#8211; no jaggies, except for point-features as Mapnik trunk doesn&#8217;t (yet) support SVG icons.</p>
<p>Tip: The URL used to create the map is reproduced in tiny-text on the bottom left of the map &#8211; it will look like a small black line until you zoom in to 1600% or so. Copy this text and add it to the end of &#8220;http://tiler1.censusprofiler.org/pdf?&#8221; to reproduce the map. You can tweak the size (in metres) of the PDF sheet, to accommodate unusual sheet sizes, and also change the title and control positions here rather than having to recreate the whole map in the builder.</p>
<p>I&#8217;m going to be documenting how the PDF map is produced, on my <a href="http://www.oliverobrien.co.uk/">research blog</a>, in the next few weeks.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Foom-map-builder%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Foom-map-builder%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/03/oom-map-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day in the Mountains</title>
		<link>http://blog.oobrien.com/2010/03/a-day-in-the-mountains/</link>
		<comments>http://blog.oobrien.com/2010/03/a-day-in-the-mountains/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 14:06:31 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1834</guid>
		<description><![CDATA[
One day last February, I stepped out of work and onto a sleeper train up to the Scottish Highlands with a friend, did a day&#8217;s hillwalking from Corrour, an outstandingly remote place, then got the evening train down and the sleeper back to London, rolling back into the office at an unusually early (for me) [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.oobrien.com/files/2010/03/IMG_7072c.jpg" alt="" title="IMG_7072c" width="500" height="500" class="aligncenter size-full wp-image-1835" /></p>
<p><a href="http://attackpoint.org/viewlog.jsp/user_1098/period-1/enddate-2009-02-18">One day last February</a>, I stepped out of work and onto a sleeper train up to the Scottish Highlands with a friend, did a day&#8217;s hillwalking from Corrour, an outstandingly remote place, then got the evening train down and the sleeper back to London, rolling back into the office at an unusually early (for me) hour.</p>
<p><a href="http://attackpoint.org/viewlog.jsp/user_1098/period-1/enddate-2010-02-23">Last month</a> I did the same thing again, this time with <a href="http://www.danieljlewis.org/">Dan</a> and <a href="http://www.spatialanalysis.co.uk/">James</a>. This time we got really lucky with the weather, so I decided on an ambitious (for winter) trek over two Munros to the south of Tulloch. We had just six hours between the morning train arriving and the evening train leaving, so we kept up a good pace. The snow depth wasn&#8217;t as bad as expected, with a 10-15cm layer of hoar frost sitting on top of some well-packed snow. Towards the end of the day we saw a front creeping towards us, that was to give a very heavy snowfall and avalanches in the area the following day.</p>
<p>Finding a good, straight path, we took a direct route up the ever-steepening slopes to the first summit (very boggy and nasty in summer apparently), then a pleasant and fast ridge-walk to the second Munro (again rough in summer) and finally a steep descent back down to the Narnia-like forest &#8211; the track being overgrown with trees bent double under the weight of the snow &#8211; and back to the station.</p>
<p>The area was a bit sparse on OpenStreetMap but I&#8217;ve gone back over the area and traced in the details, with the help of my GPS log, Landsat imagery and Scottish Popular Edition mapping that is now available in Potlatch (more on that soon).</p>
<p>A grand day out.</p>
<p><a href="http://attackpoint.org/sessiondata.jsp?sessionid=1273345">Route</a> &#8211; for the full 3D experience you need the Google Earth browser plugin.</p>
<p><img src="http://blog.oobrien.com/files/2010/03/IMG_7062c.jpg" alt="" title="IMG_7062c" width="500" height="344" class="aligncenter size-full wp-image-1836" />
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Fa-day-in-the-mountains%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F03%2Fa-day-in-the-mountains%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/03/a-day-in-the-mountains/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Orienteering 101</title>
		<link>http://blog.oobrien.com/2010/01/orienteering-101/</link>
		<comments>http://blog.oobrien.com/2010/01/orienteering-101/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:19:54 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Orienteering]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1817</guid>
		<description><![CDATA[

Making lists of orienteering maps seem to be popular at the moment. Following the CompassSport 99 which featured a map in each of the UK&#8217;s ceremonial counties, and the Attackpoint 51 which does the same for US states, a project has launched to build a list of the top 101 unmissable orienteering maps around the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/oobrien/1000091337/" title="Velika Planina Village (1628) by oobrien, on Flickr"><img src="http://farm2.static.flickr.com/1198/1000091337_cbf8bb37d9.jpg" width="500" height="320" alt="Velika Planina Village (1628)" /></a></p>
<p><img src="/2006/08/july-races/files/images/sow3.jpg" width="300" height="225" align="right" /><br />
Making lists of orienteering maps seem to be popular at the moment. Following the <a href="http://forum.nopesport.com/viewtopic.php?f=1&amp;t=10401">CompassSport 99</a> which featured a map in each of the UK&#8217;s ceremonial counties, and the <a href="http://www.attackpoint.org/discussionthread.jsp/message_371209">Attackpoint 51</a> which does the same for US states, a project <a href="http://orienteeringmaps.net/blog/2010/01/26/101-orienteering-maps-you-should-run-on-before-you-die/">has launched</a> to build a list of the top 101 unmissable orienteering maps around the world. It&#8217;s a collaboration between Jan Kocbach of WorldOfO and Ivan Nagy of <a href="http://www.oocup.com/">OO.Cup</a>. They are planning on making it into a book &#8211; If this comes to fruition as a coffee-table book of amazing photographs and maps (and I know Ivan takes good photos, the OO.Cup pages always look great!) then it looks like I already know what I&#8217;ll be getting people for Christmas.</p>
<p>I&#8217;m not sure if the emphasis will be on the best areas technically (and toughest physically), the areas that are most enjoyable to run in, or are in the most spectacular situations &#8211; the three types are subtly different, and the very best maps probably need to fufill at least two of these three criteria.</p>
<p>In terms of best technical areas that I&#8217;ve run on, The Trossachs in Scotland has got to be up there, along with most areas in Sweden I&#8217;ve run in &#8211; particularly Lunsen near Uppsala which was the venue of the Varsity Match in 2008. The most enjoyable race I&#8217;ve run in is probably Venice, and running around and through the Cite de Carcassonne in the south of France was pretty spectacular. Some of the urban events that are currently popular in the UK would rate quite highly as spectacular, I think, including Oxford in 2006, and my own City of London Race &#8211; particularly if we do have it on both sides of the River Thames in 2010. </p>
<p>An area that fulfils all three of the criteria without doubt though is Trockener Steg, which was Day 3 of the Swiss O Week in Zermatt in 2006. In fact, the whole week was superb, but this was my favourite map of all, particularly the running on the amazingly complex, recently glaciated rocks. The views to the Matterhorn were stunning, the orienteering was fiendishly complex and it was great fun.</p>
<p><i>(Article updated to clarify the project organisers, and add some nice photos.)</i></p>
<p><a href="http://www.flickr.com/photos/oobrien/197577537/" title="Day 3 Finish (4269) by oobrien, on Flickr"><img src="http://farm1.static.flickr.com/78/197577537_62a7004170.jpg" width="500" height="375" alt="Day 3 Finish (4269)" /></a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Forienteering-101%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Forienteering-101%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/01/orienteering-101/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pub-O</title>
		<link>http://blog.oobrien.com/2010/01/pub-o/</link>
		<comments>http://blog.oobrien.com/2010/01/pub-o/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:15:40 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Orienteering]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1813</guid>
		<description><![CDATA[While digging through some old directories, I came across this artwork for an OUOC social back in 1999:


[Update - I believe this may be the work of the legendary OCCO President and true recreational orienteer, The Boy Nailest.]

			
				
			
		
]]></description>
			<content:encoded><![CDATA[<p>While digging through some old directories, I came across this artwork for an OUOC social back in 1999:</p>
<p><img src="http://blog.oobrien.com/files/2010/01/pubcrawl.gif" alt="" title="pubcrawl" width="494" height="596" class="aligncenter size-full wp-image-1815" /></p>
<p><img src="http://blog.oobrien.com/files/2010/01/controls.gif" alt="" title="controls" width="195" height="277" class="aligncenter size-full wp-image-1814" /></p>
<p>[<b>Update</b> - I believe this may be the work of the legendary OCCO President and true recreational orienteer, The Boy Nailest.]
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fpub-o%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fpub-o%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/01/pub-o/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drawing Nice ISSOM Buildings in Illustrator</title>
		<link>http://blog.oobrien.com/2010/01/drawing-nice-issom-buildings-in-illustrator/</link>
		<comments>http://blog.oobrien.com/2010/01/drawing-nice-issom-buildings-in-illustrator/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 14:48:39 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[Cartography]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1804</guid>
		<description><![CDATA[ISSOM orienteering maps show buildings in plan view. Many buildings edges are orthogonal (i.e. at right angles to each other) &#8211; here&#8217;s how to draw these buildings neatly and correctly in Adobe Illustrator CS3, and also ensure that parallel building features are lined up correctly. 
1. Measure the angle that the building is at, on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="lazarus.elte.hu/mc/specs/issom2007.pdf">ISSOM</a> orienteering maps show buildings in plan view. Many buildings edges are orthogonal (i.e. at right angles to each other) &#8211; here&#8217;s how to draw these buildings neatly and correctly in Adobe Illustrator CS3, and also ensure that parallel building features are lined up correctly. </p>
<p>1. Measure the angle that the building is at, on your basemap:</p>
<p><img src="http://blog.oobrien.com/files/2010/01/step1.png" alt="" title="step1" width="391" height="268" class="aligncenter size-full wp-image-1806" /></p>
<p>2. Open up Preferences and go to the General tab. Enter the measured angle in the &#8220;Constrain Angle&#8221; box:</p>
<p><img src="http://blog.oobrien.com/files/2010/01/step2.png" alt="" title="step2" width="500" height="304" class="aligncenter size-full wp-image-1807" /></p>
<p>3. Draw the vertices of the building. Holding down Shift will now constrain subsequent vertices to the constrain angle (and +/- 45 degrees and 90 degrees from it) rather than to the horizontal and vertical of your screen.</p>
<p>4. Using Smart Guides in conjunction with setting the constrain angle will help line up parallel features, allowing buildings to be drawn quickly and accurately. A quirk of switching on Smart Guides, is that you will normally then need to click to reselect any existing node, vertex or partially-drawn building.</p>
<p><a href="http://blog.oobrien.com/2010/01/drawing-nice-issom-buildings-in-illustrator/step3/" rel="attachment wp-att-1808"><img src="http://blog.oobrien.com/files/2010/01/step3.png" alt="" title="step3" width="500" height="323" class="aligncenter size-full wp-image-1808" /></a></p>
<p>Smart Guides are very useful, but can be annoying when drawing very complex buildings with shallow or unusual angles &#8211; I typically switch them on or off repeatedly when tracing such buildings, and memorise and jump between two or more constrain angles for different &#8220;wings&#8221; of the building.</p>
<p>The background imagery used in this example, by the way, is recently released imagery showing the extent of the earthquake damage in Port-au-Prince, Haiti. The OpenStreetMap community <a href="http://wiki.openstreetmap.org/wiki/Haiti#2010_Earthquake_Response">is working to quickly</a> complete a map of the city to aid the rescue effort.
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fdrawing-nice-issom-buildings-in-illustrator%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fdrawing-nice-issom-buildings-in-illustrator%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/01/drawing-nice-issom-buildings-in-illustrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of the Year 2009: Part 1</title>
		<link>http://blog.oobrien.com/2010/01/review-of-the-year-2009-part-1/</link>
		<comments>http://blog.oobrien.com/2010/01/review-of-the-year-2009-part-1/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:42:39 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[For The Record]]></category>
		<category><![CDATA[Leisure]]></category>
		<category><![CDATA[Orienteering]]></category>
		<category><![CDATA[cycling]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1784</guid>
		<description><![CDATA[2009 was a year in which I started to do less orienteering (after 13 years in the sport), a bit more running, and a lot more cycling. It was also almost an injury-free year.
January
The year started with a training score exercise in Aird&#8217;s Park, near Oban, on New Year&#8217;s Day. &#8220;Park&#8221; is a highly misleading [...]]]></description>
			<content:encoded><![CDATA[<p>2009 was a year in which I started to do less orienteering (after 13 years in the sport), a bit more running, and a lot more cycling. It was also almost an injury-free year.</p>
<p><b>January</b></p>
<p>The year started with a training score exercise in Aird&#8217;s Park, near Oban, on New Year&#8217;s Day. &#8220;Park&#8221; is a highly misleading name for the area, it was extremely physical with tussocks and marshes everywhere. Managed to finish second, but only because most of the good people misjudged the time back to the start and got penalties. I was up in the Scottish Highlands on the annual JOK New Year hillwalking trip, so the following day it was back to the Munros &#8211; and what a day. The four eastern Mamores climbed in cold and crisp conditions, finishing well after dark.</p>
<p>The only other orienteering in January was two London street-Os &#8211; an LOK race in Hampstead and a SLOW race in Wimbledon. They were very hilly, and I got a late penalty at both. And also a weekend of city races &#8211; on the Saturday the second Edinburgh Street Race which I enjoyed even more than the first, especially as I didn&#8217;t get disqualified this time &#8211; and then on the Sunday, having travelled right back to London, it was up again to Lincoln for their own City Race, again the second time I have run it. Again, a great race, and even better than the one before. This time, we got to run right through Lincoln Castle &#8211; up the drawbridge, across the battlements and out through the gate. A race with a definite &#8220;wow&#8221; factor.</p>
<p><a href="http://www.flickr.com/photos/oobrien/3168412598/" title="On the summit ridge of Binnein Mor (5290) by oobrien, on Flickr"><img src="http://farm2.static.flickr.com/1194/3168412598_d3268ce17d.jpg" width="500" height="371" alt="On the summit ridge of Binnein Mor (5290)" /></a></p>
<p><b>February</b></p>
<p>In February I was quite preoccupied with planning for the JOK Chasing Sprint, which was near Watford. A few chilly weekends were spent surveying the courses. There was also another SLOW street-O, at Kingston, where I again got a late penalty! </p>
<p>Also, I got back up in the Highlands, for one day only. Sleeper to Glasgow, early morning train up, six damp hours in the hills around Loch Ossian (some snow, but a big thaw was on) and then back on the train overnight to London. I&#8217;m doing it all again next month.</p>
<p>Finally, I got to use my mountain bike on &#8220;proper&#8221; terrain as opposed to the streets of London &#8211; a two hour lap of the &#8220;Red trail&#8221; singletrack at Bedgebury Forest in Kent &#8211; a warm-up for a weekend singletracking in Wales. My cheapo-MTB held up just fine, which was more than could be said for Chris&#8217;s hire bike.</p>
<p><a href="http://www.flickr.com/photos/oobrien/3310567481/" title="View down to Loch Ossian (5361) by oobrien, on Flickr"><img src="http://farm4.static.flickr.com/3496/3310567481_bfc713a5ec.jpg" width="500" height="407" alt="View down to Loch Ossian (5361)" /></a></p>
<p><b>March</b></p>
<p>The first terrain orienteering of the year &#8211; BUCS in SW London. Oxford was organising it on SLOW areas. I went very wrong indeed at the individual race &#8211; probably lack of practice. The relay was a bit better but I was still a bit clueless. At least I was a bit better at the next SLOW street-O two days later, in Surbiton. Didn&#8217;t get a late penalty for once.</p>
<p>The next weekend it was time for my first mega-cycle of the year &#8211; over 10 hours in the saddle, as I tried (and failed) to get to Eastbourne. My mistake, perhaps, was following the National Cycle Network route (21) strictly, even where it goes off the road to go up a bumpy, muddy track, only to rejoin the road a couple of km later. It did this many times. Some sections were very pleasant, such as the bit around Eridge. But, 140km after leaving Hackney, it had got properly dark, so I cut the trip short. </p>
<p>One week later I was off on the bike again, this time taking the &#8220;official&#8221; road-cycling route to Brighton. I completed the 100km route in just over 5 hours, + a couple of hours of stops &#8211; slightly disappointingly seven minutes longer than last year&#8217;s.</p>
<p>I also made a start on mapping the western extension to the City of London orienteering map, with a wander around the old alleys off Fleet Street.</p>
<p>The month finished with a weekend in Wales, on the various MTB singletrack trails in Coed y Brenin in North Wales. Great fun, a lot of trails were done, including the Tawr and most of the Dragon&#8217;s Back.</p>
<p><img src="http://blog.oobrien.com/files/2010/01/n779785520_6111535_5282780-500x375.jpg" alt="n779785520_6111535_5282780" title="n779785520_6111535_5282780" width="500" height="375" class="aligncenter size-medium wp-image-1785" /></p>
<p><b>April</b></p>
<p>The fourth trip in four months to Scotland &#8211; on Saturday I ran in the Scottish Sprint Orienteering Champs at Stirling University. Afterwards I went for a walk up to the Wallace Monument &#8211; I&#8217;d been meaning to have a look around this for years. The following day I ran the Edinburgh Half-Marathon &#8211; the sprints having been a less-than-ideal preparation. The second half of my race was a lot slower than the first. I&#8217;m doing the full-marathon version this year, and will be preparing better!</p>
<p>A couple of days later, and I had not recovered, but I ran anyway in the final SLOW street-O of the year, in Pimlico. I got around with two seconds to spare, and got my second best result of the series. Tim &amp; CJ&#8217;s feast was excellent. Then it was back up to Scotland for Easter, but doing the JK Sprint in Newcastle on the way. </p>
<p>Back in London, I cycled 75km to Cuckfield with Anna, the first of our joint training trips for John O&#8217;Groats-London in the summer. It was a busy weekend &#8211; on the 19th I ran in the Newham Classic 10K &#8211; it was a very local race for me, and cheap to enter, and the route past the Olympic Stadium looked interesting. Then in the afternoon more City of London map surveying, around Lincoln&#8217;s Inn &#8211; and I had my bike nicked! It had lasted only 18 months, although as it happened I was going to be getting a road bike for the long summer cycles anyway.</p>
<p>Finally, there was the Varsity Match, which was just north of London and later in the year than normal &#8211; this year&#8217;s is in early March in Cornwall. The individual was in Epping Forest &#8211; always an enjoyable area to run on. The course was tough but pleasant, and my race was livened up when I spotted a snake slivering away from one of the controls near the end. It was warm enough to lie around at the finish and eat ice cream &#8211; summer was on its way!</p>
<p><a href="http://www.flickr.com/photos/oobrien/3630073723/" title="Dalkeith to Peniculk Railway Walk (5967) by oobrien, on Flickr"><img src="http://farm4.static.flickr.com/3381/3630073723_ba11ace3d9.jpg" width="500" height="401" alt="Dalkeith to Peniculk Railway Walk (5967)" /></a>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Freview-of-the-year-2009-part-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Freview-of-the-year-2009-part-1%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/01/review-of-the-year-2009-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor Tweaks</title>
		<link>http://blog.oobrien.com/2010/01/minor-tweaks/</link>
		<comments>http://blog.oobrien.com/2010/01/minor-tweaks/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 14:12:01 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Orienteering]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1779</guid>
		<description><![CDATA[Some small updates to OpenOrienteeringMap: 

Where trams run on or very near roads, they are now shown as being underneath the road. For the Street-O  map, this means they are partially or completely obscured. On the Pseud-O map, a set of square dots shows where the tram goes. This stops the tram line from [...]]]></description>
			<content:encoded><![CDATA[<p>Some small updates to <a href="http://www.oobrien.com/oom/">OpenOrienteeringMap</a>: </p>
<ul>
<li>Where trams run on or very near roads, they are now shown as being underneath the road. For the Street-O  map, this means they are partially or completely obscured. On the Pseud-O map, a set of square dots shows where the tram goes. This stops the tram line from obscuring the (passable) road.<br />
<img src="http://blog.oobrien.com/files/2010/01/oomtrams.png" alt="oomtrams" title="oomtrams" width="250" height="92" class="aligncenter size-full wp-image-1780" /></li>
<li>Hedges are now drawn underneath the road layer, so they no longer obscure passable roads.<br />
<img src="http://blog.oobrien.com/files/2010/01/oomhedges.png" alt="oomhedges" title="oomhedges" width="250" height="92" class="aligncenter size-full wp-image-1781" /></li>
<li>Paths and tracks in tunnels (e.g. in shopping centres) are now shown on the Street-O map &#8211; previously they only appeared on Pseud-O.</li>
</ul>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fminor-tweaks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fminor-tweaks%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/01/minor-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenOrienteeringMap Covers the World</title>
		<link>http://blog.oobrien.com/2010/01/openorienteeringmap-covers-the-world/</link>
		<comments>http://blog.oobrien.com/2010/01/openorienteeringmap-covers-the-world/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 01:41:34 +0000</pubDate>
		<dc:creator>Oliver</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.oobrien.com/?p=1773</guid>
		<description><![CDATA[
OpenOrienteeringMap now covers the whole world &#8211; previously just Great Britain was included. You can now jump to a location by entering the latitude and longitude, and the country-level name clouds are now replaced with the regular OpenStreetMap maps. The mapping data is from 6 January.
Above: Amsterdam. Below: The Forbidden City.


			
				
			
		
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.oobrien.com/files/2010/01/oomamsterdam.png" alt="oomamsterdam" title="oomamsterdam" width="500" height="500" class="aligncenter size-full wp-image-1775" /><br />
<a href="http://www.oobrien.com/oom/">OpenOrienteeringMap</a> now covers the whole world &#8211; previously just Great Britain was included. You can now jump to a location by entering the latitude and longitude, and the country-level name clouds are now replaced with the regular OpenStreetMap maps. The mapping data is from 6 January.</p>
<p><i>Above: Amsterdam. Below: The Forbidden City.</i><br />
<img src="http://blog.oobrien.com/files/2010/01/oomforbiddencity.png" alt="oomforbiddencity" title="oomforbiddencity" width="500" height="500" class="aligncenter size-full wp-image-1774" /></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fopenorienteeringmap-covers-the-world%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.oobrien.com%2F2010%2F01%2Fopenorienteeringmap-covers-the-world%2F&amp;source=oobr&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.oobrien.com/2010/01/openorienteeringmap-covers-the-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
