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(320680.99937057,521836.50125885),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(322711.66603088,523826.66793823)); points.push(new OpenLayers.Geometry.Point(322621.66603088,523911.66793823)); points.push(new OpenLayers.Geometry.Point(322551.66603088,523911.66793823)); points.push(new OpenLayers.Geometry.Point(322546.66603088,523706.66793823)); points.push(new OpenLayers.Geometry.Point(322471.66603088,523551.66793823)); points.push(new OpenLayers.Geometry.Point(322226.66603088,523496.66793823)); points.push(new OpenLayers.Geometry.Point(322051.66603088,523406.66793823)); points.push(new OpenLayers.Geometry.Point(321621.66603088,522976.66793823)); points.push(new OpenLayers.Geometry.Point(321351.66603088,522836.66793823)); points.push(new OpenLayers.Geometry.Point(321041.66603088,522926.66793823)); points.push(new OpenLayers.Geometry.Point(320756.66603088,522851.66793823)); points.push(new OpenLayers.Geometry.Point(320436.66603088,522691.66793823)); points.push(new OpenLayers.Geometry.Point(320106.66603088,522566.66793823)); points.push(new OpenLayers.Geometry.Point(319916.66603088,522636.66793823)); points.push(new OpenLayers.Geometry.Point(319656.66603088,522336.66793823)); points.push(new OpenLayers.Geometry.Point(319506.66603088,522096.66793823)); points.push(new OpenLayers.Geometry.Point(319331.66603088,521986.66793823)); points.push(new OpenLayers.Geometry.Point(318906.66603088,521966.66793823)); points.push(new OpenLayers.Geometry.Point(318771.66603088,521996.66793823)); points.push(new OpenLayers.Geometry.Point(318601.66603088,522166.66793823)); points.push(new OpenLayers.Geometry.Point(318526.66603088,522166.66793823)); points.push(new OpenLayers.Geometry.Point(318641.66603088,521956.66793823)); points.push(new OpenLayers.Geometry.Point(318736.66603088,521806.66793823)); points.push(new OpenLayers.Geometry.Point(318776.66603088,521686.66793823)); points.push(new OpenLayers.Geometry.Point(318776.66603088,521531.66793823)); points.push(new OpenLayers.Geometry.Point(319001.66603088,521126.66793823)); points.push(new OpenLayers.Geometry.Point(318806.66603088,520996.66793823)); points.push(new OpenLayers.Geometry.Point(318436.66603088,520876.66793823)); points.push(new OpenLayers.Geometry.Point(318226.66603088,520771.66793823)); points.push(new OpenLayers.Geometry.Point(318156.66603088,520556.66793823)); points.push(new OpenLayers.Geometry.Point(317976.66603088,520396.66793823)); points.push(new OpenLayers.Geometry.Point(317816.66603088,520326.66793823)); points.push(new OpenLayers.Geometry.Point(317436.66603088,520341.66793823)); points.push(new OpenLayers.Geometry.Point(317696.66603088,520321.66793823)); points.push(new OpenLayers.Geometry.Point(318061.66603088,520341.66793823)); points.push(new OpenLayers.Geometry.Point(318196.66603088,520281.66793823)); points.push(new OpenLayers.Geometry.Point(318581.66603088,520181.66793823)); points.push(new OpenLayers.Geometry.Point(318811.66603088,519746.66793823)); points.push(new OpenLayers.Geometry.Point(318771.66603088,519886.66793823)); points.push(new OpenLayers.Geometry.Point(318771.66603088,520026.66793823)); points.push(new OpenLayers.Geometry.Point(318911.66603088,520176.66793823)); points.push(new OpenLayers.Geometry.Point(319031.66603088,520266.66793823)); points.push(new OpenLayers.Geometry.Point(319251.66603088,520361.66793823)); points.push(new OpenLayers.Geometry.Point(319421.66603088,520296.66793823)); points.push(new OpenLayers.Geometry.Point(319661.66603088,520246.66793823)); points.push(new OpenLayers.Geometry.Point(319836.66603088,520286.66793823)); points.push(new OpenLayers.Geometry.Point(320091.66603088,520431.66793823)); points.push(new OpenLayers.Geometry.Point(320426.66603088,520461.66793823)); points.push(new OpenLayers.Geometry.Point(320666.66603088,520571.66793823)); points.push(new OpenLayers.Geometry.Point(320916.66603088,520711.66793823)); points.push(new OpenLayers.Geometry.Point(321111.66603088,520791.66793823)); points.push(new OpenLayers.Geometry.Point(321346.66603088,520831.66793823)); points.push(new OpenLayers.Geometry.Point(321556.66603088,520896.66793823)); points.push(new OpenLayers.Geometry.Point(321716.66603088,520936.66793823)); points.push(new OpenLayers.Geometry.Point(321846.66603088,520931.66793823)); points.push(new OpenLayers.Geometry.Point(321656.66603088,520936.66793823)); points.push(new OpenLayers.Geometry.Point(321391.66603088,520831.66793823)); points.push(new OpenLayers.Geometry.Point(321136.66603088,520916.66793823)); points.push(new OpenLayers.Geometry.Point(321006.66603088,521021.66793823)); points.push(new OpenLayers.Geometry.Point(320906.66603088,521096.66793823)); points.push(new OpenLayers.Geometry.Point(320866.66603088,521261.66793823)); points.push(new OpenLayers.Geometry.Point(321116.66603088,521471.66793823)); points.push(new OpenLayers.Geometry.Point(321411.66603088,521736.66793823)); points.push(new OpenLayers.Geometry.Point(321621.66603088,521796.66793823)); points.push(new OpenLayers.Geometry.Point(321906.66603088,521716.66793823)); points.push(new OpenLayers.Geometry.Point(322171.66603088,521696.66793823)); points.push(new OpenLayers.Geometry.Point(322391.66603088,521706.66793823)); points.push(new OpenLayers.Geometry.Point(322546.66603088,521746.66793823)); points.push(new OpenLayers.Geometry.Point(322686.66603088,521821.66793823)); points.push(new OpenLayers.Geometry.Point(322786.66603088,521886.66793823)); points.push(new OpenLayers.Geometry.Point(322871.66603088,522156.66793823)); points.push(new OpenLayers.Geometry.Point(322991.66603088,522381.66793823)); points.push(new OpenLayers.Geometry.Point(323221.66603088,522716.66793823)); points.push(new OpenLayers.Geometry.Point(323386.66603088,522966.66793823)); points.push(new OpenLayers.Geometry.Point(323321.66603088,523096.66793823)); points.push(new OpenLayers.Geometry.Point(323211.66603088,523506.66793823)); points.push(new OpenLayers.Geometry.Point(323166.66603088,523531.66793823)); points.push(new OpenLayers.Geometry.Point(323131.66603088,523591.66793823)); points.push(new OpenLayers.Geometry.Point(323121.66603088,523681.66793823)); points.push(new OpenLayers.Geometry.Point(323071.66603088,523671.66793823)); points.push(new OpenLayers.Geometry.Point(323041.66603088,523631.66793823)); points.push(new OpenLayers.Geometry.Point(322926.66603088,523644.16793823)); points.push(new OpenLayers.Geometry.Point(322844.16603088,523606.66793823)); points.push(new OpenLayers.Geometry.Point(322796.66603088,523631.66793823)); points.push(new OpenLayers.Geometry.Point(322711.66603088,523826.66793823)); // 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(322711.66603088,523826.66793823); 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-startend.png’, routesize, routeoffset, null, null); routeMarkersLayer.addMarker(new OpenLayers.Marker(routepos, routeicon)); osMap.addLayer(routeMarkersLayer);}
Route: Braithwaite, Kinn, Sleet How, Grisedale Pike, Hobcarton Crag, Hopegill Head, Sand Hill, Coledale Hause, Dove Crags, Grasmoor, Wandope Moss, Wandope, Crag Hill, Eel Crag, The Scar, Sail, Sail Pass, Scar Crags, Causey Pike, High Moss, Outerside, Stile End, Barrow, Braithwaite Lodge, Braithwaite
Date: 16/04/2016
From: Braithwaite
Parking: Foot of Whinlatter Pass
Start Point: Foot of Whinlatter Pass
Region: North Western Fells
Route length: 13.1 miles (21 km)
Time taken : 07:05
Average speed: 1.8 mph
Ascent: 1,649m
Descent: 1,678m
Wainwrights on this walk:
Grisedale Pike (791m), Hopegill Head (770m), Grasmoor (852m), Wandope (772m), Crag Hill (839m), Sail (773m), Scar Crags (672m), Causey Pike (637m), Outerside (568m), Barrow (455m)
Additional summits: Kinn (374m), Hobcarton Crag (739m), Sand Hill (756m), Eel Crag (807m), Stile End (447m)
Other points of interest: Hobcarton Crag, Coledale Hause, Dover Crags, Force Crag Mine
The longer days of summertime are finally upon us which means full days out in the mountains without the looming pressure of sunset to hurry you on your way. Longer days mean longer walks and today’s, the Coledale Round, is amongst the longest of the well established days out. 13 miles and 5,000ft of elevation gain would see us across 15 peaks in one of the most picturesque areas of the Lake District. Throw in some superb early Spring weather and you have a real classic that’s hard to beat.
Our starting point was a short distance from Braithwaite as the narrow road towards Whinlatter begins its climb up through the dark woods. An old quarry (I assume) with space for a few cars sits at the foot of a set of wooden steps that throw you straight into the action. These steps lead up onto the long sweeping southeastern ridge of Grisedale Pike.
 |
