Open Space Web-Map builder Codehttps://openspace.ordnancesurvey.co.uk/osmapapi/openspace.js?key=3119F72552FD5C22E0530C6CA40A5A92https://openspace.ordnancesurvey.co.uk/osmapapi/script/mapbuilder/basicmap.jshttps://openspace.ordnancesurvey.co.uk/osmapapi/script/mapbuilder/searchbox.js//variables for routes var linesLayer, points, lineFeature, lineString, routeMarkersLayer, routepos, routesize, routeoffset, routeicon; var style_blue = {strokeColor: “#0000CD”, strokeOpacity: 0.5, strokeWidth: 4.5}; function initmapbuilder() { //initiate the map var options = {resolutions: [2500, 1000, 500, 200, 100, 50, 25, 10, 5, 4, 2.5, 2, 1]}; osMap = new OpenSpace.Map(‘map’, options); //configure map options (basicmap.js) setglobaloptions(); //set the center of the map and the zoom level osMap.setCenter(new OpenSpace.MapPoint(319967,508045),7); linesLayer = osMap.getVectorLayer(); // Set up layer for route markers routeMarkersLayer = new OpenLayers.Layer.Markers(“Route Markers”); //make a route points = new Array(); points.push(new OpenLayers.Geometry.Point(318677,508465)); points.push(new OpenLayers.Geometry.Point(318947,508760)); points.push(new OpenLayers.Geometry.Point(319217,509030)); points.push(new OpenLayers.Geometry.Point(319297,509080)); points.push(new OpenLayers.Geometry.Point(319347,509140)); points.push(new OpenLayers.Geometry.Point(319727,509155)); points.push(new OpenLayers.Geometry.Point(319962,509305)); points.push(new OpenLayers.Geometry.Point(320307,509330)); points.push(new OpenLayers.Geometry.Point(320702,509310)); points.push(new OpenLayers.Geometry.Point(320992,509320)); points.push(new OpenLayers.Geometry.Point(321222,509175)); points.push(new OpenLayers.Geometry.Point(321432,509085)); points.push(new OpenLayers.Geometry.Point(321442,508920)); points.push(new OpenLayers.Geometry.Point(321437,508770)); points.push(new OpenLayers.Geometry.Point(321492,508705)); points.push(new OpenLayers.Geometry.Point(321482,508575)); points.push(new OpenLayers.Geometry.Point(321357,508425)); points.push(new OpenLayers.Geometry.Point(321212,508300)); points.push(new OpenLayers.Geometry.Point(321222,508220)); points.push(new OpenLayers.Geometry.Point(321257,508105)); points.push(new OpenLayers.Geometry.Point(321282,508065)); points.push(new OpenLayers.Geometry.Point(321357,508070)); points.push(new OpenLayers.Geometry.Point(321352,507915)); points.push(new OpenLayers.Geometry.Point(321532,507955)); points.push(new OpenLayers.Geometry.Point(321672,507990)); points.push(new OpenLayers.Geometry.Point(321822,507980)); points.push(new OpenLayers.Geometry.Point(321932,508040)); points.push(new OpenLayers.Geometry.Point(321882,508135)); points.push(new OpenLayers.Geometry.Point(321932,508075)); points.push(new OpenLayers.Geometry.Point(321802,507975)); points.push(new OpenLayers.Geometry.Point(321602,508005)); points.push(new OpenLayers.Geometry.Point(321372,507915)); points.push(new OpenLayers.Geometry.Point(321347,507835)); points.push(new OpenLayers.Geometry.Point(321122,507765)); points.push(new OpenLayers.Geometry.Point(321067,507725)); points.push(new OpenLayers.Geometry.Point(321147,507565)); points.push(new OpenLayers.Geometry.Point(321112,507490)); points.push(new OpenLayers.Geometry.Point(321177,507380)); points.push(new OpenLayers.Geometry.Point(321372,507310)); points.push(new OpenLayers.Geometry.Point(321537,507190)); points.push(new OpenLayers.Geometry.Point(321452,507295)); points.push(new OpenLayers.Geometry.Point(321197,507370)); points.push(new OpenLayers.Geometry.Point(321112,507465)); points.push(new OpenLayers.Geometry.Point(321132,507560)); points.push(new OpenLayers.Geometry.Point(321047,507710)); points.push(new OpenLayers.Geometry.Point(320792,507625)); points.push(new OpenLayers.Geometry.Point(320617,507400)); points.push(new OpenLayers.Geometry.Point(320347,507305)); points.push(new OpenLayers.Geometry.Point(320112,507240)); points.push(new OpenLayers.Geometry.Point(319927,507330)); points.push(new OpenLayers.Geometry.Point(319687,507370)); points.push(new OpenLayers.Geometry.Point(319482,507435)); points.push(new OpenLayers.Geometry.Point(319117,507325)); points.push(new OpenLayers.Geometry.Point(318897,507265)); points.push(new OpenLayers.Geometry.Point(318762,507275)); points.push(new OpenLayers.Geometry.Point(318622,507220)); points.push(new OpenLayers.Geometry.Point(318407,507230)); points.push(new OpenLayers.Geometry.Point(318387,507330)); points.push(new OpenLayers.Geometry.Point(318337,507370)); points.push(new OpenLayers.Geometry.Point(318317,507440)); // 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]); //crate a route start/end marker routepos = new OpenSpace.MapPoint(318677,508465); routesize = new OpenLayers.Size(33,45); routeoffset = new OpenLayers.Pixel(-5,-37); routeicon = new OpenSpace.Icon(‘https://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.1/mapbuilder/routemarker-start.png’, routesize, routeoffset, null, null); routeMarkersLayer.addMarker(new OpenLayers.Marker(routepos, routeicon)); //crate a route start/end marker routepos = new OpenSpace.MapPoint(318317,507440); routesize = new OpenLayers.Size(33,45); routeoffset = new OpenLayers.Pixel(-5,-37); routeicon = new OpenSpace.Icon(‘https://openspace.ordnancesurvey.co.uk/osmapapi/img_versions/img_1.1/mapbuilder/routemarker-end.png’, routesize, routeoffset, null, null); routeMarkersLayer.addMarker(new OpenLayers.Marker(routepos, routeicon)); osMap.addLayer(routeMarkersLayer);}
Route: Wasdale Head, Burnthwaite, Moses’ Trod, Lingmell Beck, Piers Gill, Middleboot Knotts, Round How, Corridor Route, Lingmell Col, Scafell Pike, Hollow Stones, Brown Tongue, Brackenclose
Date: 17/06/2018
From: Wasdale Head
Parking: Brackenclose / Wasdale Head
Start Point: Wasdale Head
Region: Southern Fells
Route length: 7.3 miles (km)
Time taken: 04:25
Average speed: 1.6mph
Ascent: 1,045m
Descent: 1,032m
Wainwrights on this walk:
Scafell Pike (978m)
Additional summits: Middleboot Knotts (703m), Round How (741m)
Other points of interest: Piers Gill
Everyone knows Scafell Pike and, like all popular mountains, there are popular routes – the Corridor Route or the direct route up Brown Tongue for instance. I think you may be hard pressed to find many who had ventured up the Piers Gill path.
Piers Gill itself is quite infamous – it is the location of numerous MRT call-outs as people descending from Scafell Pike inadvertently enter it thinking it to be a viable way down. It is not. I must stress that a route up or down the gully is not possible for the average walker – there are a few serious, vertical sections and no mobile phone coverage. Instead, the Piers Gill path actually follows the rim of the canyon as it climbs up from Wasdale Head.
 |
