Video
Results
Team | Runs | Wickets Lost | Overs | Outcome |
---|---|---|---|---|
Soho Cricket Collective | 225 | 8 | 40 | Loss |
Chesham Bois CC | 241 | 6 | 40 | Win |
Soho Cricket Collective
Chesham Bois CC
Runs | Balls | 4s | 6s | Overs | Maidens | R | Wickets |
---|---|---|---|---|---|---|---|
241 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Match commentary – no apologies for nonsense.
A delight!

CBCCvSCC 25Aug2019 SCCinnings

CBCCvSCC 25Aug2019 CBCCinnings

Staring at the score



Details
Date | Time | League | Season |
---|---|---|---|
25 August 2019 | 13:00 | Not a league | 2019 |
Venue
Soho |
---|
// position we will use later var lat = 40.7324319; var lon = -73.82480799999996; // initialize map map = L.map('sp_openstreetmaps_container', { zoomControl:false }).setView([lat, lon], 21); // set map tiles source L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Map data © OpenStreetMap contributors', maxZoom: 18, }).addTo(map); // add marker to the map marker = L.marker([lat, lon]).addTo(map); map.dragging.disable(); map.touchZoom.disable(); map.doubleClickZoom.disable(); map.scrollWheelZoom.disable(); |