<?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>A Wild Vista {blog} &#187; Wales</title>
	<atom:link href="http://blog.wildvista.com/category/blog-archive/walking-and-trekking/wales/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wildvista.com</link>
	<description>Treks · travels · landscape photography · general randomness</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:07:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Llanberis to Betws‑y‑Coed, on&#160;foot, in&#160;a&#160;weekend</title>
		<link>http://blog.wildvista.com/llanberis-betwsycoed-foot-weekend/</link>
		<comments>http://blog.wildvista.com/llanberis-betwsycoed-foot-weekend/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 09:53:25 +0000</pubDate>
		<dc:creator>Paul Filby</dc:creator>
				<category><![CDATA[Articles by Destination]]></category>
		<category><![CDATA[Wales]]></category>

		<guid isPermaLink="false">http://blog.wildvista.com/?p=2637</guid>
		<description><![CDATA[Snowdonia National Park stretches over 50 miles from Conwy in the north, to Aberdyfi in the south &#8212; that's almost half the "height" of Wales. East to west, the park is less extensive, and indeed can be more or less crossed in a couple of days at the popular northern end, which is exactly what I did this past weekend.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.wildvista.com%2Fllanberis-betwsycoed-foot-weekend%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.wildvista.com%2Fllanberis-betwsycoed-foot-weekend%2F&amp;source=wildvista&amp;style=normal&amp;service=TinyURL.com&amp;space=3&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>
<script type="text/javascript" src="http://openspace.ordnancesurvey.co.uk/osmapapi/openspace.js?key=84A70164A0BA21A1E0405F0AC860616D"></script>
</p>
<p>
<script type="text/javascript">
var osMap, screenOverlay, mapOV, postcodeService;

// Variables for routes
var linesLayer;
var points;
var lineFeature;
var lineString;
var style_blue = {strokeColor: "#0000CD", strokeOpacity: 0.5, strokeWidth: 4.5};
var style_purple = {strokeColor: "#CD00CD", strokeOpacity: 0.5, strokeWidth: 4.5};

// Variables for route start and end markers
var routeMarkersLayer, routepos, routesize,routeoffset,routeicon;

function initmapbuilder()
{
// Creating the Openspace map and the postcode service
var options = {resolutions: [2500, 1000, 500, 200, 100, 50, 25, 10, 5, 4, 2.5, 2, 1]};
osMap = new OpenSpace.Map('map', options);
postcodeService = new OpenSpace.Postcode();

// Adding the map overview
mapOV = new OpenSpace.Control.OverviewMap();
osMap.addControl(mapOV);
//fix to put copyright on top of overview map: Needs api fix for later version
var ccControl = osMap.getControlsByClass("OpenSpace.Control.CopyrightCollection")
osMap.removeControl(ccControl[0]);
ccControl = new OpenSpace.Control.CopyrightCollection();
osMap.addControl(ccControl);
ccControl.activate();
//end of fix
// Turning the overview map off
mapOV.minimizeControl();

// Defining the center of the map and the zoom level
osMap.setCenter(new OpenSpace.MapPoint(266418.5,356670.5),5);
linesLayer = osMap.getVectorLayer();
// Defining a route
points = new Array();
points.push(new OpenLayers.Geometry.Point(258185,359887.5));
points.push(new OpenLayers.Geometry.Point(258115,359942.5));
points.push(new OpenLayers.Geometry.Point(257930,360027.5));
points.push(new OpenLayers.Geometry.Point(257820,360092.5));
points.push(new OpenLayers.Geometry.Point(257745,360062.5));
points.push(new OpenLayers.Geometry.Point(257660,360047.5));
points.push(new OpenLayers.Geometry.Point(257620,359982.5));
points.push(new OpenLayers.Geometry.Point(257555,359882.5));
points.push(new OpenLayers.Geometry.Point(257495,359842.5));
points.push(new OpenLayers.Geometry.Point(257440,359832.5));
points.push(new OpenLayers.Geometry.Point(257410,359817.5));
points.push(new OpenLayers.Geometry.Point(257380,359737.5));
points.push(new OpenLayers.Geometry.Point(257355,359747.5));
points.push(new OpenLayers.Geometry.Point(257315,359712.5));
points.push(new OpenLayers.Geometry.Point(257295,359617.5));
points.push(new OpenLayers.Geometry.Point(257295,359557.5));
points.push(new OpenLayers.Geometry.Point(257310,359502.5));
points.push(new OpenLayers.Geometry.Point(257235,359492.5));
points.push(new OpenLayers.Geometry.Point(257185,359492.5));
points.push(new OpenLayers.Geometry.Point(257125,359532.5));
points.push(new OpenLayers.Geometry.Point(257045,359567.5));
points.push(new OpenLayers.Geometry.Point(257005,359627.5));
points.push(new OpenLayers.Geometry.Point(256980,359727.5));
points.push(new OpenLayers.Geometry.Point(256900,359627.5));
points.push(new OpenLayers.Geometry.Point(256845,359547.5));
points.push(new OpenLayers.Geometry.Point(256805,359507.5));
points.push(new OpenLayers.Geometry.Point(256715,359477.5));
points.push(new OpenLayers.Geometry.Point(256695,359487.5));
points.push(new OpenLayers.Geometry.Point(256655,359622.5));
points.push(new OpenLayers.Geometry.Point(256635,359682.5));
points.push(new OpenLayers.Geometry.Point(256600,359702.5));
points.push(new OpenLayers.Geometry.Point(256540,359687.5));
points.push(new OpenLayers.Geometry.Point(256470,359687.5));
points.push(new OpenLayers.Geometry.Point(256270,359772.5));
points.push(new OpenLayers.Geometry.Point(255965,359897.5));
points.push(new OpenLayers.Geometry.Point(255870,359922.5));
points.push(new OpenLayers.Geometry.Point(255715,359907.5));
points.push(new OpenLayers.Geometry.Point(255695,359837.5));
points.push(new OpenLayers.Geometry.Point(255790,359712.5));
points.push(new OpenLayers.Geometry.Point(255815,359597.5));
points.push(new OpenLayers.Geometry.Point(255800,359517.5));
points.push(new OpenLayers.Geometry.Point(255735,359447.5));
points.push(new OpenLayers.Geometry.Point(255715,359347.5));
points.push(new OpenLayers.Geometry.Point(255680,359192.5));
points.push(new OpenLayers.Geometry.Point(255675,358957.5));
points.push(new OpenLayers.Geometry.Point(255660,358862.5));
points.push(new OpenLayers.Geometry.Point(255680,358752.5));
points.push(new OpenLayers.Geometry.Point(255690,358657.5));
points.push(new OpenLayers.Geometry.Point(255680,358542.5));
points.push(new OpenLayers.Geometry.Point(255680,358372.5));
points.push(new OpenLayers.Geometry.Point(255695,358242.5));
points.push(new OpenLayers.Geometry.Point(255740,358157.5));
points.push(new OpenLayers.Geometry.Point(255720,358052.5));
points.push(new OpenLayers.Geometry.Point(255660,357882.5));
points.push(new OpenLayers.Geometry.Point(255590,357707.5));
points.push(new OpenLayers.Geometry.Point(255650,357607.5));
points.push(new OpenLayers.Geometry.Point(255730,357382.5));
points.push(new OpenLayers.Geometry.Point(255820,357232.5));
points.push(new OpenLayers.Geometry.Point(255865,357142.5));
points.push(new OpenLayers.Geometry.Point(255885,357007.5));
points.push(new OpenLayers.Geometry.Point(255915,356927.5));
points.push(new OpenLayers.Geometry.Point(256120,356712.5));
points.push(new OpenLayers.Geometry.Point(256200,356677.5));
points.push(new OpenLayers.Geometry.Point(256520,356407.5));
points.push(new OpenLayers.Geometry.Point(256690,356312.5));
points.push(new OpenLayers.Geometry.Point(256830,356312.5));
points.push(new OpenLayers.Geometry.Point(256935,356327.5));
points.push(new OpenLayers.Geometry.Point(257020,356287.5));
points.push(new OpenLayers.Geometry.Point(257085,356352.5));
points.push(new OpenLayers.Geometry.Point(257020,356277.5));
points.push(new OpenLayers.Geometry.Point(257050,356232.5));
points.push(new OpenLayers.Geometry.Point(257080,356142.5));
points.push(new OpenLayers.Geometry.Point(257115,355997.5));
points.push(new OpenLayers.Geometry.Point(257205,355867.5));
points.push(new OpenLayers.Geometry.Point(257255,355837.5));
points.push(new OpenLayers.Geometry.Point(257335,355917.5));
points.push(new OpenLayers.Geometry.Point(257485,355952.5));
points.push(new OpenLayers.Geometry.Point(257600,355942.5));
points.push(new OpenLayers.Geometry.Point(257710,355972.5));
points.push(new OpenLayers.Geometry.Point(257865,356087.5));
points.push(new OpenLayers.Geometry.Point(257995,356172.5));
points.push(new OpenLayers.Geometry.Point(258095,356182.5));
points.push(new OpenLayers.Geometry.Point(258275,356177.5));
points.push(new OpenLayers.Geometry.Point(258390,356242.5));
points.push(new OpenLayers.Geometry.Point(258545,356337.5));
points.push(new OpenLayers.Geometry.Point(258635,356367.5));
points.push(new OpenLayers.Geometry.Point(258705,356267.5));
points.push(new OpenLayers.Geometry.Point(258810,356167.5));
points.push(new OpenLayers.Geometry.Point(258875,356072.5));
points.push(new OpenLayers.Geometry.Point(258920,355957.5));
points.push(new OpenLayers.Geometry.Point(258980,355862.5));
points.push(new OpenLayers.Geometry.Point(259060,355777.5));
points.push(new OpenLayers.Geometry.Point(259135,355727.5));
points.push(new OpenLayers.Geometry.Point(259185,355672.5));
points.push(new OpenLayers.Geometry.Point(259220,355617.5));
points.push(new OpenLayers.Geometry.Point(259290,355567.5));
points.push(new OpenLayers.Geometry.Point(259320,355617.5));
points.push(new OpenLayers.Geometry.Point(259345,355592.5));
points.push(new OpenLayers.Geometry.Point(259365,355632.5));
points.push(new OpenLayers.Geometry.Point(259460,355557.5));
points.push(new OpenLayers.Geometry.Point(259550,355532.5));
points.push(new OpenLayers.Geometry.Point(259565,355587.5));
points.push(new OpenLayers.Geometry.Point(259590,355602.5));
points.push(new OpenLayers.Geometry.Point(259665,355577.5));
points.push(new OpenLayers.Geometry.Point(259790,355497.5));
points.push(new OpenLayers.Geometry.Point(259815,355512.5));
points.push(new OpenLayers.Geometry.Point(259975,355467.5));
points.push(new OpenLayers.Geometry.Point(260040,355447.5));
points.push(new OpenLayers.Geometry.Point(260125,355317.5));
points.push(new OpenLayers.Geometry.Point(260225,355307.5));
points.push(new OpenLayers.Geometry.Point(260325,355322.5));
points.push(new OpenLayers.Geometry.Point(260400,355307.5));
points.push(new OpenLayers.Geometry.Point(260495,355297.5));
points.push(new OpenLayers.Geometry.Point(260615,355192.5));
points.push(new OpenLayers.Geometry.Point(260690,355102.5));
points.push(new OpenLayers.Geometry.Point(260715,354957.5));
points.push(new OpenLayers.Geometry.Point(260775,354932.5));
points.push(new OpenLayers.Geometry.Point(260780,354817.5));
points.push(new OpenLayers.Geometry.Point(260805,354712.5));
points.push(new OpenLayers.Geometry.Point(260860,354587.5));
points.push(new OpenLayers.Geometry.Point(260935,354472.5));
points.push(new OpenLayers.Geometry.Point(260960,354412.5));
points.push(new OpenLayers.Geometry.Point(261000,354382.5));
points.push(new OpenLayers.Geometry.Point(260965,354412.5));
points.push(new OpenLayers.Geometry.Point(260910,354507.5));
points.push(new OpenLayers.Geometry.Point(260835,354632.5));
points.push(new OpenLayers.Geometry.Point(260790,354757.5));
points.push(new OpenLayers.Geometry.Point(260780,354877.5));
points.push(new OpenLayers.Geometry.Point(260795,354952.5));
points.push(new OpenLayers.Geometry.Point(260795,354867.5));
points.push(new OpenLayers.Geometry.Point(260890,354962.5));
points.push(new OpenLayers.Geometry.Point(260965,354947.5));
points.push(new OpenLayers.Geometry.Point(261010,354937.5));
points.push(new OpenLayers.Geometry.Point(260960,354872.5));
points.push(new OpenLayers.Geometry.Point(261155,354827.5));
points.push(new OpenLayers.Geometry.Point(261185,354837.5));
points.push(new OpenLayers.Geometry.Point(261290,354837.5));
points.push(new OpenLayers.Geometry.Point(261355,354842.5));
points.push(new OpenLayers.Geometry.Point(261400,354837.5));
points.push(new OpenLayers.Geometry.Point(261475,354872.5));
points.push(new OpenLayers.Geometry.Point(261515,354867.5));
points.push(new OpenLayers.Geometry.Point(261555,354902.5));
points.push(new OpenLayers.Geometry.Point(261620,354917.5));
points.push(new OpenLayers.Geometry.Point(261670,354917.5));
points.push(new OpenLayers.Geometry.Point(261770,354947.5));
points.push(new OpenLayers.Geometry.Point(261870,354957.5));
points.push(new OpenLayers.Geometry.Point(261930,354927.5));
points.push(new OpenLayers.Geometry.Point(261950,354862.5));
points.push(new OpenLayers.Geometry.Point(261985,354792.5));
points.push(new OpenLayers.Geometry.Point(262015,354767.5));
points.push(new OpenLayers.Geometry.Point(262085,354802.5));
points.push(new OpenLayers.Geometry.Point(262165,354812.5));
points.push(new OpenLayers.Geometry.Point(262310,354807.5));
points.push(new OpenLayers.Geometry.Point(262375,354817.5));
points.push(new OpenLayers.Geometry.Point(262440,354767.5));
points.push(new OpenLayers.Geometry.Point(262520,354772.5));
points.push(new OpenLayers.Geometry.Point(262560,354802.5));
points.push(new OpenLayers.Geometry.Point(262590,354852.5));
points.push(new OpenLayers.Geometry.Point(262640,354887.5));
points.push(new OpenLayers.Geometry.Point(262695,354882.5));
points.push(new OpenLayers.Geometry.Point(262745,354882.5));
points.push(new OpenLayers.Geometry.Point(262840,354942.5));
points.push(new OpenLayers.Geometry.Point(262940,355032.5));
points.push(new OpenLayers.Geometry.Point(263120,355097.5));
points.push(new OpenLayers.Geometry.Point(263190,355177.5));
points.push(new OpenLayers.Geometry.Point(263295,355232.5));
points.push(new OpenLayers.Geometry.Point(263355,355272.5));
points.push(new OpenLayers.Geometry.Point(263410,355357.5));
points.push(new OpenLayers.Geometry.Point(263430,355402.5));
points.push(new OpenLayers.Geometry.Point(263490,355417.5));
points.push(new OpenLayers.Geometry.Point(263560,355402.5));
points.push(new OpenLayers.Geometry.Point(263635,355417.5));
points.push(new OpenLayers.Geometry.Point(263760,355397.5));
points.push(new OpenLayers.Geometry.Point(263835,355372.5));
points.push(new OpenLayers.Geometry.Point(263920,355377.5));
points.push(new OpenLayers.Geometry.Point(263985,355367.5));
points.push(new OpenLayers.Geometry.Point(264100,355382.5));
points.push(new OpenLayers.Geometry.Point(264130,355452.5));
points.push(new OpenLayers.Geometry.Point(264205,355457.5));
points.push(new OpenLayers.Geometry.Point(264295,355507.5));
points.push(new OpenLayers.Geometry.Point(264425,355562.5));
points.push(new OpenLayers.Geometry.Point(264505,355592.5));
points.push(new OpenLayers.Geometry.Point(264740,355542.5));
points.push(new OpenLayers.Geometry.Point(264765,355592.5));
points.push(new OpenLayers.Geometry.Point(264890,355542.5));
points.push(new OpenLayers.Geometry.Point(265030,355452.5));
points.push(new OpenLayers.Geometry.Point(265145,355407.5));
points.push(new OpenLayers.Geometry.Point(265285,355307.5));
points.push(new OpenLayers.Geometry.Point(265370,355227.5));
points.push(new OpenLayers.Geometry.Point(265450,355227.5));
points.push(new OpenLayers.Geometry.Point(265495,355257.5));
points.push(new OpenLayers.Geometry.Point(265535,355342.5));
points.push(new OpenLayers.Geometry.Point(265625,355437.5));
points.push(new OpenLayers.Geometry.Point(265670,355502.5));
points.push(new OpenLayers.Geometry.Point(265725,355527.5));
points.push(new OpenLayers.Geometry.Point(265765,355672.5));
points.push(new OpenLayers.Geometry.Point(265825,355717.5));
points.push(new OpenLayers.Geometry.Point(265910,355747.5));
points.push(new OpenLayers.Geometry.Point(265960,355787.5));
points.push(new OpenLayers.Geometry.Point(266020,355802.5));
points.push(new OpenLayers.Geometry.Point(266040,355832.5));
points.push(new OpenLayers.Geometry.Point(266050,355827.5));
// create a polyline feature from the array of points
lineString = new OpenLayers.Geometry.LineString(points);
lineFeature = new OpenLayers.Feature.Vector(lineString, null, style_blue);
linesLayer.addFeatures([lineFeature]);
// Defining a route
points = new Array();
points.push(new OpenLayers.Geometry.Point(266018.5,355805.5));
points.push(new OpenLayers.Geometry.Point(266043.5,355735.5));
points.push(new OpenLayers.Geometry.Point(266003.5,355635.5));
points.push(new OpenLayers.Geometry.Point(266038.5,355590.5));
points.push(new OpenLayers.Geometry.Point(266023.5,355525.5));
points.push(new OpenLayers.Geometry.Point(266008.5,355455.5));
points.push(new OpenLayers.Geometry.Point(266118.5,355405.5));
points.push(new OpenLayers.Geometry.Point(266228.5,355405.5));
points.push(new OpenLayers.Geometry.Point(266358.5,355395.5));
points.push(new OpenLayers.Geometry.Point(266473.5,355335.5));
points.push(new OpenLayers.Geometry.Point(266603.5,355305.5));
points.push(new OpenLayers.Geometry.Point(266783.5,355275.5));
points.push(new OpenLayers.Geometry.Point(267043.5,355305.5));
points.push(new OpenLayers.Geometry.Point(267133.5,355275.5));
points.push(new OpenLayers.Geometry.Point(267323.5,355225.5));
points.push(new OpenLayers.Geometry.Point(267503.5,355135.5));
points.push(new OpenLayers.Geometry.Point(267653.5,354935.5));
points.push(new OpenLayers.Geometry.Point(267713.5,354795.5));
points.push(new OpenLayers.Geometry.Point(267873.5,354675.5));
points.push(new OpenLayers.Geometry.Point(267723.5,354615.5));
points.push(new OpenLayers.Geometry.Point(267613.5,354525.5));
points.push(new OpenLayers.Geometry.Point(267713.5,354425.5));
points.push(new OpenLayers.Geometry.Point(267873.5,354325.5));
points.push(new OpenLayers.Geometry.Point(268073.5,354365.5));
points.push(new OpenLayers.Geometry.Point(268243.5,354385.5));
points.push(new OpenLayers.Geometry.Point(268473.5,354435.5));
points.push(new OpenLayers.Geometry.Point(268723.5,354415.5));
points.push(new OpenLayers.Geometry.Point(268993.5,354405.5));
points.push(new OpenLayers.Geometry.Point(269213.5,354525.5));
points.push(new OpenLayers.Geometry.Point(269383.5,354615.5));
points.push(new OpenLayers.Geometry.Point(269653.5,354725.5));
points.push(new OpenLayers.Geometry.Point(269903.5,354725.5));
points.push(new OpenLayers.Geometry.Point(270053.5,354635.5));
points.push(new OpenLayers.Geometry.Point(270103.5,354565.5));
points.push(new OpenLayers.Geometry.Point(270333.5,354645.5));
points.push(new OpenLayers.Geometry.Point(270483.5,354705.5));
points.push(new OpenLayers.Geometry.Point(270543.5,354675.5));
points.push(new OpenLayers.Geometry.Point(270543.5,354785.5));
points.push(new OpenLayers.Geometry.Point(270653.5,354885.5));
points.push(new OpenLayers.Geometry.Point(270833.5,355055.5));
points.push(new OpenLayers.Geometry.Point(270983.5,355175.5));
points.push(new OpenLayers.Geometry.Point(271153.5,355255.5));
points.push(new OpenLayers.Geometry.Point(271243.5,355405.5));
points.push(new OpenLayers.Geometry.Point(271303.5,355525.5));
points.push(new OpenLayers.Geometry.Point(271353.5,355655.5));
points.push(new OpenLayers.Geometry.Point(271323.5,355825.5));
points.push(new OpenLayers.Geometry.Point(271463.5,355895.5));
points.push(new OpenLayers.Geometry.Point(271633.5,355925.5));
points.push(new OpenLayers.Geometry.Point(271813.5,355985.5));
points.push(new OpenLayers.Geometry.Point(271953.5,356015.5));
points.push(new OpenLayers.Geometry.Point(272133.5,356105.5));
points.push(new OpenLayers.Geometry.Point(272263.5,356135.5));
points.push(new OpenLayers.Geometry.Point(272403.5,356225.5));
points.push(new OpenLayers.Geometry.Point(272613.5,356385.5));
points.push(new OpenLayers.Geometry.Point(272813.5,356485.5));
points.push(new OpenLayers.Geometry.Point(273023.5,356575.5));
points.push(new OpenLayers.Geometry.Point(273053.5,356655.5));
points.push(new OpenLayers.Geometry.Point(273123.5,356715.5));
points.push(new OpenLayers.Geometry.Point(273213.5,356795.5));
points.push(new OpenLayers.Geometry.Point(273263.5,356735.5));
points.push(new OpenLayers.Geometry.Point(273333.5,356875.5));
points.push(new OpenLayers.Geometry.Point(273443.5,357055.5));
points.push(new OpenLayers.Geometry.Point(273453.5,356925.5));
points.push(new OpenLayers.Geometry.Point(273473.5,356815.5));
points.push(new OpenLayers.Geometry.Point(273573.5,356745.5));
points.push(new OpenLayers.Geometry.Point(273653.5,356735.5));
points.push(new OpenLayers.Geometry.Point(273708.5,356780.5));
points.push(new OpenLayers.Geometry.Point(273863.5,356735.5));
points.push(new OpenLayers.Geometry.Point(273953.5,356705.5));
points.push(new OpenLayers.Geometry.Point(274088.5,356720.5));
points.push(new OpenLayers.Geometry.Point(274328.5,356825.5));
points.push(new OpenLayers.Geometry.Point(274428.5,356910.5));
points.push(new OpenLayers.Geometry.Point(274528.5,357080.5));
points.push(new OpenLayers.Geometry.Point(274568.5,357130.5));
points.push(new OpenLayers.Geometry.Point(274778.5,357210.5));
points.push(new OpenLayers.Geometry.Point(274968.5,357250.5));
points.push(new OpenLayers.Geometry.Point(275108.5,357265.5));
points.push(new OpenLayers.Geometry.Point(275173.5,357305.5));
points.push(new OpenLayers.Geometry.Point(275263.5,357395.5));
points.push(new OpenLayers.Geometry.Point(275333.5,357405.5));
points.push(new OpenLayers.Geometry.Point(275408.5,357410.5));
points.push(new OpenLayers.Geometry.Point(275523.5,357440.5));
points.push(new OpenLayers.Geometry.Point(275618.5,357445.5));
points.push(new OpenLayers.Geometry.Point(275598.5,357525.5));
points.push(new OpenLayers.Geometry.Point(275673.5,357530.5));
points.push(new OpenLayers.Geometry.Point(275788.5,357535.5));
points.push(new OpenLayers.Geometry.Point(275848.5,357545.5));
points.push(new OpenLayers.Geometry.Point(275948.5,357630.5));
points.push(new OpenLayers.Geometry.Point(275993.5,357670.5));
points.push(new OpenLayers.Geometry.Point(276148.5,357710.5));
points.push(new OpenLayers.Geometry.Point(276218.5,357725.5));
points.push(new OpenLayers.Geometry.Point(276268.5,357760.5));
points.push(new OpenLayers.Geometry.Point(276413.5,357775.5));
points.push(new OpenLayers.Geometry.Point(276548.5,357820.5));
points.push(new OpenLayers.Geometry.Point(276633.5,357835.5));
points.push(new OpenLayers.Geometry.Point(276783.5,357795.5));
points.push(new OpenLayers.Geometry.Point(276903.5,357790.5));
points.push(new OpenLayers.Geometry.Point(276983.5,357790.5));
points.push(new OpenLayers.Geometry.Point(277053.5,357740.5));
points.push(new OpenLayers.Geometry.Point(277138.5,357745.5));
points.push(new OpenLayers.Geometry.Point(277238.5,357725.5));
points.push(new OpenLayers.Geometry.Point(277308.5,357660.5));
points.push(new OpenLayers.Geometry.Point(277398.5,357605.5));
points.push(new OpenLayers.Geometry.Point(277423.5,357555.5));
points.push(new OpenLayers.Geometry.Point(277543.5,357495.5));
points.push(new OpenLayers.Geometry.Point(277668.5,357435.5));
points.push(new OpenLayers.Geometry.Point(277738.5,357390.5));
points.push(new OpenLayers.Geometry.Point(277833.5,357290.5));
points.push(new OpenLayers.Geometry.Point(277873.5,357200.5));
points.push(new OpenLayers.Geometry.Point(277968.5,357045.5));
points.push(new OpenLayers.Geometry.Point(278018.5,356925.5));
points.push(new OpenLayers.Geometry.Point(278053.5,356840.5));
points.push(new OpenLayers.Geometry.Point(278098.5,356810.5));
points.push(new OpenLayers.Geometry.Point(278213.5,356800.5));
points.push(new OpenLayers.Geometry.Point(278363.5,356745.5));
points.push(new OpenLayers.Geometry.Point(278498.5,356685.5));
points.push(new OpenLayers.Geometry.Point(278553.5,356680.5));
points.push(new OpenLayers.Geometry.Point(278658.5,356720.5));
points.push(new OpenLayers.Geometry.Point(278773.5,356755.5));
points.push(new OpenLayers.Geometry.Point(278838.5,356765.5));
points.push(new OpenLayers.Geometry.Point(278938.5,356800.5));
points.push(new OpenLayers.Geometry.Point(279033.5,356810.5));
points.push(new OpenLayers.Geometry.Point(279123.5,356800.5));
points.push(new OpenLayers.Geometry.Point(279193.5,356735.5));
points.push(new OpenLayers.Geometry.Point(279133.5,356675.5));
points.push(new OpenLayers.Geometry.Point(279233.5,356620.5));
points.push(new OpenLayers.Geometry.Point(279313.5,356550.5));
points.push(new OpenLayers.Geometry.Point(279403.5,356455.5));
points.push(new OpenLayers.Geometry.Point(279468.5,356405.5));
points.push(new OpenLayers.Geometry.Point(279518.5,356315.5));
// create a polyline feature from the array of points
lineString = new OpenLayers.Geometry.LineString(points);
lineFeature = new OpenLayers.Feature.Vector(lineString, null, style_purple);
linesLayer.addFeatures([lineFeature]);

clusterControl = new OpenSpace.Control.ClusterManager();
osMap.addControl(clusterControl);
clusterControl.activate();}
</script>
</p>
<p>Snowdonia National Park stretches over 50 miles from Conwy in the north, to Aberdyfi in the south &mdash; that&#8217;s almost half the &#8220;height&#8221; of Wales. East to west, the park is less extensive, and indeed can be more or less crossed in a couple of days at the popular northern end, which is exactly what I did this past weekend.<span id="more-2637"></span></p>
<p>Making use of the Sherpa bus service that runs between Betws-y-Coed and Llanberis via Pen-y-Gwryd, it&#8217;s easy to put together a couple of linear walks that traverse both the Snowdon range and Moel Siabod, before descending the beautiful Afon Llugwy valley (passing the famous Swallow Falls on the way).</p>
<h3>Day 1: Llanberis to Pen-y-Gwryd &mdash; 21 km (13 miles), 1600m (5250ft) ascent</h3>
<p>Llanberis is at the foot of the standard &#8220;tourist route&#8221; up Snowdon, a popular, if unimaginative walk, from near sea level to the 1085 metre summit of the range. This is also the lower terminus of the Snowdon Mountain Railway, unique amongst the UK hills. It&#8217;s an often divisive feat of Victorian engineering that&#8217;s loved and loathed in equal measure, but our route to Pen-y-Gwryd (on the opposite side of the massif) avoids the railway for the most part.</p>
<p>The interactive Ordnance Survey map below shows the whole route. Day&nbsp;1 is marked in <font color="blue">blue</font>, day&nbsp;2 in <font color="purple">purple</font>.</p>
<p><em>Note that if you&#8217;re reading this post using an RSS reader (for example, Google Reader), the map may appear blank. In that case, you&#8217;ll need to <a href="http://blog.wildvista.com/llanberis-betwsycoed-foot-weekend/">read this post directly</a> on the &#8220;A Wild Vista&#8221; website.</em></p>
<div id="map" style="border: 1px solid black; width:540px; height:440px;"></div>
<p>As you&#8217;ll see from the map, the route takes in the relatively untrodden summits to the west of Snowdon. Moel Eilio, Foel Fron, Foel Goch and Moel Cynghorion all offer pleasant walking on mostly grassy slopes. Although the ridges of these hills are fairly broad, steep vegetated cliffs add interest, along with a very prominent ancient landslide that is quite clearly visible from Moel Cynghorion&#8217;s summit ridge.</p>
<p>There&#8217;s a fair bit of up and down to deal with before you reach the Snowdon Ranger path, and then it&#8217;s a stiff pull up to Snowdon summit. If you&#8217;d been enjoying the peace and quiet of these outliers of Snowdon, the Snowdon Ranger and the summit pyramid may be a rude awakening. Nice to see so many folk out on the hills enjoying themselves though.</p>
<p>From Snowdon summit, retrace your steps to the point where the Snowdon Ranger, Llanberis, and Pyg Tracks meet (marked by a stone monolith), before dropping sharply east on the Pyg Track, and making your way over to Pen-y-Pass. From here, you&#8217;re back on the Llanberis &ndash; Betws-y-Coed bus route, so could catch a bus back to Llanberis or on to Betws-y-Coed. Alternatively, walk a mile down the A4086 road to the Pen-y-Gwryd Hotel (take care, as there&#8217;s no pavement on this busy section of winding road).</p>
<p>At Pen-y-Gwyrd, there&#8217;s a snug bar that&#8217;ll serve you a decent pint; make sure you check out the displays of kit and memorabilia from Hunt&#8217;s 1953 Everest expedition too &mdash; the one that succeeded in putting Tenzing and Hillary on the summit. The team trained for the expedition in the surrounding mountains, hence the association with Pen-y-Gwryd. Of course, you could also stay the night here before continuing your walk to Betws-y-Coed the following day.</p>
<h3>Day 2: Pen-y-Gwryd to Betws-y-Coed &mdash; 18&frac12; km (11&frac12; miles), 800m (2600ft) ascent</h3>
<p>Between Pen-y-Gwryd and Betws-y-Coed lies Moel Siabod. This 872 metre peak is often ignored in favour of the Snowdon, Glyderau and Carneddau ranges, which is a shame, as it&#8217;s an interesting mountain with plenty of interest to be found on its slopes. That said, the hill&#8217;s northern aspect is quite dull, and, unfortunately, that&#8217;s what&#8217;s on show to motorists passing through on the A4086 through Dyffryn Mymbyr.</p>
<p>From Pen-y-Gwryd, our route crosses more-or-less trackless ground, some of it quite marshy and tussocky, to reach the west ridge of Moel Siabod. The route to the summit is very easy, though not that interesting; only in the final 100 feet or so will you encounter rocky ground.</p>
<p>Moel Siabod&#8217;s separation from the surrounding ranges works in its favour when it comes to the view from the summit trig point. The higher ranges are laid out from southwest to north, and in other directions there are expansive views towards the tree-lined valley that enfolds Betws-y-Coed, and to more distant hills in the Moelwyns range, and Cadair Idris.</p>
<p>Leaving the top via the northeast ridge, there&#8217;s half-a-mile of mild scrambling and rock hopping to be had before you start to lose any significant height. All the while, Llyn y Foel glistens below in its sunny cwm.</p>
<div id="attachment_2710" class="wp-caption aligncenter" style="width: 235px"><a href="http://blog.wildvista.com/wp-content/uploads/2010/10/P1000366.jpg" class="floatbox" rev="group:2637 caption:`Descending the northeast ridge of Moel Siabod`"><img src="http://blog.wildvista.com/wp-content/uploads/2010/10/P1000366-225x400.jpg" alt="Descending the northeast ridge of Moel Siabod" title="Descending the northeast ridge of Moel Siabod" width="225" height="400" class="size-large wp-image-2710" /></a><p class="wp-caption-text">Descending the northeast ridge of Moel Siabod</p></div>
<p>Eventually, you&#8217;ll reach the minor road that links the hamlet of Pont Cyfyng to the bridge on the A5 over the Afon Llugwy (adjacent to the &#8220;Ugly House&#8221; [Ty-Hyll]). Cross the bridge (taking care again, as there&#8217;s no pavement), and drop down to the river on a public footpath. From here to Betws-y-Coed, you can use a mixture of woodland paths that follow the river, and minor roads in the forest above. The Miner&#8217;s Bridge and Swallow Falls are highlights, but this whole section along the Llugwy is charming.</p>
<div id="attachment_2711" class="wp-caption aligncenter" style="width: 235px"><a href="http://blog.wildvista.com/wp-content/uploads/2010/10/P1000371.jpg" class="floatbox" rev="group:2637 caption:`Forest by the Afon Llugwy`"><img src="http://blog.wildvista.com/wp-content/uploads/2010/10/P1000371-225x400.jpg" alt="Forest by the Afon Llugwy" title="Forest by the Afon Llugwy" width="225" height="400" class="size-large wp-image-2711" /></a><p class="wp-caption-text">Forest by the Afon Llugwy</p></div>
<div id="attachment_2712" class="wp-caption aligncenter" style="width: 287px"><a href="http://blog.wildvista.com/wp-content/uploads/2010/10/P1000369.jpg" class="floatbox" rev="group:2637 caption:`Himalayan Balsam (&lt;em&gt;Impatiens glandulifera&lt;/em&gt;), by the Afon Llugwy`"><img src="http://blog.wildvista.com/wp-content/uploads/2010/10/P1000369-277x400.jpg" alt="Himalayan Balsam (&lt;em&gt;Impatiens glandulifera&lt;/em&gt;), by the Afon Llugwy" title="Himalayan Balsam (&lt;em&gt;Impatiens glandulifera&lt;/em&gt;), by the Afon Llugwy" width="277" height="400" class="size-large wp-image-2712" /></a><p class="wp-caption-text">Himalayan Balsam (<em>Impatiens glandulifera</em>), by the Afon Llugwy</p></div>
<p>On arrival in Betws-y-Coed, you can catch a bus back to Pen-y-Gwryd, or on to Llanberis. Of course, Betws-y-Coed itself is full of accommodation options to suit all pockets, and also has a railway station, and bus services to larger towns.</p>
<p><em>If you enjoyed this post, take a look at </em>&#8220;<a href="http://blog.wildvista.com/a-touch-of-winter/">A touch of winter</a>&#8221;, <em>a description of a winter ascent of the Llanberis track up Snowdon.</em></p>
<p>[Special thanks go to Martin at &#8220;<a href="http://phreerunner.blogspot.com/">Postcard from Timperley</a>&#8221; who corrected my earlier wild assertion that the pink flower pictured above was an orchid]</p>
<h3>Useful links</h3>
<ul>
<li>Snowdonia National Park, official web site (<a href="http://www.eryri-npa.gov.uk/hafan">English</a> / <a href="http://www.eryri-npa.gov.uk/cym/hafan">Welsh</a>)</li>
<li><a href="http://www.walesdirectory.co.uk/Towns_in_Wales/Llanberis_Town.htm">Llanberis, tourist information</a></li>
<li><a href="http://www.visitcaernarfon.com/sherpa/index.html">&#8220;Sherpa&#8221; buses, information and timetables</a></li>
<li><a href="http://www.snowdonrailway.co.uk/">Snowdon Mountain Railway</a></li>
<li><a href="http://www.pyg.co.uk/">Pen-y-Gwryd Hotel</a></li>
<li><a href="http://www.betws-y-coed.co.uk/">Betws-y-Coed, tourist information</a></li>
</ul>
<p>
<script type="text/javascript">initmapbuilder();</script>
</p>
<img src="http://blog.wildvista.com/?ak_action=api_record_view&id=2637&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.wildvista.com/llanberis-betwsycoed-foot-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tryfan from Moel Siabod</title>
		<link>http://blog.wildvista.com/tryfan-from-moel-siabod/</link>
		<comments>http://blog.wildvista.com/tryfan-from-moel-siabod/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 11:50:11 +0000</pubDate>
		<dc:creator>Paul Filby</dc:creator>
				<category><![CDATA[Articles by Destination]]></category>
		<category><![CDATA[Wales]]></category>

		<guid isPermaLink="false">http://blog.wildvista.com/tryfan-from-moel-siabod/</guid>
		<description><![CDATA[Now enjoying some sun, and a pleasant descent of Moel Siabod&#8217;s East ridge.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.wildvista.com%2Ftryfan-from-moel-siabod%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.wildvista.com%2Ftryfan-from-moel-siabod%2F&amp;source=wildvista&amp;style=normal&amp;service=TinyURL.com&amp;space=3&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-12.27.11.jpg" class="floatbox" rev="group:2623 caption:``"><img src="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-12.27.11-299x400.jpg" alt="" title="" width="299" height="400" class="aligncenter size-large wp-image-2622" /></a></p>
<p>Now enjoying some sun, and a pleasant descent of Moel Siabod&#8217;s East ridge.</p>
<img src="http://blog.wildvista.com/?ak_action=api_record_view&id=2623&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.wildvista.com/tryfan-from-moel-siabod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice view from East ridge of Moel Siabod</title>
		<link>http://blog.wildvista.com/nice-view-from-east-ridge-of-moel-siabod/</link>
		<comments>http://blog.wildvista.com/nice-view-from-east-ridge-of-moel-siabod/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 11:01:24 +0000</pubDate>
		<dc:creator>Paul Filby</dc:creator>
				<category><![CDATA[Articles by Destination]]></category>
		<category><![CDATA[Wales]]></category>

		<guid isPermaLink="false">http://blog.wildvista.com/nice-view-from-east-ridge-of-moel-siabod/</guid>
		<description><![CDATA[Looking down to Llyn y Foel.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.wildvista.com%2Fnice-view-from-east-ridge-of-moel-siabod%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.wildvista.com%2Fnice-view-from-east-ridge-of-moel-siabod%2F&amp;source=wildvista&amp;style=normal&amp;service=TinyURL.com&amp;space=3&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-11.58.04.jpg" class="floatbox" rev="group:2621 caption:``"><img src="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-11.58.04-299x400.jpg" alt="" title="" width="299" height="400" class="aligncenter size-large wp-image-2620" /></a></p>
<p>Looking down to Llyn y Foel.</p>
<img src="http://blog.wildvista.com/?ak_action=api_record_view&id=2621&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.wildvista.com/nice-view-from-east-ridge-of-moel-siabod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top of Moel Siabod</title>
		<link>http://blog.wildvista.com/top-of-moel-siabod/</link>
		<comments>http://blog.wildvista.com/top-of-moel-siabod/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 10:00:36 +0000</pubDate>
		<dc:creator>Paul Filby</dc:creator>
				<category><![CDATA[Articles by Destination]]></category>
		<category><![CDATA[Wales]]></category>

		<guid isPermaLink="false">http://blog.wildvista.com/top-of-moel-siabod/</guid>
		<description><![CDATA[Bit cloudy &#8211; sun trying to break through&#8230;]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.wildvista.com%2Ftop-of-moel-siabod%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.wildvista.com%2Ftop-of-moel-siabod%2F&amp;source=wildvista&amp;style=normal&amp;service=TinyURL.com&amp;space=3&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-11.00.09.jpg" class="floatbox" rev="group:2619 caption:``"><img src="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-11.00.09-299x400.jpg" alt="" title="" width="299" height="400" class="aligncenter size-large wp-image-2618" /></a></p>
<p>Bit cloudy &#8211; sun trying to break through&#8230;</p>
<img src="http://blog.wildvista.com/?ak_action=api_record_view&id=2619&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.wildvista.com/top-of-moel-siabod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moel Siabod</title>
		<link>http://blog.wildvista.com/moel-siabod/</link>
		<comments>http://blog.wildvista.com/moel-siabod/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 09:54:52 +0000</pubDate>
		<dc:creator>Paul Filby</dc:creator>
				<category><![CDATA[Articles by Destination]]></category>
		<category><![CDATA[Wales]]></category>

		<guid isPermaLink="false">http://blog.wildvista.com/moel-siabod/</guid>
		<description><![CDATA[A pleasant bimble up the west ridge of Moel Siabod so far this Saturday morning.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.wildvista.com%2Fmoel-siabod%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.wildvista.com%2Fmoel-siabod%2F&amp;source=wildvista&amp;style=normal&amp;service=TinyURL.com&amp;space=3&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-10.01.38.jpg" class="floatbox" rev="group:2617 caption:``"><img src="http://blog.wildvista.com/wp-content/uploads/2010/10/wpid-2010-10-16-10.01.38-400x300.jpg" alt="" title="" width="400" height="300" class="aligncenter size-large wp-image-2616" /></a></p>
<p>A pleasant bimble up the west ridge of Moel Siabod so far this Saturday morning.</p>
<img src="http://blog.wildvista.com/?ak_action=api_record_view&id=2617&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.wildvista.com/moel-siabod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A YHA weekend with a sting in the tail</title>
		<link>http://blog.wildvista.com/a-yha-weekend-with-a-sting-in-the-tail/</link>
		<comments>http://blog.wildvista.com/a-yha-weekend-with-a-sting-in-the-tail/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 21:17:03 +0000</pubDate>
		<dc:creator>Paul Filby</dc:creator>
				<category><![CDATA[Articles by Destination]]></category>
		<category><![CDATA[Wales]]></category>
		<category><![CDATA[Carneddau]]></category>
		<category><![CDATA[Hostel]]></category>
		<category><![CDATA[Welsh 3000s]]></category>

		<guid isPermaLink="false">http://blog.wildvista.com/?p=769</guid>
		<description><![CDATA[Three months ago today, I was enjoying a weekend in Northern Snowdonia. Specifically, at Rowen Youth Hostel, which revels in a fantastically scenic location, perched on the steep western slopes of the Conwy Valley. The Carneddau range, comprising by far the largest contiguous area of high ground over 3000 feet south of Scotland, is on the doorstep.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.wildvista.com%2Fa-yha-weekend-with-a-sting-in-the-tail%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.wildvista.com%2Fa-yha-weekend-with-a-sting-in-the-tail%2F&amp;source=wildvista&amp;style=normal&amp;service=TinyURL.com&amp;space=3&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Three months ago today, I was enjoying a weekend in Northern Snowdonia. Specifically, at <a href="http://www.yha.org.uk/find-accommodation/wales/hostels/Rowen/index.aspx">Rowen Youth Hostel</a>, which revels in a fantastically scenic location, perched on the steep western slopes of the <a class="zem_slink" href="http://en.wikipedia.org/wiki/River_Conwy" title="River Conwy" rel="wikipedia">Conwy Valley</a>. The <a class="zem_slink" href="http://en.wikipedia.org/wiki/Carneddau" title="Carneddau" rel="wikipedia">Carneddau</a> range, comprising by far the largest contiguous area of high ground over 3000 feet south of Scotland, is on the doorstep.<span id="more-769"></span></p>
<p>The closest I&#8217;d come to this locality before was some eight years earlier, though under rather different circumstances. Back then, above <a href="http://en.wikipedia.org/wiki/Abergwyngregyn">Abergwyngregyn</a>, perhaps five miles from the hostel as the crow flies, I&#8217;d sat shivering in a parked car with my walking companion, Chris, listening to the rain bouncing off the roof. For over an hour. At 04:30 in the morning. The only vaguely sane explanation for such behaviour is that we were on a mission to do the <a href="http://www.welsh3000s.co.uk/">Welsh 3000s</a> — a mission which never got off the ground due to the appalling weather from the get go.</p>
<p>As it happens, last October, the weekend at Rowen YHA didn&#8217;t get off to a brilliant start either. Having driven 214¾ of the 215 miles from Cambridge to Rowen without incident, the final ¼-mile to the hostel proved too much for the Pug. I&#8217;d have found it hard to believe that there was a surfaced road in the UK which was physically too steep to drive up for an average road car, but this proved to be the case. It&#8217;s more than a little disconcerting to find oneself gradually moving backwards downhill, whilst simultaneously stamping on the footbrake, and ratcheting up the handbrake to the max. I blame a combination of rain, wet leaves, and a gradient in excess of 1:3 on the inside of the hairpins.</p>
<p>Having inadvertently backed the car into a ditch while trying to reverse back down the hill in the dark, I abandoned it there for the night (this was going to need a tow, or at least the combined efforts of most of the other folk expected that weekend, to push it out), and walked the final 400 yards to the hostel. Everyone else had arrived within an hour, with at least one other car becoming stuck on the hill and having to execute a careful retreat. Still, nothing a couple of beers couldn&#8217;t help me forget about.</p>
<p>The following day, we all enjoyed a walk from the hostel, up over Drum and onto <a href="http://en.wikipedia.org/wiki/Foel_Fras">Foel-Fras</a>. Though a little windy and dreich on the way up, the clouds cleared to give us some great views as we descended back to Rowen by the same route.</p>
<p>Back at the hostel, relaxing before we headed down the hill to the pub for the evening, I was fetching a bag of coal for the fire when the second sting-in-the-tail for the weekend caught me out. None too pleased at being disturbed from her hibernation among the coal sacks, a queen wasp stung me on the cuticle as I hefted a bag from the pile. </p>
<div id="attachment_1188" class="wp-caption aligncenter" style="width: 332px"><a href="http://blog.wildvista.com/wp-content/uploads/2010/01/3472627751_81a1c9cba4_b.jpg" class="floatbox" rev="group:769 caption:`Queen wasp (from Flickr, user bramblejungle, CC-BY-NC-2 license)`"><img src="http://blog.wildvista.com/wp-content/uploads/2010/01/3472627751_81a1c9cba4_b-322x400.jpg" alt="Queen wasp (from Flickr, user bramblejungle, CC-BY-NC-2 license)" title="Queen wasp (from Flickr, user bramblejungle, CC-BY-NC-2 license)" width="322" height="400" class="size-large wp-image-1188"/></a><p class="wp-caption-text">Queen wasp (from Flickr, user bramblejungle, CC-BY-NC-2 license)</p></div>
<p>I was too surprised to have the wherewithall to dispatch the creature and merely flicked it away. So, if you&#8217;re up at Rowen YHA during summer 2010, and are being bothered by a wasp nest, then I apologise in advance. It&#8217;s astonishing how such a little thing can inflict so much pain. After an initially eye-watering five-minute period where my finger felt as though it was being held in the fire that I&#8217;d been retrieving the coal for, it settled down somewhat. Imagine having your hand slammed in a door every few minutes for a couple of hours and you&#8217;ve got the idea. Beer didn&#8217;t help this time around.</p>
<p>There was one more unforeseen and unwelcome incident that weekend, when the hostel fire alarm malfunctioned at some ungodly hour on Sunday morning, and, having been silenced, proceeded to bleat about a fault until we eventually left on Sunday morning. At this point, the water had run out too. We&#8217;d been warned about this earlier in the week by the warden, and so had brought a fair amount of bottled water along. Talk about coals to Newcastle&#8230;</p>
<p>Overall though, this was a very enjoyable weekend, despite a few mishaps. The next time the travel instructions warn of an extremely steep hill that one may well be better parking at the bottom of, I might just do as they say&#8230;<br />
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/uk/2010/apr/11/youth-hostel-association-considers-mixed-sex-dormitories&amp;a=16286216&amp;rid=c06d7319-7808-4b07-8fae-3d580e8f909a&amp;e=1375d3fd95367e6ee3e654ab07cf8f8b">You: Youth Hostel Association to go co-ed</a> (guardian.co.uk)</li>
</ul>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/c06d7319-7808-4b07-8fae-3d580e8f909a/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_b.png?x-id=c06d7319-7808-4b07-8fae-3d580e8f909a" alt="Reblog this post [with Zemanta]" style="border:none;float:right"/></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<img src="http://blog.wildvista.com/?ak_action=api_record_view&id=769&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.wildvista.com/a-yha-weekend-with-a-sting-in-the-tail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A touch of winter</title>
		<link>http://blog.wildvista.com/a-touch-of-winter/</link>
		<comments>http://blog.wildvista.com/a-touch-of-winter/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 12:00:08 +0000</pubDate>
		<dc:creator>Paul Filby</dc:creator>
				<category><![CDATA[Articles by Destination]]></category>
		<category><![CDATA[Wales]]></category>
		<category><![CDATA[Llanberis]]></category>
		<category><![CDATA[Snowdon]]></category>

		<guid isPermaLink="false">http://blog.wildvista.com/?p=922</guid>
		<description><![CDATA[Having had what felt like endless weeks of unseasonably warm, excessively wet, and irritatingly windy weather here in the UK, I wasn't expecting much from the last weekend of November in North Wales. With this corner of the UK not known for its propensity to deliver suitable holidaying weather, I was well up for (and would have been quite satisfied with) a couple of days sat in front of a roaring open fair, quaffing ale, and talking nonsense with my mates.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.wildvista.com%2Fa-touch-of-winter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.wildvista.com%2Fa-touch-of-winter%2F&amp;source=wildvista&amp;style=normal&amp;service=TinyURL.com&amp;space=3&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Having had what felt like endless weeks of unseasonably warm, excessively wet, and irritatingly windy weather here in the UK, I wasn&#8217;t expecting much from the last weekend of November in North Wales. With this corner of the UK not known for its propensity to deliver suitable holidaying weather, I was well up for (and would have been quite satisfied with) a couple of days sat in front of a roaring open fair, quaffing ale, and talking nonsense with my mates.<span id="more-922"></span></p>
<div id="attachment_1100" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.wildvista.com/wp-content/uploads/2010/01/DSC_4212.jpg" class="floatbox" rev="group:922 caption:`Preparing for the Llanberis Track, near Llyn Padarn.`"><img src="http://blog.wildvista.com/wp-content/uploads/2010/01/DSC_4212-400x266.jpg" alt="Preparing for the Llanberis Track, near Llyn Padarn." title="Preparing for the Llanberis Track, near Llyn Padarn." width="400" height="266" class="size-large wp-image-1100"/></a><p class="wp-caption-text">Preparing for the Llanberis Track, near Llyn Padarn.</p></div>
<p>As it happens I managed all of the above (well, minus the open fire — the two-bar variety just doesn&#8217;t cut it), and, quite unexpectedly, managed to fit two memorable days&#8217; mountain walking in too. For the first time in months, I completely ignored the weather forecasts. My usual forays to the <a href="http://www.mwis.org.uk/">Mountain Weather Information Service</a> and their excellent forecasts tailored to us hill folk, were absent. The drive up from Cambridge on the Friday evening — via Nottingham to pick up two friends — was trouble free. As always happens (no, really, this <i>always</i> happens), the skies stayed dry until just after we crossed the border into Wales, whereupon the rain started. Unbeknownst to my passengers and I, this same rain was falling as heavy snow on the mountains.</p>
<p>Waking the next morning (with a slight hangover — the Theakstons Old Peculiar hadn&#8217;t settled terribly well), the skies were leaden, and there was a biting wind blowing the plastic recycling boxes around in the courtyard. A hint of rain in the air too. Of late, I&#8217;ve been succumbing to the temptation of low-level bimbles and tea-shop bagging when faced with, if not exactly inclement, then decidedly unfriendly weather.</p>
<p>Not this time though. I had a plan. Snowdon via the Llanberis track.</p>
<p>I think the Llanberis track has an undeserved reputation as a monotonous, second-rate route up the mountain. It&#8217;s really not all that bad. Agreed, in direct comparison to the Snowdon Horseshoe, or a more accessible route like the Pyg or Rhyd Ddu tracks, the Llanberis Track doesn&#8217;t shine. With the first dump of heavy snow of the winter mantling the hill from 400m though, the Llanberis Track gains some teeth.</p>
<p>A good dump of snow makes things a lot quieter for a start. No trains, and a much reduced stream of potential summiteers gives one more room to breathe. Of course, the final section along the summit ridge (above the Pyg track) is the usual circus — I wonder how many days a year, on average, the summit of Snowdon sees no visitors at all? I&#8217;d bet it&#8217;s in single figures.</p>
<div id="attachment_1106" class="wp-caption aligncenter" style="width: 276px"><a href="http://blog.wildvista.com/wp-content/uploads/2010/01/DSC_4215.jpg" class="floatbox" rev="group:922 caption:`Chilly views from the summit building.`"><img src="http://blog.wildvista.com/wp-content/uploads/2010/01/DSC_4215-266x400.jpg" alt="Chilly views from the summit building." title="Chilly views from the summit building." width="266" height="400" class="size-large wp-image-1106"/></a><p class="wp-caption-text">Chilly views from the summit building.</p></div>
<p>We got quite chilly on top, taking lunch on the summit station platform, in the lee of the new summit building (<a href="http://en.wikipedia.org/wiki/Snowdon#Summit_buildings">Hafod Eryri</a>), but were lucky to have the clouds break up as we were there.</p>
<p>Heading back down one can appreciate this route much more. Sweeping views over Mynydd Mawr, the Nantlle Ridge, and out across Anglesey are complemented by more intimate views of the climbers&#8217; mecca — <a href="http://en.wikipedia.org/wiki/Clogwyn_Du%27r_Arddu">Clogwyn Du&#8217;r Arddu</a> — reflected perfectly in its attendant lake. Crib Goch and the Glyders put in an appearance as well.</p>
<div id="attachment_1109" class="wp-caption aligncenter" style="width: 410px"><a href="http://blog.wildvista.com/wp-content/uploads/2010/01/DSC_4217.jpg" class="floatbox" rev="group:922 caption:`Crib Goch and the Glyders, from near Snowdon summit.`"><img src="http://blog.wildvista.com/wp-content/uploads/2010/01/DSC_4217-400x266.jpg" alt="Crib Goch and the Glyders, from near Snowdon summit." title="Crib Goch and the Glyders, from near Snowdon summit." width="400" height="266" class="size-large wp-image-1109"/></a><p class="wp-caption-text">Crib Goch and the Glyders, from near Snowdon summit.</p></div>
<p>Here, too, near Clogwyn station, is a <a href="http://www.ukclimbing.com/articles/page.php?id=1653">notorious convex slope</a> that, sadly, seems to dispatch ill-equipped and unobservant hillgoers over the cliffs of Clogwyn Coch all too frequently.</p>
<p>But the snow was far too soft for that to be a serious danger this time round. Good thing too given some of the attire in evidence among the multitudes&#8230;<br />
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/commentisfree/2009/dec/28/in-praise-of-mountain-rescue-teams&amp;a=10854124&amp;rid=4bf29a72-458a-4927-9815-10af86cf7da8&amp;e=941e2a554b55241080034d33f3a978de">In praise of&#8230; mountain rescue teams</a> (guardian.co.uk)</li>
</ul>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/4bf29a72-458a-4927-9815-10af86cf7da8/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_b.png?x-id=4bf29a72-458a-4927-9815-10af86cf7da8" alt="Reblog this post [with Zemanta]" style="border:none;float:right"/></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<img src="http://blog.wildvista.com/?ak_action=api_record_view&id=922&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.wildvista.com/a-touch-of-winter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

