Below is an interactive map that shows all our candidates in Northamptonshire. Please do note that this is an area of approximation and may not be 100% accurate. Improvements can be made on Open Street Maps .
Northampton Candidates Map
#map {
height: 600px;
}
// Initialize the map and set its view to Northampton
var map = L.map(‘map’).setView([52.248, -0.862], 12);
// Add a tile layer to the map (OpenStreetMap tiles)
L.tileLayer(‘https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png’, {
attribution: ‘©
OpenStreetMap contributors’
}).addTo(map);
// Define the candidates and their areas with approximate coordinates
var candidates = [
{ name: ‘Faye Spencer’, area: ‘Billing’, latlng: [52.26, -0.85] },
{ name: ‘Lauren Gilkes’, area: ‘Blackthorn and Rectory Farm’, latlng: [52.23, -0.88] },
{ name: ‘Stewart Manley & Ian Stewart’, area: ‘Brackley’, latlng: [52.0330673, -1.1433429] },
{ name: ‘Oscar Jobling’, area: ‘Braunston & Crick’, latlng: [52.30, -1.05] },
{ name: ‘Andy Cassidy’, area: ‘Brixworth’, latlng: [52.35, -0.75] },
{ name: ‘Anne Webb’, area: ‘Campion’, latlng: [52.2187202, -0.9963359] },
{ name: ‘Emma Kendall’, area: ‘Castle’, latlng: [52.24, -0.90] },
{ name: ‘Jo Maisley’, area: ‘Cogenhoe & The Houghtons’, latlng: [52.27, -0.75] },
{ name: ‘Jimtom James’, area: ‘Dallington Spencer’, latlng: [52.25, -0.85] },
{ name: ‘Clare Slater’, area: ‘Daventry North East’, latlng: [52.27, -1.15] },
{ name: ‘Sarah Stokes’, area: ‘Daventry North West’, latlng: [52.27, -1.18] },
{ name: ‘Kate Smallman’, area: ‘Daventry South’, latlng: [52.24, -1.15] },
{ name: ‘Beverley Vivian’, area: ‘Deanshanger & Paulerspury’, latlng: [52.0494161, -0.8931739] },
{ name: ‘Shaylee Tosney’, area: ‘Duston’, latlng: [52.2434968, -0.9628673] },
{ name: ‘Lamarr Darrington’, area: ‘Far Cotton, Delapre and Briar Hill’, latlng: [52.2263612, -0.9262589] },
{ name: ‘Paul Slater’, area: ‘Hackleton & Roade’, latlng: [52.1872419, -0.8264452] },
{ name: ‘Steve Kent’, area: ‘Headlands’, latlng: [52.2541088, -0.8598522] },
{ name: ‘Damon Boughen’, area: ‘Hunsbury’, latlng: [52.2190374, -0.9310923] },
{ name: ‘Jason Sparkhall & Liam Durrant’, area: ‘Kingsley & Semilong’, latlng: [52.2550073, -0.8814469] },
{ name: ‘Dave Pearson & Paul Powerville’, area: ‘Kingsthorpe North’, latlng: [52.26, -0.88] },
{ name: ‘Steve Miller’, area: ‘Kingsthorpe North’, latlng: [52.26, -0.88] },
{ name: ‘Julie Hawkins’, area: ‘Kingsthorpe South’, latlng: [52.25, -0.88] },
{ name: ‘Simon Sneddon’, area: ‘Long Buckby’, latlng: [52.3021772, -1.0859879] },
{ name: ‘Dave Marsden’, area: ‘Middleton Cheney’, latlng: [52.0726355, -1.279615] },
{ name: ‘Jamie Dexter’, area: ‘Moulton’, latlng: [52.2975316, -0.8825163] },
{ name: ‘Stuart Kendall’, area: ‘Naseby’, latlng: [52.3950017, -0.9982227] },
{ name: ‘Sue Pearson, Marianne Martin & Jenny Moseley’, area: ‘Nene Valley’, latlng: [52.25, -0.75] },
{ name: ‘Kevin Hewes’, area: ‘Parklands’, latlng: [52.2673132, -0.8741699] },
{ name: ‘Juliet Jeater’, area: ‘Rural North East’, latlng: [52.35, -0.70] },
{ name: ‘Teresa Cox’, area: ‘Rural South Northamptonshire’, latlng: [52.15, -0.90] },
{ name: ‘Michael Spence’, area: ‘Talavera’, latlng: [52.2757709, -0.8354882] },
{ name: ‘Emmie Williamson’, area: ‘Towcester’, latlng: [52.1296492, -0.9954979] },
{ name: ‘Linda Davidsen’, area: ‘Upton’, latlng: [52.2348742, -0.9500654] },
{ name: ‘Omonigho Jennifer Martin’, area: ‘Weston Favell and Abington Vale’, latlng: [52.25, -0.87] },
{ name: ‘Ed Jaspers & Gordon Smallman’, area: ‘Woodford and Weedon’, latlng: [52.2294856, -1.094388] }
];
// Add circles and popups for each candidate
candidates.forEach(function(candidate) {
var circle = L.circle(candidate.latlng, {
color: ‘green’,
fillColor: ‘#3bb2d0’,
fillOpacity: 0.5,
radius: 800
}).addTo(map);
circle.bindPopup(‘
‘ + candidate.name + ‘ ‘ + candidate.area);
});
However, there is also a list below, ordered in ward name.
Ward Candidate Abington & Phippsville Esther Pearson & Luke Adams Billing Faye Spencer Blackthorn & Rectory Farm Lauren Gilkes Brackley Stewart Manley & Ian Stewart Braunston & Crick Oscar Jobling Brixworth Andy Cassidy Campion Anne Webb Castle Emma Kendall Cogenhoe & The Houghtons Jo Maisley Dallington Spencer Jimtom James Daventry North East Clare Slater Daventry North West Sarah Stokes Daventry South Kate Smallman Deanshanger & Paulerspury Beverley Vivian Duston Shaylee Tosney Far Cotton, Delapre & Briar Hill Lamarr Darrington Hackleton & Roade Paul Slater Headlands Steve Kent Hunsbury Damon Boughen Kingsley & Semilong Jason Sparkhall & Liam Durrant Kingsthorpe North Dave Pearson, Paul Powerville & Steve Miller Kingsthorpe South Julie Hawkins Long Buckby Simon Sneddon Middleton Cheney Dave Marsden Moulton Jamie Dexter Naseby Stuart Kendall Nene Valley Sue Pearson Marianne Martin Jenny Moseley Parklands Kevin Hewes Rural North East Juliet Jeater Rural South Northamptonshire Teresa Cox Talavera Michael Spence Towcester Emmie Williamson Upton Linda Davidsen Weston Favell & Abington Vale Omonigho Jennifer Martin Woodford and Weedon Ed Jaspers & Gordon Smallman Ward Candidate