| Wasdale |
Getting to Piers Gill involves a walk along to valley leading towards Sty Head. After passing through Burnthwaite Farm, a path leaves the main walkers track (which becomes Moses’ Trod), remaining in the valley bottom, following the stream. Crossing the stream where Piers Gill meets Spouthead Gill leads onto open fellside.
 |
| The Wasdale Head Inn below Yewbarrow |
 |
| Add caption |
 |
| Add caption |
 |
| Add caption |
 |
| The |
There is a vague path there which climbs up towards Piers Gill – shrouded in the cloud on this particular occasion. It wasn’t until we reached the entrance that the drama of the gill was revealed. As I mentioned, Piers Gill is essentially a canyon which carves a path across the crags of Lingmell, forming a very distinctive L-shaped gash. A path follows the eastern side, right up to the point where the Corridor Route crosses the gill.
 |
| Looking back down the valley |
 |
| Piers Gill |
 |
| The entrance to the canyon |
 |
| Stand Crag emerges from the cloud |
 |
| Climbing along the rim of Piers Gill |
Due to the low cloud, we may have missed a few key features, however, there are two of note that are worth mentioning. First is the rock step around halfway, an easy and enjoyable short scramble. The second requires a short detour from the path shortly after the step to the point where Piers Gill turns through 90 degrees. Here the view of the canyon is immense, even with the cloud which helped to add its own element of drama. Here, the canyon is 10’s of metres deep.
 |