| The climb out from the car park |
After the initial stepped climb, the gradient subsides slightly as the route crosses the first peak of the day, the small summit of Kinn, a high point on the lower ridge before it really gets going on its way to Grisedale Pike. It was here that we came across a pair of bright gloves, evidently escaped from someone’s pack earlier in the day. We picked them up in the hope of catching up with its owners, who were most likely heading in the same direction as us. Whether we would catch them was debatable, though.
 |
| Sail seen across the valley |
The path steepens as it climbs up to Grisedale Pike, a substantial peak with a truly mountainous profile – a real jewel in the crown of the Northern Fells. To add to its appeal, it has a tremendous view of the surrounding landscape, the most dramatic feature being the immense face of Hopegill Head. I had been disappointed to miss out on the view last time I was here thanks to low cloud but, thankfully, our luck was in today.
 |
| Grisedale Gill and the trees of Whinlatter |
The shapely peak of Hopegill Head is reached by crossing the top of Hobcarton Crag, a rim of crag that lines the head of Hobcarton with a subsidiary top of its own. Hobcarton Crag is home to a rare plant – the alpine catchfly. The only other place it can be found in the UK is atop a lonely mountain in Scotland.
Hopegill Head itself forms the head of two valleys; that of Hobcarton (along with Hobcarton Crag) and that of Hope Beck (or Hope Gill). Both of these small mountain streams find their way to the River Cocker and out to sea at Workington. We left Hopegill Head, over Sand Hill and dropped down to Coledale Hause, the mountain pass that separates Coledale from Gasgale and provides a direct route between Loweswater and Keswick.
Below the hause is the Force Crag Mine, an early lead mine prior to its use for extracting barites. During the Second World War, tons of barytes were extracted for making munitions. Trucks transported materials from the mine levels high above Force Crag down the fell side along what became known as the ‘Burma Road’. The operation was very risky particularly during icy winters; as a result, an aerial ropeway was built, but this also failed in freezing conditions. Force Crag Mine was the last working metal mine in the Lake District, prior to its final abandonment in 1991. The National Trust now own the mine and open the processing mill on select days of the year.
 |
