// https://simplemaps.com/data/gb-cities
export const topology = {
  type: "FeatureCollection",
  features: [
    {
      type: "Feature",
      properties: { name: "London" },
      geometry: { type: "Point", coordinates: [-0.1275, 51.5072] },
    },
    {
      type: "Feature",
      properties: { name: "Birmingham" },
      geometry: { type: "Point", coordinates: [-1.9025, 52.48] },
    },
    {
      type: "Feature",
      properties: { name: "Manchester" },
      geometry: { type: "Point", coordinates: [-2.2453, 53.4794] },
    },
    {
      type: "Feature",
      properties: { name: "Liverpool" },
      geometry: { type: "Point", coordinates: [-2.9919, 53.4075] },
    },
    {
      type: "Feature",
      properties: { name: "Portsmouth" },
      geometry: { type: "Point", coordinates: [-1.0872, 50.8058] },
    },
    {
      type: "Feature",
      properties: { name: "Southampton" },
      geometry: { type: "Point", coordinates: [-1.4042, 50.9025] },
    },
    {
      type: "Feature",
      properties: { name: "Nottingham" },
      geometry: { type: "Point", coordinates: [-1.15, 52.9533] },
    },
    {
      type: "Feature",
      properties: { name: "Bristol" },
      geometry: { type: "Point", coordinates: [-2.5975, 51.4536] },
    },
    {
      type: "Feature",
      properties: { name: "Leicester" },
      geometry: { type: "Point", coordinates: [-1.1319, 52.6344] },
    },
    {
      type: "Feature",
      properties: { name: "Coventry" },
      geometry: { type: "Point", coordinates: [-1.5106, 52.4081] },
    },
    {
      type: "Feature",
      properties: { name: "Belfast" },
      geometry: { type: "Point", coordinates: [-5.93, 54.5964] },
    },
    {
      type: "Feature",
      properties: { name: "Stockport" },
      geometry: { type: "Point", coordinates: [-2.1494, 53.4083] },
    },
    {
      type: "Feature",
      properties: { name: "Bradford" },
      geometry: { type: "Point", coordinates: [-1.75, 53.8] },
    },
    {
      type: "Feature",
      properties: { name: "Plymouth" },
      geometry: { type: "Point", coordinates: [-4.1422, 50.3714] },
    },
    {
      type: "Feature",
      properties: { name: "Derby" },
      geometry: { type: "Point", coordinates: [-1.4767, 52.9217] },
    },
    {
      type: "Feature",
      properties: { name: "Westminster" },
      geometry: { type: "Point", coordinates: [-0.1353, 51.4947] },
    },
    {
      type: "Feature",
      properties: { name: "Wolverhampton" },
      geometry: { type: "Point", coordinates: [-2.1333, 52.5833] },
    },
    {
      type: "Feature",
      properties: { name: "Norwich" },
      geometry: { type: "Point", coordinates: [1.2928, 52.6286] },
    },
    {
      type: "Feature",
      properties: { name: "Luton" },
      geometry: { type: "Point", coordinates: [-0.4147, 51.8783] },
    },
    {
      type: "Feature",
      properties: { name: "Solihull" },
      geometry: { type: "Point", coordinates: [-1.778, 52.413] },
    },
    {
      type: "Feature",
      properties: { name: "Islington" },
      geometry: { type: "Point", coordinates: [-0.1027, 51.544] },
    },
    {
      type: "Feature",
      properties: { name: "Aberdeen" },
      geometry: { type: "Point", coordinates: [-2.11, 57.15] },
    },
    {
      type: "Feature",
      properties: { name: "Croydon" },
      geometry: { type: "Point", coordinates: [-0.1099, 51.3727] },
    },
    {
      type: "Feature",
      properties: { name: "Bournemouth" },
      geometry: { type: "Point", coordinates: [-1.88, 50.72] },
    },
    {
      type: "Feature",
      properties: { name: "Basildon" },
      geometry: { type: "Point", coordinates: [0.49, 51.58] },
    },
    {
      type: "Feature",
      properties: { name: "Ilford" },
      geometry: { type: "Point", coordinates: [0.0858, 51.5575] },
    },
    {
      type: "Feature",
      properties: { name: "Warrington" },
      geometry: { type: "Point", coordinates: [-2.59, 53.39] },
    },
    {
      type: "Feature",
      properties: { name: "Kingswood" },
      geometry: { type: "Point", coordinates: [-2.505, 51.46] },
    },
    {
      type: "Feature",
      properties: { name: "Oxford" },
      geometry: { type: "Point", coordinates: [-1.2578, 51.7519] },
    },
    {
      type: "Feature",
      properties: { name: "Harrow" },
      geometry: { type: "Point", coordinates: [-0.3464, 51.5836] },
    },
    {
      type: "Feature",
      properties: { name: "West Bromwich" },
      geometry: { type: "Point", coordinates: [-1.995, 52.519] },
    },
    {
      type: "Feature",
      properties: { name: "Gloucester" },
      geometry: { type: "Point", coordinates: [-2.2444, 51.8644] },
    },
    {
      type: "Feature",
      properties: { name: "Blackpool" },
      geometry: { type: "Point", coordinates: [-3.0503, 53.8142] },
    },
    {
      type: "Feature",
      properties: { name: "Sale" },
      geometry: { type: "Point", coordinates: [-2.322, 53.424] },
    },
    {
      type: "Feature",
      properties: { name: "Tottenham" },
      geometry: { type: "Point", coordinates: [-0.0681, 51.5975] },
    },
    {
      type: "Feature",
      properties: { name: "Cambridge" },
      geometry: { type: "Point", coordinates: [0.1192, 52.2053] },
    },
    {
      type: "Feature",
      properties: { name: "Romford" },
      geometry: { type: "Point", coordinates: [0.1801, 51.5768] },
    },
    {
      type: "Feature",
      properties: { name: "Colchester" },
      geometry: { type: "Point", coordinates: [0.903, 51.8917] },
    },
    {
      type: "Feature",
      properties: { name: "High Wycombe" },
      geometry: { type: "Point", coordinates: [-0.7482, 51.6287] },
    },
    {
      type: "Feature",
      properties: { name: "Gateshead" },
      geometry: { type: "Point", coordinates: [-1.6, 54.95] },
    },
    {
      type: "Feature",
      properties: { name: "Slough" },
      geometry: { type: "Point", coordinates: [-0.5881, 51.5084] },
    },
    {
      type: "Feature",
      properties: { name: "Blackburn" },
      geometry: { type: "Point", coordinates: [-2.482, 53.748] },
    },
    {
      type: "Feature",
      properties: { name: "Chelmsford" },
      geometry: { type: "Point", coordinates: [0.48, 51.73] },
    },
    {
      type: "Feature",
      properties: { name: "Rochdale" },
      geometry: { type: "Point", coordinates: [-2.161, 53.6136] },
    },
    {
      type: "Feature",
      properties: { name: "Rotherham" },
      geometry: { type: "Point", coordinates: [-1.357, 53.43] },
    },
    {
      type: "Feature",
      properties: { name: "Walthamstow" },
      geometry: { type: "Point", coordinates: [-0.021, 51.584] },
    },
    {
      type: "Feature",
      properties: { name: "Maidstone" },
      geometry: { type: "Point", coordinates: [0.529, 51.272] },
    },
    {
      type: "Feature",
      properties: { name: "Basingstoke" },
      geometry: { type: "Point", coordinates: [-1.0876, 51.2667] },
    },
    {
      type: "Feature",
      properties: { name: "Salford" },
      geometry: { type: "Point", coordinates: [-2.2931, 53.483] },
    },
    {
      type: "Feature",
      properties: { name: "Hounslow" },
      geometry: { type: "Point", coordinates: [-0.375, 51.4668] },
    },
    {
      type: "Feature",
      properties: { name: "Wembley" },
      geometry: { type: "Point", coordinates: [-0.2979, 51.5528] },
    },
    {
      type: "Feature",
      properties: { name: "Worcester" },
      geometry: { type: "Point", coordinates: [-2.2206, 52.1911] },
    },
    {
      type: "Feature",
      properties: { name: "Hammersmith" },
      geometry: { type: "Point", coordinates: [-0.2229, 51.4928] },
    },
    {
      type: "Feature",
      properties: { name: "Rayleigh" },
      geometry: { type: "Point", coordinates: [0.6049, 51.5864] },
    },
    {
      type: "Feature",
      properties: { name: "Hemel Hempstead" },
      geometry: { type: "Point", coordinates: [-0.4692, 51.7526] },
    },
    {
      type: "Feature",
      properties: { name: "Bath" },
      geometry: { type: "Point", coordinates: [-2.36, 51.38] },
    },
    {
      type: "Feature",
      properties: { name: "Darlington" },
      geometry: { type: "Point", coordinates: [-1.5526, 54.527] },
    },
    {
      type: "Feature",
      properties: { name: "Hove" },
      geometry: { type: "Point", coordinates: [-0.1758, 50.8352] },
    },
    {
      type: "Feature",
      properties: { name: "Hastings" },
      geometry: { type: "Point", coordinates: [0.57, 50.85] },
    },
    {
      type: "Feature",
      properties: { name: "Watford" },
      geometry: { type: "Point", coordinates: [-0.3957, 51.655] },
    },
    {
      type: "Feature",
      properties: { name: "Stevenage" },
      geometry: { type: "Point", coordinates: [-0.2019, 51.9017] },
    },
    {
      type: "Feature",
      properties: { name: "Hartlepool" },
      geometry: { type: "Point", coordinates: [-1.21, 54.69] },
    },
    {
      type: "Feature",
      properties: { name: "Chester" },
      geometry: { type: "Point", coordinates: [-2.89, 53.19] },
    },
    {
      type: "Feature",
      properties: { name: "Fulham" },
      geometry: { type: "Point", coordinates: [-0.195, 51.4828] },
    },
    {
      type: "Feature",
      properties: { name: "Nuneaton" },
      geometry: { type: "Point", coordinates: [-1.468, 52.523] },
    },
    {
      type: "Feature",
      properties: { name: "Ealing" },
      geometry: { type: "Point", coordinates: [-0.2988, 51.5175] },
    },
    {
      type: "Feature",
      properties: { name: "Hayes" },
      geometry: { type: "Point", coordinates: [-0.4211, 51.5127] },
    },
    {
      type: "Feature",
      properties: { name: "Aylesbury" },
      geometry: { type: "Point", coordinates: [-0.8124, 51.8168] },
    },
    {
      type: "Feature",
      properties: { name: "Edmonton" },
      geometry: { type: "Point", coordinates: [-0.0708, 51.6154] },
    },
    {
      type: "Feature",
      properties: { name: "Saint Albans" },
      geometry: { type: "Point", coordinates: [-0.336, 51.755] },
    },
    {
      type: "Feature",
      properties: { name: "Burnley" },
      geometry: { type: "Point", coordinates: [-2.248, 53.789] },
    },
    {
      type: "Feature",
      properties: { name: "Batley" },
      geometry: { type: "Point", coordinates: [-1.6356, 53.7167] },
    },
    {
      type: "Feature",
      properties: { name: "Scunthorpe" },
      geometry: { type: "Point", coordinates: [-0.6502, 53.5809] },
    },
    {
      type: "Feature",
      properties: { name: "Dudley" },
      geometry: { type: "Point", coordinates: [-2.089, 52.508] },
    },
    {
      type: "Feature",
      properties: { name: "Brixton" },
      geometry: { type: "Point", coordinates: [-0.1175, 51.4575] },
    },
    {
      type: "Feature",
      properties: { name: "Paisley" },
      geometry: { type: "Point", coordinates: [-4.4239, 55.8456] },
    },
    {
      type: "Feature",
      properties: { name: "Chatham" },
      geometry: { type: "Point", coordinates: [0.52, 51.37] },
    },
    {
      type: "Feature",
      properties: { name: "Edgware" },
      geometry: { type: "Point", coordinates: [-0.2729, 51.6185] },
    },
    {
      type: "Feature",
      properties: { name: "East Ham" },
      geometry: { type: "Point", coordinates: [0.0554, 51.5323] },
    },
    {
      type: "Feature",
      properties: { name: "Weston-super-Mare" },
      geometry: { type: "Point", coordinates: [-2.977, 51.346] },
    },
    {
      type: "Feature",
      properties: { name: "Carlisle" },
      geometry: { type: "Point", coordinates: [-2.944, 54.891] },
    },
    {
      type: "Feature",
      properties: { name: "South Shields" },
      geometry: { type: "Point", coordinates: [-1.43, 54.995] },
    },
    {
      type: "Feature",
      properties: { name: "East Kilbride" },
      geometry: { type: "Point", coordinates: [-4.1769, 55.7644] },
    },
    {
      type: "Feature",
      properties: { name: "Burton upon Trent" },
      geometry: { type: "Point", coordinates: [-1.6367, 52.8019] },
    },
    {
      type: "Feature",
      properties: { name: "Harrogate" },
      geometry: { type: "Point", coordinates: [-1.5378, 53.9919] },
    },
    {
      type: "Feature",
      properties: { name: "Crewe" },
      geometry: { type: "Point", coordinates: [-2.44, 53.099] },
    },
    {
      type: "Feature",
      properties: { name: "Lowestoft" },
      geometry: { type: "Point", coordinates: [1.75, 52.48] },
    },
    {
      type: "Feature",
      properties: { name: "Rugby" },
      geometry: { type: "Point", coordinates: [-1.26, 52.37] },
    },
    {
      type: "Feature",
      properties: { name: "Chingford" },
      geometry: { type: "Point", coordinates: [0.009, 51.623] },
    },
    {
      type: "Feature",
      properties: { name: "Uxbridge" },
      geometry: { type: "Point", coordinates: [-0.4778, 51.5404] },
    },
    {
      type: "Feature",
      properties: { name: "Southall" },
      geometry: { type: "Point", coordinates: [-0.3779, 51.5121] },
    },
    {
      type: "Feature",
      properties: { name: "Walsall" },
      geometry: { type: "Point", coordinates: [-1.98, 52.58] },
    },
    {
      type: "Feature",
      properties: { name: "Grays" },
      geometry: { type: "Point", coordinates: [0.33, 51.475] },
    },
    {
      type: "Feature",
      properties: { name: "Walton upon Thames" },
      geometry: { type: "Point", coordinates: [-0.4133, 51.3868] },
    },
    {
      type: "Feature",
      properties: { name: "Thornton Heath" },
      geometry: { type: "Point", coordinates: [-0.1086, 51.4002] },
    },
    {
      type: "Feature",
      properties: { name: "Finchley" },
      geometry: { type: "Point", coordinates: [-0.187, 51.599] },
    },
    {
      type: "Feature",
      properties: { name: "Kensington" },
      geometry: { type: "Point", coordinates: [-0.19, 51.5] },
    },
    {
      type: "Feature",
      properties: { name: "Boston" },
      geometry: { type: "Point", coordinates: [-0.0214, 52.974] },
    },
    {
      type: "Feature",
      properties: { name: "Paignton" },
      geometry: { type: "Point", coordinates: [-3.5625, 50.4353] },
    },
    {
      type: "Feature",
      properties: { name: "Waterlooville" },
      geometry: { type: "Point", coordinates: [-1.03, 50.88] },
    },
    {
      type: "Feature",
      properties: { name: "Hornchurch" },
      geometry: { type: "Point", coordinates: [0.2128, 51.5565] },
    },
    {
      type: "Feature",
      properties: { name: "Merthyr Tudful" },
      geometry: { type: "Point", coordinates: [-3.378, 51.743] },
    },
    {
      type: "Feature",
      properties: { name: "Mitcham" },
      geometry: { type: "Point", coordinates: [-0.1517, 51.4009] },
    },
    {
      type: "Feature",
      properties: { name: "Feltham" },
      geometry: { type: "Point", coordinates: [-0.4089, 51.4496] },
    },
    {
      type: "Feature",
      properties: { name: "Stourbridge" },
      geometry: { type: "Point", coordinates: [-2.1479, 52.4575] },
    },
    {
      type: "Feature",
      properties: { name: "Hereford" },
      geometry: { type: "Point", coordinates: [-2.716, 52.056] },
    },
    {
      type: "Feature",
      properties: { name: "Rochester" },
      geometry: { type: "Point", coordinates: [0.5, 51.375] },
    },
    {
      type: "Feature",
      properties: { name: "Dewsbury" },
      geometry: { type: "Point", coordinates: [-1.633, 53.691] },
    },
    {
      type: "Feature",
      properties: { name: "Acton" },
      geometry: { type: "Point", coordinates: [-0.2707, 51.5135] },
    },
    {
      type: "Feature",
      properties: { name: "Twickenham" },
      geometry: { type: "Point", coordinates: [-0.337, 51.449] },
    },
    {
      type: "Feature",
      properties: { name: "Scarborough" },
      geometry: { type: "Point", coordinates: [-0.4017, 54.2773] },
    },
    {
      type: "Feature",
      properties: { name: "Wrecsam" },
      geometry: { type: "Point", coordinates: [-2.993, 53.046] },
    },
    {
      type: "Feature",
      properties: { name: "Wandsworth" },
      geometry: { type: "Point", coordinates: [-0.192, 51.455] },
    },
    {
      type: "Feature",
      properties: { name: "Ellesmere Port" },
      geometry: { type: "Point", coordinates: [-2.897, 53.279] },
    },
    {
      type: "Feature",
      properties: { name: "Bangor" },
      geometry: { type: "Point", coordinates: [-5.67, 54.66] },
    },
    {
      type: "Feature",
      properties: { name: "Taunton" },
      geometry: { type: "Point", coordinates: [-3.1, 51.019] },
    },
    {
      type: "Feature",
      properties: { name: "Loughborough" },
      geometry: { type: "Point", coordinates: [-1.2, 52.77] },
    },
    {
      type: "Feature",
      properties: { name: "Barking" },
      geometry: { type: "Point", coordinates: [0.08, 51.54] },
    },
    {
      type: "Feature",
      properties: { name: "Littlehampton" },
      geometry: { type: "Point", coordinates: [-0.5409, 50.8094] },
    },
    {
      type: "Feature",
      properties: { name: "Ruislip" },
      geometry: { type: "Point", coordinates: [-0.433, 51.576] },
    },
    {
      type: "Feature",
      properties: { name: "Streatham" },
      geometry: { type: "Point", coordinates: [-0.1235, 51.4279] },
    },
    {
      type: "Feature",
      properties: { name: "Royal Tunbridge Wells" },
      geometry: { type: "Point", coordinates: [0.263, 51.132] },
    },
    {
      type: "Feature",
      properties: { name: "Bebington" },
      geometry: { type: "Point", coordinates: [-3.003, 53.35] },
    },
    {
      type: "Feature",
      properties: { name: "Barrow in Furness" },
      geometry: { type: "Point", coordinates: [-3.2261, 54.1108] },
    },
    {
      type: "Feature",
      properties: { name: "Macclesfield" },
      geometry: { type: "Point", coordinates: [-2.13, 53.25] },
    },
    {
      type: "Feature",
      properties: { name: "Wellingborough" },
      geometry: { type: "Point", coordinates: [-0.6964, 52.2939] },
    },
    {
      type: "Feature",
      properties: { name: "Kettering" },
      geometry: { type: "Point", coordinates: [-0.7229, 52.3931] },
    },
    {
      type: "Feature",
      properties: { name: "Braintree" },
      geometry: { type: "Point", coordinates: [0.55, 51.878] },
    },
    {
      type: "Feature",
      properties: { name: "Royal Leamington Spa" },
      geometry: { type: "Point", coordinates: [-1.537, 52.292] },
    },
    {
      type: "Feature",
      properties: { name: "Dunfermline" },
      geometry: { type: "Point", coordinates: [-3.4393, 56.0719] },
    },
    {
      type: "Feature",
      properties: { name: "Altrincham" },
      geometry: { type: "Point", coordinates: [-2.3547, 53.3838] },
    },
    {
      type: "Feature",
      properties: { name: "Lancaster" },
      geometry: { type: "Point", coordinates: [-2.8014, 54.0489] },
    },
    {
      type: "Feature",
      properties: { name: "Crosby" },
      geometry: { type: "Point", coordinates: [-3.0343, 53.4872] },
    },
    {
      type: "Feature",
      properties: { name: "Barri" },
      geometry: { type: "Point", coordinates: [-3.27, 51.405] },
    },
    {
      type: "Feature",
      properties: { name: "Bootle" },
      geometry: { type: "Point", coordinates: [-2.9891, 53.4457] },
    },
    {
      type: "Feature",
      properties: { name: "Stratford" },
      geometry: { type: "Point", coordinates: [-0.0026, 51.5423] },
    },
    {
      type: "Feature",
      properties: { name: "Folkestone" },
      geometry: { type: "Point", coordinates: [1.166, 51.081] },
    },
    {
      type: "Feature",
      properties: { name: "Cumbernauld" },
      geometry: { type: "Point", coordinates: [-3.994, 55.945] },
    },
    {
      type: "Feature",
      properties: { name: "Andover" },
      geometry: { type: "Point", coordinates: [-1.48, 51.208] },
    },
    {
      type: "Feature",
      properties: { name: "Neath" },
      geometry: { type: "Point", coordinates: [-3.81, 51.66] },
    },
    {
      type: "Feature",
      properties: { name: "Rowley Regis" },
      geometry: { type: "Point", coordinates: [-2.05, 52.488] },
    },
    {
      type: "Feature",
      properties: { name: "Leith" },
      geometry: { type: "Point", coordinates: [-3.17, 55.98] },
    },
    {
      type: "Feature",
      properties: { name: "Yeovil" },
      geometry: { type: "Point", coordinates: [-2.637, 50.9452] },
    },
    {
      type: "Feature",
      properties: { name: "Eltham" },
      geometry: { type: "Point", coordinates: [0.052, 51.451] },
    },
    {
      type: "Feature",
      properties: { name: "Sutton in Ashfield" },
      geometry: { type: "Point", coordinates: [-1.261, 53.125] },
    },
    {
      type: "Feature",
      properties: { name: "Morden" },
      geometry: { type: "Point", coordinates: [-0.1949, 51.4015] },
    },
    {
      type: "Feature",
      properties: { name: "Barnet" },
      geometry: { type: "Point", coordinates: [-0.1997, 51.6444] },
    },
    {
      type: "Feature",
      properties: { name: "West Bridgford" },
      geometry: { type: "Point", coordinates: [-1.127, 52.932] },
    },
    {
      type: "Feature",
      properties: { name: "Stretford" },
      geometry: { type: "Point", coordinates: [-2.3086, 53.4466] },
    },
    {
      type: "Feature",
      properties: { name: "Beckenham" },
      geometry: { type: "Point", coordinates: [-0.022, 51.408] },
    },
    {
      type: "Feature",
      properties: { name: "Greenford" },
      geometry: { type: "Point", coordinates: [-0.3488, 51.5299] },
    },
    {
      type: "Feature",
      properties: { name: "Cheshunt" },
      geometry: { type: "Point", coordinates: [-0.035, 51.702] },
    },
    {
      type: "Feature",
      properties: { name: "Salisbury" },
      geometry: { type: "Point", coordinates: [-1.79, 51.07] },
    },
    {
      type: "Feature",
      properties: { name: "Ashton" },
      geometry: { type: "Point", coordinates: [-2.0952, 53.4897] },
    },
    {
      type: "Feature",
      properties: { name: "Surbiton" },
      geometry: { type: "Point", coordinates: [-0.307, 51.394] },
    },
    {
      type: "Feature",
      properties: { name: "Catford" },
      geometry: { type: "Point", coordinates: [-0.0207, 51.4452] },
    },
    {
      type: "Feature",
      properties: { name: "Worksop" },
      geometry: { type: "Point", coordinates: [-1.1244, 53.3042] },
    },
    {
      type: "Feature",
      properties: { name: "Morley" },
      geometry: { type: "Point", coordinates: [-1.6023, 53.7492] },
    },
    {
      type: "Feature",
      properties: { name: "Middleton" },
      geometry: { type: "Point", coordinates: [-2.187, 53.555] },
    },
    {
      type: "Feature",
      properties: { name: "Fleet" },
      geometry: { type: "Point", coordinates: [-0.8456, 51.2834] },
    },
    {
      type: "Feature",
      properties: { name: "Fareham" },
      geometry: { type: "Point", coordinates: [-1.18, 50.85] },
    },
    {
      type: "Feature",
      properties: { name: "Urmston" },
      geometry: { type: "Point", coordinates: [-2.3747, 53.4487] },
    },
    {
      type: "Feature",
      properties: { name: "Sutton" },
      geometry: { type: "Point", coordinates: [-0.1963, 51.3656] },
    },
    {
      type: "Feature",
      properties: { name: "Caerphilly" },
      geometry: { type: "Point", coordinates: [-3.218, 51.578] },
    },
    {
      type: "Feature",
      properties: { name: "Bridgwater" },
      geometry: { type: "Point", coordinates: [-2.993, 51.128] },
    },
    {
      type: "Feature",
      properties: { name: "Newbury" },
      geometry: { type: "Point", coordinates: [-1.323, 51.401] },
    },
    {
      type: "Feature",
      properties: { name: "Welling" },
      geometry: { type: "Point", coordinates: [0.1097, 51.4594] },
    },
    {
      type: "Feature",
      properties: { name: "Kirkby" },
      geometry: { type: "Point", coordinates: [-2.89, 53.48] },
    },
    {
      type: "Feature",
      properties: { name: "Ramsgate" },
      geometry: { type: "Point", coordinates: [1.416, 51.336] },
    },
    {
      type: "Feature",
      properties: { name: "Castleford" },
      geometry: { type: "Point", coordinates: [-1.356, 53.716] },
    },
    {
      type: "Feature",
      properties: { name: "Strood" },
      geometry: { type: "Point", coordinates: [0.478, 51.393] },
    },
    {
      type: "Feature",
      properties: { name: "Cleethorpes" },
      geometry: { type: "Point", coordinates: [-0.0215, 53.5533] },
    },
    {
      type: "Feature",
      properties: { name: "Ilkeston" },
      geometry: { type: "Point", coordinates: [-1.309, 52.971] },
    },
    {
      type: "Feature",
      properties: { name: "Chorley" },
      geometry: { type: "Point", coordinates: [-2.632, 53.653] },
    },
    {
      type: "Feature",
      properties: { name: "Herne Bay" },
      geometry: { type: "Point", coordinates: [1.13, 51.37] },
    },
    {
      type: "Feature",
      properties: { name: "Bishops Stortford" },
      geometry: { type: "Point", coordinates: [0.1725, 51.872] },
    },
    {
      type: "Feature",
      properties: { name: "Arnold" },
      geometry: { type: "Point", coordinates: [-1.127, 53.005] },
    },
    {
      type: "Feature",
      properties: { name: "Coalville" },
      geometry: { type: "Point", coordinates: [-1.369, 52.724] },
    },
    {
      type: "Feature",
      properties: { name: "Bletchley" },
      geometry: { type: "Point", coordinates: [-0.732, 51.994] },
    },
    {
      type: "Feature",
      properties: { name: "Leighton Buzzard" },
      geometry: { type: "Point", coordinates: [-0.6617, 51.9165] },
    },
    {
      type: "Feature",
      properties: { name: "Airdrie" },
      geometry: { type: "Point", coordinates: [-3.98, 55.86] },
    },
    {
      type: "Feature",
      properties: { name: "Blyth" },
      geometry: { type: "Point", coordinates: [-1.514, 55.126] },
    },
    {
      type: "Feature",
      properties: { name: "Laindon" },
      geometry: { type: "Point", coordinates: [0.4181, 51.574] },
    },
    {
      type: "Feature",
      properties: { name: "Llanelli" },
      geometry: { type: "Point", coordinates: [-4.163, 51.684] },
    },
    {
      type: "Feature",
      properties: { name: "Bicester" },
      geometry: { type: "Point", coordinates: [-1.15, 51.9] },
    },
    {
      type: "Feature",
      properties: { name: "Beeston" },
      geometry: { type: "Point", coordinates: [-1.215, 52.927] },
    },
    {
      type: "Feature",
      properties: { name: "Small Heath" },
      geometry: { type: "Point", coordinates: [-1.8542, 52.4629] },
    },
    {
      type: "Feature",
      properties: { name: "Whitley Bay" },
      geometry: { type: "Point", coordinates: [-1.4443, 55.0456] },
    },
    {
      type: "Feature",
      properties: { name: "Denton" },
      geometry: { type: "Point", coordinates: [-2.1122, 53.4554] },
    },
    {
      type: "Feature",
      properties: { name: "Falkirk" },
      geometry: { type: "Point", coordinates: [-3.7835, 56.0011] },
    },
    {
      type: "Feature",
      properties: { name: "Walkden" },
      geometry: { type: "Point", coordinates: [-2.3991, 53.5239] },
    },
    {
      type: "Feature",
      properties: { name: "Kenton" },
      geometry: { type: "Point", coordinates: [-0.3086, 51.5878] },
    },
    {
      type: "Feature",
      properties: { name: "Bridlington" },
      geometry: { type: "Point", coordinates: [-0.1923, 54.0819] },
    },
    {
      type: "Feature",
      properties: { name: "Billingham" },
      geometry: { type: "Point", coordinates: [-1.27, 54.61] },
    },
    {
      type: "Feature",
      properties: { name: "Dunstable" },
      geometry: { type: "Point", coordinates: [-0.521, 51.886] },
    },
    {
      type: "Feature",
      properties: { name: "Spalding" },
      geometry: { type: "Point", coordinates: [-0.1529, 52.7858] },
    },
    {
      type: "Feature",
      properties: { name: "Grantham" },
      geometry: { type: "Point", coordinates: [-0.638, 52.918] },
    },
    {
      type: "Feature",
      properties: { name: "North Shields" },
      geometry: { type: "Point", coordinates: [-1.4448, 55.0097] },
    },
    {
      type: "Feature",
      properties: { name: "Colwyn Bay" },
      geometry: { type: "Point", coordinates: [-3.7, 53.29] },
    },
    {
      type: "Feature",
      properties: { name: "Hitchin" },
      geometry: { type: "Point", coordinates: [-0.283, 51.947] },
    },
    {
      type: "Feature",
      properties: { name: "Rainham" },
      geometry: { type: "Point", coordinates: [0.61, 51.36] },
    },
    {
      type: "Feature",
      properties: { name: "Wickford" },
      geometry: { type: "Point", coordinates: [0.5207, 51.6114] },
    },
    {
      type: "Feature",
      properties: { name: "Letchworth" },
      geometry: { type: "Point", coordinates: [-0.23, 51.978] },
    },
    {
      type: "Feature",
      properties: { name: "Huyton" },
      geometry: { type: "Point", coordinates: [-2.8403, 53.4111] },
    },
    {
      type: "Feature",
      properties: { name: "Abingdon" },
      geometry: { type: "Point", coordinates: [-1.283, 51.667] },
    },
    {
      type: "Feature",
      properties: { name: "Trowbridge" },
      geometry: { type: "Point", coordinates: [-2.208, 51.32] },
    },
    {
      type: "Feature",
      properties: { name: "Wigston Magna" },
      geometry: { type: "Point", coordinates: [-1.093, 52.5812] },
    },
    {
      type: "Feature",
      properties: { name: "Didcot" },
      geometry: { type: "Point", coordinates: [-1.241, 51.606] },
    },
    {
      type: "Feature",
      properties: { name: "Earley" },
      geometry: { type: "Point", coordinates: [-0.933, 51.433] },
    },
    {
      type: "Feature",
      properties: { name: "Borehamwood" },
      geometry: { type: "Point", coordinates: [-0.2723, 51.6578] },
    },
    {
      type: "Feature",
      properties: { name: "Bexleyheath" },
      geometry: { type: "Point", coordinates: [0.138, 51.459] },
    },
    {
      type: "Feature",
      properties: { name: "Prestwich" },
      geometry: { type: "Point", coordinates: [-2.2833, 53.5333] },
    },
    {
      type: "Feature",
      properties: { name: "Ecclesfield" },
      geometry: { type: "Point", coordinates: [-1.4698, 53.4429] },
    },
    {
      type: "Feature",
      properties: { name: "Darwen" },
      geometry: { type: "Point", coordinates: [-2.461, 53.698] },
    },
    {
      type: "Feature",
      properties: { name: "Pontypridd" },
      geometry: { type: "Point", coordinates: [-3.342, 51.602] },
    },
    {
      type: "Feature",
      properties: { name: "Rutherglen" },
      geometry: { type: "Point", coordinates: [-4.214, 55.828] },
    },
    {
      type: "Feature",
      properties: { name: "Saint Neots" },
      geometry: { type: "Point", coordinates: [-0.27, 52.228] },
    },
    {
      type: "Feature",
      properties: { name: "Pinner" },
      geometry: { type: "Point", coordinates: [-0.3894, 51.5932] },
    },
    {
      type: "Feature",
      properties: { name: "Dover" },
      geometry: { type: "Point", coordinates: [1.3089, 51.1295] },
    },
    {
      type: "Feature",
      properties: { name: "Chichester" },
      geometry: { type: "Point", coordinates: [-0.7792, 50.8365] },
    },
    {
      type: "Feature",
      properties: { name: "Deal" },
      geometry: { type: "Point", coordinates: [1.4006, 51.2226] },
    },
    {
      type: "Feature",
      properties: { name: "Northolt" },
      geometry: { type: "Point", coordinates: [-0.37, 51.5467] },
    },
    {
      type: "Feature",
      properties: { name: "Wishaw" },
      geometry: { type: "Point", coordinates: [-3.9183, 55.7742] },
    },
    {
      type: "Feature",
      properties: { name: "Carshalton" },
      geometry: { type: "Point", coordinates: [-0.1676, 51.3652] },
    },
    {
      type: "Feature",
      properties: { name: "Bulwell" },
      geometry: { type: "Point", coordinates: [-1.197, 53.001] },
    },
    {
      type: "Feature",
      properties: { name: "Kendal" },
      geometry: { type: "Point", coordinates: [-2.745, 54.326] },
    },
    {
      type: "Feature",
      properties: { name: "Cramlington" },
      geometry: { type: "Point", coordinates: [-1.585, 55.082] },
    },
    {
      type: "Feature",
      properties: { name: "Bromsgrove" },
      geometry: { type: "Point", coordinates: [-2.0579, 52.3353] },
    },
    {
      type: "Feature",
      properties: { name: "Pont-y-pŵl" },
      geometry: { type: "Point", coordinates: [-3.041, 51.703] },
    },
    {
      type: "Feature",
      properties: { name: "Hanwell" },
      geometry: { type: "Point", coordinates: [-0.338, 51.509] },
    },
    {
      type: "Feature",
      properties: { name: "Hertford" },
      geometry: { type: "Point", coordinates: [-0.0774, 51.7966] },
    },
    {
      type: "Feature",
      properties: { name: "Frome" },
      geometry: { type: "Point", coordinates: [-2.3215, 51.2279] },
    },
    {
      type: "Feature",
      properties: { name: "Wood Green" },
      geometry: { type: "Point", coordinates: [-0.1149, 51.5981] },
    },
    {
      type: "Feature",
      properties: { name: "Daventry" },
      geometry: { type: "Point", coordinates: [-1.1628, 52.2578] },
    },
    {
      type: "Feature",
      properties: { name: "Darlaston" },
      geometry: { type: "Point", coordinates: [-2.0457, 52.5708] },
    },
    {
      type: "Feature",
      properties: { name: "Ashington" },
      geometry: { type: "Point", coordinates: [-1.568, 55.181] },
    },
    {
      type: "Feature",
      properties: { name: "Longton" },
      geometry: { type: "Point", coordinates: [-2.1327, 52.9877] },
    },
    {
      type: "Feature",
      properties: { name: "Melton Mowbray" },
      geometry: { type: "Point", coordinates: [-0.886, 52.7661] },
    },
    {
      type: "Feature",
      properties: { name: "Aldridge" },
      geometry: { type: "Point", coordinates: [-1.9179, 52.606] },
    },
    {
      type: "Feature",
      properties: { name: "Farnworth" },
      geometry: { type: "Point", coordinates: [-2.3999, 53.5452] },
    },
    {
      type: "Feature",
      properties: { name: "Highbury" },
      geometry: { type: "Point", coordinates: [-0.097, 51.552] },
    },
    {
      type: "Feature",
      properties: { name: "Newton Aycliffe" },
      geometry: { type: "Point", coordinates: [-1.58, 54.62] },
    },
    {
      type: "Feature",
      properties: { name: "Cheadle Hulme" },
      geometry: { type: "Point", coordinates: [-2.1897, 53.3761] },
    },
    {
      type: "Feature",
      properties: { name: "Bournville" },
      geometry: { type: "Point", coordinates: [-1.9355, 52.4299] },
    },
    {
      type: "Feature",
      properties: { name: "Shenley Brook End" },
      geometry: { type: "Point", coordinates: [-0.789, 52.009] },
    },
    {
      type: "Feature",
      properties: { name: "Consett" },
      geometry: { type: "Point", coordinates: [-1.83, 54.85] },
    },
    {
      type: "Feature",
      properties: { name: "Northfield" },
      geometry: { type: "Point", coordinates: [-1.963, 52.408] },
    },
    {
      type: "Feature",
      properties: { name: "Coulsdon" },
      geometry: { type: "Point", coordinates: [-0.1386, 51.3211] },
    },
    {
      type: "Feature",
      properties: { name: "Bilston" },
      geometry: { type: "Point", coordinates: [-2.0728, 52.566] },
    },
    {
      type: "Feature",
      properties: { name: "Wellington" },
      geometry: { type: "Point", coordinates: [-2.5157, 52.7001] },
    },
    {
      type: "Feature",
      properties: { name: "Bishop Auckland" },
      geometry: { type: "Point", coordinates: [-1.676, 54.663] },
    },
    {
      type: "Feature",
      properties: { name: "Longbridge" },
      geometry: { type: "Point", coordinates: [-1.979, 52.395] },
    },
    {
      type: "Feature",
      properties: { name: "Bloxwich" },
      geometry: { type: "Point", coordinates: [-2.004, 52.614] },
    },
    {
      type: "Feature",
      properties: { name: "Upminster" },
      geometry: { type: "Point", coordinates: [0.2512, 51.5557] },
    },
    {
      type: "Feature",
      properties: { name: "Rhyl" },
      geometry: { type: "Point", coordinates: [-3.48, 53.321] },
    },
    {
      type: "Feature",
      properties: { name: "Droitwich" },
      geometry: { type: "Point", coordinates: [-2.153, 52.267] },
    },
    {
      type: "Feature",
      properties: { name: "Hindley" },
      geometry: { type: "Point", coordinates: [-2.5658, 53.5355] },
    },
    {
      type: "Feature",
      properties: { name: "Westhoughton" },
      geometry: { type: "Point", coordinates: [-2.529, 53.549] },
    },
    {
      type: "Feature",
      properties: { name: "Ryde" },
      geometry: { type: "Point", coordinates: [-1.1618, 50.7271] },
    },
    {
      type: "Feature",
      properties: { name: "Gorleston-on-Sea" },
      geometry: { type: "Point", coordinates: [1.7235, 52.5757] },
    },
    {
      type: "Feature",
      properties: { name: "Thornaby on Tees" },
      geometry: { type: "Point", coordinates: [-1.3025, 54.5585] },
    },
    {
      type: "Feature",
      properties: { name: "Kings Norton" },
      geometry: { type: "Point", coordinates: [-1.9272, 52.4072] },
    },
    {
      type: "Feature",
      properties: { name: "Plymstock" },
      geometry: { type: "Point", coordinates: [-4.09, 50.3569] },
    },
    {
      type: "Feature",
      properties: { name: "Barnstaple" },
      geometry: { type: "Point", coordinates: [-4.06, 51.08] },
    },
    {
      type: "Feature",
      properties: { name: "Arbroath" },
      geometry: { type: "Point", coordinates: [-2.586, 56.561] },
    },
    {
      type: "Feature",
      properties: { name: "Caversham" },
      geometry: { type: "Point", coordinates: [-0.973, 51.467] },
    },
    {
      type: "Feature",
      properties: { name: "Oadby" },
      geometry: { type: "Point", coordinates: [-1.0763, 52.5987] },
    },
    {
      type: "Feature",
      properties: { name: "Stalybridge" },
      geometry: { type: "Point", coordinates: [-2.04, 53.4834] },
    },
    {
      type: "Feature",
      properties: { name: "Stanmore" },
      geometry: { type: "Point", coordinates: [-0.314, 51.618] },
    },
    {
      type: "Feature",
      properties: { name: "Droylsden" },
      geometry: { type: "Point", coordinates: [-2.1582, 53.4828] },
    },
    {
      type: "Feature",
      properties: { name: "Perry Barr" },
      geometry: { type: "Point", coordinates: [-1.9042, 52.5249] },
    },
    {
      type: "Feature",
      properties: { name: "Gosforth" },
      geometry: { type: "Point", coordinates: [-1.623, 55.007] },
    },
    {
      type: "Feature",
      properties: { name: "Whitefield" },
      geometry: { type: "Point", coordinates: [-2.2992, 53.5521] },
    },
    {
      type: "Feature",
      properties: { name: "Penwortham" },
      geometry: { type: "Point", coordinates: [-2.72, 53.74] },
    },
    {
      type: "Feature",
      properties: { name: "Harborne" },
      geometry: { type: "Point", coordinates: [-1.95, 52.46] },
    },
    {
      type: "Feature",
      properties: { name: "Swinton" },
      geometry: { type: "Point", coordinates: [-2.3412, 53.5122] },
    },
    {
      type: "Feature",
      properties: { name: "Market Harborough" },
      geometry: { type: "Point", coordinates: [-0.9206, 52.4775] },
    },
    {
      type: "Feature",
      properties: { name: "Erdington" },
      geometry: { type: "Point", coordinates: [-1.8378, 52.5236] },
    },
    {
      type: "Feature",
      properties: { name: "Clifton" },
      geometry: { type: "Point", coordinates: [-1.177, 52.904] },
    },
    {
      type: "Feature",
      properties: { name: "Stratton Saint Margaret" },
      geometry: { type: "Point", coordinates: [-1.762, 51.586] },
    },
    {
      type: "Feature",
      properties: { name: "Wednesfield" },
      geometry: { type: "Point", coordinates: [-2.0827, 52.5998] },
    },
    {
      type: "Feature",
      properties: { name: "Farsley" },
      geometry: { type: "Point", coordinates: [-1.6718, 53.8116] },
    },
    {
      type: "Feature",
      properties: { name: "Guiseley" },
      geometry: { type: "Point", coordinates: [-1.706, 53.875] },
    },
    {
      type: "Feature",
      properties: { name: "March" },
      geometry: { type: "Point", coordinates: [0.088, 52.551] },
    },
    {
      type: "Feature",
      properties: { name: "Tiverton" },
      geometry: { type: "Point", coordinates: [-3.488, 50.903] },
    },
    {
      type: "Feature",
      properties: { name: "Litherland" },
      geometry: { type: "Point", coordinates: [-2.999, 53.4727] },
    },
    {
      type: "Feature",
      properties: { name: "Acomb" },
      geometry: { type: "Point", coordinates: [-1.126, 53.955] },
    },
    {
      type: "Feature",
      properties: { name: "Newton in Makerfield" },
      geometry: { type: "Point", coordinates: [-2.633, 53.45] },
    },
    {
      type: "Feature",
      properties: { name: "Penarth" },
      geometry: { type: "Point", coordinates: [-3.17, 51.43] },
    },
    {
      type: "Feature",
      properties: { name: "Camborne" },
      geometry: { type: "Point", coordinates: [-5.3, 50.213] },
    },
    {
      type: "Feature",
      properties: { name: "Newquay" },
      geometry: { type: "Point", coordinates: [-5.0757, 50.412] },
    },
    {
      type: "Feature",
      properties: { name: "Northwood" },
      geometry: { type: "Point", coordinates: [-0.4176, 51.601] },
    },
    {
      type: "Feature",
      properties: { name: "Atherton" },
      geometry: { type: "Point", coordinates: [-2.495, 53.523] },
    },
    {
      type: "Feature",
      properties: { name: "Belper" },
      geometry: { type: "Point", coordinates: [-1.475, 53.029] },
    },
    {
      type: "Feature",
      properties: { name: "Sheldon" },
      geometry: { type: "Point", coordinates: [-1.7666, 52.45] },
    },
    {
      type: "Feature",
      properties: { name: "Yate" },
      geometry: { type: "Point", coordinates: [-2.411, 51.5402] },
    },
    {
      type: "Feature",
      properties: { name: "Bailleston" },
      geometry: { type: "Point", coordinates: [-4.1147, 55.8474] },
    },
    {
      type: "Feature",
      properties: { name: "Truro" },
      geometry: { type: "Point", coordinates: [-5.051, 50.26] },
    },
    {
      type: "Feature",
      properties: { name: "Chandlers Ford" },
      geometry: { type: "Point", coordinates: [-1.3792, 50.984] },
    },
    {
      type: "Feature",
      properties: { name: "Royton" },
      geometry: { type: "Point", coordinates: [-2.121, 53.566] },
    },
    {
      type: "Feature",
      properties: { name: "Clevedon" },
      geometry: { type: "Point", coordinates: [-2.854, 51.438] },
    },
    {
      type: "Feature",
      properties: { name: "Dronfield" },
      geometry: { type: "Point", coordinates: [-1.4664, 53.3024] },
    },
    {
      type: "Feature",
      properties: { name: "Ossett" },
      geometry: { type: "Point", coordinates: [-1.58, 53.68] },
    },
    {
      type: "Feature",
      properties: { name: "Woodlesford" },
      geometry: { type: "Point", coordinates: [-1.453, 53.7567] },
    },
    {
      type: "Feature",
      properties: { name: "Wallington" },
      geometry: { type: "Point", coordinates: [-0.1403, 51.3647] },
    },
    {
      type: "Feature",
      properties: { name: "Norton" },
      geometry: { type: "Point", coordinates: [-1.3157, 54.589] },
    },
    {
      type: "Feature",
      properties: { name: "Leek" },
      geometry: { type: "Point", coordinates: [-2.0234, 53.108] },
    },
    {
      type: "Feature",
      properties: { name: "Leigh-on-Sea" },
      geometry: { type: "Point", coordinates: [0.6535, 51.5425] },
    },
    {
      type: "Feature",
      properties: { name: "Boscombe" },
      geometry: { type: "Point", coordinates: [-1.84, 50.725] },
    },
    {
      type: "Feature",
      properties: { name: "Failsworth" },
      geometry: { type: "Point", coordinates: [-2.1575, 53.5102] },
    },
    {
      type: "Feature",
      properties: { name: "Kirkstall" },
      geometry: { type: "Point", coordinates: [-1.602, 53.816] },
    },
    {
      type: "Feature",
      properties: { name: "Maesteg" },
      geometry: { type: "Point", coordinates: [-3.65, 51.61] },
    },
    {
      type: "Feature",
      properties: { name: "Shoreham-by-Sea" },
      geometry: { type: "Point", coordinates: [-0.273, 50.834] },
    },
    {
      type: "Feature",
      properties: { name: "Hythe" },
      geometry: { type: "Point", coordinates: [-1.399, 50.869] },
    },
    {
      type: "Feature",
      properties: { name: "Maghull" },
      geometry: { type: "Point", coordinates: [-2.9449, 53.5174] },
    },
    {
      type: "Feature",
      properties: { name: "Rothwell" },
      geometry: { type: "Point", coordinates: [-1.478, 53.7485] },
    },
    {
      type: "Feature",
      properties: { name: "Seaham" },
      geometry: { type: "Point", coordinates: [-1.34, 54.84] },
    },
    {
      type: "Feature",
      properties: { name: "Peterlee" },
      geometry: { type: "Point", coordinates: [-1.33, 54.76] },
    },
    {
      type: "Feature",
      properties: { name: "Killingworth" },
      geometry: { type: "Point", coordinates: [-1.5557, 55.0318] },
    },
    {
      type: "Feature",
      properties: { name: "Horwich" },
      geometry: { type: "Point", coordinates: [-2.54, 53.592] },
    },
    {
      type: "Feature",
      properties: { name: "Bispham" },
      geometry: { type: "Point", coordinates: [-3.041, 53.852] },
    },
    {
      type: "Feature",
      properties: { name: "Biddulph" },
      geometry: { type: "Point", coordinates: [-2.17, 53.12] },
    },
    {
      type: "Feature",
      properties: { name: "Stoke Gifford" },
      geometry: { type: "Point", coordinates: [-2.548, 51.517] },
    },
    {
      type: "Feature",
      properties: { name: "Selby" },
      geometry: { type: "Point", coordinates: [-1.0703, 53.7818] },
    },
    {
      type: "Feature",
      properties: { name: "Stamford" },
      geometry: { type: "Point", coordinates: [-0.484, 52.656] },
    },
    {
      type: "Feature",
      properties: { name: "Davyhulme" },
      geometry: { type: "Point", coordinates: [-2.3683, 53.4559] },
    },
    {
      type: "Feature",
      properties: { name: "Burnham-on-Sea" },
      geometry: { type: "Point", coordinates: [-2.9935, 51.2376] },
    },
    {
      type: "Feature",
      properties: { name: "Abbots Langley" },
      geometry: { type: "Point", coordinates: [-0.416, 51.701] },
    },
    {
      type: "Feature",
      properties: { name: "Great Linford" },
      geometry: { type: "Point", coordinates: [-0.7637, 52.068] },
    },
    {
      type: "Feature",
      properties: { name: "Dukinfield" },
      geometry: { type: "Point", coordinates: [-2.0828, 53.4739] },
    },
    {
      type: "Feature",
      properties: { name: "Peterhead" },
      geometry: { type: "Point", coordinates: [-1.7832, 57.5091] },
    },
    {
      type: "Feature",
      properties: { name: "Ecclesall" },
      geometry: { type: "Point", coordinates: [-1.498, 53.362] },
    },
    {
      type: "Feature",
      properties: { name: "Hebburn" },
      geometry: { type: "Point", coordinates: [-1.513, 54.972] },
    },
    {
      type: "Feature",
      properties: { name: "Frimley" },
      geometry: { type: "Point", coordinates: [-0.7387, 51.3143] },
    },
    {
      type: "Feature",
      properties: { name: "Molesey" },
      geometry: { type: "Point", coordinates: [-0.363, 51.401] },
    },
    {
      type: "Feature",
      properties: { name: "Prestatyn" },
      geometry: { type: "Point", coordinates: [-3.405, 53.331] },
    },
    {
      type: "Feature",
      properties: { name: "Calne" },
      geometry: { type: "Point", coordinates: [-2.005, 51.438] },
    },
    {
      type: "Feature",
      properties: { name: "Southbourne" },
      geometry: { type: "Point", coordinates: [-1.798, 50.722] },
    },
    {
      type: "Feature",
      properties: { name: "Broughty Ferry" },
      geometry: { type: "Point", coordinates: [-2.8699, 56.4672] },
    },
    {
      type: "Feature",
      properties: { name: "Bedlington" },
      geometry: { type: "Point", coordinates: [-1.583, 55.133] },
    },
    {
      type: "Feature",
      properties: { name: "Hadleigh" },
      geometry: { type: "Point", coordinates: [0.6095, 51.5535] },
    },
    {
      type: "Feature",
      properties: { name: "Bingley" },
      geometry: { type: "Point", coordinates: [-1.836, 53.846] },
    },
    {
      type: "Feature",
      properties: { name: "Warminster" },
      geometry: { type: "Point", coordinates: [-2.181, 51.205] },
    },
    {
      type: "Feature",
      properties: { name: "Redhill" },
      geometry: { type: "Point", coordinates: [-0.1726, 51.2393] },
    },
    {
      type: "Feature",
      properties: { name: "Bourne" },
      geometry: { type: "Point", coordinates: [-0.3775, 52.7684] },
    },
    {
      type: "Feature",
      properties: { name: "Colne" },
      geometry: { type: "Point", coordinates: [-2.1756, 53.8554] },
    },
    {
      type: "Feature",
      properties: { name: "Tonypandy" },
      geometry: { type: "Point", coordinates: [-3.4512, 51.6223] },
    },
    {
      type: "Feature",
      properties: { name: "Moreton" },
      geometry: { type: "Point", coordinates: [-3.111, 53.401] },
    },
    {
      type: "Feature",
      properties: { name: "Fern Down" },
      geometry: { type: "Point", coordinates: [-1.9, 50.81] },
    },
    {
      type: "Feature",
      properties: { name: "Bonnyrigg" },
      geometry: { type: "Point", coordinates: [-3.1031, 55.8747] },
    },
    {
      type: "Feature",
      properties: { name: "Quedgeley" },
      geometry: { type: "Point", coordinates: [-2.28, 51.825] },
    },
    {
      type: "Feature",
      properties: { name: "Houghton Regis" },
      geometry: { type: "Point", coordinates: [-0.5247, 51.9039] },
    },
    {
      type: "Feature",
      properties: { name: "Friern Barnet" },
      geometry: { type: "Point", coordinates: [-0.1584, 51.6126] },
    },
    {
      type: "Feature",
      properties: { name: "Milton" },
      geometry: { type: "Point", coordinates: [-2.142, 53.05] },
    },
    {
      type: "Feature",
      properties: { name: "Cottingham" },
      geometry: { type: "Point", coordinates: [-0.4136, 53.7822] },
    },
    {
      type: "Feature",
      properties: { name: "Clitheroe" },
      geometry: { type: "Point", coordinates: [-2.3916, 53.8711] },
    },
    {
      type: "Feature",
      properties: { name: "Heckmondwike" },
      geometry: { type: "Point", coordinates: [-1.67, 53.708] },
    },
    {
      type: "Feature",
      properties: { name: "Clayton" },
      geometry: { type: "Point", coordinates: [-1.8135, 53.782] },
    },
    {
      type: "Feature",
      properties: { name: "High Blantyre" },
      geometry: { type: "Point", coordinates: [-4.097, 55.793] },
    },
    {
      type: "Feature",
      properties: { name: "Maltby" },
      geometry: { type: "Point", coordinates: [-1.21, 53.426] },
    },
    {
      type: "Feature",
      properties: { name: "Haslingden" },
      geometry: { type: "Point", coordinates: [-2.328, 53.705] },
    },
    {
      type: "Feature",
      properties: { name: "Devizes" },
      geometry: { type: "Point", coordinates: [-1.9958, 51.3528] },
    },
    {
      type: "Feature",
      properties: { name: "Fazakerley" },
      geometry: { type: "Point", coordinates: [-2.9408, 53.4676] },
    },
    {
      type: "Feature",
      properties: { name: "Connahs Quay" },
      geometry: { type: "Point", coordinates: [-3.057, 53.218] },
    },
    {
      type: "Feature",
      properties: { name: "Plumstead" },
      geometry: { type: "Point", coordinates: [0.09, 51.49] },
    },
    {
      type: "Feature",
      properties: { name: "Wellington" },
      geometry: { type: "Point", coordinates: [-3.2243, 50.9755] },
    },
    {
      type: "Feature",
      properties: { name: "Whickham" },
      geometry: { type: "Point", coordinates: [-1.6726, 54.9456] },
    },
    {
      type: "Feature",
      properties: { name: "Keynsham" },
      geometry: { type: "Point", coordinates: [-2.4968, 51.4135] },
    },
    {
      type: "Feature",
      properties: { name: "Cleckheaton" },
      geometry: { type: "Point", coordinates: [-1.719, 53.725] },
    },
    {
      type: "Feature",
      properties: { name: "Cowley" },
      geometry: { type: "Point", coordinates: [-1.215, 51.733] },
    },
    {
      type: "Feature",
      properties: { name: "Enfield Lock" },
      geometry: { type: "Point", coordinates: [-0.026, 51.6686] },
    },
    {
      type: "Feature",
      properties: { name: "Kilwinning" },
      geometry: { type: "Point", coordinates: [-4.703, 55.655] },
    },
    {
      type: "Feature",
      properties: { name: "Westbury" },
      geometry: { type: "Point", coordinates: [-2.191, 51.26] },
    },
    {
      type: "Feature",
      properties: { name: "Stepney" },
      geometry: { type: "Point", coordinates: [-0.0462, 51.5152] },
    },
    {
      type: "Feature",
      properties: { name: "Basford" },
      geometry: { type: "Point", coordinates: [-1.169, 52.978] },
    },
    {
      type: "Feature",
      properties: { name: "Brackley" },
      geometry: { type: "Point", coordinates: [-1.147, 52.032] },
    },
    {
      type: "Feature",
      properties: { name: "Tyldesley" },
      geometry: { type: "Point", coordinates: [-2.4667, 53.5166] },
    },
    {
      type: "Feature",
      properties: { name: "East Barnet" },
      geometry: { type: "Point", coordinates: [-0.163, 51.643] },
    },
    {
      type: "Feature",
      properties: { name: "Upton" },
      geometry: { type: "Point", coordinates: [-3.099, 53.385] },
    },
    {
      type: "Feature",
      properties: { name: "Johnstone" },
      geometry: { type: "Point", coordinates: [-4.5027, 55.8346] },
    },
    {
      type: "Feature",
      properties: { name: "Worcester Park" },
      geometry: { type: "Point", coordinates: [-0.239, 51.3752] },
    },
    {
      type: "Feature",
      properties: { name: "South Hayling" },
      geometry: { type: "Point", coordinates: [-0.977, 50.7876] },
    },
    {
      type: "Feature",
      properties: { name: "Addlestone" },
      geometry: { type: "Point", coordinates: [-0.4901, 51.3695] },
    },
    {
      type: "Feature",
      properties: { name: "Royston" },
      geometry: { type: "Point", coordinates: [-0.0202, 52.0471] },
    },
    {
      type: "Feature",
      properties: { name: "Buckley" },
      geometry: { type: "Point", coordinates: [-3.086, 53.172] },
    },
    {
      type: "Feature",
      properties: { name: "Porthcawl" },
      geometry: { type: "Point", coordinates: [-3.69, 51.48] },
    },
    {
      type: "Feature",
      properties: { name: "Nailsea" },
      geometry: { type: "Point", coordinates: [-2.76, 51.43] },
    },
    {
      type: "Feature",
      properties: { name: "West Ham" },
      geometry: { type: "Point", coordinates: [0.008, 51.534] },
    },
    {
      type: "Feature",
      properties: { name: "Shipley" },
      geometry: { type: "Point", coordinates: [-1.777, 53.833] },
    },
    {
      type: "Feature",
      properties: { name: "Baildon" },
      geometry: { type: "Point", coordinates: [-1.763, 53.851] },
    },
    {
      type: "Feature",
      properties: { name: "Wombwell" },
      geometry: { type: "Point", coordinates: [-1.4, 53.516] },
    },
    {
      type: "Feature",
      properties: { name: "Llantrisant" },
      geometry: { type: "Point", coordinates: [-3.375, 51.542] },
    },
    {
      type: "Feature",
      properties: { name: "Hazel Grove" },
      geometry: { type: "Point", coordinates: [-2.111, 53.375] },
    },
    {
      type: "Feature",
      properties: { name: "Dawlish" },
      geometry: { type: "Point", coordinates: [-3.466, 50.581] },
    },
    {
      type: "Feature",
      properties: { name: "Bidston" },
      geometry: { type: "Point", coordinates: [-3.078, 53.402] },
    },
    {
      type: "Feature",
      properties: { name: "Verwood" },
      geometry: { type: "Point", coordinates: [-1.8785, 50.8815] },
    },
    {
      type: "Feature",
      properties: { name: "Palmers Green" },
      geometry: { type: "Point", coordinates: [-0.1092, 51.6178] },
    },
    {
      type: "Feature",
      properties: { name: "New Brighton" },
      geometry: { type: "Point", coordinates: [-3.049, 53.432] },
    },
    {
      type: "Feature",
      properties: { name: "Netherton" },
      geometry: { type: "Point", coordinates: [-2.0835, 52.4908] },
    },
    {
      type: "Feature",
      properties: { name: "Hessle" },
      geometry: { type: "Point", coordinates: [-0.4319, 53.7239] },
    },
    {
      type: "Feature",
      properties: { name: "Kew Green" },
      geometry: { type: "Point", coordinates: [-0.2248, 51.5308] },
    },
    {
      type: "Feature",
      properties: { name: "West Wickham" },
      geometry: { type: "Point", coordinates: [-0.0193, 51.3765] },
    },
    {
      type: "Feature",
      properties: { name: "Bromborough" },
      geometry: { type: "Point", coordinates: [-2.978, 53.336] },
    },
    {
      type: "Feature",
      properties: { name: "Baguley" },
      geometry: { type: "Point", coordinates: [-2.276, 53.399] },
    },
    {
      type: "Feature",
      properties: { name: "Balham" },
      geometry: { type: "Point", coordinates: [-0.1525, 51.4434] },
    },
    {
      type: "Feature",
      properties: { name: "Larkhall" },
      geometry: { type: "Point", coordinates: [-3.972, 55.737] },
    },
    {
      type: "Feature",
      properties: { name: "Prestwick" },
      geometry: { type: "Point", coordinates: [-4.6142, 55.4956] },
    },
    {
      type: "Feature",
      properties: { name: "Melksham" },
      geometry: { type: "Point", coordinates: [-2.138, 51.371] },
    },
    {
      type: "Feature",
      properties: { name: "Wibsey" },
      geometry: { type: "Point", coordinates: [-1.7728, 53.7672] },
    },
    {
      type: "Feature",
      properties: { name: "Lowton" },
      geometry: { type: "Point", coordinates: [-2.569, 53.471] },
    },
    {
      type: "Feature",
      properties: { name: "Moston" },
      geometry: { type: "Point", coordinates: [-2.1848, 53.5156] },
    },
    {
      type: "Feature",
      properties: { name: "Thornbury" },
      geometry: { type: "Point", coordinates: [-2.5249, 51.6094] },
    },
    {
      type: "Feature",
      properties: { name: "Deysbrook" },
      geometry: { type: "Point", coordinates: [-2.934, 53.429] },
    },
    {
      type: "Feature",
      properties: { name: "Armthorpe" },
      geometry: { type: "Point", coordinates: [-1.0522, 53.5352] },
    },
    {
      type: "Feature",
      properties: { name: "Southgate" },
      geometry: { type: "Point", coordinates: [-0.1265, 51.6316] },
    },
    {
      type: "Feature",
      properties: { name: "Dollis Hill" },
      geometry: { type: "Point", coordinates: [-0.2341, 51.5641] },
    },
    {
      type: "Feature",
      properties: { name: "West Derby" },
      geometry: { type: "Point", coordinates: [-2.907, 53.4338] },
    },
    {
      type: "Feature",
      properties: { name: "West Drayton" },
      geometry: { type: "Point", coordinates: [-0.4646, 51.5043] },
    },
    {
      type: "Feature",
      properties: { name: "Rottingdean" },
      geometry: { type: "Point", coordinates: [-0.065, 50.815] },
    },
    {
      type: "Feature",
      properties: { name: "Kidbrooke" },
      geometry: { type: "Point", coordinates: [0.0273, 51.4621] },
    },
    {
      type: "Feature",
      properties: { name: "Rock Ferry" },
      geometry: { type: "Point", coordinates: [-3.008, 53.373] },
    },
    {
      type: "Feature",
      properties: { name: "Shirley" },
      geometry: { type: "Point", coordinates: [-0.0543, 51.3813] },
    },
    {
      type: "Feature",
      properties: { name: "Patcham" },
      geometry: { type: "Point", coordinates: [-0.15, 50.864] },
    },
    {
      type: "Feature",
      properties: { name: "Seacroft" },
      geometry: { type: "Point", coordinates: [-1.4599, 53.8222] },
    },
    {
      type: "Feature",
      properties: { name: "Maldon" },
      geometry: { type: "Point", coordinates: [0.6758, 51.7318] },
    },
    {
      type: "Feature",
      properties: { name: "Leyton" },
      geometry: { type: "Point", coordinates: [-0.015, 51.57] },
    },
    {
      type: "Feature",
      properties: { name: "Hythe" },
      geometry: { type: "Point", coordinates: [1.084, 51.0716] },
    },
    {
      type: "Feature",
      properties: { name: "Childwall" },
      geometry: { type: "Point", coordinates: [-2.881, 53.395] },
    },
    {
      type: "Feature",
      properties: { name: "Nantwich" },
      geometry: { type: "Point", coordinates: [-2.522, 53.067] },
    },
    {
      type: "Feature",
      properties: { name: "Marlow" },
      geometry: { type: "Point", coordinates: [-0.78, 51.57] },
    },
    {
      type: "Feature",
      properties: { name: "Pemberton" },
      geometry: { type: "Point", coordinates: [-2.6738, 53.536] },
    },
    {
      type: "Feature",
      properties: { name: "Brierley Hill" },
      geometry: { type: "Point", coordinates: [-2.1245, 52.4795] },
    },
    {
      type: "Feature",
      properties: { name: "Rustington" },
      geometry: { type: "Point", coordinates: [-0.5052, 50.8102] },
    },
    {
      type: "Feature",
      properties: { name: "Cosham" },
      geometry: { type: "Point", coordinates: [-1.066, 50.8424] },
    },
    {
      type: "Feature",
      properties: { name: "Rosyth" },
      geometry: { type: "Point", coordinates: [-3.4323, 56.0339] },
    },
    {
      type: "Feature",
      properties: { name: "Kidlington" },
      geometry: { type: "Point", coordinates: [-1.291, 51.823] },
    },
    {
      type: "Feature",
      properties: { name: "Whitby" },
      geometry: { type: "Point", coordinates: [-0.6206, 54.4858] },
    },
    {
      type: "Feature",
      properties: { name: "Rossington" },
      geometry: { type: "Point", coordinates: [-1.0613, 53.4759] },
    },
    {
      type: "Feature",
      properties: { name: "Hilsea" },
      geometry: { type: "Point", coordinates: [-1.07, 50.83] },
    },
    {
      type: "Feature",
      properties: { name: "Clifton" },
      geometry: { type: "Point", coordinates: [-1.0979, 53.9721] },
    },
    {
      type: "Feature",
      properties: { name: "Little Hulton" },
      geometry: { type: "Point", coordinates: [-2.418, 53.53] },
    },
    {
      type: "Feature",
      properties: { name: "Chaddesden" },
      geometry: { type: "Point", coordinates: [-1.4383, 52.9301] },
    },
    {
      type: "Feature",
      properties: { name: "Amblecote" },
      geometry: { type: "Point", coordinates: [-2.16, 52.46] },
    },
    {
      type: "Feature",
      properties: { name: "Egg Buckland" },
      geometry: { type: "Point", coordinates: [-4.1136, 50.4006] },
    },
    {
      type: "Feature",
      properties: { name: "Shiremoor" },
      geometry: { type: "Point", coordinates: [-1.5048, 55.0366] },
    },
    {
      type: "Feature",
      properties: { name: "Shirebrook" },
      geometry: { type: "Point", coordinates: [-1.2197, 53.2048] },
    },
    {
      type: "Feature",
      properties: { name: "West Boldon" },
      geometry: { type: "Point", coordinates: [-1.441, 54.945] },
    },
    {
      type: "Feature",
      properties: { name: "Linlithgow" },
      geometry: { type: "Point", coordinates: [-3.6105, 55.9791] },
    },
    {
      type: "Feature",
      properties: { name: "Dingle" },
      geometry: { type: "Point", coordinates: [-2.9613, 53.3774] },
    },
    {
      type: "Feature",
      properties: { name: "Walsall Wood" },
      geometry: { type: "Point", coordinates: [-1.9301, 52.6277] },
    },
    {
      type: "Feature",
      properties: { name: "Fraserburgh" },
      geometry: { type: "Point", coordinates: [-2.005, 57.693] },
    },
    {
      type: "Feature",
      properties: { name: "Caerfyrddin" },
      geometry: { type: "Point", coordinates: [-4.316, 51.856] },
    },
    {
      type: "Feature",
      properties: { name: "Wollaston" },
      geometry: { type: "Point", coordinates: [-2.1663, 52.4619] },
    },
    {
      type: "Feature",
      properties: { name: "Chard" },
      geometry: { type: "Point", coordinates: [-2.9587, 50.8728] },
    },
    {
      type: "Feature",
      properties: { name: "Goodmayes" },
      geometry: { type: "Point", coordinates: [0.1133, 51.5631] },
    },
    {
      type: "Feature",
      properties: { name: "Pendlebury" },
      geometry: { type: "Point", coordinates: [-2.3154, 53.5075] },
    },
    {
      type: "Feature",
      properties: { name: "Holborn" },
      geometry: { type: "Point", coordinates: [-0.1136, 51.5204] },
    },
    {
      type: "Feature",
      properties: { name: "Midsomer Norton" },
      geometry: { type: "Point", coordinates: [-2.4817, 51.2842] },
    },
    {
      type: "Feature",
      properties: { name: "Gornalwood" },
      geometry: { type: "Point", coordinates: [-2.124, 52.523] },
    },
    {
      type: "Feature",
      properties: { name: "Yiewsley" },
      geometry: { type: "Point", coordinates: [-0.471, 51.513] },
    },
    {
      type: "Feature",
      properties: { name: "Shenley Church End" },
      geometry: { type: "Point", coordinates: [-0.788, 52.022] },
    },
    {
      type: "Feature",
      properties: { name: "Leagrave" },
      geometry: { type: "Point", coordinates: [-0.466, 51.903] },
    },
    {
      type: "Feature",
      properties: { name: "Buckingham" },
      geometry: { type: "Point", coordinates: [-0.986, 51.995] },
    },
    {
      type: "Feature",
      properties: { name: "Milngavie" },
      geometry: { type: "Point", coordinates: [-4.3137, 55.9421] },
    },
    {
      type: "Feature",
      properties: { name: "Brownhills" },
      geometry: { type: "Point", coordinates: [-1.933, 52.647] },
    },
    {
      type: "Feature",
      properties: { name: "Hornsey" },
      geometry: { type: "Point", coordinates: [-0.118, 51.587] },
    },
    {
      type: "Feature",
      properties: { name: "Sutton on Hull" },
      geometry: { type: "Point", coordinates: [-0.3047, 53.7806] },
    },
    {
      type: "Feature",
      properties: { name: "Wolverton" },
      geometry: { type: "Point", coordinates: [-0.8102, 52.0626] },
    },
    {
      type: "Feature",
      properties: { name: "Barton upon Irwell" },
      geometry: { type: "Point", coordinates: [-2.36, 53.476] },
    },
    {
      type: "Feature",
      properties: { name: "Blunsdon Saint Andrew" },
      geometry: { type: "Point", coordinates: [-1.79, 51.61] },
    },
    {
      type: "Feature",
      properties: { name: "Coseley" },
      geometry: { type: "Point", coordinates: [-2.083, 52.55] },
    },
    {
      type: "Feature",
      properties: { name: "Ovenden" },
      geometry: { type: "Point", coordinates: [-1.8779, 53.7432] },
    },
    {
      type: "Feature",
      properties: { name: "Chepstow" },
      geometry: { type: "Point", coordinates: [-2.675, 51.642] },
    },
    {
      type: "Feature",
      properties: { name: "Lye" },
      geometry: { type: "Point", coordinates: [-2.116, 52.459] },
    },
    {
      type: "Feature",
      properties: { name: "Giffnock" },
      geometry: { type: "Point", coordinates: [-4.2946, 55.8051] },
    },
    {
      type: "Feature",
      properties: { name: "Thatto Heath" },
      geometry: { type: "Point", coordinates: [-2.7481, 53.4352] },
    },
    {
      type: "Feature",
      properties: { name: "Sedgley" },
      geometry: { type: "Point", coordinates: [-2.123, 52.54] },
    },
    {
      type: "Feature",
      properties: { name: "Minehead" },
      geometry: { type: "Point", coordinates: [-3.4738, 51.2038] },
    },
    {
      type: "Feature",
      properties: { name: "Snaresbrook" },
      geometry: { type: "Point", coordinates: [0.0146, 51.587] },
    },
    {
      type: "Feature",
      properties: { name: "Sandown" },
      geometry: { type: "Point", coordinates: [-1.1541, 50.6551] },
    },
    {
      type: "Feature",
      properties: { name: "Hoyland Nether" },
      geometry: { type: "Point", coordinates: [-1.4406, 53.4985] },
    },
    {
      type: "Feature",
      properties: { name: "Hackney" },
      geometry: { type: "Point", coordinates: [-0.0266, 51.5414] },
    },
    {
      type: "Feature",
      properties: { name: "Wallingford" },
      geometry: { type: "Point", coordinates: [-1.125, 51.599] },
    },
    {
      type: "Feature",
      properties: { name: "Belgrave" },
      geometry: { type: "Point", coordinates: [-1.1262, 52.6566] },
    },
    {
      type: "Feature",
      properties: { name: "Wanstead" },
      geometry: { type: "Point", coordinates: [0.0286, 51.5778] },
    },
    {
      type: "Feature",
      properties: { name: "Blundellsands" },
      geometry: { type: "Point", coordinates: [-3.05, 53.48] },
    },
    {
      type: "Feature",
      properties: { name: "Brislington" },
      geometry: { type: "Point", coordinates: [-2.5439, 51.4316] },
    },
    {
      type: "Feature",
      properties: { name: "Culcheth" },
      geometry: { type: "Point", coordinates: [-2.5218, 53.4517] },
    },
    {
      type: "Feature",
      properties: { name: "Sandridge" },
      geometry: { type: "Point", coordinates: [-0.3038, 51.7808] },
    },
    {
      type: "Feature",
      properties: { name: "Holyhead" },
      geometry: { type: "Point", coordinates: [-4.633, 53.309] },
    },
    {
      type: "Feature",
      properties: { name: "Haydock" },
      geometry: { type: "Point", coordinates: [-2.6609, 53.4678] },
    },
    {
      type: "Feature",
      properties: { name: "Wealdstone" },
      geometry: { type: "Point", coordinates: [-0.3352, 51.5957] },
    },
    {
      type: "Feature",
      properties: { name: "Harrow Weald" },
      geometry: { type: "Point", coordinates: [-0.339, 51.604] },
    },
    {
      type: "Feature",
      properties: { name: "Carnoustie" },
      geometry: { type: "Point", coordinates: [-2.71, 56.501] },
    },
    {
      type: "Feature",
      properties: { name: "Burslem" },
      geometry: { type: "Point", coordinates: [-2.1879, 53.0426] },
    },
    {
      type: "Feature",
      properties: { name: "Mountain Ash" },
      geometry: { type: "Point", coordinates: [-3.3792, 51.6814] },
    },
    {
      type: "Feature",
      properties: { name: "Castle Bromwich" },
      geometry: { type: "Point", coordinates: [-1.7856, 52.505] },
    },
    {
      type: "Feature",
      properties: { name: "Linslade" },
      geometry: { type: "Point", coordinates: [-0.6774, 51.9243] },
    },
    {
      type: "Feature",
      properties: { name: "Prescot" },
      geometry: { type: "Point", coordinates: [-2.8064, 53.4286] },
    },
    {
      type: "Feature",
      properties: { name: "Eckington" },
      geometry: { type: "Point", coordinates: [-1.3643, 53.308] },
    },
    {
      type: "Feature",
      properties: { name: "Aylestone" },
      geometry: { type: "Point", coordinates: [-1.154, 52.604] },
    },
    {
      type: "Feature",
      properties: { name: "Southborough" },
      geometry: { type: "Point", coordinates: [0.2652, 51.1598] },
    },
    {
      type: "Feature",
      properties: { name: "Timperley" },
      geometry: { type: "Point", coordinates: [-2.328, 53.387] },
    },
    {
      type: "Feature",
      properties: { name: "Bottesford" },
      geometry: { type: "Point", coordinates: [-0.6714, 53.5521] },
    },
    {
      type: "Feature",
      properties: { name: "Cudworth" },
      geometry: { type: "Point", coordinates: [-1.4149, 53.5784] },
    },
    {
      type: "Feature",
      properties: { name: "Oakham" },
      geometry: { type: "Point", coordinates: [-0.7333, 52.6705] },
    },
    {
      type: "Feature",
      properties: { name: "Highgate" },
      geometry: { type: "Point", coordinates: [-0.1448, 51.5716] },
    },
    {
      type: "Feature",
      properties: { name: "Hollinwood" },
      geometry: { type: "Point", coordinates: [-2.144, 53.5183] },
    },
    {
      type: "Feature",
      properties: { name: "Earlestown" },
      geometry: { type: "Point", coordinates: [-2.65, 53.45] },
    },
    {
      type: "Feature",
      properties: { name: "Flixton" },
      geometry: { type: "Point", coordinates: [-2.391, 53.447] },
    },
    {
      type: "Feature",
      properties: { name: "Parkstone" },
      geometry: { type: "Point", coordinates: [-1.95, 50.71] },
    },
    {
      type: "Feature",
      properties: { name: "Royston" },
      geometry: { type: "Point", coordinates: [-1.45, 53.61] },
    },
    {
      type: "Feature",
      properties: { name: "Ormesby" },
      geometry: { type: "Point", coordinates: [-1.1817, 54.5492] },
    },
    {
      type: "Feature",
      properties: { name: "Hatch End" },
      geometry: { type: "Point", coordinates: [-0.3743, 51.601] },
    },
    {
      type: "Feature",
      properties: { name: "Ryhope" },
      geometry: { type: "Point", coordinates: [-1.3698, 54.8679] },
    },
    {
      type: "Feature",
      properties: { name: "Holbeach" },
      geometry: { type: "Point", coordinates: [0.0154, 52.8037] },
    },
    {
      type: "Feature",
      properties: { name: "Eccleston" },
      geometry: { type: "Point", coordinates: [-2.7748, 53.4539] },
    },
    {
      type: "Feature",
      properties: { name: "Bradford-on-Avon" },
      geometry: { type: "Point", coordinates: [-2.251, 51.347] },
    },
    {
      type: "Feature",
      properties: { name: "Gourock" },
      geometry: { type: "Point", coordinates: [-4.8173, 55.9538] },
    },
    {
      type: "Feature",
      properties: { name: "Stranraer" },
      geometry: { type: "Point", coordinates: [-5.027, 54.902] },
    },
    {
      type: "Feature",
      properties: { name: "Spitalfields" },
      geometry: { type: "Point", coordinates: [-0.075, 51.5166] },
    },
    {
      type: "Feature",
      properties: { name: "Cheam" },
      geometry: { type: "Point", coordinates: [-0.21, 51.36] },
    },
    {
      type: "Feature",
      properties: { name: "Lemington" },
      geometry: { type: "Point", coordinates: [-1.723, 54.972] },
    },
    {
      type: "Feature",
      properties: { name: "New Silksworth" },
      geometry: { type: "Point", coordinates: [-1.3957, 54.871] },
    },
    {
      type: "Feature",
      properties: { name: "Forres" },
      geometry: { type: "Point", coordinates: [-3.62, 57.608] },
    },
    {
      type: "Feature",
      properties: { name: "Lydney" },
      geometry: { type: "Point", coordinates: [-2.5285, 51.7286] },
    },
    {
      type: "Feature",
      properties: { name: "Marton" },
      geometry: { type: "Point", coordinates: [-1.2047, 54.5372] },
    },
    {
      type: "Feature",
      properties: { name: "Bishopstoke" },
      geometry: { type: "Point", coordinates: [-1.3278, 50.9679] },
    },
    {
      type: "Feature",
      properties: { name: "Aberaman" },
      geometry: { type: "Point", coordinates: [-3.4333, 51.7] },
    },
    {
      type: "Feature",
      properties: { name: "Birchington" },
      geometry: { type: "Point", coordinates: [1.305, 51.377] },
    },
    {
      type: "Feature",
      properties: { name: "Nairn" },
      geometry: { type: "Point", coordinates: [-3.869, 57.586] },
    },
    {
      type: "Feature",
      properties: { name: "Handsworth" },
      geometry: { type: "Point", coordinates: [-1.4, 53.37] },
    },
    {
      type: "Feature",
      properties: { name: "Liskeard" },
      geometry: { type: "Point", coordinates: [-4.4651, 50.4536] },
    },
    {
      type: "Feature",
      properties: { name: "Stocksbridge" },
      geometry: { type: "Point", coordinates: [-1.588, 53.478] },
    },
    {
      type: "Feature",
      properties: { name: "Kippax" },
      geometry: { type: "Point", coordinates: [-1.3705, 53.7669] },
    },
    {
      type: "Feature",
      properties: { name: "Tottington" },
      geometry: { type: "Point", coordinates: [-2.339, 53.613] },
    },
    {
      type: "Feature",
      properties: { name: "Whitchurch" },
      geometry: { type: "Point", coordinates: [-2.682, 52.969] },
    },
    {
      type: "Feature",
      properties: { name: "Helston" },
      geometry: { type: "Point", coordinates: [-5.27, 50.1] },
    },
    {
      type: "Feature",
      properties: { name: "Raynes Park" },
      geometry: { type: "Point", coordinates: [-0.2321, 51.4033] },
    },
    {
      type: "Feature",
      properties: { name: "Lambeth" },
      geometry: { type: "Point", coordinates: [-0.119, 51.49] },
    },
    {
      type: "Feature",
      properties: { name: "Killamarsh" },
      geometry: { type: "Point", coordinates: [-1.3116, 53.3205] },
    },
    {
      type: "Feature",
      properties: { name: "Thames Ditton" },
      geometry: { type: "Point", coordinates: [-0.331, 51.389] },
    },
    {
      type: "Feature",
      properties: { name: "Horsell" },
      geometry: { type: "Point", coordinates: [-0.5617, 51.3286] },
    },
    {
      type: "Feature",
      properties: { name: "Broadwater" },
      geometry: { type: "Point", coordinates: [-0.3742, 50.8282] },
    },
    {
      type: "Feature",
      properties: { name: "Wilnecote" },
      geometry: { type: "Point", coordinates: [-1.6677, 52.6081] },
    },
    {
      type: "Feature",
      properties: { name: "Tilehurst" },
      geometry: { type: "Point", coordinates: [-1.0406, 51.4579] },
    },
    {
      type: "Feature",
      properties: { name: "Aberbargoed" },
      geometry: { type: "Point", coordinates: [-3.224, 51.6968] },
    },
    {
      type: "Feature",
      properties: { name: "Littleport" },
      geometry: { type: "Point", coordinates: [0.3046, 52.4568] },
    },
    {
      type: "Feature",
      properties: { name: "Dunbar" },
      geometry: { type: "Point", coordinates: [-2.5169, 56.0027] },
    },
    {
      type: "Feature",
      properties: { name: "Barwell" },
      geometry: { type: "Point", coordinates: [-1.3462, 52.5682] },
    },
    {
      type: "Feature",
      properties: { name: "Cupar" },
      geometry: { type: "Point", coordinates: [-3.01, 56.32] },
    },
    {
      type: "Feature",
      properties: { name: "Broughton Astley" },
      geometry: { type: "Point", coordinates: [-1.2275, 52.5278] },
    },
    {
      type: "Feature",
      properties: { name: "Partick" },
      geometry: { type: "Point", coordinates: [-4.3125, 55.8699] },
    },
    {
      type: "Feature",
      properties: { name: "Ifield" },
      geometry: { type: "Point", coordinates: [-0.2073, 51.1234] },
    },
    {
      type: "Feature",
      properties: { name: "Cowley" },
      geometry: { type: "Point", coordinates: [-0.481, 51.528] },
    },
    {
      type: "Feature",
      properties: { name: "Clayton le Moors" },
      geometry: { type: "Point", coordinates: [-2.384, 53.775] },
    },
    {
      type: "Feature",
      properties: { name: "Cam" },
      geometry: { type: "Point", coordinates: [-2.3642, 51.7011] },
    },
    {
      type: "Feature",
      properties: { name: "Blackwood" },
      geometry: { type: "Point", coordinates: [-3.19, 51.67] },
    },
    {
      type: "Feature",
      properties: { name: "Great Billing" },
      geometry: { type: "Point", coordinates: [-0.8222, 52.2577] },
    },
    {
      type: "Feature",
      properties: { name: "Seaton" },
      geometry: { type: "Point", coordinates: [-3.078, 50.705] },
    },
    {
      type: "Feature",
      properties: { name: "Birtley" },
      geometry: { type: "Point", coordinates: [-1.577, 54.9] },
    },
    {
      type: "Feature",
      properties: { name: "Glascote" },
      geometry: { type: "Point", coordinates: [-1.668, 52.6245] },
    },
    {
      type: "Feature",
      properties: { name: "Mountsorrel" },
      geometry: { type: "Point", coordinates: [-1.15, 52.7167] },
    },
    {
      type: "Feature",
      properties: { name: "Brierfield" },
      geometry: { type: "Point", coordinates: [-2.235, 53.824] },
    },
    {
      type: "Feature",
      properties: { name: "Heybridge" },
      geometry: { type: "Point", coordinates: [0.6897, 51.7417] },
    },
    {
      type: "Feature",
      properties: { name: "New Bilton" },
      geometry: { type: "Point", coordinates: [-1.2764, 52.3728] },
    },
    {
      type: "Feature",
      properties: { name: "Exhall" },
      geometry: { type: "Point", coordinates: [-1.48, 52.47] },
    },
    {
      type: "Feature",
      properties: { name: "Newbold" },
      geometry: { type: "Point", coordinates: [-1.4461, 53.2519] },
    },
    {
      type: "Feature",
      properties: { name: "Cross Gates" },
      geometry: { type: "Point", coordinates: [-1.4506, 53.8063] },
    },
    {
      type: "Feature",
      properties: { name: "Stony Stratford" },
      geometry: { type: "Point", coordinates: [-0.8526, 52.0567] },
    },
    {
      type: "Feature",
      properties: { name: "Rothwell" },
      geometry: { type: "Point", coordinates: [-0.8029, 52.4254] },
    },
    {
      type: "Feature",
      properties: { name: "Rhôs-on-Sea" },
      geometry: { type: "Point", coordinates: [-3.738, 53.309] },
    },
    {
      type: "Feature",
      properties: { name: "Stonehouse" },
      geometry: { type: "Point", coordinates: [-2.2838, 51.7478] },
    },
    {
      type: "Feature",
      properties: { name: "Sundon" },
      geometry: { type: "Point", coordinates: [-0.47, 51.92] },
    },
    {
      type: "Feature",
      properties: { name: "Codsall" },
      geometry: { type: "Point", coordinates: [-2.1924, 52.6267] },
    },
    {
      type: "Feature",
      properties: { name: "Attleborough" },
      geometry: { type: "Point", coordinates: [-1.4575, 52.5156] },
    },
    {
      type: "Feature",
      properties: { name: "Hucknall under Huthwaite" },
      geometry: { type: "Point", coordinates: [-1.301, 53.125] },
    },
    {
      type: "Feature",
      properties: { name: "Pyle" },
      geometry: { type: "Point", coordinates: [-3.6933, 51.5289] },
    },
    {
      type: "Feature",
      properties: { name: "Harefield" },
      geometry: { type: "Point", coordinates: [-0.478, 51.6034] },
    },
    {
      type: "Feature",
      properties: { name: "Wickersley" },
      geometry: { type: "Point", coordinates: [-1.2792, 53.4199] },
    },
    {
      type: "Feature",
      properties: { name: "Greenhill" },
      geometry: { type: "Point", coordinates: [1.103, 51.36] },
    },
    {
      type: "Feature",
      properties: { name: "Roby" },
      geometry: { type: "Point", coordinates: [-2.852, 53.413] },
    },
    {
      type: "Feature",
      properties: { name: "Lee-on-the-Solent" },
      geometry: { type: "Point", coordinates: [-1.2011, 50.8031] },
    },
    {
      type: "Feature",
      properties: { name: "Kirkham" },
      geometry: { type: "Point", coordinates: [-2.87, 53.782] },
    },
    {
      type: "Feature",
      properties: { name: "Frampton Cotterell" },
      geometry: { type: "Point", coordinates: [-2.48, 51.54] },
    },
    {
      type: "Feature",
      properties: { name: "Faringdon" },
      geometry: { type: "Point", coordinates: [-1.586, 51.657] },
    },
    {
      type: "Feature",
      properties: { name: "Allington" },
      geometry: { type: "Point", coordinates: [0.5019, 51.2903] },
    },
    {
      type: "Feature",
      properties: { name: "Saint Peters" },
      geometry: { type: "Point", coordinates: [1.4191, 51.3651] },
    },
    {
      type: "Feature",
      properties: { name: "Shifnal" },
      geometry: { type: "Point", coordinates: [-2.373, 52.665] },
    },
    {
      type: "Feature",
      properties: { name: "Crewkerne" },
      geometry: { type: "Point", coordinates: [-2.7939, 50.8803] },
    },
    {
      type: "Feature",
      properties: { name: "Westgate on Sea" },
      geometry: { type: "Point", coordinates: [1.3381, 51.3814] },
    },
    {
      type: "Feature",
      properties: { name: "Warrenpoint" },
      geometry: { type: "Point", coordinates: [-6.249, 54.0991] },
    },
    {
      type: "Feature",
      properties: { name: "Dowlais" },
      geometry: { type: "Point", coordinates: [-3.353, 51.762] },
    },
    {
      type: "Feature",
      properties: { name: "Duntocher" },
      geometry: { type: "Point", coordinates: [-4.417, 55.924] },
    },
    {
      type: "Feature",
      properties: { name: "Thornhill" },
      geometry: { type: "Point", coordinates: [-1.6124, 53.6622] },
    },
    {
      type: "Feature",
      properties: { name: "Gedling" },
      geometry: { type: "Point", coordinates: [-1.081, 52.975] },
    },
    {
      type: "Feature",
      properties: { name: "Bolton upon Dearne" },
      geometry: { type: "Point", coordinates: [-1.3148, 53.5197] },
    },
    {
      type: "Feature",
      properties: { name: "Godmanchester" },
      geometry: { type: "Point", coordinates: [-0.1725, 52.3176] },
    },
    {
      type: "Feature",
      properties: { name: "Aintree" },
      geometry: { type: "Point", coordinates: [-2.9373, 53.4793] },
    },
    {
      type: "Feature",
      properties: { name: "Pakefield" },
      geometry: { type: "Point", coordinates: [1.728, 52.451] },
    },
    {
      type: "Feature",
      properties: { name: "Whetstone" },
      geometry: { type: "Point", coordinates: [-1.1799, 52.5724] },
    },
    {
      type: "Feature",
      properties: { name: "Cove" },
      geometry: { type: "Point", coordinates: [-0.7939, 51.2965] },
    },
    {
      type: "Feature",
      properties: { name: "Bilton" },
      geometry: { type: "Point", coordinates: [-1.29, 52.3594] },
    },
    {
      type: "Feature",
      properties: { name: "Bothwell" },
      geometry: { type: "Point", coordinates: [-4.0662, 55.8023] },
    },
    {
      type: "Feature",
      properties: { name: "Uddingston" },
      geometry: { type: "Point", coordinates: [-4.0827, 55.8183] },
    },
    {
      type: "Feature",
      properties: { name: "Long Ditton" },
      geometry: { type: "Point", coordinates: [-0.321, 51.385] },
    },
    {
      type: "Feature",
      properties: { name: "Alcester" },
      geometry: { type: "Point", coordinates: [-1.8697, 52.215] },
    },
    {
      type: "Feature",
      properties: { name: "Handforth" },
      geometry: { type: "Point", coordinates: [-2.216, 53.35] },
    },
    {
      type: "Feature",
      properties: { name: "Shephall" },
      geometry: { type: "Point", coordinates: [-0.1765, 51.8904] },
    },
    {
      type: "Feature",
      properties: { name: "Dyce" },
      geometry: { type: "Point", coordinates: [-2.192, 57.2031] },
    },
    {
      type: "Feature",
      properties: { name: "Hollington" },
      geometry: { type: "Point", coordinates: [0.548, 50.875] },
    },
    {
      type: "Feature",
      properties: { name: "Llantwit Fardre" },
      geometry: { type: "Point", coordinates: [-3.3341, 51.5578] },
    },
    {
      type: "Feature",
      properties: { name: "Long Ashton" },
      geometry: { type: "Point", coordinates: [-2.65, 51.43] },
    },
    {
      type: "Feature",
      properties: { name: "Highbridge" },
      geometry: { type: "Point", coordinates: [-2.973, 51.2189] },
    },
    {
      type: "Feature",
      properties: { name: "Withernsea" },
      geometry: { type: "Point", coordinates: [0.0382, 53.7285] },
    },
    {
      type: "Feature",
      properties: { name: "Porth" },
      geometry: { type: "Point", coordinates: [-3.4095, 51.6138] },
    },
    {
      type: "Feature",
      properties: { name: "Great Burstead" },
      geometry: { type: "Point", coordinates: [0.445, 51.604] },
    },
    {
      type: "Feature",
      properties: { name: "Saltburn-by-the-Sea" },
      geometry: { type: "Point", coordinates: [-0.9732, 54.5828] },
    },
    {
      type: "Feature",
      properties: { name: "Honley" },
      geometry: { type: "Point", coordinates: [-1.7921, 53.6027] },
    },
    {
      type: "Feature",
      properties: { name: "Govan" },
      geometry: { type: "Point", coordinates: [-4.3083, 55.8615] },
    },
    {
      type: "Feature",
      properties: { name: "Cheddar" },
      geometry: { type: "Point", coordinates: [-2.778, 51.279] },
    },
    {
      type: "Feature",
      properties: { name: "Broughton" },
      geometry: { type: "Point", coordinates: [-0.5465, 53.5638] },
    },
    {
      type: "Feature",
      properties: { name: "Littlemore" },
      geometry: { type: "Point", coordinates: [-1.227, 51.72] },
    },
    {
      type: "Feature",
      properties: { name: "Kirk Ella" },
      geometry: { type: "Point", coordinates: [-0.4566, 53.7518] },
    },
    {
      type: "Feature",
      properties: { name: "Wadsley" },
      geometry: { type: "Point", coordinates: [-1.52, 53.41] },
    },
    {
      type: "Feature",
      properties: { name: "Leavesden Green" },
      geometry: { type: "Point", coordinates: [-0.3991, 51.6967] },
    },
    {
      type: "Feature",
      properties: { name: "Lexden" },
      geometry: { type: "Point", coordinates: [0.8667, 51.8833] },
    },
    {
      type: "Feature",
      properties: { name: "Utley" },
      geometry: { type: "Point", coordinates: [-1.91, 53.88] },
    },
    {
      type: "Feature",
      properties: { name: "Bridge of Allan" },
      geometry: { type: "Point", coordinates: [-3.942, 56.155] },
    },
    {
      type: "Feature",
      properties: { name: "Bishopton" },
      geometry: { type: "Point", coordinates: [-4.5045, 55.9086] },
    },
    {
      type: "Feature",
      properties: { name: "Paulton" },
      geometry: { type: "Point", coordinates: [-2.5027, 51.3069] },
    },
    {
      type: "Feature",
      properties: { name: "Wincanton" },
      geometry: { type: "Point", coordinates: [-2.4102, 51.0559] },
    },
    {
      type: "Feature",
      properties: { name: "Church" },
      geometry: { type: "Point", coordinates: [-2.386, 53.755] },
    },
    {
      type: "Feature",
      properties: { name: "Great Meols" },
      geometry: { type: "Point", coordinates: [-3.1553, 53.4014] },
    },
    {
      type: "Feature",
      properties: { name: "Harleston" },
      geometry: { type: "Point", coordinates: [1.2996, 52.4024] },
    },
    {
      type: "Feature",
      properties: { name: "Harlescott" },
      geometry: { type: "Point", coordinates: [-2.7226, 52.7365] },
    },
    {
      type: "Feature",
      properties: { name: "Ottery Saint Mary" },
      geometry: { type: "Point", coordinates: [-3.279, 50.752] },
    },
    {
      type: "Feature",
      properties: { name: "Loughor" },
      geometry: { type: "Point", coordinates: [-4.0646, 51.6626] },
    },
    {
      type: "Feature",
      properties: { name: "North Woolwich" },
      geometry: { type: "Point", coordinates: [0.058, 51.501] },
    },
    {
      type: "Feature",
      properties: { name: "Huntington" },
      geometry: { type: "Point", coordinates: [-2.042, 52.715] },
    },
    {
      type: "Feature",
      properties: { name: "Coedpoeth" },
      geometry: { type: "Point", coordinates: [-3.074, 53.054] },
    },
    {
      type: "Feature",
      properties: { name: "Somerton" },
      geometry: { type: "Point", coordinates: [-2.7361, 51.0535] },
    },
    {
      type: "Feature",
      properties: { name: "Eton" },
      geometry: { type: "Point", coordinates: [-0.6092, 51.4881] },
    },
    {
      type: "Feature",
      properties: { name: "Old Kilpatrick" },
      geometry: { type: "Point", coordinates: [-4.4593, 55.925] },
    },
    {
      type: "Feature",
      properties: { name: "Kirby Muxloe" },
      geometry: { type: "Point", coordinates: [-1.2341, 52.6351] },
    },
    {
      type: "Feature",
      properties: { name: "Histon" },
      geometry: { type: "Point", coordinates: [0.1042, 52.2535] },
    },
    {
      type: "Feature",
      properties: { name: "Tillicoultry" },
      geometry: { type: "Point", coordinates: [-3.742, 56.153] },
    },
    {
      type: "Feature",
      properties: { name: "Nelson" },
      geometry: { type: "Point", coordinates: [-3.283, 51.651] },
    },
    {
      type: "Feature",
      properties: { name: "Alva" },
      geometry: { type: "Point", coordinates: [-3.7996, 56.153] },
    },
    {
      type: "Feature",
      properties: { name: "Ingatestone" },
      geometry: { type: "Point", coordinates: [0.38, 51.67] },
    },
    {
      type: "Feature",
      properties: { name: "Lees" },
      geometry: { type: "Point", coordinates: [-2.069, 53.538] },
    },
    {
      type: "Feature",
      properties: { name: "Kingsthorpe" },
      geometry: { type: "Point", coordinates: [-0.9, 52.2625] },
    },
    {
      type: "Feature",
      properties: { name: "Cowpen" },
      geometry: { type: "Point", coordinates: [-1.539, 55.127] },
    },
    {
      type: "Feature",
      properties: { name: "Wilford" },
      geometry: { type: "Point", coordinates: [-1.16, 52.926] },
    },
    {
      type: "Feature",
      properties: { name: "Seaton Delaval" },
      geometry: { type: "Point", coordinates: [-1.5252, 55.0729] },
    },
    {
      type: "Feature",
      properties: { name: "Ferndale" },
      geometry: { type: "Point", coordinates: [-3.448, 51.661] },
    },
    {
      type: "Feature",
      properties: { name: "Grenoside" },
      geometry: { type: "Point", coordinates: [-1.502, 53.441] },
    },
    {
      type: "Feature",
      properties: { name: "Beddau" },
      geometry: { type: "Point", coordinates: [-3.3577, 51.556] },
    },
    {
      type: "Feature",
      properties: { name: "Banff" },
      geometry: { type: "Point", coordinates: [-2.524, 57.667] },
    },
    {
      type: "Feature",
      properties: { name: "Bare" },
      geometry: { type: "Point", coordinates: [-2.837, 54.076] },
    },
    {
      type: "Feature",
      properties: { name: "Chasetown" },
      geometry: { type: "Point", coordinates: [-1.92, 52.67] },
    },
    {
      type: "Feature",
      properties: { name: "Deanshanger" },
      geometry: { type: "Point", coordinates: [-0.8928, 52.0473] },
    },
    {
      type: "Feature",
      properties: { name: "Tayport" },
      geometry: { type: "Point", coordinates: [-2.8796, 56.4467] },
    },
    {
      type: "Feature",
      properties: { name: "Anstruther" },
      geometry: { type: "Point", coordinates: [-2.7027, 56.2234] },
    },
    {
      type: "Feature",
      properties: { name: "Walton le Dale" },
      geometry: { type: "Point", coordinates: [-2.665, 53.746] },
    },
    {
      type: "Feature",
      properties: { name: "Watchet" },
      geometry: { type: "Point", coordinates: [-3.3242, 51.1795] },
    },
    {
      type: "Feature",
      properties: { name: "Highcliffe" },
      geometry: { type: "Point", coordinates: [-1.6959, 50.7414] },
    },
    {
      type: "Feature",
      properties: { name: "Kilburn" },
      geometry: { type: "Point", coordinates: [-1.4254, 53.0056] },
    },
    {
      type: "Feature",
      properties: { name: "Llanharan" },
      geometry: { type: "Point", coordinates: [-3.43, 51.53] },
    },
    {
      type: "Feature",
      properties: { name: "Llanbadarn-fawr" },
      geometry: { type: "Point", coordinates: [-4.06, 52.408] },
    },
    {
      type: "Feature",
      properties: { name: "Menai Bridge" },
      geometry: { type: "Point", coordinates: [-4.16, 53.23] },
    },
    {
      type: "Feature",
      properties: { name: "Sherborne Saint John" },
      geometry: { type: "Point", coordinates: [-1.1098, 51.2944] },
    },
    {
      type: "Feature",
      properties: { name: "Clackmannan" },
      geometry: { type: "Point", coordinates: [-3.749, 56.107] },
    },
    {
      type: "Feature",
      properties: { name: "Swalwell" },
      geometry: { type: "Point", coordinates: [-1.684, 54.954] },
    },
    {
      type: "Feature",
      properties: { name: "Stainton" },
      geometry: { type: "Point", coordinates: [-1.2595, 54.5211] },
    },
    {
      type: "Feature",
      properties: { name: "Harton" },
      geometry: { type: "Point", coordinates: [-1.534, 54.881] },
    },
    {
      type: "Feature",
      properties: { name: "Kinghorn" },
      geometry: { type: "Point", coordinates: [-3.17, 56.07] },
    },
    {
      type: "Feature",
      properties: { name: "Appledore" },
      geometry: { type: "Point", coordinates: [-4.1945, 51.0525] },
    },
    {
      type: "Feature",
      properties: { name: "New Earswick" },
      geometry: { type: "Point", coordinates: [-1.0724, 53.992] },
    },
    {
      type: "Feature",
      properties: { name: "Bushbury" },
      geometry: { type: "Point", coordinates: [-2.113, 52.62] },
    },
  ],
};