| The short scramble |
 |
| Piers Gill |
 |
| Piers Gill |
 |
| Piers Gill below Middleboot Knotts |
 |
| Piers Gill |
We returned to the path and made a very short climb up to Middleboot Knotts, a small Nuttall summit along the route. As we lingered on the summit the clouds started to lift and break, bringing a renewed interest in the remainder of the day.
 |
| The summit of Middleboot Knotts |
 |
| Criscliff e Knotts and Round How |
 |
| Piers Gill |
 |
| Looking down on the Corridor Route |
 |
| Great End |
Though Scafell Pike was the ultimate objective, the domed summit of Round How (another Nuttall) is also an easy bag from Middleboot Knotts, only requiring a modest detour to get to the summit – cutting across the grassy slopes below Broad Crag. The views from this small fell are exemplary, even given the clouds which still shrouded the higher summits.
 |
| Broad Crag |
 |
| Round How |
 |
| Round How’s summit |
 |
| Croad Crag |
 |
| Lingmell |
With Round How in the bag we returned back to the Corridor Route, following it to Lingmell col, joining the masses climbing from Wasdale Head. As we climbed the clouds returned, however, they also brought a bought of unexpected rain. So-much-so that I hadn’t packed a pair of waterproof trousers.
 |
| Lingmell |
 |
| Descending from Round How |
 |
| Piers Gill |
 |
| The Corridor Route crosses the top of Piers Gill |
 |
| The Corridor Route |
Hurriedly, we made it to the top before quickly turning and beginning our descent. We had planned to have a wander around and visit Lingmell or Scafell but the rain only appeared to be getting heavier so, instead, we decided to beat a hasty retreat – drawn by the prospect of a car boot-brewed coffee and urged on by the familiar feeling of trainers filling with water.
 |
| The path that climbs to the summit |
 |
| The slabs |
 |
| The final few metres |
 |
| Scafell Pike’s summit |
Fortunately, the Brown Tongue path down to Wasdale is very well built and easy to follow so we made good time, hopping down the stone steps to Lingmell Gill. Crossing here is usually a careful balancing act but, with feet saturated by the rainfall, we simply waded across. It was interesting to see people wearing shorts and t-shirts still doggedly making their way up. I’m not sure what they expected to achieve other than a thorough drenching.
 |
| Lingmell Gill |
 |
| Wast Water and Wasdale |
The final leg took us back down to the campsite where one of our cars was waiting with a set of dry clothes and the chance to debrief. It had turned out to be an unexpected but interesting day – the perfect example of the changeability of the mountain weather. Still, the Piers Gill path was enjoyable and I’m certain I’ll go back on a drier, less cloudy day.