| Coledale Hause and the route up towards Grasmoor |
 |
| Coledale |
From Coledale Hause, a small path leaves the main gravelled route and begins to climb Grasmoor. This path, though not as popular as the way up from Wandope Moss, clings to the edge of Dove Crags and provides a rare view down into the coombe below. Grasmoor’s summit stands a few hundred metres out across a large grassy plateau and a cairn, further still, marks a fine view over Buttermere.
 |
| Looking west over Low Fell to Loweswater |
We had hoped that we may come across the owner of the lost gloves having lunch on the summit but it was not to be. Any hope of reuniting them with their owner was lost. There was however, a fateful turn when a couple turned up, one wearing just the one glove. It so happens that she had lost hers and, given that we were unlikely to find the owner of the pair we found, they were donated to a needed cause – it was cold after all, despite the sunshine. Good deed done, we packed up lunch and continued on to the second half of the round.
 |
| Buttermere |
Wandope was our next stop, a seemingly innocuous lump on the horizon but, standing on the summit, its plain to see why Wainwright included it in his books – it’s another excellent viewpoint. The summit sits atop the striking feature of Addacomb Hole, a symmetrical hanging valley that resembles a half crater.
 |
| Wandope – not impressive from this side |
The path from here hugs the edge of Addacomb Hole from where Wandope finally begins to resemble something like a mountain. It climbs up to the summit of Crag Hill (or Eel Crag if you’re that way inclined) which is topped by the only trig pillar on the round. That said, the pillar is in a sorry state of repair having tumbled off its base; this wasn’t the case a couple of years ago though it looked to be on its last legs then. A short excursion from Crag Hill leads to the subsidiary top of Eel Crag; another Birkett in the bag.
 |
| Addacomb Hole |
 |
| A large snow flurry drifts pass |
 |
| The high fells |
The round continues steeply down from Crag Hill along The Scar down into a depression before climbing up again to reach the summit of Sail. Once again, things have changed a little since I last visited – the cairn has moved from its moat to a dry patch just beside it. One thing that hasn’t changed though is the terrible zig-zag path that links Sail to Scar Crags – it is simply terrible and looks far worse that the previous line of erosion.
 |
| Another large snow flurry |
 |
| The ugly path to Sail Pass |
Scar Crags is an impressive beast with steep slopes that descend on either side of the narrow ridge meaning it is very rarely climbed directly though remains a busy fell thanks to its position on the Coledale Round. It is best seen from afar however as the crags are difficult to see over the crest of the ridge. The northern slopes of Scar Crags, below Long Crag, contain the remains of the Lake District’s only cobalt mine. It was opened by the Keswick Mining Company in 1846. A road and an inclined tramway were built to convey the ore down to Stonycroft in the Newlands valley though the mine was not a success as it was impossible to extract the mineral from the ore in the expected quantities and it closed in due course.
Marking the end of the ridge is the superb summit of Causey Pike with its grandstand view of Keswick and Skiddaw. What’s more, a series of snow flurries were sweeping in over the Vale of Keswick making for an impressive scene. The showers continued as we made our way a short distance back along the ridge, following the path down into High Moss and the head of Stonycroft Gill. Ahead are the individual lumps of Outerside, Stile End and Barrow, a trio of fells that complete the route back to Braithwaite.
 |
| A shower engulfs Dodd |
 |
| Stonycroft Gill |
The final peak on the round is little Barrow, itself having a fine view across Keswick and over Coledale to Grisedale Pike. All eyes were on the line of showers that were crossing Keswick – a truly stunning spectacle.
 |
| Force Crag mine |
 |
| Barrow marks the final hill of the day |
An easy ridge falls down to Braithwaite Lodge and then Braithwaite itself before we passed through the village to the car. We were still accompanied by the impressive views across the Vale of Keswick and Skiddaw. Eventually, we were reunited with the car and were able to finally have a sit down after an epic day on the fells. It’s fair to say that the Coledale Round is one of the best high-level routes and one that should be saved for a clear day.
 |
| Dodd in the showers once again |
 |
| Keswick and Derwentwater |
 |
| The ridge leading down from Barrow |
 |
| Keswick beneath the showers |
 |
| Braithwaite Lodge |