diff --git a/pipelines/environment/dvc.lock b/pipelines/environment/dvc.lock index 70b7599..581428e 100644 --- a/pipelines/environment/dvc.lock +++ b/pipelines/environment/dvc.lock @@ -43,53 +43,77 @@ stages: hash: md5 md5: ee2acbd709d5d094955dc74f4307c291 size: 2324810 + - path: ../../raw-data/EDM_2023_Storm_Overflow_Annual_Return/EDM 2023 Storm Overflow + Annual Return - all water and sewerage companies.xlsx + hash: md5 + md5: 912120d1e2a0df1f515aa208cae9ceb9 + size: 2456178 - path: ../../raw-data/spills-by-constituency.json hash: md5 md5: 8684dd65bd630cdcf3a4e65c41b6c590 size: 229328 - - path: ../../src/_data/geojson/constituencies-2022.geojson + - path: ../../src/_data/geojson/constituencies-2024.geojson hash: md5 - md5: 4c70e72adbfe31a71d6a504edd2d2509 - size: 7461749 + md5: 3d9f501977a3bd70dc860acdc0cf9ff7 + size: 2462727 - path: ../util.py hash: md5 - md5: 48d28252bb6ca8ba2451792cb1a5709a - size: 653 + md5: f3e966c3793136650d3b61c6fbb96e5f + size: 664 - path: storm-overflows.py hash: md5 - md5: d42a6f41a97de92688af17177fdebbdb - size: 5413 + md5: ea29901d1e8fb5619493cb0fd7936be3 + size: 8218 outs: - - path: ../../src/_data/sources/environment/spills_by_constituency.csv - hash: md5 - md5: 15c19b34ee6c9144627bb5e4e247a2aa - size: 100103 - - path: ../../src/_data/sources/environment/storm_overflows.csv + - path: ../../src/themes/environment/storm-overflows/_data/storm_overflows.csv hash: md5 - md5: be2d964c9595da21a76a223cd4c2d048 - size: 25214 + md5: b0472763c761409f0c14e307bf53681d + size: 30261 + isexec: true get-storm-overflows: cmd: - wget -q -O ../../raw-data/EDM_2022_Storm_Overflow_Annual_Return.zip "https://environment.data.gov.uk/api/file/download?fileDataSetId=c55e170e-3c75-49a5-8026-a961ff94c8e0&fileName=EDM_2022_Storm_Overflow_Annual_Return.zip" + - wget -q -O ../../raw-data/EDM_2023_Storm_Overflow_Annual_Return.zip + "https://environment.data.gov.uk/api/file/download?fileDataSetId=c55e170e-3c75-49a5-8026-a961ff94c8e0&fileName=EDM_2023_Storm_Overflow_Annual_Return.zip" outs: - path: ../../raw-data/EDM_2022_Storm_Overflow_Annual_Return.zip hash: md5 md5: bad66d7251a2509333f526099960b45f size: 2706281 + isexec: true + - path: ../../raw-data/EDM_2023_Storm_Overflow_Annual_Return.zip + hash: md5 + md5: d341e93f7de5ec0e9537b2681b95686b + size: 2859496 + isexec: true unzip-storm-overflows: cmd: - unzip -o ../../raw-data/EDM_2022_Storm_Overflow_Annual_Return.zip "EDM_2022_Storm_Overflow_Annual_Return/EDM 2022 Storm Overflow Annual Return - all water and sewerage companies.xlsx" -d ../../raw-data/ + - unzip -o ../../raw-data/EDM_2023_Storm_Overflow_Annual_Return.zip "EDM_2023_Storm_Overflow_Annual_Return/EDM + 2023 Storm Overflow Annual Return - all water and sewerage companies.xlsx" -d + ../../raw-data/ deps: - path: ../../raw-data/EDM_2022_Storm_Overflow_Annual_Return.zip hash: md5 md5: bad66d7251a2509333f526099960b45f size: 2706281 + - path: ../../raw-data/EDM_2023_Storm_Overflow_Annual_Return.zip + hash: md5 + md5: d341e93f7de5ec0e9537b2681b95686b + size: 2859496 outs: - path: ../../raw-data/EDM_2022_Storm_Overflow_Annual_Return/EDM 2022 Storm Overflow Annual Return - all water and sewerage companies.xlsx hash: md5 md5: ee2acbd709d5d094955dc74f4307c291 size: 2324810 + isexec: true + - path: ../../raw-data/EDM_2023_Storm_Overflow_Annual_Return/EDM 2023 Storm Overflow + Annual Return - all water and sewerage companies.xlsx + hash: md5 + md5: 912120d1e2a0df1f515aa208cae9ceb9 + size: 2456178 + isexec: true diff --git a/pipelines/environment/dvc.yaml b/pipelines/environment/dvc.yaml index 5aae6e1..eed28c7 100644 --- a/pipelines/environment/dvc.yaml +++ b/pipelines/environment/dvc.yaml @@ -26,11 +26,11 @@ stages: - storm-overflows.py - ../util.py - ../../raw-data/spills-by-constituency.json - - ../../src/_data/geojson/constituencies-2022.geojson + - ../../src/_data/geojson/constituencies-2024.geojson - ../../raw-data/EDM_2022_Storm_Overflow_Annual_Return/EDM 2022 Storm Overflow Annual Return - all water and sewerage companies.xlsx - ../../raw-data/EDM_2023_Storm_Overflow_Annual_Return/EDM 2023 Storm Overflow Annual Return - all water and sewerage companies.xlsx outs: - - ../../src/_data/sources/environment/spills_by_constituency.csv: - cache: false - - ../../src/_data/sources/environment/storm_overflows.csv: + #- ../../src/_data/sources/environment/spills_by_constituency.csv: + # cache: false + - ../../src/themes/environment/storm-overflows/_data/storm_overflows.csv: cache: false \ No newline at end of file diff --git a/pipelines/environment/storm-overflows.py b/pipelines/environment/storm-overflows.py index 1a0379e..577a3cd 100644 --- a/pipelines/environment/storm-overflows.py +++ b/pipelines/environment/storm-overflows.py @@ -50,11 +50,11 @@ def df_latlong2constituency(df, opts={}): if not 'year' in opts: opts['year'] = 'XXXX' if not 'key' in opts: - opts['key'] = 'PCON22CD' + opts['key'] = 'PCON24CD' if not 'name' in opts: - opts['name'] = 'PCON22NM' + opts['name'] = 'PCON24NM' if not 'geojson' in opts: - opts['geojson'] = basedir+'../../src/_data/geojson/constituencies-2022.geojson' + opts['geojson'] = basedir+'../../src/_data/geojson/constituencies-2024.geojson' # load the geojson with open(opts['geojson']) as f: @@ -111,7 +111,7 @@ def df_latlong2constituency(df, opts={}): print("Can't save file "+basedir+'../../raw-data/storm_overflows_latlong-'+opts['year']+'.csv') # Limit the columns - df = df.loc[:, ['Total Duration (hrs) all spills prior to processing through 12-24h count method', 'Counted spills using 12-24h count method', 'PCON22CD', 'PCON22NM']] + df = df.loc[:, ['Total Duration (hrs) all spills prior to processing through 12-24h count method', 'Counted spills using 12-24h count method', 'PCON24CD', 'PCON24NM']] # remove non-numeric entries df.replace(['#N/a', 'N/a', '-'], '', inplace=True) #df.to_csv('../../src/_data/sources/environment/storm_overflows_by_constituency.csv') @@ -168,12 +168,12 @@ def storm_overflows(): df = df_grid2latlong({'base':basedir,'data':years[y]}) # convert latlong to a constituency using shapely to check polygons - df = df_latlong2constituency(df,{'year':y,'key':'PCON22CD','geojson':basedir+'../../src/_data/geojson/constituencies-2022.geojson'}) + df = df_latlong2constituency(df,{'year':y,'key':'PCON24CD','geojson':basedir+'../../src/_data/geojson/constituencies-2024.geojson'}) df['Total Duration (hrs) all spills prior to processing through 12-24h count method'] = pd.to_numeric(df['Total Duration (hrs) all spills prior to processing through 12-24h count method'], errors='coerce') - total_duration = df.groupby(['PCON22CD', 'PCON22NM'])['Total Duration (hrs) all spills prior to processing through 12-24h count method'].sum().reset_index() + total_duration = df.groupby(['PCON24CD', 'PCON24NM'])['Total Duration (hrs) all spills prior to processing through 12-24h count method'].sum().reset_index() df['Counted spills using 12-24h count method'] = pd.to_numeric(df['Counted spills using 12-24h count method'], errors='coerce') - total_spills = df.groupby(['PCON22CD', 'PCON22NM'])['Counted spills using 12-24h count method'].sum().reset_index() + total_spills = df.groupby(['PCON24CD', 'PCON24NM'])['Counted spills using 12-24h count method'].sum().reset_index() merged_df = total_spills.merge(total_duration, how='inner') @@ -190,15 +190,15 @@ def storm_overflows(): # Join all the data_sets full = pd.concat(data_sets,ignore_index=True) - pivotted = full.pivot_table(index=['PCON22CD'], columns=['Year'], values=['Counted spills using 12-24h count method','Total Duration (hrs) all spills prior to processing through 12-24h count method']) + pivotted = full.pivot_table(index=['PCON24CD'], columns=['Year'], values=['Counted spills using 12-24h count method','Total Duration (hrs) all spills prior to processing through 12-24h count method']) # Add a column at the start which is a duplicate of the index (so we can not print the index column) - pivotted.insert(0,'PCON22CD',pivotted.index) + pivotted.insert(0,'PCON24CD',pivotted.index) # Add the Names back - pivotted.insert(1,'PCON22NM',pivotted.PCON22CD.map(full.set_index('PCON22CD')['PCON22NM'].to_dict()),True) + pivotted.insert(1,'PCON24NM',pivotted.PCON24CD.map(full.set_index('PCON24CD')['PCON24NM'].to_dict()),True) - pivotted.pipe(save_tidy_csv, basedir, '../../src/_data/sources/environment/storm_overflows.csv') + pivotted.pipe(save_tidy_csv, basedir, '../../src/themes/environment/storm-overflows/_data/storm_overflows.csv') print(pivotted); return pivotted diff --git a/src/_data/geojson/constituencies-2023.geojson b/src/_data/geojson/constituencies-2024.geojson similarity index 97% rename from src/_data/geojson/constituencies-2023.geojson rename to src/_data/geojson/constituencies-2024.geojson index aeceaab..eba6fb1 100644 --- a/src/_data/geojson/constituencies-2023.geojson +++ b/src/_data/geojson/constituencies-2024.geojson @@ -1,651 +1,651 @@ {"type":"FeatureCollection","features":[ - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.775,51.332],[-0.783,51.336],[-0.787,51.339],[-0.793,51.34],[-0.798,51.342],[-0.809,51.341],[-0.814,51.342],[-0.814,51.345],[-0.819,51.349],[-0.825,51.35],[-0.826,51.352],[-0.831,51.353],[-0.837,51.353],[-0.843,51.352],[-0.842,51.349],[-0.831,51.348],[-0.833,51.343],[-0.83,51.343],[-0.833,51.336],[-0.825,51.332],[-0.824,51.329],[-0.825,51.323],[-0.839,51.322],[-0.838,51.318],[-0.835,51.312],[-0.838,51.307],[-0.836,51.301],[-0.834,51.299],[-0.797,51.302],[-0.797,51.298],[-0.802,51.295],[-0.802,51.292],[-0.8,51.289],[-0.796,51.287],[-0.798,51.285],[-0.79,51.282],[-0.807,51.276],[-0.803,51.272],[-0.805,51.27],[-0.804,51.261],[-0.806,51.258],[-0.806,51.253],[-0.805,51.245],[-0.802,51.239],[-0.797,51.24],[-0.79,51.242],[-0.775,51.241],[-0.771,51.239],[-0.77,51.236],[-0.761,51.235],[-0.752,51.232],[-0.746,51.23],[-0.742,51.231],[-0.739,51.234],[-0.739,51.236],[-0.736,51.238],[-0.738,51.241],[-0.735,51.247],[-0.736,51.249],[-0.734,51.251],[-0.731,51.252],[-0.729,51.256],[-0.733,51.258],[-0.734,51.26],[-0.732,51.262],[-0.731,51.268],[-0.73,51.27],[-0.73,51.274],[-0.733,51.277],[-0.731,51.28],[-0.733,51.282],[-0.734,51.284],[-0.736,51.285],[-0.737,51.29],[-0.737,51.292],[-0.74,51.296],[-0.739,51.301],[-0.744,51.306],[-0.745,51.31],[-0.751,51.313],[-0.756,51.314],[-0.759,51.317],[-0.763,51.318],[-0.765,51.325],[-0.769,51.328],[-0.772,51.328],[-0.775,51.332]]]},"properties":{"Name":"Aldershot","ID":"E14001063"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.905,52.643],[-1.91,52.644],[-1.918,52.65],[-1.917,52.652],[-1.909,52.654],[-1.913,52.658],[-1.924,52.656],[-1.934,52.662],[-1.94,52.656],[-1.946,52.657],[-1.954,52.663],[-1.955,52.663],[-1.96,52.662],[-1.956,52.656],[-1.955,52.654],[-1.961,52.654],[-1.96,52.645],[-1.963,52.644],[-1.965,52.641],[-1.971,52.642],[-1.976,52.64],[-1.985,52.64],[-1.987,52.64],[-1.991,52.637],[-1.988,52.636],[-1.988,52.633],[-1.985,52.625],[-1.979,52.624],[-1.975,52.621],[-1.973,52.618],[-1.968,52.615],[-1.967,52.612],[-1.97,52.602],[-1.973,52.598],[-1.968,52.599],[-1.953,52.6],[-1.952,52.598],[-1.946,52.595],[-1.942,52.591],[-1.95,52.572],[-1.956,52.571],[-1.945,52.563],[-1.942,52.561],[-1.936,52.56],[-1.933,52.559],[-1.933,52.554],[-1.929,52.554],[-1.923,52.551],[-1.918,52.547],[-1.912,52.552],[-1.908,52.553],[-1.899,52.555],[-1.896,52.559],[-1.892,52.562],[-1.879,52.57],[-1.876,52.58],[-1.873,52.585],[-1.875,52.586],[-1.88,52.589],[-1.884,52.594],[-1.892,52.599],[-1.892,52.601],[-1.887,52.607],[-1.885,52.611],[-1.886,52.615],[-1.893,52.622],[-1.897,52.625],[-1.904,52.628],[-1.91,52.632],[-1.916,52.635],[-1.91,52.639],[-1.905,52.643]]]},"properties":{"Name":"Aldridge-Brownhills","ID":"E14001064"},"id":1}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.316,53.435],[-2.319,53.433],[-2.327,53.433],[-2.334,53.436],[-2.336,53.438],[-2.341,53.436],[-2.343,53.438],[-2.349,53.432],[-2.35,53.428],[-2.354,53.425],[-2.36,53.424],[-2.362,53.418],[-2.369,53.415],[-2.372,53.416],[-2.395,53.415],[-2.405,53.415],[-2.407,53.411],[-2.414,53.41],[-2.426,53.411],[-2.428,53.411],[-2.433,53.41],[-2.439,53.411],[-2.447,53.414],[-2.454,53.413],[-2.463,53.403],[-2.466,53.4],[-2.472,53.398],[-2.478,53.396],[-2.476,53.395],[-2.476,53.394],[-2.471,53.392],[-2.465,53.395],[-2.455,53.394],[-2.448,53.395],[-2.446,53.392],[-2.432,53.388],[-2.428,53.388],[-2.425,53.387],[-2.421,53.387],[-2.417,53.385],[-2.411,53.384],[-2.407,53.38],[-2.401,53.378],[-2.4,53.375],[-2.396,53.374],[-2.39,53.371],[-2.381,53.37],[-2.378,53.366],[-2.367,53.364],[-2.365,53.363],[-2.36,53.364],[-2.361,53.366],[-2.357,53.369],[-2.348,53.368],[-2.344,53.367],[-2.341,53.367],[-2.333,53.366],[-2.33,53.363],[-2.328,53.36],[-2.324,53.361],[-2.32,53.359],[-2.314,53.359],[-2.314,53.357],[-2.306,53.358],[-2.3,53.36],[-2.297,53.362],[-2.294,53.368],[-2.291,53.373],[-2.286,53.376],[-2.289,53.377],[-2.293,53.381],[-2.297,53.382],[-2.3,53.385],[-2.3,53.392],[-2.305,53.397],[-2.307,53.397],[-2.32,53.412],[-2.328,53.41],[-2.331,53.409],[-2.341,53.407],[-2.346,53.408],[-2.339,53.413],[-2.318,53.432],[-2.316,53.435]]]},"properties":{"Name":"Altrincham and Sale West","ID":"E14001065"},"id":2}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.332,53.081],[-1.344,53.086],[-1.353,53.086],[-1.365,53.093],[-1.364,53.096],[-1.37,53.099],[-1.37,53.102],[-1.373,53.104],[-1.373,53.108],[-1.379,53.109],[-1.387,53.106],[-1.395,53.105],[-1.403,53.107],[-1.409,53.107],[-1.413,53.106],[-1.419,53.106],[-1.424,53.103],[-1.427,53.105],[-1.434,53.106],[-1.448,53.104],[-1.453,53.107],[-1.456,53.11],[-1.46,53.108],[-1.461,53.11],[-1.465,53.111],[-1.469,53.106],[-1.469,53.101],[-1.472,53.099],[-1.47,53.096],[-1.465,53.092],[-1.462,53.087],[-1.458,53.083],[-1.466,53.083],[-1.47,53.076],[-1.476,53.075],[-1.479,53.073],[-1.477,53.068],[-1.48,53.068],[-1.484,53.064],[-1.488,53.064],[-1.484,53.06],[-1.483,53.055],[-1.48,53.049],[-1.482,53.047],[-1.482,53.046],[-1.454,53.04],[-1.45,53.038],[-1.443,53.037],[-1.445,53.034],[-1.449,53.024],[-1.451,53.022],[-1.456,53.02],[-1.461,53.016],[-1.462,53.013],[-1.464,53.011],[-1.463,53.009],[-1.47,53.008],[-1.472,53.002],[-1.469,52.999],[-1.471,52.996],[-1.471,52.993],[-1.467,52.994],[-1.464,52.992],[-1.463,52.983],[-1.461,52.984],[-1.451,52.982],[-1.445,52.979],[-1.432,52.979],[-1.424,52.981],[-1.418,52.98],[-1.416,52.981],[-1.41,52.98],[-1.409,52.977],[-1.404,52.979],[-1.395,52.981],[-1.394,52.982],[-1.384,52.982],[-1.386,52.979],[-1.378,52.977],[-1.375,52.974],[-1.372,52.973],[-1.367,52.977],[-1.362,52.977],[-1.359,52.978],[-1.347,52.978],[-1.341,52.979],[-1.333,52.978],[-1.328,52.984],[-1.331,52.987],[-1.328,52.987],[-1.323,52.99],[-1.323,52.993],[-1.318,52.997],[-1.317,52.999],[-1.313,53.002],[-1.307,53.004],[-1.312,53.005],[-1.316,53.009],[-1.32,53.011],[-1.319,53.016],[-1.322,53.02],[-1.325,53.026],[-1.331,53.03],[-1.333,53.036],[-1.333,53.038],[-1.334,53.041],[-1.333,53.045],[-1.333,53.048],[-1.336,53.052],[-1.336,53.053],[-1.34,53.059],[-1.345,53.063],[-1.344,53.069],[-1.342,53.071],[-1.337,53.074],[-1.334,53.079],[-1.332,53.081]]]},"properties":{"Name":"Amber Valley","ID":"E14001066"},"id":3}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.529,50.866],[-0.526,50.867],[-0.528,50.871],[-0.532,50.873],[-0.536,50.872],[-0.536,50.868],[-0.539,50.866],[-0.532,50.864],[-0.529,50.866]]],[[[-0.239,50.95],[-0.245,50.95],[-0.248,50.953],[-0.252,50.956],[-0.259,50.955],[-0.266,50.957],[-0.274,50.955],[-0.275,50.954],[-0.275,50.953],[-0.282,50.95],[-0.284,50.95],[-0.29,50.949],[-0.293,50.947],[-0.293,50.945],[-0.295,50.943],[-0.297,50.943],[-0.298,50.943],[-0.298,50.942],[-0.299,50.941],[-0.299,50.94],[-0.303,50.935],[-0.306,50.934],[-0.31,50.931],[-0.31,50.928],[-0.307,50.923],[-0.3,50.918],[-0.3,50.914],[-0.298,50.911],[-0.295,50.911],[-0.292,50.908],[-0.292,50.901],[-0.294,50.899],[-0.303,50.899],[-0.303,50.896],[-0.307,50.893],[-0.309,50.889],[-0.307,50.888],[-0.308,50.885],[-0.307,50.882],[-0.303,50.88],[-0.304,50.877],[-0.303,50.875],[-0.303,50.872],[-0.298,50.868],[-0.299,50.865],[-0.3,50.865],[-0.293,50.863],[-0.286,50.864],[-0.28,50.863],[-0.269,50.864],[-0.262,50.862],[-0.257,50.862],[-0.257,50.867],[-0.259,50.871],[-0.25,50.871],[-0.248,50.864],[-0.245,50.864],[-0.241,50.865],[-0.239,50.868],[-0.245,50.869],[-0.249,50.873],[-0.248,50.875],[-0.246,50.876],[-0.244,50.884],[-0.243,50.891],[-0.244,50.902],[-0.242,50.902],[-0.244,50.907],[-0.237,50.908],[-0.233,50.911],[-0.227,50.913],[-0.226,50.916],[-0.229,50.919],[-0.229,50.922],[-0.23,50.93],[-0.23,50.933],[-0.232,50.936],[-0.229,50.938],[-0.228,50.942],[-0.224,50.943],[-0.225,50.948],[-0.23,50.949],[-0.239,50.95]]],[[[-0.321,50.948],[-0.328,50.947],[-0.333,50.949],[-0.337,50.948],[-0.34,50.944],[-0.351,50.942],[-0.352,50.947],[-0.355,50.95],[-0.359,50.952],[-0.366,50.951],[-0.369,50.946],[-0.38,50.942],[-0.383,50.941],[-0.389,50.946],[-0.388,50.948],[-0.394,50.951],[-0.395,50.954],[-0.392,50.964],[-0.397,50.963],[-0.404,50.964],[-0.406,50.966],[-0.402,50.971],[-0.405,50.974],[-0.407,50.976],[-0.41,50.973],[-0.413,50.974],[-0.412,50.979],[-0.407,50.988],[-0.413,50.989],[-0.415,50.988],[-0.419,50.99],[-0.419,50.994],[-0.417,50.999],[-0.414,51.003],[-0.417,51.003],[-0.418,51.006],[-0.421,51.007],[-0.424,51.003],[-0.431,51.003],[-0.433,51.001],[-0.435,50.994],[-0.437,50.992],[-0.44,50.992],[-0.443,50.988],[-0.448,50.993],[-0.461,50.997],[-0.463,50.994],[-0.472,50.996],[-0.474,50.995],[-0.48,50.996],[-0.483,50.995],[-0.489,50.996],[-0.49,50.998],[-0.497,50.999],[-0.502,50.996],[-0.505,50.997],[-0.509,50.996],[-0.515,50.996],[-0.518,50.999],[-0.516,51.001],[-0.511,51.004],[-0.511,51.008],[-0.504,51.006],[-0.503,51.009],[-0.492,51.011],[-0.489,51.01],[-0.484,51.012],[-0.487,51.016],[-0.479,51.019],[-0.477,51.021],[-0.478,51.023],[-0.475,51.026],[-0.476,51.032],[-0.474,51.034],[-0.476,51.037],[-0.483,51.039],[-0.484,51.042],[-0.479,51.045],[-0.479,51.047],[-0.477,51.052],[-0.477,51.057],[-0.482,51.056],[-0.484,51.059],[-0.485,51.062],[-0.478,51.066],[-0.48,51.068],[-0.485,51.068],[-0.486,51.07],[-0.488,51.082],[-0.489,51.086],[-0.492,51.094],[-0.503,51.089],[-0.507,51.088],[-0.513,51.089],[-0.517,51.091],[-0.523,51.092],[-0.527,51.09],[-0.529,51.092],[-0.535,51.094],[-0.537,51.091],[-0.536,51.089],[-0.533,51.086],[-0.539,51.082],[-0.541,51.083],[-0.551,51.083],[-0.556,51.084],[-0.558,51.083],[-0.567,51.085],[-0.569,51.086],[-0.578,51.087],[-0.588,51.084],[-0.595,51.08],[-0.6,51.08],[-0.605,51.081],[-0.608,51.082],[-0.615,51.085],[-0.621,51.088],[-0.63,51.089],[-0.634,51.087],[-0.638,51.085],[-0.646,51.084],[-0.648,51.083],[-0.654,51.083],[-0.657,51.082],[-0.664,51.082],[-0.669,51.077],[-0.679,51.076],[-0.682,51.075],[-0.687,51.076],[-0.696,51.072],[-0.704,51.077],[-0.706,51.079],[-0.715,51.077],[-0.723,51.078],[-0.73,51.08],[-0.732,51.084],[-0.738,51.085],[-0.745,51.085],[-0.753,51.086],[-0.756,51.085],[-0.762,51.086],[-0.767,51.085],[-0.771,51.083],[-0.781,51.079],[-0.783,51.076],[-0.788,51.072],[-0.796,51.065],[-0.8,51.063],[-0.806,51.064],[-0.812,51.063],[-0.813,51.066],[-0.816,51.065],[-0.816,51.062],[-0.82,51.061],[-0.823,51.062],[-0.826,51.061],[-0.83,51.063],[-0.83,51.067],[-0.831,51.069],[-0.837,51.069],[-0.843,51.067],[-0.845,51.065],[-0.85,51.059],[-0.85,51.056],[-0.851,51.049],[-0.853,51.045],[-0.861,51.042],[-0.867,51.039],[-0.877,51.031],[-0.883,51.027],[-0.888,51.026],[-0.895,51.023],[-0.897,51.022],[-0.899,51.018],[-0.897,51.016],[-0.898,51.01],[-0.894,51.007],[-0.893,51.003],[-0.896,51.001],[-0.9,51.001],[-0.904,50.999],[-0.908,50.994],[-0.908,50.991],[-0.912,50.987],[-0.915,50.981],[-0.918,50.978],[-0.915,50.971],[-0.92,50.965],[-0.925,50.962],[-0.929,50.958],[-0.929,50.952],[-0.93,50.948],[-0.932,50.945],[-0.939,50.944],[-0.937,50.942],[-0.931,50.935],[-0.926,50.937],[-0.916,50.937],[-0.907,50.94],[-0.895,50.94],[-0.891,50.938],[-0.886,50.941],[-0.876,50.942],[-0.87,50.944],[-0.865,50.947],[-0.855,50.948],[-0.852,50.953],[-0.847,50.949],[-0.846,50.946],[-0.849,50.943],[-0.845,50.942],[-0.846,50.935],[-0.849,50.931],[-0.845,50.931],[-0.841,50.929],[-0.834,50.93],[-0.83,50.933],[-0.829,50.936],[-0.828,50.938],[-0.828,50.939],[-0.829,50.941],[-0.828,50.945],[-0.827,50.945],[-0.826,50.948],[-0.822,50.95],[-0.82,50.952],[-0.815,50.951],[-0.815,50.947],[-0.812,50.945],[-0.811,50.942],[-0.807,50.94],[-0.803,50.938],[-0.798,50.941],[-0.784,50.94],[-0.785,50.936],[-0.78,50.936],[-0.775,50.935],[-0.774,50.933],[-0.768,50.926],[-0.766,50.922],[-0.766,50.917],[-0.761,50.914],[-0.761,50.909],[-0.763,50.903],[-0.77,50.9],[-0.774,50.896],[-0.775,50.892],[-0.77,50.893],[-0.756,50.892],[-0.754,50.891],[-0.749,50.892],[-0.744,50.891],[-0.738,50.893],[-0.729,50.895],[-0.728,50.892],[-0.719,50.889],[-0.72,50.884],[-0.722,50.88],[-0.726,50.878],[-0.729,50.874],[-0.73,50.871],[-0.735,50.868],[-0.734,50.867],[-0.737,50.862],[-0.736,50.859],[-0.737,50.857],[-0.736,50.853],[-0.734,50.852],[-0.724,50.854],[-0.717,50.855],[-0.703,50.856],[-0.686,50.855],[-0.69,50.852],[-0.691,50.849],[-0.694,50.847],[-0.693,50.844],[-0.693,50.836],[-0.688,50.829],[-0.686,50.823],[-0.687,50.821],[-0.683,50.819],[-0.677,50.818],[-0.669,50.814],[-0.668,50.81],[-0.666,50.808],[-0.661,50.808],[-0.655,50.806],[-0.655,50.804],[-0.65,50.803],[-0.644,50.802],[-0.639,50.8],[-0.635,50.8],[-0.633,50.802],[-0.629,50.803],[-0.63,50.807],[-0.636,50.809],[-0.644,50.814],[-0.638,50.817],[-0.633,50.819],[-0.631,50.823],[-0.626,50.825],[-0.622,50.826],[-0.62,50.829],[-0.624,50.83],[-0.623,50.833],[-0.617,50.832],[-0.61,50.834],[-0.609,50.831],[-0.6,50.832],[-0.592,50.831],[-0.584,50.832],[-0.576,50.832],[-0.569,50.832],[-0.571,50.833],[-0.571,50.836],[-0.565,50.837],[-0.566,50.84],[-0.566,50.844],[-0.561,50.851],[-0.552,50.854],[-0.548,50.851],[-0.542,50.853],[-0.539,50.858],[-0.541,50.859],[-0.547,50.86],[-0.545,50.866],[-0.54,50.866],[-0.536,50.868],[-0.536,50.873],[-0.531,50.873],[-0.527,50.87],[-0.525,50.867],[-0.53,50.864],[-0.533,50.864],[-0.542,50.866],[-0.544,50.866],[-0.546,50.86],[-0.541,50.859],[-0.539,50.857],[-0.541,50.853],[-0.547,50.851],[-0.552,50.854],[-0.56,50.851],[-0.565,50.844],[-0.565,50.837],[-0.57,50.836],[-0.571,50.833],[-0.568,50.832],[-0.567,50.829],[-0.564,50.828],[-0.556,50.829],[-0.54,50.83],[-0.538,50.831],[-0.528,50.83],[-0.522,50.828],[-0.521,50.827],[-0.516,50.826],[-0.501,50.835],[-0.501,50.838],[-0.51,50.839],[-0.508,50.844],[-0.499,50.846],[-0.497,50.85],[-0.498,50.853],[-0.495,50.856],[-0.498,50.857],[-0.498,50.862],[-0.497,50.864],[-0.493,50.867],[-0.489,50.874],[-0.487,50.876],[-0.481,50.876],[-0.477,50.885],[-0.472,50.885],[-0.465,50.884],[-0.462,50.889],[-0.461,50.892],[-0.455,50.897],[-0.451,50.895],[-0.452,50.891],[-0.449,50.882],[-0.44,50.878],[-0.437,50.883],[-0.431,50.89],[-0.431,50.893],[-0.427,50.893],[-0.427,50.889],[-0.424,50.886],[-0.414,50.886],[-0.412,50.884],[-0.413,50.881],[-0.409,50.88],[-0.406,50.884],[-0.402,50.886],[-0.396,50.892],[-0.393,50.893],[-0.389,50.892],[-0.389,50.889],[-0.385,50.889],[-0.38,50.886],[-0.364,50.888],[-0.367,50.884],[-0.366,50.877],[-0.365,50.875],[-0.36,50.873],[-0.355,50.869],[-0.349,50.866],[-0.349,50.864],[-0.34,50.863],[-0.326,50.864],[-0.32,50.865],[-0.311,50.865],[-0.308,50.867],[-0.299,50.866],[-0.299,50.868],[-0.304,50.872],[-0.303,50.875],[-0.305,50.877],[-0.303,50.88],[-0.307,50.882],[-0.309,50.885],[-0.308,50.887],[-0.31,50.889],[-0.307,50.894],[-0.304,50.896],[-0.304,50.899],[-0.294,50.899],[-0.292,50.901],[-0.293,50.908],[-0.295,50.91],[-0.298,50.911],[-0.3,50.914],[-0.3,50.918],[-0.307,50.922],[-0.31,50.928],[-0.309,50.931],[-0.306,50.934],[-0.303,50.935],[-0.302,50.937],[-0.307,50.941],[-0.309,50.947],[-0.313,50.948],[-0.319,50.947],[-0.32,50.947],[-0.321,50.948]]]]},"properties":{"Name":"Arundel and South Downs","ID":"E14001067"},"id":4}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.23,53.178],[-1.239,53.179],[-1.245,53.175],[-1.245,53.173],[-1.249,53.171],[-1.25,53.168],[-1.254,53.165],[-1.259,53.164],[-1.262,53.167],[-1.268,53.168],[-1.275,53.168],[-1.281,53.167],[-1.289,53.171],[-1.296,53.171],[-1.298,53.169],[-1.3,53.168],[-1.301,53.164],[-1.304,53.165],[-1.308,53.163],[-1.313,53.164],[-1.317,53.165],[-1.319,53.163],[-1.323,53.162],[-1.323,53.16],[-1.326,53.158],[-1.322,53.151],[-1.321,53.143],[-1.318,53.138],[-1.315,53.136],[-1.318,53.135],[-1.322,53.131],[-1.32,53.128],[-1.315,53.126],[-1.311,53.118],[-1.312,53.116],[-1.31,53.113],[-1.312,53.109],[-1.309,53.108],[-1.304,53.103],[-1.302,53.101],[-1.307,53.099],[-1.309,53.095],[-1.303,53.089],[-1.308,53.086],[-1.322,53.085],[-1.326,53.084],[-1.332,53.081],[-1.334,53.079],[-1.337,53.074],[-1.342,53.071],[-1.344,53.069],[-1.345,53.063],[-1.34,53.059],[-1.336,53.053],[-1.33,53.054],[-1.32,53.048],[-1.314,53.048],[-1.311,53.047],[-1.308,53.048],[-1.306,53.046],[-1.304,53.042],[-1.299,53.046],[-1.295,53.046],[-1.288,53.048],[-1.279,53.047],[-1.279,53.044],[-1.271,53.042],[-1.269,53.039],[-1.266,53.038],[-1.258,53.041],[-1.247,53.044],[-1.239,53.049],[-1.232,53.05],[-1.228,53.053],[-1.229,53.058],[-1.231,53.061],[-1.23,53.068],[-1.228,53.071],[-1.226,53.077],[-1.226,53.081],[-1.219,53.085],[-1.21,53.085],[-1.203,53.087],[-1.2,53.091],[-1.195,53.093],[-1.196,53.095],[-1.187,53.099],[-1.175,53.102],[-1.164,53.103],[-1.17,53.11],[-1.176,53.112],[-1.178,53.115],[-1.169,53.115],[-1.168,53.116],[-1.17,53.121],[-1.172,53.122],[-1.194,53.12],[-1.201,53.122],[-1.203,53.124],[-1.21,53.126],[-1.223,53.13],[-1.238,53.139],[-1.24,53.14],[-1.237,53.146],[-1.241,53.153],[-1.239,53.153],[-1.228,53.152],[-1.227,53.155],[-1.221,53.159],[-1.225,53.163],[-1.222,53.165],[-1.217,53.162],[-1.214,53.166],[-1.23,53.172],[-1.231,53.175],[-1.23,53.178]]]},"properties":{"Name":"Ashfield","ID":"E14001068"},"id":5}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.148,51.177],[1.144,51.179],[1.138,51.184],[1.131,51.186],[1.127,51.186],[1.116,51.188],[1.118,51.192],[1.115,51.194],[1.113,51.189],[1.109,51.187],[1.097,51.189],[1.085,51.19],[1.08,51.192],[1.075,51.197],[1.067,51.201],[1.058,51.205],[1.055,51.19],[1.055,51.189],[1.05,51.185],[1.042,51.187],[1.042,51.184],[1.04,51.182],[1.029,51.181],[1.021,51.179],[1.018,51.179],[1.014,51.181],[1.008,51.182],[1.004,51.18],[0.999,51.182],[0.99,51.188],[0.99,51.191],[0.986,51.192],[0.979,51.192],[0.973,51.193],[0.972,51.191],[0.967,51.192],[0.967,51.197],[0.965,51.198],[0.959,51.197],[0.95,51.2],[0.951,51.203],[0.946,51.203],[0.943,51.198],[0.94,51.198],[0.938,51.195],[0.932,51.193],[0.924,51.196],[0.921,51.192],[0.917,51.194],[0.914,51.192],[0.914,51.189],[0.911,51.186],[0.91,51.183],[0.913,51.183],[0.913,51.18],[0.91,51.177],[0.911,51.176],[0.91,51.173],[0.897,51.177],[0.892,51.178],[0.884,51.175],[0.879,51.176],[0.875,51.174],[0.87,51.174],[0.867,51.175],[0.86,51.174],[0.853,51.17],[0.852,51.168],[0.839,51.161],[0.84,51.155],[0.837,51.153],[0.845,51.151],[0.847,51.149],[0.843,51.143],[0.839,51.144],[0.838,51.142],[0.828,51.14],[0.829,51.137],[0.827,51.134],[0.834,51.131],[0.836,51.134],[0.838,51.131],[0.838,51.127],[0.845,51.125],[0.849,51.123],[0.858,51.12],[0.86,51.122],[0.869,51.119],[0.871,51.117],[0.868,51.114],[0.87,51.113],[0.88,51.109],[0.88,51.112],[0.88,51.121],[0.885,51.118],[0.898,51.113],[0.895,51.106],[0.893,51.099],[0.895,51.094],[0.901,51.095],[0.907,51.096],[0.922,51.094],[0.926,51.099],[0.93,51.1],[0.935,51.103],[0.936,51.106],[0.939,51.107],[0.944,51.105],[0.948,51.103],[0.953,51.102],[0.955,51.104],[0.958,51.105],[0.969,51.106],[0.974,51.107],[0.98,51.104],[0.982,51.102],[0.985,51.1],[0.983,51.093],[0.983,51.091],[0.99,51.09],[0.989,51.084],[0.996,51.082],[0.997,51.083],[0.997,51.086],[0.999,51.087],[0.998,51.091],[1,51.095],[1.01,51.093],[1.012,51.091],[1.012,51.088],[1.015,51.086],[1.02,51.09],[1.027,51.089],[1.033,51.086],[1.036,51.086],[1.038,51.095],[1.041,51.097],[1.048,51.095],[1.047,51.091],[1.052,51.093],[1.058,51.093],[1.065,51.097],[1.069,51.101],[1.073,51.102],[1.082,51.104],[1.085,51.102],[1.086,51.094],[1.09,51.092],[1.095,51.087],[1.102,51.087],[1.109,51.089],[1.113,51.088],[1.117,51.087],[1.128,51.1],[1.138,51.102],[1.15,51.101],[1.164,51.102],[1.172,51.105],[1.175,51.102],[1.182,51.1],[1.185,51.1],[1.195,51.097],[1.199,51.097],[1.203,51.1],[1.196,51.102],[1.197,51.105],[1.194,51.111],[1.196,51.116],[1.197,51.118],[1.189,51.119],[1.186,51.121],[1.181,51.119],[1.178,51.124],[1.175,51.122],[1.172,51.125],[1.176,51.129],[1.179,51.135],[1.182,51.133],[1.185,51.135],[1.188,51.135],[1.189,51.139],[1.208,51.15],[1.211,51.151],[1.208,51.157],[1.201,51.155],[1.191,51.154],[1.183,51.158],[1.181,51.156],[1.177,51.157],[1.177,51.162],[1.171,51.161],[1.169,51.163],[1.162,51.158],[1.157,51.16],[1.153,51.163],[1.144,51.166],[1.143,51.169],[1.144,51.174],[1.148,51.177]]]},"properties":{"Name":"Ashford","ID":"E14001069"},"id":6}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.062,53.522],[-2.065,53.523],[-2.071,53.521],[-2.078,53.521],[-2.092,53.521],[-2.095,53.516],[-2.1,53.514],[-2.103,53.51],[-2.111,53.508],[-2.12,53.506],[-2.12,53.502],[-2.127,53.499],[-2.132,53.498],[-2.135,53.495],[-2.136,53.492],[-2.141,53.491],[-2.148,53.493],[-2.154,53.493],[-2.157,53.494],[-2.162,53.493],[-2.166,53.489],[-2.17,53.487],[-2.167,53.481],[-2.165,53.477],[-2.162,53.475],[-2.156,53.475],[-2.15,53.473],[-2.15,53.471],[-2.147,53.468],[-2.15,53.464],[-2.148,53.463],[-2.14,53.463],[-2.13,53.465],[-2.126,53.464],[-2.125,53.461],[-2.117,53.462],[-2.118,53.463],[-2.103,53.466],[-2.1,53.462],[-2.098,53.464],[-2.097,53.465],[-2.081,53.465],[-2.077,53.467],[-2.073,53.472],[-2.076,53.472],[-2.075,53.475],[-2.079,53.476],[-2.076,53.479],[-2.073,53.487],[-2.068,53.492],[-2.069,53.497],[-2.062,53.499],[-2.059,53.502],[-2.056,53.505],[-2.057,53.509],[-2.055,53.511],[-2.057,53.513],[-2.062,53.513],[-2.061,53.518],[-2.062,53.522]]]},"properties":{"Name":"Ashton-under-Lyne","ID":"E14001070"},"id":7}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.702,51.909],[-0.705,51.911],[-0.715,51.915],[-0.724,51.919],[-0.725,51.919],[-0.733,51.923],[-0.74,51.919],[-0.743,51.919],[-0.75,51.913],[-0.754,51.911],[-0.756,51.908],[-0.767,51.903],[-0.77,51.905],[-0.774,51.906],[-0.781,51.905],[-0.786,51.905],[-0.791,51.903],[-0.796,51.899],[-0.796,51.894],[-0.799,51.892],[-0.803,51.894],[-0.802,51.897],[-0.806,51.898],[-0.811,51.897],[-0.826,51.897],[-0.83,51.895],[-0.834,51.898],[-0.838,51.897],[-0.839,51.895],[-0.851,51.886],[-0.853,51.883],[-0.858,51.883],[-0.859,51.882],[-0.863,51.877],[-0.862,51.876],[-0.854,51.871],[-0.855,51.87],[-0.861,51.866],[-0.861,51.864],[-0.859,51.859],[-0.855,51.857],[-0.854,51.852],[-0.849,51.848],[-0.847,51.849],[-0.84,51.852],[-0.838,51.856],[-0.833,51.854],[-0.829,51.849],[-0.83,51.846],[-0.828,51.838],[-0.83,51.836],[-0.827,51.832],[-0.829,51.831],[-0.834,51.831],[-0.841,51.833],[-0.845,51.832],[-0.846,51.83],[-0.854,51.827],[-0.858,51.828],[-0.861,51.826],[-0.851,51.821],[-0.852,51.818],[-0.848,51.817],[-0.838,51.812],[-0.842,51.81],[-0.839,51.807],[-0.834,51.809],[-0.831,51.807],[-0.827,51.802],[-0.826,51.8],[-0.822,51.797],[-0.82,51.794],[-0.809,51.793],[-0.804,51.796],[-0.796,51.798],[-0.792,51.794],[-0.784,51.797],[-0.779,51.79],[-0.776,51.785],[-0.765,51.778],[-0.756,51.775],[-0.749,51.777],[-0.745,51.779],[-0.743,51.782],[-0.746,51.789],[-0.744,51.789],[-0.75,51.793],[-0.743,51.798],[-0.737,51.795],[-0.723,51.783],[-0.716,51.781],[-0.715,51.778],[-0.712,51.777],[-0.71,51.773],[-0.704,51.768],[-0.701,51.764],[-0.695,51.761],[-0.692,51.759],[-0.687,51.762],[-0.673,51.768],[-0.676,51.771],[-0.677,51.776],[-0.676,51.779],[-0.679,51.782],[-0.681,51.788],[-0.688,51.791],[-0.689,51.793],[-0.682,51.795],[-0.683,51.797],[-0.69,51.804],[-0.692,51.806],[-0.696,51.81],[-0.699,51.812],[-0.701,51.815],[-0.709,51.821],[-0.712,51.818],[-0.719,51.816],[-0.723,51.818],[-0.729,51.822],[-0.733,51.828],[-0.738,51.831],[-0.738,51.834],[-0.745,51.838],[-0.746,51.842],[-0.736,51.842],[-0.733,51.848],[-0.728,51.85],[-0.723,51.85],[-0.723,51.854],[-0.717,51.857],[-0.71,51.858],[-0.707,51.854],[-0.702,51.858],[-0.696,51.858],[-0.692,51.857],[-0.687,51.849],[-0.695,51.841],[-0.688,51.84],[-0.684,51.836],[-0.678,51.826],[-0.672,51.82],[-0.669,51.819],[-0.667,51.816],[-0.663,51.816],[-0.651,51.815],[-0.648,51.814],[-0.644,51.816],[-0.634,51.819],[-0.633,51.82],[-0.626,51.816],[-0.621,51.815],[-0.615,51.815],[-0.612,51.812],[-0.606,51.812],[-0.597,51.814],[-0.595,51.814],[-0.595,51.811],[-0.592,51.808],[-0.582,51.807],[-0.577,51.812],[-0.574,51.816],[-0.575,51.819],[-0.567,51.82],[-0.563,51.824],[-0.561,51.826],[-0.561,51.83],[-0.557,51.831],[-0.554,51.827],[-0.549,51.828],[-0.543,51.825],[-0.539,51.829],[-0.538,51.831],[-0.54,51.832],[-0.549,51.836],[-0.551,51.839],[-0.556,51.843],[-0.556,51.845],[-0.561,51.845],[-0.565,51.848],[-0.567,51.851],[-0.57,51.852],[-0.571,51.855],[-0.569,51.858],[-0.574,51.861],[-0.577,51.866],[-0.582,51.868],[-0.584,51.87],[-0.587,51.871],[-0.609,51.876],[-0.613,51.878],[-0.62,51.885],[-0.627,51.883],[-0.637,51.883],[-0.655,51.888],[-0.659,51.891],[-0.66,51.895],[-0.667,51.897],[-0.674,51.902],[-0.678,51.902],[-0.683,51.9],[-0.693,51.9],[-0.696,51.902],[-0.696,51.904],[-0.702,51.909]]]},"properties":{"Name":"Aylesbury","ID":"E14001071"},"id":8}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.295,52.135],[-1.298,52.135],[-1.299,52.138],[-1.305,52.141],[-1.308,52.144],[-1.306,52.146],[-1.311,52.15],[-1.318,52.153],[-1.318,52.156],[-1.324,52.162],[-1.33,52.166],[-1.332,52.168],[-1.334,52.166],[-1.334,52.159],[-1.338,52.159],[-1.343,52.153],[-1.342,52.151],[-1.343,52.149],[-1.341,52.145],[-1.35,52.141],[-1.348,52.138],[-1.35,52.135],[-1.355,52.136],[-1.363,52.135],[-1.364,52.137],[-1.37,52.135],[-1.37,52.133],[-1.387,52.126],[-1.393,52.119],[-1.392,52.117],[-1.385,52.117],[-1.382,52.117],[-1.378,52.118],[-1.372,52.118],[-1.37,52.113],[-1.365,52.11],[-1.359,52.105],[-1.358,52.101],[-1.362,52.101],[-1.371,52.099],[-1.374,52.1],[-1.378,52.096],[-1.385,52.094],[-1.388,52.098],[-1.397,52.102],[-1.402,52.106],[-1.404,52.11],[-1.412,52.113],[-1.414,52.115],[-1.421,52.118],[-1.425,52.118],[-1.437,52.117],[-1.442,52.115],[-1.449,52.116],[-1.453,52.113],[-1.449,52.108],[-1.448,52.105],[-1.448,52.1],[-1.447,52.098],[-1.468,52.097],[-1.471,52.098],[-1.474,52.101],[-1.477,52.101],[-1.48,52.094],[-1.488,52.094],[-1.485,52.091],[-1.486,52.088],[-1.49,52.086],[-1.491,52.084],[-1.494,52.082],[-1.493,52.08],[-1.491,52.077],[-1.493,52.075],[-1.498,52.074],[-1.502,52.072],[-1.502,52.066],[-1.499,52.064],[-1.497,52.059],[-1.5,52.052],[-1.502,52.05],[-1.503,52.044],[-1.506,52.038],[-1.507,52.034],[-1.51,52.027],[-1.511,52.021],[-1.521,52.005],[-1.523,51.997],[-1.525,51.993],[-1.529,51.993],[-1.54,51.996],[-1.544,51.996],[-1.554,51.992],[-1.557,51.992],[-1.557,51.989],[-1.55,51.981],[-1.564,51.977],[-1.568,51.976],[-1.581,51.973],[-1.587,51.974],[-1.6,51.977],[-1.596,51.973],[-1.592,51.97],[-1.595,51.968],[-1.597,51.964],[-1.6,51.963],[-1.612,51.955],[-1.614,51.956],[-1.622,51.962],[-1.625,51.967],[-1.63,51.97],[-1.632,51.97],[-1.636,51.974],[-1.643,51.978],[-1.666,51.987],[-1.665,51.985],[-1.665,51.981],[-1.669,51.975],[-1.666,51.971],[-1.664,51.966],[-1.662,51.964],[-1.658,51.963],[-1.652,51.962],[-1.655,51.96],[-1.655,51.958],[-1.649,51.959],[-1.646,51.957],[-1.635,51.957],[-1.629,51.953],[-1.626,51.95],[-1.617,51.939],[-1.628,51.933],[-1.64,51.925],[-1.643,51.924],[-1.641,51.92],[-1.645,51.919],[-1.641,51.913],[-1.636,51.911],[-1.635,51.908],[-1.636,51.902],[-1.633,51.9],[-1.628,51.899],[-1.624,51.896],[-1.625,51.894],[-1.629,51.894],[-1.627,51.891],[-1.623,51.891],[-1.626,51.887],[-1.624,51.886],[-1.618,51.886],[-1.614,51.884],[-1.611,51.886],[-1.614,51.889],[-1.604,51.892],[-1.594,51.894],[-1.593,51.895],[-1.585,51.898],[-1.579,51.898],[-1.576,51.902],[-1.57,51.903],[-1.56,51.9],[-1.562,51.897],[-1.565,51.89],[-1.57,51.886],[-1.563,51.88],[-1.559,51.876],[-1.555,51.876],[-1.551,51.873],[-1.549,51.873],[-1.545,51.869],[-1.542,51.866],[-1.543,51.863],[-1.546,51.862],[-1.546,51.859],[-1.544,51.858],[-1.544,51.853],[-1.536,51.849],[-1.535,51.845],[-1.521,51.838],[-1.512,51.84],[-1.497,51.842],[-1.49,51.842],[-1.476,51.838],[-1.471,51.838],[-1.463,51.84],[-1.46,51.839],[-1.437,51.845],[-1.437,51.847],[-1.44,51.849],[-1.44,51.853],[-1.439,51.855],[-1.437,51.864],[-1.433,51.867],[-1.43,51.866],[-1.429,51.862],[-1.422,51.869],[-1.421,51.877],[-1.414,51.876],[-1.415,51.879],[-1.42,51.885],[-1.417,51.886],[-1.417,51.889],[-1.419,51.893],[-1.424,51.892],[-1.428,51.894],[-1.429,51.898],[-1.425,51.904],[-1.426,51.906],[-1.414,51.906],[-1.406,51.909],[-1.405,51.912],[-1.402,51.914],[-1.397,51.915],[-1.383,51.921],[-1.378,51.917],[-1.371,51.913],[-1.372,51.913],[-1.367,51.909],[-1.359,51.907],[-1.351,51.899],[-1.346,51.899],[-1.338,51.898],[-1.335,51.897],[-1.333,51.898],[-1.329,51.898],[-1.329,51.911],[-1.325,51.918],[-1.325,51.923],[-1.314,51.922],[-1.307,51.92],[-1.303,51.922],[-1.299,51.921],[-1.296,51.921],[-1.292,51.924],[-1.285,51.926],[-1.283,51.929],[-1.288,51.932],[-1.297,51.935],[-1.298,51.938],[-1.291,51.943],[-1.283,51.94],[-1.273,51.941],[-1.264,51.939],[-1.255,51.938],[-1.241,51.938],[-1.235,51.939],[-1.236,51.943],[-1.235,51.949],[-1.23,51.947],[-1.226,51.947],[-1.228,51.954],[-1.226,51.959],[-1.224,51.96],[-1.223,51.966],[-1.217,51.973],[-1.209,51.972],[-1.204,51.972],[-1.202,51.974],[-1.201,51.978],[-1.207,51.978],[-1.218,51.98],[-1.224,51.98],[-1.23,51.981],[-1.234,51.983],[-1.24,51.985],[-1.242,51.986],[-1.247,51.985],[-1.249,51.986],[-1.254,51.983],[-1.261,51.981],[-1.27,51.983],[-1.281,51.982],[-1.284,51.983],[-1.287,51.988],[-1.287,51.99],[-1.284,51.991],[-1.282,51.993],[-1.284,51.996],[-1.283,52],[-1.28,52.003],[-1.277,52.005],[-1.28,52.009],[-1.284,52.009],[-1.282,52.011],[-1.279,52.011],[-1.278,52.014],[-1.281,52.018],[-1.285,52.021],[-1.284,52.025],[-1.286,52.027],[-1.294,52.028],[-1.292,52.031],[-1.295,52.038],[-1.294,52.039],[-1.3,52.045],[-1.307,52.047],[-1.313,52.052],[-1.307,52.058],[-1.309,52.061],[-1.308,52.064],[-1.304,52.064],[-1.301,52.066],[-1.3,52.069],[-1.307,52.07],[-1.302,52.075],[-1.299,52.075],[-1.298,52.078],[-1.299,52.08],[-1.316,52.08],[-1.319,52.08],[-1.321,52.085],[-1.32,52.088],[-1.317,52.09],[-1.308,52.092],[-1.298,52.092],[-1.295,52.093],[-1.288,52.093],[-1.28,52.094],[-1.276,52.097],[-1.27,52.098],[-1.262,52.096],[-1.254,52.096],[-1.248,52.096],[-1.249,52.099],[-1.252,52.102],[-1.253,52.104],[-1.259,52.108],[-1.269,52.113],[-1.273,52.115],[-1.277,52.117],[-1.282,52.123],[-1.291,52.129],[-1.295,52.135]]]},"properties":{"Name":"Banbury","ID":"E14001072"},"id":9}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.075,51.53],[0.075,51.532],[0.069,51.542],[0.069,51.544],[0.068,51.544],[0.067,51.54],[0.072,51.532],[0.075,51.53]]],[[[0.143,51.515],[0.145,51.517],[0.148,51.529],[0.148,51.535],[0.142,51.536],[0.144,51.538],[0.14,51.541],[0.151,51.542],[0.162,51.543],[0.156,51.548],[0.156,51.551],[0.154,51.551],[0.142,51.551],[0.137,51.553],[0.144,51.555],[0.145,51.556],[0.127,51.556],[0.128,51.557],[0.124,51.562],[0.125,51.564],[0.12,51.563],[0.117,51.557],[0.111,51.552],[0.108,51.553],[0.105,51.55],[0.094,51.546],[0.092,51.549],[0.086,51.547],[0.082,51.545],[0.075,51.544],[0.07,51.544],[0.069,51.542],[0.071,51.537],[0.076,51.53],[0.086,51.526],[0.092,51.527],[0.093,51.523],[0.096,51.521],[0.096,51.517],[0.099,51.515],[0.107,51.514],[0.114,51.516],[0.119,51.518],[0.126,51.519],[0.136,51.518],[0.143,51.515]]]]},"properties":{"Name":"Barking","ID":"E14001073"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.349,53.583],[-1.351,53.581],[-1.354,53.583],[-1.356,53.589],[-1.355,53.592],[-1.356,53.595],[-1.36,53.597],[-1.36,53.599],[-1.364,53.602],[-1.369,53.604],[-1.379,53.607],[-1.384,53.604],[-1.393,53.601],[-1.4,53.599],[-1.402,53.6],[-1.407,53.601],[-1.413,53.601],[-1.415,53.603],[-1.422,53.603],[-1.429,53.605],[-1.429,53.607],[-1.433,53.609],[-1.439,53.607],[-1.447,53.613],[-1.455,53.608],[-1.475,53.6],[-1.479,53.597],[-1.484,53.595],[-1.485,53.597],[-1.492,53.597],[-1.493,53.599],[-1.492,53.603],[-1.495,53.603],[-1.497,53.597],[-1.501,53.6],[-1.507,53.598],[-1.512,53.597],[-1.519,53.6],[-1.528,53.597],[-1.532,53.593],[-1.538,53.595],[-1.54,53.598],[-1.545,53.599],[-1.547,53.602],[-1.551,53.604],[-1.558,53.606],[-1.562,53.607],[-1.567,53.605],[-1.571,53.6],[-1.575,53.598],[-1.576,53.595],[-1.574,53.592],[-1.577,53.591],[-1.574,53.587],[-1.563,53.585],[-1.559,53.582],[-1.554,53.576],[-1.548,53.575],[-1.542,53.573],[-1.542,53.569],[-1.545,53.565],[-1.538,53.562],[-1.537,53.563],[-1.528,53.565],[-1.525,53.561],[-1.519,53.563],[-1.516,53.56],[-1.511,53.561],[-1.51,53.557],[-1.508,53.553],[-1.497,53.553],[-1.494,53.554],[-1.49,53.557],[-1.489,53.553],[-1.484,53.549],[-1.472,53.544],[-1.47,53.542],[-1.464,53.54],[-1.464,53.544],[-1.46,53.545],[-1.452,53.55],[-1.45,53.554],[-1.447,53.553],[-1.441,53.552],[-1.436,53.552],[-1.434,53.554],[-1.423,53.556],[-1.411,53.556],[-1.406,53.56],[-1.398,53.558],[-1.396,53.557],[-1.388,53.559],[-1.382,53.558],[-1.378,53.555],[-1.375,53.557],[-1.377,53.559],[-1.368,53.563],[-1.368,53.56],[-1.363,53.557],[-1.36,53.554],[-1.357,53.552],[-1.356,53.55],[-1.351,53.545],[-1.347,53.543],[-1.341,53.546],[-1.334,53.541],[-1.328,53.544],[-1.329,53.546],[-1.334,53.548],[-1.337,53.55],[-1.331,53.557],[-1.332,53.563],[-1.335,53.565],[-1.346,53.577],[-1.349,53.583]]]},"properties":{"Name":"Barnsley North","ID":"E14001074"},"id":11}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.332,53.563],[-1.331,53.557],[-1.337,53.55],[-1.334,53.548],[-1.329,53.546],[-1.328,53.544],[-1.334,53.541],[-1.341,53.546],[-1.347,53.543],[-1.351,53.545],[-1.356,53.55],[-1.357,53.552],[-1.36,53.554],[-1.363,53.557],[-1.368,53.56],[-1.368,53.563],[-1.377,53.559],[-1.375,53.557],[-1.378,53.555],[-1.382,53.558],[-1.388,53.559],[-1.396,53.557],[-1.398,53.558],[-1.406,53.56],[-1.411,53.556],[-1.423,53.556],[-1.434,53.554],[-1.436,53.552],[-1.441,53.552],[-1.447,53.553],[-1.45,53.554],[-1.452,53.55],[-1.46,53.545],[-1.464,53.544],[-1.464,53.54],[-1.47,53.542],[-1.472,53.544],[-1.484,53.549],[-1.489,53.553],[-1.49,53.557],[-1.494,53.554],[-1.497,53.553],[-1.499,53.551],[-1.503,53.55],[-1.498,53.544],[-1.503,53.543],[-1.508,53.539],[-1.503,53.535],[-1.495,53.529],[-1.483,53.527],[-1.482,53.521],[-1.489,53.517],[-1.491,53.511],[-1.489,53.508],[-1.481,53.5],[-1.473,53.495],[-1.47,53.49],[-1.465,53.481],[-1.455,53.472],[-1.457,53.474],[-1.451,53.477],[-1.451,53.482],[-1.452,53.485],[-1.444,53.488],[-1.441,53.491],[-1.435,53.488],[-1.428,53.486],[-1.426,53.489],[-1.417,53.492],[-1.416,53.495],[-1.412,53.496],[-1.412,53.499],[-1.409,53.503],[-1.406,53.505],[-1.397,53.506],[-1.381,53.514],[-1.371,53.515],[-1.369,53.515],[-1.36,53.513],[-1.341,53.515],[-1.33,53.515],[-1.326,53.512],[-1.32,53.514],[-1.315,53.513],[-1.312,53.514],[-1.31,53.513],[-1.299,53.515],[-1.289,53.516],[-1.286,53.515],[-1.281,53.517],[-1.276,53.521],[-1.286,53.527],[-1.281,53.529],[-1.276,53.528],[-1.276,53.53],[-1.284,53.531],[-1.288,53.532],[-1.29,53.534],[-1.294,53.536],[-1.287,53.538],[-1.289,53.541],[-1.289,53.544],[-1.294,53.547],[-1.297,53.551],[-1.304,53.555],[-1.315,53.556],[-1.317,53.558],[-1.327,53.558],[-1.332,53.563]]]},"properties":{"Name":"Barnsley South","ID":"E14001075"},"id":12}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.252,54.151],[-3.255,54.153],[-3.263,54.15],[-3.271,54.148],[-3.276,54.144],[-3.277,54.142],[-3.275,54.13],[-3.272,54.123],[-3.271,54.118],[-3.269,54.112],[-3.269,54.108],[-3.264,54.103],[-3.255,54.091],[-3.247,54.082],[-3.235,54.071],[-3.233,54.07],[-3.223,54.062],[-3.212,54.05],[-3.21,54.048],[-3.196,54.044],[-3.187,54.046],[-3.173,54.047],[-3.171,54.049],[-3.171,54.054],[-3.175,54.052],[-3.179,54.055],[-3.185,54.052],[-3.196,54.049],[-3.199,54.049],[-3.206,54.052],[-3.208,54.057],[-3.207,54.059],[-3.211,54.062],[-3.21,54.065],[-3.214,54.066],[-3.219,54.066],[-3.223,54.068],[-3.227,54.075],[-3.226,54.078],[-3.224,54.08],[-3.229,54.086],[-3.23,54.088],[-3.236,54.087],[-3.242,54.09],[-3.245,54.094],[-3.242,54.097],[-3.244,54.098],[-3.245,54.102],[-3.247,54.112],[-3.251,54.116],[-3.25,54.121],[-3.251,54.126],[-3.254,54.13],[-3.256,54.135],[-3.263,54.14],[-3.264,54.141],[-3.265,54.148],[-3.256,54.15],[-3.252,54.151]]],[[[-3.398,54.367],[-3.4,54.366],[-3.4,54.365],[-3.402,54.364],[-3.403,54.361],[-3.41,54.359],[-3.412,54.354],[-3.406,54.351],[-3.405,54.348],[-3.406,54.339],[-3.4,54.339],[-3.392,54.341],[-3.392,54.339],[-3.399,54.335],[-3.402,54.335],[-3.409,54.337],[-3.412,54.338],[-3.41,54.343],[-3.411,54.345],[-3.409,54.349],[-3.412,54.35],[-3.414,54.345],[-3.419,54.343],[-3.423,54.34],[-3.425,54.333],[-3.425,54.329],[-3.417,54.314],[-3.416,54.309],[-3.416,54.304],[-3.418,54.297],[-3.423,54.294],[-3.422,54.291],[-3.42,54.287],[-3.421,54.284],[-3.409,54.271],[-3.405,54.268],[-3.404,54.264],[-3.394,54.254],[-3.389,54.252],[-3.387,54.249],[-3.379,54.244],[-3.365,54.232],[-3.353,54.22],[-3.33,54.196],[-3.322,54.191],[-3.314,54.189],[-3.299,54.188],[-3.291,54.191],[-3.286,54.196],[-3.281,54.196],[-3.276,54.192],[-3.269,54.19],[-3.262,54.19],[-3.252,54.193],[-3.246,54.198],[-3.245,54.201],[-3.24,54.203],[-3.245,54.208],[-3.25,54.21],[-3.249,54.214],[-3.251,54.216],[-3.255,54.215],[-3.254,54.22],[-3.251,54.22],[-3.249,54.223],[-3.243,54.225],[-3.233,54.229],[-3.237,54.232],[-3.232,54.233],[-3.232,54.237],[-3.228,54.237],[-3.226,54.24],[-3.224,54.247],[-3.225,54.25],[-3.223,54.252],[-3.224,54.255],[-3.231,54.258],[-3.231,54.261],[-3.228,54.264],[-3.23,54.266],[-3.226,54.269],[-3.224,54.265],[-3.228,54.262],[-3.221,54.259],[-3.216,54.258],[-3.211,54.25],[-3.213,54.248],[-3.21,54.246],[-3.2,54.238],[-3.198,54.233],[-3.198,54.229],[-3.193,54.228],[-3.197,54.225],[-3.199,54.22],[-3.205,54.218],[-3.206,54.212],[-3.208,54.209],[-3.212,54.209],[-3.212,54.2],[-3.215,54.197],[-3.216,54.189],[-3.218,54.187],[-3.215,54.185],[-3.217,54.177],[-3.223,54.173],[-3.23,54.172],[-3.246,54.172],[-3.255,54.17],[-3.257,54.166],[-3.256,54.163],[-3.252,54.16],[-3.252,54.157],[-3.25,54.155],[-3.247,54.155],[-3.245,54.158],[-3.242,54.158],[-3.238,54.156],[-3.237,54.154],[-3.24,54.151],[-3.24,54.145],[-3.244,54.137],[-3.245,54.126],[-3.244,54.123],[-3.245,54.117],[-3.241,54.113],[-3.242,54.109],[-3.239,54.104],[-3.235,54.101],[-3.233,54.101],[-3.227,54.094],[-3.224,54.094],[-3.22,54.095],[-3.215,54.098],[-3.194,54.104],[-3.191,54.103],[-3.185,54.096],[-3.188,54.093],[-3.187,54.09],[-3.178,54.086],[-3.174,54.083],[-3.171,54.08],[-3.167,54.077],[-3.166,54.075],[-3.156,54.07],[-3.154,54.066],[-3.15,54.066],[-3.158,54.072],[-3.165,54.074],[-3.166,54.077],[-3.17,54.079],[-3.172,54.082],[-3.165,54.083],[-3.161,54.087],[-3.154,54.091],[-3.142,54.097],[-3.141,54.098],[-3.131,54.102],[-3.13,54.106],[-3.122,54.11],[-3.121,54.112],[-3.115,54.115],[-3.108,54.118],[-3.105,54.12],[-3.104,54.123],[-3.102,54.125],[-3.101,54.128],[-3.095,54.131],[-3.091,54.135],[-3.088,54.136],[-3.088,54.138],[-3.085,54.141],[-3.084,54.147],[-3.079,54.151],[-3.078,54.154],[-3.073,54.157],[-3.068,54.16],[-3.061,54.162],[-3.06,54.17],[-3.059,54.172],[-3.061,54.177],[-3.063,54.179],[-3.062,54.182],[-3.056,54.188],[-3.053,54.188],[-3.055,54.194],[-3.053,54.199],[-3.05,54.201],[-3.045,54.199],[-3.04,54.203],[-3.039,54.206],[-3.035,54.208],[-3.032,54.211],[-3.036,54.216],[-3.045,54.219],[-3.05,54.218],[-3.053,54.221],[-3.052,54.233],[-3.052,54.234],[-3.052,54.236],[-3.061,54.241],[-3.062,54.244],[-3.065,54.246],[-3.062,54.249],[-3.065,54.254],[-3.073,54.259],[-3.076,54.262],[-3.08,54.262],[-3.08,54.264],[-3.086,54.269],[-3.087,54.271],[-3.085,54.273],[-3.086,54.277],[-3.089,54.277],[-3.098,54.276],[-3.106,54.272],[-3.108,54.27],[-3.112,54.27],[-3.117,54.268],[-3.116,54.265],[-3.111,54.266],[-3.11,54.264],[-3.104,54.262],[-3.108,54.259],[-3.107,54.254],[-3.111,54.251],[-3.116,54.252],[-3.135,54.249],[-3.131,54.257],[-3.131,54.261],[-3.143,54.278],[-3.137,54.288],[-3.132,54.293],[-3.128,54.296],[-3.127,54.299],[-3.122,54.304],[-3.124,54.309],[-3.13,54.313],[-3.13,54.317],[-3.136,54.32],[-3.132,54.329],[-3.135,54.33],[-3.136,54.333],[-3.149,54.351],[-3.146,54.355],[-3.143,54.359],[-3.139,54.36],[-3.139,54.363],[-3.137,54.365],[-3.137,54.372],[-3.135,54.374],[-3.131,54.375],[-3.124,54.377],[-3.124,54.385],[-3.121,54.39],[-3.123,54.392],[-3.122,54.395],[-3.126,54.396],[-3.125,54.399],[-3.126,54.402],[-3.122,54.408],[-3.118,54.411],[-3.114,54.418],[-3.115,54.422],[-3.121,54.424],[-3.124,54.428],[-3.129,54.422],[-3.136,54.422],[-3.154,54.43],[-3.157,54.43],[-3.16,54.434],[-3.158,54.435],[-3.158,54.438],[-3.16,54.441],[-3.161,54.447],[-3.165,54.447],[-3.167,54.454],[-3.175,54.455],[-3.179,54.457],[-3.184,54.462],[-3.193,54.463],[-3.197,54.466],[-3.198,54.46],[-3.2,54.458],[-3.208,54.457],[-3.211,54.454],[-3.214,54.455],[-3.222,54.45],[-3.225,54.448],[-3.231,54.448],[-3.239,54.445],[-3.243,54.445],[-3.246,54.441],[-3.261,54.442],[-3.265,54.44],[-3.273,54.439],[-3.276,54.436],[-3.281,54.434],[-3.285,54.434],[-3.292,54.43],[-3.304,54.425],[-3.311,54.418],[-3.316,54.414],[-3.319,54.412],[-3.319,54.409],[-3.324,54.406],[-3.324,54.403],[-3.32,54.402],[-3.316,54.399],[-3.322,54.396],[-3.325,54.396],[-3.334,54.392],[-3.336,54.388],[-3.341,54.388],[-3.345,54.384],[-3.349,54.383],[-3.353,54.384],[-3.367,54.384],[-3.37,54.38],[-3.375,54.377],[-3.377,54.375],[-3.382,54.374],[-3.384,54.371],[-3.392,54.371],[-3.394,54.369],[-3.394,54.367],[-3.398,54.367]]]]},"properties":{"Name":"Barrow and Furness","ID":"E14001076"},"id":13}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.495,51.624],[0.481,51.626],[0.466,51.623],[0.461,51.624],[0.447,51.627],[0.446,51.631],[0.444,51.633],[0.443,51.639],[0.447,51.642],[0.446,51.643],[0.442,51.644],[0.44,51.647],[0.434,51.65],[0.423,51.649],[0.413,51.65],[0.411,51.651],[0.402,51.651],[0.403,51.647],[0.399,51.645],[0.396,51.645],[0.392,51.64],[0.387,51.637],[0.385,51.633],[0.388,51.628],[0.385,51.623],[0.384,51.62],[0.376,51.615],[0.378,51.612],[0.379,51.604],[0.383,51.6],[0.382,51.596],[0.384,51.594],[0.386,51.586],[0.381,51.585],[0.383,51.577],[0.383,51.572],[0.384,51.57],[0.382,51.568],[0.383,51.566],[0.386,51.566],[0.398,51.569],[0.403,51.57],[0.41,51.57],[0.416,51.569],[0.424,51.568],[0.432,51.567],[0.472,51.569],[0.478,51.568],[0.477,51.565],[0.471,51.564],[0.472,51.562],[0.476,51.563],[0.48,51.559],[0.483,51.559],[0.486,51.559],[0.487,51.56],[0.488,51.561],[0.489,51.561],[0.491,51.562],[0.493,51.562],[0.495,51.562],[0.497,51.563],[0.5,51.564],[0.497,51.565],[0.496,51.566],[0.495,51.568],[0.495,51.571],[0.493,51.573],[0.494,51.576],[0.496,51.58],[0.499,51.585],[0.499,51.593],[0.488,51.592],[0.488,51.597],[0.493,51.597],[0.498,51.598],[0.5,51.6],[0.504,51.6],[0.505,51.603],[0.499,51.602],[0.498,51.607],[0.502,51.611],[0.5,51.619],[0.495,51.624]]]},"properties":{"Name":"Basildon and Billericay","ID":"E14001077"},"id":14}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.11,51.238],[-1.066,51.258],[-1.065,51.259],[-1.068,51.266],[-1.066,51.269],[-1.067,51.271],[-1.058,51.272],[-1.063,51.275],[-1.062,51.281],[-1.053,51.283],[-1.052,51.287],[-1.049,51.287],[-1.048,51.291],[-1.045,51.293],[-1.043,51.298],[-1.042,51.302],[-1.055,51.305],[-1.056,51.302],[-1.065,51.301],[-1.065,51.299],[-1.071,51.298],[-1.07,51.288],[-1.075,51.288],[-1.089,51.29],[-1.09,51.285],[-1.095,51.283],[-1.106,51.281],[-1.102,51.277],[-1.113,51.276],[-1.119,51.276],[-1.126,51.278],[-1.136,51.278],[-1.14,51.28],[-1.149,51.277],[-1.152,51.284],[-1.151,51.289],[-1.165,51.29],[-1.172,51.296],[-1.177,51.297],[-1.179,51.294],[-1.178,51.291],[-1.181,51.288],[-1.178,51.282],[-1.182,51.283],[-1.186,51.286],[-1.19,51.287],[-1.194,51.284],[-1.198,51.277],[-1.205,51.273],[-1.212,51.271],[-1.219,51.269],[-1.218,51.266],[-1.215,51.265],[-1.214,51.263],[-1.222,51.261],[-1.222,51.253],[-1.223,51.247],[-1.223,51.244],[-1.226,51.245],[-1.231,51.244],[-1.229,51.24],[-1.229,51.234],[-1.233,51.235],[-1.233,51.23],[-1.235,51.226],[-1.235,51.224],[-1.235,51.223],[-1.238,51.213],[-1.242,51.21],[-1.24,51.207],[-1.24,51.203],[-1.243,51.202],[-1.244,51.197],[-1.247,51.194],[-1.249,51.191],[-1.241,51.192],[-1.23,51.194],[-1.21,51.199],[-1.204,51.201],[-1.197,51.202],[-1.191,51.203],[-1.182,51.208],[-1.174,51.213],[-1.162,51.224],[-1.159,51.225],[-1.156,51.224],[-1.149,51.222],[-1.139,51.224],[-1.131,51.227],[-1.11,51.238]]]},"properties":{"Name":"Basingstoke","ID":"E14001078"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.798,53.455],[-0.805,53.457],[-0.818,53.459],[-0.872,53.466],[-0.874,53.462],[-0.875,53.461],[-0.886,53.462],[-0.897,53.462],[-0.9,53.461],[-0.917,53.461],[-0.921,53.465],[-0.919,53.466],[-0.912,53.47],[-0.902,53.474],[-0.9,53.475],[-0.904,53.478],[-0.936,53.503],[-0.953,53.484],[-0.977,53.475],[-0.982,53.475],[-0.986,53.472],[-0.983,53.468],[-0.986,53.461],[-0.994,53.453],[-0.991,53.452],[-0.994,53.449],[-0.997,53.444],[-0.998,53.439],[-0.996,53.437],[-1,53.435],[-1.006,53.434],[-1.009,53.434],[-1.013,53.432],[-1.014,53.427],[-1.022,53.426],[-1.023,53.425],[-1.031,53.425],[-1.029,53.429],[-1.031,53.431],[-1.037,53.431],[-1.054,53.426],[-1.057,53.425],[-1.068,53.428],[-1.073,53.428],[-1.08,53.427],[-1.079,53.424],[-1.083,53.423],[-1.087,53.426],[-1.093,53.422],[-1.099,53.419],[-1.108,53.406],[-1.116,53.407],[-1.115,53.401],[-1.116,53.398],[-1.123,53.398],[-1.129,53.394],[-1.132,53.394],[-1.135,53.39],[-1.131,53.39],[-1.131,53.386],[-1.133,53.382],[-1.13,53.379],[-1.131,53.376],[-1.134,53.373],[-1.145,53.371],[-1.146,53.369],[-1.144,53.367],[-1.146,53.366],[-1.145,53.363],[-1.141,53.364],[-1.139,53.361],[-1.139,53.356],[-1.152,53.354],[-1.162,53.358],[-1.162,53.352],[-1.16,53.35],[-1.157,53.345],[-1.154,53.345],[-1.14,53.347],[-1.139,53.341],[-1.145,53.341],[-1.149,53.339],[-1.16,53.333],[-1.164,53.329],[-1.169,53.328],[-1.176,53.325],[-1.174,53.321],[-1.18,53.321],[-1.192,53.319],[-1.195,53.315],[-1.197,53.315],[-1.2,53.311],[-1.191,53.307],[-1.187,53.304],[-1.18,53.306],[-1.174,53.303],[-1.175,53.299],[-1.174,53.296],[-1.172,53.295],[-1.176,53.29],[-1.179,53.289],[-1.177,53.284],[-1.175,53.282],[-1.166,53.278],[-1.171,53.276],[-1.173,53.274],[-1.177,53.274],[-1.182,53.269],[-1.176,53.267],[-1.179,53.264],[-1.183,53.265],[-1.189,53.264],[-1.201,53.262],[-1.208,53.253],[-1.209,53.25],[-1.213,53.248],[-1.21,53.241],[-1.205,53.239],[-1.205,53.237],[-1.202,53.235],[-1.205,53.231],[-1.206,53.227],[-1.209,53.224],[-1.209,53.218],[-1.202,53.216],[-1.189,53.218],[-1.179,53.219],[-1.17,53.219],[-1.163,53.221],[-1.158,53.222],[-1.146,53.225],[-1.14,53.226],[-1.133,53.226],[-1.124,53.225],[-1.122,53.231],[-1.117,53.232],[-1.111,53.23],[-1.105,53.235],[-1.103,53.236],[-1.093,53.237],[-1.088,53.237],[-1.072,53.241],[-1.056,53.25],[-1.052,53.252],[-1.046,53.254],[-1.04,53.256],[-1.028,53.261],[-1.012,53.264],[-1.014,53.265],[-1.006,53.267],[-1,53.269],[-0.998,53.271],[-0.993,53.269],[-0.994,53.265],[-0.987,53.264],[-0.975,53.267],[-0.969,53.267],[-0.963,53.27],[-0.959,53.268],[-0.956,53.268],[-0.95,53.271],[-0.949,53.275],[-0.963,53.279],[-0.969,53.28],[-0.973,53.285],[-0.97,53.286],[-0.972,53.291],[-0.971,53.297],[-0.947,53.3],[-0.948,53.301],[-0.943,53.303],[-0.936,53.302],[-0.934,53.304],[-0.929,53.304],[-0.921,53.302],[-0.921,53.301],[-0.915,53.3],[-0.905,53.301],[-0.904,53.305],[-0.909,53.307],[-0.904,53.313],[-0.903,53.318],[-0.892,53.319],[-0.882,53.32],[-0.881,53.321],[-0.872,53.322],[-0.873,53.325],[-0.871,53.328],[-0.885,53.328],[-0.895,53.326],[-0.922,53.325],[-0.924,53.327],[-0.922,53.329],[-0.923,53.334],[-0.929,53.336],[-0.925,53.339],[-0.926,53.342],[-0.93,53.343],[-0.937,53.341],[-0.944,53.342],[-0.951,53.339],[-0.957,53.341],[-0.958,53.342],[-0.964,53.346],[-0.957,53.352],[-0.95,53.351],[-0.946,53.35],[-0.941,53.355],[-0.937,53.356],[-0.934,53.357],[-0.927,53.356],[-0.924,53.358],[-0.933,53.359],[-0.929,53.363],[-0.93,53.366],[-0.927,53.371],[-0.927,53.374],[-0.93,53.376],[-0.931,53.383],[-0.932,53.384],[-0.931,53.39],[-0.934,53.395],[-0.943,53.398],[-0.944,53.401],[-0.945,53.402],[-0.945,53.407],[-0.937,53.407],[-0.932,53.41],[-0.921,53.412],[-0.91,53.406],[-0.908,53.401],[-0.906,53.399],[-0.901,53.4],[-0.89,53.398],[-0.885,53.396],[-0.871,53.393],[-0.869,53.392],[-0.867,53.389],[-0.86,53.39],[-0.855,53.386],[-0.85,53.384],[-0.833,53.382],[-0.821,53.382],[-0.804,53.382],[-0.787,53.384],[-0.79,53.385],[-0.789,53.387],[-0.782,53.388],[-0.778,53.39],[-0.777,53.391],[-0.778,53.397],[-0.779,53.399],[-0.784,53.401],[-0.788,53.403],[-0.791,53.407],[-0.792,53.412],[-0.789,53.414],[-0.795,53.414],[-0.804,53.417],[-0.809,53.42],[-0.818,53.426],[-0.819,53.428],[-0.817,53.432],[-0.82,53.437],[-0.821,53.44],[-0.819,53.442],[-0.81,53.444],[-0.805,53.448],[-0.801,53.453],[-0.798,53.455]]]},"properties":{"Name":"Bassetlaw","ID":"E14001079"},"id":16}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.295,51.429],[-2.299,51.429],[-2.304,51.425],[-2.307,51.425],[-2.31,51.423],[-2.314,51.423],[-2.314,51.429],[-2.322,51.433],[-2.325,51.437],[-2.332,51.438],[-2.336,51.437],[-2.342,51.439],[-2.347,51.439],[-2.352,51.439],[-2.358,51.436],[-2.361,51.437],[-2.368,51.437],[-2.377,51.433],[-2.38,51.434],[-2.386,51.432],[-2.399,51.432],[-2.403,51.432],[-2.406,51.429],[-2.411,51.426],[-2.416,51.426],[-2.424,51.424],[-2.427,51.424],[-2.444,51.422],[-2.444,51.418],[-2.438,51.414],[-2.44,51.411],[-2.446,51.408],[-2.451,51.402],[-2.447,51.399],[-2.445,51.397],[-2.431,51.391],[-2.421,51.393],[-2.417,51.393],[-2.41,51.392],[-2.406,51.388],[-2.411,51.385],[-2.409,51.382],[-2.412,51.38],[-2.414,51.376],[-2.412,51.375],[-2.407,51.374],[-2.409,51.369],[-2.399,51.368],[-2.401,51.366],[-2.399,51.364],[-2.389,51.363],[-2.384,51.357],[-2.382,51.352],[-2.373,51.353],[-2.374,51.355],[-2.362,51.355],[-2.359,51.356],[-2.348,51.354],[-2.344,51.355],[-2.335,51.361],[-2.331,51.361],[-2.332,51.364],[-2.328,51.364],[-2.327,51.362],[-2.319,51.363],[-2.316,51.368],[-2.316,51.37],[-2.318,51.372],[-2.318,51.377],[-2.323,51.382],[-2.317,51.386],[-2.312,51.386],[-2.303,51.381],[-2.3,51.379],[-2.299,51.373],[-2.302,51.37],[-2.308,51.365],[-2.3,51.362],[-2.297,51.364],[-2.292,51.37],[-2.29,51.374],[-2.293,51.38],[-2.297,51.385],[-2.296,51.391],[-2.297,51.395],[-2.288,51.396],[-2.284,51.397],[-2.288,51.403],[-2.291,51.406],[-2.286,51.408],[-2.282,51.41],[-2.279,51.416],[-2.282,51.421],[-2.289,51.425],[-2.295,51.426],[-2.295,51.429]]]},"properties":{"Name":"Bath","ID":"E14001080"},"id":17}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.134,51.476],[-0.13,51.481],[-0.127,51.482],[-0.128,51.485],[-0.137,51.483],[-0.149,51.484],[-0.166,51.481],[-0.172,51.48],[-0.176,51.477],[-0.178,51.471],[-0.182,51.466],[-0.187,51.464],[-0.182,51.458],[-0.173,51.459],[-0.171,51.455],[-0.165,51.447],[-0.163,51.448],[-0.156,51.451],[-0.152,51.445],[-0.153,51.443],[-0.144,51.442],[-0.146,51.446],[-0.142,51.451],[-0.148,51.452],[-0.148,51.457],[-0.151,51.463],[-0.151,51.468],[-0.138,51.472],[-0.134,51.476]]]},"properties":{"Name":"Battersea","ID":"E14001081"},"id":18}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.522,51.605],[-0.53,51.602],[-0.532,51.596],[-0.529,51.592],[-0.525,51.586],[-0.531,51.581],[-0.533,51.578],[-0.536,51.579],[-0.535,51.572],[-0.537,51.569],[-0.541,51.567],[-0.549,51.567],[-0.555,51.569],[-0.559,51.568],[-0.572,51.572],[-0.571,51.576],[-0.58,51.576],[-0.585,51.581],[-0.589,51.583],[-0.607,51.588],[-0.599,51.597],[-0.609,51.598],[-0.607,51.601],[-0.609,51.604],[-0.613,51.606],[-0.613,51.608],[-0.61,51.612],[-0.616,51.614],[-0.617,51.616],[-0.612,51.62],[-0.613,51.626],[-0.609,51.629],[-0.612,51.63],[-0.613,51.632],[-0.621,51.634],[-0.622,51.629],[-0.627,51.631],[-0.629,51.633],[-0.636,51.635],[-0.64,51.635],[-0.643,51.629],[-0.642,51.625],[-0.643,51.619],[-0.654,51.618],[-0.654,51.616],[-0.657,51.615],[-0.658,51.613],[-0.661,51.611],[-0.675,51.608],[-0.676,51.608],[-0.682,51.607],[-0.689,51.608],[-0.692,51.604],[-0.697,51.604],[-0.702,51.605],[-0.71,51.609],[-0.716,51.61],[-0.727,51.61],[-0.734,51.611],[-0.746,51.614],[-0.756,51.614],[-0.768,51.612],[-0.771,51.608],[-0.77,51.6],[-0.766,51.594],[-0.767,51.587],[-0.77,51.584],[-0.779,51.581],[-0.781,51.584],[-0.786,51.583],[-0.783,51.581],[-0.788,51.575],[-0.791,51.575],[-0.796,51.574],[-0.797,51.572],[-0.801,51.57],[-0.804,51.565],[-0.804,51.563],[-0.801,51.56],[-0.795,51.557],[-0.791,51.553],[-0.786,51.554],[-0.783,51.556],[-0.779,51.56],[-0.776,51.566],[-0.771,51.568],[-0.768,51.566],[-0.762,51.566],[-0.758,51.565],[-0.749,51.568],[-0.745,51.571],[-0.739,51.573],[-0.728,51.577],[-0.719,51.578],[-0.715,51.576],[-0.712,51.571],[-0.712,51.565],[-0.706,51.562],[-0.703,51.563],[-0.702,51.565],[-0.697,51.565],[-0.695,51.563],[-0.691,51.557],[-0.691,51.548],[-0.693,51.544],[-0.698,51.537],[-0.698,51.535],[-0.7,51.531],[-0.702,51.524],[-0.702,51.519],[-0.704,51.513],[-0.703,51.511],[-0.699,51.51],[-0.693,51.51],[-0.686,51.507],[-0.683,51.503],[-0.682,51.5],[-0.678,51.495],[-0.673,51.492],[-0.669,51.49],[-0.662,51.488],[-0.654,51.487],[-0.652,51.486],[-0.646,51.49],[-0.642,51.49],[-0.634,51.493],[-0.636,51.495],[-0.64,51.496],[-0.644,51.496],[-0.642,51.501],[-0.643,51.503],[-0.647,51.501],[-0.653,51.501],[-0.654,51.504],[-0.659,51.505],[-0.659,51.507],[-0.654,51.508],[-0.653,51.515],[-0.655,51.519],[-0.659,51.519],[-0.66,51.525],[-0.66,51.528],[-0.653,51.53],[-0.645,51.534],[-0.645,51.536],[-0.631,51.539],[-0.624,51.538],[-0.62,51.538],[-0.62,51.535],[-0.615,51.534],[-0.611,51.531],[-0.606,51.532],[-0.606,51.53],[-0.596,51.528],[-0.595,51.524],[-0.588,51.523],[-0.581,51.523],[-0.581,51.526],[-0.576,51.534],[-0.567,51.533],[-0.568,51.53],[-0.575,51.529],[-0.572,51.527],[-0.572,51.524],[-0.565,51.521],[-0.569,51.518],[-0.567,51.515],[-0.569,51.511],[-0.566,51.511],[-0.554,51.509],[-0.529,51.51],[-0.526,51.509],[-0.529,51.502],[-0.529,51.497],[-0.532,51.493],[-0.516,51.493],[-0.511,51.494],[-0.501,51.495],[-0.49,51.495],[-0.489,51.497],[-0.49,51.499],[-0.485,51.503],[-0.483,51.507],[-0.486,51.51],[-0.49,51.511],[-0.49,51.514],[-0.492,51.517],[-0.49,51.52],[-0.491,51.522],[-0.491,51.527],[-0.489,51.529],[-0.49,51.534],[-0.495,51.538],[-0.491,51.545],[-0.486,51.55],[-0.483,51.552],[-0.479,51.555],[-0.477,51.558],[-0.477,51.56],[-0.481,51.561],[-0.483,51.563],[-0.483,51.566],[-0.485,51.567],[-0.484,51.571],[-0.485,51.575],[-0.489,51.578],[-0.49,51.582],[-0.495,51.585],[-0.496,51.588],[-0.5,51.592],[-0.499,51.594],[-0.5,51.597],[-0.501,51.6],[-0.51,51.6],[-0.518,51.6],[-0.521,51.602],[-0.522,51.605]]]},"properties":{"Name":"Beaconsfield","ID":"E14001082"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.026,51.424],[-0.028,51.425],[-0.034,51.425],[-0.04,51.424],[-0.042,51.424],[-0.043,51.423],[-0.044,51.423],[-0.045,51.423],[-0.046,51.423],[-0.047,51.423],[-0.049,51.423],[-0.051,51.423],[-0.052,51.423],[-0.055,51.424],[-0.055,51.423],[-0.056,51.423],[-0.063,51.425],[-0.064,51.425],[-0.065,51.425],[-0.066,51.425],[-0.068,51.426],[-0.069,51.426],[-0.071,51.426],[-0.072,51.426],[-0.074,51.426],[-0.079,51.42],[-0.081,51.417],[-0.08,51.416],[-0.073,51.413],[-0.073,51.408],[-0.068,51.404],[-0.062,51.402],[-0.06,51.399],[-0.053,51.401],[-0.051,51.4],[-0.051,51.397],[-0.053,51.395],[-0.048,51.393],[-0.043,51.389],[-0.037,51.388],[-0.038,51.383],[-0.037,51.377],[-0.03,51.377],[-0.026,51.376],[-0.024,51.372],[-0.023,51.367],[-0.02,51.364],[-0.016,51.365],[-0.006,51.368],[-0.001,51.371],[0.002,51.374],[0.003,51.377],[-0.002,51.377],[0.003,51.381],[0.003,51.388],[0.008,51.391],[0.007,51.393],[0.01,51.395],[0.01,51.396],[0.015,51.398],[0.014,51.4],[0.006,51.403],[0.002,51.406],[-0.004,51.409],[-0.008,51.414],[-0.011,51.414],[-0.014,51.414],[-0.014,51.415],[-0.017,51.415],[-0.018,51.415],[-0.02,51.416],[-0.021,51.416],[-0.022,51.417],[-0.023,51.418],[-0.022,51.418],[-0.022,51.421],[-0.022,51.422],[-0.023,51.422],[-0.026,51.424]]]},"properties":{"Name":"Beckenham and Penge","ID":"E14001083"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.443,52.116],[-0.434,52.118],[-0.438,52.12],[-0.423,52.123],[-0.409,52.13],[-0.414,52.14],[-0.41,52.141],[-0.412,52.143],[-0.408,52.145],[-0.406,52.147],[-0.411,52.149],[-0.413,52.154],[-0.412,52.157],[-0.423,52.16],[-0.425,52.156],[-0.429,52.16],[-0.443,52.163],[-0.45,52.164],[-0.456,52.168],[-0.462,52.166],[-0.466,52.165],[-0.463,52.161],[-0.469,52.161],[-0.472,52.158],[-0.478,52.157],[-0.477,52.152],[-0.479,52.15],[-0.485,52.148],[-0.489,52.15],[-0.493,52.149],[-0.488,52.144],[-0.492,52.144],[-0.497,52.142],[-0.491,52.141],[-0.5,52.137],[-0.499,52.131],[-0.503,52.13],[-0.504,52.128],[-0.501,52.121],[-0.506,52.118],[-0.511,52.117],[-0.519,52.118],[-0.519,52.115],[-0.51,52.106],[-0.506,52.108],[-0.504,52.106],[-0.504,52.103],[-0.499,52.105],[-0.487,52.106],[-0.486,52.108],[-0.482,52.109],[-0.48,52.113],[-0.472,52.12],[-0.467,52.119],[-0.466,52.115],[-0.46,52.116],[-0.455,52.115],[-0.451,52.116],[-0.443,52.116]]]},"properties":{"Name":"Bedford","ID":"E14001084"},"id":21}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.032,51.493],[-0.033,51.497],[-0.032,51.504],[-0.036,51.507],[-0.041,51.507],[-0.044,51.507],[-0.051,51.503],[-0.056,51.501],[-0.064,51.501],[-0.071,51.502],[-0.072,51.503],[-0.081,51.506],[-0.092,51.507],[-0.096,51.508],[-0.109,51.508],[-0.107,51.505],[-0.107,51.502],[-0.108,51.5],[-0.111,51.496],[-0.102,51.492],[-0.099,51.495],[-0.095,51.494],[-0.087,51.494],[-0.078,51.489],[-0.075,51.489],[-0.066,51.487],[-0.056,51.488],[-0.054,51.488],[-0.052,51.488],[-0.051,51.488],[-0.05,51.488],[-0.052,51.489],[-0.051,51.49],[-0.05,51.49],[-0.049,51.49],[-0.048,51.49],[-0.047,51.491],[-0.046,51.49],[-0.045,51.49],[-0.044,51.49],[-0.042,51.49],[-0.041,51.492],[-0.04,51.492],[-0.04,51.493],[-0.039,51.493],[-0.037,51.492],[-0.034,51.493],[-0.033,51.493],[-0.032,51.493]]]},"properties":{"Name":"Bermondsey and Old Southwark","ID":"E14001085"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.053,51.535],[-0.06,51.534],[-0.065,51.533],[-0.066,51.531],[-0.072,51.531],[-0.075,51.53],[-0.077,51.527],[-0.076,51.522],[-0.079,51.522],[-0.079,51.519],[-0.074,51.514],[-0.073,51.51],[-0.075,51.51],[-0.071,51.508],[-0.067,51.509],[-0.047,51.51],[-0.042,51.511],[-0.036,51.513],[-0.034,51.516],[-0.036,51.519],[-0.037,51.524],[-0.042,51.531],[-0.046,51.533],[-0.053,51.535]]]},"properties":{"Name":"Bethnal Green and Stepney","ID":"E14001086"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.247,53.741],[-0.244,53.74],[-0.243,53.739],[-0.245,53.735],[-0.243,53.73],[-0.234,53.728],[-0.237,53.727],[-0.235,53.724],[-0.236,53.72],[-0.233,53.717],[-0.23,53.711],[-0.227,53.708],[-0.218,53.706],[-0.21,53.702],[-0.193,53.691],[-0.184,53.687],[-0.173,53.679],[-0.168,53.675],[-0.163,53.672],[-0.147,53.66],[-0.138,53.654],[-0.131,53.649],[-0.116,53.642],[-0.114,53.639],[-0.104,53.635],[-0.093,53.633],[-0.079,53.631],[-0.054,53.629],[-0.05,53.632],[-0.043,53.633],[-0.03,53.636],[-0.023,53.638],[-0.008,53.641],[0.004,53.643],[0.015,53.644],[0.019,53.645],[0.022,53.647],[0.03,53.649],[0.034,53.649],[0.046,53.647],[0.065,53.644],[0.08,53.641],[0.089,53.638],[0.095,53.636],[0.105,53.632],[0.114,53.628],[0.121,53.624],[0.125,53.623],[0.133,53.617],[0.139,53.614],[0.144,53.61],[0.146,53.608],[0.146,53.601],[0.144,53.598],[0.14,53.594],[0.135,53.591],[0.132,53.59],[0.127,53.587],[0.121,53.581],[0.115,53.577],[0.108,53.575],[0.106,53.573],[0.11,53.572],[0.13,53.586],[0.136,53.589],[0.144,53.596],[0.148,53.602],[0.147,53.607],[0.146,53.612],[0.142,53.62],[0.142,53.622],[0.139,53.625],[0.132,53.637],[0.129,53.645],[0.125,53.652],[0.117,53.662],[0.115,53.663],[0.103,53.675],[0.096,53.681],[0.07,53.701],[0.058,53.711],[0.046,53.719],[0.041,53.726],[0.029,53.737],[0.014,53.747],[0.003,53.756],[-0.003,53.762],[-0.014,53.771],[-0.027,53.781],[-0.044,53.795],[-0.049,53.801],[-0.063,53.812],[-0.069,53.819],[-0.077,53.825],[-0.081,53.829],[-0.088,53.834],[-0.096,53.842],[-0.102,53.847],[-0.11,53.846],[-0.122,53.844],[-0.131,53.845],[-0.133,53.848],[-0.142,53.853],[-0.15,53.853],[-0.15,53.856],[-0.151,53.857],[-0.151,53.862],[-0.152,53.868],[-0.162,53.869],[-0.166,53.872],[-0.171,53.872],[-0.17,53.876],[-0.177,53.876],[-0.177,53.88],[-0.182,53.889],[-0.183,53.89],[-0.193,53.89],[-0.2,53.888],[-0.209,53.889],[-0.211,53.89],[-0.217,53.89],[-0.226,53.891],[-0.227,53.886],[-0.229,53.88],[-0.232,53.879],[-0.247,53.881],[-0.253,53.88],[-0.253,53.885],[-0.255,53.887],[-0.256,53.893],[-0.258,53.895],[-0.259,53.898],[-0.265,53.899],[-0.272,53.903],[-0.276,53.9],[-0.274,53.899],[-0.283,53.896],[-0.29,53.897],[-0.292,53.903],[-0.299,53.905],[-0.306,53.903],[-0.31,53.899],[-0.313,53.9],[-0.329,53.901],[-0.33,53.906],[-0.334,53.909],[-0.34,53.908],[-0.342,53.91],[-0.346,53.91],[-0.352,53.908],[-0.356,53.907],[-0.364,53.909],[-0.367,53.91],[-0.368,53.913],[-0.369,53.913],[-0.371,53.912],[-0.376,53.913],[-0.38,53.912],[-0.384,53.909],[-0.384,53.906],[-0.381,53.904],[-0.383,53.901],[-0.392,53.899],[-0.395,53.896],[-0.396,53.892],[-0.394,53.888],[-0.395,53.885],[-0.397,53.884],[-0.403,53.884],[-0.407,53.885],[-0.408,53.882],[-0.399,53.878],[-0.398,53.874],[-0.4,53.867],[-0.397,53.861],[-0.393,53.856],[-0.393,53.854],[-0.396,53.848],[-0.399,53.846],[-0.4,53.844],[-0.394,53.84],[-0.386,53.84],[-0.381,53.835],[-0.38,53.832],[-0.381,53.827],[-0.377,53.825],[-0.37,53.825],[-0.368,53.824],[-0.364,53.819],[-0.358,53.817],[-0.354,53.814],[-0.354,53.809],[-0.349,53.809],[-0.346,53.811],[-0.339,53.811],[-0.322,53.812],[-0.316,53.813],[-0.304,53.799],[-0.302,53.797],[-0.291,53.791],[-0.278,53.782],[-0.273,53.783],[-0.268,53.785],[-0.266,53.782],[-0.258,53.783],[-0.258,53.781],[-0.252,53.781],[-0.253,53.775],[-0.254,53.773],[-0.254,53.763],[-0.251,53.762],[-0.25,53.76],[-0.246,53.76],[-0.244,53.756],[-0.242,53.755],[-0.243,53.751],[-0.246,53.749],[-0.245,53.745],[-0.247,53.741]]],[[[-0.411,53.924],[-0.418,53.923],[-0.424,53.925],[-0.428,53.929],[-0.433,53.929],[-0.436,53.927],[-0.442,53.93],[-0.451,53.932],[-0.451,53.934],[-0.458,53.935],[-0.482,53.935],[-0.486,53.935],[-0.491,53.935],[-0.489,53.939],[-0.499,53.938],[-0.5,53.935],[-0.505,53.937],[-0.506,53.939],[-0.51,53.94],[-0.519,53.94],[-0.525,53.939],[-0.526,53.942],[-0.537,53.941],[-0.547,53.939],[-0.553,53.941],[-0.578,53.941],[-0.602,53.937],[-0.615,53.937],[-0.629,53.935],[-0.626,53.928],[-0.632,53.925],[-0.638,53.924],[-0.644,53.922],[-0.643,53.919],[-0.64,53.916],[-0.636,53.913],[-0.634,53.913],[-0.626,53.908],[-0.617,53.905],[-0.615,53.906],[-0.603,53.9],[-0.6,53.894],[-0.595,53.889],[-0.595,53.887],[-0.592,53.883],[-0.592,53.88],[-0.589,53.878],[-0.586,53.869],[-0.581,53.861],[-0.58,53.858],[-0.577,53.852],[-0.573,53.849],[-0.581,53.846],[-0.587,53.845],[-0.596,53.842],[-0.603,53.839],[-0.609,53.839],[-0.624,53.836],[-0.635,53.835],[-0.641,53.836],[-0.637,53.833],[-0.638,53.831],[-0.642,53.83],[-0.642,53.826],[-0.645,53.824],[-0.647,53.821],[-0.651,53.818],[-0.65,53.816],[-0.639,53.813],[-0.631,53.811],[-0.631,53.809],[-0.627,53.808],[-0.633,53.805],[-0.63,53.803],[-0.621,53.802],[-0.618,53.799],[-0.616,53.799],[-0.589,53.801],[-0.581,53.803],[-0.573,53.806],[-0.568,53.808],[-0.559,53.811],[-0.554,53.814],[-0.548,53.815],[-0.539,53.807],[-0.538,53.801],[-0.533,53.802],[-0.526,53.805],[-0.518,53.803],[-0.514,53.804],[-0.51,53.807],[-0.504,53.808],[-0.497,53.808],[-0.485,53.81],[-0.476,53.812],[-0.47,53.816],[-0.462,53.817],[-0.45,53.818],[-0.444,53.82],[-0.436,53.821],[-0.432,53.82],[-0.433,53.818],[-0.437,53.815],[-0.429,53.814],[-0.427,53.809],[-0.428,53.806],[-0.427,53.804],[-0.423,53.805],[-0.417,53.805],[-0.41,53.805],[-0.398,53.804],[-0.386,53.802],[-0.381,53.802],[-0.381,53.804],[-0.376,53.804],[-0.375,53.808],[-0.37,53.809],[-0.366,53.804],[-0.365,53.804],[-0.358,53.805],[-0.354,53.809],[-0.355,53.815],[-0.358,53.818],[-0.364,53.819],[-0.369,53.824],[-0.377,53.825],[-0.382,53.827],[-0.381,53.832],[-0.381,53.835],[-0.384,53.838],[-0.387,53.84],[-0.395,53.84],[-0.4,53.843],[-0.4,53.846],[-0.396,53.848],[-0.393,53.854],[-0.4,53.866],[-0.399,53.874],[-0.399,53.878],[-0.408,53.882],[-0.407,53.885],[-0.403,53.884],[-0.395,53.885],[-0.394,53.888],[-0.396,53.892],[-0.396,53.896],[-0.392,53.9],[-0.383,53.902],[-0.382,53.904],[-0.385,53.906],[-0.384,53.91],[-0.387,53.911],[-0.394,53.919],[-0.398,53.92],[-0.399,53.921],[-0.411,53.924]]]]},"properties":{"Name":"Beverley and Holderness","ID":"E14001087"},"id":24}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.605,51.012],[0.601,51.01],[0.597,51.009],[0.592,51.01],[0.587,51.008],[0.585,51.006],[0.579,51.004],[0.576,51.005],[0.572,51.003],[0.567,51.004],[0.565,51.007],[0.562,51.008],[0.559,51.007],[0.548,51.009],[0.541,51.012],[0.541,51.017],[0.538,51.022],[0.529,51.021],[0.523,51.023],[0.515,51.023],[0.508,51.024],[0.504,51.028],[0.502,51.028],[0.497,51.031],[0.483,51.031],[0.48,51.029],[0.472,51.031],[0.466,51.034],[0.468,51.041],[0.467,51.043],[0.471,51.046],[0.471,51.049],[0.464,51.053],[0.462,51.055],[0.458,51.055],[0.453,51.057],[0.448,51.057],[0.447,51.058],[0.441,51.058],[0.438,51.06],[0.433,51.061],[0.428,51.063],[0.418,51.063],[0.416,51.065],[0.411,51.066],[0.409,51.069],[0.401,51.071],[0.401,51.073],[0.405,51.075],[0.407,51.08],[0.403,51.082],[0.396,51.083],[0.398,51.083],[0.392,51.077],[0.396,51.074],[0.391,51.073],[0.377,51.073],[0.367,51.068],[0.363,51.067],[0.361,51.065],[0.361,51.061],[0.357,51.058],[0.357,51.051],[0.358,51.046],[0.355,51.041],[0.355,51.031],[0.348,51.027],[0.348,51.022],[0.351,51.02],[0.352,51.018],[0.345,51.015],[0.342,51.016],[0.337,51.014],[0.331,51.014],[0.329,51.013],[0.33,51.01],[0.33,51.004],[0.323,51],[0.325,50.998],[0.322,50.993],[0.324,50.991],[0.323,50.987],[0.327,50.985],[0.329,50.981],[0.33,50.973],[0.328,50.97],[0.326,50.967],[0.324,50.964],[0.328,50.961],[0.335,50.961],[0.342,50.961],[0.344,50.958],[0.341,50.957],[0.336,50.953],[0.339,50.951],[0.338,50.948],[0.341,50.947],[0.344,50.944],[0.341,50.941],[0.343,50.939],[0.348,50.938],[0.351,50.939],[0.357,50.935],[0.361,50.936],[0.367,50.933],[0.367,50.931],[0.363,50.926],[0.363,50.923],[0.359,50.922],[0.358,50.917],[0.364,50.917],[0.364,50.914],[0.358,50.913],[0.361,50.909],[0.361,50.906],[0.363,50.903],[0.37,50.901],[0.374,50.898],[0.371,50.893],[0.367,50.89],[0.361,50.892],[0.359,50.891],[0.351,50.894],[0.346,50.892],[0.341,50.893],[0.339,50.899],[0.33,50.895],[0.323,50.894],[0.32,50.893],[0.317,50.894],[0.309,50.891],[0.307,50.888],[0.308,50.882],[0.307,50.879],[0.31,50.875],[0.309,50.874],[0.31,50.868],[0.308,50.864],[0.304,50.864],[0.304,50.859],[0.302,50.856],[0.298,50.856],[0.294,50.855],[0.296,50.851],[0.292,50.846],[0.294,50.844],[0.298,50.844],[0.301,50.84],[0.303,50.839],[0.311,50.839],[0.312,50.837],[0.31,50.832],[0.312,50.831],[0.309,50.827],[0.306,50.826],[0.308,50.82],[0.313,50.817],[0.313,50.813],[0.314,50.809],[0.318,50.807],[0.323,50.807],[0.327,50.805],[0.33,50.805],[0.334,50.802],[0.339,50.799],[0.344,50.804],[0.35,50.81],[0.363,50.816],[0.382,50.822],[0.412,50.83],[0.419,50.831],[0.44,50.833],[0.448,50.835],[0.455,50.835],[0.481,50.838],[0.486,50.839],[0.498,50.841],[0.503,50.843],[0.505,50.844],[0.506,50.847],[0.509,50.851],[0.512,50.849],[0.519,50.851],[0.522,50.857],[0.521,50.859],[0.518,50.861],[0.52,50.863],[0.519,50.865],[0.521,50.867],[0.522,50.869],[0.52,50.872],[0.52,50.877],[0.523,50.878],[0.525,50.881],[0.524,50.884],[0.529,50.89],[0.529,50.892],[0.533,50.893],[0.537,50.895],[0.546,50.892],[0.552,50.892],[0.556,50.894],[0.561,50.889],[0.566,50.889],[0.573,50.886],[0.581,50.884],[0.582,50.885],[0.591,50.884],[0.599,50.884],[0.604,50.879],[0.607,50.879],[0.613,50.881],[0.611,50.882],[0.615,50.885],[0.619,50.886],[0.619,50.888],[0.623,50.889],[0.622,50.892],[0.623,50.897],[0.628,50.902],[0.626,50.908],[0.621,50.906],[0.618,50.908],[0.621,50.919],[0.624,50.923],[0.625,50.928],[0.634,50.93],[0.641,50.931],[0.646,50.93],[0.652,50.931],[0.657,50.93],[0.665,50.932],[0.672,50.932],[0.677,50.929],[0.682,50.929],[0.687,50.93],[0.688,50.928],[0.692,50.929],[0.704,50.933],[0.709,50.934],[0.712,50.933],[0.72,50.937],[0.714,50.944],[0.712,50.946],[0.718,50.952],[0.718,50.954],[0.711,50.957],[0.705,50.954],[0.701,50.954],[0.691,50.95],[0.68,50.949],[0.676,50.947],[0.66,50.95],[0.651,50.949],[0.651,50.954],[0.649,50.957],[0.653,50.962],[0.658,50.964],[0.659,50.97],[0.659,50.978],[0.661,50.984],[0.668,50.99],[0.673,50.993],[0.673,50.994],[0.676,50.996],[0.681,51.002],[0.675,51.004],[0.671,51.01],[0.671,51.011],[0.665,51.016],[0.661,51.018],[0.658,51.017],[0.655,51.015],[0.646,51.015],[0.639,51.012],[0.636,51.012],[0.63,51.017],[0.627,51.018],[0.625,51.016],[0.616,51.015],[0.611,51.012],[0.605,51.012]]]},"properties":{"Name":"Bexhill and Battle","ID":"E14001088"},"id":25}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.203,51.458],[0.204,51.46],[0.21,51.463],[0.211,51.468],[0.208,51.471],[0.211,51.473],[0.212,51.476],[0.216,51.477],[0.218,51.48],[0.212,51.483],[0.209,51.482],[0.199,51.48],[0.19,51.48],[0.187,51.48],[0.182,51.478],[0.18,51.472],[0.177,51.473],[0.175,51.477],[0.167,51.477],[0.16,51.479],[0.154,51.479],[0.154,51.481],[0.143,51.48],[0.138,51.481],[0.138,51.483],[0.132,51.482],[0.13,51.483],[0.126,51.482],[0.122,51.483],[0.124,51.477],[0.118,51.479],[0.112,51.473],[0.119,51.472],[0.118,51.468],[0.123,51.466],[0.122,51.463],[0.124,51.462],[0.122,51.456],[0.123,51.453],[0.12,51.449],[0.13,51.448],[0.15,51.448],[0.153,51.448],[0.161,51.445],[0.168,51.443],[0.171,51.441],[0.173,51.443],[0.176,51.442],[0.179,51.443],[0.184,51.445],[0.191,51.449],[0.193,51.452],[0.198,51.452],[0.203,51.454],[0.203,51.458]]]},"properties":{"Name":"Bexleyheath and Crayford","ID":"E14001089"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.056,51.943],[-1.055,51.949],[-1.059,51.949],[-1.065,51.948],[-1.076,51.943],[-1.08,51.945],[-1.079,51.947],[-1.081,51.95],[-1.09,51.954],[-1.089,51.956],[-1.095,51.957],[-1.092,51.962],[-1.088,51.967],[-1.085,51.968],[-1.08,51.976],[-1.079,51.98],[-1.059,51.998],[-1.053,52.002],[-1.058,52.003],[-1.059,52.008],[-1.065,52.009],[-1.074,52.006],[-1.079,52.009],[-1.082,52.007],[-1.089,52.006],[-1.091,52.009],[-1.097,52.015],[-1.1,52.013],[-1.103,52.013],[-1.112,52.017],[-1.118,52.015],[-1.12,52.016],[-1.123,52.011],[-1.125,52.007],[-1.131,52.005],[-1.134,51.997],[-1.141,51.998],[-1.149,51.995],[-1.151,51.993],[-1.157,51.992],[-1.164,51.993],[-1.172,51.986],[-1.175,51.983],[-1.18,51.982],[-1.191,51.982],[-1.196,51.977],[-1.201,51.978],[-1.202,51.974],[-1.204,51.972],[-1.209,51.972],[-1.217,51.973],[-1.223,51.966],[-1.224,51.96],[-1.226,51.959],[-1.228,51.954],[-1.226,51.947],[-1.23,51.947],[-1.235,51.949],[-1.236,51.943],[-1.235,51.939],[-1.241,51.938],[-1.255,51.938],[-1.264,51.939],[-1.273,51.941],[-1.283,51.94],[-1.291,51.943],[-1.298,51.938],[-1.297,51.935],[-1.288,51.932],[-1.283,51.929],[-1.285,51.926],[-1.292,51.924],[-1.296,51.921],[-1.299,51.921],[-1.303,51.922],[-1.307,51.92],[-1.314,51.922],[-1.325,51.923],[-1.325,51.918],[-1.329,51.911],[-1.329,51.898],[-1.333,51.898],[-1.335,51.897],[-1.338,51.898],[-1.346,51.899],[-1.351,51.899],[-1.359,51.907],[-1.367,51.909],[-1.372,51.913],[-1.371,51.913],[-1.378,51.917],[-1.383,51.921],[-1.397,51.915],[-1.402,51.914],[-1.405,51.912],[-1.406,51.909],[-1.414,51.906],[-1.426,51.906],[-1.425,51.904],[-1.429,51.898],[-1.428,51.894],[-1.424,51.892],[-1.419,51.893],[-1.417,51.889],[-1.417,51.886],[-1.42,51.885],[-1.415,51.879],[-1.414,51.876],[-1.421,51.877],[-1.422,51.869],[-1.429,51.862],[-1.43,51.866],[-1.433,51.867],[-1.437,51.864],[-1.439,51.855],[-1.44,51.853],[-1.44,51.849],[-1.437,51.847],[-1.437,51.845],[-1.46,51.839],[-1.463,51.84],[-1.471,51.838],[-1.476,51.838],[-1.471,51.833],[-1.468,51.834],[-1.466,51.83],[-1.462,51.827],[-1.462,51.824],[-1.466,51.823],[-1.457,51.819],[-1.457,51.814],[-1.454,51.814],[-1.453,51.811],[-1.454,51.804],[-1.462,51.798],[-1.459,51.792],[-1.463,51.789],[-1.464,51.785],[-1.457,51.783],[-1.464,51.779],[-1.47,51.777],[-1.478,51.776],[-1.476,51.771],[-1.474,51.769],[-1.471,51.769],[-1.467,51.765],[-1.461,51.761],[-1.454,51.76],[-1.451,51.759],[-1.448,51.754],[-1.438,51.751],[-1.435,51.752],[-1.433,51.75],[-1.428,51.755],[-1.426,51.753],[-1.418,51.751],[-1.411,51.764],[-1.412,51.768],[-1.406,51.774],[-1.397,51.773],[-1.401,51.768],[-1.399,51.768],[-1.392,51.765],[-1.376,51.764],[-1.372,51.767],[-1.371,51.77],[-1.367,51.769],[-1.368,51.766],[-1.364,51.764],[-1.363,51.762],[-1.359,51.764],[-1.364,51.767],[-1.362,51.774],[-1.347,51.777],[-1.342,51.781],[-1.338,51.784],[-1.336,51.785],[-1.318,51.789],[-1.315,51.788],[-1.306,51.789],[-1.304,51.788],[-1.305,51.785],[-1.304,51.781],[-1.298,51.786],[-1.289,51.791],[-1.283,51.796],[-1.277,51.795],[-1.269,51.796],[-1.268,51.794],[-1.264,51.792],[-1.258,51.794],[-1.253,51.789],[-1.253,51.787],[-1.248,51.787],[-1.244,51.79],[-1.247,51.793],[-1.253,51.796],[-1.254,51.798],[-1.248,51.8],[-1.243,51.805],[-1.245,51.808],[-1.242,51.81],[-1.231,51.809],[-1.225,51.806],[-1.221,51.805],[-1.221,51.802],[-1.216,51.803],[-1.21,51.802],[-1.208,51.798],[-1.206,51.8],[-1.202,51.798],[-1.198,51.798],[-1.195,51.797],[-1.191,51.799],[-1.192,51.8],[-1.188,51.804],[-1.187,51.809],[-1.187,51.812],[-1.172,51.812],[-1.167,51.814],[-1.164,51.81],[-1.154,51.805],[-1.151,51.801],[-1.154,51.796],[-1.146,51.798],[-1.142,51.798],[-1.137,51.796],[-1.132,51.797],[-1.127,51.8],[-1.125,51.798],[-1.125,51.795],[-1.124,51.794],[-1.121,51.797],[-1.117,51.799],[-1.12,51.8],[-1.121,51.804],[-1.125,51.808],[-1.123,51.81],[-1.119,51.811],[-1.117,51.814],[-1.11,51.817],[-1.115,51.819],[-1.119,51.821],[-1.123,51.825],[-1.126,51.829],[-1.13,51.831],[-1.134,51.832],[-1.141,51.835],[-1.133,51.838],[-1.129,51.839],[-1.124,51.843],[-1.122,51.845],[-1.113,51.841],[-1.103,51.84],[-1.092,51.834],[-1.089,51.834],[-1.086,51.831],[-1.081,51.829],[-1.076,51.829],[-1.072,51.831],[-1.072,51.834],[-1.069,51.835],[-1.066,51.833],[-1.062,51.832],[-1.057,51.836],[-1.052,51.838],[-1.052,51.84],[-1.062,51.844],[-1.062,51.849],[-1.066,51.853],[-1.063,51.854],[-1.063,51.859],[-1.066,51.865],[-1.064,51.866],[-1.065,51.87],[-1.069,51.875],[-1.076,51.876],[-1.077,51.879],[-1.07,51.883],[-1.071,51.885],[-1.069,51.887],[-1.071,51.889],[-1.077,51.889],[-1.079,51.89],[-1.086,51.891],[-1.094,51.894],[-1.092,51.897],[-1.087,51.897],[-1.084,51.9],[-1.086,51.901],[-1.085,51.905],[-1.086,51.907],[-1.082,51.912],[-1.083,51.918],[-1.086,51.92],[-1.086,51.923],[-1.083,51.925],[-1.081,51.928],[-1.078,51.927],[-1.075,51.931],[-1.076,51.932],[-1.07,51.934],[-1.062,51.935],[-1.061,51.938],[-1.056,51.943]]]},"properties":{"Name":"Bicester and Woodstock","ID":"E14001090"},"id":27}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.013,53.402],[-3.022,53.401],[-3.026,53.403],[-3.032,53.405],[-3.041,53.403],[-3.045,53.404],[-3.053,53.41],[-3.053,53.411],[-3.065,53.416],[-3.075,53.414],[-3.083,53.41],[-3.086,53.408],[-3.088,53.404],[-3.089,53.4],[-3.086,53.388],[-3.086,53.386],[-3.083,53.383],[-3.074,53.377],[-3.072,53.372],[-3.07,53.365],[-3.066,53.361],[-3.044,53.347],[-3.039,53.344],[-3.029,53.342],[-3.021,53.338],[-3.014,53.341],[-3.014,53.344],[-3.017,53.346],[-3.007,53.347],[-2.999,53.35],[-3.006,53.364],[-2.999,53.365],[-2.999,53.368],[-2.995,53.368],[-3.001,53.374],[-2.999,53.376],[-3.003,53.378],[-3.007,53.383],[-3.008,53.394],[-3.013,53.402]]]},"properties":{"Name":"Birkenhead","ID":"E14001091"},"id":28}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.901,52.455],[-1.901,52.457],[-1.905,52.458],[-1.902,52.461],[-1.904,52.463],[-1.901,52.467],[-1.906,52.468],[-1.913,52.472],[-1.919,52.473],[-1.921,52.472],[-1.932,52.472],[-1.93,52.475],[-1.935,52.477],[-1.933,52.48],[-1.933,52.481],[-1.927,52.486],[-1.934,52.487],[-1.943,52.492],[-1.946,52.49],[-1.947,52.487],[-1.95,52.487],[-1.951,52.483],[-1.956,52.482],[-1.962,52.483],[-1.964,52.482],[-1.969,52.477],[-1.965,52.475],[-1.966,52.473],[-1.969,52.472],[-1.977,52.467],[-1.998,52.463],[-2.001,52.463],[-2.008,52.462],[-2.013,52.462],[-2.012,52.454],[-2.014,52.45],[-2.016,52.447],[-2.017,52.443],[-2.017,52.433],[-2.015,52.432],[-2.015,52.429],[-2.013,52.429],[-2.01,52.427],[-2.007,52.428],[-2.004,52.426],[-2.002,52.423],[-2.002,52.421],[-1.997,52.417],[-1.991,52.415],[-1.986,52.417],[-1.984,52.418],[-1.975,52.42],[-1.98,52.425],[-1.975,52.427],[-1.975,52.431],[-1.976,52.435],[-1.976,52.438],[-1.979,52.441],[-1.975,52.446],[-1.97,52.447],[-1.96,52.446],[-1.952,52.446],[-1.934,52.448],[-1.929,52.447],[-1.925,52.447],[-1.919,52.447],[-1.915,52.449],[-1.909,52.45],[-1.901,52.455]]]},"properties":{"Name":"Birmingham Edgbaston","ID":"E14001092"},"id":29}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.792,52.509],[-1.784,52.511],[-1.783,52.513],[-1.776,52.515],[-1.772,52.519],[-1.774,52.523],[-1.784,52.528],[-1.79,52.526],[-1.801,52.527],[-1.808,52.53],[-1.811,52.532],[-1.816,52.532],[-1.819,52.534],[-1.831,52.536],[-1.835,52.535],[-1.848,52.54],[-1.847,52.542],[-1.856,52.547],[-1.859,52.545],[-1.865,52.549],[-1.865,52.551],[-1.874,52.554],[-1.88,52.558],[-1.883,52.559],[-1.885,52.553],[-1.892,52.555],[-1.895,52.551],[-1.899,52.55],[-1.894,52.547],[-1.895,52.544],[-1.901,52.544],[-1.908,52.542],[-1.912,52.54],[-1.902,52.535],[-1.896,52.529],[-1.888,52.532],[-1.881,52.534],[-1.878,52.527],[-1.874,52.522],[-1.878,52.521],[-1.873,52.519],[-1.868,52.515],[-1.862,52.509],[-1.853,52.506],[-1.846,52.505],[-1.831,52.505],[-1.823,52.507],[-1.804,52.509],[-1.792,52.509]]]},"properties":{"Name":"Birmingham Erdington","ID":"E14001093"},"id":30}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.859,52.465],[-1.869,52.468],[-1.876,52.471],[-1.887,52.463],[-1.883,52.462],[-1.883,52.46],[-1.883,52.454],[-1.891,52.454],[-1.896,52.453],[-1.901,52.455],[-1.909,52.45],[-1.912,52.445],[-1.912,52.438],[-1.903,52.435],[-1.906,52.432],[-1.91,52.426],[-1.905,52.422],[-1.9,52.425],[-1.894,52.426],[-1.893,52.428],[-1.888,52.427],[-1.88,52.43],[-1.87,52.435],[-1.86,52.433],[-1.856,52.433],[-1.859,52.427],[-1.858,52.421],[-1.854,52.417],[-1.854,52.416],[-1.849,52.411],[-1.844,52.411],[-1.842,52.413],[-1.834,52.418],[-1.831,52.422],[-1.825,52.429],[-1.832,52.431],[-1.839,52.434],[-1.835,52.438],[-1.842,52.44],[-1.841,52.45],[-1.844,52.453],[-1.847,52.455],[-1.845,52.457],[-1.859,52.465]]]},"properties":{"Name":"Birmingham Hall Green and Moseley","ID":"E14001094"},"id":31}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.754,52.513],[-1.76,52.514],[-1.766,52.514],[-1.774,52.513],[-1.785,52.51],[-1.792,52.509],[-1.804,52.509],[-1.823,52.507],[-1.831,52.505],[-1.849,52.502],[-1.857,52.499],[-1.854,52.498],[-1.845,52.494],[-1.832,52.49],[-1.831,52.485],[-1.848,52.483],[-1.847,52.478],[-1.841,52.479],[-1.842,52.476],[-1.836,52.473],[-1.832,52.473],[-1.828,52.471],[-1.822,52.473],[-1.822,52.477],[-1.818,52.482],[-1.817,52.485],[-1.804,52.484],[-1.796,52.483],[-1.8,52.481],[-1.801,52.478],[-1.792,52.477],[-1.791,52.475],[-1.794,52.473],[-1.792,52.47],[-1.788,52.469],[-1.784,52.466],[-1.782,52.463],[-1.774,52.466],[-1.769,52.469],[-1.768,52.473],[-1.759,52.469],[-1.756,52.472],[-1.759,52.475],[-1.759,52.482],[-1.763,52.487],[-1.761,52.494],[-1.758,52.495],[-1.748,52.494],[-1.744,52.495],[-1.739,52.492],[-1.733,52.492],[-1.744,52.508],[-1.746,52.51],[-1.754,52.513]]]},"properties":{"Name":"Birmingham Hodge Hill and Solihull North","ID":"E14001095"},"id":32}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.862,52.509],[-1.868,52.51],[-1.873,52.509],[-1.88,52.506],[-1.884,52.502],[-1.886,52.499],[-1.897,52.5],[-1.903,52.499],[-1.906,52.5],[-1.915,52.497],[-1.924,52.501],[-1.942,52.505],[-1.951,52.502],[-1.938,52.498],[-1.944,52.496],[-1.946,52.493],[-1.943,52.492],[-1.934,52.487],[-1.927,52.486],[-1.933,52.481],[-1.933,52.48],[-1.935,52.477],[-1.93,52.475],[-1.932,52.472],[-1.921,52.472],[-1.919,52.473],[-1.913,52.472],[-1.906,52.468],[-1.901,52.467],[-1.904,52.463],[-1.902,52.461],[-1.905,52.458],[-1.901,52.457],[-1.901,52.455],[-1.896,52.453],[-1.891,52.454],[-1.883,52.454],[-1.883,52.46],[-1.883,52.462],[-1.887,52.463],[-1.876,52.471],[-1.869,52.468],[-1.859,52.465],[-1.858,52.467],[-1.854,52.468],[-1.858,52.469],[-1.855,52.473],[-1.842,52.476],[-1.841,52.479],[-1.847,52.478],[-1.848,52.483],[-1.831,52.485],[-1.832,52.49],[-1.845,52.494],[-1.854,52.498],[-1.857,52.499],[-1.849,52.502],[-1.831,52.505],[-1.846,52.505],[-1.853,52.506],[-1.862,52.509]]]},"properties":{"Name":"Birmingham Ladywood","ID":"E14001096"},"id":33}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.96,52.446],[-1.97,52.447],[-1.975,52.446],[-1.979,52.441],[-1.976,52.438],[-1.976,52.435],[-1.975,52.431],[-1.975,52.427],[-1.98,52.425],[-1.975,52.42],[-1.984,52.418],[-1.986,52.417],[-1.989,52.414],[-1.996,52.412],[-1.998,52.41],[-2.004,52.411],[-2.005,52.409],[-2.013,52.407],[-2.018,52.406],[-2.02,52.407],[-2.028,52.407],[-2.033,52.403],[-2.032,52.401],[-2.028,52.4],[-2.021,52.4],[-2.019,52.396],[-2.017,52.394],[-2.014,52.394],[-2.013,52.389],[-2.011,52.386],[-2.008,52.387],[-2.005,52.384],[-2.002,52.384],[-2,52.382],[-1.995,52.381],[-1.99,52.382],[-1.988,52.385],[-1.984,52.387],[-1.979,52.388],[-1.976,52.387],[-1.972,52.389],[-1.966,52.389],[-1.965,52.392],[-1.959,52.388],[-1.954,52.393],[-1.945,52.391],[-1.935,52.388],[-1.933,52.39],[-1.928,52.393],[-1.924,52.397],[-1.919,52.398],[-1.918,52.4],[-1.915,52.403],[-1.914,52.407],[-1.916,52.408],[-1.919,52.413],[-1.915,52.414],[-1.918,52.416],[-1.916,52.418],[-1.917,52.421],[-1.923,52.417],[-1.932,52.414],[-1.945,52.413],[-1.954,52.412],[-1.96,52.41],[-1.959,52.414],[-1.955,52.416],[-1.956,52.42],[-1.961,52.422],[-1.956,52.425],[-1.946,52.434],[-1.946,52.436],[-1.953,52.438],[-1.956,52.441],[-1.96,52.446]]]},"properties":{"Name":"Birmingham Northfield","ID":"E14001097"},"id":34}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.883,52.559],[-1.892,52.562],[-1.896,52.559],[-1.899,52.555],[-1.908,52.553],[-1.912,52.552],[-1.918,52.547],[-1.922,52.546],[-1.932,52.546],[-1.93,52.543],[-1.93,52.533],[-1.937,52.532],[-1.943,52.534],[-1.947,52.533],[-1.951,52.53],[-1.957,52.53],[-1.96,52.531],[-1.962,52.528],[-1.96,52.525],[-1.958,52.519],[-1.962,52.516],[-1.962,52.51],[-1.961,52.507],[-1.963,52.505],[-1.951,52.502],[-1.942,52.505],[-1.924,52.501],[-1.915,52.497],[-1.906,52.5],[-1.903,52.499],[-1.897,52.5],[-1.886,52.499],[-1.884,52.502],[-1.88,52.506],[-1.873,52.509],[-1.868,52.51],[-1.862,52.509],[-1.868,52.515],[-1.873,52.519],[-1.878,52.521],[-1.874,52.522],[-1.878,52.527],[-1.881,52.534],[-1.888,52.532],[-1.896,52.529],[-1.902,52.535],[-1.912,52.54],[-1.908,52.542],[-1.901,52.544],[-1.895,52.544],[-1.894,52.547],[-1.899,52.55],[-1.895,52.551],[-1.892,52.555],[-1.885,52.553],[-1.883,52.559]]]},"properties":{"Name":"Birmingham Perry Barr","ID":"E14001098"},"id":35}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.909,52.45],[-1.915,52.449],[-1.919,52.447],[-1.925,52.447],[-1.929,52.447],[-1.934,52.448],[-1.952,52.446],[-1.96,52.446],[-1.956,52.441],[-1.953,52.438],[-1.946,52.436],[-1.946,52.434],[-1.956,52.425],[-1.961,52.422],[-1.956,52.42],[-1.955,52.416],[-1.959,52.414],[-1.96,52.41],[-1.954,52.412],[-1.945,52.413],[-1.932,52.414],[-1.923,52.417],[-1.917,52.421],[-1.916,52.418],[-1.918,52.416],[-1.915,52.414],[-1.919,52.413],[-1.916,52.408],[-1.914,52.407],[-1.911,52.407],[-1.909,52.404],[-1.905,52.403],[-1.901,52.404],[-1.897,52.403],[-1.892,52.404],[-1.886,52.404],[-1.883,52.4],[-1.879,52.4],[-1.878,52.402],[-1.872,52.402],[-1.872,52.405],[-1.869,52.405],[-1.869,52.408],[-1.863,52.41],[-1.858,52.408],[-1.854,52.409],[-1.849,52.411],[-1.854,52.416],[-1.854,52.417],[-1.858,52.421],[-1.859,52.427],[-1.856,52.433],[-1.86,52.433],[-1.87,52.435],[-1.88,52.43],[-1.888,52.427],[-1.893,52.428],[-1.894,52.426],[-1.9,52.425],[-1.905,52.422],[-1.91,52.426],[-1.906,52.432],[-1.903,52.435],[-1.912,52.438],[-1.912,52.445],[-1.909,52.45]]]},"properties":{"Name":"Birmingham Selly Oak","ID":"E14001099"},"id":36}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.759,52.469],[-1.768,52.473],[-1.769,52.469],[-1.774,52.466],[-1.782,52.463],[-1.784,52.466],[-1.788,52.469],[-1.792,52.47],[-1.794,52.473],[-1.791,52.475],[-1.792,52.477],[-1.801,52.478],[-1.8,52.481],[-1.796,52.483],[-1.804,52.484],[-1.817,52.485],[-1.818,52.482],[-1.822,52.477],[-1.822,52.473],[-1.828,52.471],[-1.832,52.473],[-1.836,52.473],[-1.842,52.476],[-1.855,52.473],[-1.858,52.469],[-1.854,52.468],[-1.858,52.467],[-1.859,52.465],[-1.845,52.457],[-1.847,52.455],[-1.844,52.453],[-1.841,52.45],[-1.842,52.44],[-1.835,52.438],[-1.839,52.434],[-1.832,52.431],[-1.825,52.429],[-1.819,52.431],[-1.817,52.433],[-1.816,52.438],[-1.812,52.44],[-1.812,52.443],[-1.81,52.445],[-1.807,52.45],[-1.805,52.454],[-1.8,52.458],[-1.792,52.454],[-1.782,52.451],[-1.776,52.451],[-1.761,52.451],[-1.755,52.456],[-1.763,52.464],[-1.764,52.466],[-1.759,52.469]]]},"properties":{"Name":"Birmingham Yardley","ID":"E14001100"},"id":37}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.952,54.854],[-1.959,54.856],[-1.964,54.859],[-1.969,54.86],[-1.973,54.861],[-1.971,54.863],[-1.981,54.868],[-1.987,54.868],[-1.99,54.87],[-1.995,54.87],[-2.002,54.868],[-2.006,54.869],[-2.012,54.867],[-2.012,54.864],[-2.019,54.862],[-2.023,54.859],[-2.027,54.859],[-2.028,54.856],[-2.036,54.853],[-2.036,54.851],[-2.04,54.848],[-2.055,54.847],[-2.065,54.844],[-2.067,54.845],[-2.074,54.841],[-2.082,54.838],[-2.097,54.837],[-2.098,54.837],[-2.099,54.837],[-2.1,54.837],[-2.103,54.84],[-2.111,54.84],[-2.116,54.841],[-2.121,54.841],[-2.135,54.843],[-2.14,54.842],[-2.139,54.838],[-2.14,54.834],[-2.143,54.831],[-2.143,54.827],[-2.151,54.823],[-2.161,54.819],[-2.166,54.814],[-2.169,54.804],[-2.174,54.806],[-2.182,54.807],[-2.187,54.806],[-2.199,54.807],[-2.199,54.805],[-2.202,54.8],[-2.211,54.789],[-2.214,54.787],[-2.215,54.784],[-2.22,54.783],[-2.227,54.783],[-2.234,54.784],[-2.236,54.787],[-2.249,54.788],[-2.251,54.79],[-2.261,54.792],[-2.267,54.795],[-2.277,54.796],[-2.283,54.798],[-2.286,54.796],[-2.29,54.796],[-2.293,54.793],[-2.296,54.794],[-2.302,54.792],[-2.308,54.792],[-2.312,54.791],[-2.314,54.785],[-2.314,54.781],[-2.312,54.778],[-2.312,54.775],[-2.309,54.774],[-2.31,54.772],[-2.315,54.77],[-2.322,54.765],[-2.323,54.761],[-2.321,54.755],[-2.327,54.747],[-2.328,54.743],[-2.326,54.741],[-2.327,54.738],[-2.331,54.735],[-2.332,54.732],[-2.33,54.728],[-2.326,54.726],[-2.33,54.723],[-2.338,54.719],[-2.337,54.717],[-2.342,54.716],[-2.342,54.711],[-2.345,54.709],[-2.342,54.706],[-2.344,54.702],[-2.35,54.701],[-2.355,54.697],[-2.352,54.695],[-2.354,54.691],[-2.35,54.69],[-2.352,54.686],[-2.343,54.682],[-2.342,54.679],[-2.336,54.675],[-2.329,54.675],[-2.327,54.673],[-2.327,54.671],[-2.322,54.669],[-2.303,54.67],[-2.302,54.666],[-2.293,54.664],[-2.293,54.661],[-2.288,54.65],[-2.295,54.649],[-2.303,54.643],[-2.307,54.642],[-2.309,54.639],[-2.32,54.635],[-2.325,54.632],[-2.309,54.612],[-2.305,54.596],[-2.271,54.582],[-2.262,54.574],[-2.246,54.565],[-2.209,54.552],[-2.21,54.544],[-2.198,54.533],[-2.182,54.536],[-2.172,54.532],[-2.171,54.529],[-2.174,54.524],[-2.174,54.522],[-2.169,54.52],[-2.163,54.505],[-2.163,54.503],[-2.166,54.49],[-2.159,54.472],[-2.162,54.465],[-2.17,54.458],[-2.165,54.457],[-2.155,54.457],[-2.15,54.46],[-2.135,54.462],[-2.126,54.462],[-2.124,54.462],[-2.117,54.462],[-2.114,54.464],[-2.103,54.465],[-2.095,54.467],[-2.086,54.468],[-2.082,54.47],[-2.076,54.473],[-2.071,54.474],[-2.068,54.477],[-2.059,54.481],[-2.053,54.481],[-2.049,54.483],[-2.043,54.484],[-2.045,54.475],[-2.03,54.473],[-2.015,54.472],[-1.997,54.467],[-1.987,54.462],[-1.985,54.46],[-1.976,54.46],[-1.971,54.455],[-1.97,54.452],[-1.96,54.452],[-1.957,54.453],[-1.947,54.454],[-1.943,54.453],[-1.934,54.457],[-1.928,54.456],[-1.913,54.462],[-1.893,54.467],[-1.885,54.473],[-1.878,54.478],[-1.867,54.482],[-1.859,54.482],[-1.861,54.486],[-1.858,54.494],[-1.859,54.497],[-1.858,54.504],[-1.848,54.504],[-1.844,54.505],[-1.839,54.508],[-1.836,54.508],[-1.832,54.505],[-1.832,54.503],[-1.828,54.503],[-1.824,54.5],[-1.825,54.498],[-1.822,54.495],[-1.814,54.492],[-1.793,54.484],[-1.79,54.493],[-1.785,54.501],[-1.782,54.507],[-1.776,54.507],[-1.778,54.516],[-1.776,54.519],[-1.777,54.525],[-1.782,54.527],[-1.78,54.532],[-1.773,54.533],[-1.767,54.532],[-1.765,54.53],[-1.761,54.529],[-1.754,54.529],[-1.752,54.53],[-1.748,54.529],[-1.744,54.53],[-1.733,54.528],[-1.731,54.531],[-1.727,54.53],[-1.722,54.542],[-1.72,54.542],[-1.715,54.539],[-1.705,54.537],[-1.697,54.536],[-1.699,54.541],[-1.698,54.544],[-1.704,54.545],[-1.705,54.549],[-1.701,54.55],[-1.701,54.553],[-1.698,54.556],[-1.697,54.558],[-1.702,54.558],[-1.709,54.563],[-1.71,54.565],[-1.708,54.569],[-1.704,54.572],[-1.709,54.574],[-1.703,54.582],[-1.7,54.584],[-1.694,54.585],[-1.694,54.587],[-1.679,54.586],[-1.681,54.597],[-1.681,54.606],[-1.682,54.618],[-1.673,54.617],[-1.663,54.616],[-1.657,54.615],[-1.65,54.618],[-1.642,54.619],[-1.641,54.617],[-1.631,54.616],[-1.631,54.618],[-1.619,54.619],[-1.619,54.623],[-1.616,54.633],[-1.614,54.634],[-1.613,54.639],[-1.606,54.639],[-1.605,54.644],[-1.611,54.644],[-1.61,54.651],[-1.61,54.655],[-1.609,54.66],[-1.607,54.662],[-1.604,54.662],[-1.602,54.666],[-1.606,54.676],[-1.603,54.676],[-1.605,54.68],[-1.622,54.676],[-1.629,54.677],[-1.629,54.678],[-1.636,54.677],[-1.637,54.68],[-1.643,54.684],[-1.65,54.686],[-1.656,54.687],[-1.664,54.693],[-1.675,54.7],[-1.678,54.704],[-1.683,54.705],[-1.686,54.705],[-1.692,54.701],[-1.691,54.695],[-1.693,54.692],[-1.687,54.692],[-1.677,54.692],[-1.677,54.687],[-1.682,54.686],[-1.683,54.683],[-1.685,54.679],[-1.683,54.673],[-1.69,54.674],[-1.694,54.673],[-1.704,54.674],[-1.711,54.68],[-1.725,54.686],[-1.723,54.688],[-1.72,54.694],[-1.73,54.7],[-1.729,54.704],[-1.722,54.702],[-1.715,54.7],[-1.71,54.701],[-1.709,54.704],[-1.714,54.706],[-1.712,54.712],[-1.706,54.714],[-1.709,54.715],[-1.716,54.721],[-1.722,54.722],[-1.729,54.724],[-1.736,54.728],[-1.727,54.729],[-1.735,54.731],[-1.739,54.738],[-1.74,54.743],[-1.733,54.746],[-1.734,54.748],[-1.731,54.75],[-1.729,54.757],[-1.73,54.758],[-1.744,54.76],[-1.753,54.758],[-1.759,54.756],[-1.76,54.755],[-1.768,54.754],[-1.769,54.752],[-1.78,54.751],[-1.783,54.751],[-1.788,54.75],[-1.792,54.75],[-1.794,54.747],[-1.8,54.747],[-1.807,54.747],[-1.81,54.752],[-1.832,54.756],[-1.841,54.757],[-1.859,54.771],[-1.865,54.773],[-1.873,54.774],[-1.881,54.778],[-1.901,54.791],[-1.916,54.797],[-1.926,54.794],[-1.945,54.797],[-1.954,54.786],[-1.975,54.771],[-1.985,54.773],[-1.992,54.776],[-1.995,54.781],[-2.005,54.791],[-2.005,54.795],[-2.011,54.795],[-2.018,54.797],[-2.025,54.799],[-2.03,54.798],[-2.032,54.8],[-2.032,54.806],[-2.029,54.808],[-2.027,54.812],[-2.03,54.816],[-2.028,54.819],[-2.022,54.822],[-2.019,54.822],[-2.016,54.827],[-2.006,54.832],[-2.004,54.834],[-1.992,54.836],[-1.988,54.838],[-1.986,54.84],[-1.981,54.842],[-1.968,54.843],[-1.964,54.846],[-1.959,54.848],[-1.958,54.85],[-1.954,54.85],[-1.952,54.854]]]},"properties":{"Name":"Bishop Auckland","ID":"E14001101"},"id":38}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.466,53.781],[-2.469,53.782],[-2.474,53.78],[-2.477,53.781],[-2.481,53.774],[-2.487,53.773],[-2.499,53.769],[-2.505,53.77],[-2.51,53.769],[-2.511,53.767],[-2.526,53.76],[-2.53,53.76],[-2.534,53.759],[-2.54,53.76],[-2.546,53.759],[-2.549,53.758],[-2.552,53.755],[-2.554,53.75],[-2.558,53.749],[-2.562,53.747],[-2.564,53.739],[-2.557,53.735],[-2.555,53.725],[-2.551,53.727],[-2.546,53.725],[-2.547,53.722],[-2.541,53.72],[-2.539,53.715],[-2.526,53.713],[-2.508,53.713],[-2.504,53.715],[-2.502,53.721],[-2.5,53.72],[-2.496,53.724],[-2.496,53.726],[-2.492,53.728],[-2.485,53.722],[-2.483,53.722],[-2.48,53.726],[-2.475,53.727],[-2.471,53.727],[-2.466,53.729],[-2.462,53.724],[-2.458,53.725],[-2.456,53.722],[-2.46,53.721],[-2.458,53.717],[-2.453,53.72],[-2.443,53.728],[-2.439,53.732],[-2.44,53.733],[-2.44,53.739],[-2.442,53.745],[-2.439,53.748],[-2.441,53.75],[-2.447,53.755],[-2.451,53.756],[-2.452,53.761],[-2.448,53.766],[-2.454,53.771],[-2.454,53.773],[-2.46,53.778],[-2.466,53.781]]]},"properties":{"Name":"Blackburn","ID":"E14001102"},"id":39}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.172,53.555],[-2.177,53.554],[-2.179,53.555],[-2.181,53.551],[-2.183,53.548],[-2.187,53.55],[-2.192,53.549],[-2.191,53.547],[-2.199,53.547],[-2.198,53.55],[-2.204,53.553],[-2.208,53.552],[-2.212,53.552],[-2.214,53.554],[-2.222,53.552],[-2.23,53.548],[-2.236,53.548],[-2.234,53.542],[-2.237,53.539],[-2.245,53.543],[-2.251,53.545],[-2.26,53.543],[-2.268,53.538],[-2.269,53.536],[-2.266,53.531],[-2.266,53.527],[-2.264,53.525],[-2.257,53.527],[-2.247,53.529],[-2.249,53.525],[-2.251,53.524],[-2.257,53.518],[-2.251,53.517],[-2.247,53.514],[-2.245,53.512],[-2.244,53.51],[-2.239,53.511],[-2.233,53.509],[-2.227,53.502],[-2.226,53.498],[-2.229,53.496],[-2.23,53.493],[-2.226,53.492],[-2.222,53.496],[-2.217,53.495],[-2.212,53.497],[-2.196,53.502],[-2.184,53.507],[-2.178,53.507],[-2.174,53.509],[-2.173,53.512],[-2.169,53.514],[-2.162,53.513],[-2.156,53.516],[-2.155,53.518],[-2.159,53.522],[-2.165,53.52],[-2.17,53.524],[-2.172,53.527],[-2.186,53.529],[-2.176,53.538],[-2.169,53.546],[-2.17,53.551],[-2.172,53.552],[-2.172,53.555]]]},"properties":{"Name":"Blackley and Middleton South","ID":"E14001103"},"id":40}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.978,53.862],[-2.978,53.866],[-2.979,53.871],[-2.972,53.872],[-2.969,53.874],[-2.971,53.877],[-2.976,53.88],[-2.993,53.885],[-3,53.891],[-3.003,53.895],[-3.007,53.902],[-3.006,53.903],[-3.006,53.912],[-3.006,53.919],[-3.009,53.918],[-3.013,53.92],[-3.006,53.921],[-3.004,53.924],[-3.006,53.928],[-3.009,53.929],[-3.014,53.929],[-3.018,53.927],[-3.026,53.926],[-3.032,53.927],[-3.045,53.923],[-3.049,53.921],[-3.051,53.918],[-3.051,53.909],[-3.048,53.898],[-3.047,53.888],[-3.049,53.866],[-3.051,53.857],[-3.054,53.85],[-3.056,53.841],[-3.05,53.841],[-3.049,53.839],[-3.044,53.839],[-3.041,53.835],[-3.04,53.829],[-3.02,53.841],[-3.015,53.843],[-3.018,53.845],[-3.018,53.848],[-3.009,53.852],[-3.007,53.85],[-2.997,53.852],[-2.995,53.861],[-2.989,53.858],[-2.984,53.857],[-2.982,53.858],[-2.979,53.859],[-2.978,53.862]]]},"properties":{"Name":"Blackpool North and Fleetwood","ID":"E14001104"},"id":41}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.02,53.841],[-3.04,53.829],[-3.041,53.835],[-3.044,53.839],[-3.049,53.839],[-3.05,53.841],[-3.056,53.841],[-3.057,53.832],[-3.056,53.822],[-3.057,53.819],[-3.056,53.807],[-3.057,53.796],[-3.059,53.794],[-3.059,53.784],[-3.057,53.777],[-3.033,53.781],[-3.029,53.773],[-3.016,53.775],[-3.01,53.774],[-2.996,53.775],[-3.006,53.788],[-3.004,53.791],[-2.999,53.794],[-2.99,53.794],[-2.983,53.794],[-2.987,53.799],[-2.99,53.8],[-2.987,53.802],[-2.992,53.808],[-2.995,53.815],[-2.995,53.818],[-2.998,53.819],[-3.003,53.823],[-3.009,53.825],[-3.013,53.829],[-3.009,53.83],[-3.007,53.833],[-3.01,53.837],[-3.016,53.841],[-3.016,53.838],[-3.019,53.837],[-3.02,53.841]]]},"properties":{"Name":"Blackpool South","ID":"E14001105"},"id":42}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.687,54.956],[-1.685,54.957],[-1.684,54.96],[-1.68,54.964],[-1.69,54.966],[-1.697,54.969],[-1.701,54.97],[-1.706,54.97],[-1.71,54.966],[-1.719,54.967],[-1.727,54.97],[-1.728,54.975],[-1.747,54.981],[-1.753,54.982],[-1.764,54.98],[-1.776,54.981],[-1.785,54.985],[-1.793,54.983],[-1.801,54.979],[-1.813,54.976],[-1.812,54.971],[-1.816,54.969],[-1.816,54.967],[-1.822,54.966],[-1.825,54.962],[-1.823,54.956],[-1.831,54.955],[-1.834,54.951],[-1.831,54.947],[-1.831,54.944],[-1.825,54.941],[-1.825,54.939],[-1.827,54.937],[-1.826,54.934],[-1.827,54.93],[-1.833,54.931],[-1.841,54.93],[-1.846,54.924],[-1.853,54.917],[-1.848,54.914],[-1.845,54.914],[-1.834,54.912],[-1.828,54.91],[-1.821,54.906],[-1.823,54.905],[-1.828,54.905],[-1.831,54.902],[-1.839,54.897],[-1.845,54.897],[-1.845,54.894],[-1.848,54.89],[-1.854,54.891],[-1.855,54.889],[-1.851,54.885],[-1.854,54.88],[-1.86,54.878],[-1.86,54.869],[-1.862,54.866],[-1.867,54.864],[-1.871,54.86],[-1.868,54.857],[-1.867,54.854],[-1.868,54.853],[-1.87,54.851],[-1.881,54.847],[-1.882,54.844],[-1.879,54.844],[-1.878,54.841],[-1.874,54.841],[-1.877,54.837],[-1.872,54.835],[-1.866,54.838],[-1.86,54.835],[-1.853,54.835],[-1.847,54.839],[-1.84,54.837],[-1.83,54.838],[-1.823,54.837],[-1.817,54.834],[-1.815,54.831],[-1.809,54.828],[-1.807,54.832],[-1.807,54.836],[-1.801,54.841],[-1.796,54.838],[-1.791,54.836],[-1.783,54.842],[-1.78,54.845],[-1.776,54.847],[-1.777,54.85],[-1.774,54.852],[-1.773,54.858],[-1.768,54.866],[-1.766,54.867],[-1.763,54.871],[-1.76,54.874],[-1.75,54.872],[-1.751,54.875],[-1.75,54.878],[-1.746,54.883],[-1.744,54.888],[-1.741,54.889],[-1.734,54.888],[-1.729,54.894],[-1.724,54.895],[-1.717,54.898],[-1.715,54.9],[-1.711,54.9],[-1.707,54.904],[-1.71,54.907],[-1.701,54.908],[-1.698,54.906],[-1.699,54.909],[-1.71,54.909],[-1.716,54.908],[-1.725,54.909],[-1.728,54.91],[-1.728,54.913],[-1.731,54.917],[-1.737,54.919],[-1.736,54.924],[-1.73,54.923],[-1.726,54.929],[-1.718,54.933],[-1.723,54.936],[-1.718,54.938],[-1.714,54.936],[-1.711,54.938],[-1.71,54.942],[-1.707,54.943],[-1.706,54.946],[-1.7,54.947],[-1.699,54.949],[-1.696,54.953],[-1.692,54.956],[-1.689,54.956],[-1.687,54.956]]]},"properties":{"Name":"Blaydon and Consett","ID":"E14001106"},"id":43}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.495,55.102],[-1.498,55.108],[-1.498,55.113],[-1.498,55.116],[-1.499,55.12],[-1.497,55.124],[-1.5,55.128],[-1.51,55.132],[-1.511,55.132],[-1.521,55.136],[-1.529,55.136],[-1.537,55.134],[-1.545,55.134],[-1.549,55.136],[-1.538,55.137],[-1.535,55.139],[-1.532,55.139],[-1.519,55.143],[-1.518,55.139],[-1.516,55.136],[-1.508,55.134],[-1.507,55.135],[-1.516,55.143],[-1.521,55.15],[-1.525,55.158],[-1.525,55.163],[-1.521,55.17],[-1.515,55.174],[-1.515,55.179],[-1.512,55.184],[-1.508,55.185],[-1.502,55.184],[-1.501,55.187],[-1.505,55.193],[-1.503,55.196],[-1.504,55.198],[-1.511,55.199],[-1.516,55.204],[-1.519,55.207],[-1.532,55.206],[-1.543,55.206],[-1.552,55.205],[-1.554,55.207],[-1.558,55.203],[-1.563,55.207],[-1.569,55.202],[-1.574,55.202],[-1.586,55.204],[-1.59,55.206],[-1.597,55.201],[-1.606,55.199],[-1.61,55.199],[-1.611,55.198],[-1.616,55.198],[-1.617,55.194],[-1.621,55.193],[-1.625,55.191],[-1.628,55.192],[-1.637,55.19],[-1.637,55.187],[-1.636,55.182],[-1.634,55.179],[-1.641,55.176],[-1.647,55.174],[-1.651,55.171],[-1.648,55.169],[-1.638,55.17],[-1.632,55.17],[-1.632,55.168],[-1.636,55.166],[-1.637,55.164],[-1.634,55.161],[-1.635,55.154],[-1.625,55.151],[-1.621,55.151],[-1.632,55.146],[-1.64,55.145],[-1.65,55.139],[-1.647,55.133],[-1.651,55.129],[-1.648,55.124],[-1.64,55.121],[-1.642,55.12],[-1.638,55.116],[-1.635,55.117],[-1.634,55.116],[-1.63,55.114],[-1.627,55.114],[-1.621,55.113],[-1.617,55.114],[-1.616,55.111],[-1.613,55.111],[-1.611,55.115],[-1.607,55.116],[-1.604,55.114],[-1.603,55.111],[-1.597,55.111],[-1.586,55.113],[-1.584,55.117],[-1.579,55.116],[-1.581,55.114],[-1.577,55.112],[-1.577,55.108],[-1.57,55.104],[-1.566,55.104],[-1.567,55.099],[-1.555,55.101],[-1.546,55.104],[-1.541,55.104],[-1.533,55.102],[-1.529,55.097],[-1.521,55.098],[-1.506,55.098],[-1.502,55.1],[-1.5,55.102],[-1.495,55.102]]]},"properties":{"Name":"Blyth and Ashington","ID":"E14001107"},"id":44}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.516,50.826],[-0.521,50.827],[-0.522,50.828],[-0.528,50.83],[-0.538,50.831],[-0.54,50.83],[-0.556,50.829],[-0.564,50.828],[-0.567,50.829],[-0.572,50.829],[-0.576,50.827],[-0.573,50.824],[-0.574,50.82],[-0.571,50.816],[-0.566,50.819],[-0.561,50.818],[-0.559,50.812],[-0.552,50.811],[-0.545,50.808],[-0.542,50.802],[-0.538,50.802],[-0.523,50.802],[-0.495,50.803],[-0.495,50.808],[-0.493,50.812],[-0.49,50.814],[-0.489,50.818],[-0.501,50.818],[-0.51,50.821],[-0.515,50.823],[-0.516,50.826]]],[[[-0.569,50.832],[-0.576,50.832],[-0.584,50.832],[-0.592,50.831],[-0.6,50.832],[-0.609,50.831],[-0.61,50.834],[-0.617,50.832],[-0.623,50.833],[-0.624,50.83],[-0.62,50.829],[-0.622,50.826],[-0.626,50.825],[-0.631,50.823],[-0.633,50.819],[-0.638,50.817],[-0.644,50.814],[-0.636,50.809],[-0.63,50.807],[-0.629,50.803],[-0.633,50.802],[-0.635,50.8],[-0.639,50.8],[-0.644,50.802],[-0.65,50.803],[-0.655,50.804],[-0.658,50.799],[-0.661,50.797],[-0.665,50.797],[-0.671,50.798],[-0.674,50.8],[-0.687,50.799],[-0.691,50.798],[-0.692,50.794],[-0.696,50.793],[-0.704,50.793],[-0.708,50.79],[-0.717,50.789],[-0.72,50.788],[-0.725,50.787],[-0.728,50.78],[-0.728,50.779],[-0.731,50.774],[-0.728,50.771],[-0.719,50.774],[-0.694,50.779],[-0.682,50.78],[-0.656,50.784],[-0.653,50.786],[-0.648,50.787],[-0.63,50.788],[-0.617,50.791],[-0.605,50.791],[-0.593,50.792],[-0.588,50.795],[-0.58,50.795],[-0.569,50.798],[-0.56,50.8],[-0.551,50.8],[-0.542,50.8],[-0.545,50.806],[-0.552,50.811],[-0.557,50.811],[-0.561,50.813],[-0.562,50.818],[-0.566,50.819],[-0.572,50.816],[-0.574,50.82],[-0.573,50.823],[-0.576,50.826],[-0.574,50.829],[-0.568,50.829],[-0.569,50.832]]]]},"properties":{"Name":"Bognor Regis and Littlehampton","ID":"E14001108"},"id":45}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.282,53.309],[-1.292,53.309],[-1.3,53.312],[-1.305,53.313],[-1.315,53.311],[-1.319,53.31],[-1.322,53.309],[-1.316,53.305],[-1.316,53.302],[-1.311,53.298],[-1.313,53.297],[-1.324,53.294],[-1.322,53.289],[-1.319,53.286],[-1.316,53.281],[-1.309,53.275],[-1.306,53.274],[-1.304,53.27],[-1.302,53.267],[-1.303,53.263],[-1.309,53.263],[-1.317,53.263],[-1.322,53.261],[-1.323,53.26],[-1.331,53.257],[-1.324,53.253],[-1.323,53.241],[-1.319,53.24],[-1.326,53.236],[-1.332,53.237],[-1.332,53.242],[-1.339,53.242],[-1.347,53.24],[-1.351,53.246],[-1.362,53.245],[-1.366,53.243],[-1.375,53.241],[-1.38,53.244],[-1.392,53.237],[-1.394,53.234],[-1.401,53.234],[-1.396,53.227],[-1.398,53.225],[-1.396,53.223],[-1.391,53.219],[-1.386,53.217],[-1.383,53.215],[-1.382,53.212],[-1.383,53.21],[-1.389,53.211],[-1.384,53.205],[-1.383,53.201],[-1.381,53.199],[-1.377,53.198],[-1.374,53.196],[-1.371,53.196],[-1.369,53.195],[-1.368,53.191],[-1.371,53.19],[-1.367,53.186],[-1.361,53.184],[-1.365,53.181],[-1.371,53.181],[-1.377,53.174],[-1.385,53.173],[-1.39,53.171],[-1.396,53.167],[-1.393,53.164],[-1.393,53.158],[-1.397,53.159],[-1.4,53.158],[-1.401,53.152],[-1.408,53.152],[-1.41,53.155],[-1.414,53.155],[-1.419,53.152],[-1.424,53.151],[-1.43,53.155],[-1.437,53.155],[-1.441,53.157],[-1.444,53.159],[-1.449,53.159],[-1.453,53.164],[-1.455,53.162],[-1.456,53.154],[-1.454,53.15],[-1.458,53.143],[-1.456,53.141],[-1.46,53.137],[-1.465,53.137],[-1.466,53.132],[-1.468,53.129],[-1.466,53.127],[-1.469,53.125],[-1.47,53.12],[-1.465,53.114],[-1.465,53.111],[-1.461,53.11],[-1.46,53.108],[-1.456,53.11],[-1.453,53.107],[-1.448,53.104],[-1.434,53.106],[-1.427,53.105],[-1.424,53.103],[-1.419,53.106],[-1.413,53.106],[-1.409,53.107],[-1.403,53.107],[-1.395,53.105],[-1.387,53.106],[-1.379,53.109],[-1.373,53.108],[-1.373,53.104],[-1.37,53.102],[-1.37,53.099],[-1.364,53.096],[-1.365,53.093],[-1.353,53.086],[-1.344,53.086],[-1.332,53.081],[-1.326,53.084],[-1.322,53.085],[-1.308,53.086],[-1.303,53.089],[-1.309,53.095],[-1.307,53.099],[-1.302,53.101],[-1.304,53.103],[-1.309,53.108],[-1.312,53.109],[-1.31,53.113],[-1.312,53.116],[-1.311,53.118],[-1.315,53.126],[-1.32,53.128],[-1.322,53.131],[-1.318,53.135],[-1.315,53.136],[-1.318,53.138],[-1.321,53.143],[-1.322,53.151],[-1.326,53.158],[-1.323,53.16],[-1.323,53.162],[-1.319,53.163],[-1.317,53.165],[-1.313,53.164],[-1.308,53.163],[-1.304,53.165],[-1.301,53.164],[-1.3,53.168],[-1.298,53.169],[-1.296,53.171],[-1.289,53.171],[-1.281,53.167],[-1.275,53.168],[-1.268,53.168],[-1.262,53.167],[-1.259,53.164],[-1.254,53.165],[-1.25,53.168],[-1.249,53.171],[-1.245,53.173],[-1.245,53.175],[-1.239,53.179],[-1.23,53.178],[-1.223,53.18],[-1.218,53.179],[-1.216,53.181],[-1.21,53.181],[-1.202,53.182],[-1.197,53.185],[-1.195,53.189],[-1.197,53.195],[-1.202,53.199],[-1.201,53.204],[-1.203,53.208],[-1.208,53.212],[-1.211,53.216],[-1.209,53.218],[-1.209,53.224],[-1.206,53.227],[-1.205,53.231],[-1.202,53.235],[-1.205,53.237],[-1.205,53.239],[-1.21,53.241],[-1.213,53.248],[-1.209,53.25],[-1.208,53.253],[-1.201,53.262],[-1.189,53.264],[-1.183,53.265],[-1.179,53.264],[-1.176,53.267],[-1.182,53.269],[-1.177,53.274],[-1.173,53.274],[-1.171,53.276],[-1.166,53.278],[-1.175,53.282],[-1.177,53.284],[-1.179,53.289],[-1.176,53.29],[-1.172,53.295],[-1.174,53.296],[-1.175,53.299],[-1.174,53.303],[-1.18,53.306],[-1.187,53.304],[-1.191,53.307],[-1.2,53.311],[-1.203,53.307],[-1.203,53.304],[-1.211,53.305],[-1.22,53.304],[-1.23,53.309],[-1.237,53.306],[-1.242,53.302],[-1.248,53.303],[-1.254,53.302],[-1.264,53.305],[-1.268,53.306],[-1.27,53.309],[-1.274,53.311],[-1.276,53.309],[-1.282,53.309]]]},"properties":{"Name":"Bolsover","ID":"E14001109"},"id":46}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.379,53.631],[-2.383,53.631],[-2.386,53.633],[-2.398,53.632],[-2.401,53.629],[-2.401,53.625],[-2.409,53.625],[-2.416,53.624],[-2.422,53.624],[-2.426,53.627],[-2.426,53.635],[-2.431,53.638],[-2.433,53.641],[-2.439,53.646],[-2.443,53.642],[-2.45,53.641],[-2.448,53.637],[-2.449,53.635],[-2.449,53.631],[-2.451,53.628],[-2.456,53.627],[-2.454,53.622],[-2.46,53.62],[-2.464,53.622],[-2.47,53.62],[-2.473,53.617],[-2.471,53.614],[-2.465,53.612],[-2.459,53.61],[-2.454,53.604],[-2.446,53.598],[-2.452,53.597],[-2.451,53.589],[-2.456,53.585],[-2.454,53.58],[-2.458,53.579],[-2.452,53.575],[-2.456,53.574],[-2.444,53.576],[-2.431,53.576],[-2.429,53.576],[-2.43,53.58],[-2.422,53.58],[-2.42,53.577],[-2.415,53.57],[-2.404,53.567],[-2.407,53.563],[-2.404,53.562],[-2.399,53.563],[-2.392,53.562],[-2.39,53.558],[-2.386,53.558],[-2.379,53.556],[-2.383,53.551],[-2.378,53.552],[-2.374,53.554],[-2.367,53.553],[-2.363,53.556],[-2.361,53.553],[-2.358,53.553],[-2.356,53.557],[-2.357,53.563],[-2.361,53.568],[-2.366,53.569],[-2.369,53.57],[-2.373,53.57],[-2.373,53.573],[-2.374,53.58],[-2.377,53.582],[-2.375,53.59],[-2.377,53.593],[-2.369,53.596],[-2.369,53.597],[-2.367,53.6],[-2.364,53.606],[-2.365,53.609],[-2.363,53.61],[-2.369,53.616],[-2.374,53.616],[-2.378,53.621],[-2.378,53.623],[-2.383,53.626],[-2.379,53.627],[-2.379,53.631]]]},"properties":{"Name":"Bolton North East","ID":"E14001110"},"id":47}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.374,53.554],[-2.378,53.552],[-2.383,53.551],[-2.379,53.556],[-2.386,53.558],[-2.39,53.558],[-2.392,53.562],[-2.399,53.563],[-2.404,53.562],[-2.407,53.563],[-2.404,53.567],[-2.415,53.57],[-2.42,53.577],[-2.422,53.58],[-2.43,53.58],[-2.429,53.576],[-2.431,53.576],[-2.444,53.576],[-2.456,53.574],[-2.464,53.574],[-2.465,53.572],[-2.462,53.57],[-2.462,53.567],[-2.454,53.562],[-2.447,53.561],[-2.451,53.559],[-2.449,53.557],[-2.442,53.554],[-2.435,53.55],[-2.437,53.547],[-2.436,53.542],[-2.441,53.538],[-2.442,53.534],[-2.448,53.528],[-2.451,53.529],[-2.454,53.526],[-2.432,53.522],[-2.422,53.52],[-2.415,53.515],[-2.415,53.512],[-2.392,53.512],[-2.379,53.514],[-2.37,53.513],[-2.369,53.516],[-2.366,53.52],[-2.362,53.523],[-2.354,53.525],[-2.354,53.526],[-2.351,53.53],[-2.354,53.53],[-2.351,53.536],[-2.346,53.537],[-2.343,53.537],[-2.338,53.534],[-2.337,53.536],[-2.344,53.545],[-2.348,53.548],[-2.367,53.552],[-2.374,53.554]]]},"properties":{"Name":"Bolton South and Walkden","ID":"E14001111"},"id":48}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.473,53.617],[-2.479,53.617],[-2.497,53.623],[-2.508,53.625],[-2.511,53.627],[-2.522,53.62],[-2.534,53.615],[-2.539,53.611],[-2.552,53.608],[-2.553,53.605],[-2.556,53.604],[-2.56,53.599],[-2.569,53.596],[-2.575,53.595],[-2.58,53.601],[-2.585,53.606],[-2.592,53.61],[-2.596,53.611],[-2.598,53.609],[-2.603,53.609],[-2.615,53.603],[-2.617,53.596],[-2.62,53.594],[-2.626,53.594],[-2.629,53.591],[-2.625,53.589],[-2.618,53.591],[-2.612,53.59],[-2.606,53.588],[-2.596,53.589],[-2.595,53.588],[-2.585,53.585],[-2.582,53.583],[-2.578,53.581],[-2.579,53.578],[-2.575,53.577],[-2.573,53.574],[-2.568,53.572],[-2.566,53.569],[-2.569,53.565],[-2.563,53.563],[-2.563,53.558],[-2.56,53.555],[-2.564,53.551],[-2.567,53.551],[-2.569,53.548],[-2.563,53.547],[-2.559,53.546],[-2.559,53.542],[-2.562,53.54],[-2.56,53.538],[-2.556,53.538],[-2.551,53.535],[-2.544,53.533],[-2.542,53.531],[-2.536,53.528],[-2.534,53.523],[-2.529,53.523],[-2.528,53.526],[-2.524,53.526],[-2.523,53.527],[-2.522,53.527],[-2.521,53.527],[-2.521,53.528],[-2.521,53.527],[-2.52,53.528],[-2.519,53.528],[-2.518,53.529],[-2.517,53.529],[-2.515,53.531],[-2.516,53.536],[-2.513,53.536],[-2.51,53.534],[-2.507,53.539],[-2.499,53.538],[-2.496,53.537],[-2.49,53.536],[-2.49,53.535],[-2.482,53.533],[-2.478,53.534],[-2.466,53.531],[-2.462,53.531],[-2.451,53.529],[-2.448,53.528],[-2.442,53.534],[-2.441,53.538],[-2.436,53.542],[-2.437,53.547],[-2.435,53.55],[-2.442,53.554],[-2.449,53.557],[-2.451,53.559],[-2.447,53.561],[-2.454,53.562],[-2.462,53.567],[-2.462,53.57],[-2.465,53.572],[-2.464,53.574],[-2.456,53.574],[-2.452,53.575],[-2.458,53.579],[-2.454,53.58],[-2.456,53.585],[-2.451,53.589],[-2.452,53.597],[-2.446,53.598],[-2.454,53.604],[-2.459,53.61],[-2.465,53.612],[-2.471,53.614],[-2.473,53.617]]]},"properties":{"Name":"Bolton West","ID":"E14001112"},"id":49}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.952,53.491],[-2.956,53.493],[-2.964,53.495],[-2.971,53.496],[-2.98,53.497],[-2.989,53.49],[-2.997,53.494],[-3,53.492],[-3.004,53.488],[-3.008,53.488],[-3.014,53.495],[-3.024,53.493],[-3.033,53.487],[-3.038,53.486],[-3.034,53.482],[-3.043,53.478],[-3.04,53.474],[-3.038,53.468],[-3.041,53.466],[-3.028,53.455],[-3.024,53.456],[-3.021,53.454],[-3.01,53.441],[-3.009,53.438],[-2.994,53.442],[-2.993,53.44],[-2.975,53.443],[-2.976,53.445],[-2.973,53.447],[-2.974,53.45],[-2.972,53.452],[-2.972,53.456],[-2.974,53.463],[-2.967,53.468],[-2.96,53.468],[-2.959,53.474],[-2.957,53.475],[-2.957,53.476],[-2.957,53.477],[-2.953,53.484],[-2.95,53.489],[-2.952,53.491]]]},"properties":{"Name":"Bootle","ID":"E14001113"},"id":50}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.069,52.864],[-0.066,52.863],[-0.059,52.864],[-0.04,52.868],[-0.035,52.87],[-0.037,52.872],[-0.062,52.866],[-0.069,52.864]]],[[[-0.07,52.864],[-0.065,52.866],[-0.039,52.872],[-0.029,52.876],[0.011,52.893],[0.027,52.899],[0.036,52.903],[0.038,52.906],[0.047,52.912],[0.053,52.916],[0.054,52.919],[0.057,52.92],[0.066,52.924],[0.071,52.93],[0.062,52.93],[0.05,52.931],[0.04,52.933],[0.032,52.937],[0.026,52.938],[0.023,52.94],[0.011,52.95],[0.003,52.956],[-0.01,52.967],[-0.009,52.967],[-0.001,52.96],[0.001,52.959],[0.005,52.955],[0.013,52.95],[0.025,52.94],[0.032,52.938],[0.041,52.934],[0.051,52.931],[0.058,52.931],[0.069,52.931],[0.078,52.934],[0.078,52.939],[0.081,52.946],[0.083,52.947],[0.084,52.95],[0.089,52.953],[0.094,52.958],[0.093,52.959],[0.097,52.961],[0.1,52.965],[0.107,52.966],[0.108,52.969],[0.111,52.971],[0.115,52.976],[0.126,52.985],[0.129,52.99],[0.133,52.991],[0.136,52.995],[0.145,53],[0.15,53.004],[0.151,53.008],[0.16,53.011],[0.162,53.012],[0.17,53.017],[0.173,53.02],[0.179,53.021],[0.184,53.024],[0.186,53.027],[0.194,53.028],[0.198,53.032],[0.206,53.034],[0.209,53.035],[0.212,53.036],[0.216,53.037],[0.228,53.042],[0.231,53.043],[0.234,53.045],[0.239,53.046],[0.248,53.051],[0.251,53.053],[0.258,53.056],[0.269,53.063],[0.272,53.067],[0.287,53.075],[0.29,53.078],[0.292,53.078],[0.297,53.081],[0.309,53.086],[0.319,53.092],[0.326,53.09],[0.33,53.09],[0.332,53.087],[0.336,53.09],[0.339,53.1],[0.337,53.101],[0.34,53.104],[0.345,53.105],[0.348,53.109],[0.349,53.114],[0.347,53.127],[0.348,53.135],[0.349,53.138],[0.349,53.149],[0.349,53.154],[0.351,53.159],[0.352,53.17],[0.354,53.179],[0.354,53.184],[0.356,53.186],[0.355,53.192],[0.351,53.199],[0.351,53.202],[0.343,53.216],[0.34,53.221],[0.339,53.235],[0.337,53.24],[0.33,53.253],[0.327,53.257],[0.322,53.266],[0.301,53.264],[0.289,53.262],[0.277,53.26],[0.272,53.256],[0.269,53.256],[0.262,53.257],[0.247,53.255],[0.241,53.253],[0.243,53.25],[0.236,53.241],[0.228,53.238],[0.22,53.236],[0.213,53.242],[0.204,53.238],[0.197,53.242],[0.193,53.244],[0.191,53.248],[0.192,53.251],[0.183,53.249],[0.175,53.248],[0.174,53.25],[0.166,53.252],[0.164,53.255],[0.161,53.257],[0.155,53.257],[0.147,53.254],[0.139,53.249],[0.133,53.248],[0.125,53.251],[0.111,53.252],[0.109,53.249],[0.108,53.244],[0.106,53.239],[0.115,53.234],[0.112,53.23],[0.115,53.224],[0.114,53.22],[0.119,53.22],[0.122,53.219],[0.131,53.217],[0.128,53.215],[0.128,53.212],[0.125,53.211],[0.123,53.207],[0.123,53.203],[0.125,53.202],[0.12,53.195],[0.131,53.194],[0.13,53.191],[0.122,53.185],[0.119,53.181],[0.121,53.179],[0.128,53.176],[0.129,53.17],[0.132,53.169],[0.131,53.166],[0.135,53.163],[0.127,53.161],[0.127,53.157],[0.13,53.157],[0.132,53.15],[0.132,53.144],[0.136,53.137],[0.14,53.133],[0.141,53.129],[0.105,53.12],[0.104,53.127],[0.089,53.126],[0.09,53.121],[0.075,53.121],[0.072,53.111],[0.051,53.115],[0.049,53.109],[0.035,53.111],[0.032,53.103],[0.014,53.104],[0.016,53.106],[0.012,53.11],[0.009,53.108],[0.004,53.108],[0.003,53.105],[-0.004,53.106],[0,53.117],[-0.021,53.114],[-0.023,53.119],[-0.034,53.118],[-0.037,53.126],[-0.05,53.124],[-0.04,53.112],[-0.048,53.112],[-0.049,53.114],[-0.059,53.114],[-0.065,53.108],[-0.07,53.104],[-0.068,53.087],[-0.077,53.086],[-0.076,53.082],[-0.095,53.081],[-0.095,53.079],[-0.1,53.079],[-0.103,53.069],[-0.115,53.068],[-0.11,53.059],[-0.1,53.045],[-0.108,53.041],[-0.119,53.049],[-0.13,53.048],[-0.129,53.046],[-0.138,53.046],[-0.141,53.04],[-0.136,53.038],[-0.138,53.037],[-0.136,53.035],[-0.138,53.03],[-0.164,53.05],[-0.189,53.063],[-0.196,53.07],[-0.199,53.07],[-0.211,53.07],[-0.214,53.062],[-0.218,53.052],[-0.22,53.048],[-0.218,53.045],[-0.22,53.039],[-0.223,53.035],[-0.225,53.03],[-0.223,53.028],[-0.216,53.024],[-0.213,53.021],[-0.215,53.018],[-0.21,53.015],[-0.207,53.011],[-0.204,53.009],[-0.202,53.006],[-0.194,52.998],[-0.19,52.996],[-0.197,52.989],[-0.199,52.985],[-0.199,52.982],[-0.201,52.977],[-0.216,52.961],[-0.224,52.956],[-0.247,52.929],[-0.241,52.927],[-0.23,52.925],[-0.214,52.924],[-0.202,52.921],[-0.198,52.918],[-0.188,52.917],[-0.184,52.915],[-0.18,52.915],[-0.176,52.918],[-0.172,52.916],[-0.168,52.912],[-0.157,52.912],[-0.154,52.908],[-0.151,52.906],[-0.149,52.901],[-0.149,52.897],[-0.152,52.894],[-0.145,52.891],[-0.144,52.887],[-0.142,52.885],[-0.138,52.885],[-0.134,52.886],[-0.127,52.881],[-0.122,52.883],[-0.119,52.882],[-0.117,52.88],[-0.112,52.878],[-0.108,52.877],[-0.104,52.877],[-0.099,52.874],[-0.095,52.867],[-0.09,52.866],[-0.085,52.865],[-0.08,52.867],[-0.07,52.864]]]]},"properties":{"Name":"Boston and Skegness","ID":"E14001114"},"id":51}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.806,50.741],[-1.815,50.743],[-1.815,50.748],[-1.817,50.754],[-1.814,50.755],[-1.817,50.757],[-1.832,50.758],[-1.837,50.759],[-1.844,50.763],[-1.843,50.764],[-1.848,50.771],[-1.852,50.773],[-1.856,50.773],[-1.857,50.77],[-1.864,50.764],[-1.868,50.763],[-1.875,50.765],[-1.875,50.762],[-1.879,50.757],[-1.88,50.755],[-1.883,50.753],[-1.877,50.752],[-1.878,50.749],[-1.864,50.746],[-1.862,50.744],[-1.865,50.737],[-1.874,50.732],[-1.866,50.727],[-1.862,50.726],[-1.861,50.722],[-1.866,50.72],[-1.865,50.717],[-1.858,50.718],[-1.83,50.721],[-1.816,50.721],[-1.804,50.721],[-1.769,50.716],[-1.755,50.714],[-1.749,50.712],[-1.745,50.714],[-1.744,50.718],[-1.752,50.719],[-1.759,50.718],[-1.761,50.72],[-1.767,50.722],[-1.769,50.724],[-1.769,50.727],[-1.776,50.73],[-1.779,50.729],[-1.784,50.73],[-1.788,50.729],[-1.794,50.731],[-1.792,50.733],[-1.796,50.739],[-1.801,50.739],[-1.804,50.74],[-1.806,50.741]]]},"properties":{"Name":"Bournemouth East","ID":"E14001115"},"id":52}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.875,50.765],[-1.875,50.767],[-1.878,50.77],[-1.886,50.772],[-1.887,50.776],[-1.894,50.78],[-1.899,50.778],[-1.906,50.777],[-1.91,50.775],[-1.91,50.774],[-1.917,50.772],[-1.924,50.764],[-1.925,50.759],[-1.932,50.754],[-1.938,50.757],[-1.939,50.757],[-1.941,50.752],[-1.946,50.749],[-1.943,50.746],[-1.927,50.738],[-1.927,50.737],[-1.93,50.733],[-1.927,50.731],[-1.927,50.729],[-1.906,50.724],[-1.908,50.716],[-1.903,50.713],[-1.903,50.709],[-1.888,50.713],[-1.865,50.717],[-1.866,50.72],[-1.861,50.722],[-1.862,50.726],[-1.866,50.727],[-1.874,50.732],[-1.865,50.737],[-1.862,50.744],[-1.864,50.746],[-1.878,50.749],[-1.877,50.752],[-1.883,50.753],[-1.88,50.755],[-1.879,50.757],[-1.875,50.762],[-1.875,50.765]]]},"properties":{"Name":"Bournemouth West","ID":"E14001116"},"id":53}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.735,51.365],[-0.727,51.385],[-0.732,51.39],[-0.734,51.391],[-0.728,51.394],[-0.728,51.396],[-0.724,51.4],[-0.721,51.405],[-0.718,51.415],[-0.721,51.417],[-0.721,51.419],[-0.725,51.423],[-0.721,51.424],[-0.722,51.426],[-0.724,51.431],[-0.728,51.431],[-0.731,51.428],[-0.733,51.427],[-0.741,51.429],[-0.755,51.43],[-0.766,51.426],[-0.768,51.424],[-0.778,51.422],[-0.774,51.42],[-0.774,51.419],[-0.771,51.417],[-0.775,51.412],[-0.776,51.409],[-0.783,51.41],[-0.791,51.405],[-0.801,51.404],[-0.798,51.396],[-0.796,51.393],[-0.789,51.372],[-0.809,51.371],[-0.815,51.37],[-0.827,51.364],[-0.832,51.358],[-0.835,51.354],[-0.837,51.353],[-0.831,51.353],[-0.826,51.352],[-0.825,51.35],[-0.819,51.349],[-0.814,51.345],[-0.814,51.342],[-0.809,51.341],[-0.798,51.342],[-0.793,51.34],[-0.787,51.339],[-0.783,51.336],[-0.775,51.332],[-0.773,51.333],[-0.768,51.336],[-0.765,51.337],[-0.762,51.34],[-0.758,51.341],[-0.759,51.343],[-0.754,51.346],[-0.748,51.352],[-0.744,51.355],[-0.739,51.36],[-0.735,51.365]]]},"properties":{"Name":"Bracknell","ID":"E14001117"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.703,53.836],[-1.704,53.842],[-1.701,53.845],[-1.696,53.847],[-1.693,53.853],[-1.695,53.858],[-1.702,53.858],[-1.71,53.864],[-1.709,53.859],[-1.712,53.856],[-1.712,53.854],[-1.715,53.852],[-1.718,53.853],[-1.723,53.856],[-1.728,53.857],[-1.733,53.855],[-1.744,53.849],[-1.748,53.846],[-1.753,53.843],[-1.751,53.841],[-1.747,53.839],[-1.749,53.836],[-1.747,53.832],[-1.744,53.829],[-1.738,53.829],[-1.734,53.826],[-1.737,53.824],[-1.743,53.825],[-1.745,53.823],[-1.755,53.817],[-1.758,53.818],[-1.768,53.819],[-1.76,53.809],[-1.757,53.804],[-1.756,53.801],[-1.752,53.803],[-1.745,53.798],[-1.743,53.793],[-1.746,53.791],[-1.754,53.789],[-1.754,53.786],[-1.758,53.782],[-1.771,53.784],[-1.776,53.781],[-1.78,53.781],[-1.778,53.777],[-1.771,53.775],[-1.762,53.772],[-1.759,53.774],[-1.756,53.771],[-1.749,53.772],[-1.748,53.769],[-1.744,53.768],[-1.736,53.77],[-1.73,53.773],[-1.728,53.776],[-1.721,53.777],[-1.714,53.783],[-1.719,53.785],[-1.723,53.784],[-1.726,53.787],[-1.733,53.787],[-1.732,53.789],[-1.713,53.792],[-1.71,53.793],[-1.704,53.802],[-1.707,53.804],[-1.706,53.807],[-1.708,53.81],[-1.707,53.813],[-1.708,53.814],[-1.705,53.823],[-1.707,53.829],[-1.704,53.833],[-1.703,53.836]]]},"properties":{"Name":"Bradford East","ID":"E14001118"},"id":55}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.78,53.781],[-1.786,53.783],[-1.784,53.786],[-1.787,53.789],[-1.782,53.791],[-1.784,53.795],[-1.791,53.795],[-1.799,53.794],[-1.8,53.79],[-1.803,53.787],[-1.803,53.784],[-1.8,53.783],[-1.805,53.78],[-1.806,53.777],[-1.811,53.777],[-1.813,53.775],[-1.818,53.775],[-1.818,53.777],[-1.824,53.777],[-1.827,53.774],[-1.833,53.776],[-1.842,53.775],[-1.846,53.772],[-1.85,53.773],[-1.852,53.775],[-1.852,53.778],[-1.845,53.779],[-1.843,53.781],[-1.852,53.786],[-1.859,53.784],[-1.864,53.785],[-1.868,53.783],[-1.873,53.779],[-1.872,53.775],[-1.873,53.771],[-1.872,53.762],[-1.869,53.758],[-1.87,53.755],[-1.865,53.751],[-1.86,53.752],[-1.855,53.751],[-1.851,53.753],[-1.846,53.753],[-1.844,53.755],[-1.84,53.756],[-1.836,53.759],[-1.834,53.759],[-1.831,53.762],[-1.822,53.764],[-1.815,53.764],[-1.811,53.764],[-1.802,53.759],[-1.801,53.755],[-1.795,53.753],[-1.794,53.749],[-1.796,53.748],[-1.793,53.745],[-1.786,53.742],[-1.785,53.74],[-1.78,53.738],[-1.779,53.736],[-1.779,53.731],[-1.775,53.727],[-1.77,53.726],[-1.764,53.73],[-1.761,53.735],[-1.746,53.734],[-1.747,53.738],[-1.746,53.742],[-1.747,53.747],[-1.741,53.748],[-1.734,53.748],[-1.728,53.753],[-1.726,53.756],[-1.722,53.759],[-1.711,53.763],[-1.709,53.762],[-1.705,53.765],[-1.702,53.764],[-1.694,53.761],[-1.682,53.756],[-1.673,53.762],[-1.67,53.762],[-1.665,53.764],[-1.663,53.767],[-1.656,53.767],[-1.653,53.767],[-1.646,53.771],[-1.641,53.774],[-1.641,53.78],[-1.644,53.78],[-1.665,53.78],[-1.668,53.779],[-1.676,53.78],[-1.683,53.786],[-1.693,53.784],[-1.701,53.783],[-1.712,53.783],[-1.708,53.787],[-1.708,53.79],[-1.71,53.793],[-1.713,53.792],[-1.732,53.789],[-1.733,53.787],[-1.726,53.787],[-1.723,53.784],[-1.719,53.785],[-1.714,53.783],[-1.721,53.777],[-1.728,53.776],[-1.73,53.773],[-1.736,53.77],[-1.744,53.768],[-1.748,53.769],[-1.749,53.772],[-1.756,53.771],[-1.759,53.774],[-1.762,53.772],[-1.771,53.775],[-1.778,53.777],[-1.78,53.781]]]},"properties":{"Name":"Bradford South","ID":"E14001119"},"id":56}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.768,53.819],[-1.774,53.827],[-1.777,53.824],[-1.78,53.826],[-1.784,53.825],[-1.788,53.826],[-1.793,53.826],[-1.799,53.827],[-1.806,53.824],[-1.809,53.825],[-1.816,53.823],[-1.817,53.824],[-1.823,53.822],[-1.829,53.822],[-1.833,53.82],[-1.837,53.821],[-1.842,53.818],[-1.846,53.818],[-1.85,53.812],[-1.854,53.811],[-1.855,53.813],[-1.867,53.812],[-1.87,53.809],[-1.876,53.808],[-1.882,53.809],[-1.882,53.808],[-1.872,53.799],[-1.868,53.797],[-1.872,53.794],[-1.884,53.79],[-1.886,53.787],[-1.895,53.784],[-1.896,53.781],[-1.889,53.781],[-1.888,53.78],[-1.881,53.78],[-1.873,53.779],[-1.868,53.783],[-1.864,53.785],[-1.859,53.784],[-1.852,53.786],[-1.843,53.781],[-1.845,53.779],[-1.852,53.778],[-1.852,53.775],[-1.85,53.773],[-1.846,53.772],[-1.842,53.775],[-1.833,53.776],[-1.827,53.774],[-1.824,53.777],[-1.818,53.777],[-1.818,53.775],[-1.813,53.775],[-1.811,53.777],[-1.806,53.777],[-1.805,53.78],[-1.8,53.783],[-1.803,53.784],[-1.803,53.787],[-1.8,53.79],[-1.799,53.794],[-1.791,53.795],[-1.784,53.795],[-1.782,53.791],[-1.787,53.789],[-1.784,53.786],[-1.786,53.783],[-1.78,53.781],[-1.776,53.781],[-1.771,53.784],[-1.758,53.782],[-1.754,53.786],[-1.754,53.789],[-1.746,53.791],[-1.743,53.793],[-1.745,53.798],[-1.752,53.803],[-1.756,53.801],[-1.757,53.804],[-1.76,53.809],[-1.768,53.819]]]},"properties":{"Name":"Bradford West","ID":"E14001120"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.781,51.967],[0.776,51.967],[0.774,51.971],[0.773,51.979],[0.775,51.983],[0.771,51.982],[0.767,51.984],[0.76,51.985],[0.76,51.987],[0.763,51.991],[0.76,51.995],[0.761,51.998],[0.757,51.999],[0.752,51.999],[0.75,52],[0.75,52.003],[0.749,52.006],[0.742,52.008],[0.738,52.012],[0.742,52.016],[0.742,52.02],[0.743,52.023],[0.741,52.025],[0.741,52.03],[0.737,52.032],[0.72,52.028],[0.714,52.027],[0.707,52.03],[0.709,52.033],[0.712,52.035],[0.704,52.036],[0.703,52.038],[0.699,52.037],[0.697,52.039],[0.697,52.043],[0.7,52.048],[0.704,52.047],[0.713,52.049],[0.716,52.049],[0.716,52.051],[0.711,52.054],[0.707,52.06],[0.704,52.063],[0.704,52.066],[0.71,52.067],[0.711,52.069],[0.712,52.072],[0.706,52.074],[0.707,52.077],[0.701,52.08],[0.693,52.079],[0.69,52.08],[0.688,52.086],[0.684,52.087],[0.681,52.086],[0.679,52.084],[0.674,52.085],[0.673,52.086],[0.665,52.086],[0.66,52.084],[0.657,52.085],[0.652,52.083],[0.642,52.086],[0.634,52.086],[0.632,52.082],[0.628,52.082],[0.626,52.079],[0.62,52.079],[0.62,52.077],[0.612,52.079],[0.608,52.081],[0.604,52.079],[0.604,52.077],[0.595,52.075],[0.59,52.075],[0.583,52.074],[0.576,52.073],[0.576,52.071],[0.572,52.069],[0.566,52.071],[0.562,52.071],[0.555,52.069],[0.552,52.069],[0.55,52.067],[0.55,52.064],[0.546,52.06],[0.542,52.058],[0.539,52.058],[0.534,52.06],[0.53,52.059],[0.523,52.057],[0.519,52.057],[0.517,52.059],[0.511,52.06],[0.505,52.055],[0.501,52.054],[0.5,52.057],[0.495,52.057],[0.49,52.06],[0.487,52.064],[0.49,52.067],[0.483,52.072],[0.475,52.074],[0.471,52.073],[0.47,52.076],[0.465,52.077],[0.458,52.076],[0.462,52.072],[0.454,52.071],[0.452,52.068],[0.444,52.069],[0.445,52.072],[0.438,52.072],[0.435,52.069],[0.429,52.068],[0.421,52.066],[0.419,52.065],[0.409,52.064],[0.405,52.066],[0.404,52.064],[0.399,52.064],[0.396,52.061],[0.39,52.06],[0.382,52.051],[0.38,52.05],[0.383,52.046],[0.388,52.044],[0.388,52.041],[0.39,52.036],[0.386,52.036],[0.381,52.037],[0.378,52.036],[0.372,52.037],[0.367,52.04],[0.364,52.044],[0.356,52.04],[0.353,52.04],[0.347,52.038],[0.345,52.04],[0.341,52.039],[0.332,52.033],[0.323,52.027],[0.314,52.024],[0.309,52.023],[0.308,52.02],[0.311,52.018],[0.313,52.014],[0.318,52.01],[0.326,52.006],[0.327,52.002],[0.331,51.999],[0.336,51.998],[0.341,51.998],[0.342,51.988],[0.343,51.979],[0.345,51.975],[0.352,51.972],[0.354,51.97],[0.359,51.968],[0.368,51.964],[0.376,51.962],[0.382,51.959],[0.383,51.957],[0.389,51.955],[0.392,51.951],[0.394,51.952],[0.396,51.95],[0.394,51.947],[0.392,51.939],[0.398,51.937],[0.402,51.937],[0.408,51.934],[0.413,51.93],[0.411,51.927],[0.412,51.923],[0.403,51.922],[0.4,51.919],[0.394,51.917],[0.393,51.915],[0.399,51.914],[0.402,51.912],[0.404,51.908],[0.402,51.904],[0.394,51.906],[0.389,51.903],[0.385,51.902],[0.388,51.898],[0.393,51.892],[0.4,51.886],[0.405,51.885],[0.412,51.886],[0.416,51.881],[0.42,51.88],[0.425,51.876],[0.43,51.868],[0.421,51.861],[0.421,51.86],[0.418,51.857],[0.424,51.854],[0.425,51.851],[0.424,51.846],[0.428,51.838],[0.431,51.836],[0.431,51.832],[0.435,51.831],[0.44,51.832],[0.443,51.829],[0.447,51.829],[0.45,51.831],[0.451,51.834],[0.459,51.835],[0.462,51.835],[0.466,51.839],[0.469,51.84],[0.475,51.84],[0.486,51.84],[0.489,51.843],[0.5,51.846],[0.507,51.848],[0.511,51.848],[0.518,51.849],[0.519,51.85],[0.525,51.849],[0.52,51.844],[0.524,51.84],[0.529,51.837],[0.53,51.83],[0.533,51.832],[0.532,51.838],[0.541,51.838],[0.542,51.84],[0.55,51.841],[0.557,51.844],[0.562,51.846],[0.568,51.847],[0.575,51.849],[0.574,51.853],[0.568,51.858],[0.566,51.865],[0.576,51.867],[0.58,51.869],[0.584,51.871],[0.584,51.877],[0.588,51.879],[0.588,51.883],[0.591,51.886],[0.586,51.891],[0.59,51.896],[0.588,51.898],[0.591,51.9],[0.592,51.902],[0.594,51.905],[0.59,51.905],[0.595,51.909],[0.594,51.912],[0.6,51.918],[0.601,51.922],[0.608,51.921],[0.609,51.919],[0.627,51.916],[0.63,51.916],[0.634,51.913],[0.639,51.914],[0.64,51.91],[0.645,51.907],[0.655,51.908],[0.66,51.905],[0.663,51.908],[0.667,51.909],[0.662,51.913],[0.659,51.918],[0.666,51.92],[0.669,51.922],[0.676,51.923],[0.68,51.927],[0.673,51.928],[0.673,51.932],[0.669,51.933],[0.668,51.935],[0.662,51.937],[0.66,51.939],[0.661,51.942],[0.663,51.947],[0.665,51.949],[0.666,51.952],[0.671,51.952],[0.67,51.954],[0.664,51.956],[0.665,51.957],[0.67,51.959],[0.668,51.962],[0.669,51.964],[0.674,51.967],[0.676,51.966],[0.678,51.97],[0.678,51.975],[0.675,51.975],[0.675,51.981],[0.677,51.983],[0.682,51.983],[0.686,51.984],[0.687,51.989],[0.695,51.987],[0.696,51.985],[0.691,51.983],[0.695,51.981],[0.697,51.985],[0.7,51.984],[0.705,51.981],[0.707,51.976],[0.71,51.974],[0.708,51.972],[0.71,51.968],[0.72,51.965],[0.725,51.961],[0.724,51.958],[0.726,51.955],[0.731,51.953],[0.737,51.956],[0.741,51.955],[0.745,51.956],[0.75,51.955],[0.756,51.953],[0.764,51.954],[0.768,51.958],[0.768,51.962],[0.773,51.96],[0.778,51.961],[0.782,51.963],[0.781,51.967]]]},"properties":{"Name":"Braintree","ID":"E14001121"},"id":58}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.232,51.571],[-0.235,51.573],[-0.242,51.573],[-0.247,51.571],[-0.25,51.569],[-0.253,51.573],[-0.251,51.573],[-0.255,51.58],[-0.254,51.581],[-0.249,51.585],[-0.253,51.589],[-0.262,51.596],[-0.268,51.595],[-0.266,51.592],[-0.266,51.59],[-0.27,51.588],[-0.272,51.586],[-0.266,51.584],[-0.267,51.583],[-0.274,51.581],[-0.278,51.58],[-0.272,51.57],[-0.268,51.568],[-0.265,51.566],[-0.261,51.564],[-0.265,51.562],[-0.265,51.559],[-0.268,51.556],[-0.266,51.553],[-0.269,51.551],[-0.269,51.549],[-0.272,51.546],[-0.275,51.544],[-0.279,51.539],[-0.282,51.538],[-0.278,51.535],[-0.279,51.533],[-0.284,51.534],[-0.289,51.532],[-0.286,51.529],[-0.281,51.528],[-0.267,51.531],[-0.26,51.535],[-0.256,51.534],[-0.257,51.541],[-0.251,51.541],[-0.246,51.543],[-0.242,51.539],[-0.238,51.54],[-0.231,51.537],[-0.228,51.536],[-0.222,51.537],[-0.219,51.539],[-0.215,51.537],[-0.207,51.543],[-0.202,51.545],[-0.207,51.55],[-0.213,51.555],[-0.222,51.563],[-0.232,51.571]]]},"properties":{"Name":"Brent East","ID":"E14001122"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.278,51.58],[-0.282,51.584],[-0.284,51.585],[-0.294,51.587],[-0.303,51.587],[-0.307,51.587],[-0.314,51.584],[-0.317,51.582],[-0.323,51.579],[-0.327,51.579],[-0.325,51.574],[-0.324,51.572],[-0.322,51.57],[-0.329,51.566],[-0.328,51.563],[-0.331,51.562],[-0.336,51.557],[-0.328,51.555],[-0.318,51.552],[-0.313,51.549],[-0.308,51.546],[-0.309,51.543],[-0.306,51.539],[-0.306,51.534],[-0.303,51.532],[-0.297,51.535],[-0.293,51.535],[-0.282,51.538],[-0.279,51.539],[-0.275,51.544],[-0.272,51.546],[-0.269,51.549],[-0.269,51.551],[-0.266,51.553],[-0.268,51.556],[-0.265,51.559],[-0.265,51.562],[-0.261,51.564],[-0.265,51.566],[-0.268,51.568],[-0.272,51.57],[-0.278,51.58]]]},"properties":{"Name":"Brent West","ID":"E14001123"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.298,51.495],[-0.306,51.496],[-0.305,51.495],[-0.312,51.492],[-0.316,51.495],[-0.319,51.494],[-0.323,51.496],[-0.33,51.495],[-0.335,51.496],[-0.342,51.496],[-0.35,51.499],[-0.358,51.498],[-0.363,51.496],[-0.365,51.493],[-0.372,51.49],[-0.375,51.494],[-0.381,51.492],[-0.381,51.488],[-0.376,51.489],[-0.373,51.485],[-0.374,51.482],[-0.372,51.48],[-0.373,51.475],[-0.373,51.472],[-0.367,51.471],[-0.366,51.468],[-0.386,51.463],[-0.398,51.46],[-0.401,51.459],[-0.4,51.456],[-0.394,51.455],[-0.388,51.449],[-0.384,51.45],[-0.375,51.456],[-0.373,51.457],[-0.37,51.457],[-0.373,51.454],[-0.373,51.452],[-0.346,51.448],[-0.344,51.453],[-0.344,51.457],[-0.341,51.457],[-0.338,51.455],[-0.333,51.455],[-0.33,51.458],[-0.326,51.458],[-0.327,51.462],[-0.325,51.464],[-0.322,51.465],[-0.322,51.47],[-0.312,51.474],[-0.307,51.476],[-0.304,51.48],[-0.301,51.482],[-0.299,51.485],[-0.293,51.487],[-0.288,51.489],[-0.287,51.492],[-0.288,51.494],[-0.294,51.492],[-0.298,51.495]]]},"properties":{"Name":"Brentford and Isleworth","ID":"E14001124"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.377,51.699],[0.369,51.693],[0.363,51.692],[0.361,51.69],[0.347,51.694],[0.344,51.698],[0.339,51.702],[0.339,51.707],[0.337,51.709],[0.336,51.714],[0.334,51.719],[0.339,51.721],[0.343,51.724],[0.348,51.731],[0.345,51.735],[0.346,51.742],[0.344,51.749],[0.341,51.753],[0.343,51.758],[0.344,51.76],[0.345,51.766],[0.344,51.768],[0.322,51.77],[0.313,51.769],[0.312,51.77],[0.308,51.77],[0.303,51.772],[0.3,51.772],[0.299,51.774],[0.302,51.775],[0.302,51.779],[0.296,51.781],[0.299,51.785],[0.297,51.79],[0.296,51.79],[0.288,51.789],[0.281,51.79],[0.26,51.784],[0.258,51.782],[0.238,51.78],[0.238,51.776],[0.237,51.774],[0.233,51.773],[0.229,51.775],[0.227,51.773],[0.222,51.774],[0.217,51.772],[0.209,51.774],[0.203,51.773],[0.198,51.772],[0.192,51.772],[0.181,51.771],[0.178,51.767],[0.168,51.762],[0.165,51.761],[0.161,51.758],[0.167,51.749],[0.169,51.749],[0.171,51.745],[0.173,51.737],[0.172,51.736],[0.163,51.734],[0.157,51.732],[0.153,51.722],[0.145,51.723],[0.141,51.723],[0.146,51.71],[0.139,51.709],[0.137,51.707],[0.14,51.705],[0.138,51.702],[0.135,51.702],[0.133,51.696],[0.132,51.689],[0.136,51.689],[0.129,51.682],[0.125,51.679],[0.114,51.681],[0.115,51.674],[0.116,51.669],[0.119,51.668],[0.118,51.665],[0.122,51.662],[0.127,51.662],[0.128,51.658],[0.121,51.655],[0.12,51.652],[0.114,51.651],[0.11,51.652],[0.108,51.649],[0.105,51.648],[0.105,51.645],[0.109,51.643],[0.111,51.642],[0.114,51.639],[0.114,51.634],[0.118,51.632],[0.118,51.629],[0.123,51.628],[0.125,51.625],[0.129,51.621],[0.136,51.624],[0.138,51.624],[0.155,51.623],[0.165,51.622],[0.169,51.621],[0.175,51.624],[0.18,51.624],[0.182,51.626],[0.186,51.624],[0.197,51.626],[0.203,51.625],[0.212,51.627],[0.222,51.63],[0.224,51.632],[0.239,51.623],[0.25,51.619],[0.258,51.614],[0.264,51.608],[0.258,51.607],[0.257,51.604],[0.254,51.602],[0.262,51.6],[0.27,51.6],[0.269,51.595],[0.27,51.591],[0.274,51.587],[0.282,51.578],[0.287,51.572],[0.29,51.564],[0.313,51.566],[0.34,51.568],[0.348,51.568],[0.379,51.566],[0.383,51.566],[0.382,51.568],[0.384,51.57],[0.383,51.572],[0.383,51.577],[0.381,51.585],[0.386,51.586],[0.384,51.594],[0.382,51.596],[0.383,51.6],[0.379,51.604],[0.378,51.612],[0.376,51.615],[0.384,51.62],[0.385,51.623],[0.388,51.628],[0.385,51.633],[0.387,51.637],[0.392,51.64],[0.396,51.645],[0.399,51.645],[0.403,51.647],[0.402,51.651],[0.402,51.652],[0.398,51.654],[0.398,51.655],[0.403,51.66],[0.4,51.662],[0.403,51.663],[0.407,51.668],[0.413,51.671],[0.407,51.673],[0.405,51.679],[0.398,51.679],[0.402,51.682],[0.397,51.684],[0.393,51.689],[0.392,51.691],[0.386,51.692],[0.381,51.695],[0.381,51.697],[0.377,51.699]]]},"properties":{"Name":"Brentwood and Ongar","ID":"E14001125"},"id":62}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.934,51.081],[-2.935,51.083],[-2.938,51.084],[-2.943,51.088],[-2.945,51.091],[-2.949,51.091],[-2.954,51.092],[-2.966,51.1],[-2.966,51.103],[-2.971,51.105],[-2.973,51.108],[-2.974,51.111],[-2.98,51.115],[-2.984,51.116],[-2.988,51.116],[-2.993,51.117],[-2.996,51.119],[-2.998,51.125],[-3.001,51.129],[-3.004,51.134],[-3.003,51.137],[-2.998,51.14],[-2.993,51.142],[-2.994,51.145],[-2.998,51.144],[-2.999,51.146],[-2.997,51.149],[-2.999,51.152],[-2.998,51.153],[-2.992,51.154],[-2.992,51.157],[-2.99,51.162],[-2.996,51.161],[-3.002,51.161],[-3.006,51.163],[-3.004,51.167],[-3.007,51.171],[-3.01,51.173],[-3.02,51.176],[-3.027,51.175],[-3.029,51.173],[-3.028,51.169],[-3.029,51.166],[-3.034,51.163],[-3.037,51.162],[-3.043,51.164],[-3.056,51.173],[-3.06,51.179],[-3.056,51.187],[-3.054,51.189],[-3.048,51.192],[-3.045,51.195],[-3.042,51.195],[-3.036,51.194],[-3.033,51.194],[-3.028,51.201],[-3.024,51.213],[-3.02,51.216],[-3.02,51.219],[-3.028,51.219],[-3.033,51.217],[-3.046,51.21],[-3.055,51.206],[-3.052,51.203],[-3.057,51.202],[-3.059,51.199],[-3.067,51.194],[-3.07,51.195],[-3.079,51.197],[-3.084,51.195],[-3.089,51.191],[-3.096,51.19],[-3.098,51.188],[-3.097,51.185],[-3.107,51.183],[-3.106,51.178],[-3.112,51.177],[-3.117,51.175],[-3.113,51.171],[-3.114,51.17],[-3.123,51.17],[-3.132,51.168],[-3.134,51.166],[-3.133,51.164],[-3.141,51.162],[-3.144,51.163],[-3.153,51.162],[-3.157,51.163],[-3.161,51.158],[-3.163,51.154],[-3.166,51.153],[-3.173,51.153],[-3.177,51.147],[-3.18,51.146],[-3.187,51.147],[-3.194,51.143],[-3.205,51.142],[-3.213,51.136],[-3.216,51.133],[-3.216,51.129],[-3.208,51.126],[-3.205,51.123],[-3.198,51.119],[-3.194,51.115],[-3.194,51.113],[-3.186,51.112],[-3.181,51.109],[-3.174,51.107],[-3.169,51.108],[-3.168,51.104],[-3.161,51.105],[-3.158,51.108],[-3.154,51.109],[-3.151,51.106],[-3.148,51.107],[-3.142,51.109],[-3.143,51.106],[-3.14,51.101],[-3.142,51.099],[-3.15,51.098],[-3.154,51.095],[-3.151,51.093],[-3.156,51.091],[-3.157,51.09],[-3.15,51.089],[-3.153,51.085],[-3.148,51.082],[-3.146,51.079],[-3.137,51.072],[-3.135,51.072],[-3.121,51.071],[-3.115,51.073],[-3.104,51.073],[-3.1,51.072],[-3.099,51.067],[-3.096,51.068],[-3.095,51.065],[-3.09,51.066],[-3.09,51.071],[-3.086,51.07],[-3.084,51.072],[-3.07,51.068],[-3.062,51.065],[-3.053,51.065],[-3.051,51.066],[-3.045,51.065],[-3.043,51.062],[-3.041,51.061],[-3.036,51.061],[-3.03,51.059],[-3.025,51.06],[-3.024,51.057],[-3.03,51.055],[-3.029,51.051],[-3.028,51.048],[-3.022,51.054],[-3.016,51.055],[-3.009,51.052],[-3.003,51.053],[-2.997,51.054],[-2.995,51.051],[-2.994,51.047],[-2.987,51.046],[-2.982,51.041],[-2.978,51.043],[-2.973,51.043],[-2.973,51.044],[-2.967,51.047],[-2.963,51.048],[-2.957,51.048],[-2.955,51.051],[-2.951,51.052],[-2.951,51.054],[-2.947,51.057],[-2.944,51.058],[-2.933,51.057],[-2.927,51.062],[-2.93,51.063],[-2.932,51.062],[-2.941,51.067],[-2.946,51.069],[-2.947,51.073],[-2.949,51.074],[-2.946,51.076],[-2.939,51.076],[-2.936,51.077],[-2.937,51.08],[-2.934,51.081]]],[[[-2.993,51.301],[-2.995,51.303],[-2.995,51.308],[-2.989,51.309],[-2.986,51.313],[-2.987,51.315],[-2.993,51.318],[-2.994,51.321],[-3.001,51.322],[-3.003,51.325],[-3.011,51.325],[-3.019,51.327],[-3.022,51.326],[-3.026,51.328],[-3.032,51.328],[-3.035,51.327],[-3.028,51.324],[-3.024,51.324],[-3.014,51.324],[-3.011,51.32],[-3.012,51.307],[-3.019,51.279],[-3.022,51.269],[-3.021,51.265],[-3.018,51.26],[-3.012,51.252],[-3.002,51.245],[-3,51.242],[-2.999,51.237],[-3,51.233],[-3.003,51.228],[-3.004,51.224],[-3.002,51.223],[-3.007,51.221],[-3.01,51.218],[-3.018,51.207],[-3.021,51.202],[-3.022,51.198],[-3.027,51.193],[-3.035,51.189],[-3.045,51.188],[-3.051,51.187],[-3.056,51.182],[-3.056,51.178],[-3.055,51.176],[-3.046,51.17],[-3.042,51.166],[-3.036,51.164],[-3.034,51.164],[-3.031,51.167],[-3.031,51.174],[-3.029,51.176],[-3.023,51.177],[-3.018,51.177],[-3.009,51.175],[-3.006,51.173],[-3.002,51.167],[-3.002,51.162],[-2.996,51.162],[-2.991,51.163],[-2.988,51.16],[-2.991,51.157],[-2.99,51.154],[-2.992,51.153],[-2.997,51.153],[-2.999,51.152],[-2.996,51.149],[-2.999,51.146],[-2.992,51.145],[-2.993,51.142],[-2.997,51.14],[-3.002,51.137],[-3.003,51.134],[-3.001,51.131],[-3.001,51.129],[-2.998,51.125],[-2.995,51.118],[-2.993,51.117],[-2.988,51.116],[-2.984,51.117],[-2.98,51.115],[-2.974,51.112],[-2.973,51.108],[-2.97,51.105],[-2.966,51.103],[-2.966,51.1],[-2.955,51.093],[-2.949,51.091],[-2.945,51.091],[-2.943,51.088],[-2.939,51.085],[-2.935,51.083],[-2.925,51.085],[-2.922,51.082],[-2.912,51.085],[-2.904,51.075],[-2.9,51.074],[-2.89,51.071],[-2.888,51.069],[-2.883,51.074],[-2.878,51.081],[-2.859,51.078],[-2.857,51.078],[-2.85,51.103],[-2.854,51.102],[-2.864,51.104],[-2.862,51.106],[-2.914,51.119],[-2.915,51.119],[-2.928,51.135],[-2.936,51.142],[-2.939,51.145],[-2.94,51.147],[-2.93,51.145],[-2.918,51.144],[-2.906,51.142],[-2.904,51.148],[-2.909,51.149],[-2.906,51.152],[-2.901,51.163],[-2.898,51.17],[-2.897,51.175],[-2.896,51.183],[-2.917,51.185],[-2.926,51.188],[-2.93,51.188],[-2.936,51.186],[-2.94,51.187],[-2.949,51.188],[-2.957,51.186],[-2.958,51.182],[-2.962,51.182],[-2.968,51.185],[-2.974,51.186],[-2.978,51.188],[-2.972,51.218],[-2.968,51.214],[-2.964,51.214],[-2.963,51.217],[-2.957,51.216],[-2.956,51.22],[-2.959,51.221],[-2.958,51.225],[-2.961,51.229],[-2.969,51.229],[-2.972,51.232],[-2.977,51.233],[-2.983,51.235],[-2.982,51.239],[-2.979,51.249],[-2.982,51.252],[-2.98,51.259],[-2.993,51.261],[-2.993,51.262],[-2.988,51.272],[-2.993,51.277],[-2.986,51.28],[-2.983,51.288],[-2.98,51.288],[-2.98,51.293],[-2.975,51.296],[-2.977,51.297],[-2.987,51.298],[-2.993,51.301]]]]},"properties":{"Name":"Bridgwater","ID":"E14001126"},"id":63}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.384,53.91],[-0.388,53.912],[-0.393,53.919],[-0.398,53.92],[-0.394,53.919],[-0.387,53.911],[-0.384,53.91]]],[[[-0.411,53.924],[-0.393,53.919],[-0.388,53.912],[-0.382,53.911],[-0.376,53.914],[-0.371,53.912],[-0.368,53.913],[-0.367,53.91],[-0.364,53.909],[-0.356,53.907],[-0.352,53.908],[-0.346,53.91],[-0.342,53.91],[-0.34,53.908],[-0.334,53.909],[-0.33,53.906],[-0.329,53.901],[-0.313,53.9],[-0.31,53.899],[-0.306,53.903],[-0.299,53.905],[-0.292,53.903],[-0.29,53.897],[-0.283,53.896],[-0.274,53.899],[-0.276,53.9],[-0.272,53.903],[-0.265,53.899],[-0.259,53.898],[-0.258,53.895],[-0.256,53.893],[-0.255,53.887],[-0.253,53.885],[-0.253,53.88],[-0.247,53.881],[-0.232,53.879],[-0.229,53.88],[-0.227,53.886],[-0.226,53.891],[-0.217,53.89],[-0.211,53.89],[-0.209,53.889],[-0.2,53.888],[-0.193,53.89],[-0.183,53.89],[-0.182,53.889],[-0.177,53.88],[-0.177,53.876],[-0.17,53.876],[-0.171,53.872],[-0.166,53.872],[-0.162,53.869],[-0.152,53.868],[-0.151,53.862],[-0.151,53.857],[-0.15,53.856],[-0.15,53.853],[-0.142,53.853],[-0.133,53.848],[-0.131,53.845],[-0.122,53.844],[-0.11,53.846],[-0.102,53.847],[-0.106,53.85],[-0.122,53.864],[-0.13,53.872],[-0.133,53.877],[-0.137,53.881],[-0.146,53.89],[-0.154,53.899],[-0.157,53.904],[-0.157,53.908],[-0.159,53.912],[-0.163,53.919],[-0.173,53.932],[-0.176,53.938],[-0.183,53.949],[-0.189,53.96],[-0.196,53.974],[-0.205,53.99],[-0.213,54.008],[-0.213,54.011],[-0.215,54.016],[-0.214,54.017],[-0.215,54.021],[-0.216,54.027],[-0.216,54.038],[-0.213,54.054],[-0.207,54.068],[-0.201,54.074],[-0.198,54.078],[-0.191,54.081],[-0.187,54.081],[-0.182,54.087],[-0.172,54.096],[-0.168,54.098],[-0.162,54.1],[-0.147,54.102],[-0.14,54.104],[-0.122,54.104],[-0.117,54.105],[-0.113,54.103],[-0.105,54.104],[-0.1,54.106],[-0.092,54.107],[-0.079,54.112],[-0.076,54.116],[-0.082,54.117],[-0.083,54.123],[-0.091,54.125],[-0.096,54.127],[-0.1,54.13],[-0.109,54.132],[-0.114,54.131],[-0.119,54.134],[-0.129,54.135],[-0.137,54.138],[-0.139,54.139],[-0.146,54.141],[-0.149,54.143],[-0.157,54.144],[-0.157,54.146],[-0.163,54.146],[-0.165,54.149],[-0.173,54.151],[-0.19,54.155],[-0.199,54.156],[-0.213,54.158],[-0.217,54.148],[-0.221,54.143],[-0.223,54.137],[-0.229,54.136],[-0.23,54.133],[-0.237,54.137],[-0.244,54.137],[-0.25,54.138],[-0.265,54.141],[-0.269,54.138],[-0.273,54.139],[-0.28,54.14],[-0.289,54.139],[-0.301,54.137],[-0.304,54.136],[-0.307,54.138],[-0.312,54.143],[-0.314,54.146],[-0.323,54.145],[-0.324,54.15],[-0.329,54.149],[-0.336,54.15],[-0.343,54.148],[-0.346,54.147],[-0.351,54.15],[-0.355,54.15],[-0.36,54.153],[-0.375,54.154],[-0.373,54.156],[-0.375,54.163],[-0.381,54.17],[-0.391,54.177],[-0.396,54.175],[-0.403,54.175],[-0.408,54.176],[-0.418,54.174],[-0.418,54.171],[-0.423,54.171],[-0.425,54.17],[-0.423,54.166],[-0.433,54.164],[-0.433,54.158],[-0.427,54.137],[-0.43,54.137],[-0.439,54.133],[-0.444,54.132],[-0.454,54.127],[-0.459,54.126],[-0.454,54.121],[-0.454,54.117],[-0.459,54.115],[-0.459,54.114],[-0.468,54.111],[-0.466,54.108],[-0.49,54.101],[-0.494,54.099],[-0.503,54.094],[-0.514,54.09],[-0.52,54.087],[-0.525,54.085],[-0.528,54.089],[-0.534,54.087],[-0.542,54.092],[-0.545,54.091],[-0.55,54.093],[-0.558,54.093],[-0.563,54.094],[-0.566,54.09],[-0.584,54.088],[-0.59,54.087],[-0.594,54.084],[-0.599,54.082],[-0.605,54.078],[-0.61,54.073],[-0.614,54.071],[-0.618,54.07],[-0.632,54.069],[-0.643,54.067],[-0.654,54.065],[-0.66,54.063],[-0.652,54.06],[-0.645,54.055],[-0.654,54.046],[-0.658,54.044],[-0.656,54.041],[-0.661,54.037],[-0.663,54.037],[-0.664,54.038],[-0.665,54.038],[-0.667,54.038],[-0.668,54.037],[-0.674,54.038],[-0.678,54.038],[-0.68,54.036],[-0.681,54.034],[-0.683,54.034],[-0.687,54.031],[-0.687,54.026],[-0.688,54.024],[-0.684,54.023],[-0.684,54.021],[-0.678,54.018],[-0.683,54.013],[-0.682,54.011],[-0.684,54.009],[-0.688,54.008],[-0.689,54.008],[-0.696,54.007],[-0.697,54.007],[-0.705,54.006],[-0.708,54.008],[-0.711,54.011],[-0.715,54.011],[-0.717,54.01],[-0.72,54.012],[-0.726,54.012],[-0.729,54.013],[-0.73,54.013],[-0.73,54.015],[-0.731,54.021],[-0.734,54.03],[-0.738,54.029],[-0.741,54.029],[-0.742,54.028],[-0.752,54.026],[-0.757,54.026],[-0.761,54.025],[-0.763,54.025],[-0.764,54.024],[-0.765,54.024],[-0.767,54.024],[-0.768,54.024],[-0.769,54.024],[-0.772,54.024],[-0.775,54.024],[-0.776,54.024],[-0.777,54.024],[-0.778,54.024],[-0.779,54.023],[-0.78,54.023],[-0.781,54.023],[-0.782,54.023],[-0.783,54.022],[-0.784,54.022],[-0.785,54.022],[-0.786,54.022],[-0.787,54.022],[-0.788,54.022],[-0.788,54.021],[-0.789,54.021],[-0.79,54.021],[-0.791,54.021],[-0.792,54.021],[-0.793,54.021],[-0.794,54.02],[-0.795,54.02],[-0.796,54.02],[-0.797,54.02],[-0.799,54.019],[-0.8,54.02],[-0.8,54.022],[-0.799,54.022],[-0.8,54.023],[-0.799,54.023],[-0.799,54.024],[-0.803,54.024],[-0.803,54.023],[-0.807,54.023],[-0.81,54.022],[-0.811,54.022],[-0.812,54.022],[-0.816,54.022],[-0.818,54.021],[-0.819,54.021],[-0.827,54.021],[-0.833,54.021],[-0.834,54.021],[-0.837,54.022],[-0.842,54.021],[-0.843,54.022],[-0.848,54.019],[-0.849,54.018],[-0.85,54.018],[-0.851,54.018],[-0.852,54.018],[-0.853,54.018],[-0.854,54.018],[-0.857,54.017],[-0.858,54.017],[-0.86,54.016],[-0.861,54.017],[-0.864,54.017],[-0.865,54.017],[-0.867,54.017],[-0.868,54.017],[-0.869,54.017],[-0.87,54.017],[-0.873,54.017],[-0.875,54.017],[-0.875,54.018],[-0.877,54.017],[-0.878,54.017],[-0.879,54.017],[-0.877,54.015],[-0.878,54.013],[-0.882,54.012],[-0.887,54.01],[-0.889,54.009],[-0.891,54.003],[-0.893,54.001],[-0.893,54],[-0.895,53.999],[-0.897,53.999],[-0.898,53.999],[-0.899,53.999],[-0.9,54],[-0.901,53.999],[-0.902,53.999],[-0.905,53.998],[-0.909,53.997],[-0.905,53.994],[-0.892,53.997],[-0.888,53.999],[-0.878,54],[-0.875,53.988],[-0.881,53.983],[-0.88,53.981],[-0.874,53.978],[-0.88,53.975],[-0.875,53.97],[-0.866,53.972],[-0.864,53.968],[-0.859,53.961],[-0.86,53.959],[-0.858,53.957],[-0.851,53.952],[-0.846,53.948],[-0.84,53.943],[-0.833,53.944],[-0.82,53.945],[-0.816,53.946],[-0.812,53.945],[-0.808,53.945],[-0.8,53.941],[-0.791,53.946],[-0.786,53.947],[-0.78,53.946],[-0.774,53.949],[-0.774,53.95],[-0.773,53.95],[-0.759,53.948],[-0.756,53.941],[-0.757,53.939],[-0.757,53.935],[-0.754,53.928],[-0.754,53.925],[-0.751,53.923],[-0.755,53.92],[-0.76,53.917],[-0.764,53.917],[-0.764,53.915],[-0.77,53.908],[-0.774,53.904],[-0.778,53.901],[-0.778,53.899],[-0.775,53.897],[-0.771,53.896],[-0.772,53.892],[-0.768,53.887],[-0.765,53.889],[-0.758,53.887],[-0.749,53.887],[-0.743,53.885],[-0.742,53.882],[-0.739,53.88],[-0.729,53.872],[-0.726,53.872],[-0.726,53.867],[-0.723,53.855],[-0.712,53.85],[-0.709,53.848],[-0.704,53.84],[-0.701,53.837],[-0.704,53.831],[-0.699,53.831],[-0.695,53.833],[-0.674,53.837],[-0.668,53.839],[-0.661,53.844],[-0.661,53.847],[-0.658,53.847],[-0.655,53.848],[-0.649,53.848],[-0.647,53.851],[-0.642,53.853],[-0.636,53.854],[-0.63,53.855],[-0.624,53.857],[-0.623,53.856],[-0.615,53.86],[-0.61,53.86],[-0.606,53.859],[-0.602,53.856],[-0.586,53.859],[-0.58,53.858],[-0.581,53.861],[-0.586,53.869],[-0.589,53.878],[-0.592,53.88],[-0.592,53.883],[-0.595,53.887],[-0.595,53.889],[-0.6,53.894],[-0.603,53.9],[-0.615,53.906],[-0.617,53.905],[-0.626,53.908],[-0.634,53.913],[-0.636,53.913],[-0.64,53.916],[-0.643,53.919],[-0.644,53.922],[-0.638,53.924],[-0.632,53.925],[-0.626,53.928],[-0.629,53.935],[-0.615,53.937],[-0.602,53.937],[-0.578,53.941],[-0.553,53.941],[-0.547,53.939],[-0.537,53.941],[-0.526,53.942],[-0.525,53.939],[-0.519,53.94],[-0.51,53.94],[-0.506,53.939],[-0.505,53.937],[-0.5,53.935],[-0.499,53.938],[-0.489,53.939],[-0.491,53.935],[-0.486,53.935],[-0.482,53.935],[-0.458,53.935],[-0.451,53.934],[-0.451,53.932],[-0.442,53.93],[-0.436,53.927],[-0.433,53.929],[-0.428,53.929],[-0.424,53.925],[-0.418,53.923],[-0.411,53.924]]]]},"properties":{"Name":"Bridlington and The Wolds","ID":"E14001127"},"id":64}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.112,53.59],[-0.129,53.601],[-0.131,53.601],[-0.134,53.604],[-0.138,53.607],[-0.143,53.609],[-0.153,53.616],[-0.165,53.621],[-0.174,53.624],[-0.175,53.625],[-0.199,53.636],[-0.204,53.638],[-0.219,53.649],[-0.225,53.655],[-0.234,53.664],[-0.242,53.668],[-0.252,53.677],[-0.272,53.702],[-0.279,53.708],[-0.284,53.711],[-0.289,53.713],[-0.3,53.714],[-0.312,53.713],[-0.329,53.712],[-0.353,53.707],[-0.356,53.707],[-0.373,53.703],[-0.387,53.702],[-0.395,53.7],[-0.423,53.697],[-0.425,53.698],[-0.444,53.697],[-0.462,53.698],[-0.47,53.698],[-0.475,53.697],[-0.481,53.693],[-0.491,53.689],[-0.498,53.683],[-0.503,53.681],[-0.518,53.678],[-0.526,53.678],[-0.53,53.675],[-0.531,53.671],[-0.53,53.669],[-0.53,53.664],[-0.536,53.66],[-0.537,53.657],[-0.534,53.652],[-0.528,53.651],[-0.551,53.65],[-0.572,53.649],[-0.628,53.648],[-0.629,53.64],[-0.63,53.638],[-0.629,53.635],[-0.628,53.629],[-0.627,53.626],[-0.63,53.621],[-0.639,53.621],[-0.641,53.618],[-0.639,53.615],[-0.631,53.615],[-0.626,53.61],[-0.62,53.608],[-0.608,53.6],[-0.605,53.599],[-0.594,53.597],[-0.598,53.595],[-0.6,53.592],[-0.599,53.584],[-0.596,53.582],[-0.599,53.571],[-0.59,53.57],[-0.592,53.565],[-0.582,53.565],[-0.582,53.563],[-0.576,53.562],[-0.574,53.558],[-0.57,53.553],[-0.565,53.551],[-0.56,53.549],[-0.562,53.545],[-0.552,53.544],[-0.546,53.545],[-0.533,53.548],[-0.524,53.55],[-0.514,53.551],[-0.511,53.549],[-0.502,53.55],[-0.501,53.542],[-0.493,53.547],[-0.491,53.546],[-0.483,53.545],[-0.477,53.546],[-0.475,53.548],[-0.467,53.549],[-0.467,53.554],[-0.466,53.556],[-0.463,53.556],[-0.458,53.559],[-0.453,53.56],[-0.445,53.564],[-0.439,53.571],[-0.429,53.575],[-0.428,53.573],[-0.424,53.57],[-0.42,53.564],[-0.417,53.563],[-0.393,53.561],[-0.389,53.56],[-0.363,53.559],[-0.356,53.556],[-0.348,53.556],[-0.346,53.558],[-0.336,53.559],[-0.327,53.571],[-0.323,53.575],[-0.324,53.576],[-0.314,53.584],[-0.314,53.586],[-0.31,53.588],[-0.311,53.59],[-0.303,53.591],[-0.305,53.594],[-0.301,53.595],[-0.304,53.601],[-0.303,53.603],[-0.305,53.605],[-0.309,53.614],[-0.306,53.614],[-0.301,53.616],[-0.298,53.613],[-0.292,53.614],[-0.29,53.611],[-0.287,53.612],[-0.285,53.609],[-0.281,53.606],[-0.283,53.605],[-0.275,53.602],[-0.27,53.599],[-0.268,53.599],[-0.262,53.596],[-0.259,53.597],[-0.254,53.592],[-0.248,53.594],[-0.251,53.589],[-0.249,53.587],[-0.243,53.586],[-0.239,53.588],[-0.235,53.586],[-0.231,53.581],[-0.231,53.58],[-0.227,53.576],[-0.228,53.574],[-0.224,53.572],[-0.225,53.57],[-0.223,53.568],[-0.217,53.568],[-0.213,53.57],[-0.209,53.57],[-0.205,53.572],[-0.198,53.57],[-0.195,53.572],[-0.192,53.568],[-0.188,53.564],[-0.19,53.561],[-0.196,53.556],[-0.214,53.539],[-0.22,53.533],[-0.211,53.532],[-0.214,53.526],[-0.211,53.522],[-0.206,53.515],[-0.204,53.509],[-0.204,53.507],[-0.208,53.503],[-0.205,53.499],[-0.208,53.495],[-0.211,53.486],[-0.202,53.487],[-0.194,53.484],[-0.187,53.483],[-0.188,53.48],[-0.184,53.479],[-0.185,53.477],[-0.182,53.476],[-0.182,53.469],[-0.169,53.467],[-0.166,53.467],[-0.159,53.468],[-0.157,53.463],[-0.156,53.457],[-0.152,53.453],[-0.149,53.447],[-0.144,53.441],[-0.139,53.442],[-0.134,53.441],[-0.132,53.436],[-0.127,53.436],[-0.123,53.437],[-0.12,53.434],[-0.112,53.438],[-0.111,53.44],[-0.091,53.447],[-0.087,53.45],[-0.082,53.451],[-0.086,53.456],[-0.095,53.461],[-0.103,53.466],[-0.108,53.47],[-0.09,53.478],[-0.094,53.481],[-0.092,53.483],[-0.095,53.486],[-0.09,53.485],[-0.078,53.49],[-0.075,53.489],[-0.073,53.497],[-0.068,53.516],[-0.065,53.519],[-0.061,53.52],[-0.047,53.52],[-0.044,53.518],[-0.04,53.513],[-0.036,53.514],[-0.033,53.516],[-0.029,53.517],[-0.025,53.517],[-0.02,53.518],[-0.017,53.515],[-0.014,53.517],[-0.008,53.517],[0.005,53.52],[0.011,53.522],[0.013,53.524],[0.017,53.525],[0.015,53.529],[0.009,53.535],[0.006,53.534],[-0.003,53.535],[-0.005,53.537],[-0.018,53.536],[-0.029,53.535],[-0.033,53.535],[-0.043,53.539],[-0.05,53.544],[-0.05,53.547],[-0.052,53.551],[-0.057,53.548],[-0.056,53.545],[-0.064,53.541],[-0.066,53.544],[-0.065,53.547],[-0.078,53.54],[-0.084,53.539],[-0.087,53.54],[-0.092,53.54],[-0.093,53.541],[-0.098,53.541],[-0.099,53.544],[-0.125,53.544],[-0.124,53.549],[-0.136,53.549],[-0.14,53.555],[-0.136,53.556],[-0.139,53.559],[-0.15,53.568],[-0.14,53.573],[-0.137,53.576],[-0.131,53.576],[-0.124,53.583],[-0.119,53.583],[-0.118,53.586],[-0.112,53.59]]]},"properties":{"Name":"Brigg and Immingham","ID":"E14001128"},"id":65}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.083,50.863],[-0.089,50.862],[-0.096,50.86],[-0.099,50.858],[-0.106,50.857],[-0.108,50.856],[-0.111,50.85],[-0.12,50.843],[-0.124,50.838],[-0.106,50.836],[-0.109,50.833],[-0.113,50.832],[-0.119,50.831],[-0.127,50.826],[-0.134,50.829],[-0.137,50.822],[-0.137,50.819],[-0.133,50.818],[-0.121,50.816],[-0.119,50.816],[-0.108,50.813],[-0.094,50.811],[-0.092,50.812],[-0.083,50.809],[-0.054,50.801],[-0.05,50.802],[-0.044,50.8],[-0.034,50.798],[-0.032,50.797],[-0.013,50.792],[-0.003,50.79],[0,50.789],[0.011,50.787],[0.016,50.785],[0.021,50.785],[0.03,50.783],[0.031,50.788],[0.03,50.795],[0.021,50.798],[0.022,50.8],[0.009,50.802],[0.014,50.808],[0.014,50.811],[0.004,50.812],[-0.003,50.82],[-0.006,50.819],[-0.015,50.818],[-0.017,50.816],[-0.02,50.822],[-0.026,50.818],[-0.031,50.817],[-0.04,50.822],[-0.045,50.822],[-0.039,50.829],[-0.038,50.836],[-0.036,50.84],[-0.037,50.841],[-0.043,50.843],[-0.046,50.845],[-0.053,50.844],[-0.064,50.841],[-0.073,50.841],[-0.071,50.846],[-0.072,50.848],[-0.079,50.854],[-0.08,50.861],[-0.083,50.863]]]},"properties":{"Name":"Brighton Kemptown and Peacehaven","ID":"E14001129"},"id":66}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.135,50.887],[-0.137,50.885],[-0.142,50.884],[-0.145,50.887],[-0.153,50.885],[-0.153,50.88],[-0.162,50.881],[-0.168,50.881],[-0.168,50.886],[-0.166,50.892],[-0.169,50.892],[-0.169,50.89],[-0.178,50.89],[-0.182,50.888],[-0.181,50.884],[-0.182,50.881],[-0.185,50.877],[-0.19,50.874],[-0.188,50.869],[-0.184,50.867],[-0.183,50.863],[-0.171,50.856],[-0.164,50.851],[-0.161,50.847],[-0.159,50.842],[-0.154,50.837],[-0.147,50.831],[-0.15,50.831],[-0.154,50.828],[-0.157,50.822],[-0.14,50.819],[-0.137,50.819],[-0.137,50.822],[-0.134,50.829],[-0.127,50.826],[-0.119,50.831],[-0.113,50.832],[-0.109,50.833],[-0.106,50.836],[-0.124,50.838],[-0.12,50.843],[-0.111,50.85],[-0.108,50.856],[-0.106,50.857],[-0.099,50.858],[-0.096,50.86],[-0.089,50.862],[-0.083,50.863],[-0.084,50.869],[-0.086,50.871],[-0.085,50.873],[-0.098,50.878],[-0.098,50.877],[-0.104,50.875],[-0.105,50.872],[-0.116,50.874],[-0.122,50.873],[-0.122,50.876],[-0.124,50.878],[-0.13,50.879],[-0.135,50.878],[-0.136,50.88],[-0.135,50.887]]]},"properties":{"Name":"Brighton Pavilion","ID":"E14001130"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.626,51.45],[-2.628,51.454],[-2.627,51.45],[-2.626,51.45]]],[[[-2.628,51.454],[-2.631,51.458],[-2.632,51.458],[-2.628,51.454]]],[[[-2.576,51.476],[-2.581,51.476],[-2.585,51.474],[-2.591,51.475],[-2.589,51.48],[-2.597,51.48],[-2.601,51.483],[-2.605,51.481],[-2.611,51.476],[-2.616,51.475],[-2.615,51.472],[-2.62,51.468],[-2.62,51.466],[-2.629,51.461],[-2.63,51.458],[-2.627,51.455],[-2.624,51.45],[-2.624,51.447],[-2.617,51.446],[-2.607,51.447],[-2.599,51.446],[-2.593,51.446],[-2.588,51.445],[-2.582,51.448],[-2.585,51.45],[-2.584,51.455],[-2.584,51.46],[-2.581,51.461],[-2.574,51.467],[-2.568,51.469],[-2.574,51.473],[-2.576,51.476]]]]},"properties":{"Name":"Bristol Central","ID":"E14001131"},"id":68}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.518,51.456],[-2.518,51.459],[-2.515,51.46],[-2.512,51.462],[-2.511,51.465],[-2.513,51.467],[-2.521,51.467],[-2.527,51.467],[-2.54,51.466],[-2.551,51.464],[-2.55,51.468],[-2.556,51.468],[-2.557,51.47],[-2.562,51.47],[-2.563,51.472],[-2.568,51.469],[-2.574,51.467],[-2.581,51.461],[-2.584,51.46],[-2.584,51.455],[-2.585,51.45],[-2.582,51.448],[-2.577,51.447],[-2.577,51.444],[-2.573,51.443],[-2.569,51.442],[-2.57,51.44],[-2.579,51.437],[-2.582,51.436],[-2.587,51.434],[-2.584,51.427],[-2.579,51.426],[-2.578,51.425],[-2.564,51.428],[-2.561,51.42],[-2.559,51.411],[-2.556,51.409],[-2.542,51.409],[-2.534,51.414],[-2.534,51.417],[-2.529,51.422],[-2.531,51.423],[-2.527,51.426],[-2.523,51.426],[-2.524,51.43],[-2.527,51.432],[-2.525,51.434],[-2.527,51.436],[-2.527,51.443],[-2.53,51.446],[-2.537,51.445],[-2.536,51.447],[-2.532,51.446],[-2.53,51.448],[-2.522,51.45],[-2.519,51.453],[-2.518,51.456]]]},"properties":{"Name":"Bristol East","ID":"E14001132"},"id":69}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.477,51.476],[-2.484,51.475],[-2.49,51.477],[-2.481,51.484],[-2.486,51.487],[-2.489,51.489],[-2.488,51.492],[-2.492,51.493],[-2.497,51.49],[-2.495,51.488],[-2.5,51.487],[-2.504,51.487],[-2.506,51.485],[-2.511,51.485],[-2.512,51.482],[-2.515,51.482],[-2.517,51.485],[-2.511,51.49],[-2.516,51.494],[-2.523,51.492],[-2.527,51.493],[-2.528,51.495],[-2.537,51.497],[-2.542,51.493],[-2.552,51.492],[-2.555,51.493],[-2.555,51.496],[-2.56,51.496],[-2.565,51.496],[-2.565,51.498],[-2.571,51.5],[-2.575,51.493],[-2.582,51.489],[-2.58,51.486],[-2.579,51.482],[-2.576,51.48],[-2.576,51.476],[-2.574,51.473],[-2.568,51.469],[-2.563,51.472],[-2.562,51.47],[-2.557,51.47],[-2.556,51.468],[-2.55,51.468],[-2.551,51.464],[-2.54,51.466],[-2.527,51.467],[-2.521,51.467],[-2.513,51.467],[-2.511,51.465],[-2.512,51.462],[-2.515,51.46],[-2.518,51.459],[-2.518,51.456],[-2.512,51.457],[-2.506,51.455],[-2.505,51.452],[-2.5,51.451],[-2.495,51.451],[-2.487,51.453],[-2.482,51.457],[-2.482,51.464],[-2.484,51.465],[-2.486,51.467],[-2.478,51.468],[-2.48,51.473],[-2.477,51.476]]]},"properties":{"Name":"Bristol North East","ID":"E14001133"},"id":70}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.649,51.473],[-2.651,51.474],[-2.653,51.48],[-2.661,51.487],[-2.665,51.486],[-2.668,51.482],[-2.664,51.486],[-2.661,51.486],[-2.654,51.48],[-2.652,51.478],[-2.651,51.474],[-2.649,51.473]]],[[[-2.733,51.494],[-2.733,51.495],[-2.734,51.494],[-2.733,51.494]]],[[[-2.631,51.514],[-2.639,51.512],[-2.645,51.512],[-2.654,51.514],[-2.654,51.518],[-2.651,51.521],[-2.657,51.526],[-2.665,51.531],[-2.666,51.534],[-2.664,51.537],[-2.674,51.544],[-2.676,51.543],[-2.676,51.542],[-2.679,51.539],[-2.681,51.536],[-2.686,51.531],[-2.687,51.529],[-2.688,51.529],[-2.694,51.524],[-2.694,51.523],[-2.703,51.515],[-2.706,51.515],[-2.71,51.512],[-2.715,51.508],[-2.715,51.505],[-2.71,51.502],[-2.709,51.498],[-2.699,51.494],[-2.692,51.49],[-2.686,51.485],[-2.679,51.481],[-2.675,51.481],[-2.668,51.484],[-2.666,51.487],[-2.664,51.488],[-2.66,51.487],[-2.652,51.482],[-2.649,51.477],[-2.649,51.474],[-2.644,51.471],[-2.636,51.469],[-2.633,51.467],[-2.63,51.461],[-2.63,51.458],[-2.629,51.461],[-2.62,51.466],[-2.62,51.468],[-2.615,51.472],[-2.616,51.475],[-2.611,51.476],[-2.605,51.481],[-2.601,51.483],[-2.597,51.48],[-2.589,51.48],[-2.591,51.475],[-2.585,51.474],[-2.581,51.476],[-2.576,51.476],[-2.576,51.48],[-2.579,51.482],[-2.58,51.486],[-2.582,51.489],[-2.575,51.493],[-2.571,51.5],[-2.573,51.5],[-2.582,51.501],[-2.588,51.501],[-2.588,51.507],[-2.591,51.51],[-2.589,51.512],[-2.583,51.513],[-2.581,51.517],[-2.588,51.517],[-2.602,51.514],[-2.609,51.513],[-2.621,51.515],[-2.626,51.515],[-2.631,51.514]],[[-2.632,51.458],[-2.631,51.458],[-2.632,51.461],[-2.635,51.467],[-2.632,51.462],[-2.632,51.458]],[[-2.636,51.468],[-2.646,51.47],[-2.649,51.472],[-2.646,51.471],[-2.636,51.468]]]]},"properties":{"Name":"Bristol North West","ID":"E14001134"},"id":71}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.59,51.445],[-2.598,51.446],[-2.606,51.446],[-2.619,51.445],[-2.625,51.447],[-2.626,51.45],[-2.627,51.45],[-2.627,51.447],[-2.633,51.447],[-2.637,51.444],[-2.64,51.44],[-2.634,51.439],[-2.63,51.44],[-2.63,51.437],[-2.633,51.436],[-2.634,51.426],[-2.637,51.423],[-2.631,51.419],[-2.632,51.417],[-2.63,51.415],[-2.632,51.408],[-2.635,51.407],[-2.633,51.403],[-2.628,51.402],[-2.626,51.404],[-2.62,51.404],[-2.617,51.402],[-2.612,51.402],[-2.611,51.401],[-2.601,51.4],[-2.593,51.397],[-2.59,51.398],[-2.585,51.4],[-2.582,51.401],[-2.578,51.399],[-2.576,51.401],[-2.571,51.399],[-2.566,51.403],[-2.567,51.405],[-2.563,51.407],[-2.561,51.412],[-2.559,51.411],[-2.561,51.42],[-2.564,51.428],[-2.578,51.425],[-2.579,51.426],[-2.584,51.427],[-2.587,51.434],[-2.582,51.436],[-2.579,51.437],[-2.57,51.44],[-2.569,51.442],[-2.573,51.443],[-2.577,51.444],[-2.577,51.447],[-2.58,51.448],[-2.585,51.446],[-2.588,51.445],[-2.59,51.445]]]},"properties":{"Name":"Bristol South","ID":"E14001135"},"id":72}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.424,52.702],[1.423,52.704],[1.419,52.705],[1.414,52.708],[1.409,52.709],[1.408,52.713],[1.402,52.716],[1.405,52.721],[1.407,52.721],[1.41,52.726],[1.4,52.727],[1.405,52.729],[1.406,52.733],[1.397,52.729],[1.397,52.731],[1.393,52.732],[1.391,52.739],[1.372,52.743],[1.364,52.745],[1.358,52.746],[1.357,52.751],[1.349,52.753],[1.345,52.755],[1.339,52.764],[1.338,52.768],[1.335,52.768],[1.328,52.767],[1.327,52.769],[1.322,52.773],[1.321,52.775],[1.317,52.777],[1.315,52.783],[1.315,52.786],[1.317,52.789],[1.314,52.791],[1.315,52.793],[1.311,52.796],[1.315,52.801],[1.308,52.802],[1.309,52.805],[1.307,52.807],[1.303,52.805],[1.299,52.807],[1.289,52.805],[1.287,52.809],[1.283,52.808],[1.28,52.811],[1.277,52.817],[1.27,52.819],[1.267,52.819],[1.263,52.815],[1.262,52.813],[1.257,52.814],[1.252,52.814],[1.251,52.815],[1.251,52.82],[1.248,52.821],[1.238,52.82],[1.238,52.823],[1.233,52.823],[1.231,52.824],[1.224,52.825],[1.224,52.828],[1.214,52.829],[1.207,52.827],[1.208,52.825],[1.204,52.822],[1.203,52.816],[1.193,52.815],[1.189,52.82],[1.181,52.82],[1.181,52.827],[1.177,52.828],[1.173,52.831],[1.167,52.829],[1.166,52.826],[1.156,52.822],[1.145,52.824],[1.144,52.821],[1.147,52.82],[1.148,52.816],[1.15,52.816],[1.15,52.812],[1.136,52.814],[1.132,52.815],[1.128,52.815],[1.124,52.818],[1.119,52.819],[1.11,52.825],[1.102,52.829],[1.103,52.831],[1.099,52.832],[1.096,52.831],[1.092,52.833],[1.09,52.838],[1.086,52.84],[1.073,52.841],[1.071,52.838],[1.066,52.836],[1.065,52.834],[1.059,52.835],[1.053,52.834],[1.049,52.831],[1.043,52.831],[1.042,52.835],[1.029,52.833],[1.023,52.833],[1.02,52.835],[1.009,52.837],[1.008,52.84],[1.008,52.845],[1.006,52.848],[1.011,52.858],[0.999,52.861],[0.994,52.86],[0.982,52.861],[0.959,52.862],[0.952,52.861],[0.948,52.858],[0.944,52.852],[0.942,52.85],[0.938,52.854],[0.93,52.862],[0.927,52.868],[0.921,52.87],[0.919,52.871],[0.925,52.874],[0.925,52.878],[0.922,52.879],[0.915,52.88],[0.91,52.886],[0.912,52.887],[0.913,52.891],[0.915,52.893],[0.916,52.896],[0.914,52.899],[0.909,52.901],[0.905,52.907],[0.902,52.908],[0.896,52.908],[0.888,52.907],[0.884,52.91],[0.884,52.914],[0.832,52.913],[0.829,52.913],[0.814,52.917],[0.815,52.913],[0.804,52.911],[0.788,52.908],[0.79,52.9],[0.805,52.901],[0.817,52.9],[0.815,52.897],[0.817,52.895],[0.821,52.895],[0.822,52.893],[0.818,52.892],[0.817,52.888],[0.811,52.883],[0.807,52.879],[0.797,52.885],[0.794,52.882],[0.798,52.864],[0.795,52.866],[0.791,52.866],[0.791,52.86],[0.78,52.859],[0.766,52.857],[0.758,52.856],[0.743,52.856],[0.732,52.858],[0.731,52.855],[0.728,52.855],[0.724,52.85],[0.725,52.843],[0.736,52.835],[0.737,52.833],[0.745,52.828],[0.745,52.825],[0.749,52.823],[0.748,52.82],[0.752,52.819],[0.755,52.817],[0.753,52.814],[0.749,52.816],[0.743,52.811],[0.734,52.806],[0.731,52.802],[0.736,52.799],[0.724,52.795],[0.723,52.793],[0.713,52.79],[0.708,52.788],[0.708,52.787],[0.718,52.784],[0.718,52.782],[0.728,52.782],[0.73,52.781],[0.741,52.78],[0.752,52.778],[0.753,52.776],[0.765,52.777],[0.77,52.779],[0.774,52.775],[0.777,52.772],[0.78,52.769],[0.788,52.77],[0.796,52.769],[0.802,52.77],[0.8,52.777],[0.803,52.781],[0.811,52.781],[0.81,52.784],[0.812,52.786],[0.819,52.786],[0.82,52.79],[0.818,52.794],[0.821,52.797],[0.829,52.797],[0.832,52.799],[0.833,52.802],[0.83,52.805],[0.839,52.811],[0.842,52.809],[0.855,52.807],[0.858,52.808],[0.865,52.807],[0.867,52.803],[0.87,52.801],[0.872,52.798],[0.878,52.798],[0.88,52.796],[0.881,52.794],[0.89,52.791],[0.893,52.794],[0.901,52.796],[0.913,52.8],[0.916,52.802],[0.92,52.803],[0.924,52.801],[0.924,52.798],[0.927,52.796],[0.927,52.793],[0.93,52.792],[0.93,52.789],[0.938,52.788],[0.939,52.791],[0.937,52.796],[0.951,52.805],[0.967,52.803],[0.968,52.808],[0.976,52.807],[0.975,52.805],[0.981,52.805],[0.981,52.801],[0.986,52.801],[0.99,52.798],[0.994,52.798],[0.997,52.793],[0.992,52.787],[0.992,52.78],[0.999,52.779],[1.002,52.776],[1,52.766],[1.011,52.763],[1.028,52.769],[1.034,52.77],[1.045,52.769],[1.053,52.762],[1.053,52.76],[1.055,52.757],[1.051,52.75],[1.056,52.746],[1.06,52.744],[1.068,52.743],[1.079,52.741],[1.081,52.737],[1.083,52.735],[1.083,52.73],[1.087,52.729],[1.089,52.723],[1.094,52.72],[1.096,52.72],[1.1,52.716],[1.105,52.715],[1.104,52.713],[1.1,52.712],[1.09,52.706],[1.086,52.704],[1.084,52.702],[1.087,52.699],[1.088,52.697],[1.095,52.693],[1.102,52.689],[1.102,52.686],[1.108,52.683],[1.102,52.675],[1.1,52.673],[1.1,52.67],[1.1,52.665],[1.099,52.66],[1.098,52.65],[1.101,52.649],[1.11,52.647],[1.115,52.646],[1.124,52.645],[1.132,52.646],[1.132,52.643],[1.135,52.643],[1.138,52.647],[1.139,52.654],[1.138,52.658],[1.139,52.66],[1.146,52.66],[1.146,52.668],[1.147,52.671],[1.152,52.668],[1.16,52.667],[1.164,52.665],[1.174,52.665],[1.176,52.668],[1.182,52.672],[1.186,52.677],[1.19,52.679],[1.194,52.678],[1.2,52.675],[1.204,52.67],[1.202,52.664],[1.203,52.661],[1.207,52.661],[1.208,52.669],[1.213,52.669],[1.217,52.673],[1.215,52.678],[1.213,52.68],[1.215,52.682],[1.211,52.688],[1.214,52.69],[1.215,52.694],[1.207,52.698],[1.214,52.701],[1.219,52.704],[1.223,52.702],[1.221,52.7],[1.217,52.693],[1.223,52.69],[1.231,52.687],[1.241,52.682],[1.243,52.681],[1.244,52.676],[1.249,52.668],[1.254,52.671],[1.251,52.672],[1.258,52.674],[1.265,52.675],[1.263,52.677],[1.283,52.677],[1.292,52.685],[1.296,52.681],[1.295,52.679],[1.3,52.677],[1.3,52.674],[1.31,52.672],[1.315,52.671],[1.317,52.674],[1.324,52.674],[1.327,52.672],[1.326,52.67],[1.33,52.669],[1.335,52.67],[1.34,52.674],[1.347,52.675],[1.349,52.678],[1.354,52.678],[1.36,52.675],[1.357,52.674],[1.352,52.671],[1.354,52.667],[1.356,52.664],[1.365,52.653],[1.356,52.65],[1.367,52.648],[1.372,52.644],[1.372,52.641],[1.373,52.635],[1.371,52.63],[1.371,52.628],[1.368,52.624],[1.37,52.624],[1.373,52.621],[1.377,52.621],[1.377,52.62],[1.377,52.614],[1.378,52.614],[1.379,52.611],[1.381,52.609],[1.381,52.607],[1.384,52.605],[1.391,52.605],[1.399,52.609],[1.401,52.613],[1.402,52.614],[1.403,52.615],[1.405,52.615],[1.405,52.614],[1.407,52.615],[1.408,52.618],[1.41,52.62],[1.411,52.62],[1.414,52.621],[1.416,52.621],[1.42,52.622],[1.422,52.622],[1.424,52.622],[1.428,52.619],[1.431,52.619],[1.433,52.62],[1.435,52.62],[1.437,52.619],[1.437,52.618],[1.438,52.618],[1.437,52.616],[1.436,52.615],[1.433,52.612],[1.436,52.611],[1.438,52.61],[1.444,52.605],[1.446,52.604],[1.447,52.603],[1.452,52.602],[1.454,52.601],[1.455,52.6],[1.454,52.598],[1.453,52.596],[1.457,52.594],[1.461,52.595],[1.463,52.594],[1.464,52.593],[1.466,52.592],[1.467,52.59],[1.467,52.589],[1.469,52.587],[1.473,52.587],[1.473,52.586],[1.476,52.586],[1.484,52.588],[1.486,52.587],[1.487,52.586],[1.488,52.585],[1.488,52.583],[1.49,52.58],[1.492,52.579],[1.492,52.577],[1.494,52.575],[1.495,52.573],[1.498,52.571],[1.503,52.572],[1.506,52.573],[1.511,52.575],[1.513,52.576],[1.514,52.576],[1.515,52.577],[1.518,52.576],[1.523,52.573],[1.525,52.57],[1.524,52.568],[1.524,52.567],[1.521,52.565],[1.522,52.563],[1.526,52.56],[1.53,52.56],[1.532,52.561],[1.533,52.562],[1.535,52.563],[1.536,52.562],[1.538,52.561],[1.539,52.558],[1.542,52.556],[1.547,52.556],[1.553,52.56],[1.557,52.56],[1.56,52.558],[1.563,52.558],[1.566,52.559],[1.574,52.559],[1.579,52.557],[1.584,52.558],[1.59,52.558],[1.594,52.56],[1.597,52.564],[1.601,52.567],[1.606,52.569],[1.608,52.57],[1.607,52.574],[1.613,52.575],[1.62,52.574],[1.626,52.577],[1.627,52.58],[1.63,52.581],[1.636,52.582],[1.638,52.584],[1.639,52.587],[1.645,52.589],[1.632,52.592],[1.635,52.595],[1.637,52.598],[1.639,52.599],[1.642,52.603],[1.65,52.602],[1.653,52.603],[1.656,52.607],[1.665,52.608],[1.667,52.61],[1.676,52.61],[1.678,52.612],[1.672,52.617],[1.667,52.618],[1.663,52.621],[1.659,52.626],[1.654,52.624],[1.649,52.625],[1.641,52.627],[1.644,52.63],[1.638,52.63],[1.633,52.633],[1.63,52.627],[1.623,52.627],[1.621,52.625],[1.617,52.626],[1.618,52.629],[1.612,52.625],[1.606,52.624],[1.6,52.625],[1.598,52.628],[1.593,52.629],[1.593,52.632],[1.591,52.635],[1.592,52.637],[1.589,52.638],[1.584,52.636],[1.578,52.637],[1.575,52.639],[1.572,52.637],[1.567,52.638],[1.566,52.64],[1.567,52.644],[1.57,52.647],[1.568,52.649],[1.559,52.65],[1.557,52.651],[1.557,52.654],[1.56,52.659],[1.562,52.665],[1.56,52.67],[1.553,52.673],[1.55,52.681],[1.543,52.679],[1.538,52.681],[1.537,52.683],[1.533,52.683],[1.531,52.682],[1.524,52.683],[1.523,52.685],[1.519,52.687],[1.516,52.682],[1.512,52.682],[1.509,52.683],[1.51,52.686],[1.512,52.688],[1.513,52.689],[1.511,52.69],[1.505,52.689],[1.501,52.69],[1.498,52.687],[1.491,52.688],[1.489,52.689],[1.489,52.693],[1.482,52.693],[1.477,52.689],[1.472,52.69],[1.471,52.693],[1.467,52.695],[1.468,52.698],[1.465,52.699],[1.461,52.705],[1.457,52.703],[1.45,52.703],[1.442,52.701],[1.443,52.695],[1.439,52.693],[1.439,52.691],[1.434,52.689],[1.429,52.691],[1.426,52.69],[1.419,52.692],[1.416,52.694],[1.42,52.697],[1.423,52.699],[1.424,52.702]]]},"properties":{"Name":"Broadland and Fakenham","ID":"E14001136"},"id":73}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.028,51.427],[0.027,51.428],[0.026,51.429],[0.025,51.429],[0.023,51.428],[0.022,51.427],[0.021,51.427],[0.02,51.427],[0.019,51.427],[0.018,51.427],[0.014,51.426],[0.014,51.425],[0.012,51.424],[0.011,51.423],[0.009,51.423],[0.008,51.423],[0.007,51.421],[0.006,51.421],[0.006,51.42],[0.005,51.42],[0.005,51.419],[0.003,51.418],[0.002,51.418],[0.001,51.418],[0,51.418],[0,51.417],[-0.004,51.415],[-0.005,51.415],[-0.006,51.416],[-0.007,51.416],[-0.007,51.415],[-0.008,51.414],[-0.004,51.409],[0.002,51.406],[0.006,51.403],[0.014,51.4],[0.015,51.398],[0.01,51.396],[0.01,51.395],[0.007,51.393],[0.008,51.391],[0.003,51.388],[0.003,51.381],[-0.002,51.377],[0.003,51.377],[0.002,51.374],[-0.001,51.371],[-0.006,51.368],[-0.016,51.365],[-0.02,51.364],[-0.016,51.359],[-0.008,51.356],[-0.006,51.353],[0.001,51.334],[0.003,51.332],[0.002,51.329],[0.005,51.322],[0.007,51.316],[0.01,51.316],[0.008,51.31],[0.011,51.302],[0.015,51.292],[0.019,51.292],[0.021,51.297],[0.025,51.302],[0.033,51.308],[0.037,51.306],[0.043,51.301],[0.05,51.304],[0.049,51.306],[0.044,51.308],[0.043,51.31],[0.044,51.32],[0.039,51.326],[0.042,51.331],[0.038,51.332],[0.042,51.34],[0.046,51.342],[0.044,51.343],[0.044,51.347],[0.04,51.349],[0.046,51.353],[0.044,51.354],[0.046,51.356],[0.05,51.362],[0.053,51.362],[0.055,51.365],[0.05,51.368],[0.048,51.37],[0.054,51.374],[0.058,51.381],[0.061,51.383],[0.062,51.385],[0.066,51.39],[0.064,51.394],[0.067,51.396],[0.059,51.404],[0.054,51.409],[0.045,51.417],[0.035,51.423],[0.032,51.425],[0.031,51.425],[0.029,51.427],[0.028,51.427]]]},"properties":{"Name":"Bromley and Biggin Hill","ID":"E14001137"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.017,52.433],[-2.024,52.435],[-2.024,52.432],[-2.029,52.429],[-2.03,52.427],[-2.037,52.428],[-2.037,52.431],[-2.04,52.438],[-2.037,52.44],[-2.038,52.442],[-2.047,52.44],[-2.056,52.441],[-2.058,52.441],[-2.06,52.437],[-2.059,52.435],[-2.06,52.429],[-2.062,52.427],[-2.067,52.43],[-2.062,52.432],[-2.068,52.433],[-2.072,52.434],[-2.078,52.434],[-2.082,52.432],[-2.086,52.433],[-2.087,52.437],[-2.09,52.443],[-2.099,52.445],[-2.105,52.444],[-2.109,52.441],[-2.112,52.437],[-2.117,52.434],[-2.13,52.432],[-2.133,52.428],[-2.136,52.426],[-2.144,52.426],[-2.165,52.43],[-2.164,52.424],[-2.168,52.424],[-2.165,52.422],[-2.164,52.417],[-2.16,52.416],[-2.158,52.409],[-2.154,52.41],[-2.146,52.41],[-2.145,52.411],[-2.134,52.41],[-2.128,52.406],[-2.126,52.402],[-2.131,52.399],[-2.135,52.399],[-2.138,52.396],[-2.138,52.394],[-2.133,52.392],[-2.13,52.389],[-2.132,52.387],[-2.128,52.381],[-2.123,52.373],[-2.122,52.366],[-2.12,52.364],[-2.121,52.362],[-2.12,52.36],[-2.124,52.359],[-2.131,52.358],[-2.132,52.355],[-2.135,52.353],[-2.137,52.35],[-2.125,52.344],[-2.125,52.34],[-2.117,52.342],[-2.116,52.339],[-2.113,52.337],[-2.118,52.335],[-2.118,52.332],[-2.116,52.328],[-2.119,52.325],[-2.116,52.322],[-2.124,52.315],[-2.116,52.313],[-2.11,52.315],[-2.102,52.313],[-2.095,52.313],[-2.086,52.315],[-2.085,52.314],[-2.089,52.306],[-2.085,52.297],[-2.092,52.289],[-2.088,52.289],[-2.074,52.289],[-2.06,52.284],[-2.056,52.285],[-2.051,52.287],[-2.047,52.288],[-2.038,52.286],[-2.033,52.283],[-2.031,52.283],[-2.024,52.28],[-2.016,52.279],[-2.009,52.278],[-2.002,52.28],[-1.998,52.284],[-2.002,52.288],[-1.991,52.292],[-1.988,52.29],[-1.984,52.292],[-1.985,52.293],[-1.983,52.298],[-1.976,52.304],[-1.982,52.308],[-1.978,52.31],[-1.974,52.308],[-1.969,52.313],[-1.97,52.315],[-1.961,52.315],[-1.958,52.318],[-1.953,52.32],[-1.95,52.322],[-1.943,52.321],[-1.941,52.323],[-1.933,52.324],[-1.928,52.324],[-1.922,52.322],[-1.91,52.323],[-1.909,52.32],[-1.899,52.322],[-1.892,52.321],[-1.89,52.318],[-1.881,52.311],[-1.875,52.312],[-1.87,52.313],[-1.867,52.319],[-1.867,52.331],[-1.868,52.333],[-1.874,52.339],[-1.876,52.346],[-1.885,52.354],[-1.889,52.361],[-1.876,52.364],[-1.872,52.368],[-1.863,52.376],[-1.861,52.38],[-1.861,52.384],[-1.858,52.387],[-1.849,52.394],[-1.847,52.397],[-1.845,52.4],[-1.851,52.402],[-1.853,52.401],[-1.865,52.405],[-1.869,52.405],[-1.872,52.405],[-1.872,52.402],[-1.878,52.402],[-1.879,52.4],[-1.883,52.4],[-1.886,52.404],[-1.892,52.404],[-1.897,52.403],[-1.901,52.404],[-1.905,52.403],[-1.909,52.404],[-1.911,52.407],[-1.914,52.407],[-1.915,52.403],[-1.918,52.4],[-1.919,52.398],[-1.924,52.397],[-1.928,52.393],[-1.933,52.39],[-1.935,52.388],[-1.945,52.391],[-1.954,52.393],[-1.959,52.388],[-1.965,52.392],[-1.966,52.389],[-1.972,52.389],[-1.976,52.387],[-1.979,52.388],[-1.984,52.387],[-1.988,52.385],[-1.99,52.382],[-1.995,52.381],[-2,52.382],[-2.002,52.384],[-2.005,52.384],[-2.008,52.387],[-2.011,52.386],[-2.013,52.389],[-2.014,52.394],[-2.017,52.394],[-2.019,52.396],[-2.021,52.4],[-2.028,52.4],[-2.032,52.401],[-2.033,52.403],[-2.028,52.407],[-2.02,52.407],[-2.018,52.406],[-2.013,52.407],[-2.005,52.409],[-2.004,52.411],[-1.998,52.41],[-1.996,52.412],[-1.989,52.414],[-1.986,52.417],[-1.991,52.415],[-1.997,52.417],[-2.002,52.421],[-2.002,52.423],[-2.004,52.426],[-2.007,52.428],[-2.01,52.427],[-2.013,52.429],[-2.015,52.429],[-2.015,52.432],[-2.017,52.433]]]},"properties":{"Name":"Bromsgrove","ID":"E14001138"},"id":75}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.042,51.775],[0.043,51.779],[0.046,51.782],[0.043,51.789],[0.037,51.79],[0.034,51.791],[0.032,51.795],[0.033,51.797],[0.037,51.798],[0.038,51.794],[0.04,51.794],[0.042,51.798],[0.042,51.802],[0.039,51.804],[0.038,51.809],[0.034,51.81],[0.032,51.809],[0.03,51.806],[0.022,51.805],[0.016,51.807],[0.011,51.806],[0.005,51.809],[0.001,51.807],[0,51.805],[-0.003,51.806],[-0.007,51.805],[-0.004,51.802],[-0.004,51.8],[-0.01,51.801],[-0.011,51.803],[-0.018,51.8],[-0.021,51.8],[-0.025,51.797],[-0.033,51.799],[-0.043,51.8],[-0.044,51.797],[-0.047,51.797],[-0.048,51.79],[-0.053,51.789],[-0.056,51.786],[-0.056,51.783],[-0.064,51.782],[-0.067,51.783],[-0.076,51.781],[-0.08,51.782],[-0.086,51.779],[-0.087,51.773],[-0.09,51.77],[-0.089,51.763],[-0.095,51.758],[-0.095,51.754],[-0.096,51.75],[-0.089,51.749],[-0.089,51.746],[-0.092,51.743],[-0.096,51.741],[-0.097,51.738],[-0.102,51.732],[-0.102,51.73],[-0.105,51.729],[-0.109,51.724],[-0.114,51.721],[-0.113,51.719],[-0.107,51.713],[-0.107,51.706],[-0.106,51.694],[-0.106,51.692],[-0.095,51.69],[-0.085,51.69],[-0.079,51.689],[-0.066,51.684],[-0.061,51.683],[-0.057,51.683],[-0.049,51.684],[-0.046,51.683],[-0.028,51.682],[-0.02,51.681],[-0.012,51.681],[-0.012,51.687],[-0.016,51.69],[-0.02,51.703],[-0.018,51.707],[-0.015,51.717],[-0.014,51.723],[-0.013,51.737],[-0.014,51.742],[-0.012,51.743],[-0.006,51.742],[0.002,51.746],[0.003,51.754],[0.004,51.755],[0.01,51.756],[0.013,51.758],[0.012,51.761],[0.014,51.764],[0.018,51.767],[0.018,51.77],[0.025,51.773],[0.031,51.775],[0.037,51.776],[0.042,51.775]]]},"properties":{"Name":"Broxbourne","ID":"E14001139"},"id":76}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.258,53.041],[-1.266,53.038],[-1.269,53.039],[-1.271,53.042],[-1.279,53.044],[-1.279,53.047],[-1.288,53.048],[-1.295,53.046],[-1.299,53.046],[-1.304,53.042],[-1.306,53.046],[-1.308,53.048],[-1.311,53.047],[-1.314,53.048],[-1.32,53.048],[-1.33,53.054],[-1.336,53.053],[-1.336,53.052],[-1.333,53.048],[-1.333,53.045],[-1.334,53.041],[-1.333,53.038],[-1.333,53.036],[-1.331,53.03],[-1.325,53.026],[-1.322,53.02],[-1.319,53.016],[-1.32,53.011],[-1.316,53.009],[-1.312,53.005],[-1.307,53.004],[-1.302,52.998],[-1.301,52.995],[-1.3,52.99],[-1.295,52.988],[-1.295,52.986],[-1.297,52.985],[-1.293,52.975],[-1.291,52.971],[-1.288,52.97],[-1.289,52.966],[-1.289,52.961],[-1.291,52.96],[-1.291,52.955],[-1.288,52.955],[-1.282,52.951],[-1.281,52.949],[-1.283,52.946],[-1.278,52.936],[-1.278,52.933],[-1.282,52.929],[-1.286,52.926],[-1.283,52.921],[-1.283,52.915],[-1.282,52.91],[-1.274,52.905],[-1.267,52.905],[-1.26,52.904],[-1.256,52.902],[-1.249,52.903],[-1.245,52.902],[-1.248,52.9],[-1.246,52.898],[-1.24,52.894],[-1.24,52.892],[-1.233,52.893],[-1.227,52.896],[-1.22,52.896],[-1.219,52.898],[-1.221,52.901],[-1.22,52.903],[-1.214,52.904],[-1.213,52.91],[-1.211,52.912],[-1.206,52.912],[-1.199,52.909],[-1.191,52.914],[-1.182,52.917],[-1.197,52.929],[-1.206,52.933],[-1.215,52.934],[-1.215,52.936],[-1.218,52.941],[-1.224,52.942],[-1.227,52.941],[-1.234,52.944],[-1.245,52.95],[-1.247,52.954],[-1.242,52.962],[-1.241,52.963],[-1.244,52.968],[-1.251,52.965],[-1.253,52.967],[-1.26,52.966],[-1.268,52.973],[-1.261,52.976],[-1.265,52.98],[-1.27,52.978],[-1.275,52.982],[-1.275,52.985],[-1.278,52.985],[-1.278,52.989],[-1.271,52.991],[-1.272,52.993],[-1.277,52.995],[-1.281,52.995],[-1.279,53.001],[-1.275,53.003],[-1.275,53.005],[-1.277,53.006],[-1.272,53.011],[-1.268,53.014],[-1.264,53.013],[-1.261,53.014],[-1.256,53.018],[-1.256,53.023],[-1.247,53.028],[-1.248,53.031],[-1.241,53.031],[-1.239,53.033],[-1.247,53.035],[-1.253,53.04],[-1.258,53.041]]]},"properties":{"Name":"Broxtowe","ID":"E14001140"},"id":77}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.871,52.04],[-0.873,52.036],[-0.876,52.034],[-0.878,52.03],[-0.884,52.028],[-0.889,52.032],[-0.891,52.03],[-0.9,52.026],[-0.904,52.024],[-0.906,52.021],[-0.912,52.025],[-0.914,52.029],[-0.92,52.033],[-0.924,52.036],[-0.93,52.044],[-0.93,52.05],[-0.932,52.054],[-0.937,52.059],[-0.938,52.061],[-0.942,52.064],[-0.94,52.068],[-0.944,52.07],[-0.944,52.073],[-0.94,52.076],[-0.945,52.077],[-0.947,52.079],[-0.952,52.082],[-0.959,52.079],[-0.965,52.075],[-0.968,52.071],[-0.973,52.073],[-0.981,52.071],[-0.982,52.07],[-0.99,52.071],[-0.995,52.073],[-1,52.072],[-1.006,52.073],[-1.007,52.072],[-1.013,52.072],[-1.02,52.073],[-1.021,52.075],[-1.028,52.075],[-1.042,52.074],[-1.032,52.071],[-1.029,52.07],[-1.026,52.066],[-1.03,52.063],[-1.038,52.066],[-1.041,52.066],[-1.048,52.063],[-1.053,52.06],[-1.062,52.063],[-1.068,52.061],[-1.072,52.058],[-1.076,52.059],[-1.08,52.057],[-1.083,52.052],[-1.089,52.052],[-1.096,52.051],[-1.099,52.049],[-1.104,52.048],[-1.106,52.049],[-1.114,52.048],[-1.12,52.046],[-1.122,52.045],[-1.123,52.042],[-1.126,52.039],[-1.127,52.037],[-1.131,52.032],[-1.133,52.028],[-1.137,52.022],[-1.136,52.02],[-1.128,52.018],[-1.125,52.017],[-1.121,52.017],[-1.118,52.015],[-1.112,52.017],[-1.103,52.013],[-1.1,52.013],[-1.097,52.015],[-1.091,52.009],[-1.089,52.006],[-1.082,52.007],[-1.079,52.009],[-1.074,52.006],[-1.065,52.009],[-1.059,52.008],[-1.058,52.003],[-1.053,52.002],[-1.059,51.998],[-1.079,51.98],[-1.08,51.976],[-1.085,51.968],[-1.088,51.967],[-1.092,51.962],[-1.095,51.957],[-1.089,51.956],[-1.09,51.954],[-1.081,51.95],[-1.079,51.947],[-1.08,51.945],[-1.076,51.943],[-1.065,51.948],[-1.059,51.949],[-1.055,51.949],[-1.056,51.943],[-1.044,51.939],[-1.044,51.937],[-1.04,51.936],[-1.034,51.938],[-1.028,51.938],[-1.024,51.936],[-1.019,51.936],[-1.017,51.938],[-1.013,51.939],[-1.01,51.942],[-1.002,51.943],[-0.992,51.94],[-0.989,51.941],[-0.984,51.945],[-0.983,51.949],[-0.978,51.951],[-0.977,51.954],[-0.97,51.956],[-0.959,51.955],[-0.956,51.955],[-0.949,51.951],[-0.938,51.95],[-0.933,51.947],[-0.926,51.947],[-0.92,51.943],[-0.917,51.942],[-0.91,51.938],[-0.909,51.936],[-0.91,51.932],[-0.909,51.93],[-0.901,51.927],[-0.904,51.921],[-0.907,51.92],[-0.911,51.917],[-0.918,51.907],[-0.927,51.907],[-0.932,51.905],[-0.932,51.902],[-0.943,51.897],[-0.953,51.899],[-0.956,51.899],[-0.957,51.896],[-0.96,51.896],[-0.966,51.892],[-0.97,51.892],[-0.973,51.893],[-0.975,51.891],[-0.983,51.887],[-0.986,51.883],[-0.983,51.881],[-0.987,51.876],[-0.982,51.875],[-0.981,51.872],[-0.976,51.873],[-0.971,51.872],[-0.973,51.869],[-0.973,51.867],[-0.965,51.864],[-0.957,51.86],[-0.954,51.862],[-0.949,51.86],[-0.943,51.861],[-0.943,51.858],[-0.935,51.858],[-0.934,51.859],[-0.925,51.858],[-0.918,51.861],[-0.902,51.857],[-0.897,51.858],[-0.895,51.861],[-0.891,51.864],[-0.889,51.868],[-0.885,51.868],[-0.875,51.863],[-0.861,51.86],[-0.859,51.859],[-0.861,51.864],[-0.861,51.866],[-0.855,51.87],[-0.854,51.871],[-0.862,51.876],[-0.863,51.877],[-0.859,51.882],[-0.858,51.883],[-0.853,51.883],[-0.851,51.886],[-0.839,51.895],[-0.838,51.897],[-0.834,51.898],[-0.83,51.895],[-0.826,51.897],[-0.811,51.897],[-0.806,51.898],[-0.802,51.897],[-0.803,51.894],[-0.799,51.892],[-0.796,51.894],[-0.796,51.899],[-0.791,51.903],[-0.786,51.905],[-0.781,51.905],[-0.774,51.906],[-0.77,51.905],[-0.767,51.903],[-0.756,51.908],[-0.754,51.911],[-0.75,51.913],[-0.743,51.919],[-0.74,51.919],[-0.733,51.923],[-0.725,51.919],[-0.724,51.919],[-0.715,51.915],[-0.705,51.911],[-0.702,51.909],[-0.692,51.922],[-0.69,51.928],[-0.683,51.936],[-0.681,51.939],[-0.683,51.942],[-0.679,51.944],[-0.673,51.946],[-0.67,51.949],[-0.673,51.952],[-0.672,51.956],[-0.668,51.955],[-0.662,51.956],[-0.659,51.96],[-0.656,51.961],[-0.654,51.964],[-0.653,51.967],[-0.651,51.968],[-0.653,51.969],[-0.669,51.978],[-0.671,51.977],[-0.678,51.977],[-0.682,51.98],[-0.688,51.981],[-0.693,51.982],[-0.696,51.982],[-0.702,51.985],[-0.701,51.993],[-0.707,51.998],[-0.709,52.002],[-0.71,52.005],[-0.713,52.01],[-0.717,52.012],[-0.724,52.013],[-0.736,52.012],[-0.751,52.013],[-0.757,52.015],[-0.761,52.011],[-0.771,52.004],[-0.775,52.002],[-0.776,52],[-0.789,52.005],[-0.797,52.01],[-0.803,52.013],[-0.804,52.012],[-0.812,52.01],[-0.812,52.006],[-0.816,52.005],[-0.819,52.008],[-0.82,52.012],[-0.827,52.015],[-0.832,52.018],[-0.835,52.019],[-0.839,52.021],[-0.845,52.023],[-0.847,52.026],[-0.857,52.031],[-0.856,52.032],[-0.861,52.036],[-0.871,52.04]]]},"properties":{"Name":"Buckingham and Bletchley","ID":"E14001141"},"id":78}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.112,53.806],[-2.129,53.82],[-2.135,53.816],[-2.142,53.82],[-2.149,53.82],[-2.152,53.824],[-2.167,53.822],[-2.171,53.823],[-2.186,53.822],[-2.193,53.823],[-2.196,53.826],[-2.199,53.827],[-2.199,53.83],[-2.204,53.832],[-2.206,53.831],[-2.21,53.83],[-2.217,53.828],[-2.219,53.825],[-2.227,53.828],[-2.23,53.83],[-2.23,53.834],[-2.232,53.836],[-2.24,53.834],[-2.24,53.831],[-2.243,53.828],[-2.246,53.827],[-2.254,53.831],[-2.272,53.825],[-2.277,53.824],[-2.275,53.819],[-2.27,53.815],[-2.277,53.813],[-2.28,53.808],[-2.283,53.807],[-2.289,53.809],[-2.295,53.809],[-2.297,53.811],[-2.296,53.814],[-2.303,53.815],[-2.303,53.818],[-2.305,53.82],[-2.309,53.817],[-2.311,53.813],[-2.315,53.812],[-2.319,53.812],[-2.323,53.81],[-2.326,53.807],[-2.33,53.807],[-2.335,53.801],[-2.336,53.795],[-2.342,53.795],[-2.341,53.792],[-2.337,53.792],[-2.339,53.789],[-2.336,53.785],[-2.336,53.782],[-2.33,53.781],[-2.332,53.778],[-2.33,53.774],[-2.331,53.77],[-2.329,53.766],[-2.328,53.76],[-2.322,53.757],[-2.316,53.752],[-2.314,53.752],[-2.314,53.747],[-2.303,53.748],[-2.295,53.752],[-2.293,53.75],[-2.287,53.746],[-2.285,53.744],[-2.282,53.745],[-2.278,53.743],[-2.275,53.744],[-2.271,53.742],[-2.267,53.743],[-2.263,53.746],[-2.264,53.747],[-2.257,53.75],[-2.256,53.753],[-2.252,53.755],[-2.24,53.747],[-2.235,53.742],[-2.233,53.738],[-2.226,53.739],[-2.217,53.738],[-2.205,53.734],[-2.203,53.732],[-2.197,53.733],[-2.185,53.731],[-2.181,53.729],[-2.173,53.723],[-2.171,53.725],[-2.167,53.727],[-2.164,53.731],[-2.156,53.734],[-2.156,53.735],[-2.148,53.734],[-2.144,53.737],[-2.141,53.742],[-2.142,53.746],[-2.134,53.749],[-2.13,53.755],[-2.132,53.758],[-2.13,53.763],[-2.13,53.768],[-2.131,53.774],[-2.135,53.777],[-2.136,53.78],[-2.13,53.785],[-2.125,53.788],[-2.126,53.79],[-2.13,53.792],[-2.128,53.795],[-2.128,53.798],[-2.126,53.799],[-2.112,53.806]]]},"properties":{"Name":"Burnley","ID":"E14001142"},"id":79}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.779,53.045],[-1.781,53.046],[-1.79,53.043],[-1.79,53.039],[-1.794,53.039],[-1.793,53.032],[-1.791,53.03],[-1.79,53.026],[-1.785,53.024],[-1.795,53.02],[-1.794,53.017],[-1.798,53.016],[-1.8,53.017],[-1.802,53.022],[-1.806,53.023],[-1.808,53.026],[-1.814,53.03],[-1.821,53.029],[-1.83,53.033],[-1.846,53.03],[-1.851,53.031],[-1.856,53.034],[-1.864,53.03],[-1.863,53.029],[-1.872,53.02],[-1.876,53.022],[-1.884,53.02],[-1.887,53.016],[-1.883,53.011],[-1.877,53.006],[-1.879,53.003],[-1.878,53],[-1.881,52.996],[-1.881,52.995],[-1.874,52.994],[-1.87,52.991],[-1.87,52.987],[-1.865,52.983],[-1.865,52.981],[-1.86,52.978],[-1.861,52.975],[-1.868,52.974],[-1.871,52.974],[-1.872,52.972],[-1.877,52.972],[-1.881,52.97],[-1.888,52.971],[-1.889,52.969],[-1.897,52.972],[-1.899,52.971],[-1.903,52.966],[-1.911,52.963],[-1.914,52.965],[-1.918,52.966],[-1.922,52.964],[-1.925,52.963],[-1.928,52.96],[-1.923,52.957],[-1.918,52.958],[-1.916,52.954],[-1.918,52.952],[-1.909,52.949],[-1.904,52.946],[-1.91,52.94],[-1.919,52.941],[-1.924,52.942],[-1.928,52.941],[-1.931,52.938],[-1.932,52.934],[-1.934,52.932],[-1.94,52.932],[-1.951,52.934],[-1.954,52.935],[-1.962,52.937],[-1.97,52.941],[-1.976,52.938],[-1.976,52.935],[-1.98,52.934],[-1.985,52.936],[-1.994,52.934],[-2,52.932],[-2.002,52.929],[-2.009,52.927],[-2.017,52.924],[-2.026,52.925],[-2.034,52.922],[-2.034,52.918],[-2.042,52.917],[-2.036,52.915],[-2.024,52.91],[-2.016,52.908],[-2.013,52.906],[-2.017,52.902],[-2.008,52.899],[-2.003,52.897],[-2,52.892],[-1.996,52.892],[-1.991,52.894],[-1.986,52.895],[-1.98,52.894],[-1.97,52.885],[-1.964,52.884],[-1.958,52.886],[-1.956,52.885],[-1.952,52.886],[-1.949,52.884],[-1.945,52.884],[-1.943,52.881],[-1.94,52.879],[-1.934,52.878],[-1.926,52.879],[-1.922,52.877],[-1.919,52.873],[-1.91,52.873],[-1.898,52.869],[-1.892,52.865],[-1.893,52.863],[-1.89,52.861],[-1.879,52.859],[-1.865,52.86],[-1.857,52.854],[-1.852,52.852],[-1.846,52.853],[-1.842,52.855],[-1.837,52.847],[-1.833,52.845],[-1.83,52.843],[-1.804,52.855],[-1.778,52.845],[-1.778,52.843],[-1.78,52.82],[-1.773,52.819],[-1.736,52.816],[-1.721,52.813],[-1.71,52.812],[-1.704,52.812],[-1.702,52.811],[-1.699,52.807],[-1.7,52.802],[-1.692,52.796],[-1.68,52.789],[-1.685,52.785],[-1.687,52.782],[-1.684,52.778],[-1.68,52.777],[-1.67,52.774],[-1.67,52.778],[-1.671,52.781],[-1.667,52.785],[-1.663,52.785],[-1.658,52.783],[-1.657,52.781],[-1.652,52.78],[-1.649,52.78],[-1.638,52.787],[-1.627,52.78],[-1.619,52.785],[-1.612,52.781],[-1.609,52.784],[-1.614,52.786],[-1.614,52.788],[-1.612,52.79],[-1.604,52.791],[-1.601,52.794],[-1.604,52.795],[-1.598,52.798],[-1.596,52.797],[-1.589,52.8],[-1.591,52.802],[-1.59,52.806],[-1.593,52.809],[-1.605,52.815],[-1.61,52.816],[-1.608,52.819],[-1.607,52.822],[-1.602,52.827],[-1.598,52.828],[-1.589,52.829],[-1.594,52.835],[-1.599,52.838],[-1.602,52.837],[-1.603,52.841],[-1.607,52.843],[-1.613,52.845],[-1.618,52.845],[-1.623,52.849],[-1.625,52.85],[-1.63,52.853],[-1.635,52.853],[-1.643,52.856],[-1.646,52.856],[-1.651,52.857],[-1.659,52.857],[-1.664,52.858],[-1.67,52.861],[-1.679,52.862],[-1.685,52.862],[-1.69,52.864],[-1.694,52.863],[-1.701,52.862],[-1.7,52.864],[-1.703,52.866],[-1.714,52.866],[-1.718,52.865],[-1.716,52.862],[-1.721,52.862],[-1.725,52.86],[-1.73,52.863],[-1.739,52.865],[-1.74,52.868],[-1.746,52.866],[-1.75,52.867],[-1.752,52.871],[-1.751,52.874],[-1.756,52.875],[-1.759,52.877],[-1.765,52.879],[-1.769,52.878],[-1.776,52.88],[-1.775,52.883],[-1.78,52.882],[-1.783,52.884],[-1.786,52.883],[-1.788,52.88],[-1.793,52.881],[-1.794,52.883],[-1.801,52.886],[-1.805,52.883],[-1.812,52.881],[-1.812,52.882],[-1.824,52.883],[-1.828,52.885],[-1.828,52.887],[-1.833,52.887],[-1.833,52.89],[-1.834,52.896],[-1.831,52.896],[-1.833,52.902],[-1.836,52.904],[-1.841,52.905],[-1.847,52.91],[-1.844,52.91],[-1.843,52.913],[-1.848,52.913],[-1.848,52.92],[-1.851,52.921],[-1.855,52.92],[-1.856,52.924],[-1.856,52.927],[-1.853,52.928],[-1.854,52.931],[-1.849,52.932],[-1.851,52.934],[-1.847,52.936],[-1.844,52.939],[-1.84,52.941],[-1.836,52.941],[-1.836,52.945],[-1.83,52.946],[-1.829,52.948],[-1.831,52.952],[-1.834,52.954],[-1.829,52.958],[-1.829,52.961],[-1.826,52.962],[-1.828,52.964],[-1.828,52.966],[-1.83,52.971],[-1.829,52.975],[-1.824,52.979],[-1.807,52.98],[-1.803,52.981],[-1.802,52.983],[-1.805,52.985],[-1.799,52.986],[-1.794,52.988],[-1.789,52.989],[-1.787,52.991],[-1.789,52.993],[-1.784,52.995],[-1.781,52.995],[-1.778,52.996],[-1.771,52.996],[-1.768,53],[-1.763,53],[-1.766,53.009],[-1.764,53.01],[-1.762,53.015],[-1.759,53.015],[-1.758,53.018],[-1.764,53.021],[-1.762,53.025],[-1.758,53.028],[-1.757,53.031],[-1.761,53.034],[-1.759,53.035],[-1.76,53.039],[-1.766,53.041],[-1.768,53.044],[-1.773,53.044],[-1.779,53.043],[-1.779,53.045]]]},"properties":{"Name":"Burton and Uttoxeter","ID":"E14001143"},"id":80}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.272,53.615],[-2.273,53.619],[-2.278,53.619],[-2.278,53.62],[-2.282,53.622],[-2.284,53.625],[-2.284,53.627],[-2.287,53.632],[-2.295,53.64],[-2.298,53.648],[-2.297,53.653],[-2.294,53.658],[-2.296,53.664],[-2.3,53.667],[-2.306,53.663],[-2.308,53.661],[-2.311,53.66],[-2.316,53.655],[-2.32,53.656],[-2.333,53.655],[-2.353,53.658],[-2.355,53.659],[-2.356,53.665],[-2.361,53.665],[-2.371,53.667],[-2.368,53.662],[-2.364,53.657],[-2.363,53.655],[-2.365,53.652],[-2.367,53.645],[-2.371,53.645],[-2.372,53.642],[-2.369,53.635],[-2.37,53.632],[-2.376,53.632],[-2.379,53.631],[-2.379,53.627],[-2.383,53.626],[-2.378,53.623],[-2.378,53.621],[-2.374,53.616],[-2.369,53.616],[-2.363,53.61],[-2.365,53.609],[-2.364,53.606],[-2.367,53.6],[-2.369,53.597],[-2.369,53.596],[-2.377,53.593],[-2.375,53.59],[-2.377,53.582],[-2.374,53.58],[-2.373,53.573],[-2.373,53.57],[-2.369,53.57],[-2.366,53.569],[-2.361,53.568],[-2.357,53.563],[-2.354,53.564],[-2.342,53.566],[-2.335,53.567],[-2.34,53.576],[-2.343,53.578],[-2.349,53.578],[-2.351,53.58],[-2.345,53.581],[-2.345,53.588],[-2.341,53.59],[-2.338,53.586],[-2.334,53.583],[-2.329,53.584],[-2.32,53.582],[-2.318,53.583],[-2.313,53.578],[-2.305,53.577],[-2.303,53.576],[-2.303,53.572],[-2.296,53.571],[-2.298,53.569],[-2.305,53.569],[-2.301,53.565],[-2.301,53.562],[-2.294,53.564],[-2.29,53.568],[-2.292,53.573],[-2.286,53.572],[-2.284,53.576],[-2.287,53.578],[-2.282,53.58],[-2.281,53.583],[-2.283,53.586],[-2.278,53.586],[-2.279,53.588],[-2.277,53.591],[-2.272,53.59],[-2.27,53.592],[-2.259,53.592],[-2.258,53.595],[-2.256,53.597],[-2.25,53.599],[-2.246,53.599],[-2.245,53.601],[-2.248,53.602],[-2.251,53.607],[-2.259,53.606],[-2.267,53.609],[-2.272,53.615]]]},"properties":{"Name":"Bury North","ID":"E14001144"},"id":81}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.281,53.583],[-2.282,53.58],[-2.287,53.578],[-2.284,53.576],[-2.286,53.572],[-2.292,53.573],[-2.29,53.568],[-2.294,53.564],[-2.301,53.562],[-2.301,53.565],[-2.305,53.569],[-2.298,53.569],[-2.296,53.571],[-2.303,53.572],[-2.303,53.576],[-2.305,53.577],[-2.313,53.578],[-2.318,53.583],[-2.32,53.582],[-2.329,53.584],[-2.334,53.583],[-2.338,53.586],[-2.341,53.59],[-2.345,53.588],[-2.345,53.581],[-2.351,53.58],[-2.349,53.578],[-2.343,53.578],[-2.34,53.576],[-2.335,53.567],[-2.342,53.566],[-2.354,53.564],[-2.357,53.563],[-2.356,53.557],[-2.358,53.553],[-2.361,53.553],[-2.363,53.556],[-2.367,53.553],[-2.374,53.554],[-2.367,53.552],[-2.348,53.548],[-2.344,53.545],[-2.337,53.536],[-2.338,53.534],[-2.336,53.532],[-2.328,53.529],[-2.325,53.527],[-2.319,53.527],[-2.312,53.527],[-2.305,53.524],[-2.302,53.521],[-2.303,53.518],[-2.291,53.514],[-2.29,53.511],[-2.291,53.506],[-2.29,53.504],[-2.285,53.502],[-2.28,53.5],[-2.275,53.502],[-2.276,53.506],[-2.274,53.509],[-2.269,53.51],[-2.263,53.508],[-2.261,53.506],[-2.254,53.508],[-2.25,53.508],[-2.245,53.512],[-2.247,53.514],[-2.251,53.517],[-2.257,53.518],[-2.251,53.524],[-2.249,53.525],[-2.247,53.529],[-2.257,53.527],[-2.264,53.525],[-2.266,53.527],[-2.266,53.531],[-2.269,53.536],[-2.268,53.538],[-2.26,53.543],[-2.251,53.545],[-2.245,53.543],[-2.237,53.539],[-2.234,53.542],[-2.236,53.548],[-2.237,53.554],[-2.242,53.557],[-2.237,53.559],[-2.239,53.561],[-2.248,53.563],[-2.243,53.568],[-2.246,53.569],[-2.243,53.572],[-2.251,53.577],[-2.251,53.578],[-2.254,53.581],[-2.255,53.582],[-2.259,53.585],[-2.265,53.586],[-2.268,53.584],[-2.269,53.58],[-2.274,53.579],[-2.278,53.58],[-2.281,53.583]]]},"properties":{"Name":"Bury South","ID":"E14001145"},"id":82}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.967,52.37],[0.964,52.372],[0.957,52.372],[0.953,52.375],[0.947,52.376],[0.942,52.379],[0.942,52.381],[0.937,52.384],[0.936,52.387],[0.93,52.389],[0.928,52.388],[0.922,52.39],[0.914,52.389],[0.908,52.386],[0.905,52.386],[0.898,52.388],[0.894,52.388],[0.892,52.39],[0.88,52.392],[0.875,52.39],[0.866,52.391],[0.857,52.395],[0.857,52.398],[0.855,52.399],[0.849,52.4],[0.841,52.401],[0.835,52.4],[0.83,52.397],[0.828,52.395],[0.823,52.394],[0.815,52.393],[0.813,52.391],[0.808,52.39],[0.801,52.39],[0.795,52.391],[0.786,52.386],[0.779,52.387],[0.773,52.386],[0.77,52.39],[0.766,52.39],[0.761,52.387],[0.75,52.383],[0.745,52.385],[0.741,52.388],[0.741,52.392],[0.738,52.395],[0.733,52.395],[0.722,52.394],[0.712,52.395],[0.709,52.392],[0.701,52.381],[0.693,52.371],[0.689,52.369],[0.682,52.364],[0.676,52.361],[0.675,52.357],[0.682,52.356],[0.696,52.356],[0.709,52.351],[0.72,52.349],[0.739,52.348],[0.734,52.338],[0.733,52.331],[0.73,52.321],[0.723,52.308],[0.722,52.303],[0.725,52.301],[0.725,52.296],[0.72,52.295],[0.719,52.293],[0.714,52.291],[0.708,52.292],[0.702,52.292],[0.695,52.294],[0.692,52.293],[0.687,52.292],[0.685,52.29],[0.685,52.285],[0.68,52.282],[0.677,52.276],[0.673,52.275],[0.67,52.268],[0.67,52.267],[0.665,52.257],[0.673,52.257],[0.685,52.257],[0.683,52.254],[0.676,52.255],[0.676,52.252],[0.674,52.249],[0.679,52.249],[0.678,52.245],[0.681,52.242],[0.683,52.238],[0.687,52.232],[0.69,52.23],[0.701,52.231],[0.699,52.228],[0.703,52.228],[0.703,52.226],[0.706,52.222],[0.71,52.223],[0.717,52.226],[0.732,52.228],[0.74,52.22],[0.747,52.217],[0.75,52.212],[0.758,52.213],[0.768,52.212],[0.776,52.211],[0.773,52.206],[0.772,52.2],[0.776,52.197],[0.775,52.193],[0.771,52.191],[0.771,52.188],[0.765,52.188],[0.766,52.191],[0.763,52.191],[0.758,52.189],[0.763,52.187],[0.758,52.183],[0.754,52.182],[0.749,52.183],[0.747,52.187],[0.74,52.189],[0.735,52.187],[0.732,52.182],[0.728,52.178],[0.717,52.178],[0.716,52.178],[0.716,52.175],[0.72,52.174],[0.721,52.168],[0.723,52.165],[0.73,52.166],[0.734,52.169],[0.738,52.17],[0.738,52.166],[0.742,52.165],[0.743,52.16],[0.75,52.159],[0.753,52.16],[0.762,52.158],[0.765,52.174],[0.769,52.175],[0.777,52.175],[0.777,52.177],[0.787,52.178],[0.793,52.176],[0.802,52.174],[0.814,52.171],[0.821,52.164],[0.826,52.163],[0.845,52.161],[0.854,52.162],[0.869,52.166],[0.872,52.163],[0.874,52.16],[0.877,52.16],[0.882,52.155],[0.89,52.156],[0.894,52.158],[0.892,52.15],[0.897,52.15],[0.907,52.153],[0.913,52.154],[0.919,52.156],[0.923,52.154],[0.927,52.153],[0.932,52.156],[0.935,52.156],[0.938,52.158],[0.942,52.154],[0.938,52.153],[0.944,52.15],[0.945,52.147],[0.947,52.146],[0.952,52.146],[0.955,52.148],[0.956,52.151],[0.96,52.149],[0.967,52.149],[0.971,52.153],[0.977,52.154],[0.977,52.15],[0.99,52.152],[0.993,52.153],[0.991,52.157],[0.998,52.16],[1.002,52.162],[1,52.165],[1.001,52.166],[1.007,52.169],[1.009,52.169],[1.013,52.171],[1.025,52.173],[1.028,52.172],[1.03,52.174],[1.024,52.177],[1.026,52.18],[1.032,52.181],[1.033,52.183],[1.025,52.185],[1.023,52.185],[1.022,52.186],[1.014,52.193],[1.009,52.195],[1.001,52.197],[0.995,52.197],[0.992,52.199],[0.991,52.202],[0.984,52.201],[0.982,52.202],[0.978,52.201],[0.969,52.202],[0.964,52.203],[0.965,52.206],[0.962,52.212],[0.964,52.216],[0.962,52.218],[0.956,52.22],[0.949,52.216],[0.941,52.211],[0.931,52.213],[0.927,52.213],[0.926,52.215],[0.928,52.22],[0.923,52.221],[0.923,52.223],[0.917,52.224],[0.925,52.233],[0.926,52.235],[0.93,52.238],[0.941,52.249],[0.945,52.251],[0.954,52.256],[0.949,52.257],[0.936,52.257],[0.93,52.256],[0.92,52.256],[0.92,52.255],[0.911,52.257],[0.908,52.26],[0.897,52.262],[0.893,52.265],[0.888,52.266],[0.886,52.269],[0.882,52.273],[0.88,52.278],[0.881,52.281],[0.886,52.282],[0.886,52.283],[0.881,52.284],[0.881,52.286],[0.883,52.293],[0.887,52.293],[0.886,52.297],[0.883,52.3],[0.893,52.3],[0.9,52.299],[0.903,52.301],[0.904,52.306],[0.916,52.308],[0.919,52.309],[0.918,52.311],[0.925,52.312],[0.931,52.313],[0.928,52.316],[0.925,52.326],[0.931,52.33],[0.933,52.336],[0.938,52.335],[0.941,52.336],[0.953,52.337],[0.958,52.341],[0.956,52.342],[0.958,52.351],[0.954,52.357],[0.959,52.361],[0.967,52.366],[0.967,52.37]]]},"properties":{"Name":"Bury St Edmunds and Stowmarket","ID":"E14001146"},"id":83}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.951,53.786],[-1.96,53.784],[-1.981,53.786],[-1.987,53.796],[-1.996,53.8],[-2.01,53.807],[-2.018,53.808],[-2.027,53.809],[-2.031,53.809],[-2.036,53.813],[-2.036,53.814],[-2.05,53.82],[-2.061,53.826],[-2.085,53.819],[-2.092,53.814],[-2.103,53.809],[-2.112,53.806],[-2.126,53.799],[-2.128,53.798],[-2.128,53.795],[-2.13,53.792],[-2.126,53.79],[-2.125,53.788],[-2.13,53.785],[-2.136,53.78],[-2.135,53.777],[-2.131,53.774],[-2.13,53.768],[-2.13,53.763],[-2.132,53.758],[-2.13,53.755],[-2.134,53.749],[-2.142,53.746],[-2.141,53.742],[-2.144,53.737],[-2.148,53.734],[-2.156,53.735],[-2.156,53.734],[-2.164,53.731],[-2.167,53.727],[-2.171,53.725],[-2.173,53.723],[-2.17,53.719],[-2.172,53.717],[-2.167,53.714],[-2.166,53.71],[-2.163,53.707],[-2.163,53.699],[-2.161,53.698],[-2.152,53.695],[-2.145,53.692],[-2.148,53.686],[-2.146,53.682],[-2.145,53.68],[-2.141,53.679],[-2.14,53.683],[-2.134,53.686],[-2.128,53.682],[-2.125,53.675],[-2.118,53.671],[-2.114,53.671],[-2.097,53.673],[-2.093,53.67],[-2.087,53.671],[-2.084,53.673],[-2.084,53.678],[-2.08,53.678],[-2.077,53.677],[-2.072,53.679],[-2.062,53.683],[-2.051,53.684],[-2.049,53.68],[-2.052,53.679],[-2.055,53.676],[-2.054,53.671],[-2.045,53.665],[-2.037,53.662],[-2.036,53.659],[-2.037,53.655],[-2.041,53.651],[-2.04,53.649],[-2.042,53.645],[-2.041,53.641],[-2.037,53.638],[-2.03,53.636],[-2.029,53.634],[-2.031,53.629],[-2.027,53.624],[-2.026,53.621],[-2.023,53.616],[-2.014,53.615],[-2.009,53.617],[-2.004,53.619],[-2.005,53.622],[-1.994,53.624],[-1.989,53.624],[-1.98,53.623],[-1.973,53.626],[-1.966,53.629],[-1.963,53.633],[-1.957,53.634],[-1.947,53.638],[-1.94,53.642],[-1.936,53.645],[-1.934,53.648],[-1.905,53.645],[-1.898,53.645],[-1.895,53.645],[-1.893,53.649],[-1.882,53.654],[-1.873,53.658],[-1.867,53.66],[-1.86,53.663],[-1.855,53.663],[-1.85,53.666],[-1.848,53.665],[-1.844,53.666],[-1.851,53.67],[-1.854,53.672],[-1.85,53.673],[-1.843,53.672],[-1.839,53.671],[-1.836,53.669],[-1.833,53.67],[-1.826,53.67],[-1.819,53.673],[-1.814,53.677],[-1.81,53.678],[-1.789,53.683],[-1.78,53.684],[-1.768,53.688],[-1.761,53.69],[-1.76,53.693],[-1.753,53.693],[-1.748,53.695],[-1.742,53.692],[-1.741,53.687],[-1.737,53.685],[-1.735,53.682],[-1.731,53.68],[-1.727,53.683],[-1.732,53.685],[-1.732,53.686],[-1.736,53.69],[-1.733,53.695],[-1.74,53.699],[-1.74,53.705],[-1.736,53.709],[-1.739,53.712],[-1.737,53.714],[-1.741,53.717],[-1.748,53.719],[-1.755,53.721],[-1.754,53.726],[-1.759,53.725],[-1.77,53.726],[-1.775,53.727],[-1.779,53.731],[-1.779,53.736],[-1.78,53.738],[-1.785,53.74],[-1.786,53.742],[-1.793,53.745],[-1.797,53.744],[-1.801,53.742],[-1.807,53.742],[-1.814,53.741],[-1.816,53.735],[-1.825,53.731],[-1.826,53.727],[-1.831,53.728],[-1.839,53.727],[-1.835,53.723],[-1.829,53.724],[-1.823,53.723],[-1.815,53.717],[-1.817,53.716],[-1.814,53.711],[-1.819,53.706],[-1.816,53.705],[-1.815,53.703],[-1.817,53.701],[-1.831,53.7],[-1.84,53.7],[-1.841,53.698],[-1.845,53.698],[-1.844,53.694],[-1.85,53.694],[-1.854,53.693],[-1.858,53.696],[-1.863,53.697],[-1.867,53.697],[-1.876,53.698],[-1.878,53.702],[-1.881,53.702],[-1.89,53.706],[-1.899,53.708],[-1.903,53.708],[-1.907,53.706],[-1.911,53.703],[-1.916,53.703],[-1.921,53.701],[-1.929,53.697],[-1.93,53.689],[-1.934,53.688],[-1.935,53.691],[-1.938,53.695],[-1.944,53.697],[-1.947,53.692],[-1.953,53.695],[-1.952,53.697],[-1.959,53.699],[-1.955,53.7],[-1.951,53.704],[-1.95,53.708],[-1.947,53.708],[-1.946,53.71],[-1.939,53.712],[-1.932,53.712],[-1.929,53.71],[-1.922,53.712],[-1.923,53.713],[-1.92,53.716],[-1.921,53.719],[-1.928,53.721],[-1.929,53.724],[-1.929,53.726],[-1.933,53.728],[-1.932,53.73],[-1.926,53.728],[-1.921,53.73],[-1.921,53.735],[-1.922,53.738],[-1.92,53.74],[-1.923,53.745],[-1.922,53.747],[-1.926,53.749],[-1.927,53.751],[-1.925,53.755],[-1.925,53.763],[-1.927,53.765],[-1.929,53.771],[-1.937,53.775],[-1.941,53.775],[-1.944,53.778],[-1.947,53.779],[-1.947,53.782],[-1.951,53.786]]]},"properties":{"Name":"Calder Valley","ID":"E14001147"},"id":84}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.091,50.125],[-5.1,50.123],[-5.103,50.126],[-5.109,50.13],[-5.116,50.131],[-5.115,50.133],[-5.12,50.138],[-5.124,50.137],[-5.129,50.134],[-5.134,50.134],[-5.144,50.14],[-5.144,50.144],[-5.141,50.144],[-5.137,50.146],[-5.136,50.148],[-5.133,50.151],[-5.129,50.156],[-5.127,50.157],[-5.124,50.16],[-5.127,50.163],[-5.123,50.166],[-5.12,50.171],[-5.117,50.173],[-5.121,50.175],[-5.12,50.177],[-5.122,50.179],[-5.129,50.177],[-5.138,50.176],[-5.14,50.174],[-5.145,50.173],[-5.15,50.176],[-5.147,50.177],[-5.152,50.18],[-5.15,50.184],[-5.151,50.188],[-5.149,50.191],[-5.149,50.198],[-5.147,50.2],[-5.146,50.204],[-5.152,50.207],[-5.142,50.212],[-5.135,50.214],[-5.136,50.216],[-5.133,50.22],[-5.126,50.224],[-5.123,50.226],[-5.122,50.23],[-5.129,50.231],[-5.141,50.235],[-5.145,50.238],[-5.153,50.238],[-5.159,50.243],[-5.167,50.244],[-5.175,50.247],[-5.184,50.249],[-5.189,50.252],[-5.197,50.255],[-5.185,50.266],[-5.181,50.269],[-5.173,50.274],[-5.169,50.277],[-5.156,50.285],[-5.141,50.293],[-5.132,50.296],[-5.122,50.298],[-5.112,50.301],[-5.097,50.308],[-5.093,50.314],[-5.096,50.318],[-5.104,50.32],[-5.109,50.321],[-5.109,50.325],[-5.118,50.326],[-5.119,50.328],[-5.13,50.331],[-5.131,50.333],[-5.137,50.333],[-5.139,50.334],[-5.14,50.341],[-5.136,50.345],[-5.133,50.35],[-5.14,50.351],[-5.149,50.356],[-5.153,50.356],[-5.154,50.352],[-5.156,50.348],[-5.168,50.343],[-5.171,50.341],[-5.181,50.34],[-5.18,50.336],[-5.182,50.334],[-5.19,50.332],[-5.192,50.328],[-5.196,50.325],[-5.197,50.323],[-5.201,50.321],[-5.206,50.321],[-5.218,50.321],[-5.221,50.322],[-5.226,50.32],[-5.235,50.318],[-5.235,50.315],[-5.234,50.311],[-5.234,50.305],[-5.239,50.297],[-5.239,50.295],[-5.242,50.293],[-5.243,50.29],[-5.243,50.287],[-5.246,50.287],[-5.246,50.285],[-5.251,50.282],[-5.257,50.282],[-5.262,50.279],[-5.26,50.277],[-5.263,50.275],[-5.274,50.275],[-5.278,50.274],[-5.283,50.269],[-5.288,50.268],[-5.285,50.266],[-5.291,50.262],[-5.295,50.261],[-5.3,50.263],[-5.303,50.259],[-5.306,50.26],[-5.311,50.257],[-5.313,50.253],[-5.315,50.25],[-5.32,50.249],[-5.325,50.244],[-5.334,50.242],[-5.336,50.24],[-5.341,50.238],[-5.345,50.238],[-5.352,50.24],[-5.356,50.241],[-5.363,50.238],[-5.366,50.238],[-5.368,50.236],[-5.373,50.237],[-5.377,50.243],[-5.38,50.244],[-5.385,50.24],[-5.394,50.241],[-5.395,50.238],[-5.391,50.233],[-5.392,50.229],[-5.395,50.224],[-5.401,50.217],[-5.408,50.21],[-5.418,50.204],[-5.426,50.2],[-5.43,50.198],[-5.434,50.192],[-5.43,50.191],[-5.422,50.189],[-5.414,50.193],[-5.411,50.192],[-5.42,50.188],[-5.425,50.189],[-5.433,50.184],[-5.431,50.182],[-5.431,50.179],[-5.437,50.176],[-5.434,50.177],[-5.43,50.175],[-5.422,50.175],[-5.419,50.176],[-5.416,50.174],[-5.41,50.175],[-5.402,50.173],[-5.396,50.172],[-5.394,50.167],[-5.391,50.167],[-5.383,50.165],[-5.384,50.161],[-5.382,50.159],[-5.376,50.163],[-5.367,50.163],[-5.36,50.164],[-5.354,50.163],[-5.336,50.168],[-5.333,50.17],[-5.328,50.171],[-5.331,50.178],[-5.321,50.178],[-5.326,50.185],[-5.325,50.189],[-5.319,50.192],[-5.315,50.196],[-5.311,50.194],[-5.305,50.191],[-5.297,50.188],[-5.295,50.187],[-5.289,50.185],[-5.286,50.181],[-5.284,50.18],[-5.276,50.18],[-5.275,50.179],[-5.267,50.183],[-5.249,50.19],[-5.248,50.194],[-5.241,50.198],[-5.238,50.2],[-5.235,50.202],[-5.228,50.205],[-5.226,50.196],[-5.222,50.193],[-5.218,50.192],[-5.211,50.19],[-5.208,50.189],[-5.206,50.185],[-5.203,50.183],[-5.203,50.18],[-5.201,50.178],[-5.201,50.174],[-5.198,50.171],[-5.197,50.169],[-5.193,50.167],[-5.189,50.169],[-5.187,50.167],[-5.183,50.168],[-5.179,50.165],[-5.181,50.163],[-5.18,50.16],[-5.178,50.155],[-5.183,50.153],[-5.184,50.15],[-5.189,50.148],[-5.193,50.151],[-5.197,50.15],[-5.203,50.147],[-5.208,50.146],[-5.209,50.143],[-5.214,50.138],[-5.212,50.134],[-5.21,50.134],[-5.208,50.13],[-5.211,50.128],[-5.212,50.12],[-5.207,50.12],[-5.208,50.115],[-5.206,50.115],[-5.202,50.113],[-5.191,50.112],[-5.189,50.108],[-5.19,50.104],[-5.194,50.101],[-5.199,50.095],[-5.199,50.094],[-5.197,50.09],[-5.192,50.091],[-5.187,50.089],[-5.178,50.091],[-5.175,50.09],[-5.166,50.093],[-5.162,50.094],[-5.167,50.097],[-5.167,50.1],[-5.163,50.104],[-5.162,50.109],[-5.159,50.108],[-5.161,50.104],[-5.164,50.1],[-5.163,50.097],[-5.156,50.097],[-5.152,50.099],[-5.148,50.098],[-5.144,50.099],[-5.141,50.102],[-5.139,50.101],[-5.124,50.099],[-5.12,50.102],[-5.116,50.104],[-5.111,50.104],[-5.105,50.102],[-5.103,50.1],[-5.099,50.1],[-5.095,50.102],[-5.091,50.103],[-5.085,50.109],[-5.082,50.111],[-5.089,50.113],[-5.091,50.114],[-5.091,50.119],[-5.089,50.12],[-5.091,50.125]]]},"properties":{"Name":"Camborne and Redruth","ID":"E14001148"},"id":85}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.171,52.234],[0.166,52.234],[0.155,52.237],[0.148,52.23],[0.13,52.236],[0.125,52.234],[0.119,52.231],[0.117,52.228],[0.108,52.231],[0.103,52.228],[0.082,52.218],[0.069,52.216],[0.069,52.215],[0.07,52.212],[0.074,52.212],[0.074,52.208],[0.077,52.208],[0.079,52.204],[0.086,52.203],[0.085,52.201],[0.095,52.199],[0.098,52.197],[0.097,52.192],[0.104,52.192],[0.105,52.19],[0.1,52.185],[0.099,52.177],[0.101,52.174],[0.099,52.171],[0.107,52.17],[0.108,52.168],[0.104,52.163],[0.101,52.161],[0.103,52.158],[0.121,52.165],[0.132,52.168],[0.131,52.179],[0.131,52.183],[0.133,52.187],[0.14,52.188],[0.146,52.187],[0.155,52.186],[0.159,52.184],[0.163,52.19],[0.167,52.189],[0.17,52.192],[0.164,52.194],[0.16,52.2],[0.168,52.197],[0.17,52.199],[0.175,52.199],[0.18,52.202],[0.176,52.205],[0.171,52.206],[0.17,52.209],[0.176,52.217],[0.165,52.218],[0.161,52.221],[0.157,52.223],[0.155,52.226],[0.157,52.227],[0.161,52.231],[0.167,52.23],[0.169,52.234],[0.171,52.233],[0.171,52.234]]]},"properties":{"Name":"Cambridge","ID":"E14001149"},"id":86}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.944,52.774],[-1.949,52.774],[-1.951,52.772],[-1.956,52.769],[-1.959,52.768],[-1.965,52.766],[-1.971,52.765],[-1.973,52.762],[-1.977,52.762],[-1.983,52.762],[-1.997,52.764],[-2.004,52.761],[-2.007,52.761],[-2.018,52.759],[-2.015,52.754],[-2.015,52.751],[-2.018,52.744],[-2.018,52.742],[-2.027,52.736],[-2.025,52.735],[-2.025,52.729],[-2.031,52.713],[-2.031,52.705],[-2.041,52.702],[-2.045,52.699],[-2.047,52.694],[-2.055,52.69],[-2.05,52.685],[-2.05,52.681],[-2.052,52.68],[-2.051,52.678],[-2.043,52.676],[-2.041,52.674],[-2.036,52.671],[-2.028,52.671],[-2.026,52.672],[-2.019,52.673],[-2.013,52.669],[-2.006,52.67],[-2.002,52.667],[-2.001,52.665],[-2,52.66],[-1.998,52.657],[-1.993,52.653],[-1.994,52.648],[-1.992,52.645],[-1.984,52.644],[-1.987,52.64],[-1.985,52.64],[-1.976,52.64],[-1.971,52.642],[-1.965,52.641],[-1.963,52.644],[-1.96,52.645],[-1.961,52.654],[-1.955,52.654],[-1.956,52.656],[-1.96,52.662],[-1.955,52.663],[-1.961,52.668],[-1.959,52.672],[-1.963,52.675],[-1.962,52.678],[-1.958,52.679],[-1.959,52.684],[-1.955,52.684],[-1.954,52.687],[-1.951,52.688],[-1.948,52.691],[-1.947,52.696],[-1.943,52.697],[-1.936,52.696],[-1.93,52.703],[-1.93,52.704],[-1.926,52.708],[-1.921,52.708],[-1.917,52.709],[-1.924,52.714],[-1.931,52.715],[-1.937,52.714],[-1.938,52.716],[-1.933,52.721],[-1.934,52.724],[-1.934,52.728],[-1.927,52.731],[-1.926,52.735],[-1.92,52.738],[-1.916,52.739],[-1.912,52.743],[-1.914,52.747],[-1.911,52.751],[-1.917,52.755],[-1.912,52.758],[-1.913,52.76],[-1.923,52.762],[-1.926,52.764],[-1.93,52.768],[-1.932,52.768],[-1.938,52.772],[-1.944,52.774]]]},"properties":{"Name":"Cannock Chase","ID":"E14001150"},"id":87}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.082,51.368],[1.069,51.369],[1.066,51.367],[1.06,51.366],[1.054,51.366],[1.033,51.366],[1.031,51.364],[1.025,51.364],[1.025,51.363],[1.015,51.355],[1.013,51.353],[1.008,51.35],[0.998,51.348],[0.989,51.347],[0.976,51.346],[0.968,51.347],[0.959,51.345],[0.95,51.346],[0.958,51.338],[0.964,51.336],[0.971,51.338],[0.973,51.336],[0.991,51.325],[1.001,51.319],[1.008,51.32],[1.015,51.317],[1.017,51.313],[1.012,51.312],[1.007,51.31],[1.009,51.307],[1.011,51.303],[1.004,51.288],[1.006,51.284],[0.998,51.281],[0.988,51.279],[0.982,51.278],[0.98,51.275],[0.977,51.272],[0.977,51.27],[0.973,51.269],[0.973,51.267],[0.979,51.263],[0.988,51.257],[0.992,51.255],[0.998,51.251],[0.998,51.25],[0.99,51.246],[0.991,51.242],[0.986,51.238],[0.986,51.236],[0.991,51.23],[0.99,51.224],[0.995,51.223],[0.997,51.221],[1.001,51.215],[0.999,51.214],[1.005,51.211],[1.005,51.208],[1.003,51.203],[1.003,51.198],[0.997,51.192],[0.99,51.191],[0.99,51.188],[0.999,51.182],[1.004,51.18],[1.008,51.182],[1.014,51.181],[1.018,51.179],[1.021,51.179],[1.029,51.181],[1.04,51.182],[1.042,51.184],[1.042,51.187],[1.05,51.185],[1.055,51.189],[1.055,51.19],[1.058,51.205],[1.067,51.201],[1.075,51.197],[1.08,51.192],[1.085,51.19],[1.097,51.189],[1.109,51.187],[1.113,51.189],[1.115,51.194],[1.118,51.192],[1.116,51.188],[1.127,51.186],[1.131,51.186],[1.138,51.184],[1.144,51.179],[1.148,51.177],[1.15,51.186],[1.154,51.191],[1.158,51.191],[1.16,51.188],[1.164,51.185],[1.17,51.184],[1.18,51.188],[1.181,51.19],[1.184,51.19],[1.189,51.186],[1.192,51.184],[1.198,51.187],[1.207,51.194],[1.219,51.203],[1.222,51.207],[1.219,51.209],[1.209,51.213],[1.202,51.218],[1.197,51.22],[1.193,51.22],[1.186,51.218],[1.189,51.223],[1.195,51.231],[1.197,51.236],[1.206,51.246],[1.212,51.252],[1.208,51.255],[1.197,51.259],[1.195,51.259],[1.195,51.265],[1.197,51.268],[1.195,51.269],[1.203,51.276],[1.205,51.276],[1.211,51.282],[1.21,51.284],[1.205,51.286],[1.2,51.292],[1.203,51.293],[1.203,51.295],[1.206,51.299],[1.208,51.304],[1.213,51.306],[1.214,51.311],[1.222,51.309],[1.219,51.312],[1.225,51.314],[1.229,51.316],[1.226,51.318],[1.225,51.322],[1.22,51.323],[1.218,51.321],[1.21,51.323],[1.206,51.324],[1.199,51.321],[1.194,51.317],[1.191,51.317],[1.187,51.314],[1.184,51.315],[1.178,51.314],[1.178,51.312],[1.172,51.312],[1.171,51.31],[1.166,51.308],[1.164,51.303],[1.157,51.302],[1.155,51.301],[1.147,51.3],[1.143,51.3],[1.14,51.298],[1.135,51.29],[1.135,51.288],[1.131,51.286],[1.128,51.287],[1.124,51.284],[1.121,51.285],[1.117,51.289],[1.115,51.293],[1.111,51.297],[1.106,51.297],[1.106,51.301],[1.104,51.305],[1.096,51.306],[1.096,51.31],[1.092,51.313],[1.091,51.316],[1.086,51.314],[1.085,51.315],[1.087,51.319],[1.086,51.323],[1.087,51.328],[1.09,51.33],[1.093,51.334],[1.088,51.335],[1.085,51.339],[1.082,51.341],[1.087,51.345],[1.081,51.346],[1.077,51.349],[1.083,51.354],[1.078,51.357],[1.08,51.361],[1.082,51.368]]]},"properties":{"Name":"Canterbury","ID":"E14001151"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.599,55.115],[-2.6,55.117],[-2.602,55.122],[-2.601,55.124],[-2.606,55.126],[-2.616,55.128],[-2.621,55.129],[-2.626,55.128],[-2.633,55.128],[-2.636,55.13],[-2.645,55.131],[-2.657,55.136],[-2.66,55.142],[-2.66,55.144],[-2.663,55.147],[-2.669,55.147],[-2.674,55.152],[-2.676,55.158],[-2.683,55.166],[-2.676,55.173],[-2.675,55.176],[-2.677,55.177],[-2.69,55.189],[-2.69,55.188],[-2.691,55.188],[-2.691,55.187],[-2.692,55.187],[-2.693,55.186],[-2.694,55.185],[-2.694,55.184],[-2.695,55.183],[-2.696,55.182],[-2.698,55.181],[-2.698,55.18],[-2.699,55.179],[-2.699,55.178],[-2.7,55.178],[-2.7,55.177],[-2.701,55.176],[-2.702,55.175],[-2.703,55.174],[-2.704,55.173],[-2.705,55.172],[-2.707,55.172],[-2.708,55.172],[-2.709,55.172],[-2.71,55.172],[-2.715,55.172],[-2.716,55.172],[-2.722,55.169],[-2.723,55.169],[-2.729,55.168],[-2.73,55.168],[-2.735,55.165],[-2.736,55.165],[-2.736,55.164],[-2.737,55.164],[-2.74,55.163],[-2.741,55.162],[-2.746,55.159],[-2.749,55.157],[-2.75,55.157],[-2.753,55.157],[-2.754,55.157],[-2.759,55.155],[-2.76,55.155],[-2.76,55.154],[-2.761,55.154],[-2.762,55.153],[-2.763,55.153],[-2.764,55.153],[-2.767,55.152],[-2.766,55.151],[-2.767,55.151],[-2.769,55.151],[-2.77,55.15],[-2.771,55.15],[-2.773,55.15],[-2.775,55.149],[-2.775,55.148],[-2.777,55.148],[-2.778,55.147],[-2.783,55.145],[-2.783,55.144],[-2.784,55.144],[-2.784,55.143],[-2.786,55.142],[-2.787,55.142],[-2.791,55.141],[-2.791,55.14],[-2.795,55.14],[-2.804,55.138],[-2.813,55.136],[-2.819,55.138],[-2.825,55.138],[-2.827,55.136],[-2.833,55.133],[-2.833,55.131],[-2.827,55.127],[-2.828,55.125],[-2.833,55.121],[-2.84,55.123],[-2.842,55.121],[-2.839,55.119],[-2.846,55.115],[-2.844,55.112],[-2.85,55.111],[-2.852,55.108],[-2.859,55.108],[-2.864,55.107],[-2.868,55.107],[-2.871,55.106],[-2.873,55.102],[-2.871,55.1],[-2.877,55.095],[-2.884,55.095],[-2.882,55.093],[-2.883,55.091],[-2.886,55.089],[-2.886,55.087],[-2.893,55.088],[-2.893,55.085],[-2.896,55.078],[-2.9,55.077],[-2.911,55.078],[-2.912,55.078],[-2.915,55.079],[-2.917,55.078],[-2.917,55.076],[-2.917,55.075],[-2.919,55.074],[-2.921,55.073],[-2.923,55.072],[-2.926,55.071],[-2.927,55.07],[-2.928,55.07],[-2.93,55.07],[-2.933,55.071],[-2.934,55.071],[-2.935,55.071],[-2.942,55.068],[-2.943,55.065],[-2.941,55.062],[-2.937,55.06],[-2.944,55.058],[-2.948,55.056],[-2.954,55.055],[-2.956,55.054],[-2.959,55.049],[-3,55.052],[-3.021,55.055],[-3.043,55.056],[-3.048,55.053],[-3.051,55.053],[-3.053,55.05],[-3.044,55.046],[-3.044,55.045],[-3.043,55.045],[-3.042,55.045],[-3.038,55.044],[-3.036,55.04],[-3.035,55.039],[-3.026,55.036],[-3.03,55.034],[-3.032,55.031],[-3.031,55.024],[-3.034,55.024],[-3.036,55.022],[-3.04,55.023],[-3.042,55.02],[-3.041,55.017],[-3.046,55.011],[-3.05,55.009],[-3.047,55.005],[-3.046,55.001],[-3.045,54.998],[-3.049,54.997],[-3.053,54.995],[-3.053,54.993],[-3.055,54.992],[-3.058,54.99],[-3.054,54.986],[-3.052,54.986],[-3.047,54.982],[-3.045,54.978],[-3.041,54.977],[-3.038,54.974],[-3.042,54.97],[-3.042,54.975],[-3.049,54.977],[-3.054,54.98],[-3.057,54.983],[-3.061,54.983],[-3.064,54.98],[-3.068,54.975],[-3.07,54.97],[-3.076,54.968],[-3.086,54.968],[-3.094,54.971],[-3.104,54.971],[-3.109,54.968],[-3.103,54.966],[-3.11,54.965],[-3.113,54.964],[-3.118,54.958],[-3.113,54.956],[-3.109,54.956],[-3.107,54.955],[-3.116,54.952],[-3.125,54.951],[-3.131,54.948],[-3.132,54.946],[-3.126,54.94],[-3.127,54.938],[-3.121,54.935],[-3.11,54.933],[-3.103,54.936],[-3.083,54.94],[-3.072,54.947],[-3.06,54.951],[-3.057,54.951],[-3.051,54.949],[-3.047,54.949],[-3.04,54.946],[-3.028,54.946],[-3.016,54.948],[-3.008,54.947],[-3.006,54.946],[-3.004,54.942],[-2.999,54.935],[-3.006,54.931],[-3.014,54.926],[-3.014,54.924],[-3.01,54.92],[-3.007,54.919],[-2.996,54.92],[-2.983,54.919],[-2.98,54.918],[-2.974,54.914],[-2.975,54.913],[-2.984,54.912],[-2.982,54.905],[-2.978,54.902],[-2.984,54.898],[-2.984,54.896],[-2.991,54.897],[-2.991,54.888],[-2.984,54.884],[-2.99,54.881],[-2.985,54.877],[-2.977,54.873],[-2.966,54.869],[-2.961,54.874],[-2.955,54.871],[-2.951,54.871],[-2.946,54.872],[-2.943,54.877],[-2.939,54.877],[-2.936,54.876],[-2.935,54.873],[-2.929,54.872],[-2.924,54.87],[-2.923,54.868],[-2.915,54.87],[-2.911,54.871],[-2.906,54.87],[-2.902,54.873],[-2.897,54.87],[-2.894,54.87],[-2.891,54.873],[-2.876,54.868],[-2.876,54.865],[-2.869,54.864],[-2.867,54.861],[-2.851,54.85],[-2.853,54.843],[-2.848,54.837],[-2.848,54.833],[-2.839,54.834],[-2.838,54.832],[-2.834,54.831],[-2.834,54.828],[-2.829,54.825],[-2.826,54.828],[-2.822,54.825],[-2.818,54.828],[-2.811,54.823],[-2.799,54.819],[-2.793,54.82],[-2.782,54.822],[-2.773,54.821],[-2.767,54.823],[-2.76,54.824],[-2.756,54.823],[-2.755,54.827],[-2.751,54.829],[-2.743,54.828],[-2.741,54.824],[-2.738,54.824],[-2.736,54.821],[-2.729,54.819],[-2.715,54.82],[-2.707,54.819],[-2.706,54.816],[-2.69,54.819],[-2.69,54.821],[-2.694,54.824],[-2.697,54.828],[-2.7,54.831],[-2.699,54.834],[-2.691,54.837],[-2.685,54.838],[-2.685,54.836],[-2.68,54.835],[-2.677,54.837],[-2.673,54.842],[-2.669,54.845],[-2.658,54.849],[-2.655,54.855],[-2.649,54.853],[-2.635,54.855],[-2.631,54.854],[-2.624,54.854],[-2.615,54.853],[-2.611,54.853],[-2.602,54.853],[-2.598,54.852],[-2.594,54.849],[-2.583,54.846],[-2.582,54.848],[-2.573,54.854],[-2.581,54.864],[-2.589,54.87],[-2.59,54.874],[-2.593,54.875],[-2.599,54.88],[-2.605,54.884],[-2.605,54.885],[-2.594,54.888],[-2.588,54.891],[-2.576,54.897],[-2.575,54.9],[-2.568,54.909],[-2.566,54.919],[-2.56,54.92],[-2.557,54.922],[-2.559,54.924],[-2.554,54.925],[-2.548,54.926],[-2.545,54.929],[-2.551,54.929],[-2.552,54.93],[-2.552,54.932],[-2.554,54.934],[-2.56,54.934],[-2.565,54.94],[-2.568,54.941],[-2.571,54.948],[-2.568,54.958],[-2.571,54.96],[-2.578,54.961],[-2.586,54.963],[-2.596,54.963],[-2.598,54.966],[-2.601,54.971],[-2.6,54.974],[-2.592,54.974],[-2.591,54.977],[-2.586,54.982],[-2.581,54.982],[-2.576,54.985],[-2.573,54.989],[-2.574,54.992],[-2.569,55],[-2.568,55.003],[-2.573,55.005],[-2.572,55.008],[-2.575,55.011],[-2.572,55.014],[-2.573,55.016],[-2.568,55.017],[-2.566,55.02],[-2.559,55.021],[-2.556,55.02],[-2.547,55.024],[-2.545,55.027],[-2.536,55.028],[-2.527,55.029],[-2.528,55.032],[-2.521,55.033],[-2.513,55.034],[-2.511,55.035],[-2.506,55.035],[-2.505,55.037],[-2.493,55.037],[-2.483,55.04],[-2.483,55.043],[-2.488,55.046],[-2.488,55.048],[-2.494,55.051],[-2.495,55.053],[-2.496,55.054],[-2.496,55.055],[-2.502,55.058],[-2.503,55.063],[-2.494,55.066],[-2.492,55.068],[-2.493,55.071],[-2.5,55.074],[-2.501,55.075],[-2.497,55.077],[-2.495,55.082],[-2.49,55.081],[-2.486,55.081],[-2.486,55.083],[-2.491,55.086],[-2.498,55.087],[-2.501,55.09],[-2.506,55.089],[-2.517,55.089],[-2.518,55.085],[-2.525,55.085],[-2.531,55.085],[-2.532,55.083],[-2.537,55.083],[-2.54,55.084],[-2.549,55.083],[-2.558,55.082],[-2.559,55.084],[-2.563,55.085],[-2.558,55.089],[-2.567,55.092],[-2.569,55.094],[-2.568,55.096],[-2.572,55.098],[-2.577,55.096],[-2.583,55.098],[-2.583,55.101],[-2.585,55.103],[-2.592,55.104],[-2.594,55.108],[-2.593,55.11],[-2.594,55.114],[-2.598,55.115],[-2.599,55.115]]]},"properties":{"Name":"Carlisle","ID":"E14001152"},"id":89}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.134,51.391],[-0.142,51.389],[-0.144,51.391],[-0.158,51.389],[-0.165,51.388],[-0.166,51.39],[-0.171,51.392],[-0.175,51.393],[-0.179,51.39],[-0.188,51.385],[-0.194,51.388],[-0.2,51.385],[-0.197,51.381],[-0.193,51.383],[-0.187,51.382],[-0.182,51.377],[-0.183,51.374],[-0.181,51.37],[-0.181,51.362],[-0.182,51.361],[-0.174,51.358],[-0.178,51.353],[-0.179,51.349],[-0.183,51.344],[-0.187,51.341],[-0.174,51.333],[-0.173,51.33],[-0.17,51.329],[-0.163,51.33],[-0.164,51.326],[-0.161,51.323],[-0.157,51.322],[-0.156,51.322],[-0.149,51.323],[-0.145,51.325],[-0.144,51.326],[-0.146,51.327],[-0.149,51.329],[-0.148,51.329],[-0.146,51.33],[-0.144,51.331],[-0.145,51.332],[-0.146,51.334],[-0.147,51.337],[-0.147,51.338],[-0.147,51.339],[-0.144,51.34],[-0.143,51.341],[-0.144,51.341],[-0.144,51.342],[-0.145,51.342],[-0.144,51.342],[-0.143,51.343],[-0.142,51.343],[-0.136,51.344],[-0.135,51.345],[-0.133,51.345],[-0.132,51.345],[-0.131,51.345],[-0.131,51.346],[-0.129,51.346],[-0.129,51.347],[-0.127,51.347],[-0.127,51.346],[-0.127,51.345],[-0.126,51.345],[-0.125,51.345],[-0.119,51.346],[-0.118,51.346],[-0.117,51.347],[-0.118,51.349],[-0.118,51.35],[-0.118,51.351],[-0.119,51.353],[-0.12,51.353],[-0.121,51.355],[-0.122,51.358],[-0.125,51.358],[-0.125,51.359],[-0.124,51.359],[-0.123,51.359],[-0.123,51.36],[-0.122,51.36],[-0.122,51.361],[-0.121,51.361],[-0.122,51.362],[-0.121,51.362],[-0.121,51.363],[-0.121,51.365],[-0.123,51.365],[-0.124,51.365],[-0.122,51.366],[-0.122,51.367],[-0.122,51.368],[-0.123,51.368],[-0.123,51.371],[-0.124,51.372],[-0.125,51.373],[-0.125,51.374],[-0.126,51.374],[-0.128,51.375],[-0.127,51.375],[-0.126,51.375],[-0.126,51.376],[-0.127,51.377],[-0.128,51.38],[-0.129,51.381],[-0.129,51.382],[-0.129,51.383],[-0.129,51.385],[-0.129,51.386],[-0.131,51.386],[-0.13,51.387],[-0.132,51.389],[-0.133,51.39],[-0.134,51.391]]]},"properties":{"Name":"Carshalton and Wallington","ID":"E14001153"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.552,51.543],[0.554,51.544],[0.548,51.547],[0.545,51.547],[0.544,51.544],[0.544,51.541],[0.542,51.534],[0.539,51.534],[0.535,51.53],[0.523,51.532],[0.518,51.53],[0.521,51.527],[0.526,51.52],[0.529,51.518],[0.54,51.521],[0.547,51.518],[0.553,51.511],[0.573,51.508],[0.58,51.509],[0.587,51.513],[0.589,51.511],[0.6,51.512],[0.609,51.514],[0.617,51.514],[0.625,51.516],[0.625,51.519],[0.628,51.52],[0.637,51.522],[0.628,51.527],[0.625,51.528],[0.621,51.53],[0.616,51.53],[0.611,51.529],[0.605,51.53],[0.605,51.532],[0.602,51.535],[0.597,51.534],[0.587,51.536],[0.581,51.538],[0.577,51.538],[0.566,51.541],[0.559,51.544],[0.552,51.543]]],[[[0.558,51.588],[0.554,51.589],[0.552,51.589],[0.537,51.59],[0.524,51.59],[0.526,51.589],[0.527,51.586],[0.525,51.584],[0.525,51.575],[0.523,51.574],[0.523,51.569],[0.522,51.565],[0.52,51.565],[0.518,51.56],[0.508,51.552],[0.507,51.548],[0.506,51.545],[0.509,51.536],[0.513,51.532],[0.514,51.531],[0.515,51.531],[0.516,51.531],[0.516,51.53],[0.517,51.53],[0.523,51.533],[0.527,51.533],[0.533,51.531],[0.538,51.534],[0.542,51.534],[0.544,51.542],[0.543,51.544],[0.545,51.548],[0.551,51.546],[0.561,51.544],[0.565,51.542],[0.578,51.539],[0.581,51.539],[0.6,51.537],[0.612,51.534],[0.619,51.533],[0.627,51.532],[0.627,51.535],[0.624,51.537],[0.627,51.538],[0.625,51.538],[0.623,51.542],[0.625,51.544],[0.624,51.548],[0.627,51.551],[0.626,51.554],[0.627,51.555],[0.631,51.557],[0.635,51.561],[0.634,51.565],[0.635,51.568],[0.632,51.571],[0.613,51.575],[0.592,51.578],[0.589,51.579],[0.583,51.583],[0.569,51.588],[0.564,51.588],[0.558,51.588]]]]},"properties":{"Name":"Castle Point","ID":"E14001154"},"id":91}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.624,50.922],[-3.627,50.92],[-3.641,50.918],[-3.644,50.922],[-3.65,50.922],[-3.659,50.921],[-3.664,50.921],[-3.674,50.919],[-3.677,50.918],[-3.687,50.915],[-3.699,50.913],[-3.698,50.911],[-3.713,50.911],[-3.726,50.91],[-3.729,50.91],[-3.73,50.908],[-3.734,50.905],[-3.737,50.901],[-3.736,50.896],[-3.734,50.892],[-3.735,50.89],[-3.739,50.891],[-3.745,50.89],[-3.741,50.888],[-3.749,50.883],[-3.749,50.879],[-3.755,50.876],[-3.761,50.877],[-3.76,50.88],[-3.767,50.888],[-3.775,50.89],[-3.775,50.892],[-3.779,50.894],[-3.783,50.899],[-3.782,50.9],[-3.783,50.902],[-3.793,50.904],[-3.796,50.901],[-3.802,50.903],[-3.806,50.903],[-3.813,50.905],[-3.817,50.902],[-3.818,50.903],[-3.814,50.909],[-3.811,50.912],[-3.818,50.915],[-3.821,50.914],[-3.822,50.912],[-3.827,50.909],[-3.827,50.907],[-3.834,50.909],[-3.838,50.908],[-3.846,50.909],[-3.861,50.907],[-3.865,50.909],[-3.87,50.909],[-3.878,50.906],[-3.892,50.908],[-3.898,50.906],[-3.902,50.903],[-3.904,50.905],[-3.912,50.904],[-3.915,50.903],[-3.92,50.897],[-3.915,50.894],[-3.913,50.89],[-3.907,50.885],[-3.902,50.886],[-3.9,50.885],[-3.899,50.878],[-3.903,50.877],[-3.907,50.874],[-3.912,50.874],[-3.926,50.87],[-3.925,50.868],[-3.921,50.866],[-3.919,50.863],[-3.909,50.86],[-3.905,50.856],[-3.904,50.848],[-3.896,50.848],[-3.889,50.847],[-3.885,50.845],[-3.889,50.841],[-3.892,50.841],[-3.896,50.838],[-3.896,50.836],[-3.899,50.835],[-3.906,50.83],[-3.91,50.829],[-3.913,50.83],[-3.918,50.83],[-3.921,50.828],[-3.925,50.827],[-3.93,50.828],[-3.938,50.826],[-3.939,50.829],[-3.943,50.833],[-3.943,50.837],[-3.95,50.842],[-3.954,50.844],[-3.962,50.85],[-3.959,50.855],[-3.967,50.855],[-3.972,50.857],[-3.976,50.856],[-3.986,50.851],[-3.989,50.85],[-3.992,50.852],[-3.995,50.852],[-3.997,50.855],[-3.995,50.856],[-3.995,50.86],[-3.998,50.862],[-3.995,50.865],[-3.995,50.869],[-4.006,50.867],[-4.011,50.865],[-4.023,50.866],[-4.024,50.86],[-4.032,50.86],[-4.036,50.859],[-4.039,50.86],[-4.041,50.863],[-4.04,50.869],[-4.046,50.865],[-4.047,50.864],[-4.053,50.864],[-4.054,50.867],[-4.057,50.871],[-4.061,50.871],[-4.066,50.87],[-4.069,50.875],[-4.077,50.872],[-4.079,50.872],[-4.09,50.867],[-4.089,50.862],[-4.085,50.858],[-4.095,50.852],[-4.103,50.85],[-4.101,50.847],[-4.105,50.846],[-4.103,50.843],[-4.103,50.836],[-4.106,50.836],[-4.11,50.838],[-4.118,50.838],[-4.121,50.842],[-4.128,50.844],[-4.13,50.842],[-4.133,50.841],[-4.135,50.839],[-4.138,50.84],[-4.14,50.838],[-4.138,50.835],[-4.14,50.832],[-4.147,50.831],[-4.151,50.831],[-4.155,50.83],[-4.164,50.83],[-4.158,50.823],[-4.16,50.82],[-4.158,50.815],[-4.171,50.811],[-4.177,50.807],[-4.174,50.805],[-4.176,50.802],[-4.173,50.799],[-4.174,50.798],[-4.182,50.796],[-4.187,50.794],[-4.191,50.789],[-4.184,50.789],[-4.18,50.791],[-4.169,50.792],[-4.166,50.787],[-4.177,50.786],[-4.184,50.784],[-4.176,50.774],[-4.168,50.771],[-4.163,50.772],[-4.159,50.765],[-4.157,50.761],[-4.156,50.758],[-4.158,50.755],[-4.154,50.751],[-4.152,50.748],[-4.154,50.745],[-4.141,50.747],[-4.134,50.749],[-4.131,50.748],[-4.124,50.749],[-4.118,50.755],[-4.115,50.757],[-4.113,50.754],[-4.105,50.748],[-4.103,50.746],[-4.097,50.744],[-4.094,50.74],[-4.09,50.738],[-4.087,50.735],[-4.086,50.732],[-4.081,50.727],[-4.075,50.728],[-4.071,50.728],[-4.061,50.73],[-4.051,50.731],[-4.044,50.73],[-4.048,50.727],[-4.054,50.718],[-4.057,50.71],[-4.05,50.703],[-4.054,50.699],[-4.056,50.696],[-4.06,50.691],[-4.062,50.687],[-4.053,50.691],[-4.051,50.692],[-4.046,50.695],[-4.043,50.694],[-4.04,50.69],[-4.028,50.68],[-4.021,50.676],[-4.019,50.674],[-4.008,50.679],[-4.001,50.685],[-3.994,50.692],[-3.988,50.7],[-3.976,50.703],[-3.973,50.706],[-3.966,50.707],[-3.959,50.702],[-3.948,50.693],[-3.936,50.689],[-3.942,50.685],[-3.944,50.672],[-3.941,50.665],[-3.937,50.66],[-3.931,50.656],[-3.922,50.655],[-3.908,50.653],[-3.897,50.655],[-3.895,50.653],[-3.9,50.647],[-3.891,50.645],[-3.885,50.64],[-3.882,50.638],[-3.879,50.616],[-3.873,50.614],[-3.873,50.613],[-3.877,50.606],[-3.879,50.599],[-3.883,50.597],[-3.881,50.593],[-3.881,50.588],[-3.879,50.586],[-3.881,50.584],[-3.877,50.579],[-3.877,50.575],[-3.874,50.575],[-3.87,50.571],[-3.872,50.567],[-3.875,50.564],[-3.874,50.562],[-3.876,50.559],[-3.874,50.556],[-3.874,50.554],[-3.877,50.553],[-3.875,50.545],[-3.876,50.543],[-3.875,50.537],[-3.871,50.534],[-3.864,50.534],[-3.859,50.533],[-3.855,50.533],[-3.851,50.536],[-3.843,50.533],[-3.844,50.531],[-3.841,50.53],[-3.836,50.527],[-3.837,50.524],[-3.835,50.522],[-3.827,50.516],[-3.823,50.517],[-3.82,50.519],[-3.818,50.525],[-3.814,50.526],[-3.815,50.529],[-3.808,50.533],[-3.806,50.533],[-3.802,50.537],[-3.8,50.537],[-3.795,50.533],[-3.798,50.53],[-3.798,50.526],[-3.8,50.523],[-3.798,50.521],[-3.791,50.521],[-3.788,50.521],[-3.785,50.518],[-3.786,50.513],[-3.787,50.51],[-3.786,50.508],[-3.788,50.504],[-3.792,50.502],[-3.789,50.499],[-3.785,50.499],[-3.779,50.499],[-3.776,50.496],[-3.779,50.495],[-3.787,50.495],[-3.795,50.492],[-3.795,50.49],[-3.798,50.489],[-3.795,50.486],[-3.792,50.482],[-3.794,50.481],[-3.792,50.478],[-3.787,50.478],[-3.787,50.476],[-3.786,50.473],[-3.782,50.473],[-3.779,50.466],[-3.777,50.464],[-3.773,50.463],[-3.768,50.467],[-3.762,50.468],[-3.759,50.47],[-3.758,50.474],[-3.762,50.479],[-3.766,50.481],[-3.768,50.485],[-3.768,50.489],[-3.766,50.493],[-3.766,50.495],[-3.768,50.5],[-3.767,50.504],[-3.765,50.506],[-3.757,50.51],[-3.754,50.51],[-3.745,50.508],[-3.742,50.508],[-3.737,50.506],[-3.735,50.502],[-3.73,50.499],[-3.728,50.498],[-3.723,50.5],[-3.722,50.503],[-3.717,50.504],[-3.711,50.503],[-3.702,50.502],[-3.695,50.497],[-3.693,50.497],[-3.686,50.495],[-3.681,50.493],[-3.68,50.495],[-3.676,50.496],[-3.673,50.5],[-3.674,50.502],[-3.679,50.503],[-3.684,50.504],[-3.696,50.509],[-3.697,50.51],[-3.704,50.513],[-3.714,50.518],[-3.718,50.517],[-3.718,50.519],[-3.723,50.521],[-3.717,50.524],[-3.713,50.527],[-3.705,50.526],[-3.697,50.526],[-3.692,50.525],[-3.689,50.523],[-3.685,50.521],[-3.68,50.525],[-3.676,50.528],[-3.665,50.535],[-3.661,50.535],[-3.665,50.54],[-3.664,50.544],[-3.665,50.546],[-3.659,50.559],[-3.654,50.566],[-3.649,50.569],[-3.641,50.576],[-3.636,50.576],[-3.633,50.578],[-3.629,50.577],[-3.625,50.581],[-3.626,50.585],[-3.623,50.585],[-3.615,50.591],[-3.614,50.592],[-3.61,50.591],[-3.605,50.591],[-3.602,50.593],[-3.598,50.591],[-3.598,50.589],[-3.594,50.586],[-3.589,50.585],[-3.587,50.587],[-3.578,50.588],[-3.574,50.587],[-3.567,50.591],[-3.564,50.595],[-3.555,50.599],[-3.551,50.6],[-3.55,50.601],[-3.553,50.607],[-3.554,50.612],[-3.551,50.621],[-3.545,50.627],[-3.53,50.632],[-3.522,50.636],[-3.52,50.641],[-3.52,50.645],[-3.516,50.648],[-3.512,50.652],[-3.509,50.655],[-3.505,50.654],[-3.502,50.654],[-3.497,50.653],[-3.493,50.653],[-3.481,50.651],[-3.478,50.65],[-3.476,50.647],[-3.471,50.644],[-3.464,50.642],[-3.455,50.641],[-3.452,50.642],[-3.451,50.646],[-3.452,50.649],[-3.456,50.653],[-3.458,50.657],[-3.465,50.66],[-3.468,50.668],[-3.468,50.675],[-3.469,50.681],[-3.47,50.682],[-3.477,50.683],[-3.484,50.688],[-3.49,50.688],[-3.495,50.69],[-3.494,50.692],[-3.502,50.694],[-3.506,50.691],[-3.519,50.693],[-3.524,50.693],[-3.527,50.695],[-3.529,50.693],[-3.539,50.693],[-3.543,50.699],[-3.545,50.702],[-3.55,50.704],[-3.563,50.707],[-3.564,50.71],[-3.566,50.711],[-3.567,50.714],[-3.565,50.718],[-3.566,50.724],[-3.569,50.727],[-3.566,50.729],[-3.561,50.73],[-3.564,50.736],[-3.567,50.737],[-3.565,50.74],[-3.569,50.741],[-3.57,50.745],[-3.579,50.742],[-3.583,50.742],[-3.586,50.744],[-3.581,50.747],[-3.574,50.753],[-3.575,50.755],[-3.569,50.756],[-3.571,50.758],[-3.57,50.76],[-3.559,50.758],[-3.558,50.762],[-3.551,50.765],[-3.551,50.767],[-3.552,50.771],[-3.547,50.773],[-3.55,50.775],[-3.556,50.775],[-3.563,50.775],[-3.563,50.779],[-3.567,50.779],[-3.569,50.782],[-3.569,50.784],[-3.572,50.789],[-3.563,50.791],[-3.553,50.792],[-3.543,50.791],[-3.537,50.792],[-3.53,50.789],[-3.525,50.787],[-3.524,50.789],[-3.524,50.793],[-3.527,50.796],[-3.526,50.798],[-3.521,50.796],[-3.518,50.797],[-3.517,50.8],[-3.511,50.805],[-3.512,50.808],[-3.512,50.811],[-3.508,50.812],[-3.51,50.82],[-3.505,50.826],[-3.5,50.825],[-3.499,50.821],[-3.497,50.816],[-3.497,50.812],[-3.5,50.806],[-3.503,50.804],[-3.503,50.799],[-3.49,50.8],[-3.481,50.799],[-3.478,50.796],[-3.476,50.795],[-3.466,50.799],[-3.461,50.803],[-3.457,50.803],[-3.455,50.801],[-3.451,50.8],[-3.446,50.8],[-3.44,50.802],[-3.438,50.808],[-3.436,50.808],[-3.43,50.812],[-3.426,50.812],[-3.418,50.815],[-3.41,50.819],[-3.407,50.823],[-3.41,50.823],[-3.414,50.826],[-3.407,50.829],[-3.411,50.83],[-3.413,50.832],[-3.413,50.835],[-3.416,50.836],[-3.43,50.833],[-3.434,50.829],[-3.442,50.832],[-3.454,50.829],[-3.463,50.831],[-3.47,50.836],[-3.47,50.84],[-3.469,50.845],[-3.467,50.85],[-3.462,50.853],[-3.46,50.857],[-3.46,50.86],[-3.466,50.86],[-3.466,50.861],[-3.472,50.864],[-3.476,50.868],[-3.477,50.871],[-3.484,50.87],[-3.487,50.868],[-3.496,50.868],[-3.498,50.864],[-3.505,50.861],[-3.51,50.86],[-3.511,50.858],[-3.516,50.859],[-3.517,50.862],[-3.521,50.863],[-3.524,50.866],[-3.524,50.869],[-3.527,50.872],[-3.533,50.873],[-3.538,50.876],[-3.539,50.88],[-3.542,50.885],[-3.545,50.888],[-3.549,50.89],[-3.551,50.893],[-3.56,50.895],[-3.565,50.898],[-3.569,50.898],[-3.572,50.901],[-3.58,50.904],[-3.591,50.905],[-3.592,50.907],[-3.597,50.909],[-3.597,50.912],[-3.599,50.914],[-3.603,50.915],[-3.608,50.913],[-3.616,50.914],[-3.623,50.914],[-3.624,50.922]]]},"properties":{"Name":"Central Devon","ID":"E14001155"},"id":92}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.402,52.286],[1.394,52.283],[1.391,52.283],[1.387,52.281],[1.382,52.28],[1.377,52.276],[1.372,52.275],[1.36,52.279],[1.355,52.279],[1.356,52.275],[1.35,52.277],[1.35,52.279],[1.346,52.28],[1.344,52.282],[1.345,52.286],[1.347,52.289],[1.347,52.293],[1.344,52.295],[1.332,52.298],[1.328,52.298],[1.33,52.291],[1.333,52.291],[1.334,52.288],[1.34,52.287],[1.341,52.284],[1.339,52.277],[1.337,52.277],[1.339,52.268],[1.339,52.266],[1.329,52.265],[1.325,52.263],[1.322,52.26],[1.317,52.259],[1.309,52.26],[1.301,52.259],[1.297,52.256],[1.292,52.255],[1.292,52.253],[1.294,52.248],[1.287,52.24],[1.282,52.24],[1.27,52.236],[1.268,52.234],[1.26,52.231],[1.254,52.23],[1.247,52.229],[1.238,52.23],[1.231,52.229],[1.226,52.231],[1.23,52.234],[1.231,52.238],[1.228,52.239],[1.229,52.242],[1.227,52.244],[1.229,52.246],[1.225,52.251],[1.215,52.257],[1.226,52.26],[1.229,52.265],[1.227,52.267],[1.22,52.268],[1.216,52.27],[1.212,52.268],[1.204,52.27],[1.206,52.273],[1.209,52.275],[1.196,52.282],[1.19,52.284],[1.189,52.286],[1.185,52.286],[1.182,52.28],[1.177,52.281],[1.175,52.278],[1.18,52.277],[1.179,52.273],[1.183,52.271],[1.18,52.269],[1.179,52.266],[1.18,52.265],[1.176,52.263],[1.178,52.261],[1.182,52.262],[1.181,52.253],[1.167,52.252],[1.159,52.25],[1.154,52.249],[1.158,52.246],[1.156,52.243],[1.152,52.243],[1.149,52.241],[1.15,52.238],[1.146,52.233],[1.146,52.23],[1.142,52.23],[1.142,52.227],[1.135,52.226],[1.12,52.227],[1.114,52.225],[1.104,52.223],[1.102,52.222],[1.087,52.221],[1.082,52.221],[1.075,52.221],[1.068,52.22],[1.063,52.221],[1.062,52.213],[1.059,52.209],[1.054,52.2],[1.039,52.19],[1.035,52.193],[1.031,52.191],[1.03,52.189],[1.023,52.185],[1.025,52.185],[1.033,52.183],[1.032,52.181],[1.026,52.18],[1.024,52.177],[1.03,52.174],[1.028,52.172],[1.025,52.173],[1.013,52.171],[1.009,52.169],[1.007,52.169],[1.001,52.166],[1,52.165],[1.002,52.162],[0.998,52.16],[0.991,52.157],[0.993,52.153],[0.99,52.152],[0.977,52.15],[0.977,52.154],[0.971,52.153],[0.967,52.149],[0.96,52.149],[0.956,52.151],[0.955,52.148],[0.952,52.146],[0.947,52.146],[0.947,52.143],[0.949,52.138],[0.946,52.136],[0.947,52.131],[0.945,52.128],[0.951,52.124],[0.954,52.12],[0.951,52.12],[0.951,52.115],[0.953,52.109],[0.959,52.105],[0.966,52.105],[0.97,52.106],[0.973,52.107],[0.975,52.101],[0.973,52.098],[0.98,52.096],[0.984,52.097],[0.993,52.096],[0.997,52.098],[1.004,52.099],[1.007,52.094],[1.011,52.092],[1.017,52.09],[1.02,52.087],[1.021,52.084],[1.028,52.078],[1.028,52.076],[1.026,52.071],[1.036,52.068],[1.041,52.069],[1.041,52.075],[1.048,52.078],[1.051,52.075],[1.053,52.07],[1.058,52.069],[1.058,52.067],[1.069,52.065],[1.087,52.066],[1.092,52.065],[1.097,52.067],[1.098,52.069],[1.103,52.07],[1.108,52.072],[1.112,52.068],[1.122,52.062],[1.126,52.064],[1.13,52.069],[1.133,52.071],[1.137,52.067],[1.142,52.07],[1.154,52.072],[1.155,52.075],[1.153,52.076],[1.152,52.079],[1.163,52.081],[1.172,52.081],[1.19,52.08],[1.187,52.077],[1.197,52.073],[1.197,52.071],[1.201,52.068],[1.204,52.067],[1.206,52.064],[1.205,52.058],[1.206,52.054],[1.204,52.049],[1.209,52.048],[1.206,52.041],[1.212,52.042],[1.217,52.045],[1.228,52.045],[1.224,52.049],[1.227,52.05],[1.239,52.05],[1.246,52.051],[1.254,52.051],[1.261,52.057],[1.263,52.06],[1.262,52.063],[1.265,52.064],[1.261,52.071],[1.264,52.073],[1.264,52.075],[1.267,52.077],[1.272,52.078],[1.273,52.079],[1.274,52.083],[1.279,52.083],[1.282,52.081],[1.285,52.083],[1.287,52.088],[1.285,52.096],[1.292,52.095],[1.292,52.097],[1.295,52.1],[1.3,52.102],[1.306,52.105],[1.309,52.111],[1.312,52.114],[1.318,52.113],[1.32,52.114],[1.321,52.12],[1.324,52.121],[1.328,52.119],[1.331,52.119],[1.334,52.121],[1.34,52.118],[1.349,52.118],[1.357,52.116],[1.362,52.117],[1.367,52.121],[1.373,52.121],[1.373,52.125],[1.377,52.128],[1.381,52.128],[1.389,52.127],[1.391,52.13],[1.39,52.131],[1.392,52.135],[1.392,52.138],[1.403,52.142],[1.416,52.142],[1.422,52.141],[1.428,52.141],[1.429,52.139],[1.433,52.138],[1.435,52.147],[1.431,52.149],[1.426,52.15],[1.419,52.154],[1.416,52.154],[1.415,52.158],[1.417,52.16],[1.416,52.163],[1.422,52.166],[1.431,52.168],[1.434,52.168],[1.44,52.171],[1.449,52.171],[1.452,52.173],[1.455,52.173],[1.463,52.168],[1.466,52.168],[1.469,52.17],[1.474,52.171],[1.477,52.169],[1.484,52.17],[1.485,52.173],[1.488,52.175],[1.482,52.177],[1.483,52.178],[1.481,52.183],[1.484,52.186],[1.475,52.188],[1.47,52.19],[1.458,52.189],[1.456,52.193],[1.451,52.192],[1.447,52.196],[1.443,52.198],[1.441,52.202],[1.447,52.205],[1.446,52.211],[1.443,52.214],[1.447,52.217],[1.453,52.216],[1.456,52.219],[1.456,52.222],[1.46,52.221],[1.459,52.226],[1.464,52.231],[1.46,52.233],[1.458,52.241],[1.457,52.243],[1.457,52.248],[1.448,52.253],[1.442,52.254],[1.443,52.256],[1.439,52.257],[1.437,52.255],[1.432,52.256],[1.424,52.26],[1.42,52.264],[1.42,52.267],[1.422,52.268],[1.414,52.272],[1.411,52.276],[1.411,52.277],[1.415,52.279],[1.41,52.285],[1.407,52.284],[1.404,52.287],[1.402,52.286]]]},"properties":{"Name":"Central Suffolk and North Ipswich","ID":"E14001156"},"id":93}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.453,51.341],[0.449,51.341],[0.431,51.345],[0.426,51.347],[0.411,51.348],[0.404,51.345],[0.4,51.344],[0.397,51.346],[0.401,51.351],[0.401,51.353],[0.397,51.353],[0.397,51.35],[0.391,51.347],[0.395,51.345],[0.39,51.342],[0.393,51.339],[0.397,51.338],[0.407,51.338],[0.41,51.334],[0.41,51.331],[0.417,51.328],[0.425,51.326],[0.427,51.325],[0.43,51.325],[0.429,51.321],[0.432,51.32],[0.431,51.316],[0.428,51.313],[0.43,51.313],[0.43,51.31],[0.432,51.305],[0.43,51.3],[0.431,51.298],[0.437,51.299],[0.446,51.298],[0.447,51.3],[0.446,51.303],[0.447,51.309],[0.452,51.31],[0.452,51.311],[0.458,51.313],[0.458,51.316],[0.456,51.318],[0.457,51.322],[0.46,51.324],[0.45,51.33],[0.451,51.334],[0.457,51.335],[0.457,51.336],[0.453,51.341]]],[[[0.536,51.378],[0.527,51.379],[0.52,51.382],[0.514,51.379],[0.511,51.378],[0.511,51.371],[0.508,51.366],[0.504,51.367],[0.502,51.366],[0.501,51.361],[0.497,51.36],[0.497,51.357],[0.499,51.354],[0.494,51.353],[0.488,51.356],[0.482,51.358],[0.48,51.357],[0.476,51.361],[0.47,51.362],[0.467,51.364],[0.457,51.368],[0.452,51.366],[0.45,51.365],[0.451,51.359],[0.456,51.356],[0.458,51.352],[0.455,51.349],[0.45,51.348],[0.453,51.346],[0.453,51.342],[0.458,51.336],[0.457,51.335],[0.452,51.333],[0.451,51.331],[0.455,51.329],[0.457,51.331],[0.46,51.33],[0.457,51.327],[0.461,51.326],[0.457,51.318],[0.459,51.316],[0.458,51.314],[0.46,51.311],[0.464,51.304],[0.47,51.302],[0.48,51.303],[0.483,51.301],[0.486,51.3],[0.493,51.301],[0.495,51.303],[0.494,51.306],[0.498,51.307],[0.502,51.305],[0.507,51.305],[0.513,51.308],[0.514,51.314],[0.517,51.316],[0.519,51.319],[0.523,51.321],[0.526,51.325],[0.523,51.326],[0.521,51.329],[0.526,51.333],[0.526,51.335],[0.533,51.337],[0.539,51.333],[0.54,51.33],[0.544,51.328],[0.549,51.331],[0.554,51.331],[0.557,51.337],[0.563,51.339],[0.565,51.348],[0.565,51.352],[0.562,51.356],[0.561,51.36],[0.555,51.363],[0.555,51.367],[0.553,51.368],[0.551,51.372],[0.552,51.374],[0.545,51.375],[0.536,51.378]]]]},"properties":{"Name":"Chatham and Aylesford","ID":"E14001157"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.146,53.393],[-2.153,53.392],[-2.153,53.384],[-2.155,53.382],[-2.162,53.384],[-2.171,53.388],[-2.176,53.387],[-2.188,53.388],[-2.184,53.391],[-2.186,53.397],[-2.201,53.398],[-2.206,53.4],[-2.207,53.401],[-2.207,53.405],[-2.213,53.407],[-2.219,53.405],[-2.22,53.402],[-2.223,53.401],[-2.238,53.401],[-2.243,53.399],[-2.243,53.398],[-2.247,53.396],[-2.246,53.394],[-2.246,53.388],[-2.243,53.388],[-2.243,53.383],[-2.241,53.381],[-2.242,53.378],[-2.241,53.375],[-2.239,53.371],[-2.237,53.37],[-2.241,53.36],[-2.233,53.359],[-2.224,53.36],[-2.216,53.359],[-2.215,53.357],[-2.211,53.357],[-2.208,53.355],[-2.202,53.355],[-2.185,53.353],[-2.188,53.349],[-2.181,53.344],[-2.183,53.343],[-2.19,53.342],[-2.194,53.339],[-2.19,53.338],[-2.188,53.334],[-2.185,53.333],[-2.18,53.331],[-2.169,53.331],[-2.163,53.328],[-2.158,53.329],[-2.153,53.329],[-2.151,53.337],[-2.144,53.343],[-2.148,53.345],[-2.151,53.348],[-2.138,53.357],[-2.14,53.359],[-2.139,53.365],[-2.137,53.367],[-2.134,53.365],[-2.128,53.365],[-2.125,53.366],[-2.124,53.371],[-2.122,53.376],[-2.118,53.375],[-2.131,53.382],[-2.129,53.384],[-2.13,53.386],[-2.13,53.388],[-2.131,53.392],[-2.134,53.396],[-2.136,53.395],[-2.143,53.391],[-2.146,53.393]]]},"properties":{"Name":"Cheadle","ID":"E14001158"},"id":95}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.533,51.744],[0.526,51.75],[0.519,51.752],[0.51,51.757],[0.508,51.761],[0.508,51.765],[0.51,51.771],[0.501,51.773],[0.502,51.767],[0.501,51.763],[0.493,51.765],[0.484,51.765],[0.481,51.759],[0.485,51.757],[0.483,51.753],[0.477,51.753],[0.468,51.757],[0.463,51.758],[0.452,51.757],[0.448,51.757],[0.441,51.756],[0.441,51.755],[0.435,51.749],[0.436,51.746],[0.442,51.741],[0.444,51.737],[0.447,51.735],[0.444,51.731],[0.443,51.726],[0.446,51.723],[0.443,51.72],[0.446,51.718],[0.447,51.714],[0.447,51.711],[0.45,51.708],[0.449,51.706],[0.445,51.704],[0.442,51.701],[0.444,51.699],[0.446,51.695],[0.441,51.692],[0.441,51.69],[0.446,51.689],[0.45,51.691],[0.453,51.693],[0.452,51.696],[0.462,51.702],[0.466,51.707],[0.469,51.709],[0.473,51.708],[0.477,51.708],[0.485,51.707],[0.485,51.709],[0.488,51.71],[0.495,51.71],[0.497,51.708],[0.498,51.704],[0.503,51.703],[0.51,51.701],[0.517,51.703],[0.52,51.706],[0.516,51.71],[0.513,51.711],[0.516,51.72],[0.519,51.723],[0.518,51.726],[0.52,51.727],[0.52,51.73],[0.524,51.731],[0.525,51.734],[0.524,51.739],[0.521,51.741],[0.522,51.743],[0.533,51.744]]]},"properties":{"Name":"Chelmsford","ID":"E14001159"},"id":96}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.156,51.495],[-0.161,51.494],[-0.166,51.491],[-0.17,51.493],[-0.179,51.487],[-0.184,51.492],[-0.196,51.487],[-0.198,51.488],[-0.199,51.489],[-0.2,51.49],[-0.202,51.491],[-0.202,51.492],[-0.209,51.491],[-0.215,51.491],[-0.216,51.489],[-0.226,51.486],[-0.224,51.482],[-0.224,51.478],[-0.222,51.474],[-0.217,51.47],[-0.21,51.467],[-0.202,51.465],[-0.194,51.465],[-0.19,51.465],[-0.184,51.468],[-0.181,51.472],[-0.179,51.478],[-0.176,51.482],[-0.17,51.483],[-0.15,51.485],[-0.155,51.489],[-0.155,51.49],[-0.156,51.491],[-0.156,51.492],[-0.156,51.493],[-0.155,51.494],[-0.156,51.494],[-0.156,51.495]]]},"properties":{"Name":"Chelsea and Fulham","ID":"E14001160"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.01,51.903],[-2.025,51.902],[-2.03,51.904],[-2.038,51.906],[-2.041,51.907],[-2.048,51.908],[-2.047,51.91],[-2.05,51.911],[-2.054,51.91],[-2.056,51.912],[-2.061,51.913],[-2.064,51.914],[-2.072,51.914],[-2.08,51.916],[-2.084,51.915],[-2.089,51.91],[-2.086,51.909],[-2.088,51.907],[-2.099,51.914],[-2.103,51.911],[-2.11,51.909],[-2.116,51.91],[-2.122,51.905],[-2.125,51.905],[-2.128,51.902],[-2.133,51.905],[-2.137,51.9],[-2.143,51.889],[-2.142,51.885],[-2.126,51.888],[-2.124,51.886],[-2.129,51.883],[-2.126,51.879],[-2.123,51.883],[-2.112,51.88],[-2.106,51.878],[-2.102,51.876],[-2.098,51.879],[-2.095,51.875],[-2.092,51.874],[-2.092,51.871],[-2.086,51.873],[-2.076,51.872],[-2.076,51.869],[-2.071,51.869],[-2.071,51.866],[-2.066,51.864],[-2.06,51.865],[-2.056,51.863],[-2.052,51.86],[-2.048,51.858],[-2.04,51.86],[-2.037,51.862],[-2.037,51.864],[-2.026,51.864],[-2.024,51.868],[-2.025,51.871],[-2.022,51.876],[-2.021,51.876],[-2.016,51.882],[-2.017,51.886],[-2.013,51.892],[-2.012,51.896],[-2.013,51.899],[-2.01,51.903]]]},"properties":{"Name":"Cheltenham","ID":"E14001161"},"id":98}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.564,51.74],[-0.573,51.736],[-0.576,51.737],[-0.584,51.746],[-0.586,51.752],[-0.594,51.751],[-0.6,51.751],[-0.609,51.75],[-0.613,51.747],[-0.613,51.745],[-0.615,51.743],[-0.615,51.74],[-0.612,51.739],[-0.609,51.736],[-0.603,51.733],[-0.604,51.728],[-0.614,51.731],[-0.617,51.728],[-0.626,51.724],[-0.632,51.722],[-0.634,51.718],[-0.637,51.719],[-0.643,51.711],[-0.639,51.71],[-0.641,51.707],[-0.635,51.703],[-0.637,51.702],[-0.634,51.7],[-0.634,51.698],[-0.629,51.698],[-0.625,51.699],[-0.619,51.696],[-0.623,51.692],[-0.625,51.688],[-0.63,51.69],[-0.634,51.691],[-0.641,51.689],[-0.644,51.687],[-0.646,51.681],[-0.649,51.679],[-0.652,51.674],[-0.66,51.677],[-0.661,51.676],[-0.668,51.677],[-0.677,51.678],[-0.685,51.68],[-0.69,51.679],[-0.697,51.675],[-0.713,51.676],[-0.716,51.677],[-0.719,51.673],[-0.715,51.671],[-0.716,51.67],[-0.706,51.665],[-0.707,51.662],[-0.713,51.662],[-0.719,51.661],[-0.719,51.659],[-0.726,51.658],[-0.727,51.651],[-0.727,51.646],[-0.726,51.644],[-0.719,51.644],[-0.712,51.643],[-0.707,51.641],[-0.697,51.646],[-0.692,51.638],[-0.689,51.63],[-0.69,51.625],[-0.689,51.618],[-0.681,51.621],[-0.679,51.621],[-0.677,51.616],[-0.674,51.614],[-0.677,51.609],[-0.676,51.608],[-0.675,51.608],[-0.661,51.611],[-0.658,51.613],[-0.657,51.615],[-0.654,51.616],[-0.654,51.618],[-0.643,51.619],[-0.642,51.625],[-0.643,51.629],[-0.64,51.635],[-0.636,51.635],[-0.629,51.633],[-0.627,51.631],[-0.622,51.629],[-0.621,51.634],[-0.613,51.632],[-0.612,51.63],[-0.609,51.629],[-0.613,51.626],[-0.612,51.62],[-0.617,51.616],[-0.616,51.614],[-0.61,51.612],[-0.613,51.608],[-0.613,51.606],[-0.609,51.604],[-0.607,51.601],[-0.609,51.598],[-0.599,51.597],[-0.607,51.588],[-0.589,51.583],[-0.585,51.581],[-0.58,51.576],[-0.571,51.576],[-0.572,51.572],[-0.559,51.568],[-0.555,51.569],[-0.549,51.567],[-0.541,51.567],[-0.537,51.569],[-0.535,51.572],[-0.536,51.579],[-0.533,51.578],[-0.531,51.581],[-0.525,51.586],[-0.529,51.592],[-0.532,51.596],[-0.53,51.602],[-0.522,51.605],[-0.526,51.614],[-0.53,51.617],[-0.532,51.625],[-0.535,51.63],[-0.535,51.637],[-0.539,51.638],[-0.538,51.642],[-0.531,51.649],[-0.537,51.652],[-0.536,51.66],[-0.533,51.661],[-0.533,51.663],[-0.524,51.658],[-0.522,51.659],[-0.523,51.664],[-0.521,51.668],[-0.515,51.665],[-0.512,51.669],[-0.505,51.673],[-0.508,51.678],[-0.511,51.68],[-0.521,51.68],[-0.524,51.682],[-0.531,51.681],[-0.535,51.682],[-0.539,51.68],[-0.546,51.68],[-0.549,51.685],[-0.547,51.689],[-0.543,51.694],[-0.544,51.697],[-0.547,51.699],[-0.548,51.703],[-0.553,51.704],[-0.563,51.712],[-0.561,51.718],[-0.556,51.722],[-0.55,51.723],[-0.554,51.728],[-0.552,51.731],[-0.558,51.734],[-0.559,51.737],[-0.563,51.736],[-0.564,51.74]]]},"properties":{"Name":"Chesham and Amersham","ID":"E14001162"},"id":99}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.98,53.305],[-2.993,53.307],[-3.002,53.303],[-3.011,53.3],[-3.013,53.299],[-3.019,53.3],[-3.026,53.298],[-3.031,53.299],[-3.037,53.301],[-3.038,53.305],[-3.046,53.307],[-3.048,53.31],[-3.051,53.311],[-3.06,53.309],[-3.064,53.312],[-3.074,53.316],[-3.078,53.315],[-3.082,53.311],[-3.089,53.308],[-3.096,53.305],[-3.109,53.297],[-3.104,53.295],[-3.108,53.294],[-3.108,53.291],[-3.101,53.287],[-3.091,53.285],[-3.086,53.282],[-3.084,53.279],[-3.084,53.277],[-3.09,53.279],[-3.09,53.276],[-3.092,53.275],[-3.089,53.271],[-3.091,53.269],[-3.097,53.272],[-3.1,53.27],[-3.101,53.267],[-3.095,53.262],[-3.093,53.261],[-3.092,53.26],[-3.088,53.258],[-3.085,53.258],[-3.082,53.256],[-3.075,53.254],[-3.074,53.254],[-3.069,53.253],[-3.036,53.252],[-3.025,53.248],[-2.993,53.233],[-2.985,53.228],[-2.978,53.225],[-2.967,53.219],[-2.949,53.211],[-2.944,53.204],[-2.935,53.196],[-2.929,53.194],[-2.922,53.189],[-2.92,53.183],[-2.906,53.194],[-2.903,53.193],[-2.902,53.19],[-2.904,53.187],[-2.902,53.184],[-2.893,53.184],[-2.888,53.186],[-2.88,53.189],[-2.876,53.191],[-2.871,53.189],[-2.871,53.182],[-2.862,53.178],[-2.857,53.177],[-2.854,53.179],[-2.855,53.185],[-2.854,53.188],[-2.849,53.192],[-2.848,53.194],[-2.849,53.198],[-2.856,53.204],[-2.859,53.207],[-2.866,53.211],[-2.867,53.213],[-2.863,53.213],[-2.859,53.216],[-2.862,53.22],[-2.861,53.223],[-2.866,53.225],[-2.864,53.228],[-2.865,53.229],[-2.873,53.235],[-2.876,53.237],[-2.876,53.241],[-2.883,53.243],[-2.884,53.246],[-2.887,53.246],[-2.889,53.25],[-2.891,53.25],[-2.892,53.253],[-2.899,53.256],[-2.91,53.255],[-2.912,53.256],[-2.927,53.252],[-2.931,53.257],[-2.932,53.261],[-2.939,53.267],[-2.942,53.266],[-2.953,53.271],[-2.96,53.275],[-2.97,53.275],[-2.968,53.28],[-2.966,53.281],[-2.963,53.287],[-2.947,53.286],[-2.952,53.29],[-2.945,53.293],[-2.946,53.296],[-2.941,53.299],[-2.947,53.306],[-2.949,53.303],[-2.955,53.304],[-2.961,53.304],[-2.969,53.302],[-2.98,53.305]]]},"properties":{"Name":"Chester North and Neston","ID":"E14001163"},"id":100}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.557,53.26],[-2.56,53.262],[-2.564,53.264],[-2.56,53.266],[-2.56,53.27],[-2.564,53.272],[-2.57,53.272],[-2.576,53.273],[-2.581,53.273],[-2.589,53.271],[-2.595,53.273],[-2.601,53.28],[-2.609,53.281],[-2.612,53.286],[-2.617,53.288],[-2.621,53.288],[-2.624,53.286],[-2.628,53.283],[-2.637,53.282],[-2.645,53.283],[-2.651,53.282],[-2.651,53.273],[-2.649,53.272],[-2.65,53.267],[-2.658,53.265],[-2.665,53.26],[-2.669,53.254],[-2.678,53.257],[-2.689,53.256],[-2.693,53.25],[-2.696,53.249],[-2.697,53.245],[-2.691,53.243],[-2.691,53.239],[-2.701,53.239],[-2.709,53.236],[-2.712,53.235],[-2.706,53.23],[-2.707,53.227],[-2.71,53.225],[-2.713,53.219],[-2.716,53.216],[-2.722,53.216],[-2.726,53.215],[-2.732,53.21],[-2.735,53.209],[-2.743,53.208],[-2.752,53.206],[-2.763,53.21],[-2.764,53.209],[-2.77,53.207],[-2.771,53.204],[-2.775,53.203],[-2.799,53.199],[-2.802,53.202],[-2.806,53.204],[-2.811,53.203],[-2.817,53.199],[-2.82,53.2],[-2.826,53.198],[-2.833,53.199],[-2.842,53.197],[-2.84,53.195],[-2.848,53.194],[-2.849,53.192],[-2.854,53.188],[-2.855,53.185],[-2.854,53.179],[-2.857,53.177],[-2.862,53.178],[-2.871,53.182],[-2.871,53.189],[-2.876,53.191],[-2.88,53.189],[-2.888,53.186],[-2.893,53.183],[-2.9,53.183],[-2.904,53.185],[-2.905,53.187],[-2.904,53.19],[-2.905,53.193],[-2.92,53.182],[-2.921,53.177],[-2.927,53.173],[-2.928,53.171],[-2.934,53.169],[-2.944,53.165],[-2.947,53.167],[-2.953,53.165],[-2.962,53.162],[-2.966,53.16],[-2.97,53.161],[-2.976,53.157],[-2.981,53.156],[-2.985,53.159],[-2.988,53.157],[-2.992,53.157],[-2.993,53.153],[-2.988,53.152],[-2.984,53.148],[-2.98,53.149],[-2.977,53.148],[-2.964,53.133],[-2.96,53.132],[-2.958,53.13],[-2.946,53.127],[-2.945,53.122],[-2.941,53.122],[-2.938,53.121],[-2.934,53.121],[-2.932,53.12],[-2.924,53.119],[-2.92,53.116],[-2.912,53.113],[-2.908,53.113],[-2.903,53.112],[-2.899,53.114],[-2.897,53.114],[-2.892,53.118],[-2.883,53.122],[-2.882,53.118],[-2.884,53.113],[-2.884,53.111],[-2.889,53.109],[-2.892,53.109],[-2.893,53.104],[-2.887,53.105],[-2.892,53.097],[-2.895,53.099],[-2.9,53.098],[-2.901,53.091],[-2.893,53.092],[-2.891,53.087],[-2.88,53.083],[-2.876,53.082],[-2.879,53.078],[-2.881,53.074],[-2.875,53.073],[-2.878,53.07],[-2.873,53.07],[-2.869,53.07],[-2.864,53.063],[-2.865,53.061],[-2.872,53.059],[-2.87,53.057],[-2.866,53.059],[-2.86,53.055],[-2.86,53.053],[-2.863,53.052],[-2.863,53.049],[-2.868,53.046],[-2.866,53.044],[-2.862,53.042],[-2.867,53.041],[-2.862,53.039],[-2.859,53.039],[-2.856,53.037],[-2.856,53.033],[-2.86,53.029],[-2.861,53.023],[-2.859,53.02],[-2.852,53.017],[-2.847,53.019],[-2.844,53.018],[-2.839,53.011],[-2.841,53.01],[-2.841,53.007],[-2.836,53.002],[-2.835,52.998],[-2.828,52.994],[-2.825,52.994],[-2.819,52.994],[-2.815,52.993],[-2.806,52.992],[-2.803,52.99],[-2.799,52.99],[-2.79,52.996],[-2.785,52.994],[-2.783,52.996],[-2.78,52.993],[-2.776,52.994],[-2.768,52.994],[-2.764,52.994],[-2.761,52.991],[-2.762,52.987],[-2.76,52.986],[-2.753,52.986],[-2.744,52.987],[-2.737,52.985],[-2.732,52.985],[-2.727,52.983],[-2.726,52.983],[-2.716,52.984],[-2.708,52.988],[-2.701,52.993],[-2.699,52.995],[-2.694,52.994],[-2.692,52.991],[-2.689,52.99],[-2.685,52.986],[-2.676,52.986],[-2.664,52.989],[-2.661,52.991],[-2.658,52.992],[-2.652,52.995],[-2.649,52.996],[-2.645,52.995],[-2.643,52.993],[-2.633,52.997],[-2.628,52.995],[-2.628,52.993],[-2.626,52.989],[-2.622,52.987],[-2.608,52.988],[-2.604,52.982],[-2.606,52.98],[-2.601,52.979],[-2.599,52.977],[-2.595,52.976],[-2.598,52.971],[-2.596,52.968],[-2.596,52.965],[-2.598,52.963],[-2.592,52.961],[-2.586,52.955],[-2.584,52.956],[-2.578,52.956],[-2.575,52.958],[-2.57,52.96],[-2.567,52.964],[-2.561,52.964],[-2.554,52.957],[-2.547,52.957],[-2.539,52.952],[-2.534,52.948],[-2.53,52.947],[-2.529,52.949],[-2.527,52.951],[-2.523,52.959],[-2.524,52.966],[-2.523,52.972],[-2.52,52.974],[-2.513,52.971],[-2.509,52.966],[-2.507,52.966],[-2.499,52.968],[-2.492,52.968],[-2.491,52.965],[-2.488,52.965],[-2.484,52.96],[-2.481,52.959],[-2.475,52.963],[-2.47,52.961],[-2.465,52.964],[-2.453,52.965],[-2.448,52.968],[-2.443,52.971],[-2.439,52.969],[-2.435,52.97],[-2.436,52.973],[-2.434,52.976],[-2.436,52.978],[-2.434,52.98],[-2.438,52.985],[-2.435,52.987],[-2.429,52.986],[-2.424,52.986],[-2.419,52.988],[-2.41,52.988],[-2.405,52.991],[-2.405,52.994],[-2.4,52.995],[-2.397,52.995],[-2.391,52.996],[-2.389,52.996],[-2.384,52.998],[-2.381,52.998],[-2.38,53],[-2.381,53.005],[-2.383,53.007],[-2.381,53.009],[-2.375,53.01],[-2.37,53.015],[-2.378,53.02],[-2.384,53.026],[-2.38,53.028],[-2.381,53.03],[-2.384,53.032],[-2.385,53.038],[-2.383,53.043],[-2.383,53.049],[-2.381,53.05],[-2.381,53.053],[-2.376,53.053],[-2.375,53.055],[-2.375,53.057],[-2.38,53.058],[-2.38,53.061],[-2.39,53.064],[-2.4,53.058],[-2.405,53.057],[-2.413,53.059],[-2.416,53.06],[-2.427,53.058],[-2.429,53.059],[-2.434,53.055],[-2.448,53.057],[-2.454,53.057],[-2.456,53.058],[-2.461,53.057],[-2.476,53.06],[-2.476,53.054],[-2.472,53.05],[-2.475,53.045],[-2.475,53.042],[-2.476,53.04],[-2.481,53.04],[-2.486,53.039],[-2.492,53.038],[-2.495,53.036],[-2.499,53.037],[-2.5,53.04],[-2.506,53.043],[-2.51,53.043],[-2.516,53.049],[-2.519,53.049],[-2.525,53.055],[-2.524,53.059],[-2.526,53.062],[-2.531,53.061],[-2.54,53.06],[-2.54,53.064],[-2.536,53.068],[-2.535,53.07],[-2.528,53.072],[-2.524,53.071],[-2.523,53.073],[-2.524,53.076],[-2.519,53.079],[-2.52,53.083],[-2.517,53.085],[-2.508,53.086],[-2.509,53.087],[-2.503,53.091],[-2.506,53.093],[-2.504,53.095],[-2.505,53.099],[-2.503,53.103],[-2.499,53.104],[-2.498,53.107],[-2.5,53.11],[-2.498,53.112],[-2.502,53.115],[-2.502,53.117],[-2.504,53.121],[-2.502,53.124],[-2.486,53.123],[-2.475,53.123],[-2.466,53.125],[-2.454,53.126],[-2.456,53.128],[-2.455,53.131],[-2.452,53.139],[-2.457,53.149],[-2.457,53.152],[-2.455,53.156],[-2.456,53.157],[-2.462,53.156],[-2.464,53.153],[-2.469,53.153],[-2.472,53.155],[-2.476,53.155],[-2.484,53.16],[-2.485,53.162],[-2.487,53.163],[-2.493,53.163],[-2.496,53.164],[-2.502,53.164],[-2.502,53.16],[-2.517,53.159],[-2.518,53.16],[-2.523,53.159],[-2.523,53.155],[-2.528,53.153],[-2.533,53.152],[-2.543,53.15],[-2.548,53.151],[-2.558,53.16],[-2.561,53.163],[-2.567,53.162],[-2.567,53.164],[-2.565,53.167],[-2.565,53.171],[-2.568,53.172],[-2.566,53.175],[-2.569,53.178],[-2.569,53.18],[-2.573,53.183],[-2.577,53.189],[-2.576,53.192],[-2.58,53.195],[-2.58,53.197],[-2.584,53.199],[-2.589,53.199],[-2.596,53.201],[-2.602,53.2],[-2.605,53.2],[-2.612,53.204],[-2.625,53.207],[-2.62,53.214],[-2.614,53.221],[-2.61,53.218],[-2.608,53.221],[-2.602,53.221],[-2.596,53.224],[-2.59,53.224],[-2.583,53.225],[-2.574,53.229],[-2.572,53.232],[-2.578,53.237],[-2.575,53.239],[-2.578,53.244],[-2.571,53.245],[-2.572,53.248],[-2.571,53.251],[-2.565,53.252],[-2.559,53.256],[-2.55,53.255],[-2.555,53.258],[-2.557,53.26]]]},"properties":{"Name":"Chester South and Eddisbury","ID":"E14001164"},"id":101}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.331,53.257],[-1.336,53.259],[-1.342,53.263],[-1.348,53.262],[-1.353,53.263],[-1.35,53.269],[-1.355,53.27],[-1.359,53.267],[-1.365,53.265],[-1.372,53.265],[-1.384,53.268],[-1.392,53.271],[-1.402,53.27],[-1.41,53.267],[-1.414,53.268],[-1.416,53.27],[-1.423,53.274],[-1.423,53.279],[-1.421,53.281],[-1.423,53.283],[-1.43,53.282],[-1.439,53.28],[-1.444,53.283],[-1.449,53.283],[-1.454,53.281],[-1.459,53.283],[-1.461,53.278],[-1.464,53.278],[-1.465,53.27],[-1.463,53.269],[-1.47,53.268],[-1.48,53.263],[-1.476,53.26],[-1.471,53.259],[-1.476,53.255],[-1.475,53.253],[-1.48,53.249],[-1.481,53.246],[-1.479,53.244],[-1.478,53.24],[-1.472,53.24],[-1.472,53.233],[-1.483,53.233],[-1.484,53.231],[-1.482,53.226],[-1.477,53.226],[-1.476,53.225],[-1.478,53.222],[-1.471,53.221],[-1.468,53.22],[-1.462,53.222],[-1.457,53.22],[-1.448,53.221],[-1.445,53.22],[-1.441,53.221],[-1.439,53.219],[-1.441,53.217],[-1.44,53.214],[-1.437,53.213],[-1.428,53.215],[-1.423,53.214],[-1.421,53.212],[-1.415,53.215],[-1.408,53.216],[-1.401,53.214],[-1.4,53.215],[-1.402,53.218],[-1.396,53.223],[-1.398,53.225],[-1.396,53.227],[-1.401,53.234],[-1.394,53.234],[-1.392,53.237],[-1.38,53.244],[-1.375,53.241],[-1.366,53.243],[-1.362,53.245],[-1.351,53.246],[-1.347,53.24],[-1.339,53.242],[-1.332,53.242],[-1.332,53.237],[-1.326,53.236],[-1.319,53.24],[-1.323,53.241],[-1.324,53.253],[-1.331,53.257]]]},"properties":{"Name":"Chesterfield","ID":"E14001165"},"id":102}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.912,50.801],[-0.908,50.799],[-0.907,50.801],[-0.912,50.801]]],[[[-0.923,50.831],[-0.926,50.832],[-0.933,50.829],[-0.939,50.831],[-0.941,50.828],[-0.942,50.824],[-0.94,50.823],[-0.942,50.821],[-0.939,50.819],[-0.94,50.817],[-0.943,50.815],[-0.932,50.814],[-0.925,50.81],[-0.921,50.806],[-0.911,50.803],[-0.911,50.806],[-0.909,50.809],[-0.91,50.813],[-0.908,50.817],[-0.91,50.823],[-0.912,50.827],[-0.918,50.828],[-0.923,50.831]]],[[[-0.829,50.936],[-0.83,50.933],[-0.834,50.93],[-0.841,50.929],[-0.845,50.931],[-0.849,50.931],[-0.846,50.935],[-0.845,50.942],[-0.849,50.943],[-0.846,50.946],[-0.847,50.949],[-0.852,50.953],[-0.855,50.948],[-0.865,50.947],[-0.87,50.944],[-0.876,50.942],[-0.886,50.941],[-0.891,50.938],[-0.895,50.94],[-0.907,50.94],[-0.916,50.937],[-0.926,50.937],[-0.931,50.935],[-0.928,50.931],[-0.928,50.928],[-0.924,50.924],[-0.925,50.923],[-0.939,50.919],[-0.943,50.913],[-0.946,50.911],[-0.95,50.905],[-0.95,50.898],[-0.952,50.897],[-0.956,50.891],[-0.958,50.891],[-0.951,50.886],[-0.947,50.884],[-0.945,50.88],[-0.941,50.878],[-0.939,50.874],[-0.937,50.87],[-0.932,50.868],[-0.926,50.864],[-0.93,50.859],[-0.933,50.855],[-0.933,50.852],[-0.934,50.85],[-0.932,50.846],[-0.932,50.844],[-0.931,50.841],[-0.938,50.832],[-0.935,50.83],[-0.923,50.832],[-0.917,50.828],[-0.913,50.828],[-0.914,50.832],[-0.914,50.834],[-0.916,50.836],[-0.916,50.838],[-0.913,50.84],[-0.91,50.839],[-0.909,50.838],[-0.905,50.838],[-0.898,50.838],[-0.894,50.838],[-0.893,50.833],[-0.896,50.832],[-0.894,50.826],[-0.892,50.823],[-0.892,50.819],[-0.891,50.817],[-0.885,50.814],[-0.877,50.811],[-0.874,50.814],[-0.875,50.817],[-0.87,50.823],[-0.866,50.827],[-0.867,50.83],[-0.87,50.832],[-0.869,50.834],[-0.871,50.837],[-0.867,50.839],[-0.858,50.839],[-0.861,50.835],[-0.861,50.83],[-0.861,50.828],[-0.854,50.829],[-0.858,50.824],[-0.863,50.824],[-0.866,50.82],[-0.87,50.818],[-0.868,50.813],[-0.862,50.812],[-0.856,50.81],[-0.857,50.808],[-0.849,50.805],[-0.843,50.805],[-0.837,50.809],[-0.83,50.811],[-0.829,50.813],[-0.823,50.814],[-0.82,50.817],[-0.821,50.82],[-0.817,50.825],[-0.818,50.828],[-0.817,50.83],[-0.812,50.832],[-0.81,50.826],[-0.812,50.823],[-0.816,50.82],[-0.814,50.814],[-0.819,50.812],[-0.825,50.81],[-0.825,50.804],[-0.83,50.804],[-0.833,50.805],[-0.836,50.804],[-0.84,50.801],[-0.844,50.8],[-0.849,50.801],[-0.854,50.803],[-0.86,50.803],[-0.862,50.805],[-0.869,50.808],[-0.878,50.808],[-0.882,50.806],[-0.884,50.803],[-0.891,50.8],[-0.893,50.793],[-0.894,50.79],[-0.898,50.789],[-0.901,50.79],[-0.904,50.787],[-0.905,50.782],[-0.913,50.781],[-0.915,50.782],[-0.914,50.784],[-0.91,50.785],[-0.909,50.788],[-0.912,50.789],[-0.913,50.786],[-0.916,50.784],[-0.917,50.78],[-0.907,50.775],[-0.902,50.773],[-0.876,50.766],[-0.863,50.762],[-0.843,50.754],[-0.832,50.748],[-0.83,50.746],[-0.815,50.738],[-0.805,50.731],[-0.802,50.728],[-0.794,50.724],[-0.786,50.722],[-0.784,50.725],[-0.776,50.73],[-0.763,50.743],[-0.762,50.751],[-0.766,50.758],[-0.769,50.76],[-0.773,50.762],[-0.779,50.762],[-0.786,50.76],[-0.781,50.765],[-0.78,50.769],[-0.776,50.767],[-0.771,50.769],[-0.766,50.769],[-0.763,50.773],[-0.755,50.772],[-0.757,50.768],[-0.754,50.765],[-0.75,50.764],[-0.75,50.761],[-0.754,50.76],[-0.753,50.758],[-0.749,50.759],[-0.744,50.763],[-0.736,50.768],[-0.728,50.771],[-0.731,50.774],[-0.728,50.779],[-0.728,50.78],[-0.725,50.787],[-0.72,50.788],[-0.717,50.789],[-0.708,50.79],[-0.704,50.793],[-0.696,50.793],[-0.692,50.794],[-0.691,50.798],[-0.687,50.799],[-0.674,50.8],[-0.671,50.798],[-0.665,50.797],[-0.661,50.797],[-0.658,50.799],[-0.655,50.804],[-0.655,50.806],[-0.661,50.808],[-0.666,50.808],[-0.668,50.81],[-0.669,50.814],[-0.677,50.818],[-0.683,50.819],[-0.687,50.821],[-0.686,50.823],[-0.688,50.829],[-0.693,50.836],[-0.693,50.844],[-0.694,50.847],[-0.691,50.849],[-0.69,50.852],[-0.686,50.855],[-0.703,50.856],[-0.717,50.855],[-0.724,50.854],[-0.734,50.852],[-0.736,50.853],[-0.737,50.857],[-0.736,50.859],[-0.737,50.862],[-0.734,50.867],[-0.735,50.868],[-0.73,50.871],[-0.729,50.874],[-0.726,50.878],[-0.722,50.88],[-0.72,50.884],[-0.719,50.889],[-0.728,50.892],[-0.729,50.895],[-0.738,50.893],[-0.744,50.891],[-0.749,50.892],[-0.754,50.891],[-0.756,50.892],[-0.77,50.893],[-0.775,50.892],[-0.774,50.896],[-0.77,50.9],[-0.763,50.903],[-0.761,50.909],[-0.761,50.914],[-0.766,50.917],[-0.766,50.922],[-0.768,50.926],[-0.774,50.933],[-0.775,50.935],[-0.78,50.936],[-0.785,50.936],[-0.784,50.94],[-0.798,50.941],[-0.803,50.938],[-0.807,50.94],[-0.811,50.942],[-0.812,50.945],[-0.815,50.947],[-0.815,50.951],[-0.82,50.952],[-0.822,50.95],[-0.826,50.948],[-0.827,50.945],[-0.828,50.945],[-0.829,50.941],[-0.828,50.939],[-0.828,50.938],[-0.829,50.936]]]]},"properties":{"Name":"Chichester","ID":"E14001166"},"id":103}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.073,51.605],[0.063,51.607],[0.061,51.608],[0.049,51.614],[0.05,51.616],[0.043,51.617],[0.041,51.616],[0.033,51.622],[0.022,51.629],[0.026,51.635],[0.023,51.638],[0.023,51.641],[0.016,51.64],[0.011,51.641],[0.001,51.642],[0,51.644],[-0.008,51.644],[-0.007,51.646],[-0.012,51.646],[-0.013,51.643],[-0.013,51.639],[-0.014,51.638],[-0.014,51.637],[-0.015,51.637],[-0.017,51.634],[-0.019,51.63],[-0.02,51.63],[-0.023,51.626],[-0.024,51.624],[-0.025,51.623],[-0.026,51.622],[-0.03,51.618],[-0.035,51.614],[-0.035,51.613],[-0.034,51.609],[-0.017,51.601],[-0.017,51.603],[-0.013,51.603],[-0.007,51.605],[-0.002,51.604],[-0.003,51.598],[-0.001,51.592],[0.01,51.594],[0.013,51.595],[0.018,51.595],[0.026,51.596],[0.038,51.594],[0.042,51.597],[0.046,51.6],[0.054,51.598],[0.056,51.601],[0.067,51.599],[0.077,51.597],[0.073,51.605]]]},"properties":{"Name":"Chingford and Woodford Green","ID":"E14001167"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.838,51.58],[-1.848,51.58],[-1.85,51.578],[-1.857,51.577],[-1.865,51.575],[-1.871,51.576],[-1.873,51.576],[-1.885,51.574],[-1.887,51.575],[-1.896,51.575],[-1.898,51.573],[-1.902,51.574],[-1.907,51.578],[-1.909,51.58],[-1.919,51.578],[-1.925,51.576],[-1.938,51.576],[-1.946,51.575],[-1.946,51.573],[-1.948,51.571],[-1.945,51.567],[-1.943,51.566],[-1.942,51.563],[-1.944,51.562],[-1.943,51.557],[-1.94,51.553],[-1.948,51.554],[-1.94,51.55],[-1.939,51.546],[-1.944,51.54],[-1.946,51.536],[-1.951,51.534],[-1.954,51.532],[-1.957,51.531],[-1.962,51.528],[-1.963,51.525],[-1.967,51.522],[-1.967,51.52],[-1.97,51.52],[-1.972,51.518],[-1.976,51.517],[-1.987,51.516],[-1.997,51.519],[-2.004,51.519],[-2.004,51.515],[-2.015,51.512],[-2.013,51.511],[-2.015,51.507],[-2.021,51.503],[-2.026,51.505],[-2.039,51.505],[-2.041,51.503],[-2.036,51.499],[-2.04,51.498],[-2.05,51.498],[-2.051,51.496],[-2.055,51.496],[-2.058,51.5],[-2.061,51.501],[-2.066,51.499],[-2.068,51.497],[-2.068,51.494],[-2.066,51.491],[-2.065,51.489],[-2.061,51.488],[-2.063,51.485],[-2.056,51.483],[-2.056,51.48],[-2.058,51.48],[-2.066,51.482],[-2.069,51.476],[-2.072,51.476],[-2.075,51.474],[-2.082,51.472],[-2.084,51.469],[-2.1,51.471],[-2.103,51.469],[-2.111,51.475],[-2.118,51.477],[-2.123,51.477],[-2.127,51.479],[-2.132,51.479],[-2.133,51.477],[-2.142,51.471],[-2.143,51.469],[-2.148,51.465],[-2.15,51.462],[-2.152,51.452],[-2.149,51.447],[-2.158,51.445],[-2.161,51.447],[-2.166,51.448],[-2.17,51.451],[-2.181,51.453],[-2.185,51.454],[-2.188,51.45],[-2.194,51.45],[-2.196,51.452],[-2.199,51.451],[-2.204,51.452],[-2.207,51.449],[-2.209,51.444],[-2.212,51.442],[-2.218,51.443],[-2.22,51.442],[-2.218,51.439],[-2.223,51.437],[-2.225,51.435],[-2.225,51.432],[-2.231,51.428],[-2.231,51.426],[-2.229,51.423],[-2.235,51.421],[-2.231,51.418],[-2.228,51.417],[-2.229,51.414],[-2.22,51.415],[-2.213,51.409],[-2.212,51.405],[-2.208,51.404],[-2.204,51.4],[-2.155,51.403],[-2.147,51.403],[-2.143,51.403],[-2.128,51.404],[-2.088,51.405],[-2.085,51.412],[-2.083,51.413],[-2.068,51.412],[-2.059,51.413],[-2.052,51.413],[-2.047,51.415],[-2.04,51.42],[-2.034,51.419],[-2.033,51.422],[-2.034,51.424],[-2.033,51.43],[-2.03,51.433],[-2.028,51.437],[-2.025,51.434],[-2.02,51.434],[-2.014,51.435],[-2.013,51.432],[-2.009,51.429],[-2.005,51.432],[-2.004,51.434],[-2,51.436],[-1.995,51.433],[-1.989,51.432],[-1.99,51.43],[-1.984,51.428],[-1.98,51.429],[-1.976,51.428],[-1.977,51.424],[-1.98,51.418],[-1.977,51.416],[-1.976,51.413],[-1.977,51.406],[-1.975,51.404],[-1.969,51.404],[-1.967,51.404],[-1.962,51.404],[-1.959,51.406],[-1.947,51.409],[-1.922,51.412],[-1.915,51.413],[-1.917,51.414],[-1.913,51.419],[-1.907,51.422],[-1.902,51.422],[-1.901,51.424],[-1.882,51.439],[-1.879,51.443],[-1.888,51.447],[-1.892,51.453],[-1.893,51.454],[-1.889,51.456],[-1.893,51.458],[-1.893,51.46],[-1.898,51.464],[-1.892,51.467],[-1.886,51.467],[-1.878,51.467],[-1.866,51.465],[-1.858,51.466],[-1.849,51.466],[-1.845,51.467],[-1.839,51.465],[-1.823,51.463],[-1.822,51.459],[-1.813,51.461],[-1.812,51.464],[-1.812,51.467],[-1.811,51.474],[-1.812,51.475],[-1.805,51.481],[-1.798,51.484],[-1.803,51.488],[-1.809,51.494],[-1.813,51.497],[-1.811,51.5],[-1.814,51.501],[-1.813,51.505],[-1.814,51.507],[-1.823,51.505],[-1.828,51.505],[-1.832,51.501],[-1.838,51.501],[-1.841,51.509],[-1.844,51.512],[-1.845,51.515],[-1.842,51.516],[-1.847,51.524],[-1.843,51.526],[-1.841,51.524],[-1.844,51.522],[-1.838,51.516],[-1.837,51.511],[-1.831,51.511],[-1.83,51.515],[-1.833,51.519],[-1.835,51.519],[-1.837,51.524],[-1.839,51.526],[-1.844,51.538],[-1.844,51.543],[-1.852,51.545],[-1.851,51.547],[-1.854,51.55],[-1.849,51.553],[-1.861,51.559],[-1.862,51.56],[-1.86,51.565],[-1.858,51.563],[-1.845,51.562],[-1.847,51.566],[-1.85,51.567],[-1.848,51.569],[-1.844,51.57],[-1.845,51.573],[-1.843,51.579],[-1.84,51.578],[-1.838,51.58]]]},"properties":{"Name":"Chippenham","ID":"E14001168"},"id":105}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.182,51.669],[-0.188,51.668],[-0.191,51.664],[-0.197,51.665],[-0.195,51.668],[-0.199,51.668],[-0.2,51.67],[-0.203,51.67],[-0.208,51.667],[-0.208,51.663],[-0.213,51.662],[-0.22,51.661],[-0.226,51.658],[-0.228,51.66],[-0.234,51.658],[-0.244,51.657],[-0.25,51.655],[-0.252,51.647],[-0.257,51.642],[-0.262,51.644],[-0.268,51.644],[-0.273,51.642],[-0.274,51.639],[-0.281,51.638],[-0.285,51.637],[-0.292,51.636],[-0.296,51.635],[-0.303,51.636],[-0.298,51.631],[-0.288,51.624],[-0.279,51.622],[-0.275,51.621],[-0.266,51.622],[-0.255,51.622],[-0.251,51.625],[-0.245,51.625],[-0.242,51.626],[-0.24,51.629],[-0.233,51.63],[-0.233,51.626],[-0.216,51.623],[-0.213,51.624],[-0.204,51.625],[-0.198,51.622],[-0.2,51.62],[-0.207,51.619],[-0.213,51.62],[-0.215,51.615],[-0.214,51.612],[-0.209,51.608],[-0.202,51.605],[-0.197,51.61],[-0.191,51.613],[-0.189,51.615],[-0.186,51.616],[-0.18,51.617],[-0.178,51.624],[-0.175,51.624],[-0.172,51.62],[-0.164,51.619],[-0.161,51.62],[-0.159,51.621],[-0.161,51.625],[-0.156,51.628],[-0.145,51.615],[-0.142,51.617],[-0.135,51.622],[-0.134,51.626],[-0.129,51.632],[-0.141,51.638],[-0.145,51.643],[-0.148,51.642],[-0.149,51.645],[-0.152,51.646],[-0.15,51.649],[-0.153,51.653],[-0.155,51.656],[-0.165,51.658],[-0.186,51.663],[-0.182,51.669]]]},"properties":{"Name":"Chipping Barnet","ID":"E14001169"},"id":106}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.562,53.747],[-2.564,53.749],[-2.574,53.751],[-2.577,53.751],[-2.58,53.748],[-2.587,53.743],[-2.594,53.743],[-2.599,53.743],[-2.605,53.739],[-2.611,53.737],[-2.617,53.732],[-2.624,53.729],[-2.623,53.724],[-2.63,53.718],[-2.64,53.718],[-2.648,53.716],[-2.647,53.715],[-2.651,53.712],[-2.656,53.713],[-2.657,53.717],[-2.658,53.718],[-2.669,53.712],[-2.674,53.709],[-2.677,53.704],[-2.678,53.694],[-2.674,53.693],[-2.662,53.692],[-2.658,53.691],[-2.656,53.688],[-2.658,53.686],[-2.659,53.681],[-2.665,53.682],[-2.668,53.68],[-2.677,53.679],[-2.687,53.679],[-2.699,53.68],[-2.707,53.682],[-2.708,53.676],[-2.711,53.676],[-2.714,53.669],[-2.714,53.666],[-2.706,53.665],[-2.7,53.665],[-2.698,53.664],[-2.693,53.665],[-2.684,53.664],[-2.678,53.666],[-2.673,53.665],[-2.67,53.656],[-2.665,53.653],[-2.663,53.649],[-2.658,53.65],[-2.658,53.639],[-2.655,53.639],[-2.653,53.633],[-2.656,53.632],[-2.662,53.633],[-2.676,53.624],[-2.674,53.616],[-2.685,53.613],[-2.69,53.612],[-2.695,53.616],[-2.698,53.614],[-2.698,53.611],[-2.696,53.605],[-2.689,53.604],[-2.687,53.603],[-2.679,53.605],[-2.671,53.605],[-2.667,53.603],[-2.661,53.603],[-2.655,53.605],[-2.647,53.607],[-2.641,53.607],[-2.635,53.608],[-2.631,53.606],[-2.632,53.604],[-2.631,53.6],[-2.628,53.597],[-2.626,53.594],[-2.62,53.594],[-2.617,53.596],[-2.615,53.603],[-2.603,53.609],[-2.598,53.609],[-2.596,53.611],[-2.592,53.61],[-2.585,53.606],[-2.58,53.601],[-2.575,53.595],[-2.569,53.596],[-2.56,53.599],[-2.556,53.604],[-2.553,53.605],[-2.552,53.608],[-2.539,53.611],[-2.534,53.615],[-2.522,53.62],[-2.511,53.627],[-2.515,53.629],[-2.52,53.63],[-2.525,53.642],[-2.521,53.645],[-2.525,53.654],[-2.529,53.657],[-2.529,53.661],[-2.532,53.665],[-2.53,53.666],[-2.526,53.672],[-2.525,53.675],[-2.521,53.675],[-2.518,53.678],[-2.517,53.685],[-2.518,53.687],[-2.515,53.69],[-2.516,53.692],[-2.523,53.695],[-2.525,53.695],[-2.532,53.696],[-2.54,53.702],[-2.543,53.707],[-2.543,53.71],[-2.539,53.713],[-2.539,53.715],[-2.541,53.72],[-2.547,53.722],[-2.546,53.725],[-2.551,53.727],[-2.555,53.725],[-2.557,53.735],[-2.564,53.739],[-2.562,53.747]]]},"properties":{"Name":"Chorley","ID":"E14001170"},"id":107}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.851,50.859],[-1.851,50.857],[-1.855,50.854],[-1.859,50.858],[-1.862,50.865],[-1.865,50.865],[-1.873,50.863],[-1.882,50.865],[-1.885,50.86],[-1.889,50.853],[-1.887,50.849],[-1.896,50.844],[-1.895,50.841],[-1.9,50.84],[-1.9,50.833],[-1.902,50.83],[-1.902,50.827],[-1.905,50.823],[-1.909,50.825],[-1.911,50.824],[-1.916,50.825],[-1.921,50.824],[-1.927,50.821],[-1.933,50.821],[-1.934,50.817],[-1.932,50.812],[-1.928,50.807],[-1.932,50.807],[-1.932,50.804],[-1.939,50.803],[-1.941,50.8],[-1.936,50.797],[-1.935,50.794],[-1.936,50.789],[-1.939,50.786],[-1.937,50.783],[-1.933,50.78],[-1.926,50.781],[-1.924,50.783],[-1.92,50.784],[-1.919,50.781],[-1.922,50.776],[-1.915,50.773],[-1.91,50.775],[-1.906,50.777],[-1.899,50.778],[-1.894,50.78],[-1.887,50.776],[-1.886,50.772],[-1.878,50.77],[-1.875,50.767],[-1.875,50.765],[-1.868,50.763],[-1.864,50.764],[-1.857,50.77],[-1.856,50.773],[-1.852,50.773],[-1.848,50.771],[-1.843,50.764],[-1.844,50.763],[-1.837,50.759],[-1.832,50.758],[-1.817,50.757],[-1.814,50.755],[-1.817,50.754],[-1.815,50.748],[-1.815,50.743],[-1.806,50.741],[-1.805,50.741],[-1.804,50.741],[-1.801,50.74],[-1.796,50.74],[-1.791,50.733],[-1.791,50.73],[-1.78,50.73],[-1.776,50.731],[-1.77,50.731],[-1.774,50.735],[-1.772,50.737],[-1.769,50.731],[-1.769,50.729],[-1.766,50.729],[-1.766,50.725],[-1.76,50.723],[-1.755,50.729],[-1.753,50.727],[-1.75,50.726],[-1.745,50.728],[-1.741,50.727],[-1.741,50.725],[-1.736,50.727],[-1.73,50.732],[-1.725,50.734],[-1.716,50.736],[-1.707,50.737],[-1.694,50.737],[-1.693,50.737],[-1.691,50.741],[-1.685,50.744],[-1.682,50.75],[-1.683,50.752],[-1.69,50.752],[-1.704,50.753],[-1.718,50.752],[-1.728,50.751],[-1.744,50.747],[-1.744,50.753],[-1.745,50.756],[-1.742,50.757],[-1.742,50.76],[-1.739,50.763],[-1.745,50.773],[-1.748,50.775],[-1.746,50.776],[-1.749,50.779],[-1.756,50.778],[-1.768,50.773],[-1.77,50.773],[-1.769,50.77],[-1.776,50.767],[-1.781,50.767],[-1.783,50.765],[-1.788,50.767],[-1.79,50.772],[-1.79,50.775],[-1.788,50.779],[-1.791,50.78],[-1.792,50.782],[-1.795,50.782],[-1.801,50.788],[-1.804,50.793],[-1.803,50.799],[-1.805,50.801],[-1.804,50.803],[-1.808,50.804],[-1.812,50.806],[-1.812,50.809],[-1.807,50.81],[-1.803,50.814],[-1.807,50.815],[-1.807,50.818],[-1.804,50.82],[-1.805,50.824],[-1.803,50.83],[-1.801,50.832],[-1.798,50.83],[-1.794,50.831],[-1.792,50.834],[-1.791,50.837],[-1.799,50.839],[-1.804,50.845],[-1.8,50.848],[-1.805,50.851],[-1.806,50.853],[-1.804,50.857],[-1.808,50.864],[-1.813,50.865],[-1.815,50.862],[-1.815,50.859],[-1.821,50.857],[-1.83,50.855],[-1.842,50.858],[-1.851,50.859]]]},"properties":{"Name":"Christchurch","ID":"E14001171"},"id":108}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.16,51.537],[-0.165,51.536],[-0.17,51.539],[-0.174,51.539],[-0.18,51.54],[-0.185,51.538],[-0.189,51.535],[-0.177,51.525],[-0.17,51.527],[-0.167,51.528],[-0.164,51.525],[-0.167,51.524],[-0.164,51.521],[-0.171,51.52],[-0.18,51.52],[-0.185,51.52],[-0.18,51.518],[-0.175,51.514],[-0.176,51.513],[-0.171,51.51],[-0.175,51.502],[-0.18,51.502],[-0.18,51.498],[-0.177,51.498],[-0.174,51.498],[-0.172,51.498],[-0.168,51.499],[-0.168,51.498],[-0.166,51.499],[-0.165,51.499],[-0.161,51.502],[-0.16,51.502],[-0.158,51.502],[-0.158,51.501],[-0.157,51.498],[-0.156,51.497],[-0.156,51.496],[-0.155,51.495],[-0.156,51.495],[-0.156,51.494],[-0.155,51.494],[-0.156,51.493],[-0.156,51.492],[-0.156,51.491],[-0.155,51.49],[-0.155,51.489],[-0.15,51.486],[-0.138,51.485],[-0.133,51.486],[-0.128,51.488],[-0.125,51.492],[-0.123,51.504],[-0.121,51.507],[-0.118,51.51],[-0.112,51.511],[-0.1,51.511],[-0.092,51.509],[-0.079,51.508],[-0.077,51.51],[-0.075,51.51],[-0.073,51.51],[-0.074,51.514],[-0.079,51.519],[-0.079,51.522],[-0.081,51.522],[-0.085,51.52],[-0.086,51.519],[-0.092,51.521],[-0.093,51.521],[-0.094,51.522],[-0.096,51.523],[-0.097,51.523],[-0.098,51.523],[-0.097,51.522],[-0.098,51.521],[-0.105,51.519],[-0.11,51.518],[-0.113,51.518],[-0.113,51.517],[-0.112,51.515],[-0.115,51.516],[-0.119,51.515],[-0.123,51.515],[-0.128,51.513],[-0.129,51.513],[-0.131,51.517],[-0.137,51.519],[-0.143,51.524],[-0.147,51.525],[-0.151,51.535],[-0.153,51.538],[-0.156,51.537],[-0.158,51.537],[-0.159,51.537],[-0.159,51.536],[-0.16,51.537]]]},"properties":{"Name":"Cities of London and Westminster","ID":"E14001172"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.438,54.801],[-1.444,54.802],[-1.448,54.801],[-1.455,54.8],[-1.46,54.802],[-1.468,54.8],[-1.478,54.8],[-1.483,54.799],[-1.491,54.799],[-1.494,54.801],[-1.492,54.804],[-1.485,54.809],[-1.482,54.81],[-1.494,54.816],[-1.49,54.82],[-1.494,54.823],[-1.498,54.823],[-1.504,54.831],[-1.503,54.836],[-1.504,54.837],[-1.516,54.835],[-1.514,54.829],[-1.518,54.829],[-1.528,54.829],[-1.534,54.829],[-1.538,54.826],[-1.548,54.824],[-1.562,54.826],[-1.57,54.824],[-1.573,54.82],[-1.577,54.823],[-1.584,54.823],[-1.589,54.821],[-1.592,54.817],[-1.596,54.816],[-1.607,54.818],[-1.617,54.815],[-1.62,54.813],[-1.63,54.813],[-1.636,54.815],[-1.64,54.819],[-1.639,54.821],[-1.646,54.822],[-1.648,54.826],[-1.652,54.825],[-1.653,54.827],[-1.664,54.825],[-1.66,54.82],[-1.655,54.816],[-1.657,54.814],[-1.657,54.807],[-1.664,54.807],[-1.684,54.806],[-1.69,54.807],[-1.695,54.803],[-1.702,54.804],[-1.707,54.805],[-1.707,54.8],[-1.713,54.799],[-1.718,54.795],[-1.726,54.797],[-1.732,54.798],[-1.737,54.798],[-1.739,54.795],[-1.738,54.791],[-1.745,54.792],[-1.747,54.794],[-1.752,54.794],[-1.759,54.792],[-1.762,54.795],[-1.77,54.796],[-1.779,54.799],[-1.779,54.796],[-1.784,54.796],[-1.788,54.788],[-1.795,54.791],[-1.796,54.789],[-1.802,54.791],[-1.804,54.794],[-1.801,54.795],[-1.791,54.801],[-1.801,54.8],[-1.806,54.804],[-1.82,54.803],[-1.822,54.805],[-1.833,54.804],[-1.839,54.801],[-1.842,54.802],[-1.848,54.801],[-1.848,54.799],[-1.852,54.797],[-1.858,54.796],[-1.865,54.792],[-1.869,54.792],[-1.869,54.789],[-1.878,54.784],[-1.881,54.778],[-1.873,54.774],[-1.865,54.773],[-1.859,54.771],[-1.841,54.757],[-1.832,54.756],[-1.81,54.752],[-1.807,54.747],[-1.8,54.747],[-1.794,54.747],[-1.792,54.75],[-1.788,54.75],[-1.783,54.751],[-1.78,54.751],[-1.769,54.752],[-1.768,54.754],[-1.76,54.755],[-1.759,54.756],[-1.753,54.758],[-1.744,54.76],[-1.73,54.758],[-1.729,54.757],[-1.731,54.75],[-1.734,54.748],[-1.733,54.746],[-1.74,54.743],[-1.739,54.738],[-1.735,54.731],[-1.727,54.729],[-1.736,54.728],[-1.729,54.724],[-1.722,54.722],[-1.716,54.721],[-1.709,54.715],[-1.706,54.714],[-1.712,54.712],[-1.714,54.706],[-1.709,54.704],[-1.71,54.701],[-1.715,54.7],[-1.722,54.702],[-1.729,54.704],[-1.73,54.7],[-1.72,54.694],[-1.723,54.688],[-1.725,54.686],[-1.711,54.68],[-1.704,54.674],[-1.694,54.673],[-1.69,54.674],[-1.683,54.673],[-1.685,54.679],[-1.683,54.683],[-1.682,54.686],[-1.677,54.687],[-1.677,54.692],[-1.687,54.692],[-1.693,54.692],[-1.691,54.695],[-1.692,54.701],[-1.686,54.705],[-1.683,54.705],[-1.678,54.704],[-1.675,54.704],[-1.672,54.706],[-1.666,54.705],[-1.657,54.708],[-1.649,54.708],[-1.645,54.712],[-1.642,54.713],[-1.637,54.713],[-1.629,54.717],[-1.624,54.718],[-1.623,54.721],[-1.618,54.725],[-1.6,54.731],[-1.595,54.73],[-1.592,54.733],[-1.585,54.736],[-1.579,54.741],[-1.583,54.745],[-1.582,54.747],[-1.584,54.75],[-1.581,54.751],[-1.575,54.75],[-1.563,54.745],[-1.562,54.742],[-1.554,54.745],[-1.55,54.741],[-1.542,54.743],[-1.537,54.741],[-1.528,54.745],[-1.522,54.742],[-1.518,54.745],[-1.515,54.744],[-1.514,54.751],[-1.507,54.75],[-1.506,54.748],[-1.5,54.749],[-1.501,54.752],[-1.498,54.753],[-1.495,54.756],[-1.486,54.756],[-1.485,54.753],[-1.474,54.752],[-1.474,54.75],[-1.467,54.75],[-1.463,54.748],[-1.457,54.747],[-1.458,54.748],[-1.454,54.753],[-1.459,54.761],[-1.462,54.763],[-1.458,54.765],[-1.459,54.77],[-1.457,54.772],[-1.468,54.779],[-1.472,54.779],[-1.469,54.782],[-1.468,54.786],[-1.468,54.791],[-1.464,54.791],[-1.454,54.79],[-1.448,54.789],[-1.437,54.796],[-1.438,54.801]]]},"properties":{"Name":"City of Durham","ID":"E14001173"},"id":110}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.254,51.874],[1.251,51.871],[1.252,51.869],[1.259,51.869],[1.265,51.864],[1.269,51.865],[1.267,51.869],[1.265,51.872],[1.254,51.874]]],[[[1.264,51.875],[1.264,51.878],[1.26,51.878],[1.26,51.876],[1.264,51.875]]],[[[1.256,51.884],[1.25,51.883],[1.247,51.881],[1.236,51.882],[1.229,51.881],[1.227,51.879],[1.226,51.875],[1.234,51.874],[1.238,51.87],[1.244,51.871],[1.247,51.873],[1.246,51.875],[1.254,51.877],[1.257,51.876],[1.26,51.882],[1.256,51.884]]],[[[1.236,51.899],[1.231,51.9],[1.229,51.898],[1.23,51.896],[1.233,51.893],[1.231,51.889],[1.232,51.887],[1.242,51.886],[1.247,51.891],[1.244,51.893],[1.245,51.896],[1.238,51.897],[1.236,51.899]]],[[[1.254,51.904],[1.25,51.905],[1.247,51.909],[1.241,51.909],[1.237,51.912],[1.232,51.918],[1.231,51.923],[1.228,51.927],[1.223,51.924],[1.215,51.923],[1.211,51.921],[1.2,51.921],[1.2,51.914],[1.192,51.912],[1.189,51.913],[1.186,51.916],[1.183,51.917],[1.183,51.913],[1.176,51.913],[1.172,51.914],[1.166,51.917],[1.163,51.92],[1.165,51.925],[1.155,51.927],[1.15,51.931],[1.142,51.933],[1.134,51.931],[1.128,51.928],[1.122,51.924],[1.117,51.922],[1.116,51.918],[1.11,51.914],[1.11,51.912],[1.098,51.907],[1.097,51.906],[1.086,51.904],[1.088,51.902],[1.083,51.899],[1.076,51.904],[1.072,51.904],[1.069,51.898],[1.066,51.9],[1.066,51.904],[1.061,51.905],[1.061,51.903],[1.063,51.901],[1.061,51.896],[1.063,51.895],[1.059,51.889],[1.062,51.888],[1.055,51.883],[1.055,51.877],[1.043,51.873],[1.036,51.874],[1.035,51.873],[1.029,51.874],[1.025,51.874],[1.02,51.875],[1.012,51.869],[1.01,51.866],[1.011,51.862],[1.014,51.86],[1.014,51.857],[1.023,51.855],[1.026,51.853],[1.028,51.853],[1.037,51.854],[1.039,51.853],[1.042,51.854],[1.046,51.849],[1.048,51.848],[1.051,51.842],[1.052,51.841],[1.058,51.834],[1.061,51.831],[1.059,51.827],[1.06,51.824],[1.065,51.819],[1.066,51.816],[1.062,51.81],[1.054,51.807],[1.05,51.805],[1.033,51.801],[1.027,51.801],[1.021,51.803],[1.018,51.801],[1.022,51.798],[1.03,51.796],[1.036,51.791],[1.039,51.788],[1.037,51.785],[1.032,51.786],[1.031,51.785],[1.033,51.778],[1.04,51.772],[1.044,51.77],[1.055,51.77],[1.058,51.77],[1.068,51.77],[1.083,51.772],[1.092,51.772],[1.094,51.772],[1.111,51.773],[1.113,51.773],[1.133,51.778],[1.143,51.782],[1.15,51.785],[1.166,51.792],[1.174,51.794],[1.205,51.804],[1.215,51.809],[1.218,51.809],[1.221,51.812],[1.226,51.814],[1.237,51.82],[1.242,51.824],[1.253,51.833],[1.258,51.836],[1.264,51.842],[1.266,51.842],[1.276,51.852],[1.28,51.854],[1.285,51.859],[1.287,51.859],[1.29,51.863],[1.292,51.87],[1.291,51.874],[1.278,51.879],[1.269,51.884],[1.263,51.885],[1.269,51.878],[1.268,51.874],[1.271,51.868],[1.271,51.864],[1.273,51.862],[1.27,51.858],[1.271,51.852],[1.266,51.854],[1.266,51.858],[1.27,51.86],[1.272,51.862],[1.27,51.864],[1.264,51.863],[1.26,51.864],[1.249,51.862],[1.246,51.86],[1.236,51.862],[1.235,51.859],[1.228,51.858],[1.232,51.863],[1.226,51.866],[1.23,51.868],[1.227,51.873],[1.222,51.871],[1.22,51.872],[1.225,51.876],[1.224,51.88],[1.219,51.879],[1.214,51.877],[1.209,51.871],[1.203,51.872],[1.188,51.87],[1.187,51.873],[1.192,51.872],[1.194,51.875],[1.198,51.875],[1.197,51.877],[1.203,51.878],[1.2,51.884],[1.207,51.887],[1.213,51.887],[1.213,51.89],[1.218,51.889],[1.226,51.89],[1.231,51.893],[1.228,51.895],[1.222,51.896],[1.213,51.899],[1.222,51.901],[1.224,51.902],[1.229,51.904],[1.233,51.904],[1.233,51.901],[1.237,51.9],[1.24,51.897],[1.246,51.897],[1.253,51.901],[1.254,51.904]]]]},"properties":{"Name":"Clacton","ID":"E14001174"},"id":111}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.113,51.47],[-0.119,51.469],[-0.122,51.472],[-0.126,51.47],[-0.129,51.472],[-0.129,51.474],[-0.134,51.476],[-0.138,51.472],[-0.151,51.468],[-0.151,51.463],[-0.148,51.457],[-0.148,51.452],[-0.142,51.451],[-0.146,51.446],[-0.144,51.442],[-0.136,51.442],[-0.132,51.443],[-0.129,51.447],[-0.124,51.445],[-0.117,51.443],[-0.113,51.441],[-0.109,51.44],[-0.111,51.445],[-0.111,51.453],[-0.114,51.455],[-0.116,51.461],[-0.112,51.468],[-0.113,51.47]]]},"properties":{"Name":"Clapham and Brixton Hill","ID":"E14001175"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.913,51.845],[0.914,51.846],[0.915,51.846],[0.918,51.845],[0.92,51.845],[0.919,51.852],[0.916,51.857],[0.914,51.859],[0.915,51.863],[0.91,51.868],[0.911,51.87],[0.908,51.874],[0.908,51.877],[0.913,51.878],[0.914,51.882],[0.919,51.882],[0.919,51.886],[0.918,51.887],[0.924,51.887],[0.927,51.885],[0.927,51.884],[0.928,51.881],[0.936,51.877],[0.935,51.882],[0.94,51.884],[0.951,51.89],[0.953,51.893],[0.949,51.897],[0.957,51.904],[0.955,51.905],[0.949,51.905],[0.944,51.906],[0.947,51.909],[0.938,51.913],[0.932,51.913],[0.934,51.917],[0.931,51.92],[0.934,51.921],[0.931,51.926],[0.928,51.927],[0.918,51.927],[0.915,51.929],[0.908,51.929],[0.901,51.929],[0.889,51.926],[0.891,51.923],[0.886,51.92],[0.882,51.92],[0.879,51.921],[0.875,51.92],[0.872,51.917],[0.872,51.915],[0.868,51.907],[0.87,51.904],[0.868,51.902],[0.862,51.901],[0.845,51.897],[0.845,51.896],[0.846,51.892],[0.846,51.891],[0.85,51.88],[0.85,51.873],[0.854,51.87],[0.856,51.864],[0.861,51.864],[0.867,51.863],[0.869,51.861],[0.867,51.859],[0.867,51.853],[0.871,51.852],[0.873,51.849],[0.883,51.848],[0.889,51.846],[0.897,51.846],[0.899,51.843],[0.913,51.845]]]},"properties":{"Name":"Colchester","ID":"E14001176"},"id":113}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.777,53.614],[-1.787,53.611],[-1.788,53.611],[-1.796,53.61],[-1.811,53.608],[-1.815,53.609],[-1.819,53.608],[-1.823,53.61],[-1.83,53.608],[-1.835,53.615],[-1.835,53.617],[-1.839,53.619],[-1.838,53.622],[-1.841,53.624],[-1.84,53.628],[-1.835,53.631],[-1.826,53.634],[-1.824,53.636],[-1.815,53.638],[-1.813,53.641],[-1.813,53.645],[-1.816,53.646],[-1.814,53.652],[-1.811,53.652],[-1.811,53.656],[-1.808,53.659],[-1.809,53.66],[-1.803,53.661],[-1.804,53.664],[-1.802,53.665],[-1.806,53.668],[-1.806,53.673],[-1.813,53.671],[-1.819,53.673],[-1.826,53.67],[-1.833,53.67],[-1.836,53.669],[-1.839,53.671],[-1.843,53.672],[-1.85,53.673],[-1.854,53.672],[-1.851,53.67],[-1.844,53.666],[-1.848,53.665],[-1.85,53.666],[-1.855,53.663],[-1.86,53.663],[-1.867,53.66],[-1.873,53.658],[-1.882,53.654],[-1.893,53.649],[-1.895,53.645],[-1.898,53.645],[-1.905,53.645],[-1.934,53.648],[-1.936,53.645],[-1.94,53.642],[-1.947,53.638],[-1.957,53.634],[-1.963,53.633],[-1.966,53.629],[-1.973,53.626],[-1.98,53.623],[-1.989,53.624],[-1.994,53.624],[-2.005,53.622],[-2.004,53.619],[-2.009,53.617],[-2.007,53.612],[-1.996,53.605],[-1.983,53.59],[-1.978,53.587],[-1.971,53.584],[-1.967,53.58],[-1.957,53.578],[-1.951,53.574],[-1.946,53.572],[-1.945,53.569],[-1.943,53.562],[-1.929,53.556],[-1.924,53.553],[-1.922,53.553],[-1.919,53.551],[-1.913,53.552],[-1.91,53.538],[-1.901,53.539],[-1.898,53.538],[-1.894,53.534],[-1.887,53.536],[-1.883,53.539],[-1.876,53.54],[-1.871,53.539],[-1.863,53.535],[-1.86,53.534],[-1.856,53.53],[-1.851,53.526],[-1.846,53.525],[-1.843,53.521],[-1.841,53.52],[-1.834,53.521],[-1.827,53.524],[-1.822,53.521],[-1.809,53.533],[-1.804,53.537],[-1.797,53.534],[-1.792,53.535],[-1.785,53.535],[-1.777,53.536],[-1.771,53.534],[-1.765,53.536],[-1.756,53.537],[-1.742,53.541],[-1.73,53.547],[-1.727,53.55],[-1.724,53.552],[-1.726,53.555],[-1.723,53.56],[-1.704,53.56],[-1.71,53.565],[-1.708,53.566],[-1.714,53.573],[-1.722,53.577],[-1.726,53.574],[-1.732,53.576],[-1.73,53.58],[-1.732,53.581],[-1.732,53.584],[-1.736,53.584],[-1.743,53.585],[-1.751,53.584],[-1.751,53.586],[-1.756,53.587],[-1.759,53.591],[-1.754,53.594],[-1.755,53.601],[-1.76,53.607],[-1.764,53.608],[-1.767,53.612],[-1.773,53.612],[-1.777,53.614]]]},"properties":{"Name":"Colne Valley","ID":"E14001177"},"id":114}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.309,53.246],[-2.321,53.248],[-2.324,53.251],[-2.331,53.253],[-2.334,53.252],[-2.34,53.252],[-2.345,53.249],[-2.349,53.249],[-2.351,53.246],[-2.35,53.244],[-2.347,53.241],[-2.354,53.236],[-2.359,53.233],[-2.36,53.231],[-2.364,53.224],[-2.368,53.223],[-2.378,53.227],[-2.381,53.228],[-2.386,53.23],[-2.396,53.234],[-2.399,53.232],[-2.397,53.231],[-2.399,53.228],[-2.398,53.225],[-2.401,53.222],[-2.411,53.221],[-2.414,53.219],[-2.412,53.213],[-2.409,53.213],[-2.409,53.209],[-2.41,53.206],[-2.406,53.204],[-2.401,53.203],[-2.399,53.205],[-2.393,53.205],[-2.39,53.196],[-2.385,53.197],[-2.373,53.196],[-2.371,53.19],[-2.376,53.189],[-2.369,53.183],[-2.372,53.179],[-2.378,53.174],[-2.378,53.172],[-2.387,53.176],[-2.392,53.18],[-2.398,53.177],[-2.398,53.172],[-2.407,53.174],[-2.411,53.173],[-2.415,53.175],[-2.42,53.173],[-2.426,53.173],[-2.431,53.177],[-2.433,53.174],[-2.437,53.173],[-2.436,53.17],[-2.441,53.169],[-2.442,53.164],[-2.444,53.16],[-2.455,53.161],[-2.456,53.157],[-2.455,53.156],[-2.457,53.152],[-2.457,53.149],[-2.452,53.139],[-2.455,53.131],[-2.456,53.128],[-2.454,53.126],[-2.446,53.126],[-2.434,53.124],[-2.431,53.122],[-2.422,53.12],[-2.415,53.118],[-2.411,53.122],[-2.408,53.125],[-2.402,53.124],[-2.397,53.126],[-2.392,53.126],[-2.385,53.124],[-2.381,53.122],[-2.381,53.119],[-2.378,53.117],[-2.369,53.119],[-2.362,53.115],[-2.364,53.112],[-2.363,53.109],[-2.359,53.109],[-2.355,53.11],[-2.349,53.107],[-2.35,53.106],[-2.343,53.105],[-2.336,53.102],[-2.333,53.1],[-2.332,53.093],[-2.335,53.087],[-2.327,53.087],[-2.323,53.084],[-2.317,53.081],[-2.31,53.082],[-2.303,53.083],[-2.302,53.081],[-2.297,53.081],[-2.295,53.078],[-2.288,53.08],[-2.282,53.08],[-2.275,53.082],[-2.274,53.084],[-2.277,53.086],[-2.271,53.087],[-2.267,53.088],[-2.261,53.089],[-2.255,53.091],[-2.253,53.093],[-2.251,53.093],[-2.248,53.09],[-2.24,53.098],[-2.238,53.101],[-2.234,53.103],[-2.227,53.104],[-2.223,53.104],[-2.222,53.108],[-2.217,53.111],[-2.211,53.116],[-2.204,53.12],[-2.188,53.135],[-2.18,53.143],[-2.177,53.146],[-2.172,53.148],[-2.168,53.148],[-2.163,53.152],[-2.16,53.153],[-2.157,53.155],[-2.155,53.159],[-2.151,53.16],[-2.149,53.158],[-2.141,53.157],[-2.144,53.171],[-2.145,53.176],[-2.141,53.18],[-2.141,53.184],[-2.144,53.188],[-2.147,53.185],[-2.151,53.186],[-2.154,53.189],[-2.163,53.188],[-2.17,53.188],[-2.171,53.19],[-2.179,53.187],[-2.189,53.18],[-2.191,53.177],[-2.202,53.177],[-2.207,53.179],[-2.211,53.179],[-2.219,53.183],[-2.215,53.187],[-2.216,53.19],[-2.22,53.194],[-2.228,53.2],[-2.231,53.201],[-2.241,53.199],[-2.243,53.202],[-2.256,53.205],[-2.259,53.205],[-2.264,53.206],[-2.27,53.21],[-2.28,53.212],[-2.284,53.216],[-2.287,53.218],[-2.291,53.222],[-2.297,53.223],[-2.302,53.225],[-2.306,53.23],[-2.306,53.235],[-2.31,53.244],[-2.309,53.246]]]},"properties":{"Name":"Congleton","ID":"E14001178"},"id":115}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.495,52.64],[-0.499,52.639],[-0.504,52.64],[-0.512,52.644],[-0.521,52.641],[-0.521,52.637],[-0.529,52.632],[-0.533,52.632],[-0.538,52.628],[-0.541,52.625],[-0.538,52.621],[-0.539,52.618],[-0.55,52.612],[-0.548,52.607],[-0.551,52.604],[-0.552,52.6],[-0.544,52.596],[-0.544,52.593],[-0.552,52.594],[-0.559,52.594],[-0.561,52.592],[-0.561,52.589],[-0.563,52.586],[-0.572,52.586],[-0.576,52.586],[-0.579,52.589],[-0.578,52.593],[-0.579,52.595],[-0.584,52.595],[-0.583,52.593],[-0.585,52.589],[-0.589,52.587],[-0.594,52.588],[-0.602,52.589],[-0.608,52.585],[-0.617,52.583],[-0.62,52.58],[-0.625,52.579],[-0.628,52.577],[-0.633,52.576],[-0.633,52.574],[-0.639,52.572],[-0.643,52.573],[-0.647,52.574],[-0.648,52.571],[-0.655,52.57],[-0.671,52.564],[-0.672,52.56],[-0.677,52.558],[-0.684,52.552],[-0.688,52.547],[-0.692,52.546],[-0.698,52.546],[-0.697,52.538],[-0.701,52.538],[-0.7,52.536],[-0.704,52.531],[-0.715,52.523],[-0.721,52.523],[-0.727,52.523],[-0.739,52.519],[-0.742,52.517],[-0.741,52.516],[-0.742,52.512],[-0.736,52.511],[-0.731,52.508],[-0.722,52.505],[-0.729,52.497],[-0.733,52.49],[-0.733,52.485],[-0.734,52.482],[-0.74,52.475],[-0.741,52.468],[-0.739,52.463],[-0.738,52.458],[-0.734,52.458],[-0.727,52.459],[-0.723,52.46],[-0.72,52.457],[-0.709,52.46],[-0.702,52.464],[-0.696,52.471],[-0.693,52.477],[-0.689,52.476],[-0.685,52.478],[-0.679,52.476],[-0.672,52.479],[-0.673,52.484],[-0.665,52.485],[-0.662,52.483],[-0.657,52.485],[-0.654,52.482],[-0.646,52.481],[-0.64,52.482],[-0.635,52.48],[-0.632,52.475],[-0.635,52.47],[-0.633,52.469],[-0.632,52.465],[-0.634,52.463],[-0.64,52.466],[-0.643,52.464],[-0.649,52.463],[-0.653,52.461],[-0.658,52.46],[-0.663,52.457],[-0.664,52.454],[-0.654,52.448],[-0.66,52.446],[-0.659,52.443],[-0.66,52.439],[-0.659,52.434],[-0.653,52.435],[-0.646,52.437],[-0.644,52.436],[-0.634,52.434],[-0.63,52.435],[-0.627,52.434],[-0.628,52.429],[-0.621,52.425],[-0.621,52.42],[-0.614,52.42],[-0.618,52.417],[-0.618,52.413],[-0.621,52.412],[-0.621,52.409],[-0.624,52.408],[-0.625,52.406],[-0.616,52.402],[-0.616,52.4],[-0.622,52.396],[-0.627,52.386],[-0.628,52.382],[-0.624,52.38],[-0.624,52.375],[-0.621,52.372],[-0.622,52.368],[-0.628,52.365],[-0.628,52.364],[-0.632,52.362],[-0.627,52.359],[-0.629,52.357],[-0.627,52.355],[-0.623,52.353],[-0.626,52.346],[-0.627,52.344],[-0.623,52.342],[-0.633,52.337],[-0.635,52.333],[-0.63,52.332],[-0.619,52.333],[-0.614,52.332],[-0.61,52.333],[-0.608,52.331],[-0.603,52.328],[-0.599,52.325],[-0.596,52.326],[-0.59,52.323],[-0.58,52.32],[-0.567,52.318],[-0.56,52.319],[-0.558,52.317],[-0.554,52.318],[-0.55,52.321],[-0.541,52.32],[-0.533,52.316],[-0.524,52.318],[-0.52,52.318],[-0.517,52.318],[-0.508,52.32],[-0.487,52.321],[-0.483,52.321],[-0.476,52.318],[-0.474,52.32],[-0.465,52.323],[-0.465,52.327],[-0.465,52.333],[-0.468,52.338],[-0.472,52.34],[-0.483,52.341],[-0.477,52.348],[-0.489,52.354],[-0.494,52.358],[-0.499,52.36],[-0.499,52.367],[-0.495,52.37],[-0.489,52.374],[-0.496,52.38],[-0.494,52.381],[-0.49,52.379],[-0.487,52.379],[-0.485,52.382],[-0.47,52.38],[-0.468,52.383],[-0.464,52.382],[-0.462,52.383],[-0.457,52.382],[-0.455,52.386],[-0.446,52.383],[-0.443,52.384],[-0.437,52.388],[-0.433,52.396],[-0.422,52.4],[-0.416,52.404],[-0.42,52.405],[-0.417,52.412],[-0.41,52.413],[-0.401,52.415],[-0.398,52.418],[-0.39,52.422],[-0.379,52.428],[-0.372,52.431],[-0.366,52.432],[-0.362,52.434],[-0.37,52.437],[-0.369,52.441],[-0.367,52.443],[-0.363,52.447],[-0.362,52.449],[-0.363,52.451],[-0.355,52.456],[-0.353,52.461],[-0.349,52.463],[-0.344,52.466],[-0.342,52.467],[-0.342,52.469],[-0.349,52.472],[-0.349,52.473],[-0.348,52.478],[-0.35,52.481],[-0.35,52.483],[-0.354,52.485],[-0.358,52.489],[-0.358,52.492],[-0.359,52.495],[-0.359,52.497],[-0.356,52.501],[-0.352,52.503],[-0.356,52.506],[-0.358,52.506],[-0.369,52.509],[-0.373,52.511],[-0.378,52.511],[-0.387,52.516],[-0.392,52.519],[-0.4,52.522],[-0.409,52.523],[-0.413,52.525],[-0.414,52.527],[-0.41,52.531],[-0.405,52.532],[-0.401,52.539],[-0.404,52.543],[-0.402,52.548],[-0.411,52.55],[-0.416,52.552],[-0.416,52.556],[-0.42,52.559],[-0.417,52.562],[-0.41,52.562],[-0.407,52.566],[-0.412,52.569],[-0.416,52.57],[-0.415,52.579],[-0.42,52.581],[-0.427,52.582],[-0.447,52.579],[-0.461,52.576],[-0.479,52.574],[-0.481,52.576],[-0.479,52.577],[-0.485,52.58],[-0.493,52.582],[-0.498,52.587],[-0.494,52.59],[-0.491,52.591],[-0.489,52.597],[-0.486,52.599],[-0.485,52.602],[-0.481,52.603],[-0.48,52.614],[-0.474,52.614],[-0.475,52.617],[-0.471,52.618],[-0.472,52.621],[-0.471,52.624],[-0.473,52.627],[-0.477,52.631],[-0.485,52.633],[-0.488,52.633],[-0.495,52.64]]]},"properties":{"Name":"Corby and East Northamptonshire","ID":"E14001179"},"id":116}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.463,52.376],[-1.463,52.38],[-1.46,52.381],[-1.447,52.385],[-1.436,52.392],[-1.433,52.395],[-1.431,52.399],[-1.432,52.402],[-1.437,52.408],[-1.438,52.411],[-1.435,52.413],[-1.429,52.421],[-1.424,52.431],[-1.425,52.435],[-1.432,52.438],[-1.44,52.44],[-1.447,52.443],[-1.445,52.446],[-1.446,52.448],[-1.454,52.45],[-1.46,52.454],[-1.462,52.458],[-1.466,52.459],[-1.471,52.457],[-1.473,52.456],[-1.483,52.458],[-1.493,52.458],[-1.492,52.455],[-1.496,52.452],[-1.5,52.451],[-1.497,52.444],[-1.501,52.439],[-1.513,52.421],[-1.506,52.421],[-1.509,52.416],[-1.509,52.413],[-1.508,52.412],[-1.498,52.42],[-1.495,52.417],[-1.492,52.417],[-1.487,52.421],[-1.487,52.415],[-1.488,52.407],[-1.485,52.406],[-1.484,52.411],[-1.48,52.412],[-1.473,52.411],[-1.472,52.414],[-1.464,52.416],[-1.46,52.417],[-1.459,52.414],[-1.46,52.41],[-1.459,52.407],[-1.464,52.4],[-1.47,52.395],[-1.479,52.391],[-1.482,52.39],[-1.477,52.386],[-1.471,52.383],[-1.463,52.376]]]},"properties":{"Name":"Coventry East","ID":"E14001180"},"id":117}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.5,52.451],[-1.505,52.45],[-1.52,52.453],[-1.518,52.457],[-1.522,52.456],[-1.529,52.457],[-1.535,52.459],[-1.54,52.465],[-1.549,52.459],[-1.551,52.457],[-1.563,52.456],[-1.568,52.456],[-1.574,52.458],[-1.579,52.458],[-1.586,52.46],[-1.593,52.462],[-1.597,52.458],[-1.595,52.456],[-1.594,52.454],[-1.596,52.451],[-1.594,52.448],[-1.593,52.445],[-1.596,52.44],[-1.606,52.44],[-1.609,52.438],[-1.61,52.434],[-1.606,52.433],[-1.607,52.431],[-1.611,52.432],[-1.614,52.428],[-1.61,52.426],[-1.611,52.423],[-1.605,52.419],[-1.604,52.409],[-1.603,52.408],[-1.597,52.408],[-1.592,52.404],[-1.591,52.402],[-1.578,52.402],[-1.573,52.403],[-1.574,52.409],[-1.559,52.407],[-1.553,52.407],[-1.547,52.405],[-1.547,52.403],[-1.541,52.401],[-1.527,52.402],[-1.526,52.404],[-1.52,52.406],[-1.519,52.409],[-1.517,52.411],[-1.509,52.413],[-1.509,52.416],[-1.506,52.421],[-1.513,52.421],[-1.501,52.439],[-1.497,52.444],[-1.5,52.451]]]},"properties":{"Name":"Coventry North West","ID":"E14001181"},"id":118}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.463,52.376],[-1.471,52.383],[-1.477,52.386],[-1.482,52.39],[-1.479,52.391],[-1.47,52.395],[-1.464,52.4],[-1.459,52.407],[-1.46,52.41],[-1.459,52.414],[-1.46,52.417],[-1.464,52.416],[-1.472,52.414],[-1.473,52.411],[-1.48,52.412],[-1.484,52.411],[-1.485,52.406],[-1.488,52.407],[-1.487,52.415],[-1.487,52.421],[-1.492,52.417],[-1.495,52.417],[-1.498,52.42],[-1.508,52.412],[-1.509,52.413],[-1.517,52.411],[-1.519,52.409],[-1.52,52.406],[-1.526,52.404],[-1.527,52.402],[-1.541,52.401],[-1.547,52.403],[-1.547,52.405],[-1.553,52.407],[-1.559,52.407],[-1.574,52.409],[-1.573,52.403],[-1.578,52.402],[-1.591,52.402],[-1.592,52.404],[-1.597,52.408],[-1.603,52.408],[-1.604,52.4],[-1.601,52.395],[-1.603,52.39],[-1.601,52.389],[-1.595,52.387],[-1.58,52.385],[-1.577,52.383],[-1.57,52.383],[-1.568,52.385],[-1.564,52.381],[-1.562,52.377],[-1.555,52.374],[-1.556,52.372],[-1.558,52.369],[-1.557,52.366],[-1.552,52.364],[-1.549,52.366],[-1.547,52.365],[-1.542,52.367],[-1.546,52.369],[-1.535,52.378],[-1.533,52.376],[-1.525,52.379],[-1.52,52.376],[-1.518,52.372],[-1.513,52.37],[-1.509,52.374],[-1.508,52.375],[-1.504,52.378],[-1.487,52.377],[-1.482,52.377],[-1.48,52.374],[-1.477,52.375],[-1.471,52.377],[-1.466,52.377],[-1.464,52.374],[-1.46,52.375],[-1.463,52.376]]]},"properties":{"Name":"Coventry South","ID":"E14001182"},"id":119}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.495,55.102],[-1.5,55.102],[-1.502,55.1],[-1.506,55.098],[-1.521,55.098],[-1.529,55.097],[-1.533,55.102],[-1.541,55.104],[-1.546,55.104],[-1.555,55.101],[-1.567,55.099],[-1.566,55.104],[-1.57,55.104],[-1.577,55.108],[-1.577,55.112],[-1.581,55.114],[-1.579,55.116],[-1.584,55.117],[-1.586,55.113],[-1.597,55.111],[-1.603,55.111],[-1.604,55.114],[-1.607,55.116],[-1.611,55.115],[-1.613,55.111],[-1.616,55.111],[-1.617,55.114],[-1.621,55.113],[-1.626,55.108],[-1.628,55.11],[-1.632,55.111],[-1.636,55.109],[-1.641,55.108],[-1.647,55.105],[-1.637,55.101],[-1.635,55.085],[-1.631,55.085],[-1.63,55.068],[-1.634,55.065],[-1.638,55.065],[-1.64,55.069],[-1.642,55.071],[-1.648,55.079],[-1.662,55.078],[-1.691,55.073],[-1.691,55.07],[-1.701,55.071],[-1.705,55.071],[-1.704,55.066],[-1.714,55.065],[-1.711,55.053],[-1.698,55.052],[-1.695,55.05],[-1.694,55.047],[-1.695,55.043],[-1.692,55.041],[-1.686,55.04],[-1.68,55.041],[-1.679,55.039],[-1.672,55.041],[-1.668,55.041],[-1.666,55.038],[-1.656,55.039],[-1.652,55.039],[-1.65,55.037],[-1.643,55.037],[-1.63,55.034],[-1.629,55.037],[-1.63,55.041],[-1.622,55.039],[-1.617,55.041],[-1.602,55.04],[-1.586,55.039],[-1.579,55.028],[-1.55,55.025],[-1.553,55.021],[-1.554,55.018],[-1.559,55.016],[-1.559,55.012],[-1.554,55.014],[-1.543,55.015],[-1.533,55.014],[-1.53,55.013],[-1.527,55.014],[-1.524,55.018],[-1.521,55.018],[-1.514,55.021],[-1.511,55.019],[-1.507,55.022],[-1.503,55.023],[-1.508,55.028],[-1.5,55.027],[-1.5,55.03],[-1.496,55.034],[-1.499,55.037],[-1.492,55.038],[-1.493,55.04],[-1.5,55.04],[-1.505,55.042],[-1.507,55.048],[-1.496,55.052],[-1.493,55.054],[-1.487,55.055],[-1.491,55.063],[-1.49,55.066],[-1.48,55.067],[-1.477,55.07],[-1.474,55.071],[-1.471,55.074],[-1.467,55.075],[-1.462,55.074],[-1.464,55.08],[-1.468,55.08],[-1.471,55.083],[-1.47,55.085],[-1.476,55.085],[-1.483,55.09],[-1.489,55.095],[-1.495,55.102]]]},"properties":{"Name":"Cramlington and Killingworth","ID":"E14001183"},"id":120}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.14,51.16],[-0.15,51.16],[-0.155,51.16],[-0.162,51.16],[-0.169,51.163],[-0.177,51.167],[-0.185,51.165],[-0.186,51.162],[-0.196,51.162],[-0.204,51.156],[-0.212,51.155],[-0.212,51.15],[-0.214,51.15],[-0.223,51.148],[-0.227,51.148],[-0.229,51.146],[-0.236,51.146],[-0.239,51.147],[-0.243,51.146],[-0.247,51.146],[-0.249,51.144],[-0.255,51.144],[-0.255,51.139],[-0.249,51.142],[-0.241,51.143],[-0.237,51.143],[-0.226,51.142],[-0.206,51.141],[-0.202,51.138],[-0.205,51.135],[-0.211,51.133],[-0.215,51.13],[-0.219,51.129],[-0.22,51.127],[-0.222,51.124],[-0.221,51.122],[-0.222,51.116],[-0.226,51.115],[-0.227,51.113],[-0.236,51.112],[-0.237,51.109],[-0.231,51.108],[-0.231,51.103],[-0.231,51.099],[-0.227,51.098],[-0.219,51.1],[-0.218,51.092],[-0.212,51.092],[-0.212,51.087],[-0.208,51.086],[-0.201,51.085],[-0.196,51.085],[-0.192,51.088],[-0.174,51.089],[-0.161,51.093],[-0.154,51.096],[-0.148,51.101],[-0.14,51.108],[-0.137,51.112],[-0.137,51.117],[-0.141,51.124],[-0.141,51.128],[-0.139,51.132],[-0.14,51.135],[-0.138,51.142],[-0.136,51.148],[-0.136,51.154],[-0.133,51.159],[-0.14,51.16]]]},"properties":{"Name":"Crawley","ID":"E14001184"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.317,53.081],[-2.323,53.084],[-2.327,53.087],[-2.335,53.087],[-2.332,53.093],[-2.333,53.1],[-2.336,53.102],[-2.343,53.105],[-2.35,53.106],[-2.349,53.107],[-2.355,53.11],[-2.359,53.109],[-2.363,53.109],[-2.364,53.112],[-2.362,53.115],[-2.369,53.119],[-2.378,53.117],[-2.381,53.119],[-2.381,53.122],[-2.385,53.124],[-2.392,53.126],[-2.397,53.126],[-2.402,53.124],[-2.408,53.125],[-2.411,53.122],[-2.415,53.118],[-2.422,53.12],[-2.431,53.122],[-2.434,53.124],[-2.446,53.126],[-2.454,53.126],[-2.466,53.125],[-2.475,53.123],[-2.486,53.123],[-2.502,53.124],[-2.504,53.121],[-2.502,53.117],[-2.502,53.115],[-2.498,53.112],[-2.5,53.11],[-2.498,53.107],[-2.499,53.104],[-2.503,53.103],[-2.505,53.099],[-2.504,53.095],[-2.506,53.093],[-2.503,53.091],[-2.509,53.087],[-2.508,53.086],[-2.517,53.085],[-2.52,53.083],[-2.519,53.079],[-2.524,53.076],[-2.523,53.073],[-2.524,53.071],[-2.528,53.072],[-2.535,53.07],[-2.536,53.068],[-2.54,53.064],[-2.54,53.06],[-2.531,53.061],[-2.526,53.062],[-2.524,53.059],[-2.525,53.055],[-2.519,53.049],[-2.516,53.049],[-2.51,53.043],[-2.506,53.043],[-2.5,53.04],[-2.499,53.037],[-2.495,53.036],[-2.492,53.038],[-2.486,53.039],[-2.481,53.04],[-2.476,53.04],[-2.475,53.042],[-2.475,53.045],[-2.472,53.05],[-2.476,53.054],[-2.476,53.06],[-2.461,53.057],[-2.456,53.058],[-2.454,53.057],[-2.448,53.057],[-2.434,53.055],[-2.429,53.059],[-2.427,53.058],[-2.416,53.06],[-2.413,53.059],[-2.405,53.057],[-2.4,53.058],[-2.39,53.064],[-2.38,53.061],[-2.38,53.058],[-2.375,53.057],[-2.375,53.055],[-2.358,53.055],[-2.357,53.058],[-2.353,53.059],[-2.348,53.056],[-2.344,53.059],[-2.341,53.06],[-2.339,53.064],[-2.335,53.068],[-2.332,53.07],[-2.329,53.074],[-2.329,53.077],[-2.325,53.077],[-2.319,53.081],[-2.317,53.081]]]},"properties":{"Name":"Crewe and Nantwich","ID":"E14001185"},"id":122}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.02,51.364],[-0.023,51.367],[-0.024,51.372],[-0.026,51.376],[-0.03,51.377],[-0.037,51.377],[-0.038,51.383],[-0.037,51.388],[-0.043,51.389],[-0.048,51.393],[-0.053,51.395],[-0.051,51.397],[-0.051,51.4],[-0.053,51.401],[-0.06,51.399],[-0.063,51.396],[-0.068,51.395],[-0.073,51.398],[-0.078,51.392],[-0.087,51.385],[-0.092,51.378],[-0.093,51.372],[-0.085,51.373],[-0.081,51.375],[-0.069,51.374],[-0.064,51.376],[-0.063,51.373],[-0.066,51.369],[-0.069,51.368],[-0.069,51.364],[-0.064,51.361],[-0.061,51.36],[-0.063,51.357],[-0.07,51.356],[-0.077,51.353],[-0.074,51.35],[-0.077,51.348],[-0.073,51.347],[-0.068,51.344],[-0.069,51.343],[-0.069,51.34],[-0.064,51.339],[-0.059,51.336],[-0.059,51.331],[-0.055,51.325],[-0.056,51.322],[-0.052,51.322],[-0.048,51.327],[-0.051,51.332],[-0.05,51.333],[-0.042,51.334],[-0.038,51.339],[-0.033,51.337],[-0.025,51.339],[-0.021,51.338],[-0.018,51.333],[-0.013,51.332],[-0.011,51.334],[-0.007,51.333],[-0.002,51.33],[0.002,51.329],[0.003,51.332],[0.001,51.334],[-0.006,51.353],[-0.008,51.356],[-0.016,51.359],[-0.02,51.364]]]},"properties":{"Name":"Croydon East","ID":"E14001186"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.056,51.322],[-0.055,51.325],[-0.059,51.331],[-0.059,51.336],[-0.064,51.339],[-0.069,51.34],[-0.069,51.343],[-0.068,51.344],[-0.073,51.347],[-0.077,51.348],[-0.074,51.35],[-0.077,51.353],[-0.07,51.356],[-0.063,51.357],[-0.061,51.36],[-0.064,51.361],[-0.069,51.364],[-0.069,51.368],[-0.066,51.369],[-0.063,51.373],[-0.064,51.376],[-0.069,51.374],[-0.081,51.375],[-0.085,51.373],[-0.093,51.372],[-0.093,51.367],[-0.099,51.368],[-0.098,51.359],[-0.108,51.357],[-0.107,51.355],[-0.11,51.354],[-0.111,51.349],[-0.114,51.346],[-0.117,51.346],[-0.118,51.346],[-0.119,51.346],[-0.125,51.345],[-0.126,51.345],[-0.127,51.345],[-0.127,51.346],[-0.127,51.347],[-0.129,51.347],[-0.129,51.346],[-0.131,51.346],[-0.131,51.345],[-0.132,51.345],[-0.133,51.345],[-0.135,51.345],[-0.136,51.344],[-0.142,51.343],[-0.143,51.343],[-0.144,51.342],[-0.145,51.342],[-0.144,51.342],[-0.144,51.341],[-0.143,51.341],[-0.144,51.34],[-0.147,51.339],[-0.147,51.338],[-0.147,51.337],[-0.146,51.334],[-0.145,51.332],[-0.144,51.331],[-0.146,51.33],[-0.148,51.329],[-0.149,51.329],[-0.146,51.327],[-0.144,51.326],[-0.145,51.325],[-0.149,51.323],[-0.156,51.322],[-0.157,51.321],[-0.162,51.32],[-0.161,51.318],[-0.157,51.313],[-0.158,51.311],[-0.154,51.31],[-0.158,51.305],[-0.155,51.301],[-0.151,51.301],[-0.141,51.3],[-0.137,51.301],[-0.131,51.295],[-0.13,51.293],[-0.126,51.289],[-0.124,51.287],[-0.118,51.287],[-0.115,51.292],[-0.111,51.292],[-0.094,51.299],[-0.091,51.301],[-0.089,51.307],[-0.082,51.311],[-0.082,51.313],[-0.085,51.316],[-0.079,51.318],[-0.079,51.32],[-0.071,51.321],[-0.07,51.319],[-0.064,51.319],[-0.056,51.322]]]},"properties":{"Name":"Croydon South","ID":"E14001187"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.06,51.399],[-0.062,51.402],[-0.068,51.404],[-0.073,51.408],[-0.081,51.404],[-0.086,51.4],[-0.092,51.398],[-0.093,51.395],[-0.098,51.397],[-0.11,51.405],[-0.114,51.403],[-0.119,51.402],[-0.125,51.399],[-0.126,51.398],[-0.125,51.398],[-0.124,51.398],[-0.127,51.396],[-0.128,51.395],[-0.129,51.394],[-0.129,51.393],[-0.132,51.392],[-0.133,51.391],[-0.134,51.391],[-0.133,51.39],[-0.132,51.389],[-0.13,51.387],[-0.131,51.386],[-0.129,51.386],[-0.129,51.385],[-0.129,51.383],[-0.129,51.382],[-0.129,51.381],[-0.128,51.38],[-0.127,51.377],[-0.126,51.376],[-0.126,51.375],[-0.127,51.375],[-0.128,51.375],[-0.126,51.374],[-0.125,51.374],[-0.125,51.373],[-0.124,51.372],[-0.123,51.371],[-0.123,51.368],[-0.122,51.368],[-0.122,51.367],[-0.122,51.366],[-0.124,51.365],[-0.123,51.365],[-0.121,51.365],[-0.121,51.363],[-0.121,51.362],[-0.122,51.362],[-0.121,51.361],[-0.122,51.361],[-0.122,51.36],[-0.123,51.36],[-0.123,51.359],[-0.124,51.359],[-0.125,51.359],[-0.125,51.358],[-0.122,51.358],[-0.121,51.355],[-0.12,51.353],[-0.119,51.353],[-0.118,51.351],[-0.118,51.35],[-0.118,51.349],[-0.117,51.347],[-0.117,51.346],[-0.114,51.346],[-0.111,51.349],[-0.11,51.354],[-0.107,51.355],[-0.108,51.357],[-0.098,51.359],[-0.099,51.368],[-0.093,51.367],[-0.093,51.372],[-0.092,51.378],[-0.087,51.385],[-0.078,51.392],[-0.073,51.398],[-0.068,51.395],[-0.063,51.396],[-0.06,51.399]]]},"properties":{"Name":"Croydon West","ID":"E14001188"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.192,51.555],[0.19,51.553],[0.184,51.558],[0.185,51.56],[0.183,51.561],[0.184,51.565],[0.174,51.565],[0.162,51.562],[0.156,51.565],[0.15,51.57],[0.148,51.575],[0.147,51.576],[0.142,51.575],[0.142,51.572],[0.131,51.571],[0.129,51.566],[0.125,51.564],[0.124,51.562],[0.128,51.557],[0.127,51.556],[0.145,51.556],[0.144,51.555],[0.137,51.553],[0.142,51.551],[0.154,51.551],[0.156,51.551],[0.156,51.548],[0.162,51.543],[0.151,51.542],[0.14,51.541],[0.144,51.538],[0.142,51.536],[0.148,51.535],[0.148,51.529],[0.145,51.517],[0.143,51.515],[0.151,51.513],[0.166,51.511],[0.174,51.508],[0.179,51.505],[0.18,51.501],[0.182,51.499],[0.184,51.492],[0.185,51.491],[0.189,51.488],[0.196,51.488],[0.201,51.489],[0.211,51.49],[0.212,51.491],[0.214,51.496],[0.22,51.497],[0.225,51.498],[0.23,51.499],[0.226,51.506],[0.227,51.507],[0.24,51.507],[0.242,51.508],[0.24,51.513],[0.241,51.514],[0.237,51.519],[0.244,51.518],[0.244,51.52],[0.241,51.521],[0.243,51.524],[0.231,51.525],[0.234,51.532],[0.23,51.534],[0.23,51.538],[0.226,51.537],[0.216,51.538],[0.217,51.542],[0.209,51.544],[0.203,51.546],[0.208,51.555],[0.203,51.556],[0.202,51.556],[0.2,51.556],[0.199,51.557],[0.198,51.556],[0.195,51.556],[0.192,51.555]]]},"properties":{"Name":"Dagenham and Rainham","ID":"E14001189"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.619,54.619],[-1.631,54.618],[-1.631,54.616],[-1.641,54.617],[-1.642,54.619],[-1.65,54.618],[-1.657,54.615],[-1.663,54.616],[-1.673,54.617],[-1.682,54.618],[-1.681,54.606],[-1.681,54.597],[-1.679,54.586],[-1.694,54.587],[-1.694,54.585],[-1.7,54.584],[-1.703,54.582],[-1.709,54.574],[-1.704,54.572],[-1.708,54.569],[-1.71,54.565],[-1.709,54.563],[-1.702,54.558],[-1.697,54.558],[-1.698,54.556],[-1.701,54.553],[-1.701,54.55],[-1.705,54.549],[-1.704,54.545],[-1.698,54.544],[-1.699,54.541],[-1.697,54.536],[-1.69,54.536],[-1.683,54.533],[-1.681,54.533],[-1.673,54.535],[-1.667,54.536],[-1.658,54.535],[-1.655,54.533],[-1.655,54.53],[-1.657,54.526],[-1.654,54.524],[-1.646,54.524],[-1.64,54.526],[-1.634,54.526],[-1.632,54.523],[-1.633,54.519],[-1.639,54.516],[-1.633,54.514],[-1.629,54.514],[-1.619,54.516],[-1.613,54.52],[-1.604,54.519],[-1.6,54.517],[-1.604,54.512],[-1.601,54.511],[-1.595,54.512],[-1.59,54.512],[-1.581,54.513],[-1.58,54.511],[-1.584,54.508],[-1.583,54.507],[-1.57,54.508],[-1.554,54.507],[-1.548,54.505],[-1.548,54.512],[-1.544,54.512],[-1.542,54.51],[-1.532,54.506],[-1.528,54.509],[-1.525,54.509],[-1.521,54.511],[-1.516,54.511],[-1.511,54.513],[-1.514,54.517],[-1.514,54.521],[-1.507,54.52],[-1.503,54.521],[-1.504,54.531],[-1.506,54.533],[-1.513,54.535],[-1.518,54.536],[-1.512,54.538],[-1.513,54.542],[-1.511,54.548],[-1.508,54.548],[-1.505,54.552],[-1.508,54.552],[-1.514,54.552],[-1.518,54.551],[-1.527,54.55],[-1.53,54.548],[-1.54,54.553],[-1.541,54.559],[-1.535,54.565],[-1.532,54.566],[-1.525,54.567],[-1.519,54.564],[-1.515,54.565],[-1.51,54.571],[-1.508,54.57],[-1.505,54.573],[-1.494,54.575],[-1.491,54.578],[-1.496,54.579],[-1.5,54.581],[-1.5,54.583],[-1.498,54.587],[-1.506,54.59],[-1.508,54.592],[-1.513,54.592],[-1.514,54.595],[-1.522,54.597],[-1.53,54.596],[-1.548,54.592],[-1.557,54.592],[-1.561,54.59],[-1.563,54.587],[-1.558,54.585],[-1.553,54.582],[-1.556,54.582],[-1.561,54.582],[-1.565,54.581],[-1.57,54.581],[-1.576,54.58],[-1.579,54.582],[-1.584,54.582],[-1.585,54.588],[-1.591,54.59],[-1.593,54.595],[-1.59,54.595],[-1.59,54.598],[-1.593,54.604],[-1.584,54.608],[-1.586,54.611],[-1.596,54.608],[-1.603,54.606],[-1.606,54.607],[-1.607,54.612],[-1.607,54.618],[-1.611,54.617],[-1.614,54.619],[-1.619,54.619]]]},"properties":{"Name":"Darlington","ID":"E14001190"},"id":127}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.315,51.465],[0.312,51.467],[0.309,51.466],[0.305,51.462],[0.302,51.461],[0.3,51.458],[0.297,51.458],[0.291,51.455],[0.285,51.454],[0.274,51.454],[0.267,51.456],[0.261,51.461],[0.254,51.462],[0.242,51.468],[0.24,51.469],[0.236,51.472],[0.229,51.476],[0.22,51.48],[0.217,51.48],[0.216,51.476],[0.213,51.475],[0.212,51.473],[0.209,51.471],[0.212,51.469],[0.21,51.462],[0.205,51.46],[0.203,51.458],[0.203,51.454],[0.198,51.452],[0.193,51.452],[0.191,51.449],[0.184,51.445],[0.179,51.443],[0.176,51.442],[0.173,51.443],[0.171,51.441],[0.167,51.435],[0.166,51.43],[0.163,51.429],[0.156,51.431],[0.154,51.428],[0.153,51.422],[0.151,51.42],[0.151,51.415],[0.149,51.412],[0.154,51.411],[0.153,51.409],[0.16,51.408],[0.163,51.407],[0.166,51.408],[0.165,51.411],[0.178,51.416],[0.178,51.418],[0.184,51.42],[0.182,51.422],[0.184,51.425],[0.196,51.426],[0.196,51.43],[0.214,51.434],[0.222,51.429],[0.23,51.43],[0.234,51.427],[0.234,51.425],[0.233,51.423],[0.236,51.421],[0.238,51.417],[0.24,51.413],[0.243,51.413],[0.246,51.408],[0.273,51.408],[0.278,51.407],[0.28,51.403],[0.278,51.402],[0.284,51.4],[0.297,51.397],[0.332,51.387],[0.337,51.387],[0.335,51.389],[0.343,51.391],[0.345,51.393],[0.344,51.395],[0.339,51.396],[0.338,51.398],[0.335,51.4],[0.334,51.409],[0.331,51.415],[0.331,51.421],[0.333,51.426],[0.325,51.429],[0.324,51.432],[0.324,51.435],[0.326,51.44],[0.326,51.443],[0.319,51.447],[0.32,51.45],[0.318,51.452],[0.311,51.453],[0.315,51.465]]]},"properties":{"Name":"Dartford","ID":"E14001191"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.901,52.46],[-0.905,52.463],[-0.91,52.461],[-0.93,52.466],[-0.942,52.468],[-0.944,52.473],[-0.949,52.477],[-0.953,52.477],[-0.959,52.476],[-0.968,52.477],[-0.976,52.471],[-0.982,52.471],[-0.985,52.472],[-0.99,52.47],[-0.995,52.469],[-0.997,52.471],[-1.001,52.471],[-1.003,52.467],[-1.006,52.465],[-1.01,52.464],[-1.028,52.459],[-1.031,52.455],[-1.038,52.452],[-1.045,52.446],[-1.043,52.444],[-1.035,52.443],[-1.034,52.44],[-1.035,52.435],[-1.038,52.434],[-1.04,52.431],[-1.045,52.429],[-1.05,52.425],[-1.05,52.422],[-1.055,52.422],[-1.061,52.425],[-1.063,52.428],[-1.068,52.429],[-1.069,52.434],[-1.076,52.435],[-1.079,52.436],[-1.083,52.436],[-1.087,52.434],[-1.092,52.433],[-1.095,52.43],[-1.093,52.428],[-1.11,52.422],[-1.118,52.421],[-1.121,52.417],[-1.125,52.418],[-1.134,52.412],[-1.135,52.41],[-1.138,52.405],[-1.138,52.404],[-1.142,52.4],[-1.151,52.398],[-1.152,52.399],[-1.163,52.399],[-1.166,52.397],[-1.176,52.395],[-1.178,52.393],[-1.184,52.392],[-1.188,52.393],[-1.188,52.395],[-1.194,52.396],[-1.198,52.396],[-1.202,52.397],[-1.202,52.396],[-1.172,52.361],[-1.175,52.361],[-1.175,52.356],[-1.179,52.354],[-1.187,52.354],[-1.192,52.351],[-1.195,52.353],[-1.198,52.353],[-1.206,52.351],[-1.209,52.349],[-1.221,52.35],[-1.225,52.347],[-1.233,52.347],[-1.238,52.344],[-1.243,52.342],[-1.249,52.341],[-1.251,52.339],[-1.258,52.337],[-1.263,52.334],[-1.262,52.332],[-1.265,52.329],[-1.261,52.328],[-1.258,52.326],[-1.245,52.321],[-1.242,52.322],[-1.237,52.321],[-1.224,52.319],[-1.215,52.317],[-1.209,52.315],[-1.213,52.31],[-1.215,52.309],[-1.218,52.306],[-1.221,52.306],[-1.223,52.303],[-1.229,52.298],[-1.229,52.295],[-1.232,52.294],[-1.234,52.29],[-1.227,52.289],[-1.222,52.284],[-1.223,52.282],[-1.221,52.279],[-1.222,52.276],[-1.219,52.27],[-1.217,52.269],[-1.216,52.264],[-1.221,52.261],[-1.223,52.26],[-1.233,52.253],[-1.232,52.251],[-1.235,52.249],[-1.241,52.248],[-1.246,52.249],[-1.254,52.248],[-1.259,52.244],[-1.265,52.242],[-1.268,52.237],[-1.267,52.235],[-1.275,52.238],[-1.285,52.239],[-1.281,52.234],[-1.278,52.229],[-1.273,52.228],[-1.277,52.225],[-1.276,52.223],[-1.271,52.219],[-1.265,52.217],[-1.261,52.216],[-1.26,52.212],[-1.258,52.209],[-1.257,52.206],[-1.255,52.199],[-1.255,52.198],[-1.262,52.196],[-1.27,52.196],[-1.274,52.195],[-1.281,52.196],[-1.281,52.192],[-1.291,52.192],[-1.301,52.192],[-1.31,52.19],[-1.313,52.19],[-1.316,52.187],[-1.318,52.181],[-1.323,52.182],[-1.329,52.177],[-1.332,52.172],[-1.332,52.168],[-1.33,52.166],[-1.324,52.162],[-1.318,52.156],[-1.318,52.153],[-1.311,52.15],[-1.306,52.146],[-1.308,52.144],[-1.305,52.141],[-1.299,52.138],[-1.298,52.135],[-1.295,52.135],[-1.291,52.129],[-1.282,52.123],[-1.277,52.117],[-1.273,52.115],[-1.269,52.113],[-1.259,52.108],[-1.253,52.104],[-1.252,52.102],[-1.251,52.103],[-1.242,52.106],[-1.241,52.11],[-1.242,52.115],[-1.239,52.119],[-1.243,52.121],[-1.243,52.124],[-1.245,52.127],[-1.242,52.128],[-1.238,52.128],[-1.236,52.129],[-1.235,52.132],[-1.232,52.131],[-1.227,52.136],[-1.223,52.134],[-1.22,52.136],[-1.215,52.137],[-1.209,52.136],[-1.204,52.139],[-1.204,52.14],[-1.195,52.142],[-1.194,52.145],[-1.19,52.146],[-1.185,52.145],[-1.173,52.143],[-1.168,52.143],[-1.148,52.146],[-1.138,52.146],[-1.137,52.149],[-1.14,52.151],[-1.145,52.153],[-1.144,52.158],[-1.146,52.16],[-1.157,52.164],[-1.158,52.17],[-1.153,52.17],[-1.144,52.166],[-1.139,52.17],[-1.137,52.173],[-1.135,52.173],[-1.13,52.169],[-1.124,52.173],[-1.121,52.174],[-1.126,52.177],[-1.128,52.181],[-1.127,52.186],[-1.12,52.182],[-1.113,52.179],[-1.103,52.18],[-1.098,52.179],[-1.091,52.181],[-1.089,52.183],[-1.09,52.19],[-1.082,52.194],[-1.079,52.193],[-1.06,52.197],[-1.052,52.195],[-1.044,52.193],[-1.038,52.196],[-1.042,52.2],[-1.044,52.203],[-1.057,52.218],[-1.066,52.227],[-1.063,52.229],[-1.059,52.227],[-1.057,52.231],[-1.052,52.232],[-1.048,52.231],[-1.042,52.233],[-1.043,52.236],[-1.042,52.238],[-1.035,52.238],[-1.02,52.241],[-1.014,52.242],[-1.014,52.245],[-1.009,52.248],[-0.997,52.248],[-0.998,52.251],[-0.989,52.257],[-0.987,52.258],[-0.972,52.258],[-0.962,52.259],[-0.959,52.261],[-0.955,52.262],[-0.946,52.264],[-0.945,52.263],[-0.937,52.269],[-0.933,52.269],[-0.932,52.271],[-0.925,52.272],[-0.923,52.274],[-0.923,52.277],[-0.91,52.277],[-0.905,52.278],[-0.905,52.279],[-0.899,52.279],[-0.898,52.281],[-0.895,52.28],[-0.888,52.278],[-0.885,52.275],[-0.88,52.28],[-0.875,52.283],[-0.87,52.282],[-0.865,52.279],[-0.86,52.281],[-0.856,52.282],[-0.851,52.281],[-0.852,52.279],[-0.849,52.278],[-0.845,52.281],[-0.837,52.281],[-0.833,52.279],[-0.827,52.281],[-0.825,52.278],[-0.82,52.274],[-0.815,52.275],[-0.809,52.275],[-0.803,52.267],[-0.802,52.262],[-0.801,52.253],[-0.795,52.254],[-0.791,52.242],[-0.781,52.245],[-0.779,52.247],[-0.774,52.245],[-0.769,52.246],[-0.762,52.249],[-0.759,52.248],[-0.753,52.248],[-0.748,52.246],[-0.738,52.248],[-0.737,52.247],[-0.725,52.252],[-0.721,52.256],[-0.718,52.259],[-0.714,52.262],[-0.71,52.263],[-0.71,52.265],[-0.705,52.265],[-0.701,52.269],[-0.7,52.272],[-0.691,52.275],[-0.689,52.275],[-0.685,52.277],[-0.685,52.28],[-0.695,52.28],[-0.702,52.284],[-0.709,52.284],[-0.712,52.284],[-0.717,52.289],[-0.722,52.291],[-0.728,52.292],[-0.732,52.294],[-0.735,52.297],[-0.739,52.298],[-0.744,52.303],[-0.748,52.303],[-0.757,52.304],[-0.761,52.306],[-0.761,52.309],[-0.756,52.31],[-0.744,52.317],[-0.74,52.32],[-0.736,52.321],[-0.734,52.318],[-0.726,52.319],[-0.724,52.321],[-0.718,52.32],[-0.715,52.32],[-0.711,52.32],[-0.705,52.319],[-0.7,52.321],[-0.702,52.326],[-0.697,52.327],[-0.691,52.327],[-0.681,52.328],[-0.68,52.332],[-0.682,52.334],[-0.68,52.338],[-0.686,52.341],[-0.684,52.342],[-0.683,52.35],[-0.686,52.351],[-0.687,52.353],[-0.69,52.354],[-0.692,52.358],[-0.696,52.359],[-0.7,52.364],[-0.706,52.363],[-0.715,52.364],[-0.72,52.363],[-0.728,52.361],[-0.73,52.359],[-0.735,52.358],[-0.74,52.353],[-0.746,52.35],[-0.749,52.347],[-0.754,52.348],[-0.766,52.35],[-0.77,52.35],[-0.772,52.351],[-0.776,52.35],[-0.779,52.353],[-0.789,52.347],[-0.791,52.356],[-0.796,52.362],[-0.8,52.364],[-0.82,52.372],[-0.826,52.374],[-0.832,52.377],[-0.834,52.385],[-0.84,52.391],[-0.841,52.393],[-0.855,52.394],[-0.862,52.396],[-0.866,52.4],[-0.874,52.403],[-0.885,52.4],[-0.888,52.398],[-0.891,52.399],[-0.89,52.404],[-0.888,52.412],[-0.889,52.415],[-0.886,52.421],[-0.887,52.423],[-0.882,52.423],[-0.875,52.424],[-0.869,52.433],[-0.864,52.434],[-0.873,52.437],[-0.879,52.439],[-0.894,52.442],[-0.904,52.442],[-0.904,52.445],[-0.905,52.448],[-0.906,52.454],[-0.901,52.46]]]},"properties":{"Name":"Daventry","ID":"E14001192"},"id":129}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.441,52.911],[-1.434,52.913],[-1.423,52.914],[-1.422,52.919],[-1.419,52.923],[-1.417,52.93],[-1.426,52.936],[-1.431,52.938],[-1.437,52.937],[-1.443,52.94],[-1.446,52.945],[-1.452,52.945],[-1.453,52.948],[-1.469,52.951],[-1.466,52.954],[-1.471,52.954],[-1.477,52.951],[-1.484,52.948],[-1.488,52.943],[-1.493,52.94],[-1.498,52.935],[-1.5,52.931],[-1.504,52.929],[-1.511,52.93],[-1.525,52.933],[-1.527,52.932],[-1.538,52.925],[-1.544,52.924],[-1.553,52.923],[-1.551,52.917],[-1.557,52.915],[-1.554,52.909],[-1.555,52.906],[-1.551,52.902],[-1.547,52.9],[-1.545,52.9],[-1.54,52.894],[-1.542,52.892],[-1.542,52.89],[-1.538,52.888],[-1.531,52.889],[-1.526,52.891],[-1.523,52.887],[-1.518,52.889],[-1.514,52.893],[-1.519,52.895],[-1.518,52.9],[-1.513,52.902],[-1.506,52.901],[-1.502,52.903],[-1.498,52.905],[-1.489,52.905],[-1.491,52.91],[-1.488,52.912],[-1.484,52.914],[-1.483,52.922],[-1.485,52.923],[-1.483,52.926],[-1.478,52.927],[-1.467,52.925],[-1.464,52.92],[-1.452,52.917],[-1.447,52.918],[-1.443,52.918],[-1.441,52.913],[-1.441,52.911]]]},"properties":{"Name":"Derby North","ID":"E14001193"},"id":130}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.441,52.911],[-1.441,52.913],[-1.443,52.918],[-1.447,52.918],[-1.452,52.917],[-1.464,52.92],[-1.467,52.925],[-1.478,52.927],[-1.483,52.926],[-1.485,52.923],[-1.483,52.922],[-1.484,52.914],[-1.488,52.912],[-1.491,52.91],[-1.489,52.905],[-1.498,52.905],[-1.502,52.903],[-1.506,52.901],[-1.513,52.902],[-1.518,52.9],[-1.519,52.895],[-1.514,52.893],[-1.518,52.889],[-1.523,52.887],[-1.516,52.886],[-1.515,52.885],[-1.503,52.885],[-1.502,52.881],[-1.499,52.882],[-1.5,52.877],[-1.494,52.874],[-1.495,52.87],[-1.491,52.869],[-1.484,52.871],[-1.468,52.871],[-1.467,52.873],[-1.464,52.872],[-1.453,52.868],[-1.445,52.863],[-1.444,52.861],[-1.438,52.863],[-1.424,52.865],[-1.425,52.868],[-1.429,52.87],[-1.424,52.874],[-1.416,52.876],[-1.42,52.878],[-1.421,52.881],[-1.419,52.884],[-1.412,52.884],[-1.406,52.895],[-1.403,52.897],[-1.403,52.9],[-1.411,52.9],[-1.412,52.903],[-1.424,52.903],[-1.428,52.904],[-1.434,52.905],[-1.436,52.908],[-1.441,52.911]]]},"properties":{"Name":"Derby South","ID":"E14001194"},"id":131}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.599,53.311],[-1.599,53.315],[-1.602,53.318],[-1.61,53.323],[-1.619,53.318],[-1.625,53.316],[-1.628,53.316],[-1.633,53.321],[-1.627,53.325],[-1.627,53.329],[-1.624,53.33],[-1.622,53.334],[-1.617,53.337],[-1.612,53.342],[-1.612,53.343],[-1.604,53.342],[-1.6,53.343],[-1.591,53.345],[-1.592,53.346],[-1.617,53.351],[-1.626,53.352],[-1.631,53.356],[-1.655,53.363],[-1.664,53.367],[-1.663,53.374],[-1.654,53.385],[-1.654,53.392],[-1.662,53.391],[-1.664,53.381],[-1.673,53.369],[-1.67,53.365],[-1.671,53.359],[-1.673,53.353],[-1.671,53.35],[-1.677,53.342],[-1.686,53.336],[-1.691,53.337],[-1.697,53.335],[-1.7,53.332],[-1.7,53.324],[-1.706,53.325],[-1.712,53.325],[-1.713,53.322],[-1.72,53.319],[-1.728,53.319],[-1.727,53.329],[-1.725,53.332],[-1.734,53.335],[-1.731,53.337],[-1.732,53.338],[-1.737,53.337],[-1.741,53.337],[-1.749,53.335],[-1.759,53.338],[-1.766,53.336],[-1.769,53.333],[-1.784,53.325],[-1.788,53.324],[-1.798,53.319],[-1.806,53.317],[-1.809,53.314],[-1.817,53.305],[-1.823,53.303],[-1.825,53.299],[-1.822,53.294],[-1.824,53.292],[-1.817,53.286],[-1.818,53.283],[-1.813,53.28],[-1.81,53.275],[-1.802,53.273],[-1.8,53.271],[-1.799,53.265],[-1.797,53.263],[-1.799,53.261],[-1.796,53.259],[-1.792,53.258],[-1.79,53.256],[-1.794,53.255],[-1.799,53.256],[-1.806,53.256],[-1.808,53.258],[-1.816,53.258],[-1.818,53.257],[-1.817,53.254],[-1.821,53.252],[-1.833,53.252],[-1.837,53.249],[-1.843,53.251],[-1.847,53.249],[-1.845,53.246],[-1.852,53.244],[-1.858,53.236],[-1.858,53.234],[-1.861,53.231],[-1.867,53.23],[-1.874,53.227],[-1.871,53.225],[-1.866,53.224],[-1.861,53.222],[-1.853,53.217],[-1.851,53.217],[-1.835,53.212],[-1.831,53.211],[-1.832,53.206],[-1.832,53.198],[-1.842,53.195],[-1.841,53.197],[-1.848,53.199],[-1.853,53.203],[-1.863,53.205],[-1.873,53.216],[-1.874,53.211],[-1.873,53.208],[-1.878,53.207],[-1.877,53.203],[-1.882,53.204],[-1.884,53.205],[-1.882,53.207],[-1.883,53.211],[-1.888,53.218],[-1.893,53.219],[-1.897,53.216],[-1.895,53.212],[-1.898,53.21],[-1.907,53.219],[-1.912,53.221],[-1.918,53.218],[-1.913,53.217],[-1.909,53.215],[-1.912,53.213],[-1.91,53.212],[-1.906,53.212],[-1.9,53.208],[-1.901,53.207],[-1.899,53.2],[-1.887,53.198],[-1.883,53.196],[-1.876,53.196],[-1.872,53.194],[-1.87,53.192],[-1.859,53.187],[-1.854,53.185],[-1.846,53.18],[-1.846,53.179],[-1.839,53.177],[-1.832,53.173],[-1.833,53.171],[-1.827,53.166],[-1.825,53.164],[-1.816,53.158],[-1.815,53.155],[-1.812,53.153],[-1.817,53.149],[-1.818,53.144],[-1.821,53.141],[-1.822,53.138],[-1.82,53.134],[-1.814,53.132],[-1.809,53.127],[-1.81,53.124],[-1.806,53.123],[-1.802,53.118],[-1.8,53.115],[-1.795,53.113],[-1.793,53.11],[-1.789,53.109],[-1.786,53.107],[-1.788,53.105],[-1.784,53.102],[-1.786,53.1],[-1.782,53.096],[-1.785,53.095],[-1.784,53.093],[-1.789,53.091],[-1.793,53.091],[-1.794,53.088],[-1.791,53.086],[-1.792,53.084],[-1.789,53.081],[-1.789,53.079],[-1.791,53.078],[-1.789,53.073],[-1.786,53.07],[-1.784,53.065],[-1.786,53.063],[-1.783,53.061],[-1.776,53.06],[-1.777,53.058],[-1.782,53.056],[-1.784,53.054],[-1.785,53.05],[-1.781,53.048],[-1.779,53.045],[-1.779,53.043],[-1.773,53.044],[-1.768,53.044],[-1.766,53.041],[-1.76,53.039],[-1.759,53.035],[-1.761,53.034],[-1.757,53.031],[-1.758,53.028],[-1.762,53.025],[-1.764,53.021],[-1.758,53.018],[-1.759,53.015],[-1.762,53.015],[-1.764,53.01],[-1.766,53.009],[-1.763,53],[-1.768,53],[-1.771,52.996],[-1.778,52.996],[-1.781,52.995],[-1.784,52.995],[-1.789,52.993],[-1.787,52.991],[-1.789,52.989],[-1.794,52.988],[-1.799,52.986],[-1.805,52.985],[-1.802,52.983],[-1.803,52.981],[-1.807,52.98],[-1.824,52.979],[-1.829,52.975],[-1.83,52.971],[-1.828,52.966],[-1.828,52.964],[-1.826,52.962],[-1.829,52.961],[-1.829,52.958],[-1.834,52.954],[-1.831,52.952],[-1.829,52.948],[-1.83,52.946],[-1.836,52.945],[-1.836,52.941],[-1.84,52.941],[-1.844,52.939],[-1.847,52.936],[-1.851,52.934],[-1.849,52.932],[-1.854,52.931],[-1.853,52.928],[-1.856,52.927],[-1.856,52.924],[-1.855,52.92],[-1.851,52.921],[-1.848,52.92],[-1.848,52.913],[-1.843,52.913],[-1.844,52.91],[-1.847,52.91],[-1.841,52.905],[-1.836,52.904],[-1.833,52.902],[-1.831,52.896],[-1.834,52.896],[-1.833,52.89],[-1.833,52.887],[-1.828,52.887],[-1.828,52.885],[-1.824,52.883],[-1.812,52.882],[-1.812,52.881],[-1.805,52.883],[-1.801,52.886],[-1.794,52.883],[-1.793,52.881],[-1.788,52.88],[-1.786,52.883],[-1.783,52.884],[-1.78,52.882],[-1.775,52.883],[-1.776,52.88],[-1.769,52.878],[-1.765,52.879],[-1.759,52.877],[-1.756,52.875],[-1.751,52.874],[-1.752,52.871],[-1.75,52.867],[-1.746,52.866],[-1.74,52.868],[-1.739,52.865],[-1.73,52.863],[-1.725,52.86],[-1.721,52.862],[-1.716,52.862],[-1.718,52.865],[-1.714,52.866],[-1.703,52.866],[-1.7,52.864],[-1.701,52.862],[-1.694,52.863],[-1.69,52.864],[-1.685,52.862],[-1.679,52.862],[-1.67,52.861],[-1.664,52.858],[-1.659,52.857],[-1.651,52.857],[-1.646,52.856],[-1.643,52.856],[-1.635,52.853],[-1.631,52.855],[-1.628,52.858],[-1.632,52.86],[-1.623,52.863],[-1.614,52.862],[-1.611,52.865],[-1.607,52.867],[-1.609,52.87],[-1.609,52.873],[-1.607,52.876],[-1.609,52.879],[-1.608,52.881],[-1.609,52.884],[-1.612,52.886],[-1.62,52.886],[-1.63,52.891],[-1.631,52.895],[-1.633,52.896],[-1.631,52.901],[-1.632,52.903],[-1.631,52.906],[-1.637,52.907],[-1.639,52.909],[-1.652,52.907],[-1.653,52.912],[-1.655,52.914],[-1.654,52.921],[-1.653,52.928],[-1.651,52.931],[-1.649,52.94],[-1.65,52.944],[-1.641,52.948],[-1.636,52.948],[-1.633,52.947],[-1.625,52.946],[-1.621,52.948],[-1.613,52.944],[-1.607,52.947],[-1.603,52.95],[-1.604,52.953],[-1.608,52.955],[-1.607,52.957],[-1.599,52.963],[-1.589,52.962],[-1.586,52.961],[-1.578,52.964],[-1.576,52.966],[-1.572,52.967],[-1.574,52.97],[-1.571,52.974],[-1.576,52.975],[-1.578,52.978],[-1.587,52.982],[-1.593,52.983],[-1.597,52.983],[-1.601,52.984],[-1.602,52.988],[-1.599,52.999],[-1.592,53.001],[-1.582,53.001],[-1.577,53.002],[-1.577,53.008],[-1.58,53.011],[-1.578,53.015],[-1.574,53.015],[-1.576,53.018],[-1.571,53.021],[-1.572,53.024],[-1.568,53.024],[-1.56,53.023],[-1.558,53.024],[-1.547,53.018],[-1.551,53.016],[-1.547,53.008],[-1.545,53.005],[-1.534,53.005],[-1.531,53.004],[-1.524,52.998],[-1.519,52.997],[-1.514,52.995],[-1.512,52.999],[-1.509,52.998],[-1.504,53],[-1.502,52.998],[-1.497,52.999],[-1.493,53.004],[-1.496,53.008],[-1.499,53.009],[-1.499,53.013],[-1.504,53.014],[-1.505,53.017],[-1.507,53.02],[-1.505,53.023],[-1.509,53.023],[-1.513,53.027],[-1.51,53.032],[-1.514,53.043],[-1.503,53.041],[-1.5,53.043],[-1.491,53.043],[-1.491,53.045],[-1.49,53.048],[-1.487,53.049],[-1.482,53.047],[-1.48,53.049],[-1.483,53.055],[-1.484,53.06],[-1.488,53.064],[-1.484,53.064],[-1.48,53.068],[-1.477,53.068],[-1.479,53.073],[-1.476,53.075],[-1.47,53.076],[-1.466,53.083],[-1.458,53.083],[-1.462,53.087],[-1.465,53.092],[-1.47,53.096],[-1.472,53.099],[-1.469,53.101],[-1.469,53.106],[-1.465,53.111],[-1.465,53.114],[-1.47,53.12],[-1.486,53.123],[-1.487,53.123],[-1.489,53.13],[-1.494,53.131],[-1.496,53.134],[-1.509,53.146],[-1.51,53.151],[-1.516,53.154],[-1.517,53.156],[-1.54,53.171],[-1.548,53.182],[-1.552,53.19],[-1.553,53.196],[-1.548,53.2],[-1.53,53.201],[-1.518,53.201],[-1.516,53.203],[-1.517,53.206],[-1.529,53.207],[-1.533,53.208],[-1.535,53.211],[-1.54,53.211],[-1.553,53.216],[-1.569,53.223],[-1.569,53.225],[-1.566,53.227],[-1.565,53.231],[-1.571,53.236],[-1.571,53.24],[-1.568,53.243],[-1.56,53.248],[-1.557,53.25],[-1.566,53.261],[-1.571,53.263],[-1.577,53.263],[-1.583,53.264],[-1.583,53.269],[-1.584,53.272],[-1.589,53.278],[-1.588,53.281],[-1.583,53.283],[-1.579,53.287],[-1.585,53.291],[-1.597,53.296],[-1.599,53.302],[-1.598,53.305],[-1.599,53.311]]]},"properties":{"Name":"Derbyshire Dales","ID":"E14001195"},"id":132}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.632,53.731],[-1.636,53.729],[-1.642,53.728],[-1.647,53.732],[-1.656,53.732],[-1.66,53.729],[-1.659,53.728],[-1.661,53.725],[-1.664,53.722],[-1.664,53.72],[-1.659,53.718],[-1.655,53.718],[-1.655,53.716],[-1.658,53.714],[-1.657,53.712],[-1.66,53.706],[-1.657,53.703],[-1.666,53.7],[-1.667,53.696],[-1.663,53.691],[-1.666,53.688],[-1.661,53.686],[-1.665,53.684],[-1.67,53.686],[-1.675,53.678],[-1.676,53.676],[-1.67,53.673],[-1.664,53.673],[-1.664,53.671],[-1.661,53.663],[-1.669,53.659],[-1.675,53.656],[-1.678,53.651],[-1.683,53.652],[-1.69,53.651],[-1.693,53.652],[-1.696,53.655],[-1.699,53.656],[-1.703,53.655],[-1.706,53.656],[-1.709,53.652],[-1.71,53.648],[-1.708,53.646],[-1.708,53.643],[-1.705,53.64],[-1.699,53.638],[-1.701,53.636],[-1.698,53.632],[-1.7,53.629],[-1.705,53.627],[-1.702,53.625],[-1.704,53.622],[-1.693,53.623],[-1.689,53.626],[-1.683,53.628],[-1.68,53.627],[-1.681,53.624],[-1.675,53.623],[-1.668,53.624],[-1.667,53.622],[-1.659,53.623],[-1.657,53.622],[-1.649,53.624],[-1.648,53.622],[-1.628,53.629],[-1.615,53.626],[-1.61,53.628],[-1.616,53.63],[-1.612,53.633],[-1.616,53.635],[-1.619,53.639],[-1.623,53.639],[-1.623,53.642],[-1.619,53.646],[-1.625,53.654],[-1.621,53.655],[-1.611,53.656],[-1.603,53.658],[-1.593,53.659],[-1.591,53.663],[-1.603,53.669],[-1.607,53.669],[-1.61,53.673],[-1.614,53.674],[-1.615,53.678],[-1.611,53.678],[-1.605,53.68],[-1.602,53.684],[-1.599,53.684],[-1.592,53.689],[-1.592,53.692],[-1.602,53.692],[-1.602,53.696],[-1.598,53.7],[-1.595,53.7],[-1.59,53.702],[-1.577,53.705],[-1.571,53.706],[-1.572,53.707],[-1.579,53.71],[-1.58,53.713],[-1.585,53.717],[-1.587,53.717],[-1.592,53.719],[-1.602,53.72],[-1.605,53.721],[-1.611,53.721],[-1.618,53.719],[-1.623,53.719],[-1.623,53.721],[-1.632,53.729],[-1.632,53.731]]]},"properties":{"Name":"Dewsbury and Batley","ID":"E14001196"},"id":133}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.188,51.717],[-1.19,51.715],[-1.194,51.714],[-1.201,51.712],[-1.21,51.716],[-1.218,51.715],[-1.222,51.711],[-1.225,51.714],[-1.231,51.718],[-1.234,51.722],[-1.241,51.725],[-1.242,51.72],[-1.238,51.717],[-1.235,51.714],[-1.235,51.708],[-1.233,51.707],[-1.233,51.704],[-1.231,51.703],[-1.231,51.699],[-1.229,51.697],[-1.223,51.692],[-1.222,51.685],[-1.225,51.682],[-1.227,51.676],[-1.23,51.675],[-1.231,51.673],[-1.246,51.667],[-1.252,51.667],[-1.259,51.668],[-1.263,51.67],[-1.268,51.67],[-1.278,51.669],[-1.284,51.665],[-1.282,51.66],[-1.279,51.658],[-1.28,51.657],[-1.284,51.657],[-1.285,51.655],[-1.288,51.652],[-1.297,51.654],[-1.295,51.656],[-1.298,51.658],[-1.303,51.658],[-1.308,51.658],[-1.309,51.662],[-1.312,51.663],[-1.32,51.66],[-1.322,51.66],[-1.327,51.658],[-1.333,51.657],[-1.336,51.654],[-1.343,51.654],[-1.345,51.655],[-1.351,51.657],[-1.36,51.655],[-1.369,51.655],[-1.374,51.653],[-1.376,51.651],[-1.385,51.651],[-1.389,51.65],[-1.397,51.651],[-1.402,51.648],[-1.41,51.644],[-1.411,51.643],[-1.416,51.641],[-1.415,51.64],[-1.423,51.637],[-1.426,51.639],[-1.434,51.642],[-1.444,51.643],[-1.45,51.641],[-1.453,51.64],[-1.453,51.637],[-1.46,51.633],[-1.463,51.63],[-1.472,51.625],[-1.479,51.621],[-1.479,51.617],[-1.488,51.619],[-1.497,51.622],[-1.492,51.627],[-1.487,51.631],[-1.478,51.634],[-1.476,51.641],[-1.471,51.644],[-1.467,51.644],[-1.464,51.646],[-1.466,51.647],[-1.472,51.649],[-1.478,51.653],[-1.479,51.655],[-1.482,51.654],[-1.488,51.655],[-1.5,51.655],[-1.509,51.657],[-1.511,51.659],[-1.517,51.66],[-1.524,51.662],[-1.525,51.665],[-1.53,51.667],[-1.539,51.665],[-1.545,51.661],[-1.556,51.658],[-1.563,51.654],[-1.565,51.649],[-1.561,51.646],[-1.564,51.645],[-1.569,51.639],[-1.573,51.636],[-1.572,51.632],[-1.57,51.629],[-1.563,51.628],[-1.561,51.624],[-1.554,51.622],[-1.556,51.617],[-1.561,51.616],[-1.565,51.615],[-1.57,51.617],[-1.578,51.617],[-1.582,51.615],[-1.588,51.61],[-1.596,51.607],[-1.595,51.605],[-1.595,51.595],[-1.593,51.595],[-1.584,51.586],[-1.583,51.577],[-1.584,51.575],[-1.583,51.568],[-1.578,51.563],[-1.579,51.561],[-1.575,51.554],[-1.572,51.551],[-1.57,51.547],[-1.566,51.546],[-1.56,51.551],[-1.555,51.553],[-1.543,51.552],[-1.54,51.55],[-1.531,51.548],[-1.521,51.551],[-1.515,51.551],[-1.509,51.549],[-1.505,51.547],[-1.496,51.546],[-1.486,51.541],[-1.488,51.536],[-1.486,51.534],[-1.478,51.533],[-1.476,51.531],[-1.471,51.53],[-1.471,51.529],[-1.463,51.53],[-1.465,51.535],[-1.461,51.536],[-1.455,51.535],[-1.447,51.537],[-1.431,51.543],[-1.427,51.546],[-1.423,51.536],[-1.417,51.539],[-1.41,51.545],[-1.405,51.546],[-1.4,51.545],[-1.396,51.54],[-1.389,51.54],[-1.384,51.54],[-1.377,51.546],[-1.378,51.55],[-1.373,51.55],[-1.367,51.552],[-1.359,51.547],[-1.356,51.547],[-1.351,51.547],[-1.347,51.544],[-1.344,51.543],[-1.338,51.546],[-1.338,51.549],[-1.335,51.555],[-1.333,51.56],[-1.329,51.564],[-1.327,51.56],[-1.32,51.559],[-1.315,51.557],[-1.303,51.557],[-1.297,51.553],[-1.294,51.554],[-1.287,51.552],[-1.284,51.549],[-1.28,51.547],[-1.27,51.545],[-1.268,51.542],[-1.261,51.538],[-1.257,51.537],[-1.242,51.538],[-1.236,51.537],[-1.23,51.535],[-1.219,51.537],[-1.217,51.536],[-1.21,51.536],[-1.206,51.538],[-1.203,51.537],[-1.206,51.532],[-1.205,51.528],[-1.193,51.53],[-1.18,51.532],[-1.173,51.534],[-1.166,51.534],[-1.159,51.535],[-1.16,51.537],[-1.152,51.54],[-1.147,51.541],[-1.14,51.543],[-1.142,51.544],[-1.146,51.55],[-1.147,51.553],[-1.143,51.557],[-1.141,51.561],[-1.138,51.564],[-1.135,51.565],[-1.13,51.567],[-1.126,51.571],[-1.127,51.581],[-1.124,51.588],[-1.124,51.592],[-1.121,51.599],[-1.117,51.604],[-1.114,51.612],[-1.116,51.616],[-1.116,51.619],[-1.125,51.622],[-1.139,51.624],[-1.144,51.625],[-1.144,51.628],[-1.148,51.628],[-1.148,51.632],[-1.15,51.634],[-1.155,51.636],[-1.158,51.636],[-1.164,51.635],[-1.173,51.634],[-1.18,51.636],[-1.179,51.64],[-1.177,51.647],[-1.178,51.649],[-1.181,51.654],[-1.182,51.658],[-1.18,51.66],[-1.181,51.663],[-1.177,51.667],[-1.18,51.67],[-1.173,51.673],[-1.166,51.674],[-1.165,51.675],[-1.164,51.68],[-1.165,51.682],[-1.159,51.69],[-1.157,51.696],[-1.166,51.7],[-1.164,51.702],[-1.167,51.706],[-1.173,51.708],[-1.18,51.708],[-1.186,51.707],[-1.187,51.71],[-1.188,51.717]]]},"properties":{"Name":"Didcot and Wantage","ID":"E14001197"},"id":134}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.045,53.559],[-1.049,53.56],[-1.058,53.558],[-1.06,53.564],[-1.064,53.567],[-1.068,53.568],[-1.072,53.568],[-1.073,53.566],[-1.082,53.567],[-1.083,53.567],[-1.084,53.566],[-1.088,53.565],[-1.091,53.563],[-1.09,53.558],[-1.092,53.556],[-1.093,53.554],[-1.104,53.549],[-1.109,53.546],[-1.117,53.545],[-1.122,53.543],[-1.125,53.539],[-1.13,53.534],[-1.134,53.532],[-1.14,53.53],[-1.148,53.527],[-1.15,53.524],[-1.147,53.522],[-1.154,53.521],[-1.161,53.519],[-1.164,53.516],[-1.161,53.515],[-1.16,53.512],[-1.162,53.509],[-1.164,53.507],[-1.172,53.507],[-1.172,53.501],[-1.173,53.498],[-1.169,53.493],[-1.166,53.491],[-1.165,53.489],[-1.172,53.485],[-1.172,53.482],[-1.168,53.479],[-1.17,53.476],[-1.168,53.471],[-1.17,53.469],[-1.169,53.465],[-1.17,53.461],[-1.17,53.458],[-1.178,53.458],[-1.178,53.456],[-1.191,53.456],[-1.192,53.457],[-1.202,53.457],[-1.222,53.455],[-1.225,53.451],[-1.225,53.449],[-1.231,53.447],[-1.238,53.444],[-1.239,53.443],[-1.244,53.441],[-1.247,53.444],[-1.254,53.443],[-1.251,53.441],[-1.238,53.441],[-1.24,53.435],[-1.238,53.433],[-1.233,53.434],[-1.223,53.434],[-1.216,53.435],[-1.208,53.432],[-1.197,53.432],[-1.196,53.433],[-1.196,53.436],[-1.186,53.435],[-1.182,53.434],[-1.177,53.435],[-1.17,53.435],[-1.167,53.431],[-1.163,53.428],[-1.16,53.424],[-1.153,53.425],[-1.146,53.426],[-1.137,53.425],[-1.136,53.424],[-1.144,53.418],[-1.146,53.412],[-1.136,53.411],[-1.133,53.409],[-1.116,53.41],[-1.116,53.407],[-1.108,53.406],[-1.099,53.419],[-1.093,53.422],[-1.087,53.426],[-1.083,53.423],[-1.079,53.424],[-1.08,53.427],[-1.073,53.428],[-1.068,53.428],[-1.057,53.425],[-1.055,53.428],[-1.054,53.434],[-1.052,53.435],[-1.057,53.439],[-1.055,53.442],[-1.057,53.444],[-1.056,53.448],[-1.066,53.448],[-1.06,53.457],[-1.065,53.458],[-1.078,53.46],[-1.08,53.464],[-1.085,53.466],[-1.089,53.465],[-1.093,53.466],[-1.101,53.47],[-1.103,53.474],[-1.099,53.477],[-1.094,53.484],[-1.091,53.486],[-1.085,53.486],[-1.08,53.488],[-1.077,53.491],[-1.088,53.492],[-1.097,53.496],[-1.091,53.497],[-1.075,53.496],[-1.079,53.499],[-1.068,53.506],[-1.067,53.508],[-1.063,53.508],[-1.066,53.512],[-1.063,53.516],[-1.064,53.519],[-1.063,53.521],[-1.057,53.519],[-1.047,53.519],[-1.041,53.518],[-1.031,53.524],[-1.028,53.527],[-1.001,53.533],[-0.995,53.535],[-0.996,53.537],[-1.001,53.54],[-0.999,53.543],[-0.999,53.548],[-1.004,53.55],[-1.006,53.548],[-1.014,53.543],[-1.019,53.542],[-1.022,53.54],[-1.039,53.545],[-1.04,53.546],[-1.04,53.549],[-1.044,53.55],[-1.041,53.556],[-1.045,53.559]]]},"properties":{"Name":"Doncaster Central","ID":"E14001198"},"id":135}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.798,53.455],[-0.787,53.461],[-0.785,53.464],[-0.786,53.473],[-0.785,53.477],[-0.781,53.479],[-0.774,53.479],[-0.772,53.481],[-0.775,53.486],[-0.776,53.489],[-0.774,53.491],[-0.769,53.494],[-0.769,53.498],[-0.766,53.501],[-0.763,53.501],[-0.753,53.501],[-0.743,53.511],[-0.739,53.526],[-0.743,53.533],[-0.743,53.537],[-0.74,53.543],[-0.739,53.546],[-0.74,53.549],[-0.747,53.556],[-0.749,53.563],[-0.748,53.568],[-0.746,53.573],[-0.744,53.575],[-0.735,53.579],[-0.732,53.584],[-0.732,53.586],[-0.737,53.59],[-0.74,53.593],[-0.738,53.599],[-0.733,53.605],[-0.729,53.608],[-0.723,53.609],[-0.713,53.608],[-0.709,53.608],[-0.704,53.61],[-0.701,53.613],[-0.703,53.617],[-0.709,53.621],[-0.713,53.624],[-0.715,53.628],[-0.715,53.633],[-0.715,53.642],[-0.712,53.647],[-0.709,53.648],[-0.701,53.652],[-0.697,53.656],[-0.69,53.673],[-0.69,53.677],[-0.696,53.681],[-0.698,53.685],[-0.701,53.684],[-0.705,53.681],[-0.702,53.677],[-0.714,53.677],[-0.722,53.679],[-0.723,53.674],[-0.731,53.673],[-0.746,53.67],[-0.746,53.669],[-0.755,53.666],[-0.759,53.664],[-0.753,53.663],[-0.774,53.656],[-0.774,53.658],[-0.77,53.662],[-0.772,53.664],[-0.778,53.661],[-0.789,53.659],[-0.8,53.654],[-0.803,53.652],[-0.805,53.647],[-0.814,53.643],[-0.817,53.645],[-0.827,53.643],[-0.834,53.641],[-0.841,53.636],[-0.848,53.633],[-0.867,53.638],[-0.923,53.653],[-0.938,53.657],[-0.947,53.659],[-0.957,53.659],[-0.99,53.659],[-0.992,53.656],[-0.99,53.653],[-0.991,53.65],[-0.989,53.648],[-0.988,53.645],[-0.984,53.638],[-0.984,53.633],[-0.982,53.624],[-0.982,53.623],[-0.982,53.622],[-0.982,53.619],[-0.985,53.615],[-0.979,53.613],[-0.977,53.611],[-0.984,53.605],[-0.987,53.603],[-0.993,53.6],[-1.033,53.585],[-1.042,53.581],[-1.037,53.578],[-1.036,53.574],[-1.04,53.569],[-1.041,53.566],[-1.04,53.561],[-1.045,53.559],[-1.041,53.556],[-1.044,53.55],[-1.04,53.549],[-1.04,53.546],[-1.039,53.545],[-1.022,53.54],[-1.019,53.542],[-1.014,53.543],[-1.006,53.548],[-1.004,53.55],[-0.999,53.548],[-0.999,53.543],[-1.001,53.54],[-0.996,53.537],[-0.995,53.535],[-1.001,53.533],[-1.028,53.527],[-1.031,53.524],[-1.041,53.518],[-1.047,53.519],[-1.057,53.519],[-1.063,53.521],[-1.064,53.519],[-1.063,53.516],[-1.066,53.512],[-1.063,53.508],[-1.067,53.508],[-1.068,53.506],[-1.079,53.499],[-1.075,53.496],[-1.091,53.497],[-1.097,53.496],[-1.088,53.492],[-1.077,53.491],[-1.08,53.488],[-1.085,53.486],[-1.091,53.486],[-1.094,53.484],[-1.099,53.477],[-1.103,53.474],[-1.101,53.47],[-1.093,53.466],[-1.089,53.465],[-1.085,53.466],[-1.08,53.464],[-1.078,53.46],[-1.065,53.458],[-1.06,53.457],[-1.066,53.448],[-1.056,53.448],[-1.057,53.444],[-1.055,53.442],[-1.057,53.439],[-1.052,53.435],[-1.054,53.434],[-1.055,53.428],[-1.057,53.425],[-1.054,53.426],[-1.037,53.431],[-1.031,53.431],[-1.029,53.429],[-1.031,53.425],[-1.023,53.425],[-1.022,53.426],[-1.014,53.427],[-1.013,53.432],[-1.009,53.434],[-1.006,53.434],[-1,53.435],[-0.996,53.437],[-0.998,53.439],[-0.997,53.444],[-0.994,53.449],[-0.991,53.452],[-0.994,53.453],[-0.986,53.461],[-0.983,53.468],[-0.986,53.472],[-0.982,53.475],[-0.977,53.475],[-0.953,53.484],[-0.936,53.503],[-0.904,53.478],[-0.9,53.475],[-0.902,53.474],[-0.912,53.47],[-0.919,53.466],[-0.921,53.465],[-0.917,53.461],[-0.9,53.461],[-0.897,53.462],[-0.886,53.462],[-0.875,53.461],[-0.874,53.462],[-0.872,53.466],[-0.818,53.459],[-0.805,53.457],[-0.798,53.455]]]},"properties":{"Name":"Doncaster East and the Isle of Axholme","ID":"E14001199"},"id":136}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.045,53.559],[-1.04,53.561],[-1.041,53.566],[-1.04,53.569],[-1.036,53.574],[-1.037,53.578],[-1.042,53.581],[-1.033,53.585],[-0.993,53.6],[-0.987,53.603],[-0.984,53.605],[-0.977,53.611],[-0.979,53.613],[-0.985,53.615],[-0.982,53.619],[-0.982,53.622],[-0.989,53.615],[-0.996,53.612],[-1.018,53.607],[-1.021,53.605],[-1.029,53.604],[-1.033,53.601],[-1.041,53.602],[-1.052,53.601],[-1.064,53.596],[-1.071,53.594],[-1.076,53.596],[-1.086,53.595],[-1.091,53.592],[-1.09,53.59],[-1.086,53.587],[-1.083,53.584],[-1.081,53.572],[-1.082,53.567],[-1.073,53.566],[-1.072,53.568],[-1.068,53.568],[-1.064,53.567],[-1.06,53.564],[-1.058,53.558],[-1.049,53.56],[-1.045,53.559]]],[[[-1.092,53.556],[-1.09,53.559],[-1.091,53.564],[-1.088,53.565],[-1.083,53.567],[-1.081,53.572],[-1.083,53.583],[-1.086,53.587],[-1.091,53.591],[-1.091,53.592],[-1.087,53.595],[-1.076,53.596],[-1.072,53.595],[-1.065,53.596],[-1.052,53.602],[-1.04,53.602],[-1.033,53.602],[-1.029,53.604],[-1.021,53.606],[-1.019,53.607],[-0.996,53.612],[-0.987,53.617],[-0.982,53.623],[-0.983,53.628],[-0.984,53.633],[-0.985,53.638],[-0.989,53.645],[-0.989,53.648],[-0.991,53.651],[-0.991,53.653],[-0.992,53.657],[-0.991,53.659],[-0.991,53.661],[-1,53.659],[-1.01,53.659],[-1.018,53.658],[-1.029,53.655],[-1.037,53.654],[-1.044,53.657],[-1.049,53.656],[-1.052,53.652],[-1.055,53.651],[-1.066,53.649],[-1.072,53.649],[-1.083,53.652],[-1.086,53.652],[-1.091,53.65],[-1.095,53.65],[-1.102,53.649],[-1.114,53.647],[-1.116,53.646],[-1.121,53.647],[-1.125,53.644],[-1.129,53.642],[-1.127,53.639],[-1.13,53.634],[-1.136,53.633],[-1.139,53.633],[-1.146,53.639],[-1.15,53.639],[-1.152,53.643],[-1.159,53.643],[-1.161,53.642],[-1.168,53.641],[-1.174,53.638],[-1.18,53.638],[-1.189,53.636],[-1.194,53.636],[-1.198,53.64],[-1.207,53.643],[-1.21,53.643],[-1.211,53.641],[-1.216,53.642],[-1.218,53.64],[-1.22,53.634],[-1.217,53.629],[-1.217,53.624],[-1.227,53.622],[-1.233,53.621],[-1.231,53.619],[-1.233,53.617],[-1.246,53.617],[-1.248,53.616],[-1.245,53.608],[-1.252,53.607],[-1.25,53.601],[-1.258,53.6],[-1.255,53.597],[-1.258,53.595],[-1.258,53.592],[-1.269,53.59],[-1.277,53.59],[-1.279,53.588],[-1.278,53.586],[-1.282,53.583],[-1.288,53.581],[-1.295,53.579],[-1.297,53.578],[-1.308,53.575],[-1.312,53.577],[-1.319,53.578],[-1.321,53.579],[-1.334,53.58],[-1.336,53.581],[-1.346,53.584],[-1.349,53.583],[-1.346,53.577],[-1.335,53.565],[-1.332,53.563],[-1.327,53.558],[-1.317,53.558],[-1.315,53.556],[-1.304,53.555],[-1.297,53.551],[-1.294,53.547],[-1.289,53.544],[-1.289,53.541],[-1.287,53.538],[-1.294,53.536],[-1.29,53.534],[-1.288,53.532],[-1.284,53.531],[-1.276,53.53],[-1.276,53.528],[-1.281,53.529],[-1.286,53.527],[-1.276,53.521],[-1.281,53.517],[-1.286,53.515],[-1.289,53.516],[-1.299,53.515],[-1.31,53.513],[-1.312,53.514],[-1.311,53.512],[-1.313,53.502],[-1.31,53.498],[-1.299,53.493],[-1.295,53.492],[-1.284,53.491],[-1.274,53.491],[-1.267,53.493],[-1.265,53.492],[-1.26,53.494],[-1.247,53.494],[-1.244,53.495],[-1.242,53.493],[-1.237,53.494],[-1.235,53.493],[-1.229,53.494],[-1.222,53.493],[-1.221,53.488],[-1.219,53.489],[-1.213,53.487],[-1.209,53.489],[-1.208,53.494],[-1.206,53.496],[-1.2,53.497],[-1.193,53.502],[-1.191,53.506],[-1.185,53.51],[-1.179,53.509],[-1.172,53.507],[-1.164,53.507],[-1.162,53.509],[-1.16,53.512],[-1.161,53.515],[-1.164,53.516],[-1.161,53.519],[-1.154,53.521],[-1.147,53.522],[-1.15,53.524],[-1.148,53.527],[-1.14,53.53],[-1.134,53.532],[-1.13,53.534],[-1.125,53.539],[-1.122,53.543],[-1.117,53.545],[-1.109,53.546],[-1.104,53.549],[-1.093,53.554],[-1.092,53.555],[-1.092,53.556]]]]},"properties":{"Name":"Doncaster North","ID":"E14001200"},"id":137}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.36,51.312],[-0.364,51.312],[-0.367,51.315],[-0.372,51.31],[-0.377,51.31],[-0.379,51.313],[-0.384,51.313],[-0.388,51.31],[-0.392,51.311],[-0.393,51.312],[-0.397,51.311],[-0.393,51.309],[-0.393,51.301],[-0.395,51.298],[-0.396,51.296],[-0.395,51.292],[-0.396,51.287],[-0.397,51.286],[-0.397,51.279],[-0.392,51.275],[-0.393,51.273],[-0.389,51.269],[-0.387,51.265],[-0.39,51.265],[-0.391,51.262],[-0.39,51.257],[-0.394,51.255],[-0.396,51.251],[-0.396,51.244],[-0.397,51.241],[-0.397,51.238],[-0.402,51.236],[-0.409,51.235],[-0.416,51.237],[-0.419,51.238],[-0.425,51.241],[-0.435,51.24],[-0.43,51.235],[-0.427,51.233],[-0.426,51.23],[-0.431,51.227],[-0.434,51.218],[-0.438,51.21],[-0.431,51.208],[-0.429,51.206],[-0.422,51.204],[-0.418,51.201],[-0.414,51.195],[-0.41,51.193],[-0.411,51.19],[-0.409,51.185],[-0.41,51.182],[-0.408,51.178],[-0.408,51.176],[-0.414,51.175],[-0.419,51.173],[-0.423,51.174],[-0.428,51.176],[-0.431,51.176],[-0.434,51.18],[-0.438,51.18],[-0.444,51.184],[-0.447,51.181],[-0.456,51.176],[-0.458,51.173],[-0.464,51.172],[-0.464,51.167],[-0.464,51.164],[-0.464,51.16],[-0.462,51.158],[-0.464,51.155],[-0.463,51.151],[-0.46,51.152],[-0.459,51.148],[-0.454,51.149],[-0.452,51.146],[-0.45,51.143],[-0.452,51.138],[-0.451,51.136],[-0.45,51.132],[-0.447,51.132],[-0.444,51.127],[-0.441,51.127],[-0.439,51.13],[-0.43,51.129],[-0.428,51.124],[-0.421,51.125],[-0.417,51.125],[-0.418,51.12],[-0.419,51.105],[-0.411,51.107],[-0.402,51.108],[-0.4,51.112],[-0.395,51.114],[-0.39,51.115],[-0.385,51.115],[-0.383,51.117],[-0.374,51.117],[-0.36,51.119],[-0.358,51.121],[-0.353,51.118],[-0.344,51.119],[-0.331,51.123],[-0.326,51.126],[-0.317,51.124],[-0.313,51.124],[-0.308,51.125],[-0.304,51.124],[-0.294,51.126],[-0.29,51.128],[-0.288,51.13],[-0.285,51.131],[-0.279,51.13],[-0.275,51.13],[-0.268,51.133],[-0.265,51.135],[-0.26,51.138],[-0.255,51.139],[-0.255,51.144],[-0.249,51.144],[-0.247,51.146],[-0.243,51.146],[-0.239,51.147],[-0.236,51.146],[-0.229,51.146],[-0.227,51.148],[-0.223,51.148],[-0.214,51.15],[-0.212,51.15],[-0.212,51.155],[-0.204,51.156],[-0.196,51.162],[-0.186,51.162],[-0.185,51.165],[-0.177,51.167],[-0.169,51.163],[-0.162,51.16],[-0.155,51.16],[-0.15,51.16],[-0.14,51.16],[-0.136,51.161],[-0.128,51.163],[-0.128,51.166],[-0.129,51.175],[-0.135,51.177],[-0.137,51.181],[-0.139,51.182],[-0.144,51.187],[-0.143,51.19],[-0.139,51.193],[-0.137,51.2],[-0.138,51.207],[-0.136,51.211],[-0.137,51.212],[-0.145,51.211],[-0.144,51.214],[-0.147,51.22],[-0.153,51.226],[-0.154,51.224],[-0.154,51.22],[-0.159,51.217],[-0.156,51.211],[-0.165,51.212],[-0.169,51.21],[-0.176,51.21],[-0.187,51.209],[-0.193,51.206],[-0.199,51.209],[-0.203,51.208],[-0.207,51.206],[-0.21,51.205],[-0.219,51.209],[-0.222,51.212],[-0.226,51.213],[-0.233,51.213],[-0.234,51.217],[-0.236,51.22],[-0.235,51.221],[-0.243,51.225],[-0.249,51.224],[-0.251,51.227],[-0.249,51.229],[-0.25,51.231],[-0.244,51.237],[-0.234,51.238],[-0.231,51.241],[-0.232,51.242],[-0.229,51.245],[-0.23,51.247],[-0.226,51.249],[-0.228,51.251],[-0.226,51.254],[-0.227,51.256],[-0.24,51.261],[-0.248,51.259],[-0.253,51.261],[-0.254,51.259],[-0.261,51.258],[-0.261,51.259],[-0.266,51.263],[-0.266,51.266],[-0.267,51.269],[-0.267,51.274],[-0.266,51.278],[-0.269,51.284],[-0.27,51.289],[-0.272,51.292],[-0.273,51.293],[-0.281,51.291],[-0.293,51.284],[-0.299,51.282],[-0.301,51.279],[-0.304,51.279],[-0.309,51.273],[-0.316,51.275],[-0.318,51.274],[-0.321,51.277],[-0.324,51.276],[-0.33,51.276],[-0.333,51.279],[-0.336,51.29],[-0.335,51.295],[-0.34,51.297],[-0.345,51.298],[-0.346,51.301],[-0.354,51.301],[-0.356,51.306],[-0.359,51.308],[-0.355,51.311],[-0.36,51.312]]]},"properties":{"Name":"Dorking and Horley","ID":"E14001201"},"id":138}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.394,51.257],[1.386,51.255],[1.381,51.25],[1.373,51.251],[1.365,51.26],[1.36,51.263],[1.355,51.265],[1.354,51.263],[1.35,51.262],[1.335,51.262],[1.336,51.259],[1.332,51.258],[1.329,51.262],[1.324,51.258],[1.31,51.258],[1.302,51.257],[1.294,51.257],[1.288,51.25],[1.288,51.247],[1.284,51.243],[1.281,51.241],[1.274,51.233],[1.269,51.231],[1.264,51.229],[1.261,51.227],[1.255,51.229],[1.253,51.234],[1.242,51.237],[1.231,51.233],[1.225,51.235],[1.216,51.24],[1.218,51.243],[1.206,51.246],[1.197,51.236],[1.195,51.231],[1.189,51.223],[1.186,51.218],[1.193,51.22],[1.197,51.22],[1.202,51.218],[1.209,51.213],[1.219,51.209],[1.222,51.207],[1.219,51.203],[1.207,51.194],[1.198,51.187],[1.192,51.184],[1.189,51.186],[1.184,51.19],[1.181,51.19],[1.18,51.188],[1.17,51.184],[1.164,51.185],[1.16,51.188],[1.158,51.191],[1.154,51.191],[1.15,51.186],[1.148,51.177],[1.144,51.174],[1.143,51.169],[1.144,51.166],[1.153,51.163],[1.157,51.16],[1.162,51.158],[1.169,51.163],[1.171,51.161],[1.177,51.162],[1.177,51.157],[1.181,51.156],[1.183,51.158],[1.191,51.154],[1.201,51.155],[1.208,51.157],[1.211,51.151],[1.208,51.15],[1.189,51.139],[1.188,51.135],[1.185,51.135],[1.182,51.133],[1.179,51.135],[1.176,51.129],[1.172,51.125],[1.175,51.122],[1.178,51.124],[1.181,51.119],[1.186,51.121],[1.189,51.119],[1.197,51.118],[1.196,51.116],[1.194,51.111],[1.197,51.105],[1.196,51.102],[1.203,51.1],[1.204,51.097],[1.209,51.099],[1.22,51.101],[1.221,51.098],[1.226,51.1],[1.236,51.101],[1.247,51.101],[1.25,51.1],[1.253,51.101],[1.261,51.103],[1.268,51.102],[1.282,51.106],[1.281,51.108],[1.294,51.109],[1.297,51.112],[1.302,51.113],[1.313,51.114],[1.318,51.117],[1.313,51.119],[1.317,51.123],[1.327,51.126],[1.329,51.123],[1.335,51.126],[1.343,51.127],[1.343,51.131],[1.348,51.133],[1.355,51.134],[1.365,51.136],[1.376,51.141],[1.382,51.145],[1.384,51.15],[1.393,51.155],[1.397,51.159],[1.401,51.165],[1.405,51.174],[1.405,51.18],[1.406,51.187],[1.404,51.213],[1.405,51.218],[1.405,51.23],[1.403,51.239],[1.399,51.247],[1.394,51.257]]]},"properties":{"Name":"Dover and Deal","ID":"E14001202"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.143,52.347],[-2.146,52.345],[-2.149,52.346],[-2.151,52.344],[-2.152,52.34],[-2.152,52.337],[-2.165,52.326],[-2.168,52.325],[-2.168,52.318],[-2.173,52.317],[-2.175,52.32],[-2.175,52.325],[-2.171,52.331],[-2.178,52.332],[-2.19,52.329],[-2.19,52.332],[-2.193,52.335],[-2.192,52.337],[-2.196,52.341],[-2.201,52.344],[-2.205,52.346],[-2.205,52.351],[-2.212,52.356],[-2.219,52.359],[-2.232,52.361],[-2.242,52.36],[-2.246,52.361],[-2.248,52.355],[-2.246,52.353],[-2.251,52.347],[-2.252,52.345],[-2.254,52.341],[-2.261,52.341],[-2.264,52.336],[-2.268,52.337],[-2.268,52.334],[-2.272,52.333],[-2.261,52.329],[-2.261,52.326],[-2.264,52.326],[-2.266,52.324],[-2.266,52.319],[-2.274,52.311],[-2.276,52.301],[-2.275,52.292],[-2.272,52.287],[-2.27,52.281],[-2.274,52.276],[-2.275,52.271],[-2.266,52.268],[-2.256,52.268],[-2.252,52.267],[-2.244,52.26],[-2.238,52.257],[-2.236,52.253],[-2.232,52.25],[-2.232,52.248],[-2.235,52.242],[-2.235,52.24],[-2.233,52.237],[-2.24,52.234],[-2.242,52.23],[-2.241,52.226],[-2.243,52.222],[-2.236,52.222],[-2.233,52.227],[-2.229,52.225],[-2.227,52.228],[-2.222,52.231],[-2.211,52.226],[-2.207,52.225],[-2.194,52.223],[-2.189,52.221],[-2.171,52.218],[-2.163,52.214],[-2.158,52.213],[-2.162,52.204],[-2.166,52.198],[-2.171,52.185],[-2.179,52.184],[-2.183,52.183],[-2.185,52.18],[-2.187,52.173],[-2.189,52.171],[-2.195,52.17],[-2.2,52.169],[-2.203,52.167],[-2.202,52.167],[-2.197,52.162],[-2.197,52.156],[-2.195,52.151],[-2.19,52.146],[-2.169,52.145],[-2.165,52.143],[-2.172,52.141],[-2.173,52.137],[-2.173,52.135],[-2.177,52.134],[-2.185,52.13],[-2.191,52.131],[-2.194,52.129],[-2.195,52.125],[-2.187,52.122],[-2.184,52.12],[-2.186,52.118],[-2.181,52.115],[-2.18,52.113],[-2.176,52.112],[-2.173,52.109],[-2.169,52.108],[-2.163,52.109],[-2.158,52.108],[-2.152,52.107],[-2.148,52.111],[-2.144,52.112],[-2.142,52.121],[-2.144,52.123],[-2.138,52.125],[-2.135,52.123],[-2.138,52.122],[-2.139,52.117],[-2.136,52.117],[-2.127,52.118],[-2.124,52.117],[-2.117,52.118],[-2.108,52.119],[-2.11,52.123],[-2.108,52.125],[-2.097,52.125],[-2.093,52.124],[-2.089,52.128],[-2.089,52.129],[-2.078,52.131],[-2.076,52.132],[-2.062,52.129],[-2.057,52.126],[-2.061,52.125],[-2.066,52.123],[-2.068,52.119],[-2.068,52.117],[-2.071,52.114],[-2.072,52.11],[-2.07,52.108],[-2.071,52.102],[-2.069,52.097],[-2.066,52.093],[-2.055,52.096],[-2.044,52.096],[-2.041,52.098],[-2.035,52.097],[-2.036,52.093],[-2.037,52.085],[-2.039,52.079],[-2.044,52.074],[-2.038,52.071],[-2.031,52.078],[-2.025,52.078],[-2.023,52.082],[-2.019,52.083],[-2.017,52.092],[-2.008,52.086],[-2.008,52.084],[-2.003,52.083],[-2.003,52.081],[-1.992,52.082],[-1.993,52.078],[-1.992,52.071],[-1.99,52.07],[-1.98,52.071],[-1.972,52.07],[-1.964,52.07],[-1.963,52.074],[-1.954,52.073],[-1.938,52.07],[-1.934,52.067],[-1.928,52.064],[-1.941,52.052],[-1.93,52.049],[-1.923,52.048],[-1.913,52.044],[-1.909,52.043],[-1.903,52.039],[-1.896,52.036],[-1.885,52.03],[-1.874,52.024],[-1.867,52.018],[-1.862,52.017],[-1.864,52.014],[-1.851,52.008],[-1.844,52.008],[-1.839,52.007],[-1.835,52.009],[-1.836,52.011],[-1.834,52.018],[-1.836,52.023],[-1.826,52.029],[-1.825,52.031],[-1.831,52.033],[-1.829,52.036],[-1.83,52.039],[-1.833,52.04],[-1.835,52.044],[-1.839,52.044],[-1.848,52.047],[-1.857,52.052],[-1.863,52.053],[-1.861,52.058],[-1.863,52.063],[-1.865,52.066],[-1.872,52.065],[-1.874,52.07],[-1.869,52.074],[-1.856,52.074],[-1.853,52.072],[-1.847,52.079],[-1.838,52.074],[-1.832,52.073],[-1.823,52.081],[-1.819,52.085],[-1.818,52.084],[-1.816,52.08],[-1.813,52.079],[-1.813,52.083],[-1.81,52.086],[-1.81,52.088],[-1.806,52.093],[-1.802,52.097],[-1.796,52.101],[-1.792,52.1],[-1.788,52.104],[-1.79,52.106],[-1.786,52.107],[-1.768,52.113],[-1.759,52.115],[-1.765,52.116],[-1.77,52.115],[-1.775,52.118],[-1.778,52.118],[-1.781,52.12],[-1.788,52.12],[-1.793,52.122],[-1.794,52.124],[-1.792,52.129],[-1.786,52.132],[-1.799,52.136],[-1.809,52.14],[-1.817,52.139],[-1.823,52.136],[-1.825,52.142],[-1.823,52.146],[-1.829,52.146],[-1.834,52.148],[-1.84,52.153],[-1.848,52.15],[-1.852,52.148],[-1.847,52.147],[-1.846,52.143],[-1.85,52.139],[-1.854,52.139],[-1.86,52.141],[-1.867,52.145],[-1.864,52.147],[-1.867,52.15],[-1.867,52.153],[-1.877,52.155],[-1.881,52.155],[-1.889,52.156],[-1.892,52.155],[-1.895,52.15],[-1.894,52.148],[-1.886,52.149],[-1.885,52.148],[-1.893,52.139],[-1.9,52.136],[-1.903,52.133],[-1.905,52.132],[-1.903,52.127],[-1.904,52.123],[-1.906,52.122],[-1.913,52.123],[-1.924,52.126],[-1.928,52.125],[-1.931,52.117],[-1.93,52.11],[-1.932,52.109],[-1.944,52.109],[-1.951,52.11],[-1.957,52.111],[-1.962,52.114],[-1.965,52.113],[-1.97,52.115],[-1.977,52.119],[-1.986,52.121],[-1.984,52.123],[-1.978,52.127],[-1.985,52.132],[-1.988,52.133],[-1.99,52.135],[-1.991,52.142],[-1.984,52.148],[-1.983,52.151],[-1.988,52.155],[-1.999,52.158],[-1.998,52.163],[-2,52.167],[-2.006,52.164],[-2.013,52.166],[-2.016,52.17],[-2.026,52.17],[-2.023,52.174],[-2.018,52.188],[-2.015,52.19],[-2.008,52.189],[-2.003,52.19],[-2,52.193],[-1.996,52.199],[-1.993,52.205],[-1.997,52.207],[-2.003,52.206],[-2.002,52.209],[-2.004,52.211],[-2.012,52.214],[-2.013,52.217],[-2.017,52.218],[-2.021,52.217],[-2.024,52.219],[-2.026,52.223],[-2.036,52.224],[-2.038,52.223],[-2.039,52.219],[-2.046,52.224],[-2.052,52.225],[-2.058,52.227],[-2.057,52.229],[-2.061,52.232],[-2.06,52.234],[-2.065,52.237],[-2.069,52.239],[-2.068,52.242],[-2.077,52.245],[-2.084,52.245],[-2.094,52.244],[-2.099,52.241],[-2.103,52.242],[-2.106,52.249],[-2.104,52.254],[-2.107,52.255],[-2.108,52.259],[-2.111,52.261],[-2.11,52.264],[-2.134,52.267],[-2.133,52.271],[-2.137,52.272],[-2.137,52.275],[-2.139,52.276],[-2.15,52.275],[-2.15,52.279],[-2.148,52.281],[-2.15,52.283],[-2.149,52.286],[-2.151,52.286],[-2.15,52.289],[-2.144,52.288],[-2.14,52.292],[-2.136,52.294],[-2.137,52.297],[-2.138,52.298],[-2.138,52.301],[-2.144,52.303],[-2.139,52.307],[-2.135,52.309],[-2.135,52.312],[-2.142,52.312],[-2.147,52.313],[-2.145,52.316],[-2.147,52.319],[-2.152,52.321],[-2.15,52.325],[-2.144,52.326],[-2.136,52.33],[-2.136,52.333],[-2.138,52.336],[-2.143,52.337],[-2.145,52.34],[-2.143,52.347]]]},"properties":{"Name":"Droitwich and Evesham","ID":"E14001203"},"id":140}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.122,52.557],[-2.128,52.558],[-2.128,52.554],[-2.133,52.554],[-2.135,52.552],[-2.139,52.548],[-2.137,52.547],[-2.135,52.543],[-2.137,52.533],[-2.146,52.529],[-2.152,52.526],[-2.146,52.523],[-2.145,52.521],[-2.145,52.518],[-2.148,52.515],[-2.148,52.512],[-2.151,52.508],[-2.155,52.508],[-2.159,52.506],[-2.153,52.5],[-2.148,52.501],[-2.143,52.502],[-2.143,52.499],[-2.145,52.496],[-2.144,52.493],[-2.136,52.487],[-2.133,52.482],[-2.129,52.482],[-2.124,52.487],[-2.119,52.489],[-2.114,52.495],[-2.113,52.498],[-2.111,52.5],[-2.112,52.502],[-2.105,52.503],[-2.098,52.505],[-2.092,52.5],[-2.086,52.503],[-2.086,52.5],[-2.084,52.497],[-2.075,52.495],[-2.07,52.492],[-2.069,52.496],[-2.063,52.5],[-2.061,52.502],[-2.061,52.507],[-2.057,52.512],[-2.063,52.514],[-2.07,52.521],[-2.076,52.524],[-2.08,52.524],[-2.079,52.529],[-2.078,52.532],[-2.086,52.532],[-2.088,52.537],[-2.093,52.538],[-2.095,52.541],[-2.104,52.542],[-2.108,52.544],[-2.11,52.546],[-2.115,52.549],[-2.122,52.557]]]},"properties":{"Name":"Dudley","ID":"E14001204"},"id":141}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.093,51.472],[-0.096,51.47],[-0.099,51.472],[-0.102,51.47],[-0.113,51.47],[-0.112,51.468],[-0.116,51.461],[-0.114,51.455],[-0.111,51.453],[-0.111,51.445],[-0.109,51.44],[-0.108,51.438],[-0.111,51.437],[-0.118,51.434],[-0.115,51.431],[-0.114,51.425],[-0.115,51.423],[-0.106,51.423],[-0.093,51.423],[-0.086,51.419],[-0.079,51.42],[-0.074,51.426],[-0.074,51.427],[-0.075,51.428],[-0.075,51.43],[-0.073,51.432],[-0.069,51.433],[-0.065,51.436],[-0.063,51.438],[-0.064,51.439],[-0.064,51.441],[-0.065,51.441],[-0.064,51.442],[-0.064,51.444],[-0.068,51.446],[-0.071,51.445],[-0.076,51.45],[-0.077,51.454],[-0.082,51.454],[-0.084,51.456],[-0.079,51.464],[-0.078,51.467],[-0.076,51.469],[-0.084,51.469],[-0.091,51.468],[-0.093,51.472]]]},"properties":{"Name":"Dulwich and West Norwood","ID":"E14001205"},"id":142}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.492,51.906],[-0.496,51.917],[-0.503,51.92],[-0.514,51.923],[-0.512,51.928],[-0.512,51.932],[-0.518,51.935],[-0.518,51.938],[-0.524,51.937],[-0.537,51.937],[-0.542,51.936],[-0.546,51.936],[-0.548,51.942],[-0.552,51.944],[-0.562,51.944],[-0.571,51.943],[-0.573,51.938],[-0.578,51.934],[-0.585,51.933],[-0.591,51.934],[-0.606,51.943],[-0.61,51.945],[-0.634,51.959],[-0.651,51.968],[-0.653,51.967],[-0.654,51.964],[-0.656,51.961],[-0.659,51.96],[-0.662,51.956],[-0.668,51.955],[-0.672,51.956],[-0.673,51.952],[-0.67,51.949],[-0.673,51.946],[-0.679,51.944],[-0.683,51.942],[-0.681,51.939],[-0.683,51.936],[-0.69,51.928],[-0.692,51.922],[-0.702,51.909],[-0.696,51.904],[-0.696,51.902],[-0.693,51.9],[-0.683,51.9],[-0.678,51.902],[-0.674,51.902],[-0.667,51.897],[-0.66,51.895],[-0.657,51.895],[-0.654,51.898],[-0.648,51.901],[-0.646,51.899],[-0.638,51.904],[-0.632,51.909],[-0.627,51.904],[-0.622,51.894],[-0.616,51.889],[-0.611,51.893],[-0.601,51.897],[-0.592,51.897],[-0.583,51.899],[-0.577,51.9],[-0.571,51.899],[-0.569,51.895],[-0.561,51.89],[-0.556,51.89],[-0.544,51.886],[-0.549,51.883],[-0.55,51.878],[-0.546,51.877],[-0.531,51.877],[-0.526,51.874],[-0.522,51.876],[-0.519,51.873],[-0.513,51.87],[-0.506,51.871],[-0.497,51.875],[-0.493,51.875],[-0.495,51.878],[-0.501,51.882],[-0.494,51.885],[-0.496,51.886],[-0.49,51.888],[-0.484,51.888],[-0.485,51.891],[-0.506,51.9],[-0.494,51.906],[-0.492,51.906]]]},"properties":{"Name":"Dunstable and Leighton Buzzard","ID":"E14001206"},"id":143}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.256,51.534],[-0.26,51.535],[-0.267,51.531],[-0.281,51.528],[-0.286,51.529],[-0.289,51.532],[-0.284,51.534],[-0.279,51.533],[-0.278,51.535],[-0.282,51.538],[-0.293,51.535],[-0.297,51.535],[-0.303,51.532],[-0.309,51.531],[-0.308,51.523],[-0.311,51.521],[-0.323,51.521],[-0.323,51.517],[-0.32,51.514],[-0.314,51.514],[-0.313,51.512],[-0.309,51.513],[-0.306,51.511],[-0.305,51.507],[-0.307,51.504],[-0.306,51.498],[-0.301,51.499],[-0.294,51.502],[-0.286,51.501],[-0.281,51.503],[-0.277,51.499],[-0.272,51.495],[-0.268,51.494],[-0.258,51.495],[-0.253,51.5],[-0.254,51.505],[-0.246,51.505],[-0.246,51.507],[-0.235,51.506],[-0.235,51.51],[-0.236,51.514],[-0.23,51.515],[-0.227,51.512],[-0.22,51.512],[-0.221,51.514],[-0.223,51.516],[-0.225,51.518],[-0.226,51.519],[-0.228,51.521],[-0.227,51.525],[-0.227,51.526],[-0.228,51.529],[-0.229,51.53],[-0.228,51.53],[-0.234,51.533],[-0.243,51.532],[-0.251,51.534],[-0.256,51.534]]]},"properties":{"Name":"Ealing Central and Acton","ID":"E14001207"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.336,51.557],[-0.346,51.558],[-0.347,51.559],[-0.362,51.557],[-0.363,51.556],[-0.365,51.556],[-0.376,51.553],[-0.378,51.555],[-0.385,51.551],[-0.394,51.549],[-0.397,51.546],[-0.395,51.543],[-0.405,51.542],[-0.417,51.54],[-0.419,51.538],[-0.414,51.535],[-0.405,51.533],[-0.376,51.529],[-0.375,51.533],[-0.366,51.532],[-0.364,51.529],[-0.359,51.528],[-0.356,51.527],[-0.358,51.523],[-0.351,51.522],[-0.348,51.519],[-0.348,51.516],[-0.351,51.514],[-0.349,51.511],[-0.344,51.511],[-0.338,51.512],[-0.32,51.514],[-0.323,51.517],[-0.323,51.521],[-0.311,51.521],[-0.308,51.523],[-0.309,51.531],[-0.303,51.532],[-0.306,51.534],[-0.306,51.539],[-0.309,51.543],[-0.308,51.546],[-0.313,51.549],[-0.318,51.552],[-0.328,51.555],[-0.336,51.557]]]},"properties":{"Name":"Ealing North","ID":"E14001208"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.32,51.514],[-0.338,51.512],[-0.344,51.511],[-0.349,51.511],[-0.351,51.514],[-0.348,51.516],[-0.348,51.519],[-0.351,51.522],[-0.358,51.523],[-0.356,51.527],[-0.359,51.528],[-0.364,51.529],[-0.366,51.532],[-0.375,51.533],[-0.376,51.529],[-0.376,51.526],[-0.382,51.519],[-0.39,51.513],[-0.393,51.508],[-0.394,51.507],[-0.404,51.503],[-0.407,51.5],[-0.387,51.495],[-0.384,51.495],[-0.378,51.497],[-0.375,51.494],[-0.372,51.49],[-0.365,51.493],[-0.363,51.496],[-0.358,51.498],[-0.35,51.499],[-0.342,51.496],[-0.335,51.496],[-0.33,51.495],[-0.323,51.496],[-0.319,51.494],[-0.316,51.495],[-0.312,51.492],[-0.305,51.495],[-0.306,51.496],[-0.298,51.495],[-0.301,51.499],[-0.306,51.498],[-0.307,51.504],[-0.305,51.507],[-0.306,51.511],[-0.309,51.513],[-0.313,51.512],[-0.314,51.514],[-0.32,51.514]]]},"properties":{"Name":"Ealing Southall","ID":"E14001209"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.989,51.381],[-0.989,51.389],[-0.984,51.388],[-0.978,51.39],[-0.974,51.392],[-0.974,51.387],[-0.972,51.385],[-0.97,51.385],[-0.963,51.388],[-0.96,51.386],[-0.956,51.388],[-0.948,51.388],[-0.941,51.395],[-0.942,51.398],[-0.939,51.401],[-0.936,51.401],[-0.931,51.405],[-0.926,51.407],[-0.927,51.408],[-0.922,51.41],[-0.917,51.415],[-0.911,51.419],[-0.911,51.42],[-0.905,51.421],[-0.895,51.424],[-0.892,51.428],[-0.894,51.431],[-0.898,51.429],[-0.9,51.437],[-0.898,51.439],[-0.89,51.44],[-0.886,51.442],[-0.883,51.447],[-0.878,51.448],[-0.876,51.455],[-0.865,51.461],[-0.866,51.463],[-0.872,51.462],[-0.88,51.462],[-0.882,51.465],[-0.889,51.464],[-0.886,51.468],[-0.89,51.472],[-0.892,51.48],[-0.898,51.486],[-0.898,51.487],[-0.902,51.485],[-0.905,51.485],[-0.91,51.482],[-0.91,51.477],[-0.917,51.474],[-0.92,51.472],[-0.922,51.468],[-0.923,51.467],[-0.93,51.468],[-0.938,51.463],[-0.946,51.46],[-0.949,51.46],[-0.95,51.458],[-0.945,51.457],[-0.939,51.455],[-0.935,51.452],[-0.932,51.448],[-0.928,51.445],[-0.932,51.441],[-0.937,51.444],[-0.945,51.446],[-0.956,51.443],[-0.959,51.44],[-0.957,51.439],[-0.963,51.434],[-0.967,51.437],[-0.968,51.436],[-0.976,51.436],[-0.977,51.435],[-0.984,51.434],[-0.995,51.435],[-0.999,51.437],[-1.001,51.43],[-1.001,51.426],[-1,51.425],[-1,51.42],[-0.998,51.417],[-1,51.416],[-0.999,51.412],[-1.004,51.408],[-1.004,51.404],[-1.009,51.399],[-1.012,51.393],[-1.007,51.391],[-1,51.388],[-0.993,51.384],[-0.989,51.381]]]},"properties":{"Name":"Earley and Woodley","ID":"E14001210"},"id":147}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.242,54.723],[-1.244,54.724],[-1.255,54.732],[-1.259,54.735],[-1.267,54.741],[-1.267,54.743],[-1.277,54.75],[-1.28,54.753],[-1.287,54.757],[-1.292,54.761],[-1.301,54.77],[-1.302,54.772],[-1.309,54.78],[-1.31,54.783],[-1.308,54.786],[-1.311,54.79],[-1.312,54.795],[-1.31,54.799],[-1.313,54.81],[-1.313,54.812],[-1.319,54.82],[-1.319,54.824],[-1.323,54.83],[-1.326,54.832],[-1.325,54.835],[-1.328,54.839],[-1.336,54.844],[-1.345,54.855],[-1.347,54.861],[-1.354,54.86],[-1.36,54.858],[-1.369,54.858],[-1.374,54.854],[-1.381,54.847],[-1.384,54.848],[-1.387,54.847],[-1.393,54.846],[-1.4,54.847],[-1.405,54.845],[-1.414,54.845],[-1.412,54.842],[-1.422,54.839],[-1.421,54.834],[-1.416,54.831],[-1.417,54.829],[-1.413,54.825],[-1.414,54.82],[-1.418,54.818],[-1.419,54.814],[-1.421,54.813],[-1.424,54.803],[-1.429,54.801],[-1.438,54.801],[-1.437,54.796],[-1.448,54.789],[-1.454,54.79],[-1.464,54.791],[-1.468,54.791],[-1.468,54.786],[-1.469,54.782],[-1.472,54.779],[-1.468,54.779],[-1.457,54.772],[-1.459,54.77],[-1.458,54.765],[-1.462,54.763],[-1.459,54.761],[-1.454,54.753],[-1.458,54.748],[-1.457,54.747],[-1.459,54.743],[-1.458,54.739],[-1.465,54.737],[-1.463,54.734],[-1.454,54.733],[-1.448,54.734],[-1.446,54.733],[-1.438,54.733],[-1.431,54.733],[-1.425,54.73],[-1.422,54.731],[-1.415,54.73],[-1.414,54.727],[-1.409,54.728],[-1.406,54.726],[-1.406,54.722],[-1.402,54.722],[-1.395,54.719],[-1.398,54.717],[-1.401,54.711],[-1.4,54.707],[-1.396,54.704],[-1.402,54.7],[-1.399,54.697],[-1.397,54.696],[-1.4,54.692],[-1.398,54.688],[-1.39,54.683],[-1.381,54.684],[-1.379,54.687],[-1.374,54.69],[-1.372,54.692],[-1.363,54.692],[-1.345,54.691],[-1.333,54.692],[-1.329,54.69],[-1.328,54.691],[-1.319,54.691],[-1.319,54.693],[-1.313,54.696],[-1.314,54.701],[-1.309,54.702],[-1.303,54.706],[-1.304,54.708],[-1.301,54.71],[-1.306,54.715],[-1.304,54.719],[-1.295,54.719],[-1.29,54.718],[-1.281,54.723],[-1.271,54.727],[-1.257,54.726],[-1.256,54.722],[-1.252,54.72],[-1.248,54.722],[-1.243,54.722],[-1.242,54.723]]]},"properties":{"Name":"Easington","ID":"E14001211"},"id":148}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.013,50.892],[0.01,50.895],[0,50.889],[0.009,50.888],[0.011,50.887],[0.016,50.888],[0.015,50.89],[0.014,50.891],[0.013,50.892]]],[[[0.012,50.893],[0.013,50.897],[0.01,50.895],[0.012,50.893]]],[[[0.027,51.14],[0.023,51.139],[0.02,51.14],[0.017,51.139],[0.007,51.139],[0.001,51.14],[-0.006,51.138],[-0.01,51.138],[-0.017,51.141],[-0.02,51.139],[-0.025,51.139],[-0.041,51.14],[-0.046,51.139],[-0.056,51.137],[-0.063,51.141],[-0.067,51.141],[-0.076,51.142],[-0.085,51.143],[-0.094,51.138],[-0.109,51.139],[-0.115,51.141],[-0.131,51.139],[-0.132,51.141],[-0.138,51.142],[-0.14,51.135],[-0.139,51.132],[-0.141,51.128],[-0.141,51.124],[-0.137,51.117],[-0.137,51.112],[-0.14,51.108],[-0.148,51.101],[-0.154,51.096],[-0.161,51.093],[-0.174,51.089],[-0.192,51.088],[-0.196,51.085],[-0.201,51.085],[-0.208,51.086],[-0.212,51.087],[-0.211,51.079],[-0.213,51.072],[-0.211,51.068],[-0.212,51.064],[-0.218,51.064],[-0.219,51.062],[-0.223,51.06],[-0.223,51.057],[-0.219,51.052],[-0.222,51.048],[-0.225,51.045],[-0.227,51.042],[-0.222,51.041],[-0.219,51.038],[-0.21,51.038],[-0.202,51.038],[-0.194,51.039],[-0.194,51.044],[-0.198,51.047],[-0.193,51.049],[-0.197,51.051],[-0.194,51.055],[-0.197,51.058],[-0.193,51.06],[-0.189,51.059],[-0.18,51.055],[-0.179,51.058],[-0.175,51.059],[-0.173,51.06],[-0.167,51.059],[-0.166,51.054],[-0.164,51.053],[-0.162,51.049],[-0.162,51.045],[-0.164,51.042],[-0.156,51.042],[-0.156,51.038],[-0.155,51.037],[-0.141,51.037],[-0.135,51.038],[-0.13,51.04],[-0.125,51.04],[-0.124,51.037],[-0.117,51.034],[-0.112,51.035],[-0.111,51.032],[-0.112,51.024],[-0.108,51.024],[-0.106,51.018],[-0.102,51.019],[-0.09,51.018],[-0.084,51.019],[-0.079,51.017],[-0.077,51.02],[-0.072,51.017],[-0.067,51.01],[-0.063,51.007],[-0.057,51.008],[-0.055,51.008],[-0.051,51.004],[-0.058,51.004],[-0.062,51.002],[-0.066,51.001],[-0.073,50.998],[-0.07,50.996],[-0.071,50.991],[-0.074,50.992],[-0.084,50.991],[-0.092,50.983],[-0.094,50.979],[-0.102,50.98],[-0.109,50.98],[-0.112,50.976],[-0.115,50.976],[-0.116,50.973],[-0.116,50.967],[-0.111,50.968],[-0.109,50.965],[-0.106,50.963],[-0.103,50.962],[-0.102,50.961],[-0.097,50.961],[-0.089,50.963],[-0.081,50.962],[-0.082,50.959],[-0.083,50.949],[-0.078,50.95],[-0.072,50.95],[-0.068,50.955],[-0.069,50.961],[-0.061,50.96],[-0.058,50.961],[-0.056,50.958],[-0.048,50.958],[-0.052,50.953],[-0.051,50.947],[-0.049,50.946],[-0.037,50.946],[-0.037,50.941],[-0.031,50.94],[-0.03,50.937],[-0.033,50.929],[-0.029,50.924],[-0.025,50.924],[-0.021,50.925],[-0.016,50.928],[-0.014,50.924],[-0.015,50.92],[-0.016,50.913],[-0.023,50.912],[-0.025,50.908],[-0.027,50.901],[-0.025,50.9],[-0.026,50.898],[-0.026,50.893],[-0.033,50.896],[-0.04,50.894],[-0.045,50.884],[-0.045,50.88],[-0.037,50.883],[-0.03,50.885],[-0.022,50.884],[-0.017,50.88],[-0.008,50.883],[-0.009,50.886],[-0.008,50.888],[-0.003,50.887],[-0.001,50.889],[0.011,50.896],[0.017,50.898],[0.018,50.897],[0.019,50.898],[0.02,50.898],[0.021,50.903],[0.022,50.903],[0.023,50.904],[0.024,50.904],[0.027,50.905],[0.03,50.904],[0.034,50.906],[0.034,50.907],[0.033,50.911],[0.032,50.912],[0.03,50.913],[0.033,50.915],[0.043,50.913],[0.05,50.916],[0.047,50.921],[0.048,50.923],[0.052,50.923],[0.057,50.926],[0.068,50.925],[0.072,50.923],[0.079,50.922],[0.082,50.92],[0.089,50.919],[0.09,50.921],[0.096,50.923],[0.106,50.919],[0.111,50.916],[0.117,50.915],[0.121,50.921],[0.116,50.923],[0.114,50.927],[0.114,50.929],[0.11,50.931],[0.109,50.934],[0.111,50.936],[0.119,50.941],[0.114,50.943],[0.106,50.946],[0.101,50.949],[0.102,50.951],[0.107,50.95],[0.111,50.956],[0.112,50.96],[0.108,50.967],[0.105,50.968],[0.105,50.97],[0.117,50.976],[0.123,50.98],[0.129,50.979],[0.131,50.981],[0.136,50.98],[0.139,50.981],[0.141,50.978],[0.147,50.979],[0.153,50.975],[0.162,50.977],[0.156,50.98],[0.157,50.982],[0.154,50.984],[0.154,50.988],[0.153,50.992],[0.157,50.992],[0.159,50.994],[0.158,50.995],[0.162,51],[0.159,51.005],[0.157,51.008],[0.157,51.014],[0.152,51.015],[0.151,51.018],[0.152,51.021],[0.153,51.024],[0.148,51.026],[0.147,51.028],[0.141,51.031],[0.134,51.039],[0.135,51.041],[0.131,51.043],[0.125,51.044],[0.119,51.047],[0.117,51.046],[0.114,51.048],[0.11,51.047],[0.106,51.048],[0.101,51.044],[0.093,51.045],[0.087,51.048],[0.082,51.047],[0.072,51.045],[0.066,51.048],[0.068,51.05],[0.065,51.054],[0.067,51.058],[0.067,51.062],[0.06,51.062],[0.056,51.063],[0.052,51.065],[0.045,51.066],[0.04,51.068],[0.033,51.069],[0.032,51.072],[0.035,51.073],[0.042,51.072],[0.047,51.076],[0.051,51.078],[0.056,51.082],[0.05,51.085],[0.047,51.086],[0.051,51.091],[0.05,51.094],[0.054,51.094],[0.053,51.097],[0.049,51.097],[0.049,51.101],[0.042,51.101],[0.04,51.099],[0.032,51.102],[0.019,51.104],[0.021,51.107],[0.026,51.109],[0.035,51.109],[0.038,51.11],[0.037,51.115],[0.028,51.118],[0.027,51.122],[0.025,51.123],[0.026,51.127],[0.025,51.128],[0.026,51.132],[0.028,51.133],[0.027,51.138],[0.027,51.14]]]]},"properties":{"Name":"East Grinstead and Uckfield","ID":"E14001212"},"id":149}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.064,51.557],[0.06,51.556],[0.057,51.558],[0.05,51.564],[0.042,51.561],[0.043,51.558],[0.046,51.555],[0.035,51.555],[0.035,51.551],[0.036,51.548],[0.031,51.547],[0.032,51.54],[0.035,51.535],[0.033,51.535],[0.038,51.53],[0.041,51.52],[0.045,51.52],[0.052,51.52],[0.058,51.52],[0.08,51.528],[0.075,51.53],[0.072,51.532],[0.067,51.54],[0.068,51.544],[0.069,51.547],[0.068,51.553],[0.064,51.557]]]},"properties":{"Name":"East Ham","ID":"E14001213"},"id":150}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.065,51.205],[-1.064,51.209],[-1.069,51.221],[-1.068,51.225],[-1.073,51.225],[-1.076,51.223],[-1.084,51.224],[-1.087,51.223],[-1.091,51.221],[-1.091,51.225],[-1.092,51.231],[-1.095,51.231],[-1.098,51.233],[-1.112,51.232],[-1.11,51.238],[-1.131,51.227],[-1.139,51.224],[-1.149,51.222],[-1.156,51.224],[-1.159,51.225],[-1.162,51.224],[-1.174,51.213],[-1.182,51.208],[-1.191,51.203],[-1.197,51.202],[-1.204,51.201],[-1.21,51.199],[-1.23,51.194],[-1.241,51.192],[-1.249,51.191],[-1.242,51.191],[-1.231,51.191],[-1.225,51.189],[-1.221,51.186],[-1.207,51.181],[-1.202,51.185],[-1.198,51.184],[-1.192,51.185],[-1.19,51.182],[-1.193,51.179],[-1.189,51.177],[-1.182,51.175],[-1.182,51.171],[-1.187,51.165],[-1.194,51.163],[-1.197,51.161],[-1.205,51.162],[-1.212,51.159],[-1.214,51.159],[-1.213,51.152],[-1.209,51.15],[-1.201,51.15],[-1.19,51.147],[-1.184,51.144],[-1.184,51.141],[-1.187,51.138],[-1.177,51.134],[-1.174,51.134],[-1.168,51.135],[-1.162,51.135],[-1.156,51.136],[-1.151,51.136],[-1.152,51.139],[-1.143,51.141],[-1.132,51.144],[-1.13,51.139],[-1.123,51.139],[-1.111,51.137],[-1.102,51.14],[-1.095,51.14],[-1.095,51.133],[-1.092,51.13],[-1.095,51.126],[-1.094,51.122],[-1.091,51.12],[-1.091,51.112],[-1.092,51.11],[-1.081,51.109],[-1.075,51.108],[-1.083,51.103],[-1.083,51.099],[-1.086,51.097],[-1.095,51.095],[-1.1,51.092],[-1.106,51.091],[-1.108,51.089],[-1.108,51.086],[-1.106,51.081],[-1.107,51.079],[-1.101,51.074],[-1.1,51.072],[-1.092,51.067],[-1.095,51.065],[-1.094,51.063],[-1.089,51.061],[-1.088,51.059],[-1.09,51.054],[-1.085,51.051],[-1.082,51.047],[-1.076,51.048],[-1.069,51.047],[-1.062,51.045],[-1.06,51.047],[-1.056,51.047],[-1.055,51.046],[-1.065,51.042],[-1.074,51.034],[-1.073,51.031],[-1.065,51.031],[-1.062,51.02],[-1.064,51.017],[-1.065,51.012],[-1.067,51.012],[-1.069,51.009],[-1.068,51.004],[-1.069,51],[-1.07,50.994],[-1.067,50.99],[-1.067,50.986],[-1.066,50.985],[-1.063,50.978],[-1.061,50.978],[-1.056,50.978],[-1.054,50.972],[-1.052,50.97],[-1.045,50.969],[-1.046,50.966],[-1.045,50.964],[-1.046,50.959],[-1.046,50.954],[-1.041,50.952],[-1.036,50.952],[-1.038,50.945],[-1.037,50.944],[-1.037,50.938],[-1.038,50.933],[-1.037,50.932],[-1.039,50.928],[-1.036,50.922],[-1.039,50.919],[-1.045,50.915],[-1.048,50.903],[-1.041,50.903],[-1.029,50.905],[-1.024,50.906],[-1.026,50.909],[-1.019,50.909],[-1.018,50.904],[-1.012,50.902],[-1.011,50.904],[-1.001,50.899],[-1.005,50.897],[-0.999,50.895],[-0.992,50.892],[-0.979,50.878],[-0.968,50.877],[-0.968,50.873],[-0.96,50.872],[-0.964,50.867],[-0.954,50.868],[-0.941,50.873],[-0.939,50.874],[-0.941,50.878],[-0.945,50.88],[-0.947,50.884],[-0.951,50.886],[-0.958,50.891],[-0.956,50.891],[-0.952,50.897],[-0.95,50.898],[-0.95,50.905],[-0.946,50.911],[-0.943,50.913],[-0.939,50.919],[-0.925,50.923],[-0.924,50.924],[-0.928,50.928],[-0.928,50.931],[-0.931,50.935],[-0.937,50.942],[-0.939,50.944],[-0.932,50.945],[-0.93,50.948],[-0.929,50.952],[-0.929,50.958],[-0.925,50.962],[-0.92,50.965],[-0.915,50.971],[-0.918,50.978],[-0.915,50.981],[-0.912,50.987],[-0.908,50.991],[-0.908,50.994],[-0.904,50.999],[-0.9,51.001],[-0.896,51.001],[-0.893,51.003],[-0.894,51.007],[-0.898,51.01],[-0.897,51.016],[-0.899,51.018],[-0.897,51.022],[-0.895,51.023],[-0.888,51.026],[-0.883,51.027],[-0.877,51.031],[-0.867,51.039],[-0.861,51.042],[-0.853,51.045],[-0.851,51.049],[-0.85,51.056],[-0.85,51.059],[-0.855,51.064],[-0.862,51.063],[-0.865,51.063],[-0.873,51.059],[-0.874,51.058],[-0.886,51.057],[-0.89,51.054],[-0.896,51.054],[-0.9,51.056],[-0.9,51.058],[-0.904,51.063],[-0.907,51.067],[-0.919,51.07],[-0.914,51.078],[-0.91,51.083],[-0.9,51.085],[-0.896,51.081],[-0.898,51.078],[-0.89,51.075],[-0.888,51.076],[-0.888,51.08],[-0.884,51.082],[-0.883,51.085],[-0.88,51.086],[-0.882,51.093],[-0.88,51.097],[-0.883,51.099],[-0.884,51.102],[-0.887,51.102],[-0.89,51.104],[-0.896,51.106],[-0.89,51.111],[-0.89,51.115],[-0.887,51.117],[-0.888,51.121],[-0.886,51.123],[-0.885,51.126],[-0.881,51.132],[-0.879,51.134],[-0.873,51.132],[-0.869,51.134],[-0.866,51.134],[-0.86,51.138],[-0.856,51.138],[-0.852,51.14],[-0.851,51.142],[-0.853,51.146],[-0.849,51.146],[-0.844,51.144],[-0.841,51.142],[-0.836,51.142],[-0.833,51.144],[-0.834,51.148],[-0.831,51.156],[-0.831,51.16],[-0.829,51.168],[-0.825,51.181],[-0.83,51.188],[-0.835,51.191],[-0.837,51.194],[-0.843,51.199],[-0.847,51.206],[-0.847,51.209],[-0.849,51.211],[-0.851,51.211],[-0.868,51.213],[-0.872,51.213],[-0.881,51.21],[-0.895,51.21],[-0.903,51.209],[-0.906,51.207],[-0.909,51.205],[-0.912,51.206],[-0.92,51.205],[-0.921,51.204],[-0.93,51.203],[-0.932,51.203],[-0.949,51.199],[-0.951,51.2],[-0.957,51.196],[-0.963,51.194],[-0.965,51.19],[-0.969,51.187],[-0.974,51.186],[-0.977,51.188],[-0.988,51.191],[-0.997,51.19],[-1.004,51.189],[-1.008,51.19],[-1.013,51.188],[-1.023,51.19],[-1.036,51.191],[-1.044,51.19],[-1.05,51.188],[-1.052,51.189],[-1.062,51.189],[-1.062,51.191],[-1.071,51.188],[-1.069,51.193],[-1.071,51.194],[-1.065,51.198],[-1.065,51.2],[-1.065,51.205]]]},"properties":{"Name":"East Hampshire","ID":"E14001214"},"id":151}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.002,51.329],[-0.002,51.33],[-0.007,51.333],[-0.011,51.334],[-0.013,51.332],[-0.018,51.333],[-0.021,51.338],[-0.025,51.339],[-0.033,51.337],[-0.038,51.339],[-0.042,51.334],[-0.05,51.333],[-0.051,51.332],[-0.048,51.327],[-0.052,51.322],[-0.056,51.322],[-0.064,51.319],[-0.07,51.319],[-0.071,51.321],[-0.079,51.32],[-0.079,51.318],[-0.085,51.316],[-0.082,51.313],[-0.082,51.311],[-0.089,51.307],[-0.091,51.301],[-0.094,51.299],[-0.111,51.292],[-0.115,51.292],[-0.118,51.287],[-0.124,51.287],[-0.126,51.289],[-0.13,51.293],[-0.131,51.295],[-0.137,51.301],[-0.141,51.3],[-0.151,51.301],[-0.153,51.295],[-0.158,51.295],[-0.164,51.29],[-0.163,51.286],[-0.17,51.277],[-0.172,51.27],[-0.17,51.268],[-0.16,51.269],[-0.157,51.268],[-0.157,51.264],[-0.155,51.262],[-0.16,51.259],[-0.156,51.255],[-0.15,51.254],[-0.146,51.25],[-0.143,51.246],[-0.146,51.24],[-0.145,51.238],[-0.148,51.234],[-0.152,51.235],[-0.155,51.231],[-0.153,51.226],[-0.147,51.22],[-0.144,51.214],[-0.145,51.211],[-0.137,51.212],[-0.136,51.211],[-0.138,51.207],[-0.137,51.2],[-0.139,51.193],[-0.143,51.19],[-0.144,51.187],[-0.139,51.182],[-0.137,51.181],[-0.135,51.177],[-0.129,51.175],[-0.128,51.166],[-0.128,51.163],[-0.136,51.161],[-0.14,51.16],[-0.133,51.159],[-0.136,51.154],[-0.136,51.148],[-0.138,51.142],[-0.132,51.141],[-0.131,51.139],[-0.115,51.141],[-0.109,51.139],[-0.094,51.138],[-0.085,51.143],[-0.076,51.142],[-0.067,51.141],[-0.063,51.141],[-0.056,51.137],[-0.046,51.139],[-0.041,51.14],[-0.025,51.139],[-0.02,51.139],[-0.017,51.141],[-0.01,51.138],[-0.006,51.138],[0.001,51.14],[0.007,51.139],[0.017,51.139],[0.02,51.14],[0.023,51.139],[0.027,51.14],[0.038,51.14],[0.046,51.142],[0.05,51.143],[0.054,51.148],[0.055,51.15],[0.051,51.152],[0.051,51.157],[0.049,51.159],[0.047,51.162],[0.046,51.169],[0.047,51.174],[0.052,51.178],[0.053,51.18],[0.05,51.185],[0.047,51.186],[0.045,51.189],[0.048,51.191],[0.044,51.192],[0.039,51.198],[0.039,51.201],[0.036,51.204],[0.037,51.207],[0.034,51.211],[0.034,51.214],[0.036,51.217],[0.041,51.217],[0.043,51.22],[0.043,51.225],[0.042,51.227],[0.046,51.233],[0.052,51.236],[0.054,51.238],[0.058,51.248],[0.057,51.251],[0.054,51.254],[0.052,51.263],[0.05,51.266],[0.05,51.268],[0.046,51.274],[0.045,51.278],[0.048,51.286],[0.047,51.289],[0.042,51.293],[0.043,51.297],[0.043,51.301],[0.037,51.306],[0.033,51.308],[0.025,51.302],[0.021,51.297],[0.019,51.292],[0.015,51.292],[0.011,51.302],[0.008,51.31],[0.01,51.316],[0.007,51.316],[0.005,51.322],[0.002,51.329]]]},"properties":{"Name":"East Surrey","ID":"E14001215"},"id":152}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.358,51.311],[1.363,51.314],[1.361,51.317],[1.362,51.32],[1.366,51.324],[1.37,51.326],[1.372,51.326],[1.377,51.33],[1.379,51.33],[1.388,51.327],[1.4,51.326],[1.409,51.327],[1.411,51.324],[1.414,51.325],[1.415,51.327],[1.421,51.331],[1.426,51.332],[1.426,51.333],[1.433,51.339],[1.439,51.346],[1.44,51.348],[1.442,51.35],[1.444,51.354],[1.443,51.358],[1.446,51.359],[1.445,51.363],[1.446,51.368],[1.448,51.37],[1.45,51.378],[1.446,51.38],[1.445,51.383],[1.441,51.385],[1.442,51.387],[1.435,51.389],[1.425,51.394],[1.419,51.392],[1.409,51.392],[1.384,51.393],[1.381,51.391],[1.379,51.388],[1.374,51.387],[1.374,51.384],[1.376,51.382],[1.374,51.38],[1.376,51.378],[1.375,51.376],[1.369,51.374],[1.385,51.369],[1.384,51.368],[1.389,51.365],[1.393,51.361],[1.39,51.36],[1.386,51.36],[1.385,51.353],[1.384,51.353],[1.383,51.342],[1.38,51.339],[1.38,51.336],[1.369,51.336],[1.37,51.338],[1.361,51.338],[1.359,51.328],[1.36,51.325],[1.352,51.313],[1.358,51.311]]]},"properties":{"Name":"East Thanet","ID":"E14001216"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.691,51.584],[-1.694,51.581],[-1.698,51.58],[-1.702,51.577],[-1.718,51.574],[-1.72,51.574],[-1.73,51.572],[-1.723,51.567],[-1.721,51.564],[-1.719,51.56],[-1.721,51.548],[-1.723,51.541],[-1.724,51.541],[-1.732,51.543],[-1.729,51.537],[-1.724,51.534],[-1.725,51.527],[-1.731,51.528],[-1.74,51.529],[-1.756,51.53],[-1.764,51.531],[-1.77,51.53],[-1.771,51.533],[-1.781,51.537],[-1.795,51.54],[-1.797,51.544],[-1.797,51.546],[-1.806,51.55],[-1.808,51.549],[-1.812,51.553],[-1.821,51.549],[-1.831,51.545],[-1.839,51.542],[-1.844,51.543],[-1.844,51.538],[-1.839,51.526],[-1.837,51.524],[-1.835,51.519],[-1.833,51.519],[-1.83,51.515],[-1.831,51.511],[-1.837,51.511],[-1.838,51.516],[-1.844,51.522],[-1.841,51.524],[-1.843,51.526],[-1.847,51.524],[-1.842,51.516],[-1.845,51.515],[-1.844,51.512],[-1.841,51.509],[-1.838,51.501],[-1.832,51.501],[-1.828,51.505],[-1.823,51.505],[-1.814,51.507],[-1.813,51.505],[-1.814,51.501],[-1.811,51.5],[-1.813,51.497],[-1.809,51.494],[-1.803,51.488],[-1.798,51.484],[-1.805,51.481],[-1.812,51.475],[-1.811,51.474],[-1.812,51.467],[-1.812,51.464],[-1.813,51.461],[-1.822,51.459],[-1.823,51.463],[-1.839,51.465],[-1.845,51.467],[-1.849,51.466],[-1.858,51.466],[-1.866,51.465],[-1.878,51.467],[-1.886,51.467],[-1.892,51.467],[-1.898,51.464],[-1.893,51.46],[-1.893,51.458],[-1.889,51.456],[-1.893,51.454],[-1.892,51.453],[-1.888,51.447],[-1.879,51.443],[-1.882,51.439],[-1.901,51.424],[-1.902,51.422],[-1.907,51.422],[-1.913,51.419],[-1.917,51.414],[-1.915,51.413],[-1.893,51.414],[-1.884,51.407],[-1.877,51.404],[-1.88,51.394],[-1.884,51.386],[-1.892,51.383],[-1.905,51.373],[-1.909,51.371],[-1.92,51.365],[-1.919,51.363],[-1.923,51.36],[-1.922,51.356],[-1.921,51.354],[-1.922,51.352],[-1.916,51.347],[-1.911,51.346],[-1.907,51.342],[-1.908,51.34],[-1.913,51.329],[-1.905,51.323],[-1.9,51.323],[-1.902,51.32],[-1.91,51.315],[-1.909,51.31],[-1.91,51.304],[-1.917,51.302],[-1.915,51.296],[-1.915,51.293],[-1.912,51.283],[-1.906,51.273],[-1.897,51.262],[-1.898,51.248],[-1.895,51.242],[-1.902,51.244],[-1.91,51.251],[-1.913,51.252],[-1.926,51.247],[-1.931,51.246],[-1.934,51.245],[-1.941,51.245],[-1.952,51.246],[-1.968,51.25],[-1.977,51.245],[-1.978,51.243],[-1.973,51.238],[-1.986,51.235],[-1.992,51.235],[-1.999,51.234],[-2.005,51.235],[-2.007,51.232],[-2.001,51.23],[-1.991,51.229],[-1.993,51.214],[-1.986,51.218],[-1.977,51.218],[-1.972,51.208],[-1.961,51.208],[-1.957,51.208],[-1.956,51.201],[-1.957,51.195],[-1.956,51.193],[-1.969,51.189],[-1.974,51.188],[-1.988,51.186],[-1.991,51.185],[-1.981,51.18],[-1.968,51.173],[-1.96,51.17],[-1.956,51.168],[-1.951,51.165],[-1.951,51.163],[-1.942,51.161],[-1.936,51.159],[-1.936,51.156],[-1.932,51.152],[-1.929,51.147],[-1.926,51.145],[-1.921,51.143],[-1.917,51.141],[-1.92,51.132],[-1.917,51.131],[-1.912,51.128],[-1.921,51.13],[-1.922,51.127],[-1.926,51.124],[-1.925,51.12],[-1.926,51.119],[-1.933,51.116],[-1.933,51.114],[-1.94,51.112],[-1.932,51.112],[-1.929,51.115],[-1.925,51.115],[-1.917,51.118],[-1.912,51.119],[-1.91,51.117],[-1.915,51.113],[-1.914,51.111],[-1.91,51.111],[-1.904,51.108],[-1.905,51.106],[-1.903,51.104],[-1.899,51.103],[-1.893,51.101],[-1.896,51.098],[-1.89,51.096],[-1.877,51.1],[-1.873,51.098],[-1.871,51.092],[-1.866,51.092],[-1.866,51.094],[-1.86,51.096],[-1.857,51.093],[-1.85,51.093],[-1.842,51.098],[-1.841,51.099],[-1.843,51.102],[-1.841,51.103],[-1.827,51.091],[-1.821,51.093],[-1.816,51.098],[-1.808,51.1],[-1.812,51.107],[-1.805,51.111],[-1.795,51.106],[-1.792,51.11],[-1.789,51.119],[-1.786,51.127],[-1.78,51.136],[-1.774,51.143],[-1.767,51.15],[-1.768,51.152],[-1.762,51.152],[-1.754,51.153],[-1.751,51.157],[-1.745,51.161],[-1.74,51.163],[-1.734,51.165],[-1.73,51.17],[-1.727,51.17],[-1.715,51.17],[-1.712,51.174],[-1.713,51.181],[-1.708,51.182],[-1.705,51.181],[-1.702,51.183],[-1.705,51.187],[-1.705,51.194],[-1.703,51.196],[-1.698,51.199],[-1.693,51.203],[-1.694,51.204],[-1.691,51.207],[-1.69,51.215],[-1.674,51.216],[-1.673,51.217],[-1.667,51.217],[-1.653,51.22],[-1.637,51.218],[-1.634,51.218],[-1.631,51.224],[-1.628,51.226],[-1.626,51.231],[-1.622,51.235],[-1.619,51.241],[-1.614,51.241],[-1.61,51.243],[-1.611,51.246],[-1.608,51.249],[-1.607,51.252],[-1.601,51.251],[-1.6,51.254],[-1.588,51.253],[-1.584,51.255],[-1.578,51.256],[-1.572,51.255],[-1.564,51.252],[-1.557,51.249],[-1.549,51.248],[-1.544,51.245],[-1.536,51.249],[-1.531,51.255],[-1.53,51.26],[-1.531,51.263],[-1.537,51.261],[-1.541,51.261],[-1.539,51.268],[-1.537,51.27],[-1.537,51.277],[-1.543,51.281],[-1.535,51.287],[-1.529,51.286],[-1.523,51.287],[-1.524,51.293],[-1.52,51.296],[-1.521,51.298],[-1.525,51.297],[-1.528,51.3],[-1.525,51.307],[-1.527,51.309],[-1.527,51.311],[-1.528,51.314],[-1.534,51.316],[-1.533,51.321],[-1.532,51.327],[-1.531,51.329],[-1.527,51.331],[-1.528,51.334],[-1.528,51.338],[-1.521,51.338],[-1.516,51.339],[-1.511,51.335],[-1.498,51.329],[-1.497,51.333],[-1.491,51.341],[-1.487,51.345],[-1.486,51.349],[-1.491,51.352],[-1.494,51.352],[-1.501,51.356],[-1.499,51.363],[-1.495,51.368],[-1.495,51.37],[-1.502,51.369],[-1.513,51.372],[-1.515,51.377],[-1.517,51.379],[-1.521,51.379],[-1.526,51.378],[-1.529,51.381],[-1.538,51.386],[-1.538,51.388],[-1.546,51.391],[-1.549,51.395],[-1.555,51.396],[-1.556,51.398],[-1.554,51.402],[-1.554,51.403],[-1.553,51.41],[-1.562,51.408],[-1.563,51.413],[-1.57,51.415],[-1.571,51.416],[-1.568,51.42],[-1.563,51.421],[-1.558,51.421],[-1.546,51.423],[-1.544,51.425],[-1.539,51.426],[-1.533,51.426],[-1.527,51.424],[-1.528,51.428],[-1.532,51.43],[-1.528,51.435],[-1.524,51.441],[-1.524,51.447],[-1.525,51.45],[-1.529,51.454],[-1.546,51.459],[-1.549,51.461],[-1.551,51.465],[-1.556,51.467],[-1.559,51.47],[-1.561,51.476],[-1.567,51.477],[-1.568,51.482],[-1.57,51.486],[-1.574,51.487],[-1.579,51.491],[-1.583,51.496],[-1.582,51.501],[-1.586,51.502],[-1.588,51.514],[-1.585,51.525],[-1.589,51.524],[-1.59,51.522],[-1.594,51.52],[-1.603,51.518],[-1.608,51.529],[-1.612,51.533],[-1.614,51.537],[-1.624,51.544],[-1.632,51.553],[-1.634,51.553],[-1.639,51.559],[-1.644,51.564],[-1.648,51.572],[-1.655,51.577],[-1.658,51.574],[-1.663,51.574],[-1.677,51.569],[-1.68,51.573],[-1.683,51.573],[-1.688,51.579],[-1.689,51.582],[-1.691,51.584]]]},"properties":{"Name":"East Wiltshire","ID":"E14001217"},"id":154}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.245,50.864],[-0.248,50.864],[-0.25,50.871],[-0.259,50.871],[-0.257,50.867],[-0.257,50.862],[-0.262,50.862],[-0.269,50.864],[-0.28,50.863],[-0.286,50.864],[-0.293,50.863],[-0.3,50.865],[-0.299,50.861],[-0.294,50.86],[-0.293,50.857],[-0.295,50.854],[-0.29,50.851],[-0.292,50.848],[-0.287,50.846],[-0.287,50.841],[-0.282,50.834],[-0.279,50.832],[-0.275,50.831],[-0.271,50.832],[-0.262,50.832],[-0.247,50.831],[-0.238,50.831],[-0.237,50.829],[-0.229,50.829],[-0.216,50.828],[-0.215,50.831],[-0.225,50.841],[-0.229,50.846],[-0.231,50.848],[-0.236,50.853],[-0.236,50.858],[-0.239,50.859],[-0.24,50.862],[-0.245,50.864]]],[[[-0.365,50.875],[-0.37,50.873],[-0.371,50.87],[-0.368,50.867],[-0.367,50.863],[-0.367,50.861],[-0.378,50.861],[-0.383,50.863],[-0.388,50.86],[-0.392,50.86],[-0.403,50.856],[-0.405,50.855],[-0.402,50.849],[-0.399,50.845],[-0.399,50.84],[-0.398,50.839],[-0.393,50.839],[-0.391,50.837],[-0.392,50.828],[-0.392,50.824],[-0.388,50.824],[-0.387,50.819],[-0.372,50.819],[-0.364,50.82],[-0.362,50.817],[-0.362,50.812],[-0.36,50.811],[-0.344,50.814],[-0.336,50.816],[-0.328,50.819],[-0.309,50.822],[-0.304,50.823],[-0.291,50.825],[-0.278,50.827],[-0.273,50.827],[-0.25,50.826],[-0.252,50.83],[-0.267,50.831],[-0.278,50.829],[-0.283,50.833],[-0.289,50.839],[-0.289,50.846],[-0.292,50.847],[-0.291,50.851],[-0.295,50.854],[-0.293,50.859],[-0.296,50.86],[-0.302,50.861],[-0.301,50.864],[-0.299,50.866],[-0.308,50.867],[-0.311,50.865],[-0.32,50.865],[-0.326,50.864],[-0.34,50.863],[-0.349,50.864],[-0.349,50.866],[-0.355,50.869],[-0.36,50.873],[-0.365,50.875]]]]},"properties":{"Name":"East Worthing and Shoreham","ID":"E14001218"},"id":155}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.314,50.809],[0.31,50.808],[0.3,50.81],[0.3,50.813],[0.289,50.813],[0.285,50.812],[0.28,50.809],[0.276,50.805],[0.271,50.81],[0.267,50.811],[0.261,50.806],[0.262,50.802],[0.254,50.799],[0.25,50.799],[0.25,50.801],[0.246,50.803],[0.23,50.801],[0.227,50.799],[0.233,50.797],[0.232,50.793],[0.23,50.787],[0.228,50.783],[0.223,50.78],[0.217,50.775],[0.215,50.764],[0.217,50.762],[0.214,50.76],[0.217,50.757],[0.209,50.751],[0.215,50.744],[0.211,50.743],[0.21,50.738],[0.218,50.737],[0.223,50.737],[0.229,50.736],[0.243,50.735],[0.247,50.736],[0.258,50.738],[0.262,50.741],[0.266,50.746],[0.272,50.753],[0.277,50.756],[0.286,50.76],[0.288,50.763],[0.296,50.77],[0.303,50.775],[0.31,50.779],[0.319,50.782],[0.329,50.785],[0.331,50.788],[0.331,50.79],[0.339,50.799],[0.334,50.802],[0.33,50.805],[0.327,50.805],[0.323,50.807],[0.318,50.807],[0.314,50.809]]]},"properties":{"Name":"Eastbourne","ID":"E14001219"},"id":156}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.291,50.947],[-1.292,50.949],[-1.283,50.956],[-1.282,50.959],[-1.276,50.962],[-1.272,50.962],[-1.269,50.967],[-1.266,50.968],[-1.26,50.974],[-1.258,50.978],[-1.263,50.98],[-1.267,50.98],[-1.268,50.979],[-1.272,50.979],[-1.275,50.974],[-1.281,50.974],[-1.287,50.974],[-1.295,50.975],[-1.295,50.976],[-1.291,50.983],[-1.302,50.983],[-1.312,50.985],[-1.317,50.985],[-1.319,50.987],[-1.323,50.988],[-1.323,50.984],[-1.328,50.98],[-1.33,50.984],[-1.335,50.983],[-1.344,50.985],[-1.345,50.987],[-1.343,50.991],[-1.347,50.991],[-1.353,50.998],[-1.36,50.999],[-1.369,51.001],[-1.381,51.003],[-1.385,51.004],[-1.389,51.004],[-1.393,51.004],[-1.392,50.999],[-1.396,50.999],[-1.4,50.994],[-1.405,50.996],[-1.407,50.996],[-1.406,50.992],[-1.413,50.989],[-1.412,50.986],[-1.414,50.984],[-1.412,50.98],[-1.409,50.978],[-1.403,50.978],[-1.404,50.975],[-1.393,50.975],[-1.396,50.969],[-1.393,50.968],[-1.394,50.965],[-1.385,50.962],[-1.386,50.958],[-1.384,50.956],[-1.376,50.955],[-1.376,50.952],[-1.379,50.951],[-1.38,50.948],[-1.371,50.946],[-1.367,50.947],[-1.355,50.941],[-1.359,50.938],[-1.353,50.935],[-1.357,50.933],[-1.358,50.931],[-1.344,50.923],[-1.339,50.924],[-1.335,50.921],[-1.329,50.914],[-1.329,50.913],[-1.325,50.908],[-1.329,50.907],[-1.328,50.904],[-1.324,50.904],[-1.32,50.904],[-1.322,50.908],[-1.328,50.914],[-1.311,50.925],[-1.307,50.934],[-1.303,50.938],[-1.299,50.94],[-1.297,50.943],[-1.291,50.947]]]},"properties":{"Name":"Eastleigh","ID":"E14001220"},"id":157}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.015,51.637],[-0.019,51.638],[-0.026,51.64],[-0.028,51.64],[-0.031,51.637],[-0.052,51.641],[-0.051,51.644],[-0.06,51.645],[-0.062,51.641],[-0.066,51.638],[-0.076,51.649],[-0.08,51.65],[-0.087,51.652],[-0.091,51.652],[-0.095,51.647],[-0.097,51.646],[-0.1,51.648],[-0.109,51.645],[-0.108,51.643],[-0.11,51.641],[-0.109,51.638],[-0.11,51.637],[-0.117,51.635],[-0.118,51.63],[-0.114,51.628],[-0.111,51.626],[-0.109,51.622],[-0.106,51.624],[-0.1,51.622],[-0.099,51.619],[-0.101,51.615],[-0.095,51.616],[-0.087,51.616],[-0.086,51.608],[-0.077,51.608],[-0.056,51.609],[-0.041,51.606],[-0.035,51.609],[-0.034,51.609],[-0.035,51.613],[-0.035,51.614],[-0.03,51.618],[-0.026,51.622],[-0.025,51.623],[-0.024,51.624],[-0.023,51.626],[-0.02,51.63],[-0.019,51.63],[-0.017,51.634],[-0.015,51.637]]]},"properties":{"Name":"Edmonton and Winchmore Hill","ID":"E14001221"},"id":158}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.886,53.293],[-2.888,53.295],[-2.896,53.297],[-2.901,53.297],[-2.891,53.29],[-2.888,53.289],[-2.886,53.293]]],[[[-2.995,53.368],[-2.999,53.368],[-2.999,53.365],[-3.006,53.364],[-2.999,53.35],[-2.995,53.342],[-2.98,53.305],[-2.969,53.302],[-2.961,53.304],[-2.955,53.304],[-2.949,53.303],[-2.947,53.306],[-2.941,53.299],[-2.946,53.296],[-2.945,53.293],[-2.952,53.29],[-2.947,53.286],[-2.963,53.287],[-2.966,53.281],[-2.968,53.28],[-2.97,53.275],[-2.96,53.275],[-2.953,53.271],[-2.942,53.266],[-2.939,53.267],[-2.932,53.261],[-2.931,53.257],[-2.927,53.252],[-2.912,53.256],[-2.898,53.259],[-2.884,53.26],[-2.876,53.262],[-2.879,53.272],[-2.883,53.275],[-2.887,53.283],[-2.893,53.286],[-2.888,53.289],[-2.89,53.29],[-2.902,53.297],[-2.906,53.301],[-2.911,53.304],[-2.918,53.306],[-2.92,53.305],[-2.929,53.308],[-2.933,53.311],[-2.94,53.316],[-2.947,53.323],[-2.95,53.323],[-2.953,53.327],[-2.958,53.331],[-2.96,53.336],[-2.968,53.347],[-2.973,53.353],[-2.984,53.362],[-2.986,53.361],[-2.99,53.363],[-2.995,53.368]]]]},"properties":{"Name":"Ellesmere Port and Bromborough","ID":"E14001222"},"id":159}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.055,51.471],[0.048,51.473],[0.047,51.475],[0.044,51.479],[0.036,51.479],[0.034,51.475],[0.024,51.476],[0.029,51.468],[0.022,51.465],[0.02,51.466],[0.014,51.465],[0.009,51.464],[0.01,51.463],[0.01,51.461],[0.01,51.459],[0.011,51.458],[0.011,51.457],[0.012,51.457],[0.014,51.456],[0.018,51.455],[0.017,51.454],[0.018,51.453],[0.019,51.452],[0.02,51.451],[0.015,51.451],[0.016,51.45],[0.017,51.45],[0.02,51.449],[0.021,51.449],[0.022,51.449],[0.022,51.448],[0.023,51.447],[0.021,51.447],[0.021,51.445],[0.021,51.444],[0.023,51.442],[0.028,51.442],[0.029,51.44],[0.029,51.439],[0.027,51.438],[0.026,51.438],[0.025,51.438],[0.025,51.437],[0.026,51.436],[0.027,51.437],[0.028,51.437],[0.029,51.435],[0.029,51.434],[0.031,51.433],[0.034,51.432],[0.038,51.432],[0.038,51.431],[0.038,51.429],[0.038,51.428],[0.038,51.427],[0.039,51.427],[0.039,51.426],[0.039,51.425],[0.037,51.423],[0.035,51.423],[0.045,51.417],[0.054,51.409],[0.059,51.404],[0.065,51.4],[0.076,51.396],[0.087,51.395],[0.095,51.395],[0.095,51.398],[0.098,51.4],[0.094,51.403],[0.091,51.403],[0.088,51.406],[0.1,51.41],[0.103,51.411],[0.105,51.415],[0.095,51.42],[0.089,51.424],[0.084,51.429],[0.075,51.432],[0.081,51.44],[0.087,51.443],[0.086,51.445],[0.088,51.447],[0.086,51.457],[0.079,51.459],[0.083,51.46],[0.082,51.462],[0.072,51.463],[0.068,51.463],[0.066,51.464],[0.059,51.464],[0.057,51.468],[0.053,51.468],[0.055,51.471]]]},"properties":{"Name":"Eltham and Chislehurst","ID":"E14001223"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.161,52.221],[0.166,52.222],[0.167,52.227],[0.17,52.229],[0.171,52.233],[0.169,52.234],[0.167,52.23],[0.161,52.231],[0.157,52.227],[0.155,52.226],[0.157,52.223],[0.161,52.221]]],[[[0.246,52.501],[0.239,52.509],[0.236,52.507],[0.202,52.48],[0.201,52.481],[0.171,52.458],[0.176,52.461],[0.179,52.459],[0.155,52.44],[0.151,52.442],[0.138,52.431],[0.124,52.421],[0.119,52.423],[0.121,52.431],[0.13,52.436],[0.126,52.438],[0.12,52.434],[0.117,52.433],[0.114,52.427],[0.111,52.428],[0.106,52.425],[0.088,52.43],[0.082,52.427],[0.081,52.425],[0.082,52.423],[0.077,52.421],[0.072,52.421],[0.063,52.418],[0.059,52.415],[0.055,52.414],[0.05,52.415],[0.047,52.419],[0.044,52.418],[0.042,52.413],[0.048,52.411],[0.053,52.409],[0.05,52.407],[0.053,52.402],[0.056,52.398],[0.054,52.395],[0.046,52.392],[0.034,52.386],[0.037,52.384],[0.042,52.381],[0.047,52.368],[0.049,52.364],[0.051,52.358],[0.093,52.391],[0.1,52.399],[0.109,52.407],[0.115,52.411],[0.124,52.415],[0.141,52.422],[0.246,52.501]]],[[[0.429,52.436],[0.428,52.437],[0.424,52.445],[0.423,52.454],[0.428,52.454],[0.412,52.461],[0.406,52.463],[0.402,52.466],[0.398,52.469],[0.391,52.476],[0.384,52.478],[0.381,52.479],[0.376,52.486],[0.373,52.488],[0.372,52.491],[0.367,52.496],[0.367,52.501],[0.362,52.499],[0.36,52.501],[0.349,52.501],[0.342,52.503],[0.337,52.506],[0.331,52.509],[0.323,52.508],[0.318,52.508],[0.318,52.512],[0.309,52.514],[0.29,52.511],[0.279,52.509],[0.269,52.509],[0.256,52.508],[0.246,52.5],[0.141,52.422],[0.123,52.415],[0.116,52.411],[0.11,52.407],[0.099,52.397],[0.093,52.391],[0.05,52.357],[0.044,52.353],[0.05,52.349],[0.057,52.346],[0.059,52.344],[0.065,52.342],[0.075,52.338],[0.083,52.335],[0.087,52.336],[0.094,52.334],[0.097,52.331],[0.103,52.33],[0.103,52.327],[0.106,52.324],[0.11,52.323],[0.118,52.322],[0.121,52.317],[0.12,52.316],[0.101,52.312],[0.106,52.31],[0.102,52.304],[0.094,52.305],[0.09,52.306],[0.085,52.304],[0.08,52.304],[0.074,52.3],[0.07,52.296],[0.063,52.293],[0.072,52.284],[0.076,52.278],[0.083,52.282],[0.086,52.277],[0.089,52.268],[0.094,52.265],[0.098,52.267],[0.108,52.27],[0.111,52.271],[0.12,52.27],[0.127,52.272],[0.136,52.276],[0.138,52.274],[0.133,52.271],[0.133,52.269],[0.131,52.265],[0.137,52.261],[0.137,52.26],[0.141,52.258],[0.142,52.256],[0.146,52.253],[0.13,52.236],[0.148,52.23],[0.155,52.237],[0.166,52.234],[0.171,52.234],[0.172,52.235],[0.179,52.238],[0.181,52.241],[0.183,52.242],[0.186,52.251],[0.192,52.255],[0.197,52.256],[0.2,52.258],[0.201,52.261],[0.207,52.264],[0.209,52.269],[0.212,52.27],[0.215,52.267],[0.22,52.263],[0.219,52.26],[0.21,52.249],[0.218,52.249],[0.222,52.242],[0.226,52.24],[0.23,52.237],[0.225,52.232],[0.23,52.229],[0.235,52.229],[0.24,52.226],[0.242,52.226],[0.245,52.223],[0.248,52.221],[0.249,52.219],[0.254,52.215],[0.269,52.208],[0.275,52.205],[0.281,52.203],[0.288,52.201],[0.297,52.197],[0.311,52.19],[0.31,52.186],[0.318,52.182],[0.322,52.179],[0.325,52.179],[0.331,52.177],[0.338,52.174],[0.342,52.172],[0.346,52.172],[0.352,52.169],[0.362,52.167],[0.364,52.168],[0.377,52.167],[0.376,52.163],[0.384,52.162],[0.389,52.162],[0.392,52.159],[0.395,52.158],[0.403,52.159],[0.407,52.159],[0.41,52.156],[0.417,52.159],[0.421,52.16],[0.436,52.16],[0.438,52.16],[0.439,52.166],[0.444,52.165],[0.443,52.169],[0.445,52.171],[0.453,52.173],[0.457,52.171],[0.463,52.171],[0.468,52.168],[0.47,52.165],[0.473,52.164],[0.477,52.168],[0.479,52.166],[0.486,52.165],[0.49,52.166],[0.49,52.168],[0.487,52.17],[0.491,52.172],[0.491,52.174],[0.494,52.178],[0.493,52.181],[0.495,52.186],[0.495,52.189],[0.497,52.191],[0.501,52.193],[0.503,52.196],[0.501,52.198],[0.502,52.203],[0.504,52.205],[0.503,52.207],[0.507,52.209],[0.509,52.214],[0.513,52.214],[0.513,52.224],[0.514,52.227],[0.512,52.228],[0.508,52.23],[0.501,52.236],[0.495,52.239],[0.489,52.239],[0.484,52.235],[0.483,52.232],[0.478,52.235],[0.471,52.241],[0.465,52.24],[0.46,52.243],[0.455,52.248],[0.453,52.248],[0.45,52.243],[0.446,52.244],[0.443,52.243],[0.434,52.25],[0.427,52.254],[0.415,52.248],[0.421,52.243],[0.421,52.24],[0.415,52.238],[0.412,52.24],[0.408,52.239],[0.395,52.231],[0.385,52.234],[0.371,52.227],[0.343,52.242],[0.351,52.245],[0.361,52.249],[0.358,52.253],[0.35,52.259],[0.343,52.263],[0.345,52.265],[0.34,52.268],[0.344,52.27],[0.35,52.275],[0.355,52.279],[0.351,52.283],[0.359,52.289],[0.361,52.293],[0.359,52.297],[0.361,52.298],[0.369,52.297],[0.371,52.295],[0.376,52.294],[0.383,52.293],[0.386,52.29],[0.385,52.283],[0.395,52.28],[0.395,52.279],[0.404,52.274],[0.417,52.262],[0.424,52.256],[0.454,52.264],[0.46,52.266],[0.495,52.272],[0.499,52.274],[0.495,52.276],[0.497,52.28],[0.5,52.285],[0.505,52.285],[0.505,52.286],[0.501,52.289],[0.496,52.291],[0.488,52.296],[0.486,52.297],[0.482,52.3],[0.476,52.303],[0.471,52.304],[0.469,52.307],[0.462,52.309],[0.461,52.311],[0.457,52.317],[0.448,52.317],[0.446,52.318],[0.431,52.316],[0.43,52.32],[0.429,52.324],[0.424,52.329],[0.43,52.331],[0.438,52.335],[0.437,52.337],[0.438,52.341],[0.44,52.342],[0.443,52.349],[0.436,52.352],[0.429,52.353],[0.421,52.352],[0.419,52.358],[0.416,52.36],[0.41,52.36],[0.407,52.363],[0.4,52.373],[0.389,52.387],[0.385,52.392],[0.379,52.402],[0.375,52.41],[0.418,52.428],[0.425,52.43],[0.423,52.434],[0.428,52.435],[0.429,52.436]]]]},"properties":{"Name":"Ely and East Cambridgeshire","ID":"E14001224"},"id":161}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.012,51.681],[-0.02,51.681],[-0.028,51.682],[-0.046,51.683],[-0.049,51.684],[-0.057,51.683],[-0.061,51.683],[-0.066,51.684],[-0.079,51.689],[-0.085,51.69],[-0.095,51.69],[-0.106,51.692],[-0.109,51.692],[-0.118,51.689],[-0.122,51.689],[-0.133,51.689],[-0.138,51.688],[-0.146,51.686],[-0.153,51.686],[-0.163,51.688],[-0.163,51.686],[-0.153,51.681],[-0.149,51.681],[-0.149,51.672],[-0.151,51.672],[-0.152,51.667],[-0.142,51.668],[-0.138,51.668],[-0.131,51.667],[-0.127,51.667],[-0.127,51.663],[-0.121,51.663],[-0.121,51.66],[-0.126,51.659],[-0.125,51.652],[-0.114,51.654],[-0.113,51.65],[-0.106,51.651],[-0.104,51.648],[-0.109,51.647],[-0.109,51.645],[-0.1,51.648],[-0.097,51.646],[-0.095,51.647],[-0.091,51.652],[-0.087,51.652],[-0.08,51.65],[-0.076,51.649],[-0.066,51.638],[-0.062,51.641],[-0.06,51.645],[-0.051,51.644],[-0.052,51.641],[-0.031,51.637],[-0.028,51.64],[-0.026,51.64],[-0.019,51.638],[-0.015,51.637],[-0.014,51.637],[-0.014,51.638],[-0.013,51.639],[-0.013,51.643],[-0.012,51.646],[-0.012,51.653],[-0.009,51.66],[-0.011,51.663],[-0.011,51.669],[-0.011,51.672],[-0.01,51.677],[-0.012,51.681]]]},"properties":{"Name":"Enfield North","ID":"E14001225"},"id":162}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.157,51.732],[0.155,51.731],[0.148,51.731],[0.142,51.728],[0.138,51.729],[0.134,51.728],[0.13,51.73],[0.127,51.733],[0.124,51.732],[0.122,51.734],[0.118,51.733],[0.115,51.738],[0.115,51.74],[0.103,51.739],[0.097,51.738],[0.093,51.736],[0.084,51.735],[0.081,51.738],[0.08,51.741],[0.067,51.749],[0.064,51.751],[0.066,51.754],[0.066,51.758],[0.067,51.761],[0.063,51.762],[0.058,51.761],[0.055,51.762],[0.049,51.76],[0.045,51.761],[0.041,51.759],[0.037,51.758],[0.036,51.755],[0.036,51.751],[0.039,51.75],[0.04,51.746],[0.047,51.746],[0.055,51.748],[0.056,51.744],[0.053,51.741],[0.049,51.742],[0.046,51.74],[0.043,51.741],[0.039,51.737],[0.038,51.734],[0.034,51.736],[0.031,51.735],[0.028,51.735],[0.028,51.732],[0.024,51.732],[0.024,51.728],[0.023,51.726],[0.023,51.721],[0.02,51.719],[0.023,51.717],[0.018,51.716],[0.016,51.714],[0.01,51.716],[0.015,51.718],[0.014,51.721],[0.011,51.721],[0.005,51.723],[0.002,51.723],[-0.01,51.724],[-0.014,51.723],[-0.015,51.717],[-0.018,51.707],[-0.02,51.703],[-0.016,51.69],[-0.012,51.687],[-0.012,51.681],[-0.01,51.677],[-0.011,51.672],[-0.011,51.669],[-0.011,51.663],[-0.009,51.66],[-0.012,51.653],[-0.012,51.646],[-0.007,51.646],[-0.008,51.644],[0,51.644],[0.001,51.642],[0.011,51.641],[0.016,51.64],[0.023,51.641],[0.023,51.638],[0.026,51.635],[0.022,51.629],[0.033,51.622],[0.041,51.616],[0.043,51.617],[0.05,51.616],[0.049,51.614],[0.061,51.608],[0.063,51.607],[0.073,51.605],[0.079,51.607],[0.085,51.606],[0.087,51.604],[0.093,51.606],[0.093,51.609],[0.095,51.611],[0.092,51.614],[0.098,51.615],[0.1,51.613],[0.104,51.613],[0.11,51.614],[0.117,51.617],[0.119,51.615],[0.124,51.617],[0.129,51.621],[0.125,51.625],[0.123,51.628],[0.118,51.629],[0.118,51.632],[0.114,51.634],[0.114,51.639],[0.111,51.642],[0.109,51.643],[0.105,51.645],[0.105,51.648],[0.108,51.649],[0.11,51.652],[0.114,51.651],[0.12,51.652],[0.121,51.655],[0.128,51.658],[0.127,51.662],[0.122,51.662],[0.118,51.665],[0.119,51.668],[0.116,51.669],[0.115,51.674],[0.114,51.681],[0.125,51.679],[0.129,51.682],[0.136,51.689],[0.132,51.689],[0.133,51.696],[0.135,51.702],[0.138,51.702],[0.14,51.705],[0.137,51.707],[0.139,51.709],[0.146,51.71],[0.141,51.723],[0.145,51.723],[0.153,51.722],[0.157,51.732]]]},"properties":{"Name":"Epping Forest","ID":"E14001226"},"id":163}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.245,51.38],[-0.252,51.379],[-0.261,51.38],[-0.265,51.376],[-0.272,51.373],[-0.277,51.369],[-0.28,51.368],[-0.286,51.364],[-0.285,51.361],[-0.291,51.357],[-0.293,51.353],[-0.3,51.348],[-0.304,51.343],[-0.305,51.339],[-0.306,51.335],[-0.314,51.331],[-0.319,51.328],[-0.328,51.326],[-0.331,51.329],[-0.335,51.326],[-0.345,51.322],[-0.352,51.319],[-0.36,51.312],[-0.355,51.311],[-0.359,51.308],[-0.356,51.306],[-0.354,51.301],[-0.346,51.301],[-0.345,51.298],[-0.34,51.297],[-0.335,51.295],[-0.336,51.29],[-0.333,51.279],[-0.33,51.276],[-0.324,51.276],[-0.321,51.277],[-0.318,51.274],[-0.316,51.275],[-0.309,51.273],[-0.304,51.279],[-0.301,51.279],[-0.299,51.282],[-0.293,51.284],[-0.281,51.291],[-0.273,51.293],[-0.272,51.292],[-0.267,51.298],[-0.264,51.3],[-0.252,51.3],[-0.247,51.298],[-0.247,51.301],[-0.243,51.307],[-0.244,51.313],[-0.241,51.316],[-0.243,51.321],[-0.235,51.327],[-0.221,51.33],[-0.23,51.337],[-0.224,51.34],[-0.217,51.343],[-0.22,51.35],[-0.222,51.351],[-0.223,51.357],[-0.227,51.363],[-0.233,51.366],[-0.237,51.367],[-0.241,51.366],[-0.245,51.367],[-0.245,51.37],[-0.245,51.38]]]},"properties":{"Name":"Epsom and Ewell","ID":"E14001227"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.24,52.892],[-1.24,52.894],[-1.246,52.898],[-1.248,52.9],[-1.245,52.902],[-1.249,52.903],[-1.256,52.902],[-1.26,52.904],[-1.267,52.905],[-1.274,52.905],[-1.282,52.91],[-1.283,52.915],[-1.283,52.921],[-1.286,52.926],[-1.282,52.929],[-1.278,52.933],[-1.278,52.936],[-1.283,52.946],[-1.281,52.949],[-1.282,52.951],[-1.288,52.955],[-1.291,52.955],[-1.291,52.96],[-1.289,52.961],[-1.289,52.966],[-1.288,52.97],[-1.291,52.971],[-1.293,52.975],[-1.297,52.985],[-1.295,52.986],[-1.295,52.988],[-1.3,52.99],[-1.301,52.995],[-1.302,52.998],[-1.307,53.004],[-1.313,53.002],[-1.317,52.999],[-1.318,52.997],[-1.323,52.993],[-1.323,52.99],[-1.328,52.987],[-1.331,52.987],[-1.328,52.984],[-1.333,52.978],[-1.332,52.976],[-1.328,52.974],[-1.326,52.972],[-1.326,52.968],[-1.328,52.965],[-1.335,52.967],[-1.34,52.962],[-1.338,52.959],[-1.34,52.957],[-1.331,52.951],[-1.33,52.946],[-1.33,52.943],[-1.342,52.942],[-1.339,52.94],[-1.335,52.939],[-1.334,52.937],[-1.329,52.94],[-1.325,52.939],[-1.33,52.935],[-1.329,52.933],[-1.338,52.933],[-1.342,52.93],[-1.351,52.93],[-1.358,52.927],[-1.356,52.925],[-1.356,52.921],[-1.358,52.919],[-1.361,52.912],[-1.361,52.908],[-1.368,52.902],[-1.371,52.895],[-1.366,52.897],[-1.359,52.895],[-1.355,52.893],[-1.357,52.89],[-1.354,52.889],[-1.35,52.889],[-1.348,52.888],[-1.342,52.89],[-1.342,52.885],[-1.347,52.886],[-1.347,52.88],[-1.336,52.879],[-1.334,52.876],[-1.327,52.874],[-1.322,52.876],[-1.32,52.875],[-1.319,52.873],[-1.311,52.873],[-1.308,52.874],[-1.306,52.877],[-1.302,52.876],[-1.296,52.875],[-1.29,52.872],[-1.287,52.872],[-1.281,52.875],[-1.275,52.876],[-1.268,52.873],[-1.263,52.874],[-1.259,52.875],[-1.254,52.879],[-1.245,52.879],[-1.24,52.88],[-1.238,52.882],[-1.24,52.884],[-1.244,52.886],[-1.246,52.889],[-1.245,52.891],[-1.24,52.892]]]},"properties":{"Name":"Erewash","ID":"E14001228"},"id":165}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.076,51.496],[0.079,51.494],[0.078,51.491],[0.073,51.491],[0.074,51.482],[0.079,51.481],[0.076,51.478],[0.069,51.48],[0.063,51.476],[0.058,51.471],[0.055,51.471],[0.053,51.468],[0.057,51.468],[0.059,51.464],[0.066,51.464],[0.068,51.463],[0.072,51.463],[0.082,51.462],[0.082,51.465],[0.085,51.469],[0.093,51.473],[0.097,51.473],[0.098,51.475],[0.102,51.474],[0.108,51.476],[0.112,51.473],[0.118,51.479],[0.124,51.477],[0.122,51.483],[0.126,51.482],[0.13,51.483],[0.132,51.482],[0.138,51.483],[0.138,51.481],[0.143,51.48],[0.154,51.481],[0.154,51.479],[0.16,51.479],[0.167,51.477],[0.175,51.477],[0.177,51.473],[0.18,51.472],[0.182,51.478],[0.187,51.48],[0.178,51.483],[0.173,51.489],[0.172,51.497],[0.166,51.504],[0.16,51.506],[0.153,51.506],[0.15,51.506],[0.144,51.508],[0.131,51.513],[0.125,51.513],[0.12,51.511],[0.107,51.509],[0.1,51.51],[0.092,51.509],[0.088,51.506],[0.082,51.499],[0.076,51.496]]]},"properties":{"Name":"Erith and Thamesmead","ID":"E14001229"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.318,51.394],[-0.325,51.392],[-0.328,51.392],[-0.337,51.399],[-0.341,51.403],[-0.345,51.404],[-0.36,51.412],[-0.367,51.411],[-0.373,51.409],[-0.378,51.408],[-0.383,51.409],[-0.39,51.41],[-0.402,51.406],[-0.408,51.405],[-0.411,51.404],[-0.415,51.4],[-0.422,51.392],[-0.427,51.39],[-0.427,51.387],[-0.432,51.384],[-0.432,51.382],[-0.441,51.377],[-0.446,51.377],[-0.447,51.374],[-0.445,51.368],[-0.441,51.366],[-0.434,51.365],[-0.432,51.364],[-0.433,51.357],[-0.411,51.362],[-0.408,51.358],[-0.411,51.358],[-0.409,51.354],[-0.406,51.354],[-0.401,51.351],[-0.395,51.349],[-0.395,51.348],[-0.389,51.346],[-0.38,51.345],[-0.364,51.349],[-0.356,51.349],[-0.342,51.349],[-0.336,51.35],[-0.328,51.352],[-0.324,51.354],[-0.32,51.359],[-0.318,51.364],[-0.317,51.372],[-0.314,51.375],[-0.309,51.375],[-0.307,51.379],[-0.311,51.386],[-0.318,51.394]]]},"properties":{"Name":"Esher and Walton","ID":"E14001230"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.499,50.696],[-3.486,50.706],[-3.485,50.711],[-3.49,50.712],[-3.495,50.71],[-3.498,50.711],[-3.494,50.716],[-3.494,50.718],[-3.49,50.723],[-3.493,50.726],[-3.489,50.728],[-3.483,50.726],[-3.481,50.731],[-3.482,50.734],[-3.492,50.732],[-3.494,50.74],[-3.487,50.741],[-3.484,50.743],[-3.483,50.747],[-3.487,50.749],[-3.486,50.751],[-3.491,50.754],[-3.499,50.754],[-3.503,50.755],[-3.507,50.759],[-3.507,50.761],[-3.512,50.761],[-3.515,50.759],[-3.523,50.758],[-3.526,50.755],[-3.531,50.757],[-3.535,50.756],[-3.538,50.753],[-3.543,50.752],[-3.549,50.748],[-3.552,50.746],[-3.56,50.745],[-3.568,50.746],[-3.57,50.745],[-3.569,50.741],[-3.565,50.74],[-3.567,50.737],[-3.564,50.736],[-3.561,50.73],[-3.566,50.729],[-3.569,50.727],[-3.566,50.724],[-3.565,50.718],[-3.567,50.714],[-3.566,50.711],[-3.564,50.71],[-3.563,50.707],[-3.55,50.704],[-3.545,50.702],[-3.543,50.699],[-3.539,50.693],[-3.529,50.693],[-3.527,50.695],[-3.524,50.693],[-3.519,50.693],[-3.506,50.691],[-3.502,50.694],[-3.5,50.696],[-3.499,50.696]]]},"properties":{"Name":"Exeter","ID":"E14001231"},"id":168}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.5,50.696],[-3.502,50.694],[-3.494,50.692],[-3.495,50.69],[-3.49,50.688],[-3.484,50.688],[-3.477,50.683],[-3.47,50.682],[-3.477,50.684],[-3.481,50.687],[-3.487,50.69],[-3.491,50.693],[-3.498,50.694],[-3.5,50.696]]],[[[-3.426,50.812],[-3.43,50.812],[-3.436,50.808],[-3.438,50.808],[-3.44,50.802],[-3.446,50.8],[-3.451,50.8],[-3.455,50.801],[-3.457,50.803],[-3.461,50.803],[-3.466,50.799],[-3.476,50.795],[-3.478,50.796],[-3.481,50.799],[-3.49,50.8],[-3.503,50.799],[-3.503,50.804],[-3.5,50.806],[-3.497,50.812],[-3.497,50.816],[-3.499,50.821],[-3.5,50.825],[-3.505,50.826],[-3.51,50.82],[-3.508,50.812],[-3.512,50.811],[-3.512,50.808],[-3.511,50.805],[-3.517,50.8],[-3.518,50.797],[-3.521,50.796],[-3.526,50.798],[-3.527,50.796],[-3.524,50.793],[-3.524,50.789],[-3.525,50.787],[-3.53,50.789],[-3.537,50.792],[-3.543,50.791],[-3.553,50.792],[-3.563,50.791],[-3.572,50.789],[-3.569,50.784],[-3.569,50.782],[-3.567,50.779],[-3.563,50.779],[-3.563,50.775],[-3.556,50.775],[-3.55,50.775],[-3.547,50.773],[-3.552,50.771],[-3.551,50.767],[-3.551,50.765],[-3.558,50.762],[-3.559,50.758],[-3.57,50.76],[-3.571,50.758],[-3.569,50.756],[-3.575,50.755],[-3.574,50.753],[-3.581,50.747],[-3.586,50.744],[-3.583,50.742],[-3.579,50.742],[-3.57,50.745],[-3.568,50.746],[-3.56,50.745],[-3.552,50.746],[-3.549,50.748],[-3.543,50.752],[-3.538,50.753],[-3.535,50.756],[-3.531,50.757],[-3.526,50.755],[-3.523,50.758],[-3.515,50.759],[-3.512,50.761],[-3.507,50.761],[-3.507,50.759],[-3.503,50.755],[-3.499,50.754],[-3.491,50.754],[-3.486,50.751],[-3.487,50.749],[-3.483,50.747],[-3.484,50.743],[-3.487,50.741],[-3.494,50.74],[-3.492,50.732],[-3.482,50.734],[-3.481,50.731],[-3.483,50.726],[-3.489,50.728],[-3.493,50.726],[-3.49,50.723],[-3.494,50.718],[-3.494,50.716],[-3.498,50.711],[-3.495,50.71],[-3.49,50.712],[-3.485,50.711],[-3.486,50.706],[-3.499,50.696],[-3.497,50.694],[-3.491,50.694],[-3.486,50.69],[-3.48,50.691],[-3.473,50.687],[-3.472,50.685],[-3.467,50.683],[-3.463,50.677],[-3.456,50.675],[-3.453,50.679],[-3.45,50.676],[-3.45,50.673],[-3.445,50.67],[-3.44,50.661],[-3.436,50.656],[-3.432,50.648],[-3.433,50.646],[-3.425,50.641],[-3.423,50.639],[-3.422,50.635],[-3.418,50.632],[-3.416,50.63],[-3.416,50.624],[-3.417,50.622],[-3.421,50.622],[-3.426,50.618],[-3.423,50.617],[-3.416,50.616],[-3.409,50.612],[-3.401,50.611],[-3.388,50.609],[-3.385,50.607],[-3.381,50.608],[-3.374,50.608],[-3.369,50.61],[-3.364,50.61],[-3.363,50.608],[-3.359,50.607],[-3.358,50.612],[-3.359,50.615],[-3.353,50.618],[-3.346,50.621],[-3.334,50.625],[-3.322,50.628],[-3.311,50.63],[-3.308,50.631],[-3.304,50.63],[-3.296,50.635],[-3.294,50.636],[-3.293,50.639],[-3.289,50.641],[-3.289,50.643],[-3.285,50.648],[-3.285,50.653],[-3.28,50.656],[-3.281,50.657],[-3.276,50.661],[-3.267,50.667],[-3.267,50.67],[-3.262,50.672],[-3.263,50.68],[-3.266,50.683],[-3.271,50.686],[-3.275,50.682],[-3.279,50.682],[-3.289,50.682],[-3.294,50.682],[-3.294,50.685],[-3.297,50.686],[-3.294,50.69],[-3.294,50.692],[-3.293,50.695],[-3.288,50.697],[-3.292,50.698],[-3.296,50.697],[-3.296,50.694],[-3.303,50.695],[-3.306,50.693],[-3.311,50.692],[-3.315,50.691],[-3.324,50.69],[-3.327,50.691],[-3.331,50.694],[-3.338,50.7],[-3.346,50.704],[-3.35,50.706],[-3.362,50.708],[-3.369,50.706],[-3.374,50.706],[-3.376,50.709],[-3.381,50.712],[-3.381,50.715],[-3.384,50.719],[-3.387,50.72],[-3.392,50.722],[-3.395,50.721],[-3.398,50.722],[-3.406,50.723],[-3.407,50.728],[-3.405,50.729],[-3.389,50.73],[-3.381,50.73],[-3.376,50.729],[-3.37,50.728],[-3.357,50.726],[-3.353,50.733],[-3.348,50.737],[-3.341,50.738],[-3.333,50.738],[-3.33,50.737],[-3.329,50.739],[-3.332,50.749],[-3.326,50.749],[-3.326,50.753],[-3.329,50.754],[-3.33,50.758],[-3.327,50.759],[-3.329,50.764],[-3.328,50.767],[-3.33,50.769],[-3.332,50.778],[-3.343,50.777],[-3.346,50.781],[-3.347,50.784],[-3.345,50.789],[-3.338,50.799],[-3.338,50.803],[-3.34,50.806],[-3.339,50.813],[-3.345,50.811],[-3.35,50.81],[-3.354,50.808],[-3.359,50.809],[-3.36,50.812],[-3.367,50.812],[-3.368,50.811],[-3.373,50.811],[-3.377,50.81],[-3.381,50.811],[-3.391,50.808],[-3.402,50.807],[-3.406,50.805],[-3.411,50.805],[-3.412,50.807],[-3.417,50.808],[-3.42,50.812],[-3.426,50.812]]]]},"properties":{"Name":"Exmouth and Exeter East","ID":"E14001232"},"id":169}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.999,50.895],[-1.005,50.897],[-1.001,50.899],[-1.011,50.904],[-1.012,50.902],[-1.018,50.904],[-1.019,50.909],[-1.026,50.909],[-1.024,50.906],[-1.029,50.905],[-1.041,50.903],[-1.048,50.903],[-1.045,50.915],[-1.039,50.919],[-1.036,50.922],[-1.039,50.928],[-1.037,50.932],[-1.051,50.926],[-1.062,50.92],[-1.069,50.916],[-1.075,50.917],[-1.076,50.914],[-1.082,50.917],[-1.083,50.919],[-1.088,50.921],[-1.093,50.916],[-1.099,50.916],[-1.101,50.914],[-1.111,50.91],[-1.115,50.907],[-1.117,50.91],[-1.125,50.91],[-1.123,50.908],[-1.125,50.906],[-1.129,50.901],[-1.132,50.903],[-1.135,50.904],[-1.139,50.903],[-1.146,50.903],[-1.149,50.901],[-1.154,50.897],[-1.162,50.9],[-1.159,50.902],[-1.166,50.902],[-1.17,50.904],[-1.173,50.903],[-1.177,50.905],[-1.173,50.912],[-1.172,50.915],[-1.172,50.919],[-1.182,50.919],[-1.183,50.918],[-1.188,50.915],[-1.19,50.912],[-1.196,50.911],[-1.2,50.909],[-1.206,50.908],[-1.212,50.911],[-1.217,50.911],[-1.222,50.908],[-1.229,50.907],[-1.233,50.905],[-1.233,50.903],[-1.227,50.9],[-1.227,50.897],[-1.216,50.891],[-1.218,50.888],[-1.217,50.884],[-1.225,50.881],[-1.227,50.877],[-1.236,50.871],[-1.233,50.87],[-1.237,50.864],[-1.23,50.861],[-1.229,50.856],[-1.221,50.854],[-1.216,50.854],[-1.21,50.853],[-1.215,50.848],[-1.211,50.846],[-1.205,50.846],[-1.201,50.844],[-1.194,50.84],[-1.186,50.839],[-1.187,50.836],[-1.179,50.837],[-1.179,50.838],[-1.176,50.841],[-1.176,50.845],[-1.179,50.848],[-1.177,50.85],[-1.169,50.85],[-1.171,50.848],[-1.177,50.847],[-1.174,50.845],[-1.173,50.841],[-1.171,50.84],[-1.169,50.84],[-1.168,50.84],[-1.165,50.841],[-1.164,50.843],[-1.16,50.845],[-1.156,50.845],[-1.152,50.841],[-1.148,50.842],[-1.144,50.839],[-1.141,50.839],[-1.139,50.839],[-1.136,50.839],[-1.135,50.839],[-1.132,50.838],[-1.131,50.838],[-1.13,50.838],[-1.129,50.838],[-1.122,50.836],[-1.121,50.836],[-1.114,50.836],[-1.113,50.836],[-1.112,50.838],[-1.113,50.838],[-1.113,50.839],[-1.114,50.84],[-1.115,50.84],[-1.116,50.841],[-1.117,50.843],[-1.118,50.851],[-1.116,50.855],[-1.116,50.858],[-1.1,50.857],[-1.099,50.859],[-1.094,50.859],[-1.084,50.857],[-1.076,50.856],[-1.071,50.857],[-1.071,50.859],[-1.062,50.858],[-1.062,50.855],[-1.054,50.855],[-1.054,50.857],[-1.053,50.859],[-1.05,50.86],[-1.049,50.865],[-1.053,50.865],[-1.053,50.867],[-1.047,50.866],[-1.046,50.869],[-1.048,50.871],[-1.044,50.873],[-1.041,50.877],[-1.035,50.877],[-1.032,50.875],[-1.022,50.879],[-1.017,50.877],[-1.013,50.876],[-1.009,50.881],[-1.002,50.889],[-0.999,50.895]]]},"properties":{"Name":"Fareham and Waterlooville","ID":"E14001233"},"id":170}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.746,51.23],[-0.752,51.232],[-0.761,51.235],[-0.77,51.236],[-0.771,51.239],[-0.775,51.241],[-0.79,51.242],[-0.797,51.24],[-0.802,51.239],[-0.805,51.245],[-0.808,51.243],[-0.813,51.242],[-0.817,51.239],[-0.821,51.239],[-0.821,51.234],[-0.827,51.234],[-0.828,51.231],[-0.829,51.226],[-0.835,51.222],[-0.84,51.215],[-0.847,51.212],[-0.849,51.211],[-0.847,51.209],[-0.847,51.206],[-0.843,51.199],[-0.837,51.194],[-0.835,51.191],[-0.83,51.188],[-0.825,51.181],[-0.829,51.168],[-0.831,51.16],[-0.831,51.156],[-0.834,51.148],[-0.833,51.144],[-0.836,51.142],[-0.841,51.142],[-0.844,51.144],[-0.849,51.146],[-0.853,51.146],[-0.851,51.142],[-0.852,51.14],[-0.856,51.138],[-0.86,51.138],[-0.866,51.134],[-0.869,51.134],[-0.873,51.132],[-0.879,51.134],[-0.881,51.132],[-0.885,51.126],[-0.886,51.123],[-0.888,51.121],[-0.887,51.117],[-0.89,51.115],[-0.89,51.111],[-0.896,51.106],[-0.89,51.104],[-0.887,51.102],[-0.884,51.102],[-0.883,51.099],[-0.88,51.097],[-0.882,51.093],[-0.88,51.086],[-0.883,51.085],[-0.884,51.082],[-0.888,51.08],[-0.888,51.076],[-0.89,51.075],[-0.898,51.078],[-0.896,51.081],[-0.9,51.085],[-0.91,51.083],[-0.914,51.078],[-0.919,51.07],[-0.907,51.067],[-0.904,51.063],[-0.9,51.058],[-0.9,51.056],[-0.896,51.054],[-0.89,51.054],[-0.886,51.057],[-0.874,51.058],[-0.873,51.059],[-0.865,51.063],[-0.862,51.063],[-0.855,51.064],[-0.85,51.059],[-0.845,51.065],[-0.843,51.067],[-0.837,51.069],[-0.831,51.069],[-0.83,51.067],[-0.83,51.063],[-0.826,51.061],[-0.823,51.062],[-0.82,51.061],[-0.816,51.062],[-0.816,51.065],[-0.813,51.066],[-0.812,51.063],[-0.806,51.064],[-0.8,51.063],[-0.796,51.065],[-0.788,51.072],[-0.783,51.076],[-0.781,51.079],[-0.771,51.083],[-0.767,51.085],[-0.762,51.086],[-0.756,51.085],[-0.753,51.086],[-0.745,51.085],[-0.738,51.085],[-0.732,51.084],[-0.73,51.08],[-0.723,51.078],[-0.715,51.077],[-0.706,51.079],[-0.704,51.077],[-0.696,51.072],[-0.687,51.076],[-0.686,51.082],[-0.689,51.084],[-0.686,51.085],[-0.687,51.088],[-0.683,51.091],[-0.675,51.093],[-0.68,51.096],[-0.678,51.097],[-0.683,51.099],[-0.679,51.102],[-0.68,51.103],[-0.688,51.108],[-0.699,51.103],[-0.703,51.106],[-0.709,51.107],[-0.714,51.113],[-0.723,51.112],[-0.73,51.114],[-0.734,51.121],[-0.733,51.126],[-0.733,51.134],[-0.734,51.139],[-0.737,51.14],[-0.737,51.144],[-0.738,51.147],[-0.746,51.154],[-0.748,51.16],[-0.749,51.161],[-0.748,51.172],[-0.741,51.18],[-0.737,51.179],[-0.733,51.181],[-0.73,51.188],[-0.724,51.19],[-0.724,51.192],[-0.732,51.197],[-0.742,51.206],[-0.746,51.207],[-0.748,51.211],[-0.748,51.214],[-0.746,51.217],[-0.742,51.22],[-0.743,51.222],[-0.746,51.221],[-0.747,51.223],[-0.742,51.224],[-0.742,51.228],[-0.745,51.228],[-0.746,51.23]]]},"properties":{"Name":"Farnham and Bordon","ID":"E14001234"},"id":171}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.95,51.346],[0.937,51.347],[0.926,51.345],[0.919,51.346],[0.915,51.344],[0.911,51.344],[0.904,51.343],[0.894,51.341],[0.893,51.345],[0.883,51.35],[0.879,51.353],[0.874,51.354],[0.866,51.356],[0.861,51.356],[0.852,51.355],[0.843,51.355],[0.838,51.354],[0.823,51.355],[0.817,51.356],[0.814,51.358],[0.806,51.36],[0.782,51.361],[0.779,51.362],[0.776,51.354],[0.776,51.351],[0.772,51.346],[0.764,51.342],[0.761,51.336],[0.757,51.332],[0.754,51.33],[0.754,51.327],[0.75,51.325],[0.746,51.331],[0.743,51.328],[0.739,51.325],[0.739,51.321],[0.735,51.322],[0.73,51.32],[0.723,51.322],[0.718,51.328],[0.722,51.331],[0.719,51.332],[0.714,51.331],[0.71,51.325],[0.707,51.324],[0.706,51.321],[0.702,51.317],[0.698,51.319],[0.696,51.318],[0.686,51.321],[0.645,51.336],[0.639,51.337],[0.629,51.333],[0.618,51.332],[0.619,51.334],[0.613,51.335],[0.608,51.328],[0.604,51.326],[0.601,51.328],[0.605,51.329],[0.607,51.331],[0.601,51.333],[0.597,51.333],[0.586,51.335],[0.583,51.335],[0.575,51.338],[0.57,51.337],[0.563,51.339],[0.557,51.337],[0.554,51.331],[0.549,51.331],[0.544,51.328],[0.54,51.33],[0.539,51.333],[0.533,51.337],[0.526,51.335],[0.526,51.333],[0.521,51.329],[0.523,51.326],[0.526,51.325],[0.523,51.321],[0.519,51.319],[0.517,51.316],[0.514,51.314],[0.513,51.308],[0.507,51.305],[0.502,51.305],[0.498,51.307],[0.494,51.306],[0.495,51.303],[0.493,51.301],[0.499,51.298],[0.499,51.297],[0.506,51.296],[0.511,51.295],[0.513,51.293],[0.519,51.294],[0.524,51.292],[0.526,51.29],[0.528,51.293],[0.532,51.294],[0.537,51.291],[0.542,51.29],[0.543,51.288],[0.548,51.285],[0.546,51.284],[0.542,51.275],[0.539,51.274],[0.534,51.268],[0.534,51.264],[0.528,51.264],[0.532,51.257],[0.531,51.253],[0.536,51.25],[0.541,51.244],[0.544,51.241],[0.548,51.239],[0.546,51.235],[0.551,51.235],[0.56,51.231],[0.56,51.233],[0.573,51.235],[0.571,51.24],[0.573,51.243],[0.585,51.245],[0.589,51.245],[0.591,51.243],[0.594,51.238],[0.597,51.239],[0.6,51.238],[0.604,51.236],[0.603,51.234],[0.605,51.231],[0.607,51.226],[0.606,51.22],[0.616,51.223],[0.637,51.222],[0.638,51.225],[0.637,51.232],[0.639,51.238],[0.643,51.242],[0.643,51.244],[0.646,51.246],[0.659,51.243],[0.663,51.24],[0.663,51.237],[0.656,51.231],[0.653,51.23],[0.656,51.226],[0.655,51.224],[0.659,51.222],[0.67,51.223],[0.667,51.218],[0.668,51.215],[0.674,51.213],[0.676,51.217],[0.681,51.217],[0.683,51.218],[0.688,51.216],[0.694,51.218],[0.698,51.216],[0.702,51.217],[0.706,51.219],[0.711,51.224],[0.715,51.224],[0.721,51.221],[0.722,51.218],[0.722,51.214],[0.725,51.209],[0.737,51.21],[0.74,51.208],[0.747,51.21],[0.744,51.213],[0.745,51.215],[0.75,51.216],[0.751,51.219],[0.755,51.218],[0.761,51.224],[0.766,51.225],[0.77,51.226],[0.778,51.231],[0.779,51.234],[0.782,51.239],[0.793,51.238],[0.796,51.237],[0.791,51.231],[0.798,51.229],[0.804,51.23],[0.81,51.227],[0.812,51.228],[0.816,51.225],[0.822,51.224],[0.825,51.229],[0.835,51.232],[0.842,51.237],[0.851,51.232],[0.855,51.231],[0.86,51.231],[0.861,51.235],[0.863,51.239],[0.868,51.24],[0.877,51.24],[0.88,51.239],[0.882,51.243],[0.888,51.245],[0.892,51.248],[0.897,51.247],[0.902,51.245],[0.906,51.248],[0.905,51.25],[0.92,51.251],[0.921,51.258],[0.924,51.259],[0.927,51.26],[0.931,51.258],[0.934,51.256],[0.938,51.253],[0.942,51.254],[0.949,51.256],[0.951,51.258],[0.95,51.263],[0.954,51.267],[0.955,51.269],[0.965,51.268],[0.968,51.269],[0.973,51.269],[0.977,51.27],[0.977,51.272],[0.98,51.275],[0.982,51.278],[0.988,51.279],[0.998,51.281],[1.006,51.284],[1.004,51.288],[1.011,51.303],[1.009,51.307],[1.007,51.31],[1.012,51.312],[1.017,51.313],[1.015,51.317],[1.008,51.32],[1.001,51.319],[0.991,51.325],[0.973,51.336],[0.971,51.338],[0.964,51.336],[0.958,51.338],[0.95,51.346]]]},"properties":{"Name":"Faversham and Mid Kent","ID":"E14001235"},"id":172}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.407,51.5],[-0.411,51.498],[-0.413,51.489],[-0.417,51.482],[-0.415,51.477],[-0.416,51.474],[-0.411,51.47],[-0.422,51.466],[-0.434,51.462],[-0.437,51.458],[-0.441,51.457],[-0.444,51.453],[-0.448,51.454],[-0.459,51.456],[-0.459,51.453],[-0.461,51.452],[-0.461,51.449],[-0.458,51.449],[-0.457,51.443],[-0.455,51.442],[-0.456,51.438],[-0.446,51.44],[-0.448,51.435],[-0.44,51.435],[-0.44,51.431],[-0.433,51.429],[-0.428,51.429],[-0.419,51.432],[-0.414,51.43],[-0.405,51.422],[-0.399,51.424],[-0.391,51.422],[-0.385,51.421],[-0.384,51.423],[-0.388,51.428],[-0.383,51.432],[-0.376,51.436],[-0.378,51.437],[-0.367,51.442],[-0.373,51.444],[-0.379,51.443],[-0.38,51.444],[-0.386,51.447],[-0.388,51.449],[-0.394,51.455],[-0.4,51.456],[-0.401,51.459],[-0.398,51.46],[-0.386,51.463],[-0.366,51.468],[-0.367,51.471],[-0.373,51.472],[-0.373,51.475],[-0.372,51.48],[-0.374,51.482],[-0.373,51.485],[-0.376,51.489],[-0.381,51.488],[-0.381,51.492],[-0.375,51.494],[-0.378,51.497],[-0.384,51.495],[-0.387,51.495],[-0.407,51.5]]]},"properties":{"Name":"Feltham and Heston","ID":"E14001236"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.477,51.476],[-2.474,51.48],[-2.47,51.487],[-2.467,51.489],[-2.459,51.493],[-2.457,51.497],[-2.46,51.501],[-2.477,51.505],[-2.483,51.506],[-2.49,51.506],[-2.49,51.511],[-2.495,51.513],[-2.496,51.518],[-2.49,51.521],[-2.487,51.525],[-2.491,51.527],[-2.489,51.531],[-2.493,51.532],[-2.496,51.535],[-2.509,51.54],[-2.52,51.535],[-2.523,51.536],[-2.526,51.536],[-2.533,51.54],[-2.539,51.539],[-2.539,51.537],[-2.548,51.546],[-2.552,51.551],[-2.564,51.549],[-2.583,51.542],[-2.586,51.54],[-2.591,51.535],[-2.595,51.532],[-2.6,51.531],[-2.613,51.528],[-2.641,51.518],[-2.641,51.517],[-2.631,51.514],[-2.626,51.515],[-2.621,51.515],[-2.609,51.513],[-2.602,51.514],[-2.588,51.517],[-2.581,51.517],[-2.583,51.513],[-2.589,51.512],[-2.591,51.51],[-2.588,51.507],[-2.588,51.501],[-2.582,51.501],[-2.573,51.5],[-2.571,51.5],[-2.565,51.498],[-2.565,51.496],[-2.56,51.496],[-2.555,51.496],[-2.555,51.493],[-2.552,51.492],[-2.542,51.493],[-2.537,51.497],[-2.528,51.495],[-2.527,51.493],[-2.523,51.492],[-2.516,51.494],[-2.511,51.49],[-2.517,51.485],[-2.515,51.482],[-2.512,51.482],[-2.511,51.485],[-2.506,51.485],[-2.504,51.487],[-2.5,51.487],[-2.495,51.488],[-2.497,51.49],[-2.492,51.493],[-2.488,51.492],[-2.489,51.489],[-2.486,51.487],[-2.481,51.484],[-2.49,51.477],[-2.484,51.475],[-2.477,51.476]]]},"properties":{"Name":"Filton and Bradley Stoke","ID":"E14001237"},"id":174}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.161,51.62],[-0.164,51.619],[-0.172,51.62],[-0.175,51.624],[-0.178,51.624],[-0.18,51.617],[-0.186,51.616],[-0.189,51.615],[-0.191,51.613],[-0.197,51.61],[-0.202,51.605],[-0.205,51.604],[-0.208,51.604],[-0.212,51.599],[-0.215,51.597],[-0.222,51.598],[-0.217,51.595],[-0.213,51.594],[-0.21,51.59],[-0.207,51.589],[-0.21,51.586],[-0.212,51.581],[-0.215,51.578],[-0.221,51.574],[-0.232,51.571],[-0.222,51.563],[-0.213,51.555],[-0.21,51.557],[-0.206,51.555],[-0.199,51.556],[-0.198,51.559],[-0.191,51.562],[-0.19,51.565],[-0.18,51.57],[-0.173,51.571],[-0.169,51.574],[-0.17,51.576],[-0.167,51.579],[-0.167,51.581],[-0.163,51.584],[-0.158,51.586],[-0.16,51.588],[-0.159,51.592],[-0.162,51.598],[-0.156,51.606],[-0.16,51.606],[-0.16,51.609],[-0.162,51.612],[-0.159,51.613],[-0.161,51.62]]]},"properties":{"Name":"Finchley and Golders Green","ID":"E14001238"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.203,51.1],[1.199,51.097],[1.195,51.097],[1.185,51.1],[1.182,51.1],[1.175,51.102],[1.172,51.105],[1.164,51.102],[1.15,51.101],[1.138,51.102],[1.128,51.1],[1.117,51.087],[1.113,51.088],[1.109,51.089],[1.102,51.087],[1.095,51.087],[1.09,51.092],[1.086,51.094],[1.085,51.102],[1.082,51.104],[1.073,51.102],[1.069,51.101],[1.065,51.097],[1.058,51.093],[1.052,51.093],[1.047,51.091],[1.048,51.095],[1.041,51.097],[1.038,51.095],[1.036,51.086],[1.033,51.086],[1.027,51.089],[1.02,51.09],[1.015,51.086],[1.012,51.088],[1.012,51.091],[1.01,51.093],[1,51.095],[0.998,51.091],[0.999,51.087],[0.997,51.086],[0.997,51.083],[0.996,51.082],[0.989,51.084],[0.99,51.09],[0.983,51.091],[0.98,51.09],[0.98,51.087],[0.977,51.084],[0.978,51.081],[0.975,51.079],[0.973,51.08],[0.969,51.077],[0.967,51.077],[0.969,51.063],[0.963,51.061],[0.959,51.06],[0.952,51.057],[0.947,51.055],[0.935,51.059],[0.932,51.059],[0.927,51.058],[0.927,51.056],[0.921,51.056],[0.923,51.052],[0.917,51.052],[0.916,51.051],[0.91,51.05],[0.907,51.051],[0.901,51.049],[0.898,51.045],[0.9,51.043],[0.9,51.039],[0.894,51.037],[0.893,51.039],[0.886,51.04],[0.883,51.042],[0.881,51.048],[0.878,51.051],[0.875,51.051],[0.87,51.052],[0.871,51.046],[0.87,51.044],[0.861,51.044],[0.856,51.045],[0.856,51.034],[0.853,51.032],[0.85,51.033],[0.846,51.033],[0.839,51.031],[0.84,51.039],[0.834,51.04],[0.831,51.041],[0.833,51.045],[0.837,51.044],[0.836,51.048],[0.831,51.049],[0.782,50.994],[0.779,50.989],[0.781,50.987],[0.777,50.985],[0.779,50.982],[0.779,50.98],[0.777,50.977],[0.784,50.977],[0.789,50.971],[0.805,50.956],[0.813,50.949],[0.813,50.942],[0.817,50.942],[0.821,50.946],[0.823,50.945],[0.83,50.946],[0.833,50.949],[0.837,50.95],[0.839,50.952],[0.84,50.956],[0.844,50.957],[0.849,50.951],[0.853,50.952],[0.856,50.953],[0.861,50.942],[0.86,50.94],[0.864,50.936],[0.868,50.933],[0.865,50.929],[0.855,50.924],[0.899,50.917],[0.923,50.914],[0.937,50.912],[0.955,50.911],[0.971,50.911],[0.978,50.913],[0.981,50.915],[0.981,50.918],[0.978,50.926],[0.972,50.938],[0.966,50.952],[0.964,50.962],[0.964,50.968],[0.974,50.996],[0.978,51.005],[0.985,51.013],[0.992,51.021],[0.997,51.025],[1.007,51.032],[1.017,51.037],[1.037,51.049],[1.039,51.05],[1.051,51.056],[1.061,51.06],[1.076,51.063],[1.089,51.066],[1.095,51.067],[1.101,51.069],[1.127,51.071],[1.146,51.073],[1.156,51.073],[1.163,51.073],[1.168,51.074],[1.178,51.076],[1.184,51.076],[1.189,51.077],[1.19,51.081],[1.192,51.082],[1.199,51.083],[1.201,51.085],[1.202,51.089],[1.206,51.093],[1.21,51.094],[1.216,51.097],[1.221,51.098],[1.22,51.101],[1.209,51.099],[1.204,51.097],[1.203,51.1]]]},"properties":{"Name":"Folkestone and Hythe","ID":"E14001239"},"id":176}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.351,52.021],[-2.354,52.02],[-2.361,52.018],[-2.375,52.016],[-2.38,52.014],[-2.387,52.012],[-2.393,52.013],[-2.394,52.012],[-2.395,52.005],[-2.397,52.001],[-2.399,51.999],[-2.399,51.996],[-2.403,51.996],[-2.413,51.994],[-2.423,51.994],[-2.426,51.996],[-2.437,51.997],[-2.435,51.999],[-2.436,52.001],[-2.434,52.007],[-2.435,52.011],[-2.434,52.012],[-2.437,52.015],[-2.441,52.015],[-2.447,52.016],[-2.455,52.015],[-2.46,52.016],[-2.464,52.019],[-2.464,52.023],[-2.474,52.024],[-2.479,52.023],[-2.477,52.02],[-2.479,52.017],[-2.485,52.013],[-2.491,52.01],[-2.491,52.006],[-2.487,52.004],[-2.485,52],[-2.479,52],[-2.471,51.995],[-2.48,51.991],[-2.482,51.989],[-2.489,51.987],[-2.491,51.982],[-2.495,51.981],[-2.496,51.976],[-2.495,51.971],[-2.492,51.967],[-2.493,51.965],[-2.499,51.964],[-2.5,51.96],[-2.498,51.959],[-2.492,51.957],[-2.49,51.955],[-2.486,51.957],[-2.482,51.956],[-2.476,51.956],[-2.472,51.955],[-2.471,51.953],[-2.467,51.952],[-2.464,51.949],[-2.465,51.947],[-2.464,51.943],[-2.465,51.941],[-2.463,51.939],[-2.468,51.937],[-2.466,51.931],[-2.466,51.928],[-2.461,51.925],[-2.455,51.919],[-2.448,51.919],[-2.448,51.916],[-2.443,51.912],[-2.444,51.91],[-2.442,51.907],[-2.444,51.906],[-2.44,51.902],[-2.444,51.901],[-2.441,51.899],[-2.446,51.894],[-2.449,51.895],[-2.458,51.893],[-2.465,51.893],[-2.468,51.892],[-2.474,51.887],[-2.478,51.885],[-2.482,51.886],[-2.487,51.885],[-2.489,51.881],[-2.494,51.88],[-2.495,51.884],[-2.498,51.882],[-2.501,51.882],[-2.501,51.885],[-2.504,51.887],[-2.51,51.884],[-2.514,51.879],[-2.519,51.871],[-2.522,51.865],[-2.525,51.863],[-2.531,51.863],[-2.532,51.861],[-2.539,51.86],[-2.547,51.861],[-2.55,51.863],[-2.556,51.863],[-2.562,51.864],[-2.568,51.863],[-2.576,51.863],[-2.585,51.86],[-2.579,51.854],[-2.579,51.852],[-2.583,51.85],[-2.588,51.851],[-2.594,51.856],[-2.6,51.857],[-2.605,51.855],[-2.61,51.847],[-2.617,51.845],[-2.622,51.843],[-2.625,51.839],[-2.63,51.839],[-2.636,51.841],[-2.638,51.838],[-2.641,51.837],[-2.644,51.833],[-2.646,51.829],[-2.65,51.826],[-2.65,51.824],[-2.661,51.823],[-2.659,51.82],[-2.661,51.818],[-2.659,51.814],[-2.659,51.811],[-2.673,51.809],[-2.678,51.804],[-2.677,51.799],[-2.67,51.794],[-2.673,51.793],[-2.673,51.789],[-2.676,51.788],[-2.673,51.785],[-2.676,51.78],[-2.675,51.776],[-2.68,51.771],[-2.68,51.769],[-2.674,51.761],[-2.672,51.759],[-2.666,51.757],[-2.663,51.753],[-2.666,51.748],[-2.67,51.743],[-2.671,51.74],[-2.671,51.737],[-2.675,51.734],[-2.686,51.732],[-2.686,51.728],[-2.68,51.725],[-2.681,51.721],[-2.679,51.714],[-2.673,51.711],[-2.669,51.707],[-2.669,51.702],[-2.674,51.7],[-2.677,51.701],[-2.68,51.703],[-2.683,51.703],[-2.683,51.7],[-2.673,51.697],[-2.67,51.695],[-2.668,51.692],[-2.668,51.688],[-2.672,51.684],[-2.672,51.682],[-2.668,51.679],[-2.662,51.678],[-2.658,51.676],[-2.656,51.673],[-2.66,51.671],[-2.667,51.669],[-2.681,51.669],[-2.684,51.668],[-2.685,51.664],[-2.685,51.662],[-2.679,51.66],[-2.674,51.662],[-2.671,51.665],[-2.666,51.666],[-2.665,51.662],[-2.667,51.659],[-2.671,51.655],[-2.679,51.649],[-2.677,51.645],[-2.673,51.647],[-2.67,51.647],[-2.666,51.643],[-2.665,51.64],[-2.668,51.635],[-2.667,51.634],[-2.662,51.628],[-2.656,51.624],[-2.655,51.622],[-2.659,51.617],[-2.657,51.611],[-2.653,51.609],[-2.65,51.611],[-2.647,51.616],[-2.65,51.619],[-2.651,51.622],[-2.651,51.626],[-2.649,51.63],[-2.645,51.633],[-2.641,51.636],[-2.639,51.64],[-2.632,51.645],[-2.631,51.648],[-2.624,51.654],[-2.626,51.659],[-2.626,51.661],[-2.622,51.663],[-2.617,51.666],[-2.607,51.673],[-2.597,51.678],[-2.575,51.685],[-2.573,51.689],[-2.564,51.69],[-2.56,51.693],[-2.558,51.694],[-2.554,51.692],[-2.545,51.699],[-2.538,51.701],[-2.534,51.701],[-2.527,51.702],[-2.519,51.707],[-2.516,51.709],[-2.511,51.709],[-2.505,51.71],[-2.501,51.716],[-2.501,51.718],[-2.498,51.725],[-2.494,51.729],[-2.49,51.731],[-2.479,51.735],[-2.477,51.74],[-2.471,51.744],[-2.465,51.747],[-2.46,51.748],[-2.453,51.75],[-2.438,51.759],[-2.43,51.762],[-2.426,51.764],[-2.411,51.768],[-2.407,51.771],[-2.404,51.775],[-2.406,51.778],[-2.411,51.78],[-2.42,51.781],[-2.43,51.782],[-2.436,51.781],[-2.441,51.782],[-2.448,51.785],[-2.45,51.787],[-2.453,51.796],[-2.452,51.799],[-2.448,51.802],[-2.444,51.809],[-2.441,51.813],[-2.431,51.818],[-2.424,51.819],[-2.417,51.818],[-2.411,51.814],[-2.405,51.807],[-2.402,51.804],[-2.386,51.801],[-2.369,51.794],[-2.361,51.795],[-2.354,51.796],[-2.351,51.798],[-2.348,51.8],[-2.348,51.803],[-2.354,51.803],[-2.36,51.807],[-2.362,51.811],[-2.362,51.817],[-2.363,51.822],[-2.363,51.825],[-2.359,51.828],[-2.352,51.829],[-2.351,51.831],[-2.356,51.833],[-2.357,51.836],[-2.357,51.839],[-2.354,51.845],[-2.352,51.847],[-2.343,51.848],[-2.333,51.851],[-2.329,51.85],[-2.325,51.848],[-2.32,51.848],[-2.308,51.847],[-2.304,51.845],[-2.302,51.837],[-2.301,51.835],[-2.297,51.833],[-2.294,51.833],[-2.291,51.835],[-2.291,51.839],[-2.281,51.844],[-2.281,51.847],[-2.289,51.858],[-2.286,51.861],[-2.278,51.862],[-2.273,51.865],[-2.271,51.868],[-2.271,51.871],[-2.268,51.875],[-2.26,51.876],[-2.262,51.878],[-2.26,51.88],[-2.251,51.883],[-2.252,51.886],[-2.256,51.887],[-2.259,51.89],[-2.263,51.9],[-2.267,51.905],[-2.269,51.908],[-2.271,51.915],[-2.27,51.918],[-2.264,51.924],[-2.261,51.924],[-2.254,51.923],[-2.251,51.923],[-2.245,51.926],[-2.237,51.927],[-2.23,51.93],[-2.225,51.931],[-2.222,51.933],[-2.224,51.935],[-2.229,51.939],[-2.227,51.943],[-2.227,51.948],[-2.224,51.951],[-2.217,51.951],[-2.214,51.952],[-2.212,51.957],[-2.209,51.961],[-2.202,51.963],[-2.197,51.966],[-2.194,51.969],[-2.19,51.977],[-2.185,51.98],[-2.178,51.983],[-2.176,51.985],[-2.175,51.988],[-2.177,51.995],[-2.175,51.996],[-2.179,51.999],[-2.181,51.999],[-2.179,51.995],[-2.182,51.992],[-2.185,51.991],[-2.19,51.992],[-2.199,51.996],[-2.201,51.995],[-2.213,51.997],[-2.217,51.994],[-2.221,51.996],[-2.226,51.991],[-2.228,51.989],[-2.234,51.986],[-2.238,51.981],[-2.249,51.968],[-2.251,51.967],[-2.259,51.968],[-2.264,51.967],[-2.268,51.969],[-2.277,51.97],[-2.281,51.971],[-2.288,51.971],[-2.293,51.97],[-2.3,51.967],[-2.304,51.969],[-2.309,51.974],[-2.313,51.977],[-2.326,51.976],[-2.322,51.982],[-2.323,51.984],[-2.322,51.99],[-2.321,51.992],[-2.323,51.996],[-2.324,51.999],[-2.326,52],[-2.325,52.004],[-2.327,52.006],[-2.337,52.008],[-2.341,52.007],[-2.347,52.011],[-2.353,52.014],[-2.349,52.018],[-2.351,52.021]]]},"properties":{"Name":"Forest of Dean","ID":"E14001240"},"id":177}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.308,51.365],[-2.302,51.37],[-2.299,51.373],[-2.3,51.379],[-2.303,51.381],[-2.312,51.386],[-2.317,51.386],[-2.323,51.382],[-2.318,51.377],[-2.318,51.372],[-2.316,51.37],[-2.316,51.368],[-2.319,51.363],[-2.327,51.362],[-2.328,51.364],[-2.332,51.364],[-2.331,51.361],[-2.335,51.361],[-2.344,51.355],[-2.348,51.354],[-2.359,51.356],[-2.362,51.355],[-2.374,51.355],[-2.373,51.353],[-2.382,51.352],[-2.384,51.357],[-2.389,51.363],[-2.399,51.364],[-2.401,51.366],[-2.399,51.368],[-2.409,51.369],[-2.407,51.374],[-2.412,51.375],[-2.414,51.376],[-2.417,51.375],[-2.415,51.372],[-2.417,51.37],[-2.418,51.365],[-2.422,51.362],[-2.425,51.36],[-2.428,51.363],[-2.431,51.364],[-2.443,51.364],[-2.447,51.365],[-2.452,51.368],[-2.447,51.373],[-2.443,51.375],[-2.443,51.378],[-2.445,51.378],[-2.449,51.376],[-2.451,51.376],[-2.461,51.374],[-2.468,51.373],[-2.474,51.374],[-2.48,51.371],[-2.481,51.369],[-2.485,51.368],[-2.493,51.363],[-2.498,51.363],[-2.495,51.36],[-2.499,51.359],[-2.506,51.359],[-2.506,51.361],[-2.51,51.363],[-2.52,51.361],[-2.515,51.356],[-2.51,51.353],[-2.509,51.349],[-2.502,51.349],[-2.488,51.349],[-2.484,51.35],[-2.479,51.349],[-2.468,51.348],[-2.465,51.344],[-2.466,51.331],[-2.463,51.326],[-2.462,51.325],[-2.464,51.322],[-2.471,51.318],[-2.471,51.314],[-2.465,51.309],[-2.465,51.307],[-2.461,51.306],[-2.46,51.304],[-2.467,51.302],[-2.474,51.301],[-2.479,51.302],[-2.488,51.301],[-2.488,51.299],[-2.492,51.296],[-2.493,51.293],[-2.497,51.293],[-2.497,51.291],[-2.497,51.287],[-2.5,51.285],[-2.5,51.283],[-2.506,51.279],[-2.511,51.275],[-2.515,51.275],[-2.516,51.268],[-2.525,51.265],[-2.529,51.263],[-2.533,51.26],[-2.54,51.259],[-2.538,51.255],[-2.539,51.253],[-2.557,51.243],[-2.56,51.239],[-2.555,51.239],[-2.553,51.237],[-2.554,51.234],[-2.552,51.228],[-2.546,51.226],[-2.552,51.214],[-2.555,51.211],[-2.544,51.207],[-2.537,51.206],[-2.531,51.206],[-2.531,51.204],[-2.524,51.203],[-2.529,51.189],[-2.526,51.19],[-2.522,51.187],[-2.523,51.185],[-2.521,51.18],[-2.521,51.176],[-2.52,51.174],[-2.528,51.171],[-2.537,51.169],[-2.541,51.161],[-2.545,51.161],[-2.557,51.159],[-2.565,51.155],[-2.567,51.155],[-2.571,51.153],[-2.569,51.15],[-2.573,51.147],[-2.578,51.149],[-2.58,51.146],[-2.583,51.146],[-2.587,51.143],[-2.595,51.142],[-2.598,51.144],[-2.607,51.144],[-2.609,51.149],[-2.607,51.151],[-2.609,51.155],[-2.609,51.157],[-2.613,51.158],[-2.615,51.162],[-2.622,51.16],[-2.631,51.16],[-2.635,51.158],[-2.64,51.159],[-2.641,51.16],[-2.647,51.161],[-2.652,51.161],[-2.652,51.163],[-2.67,51.164],[-2.663,51.16],[-2.666,51.158],[-2.661,51.153],[-2.665,51.151],[-2.666,51.147],[-2.664,51.146],[-2.664,51.14],[-2.668,51.137],[-2.668,51.135],[-2.67,51.132],[-2.669,51.128],[-2.665,51.125],[-2.661,51.125],[-2.653,51.127],[-2.647,51.125],[-2.642,51.125],[-2.637,51.122],[-2.63,51.123],[-2.626,51.125],[-2.622,51.123],[-2.624,51.117],[-2.623,51.115],[-2.62,51.114],[-2.621,51.11],[-2.621,51.106],[-2.617,51.103],[-2.613,51.104],[-2.604,51.104],[-2.602,51.105],[-2.597,51.102],[-2.598,51.098],[-2.593,51.093],[-2.589,51.091],[-2.581,51.09],[-2.579,51.089],[-2.57,51.091],[-2.565,51.093],[-2.562,51.092],[-2.555,51.092],[-2.553,51.095],[-2.547,51.098],[-2.537,51.099],[-2.534,51.1],[-2.526,51.102],[-2.521,51.102],[-2.52,51.103],[-2.517,51.104],[-2.511,51.104],[-2.503,51.107],[-2.499,51.11],[-2.502,51.113],[-2.493,51.114],[-2.485,51.117],[-2.482,51.119],[-2.478,51.118],[-2.471,51.119],[-2.469,51.122],[-2.465,51.122],[-2.463,51.123],[-2.453,51.123],[-2.448,51.127],[-2.449,51.128],[-2.444,51.132],[-2.439,51.133],[-2.435,51.133],[-2.434,51.137],[-2.428,51.143],[-2.425,51.142],[-2.419,51.141],[-2.412,51.144],[-2.411,51.146],[-2.408,51.148],[-2.404,51.145],[-2.405,51.142],[-2.401,51.14],[-2.391,51.144],[-2.385,51.143],[-2.377,51.143],[-2.375,51.144],[-2.369,51.143],[-2.368,51.141],[-2.364,51.137],[-2.36,51.136],[-2.355,51.133],[-2.352,51.133],[-2.346,51.131],[-2.346,51.133],[-2.341,51.135],[-2.332,51.138],[-2.331,51.141],[-2.332,51.145],[-2.322,51.154],[-2.32,51.158],[-2.317,51.159],[-2.312,51.164],[-2.311,51.167],[-2.306,51.171],[-2.304,51.172],[-2.299,51.175],[-2.298,51.18],[-2.292,51.186],[-2.291,51.188],[-2.288,51.188],[-2.288,51.192],[-2.285,51.193],[-2.285,51.197],[-2.281,51.198],[-2.28,51.202],[-2.273,51.208],[-2.267,51.217],[-2.269,51.218],[-2.268,51.221],[-2.268,51.224],[-2.264,51.23],[-2.261,51.239],[-2.255,51.243],[-2.253,51.247],[-2.245,51.254],[-2.25,51.259],[-2.245,51.264],[-2.245,51.272],[-2.247,51.275],[-2.247,51.278],[-2.251,51.283],[-2.253,51.29],[-2.257,51.292],[-2.261,51.291],[-2.265,51.293],[-2.263,51.295],[-2.267,51.296],[-2.27,51.295],[-2.273,51.295],[-2.28,51.292],[-2.279,51.295],[-2.281,51.299],[-2.278,51.303],[-2.278,51.305],[-2.283,51.308],[-2.283,51.311],[-2.277,51.31],[-2.276,51.312],[-2.272,51.314],[-2.273,51.319],[-2.275,51.322],[-2.273,51.323],[-2.277,51.325],[-2.281,51.324],[-2.289,51.325],[-2.287,51.328],[-2.291,51.331],[-2.3,51.332],[-2.3,51.336],[-2.294,51.338],[-2.296,51.342],[-2.298,51.343],[-2.303,51.341],[-2.306,51.342],[-2.311,51.34],[-2.318,51.345],[-2.32,51.347],[-2.324,51.348],[-2.333,51.346],[-2.339,51.346],[-2.341,51.345],[-2.344,51.346],[-2.342,51.348],[-2.337,51.351],[-2.332,51.352],[-2.328,51.354],[-2.326,51.354],[-2.322,51.357],[-2.319,51.356],[-2.31,51.358],[-2.311,51.361],[-2.308,51.365]]]},"properties":{"Name":"Frome and East Somerset","ID":"E14001241"},"id":178}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.878,53.861],[-2.885,53.863],[-2.892,53.863],[-2.896,53.86],[-2.901,53.864],[-2.904,53.865],[-2.911,53.864],[-2.912,53.86],[-2.921,53.857],[-2.925,53.856],[-2.933,53.856],[-2.938,53.852],[-2.944,53.85],[-2.951,53.853],[-2.956,53.856],[-2.958,53.86],[-2.964,53.861],[-2.973,53.86],[-2.977,53.862],[-2.979,53.859],[-2.982,53.858],[-2.984,53.857],[-2.989,53.858],[-2.995,53.861],[-2.997,53.852],[-3.007,53.85],[-3.009,53.852],[-3.018,53.848],[-3.018,53.845],[-3.015,53.843],[-3.02,53.841],[-3.019,53.837],[-3.016,53.838],[-3.016,53.841],[-3.01,53.837],[-3.007,53.833],[-3.009,53.83],[-3.013,53.829],[-3.009,53.825],[-3.003,53.823],[-2.998,53.819],[-2.995,53.818],[-2.995,53.815],[-2.992,53.808],[-2.987,53.802],[-2.99,53.8],[-2.987,53.799],[-2.983,53.794],[-2.99,53.794],[-2.999,53.794],[-3.004,53.791],[-3.006,53.788],[-2.996,53.775],[-3.01,53.774],[-3.016,53.775],[-3.029,53.773],[-3.033,53.781],[-3.057,53.777],[-3.055,53.762],[-3.052,53.761],[-3.047,53.754],[-3.04,53.749],[-3.039,53.748],[-3.035,53.748],[-3.029,53.744],[-3.015,53.739],[-3.005,53.737],[-2.992,53.737],[-2.98,53.734],[-2.975,53.734],[-2.963,53.734],[-2.958,53.733],[-2.929,53.731],[-2.919,53.731],[-2.904,53.733],[-2.879,53.735],[-2.871,53.737],[-2.859,53.738],[-2.848,53.74],[-2.831,53.744],[-2.823,53.745],[-2.815,53.748],[-2.804,53.75],[-2.794,53.752],[-2.79,53.756],[-2.792,53.761],[-2.794,53.761],[-2.795,53.763],[-2.799,53.766],[-2.798,53.768],[-2.799,53.771],[-2.791,53.781],[-2.786,53.784],[-2.78,53.788],[-2.783,53.79],[-2.812,53.808],[-2.815,53.808],[-2.819,53.814],[-2.822,53.818],[-2.826,53.82],[-2.836,53.826],[-2.841,53.831],[-2.849,53.832],[-2.857,53.831],[-2.863,53.829],[-2.869,53.831],[-2.869,53.834],[-2.861,53.837],[-2.859,53.839],[-2.858,53.843],[-2.868,53.846],[-2.872,53.843],[-2.884,53.844],[-2.89,53.846],[-2.891,53.848],[-2.887,53.851],[-2.89,53.852],[-2.884,53.856],[-2.876,53.857],[-2.878,53.861]]]},"properties":{"Name":"Fylde","ID":"E14001242"},"id":179}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.132,53.436],[-0.134,53.441],[-0.139,53.442],[-0.144,53.441],[-0.149,53.447],[-0.152,53.453],[-0.156,53.457],[-0.157,53.463],[-0.159,53.468],[-0.166,53.467],[-0.169,53.467],[-0.182,53.469],[-0.182,53.476],[-0.185,53.477],[-0.184,53.479],[-0.188,53.48],[-0.187,53.483],[-0.194,53.484],[-0.202,53.487],[-0.211,53.486],[-0.208,53.495],[-0.205,53.499],[-0.208,53.503],[-0.204,53.507],[-0.204,53.509],[-0.206,53.515],[-0.211,53.522],[-0.214,53.526],[-0.211,53.532],[-0.22,53.533],[-0.214,53.539],[-0.196,53.556],[-0.19,53.561],[-0.188,53.564],[-0.192,53.568],[-0.195,53.572],[-0.198,53.57],[-0.205,53.572],[-0.209,53.57],[-0.213,53.57],[-0.217,53.568],[-0.223,53.568],[-0.225,53.57],[-0.224,53.572],[-0.228,53.574],[-0.227,53.576],[-0.231,53.58],[-0.231,53.581],[-0.235,53.586],[-0.239,53.588],[-0.243,53.586],[-0.249,53.587],[-0.251,53.589],[-0.248,53.594],[-0.254,53.592],[-0.259,53.597],[-0.262,53.596],[-0.268,53.599],[-0.27,53.599],[-0.275,53.602],[-0.283,53.605],[-0.281,53.606],[-0.285,53.609],[-0.287,53.612],[-0.29,53.611],[-0.292,53.614],[-0.298,53.613],[-0.301,53.616],[-0.306,53.614],[-0.309,53.614],[-0.305,53.605],[-0.303,53.603],[-0.304,53.601],[-0.301,53.595],[-0.305,53.594],[-0.303,53.591],[-0.311,53.59],[-0.31,53.588],[-0.314,53.586],[-0.314,53.584],[-0.324,53.576],[-0.323,53.575],[-0.327,53.571],[-0.336,53.559],[-0.346,53.558],[-0.348,53.556],[-0.356,53.556],[-0.363,53.559],[-0.389,53.56],[-0.393,53.561],[-0.417,53.563],[-0.42,53.564],[-0.424,53.57],[-0.428,53.573],[-0.429,53.575],[-0.439,53.571],[-0.445,53.564],[-0.453,53.56],[-0.458,53.559],[-0.463,53.556],[-0.466,53.556],[-0.467,53.554],[-0.467,53.549],[-0.475,53.548],[-0.477,53.546],[-0.483,53.545],[-0.491,53.546],[-0.492,53.544],[-0.496,53.54],[-0.501,53.537],[-0.481,53.538],[-0.463,53.541],[-0.443,53.546],[-0.434,53.546],[-0.431,53.546],[-0.428,53.544],[-0.428,53.541],[-0.422,53.534],[-0.415,53.536],[-0.408,53.532],[-0.409,53.529],[-0.406,53.525],[-0.407,53.521],[-0.405,53.518],[-0.414,53.515],[-0.422,53.514],[-0.427,53.512],[-0.439,53.511],[-0.449,53.509],[-0.455,53.509],[-0.462,53.51],[-0.479,53.508],[-0.488,53.505],[-0.482,53.5],[-0.481,53.496],[-0.485,53.49],[-0.487,53.489],[-0.489,53.485],[-0.486,53.48],[-0.474,53.477],[-0.472,53.475],[-0.484,53.472],[-0.501,53.469],[-0.505,53.468],[-0.513,53.468],[-0.525,53.465],[-0.535,53.463],[-0.552,53.461],[-0.552,53.46],[-0.566,53.458],[-0.584,53.457],[-0.599,53.456],[-0.613,53.457],[-0.63,53.458],[-0.627,53.462],[-0.629,53.465],[-0.635,53.47],[-0.635,53.472],[-0.633,53.474],[-0.634,53.48],[-0.632,53.48],[-0.634,53.485],[-0.63,53.486],[-0.631,53.488],[-0.629,53.491],[-0.626,53.496],[-0.626,53.499],[-0.628,53.507],[-0.624,53.513],[-0.661,53.514],[-0.676,53.513],[-0.682,53.515],[-0.685,53.514],[-0.689,53.516],[-0.698,53.516],[-0.702,53.514],[-0.714,53.517],[-0.729,53.519],[-0.739,53.52],[-0.742,53.51],[-0.748,53.504],[-0.751,53.501],[-0.755,53.5],[-0.761,53.5],[-0.766,53.5],[-0.768,53.498],[-0.768,53.494],[-0.773,53.491],[-0.775,53.489],[-0.771,53.483],[-0.771,53.48],[-0.773,53.478],[-0.778,53.478],[-0.783,53.477],[-0.785,53.474],[-0.784,53.464],[-0.785,53.462],[-0.793,53.457],[-0.8,53.453],[-0.805,53.447],[-0.809,53.444],[-0.82,53.441],[-0.819,53.437],[-0.815,53.432],[-0.817,53.426],[-0.808,53.42],[-0.804,53.418],[-0.795,53.415],[-0.79,53.416],[-0.788,53.414],[-0.791,53.411],[-0.788,53.404],[-0.785,53.402],[-0.78,53.4],[-0.776,53.397],[-0.776,53.391],[-0.777,53.389],[-0.784,53.386],[-0.775,53.379],[-0.775,53.377],[-0.781,53.376],[-0.785,53.375],[-0.79,53.368],[-0.79,53.363],[-0.781,53.362],[-0.777,53.365],[-0.773,53.364],[-0.765,53.356],[-0.76,53.355],[-0.758,53.352],[-0.762,53.35],[-0.764,53.346],[-0.763,53.345],[-0.758,53.342],[-0.756,53.339],[-0.759,53.336],[-0.762,53.332],[-0.766,53.33],[-0.76,53.325],[-0.754,53.326],[-0.75,53.325],[-0.75,53.323],[-0.753,53.321],[-0.753,53.314],[-0.752,53.309],[-0.747,53.305],[-0.746,53.304],[-0.75,53.294],[-0.754,53.292],[-0.76,53.294],[-0.759,53.297],[-0.761,53.299],[-0.764,53.298],[-0.764,53.295],[-0.766,53.291],[-0.777,53.284],[-0.777,53.282],[-0.772,53.278],[-0.764,53.273],[-0.765,53.27],[-0.772,53.261],[-0.773,53.259],[-0.772,53.256],[-0.77,53.254],[-0.772,53.252],[-0.777,53.252],[-0.778,53.251],[-0.777,53.247],[-0.761,53.246],[-0.752,53.245],[-0.741,53.244],[-0.735,53.244],[-0.734,53.254],[-0.713,53.258],[-0.695,53.258],[-0.691,53.258],[-0.688,53.258],[-0.667,53.24],[-0.666,53.241],[-0.654,53.242],[-0.649,53.243],[-0.646,53.247],[-0.648,53.253],[-0.632,53.255],[-0.632,53.256],[-0.622,53.258],[-0.619,53.257],[-0.611,53.256],[-0.595,53.245],[-0.56,53.251],[-0.539,53.255],[-0.531,53.254],[-0.515,53.254],[-0.506,53.25],[-0.502,53.251],[-0.501,53.248],[-0.496,53.247],[-0.496,53.241],[-0.494,53.233],[-0.496,53.234],[-0.495,53.225],[-0.488,53.225],[-0.474,53.227],[-0.463,53.227],[-0.446,53.23],[-0.43,53.231],[-0.414,53.23],[-0.399,53.231],[-0.382,53.232],[-0.379,53.231],[-0.371,53.226],[-0.366,53.225],[-0.36,53.227],[-0.353,53.228],[-0.348,53.224],[-0.346,53.219],[-0.348,53.217],[-0.346,53.214],[-0.342,53.212],[-0.337,53.208],[-0.338,53.204],[-0.336,53.202],[-0.33,53.201],[-0.326,53.196],[-0.325,53.191],[-0.32,53.185],[-0.31,53.182],[-0.3,53.182],[-0.295,53.18],[-0.29,53.179],[-0.288,53.185],[-0.292,53.192],[-0.291,53.195],[-0.294,53.201],[-0.302,53.21],[-0.301,53.214],[-0.293,53.219],[-0.288,53.222],[-0.289,53.223],[-0.28,53.226],[-0.276,53.232],[-0.276,53.234],[-0.282,53.241],[-0.282,53.247],[-0.28,53.25],[-0.291,53.255],[-0.287,53.258],[-0.293,53.259],[-0.29,53.264],[-0.301,53.264],[-0.299,53.269],[-0.304,53.27],[-0.302,53.273],[-0.303,53.275],[-0.315,53.277],[-0.316,53.28],[-0.313,53.283],[-0.314,53.285],[-0.312,53.288],[-0.315,53.29],[-0.314,53.294],[-0.317,53.298],[-0.306,53.302],[-0.296,53.303],[-0.3,53.311],[-0.31,53.32],[-0.303,53.323],[-0.3,53.325],[-0.297,53.33],[-0.299,53.331],[-0.293,53.334],[-0.285,53.328],[-0.278,53.324],[-0.276,53.322],[-0.272,53.322],[-0.269,53.325],[-0.255,53.33],[-0.25,53.334],[-0.256,53.34],[-0.256,53.344],[-0.244,53.347],[-0.241,53.349],[-0.232,53.351],[-0.23,53.355],[-0.225,53.356],[-0.223,53.358],[-0.221,53.362],[-0.215,53.367],[-0.209,53.371],[-0.205,53.372],[-0.207,53.374],[-0.216,53.38],[-0.217,53.382],[-0.224,53.387],[-0.228,53.393],[-0.229,53.398],[-0.225,53.4],[-0.219,53.4],[-0.216,53.402],[-0.218,53.403],[-0.213,53.404],[-0.206,53.408],[-0.21,53.411],[-0.21,53.414],[-0.211,53.415],[-0.213,53.42],[-0.217,53.424],[-0.214,53.429],[-0.202,53.431],[-0.197,53.432],[-0.196,53.435],[-0.191,53.435],[-0.185,53.437],[-0.181,53.441],[-0.175,53.438],[-0.164,53.438],[-0.159,53.437],[-0.141,53.435],[-0.135,53.436],[-0.132,53.436]]]},"properties":{"Name":"Gainsborough","ID":"E14001243"},"id":180}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.557,54.93],[-1.562,54.934],[-1.572,54.934],[-1.576,54.938],[-1.583,54.941],[-1.574,54.95],[-1.583,54.951],[-1.584,54.952],[-1.582,54.956],[-1.582,54.96],[-1.579,54.964],[-1.583,54.965],[-1.588,54.969],[-1.594,54.97],[-1.605,54.968],[-1.61,54.966],[-1.615,54.962],[-1.63,54.958],[-1.635,54.957],[-1.637,54.958],[-1.648,54.959],[-1.649,54.959],[-1.66,54.962],[-1.676,54.964],[-1.679,54.963],[-1.684,54.96],[-1.684,54.958],[-1.684,54.957],[-1.686,54.956],[-1.692,54.955],[-1.696,54.952],[-1.699,54.949],[-1.7,54.947],[-1.706,54.946],[-1.707,54.943],[-1.71,54.942],[-1.711,54.938],[-1.714,54.936],[-1.718,54.938],[-1.723,54.936],[-1.718,54.933],[-1.726,54.929],[-1.73,54.923],[-1.736,54.924],[-1.737,54.919],[-1.731,54.917],[-1.728,54.913],[-1.728,54.91],[-1.725,54.909],[-1.716,54.908],[-1.71,54.909],[-1.699,54.909],[-1.698,54.906],[-1.692,54.903],[-1.688,54.908],[-1.682,54.908],[-1.675,54.909],[-1.67,54.909],[-1.67,54.916],[-1.667,54.916],[-1.67,54.921],[-1.666,54.922],[-1.657,54.927],[-1.656,54.929],[-1.651,54.93],[-1.645,54.928],[-1.642,54.931],[-1.643,54.934],[-1.639,54.935],[-1.635,54.933],[-1.626,54.933],[-1.624,54.93],[-1.619,54.932],[-1.61,54.934],[-1.608,54.927],[-1.605,54.922],[-1.596,54.919],[-1.59,54.92],[-1.588,54.917],[-1.584,54.918],[-1.583,54.92],[-1.582,54.924],[-1.573,54.925],[-1.571,54.924],[-1.557,54.93]]]},"properties":{"Name":"Gateshead Central and Whickham","ID":"E14001244"},"id":181}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.007,52.985],[-1.009,52.989],[-1.015,52.99],[-1.017,52.989],[-1.022,52.993],[-1.031,52.993],[-1.034,52.996],[-1.038,52.996],[-1.039,53],[-1.034,53.005],[-1.037,53.007],[-1.046,53.007],[-1.049,53.01],[-1.053,53.011],[-1.054,53.014],[-1.042,53.019],[-1.032,53.02],[-1.03,53.021],[-1.031,53.025],[-1.036,53.027],[-1.042,53.031],[-1.049,53.033],[-1.053,53.032],[-1.054,53.03],[-1.064,53.03],[-1.074,53.031],[-1.08,53.031],[-1.093,53.03],[-1.097,53.028],[-1.109,53.03],[-1.11,53.027],[-1.115,53.021],[-1.13,53.026],[-1.134,53.023],[-1.137,53.028],[-1.137,53.032],[-1.14,53.034],[-1.142,53.042],[-1.146,53.045],[-1.151,53.047],[-1.156,53.047],[-1.172,53.043],[-1.175,53.039],[-1.177,53.037],[-1.177,53.035],[-1.179,53.025],[-1.183,53.022],[-1.183,53.019],[-1.184,53.014],[-1.171,53.014],[-1.168,53.014],[-1.167,53.01],[-1.158,53.011],[-1.144,53.007],[-1.152,52.997],[-1.146,52.998],[-1.141,52.997],[-1.14,52.993],[-1.141,52.989],[-1.14,52.986],[-1.133,52.987],[-1.124,52.983],[-1.126,52.981],[-1.121,52.974],[-1.12,52.968],[-1.115,52.965],[-1.104,52.964],[-1.102,52.962],[-1.101,52.959],[-1.097,52.958],[-1.092,52.955],[-1.092,52.953],[-1.088,52.952],[-1.086,52.949],[-1.083,52.948],[-1.075,52.956],[-1.068,52.955],[-1.064,52.951],[-1.054,52.951],[-1.049,52.953],[-1.041,52.951],[-1.037,52.956],[-1.034,52.958],[-1.033,52.967],[-1.036,52.972],[-1.038,52.982],[-1.034,52.986],[-1.027,52.986],[-1.024,52.985],[-1.019,52.98],[-1.014,52.981],[-1.007,52.985]]]},"properties":{"Name":"Gedling","ID":"E14001245"},"id":182}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.627,51.375],[0.624,51.376],[0.625,51.381],[0.628,51.382],[0.63,51.384],[0.633,51.384],[0.636,51.387],[0.635,51.389],[0.627,51.388],[0.621,51.389],[0.622,51.383],[0.617,51.378],[0.614,51.378],[0.61,51.381],[0.606,51.381],[0.599,51.385],[0.596,51.387],[0.593,51.388],[0.593,51.39],[0.588,51.391],[0.585,51.39],[0.58,51.391],[0.577,51.391],[0.575,51.393],[0.572,51.393],[0.568,51.395],[0.558,51.397],[0.555,51.399],[0.552,51.395],[0.544,51.397],[0.541,51.396],[0.543,51.394],[0.538,51.392],[0.537,51.39],[0.543,51.389],[0.541,51.386],[0.538,51.385],[0.536,51.38],[0.536,51.378],[0.545,51.375],[0.552,51.374],[0.551,51.372],[0.553,51.368],[0.555,51.367],[0.555,51.363],[0.561,51.36],[0.562,51.356],[0.565,51.352],[0.565,51.348],[0.563,51.339],[0.57,51.337],[0.575,51.338],[0.583,51.335],[0.586,51.335],[0.597,51.333],[0.601,51.333],[0.604,51.336],[0.608,51.335],[0.612,51.338],[0.614,51.341],[0.618,51.348],[0.622,51.35],[0.625,51.355],[0.629,51.359],[0.635,51.366],[0.623,51.369],[0.626,51.371],[0.627,51.375]]],[[[0.614,51.4],[0.612,51.401],[0.602,51.402],[0.595,51.399],[0.599,51.395],[0.603,51.394],[0.612,51.4],[0.614,51.4]]]]},"properties":{"Name":"Gillingham and Rainham","ID":"E14001246"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.67,51.164],[-2.681,51.166],[-2.709,51.169],[-2.717,51.17],[-2.718,51.167],[-2.722,51.165],[-2.725,51.165],[-2.727,51.16],[-2.731,51.155],[-2.745,51.16],[-2.745,51.143],[-2.751,51.141],[-2.755,51.139],[-2.756,51.135],[-2.758,51.134],[-2.759,51.127],[-2.756,51.126],[-2.755,51.123],[-2.752,51.121],[-2.753,51.117],[-2.754,51.111],[-2.752,51.108],[-2.754,51.105],[-2.765,51.108],[-2.772,51.097],[-2.791,51.098],[-2.794,51.108],[-2.82,51.108],[-2.845,51.102],[-2.85,51.103],[-2.857,51.078],[-2.859,51.078],[-2.878,51.081],[-2.883,51.074],[-2.888,51.069],[-2.891,51.067],[-2.893,51.061],[-2.893,51.055],[-2.885,51.049],[-2.884,51.049],[-2.884,51.048],[-2.884,51.047],[-2.926,51.022],[-2.946,51.014],[-2.951,51.01],[-2.948,51.006],[-2.949,51.003],[-2.957,51.002],[-2.96,51.001],[-2.972,51],[-2.978,50.998],[-2.981,50.994],[-2.979,50.993],[-2.984,50.99],[-2.978,50.985],[-2.976,50.977],[-2.975,50.973],[-2.983,50.972],[-2.982,50.969],[-2.98,50.967],[-2.98,50.965],[-2.985,50.963],[-2.976,50.962],[-2.969,50.966],[-2.964,50.965],[-2.96,50.967],[-2.957,50.964],[-2.95,50.958],[-2.938,50.951],[-2.934,50.948],[-2.929,50.94],[-2.923,50.94],[-2.919,50.942],[-2.916,50.945],[-2.908,50.945],[-2.904,50.949],[-2.902,50.948],[-2.897,50.95],[-2.895,50.952],[-2.898,50.959],[-2.892,50.957],[-2.885,50.957],[-2.88,50.957],[-2.877,50.955],[-2.868,50.952],[-2.864,50.949],[-2.856,50.957],[-2.854,50.96],[-2.855,50.963],[-2.853,50.967],[-2.849,50.964],[-2.835,50.959],[-2.835,50.961],[-2.83,50.963],[-2.824,50.961],[-2.811,50.963],[-2.809,50.964],[-2.802,50.966],[-2.797,50.97],[-2.795,50.966],[-2.791,50.964],[-2.791,50.962],[-2.792,50.957],[-2.791,50.954],[-2.785,50.952],[-2.785,50.949],[-2.782,50.945],[-2.771,50.94],[-2.771,50.936],[-2.768,50.935],[-2.759,50.935],[-2.754,50.939],[-2.748,50.938],[-2.739,50.935],[-2.737,50.931],[-2.732,50.928],[-2.728,50.927],[-2.723,50.931],[-2.723,50.933],[-2.726,50.938],[-2.718,50.94],[-2.72,50.943],[-2.713,50.942],[-2.713,50.947],[-2.714,50.949],[-2.711,50.952],[-2.706,50.952],[-2.702,50.954],[-2.701,50.956],[-2.696,50.959],[-2.692,50.959],[-2.693,50.962],[-2.689,50.962],[-2.688,50.967],[-2.681,50.966],[-2.675,50.963],[-2.669,50.966],[-2.671,50.971],[-2.667,50.974],[-2.662,50.973],[-2.653,50.975],[-2.651,50.978],[-2.645,50.978],[-2.645,50.975],[-2.641,50.973],[-2.636,50.969],[-2.635,50.961],[-2.633,50.963],[-2.628,50.964],[-2.622,50.962],[-2.615,50.962],[-2.612,50.959],[-2.598,50.96],[-2.595,50.961],[-2.596,50.965],[-2.6,50.967],[-2.598,50.973],[-2.603,50.976],[-2.596,50.981],[-2.589,50.977],[-2.583,50.979],[-2.581,50.981],[-2.575,50.983],[-2.575,50.987],[-2.569,50.985],[-2.562,50.978],[-2.556,50.98],[-2.553,50.983],[-2.545,50.985],[-2.545,50.992],[-2.552,50.994],[-2.551,50.996],[-2.547,50.997],[-2.547,51],[-2.535,50.999],[-2.536,50.994],[-2.53,50.993],[-2.523,50.992],[-2.52,50.994],[-2.513,50.994],[-2.509,50.995],[-2.502,50.994],[-2.497,50.987],[-2.492,50.979],[-2.489,50.977],[-2.488,50.973],[-2.485,50.971],[-2.48,50.966],[-2.475,50.963],[-2.476,50.961],[-2.475,50.958],[-2.467,50.96],[-2.464,50.955],[-2.461,50.956],[-2.458,50.953],[-2.46,50.951],[-2.455,50.949],[-2.449,50.953],[-2.443,50.958],[-2.442,50.963],[-2.445,50.963],[-2.447,50.968],[-2.437,50.969],[-2.428,50.971],[-2.425,50.97],[-2.42,50.965],[-2.418,50.962],[-2.415,50.961],[-2.403,50.965],[-2.398,50.968],[-2.389,50.97],[-2.384,50.972],[-2.375,50.973],[-2.358,50.977],[-2.346,50.979],[-2.344,50.982],[-2.345,50.984],[-2.353,50.99],[-2.355,50.991],[-2.371,50.992],[-2.375,50.991],[-2.381,50.997],[-2.381,51.005],[-2.378,51.007],[-2.376,51.01],[-2.378,51.012],[-2.371,51.014],[-2.367,51.018],[-2.363,51.02],[-2.361,51.025],[-2.352,51.029],[-2.347,51.032],[-2.344,51.033],[-2.343,51.035],[-2.338,51.037],[-2.335,51.04],[-2.332,51.04],[-2.33,51.042],[-2.333,51.047],[-2.333,51.051],[-2.34,51.056],[-2.344,51.055],[-2.35,51.062],[-2.349,51.071],[-2.343,51.075],[-2.337,51.075],[-2.33,51.077],[-2.326,51.08],[-2.329,51.085],[-2.336,51.087],[-2.339,51.086],[-2.341,51.088],[-2.347,51.088],[-2.354,51.095],[-2.355,51.097],[-2.361,51.1],[-2.363,51.104],[-2.361,51.109],[-2.363,51.114],[-2.366,51.115],[-2.365,51.119],[-2.361,51.12],[-2.356,51.121],[-2.353,51.123],[-2.346,51.124],[-2.343,51.127],[-2.346,51.131],[-2.352,51.133],[-2.355,51.133],[-2.36,51.136],[-2.364,51.137],[-2.368,51.141],[-2.369,51.143],[-2.375,51.144],[-2.377,51.143],[-2.385,51.143],[-2.391,51.144],[-2.401,51.14],[-2.405,51.142],[-2.404,51.145],[-2.408,51.148],[-2.411,51.146],[-2.412,51.144],[-2.419,51.141],[-2.425,51.142],[-2.428,51.143],[-2.434,51.137],[-2.435,51.133],[-2.439,51.133],[-2.444,51.132],[-2.449,51.128],[-2.448,51.127],[-2.453,51.123],[-2.463,51.123],[-2.465,51.122],[-2.469,51.122],[-2.471,51.119],[-2.478,51.118],[-2.482,51.119],[-2.485,51.117],[-2.493,51.114],[-2.502,51.113],[-2.499,51.11],[-2.503,51.107],[-2.511,51.104],[-2.517,51.104],[-2.52,51.103],[-2.521,51.102],[-2.526,51.102],[-2.534,51.1],[-2.537,51.099],[-2.547,51.098],[-2.553,51.095],[-2.555,51.092],[-2.562,51.092],[-2.565,51.093],[-2.57,51.091],[-2.579,51.089],[-2.581,51.09],[-2.589,51.091],[-2.593,51.093],[-2.598,51.098],[-2.597,51.102],[-2.602,51.105],[-2.604,51.104],[-2.613,51.104],[-2.617,51.103],[-2.621,51.106],[-2.621,51.11],[-2.62,51.114],[-2.623,51.115],[-2.624,51.117],[-2.622,51.123],[-2.626,51.125],[-2.63,51.123],[-2.637,51.122],[-2.642,51.125],[-2.647,51.125],[-2.653,51.127],[-2.661,51.125],[-2.665,51.125],[-2.669,51.128],[-2.67,51.132],[-2.668,51.135],[-2.668,51.137],[-2.664,51.14],[-2.664,51.146],[-2.666,51.147],[-2.665,51.151],[-2.661,51.153],[-2.666,51.158],[-2.663,51.16],[-2.67,51.164]]]},"properties":{"Name":"Glastonbury and Somerton","ID":"E14001247"},"id":184}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.198,51.872],[-2.209,51.867],[-2.217,51.863],[-2.223,51.859],[-2.231,51.862],[-2.227,51.866],[-2.225,51.87],[-2.229,51.873],[-2.233,51.875],[-2.241,51.876],[-2.24,51.883],[-2.246,51.881],[-2.252,51.878],[-2.26,51.876],[-2.268,51.875],[-2.27,51.871],[-2.269,51.868],[-2.275,51.862],[-2.285,51.86],[-2.287,51.858],[-2.28,51.848],[-2.279,51.845],[-2.281,51.843],[-2.29,51.839],[-2.29,51.835],[-2.295,51.832],[-2.299,51.832],[-2.301,51.832],[-2.301,51.827],[-2.298,51.825],[-2.291,51.822],[-2.29,51.82],[-2.281,51.816],[-2.283,51.815],[-2.272,51.812],[-2.27,51.81],[-2.263,51.808],[-2.257,51.821],[-2.255,51.821],[-2.249,51.825],[-2.246,51.826],[-2.238,51.825],[-2.231,51.826],[-2.227,51.828],[-2.225,51.827],[-2.226,51.822],[-2.223,51.821],[-2.214,51.826],[-2.209,51.829],[-2.202,51.836],[-2.192,51.842],[-2.187,51.846],[-2.182,51.852],[-2.177,51.856],[-2.187,51.862],[-2.196,51.866],[-2.198,51.872]]]},"properties":{"Name":"Gloucester","ID":"E14001248"},"id":185}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.651,51.243],[-0.654,51.242],[-0.666,51.242],[-0.681,51.238],[-0.688,51.238],[-0.693,51.237],[-0.698,51.235],[-0.703,51.238],[-0.706,51.243],[-0.704,51.247],[-0.706,51.257],[-0.702,51.266],[-0.703,51.271],[-0.705,51.275],[-0.708,51.276],[-0.712,51.279],[-0.71,51.282],[-0.717,51.282],[-0.72,51.279],[-0.728,51.28],[-0.731,51.28],[-0.733,51.277],[-0.73,51.274],[-0.73,51.27],[-0.731,51.268],[-0.732,51.262],[-0.734,51.26],[-0.733,51.258],[-0.729,51.256],[-0.731,51.252],[-0.734,51.251],[-0.736,51.249],[-0.735,51.247],[-0.738,51.241],[-0.736,51.238],[-0.739,51.236],[-0.739,51.234],[-0.742,51.231],[-0.746,51.23],[-0.745,51.228],[-0.742,51.228],[-0.742,51.224],[-0.747,51.223],[-0.746,51.221],[-0.743,51.222],[-0.742,51.22],[-0.746,51.217],[-0.748,51.214],[-0.748,51.211],[-0.746,51.207],[-0.742,51.206],[-0.732,51.197],[-0.724,51.192],[-0.724,51.19],[-0.73,51.188],[-0.733,51.181],[-0.737,51.179],[-0.741,51.18],[-0.748,51.172],[-0.749,51.161],[-0.748,51.16],[-0.746,51.154],[-0.738,51.147],[-0.737,51.144],[-0.737,51.14],[-0.734,51.139],[-0.733,51.134],[-0.733,51.126],[-0.734,51.121],[-0.73,51.114],[-0.723,51.112],[-0.714,51.113],[-0.709,51.107],[-0.703,51.106],[-0.699,51.103],[-0.688,51.108],[-0.68,51.103],[-0.679,51.102],[-0.683,51.099],[-0.678,51.097],[-0.68,51.096],[-0.675,51.093],[-0.683,51.091],[-0.687,51.088],[-0.686,51.085],[-0.689,51.084],[-0.686,51.082],[-0.687,51.076],[-0.682,51.075],[-0.679,51.076],[-0.669,51.077],[-0.664,51.082],[-0.657,51.082],[-0.654,51.083],[-0.648,51.083],[-0.646,51.084],[-0.638,51.085],[-0.634,51.087],[-0.63,51.089],[-0.621,51.088],[-0.615,51.085],[-0.608,51.082],[-0.605,51.081],[-0.6,51.08],[-0.595,51.08],[-0.588,51.084],[-0.578,51.087],[-0.569,51.086],[-0.567,51.085],[-0.558,51.083],[-0.556,51.084],[-0.551,51.083],[-0.541,51.083],[-0.539,51.082],[-0.533,51.086],[-0.536,51.089],[-0.537,51.091],[-0.535,51.094],[-0.529,51.092],[-0.527,51.09],[-0.523,51.092],[-0.517,51.091],[-0.513,51.089],[-0.507,51.088],[-0.503,51.089],[-0.492,51.094],[-0.489,51.097],[-0.483,51.096],[-0.478,51.097],[-0.474,51.097],[-0.471,51.098],[-0.461,51.099],[-0.457,51.101],[-0.453,51.1],[-0.446,51.1],[-0.439,51.102],[-0.44,51.098],[-0.432,51.101],[-0.422,51.104],[-0.419,51.105],[-0.418,51.12],[-0.417,51.125],[-0.421,51.125],[-0.428,51.124],[-0.43,51.129],[-0.439,51.13],[-0.441,51.127],[-0.444,51.127],[-0.447,51.132],[-0.45,51.132],[-0.451,51.136],[-0.452,51.138],[-0.45,51.143],[-0.452,51.146],[-0.454,51.149],[-0.459,51.148],[-0.46,51.152],[-0.463,51.151],[-0.464,51.155],[-0.462,51.158],[-0.464,51.16],[-0.464,51.164],[-0.464,51.167],[-0.464,51.172],[-0.458,51.173],[-0.456,51.176],[-0.447,51.181],[-0.444,51.184],[-0.438,51.18],[-0.434,51.18],[-0.431,51.176],[-0.428,51.176],[-0.423,51.174],[-0.419,51.173],[-0.414,51.175],[-0.408,51.176],[-0.408,51.178],[-0.41,51.182],[-0.409,51.185],[-0.411,51.19],[-0.41,51.193],[-0.414,51.195],[-0.418,51.201],[-0.422,51.204],[-0.429,51.206],[-0.431,51.208],[-0.438,51.21],[-0.434,51.218],[-0.431,51.227],[-0.426,51.23],[-0.427,51.233],[-0.43,51.235],[-0.435,51.24],[-0.437,51.237],[-0.441,51.235],[-0.446,51.237],[-0.452,51.238],[-0.454,51.241],[-0.459,51.241],[-0.48,51.24],[-0.487,51.24],[-0.492,51.241],[-0.503,51.24],[-0.505,51.237],[-0.51,51.237],[-0.514,51.236],[-0.526,51.233],[-0.529,51.231],[-0.53,51.227],[-0.537,51.222],[-0.536,51.219],[-0.54,51.215],[-0.547,51.217],[-0.552,51.217],[-0.56,51.216],[-0.566,51.218],[-0.569,51.222],[-0.576,51.223],[-0.577,51.225],[-0.583,51.226],[-0.595,51.224],[-0.603,51.223],[-0.604,51.227],[-0.606,51.228],[-0.618,51.229],[-0.619,51.234],[-0.621,51.234],[-0.622,51.24],[-0.629,51.238],[-0.639,51.237],[-0.639,51.238],[-0.648,51.24],[-0.648,51.242],[-0.651,51.243]]]},"properties":{"Name":"Godalming and Ash","ID":"E14001249"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.698,53.685],[-0.701,53.69],[-0.7,53.695],[-0.698,53.698],[-0.705,53.701],[-0.72,53.703],[-0.731,53.704],[-0.746,53.703],[-0.754,53.7],[-0.767,53.696],[-0.775,53.695],[-0.784,53.696],[-0.799,53.703],[-0.806,53.704],[-0.812,53.704],[-0.82,53.702],[-0.825,53.7],[-0.829,53.698],[-0.837,53.691],[-0.846,53.686],[-0.85,53.685],[-0.856,53.686],[-0.864,53.692],[-0.866,53.695],[-0.869,53.697],[-0.885,53.694],[-0.946,53.679],[-0.991,53.674],[-0.99,53.659],[-0.957,53.659],[-0.947,53.659],[-0.938,53.657],[-0.923,53.653],[-0.867,53.638],[-0.848,53.633],[-0.841,53.636],[-0.834,53.641],[-0.827,53.643],[-0.817,53.645],[-0.814,53.643],[-0.805,53.647],[-0.803,53.652],[-0.8,53.654],[-0.789,53.659],[-0.778,53.661],[-0.772,53.664],[-0.77,53.662],[-0.774,53.658],[-0.774,53.656],[-0.753,53.663],[-0.759,53.664],[-0.755,53.666],[-0.746,53.669],[-0.746,53.67],[-0.731,53.673],[-0.723,53.674],[-0.722,53.679],[-0.714,53.677],[-0.702,53.677],[-0.705,53.681],[-0.701,53.684],[-0.698,53.685]]],[[[-0.991,53.661],[-0.992,53.674],[-0.946,53.68],[-0.894,53.693],[-0.886,53.695],[-0.87,53.697],[-0.867,53.698],[-0.867,53.701],[-0.864,53.704],[-0.859,53.706],[-0.847,53.709],[-0.844,53.712],[-0.844,53.717],[-0.847,53.725],[-0.85,53.729],[-0.854,53.731],[-0.858,53.73],[-0.858,53.724],[-0.861,53.722],[-0.866,53.722],[-0.878,53.723],[-0.888,53.727],[-0.894,53.727],[-0.898,53.726],[-0.905,53.727],[-0.903,53.722],[-0.904,53.718],[-0.907,53.717],[-0.913,53.718],[-0.924,53.718],[-0.935,53.716],[-0.94,53.713],[-0.944,53.712],[-0.949,53.713],[-0.954,53.714],[-0.958,53.714],[-0.959,53.71],[-0.961,53.708],[-0.957,53.706],[-0.962,53.703],[-0.964,53.7],[-0.968,53.701],[-0.968,53.707],[-0.98,53.705],[-0.983,53.703],[-0.981,53.697],[-0.986,53.697],[-0.995,53.697],[-0.999,53.699],[-1.003,53.698],[-1.007,53.695],[-1.012,53.697],[-1.022,53.698],[-1.034,53.696],[-1.038,53.694],[-1.045,53.698],[-1.048,53.698],[-1.054,53.697],[-1.054,53.701],[-1.063,53.707],[-1.069,53.704],[-1.075,53.704],[-1.078,53.698],[-1.076,53.697],[-1.085,53.687],[-1.081,53.685],[-1.087,53.683],[-1.094,53.678],[-1.097,53.675],[-1.102,53.674],[-1.104,53.67],[-1.092,53.669],[-1.087,53.667],[-1.089,53.664],[-1.084,53.662],[-1.079,53.66],[-1.071,53.66],[-1.071,53.658],[-1.063,53.657],[-1.062,53.659],[-1.057,53.658],[-1.051,53.658],[-1.049,53.656],[-1.044,53.657],[-1.037,53.654],[-1.029,53.655],[-1.018,53.658],[-1.01,53.659],[-1,53.659],[-0.991,53.661]]],[[[-0.859,53.961],[-0.864,53.968],[-0.866,53.972],[-0.875,53.97],[-0.88,53.975],[-0.874,53.978],[-0.88,53.981],[-0.881,53.983],[-0.875,53.988],[-0.878,54],[-0.888,53.999],[-0.892,53.997],[-0.905,53.994],[-0.909,53.997],[-0.912,53.994],[-0.925,53.992],[-0.92,53.99],[-0.923,53.989],[-0.928,53.983],[-0.927,53.98],[-0.929,53.976],[-0.934,53.97],[-0.933,53.967],[-0.928,53.964],[-0.925,53.964],[-0.921,53.96],[-0.923,53.956],[-0.927,53.953],[-0.927,53.952],[-0.925,53.949],[-0.927,53.946],[-0.928,53.942],[-0.925,53.941],[-0.926,53.937],[-0.924,53.934],[-0.927,53.933],[-0.929,53.929],[-0.923,53.925],[-0.922,53.922],[-0.924,53.92],[-0.928,53.92],[-0.928,53.918],[-0.932,53.917],[-0.931,53.915],[-0.933,53.908],[-0.938,53.908],[-0.941,53.904],[-0.94,53.899],[-0.941,53.898],[-0.947,53.896],[-0.948,53.893],[-0.941,53.891],[-0.933,53.89],[-0.921,53.891],[-0.921,53.888],[-0.922,53.888],[-0.923,53.888],[-0.925,53.883],[-0.924,53.881],[-0.923,53.879],[-0.924,53.878],[-0.925,53.878],[-0.927,53.877],[-0.929,53.877],[-0.931,53.876],[-0.932,53.876],[-0.933,53.876],[-0.938,53.876],[-0.939,53.876],[-0.941,53.874],[-0.939,53.869],[-0.94,53.867],[-0.941,53.866],[-0.942,53.866],[-0.944,53.866],[-0.945,53.865],[-0.946,53.865],[-0.948,53.861],[-0.942,53.855],[-0.946,53.851],[-0.945,53.848],[-0.947,53.845],[-0.943,53.835],[-0.94,53.833],[-0.941,53.824],[-0.939,53.823],[-0.933,53.821],[-0.928,53.82],[-0.925,53.816],[-0.92,53.816],[-0.928,53.81],[-0.929,53.806],[-0.933,53.804],[-0.934,53.801],[-0.928,53.797],[-0.931,53.791],[-0.933,53.79],[-0.934,53.784],[-0.937,53.779],[-0.933,53.774],[-0.929,53.773],[-0.928,53.77],[-0.928,53.765],[-0.93,53.763],[-0.934,53.762],[-0.94,53.758],[-0.95,53.754],[-0.964,53.751],[-0.973,53.75],[-0.966,53.749],[-0.963,53.747],[-0.961,53.743],[-0.961,53.737],[-0.953,53.737],[-0.945,53.734],[-0.936,53.733],[-0.926,53.732],[-0.916,53.734],[-0.911,53.733],[-0.909,53.731],[-0.911,53.728],[-0.894,53.728],[-0.887,53.728],[-0.872,53.724],[-0.863,53.73],[-0.858,53.732],[-0.853,53.732],[-0.849,53.731],[-0.846,53.728],[-0.842,53.724],[-0.84,53.716],[-0.841,53.712],[-0.843,53.708],[-0.848,53.705],[-0.857,53.704],[-0.863,53.702],[-0.863,53.696],[-0.859,53.692],[-0.854,53.687],[-0.849,53.687],[-0.838,53.694],[-0.832,53.699],[-0.825,53.704],[-0.82,53.705],[-0.81,53.707],[-0.805,53.707],[-0.795,53.705],[-0.787,53.7],[-0.781,53.698],[-0.771,53.699],[-0.749,53.706],[-0.733,53.707],[-0.716,53.707],[-0.702,53.704],[-0.696,53.704],[-0.687,53.708],[-0.682,53.713],[-0.676,53.72],[-0.671,53.722],[-0.647,53.726],[-0.627,53.73],[-0.617,53.731],[-0.602,53.73],[-0.589,53.728],[-0.584,53.725],[-0.583,53.724],[-0.568,53.715],[-0.553,53.71],[-0.545,53.709],[-0.535,53.709],[-0.526,53.71],[-0.515,53.712],[-0.487,53.716],[-0.473,53.717],[-0.463,53.717],[-0.462,53.72],[-0.465,53.725],[-0.465,53.729],[-0.469,53.733],[-0.469,53.736],[-0.473,53.738],[-0.474,53.743],[-0.483,53.759],[-0.479,53.76],[-0.467,53.763],[-0.458,53.764],[-0.454,53.766],[-0.452,53.769],[-0.452,53.773],[-0.45,53.776],[-0.45,53.78],[-0.452,53.783],[-0.444,53.785],[-0.446,53.792],[-0.446,53.793],[-0.434,53.795],[-0.414,53.794],[-0.409,53.795],[-0.41,53.805],[-0.417,53.805],[-0.423,53.805],[-0.427,53.804],[-0.428,53.806],[-0.427,53.809],[-0.429,53.814],[-0.437,53.815],[-0.433,53.818],[-0.432,53.82],[-0.436,53.821],[-0.444,53.82],[-0.45,53.818],[-0.462,53.817],[-0.47,53.816],[-0.476,53.812],[-0.485,53.81],[-0.497,53.808],[-0.504,53.808],[-0.51,53.807],[-0.514,53.804],[-0.518,53.803],[-0.526,53.805],[-0.533,53.802],[-0.538,53.801],[-0.539,53.807],[-0.548,53.815],[-0.554,53.814],[-0.559,53.811],[-0.568,53.808],[-0.573,53.806],[-0.581,53.803],[-0.589,53.801],[-0.616,53.799],[-0.618,53.799],[-0.621,53.802],[-0.63,53.803],[-0.633,53.805],[-0.627,53.808],[-0.631,53.809],[-0.631,53.811],[-0.639,53.813],[-0.65,53.816],[-0.651,53.818],[-0.647,53.821],[-0.645,53.824],[-0.642,53.826],[-0.642,53.83],[-0.638,53.831],[-0.637,53.833],[-0.641,53.836],[-0.635,53.835],[-0.624,53.836],[-0.609,53.839],[-0.603,53.839],[-0.596,53.842],[-0.587,53.845],[-0.581,53.846],[-0.573,53.849],[-0.577,53.852],[-0.58,53.858],[-0.586,53.859],[-0.602,53.856],[-0.606,53.859],[-0.61,53.86],[-0.615,53.86],[-0.623,53.856],[-0.624,53.857],[-0.63,53.855],[-0.636,53.854],[-0.642,53.853],[-0.647,53.851],[-0.649,53.848],[-0.655,53.848],[-0.658,53.847],[-0.661,53.847],[-0.661,53.844],[-0.668,53.839],[-0.674,53.837],[-0.695,53.833],[-0.699,53.831],[-0.704,53.831],[-0.701,53.837],[-0.704,53.84],[-0.709,53.848],[-0.712,53.85],[-0.723,53.855],[-0.726,53.867],[-0.726,53.872],[-0.729,53.872],[-0.739,53.88],[-0.742,53.882],[-0.743,53.885],[-0.749,53.887],[-0.758,53.887],[-0.765,53.889],[-0.768,53.887],[-0.772,53.892],[-0.771,53.896],[-0.775,53.897],[-0.778,53.899],[-0.778,53.901],[-0.774,53.904],[-0.77,53.908],[-0.764,53.915],[-0.764,53.917],[-0.76,53.917],[-0.755,53.92],[-0.751,53.923],[-0.754,53.925],[-0.754,53.928],[-0.757,53.935],[-0.757,53.939],[-0.756,53.941],[-0.759,53.948],[-0.773,53.95],[-0.774,53.95],[-0.774,53.949],[-0.78,53.946],[-0.786,53.947],[-0.791,53.946],[-0.8,53.941],[-0.808,53.945],[-0.812,53.945],[-0.816,53.946],[-0.82,53.945],[-0.833,53.944],[-0.84,53.943],[-0.846,53.948],[-0.851,53.952],[-0.858,53.957],[-0.86,53.959],[-0.859,53.961]]]]},"properties":{"Name":"Goole and Pocklington","ID":"E14001250"},"id":187}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.15,53.471],[-2.158,53.47],[-2.167,53.469],[-2.174,53.469],[-2.194,53.472],[-2.195,53.468],[-2.198,53.464],[-2.198,53.46],[-2.203,53.459],[-2.202,53.456],[-2.205,53.455],[-2.198,53.445],[-2.204,53.442],[-2.205,53.441],[-2.211,53.43],[-2.216,53.43],[-2.219,53.422],[-2.208,53.42],[-2.202,53.424],[-2.2,53.427],[-2.197,53.428],[-2.193,53.428],[-2.191,53.435],[-2.186,53.436],[-2.176,53.433],[-2.175,53.434],[-2.173,53.448],[-2.167,53.449],[-2.166,53.454],[-2.162,53.453],[-2.158,53.455],[-2.154,53.451],[-2.15,53.449],[-2.149,53.447],[-2.143,53.442],[-2.141,53.439],[-2.135,53.438],[-2.131,53.439],[-2.123,53.438],[-2.119,53.439],[-2.111,53.438],[-2.107,53.434],[-2.103,53.433],[-2.097,53.434],[-2.098,53.436],[-2.093,53.438],[-2.092,53.441],[-2.089,53.443],[-2.091,53.446],[-2.088,53.449],[-2.091,53.45],[-2.096,53.451],[-2.096,53.455],[-2.095,53.457],[-2.096,53.461],[-2.099,53.462],[-2.098,53.464],[-2.1,53.462],[-2.103,53.466],[-2.118,53.463],[-2.117,53.462],[-2.125,53.461],[-2.126,53.464],[-2.13,53.465],[-2.14,53.463],[-2.148,53.463],[-2.15,53.464],[-2.147,53.468],[-2.15,53.471]]]},"properties":{"Name":"Gorton and Denton","ID":"E14001251"},"id":188}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.179,50.837],[-1.187,50.836],[-1.186,50.839],[-1.194,50.84],[-1.201,50.844],[-1.205,50.846],[-1.211,50.846],[-1.212,50.839],[-1.216,50.836],[-1.219,50.836],[-1.222,50.834],[-1.225,50.834],[-1.229,50.832],[-1.233,50.832],[-1.235,50.828],[-1.237,50.828],[-1.238,50.824],[-1.241,50.822],[-1.241,50.82],[-1.243,50.818],[-1.238,50.818],[-1.228,50.814],[-1.223,50.813],[-1.216,50.81],[-1.209,50.806],[-1.201,50.798],[-1.196,50.793],[-1.188,50.789],[-1.185,50.788],[-1.171,50.786],[-1.166,50.786],[-1.161,50.784],[-1.155,50.782],[-1.143,50.774],[-1.138,50.774],[-1.134,50.776],[-1.126,50.781],[-1.116,50.787],[-1.114,50.788],[-1.121,50.788],[-1.124,50.79],[-1.129,50.788],[-1.128,50.792],[-1.123,50.792],[-1.119,50.791],[-1.117,50.796],[-1.124,50.799],[-1.124,50.804],[-1.131,50.803],[-1.132,50.804],[-1.124,50.806],[-1.133,50.812],[-1.142,50.817],[-1.143,50.822],[-1.146,50.826],[-1.149,50.826],[-1.152,50.83],[-1.15,50.833],[-1.152,50.836],[-1.159,50.839],[-1.165,50.837],[-1.175,50.839],[-1.179,50.837]]]},"properties":{"Name":"Gosport","ID":"E14001252"},"id":189}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.202,53.006],[-0.206,53.005],[-0.219,53.005],[-0.235,53.005],[-0.239,53.006],[-0.258,53.005],[-0.266,53.004],[-0.286,52.997],[-0.289,52.995],[-0.294,52.994],[-0.298,52.992],[-0.305,52.99],[-0.316,52.988],[-0.322,52.988],[-0.336,52.99],[-0.337,52.988],[-0.337,52.983],[-0.348,52.981],[-0.355,52.979],[-0.37,52.978],[-0.377,52.978],[-0.379,52.975],[-0.384,52.975],[-0.386,52.976],[-0.391,52.976],[-0.397,52.979],[-0.402,52.978],[-0.42,52.979],[-0.427,52.978],[-0.438,52.98],[-0.452,52.98],[-0.456,52.981],[-0.458,52.984],[-0.462,52.982],[-0.478,52.977],[-0.481,52.979],[-0.49,52.984],[-0.497,52.983],[-0.501,52.983],[-0.511,52.982],[-0.507,52.985],[-0.501,52.986],[-0.5,52.988],[-0.503,52.99],[-0.509,52.99],[-0.512,52.992],[-0.516,52.992],[-0.523,52.988],[-0.526,52.99],[-0.532,52.99],[-0.531,52.998],[-0.523,53.05],[-0.536,53.05],[-0.566,53.049],[-0.574,53.05],[-0.574,53.047],[-0.58,53.046],[-0.589,53.047],[-0.589,53.048],[-0.596,53.048],[-0.602,53.05],[-0.604,53.052],[-0.637,53.055],[-0.636,53.052],[-0.648,53.054],[-0.662,53.055],[-0.661,53.057],[-0.67,53.058],[-0.681,53.058],[-0.69,53.06],[-0.695,53.059],[-0.694,53.057],[-0.698,53.053],[-0.706,53.052],[-0.716,53.059],[-0.722,53.06],[-0.725,53.057],[-0.731,53.054],[-0.734,53.056],[-0.741,53.054],[-0.75,53.055],[-0.756,53.044],[-0.757,53.038],[-0.759,53.035],[-0.758,53.032],[-0.761,53.029],[-0.77,53.027],[-0.777,53.025],[-0.781,53.024],[-0.788,53.026],[-0.796,53.011],[-0.804,53.012],[-0.804,53.006],[-0.8,53.002],[-0.796,53.001],[-0.793,52.996],[-0.788,52.992],[-0.784,52.99],[-0.785,52.989],[-0.78,52.986],[-0.777,52.979],[-0.778,52.977],[-0.778,52.974],[-0.778,52.963],[-0.779,52.961],[-0.776,52.959],[-0.765,52.955],[-0.755,52.951],[-0.756,52.947],[-0.759,52.942],[-0.762,52.936],[-0.762,52.934],[-0.765,52.93],[-0.766,52.927],[-0.763,52.924],[-0.767,52.923],[-0.769,52.92],[-0.769,52.917],[-0.772,52.912],[-0.773,52.909],[-0.777,52.905],[-0.774,52.903],[-0.77,52.904],[-0.769,52.902],[-0.764,52.903],[-0.764,52.901],[-0.759,52.901],[-0.76,52.899],[-0.767,52.887],[-0.762,52.885],[-0.757,52.886],[-0.748,52.883],[-0.743,52.883],[-0.736,52.872],[-0.736,52.87],[-0.732,52.865],[-0.719,52.855],[-0.709,52.845],[-0.706,52.838],[-0.7,52.84],[-0.695,52.839],[-0.693,52.842],[-0.687,52.842],[-0.686,52.845],[-0.679,52.846],[-0.676,52.848],[-0.678,52.851],[-0.678,52.854],[-0.681,52.859],[-0.684,52.86],[-0.684,52.863],[-0.688,52.869],[-0.651,52.882],[-0.639,52.887],[-0.633,52.888],[-0.623,52.891],[-0.622,52.889],[-0.609,52.888],[-0.601,52.888],[-0.596,52.889],[-0.591,52.887],[-0.583,52.881],[-0.585,52.879],[-0.586,52.873],[-0.589,52.872],[-0.586,52.862],[-0.59,52.861],[-0.591,52.855],[-0.59,52.852],[-0.592,52.85],[-0.592,52.845],[-0.59,52.843],[-0.587,52.843],[-0.58,52.838],[-0.583,52.836],[-0.582,52.834],[-0.577,52.832],[-0.566,52.834],[-0.556,52.835],[-0.557,52.832],[-0.542,52.831],[-0.535,52.831],[-0.518,52.835],[-0.51,52.836],[-0.497,52.838],[-0.493,52.837],[-0.485,52.837],[-0.472,52.833],[-0.467,52.836],[-0.466,52.839],[-0.456,52.841],[-0.451,52.843],[-0.443,52.844],[-0.442,52.841],[-0.439,52.84],[-0.436,52.841],[-0.433,52.84],[-0.432,52.837],[-0.43,52.837],[-0.423,52.838],[-0.419,52.84],[-0.414,52.841],[-0.415,52.844],[-0.404,52.842],[-0.398,52.839],[-0.4,52.837],[-0.398,52.834],[-0.395,52.832],[-0.396,52.829],[-0.4,52.827],[-0.399,52.824],[-0.407,52.824],[-0.417,52.822],[-0.419,52.82],[-0.413,52.815],[-0.416,52.812],[-0.417,52.808],[-0.415,52.804],[-0.417,52.799],[-0.413,52.796],[-0.414,52.793],[-0.408,52.792],[-0.404,52.781],[-0.407,52.777],[-0.408,52.769],[-0.406,52.767],[-0.407,52.764],[-0.407,52.761],[-0.403,52.76],[-0.399,52.755],[-0.383,52.756],[-0.376,52.756],[-0.376,52.754],[-0.37,52.754],[-0.369,52.756],[-0.36,52.755],[-0.31,52.747],[-0.305,52.746],[-0.291,52.753],[-0.287,52.756],[-0.265,52.768],[-0.261,52.771],[-0.262,52.777],[-0.261,52.78],[-0.262,52.787],[-0.266,52.793],[-0.269,52.81],[-0.272,52.832],[-0.275,52.841],[-0.276,52.861],[-0.271,52.872],[-0.266,52.871],[-0.265,52.869],[-0.26,52.868],[-0.258,52.87],[-0.259,52.872],[-0.27,52.877],[-0.256,52.906],[-0.247,52.929],[-0.224,52.956],[-0.216,52.961],[-0.201,52.977],[-0.199,52.982],[-0.199,52.985],[-0.197,52.989],[-0.19,52.996],[-0.194,52.998],[-0.202,53.006]]]},"properties":{"Name":"Grantham and Bourne","ID":"E14001253"},"id":190}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.459,51.456],[0.457,51.454],[0.449,51.452],[0.448,51.453],[0.439,51.448],[0.428,51.447],[0.414,51.444],[0.401,51.443],[0.389,51.443],[0.365,51.446],[0.353,51.446],[0.339,51.448],[0.328,51.451],[0.321,51.458],[0.318,51.463],[0.315,51.465],[0.311,51.453],[0.318,51.452],[0.32,51.45],[0.319,51.447],[0.326,51.443],[0.326,51.44],[0.324,51.435],[0.324,51.432],[0.325,51.429],[0.333,51.426],[0.331,51.421],[0.331,51.415],[0.334,51.409],[0.335,51.4],[0.338,51.398],[0.339,51.396],[0.344,51.395],[0.345,51.393],[0.343,51.391],[0.335,51.389],[0.337,51.387],[0.334,51.383],[0.331,51.371],[0.333,51.368],[0.337,51.37],[0.335,51.365],[0.336,51.361],[0.337,51.36],[0.34,51.356],[0.342,51.355],[0.342,51.348],[0.341,51.344],[0.341,51.34],[0.345,51.339],[0.344,51.333],[0.342,51.329],[0.341,51.325],[0.352,51.327],[0.355,51.328],[0.361,51.329],[0.363,51.33],[0.366,51.328],[0.378,51.329],[0.381,51.33],[0.384,51.336],[0.377,51.336],[0.381,51.339],[0.389,51.339],[0.39,51.342],[0.395,51.345],[0.391,51.347],[0.397,51.35],[0.397,51.353],[0.401,51.353],[0.404,51.356],[0.412,51.363],[0.415,51.367],[0.42,51.376],[0.425,51.376],[0.43,51.384],[0.431,51.388],[0.434,51.389],[0.447,51.389],[0.448,51.39],[0.453,51.391],[0.457,51.394],[0.452,51.398],[0.457,51.399],[0.468,51.398],[0.469,51.4],[0.468,51.403],[0.478,51.407],[0.476,51.41],[0.475,51.413],[0.481,51.415],[0.484,51.413],[0.489,51.415],[0.489,51.419],[0.491,51.425],[0.49,51.426],[0.488,51.431],[0.489,51.435],[0.486,51.436],[0.49,51.438],[0.488,51.44],[0.488,51.443],[0.484,51.445],[0.476,51.447],[0.469,51.451],[0.468,51.454],[0.463,51.454],[0.459,51.456]]]},"properties":{"Name":"Gravesham","ID":"E14001254"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.009,53.535],[0.001,53.54],[-0.003,53.544],[-0.009,53.547],[-0.026,53.56],[-0.029,53.564],[-0.034,53.568],[-0.037,53.568],[-0.042,53.57],[-0.044,53.572],[-0.062,53.583],[-0.072,53.584],[-0.079,53.577],[-0.081,53.579],[-0.086,53.58],[-0.093,53.581],[-0.095,53.583],[-0.1,53.584],[-0.112,53.59],[-0.118,53.586],[-0.119,53.583],[-0.124,53.583],[-0.131,53.576],[-0.137,53.576],[-0.14,53.573],[-0.15,53.568],[-0.139,53.559],[-0.136,53.556],[-0.14,53.555],[-0.136,53.549],[-0.124,53.549],[-0.125,53.544],[-0.099,53.544],[-0.098,53.541],[-0.093,53.541],[-0.092,53.54],[-0.087,53.54],[-0.084,53.539],[-0.078,53.54],[-0.065,53.547],[-0.066,53.544],[-0.064,53.541],[-0.056,53.545],[-0.057,53.548],[-0.052,53.551],[-0.05,53.547],[-0.05,53.544],[-0.043,53.539],[-0.033,53.535],[-0.029,53.535],[-0.018,53.536],[-0.005,53.537],[-0.003,53.535],[0.006,53.534],[0.009,53.535]]]},"properties":{"Name":"Great Grimsby and Cleethorpes","ID":"E14001255"},"id":192}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.74,52.532],[1.739,52.535],[1.734,52.549],[1.732,52.563],[1.733,52.569],[1.736,52.572],[1.732,52.572],[1.731,52.58],[1.729,52.585],[1.728,52.589],[1.725,52.593],[1.726,52.598],[1.725,52.603],[1.723,52.606],[1.715,52.611],[1.711,52.611],[1.706,52.608],[1.698,52.607],[1.692,52.604],[1.684,52.601],[1.674,52.599],[1.671,52.599],[1.661,52.598],[1.65,52.594],[1.65,52.593],[1.651,52.587],[1.648,52.583],[1.65,52.579],[1.651,52.576],[1.644,52.574],[1.64,52.575],[1.636,52.574],[1.633,52.57],[1.634,52.563],[1.634,52.562],[1.629,52.558],[1.625,52.553],[1.621,52.552],[1.615,52.552],[1.609,52.55],[1.606,52.545],[1.606,52.542],[1.611,52.54],[1.619,52.541],[1.621,52.54],[1.622,52.536],[1.62,52.534],[1.622,52.532],[1.628,52.529],[1.629,52.526],[1.634,52.527],[1.637,52.528],[1.631,52.532],[1.638,52.534],[1.637,52.537],[1.643,52.539],[1.65,52.54],[1.654,52.541],[1.659,52.542],[1.659,52.545],[1.663,52.548],[1.669,52.55],[1.675,52.549],[1.678,52.548],[1.682,52.548],[1.684,52.55],[1.69,52.547],[1.691,52.545],[1.696,52.544],[1.701,52.545],[1.704,52.544],[1.706,52.54],[1.717,52.535],[1.724,52.534],[1.726,52.531],[1.74,52.532]]],[[[1.633,52.633],[1.627,52.631],[1.622,52.633],[1.617,52.632],[1.618,52.629],[1.617,52.626],[1.621,52.625],[1.623,52.627],[1.63,52.627],[1.633,52.633]]],[[[1.645,52.589],[1.648,52.594],[1.653,52.598],[1.659,52.604],[1.667,52.607],[1.682,52.608],[1.69,52.614],[1.695,52.618],[1.699,52.618],[1.706,52.62],[1.711,52.619],[1.716,52.617],[1.715,52.613],[1.72,52.611],[1.723,52.614],[1.721,52.616],[1.722,52.62],[1.725,52.622],[1.726,52.624],[1.725,52.627],[1.72,52.63],[1.717,52.631],[1.71,52.631],[1.706,52.629],[1.703,52.626],[1.698,52.625],[1.697,52.623],[1.692,52.621],[1.688,52.623],[1.688,52.626],[1.686,52.628],[1.682,52.628],[1.679,52.629],[1.67,52.629],[1.667,52.63],[1.657,52.63],[1.653,52.632],[1.65,52.63],[1.644,52.63],[1.641,52.627],[1.649,52.625],[1.654,52.624],[1.659,52.626],[1.663,52.621],[1.667,52.618],[1.672,52.617],[1.678,52.612],[1.676,52.61],[1.667,52.61],[1.665,52.608],[1.656,52.607],[1.653,52.603],[1.65,52.602],[1.642,52.603],[1.639,52.599],[1.637,52.598],[1.635,52.595],[1.632,52.592],[1.645,52.589]]],[[[1.675,52.743],[1.668,52.741],[1.663,52.739],[1.651,52.738],[1.639,52.734],[1.635,52.731],[1.633,52.727],[1.627,52.725],[1.628,52.723],[1.619,52.717],[1.612,52.715],[1.603,52.715],[1.585,52.711],[1.579,52.708],[1.577,52.704],[1.571,52.701],[1.562,52.702],[1.555,52.701],[1.551,52.699],[1.545,52.696],[1.545,52.693],[1.55,52.687],[1.55,52.683],[1.553,52.674],[1.56,52.67],[1.562,52.665],[1.561,52.658],[1.558,52.655],[1.558,52.651],[1.561,52.65],[1.568,52.649],[1.57,52.646],[1.567,52.642],[1.568,52.638],[1.571,52.638],[1.575,52.64],[1.578,52.638],[1.586,52.637],[1.59,52.639],[1.593,52.637],[1.592,52.634],[1.594,52.632],[1.593,52.629],[1.598,52.629],[1.6,52.626],[1.604,52.624],[1.611,52.625],[1.614,52.627],[1.617,52.629],[1.616,52.632],[1.622,52.634],[1.625,52.632],[1.629,52.632],[1.634,52.633],[1.639,52.63],[1.65,52.631],[1.653,52.632],[1.658,52.631],[1.667,52.63],[1.67,52.629],[1.679,52.63],[1.682,52.628],[1.686,52.628],[1.689,52.626],[1.689,52.623],[1.693,52.622],[1.696,52.623],[1.698,52.626],[1.703,52.626],[1.706,52.63],[1.71,52.631],[1.717,52.631],[1.721,52.63],[1.725,52.627],[1.727,52.623],[1.725,52.621],[1.722,52.62],[1.722,52.616],[1.724,52.614],[1.723,52.612],[1.72,52.611],[1.721,52.608],[1.726,52.604],[1.727,52.598],[1.727,52.593],[1.729,52.589],[1.73,52.585],[1.733,52.58],[1.734,52.574],[1.735,52.573],[1.74,52.573],[1.739,52.576],[1.739,52.583],[1.737,52.587],[1.738,52.592],[1.739,52.603],[1.741,52.608],[1.742,52.62],[1.745,52.626],[1.742,52.634],[1.737,52.648],[1.732,52.655],[1.73,52.659],[1.731,52.66],[1.728,52.667],[1.721,52.677],[1.715,52.688],[1.706,52.701],[1.704,52.709],[1.698,52.724],[1.687,52.732],[1.681,52.738],[1.675,52.743]]]]},"properties":{"Name":"Great Yarmouth","ID":"E14001256"},"id":193}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.017,51.48],[-0.019,51.484],[-0.025,51.485],[-0.026,51.483],[-0.026,51.482],[-0.024,51.481],[-0.023,51.481],[-0.023,51.48],[-0.022,51.48],[-0.02,51.48],[-0.018,51.481],[-0.017,51.481],[-0.017,51.48]]],[[[0.076,51.496],[0.07,51.495],[0.058,51.494],[0.04,51.495],[0.029,51.494],[0.024,51.494],[0.016,51.496],[0.005,51.504],[0.001,51.505],[-0.002,51.503],[-0.002,51.5],[-0.001,51.496],[0.001,51.496],[0.002,51.49],[0,51.487],[-0.003,51.485],[-0.016,51.482],[-0.019,51.477],[-0.023,51.475],[-0.023,51.474],[-0.022,51.474],[-0.02,51.473],[-0.02,51.472],[-0.019,51.472],[-0.019,51.471],[-0.019,51.47],[-0.017,51.469],[-0.016,51.469],[-0.015,51.468],[-0.014,51.47],[-0.014,51.472],[-0.014,51.473],[-0.014,51.472],[-0.013,51.472],[-0.01,51.473],[-0.008,51.473],[-0.006,51.472],[-0.004,51.472],[0,51.472],[0.004,51.472],[0.011,51.473],[0.012,51.473],[0.017,51.474],[0.018,51.474],[0.015,51.473],[0.016,51.47],[0.017,51.469],[0.016,51.469],[0.014,51.47],[0.013,51.47],[0.013,51.469],[0.013,51.468],[0.013,51.467],[0.012,51.466],[0.009,51.466],[0.009,51.465],[0.009,51.464],[0.014,51.465],[0.02,51.466],[0.022,51.465],[0.029,51.468],[0.024,51.476],[0.034,51.475],[0.036,51.479],[0.044,51.479],[0.047,51.475],[0.048,51.473],[0.055,51.471],[0.058,51.471],[0.063,51.476],[0.069,51.48],[0.076,51.478],[0.079,51.481],[0.074,51.482],[0.073,51.491],[0.078,51.491],[0.079,51.494],[0.076,51.496]]]]},"properties":{"Name":"Greenwich and Woolwich","ID":"E14001257"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.462,51.33],[-0.468,51.328],[-0.468,51.327],[-0.474,51.327],[-0.479,51.33],[-0.484,51.331],[-0.489,51.33],[-0.489,51.328],[-0.486,51.325],[-0.479,51.323],[-0.475,51.319],[-0.475,51.316],[-0.482,51.315],[-0.482,51.316],[-0.487,51.316],[-0.491,51.315],[-0.492,51.311],[-0.499,51.308],[-0.505,51.31],[-0.508,51.312],[-0.513,51.312],[-0.511,51.309],[-0.511,51.306],[-0.516,51.304],[-0.526,51.302],[-0.526,51.3],[-0.531,51.298],[-0.535,51.299],[-0.538,51.301],[-0.546,51.295],[-0.544,51.289],[-0.547,51.287],[-0.547,51.283],[-0.542,51.279],[-0.542,51.277],[-0.538,51.277],[-0.535,51.275],[-0.539,51.27],[-0.537,51.269],[-0.541,51.266],[-0.547,51.266],[-0.553,51.268],[-0.555,51.271],[-0.558,51.271],[-0.56,51.27],[-0.566,51.272],[-0.582,51.277],[-0.59,51.282],[-0.601,51.286],[-0.605,51.284],[-0.613,51.283],[-0.619,51.283],[-0.624,51.279],[-0.63,51.279],[-0.633,51.277],[-0.63,51.274],[-0.633,51.269],[-0.639,51.269],[-0.644,51.267],[-0.644,51.265],[-0.648,51.264],[-0.655,51.259],[-0.651,51.258],[-0.649,51.251],[-0.654,51.251],[-0.653,51.248],[-0.651,51.243],[-0.648,51.242],[-0.648,51.24],[-0.639,51.238],[-0.639,51.237],[-0.629,51.238],[-0.622,51.24],[-0.621,51.234],[-0.619,51.234],[-0.618,51.229],[-0.606,51.228],[-0.604,51.227],[-0.603,51.223],[-0.595,51.224],[-0.583,51.226],[-0.577,51.225],[-0.576,51.223],[-0.569,51.222],[-0.566,51.218],[-0.56,51.216],[-0.552,51.217],[-0.547,51.217],[-0.54,51.215],[-0.536,51.219],[-0.537,51.222],[-0.53,51.227],[-0.529,51.231],[-0.526,51.233],[-0.514,51.236],[-0.51,51.237],[-0.505,51.237],[-0.503,51.24],[-0.492,51.241],[-0.487,51.24],[-0.48,51.24],[-0.459,51.241],[-0.454,51.241],[-0.452,51.238],[-0.446,51.237],[-0.441,51.235],[-0.437,51.237],[-0.435,51.24],[-0.425,51.241],[-0.419,51.238],[-0.416,51.237],[-0.409,51.235],[-0.402,51.236],[-0.397,51.238],[-0.397,51.241],[-0.396,51.244],[-0.396,51.251],[-0.394,51.255],[-0.39,51.257],[-0.391,51.262],[-0.39,51.265],[-0.387,51.265],[-0.389,51.269],[-0.393,51.273],[-0.392,51.275],[-0.397,51.279],[-0.397,51.286],[-0.396,51.287],[-0.395,51.292],[-0.396,51.296],[-0.395,51.298],[-0.398,51.298],[-0.403,51.296],[-0.404,51.295],[-0.409,51.303],[-0.416,51.304],[-0.426,51.304],[-0.437,51.304],[-0.44,51.305],[-0.443,51.308],[-0.444,51.313],[-0.446,51.317],[-0.446,51.324],[-0.441,51.325],[-0.437,51.327],[-0.446,51.327],[-0.451,51.329],[-0.451,51.331],[-0.456,51.331],[-0.462,51.33]]]},"properties":{"Name":"Guildford","ID":"E14001258"},"id":195}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.061,51.578],[-0.062,51.578],[-0.064,51.577],[-0.067,51.577],[-0.074,51.576],[-0.075,51.576],[-0.079,51.575],[-0.08,51.572],[-0.088,51.568],[-0.092,51.564],[-0.092,51.56],[-0.091,51.56],[-0.09,51.558],[-0.09,51.554],[-0.089,51.554],[-0.088,51.553],[-0.087,51.553],[-0.086,51.552],[-0.085,51.552],[-0.083,51.552],[-0.08,51.552],[-0.079,51.551],[-0.078,51.55],[-0.078,51.549],[-0.075,51.551],[-0.056,51.553],[-0.052,51.551],[-0.044,51.552],[-0.042,51.549],[-0.033,51.55],[-0.029,51.552],[-0.022,51.552],[-0.017,51.552],[-0.018,51.555],[-0.023,51.557],[-0.026,51.56],[-0.03,51.561],[-0.033,51.561],[-0.045,51.562],[-0.047,51.564],[-0.058,51.572],[-0.061,51.578]]]},"properties":{"Name":"Hackney North and Stoke Newington","ID":"E14001259"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.017,51.552],[-0.022,51.552],[-0.029,51.552],[-0.033,51.55],[-0.042,51.549],[-0.044,51.552],[-0.052,51.551],[-0.056,51.553],[-0.075,51.551],[-0.078,51.549],[-0.077,51.546],[-0.076,51.545],[-0.077,51.539],[-0.078,51.537],[-0.084,51.537],[-0.088,51.537],[-0.092,51.535],[-0.094,51.534],[-0.095,51.534],[-0.096,51.532],[-0.096,51.531],[-0.095,51.53],[-0.095,51.529],[-0.089,51.527],[-0.088,51.526],[-0.087,51.526],[-0.085,51.526],[-0.085,51.525],[-0.085,51.524],[-0.084,51.524],[-0.085,51.52],[-0.081,51.522],[-0.079,51.522],[-0.076,51.522],[-0.077,51.527],[-0.075,51.53],[-0.072,51.531],[-0.066,51.531],[-0.065,51.533],[-0.06,51.534],[-0.053,51.535],[-0.051,51.536],[-0.047,51.535],[-0.041,51.538],[-0.038,51.542],[-0.033,51.545],[-0.029,51.543],[-0.017,51.543],[-0.019,51.55],[-0.017,51.552]]]},"properties":{"Name":"Hackney South and Shoreditch","ID":"E14001260"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.071,52.482],[-2.075,52.485],[-2.08,52.484],[-2.084,52.484],[-2.091,52.483],[-2.092,52.486],[-2.096,52.485],[-2.103,52.485],[-2.106,52.481],[-2.109,52.473],[-2.115,52.465],[-2.112,52.463],[-2.112,52.461],[-2.103,52.463],[-2.101,52.462],[-2.104,52.457],[-2.107,52.457],[-2.11,52.455],[-2.117,52.452],[-2.118,52.45],[-2.112,52.445],[-2.113,52.443],[-2.109,52.441],[-2.105,52.444],[-2.099,52.445],[-2.09,52.443],[-2.087,52.437],[-2.086,52.433],[-2.082,52.432],[-2.078,52.434],[-2.072,52.434],[-2.068,52.433],[-2.062,52.432],[-2.067,52.43],[-2.062,52.427],[-2.06,52.429],[-2.059,52.435],[-2.06,52.437],[-2.058,52.441],[-2.056,52.441],[-2.047,52.44],[-2.038,52.442],[-2.037,52.44],[-2.04,52.438],[-2.037,52.431],[-2.037,52.428],[-2.03,52.427],[-2.029,52.429],[-2.024,52.432],[-2.024,52.435],[-2.017,52.433],[-2.017,52.443],[-2.016,52.447],[-2.014,52.45],[-2.012,52.454],[-2.013,52.462],[-2.013,52.465],[-2.014,52.47],[-2.02,52.476],[-2.022,52.48],[-2.035,52.475],[-2.041,52.473],[-2.045,52.471],[-2.048,52.472],[-2.053,52.471],[-2.056,52.472],[-2.058,52.48],[-2.066,52.477],[-2.07,52.478],[-2.073,52.479],[-2.071,52.482]]]},"properties":{"Name":"Halesowen","ID":"E14001261"},"id":198}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.927,53.787],[-1.947,53.787],[-1.951,53.786],[-1.947,53.782],[-1.947,53.779],[-1.944,53.778],[-1.941,53.775],[-1.937,53.775],[-1.929,53.771],[-1.927,53.765],[-1.925,53.763],[-1.925,53.755],[-1.927,53.751],[-1.926,53.749],[-1.922,53.747],[-1.923,53.745],[-1.92,53.74],[-1.922,53.738],[-1.921,53.735],[-1.921,53.73],[-1.926,53.728],[-1.932,53.73],[-1.933,53.728],[-1.929,53.726],[-1.929,53.724],[-1.928,53.721],[-1.921,53.719],[-1.92,53.716],[-1.923,53.713],[-1.922,53.712],[-1.929,53.71],[-1.932,53.712],[-1.939,53.712],[-1.946,53.71],[-1.947,53.708],[-1.95,53.708],[-1.951,53.704],[-1.955,53.7],[-1.959,53.699],[-1.952,53.697],[-1.953,53.695],[-1.947,53.692],[-1.944,53.697],[-1.938,53.695],[-1.935,53.691],[-1.934,53.688],[-1.93,53.689],[-1.929,53.697],[-1.921,53.701],[-1.916,53.703],[-1.911,53.703],[-1.907,53.706],[-1.903,53.708],[-1.899,53.708],[-1.89,53.706],[-1.881,53.702],[-1.878,53.702],[-1.876,53.698],[-1.867,53.697],[-1.863,53.697],[-1.858,53.696],[-1.854,53.693],[-1.85,53.694],[-1.844,53.694],[-1.845,53.698],[-1.841,53.698],[-1.84,53.7],[-1.831,53.7],[-1.817,53.701],[-1.815,53.703],[-1.816,53.705],[-1.819,53.706],[-1.814,53.711],[-1.817,53.716],[-1.815,53.717],[-1.823,53.723],[-1.829,53.724],[-1.835,53.723],[-1.839,53.727],[-1.831,53.728],[-1.826,53.727],[-1.825,53.731],[-1.816,53.735],[-1.814,53.741],[-1.807,53.742],[-1.801,53.742],[-1.797,53.744],[-1.793,53.745],[-1.796,53.748],[-1.794,53.749],[-1.795,53.753],[-1.801,53.755],[-1.802,53.759],[-1.811,53.764],[-1.815,53.764],[-1.822,53.764],[-1.831,53.762],[-1.834,53.759],[-1.836,53.759],[-1.84,53.756],[-1.844,53.755],[-1.846,53.753],[-1.851,53.753],[-1.855,53.751],[-1.86,53.752],[-1.865,53.751],[-1.87,53.755],[-1.869,53.758],[-1.872,53.762],[-1.873,53.771],[-1.872,53.775],[-1.873,53.779],[-1.881,53.78],[-1.888,53.78],[-1.889,53.781],[-1.896,53.781],[-1.915,53.782],[-1.927,53.787]]]},"properties":{"Name":"Halifax","ID":"E14001262"},"id":199}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.172,50.919],[-1.169,50.923],[-1.173,50.924],[-1.178,50.927],[-1.183,50.929],[-1.184,50.931],[-1.188,50.93],[-1.191,50.931],[-1.194,50.929],[-1.197,50.929],[-1.203,50.926],[-1.213,50.928],[-1.217,50.925],[-1.223,50.923],[-1.22,50.929],[-1.214,50.932],[-1.215,50.934],[-1.213,50.936],[-1.22,50.936],[-1.225,50.934],[-1.231,50.935],[-1.235,50.94],[-1.25,50.935],[-1.26,50.931],[-1.262,50.933],[-1.265,50.93],[-1.268,50.93],[-1.274,50.936],[-1.281,50.937],[-1.285,50.936],[-1.287,50.94],[-1.287,50.943],[-1.288,50.946],[-1.291,50.947],[-1.297,50.943],[-1.299,50.94],[-1.303,50.938],[-1.307,50.934],[-1.311,50.925],[-1.328,50.914],[-1.322,50.908],[-1.32,50.904],[-1.324,50.904],[-1.322,50.901],[-1.335,50.897],[-1.337,50.895],[-1.341,50.894],[-1.343,50.891],[-1.349,50.889],[-1.351,50.887],[-1.359,50.885],[-1.365,50.88],[-1.358,50.876],[-1.351,50.87],[-1.34,50.863],[-1.332,50.857],[-1.322,50.852],[-1.314,50.85],[-1.31,50.851],[-1.314,50.854],[-1.313,50.855],[-1.313,50.863],[-1.309,50.869],[-1.312,50.87],[-1.313,50.875],[-1.31,50.875],[-1.3,50.879],[-1.305,50.882],[-1.301,50.887],[-1.296,50.889],[-1.293,50.892],[-1.289,50.894],[-1.288,50.892],[-1.293,50.89],[-1.295,50.887],[-1.299,50.887],[-1.302,50.884],[-1.296,50.879],[-1.305,50.875],[-1.306,50.872],[-1.306,50.868],[-1.309,50.86],[-1.307,50.857],[-1.308,50.854],[-1.303,50.849],[-1.305,50.845],[-1.308,50.843],[-1.306,50.841],[-1.302,50.838],[-1.297,50.836],[-1.275,50.83],[-1.26,50.825],[-1.246,50.817],[-1.243,50.818],[-1.241,50.82],[-1.241,50.822],[-1.238,50.824],[-1.237,50.828],[-1.235,50.828],[-1.233,50.832],[-1.229,50.832],[-1.225,50.834],[-1.222,50.834],[-1.219,50.836],[-1.216,50.836],[-1.212,50.839],[-1.211,50.846],[-1.215,50.848],[-1.21,50.853],[-1.216,50.854],[-1.221,50.854],[-1.229,50.856],[-1.23,50.861],[-1.237,50.864],[-1.233,50.87],[-1.236,50.871],[-1.227,50.877],[-1.225,50.881],[-1.217,50.884],[-1.218,50.888],[-1.216,50.891],[-1.227,50.897],[-1.227,50.9],[-1.233,50.903],[-1.233,50.905],[-1.229,50.907],[-1.222,50.908],[-1.217,50.911],[-1.212,50.911],[-1.206,50.908],[-1.2,50.909],[-1.196,50.911],[-1.19,50.912],[-1.188,50.915],[-1.183,50.918],[-1.182,50.919],[-1.172,50.919]]]},"properties":{"Name":"Hamble Valley","ID":"E14001263"},"id":200}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.22,51.512],[-0.227,51.512],[-0.23,51.515],[-0.236,51.514],[-0.235,51.51],[-0.235,51.506],[-0.246,51.507],[-0.246,51.505],[-0.254,51.505],[-0.253,51.5],[-0.258,51.495],[-0.268,51.494],[-0.272,51.495],[-0.277,51.499],[-0.281,51.503],[-0.286,51.501],[-0.294,51.502],[-0.301,51.499],[-0.298,51.495],[-0.294,51.492],[-0.288,51.494],[-0.287,51.492],[-0.288,51.489],[-0.293,51.487],[-0.287,51.488],[-0.282,51.486],[-0.277,51.484],[-0.273,51.477],[-0.269,51.474],[-0.266,51.472],[-0.259,51.471],[-0.255,51.473],[-0.252,51.477],[-0.251,51.482],[-0.25,51.486],[-0.248,51.487],[-0.241,51.49],[-0.233,51.49],[-0.229,51.489],[-0.226,51.486],[-0.216,51.489],[-0.215,51.491],[-0.209,51.491],[-0.202,51.492],[-0.203,51.494],[-0.205,51.494],[-0.205,51.495],[-0.207,51.496],[-0.208,51.496],[-0.21,51.497],[-0.21,51.498],[-0.211,51.498],[-0.214,51.501],[-0.215,51.502],[-0.216,51.503],[-0.217,51.504],[-0.217,51.505],[-0.218,51.506],[-0.216,51.506],[-0.216,51.508],[-0.216,51.509],[-0.218,51.51],[-0.22,51.512]]]},"properties":{"Name":"Hammersmith and Chiswick","ID":"E14001264"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.133,51.573],[-0.14,51.58],[-0.144,51.58],[-0.148,51.586],[-0.152,51.585],[-0.155,51.583],[-0.16,51.582],[-0.163,51.584],[-0.167,51.581],[-0.167,51.579],[-0.17,51.576],[-0.169,51.574],[-0.173,51.571],[-0.18,51.57],[-0.19,51.565],[-0.191,51.562],[-0.198,51.559],[-0.199,51.556],[-0.206,51.555],[-0.21,51.557],[-0.213,51.555],[-0.207,51.55],[-0.202,51.545],[-0.191,51.536],[-0.189,51.535],[-0.185,51.538],[-0.18,51.54],[-0.174,51.539],[-0.17,51.539],[-0.165,51.536],[-0.16,51.537],[-0.159,51.543],[-0.161,51.545],[-0.159,51.547],[-0.16,51.551],[-0.155,51.551],[-0.153,51.549],[-0.15,51.551],[-0.146,51.556],[-0.139,51.558],[-0.141,51.561],[-0.141,51.565],[-0.142,51.568],[-0.133,51.573]]]},"properties":{"Name":"Hampstead and Highgate","ID":"E14001265"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.883,52.514],[-0.886,52.513],[-0.889,52.514],[-0.884,52.519],[-0.886,52.524],[-0.891,52.524],[-0.9,52.527],[-0.904,52.528],[-0.905,52.529],[-0.909,52.529],[-0.916,52.532],[-0.919,52.538],[-0.919,52.542],[-0.917,52.545],[-0.921,52.548],[-0.921,52.553],[-0.926,52.556],[-0.929,52.558],[-0.926,52.562],[-0.921,52.564],[-0.922,52.567],[-0.93,52.57],[-0.933,52.573],[-0.935,52.576],[-0.941,52.58],[-0.938,52.585],[-0.934,52.59],[-0.933,52.592],[-0.936,52.594],[-0.936,52.599],[-0.945,52.597],[-0.948,52.598],[-0.953,52.597],[-0.955,52.598],[-0.964,52.6],[-0.965,52.602],[-0.973,52.608],[-0.977,52.615],[-0.98,52.615],[-0.984,52.618],[-0.997,52.612],[-1.004,52.61],[-1.011,52.613],[-1.021,52.606],[-1.024,52.601],[-1.026,52.602],[-1.032,52.599],[-1.037,52.601],[-1.042,52.598],[-1.045,52.6],[-1.051,52.601],[-1.06,52.604],[-1.062,52.604],[-1.059,52.609],[-1.071,52.614],[-1.067,52.617],[-1.07,52.618],[-1.074,52.613],[-1.077,52.614],[-1.086,52.615],[-1.097,52.616],[-1.098,52.611],[-1.093,52.61],[-1.099,52.603],[-1.102,52.602],[-1.102,52.599],[-1.107,52.596],[-1.11,52.597],[-1.116,52.597],[-1.12,52.598],[-1.121,52.596],[-1.127,52.596],[-1.127,52.591],[-1.136,52.589],[-1.141,52.59],[-1.144,52.588],[-1.143,52.583],[-1.141,52.582],[-1.14,52.578],[-1.141,52.576],[-1.133,52.573],[-1.132,52.57],[-1.134,52.566],[-1.134,52.564],[-1.129,52.564],[-1.127,52.562],[-1.125,52.565],[-1.124,52.569],[-1.12,52.567],[-1.117,52.567],[-1.114,52.566],[-1.11,52.566],[-1.103,52.565],[-1.095,52.565],[-1.095,52.562],[-1.085,52.558],[-1.08,52.556],[-1.075,52.557],[-1.072,52.562],[-1.064,52.562],[-1.064,52.559],[-1.059,52.559],[-1.06,52.556],[-1.065,52.552],[-1.07,52.544],[-1.075,52.54],[-1.067,52.541],[-1.067,52.542],[-1.06,52.543],[-1.049,52.542],[-1.044,52.544],[-1.036,52.542],[-1.036,52.538],[-1.031,52.533],[-1.028,52.534],[-1.026,52.536],[-1.016,52.533],[-1.016,52.527],[-1.017,52.525],[-1.016,52.521],[-1.017,52.518],[-1.017,52.513],[-1.022,52.509],[-1.028,52.511],[-1.031,52.509],[-1.037,52.504],[-1.035,52.499],[-1.04,52.498],[-1.04,52.495],[-1.036,52.491],[-1.044,52.485],[-1.043,52.483],[-1.049,52.48],[-1.049,52.476],[-1.045,52.474],[-1.044,52.47],[-1.041,52.47],[-1.035,52.464],[-1.028,52.459],[-1.01,52.464],[-1.006,52.465],[-1.003,52.467],[-1.001,52.471],[-0.997,52.471],[-0.995,52.469],[-0.99,52.47],[-0.985,52.472],[-0.982,52.471],[-0.976,52.471],[-0.968,52.477],[-0.959,52.476],[-0.953,52.477],[-0.949,52.477],[-0.944,52.473],[-0.942,52.468],[-0.93,52.466],[-0.91,52.461],[-0.905,52.463],[-0.901,52.46],[-0.898,52.463],[-0.895,52.466],[-0.89,52.47],[-0.886,52.469],[-0.882,52.471],[-0.882,52.476],[-0.885,52.479],[-0.885,52.481],[-0.893,52.485],[-0.898,52.486],[-0.897,52.491],[-0.895,52.492],[-0.884,52.492],[-0.882,52.493],[-0.882,52.497],[-0.879,52.498],[-0.882,52.5],[-0.883,52.503],[-0.88,52.504],[-0.881,52.508],[-0.88,52.51],[-0.883,52.514]]]},"properties":{"Name":"Harborough, Oadby and Wigston","ID":"E14001266"},"id":203}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.281,51.79],[0.282,51.794],[0.286,51.795],[0.284,51.797],[0.285,51.802],[0.286,51.808],[0.285,51.812],[0.284,51.821],[0.286,51.825],[0.291,51.825],[0.3,51.825],[0.305,51.83],[0.309,51.831],[0.319,51.839],[0.327,51.84],[0.332,51.839],[0.336,51.844],[0.334,51.845],[0.329,51.844],[0.327,51.847],[0.33,51.852],[0.327,51.855],[0.315,51.855],[0.308,51.849],[0.301,51.851],[0.298,51.853],[0.298,51.859],[0.289,51.863],[0.285,51.866],[0.27,51.866],[0.272,51.862],[0.268,51.861],[0.266,51.866],[0.251,51.867],[0.226,51.87],[0.222,51.873],[0.216,51.872],[0.214,51.874],[0.208,51.873],[0.205,51.873],[0.199,51.873],[0.196,51.868],[0.194,51.866],[0.187,51.865],[0.183,51.864],[0.17,51.862],[0.172,51.858],[0.173,51.854],[0.171,51.852],[0.173,51.85],[0.167,51.851],[0.165,51.85],[0.165,51.847],[0.163,51.845],[0.162,51.84],[0.161,51.834],[0.162,51.832],[0.166,51.832],[0.166,51.83],[0.162,51.828],[0.163,51.823],[0.166,51.822],[0.165,51.819],[0.169,51.818],[0.173,51.819],[0.167,51.813],[0.162,51.815],[0.159,51.814],[0.158,51.81],[0.155,51.807],[0.153,51.803],[0.15,51.801],[0.152,51.799],[0.148,51.796],[0.141,51.797],[0.135,51.795],[0.129,51.796],[0.126,51.795],[0.122,51.791],[0.116,51.789],[0.107,51.788],[0.099,51.783],[0.093,51.785],[0.077,51.783],[0.064,51.784],[0.06,51.783],[0.057,51.779],[0.052,51.776],[0.042,51.775],[0.037,51.776],[0.031,51.775],[0.025,51.773],[0.018,51.77],[0.018,51.767],[0.014,51.764],[0.012,51.761],[0.013,51.758],[0.01,51.756],[0.004,51.755],[0.003,51.754],[0.002,51.746],[-0.006,51.742],[-0.012,51.743],[-0.014,51.742],[-0.013,51.737],[-0.014,51.723],[-0.01,51.724],[0.002,51.723],[0.005,51.723],[0.011,51.721],[0.014,51.721],[0.015,51.718],[0.01,51.716],[0.016,51.714],[0.018,51.716],[0.023,51.717],[0.02,51.719],[0.023,51.721],[0.023,51.726],[0.024,51.728],[0.024,51.732],[0.028,51.732],[0.028,51.735],[0.031,51.735],[0.034,51.736],[0.038,51.734],[0.039,51.737],[0.043,51.741],[0.046,51.74],[0.049,51.742],[0.053,51.741],[0.056,51.744],[0.055,51.748],[0.047,51.746],[0.04,51.746],[0.039,51.75],[0.036,51.751],[0.036,51.755],[0.037,51.758],[0.041,51.759],[0.045,51.761],[0.049,51.76],[0.055,51.762],[0.058,51.761],[0.063,51.762],[0.067,51.761],[0.066,51.758],[0.066,51.754],[0.064,51.751],[0.067,51.749],[0.08,51.741],[0.081,51.738],[0.084,51.735],[0.093,51.736],[0.097,51.738],[0.103,51.739],[0.115,51.74],[0.115,51.738],[0.118,51.733],[0.122,51.734],[0.124,51.732],[0.127,51.733],[0.13,51.73],[0.134,51.728],[0.138,51.729],[0.142,51.728],[0.148,51.731],[0.155,51.731],[0.157,51.732],[0.163,51.734],[0.172,51.736],[0.173,51.737],[0.171,51.745],[0.169,51.749],[0.167,51.749],[0.161,51.758],[0.165,51.761],[0.168,51.762],[0.178,51.767],[0.181,51.771],[0.192,51.772],[0.198,51.772],[0.203,51.773],[0.209,51.774],[0.217,51.772],[0.222,51.774],[0.227,51.773],[0.229,51.775],[0.233,51.773],[0.237,51.774],[0.238,51.776],[0.238,51.78],[0.258,51.782],[0.26,51.784],[0.281,51.79]]]},"properties":{"Name":"Harlow","ID":"E14001267"},"id":204}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.339,51.85],[-0.344,51.845],[-0.358,51.84],[-0.363,51.842],[-0.365,51.838],[-0.367,51.835],[-0.369,51.831],[-0.373,51.829],[-0.376,51.83],[-0.399,51.837],[-0.409,51.843],[-0.412,51.846],[-0.422,51.85],[-0.425,51.849],[-0.425,51.847],[-0.432,51.849],[-0.433,51.848],[-0.439,51.852],[-0.448,51.848],[-0.454,51.853],[-0.458,51.851],[-0.461,51.853],[-0.464,51.85],[-0.468,51.853],[-0.47,51.856],[-0.478,51.853],[-0.476,51.849],[-0.471,51.845],[-0.479,51.842],[-0.491,51.843],[-0.492,51.835],[-0.497,51.837],[-0.502,51.837],[-0.505,51.832],[-0.506,51.828],[-0.511,51.826],[-0.509,51.824],[-0.503,51.822],[-0.501,51.819],[-0.504,51.818],[-0.502,51.815],[-0.506,51.814],[-0.511,51.811],[-0.518,51.808],[-0.52,51.805],[-0.524,51.806],[-0.532,51.809],[-0.537,51.814],[-0.543,51.815],[-0.542,51.818],[-0.55,51.825],[-0.554,51.827],[-0.557,51.831],[-0.561,51.83],[-0.561,51.826],[-0.563,51.824],[-0.567,51.82],[-0.575,51.819],[-0.574,51.816],[-0.577,51.812],[-0.582,51.807],[-0.592,51.808],[-0.595,51.811],[-0.595,51.814],[-0.597,51.814],[-0.606,51.812],[-0.612,51.812],[-0.615,51.815],[-0.621,51.815],[-0.626,51.816],[-0.633,51.82],[-0.634,51.819],[-0.644,51.816],[-0.648,51.814],[-0.651,51.815],[-0.663,51.816],[-0.667,51.816],[-0.669,51.819],[-0.672,51.82],[-0.678,51.826],[-0.684,51.836],[-0.688,51.84],[-0.695,51.841],[-0.687,51.849],[-0.692,51.857],[-0.696,51.858],[-0.702,51.858],[-0.707,51.854],[-0.71,51.858],[-0.717,51.857],[-0.723,51.854],[-0.723,51.85],[-0.728,51.85],[-0.733,51.848],[-0.736,51.842],[-0.746,51.842],[-0.745,51.838],[-0.738,51.834],[-0.738,51.831],[-0.733,51.828],[-0.729,51.822],[-0.723,51.818],[-0.719,51.816],[-0.712,51.818],[-0.709,51.821],[-0.701,51.815],[-0.699,51.812],[-0.696,51.81],[-0.692,51.806],[-0.69,51.804],[-0.683,51.797],[-0.682,51.795],[-0.689,51.793],[-0.688,51.791],[-0.681,51.788],[-0.679,51.782],[-0.676,51.779],[-0.677,51.776],[-0.676,51.771],[-0.673,51.768],[-0.669,51.766],[-0.661,51.764],[-0.652,51.759],[-0.649,51.759],[-0.647,51.756],[-0.643,51.754],[-0.631,51.753],[-0.628,51.755],[-0.623,51.754],[-0.614,51.751],[-0.613,51.747],[-0.609,51.75],[-0.6,51.751],[-0.594,51.751],[-0.586,51.752],[-0.584,51.746],[-0.576,51.737],[-0.573,51.736],[-0.564,51.74],[-0.555,51.744],[-0.547,51.744],[-0.535,51.741],[-0.527,51.743],[-0.527,51.747],[-0.525,51.748],[-0.523,51.755],[-0.518,51.758],[-0.515,51.762],[-0.517,51.766],[-0.514,51.767],[-0.515,51.769],[-0.507,51.771],[-0.501,51.771],[-0.497,51.771],[-0.487,51.771],[-0.482,51.774],[-0.478,51.774],[-0.475,51.772],[-0.466,51.776],[-0.459,51.778],[-0.454,51.781],[-0.442,51.783],[-0.437,51.782],[-0.43,51.778],[-0.431,51.777],[-0.43,51.768],[-0.423,51.766],[-0.423,51.76],[-0.424,51.754],[-0.426,51.753],[-0.421,51.749],[-0.427,51.744],[-0.422,51.741],[-0.418,51.737],[-0.418,51.735],[-0.415,51.732],[-0.412,51.732],[-0.407,51.732],[-0.404,51.73],[-0.388,51.731],[-0.381,51.73],[-0.375,51.73],[-0.371,51.731],[-0.369,51.734],[-0.36,51.734],[-0.36,51.738],[-0.363,51.737],[-0.369,51.74],[-0.367,51.742],[-0.375,51.746],[-0.369,51.749],[-0.363,51.75],[-0.354,51.756],[-0.362,51.759],[-0.356,51.762],[-0.355,51.765],[-0.349,51.768],[-0.344,51.773],[-0.336,51.773],[-0.337,51.779],[-0.334,51.78],[-0.333,51.777],[-0.325,51.779],[-0.323,51.775],[-0.322,51.767],[-0.319,51.769],[-0.315,51.773],[-0.313,51.772],[-0.31,51.773],[-0.304,51.773],[-0.301,51.772],[-0.296,51.765],[-0.294,51.764],[-0.291,51.764],[-0.285,51.76],[-0.275,51.765],[-0.267,51.768],[-0.269,51.77],[-0.272,51.769],[-0.276,51.772],[-0.277,51.778],[-0.274,51.783],[-0.274,51.787],[-0.271,51.791],[-0.277,51.798],[-0.275,51.8],[-0.265,51.802],[-0.257,51.803],[-0.254,51.805],[-0.247,51.807],[-0.244,51.809],[-0.243,51.813],[-0.247,51.815],[-0.249,51.818],[-0.252,51.822],[-0.256,51.824],[-0.262,51.828],[-0.264,51.833],[-0.267,51.835],[-0.274,51.835],[-0.279,51.835],[-0.289,51.836],[-0.296,51.834],[-0.303,51.836],[-0.308,51.835],[-0.319,51.837],[-0.322,51.839],[-0.323,51.845],[-0.339,51.85]]]},"properties":{"Name":"Harpenden and Berkhamsted","ID":"E14001268"},"id":205}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.544,53.955],[-1.541,53.956],[-1.534,53.952],[-1.53,53.952],[-1.526,53.954],[-1.518,53.953],[-1.514,53.957],[-1.511,53.959],[-1.517,53.966],[-1.507,53.977],[-1.496,53.979],[-1.491,53.982],[-1.485,53.981],[-1.484,53.985],[-1.488,53.986],[-1.49,53.988],[-1.488,53.992],[-1.48,53.993],[-1.477,53.994],[-1.474,53.994],[-1.469,53.991],[-1.462,53.991],[-1.455,53.992],[-1.45,53.995],[-1.442,53.998],[-1.437,53.993],[-1.43,53.994],[-1.427,53.991],[-1.425,53.99],[-1.427,53.985],[-1.423,53.982],[-1.415,53.982],[-1.411,53.983],[-1.412,53.987],[-1.404,53.991],[-1.399,53.994],[-1.392,53.994],[-1.389,54],[-1.384,54],[-1.384,53.997],[-1.38,53.996],[-1.368,53.994],[-1.362,53.993],[-1.352,53.993],[-1.347,53.997],[-1.345,54.002],[-1.349,54.005],[-1.355,54.013],[-1.351,54.015],[-1.344,54.02],[-1.35,54.023],[-1.35,54.026],[-1.352,54.032],[-1.354,54.033],[-1.357,54.032],[-1.358,54.037],[-1.361,54.038],[-1.366,54.037],[-1.368,54.035],[-1.379,54.036],[-1.383,54.037],[-1.387,54.047],[-1.387,54.052],[-1.39,54.06],[-1.395,54.06],[-1.395,54.058],[-1.399,54.057],[-1.402,54.062],[-1.41,54.059],[-1.413,54.058],[-1.418,54.061],[-1.423,54.066],[-1.432,54.073],[-1.435,54.072],[-1.446,54.069],[-1.452,54.07],[-1.454,54.071],[-1.461,54.073],[-1.471,54.077],[-1.472,54.078],[-1.47,54.081],[-1.48,54.083],[-1.487,54.084],[-1.496,54.082],[-1.504,54.083],[-1.521,54.076],[-1.523,54.071],[-1.523,54.067],[-1.517,54.066],[-1.511,54.063],[-1.51,54.06],[-1.508,54.058],[-1.519,54.055],[-1.517,54.053],[-1.521,54.048],[-1.519,54.046],[-1.526,54.046],[-1.531,54.047],[-1.539,54.046],[-1.538,54.045],[-1.533,54.043],[-1.531,54.041],[-1.524,54.039],[-1.521,54.036],[-1.525,54.035],[-1.526,54.032],[-1.524,54.026],[-1.521,54.021],[-1.523,54.021],[-1.529,54.021],[-1.534,54.02],[-1.539,54.02],[-1.542,54.022],[-1.541,54.026],[-1.549,54.029],[-1.555,54.033],[-1.565,54.032],[-1.569,54.034],[-1.571,54.03],[-1.577,54.03],[-1.581,54.032],[-1.586,54.033],[-1.589,54.03],[-1.588,54.027],[-1.59,54.026],[-1.594,54.027],[-1.608,54.029],[-1.609,54.026],[-1.614,54.027],[-1.617,54.025],[-1.619,54.021],[-1.618,54.02],[-1.61,54.014],[-1.611,54.012],[-1.615,54.008],[-1.623,53.998],[-1.623,53.995],[-1.613,53.995],[-1.604,53.993],[-1.594,53.987],[-1.592,53.984],[-1.586,53.985],[-1.584,53.984],[-1.576,53.976],[-1.562,53.978],[-1.561,53.974],[-1.562,53.97],[-1.562,53.967],[-1.559,53.966],[-1.558,53.962],[-1.564,53.96],[-1.56,53.956],[-1.558,53.956],[-1.552,53.957],[-1.549,53.953],[-1.544,53.955]]]},"properties":{"Name":"Harrogate and Knaresborough","ID":"E14001269"},"id":206}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.262,51.596],[-0.273,51.605],[-0.275,51.607],[-0.283,51.614],[-0.285,51.615],[-0.301,51.629],[-0.305,51.633],[-0.304,51.636],[-0.305,51.637],[-0.317,51.641],[-0.319,51.639],[-0.33,51.635],[-0.339,51.63],[-0.34,51.631],[-0.35,51.627],[-0.359,51.625],[-0.363,51.624],[-0.368,51.621],[-0.366,51.618],[-0.363,51.617],[-0.355,51.61],[-0.354,51.604],[-0.357,51.603],[-0.35,51.599],[-0.338,51.603],[-0.328,51.604],[-0.321,51.598],[-0.323,51.592],[-0.329,51.59],[-0.326,51.588],[-0.317,51.582],[-0.314,51.584],[-0.307,51.587],[-0.303,51.587],[-0.294,51.587],[-0.284,51.585],[-0.282,51.584],[-0.278,51.58],[-0.274,51.581],[-0.267,51.583],[-0.266,51.584],[-0.272,51.586],[-0.27,51.588],[-0.266,51.59],[-0.266,51.592],[-0.268,51.595],[-0.262,51.596]]]},"properties":{"Name":"Harrow East","ID":"E14001270"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.357,51.603],[-0.365,51.607],[-0.37,51.606],[-0.373,51.601],[-0.369,51.598],[-0.364,51.59],[-0.365,51.586],[-0.373,51.584],[-0.37,51.578],[-0.371,51.575],[-0.38,51.577],[-0.382,51.573],[-0.386,51.571],[-0.383,51.567],[-0.382,51.563],[-0.382,51.562],[-0.38,51.559],[-0.379,51.558],[-0.378,51.555],[-0.376,51.553],[-0.365,51.556],[-0.363,51.556],[-0.362,51.557],[-0.347,51.559],[-0.346,51.558],[-0.336,51.557],[-0.331,51.562],[-0.328,51.563],[-0.329,51.566],[-0.322,51.57],[-0.324,51.572],[-0.325,51.574],[-0.327,51.579],[-0.323,51.579],[-0.317,51.582],[-0.326,51.588],[-0.329,51.59],[-0.323,51.592],[-0.321,51.598],[-0.328,51.604],[-0.338,51.603],[-0.35,51.599],[-0.357,51.603]]]},"properties":{"Name":"Harrow West","ID":"E14001271"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.243,54.722],[-1.248,54.722],[-1.252,54.72],[-1.256,54.722],[-1.257,54.726],[-1.271,54.727],[-1.281,54.723],[-1.29,54.718],[-1.295,54.719],[-1.304,54.719],[-1.306,54.715],[-1.301,54.71],[-1.304,54.708],[-1.303,54.706],[-1.309,54.702],[-1.314,54.701],[-1.313,54.696],[-1.319,54.693],[-1.319,54.691],[-1.328,54.691],[-1.329,54.69],[-1.333,54.692],[-1.345,54.691],[-1.334,54.689],[-1.332,54.687],[-1.331,54.681],[-1.333,54.673],[-1.338,54.67],[-1.344,54.669],[-1.342,54.666],[-1.346,54.664],[-1.346,54.659],[-1.343,54.658],[-1.341,54.653],[-1.341,54.65],[-1.35,54.651],[-1.352,54.649],[-1.358,54.649],[-1.359,54.649],[-1.366,54.649],[-1.375,54.647],[-1.384,54.646],[-1.381,54.644],[-1.368,54.643],[-1.357,54.638],[-1.351,54.639],[-1.338,54.635],[-1.335,54.631],[-1.33,54.636],[-1.329,54.638],[-1.329,54.643],[-1.326,54.645],[-1.322,54.645],[-1.316,54.645],[-1.314,54.643],[-1.307,54.637],[-1.298,54.636],[-1.299,54.628],[-1.292,54.629],[-1.291,54.627],[-1.28,54.628],[-1.272,54.625],[-1.269,54.626],[-1.267,54.624],[-1.26,54.625],[-1.255,54.623],[-1.251,54.625],[-1.246,54.626],[-1.242,54.625],[-1.239,54.626],[-1.238,54.626],[-1.236,54.629],[-1.235,54.629],[-1.233,54.627],[-1.23,54.626],[-1.227,54.627],[-1.224,54.625],[-1.22,54.625],[-1.21,54.622],[-1.201,54.623],[-1.191,54.632],[-1.195,54.635],[-1.191,54.636],[-1.189,54.633],[-1.184,54.633],[-1.173,54.634],[-1.168,54.638],[-1.168,54.64],[-1.169,54.644],[-1.168,54.646],[-1.164,54.647],[-1.176,54.654],[-1.185,54.661],[-1.187,54.664],[-1.19,54.67],[-1.197,54.676],[-1.199,54.681],[-1.198,54.692],[-1.189,54.694],[-1.193,54.697],[-1.196,54.699],[-1.193,54.7],[-1.186,54.697],[-1.187,54.695],[-1.182,54.693],[-1.178,54.694],[-1.175,54.697],[-1.178,54.699],[-1.187,54.702],[-1.194,54.704],[-1.202,54.706],[-1.227,54.716],[-1.239,54.721],[-1.243,54.722]]]},"properties":{"Name":"Hartlepool","ID":"E14001272"},"id":209}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.975,51.805],[0.976,51.806],[0.97,51.808],[0.965,51.809],[0.957,51.808],[0.944,51.807],[0.936,51.804],[0.934,51.804],[0.931,51.801],[0.926,51.802],[0.919,51.797],[0.92,51.794],[0.911,51.792],[0.904,51.788],[0.902,51.786],[0.899,51.778],[0.904,51.774],[0.908,51.774],[0.92,51.773],[0.936,51.774],[0.942,51.775],[0.946,51.775],[0.962,51.781],[0.971,51.782],[0.981,51.785],[0.984,51.787],[0.989,51.788],[1.001,51.793],[1.005,51.797],[1.003,51.8],[0.997,51.803],[0.991,51.804],[0.984,51.804],[0.975,51.805]]],[[[0.895,51.791],[0.897,51.789],[0.903,51.791],[0.91,51.794],[0.915,51.795],[0.919,51.799],[0.924,51.802],[0.931,51.802],[0.932,51.804],[0.93,51.806],[0.927,51.806],[0.925,51.808],[0.938,51.808],[0.944,51.81],[0.958,51.812],[0.962,51.812],[0.97,51.813],[0.975,51.811],[0.978,51.809],[0.984,51.807],[0.991,51.807],[0.984,51.811],[0.977,51.814],[0.971,51.817],[0.967,51.819],[0.95,51.823],[0.949,51.825],[0.964,51.822],[0.966,51.822],[0.976,51.819],[0.981,51.819],[0.976,51.826],[0.974,51.831],[0.978,51.836],[0.978,51.838],[0.976,51.846],[0.967,51.849],[0.961,51.853],[0.955,51.854],[0.951,51.851],[0.952,51.848],[0.946,51.847],[0.939,51.846],[0.938,51.848],[0.933,51.846],[0.93,51.845],[0.917,51.846],[0.916,51.846],[0.913,51.845],[0.899,51.843],[0.897,51.846],[0.889,51.846],[0.886,51.841],[0.88,51.841],[0.879,51.836],[0.881,51.834],[0.876,51.83],[0.868,51.825],[0.871,51.821],[0.867,51.82],[0.865,51.817],[0.864,51.814],[0.868,51.811],[0.868,51.808],[0.87,51.806],[0.877,51.805],[0.878,51.802],[0.883,51.8],[0.889,51.8],[0.891,51.797],[0.89,51.793],[0.895,51.791]]],[[[0.92,51.887],[0.919,51.887],[0.918,51.887],[0.919,51.886],[0.919,51.882],[0.914,51.882],[0.913,51.878],[0.908,51.877],[0.908,51.874],[0.911,51.87],[0.91,51.868],[0.915,51.863],[0.914,51.859],[0.916,51.857],[0.919,51.852],[0.92,51.845],[0.928,51.846],[0.931,51.845],[0.938,51.848],[0.939,51.846],[0.945,51.847],[0.948,51.849],[0.953,51.852],[0.95,51.855],[0.949,51.858],[0.951,51.86],[0.951,51.863],[0.948,51.864],[0.947,51.866],[0.939,51.872],[0.936,51.876],[0.931,51.879],[0.928,51.88],[0.927,51.881],[0.927,51.885],[0.925,51.886],[0.924,51.887],[0.92,51.887]]],[[[1.054,51.953],[1.053,51.957],[1.048,51.959],[1.042,51.959],[1.042,51.956],[1.032,51.957],[1.029,51.957],[1.025,51.955],[1.019,51.953],[1.016,51.955],[1.012,51.955],[1.008,51.956],[1.005,51.96],[1.004,51.962],[0.999,51.964],[0.993,51.962],[0.989,51.961],[0.982,51.962],[0.975,51.961],[0.968,51.964],[0.972,51.969],[0.965,51.972],[0.965,51.975],[0.963,51.977],[0.956,51.976],[0.952,51.973],[0.943,51.971],[0.94,51.972],[0.931,51.972],[0.928,51.972],[0.925,51.976],[0.917,51.974],[0.904,51.973],[0.9,51.974],[0.896,51.972],[0.893,51.973],[0.889,51.973],[0.887,51.969],[0.881,51.967],[0.873,51.967],[0.873,51.969],[0.868,51.969],[0.863,51.968],[0.859,51.966],[0.858,51.963],[0.854,51.963],[0.849,51.961],[0.842,51.962],[0.84,51.963],[0.833,51.966],[0.831,51.966],[0.822,51.969],[0.819,51.968],[0.814,51.966],[0.814,51.962],[0.812,51.961],[0.8,51.962],[0.796,51.964],[0.787,51.963],[0.785,51.968],[0.781,51.967],[0.782,51.963],[0.778,51.961],[0.773,51.96],[0.768,51.962],[0.768,51.958],[0.764,51.954],[0.756,51.953],[0.75,51.955],[0.746,51.949],[0.744,51.943],[0.74,51.94],[0.741,51.934],[0.74,51.932],[0.737,51.93],[0.736,51.927],[0.732,51.923],[0.73,51.923],[0.731,51.919],[0.73,51.916],[0.724,51.913],[0.722,51.91],[0.724,51.909],[0.729,51.908],[0.725,51.905],[0.721,51.905],[0.715,51.905],[0.713,51.902],[0.708,51.905],[0.705,51.904],[0.699,51.903],[0.7,51.9],[0.705,51.897],[0.709,51.895],[0.713,51.891],[0.713,51.887],[0.718,51.882],[0.723,51.879],[0.718,51.878],[0.722,51.873],[0.717,51.872],[0.722,51.869],[0.726,51.87],[0.73,51.868],[0.737,51.872],[0.741,51.871],[0.742,51.876],[0.745,51.886],[0.753,51.888],[0.758,51.885],[0.755,51.883],[0.757,51.88],[0.761,51.88],[0.764,51.882],[0.77,51.881],[0.771,51.884],[0.773,51.886],[0.786,51.885],[0.79,51.884],[0.796,51.884],[0.845,51.897],[0.862,51.901],[0.868,51.902],[0.87,51.904],[0.868,51.907],[0.872,51.915],[0.872,51.917],[0.875,51.92],[0.879,51.921],[0.882,51.92],[0.886,51.92],[0.891,51.923],[0.889,51.926],[0.901,51.929],[0.908,51.929],[0.915,51.929],[0.918,51.927],[0.928,51.927],[0.931,51.926],[0.934,51.921],[0.931,51.92],[0.934,51.917],[0.932,51.913],[0.938,51.913],[0.947,51.909],[0.944,51.906],[0.949,51.905],[0.955,51.905],[0.957,51.904],[0.949,51.897],[0.953,51.893],[0.951,51.89],[0.94,51.884],[0.935,51.882],[0.936,51.877],[0.939,51.872],[0.947,51.867],[0.951,51.863],[0.952,51.86],[0.95,51.857],[0.953,51.855],[0.957,51.855],[0.963,51.853],[0.969,51.851],[0.976,51.849],[0.98,51.848],[0.982,51.845],[0.981,51.843],[0.984,51.841],[0.985,51.837],[0.984,51.834],[0.983,51.83],[0.987,51.824],[0.994,51.816],[0.997,51.814],[1.003,51.811],[1.006,51.808],[1.013,51.805],[1.017,51.806],[1.023,51.805],[1.04,51.806],[1.06,51.812],[1.064,51.816],[1.063,51.82],[1.06,51.824],[1.059,51.827],[1.061,51.831],[1.058,51.834],[1.052,51.841],[1.051,51.842],[1.048,51.848],[1.046,51.849],[1.042,51.854],[1.039,51.853],[1.037,51.854],[1.028,51.853],[1.026,51.853],[1.023,51.855],[1.014,51.857],[1.014,51.86],[1.011,51.862],[1.01,51.866],[1.012,51.869],[1.02,51.875],[1.025,51.874],[1.029,51.874],[1.035,51.873],[1.036,51.874],[1.043,51.873],[1.055,51.877],[1.055,51.883],[1.062,51.888],[1.059,51.889],[1.063,51.895],[1.061,51.896],[1.063,51.901],[1.061,51.903],[1.061,51.905],[1.066,51.904],[1.066,51.9],[1.069,51.898],[1.072,51.904],[1.076,51.904],[1.083,51.899],[1.088,51.902],[1.086,51.904],[1.097,51.906],[1.098,51.907],[1.11,51.912],[1.11,51.914],[1.116,51.918],[1.117,51.922],[1.122,51.924],[1.128,51.928],[1.134,51.931],[1.142,51.933],[1.15,51.931],[1.155,51.927],[1.165,51.925],[1.163,51.92],[1.166,51.917],[1.172,51.914],[1.176,51.913],[1.183,51.913],[1.183,51.917],[1.186,51.916],[1.189,51.913],[1.192,51.912],[1.2,51.914],[1.2,51.921],[1.211,51.921],[1.215,51.923],[1.223,51.924],[1.228,51.927],[1.231,51.923],[1.232,51.918],[1.237,51.912],[1.241,51.909],[1.247,51.909],[1.25,51.905],[1.254,51.904],[1.258,51.912],[1.256,51.913],[1.263,51.919],[1.269,51.923],[1.275,51.931],[1.281,51.935],[1.285,51.937],[1.29,51.938],[1.291,51.943],[1.29,51.947],[1.288,51.949],[1.281,51.945],[1.278,51.945],[1.28,51.94],[1.275,51.939],[1.273,51.941],[1.267,51.942],[1.267,51.946],[1.262,51.946],[1.261,51.948],[1.246,51.948],[1.241,51.948],[1.235,51.944],[1.233,51.941],[1.227,51.939],[1.221,51.94],[1.219,51.942],[1.213,51.941],[1.209,51.942],[1.204,51.943],[1.199,51.941],[1.188,51.941],[1.181,51.942],[1.176,51.943],[1.172,51.946],[1.171,51.948],[1.163,51.948],[1.149,51.946],[1.146,51.943],[1.136,51.94],[1.13,51.941],[1.127,51.942],[1.119,51.94],[1.112,51.943],[1.106,51.942],[1.089,51.945],[1.081,51.944],[1.078,51.947],[1.076,51.947],[1.066,51.946],[1.062,51.947],[1.058,51.949],[1.054,51.953]]]]},"properties":{"Name":"Harwich and North Essex","ID":"E14001273"},"id":210}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.779,50.989],[0.778,50.991],[0.773,50.993],[0.757,50.995],[0.741,51.001],[0.738,51.001],[0.725,50.999],[0.721,50.999],[0.711,50.998],[0.709,50.998],[0.705,50.995],[0.699,50.998],[0.689,50.999],[0.682,51.001],[0.681,51.002],[0.676,50.996],[0.673,50.994],[0.673,50.993],[0.668,50.99],[0.661,50.984],[0.659,50.978],[0.659,50.97],[0.658,50.964],[0.653,50.962],[0.649,50.957],[0.651,50.954],[0.651,50.949],[0.66,50.95],[0.676,50.947],[0.68,50.949],[0.691,50.95],[0.701,50.954],[0.705,50.954],[0.711,50.957],[0.718,50.954],[0.718,50.952],[0.712,50.946],[0.714,50.944],[0.72,50.937],[0.712,50.933],[0.709,50.934],[0.704,50.933],[0.692,50.929],[0.688,50.928],[0.687,50.93],[0.682,50.929],[0.677,50.929],[0.672,50.932],[0.665,50.932],[0.657,50.93],[0.652,50.931],[0.646,50.93],[0.641,50.931],[0.634,50.93],[0.625,50.928],[0.624,50.923],[0.621,50.919],[0.618,50.908],[0.621,50.906],[0.626,50.908],[0.628,50.902],[0.623,50.897],[0.622,50.892],[0.623,50.889],[0.619,50.888],[0.619,50.886],[0.615,50.885],[0.611,50.882],[0.613,50.881],[0.607,50.879],[0.604,50.879],[0.599,50.884],[0.591,50.884],[0.582,50.885],[0.581,50.884],[0.573,50.886],[0.566,50.889],[0.561,50.889],[0.556,50.894],[0.552,50.892],[0.546,50.892],[0.537,50.895],[0.533,50.893],[0.529,50.892],[0.529,50.89],[0.524,50.884],[0.525,50.881],[0.523,50.878],[0.52,50.877],[0.52,50.872],[0.522,50.869],[0.521,50.867],[0.519,50.865],[0.52,50.863],[0.518,50.861],[0.521,50.859],[0.522,50.857],[0.519,50.851],[0.512,50.849],[0.509,50.851],[0.506,50.847],[0.505,50.844],[0.503,50.843],[0.509,50.844],[0.517,50.847],[0.523,50.848],[0.537,50.85],[0.558,50.851],[0.576,50.854],[0.582,50.854],[0.592,50.854],[0.597,50.855],[0.599,50.857],[0.603,50.858],[0.609,50.86],[0.624,50.861],[0.629,50.863],[0.632,50.865],[0.641,50.867],[0.65,50.868],[0.652,50.869],[0.659,50.87],[0.667,50.872],[0.67,50.873],[0.673,50.878],[0.679,50.881],[0.683,50.886],[0.693,50.892],[0.702,50.897],[0.718,50.907],[0.732,50.915],[0.74,50.917],[0.752,50.923],[0.765,50.927],[0.775,50.928],[0.772,50.931],[0.774,50.932],[0.782,50.933],[0.788,50.933],[0.798,50.932],[0.833,50.927],[0.836,50.926],[0.855,50.924],[0.865,50.929],[0.868,50.933],[0.864,50.936],[0.86,50.94],[0.861,50.942],[0.856,50.953],[0.853,50.952],[0.849,50.951],[0.844,50.957],[0.84,50.956],[0.839,50.952],[0.837,50.95],[0.833,50.949],[0.83,50.946],[0.823,50.945],[0.821,50.946],[0.817,50.942],[0.813,50.942],[0.813,50.949],[0.805,50.956],[0.789,50.971],[0.784,50.977],[0.777,50.977],[0.779,50.98],[0.779,50.982],[0.777,50.985],[0.781,50.987],[0.779,50.989]]]},"properties":{"Name":"Hastings and Rye","ID":"E14001274"},"id":211}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.969,50.834],[-0.978,50.832],[-0.982,50.831],[-0.983,50.828],[-0.987,50.827],[-0.986,50.824],[-0.984,50.822],[-0.986,50.819],[-0.986,50.814],[-0.989,50.811],[-0.989,50.806],[-0.991,50.802],[-0.995,50.798],[-1,50.795],[-1.006,50.793],[-1.016,50.794],[-1.018,50.792],[-1.02,50.793],[-1.025,50.795],[-1.025,50.792],[-1.022,50.786],[-0.987,50.784],[-0.971,50.782],[-0.952,50.778],[-0.939,50.777],[-0.936,50.778],[-0.937,50.782],[-0.941,50.785],[-0.951,50.784],[-0.951,50.787],[-0.96,50.791],[-0.957,50.795],[-0.957,50.799],[-0.953,50.801],[-0.957,50.804],[-0.966,50.803],[-0.97,50.805],[-0.962,50.808],[-0.961,50.811],[-0.956,50.809],[-0.957,50.816],[-0.951,50.824],[-0.953,50.828],[-0.959,50.831],[-0.964,50.832],[-0.967,50.831],[-0.969,50.834]]],[[[-0.932,50.846],[-0.934,50.85],[-0.933,50.852],[-0.933,50.855],[-0.93,50.859],[-0.926,50.864],[-0.932,50.868],[-0.937,50.87],[-0.939,50.874],[-0.941,50.873],[-0.954,50.868],[-0.964,50.867],[-0.96,50.872],[-0.968,50.873],[-0.968,50.877],[-0.979,50.878],[-0.992,50.892],[-0.999,50.895],[-1.002,50.889],[-1.009,50.881],[-1.013,50.876],[-1.017,50.877],[-1.022,50.879],[-1.032,50.875],[-1.035,50.877],[-1.041,50.877],[-1.044,50.873],[-1.048,50.871],[-1.046,50.869],[-1.047,50.866],[-1.053,50.867],[-1.053,50.865],[-1.049,50.865],[-1.05,50.86],[-1.053,50.859],[-1.054,50.857],[-1.047,50.854],[-1.038,50.853],[-1.023,50.853],[-1.025,50.85],[-1.022,50.842],[-1.021,50.839],[-1.019,50.839],[-1.02,50.843],[-1.012,50.844],[-1.004,50.843],[-1.001,50.844],[-0.997,50.84],[-0.99,50.838],[-0.98,50.839],[-0.977,50.841],[-0.971,50.842],[-0.966,50.84],[-0.963,50.841],[-0.959,50.839],[-0.952,50.843],[-0.938,50.842],[-0.932,50.846]]]]},"properties":{"Name":"Havant","ID":"E14001275"},"id":212}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.417,51.54],[-0.419,51.542],[-0.424,51.541],[-0.437,51.537],[-0.441,51.536],[-0.44,51.533],[-0.441,51.53],[-0.438,51.527],[-0.442,51.523],[-0.447,51.523],[-0.444,51.519],[-0.451,51.516],[-0.45,51.51],[-0.45,51.507],[-0.46,51.509],[-0.474,51.51],[-0.486,51.51],[-0.483,51.507],[-0.485,51.503],[-0.49,51.499],[-0.489,51.497],[-0.49,51.495],[-0.495,51.493],[-0.499,51.489],[-0.499,51.486],[-0.502,51.482],[-0.504,51.479],[-0.505,51.474],[-0.507,51.471],[-0.51,51.469],[-0.507,51.467],[-0.504,51.468],[-0.497,51.466],[-0.495,51.464],[-0.49,51.462],[-0.485,51.461],[-0.476,51.461],[-0.474,51.459],[-0.462,51.457],[-0.459,51.456],[-0.448,51.454],[-0.444,51.453],[-0.441,51.457],[-0.437,51.458],[-0.434,51.462],[-0.422,51.466],[-0.411,51.47],[-0.416,51.474],[-0.415,51.477],[-0.417,51.482],[-0.413,51.489],[-0.411,51.498],[-0.407,51.5],[-0.404,51.503],[-0.394,51.507],[-0.393,51.508],[-0.39,51.513],[-0.382,51.519],[-0.376,51.526],[-0.376,51.529],[-0.405,51.533],[-0.414,51.535],[-0.419,51.538],[-0.417,51.54]]]},"properties":{"Name":"Hayes and Harlington","ID":"E14001276"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.093,53.438],[-2.098,53.436],[-2.097,53.434],[-2.103,53.433],[-2.107,53.434],[-2.111,53.438],[-2.119,53.439],[-2.123,53.438],[-2.131,53.439],[-2.128,53.433],[-2.126,53.426],[-2.129,53.422],[-2.135,53.421],[-2.136,53.416],[-2.147,53.411],[-2.149,53.408],[-2.15,53.402],[-2.155,53.4],[-2.146,53.393],[-2.143,53.391],[-2.136,53.395],[-2.134,53.396],[-2.131,53.392],[-2.13,53.388],[-2.13,53.386],[-2.129,53.384],[-2.131,53.382],[-2.118,53.375],[-2.122,53.376],[-2.124,53.371],[-2.125,53.366],[-2.128,53.365],[-2.123,53.362],[-2.121,53.364],[-2.116,53.365],[-2.11,53.365],[-2.104,53.366],[-2.095,53.366],[-2.091,53.364],[-2.084,53.36],[-2.073,53.358],[-2.065,53.358],[-2.061,53.358],[-2.056,53.362],[-2.055,53.367],[-2.05,53.369],[-2.047,53.369],[-2.041,53.372],[-2.033,53.372],[-2.031,53.37],[-2.029,53.371],[-2.034,53.375],[-2.031,53.375],[-2.026,53.374],[-2.021,53.375],[-2.021,53.378],[-2.017,53.378],[-2.019,53.38],[-2.015,53.381],[-2.013,53.384],[-2.005,53.386],[-2.005,53.392],[-2.002,53.396],[-1.994,53.409],[-1.994,53.413],[-1.992,53.415],[-2.005,53.415],[-2.011,53.417],[-2.014,53.416],[-2.017,53.419],[-2.024,53.421],[-2.02,53.425],[-2.026,53.43],[-2.03,53.429],[-2.034,53.429],[-2.038,53.427],[-2.047,53.43],[-2.056,53.432],[-2.062,53.429],[-2.065,53.43],[-2.075,53.426],[-2.083,53.427],[-2.086,53.429],[-2.085,53.434],[-2.089,53.437],[-2.093,53.438]]]},"properties":{"Name":"Hazel Grove","ID":"E14001277"},"id":214}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.422,51.741],[-0.427,51.744],[-0.421,51.749],[-0.426,51.753],[-0.424,51.754],[-0.423,51.76],[-0.423,51.766],[-0.43,51.768],[-0.431,51.777],[-0.43,51.778],[-0.437,51.782],[-0.442,51.783],[-0.454,51.781],[-0.459,51.778],[-0.466,51.776],[-0.475,51.772],[-0.478,51.774],[-0.482,51.774],[-0.487,51.771],[-0.497,51.771],[-0.501,51.771],[-0.507,51.771],[-0.515,51.769],[-0.514,51.767],[-0.517,51.766],[-0.515,51.762],[-0.518,51.758],[-0.523,51.755],[-0.525,51.748],[-0.527,51.747],[-0.527,51.743],[-0.535,51.741],[-0.547,51.744],[-0.555,51.744],[-0.564,51.74],[-0.563,51.736],[-0.559,51.737],[-0.558,51.734],[-0.552,51.731],[-0.554,51.728],[-0.55,51.723],[-0.556,51.722],[-0.561,51.718],[-0.563,51.712],[-0.553,51.704],[-0.548,51.703],[-0.547,51.699],[-0.544,51.697],[-0.543,51.694],[-0.547,51.689],[-0.549,51.685],[-0.546,51.68],[-0.539,51.68],[-0.535,51.682],[-0.531,51.681],[-0.524,51.682],[-0.525,51.688],[-0.523,51.69],[-0.523,51.695],[-0.521,51.698],[-0.519,51.704],[-0.515,51.707],[-0.512,51.704],[-0.503,51.701],[-0.489,51.698],[-0.476,51.699],[-0.47,51.697],[-0.473,51.701],[-0.474,51.708],[-0.477,51.712],[-0.48,51.717],[-0.478,51.719],[-0.484,51.724],[-0.483,51.728],[-0.478,51.73],[-0.469,51.732],[-0.467,51.735],[-0.461,51.731],[-0.458,51.732],[-0.454,51.73],[-0.45,51.726],[-0.44,51.728],[-0.442,51.731],[-0.438,51.734],[-0.432,51.737],[-0.426,51.738],[-0.422,51.741]]]},"properties":{"Name":"Hemel Hempstead","ID":"E14001278"},"id":215}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.303,51.636],[-0.304,51.636],[-0.305,51.633],[-0.301,51.629],[-0.285,51.615],[-0.283,51.614],[-0.275,51.607],[-0.273,51.605],[-0.262,51.596],[-0.253,51.589],[-0.249,51.585],[-0.254,51.581],[-0.255,51.58],[-0.251,51.573],[-0.253,51.573],[-0.25,51.569],[-0.247,51.571],[-0.242,51.573],[-0.235,51.573],[-0.232,51.571],[-0.221,51.574],[-0.215,51.578],[-0.212,51.581],[-0.21,51.586],[-0.207,51.589],[-0.21,51.59],[-0.213,51.594],[-0.217,51.595],[-0.222,51.598],[-0.215,51.597],[-0.212,51.599],[-0.208,51.604],[-0.205,51.604],[-0.202,51.605],[-0.209,51.608],[-0.214,51.612],[-0.215,51.615],[-0.213,51.62],[-0.207,51.619],[-0.2,51.62],[-0.198,51.622],[-0.204,51.625],[-0.213,51.624],[-0.216,51.623],[-0.233,51.626],[-0.233,51.63],[-0.24,51.629],[-0.242,51.626],[-0.245,51.625],[-0.251,51.625],[-0.255,51.622],[-0.266,51.622],[-0.275,51.621],[-0.279,51.622],[-0.288,51.624],[-0.298,51.631],[-0.303,51.636]]]},"properties":{"Name":"Hendon","ID":"E14001279"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.124,51.794],[-1.125,51.795],[-1.125,51.798],[-1.127,51.8],[-1.132,51.797],[-1.137,51.796],[-1.142,51.798],[-1.146,51.798],[-1.154,51.796],[-1.151,51.801],[-1.154,51.805],[-1.164,51.81],[-1.167,51.814],[-1.172,51.812],[-1.187,51.812],[-1.187,51.809],[-1.188,51.804],[-1.192,51.8],[-1.191,51.799],[-1.195,51.797],[-1.198,51.798],[-1.202,51.798],[-1.206,51.8],[-1.208,51.798],[-1.21,51.802],[-1.216,51.803],[-1.221,51.802],[-1.221,51.805],[-1.225,51.806],[-1.231,51.809],[-1.242,51.81],[-1.245,51.808],[-1.243,51.805],[-1.248,51.8],[-1.254,51.798],[-1.253,51.796],[-1.247,51.793],[-1.244,51.79],[-1.248,51.787],[-1.253,51.787],[-1.254,51.786],[-1.243,51.781],[-1.221,51.772],[-1.216,51.773],[-1.211,51.772],[-1.198,51.769],[-1.19,51.768],[-1.188,51.766],[-1.18,51.766],[-1.18,51.763],[-1.183,51.762],[-1.186,51.76],[-1.186,51.757],[-1.195,51.754],[-1.195,51.746],[-1.192,51.742],[-1.193,51.74],[-1.193,51.736],[-1.179,51.736],[-1.176,51.733],[-1.19,51.727],[-1.189,51.724],[-1.184,51.722],[-1.186,51.72],[-1.188,51.717],[-1.187,51.71],[-1.186,51.707],[-1.18,51.708],[-1.173,51.708],[-1.167,51.706],[-1.164,51.702],[-1.166,51.7],[-1.157,51.696],[-1.159,51.69],[-1.165,51.682],[-1.164,51.68],[-1.165,51.675],[-1.166,51.674],[-1.173,51.673],[-1.18,51.67],[-1.177,51.667],[-1.181,51.663],[-1.18,51.66],[-1.182,51.658],[-1.181,51.654],[-1.178,51.649],[-1.177,51.647],[-1.179,51.64],[-1.18,51.636],[-1.173,51.634],[-1.164,51.635],[-1.158,51.636],[-1.155,51.636],[-1.15,51.634],[-1.148,51.632],[-1.148,51.628],[-1.144,51.628],[-1.144,51.625],[-1.139,51.624],[-1.125,51.622],[-1.116,51.619],[-1.116,51.616],[-1.114,51.612],[-1.117,51.604],[-1.121,51.599],[-1.124,51.592],[-1.124,51.588],[-1.127,51.581],[-1.126,51.571],[-1.13,51.567],[-1.135,51.565],[-1.138,51.564],[-1.141,51.561],[-1.143,51.557],[-1.147,51.553],[-1.146,51.55],[-1.142,51.544],[-1.14,51.543],[-1.136,51.54],[-1.134,51.535],[-1.135,51.533],[-1.138,51.527],[-1.144,51.523],[-1.144,51.522],[-1.142,51.516],[-1.134,51.511],[-1.127,51.512],[-1.119,51.512],[-1.113,51.51],[-1.109,51.505],[-1.107,51.501],[-1.107,51.5],[-1.104,51.492],[-1.101,51.489],[-1.088,51.486],[-1.077,51.488],[-1.073,51.489],[-1.058,51.492],[-1.052,51.492],[-1.042,51.489],[-1.038,51.484],[-1.039,51.477],[-1.038,51.476],[-1.027,51.471],[-1.018,51.467],[-1.014,51.466],[-1.007,51.468],[-1.008,51.471],[-1,51.475],[-0.998,51.478],[-0.998,51.484],[-0.987,51.486],[-0.984,51.485],[-0.98,51.486],[-0.978,51.488],[-0.974,51.487],[-0.972,51.488],[-0.969,51.49],[-0.962,51.493],[-0.957,51.493],[-0.952,51.488],[-0.948,51.485],[-0.944,51.482],[-0.945,51.479],[-0.941,51.475],[-0.947,51.473],[-0.949,51.47],[-0.947,51.467],[-0.954,51.465],[-0.955,51.461],[-0.949,51.46],[-0.946,51.46],[-0.938,51.463],[-0.93,51.468],[-0.923,51.467],[-0.922,51.468],[-0.92,51.472],[-0.917,51.474],[-0.91,51.477],[-0.91,51.482],[-0.905,51.485],[-0.902,51.485],[-0.898,51.487],[-0.898,51.489],[-0.894,51.496],[-0.887,51.5],[-0.88,51.502],[-0.872,51.502],[-0.87,51.504],[-0.871,51.507],[-0.874,51.509],[-0.88,51.511],[-0.881,51.516],[-0.879,51.518],[-0.878,51.523],[-0.888,51.53],[-0.899,51.536],[-0.9,51.537],[-0.9,51.54],[-0.897,51.545],[-0.903,51.546],[-0.902,51.549],[-0.903,51.553],[-0.902,51.556],[-0.911,51.558],[-0.914,51.562],[-0.92,51.562],[-0.921,51.564],[-0.924,51.563],[-0.928,51.566],[-0.928,51.568],[-0.939,51.571],[-0.94,51.576],[-0.94,51.582],[-0.942,51.585],[-0.934,51.589],[-0.925,51.591],[-0.917,51.599],[-0.92,51.604],[-0.93,51.604],[-0.932,51.602],[-0.936,51.603],[-0.943,51.605],[-0.943,51.607],[-0.944,51.611],[-0.94,51.614],[-0.939,51.618],[-0.946,51.619],[-0.95,51.621],[-0.95,51.629],[-0.949,51.631],[-0.944,51.631],[-0.938,51.635],[-0.935,51.636],[-0.935,51.637],[-0.938,51.642],[-0.945,51.647],[-0.944,51.652],[-0.945,51.654],[-0.94,51.654],[-0.934,51.653],[-0.925,51.655],[-0.923,51.657],[-0.925,51.66],[-0.928,51.661],[-0.931,51.666],[-0.925,51.665],[-0.925,51.667],[-0.918,51.672],[-0.91,51.674],[-0.907,51.673],[-0.898,51.67],[-0.895,51.668],[-0.884,51.668],[-0.878,51.668],[-0.882,51.673],[-0.885,51.674],[-0.895,51.675],[-0.898,51.676],[-0.894,51.679],[-0.891,51.679],[-0.887,51.681],[-0.88,51.681],[-0.881,51.684],[-0.884,51.686],[-0.893,51.689],[-0.895,51.693],[-0.891,51.697],[-0.89,51.701],[-0.887,51.703],[-0.889,51.709],[-0.888,51.713],[-0.888,51.718],[-0.891,51.721],[-0.897,51.722],[-0.9,51.725],[-0.902,51.728],[-0.901,51.729],[-0.909,51.737],[-0.915,51.738],[-0.917,51.737],[-0.92,51.741],[-0.921,51.745],[-0.924,51.748],[-0.928,51.746],[-0.932,51.75],[-0.933,51.752],[-0.936,51.753],[-0.94,51.753],[-0.945,51.754],[-0.947,51.755],[-0.954,51.758],[-0.965,51.759],[-0.974,51.758],[-0.976,51.76],[-0.981,51.76],[-0.981,51.753],[-0.987,51.752],[-0.994,51.755],[-1.008,51.755],[-1.011,51.756],[-1.024,51.756],[-1.03,51.758],[-1.032,51.757],[-1.033,51.753],[-1.03,51.749],[-1.03,51.746],[-1.032,51.744],[-1.043,51.745],[-1.048,51.748],[-1.053,51.75],[-1.056,51.752],[-1.063,51.754],[-1.066,51.754],[-1.069,51.756],[-1.073,51.758],[-1.077,51.759],[-1.081,51.757],[-1.083,51.76],[-1.083,51.764],[-1.079,51.771],[-1.083,51.774],[-1.08,51.777],[-1.084,51.781],[-1.097,51.782],[-1.098,51.78],[-1.106,51.782],[-1.111,51.784],[-1.115,51.787],[-1.122,51.787],[-1.123,51.789],[-1.12,51.792],[-1.124,51.794]]]},"properties":{"Name":"Henley and Thame","ID":"E14001280"},"id":217}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.468,51.937],[-2.472,51.94],[-2.477,51.94],[-2.478,51.942],[-2.483,51.942],[-2.487,51.942],[-2.491,51.938],[-2.496,51.937],[-2.501,51.936],[-2.508,51.933],[-2.513,51.93],[-2.518,51.93],[-2.527,51.928],[-2.532,51.927],[-2.535,51.928],[-2.547,51.926],[-2.55,51.929],[-2.559,51.931],[-2.563,51.932],[-2.565,51.93],[-2.573,51.929],[-2.576,51.929],[-2.59,51.927],[-2.59,51.924],[-2.593,51.923],[-2.598,51.927],[-2.602,51.927],[-2.606,51.929],[-2.608,51.933],[-2.608,51.94],[-2.606,51.941],[-2.602,51.938],[-2.6,51.939],[-2.601,51.942],[-2.599,51.945],[-2.594,51.948],[-2.598,51.951],[-2.595,51.954],[-2.587,51.958],[-2.592,51.963],[-2.6,51.961],[-2.603,51.955],[-2.608,51.953],[-2.609,51.956],[-2.615,51.955],[-2.628,51.947],[-2.636,51.949],[-2.642,51.947],[-2.648,51.945],[-2.654,51.947],[-2.656,51.949],[-2.659,51.952],[-2.662,51.956],[-2.659,51.959],[-2.658,51.963],[-2.656,51.966],[-2.652,51.969],[-2.645,51.97],[-2.63,51.972],[-2.614,51.976],[-2.608,51.98],[-2.601,51.985],[-2.6,51.987],[-2.602,51.991],[-2.604,51.991],[-2.615,51.99],[-2.62,51.991],[-2.626,51.99],[-2.634,51.991],[-2.634,51.993],[-2.631,51.996],[-2.628,51.999],[-2.62,52.003],[-2.626,52.007],[-2.624,52.01],[-2.624,52.013],[-2.627,52.013],[-2.635,52.012],[-2.637,52.013],[-2.637,52.016],[-2.632,52.019],[-2.63,52.027],[-2.632,52.03],[-2.637,52.03],[-2.639,52.027],[-2.641,52.025],[-2.651,52.021],[-2.654,52.021],[-2.657,52.022],[-2.657,52.027],[-2.665,52.03],[-2.667,52.033],[-2.66,52.035],[-2.657,52.038],[-2.659,52.04],[-2.663,52.04],[-2.667,52.04],[-2.675,52.044],[-2.673,52.047],[-2.675,52.049],[-2.676,52.052],[-2.682,52.057],[-2.681,52.059],[-2.683,52.062],[-2.693,52.066],[-2.702,52.065],[-2.711,52.071],[-2.714,52.075],[-2.722,52.075],[-2.722,52.074],[-2.728,52.074],[-2.73,52.076],[-2.747,52.077],[-2.769,52.078],[-2.771,52.072],[-2.775,52.07],[-2.754,52.066],[-2.759,52.062],[-2.76,52.06],[-2.756,52.06],[-2.756,52.056],[-2.748,52.054],[-2.745,52.055],[-2.744,52.051],[-2.741,52.052],[-2.738,52.049],[-2.74,52.047],[-2.752,52.045],[-2.759,52.046],[-2.766,52.047],[-2.771,52.051],[-2.774,52.052],[-2.782,52.053],[-2.79,52.05],[-2.798,52.051],[-2.801,52.052],[-2.802,52.057],[-2.807,52.059],[-2.809,52.061],[-2.808,52.063],[-2.81,52.068],[-2.808,52.072],[-2.811,52.077],[-2.814,52.08],[-2.811,52.082],[-2.817,52.084],[-2.825,52.084],[-2.829,52.085],[-2.833,52.083],[-2.836,52.084],[-2.837,52.086],[-2.848,52.095],[-2.85,52.094],[-2.856,52.093],[-2.852,52.097],[-2.857,52.101],[-2.862,52.101],[-2.864,52.105],[-2.877,52.112],[-2.882,52.112],[-2.884,52.111],[-2.889,52.111],[-2.897,52.108],[-2.899,52.102],[-2.898,52.099],[-2.9,52.096],[-2.9,52.092],[-2.901,52.087],[-2.903,52.087],[-2.907,52.08],[-2.909,52.082],[-2.913,52.081],[-2.912,52.079],[-2.915,52.078],[-2.917,52.08],[-2.922,52.083],[-2.93,52.085],[-2.938,52.087],[-2.941,52.089],[-2.944,52.093],[-2.948,52.094],[-2.949,52.091],[-2.953,52.087],[-2.958,52.086],[-2.967,52.089],[-2.971,52.093],[-2.971,52.095],[-2.968,52.098],[-2.966,52.103],[-2.971,52.103],[-2.976,52.105],[-2.979,52.107],[-2.986,52.107],[-2.987,52.108],[-2.984,52.112],[-2.984,52.114],[-2.989,52.117],[-2.996,52.113],[-2.996,52.11],[-2.998,52.109],[-3.013,52.107],[-3.021,52.105],[-3.028,52.104],[-3.042,52.104],[-3.042,52.106],[-3.035,52.107],[-3.034,52.109],[-3.039,52.11],[-3.044,52.108],[-3.048,52.11],[-3.057,52.108],[-3.064,52.108],[-3.07,52.11],[-3.069,52.112],[-3.063,52.112],[-3.063,52.115],[-3.073,52.12],[-3.082,52.12],[-3.089,52.122],[-3.099,52.12],[-3.105,52.117],[-3.108,52.115],[-3.107,52.112],[-3.105,52.108],[-3.108,52.105],[-3.121,52.104],[-3.123,52.103],[-3.121,52.094],[-3.119,52.088],[-3.126,52.079],[-3.121,52.076],[-3.119,52.069],[-3.116,52.066],[-3.111,52.065],[-3.106,52.059],[-3.101,52.058],[-3.098,52.055],[-3.091,52.05],[-3.093,52.047],[-3.087,52.042],[-3.086,52.04],[-3.092,52.033],[-3.093,52.029],[-3.099,52.023],[-3.092,52.017],[-3.087,52.014],[-3.084,52.004],[-3.079,51.997],[-3.076,51.996],[-3.07,51.99],[-3.067,51.983],[-3.06,51.979],[-3.057,51.975],[-3.051,51.972],[-3.041,51.968],[-3.038,51.965],[-3.035,51.96],[-3.026,51.957],[-3.022,51.952],[-3.022,51.951],[-3.013,51.945],[-3.008,51.938],[-3.01,51.933],[-3.008,51.927],[-3.002,51.924],[-2.999,51.923],[-2.987,51.926],[-2.984,51.926],[-2.978,51.927],[-2.975,51.925],[-2.974,51.921],[-2.976,51.921],[-2.973,51.915],[-2.974,51.911],[-2.973,51.906],[-2.968,51.905],[-2.961,51.907],[-2.954,51.906],[-2.95,51.909],[-2.942,51.91],[-2.939,51.912],[-2.936,51.913],[-2.934,51.915],[-2.928,51.914],[-2.92,51.917],[-2.916,51.918],[-2.913,51.92],[-2.908,51.921],[-2.905,51.925],[-2.9,51.926],[-2.893,51.925],[-2.887,51.928],[-2.889,51.932],[-2.888,51.934],[-2.883,51.934],[-2.875,51.933],[-2.872,51.93],[-2.87,51.927],[-2.863,51.927],[-2.859,51.928],[-2.854,51.924],[-2.848,51.924],[-2.845,51.922],[-2.847,51.92],[-2.851,51.919],[-2.863,51.917],[-2.861,51.914],[-2.854,51.916],[-2.845,51.915],[-2.841,51.917],[-2.84,51.915],[-2.837,51.914],[-2.836,51.906],[-2.833,51.905],[-2.821,51.905],[-2.818,51.904],[-2.816,51.899],[-2.814,51.898],[-2.805,51.896],[-2.802,51.893],[-2.802,51.891],[-2.799,51.89],[-2.79,51.886],[-2.785,51.884],[-2.779,51.884],[-2.77,51.88],[-2.774,51.875],[-2.777,51.873],[-2.779,51.867],[-2.778,51.865],[-2.769,51.86],[-2.765,51.858],[-2.764,51.856],[-2.758,51.85],[-2.757,51.846],[-2.747,51.845],[-2.74,51.842],[-2.741,51.839],[-2.739,51.837],[-2.732,51.841],[-2.728,51.84],[-2.726,51.844],[-2.72,51.849],[-2.718,51.847],[-2.719,51.844],[-2.716,51.841],[-2.71,51.839],[-2.707,51.839],[-2.707,51.843],[-2.705,51.846],[-2.7,51.843],[-2.697,51.845],[-2.693,51.838],[-2.693,51.834],[-2.687,51.833],[-2.687,51.836],[-2.683,51.838],[-2.677,51.836],[-2.666,51.836],[-2.66,51.834],[-2.658,51.832],[-2.657,51.827],[-2.65,51.826],[-2.646,51.829],[-2.644,51.833],[-2.641,51.837],[-2.638,51.838],[-2.636,51.841],[-2.63,51.839],[-2.625,51.839],[-2.622,51.843],[-2.617,51.845],[-2.61,51.847],[-2.605,51.855],[-2.6,51.857],[-2.594,51.856],[-2.588,51.851],[-2.583,51.85],[-2.579,51.852],[-2.579,51.854],[-2.585,51.86],[-2.576,51.863],[-2.568,51.863],[-2.562,51.864],[-2.556,51.863],[-2.55,51.863],[-2.547,51.861],[-2.539,51.86],[-2.532,51.861],[-2.531,51.863],[-2.525,51.863],[-2.522,51.865],[-2.519,51.871],[-2.514,51.879],[-2.51,51.884],[-2.504,51.887],[-2.501,51.885],[-2.501,51.882],[-2.498,51.882],[-2.495,51.884],[-2.494,51.88],[-2.489,51.881],[-2.487,51.885],[-2.482,51.886],[-2.478,51.885],[-2.474,51.887],[-2.468,51.892],[-2.465,51.893],[-2.458,51.893],[-2.449,51.895],[-2.446,51.894],[-2.441,51.899],[-2.444,51.901],[-2.44,51.902],[-2.444,51.906],[-2.442,51.907],[-2.444,51.91],[-2.443,51.912],[-2.448,51.916],[-2.448,51.919],[-2.455,51.919],[-2.461,51.925],[-2.466,51.928],[-2.466,51.931],[-2.468,51.937]]]},"properties":{"Name":"Hereford and South Herefordshire","ID":"E14001281"},"id":218}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.349,51.299],[1.346,51.302],[1.343,51.296],[1.34,51.293],[1.335,51.293],[1.331,51.291],[1.328,51.286],[1.332,51.284],[1.331,51.282],[1.334,51.281],[1.337,51.282],[1.34,51.28],[1.339,51.278],[1.342,51.276],[1.348,51.274],[1.356,51.279],[1.351,51.281],[1.352,51.284],[1.35,51.286],[1.35,51.29],[1.346,51.293],[1.348,51.296],[1.354,51.299],[1.349,51.299]]],[[[1.367,51.313],[1.36,51.312],[1.353,51.307],[1.349,51.301],[1.351,51.299],[1.347,51.293],[1.351,51.291],[1.355,51.29],[1.35,51.286],[1.353,51.284],[1.351,51.281],[1.354,51.281],[1.357,51.278],[1.352,51.277],[1.352,51.275],[1.348,51.274],[1.342,51.276],[1.339,51.278],[1.34,51.28],[1.336,51.282],[1.332,51.281],[1.331,51.284],[1.328,51.287],[1.334,51.293],[1.338,51.293],[1.343,51.297],[1.346,51.302],[1.345,51.308],[1.34,51.313],[1.335,51.314],[1.332,51.313],[1.325,51.317],[1.315,51.318],[1.311,51.317],[1.299,51.319],[1.295,51.32],[1.29,51.321],[1.284,51.321],[1.281,51.32],[1.273,51.321],[1.268,51.322],[1.263,51.322],[1.257,51.323],[1.252,51.326],[1.251,51.329],[1.246,51.329],[1.241,51.331],[1.235,51.331],[1.232,51.329],[1.22,51.323],[1.225,51.322],[1.226,51.318],[1.229,51.316],[1.225,51.314],[1.219,51.312],[1.222,51.309],[1.214,51.311],[1.213,51.306],[1.208,51.304],[1.206,51.299],[1.203,51.295],[1.203,51.293],[1.2,51.292],[1.205,51.286],[1.21,51.284],[1.211,51.282],[1.205,51.276],[1.203,51.276],[1.195,51.269],[1.197,51.268],[1.195,51.265],[1.195,51.259],[1.197,51.259],[1.208,51.255],[1.212,51.252],[1.206,51.246],[1.218,51.243],[1.216,51.24],[1.225,51.235],[1.231,51.233],[1.242,51.237],[1.253,51.234],[1.255,51.229],[1.261,51.227],[1.264,51.229],[1.269,51.231],[1.274,51.233],[1.281,51.241],[1.284,51.243],[1.288,51.247],[1.288,51.25],[1.294,51.257],[1.302,51.257],[1.31,51.258],[1.324,51.258],[1.329,51.262],[1.332,51.258],[1.336,51.259],[1.335,51.262],[1.35,51.262],[1.354,51.263],[1.355,51.265],[1.36,51.263],[1.365,51.26],[1.373,51.251],[1.381,51.25],[1.386,51.255],[1.394,51.257],[1.388,51.268],[1.382,51.279],[1.377,51.287],[1.373,51.307],[1.371,51.312],[1.368,51.313],[1.367,51.313]]],[[[1.374,51.387],[1.367,51.387],[1.364,51.386],[1.359,51.386],[1.353,51.387],[1.349,51.386],[1.341,51.385],[1.335,51.386],[1.334,51.384],[1.328,51.382],[1.325,51.382],[1.316,51.382],[1.304,51.382],[1.299,51.383],[1.294,51.382],[1.29,51.383],[1.28,51.378],[1.273,51.378],[1.266,51.378],[1.256,51.377],[1.251,51.377],[1.236,51.379],[1.214,51.38],[1.199,51.38],[1.192,51.378],[1.181,51.377],[1.174,51.376],[1.166,51.375],[1.147,51.373],[1.137,51.373],[1.129,51.373],[1.115,51.372],[1.099,51.373],[1.099,51.37],[1.095,51.369],[1.082,51.368],[1.08,51.361],[1.078,51.357],[1.083,51.354],[1.077,51.349],[1.081,51.346],[1.087,51.345],[1.082,51.341],[1.085,51.339],[1.088,51.335],[1.093,51.334],[1.09,51.33],[1.087,51.328],[1.086,51.323],[1.087,51.319],[1.085,51.315],[1.086,51.314],[1.091,51.316],[1.092,51.313],[1.096,51.31],[1.096,51.306],[1.104,51.305],[1.106,51.301],[1.106,51.297],[1.111,51.297],[1.115,51.293],[1.117,51.289],[1.121,51.285],[1.124,51.284],[1.128,51.287],[1.131,51.286],[1.135,51.288],[1.135,51.29],[1.14,51.298],[1.142,51.3],[1.147,51.3],[1.159,51.302],[1.164,51.303],[1.166,51.307],[1.175,51.312],[1.178,51.312],[1.179,51.314],[1.184,51.315],[1.188,51.314],[1.19,51.317],[1.194,51.317],[1.199,51.321],[1.204,51.323],[1.207,51.324],[1.209,51.324],[1.211,51.324],[1.216,51.321],[1.221,51.324],[1.232,51.329],[1.23,51.332],[1.234,51.332],[1.236,51.331],[1.242,51.331],[1.246,51.329],[1.252,51.329],[1.253,51.326],[1.259,51.323],[1.264,51.322],[1.268,51.322],[1.273,51.321],[1.281,51.32],[1.284,51.321],[1.291,51.321],[1.299,51.319],[1.31,51.317],[1.314,51.318],[1.325,51.317],[1.332,51.313],[1.335,51.314],[1.34,51.313],[1.345,51.308],[1.346,51.302],[1.348,51.302],[1.353,51.308],[1.358,51.311],[1.352,51.313],[1.36,51.325],[1.359,51.328],[1.361,51.338],[1.37,51.338],[1.369,51.336],[1.38,51.336],[1.38,51.339],[1.383,51.342],[1.384,51.353],[1.385,51.353],[1.386,51.36],[1.39,51.36],[1.393,51.361],[1.389,51.365],[1.384,51.368],[1.385,51.369],[1.369,51.374],[1.375,51.376],[1.376,51.378],[1.374,51.38],[1.376,51.382],[1.374,51.384],[1.374,51.387]]]]},"properties":{"Name":"Herne Bay and Sandwich","ID":"E14001282"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.196,51.868],[0.194,51.87],[0.194,51.873],[0.188,51.875],[0.185,51.878],[0.175,51.883],[0.178,51.886],[0.177,51.888],[0.182,51.891],[0.184,51.894],[0.179,51.896],[0.176,51.895],[0.168,51.894],[0.169,51.892],[0.165,51.891],[0.162,51.892],[0.147,51.887],[0.142,51.888],[0.14,51.885],[0.129,51.884],[0.125,51.885],[0.125,51.878],[0.127,51.876],[0.121,51.868],[0.122,51.865],[0.117,51.859],[0.112,51.86],[0.104,51.861],[0.099,51.864],[0.094,51.862],[0.092,51.86],[0.088,51.861],[0.082,51.863],[0.077,51.864],[0.077,51.866],[0.067,51.869],[0.064,51.871],[0.058,51.874],[0.052,51.868],[0.051,51.865],[0.046,51.859],[0.039,51.855],[0.039,51.852],[0.034,51.849],[0.032,51.845],[0.027,51.842],[0.02,51.841],[0.019,51.837],[0.014,51.834],[0.017,51.833],[0.015,51.83],[0.006,51.83],[-0.003,51.829],[-0.006,51.827],[-0.009,51.825],[-0.013,51.824],[-0.019,51.827],[-0.027,51.827],[-0.029,51.826],[-0.034,51.826],[-0.034,51.827],[-0.048,51.82],[-0.051,51.822],[-0.056,51.827],[-0.06,51.83],[-0.065,51.827],[-0.063,51.824],[-0.067,51.822],[-0.071,51.82],[-0.079,51.822],[-0.083,51.821],[-0.087,51.822],[-0.093,51.822],[-0.091,51.816],[-0.096,51.814],[-0.103,51.814],[-0.112,51.811],[-0.114,51.809],[-0.114,51.805],[-0.118,51.804],[-0.117,51.801],[-0.106,51.8],[-0.107,51.797],[-0.107,51.795],[-0.112,51.795],[-0.113,51.792],[-0.11,51.786],[-0.103,51.783],[-0.097,51.783],[-0.093,51.785],[-0.089,51.781],[-0.089,51.779],[-0.086,51.779],[-0.08,51.782],[-0.076,51.781],[-0.067,51.783],[-0.064,51.782],[-0.056,51.783],[-0.056,51.786],[-0.053,51.789],[-0.048,51.79],[-0.047,51.797],[-0.044,51.797],[-0.043,51.8],[-0.033,51.799],[-0.025,51.797],[-0.021,51.8],[-0.018,51.8],[-0.011,51.803],[-0.01,51.801],[-0.004,51.8],[-0.004,51.802],[-0.007,51.805],[-0.003,51.806],[0,51.805],[0.001,51.807],[0.005,51.809],[0.011,51.806],[0.016,51.807],[0.022,51.805],[0.03,51.806],[0.032,51.809],[0.034,51.81],[0.038,51.809],[0.039,51.804],[0.042,51.802],[0.042,51.798],[0.04,51.794],[0.038,51.794],[0.037,51.798],[0.033,51.797],[0.032,51.795],[0.034,51.791],[0.037,51.79],[0.043,51.789],[0.046,51.782],[0.043,51.779],[0.042,51.775],[0.052,51.776],[0.057,51.779],[0.06,51.783],[0.064,51.784],[0.077,51.783],[0.093,51.785],[0.099,51.783],[0.107,51.788],[0.116,51.789],[0.122,51.791],[0.126,51.795],[0.129,51.796],[0.135,51.795],[0.141,51.797],[0.148,51.796],[0.152,51.799],[0.15,51.801],[0.153,51.803],[0.155,51.807],[0.158,51.81],[0.159,51.814],[0.162,51.815],[0.167,51.813],[0.173,51.819],[0.169,51.818],[0.165,51.819],[0.166,51.822],[0.163,51.823],[0.162,51.828],[0.166,51.83],[0.166,51.832],[0.162,51.832],[0.161,51.834],[0.162,51.84],[0.163,51.845],[0.165,51.847],[0.165,51.85],[0.167,51.851],[0.173,51.85],[0.171,51.852],[0.173,51.854],[0.172,51.858],[0.17,51.862],[0.183,51.864],[0.187,51.865],[0.194,51.866],[0.196,51.868]]]},"properties":{"Name":"Hertford and Stortford","ID":"E14001283"},"id":220}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.106,51.692],[-0.106,51.694],[-0.107,51.706],[-0.107,51.713],[-0.113,51.719],[-0.114,51.721],[-0.109,51.724],[-0.105,51.729],[-0.102,51.73],[-0.102,51.732],[-0.097,51.738],[-0.096,51.741],[-0.092,51.743],[-0.101,51.745],[-0.102,51.743],[-0.105,51.742],[-0.116,51.742],[-0.128,51.741],[-0.128,51.739],[-0.135,51.739],[-0.138,51.737],[-0.144,51.735],[-0.152,51.737],[-0.155,51.737],[-0.154,51.732],[-0.152,51.729],[-0.153,51.727],[-0.157,51.726],[-0.157,51.723],[-0.162,51.715],[-0.164,51.709],[-0.172,51.703],[-0.176,51.703],[-0.181,51.706],[-0.19,51.707],[-0.199,51.71],[-0.206,51.71],[-0.213,51.711],[-0.218,51.714],[-0.227,51.713],[-0.235,51.71],[-0.237,51.706],[-0.241,51.71],[-0.241,51.716],[-0.251,51.725],[-0.255,51.73],[-0.26,51.734],[-0.262,51.737],[-0.266,51.738],[-0.272,51.736],[-0.28,51.735],[-0.284,51.733],[-0.289,51.728],[-0.284,51.724],[-0.286,51.721],[-0.277,51.721],[-0.28,51.717],[-0.286,51.713],[-0.296,51.711],[-0.296,51.709],[-0.302,51.708],[-0.299,51.699],[-0.3,51.697],[-0.309,51.698],[-0.313,51.696],[-0.316,51.697],[-0.322,51.693],[-0.325,51.697],[-0.326,51.702],[-0.333,51.702],[-0.334,51.699],[-0.339,51.698],[-0.343,51.698],[-0.35,51.699],[-0.355,51.698],[-0.357,51.696],[-0.356,51.692],[-0.363,51.689],[-0.367,51.689],[-0.372,51.688],[-0.375,51.693],[-0.379,51.69],[-0.378,51.688],[-0.369,51.684],[-0.371,51.681],[-0.369,51.678],[-0.374,51.674],[-0.37,51.672],[-0.369,51.67],[-0.363,51.666],[-0.365,51.661],[-0.37,51.657],[-0.375,51.654],[-0.371,51.652],[-0.378,51.646],[-0.376,51.645],[-0.377,51.638],[-0.37,51.631],[-0.367,51.627],[-0.363,51.624],[-0.359,51.625],[-0.35,51.627],[-0.34,51.631],[-0.339,51.63],[-0.33,51.635],[-0.319,51.639],[-0.317,51.641],[-0.305,51.637],[-0.304,51.636],[-0.303,51.636],[-0.296,51.635],[-0.292,51.636],[-0.285,51.637],[-0.281,51.638],[-0.274,51.639],[-0.273,51.642],[-0.268,51.644],[-0.262,51.644],[-0.257,51.642],[-0.252,51.647],[-0.25,51.655],[-0.244,51.657],[-0.234,51.658],[-0.228,51.66],[-0.226,51.658],[-0.22,51.661],[-0.213,51.662],[-0.208,51.663],[-0.208,51.667],[-0.203,51.67],[-0.2,51.67],[-0.199,51.668],[-0.195,51.668],[-0.197,51.665],[-0.191,51.664],[-0.188,51.668],[-0.182,51.669],[-0.175,51.673],[-0.172,51.673],[-0.164,51.682],[-0.163,51.686],[-0.163,51.688],[-0.153,51.686],[-0.146,51.686],[-0.138,51.688],[-0.133,51.689],[-0.122,51.689],[-0.118,51.689],[-0.109,51.692],[-0.106,51.692]]]},"properties":{"Name":"Hertsmere","ID":"E14001284"},"id":221}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.648,55.169],[-1.655,55.167],[-1.657,55.166],[-1.663,55.168],[-1.666,55.165],[-1.664,55.163],[-1.667,55.16],[-1.676,55.156],[-1.671,55.154],[-1.671,55.151],[-1.675,55.152],[-1.68,55.152],[-1.688,55.15],[-1.697,55.151],[-1.706,55.15],[-1.709,55.151],[-1.712,55.155],[-1.711,55.158],[-1.71,55.168],[-1.715,55.17],[-1.717,55.176],[-1.72,55.175],[-1.724,55.175],[-1.725,55.173],[-1.731,55.176],[-1.737,55.174],[-1.741,55.174],[-1.747,55.179],[-1.744,55.18],[-1.747,55.183],[-1.751,55.189],[-1.756,55.205],[-1.749,55.207],[-1.756,55.218],[-1.76,55.218],[-1.761,55.22],[-1.753,55.222],[-1.753,55.224],[-1.743,55.227],[-1.744,55.228],[-1.738,55.232],[-1.731,55.231],[-1.725,55.234],[-1.725,55.236],[-1.72,55.237],[-1.723,55.24],[-1.724,55.242],[-1.722,55.246],[-1.727,55.246],[-1.731,55.249],[-1.729,55.252],[-1.73,55.255],[-1.727,55.256],[-1.724,55.259],[-1.719,55.261],[-1.719,55.263],[-1.715,55.264],[-1.712,55.261],[-1.711,55.258],[-1.705,55.26],[-1.706,55.256],[-1.694,55.256],[-1.69,55.256],[-1.672,55.264],[-1.67,55.266],[-1.652,55.268],[-1.655,55.272],[-1.654,55.275],[-1.656,55.282],[-1.661,55.287],[-1.662,55.288],[-1.666,55.293],[-1.671,55.293],[-1.678,55.295],[-1.685,55.297],[-1.684,55.299],[-1.691,55.302],[-1.695,55.299],[-1.706,55.298],[-1.711,55.296],[-1.716,55.293],[-1.72,55.292],[-1.724,55.293],[-1.729,55.292],[-1.732,55.293],[-1.736,55.292],[-1.74,55.294],[-1.74,55.298],[-1.744,55.298],[-1.747,55.296],[-1.747,55.294],[-1.751,55.291],[-1.75,55.289],[-1.753,55.287],[-1.763,55.29],[-1.765,55.291],[-1.768,55.286],[-1.77,55.284],[-1.77,55.282],[-1.773,55.28],[-1.777,55.281],[-1.782,55.282],[-1.791,55.277],[-1.787,55.274],[-1.789,55.269],[-1.8,55.269],[-1.806,55.267],[-1.807,55.265],[-1.813,55.269],[-1.815,55.268],[-1.814,55.264],[-1.817,55.262],[-1.821,55.263],[-1.831,55.268],[-1.834,55.272],[-1.833,55.274],[-1.838,55.276],[-1.843,55.273],[-1.848,55.267],[-1.854,55.264],[-1.861,55.262],[-1.867,55.263],[-1.87,55.261],[-1.872,55.259],[-1.879,55.256],[-1.883,55.251],[-1.892,55.249],[-1.898,55.246],[-1.904,55.244],[-1.905,55.245],[-1.914,55.246],[-1.917,55.25],[-1.924,55.248],[-1.924,55.246],[-1.919,55.238],[-1.925,55.238],[-1.926,55.236],[-1.93,55.233],[-1.929,55.231],[-1.933,55.222],[-1.932,55.216],[-1.947,55.216],[-1.955,55.214],[-1.954,55.207],[-1.974,55.209],[-1.992,55.21],[-1.99,55.207],[-2.006,55.206],[-2.02,55.205],[-2.045,55.201],[-2.04,55.197],[-2.036,55.19],[-2.052,55.185],[-2.054,55.18],[-2.052,55.179],[-2.069,55.175],[-2.069,55.177],[-2.079,55.18],[-2.091,55.181],[-2.093,55.184],[-2.098,55.185],[-2.102,55.187],[-2.1,55.19],[-2.094,55.194],[-2.096,55.196],[-2.104,55.195],[-2.108,55.196],[-2.116,55.196],[-2.119,55.195],[-2.124,55.196],[-2.132,55.196],[-2.133,55.193],[-2.139,55.193],[-2.144,55.193],[-2.141,55.188],[-2.152,55.185],[-2.158,55.185],[-2.159,55.184],[-2.167,55.185],[-2.165,55.188],[-2.166,55.19],[-2.164,55.193],[-2.163,55.196],[-2.159,55.206],[-2.154,55.207],[-2.153,55.209],[-2.151,55.211],[-2.154,55.213],[-2.153,55.215],[-2.149,55.218],[-2.146,55.218],[-2.139,55.225],[-2.134,55.227],[-2.13,55.227],[-2.128,55.229],[-2.122,55.231],[-2.124,55.233],[-2.123,55.235],[-2.116,55.236],[-2.12,55.241],[-2.118,55.244],[-2.121,55.247],[-2.129,55.248],[-2.133,55.254],[-2.135,55.254],[-2.151,55.255],[-2.158,55.259],[-2.154,55.267],[-2.15,55.268],[-2.149,55.275],[-2.151,55.278],[-2.149,55.287],[-2.153,55.29],[-2.162,55.291],[-2.164,55.292],[-2.166,55.304],[-2.172,55.311],[-2.18,55.311],[-2.193,55.312],[-2.211,55.31],[-2.215,55.315],[-2.221,55.319],[-2.222,55.318],[-2.235,55.319],[-2.244,55.318],[-2.248,55.324],[-2.245,55.326],[-2.246,55.329],[-2.25,55.333],[-2.261,55.331],[-2.281,55.333],[-2.288,55.337],[-2.289,55.344],[-2.295,55.348],[-2.296,55.351],[-2.3,55.354],[-2.308,55.357],[-2.312,55.36],[-2.32,55.363],[-2.329,55.368],[-2.337,55.367],[-2.341,55.366],[-2.35,55.364],[-2.351,55.363],[-2.355,55.362],[-2.358,55.36],[-2.373,55.355],[-2.379,55.351],[-2.379,55.349],[-2.384,55.348],[-2.395,55.348],[-2.4,55.349],[-2.4,55.352],[-2.402,55.355],[-2.409,55.357],[-2.415,55.359],[-2.42,55.359],[-2.426,55.358],[-2.429,55.356],[-2.439,55.359],[-2.445,55.359],[-2.461,55.353],[-2.468,55.353],[-2.473,55.355],[-2.481,55.354],[-2.489,55.352],[-2.496,55.347],[-2.499,55.342],[-2.502,55.34],[-2.502,55.337],[-2.51,55.331],[-2.514,55.33],[-2.518,55.325],[-2.525,55.322],[-2.531,55.323],[-2.543,55.32],[-2.55,55.316],[-2.559,55.317],[-2.557,55.311],[-2.56,55.309],[-2.565,55.306],[-2.566,55.303],[-2.574,55.301],[-2.573,55.297],[-2.58,55.294],[-2.589,55.292],[-2.594,55.29],[-2.598,55.287],[-2.605,55.285],[-2.609,55.283],[-2.614,55.278],[-2.623,55.272],[-2.624,55.27],[-2.628,55.268],[-2.626,55.265],[-2.627,55.262],[-2.641,55.261],[-2.647,55.26],[-2.644,55.258],[-2.632,55.253],[-2.629,55.251],[-2.624,55.249],[-2.612,55.248],[-2.615,55.246],[-2.62,55.247],[-2.63,55.245],[-2.632,55.239],[-2.635,55.23],[-2.635,55.225],[-2.631,55.224],[-2.639,55.223],[-2.642,55.221],[-2.648,55.22],[-2.66,55.22],[-2.667,55.222],[-2.683,55.202],[-2.681,55.199],[-2.686,55.195],[-2.686,55.191],[-2.69,55.189],[-2.677,55.177],[-2.675,55.176],[-2.676,55.173],[-2.683,55.166],[-2.676,55.158],[-2.674,55.152],[-2.669,55.147],[-2.663,55.147],[-2.66,55.144],[-2.66,55.142],[-2.657,55.136],[-2.645,55.131],[-2.636,55.13],[-2.633,55.128],[-2.626,55.128],[-2.621,55.129],[-2.616,55.128],[-2.606,55.126],[-2.601,55.124],[-2.602,55.122],[-2.6,55.117],[-2.599,55.115],[-2.598,55.115],[-2.594,55.114],[-2.593,55.11],[-2.594,55.108],[-2.592,55.104],[-2.585,55.103],[-2.583,55.101],[-2.583,55.098],[-2.577,55.096],[-2.572,55.098],[-2.568,55.096],[-2.569,55.094],[-2.567,55.092],[-2.558,55.089],[-2.563,55.085],[-2.559,55.084],[-2.558,55.082],[-2.549,55.083],[-2.54,55.084],[-2.537,55.083],[-2.532,55.083],[-2.531,55.085],[-2.525,55.085],[-2.518,55.085],[-2.517,55.089],[-2.506,55.089],[-2.501,55.09],[-2.498,55.087],[-2.491,55.086],[-2.486,55.083],[-2.486,55.081],[-2.49,55.081],[-2.495,55.082],[-2.497,55.077],[-2.501,55.075],[-2.5,55.074],[-2.493,55.071],[-2.492,55.068],[-2.494,55.066],[-2.503,55.063],[-2.502,55.058],[-2.496,55.055],[-2.496,55.054],[-2.495,55.053],[-2.494,55.051],[-2.488,55.048],[-2.488,55.046],[-2.483,55.043],[-2.483,55.04],[-2.493,55.037],[-2.505,55.037],[-2.506,55.035],[-2.511,55.035],[-2.513,55.034],[-2.521,55.033],[-2.528,55.032],[-2.527,55.029],[-2.536,55.028],[-2.545,55.027],[-2.547,55.024],[-2.556,55.02],[-2.559,55.021],[-2.566,55.02],[-2.568,55.017],[-2.573,55.016],[-2.572,55.014],[-2.575,55.011],[-2.572,55.008],[-2.573,55.005],[-2.568,55.003],[-2.569,55],[-2.574,54.992],[-2.573,54.989],[-2.576,54.985],[-2.581,54.982],[-2.586,54.982],[-2.591,54.977],[-2.592,54.974],[-2.6,54.974],[-2.601,54.971],[-2.598,54.966],[-2.596,54.963],[-2.586,54.963],[-2.578,54.961],[-2.571,54.96],[-2.568,54.958],[-2.571,54.948],[-2.568,54.941],[-2.565,54.94],[-2.56,54.934],[-2.554,54.934],[-2.552,54.932],[-2.552,54.93],[-2.551,54.929],[-2.545,54.929],[-2.548,54.926],[-2.554,54.925],[-2.559,54.924],[-2.557,54.922],[-2.56,54.92],[-2.566,54.919],[-2.568,54.909],[-2.575,54.9],[-2.576,54.897],[-2.588,54.891],[-2.594,54.888],[-2.605,54.885],[-2.605,54.884],[-2.599,54.88],[-2.593,54.875],[-2.59,54.874],[-2.589,54.87],[-2.581,54.864],[-2.573,54.854],[-2.582,54.848],[-2.583,54.846],[-2.578,54.836],[-2.573,54.831],[-2.568,54.824],[-2.558,54.817],[-2.543,54.812],[-2.535,54.807],[-2.531,54.806],[-2.523,54.806],[-2.517,54.808],[-2.511,54.809],[-2.503,54.81],[-2.496,54.81],[-2.488,54.815],[-2.482,54.817],[-2.469,54.826],[-2.461,54.834],[-2.457,54.832],[-2.452,54.832],[-2.447,54.835],[-2.442,54.836],[-2.434,54.84],[-2.423,54.843],[-2.415,54.851],[-2.411,54.856],[-2.402,54.851],[-2.398,54.844],[-2.393,54.835],[-2.389,54.832],[-2.382,54.831],[-2.373,54.827],[-2.369,54.822],[-2.37,54.821],[-2.36,54.817],[-2.356,54.814],[-2.348,54.807],[-2.343,54.806],[-2.338,54.807],[-2.334,54.805],[-2.328,54.805],[-2.327,54.801],[-2.323,54.797],[-2.323,54.795],[-2.315,54.793],[-2.312,54.791],[-2.308,54.792],[-2.302,54.792],[-2.296,54.794],[-2.293,54.793],[-2.29,54.796],[-2.286,54.796],[-2.283,54.798],[-2.277,54.796],[-2.267,54.795],[-2.261,54.792],[-2.251,54.79],[-2.249,54.788],[-2.236,54.787],[-2.234,54.784],[-2.227,54.783],[-2.22,54.783],[-2.215,54.784],[-2.214,54.787],[-2.211,54.789],[-2.202,54.8],[-2.199,54.805],[-2.199,54.807],[-2.187,54.806],[-2.182,54.807],[-2.174,54.806],[-2.169,54.804],[-2.166,54.814],[-2.161,54.819],[-2.151,54.823],[-2.143,54.827],[-2.143,54.831],[-2.14,54.834],[-2.139,54.838],[-2.14,54.842],[-2.135,54.843],[-2.121,54.841],[-2.116,54.841],[-2.111,54.84],[-2.103,54.84],[-2.1,54.837],[-2.099,54.837],[-2.098,54.837],[-2.097,54.837],[-2.082,54.838],[-2.074,54.841],[-2.067,54.845],[-2.065,54.844],[-2.055,54.847],[-2.04,54.848],[-2.036,54.851],[-2.036,54.853],[-2.028,54.856],[-2.027,54.859],[-2.023,54.859],[-2.019,54.862],[-2.012,54.864],[-2.012,54.867],[-2.006,54.869],[-2.002,54.868],[-1.995,54.87],[-1.99,54.87],[-1.987,54.868],[-1.981,54.868],[-1.971,54.863],[-1.973,54.861],[-1.969,54.86],[-1.964,54.859],[-1.959,54.856],[-1.952,54.854],[-1.944,54.852],[-1.939,54.852],[-1.931,54.853],[-1.931,54.852],[-1.926,54.849],[-1.923,54.85],[-1.921,54.842],[-1.919,54.841],[-1.92,54.837],[-1.915,54.834],[-1.906,54.841],[-1.899,54.843],[-1.896,54.846],[-1.894,54.844],[-1.887,54.844],[-1.881,54.847],[-1.87,54.851],[-1.868,54.853],[-1.867,54.854],[-1.868,54.857],[-1.871,54.86],[-1.867,54.864],[-1.862,54.866],[-1.86,54.869],[-1.86,54.878],[-1.854,54.88],[-1.851,54.885],[-1.855,54.889],[-1.854,54.891],[-1.848,54.89],[-1.845,54.894],[-1.845,54.897],[-1.839,54.897],[-1.831,54.902],[-1.828,54.905],[-1.823,54.905],[-1.821,54.906],[-1.828,54.91],[-1.834,54.912],[-1.845,54.914],[-1.848,54.914],[-1.853,54.917],[-1.846,54.924],[-1.841,54.93],[-1.833,54.931],[-1.827,54.93],[-1.826,54.934],[-1.827,54.937],[-1.825,54.939],[-1.825,54.941],[-1.831,54.944],[-1.831,54.947],[-1.834,54.951],[-1.831,54.955],[-1.823,54.956],[-1.825,54.962],[-1.822,54.966],[-1.816,54.967],[-1.816,54.969],[-1.812,54.971],[-1.813,54.976],[-1.801,54.979],[-1.793,54.983],[-1.785,54.985],[-1.782,54.984],[-1.774,54.982],[-1.767,54.981],[-1.757,54.983],[-1.75,54.983],[-1.739,54.98],[-1.733,54.98],[-1.737,54.987],[-1.726,54.988],[-1.726,54.992],[-1.732,54.993],[-1.731,54.996],[-1.74,54.999],[-1.742,55.002],[-1.73,55.004],[-1.723,55.004],[-1.722,55.01],[-1.712,55.006],[-1.698,55.002],[-1.696,55.007],[-1.7,55.008],[-1.699,55.011],[-1.689,55.011],[-1.688,55.01],[-1.68,55.01],[-1.679,55.012],[-1.675,55.014],[-1.674,55.017],[-1.666,55.02],[-1.666,55.023],[-1.664,55.027],[-1.666,55.032],[-1.665,55.036],[-1.666,55.038],[-1.668,55.041],[-1.672,55.041],[-1.679,55.039],[-1.68,55.041],[-1.686,55.04],[-1.692,55.041],[-1.695,55.043],[-1.694,55.047],[-1.695,55.05],[-1.698,55.052],[-1.711,55.053],[-1.714,55.065],[-1.704,55.066],[-1.705,55.071],[-1.701,55.071],[-1.691,55.07],[-1.691,55.073],[-1.662,55.078],[-1.648,55.079],[-1.642,55.071],[-1.64,55.069],[-1.638,55.065],[-1.634,55.065],[-1.63,55.068],[-1.631,55.085],[-1.635,55.085],[-1.637,55.101],[-1.647,55.105],[-1.641,55.108],[-1.636,55.109],[-1.632,55.111],[-1.628,55.11],[-1.626,55.108],[-1.621,55.113],[-1.627,55.114],[-1.63,55.114],[-1.634,55.116],[-1.635,55.117],[-1.638,55.116],[-1.642,55.12],[-1.64,55.121],[-1.648,55.124],[-1.651,55.129],[-1.647,55.133],[-1.65,55.139],[-1.64,55.145],[-1.632,55.146],[-1.621,55.151],[-1.625,55.151],[-1.635,55.154],[-1.634,55.161],[-1.637,55.164],[-1.636,55.166],[-1.632,55.168],[-1.632,55.17],[-1.638,55.17],[-1.648,55.169]]]},"properties":{"Name":"Hexham","ID":"E14001285"},"id":222}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.185,53.638],[-2.182,53.64],[-2.183,53.645],[-2.182,53.648],[-2.19,53.648],[-2.198,53.652],[-2.205,53.654],[-2.207,53.657],[-2.207,53.661],[-2.215,53.665],[-2.218,53.669],[-2.222,53.669],[-2.226,53.671],[-2.233,53.669],[-2.237,53.667],[-2.246,53.664],[-2.249,53.66],[-2.254,53.657],[-2.261,53.654],[-2.263,53.652],[-2.266,53.651],[-2.27,53.646],[-2.268,53.641],[-2.265,53.639],[-2.264,53.63],[-2.262,53.626],[-2.26,53.624],[-2.26,53.621],[-2.258,53.616],[-2.266,53.615],[-2.269,53.616],[-2.272,53.615],[-2.267,53.609],[-2.259,53.606],[-2.251,53.607],[-2.248,53.602],[-2.245,53.601],[-2.246,53.599],[-2.25,53.599],[-2.256,53.597],[-2.258,53.595],[-2.259,53.592],[-2.27,53.592],[-2.272,53.59],[-2.277,53.591],[-2.279,53.588],[-2.278,53.586],[-2.283,53.586],[-2.281,53.583],[-2.278,53.58],[-2.274,53.579],[-2.269,53.58],[-2.268,53.584],[-2.265,53.586],[-2.259,53.585],[-2.255,53.582],[-2.254,53.581],[-2.251,53.578],[-2.251,53.577],[-2.243,53.572],[-2.246,53.569],[-2.243,53.568],[-2.248,53.563],[-2.239,53.561],[-2.237,53.559],[-2.242,53.557],[-2.237,53.554],[-2.236,53.548],[-2.23,53.548],[-2.222,53.552],[-2.214,53.554],[-2.212,53.552],[-2.208,53.552],[-2.204,53.553],[-2.198,53.55],[-2.199,53.547],[-2.191,53.547],[-2.192,53.549],[-2.187,53.55],[-2.183,53.548],[-2.181,53.551],[-2.179,53.555],[-2.177,53.554],[-2.172,53.555],[-2.172,53.558],[-2.163,53.563],[-2.154,53.566],[-2.151,53.567],[-2.152,53.579],[-2.157,53.582],[-2.157,53.587],[-2.164,53.593],[-2.167,53.598],[-2.166,53.6],[-2.173,53.604],[-2.167,53.606],[-2.165,53.608],[-2.172,53.61],[-2.173,53.612],[-2.166,53.618],[-2.162,53.624],[-2.163,53.626],[-2.172,53.625],[-2.179,53.626],[-2.179,53.631],[-2.186,53.637],[-2.185,53.638]]]},"properties":{"Name":"Heywood and Middleton North","ID":"E14001286"},"id":223}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.822,53.521],[-1.827,53.524],[-1.834,53.521],[-1.841,53.52],[-1.843,53.521],[-1.846,53.525],[-1.851,53.526],[-1.856,53.53],[-1.86,53.534],[-1.863,53.535],[-1.871,53.539],[-1.876,53.54],[-1.883,53.539],[-1.887,53.536],[-1.894,53.534],[-1.898,53.538],[-1.901,53.539],[-1.91,53.538],[-1.914,53.537],[-1.916,53.533],[-1.922,53.531],[-1.924,53.523],[-1.927,53.521],[-1.922,53.517],[-1.917,53.515],[-1.922,53.51],[-1.924,53.51],[-1.935,53.506],[-1.943,53.507],[-1.946,53.505],[-1.956,53.504],[-1.959,53.506],[-1.963,53.51],[-1.972,53.504],[-1.972,53.499],[-1.971,53.495],[-1.975,53.487],[-1.983,53.484],[-1.987,53.482],[-1.989,53.475],[-1.987,53.473],[-1.988,53.471],[-1.987,53.467],[-1.981,53.464],[-1.981,53.463],[-1.988,53.461],[-1.987,53.454],[-1.99,53.454],[-1.995,53.45],[-1.995,53.447],[-1.999,53.446],[-2.006,53.441],[-2.004,53.436],[-2.007,53.436],[-2.012,53.44],[-2.018,53.438],[-2.023,53.433],[-2.027,53.432],[-2.026,53.43],[-2.02,53.425],[-2.024,53.421],[-2.017,53.419],[-2.014,53.416],[-2.011,53.417],[-2.005,53.415],[-1.992,53.415],[-1.994,53.413],[-1.994,53.409],[-2.002,53.396],[-2.005,53.392],[-2.005,53.386],[-2.013,53.384],[-2.015,53.381],[-2.019,53.38],[-2.017,53.378],[-2.021,53.378],[-2.021,53.375],[-2.026,53.374],[-2.031,53.375],[-2.034,53.375],[-2.029,53.371],[-2.031,53.37],[-2.034,53.368],[-2.027,53.364],[-2.024,53.364],[-2.023,53.367],[-2.018,53.366],[-2.016,53.363],[-2.009,53.362],[-2.011,53.357],[-2.007,53.355],[-2.008,53.351],[-2.008,53.348],[-2.005,53.346],[-2.01,53.342],[-2.014,53.34],[-2.014,53.332],[-2.009,53.331],[-2.012,53.328],[-2.011,53.324],[-2.004,53.321],[-2.002,53.319],[-2.004,53.314],[-2.004,53.311],[-2.009,53.305],[-2.009,53.291],[-2.008,53.289],[-2.008,53.283],[-2.009,53.28],[-2.007,53.276],[-2.005,53.268],[-2.009,53.261],[-2,53.255],[-2.002,53.249],[-2,53.245],[-1.993,53.242],[-1.984,53.239],[-1.982,53.239],[-1.979,53.233],[-1.975,53.231],[-1.975,53.228],[-1.988,53.225],[-1.99,53.223],[-1.989,53.216],[-1.987,53.214],[-1.978,53.217],[-1.976,53.219],[-1.971,53.221],[-1.962,53.226],[-1.961,53.219],[-1.957,53.214],[-1.951,53.212],[-1.939,53.212],[-1.931,53.209],[-1.925,53.206],[-1.922,53.203],[-1.915,53.203],[-1.909,53.199],[-1.902,53.199],[-1.899,53.2],[-1.901,53.207],[-1.9,53.208],[-1.906,53.212],[-1.91,53.212],[-1.912,53.213],[-1.909,53.215],[-1.913,53.217],[-1.918,53.218],[-1.912,53.221],[-1.907,53.219],[-1.898,53.21],[-1.895,53.212],[-1.897,53.216],[-1.893,53.219],[-1.888,53.218],[-1.883,53.211],[-1.882,53.207],[-1.884,53.205],[-1.882,53.204],[-1.877,53.203],[-1.878,53.207],[-1.873,53.208],[-1.874,53.211],[-1.873,53.216],[-1.863,53.205],[-1.853,53.203],[-1.848,53.199],[-1.841,53.197],[-1.842,53.195],[-1.832,53.198],[-1.832,53.206],[-1.831,53.211],[-1.835,53.212],[-1.851,53.217],[-1.853,53.217],[-1.861,53.222],[-1.866,53.224],[-1.871,53.225],[-1.874,53.227],[-1.867,53.23],[-1.861,53.231],[-1.858,53.234],[-1.858,53.236],[-1.852,53.244],[-1.845,53.246],[-1.847,53.249],[-1.843,53.251],[-1.837,53.249],[-1.833,53.252],[-1.821,53.252],[-1.817,53.254],[-1.818,53.257],[-1.816,53.258],[-1.808,53.258],[-1.806,53.256],[-1.799,53.256],[-1.794,53.255],[-1.79,53.256],[-1.792,53.258],[-1.796,53.259],[-1.799,53.261],[-1.797,53.263],[-1.799,53.265],[-1.8,53.271],[-1.802,53.273],[-1.81,53.275],[-1.813,53.28],[-1.818,53.283],[-1.817,53.286],[-1.824,53.292],[-1.822,53.294],[-1.825,53.299],[-1.823,53.303],[-1.817,53.305],[-1.809,53.314],[-1.806,53.317],[-1.798,53.319],[-1.788,53.324],[-1.784,53.325],[-1.769,53.333],[-1.766,53.336],[-1.759,53.338],[-1.749,53.335],[-1.741,53.337],[-1.737,53.337],[-1.732,53.338],[-1.731,53.337],[-1.734,53.335],[-1.725,53.332],[-1.727,53.329],[-1.728,53.319],[-1.72,53.319],[-1.713,53.322],[-1.712,53.325],[-1.706,53.325],[-1.7,53.324],[-1.7,53.332],[-1.697,53.335],[-1.691,53.337],[-1.686,53.336],[-1.677,53.342],[-1.671,53.35],[-1.673,53.353],[-1.671,53.359],[-1.67,53.365],[-1.673,53.369],[-1.664,53.381],[-1.662,53.391],[-1.654,53.392],[-1.655,53.393],[-1.665,53.394],[-1.668,53.393],[-1.673,53.397],[-1.682,53.402],[-1.695,53.401],[-1.705,53.405],[-1.703,53.411],[-1.704,53.415],[-1.709,53.417],[-1.717,53.419],[-1.723,53.419],[-1.73,53.416],[-1.735,53.42],[-1.74,53.421],[-1.747,53.426],[-1.744,53.43],[-1.745,53.432],[-1.749,53.436],[-1.75,53.439],[-1.744,53.445],[-1.744,53.448],[-1.747,53.453],[-1.747,53.458],[-1.745,53.462],[-1.748,53.464],[-1.751,53.465],[-1.759,53.464],[-1.766,53.464],[-1.771,53.467],[-1.776,53.468],[-1.778,53.472],[-1.781,53.475],[-1.79,53.476],[-1.801,53.481],[-1.802,53.487],[-1.8,53.488],[-1.8,53.494],[-1.796,53.494],[-1.795,53.498],[-1.796,53.503],[-1.799,53.505],[-1.81,53.506],[-1.801,53.511],[-1.807,53.512],[-1.813,53.512],[-1.82,53.513],[-1.822,53.521]]]},"properties":{"Name":"High Peak","ID":"E14001287"},"id":224}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.361,52.676],[-1.363,52.68],[-1.371,52.678],[-1.374,52.677],[-1.382,52.675],[-1.384,52.674],[-1.397,52.674],[-1.399,52.672],[-1.408,52.673],[-1.418,52.678],[-1.421,52.683],[-1.424,52.684],[-1.429,52.683],[-1.43,52.681],[-1.445,52.685],[-1.451,52.688],[-1.445,52.693],[-1.441,52.696],[-1.438,52.699],[-1.436,52.704],[-1.44,52.702],[-1.451,52.703],[-1.456,52.703],[-1.467,52.707],[-1.473,52.702],[-1.476,52.702],[-1.482,52.698],[-1.488,52.695],[-1.493,52.693],[-1.495,52.693],[-1.498,52.689],[-1.504,52.687],[-1.507,52.688],[-1.512,52.692],[-1.513,52.696],[-1.519,52.702],[-1.526,52.704],[-1.527,52.708],[-1.52,52.707],[-1.517,52.712],[-1.51,52.714],[-1.497,52.721],[-1.499,52.724],[-1.503,52.725],[-1.511,52.723],[-1.518,52.728],[-1.525,52.728],[-1.532,52.727],[-1.535,52.728],[-1.545,52.728],[-1.55,52.726],[-1.55,52.72],[-1.556,52.718],[-1.564,52.711],[-1.569,52.71],[-1.574,52.712],[-1.578,52.711],[-1.585,52.707],[-1.592,52.706],[-1.591,52.705],[-1.596,52.703],[-1.598,52.7],[-1.591,52.698],[-1.587,52.695],[-1.589,52.693],[-1.59,52.687],[-1.584,52.685],[-1.579,52.68],[-1.577,52.678],[-1.569,52.68],[-1.566,52.678],[-1.57,52.676],[-1.565,52.674],[-1.56,52.671],[-1.553,52.669],[-1.55,52.663],[-1.546,52.659],[-1.547,52.656],[-1.542,52.654],[-1.545,52.65],[-1.543,52.648],[-1.545,52.645],[-1.547,52.642],[-1.554,52.64],[-1.559,52.637],[-1.568,52.636],[-1.571,52.634],[-1.565,52.631],[-1.567,52.629],[-1.566,52.626],[-1.568,52.623],[-1.567,52.621],[-1.561,52.62],[-1.561,52.617],[-1.554,52.613],[-1.557,52.609],[-1.557,52.601],[-1.56,52.596],[-1.556,52.594],[-1.553,52.594],[-1.547,52.592],[-1.543,52.589],[-1.538,52.59],[-1.532,52.586],[-1.531,52.583],[-1.527,52.583],[-1.525,52.58],[-1.527,52.575],[-1.523,52.574],[-1.52,52.57],[-1.503,52.564],[-1.464,52.553],[-1.459,52.552],[-1.427,52.54],[-1.419,52.538],[-1.417,52.534],[-1.415,52.534],[-1.407,52.532],[-1.381,52.522],[-1.373,52.519],[-1.374,52.518],[-1.363,52.515],[-1.342,52.507],[-1.338,52.506],[-1.325,52.501],[-1.319,52.511],[-1.318,52.515],[-1.324,52.517],[-1.322,52.519],[-1.328,52.523],[-1.33,52.525],[-1.33,52.529],[-1.331,52.531],[-1.335,52.533],[-1.333,52.538],[-1.335,52.544],[-1.337,52.55],[-1.339,52.553],[-1.337,52.556],[-1.333,52.558],[-1.335,52.56],[-1.329,52.566],[-1.326,52.565],[-1.324,52.568],[-1.32,52.566],[-1.31,52.563],[-1.302,52.561],[-1.298,52.563],[-1.289,52.565],[-1.289,52.564],[-1.282,52.563],[-1.278,52.565],[-1.276,52.564],[-1.272,52.567],[-1.268,52.571],[-1.27,52.575],[-1.281,52.576],[-1.286,52.578],[-1.297,52.58],[-1.295,52.584],[-1.296,52.588],[-1.291,52.593],[-1.285,52.595],[-1.275,52.601],[-1.275,52.603],[-1.278,52.605],[-1.28,52.607],[-1.274,52.61],[-1.277,52.612],[-1.272,52.615],[-1.265,52.614],[-1.258,52.616],[-1.258,52.621],[-1.261,52.625],[-1.263,52.627],[-1.26,52.629],[-1.252,52.631],[-1.249,52.632],[-1.241,52.633],[-1.244,52.636],[-1.249,52.637],[-1.256,52.635],[-1.261,52.637],[-1.262,52.643],[-1.27,52.647],[-1.277,52.648],[-1.282,52.652],[-1.285,52.651],[-1.29,52.653],[-1.292,52.651],[-1.299,52.647],[-1.307,52.646],[-1.305,52.642],[-1.312,52.64],[-1.317,52.64],[-1.321,52.636],[-1.322,52.64],[-1.32,52.647],[-1.336,52.65],[-1.345,52.654],[-1.354,52.66],[-1.36,52.662],[-1.359,52.664],[-1.361,52.667],[-1.359,52.673],[-1.361,52.676]]]},"properties":{"Name":"Hinckley and Bosworth","ID":"E14001288"},"id":225}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.219,52.037],[-0.226,52.046],[-0.227,52.047],[-0.238,52.046],[-0.24,52.052],[-0.24,52.058],[-0.243,52.059],[-0.256,52.063],[-0.262,52.064],[-0.262,52.067],[-0.274,52.07],[-0.276,52.068],[-0.275,52.065],[-0.277,52.061],[-0.276,52.059],[-0.28,52.058],[-0.29,52.054],[-0.296,52.053],[-0.297,52.049],[-0.305,52.043],[-0.308,52.044],[-0.315,52.042],[-0.316,52.04],[-0.321,52.04],[-0.328,52.043],[-0.332,52.046],[-0.334,52.051],[-0.339,52.052],[-0.346,52.051],[-0.349,52.048],[-0.347,52.045],[-0.356,52.048],[-0.36,52.047],[-0.37,52.05],[-0.374,52.052],[-0.376,52.056],[-0.379,52.059],[-0.39,52.057],[-0.395,52.053],[-0.399,52.052],[-0.4,52.05],[-0.404,52.048],[-0.401,52.042],[-0.396,52.042],[-0.393,52.04],[-0.388,52.035],[-0.385,52.035],[-0.383,52.033],[-0.381,52.034],[-0.377,52.027],[-0.378,52.024],[-0.376,52.022],[-0.373,52.021],[-0.366,52.016],[-0.37,52.012],[-0.365,52.013],[-0.358,52.01],[-0.348,52.008],[-0.347,52.009],[-0.343,52.009],[-0.343,52.005],[-0.339,52.001],[-0.337,52.002],[-0.329,51.995],[-0.334,51.995],[-0.341,51.99],[-0.338,51.988],[-0.339,51.983],[-0.347,51.984],[-0.352,51.983],[-0.356,51.985],[-0.362,51.985],[-0.367,51.984],[-0.368,51.98],[-0.362,51.974],[-0.352,51.974],[-0.349,51.97],[-0.352,51.966],[-0.349,51.964],[-0.351,51.962],[-0.35,51.958],[-0.354,51.957],[-0.363,51.953],[-0.366,51.951],[-0.372,51.948],[-0.383,51.951],[-0.383,51.953],[-0.379,51.958],[-0.38,51.965],[-0.378,51.972],[-0.379,51.976],[-0.381,51.979],[-0.385,51.978],[-0.386,51.979],[-0.391,51.977],[-0.392,51.973],[-0.395,51.967],[-0.399,51.967],[-0.401,51.961],[-0.402,51.956],[-0.404,51.956],[-0.402,51.949],[-0.404,51.948],[-0.406,51.941],[-0.402,51.933],[-0.406,51.932],[-0.403,51.93],[-0.39,51.926],[-0.387,51.921],[-0.384,51.918],[-0.386,51.916],[-0.385,51.911],[-0.379,51.904],[-0.378,51.902],[-0.378,51.899],[-0.373,51.895],[-0.365,51.894],[-0.359,51.889],[-0.358,51.886],[-0.355,51.885],[-0.352,51.88],[-0.35,51.879],[-0.351,51.876],[-0.354,51.876],[-0.354,51.871],[-0.355,51.867],[-0.354,51.864],[-0.35,51.861],[-0.35,51.857],[-0.342,51.853],[-0.339,51.85],[-0.323,51.845],[-0.322,51.839],[-0.319,51.837],[-0.308,51.835],[-0.303,51.836],[-0.296,51.834],[-0.289,51.836],[-0.279,51.835],[-0.274,51.835],[-0.273,51.84],[-0.271,51.845],[-0.266,51.847],[-0.263,51.851],[-0.262,51.853],[-0.265,51.861],[-0.259,51.864],[-0.259,51.867],[-0.253,51.87],[-0.251,51.874],[-0.253,51.878],[-0.249,51.884],[-0.246,51.885],[-0.242,51.883],[-0.235,51.882],[-0.23,51.883],[-0.226,51.887],[-0.223,51.892],[-0.225,51.893],[-0.226,51.898],[-0.229,51.899],[-0.23,51.903],[-0.234,51.905],[-0.229,51.913],[-0.228,51.917],[-0.225,51.923],[-0.228,51.925],[-0.228,51.927],[-0.225,51.929],[-0.22,51.931],[-0.207,51.93],[-0.205,51.929],[-0.202,51.931],[-0.199,51.929],[-0.197,51.931],[-0.193,51.928],[-0.188,51.928],[-0.185,51.932],[-0.176,51.931],[-0.171,51.928],[-0.165,51.927],[-0.162,51.92],[-0.155,51.924],[-0.16,51.925],[-0.159,51.929],[-0.163,51.932],[-0.172,51.934],[-0.177,51.936],[-0.181,51.938],[-0.184,51.942],[-0.184,51.944],[-0.188,51.953],[-0.194,51.957],[-0.197,51.958],[-0.2,51.953],[-0.203,51.953],[-0.206,51.947],[-0.212,51.947],[-0.224,51.949],[-0.232,51.949],[-0.228,51.954],[-0.238,51.957],[-0.244,51.958],[-0.241,51.962],[-0.244,51.963],[-0.242,51.965],[-0.243,51.969],[-0.246,51.974],[-0.252,51.971],[-0.253,51.978],[-0.26,51.98],[-0.257,51.985],[-0.248,51.985],[-0.245,51.99],[-0.244,51.999],[-0.238,51.999],[-0.232,52.001],[-0.229,52.003],[-0.223,52.005],[-0.217,52.006],[-0.213,52.008],[-0.204,52.009],[-0.201,52.01],[-0.206,52.016],[-0.208,52.021],[-0.213,52.027],[-0.219,52.037]]]},"properties":{"Name":"Hitchin","ID":"E14001289"},"id":226}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.129,51.549],[-0.131,51.551],[-0.137,51.555],[-0.139,51.558],[-0.146,51.556],[-0.15,51.551],[-0.153,51.549],[-0.155,51.551],[-0.16,51.551],[-0.159,51.547],[-0.161,51.545],[-0.159,51.543],[-0.16,51.537],[-0.159,51.536],[-0.159,51.537],[-0.158,51.537],[-0.156,51.537],[-0.153,51.538],[-0.151,51.535],[-0.147,51.525],[-0.143,51.524],[-0.137,51.519],[-0.131,51.517],[-0.129,51.513],[-0.128,51.513],[-0.123,51.515],[-0.119,51.515],[-0.115,51.516],[-0.112,51.515],[-0.113,51.517],[-0.113,51.518],[-0.11,51.518],[-0.105,51.519],[-0.107,51.522],[-0.112,51.524],[-0.114,51.526],[-0.116,51.53],[-0.123,51.531],[-0.122,51.537],[-0.126,51.542],[-0.127,51.547],[-0.129,51.549]]]},"properties":{"Name":"Holborn and St Pancras","ID":"E14001290"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.052,50.908],[-3.061,50.908],[-3.078,50.905],[-3.088,50.906],[-3.103,50.904],[-3.107,50.903],[-3.112,50.902],[-3.122,50.898],[-3.126,50.902],[-3.132,50.896],[-3.138,50.893],[-3.144,50.891],[-3.142,50.889],[-3.148,50.887],[-3.155,50.886],[-3.165,50.884],[-3.164,50.882],[-3.171,50.879],[-3.176,50.877],[-3.179,50.878],[-3.182,50.876],[-3.192,50.879],[-3.198,50.877],[-3.209,50.877],[-3.214,50.881],[-3.218,50.885],[-3.219,50.888],[-3.218,50.893],[-3.227,50.895],[-3.232,50.895],[-3.239,50.89],[-3.244,50.889],[-3.248,50.887],[-3.252,50.884],[-3.254,50.879],[-3.259,50.877],[-3.265,50.872],[-3.271,50.869],[-3.277,50.868],[-3.279,50.868],[-3.284,50.878],[-3.284,50.883],[-3.282,50.886],[-3.283,50.888],[-3.286,50.887],[-3.298,50.888],[-3.308,50.887],[-3.31,50.885],[-3.313,50.887],[-3.324,50.884],[-3.325,50.88],[-3.331,50.88],[-3.331,50.878],[-3.34,50.878],[-3.357,50.877],[-3.362,50.875],[-3.362,50.879],[-3.364,50.881],[-3.369,50.88],[-3.375,50.874],[-3.383,50.872],[-3.388,50.871],[-3.394,50.872],[-3.402,50.873],[-3.41,50.872],[-3.418,50.872],[-3.421,50.871],[-3.429,50.871],[-3.431,50.871],[-3.448,50.873],[-3.455,50.872],[-3.465,50.872],[-3.473,50.873],[-3.477,50.871],[-3.476,50.868],[-3.472,50.864],[-3.466,50.861],[-3.466,50.86],[-3.46,50.86],[-3.46,50.857],[-3.462,50.853],[-3.467,50.85],[-3.469,50.845],[-3.47,50.84],[-3.47,50.836],[-3.463,50.831],[-3.454,50.829],[-3.442,50.832],[-3.434,50.829],[-3.43,50.833],[-3.416,50.836],[-3.413,50.835],[-3.413,50.832],[-3.411,50.83],[-3.407,50.829],[-3.414,50.826],[-3.41,50.823],[-3.407,50.823],[-3.41,50.819],[-3.418,50.815],[-3.426,50.812],[-3.42,50.812],[-3.417,50.808],[-3.412,50.807],[-3.411,50.805],[-3.406,50.805],[-3.402,50.807],[-3.391,50.808],[-3.381,50.811],[-3.377,50.81],[-3.373,50.811],[-3.368,50.811],[-3.367,50.812],[-3.36,50.812],[-3.359,50.809],[-3.354,50.808],[-3.35,50.81],[-3.345,50.811],[-3.339,50.813],[-3.34,50.806],[-3.338,50.803],[-3.338,50.799],[-3.345,50.789],[-3.347,50.784],[-3.346,50.781],[-3.343,50.777],[-3.332,50.778],[-3.33,50.769],[-3.328,50.767],[-3.329,50.764],[-3.327,50.759],[-3.33,50.758],[-3.329,50.754],[-3.326,50.753],[-3.326,50.749],[-3.332,50.749],[-3.329,50.739],[-3.33,50.737],[-3.333,50.738],[-3.341,50.738],[-3.348,50.737],[-3.353,50.733],[-3.357,50.726],[-3.37,50.728],[-3.376,50.729],[-3.381,50.73],[-3.389,50.73],[-3.405,50.729],[-3.407,50.728],[-3.406,50.723],[-3.398,50.722],[-3.395,50.721],[-3.392,50.722],[-3.387,50.72],[-3.384,50.719],[-3.381,50.715],[-3.381,50.712],[-3.376,50.709],[-3.374,50.706],[-3.369,50.706],[-3.362,50.708],[-3.35,50.706],[-3.346,50.704],[-3.338,50.7],[-3.331,50.694],[-3.327,50.691],[-3.324,50.69],[-3.315,50.691],[-3.311,50.692],[-3.306,50.693],[-3.303,50.695],[-3.296,50.694],[-3.296,50.697],[-3.292,50.698],[-3.288,50.697],[-3.293,50.695],[-3.294,50.692],[-3.294,50.69],[-3.297,50.686],[-3.294,50.685],[-3.294,50.682],[-3.289,50.682],[-3.279,50.682],[-3.275,50.682],[-3.271,50.686],[-3.266,50.683],[-3.263,50.68],[-3.262,50.672],[-3.254,50.674],[-3.246,50.675],[-3.24,50.677],[-3.231,50.679],[-3.213,50.682],[-3.199,50.682],[-3.193,50.684],[-3.185,50.685],[-3.167,50.685],[-3.158,50.686],[-3.147,50.685],[-3.138,50.687],[-3.127,50.687],[-3.115,50.686],[-3.105,50.685],[-3.096,50.685],[-3.095,50.69],[-3.093,50.692],[-3.092,50.696],[-3.087,50.697],[-3.085,50.701],[-3.08,50.702],[-3.071,50.703],[-3.061,50.703],[-3.06,50.708],[-3.058,50.714],[-3.055,50.717],[-3.059,50.705],[-3.053,50.702],[-3.048,50.702],[-3.029,50.699],[-3.023,50.698],[-3.007,50.7],[-3.002,50.702],[-2.998,50.705],[-2.992,50.706],[-2.984,50.705],[-2.976,50.708],[-2.971,50.709],[-2.966,50.713],[-2.958,50.713],[-2.953,50.714],[-2.948,50.718],[-2.949,50.721],[-2.953,50.725],[-2.953,50.729],[-2.948,50.734],[-2.947,50.737],[-2.94,50.743],[-2.938,50.746],[-2.941,50.749],[-2.94,50.752],[-2.935,50.754],[-2.939,50.757],[-2.95,50.761],[-2.956,50.764],[-2.954,50.768],[-2.944,50.776],[-2.932,50.782],[-2.929,50.783],[-2.914,50.784],[-2.898,50.786],[-2.893,50.79],[-2.887,50.793],[-2.887,50.797],[-2.889,50.799],[-2.89,50.803],[-2.893,50.805],[-2.907,50.805],[-2.919,50.806],[-2.924,50.808],[-2.929,50.808],[-2.938,50.81],[-2.942,50.811],[-2.948,50.815],[-2.953,50.815],[-2.96,50.816],[-2.957,50.82],[-2.954,50.821],[-2.959,50.826],[-2.963,50.828],[-2.962,50.83],[-2.966,50.832],[-2.966,50.833],[-2.97,50.834],[-2.968,50.84],[-2.972,50.844],[-2.97,50.85],[-2.971,50.851],[-2.975,50.852],[-2.974,50.856],[-2.983,50.855],[-2.988,50.856],[-2.996,50.855],[-2.998,50.851],[-3.007,50.854],[-3.011,50.857],[-3.014,50.855],[-3.021,50.855],[-3.035,50.851],[-3.037,50.854],[-3.036,50.858],[-3.033,50.861],[-3.035,50.864],[-3.039,50.869],[-3.044,50.868],[-3.046,50.872],[-3.054,50.873],[-3.054,50.876],[-3.052,50.88],[-3.052,50.886],[-3.056,50.891],[-3.055,50.897],[-3.05,50.904],[-3.052,50.908]]]},"properties":{"Name":"Honiton and Sidmouth","ID":"E14001291"},"id":228}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.313,51.566],[0.29,51.564],[0.287,51.572],[0.282,51.578],[0.274,51.587],[0.27,51.591],[0.269,51.595],[0.27,51.6],[0.262,51.6],[0.254,51.602],[0.257,51.604],[0.258,51.607],[0.264,51.608],[0.258,51.614],[0.25,51.619],[0.239,51.623],[0.224,51.632],[0.222,51.63],[0.212,51.627],[0.203,51.625],[0.197,51.626],[0.196,51.625],[0.204,51.617],[0.208,51.616],[0.207,51.613],[0.206,51.609],[0.199,51.605],[0.194,51.603],[0.193,51.6],[0.199,51.595],[0.213,51.593],[0.214,51.592],[0.216,51.591],[0.217,51.591],[0.218,51.59],[0.219,51.589],[0.223,51.588],[0.232,51.583],[0.224,51.58],[0.22,51.58],[0.22,51.576],[0.218,51.574],[0.217,51.574],[0.212,51.575],[0.213,51.569],[0.213,51.568],[0.213,51.567],[0.212,51.566],[0.212,51.565],[0.211,51.563],[0.21,51.562],[0.21,51.561],[0.209,51.56],[0.203,51.556],[0.208,51.555],[0.203,51.546],[0.209,51.544],[0.217,51.542],[0.216,51.538],[0.226,51.537],[0.23,51.538],[0.23,51.534],[0.234,51.532],[0.231,51.525],[0.243,51.524],[0.246,51.524],[0.246,51.527],[0.251,51.529],[0.254,51.518],[0.264,51.518],[0.265,51.525],[0.265,51.532],[0.272,51.533],[0.276,51.533],[0.282,51.534],[0.298,51.535],[0.297,51.538],[0.301,51.539],[0.311,51.539],[0.322,51.541],[0.331,51.541],[0.334,51.542],[0.331,51.546],[0.328,51.549],[0.328,51.551],[0.325,51.553],[0.319,51.555],[0.315,51.558],[0.313,51.566]]]},"properties":{"Name":"Hornchurch and Upminster","ID":"E14001292"},"id":229}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.145,51.615],[-0.156,51.628],[-0.161,51.625],[-0.159,51.621],[-0.161,51.62],[-0.159,51.613],[-0.162,51.612],[-0.16,51.609],[-0.16,51.606],[-0.156,51.606],[-0.162,51.598],[-0.159,51.592],[-0.16,51.588],[-0.158,51.586],[-0.163,51.584],[-0.16,51.582],[-0.155,51.583],[-0.152,51.585],[-0.148,51.586],[-0.144,51.58],[-0.14,51.58],[-0.133,51.573],[-0.12,51.576],[-0.116,51.573],[-0.115,51.571],[-0.11,51.568],[-0.104,51.565],[-0.101,51.567],[-0.098,51.569],[-0.096,51.571],[-0.098,51.573],[-0.098,51.574],[-0.099,51.582],[-0.099,51.587],[-0.103,51.59],[-0.113,51.588],[-0.119,51.596],[-0.124,51.601],[-0.137,51.609],[-0.145,51.615]]]},"properties":{"Name":"Hornsey and Friern Barnet","ID":"E14001293"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.274,50.955],[-0.266,50.957],[-0.259,50.955],[-0.252,50.956],[-0.248,50.953],[-0.245,50.95],[-0.239,50.95],[-0.241,50.953],[-0.24,50.958],[-0.242,50.968],[-0.24,50.974],[-0.233,50.984],[-0.23,50.986],[-0.231,50.989],[-0.236,50.987],[-0.242,50.987],[-0.242,50.991],[-0.236,50.993],[-0.237,50.996],[-0.235,50.999],[-0.236,51.005],[-0.233,51.008],[-0.232,51.011],[-0.238,51.012],[-0.245,51.012],[-0.246,51.014],[-0.243,51.017],[-0.24,51.017],[-0.237,51.021],[-0.244,51.024],[-0.249,51.025],[-0.247,51.033],[-0.229,51.038],[-0.225,51.037],[-0.219,51.038],[-0.222,51.041],[-0.227,51.042],[-0.225,51.045],[-0.222,51.048],[-0.219,51.052],[-0.223,51.057],[-0.223,51.06],[-0.219,51.062],[-0.218,51.064],[-0.212,51.064],[-0.211,51.068],[-0.213,51.072],[-0.211,51.079],[-0.212,51.087],[-0.212,51.092],[-0.218,51.092],[-0.219,51.1],[-0.227,51.098],[-0.231,51.099],[-0.231,51.103],[-0.231,51.108],[-0.237,51.109],[-0.236,51.112],[-0.227,51.113],[-0.226,51.115],[-0.222,51.116],[-0.221,51.122],[-0.222,51.124],[-0.22,51.127],[-0.219,51.129],[-0.215,51.13],[-0.211,51.133],[-0.205,51.135],[-0.202,51.138],[-0.206,51.141],[-0.226,51.142],[-0.237,51.143],[-0.241,51.143],[-0.249,51.142],[-0.255,51.139],[-0.26,51.138],[-0.265,51.135],[-0.268,51.133],[-0.275,51.13],[-0.279,51.13],[-0.285,51.131],[-0.288,51.13],[-0.29,51.128],[-0.294,51.126],[-0.304,51.124],[-0.308,51.125],[-0.313,51.124],[-0.317,51.124],[-0.326,51.126],[-0.331,51.123],[-0.344,51.119],[-0.353,51.118],[-0.358,51.121],[-0.36,51.119],[-0.374,51.117],[-0.383,51.117],[-0.385,51.115],[-0.39,51.115],[-0.395,51.114],[-0.4,51.112],[-0.402,51.108],[-0.411,51.107],[-0.419,51.105],[-0.422,51.104],[-0.432,51.101],[-0.44,51.098],[-0.439,51.102],[-0.446,51.1],[-0.453,51.1],[-0.457,51.101],[-0.461,51.099],[-0.471,51.098],[-0.474,51.097],[-0.478,51.097],[-0.483,51.096],[-0.489,51.097],[-0.492,51.094],[-0.489,51.086],[-0.488,51.082],[-0.486,51.07],[-0.485,51.068],[-0.48,51.068],[-0.478,51.066],[-0.485,51.062],[-0.484,51.059],[-0.482,51.056],[-0.477,51.057],[-0.477,51.052],[-0.479,51.047],[-0.479,51.045],[-0.484,51.042],[-0.483,51.039],[-0.476,51.037],[-0.474,51.034],[-0.476,51.032],[-0.475,51.026],[-0.478,51.023],[-0.477,51.021],[-0.479,51.019],[-0.487,51.016],[-0.484,51.012],[-0.489,51.01],[-0.492,51.011],[-0.503,51.009],[-0.504,51.006],[-0.511,51.008],[-0.511,51.004],[-0.516,51.001],[-0.518,50.999],[-0.515,50.996],[-0.509,50.996],[-0.505,50.997],[-0.502,50.996],[-0.497,50.999],[-0.49,50.998],[-0.489,50.996],[-0.483,50.995],[-0.48,50.996],[-0.474,50.995],[-0.472,50.996],[-0.463,50.994],[-0.461,50.997],[-0.448,50.993],[-0.443,50.988],[-0.44,50.992],[-0.437,50.992],[-0.435,50.994],[-0.433,51.001],[-0.431,51.003],[-0.424,51.003],[-0.421,51.007],[-0.418,51.006],[-0.417,51.003],[-0.414,51.003],[-0.417,50.999],[-0.419,50.994],[-0.419,50.99],[-0.415,50.988],[-0.413,50.989],[-0.407,50.988],[-0.412,50.979],[-0.413,50.974],[-0.41,50.973],[-0.407,50.976],[-0.405,50.974],[-0.402,50.971],[-0.406,50.966],[-0.404,50.964],[-0.397,50.963],[-0.392,50.964],[-0.395,50.954],[-0.394,50.951],[-0.388,50.948],[-0.389,50.946],[-0.383,50.941],[-0.38,50.942],[-0.369,50.946],[-0.366,50.951],[-0.359,50.952],[-0.355,50.95],[-0.352,50.947],[-0.351,50.942],[-0.34,50.944],[-0.337,50.948],[-0.333,50.949],[-0.328,50.947],[-0.321,50.948],[-0.317,50.947],[-0.314,50.948],[-0.313,50.948],[-0.31,50.947],[-0.308,50.945],[-0.306,50.941],[-0.301,50.939],[-0.299,50.94],[-0.298,50.943],[-0.293,50.945],[-0.293,50.946],[-0.292,50.948],[-0.291,50.948],[-0.28,50.95],[-0.275,50.952],[-0.274,50.955]]]},"properties":{"Name":"Horsham","ID":"E14001294"},"id":231}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.369,54.858],[-1.373,54.858],[-1.382,54.862],[-1.386,54.868],[-1.381,54.87],[-1.381,54.873],[-1.387,54.873],[-1.391,54.875],[-1.391,54.878],[-1.389,54.879],[-1.381,54.877],[-1.379,54.879],[-1.384,54.884],[-1.395,54.888],[-1.4,54.889],[-1.409,54.887],[-1.417,54.887],[-1.427,54.892],[-1.43,54.896],[-1.428,54.902],[-1.435,54.903],[-1.44,54.902],[-1.438,54.906],[-1.441,54.909],[-1.44,54.912],[-1.446,54.91],[-1.452,54.908],[-1.458,54.904],[-1.458,54.9],[-1.461,54.898],[-1.464,54.899],[-1.467,54.903],[-1.472,54.903],[-1.481,54.895],[-1.487,54.892],[-1.494,54.891],[-1.496,54.888],[-1.501,54.887],[-1.502,54.885],[-1.499,54.882],[-1.5,54.88],[-1.507,54.871],[-1.51,54.865],[-1.51,54.859],[-1.504,54.837],[-1.503,54.836],[-1.504,54.831],[-1.498,54.823],[-1.494,54.823],[-1.49,54.82],[-1.494,54.816],[-1.482,54.81],[-1.485,54.809],[-1.492,54.804],[-1.494,54.801],[-1.491,54.799],[-1.483,54.799],[-1.478,54.8],[-1.468,54.8],[-1.46,54.802],[-1.455,54.8],[-1.448,54.801],[-1.444,54.802],[-1.438,54.801],[-1.429,54.801],[-1.424,54.803],[-1.421,54.813],[-1.419,54.814],[-1.418,54.818],[-1.414,54.82],[-1.413,54.825],[-1.417,54.829],[-1.416,54.831],[-1.421,54.834],[-1.422,54.839],[-1.412,54.842],[-1.414,54.845],[-1.405,54.845],[-1.4,54.847],[-1.393,54.846],[-1.387,54.847],[-1.384,54.848],[-1.381,54.847],[-1.374,54.854],[-1.369,54.858]]]},"properties":{"Name":"Houghton and Sunderland South","ID":"E14001295"},"id":232}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.188,50.869],[-0.199,50.87],[-0.201,50.875],[-0.202,50.876],[-0.205,50.87],[-0.214,50.87],[-0.214,50.875],[-0.225,50.876],[-0.227,50.878],[-0.233,50.876],[-0.237,50.872],[-0.239,50.868],[-0.241,50.865],[-0.245,50.864],[-0.24,50.862],[-0.239,50.859],[-0.236,50.858],[-0.236,50.853],[-0.231,50.848],[-0.229,50.846],[-0.225,50.841],[-0.215,50.831],[-0.216,50.828],[-0.205,50.826],[-0.198,50.826],[-0.181,50.824],[-0.172,50.824],[-0.157,50.822],[-0.154,50.828],[-0.15,50.831],[-0.147,50.831],[-0.154,50.837],[-0.159,50.842],[-0.161,50.847],[-0.164,50.851],[-0.171,50.856],[-0.183,50.863],[-0.184,50.867],[-0.188,50.869]]]},"properties":{"Name":"Hove and Portslade","ID":"E14001296"},"id":233}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.731,53.68],[-1.735,53.682],[-1.737,53.685],[-1.741,53.687],[-1.742,53.692],[-1.748,53.695],[-1.753,53.693],[-1.76,53.693],[-1.761,53.69],[-1.768,53.688],[-1.78,53.684],[-1.789,53.683],[-1.81,53.678],[-1.814,53.677],[-1.819,53.673],[-1.813,53.671],[-1.806,53.673],[-1.806,53.668],[-1.802,53.665],[-1.804,53.664],[-1.803,53.661],[-1.809,53.66],[-1.808,53.659],[-1.811,53.656],[-1.811,53.652],[-1.814,53.652],[-1.816,53.646],[-1.813,53.645],[-1.813,53.641],[-1.815,53.638],[-1.824,53.636],[-1.826,53.634],[-1.835,53.631],[-1.84,53.628],[-1.841,53.624],[-1.838,53.622],[-1.839,53.619],[-1.835,53.617],[-1.835,53.615],[-1.83,53.608],[-1.823,53.61],[-1.819,53.608],[-1.815,53.609],[-1.811,53.608],[-1.796,53.61],[-1.788,53.611],[-1.787,53.611],[-1.777,53.614],[-1.773,53.617],[-1.765,53.618],[-1.757,53.62],[-1.748,53.625],[-1.742,53.626],[-1.737,53.629],[-1.732,53.63],[-1.726,53.633],[-1.724,53.632],[-1.723,53.628],[-1.719,53.624],[-1.709,53.624],[-1.704,53.622],[-1.702,53.625],[-1.705,53.627],[-1.7,53.629],[-1.698,53.632],[-1.701,53.636],[-1.699,53.638],[-1.705,53.64],[-1.708,53.643],[-1.708,53.646],[-1.71,53.648],[-1.713,53.648],[-1.718,53.65],[-1.725,53.652],[-1.729,53.65],[-1.734,53.653],[-1.734,53.655],[-1.739,53.664],[-1.737,53.669],[-1.734,53.672],[-1.734,53.676],[-1.73,53.679],[-1.731,53.68]]]},"properties":{"Name":"Huddersfield","ID":"E14001297"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.009,52.462],[-0.023,52.464],[-0.034,52.453],[-0.038,52.455],[-0.048,52.444],[-0.05,52.445],[-0.058,52.437],[-0.068,52.441],[-0.073,52.443],[-0.086,52.431],[-0.093,52.428],[-0.09,52.427],[-0.093,52.423],[-0.105,52.425],[-0.108,52.423],[-0.114,52.425],[-0.12,52.425],[-0.122,52.429],[-0.114,52.431],[-0.123,52.433],[-0.128,52.433],[-0.133,52.434],[-0.133,52.437],[-0.131,52.441],[-0.136,52.443],[-0.14,52.448],[-0.138,52.45],[-0.155,52.451],[-0.16,52.447],[-0.169,52.447],[-0.171,52.446],[-0.171,52.443],[-0.168,52.442],[-0.171,52.437],[-0.181,52.438],[-0.18,52.442],[-0.186,52.442],[-0.181,52.463],[-0.183,52.467],[-0.186,52.469],[-0.193,52.467],[-0.204,52.469],[-0.222,52.454],[-0.226,52.451],[-0.23,52.446],[-0.24,52.446],[-0.257,52.445],[-0.265,52.445],[-0.27,52.448],[-0.27,52.453],[-0.277,52.451],[-0.282,52.452],[-0.297,52.45],[-0.299,52.451],[-0.303,52.45],[-0.306,52.452],[-0.316,52.451],[-0.33,52.448],[-0.322,52.439],[-0.316,52.43],[-0.318,52.427],[-0.336,52.422],[-0.34,52.42],[-0.345,52.415],[-0.349,52.413],[-0.354,52.422],[-0.358,52.424],[-0.365,52.421],[-0.38,52.422],[-0.39,52.422],[-0.398,52.418],[-0.401,52.415],[-0.41,52.413],[-0.417,52.412],[-0.42,52.405],[-0.416,52.404],[-0.422,52.4],[-0.433,52.396],[-0.437,52.388],[-0.443,52.384],[-0.446,52.383],[-0.455,52.386],[-0.457,52.382],[-0.462,52.383],[-0.464,52.382],[-0.468,52.383],[-0.47,52.38],[-0.485,52.382],[-0.487,52.379],[-0.49,52.379],[-0.494,52.381],[-0.496,52.38],[-0.489,52.374],[-0.495,52.37],[-0.499,52.367],[-0.499,52.36],[-0.494,52.358],[-0.489,52.354],[-0.477,52.348],[-0.483,52.341],[-0.472,52.34],[-0.468,52.338],[-0.465,52.333],[-0.465,52.327],[-0.465,52.323],[-0.462,52.322],[-0.451,52.317],[-0.443,52.314],[-0.44,52.315],[-0.436,52.314],[-0.434,52.312],[-0.433,52.308],[-0.434,52.302],[-0.436,52.297],[-0.432,52.296],[-0.432,52.293],[-0.428,52.291],[-0.423,52.288],[-0.422,52.285],[-0.419,52.284],[-0.412,52.285],[-0.407,52.287],[-0.402,52.283],[-0.401,52.28],[-0.398,52.279],[-0.393,52.282],[-0.385,52.281],[-0.381,52.283],[-0.375,52.28],[-0.375,52.274],[-0.381,52.273],[-0.382,52.27],[-0.382,52.266],[-0.378,52.265],[-0.378,52.254],[-0.377,52.248],[-0.375,52.243],[-0.373,52.234],[-0.369,52.235],[-0.363,52.234],[-0.356,52.234],[-0.351,52.231],[-0.34,52.231],[-0.344,52.235],[-0.343,52.242],[-0.335,52.243],[-0.329,52.243],[-0.323,52.243],[-0.316,52.242],[-0.314,52.239],[-0.299,52.241],[-0.294,52.241],[-0.286,52.237],[-0.287,52.235],[-0.279,52.242],[-0.277,52.249],[-0.278,52.253],[-0.285,52.255],[-0.288,52.254],[-0.294,52.258],[-0.295,52.262],[-0.29,52.261],[-0.287,52.262],[-0.285,52.26],[-0.279,52.258],[-0.266,52.257],[-0.258,52.256],[-0.249,52.257],[-0.238,52.255],[-0.238,52.261],[-0.232,52.269],[-0.228,52.271],[-0.216,52.267],[-0.217,52.265],[-0.213,52.262],[-0.209,52.261],[-0.183,52.257],[-0.184,52.261],[-0.183,52.264],[-0.178,52.27],[-0.18,52.27],[-0.175,52.28],[-0.171,52.282],[-0.164,52.282],[-0.16,52.283],[-0.147,52.284],[-0.143,52.283],[-0.138,52.277],[-0.13,52.282],[-0.125,52.283],[-0.121,52.284],[-0.113,52.287],[-0.106,52.288],[-0.103,52.292],[-0.097,52.296],[-0.093,52.3],[-0.091,52.306],[-0.086,52.308],[-0.078,52.307],[-0.075,52.308],[-0.07,52.312],[-0.062,52.311],[-0.058,52.313],[-0.056,52.315],[-0.045,52.315],[-0.042,52.315],[-0.036,52.314],[-0.031,52.317],[-0.022,52.315],[-0.017,52.313],[-0.014,52.313],[-0.007,52.317],[-0.004,52.324],[0,52.328],[0.003,52.329],[0.009,52.335],[0.009,52.342],[0.013,52.344],[0.026,52.351],[0.031,52.353],[0.038,52.354],[0.043,52.353],[0.051,52.358],[0.049,52.364],[0.047,52.368],[0.042,52.381],[0.037,52.384],[0.034,52.386],[0.031,52.387],[0.027,52.391],[0.029,52.394],[0.029,52.399],[0.027,52.401],[0.027,52.406],[0.024,52.407],[0.023,52.411],[0.019,52.415],[0.031,52.425],[0.034,52.427],[0.033,52.43],[0.025,52.432],[0.022,52.434],[0.024,52.439],[0.023,52.442],[0.012,52.448],[0.011,52.453],[0.007,52.455],[0,52.454],[-0.003,52.455],[-0.008,52.458],[-0.009,52.462]]]},"properties":{"Name":"Huntingdon","ID":"E14001298"},"id":235}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.342,53.795],[-2.345,53.793],[-2.355,53.798],[-2.359,53.797],[-2.359,53.795],[-2.363,53.794],[-2.37,53.794],[-2.371,53.795],[-2.369,53.799],[-2.37,53.801],[-2.375,53.801],[-2.379,53.802],[-2.39,53.802],[-2.399,53.803],[-2.398,53.807],[-2.399,53.809],[-2.393,53.815],[-2.397,53.817],[-2.401,53.814],[-2.407,53.813],[-2.412,53.81],[-2.424,53.803],[-2.434,53.798],[-2.44,53.795],[-2.449,53.787],[-2.455,53.783],[-2.462,53.781],[-2.466,53.781],[-2.46,53.778],[-2.454,53.773],[-2.454,53.771],[-2.448,53.766],[-2.452,53.761],[-2.451,53.756],[-2.447,53.755],[-2.441,53.75],[-2.439,53.748],[-2.442,53.745],[-2.44,53.739],[-2.44,53.733],[-2.439,53.732],[-2.434,53.728],[-2.432,53.72],[-2.434,53.719],[-2.426,53.715],[-2.418,53.711],[-2.42,53.708],[-2.413,53.705],[-2.405,53.707],[-2.395,53.705],[-2.39,53.705],[-2.386,53.703],[-2.38,53.703],[-2.375,53.704],[-2.369,53.702],[-2.36,53.703],[-2.351,53.701],[-2.343,53.699],[-2.337,53.698],[-2.333,53.699],[-2.331,53.696],[-2.322,53.692],[-2.321,53.689],[-2.319,53.683],[-2.317,53.682],[-2.312,53.684],[-2.307,53.683],[-2.306,53.685],[-2.306,53.692],[-2.312,53.696],[-2.31,53.698],[-2.312,53.701],[-2.311,53.707],[-2.305,53.707],[-2.306,53.718],[-2.305,53.723],[-2.309,53.722],[-2.311,53.727],[-2.31,53.732],[-2.311,53.737],[-2.309,53.74],[-2.303,53.744],[-2.303,53.748],[-2.314,53.747],[-2.314,53.752],[-2.316,53.752],[-2.322,53.757],[-2.328,53.76],[-2.329,53.766],[-2.331,53.77],[-2.33,53.774],[-2.332,53.778],[-2.33,53.781],[-2.336,53.782],[-2.336,53.785],[-2.339,53.789],[-2.337,53.792],[-2.341,53.792],[-2.342,53.795]]]},"properties":{"Name":"Hyndburn","ID":"E14001299"},"id":236}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.138,51.624],[0.136,51.624],[0.129,51.621],[0.124,51.617],[0.119,51.615],[0.117,51.617],[0.11,51.614],[0.104,51.613],[0.1,51.613],[0.098,51.615],[0.092,51.614],[0.095,51.611],[0.093,51.609],[0.093,51.606],[0.087,51.604],[0.085,51.606],[0.079,51.607],[0.073,51.605],[0.077,51.597],[0.067,51.599],[0.056,51.601],[0.054,51.598],[0.046,51.6],[0.042,51.597],[0.038,51.594],[0.037,51.592],[0.04,51.588],[0.04,51.583],[0.041,51.58],[0.045,51.575],[0.049,51.572],[0.059,51.561],[0.063,51.558],[0.07,51.559],[0.069,51.562],[0.073,51.562],[0.08,51.565],[0.082,51.569],[0.077,51.571],[0.079,51.574],[0.083,51.574],[0.093,51.575],[0.097,51.577],[0.106,51.581],[0.115,51.583],[0.128,51.582],[0.126,51.587],[0.131,51.588],[0.13,51.59],[0.138,51.594],[0.147,51.599],[0.148,51.599],[0.15,51.603],[0.149,51.609],[0.147,51.613],[0.144,51.617],[0.138,51.624]]]},"properties":{"Name":"Ilford North","ID":"E14001300"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.148,51.599],[0.147,51.599],[0.138,51.594],[0.13,51.59],[0.131,51.588],[0.126,51.587],[0.128,51.582],[0.115,51.583],[0.106,51.581],[0.097,51.577],[0.093,51.575],[0.083,51.574],[0.079,51.574],[0.077,51.571],[0.082,51.569],[0.08,51.565],[0.073,51.562],[0.069,51.562],[0.07,51.559],[0.063,51.558],[0.064,51.557],[0.068,51.553],[0.069,51.547],[0.068,51.544],[0.069,51.544],[0.07,51.544],[0.075,51.544],[0.082,51.545],[0.086,51.547],[0.092,51.549],[0.094,51.546],[0.105,51.55],[0.108,51.553],[0.111,51.552],[0.117,51.557],[0.12,51.563],[0.125,51.564],[0.129,51.566],[0.131,51.571],[0.142,51.572],[0.142,51.575],[0.147,51.576],[0.147,51.581],[0.151,51.584],[0.151,51.595],[0.148,51.599]]]},"properties":{"Name":"Ilford South","ID":"E14001301"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.206,52.041],[1.209,52.048],[1.204,52.049],[1.206,52.054],[1.205,52.058],[1.206,52.064],[1.204,52.067],[1.201,52.068],[1.197,52.071],[1.197,52.073],[1.187,52.077],[1.19,52.08],[1.172,52.081],[1.163,52.081],[1.152,52.079],[1.153,52.076],[1.155,52.075],[1.154,52.072],[1.142,52.07],[1.137,52.067],[1.133,52.071],[1.13,52.069],[1.126,52.064],[1.122,52.062],[1.121,52.06],[1.122,52.057],[1.11,52.054],[1.111,52.052],[1.114,52.049],[1.107,52.047],[1.109,52.044],[1.111,52.042],[1.113,52.035],[1.12,52.036],[1.126,52.034],[1.129,52.03],[1.134,52.03],[1.146,52.034],[1.15,52.034],[1.155,52.036],[1.157,52.041],[1.16,52.044],[1.164,52.045],[1.158,52.038],[1.158,52.035],[1.161,52.032],[1.166,52.03],[1.17,52.03],[1.174,52.024],[1.179,52.022],[1.183,52.023],[1.187,52.022],[1.195,52.024],[1.202,52.024],[1.209,52.021],[1.215,52.026],[1.219,52.023],[1.224,52.029],[1.213,52.034],[1.205,52.036],[1.202,52.037],[1.203,52.04],[1.206,52.041]]]},"properties":{"Name":"Ipswich","ID":"E14001302"},"id":239}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.269,50.58],[-1.264,50.58],[-1.26,50.579],[-1.25,50.581],[-1.247,50.582],[-1.242,50.583],[-1.235,50.586],[-1.229,50.587],[-1.21,50.593],[-1.202,50.593],[-1.196,50.595],[-1.185,50.597],[-1.179,50.601],[-1.175,50.608],[-1.177,50.611],[-1.172,50.615],[-1.174,50.621],[-1.174,50.625],[-1.169,50.634],[-1.168,50.64],[-1.166,50.644],[-1.16,50.649],[-1.152,50.654],[-1.138,50.661],[-1.125,50.664],[-1.112,50.666],[-1.099,50.665],[-1.095,50.672],[-1.088,50.675],[-1.086,50.677],[-1.078,50.68],[-1.073,50.681],[-1.07,50.684],[-1.071,50.688],[-1.076,50.691],[-1.082,50.694],[-1.094,50.696],[-1.093,50.694],[-1.098,50.691],[-1.102,50.692],[-1.108,50.694],[-1.106,50.697],[-1.104,50.698],[-1.101,50.697],[-1.098,50.696],[-1.099,50.701],[-1.098,50.706],[-1.101,50.707],[-1.103,50.713],[-1.106,50.714],[-1.108,50.72],[-1.11,50.722],[-1.12,50.723],[-1.13,50.727],[-1.137,50.727],[-1.144,50.729],[-1.148,50.731],[-1.157,50.734],[-1.164,50.733],[-1.179,50.734],[-1.184,50.733],[-1.186,50.734],[-1.193,50.733],[-1.198,50.734],[-1.211,50.735],[-1.215,50.734],[-1.218,50.735],[-1.218,50.731],[-1.225,50.727],[-1.226,50.727],[-1.22,50.732],[-1.219,50.735],[-1.215,50.736],[-1.216,50.739],[-1.221,50.739],[-1.231,50.743],[-1.238,50.743],[-1.243,50.739],[-1.245,50.738],[-1.247,50.735],[-1.25,50.734],[-1.254,50.728],[-1.254,50.724],[-1.257,50.721],[-1.257,50.718],[-1.258,50.715],[-1.254,50.711],[-1.247,50.716],[-1.245,50.709],[-1.241,50.698],[-1.241,50.693],[-1.246,50.689],[-1.247,50.686],[-1.242,50.684],[-1.231,50.682],[-1.227,50.681],[-1.217,50.683],[-1.218,50.674],[-1.213,50.669],[-1.218,50.668],[-1.223,50.668],[-1.224,50.665],[-1.221,50.659],[-1.217,50.655],[-1.224,50.652],[-1.225,50.65],[-1.22,50.646],[-1.223,50.636],[-1.226,50.629],[-1.232,50.627],[-1.236,50.626],[-1.24,50.622],[-1.242,50.617],[-1.233,50.618],[-1.232,50.615],[-1.238,50.615],[-1.235,50.611],[-1.239,50.607],[-1.239,50.605],[-1.241,50.604],[-1.248,50.602],[-1.249,50.6],[-1.252,50.597],[-1.249,50.595],[-1.245,50.589],[-1.247,50.588],[-1.252,50.586],[-1.256,50.586],[-1.265,50.584],[-1.27,50.584],[-1.269,50.58]]]},"properties":{"Name":"Isle of Wight East","ID":"E14001303"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.243,50.739],[-1.242,50.741],[-1.24,50.743],[-1.242,50.746],[-1.246,50.75],[-1.248,50.752],[-1.255,50.754],[-1.261,50.76],[-1.271,50.766],[-1.277,50.766],[-1.288,50.763],[-1.291,50.758],[-1.291,50.753],[-1.289,50.745],[-1.286,50.744],[-1.286,50.741],[-1.282,50.737],[-1.281,50.733],[-1.277,50.732],[-1.279,50.726],[-1.282,50.723],[-1.287,50.713],[-1.289,50.715],[-1.287,50.717],[-1.285,50.722],[-1.284,50.727],[-1.284,50.731],[-1.288,50.736],[-1.29,50.738],[-1.289,50.742],[-1.294,50.751],[-1.294,50.754],[-1.292,50.758],[-1.295,50.76],[-1.298,50.765],[-1.302,50.767],[-1.314,50.767],[-1.32,50.765],[-1.324,50.763],[-1.328,50.758],[-1.335,50.756],[-1.338,50.755],[-1.345,50.75],[-1.345,50.749],[-1.349,50.742],[-1.353,50.739],[-1.364,50.738],[-1.37,50.736],[-1.379,50.734],[-1.381,50.733],[-1.389,50.732],[-1.398,50.729],[-1.397,50.725],[-1.394,50.723],[-1.39,50.723],[-1.39,50.72],[-1.393,50.719],[-1.391,50.716],[-1.401,50.718],[-1.409,50.718],[-1.409,50.715],[-1.414,50.713],[-1.416,50.717],[-1.413,50.718],[-1.413,50.721],[-1.416,50.725],[-1.424,50.727],[-1.429,50.726],[-1.434,50.724],[-1.442,50.722],[-1.446,50.72],[-1.449,50.719],[-1.457,50.716],[-1.46,50.714],[-1.47,50.71],[-1.479,50.708],[-1.487,50.707],[-1.501,50.707],[-1.503,50.705],[-1.5,50.703],[-1.506,50.703],[-1.508,50.706],[-1.516,50.707],[-1.522,50.707],[-1.527,50.704],[-1.53,50.704],[-1.535,50.701],[-1.534,50.696],[-1.535,50.692],[-1.538,50.69],[-1.542,50.689],[-1.545,50.682],[-1.547,50.679],[-1.55,50.678],[-1.563,50.676],[-1.57,50.673],[-1.569,50.667],[-1.57,50.665],[-1.576,50.664],[-1.587,50.663],[-1.579,50.661],[-1.579,50.66],[-1.569,50.661],[-1.564,50.663],[-1.549,50.664],[-1.54,50.666],[-1.524,50.668],[-1.513,50.668],[-1.511,50.67],[-1.505,50.668],[-1.494,50.668],[-1.485,50.667],[-1.476,50.662],[-1.468,50.656],[-1.465,50.653],[-1.458,50.651],[-1.453,50.646],[-1.447,50.643],[-1.432,50.64],[-1.426,50.638],[-1.41,50.634],[-1.398,50.629],[-1.389,50.627],[-1.366,50.613],[-1.362,50.61],[-1.353,50.608],[-1.339,50.602],[-1.324,50.592],[-1.318,50.589],[-1.309,50.581],[-1.308,50.578],[-1.302,50.576],[-1.295,50.575],[-1.287,50.577],[-1.281,50.577],[-1.278,50.579],[-1.269,50.58],[-1.27,50.584],[-1.265,50.584],[-1.256,50.586],[-1.252,50.586],[-1.247,50.588],[-1.245,50.589],[-1.249,50.595],[-1.252,50.597],[-1.249,50.6],[-1.248,50.602],[-1.241,50.604],[-1.239,50.605],[-1.239,50.607],[-1.235,50.611],[-1.238,50.615],[-1.232,50.615],[-1.233,50.618],[-1.242,50.617],[-1.24,50.622],[-1.236,50.626],[-1.232,50.627],[-1.226,50.629],[-1.223,50.636],[-1.22,50.646],[-1.225,50.65],[-1.224,50.652],[-1.217,50.655],[-1.221,50.659],[-1.224,50.665],[-1.223,50.668],[-1.218,50.668],[-1.213,50.669],[-1.218,50.674],[-1.217,50.683],[-1.227,50.681],[-1.231,50.682],[-1.242,50.684],[-1.247,50.686],[-1.246,50.689],[-1.241,50.693],[-1.241,50.698],[-1.245,50.709],[-1.247,50.716],[-1.254,50.711],[-1.258,50.715],[-1.257,50.718],[-1.257,50.721],[-1.254,50.724],[-1.254,50.728],[-1.25,50.734],[-1.247,50.735],[-1.245,50.738],[-1.243,50.739]]]},"properties":{"Name":"Isle of Wight West","ID":"E14001304"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.104,51.565],[-0.11,51.568],[-0.115,51.571],[-0.116,51.573],[-0.12,51.576],[-0.133,51.573],[-0.142,51.568],[-0.141,51.565],[-0.141,51.561],[-0.139,51.558],[-0.137,51.555],[-0.131,51.551],[-0.129,51.549],[-0.119,51.558],[-0.107,51.549],[-0.103,51.546],[-0.096,51.547],[-0.084,51.547],[-0.082,51.547],[-0.08,51.546],[-0.076,51.547],[-0.078,51.55],[-0.079,51.551],[-0.08,51.552],[-0.083,51.552],[-0.085,51.552],[-0.086,51.552],[-0.087,51.553],[-0.088,51.553],[-0.089,51.554],[-0.09,51.554],[-0.09,51.558],[-0.091,51.56],[-0.092,51.56],[-0.093,51.56],[-0.094,51.561],[-0.095,51.561],[-0.099,51.561],[-0.1,51.562],[-0.102,51.563],[-0.103,51.564],[-0.104,51.565]]]},"properties":{"Name":"Islington North","ID":"E14001305"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.084,51.547],[-0.096,51.547],[-0.103,51.546],[-0.107,51.549],[-0.119,51.558],[-0.129,51.549],[-0.127,51.547],[-0.126,51.542],[-0.122,51.537],[-0.123,51.531],[-0.116,51.53],[-0.114,51.526],[-0.112,51.524],[-0.107,51.522],[-0.105,51.519],[-0.098,51.521],[-0.097,51.522],[-0.098,51.523],[-0.097,51.523],[-0.096,51.523],[-0.094,51.522],[-0.093,51.521],[-0.092,51.521],[-0.086,51.519],[-0.085,51.52],[-0.084,51.524],[-0.085,51.524],[-0.085,51.525],[-0.085,51.526],[-0.087,51.526],[-0.088,51.526],[-0.089,51.527],[-0.095,51.529],[-0.095,51.53],[-0.096,51.531],[-0.096,51.532],[-0.095,51.534],[-0.094,51.534],[-0.092,51.535],[-0.088,51.537],[-0.084,51.537],[-0.078,51.537],[-0.077,51.539],[-0.076,51.545],[-0.077,51.546],[-0.08,51.546],[-0.082,51.547],[-0.084,51.547]]]},"properties":{"Name":"Islington South and Finsbury","ID":"E14001306"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.449,54.985],[-1.451,54.986],[-1.464,54.984],[-1.472,54.986],[-1.479,54.986],[-1.493,54.986],[-1.517,54.986],[-1.525,54.984],[-1.53,54.981],[-1.532,54.978],[-1.533,54.97],[-1.535,54.962],[-1.538,54.961],[-1.548,54.96],[-1.552,54.958],[-1.556,54.959],[-1.563,54.962],[-1.568,54.964],[-1.579,54.964],[-1.582,54.96],[-1.582,54.956],[-1.584,54.952],[-1.583,54.951],[-1.574,54.95],[-1.583,54.941],[-1.576,54.938],[-1.572,54.934],[-1.562,54.934],[-1.557,54.93],[-1.553,54.928],[-1.547,54.931],[-1.536,54.932],[-1.533,54.932],[-1.526,54.933],[-1.517,54.931],[-1.512,54.932],[-1.51,54.93],[-1.5,54.931],[-1.496,54.931],[-1.492,54.93],[-1.488,54.931],[-1.485,54.929],[-1.481,54.93],[-1.461,54.93],[-1.461,54.932],[-1.45,54.934],[-1.453,54.941],[-1.444,54.943],[-1.444,54.946],[-1.436,54.946],[-1.436,54.948],[-1.431,54.948],[-1.429,54.95],[-1.448,54.958],[-1.459,54.96],[-1.453,54.963],[-1.46,54.966],[-1.458,54.967],[-1.461,54.971],[-1.453,54.975],[-1.449,54.977],[-1.452,54.979],[-1.45,54.981],[-1.449,54.985]]]},"properties":{"Name":"Jarrow and Gateshead East","ID":"E14001307"},"id":244}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.778,53.923],[-1.782,53.929],[-1.785,53.93],[-1.793,53.929],[-1.796,53.931],[-1.797,53.936],[-1.806,53.939],[-1.819,53.938],[-1.83,53.938],[-1.83,53.94],[-1.836,53.939],[-1.842,53.939],[-1.848,53.941],[-1.849,53.936],[-1.836,53.932],[-1.839,53.931],[-1.843,53.933],[-1.848,53.932],[-1.853,53.931],[-1.861,53.933],[-1.863,53.934],[-1.862,53.939],[-1.865,53.942],[-1.874,53.945],[-1.876,53.949],[-1.876,53.951],[-1.88,53.955],[-1.878,53.959],[-1.879,53.962],[-1.885,53.963],[-1.886,53.961],[-1.89,53.959],[-1.893,53.955],[-1.899,53.955],[-1.906,53.958],[-1.918,53.955],[-1.923,53.956],[-1.928,53.95],[-1.931,53.95],[-1.934,53.952],[-1.942,53.953],[-1.944,53.956],[-1.951,53.957],[-1.949,53.953],[-1.958,53.954],[-1.966,53.952],[-1.962,53.943],[-1.969,53.944],[-1.97,53.942],[-1.968,53.94],[-1.963,53.933],[-1.968,53.932],[-1.966,53.93],[-1.966,53.928],[-1.97,53.928],[-1.972,53.93],[-1.977,53.926],[-1.974,53.924],[-1.963,53.919],[-1.96,53.916],[-1.953,53.912],[-1.953,53.907],[-1.953,53.904],[-1.965,53.903],[-1.968,53.904],[-1.975,53.901],[-1.979,53.901],[-1.979,53.898],[-1.981,53.897],[-1.981,53.894],[-1.977,53.888],[-1.978,53.884],[-1.976,53.879],[-1.977,53.876],[-1.982,53.869],[-1.988,53.868],[-1.995,53.869],[-1.999,53.872],[-2.013,53.871],[-2.022,53.872],[-2.032,53.859],[-2.037,53.856],[-2.046,53.85],[-2.045,53.839],[-2.047,53.83],[-2.061,53.826],[-2.05,53.82],[-2.036,53.814],[-2.036,53.813],[-2.031,53.809],[-2.027,53.809],[-2.018,53.808],[-2.01,53.807],[-1.996,53.8],[-1.987,53.796],[-1.981,53.786],[-1.96,53.784],[-1.951,53.786],[-1.947,53.787],[-1.927,53.787],[-1.929,53.79],[-1.919,53.797],[-1.925,53.8],[-1.926,53.802],[-1.923,53.804],[-1.928,53.809],[-1.929,53.815],[-1.927,53.821],[-1.937,53.824],[-1.926,53.831],[-1.925,53.833],[-1.927,53.836],[-1.923,53.837],[-1.916,53.84],[-1.907,53.844],[-1.902,53.844],[-1.893,53.85],[-1.892,53.852],[-1.881,53.853],[-1.877,53.855],[-1.873,53.857],[-1.864,53.861],[-1.858,53.861],[-1.855,53.862],[-1.855,53.866],[-1.852,53.868],[-1.848,53.869],[-1.848,53.873],[-1.843,53.875],[-1.835,53.876],[-1.839,53.886],[-1.833,53.888],[-1.828,53.891],[-1.818,53.9],[-1.805,53.905],[-1.797,53.908],[-1.79,53.911],[-1.787,53.911],[-1.78,53.913],[-1.781,53.917],[-1.779,53.921],[-1.778,53.923]]]},"properties":{"Name":"Keighley and Ilkley","ID":"E14001308"},"id":245}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.46,52.375],[-1.464,52.374],[-1.466,52.377],[-1.471,52.377],[-1.477,52.375],[-1.48,52.374],[-1.482,52.377],[-1.487,52.377],[-1.504,52.378],[-1.508,52.375],[-1.509,52.374],[-1.513,52.37],[-1.518,52.372],[-1.52,52.376],[-1.525,52.379],[-1.533,52.376],[-1.535,52.378],[-1.546,52.369],[-1.542,52.367],[-1.547,52.365],[-1.549,52.366],[-1.552,52.364],[-1.557,52.366],[-1.558,52.369],[-1.556,52.372],[-1.555,52.374],[-1.562,52.377],[-1.564,52.381],[-1.568,52.385],[-1.57,52.383],[-1.577,52.383],[-1.58,52.385],[-1.595,52.387],[-1.601,52.389],[-1.602,52.387],[-1.609,52.383],[-1.607,52.381],[-1.608,52.376],[-1.612,52.375],[-1.616,52.375],[-1.62,52.371],[-1.624,52.372],[-1.627,52.369],[-1.621,52.368],[-1.623,52.366],[-1.626,52.367],[-1.633,52.364],[-1.636,52.365],[-1.644,52.362],[-1.648,52.357],[-1.651,52.356],[-1.653,52.359],[-1.661,52.366],[-1.664,52.364],[-1.67,52.365],[-1.673,52.363],[-1.678,52.364],[-1.685,52.363],[-1.684,52.36],[-1.686,52.358],[-1.685,52.356],[-1.691,52.353],[-1.694,52.351],[-1.696,52.354],[-1.704,52.354],[-1.71,52.355],[-1.715,52.358],[-1.721,52.359],[-1.72,52.363],[-1.718,52.366],[-1.718,52.369],[-1.72,52.373],[-1.723,52.371],[-1.728,52.37],[-1.731,52.371],[-1.735,52.37],[-1.738,52.365],[-1.738,52.363],[-1.741,52.36],[-1.741,52.357],[-1.744,52.355],[-1.751,52.355],[-1.759,52.358],[-1.76,52.363],[-1.763,52.364],[-1.769,52.364],[-1.776,52.366],[-1.78,52.364],[-1.778,52.357],[-1.775,52.355],[-1.772,52.351],[-1.776,52.35],[-1.776,52.348],[-1.774,52.342],[-1.772,52.338],[-1.767,52.328],[-1.769,52.319],[-1.767,52.316],[-1.761,52.31],[-1.761,52.308],[-1.755,52.305],[-1.748,52.305],[-1.738,52.3],[-1.739,52.297],[-1.734,52.294],[-1.724,52.298],[-1.72,52.296],[-1.713,52.29],[-1.704,52.291],[-1.7,52.291],[-1.696,52.288],[-1.69,52.284],[-1.685,52.283],[-1.679,52.287],[-1.668,52.286],[-1.667,52.283],[-1.673,52.278],[-1.675,52.274],[-1.676,52.27],[-1.676,52.265],[-1.674,52.263],[-1.664,52.256],[-1.659,52.256],[-1.657,52.257],[-1.653,52.256],[-1.652,52.258],[-1.646,52.258],[-1.645,52.256],[-1.641,52.253],[-1.636,52.247],[-1.626,52.247],[-1.621,52.244],[-1.626,52.241],[-1.625,52.239],[-1.618,52.237],[-1.613,52.237],[-1.61,52.239],[-1.607,52.238],[-1.606,52.235],[-1.609,52.232],[-1.609,52.23],[-1.614,52.23],[-1.626,52.225],[-1.625,52.222],[-1.621,52.22],[-1.618,52.216],[-1.61,52.221],[-1.604,52.223],[-1.603,52.225],[-1.597,52.225],[-1.593,52.224],[-1.586,52.224],[-1.584,52.221],[-1.574,52.215],[-1.577,52.213],[-1.582,52.212],[-1.587,52.21],[-1.586,52.209],[-1.595,52.204],[-1.598,52.204],[-1.598,52.201],[-1.601,52.198],[-1.612,52.202],[-1.617,52.203],[-1.618,52.199],[-1.626,52.201],[-1.626,52.196],[-1.632,52.196],[-1.633,52.192],[-1.636,52.192],[-1.635,52.189],[-1.63,52.189],[-1.628,52.188],[-1.633,52.184],[-1.635,52.181],[-1.63,52.182],[-1.622,52.179],[-1.618,52.175],[-1.612,52.176],[-1.607,52.178],[-1.605,52.179],[-1.6,52.179],[-1.603,52.173],[-1.604,52.163],[-1.605,52.16],[-1.6,52.158],[-1.59,52.16],[-1.586,52.16],[-1.585,52.159],[-1.586,52.154],[-1.582,52.153],[-1.577,52.155],[-1.576,52.153],[-1.571,52.15],[-1.563,52.148],[-1.557,52.146],[-1.551,52.142],[-1.553,52.141],[-1.549,52.139],[-1.544,52.133],[-1.543,52.13],[-1.526,52.128],[-1.54,52.113],[-1.541,52.115],[-1.551,52.117],[-1.552,52.119],[-1.56,52.119],[-1.563,52.121],[-1.566,52.121],[-1.575,52.117],[-1.576,52.114],[-1.579,52.113],[-1.577,52.109],[-1.58,52.107],[-1.577,52.104],[-1.579,52.102],[-1.571,52.097],[-1.57,52.094],[-1.565,52.091],[-1.561,52.087],[-1.551,52.082],[-1.546,52.084],[-1.544,52.088],[-1.525,52.077],[-1.522,52.072],[-1.515,52.069],[-1.505,52.066],[-1.499,52.064],[-1.502,52.066],[-1.502,52.072],[-1.498,52.074],[-1.493,52.075],[-1.491,52.077],[-1.493,52.08],[-1.494,52.082],[-1.491,52.084],[-1.49,52.086],[-1.486,52.088],[-1.485,52.091],[-1.488,52.094],[-1.48,52.094],[-1.477,52.101],[-1.474,52.101],[-1.471,52.098],[-1.468,52.097],[-1.447,52.098],[-1.448,52.1],[-1.448,52.105],[-1.449,52.108],[-1.453,52.113],[-1.449,52.116],[-1.442,52.115],[-1.437,52.117],[-1.425,52.118],[-1.421,52.118],[-1.414,52.115],[-1.412,52.113],[-1.404,52.11],[-1.402,52.106],[-1.397,52.102],[-1.388,52.098],[-1.385,52.094],[-1.378,52.096],[-1.374,52.1],[-1.371,52.099],[-1.362,52.101],[-1.358,52.101],[-1.359,52.105],[-1.365,52.11],[-1.37,52.113],[-1.372,52.118],[-1.378,52.118],[-1.382,52.117],[-1.385,52.117],[-1.392,52.117],[-1.393,52.119],[-1.387,52.126],[-1.37,52.133],[-1.37,52.135],[-1.364,52.137],[-1.363,52.135],[-1.355,52.136],[-1.35,52.135],[-1.348,52.138],[-1.35,52.141],[-1.341,52.145],[-1.343,52.149],[-1.342,52.151],[-1.343,52.153],[-1.338,52.159],[-1.334,52.159],[-1.334,52.166],[-1.332,52.168],[-1.332,52.172],[-1.329,52.177],[-1.323,52.182],[-1.318,52.181],[-1.316,52.187],[-1.313,52.19],[-1.31,52.19],[-1.301,52.192],[-1.291,52.192],[-1.281,52.192],[-1.281,52.196],[-1.274,52.195],[-1.27,52.196],[-1.262,52.196],[-1.255,52.198],[-1.255,52.199],[-1.257,52.206],[-1.258,52.209],[-1.26,52.212],[-1.261,52.216],[-1.265,52.217],[-1.271,52.219],[-1.276,52.223],[-1.277,52.225],[-1.273,52.228],[-1.278,52.229],[-1.281,52.234],[-1.285,52.239],[-1.275,52.238],[-1.267,52.235],[-1.268,52.237],[-1.265,52.242],[-1.259,52.244],[-1.254,52.248],[-1.246,52.249],[-1.241,52.248],[-1.235,52.249],[-1.232,52.251],[-1.233,52.253],[-1.223,52.26],[-1.221,52.261],[-1.216,52.264],[-1.217,52.269],[-1.219,52.27],[-1.222,52.276],[-1.221,52.279],[-1.223,52.282],[-1.222,52.284],[-1.227,52.289],[-1.234,52.29],[-1.232,52.294],[-1.229,52.295],[-1.229,52.298],[-1.223,52.303],[-1.221,52.306],[-1.218,52.306],[-1.215,52.309],[-1.213,52.31],[-1.209,52.315],[-1.215,52.317],[-1.224,52.319],[-1.237,52.321],[-1.242,52.322],[-1.245,52.321],[-1.258,52.326],[-1.261,52.328],[-1.265,52.329],[-1.262,52.332],[-1.263,52.334],[-1.258,52.337],[-1.251,52.339],[-1.249,52.341],[-1.243,52.342],[-1.238,52.344],[-1.244,52.349],[-1.252,52.355],[-1.254,52.355],[-1.258,52.352],[-1.263,52.354],[-1.272,52.348],[-1.278,52.347],[-1.284,52.345],[-1.289,52.344],[-1.289,52.349],[-1.292,52.353],[-1.299,52.358],[-1.316,52.352],[-1.32,52.353],[-1.318,52.355],[-1.319,52.358],[-1.327,52.357],[-1.326,52.354],[-1.334,52.351],[-1.334,52.348],[-1.339,52.35],[-1.343,52.349],[-1.346,52.348],[-1.353,52.35],[-1.359,52.354],[-1.37,52.355],[-1.37,52.353],[-1.379,52.355],[-1.381,52.357],[-1.389,52.358],[-1.389,52.356],[-1.396,52.356],[-1.402,52.36],[-1.403,52.364],[-1.419,52.371],[-1.421,52.369],[-1.428,52.368],[-1.431,52.372],[-1.435,52.372],[-1.436,52.374],[-1.44,52.375],[-1.447,52.374],[-1.451,52.373],[-1.46,52.375]],[[-1.445,52.341],[-1.442,52.333],[-1.436,52.328],[-1.427,52.326],[-1.42,52.327],[-1.417,52.326],[-1.416,52.322],[-1.414,52.321],[-1.409,52.321],[-1.407,52.319],[-1.406,52.317],[-1.414,52.312],[-1.416,52.314],[-1.421,52.309],[-1.419,52.305],[-1.422,52.302],[-1.426,52.301],[-1.422,52.298],[-1.428,52.295],[-1.436,52.294],[-1.444,52.295],[-1.448,52.294],[-1.448,52.291],[-1.442,52.282],[-1.439,52.282],[-1.44,52.279],[-1.435,52.276],[-1.435,52.273],[-1.441,52.271],[-1.445,52.272],[-1.449,52.271],[-1.453,52.272],[-1.459,52.27],[-1.463,52.265],[-1.466,52.264],[-1.47,52.265],[-1.478,52.262],[-1.483,52.255],[-1.487,52.253],[-1.489,52.249],[-1.498,52.24],[-1.502,52.242],[-1.508,52.241],[-1.511,52.242],[-1.516,52.241],[-1.519,52.238],[-1.521,52.235],[-1.522,52.23],[-1.525,52.227],[-1.528,52.225],[-1.533,52.226],[-1.539,52.228],[-1.55,52.228],[-1.555,52.228],[-1.554,52.231],[-1.562,52.232],[-1.566,52.232],[-1.563,52.237],[-1.566,52.241],[-1.572,52.245],[-1.574,52.249],[-1.573,52.251],[-1.581,52.255],[-1.588,52.257],[-1.593,52.257],[-1.6,52.257],[-1.606,52.258],[-1.617,52.262],[-1.615,52.265],[-1.614,52.27],[-1.614,52.275],[-1.61,52.284],[-1.61,52.288],[-1.607,52.293],[-1.599,52.296],[-1.584,52.301],[-1.58,52.302],[-1.573,52.302],[-1.573,52.305],[-1.567,52.307],[-1.563,52.309],[-1.55,52.308],[-1.543,52.313],[-1.541,52.315],[-1.544,52.318],[-1.556,52.322],[-1.556,52.326],[-1.551,52.325],[-1.54,52.322],[-1.535,52.322],[-1.526,52.318],[-1.525,52.316],[-1.521,52.314],[-1.518,52.317],[-1.508,52.312],[-1.513,52.309],[-1.509,52.3],[-1.503,52.3],[-1.502,52.297],[-1.498,52.295],[-1.49,52.296],[-1.488,52.295],[-1.483,52.294],[-1.483,52.29],[-1.478,52.29],[-1.477,52.292],[-1.473,52.294],[-1.477,52.297],[-1.477,52.299],[-1.48,52.302],[-1.475,52.304],[-1.478,52.308],[-1.477,52.309],[-1.484,52.311],[-1.483,52.313],[-1.484,52.317],[-1.484,52.321],[-1.482,52.322],[-1.481,52.325],[-1.486,52.325],[-1.486,52.331],[-1.481,52.333],[-1.478,52.333],[-1.472,52.336],[-1.469,52.335],[-1.466,52.336],[-1.457,52.335],[-1.451,52.34],[-1.445,52.341]]]},"properties":{"Name":"Kenilworth and Southam","ID":"E14001309"},"id":246}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.225,51.53],[-0.228,51.53],[-0.229,51.53],[-0.228,51.529],[-0.227,51.526],[-0.227,51.525],[-0.228,51.521],[-0.226,51.519],[-0.225,51.518],[-0.223,51.516],[-0.221,51.514],[-0.22,51.512],[-0.218,51.51],[-0.216,51.509],[-0.216,51.508],[-0.216,51.506],[-0.218,51.506],[-0.217,51.505],[-0.217,51.504],[-0.216,51.503],[-0.215,51.502],[-0.214,51.501],[-0.211,51.498],[-0.21,51.498],[-0.21,51.497],[-0.208,51.496],[-0.207,51.496],[-0.205,51.495],[-0.205,51.494],[-0.203,51.494],[-0.202,51.492],[-0.202,51.491],[-0.2,51.49],[-0.199,51.489],[-0.198,51.488],[-0.196,51.487],[-0.184,51.492],[-0.179,51.487],[-0.17,51.493],[-0.166,51.491],[-0.161,51.494],[-0.156,51.495],[-0.155,51.495],[-0.156,51.496],[-0.156,51.497],[-0.157,51.498],[-0.158,51.501],[-0.158,51.502],[-0.16,51.502],[-0.161,51.502],[-0.165,51.499],[-0.166,51.499],[-0.168,51.498],[-0.168,51.499],[-0.172,51.498],[-0.174,51.498],[-0.177,51.498],[-0.18,51.498],[-0.18,51.502],[-0.175,51.502],[-0.171,51.51],[-0.176,51.513],[-0.175,51.514],[-0.18,51.518],[-0.185,51.52],[-0.195,51.52],[-0.202,51.518],[-0.203,51.52],[-0.204,51.521],[-0.203,51.521],[-0.202,51.521],[-0.201,51.521],[-0.202,51.522],[-0.202,51.523],[-0.203,51.523],[-0.208,51.526],[-0.209,51.526],[-0.21,51.527],[-0.213,51.527],[-0.216,51.528],[-0.217,51.529],[-0.218,51.529],[-0.22,51.529],[-0.222,51.529],[-0.225,51.53]]]},"properties":{"Name":"Kensington and Bayswater","ID":"E14001310"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.742,52.517],[-0.75,52.514],[-0.751,52.512],[-0.758,52.511],[-0.761,52.514],[-0.766,52.513],[-0.774,52.518],[-0.779,52.518],[-0.785,52.515],[-0.789,52.514],[-0.8,52.518],[-0.811,52.518],[-0.813,52.516],[-0.821,52.516],[-0.822,52.518],[-0.827,52.517],[-0.832,52.519],[-0.835,52.518],[-0.84,52.52],[-0.845,52.519],[-0.852,52.523],[-0.858,52.525],[-0.86,52.527],[-0.864,52.527],[-0.869,52.526],[-0.872,52.519],[-0.875,52.518],[-0.879,52.517],[-0.883,52.514],[-0.88,52.51],[-0.881,52.508],[-0.88,52.504],[-0.883,52.503],[-0.882,52.5],[-0.879,52.498],[-0.882,52.497],[-0.882,52.493],[-0.884,52.492],[-0.895,52.492],[-0.897,52.491],[-0.898,52.486],[-0.893,52.485],[-0.885,52.481],[-0.885,52.479],[-0.882,52.476],[-0.882,52.471],[-0.886,52.469],[-0.89,52.47],[-0.895,52.466],[-0.898,52.463],[-0.901,52.46],[-0.906,52.454],[-0.905,52.448],[-0.904,52.445],[-0.904,52.442],[-0.894,52.442],[-0.879,52.439],[-0.873,52.437],[-0.864,52.434],[-0.869,52.433],[-0.875,52.424],[-0.882,52.423],[-0.887,52.423],[-0.886,52.421],[-0.889,52.415],[-0.888,52.412],[-0.89,52.404],[-0.891,52.399],[-0.888,52.398],[-0.885,52.4],[-0.874,52.403],[-0.866,52.4],[-0.862,52.396],[-0.855,52.394],[-0.841,52.393],[-0.84,52.391],[-0.834,52.385],[-0.832,52.377],[-0.826,52.374],[-0.82,52.372],[-0.8,52.364],[-0.796,52.362],[-0.791,52.356],[-0.789,52.347],[-0.779,52.353],[-0.776,52.35],[-0.772,52.351],[-0.77,52.35],[-0.766,52.35],[-0.754,52.348],[-0.749,52.347],[-0.746,52.35],[-0.74,52.353],[-0.735,52.358],[-0.73,52.359],[-0.728,52.361],[-0.72,52.363],[-0.715,52.364],[-0.706,52.363],[-0.7,52.364],[-0.696,52.359],[-0.692,52.358],[-0.69,52.354],[-0.687,52.353],[-0.686,52.351],[-0.683,52.35],[-0.678,52.35],[-0.677,52.349],[-0.668,52.35],[-0.663,52.349],[-0.661,52.35],[-0.658,52.348],[-0.654,52.348],[-0.648,52.353],[-0.636,52.358],[-0.632,52.362],[-0.628,52.364],[-0.628,52.365],[-0.622,52.368],[-0.621,52.372],[-0.624,52.375],[-0.624,52.38],[-0.628,52.382],[-0.627,52.386],[-0.622,52.396],[-0.616,52.4],[-0.616,52.402],[-0.625,52.406],[-0.624,52.408],[-0.621,52.409],[-0.621,52.412],[-0.618,52.413],[-0.618,52.417],[-0.614,52.42],[-0.621,52.42],[-0.621,52.425],[-0.628,52.429],[-0.627,52.434],[-0.63,52.435],[-0.634,52.434],[-0.644,52.436],[-0.646,52.437],[-0.653,52.435],[-0.659,52.434],[-0.66,52.439],[-0.659,52.443],[-0.66,52.446],[-0.654,52.448],[-0.664,52.454],[-0.663,52.457],[-0.658,52.46],[-0.653,52.461],[-0.649,52.463],[-0.643,52.464],[-0.64,52.466],[-0.634,52.463],[-0.632,52.465],[-0.633,52.469],[-0.635,52.47],[-0.632,52.475],[-0.635,52.48],[-0.64,52.482],[-0.646,52.481],[-0.654,52.482],[-0.657,52.485],[-0.662,52.483],[-0.665,52.485],[-0.673,52.484],[-0.672,52.479],[-0.679,52.476],[-0.685,52.478],[-0.689,52.476],[-0.693,52.477],[-0.696,52.471],[-0.702,52.464],[-0.709,52.46],[-0.72,52.457],[-0.723,52.46],[-0.727,52.459],[-0.734,52.458],[-0.738,52.458],[-0.739,52.463],[-0.741,52.468],[-0.74,52.475],[-0.734,52.482],[-0.733,52.485],[-0.733,52.49],[-0.729,52.497],[-0.722,52.505],[-0.731,52.508],[-0.736,52.511],[-0.742,52.512],[-0.741,52.516],[-0.742,52.517]]]},"properties":{"Name":"Kettering","ID":"E14001311"},"id":248}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.247,51.41],[-0.251,51.412],[-0.254,51.41],[-0.259,51.41],[-0.262,51.417],[-0.265,51.416],[-0.269,51.414],[-0.277,51.413],[-0.281,51.413],[-0.281,51.411],[-0.286,51.413],[-0.292,51.413],[-0.3,51.413],[-0.308,51.414],[-0.308,51.413],[-0.309,51.412],[-0.309,51.41],[-0.309,51.406],[-0.309,51.401],[-0.309,51.4],[-0.31,51.4],[-0.312,51.399],[-0.315,51.396],[-0.318,51.394],[-0.311,51.386],[-0.307,51.379],[-0.309,51.375],[-0.314,51.375],[-0.317,51.372],[-0.318,51.364],[-0.32,51.359],[-0.324,51.354],[-0.328,51.352],[-0.331,51.348],[-0.328,51.344],[-0.329,51.341],[-0.33,51.333],[-0.331,51.329],[-0.328,51.326],[-0.319,51.328],[-0.314,51.331],[-0.306,51.335],[-0.305,51.339],[-0.304,51.343],[-0.3,51.348],[-0.293,51.353],[-0.291,51.357],[-0.285,51.361],[-0.286,51.364],[-0.28,51.368],[-0.277,51.369],[-0.272,51.373],[-0.265,51.376],[-0.261,51.38],[-0.262,51.381],[-0.269,51.385],[-0.271,51.391],[-0.276,51.396],[-0.273,51.398],[-0.267,51.398],[-0.264,51.396],[-0.26,51.399],[-0.256,51.399],[-0.247,51.399],[-0.247,51.4],[-0.245,51.403],[-0.245,51.404],[-0.245,51.406],[-0.245,51.407],[-0.246,51.407],[-0.247,51.408],[-0.248,51.409],[-0.247,51.409],[-0.247,51.41]]]},"properties":{"Name":"Kingston and Surbiton","ID":"E14001312"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.247,53.741],[-0.245,53.745],[-0.246,53.749],[-0.243,53.751],[-0.242,53.755],[-0.244,53.756],[-0.246,53.76],[-0.25,53.76],[-0.251,53.762],[-0.254,53.763],[-0.254,53.773],[-0.253,53.775],[-0.252,53.781],[-0.258,53.781],[-0.258,53.783],[-0.266,53.782],[-0.268,53.785],[-0.273,53.783],[-0.278,53.782],[-0.291,53.791],[-0.302,53.797],[-0.304,53.799],[-0.316,53.813],[-0.322,53.812],[-0.339,53.811],[-0.346,53.811],[-0.349,53.809],[-0.347,53.804],[-0.343,53.804],[-0.343,53.801],[-0.341,53.799],[-0.337,53.799],[-0.33,53.8],[-0.329,53.797],[-0.326,53.796],[-0.316,53.788],[-0.321,53.784],[-0.324,53.784],[-0.329,53.779],[-0.335,53.779],[-0.347,53.781],[-0.349,53.779],[-0.348,53.776],[-0.344,53.776],[-0.341,53.775],[-0.341,53.772],[-0.336,53.771],[-0.333,53.771],[-0.33,53.769],[-0.328,53.766],[-0.329,53.764],[-0.333,53.764],[-0.336,53.76],[-0.334,53.757],[-0.329,53.756],[-0.329,53.753],[-0.332,53.75],[-0.329,53.747],[-0.328,53.745],[-0.331,53.738],[-0.313,53.741],[-0.295,53.742],[-0.287,53.742],[-0.273,53.74],[-0.26,53.736],[-0.256,53.736],[-0.25,53.733],[-0.245,53.736],[-0.243,53.739],[-0.247,53.74],[-0.247,53.741]]]},"properties":{"Name":"Kingston upon Hull East","ID":"E14001313"},"id":250}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.365,53.804],[-0.366,53.804],[-0.37,53.809],[-0.375,53.808],[-0.376,53.804],[-0.381,53.804],[-0.381,53.802],[-0.386,53.802],[-0.398,53.804],[-0.41,53.805],[-0.409,53.795],[-0.414,53.794],[-0.434,53.795],[-0.446,53.793],[-0.446,53.792],[-0.444,53.785],[-0.452,53.783],[-0.45,53.78],[-0.45,53.776],[-0.452,53.773],[-0.452,53.769],[-0.45,53.77],[-0.441,53.769],[-0.438,53.771],[-0.427,53.77],[-0.421,53.771],[-0.414,53.769],[-0.407,53.769],[-0.404,53.765],[-0.399,53.767],[-0.391,53.756],[-0.388,53.754],[-0.374,53.75],[-0.362,53.745],[-0.365,53.743],[-0.352,53.743],[-0.345,53.743],[-0.347,53.749],[-0.337,53.748],[-0.33,53.748],[-0.333,53.752],[-0.329,53.753],[-0.33,53.756],[-0.335,53.758],[-0.336,53.759],[-0.334,53.763],[-0.333,53.764],[-0.332,53.764],[-0.331,53.764],[-0.328,53.765],[-0.331,53.77],[-0.335,53.771],[-0.337,53.77],[-0.338,53.771],[-0.34,53.771],[-0.341,53.771],[-0.342,53.772],[-0.342,53.773],[-0.342,53.774],[-0.342,53.775],[-0.349,53.776],[-0.349,53.777],[-0.35,53.779],[-0.349,53.779],[-0.348,53.781],[-0.352,53.783],[-0.348,53.787],[-0.356,53.79],[-0.36,53.792],[-0.359,53.794],[-0.363,53.795],[-0.365,53.799],[-0.366,53.803],[-0.365,53.804]]],[[[-0.347,53.781],[-0.335,53.779],[-0.329,53.779],[-0.324,53.784],[-0.321,53.784],[-0.316,53.788],[-0.326,53.796],[-0.329,53.797],[-0.33,53.8],[-0.337,53.799],[-0.341,53.799],[-0.343,53.801],[-0.343,53.804],[-0.347,53.804],[-0.349,53.809],[-0.354,53.809],[-0.357,53.806],[-0.362,53.805],[-0.365,53.803],[-0.365,53.798],[-0.363,53.796],[-0.359,53.795],[-0.359,53.792],[-0.355,53.789],[-0.348,53.787],[-0.351,53.785],[-0.351,53.783],[-0.347,53.781]]]]},"properties":{"Name":"Kingston upon Hull North and Cottingham","ID":"E14001314"},"id":251}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.33,53.748],[-0.337,53.748],[-0.347,53.749],[-0.345,53.743],[-0.352,53.743],[-0.365,53.743],[-0.362,53.745],[-0.374,53.75],[-0.388,53.754],[-0.391,53.756],[-0.399,53.767],[-0.404,53.765],[-0.407,53.769],[-0.414,53.769],[-0.421,53.771],[-0.427,53.77],[-0.438,53.771],[-0.441,53.769],[-0.45,53.77],[-0.452,53.769],[-0.454,53.766],[-0.458,53.764],[-0.467,53.763],[-0.479,53.76],[-0.483,53.759],[-0.474,53.743],[-0.473,53.738],[-0.469,53.736],[-0.469,53.733],[-0.465,53.729],[-0.465,53.725],[-0.462,53.72],[-0.463,53.717],[-0.452,53.714],[-0.447,53.714],[-0.434,53.716],[-0.414,53.721],[-0.397,53.723],[-0.396,53.722],[-0.385,53.724],[-0.366,53.729],[-0.339,53.736],[-0.338,53.737],[-0.333,53.738],[-0.329,53.745],[-0.33,53.748]]]},"properties":{"Name":"Kingston upon Hull West and Haltemprice","ID":"E14001315"},"id":252}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.134,52.634],[-2.135,52.638],[-2.138,52.642],[-2.148,52.646],[-2.152,52.649],[-2.155,52.648],[-2.157,52.646],[-2.157,52.643],[-2.159,52.642],[-2.159,52.636],[-2.162,52.632],[-2.165,52.63],[-2.182,52.632],[-2.185,52.635],[-2.189,52.636],[-2.193,52.638],[-2.193,52.639],[-2.199,52.64],[-2.206,52.642],[-2.213,52.643],[-2.216,52.644],[-2.223,52.642],[-2.227,52.645],[-2.23,52.645],[-2.233,52.648],[-2.237,52.636],[-2.242,52.632],[-2.246,52.628],[-2.251,52.62],[-2.253,52.614],[-2.256,52.61],[-2.265,52.611],[-2.271,52.61],[-2.274,52.608],[-2.279,52.606],[-2.283,52.606],[-2.291,52.608],[-2.297,52.607],[-2.31,52.607],[-2.311,52.611],[-2.313,52.614],[-2.321,52.615],[-2.323,52.612],[-2.324,52.61],[-2.324,52.604],[-2.325,52.601],[-2.322,52.594],[-2.318,52.593],[-2.308,52.591],[-2.302,52.593],[-2.299,52.592],[-2.299,52.589],[-2.294,52.587],[-2.295,52.585],[-2.289,52.586],[-2.281,52.584],[-2.274,52.58],[-2.27,52.575],[-2.263,52.571],[-2.262,52.564],[-2.27,52.56],[-2.279,52.554],[-2.279,52.553],[-2.265,52.549],[-2.26,52.544],[-2.256,52.542],[-2.263,52.538],[-2.269,52.531],[-2.261,52.527],[-2.262,52.524],[-2.273,52.519],[-2.291,52.512],[-2.296,52.507],[-2.298,52.503],[-2.308,52.498],[-2.308,52.495],[-2.313,52.489],[-2.309,52.483],[-2.304,52.482],[-2.296,52.474],[-2.295,52.47],[-2.291,52.466],[-2.289,52.459],[-2.291,52.457],[-2.287,52.455],[-2.286,52.455],[-2.295,52.449],[-2.292,52.449],[-2.287,52.447],[-2.286,52.444],[-2.279,52.443],[-2.275,52.44],[-2.269,52.439],[-2.263,52.441],[-2.261,52.437],[-2.249,52.438],[-2.242,52.437],[-2.226,52.435],[-2.217,52.435],[-2.215,52.432],[-2.206,52.43],[-2.201,52.427],[-2.197,52.428],[-2.196,52.425],[-2.193,52.423],[-2.186,52.426],[-2.181,52.425],[-2.172,52.425],[-2.168,52.424],[-2.164,52.424],[-2.165,52.43],[-2.172,52.442],[-2.176,52.456],[-2.174,52.461],[-2.174,52.464],[-2.172,52.466],[-2.168,52.471],[-2.166,52.472],[-2.162,52.475],[-2.152,52.478],[-2.141,52.484],[-2.136,52.487],[-2.144,52.493],[-2.145,52.496],[-2.143,52.499],[-2.143,52.502],[-2.148,52.501],[-2.153,52.5],[-2.159,52.506],[-2.155,52.508],[-2.151,52.508],[-2.148,52.512],[-2.148,52.515],[-2.145,52.518],[-2.145,52.521],[-2.146,52.523],[-2.152,52.526],[-2.146,52.529],[-2.137,52.533],[-2.135,52.543],[-2.137,52.547],[-2.139,52.548],[-2.135,52.552],[-2.133,52.554],[-2.139,52.558],[-2.141,52.559],[-2.145,52.555],[-2.158,52.555],[-2.17,52.556],[-2.176,52.554],[-2.176,52.557],[-2.175,52.56],[-2.176,52.564],[-2.18,52.564],[-2.181,52.566],[-2.177,52.567],[-2.18,52.575],[-2.183,52.577],[-2.188,52.574],[-2.189,52.577],[-2.202,52.579],[-2.204,52.584],[-2.207,52.587],[-2.202,52.587],[-2.201,52.589],[-2.189,52.589],[-2.189,52.596],[-2.191,52.602],[-2.195,52.607],[-2.189,52.608],[-2.187,52.606],[-2.18,52.605],[-2.178,52.607],[-2.171,52.611],[-2.168,52.611],[-2.171,52.614],[-2.165,52.617],[-2.17,52.618],[-2.167,52.62],[-2.165,52.619],[-2.163,52.621],[-2.155,52.624],[-2.152,52.625],[-2.153,52.63],[-2.137,52.63],[-2.134,52.634]]]},"properties":{"Name":"Kingswinford and South Staffordshire","ID":"E14001316"},"id":253}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.825,53.485],[-2.826,53.483],[-2.844,53.484],[-2.843,53.488],[-2.844,53.49],[-2.85,53.493],[-2.859,53.492],[-2.861,53.491],[-2.871,53.495],[-2.873,53.5],[-2.881,53.503],[-2.888,53.504],[-2.894,53.503],[-2.899,53.5],[-2.896,53.497],[-2.899,53.494],[-2.9,53.492],[-2.905,53.492],[-2.909,53.489],[-2.913,53.483],[-2.92,53.482],[-2.917,53.48],[-2.919,53.478],[-2.923,53.475],[-2.919,53.468],[-2.916,53.469],[-2.914,53.465],[-2.906,53.465],[-2.904,53.467],[-2.906,53.47],[-2.9,53.469],[-2.895,53.467],[-2.893,53.463],[-2.888,53.461],[-2.871,53.453],[-2.868,53.449],[-2.868,53.445],[-2.871,53.443],[-2.871,53.438],[-2.873,53.437],[-2.869,53.433],[-2.867,53.429],[-2.862,53.43],[-2.853,53.427],[-2.849,53.423],[-2.846,53.415],[-2.848,53.413],[-2.855,53.414],[-2.856,53.41],[-2.864,53.41],[-2.882,53.408],[-2.88,53.406],[-2.875,53.401],[-2.873,53.402],[-2.87,53.399],[-2.867,53.399],[-2.856,53.395],[-2.85,53.397],[-2.837,53.4],[-2.832,53.399],[-2.827,53.397],[-2.817,53.396],[-2.806,53.399],[-2.813,53.402],[-2.817,53.404],[-2.817,53.405],[-2.813,53.407],[-2.816,53.41],[-2.818,53.416],[-2.813,53.417],[-2.801,53.423],[-2.787,53.429],[-2.789,53.431],[-2.793,53.431],[-2.794,53.434],[-2.797,53.436],[-2.805,53.439],[-2.804,53.441],[-2.797,53.441],[-2.795,53.444],[-2.8,53.449],[-2.804,53.451],[-2.805,53.456],[-2.807,53.456],[-2.806,53.463],[-2.804,53.467],[-2.819,53.467],[-2.819,53.47],[-2.817,53.478],[-2.823,53.483],[-2.825,53.485]]]},"properties":{"Name":"Knowsley","ID":"E14001317"},"id":254}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.571,54.015],[-2.576,54.016],[-2.584,54.019],[-2.592,54.025],[-2.6,54.025],[-2.61,54.027],[-2.623,54.022],[-2.631,54.021],[-2.638,54.021],[-2.649,54.023],[-2.661,54.024],[-2.673,54.022],[-2.68,54.024],[-2.7,54.01],[-2.702,54.009],[-2.71,54.008],[-2.713,54.008],[-2.718,54.007],[-2.724,54.006],[-2.726,54.004],[-2.733,54.003],[-2.732,54.004],[-2.728,54.006],[-2.73,54.009],[-2.733,54.01],[-2.739,54.008],[-2.745,54.009],[-2.752,54.009],[-2.757,54.01],[-2.757,54.013],[-2.762,54.012],[-2.763,54.017],[-2.762,54.019],[-2.755,54.021],[-2.753,54.026],[-2.749,54.03],[-2.743,54.034],[-2.752,54.035],[-2.758,54.037],[-2.776,54.041],[-2.771,54.047],[-2.767,54.049],[-2.766,54.054],[-2.769,54.059],[-2.774,54.066],[-2.784,54.065],[-2.792,54.069],[-2.803,54.066],[-2.808,54.067],[-2.815,54.067],[-2.826,54.065],[-2.824,54.062],[-2.826,54.06],[-2.829,54.062],[-2.836,54.061],[-2.824,54.056],[-2.831,54.055],[-2.833,54.053],[-2.839,54.05],[-2.838,54.049],[-2.832,54.05],[-2.826,54.052],[-2.815,54.055],[-2.809,54.056],[-2.804,54.055],[-2.802,54.053],[-2.798,54.054],[-2.794,54.058],[-2.796,54.061],[-2.792,54.062],[-2.793,54.058],[-2.796,54.054],[-2.8,54.052],[-2.803,54.052],[-2.809,54.055],[-2.824,54.051],[-2.842,54.045],[-2.842,54.041],[-2.836,54.035],[-2.832,54.032],[-2.829,54.028],[-2.83,54.022],[-2.83,54.018],[-2.829,54.015],[-2.833,54.006],[-2.832,54.002],[-2.831,54.001],[-2.832,53.998],[-2.845,53.998],[-2.848,54],[-2.852,54.001],[-2.856,54],[-2.863,53.995],[-2.868,53.993],[-2.871,53.99],[-2.869,53.986],[-2.87,53.984],[-2.877,53.978],[-2.876,53.975],[-2.872,53.97],[-2.86,53.968],[-2.852,53.965],[-2.862,53.965],[-2.866,53.961],[-2.873,53.958],[-2.878,53.959],[-2.88,53.957],[-2.883,53.959],[-2.886,53.957],[-2.88,53.954],[-2.878,53.955],[-2.873,53.951],[-2.878,53.947],[-2.882,53.945],[-2.889,53.941],[-2.891,53.942],[-2.905,53.94],[-2.911,53.942],[-2.912,53.944],[-2.912,53.947],[-2.917,53.948],[-2.919,53.95],[-2.928,53.949],[-2.968,53.94],[-2.981,53.936],[-2.985,53.934],[-2.997,53.931],[-2.998,53.928],[-2.997,53.922],[-2.997,53.917],[-2.994,53.913],[-2.996,53.91],[-2.995,53.902],[-2.993,53.897],[-2.985,53.89],[-2.982,53.887],[-2.971,53.882],[-2.965,53.875],[-2.964,53.872],[-2.97,53.867],[-2.972,53.865],[-2.97,53.864],[-2.965,53.864],[-2.959,53.863],[-2.955,53.861],[-2.951,53.855],[-2.945,53.852],[-2.941,53.855],[-2.938,53.855],[-2.937,53.858],[-2.929,53.858],[-2.924,53.857],[-2.914,53.86],[-2.912,53.864],[-2.909,53.865],[-2.901,53.865],[-2.896,53.861],[-2.892,53.863],[-2.887,53.864],[-2.878,53.861],[-2.876,53.857],[-2.884,53.856],[-2.89,53.852],[-2.887,53.851],[-2.891,53.848],[-2.89,53.846],[-2.884,53.844],[-2.872,53.843],[-2.868,53.846],[-2.858,53.843],[-2.859,53.839],[-2.861,53.837],[-2.869,53.834],[-2.869,53.831],[-2.863,53.829],[-2.857,53.831],[-2.849,53.832],[-2.841,53.831],[-2.836,53.826],[-2.826,53.82],[-2.81,53.824],[-2.805,53.825],[-2.799,53.824],[-2.796,53.828],[-2.8,53.829],[-2.8,53.833],[-2.794,53.834],[-2.787,53.832],[-2.781,53.834],[-2.78,53.837],[-2.771,53.84],[-2.767,53.835],[-2.761,53.828],[-2.756,53.826],[-2.754,53.824],[-2.743,53.823],[-2.736,53.823],[-2.74,53.842],[-2.742,53.845],[-2.747,53.85],[-2.731,53.852],[-2.726,53.849],[-2.719,53.85],[-2.714,53.853],[-2.71,53.854],[-2.712,53.856],[-2.706,53.861],[-2.703,53.865],[-2.706,53.869],[-2.704,53.871],[-2.691,53.874],[-2.691,53.879],[-2.688,53.88],[-2.689,53.883],[-2.689,53.888],[-2.685,53.891],[-2.681,53.893],[-2.679,53.892],[-2.668,53.892],[-2.666,53.894],[-2.658,53.896],[-2.652,53.896],[-2.645,53.894],[-2.642,53.895],[-2.638,53.895],[-2.634,53.893],[-2.626,53.894],[-2.617,53.9],[-2.613,53.908],[-2.615,53.913],[-2.619,53.916],[-2.614,53.92],[-2.619,53.927],[-2.623,53.93],[-2.63,53.931],[-2.627,53.935],[-2.626,53.939],[-2.634,53.943],[-2.641,53.945],[-2.65,53.95],[-2.651,53.952],[-2.644,53.957],[-2.638,53.958],[-2.631,53.958],[-2.618,53.952],[-2.611,53.957],[-2.605,53.957],[-2.589,53.96],[-2.582,53.965],[-2.579,53.967],[-2.578,53.971],[-2.574,53.973],[-2.564,53.974],[-2.561,53.976],[-2.572,53.984],[-2.574,53.986],[-2.571,53.988],[-2.572,53.99],[-2.577,53.993],[-2.581,54],[-2.579,54.005],[-2.579,54.007],[-2.575,54.013],[-2.571,54.015]]]},"properties":{"Name":"Lancaster and Wyre","ID":"E14001318"},"id":255}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.577,53.842],[-1.583,53.843],[-1.586,53.842],[-1.594,53.838],[-1.594,53.842],[-1.594,53.844],[-1.599,53.847],[-1.602,53.849],[-1.602,53.853],[-1.604,53.854],[-1.613,53.853],[-1.615,53.859],[-1.619,53.856],[-1.627,53.85],[-1.63,53.847],[-1.626,53.844],[-1.617,53.84],[-1.617,53.834],[-1.625,53.83],[-1.63,53.827],[-1.633,53.828],[-1.623,53.824],[-1.616,53.822],[-1.611,53.818],[-1.611,53.815],[-1.607,53.816],[-1.605,53.813],[-1.6,53.812],[-1.597,53.809],[-1.591,53.807],[-1.588,53.807],[-1.586,53.803],[-1.578,53.802],[-1.575,53.798],[-1.566,53.794],[-1.564,53.795],[-1.56,53.794],[-1.559,53.797],[-1.545,53.796],[-1.539,53.796],[-1.531,53.797],[-1.53,53.801],[-1.529,53.805],[-1.526,53.808],[-1.528,53.81],[-1.534,53.811],[-1.536,53.808],[-1.542,53.811],[-1.545,53.815],[-1.561,53.821],[-1.564,53.821],[-1.568,53.823],[-1.562,53.825],[-1.561,53.827],[-1.566,53.829],[-1.569,53.827],[-1.573,53.83],[-1.577,53.832],[-1.578,53.836],[-1.576,53.841],[-1.577,53.842]]]},"properties":{"Name":"Leeds Central and Headingley","ID":"E14001319"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.345,53.809],[-1.357,53.809],[-1.363,53.805],[-1.371,53.806],[-1.38,53.804],[-1.383,53.805],[-1.385,53.803],[-1.389,53.802],[-1.391,53.8],[-1.394,53.799],[-1.403,53.8],[-1.403,53.803],[-1.403,53.813],[-1.397,53.814],[-1.4,53.82],[-1.405,53.818],[-1.409,53.819],[-1.414,53.817],[-1.422,53.817],[-1.432,53.826],[-1.436,53.825],[-1.442,53.828],[-1.446,53.83],[-1.45,53.834],[-1.448,53.837],[-1.452,53.837],[-1.45,53.84],[-1.461,53.84],[-1.461,53.844],[-1.473,53.844],[-1.479,53.844],[-1.48,53.843],[-1.478,53.84],[-1.473,53.837],[-1.476,53.831],[-1.478,53.829],[-1.483,53.827],[-1.485,53.824],[-1.505,53.818],[-1.511,53.817],[-1.515,53.818],[-1.524,53.818],[-1.525,53.811],[-1.528,53.81],[-1.526,53.808],[-1.529,53.805],[-1.522,53.804],[-1.517,53.808],[-1.513,53.807],[-1.506,53.81],[-1.503,53.807],[-1.495,53.802],[-1.486,53.801],[-1.477,53.803],[-1.466,53.803],[-1.46,53.798],[-1.456,53.797],[-1.458,53.791],[-1.469,53.79],[-1.473,53.789],[-1.478,53.79],[-1.483,53.789],[-1.484,53.786],[-1.484,53.781],[-1.47,53.776],[-1.474,53.775],[-1.478,53.772],[-1.482,53.766],[-1.469,53.766],[-1.459,53.765],[-1.454,53.763],[-1.448,53.763],[-1.448,53.761],[-1.445,53.76],[-1.438,53.761],[-1.435,53.757],[-1.428,53.755],[-1.423,53.75],[-1.42,53.745],[-1.416,53.742],[-1.41,53.741],[-1.403,53.742],[-1.395,53.746],[-1.387,53.746],[-1.386,53.748],[-1.386,53.75],[-1.388,53.753],[-1.387,53.759],[-1.383,53.761],[-1.387,53.766],[-1.388,53.77],[-1.391,53.774],[-1.39,53.777],[-1.393,53.78],[-1.391,53.781],[-1.381,53.78],[-1.374,53.78],[-1.374,53.782],[-1.368,53.781],[-1.356,53.78],[-1.349,53.779],[-1.349,53.785],[-1.345,53.809]]]},"properties":{"Name":"Leeds East","ID":"E14001320"},"id":257}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.561,53.889],[-1.566,53.891],[-1.573,53.89],[-1.571,53.888],[-1.571,53.884],[-1.58,53.886],[-1.585,53.886],[-1.588,53.884],[-1.588,53.88],[-1.582,53.87],[-1.586,53.87],[-1.585,53.866],[-1.58,53.864],[-1.581,53.862],[-1.575,53.855],[-1.57,53.853],[-1.566,53.85],[-1.564,53.847],[-1.566,53.845],[-1.571,53.843],[-1.577,53.842],[-1.576,53.841],[-1.578,53.836],[-1.577,53.832],[-1.573,53.83],[-1.569,53.827],[-1.566,53.829],[-1.561,53.827],[-1.562,53.825],[-1.568,53.823],[-1.564,53.821],[-1.561,53.821],[-1.545,53.815],[-1.542,53.811],[-1.536,53.808],[-1.534,53.811],[-1.528,53.81],[-1.525,53.811],[-1.524,53.818],[-1.515,53.818],[-1.511,53.817],[-1.505,53.818],[-1.485,53.824],[-1.483,53.827],[-1.478,53.829],[-1.476,53.831],[-1.473,53.837],[-1.478,53.84],[-1.48,53.843],[-1.489,53.846],[-1.495,53.847],[-1.5,53.848],[-1.501,53.856],[-1.497,53.866],[-1.502,53.867],[-1.508,53.87],[-1.51,53.869],[-1.521,53.874],[-1.526,53.875],[-1.531,53.88],[-1.54,53.882],[-1.548,53.885],[-1.553,53.886],[-1.556,53.888],[-1.561,53.889]]]},"properties":{"Name":"Leeds North East","ID":"E14001321"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.553,53.903],[-1.556,53.905],[-1.563,53.904],[-1.566,53.91],[-1.569,53.911],[-1.584,53.909],[-1.586,53.904],[-1.586,53.901],[-1.59,53.901],[-1.598,53.903],[-1.602,53.907],[-1.6,53.91],[-1.607,53.909],[-1.612,53.906],[-1.619,53.904],[-1.622,53.903],[-1.628,53.905],[-1.638,53.906],[-1.641,53.907],[-1.646,53.907],[-1.652,53.906],[-1.654,53.908],[-1.652,53.911],[-1.656,53.913],[-1.667,53.913],[-1.669,53.911],[-1.68,53.91],[-1.685,53.911],[-1.689,53.913],[-1.687,53.916],[-1.69,53.917],[-1.699,53.917],[-1.702,53.918],[-1.706,53.917],[-1.709,53.918],[-1.716,53.917],[-1.719,53.911],[-1.722,53.912],[-1.727,53.91],[-1.729,53.908],[-1.732,53.9],[-1.728,53.894],[-1.722,53.894],[-1.718,53.893],[-1.722,53.891],[-1.729,53.886],[-1.735,53.887],[-1.742,53.885],[-1.749,53.886],[-1.756,53.885],[-1.763,53.889],[-1.767,53.89],[-1.773,53.889],[-1.78,53.891],[-1.777,53.894],[-1.787,53.897],[-1.795,53.895],[-1.8,53.886],[-1.795,53.88],[-1.785,53.88],[-1.779,53.878],[-1.778,53.872],[-1.774,53.87],[-1.769,53.867],[-1.764,53.867],[-1.76,53.864],[-1.758,53.867],[-1.754,53.867],[-1.744,53.866],[-1.746,53.863],[-1.738,53.864],[-1.729,53.865],[-1.719,53.864],[-1.715,53.866],[-1.71,53.864],[-1.702,53.858],[-1.695,53.858],[-1.693,53.853],[-1.696,53.847],[-1.701,53.845],[-1.704,53.842],[-1.703,53.836],[-1.699,53.837],[-1.688,53.842],[-1.681,53.84],[-1.679,53.837],[-1.674,53.836],[-1.667,53.829],[-1.662,53.828],[-1.66,53.829],[-1.654,53.828],[-1.646,53.827],[-1.639,53.827],[-1.639,53.828],[-1.633,53.828],[-1.63,53.827],[-1.625,53.83],[-1.617,53.834],[-1.617,53.84],[-1.626,53.844],[-1.63,53.847],[-1.627,53.85],[-1.619,53.856],[-1.615,53.859],[-1.613,53.853],[-1.604,53.854],[-1.602,53.853],[-1.602,53.849],[-1.599,53.847],[-1.594,53.844],[-1.594,53.842],[-1.594,53.838],[-1.586,53.842],[-1.583,53.843],[-1.577,53.842],[-1.571,53.843],[-1.566,53.845],[-1.564,53.847],[-1.566,53.85],[-1.57,53.853],[-1.575,53.855],[-1.581,53.862],[-1.58,53.864],[-1.585,53.866],[-1.586,53.87],[-1.582,53.87],[-1.588,53.88],[-1.588,53.884],[-1.585,53.886],[-1.58,53.886],[-1.571,53.884],[-1.571,53.888],[-1.573,53.89],[-1.566,53.891],[-1.561,53.889],[-1.56,53.896],[-1.558,53.898],[-1.558,53.903],[-1.553,53.903]]]},"properties":{"Name":"Leeds North West","ID":"E14001322"},"id":259}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.576,53.788],[-1.579,53.79],[-1.591,53.793],[-1.597,53.793],[-1.6,53.795],[-1.606,53.794],[-1.609,53.796],[-1.613,53.797],[-1.626,53.802],[-1.631,53.801],[-1.628,53.799],[-1.631,53.798],[-1.639,53.795],[-1.641,53.792],[-1.638,53.79],[-1.638,53.785],[-1.641,53.78],[-1.641,53.774],[-1.646,53.771],[-1.653,53.767],[-1.656,53.767],[-1.663,53.767],[-1.665,53.764],[-1.67,53.762],[-1.673,53.762],[-1.682,53.756],[-1.676,53.753],[-1.666,53.748],[-1.658,53.745],[-1.642,53.748],[-1.636,53.743],[-1.637,53.741],[-1.636,53.737],[-1.632,53.732],[-1.632,53.731],[-1.632,53.729],[-1.623,53.721],[-1.623,53.719],[-1.618,53.719],[-1.611,53.721],[-1.605,53.721],[-1.602,53.72],[-1.592,53.719],[-1.587,53.717],[-1.585,53.717],[-1.58,53.713],[-1.579,53.71],[-1.572,53.707],[-1.571,53.706],[-1.566,53.704],[-1.559,53.699],[-1.554,53.703],[-1.549,53.709],[-1.543,53.712],[-1.536,53.715],[-1.517,53.725],[-1.511,53.729],[-1.506,53.729],[-1.504,53.725],[-1.496,53.722],[-1.489,53.723],[-1.488,53.728],[-1.482,53.728],[-1.486,53.731],[-1.487,53.734],[-1.491,53.736],[-1.494,53.735],[-1.502,53.736],[-1.502,53.74],[-1.495,53.742],[-1.496,53.744],[-1.491,53.744],[-1.493,53.748],[-1.501,53.748],[-1.504,53.749],[-1.517,53.751],[-1.517,53.743],[-1.533,53.743],[-1.543,53.739],[-1.559,53.74],[-1.562,53.743],[-1.564,53.747],[-1.568,53.747],[-1.57,53.754],[-1.57,53.757],[-1.571,53.761],[-1.575,53.766],[-1.579,53.766],[-1.583,53.764],[-1.589,53.77],[-1.59,53.775],[-1.589,53.778],[-1.583,53.783],[-1.578,53.783],[-1.576,53.788]]]},"properties":{"Name":"Leeds South West and Morley","ID":"E14001324"},"id":260}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.482,53.766],[-1.478,53.772],[-1.474,53.775],[-1.47,53.776],[-1.484,53.781],[-1.484,53.786],[-1.483,53.789],[-1.478,53.79],[-1.473,53.789],[-1.469,53.79],[-1.458,53.791],[-1.456,53.797],[-1.46,53.798],[-1.466,53.803],[-1.477,53.803],[-1.486,53.801],[-1.495,53.802],[-1.503,53.807],[-1.506,53.81],[-1.513,53.807],[-1.517,53.808],[-1.522,53.804],[-1.529,53.805],[-1.53,53.801],[-1.531,53.797],[-1.539,53.796],[-1.545,53.796],[-1.559,53.797],[-1.56,53.794],[-1.564,53.795],[-1.566,53.794],[-1.567,53.792],[-1.572,53.79],[-1.576,53.788],[-1.578,53.783],[-1.583,53.783],[-1.589,53.778],[-1.59,53.775],[-1.589,53.77],[-1.583,53.764],[-1.579,53.766],[-1.575,53.766],[-1.571,53.761],[-1.57,53.757],[-1.57,53.754],[-1.568,53.747],[-1.564,53.747],[-1.562,53.743],[-1.559,53.74],[-1.543,53.739],[-1.533,53.743],[-1.517,53.743],[-1.517,53.751],[-1.513,53.757],[-1.506,53.761],[-1.494,53.762],[-1.487,53.764],[-1.482,53.766]]]},"properties":{"Name":"Leeds South","ID":"E14001323"},"id":261}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.633,53.828],[-1.639,53.828],[-1.639,53.827],[-1.646,53.827],[-1.654,53.828],[-1.66,53.829],[-1.662,53.828],[-1.667,53.829],[-1.674,53.836],[-1.679,53.837],[-1.681,53.84],[-1.688,53.842],[-1.699,53.837],[-1.703,53.836],[-1.704,53.833],[-1.707,53.829],[-1.705,53.823],[-1.708,53.814],[-1.707,53.813],[-1.708,53.81],[-1.706,53.807],[-1.707,53.804],[-1.704,53.802],[-1.71,53.793],[-1.708,53.79],[-1.708,53.787],[-1.712,53.783],[-1.701,53.783],[-1.693,53.784],[-1.683,53.786],[-1.676,53.78],[-1.668,53.779],[-1.665,53.78],[-1.644,53.78],[-1.641,53.78],[-1.638,53.785],[-1.638,53.79],[-1.641,53.792],[-1.639,53.795],[-1.631,53.798],[-1.628,53.799],[-1.631,53.801],[-1.626,53.802],[-1.613,53.797],[-1.609,53.796],[-1.606,53.794],[-1.6,53.795],[-1.597,53.793],[-1.591,53.793],[-1.579,53.79],[-1.576,53.788],[-1.572,53.79],[-1.567,53.792],[-1.566,53.794],[-1.575,53.798],[-1.578,53.802],[-1.586,53.803],[-1.588,53.807],[-1.591,53.807],[-1.597,53.809],[-1.6,53.812],[-1.605,53.813],[-1.607,53.816],[-1.611,53.815],[-1.611,53.818],[-1.616,53.822],[-1.623,53.824],[-1.633,53.828]]]},"properties":{"Name":"Leeds West and Pudsey","ID":"E14001325"},"id":262}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.115,52.673],[-1.119,52.673],[-1.122,52.669],[-1.129,52.665],[-1.127,52.663],[-1.128,52.661],[-1.125,52.656],[-1.13,52.653],[-1.13,52.651],[-1.126,52.645],[-1.118,52.642],[-1.118,52.64],[-1.113,52.638],[-1.11,52.639],[-1.108,52.636],[-1.104,52.635],[-1.093,52.631],[-1.089,52.632],[-1.081,52.627],[-1.074,52.628],[-1.074,52.626],[-1.069,52.619],[-1.063,52.62],[-1.058,52.624],[-1.055,52.625],[-1.053,52.628],[-1.056,52.629],[-1.056,52.633],[-1.053,52.634],[-1.048,52.635],[-1.047,52.642],[-1.051,52.643],[-1.051,52.648],[-1.048,52.648],[-1.049,52.655],[-1.059,52.656],[-1.057,52.664],[-1.064,52.664],[-1.068,52.667],[-1.075,52.668],[-1.075,52.67],[-1.086,52.669],[-1.091,52.669],[-1.109,52.673],[-1.115,52.673]]]},"properties":{"Name":"Leicester East","ID":"E14001326"},"id":263}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.069,52.619],[-1.074,52.626],[-1.074,52.628],[-1.081,52.627],[-1.089,52.632],[-1.093,52.631],[-1.104,52.635],[-1.108,52.636],[-1.11,52.639],[-1.113,52.638],[-1.118,52.64],[-1.118,52.642],[-1.126,52.645],[-1.13,52.641],[-1.132,52.641],[-1.138,52.638],[-1.142,52.633],[-1.144,52.623],[-1.149,52.617],[-1.143,52.611],[-1.137,52.61],[-1.14,52.603],[-1.141,52.601],[-1.142,52.597],[-1.148,52.595],[-1.157,52.596],[-1.157,52.593],[-1.159,52.591],[-1.158,52.591],[-1.156,52.586],[-1.159,52.582],[-1.153,52.581],[-1.149,52.581],[-1.146,52.588],[-1.144,52.588],[-1.141,52.59],[-1.136,52.589],[-1.127,52.591],[-1.127,52.596],[-1.121,52.596],[-1.12,52.598],[-1.116,52.597],[-1.11,52.597],[-1.107,52.596],[-1.102,52.599],[-1.102,52.602],[-1.099,52.603],[-1.093,52.61],[-1.098,52.611],[-1.097,52.616],[-1.086,52.615],[-1.077,52.614],[-1.074,52.613],[-1.07,52.618],[-1.069,52.619]]]},"properties":{"Name":"Leicester South","ID":"E14001327"},"id":264}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.129,52.665],[-1.129,52.669],[-1.133,52.67],[-1.133,52.673],[-1.138,52.675],[-1.137,52.68],[-1.142,52.686],[-1.148,52.691],[-1.151,52.689],[-1.157,52.691],[-1.161,52.691],[-1.165,52.689],[-1.168,52.685],[-1.173,52.683],[-1.174,52.679],[-1.178,52.678],[-1.178,52.671],[-1.18,52.669],[-1.177,52.668],[-1.177,52.664],[-1.185,52.661],[-1.184,52.658],[-1.184,52.65],[-1.188,52.647],[-1.187,52.646],[-1.191,52.64],[-1.196,52.641],[-1.199,52.64],[-1.206,52.643],[-1.21,52.642],[-1.216,52.635],[-1.211,52.631],[-1.209,52.631],[-1.2,52.627],[-1.188,52.623],[-1.178,52.618],[-1.174,52.618],[-1.172,52.616],[-1.166,52.613],[-1.164,52.609],[-1.171,52.606],[-1.166,52.603],[-1.168,52.601],[-1.17,52.598],[-1.168,52.593],[-1.161,52.592],[-1.159,52.591],[-1.157,52.593],[-1.157,52.596],[-1.148,52.595],[-1.142,52.597],[-1.141,52.601],[-1.14,52.603],[-1.137,52.61],[-1.143,52.611],[-1.149,52.617],[-1.144,52.623],[-1.142,52.633],[-1.138,52.638],[-1.132,52.641],[-1.13,52.641],[-1.126,52.645],[-1.13,52.651],[-1.13,52.653],[-1.125,52.656],[-1.128,52.661],[-1.127,52.663],[-1.129,52.665]]]},"properties":{"Name":"Leicester West","ID":"E14001328"},"id":265}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.451,53.529],[-2.462,53.531],[-2.466,53.531],[-2.478,53.534],[-2.482,53.533],[-2.49,53.535],[-2.49,53.536],[-2.496,53.537],[-2.499,53.538],[-2.507,53.539],[-2.51,53.534],[-2.513,53.536],[-2.516,53.536],[-2.515,53.531],[-2.517,53.529],[-2.518,53.529],[-2.519,53.528],[-2.52,53.528],[-2.521,53.527],[-2.521,53.528],[-2.521,53.527],[-2.522,53.527],[-2.523,53.527],[-2.524,53.526],[-2.528,53.526],[-2.529,53.523],[-2.525,53.518],[-2.525,53.517],[-2.525,53.516],[-2.524,53.515],[-2.523,53.513],[-2.527,53.507],[-2.534,53.51],[-2.534,53.512],[-2.541,53.52],[-2.545,53.515],[-2.554,53.513],[-2.559,53.511],[-2.563,53.508],[-2.563,53.505],[-2.566,53.5],[-2.571,53.499],[-2.578,53.502],[-2.582,53.501],[-2.588,53.499],[-2.583,53.496],[-2.594,53.491],[-2.599,53.495],[-2.608,53.493],[-2.609,53.491],[-2.613,53.489],[-2.61,53.487],[-2.61,53.481],[-2.612,53.481],[-2.612,53.475],[-2.608,53.471],[-2.615,53.47],[-2.617,53.466],[-2.613,53.462],[-2.603,53.461],[-2.596,53.456],[-2.589,53.456],[-2.583,53.453],[-2.584,53.449],[-2.577,53.446],[-2.575,53.448],[-2.57,53.458],[-2.549,53.461],[-2.553,53.468],[-2.54,53.471],[-2.503,53.48],[-2.496,53.481],[-2.484,53.484],[-2.476,53.487],[-2.474,53.489],[-2.475,53.493],[-2.471,53.498],[-2.468,53.499],[-2.471,53.502],[-2.472,53.505],[-2.464,53.505],[-2.46,53.507],[-2.459,53.51],[-2.442,53.51],[-2.442,53.513],[-2.435,53.513],[-2.434,53.515],[-2.438,53.515],[-2.438,53.518],[-2.436,53.519],[-2.435,53.521],[-2.432,53.522],[-2.454,53.526],[-2.451,53.529]]]},"properties":{"Name":"Leigh and Atherton","ID":"E14001329"},"id":266}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.121,50.921],[0.117,50.915],[0.111,50.916],[0.106,50.919],[0.096,50.923],[0.09,50.921],[0.089,50.919],[0.082,50.92],[0.079,50.922],[0.072,50.923],[0.068,50.925],[0.057,50.926],[0.052,50.923],[0.048,50.923],[0.047,50.921],[0.05,50.916],[0.043,50.913],[0.039,50.914],[0.036,50.915],[0.032,50.915],[0.031,50.914],[0.03,50.913],[0.033,50.91],[0.035,50.906],[0.033,50.905],[0.033,50.904],[0.027,50.905],[0.023,50.904],[0.022,50.903],[0.021,50.901],[0.022,50.901],[0.021,50.9],[0.021,50.899],[0.02,50.898],[0.019,50.897],[0.018,50.897],[0.016,50.897],[0.015,50.897],[0.013,50.897],[0.012,50.893],[0.014,50.891],[0.015,50.89],[0.016,50.888],[0.015,50.887],[0.011,50.886],[0.009,50.888],[0,50.889],[-0.002,50.887],[0.006,50.88],[0.01,50.879],[0.016,50.876],[0.017,50.873],[0.023,50.872],[0.024,50.87],[0.024,50.866],[0.021,50.865],[0.021,50.862],[0.024,50.861],[0.027,50.857],[0.031,50.856],[0.035,50.85],[0.039,50.847],[0.035,50.845],[0.031,50.836],[0.028,50.835],[0.026,50.831],[0.029,50.822],[0.027,50.817],[0.027,50.815],[0.031,50.814],[0.034,50.81],[0.042,50.81],[0.045,50.808],[0.048,50.804],[0.048,50.801],[0.053,50.794],[0.055,50.789],[0.058,50.783],[0.067,50.782],[0.077,50.78],[0.092,50.773],[0.108,50.764],[0.11,50.764],[0.116,50.761],[0.124,50.758],[0.138,50.756],[0.142,50.757],[0.146,50.759],[0.149,50.759],[0.154,50.758],[0.158,50.756],[0.163,50.755],[0.179,50.75],[0.189,50.748],[0.199,50.744],[0.205,50.74],[0.21,50.738],[0.211,50.743],[0.215,50.744],[0.209,50.751],[0.217,50.757],[0.214,50.76],[0.217,50.762],[0.215,50.764],[0.217,50.775],[0.223,50.78],[0.228,50.783],[0.23,50.787],[0.232,50.793],[0.233,50.797],[0.227,50.799],[0.23,50.801],[0.246,50.803],[0.25,50.801],[0.25,50.799],[0.254,50.799],[0.262,50.802],[0.261,50.806],[0.267,50.811],[0.271,50.81],[0.276,50.805],[0.28,50.809],[0.285,50.812],[0.289,50.813],[0.3,50.813],[0.3,50.81],[0.31,50.808],[0.314,50.809],[0.313,50.813],[0.313,50.817],[0.308,50.82],[0.306,50.826],[0.309,50.827],[0.312,50.831],[0.31,50.832],[0.312,50.837],[0.311,50.839],[0.303,50.839],[0.301,50.84],[0.291,50.838],[0.276,50.843],[0.272,50.838],[0.267,50.836],[0.261,50.838],[0.253,50.836],[0.249,50.839],[0.249,50.84],[0.241,50.842],[0.243,50.849],[0.243,50.856],[0.242,50.865],[0.237,50.874],[0.235,50.877],[0.232,50.874],[0.228,50.871],[0.222,50.874],[0.221,50.876],[0.215,50.881],[0.199,50.882],[0.193,50.878],[0.185,50.878],[0.181,50.886],[0.176,50.886],[0.176,50.888],[0.167,50.892],[0.176,50.897],[0.173,50.899],[0.167,50.902],[0.168,50.907],[0.167,50.909],[0.158,50.911],[0.157,50.912],[0.157,50.918],[0.151,50.918],[0.147,50.914],[0.131,50.917],[0.129,50.921],[0.123,50.922],[0.121,50.921]]],[[[-0.003,50.887],[-0.008,50.888],[-0.009,50.886],[-0.008,50.883],[-0.017,50.88],[-0.022,50.884],[-0.03,50.885],[-0.037,50.883],[-0.045,50.88],[-0.045,50.884],[-0.04,50.894],[-0.033,50.896],[-0.026,50.893],[-0.026,50.898],[-0.025,50.9],[-0.027,50.901],[-0.025,50.908],[-0.023,50.912],[-0.016,50.913],[-0.015,50.92],[-0.014,50.924],[-0.016,50.928],[-0.021,50.925],[-0.025,50.924],[-0.029,50.924],[-0.033,50.929],[-0.03,50.937],[-0.031,50.94],[-0.037,50.941],[-0.037,50.946],[-0.049,50.946],[-0.051,50.947],[-0.052,50.953],[-0.048,50.958],[-0.056,50.958],[-0.058,50.961],[-0.061,50.96],[-0.069,50.961],[-0.068,50.955],[-0.072,50.95],[-0.078,50.95],[-0.083,50.949],[-0.082,50.959],[-0.081,50.962],[-0.089,50.963],[-0.097,50.961],[-0.102,50.961],[-0.103,50.962],[-0.106,50.963],[-0.108,50.96],[-0.108,50.957],[-0.106,50.955],[-0.104,50.947],[-0.106,50.943],[-0.117,50.945],[-0.12,50.942],[-0.12,50.939],[-0.12,50.931],[-0.126,50.923],[-0.128,50.919],[-0.13,50.908],[-0.131,50.9],[-0.133,50.894],[-0.134,50.888],[-0.135,50.887],[-0.136,50.88],[-0.135,50.878],[-0.13,50.879],[-0.124,50.878],[-0.122,50.876],[-0.122,50.873],[-0.116,50.874],[-0.105,50.872],[-0.104,50.875],[-0.098,50.877],[-0.098,50.878],[-0.085,50.873],[-0.086,50.871],[-0.084,50.869],[-0.083,50.863],[-0.08,50.861],[-0.079,50.854],[-0.072,50.848],[-0.071,50.846],[-0.073,50.841],[-0.064,50.841],[-0.053,50.844],[-0.046,50.845],[-0.043,50.843],[-0.037,50.841],[-0.036,50.84],[-0.038,50.836],[-0.039,50.829],[-0.045,50.822],[-0.04,50.822],[-0.031,50.817],[-0.026,50.818],[-0.02,50.822],[-0.017,50.816],[-0.015,50.818],[-0.006,50.819],[-0.003,50.82],[0.004,50.812],[0.014,50.811],[0.014,50.808],[0.009,50.802],[0.022,50.8],[0.021,50.798],[0.03,50.795],[0.031,50.788],[0.03,50.783],[0.036,50.781],[0.045,50.781],[0.053,50.78],[0.057,50.782],[0.055,50.785],[0.053,50.791],[0.052,50.795],[0.046,50.797],[0.048,50.799],[0.047,50.803],[0.044,50.808],[0.042,50.809],[0.034,50.81],[0.03,50.814],[0.026,50.815],[0.028,50.822],[0.026,50.83],[0.026,50.834],[0.03,50.836],[0.033,50.841],[0.033,50.844],[0.037,50.848],[0.034,50.851],[0.03,50.856],[0.027,50.857],[0.02,50.864],[0.024,50.867],[0.022,50.872],[0.017,50.873],[0.016,50.876],[0.01,50.879],[0.006,50.88],[0.001,50.884],[-0.003,50.887]]]]},"properties":{"Name":"Lewes","ID":"E14001330"},"id":267}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.012,51.457],[0.006,51.459],[-0.003,51.459],[-0.008,51.458],[-0.01,51.456],[-0.011,51.452],[-0.019,51.452],[-0.022,51.45],[-0.026,51.45],[-0.032,51.448],[-0.034,51.445],[-0.033,51.437],[-0.027,51.436],[-0.029,51.432],[-0.034,51.433],[-0.038,51.432],[-0.037,51.429],[-0.04,51.427],[-0.04,51.424],[-0.034,51.425],[-0.028,51.425],[-0.026,51.424],[-0.023,51.422],[-0.022,51.422],[-0.022,51.421],[-0.022,51.418],[-0.023,51.418],[-0.022,51.417],[-0.021,51.416],[-0.02,51.416],[-0.018,51.415],[-0.017,51.415],[-0.014,51.415],[-0.014,51.414],[-0.011,51.414],[-0.008,51.414],[-0.007,51.415],[-0.007,51.416],[-0.006,51.416],[-0.005,51.415],[-0.004,51.415],[0,51.417],[0,51.418],[0.001,51.418],[0.002,51.418],[0.003,51.418],[0.005,51.419],[0.005,51.42],[0.006,51.42],[0.006,51.421],[0.007,51.421],[0.008,51.423],[0.009,51.423],[0.011,51.423],[0.012,51.424],[0.014,51.425],[0.014,51.426],[0.018,51.427],[0.019,51.427],[0.02,51.427],[0.021,51.427],[0.022,51.427],[0.023,51.428],[0.025,51.429],[0.026,51.429],[0.027,51.428],[0.028,51.427],[0.029,51.427],[0.031,51.425],[0.032,51.425],[0.035,51.423],[0.037,51.423],[0.039,51.425],[0.039,51.426],[0.039,51.427],[0.038,51.427],[0.038,51.428],[0.038,51.429],[0.038,51.431],[0.038,51.432],[0.034,51.432],[0.031,51.433],[0.029,51.434],[0.029,51.435],[0.028,51.437],[0.027,51.437],[0.026,51.436],[0.025,51.437],[0.025,51.438],[0.026,51.438],[0.027,51.438],[0.029,51.439],[0.029,51.44],[0.028,51.442],[0.023,51.442],[0.021,51.444],[0.021,51.445],[0.021,51.447],[0.023,51.447],[0.022,51.448],[0.022,51.449],[0.021,51.449],[0.02,51.449],[0.017,51.45],[0.016,51.45],[0.015,51.451],[0.02,51.451],[0.019,51.452],[0.018,51.453],[0.017,51.454],[0.018,51.455],[0.014,51.456],[0.012,51.457]]]},"properties":{"Name":"Lewisham East","ID":"E14001331"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.032,51.493],[-0.033,51.493],[-0.034,51.493],[-0.037,51.492],[-0.039,51.493],[-0.04,51.493],[-0.04,51.492],[-0.041,51.492],[-0.042,51.49],[-0.044,51.49],[-0.045,51.49],[-0.046,51.49],[-0.047,51.491],[-0.048,51.49],[-0.049,51.49],[-0.05,51.49],[-0.051,51.49],[-0.052,51.489],[-0.05,51.488],[-0.051,51.488],[-0.052,51.488],[-0.054,51.488],[-0.053,51.486],[-0.054,51.486],[-0.053,51.481],[-0.054,51.479],[-0.053,51.477],[-0.053,51.473],[-0.052,51.471],[-0.052,51.469],[-0.051,51.468],[-0.051,51.467],[-0.049,51.466],[-0.048,51.466],[-0.048,51.465],[-0.047,51.465],[-0.046,51.464],[-0.046,51.458],[-0.046,51.457],[-0.045,51.457],[-0.042,51.455],[-0.039,51.46],[-0.034,51.459],[-0.036,51.456],[-0.033,51.454],[-0.029,51.452],[-0.026,51.45],[-0.022,51.45],[-0.019,51.452],[-0.011,51.452],[-0.01,51.456],[-0.008,51.458],[-0.003,51.459],[0.006,51.459],[0.012,51.457],[0.011,51.457],[0.011,51.458],[0.01,51.459],[0.01,51.461],[0.01,51.463],[0.009,51.464],[0.009,51.465],[0.009,51.466],[0.012,51.466],[0.013,51.467],[0.013,51.468],[0.013,51.469],[0.013,51.47],[0.014,51.47],[0.016,51.469],[0.017,51.469],[0.016,51.47],[0.015,51.473],[0.018,51.474],[0.017,51.474],[0.012,51.473],[0.011,51.473],[0.004,51.472],[0,51.472],[-0.004,51.472],[-0.006,51.472],[-0.008,51.473],[-0.01,51.473],[-0.013,51.472],[-0.014,51.472],[-0.014,51.473],[-0.014,51.472],[-0.014,51.47],[-0.015,51.468],[-0.016,51.469],[-0.017,51.469],[-0.019,51.47],[-0.019,51.471],[-0.019,51.472],[-0.02,51.472],[-0.02,51.473],[-0.022,51.474],[-0.023,51.474],[-0.023,51.475],[-0.017,51.48],[-0.017,51.481],[-0.018,51.481],[-0.02,51.48],[-0.022,51.48],[-0.023,51.48],[-0.023,51.481],[-0.024,51.481],[-0.026,51.482],[-0.026,51.483],[-0.025,51.485],[-0.029,51.488],[-0.032,51.493]]]},"properties":{"Name":"Lewisham North","ID":"E14001332"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.047,51.465],[-0.047,51.461],[-0.05,51.46],[-0.056,51.463],[-0.06,51.464],[-0.069,51.462],[-0.07,51.464],[-0.077,51.462],[-0.079,51.464],[-0.084,51.456],[-0.082,51.454],[-0.077,51.454],[-0.076,51.45],[-0.071,51.445],[-0.068,51.446],[-0.064,51.444],[-0.064,51.442],[-0.065,51.441],[-0.064,51.441],[-0.064,51.439],[-0.063,51.438],[-0.065,51.436],[-0.069,51.433],[-0.073,51.432],[-0.075,51.43],[-0.075,51.428],[-0.074,51.427],[-0.074,51.426],[-0.072,51.426],[-0.071,51.426],[-0.069,51.426],[-0.068,51.426],[-0.066,51.425],[-0.065,51.425],[-0.064,51.425],[-0.063,51.425],[-0.056,51.423],[-0.055,51.423],[-0.055,51.424],[-0.052,51.423],[-0.051,51.423],[-0.049,51.423],[-0.047,51.423],[-0.046,51.423],[-0.045,51.423],[-0.044,51.423],[-0.043,51.423],[-0.042,51.424],[-0.04,51.424],[-0.04,51.427],[-0.037,51.429],[-0.038,51.432],[-0.034,51.433],[-0.029,51.432],[-0.027,51.436],[-0.033,51.437],[-0.034,51.445],[-0.032,51.448],[-0.026,51.45],[-0.029,51.452],[-0.033,51.454],[-0.036,51.456],[-0.034,51.459],[-0.039,51.46],[-0.042,51.455],[-0.045,51.457],[-0.046,51.457],[-0.046,51.458],[-0.046,51.464],[-0.047,51.465]]]},"properties":{"Name":"Lewisham West and East Dulwich","ID":"E14001333"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.038,51.594],[0.026,51.596],[0.018,51.595],[0.013,51.595],[0.012,51.593],[0.013,51.584],[0.006,51.584],[-0.006,51.579],[-0.008,51.578],[-0.015,51.576],[-0.01,51.574],[-0.02,51.569],[-0.019,51.568],[-0.021,51.566],[-0.028,51.563],[-0.03,51.561],[-0.026,51.56],[-0.023,51.557],[-0.018,51.555],[-0.017,51.552],[-0.01,51.553],[-0.009,51.55],[0.003,51.552],[0.006,51.551],[0.01,51.551],[0.01,51.553],[0.015,51.555],[0.017,51.553],[0.022,51.555],[0.025,51.554],[0.035,51.555],[0.046,51.555],[0.043,51.558],[0.042,51.561],[0.05,51.564],[0.057,51.558],[0.06,51.556],[0.064,51.557],[0.063,51.558],[0.059,51.561],[0.049,51.572],[0.045,51.575],[0.041,51.58],[0.04,51.583],[0.04,51.588],[0.037,51.592],[0.038,51.594]]]},"properties":{"Name":"Leyton and Wanstead","ID":"E14001334"},"id":271}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.67,52.774],[-1.68,52.777],[-1.684,52.778],[-1.687,52.782],[-1.685,52.785],[-1.68,52.789],[-1.692,52.796],[-1.7,52.802],[-1.699,52.807],[-1.702,52.811],[-1.704,52.812],[-1.71,52.812],[-1.721,52.813],[-1.736,52.816],[-1.773,52.819],[-1.78,52.82],[-1.778,52.843],[-1.778,52.845],[-1.804,52.855],[-1.83,52.843],[-1.833,52.845],[-1.837,52.847],[-1.842,52.855],[-1.846,52.853],[-1.852,52.852],[-1.857,52.854],[-1.865,52.86],[-1.879,52.859],[-1.89,52.861],[-1.893,52.863],[-1.892,52.865],[-1.898,52.869],[-1.91,52.873],[-1.919,52.873],[-1.922,52.877],[-1.926,52.879],[-1.934,52.878],[-1.94,52.879],[-1.943,52.881],[-1.945,52.884],[-1.949,52.884],[-1.952,52.886],[-1.956,52.885],[-1.958,52.886],[-1.964,52.884],[-1.97,52.885],[-1.968,52.875],[-1.965,52.874],[-1.961,52.87],[-1.952,52.868],[-1.95,52.87],[-1.936,52.871],[-1.937,52.867],[-1.934,52.866],[-1.937,52.863],[-1.937,52.858],[-1.933,52.855],[-1.94,52.852],[-1.937,52.848],[-1.946,52.847],[-1.951,52.844],[-1.949,52.841],[-1.952,52.837],[-1.951,52.836],[-1.953,52.832],[-1.961,52.827],[-1.968,52.824],[-1.965,52.821],[-1.96,52.817],[-1.958,52.814],[-1.954,52.812],[-1.951,52.808],[-1.951,52.804],[-1.953,52.801],[-1.957,52.799],[-1.948,52.793],[-1.951,52.792],[-1.951,52.79],[-1.945,52.789],[-1.946,52.786],[-1.951,52.781],[-1.951,52.78],[-1.946,52.777],[-1.944,52.774],[-1.938,52.772],[-1.932,52.768],[-1.93,52.768],[-1.926,52.764],[-1.923,52.762],[-1.913,52.76],[-1.912,52.758],[-1.917,52.755],[-1.911,52.751],[-1.914,52.747],[-1.912,52.743],[-1.916,52.739],[-1.92,52.738],[-1.926,52.735],[-1.927,52.731],[-1.934,52.728],[-1.934,52.724],[-1.933,52.721],[-1.938,52.716],[-1.937,52.714],[-1.931,52.715],[-1.924,52.714],[-1.917,52.709],[-1.921,52.708],[-1.926,52.708],[-1.93,52.704],[-1.93,52.703],[-1.936,52.696],[-1.943,52.697],[-1.947,52.696],[-1.948,52.691],[-1.951,52.688],[-1.954,52.687],[-1.955,52.684],[-1.959,52.684],[-1.958,52.679],[-1.962,52.678],[-1.963,52.675],[-1.959,52.672],[-1.961,52.668],[-1.955,52.663],[-1.954,52.663],[-1.946,52.657],[-1.94,52.656],[-1.934,52.662],[-1.924,52.656],[-1.913,52.658],[-1.909,52.654],[-1.917,52.652],[-1.918,52.65],[-1.91,52.644],[-1.905,52.643],[-1.894,52.649],[-1.888,52.645],[-1.884,52.645],[-1.881,52.644],[-1.874,52.646],[-1.866,52.648],[-1.862,52.648],[-1.854,52.646],[-1.85,52.647],[-1.842,52.645],[-1.84,52.653],[-1.839,52.656],[-1.829,52.656],[-1.833,52.659],[-1.828,52.662],[-1.823,52.662],[-1.82,52.663],[-1.816,52.662],[-1.811,52.668],[-1.805,52.672],[-1.803,52.674],[-1.801,52.675],[-1.799,52.677],[-1.795,52.676],[-1.788,52.679],[-1.784,52.68],[-1.777,52.683],[-1.778,52.686],[-1.78,52.687],[-1.778,52.691],[-1.779,52.694],[-1.776,52.695],[-1.775,52.696],[-1.774,52.696],[-1.773,52.697],[-1.771,52.698],[-1.771,52.699],[-1.77,52.699],[-1.768,52.699],[-1.768,52.7],[-1.765,52.7],[-1.765,52.701],[-1.763,52.701],[-1.763,52.702],[-1.761,52.702],[-1.76,52.702],[-1.759,52.703],[-1.757,52.703],[-1.756,52.703],[-1.755,52.703],[-1.751,52.702],[-1.75,52.702],[-1.748,52.701],[-1.747,52.701],[-1.745,52.701],[-1.744,52.701],[-1.74,52.705],[-1.735,52.705],[-1.732,52.706],[-1.73,52.71],[-1.73,52.719],[-1.725,52.721],[-1.723,52.722],[-1.725,52.727],[-1.723,52.731],[-1.718,52.731],[-1.712,52.73],[-1.707,52.731],[-1.704,52.732],[-1.698,52.735],[-1.7,52.738],[-1.697,52.74],[-1.698,52.743],[-1.693,52.745],[-1.696,52.747],[-1.694,52.751],[-1.697,52.753],[-1.694,52.756],[-1.688,52.758],[-1.684,52.762],[-1.683,52.764],[-1.685,52.766],[-1.682,52.77],[-1.679,52.772],[-1.672,52.772],[-1.67,52.774]]]},"properties":{"Name":"Lichfield","ID":"E14001335"},"id":272}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.495,53.225],[-0.496,53.234],[-0.494,53.233],[-0.496,53.241],[-0.496,53.247],[-0.501,53.248],[-0.502,53.251],[-0.506,53.25],[-0.515,53.254],[-0.531,53.254],[-0.539,53.255],[-0.56,53.251],[-0.595,53.245],[-0.611,53.256],[-0.619,53.257],[-0.622,53.258],[-0.632,53.256],[-0.632,53.255],[-0.648,53.253],[-0.646,53.247],[-0.649,53.243],[-0.654,53.242],[-0.652,53.24],[-0.654,53.237],[-0.646,53.235],[-0.639,53.236],[-0.636,53.233],[-0.637,53.228],[-0.632,53.226],[-0.63,53.222],[-0.627,53.22],[-0.62,53.217],[-0.617,53.214],[-0.618,53.211],[-0.62,53.208],[-0.615,53.205],[-0.614,53.203],[-0.607,53.202],[-0.6,53.204],[-0.588,53.201],[-0.581,53.198],[-0.574,53.194],[-0.574,53.192],[-0.565,53.187],[-0.553,53.186],[-0.56,53.161],[-0.557,53.161],[-0.551,53.16],[-0.542,53.159],[-0.529,53.159],[-0.528,53.152],[-0.508,53.153],[-0.493,53.153],[-0.491,53.159],[-0.495,53.167],[-0.503,53.165],[-0.516,53.164],[-0.516,53.169],[-0.518,53.168],[-0.519,53.174],[-0.522,53.18],[-0.511,53.182],[-0.509,53.183],[-0.515,53.187],[-0.518,53.188],[-0.517,53.191],[-0.52,53.195],[-0.523,53.195],[-0.524,53.2],[-0.531,53.199],[-0.532,53.207],[-0.532,53.214],[-0.529,53.215],[-0.53,53.218],[-0.523,53.219],[-0.514,53.22],[-0.513,53.218],[-0.509,53.218],[-0.501,53.221],[-0.502,53.226],[-0.495,53.225]]]},"properties":{"Name":"Lincoln","ID":"E14001336"},"id":273}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.837,53.4],[-2.85,53.397],[-2.856,53.395],[-2.867,53.399],[-2.87,53.399],[-2.873,53.402],[-2.875,53.401],[-2.88,53.406],[-2.885,53.402],[-2.877,53.397],[-2.881,53.395],[-2.874,53.391],[-2.883,53.387],[-2.902,53.391],[-2.907,53.393],[-2.913,53.39],[-2.921,53.386],[-2.916,53.38],[-2.911,53.373],[-2.908,53.37],[-2.916,53.367],[-2.922,53.363],[-2.919,53.362],[-2.924,53.359],[-2.922,53.357],[-2.916,53.354],[-2.903,53.345],[-2.878,53.334],[-2.865,53.33],[-2.855,53.327],[-2.841,53.327],[-2.836,53.327],[-2.827,53.332],[-2.832,53.335],[-2.832,53.337],[-2.827,53.338],[-2.823,53.337],[-2.82,53.34],[-2.819,53.348],[-2.823,53.348],[-2.83,53.347],[-2.84,53.347],[-2.847,53.355],[-2.854,53.364],[-2.852,53.369],[-2.854,53.377],[-2.856,53.379],[-2.852,53.381],[-2.844,53.382],[-2.835,53.381],[-2.833,53.382],[-2.828,53.38],[-2.822,53.381],[-2.827,53.385],[-2.834,53.389],[-2.832,53.392],[-2.834,53.397],[-2.837,53.4]]]},"properties":{"Name":"Liverpool Garston","ID":"E14001337"},"id":274}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.975,53.443],[-2.993,53.44],[-2.994,53.442],[-3.009,53.438],[-3.007,53.433],[-3.005,53.419],[-3.003,53.413],[-3,53.408],[-2.989,53.392],[-2.985,53.387],[-2.979,53.381],[-2.969,53.376],[-2.965,53.376],[-2.948,53.387],[-2.95,53.389],[-2.95,53.399],[-2.957,53.401],[-2.958,53.407],[-2.954,53.407],[-2.954,53.412],[-2.961,53.411],[-2.963,53.414],[-2.953,53.418],[-2.948,53.421],[-2.944,53.425],[-2.949,53.427],[-2.95,53.429],[-2.946,53.432],[-2.943,53.431],[-2.94,53.433],[-2.942,53.435],[-2.948,53.439],[-2.961,53.443],[-2.964,53.438],[-2.972,53.438],[-2.975,53.443]]]},"properties":{"Name":"Liverpool Riverside","ID":"E14001338"},"id":275}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.919,53.478],[-2.924,53.481],[-2.931,53.483],[-2.933,53.486],[-2.939,53.489],[-2.939,53.491],[-2.945,53.494],[-2.949,53.491],[-2.952,53.491],[-2.95,53.489],[-2.953,53.484],[-2.957,53.477],[-2.957,53.476],[-2.957,53.475],[-2.959,53.474],[-2.96,53.468],[-2.967,53.468],[-2.974,53.463],[-2.972,53.456],[-2.972,53.452],[-2.974,53.45],[-2.973,53.447],[-2.976,53.445],[-2.975,53.443],[-2.972,53.438],[-2.964,53.438],[-2.961,53.443],[-2.948,53.439],[-2.942,53.435],[-2.94,53.433],[-2.937,53.431],[-2.934,53.432],[-2.931,53.432],[-2.927,53.428],[-2.922,53.434],[-2.906,53.442],[-2.908,53.444],[-2.903,53.448],[-2.899,53.446],[-2.895,53.441],[-2.889,53.439],[-2.883,53.443],[-2.876,53.444],[-2.874,53.442],[-2.871,53.443],[-2.868,53.445],[-2.868,53.449],[-2.871,53.453],[-2.888,53.461],[-2.893,53.463],[-2.895,53.467],[-2.9,53.469],[-2.906,53.47],[-2.904,53.467],[-2.906,53.465],[-2.914,53.465],[-2.916,53.469],[-2.919,53.468],[-2.923,53.475],[-2.919,53.478]]]},"properties":{"Name":"Liverpool Walton","ID":"E14001339"},"id":276}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.882,53.408],[-2.897,53.406],[-2.904,53.408],[-2.909,53.408],[-2.914,53.409],[-2.914,53.406],[-2.922,53.405],[-2.926,53.408],[-2.933,53.418],[-2.939,53.418],[-2.946,53.417],[-2.948,53.421],[-2.953,53.418],[-2.963,53.414],[-2.961,53.411],[-2.954,53.412],[-2.954,53.407],[-2.958,53.407],[-2.957,53.401],[-2.95,53.399],[-2.95,53.389],[-2.948,53.387],[-2.965,53.376],[-2.969,53.376],[-2.964,53.373],[-2.946,53.367],[-2.922,53.357],[-2.924,53.359],[-2.919,53.362],[-2.922,53.363],[-2.916,53.367],[-2.908,53.37],[-2.911,53.373],[-2.916,53.38],[-2.921,53.386],[-2.913,53.39],[-2.907,53.393],[-2.902,53.391],[-2.883,53.387],[-2.874,53.391],[-2.881,53.395],[-2.877,53.397],[-2.885,53.402],[-2.88,53.406],[-2.882,53.408]]]},"properties":{"Name":"Liverpool Wavertree","ID":"E14001340"},"id":277}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.871,53.443],[-2.874,53.442],[-2.876,53.444],[-2.883,53.443],[-2.889,53.439],[-2.895,53.441],[-2.899,53.446],[-2.903,53.448],[-2.908,53.444],[-2.906,53.442],[-2.922,53.434],[-2.927,53.428],[-2.931,53.432],[-2.934,53.432],[-2.937,53.431],[-2.94,53.433],[-2.943,53.431],[-2.946,53.432],[-2.95,53.429],[-2.949,53.427],[-2.944,53.425],[-2.948,53.421],[-2.946,53.417],[-2.939,53.418],[-2.933,53.418],[-2.926,53.408],[-2.922,53.405],[-2.914,53.406],[-2.914,53.409],[-2.909,53.408],[-2.904,53.408],[-2.897,53.406],[-2.882,53.408],[-2.864,53.41],[-2.856,53.41],[-2.855,53.414],[-2.848,53.413],[-2.846,53.415],[-2.849,53.423],[-2.853,53.427],[-2.862,53.43],[-2.867,53.429],[-2.869,53.433],[-2.873,53.437],[-2.871,53.438],[-2.871,53.443]]]},"properties":{"Name":"Liverpool West Derby","ID":"E14001341"},"id":278}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.036,52.816],[-1.04,52.816],[-1.042,52.814],[-1.051,52.814],[-1.053,52.815],[-1.06,52.817],[-1.072,52.814],[-1.07,52.818],[-1.071,52.823],[-1.074,52.825],[-1.084,52.823],[-1.091,52.82],[-1.094,52.822],[-1.102,52.82],[-1.112,52.82],[-1.119,52.819],[-1.122,52.817],[-1.121,52.814],[-1.123,52.811],[-1.125,52.81],[-1.131,52.806],[-1.137,52.806],[-1.144,52.804],[-1.154,52.806],[-1.163,52.807],[-1.175,52.803],[-1.178,52.802],[-1.18,52.799],[-1.186,52.798],[-1.191,52.795],[-1.192,52.793],[-1.198,52.789],[-1.202,52.794],[-1.206,52.794],[-1.21,52.795],[-1.215,52.795],[-1.222,52.792],[-1.229,52.793],[-1.232,52.798],[-1.232,52.801],[-1.242,52.805],[-1.245,52.806],[-1.252,52.806],[-1.255,52.804],[-1.26,52.807],[-1.262,52.81],[-1.269,52.807],[-1.272,52.802],[-1.276,52.8],[-1.277,52.797],[-1.279,52.796],[-1.28,52.789],[-1.275,52.788],[-1.28,52.784],[-1.289,52.784],[-1.293,52.783],[-1.305,52.785],[-1.311,52.785],[-1.319,52.785],[-1.323,52.779],[-1.327,52.776],[-1.329,52.77],[-1.329,52.766],[-1.334,52.764],[-1.333,52.76],[-1.334,52.757],[-1.332,52.756],[-1.332,52.753],[-1.328,52.753],[-1.324,52.755],[-1.321,52.753],[-1.319,52.75],[-1.308,52.748],[-1.305,52.749],[-1.299,52.745],[-1.298,52.74],[-1.294,52.737],[-1.287,52.734],[-1.279,52.739],[-1.275,52.74],[-1.268,52.746],[-1.264,52.745],[-1.259,52.744],[-1.251,52.741],[-1.251,52.739],[-1.247,52.736],[-1.246,52.735],[-1.242,52.734],[-1.233,52.735],[-1.23,52.736],[-1.231,52.738],[-1.214,52.743],[-1.208,52.744],[-1.203,52.747],[-1.19,52.737],[-1.187,52.737],[-1.184,52.727],[-1.181,52.723],[-1.167,52.725],[-1.163,52.727],[-1.158,52.726],[-1.156,52.727],[-1.149,52.727],[-1.148,52.726],[-1.143,52.727],[-1.141,52.727],[-1.134,52.728],[-1.132,52.732],[-1.128,52.729],[-1.125,52.728],[-1.12,52.729],[-1.11,52.732],[-1.119,52.739],[-1.123,52.742],[-1.12,52.745],[-1.115,52.747],[-1.112,52.749],[-1.109,52.754],[-1.116,52.757],[-1.121,52.762],[-1.114,52.764],[-1.107,52.768],[-1.097,52.769],[-1.091,52.772],[-1.089,52.771],[-1.081,52.772],[-1.066,52.775],[-1.054,52.779],[-1.054,52.781],[-1.046,52.782],[-1.042,52.801],[-1.037,52.81],[-1.036,52.816]]]},"properties":{"Name":"Loughborough","ID":"E14001342"},"id":279}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.322,53.266],[0.316,53.277],[0.308,53.286],[0.3,53.294],[0.294,53.3],[0.289,53.306],[0.274,53.333],[0.272,53.334],[0.266,53.342],[0.262,53.347],[0.255,53.357],[0.252,53.361],[0.246,53.369],[0.239,53.379],[0.238,53.385],[0.235,53.392],[0.231,53.391],[0.227,53.397],[0.226,53.4],[0.229,53.401],[0.229,53.405],[0.222,53.412],[0.218,53.413],[0.215,53.412],[0.215,53.41],[0.212,53.41],[0.209,53.413],[0.212,53.416],[0.205,53.418],[0.206,53.419],[0.211,53.421],[0.21,53.426],[0.204,53.43],[0.2,53.431],[0.195,53.43],[0.187,53.439],[0.19,53.44],[0.198,53.437],[0.197,53.441],[0.192,53.443],[0.188,53.442],[0.185,53.444],[0.184,53.448],[0.187,53.45],[0.182,53.453],[0.183,53.455],[0.18,53.457],[0.184,53.459],[0.176,53.466],[0.172,53.472],[0.167,53.471],[0.162,53.474],[0.156,53.481],[0.158,53.481],[0.168,53.477],[0.154,53.49],[0.148,53.494],[0.144,53.493],[0.148,53.488],[0.143,53.482],[0.128,53.485],[0.129,53.487],[0.128,53.491],[0.13,53.491],[0.13,53.494],[0.133,53.494],[0.134,53.497],[0.131,53.498],[0.124,53.499],[0.115,53.503],[0.109,53.504],[0.11,53.502],[0.118,53.495],[0.118,53.493],[0.11,53.489],[0.103,53.491],[0.097,53.494],[0.09,53.494],[0.082,53.5],[0.078,53.507],[0.084,53.512],[0.085,53.516],[0.081,53.516],[0.082,53.513],[0.08,53.511],[0.071,53.514],[0.071,53.517],[0.067,53.518],[0.057,53.521],[0.045,53.524],[0.04,53.526],[0.039,53.525],[0.051,53.519],[0.051,53.517],[0.047,53.515],[0.038,53.514],[0.034,53.515],[0.032,53.518],[0.022,53.52],[0.02,53.523],[0.017,53.525],[0.013,53.524],[0.011,53.522],[0.005,53.52],[-0.008,53.517],[-0.014,53.517],[-0.017,53.515],[-0.02,53.518],[-0.025,53.517],[-0.029,53.517],[-0.033,53.516],[-0.036,53.514],[-0.04,53.513],[-0.044,53.518],[-0.047,53.52],[-0.061,53.52],[-0.065,53.519],[-0.068,53.516],[-0.073,53.497],[-0.075,53.489],[-0.078,53.49],[-0.09,53.485],[-0.095,53.486],[-0.092,53.483],[-0.094,53.481],[-0.09,53.478],[-0.108,53.47],[-0.103,53.466],[-0.095,53.461],[-0.086,53.456],[-0.082,53.451],[-0.087,53.45],[-0.091,53.447],[-0.111,53.44],[-0.112,53.438],[-0.12,53.434],[-0.123,53.437],[-0.127,53.436],[-0.132,53.436],[-0.135,53.436],[-0.141,53.435],[-0.159,53.437],[-0.164,53.438],[-0.175,53.438],[-0.181,53.441],[-0.185,53.437],[-0.191,53.435],[-0.196,53.435],[-0.197,53.432],[-0.202,53.431],[-0.214,53.429],[-0.217,53.424],[-0.213,53.42],[-0.211,53.415],[-0.21,53.414],[-0.21,53.411],[-0.206,53.408],[-0.213,53.404],[-0.218,53.403],[-0.216,53.402],[-0.219,53.4],[-0.225,53.4],[-0.229,53.398],[-0.228,53.393],[-0.224,53.387],[-0.217,53.382],[-0.216,53.38],[-0.207,53.374],[-0.205,53.372],[-0.209,53.371],[-0.215,53.367],[-0.221,53.362],[-0.223,53.358],[-0.225,53.356],[-0.23,53.355],[-0.232,53.351],[-0.241,53.349],[-0.244,53.347],[-0.256,53.344],[-0.256,53.34],[-0.25,53.334],[-0.255,53.33],[-0.269,53.325],[-0.272,53.322],[-0.276,53.322],[-0.278,53.324],[-0.285,53.328],[-0.293,53.334],[-0.299,53.331],[-0.297,53.33],[-0.3,53.325],[-0.303,53.323],[-0.31,53.32],[-0.3,53.311],[-0.296,53.303],[-0.306,53.302],[-0.317,53.298],[-0.314,53.294],[-0.315,53.29],[-0.312,53.288],[-0.314,53.285],[-0.313,53.283],[-0.316,53.28],[-0.315,53.277],[-0.303,53.275],[-0.302,53.273],[-0.304,53.27],[-0.299,53.269],[-0.301,53.264],[-0.29,53.264],[-0.293,53.259],[-0.287,53.258],[-0.291,53.255],[-0.28,53.25],[-0.282,53.247],[-0.282,53.241],[-0.276,53.234],[-0.276,53.232],[-0.28,53.226],[-0.289,53.223],[-0.288,53.222],[-0.293,53.219],[-0.301,53.214],[-0.302,53.21],[-0.294,53.201],[-0.291,53.195],[-0.292,53.192],[-0.288,53.185],[-0.29,53.179],[-0.283,53.177],[-0.281,53.174],[-0.279,53.175],[-0.275,53.173],[-0.274,53.171],[-0.27,53.169],[-0.265,53.164],[-0.264,53.162],[-0.26,53.158],[-0.253,53.156],[-0.252,53.152],[-0.246,53.148],[-0.24,53.138],[-0.238,53.134],[-0.233,53.131],[-0.226,53.125],[-0.225,53.122],[-0.227,53.12],[-0.226,53.116],[-0.223,53.114],[-0.225,53.109],[-0.219,53.105],[-0.221,53.103],[-0.219,53.097],[-0.214,53.089],[-0.206,53.086],[-0.202,53.086],[-0.197,53.083],[-0.195,53.081],[-0.199,53.078],[-0.196,53.07],[-0.189,53.063],[-0.164,53.05],[-0.138,53.03],[-0.136,53.035],[-0.138,53.037],[-0.136,53.038],[-0.141,53.04],[-0.138,53.046],[-0.129,53.046],[-0.13,53.048],[-0.119,53.049],[-0.108,53.041],[-0.1,53.045],[-0.11,53.059],[-0.115,53.068],[-0.103,53.069],[-0.1,53.079],[-0.095,53.079],[-0.095,53.081],[-0.076,53.082],[-0.077,53.086],[-0.068,53.087],[-0.07,53.104],[-0.065,53.108],[-0.059,53.114],[-0.049,53.114],[-0.048,53.112],[-0.04,53.112],[-0.05,53.124],[-0.037,53.126],[-0.034,53.118],[-0.023,53.119],[-0.021,53.114],[0,53.117],[-0.004,53.106],[0.003,53.105],[0.004,53.108],[0.009,53.108],[0.012,53.11],[0.016,53.106],[0.014,53.104],[0.032,53.103],[0.035,53.111],[0.049,53.109],[0.051,53.115],[0.072,53.111],[0.075,53.121],[0.09,53.121],[0.089,53.126],[0.104,53.127],[0.105,53.12],[0.141,53.129],[0.14,53.133],[0.136,53.137],[0.132,53.144],[0.132,53.15],[0.13,53.157],[0.127,53.157],[0.127,53.161],[0.135,53.163],[0.131,53.166],[0.132,53.169],[0.129,53.17],[0.128,53.176],[0.121,53.179],[0.119,53.181],[0.122,53.185],[0.13,53.191],[0.131,53.194],[0.12,53.195],[0.125,53.202],[0.123,53.203],[0.123,53.207],[0.125,53.211],[0.128,53.212],[0.128,53.215],[0.131,53.217],[0.122,53.219],[0.119,53.22],[0.114,53.22],[0.115,53.224],[0.112,53.23],[0.115,53.234],[0.106,53.239],[0.108,53.244],[0.109,53.249],[0.111,53.252],[0.125,53.251],[0.133,53.248],[0.139,53.249],[0.147,53.254],[0.155,53.257],[0.161,53.257],[0.164,53.255],[0.166,53.252],[0.174,53.25],[0.175,53.248],[0.183,53.249],[0.192,53.251],[0.191,53.248],[0.193,53.244],[0.197,53.242],[0.204,53.238],[0.213,53.242],[0.22,53.236],[0.228,53.238],[0.236,53.241],[0.243,53.25],[0.241,53.253],[0.247,53.255],[0.262,53.257],[0.269,53.256],[0.272,53.256],[0.277,53.26],[0.289,53.262],[0.301,53.264],[0.322,53.266]]]},"properties":{"Name":"Louth and Horncastle","ID":"E14001343"},"id":280}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.74,52.532],[1.726,52.531],[1.724,52.534],[1.717,52.535],[1.706,52.54],[1.704,52.544],[1.701,52.545],[1.696,52.544],[1.691,52.545],[1.69,52.547],[1.684,52.55],[1.682,52.548],[1.678,52.548],[1.675,52.549],[1.669,52.55],[1.663,52.548],[1.659,52.545],[1.659,52.542],[1.654,52.541],[1.65,52.54],[1.643,52.539],[1.637,52.537],[1.638,52.534],[1.631,52.532],[1.637,52.528],[1.634,52.527],[1.629,52.526],[1.629,52.523],[1.631,52.521],[1.64,52.517],[1.645,52.516],[1.648,52.515],[1.645,52.509],[1.652,52.505],[1.654,52.502],[1.657,52.501],[1.663,52.502],[1.668,52.504],[1.672,52.504],[1.675,52.502],[1.676,52.498],[1.683,52.495],[1.682,52.488],[1.683,52.483],[1.682,52.477],[1.691,52.474],[1.697,52.476],[1.701,52.474],[1.71,52.477],[1.71,52.475],[1.705,52.474],[1.703,52.471],[1.698,52.473],[1.693,52.474],[1.689,52.473],[1.681,52.474],[1.682,52.483],[1.681,52.489],[1.677,52.487],[1.676,52.484],[1.671,52.481],[1.671,52.476],[1.664,52.475],[1.66,52.469],[1.654,52.468],[1.651,52.471],[1.647,52.472],[1.643,52.468],[1.636,52.467],[1.635,52.463],[1.628,52.462],[1.617,52.463],[1.611,52.466],[1.607,52.466],[1.604,52.471],[1.598,52.473],[1.596,52.475],[1.587,52.478],[1.583,52.477],[1.576,52.477],[1.574,52.475],[1.569,52.475],[1.566,52.472],[1.566,52.469],[1.562,52.466],[1.563,52.461],[1.56,52.458],[1.557,52.458],[1.553,52.459],[1.552,52.453],[1.554,52.449],[1.553,52.444],[1.555,52.436],[1.575,52.44],[1.586,52.441],[1.592,52.44],[1.602,52.438],[1.621,52.434],[1.626,52.428],[1.631,52.429],[1.634,52.427],[1.639,52.427],[1.641,52.425],[1.647,52.426],[1.649,52.428],[1.659,52.433],[1.668,52.434],[1.667,52.436],[1.676,52.437],[1.684,52.441],[1.684,52.438],[1.686,52.436],[1.689,52.431],[1.688,52.424],[1.682,52.425],[1.683,52.419],[1.685,52.417],[1.691,52.418],[1.694,52.414],[1.693,52.411],[1.702,52.409],[1.705,52.405],[1.709,52.404],[1.715,52.406],[1.716,52.403],[1.722,52.399],[1.728,52.4],[1.73,52.406],[1.732,52.416],[1.729,52.421],[1.729,52.425],[1.73,52.435],[1.733,52.446],[1.735,52.45],[1.747,52.467],[1.751,52.471],[1.751,52.473],[1.742,52.472],[1.728,52.475],[1.724,52.477],[1.717,52.474],[1.715,52.475],[1.722,52.478],[1.725,52.477],[1.731,52.475],[1.743,52.473],[1.749,52.473],[1.754,52.474],[1.758,52.477],[1.761,52.476],[1.763,52.482],[1.758,52.496],[1.756,52.499],[1.751,52.51],[1.749,52.516],[1.74,52.532]]]},"properties":{"Name":"Lowestoft","ID":"E14001344"},"id":281}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.386,51.916],[-0.393,51.914],[-0.394,51.915],[-0.401,51.913],[-0.402,51.91],[-0.415,51.912],[-0.419,51.913],[-0.422,51.92],[-0.422,51.926],[-0.426,51.927],[-0.438,51.928],[-0.441,51.926],[-0.451,51.925],[-0.456,51.925],[-0.462,51.924],[-0.473,51.924],[-0.482,51.922],[-0.487,51.922],[-0.478,51.917],[-0.482,51.913],[-0.482,51.908],[-0.491,51.905],[-0.492,51.906],[-0.494,51.906],[-0.506,51.9],[-0.485,51.891],[-0.484,51.888],[-0.457,51.888],[-0.455,51.892],[-0.449,51.892],[-0.441,51.89],[-0.437,51.892],[-0.436,51.895],[-0.433,51.896],[-0.412,51.897],[-0.409,51.901],[-0.407,51.901],[-0.404,51.897],[-0.401,51.896],[-0.397,51.899],[-0.394,51.897],[-0.392,51.899],[-0.387,51.899],[-0.384,51.898],[-0.38,51.9],[-0.378,51.902],[-0.379,51.904],[-0.385,51.911],[-0.386,51.916]]]},"properties":{"Name":"Luton North","ID":"E14001345"},"id":282}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.484,51.888],[-0.49,51.888],[-0.496,51.886],[-0.494,51.885],[-0.501,51.882],[-0.495,51.878],[-0.493,51.875],[-0.497,51.875],[-0.506,51.871],[-0.513,51.87],[-0.519,51.873],[-0.522,51.876],[-0.526,51.874],[-0.531,51.877],[-0.546,51.877],[-0.55,51.878],[-0.549,51.883],[-0.544,51.886],[-0.556,51.89],[-0.561,51.89],[-0.569,51.895],[-0.571,51.899],[-0.577,51.9],[-0.583,51.899],[-0.592,51.897],[-0.601,51.897],[-0.611,51.893],[-0.616,51.889],[-0.622,51.894],[-0.627,51.904],[-0.632,51.909],[-0.638,51.904],[-0.646,51.899],[-0.648,51.901],[-0.654,51.898],[-0.657,51.895],[-0.66,51.895],[-0.659,51.891],[-0.655,51.888],[-0.637,51.883],[-0.627,51.883],[-0.62,51.885],[-0.613,51.878],[-0.609,51.876],[-0.587,51.871],[-0.584,51.87],[-0.582,51.868],[-0.577,51.866],[-0.574,51.861],[-0.569,51.858],[-0.571,51.855],[-0.57,51.852],[-0.567,51.851],[-0.565,51.848],[-0.561,51.845],[-0.556,51.845],[-0.556,51.843],[-0.551,51.839],[-0.549,51.836],[-0.54,51.832],[-0.538,51.831],[-0.539,51.829],[-0.543,51.825],[-0.549,51.828],[-0.554,51.827],[-0.55,51.825],[-0.542,51.818],[-0.543,51.815],[-0.537,51.814],[-0.532,51.809],[-0.524,51.806],[-0.52,51.805],[-0.518,51.808],[-0.511,51.811],[-0.506,51.814],[-0.502,51.815],[-0.504,51.818],[-0.501,51.819],[-0.503,51.822],[-0.509,51.824],[-0.511,51.826],[-0.506,51.828],[-0.505,51.832],[-0.502,51.837],[-0.497,51.837],[-0.492,51.835],[-0.491,51.843],[-0.479,51.842],[-0.471,51.845],[-0.476,51.849],[-0.478,51.853],[-0.47,51.856],[-0.468,51.853],[-0.464,51.85],[-0.461,51.853],[-0.458,51.851],[-0.454,51.853],[-0.448,51.848],[-0.439,51.852],[-0.433,51.848],[-0.432,51.849],[-0.425,51.847],[-0.425,51.849],[-0.422,51.85],[-0.412,51.846],[-0.409,51.843],[-0.399,51.837],[-0.376,51.83],[-0.373,51.829],[-0.369,51.831],[-0.367,51.835],[-0.365,51.838],[-0.363,51.842],[-0.358,51.84],[-0.344,51.845],[-0.339,51.85],[-0.342,51.853],[-0.35,51.857],[-0.35,51.861],[-0.354,51.864],[-0.355,51.867],[-0.354,51.871],[-0.354,51.876],[-0.351,51.876],[-0.35,51.879],[-0.352,51.88],[-0.355,51.885],[-0.358,51.886],[-0.359,51.889],[-0.365,51.894],[-0.373,51.895],[-0.378,51.899],[-0.378,51.902],[-0.38,51.9],[-0.384,51.898],[-0.387,51.899],[-0.392,51.899],[-0.394,51.897],[-0.397,51.899],[-0.401,51.896],[-0.404,51.897],[-0.407,51.901],[-0.409,51.901],[-0.412,51.897],[-0.433,51.896],[-0.436,51.895],[-0.437,51.892],[-0.441,51.89],[-0.449,51.892],[-0.455,51.892],[-0.457,51.888],[-0.484,51.888]]]},"properties":{"Name":"Luton South and South Bedfordshire","ID":"E14001346"},"id":283}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.031,53.37],[-2.033,53.372],[-2.041,53.372],[-2.047,53.369],[-2.05,53.369],[-2.055,53.367],[-2.056,53.362],[-2.061,53.358],[-2.065,53.358],[-2.073,53.358],[-2.084,53.36],[-2.091,53.364],[-2.095,53.366],[-2.104,53.366],[-2.11,53.365],[-2.116,53.365],[-2.121,53.364],[-2.123,53.362],[-2.128,53.365],[-2.134,53.365],[-2.137,53.367],[-2.139,53.365],[-2.14,53.359],[-2.138,53.357],[-2.151,53.348],[-2.148,53.345],[-2.144,53.343],[-2.151,53.337],[-2.153,53.329],[-2.158,53.329],[-2.163,53.328],[-2.169,53.331],[-2.18,53.331],[-2.185,53.333],[-2.19,53.324],[-2.192,53.323],[-2.197,53.317],[-2.198,53.313],[-2.208,53.306],[-2.21,53.304],[-2.212,53.298],[-2.208,53.295],[-2.207,53.289],[-2.215,53.287],[-2.222,53.28],[-2.222,53.277],[-2.229,53.273],[-2.224,53.272],[-2.221,53.27],[-2.22,53.267],[-2.221,53.264],[-2.225,53.262],[-2.229,53.263],[-2.235,53.261],[-2.243,53.261],[-2.244,53.256],[-2.25,53.256],[-2.254,53.255],[-2.258,53.256],[-2.261,53.258],[-2.272,53.259],[-2.275,53.26],[-2.282,53.254],[-2.29,53.255],[-2.291,53.252],[-2.295,53.248],[-2.299,53.248],[-2.309,53.246],[-2.31,53.244],[-2.306,53.235],[-2.306,53.23],[-2.302,53.225],[-2.297,53.223],[-2.291,53.222],[-2.287,53.218],[-2.284,53.216],[-2.28,53.212],[-2.27,53.21],[-2.264,53.206],[-2.259,53.205],[-2.256,53.205],[-2.243,53.202],[-2.241,53.199],[-2.231,53.201],[-2.228,53.2],[-2.22,53.194],[-2.216,53.19],[-2.215,53.187],[-2.219,53.183],[-2.211,53.179],[-2.207,53.179],[-2.202,53.177],[-2.191,53.177],[-2.189,53.18],[-2.179,53.187],[-2.171,53.19],[-2.17,53.188],[-2.163,53.188],[-2.154,53.189],[-2.151,53.186],[-2.147,53.185],[-2.144,53.188],[-2.141,53.184],[-2.138,53.184],[-2.133,53.183],[-2.13,53.178],[-2.128,53.175],[-2.125,53.173],[-2.12,53.175],[-2.116,53.17],[-2.109,53.168],[-2.104,53.17],[-2.102,53.169],[-2.096,53.171],[-2.094,53.173],[-2.091,53.172],[-2.087,53.17],[-2.078,53.17],[-2.071,53.172],[-2.067,53.175],[-2.063,53.175],[-2.058,53.177],[-2.06,53.18],[-2.056,53.183],[-2.052,53.184],[-2.055,53.187],[-2.052,53.188],[-2.047,53.192],[-2.04,53.193],[-2.038,53.194],[-2.029,53.193],[-2.021,53.19],[-2.016,53.189],[-2.01,53.193],[-2.002,53.193],[-1.994,53.2],[-1.995,53.203],[-1.993,53.208],[-1.989,53.21],[-1.987,53.214],[-1.989,53.216],[-1.99,53.223],[-1.988,53.225],[-1.975,53.228],[-1.975,53.231],[-1.979,53.233],[-1.982,53.239],[-1.984,53.239],[-1.993,53.242],[-2,53.245],[-2.002,53.249],[-2,53.255],[-2.009,53.261],[-2.005,53.268],[-2.007,53.276],[-2.009,53.28],[-2.008,53.283],[-2.008,53.289],[-2.009,53.291],[-2.009,53.305],[-2.004,53.311],[-2.004,53.314],[-2.002,53.319],[-2.004,53.321],[-2.011,53.324],[-2.012,53.328],[-2.009,53.331],[-2.014,53.332],[-2.014,53.34],[-2.01,53.342],[-2.005,53.346],[-2.008,53.348],[-2.008,53.351],[-2.007,53.355],[-2.011,53.357],[-2.009,53.362],[-2.016,53.363],[-2.018,53.366],[-2.023,53.367],[-2.024,53.364],[-2.027,53.364],[-2.034,53.368],[-2.031,53.37]]]},"properties":{"Name":"Macclesfield","ID":"E14001347"},"id":284}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.662,51.488],[-0.669,51.49],[-0.673,51.492],[-0.678,51.495],[-0.682,51.5],[-0.683,51.503],[-0.686,51.507],[-0.693,51.51],[-0.699,51.51],[-0.703,51.511],[-0.704,51.513],[-0.702,51.519],[-0.702,51.524],[-0.7,51.531],[-0.698,51.535],[-0.698,51.537],[-0.693,51.544],[-0.691,51.548],[-0.691,51.557],[-0.695,51.563],[-0.697,51.565],[-0.702,51.565],[-0.703,51.563],[-0.706,51.562],[-0.712,51.565],[-0.712,51.571],[-0.715,51.576],[-0.719,51.578],[-0.728,51.577],[-0.739,51.573],[-0.745,51.571],[-0.749,51.568],[-0.758,51.565],[-0.762,51.566],[-0.768,51.566],[-0.771,51.568],[-0.776,51.566],[-0.779,51.56],[-0.783,51.556],[-0.786,51.554],[-0.791,51.553],[-0.793,51.551],[-0.811,51.553],[-0.817,51.551],[-0.824,51.55],[-0.826,51.549],[-0.829,51.546],[-0.833,51.545],[-0.838,51.547],[-0.843,51.545],[-0.844,51.54],[-0.847,51.533],[-0.852,51.529],[-0.854,51.526],[-0.85,51.524],[-0.836,51.513],[-0.824,51.512],[-0.817,51.507],[-0.817,51.503],[-0.819,51.499],[-0.817,51.496],[-0.822,51.496],[-0.829,51.488],[-0.829,51.486],[-0.826,51.483],[-0.826,51.48],[-0.824,51.478],[-0.822,51.473],[-0.825,51.47],[-0.825,51.466],[-0.834,51.464],[-0.828,51.462],[-0.826,51.454],[-0.818,51.443],[-0.808,51.443],[-0.806,51.441],[-0.8,51.441],[-0.798,51.435],[-0.798,51.43],[-0.798,51.424],[-0.798,51.419],[-0.796,51.413],[-0.794,51.412],[-0.793,51.409],[-0.802,51.409],[-0.801,51.404],[-0.791,51.405],[-0.783,51.41],[-0.776,51.409],[-0.775,51.412],[-0.771,51.417],[-0.774,51.419],[-0.774,51.42],[-0.778,51.422],[-0.768,51.424],[-0.766,51.426],[-0.755,51.43],[-0.741,51.429],[-0.733,51.427],[-0.731,51.428],[-0.728,51.431],[-0.724,51.431],[-0.722,51.426],[-0.721,51.424],[-0.725,51.423],[-0.721,51.419],[-0.721,51.417],[-0.718,51.415],[-0.721,51.405],[-0.724,51.4],[-0.728,51.396],[-0.728,51.394],[-0.734,51.391],[-0.732,51.39],[-0.727,51.385],[-0.735,51.365],[-0.724,51.368],[-0.71,51.371],[-0.697,51.374],[-0.668,51.385],[-0.671,51.386],[-0.673,51.389],[-0.68,51.394],[-0.687,51.403],[-0.693,51.407],[-0.697,51.411],[-0.696,51.413],[-0.69,51.419],[-0.685,51.421],[-0.681,51.425],[-0.679,51.43],[-0.676,51.432],[-0.668,51.431],[-0.664,51.426],[-0.658,51.424],[-0.654,51.424],[-0.649,51.421],[-0.643,51.419],[-0.638,51.415],[-0.632,51.414],[-0.632,51.419],[-0.631,51.423],[-0.637,51.428],[-0.631,51.442],[-0.642,51.441],[-0.651,51.442],[-0.654,51.441],[-0.662,51.444],[-0.658,51.449],[-0.658,51.452],[-0.655,51.473],[-0.659,51.473],[-0.661,51.477],[-0.658,51.479],[-0.663,51.48],[-0.662,51.488]]]},"properties":{"Name":"Maidenhead","ID":"E14001348"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.499,51.297],[0.499,51.298],[0.493,51.301],[0.497,51.299],[0.499,51.297]]],[[[0.506,51.296],[0.499,51.297],[0.493,51.301],[0.486,51.299],[0.482,51.301],[0.48,51.303],[0.471,51.302],[0.464,51.303],[0.458,51.313],[0.452,51.311],[0.452,51.31],[0.447,51.309],[0.446,51.303],[0.447,51.3],[0.446,51.298],[0.437,51.299],[0.431,51.298],[0.43,51.3],[0.432,51.305],[0.43,51.31],[0.43,51.313],[0.428,51.313],[0.425,51.309],[0.416,51.311],[0.41,51.312],[0.401,51.311],[0.398,51.309],[0.4,51.305],[0.399,51.302],[0.405,51.301],[0.401,51.299],[0.395,51.3],[0.394,51.296],[0.395,51.293],[0.39,51.29],[0.393,51.288],[0.389,51.284],[0.384,51.28],[0.388,51.275],[0.384,51.272],[0.391,51.269],[0.389,51.267],[0.393,51.264],[0.398,51.266],[0.408,51.268],[0.42,51.267],[0.422,51.269],[0.432,51.268],[0.432,51.265],[0.433,51.262],[0.433,51.258],[0.429,51.252],[0.431,51.249],[0.439,51.25],[0.443,51.249],[0.445,51.25],[0.449,51.254],[0.457,51.258],[0.464,51.259],[0.474,51.258],[0.482,51.254],[0.484,51.255],[0.493,51.258],[0.497,51.258],[0.498,51.256],[0.502,51.257],[0.503,51.255],[0.503,51.251],[0.512,51.249],[0.512,51.247],[0.516,51.247],[0.527,51.245],[0.531,51.246],[0.536,51.244],[0.541,51.244],[0.536,51.25],[0.531,51.253],[0.532,51.257],[0.528,51.264],[0.534,51.264],[0.534,51.268],[0.539,51.274],[0.542,51.275],[0.546,51.284],[0.548,51.285],[0.543,51.288],[0.542,51.29],[0.537,51.291],[0.532,51.294],[0.528,51.293],[0.526,51.29],[0.524,51.292],[0.519,51.294],[0.513,51.293],[0.511,51.295],[0.506,51.296]]]]},"properties":{"Name":"Maidstone and Malling","ID":"E14001349"},"id":286}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.569,53.548],[-2.571,53.549],[-2.581,53.549],[-2.585,53.547],[-2.583,53.546],[-2.585,53.544],[-2.579,53.542],[-2.588,53.54],[-2.601,53.536],[-2.606,53.535],[-2.61,53.532],[-2.617,53.531],[-2.617,53.529],[-2.626,53.54],[-2.63,53.539],[-2.637,53.535],[-2.641,53.537],[-2.643,53.539],[-2.648,53.541],[-2.652,53.536],[-2.661,53.532],[-2.667,53.531],[-2.673,53.53],[-2.684,53.531],[-2.697,53.533],[-2.698,53.536],[-2.697,53.541],[-2.699,53.547],[-2.702,53.554],[-2.702,53.557],[-2.701,53.561],[-2.705,53.562],[-2.705,53.56],[-2.708,53.555],[-2.71,53.553],[-2.711,53.549],[-2.719,53.544],[-2.716,53.539],[-2.716,53.534],[-2.718,53.527],[-2.721,53.525],[-2.725,53.524],[-2.731,53.521],[-2.727,53.518],[-2.727,53.515],[-2.723,53.512],[-2.719,53.512],[-2.716,53.511],[-2.713,53.513],[-2.708,53.513],[-2.707,53.507],[-2.705,53.505],[-2.701,53.505],[-2.699,53.502],[-2.693,53.502],[-2.683,53.5],[-2.678,53.499],[-2.666,53.5],[-2.664,53.495],[-2.66,53.492],[-2.657,53.493],[-2.654,53.486],[-2.645,53.48],[-2.619,53.482],[-2.612,53.481],[-2.61,53.481],[-2.61,53.487],[-2.613,53.489],[-2.609,53.491],[-2.608,53.493],[-2.599,53.495],[-2.594,53.491],[-2.583,53.496],[-2.588,53.499],[-2.582,53.501],[-2.578,53.502],[-2.571,53.499],[-2.566,53.5],[-2.563,53.505],[-2.563,53.508],[-2.559,53.511],[-2.554,53.513],[-2.545,53.515],[-2.541,53.52],[-2.534,53.512],[-2.534,53.51],[-2.527,53.507],[-2.523,53.513],[-2.524,53.515],[-2.525,53.516],[-2.525,53.517],[-2.525,53.518],[-2.529,53.523],[-2.534,53.523],[-2.536,53.528],[-2.542,53.531],[-2.544,53.533],[-2.551,53.535],[-2.556,53.538],[-2.56,53.538],[-2.562,53.54],[-2.559,53.542],[-2.559,53.546],[-2.563,53.547],[-2.569,53.548]]]},"properties":{"Name":"Makerfield","ID":"E14001350"},"id":287}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.746,51.638],[0.739,51.639],[0.742,51.636],[0.746,51.635],[0.749,51.637],[0.746,51.638]]],[[[0.752,51.642],[0.753,51.637],[0.761,51.642],[0.752,51.642]]],[[[0.751,51.642],[0.748,51.642],[0.745,51.64],[0.74,51.64],[0.732,51.642],[0.724,51.641],[0.721,51.642],[0.716,51.641],[0.713,51.637],[0.721,51.639],[0.729,51.638],[0.734,51.635],[0.735,51.639],[0.729,51.64],[0.725,51.639],[0.723,51.64],[0.714,51.637],[0.715,51.64],[0.721,51.639],[0.726,51.641],[0.729,51.64],[0.737,51.64],[0.746,51.64],[0.746,51.641],[0.751,51.642]]],[[[0.779,51.726],[0.77,51.727],[0.764,51.726],[0.756,51.727],[0.755,51.725],[0.757,51.722],[0.763,51.722],[0.772,51.719],[0.783,51.72],[0.785,51.723],[0.778,51.725],[0.779,51.726]]],[[[0.722,51.731],[0.718,51.729],[0.715,51.724],[0.71,51.72],[0.713,51.718],[0.717,51.719],[0.725,51.717],[0.729,51.718],[0.729,51.721],[0.728,51.724],[0.725,51.726],[0.725,51.728],[0.722,51.731]]],[[[0.737,51.733],[0.735,51.734],[0.734,51.738],[0.726,51.737],[0.718,51.739],[0.712,51.744],[0.7,51.747],[0.695,51.751],[0.692,51.75],[0.691,51.748],[0.685,51.747],[0.676,51.748],[0.667,51.748],[0.669,51.746],[0.667,51.743],[0.668,51.74],[0.665,51.739],[0.677,51.735],[0.68,51.734],[0.688,51.732],[0.69,51.73],[0.697,51.729],[0.703,51.727],[0.706,51.724],[0.708,51.725],[0.71,51.729],[0.715,51.734],[0.712,51.737],[0.722,51.736],[0.727,51.734],[0.731,51.731],[0.736,51.729],[0.737,51.733]]],[[[0.565,51.622],[0.574,51.623],[0.579,51.625],[0.585,51.624],[0.588,51.629],[0.587,51.631],[0.591,51.631],[0.595,51.632],[0.599,51.631],[0.606,51.63],[0.611,51.63],[0.618,51.633],[0.627,51.633],[0.632,51.632],[0.634,51.633],[0.642,51.634],[0.647,51.637],[0.646,51.638],[0.653,51.638],[0.664,51.637],[0.67,51.637],[0.673,51.639],[0.676,51.637],[0.679,51.637],[0.692,51.637],[0.696,51.639],[0.701,51.637],[0.709,51.637],[0.711,51.64],[0.717,51.643],[0.726,51.642],[0.731,51.643],[0.742,51.641],[0.749,51.644],[0.756,51.643],[0.761,51.643],[0.771,51.639],[0.78,51.634],[0.784,51.631],[0.79,51.627],[0.797,51.625],[0.806,51.626],[0.814,51.625],[0.823,51.623],[0.833,51.622],[0.837,51.624],[0.851,51.622],[0.86,51.621],[0.87,51.623],[0.886,51.623],[0.888,51.623],[0.892,51.624],[0.904,51.622],[0.921,51.627],[0.927,51.629],[0.935,51.633],[0.937,51.636],[0.937,51.64],[0.935,51.645],[0.936,51.65],[0.94,51.654],[0.94,51.659],[0.942,51.661],[0.943,51.664],[0.942,51.667],[0.943,51.672],[0.947,51.675],[0.947,51.678],[0.95,51.684],[0.947,51.685],[0.947,51.689],[0.942,51.695],[0.941,51.702],[0.942,51.704],[0.944,51.708],[0.944,51.711],[0.951,51.723],[0.949,51.725],[0.95,51.729],[0.949,51.734],[0.946,51.737],[0.939,51.742],[0.934,51.744],[0.931,51.747],[0.922,51.748],[0.9,51.745],[0.891,51.741],[0.889,51.739],[0.89,51.737],[0.885,51.734],[0.886,51.733],[0.881,51.731],[0.876,51.726],[0.874,51.725],[0.869,51.722],[0.861,51.719],[0.852,51.717],[0.834,51.715],[0.824,51.72],[0.82,51.721],[0.813,51.72],[0.806,51.718],[0.802,51.719],[0.795,51.719],[0.792,51.717],[0.792,51.71],[0.789,51.707],[0.783,51.708],[0.78,51.706],[0.772,51.704],[0.775,51.702],[0.776,51.698],[0.773,51.695],[0.773,51.701],[0.769,51.702],[0.759,51.7],[0.758,51.698],[0.759,51.694],[0.751,51.689],[0.747,51.689],[0.746,51.691],[0.738,51.687],[0.738,51.689],[0.739,51.692],[0.747,51.693],[0.748,51.695],[0.754,51.695],[0.754,51.698],[0.753,51.701],[0.755,51.703],[0.76,51.704],[0.764,51.707],[0.761,51.709],[0.755,51.71],[0.747,51.71],[0.744,51.711],[0.737,51.712],[0.735,51.713],[0.73,51.713],[0.722,51.714],[0.718,51.716],[0.713,51.715],[0.706,51.719],[0.704,51.721],[0.697,51.723],[0.697,51.726],[0.692,51.727],[0.689,51.729],[0.687,51.732],[0.67,51.737],[0.664,51.739],[0.664,51.742],[0.662,51.744],[0.657,51.745],[0.649,51.743],[0.646,51.736],[0.646,51.731],[0.645,51.728],[0.646,51.724],[0.649,51.722],[0.653,51.718],[0.655,51.715],[0.664,51.714],[0.664,51.712],[0.674,51.712],[0.675,51.71],[0.678,51.71],[0.686,51.709],[0.685,51.706],[0.678,51.705],[0.679,51.704],[0.671,51.703],[0.672,51.7],[0.667,51.699],[0.664,51.697],[0.658,51.696],[0.656,51.7],[0.65,51.7],[0.643,51.702],[0.641,51.699],[0.636,51.7],[0.633,51.699],[0.626,51.697],[0.622,51.7],[0.622,51.705],[0.614,51.707],[0.61,51.708],[0.602,51.709],[0.602,51.712],[0.611,51.723],[0.605,51.725],[0.595,51.726],[0.591,51.728],[0.589,51.732],[0.592,51.734],[0.595,51.734],[0.593,51.74],[0.592,51.746],[0.592,51.751],[0.593,51.755],[0.584,51.751],[0.578,51.753],[0.572,51.752],[0.57,51.75],[0.565,51.748],[0.561,51.749],[0.556,51.748],[0.55,51.748],[0.546,51.746],[0.539,51.748],[0.537,51.744],[0.533,51.744],[0.522,51.743],[0.521,51.741],[0.524,51.739],[0.525,51.734],[0.524,51.731],[0.52,51.73],[0.52,51.727],[0.518,51.726],[0.519,51.723],[0.516,51.72],[0.513,51.711],[0.516,51.71],[0.52,51.706],[0.517,51.703],[0.51,51.701],[0.503,51.703],[0.498,51.704],[0.497,51.708],[0.495,51.71],[0.488,51.71],[0.485,51.709],[0.485,51.707],[0.477,51.708],[0.473,51.708],[0.469,51.709],[0.466,51.707],[0.462,51.702],[0.452,51.696],[0.453,51.693],[0.45,51.691],[0.446,51.689],[0.441,51.69],[0.441,51.692],[0.446,51.695],[0.444,51.699],[0.442,51.701],[0.445,51.704],[0.449,51.706],[0.45,51.708],[0.447,51.711],[0.447,51.714],[0.444,51.711],[0.441,51.708],[0.435,51.702],[0.43,51.704],[0.423,51.704],[0.419,51.703],[0.411,51.706],[0.405,51.709],[0.394,51.7],[0.389,51.699],[0.386,51.697],[0.379,51.699],[0.377,51.699],[0.381,51.697],[0.381,51.695],[0.386,51.692],[0.392,51.691],[0.393,51.689],[0.397,51.684],[0.402,51.682],[0.398,51.679],[0.405,51.679],[0.407,51.673],[0.413,51.671],[0.407,51.668],[0.403,51.663],[0.4,51.662],[0.403,51.66],[0.398,51.655],[0.398,51.654],[0.402,51.652],[0.402,51.651],[0.411,51.651],[0.413,51.65],[0.423,51.649],[0.434,51.65],[0.44,51.647],[0.442,51.644],[0.446,51.643],[0.447,51.642],[0.443,51.639],[0.444,51.633],[0.446,51.631],[0.447,51.627],[0.461,51.624],[0.466,51.623],[0.481,51.626],[0.495,51.624],[0.505,51.622],[0.505,51.624],[0.515,51.627],[0.516,51.624],[0.52,51.625],[0.521,51.619],[0.529,51.62],[0.532,51.619],[0.542,51.621],[0.544,51.618],[0.552,51.618],[0.554,51.617],[0.561,51.617],[0.564,51.621],[0.565,51.622]]]]},"properties":{"Name":"Maldon","ID":"E14001351"},"id":288}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.12,53.506],[-2.127,53.508],[-2.128,53.509],[-2.133,53.509],[-2.137,53.515],[-2.14,53.518],[-2.146,53.521],[-2.149,53.519],[-2.155,53.515],[-2.156,53.516],[-2.162,53.513],[-2.169,53.514],[-2.173,53.512],[-2.174,53.509],[-2.178,53.507],[-2.184,53.507],[-2.196,53.502],[-2.212,53.497],[-2.217,53.495],[-2.222,53.496],[-2.226,53.492],[-2.23,53.493],[-2.229,53.496],[-2.226,53.498],[-2.227,53.502],[-2.233,53.509],[-2.239,53.511],[-2.244,53.51],[-2.245,53.512],[-2.25,53.508],[-2.246,53.506],[-2.247,53.502],[-2.252,53.504],[-2.255,53.499],[-2.249,53.488],[-2.245,53.487],[-2.246,53.485],[-2.256,53.48],[-2.263,53.476],[-2.255,53.471],[-2.245,53.47],[-2.234,53.472],[-2.23,53.474],[-2.222,53.474],[-2.219,53.475],[-2.21,53.475],[-2.199,53.472],[-2.194,53.472],[-2.174,53.469],[-2.167,53.469],[-2.158,53.47],[-2.15,53.471],[-2.15,53.473],[-2.156,53.475],[-2.162,53.475],[-2.165,53.477],[-2.167,53.481],[-2.17,53.487],[-2.166,53.489],[-2.162,53.493],[-2.157,53.494],[-2.154,53.493],[-2.148,53.493],[-2.141,53.491],[-2.136,53.492],[-2.135,53.495],[-2.132,53.498],[-2.127,53.499],[-2.12,53.502],[-2.12,53.506]]]},"properties":{"Name":"Manchester Central","ID":"E14001352"},"id":289}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.194,53.472],[-2.199,53.472],[-2.21,53.475],[-2.219,53.475],[-2.222,53.474],[-2.23,53.474],[-2.234,53.472],[-2.245,53.47],[-2.255,53.471],[-2.263,53.476],[-2.265,53.473],[-2.267,53.471],[-2.264,53.468],[-2.26,53.465],[-2.258,53.462],[-2.254,53.462],[-2.254,53.46],[-2.258,53.459],[-2.271,53.451],[-2.27,53.447],[-2.258,53.447],[-2.257,53.443],[-2.258,53.439],[-2.247,53.441],[-2.225,53.441],[-2.223,53.442],[-2.214,53.441],[-2.205,53.441],[-2.204,53.442],[-2.198,53.445],[-2.205,53.455],[-2.202,53.456],[-2.203,53.459],[-2.198,53.46],[-2.198,53.464],[-2.195,53.468],[-2.194,53.472]]]},"properties":{"Name":"Manchester Rusholme","ID":"E14001353"},"id":290}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.205,53.441],[-2.214,53.441],[-2.223,53.442],[-2.225,53.441],[-2.247,53.441],[-2.258,53.439],[-2.257,53.443],[-2.258,53.447],[-2.27,53.447],[-2.271,53.451],[-2.277,53.451],[-2.28,53.449],[-2.286,53.449],[-2.292,53.443],[-2.29,53.441],[-2.291,53.439],[-2.295,53.439],[-2.295,53.436],[-2.3,53.437],[-2.3,53.434],[-2.296,53.432],[-2.289,53.432],[-2.286,53.43],[-2.284,53.425],[-2.281,53.424],[-2.275,53.423],[-2.272,53.421],[-2.266,53.421],[-2.266,53.418],[-2.263,53.416],[-2.26,53.416],[-2.258,53.418],[-2.254,53.418],[-2.254,53.421],[-2.25,53.42],[-2.251,53.415],[-2.254,53.412],[-2.254,53.409],[-2.246,53.407],[-2.247,53.41],[-2.244,53.412],[-2.239,53.411],[-2.239,53.407],[-2.244,53.405],[-2.245,53.403],[-2.238,53.401],[-2.223,53.401],[-2.22,53.402],[-2.219,53.405],[-2.213,53.407],[-2.215,53.411],[-2.213,53.419],[-2.21,53.418],[-2.208,53.42],[-2.219,53.422],[-2.216,53.43],[-2.211,53.43],[-2.205,53.441]]]},"properties":{"Name":"Manchester Withington","ID":"E14001354"},"id":291}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.168,53.116],[-1.166,53.118],[-1.161,53.119],[-1.145,53.122],[-1.141,53.12],[-1.134,53.119],[-1.131,53.12],[-1.126,53.118],[-1.121,53.119],[-1.127,53.125],[-1.126,53.127],[-1.129,53.133],[-1.127,53.135],[-1.13,53.136],[-1.129,53.139],[-1.13,53.142],[-1.128,53.145],[-1.121,53.148],[-1.118,53.149],[-1.112,53.154],[-1.117,53.154],[-1.126,53.157],[-1.132,53.163],[-1.152,53.172],[-1.153,53.175],[-1.148,53.18],[-1.139,53.188],[-1.13,53.189],[-1.12,53.192],[-1.113,53.196],[-1.104,53.209],[-1.104,53.219],[-1.097,53.22],[-1.095,53.229],[-1.096,53.233],[-1.099,53.235],[-1.103,53.236],[-1.105,53.235],[-1.111,53.23],[-1.117,53.232],[-1.122,53.231],[-1.124,53.225],[-1.133,53.226],[-1.14,53.226],[-1.146,53.225],[-1.158,53.222],[-1.163,53.221],[-1.17,53.219],[-1.179,53.219],[-1.189,53.218],[-1.202,53.216],[-1.209,53.218],[-1.211,53.216],[-1.208,53.212],[-1.203,53.208],[-1.201,53.204],[-1.202,53.199],[-1.197,53.195],[-1.195,53.189],[-1.197,53.185],[-1.202,53.182],[-1.21,53.181],[-1.216,53.181],[-1.218,53.179],[-1.223,53.18],[-1.23,53.178],[-1.231,53.175],[-1.23,53.172],[-1.214,53.166],[-1.217,53.162],[-1.222,53.165],[-1.225,53.163],[-1.221,53.159],[-1.227,53.155],[-1.228,53.152],[-1.239,53.153],[-1.241,53.153],[-1.237,53.146],[-1.24,53.14],[-1.238,53.139],[-1.223,53.13],[-1.21,53.126],[-1.203,53.124],[-1.201,53.122],[-1.194,53.12],[-1.172,53.122],[-1.17,53.121],[-1.168,53.116]]]},"properties":{"Name":"Mansfield","ID":"E14001355"},"id":292}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.22,51.442],[-2.227,51.445],[-2.231,51.444],[-2.233,51.447],[-2.231,51.45],[-2.232,51.451],[-2.232,51.456],[-2.227,51.46],[-2.227,51.462],[-2.229,51.464],[-2.233,51.462],[-2.237,51.464],[-2.237,51.468],[-2.241,51.473],[-2.247,51.47],[-2.253,51.47],[-2.257,51.468],[-2.262,51.468],[-2.266,51.467],[-2.271,51.464],[-2.281,51.46],[-2.285,51.458],[-2.288,51.455],[-2.289,51.446],[-2.295,51.429],[-2.295,51.426],[-2.289,51.425],[-2.282,51.421],[-2.279,51.416],[-2.282,51.41],[-2.286,51.408],[-2.291,51.406],[-2.288,51.403],[-2.284,51.397],[-2.288,51.396],[-2.297,51.395],[-2.296,51.391],[-2.297,51.385],[-2.293,51.38],[-2.29,51.374],[-2.292,51.37],[-2.297,51.364],[-2.3,51.362],[-2.308,51.365],[-2.311,51.361],[-2.31,51.358],[-2.319,51.356],[-2.322,51.357],[-2.326,51.354],[-2.328,51.354],[-2.332,51.352],[-2.337,51.351],[-2.342,51.348],[-2.344,51.346],[-2.341,51.345],[-2.339,51.346],[-2.333,51.346],[-2.324,51.348],[-2.32,51.347],[-2.318,51.345],[-2.311,51.34],[-2.306,51.342],[-2.303,51.341],[-2.298,51.343],[-2.296,51.342],[-2.294,51.338],[-2.3,51.336],[-2.3,51.332],[-2.291,51.331],[-2.287,51.328],[-2.289,51.325],[-2.281,51.324],[-2.277,51.325],[-2.273,51.323],[-2.275,51.322],[-2.273,51.319],[-2.272,51.314],[-2.276,51.312],[-2.277,51.31],[-2.283,51.311],[-2.283,51.308],[-2.278,51.305],[-2.278,51.303],[-2.278,51.301],[-2.268,51.3],[-2.265,51.301],[-2.256,51.304],[-2.251,51.304],[-2.247,51.307],[-2.236,51.309],[-2.233,51.312],[-2.23,51.317],[-2.231,51.321],[-2.235,51.322],[-2.234,51.326],[-2.231,51.327],[-2.232,51.33],[-2.229,51.331],[-2.226,51.331],[-2.224,51.328],[-2.218,51.33],[-2.216,51.331],[-2.213,51.33],[-2.21,51.332],[-2.201,51.342],[-2.192,51.343],[-2.196,51.348],[-2.192,51.35],[-2.182,51.354],[-2.18,51.353],[-2.173,51.353],[-2.172,51.355],[-2.162,51.353],[-2.161,51.351],[-2.164,51.346],[-2.164,51.343],[-2.162,51.339],[-2.156,51.334],[-2.16,51.332],[-2.159,51.328],[-2.16,51.325],[-2.165,51.326],[-2.176,51.325],[-2.178,51.324],[-2.176,51.321],[-2.173,51.32],[-2.176,51.314],[-2.175,51.312],[-2.17,51.313],[-2.17,51.317],[-2.164,51.316],[-2.16,51.319],[-2.155,51.316],[-2.158,51.314],[-2.16,51.309],[-2.156,51.308],[-2.156,51.305],[-2.148,51.298],[-2.145,51.295],[-2.14,51.295],[-2.137,51.295],[-2.137,51.292],[-2.134,51.29],[-2.128,51.29],[-2.115,51.293],[-2.114,51.294],[-2.109,51.294],[-2.105,51.296],[-2.105,51.3],[-2.108,51.305],[-2.102,51.31],[-2.101,51.309],[-2.093,51.309],[-2.092,51.31],[-2.088,51.31],[-2.088,51.303],[-2.085,51.304],[-2.083,51.301],[-2.082,51.294],[-2.08,51.29],[-2.078,51.29],[-2.076,51.284],[-2.079,51.28],[-2.083,51.28],[-2.086,51.272],[-2.085,51.269],[-2.09,51.263],[-2.089,51.259],[-2.086,51.259],[-2.088,51.246],[-2.084,51.236],[-2.076,51.236],[-2.077,51.238],[-2.077,51.245],[-2.075,51.252],[-2.071,51.254],[-2.067,51.253],[-2.067,51.251],[-2.06,51.248],[-2.051,51.25],[-2.047,51.252],[-2.037,51.249],[-2.041,51.242],[-2.036,51.239],[-2.025,51.243],[-2.02,51.245],[-2.017,51.242],[-2.013,51.237],[-2.007,51.232],[-2.005,51.235],[-1.999,51.234],[-1.992,51.235],[-1.986,51.235],[-1.973,51.238],[-1.978,51.243],[-1.977,51.245],[-1.968,51.25],[-1.952,51.246],[-1.941,51.245],[-1.934,51.245],[-1.931,51.246],[-1.926,51.247],[-1.913,51.252],[-1.91,51.251],[-1.902,51.244],[-1.895,51.242],[-1.898,51.248],[-1.897,51.262],[-1.906,51.273],[-1.912,51.283],[-1.915,51.293],[-1.915,51.296],[-1.917,51.302],[-1.91,51.304],[-1.909,51.31],[-1.91,51.315],[-1.902,51.32],[-1.9,51.323],[-1.905,51.323],[-1.913,51.329],[-1.908,51.34],[-1.907,51.342],[-1.911,51.346],[-1.916,51.347],[-1.922,51.352],[-1.921,51.354],[-1.922,51.356],[-1.923,51.36],[-1.919,51.363],[-1.92,51.365],[-1.909,51.371],[-1.905,51.373],[-1.892,51.383],[-1.884,51.386],[-1.88,51.394],[-1.877,51.404],[-1.884,51.407],[-1.893,51.414],[-1.915,51.413],[-1.922,51.412],[-1.947,51.409],[-1.959,51.406],[-1.962,51.404],[-1.967,51.404],[-1.969,51.404],[-1.975,51.404],[-1.977,51.406],[-1.976,51.413],[-1.977,51.416],[-1.98,51.418],[-1.977,51.424],[-1.976,51.428],[-1.98,51.429],[-1.984,51.428],[-1.99,51.43],[-1.989,51.432],[-1.995,51.433],[-2,51.436],[-2.004,51.434],[-2.005,51.432],[-2.009,51.429],[-2.013,51.432],[-2.014,51.435],[-2.02,51.434],[-2.025,51.434],[-2.028,51.437],[-2.03,51.433],[-2.033,51.43],[-2.034,51.424],[-2.033,51.422],[-2.034,51.419],[-2.04,51.42],[-2.047,51.415],[-2.052,51.413],[-2.059,51.413],[-2.068,51.412],[-2.083,51.413],[-2.085,51.412],[-2.088,51.405],[-2.128,51.404],[-2.143,51.403],[-2.147,51.403],[-2.155,51.403],[-2.204,51.4],[-2.208,51.404],[-2.212,51.405],[-2.213,51.409],[-2.22,51.415],[-2.229,51.414],[-2.228,51.417],[-2.231,51.418],[-2.235,51.421],[-2.229,51.423],[-2.231,51.426],[-2.231,51.428],[-2.225,51.432],[-2.225,51.435],[-2.223,51.437],[-2.218,51.439],[-2.22,51.442]]]},"properties":{"Name":"Melksham and Devizes","ID":"E14001356"},"id":293}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.778,52.977],[-0.784,52.976],[-0.788,52.978],[-0.796,52.977],[-0.804,52.972],[-0.805,52.968],[-0.81,52.966],[-0.813,52.957],[-0.82,52.961],[-0.833,52.95],[-0.831,52.949],[-0.834,52.946],[-0.823,52.944],[-0.825,52.942],[-0.828,52.942],[-0.835,52.939],[-0.837,52.936],[-0.841,52.931],[-0.841,52.928],[-0.851,52.922],[-0.856,52.92],[-0.86,52.916],[-0.864,52.911],[-0.86,52.91],[-0.861,52.908],[-0.858,52.906],[-0.86,52.904],[-0.868,52.901],[-0.873,52.898],[-0.885,52.893],[-0.901,52.888],[-0.909,52.884],[-0.914,52.882],[-0.917,52.879],[-0.92,52.88],[-0.928,52.878],[-0.93,52.879],[-0.934,52.877],[-0.941,52.877],[-0.94,52.875],[-0.933,52.87],[-0.928,52.866],[-0.934,52.864],[-0.941,52.861],[-0.939,52.859],[-0.94,52.855],[-0.944,52.853],[-0.953,52.85],[-0.955,52.848],[-0.961,52.843],[-0.97,52.845],[-0.977,52.841],[-0.977,52.837],[-0.974,52.835],[-0.975,52.829],[-0.978,52.827],[-0.983,52.821],[-0.988,52.819],[-0.996,52.821],[-1.002,52.82],[-1.01,52.822],[-1.022,52.822],[-1.025,52.82],[-1.036,52.816],[-1.037,52.81],[-1.042,52.801],[-1.046,52.782],[-1.054,52.781],[-1.054,52.779],[-1.066,52.775],[-1.081,52.772],[-1.089,52.771],[-1.091,52.772],[-1.097,52.769],[-1.107,52.768],[-1.114,52.764],[-1.121,52.762],[-1.116,52.757],[-1.109,52.754],[-1.112,52.749],[-1.115,52.747],[-1.12,52.745],[-1.123,52.742],[-1.119,52.739],[-1.11,52.732],[-1.12,52.729],[-1.125,52.728],[-1.122,52.726],[-1.122,52.723],[-1.118,52.719],[-1.124,52.714],[-1.123,52.713],[-1.12,52.71],[-1.12,52.706],[-1.12,52.703],[-1.11,52.7],[-1.108,52.697],[-1.109,52.693],[-1.106,52.689],[-1.105,52.685],[-1.101,52.684],[-1.101,52.682],[-1.103,52.678],[-1.112,52.679],[-1.117,52.675],[-1.115,52.673],[-1.109,52.673],[-1.091,52.669],[-1.086,52.669],[-1.075,52.67],[-1.075,52.668],[-1.068,52.667],[-1.064,52.664],[-1.057,52.664],[-1.059,52.656],[-1.049,52.655],[-1.042,52.654],[-1.038,52.654],[-1.04,52.659],[-1.036,52.659],[-1.03,52.658],[-1.029,52.659],[-1.014,52.655],[-1.004,52.661],[-1,52.663],[-0.997,52.666],[-0.996,52.67],[-0.991,52.673],[-0.988,52.672],[-0.981,52.681],[-0.979,52.682],[-0.972,52.678],[-0.96,52.673],[-0.957,52.674],[-0.949,52.68],[-0.941,52.677],[-0.934,52.674],[-0.916,52.671],[-0.913,52.674],[-0.913,52.677],[-0.91,52.677],[-0.897,52.674],[-0.888,52.675],[-0.883,52.676],[-0.881,52.678],[-0.874,52.68],[-0.873,52.684],[-0.867,52.685],[-0.86,52.684],[-0.855,52.685],[-0.855,52.683],[-0.859,52.676],[-0.859,52.674],[-0.855,52.673],[-0.841,52.676],[-0.833,52.672],[-0.829,52.663],[-0.83,52.661],[-0.828,52.659],[-0.817,52.657],[-0.81,52.658],[-0.814,52.652],[-0.817,52.65],[-0.821,52.65],[-0.823,52.649],[-0.815,52.646],[-0.809,52.646],[-0.806,52.648],[-0.801,52.653],[-0.798,52.658],[-0.795,52.657],[-0.794,52.663],[-0.79,52.667],[-0.785,52.667],[-0.782,52.669],[-0.784,52.675],[-0.784,52.681],[-0.787,52.687],[-0.786,52.693],[-0.79,52.694],[-0.796,52.697],[-0.796,52.704],[-0.802,52.703],[-0.803,52.705],[-0.8,52.708],[-0.813,52.712],[-0.815,52.715],[-0.822,52.716],[-0.819,52.72],[-0.819,52.722],[-0.814,52.729],[-0.806,52.732],[-0.801,52.737],[-0.797,52.737],[-0.792,52.74],[-0.787,52.741],[-0.781,52.741],[-0.775,52.744],[-0.768,52.743],[-0.762,52.738],[-0.758,52.74],[-0.753,52.737],[-0.745,52.738],[-0.733,52.74],[-0.729,52.739],[-0.72,52.741],[-0.718,52.742],[-0.718,52.745],[-0.7,52.747],[-0.696,52.746],[-0.697,52.749],[-0.69,52.752],[-0.684,52.753],[-0.684,52.756],[-0.675,52.758],[-0.674,52.757],[-0.664,52.757],[-0.668,52.761],[-0.67,52.766],[-0.673,52.771],[-0.677,52.786],[-0.677,52.79],[-0.682,52.791],[-0.683,52.795],[-0.683,52.8],[-0.681,52.807],[-0.682,52.812],[-0.688,52.818],[-0.696,52.824],[-0.699,52.827],[-0.704,52.834],[-0.706,52.838],[-0.709,52.845],[-0.719,52.855],[-0.732,52.865],[-0.736,52.87],[-0.736,52.872],[-0.743,52.883],[-0.748,52.883],[-0.757,52.886],[-0.762,52.885],[-0.767,52.887],[-0.76,52.899],[-0.759,52.901],[-0.764,52.901],[-0.764,52.903],[-0.769,52.902],[-0.77,52.904],[-0.774,52.903],[-0.777,52.905],[-0.773,52.909],[-0.772,52.912],[-0.769,52.917],[-0.769,52.92],[-0.767,52.923],[-0.763,52.924],[-0.766,52.927],[-0.765,52.93],[-0.762,52.934],[-0.762,52.936],[-0.759,52.942],[-0.756,52.947],[-0.755,52.951],[-0.765,52.955],[-0.776,52.959],[-0.779,52.961],[-0.778,52.963],[-0.778,52.974],[-0.778,52.977]]]},"properties":{"Name":"Melton and Syston","ID":"E14001357"},"id":294}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.733,52.492],[-1.739,52.492],[-1.744,52.495],[-1.748,52.494],[-1.758,52.495],[-1.761,52.494],[-1.763,52.487],[-1.759,52.482],[-1.759,52.475],[-1.756,52.472],[-1.759,52.469],[-1.764,52.466],[-1.763,52.464],[-1.755,52.456],[-1.761,52.451],[-1.776,52.451],[-1.782,52.451],[-1.784,52.448],[-1.785,52.443],[-1.784,52.439],[-1.782,52.436],[-1.781,52.432],[-1.788,52.433],[-1.794,52.43],[-1.799,52.43],[-1.797,52.425],[-1.799,52.424],[-1.797,52.421],[-1.792,52.416],[-1.787,52.414],[-1.78,52.416],[-1.765,52.413],[-1.762,52.41],[-1.763,52.406],[-1.76,52.403],[-1.765,52.397],[-1.768,52.396],[-1.772,52.394],[-1.77,52.393],[-1.776,52.389],[-1.785,52.382],[-1.791,52.373],[-1.795,52.369],[-1.804,52.363],[-1.8,52.359],[-1.791,52.357],[-1.785,52.353],[-1.785,52.35],[-1.779,52.348],[-1.776,52.348],[-1.776,52.35],[-1.772,52.351],[-1.775,52.355],[-1.778,52.357],[-1.78,52.364],[-1.776,52.366],[-1.769,52.364],[-1.763,52.364],[-1.76,52.363],[-1.759,52.358],[-1.751,52.355],[-1.744,52.355],[-1.741,52.357],[-1.741,52.36],[-1.738,52.363],[-1.738,52.365],[-1.735,52.37],[-1.731,52.371],[-1.728,52.37],[-1.723,52.371],[-1.72,52.373],[-1.718,52.369],[-1.718,52.366],[-1.72,52.363],[-1.721,52.359],[-1.715,52.358],[-1.71,52.355],[-1.704,52.354],[-1.696,52.354],[-1.694,52.351],[-1.691,52.353],[-1.685,52.356],[-1.686,52.358],[-1.684,52.36],[-1.685,52.363],[-1.678,52.364],[-1.673,52.363],[-1.67,52.365],[-1.664,52.364],[-1.661,52.366],[-1.653,52.359],[-1.651,52.356],[-1.648,52.357],[-1.644,52.362],[-1.636,52.365],[-1.633,52.364],[-1.626,52.367],[-1.623,52.366],[-1.621,52.368],[-1.627,52.369],[-1.624,52.372],[-1.62,52.371],[-1.616,52.375],[-1.612,52.375],[-1.608,52.376],[-1.607,52.381],[-1.609,52.383],[-1.602,52.387],[-1.601,52.389],[-1.603,52.39],[-1.601,52.395],[-1.604,52.4],[-1.603,52.408],[-1.604,52.409],[-1.605,52.419],[-1.611,52.423],[-1.61,52.426],[-1.614,52.428],[-1.611,52.432],[-1.607,52.431],[-1.606,52.433],[-1.61,52.434],[-1.609,52.438],[-1.606,52.44],[-1.596,52.44],[-1.593,52.445],[-1.594,52.448],[-1.596,52.451],[-1.594,52.454],[-1.595,52.456],[-1.598,52.455],[-1.611,52.459],[-1.614,52.463],[-1.618,52.464],[-1.624,52.464],[-1.627,52.462],[-1.625,52.457],[-1.634,52.452],[-1.635,52.449],[-1.641,52.443],[-1.653,52.441],[-1.656,52.441],[-1.662,52.444],[-1.665,52.443],[-1.665,52.44],[-1.667,52.435],[-1.671,52.437],[-1.677,52.436],[-1.678,52.439],[-1.683,52.44],[-1.686,52.446],[-1.69,52.448],[-1.699,52.456],[-1.7,52.459],[-1.704,52.461],[-1.71,52.467],[-1.711,52.474],[-1.713,52.477],[-1.723,52.483],[-1.73,52.489],[-1.733,52.492]]]},"properties":{"Name":"Meriden and Solihull East","ID":"E14001358"},"id":295}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.443,52.116],[-0.451,52.116],[-0.455,52.115],[-0.46,52.116],[-0.466,52.115],[-0.467,52.119],[-0.472,52.12],[-0.48,52.113],[-0.482,52.109],[-0.486,52.108],[-0.487,52.106],[-0.499,52.105],[-0.504,52.103],[-0.506,52.102],[-0.511,52.097],[-0.518,52.1],[-0.528,52.106],[-0.533,52.106],[-0.548,52.106],[-0.551,52.107],[-0.555,52.111],[-0.56,52.107],[-0.568,52.107],[-0.576,52.104],[-0.577,52.102],[-0.583,52.098],[-0.586,52.097],[-0.589,52.098],[-0.588,52.101],[-0.583,52.105],[-0.59,52.109],[-0.592,52.111],[-0.597,52.109],[-0.602,52.105],[-0.597,52.102],[-0.603,52.1],[-0.604,52.096],[-0.607,52.095],[-0.606,52.092],[-0.617,52.088],[-0.618,52.086],[-0.622,52.084],[-0.626,52.084],[-0.628,52.082],[-0.636,52.078],[-0.637,52.076],[-0.639,52.072],[-0.642,52.068],[-0.648,52.066],[-0.653,52.062],[-0.654,52.06],[-0.659,52.057],[-0.661,52.054],[-0.668,52.05],[-0.669,52.049],[-0.645,52.038],[-0.642,52.03],[-0.643,52.026],[-0.64,52.024],[-0.646,52.022],[-0.648,52.019],[-0.651,52.018],[-0.648,52.015],[-0.645,52.014],[-0.643,52.011],[-0.649,52.01],[-0.656,52.005],[-0.659,52],[-0.662,52],[-0.659,51.993],[-0.661,51.991],[-0.655,51.988],[-0.656,51.982],[-0.649,51.976],[-0.646,51.972],[-0.652,51.97],[-0.653,51.969],[-0.651,51.968],[-0.634,51.959],[-0.61,51.945],[-0.606,51.943],[-0.591,51.934],[-0.585,51.933],[-0.578,51.934],[-0.573,51.938],[-0.571,51.943],[-0.562,51.944],[-0.552,51.944],[-0.548,51.942],[-0.546,51.936],[-0.542,51.936],[-0.537,51.937],[-0.524,51.937],[-0.518,51.938],[-0.518,51.935],[-0.512,51.932],[-0.512,51.928],[-0.514,51.923],[-0.503,51.92],[-0.496,51.917],[-0.492,51.906],[-0.491,51.905],[-0.482,51.908],[-0.482,51.913],[-0.478,51.917],[-0.487,51.922],[-0.482,51.922],[-0.473,51.924],[-0.462,51.924],[-0.456,51.925],[-0.451,51.925],[-0.441,51.926],[-0.438,51.928],[-0.426,51.927],[-0.422,51.926],[-0.422,51.92],[-0.419,51.913],[-0.415,51.912],[-0.402,51.91],[-0.401,51.913],[-0.394,51.915],[-0.393,51.914],[-0.386,51.916],[-0.384,51.918],[-0.387,51.921],[-0.39,51.926],[-0.403,51.93],[-0.406,51.932],[-0.402,51.933],[-0.406,51.941],[-0.404,51.948],[-0.402,51.949],[-0.404,51.956],[-0.402,51.956],[-0.401,51.961],[-0.399,51.967],[-0.395,51.967],[-0.392,51.973],[-0.391,51.977],[-0.386,51.979],[-0.385,51.978],[-0.381,51.979],[-0.379,51.976],[-0.378,51.972],[-0.38,51.965],[-0.379,51.958],[-0.383,51.953],[-0.383,51.951],[-0.372,51.948],[-0.366,51.951],[-0.363,51.953],[-0.354,51.957],[-0.35,51.958],[-0.351,51.962],[-0.349,51.964],[-0.352,51.966],[-0.349,51.97],[-0.352,51.974],[-0.362,51.974],[-0.368,51.98],[-0.367,51.984],[-0.362,51.985],[-0.356,51.985],[-0.352,51.983],[-0.347,51.984],[-0.339,51.983],[-0.338,51.988],[-0.341,51.99],[-0.334,51.995],[-0.329,51.995],[-0.337,52.002],[-0.339,52.001],[-0.343,52.005],[-0.343,52.009],[-0.347,52.009],[-0.348,52.008],[-0.358,52.01],[-0.365,52.013],[-0.37,52.012],[-0.366,52.016],[-0.373,52.021],[-0.376,52.022],[-0.378,52.024],[-0.377,52.027],[-0.381,52.034],[-0.383,52.033],[-0.385,52.035],[-0.388,52.035],[-0.393,52.04],[-0.396,52.042],[-0.401,52.042],[-0.404,52.048],[-0.4,52.05],[-0.399,52.052],[-0.395,52.053],[-0.39,52.057],[-0.379,52.059],[-0.375,52.064],[-0.378,52.067],[-0.382,52.066],[-0.39,52.071],[-0.39,52.075],[-0.397,52.071],[-0.401,52.074],[-0.412,52.079],[-0.419,52.085],[-0.426,52.092],[-0.434,52.099],[-0.44,52.104],[-0.441,52.104],[-0.449,52.112],[-0.448,52.114],[-0.443,52.116]]]},"properties":{"Name":"Mid Bedfordshire","ID":"E14001359"},"id":296}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.859,51.859],[-0.861,51.86],[-0.875,51.863],[-0.885,51.868],[-0.889,51.868],[-0.891,51.864],[-0.895,51.861],[-0.897,51.858],[-0.902,51.857],[-0.918,51.861],[-0.925,51.858],[-0.934,51.859],[-0.935,51.858],[-0.943,51.858],[-0.943,51.861],[-0.949,51.86],[-0.954,51.862],[-0.957,51.86],[-0.965,51.864],[-0.973,51.867],[-0.973,51.869],[-0.971,51.872],[-0.976,51.873],[-0.981,51.872],[-0.982,51.875],[-0.987,51.876],[-0.983,51.881],[-0.986,51.883],[-0.983,51.887],[-0.975,51.891],[-0.973,51.893],[-0.97,51.892],[-0.966,51.892],[-0.96,51.896],[-0.957,51.896],[-0.956,51.899],[-0.953,51.899],[-0.943,51.897],[-0.932,51.902],[-0.932,51.905],[-0.927,51.907],[-0.918,51.907],[-0.911,51.917],[-0.907,51.92],[-0.904,51.921],[-0.901,51.927],[-0.909,51.93],[-0.91,51.932],[-0.909,51.936],[-0.91,51.938],[-0.917,51.942],[-0.92,51.943],[-0.926,51.947],[-0.933,51.947],[-0.938,51.95],[-0.949,51.951],[-0.956,51.955],[-0.959,51.955],[-0.97,51.956],[-0.977,51.954],[-0.978,51.951],[-0.983,51.949],[-0.984,51.945],[-0.989,51.941],[-0.992,51.94],[-1.002,51.943],[-1.01,51.942],[-1.013,51.939],[-1.017,51.938],[-1.019,51.936],[-1.024,51.936],[-1.028,51.938],[-1.034,51.938],[-1.04,51.936],[-1.044,51.937],[-1.044,51.939],[-1.056,51.943],[-1.061,51.938],[-1.062,51.935],[-1.07,51.934],[-1.076,51.932],[-1.075,51.931],[-1.078,51.927],[-1.081,51.928],[-1.083,51.925],[-1.086,51.923],[-1.086,51.92],[-1.083,51.918],[-1.082,51.912],[-1.086,51.907],[-1.085,51.905],[-1.086,51.901],[-1.084,51.9],[-1.087,51.897],[-1.092,51.897],[-1.094,51.894],[-1.086,51.891],[-1.079,51.89],[-1.077,51.889],[-1.071,51.889],[-1.069,51.887],[-1.071,51.885],[-1.07,51.883],[-1.077,51.879],[-1.076,51.876],[-1.069,51.875],[-1.065,51.87],[-1.064,51.866],[-1.066,51.865],[-1.063,51.859],[-1.063,51.854],[-1.066,51.853],[-1.062,51.849],[-1.062,51.844],[-1.052,51.84],[-1.052,51.838],[-1.057,51.836],[-1.062,51.832],[-1.066,51.833],[-1.069,51.835],[-1.072,51.834],[-1.072,51.831],[-1.076,51.829],[-1.081,51.829],[-1.086,51.831],[-1.089,51.834],[-1.092,51.834],[-1.103,51.84],[-1.113,51.841],[-1.122,51.845],[-1.124,51.843],[-1.129,51.839],[-1.133,51.838],[-1.141,51.835],[-1.134,51.832],[-1.13,51.831],[-1.126,51.829],[-1.123,51.825],[-1.119,51.821],[-1.115,51.819],[-1.11,51.817],[-1.117,51.814],[-1.119,51.811],[-1.123,51.81],[-1.125,51.808],[-1.121,51.804],[-1.12,51.8],[-1.117,51.799],[-1.121,51.797],[-1.124,51.794],[-1.12,51.792],[-1.123,51.789],[-1.122,51.787],[-1.115,51.787],[-1.111,51.784],[-1.106,51.782],[-1.098,51.78],[-1.097,51.782],[-1.084,51.781],[-1.08,51.777],[-1.083,51.774],[-1.079,51.771],[-1.083,51.764],[-1.083,51.76],[-1.081,51.757],[-1.077,51.759],[-1.073,51.758],[-1.069,51.756],[-1.066,51.754],[-1.063,51.754],[-1.056,51.752],[-1.053,51.75],[-1.048,51.748],[-1.043,51.745],[-1.032,51.744],[-1.03,51.746],[-1.03,51.749],[-1.033,51.753],[-1.032,51.757],[-1.03,51.758],[-1.024,51.756],[-1.011,51.756],[-1.008,51.755],[-0.994,51.755],[-0.987,51.752],[-0.981,51.753],[-0.981,51.76],[-0.976,51.76],[-0.974,51.758],[-0.965,51.759],[-0.954,51.758],[-0.947,51.755],[-0.945,51.754],[-0.94,51.753],[-0.936,51.753],[-0.933,51.752],[-0.932,51.75],[-0.928,51.746],[-0.924,51.748],[-0.921,51.745],[-0.92,51.741],[-0.917,51.737],[-0.915,51.738],[-0.909,51.737],[-0.901,51.729],[-0.902,51.728],[-0.9,51.725],[-0.897,51.722],[-0.891,51.721],[-0.888,51.718],[-0.888,51.713],[-0.889,51.709],[-0.887,51.703],[-0.89,51.701],[-0.891,51.697],[-0.895,51.693],[-0.893,51.689],[-0.884,51.686],[-0.881,51.684],[-0.88,51.681],[-0.887,51.681],[-0.891,51.679],[-0.894,51.679],[-0.898,51.676],[-0.895,51.675],[-0.885,51.674],[-0.882,51.673],[-0.878,51.668],[-0.884,51.668],[-0.895,51.668],[-0.898,51.67],[-0.907,51.673],[-0.91,51.674],[-0.918,51.672],[-0.925,51.667],[-0.925,51.665],[-0.931,51.666],[-0.928,51.661],[-0.925,51.66],[-0.923,51.657],[-0.925,51.655],[-0.934,51.653],[-0.94,51.654],[-0.945,51.654],[-0.944,51.652],[-0.945,51.647],[-0.938,51.642],[-0.935,51.637],[-0.935,51.636],[-0.93,51.633],[-0.921,51.624],[-0.919,51.624],[-0.917,51.628],[-0.918,51.636],[-0.918,51.64],[-0.914,51.638],[-0.905,51.642],[-0.901,51.643],[-0.898,51.642],[-0.896,51.639],[-0.897,51.637],[-0.893,51.635],[-0.885,51.635],[-0.884,51.638],[-0.888,51.642],[-0.881,51.641],[-0.88,51.644],[-0.872,51.648],[-0.873,51.65],[-0.869,51.653],[-0.871,51.657],[-0.87,51.663],[-0.862,51.659],[-0.858,51.654],[-0.854,51.654],[-0.851,51.654],[-0.849,51.651],[-0.846,51.651],[-0.839,51.65],[-0.831,51.656],[-0.824,51.653],[-0.818,51.657],[-0.815,51.654],[-0.808,51.654],[-0.805,51.658],[-0.801,51.659],[-0.796,51.664],[-0.788,51.664],[-0.783,51.663],[-0.779,51.662],[-0.774,51.657],[-0.767,51.658],[-0.764,51.656],[-0.763,51.653],[-0.758,51.65],[-0.758,51.647],[-0.755,51.646],[-0.747,51.647],[-0.745,51.645],[-0.738,51.649],[-0.734,51.648],[-0.727,51.651],[-0.726,51.658],[-0.719,51.659],[-0.719,51.661],[-0.713,51.662],[-0.707,51.662],[-0.706,51.665],[-0.716,51.67],[-0.715,51.671],[-0.719,51.673],[-0.716,51.677],[-0.713,51.676],[-0.697,51.675],[-0.69,51.679],[-0.685,51.68],[-0.677,51.678],[-0.668,51.677],[-0.661,51.676],[-0.66,51.677],[-0.652,51.674],[-0.649,51.679],[-0.646,51.681],[-0.644,51.687],[-0.641,51.689],[-0.634,51.691],[-0.63,51.69],[-0.625,51.688],[-0.623,51.692],[-0.619,51.696],[-0.625,51.699],[-0.629,51.698],[-0.634,51.698],[-0.634,51.7],[-0.637,51.702],[-0.635,51.703],[-0.641,51.707],[-0.639,51.71],[-0.643,51.711],[-0.637,51.719],[-0.634,51.718],[-0.632,51.722],[-0.626,51.724],[-0.617,51.728],[-0.614,51.731],[-0.604,51.728],[-0.603,51.733],[-0.609,51.736],[-0.612,51.739],[-0.615,51.74],[-0.615,51.743],[-0.613,51.745],[-0.613,51.747],[-0.614,51.751],[-0.623,51.754],[-0.628,51.755],[-0.631,51.753],[-0.643,51.754],[-0.647,51.756],[-0.649,51.759],[-0.652,51.759],[-0.661,51.764],[-0.669,51.766],[-0.673,51.768],[-0.687,51.762],[-0.692,51.759],[-0.695,51.761],[-0.701,51.764],[-0.704,51.768],[-0.71,51.773],[-0.712,51.777],[-0.715,51.778],[-0.716,51.781],[-0.723,51.783],[-0.737,51.795],[-0.743,51.798],[-0.75,51.793],[-0.744,51.789],[-0.746,51.789],[-0.743,51.782],[-0.745,51.779],[-0.749,51.777],[-0.756,51.775],[-0.765,51.778],[-0.776,51.785],[-0.779,51.79],[-0.784,51.797],[-0.792,51.794],[-0.796,51.798],[-0.804,51.796],[-0.809,51.793],[-0.82,51.794],[-0.822,51.797],[-0.826,51.8],[-0.827,51.802],[-0.831,51.807],[-0.834,51.809],[-0.839,51.807],[-0.842,51.81],[-0.838,51.812],[-0.848,51.817],[-0.852,51.818],[-0.851,51.821],[-0.861,51.826],[-0.858,51.828],[-0.854,51.827],[-0.846,51.83],[-0.845,51.832],[-0.841,51.833],[-0.834,51.831],[-0.829,51.831],[-0.827,51.832],[-0.83,51.836],[-0.828,51.838],[-0.83,51.846],[-0.829,51.849],[-0.833,51.854],[-0.838,51.856],[-0.84,51.852],[-0.847,51.849],[-0.849,51.848],[-0.854,51.852],[-0.855,51.857],[-0.859,51.859]]]},"properties":{"Name":"Mid Buckinghamshire","ID":"E14001360"},"id":297}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.407,53.174],[-2.413,53.181],[-2.413,53.184],[-2.418,53.189],[-2.426,53.193],[-2.429,53.195],[-2.431,53.198],[-2.435,53.197],[-2.439,53.2],[-2.446,53.201],[-2.451,53.199],[-2.455,53.202],[-2.464,53.202],[-2.464,53.204],[-2.468,53.204],[-2.467,53.206],[-2.475,53.21],[-2.472,53.213],[-2.463,53.215],[-2.46,53.217],[-2.465,53.223],[-2.459,53.224],[-2.473,53.25],[-2.469,53.251],[-2.465,53.256],[-2.474,53.261],[-2.473,53.268],[-2.474,53.269],[-2.48,53.269],[-2.484,53.267],[-2.493,53.268],[-2.497,53.267],[-2.498,53.268],[-2.503,53.267],[-2.507,53.268],[-2.51,53.273],[-2.516,53.27],[-2.52,53.27],[-2.521,53.268],[-2.526,53.272],[-2.536,53.271],[-2.546,53.266],[-2.545,53.263],[-2.549,53.262],[-2.55,53.26],[-2.553,53.261],[-2.557,53.26],[-2.555,53.258],[-2.55,53.255],[-2.559,53.256],[-2.565,53.252],[-2.571,53.251],[-2.572,53.248],[-2.571,53.245],[-2.578,53.244],[-2.575,53.239],[-2.578,53.237],[-2.572,53.232],[-2.574,53.229],[-2.583,53.225],[-2.59,53.224],[-2.596,53.224],[-2.602,53.221],[-2.608,53.221],[-2.61,53.218],[-2.614,53.221],[-2.62,53.214],[-2.625,53.207],[-2.612,53.204],[-2.605,53.2],[-2.602,53.2],[-2.596,53.201],[-2.589,53.199],[-2.584,53.199],[-2.58,53.197],[-2.58,53.195],[-2.576,53.192],[-2.577,53.189],[-2.573,53.183],[-2.569,53.18],[-2.569,53.178],[-2.566,53.175],[-2.568,53.172],[-2.565,53.171],[-2.565,53.167],[-2.567,53.164],[-2.567,53.162],[-2.561,53.163],[-2.558,53.16],[-2.548,53.151],[-2.543,53.15],[-2.533,53.152],[-2.528,53.153],[-2.523,53.155],[-2.523,53.159],[-2.518,53.16],[-2.517,53.159],[-2.502,53.16],[-2.502,53.164],[-2.496,53.164],[-2.493,53.163],[-2.487,53.163],[-2.485,53.162],[-2.484,53.16],[-2.476,53.155],[-2.472,53.155],[-2.469,53.153],[-2.464,53.153],[-2.462,53.156],[-2.456,53.157],[-2.455,53.161],[-2.444,53.16],[-2.442,53.164],[-2.441,53.169],[-2.436,53.17],[-2.437,53.173],[-2.433,53.174],[-2.431,53.177],[-2.426,53.173],[-2.42,53.173],[-2.415,53.175],[-2.411,53.173],[-2.407,53.174]]]},"properties":{"Name":"Mid Cheshire","ID":"E14001361"},"id":298}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.482,53.047],[-1.487,53.049],[-1.49,53.048],[-1.491,53.045],[-1.491,53.043],[-1.5,53.043],[-1.503,53.041],[-1.514,53.043],[-1.51,53.032],[-1.513,53.027],[-1.509,53.023],[-1.505,53.023],[-1.507,53.02],[-1.505,53.017],[-1.504,53.014],[-1.499,53.013],[-1.499,53.009],[-1.496,53.008],[-1.493,53.004],[-1.497,52.999],[-1.502,52.998],[-1.504,53],[-1.509,52.998],[-1.512,52.999],[-1.514,52.995],[-1.519,52.997],[-1.524,52.998],[-1.531,53.004],[-1.534,53.005],[-1.545,53.005],[-1.547,53.008],[-1.551,53.016],[-1.547,53.018],[-1.558,53.024],[-1.56,53.023],[-1.568,53.024],[-1.572,53.024],[-1.571,53.021],[-1.576,53.018],[-1.574,53.015],[-1.578,53.015],[-1.58,53.011],[-1.577,53.008],[-1.577,53.002],[-1.582,53.001],[-1.592,53.001],[-1.599,52.999],[-1.602,52.988],[-1.601,52.984],[-1.597,52.983],[-1.593,52.983],[-1.587,52.982],[-1.578,52.978],[-1.576,52.975],[-1.571,52.974],[-1.574,52.97],[-1.572,52.967],[-1.576,52.966],[-1.578,52.964],[-1.586,52.961],[-1.589,52.962],[-1.599,52.963],[-1.607,52.957],[-1.608,52.955],[-1.604,52.953],[-1.603,52.95],[-1.607,52.947],[-1.607,52.944],[-1.61,52.941],[-1.604,52.937],[-1.594,52.938],[-1.589,52.935],[-1.582,52.937],[-1.578,52.935],[-1.57,52.936],[-1.567,52.933],[-1.563,52.934],[-1.559,52.933],[-1.555,52.93],[-1.546,52.927],[-1.544,52.924],[-1.538,52.925],[-1.527,52.932],[-1.525,52.933],[-1.511,52.93],[-1.504,52.929],[-1.5,52.931],[-1.498,52.935],[-1.493,52.94],[-1.488,52.943],[-1.484,52.948],[-1.477,52.951],[-1.471,52.954],[-1.466,52.954],[-1.469,52.951],[-1.453,52.948],[-1.452,52.945],[-1.446,52.945],[-1.443,52.94],[-1.437,52.937],[-1.431,52.938],[-1.426,52.936],[-1.417,52.93],[-1.419,52.923],[-1.422,52.919],[-1.423,52.914],[-1.434,52.913],[-1.441,52.911],[-1.436,52.908],[-1.434,52.905],[-1.428,52.904],[-1.424,52.903],[-1.412,52.903],[-1.411,52.9],[-1.403,52.9],[-1.4,52.901],[-1.392,52.902],[-1.379,52.901],[-1.374,52.898],[-1.373,52.896],[-1.371,52.895],[-1.368,52.902],[-1.361,52.908],[-1.361,52.912],[-1.358,52.919],[-1.356,52.921],[-1.356,52.925],[-1.358,52.927],[-1.351,52.93],[-1.342,52.93],[-1.338,52.933],[-1.329,52.933],[-1.33,52.935],[-1.325,52.939],[-1.329,52.94],[-1.334,52.937],[-1.335,52.939],[-1.339,52.94],[-1.342,52.942],[-1.33,52.943],[-1.33,52.946],[-1.331,52.951],[-1.34,52.957],[-1.338,52.959],[-1.34,52.962],[-1.335,52.967],[-1.328,52.965],[-1.326,52.968],[-1.326,52.972],[-1.328,52.974],[-1.332,52.976],[-1.333,52.978],[-1.341,52.979],[-1.347,52.978],[-1.359,52.978],[-1.362,52.977],[-1.367,52.977],[-1.372,52.973],[-1.375,52.974],[-1.378,52.977],[-1.386,52.979],[-1.384,52.982],[-1.394,52.982],[-1.395,52.981],[-1.404,52.979],[-1.409,52.977],[-1.41,52.98],[-1.416,52.981],[-1.418,52.98],[-1.424,52.981],[-1.432,52.979],[-1.445,52.979],[-1.451,52.982],[-1.461,52.984],[-1.463,52.983],[-1.464,52.992],[-1.467,52.994],[-1.471,52.993],[-1.471,52.996],[-1.469,52.999],[-1.472,53.002],[-1.47,53.008],[-1.463,53.009],[-1.464,53.011],[-1.462,53.013],[-1.461,53.016],[-1.456,53.02],[-1.451,53.022],[-1.449,53.024],[-1.445,53.034],[-1.443,53.037],[-1.45,53.038],[-1.454,53.04],[-1.482,53.046],[-1.482,53.047]]]},"properties":{"Name":"Mid Derbyshire","ID":"E14001362"},"id":299}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.045,50.671],[-2.041,50.672],[-2.035,50.672],[-2.027,50.678],[-2.027,50.68],[-2.026,50.684],[-2.031,50.682],[-2.034,50.683],[-2.024,50.688],[-2.024,50.691],[-2.026,50.693],[-2.025,50.696],[-2.026,50.699],[-2.03,50.699],[-2.028,50.703],[-2.022,50.701],[-2.019,50.703],[-2.022,50.704],[-2.026,50.707],[-2.034,50.708],[-2.042,50.706],[-2.043,50.703],[-2.055,50.699],[-2.059,50.693],[-2.059,50.691],[-2.066,50.687],[-2.072,50.686],[-2.076,50.688],[-2.078,50.687],[-2.079,50.693],[-2.076,50.698],[-2.071,50.698],[-2.073,50.702],[-2.072,50.705],[-2.068,50.704],[-2.065,50.705],[-2.063,50.708],[-2.069,50.708],[-2.07,50.71],[-2.066,50.714],[-2.063,50.717],[-2.056,50.718],[-2.051,50.718],[-2.046,50.716],[-2.046,50.718],[-2.041,50.723],[-2.042,50.726],[-2.048,50.727],[-2.046,50.73],[-2.042,50.731],[-2.04,50.73],[-2.035,50.73],[-2.027,50.729],[-2.025,50.73],[-2.022,50.735],[-2.023,50.737],[-2.017,50.736],[-2.014,50.737],[-2.013,50.749],[-2.009,50.749],[-2.001,50.754],[-1.997,50.752],[-1.99,50.753],[-1.987,50.752],[-1.984,50.75],[-1.987,50.74],[-1.975,50.738],[-1.961,50.739],[-1.957,50.74],[-1.953,50.744],[-1.95,50.746],[-1.948,50.749],[-1.946,50.749],[-1.941,50.752],[-1.939,50.757],[-1.938,50.757],[-1.932,50.754],[-1.925,50.759],[-1.924,50.764],[-1.917,50.772],[-1.91,50.774],[-1.91,50.775],[-1.915,50.773],[-1.922,50.776],[-1.919,50.781],[-1.92,50.784],[-1.924,50.783],[-1.926,50.781],[-1.933,50.78],[-1.937,50.783],[-1.939,50.786],[-1.936,50.789],[-1.935,50.794],[-1.936,50.797],[-1.941,50.8],[-1.939,50.803],[-1.932,50.804],[-1.932,50.807],[-1.928,50.807],[-1.932,50.812],[-1.934,50.817],[-1.933,50.821],[-1.927,50.821],[-1.921,50.824],[-1.916,50.825],[-1.911,50.824],[-1.909,50.825],[-1.905,50.823],[-1.902,50.827],[-1.902,50.83],[-1.9,50.833],[-1.9,50.84],[-1.895,50.841],[-1.896,50.844],[-1.887,50.849],[-1.889,50.853],[-1.885,50.86],[-1.882,50.865],[-1.881,50.869],[-1.891,50.868],[-1.895,50.869],[-1.897,50.871],[-1.896,50.875],[-1.895,50.877],[-1.898,50.879],[-1.905,50.877],[-1.907,50.873],[-1.912,50.865],[-1.914,50.863],[-1.924,50.865],[-1.93,50.865],[-1.934,50.867],[-1.938,50.868],[-1.943,50.867],[-1.948,50.87],[-1.954,50.871],[-1.961,50.874],[-1.964,50.876],[-1.962,50.878],[-1.967,50.88],[-1.974,50.882],[-1.979,50.882],[-1.982,50.879],[-1.986,50.878],[-1.99,50.875],[-1.991,50.871],[-1.996,50.869],[-1.997,50.866],[-1.995,50.864],[-1.996,50.863],[-2.008,50.86],[-2.012,50.858],[-2.015,50.854],[-2.016,50.849],[-2.02,50.847],[-2.029,50.85],[-2.037,50.849],[-2.041,50.841],[-2.044,50.843],[-2.05,50.84],[-2.054,50.838],[-2.059,50.837],[-2.065,50.841],[-2.073,50.839],[-2.079,50.836],[-2.081,50.834],[-2.091,50.833],[-2.096,50.83],[-2.104,50.825],[-2.109,50.819],[-2.113,50.819],[-2.114,50.817],[-2.109,50.817],[-2.113,50.813],[-2.12,50.809],[-2.129,50.805],[-2.138,50.803],[-2.142,50.804],[-2.148,50.803],[-2.157,50.803],[-2.162,50.802],[-2.164,50.8],[-2.16,50.796],[-2.159,50.792],[-2.145,50.787],[-2.143,50.786],[-2.137,50.784],[-2.135,50.781],[-2.135,50.774],[-2.141,50.771],[-2.144,50.77],[-2.15,50.767],[-2.16,50.768],[-2.161,50.774],[-2.168,50.773],[-2.183,50.769],[-2.193,50.766],[-2.197,50.766],[-2.198,50.77],[-2.202,50.769],[-2.209,50.769],[-2.217,50.775],[-2.224,50.776],[-2.232,50.78],[-2.234,50.78],[-2.242,50.776],[-2.25,50.778],[-2.258,50.778],[-2.26,50.77],[-2.267,50.766],[-2.265,50.764],[-2.268,50.761],[-2.266,50.76],[-2.264,50.761],[-2.258,50.761],[-2.252,50.758],[-2.25,50.756],[-2.249,50.752],[-2.242,50.754],[-2.238,50.752],[-2.233,50.747],[-2.231,50.745],[-2.227,50.743],[-2.23,50.734],[-2.226,50.732],[-2.228,50.731],[-2.237,50.72],[-2.237,50.718],[-2.228,50.716],[-2.214,50.712],[-2.202,50.706],[-2.196,50.701],[-2.191,50.7],[-2.189,50.701],[-2.178,50.698],[-2.175,50.703],[-2.172,50.703],[-2.169,50.697],[-2.163,50.694],[-2.156,50.694],[-2.152,50.692],[-2.149,50.692],[-2.15,50.69],[-2.151,50.681],[-2.151,50.679],[-2.147,50.679],[-2.145,50.676],[-2.141,50.677],[-2.137,50.674],[-2.126,50.676],[-2.123,50.669],[-2.122,50.662],[-2.115,50.661],[-2.101,50.66],[-2.094,50.655],[-2.081,50.651],[-2.076,50.652],[-2.074,50.654],[-2.068,50.656],[-2.066,50.661],[-2.061,50.661],[-2.051,50.661],[-2.047,50.664],[-2.047,50.669],[-2.045,50.671]]]},"properties":{"Name":"Mid Dorset and North Poole","ID":"E14001363"},"id":300}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.125,52.728],[-1.128,52.729],[-1.132,52.732],[-1.134,52.728],[-1.141,52.727],[-1.143,52.727],[-1.148,52.726],[-1.149,52.727],[-1.156,52.727],[-1.158,52.726],[-1.163,52.727],[-1.167,52.725],[-1.181,52.723],[-1.184,52.727],[-1.187,52.737],[-1.19,52.737],[-1.203,52.747],[-1.208,52.744],[-1.214,52.743],[-1.231,52.738],[-1.23,52.736],[-1.233,52.735],[-1.242,52.734],[-1.246,52.735],[-1.247,52.736],[-1.251,52.736],[-1.263,52.731],[-1.266,52.729],[-1.262,52.724],[-1.266,52.724],[-1.281,52.715],[-1.285,52.715],[-1.292,52.709],[-1.299,52.707],[-1.308,52.707],[-1.311,52.706],[-1.318,52.702],[-1.322,52.7],[-1.33,52.699],[-1.341,52.696],[-1.35,52.694],[-1.343,52.69],[-1.35,52.689],[-1.348,52.685],[-1.354,52.685],[-1.358,52.683],[-1.361,52.681],[-1.361,52.676],[-1.359,52.673],[-1.361,52.667],[-1.359,52.664],[-1.36,52.662],[-1.354,52.66],[-1.345,52.654],[-1.336,52.65],[-1.32,52.647],[-1.322,52.64],[-1.321,52.636],[-1.317,52.64],[-1.312,52.64],[-1.305,52.642],[-1.307,52.646],[-1.299,52.647],[-1.292,52.651],[-1.29,52.653],[-1.285,52.651],[-1.282,52.652],[-1.277,52.648],[-1.27,52.647],[-1.262,52.643],[-1.261,52.637],[-1.256,52.635],[-1.249,52.637],[-1.244,52.636],[-1.241,52.633],[-1.249,52.632],[-1.252,52.631],[-1.26,52.629],[-1.263,52.627],[-1.261,52.625],[-1.258,52.621],[-1.258,52.616],[-1.265,52.614],[-1.258,52.611],[-1.254,52.613],[-1.248,52.611],[-1.246,52.609],[-1.242,52.614],[-1.225,52.616],[-1.219,52.618],[-1.217,52.617],[-1.21,52.618],[-1.204,52.617],[-1.197,52.606],[-1.195,52.6],[-1.188,52.6],[-1.181,52.599],[-1.178,52.602],[-1.17,52.601],[-1.168,52.601],[-1.166,52.603],[-1.171,52.606],[-1.164,52.609],[-1.166,52.613],[-1.172,52.616],[-1.174,52.618],[-1.178,52.618],[-1.188,52.623],[-1.2,52.627],[-1.209,52.631],[-1.211,52.631],[-1.216,52.635],[-1.21,52.642],[-1.206,52.643],[-1.199,52.64],[-1.196,52.641],[-1.191,52.64],[-1.187,52.646],[-1.188,52.647],[-1.184,52.65],[-1.184,52.658],[-1.185,52.661],[-1.177,52.664],[-1.177,52.668],[-1.18,52.669],[-1.178,52.671],[-1.178,52.678],[-1.174,52.679],[-1.173,52.683],[-1.168,52.685],[-1.165,52.689],[-1.161,52.691],[-1.157,52.691],[-1.151,52.689],[-1.148,52.691],[-1.142,52.686],[-1.137,52.68],[-1.138,52.675],[-1.133,52.673],[-1.133,52.67],[-1.129,52.669],[-1.129,52.665],[-1.122,52.669],[-1.119,52.673],[-1.115,52.673],[-1.117,52.675],[-1.112,52.679],[-1.103,52.678],[-1.101,52.682],[-1.101,52.684],[-1.105,52.685],[-1.106,52.689],[-1.109,52.693],[-1.108,52.697],[-1.11,52.7],[-1.12,52.703],[-1.12,52.706],[-1.12,52.71],[-1.123,52.713],[-1.124,52.714],[-1.118,52.719],[-1.122,52.723],[-1.122,52.726],[-1.125,52.728]]]},"properties":{"Name":"Mid Leicestershire","ID":"E14001364"},"id":301}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.098,52.65],[1.099,52.66],[1.1,52.665],[1.1,52.67],[1.1,52.673],[1.102,52.675],[1.108,52.683],[1.102,52.686],[1.102,52.689],[1.095,52.693],[1.088,52.697],[1.087,52.699],[1.084,52.702],[1.086,52.704],[1.09,52.706],[1.1,52.712],[1.104,52.713],[1.105,52.715],[1.1,52.716],[1.096,52.72],[1.094,52.72],[1.089,52.723],[1.087,52.729],[1.083,52.73],[1.083,52.735],[1.081,52.737],[1.079,52.741],[1.068,52.743],[1.06,52.744],[1.056,52.746],[1.051,52.75],[1.055,52.757],[1.053,52.76],[1.053,52.762],[1.045,52.769],[1.034,52.77],[1.028,52.769],[1.011,52.763],[1,52.766],[1.002,52.776],[0.999,52.779],[0.992,52.78],[0.992,52.787],[0.997,52.793],[0.994,52.798],[0.99,52.798],[0.986,52.801],[0.981,52.801],[0.981,52.805],[0.975,52.805],[0.976,52.807],[0.968,52.808],[0.967,52.803],[0.951,52.805],[0.937,52.796],[0.939,52.791],[0.938,52.788],[0.93,52.789],[0.93,52.792],[0.927,52.793],[0.927,52.796],[0.924,52.798],[0.924,52.801],[0.92,52.803],[0.916,52.802],[0.913,52.8],[0.901,52.796],[0.893,52.794],[0.89,52.791],[0.881,52.794],[0.88,52.796],[0.878,52.798],[0.872,52.798],[0.87,52.801],[0.867,52.803],[0.865,52.807],[0.858,52.808],[0.855,52.807],[0.842,52.809],[0.839,52.811],[0.83,52.805],[0.833,52.802],[0.832,52.799],[0.829,52.797],[0.821,52.797],[0.818,52.794],[0.82,52.79],[0.819,52.786],[0.812,52.786],[0.81,52.784],[0.811,52.781],[0.803,52.781],[0.8,52.777],[0.802,52.77],[0.796,52.769],[0.788,52.77],[0.78,52.769],[0.777,52.772],[0.774,52.775],[0.77,52.779],[0.765,52.777],[0.753,52.776],[0.752,52.778],[0.741,52.78],[0.73,52.781],[0.728,52.782],[0.718,52.782],[0.718,52.784],[0.708,52.787],[0.708,52.788],[0.7,52.786],[0.698,52.781],[0.7,52.773],[0.696,52.773],[0.695,52.77],[0.69,52.77],[0.689,52.762],[0.691,52.759],[0.688,52.754],[0.689,52.752],[0.673,52.746],[0.668,52.741],[0.68,52.738],[0.689,52.736],[0.7,52.736],[0.705,52.732],[0.715,52.725],[0.717,52.723],[0.717,52.719],[0.713,52.717],[0.711,52.714],[0.708,52.711],[0.7,52.708],[0.699,52.701],[0.697,52.701],[0.7,52.696],[0.706,52.694],[0.715,52.693],[0.717,52.688],[0.72,52.686],[0.73,52.682],[0.741,52.676],[0.746,52.674],[0.755,52.673],[0.754,52.666],[0.75,52.652],[0.757,52.644],[0.763,52.641],[0.759,52.64],[0.76,52.636],[0.764,52.633],[0.763,52.629],[0.766,52.625],[0.774,52.619],[0.783,52.617],[0.797,52.615],[0.8,52.615],[0.806,52.616],[0.812,52.617],[0.815,52.616],[0.82,52.618],[0.827,52.619],[0.829,52.62],[0.835,52.62],[0.836,52.618],[0.827,52.615],[0.818,52.608],[0.816,52.605],[0.811,52.605],[0.81,52.6],[0.807,52.598],[0.799,52.597],[0.796,52.595],[0.795,52.59],[0.784,52.586],[0.774,52.586],[0.772,52.587],[0.767,52.584],[0.763,52.58],[0.762,52.574],[0.767,52.573],[0.769,52.571],[0.771,52.568],[0.777,52.568],[0.782,52.567],[0.785,52.57],[0.791,52.569],[0.798,52.567],[0.803,52.571],[0.806,52.566],[0.805,52.564],[0.799,52.565],[0.799,52.562],[0.795,52.563],[0.792,52.559],[0.797,52.548],[0.799,52.548],[0.805,52.54],[0.816,52.522],[0.823,52.512],[0.812,52.509],[0.797,52.504],[0.791,52.504],[0.781,52.505],[0.77,52.507],[0.761,52.493],[0.755,52.486],[0.757,52.472],[0.764,52.472],[0.767,52.47],[0.775,52.467],[0.778,52.464],[0.785,52.462],[0.803,52.46],[0.807,52.456],[0.811,52.455],[0.827,52.456],[0.836,52.457],[0.842,52.458],[0.842,52.459],[0.846,52.461],[0.853,52.461],[0.866,52.462],[0.871,52.463],[0.881,52.464],[0.883,52.471],[0.879,52.471],[0.878,52.478],[0.888,52.478],[0.897,52.479],[0.903,52.478],[0.912,52.479],[0.915,52.476],[0.914,52.474],[0.916,52.471],[0.92,52.469],[0.921,52.464],[0.917,52.46],[0.918,52.454],[0.916,52.453],[0.921,52.45],[0.923,52.447],[0.936,52.452],[0.941,52.455],[0.948,52.455],[0.956,52.451],[0.961,52.444],[0.964,52.438],[0.967,52.434],[0.974,52.434],[0.974,52.437],[0.984,52.438],[0.989,52.44],[0.999,52.444],[1.002,52.448],[1.008,52.447],[1.016,52.443],[1.025,52.438],[1.033,52.435],[1.039,52.434],[1.045,52.434],[1.05,52.433],[1.054,52.434],[1.063,52.433],[1.065,52.437],[1.066,52.441],[1.064,52.442],[1.073,52.455],[1.095,52.46],[1.097,52.466],[1.095,52.47],[1.091,52.469],[1.086,52.471],[1.085,52.479],[1.088,52.481],[1.083,52.485],[1.079,52.499],[1.081,52.505],[1.079,52.507],[1.084,52.513],[1.09,52.515],[1.095,52.518],[1.093,52.521],[1.086,52.523],[1.082,52.524],[1.079,52.528],[1.07,52.532],[1.064,52.535],[1.061,52.537],[1.063,52.543],[1.066,52.545],[1.067,52.548],[1.071,52.55],[1.076,52.557],[1.078,52.562],[1.08,52.565],[1.081,52.571],[1.089,52.571],[1.087,52.579],[1.088,52.581],[1.093,52.589],[1.092,52.592],[1.086,52.596],[1.083,52.596],[1.078,52.6],[1.079,52.601],[1.087,52.604],[1.09,52.606],[1.094,52.607],[1.097,52.61],[1.102,52.611],[1.106,52.609],[1.113,52.602],[1.122,52.6],[1.126,52.599],[1.134,52.602],[1.134,52.605],[1.135,52.614],[1.134,52.619],[1.127,52.622],[1.133,52.625],[1.136,52.625],[1.138,52.627],[1.137,52.63],[1.134,52.633],[1.124,52.633],[1.119,52.631],[1.11,52.635],[1.101,52.634],[1.099,52.635],[1.095,52.639],[1.095,52.646],[1.09,52.647],[1.093,52.651],[1.098,52.65]]]},"properties":{"Name":"Mid Norfolk","ID":"E14001365"},"id":302}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.106,50.963],[-0.109,50.965],[-0.111,50.968],[-0.116,50.967],[-0.116,50.973],[-0.115,50.976],[-0.112,50.976],[-0.109,50.98],[-0.102,50.98],[-0.094,50.979],[-0.092,50.983],[-0.084,50.991],[-0.074,50.992],[-0.071,50.991],[-0.07,50.996],[-0.073,50.998],[-0.066,51.001],[-0.062,51.002],[-0.058,51.004],[-0.051,51.004],[-0.055,51.008],[-0.057,51.008],[-0.063,51.007],[-0.067,51.01],[-0.072,51.017],[-0.077,51.02],[-0.079,51.017],[-0.084,51.019],[-0.09,51.018],[-0.102,51.019],[-0.106,51.018],[-0.108,51.024],[-0.112,51.024],[-0.111,51.032],[-0.112,51.035],[-0.117,51.034],[-0.124,51.037],[-0.125,51.04],[-0.13,51.04],[-0.135,51.038],[-0.141,51.037],[-0.155,51.037],[-0.156,51.038],[-0.156,51.042],[-0.164,51.042],[-0.162,51.045],[-0.162,51.049],[-0.164,51.053],[-0.166,51.054],[-0.167,51.059],[-0.173,51.06],[-0.175,51.059],[-0.179,51.058],[-0.18,51.055],[-0.189,51.059],[-0.193,51.06],[-0.197,51.058],[-0.194,51.055],[-0.197,51.051],[-0.193,51.049],[-0.198,51.047],[-0.194,51.044],[-0.194,51.039],[-0.202,51.038],[-0.21,51.038],[-0.219,51.038],[-0.225,51.037],[-0.229,51.038],[-0.247,51.033],[-0.249,51.025],[-0.244,51.024],[-0.237,51.021],[-0.24,51.017],[-0.243,51.017],[-0.246,51.014],[-0.245,51.012],[-0.238,51.012],[-0.232,51.011],[-0.233,51.008],[-0.236,51.005],[-0.235,50.999],[-0.237,50.996],[-0.236,50.993],[-0.242,50.991],[-0.242,50.987],[-0.236,50.987],[-0.231,50.989],[-0.23,50.986],[-0.233,50.984],[-0.24,50.974],[-0.242,50.968],[-0.24,50.958],[-0.241,50.953],[-0.239,50.95],[-0.23,50.949],[-0.225,50.948],[-0.224,50.943],[-0.228,50.942],[-0.229,50.938],[-0.232,50.936],[-0.23,50.933],[-0.23,50.93],[-0.229,50.922],[-0.229,50.919],[-0.226,50.916],[-0.227,50.913],[-0.233,50.911],[-0.237,50.908],[-0.244,50.907],[-0.242,50.902],[-0.244,50.902],[-0.243,50.891],[-0.244,50.884],[-0.246,50.876],[-0.248,50.875],[-0.249,50.873],[-0.245,50.869],[-0.239,50.868],[-0.237,50.872],[-0.233,50.876],[-0.227,50.878],[-0.225,50.876],[-0.214,50.875],[-0.214,50.87],[-0.205,50.87],[-0.202,50.876],[-0.201,50.875],[-0.199,50.87],[-0.188,50.869],[-0.19,50.874],[-0.185,50.877],[-0.182,50.881],[-0.181,50.884],[-0.182,50.888],[-0.178,50.89],[-0.169,50.89],[-0.169,50.892],[-0.166,50.892],[-0.168,50.886],[-0.168,50.881],[-0.162,50.881],[-0.153,50.88],[-0.153,50.885],[-0.145,50.887],[-0.142,50.884],[-0.137,50.885],[-0.135,50.887],[-0.134,50.888],[-0.133,50.894],[-0.131,50.9],[-0.13,50.908],[-0.128,50.919],[-0.126,50.923],[-0.12,50.931],[-0.12,50.939],[-0.12,50.942],[-0.117,50.945],[-0.106,50.943],[-0.104,50.947],[-0.106,50.955],[-0.108,50.957],[-0.108,50.96],[-0.106,50.963]]]},"properties":{"Name":"Mid Sussex","ID":"E14001366"},"id":303}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.197,54.582],[-1.202,54.58],[-1.201,54.578],[-1.194,54.58],[-1.197,54.582]]],[[[-1.201,54.578],[-1.203,54.58],[-1.212,54.58],[-1.22,54.579],[-1.221,54.582],[-1.229,54.584],[-1.24,54.587],[-1.246,54.59],[-1.252,54.591],[-1.256,54.589],[-1.257,54.587],[-1.26,54.572],[-1.262,54.57],[-1.269,54.567],[-1.278,54.566],[-1.286,54.565],[-1.298,54.565],[-1.307,54.566],[-1.31,54.563],[-1.307,54.559],[-1.31,54.555],[-1.311,54.55],[-1.308,54.547],[-1.31,54.546],[-1.299,54.546],[-1.292,54.545],[-1.293,54.544],[-1.29,54.541],[-1.294,54.54],[-1.296,54.535],[-1.301,54.533],[-1.297,54.521],[-1.291,54.513],[-1.285,54.516],[-1.279,54.518],[-1.283,54.526],[-1.278,54.529],[-1.265,54.528],[-1.258,54.528],[-1.252,54.528],[-1.243,54.53],[-1.229,54.532],[-1.232,54.537],[-1.236,54.541],[-1.234,54.544],[-1.23,54.541],[-1.221,54.544],[-1.224,54.545],[-1.217,54.548],[-1.208,54.552],[-1.198,54.552],[-1.191,54.555],[-1.184,54.556],[-1.172,54.559],[-1.176,54.562],[-1.176,54.567],[-1.178,54.569],[-1.184,54.569],[-1.187,54.573],[-1.192,54.575],[-1.197,54.575],[-1.198,54.576],[-1.2,54.577],[-1.201,54.578]]]]},"properties":{"Name":"Middlesbrough and Thornaby East","ID":"E14001367"},"id":304}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.794,54.558],[-0.799,54.56],[-0.802,54.559],[-0.809,54.559],[-0.818,54.561],[-0.824,54.562],[-0.83,54.566],[-0.841,54.569],[-0.842,54.57],[-0.853,54.572],[-0.863,54.572],[-0.872,54.57],[-0.877,54.57],[-0.884,54.571],[-0.894,54.571],[-0.899,54.572],[-0.912,54.579],[-0.917,54.581],[-0.92,54.585],[-0.926,54.587],[-0.934,54.587],[-0.938,54.589],[-0.938,54.588],[-0.956,54.583],[-0.956,54.582],[-0.969,54.582],[-0.971,54.578],[-0.974,54.577],[-0.973,54.575],[-0.977,54.572],[-0.981,54.573],[-0.991,54.571],[-0.996,54.576],[-1.016,54.573],[-1.019,54.574],[-1.028,54.575],[-1.036,54.573],[-1.044,54.572],[-1.05,54.571],[-1.048,54.567],[-1.056,54.564],[-1.064,54.565],[-1.069,54.577],[-1.089,54.57],[-1.094,54.569],[-1.098,54.567],[-1.105,54.567],[-1.116,54.563],[-1.127,54.561],[-1.131,54.56],[-1.132,54.555],[-1.138,54.553],[-1.143,54.545],[-1.149,54.54],[-1.16,54.54],[-1.165,54.536],[-1.162,54.533],[-1.16,54.528],[-1.161,54.525],[-1.168,54.527],[-1.18,54.533],[-1.192,54.54],[-1.199,54.545],[-1.196,54.545],[-1.191,54.548],[-1.179,54.55],[-1.174,54.553],[-1.167,54.554],[-1.172,54.559],[-1.184,54.556],[-1.191,54.555],[-1.198,54.552],[-1.208,54.552],[-1.217,54.548],[-1.224,54.545],[-1.221,54.544],[-1.23,54.541],[-1.234,54.544],[-1.236,54.541],[-1.232,54.537],[-1.229,54.532],[-1.243,54.53],[-1.252,54.528],[-1.258,54.528],[-1.265,54.528],[-1.278,54.529],[-1.283,54.526],[-1.279,54.518],[-1.274,54.515],[-1.267,54.514],[-1.264,54.513],[-1.256,54.512],[-1.251,54.513],[-1.247,54.511],[-1.239,54.512],[-1.235,54.51],[-1.228,54.512],[-1.218,54.51],[-1.208,54.509],[-1.204,54.507],[-1.197,54.506],[-1.19,54.506],[-1.185,54.507],[-1.18,54.506],[-1.171,54.502],[-1.167,54.504],[-1.156,54.502],[-1.147,54.501],[-1.146,54.503],[-1.13,54.5],[-1.127,54.499],[-1.119,54.498],[-1.114,54.499],[-1.112,54.501],[-1.112,54.504],[-1.106,54.506],[-1.094,54.507],[-1.087,54.503],[-1.078,54.504],[-1.068,54.5],[-1.065,54.499],[-1.06,54.5],[-1.051,54.496],[-1.045,54.496],[-1.037,54.494],[-1.024,54.502],[-1.003,54.503],[-0.987,54.501],[-0.968,54.497],[-0.953,54.488],[-0.942,54.489],[-0.933,54.491],[-0.923,54.491],[-0.898,54.495],[-0.894,54.497],[-0.881,54.497],[-0.877,54.495],[-0.876,54.491],[-0.867,54.489],[-0.856,54.488],[-0.849,54.488],[-0.844,54.49],[-0.844,54.491],[-0.849,54.496],[-0.853,54.503],[-0.852,54.511],[-0.85,54.511],[-0.852,54.518],[-0.85,54.519],[-0.851,54.523],[-0.85,54.528],[-0.848,54.531],[-0.842,54.536],[-0.837,54.543],[-0.825,54.549],[-0.82,54.549],[-0.816,54.552],[-0.811,54.551],[-0.804,54.551],[-0.801,54.552],[-0.796,54.555],[-0.794,54.558]]]},"properties":{"Name":"Middlesbrough South and East Cleveland","ID":"E14001368"},"id":305}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.669,52.049],[-0.695,52.057],[-0.714,52.065],[-0.721,52.067],[-0.729,52.065],[-0.733,52.063],[-0.739,52.067],[-0.748,52.064],[-0.745,52.059],[-0.75,52.056],[-0.758,52.054],[-0.767,52.05],[-0.78,52.046],[-0.789,52.04],[-0.8,52.037],[-0.804,52.034],[-0.794,52.03],[-0.799,52.024],[-0.803,52.022],[-0.809,52.026],[-0.811,52.027],[-0.817,52.022],[-0.821,52.021],[-0.827,52.015],[-0.82,52.012],[-0.819,52.008],[-0.816,52.005],[-0.812,52.006],[-0.812,52.01],[-0.804,52.012],[-0.803,52.013],[-0.797,52.01],[-0.789,52.005],[-0.776,52],[-0.775,52.002],[-0.771,52.004],[-0.761,52.011],[-0.757,52.015],[-0.751,52.013],[-0.736,52.012],[-0.724,52.013],[-0.717,52.012],[-0.713,52.01],[-0.71,52.005],[-0.709,52.002],[-0.707,51.998],[-0.701,51.993],[-0.702,51.985],[-0.696,51.982],[-0.693,51.982],[-0.688,51.981],[-0.682,51.98],[-0.678,51.977],[-0.671,51.977],[-0.669,51.978],[-0.653,51.969],[-0.652,51.97],[-0.646,51.972],[-0.649,51.976],[-0.656,51.982],[-0.655,51.988],[-0.661,51.991],[-0.659,51.993],[-0.662,52],[-0.659,52],[-0.656,52.005],[-0.649,52.01],[-0.643,52.011],[-0.645,52.014],[-0.648,52.015],[-0.651,52.018],[-0.648,52.019],[-0.646,52.022],[-0.64,52.024],[-0.643,52.026],[-0.642,52.03],[-0.645,52.038],[-0.669,52.049]]]},"properties":{"Name":"Milton Keynes Central","ID":"E14001369"},"id":306}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.668,52.195],[-0.673,52.196],[-0.685,52.196],[-0.694,52.195],[-0.703,52.193],[-0.709,52.189],[-0.711,52.188],[-0.721,52.182],[-0.729,52.179],[-0.735,52.174],[-0.737,52.174],[-0.739,52.171],[-0.745,52.17],[-0.746,52.169],[-0.751,52.168],[-0.758,52.167],[-0.76,52.165],[-0.764,52.168],[-0.765,52.171],[-0.772,52.169],[-0.778,52.169],[-0.78,52.163],[-0.783,52.16],[-0.788,52.154],[-0.792,52.151],[-0.794,52.154],[-0.797,52.153],[-0.8,52.157],[-0.808,52.157],[-0.807,52.153],[-0.809,52.148],[-0.817,52.144],[-0.832,52.144],[-0.831,52.141],[-0.829,52.135],[-0.828,52.133],[-0.832,52.131],[-0.836,52.133],[-0.838,52.131],[-0.847,52.129],[-0.851,52.129],[-0.854,52.132],[-0.862,52.131],[-0.87,52.13],[-0.879,52.126],[-0.881,52.123],[-0.881,52.12],[-0.884,52.116],[-0.887,52.115],[-0.882,52.113],[-0.873,52.113],[-0.869,52.108],[-0.87,52.105],[-0.865,52.103],[-0.869,52.101],[-0.869,52.1],[-0.858,52.097],[-0.856,52.093],[-0.846,52.091],[-0.844,52.085],[-0.838,52.082],[-0.835,52.08],[-0.836,52.075],[-0.832,52.072],[-0.833,52.069],[-0.839,52.064],[-0.845,52.063],[-0.851,52.065],[-0.859,52.063],[-0.863,52.061],[-0.86,52.059],[-0.861,52.055],[-0.858,52.053],[-0.853,52.052],[-0.852,52.051],[-0.86,52.045],[-0.866,52.047],[-0.87,52.045],[-0.871,52.04],[-0.861,52.036],[-0.856,52.032],[-0.857,52.031],[-0.847,52.026],[-0.845,52.023],[-0.839,52.021],[-0.835,52.019],[-0.832,52.018],[-0.827,52.015],[-0.821,52.021],[-0.817,52.022],[-0.811,52.027],[-0.809,52.026],[-0.803,52.022],[-0.799,52.024],[-0.794,52.03],[-0.804,52.034],[-0.8,52.037],[-0.789,52.04],[-0.78,52.046],[-0.767,52.05],[-0.758,52.054],[-0.75,52.056],[-0.745,52.059],[-0.748,52.064],[-0.739,52.067],[-0.733,52.063],[-0.729,52.065],[-0.721,52.067],[-0.714,52.065],[-0.695,52.057],[-0.669,52.049],[-0.668,52.05],[-0.661,52.054],[-0.659,52.057],[-0.654,52.06],[-0.653,52.062],[-0.648,52.066],[-0.642,52.068],[-0.639,52.072],[-0.637,52.076],[-0.636,52.078],[-0.628,52.082],[-0.626,52.084],[-0.622,52.084],[-0.618,52.086],[-0.617,52.088],[-0.606,52.092],[-0.607,52.095],[-0.604,52.096],[-0.603,52.1],[-0.597,52.102],[-0.602,52.105],[-0.597,52.109],[-0.592,52.111],[-0.598,52.116],[-0.597,52.119],[-0.599,52.124],[-0.599,52.126],[-0.607,52.134],[-0.619,52.133],[-0.627,52.135],[-0.63,52.137],[-0.635,52.138],[-0.634,52.142],[-0.638,52.146],[-0.636,52.147],[-0.641,52.153],[-0.637,52.153],[-0.631,52.155],[-0.63,52.16],[-0.631,52.164],[-0.635,52.168],[-0.631,52.172],[-0.628,52.172],[-0.628,52.176],[-0.629,52.179],[-0.627,52.182],[-0.64,52.183],[-0.639,52.187],[-0.643,52.189],[-0.649,52.19],[-0.658,52.19],[-0.661,52.192],[-0.666,52.193],[-0.668,52.195]]]},"properties":{"Name":"Milton Keynes North","ID":"E14001370"},"id":307}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.174,51.423],[-0.179,51.424],[-0.178,51.423],[-0.181,51.421],[-0.181,51.417],[-0.183,51.416],[-0.184,51.412],[-0.184,51.411],[-0.184,51.408],[-0.189,51.404],[-0.195,51.402],[-0.196,51.398],[-0.199,51.395],[-0.202,51.401],[-0.214,51.409],[-0.22,51.408],[-0.229,51.407],[-0.229,51.403],[-0.226,51.4],[-0.221,51.397],[-0.226,51.395],[-0.227,51.393],[-0.233,51.393],[-0.235,51.391],[-0.234,51.388],[-0.228,51.384],[-0.218,51.38],[-0.21,51.388],[-0.205,51.386],[-0.2,51.385],[-0.194,51.388],[-0.188,51.385],[-0.179,51.39],[-0.175,51.393],[-0.171,51.392],[-0.166,51.39],[-0.165,51.388],[-0.158,51.389],[-0.144,51.391],[-0.142,51.389],[-0.134,51.391],[-0.133,51.391],[-0.132,51.392],[-0.129,51.393],[-0.129,51.394],[-0.128,51.395],[-0.127,51.396],[-0.124,51.398],[-0.125,51.398],[-0.126,51.398],[-0.125,51.399],[-0.126,51.399],[-0.128,51.401],[-0.129,51.402],[-0.13,51.403],[-0.131,51.405],[-0.132,51.406],[-0.132,51.408],[-0.132,51.409],[-0.131,51.409],[-0.128,51.411],[-0.128,51.412],[-0.13,51.412],[-0.133,51.412],[-0.134,51.413],[-0.133,51.413],[-0.134,51.413],[-0.134,51.412],[-0.135,51.411],[-0.137,51.412],[-0.143,51.413],[-0.148,51.413],[-0.144,51.416],[-0.143,51.417],[-0.14,51.419],[-0.142,51.419],[-0.143,51.418],[-0.146,51.418],[-0.147,51.419],[-0.156,51.421],[-0.159,51.422],[-0.161,51.421],[-0.162,51.42],[-0.163,51.42],[-0.165,51.42],[-0.167,51.421],[-0.168,51.421],[-0.17,51.422],[-0.171,51.422],[-0.173,51.423],[-0.174,51.423]]]},"properties":{"Name":"Mitcham and Morden","ID":"E14001371"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.84,54.023],[-2.841,54.021],[-2.835,54.018],[-2.834,54.022],[-2.84,54.023]]],[[[-2.805,54.225],[-2.8,54.226],[-2.794,54.227],[-2.796,54.23],[-2.801,54.231],[-2.805,54.225]]],[[[-2.368,54.356],[-2.372,54.359],[-2.381,54.367],[-2.38,54.37],[-2.382,54.371],[-2.393,54.37],[-2.405,54.37],[-2.413,54.368],[-2.421,54.366],[-2.426,54.367],[-2.429,54.37],[-2.438,54.371],[-2.443,54.376],[-2.449,54.376],[-2.456,54.372],[-2.457,54.37],[-2.463,54.368],[-2.472,54.374],[-2.475,54.376],[-2.484,54.377],[-2.496,54.375],[-2.499,54.373],[-2.505,54.374],[-2.507,54.373],[-2.509,54.37],[-2.514,54.368],[-2.521,54.37],[-2.521,54.373],[-2.527,54.378],[-2.534,54.381],[-2.531,54.385],[-2.535,54.386],[-2.538,54.391],[-2.536,54.393],[-2.539,54.394],[-2.544,54.393],[-2.545,54.391],[-2.55,54.388],[-2.555,54.387],[-2.557,54.388],[-2.566,54.389],[-2.574,54.392],[-2.578,54.392],[-2.583,54.388],[-2.58,54.386],[-2.576,54.38],[-2.581,54.373],[-2.579,54.367],[-2.58,54.363],[-2.588,54.36],[-2.588,54.358],[-2.579,54.353],[-2.573,54.351],[-2.573,54.349],[-2.575,54.347],[-2.571,54.341],[-2.569,54.333],[-2.57,54.33],[-2.568,54.326],[-2.568,54.324],[-2.579,54.317],[-2.584,54.308],[-2.584,54.305],[-2.58,54.302],[-2.572,54.3],[-2.572,54.297],[-2.576,54.293],[-2.581,54.291],[-2.578,54.288],[-2.58,54.285],[-2.586,54.282],[-2.583,54.278],[-2.586,54.274],[-2.592,54.276],[-2.599,54.275],[-2.606,54.273],[-2.614,54.272],[-2.62,54.272],[-2.632,54.271],[-2.634,54.272],[-2.637,54.268],[-2.647,54.273],[-2.658,54.272],[-2.658,54.27],[-2.665,54.268],[-2.667,54.27],[-2.672,54.27],[-2.673,54.271],[-2.678,54.273],[-2.686,54.273],[-2.691,54.273],[-2.696,54.271],[-2.699,54.275],[-2.697,54.279],[-2.694,54.282],[-2.7,54.285],[-2.704,54.285],[-2.703,54.288],[-2.705,54.292],[-2.701,54.295],[-2.705,54.296],[-2.701,54.3],[-2.709,54.301],[-2.715,54.303],[-2.722,54.294],[-2.723,54.29],[-2.726,54.289],[-2.73,54.288],[-2.738,54.285],[-2.739,54.282],[-2.743,54.281],[-2.751,54.28],[-2.756,54.281],[-2.759,54.276],[-2.757,54.272],[-2.76,54.27],[-2.761,54.265],[-2.765,54.26],[-2.765,54.257],[-2.761,54.256],[-2.763,54.252],[-2.76,54.25],[-2.745,54.246],[-2.74,54.246],[-2.74,54.242],[-2.737,54.238],[-2.738,54.237],[-2.74,54.233],[-2.743,54.232],[-2.745,54.23],[-2.749,54.229],[-2.75,54.233],[-2.749,54.237],[-2.758,54.24],[-2.765,54.235],[-2.769,54.237],[-2.777,54.235],[-2.783,54.231],[-2.789,54.231],[-2.789,54.229],[-2.792,54.225],[-2.797,54.223],[-2.802,54.22],[-2.808,54.219],[-2.811,54.214],[-2.821,54.209],[-2.825,54.204],[-2.828,54.204],[-2.834,54.204],[-2.836,54.202],[-2.841,54.2],[-2.844,54.198],[-2.85,54.196],[-2.856,54.193],[-2.86,54.194],[-2.864,54.192],[-2.862,54.188],[-2.864,54.187],[-2.865,54.184],[-2.863,54.182],[-2.87,54.179],[-2.87,54.178],[-2.864,54.168],[-2.862,54.167],[-2.865,54.164],[-2.866,54.16],[-2.863,54.155],[-2.859,54.154],[-2.848,54.152],[-2.843,54.153],[-2.839,54.151],[-2.842,54.15],[-2.842,54.147],[-2.838,54.143],[-2.835,54.142],[-2.83,54.142],[-2.832,54.138],[-2.831,54.135],[-2.825,54.128],[-2.821,54.125],[-2.821,54.123],[-2.815,54.121],[-2.811,54.121],[-2.804,54.123],[-2.802,54.126],[-2.797,54.126],[-2.801,54.115],[-2.808,54.11],[-2.809,54.108],[-2.813,54.105],[-2.82,54.104],[-2.825,54.102],[-2.827,54.099],[-2.828,54.094],[-2.821,54.089],[-2.825,54.086],[-2.833,54.085],[-2.834,54.084],[-2.841,54.079],[-2.851,54.077],[-2.857,54.078],[-2.861,54.077],[-2.868,54.073],[-2.872,54.074],[-2.876,54.073],[-2.877,54.069],[-2.883,54.066],[-2.887,54.066],[-2.889,54.063],[-2.892,54.061],[-2.897,54.049],[-2.901,54.048],[-2.905,54.048],[-2.907,54.043],[-2.906,54.04],[-2.92,54.035],[-2.913,54.036],[-2.912,54.034],[-2.924,54.031],[-2.919,54.028],[-2.911,54.024],[-2.91,54.021],[-2.906,54.022],[-2.902,54.018],[-2.906,54.015],[-2.907,54.007],[-2.904,54.005],[-2.904,54.003],[-2.901,54],[-2.904,53.998],[-2.899,53.995],[-2.9,53.992],[-2.894,53.99],[-2.888,53.991],[-2.884,53.993],[-2.881,53.989],[-2.876,53.994],[-2.876,53.997],[-2.876,54.001],[-2.872,54.003],[-2.875,54.004],[-2.865,54.005],[-2.861,54.004],[-2.855,54.005],[-2.849,54.005],[-2.842,54.006],[-2.839,54.008],[-2.835,54.011],[-2.834,54.015],[-2.838,54.02],[-2.841,54.021],[-2.839,54.023],[-2.834,54.023],[-2.833,54.029],[-2.837,54.032],[-2.844,54.04],[-2.846,54.044],[-2.844,54.046],[-2.839,54.049],[-2.838,54.049],[-2.839,54.05],[-2.833,54.053],[-2.831,54.055],[-2.824,54.056],[-2.836,54.061],[-2.829,54.062],[-2.826,54.06],[-2.824,54.062],[-2.826,54.065],[-2.815,54.067],[-2.808,54.067],[-2.803,54.066],[-2.792,54.069],[-2.784,54.065],[-2.774,54.066],[-2.769,54.059],[-2.766,54.054],[-2.767,54.049],[-2.771,54.047],[-2.776,54.041],[-2.758,54.037],[-2.752,54.035],[-2.743,54.034],[-2.749,54.03],[-2.753,54.026],[-2.755,54.021],[-2.762,54.019],[-2.763,54.017],[-2.762,54.012],[-2.757,54.013],[-2.757,54.01],[-2.752,54.009],[-2.745,54.009],[-2.739,54.008],[-2.733,54.01],[-2.73,54.009],[-2.728,54.006],[-2.732,54.004],[-2.733,54.003],[-2.726,54.004],[-2.724,54.006],[-2.718,54.007],[-2.713,54.008],[-2.71,54.008],[-2.702,54.009],[-2.7,54.01],[-2.68,54.024],[-2.673,54.022],[-2.661,54.024],[-2.649,54.023],[-2.638,54.021],[-2.631,54.021],[-2.623,54.022],[-2.61,54.027],[-2.6,54.025],[-2.592,54.025],[-2.584,54.019],[-2.576,54.016],[-2.571,54.015],[-2.557,54.015],[-2.549,54.014],[-2.546,54.015],[-2.544,54.02],[-2.539,54.023],[-2.532,54.024],[-2.527,54.026],[-2.524,54.024],[-2.519,54.021],[-2.513,54.022],[-2.503,54.02],[-2.498,54.022],[-2.499,54.025],[-2.498,54.027],[-2.493,54.032],[-2.494,54.037],[-2.492,54.04],[-2.487,54.043],[-2.47,54.046],[-2.471,54.051],[-2.469,54.055],[-2.464,54.061],[-2.466,54.072],[-2.464,54.075],[-2.471,54.077],[-2.481,54.085],[-2.486,54.085],[-2.492,54.087],[-2.493,54.09],[-2.506,54.091],[-2.509,54.092],[-2.51,54.095],[-2.517,54.095],[-2.525,54.095],[-2.526,54.099],[-2.525,54.1],[-2.529,54.103],[-2.537,54.104],[-2.538,54.106],[-2.536,54.108],[-2.544,54.113],[-2.546,54.115],[-2.546,54.118],[-2.553,54.121],[-2.557,54.121],[-2.563,54.123],[-2.565,54.127],[-2.561,54.13],[-2.562,54.132],[-2.563,54.141],[-2.558,54.143],[-2.557,54.15],[-2.562,54.151],[-2.56,54.153],[-2.552,54.154],[-2.547,54.153],[-2.544,54.158],[-2.537,54.157],[-2.533,54.158],[-2.529,54.164],[-2.529,54.169],[-2.523,54.171],[-2.522,54.174],[-2.515,54.178],[-2.512,54.179],[-2.48,54.202],[-2.48,54.205],[-2.476,54.21],[-2.473,54.216],[-2.463,54.223],[-2.461,54.227],[-2.441,54.226],[-2.435,54.223],[-2.409,54.227],[-2.404,54.226],[-2.401,54.23],[-2.401,54.234],[-2.397,54.239],[-2.385,54.239],[-2.373,54.24],[-2.372,54.248],[-2.362,54.25],[-2.36,54.247],[-2.352,54.242],[-2.348,54.238],[-2.338,54.238],[-2.325,54.243],[-2.323,54.245],[-2.322,54.255],[-2.319,54.257],[-2.321,54.26],[-2.318,54.264],[-2.318,54.266],[-2.315,54.27],[-2.324,54.28],[-2.319,54.284],[-2.317,54.287],[-2.32,54.289],[-2.324,54.294],[-2.322,54.295],[-2.32,54.3],[-2.324,54.301],[-2.324,54.304],[-2.32,54.307],[-2.323,54.311],[-2.319,54.311],[-2.315,54.314],[-2.31,54.324],[-2.318,54.328],[-2.32,54.332],[-2.329,54.332],[-2.335,54.335],[-2.335,54.34],[-2.34,54.343],[-2.348,54.345],[-2.348,54.347],[-2.36,54.35],[-2.362,54.353],[-2.368,54.356]]]]},"properties":{"Name":"Morecambe and Lunesdale","ID":"E14001372"},"id":309}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.38,50.78],[-1.385,50.78],[-1.391,50.779],[-1.387,50.777],[-1.38,50.78]]],[[[-1.478,50.929],[-1.481,50.93],[-1.481,50.929],[-1.482,50.929],[-1.481,50.929],[-1.477,50.928],[-1.478,50.929]]],[[[-1.487,50.933],[-1.49,50.934],[-1.498,50.935],[-1.5,50.935],[-1.508,50.941],[-1.508,50.946],[-1.51,50.95],[-1.516,50.951],[-1.522,50.952],[-1.524,50.95],[-1.531,50.951],[-1.534,50.955],[-1.533,50.957],[-1.534,50.959],[-1.539,50.961],[-1.542,50.968],[-1.545,50.969],[-1.548,50.968],[-1.553,50.968],[-1.557,50.966],[-1.562,50.966],[-1.576,50.961],[-1.584,50.962],[-1.584,50.959],[-1.586,50.957],[-1.589,50.953],[-1.596,50.954],[-1.596,50.956],[-1.608,50.955],[-1.613,50.958],[-1.62,50.959],[-1.623,50.955],[-1.628,50.957],[-1.635,50.959],[-1.64,50.956],[-1.641,50.953],[-1.647,50.949],[-1.652,50.947],[-1.662,50.945],[-1.677,50.95],[-1.678,50.949],[-1.685,50.948],[-1.688,50.945],[-1.687,50.94],[-1.688,50.936],[-1.692,50.931],[-1.693,50.926],[-1.691,50.923],[-1.69,50.919],[-1.695,50.912],[-1.695,50.908],[-1.691,50.91],[-1.683,50.911],[-1.677,50.905],[-1.677,50.903],[-1.679,50.901],[-1.68,50.898],[-1.683,50.891],[-1.688,50.884],[-1.687,50.881],[-1.681,50.873],[-1.676,50.87],[-1.673,50.867],[-1.671,50.864],[-1.661,50.865],[-1.658,50.864],[-1.636,50.859],[-1.639,50.856],[-1.637,50.853],[-1.635,50.849],[-1.635,50.846],[-1.643,50.84],[-1.652,50.824],[-1.656,50.822],[-1.659,50.816],[-1.661,50.813],[-1.672,50.803],[-1.671,50.802],[-1.673,50.798],[-1.684,50.792],[-1.687,50.788],[-1.685,50.788],[-1.679,50.792],[-1.677,50.79],[-1.669,50.787],[-1.652,50.784],[-1.643,50.785],[-1.637,50.785],[-1.636,50.779],[-1.633,50.777],[-1.628,50.77],[-1.624,50.767],[-1.621,50.763],[-1.617,50.763],[-1.601,50.764],[-1.596,50.764],[-1.592,50.766],[-1.579,50.77],[-1.565,50.771],[-1.564,50.773],[-1.556,50.773],[-1.551,50.772],[-1.548,50.773],[-1.543,50.771],[-1.543,50.766],[-1.537,50.763],[-1.534,50.762],[-1.534,50.759],[-1.53,50.758],[-1.521,50.755],[-1.514,50.753],[-1.51,50.754],[-1.502,50.754],[-1.496,50.755],[-1.485,50.756],[-1.476,50.759],[-1.465,50.76],[-1.466,50.762],[-1.465,50.765],[-1.461,50.761],[-1.456,50.762],[-1.447,50.762],[-1.439,50.764],[-1.429,50.766],[-1.426,50.766],[-1.419,50.766],[-1.416,50.767],[-1.406,50.772],[-1.402,50.775],[-1.397,50.776],[-1.407,50.782],[-1.413,50.784],[-1.413,50.787],[-1.412,50.79],[-1.41,50.79],[-1.412,50.795],[-1.412,50.8],[-1.417,50.799],[-1.421,50.799],[-1.424,50.802],[-1.421,50.805],[-1.428,50.806],[-1.43,50.809],[-1.435,50.809],[-1.436,50.81],[-1.429,50.811],[-1.426,50.808],[-1.423,50.808],[-1.417,50.805],[-1.418,50.803],[-1.413,50.804],[-1.409,50.801],[-1.409,50.795],[-1.407,50.793],[-1.406,50.789],[-1.408,50.786],[-1.401,50.784],[-1.397,50.783],[-1.396,50.785],[-1.388,50.786],[-1.382,50.785],[-1.367,50.785],[-1.354,50.784],[-1.35,50.785],[-1.342,50.786],[-1.337,50.794],[-1.333,50.797],[-1.328,50.803],[-1.321,50.808],[-1.312,50.812],[-1.308,50.816],[-1.307,50.82],[-1.31,50.819],[-1.308,50.817],[-1.31,50.815],[-1.313,50.814],[-1.312,50.818],[-1.316,50.821],[-1.32,50.817],[-1.324,50.818],[-1.323,50.82],[-1.32,50.823],[-1.32,50.825],[-1.33,50.828],[-1.335,50.826],[-1.34,50.832],[-1.338,50.835],[-1.335,50.837],[-1.342,50.844],[-1.352,50.847],[-1.36,50.85],[-1.363,50.851],[-1.367,50.853],[-1.371,50.854],[-1.373,50.857],[-1.378,50.858],[-1.383,50.863],[-1.392,50.867],[-1.393,50.87],[-1.396,50.869],[-1.401,50.872],[-1.397,50.875],[-1.407,50.88],[-1.427,50.897],[-1.441,50.902],[-1.452,50.902],[-1.458,50.902],[-1.461,50.901],[-1.467,50.906],[-1.471,50.907],[-1.478,50.912],[-1.479,50.916],[-1.478,50.924],[-1.483,50.926],[-1.482,50.928],[-1.486,50.93],[-1.486,50.932],[-1.487,50.933]]]]},"properties":{"Name":"New Forest East","ID":"E14001373"},"id":310}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.677,50.95],[-1.689,50.955],[-1.701,50.963],[-1.71,50.971],[-1.717,50.974],[-1.72,50.977],[-1.731,50.977],[-1.734,50.976],[-1.74,50.977],[-1.744,50.978],[-1.754,50.978],[-1.754,50.98],[-1.776,50.985],[-1.788,50.988],[-1.79,50.99],[-1.796,50.99],[-1.8,50.991],[-1.808,50.992],[-1.815,50.986],[-1.82,50.99],[-1.822,50.993],[-1.827,50.997],[-1.836,51.009],[-1.842,51.009],[-1.853,51.005],[-1.856,51.002],[-1.862,50.997],[-1.867,50.991],[-1.874,50.984],[-1.875,50.992],[-1.875,51.002],[-1.875,51.005],[-1.883,51.002],[-1.887,51],[-1.889,51],[-1.898,50.999],[-1.903,50.999],[-1.913,50.999],[-1.922,50.997],[-1.928,50.998],[-1.95,50.982],[-1.954,50.988],[-1.957,50.99],[-1.957,50.984],[-1.955,50.978],[-1.953,50.979],[-1.945,50.976],[-1.939,50.97],[-1.93,50.968],[-1.927,50.964],[-1.921,50.962],[-1.919,50.956],[-1.916,50.953],[-1.913,50.952],[-1.909,50.945],[-1.899,50.938],[-1.899,50.936],[-1.893,50.932],[-1.882,50.926],[-1.875,50.92],[-1.874,50.917],[-1.865,50.919],[-1.857,50.923],[-1.856,50.926],[-1.851,50.929],[-1.845,50.93],[-1.842,50.932],[-1.833,50.929],[-1.83,50.928],[-1.82,50.926],[-1.812,50.928],[-1.811,50.927],[-1.815,50.923],[-1.815,50.921],[-1.819,50.916],[-1.82,50.911],[-1.818,50.907],[-1.817,50.904],[-1.824,50.898],[-1.826,50.896],[-1.832,50.897],[-1.842,50.897],[-1.849,50.89],[-1.844,50.887],[-1.847,50.883],[-1.848,50.881],[-1.845,50.878],[-1.848,50.874],[-1.848,50.87],[-1.853,50.867],[-1.854,50.864],[-1.851,50.861],[-1.851,50.859],[-1.842,50.858],[-1.83,50.855],[-1.821,50.857],[-1.815,50.859],[-1.815,50.862],[-1.813,50.865],[-1.808,50.864],[-1.804,50.857],[-1.806,50.853],[-1.805,50.851],[-1.8,50.848],[-1.804,50.845],[-1.799,50.839],[-1.791,50.837],[-1.792,50.834],[-1.794,50.831],[-1.798,50.83],[-1.801,50.832],[-1.803,50.83],[-1.805,50.824],[-1.804,50.82],[-1.807,50.818],[-1.807,50.815],[-1.803,50.814],[-1.807,50.81],[-1.812,50.809],[-1.812,50.806],[-1.808,50.804],[-1.804,50.803],[-1.805,50.801],[-1.803,50.799],[-1.804,50.793],[-1.801,50.788],[-1.795,50.782],[-1.792,50.782],[-1.791,50.78],[-1.788,50.779],[-1.79,50.775],[-1.79,50.772],[-1.788,50.767],[-1.783,50.765],[-1.781,50.767],[-1.776,50.767],[-1.769,50.77],[-1.77,50.773],[-1.768,50.773],[-1.756,50.778],[-1.749,50.779],[-1.746,50.776],[-1.748,50.775],[-1.745,50.773],[-1.739,50.763],[-1.742,50.76],[-1.742,50.757],[-1.745,50.756],[-1.744,50.753],[-1.744,50.747],[-1.728,50.751],[-1.718,50.752],[-1.704,50.753],[-1.69,50.752],[-1.683,50.752],[-1.682,50.75],[-1.685,50.744],[-1.691,50.741],[-1.693,50.737],[-1.681,50.737],[-1.671,50.735],[-1.666,50.735],[-1.647,50.733],[-1.641,50.732],[-1.63,50.729],[-1.594,50.722],[-1.584,50.719],[-1.576,50.715],[-1.565,50.709],[-1.555,50.706],[-1.551,50.706],[-1.55,50.709],[-1.552,50.711],[-1.554,50.707],[-1.558,50.707],[-1.567,50.71],[-1.577,50.716],[-1.571,50.718],[-1.563,50.722],[-1.56,50.721],[-1.556,50.722],[-1.553,50.728],[-1.547,50.728],[-1.546,50.727],[-1.541,50.73],[-1.535,50.734],[-1.531,50.737],[-1.533,50.741],[-1.537,50.742],[-1.535,50.745],[-1.531,50.742],[-1.526,50.745],[-1.527,50.747],[-1.525,50.749],[-1.531,50.751],[-1.528,50.753],[-1.533,50.758],[-1.537,50.759],[-1.535,50.762],[-1.537,50.763],[-1.543,50.766],[-1.543,50.771],[-1.548,50.773],[-1.551,50.772],[-1.556,50.773],[-1.564,50.773],[-1.565,50.771],[-1.579,50.77],[-1.592,50.766],[-1.596,50.764],[-1.601,50.764],[-1.617,50.763],[-1.621,50.763],[-1.624,50.767],[-1.628,50.77],[-1.633,50.777],[-1.636,50.779],[-1.637,50.785],[-1.643,50.785],[-1.652,50.784],[-1.669,50.787],[-1.677,50.79],[-1.679,50.792],[-1.685,50.788],[-1.687,50.788],[-1.684,50.792],[-1.673,50.798],[-1.671,50.802],[-1.672,50.803],[-1.661,50.813],[-1.659,50.816],[-1.656,50.822],[-1.652,50.824],[-1.643,50.84],[-1.635,50.846],[-1.635,50.849],[-1.637,50.853],[-1.639,50.856],[-1.636,50.859],[-1.658,50.864],[-1.661,50.865],[-1.671,50.864],[-1.673,50.867],[-1.676,50.87],[-1.681,50.873],[-1.687,50.881],[-1.688,50.884],[-1.683,50.891],[-1.68,50.898],[-1.679,50.901],[-1.677,50.903],[-1.677,50.905],[-1.683,50.911],[-1.691,50.91],[-1.695,50.908],[-1.695,50.912],[-1.69,50.919],[-1.691,50.923],[-1.693,50.926],[-1.692,50.931],[-1.688,50.936],[-1.687,50.94],[-1.688,50.945],[-1.685,50.948],[-1.678,50.949],[-1.677,50.95]]]},"properties":{"Name":"New Forest West","ID":"E14001374"},"id":311}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.787,53.384],[-0.804,53.382],[-0.821,53.382],[-0.833,53.382],[-0.85,53.384],[-0.855,53.386],[-0.86,53.39],[-0.867,53.389],[-0.869,53.392],[-0.871,53.393],[-0.885,53.396],[-0.89,53.398],[-0.901,53.4],[-0.906,53.399],[-0.908,53.401],[-0.91,53.406],[-0.921,53.412],[-0.932,53.41],[-0.937,53.407],[-0.945,53.407],[-0.945,53.402],[-0.944,53.401],[-0.943,53.398],[-0.934,53.395],[-0.931,53.39],[-0.932,53.384],[-0.931,53.383],[-0.93,53.376],[-0.927,53.374],[-0.927,53.371],[-0.93,53.366],[-0.929,53.363],[-0.933,53.359],[-0.924,53.358],[-0.927,53.356],[-0.934,53.357],[-0.937,53.356],[-0.941,53.355],[-0.946,53.35],[-0.95,53.351],[-0.957,53.352],[-0.964,53.346],[-0.958,53.342],[-0.957,53.341],[-0.951,53.339],[-0.944,53.342],[-0.937,53.341],[-0.93,53.343],[-0.926,53.342],[-0.925,53.339],[-0.929,53.336],[-0.923,53.334],[-0.922,53.329],[-0.924,53.327],[-0.922,53.325],[-0.895,53.326],[-0.885,53.328],[-0.871,53.328],[-0.873,53.325],[-0.872,53.322],[-0.881,53.321],[-0.882,53.32],[-0.892,53.319],[-0.903,53.318],[-0.904,53.313],[-0.909,53.307],[-0.904,53.305],[-0.905,53.301],[-0.915,53.3],[-0.921,53.301],[-0.921,53.302],[-0.929,53.304],[-0.934,53.304],[-0.936,53.302],[-0.943,53.303],[-0.948,53.301],[-0.947,53.3],[-0.971,53.297],[-0.972,53.291],[-0.97,53.286],[-0.973,53.285],[-0.969,53.28],[-0.963,53.279],[-0.949,53.275],[-0.95,53.271],[-0.956,53.268],[-0.959,53.268],[-0.963,53.27],[-0.969,53.267],[-0.975,53.267],[-0.987,53.264],[-0.994,53.265],[-0.993,53.269],[-0.998,53.271],[-1,53.269],[-1.006,53.267],[-1.014,53.265],[-1.012,53.264],[-1.028,53.261],[-1.026,53.252],[-1.023,53.247],[-1.013,53.242],[-1.006,53.236],[-0.997,53.237],[-0.984,53.237],[-0.97,53.236],[-0.958,53.232],[-0.953,53.227],[-0.949,53.225],[-0.948,53.219],[-0.95,53.218],[-0.949,53.215],[-0.947,53.214],[-0.94,53.215],[-0.939,53.212],[-0.941,53.208],[-0.94,53.206],[-0.944,53.204],[-0.952,53.202],[-0.958,53.2],[-0.963,53.201],[-0.967,53.198],[-0.961,53.195],[-0.97,53.192],[-0.973,53.188],[-0.978,53.183],[-0.981,53.175],[-0.984,53.174],[-0.972,53.169],[-0.968,53.17],[-0.96,53.165],[-0.962,53.165],[-0.967,53.159],[-0.958,53.157],[-0.953,53.153],[-0.956,53.147],[-0.964,53.143],[-0.965,53.139],[-0.972,53.14],[-0.98,53.136],[-0.982,53.134],[-0.985,53.133],[-0.991,53.135],[-0.997,53.137],[-1.004,53.138],[-1.005,53.135],[-1.011,53.132],[-1.016,53.127],[-1.02,53.127],[-1.022,53.124],[-1.021,53.122],[-1.012,53.12],[-1.002,53.117],[-0.997,53.117],[-0.995,53.114],[-1,53.109],[-1.005,53.109],[-1.005,53.106],[-1.01,53.101],[-1.013,53.1],[-1.019,53.1],[-1.025,53.099],[-1.026,53.096],[-1.03,53.098],[-1.034,53.095],[-1.032,53.093],[-1.028,53.091],[-1.037,53.088],[-1.036,53.086],[-1.044,53.086],[-1.039,53.083],[-1.038,53.08],[-1.034,53.074],[-1.031,53.074],[-1.03,53.069],[-1.026,53.069],[-1.027,53.065],[-1.022,53.062],[-1.021,53.059],[-1.018,53.059],[-1.011,53.057],[-1.002,53.056],[-0.997,53.052],[-0.991,53.051],[-0.989,53.048],[-0.985,53.046],[-0.979,53.048],[-0.972,53.049],[-0.963,53.053],[-0.961,53.047],[-0.959,53.045],[-0.96,53.042],[-0.958,53.04],[-0.931,53.025],[-0.927,53.024],[-0.931,53.019],[-0.938,53.014],[-0.945,53.011],[-0.95,53.01],[-0.955,53.008],[-0.961,53.004],[-0.966,52.997],[-0.971,52.989],[-0.979,52.986],[-0.994,52.987],[-1.005,52.986],[-1.007,52.985],[-1.014,52.981],[-1.019,52.98],[-1.024,52.985],[-1.027,52.986],[-1.034,52.986],[-1.038,52.982],[-1.036,52.972],[-1.033,52.967],[-1.034,52.958],[-1.029,52.958],[-1.024,52.955],[-1.021,52.956],[-1.017,52.954],[-1.013,52.956],[-1.006,52.956],[-1.003,52.952],[-0.995,52.951],[-0.982,52.951],[-0.978,52.95],[-0.986,52.943],[-0.982,52.94],[-0.977,52.934],[-0.972,52.928],[-0.963,52.931],[-0.96,52.931],[-0.949,52.933],[-0.942,52.935],[-0.934,52.937],[-0.93,52.934],[-0.922,52.935],[-0.922,52.93],[-0.924,52.926],[-0.922,52.917],[-0.927,52.915],[-0.93,52.913],[-0.928,52.911],[-0.924,52.907],[-0.915,52.91],[-0.91,52.91],[-0.906,52.906],[-0.898,52.9],[-0.895,52.9],[-0.89,52.897],[-0.885,52.893],[-0.873,52.898],[-0.868,52.901],[-0.86,52.904],[-0.858,52.906],[-0.861,52.908],[-0.86,52.91],[-0.864,52.911],[-0.86,52.916],[-0.856,52.92],[-0.851,52.922],[-0.841,52.928],[-0.841,52.931],[-0.837,52.936],[-0.835,52.939],[-0.828,52.942],[-0.825,52.942],[-0.823,52.944],[-0.834,52.946],[-0.831,52.949],[-0.833,52.95],[-0.82,52.961],[-0.813,52.957],[-0.81,52.966],[-0.805,52.968],[-0.804,52.972],[-0.796,52.977],[-0.788,52.978],[-0.784,52.976],[-0.778,52.977],[-0.777,52.979],[-0.78,52.986],[-0.785,52.989],[-0.784,52.99],[-0.788,52.992],[-0.793,52.996],[-0.796,53.001],[-0.8,53.002],[-0.804,53.006],[-0.804,53.012],[-0.796,53.011],[-0.788,53.026],[-0.781,53.024],[-0.777,53.025],[-0.77,53.027],[-0.761,53.029],[-0.758,53.032],[-0.759,53.035],[-0.757,53.038],[-0.756,53.044],[-0.75,53.055],[-0.741,53.054],[-0.734,53.056],[-0.731,53.054],[-0.725,53.057],[-0.722,53.06],[-0.716,53.059],[-0.713,53.061],[-0.716,53.065],[-0.713,53.066],[-0.706,53.065],[-0.701,53.064],[-0.698,53.065],[-0.699,53.069],[-0.698,53.071],[-0.699,53.075],[-0.71,53.079],[-0.706,53.083],[-0.709,53.086],[-0.715,53.087],[-0.727,53.094],[-0.73,53.098],[-0.721,53.104],[-0.718,53.11],[-0.717,53.116],[-0.717,53.119],[-0.721,53.121],[-0.727,53.122],[-0.731,53.124],[-0.732,53.128],[-0.724,53.133],[-0.715,53.137],[-0.719,53.142],[-0.721,53.144],[-0.721,53.148],[-0.723,53.155],[-0.716,53.17],[-0.719,53.175],[-0.719,53.177],[-0.726,53.178],[-0.73,53.18],[-0.737,53.179],[-0.752,53.181],[-0.764,53.182],[-0.761,53.188],[-0.754,53.188],[-0.742,53.198],[-0.731,53.211],[-0.722,53.21],[-0.715,53.208],[-0.698,53.22],[-0.687,53.22],[-0.676,53.218],[-0.675,53.223],[-0.671,53.226],[-0.671,53.228],[-0.667,53.233],[-0.667,53.24],[-0.688,53.258],[-0.691,53.258],[-0.695,53.258],[-0.713,53.258],[-0.734,53.254],[-0.735,53.244],[-0.741,53.244],[-0.752,53.245],[-0.761,53.246],[-0.777,53.247],[-0.779,53.251],[-0.776,53.253],[-0.772,53.253],[-0.773,53.255],[-0.773,53.262],[-0.765,53.271],[-0.766,53.274],[-0.774,53.277],[-0.778,53.282],[-0.778,53.285],[-0.771,53.29],[-0.766,53.294],[-0.766,53.298],[-0.762,53.3],[-0.759,53.299],[-0.758,53.294],[-0.756,53.293],[-0.751,53.295],[-0.749,53.302],[-0.748,53.304],[-0.753,53.309],[-0.755,53.315],[-0.754,53.32],[-0.751,53.323],[-0.753,53.325],[-0.761,53.324],[-0.767,53.33],[-0.766,53.332],[-0.762,53.333],[-0.761,53.337],[-0.757,53.34],[-0.758,53.341],[-0.764,53.344],[-0.765,53.348],[-0.759,53.354],[-0.766,53.356],[-0.773,53.363],[-0.777,53.364],[-0.781,53.361],[-0.791,53.364],[-0.791,53.369],[-0.787,53.375],[-0.78,53.377],[-0.779,53.379],[-0.782,53.382],[-0.787,53.384]]]},"properties":{"Name":"Newark","ID":"E14001375"},"id":312}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.356,51.547],[-1.359,51.547],[-1.367,51.552],[-1.373,51.55],[-1.378,51.55],[-1.377,51.546],[-1.384,51.54],[-1.389,51.54],[-1.396,51.54],[-1.4,51.545],[-1.405,51.546],[-1.41,51.545],[-1.417,51.539],[-1.423,51.536],[-1.427,51.546],[-1.431,51.543],[-1.447,51.537],[-1.455,51.535],[-1.461,51.536],[-1.465,51.535],[-1.463,51.53],[-1.471,51.529],[-1.471,51.53],[-1.476,51.531],[-1.478,51.533],[-1.486,51.534],[-1.488,51.536],[-1.486,51.541],[-1.496,51.546],[-1.505,51.547],[-1.509,51.549],[-1.515,51.551],[-1.521,51.551],[-1.531,51.548],[-1.54,51.55],[-1.543,51.552],[-1.555,51.553],[-1.56,51.551],[-1.566,51.546],[-1.57,51.547],[-1.569,51.543],[-1.581,51.537],[-1.583,51.528],[-1.585,51.525],[-1.588,51.514],[-1.586,51.502],[-1.582,51.501],[-1.583,51.496],[-1.579,51.491],[-1.574,51.487],[-1.57,51.486],[-1.568,51.482],[-1.567,51.477],[-1.561,51.476],[-1.559,51.47],[-1.556,51.467],[-1.551,51.465],[-1.549,51.461],[-1.546,51.459],[-1.529,51.454],[-1.525,51.45],[-1.524,51.447],[-1.524,51.441],[-1.528,51.435],[-1.532,51.43],[-1.528,51.428],[-1.527,51.424],[-1.533,51.426],[-1.539,51.426],[-1.544,51.425],[-1.546,51.423],[-1.558,51.421],[-1.563,51.421],[-1.568,51.42],[-1.571,51.416],[-1.57,51.415],[-1.563,51.413],[-1.562,51.408],[-1.553,51.41],[-1.554,51.403],[-1.554,51.402],[-1.556,51.398],[-1.555,51.396],[-1.549,51.395],[-1.546,51.391],[-1.538,51.388],[-1.538,51.386],[-1.529,51.381],[-1.526,51.378],[-1.521,51.379],[-1.517,51.379],[-1.515,51.377],[-1.513,51.372],[-1.502,51.369],[-1.495,51.37],[-1.495,51.368],[-1.499,51.363],[-1.501,51.356],[-1.494,51.352],[-1.491,51.352],[-1.486,51.349],[-1.487,51.345],[-1.491,51.341],[-1.497,51.333],[-1.498,51.329],[-1.495,51.329],[-1.484,51.331],[-1.458,51.333],[-1.45,51.333],[-1.43,51.337],[-1.436,51.343],[-1.442,51.347],[-1.445,51.348],[-1.444,51.352],[-1.444,51.355],[-1.441,51.356],[-1.432,51.356],[-1.429,51.357],[-1.428,51.359],[-1.423,51.362],[-1.419,51.367],[-1.418,51.371],[-1.411,51.373],[-1.388,51.37],[-1.378,51.368],[-1.372,51.368],[-1.369,51.368],[-1.364,51.369],[-1.36,51.367],[-1.356,51.368],[-1.349,51.367],[-1.343,51.369],[-1.338,51.369],[-1.333,51.371],[-1.325,51.373],[-1.323,51.372],[-1.319,51.373],[-1.312,51.373],[-1.307,51.371],[-1.298,51.371],[-1.294,51.371],[-1.288,51.368],[-1.283,51.368],[-1.278,51.369],[-1.276,51.367],[-1.273,51.368],[-1.27,51.37],[-1.266,51.371],[-1.259,51.37],[-1.258,51.372],[-1.249,51.372],[-1.246,51.368],[-1.24,51.366],[-1.236,51.368],[-1.231,51.367],[-1.225,51.37],[-1.221,51.368],[-1.22,51.37],[-1.222,51.372],[-1.223,51.375],[-1.219,51.377],[-1.217,51.379],[-1.216,51.384],[-1.219,51.387],[-1.212,51.388],[-1.214,51.392],[-1.219,51.39],[-1.222,51.394],[-1.22,51.398],[-1.223,51.401],[-1.22,51.401],[-1.218,51.405],[-1.219,51.406],[-1.216,51.411],[-1.224,51.41],[-1.23,51.412],[-1.232,51.412],[-1.236,51.415],[-1.235,51.418],[-1.243,51.422],[-1.247,51.423],[-1.25,51.422],[-1.253,51.425],[-1.26,51.432],[-1.26,51.435],[-1.258,51.435],[-1.253,51.439],[-1.253,51.441],[-1.247,51.442],[-1.245,51.447],[-1.247,51.452],[-1.243,51.455],[-1.238,51.455],[-1.238,51.456],[-1.242,51.461],[-1.242,51.463],[-1.255,51.464],[-1.266,51.466],[-1.263,51.468],[-1.263,51.471],[-1.269,51.472],[-1.277,51.477],[-1.279,51.476],[-1.29,51.475],[-1.295,51.479],[-1.299,51.481],[-1.304,51.481],[-1.31,51.485],[-1.311,51.483],[-1.319,51.483],[-1.328,51.486],[-1.324,51.493],[-1.324,51.495],[-1.328,51.502],[-1.33,51.508],[-1.338,51.518],[-1.333,51.52],[-1.335,51.525],[-1.338,51.525],[-1.348,51.528],[-1.351,51.531],[-1.355,51.537],[-1.355,51.543],[-1.356,51.547]]]},"properties":{"Name":"Newbury","ID":"E14001376"},"id":313}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.68,55.01],[-1.688,55.01],[-1.689,55.011],[-1.699,55.011],[-1.7,55.008],[-1.696,55.007],[-1.698,55.002],[-1.712,55.006],[-1.722,55.01],[-1.723,55.004],[-1.73,55.004],[-1.742,55.002],[-1.74,54.999],[-1.731,54.996],[-1.732,54.993],[-1.726,54.992],[-1.726,54.988],[-1.737,54.987],[-1.733,54.98],[-1.739,54.98],[-1.726,54.975],[-1.726,54.971],[-1.72,54.968],[-1.711,54.968],[-1.703,54.972],[-1.693,54.97],[-1.691,54.968],[-1.684,54.966],[-1.659,54.964],[-1.647,54.961],[-1.639,54.96],[-1.628,54.96],[-1.62,54.962],[-1.616,54.965],[-1.608,54.968],[-1.6,54.97],[-1.604,54.972],[-1.603,54.979],[-1.613,54.983],[-1.616,54.995],[-1.619,54.996],[-1.631,54.995],[-1.637,54.995],[-1.653,54.999],[-1.657,54.998],[-1.659,55.002],[-1.667,55.002],[-1.668,55.005],[-1.68,55.01]]]},"properties":{"Name":"Newcastle upon Tyne Central and West","ID":"E14001377"},"id":314}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.511,55.019],[-1.514,55.021],[-1.521,55.018],[-1.524,55.018],[-1.527,55.014],[-1.53,55.013],[-1.533,55.014],[-1.543,55.015],[-1.554,55.014],[-1.559,55.012],[-1.558,55.005],[-1.562,55.006],[-1.572,55.004],[-1.572,55.007],[-1.577,55.005],[-1.58,55.002],[-1.582,54.998],[-1.586,55],[-1.592,54.999],[-1.595,54.997],[-1.592,54.992],[-1.587,54.986],[-1.594,54.979],[-1.603,54.979],[-1.604,54.972],[-1.6,54.97],[-1.597,54.971],[-1.588,54.971],[-1.581,54.966],[-1.577,54.965],[-1.567,54.965],[-1.561,54.963],[-1.554,54.96],[-1.552,54.96],[-1.541,54.963],[-1.537,54.965],[-1.535,54.979],[-1.532,54.983],[-1.53,54.985],[-1.52,54.988],[-1.502,54.989],[-1.485,54.988],[-1.485,54.996],[-1.487,55],[-1.496,55.007],[-1.498,55.009],[-1.511,55.019]]]},"properties":{"Name":"Newcastle upon Tyne East and Wallsend","ID":"E14001378"},"id":315}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.559,55.012],[-1.559,55.016],[-1.554,55.018],[-1.553,55.021],[-1.55,55.025],[-1.579,55.028],[-1.586,55.039],[-1.602,55.04],[-1.617,55.041],[-1.622,55.039],[-1.63,55.041],[-1.629,55.037],[-1.63,55.034],[-1.643,55.037],[-1.65,55.037],[-1.652,55.039],[-1.656,55.039],[-1.666,55.038],[-1.665,55.036],[-1.666,55.032],[-1.664,55.027],[-1.666,55.023],[-1.666,55.02],[-1.674,55.017],[-1.675,55.014],[-1.679,55.012],[-1.68,55.01],[-1.668,55.005],[-1.667,55.002],[-1.659,55.002],[-1.657,54.998],[-1.653,54.999],[-1.637,54.995],[-1.631,54.995],[-1.619,54.996],[-1.616,54.995],[-1.613,54.983],[-1.603,54.979],[-1.594,54.979],[-1.587,54.986],[-1.592,54.992],[-1.595,54.997],[-1.592,54.999],[-1.586,55],[-1.582,54.998],[-1.58,55.002],[-1.577,55.005],[-1.572,55.007],[-1.572,55.004],[-1.562,55.006],[-1.558,55.005],[-1.559,55.012]]]},"properties":{"Name":"Newcastle upon Tyne North","ID":"E14001379"},"id":316}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.282,53.08],[-2.288,53.08],[-2.295,53.078],[-2.297,53.081],[-2.302,53.081],[-2.303,53.083],[-2.31,53.082],[-2.317,53.081],[-2.319,53.081],[-2.325,53.077],[-2.329,53.077],[-2.329,53.074],[-2.332,53.07],[-2.335,53.068],[-2.339,53.064],[-2.341,53.06],[-2.344,53.059],[-2.348,53.056],[-2.353,53.059],[-2.357,53.058],[-2.358,53.055],[-2.375,53.055],[-2.376,53.053],[-2.381,53.053],[-2.381,53.05],[-2.383,53.049],[-2.383,53.043],[-2.385,53.038],[-2.384,53.032],[-2.381,53.03],[-2.38,53.028],[-2.384,53.026],[-2.378,53.02],[-2.37,53.015],[-2.375,53.01],[-2.381,53.009],[-2.383,53.007],[-2.381,53.005],[-2.38,53],[-2.381,52.998],[-2.377,52.998],[-2.377,52.994],[-2.38,52.991],[-2.375,52.986],[-2.374,52.984],[-2.37,52.982],[-2.369,52.979],[-2.371,52.977],[-2.367,52.977],[-2.36,52.979],[-2.351,52.98],[-2.347,52.976],[-2.34,52.975],[-2.335,52.977],[-2.328,52.981],[-2.325,52.978],[-2.314,52.981],[-2.306,52.983],[-2.303,52.985],[-2.305,52.987],[-2.302,52.991],[-2.304,52.994],[-2.293,52.994],[-2.291,52.99],[-2.288,52.99],[-2.286,52.993],[-2.27,52.991],[-2.252,52.987],[-2.245,52.984],[-2.232,52.981],[-2.227,52.976],[-2.226,52.976],[-2.22,52.98],[-2.204,52.981],[-2.21,52.985],[-2.212,52.988],[-2.213,52.996],[-2.218,53.004],[-2.211,53.007],[-2.213,53.01],[-2.216,53.011],[-2.215,53.015],[-2.209,53.017],[-2.203,53.02],[-2.205,53.024],[-2.207,53.032],[-2.208,53.034],[-2.209,53.036],[-2.219,53.044],[-2.226,53.058],[-2.228,53.064],[-2.233,53.064],[-2.236,53.065],[-2.24,53.063],[-2.247,53.063],[-2.251,53.064],[-2.254,53.063],[-2.256,53.06],[-2.261,53.057],[-2.266,53.054],[-2.269,53.062],[-2.274,53.065],[-2.276,53.069],[-2.282,53.077],[-2.282,53.08]]]},"properties":{"Name":"Newcastle-under-Lyme","ID":"E14001380"},"id":317}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.452,50.642],[-3.455,50.641],[-3.464,50.642],[-3.471,50.644],[-3.476,50.647],[-3.478,50.65],[-3.481,50.651],[-3.493,50.653],[-3.497,50.653],[-3.502,50.654],[-3.505,50.654],[-3.509,50.655],[-3.512,50.652],[-3.516,50.648],[-3.52,50.645],[-3.52,50.641],[-3.522,50.636],[-3.53,50.632],[-3.545,50.627],[-3.551,50.621],[-3.554,50.612],[-3.553,50.607],[-3.55,50.601],[-3.551,50.6],[-3.555,50.599],[-3.564,50.595],[-3.567,50.591],[-3.574,50.587],[-3.578,50.588],[-3.587,50.587],[-3.589,50.585],[-3.594,50.586],[-3.598,50.589],[-3.598,50.591],[-3.602,50.593],[-3.605,50.591],[-3.61,50.591],[-3.614,50.592],[-3.615,50.591],[-3.623,50.585],[-3.626,50.585],[-3.625,50.581],[-3.629,50.577],[-3.633,50.578],[-3.636,50.576],[-3.641,50.576],[-3.649,50.569],[-3.654,50.566],[-3.659,50.559],[-3.665,50.546],[-3.664,50.544],[-3.665,50.54],[-3.661,50.535],[-3.665,50.535],[-3.676,50.528],[-3.68,50.525],[-3.685,50.521],[-3.689,50.523],[-3.692,50.525],[-3.697,50.526],[-3.705,50.526],[-3.713,50.527],[-3.717,50.524],[-3.723,50.521],[-3.718,50.519],[-3.718,50.517],[-3.714,50.518],[-3.704,50.513],[-3.697,50.51],[-3.696,50.509],[-3.684,50.504],[-3.679,50.503],[-3.674,50.502],[-3.673,50.5],[-3.676,50.496],[-3.68,50.495],[-3.681,50.493],[-3.686,50.495],[-3.693,50.497],[-3.695,50.497],[-3.702,50.502],[-3.711,50.503],[-3.717,50.504],[-3.722,50.503],[-3.723,50.5],[-3.728,50.498],[-3.725,50.495],[-3.722,50.494],[-3.717,50.49],[-3.718,50.489],[-3.715,50.485],[-3.708,50.481],[-3.7,50.48],[-3.694,50.478],[-3.694,50.476],[-3.685,50.47],[-3.681,50.468],[-3.674,50.466],[-3.669,50.462],[-3.668,50.467],[-3.665,50.469],[-3.655,50.472],[-3.652,50.468],[-3.658,50.465],[-3.651,50.463],[-3.645,50.461],[-3.641,50.466],[-3.637,50.468],[-3.633,50.466],[-3.624,50.467],[-3.621,50.47],[-3.615,50.469],[-3.613,50.472],[-3.613,50.476],[-3.61,50.481],[-3.605,50.484],[-3.598,50.484],[-3.595,50.483],[-3.592,50.48],[-3.589,50.479],[-3.584,50.478],[-3.577,50.483],[-3.574,50.488],[-3.571,50.488],[-3.57,50.49],[-3.565,50.487],[-3.562,50.488],[-3.562,50.493],[-3.56,50.495],[-3.552,50.495],[-3.544,50.497],[-3.539,50.504],[-3.537,50.506],[-3.53,50.505],[-3.529,50.507],[-3.52,50.511],[-3.521,50.518],[-3.514,50.517],[-3.509,50.517],[-3.505,50.523],[-3.504,50.526],[-3.501,50.531],[-3.501,50.533],[-3.496,50.537],[-3.508,50.542],[-3.514,50.541],[-3.522,50.541],[-3.527,50.54],[-3.54,50.54],[-3.543,50.54],[-3.549,50.54],[-3.551,50.541],[-3.559,50.539],[-3.564,50.54],[-3.567,50.539],[-3.576,50.538],[-3.586,50.536],[-3.579,50.541],[-3.573,50.543],[-3.568,50.542],[-3.565,50.545],[-3.559,50.546],[-3.552,50.545],[-3.542,50.545],[-3.529,50.547],[-3.516,50.545],[-3.51,50.547],[-3.502,50.546],[-3.498,50.544],[-3.496,50.542],[-3.49,50.549],[-3.479,50.559],[-3.475,50.562],[-3.47,50.563],[-3.468,50.566],[-3.469,50.57],[-3.469,50.574],[-3.465,50.58],[-3.458,50.585],[-3.45,50.589],[-3.444,50.592],[-3.443,50.596],[-3.439,50.598],[-3.439,50.599],[-3.433,50.603],[-3.43,50.605],[-3.428,50.608],[-3.435,50.607],[-3.444,50.602],[-3.445,50.613],[-3.447,50.617],[-3.446,50.625],[-3.449,50.631],[-3.45,50.636],[-3.452,50.642]]]},"properties":{"Name":"Newton Abbot","ID":"E14001381"},"id":318}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.457,54.747],[-1.463,54.748],[-1.467,54.75],[-1.474,54.75],[-1.474,54.752],[-1.485,54.753],[-1.486,54.756],[-1.495,54.756],[-1.498,54.753],[-1.501,54.752],[-1.5,54.749],[-1.506,54.748],[-1.507,54.75],[-1.514,54.751],[-1.515,54.744],[-1.518,54.745],[-1.522,54.742],[-1.528,54.745],[-1.537,54.741],[-1.542,54.743],[-1.55,54.741],[-1.554,54.745],[-1.562,54.742],[-1.563,54.745],[-1.575,54.75],[-1.581,54.751],[-1.584,54.75],[-1.582,54.747],[-1.583,54.745],[-1.579,54.741],[-1.585,54.736],[-1.592,54.733],[-1.595,54.73],[-1.6,54.731],[-1.618,54.725],[-1.623,54.721],[-1.624,54.718],[-1.629,54.717],[-1.637,54.713],[-1.642,54.713],[-1.645,54.712],[-1.649,54.708],[-1.657,54.708],[-1.666,54.705],[-1.672,54.706],[-1.675,54.704],[-1.678,54.704],[-1.675,54.7],[-1.664,54.693],[-1.656,54.687],[-1.65,54.686],[-1.643,54.684],[-1.637,54.68],[-1.636,54.677],[-1.629,54.678],[-1.629,54.677],[-1.622,54.676],[-1.605,54.68],[-1.603,54.676],[-1.606,54.676],[-1.602,54.666],[-1.604,54.662],[-1.607,54.662],[-1.609,54.66],[-1.61,54.655],[-1.61,54.651],[-1.611,54.644],[-1.605,54.644],[-1.606,54.639],[-1.613,54.639],[-1.614,54.634],[-1.616,54.633],[-1.619,54.623],[-1.619,54.619],[-1.614,54.619],[-1.611,54.617],[-1.607,54.618],[-1.607,54.612],[-1.606,54.607],[-1.603,54.606],[-1.596,54.608],[-1.586,54.611],[-1.584,54.608],[-1.593,54.604],[-1.59,54.598],[-1.59,54.595],[-1.593,54.595],[-1.591,54.59],[-1.585,54.588],[-1.584,54.582],[-1.579,54.582],[-1.576,54.58],[-1.57,54.581],[-1.565,54.581],[-1.561,54.582],[-1.556,54.582],[-1.553,54.582],[-1.558,54.585],[-1.563,54.587],[-1.561,54.59],[-1.557,54.592],[-1.548,54.592],[-1.53,54.596],[-1.522,54.597],[-1.514,54.595],[-1.51,54.595],[-1.506,54.596],[-1.497,54.596],[-1.488,54.599],[-1.484,54.6],[-1.472,54.599],[-1.469,54.601],[-1.463,54.599],[-1.461,54.598],[-1.456,54.599],[-1.454,54.594],[-1.452,54.591],[-1.443,54.591],[-1.442,54.593],[-1.439,54.595],[-1.445,54.6],[-1.445,54.602],[-1.451,54.605],[-1.452,54.609],[-1.449,54.611],[-1.443,54.61],[-1.439,54.612],[-1.437,54.614],[-1.428,54.613],[-1.426,54.612],[-1.418,54.614],[-1.41,54.618],[-1.406,54.621],[-1.399,54.624],[-1.402,54.626],[-1.394,54.629],[-1.396,54.631],[-1.39,54.631],[-1.387,54.633],[-1.391,54.637],[-1.39,54.64],[-1.385,54.643],[-1.381,54.644],[-1.384,54.646],[-1.375,54.647],[-1.366,54.649],[-1.359,54.649],[-1.358,54.649],[-1.352,54.649],[-1.35,54.651],[-1.341,54.65],[-1.341,54.653],[-1.343,54.658],[-1.346,54.659],[-1.346,54.664],[-1.342,54.666],[-1.344,54.669],[-1.338,54.67],[-1.333,54.673],[-1.331,54.681],[-1.332,54.687],[-1.334,54.689],[-1.345,54.691],[-1.363,54.692],[-1.372,54.692],[-1.374,54.69],[-1.379,54.687],[-1.381,54.684],[-1.39,54.683],[-1.398,54.688],[-1.4,54.692],[-1.397,54.696],[-1.399,54.697],[-1.402,54.7],[-1.396,54.704],[-1.4,54.707],[-1.401,54.711],[-1.398,54.717],[-1.395,54.719],[-1.402,54.722],[-1.406,54.722],[-1.406,54.726],[-1.409,54.728],[-1.414,54.727],[-1.415,54.73],[-1.422,54.731],[-1.425,54.73],[-1.431,54.733],[-1.438,54.733],[-1.446,54.733],[-1.448,54.734],[-1.454,54.733],[-1.463,54.734],[-1.465,54.737],[-1.458,54.739],[-1.459,54.743],[-1.457,54.747]]]},"properties":{"Name":"Newton Aycliffe and Spennymoor","ID":"E14001382"},"id":319}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.255,53.649],[-1.263,53.65],[-1.27,53.649],[-1.276,53.649],[-1.28,53.648],[-1.282,53.646],[-1.285,53.646],[-1.298,53.655],[-1.307,53.663],[-1.315,53.669],[-1.318,53.671],[-1.338,53.684],[-1.349,53.684],[-1.353,53.686],[-1.352,53.692],[-1.355,53.696],[-1.355,53.699],[-1.351,53.703],[-1.352,53.704],[-1.361,53.705],[-1.373,53.708],[-1.395,53.709],[-1.41,53.71],[-1.414,53.711],[-1.416,53.708],[-1.422,53.702],[-1.424,53.703],[-1.428,53.7],[-1.436,53.699],[-1.443,53.699],[-1.444,53.702],[-1.449,53.703],[-1.454,53.702],[-1.451,53.698],[-1.448,53.695],[-1.448,53.691],[-1.451,53.688],[-1.456,53.689],[-1.459,53.688],[-1.46,53.686],[-1.458,53.683],[-1.46,53.683],[-1.465,53.686],[-1.468,53.685],[-1.471,53.676],[-1.473,53.675],[-1.468,53.671],[-1.474,53.668],[-1.476,53.666],[-1.471,53.664],[-1.469,53.662],[-1.473,53.66],[-1.471,53.656],[-1.473,53.654],[-1.472,53.644],[-1.475,53.641],[-1.481,53.639],[-1.496,53.636],[-1.492,53.629],[-1.497,53.627],[-1.5,53.624],[-1.506,53.626],[-1.509,53.626],[-1.512,53.624],[-1.503,53.622],[-1.5,53.619],[-1.49,53.618],[-1.49,53.617],[-1.496,53.614],[-1.498,53.611],[-1.495,53.605],[-1.497,53.603],[-1.501,53.6],[-1.497,53.597],[-1.495,53.603],[-1.492,53.603],[-1.493,53.599],[-1.492,53.597],[-1.485,53.597],[-1.484,53.595],[-1.479,53.597],[-1.475,53.6],[-1.455,53.608],[-1.447,53.613],[-1.439,53.607],[-1.433,53.609],[-1.429,53.607],[-1.429,53.605],[-1.422,53.603],[-1.415,53.603],[-1.413,53.601],[-1.407,53.601],[-1.402,53.6],[-1.4,53.599],[-1.393,53.601],[-1.384,53.604],[-1.379,53.607],[-1.369,53.604],[-1.364,53.602],[-1.36,53.599],[-1.36,53.597],[-1.356,53.595],[-1.355,53.592],[-1.356,53.589],[-1.354,53.583],[-1.351,53.581],[-1.349,53.583],[-1.346,53.584],[-1.336,53.581],[-1.334,53.58],[-1.321,53.579],[-1.319,53.578],[-1.312,53.577],[-1.308,53.575],[-1.297,53.578],[-1.295,53.579],[-1.288,53.581],[-1.282,53.583],[-1.278,53.586],[-1.279,53.588],[-1.277,53.59],[-1.269,53.59],[-1.258,53.592],[-1.258,53.595],[-1.255,53.597],[-1.258,53.6],[-1.25,53.601],[-1.252,53.607],[-1.245,53.608],[-1.248,53.616],[-1.246,53.617],[-1.233,53.617],[-1.231,53.619],[-1.233,53.621],[-1.237,53.626],[-1.242,53.633],[-1.252,53.639],[-1.255,53.643],[-1.255,53.649]]]},"properties":{"Name":"Normanton and Hemsworth","ID":"E14001383"},"id":320}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.287,52.235],[-0.286,52.237],[-0.294,52.241],[-0.299,52.241],[-0.314,52.239],[-0.316,52.242],[-0.323,52.243],[-0.329,52.243],[-0.335,52.243],[-0.343,52.242],[-0.344,52.235],[-0.34,52.231],[-0.351,52.231],[-0.356,52.234],[-0.363,52.234],[-0.369,52.235],[-0.373,52.234],[-0.375,52.243],[-0.377,52.248],[-0.378,52.254],[-0.378,52.265],[-0.382,52.266],[-0.382,52.27],[-0.381,52.273],[-0.375,52.274],[-0.375,52.28],[-0.381,52.283],[-0.385,52.281],[-0.393,52.282],[-0.398,52.279],[-0.401,52.28],[-0.402,52.283],[-0.407,52.287],[-0.412,52.285],[-0.419,52.284],[-0.422,52.285],[-0.423,52.288],[-0.428,52.291],[-0.432,52.293],[-0.432,52.296],[-0.436,52.297],[-0.434,52.302],[-0.433,52.308],[-0.434,52.312],[-0.436,52.314],[-0.44,52.315],[-0.443,52.314],[-0.451,52.317],[-0.462,52.322],[-0.465,52.323],[-0.474,52.32],[-0.476,52.318],[-0.483,52.321],[-0.487,52.321],[-0.508,52.32],[-0.517,52.318],[-0.52,52.318],[-0.52,52.317],[-0.514,52.315],[-0.517,52.313],[-0.541,52.291],[-0.541,52.288],[-0.534,52.282],[-0.534,52.278],[-0.531,52.27],[-0.536,52.268],[-0.539,52.266],[-0.538,52.261],[-0.54,52.257],[-0.542,52.256],[-0.55,52.256],[-0.555,52.258],[-0.558,52.256],[-0.566,52.253],[-0.572,52.259],[-0.579,52.266],[-0.581,52.265],[-0.588,52.271],[-0.586,52.273],[-0.596,52.276],[-0.601,52.278],[-0.608,52.279],[-0.62,52.277],[-0.627,52.275],[-0.627,52.273],[-0.631,52.27],[-0.635,52.272],[-0.641,52.272],[-0.647,52.271],[-0.654,52.268],[-0.65,52.256],[-0.65,52.254],[-0.645,52.242],[-0.643,52.239],[-0.643,52.235],[-0.64,52.229],[-0.637,52.227],[-0.649,52.221],[-0.659,52.21],[-0.662,52.208],[-0.669,52.198],[-0.668,52.195],[-0.666,52.193],[-0.661,52.192],[-0.658,52.19],[-0.649,52.19],[-0.643,52.189],[-0.639,52.187],[-0.64,52.183],[-0.627,52.182],[-0.629,52.179],[-0.628,52.176],[-0.628,52.172],[-0.631,52.172],[-0.635,52.168],[-0.631,52.164],[-0.63,52.16],[-0.631,52.155],[-0.637,52.153],[-0.641,52.153],[-0.636,52.147],[-0.638,52.146],[-0.634,52.142],[-0.635,52.138],[-0.63,52.137],[-0.627,52.135],[-0.619,52.133],[-0.607,52.134],[-0.599,52.126],[-0.599,52.124],[-0.597,52.119],[-0.598,52.116],[-0.592,52.111],[-0.59,52.109],[-0.583,52.105],[-0.588,52.101],[-0.589,52.098],[-0.586,52.097],[-0.583,52.098],[-0.577,52.102],[-0.576,52.104],[-0.568,52.107],[-0.56,52.107],[-0.555,52.111],[-0.551,52.107],[-0.548,52.106],[-0.533,52.106],[-0.528,52.106],[-0.518,52.1],[-0.511,52.097],[-0.506,52.102],[-0.504,52.103],[-0.504,52.106],[-0.506,52.108],[-0.51,52.106],[-0.519,52.115],[-0.519,52.118],[-0.511,52.117],[-0.506,52.118],[-0.501,52.121],[-0.504,52.128],[-0.503,52.13],[-0.499,52.131],[-0.5,52.137],[-0.491,52.141],[-0.497,52.142],[-0.492,52.144],[-0.488,52.144],[-0.493,52.149],[-0.489,52.15],[-0.485,52.148],[-0.479,52.15],[-0.477,52.152],[-0.478,52.157],[-0.472,52.158],[-0.469,52.161],[-0.463,52.161],[-0.466,52.165],[-0.462,52.166],[-0.456,52.168],[-0.45,52.164],[-0.443,52.163],[-0.429,52.16],[-0.425,52.156],[-0.423,52.16],[-0.412,52.157],[-0.413,52.154],[-0.411,52.149],[-0.406,52.147],[-0.408,52.145],[-0.412,52.143],[-0.41,52.141],[-0.414,52.14],[-0.409,52.13],[-0.423,52.123],[-0.438,52.12],[-0.434,52.118],[-0.443,52.116],[-0.448,52.114],[-0.449,52.112],[-0.441,52.104],[-0.44,52.104],[-0.434,52.099],[-0.426,52.092],[-0.419,52.085],[-0.412,52.079],[-0.401,52.074],[-0.397,52.071],[-0.39,52.075],[-0.39,52.071],[-0.382,52.066],[-0.378,52.067],[-0.375,52.064],[-0.379,52.059],[-0.376,52.056],[-0.374,52.052],[-0.37,52.05],[-0.36,52.047],[-0.356,52.048],[-0.347,52.045],[-0.349,52.048],[-0.346,52.051],[-0.339,52.052],[-0.334,52.051],[-0.332,52.046],[-0.328,52.043],[-0.321,52.04],[-0.316,52.04],[-0.315,52.042],[-0.308,52.044],[-0.305,52.043],[-0.297,52.049],[-0.296,52.053],[-0.29,52.054],[-0.28,52.058],[-0.276,52.059],[-0.277,52.061],[-0.275,52.065],[-0.276,52.068],[-0.274,52.07],[-0.262,52.067],[-0.262,52.064],[-0.256,52.063],[-0.243,52.059],[-0.24,52.058],[-0.24,52.052],[-0.238,52.046],[-0.227,52.047],[-0.226,52.046],[-0.219,52.037],[-0.212,52.043],[-0.209,52.047],[-0.201,52.054],[-0.197,52.059],[-0.195,52.062],[-0.181,52.061],[-0.173,52.06],[-0.172,52.063],[-0.167,52.07],[-0.164,52.077],[-0.16,52.08],[-0.157,52.081],[-0.154,52.086],[-0.15,52.089],[-0.148,52.095],[-0.15,52.097],[-0.147,52.099],[-0.148,52.102],[-0.146,52.106],[-0.146,52.112],[-0.148,52.114],[-0.146,52.118],[-0.144,52.13],[-0.144,52.138],[-0.15,52.139],[-0.154,52.144],[-0.16,52.144],[-0.164,52.142],[-0.164,52.14],[-0.172,52.14],[-0.181,52.14],[-0.191,52.141],[-0.198,52.142],[-0.206,52.144],[-0.214,52.143],[-0.232,52.145],[-0.225,52.15],[-0.219,52.158],[-0.217,52.159],[-0.22,52.162],[-0.224,52.162],[-0.226,52.165],[-0.239,52.17],[-0.251,52.173],[-0.254,52.173],[-0.261,52.176],[-0.254,52.18],[-0.25,52.184],[-0.244,52.183],[-0.241,52.19],[-0.248,52.193],[-0.252,52.196],[-0.257,52.203],[-0.261,52.204],[-0.26,52.205],[-0.265,52.206],[-0.262,52.21],[-0.288,52.207],[-0.293,52.208],[-0.296,52.21],[-0.3,52.218],[-0.299,52.221],[-0.294,52.228],[-0.287,52.235]]]},"properties":{"Name":"North Bedfordshire","ID":"E14001384"},"id":321}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.364,50.721],[-4.368,50.723],[-4.372,50.729],[-4.372,50.734],[-4.374,50.738],[-4.38,50.741],[-4.38,50.744],[-4.385,50.748],[-4.385,50.75],[-4.381,50.756],[-4.382,50.757],[-4.388,50.758],[-4.387,50.764],[-4.384,50.767],[-4.38,50.769],[-4.389,50.775],[-4.394,50.778],[-4.399,50.777],[-4.413,50.775],[-4.414,50.774],[-4.413,50.771],[-4.409,50.768],[-4.41,50.764],[-4.419,50.765],[-4.422,50.764],[-4.425,50.766],[-4.428,50.769],[-4.432,50.769],[-4.434,50.77],[-4.438,50.774],[-4.446,50.776],[-4.446,50.781],[-4.451,50.786],[-4.456,50.784],[-4.463,50.784],[-4.466,50.785],[-4.475,50.785],[-4.476,50.789],[-4.484,50.791],[-4.489,50.791],[-4.493,50.793],[-4.49,50.796],[-4.479,50.797],[-4.474,50.797],[-4.476,50.8],[-4.47,50.801],[-4.464,50.802],[-4.458,50.804],[-4.454,50.804],[-4.445,50.811],[-4.446,50.813],[-4.441,50.818],[-4.442,50.82],[-4.439,50.823],[-4.44,50.826],[-4.444,50.827],[-4.444,50.83],[-4.443,50.832],[-4.443,50.836],[-4.441,50.844],[-4.442,50.847],[-4.44,50.851],[-4.436,50.853],[-4.437,50.856],[-4.434,50.86],[-4.433,50.862],[-4.434,50.866],[-4.421,50.867],[-4.432,50.88],[-4.438,50.883],[-4.44,50.888],[-4.446,50.891],[-4.447,50.893],[-4.447,50.901],[-4.451,50.903],[-4.45,50.906],[-4.459,50.908],[-4.46,50.911],[-4.463,50.913],[-4.464,50.916],[-4.462,50.919],[-4.459,50.923],[-4.458,50.927],[-4.456,50.929],[-4.465,50.931],[-4.472,50.931],[-4.487,50.929],[-4.497,50.929],[-4.499,50.927],[-4.51,50.927],[-4.515,50.928],[-4.517,50.927],[-4.524,50.927],[-4.534,50.927],[-4.542,50.929],[-4.546,50.928],[-4.552,50.925],[-4.552,50.924],[-4.558,50.92],[-4.557,50.918],[-4.562,50.917],[-4.563,50.914],[-4.565,50.911],[-4.564,50.909],[-4.566,50.905],[-4.569,50.905],[-4.564,50.901],[-4.565,50.897],[-4.564,50.894],[-4.561,50.892],[-4.563,50.888],[-4.567,50.887],[-4.561,50.881],[-4.559,50.876],[-4.558,50.869],[-4.558,50.868],[-4.556,50.861],[-4.556,50.855],[-4.557,50.851],[-4.555,50.849],[-4.557,50.842],[-4.556,50.837],[-4.554,50.836],[-4.554,50.832],[-4.557,50.829],[-4.557,50.827],[-4.559,50.825],[-4.557,50.823],[-4.557,50.82],[-4.556,50.817],[-4.558,50.811],[-4.557,50.807],[-4.56,50.805],[-4.557,50.799],[-4.558,50.788],[-4.562,50.781],[-4.565,50.78],[-4.568,50.778],[-4.573,50.777],[-4.575,50.773],[-4.578,50.772],[-4.581,50.772],[-4.588,50.769],[-4.59,50.766],[-4.599,50.764],[-4.604,50.764],[-4.61,50.762],[-4.615,50.759],[-4.617,50.756],[-4.618,50.753],[-4.62,50.751],[-4.624,50.75],[-4.633,50.75],[-4.636,50.748],[-4.634,50.746],[-4.64,50.746],[-4.638,50.744],[-4.634,50.742],[-4.635,50.741],[-4.641,50.738],[-4.647,50.739],[-4.654,50.74],[-4.652,50.737],[-4.649,50.729],[-4.65,50.727],[-4.654,50.723],[-4.655,50.715],[-4.661,50.713],[-4.666,50.712],[-4.666,50.71],[-4.668,50.707],[-4.671,50.707],[-4.679,50.705],[-4.684,50.701],[-4.685,50.697],[-4.686,50.696],[-4.698,50.694],[-4.699,50.692],[-4.702,50.691],[-4.705,50.691],[-4.704,50.688],[-4.706,50.686],[-4.713,50.685],[-4.716,50.684],[-4.719,50.684],[-4.723,50.685],[-4.726,50.684],[-4.729,50.676],[-4.732,50.673],[-4.738,50.672],[-4.74,50.676],[-4.744,50.676],[-4.747,50.675],[-4.744,50.672],[-4.747,50.671],[-4.75,50.672],[-4.753,50.671],[-4.758,50.672],[-4.76,50.67],[-4.763,50.671],[-4.765,50.669],[-4.761,50.665],[-4.764,50.661],[-4.764,50.659],[-4.767,50.656],[-4.766,50.655],[-4.759,50.653],[-4.761,50.649],[-4.76,50.647],[-4.762,50.644],[-4.768,50.642],[-4.767,50.64],[-4.769,50.638],[-4.768,50.635],[-4.771,50.632],[-4.771,50.63],[-4.772,50.628],[-4.77,50.626],[-4.77,50.622],[-4.782,50.612],[-4.785,50.607],[-4.79,50.604],[-4.79,50.602],[-4.796,50.598],[-4.803,50.597],[-4.809,50.597],[-4.813,50.596],[-4.815,50.596],[-4.827,50.595],[-4.83,50.596],[-4.835,50.593],[-4.837,50.596],[-4.844,50.594],[-4.847,50.595],[-4.847,50.598],[-4.854,50.597],[-4.857,50.594],[-4.861,50.593],[-4.87,50.595],[-4.872,50.594],[-4.875,50.587],[-4.882,50.586],[-4.881,50.583],[-4.889,50.582],[-4.89,50.584],[-4.896,50.585],[-4.9,50.585],[-4.903,50.585],[-4.908,50.585],[-4.91,50.588],[-4.916,50.588],[-4.916,50.591],[-4.919,50.592],[-4.918,50.594],[-4.922,50.595],[-4.922,50.591],[-4.927,50.59],[-4.933,50.589],[-4.935,50.587],[-4.929,50.584],[-4.919,50.579],[-4.916,50.576],[-4.918,50.574],[-4.922,50.574],[-4.925,50.572],[-4.927,50.568],[-4.931,50.564],[-4.927,50.561],[-4.929,50.557],[-4.929,50.553],[-4.928,50.55],[-4.926,50.545],[-4.917,50.543],[-4.913,50.542],[-4.917,50.54],[-4.914,50.537],[-4.907,50.535],[-4.905,50.533],[-4.9,50.531],[-4.896,50.531],[-4.89,50.534],[-4.886,50.534],[-4.88,50.534],[-4.873,50.535],[-4.87,50.534],[-4.865,50.534],[-4.859,50.537],[-4.859,50.535],[-4.855,50.534],[-4.853,50.532],[-4.849,50.531],[-4.848,50.525],[-4.852,50.528],[-4.862,50.53],[-4.864,50.529],[-4.87,50.53],[-4.873,50.529],[-4.878,50.53],[-4.885,50.53],[-4.891,50.529],[-4.898,50.526],[-4.906,50.528],[-4.91,50.531],[-4.92,50.531],[-4.926,50.53],[-4.929,50.524],[-4.935,50.526],[-4.931,50.53],[-4.935,50.533],[-4.934,50.537],[-4.936,50.541],[-4.934,50.547],[-4.94,50.554],[-4.948,50.555],[-4.949,50.558],[-4.947,50.564],[-4.945,50.568],[-4.952,50.569],[-4.956,50.566],[-4.955,50.564],[-4.966,50.558],[-4.97,50.559],[-4.972,50.558],[-4.974,50.554],[-4.976,50.552],[-4.977,50.549],[-4.981,50.549],[-4.98,50.546],[-4.981,50.544],[-4.988,50.542],[-4.993,50.543],[-4.998,50.54],[-5.002,50.541],[-5.005,50.543],[-5.003,50.545],[-5.006,50.546],[-5.015,50.544],[-5.02,50.546],[-5.022,50.55],[-5.028,50.551],[-5.037,50.549],[-5.035,50.548],[-5.04,50.546],[-5.036,50.545],[-5.033,50.543],[-5.026,50.542],[-5.025,50.537],[-5.023,50.536],[-5.023,50.533],[-5.027,50.529],[-5.023,50.527],[-5.026,50.526],[-5.029,50.525],[-5.03,50.523],[-5.028,50.519],[-5.027,50.516],[-5.03,50.515],[-5.028,50.51],[-5.035,50.507],[-5.037,50.505],[-5.041,50.502],[-5.045,50.496],[-5.04,50.497],[-5.035,50.494],[-5.036,50.49],[-5.034,50.488],[-5.034,50.482],[-5.037,50.479],[-5.036,50.477],[-5.04,50.475],[-5.033,50.469],[-5.035,50.467],[-5.041,50.466],[-5.042,50.462],[-5.038,50.46],[-5.042,50.456],[-5.04,50.454],[-5.041,50.448],[-5.027,50.449],[-5.025,50.447],[-5.023,50.442],[-5.016,50.444],[-5.008,50.443],[-5.01,50.441],[-5.009,50.435],[-4.996,50.434],[-4.993,50.429],[-4.994,50.424],[-4.992,50.421],[-4.98,50.416],[-4.974,50.415],[-4.972,50.413],[-4.971,50.41],[-4.972,50.405],[-4.968,50.4],[-4.957,50.404],[-4.953,50.407],[-4.947,50.409],[-4.936,50.409],[-4.931,50.406],[-4.928,50.407],[-4.923,50.406],[-4.919,50.405],[-4.908,50.403],[-4.904,50.405],[-4.89,50.409],[-4.881,50.414],[-4.878,50.418],[-4.877,50.428],[-4.873,50.428],[-4.857,50.432],[-4.854,50.433],[-4.843,50.437],[-4.839,50.431],[-4.839,50.428],[-4.839,50.423],[-4.837,50.418],[-4.828,50.424],[-4.821,50.427],[-4.82,50.431],[-4.812,50.432],[-4.811,50.439],[-4.807,50.44],[-4.802,50.438],[-4.8,50.435],[-4.803,50.431],[-4.798,50.429],[-4.789,50.433],[-4.767,50.436],[-4.764,50.435],[-4.764,50.43],[-4.761,50.427],[-4.757,50.426],[-4.752,50.423],[-4.747,50.422],[-4.743,50.422],[-4.74,50.423],[-4.733,50.428],[-4.725,50.429],[-4.711,50.428],[-4.705,50.43],[-4.707,50.432],[-4.704,50.434],[-4.699,50.433],[-4.692,50.433],[-4.69,50.435],[-4.683,50.434],[-4.68,50.438],[-4.677,50.442],[-4.674,50.442],[-4.671,50.446],[-4.664,50.446],[-4.66,50.45],[-4.652,50.448],[-4.646,50.444],[-4.636,50.443],[-4.635,50.444],[-4.636,50.448],[-4.634,50.452],[-4.634,50.456],[-4.627,50.459],[-4.623,50.457],[-4.616,50.463],[-4.617,50.468],[-4.615,50.47],[-4.612,50.475],[-4.614,50.481],[-4.619,50.487],[-4.613,50.491],[-4.612,50.495],[-4.609,50.496],[-4.61,50.499],[-4.612,50.499],[-4.612,50.506],[-4.61,50.506],[-4.616,50.515],[-4.614,50.518],[-4.606,50.523],[-4.605,50.525],[-4.607,50.53],[-4.61,50.532],[-4.609,50.534],[-4.589,50.54],[-4.579,50.548],[-4.574,50.554],[-4.57,50.558],[-4.565,50.56],[-4.562,50.56],[-4.558,50.557],[-4.557,50.561],[-4.554,50.562],[-4.551,50.561],[-4.548,50.557],[-4.548,50.556],[-4.536,50.543],[-4.534,50.543],[-4.528,50.547],[-4.521,50.549],[-4.518,50.554],[-4.519,50.556],[-4.515,50.558],[-4.507,50.559],[-4.503,50.559],[-4.501,50.558],[-4.496,50.557],[-4.496,50.556],[-4.489,50.55],[-4.486,50.549],[-4.483,50.543],[-4.48,50.541],[-4.472,50.542],[-4.471,50.542],[-4.461,50.544],[-4.454,50.541],[-4.445,50.542],[-4.44,50.545],[-4.431,50.544],[-4.428,50.543],[-4.421,50.542],[-4.416,50.544],[-4.414,50.543],[-4.411,50.546],[-4.411,50.549],[-4.413,50.551],[-4.404,50.553],[-4.401,50.552],[-4.396,50.553],[-4.394,50.555],[-4.397,50.556],[-4.398,50.559],[-4.402,50.562],[-4.397,50.564],[-4.394,50.568],[-4.399,50.57],[-4.4,50.572],[-4.397,50.574],[-4.393,50.576],[-4.391,50.573],[-4.387,50.572],[-4.379,50.572],[-4.376,50.572],[-4.374,50.57],[-4.37,50.57],[-4.368,50.568],[-4.355,50.568],[-4.351,50.569],[-4.352,50.563],[-4.356,50.562],[-4.364,50.556],[-4.361,50.55],[-4.357,50.547],[-4.359,50.546],[-4.352,50.545],[-4.348,50.543],[-4.353,50.535],[-4.343,50.534],[-4.339,50.537],[-4.336,50.534],[-4.338,50.531],[-4.336,50.529],[-4.337,50.526],[-4.333,50.522],[-4.324,50.52],[-4.32,50.523],[-4.315,50.524],[-4.312,50.522],[-4.305,50.52],[-4.306,50.517],[-4.305,50.516],[-4.295,50.513],[-4.291,50.513],[-4.277,50.516],[-4.271,50.517],[-4.272,50.519],[-4.274,50.522],[-4.275,50.525],[-4.271,50.529],[-4.269,50.535],[-4.272,50.537],[-4.271,50.539],[-4.267,50.542],[-4.261,50.544],[-4.259,50.546],[-4.26,50.552],[-4.264,50.557],[-4.273,50.562],[-4.274,50.565],[-4.279,50.569],[-4.279,50.571],[-4.277,50.575],[-4.27,50.579],[-4.273,50.583],[-4.286,50.585],[-4.285,50.582],[-4.282,50.577],[-4.285,50.575],[-4.289,50.577],[-4.29,50.581],[-4.291,50.584],[-4.298,50.584],[-4.305,50.579],[-4.308,50.579],[-4.308,50.582],[-4.311,50.585],[-4.312,50.59],[-4.311,50.592],[-4.306,50.595],[-4.307,50.6],[-4.308,50.603],[-4.303,50.611],[-4.306,50.614],[-4.307,50.618],[-4.307,50.621],[-4.306,50.621],[-4.302,50.626],[-4.303,50.629],[-4.3,50.633],[-4.304,50.636],[-4.309,50.636],[-4.312,50.637],[-4.315,50.636],[-4.32,50.636],[-4.325,50.638],[-4.326,50.641],[-4.33,50.64],[-4.334,50.641],[-4.333,50.644],[-4.335,50.647],[-4.336,50.651],[-4.336,50.653],[-4.337,50.653],[-4.337,50.654],[-4.336,50.656],[-4.34,50.659],[-4.339,50.661],[-4.344,50.663],[-4.346,50.668],[-4.344,50.671],[-4.347,50.673],[-4.344,50.677],[-4.347,50.682],[-4.349,50.683],[-4.349,50.689],[-4.351,50.691],[-4.352,50.691],[-4.353,50.691],[-4.354,50.693],[-4.352,50.693],[-4.353,50.694],[-4.353,50.693],[-4.354,50.694],[-4.362,50.696],[-4.362,50.697],[-4.364,50.697],[-4.364,50.698],[-4.365,50.698],[-4.366,50.698],[-4.367,50.703],[-4.368,50.702],[-4.369,50.702],[-4.368,50.703],[-4.368,50.704],[-4.368,50.705],[-4.367,50.707],[-4.369,50.709],[-4.366,50.711],[-4.365,50.712],[-4.365,50.714],[-4.364,50.714],[-4.363,50.718],[-4.365,50.721],[-4.364,50.721]]]},"properties":{"Name":"North Cornwall","ID":"E14001385"},"id":322}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.666,51.987],[-1.669,51.989],[-1.67,51.993],[-1.666,51.997],[-1.659,52],[-1.656,52.003],[-1.652,52.006],[-1.643,52.009],[-1.643,52.015],[-1.638,52.021],[-1.636,52.021],[-1.628,52.027],[-1.624,52.026],[-1.62,52.028],[-1.618,52.032],[-1.619,52.035],[-1.628,52.037],[-1.633,52.036],[-1.639,52.037],[-1.644,52.035],[-1.649,52.034],[-1.655,52.035],[-1.656,52.032],[-1.66,52.032],[-1.665,52.032],[-1.667,52.036],[-1.674,52.036],[-1.68,52.037],[-1.688,52.038],[-1.695,52.041],[-1.695,52.043],[-1.691,52.048],[-1.69,52.053],[-1.693,52.054],[-1.699,52.054],[-1.702,52.056],[-1.705,52.06],[-1.703,52.068],[-1.702,52.07],[-1.702,52.073],[-1.708,52.073],[-1.71,52.073],[-1.714,52.067],[-1.717,52.068],[-1.727,52.071],[-1.731,52.073],[-1.728,52.081],[-1.729,52.084],[-1.728,52.089],[-1.73,52.095],[-1.733,52.095],[-1.739,52.091],[-1.746,52.093],[-1.75,52.095],[-1.755,52.099],[-1.754,52.101],[-1.758,52.103],[-1.759,52.106],[-1.766,52.11],[-1.768,52.113],[-1.786,52.107],[-1.79,52.106],[-1.788,52.104],[-1.792,52.1],[-1.796,52.101],[-1.802,52.097],[-1.806,52.093],[-1.81,52.088],[-1.81,52.086],[-1.813,52.083],[-1.813,52.079],[-1.816,52.08],[-1.818,52.084],[-1.819,52.085],[-1.823,52.081],[-1.832,52.073],[-1.838,52.074],[-1.847,52.079],[-1.853,52.072],[-1.856,52.074],[-1.869,52.074],[-1.874,52.07],[-1.872,52.065],[-1.865,52.066],[-1.863,52.063],[-1.861,52.058],[-1.863,52.053],[-1.857,52.052],[-1.848,52.047],[-1.839,52.044],[-1.835,52.044],[-1.833,52.04],[-1.83,52.039],[-1.829,52.036],[-1.831,52.033],[-1.825,52.031],[-1.826,52.029],[-1.836,52.023],[-1.834,52.018],[-1.836,52.011],[-1.835,52.009],[-1.839,52.007],[-1.826,52.005],[-1.821,52.003],[-1.818,52.001],[-1.807,52.003],[-1.805,51.999],[-1.802,51.997],[-1.808,51.994],[-1.812,51.988],[-1.821,51.987],[-1.825,51.989],[-1.832,51.988],[-1.842,51.988],[-1.846,51.988],[-1.857,51.991],[-1.865,51.995],[-1.869,51.994],[-1.878,51.989],[-1.883,51.984],[-1.872,51.982],[-1.868,51.981],[-1.873,51.976],[-1.875,51.972],[-1.876,51.968],[-1.874,51.966],[-1.88,51.964],[-1.882,51.965],[-1.89,51.961],[-1.897,51.96],[-1.903,51.962],[-1.901,51.967],[-1.904,51.969],[-1.909,51.968],[-1.913,51.969],[-1.917,51.963],[-1.923,51.963],[-1.927,51.961],[-1.932,51.957],[-1.93,51.953],[-1.928,51.95],[-1.927,51.945],[-1.924,51.939],[-1.923,51.935],[-1.918,51.936],[-1.916,51.934],[-1.898,51.93],[-1.887,51.926],[-1.891,51.922],[-1.892,51.92],[-1.89,51.918],[-1.887,51.917],[-1.888,51.912],[-1.877,51.909],[-1.868,51.908],[-1.872,51.903],[-1.877,51.901],[-1.88,51.898],[-1.873,51.897],[-1.862,51.897],[-1.857,51.897],[-1.854,51.893],[-1.859,51.892],[-1.862,51.89],[-1.872,51.893],[-1.873,51.89],[-1.875,51.89],[-1.883,51.892],[-1.882,51.894],[-1.896,51.894],[-1.897,51.891],[-1.9,51.889],[-1.902,51.887],[-1.906,51.888],[-1.912,51.888],[-1.922,51.894],[-1.927,51.896],[-1.928,51.899],[-1.927,51.903],[-1.93,51.905],[-1.939,51.907],[-1.94,51.905],[-1.946,51.905],[-1.953,51.905],[-1.953,51.903],[-1.961,51.903],[-1.964,51.904],[-1.976,51.906],[-1.985,51.91],[-1.994,51.915],[-1.996,51.912],[-1.998,51.907],[-2,51.904],[-2.01,51.906],[-2.01,51.903],[-2.013,51.899],[-2.012,51.896],[-2.013,51.892],[-2.017,51.886],[-2.016,51.882],[-2.021,51.876],[-2.022,51.876],[-2.025,51.871],[-2.024,51.868],[-2.026,51.864],[-2.037,51.864],[-2.037,51.862],[-2.04,51.86],[-2.048,51.858],[-2.052,51.86],[-2.056,51.863],[-2.06,51.865],[-2.066,51.864],[-2.071,51.866],[-2.071,51.869],[-2.076,51.869],[-2.076,51.872],[-2.086,51.873],[-2.092,51.871],[-2.092,51.874],[-2.095,51.875],[-2.098,51.879],[-2.102,51.876],[-2.106,51.878],[-2.112,51.88],[-2.123,51.883],[-2.126,51.879],[-2.129,51.883],[-2.124,51.886],[-2.126,51.888],[-2.142,51.885],[-2.143,51.889],[-2.137,51.9],[-2.139,51.901],[-2.141,51.904],[-2.141,51.91],[-2.144,51.909],[-2.145,51.911],[-2.157,51.913],[-2.158,51.914],[-2.166,51.916],[-2.168,51.914],[-2.171,51.913],[-2.175,51.91],[-2.178,51.909],[-2.171,51.901],[-2.182,51.898],[-2.187,51.899],[-2.193,51.899],[-2.2,51.898],[-2.199,51.897],[-2.193,51.897],[-2.193,51.893],[-2.195,51.89],[-2.192,51.889],[-2.193,51.885],[-2.203,51.884],[-2.198,51.88],[-2.193,51.879],[-2.187,51.877],[-2.187,51.876],[-2.198,51.872],[-2.196,51.866],[-2.187,51.862],[-2.177,51.856],[-2.182,51.852],[-2.187,51.846],[-2.192,51.842],[-2.202,51.836],[-2.209,51.829],[-2.214,51.826],[-2.223,51.821],[-2.226,51.822],[-2.225,51.827],[-2.227,51.828],[-2.231,51.826],[-2.238,51.825],[-2.246,51.826],[-2.249,51.825],[-2.255,51.821],[-2.257,51.821],[-2.263,51.808],[-2.27,51.81],[-2.272,51.812],[-2.283,51.815],[-2.281,51.816],[-2.29,51.82],[-2.291,51.822],[-2.298,51.825],[-2.301,51.827],[-2.301,51.832],[-2.299,51.832],[-2.302,51.835],[-2.306,51.846],[-2.312,51.847],[-2.323,51.847],[-2.33,51.85],[-2.337,51.85],[-2.343,51.847],[-2.351,51.846],[-2.354,51.843],[-2.356,51.835],[-2.355,51.834],[-2.35,51.831],[-2.351,51.828],[-2.36,51.827],[-2.362,51.822],[-2.36,51.817],[-2.359,51.811],[-2.35,51.807],[-2.347,51.806],[-2.345,51.801],[-2.35,51.795],[-2.354,51.794],[-2.355,51.792],[-2.349,51.785],[-2.345,51.787],[-2.333,51.782],[-2.325,51.782],[-2.321,51.782],[-2.317,51.778],[-2.315,51.774],[-2.311,51.773],[-2.307,51.767],[-2.299,51.762],[-2.289,51.756],[-2.284,51.756],[-2.278,51.755],[-2.273,51.756],[-2.269,51.755],[-2.26,51.754],[-2.258,51.756],[-2.256,51.761],[-2.246,51.764],[-2.24,51.768],[-2.235,51.772],[-2.233,51.772],[-2.227,51.764],[-2.221,51.762],[-2.222,51.759],[-2.216,51.759],[-2.21,51.758],[-2.205,51.76],[-2.2,51.758],[-2.195,51.756],[-2.193,51.754],[-2.194,51.752],[-2.189,51.75],[-2.188,51.747],[-2.181,51.744],[-2.189,51.739],[-2.186,51.738],[-2.179,51.736],[-2.176,51.736],[-2.172,51.734],[-2.163,51.735],[-2.159,51.733],[-2.155,51.734],[-2.153,51.736],[-2.144,51.734],[-2.137,51.73],[-2.133,51.73],[-2.132,51.727],[-2.128,51.725],[-2.134,51.723],[-2.134,51.722],[-2.141,51.72],[-2.157,51.72],[-2.162,51.719],[-2.175,51.719],[-2.186,51.718],[-2.192,51.718],[-2.196,51.721],[-2.198,51.717],[-2.204,51.717],[-2.211,51.718],[-2.212,51.714],[-2.209,51.712],[-2.206,51.71],[-2.209,51.706],[-2.209,51.701],[-2.211,51.696],[-2.202,51.695],[-2.201,51.693],[-2.197,51.693],[-2.193,51.691],[-2.189,51.691],[-2.187,51.688],[-2.182,51.689],[-2.177,51.688],[-2.175,51.691],[-2.167,51.69],[-2.164,51.691],[-2.16,51.687],[-2.159,51.687],[-2.15,51.69],[-2.149,51.692],[-2.141,51.699],[-2.136,51.699],[-2.13,51.697],[-2.129,51.701],[-2.126,51.703],[-2.124,51.706],[-2.117,51.706],[-2.11,51.705],[-2.109,51.697],[-2.103,51.697],[-2.095,51.696],[-2.087,51.696],[-2.084,51.702],[-2.078,51.703],[-2.072,51.703],[-2.065,51.703],[-2.06,51.703],[-2.058,51.701],[-2.052,51.7],[-2.051,51.705],[-2.053,51.707],[-2.053,51.71],[-2.056,51.711],[-2.059,51.713],[-2.054,51.717],[-2.055,51.722],[-2.053,51.727],[-2.056,51.734],[-2.053,51.735],[-2.037,51.739],[-2.033,51.739],[-2.029,51.735],[-2.017,51.729],[-2.01,51.725],[-2.007,51.724],[-2.004,51.725],[-2.009,51.729],[-2.009,51.734],[-1.997,51.735],[-1.994,51.735],[-1.989,51.739],[-1.984,51.733],[-1.976,51.737],[-1.97,51.738],[-1.969,51.737],[-1.964,51.737],[-1.962,51.736],[-1.96,51.73],[-1.958,51.728],[-1.953,51.728],[-1.949,51.726],[-1.944,51.726],[-1.945,51.742],[-1.937,51.757],[-1.933,51.763],[-1.928,51.764],[-1.927,51.761],[-1.922,51.758],[-1.92,51.758],[-1.915,51.763],[-1.913,51.764],[-1.909,51.767],[-1.901,51.764],[-1.896,51.764],[-1.896,51.758],[-1.888,51.758],[-1.882,51.758],[-1.878,51.757],[-1.869,51.754],[-1.857,51.752],[-1.862,51.749],[-1.859,51.747],[-1.851,51.743],[-1.847,51.739],[-1.836,51.741],[-1.835,51.739],[-1.83,51.736],[-1.828,51.731],[-1.83,51.73],[-1.829,51.727],[-1.825,51.725],[-1.823,51.719],[-1.818,51.718],[-1.814,51.721],[-1.797,51.724],[-1.791,51.724],[-1.786,51.727],[-1.788,51.73],[-1.788,51.733],[-1.783,51.733],[-1.78,51.734],[-1.778,51.732],[-1.769,51.733],[-1.768,51.736],[-1.762,51.735],[-1.759,51.732],[-1.758,51.728],[-1.753,51.725],[-1.753,51.717],[-1.752,51.715],[-1.747,51.712],[-1.743,51.714],[-1.738,51.716],[-1.734,51.718],[-1.727,51.717],[-1.722,51.714],[-1.717,51.715],[-1.715,51.714],[-1.71,51.714],[-1.703,51.716],[-1.694,51.722],[-1.696,51.724],[-1.687,51.729],[-1.686,51.733],[-1.689,51.739],[-1.687,51.74],[-1.694,51.748],[-1.694,51.754],[-1.696,51.757],[-1.7,51.765],[-1.701,51.771],[-1.708,51.778],[-1.717,51.781],[-1.719,51.783],[-1.715,51.786],[-1.708,51.788],[-1.702,51.791],[-1.693,51.794],[-1.687,51.798],[-1.682,51.804],[-1.678,51.813],[-1.677,51.817],[-1.681,51.816],[-1.683,51.82],[-1.686,51.833],[-1.685,51.837],[-1.681,51.842],[-1.679,51.846],[-1.679,51.849],[-1.676,51.85],[-1.681,51.855],[-1.681,51.859],[-1.682,51.86],[-1.687,51.863],[-1.687,51.866],[-1.684,51.869],[-1.679,51.87],[-1.672,51.875],[-1.668,51.876],[-1.669,51.88],[-1.666,51.885],[-1.663,51.887],[-1.662,51.894],[-1.658,51.897],[-1.645,51.895],[-1.644,51.896],[-1.635,51.898],[-1.633,51.9],[-1.636,51.902],[-1.635,51.908],[-1.636,51.911],[-1.641,51.913],[-1.645,51.919],[-1.641,51.92],[-1.643,51.924],[-1.64,51.925],[-1.628,51.933],[-1.617,51.939],[-1.626,51.95],[-1.629,51.953],[-1.635,51.957],[-1.646,51.957],[-1.649,51.959],[-1.655,51.958],[-1.655,51.96],[-1.652,51.962],[-1.658,51.963],[-1.662,51.964],[-1.664,51.966],[-1.666,51.971],[-1.669,51.975],[-1.665,51.981],[-1.665,51.985],[-1.666,51.987]]]},"properties":{"Name":"North Cotswolds","ID":"E14001386"},"id":323}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.721,51.233],[-3.728,51.236],[-3.731,51.235],[-3.74,51.236],[-3.745,51.235],[-3.758,51.237],[-3.765,51.237],[-3.77,51.238],[-3.776,51.24],[-3.78,51.242],[-3.785,51.246],[-3.787,51.246],[-3.796,51.242],[-3.795,51.241],[-3.8,51.237],[-3.806,51.233],[-3.813,51.231],[-3.825,51.232],[-3.828,51.233],[-3.833,51.232],[-3.839,51.235],[-3.846,51.235],[-3.854,51.234],[-3.861,51.231],[-3.864,51.231],[-3.872,51.231],[-3.874,51.227],[-3.881,51.229],[-3.884,51.226],[-3.887,51.225],[-3.892,51.224],[-3.897,51.226],[-3.901,51.226],[-3.904,51.23],[-3.911,51.23],[-3.913,51.23],[-3.918,51.23],[-3.926,51.232],[-3.928,51.23],[-3.939,51.229],[-3.942,51.225],[-3.945,51.225],[-3.947,51.222],[-3.963,51.219],[-3.973,51.22],[-3.983,51.218],[-3.987,51.219],[-3.994,51.218],[-4,51.218],[-4.003,51.219],[-4.009,51.217],[-4.013,51.217],[-4.017,51.216],[-4.021,51.217],[-4.024,51.215],[-4.028,51.216],[-4.032,51.215],[-4.031,51.212],[-4.034,51.21],[-4.039,51.21],[-4.04,51.208],[-4.051,51.207],[-4.058,51.212],[-4.061,51.213],[-4.065,51.215],[-4.07,51.216],[-4.071,51.214],[-4.078,51.216],[-4.08,51.218],[-4.084,51.216],[-4.088,51.217],[-4.09,51.214],[-4.098,51.212],[-4.102,51.213],[-4.106,51.21],[-4.115,51.209],[-4.119,51.212],[-4.122,51.21],[-4.124,51.211],[-4.132,51.209],[-4.135,51.209],[-4.144,51.206],[-4.146,51.204],[-4.156,51.204],[-4.158,51.202],[-4.167,51.203],[-4.171,51.201],[-4.178,51.197],[-4.184,51.2],[-4.193,51.199],[-4.201,51.201],[-4.207,51.193],[-4.215,51.19],[-4.219,51.19],[-4.228,51.189],[-4.229,51.187],[-4.222,51.186],[-4.214,51.182],[-4.214,51.18],[-4.211,51.178],[-4.215,51.176],[-4.213,51.173],[-4.21,51.173],[-4.212,51.16],[-4.215,51.154],[-4.22,51.147],[-4.225,51.144],[-4.229,51.145],[-4.239,51.145],[-4.256,51.147],[-4.261,51.144],[-4.259,51.141],[-4.25,51.138],[-4.247,51.135],[-4.239,51.133],[-4.237,51.13],[-4.239,51.127],[-4.243,51.124],[-4.239,51.12],[-4.229,51.118],[-4.223,51.118],[-4.222,51.112],[-4.223,51.101],[-4.223,51.09],[-4.222,51.084],[-4.218,51.078],[-4.215,51.075],[-4.21,51.074],[-4.205,51.071],[-4.198,51.069],[-4.191,51.065],[-4.189,51.067],[-4.191,51.068],[-4.19,51.071],[-4.187,51.073],[-4.185,51.076],[-4.168,51.081],[-4.167,51.084],[-4.162,51.084],[-4.157,51.085],[-4.153,51.086],[-4.146,51.084],[-4.134,51.086],[-4.129,51.088],[-4.129,51.093],[-4.119,51.095],[-4.108,51.094],[-4.098,51.088],[-4.088,51.085],[-4.082,51.083],[-4.076,51.08],[-4.07,51.081],[-4.068,51.079],[-4.076,51.077],[-4.084,51.078],[-4.09,51.082],[-4.103,51.083],[-4.108,51.085],[-4.112,51.089],[-4.117,51.089],[-4.119,51.087],[-4.118,51.082],[-4.122,51.079],[-4.129,51.078],[-4.136,51.079],[-4.139,51.08],[-4.153,51.08],[-4.155,51.076],[-4.152,51.074],[-4.159,51.073],[-4.165,51.075],[-4.173,51.071],[-4.172,51.07],[-4.178,51.068],[-4.181,51.066],[-4.178,51.064],[-4.181,51.063],[-4.179,51.06],[-4.182,51.056],[-4.182,51.051],[-4.179,51.05],[-4.182,51.045],[-4.186,51.042],[-4.187,51.039],[-4.191,51.036],[-4.197,51.035],[-4.198,51.033],[-4.199,51.029],[-4.197,51.024],[-4.198,51.021],[-4.195,51.021],[-4.186,51.021],[-4.18,51.023],[-4.179,51.024],[-4.174,51.023],[-4.172,51.019],[-4.17,51.018],[-4.166,51.015],[-4.155,51.014],[-4.154,51.016],[-4.15,51.017],[-4.148,51.019],[-4.14,51.018],[-4.135,51.02],[-4.129,51.021],[-4.122,51.019],[-4.116,51.019],[-4.116,51.017],[-4.12,51.014],[-4.12,51.012],[-4.116,51.01],[-4.11,51.011],[-4.106,51.01],[-4.098,51.009],[-4.094,51.004],[-4.086,51.003],[-4.081,51.003],[-4.079,51.009],[-4.069,51.008],[-4.064,51.01],[-4.058,51.008],[-4.049,51.008],[-4.034,51.008],[-4.033,51.003],[-4.034,50.997],[-4.035,50.997],[-4.037,50.993],[-4.035,50.99],[-4.037,50.985],[-4.036,50.981],[-4.033,50.979],[-4.028,50.977],[-4.025,50.973],[-4.02,50.972],[-4.02,50.97],[-4.011,50.967],[-4.005,50.97],[-4.004,50.972],[-3.992,50.974],[-3.99,50.978],[-3.984,50.982],[-3.976,50.981],[-3.975,50.982],[-3.967,50.981],[-3.963,50.979],[-3.961,50.981],[-3.958,50.981],[-3.958,50.978],[-3.954,50.977],[-3.953,50.974],[-3.958,50.971],[-3.957,50.967],[-3.965,50.963],[-3.966,50.96],[-3.966,50.958],[-3.961,50.956],[-3.964,50.954],[-3.97,50.953],[-3.975,50.954],[-3.979,50.952],[-3.984,50.952],[-3.994,50.949],[-3.996,50.942],[-3.993,50.937],[-3.998,50.936],[-3.996,50.934],[-3.998,50.931],[-3.995,50.926],[-3.988,50.927],[-3.978,50.926],[-3.967,50.924],[-3.964,50.922],[-3.959,50.921],[-3.954,50.918],[-3.945,50.919],[-3.938,50.922],[-3.933,50.922],[-3.92,50.923],[-3.92,50.924],[-3.906,50.925],[-3.902,50.926],[-3.902,50.921],[-3.906,50.917],[-3.902,50.913],[-3.905,50.909],[-3.904,50.905],[-3.902,50.903],[-3.898,50.906],[-3.892,50.908],[-3.878,50.906],[-3.87,50.909],[-3.865,50.909],[-3.861,50.907],[-3.846,50.909],[-3.838,50.908],[-3.834,50.909],[-3.827,50.907],[-3.827,50.909],[-3.822,50.912],[-3.821,50.914],[-3.818,50.915],[-3.811,50.912],[-3.814,50.909],[-3.818,50.903],[-3.817,50.902],[-3.813,50.905],[-3.806,50.903],[-3.802,50.903],[-3.796,50.901],[-3.793,50.904],[-3.783,50.902],[-3.782,50.9],[-3.783,50.899],[-3.779,50.894],[-3.775,50.892],[-3.775,50.89],[-3.767,50.888],[-3.76,50.88],[-3.761,50.877],[-3.755,50.876],[-3.749,50.879],[-3.749,50.883],[-3.741,50.888],[-3.745,50.89],[-3.739,50.891],[-3.735,50.89],[-3.734,50.892],[-3.736,50.896],[-3.737,50.901],[-3.734,50.905],[-3.73,50.908],[-3.729,50.91],[-3.726,50.91],[-3.713,50.911],[-3.698,50.911],[-3.699,50.913],[-3.687,50.915],[-3.677,50.918],[-3.674,50.919],[-3.664,50.921],[-3.659,50.921],[-3.65,50.922],[-3.644,50.922],[-3.641,50.918],[-3.627,50.92],[-3.624,50.922],[-3.621,50.922],[-3.613,50.927],[-3.608,50.933],[-3.603,50.937],[-3.598,50.942],[-3.596,50.945],[-3.598,50.95],[-3.598,50.955],[-3.601,50.955],[-3.601,50.963],[-3.598,50.967],[-3.602,50.969],[-3.604,50.968],[-3.611,50.969],[-3.615,50.968],[-3.62,50.969],[-3.62,50.979],[-3.623,50.983],[-3.629,50.989],[-3.627,50.994],[-3.629,51],[-3.629,51.006],[-3.623,51.005],[-3.62,51.001],[-3.614,50.998],[-3.612,50.995],[-3.605,50.995],[-3.608,50.993],[-3.606,50.99],[-3.6,50.992],[-3.599,50.996],[-3.602,51],[-3.607,51.004],[-3.603,51.007],[-3.61,51.008],[-3.61,51.01],[-3.615,51.013],[-3.615,51.015],[-3.612,51.019],[-3.61,51.025],[-3.603,51.029],[-3.602,51.033],[-3.598,51.037],[-3.598,51.043],[-3.6,51.047],[-3.6,51.052],[-3.597,51.054],[-3.596,51.056],[-3.601,51.055],[-3.605,51.058],[-3.61,51.058],[-3.612,51.056],[-3.619,51.06],[-3.624,51.061],[-3.631,51.06],[-3.635,51.056],[-3.642,51.059],[-3.645,51.058],[-3.652,51.06],[-3.65,51.064],[-3.664,51.067],[-3.665,51.07],[-3.673,51.071],[-3.676,51.073],[-3.682,51.073],[-3.687,51.076],[-3.689,51.078],[-3.692,51.081],[-3.709,51.081],[-3.715,51.08],[-3.72,51.081],[-3.722,51.083],[-3.731,51.087],[-3.739,51.089],[-3.75,51.095],[-3.757,51.1],[-3.768,51.106],[-3.777,51.107],[-3.791,51.111],[-3.797,51.114],[-3.804,51.116],[-3.807,51.118],[-3.814,51.121],[-3.822,51.126],[-3.825,51.131],[-3.831,51.135],[-3.834,51.138],[-3.834,51.145],[-3.832,51.151],[-3.835,51.154],[-3.836,51.165],[-3.837,51.167],[-3.839,51.175],[-3.839,51.177],[-3.833,51.178],[-3.824,51.176],[-3.818,51.179],[-3.812,51.178],[-3.806,51.178],[-3.795,51.174],[-3.793,51.173],[-3.788,51.172],[-3.782,51.172],[-3.758,51.177],[-3.751,51.177],[-3.746,51.176],[-3.739,51.177],[-3.732,51.177],[-3.726,51.179],[-3.724,51.181],[-3.726,51.187],[-3.732,51.191],[-3.732,51.193],[-3.729,51.195],[-3.726,51.2],[-3.728,51.204],[-3.728,51.208],[-3.732,51.215],[-3.729,51.217],[-3.729,51.219],[-3.733,51.223],[-3.727,51.226],[-3.727,51.229],[-3.723,51.23],[-3.721,51.233]]]},"properties":{"Name":"North Devon","ID":"E14001387"},"id":324}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.218,51.055],[-2.226,51.058],[-2.229,51.061],[-2.239,51.068],[-2.24,51.07],[-2.245,51.072],[-2.25,51.071],[-2.262,51.069],[-2.269,51.069],[-2.283,51.075],[-2.291,51.077],[-2.311,51.08],[-2.317,51.08],[-2.321,51.081],[-2.326,51.08],[-2.33,51.077],[-2.337,51.075],[-2.343,51.075],[-2.349,51.071],[-2.35,51.062],[-2.344,51.055],[-2.34,51.056],[-2.333,51.051],[-2.333,51.047],[-2.33,51.042],[-2.332,51.04],[-2.335,51.04],[-2.338,51.037],[-2.343,51.035],[-2.344,51.033],[-2.347,51.032],[-2.352,51.029],[-2.361,51.025],[-2.363,51.02],[-2.367,51.018],[-2.371,51.014],[-2.378,51.012],[-2.376,51.01],[-2.378,51.007],[-2.381,51.005],[-2.381,50.997],[-2.375,50.991],[-2.371,50.992],[-2.355,50.991],[-2.353,50.99],[-2.345,50.984],[-2.344,50.982],[-2.346,50.979],[-2.358,50.977],[-2.375,50.973],[-2.384,50.972],[-2.389,50.97],[-2.398,50.968],[-2.403,50.965],[-2.415,50.961],[-2.424,50.959],[-2.424,50.954],[-2.427,50.952],[-2.425,50.95],[-2.428,50.948],[-2.431,50.943],[-2.43,50.939],[-2.44,50.939],[-2.445,50.936],[-2.447,50.934],[-2.447,50.93],[-2.444,50.929],[-2.442,50.925],[-2.438,50.926],[-2.429,50.925],[-2.425,50.923],[-2.417,50.92],[-2.413,50.919],[-2.41,50.921],[-2.406,50.914],[-2.401,50.91],[-2.4,50.906],[-2.399,50.901],[-2.403,50.893],[-2.407,50.893],[-2.415,50.89],[-2.417,50.887],[-2.42,50.886],[-2.425,50.886],[-2.428,50.884],[-2.43,50.883],[-2.431,50.879],[-2.434,50.874],[-2.432,50.872],[-2.436,50.869],[-2.435,50.867],[-2.428,50.869],[-2.424,50.867],[-2.423,50.858],[-2.416,50.858],[-2.41,50.861],[-2.402,50.861],[-2.396,50.862],[-2.394,50.859],[-2.398,50.852],[-2.399,50.848],[-2.402,50.843],[-2.398,50.839],[-2.386,50.843],[-2.384,50.845],[-2.38,50.847],[-2.377,50.847],[-2.374,50.845],[-2.37,50.845],[-2.363,50.847],[-2.359,50.847],[-2.356,50.849],[-2.353,50.848],[-2.345,50.85],[-2.336,50.851],[-2.331,50.851],[-2.328,50.849],[-2.329,50.845],[-2.324,50.844],[-2.319,50.846],[-2.314,50.849],[-2.309,50.844],[-2.307,50.841],[-2.301,50.835],[-2.298,50.829],[-2.292,50.826],[-2.291,50.824],[-2.294,50.819],[-2.299,50.82],[-2.302,50.82],[-2.305,50.817],[-2.308,50.818],[-2.312,50.817],[-2.309,50.812],[-2.306,50.809],[-2.304,50.804],[-2.315,50.801],[-2.315,50.797],[-2.311,50.795],[-2.307,50.795],[-2.303,50.792],[-2.3,50.787],[-2.305,50.784],[-2.307,50.78],[-2.296,50.779],[-2.296,50.774],[-2.3,50.771],[-2.304,50.77],[-2.307,50.769],[-2.306,50.763],[-2.309,50.763],[-2.314,50.769],[-2.317,50.768],[-2.32,50.771],[-2.325,50.77],[-2.335,50.772],[-2.342,50.776],[-2.354,50.779],[-2.359,50.782],[-2.364,50.785],[-2.371,50.785],[-2.376,50.778],[-2.374,50.771],[-2.372,50.769],[-2.369,50.764],[-2.378,50.763],[-2.381,50.761],[-2.384,50.757],[-2.391,50.762],[-2.407,50.757],[-2.416,50.756],[-2.421,50.755],[-2.421,50.749],[-2.416,50.751],[-2.412,50.749],[-2.405,50.748],[-2.4,50.748],[-2.397,50.743],[-2.39,50.744],[-2.387,50.744],[-2.384,50.738],[-2.382,50.732],[-2.383,50.729],[-2.382,50.724],[-2.382,50.716],[-2.382,50.711],[-2.378,50.711],[-2.376,50.713],[-2.369,50.711],[-2.36,50.711],[-2.36,50.713],[-2.353,50.715],[-2.347,50.714],[-2.334,50.718],[-2.327,50.718],[-2.328,50.721],[-2.331,50.721],[-2.34,50.718],[-2.34,50.723],[-2.338,50.722],[-2.337,50.73],[-2.334,50.732],[-2.33,50.731],[-2.326,50.739],[-2.32,50.738],[-2.313,50.733],[-2.304,50.73],[-2.3,50.73],[-2.294,50.738],[-2.293,50.742],[-2.29,50.746],[-2.285,50.747],[-2.284,50.749],[-2.274,50.75],[-2.267,50.752],[-2.261,50.755],[-2.267,50.759],[-2.266,50.76],[-2.268,50.761],[-2.265,50.764],[-2.267,50.766],[-2.26,50.77],[-2.258,50.778],[-2.25,50.778],[-2.242,50.776],[-2.234,50.78],[-2.232,50.78],[-2.224,50.776],[-2.217,50.775],[-2.209,50.769],[-2.202,50.769],[-2.198,50.77],[-2.197,50.766],[-2.193,50.766],[-2.183,50.769],[-2.168,50.773],[-2.161,50.774],[-2.16,50.768],[-2.15,50.767],[-2.144,50.77],[-2.141,50.771],[-2.135,50.774],[-2.135,50.781],[-2.137,50.784],[-2.143,50.786],[-2.145,50.787],[-2.159,50.792],[-2.16,50.796],[-2.164,50.8],[-2.162,50.802],[-2.157,50.803],[-2.148,50.803],[-2.142,50.804],[-2.138,50.803],[-2.129,50.805],[-2.12,50.809],[-2.113,50.813],[-2.109,50.817],[-2.114,50.817],[-2.113,50.819],[-2.109,50.819],[-2.104,50.825],[-2.096,50.83],[-2.091,50.833],[-2.081,50.834],[-2.079,50.836],[-2.073,50.839],[-2.065,50.841],[-2.059,50.837],[-2.054,50.838],[-2.05,50.84],[-2.044,50.843],[-2.041,50.841],[-2.037,50.849],[-2.029,50.85],[-2.02,50.847],[-2.016,50.849],[-2.015,50.854],[-2.012,50.858],[-2.008,50.86],[-1.996,50.863],[-1.995,50.864],[-1.997,50.866],[-1.996,50.869],[-1.991,50.871],[-1.99,50.875],[-1.986,50.878],[-1.982,50.879],[-1.979,50.882],[-1.974,50.882],[-1.967,50.88],[-1.962,50.878],[-1.964,50.876],[-1.961,50.874],[-1.954,50.871],[-1.948,50.87],[-1.943,50.867],[-1.938,50.868],[-1.934,50.867],[-1.93,50.865],[-1.924,50.865],[-1.914,50.863],[-1.912,50.865],[-1.907,50.873],[-1.905,50.877],[-1.898,50.879],[-1.895,50.877],[-1.896,50.875],[-1.897,50.871],[-1.895,50.869],[-1.891,50.868],[-1.881,50.869],[-1.882,50.865],[-1.873,50.863],[-1.865,50.865],[-1.862,50.865],[-1.859,50.858],[-1.855,50.854],[-1.851,50.857],[-1.851,50.859],[-1.851,50.861],[-1.854,50.864],[-1.853,50.867],[-1.848,50.87],[-1.848,50.874],[-1.845,50.878],[-1.848,50.881],[-1.847,50.883],[-1.844,50.887],[-1.849,50.89],[-1.842,50.897],[-1.832,50.897],[-1.826,50.896],[-1.824,50.898],[-1.817,50.904],[-1.818,50.907],[-1.82,50.911],[-1.819,50.916],[-1.815,50.921],[-1.815,50.923],[-1.811,50.927],[-1.812,50.928],[-1.82,50.926],[-1.83,50.928],[-1.833,50.929],[-1.842,50.932],[-1.845,50.93],[-1.851,50.929],[-1.856,50.926],[-1.857,50.923],[-1.865,50.919],[-1.874,50.917],[-1.875,50.92],[-1.882,50.926],[-1.893,50.932],[-1.899,50.936],[-1.899,50.938],[-1.909,50.945],[-1.913,50.952],[-1.916,50.953],[-1.919,50.956],[-1.921,50.962],[-1.927,50.964],[-1.93,50.968],[-1.939,50.97],[-1.945,50.976],[-1.953,50.979],[-1.955,50.978],[-1.957,50.984],[-1.957,50.99],[-1.963,50.992],[-1.972,50.99],[-1.973,50.987],[-1.977,50.986],[-1.984,50.984],[-1.99,50.982],[-1.989,50.979],[-1.993,50.976],[-2,50.975],[-2.01,50.975],[-2.017,50.972],[-2.022,50.973],[-2.029,50.971],[-2.034,50.972],[-2.038,50.971],[-2.041,50.968],[-2.046,50.967],[-2.055,50.966],[-2.059,50.963],[-2.059,50.96],[-2.062,50.96],[-2.064,50.957],[-2.065,50.954],[-2.068,50.951],[-2.08,50.951],[-2.084,50.951],[-2.085,50.949],[-2.089,50.95],[-2.094,50.949],[-2.102,50.945],[-2.104,50.949],[-2.111,50.956],[-2.119,50.96],[-2.122,50.964],[-2.121,50.969],[-2.123,50.969],[-2.123,50.973],[-2.12,50.978],[-2.132,50.98],[-2.138,50.982],[-2.144,50.985],[-2.149,50.987],[-2.154,50.99],[-2.164,50.994],[-2.164,50.996],[-2.169,51.001],[-2.173,51.001],[-2.178,51.008],[-2.176,51.013],[-2.179,51.014],[-2.185,51.016],[-2.184,51.017],[-2.189,51.019],[-2.189,51.025],[-2.19,51.028],[-2.189,51.031],[-2.192,51.036],[-2.195,51.04],[-2.202,51.043],[-2.205,51.043],[-2.207,51.046],[-2.211,51.047],[-2.212,51.05],[-2.215,51.052],[-2.218,51.055]]]},"properties":{"Name":"North Dorset","ID":"E14001388"},"id":325}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.675,54.909],[-1.682,54.908],[-1.688,54.908],[-1.692,54.903],[-1.698,54.906],[-1.701,54.908],[-1.71,54.907],[-1.707,54.904],[-1.711,54.9],[-1.715,54.9],[-1.717,54.898],[-1.724,54.895],[-1.729,54.894],[-1.734,54.888],[-1.741,54.889],[-1.744,54.888],[-1.746,54.883],[-1.75,54.878],[-1.751,54.875],[-1.75,54.872],[-1.76,54.874],[-1.763,54.871],[-1.766,54.867],[-1.768,54.866],[-1.773,54.858],[-1.774,54.852],[-1.777,54.85],[-1.776,54.847],[-1.78,54.845],[-1.783,54.842],[-1.791,54.836],[-1.796,54.838],[-1.801,54.841],[-1.807,54.836],[-1.807,54.832],[-1.809,54.828],[-1.815,54.831],[-1.817,54.834],[-1.823,54.837],[-1.83,54.838],[-1.84,54.837],[-1.847,54.839],[-1.853,54.835],[-1.86,54.835],[-1.866,54.838],[-1.872,54.835],[-1.877,54.837],[-1.874,54.841],[-1.878,54.841],[-1.879,54.844],[-1.882,54.844],[-1.881,54.847],[-1.887,54.844],[-1.894,54.844],[-1.896,54.846],[-1.899,54.843],[-1.906,54.841],[-1.915,54.834],[-1.92,54.837],[-1.919,54.841],[-1.921,54.842],[-1.923,54.85],[-1.926,54.849],[-1.931,54.852],[-1.931,54.853],[-1.939,54.852],[-1.944,54.852],[-1.952,54.854],[-1.954,54.85],[-1.958,54.85],[-1.959,54.848],[-1.964,54.846],[-1.968,54.843],[-1.981,54.842],[-1.986,54.84],[-1.988,54.838],[-1.992,54.836],[-2.004,54.834],[-2.006,54.832],[-2.016,54.827],[-2.019,54.822],[-2.022,54.822],[-2.028,54.819],[-2.03,54.816],[-2.027,54.812],[-2.029,54.808],[-2.032,54.806],[-2.032,54.8],[-2.03,54.798],[-2.025,54.799],[-2.018,54.797],[-2.011,54.795],[-2.005,54.795],[-2.005,54.791],[-1.995,54.781],[-1.992,54.776],[-1.985,54.773],[-1.975,54.771],[-1.954,54.786],[-1.945,54.797],[-1.926,54.794],[-1.916,54.797],[-1.901,54.791],[-1.881,54.778],[-1.878,54.784],[-1.869,54.789],[-1.869,54.792],[-1.865,54.792],[-1.858,54.796],[-1.852,54.797],[-1.848,54.799],[-1.848,54.801],[-1.842,54.802],[-1.839,54.801],[-1.833,54.804],[-1.822,54.805],[-1.82,54.803],[-1.806,54.804],[-1.801,54.8],[-1.791,54.801],[-1.801,54.795],[-1.804,54.794],[-1.802,54.791],[-1.796,54.789],[-1.795,54.791],[-1.788,54.788],[-1.784,54.796],[-1.779,54.796],[-1.779,54.799],[-1.77,54.796],[-1.762,54.795],[-1.759,54.792],[-1.752,54.794],[-1.747,54.794],[-1.745,54.792],[-1.738,54.791],[-1.739,54.795],[-1.737,54.798],[-1.732,54.798],[-1.726,54.797],[-1.718,54.795],[-1.713,54.799],[-1.707,54.8],[-1.707,54.805],[-1.702,54.804],[-1.695,54.803],[-1.69,54.807],[-1.684,54.806],[-1.664,54.807],[-1.657,54.807],[-1.657,54.814],[-1.655,54.816],[-1.66,54.82],[-1.664,54.825],[-1.653,54.827],[-1.652,54.825],[-1.648,54.826],[-1.646,54.822],[-1.639,54.821],[-1.64,54.819],[-1.636,54.815],[-1.63,54.813],[-1.62,54.813],[-1.617,54.815],[-1.607,54.818],[-1.596,54.816],[-1.592,54.817],[-1.589,54.821],[-1.584,54.823],[-1.577,54.823],[-1.573,54.82],[-1.57,54.824],[-1.562,54.826],[-1.548,54.824],[-1.538,54.826],[-1.534,54.829],[-1.528,54.829],[-1.518,54.829],[-1.514,54.829],[-1.516,54.835],[-1.504,54.837],[-1.51,54.859],[-1.51,54.865],[-1.507,54.871],[-1.515,54.875],[-1.519,54.876],[-1.52,54.876],[-1.533,54.878],[-1.537,54.874],[-1.542,54.873],[-1.553,54.876],[-1.562,54.876],[-1.562,54.878],[-1.56,54.88],[-1.567,54.881],[-1.58,54.878],[-1.582,54.886],[-1.584,54.893],[-1.588,54.894],[-1.591,54.899],[-1.594,54.902],[-1.598,54.901],[-1.602,54.898],[-1.612,54.895],[-1.618,54.89],[-1.619,54.887],[-1.625,54.887],[-1.631,54.885],[-1.637,54.881],[-1.643,54.879],[-1.647,54.881],[-1.648,54.885],[-1.647,54.888],[-1.65,54.894],[-1.66,54.891],[-1.659,54.893],[-1.663,54.896],[-1.668,54.895],[-1.676,54.898],[-1.678,54.9],[-1.675,54.909]]]},"properties":{"Name":"North Durham","ID":"E14001389"},"id":326}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.124,52.577],[-0.166,52.57],[-0.177,52.57],[-0.187,52.569],[-0.182,52.567],[-0.19,52.565],[-0.188,52.56],[-0.195,52.554],[-0.198,52.551],[-0.191,52.55],[-0.191,52.548],[-0.186,52.545],[-0.19,52.54],[-0.188,52.537],[-0.181,52.534],[-0.171,52.531],[-0.167,52.528],[-0.16,52.523],[-0.151,52.516],[-0.143,52.511],[-0.13,52.501],[-0.114,52.489],[-0.105,52.494],[-0.102,52.496],[-0.105,52.498],[-0.098,52.502],[-0.09,52.496],[-0.071,52.506],[-0.07,52.517],[-0.058,52.512],[-0.055,52.513],[-0.048,52.511],[-0.051,52.509],[-0.053,52.504],[-0.052,52.502],[-0.045,52.503],[-0.039,52.502],[-0.039,52.499],[-0.04,52.483],[-0.038,52.479],[-0.039,52.473],[-0.032,52.473],[-0.019,52.468],[-0.009,52.462],[-0.008,52.458],[-0.003,52.455],[0,52.454],[0.007,52.455],[0.011,52.453],[0.012,52.448],[0.023,52.442],[0.024,52.439],[0.022,52.434],[0.025,52.432],[0.033,52.43],[0.034,52.427],[0.031,52.425],[0.019,52.415],[0.023,52.411],[0.024,52.407],[0.027,52.406],[0.027,52.401],[0.029,52.399],[0.029,52.394],[0.027,52.391],[0.031,52.387],[0.034,52.386],[0.046,52.392],[0.054,52.395],[0.056,52.398],[0.053,52.402],[0.05,52.407],[0.053,52.409],[0.048,52.411],[0.042,52.413],[0.044,52.418],[0.047,52.419],[0.05,52.415],[0.055,52.414],[0.059,52.415],[0.063,52.418],[0.072,52.421],[0.077,52.421],[0.082,52.423],[0.081,52.425],[0.082,52.427],[0.088,52.43],[0.106,52.425],[0.111,52.428],[0.114,52.427],[0.117,52.433],[0.12,52.434],[0.126,52.438],[0.13,52.436],[0.121,52.431],[0.119,52.423],[0.124,52.421],[0.138,52.431],[0.151,52.442],[0.155,52.44],[0.179,52.459],[0.176,52.461],[0.171,52.458],[0.201,52.481],[0.202,52.48],[0.236,52.507],[0.214,52.518],[0.206,52.52],[0.215,52.522],[0.217,52.521],[0.231,52.528],[0.229,52.531],[0.226,52.533],[0.22,52.529],[0.215,52.532],[0.208,52.53],[0.206,52.534],[0.213,52.538],[0.204,52.545],[0.21,52.545],[0.209,52.547],[0.204,52.549],[0.205,52.555],[0.206,52.556],[0.212,52.555],[0.217,52.559],[0.206,52.564],[0.206,52.567],[0.214,52.569],[0.218,52.57],[0.218,52.573],[0.215,52.575],[0.216,52.579],[0.203,52.58],[0.2,52.583],[0.198,52.586],[0.199,52.592],[0.194,52.592],[0.194,52.595],[0.192,52.599],[0.192,52.602],[0.202,52.603],[0.206,52.612],[0.209,52.614],[0.217,52.615],[0.211,52.618],[0.217,52.622],[0.215,52.624],[0.203,52.63],[0.197,52.632],[0.19,52.636],[0.188,52.639],[0.183,52.642],[0.18,52.642],[0.176,52.644],[0.17,52.651],[0.17,52.653],[0.178,52.653],[0.176,52.656],[0.184,52.656],[0.183,52.659],[0.184,52.667],[0.184,52.675],[0.185,52.678],[0.169,52.679],[0.167,52.68],[0.162,52.679],[0.154,52.682],[0.153,52.676],[0.158,52.671],[0.16,52.667],[0.158,52.665],[0.152,52.663],[0.151,52.661],[0.13,52.642],[0.123,52.638],[0.105,52.632],[0.096,52.628],[0.075,52.617],[0.065,52.611],[0.062,52.607],[0.04,52.602],[-0.013,52.594],[-0.081,52.583],[-0.087,52.583],[-0.12,52.577],[-0.124,52.577]]],[[[0.171,52.738],[0.17,52.74],[0.153,52.738],[0.144,52.74],[0.139,52.739],[0.133,52.739],[0.129,52.738],[0.119,52.733],[0.115,52.732],[0.114,52.73],[0.105,52.73],[0.099,52.73],[0.094,52.728],[0.09,52.724],[0.076,52.725],[0.065,52.727],[0.055,52.722],[0.048,52.719],[0.046,52.715],[0.044,52.714],[0.045,52.712],[0.045,52.701],[0.046,52.698],[0.045,52.692],[0.048,52.69],[0.05,52.686],[0.049,52.681],[0.022,52.665],[0.021,52.665],[-0.031,52.662],[-0.025,52.632],[-0.016,52.598],[-0.013,52.594],[0.039,52.602],[0.061,52.607],[0.065,52.612],[0.093,52.627],[0.105,52.632],[0.123,52.639],[0.131,52.643],[0.151,52.661],[0.151,52.663],[0.158,52.665],[0.159,52.667],[0.157,52.671],[0.152,52.676],[0.154,52.685],[0.155,52.696],[0.156,52.702],[0.156,52.708],[0.159,52.712],[0.167,52.724],[0.17,52.736],[0.171,52.738]]]]},"properties":{"Name":"North East Cambridgeshire","ID":"E14001390"},"id":327}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.325,53.329],[-1.333,53.323],[-1.338,53.316],[-1.347,53.319],[-1.353,53.319],[-1.362,53.318],[-1.362,53.316],[-1.372,53.316],[-1.374,53.317],[-1.381,53.317],[-1.389,53.319],[-1.392,53.323],[-1.391,53.326],[-1.391,53.332],[-1.388,53.335],[-1.391,53.336],[-1.406,53.339],[-1.409,53.342],[-1.411,53.342],[-1.413,53.339],[-1.421,53.335],[-1.424,53.336],[-1.433,53.338],[-1.441,53.336],[-1.442,53.337],[-1.45,53.332],[-1.454,53.331],[-1.46,53.331],[-1.462,53.328],[-1.454,53.324],[-1.455,53.322],[-1.46,53.32],[-1.462,53.32],[-1.469,53.317],[-1.477,53.319],[-1.48,53.319],[-1.492,53.317],[-1.496,53.316],[-1.501,53.316],[-1.502,53.318],[-1.511,53.316],[-1.518,53.312],[-1.522,53.313],[-1.526,53.312],[-1.526,53.31],[-1.531,53.31],[-1.533,53.306],[-1.537,53.305],[-1.542,53.305],[-1.548,53.307],[-1.557,53.305],[-1.562,53.306],[-1.56,53.309],[-1.556,53.312],[-1.562,53.316],[-1.564,53.314],[-1.567,53.315],[-1.573,53.313],[-1.581,53.312],[-1.583,53.316],[-1.579,53.317],[-1.585,53.322],[-1.59,53.318],[-1.599,53.311],[-1.598,53.305],[-1.599,53.302],[-1.597,53.296],[-1.585,53.291],[-1.579,53.287],[-1.583,53.283],[-1.588,53.281],[-1.589,53.278],[-1.584,53.272],[-1.583,53.269],[-1.583,53.264],[-1.577,53.263],[-1.571,53.263],[-1.566,53.261],[-1.557,53.25],[-1.56,53.248],[-1.568,53.243],[-1.571,53.24],[-1.571,53.236],[-1.565,53.231],[-1.566,53.227],[-1.569,53.225],[-1.569,53.223],[-1.553,53.216],[-1.54,53.211],[-1.535,53.211],[-1.533,53.208],[-1.529,53.207],[-1.517,53.206],[-1.516,53.203],[-1.518,53.201],[-1.53,53.201],[-1.548,53.2],[-1.553,53.196],[-1.552,53.19],[-1.548,53.182],[-1.54,53.171],[-1.517,53.156],[-1.516,53.154],[-1.51,53.151],[-1.509,53.146],[-1.496,53.134],[-1.494,53.131],[-1.489,53.13],[-1.487,53.123],[-1.486,53.123],[-1.47,53.12],[-1.469,53.125],[-1.466,53.127],[-1.468,53.129],[-1.466,53.132],[-1.465,53.137],[-1.46,53.137],[-1.456,53.141],[-1.458,53.143],[-1.454,53.15],[-1.456,53.154],[-1.455,53.162],[-1.453,53.164],[-1.449,53.159],[-1.444,53.159],[-1.441,53.157],[-1.437,53.155],[-1.43,53.155],[-1.424,53.151],[-1.419,53.152],[-1.414,53.155],[-1.41,53.155],[-1.408,53.152],[-1.401,53.152],[-1.4,53.158],[-1.397,53.159],[-1.393,53.158],[-1.393,53.164],[-1.396,53.167],[-1.39,53.171],[-1.385,53.173],[-1.377,53.174],[-1.371,53.181],[-1.365,53.181],[-1.361,53.184],[-1.367,53.186],[-1.371,53.19],[-1.368,53.191],[-1.369,53.195],[-1.371,53.196],[-1.374,53.196],[-1.377,53.198],[-1.381,53.199],[-1.383,53.201],[-1.384,53.205],[-1.389,53.211],[-1.383,53.21],[-1.382,53.212],[-1.383,53.215],[-1.386,53.217],[-1.391,53.219],[-1.396,53.223],[-1.402,53.218],[-1.4,53.215],[-1.401,53.214],[-1.408,53.216],[-1.415,53.215],[-1.421,53.212],[-1.423,53.214],[-1.428,53.215],[-1.437,53.213],[-1.44,53.214],[-1.441,53.217],[-1.439,53.219],[-1.441,53.221],[-1.445,53.22],[-1.448,53.221],[-1.457,53.22],[-1.462,53.222],[-1.468,53.22],[-1.471,53.221],[-1.478,53.222],[-1.476,53.225],[-1.477,53.226],[-1.482,53.226],[-1.484,53.231],[-1.483,53.233],[-1.472,53.233],[-1.472,53.24],[-1.478,53.24],[-1.479,53.244],[-1.481,53.246],[-1.48,53.249],[-1.475,53.253],[-1.476,53.255],[-1.471,53.259],[-1.476,53.26],[-1.48,53.263],[-1.47,53.268],[-1.463,53.269],[-1.465,53.27],[-1.464,53.278],[-1.461,53.278],[-1.459,53.283],[-1.454,53.281],[-1.449,53.283],[-1.444,53.283],[-1.439,53.28],[-1.43,53.282],[-1.423,53.283],[-1.421,53.281],[-1.423,53.279],[-1.423,53.274],[-1.416,53.27],[-1.414,53.268],[-1.41,53.267],[-1.402,53.27],[-1.392,53.271],[-1.384,53.268],[-1.372,53.265],[-1.365,53.265],[-1.359,53.267],[-1.355,53.27],[-1.35,53.269],[-1.353,53.263],[-1.348,53.262],[-1.342,53.263],[-1.336,53.259],[-1.331,53.257],[-1.323,53.26],[-1.322,53.261],[-1.317,53.263],[-1.309,53.263],[-1.303,53.263],[-1.302,53.267],[-1.304,53.27],[-1.306,53.274],[-1.309,53.275],[-1.316,53.281],[-1.319,53.286],[-1.322,53.289],[-1.324,53.294],[-1.313,53.297],[-1.311,53.298],[-1.316,53.302],[-1.316,53.305],[-1.322,53.309],[-1.319,53.31],[-1.315,53.311],[-1.305,53.313],[-1.3,53.312],[-1.292,53.309],[-1.282,53.309],[-1.285,53.312],[-1.294,53.314],[-1.296,53.32],[-1.294,53.323],[-1.29,53.323],[-1.289,53.326],[-1.297,53.331],[-1.299,53.333],[-1.306,53.334],[-1.312,53.334],[-1.311,53.329],[-1.314,53.327],[-1.322,53.325],[-1.325,53.329]]]},"properties":{"Name":"North East Derbyshire","ID":"E14001391"},"id":328}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.986,51.363],[-0.996,51.362],[-1.002,51.36],[-1.009,51.359],[-1.029,51.359],[-1.05,51.358],[-1.052,51.363],[-1.055,51.364],[-1.059,51.366],[-1.06,51.368],[-1.066,51.372],[-1.073,51.375],[-1.08,51.375],[-1.075,51.38],[-1.083,51.382],[-1.087,51.384],[-1.098,51.382],[-1.099,51.38],[-1.115,51.374],[-1.118,51.368],[-1.115,51.363],[-1.116,51.36],[-1.116,51.353],[-1.11,51.344],[-1.105,51.342],[-1.097,51.339],[-1.09,51.337],[-1.093,51.336],[-1.095,51.333],[-1.097,51.326],[-1.099,51.324],[-1.095,51.322],[-1.092,51.324],[-1.085,51.325],[-1.083,51.323],[-1.074,51.32],[-1.072,51.316],[-1.071,51.31],[-1.07,51.305],[-1.072,51.302],[-1.071,51.298],[-1.065,51.299],[-1.065,51.301],[-1.056,51.302],[-1.055,51.305],[-1.042,51.302],[-1.043,51.298],[-1.045,51.293],[-1.048,51.291],[-1.049,51.287],[-1.052,51.287],[-1.053,51.283],[-1.062,51.281],[-1.063,51.275],[-1.058,51.272],[-1.067,51.271],[-1.066,51.269],[-1.068,51.266],[-1.065,51.259],[-1.066,51.258],[-1.11,51.238],[-1.112,51.232],[-1.098,51.233],[-1.095,51.231],[-1.092,51.231],[-1.091,51.225],[-1.091,51.221],[-1.087,51.223],[-1.084,51.224],[-1.076,51.223],[-1.073,51.225],[-1.068,51.225],[-1.069,51.221],[-1.064,51.209],[-1.065,51.205],[-1.065,51.2],[-1.065,51.198],[-1.071,51.194],[-1.069,51.193],[-1.071,51.188],[-1.062,51.191],[-1.062,51.189],[-1.052,51.189],[-1.05,51.188],[-1.044,51.19],[-1.036,51.191],[-1.023,51.19],[-1.013,51.188],[-1.008,51.19],[-1.004,51.189],[-0.997,51.19],[-0.988,51.191],[-0.977,51.188],[-0.974,51.186],[-0.969,51.187],[-0.965,51.19],[-0.963,51.194],[-0.957,51.196],[-0.951,51.2],[-0.949,51.199],[-0.932,51.203],[-0.93,51.203],[-0.921,51.204],[-0.92,51.205],[-0.912,51.206],[-0.909,51.205],[-0.906,51.207],[-0.903,51.209],[-0.895,51.21],[-0.881,51.21],[-0.872,51.213],[-0.868,51.213],[-0.851,51.211],[-0.849,51.211],[-0.847,51.212],[-0.84,51.215],[-0.835,51.222],[-0.829,51.226],[-0.828,51.231],[-0.827,51.234],[-0.821,51.234],[-0.821,51.239],[-0.817,51.239],[-0.813,51.242],[-0.808,51.243],[-0.805,51.245],[-0.806,51.253],[-0.806,51.258],[-0.804,51.261],[-0.805,51.27],[-0.803,51.272],[-0.807,51.276],[-0.79,51.282],[-0.798,51.285],[-0.796,51.287],[-0.8,51.289],[-0.802,51.292],[-0.802,51.295],[-0.797,51.298],[-0.797,51.302],[-0.834,51.299],[-0.836,51.301],[-0.838,51.307],[-0.835,51.312],[-0.838,51.318],[-0.839,51.322],[-0.825,51.323],[-0.824,51.329],[-0.825,51.332],[-0.833,51.336],[-0.83,51.343],[-0.833,51.343],[-0.831,51.348],[-0.842,51.349],[-0.843,51.352],[-0.847,51.352],[-0.851,51.354],[-0.857,51.354],[-0.868,51.355],[-0.873,51.352],[-0.878,51.353],[-0.885,51.355],[-0.89,51.357],[-0.893,51.356],[-0.9,51.359],[-0.904,51.358],[-0.911,51.361],[-0.916,51.361],[-0.918,51.365],[-0.924,51.366],[-0.937,51.364],[-0.941,51.364],[-0.953,51.363],[-0.972,51.36],[-0.977,51.361],[-0.984,51.36],[-0.988,51.361],[-0.986,51.363]]]},"properties":{"Name":"North East Hampshire","ID":"E14001392"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.068,52.006],[0.065,52.008],[0.062,52.012],[0.059,52.014],[0.06,52.019],[0.058,52.02],[0.052,52.025],[0.051,52.028],[0.05,52.034],[0.043,52.042],[0.042,52.045],[0.042,52.049],[0.04,52.053],[0.034,52.052],[0.025,52.051],[0.011,52.05],[0.004,52.05],[-0.001,52.051],[-0.004,52.053],[-0.006,52.057],[-0.009,52.059],[-0.017,52.063],[-0.022,52.064],[-0.029,52.062],[-0.037,52.058],[-0.051,52.05],[-0.055,52.046],[-0.064,52.043],[-0.081,52.037],[-0.107,52.029],[-0.112,52.026],[-0.121,52.02],[-0.127,52.021],[-0.122,52.029],[-0.124,52.034],[-0.126,52.036],[-0.134,52.046],[-0.137,52.046],[-0.146,52.048],[-0.148,52.05],[-0.155,52.052],[-0.155,52.054],[-0.15,52.059],[-0.15,52.061],[-0.152,52.065],[-0.149,52.066],[-0.148,52.07],[-0.15,52.074],[-0.157,52.077],[-0.157,52.081],[-0.16,52.08],[-0.164,52.077],[-0.167,52.07],[-0.172,52.063],[-0.173,52.06],[-0.181,52.061],[-0.195,52.062],[-0.197,52.059],[-0.201,52.054],[-0.209,52.047],[-0.212,52.043],[-0.219,52.037],[-0.213,52.027],[-0.208,52.021],[-0.206,52.016],[-0.201,52.01],[-0.204,52.009],[-0.213,52.008],[-0.217,52.006],[-0.223,52.005],[-0.229,52.003],[-0.232,52.001],[-0.238,51.999],[-0.244,51.999],[-0.245,51.99],[-0.248,51.985],[-0.257,51.985],[-0.26,51.98],[-0.253,51.978],[-0.252,51.971],[-0.246,51.974],[-0.243,51.969],[-0.242,51.965],[-0.244,51.963],[-0.241,51.962],[-0.244,51.958],[-0.238,51.957],[-0.228,51.954],[-0.232,51.949],[-0.224,51.949],[-0.212,51.947],[-0.206,51.947],[-0.203,51.953],[-0.2,51.953],[-0.197,51.958],[-0.194,51.957],[-0.188,51.953],[-0.184,51.944],[-0.184,51.942],[-0.181,51.938],[-0.177,51.936],[-0.172,51.934],[-0.163,51.932],[-0.159,51.929],[-0.16,51.925],[-0.155,51.924],[-0.162,51.92],[-0.159,51.919],[-0.156,51.915],[-0.152,51.913],[-0.148,51.908],[-0.139,51.904],[-0.137,51.901],[-0.142,51.898],[-0.14,51.896],[-0.142,51.892],[-0.142,51.889],[-0.139,51.886],[-0.142,51.883],[-0.136,51.882],[-0.133,51.881],[-0.134,51.877],[-0.13,51.876],[-0.126,51.871],[-0.121,51.867],[-0.124,51.866],[-0.123,51.863],[-0.125,51.86],[-0.128,51.86],[-0.127,51.864],[-0.131,51.866],[-0.134,51.863],[-0.139,51.862],[-0.141,51.859],[-0.14,51.858],[-0.144,51.853],[-0.148,51.854],[-0.15,51.852],[-0.151,51.848],[-0.155,51.846],[-0.156,51.842],[-0.153,51.839],[-0.154,51.835],[-0.16,51.835],[-0.163,51.833],[-0.168,51.831],[-0.173,51.824],[-0.18,51.82],[-0.184,51.815],[-0.174,51.81],[-0.166,51.809],[-0.16,51.807],[-0.161,51.805],[-0.157,51.804],[-0.153,51.802],[-0.15,51.802],[-0.15,51.799],[-0.156,51.799],[-0.158,51.796],[-0.16,51.797],[-0.164,51.795],[-0.164,51.789],[-0.159,51.786],[-0.153,51.781],[-0.143,51.774],[-0.143,51.769],[-0.144,51.756],[-0.139,51.752],[-0.139,51.748],[-0.14,51.744],[-0.138,51.737],[-0.135,51.739],[-0.128,51.739],[-0.128,51.741],[-0.116,51.742],[-0.105,51.742],[-0.102,51.743],[-0.101,51.745],[-0.092,51.743],[-0.089,51.746],[-0.089,51.749],[-0.096,51.75],[-0.095,51.754],[-0.095,51.758],[-0.089,51.763],[-0.09,51.77],[-0.087,51.773],[-0.086,51.779],[-0.089,51.779],[-0.089,51.781],[-0.093,51.785],[-0.097,51.783],[-0.103,51.783],[-0.11,51.786],[-0.113,51.792],[-0.112,51.795],[-0.107,51.795],[-0.107,51.797],[-0.106,51.8],[-0.117,51.801],[-0.118,51.804],[-0.114,51.805],[-0.114,51.809],[-0.112,51.811],[-0.103,51.814],[-0.096,51.814],[-0.091,51.816],[-0.093,51.822],[-0.087,51.822],[-0.083,51.821],[-0.079,51.822],[-0.071,51.82],[-0.067,51.822],[-0.063,51.824],[-0.065,51.827],[-0.06,51.83],[-0.056,51.827],[-0.051,51.822],[-0.048,51.82],[-0.034,51.827],[-0.034,51.826],[-0.029,51.826],[-0.027,51.827],[-0.019,51.827],[-0.013,51.824],[-0.009,51.825],[-0.006,51.827],[-0.003,51.829],[0.006,51.83],[0.015,51.83],[0.017,51.833],[0.014,51.834],[0.019,51.837],[0.02,51.841],[0.027,51.842],[0.032,51.845],[0.034,51.849],[0.039,51.852],[0.039,51.855],[0.046,51.859],[0.051,51.865],[0.052,51.868],[0.058,51.874],[0.064,51.871],[0.067,51.869],[0.077,51.866],[0.077,51.864],[0.082,51.863],[0.088,51.861],[0.092,51.86],[0.094,51.862],[0.099,51.864],[0.104,51.861],[0.112,51.86],[0.117,51.859],[0.122,51.865],[0.121,51.868],[0.127,51.876],[0.125,51.878],[0.125,51.885],[0.124,51.889],[0.125,51.892],[0.123,51.901],[0.123,51.902],[0.122,51.911],[0.123,51.92],[0.124,51.924],[0.12,51.927],[0.122,51.929],[0.119,51.934],[0.118,51.941],[0.118,51.947],[0.114,51.956],[0.111,51.96],[0.106,51.963],[0.104,51.966],[0.107,51.972],[0.102,51.976],[0.098,51.977],[0.098,51.982],[0.096,51.984],[0.084,51.981],[0.076,51.981],[0.072,51.982],[0.069,51.983],[0.072,51.987],[0.074,51.994],[0.074,52.001],[0.068,52.006]]]},"properties":{"Name":"North East Hertfordshire","ID":"E14001393"},"id":330}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.403,51.432],[-2.404,51.435],[-2.403,51.439],[-2.407,51.437],[-2.414,51.44],[-2.421,51.439],[-2.427,51.442],[-2.437,51.444],[-2.443,51.443],[-2.444,51.445],[-2.443,51.45],[-2.452,51.45],[-2.456,51.452],[-2.458,51.451],[-2.462,51.452],[-2.463,51.454],[-2.462,51.458],[-2.468,51.462],[-2.469,51.465],[-2.475,51.466],[-2.478,51.468],[-2.486,51.467],[-2.484,51.465],[-2.482,51.464],[-2.482,51.457],[-2.487,51.453],[-2.495,51.451],[-2.5,51.451],[-2.505,51.452],[-2.506,51.455],[-2.512,51.457],[-2.518,51.456],[-2.519,51.453],[-2.522,51.45],[-2.53,51.448],[-2.532,51.446],[-2.536,51.447],[-2.537,51.445],[-2.53,51.446],[-2.527,51.443],[-2.527,51.436],[-2.525,51.434],[-2.527,51.432],[-2.524,51.43],[-2.523,51.426],[-2.527,51.426],[-2.531,51.423],[-2.529,51.422],[-2.534,51.417],[-2.534,51.414],[-2.542,51.409],[-2.556,51.409],[-2.559,51.411],[-2.561,51.412],[-2.563,51.407],[-2.567,51.405],[-2.566,51.403],[-2.571,51.399],[-2.576,51.401],[-2.578,51.399],[-2.582,51.401],[-2.585,51.4],[-2.59,51.398],[-2.587,51.395],[-2.592,51.394],[-2.598,51.393],[-2.603,51.394],[-2.604,51.391],[-2.608,51.389],[-2.615,51.391],[-2.623,51.389],[-2.622,51.387],[-2.615,51.385],[-2.615,51.381],[-2.622,51.384],[-2.623,51.386],[-2.63,51.385],[-2.627,51.381],[-2.632,51.38],[-2.633,51.377],[-2.63,51.375],[-2.639,51.373],[-2.642,51.375],[-2.646,51.373],[-2.651,51.366],[-2.65,51.362],[-2.65,51.355],[-2.652,51.349],[-2.652,51.344],[-2.659,51.342],[-2.661,51.343],[-2.67,51.343],[-2.673,51.342],[-2.673,51.346],[-2.677,51.348],[-2.676,51.35],[-2.678,51.354],[-2.673,51.354],[-2.675,51.356],[-2.669,51.357],[-2.668,51.359],[-2.669,51.362],[-2.675,51.362],[-2.68,51.36],[-2.681,51.362],[-2.681,51.366],[-2.682,51.37],[-2.685,51.369],[-2.687,51.375],[-2.69,51.38],[-2.694,51.38],[-2.696,51.367],[-2.694,51.364],[-2.697,51.362],[-2.693,51.358],[-2.69,51.353],[-2.691,51.35],[-2.694,51.345],[-2.699,51.343],[-2.704,51.344],[-2.707,51.341],[-2.708,51.338],[-2.698,51.336],[-2.693,51.332],[-2.687,51.33],[-2.694,51.322],[-2.695,51.318],[-2.686,51.316],[-2.674,51.31],[-2.672,51.312],[-2.667,51.309],[-2.665,51.305],[-2.667,51.302],[-2.66,51.303],[-2.647,51.298],[-2.641,51.296],[-2.64,51.291],[-2.636,51.287],[-2.63,51.284],[-2.625,51.282],[-2.625,51.285],[-2.621,51.284],[-2.618,51.286],[-2.613,51.284],[-2.607,51.287],[-2.6,51.289],[-2.597,51.291],[-2.595,51.295],[-2.592,51.297],[-2.586,51.293],[-2.581,51.293],[-2.574,51.295],[-2.571,51.295],[-2.568,51.297],[-2.563,51.299],[-2.558,51.303],[-2.553,51.301],[-2.554,51.299],[-2.551,51.298],[-2.55,51.301],[-2.541,51.298],[-2.539,51.296],[-2.534,51.295],[-2.531,51.294],[-2.525,51.293],[-2.523,51.294],[-2.513,51.293],[-2.506,51.291],[-2.505,51.29],[-2.5,51.291],[-2.497,51.291],[-2.497,51.293],[-2.493,51.293],[-2.492,51.296],[-2.488,51.299],[-2.488,51.301],[-2.479,51.302],[-2.474,51.301],[-2.467,51.302],[-2.46,51.304],[-2.461,51.306],[-2.465,51.307],[-2.465,51.309],[-2.471,51.314],[-2.471,51.318],[-2.464,51.322],[-2.462,51.325],[-2.463,51.326],[-2.466,51.331],[-2.465,51.344],[-2.468,51.348],[-2.479,51.349],[-2.484,51.35],[-2.488,51.349],[-2.502,51.349],[-2.509,51.349],[-2.51,51.353],[-2.515,51.356],[-2.52,51.361],[-2.51,51.363],[-2.506,51.361],[-2.506,51.359],[-2.499,51.359],[-2.495,51.36],[-2.498,51.363],[-2.493,51.363],[-2.485,51.368],[-2.481,51.369],[-2.48,51.371],[-2.474,51.374],[-2.468,51.373],[-2.461,51.374],[-2.451,51.376],[-2.449,51.376],[-2.445,51.378],[-2.443,51.378],[-2.443,51.375],[-2.447,51.373],[-2.452,51.368],[-2.447,51.365],[-2.443,51.364],[-2.431,51.364],[-2.428,51.363],[-2.425,51.36],[-2.422,51.362],[-2.418,51.365],[-2.417,51.37],[-2.415,51.372],[-2.417,51.375],[-2.414,51.376],[-2.412,51.38],[-2.409,51.382],[-2.411,51.385],[-2.406,51.388],[-2.41,51.392],[-2.417,51.393],[-2.421,51.393],[-2.431,51.391],[-2.445,51.397],[-2.447,51.399],[-2.451,51.402],[-2.446,51.408],[-2.44,51.411],[-2.438,51.414],[-2.444,51.418],[-2.444,51.422],[-2.427,51.424],[-2.424,51.424],[-2.416,51.426],[-2.411,51.426],[-2.406,51.429],[-2.403,51.432]]]},"properties":{"Name":"North East Somerset and Hanham","ID":"E14001394"},"id":331}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.618,52.307],[-2.62,52.307],[-2.628,52.314],[-2.623,52.32],[-2.624,52.321],[-2.63,52.322],[-2.634,52.325],[-2.637,52.325],[-2.637,52.328],[-2.641,52.329],[-2.641,52.332],[-2.644,52.334],[-2.648,52.332],[-2.656,52.333],[-2.66,52.335],[-2.656,52.338],[-2.659,52.339],[-2.66,52.341],[-2.666,52.342],[-2.67,52.341],[-2.676,52.335],[-2.679,52.33],[-2.685,52.324],[-2.686,52.32],[-2.689,52.316],[-2.688,52.315],[-2.68,52.315],[-2.681,52.312],[-2.695,52.31],[-2.708,52.31],[-2.712,52.308],[-2.719,52.313],[-2.72,52.316],[-2.726,52.32],[-2.737,52.319],[-2.739,52.322],[-2.743,52.324],[-2.746,52.327],[-2.753,52.327],[-2.759,52.329],[-2.765,52.333],[-2.767,52.336],[-2.758,52.334],[-2.756,52.337],[-2.748,52.335],[-2.743,52.34],[-2.738,52.343],[-2.74,52.347],[-2.738,52.351],[-2.733,52.356],[-2.742,52.357],[-2.743,52.359],[-2.759,52.359],[-2.767,52.36],[-2.778,52.358],[-2.783,52.359],[-2.789,52.358],[-2.792,52.357],[-2.795,52.359],[-2.796,52.361],[-2.792,52.365],[-2.794,52.371],[-2.792,52.374],[-2.799,52.373],[-2.807,52.376],[-2.809,52.38],[-2.809,52.384],[-2.806,52.386],[-2.808,52.389],[-2.81,52.388],[-2.818,52.391],[-2.828,52.391],[-2.832,52.392],[-2.841,52.392],[-2.847,52.394],[-2.855,52.396],[-2.858,52.394],[-2.864,52.389],[-2.874,52.387],[-2.883,52.387],[-2.888,52.385],[-2.887,52.378],[-2.89,52.376],[-2.895,52.375],[-2.893,52.379],[-2.898,52.38],[-2.898,52.382],[-2.902,52.383],[-2.906,52.386],[-2.918,52.386],[-2.92,52.385],[-2.914,52.382],[-2.922,52.377],[-2.922,52.375],[-2.916,52.374],[-2.91,52.372],[-2.906,52.368],[-2.911,52.368],[-2.915,52.369],[-2.921,52.368],[-2.928,52.366],[-2.931,52.363],[-2.939,52.361],[-2.931,52.355],[-2.936,52.353],[-2.934,52.35],[-2.943,52.35],[-2.953,52.349],[-2.955,52.349],[-2.956,52.344],[-2.961,52.339],[-2.962,52.336],[-2.967,52.332],[-2.967,52.329],[-2.971,52.329],[-2.981,52.327],[-2.986,52.323],[-2.99,52.325],[-2.997,52.325],[-3.001,52.322],[-3.004,52.311],[-3.001,52.303],[-3.001,52.3],[-3.004,52.298],[-3.005,52.294],[-3.005,52.292],[-3.012,52.288],[-3.01,52.286],[-3.009,52.283],[-3.013,52.279],[-3.012,52.277],[-3.007,52.277],[-3.001,52.275],[-2.997,52.275],[-2.994,52.273],[-2.973,52.273],[-2.965,52.274],[-2.963,52.273],[-2.957,52.272],[-2.956,52.27],[-2.965,52.268],[-2.964,52.264],[-2.966,52.262],[-2.97,52.262],[-2.976,52.26],[-2.979,52.262],[-2.985,52.262],[-2.989,52.261],[-2.996,52.261],[-2.999,52.264],[-3.006,52.264],[-3.011,52.262],[-3.017,52.262],[-3.026,52.258],[-3.029,52.258],[-3.037,52.256],[-3.039,52.254],[-3.044,52.254],[-3.048,52.25],[-3.043,52.245],[-3.043,52.243],[-3.046,52.241],[-3.044,52.239],[-3.055,52.238],[-3.059,52.236],[-3.068,52.237],[-3.073,52.236],[-3.074,52.235],[-3.07,52.229],[-3.073,52.224],[-3.072,52.223],[-3.077,52.219],[-3.078,52.216],[-3.072,52.215],[-3.084,52.21],[-3.087,52.207],[-3.094,52.204],[-3.1,52.202],[-3.1,52.2],[-3.096,52.195],[-3.096,52.19],[-3.097,52.184],[-3.095,52.183],[-3.097,52.18],[-3.102,52.177],[-3.107,52.176],[-3.112,52.174],[-3.112,52.17],[-3.122,52.167],[-3.122,52.163],[-3.117,52.16],[-3.112,52.159],[-3.108,52.159],[-3.105,52.157],[-3.102,52.157],[-3.099,52.155],[-3.095,52.155],[-3.089,52.159],[-3.086,52.161],[-3.084,52.163],[-3.075,52.16],[-3.072,52.158],[-3.073,52.156],[-3.083,52.149],[-3.094,52.144],[-3.098,52.144],[-3.108,52.142],[-3.115,52.139],[-3.124,52.139],[-3.128,52.138],[-3.136,52.138],[-3.134,52.134],[-3.137,52.131],[-3.141,52.13],[-3.142,52.128],[-3.137,52.123],[-3.134,52.123],[-3.128,52.124],[-3.124,52.122],[-3.115,52.122],[-3.107,52.119],[-3.105,52.117],[-3.099,52.12],[-3.089,52.122],[-3.082,52.12],[-3.073,52.12],[-3.063,52.115],[-3.063,52.112],[-3.069,52.112],[-3.07,52.11],[-3.064,52.108],[-3.057,52.108],[-3.048,52.11],[-3.044,52.108],[-3.039,52.11],[-3.034,52.109],[-3.035,52.107],[-3.042,52.106],[-3.042,52.104],[-3.028,52.104],[-3.021,52.105],[-3.013,52.107],[-2.998,52.109],[-2.996,52.11],[-2.996,52.113],[-2.989,52.117],[-2.984,52.114],[-2.984,52.112],[-2.987,52.108],[-2.986,52.107],[-2.979,52.107],[-2.976,52.105],[-2.971,52.103],[-2.966,52.103],[-2.968,52.098],[-2.971,52.095],[-2.971,52.093],[-2.967,52.089],[-2.958,52.086],[-2.953,52.087],[-2.949,52.091],[-2.948,52.094],[-2.944,52.093],[-2.941,52.089],[-2.938,52.087],[-2.93,52.085],[-2.922,52.083],[-2.917,52.08],[-2.915,52.078],[-2.912,52.079],[-2.913,52.081],[-2.909,52.082],[-2.907,52.08],[-2.903,52.087],[-2.901,52.087],[-2.9,52.092],[-2.9,52.096],[-2.898,52.099],[-2.899,52.102],[-2.897,52.108],[-2.889,52.111],[-2.884,52.111],[-2.882,52.112],[-2.877,52.112],[-2.864,52.105],[-2.862,52.101],[-2.857,52.101],[-2.852,52.097],[-2.856,52.093],[-2.85,52.094],[-2.848,52.095],[-2.837,52.086],[-2.836,52.084],[-2.833,52.083],[-2.829,52.085],[-2.825,52.084],[-2.817,52.084],[-2.811,52.082],[-2.814,52.08],[-2.811,52.077],[-2.808,52.072],[-2.81,52.068],[-2.808,52.063],[-2.809,52.061],[-2.807,52.059],[-2.802,52.057],[-2.801,52.052],[-2.798,52.051],[-2.79,52.05],[-2.782,52.053],[-2.774,52.052],[-2.771,52.051],[-2.766,52.047],[-2.759,52.046],[-2.752,52.045],[-2.74,52.047],[-2.738,52.049],[-2.741,52.052],[-2.744,52.051],[-2.745,52.055],[-2.748,52.054],[-2.756,52.056],[-2.756,52.06],[-2.76,52.06],[-2.759,52.062],[-2.754,52.066],[-2.775,52.07],[-2.771,52.072],[-2.769,52.078],[-2.747,52.077],[-2.73,52.076],[-2.728,52.074],[-2.722,52.074],[-2.722,52.075],[-2.714,52.075],[-2.711,52.071],[-2.702,52.065],[-2.693,52.066],[-2.683,52.062],[-2.681,52.059],[-2.682,52.057],[-2.676,52.052],[-2.675,52.049],[-2.673,52.047],[-2.675,52.044],[-2.667,52.04],[-2.663,52.04],[-2.659,52.04],[-2.657,52.038],[-2.66,52.035],[-2.667,52.033],[-2.665,52.03],[-2.657,52.027],[-2.657,52.022],[-2.654,52.021],[-2.651,52.021],[-2.641,52.025],[-2.639,52.027],[-2.637,52.03],[-2.632,52.03],[-2.63,52.027],[-2.632,52.019],[-2.637,52.016],[-2.637,52.013],[-2.635,52.012],[-2.627,52.013],[-2.624,52.013],[-2.624,52.01],[-2.626,52.007],[-2.62,52.003],[-2.628,51.999],[-2.631,51.996],[-2.634,51.993],[-2.634,51.991],[-2.626,51.99],[-2.62,51.991],[-2.615,51.99],[-2.604,51.991],[-2.602,51.991],[-2.6,51.987],[-2.601,51.985],[-2.608,51.98],[-2.614,51.976],[-2.63,51.972],[-2.645,51.97],[-2.652,51.969],[-2.656,51.966],[-2.658,51.963],[-2.659,51.959],[-2.662,51.956],[-2.659,51.952],[-2.656,51.949],[-2.654,51.947],[-2.648,51.945],[-2.642,51.947],[-2.636,51.949],[-2.628,51.947],[-2.615,51.955],[-2.609,51.956],[-2.608,51.953],[-2.603,51.955],[-2.6,51.961],[-2.592,51.963],[-2.587,51.958],[-2.595,51.954],[-2.598,51.951],[-2.594,51.948],[-2.599,51.945],[-2.601,51.942],[-2.6,51.939],[-2.602,51.938],[-2.606,51.941],[-2.608,51.94],[-2.608,51.933],[-2.606,51.929],[-2.602,51.927],[-2.598,51.927],[-2.593,51.923],[-2.59,51.924],[-2.59,51.927],[-2.576,51.929],[-2.573,51.929],[-2.565,51.93],[-2.563,51.932],[-2.559,51.931],[-2.55,51.929],[-2.547,51.926],[-2.535,51.928],[-2.532,51.927],[-2.527,51.928],[-2.518,51.93],[-2.513,51.93],[-2.508,51.933],[-2.501,51.936],[-2.496,51.937],[-2.491,51.938],[-2.487,51.942],[-2.483,51.942],[-2.478,51.942],[-2.477,51.94],[-2.472,51.94],[-2.468,51.937],[-2.463,51.939],[-2.465,51.941],[-2.464,51.943],[-2.465,51.947],[-2.464,51.949],[-2.467,51.952],[-2.471,51.953],[-2.472,51.955],[-2.476,51.956],[-2.482,51.956],[-2.486,51.957],[-2.49,51.955],[-2.492,51.957],[-2.498,51.959],[-2.5,51.96],[-2.499,51.964],[-2.493,51.965],[-2.492,51.967],[-2.495,51.971],[-2.496,51.976],[-2.495,51.981],[-2.491,51.982],[-2.489,51.987],[-2.482,51.989],[-2.48,51.991],[-2.471,51.995],[-2.479,52],[-2.485,52],[-2.487,52.004],[-2.491,52.006],[-2.491,52.01],[-2.485,52.013],[-2.479,52.017],[-2.477,52.02],[-2.479,52.023],[-2.474,52.024],[-2.464,52.023],[-2.464,52.019],[-2.46,52.016],[-2.455,52.015],[-2.447,52.016],[-2.441,52.015],[-2.437,52.015],[-2.434,52.012],[-2.435,52.011],[-2.434,52.007],[-2.436,52.001],[-2.435,51.999],[-2.437,51.997],[-2.426,51.996],[-2.423,51.994],[-2.413,51.994],[-2.403,51.996],[-2.399,51.996],[-2.399,51.999],[-2.397,52.001],[-2.395,52.005],[-2.394,52.012],[-2.393,52.013],[-2.387,52.012],[-2.38,52.014],[-2.375,52.016],[-2.361,52.018],[-2.354,52.02],[-2.351,52.021],[-2.352,52.025],[-2.35,52.031],[-2.348,52.033],[-2.349,52.038],[-2.349,52.048],[-2.347,52.049],[-2.348,52.053],[-2.35,52.054],[-2.352,52.056],[-2.347,52.062],[-2.344,52.061],[-2.341,52.064],[-2.339,52.07],[-2.339,52.075],[-2.34,52.079],[-2.338,52.081],[-2.338,52.09],[-2.338,52.095],[-2.349,52.096],[-2.349,52.098],[-2.352,52.103],[-2.35,52.106],[-2.354,52.114],[-2.353,52.115],[-2.356,52.124],[-2.356,52.128],[-2.351,52.129],[-2.345,52.133],[-2.348,52.137],[-2.352,52.143],[-2.353,52.146],[-2.356,52.148],[-2.359,52.152],[-2.365,52.151],[-2.376,52.153],[-2.378,52.155],[-2.385,52.154],[-2.388,52.152],[-2.394,52.147],[-2.397,52.148],[-2.402,52.148],[-2.408,52.146],[-2.415,52.145],[-2.421,52.149],[-2.425,52.154],[-2.423,52.156],[-2.427,52.158],[-2.426,52.161],[-2.435,52.168],[-2.435,52.171],[-2.433,52.172],[-2.423,52.172],[-2.422,52.174],[-2.425,52.177],[-2.423,52.18],[-2.42,52.181],[-2.415,52.184],[-2.419,52.188],[-2.415,52.19],[-2.409,52.196],[-2.409,52.2],[-2.408,52.203],[-2.4,52.202],[-2.403,52.207],[-2.396,52.206],[-2.392,52.209],[-2.394,52.211],[-2.402,52.215],[-2.402,52.218],[-2.404,52.221],[-2.398,52.222],[-2.397,52.225],[-2.388,52.222],[-2.384,52.225],[-2.389,52.227],[-2.39,52.23],[-2.399,52.232],[-2.409,52.231],[-2.414,52.232],[-2.423,52.237],[-2.426,52.236],[-2.437,52.238],[-2.444,52.236],[-2.451,52.237],[-2.465,52.234],[-2.466,52.238],[-2.471,52.241],[-2.475,52.241],[-2.474,52.251],[-2.473,52.253],[-2.468,52.256],[-2.462,52.259],[-2.459,52.261],[-2.453,52.263],[-2.447,52.264],[-2.438,52.266],[-2.437,52.268],[-2.431,52.27],[-2.434,52.275],[-2.445,52.279],[-2.451,52.283],[-2.451,52.285],[-2.464,52.285],[-2.467,52.283],[-2.472,52.286],[-2.483,52.284],[-2.492,52.279],[-2.496,52.277],[-2.503,52.277],[-2.504,52.272],[-2.501,52.269],[-2.496,52.267],[-2.494,52.264],[-2.496,52.257],[-2.501,52.257],[-2.514,52.256],[-2.516,52.256],[-2.526,52.248],[-2.529,52.25],[-2.529,52.252],[-2.532,52.253],[-2.536,52.251],[-2.541,52.253],[-2.548,52.25],[-2.555,52.252],[-2.56,52.252],[-2.567,52.25],[-2.57,52.253],[-2.574,52.253],[-2.576,52.248],[-2.584,52.248],[-2.589,52.246],[-2.596,52.244],[-2.602,52.244],[-2.604,52.243],[-2.609,52.244],[-2.615,52.242],[-2.616,52.243],[-2.629,52.24],[-2.63,52.243],[-2.634,52.247],[-2.634,52.251],[-2.631,52.254],[-2.631,52.257],[-2.628,52.261],[-2.623,52.262],[-2.616,52.265],[-2.61,52.269],[-2.611,52.271],[-2.608,52.273],[-2.607,52.276],[-2.603,52.277],[-2.596,52.277],[-2.598,52.282],[-2.601,52.285],[-2.606,52.287],[-2.614,52.287],[-2.616,52.285],[-2.617,52.283],[-2.621,52.283],[-2.626,52.289],[-2.635,52.286],[-2.64,52.286],[-2.644,52.29],[-2.644,52.294],[-2.653,52.295],[-2.656,52.299],[-2.661,52.301],[-2.663,52.304],[-2.661,52.305],[-2.648,52.305],[-2.643,52.308],[-2.638,52.308],[-2.636,52.309],[-2.633,52.306],[-2.63,52.307],[-2.623,52.306],[-2.618,52.307]]]},"properties":{"Name":"North Herefordshire","ID":"E14001395"},"id":332}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.512,52.688],[1.509,52.685],[1.512,52.682],[1.517,52.683],[1.519,52.687],[1.513,52.689],[1.512,52.688]]],[[[0.864,52.961],[0.862,52.958],[0.869,52.958],[0.871,52.96],[0.864,52.961]]],[[[0.952,52.964],[0.946,52.964],[0.946,52.959],[0.955,52.96],[0.962,52.962],[0.952,52.964]]],[[[1.002,52.964],[0.988,52.964],[0.99,52.96],[1.003,52.958],[1.008,52.957],[1.01,52.959],[1.017,52.956],[1.015,52.962],[1.011,52.962],[1.002,52.964]]],[[[0.869,52.968],[0.866,52.968],[0.864,52.964],[0.866,52.961],[0.871,52.961],[0.875,52.964],[0.875,52.967],[0.869,52.968]]],[[[0.897,52.97],[0.895,52.97],[0.89,52.967],[0.884,52.965],[0.88,52.967],[0.876,52.968],[0.873,52.962],[0.88,52.959],[0.887,52.959],[0.892,52.962],[0.893,52.961],[0.9,52.961],[0.904,52.962],[0.903,52.964],[0.899,52.965],[0.897,52.967],[0.897,52.97]]],[[[0.883,52.97],[0.88,52.973],[0.879,52.977],[0.875,52.979],[0.868,52.98],[0.866,52.978],[0.863,52.973],[0.856,52.969],[0.861,52.965],[0.855,52.964],[0.855,52.962],[0.857,52.96],[0.863,52.962],[0.864,52.967],[0.866,52.968],[0.872,52.969],[0.875,52.968],[0.879,52.968],[0.883,52.965],[0.888,52.967],[0.883,52.97]]],[[[1.675,52.743],[1.659,52.756],[1.64,52.769],[1.633,52.772],[1.615,52.784],[1.613,52.784],[1.597,52.793],[1.586,52.8],[1.587,52.802],[1.579,52.804],[1.554,52.816],[1.542,52.821],[1.539,52.823],[1.525,52.832],[1.518,52.835],[1.497,52.845],[1.467,52.86],[1.458,52.866],[1.446,52.873],[1.441,52.877],[1.433,52.882],[1.414,52.891],[1.407,52.894],[1.389,52.9],[1.368,52.909],[1.354,52.914],[1.343,52.92],[1.33,52.923],[1.322,52.926],[1.313,52.929],[1.299,52.933],[1.276,52.937],[1.269,52.939],[1.254,52.941],[1.251,52.942],[1.23,52.944],[1.218,52.945],[1.202,52.946],[1.186,52.946],[1.14,52.949],[1.125,52.951],[1.092,52.957],[1.069,52.962],[1.056,52.964],[1.028,52.97],[0.994,52.978],[0.978,52.98],[0.97,52.979],[0.973,52.978],[0.97,52.975],[0.975,52.972],[0.977,52.974],[0.98,52.974],[0.984,52.976],[0.99,52.976],[0.996,52.977],[1,52.976],[1.003,52.974],[1.005,52.975],[1.01,52.973],[1.011,52.971],[1.018,52.971],[1.023,52.969],[1.031,52.969],[1.038,52.968],[1.028,52.966],[1.027,52.965],[1.019,52.964],[1.016,52.963],[1.018,52.957],[1.015,52.955],[1.012,52.957],[1.007,52.956],[1.004,52.957],[0.998,52.958],[0.996,52.956],[0.993,52.957],[0.986,52.958],[0.983,52.961],[0.985,52.964],[0.975,52.963],[0.97,52.964],[0.965,52.96],[0.961,52.959],[0.959,52.96],[0.95,52.959],[0.946,52.959],[0.944,52.964],[0.941,52.963],[0.932,52.963],[0.92,52.966],[0.914,52.963],[0.9,52.961],[0.892,52.962],[0.886,52.959],[0.872,52.959],[0.87,52.957],[0.855,52.957],[0.85,52.959],[0.851,52.972],[0.85,52.974],[0.844,52.975],[0.841,52.977],[0.836,52.978],[0.831,52.978],[0.818,52.977],[0.815,52.974],[0.811,52.973],[0.806,52.974],[0.803,52.973],[0.795,52.975],[0.788,52.976],[0.781,52.977],[0.781,52.972],[0.783,52.97],[0.78,52.967],[0.782,52.964],[0.781,52.958],[0.778,52.952],[0.783,52.934],[0.784,52.926],[0.788,52.908],[0.804,52.911],[0.815,52.913],[0.814,52.917],[0.829,52.913],[0.832,52.913],[0.884,52.914],[0.884,52.91],[0.888,52.907],[0.896,52.908],[0.902,52.908],[0.905,52.907],[0.909,52.901],[0.914,52.899],[0.916,52.896],[0.915,52.893],[0.913,52.891],[0.912,52.887],[0.91,52.886],[0.915,52.88],[0.922,52.879],[0.925,52.878],[0.925,52.874],[0.919,52.871],[0.921,52.87],[0.927,52.868],[0.93,52.862],[0.938,52.854],[0.942,52.85],[0.944,52.852],[0.948,52.858],[0.952,52.861],[0.959,52.862],[0.982,52.861],[0.994,52.86],[0.999,52.861],[1.011,52.858],[1.006,52.848],[1.008,52.845],[1.008,52.84],[1.009,52.837],[1.02,52.835],[1.023,52.833],[1.029,52.833],[1.042,52.835],[1.043,52.831],[1.049,52.831],[1.053,52.834],[1.059,52.835],[1.065,52.834],[1.066,52.836],[1.071,52.838],[1.073,52.841],[1.086,52.84],[1.09,52.838],[1.092,52.833],[1.096,52.831],[1.099,52.832],[1.103,52.831],[1.102,52.829],[1.11,52.825],[1.119,52.819],[1.124,52.818],[1.128,52.815],[1.132,52.815],[1.136,52.814],[1.15,52.812],[1.15,52.816],[1.148,52.816],[1.147,52.82],[1.144,52.821],[1.145,52.824],[1.156,52.822],[1.166,52.826],[1.167,52.829],[1.173,52.831],[1.177,52.828],[1.181,52.827],[1.181,52.82],[1.189,52.82],[1.193,52.815],[1.203,52.816],[1.204,52.822],[1.208,52.825],[1.207,52.827],[1.214,52.829],[1.224,52.828],[1.224,52.825],[1.231,52.824],[1.233,52.823],[1.238,52.823],[1.238,52.82],[1.248,52.821],[1.251,52.82],[1.251,52.815],[1.252,52.814],[1.257,52.814],[1.262,52.813],[1.263,52.815],[1.267,52.819],[1.27,52.819],[1.277,52.817],[1.28,52.811],[1.283,52.808],[1.287,52.809],[1.289,52.805],[1.299,52.807],[1.303,52.805],[1.307,52.807],[1.309,52.805],[1.308,52.802],[1.315,52.801],[1.311,52.796],[1.315,52.793],[1.314,52.791],[1.317,52.789],[1.315,52.786],[1.315,52.783],[1.317,52.777],[1.321,52.775],[1.322,52.773],[1.327,52.769],[1.328,52.767],[1.335,52.768],[1.338,52.768],[1.339,52.764],[1.345,52.755],[1.349,52.753],[1.357,52.751],[1.358,52.746],[1.364,52.745],[1.372,52.743],[1.391,52.739],[1.393,52.732],[1.397,52.731],[1.397,52.729],[1.406,52.733],[1.405,52.729],[1.4,52.727],[1.41,52.726],[1.407,52.721],[1.405,52.721],[1.402,52.716],[1.408,52.713],[1.409,52.709],[1.414,52.708],[1.419,52.705],[1.423,52.704],[1.424,52.702],[1.423,52.699],[1.416,52.694],[1.419,52.692],[1.426,52.691],[1.43,52.692],[1.434,52.69],[1.439,52.691],[1.439,52.694],[1.442,52.695],[1.441,52.701],[1.442,52.702],[1.451,52.703],[1.456,52.703],[1.461,52.706],[1.466,52.699],[1.469,52.698],[1.468,52.695],[1.472,52.693],[1.472,52.691],[1.477,52.69],[1.482,52.693],[1.489,52.693],[1.49,52.689],[1.497,52.687],[1.503,52.69],[1.506,52.689],[1.511,52.69],[1.523,52.686],[1.526,52.682],[1.53,52.682],[1.536,52.684],[1.539,52.682],[1.543,52.68],[1.549,52.682],[1.549,52.689],[1.545,52.692],[1.545,52.695],[1.546,52.696],[1.549,52.699],[1.555,52.701],[1.564,52.702],[1.568,52.701],[1.573,52.702],[1.576,52.704],[1.579,52.708],[1.584,52.711],[1.588,52.712],[1.59,52.713],[1.599,52.715],[1.606,52.716],[1.613,52.716],[1.619,52.718],[1.628,52.723],[1.627,52.725],[1.633,52.727],[1.635,52.731],[1.639,52.734],[1.651,52.738],[1.663,52.739],[1.668,52.741],[1.675,52.743]]]]},"properties":{"Name":"North Norfolk","ID":"E14001396"},"id":333}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.785,55.648],[-1.787,55.656],[-1.79,55.653],[-1.791,55.647],[-1.785,55.648]]],[[[-1.8,55.688],[-1.801,55.689],[-1.808,55.688],[-1.813,55.685],[-1.827,55.685],[-1.834,55.686],[-1.841,55.687],[-1.849,55.688],[-1.854,55.688],[-1.855,55.686],[-1.852,55.681],[-1.842,55.679],[-1.84,55.679],[-1.835,55.682],[-1.828,55.684],[-1.816,55.682],[-1.81,55.68],[-1.806,55.678],[-1.805,55.676],[-1.807,55.672],[-1.802,55.668],[-1.797,55.669],[-1.793,55.671],[-1.788,55.669],[-1.779,55.668],[-1.78,55.671],[-1.782,55.677],[-1.78,55.68],[-1.779,55.686],[-1.784,55.685],[-1.789,55.685],[-1.793,55.688],[-1.797,55.687],[-1.8,55.688]]],[[[-1.519,55.207],[-1.522,55.21],[-1.527,55.216],[-1.527,55.22],[-1.529,55.223],[-1.527,55.228],[-1.529,55.229],[-1.533,55.233],[-1.54,55.238],[-1.545,55.239],[-1.554,55.247],[-1.562,55.256],[-1.566,55.263],[-1.571,55.275],[-1.571,55.286],[-1.57,55.292],[-1.566,55.297],[-1.561,55.301],[-1.559,55.306],[-1.556,55.309],[-1.55,55.311],[-1.551,55.316],[-1.549,55.322],[-1.554,55.326],[-1.56,55.329],[-1.564,55.332],[-1.568,55.335],[-1.576,55.337],[-1.583,55.335],[-1.593,55.338],[-1.592,55.341],[-1.589,55.341],[-1.582,55.339],[-1.589,55.345],[-1.596,55.354],[-1.601,55.361],[-1.606,55.374],[-1.608,55.384],[-1.614,55.384],[-1.615,55.38],[-1.618,55.385],[-1.623,55.389],[-1.619,55.391],[-1.612,55.385],[-1.61,55.386],[-1.603,55.391],[-1.597,55.395],[-1.594,55.399],[-1.593,55.403],[-1.588,55.406],[-1.58,55.407],[-1.579,55.41],[-1.582,55.416],[-1.58,55.421],[-1.58,55.425],[-1.575,55.431],[-1.577,55.433],[-1.581,55.433],[-1.587,55.434],[-1.593,55.44],[-1.59,55.443],[-1.586,55.449],[-1.588,55.453],[-1.592,55.455],[-1.593,55.458],[-1.591,55.461],[-1.589,55.462],[-1.592,55.47],[-1.593,55.474],[-1.592,55.479],[-1.594,55.484],[-1.592,55.486],[-1.592,55.491],[-1.599,55.492],[-1.602,55.494],[-1.607,55.494],[-1.611,55.496],[-1.616,55.5],[-1.616,55.505],[-1.614,55.508],[-1.614,55.51],[-1.619,55.515],[-1.611,55.52],[-1.611,55.522],[-1.617,55.522],[-1.62,55.525],[-1.626,55.528],[-1.633,55.534],[-1.637,55.541],[-1.634,55.549],[-1.631,55.551],[-1.623,55.552],[-1.628,55.554],[-1.628,55.556],[-1.633,55.56],[-1.636,55.563],[-1.64,55.566],[-1.645,55.571],[-1.646,55.574],[-1.644,55.576],[-1.639,55.578],[-1.644,55.579],[-1.646,55.581],[-1.651,55.582],[-1.665,55.586],[-1.674,55.594],[-1.677,55.595],[-1.68,55.598],[-1.688,55.601],[-1.692,55.606],[-1.703,55.609],[-1.716,55.612],[-1.723,55.616],[-1.727,55.617],[-1.734,55.617],[-1.742,55.619],[-1.749,55.614],[-1.756,55.613],[-1.759,55.611],[-1.759,55.608],[-1.764,55.605],[-1.768,55.604],[-1.772,55.609],[-1.777,55.613],[-1.779,55.615],[-1.785,55.616],[-1.772,55.617],[-1.766,55.622],[-1.765,55.626],[-1.77,55.632],[-1.778,55.638],[-1.778,55.64],[-1.782,55.642],[-1.784,55.644],[-1.79,55.647],[-1.797,55.642],[-1.8,55.638],[-1.806,55.635],[-1.813,55.634],[-1.819,55.636],[-1.832,55.639],[-1.836,55.641],[-1.843,55.644],[-1.841,55.646],[-1.845,55.651],[-1.849,55.653],[-1.853,55.654],[-1.856,55.655],[-1.86,55.659],[-1.861,55.662],[-1.868,55.668],[-1.869,55.671],[-1.874,55.676],[-1.875,55.678],[-1.873,55.68],[-1.873,55.683],[-1.88,55.685],[-1.884,55.694],[-1.897,55.699],[-1.904,55.703],[-1.912,55.705],[-1.914,55.707],[-1.919,55.709],[-1.919,55.712],[-1.928,55.715],[-1.938,55.72],[-1.947,55.726],[-1.961,55.733],[-1.963,55.738],[-1.972,55.742],[-1.974,55.746],[-1.983,55.751],[-1.989,55.756],[-1.993,55.761],[-2.002,55.761],[-2.009,55.765],[-2.011,55.77],[-2.015,55.772],[-2.021,55.771],[-2.028,55.768],[-2.032,55.77],[-2.034,55.764],[-2.038,55.76],[-2.046,55.758],[-2.055,55.757],[-2.066,55.759],[-2.075,55.76],[-2.092,55.762],[-2.098,55.762],[-2.106,55.76],[-2.109,55.758],[-2.105,55.751],[-2.108,55.747],[-2.114,55.748],[-2.116,55.747],[-2.118,55.743],[-2.117,55.738],[-2.125,55.737],[-2.137,55.74],[-2.138,55.74],[-2.141,55.74],[-2.146,55.739],[-2.149,55.736],[-2.15,55.733],[-2.148,55.727],[-2.152,55.723],[-2.162,55.723],[-2.169,55.722],[-2.176,55.72],[-2.177,55.719],[-2.177,55.716],[-2.171,55.71],[-2.168,55.708],[-2.167,55.706],[-2.171,55.705],[-2.181,55.703],[-2.186,55.7],[-2.188,55.697],[-2.191,55.696],[-2.198,55.688],[-2.205,55.686],[-2.208,55.684],[-2.209,55.681],[-2.219,55.676],[-2.22,55.672],[-2.217,55.667],[-2.218,55.665],[-2.221,55.663],[-2.227,55.663],[-2.231,55.662],[-2.234,55.658],[-2.237,55.656],[-2.248,55.652],[-2.247,55.65],[-2.24,55.647],[-2.235,55.646],[-2.232,55.645],[-2.235,55.641],[-2.246,55.64],[-2.249,55.64],[-2.251,55.643],[-2.26,55.645],[-2.269,55.643],[-2.277,55.643],[-2.289,55.643],[-2.297,55.647],[-2.303,55.647],[-2.308,55.647],[-2.317,55.643],[-2.323,55.644],[-2.325,55.643],[-2.326,55.637],[-2.333,55.635],[-2.334,55.635],[-2.336,55.633],[-2.328,55.627],[-2.324,55.626],[-2.32,55.628],[-2.309,55.629],[-2.309,55.622],[-2.316,55.62],[-2.307,55.611],[-2.306,55.612],[-2.295,55.609],[-2.294,55.605],[-2.288,55.601],[-2.289,55.598],[-2.286,55.597],[-2.289,55.595],[-2.288,55.591],[-2.29,55.59],[-2.292,55.585],[-2.289,55.581],[-2.285,55.578],[-2.28,55.577],[-2.276,55.575],[-2.27,55.57],[-2.26,55.564],[-2.253,55.562],[-2.248,55.557],[-2.244,55.557],[-2.24,55.555],[-2.241,55.553],[-2.235,55.548],[-2.232,55.545],[-2.234,55.541],[-2.233,55.53],[-2.228,55.528],[-2.224,55.523],[-2.227,55.52],[-2.229,55.51],[-2.227,55.507],[-2.22,55.506],[-2.217,55.503],[-2.212,55.499],[-2.202,55.488],[-2.206,55.483],[-2.201,55.475],[-2.195,55.475],[-2.191,55.474],[-2.174,55.472],[-2.167,55.467],[-2.184,55.464],[-2.19,55.461],[-2.188,55.456],[-2.192,55.453],[-2.195,55.445],[-2.202,55.441],[-2.206,55.438],[-2.221,55.433],[-2.223,55.431],[-2.228,55.43],[-2.231,55.428],[-2.237,55.431],[-2.243,55.432],[-2.254,55.432],[-2.261,55.433],[-2.262,55.429],[-2.268,55.43],[-2.272,55.429],[-2.274,55.426],[-2.278,55.426],[-2.284,55.423],[-2.295,55.42],[-2.294,55.419],[-2.296,55.415],[-2.304,55.413],[-2.307,55.411],[-2.313,55.41],[-2.313,55.407],[-2.327,55.408],[-2.332,55.41],[-2.336,55.408],[-2.333,55.404],[-2.334,55.402],[-2.34,55.401],[-2.345,55.399],[-2.343,55.397],[-2.336,55.393],[-2.336,55.386],[-2.335,55.383],[-2.331,55.381],[-2.337,55.377],[-2.346,55.373],[-2.337,55.367],[-2.329,55.368],[-2.32,55.363],[-2.312,55.36],[-2.308,55.357],[-2.3,55.354],[-2.296,55.351],[-2.295,55.348],[-2.289,55.344],[-2.288,55.337],[-2.281,55.333],[-2.261,55.331],[-2.25,55.333],[-2.246,55.329],[-2.245,55.326],[-2.248,55.324],[-2.244,55.318],[-2.235,55.319],[-2.222,55.318],[-2.221,55.319],[-2.215,55.315],[-2.211,55.31],[-2.193,55.312],[-2.18,55.311],[-2.172,55.311],[-2.166,55.304],[-2.164,55.292],[-2.162,55.291],[-2.153,55.29],[-2.149,55.287],[-2.151,55.278],[-2.149,55.275],[-2.15,55.268],[-2.154,55.267],[-2.158,55.259],[-2.151,55.255],[-2.135,55.254],[-2.133,55.254],[-2.129,55.248],[-2.121,55.247],[-2.118,55.244],[-2.12,55.241],[-2.116,55.236],[-2.123,55.235],[-2.124,55.233],[-2.122,55.231],[-2.128,55.229],[-2.13,55.227],[-2.134,55.227],[-2.139,55.225],[-2.146,55.218],[-2.149,55.218],[-2.153,55.215],[-2.154,55.213],[-2.151,55.211],[-2.153,55.209],[-2.154,55.207],[-2.159,55.206],[-2.163,55.196],[-2.164,55.193],[-2.166,55.19],[-2.165,55.188],[-2.167,55.185],[-2.159,55.184],[-2.158,55.185],[-2.152,55.185],[-2.141,55.188],[-2.144,55.193],[-2.139,55.193],[-2.133,55.193],[-2.132,55.196],[-2.124,55.196],[-2.119,55.195],[-2.116,55.196],[-2.108,55.196],[-2.104,55.195],[-2.096,55.196],[-2.094,55.194],[-2.1,55.19],[-2.102,55.187],[-2.098,55.185],[-2.093,55.184],[-2.091,55.181],[-2.079,55.18],[-2.069,55.177],[-2.069,55.175],[-2.052,55.179],[-2.054,55.18],[-2.052,55.185],[-2.036,55.19],[-2.04,55.197],[-2.045,55.201],[-2.02,55.205],[-2.006,55.206],[-1.99,55.207],[-1.992,55.21],[-1.974,55.209],[-1.954,55.207],[-1.955,55.214],[-1.947,55.216],[-1.932,55.216],[-1.933,55.222],[-1.929,55.231],[-1.93,55.233],[-1.926,55.236],[-1.925,55.238],[-1.919,55.238],[-1.924,55.246],[-1.924,55.248],[-1.917,55.25],[-1.914,55.246],[-1.905,55.245],[-1.904,55.244],[-1.898,55.246],[-1.892,55.249],[-1.883,55.251],[-1.879,55.256],[-1.872,55.259],[-1.87,55.261],[-1.867,55.263],[-1.861,55.262],[-1.854,55.264],[-1.848,55.267],[-1.843,55.273],[-1.838,55.276],[-1.833,55.274],[-1.834,55.272],[-1.831,55.268],[-1.821,55.263],[-1.817,55.262],[-1.814,55.264],[-1.815,55.268],[-1.813,55.269],[-1.807,55.265],[-1.806,55.267],[-1.8,55.269],[-1.789,55.269],[-1.787,55.274],[-1.791,55.277],[-1.782,55.282],[-1.777,55.281],[-1.773,55.28],[-1.77,55.282],[-1.77,55.284],[-1.768,55.286],[-1.765,55.291],[-1.763,55.29],[-1.753,55.287],[-1.75,55.289],[-1.751,55.291],[-1.747,55.294],[-1.747,55.296],[-1.744,55.298],[-1.74,55.298],[-1.74,55.294],[-1.736,55.292],[-1.732,55.293],[-1.729,55.292],[-1.724,55.293],[-1.72,55.292],[-1.716,55.293],[-1.711,55.296],[-1.706,55.298],[-1.695,55.299],[-1.691,55.302],[-1.684,55.299],[-1.685,55.297],[-1.678,55.295],[-1.671,55.293],[-1.666,55.293],[-1.662,55.288],[-1.661,55.287],[-1.656,55.282],[-1.654,55.275],[-1.655,55.272],[-1.652,55.268],[-1.67,55.266],[-1.672,55.264],[-1.69,55.256],[-1.694,55.256],[-1.706,55.256],[-1.705,55.26],[-1.711,55.258],[-1.712,55.261],[-1.715,55.264],[-1.719,55.263],[-1.719,55.261],[-1.724,55.259],[-1.727,55.256],[-1.73,55.255],[-1.729,55.252],[-1.731,55.249],[-1.727,55.246],[-1.722,55.246],[-1.724,55.242],[-1.723,55.24],[-1.72,55.237],[-1.725,55.236],[-1.725,55.234],[-1.731,55.231],[-1.738,55.232],[-1.744,55.228],[-1.743,55.227],[-1.753,55.224],[-1.753,55.222],[-1.761,55.22],[-1.76,55.218],[-1.756,55.218],[-1.749,55.207],[-1.756,55.205],[-1.751,55.189],[-1.747,55.183],[-1.744,55.18],[-1.747,55.179],[-1.741,55.174],[-1.737,55.174],[-1.731,55.176],[-1.725,55.173],[-1.724,55.175],[-1.72,55.175],[-1.717,55.176],[-1.715,55.17],[-1.71,55.168],[-1.711,55.158],[-1.712,55.155],[-1.709,55.151],[-1.706,55.15],[-1.697,55.151],[-1.688,55.15],[-1.68,55.152],[-1.675,55.152],[-1.671,55.151],[-1.671,55.154],[-1.676,55.156],[-1.667,55.16],[-1.664,55.163],[-1.666,55.165],[-1.663,55.168],[-1.657,55.166],[-1.655,55.167],[-1.648,55.169],[-1.651,55.171],[-1.647,55.174],[-1.641,55.176],[-1.634,55.179],[-1.636,55.182],[-1.637,55.187],[-1.637,55.19],[-1.628,55.192],[-1.625,55.191],[-1.621,55.193],[-1.617,55.194],[-1.616,55.198],[-1.611,55.198],[-1.61,55.199],[-1.606,55.199],[-1.597,55.201],[-1.59,55.206],[-1.586,55.204],[-1.574,55.202],[-1.569,55.202],[-1.563,55.207],[-1.558,55.203],[-1.554,55.207],[-1.552,55.205],[-1.543,55.206],[-1.532,55.206],[-1.519,55.207]]],[[[-2.086,55.763],[-2.071,55.761],[-2.067,55.761],[-2.055,55.758],[-2.045,55.759],[-2.038,55.762],[-2.036,55.766],[-2.036,55.77],[-2.034,55.771],[-2.027,55.772],[-2.023,55.774],[-2.014,55.774],[-2.002,55.766],[-1.999,55.767],[-1.991,55.768],[-1.994,55.772],[-1.993,55.774],[-1.997,55.776],[-1.995,55.78],[-1.999,55.781],[-2,55.786],[-2.004,55.788],[-2.008,55.791],[-2.011,55.791],[-2.016,55.794],[-2.024,55.802],[-2.031,55.804],[-2.03,55.807],[-2.034,55.811],[-2.039,55.809],[-2.048,55.804],[-2.053,55.803],[-2.062,55.803],[-2.067,55.8],[-2.067,55.799],[-2.073,55.797],[-2.077,55.794],[-2.086,55.793],[-2.088,55.791],[-2.089,55.787],[-2.086,55.783],[-2.087,55.771],[-2.086,55.768],[-2.086,55.763]]]]},"properties":{"Name":"North Northumberland","ID":"E14001397"},"id":334}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.371,52.977],[-2.369,52.979],[-2.37,52.982],[-2.374,52.984],[-2.375,52.986],[-2.38,52.991],[-2.377,52.994],[-2.377,52.998],[-2.381,52.998],[-2.384,52.998],[-2.389,52.996],[-2.391,52.996],[-2.397,52.995],[-2.4,52.995],[-2.405,52.994],[-2.405,52.991],[-2.41,52.988],[-2.419,52.988],[-2.424,52.986],[-2.429,52.986],[-2.435,52.987],[-2.438,52.985],[-2.434,52.98],[-2.436,52.978],[-2.434,52.976],[-2.436,52.973],[-2.435,52.97],[-2.439,52.969],[-2.443,52.971],[-2.448,52.968],[-2.453,52.965],[-2.465,52.964],[-2.47,52.961],[-2.475,52.963],[-2.481,52.959],[-2.484,52.96],[-2.488,52.965],[-2.491,52.965],[-2.492,52.968],[-2.499,52.968],[-2.507,52.966],[-2.509,52.966],[-2.513,52.971],[-2.52,52.974],[-2.523,52.972],[-2.524,52.966],[-2.523,52.959],[-2.527,52.951],[-2.529,52.949],[-2.53,52.947],[-2.534,52.948],[-2.539,52.952],[-2.547,52.957],[-2.554,52.957],[-2.561,52.964],[-2.567,52.964],[-2.57,52.96],[-2.575,52.958],[-2.578,52.956],[-2.584,52.956],[-2.586,52.955],[-2.592,52.961],[-2.598,52.963],[-2.596,52.965],[-2.596,52.968],[-2.598,52.971],[-2.595,52.976],[-2.599,52.977],[-2.601,52.979],[-2.606,52.98],[-2.604,52.982],[-2.608,52.988],[-2.622,52.987],[-2.626,52.989],[-2.628,52.993],[-2.628,52.995],[-2.633,52.997],[-2.643,52.993],[-2.645,52.995],[-2.649,52.996],[-2.652,52.995],[-2.658,52.992],[-2.661,52.991],[-2.664,52.989],[-2.676,52.986],[-2.685,52.986],[-2.689,52.99],[-2.692,52.991],[-2.694,52.994],[-2.699,52.995],[-2.701,52.993],[-2.708,52.988],[-2.716,52.984],[-2.726,52.983],[-2.727,52.983],[-2.727,52.981],[-2.732,52.977],[-2.731,52.975],[-2.735,52.97],[-2.733,52.968],[-2.728,52.967],[-2.727,52.965],[-2.728,52.962],[-2.727,52.959],[-2.724,52.956],[-2.728,52.954],[-2.727,52.948],[-2.726,52.946],[-2.726,52.941],[-2.727,52.934],[-2.726,52.931],[-2.729,52.925],[-2.745,52.924],[-2.755,52.925],[-2.776,52.912],[-2.782,52.909],[-2.793,52.901],[-2.795,52.897],[-2.8,52.895],[-2.803,52.901],[-2.807,52.907],[-2.812,52.909],[-2.812,52.914],[-2.823,52.92],[-2.824,52.923],[-2.838,52.932],[-2.842,52.938],[-2.84,52.942],[-2.843,52.942],[-2.848,52.945],[-2.855,52.944],[-2.867,52.945],[-2.872,52.945],[-2.884,52.947],[-2.886,52.948],[-2.887,52.952],[-2.891,52.951],[-2.896,52.951],[-2.901,52.948],[-2.902,52.945],[-2.909,52.942],[-2.92,52.943],[-2.927,52.942],[-2.927,52.939],[-2.932,52.94],[-2.937,52.943],[-2.949,52.946],[-2.959,52.951],[-2.962,52.956],[-2.973,52.96],[-2.968,52.964],[-2.975,52.969],[-2.977,52.967],[-2.979,52.965],[-2.98,52.962],[-2.982,52.959],[-2.985,52.959],[-2.99,52.96],[-2.994,52.958],[-3.004,52.958],[-3.01,52.956],[-3.012,52.95],[-3.017,52.949],[-3.023,52.943],[-3.023,52.941],[-3.028,52.937],[-3.031,52.931],[-3.035,52.93],[-3.041,52.928],[-3.046,52.929],[-3.048,52.928],[-3.052,52.929],[-3.056,52.928],[-3.062,52.929],[-3.063,52.927],[-3.07,52.927],[-3.076,52.925],[-3.084,52.927],[-3.088,52.929],[-3.096,52.93],[-3.1,52.928],[-3.106,52.921],[-3.109,52.92],[-3.113,52.912],[-3.113,52.906],[-3.115,52.905],[-3.117,52.9],[-3.114,52.895],[-3.115,52.895],[-3.122,52.895],[-3.127,52.894],[-3.133,52.895],[-3.138,52.895],[-3.145,52.893],[-3.147,52.89],[-3.136,52.886],[-3.147,52.885],[-3.148,52.881],[-3.153,52.88],[-3.152,52.878],[-3.142,52.873],[-3.14,52.874],[-3.136,52.871],[-3.129,52.869],[-3.128,52.867],[-3.134,52.862],[-3.142,52.86],[-3.148,52.856],[-3.154,52.854],[-3.158,52.85],[-3.163,52.847],[-3.158,52.847],[-3.152,52.842],[-3.152,52.84],[-3.156,52.837],[-3.154,52.832],[-3.158,52.83],[-3.161,52.826],[-3.165,52.823],[-3.168,52.819],[-3.165,52.812],[-3.168,52.808],[-3.161,52.804],[-3.159,52.807],[-3.156,52.808],[-3.153,52.807],[-3.154,52.804],[-3.156,52.801],[-3.162,52.799],[-3.158,52.793],[-3.152,52.793],[-3.147,52.792],[-3.145,52.789],[-3.142,52.79],[-3.131,52.788],[-3.126,52.787],[-3.119,52.787],[-3.116,52.786],[-3.11,52.787],[-3.107,52.79],[-3.108,52.791],[-3.106,52.793],[-3.098,52.791],[-3.091,52.796],[-3.087,52.796],[-3.086,52.79],[-3.092,52.787],[-3.088,52.78],[-3.089,52.778],[-3.081,52.778],[-3.078,52.774],[-3.08,52.772],[-3.075,52.77],[-3.072,52.77],[-3.07,52.774],[-3.067,52.774],[-3.063,52.771],[-3.059,52.771],[-3.058,52.774],[-3.05,52.772],[-3.053,52.77],[-3.048,52.767],[-3.044,52.769],[-3.038,52.77],[-3.035,52.768],[-3.037,52.765],[-3.031,52.766],[-3.024,52.764],[-3.018,52.768],[-3.011,52.762],[-3.011,52.758],[-3.014,52.754],[-3.02,52.753],[-3.016,52.748],[-3.01,52.75],[-3.008,52.749],[-3,52.745],[-2.992,52.744],[-2.993,52.739],[-2.997,52.739],[-2.997,52.736],[-2.991,52.734],[-2.987,52.733],[-2.979,52.734],[-2.974,52.736],[-2.97,52.74],[-2.974,52.741],[-2.972,52.747],[-2.971,52.748],[-2.963,52.75],[-2.96,52.747],[-2.95,52.746],[-2.947,52.749],[-2.94,52.753],[-2.933,52.752],[-2.944,52.759],[-2.964,52.768],[-2.965,52.771],[-2.963,52.774],[-2.955,52.774],[-2.951,52.773],[-2.947,52.777],[-2.942,52.778],[-2.945,52.78],[-2.939,52.783],[-2.938,52.786],[-2.932,52.788],[-2.923,52.784],[-2.919,52.783],[-2.916,52.787],[-2.911,52.787],[-2.907,52.785],[-2.901,52.783],[-2.899,52.78],[-2.895,52.785],[-2.89,52.781],[-2.882,52.785],[-2.875,52.782],[-2.869,52.785],[-2.865,52.784],[-2.861,52.785],[-2.858,52.783],[-2.86,52.777],[-2.86,52.773],[-2.856,52.77],[-2.849,52.768],[-2.843,52.767],[-2.839,52.768],[-2.836,52.767],[-2.833,52.77],[-2.829,52.771],[-2.821,52.774],[-2.809,52.779],[-2.81,52.783],[-2.802,52.783],[-2.801,52.785],[-2.803,52.788],[-2.797,52.79],[-2.793,52.791],[-2.788,52.792],[-2.781,52.793],[-2.78,52.794],[-2.774,52.795],[-2.77,52.794],[-2.768,52.788],[-2.767,52.788],[-2.762,52.791],[-2.757,52.792],[-2.756,52.787],[-2.751,52.788],[-2.748,52.786],[-2.744,52.786],[-2.747,52.782],[-2.744,52.78],[-2.742,52.773],[-2.738,52.77],[-2.732,52.767],[-2.724,52.764],[-2.716,52.764],[-2.715,52.768],[-2.711,52.768],[-2.71,52.771],[-2.703,52.772],[-2.687,52.774],[-2.679,52.767],[-2.68,52.765],[-2.669,52.762],[-2.666,52.763],[-2.663,52.76],[-2.658,52.762],[-2.655,52.762],[-2.643,52.767],[-2.637,52.764],[-2.635,52.759],[-2.629,52.763],[-2.629,52.766],[-2.626,52.769],[-2.625,52.772],[-2.623,52.773],[-2.621,52.777],[-2.615,52.775],[-2.606,52.778],[-2.603,52.777],[-2.599,52.778],[-2.592,52.777],[-2.59,52.779],[-2.594,52.784],[-2.593,52.788],[-2.594,52.791],[-2.593,52.794],[-2.594,52.796],[-2.598,52.798],[-2.611,52.799],[-2.626,52.8],[-2.633,52.801],[-2.634,52.806],[-2.641,52.806],[-2.642,52.809],[-2.646,52.809],[-2.65,52.815],[-2.653,52.815],[-2.661,52.82],[-2.66,52.822],[-2.663,52.824],[-2.661,52.826],[-2.664,52.828],[-2.663,52.831],[-2.66,52.833],[-2.664,52.838],[-2.66,52.846],[-2.667,52.854],[-2.668,52.86],[-2.658,52.864],[-2.659,52.866],[-2.655,52.866],[-2.642,52.874],[-2.638,52.875],[-2.632,52.879],[-2.627,52.881],[-2.619,52.882],[-2.615,52.883],[-2.606,52.882],[-2.602,52.884],[-2.596,52.884],[-2.595,52.881],[-2.59,52.882],[-2.586,52.885],[-2.579,52.885],[-2.572,52.884],[-2.569,52.885],[-2.571,52.889],[-2.567,52.892],[-2.556,52.891],[-2.554,52.889],[-2.551,52.891],[-2.54,52.885],[-2.531,52.886],[-2.526,52.888],[-2.52,52.887],[-2.518,52.888],[-2.521,52.891],[-2.519,52.895],[-2.517,52.895],[-2.506,52.894],[-2.503,52.892],[-2.496,52.893],[-2.495,52.895],[-2.491,52.895],[-2.489,52.897],[-2.481,52.897],[-2.479,52.899],[-2.471,52.901],[-2.471,52.906],[-2.463,52.908],[-2.461,52.909],[-2.46,52.913],[-2.456,52.916],[-2.458,52.921],[-2.456,52.926],[-2.45,52.925],[-2.451,52.928],[-2.447,52.929],[-2.445,52.933],[-2.441,52.937],[-2.437,52.944],[-2.428,52.947],[-2.425,52.95],[-2.414,52.948],[-2.414,52.947],[-2.405,52.948],[-2.405,52.953],[-2.408,52.959],[-2.41,52.959],[-2.411,52.962],[-2.405,52.962],[-2.399,52.961],[-2.394,52.951],[-2.387,52.953],[-2.385,52.96],[-2.378,52.964],[-2.379,52.969],[-2.383,52.971],[-2.38,52.976],[-2.377,52.975],[-2.371,52.977]]]},"properties":{"Name":"North Shropshire","ID":"E14001398"},"id":335}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.727,51.5],[-2.73,51.502],[-2.727,51.499],[-2.728,51.499],[-2.727,51.499],[-2.729,51.497],[-2.733,51.496],[-2.733,51.495],[-2.733,51.494],[-2.734,51.494],[-2.735,51.494],[-2.735,51.493],[-2.736,51.493],[-2.733,51.493],[-2.732,51.493],[-2.733,51.492],[-2.735,51.492],[-2.736,51.493],[-2.737,51.494],[-2.744,51.493],[-2.753,51.493],[-2.755,51.492],[-2.757,51.493],[-2.756,51.494],[-2.757,51.494],[-2.758,51.495],[-2.761,51.495],[-2.762,51.495],[-2.771,51.495],[-2.778,51.489],[-2.784,51.487],[-2.799,51.485],[-2.804,51.482],[-2.809,51.479],[-2.81,51.478],[-2.816,51.475],[-2.824,51.467],[-2.83,51.466],[-2.837,51.462],[-2.839,51.461],[-2.849,51.455],[-2.852,51.452],[-2.857,51.449],[-2.862,51.443],[-2.862,51.441],[-2.866,51.438],[-2.867,51.437],[-2.879,51.432],[-2.877,51.429],[-2.883,51.426],[-2.887,51.415],[-2.887,51.414],[-2.889,51.413],[-2.888,51.413],[-2.889,51.413],[-2.884,51.413],[-2.882,51.415],[-2.875,51.415],[-2.873,51.412],[-2.87,51.411],[-2.868,51.413],[-2.865,51.414],[-2.86,51.417],[-2.858,51.42],[-2.856,51.424],[-2.844,51.426],[-2.829,51.424],[-2.816,51.424],[-2.816,51.423],[-2.807,51.42],[-2.806,51.413],[-2.796,51.411],[-2.794,51.409],[-2.791,51.409],[-2.781,51.404],[-2.782,51.399],[-2.783,51.397],[-2.783,51.393],[-2.789,51.392],[-2.79,51.389],[-2.789,51.387],[-2.792,51.386],[-2.795,51.384],[-2.793,51.381],[-2.787,51.38],[-2.779,51.38],[-2.772,51.379],[-2.766,51.379],[-2.76,51.379],[-2.76,51.376],[-2.773,51.374],[-2.778,51.376],[-2.777,51.37],[-2.78,51.367],[-2.782,51.361],[-2.774,51.358],[-2.774,51.351],[-2.771,51.35],[-2.771,51.344],[-2.764,51.345],[-2.763,51.342],[-2.76,51.343],[-2.755,51.341],[-2.75,51.341],[-2.747,51.337],[-2.743,51.34],[-2.745,51.341],[-2.739,51.348],[-2.732,51.35],[-2.726,51.348],[-2.724,51.345],[-2.719,51.344],[-2.72,51.34],[-2.718,51.338],[-2.715,51.337],[-2.708,51.338],[-2.707,51.341],[-2.704,51.344],[-2.699,51.343],[-2.694,51.345],[-2.691,51.35],[-2.69,51.353],[-2.693,51.358],[-2.697,51.362],[-2.694,51.364],[-2.696,51.367],[-2.694,51.38],[-2.69,51.38],[-2.687,51.375],[-2.685,51.369],[-2.682,51.37],[-2.681,51.366],[-2.681,51.362],[-2.68,51.36],[-2.675,51.362],[-2.669,51.362],[-2.668,51.359],[-2.669,51.357],[-2.675,51.356],[-2.673,51.354],[-2.678,51.354],[-2.676,51.35],[-2.677,51.348],[-2.673,51.346],[-2.673,51.342],[-2.67,51.343],[-2.661,51.343],[-2.659,51.342],[-2.652,51.344],[-2.652,51.349],[-2.65,51.355],[-2.65,51.362],[-2.651,51.366],[-2.646,51.373],[-2.642,51.375],[-2.639,51.373],[-2.63,51.375],[-2.633,51.377],[-2.632,51.38],[-2.627,51.381],[-2.63,51.385],[-2.623,51.386],[-2.622,51.384],[-2.615,51.381],[-2.615,51.385],[-2.622,51.387],[-2.623,51.389],[-2.615,51.391],[-2.608,51.389],[-2.604,51.391],[-2.603,51.394],[-2.598,51.393],[-2.592,51.394],[-2.587,51.395],[-2.59,51.398],[-2.593,51.397],[-2.601,51.4],[-2.611,51.401],[-2.612,51.402],[-2.617,51.402],[-2.62,51.404],[-2.626,51.404],[-2.628,51.402],[-2.633,51.403],[-2.635,51.407],[-2.632,51.408],[-2.63,51.415],[-2.632,51.417],[-2.631,51.419],[-2.637,51.423],[-2.634,51.426],[-2.633,51.436],[-2.63,51.437],[-2.63,51.44],[-2.634,51.439],[-2.64,51.44],[-2.637,51.444],[-2.633,51.447],[-2.627,51.447],[-2.627,51.45],[-2.628,51.454],[-2.632,51.458],[-2.632,51.462],[-2.635,51.467],[-2.636,51.468],[-2.646,51.471],[-2.649,51.472],[-2.649,51.473],[-2.651,51.474],[-2.652,51.478],[-2.654,51.48],[-2.661,51.486],[-2.664,51.486],[-2.668,51.482],[-2.675,51.48],[-2.682,51.481],[-2.691,51.487],[-2.691,51.486],[-2.692,51.486],[-2.692,51.487],[-2.694,51.489],[-2.696,51.489],[-2.696,51.49],[-2.703,51.494],[-2.704,51.494],[-2.711,51.496],[-2.712,51.497],[-2.717,51.501],[-2.722,51.502],[-2.725,51.501],[-2.727,51.5]]]},"properties":{"Name":"North Somerset","ID":"E14001399"},"id":336}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.503,52.564],[-1.52,52.57],[-1.523,52.574],[-1.527,52.575],[-1.525,52.58],[-1.527,52.583],[-1.531,52.583],[-1.532,52.586],[-1.538,52.59],[-1.543,52.589],[-1.547,52.592],[-1.553,52.594],[-1.556,52.594],[-1.56,52.596],[-1.557,52.601],[-1.557,52.609],[-1.554,52.613],[-1.561,52.617],[-1.561,52.62],[-1.567,52.621],[-1.568,52.623],[-1.566,52.626],[-1.567,52.629],[-1.565,52.631],[-1.571,52.634],[-1.568,52.636],[-1.559,52.637],[-1.554,52.64],[-1.547,52.642],[-1.545,52.645],[-1.543,52.648],[-1.545,52.65],[-1.542,52.654],[-1.547,52.656],[-1.546,52.659],[-1.55,52.663],[-1.553,52.669],[-1.56,52.671],[-1.565,52.674],[-1.57,52.676],[-1.566,52.678],[-1.569,52.68],[-1.577,52.678],[-1.579,52.68],[-1.584,52.685],[-1.59,52.687],[-1.602,52.68],[-1.605,52.676],[-1.605,52.673],[-1.615,52.672],[-1.616,52.669],[-1.619,52.668],[-1.625,52.666],[-1.628,52.664],[-1.639,52.659],[-1.645,52.658],[-1.643,52.654],[-1.643,52.651],[-1.639,52.647],[-1.633,52.643],[-1.642,52.641],[-1.638,52.638],[-1.643,52.631],[-1.638,52.625],[-1.643,52.623],[-1.644,52.621],[-1.636,52.62],[-1.64,52.614],[-1.64,52.608],[-1.645,52.603],[-1.656,52.595],[-1.661,52.595],[-1.666,52.596],[-1.666,52.592],[-1.674,52.593],[-1.68,52.594],[-1.686,52.593],[-1.686,52.589],[-1.689,52.589],[-1.698,52.591],[-1.703,52.591],[-1.704,52.588],[-1.708,52.587],[-1.714,52.589],[-1.719,52.589],[-1.723,52.588],[-1.738,52.589],[-1.74,52.59],[-1.739,52.594],[-1.741,52.594],[-1.751,52.593],[-1.756,52.592],[-1.77,52.589],[-1.775,52.592],[-1.781,52.591],[-1.784,52.589],[-1.788,52.588],[-1.788,52.585],[-1.785,52.582],[-1.779,52.579],[-1.779,52.576],[-1.777,52.575],[-1.77,52.575],[-1.767,52.571],[-1.764,52.57],[-1.77,52.568],[-1.774,52.565],[-1.767,52.562],[-1.768,52.559],[-1.765,52.557],[-1.756,52.555],[-1.753,52.545],[-1.749,52.541],[-1.748,52.537],[-1.751,52.536],[-1.749,52.531],[-1.739,52.532],[-1.739,52.529],[-1.732,52.528],[-1.729,52.525],[-1.732,52.523],[-1.735,52.523],[-1.742,52.521],[-1.746,52.52],[-1.754,52.521],[-1.754,52.518],[-1.754,52.513],[-1.746,52.51],[-1.744,52.508],[-1.733,52.492],[-1.73,52.489],[-1.723,52.483],[-1.713,52.477],[-1.711,52.474],[-1.71,52.467],[-1.704,52.461],[-1.7,52.459],[-1.699,52.456],[-1.69,52.448],[-1.686,52.446],[-1.683,52.44],[-1.678,52.439],[-1.677,52.436],[-1.671,52.437],[-1.667,52.435],[-1.665,52.44],[-1.665,52.443],[-1.662,52.444],[-1.656,52.441],[-1.653,52.441],[-1.641,52.443],[-1.635,52.449],[-1.634,52.452],[-1.625,52.457],[-1.627,52.462],[-1.624,52.464],[-1.618,52.464],[-1.614,52.463],[-1.611,52.459],[-1.598,52.455],[-1.595,52.456],[-1.597,52.458],[-1.593,52.462],[-1.586,52.46],[-1.579,52.458],[-1.574,52.458],[-1.568,52.456],[-1.563,52.456],[-1.551,52.457],[-1.549,52.459],[-1.54,52.465],[-1.535,52.459],[-1.529,52.457],[-1.522,52.456],[-1.518,52.457],[-1.52,52.453],[-1.505,52.45],[-1.5,52.451],[-1.496,52.452],[-1.492,52.455],[-1.493,52.458],[-1.483,52.458],[-1.473,52.456],[-1.471,52.457],[-1.465,52.46],[-1.464,52.463],[-1.466,52.471],[-1.454,52.478],[-1.454,52.48],[-1.46,52.485],[-1.458,52.489],[-1.464,52.491],[-1.47,52.491],[-1.472,52.499],[-1.478,52.495],[-1.483,52.49],[-1.489,52.488],[-1.494,52.49],[-1.501,52.491],[-1.504,52.49],[-1.513,52.492],[-1.519,52.493],[-1.523,52.494],[-1.529,52.496],[-1.532,52.498],[-1.532,52.501],[-1.536,52.504],[-1.542,52.506],[-1.541,52.508],[-1.546,52.508],[-1.556,52.516],[-1.558,52.513],[-1.558,52.509],[-1.561,52.505],[-1.564,52.501],[-1.567,52.501],[-1.569,52.498],[-1.575,52.496],[-1.582,52.497],[-1.588,52.5],[-1.594,52.5],[-1.597,52.495],[-1.602,52.495],[-1.607,52.497],[-1.612,52.499],[-1.618,52.503],[-1.62,52.504],[-1.624,52.508],[-1.63,52.51],[-1.64,52.518],[-1.649,52.521],[-1.648,52.525],[-1.645,52.525],[-1.644,52.53],[-1.639,52.53],[-1.635,52.532],[-1.632,52.532],[-1.63,52.535],[-1.63,52.538],[-1.626,52.539],[-1.626,52.54],[-1.615,52.54],[-1.615,52.537],[-1.609,52.535],[-1.605,52.532],[-1.599,52.536],[-1.592,52.538],[-1.593,52.542],[-1.591,52.545],[-1.585,52.547],[-1.576,52.549],[-1.572,52.551],[-1.568,52.547],[-1.568,52.546],[-1.564,52.544],[-1.559,52.548],[-1.553,52.545],[-1.549,52.544],[-1.542,52.548],[-1.539,52.551],[-1.529,52.552],[-1.518,52.553],[-1.503,52.564]]]},"properties":{"Name":"North Warwickshire and Bedworth","ID":"E14001400"},"id":337}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.259,52.652],[-0.262,52.652],[-0.265,52.654],[-0.273,52.66],[-0.278,52.663],[-0.279,52.666],[-0.287,52.668],[-0.289,52.67],[-0.294,52.669],[-0.297,52.671],[-0.31,52.673],[-0.319,52.675],[-0.329,52.674],[-0.333,52.675],[-0.336,52.674],[-0.337,52.672],[-0.336,52.669],[-0.341,52.665],[-0.344,52.665],[-0.347,52.663],[-0.354,52.661],[-0.357,52.659],[-0.363,52.66],[-0.368,52.66],[-0.377,52.656],[-0.382,52.656],[-0.389,52.654],[-0.393,52.654],[-0.401,52.65],[-0.406,52.648],[-0.413,52.648],[-0.421,52.647],[-0.428,52.649],[-0.432,52.648],[-0.437,52.65],[-0.441,52.652],[-0.453,52.654],[-0.453,52.649],[-0.46,52.65],[-0.468,52.65],[-0.476,52.649],[-0.476,52.645],[-0.486,52.645],[-0.493,52.641],[-0.495,52.64],[-0.488,52.633],[-0.485,52.633],[-0.477,52.631],[-0.473,52.627],[-0.471,52.624],[-0.472,52.621],[-0.471,52.618],[-0.475,52.617],[-0.474,52.614],[-0.48,52.614],[-0.481,52.603],[-0.485,52.602],[-0.486,52.599],[-0.489,52.597],[-0.491,52.591],[-0.494,52.59],[-0.498,52.587],[-0.493,52.582],[-0.485,52.58],[-0.479,52.577],[-0.481,52.576],[-0.479,52.574],[-0.461,52.576],[-0.447,52.579],[-0.427,52.582],[-0.42,52.581],[-0.415,52.579],[-0.416,52.57],[-0.412,52.569],[-0.407,52.566],[-0.41,52.562],[-0.417,52.562],[-0.42,52.559],[-0.416,52.556],[-0.416,52.552],[-0.411,52.55],[-0.402,52.548],[-0.404,52.543],[-0.401,52.539],[-0.405,52.532],[-0.41,52.531],[-0.414,52.527],[-0.413,52.525],[-0.409,52.523],[-0.4,52.522],[-0.392,52.519],[-0.387,52.516],[-0.378,52.511],[-0.373,52.511],[-0.369,52.509],[-0.358,52.506],[-0.356,52.506],[-0.352,52.503],[-0.356,52.501],[-0.359,52.497],[-0.359,52.495],[-0.358,52.492],[-0.358,52.489],[-0.354,52.485],[-0.35,52.483],[-0.35,52.481],[-0.348,52.478],[-0.349,52.473],[-0.349,52.472],[-0.342,52.469],[-0.342,52.467],[-0.344,52.466],[-0.349,52.463],[-0.353,52.461],[-0.355,52.456],[-0.363,52.451],[-0.362,52.449],[-0.363,52.447],[-0.367,52.443],[-0.369,52.441],[-0.37,52.437],[-0.362,52.434],[-0.366,52.432],[-0.372,52.431],[-0.379,52.428],[-0.39,52.422],[-0.38,52.422],[-0.365,52.421],[-0.358,52.424],[-0.354,52.422],[-0.349,52.413],[-0.345,52.415],[-0.34,52.42],[-0.336,52.422],[-0.318,52.427],[-0.316,52.43],[-0.322,52.439],[-0.33,52.448],[-0.316,52.451],[-0.306,52.452],[-0.303,52.45],[-0.299,52.451],[-0.297,52.45],[-0.282,52.452],[-0.277,52.451],[-0.27,52.453],[-0.27,52.448],[-0.265,52.445],[-0.257,52.445],[-0.24,52.446],[-0.23,52.446],[-0.226,52.451],[-0.222,52.454],[-0.204,52.469],[-0.193,52.467],[-0.186,52.469],[-0.183,52.467],[-0.181,52.463],[-0.186,52.442],[-0.18,52.442],[-0.181,52.438],[-0.171,52.437],[-0.168,52.442],[-0.171,52.443],[-0.171,52.446],[-0.169,52.447],[-0.16,52.447],[-0.155,52.451],[-0.138,52.45],[-0.14,52.448],[-0.136,52.443],[-0.131,52.441],[-0.133,52.437],[-0.133,52.434],[-0.128,52.433],[-0.123,52.433],[-0.114,52.431],[-0.122,52.429],[-0.12,52.425],[-0.114,52.425],[-0.108,52.423],[-0.105,52.425],[-0.093,52.423],[-0.09,52.427],[-0.093,52.428],[-0.086,52.431],[-0.073,52.443],[-0.068,52.441],[-0.058,52.437],[-0.05,52.445],[-0.048,52.444],[-0.038,52.455],[-0.034,52.453],[-0.023,52.464],[-0.009,52.462],[-0.019,52.468],[-0.032,52.473],[-0.039,52.473],[-0.038,52.479],[-0.04,52.483],[-0.039,52.499],[-0.039,52.502],[-0.045,52.503],[-0.052,52.502],[-0.053,52.504],[-0.051,52.509],[-0.048,52.511],[-0.055,52.513],[-0.058,52.512],[-0.07,52.517],[-0.071,52.506],[-0.09,52.496],[-0.098,52.502],[-0.105,52.498],[-0.102,52.496],[-0.105,52.494],[-0.114,52.489],[-0.13,52.501],[-0.143,52.511],[-0.151,52.516],[-0.16,52.523],[-0.167,52.528],[-0.171,52.531],[-0.181,52.534],[-0.188,52.537],[-0.19,52.54],[-0.186,52.545],[-0.191,52.548],[-0.191,52.55],[-0.198,52.551],[-0.195,52.554],[-0.188,52.56],[-0.19,52.565],[-0.182,52.567],[-0.187,52.569],[-0.204,52.566],[-0.232,52.566],[-0.24,52.568],[-0.255,52.568],[-0.255,52.573],[-0.268,52.573],[-0.271,52.572],[-0.274,52.569],[-0.279,52.566],[-0.285,52.564],[-0.28,52.561],[-0.289,52.56],[-0.296,52.562],[-0.3,52.568],[-0.306,52.572],[-0.303,52.576],[-0.299,52.577],[-0.298,52.58],[-0.29,52.585],[-0.287,52.591],[-0.291,52.593],[-0.294,52.596],[-0.291,52.601],[-0.289,52.604],[-0.288,52.607],[-0.29,52.609],[-0.288,52.611],[-0.294,52.613],[-0.298,52.616],[-0.29,52.622],[-0.281,52.633],[-0.275,52.632],[-0.268,52.634],[-0.268,52.636],[-0.261,52.639],[-0.264,52.645],[-0.269,52.646],[-0.266,52.648],[-0.259,52.652]]]},"properties":{"Name":"North West Cambridgeshire","ID":"E14001401"},"id":338}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.364,52.044],[0.363,52.045],[0.352,52.047],[0.344,52.051],[0.344,52.053],[0.342,52.056],[0.338,52.06],[0.332,52.063],[0.328,52.068],[0.325,52.07],[0.325,52.073],[0.317,52.076],[0.311,52.077],[0.309,52.08],[0.302,52.083],[0.292,52.088],[0.285,52.091],[0.276,52.093],[0.272,52.09],[0.265,52.085],[0.254,52.08],[0.252,52.077],[0.248,52.079],[0.246,52.082],[0.244,52.083],[0.235,52.089],[0.229,52.09],[0.224,52.089],[0.213,52.09],[0.21,52.092],[0.203,52.093],[0.199,52.086],[0.194,52.075],[0.183,52.073],[0.187,52.066],[0.19,52.062],[0.19,52.06],[0.186,52.057],[0.178,52.057],[0.174,52.056],[0.168,52.055],[0.166,52.048],[0.161,52.048],[0.161,52.052],[0.153,52.05],[0.151,52.053],[0.136,52.05],[0.133,52.048],[0.128,52.049],[0.128,52.052],[0.125,52.054],[0.123,52.058],[0.119,52.06],[0.115,52.061],[0.106,52.06],[0.105,52.058],[0.106,52.051],[0.102,52.046],[0.1,52.042],[0.101,52.039],[0.094,52.033],[0.095,52.029],[0.091,52.025],[0.092,52.022],[0.085,52.016],[0.083,52.011],[0.08,52.008],[0.076,52.007],[0.072,52.008],[0.068,52.006],[0.074,52.001],[0.074,51.994],[0.072,51.987],[0.069,51.983],[0.072,51.982],[0.076,51.981],[0.084,51.981],[0.096,51.984],[0.098,51.982],[0.098,51.977],[0.102,51.976],[0.107,51.972],[0.104,51.966],[0.106,51.963],[0.111,51.96],[0.114,51.956],[0.118,51.947],[0.118,51.941],[0.119,51.934],[0.122,51.929],[0.12,51.927],[0.124,51.924],[0.123,51.92],[0.122,51.911],[0.123,51.902],[0.123,51.901],[0.125,51.892],[0.124,51.889],[0.125,51.885],[0.129,51.884],[0.14,51.885],[0.142,51.888],[0.147,51.887],[0.162,51.892],[0.165,51.891],[0.169,51.892],[0.168,51.894],[0.176,51.895],[0.179,51.896],[0.184,51.894],[0.182,51.891],[0.177,51.888],[0.178,51.886],[0.175,51.883],[0.185,51.878],[0.188,51.875],[0.194,51.873],[0.194,51.87],[0.196,51.868],[0.199,51.873],[0.205,51.873],[0.208,51.873],[0.214,51.874],[0.216,51.872],[0.222,51.873],[0.226,51.87],[0.251,51.867],[0.266,51.866],[0.268,51.861],[0.272,51.862],[0.27,51.866],[0.285,51.866],[0.289,51.863],[0.298,51.859],[0.298,51.853],[0.301,51.851],[0.308,51.849],[0.315,51.855],[0.327,51.855],[0.33,51.852],[0.327,51.847],[0.329,51.844],[0.334,51.845],[0.336,51.844],[0.332,51.839],[0.327,51.84],[0.319,51.839],[0.309,51.831],[0.305,51.83],[0.3,51.825],[0.291,51.825],[0.286,51.825],[0.284,51.821],[0.285,51.812],[0.286,51.808],[0.285,51.802],[0.284,51.797],[0.286,51.795],[0.282,51.794],[0.281,51.79],[0.288,51.789],[0.296,51.79],[0.297,51.79],[0.299,51.785],[0.296,51.781],[0.302,51.779],[0.302,51.775],[0.299,51.774],[0.3,51.772],[0.303,51.772],[0.308,51.77],[0.312,51.77],[0.313,51.769],[0.322,51.77],[0.344,51.768],[0.345,51.766],[0.344,51.76],[0.343,51.758],[0.341,51.753],[0.344,51.749],[0.346,51.742],[0.345,51.735],[0.348,51.731],[0.343,51.724],[0.339,51.721],[0.334,51.719],[0.336,51.714],[0.337,51.709],[0.339,51.707],[0.339,51.702],[0.344,51.698],[0.347,51.694],[0.361,51.69],[0.363,51.692],[0.369,51.693],[0.377,51.699],[0.379,51.699],[0.386,51.697],[0.389,51.699],[0.394,51.7],[0.405,51.709],[0.411,51.706],[0.419,51.703],[0.423,51.704],[0.43,51.704],[0.435,51.702],[0.441,51.708],[0.444,51.711],[0.447,51.714],[0.446,51.718],[0.443,51.72],[0.446,51.723],[0.443,51.726],[0.444,51.731],[0.447,51.735],[0.444,51.737],[0.442,51.741],[0.436,51.746],[0.435,51.749],[0.441,51.755],[0.441,51.756],[0.448,51.757],[0.452,51.757],[0.463,51.758],[0.468,51.757],[0.477,51.753],[0.483,51.753],[0.485,51.757],[0.481,51.759],[0.484,51.765],[0.493,51.765],[0.501,51.763],[0.502,51.767],[0.501,51.773],[0.51,51.771],[0.508,51.765],[0.508,51.761],[0.51,51.757],[0.519,51.752],[0.526,51.75],[0.533,51.744],[0.537,51.744],[0.539,51.748],[0.546,51.746],[0.55,51.748],[0.556,51.748],[0.561,51.749],[0.565,51.748],[0.57,51.75],[0.572,51.752],[0.571,51.754],[0.567,51.759],[0.565,51.765],[0.563,51.767],[0.559,51.775],[0.554,51.779],[0.551,51.78],[0.545,51.785],[0.54,51.791],[0.534,51.793],[0.529,51.797],[0.528,51.8],[0.524,51.803],[0.525,51.81],[0.528,51.811],[0.532,51.81],[0.533,51.816],[0.524,51.82],[0.526,51.822],[0.53,51.823],[0.53,51.83],[0.529,51.837],[0.524,51.84],[0.52,51.844],[0.525,51.849],[0.519,51.85],[0.518,51.849],[0.511,51.848],[0.507,51.848],[0.5,51.846],[0.489,51.843],[0.486,51.84],[0.475,51.84],[0.469,51.84],[0.466,51.839],[0.462,51.835],[0.459,51.835],[0.451,51.834],[0.45,51.831],[0.447,51.829],[0.443,51.829],[0.44,51.832],[0.435,51.831],[0.431,51.832],[0.431,51.836],[0.428,51.838],[0.424,51.846],[0.425,51.851],[0.424,51.854],[0.418,51.857],[0.421,51.86],[0.421,51.861],[0.43,51.868],[0.425,51.876],[0.42,51.88],[0.416,51.881],[0.412,51.886],[0.405,51.885],[0.4,51.886],[0.393,51.892],[0.388,51.898],[0.385,51.902],[0.389,51.903],[0.394,51.906],[0.402,51.904],[0.404,51.908],[0.402,51.912],[0.399,51.914],[0.393,51.915],[0.394,51.917],[0.4,51.919],[0.403,51.922],[0.412,51.923],[0.411,51.927],[0.413,51.93],[0.408,51.934],[0.402,51.937],[0.398,51.937],[0.392,51.939],[0.394,51.947],[0.396,51.95],[0.394,51.952],[0.392,51.951],[0.389,51.955],[0.383,51.957],[0.382,51.959],[0.376,51.962],[0.368,51.964],[0.359,51.968],[0.354,51.97],[0.352,51.972],[0.345,51.975],[0.343,51.979],[0.342,51.988],[0.341,51.998],[0.336,51.998],[0.331,51.999],[0.327,52.002],[0.326,52.006],[0.318,52.01],[0.313,52.014],[0.311,52.018],[0.308,52.02],[0.309,52.023],[0.314,52.024],[0.323,52.027],[0.332,52.033],[0.341,52.039],[0.345,52.04],[0.347,52.038],[0.353,52.04],[0.356,52.04],[0.364,52.044]]]},"properties":{"Name":"North West Essex","ID":"E14001402"},"id":339}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.221,51.368],[-1.225,51.37],[-1.231,51.367],[-1.236,51.368],[-1.24,51.366],[-1.246,51.368],[-1.249,51.372],[-1.258,51.372],[-1.259,51.37],[-1.266,51.371],[-1.27,51.37],[-1.273,51.368],[-1.276,51.367],[-1.278,51.369],[-1.283,51.368],[-1.288,51.368],[-1.294,51.371],[-1.298,51.371],[-1.307,51.371],[-1.312,51.373],[-1.319,51.373],[-1.323,51.372],[-1.325,51.373],[-1.333,51.371],[-1.338,51.369],[-1.343,51.369],[-1.349,51.367],[-1.356,51.368],[-1.36,51.367],[-1.364,51.369],[-1.369,51.368],[-1.372,51.368],[-1.378,51.368],[-1.388,51.37],[-1.411,51.373],[-1.418,51.371],[-1.419,51.367],[-1.423,51.362],[-1.428,51.359],[-1.429,51.357],[-1.432,51.356],[-1.441,51.356],[-1.444,51.355],[-1.444,51.352],[-1.445,51.348],[-1.442,51.347],[-1.436,51.343],[-1.43,51.337],[-1.45,51.333],[-1.458,51.333],[-1.484,51.331],[-1.495,51.329],[-1.498,51.329],[-1.511,51.335],[-1.516,51.339],[-1.521,51.338],[-1.528,51.338],[-1.528,51.334],[-1.527,51.331],[-1.531,51.329],[-1.532,51.327],[-1.533,51.321],[-1.534,51.316],[-1.528,51.314],[-1.527,51.311],[-1.527,51.309],[-1.525,51.307],[-1.528,51.3],[-1.525,51.297],[-1.521,51.298],[-1.52,51.296],[-1.524,51.293],[-1.523,51.287],[-1.529,51.286],[-1.535,51.287],[-1.543,51.281],[-1.537,51.277],[-1.537,51.27],[-1.539,51.268],[-1.541,51.261],[-1.537,51.261],[-1.531,51.263],[-1.53,51.26],[-1.531,51.255],[-1.536,51.249],[-1.529,51.249],[-1.525,51.247],[-1.516,51.245],[-1.512,51.244],[-1.509,51.238],[-1.509,51.235],[-1.507,51.234],[-1.501,51.236],[-1.494,51.234],[-1.496,51.232],[-1.494,51.23],[-1.496,51.226],[-1.493,51.226],[-1.493,51.22],[-1.492,51.218],[-1.497,51.218],[-1.509,51.217],[-1.511,51.218],[-1.516,51.219],[-1.521,51.215],[-1.529,51.21],[-1.532,51.21],[-1.534,51.206],[-1.53,51.205],[-1.523,51.205],[-1.513,51.206],[-1.51,51.203],[-1.506,51.201],[-1.487,51.195],[-1.479,51.195],[-1.459,51.2],[-1.446,51.202],[-1.435,51.205],[-1.435,51.208],[-1.431,51.209],[-1.43,51.211],[-1.424,51.214],[-1.423,51.218],[-1.425,51.222],[-1.421,51.224],[-1.405,51.22],[-1.4,51.22],[-1.397,51.217],[-1.389,51.215],[-1.384,51.215],[-1.382,51.212],[-1.377,51.208],[-1.374,51.206],[-1.369,51.202],[-1.365,51.202],[-1.36,51.205],[-1.359,51.208],[-1.36,51.21],[-1.358,51.212],[-1.355,51.211],[-1.346,51.208],[-1.341,51.205],[-1.339,51.2],[-1.34,51.196],[-1.342,51.187],[-1.341,51.185],[-1.332,51.188],[-1.328,51.19],[-1.321,51.191],[-1.309,51.195],[-1.299,51.197],[-1.29,51.194],[-1.285,51.195],[-1.275,51.195],[-1.271,51.194],[-1.262,51.194],[-1.254,51.192],[-1.253,51.191],[-1.249,51.191],[-1.247,51.194],[-1.244,51.197],[-1.243,51.202],[-1.24,51.203],[-1.24,51.207],[-1.242,51.21],[-1.238,51.213],[-1.235,51.223],[-1.235,51.224],[-1.235,51.226],[-1.233,51.23],[-1.233,51.235],[-1.229,51.234],[-1.229,51.24],[-1.231,51.244],[-1.226,51.245],[-1.223,51.244],[-1.223,51.247],[-1.222,51.253],[-1.222,51.261],[-1.214,51.263],[-1.215,51.265],[-1.218,51.266],[-1.219,51.269],[-1.212,51.271],[-1.205,51.273],[-1.198,51.277],[-1.194,51.284],[-1.19,51.287],[-1.186,51.286],[-1.182,51.283],[-1.178,51.282],[-1.181,51.288],[-1.178,51.291],[-1.179,51.294],[-1.177,51.297],[-1.172,51.296],[-1.165,51.29],[-1.151,51.289],[-1.152,51.284],[-1.149,51.277],[-1.14,51.28],[-1.136,51.278],[-1.126,51.278],[-1.119,51.276],[-1.113,51.276],[-1.102,51.277],[-1.106,51.281],[-1.095,51.283],[-1.09,51.285],[-1.089,51.29],[-1.075,51.288],[-1.07,51.288],[-1.071,51.298],[-1.072,51.302],[-1.07,51.305],[-1.071,51.31],[-1.072,51.316],[-1.074,51.32],[-1.083,51.323],[-1.085,51.325],[-1.092,51.324],[-1.095,51.322],[-1.099,51.324],[-1.097,51.326],[-1.095,51.333],[-1.093,51.336],[-1.09,51.337],[-1.097,51.339],[-1.105,51.342],[-1.11,51.344],[-1.116,51.353],[-1.116,51.36],[-1.119,51.36],[-1.124,51.361],[-1.125,51.358],[-1.131,51.358],[-1.139,51.357],[-1.144,51.357],[-1.147,51.359],[-1.17,51.361],[-1.177,51.357],[-1.189,51.363],[-1.2,51.365],[-1.202,51.366],[-1.211,51.367],[-1.214,51.366],[-1.218,51.366],[-1.221,51.368]]]},"properties":{"Name":"North West Hampshire","ID":"E14001403"},"id":340}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.268,52.873],[-1.275,52.876],[-1.281,52.875],[-1.287,52.872],[-1.29,52.872],[-1.296,52.875],[-1.302,52.876],[-1.306,52.877],[-1.308,52.874],[-1.311,52.873],[-1.319,52.873],[-1.319,52.87],[-1.324,52.868],[-1.325,52.866],[-1.334,52.867],[-1.34,52.865],[-1.342,52.868],[-1.346,52.865],[-1.343,52.863],[-1.347,52.862],[-1.348,52.86],[-1.352,52.858],[-1.351,52.855],[-1.358,52.856],[-1.365,52.853],[-1.366,52.851],[-1.372,52.848],[-1.381,52.846],[-1.385,52.843],[-1.388,52.839],[-1.394,52.837],[-1.393,52.834],[-1.388,52.833],[-1.399,52.822],[-1.406,52.817],[-1.404,52.817],[-1.41,52.81],[-1.414,52.807],[-1.418,52.802],[-1.425,52.801],[-1.436,52.803],[-1.441,52.802],[-1.441,52.799],[-1.443,52.796],[-1.442,52.794],[-1.448,52.79],[-1.452,52.79],[-1.462,52.787],[-1.459,52.784],[-1.461,52.782],[-1.457,52.779],[-1.46,52.776],[-1.462,52.771],[-1.467,52.768],[-1.473,52.765],[-1.477,52.766],[-1.48,52.764],[-1.488,52.762],[-1.492,52.759],[-1.496,52.76],[-1.499,52.764],[-1.502,52.767],[-1.505,52.768],[-1.519,52.767],[-1.525,52.766],[-1.525,52.764],[-1.53,52.761],[-1.533,52.763],[-1.538,52.76],[-1.542,52.761],[-1.547,52.764],[-1.553,52.763],[-1.555,52.762],[-1.554,52.758],[-1.557,52.758],[-1.56,52.752],[-1.562,52.751],[-1.557,52.745],[-1.555,52.74],[-1.55,52.735],[-1.545,52.733],[-1.545,52.728],[-1.535,52.728],[-1.532,52.727],[-1.525,52.728],[-1.518,52.728],[-1.511,52.723],[-1.503,52.725],[-1.499,52.724],[-1.497,52.721],[-1.51,52.714],[-1.517,52.712],[-1.52,52.707],[-1.527,52.708],[-1.526,52.704],[-1.519,52.702],[-1.513,52.696],[-1.512,52.692],[-1.507,52.688],[-1.504,52.687],[-1.498,52.689],[-1.495,52.693],[-1.493,52.693],[-1.488,52.695],[-1.482,52.698],[-1.476,52.702],[-1.473,52.702],[-1.467,52.707],[-1.456,52.703],[-1.451,52.703],[-1.44,52.702],[-1.436,52.704],[-1.438,52.699],[-1.441,52.696],[-1.445,52.693],[-1.451,52.688],[-1.445,52.685],[-1.43,52.681],[-1.429,52.683],[-1.424,52.684],[-1.421,52.683],[-1.418,52.678],[-1.408,52.673],[-1.399,52.672],[-1.397,52.674],[-1.384,52.674],[-1.382,52.675],[-1.374,52.677],[-1.371,52.678],[-1.363,52.68],[-1.361,52.676],[-1.361,52.681],[-1.358,52.683],[-1.354,52.685],[-1.348,52.685],[-1.35,52.689],[-1.343,52.69],[-1.35,52.694],[-1.341,52.696],[-1.33,52.699],[-1.322,52.7],[-1.318,52.702],[-1.311,52.706],[-1.308,52.707],[-1.299,52.707],[-1.292,52.709],[-1.285,52.715],[-1.281,52.715],[-1.266,52.724],[-1.262,52.724],[-1.266,52.729],[-1.263,52.731],[-1.251,52.736],[-1.247,52.736],[-1.251,52.739],[-1.251,52.741],[-1.259,52.744],[-1.264,52.745],[-1.268,52.746],[-1.275,52.74],[-1.279,52.739],[-1.287,52.734],[-1.294,52.737],[-1.298,52.74],[-1.299,52.745],[-1.305,52.749],[-1.308,52.748],[-1.319,52.75],[-1.321,52.753],[-1.324,52.755],[-1.328,52.753],[-1.332,52.753],[-1.332,52.756],[-1.334,52.757],[-1.333,52.76],[-1.334,52.764],[-1.329,52.766],[-1.329,52.77],[-1.327,52.776],[-1.323,52.779],[-1.319,52.785],[-1.311,52.785],[-1.305,52.785],[-1.293,52.783],[-1.289,52.784],[-1.28,52.784],[-1.275,52.788],[-1.28,52.789],[-1.279,52.796],[-1.277,52.797],[-1.276,52.8],[-1.272,52.802],[-1.269,52.807],[-1.262,52.81],[-1.263,52.816],[-1.26,52.819],[-1.266,52.821],[-1.271,52.824],[-1.271,52.832],[-1.274,52.834],[-1.274,52.836],[-1.267,52.838],[-1.269,52.84],[-1.266,52.843],[-1.268,52.845],[-1.271,52.846],[-1.272,52.849],[-1.271,52.854],[-1.268,52.856],[-1.269,52.859],[-1.274,52.859],[-1.272,52.868],[-1.27,52.872],[-1.268,52.873]]]},"properties":{"Name":"North West Leicestershire","ID":"E14001404"},"id":341}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.364,52.726],[0.385,52.74],[0.391,52.746],[0.392,52.748],[0.39,52.753],[0.388,52.759],[0.369,52.788],[0.362,52.797],[0.354,52.806],[0.352,52.809],[0.346,52.814],[0.341,52.815],[0.338,52.815],[0.335,52.817],[0.328,52.818],[0.315,52.819],[0.313,52.818],[0.291,52.818],[0.288,52.819],[0.279,52.816],[0.275,52.817],[0.269,52.816],[0.262,52.804],[0.253,52.797],[0.261,52.796],[0.252,52.793],[0.245,52.785],[0.272,52.773],[0.266,52.772],[0.254,52.767],[0.233,52.76],[0.228,52.757],[0.217,52.753],[0.212,52.75],[0.197,52.742],[0.195,52.739],[0.192,52.738],[0.186,52.735],[0.172,52.738],[0.171,52.736],[0.169,52.726],[0.166,52.721],[0.157,52.708],[0.154,52.682],[0.162,52.679],[0.167,52.68],[0.169,52.679],[0.185,52.678],[0.184,52.675],[0.184,52.667],[0.183,52.659],[0.184,52.656],[0.199,52.654],[0.212,52.652],[0.212,52.653],[0.227,52.649],[0.231,52.653],[0.235,52.66],[0.246,52.672],[0.251,52.676],[0.257,52.678],[0.273,52.68],[0.275,52.679],[0.278,52.705],[0.287,52.719],[0.294,52.732],[0.3,52.731],[0.307,52.726],[0.312,52.727],[0.315,52.726],[0.322,52.729],[0.328,52.727],[0.339,52.728],[0.342,52.726],[0.347,52.729],[0.357,52.728],[0.361,52.726],[0.364,52.726]]],[[[0.712,52.977],[0.706,52.978],[0.706,52.974],[0.71,52.975],[0.714,52.973],[0.718,52.973],[0.721,52.975],[0.726,52.974],[0.732,52.974],[0.735,52.976],[0.726,52.978],[0.718,52.977],[0.712,52.977]]],[[[0.788,52.908],[0.784,52.926],[0.783,52.934],[0.778,52.952],[0.781,52.958],[0.782,52.964],[0.78,52.967],[0.783,52.97],[0.781,52.972],[0.781,52.977],[0.772,52.979],[0.757,52.978],[0.752,52.977],[0.754,52.976],[0.755,52.97],[0.75,52.968],[0.746,52.966],[0.742,52.964],[0.733,52.963],[0.731,52.965],[0.736,52.967],[0.739,52.966],[0.744,52.965],[0.747,52.966],[0.749,52.974],[0.74,52.975],[0.735,52.975],[0.731,52.974],[0.725,52.974],[0.721,52.975],[0.716,52.972],[0.71,52.974],[0.708,52.973],[0.704,52.975],[0.701,52.977],[0.695,52.978],[0.691,52.977],[0.688,52.974],[0.681,52.971],[0.681,52.969],[0.67,52.969],[0.665,52.967],[0.656,52.967],[0.651,52.968],[0.651,52.971],[0.66,52.971],[0.668,52.97],[0.675,52.974],[0.674,52.976],[0.671,52.978],[0.662,52.978],[0.657,52.977],[0.65,52.977],[0.629,52.974],[0.622,52.973],[0.618,52.972],[0.616,52.973],[0.604,52.974],[0.589,52.977],[0.586,52.975],[0.586,52.973],[0.574,52.969],[0.57,52.969],[0.57,52.976],[0.562,52.976],[0.543,52.975],[0.533,52.974],[0.52,52.969],[0.516,52.965],[0.515,52.962],[0.505,52.957],[0.498,52.954],[0.49,52.948],[0.486,52.942],[0.485,52.939],[0.479,52.931],[0.476,52.924],[0.475,52.917],[0.473,52.913],[0.472,52.909],[0.465,52.898],[0.46,52.892],[0.453,52.884],[0.445,52.874],[0.443,52.867],[0.446,52.864],[0.446,52.858],[0.445,52.853],[0.441,52.855],[0.433,52.853],[0.43,52.851],[0.419,52.846],[0.414,52.84],[0.403,52.837],[0.397,52.832],[0.393,52.831],[0.392,52.829],[0.381,52.823],[0.375,52.82],[0.373,52.819],[0.369,52.818],[0.362,52.814],[0.358,52.813],[0.358,52.81],[0.36,52.805],[0.363,52.802],[0.37,52.792],[0.375,52.784],[0.391,52.759],[0.392,52.754],[0.395,52.747],[0.391,52.742],[0.377,52.733],[0.367,52.726],[0.382,52.726],[0.384,52.722],[0.384,52.717],[0.381,52.714],[0.383,52.701],[0.384,52.7],[0.384,52.693],[0.387,52.691],[0.387,52.688],[0.4,52.688],[0.405,52.689],[0.412,52.689],[0.422,52.689],[0.42,52.692],[0.427,52.694],[0.433,52.693],[0.446,52.693],[0.451,52.693],[0.451,52.697],[0.457,52.697],[0.473,52.696],[0.487,52.698],[0.494,52.695],[0.491,52.693],[0.499,52.687],[0.502,52.687],[0.514,52.69],[0.525,52.694],[0.533,52.696],[0.537,52.698],[0.556,52.701],[0.561,52.701],[0.57,52.7],[0.577,52.701],[0.583,52.7],[0.603,52.7],[0.604,52.697],[0.608,52.698],[0.612,52.7],[0.618,52.7],[0.626,52.702],[0.63,52.697],[0.635,52.693],[0.638,52.692],[0.644,52.692],[0.648,52.691],[0.649,52.701],[0.655,52.702],[0.654,52.704],[0.659,52.705],[0.663,52.703],[0.672,52.703],[0.673,52.7],[0.682,52.699],[0.687,52.698],[0.693,52.701],[0.697,52.701],[0.699,52.701],[0.7,52.708],[0.708,52.711],[0.711,52.714],[0.713,52.717],[0.717,52.719],[0.717,52.723],[0.715,52.725],[0.705,52.732],[0.7,52.736],[0.689,52.736],[0.68,52.738],[0.668,52.741],[0.673,52.746],[0.689,52.752],[0.688,52.754],[0.691,52.759],[0.689,52.762],[0.69,52.77],[0.695,52.77],[0.696,52.773],[0.7,52.773],[0.698,52.781],[0.7,52.786],[0.708,52.788],[0.713,52.79],[0.723,52.793],[0.724,52.795],[0.736,52.799],[0.731,52.802],[0.734,52.806],[0.743,52.811],[0.749,52.816],[0.753,52.814],[0.755,52.817],[0.752,52.819],[0.748,52.82],[0.749,52.823],[0.745,52.825],[0.745,52.828],[0.737,52.833],[0.736,52.835],[0.725,52.843],[0.724,52.85],[0.728,52.855],[0.731,52.855],[0.732,52.858],[0.743,52.856],[0.758,52.856],[0.766,52.857],[0.78,52.859],[0.791,52.86],[0.791,52.866],[0.795,52.866],[0.798,52.864],[0.794,52.882],[0.797,52.885],[0.807,52.879],[0.811,52.883],[0.817,52.888],[0.818,52.892],[0.822,52.893],[0.821,52.895],[0.817,52.895],[0.815,52.897],[0.817,52.9],[0.805,52.901],[0.79,52.9],[0.788,52.908]]],[[[0.696,52.988],[0.678,52.988],[0.666,52.987],[0.67,52.985],[0.672,52.986],[0.681,52.985],[0.679,52.981],[0.681,52.977],[0.69,52.981],[0.698,52.981],[0.7,52.98],[0.706,52.98],[0.712,52.979],[0.715,52.977],[0.726,52.978],[0.734,52.977],[0.738,52.977],[0.744,52.978],[0.746,52.981],[0.738,52.982],[0.726,52.983],[0.71,52.985],[0.696,52.988]]]]},"properties":{"Name":"North West Norfolk","ID":"E14001405"},"id":342}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.815,52.275],[-0.82,52.274],[-0.825,52.278],[-0.827,52.281],[-0.833,52.279],[-0.837,52.281],[-0.845,52.281],[-0.849,52.278],[-0.852,52.279],[-0.851,52.281],[-0.856,52.282],[-0.86,52.281],[-0.865,52.279],[-0.87,52.282],[-0.875,52.283],[-0.88,52.28],[-0.885,52.275],[-0.888,52.278],[-0.895,52.28],[-0.898,52.281],[-0.899,52.279],[-0.905,52.279],[-0.905,52.278],[-0.91,52.277],[-0.923,52.277],[-0.923,52.274],[-0.925,52.272],[-0.932,52.271],[-0.933,52.269],[-0.937,52.269],[-0.945,52.263],[-0.946,52.264],[-0.955,52.262],[-0.954,52.261],[-0.947,52.258],[-0.94,52.255],[-0.935,52.253],[-0.925,52.248],[-0.923,52.243],[-0.92,52.244],[-0.916,52.241],[-0.912,52.237],[-0.915,52.233],[-0.912,52.23],[-0.896,52.231],[-0.892,52.232],[-0.886,52.232],[-0.887,52.234],[-0.889,52.236],[-0.888,52.238],[-0.879,52.238],[-0.861,52.24],[-0.865,52.246],[-0.869,52.249],[-0.85,52.252],[-0.838,52.254],[-0.83,52.257],[-0.825,52.259],[-0.821,52.261],[-0.823,52.264],[-0.826,52.264],[-0.829,52.269],[-0.823,52.271],[-0.823,52.267],[-0.817,52.271],[-0.815,52.271],[-0.815,52.275]]]},"properties":{"Name":"Northampton North","ID":"E14001406"},"id":343}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.791,52.242],[-0.795,52.254],[-0.801,52.253],[-0.802,52.262],[-0.803,52.267],[-0.809,52.275],[-0.815,52.275],[-0.815,52.271],[-0.817,52.271],[-0.823,52.267],[-0.823,52.271],[-0.829,52.269],[-0.826,52.264],[-0.823,52.264],[-0.821,52.261],[-0.825,52.259],[-0.83,52.257],[-0.838,52.254],[-0.85,52.252],[-0.869,52.249],[-0.865,52.246],[-0.861,52.24],[-0.879,52.238],[-0.888,52.238],[-0.889,52.236],[-0.887,52.234],[-0.886,52.232],[-0.892,52.232],[-0.896,52.231],[-0.912,52.23],[-0.915,52.233],[-0.912,52.237],[-0.916,52.241],[-0.92,52.244],[-0.923,52.243],[-0.925,52.248],[-0.935,52.253],[-0.94,52.255],[-0.947,52.258],[-0.954,52.261],[-0.955,52.262],[-0.959,52.261],[-0.962,52.259],[-0.966,52.256],[-0.968,52.25],[-0.965,52.25],[-0.965,52.246],[-0.964,52.243],[-0.965,52.241],[-0.969,52.24],[-0.969,52.237],[-0.965,52.235],[-0.967,52.232],[-0.969,52.231],[-0.969,52.228],[-0.967,52.226],[-0.967,52.223],[-0.968,52.219],[-0.951,52.212],[-0.932,52.207],[-0.922,52.203],[-0.917,52.2],[-0.903,52.19],[-0.895,52.187],[-0.892,52.192],[-0.892,52.197],[-0.889,52.198],[-0.885,52.196],[-0.879,52.195],[-0.877,52.198],[-0.872,52.201],[-0.862,52.206],[-0.854,52.208],[-0.845,52.208],[-0.841,52.209],[-0.837,52.212],[-0.839,52.214],[-0.838,52.218],[-0.834,52.223],[-0.83,52.223],[-0.835,52.228],[-0.834,52.233],[-0.839,52.233],[-0.841,52.237],[-0.829,52.238],[-0.822,52.238],[-0.815,52.24],[-0.812,52.242],[-0.805,52.241],[-0.803,52.241],[-0.791,52.242]]]},"properties":{"Name":"Northampton South","ID":"E14001407"},"id":344}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.343,52.625],[1.341,52.626],[1.333,52.626],[1.33,52.624],[1.335,52.625],[1.343,52.625]]],[[[1.368,52.624],[1.371,52.628],[1.371,52.63],[1.373,52.635],[1.372,52.641],[1.372,52.644],[1.367,52.648],[1.356,52.65],[1.365,52.653],[1.356,52.664],[1.354,52.667],[1.352,52.671],[1.357,52.674],[1.36,52.675],[1.354,52.678],[1.349,52.678],[1.347,52.675],[1.34,52.674],[1.335,52.67],[1.33,52.669],[1.326,52.67],[1.327,52.672],[1.324,52.674],[1.317,52.674],[1.315,52.671],[1.31,52.672],[1.3,52.674],[1.3,52.677],[1.295,52.679],[1.296,52.681],[1.292,52.685],[1.283,52.677],[1.263,52.677],[1.265,52.675],[1.258,52.674],[1.251,52.672],[1.254,52.671],[1.249,52.668],[1.244,52.676],[1.243,52.681],[1.241,52.682],[1.231,52.687],[1.223,52.69],[1.217,52.693],[1.221,52.7],[1.223,52.702],[1.219,52.704],[1.214,52.701],[1.207,52.698],[1.215,52.694],[1.214,52.69],[1.211,52.688],[1.215,52.682],[1.213,52.68],[1.215,52.678],[1.217,52.673],[1.213,52.669],[1.208,52.669],[1.207,52.661],[1.213,52.663],[1.217,52.666],[1.219,52.671],[1.222,52.673],[1.234,52.668],[1.235,52.665],[1.233,52.663],[1.235,52.659],[1.244,52.656],[1.248,52.652],[1.247,52.65],[1.249,52.648],[1.262,52.652],[1.26,52.648],[1.259,52.639],[1.264,52.639],[1.27,52.641],[1.284,52.641],[1.287,52.638],[1.292,52.639],[1.297,52.639],[1.299,52.638],[1.31,52.634],[1.315,52.635],[1.32,52.632],[1.327,52.63],[1.326,52.627],[1.323,52.626],[1.325,52.623],[1.329,52.625],[1.332,52.626],[1.334,52.626],[1.342,52.626],[1.343,52.625],[1.344,52.625],[1.345,52.624],[1.348,52.624],[1.349,52.623],[1.354,52.622],[1.358,52.623],[1.362,52.624],[1.364,52.624],[1.368,52.624]]]]},"properties":{"Name":"Norwich North","ID":"E14001408"},"id":345}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.314,52.614],[1.318,52.615],[1.321,52.617],[1.321,52.619],[1.32,52.616],[1.315,52.615],[1.314,52.614]]],[[[1.249,52.648],[1.238,52.652],[1.236,52.654],[1.231,52.655],[1.224,52.653],[1.223,52.649],[1.214,52.651],[1.21,52.65],[1.208,52.648],[1.211,52.647],[1.21,52.645],[1.204,52.645],[1.205,52.639],[1.208,52.639],[1.214,52.634],[1.214,52.632],[1.213,52.627],[1.216,52.626],[1.223,52.628],[1.223,52.63],[1.227,52.632],[1.229,52.632],[1.232,52.628],[1.228,52.622],[1.234,52.617],[1.241,52.618],[1.245,52.614],[1.242,52.61],[1.248,52.607],[1.251,52.606],[1.258,52.598],[1.263,52.598],[1.264,52.6],[1.27,52.602],[1.274,52.6],[1.274,52.599],[1.283,52.595],[1.287,52.596],[1.293,52.601],[1.301,52.606],[1.303,52.608],[1.307,52.609],[1.313,52.614],[1.315,52.616],[1.318,52.615],[1.321,52.618],[1.32,52.619],[1.32,52.62],[1.325,52.623],[1.323,52.626],[1.326,52.627],[1.327,52.63],[1.32,52.632],[1.315,52.635],[1.31,52.634],[1.299,52.638],[1.297,52.639],[1.292,52.639],[1.287,52.638],[1.284,52.641],[1.27,52.641],[1.264,52.639],[1.259,52.639],[1.26,52.648],[1.262,52.652],[1.249,52.648]]]]},"properties":{"Name":"Norwich South","ID":"E14001409"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.086,52.949],[-1.088,52.952],[-1.092,52.953],[-1.092,52.955],[-1.097,52.958],[-1.101,52.959],[-1.102,52.962],[-1.104,52.964],[-1.115,52.965],[-1.12,52.968],[-1.121,52.974],[-1.126,52.981],[-1.124,52.983],[-1.133,52.987],[-1.14,52.986],[-1.141,52.989],[-1.14,52.993],[-1.141,52.997],[-1.146,52.998],[-1.152,52.997],[-1.152,52.994],[-1.165,52.991],[-1.165,52.99],[-1.16,52.988],[-1.159,52.987],[-1.171,52.984],[-1.173,52.983],[-1.174,52.98],[-1.177,52.979],[-1.177,52.977],[-1.183,52.966],[-1.184,52.961],[-1.182,52.96],[-1.177,52.96],[-1.173,52.962],[-1.162,52.956],[-1.169,52.954],[-1.169,52.952],[-1.166,52.947],[-1.172,52.945],[-1.168,52.944],[-1.162,52.944],[-1.153,52.946],[-1.145,52.947],[-1.132,52.947],[-1.133,52.944],[-1.132,52.943],[-1.125,52.943],[-1.122,52.943],[-1.112,52.945],[-1.104,52.942],[-1.1,52.942],[-1.095,52.945],[-1.086,52.949]]]},"properties":{"Name":"Nottingham East","ID":"E14001410"},"id":347}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.241,53.031],[-1.248,53.031],[-1.247,53.028],[-1.256,53.023],[-1.256,53.018],[-1.261,53.014],[-1.264,53.013],[-1.268,53.014],[-1.272,53.011],[-1.277,53.006],[-1.275,53.005],[-1.275,53.003],[-1.279,53.001],[-1.281,52.995],[-1.277,52.995],[-1.272,52.993],[-1.271,52.991],[-1.278,52.989],[-1.278,52.985],[-1.275,52.985],[-1.275,52.982],[-1.27,52.978],[-1.265,52.98],[-1.261,52.976],[-1.268,52.973],[-1.26,52.966],[-1.253,52.967],[-1.251,52.965],[-1.244,52.968],[-1.241,52.963],[-1.237,52.967],[-1.232,52.968],[-1.235,52.971],[-1.237,52.972],[-1.24,52.976],[-1.244,52.979],[-1.247,52.985],[-1.245,52.985],[-1.239,52.983],[-1.226,52.981],[-1.225,52.978],[-1.228,52.976],[-1.224,52.973],[-1.217,52.974],[-1.216,52.971],[-1.208,52.968],[-1.204,52.965],[-1.202,52.963],[-1.198,52.96],[-1.189,52.959],[-1.184,52.961],[-1.183,52.966],[-1.177,52.977],[-1.177,52.979],[-1.174,52.98],[-1.173,52.983],[-1.171,52.984],[-1.159,52.987],[-1.16,52.988],[-1.165,52.99],[-1.165,52.991],[-1.152,52.994],[-1.152,52.997],[-1.144,53.007],[-1.158,53.011],[-1.167,53.01],[-1.168,53.014],[-1.171,53.014],[-1.184,53.014],[-1.183,53.019],[-1.195,53.015],[-1.201,53.018],[-1.206,53.019],[-1.21,53.018],[-1.213,53.013],[-1.222,53.008],[-1.226,53.008],[-1.231,53.01],[-1.233,53.013],[-1.231,53.016],[-1.232,53.021],[-1.229,53.023],[-1.235,53.028],[-1.241,53.031]]]},"properties":{"Name":"Nottingham North and Kimberley","ID":"E14001411"},"id":348}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.184,52.961],[-1.189,52.959],[-1.198,52.96],[-1.202,52.963],[-1.204,52.965],[-1.208,52.968],[-1.216,52.971],[-1.217,52.974],[-1.224,52.973],[-1.228,52.976],[-1.225,52.978],[-1.226,52.981],[-1.239,52.983],[-1.245,52.985],[-1.247,52.985],[-1.244,52.979],[-1.24,52.976],[-1.237,52.972],[-1.235,52.971],[-1.232,52.968],[-1.237,52.967],[-1.241,52.963],[-1.242,52.962],[-1.247,52.954],[-1.245,52.95],[-1.234,52.944],[-1.227,52.941],[-1.224,52.942],[-1.218,52.941],[-1.215,52.936],[-1.215,52.934],[-1.206,52.933],[-1.197,52.929],[-1.182,52.917],[-1.191,52.914],[-1.199,52.909],[-1.206,52.912],[-1.211,52.912],[-1.213,52.91],[-1.214,52.904],[-1.217,52.901],[-1.213,52.901],[-1.211,52.903],[-1.199,52.898],[-1.195,52.898],[-1.191,52.897],[-1.192,52.895],[-1.178,52.891],[-1.175,52.89],[-1.169,52.898],[-1.163,52.9],[-1.159,52.9],[-1.159,52.906],[-1.16,52.91],[-1.159,52.913],[-1.155,52.93],[-1.152,52.937],[-1.146,52.932],[-1.143,52.932],[-1.139,52.933],[-1.138,52.937],[-1.132,52.943],[-1.133,52.944],[-1.132,52.947],[-1.145,52.947],[-1.153,52.946],[-1.162,52.944],[-1.168,52.944],[-1.172,52.945],[-1.166,52.947],[-1.169,52.952],[-1.169,52.954],[-1.162,52.956],[-1.173,52.962],[-1.177,52.96],[-1.182,52.96],[-1.184,52.961]]]},"properties":{"Name":"Nottingham South","ID":"E14001412"},"id":349}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.417,52.534],[-1.419,52.538],[-1.427,52.54],[-1.459,52.552],[-1.464,52.553],[-1.503,52.564],[-1.518,52.553],[-1.529,52.552],[-1.539,52.551],[-1.542,52.548],[-1.549,52.544],[-1.553,52.545],[-1.559,52.548],[-1.564,52.544],[-1.568,52.546],[-1.568,52.547],[-1.572,52.551],[-1.576,52.549],[-1.585,52.547],[-1.591,52.545],[-1.593,52.542],[-1.592,52.538],[-1.599,52.536],[-1.605,52.532],[-1.609,52.535],[-1.615,52.537],[-1.615,52.54],[-1.626,52.54],[-1.626,52.539],[-1.63,52.538],[-1.63,52.535],[-1.632,52.532],[-1.635,52.532],[-1.639,52.53],[-1.644,52.53],[-1.645,52.525],[-1.648,52.525],[-1.649,52.521],[-1.64,52.518],[-1.63,52.51],[-1.624,52.508],[-1.62,52.504],[-1.618,52.503],[-1.612,52.499],[-1.607,52.497],[-1.602,52.495],[-1.597,52.495],[-1.594,52.5],[-1.588,52.5],[-1.582,52.497],[-1.575,52.496],[-1.569,52.498],[-1.567,52.501],[-1.564,52.501],[-1.561,52.505],[-1.558,52.509],[-1.558,52.513],[-1.556,52.516],[-1.546,52.508],[-1.541,52.508],[-1.542,52.506],[-1.536,52.504],[-1.532,52.501],[-1.532,52.498],[-1.529,52.496],[-1.523,52.494],[-1.519,52.493],[-1.513,52.492],[-1.504,52.49],[-1.501,52.491],[-1.494,52.49],[-1.489,52.488],[-1.483,52.49],[-1.478,52.495],[-1.472,52.499],[-1.47,52.491],[-1.464,52.491],[-1.461,52.492],[-1.461,52.494],[-1.457,52.498],[-1.451,52.499],[-1.444,52.499],[-1.441,52.497],[-1.433,52.497],[-1.423,52.496],[-1.412,52.497],[-1.41,52.502],[-1.405,52.507],[-1.407,52.511],[-1.405,52.513],[-1.408,52.515],[-1.413,52.517],[-1.42,52.516],[-1.424,52.514],[-1.429,52.516],[-1.425,52.521],[-1.424,52.525],[-1.422,52.527],[-1.421,52.53],[-1.423,52.532],[-1.417,52.534]]]},"properties":{"Name":"Nuneaton","ID":"E14001413"},"id":350}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.112,51.473],[0.108,51.476],[0.102,51.474],[0.098,51.475],[0.097,51.473],[0.093,51.473],[0.085,51.469],[0.082,51.465],[0.082,51.462],[0.083,51.46],[0.079,51.459],[0.086,51.457],[0.088,51.447],[0.086,51.445],[0.087,51.443],[0.081,51.44],[0.075,51.432],[0.084,51.429],[0.089,51.424],[0.095,51.42],[0.105,51.415],[0.109,51.414],[0.118,51.413],[0.125,51.415],[0.129,51.415],[0.134,51.414],[0.139,51.412],[0.149,51.408],[0.153,51.409],[0.154,51.411],[0.149,51.412],[0.151,51.415],[0.151,51.42],[0.153,51.422],[0.154,51.428],[0.156,51.431],[0.163,51.429],[0.166,51.43],[0.167,51.435],[0.171,51.441],[0.168,51.443],[0.161,51.445],[0.153,51.448],[0.15,51.448],[0.13,51.448],[0.12,51.449],[0.123,51.453],[0.122,51.456],[0.124,51.462],[0.122,51.463],[0.123,51.466],[0.118,51.468],[0.119,51.472],[0.112,51.473]]]},"properties":{"Name":"Old Bexley and Sidcup","ID":"E14001414"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.009,53.617],[-2.014,53.615],[-2.023,53.616],[-2.026,53.621],[-2.027,53.624],[-2.03,53.621],[-2.03,53.617],[-2.033,53.615],[-2.031,53.61],[-2.036,53.603],[-2.042,53.6],[-2.049,53.6],[-2.056,53.597],[-2.055,53.595],[-2.06,53.592],[-2.067,53.592],[-2.07,53.595],[-2.082,53.595],[-2.084,53.594],[-2.088,53.597],[-2.098,53.596],[-2.1,53.598],[-2.106,53.598],[-2.111,53.6],[-2.113,53.593],[-2.118,53.593],[-2.123,53.59],[-2.126,53.587],[-2.123,53.58],[-2.126,53.578],[-2.123,53.575],[-2.113,53.575],[-2.109,53.573],[-2.109,53.569],[-2.108,53.567],[-2.102,53.567],[-2.094,53.566],[-2.093,53.564],[-2.097,53.558],[-2.101,53.555],[-2.105,53.557],[-2.108,53.552],[-2.112,53.55],[-2.113,53.546],[-2.113,53.542],[-2.109,53.542],[-2.107,53.54],[-2.116,53.537],[-2.115,53.533],[-2.112,53.528],[-2.111,53.525],[-2.105,53.526],[-2.101,53.528],[-2.096,53.525],[-2.095,53.522],[-2.092,53.521],[-2.078,53.521],[-2.071,53.521],[-2.065,53.523],[-2.062,53.522],[-2.058,53.523],[-2.054,53.522],[-2.053,53.527],[-2.057,53.53],[-2.055,53.531],[-2.044,53.53],[-2.032,53.53],[-2.023,53.528],[-2.018,53.524],[-2.019,53.521],[-2.009,53.519],[-2.003,53.52],[-1.997,53.522],[-1.992,53.52],[-1.987,53.517],[-1.978,53.514],[-1.967,53.51],[-1.963,53.51],[-1.959,53.506],[-1.956,53.504],[-1.946,53.505],[-1.943,53.507],[-1.935,53.506],[-1.924,53.51],[-1.922,53.51],[-1.917,53.515],[-1.922,53.517],[-1.927,53.521],[-1.924,53.523],[-1.922,53.531],[-1.916,53.533],[-1.914,53.537],[-1.91,53.538],[-1.913,53.552],[-1.919,53.551],[-1.922,53.553],[-1.924,53.553],[-1.929,53.556],[-1.943,53.562],[-1.945,53.569],[-1.946,53.572],[-1.951,53.574],[-1.957,53.578],[-1.967,53.58],[-1.971,53.584],[-1.978,53.587],[-1.983,53.59],[-1.996,53.605],[-2.007,53.612],[-2.009,53.617]]]},"properties":{"Name":"Oldham East and Saddleworth","ID":"E14001415"},"id":352}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.092,53.521],[-2.095,53.522],[-2.096,53.525],[-2.101,53.528],[-2.105,53.526],[-2.111,53.525],[-2.112,53.528],[-2.115,53.533],[-2.116,53.537],[-2.107,53.54],[-2.109,53.542],[-2.113,53.542],[-2.113,53.546],[-2.112,53.55],[-2.108,53.552],[-2.105,53.557],[-2.101,53.555],[-2.097,53.558],[-2.093,53.564],[-2.094,53.566],[-2.102,53.567],[-2.108,53.567],[-2.109,53.569],[-2.109,53.573],[-2.113,53.575],[-2.123,53.575],[-2.126,53.578],[-2.123,53.58],[-2.126,53.587],[-2.136,53.583],[-2.147,53.584],[-2.157,53.582],[-2.152,53.579],[-2.151,53.567],[-2.154,53.566],[-2.163,53.563],[-2.172,53.558],[-2.172,53.555],[-2.172,53.552],[-2.17,53.551],[-2.169,53.546],[-2.176,53.538],[-2.186,53.529],[-2.172,53.527],[-2.17,53.524],[-2.165,53.52],[-2.159,53.522],[-2.155,53.518],[-2.156,53.516],[-2.155,53.515],[-2.149,53.519],[-2.146,53.521],[-2.14,53.518],[-2.137,53.515],[-2.133,53.509],[-2.128,53.509],[-2.127,53.508],[-2.12,53.506],[-2.111,53.508],[-2.103,53.51],[-2.1,53.514],[-2.095,53.516],[-2.092,53.521]]]},"properties":{"Name":"Oldham West, Chadderton and Royton","ID":"E14001416"},"id":353}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.149,51.408],[0.139,51.412],[0.134,51.414],[0.129,51.415],[0.125,51.415],[0.118,51.413],[0.109,51.414],[0.105,51.415],[0.103,51.411],[0.1,51.41],[0.088,51.406],[0.091,51.403],[0.094,51.403],[0.098,51.4],[0.095,51.398],[0.095,51.395],[0.087,51.395],[0.076,51.396],[0.065,51.4],[0.059,51.404],[0.067,51.396],[0.064,51.394],[0.066,51.39],[0.062,51.385],[0.061,51.383],[0.058,51.381],[0.054,51.374],[0.048,51.37],[0.05,51.368],[0.055,51.365],[0.053,51.362],[0.05,51.362],[0.046,51.356],[0.044,51.354],[0.046,51.353],[0.04,51.349],[0.044,51.347],[0.044,51.343],[0.046,51.342],[0.042,51.34],[0.038,51.332],[0.042,51.331],[0.039,51.326],[0.044,51.32],[0.043,51.31],[0.044,51.308],[0.049,51.306],[0.05,51.304],[0.043,51.301],[0.043,51.297],[0.042,51.293],[0.046,51.294],[0.051,51.294],[0.056,51.292],[0.058,51.289],[0.064,51.29],[0.073,51.292],[0.08,51.292],[0.086,51.293],[0.091,51.297],[0.086,51.3],[0.083,51.306],[0.085,51.306],[0.084,51.311],[0.085,51.312],[0.085,51.316],[0.088,51.318],[0.096,51.321],[0.101,51.326],[0.105,51.327],[0.11,51.328],[0.114,51.327],[0.116,51.33],[0.12,51.332],[0.12,51.335],[0.117,51.341],[0.118,51.344],[0.125,51.346],[0.137,51.346],[0.143,51.351],[0.143,51.353],[0.146,51.358],[0.145,51.363],[0.148,51.366],[0.151,51.372],[0.15,51.374],[0.153,51.378],[0.15,51.38],[0.15,51.386],[0.149,51.389],[0.149,51.393],[0.162,51.392],[0.159,51.396],[0.157,51.401],[0.155,51.405],[0.149,51.408]]]},"properties":{"Name":"Orpington","ID":"E14001417"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.554,53.703],[-1.559,53.699],[-1.566,53.704],[-1.571,53.706],[-1.577,53.705],[-1.59,53.702],[-1.595,53.7],[-1.598,53.7],[-1.602,53.696],[-1.602,53.692],[-1.592,53.692],[-1.592,53.689],[-1.599,53.684],[-1.602,53.684],[-1.605,53.68],[-1.611,53.678],[-1.615,53.678],[-1.614,53.674],[-1.61,53.673],[-1.607,53.669],[-1.603,53.669],[-1.591,53.663],[-1.593,53.659],[-1.603,53.658],[-1.611,53.656],[-1.621,53.655],[-1.625,53.654],[-1.619,53.646],[-1.623,53.642],[-1.623,53.639],[-1.619,53.639],[-1.616,53.635],[-1.612,53.633],[-1.616,53.63],[-1.61,53.628],[-1.615,53.626],[-1.628,53.629],[-1.648,53.622],[-1.649,53.624],[-1.657,53.622],[-1.659,53.623],[-1.667,53.622],[-1.668,53.624],[-1.675,53.623],[-1.681,53.624],[-1.68,53.627],[-1.683,53.628],[-1.689,53.626],[-1.693,53.623],[-1.704,53.622],[-1.709,53.624],[-1.719,53.624],[-1.723,53.628],[-1.724,53.632],[-1.726,53.633],[-1.732,53.63],[-1.737,53.629],[-1.742,53.626],[-1.748,53.625],[-1.757,53.62],[-1.765,53.618],[-1.773,53.617],[-1.777,53.614],[-1.773,53.612],[-1.767,53.612],[-1.764,53.608],[-1.76,53.607],[-1.755,53.601],[-1.754,53.594],[-1.759,53.591],[-1.756,53.587],[-1.751,53.586],[-1.751,53.584],[-1.743,53.585],[-1.736,53.584],[-1.732,53.584],[-1.732,53.581],[-1.73,53.58],[-1.732,53.576],[-1.726,53.574],[-1.722,53.577],[-1.714,53.573],[-1.708,53.566],[-1.71,53.565],[-1.704,53.56],[-1.699,53.554],[-1.677,53.554],[-1.67,53.554],[-1.663,53.554],[-1.662,53.556],[-1.664,53.558],[-1.661,53.56],[-1.651,53.561],[-1.648,53.562],[-1.638,53.562],[-1.627,53.564],[-1.623,53.563],[-1.618,53.563],[-1.614,53.565],[-1.61,53.572],[-1.606,53.573],[-1.598,53.577],[-1.598,53.58],[-1.601,53.581],[-1.603,53.585],[-1.602,53.588],[-1.588,53.593],[-1.585,53.6],[-1.587,53.604],[-1.591,53.607],[-1.586,53.607],[-1.584,53.606],[-1.572,53.609],[-1.566,53.607],[-1.56,53.608],[-1.558,53.606],[-1.551,53.604],[-1.547,53.602],[-1.545,53.599],[-1.54,53.598],[-1.538,53.595],[-1.532,53.593],[-1.528,53.597],[-1.519,53.6],[-1.512,53.597],[-1.507,53.598],[-1.501,53.6],[-1.497,53.603],[-1.495,53.605],[-1.498,53.611],[-1.496,53.614],[-1.49,53.617],[-1.49,53.618],[-1.5,53.619],[-1.503,53.622],[-1.512,53.624],[-1.509,53.626],[-1.506,53.626],[-1.5,53.624],[-1.497,53.627],[-1.492,53.629],[-1.496,53.636],[-1.481,53.639],[-1.475,53.641],[-1.472,53.644],[-1.473,53.654],[-1.471,53.656],[-1.473,53.66],[-1.469,53.662],[-1.471,53.664],[-1.476,53.666],[-1.474,53.668],[-1.468,53.671],[-1.473,53.675],[-1.486,53.673],[-1.488,53.67],[-1.486,53.665],[-1.489,53.665],[-1.493,53.661],[-1.497,53.662],[-1.504,53.662],[-1.51,53.664],[-1.515,53.664],[-1.522,53.661],[-1.529,53.656],[-1.53,53.658],[-1.54,53.666],[-1.547,53.67],[-1.552,53.675],[-1.554,53.68],[-1.557,53.692],[-1.557,53.699],[-1.554,53.703]]]},"properties":{"Name":"Ossett and Denby Dale","ID":"E14001418"},"id":355}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.188,51.717],[-1.186,51.72],[-1.184,51.722],[-1.189,51.724],[-1.19,51.727],[-1.176,51.733],[-1.179,51.736],[-1.193,51.736],[-1.193,51.74],[-1.192,51.742],[-1.195,51.746],[-1.195,51.754],[-1.186,51.757],[-1.186,51.76],[-1.183,51.762],[-1.18,51.763],[-1.18,51.766],[-1.188,51.766],[-1.19,51.768],[-1.198,51.769],[-1.211,51.772],[-1.216,51.773],[-1.221,51.772],[-1.243,51.781],[-1.254,51.786],[-1.258,51.785],[-1.259,51.782],[-1.252,51.779],[-1.248,51.777],[-1.248,51.776],[-1.253,51.77],[-1.251,51.767],[-1.251,51.764],[-1.24,51.758],[-1.238,51.755],[-1.239,51.752],[-1.245,51.75],[-1.248,51.747],[-1.248,51.744],[-1.252,51.744],[-1.256,51.747],[-1.264,51.749],[-1.267,51.747],[-1.265,51.745],[-1.267,51.743],[-1.264,51.74],[-1.256,51.733],[-1.251,51.728],[-1.248,51.728],[-1.241,51.725],[-1.234,51.722],[-1.231,51.718],[-1.225,51.714],[-1.222,51.711],[-1.218,51.715],[-1.21,51.716],[-1.201,51.712],[-1.194,51.714],[-1.19,51.715],[-1.188,51.717]]]},"properties":{"Name":"Oxford East","ID":"E14001419"},"id":356}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.253,51.787],[-1.253,51.789],[-1.258,51.794],[-1.264,51.792],[-1.268,51.794],[-1.269,51.796],[-1.277,51.795],[-1.283,51.796],[-1.289,51.791],[-1.298,51.786],[-1.304,51.781],[-1.305,51.785],[-1.304,51.788],[-1.306,51.789],[-1.315,51.788],[-1.318,51.789],[-1.336,51.785],[-1.338,51.784],[-1.342,51.781],[-1.347,51.777],[-1.362,51.774],[-1.364,51.767],[-1.359,51.764],[-1.363,51.762],[-1.363,51.759],[-1.368,51.753],[-1.368,51.749],[-1.365,51.748],[-1.365,51.746],[-1.368,51.742],[-1.372,51.739],[-1.372,51.737],[-1.369,51.733],[-1.359,51.735],[-1.356,51.733],[-1.343,51.733],[-1.341,51.731],[-1.343,51.727],[-1.337,51.726],[-1.337,51.717],[-1.332,51.718],[-1.331,51.714],[-1.322,51.718],[-1.32,51.716],[-1.322,51.711],[-1.325,51.708],[-1.325,51.705],[-1.33,51.698],[-1.331,51.695],[-1.335,51.694],[-1.34,51.697],[-1.341,51.7],[-1.344,51.703],[-1.349,51.703],[-1.348,51.7],[-1.35,51.697],[-1.355,51.696],[-1.353,51.686],[-1.351,51.685],[-1.355,51.679],[-1.355,51.676],[-1.353,51.673],[-1.354,51.671],[-1.358,51.668],[-1.363,51.67],[-1.369,51.663],[-1.365,51.66],[-1.361,51.661],[-1.358,51.657],[-1.351,51.657],[-1.345,51.655],[-1.343,51.654],[-1.336,51.654],[-1.333,51.657],[-1.327,51.658],[-1.322,51.66],[-1.32,51.66],[-1.312,51.663],[-1.309,51.662],[-1.308,51.658],[-1.303,51.658],[-1.298,51.658],[-1.295,51.656],[-1.297,51.654],[-1.288,51.652],[-1.285,51.655],[-1.284,51.657],[-1.28,51.657],[-1.279,51.658],[-1.282,51.66],[-1.284,51.665],[-1.278,51.669],[-1.268,51.67],[-1.263,51.67],[-1.259,51.668],[-1.252,51.667],[-1.246,51.667],[-1.231,51.673],[-1.23,51.675],[-1.227,51.676],[-1.225,51.682],[-1.222,51.685],[-1.223,51.692],[-1.229,51.697],[-1.231,51.699],[-1.231,51.703],[-1.233,51.704],[-1.233,51.707],[-1.235,51.708],[-1.235,51.714],[-1.238,51.717],[-1.242,51.72],[-1.241,51.725],[-1.248,51.728],[-1.251,51.728],[-1.256,51.733],[-1.264,51.74],[-1.267,51.743],[-1.265,51.745],[-1.267,51.747],[-1.264,51.749],[-1.256,51.747],[-1.252,51.744],[-1.248,51.744],[-1.248,51.747],[-1.245,51.75],[-1.239,51.752],[-1.238,51.755],[-1.24,51.758],[-1.251,51.764],[-1.251,51.767],[-1.253,51.77],[-1.248,51.776],[-1.248,51.777],[-1.252,51.779],[-1.259,51.782],[-1.258,51.785],[-1.254,51.786],[-1.253,51.787]]]},"properties":{"Name":"Oxford West and Abingdon","ID":"E14001420"},"id":357}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.054,51.488],[-0.056,51.488],[-0.066,51.487],[-0.075,51.489],[-0.078,51.489],[-0.087,51.494],[-0.095,51.494],[-0.099,51.495],[-0.102,51.492],[-0.099,51.492],[-0.096,51.484],[-0.094,51.481],[-0.088,51.48],[-0.086,51.477],[-0.092,51.476],[-0.09,51.473],[-0.093,51.472],[-0.091,51.468],[-0.084,51.469],[-0.076,51.469],[-0.078,51.467],[-0.079,51.464],[-0.077,51.462],[-0.07,51.464],[-0.069,51.462],[-0.06,51.464],[-0.056,51.463],[-0.05,51.46],[-0.047,51.461],[-0.047,51.465],[-0.048,51.465],[-0.048,51.466],[-0.049,51.466],[-0.051,51.467],[-0.051,51.468],[-0.052,51.469],[-0.052,51.471],[-0.053,51.473],[-0.053,51.477],[-0.054,51.479],[-0.053,51.481],[-0.054,51.486],[-0.053,51.486],[-0.054,51.488]]]},"properties":{"Name":"Peckham","ID":"E14001421"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.046,53.85],[-2.063,53.859],[-2.069,53.86],[-2.076,53.863],[-2.077,53.867],[-2.081,53.87],[-2.088,53.87],[-2.083,53.873],[-2.081,53.876],[-2.086,53.881],[-2.094,53.885],[-2.096,53.888],[-2.103,53.891],[-2.104,53.892],[-2.113,53.905],[-2.107,53.908],[-2.11,53.909],[-2.112,53.913],[-2.113,53.915],[-2.117,53.917],[-2.122,53.917],[-2.125,53.922],[-2.13,53.923],[-2.132,53.927],[-2.14,53.928],[-2.142,53.926],[-2.152,53.929],[-2.157,53.927],[-2.16,53.929],[-2.163,53.927],[-2.164,53.931],[-2.162,53.932],[-2.164,53.935],[-2.172,53.938],[-2.174,53.937],[-2.176,53.934],[-2.183,53.936],[-2.186,53.94],[-2.183,53.946],[-2.181,53.948],[-2.184,53.95],[-2.185,53.952],[-2.188,53.95],[-2.199,53.948],[-2.207,53.945],[-2.216,53.942],[-2.219,53.944],[-2.226,53.943],[-2.23,53.939],[-2.24,53.936],[-2.246,53.933],[-2.245,53.931],[-2.244,53.924],[-2.238,53.915],[-2.235,53.907],[-2.23,53.902],[-2.227,53.898],[-2.223,53.896],[-2.224,53.891],[-2.234,53.887],[-2.242,53.887],[-2.251,53.885],[-2.253,53.883],[-2.259,53.882],[-2.267,53.887],[-2.272,53.888],[-2.273,53.892],[-2.278,53.894],[-2.28,53.898],[-2.285,53.9],[-2.291,53.901],[-2.302,53.9],[-2.306,53.901],[-2.309,53.9],[-2.313,53.901],[-2.325,53.902],[-2.33,53.904],[-2.341,53.904],[-2.347,53.906],[-2.353,53.904],[-2.354,53.9],[-2.362,53.899],[-2.366,53.9],[-2.37,53.897],[-2.381,53.893],[-2.386,53.893],[-2.393,53.89],[-2.397,53.887],[-2.392,53.885],[-2.394,53.883],[-2.4,53.881],[-2.404,53.878],[-2.408,53.878],[-2.413,53.877],[-2.415,53.871],[-2.419,53.867],[-2.417,53.864],[-2.419,53.861],[-2.424,53.86],[-2.424,53.857],[-2.41,53.86],[-2.409,53.859],[-2.412,53.853],[-2.412,53.852],[-2.414,53.844],[-2.42,53.84],[-2.414,53.837],[-2.412,53.837],[-2.41,53.829],[-2.415,53.827],[-2.419,53.823],[-2.417,53.821],[-2.416,53.819],[-2.417,53.815],[-2.413,53.812],[-2.412,53.81],[-2.407,53.813],[-2.401,53.814],[-2.397,53.817],[-2.393,53.815],[-2.399,53.809],[-2.398,53.807],[-2.399,53.803],[-2.39,53.802],[-2.379,53.802],[-2.375,53.801],[-2.37,53.801],[-2.369,53.799],[-2.371,53.795],[-2.37,53.794],[-2.363,53.794],[-2.359,53.795],[-2.359,53.797],[-2.355,53.798],[-2.345,53.793],[-2.342,53.795],[-2.336,53.795],[-2.335,53.801],[-2.33,53.807],[-2.326,53.807],[-2.323,53.81],[-2.319,53.812],[-2.315,53.812],[-2.311,53.813],[-2.309,53.817],[-2.305,53.82],[-2.303,53.818],[-2.303,53.815],[-2.296,53.814],[-2.297,53.811],[-2.295,53.809],[-2.289,53.809],[-2.283,53.807],[-2.28,53.808],[-2.277,53.813],[-2.27,53.815],[-2.275,53.819],[-2.277,53.824],[-2.272,53.825],[-2.254,53.831],[-2.246,53.827],[-2.243,53.828],[-2.24,53.831],[-2.24,53.834],[-2.232,53.836],[-2.23,53.834],[-2.23,53.83],[-2.227,53.828],[-2.219,53.825],[-2.217,53.828],[-2.21,53.83],[-2.206,53.831],[-2.204,53.832],[-2.199,53.83],[-2.199,53.827],[-2.196,53.826],[-2.193,53.823],[-2.186,53.822],[-2.171,53.823],[-2.167,53.822],[-2.152,53.824],[-2.149,53.82],[-2.142,53.82],[-2.135,53.816],[-2.129,53.82],[-2.112,53.806],[-2.103,53.809],[-2.092,53.814],[-2.085,53.819],[-2.061,53.826],[-2.047,53.83],[-2.045,53.839],[-2.046,53.85]]]},"properties":{"Name":"Pendle and Clitheroe","ID":"E14001422"},"id":359}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.558,53.606],[-1.56,53.608],[-1.566,53.607],[-1.572,53.609],[-1.584,53.606],[-1.586,53.607],[-1.591,53.607],[-1.587,53.604],[-1.585,53.6],[-1.588,53.593],[-1.602,53.588],[-1.603,53.585],[-1.601,53.581],[-1.598,53.58],[-1.598,53.577],[-1.606,53.573],[-1.61,53.572],[-1.614,53.565],[-1.618,53.563],[-1.623,53.563],[-1.627,53.564],[-1.638,53.562],[-1.648,53.562],[-1.651,53.561],[-1.661,53.56],[-1.664,53.558],[-1.662,53.556],[-1.663,53.554],[-1.67,53.554],[-1.677,53.554],[-1.699,53.554],[-1.704,53.56],[-1.723,53.56],[-1.726,53.555],[-1.724,53.552],[-1.727,53.55],[-1.73,53.547],[-1.742,53.541],[-1.756,53.537],[-1.765,53.536],[-1.771,53.534],[-1.777,53.536],[-1.785,53.535],[-1.792,53.535],[-1.797,53.534],[-1.804,53.537],[-1.809,53.533],[-1.822,53.521],[-1.82,53.513],[-1.813,53.512],[-1.807,53.512],[-1.801,53.511],[-1.81,53.506],[-1.799,53.505],[-1.796,53.503],[-1.795,53.498],[-1.796,53.494],[-1.8,53.494],[-1.8,53.488],[-1.802,53.487],[-1.801,53.481],[-1.79,53.476],[-1.781,53.475],[-1.778,53.472],[-1.776,53.468],[-1.771,53.467],[-1.766,53.464],[-1.759,53.464],[-1.751,53.465],[-1.748,53.464],[-1.745,53.462],[-1.747,53.458],[-1.747,53.453],[-1.744,53.448],[-1.744,53.445],[-1.75,53.439],[-1.749,53.436],[-1.745,53.432],[-1.744,53.43],[-1.747,53.426],[-1.74,53.421],[-1.735,53.42],[-1.73,53.416],[-1.723,53.419],[-1.717,53.419],[-1.712,53.421],[-1.707,53.424],[-1.705,53.428],[-1.701,53.428],[-1.699,53.431],[-1.69,53.434],[-1.684,53.434],[-1.676,53.436],[-1.674,53.439],[-1.671,53.441],[-1.666,53.443],[-1.658,53.444],[-1.654,53.445],[-1.648,53.446],[-1.638,53.443],[-1.635,53.446],[-1.626,53.448],[-1.612,53.444],[-1.607,53.445],[-1.603,53.443],[-1.601,53.445],[-1.594,53.442],[-1.596,53.44],[-1.595,53.438],[-1.587,53.436],[-1.578,53.438],[-1.57,53.434],[-1.563,53.426],[-1.553,53.429],[-1.545,53.43],[-1.541,53.429],[-1.535,53.43],[-1.526,53.43],[-1.519,53.426],[-1.515,53.427],[-1.513,53.43],[-1.502,53.431],[-1.499,53.43],[-1.497,53.433],[-1.491,53.434],[-1.492,53.437],[-1.486,53.437],[-1.479,53.438],[-1.475,53.437],[-1.475,53.434],[-1.471,53.43],[-1.464,53.431],[-1.463,53.428],[-1.457,53.43],[-1.455,53.431],[-1.456,53.435],[-1.454,53.438],[-1.449,53.44],[-1.439,53.438],[-1.433,53.438],[-1.442,53.445],[-1.444,53.451],[-1.445,53.457],[-1.448,53.462],[-1.455,53.472],[-1.465,53.481],[-1.47,53.49],[-1.473,53.495],[-1.481,53.5],[-1.489,53.508],[-1.491,53.511],[-1.489,53.517],[-1.482,53.521],[-1.483,53.527],[-1.495,53.529],[-1.503,53.535],[-1.508,53.539],[-1.503,53.543],[-1.498,53.544],[-1.503,53.55],[-1.499,53.551],[-1.497,53.553],[-1.508,53.553],[-1.51,53.557],[-1.511,53.561],[-1.516,53.56],[-1.519,53.563],[-1.525,53.561],[-1.528,53.565],[-1.537,53.563],[-1.538,53.562],[-1.545,53.565],[-1.542,53.569],[-1.542,53.573],[-1.548,53.575],[-1.554,53.576],[-1.559,53.582],[-1.563,53.585],[-1.574,53.587],[-1.577,53.591],[-1.574,53.592],[-1.576,53.595],[-1.575,53.598],[-1.571,53.6],[-1.567,53.605],[-1.562,53.607],[-1.558,53.606]]]},"properties":{"Name":"Penistone and Stocksbridge","ID":"E14001423"},"id":360}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.006,54.931],[-3.004,54.934],[-3.003,54.938],[-3.006,54.942],[-3.007,54.945],[-3.01,54.946],[-3.017,54.947],[-3.03,54.944],[-3.039,54.944],[-3.05,54.946],[-3.057,54.945],[-3.063,54.945],[-3.066,54.941],[-3.073,54.937],[-3.097,54.932],[-3.104,54.929],[-3.112,54.927],[-3.126,54.929],[-3.138,54.927],[-3.144,54.929],[-3.145,54.931],[-3.151,54.931],[-3.155,54.933],[-3.155,54.936],[-3.157,54.938],[-3.17,54.941],[-3.177,54.942],[-3.183,54.945],[-3.186,54.95],[-3.198,54.952],[-3.204,54.954],[-3.211,54.954],[-3.22,54.953],[-3.231,54.952],[-3.238,54.948],[-3.248,54.944],[-3.257,54.943],[-3.265,54.943],[-3.273,54.942],[-3.28,54.942],[-3.285,54.941],[-3.29,54.938],[-3.299,54.929],[-3.303,54.928],[-3.313,54.919],[-3.314,54.915],[-3.309,54.912],[-3.303,54.909],[-3.301,54.91],[-3.297,54.907],[-3.288,54.906],[-3.28,54.903],[-3.269,54.904],[-3.265,54.906],[-3.259,54.911],[-3.249,54.914],[-3.244,54.912],[-3.234,54.911],[-3.23,54.907],[-3.224,54.907],[-3.225,54.904],[-3.23,54.906],[-3.233,54.909],[-3.239,54.909],[-3.249,54.912],[-3.255,54.91],[-3.255,54.905],[-3.252,54.903],[-3.255,54.901],[-3.256,54.899],[-3.265,54.892],[-3.271,54.89],[-3.275,54.892],[-3.283,54.893],[-3.288,54.893],[-3.286,54.885],[-3.284,54.88],[-3.281,54.878],[-3.284,54.877],[-3.29,54.88],[-3.294,54.879],[-3.297,54.882],[-3.302,54.885],[-3.308,54.886],[-3.312,54.888],[-3.322,54.89],[-3.328,54.892],[-3.332,54.891],[-3.337,54.893],[-3.341,54.897],[-3.335,54.899],[-3.339,54.9],[-3.349,54.898],[-3.367,54.891],[-3.378,54.883],[-3.386,54.875],[-3.393,54.871],[-3.397,54.87],[-3.4,54.867],[-3.405,54.853],[-3.41,54.84],[-3.418,54.83],[-3.427,54.818],[-3.431,54.811],[-3.436,54.805],[-3.438,54.8],[-3.438,54.796],[-3.433,54.787],[-3.432,54.781],[-3.432,54.773],[-3.433,54.766],[-3.436,54.761],[-3.439,54.756],[-3.452,54.748],[-3.456,54.744],[-3.465,54.739],[-3.472,54.736],[-3.479,54.732],[-3.49,54.728],[-3.496,54.724],[-3.498,54.72],[-3.502,54.716],[-3.505,54.716],[-3.51,54.718],[-3.511,54.711],[-3.512,54.706],[-3.508,54.704],[-3.505,54.706],[-3.502,54.703],[-3.503,54.7],[-3.498,54.699],[-3.494,54.696],[-3.488,54.69],[-3.48,54.688],[-3.475,54.677],[-3.472,54.678],[-3.464,54.675],[-3.46,54.673],[-3.457,54.668],[-3.459,54.666],[-3.457,54.663],[-3.462,54.661],[-3.458,54.66],[-3.457,54.657],[-3.449,54.657],[-3.445,54.661],[-3.439,54.66],[-3.436,54.653],[-3.429,54.652],[-3.422,54.648],[-3.417,54.649],[-3.412,54.652],[-3.407,54.65],[-3.401,54.651],[-3.395,54.65],[-3.383,54.649],[-3.373,54.651],[-3.367,54.65],[-3.365,54.647],[-3.36,54.646],[-3.355,54.644],[-3.348,54.643],[-3.349,54.642],[-3.372,54.642],[-3.372,54.638],[-3.383,54.638],[-3.385,54.635],[-3.385,54.633],[-3.391,54.627],[-3.387,54.626],[-3.376,54.62],[-3.384,54.615],[-3.386,54.612],[-3.395,54.61],[-3.398,54.607],[-3.409,54.603],[-3.418,54.603],[-3.421,54.599],[-3.423,54.594],[-3.419,54.592],[-3.419,54.59],[-3.414,54.589],[-3.408,54.586],[-3.402,54.587],[-3.397,54.587],[-3.392,54.585],[-3.389,54.579],[-3.386,54.577],[-3.382,54.577],[-3.378,54.576],[-3.376,54.573],[-3.377,54.565],[-3.372,54.561],[-3.37,54.558],[-3.371,54.555],[-3.365,54.552],[-3.364,54.548],[-3.366,54.545],[-3.361,54.544],[-3.36,54.538],[-3.35,54.534],[-3.34,54.535],[-3.333,54.531],[-3.328,54.531],[-3.317,54.528],[-3.315,54.528],[-3.307,54.53],[-3.299,54.527],[-3.299,54.525],[-3.29,54.522],[-3.286,54.521],[-3.285,54.52],[-3.272,54.515],[-3.266,54.514],[-3.258,54.509],[-3.249,54.508],[-3.24,54.506],[-3.241,54.504],[-3.233,54.5],[-3.229,54.502],[-3.225,54.502],[-3.217,54.497],[-3.214,54.497],[-3.212,54.493],[-3.213,54.492],[-3.211,54.488],[-3.214,54.485],[-3.217,54.482],[-3.208,54.475],[-3.203,54.475],[-3.2,54.473],[-3.196,54.468],[-3.197,54.466],[-3.193,54.463],[-3.184,54.462],[-3.179,54.457],[-3.175,54.455],[-3.167,54.454],[-3.164,54.456],[-3.163,54.458],[-3.156,54.459],[-3.151,54.462],[-3.146,54.468],[-3.136,54.471],[-3.134,54.466],[-3.119,54.46],[-3.113,54.461],[-3.116,54.467],[-3.111,54.471],[-3.109,54.474],[-3.103,54.472],[-3.098,54.472],[-3.094,54.475],[-3.092,54.479],[-3.088,54.484],[-3.084,54.486],[-3.082,54.485],[-3.076,54.489],[-3.062,54.493],[-3.051,54.491],[-3.048,54.496],[-3.042,54.496],[-3.036,54.498],[-3.032,54.498],[-3.023,54.5],[-3.015,54.5],[-3.014,54.501],[-3.012,54.509],[-3.015,54.511],[-3.017,54.515],[-3.015,54.518],[-3.017,54.521],[-3.015,54.524],[-3.016,54.526],[-3.019,54.528],[-3.026,54.53],[-3.023,54.539],[-3.024,54.542],[-3.017,54.548],[-3.02,54.552],[-3.018,54.553],[-3.02,54.559],[-3.017,54.562],[-3.021,54.565],[-3.027,54.567],[-3.021,54.572],[-3.018,54.575],[-3.024,54.574],[-3.03,54.576],[-3.037,54.581],[-3.031,54.582],[-3.026,54.586],[-3.014,54.59],[-3.01,54.594],[-3.009,54.596],[-3.011,54.6],[-3.018,54.6],[-3.023,54.603],[-3.034,54.604],[-3.039,54.609],[-3.04,54.613],[-3.046,54.614],[-3.054,54.613],[-3.059,54.614],[-3.062,54.613],[-3.066,54.614],[-3.071,54.614],[-3.078,54.611],[-3.08,54.612],[-3.087,54.613],[-3.087,54.614],[-3.092,54.617],[-3.092,54.619],[-3.09,54.622],[-3.092,54.629],[-3.091,54.634],[-3.092,54.641],[-3.094,54.644],[-3.092,54.649],[-3.093,54.655],[-3.09,54.66],[-3.086,54.663],[-3.081,54.664],[-3.078,54.666],[-3.073,54.667],[-3.069,54.671],[-3.064,54.673],[-3.059,54.676],[-3.055,54.679],[-3.06,54.682],[-3.07,54.685],[-3.083,54.685],[-3.087,54.686],[-3.082,54.695],[-3.079,54.695],[-3.074,54.696],[-3.064,54.7],[-3.058,54.699],[-3.052,54.699],[-3.039,54.697],[-3.034,54.694],[-3.018,54.693],[-3.005,54.695],[-2.997,54.695],[-2.994,54.697],[-2.995,54.7],[-2.993,54.704],[-2.99,54.707],[-2.989,54.711],[-2.991,54.713],[-2.989,54.715],[-2.985,54.716],[-2.983,54.719],[-2.984,54.721],[-2.989,54.724],[-2.99,54.728],[-2.985,54.728],[-2.979,54.726],[-2.975,54.726],[-2.97,54.722],[-2.968,54.718],[-2.963,54.715],[-2.958,54.715],[-2.947,54.709],[-2.94,54.706],[-2.933,54.709],[-2.916,54.697],[-2.905,54.698],[-2.902,54.701],[-2.893,54.703],[-2.889,54.702],[-2.885,54.702],[-2.883,54.705],[-2.877,54.706],[-2.873,54.703],[-2.868,54.699],[-2.863,54.698],[-2.859,54.699],[-2.855,54.695],[-2.85,54.693],[-2.841,54.686],[-2.832,54.689],[-2.828,54.687],[-2.822,54.676],[-2.816,54.672],[-2.807,54.668],[-2.804,54.666],[-2.798,54.663],[-2.795,54.665],[-2.79,54.661],[-2.779,54.657],[-2.772,54.653],[-2.768,54.651],[-2.764,54.651],[-2.761,54.65],[-2.754,54.648],[-2.749,54.651],[-2.735,54.652],[-2.733,54.653],[-2.733,54.656],[-2.726,54.657],[-2.725,54.655],[-2.718,54.655],[-2.712,54.657],[-2.711,54.659],[-2.699,54.662],[-2.697,54.662],[-2.692,54.658],[-2.687,54.657],[-2.684,54.656],[-2.68,54.657],[-2.684,54.659],[-2.684,54.661],[-2.687,54.663],[-2.685,54.665],[-2.681,54.665],[-2.675,54.664],[-2.671,54.664],[-2.651,54.669],[-2.642,54.673],[-2.641,54.67],[-2.643,54.667],[-2.64,54.663],[-2.634,54.661],[-2.629,54.663],[-2.625,54.662],[-2.617,54.658],[-2.618,54.655],[-2.614,54.652],[-2.614,54.65],[-2.608,54.647],[-2.604,54.647],[-2.597,54.65],[-2.59,54.649],[-2.583,54.652],[-2.575,54.655],[-2.574,54.661],[-2.565,54.666],[-2.56,54.664],[-2.551,54.665],[-2.552,54.668],[-2.551,54.67],[-2.543,54.673],[-2.537,54.674],[-2.535,54.676],[-2.533,54.677],[-2.524,54.675],[-2.517,54.676],[-2.514,54.675],[-2.51,54.676],[-2.507,54.675],[-2.499,54.68],[-2.495,54.681],[-2.489,54.688],[-2.486,54.69],[-2.482,54.69],[-2.476,54.692],[-2.468,54.699],[-2.464,54.7],[-2.455,54.7],[-2.444,54.703],[-2.431,54.703],[-2.425,54.704],[-2.421,54.707],[-2.411,54.707],[-2.401,54.705],[-2.397,54.706],[-2.388,54.704],[-2.383,54.702],[-2.38,54.7],[-2.373,54.7],[-2.362,54.699],[-2.36,54.696],[-2.355,54.697],[-2.35,54.701],[-2.344,54.702],[-2.342,54.706],[-2.345,54.709],[-2.342,54.711],[-2.342,54.716],[-2.337,54.717],[-2.338,54.719],[-2.33,54.723],[-2.326,54.726],[-2.33,54.728],[-2.332,54.732],[-2.331,54.735],[-2.327,54.738],[-2.326,54.741],[-2.328,54.743],[-2.327,54.747],[-2.321,54.755],[-2.323,54.761],[-2.322,54.765],[-2.315,54.77],[-2.31,54.772],[-2.309,54.774],[-2.312,54.775],[-2.312,54.778],[-2.314,54.781],[-2.314,54.785],[-2.312,54.791],[-2.315,54.793],[-2.323,54.795],[-2.323,54.797],[-2.327,54.801],[-2.328,54.805],[-2.334,54.805],[-2.338,54.807],[-2.343,54.806],[-2.348,54.807],[-2.356,54.814],[-2.36,54.817],[-2.37,54.821],[-2.369,54.822],[-2.373,54.827],[-2.382,54.831],[-2.389,54.832],[-2.393,54.835],[-2.398,54.844],[-2.402,54.851],[-2.411,54.856],[-2.415,54.851],[-2.423,54.843],[-2.434,54.84],[-2.442,54.836],[-2.447,54.835],[-2.452,54.832],[-2.457,54.832],[-2.461,54.834],[-2.469,54.826],[-2.482,54.817],[-2.488,54.815],[-2.496,54.81],[-2.503,54.81],[-2.511,54.809],[-2.517,54.808],[-2.523,54.806],[-2.531,54.806],[-2.535,54.807],[-2.543,54.812],[-2.558,54.817],[-2.568,54.824],[-2.573,54.831],[-2.578,54.836],[-2.583,54.846],[-2.594,54.849],[-2.598,54.852],[-2.602,54.853],[-2.611,54.853],[-2.615,54.853],[-2.624,54.854],[-2.631,54.854],[-2.635,54.855],[-2.649,54.853],[-2.655,54.855],[-2.658,54.849],[-2.669,54.845],[-2.673,54.842],[-2.677,54.837],[-2.68,54.835],[-2.685,54.836],[-2.685,54.838],[-2.691,54.837],[-2.699,54.834],[-2.7,54.831],[-2.697,54.828],[-2.694,54.824],[-2.69,54.821],[-2.69,54.819],[-2.706,54.816],[-2.707,54.819],[-2.715,54.82],[-2.729,54.819],[-2.736,54.821],[-2.738,54.824],[-2.741,54.824],[-2.743,54.828],[-2.751,54.829],[-2.755,54.827],[-2.756,54.823],[-2.76,54.824],[-2.767,54.823],[-2.773,54.821],[-2.782,54.822],[-2.793,54.82],[-2.799,54.819],[-2.811,54.823],[-2.818,54.828],[-2.822,54.825],[-2.826,54.828],[-2.829,54.825],[-2.834,54.828],[-2.834,54.831],[-2.838,54.832],[-2.839,54.834],[-2.848,54.833],[-2.848,54.837],[-2.853,54.843],[-2.851,54.85],[-2.867,54.861],[-2.869,54.864],[-2.876,54.865],[-2.876,54.868],[-2.891,54.873],[-2.894,54.87],[-2.897,54.87],[-2.902,54.873],[-2.906,54.87],[-2.911,54.871],[-2.915,54.87],[-2.923,54.868],[-2.924,54.87],[-2.929,54.872],[-2.935,54.873],[-2.936,54.876],[-2.939,54.877],[-2.943,54.877],[-2.946,54.872],[-2.951,54.871],[-2.955,54.871],[-2.961,54.874],[-2.966,54.869],[-2.977,54.873],[-2.985,54.877],[-2.99,54.881],[-2.984,54.884],[-2.991,54.888],[-2.991,54.897],[-2.984,54.896],[-2.984,54.898],[-2.978,54.902],[-2.982,54.905],[-2.984,54.912],[-2.975,54.913],[-2.974,54.914],[-2.98,54.918],[-2.983,54.919],[-2.996,54.92],[-3.007,54.919],[-3.01,54.92],[-3.014,54.924],[-3.014,54.926],[-3.006,54.931]]]},"properties":{"Name":"Penrith and Solway","ID":"E14001424"},"id":361}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.031,52.662],[-0.032,52.665],[-0.042,52.668],[-0.059,52.675],[-0.064,52.675],[-0.065,52.672],[-0.069,52.671],[-0.075,52.672],[-0.08,52.671],[-0.088,52.667],[-0.091,52.667],[-0.097,52.67],[-0.102,52.672],[-0.113,52.668],[-0.117,52.665],[-0.127,52.66],[-0.13,52.659],[-0.135,52.656],[-0.14,52.655],[-0.141,52.652],[-0.18,52.661],[-0.19,52.652],[-0.193,52.652],[-0.198,52.658],[-0.203,52.665],[-0.206,52.668],[-0.212,52.667],[-0.22,52.667],[-0.23,52.664],[-0.249,52.656],[-0.256,52.654],[-0.259,52.652],[-0.266,52.648],[-0.269,52.646],[-0.264,52.645],[-0.261,52.639],[-0.268,52.636],[-0.268,52.634],[-0.275,52.632],[-0.281,52.633],[-0.29,52.622],[-0.298,52.616],[-0.294,52.613],[-0.288,52.611],[-0.29,52.609],[-0.288,52.607],[-0.289,52.604],[-0.291,52.601],[-0.294,52.596],[-0.291,52.593],[-0.287,52.591],[-0.29,52.585],[-0.298,52.58],[-0.299,52.577],[-0.303,52.576],[-0.306,52.572],[-0.3,52.568],[-0.296,52.562],[-0.289,52.56],[-0.28,52.561],[-0.285,52.564],[-0.279,52.566],[-0.274,52.569],[-0.271,52.572],[-0.268,52.573],[-0.255,52.573],[-0.255,52.568],[-0.24,52.568],[-0.232,52.566],[-0.204,52.566],[-0.187,52.569],[-0.177,52.57],[-0.166,52.57],[-0.124,52.577],[-0.12,52.577],[-0.119,52.578],[-0.116,52.578],[-0.104,52.58],[-0.086,52.583],[-0.085,52.583],[-0.083,52.583],[-0.082,52.584],[-0.081,52.584],[-0.028,52.592],[-0.023,52.593],[-0.018,52.593],[-0.013,52.594],[-0.016,52.598],[-0.025,52.632],[-0.031,52.662]]]},"properties":{"Name":"Peterborough","ID":"E14001425"},"id":362}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.087,50.395],[-4.086,50.399],[-4.088,50.401],[-4.087,50.405],[-4.085,50.409],[-4.078,50.41],[-4.078,50.414],[-4.081,50.416],[-4.079,50.419],[-4.082,50.422],[-4.083,50.424],[-4.086,50.426],[-4.093,50.427],[-4.102,50.43],[-4.106,50.43],[-4.109,50.434],[-4.107,50.439],[-4.109,50.438],[-4.11,50.442],[-4.113,50.444],[-4.123,50.441],[-4.125,50.438],[-4.124,50.436],[-4.136,50.433],[-4.142,50.433],[-4.147,50.431],[-4.151,50.434],[-4.151,50.437],[-4.156,50.436],[-4.156,50.434],[-4.16,50.431],[-4.165,50.43],[-4.163,50.428],[-4.166,50.425],[-4.169,50.423],[-4.176,50.422],[-4.18,50.423],[-4.184,50.423],[-4.191,50.425],[-4.193,50.424],[-4.198,50.412],[-4.203,50.404],[-4.201,50.401],[-4.205,50.399],[-4.203,50.396],[-4.198,50.395],[-4.194,50.392],[-4.188,50.393],[-4.185,50.396],[-4.18,50.397],[-4.175,50.392],[-4.168,50.39],[-4.164,50.387],[-4.161,50.387],[-4.159,50.386],[-4.158,50.386],[-4.157,50.385],[-4.151,50.392],[-4.144,50.392],[-4.142,50.394],[-4.144,50.396],[-4.14,50.398],[-4.139,50.399],[-4.135,50.401],[-4.13,50.4],[-4.124,50.397],[-4.114,50.396],[-4.107,50.395],[-4.1,50.396],[-4.096,50.395],[-4.086,50.391],[-4.084,50.393],[-4.087,50.395]]]},"properties":{"Name":"Plymouth Moor View","ID":"E14001426"},"id":363}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.086,50.391],[-4.096,50.395],[-4.1,50.396],[-4.107,50.395],[-4.114,50.396],[-4.124,50.397],[-4.13,50.4],[-4.135,50.401],[-4.139,50.399],[-4.14,50.398],[-4.144,50.396],[-4.142,50.394],[-4.144,50.392],[-4.151,50.392],[-4.157,50.385],[-4.158,50.386],[-4.159,50.386],[-4.161,50.387],[-4.164,50.387],[-4.168,50.39],[-4.175,50.392],[-4.18,50.397],[-4.185,50.396],[-4.185,50.393],[-4.192,50.391],[-4.188,50.384],[-4.186,50.382],[-4.184,50.375],[-4.185,50.367],[-4.179,50.365],[-4.172,50.366],[-4.168,50.364],[-4.164,50.366],[-4.163,50.364],[-4.167,50.362],[-4.167,50.36],[-4.164,50.359],[-4.162,50.361],[-4.157,50.361],[-4.155,50.363],[-4.156,50.367],[-4.154,50.368],[-4.151,50.363],[-4.149,50.362],[-4.146,50.364],[-4.142,50.363],[-4.133,50.363],[-4.126,50.365],[-4.121,50.361],[-4.116,50.362],[-4.113,50.364],[-4.11,50.369],[-4.111,50.373],[-4.109,50.374],[-4.107,50.376],[-4.1,50.383],[-4.084,50.388],[-4.086,50.391]]]},"properties":{"Name":"Plymouth Sutton and Devonport","ID":"E14001427"},"id":364}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.255,53.649],[-1.252,53.648],[-1.249,53.65],[-1.251,53.652],[-1.247,53.656],[-1.252,53.661],[-1.252,53.667],[-1.249,53.672],[-1.244,53.673],[-1.243,53.682],[-1.244,53.692],[-1.225,53.693],[-1.21,53.695],[-1.199,53.695],[-1.2,53.699],[-1.199,53.701],[-1.215,53.705],[-1.218,53.707],[-1.217,53.711],[-1.219,53.714],[-1.225,53.712],[-1.228,53.712],[-1.23,53.715],[-1.239,53.712],[-1.249,53.712],[-1.254,53.713],[-1.258,53.712],[-1.269,53.716],[-1.271,53.724],[-1.273,53.726],[-1.278,53.727],[-1.28,53.729],[-1.284,53.732],[-1.287,53.736],[-1.292,53.739],[-1.296,53.74],[-1.3,53.742],[-1.303,53.741],[-1.307,53.739],[-1.312,53.741],[-1.316,53.74],[-1.32,53.736],[-1.325,53.735],[-1.327,53.736],[-1.334,53.736],[-1.339,53.736],[-1.357,53.731],[-1.36,53.732],[-1.368,53.73],[-1.377,53.729],[-1.382,53.727],[-1.394,53.724],[-1.398,53.72],[-1.402,53.72],[-1.412,53.723],[-1.42,53.722],[-1.424,53.723],[-1.428,53.721],[-1.432,53.722],[-1.431,53.718],[-1.441,53.719],[-1.446,53.717],[-1.437,53.717],[-1.44,53.715],[-1.444,53.716],[-1.447,53.714],[-1.452,53.714],[-1.462,53.715],[-1.469,53.712],[-1.469,53.711],[-1.462,53.709],[-1.465,53.706],[-1.47,53.705],[-1.46,53.702],[-1.451,53.698],[-1.454,53.702],[-1.449,53.703],[-1.444,53.702],[-1.443,53.699],[-1.436,53.699],[-1.428,53.7],[-1.424,53.703],[-1.422,53.702],[-1.416,53.708],[-1.414,53.711],[-1.41,53.71],[-1.395,53.709],[-1.373,53.708],[-1.361,53.705],[-1.352,53.704],[-1.351,53.703],[-1.355,53.699],[-1.355,53.696],[-1.352,53.692],[-1.353,53.686],[-1.349,53.684],[-1.338,53.684],[-1.318,53.671],[-1.315,53.669],[-1.307,53.663],[-1.298,53.655],[-1.285,53.646],[-1.282,53.646],[-1.28,53.648],[-1.276,53.649],[-1.27,53.649],[-1.263,53.65],[-1.255,53.649]]]},"properties":{"Name":"Pontefract, Castleford and Knottingley","ID":"E14001428"},"id":365}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.946,50.749],[-1.948,50.749],[-1.95,50.746],[-1.953,50.744],[-1.957,50.74],[-1.961,50.739],[-1.975,50.738],[-1.987,50.74],[-1.984,50.75],[-1.987,50.752],[-1.99,50.753],[-1.997,50.752],[-2.001,50.754],[-2.009,50.749],[-2.013,50.749],[-2.014,50.737],[-2.017,50.736],[-2.023,50.737],[-2.022,50.735],[-2.025,50.73],[-2.027,50.729],[-2.034,50.726],[-2.035,50.723],[-2.04,50.719],[-2.036,50.717],[-2.027,50.715],[-2.017,50.711],[-2.013,50.71],[-2.004,50.71],[-2.002,50.711],[-1.997,50.71],[-1.997,50.707],[-1.989,50.707],[-1.987,50.709],[-1.987,50.711],[-1.992,50.712],[-1.995,50.714],[-1.994,50.718],[-2.004,50.719],[-2.003,50.722],[-2.008,50.724],[-2.007,50.727],[-2.012,50.729],[-2.012,50.732],[-2.008,50.735],[-2.002,50.735],[-2,50.736],[-1.995,50.735],[-1.992,50.733],[-1.993,50.725],[-1.991,50.723],[-1.987,50.722],[-1.985,50.72],[-1.99,50.719],[-1.993,50.714],[-1.992,50.713],[-1.984,50.712],[-1.976,50.712],[-1.973,50.71],[-1.969,50.712],[-1.967,50.715],[-1.958,50.716],[-1.956,50.714],[-1.96,50.712],[-1.954,50.708],[-1.954,50.711],[-1.949,50.711],[-1.948,50.707],[-1.941,50.701],[-1.937,50.701],[-1.933,50.699],[-1.932,50.696],[-1.933,50.693],[-1.941,50.689],[-1.947,50.688],[-1.952,50.685],[-1.948,50.683],[-1.941,50.686],[-1.925,50.698],[-1.915,50.703],[-1.903,50.709],[-1.903,50.713],[-1.908,50.716],[-1.906,50.724],[-1.927,50.729],[-1.927,50.731],[-1.93,50.733],[-1.927,50.737],[-1.927,50.738],[-1.943,50.746],[-1.946,50.749]]]},"properties":{"Name":"Poole","ID":"E14001429"},"id":366}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.008,51.525],[-0.012,51.525],[-0.021,51.524],[-0.025,51.525],[-0.029,51.524],[-0.03,51.526],[-0.037,51.524],[-0.036,51.519],[-0.034,51.516],[-0.036,51.513],[-0.042,51.511],[-0.047,51.51],[-0.067,51.509],[-0.071,51.508],[-0.075,51.51],[-0.077,51.51],[-0.079,51.508],[-0.071,51.505],[-0.06,51.503],[-0.056,51.504],[-0.053,51.506],[-0.045,51.509],[-0.039,51.51],[-0.033,51.509],[-0.029,51.506],[-0.027,51.503],[-0.028,51.495],[-0.026,51.491],[-0.021,51.487],[-0.016,51.486],[-0.012,51.486],[-0.006,51.487],[-0.003,51.491],[-0.007,51.498],[-0.007,51.503],[-0.002,51.507],[0.009,51.509],[0.002,51.511],[0.004,51.515],[-0.003,51.518],[-0.007,51.518],[-0.009,51.52],[-0.008,51.523],[-0.008,51.525]]]},"properties":{"Name":"Poplar and Limehouse","ID":"E14001430"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.096,50.814],[-1.093,50.815],[-1.094,50.819],[-1.096,50.821],[-1.099,50.819],[-1.102,50.814],[-1.096,50.814]]],[[[-1.039,50.798],[-1.042,50.804],[-1.042,50.807],[-1.041,50.81],[-1.042,50.814],[-1.043,50.82],[-1.041,50.824],[-1.045,50.826],[-1.045,50.831],[-1.049,50.832],[-1.055,50.833],[-1.062,50.836],[-1.077,50.837],[-1.078,50.836],[-1.079,50.833],[-1.084,50.83],[-1.084,50.825],[-1.095,50.827],[-1.1,50.827],[-1.097,50.823],[-1.094,50.823],[-1.091,50.817],[-1.094,50.813],[-1.091,50.809],[-1.083,50.808],[-1.082,50.811],[-1.08,50.812],[-1.07,50.812],[-1.064,50.812],[-1.064,50.808],[-1.067,50.802],[-1.062,50.8],[-1.058,50.8],[-1.053,50.798],[-1.046,50.799],[-1.039,50.798]]],[[[-1.054,50.857],[-1.054,50.855],[-1.062,50.855],[-1.062,50.858],[-1.071,50.859],[-1.071,50.857],[-1.076,50.856],[-1.084,50.857],[-1.094,50.859],[-1.099,50.859],[-1.1,50.857],[-1.116,50.858],[-1.116,50.855],[-1.118,50.851],[-1.117,50.843],[-1.116,50.841],[-1.117,50.844],[-1.114,50.847],[-1.108,50.847],[-1.103,50.846],[-1.106,50.839],[-1.106,50.838],[-1.1,50.835],[-1.095,50.831],[-1.087,50.831],[-1.082,50.836],[-1.079,50.837],[-1.075,50.837],[-1.062,50.836],[-1.052,50.833],[-1.044,50.834],[-1.036,50.835],[-1.035,50.829],[-1.03,50.827],[-1.024,50.827],[-1.023,50.83],[-1.023,50.833],[-1.022,50.835],[-1.022,50.836],[-1.022,50.837],[-1.021,50.839],[-1.022,50.842],[-1.025,50.85],[-1.023,50.853],[-1.038,50.853],[-1.047,50.854],[-1.054,50.857]]]]},"properties":{"Name":"Portsmouth North","ID":"E14001431"},"id":368}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.039,50.798],[-1.046,50.799],[-1.053,50.798],[-1.058,50.8],[-1.062,50.8],[-1.067,50.802],[-1.064,50.808],[-1.064,50.812],[-1.07,50.812],[-1.08,50.812],[-1.082,50.811],[-1.083,50.808],[-1.091,50.809],[-1.094,50.809],[-1.104,50.81],[-1.106,50.809],[-1.112,50.807],[-1.112,50.801],[-1.106,50.797],[-1.11,50.792],[-1.109,50.79],[-1.102,50.787],[-1.093,50.78],[-1.089,50.778],[-1.082,50.778],[-1.062,50.781],[-1.055,50.783],[-1.038,50.785],[-1.03,50.787],[-1.03,50.791],[-1.035,50.792],[-1.04,50.79],[-1.044,50.79],[-1.041,50.793],[-1.038,50.795],[-1.039,50.798]]]},"properties":{"Name":"Portsmouth South","ID":"E14001432"},"id":369}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.794,53.752],[-2.788,53.753],[-2.79,53.756],[-2.794,53.752]]],[[[-2.718,53.753],[-2.721,53.756],[-2.733,53.758],[-2.745,53.758],[-2.757,53.756],[-2.745,53.757],[-2.731,53.758],[-2.721,53.756],[-2.718,53.753]]],[[[-2.662,53.75],[-2.659,53.754],[-2.659,53.759],[-2.657,53.761],[-2.652,53.761],[-2.646,53.76],[-2.644,53.761],[-2.644,53.765],[-2.642,53.766],[-2.635,53.766],[-2.627,53.768],[-2.622,53.771],[-2.623,53.775],[-2.628,53.777],[-2.634,53.779],[-2.634,53.782],[-2.622,53.787],[-2.621,53.789],[-2.626,53.791],[-2.634,53.791],[-2.635,53.792],[-2.642,53.794],[-2.646,53.791],[-2.65,53.793],[-2.662,53.79],[-2.673,53.794],[-2.672,53.796],[-2.676,53.8],[-2.682,53.8],[-2.684,53.795],[-2.683,53.794],[-2.688,53.791],[-2.686,53.789],[-2.693,53.786],[-2.698,53.782],[-2.698,53.778],[-2.72,53.777],[-2.729,53.797],[-2.73,53.796],[-2.742,53.795],[-2.748,53.791],[-2.75,53.789],[-2.765,53.786],[-2.776,53.785],[-2.78,53.788],[-2.786,53.784],[-2.791,53.781],[-2.799,53.771],[-2.798,53.768],[-2.799,53.766],[-2.795,53.763],[-2.792,53.761],[-2.788,53.753],[-2.773,53.755],[-2.758,53.758],[-2.751,53.758],[-2.73,53.759],[-2.719,53.757],[-2.717,53.755],[-2.715,53.75],[-2.709,53.748],[-2.702,53.752],[-2.696,53.752],[-2.69,53.75],[-2.685,53.75],[-2.682,53.752],[-2.678,53.753],[-2.674,53.75],[-2.669,53.749],[-2.662,53.75]]]]},"properties":{"Name":"Preston","ID":"E14001433"},"id":370}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.223,51.471],[-0.232,51.473],[-0.233,51.473],[-0.233,51.472],[-0.233,51.464],[-0.234,51.464],[-0.236,51.464],[-0.245,51.465],[-0.249,51.465],[-0.25,51.465],[-0.252,51.465],[-0.253,51.465],[-0.258,51.46],[-0.257,51.46],[-0.257,51.459],[-0.258,51.457],[-0.259,51.456],[-0.259,51.455],[-0.247,51.449],[-0.244,51.446],[-0.242,51.444],[-0.243,51.442],[-0.248,51.44],[-0.254,51.437],[-0.251,51.433],[-0.249,51.433],[-0.244,51.434],[-0.241,51.435],[-0.237,51.436],[-0.236,51.437],[-0.232,51.438],[-0.231,51.438],[-0.226,51.439],[-0.224,51.439],[-0.223,51.439],[-0.221,51.438],[-0.22,51.439],[-0.217,51.439],[-0.216,51.438],[-0.208,51.438],[-0.207,51.439],[-0.205,51.439],[-0.204,51.439],[-0.202,51.439],[-0.197,51.44],[-0.195,51.441],[-0.191,51.441],[-0.19,51.441],[-0.193,51.444],[-0.193,51.448],[-0.19,51.451],[-0.183,51.454],[-0.186,51.458],[-0.182,51.458],[-0.187,51.464],[-0.19,51.463],[-0.2,51.463],[-0.207,51.464],[-0.213,51.466],[-0.224,51.471],[-0.223,51.471]]]},"properties":{"Name":"Putney","ID":"E14001434"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.189,51.535],[-0.191,51.536],[-0.202,51.545],[-0.207,51.543],[-0.215,51.537],[-0.219,51.539],[-0.222,51.537],[-0.228,51.536],[-0.231,51.537],[-0.238,51.54],[-0.242,51.539],[-0.246,51.543],[-0.251,51.541],[-0.257,51.541],[-0.256,51.534],[-0.251,51.534],[-0.243,51.532],[-0.234,51.533],[-0.228,51.53],[-0.225,51.53],[-0.222,51.529],[-0.22,51.529],[-0.218,51.529],[-0.217,51.529],[-0.216,51.528],[-0.213,51.527],[-0.21,51.527],[-0.209,51.526],[-0.208,51.526],[-0.203,51.523],[-0.202,51.523],[-0.202,51.522],[-0.201,51.521],[-0.202,51.521],[-0.203,51.521],[-0.204,51.521],[-0.203,51.52],[-0.202,51.518],[-0.195,51.52],[-0.185,51.52],[-0.18,51.52],[-0.171,51.52],[-0.164,51.521],[-0.167,51.524],[-0.164,51.525],[-0.167,51.528],[-0.17,51.527],[-0.177,51.525],[-0.189,51.535]]]},"properties":{"Name":"Queen's Park and Maida Vale","ID":"E14001435"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.312,53.514],[-1.315,53.513],[-1.32,53.514],[-1.326,53.512],[-1.33,53.515],[-1.341,53.515],[-1.36,53.513],[-1.369,53.515],[-1.371,53.515],[-1.381,53.514],[-1.397,53.506],[-1.406,53.505],[-1.409,53.503],[-1.412,53.499],[-1.412,53.496],[-1.416,53.495],[-1.417,53.492],[-1.426,53.489],[-1.428,53.486],[-1.435,53.488],[-1.441,53.491],[-1.444,53.488],[-1.452,53.485],[-1.451,53.482],[-1.451,53.477],[-1.457,53.474],[-1.455,53.472],[-1.448,53.462],[-1.442,53.461],[-1.435,53.464],[-1.429,53.467],[-1.415,53.465],[-1.405,53.462],[-1.408,53.459],[-1.408,53.455],[-1.403,53.451],[-1.394,53.451],[-1.394,53.455],[-1.387,53.458],[-1.387,53.46],[-1.38,53.461],[-1.372,53.46],[-1.365,53.465],[-1.358,53.463],[-1.354,53.455],[-1.357,53.454],[-1.354,53.45],[-1.355,53.447],[-1.359,53.444],[-1.362,53.444],[-1.361,53.439],[-1.356,53.442],[-1.35,53.441],[-1.342,53.444],[-1.333,53.45],[-1.327,53.449],[-1.323,53.445],[-1.32,53.445],[-1.319,53.447],[-1.314,53.453],[-1.313,53.458],[-1.312,53.461],[-1.309,53.461],[-1.306,53.463],[-1.302,53.462],[-1.297,53.471],[-1.287,53.466],[-1.283,53.466],[-1.282,53.464],[-1.285,53.456],[-1.284,53.451],[-1.28,53.442],[-1.281,53.44],[-1.276,53.436],[-1.271,53.435],[-1.273,53.434],[-1.274,53.43],[-1.27,53.429],[-1.265,53.425],[-1.264,53.424],[-1.269,53.423],[-1.267,53.418],[-1.264,53.418],[-1.266,53.414],[-1.263,53.411],[-1.252,53.409],[-1.251,53.411],[-1.249,53.418],[-1.254,53.418],[-1.252,53.423],[-1.243,53.436],[-1.24,53.435],[-1.238,53.441],[-1.251,53.441],[-1.254,53.443],[-1.247,53.444],[-1.244,53.441],[-1.239,53.443],[-1.238,53.444],[-1.231,53.447],[-1.225,53.449],[-1.225,53.451],[-1.222,53.455],[-1.202,53.457],[-1.192,53.457],[-1.191,53.456],[-1.178,53.456],[-1.178,53.458],[-1.17,53.458],[-1.17,53.461],[-1.169,53.465],[-1.17,53.469],[-1.168,53.471],[-1.17,53.476],[-1.168,53.479],[-1.172,53.482],[-1.172,53.485],[-1.165,53.489],[-1.166,53.491],[-1.169,53.493],[-1.173,53.498],[-1.172,53.501],[-1.172,53.507],[-1.179,53.509],[-1.185,53.51],[-1.191,53.506],[-1.193,53.502],[-1.2,53.497],[-1.206,53.496],[-1.208,53.494],[-1.209,53.489],[-1.213,53.487],[-1.219,53.489],[-1.221,53.488],[-1.222,53.493],[-1.229,53.494],[-1.235,53.493],[-1.237,53.494],[-1.242,53.493],[-1.244,53.495],[-1.247,53.494],[-1.26,53.494],[-1.265,53.492],[-1.267,53.493],[-1.274,53.491],[-1.284,53.491],[-1.295,53.492],[-1.299,53.493],[-1.31,53.498],[-1.313,53.502],[-1.311,53.512],[-1.312,53.514]]]},"properties":{"Name":"Rawmarsh and Conisbrough","ID":"E14001436"},"id":373}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.552,51.618],[0.544,51.618],[0.542,51.621],[0.532,51.619],[0.529,51.62],[0.521,51.619],[0.52,51.625],[0.516,51.624],[0.515,51.627],[0.505,51.624],[0.505,51.622],[0.495,51.624],[0.5,51.619],[0.502,51.611],[0.498,51.607],[0.499,51.602],[0.505,51.603],[0.504,51.6],[0.5,51.6],[0.498,51.598],[0.493,51.597],[0.488,51.597],[0.488,51.592],[0.499,51.593],[0.506,51.592],[0.52,51.59],[0.524,51.59],[0.537,51.59],[0.552,51.589],[0.554,51.589],[0.558,51.588],[0.564,51.588],[0.569,51.588],[0.583,51.583],[0.589,51.579],[0.592,51.578],[0.613,51.575],[0.632,51.571],[0.635,51.575],[0.639,51.577],[0.644,51.575],[0.648,51.579],[0.649,51.581],[0.646,51.582],[0.641,51.583],[0.64,51.59],[0.641,51.591],[0.645,51.59],[0.652,51.59],[0.664,51.59],[0.67,51.589],[0.681,51.59],[0.683,51.588],[0.694,51.585],[0.7,51.585],[0.7,51.586],[0.696,51.598],[0.708,51.6],[0.713,51.601],[0.71,51.607],[0.708,51.61],[0.707,51.614],[0.702,51.614],[0.702,51.617],[0.699,51.619],[0.702,51.622],[0.704,51.622],[0.704,51.628],[0.708,51.63],[0.711,51.634],[0.707,51.634],[0.686,51.634],[0.67,51.634],[0.662,51.634],[0.652,51.636],[0.648,51.635],[0.647,51.631],[0.643,51.63],[0.637,51.632],[0.627,51.632],[0.617,51.631],[0.61,51.629],[0.606,51.629],[0.597,51.63],[0.596,51.631],[0.588,51.63],[0.589,51.629],[0.587,51.626],[0.588,51.624],[0.585,51.623],[0.578,51.625],[0.574,51.623],[0.566,51.622],[0.565,51.622],[0.563,51.618],[0.555,51.617],[0.554,51.617],[0.552,51.618]]]},"properties":{"Name":"Rayleigh and Wickford","ID":"E14001437"},"id":374}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.949,51.46],[-0.955,51.461],[-0.954,51.465],[-0.947,51.467],[-0.949,51.47],[-0.947,51.473],[-0.941,51.475],[-0.945,51.479],[-0.944,51.482],[-0.948,51.485],[-0.952,51.488],[-0.957,51.493],[-0.962,51.493],[-0.969,51.49],[-0.972,51.488],[-0.974,51.487],[-0.978,51.488],[-0.98,51.486],[-0.984,51.485],[-0.987,51.486],[-0.998,51.484],[-0.998,51.478],[-1,51.475],[-1.008,51.471],[-1.007,51.468],[-1.004,51.466],[-1.008,51.465],[-1.007,51.46],[-1.001,51.458],[-1.005,51.452],[-1.01,51.452],[-1.014,51.451],[-1.019,51.448],[-1.026,51.448],[-1.03,51.447],[-1.023,51.444],[-1.022,51.441],[-1.022,51.436],[-1.016,51.435],[-1.004,51.433],[-1.001,51.43],[-0.999,51.437],[-0.995,51.435],[-0.984,51.434],[-0.977,51.435],[-0.976,51.436],[-0.968,51.436],[-0.967,51.437],[-0.963,51.434],[-0.957,51.439],[-0.959,51.44],[-0.956,51.443],[-0.945,51.446],[-0.937,51.444],[-0.932,51.441],[-0.928,51.445],[-0.932,51.448],[-0.935,51.452],[-0.939,51.455],[-0.945,51.457],[-0.95,51.458],[-0.949,51.46]]]},"properties":{"Name":"Reading Central","ID":"E14001438"},"id":375}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.14,51.543],[-1.147,51.541],[-1.152,51.54],[-1.16,51.537],[-1.159,51.535],[-1.166,51.534],[-1.173,51.534],[-1.18,51.532],[-1.193,51.53],[-1.205,51.528],[-1.206,51.532],[-1.203,51.537],[-1.206,51.538],[-1.21,51.536],[-1.217,51.536],[-1.219,51.537],[-1.23,51.535],[-1.236,51.537],[-1.242,51.538],[-1.257,51.537],[-1.261,51.538],[-1.268,51.542],[-1.27,51.545],[-1.28,51.547],[-1.284,51.549],[-1.287,51.552],[-1.294,51.554],[-1.297,51.553],[-1.303,51.557],[-1.315,51.557],[-1.32,51.559],[-1.327,51.56],[-1.329,51.564],[-1.333,51.56],[-1.335,51.555],[-1.338,51.549],[-1.338,51.546],[-1.344,51.543],[-1.347,51.544],[-1.351,51.547],[-1.356,51.547],[-1.355,51.543],[-1.355,51.537],[-1.351,51.531],[-1.348,51.528],[-1.338,51.525],[-1.335,51.525],[-1.333,51.52],[-1.338,51.518],[-1.33,51.508],[-1.328,51.502],[-1.324,51.495],[-1.324,51.493],[-1.328,51.486],[-1.319,51.483],[-1.311,51.483],[-1.31,51.485],[-1.304,51.481],[-1.299,51.481],[-1.295,51.479],[-1.29,51.475],[-1.279,51.476],[-1.277,51.477],[-1.269,51.472],[-1.263,51.471],[-1.263,51.468],[-1.266,51.466],[-1.255,51.464],[-1.242,51.463],[-1.242,51.461],[-1.238,51.456],[-1.238,51.455],[-1.243,51.455],[-1.247,51.452],[-1.245,51.447],[-1.247,51.442],[-1.253,51.441],[-1.253,51.439],[-1.258,51.435],[-1.26,51.435],[-1.26,51.432],[-1.253,51.425],[-1.25,51.422],[-1.247,51.423],[-1.243,51.422],[-1.235,51.418],[-1.236,51.415],[-1.232,51.412],[-1.23,51.412],[-1.224,51.41],[-1.216,51.411],[-1.219,51.406],[-1.218,51.405],[-1.22,51.401],[-1.223,51.401],[-1.22,51.398],[-1.222,51.394],[-1.219,51.39],[-1.214,51.392],[-1.212,51.388],[-1.219,51.387],[-1.216,51.384],[-1.217,51.379],[-1.219,51.377],[-1.223,51.375],[-1.222,51.372],[-1.22,51.37],[-1.221,51.368],[-1.218,51.366],[-1.214,51.366],[-1.211,51.367],[-1.202,51.366],[-1.2,51.365],[-1.189,51.363],[-1.177,51.357],[-1.17,51.361],[-1.147,51.359],[-1.144,51.357],[-1.139,51.357],[-1.131,51.358],[-1.125,51.358],[-1.124,51.361],[-1.119,51.36],[-1.116,51.36],[-1.115,51.363],[-1.118,51.368],[-1.115,51.374],[-1.099,51.38],[-1.098,51.382],[-1.087,51.384],[-1.083,51.382],[-1.075,51.38],[-1.08,51.375],[-1.073,51.375],[-1.066,51.372],[-1.06,51.368],[-1.059,51.366],[-1.055,51.364],[-1.052,51.363],[-1.05,51.358],[-1.029,51.359],[-1.009,51.359],[-1.002,51.36],[-0.996,51.362],[-0.986,51.363],[-0.99,51.364],[-0.992,51.367],[-0.99,51.37],[-0.985,51.371],[-0.982,51.376],[-0.989,51.381],[-0.993,51.384],[-1,51.388],[-1.007,51.391],[-1.012,51.393],[-1.009,51.399],[-1.004,51.404],[-1.004,51.408],[-0.999,51.412],[-1,51.416],[-0.998,51.417],[-1,51.42],[-1,51.425],[-1.001,51.426],[-1.001,51.43],[-1.004,51.433],[-1.016,51.435],[-1.022,51.436],[-1.022,51.441],[-1.023,51.444],[-1.03,51.447],[-1.026,51.448],[-1.019,51.448],[-1.014,51.451],[-1.01,51.452],[-1.005,51.452],[-1.001,51.458],[-1.007,51.46],[-1.008,51.465],[-1.004,51.466],[-1.007,51.468],[-1.014,51.466],[-1.018,51.467],[-1.027,51.471],[-1.038,51.476],[-1.039,51.477],[-1.038,51.484],[-1.042,51.489],[-1.052,51.492],[-1.058,51.492],[-1.073,51.489],[-1.077,51.488],[-1.088,51.486],[-1.101,51.489],[-1.104,51.492],[-1.107,51.5],[-1.107,51.501],[-1.109,51.505],[-1.113,51.51],[-1.119,51.512],[-1.127,51.512],[-1.134,51.511],[-1.142,51.516],[-1.144,51.522],[-1.144,51.523],[-1.138,51.527],[-1.135,51.533],[-1.134,51.535],[-1.136,51.54],[-1.14,51.543]]]},"properties":{"Name":"Reading West and Mid Berkshire","ID":"E14001439"},"id":376}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.938,54.589],[-0.944,54.589],[-0.949,54.587],[-0.96,54.585],[-0.968,54.586],[-0.984,54.589],[-1.002,54.594],[-1.025,54.601],[-1.041,54.608],[-1.052,54.616],[-1.054,54.617],[-1.073,54.621],[-1.08,54.621],[-1.088,54.621],[-1.108,54.625],[-1.119,54.629],[-1.128,54.636],[-1.139,54.641],[-1.141,54.635],[-1.136,54.631],[-1.135,54.63],[-1.144,54.628],[-1.152,54.628],[-1.153,54.626],[-1.153,54.623],[-1.151,54.62],[-1.151,54.615],[-1.15,54.612],[-1.152,54.612],[-1.158,54.605],[-1.15,54.601],[-1.152,54.6],[-1.16,54.604],[-1.169,54.599],[-1.181,54.591],[-1.183,54.591],[-1.197,54.582],[-1.194,54.58],[-1.201,54.578],[-1.194,54.574],[-1.192,54.575],[-1.187,54.573],[-1.184,54.569],[-1.178,54.569],[-1.176,54.567],[-1.176,54.562],[-1.172,54.559],[-1.167,54.554],[-1.174,54.553],[-1.179,54.55],[-1.191,54.548],[-1.196,54.545],[-1.199,54.545],[-1.192,54.54],[-1.18,54.533],[-1.168,54.527],[-1.161,54.525],[-1.16,54.528],[-1.162,54.533],[-1.165,54.536],[-1.16,54.54],[-1.149,54.54],[-1.143,54.545],[-1.138,54.553],[-1.132,54.555],[-1.131,54.56],[-1.127,54.561],[-1.116,54.563],[-1.105,54.567],[-1.098,54.567],[-1.094,54.569],[-1.089,54.57],[-1.069,54.577],[-1.064,54.565],[-1.056,54.564],[-1.048,54.567],[-1.05,54.571],[-1.044,54.572],[-1.036,54.573],[-1.028,54.575],[-1.019,54.574],[-1.016,54.573],[-0.996,54.576],[-0.991,54.571],[-0.981,54.573],[-0.977,54.572],[-0.973,54.575],[-0.974,54.577],[-0.971,54.578],[-0.969,54.582],[-0.956,54.582],[-0.956,54.583],[-0.938,54.588],[-0.938,54.589]]]},"properties":{"Name":"Redcar","ID":"E14001440"},"id":377}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.881,52.311],[-1.89,52.318],[-1.892,52.321],[-1.899,52.322],[-1.909,52.32],[-1.91,52.323],[-1.922,52.322],[-1.928,52.324],[-1.933,52.324],[-1.941,52.323],[-1.943,52.321],[-1.95,52.322],[-1.953,52.32],[-1.958,52.318],[-1.961,52.315],[-1.97,52.315],[-1.969,52.313],[-1.974,52.308],[-1.978,52.31],[-1.982,52.308],[-1.976,52.304],[-1.983,52.298],[-1.985,52.293],[-1.984,52.292],[-1.988,52.29],[-1.991,52.292],[-2.002,52.288],[-1.998,52.284],[-2.002,52.28],[-2.009,52.278],[-2.016,52.279],[-2.024,52.28],[-2.031,52.283],[-2.033,52.283],[-2.038,52.286],[-2.047,52.288],[-2.051,52.287],[-2.056,52.285],[-2.06,52.284],[-2.074,52.289],[-2.088,52.289],[-2.092,52.289],[-2.085,52.297],[-2.089,52.306],[-2.085,52.314],[-2.086,52.315],[-2.095,52.313],[-2.102,52.313],[-2.11,52.315],[-2.116,52.313],[-2.124,52.315],[-2.116,52.322],[-2.119,52.325],[-2.116,52.328],[-2.118,52.332],[-2.118,52.335],[-2.113,52.337],[-2.116,52.339],[-2.117,52.342],[-2.125,52.34],[-2.125,52.344],[-2.137,52.35],[-2.143,52.347],[-2.145,52.34],[-2.143,52.337],[-2.138,52.336],[-2.136,52.333],[-2.136,52.33],[-2.144,52.326],[-2.15,52.325],[-2.152,52.321],[-2.147,52.319],[-2.145,52.316],[-2.147,52.313],[-2.142,52.312],[-2.135,52.312],[-2.135,52.309],[-2.139,52.307],[-2.144,52.303],[-2.138,52.301],[-2.138,52.298],[-2.137,52.297],[-2.136,52.294],[-2.14,52.292],[-2.144,52.288],[-2.15,52.289],[-2.151,52.286],[-2.149,52.286],[-2.15,52.283],[-2.148,52.281],[-2.15,52.279],[-2.15,52.275],[-2.139,52.276],[-2.137,52.275],[-2.137,52.272],[-2.133,52.271],[-2.134,52.267],[-2.11,52.264],[-2.111,52.261],[-2.108,52.259],[-2.107,52.255],[-2.104,52.254],[-2.106,52.249],[-2.103,52.242],[-2.099,52.241],[-2.094,52.244],[-2.084,52.245],[-2.077,52.245],[-2.068,52.242],[-2.069,52.239],[-2.065,52.237],[-2.06,52.234],[-2.061,52.232],[-2.057,52.229],[-2.058,52.227],[-2.052,52.225],[-2.046,52.224],[-2.039,52.219],[-2.038,52.223],[-2.036,52.224],[-2.026,52.223],[-2.024,52.219],[-2.021,52.217],[-2.017,52.218],[-2.013,52.217],[-2.012,52.214],[-2.004,52.211],[-2.002,52.209],[-2.003,52.206],[-1.997,52.207],[-1.993,52.205],[-1.996,52.199],[-2,52.193],[-2.003,52.19],[-2.008,52.189],[-2.015,52.19],[-2.018,52.188],[-2.023,52.174],[-2.026,52.17],[-2.016,52.17],[-2.013,52.166],[-2.006,52.164],[-2,52.167],[-1.998,52.163],[-1.999,52.158],[-1.988,52.155],[-1.983,52.151],[-1.984,52.148],[-1.991,52.142],[-1.99,52.135],[-1.988,52.133],[-1.985,52.132],[-1.978,52.127],[-1.984,52.123],[-1.986,52.121],[-1.977,52.119],[-1.97,52.115],[-1.965,52.113],[-1.962,52.114],[-1.957,52.111],[-1.951,52.11],[-1.944,52.109],[-1.932,52.109],[-1.93,52.11],[-1.931,52.117],[-1.928,52.125],[-1.924,52.126],[-1.913,52.123],[-1.906,52.122],[-1.904,52.123],[-1.903,52.127],[-1.905,52.132],[-1.903,52.133],[-1.902,52.138],[-1.905,52.143],[-1.907,52.143],[-1.917,52.147],[-1.922,52.153],[-1.934,52.154],[-1.94,52.153],[-1.944,52.155],[-1.939,52.159],[-1.94,52.16],[-1.937,52.163],[-1.934,52.165],[-1.935,52.17],[-1.943,52.171],[-1.946,52.17],[-1.947,52.168],[-1.951,52.169],[-1.96,52.169],[-1.962,52.171],[-1.961,52.174],[-1.956,52.174],[-1.949,52.173],[-1.945,52.175],[-1.941,52.178],[-1.94,52.184],[-1.938,52.188],[-1.936,52.19],[-1.935,52.193],[-1.936,52.197],[-1.937,52.203],[-1.933,52.206],[-1.927,52.209],[-1.923,52.209],[-1.92,52.21],[-1.92,52.214],[-1.917,52.219],[-1.918,52.224],[-1.924,52.234],[-1.925,52.239],[-1.925,52.243],[-1.932,52.248],[-1.935,52.253],[-1.935,52.257],[-1.934,52.26],[-1.935,52.263],[-1.939,52.271],[-1.937,52.276],[-1.935,52.277],[-1.931,52.276],[-1.921,52.276],[-1.917,52.275],[-1.905,52.279],[-1.901,52.282],[-1.901,52.283],[-1.894,52.283],[-1.892,52.286],[-1.887,52.286],[-1.887,52.288],[-1.88,52.299],[-1.878,52.301],[-1.875,52.304],[-1.881,52.311]]]},"properties":{"Name":"Redditch","ID":"E14001441"},"id":378}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.187,51.341],[-0.197,51.344],[-0.201,51.34],[-0.203,51.34],[-0.213,51.336],[-0.212,51.333],[-0.214,51.33],[-0.221,51.33],[-0.235,51.327],[-0.243,51.321],[-0.241,51.316],[-0.244,51.313],[-0.243,51.307],[-0.247,51.301],[-0.247,51.298],[-0.252,51.3],[-0.264,51.3],[-0.267,51.298],[-0.272,51.292],[-0.27,51.289],[-0.269,51.284],[-0.266,51.278],[-0.267,51.274],[-0.267,51.269],[-0.266,51.266],[-0.266,51.263],[-0.261,51.259],[-0.261,51.258],[-0.254,51.259],[-0.253,51.261],[-0.248,51.259],[-0.24,51.261],[-0.227,51.256],[-0.226,51.254],[-0.228,51.251],[-0.226,51.249],[-0.23,51.247],[-0.229,51.245],[-0.232,51.242],[-0.231,51.241],[-0.234,51.238],[-0.244,51.237],[-0.25,51.231],[-0.249,51.229],[-0.251,51.227],[-0.249,51.224],[-0.243,51.225],[-0.235,51.221],[-0.236,51.22],[-0.234,51.217],[-0.233,51.213],[-0.226,51.213],[-0.222,51.212],[-0.219,51.209],[-0.21,51.205],[-0.207,51.206],[-0.203,51.208],[-0.199,51.209],[-0.193,51.206],[-0.187,51.209],[-0.176,51.21],[-0.169,51.21],[-0.165,51.212],[-0.156,51.211],[-0.159,51.217],[-0.154,51.22],[-0.154,51.224],[-0.153,51.226],[-0.155,51.231],[-0.152,51.235],[-0.148,51.234],[-0.145,51.238],[-0.146,51.24],[-0.143,51.246],[-0.146,51.25],[-0.15,51.254],[-0.156,51.255],[-0.16,51.259],[-0.155,51.262],[-0.157,51.264],[-0.157,51.268],[-0.16,51.269],[-0.17,51.268],[-0.172,51.27],[-0.17,51.277],[-0.163,51.286],[-0.164,51.29],[-0.158,51.295],[-0.153,51.295],[-0.151,51.301],[-0.155,51.301],[-0.158,51.305],[-0.154,51.31],[-0.158,51.311],[-0.157,51.313],[-0.161,51.318],[-0.162,51.32],[-0.157,51.321],[-0.157,51.322],[-0.161,51.323],[-0.164,51.326],[-0.163,51.33],[-0.17,51.329],[-0.173,51.33],[-0.174,51.333],[-0.187,51.341]]]},"properties":{"Name":"Reigate","ID":"E14001442"},"id":379}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.185,53.952],[-2.191,53.958],[-2.194,53.961],[-2.196,53.97],[-2.201,53.97],[-2.202,53.968],[-2.207,53.966],[-2.21,53.963],[-2.214,53.965],[-2.221,53.964],[-2.225,53.961],[-2.226,53.967],[-2.229,53.967],[-2.232,53.971],[-2.227,53.975],[-2.223,53.976],[-2.23,53.982],[-2.245,53.981],[-2.247,53.979],[-2.284,53.974],[-2.295,53.975],[-2.299,53.977],[-2.297,53.981],[-2.3,53.981],[-2.31,53.988],[-2.314,53.989],[-2.318,53.992],[-2.319,53.994],[-2.327,53.994],[-2.334,53.99],[-2.336,53.992],[-2.34,53.989],[-2.345,53.992],[-2.352,53.995],[-2.354,54.004],[-2.352,54.01],[-2.339,54.009],[-2.344,54.017],[-2.346,54.018],[-2.357,54.019],[-2.357,54.021],[-2.36,54.024],[-2.36,54.026],[-2.362,54.029],[-2.359,54.032],[-2.363,54.034],[-2.362,54.041],[-2.374,54.049],[-2.384,54.048],[-2.387,54.045],[-2.395,54.043],[-2.397,54.044],[-2.404,54.043],[-2.406,54.043],[-2.414,54.042],[-2.423,54.041],[-2.426,54.038],[-2.432,54.042],[-2.446,54.042],[-2.451,54.041],[-2.459,54.041],[-2.47,54.046],[-2.487,54.043],[-2.492,54.04],[-2.494,54.037],[-2.493,54.032],[-2.498,54.027],[-2.499,54.025],[-2.498,54.022],[-2.503,54.02],[-2.513,54.022],[-2.519,54.021],[-2.524,54.024],[-2.527,54.026],[-2.532,54.024],[-2.539,54.023],[-2.544,54.02],[-2.546,54.015],[-2.549,54.014],[-2.557,54.015],[-2.571,54.015],[-2.575,54.013],[-2.579,54.007],[-2.579,54.005],[-2.581,54],[-2.577,53.993],[-2.572,53.99],[-2.571,53.988],[-2.574,53.986],[-2.572,53.984],[-2.561,53.976],[-2.564,53.974],[-2.574,53.973],[-2.578,53.971],[-2.579,53.967],[-2.582,53.965],[-2.589,53.96],[-2.605,53.957],[-2.611,53.957],[-2.618,53.952],[-2.631,53.958],[-2.638,53.958],[-2.644,53.957],[-2.651,53.952],[-2.65,53.95],[-2.641,53.945],[-2.634,53.943],[-2.626,53.939],[-2.627,53.935],[-2.63,53.931],[-2.623,53.93],[-2.619,53.927],[-2.614,53.92],[-2.619,53.916],[-2.615,53.913],[-2.613,53.908],[-2.617,53.9],[-2.626,53.894],[-2.634,53.893],[-2.638,53.895],[-2.642,53.895],[-2.645,53.894],[-2.652,53.896],[-2.658,53.896],[-2.666,53.894],[-2.668,53.892],[-2.679,53.892],[-2.681,53.893],[-2.685,53.891],[-2.689,53.888],[-2.689,53.883],[-2.688,53.88],[-2.691,53.879],[-2.691,53.874],[-2.704,53.871],[-2.706,53.869],[-2.703,53.865],[-2.706,53.861],[-2.712,53.856],[-2.71,53.854],[-2.714,53.853],[-2.719,53.85],[-2.726,53.849],[-2.731,53.852],[-2.747,53.85],[-2.742,53.845],[-2.74,53.842],[-2.736,53.823],[-2.743,53.823],[-2.754,53.824],[-2.756,53.826],[-2.761,53.828],[-2.767,53.835],[-2.771,53.84],[-2.78,53.837],[-2.781,53.834],[-2.787,53.832],[-2.794,53.834],[-2.8,53.833],[-2.8,53.829],[-2.796,53.828],[-2.799,53.824],[-2.805,53.825],[-2.81,53.824],[-2.826,53.82],[-2.822,53.818],[-2.819,53.814],[-2.815,53.808],[-2.812,53.808],[-2.783,53.79],[-2.78,53.788],[-2.776,53.785],[-2.765,53.786],[-2.75,53.789],[-2.748,53.791],[-2.742,53.795],[-2.73,53.796],[-2.729,53.797],[-2.72,53.777],[-2.698,53.778],[-2.698,53.782],[-2.693,53.786],[-2.686,53.789],[-2.688,53.791],[-2.683,53.794],[-2.684,53.795],[-2.682,53.8],[-2.676,53.8],[-2.672,53.796],[-2.673,53.794],[-2.662,53.79],[-2.65,53.793],[-2.646,53.791],[-2.642,53.794],[-2.635,53.792],[-2.634,53.791],[-2.626,53.791],[-2.621,53.789],[-2.622,53.787],[-2.634,53.782],[-2.634,53.779],[-2.628,53.777],[-2.623,53.775],[-2.622,53.771],[-2.627,53.768],[-2.635,53.766],[-2.642,53.766],[-2.644,53.765],[-2.644,53.761],[-2.646,53.76],[-2.652,53.761],[-2.657,53.761],[-2.659,53.759],[-2.659,53.754],[-2.662,53.75],[-2.668,53.748],[-2.673,53.749],[-2.68,53.753],[-2.685,53.749],[-2.69,53.749],[-2.696,53.752],[-2.704,53.75],[-2.7,53.75],[-2.701,53.746],[-2.7,53.743],[-2.695,53.739],[-2.701,53.739],[-2.698,53.734],[-2.695,53.733],[-2.696,53.731],[-2.69,53.722],[-2.695,53.719],[-2.695,53.717],[-2.686,53.72],[-2.675,53.721],[-2.664,53.72],[-2.658,53.718],[-2.657,53.717],[-2.656,53.713],[-2.651,53.712],[-2.647,53.715],[-2.648,53.716],[-2.64,53.718],[-2.63,53.718],[-2.623,53.724],[-2.624,53.729],[-2.617,53.732],[-2.611,53.737],[-2.605,53.739],[-2.599,53.743],[-2.594,53.743],[-2.587,53.743],[-2.58,53.748],[-2.577,53.751],[-2.574,53.751],[-2.564,53.749],[-2.562,53.747],[-2.558,53.749],[-2.554,53.75],[-2.552,53.755],[-2.549,53.758],[-2.546,53.759],[-2.54,53.76],[-2.534,53.759],[-2.53,53.76],[-2.526,53.76],[-2.511,53.767],[-2.51,53.769],[-2.505,53.77],[-2.499,53.769],[-2.487,53.773],[-2.481,53.774],[-2.477,53.781],[-2.474,53.78],[-2.469,53.782],[-2.466,53.781],[-2.462,53.781],[-2.455,53.783],[-2.449,53.787],[-2.44,53.795],[-2.434,53.798],[-2.424,53.803],[-2.412,53.81],[-2.413,53.812],[-2.417,53.815],[-2.416,53.819],[-2.417,53.821],[-2.419,53.823],[-2.415,53.827],[-2.41,53.829],[-2.412,53.837],[-2.414,53.837],[-2.42,53.84],[-2.414,53.844],[-2.412,53.852],[-2.412,53.853],[-2.409,53.859],[-2.41,53.86],[-2.424,53.857],[-2.424,53.86],[-2.419,53.861],[-2.417,53.864],[-2.419,53.867],[-2.415,53.871],[-2.413,53.877],[-2.408,53.878],[-2.404,53.878],[-2.4,53.881],[-2.394,53.883],[-2.392,53.885],[-2.397,53.887],[-2.393,53.89],[-2.386,53.893],[-2.381,53.893],[-2.37,53.897],[-2.366,53.9],[-2.362,53.899],[-2.354,53.9],[-2.353,53.904],[-2.347,53.906],[-2.341,53.904],[-2.33,53.904],[-2.325,53.902],[-2.313,53.901],[-2.309,53.9],[-2.306,53.901],[-2.302,53.9],[-2.291,53.901],[-2.285,53.9],[-2.28,53.898],[-2.278,53.894],[-2.273,53.892],[-2.272,53.888],[-2.267,53.887],[-2.259,53.882],[-2.253,53.883],[-2.251,53.885],[-2.242,53.887],[-2.234,53.887],[-2.224,53.891],[-2.223,53.896],[-2.227,53.898],[-2.23,53.902],[-2.235,53.907],[-2.238,53.915],[-2.244,53.924],[-2.245,53.931],[-2.246,53.933],[-2.24,53.936],[-2.23,53.939],[-2.226,53.943],[-2.219,53.944],[-2.216,53.942],[-2.207,53.945],[-2.199,53.948],[-2.188,53.95],[-2.185,53.952]]]},"properties":{"Name":"Ribble Valley","ID":"E14001443"},"id":380}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.697,54.536],[-1.705,54.537],[-1.715,54.539],[-1.72,54.542],[-1.722,54.542],[-1.727,54.53],[-1.731,54.531],[-1.733,54.528],[-1.744,54.53],[-1.748,54.529],[-1.752,54.53],[-1.754,54.529],[-1.761,54.529],[-1.765,54.53],[-1.767,54.532],[-1.773,54.533],[-1.78,54.532],[-1.782,54.527],[-1.777,54.525],[-1.776,54.519],[-1.778,54.516],[-1.776,54.507],[-1.782,54.507],[-1.785,54.501],[-1.79,54.493],[-1.793,54.484],[-1.814,54.492],[-1.822,54.495],[-1.825,54.498],[-1.824,54.5],[-1.828,54.503],[-1.832,54.503],[-1.832,54.505],[-1.836,54.508],[-1.839,54.508],[-1.844,54.505],[-1.848,54.504],[-1.858,54.504],[-1.859,54.497],[-1.858,54.494],[-1.861,54.486],[-1.859,54.482],[-1.867,54.482],[-1.878,54.478],[-1.885,54.473],[-1.893,54.467],[-1.913,54.462],[-1.928,54.456],[-1.934,54.457],[-1.943,54.453],[-1.947,54.454],[-1.957,54.453],[-1.96,54.452],[-1.97,54.452],[-1.971,54.455],[-1.976,54.46],[-1.985,54.46],[-1.987,54.462],[-1.997,54.467],[-2.015,54.472],[-2.03,54.473],[-2.045,54.475],[-2.043,54.484],[-2.049,54.483],[-2.053,54.481],[-2.059,54.481],[-2.068,54.477],[-2.071,54.474],[-2.076,54.473],[-2.082,54.47],[-2.086,54.468],[-2.095,54.467],[-2.103,54.465],[-2.114,54.464],[-2.117,54.462],[-2.124,54.462],[-2.126,54.462],[-2.135,54.462],[-2.15,54.46],[-2.155,54.457],[-2.165,54.457],[-2.17,54.458],[-2.171,54.461],[-2.178,54.462],[-2.182,54.457],[-2.189,54.449],[-2.192,54.449],[-2.236,54.448],[-2.239,54.45],[-2.244,54.45],[-2.246,54.452],[-2.25,54.452],[-2.268,54.447],[-2.265,54.443],[-2.28,54.439],[-2.292,54.439],[-2.292,54.433],[-2.299,54.427],[-2.304,54.426],[-2.306,54.422],[-2.308,54.421],[-2.308,54.414],[-2.306,54.41],[-2.306,54.407],[-2.307,54.404],[-2.305,54.402],[-2.306,54.399],[-2.306,54.397],[-2.302,54.396],[-2.295,54.392],[-2.292,54.391],[-2.294,54.387],[-2.292,54.384],[-2.297,54.377],[-2.317,54.376],[-2.324,54.369],[-2.33,54.367],[-2.335,54.364],[-2.338,54.364],[-2.343,54.362],[-2.345,54.36],[-2.35,54.359],[-2.356,54.357],[-2.356,54.356],[-2.364,54.355],[-2.368,54.356],[-2.362,54.353],[-2.36,54.35],[-2.348,54.347],[-2.348,54.345],[-2.34,54.343],[-2.335,54.34],[-2.335,54.335],[-2.329,54.332],[-2.32,54.332],[-2.318,54.328],[-2.31,54.324],[-2.315,54.314],[-2.319,54.311],[-2.323,54.311],[-2.32,54.307],[-2.324,54.304],[-2.324,54.301],[-2.32,54.3],[-2.322,54.295],[-2.324,54.294],[-2.32,54.289],[-2.317,54.287],[-2.319,54.284],[-2.324,54.28],[-2.315,54.27],[-2.318,54.266],[-2.318,54.264],[-2.321,54.26],[-2.319,54.257],[-2.318,54.256],[-2.305,54.249],[-2.297,54.251],[-2.294,54.253],[-2.291,54.252],[-2.29,54.245],[-2.287,54.243],[-2.286,54.239],[-2.283,54.239],[-2.274,54.243],[-2.265,54.245],[-2.252,54.249],[-2.247,54.249],[-2.243,54.248],[-2.236,54.251],[-2.231,54.25],[-2.229,54.252],[-2.224,54.251],[-2.217,54.25],[-2.212,54.248],[-2.198,54.247],[-2.191,54.243],[-2.187,54.239],[-2.18,54.235],[-2.175,54.23],[-2.171,54.228],[-2.166,54.229],[-2.161,54.231],[-2.157,54.235],[-2.153,54.234],[-2.151,54.233],[-2.144,54.235],[-2.144,54.23],[-2.142,54.226],[-2.14,54.225],[-2.129,54.226],[-2.125,54.228],[-2.116,54.231],[-2.113,54.233],[-2.108,54.232],[-2.1,54.232],[-2.099,54.23],[-2.095,54.228],[-2.089,54.222],[-2.079,54.218],[-2.071,54.213],[-2.062,54.211],[-2.06,54.209],[-2.061,54.203],[-2.059,54.196],[-2.054,54.195],[-2.051,54.191],[-2.049,54.186],[-2.044,54.183],[-2.034,54.18],[-2.035,54.176],[-2.031,54.175],[-2.023,54.177],[-2.019,54.176],[-2.015,54.173],[-2.005,54.173],[-2.002,54.176],[-1.98,54.188],[-1.965,54.193],[-1.942,54.199],[-1.938,54.2],[-1.924,54.201],[-1.896,54.21],[-1.886,54.21],[-1.882,54.219],[-1.879,54.22],[-1.862,54.223],[-1.847,54.227],[-1.837,54.231],[-1.828,54.232],[-1.823,54.235],[-1.816,54.241],[-1.823,54.247],[-1.8,54.245],[-1.756,54.239],[-1.741,54.247],[-1.737,54.25],[-1.739,54.252],[-1.737,54.254],[-1.724,54.256],[-1.72,54.255],[-1.718,54.257],[-1.709,54.256],[-1.705,54.261],[-1.701,54.256],[-1.699,54.256],[-1.69,54.259],[-1.686,54.26],[-1.684,54.262],[-1.691,54.268],[-1.691,54.269],[-1.695,54.274],[-1.705,54.277],[-1.702,54.279],[-1.705,54.286],[-1.697,54.286],[-1.694,54.287],[-1.684,54.286],[-1.676,54.285],[-1.66,54.29],[-1.66,54.293],[-1.654,54.294],[-1.648,54.298],[-1.647,54.301],[-1.648,54.306],[-1.642,54.308],[-1.641,54.31],[-1.641,54.315],[-1.643,54.321],[-1.637,54.327],[-1.64,54.331],[-1.639,54.335],[-1.639,54.34],[-1.642,54.343],[-1.642,54.345],[-1.626,54.347],[-1.613,54.349],[-1.609,54.351],[-1.585,54.329],[-1.58,54.33],[-1.578,54.326],[-1.572,54.327],[-1.564,54.329],[-1.566,54.324],[-1.564,54.319],[-1.551,54.316],[-1.553,54.312],[-1.55,54.309],[-1.553,54.308],[-1.549,54.303],[-1.541,54.304],[-1.539,54.307],[-1.532,54.308],[-1.525,54.305],[-1.518,54.305],[-1.51,54.303],[-1.507,54.295],[-1.502,54.292],[-1.498,54.288],[-1.496,54.291],[-1.491,54.29],[-1.493,54.288],[-1.487,54.286],[-1.484,54.287],[-1.482,54.284],[-1.479,54.283],[-1.479,54.275],[-1.477,54.272],[-1.474,54.272],[-1.471,54.27],[-1.466,54.27],[-1.462,54.268],[-1.458,54.27],[-1.452,54.27],[-1.441,54.268],[-1.439,54.266],[-1.429,54.262],[-1.425,54.265],[-1.423,54.266],[-1.418,54.268],[-1.414,54.271],[-1.407,54.269],[-1.4,54.274],[-1.401,54.282],[-1.416,54.286],[-1.42,54.292],[-1.419,54.296],[-1.423,54.3],[-1.421,54.302],[-1.426,54.311],[-1.43,54.315],[-1.425,54.316],[-1.419,54.318],[-1.414,54.315],[-1.403,54.309],[-1.408,54.315],[-1.404,54.316],[-1.405,54.318],[-1.409,54.321],[-1.402,54.324],[-1.396,54.325],[-1.389,54.324],[-1.375,54.325],[-1.374,54.322],[-1.355,54.322],[-1.356,54.326],[-1.358,54.327],[-1.356,54.336],[-1.348,54.334],[-1.343,54.335],[-1.329,54.335],[-1.327,54.334],[-1.324,54.337],[-1.325,54.339],[-1.32,54.339],[-1.315,54.338],[-1.308,54.34],[-1.293,54.346],[-1.283,54.35],[-1.265,54.352],[-1.265,54.354],[-1.255,54.354],[-1.251,54.361],[-1.238,54.376],[-1.225,54.378],[-1.222,54.377],[-1.209,54.374],[-1.19,54.377],[-1.181,54.377],[-1.172,54.382],[-1.166,54.378],[-1.163,54.372],[-1.159,54.36],[-1.158,54.349],[-1.146,54.349],[-1.141,54.346],[-1.137,54.346],[-1.133,54.344],[-1.127,54.344],[-1.122,54.345],[-1.121,54.342],[-1.119,54.339],[-1.121,54.337],[-1.121,54.333],[-1.123,54.331],[-1.116,54.329],[-1.113,54.33],[-1.103,54.329],[-1.099,54.329],[-1.085,54.347],[-1.078,54.359],[-1.078,54.36],[-1.072,54.361],[-1.066,54.363],[-1.067,54.365],[-1.067,54.375],[-1.079,54.388],[-1.07,54.396],[-1.082,54.405],[-1.071,54.406],[-1.059,54.413],[-1.065,54.421],[-1.056,54.427],[-1.053,54.437],[-1.058,54.441],[-1.053,54.449],[-1.048,54.452],[-1.043,54.453],[-1.042,54.455],[-1.034,54.459],[-1.021,54.46],[-1.013,54.46],[-1.008,54.458],[-1,54.459],[-0.997,54.458],[-0.988,54.459],[-0.982,54.458],[-0.973,54.461],[-0.973,54.463],[-0.976,54.468],[-0.98,54.472],[-0.984,54.479],[-0.99,54.48],[-0.999,54.476],[-1.011,54.476],[-1.016,54.477],[-1.018,54.478],[-1.019,54.482],[-1.023,54.483],[-1.027,54.486],[-1.033,54.492],[-1.037,54.494],[-1.045,54.496],[-1.051,54.496],[-1.06,54.5],[-1.065,54.499],[-1.068,54.5],[-1.078,54.504],[-1.087,54.503],[-1.094,54.507],[-1.106,54.506],[-1.112,54.504],[-1.112,54.501],[-1.114,54.499],[-1.119,54.498],[-1.127,54.499],[-1.13,54.5],[-1.146,54.503],[-1.147,54.501],[-1.156,54.502],[-1.167,54.504],[-1.171,54.502],[-1.18,54.506],[-1.185,54.507],[-1.19,54.506],[-1.197,54.506],[-1.204,54.507],[-1.208,54.509],[-1.218,54.51],[-1.228,54.512],[-1.235,54.51],[-1.234,54.506],[-1.239,54.506],[-1.242,54.502],[-1.257,54.501],[-1.253,54.498],[-1.254,54.496],[-1.257,54.493],[-1.257,54.487],[-1.269,54.488],[-1.275,54.491],[-1.277,54.49],[-1.281,54.49],[-1.287,54.488],[-1.287,54.483],[-1.291,54.482],[-1.294,54.48],[-1.296,54.48],[-1.301,54.476],[-1.303,54.478],[-1.314,54.477],[-1.318,54.472],[-1.324,54.471],[-1.344,54.464],[-1.345,54.472],[-1.353,54.472],[-1.357,54.471],[-1.364,54.466],[-1.373,54.472],[-1.375,54.48],[-1.374,54.484],[-1.37,54.486],[-1.376,54.491],[-1.38,54.493],[-1.383,54.492],[-1.382,54.488],[-1.385,54.487],[-1.396,54.486],[-1.399,54.488],[-1.399,54.493],[-1.402,54.494],[-1.408,54.493],[-1.41,54.49],[-1.408,54.484],[-1.409,54.48],[-1.412,54.477],[-1.418,54.477],[-1.423,54.479],[-1.431,54.479],[-1.433,54.481],[-1.428,54.483],[-1.427,54.485],[-1.434,54.487],[-1.443,54.491],[-1.447,54.495],[-1.452,54.497],[-1.456,54.503],[-1.46,54.504],[-1.473,54.502],[-1.475,54.5],[-1.475,54.497],[-1.472,54.496],[-1.465,54.497],[-1.46,54.495],[-1.459,54.491],[-1.461,54.488],[-1.461,54.485],[-1.458,54.482],[-1.462,54.478],[-1.464,54.474],[-1.46,54.471],[-1.46,54.469],[-1.454,54.467],[-1.456,54.464],[-1.462,54.463],[-1.462,54.46],[-1.456,54.456],[-1.455,54.453],[-1.46,54.451],[-1.463,54.451],[-1.472,54.455],[-1.472,54.457],[-1.468,54.46],[-1.468,54.463],[-1.473,54.467],[-1.475,54.473],[-1.479,54.475],[-1.485,54.473],[-1.495,54.474],[-1.499,54.475],[-1.499,54.478],[-1.493,54.481],[-1.491,54.484],[-1.495,54.486],[-1.501,54.484],[-1.506,54.482],[-1.507,54.478],[-1.51,54.475],[-1.514,54.476],[-1.514,54.478],[-1.512,54.48],[-1.514,54.484],[-1.518,54.485],[-1.526,54.485],[-1.531,54.483],[-1.531,54.48],[-1.53,54.475],[-1.521,54.474],[-1.52,54.471],[-1.524,54.47],[-1.533,54.469],[-1.543,54.471],[-1.546,54.471],[-1.551,54.475],[-1.554,54.479],[-1.555,54.485],[-1.565,54.487],[-1.574,54.49],[-1.575,54.493],[-1.583,54.498],[-1.58,54.501],[-1.579,54.504],[-1.581,54.505],[-1.59,54.504],[-1.591,54.506],[-1.584,54.508],[-1.58,54.511],[-1.581,54.513],[-1.59,54.512],[-1.595,54.512],[-1.601,54.511],[-1.604,54.512],[-1.6,54.517],[-1.604,54.519],[-1.613,54.52],[-1.619,54.516],[-1.629,54.514],[-1.633,54.514],[-1.639,54.516],[-1.633,54.519],[-1.632,54.523],[-1.634,54.526],[-1.64,54.526],[-1.646,54.524],[-1.654,54.524],[-1.657,54.526],[-1.655,54.53],[-1.655,54.533],[-1.658,54.535],[-1.667,54.536],[-1.673,54.535],[-1.681,54.533],[-1.683,54.533],[-1.69,54.536],[-1.697,54.536]]]},"properties":{"Name":"Richmond and Northallerton","ID":"E14001444"},"id":381}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.224,51.471],[-0.227,51.476],[-0.227,51.481],[-0.228,51.485],[-0.231,51.488],[-0.236,51.489],[-0.241,51.488],[-0.249,51.484],[-0.249,51.482],[-0.25,51.476],[-0.251,51.474],[-0.255,51.471],[-0.264,51.47],[-0.268,51.471],[-0.272,51.474],[-0.277,51.481],[-0.281,51.484],[-0.284,51.486],[-0.291,51.486],[-0.295,51.485],[-0.302,51.479],[-0.307,51.475],[-0.318,51.471],[-0.32,51.465],[-0.314,51.461],[-0.308,51.459],[-0.303,51.453],[-0.303,51.451],[-0.306,51.449],[-0.314,51.446],[-0.322,51.445],[-0.328,51.443],[-0.33,51.44],[-0.327,51.433],[-0.324,51.431],[-0.319,51.43],[-0.314,51.428],[-0.313,51.428],[-0.312,51.427],[-0.31,51.426],[-0.309,51.426],[-0.308,51.424],[-0.307,51.423],[-0.306,51.422],[-0.306,51.421],[-0.307,51.42],[-0.307,51.419],[-0.307,51.418],[-0.308,51.417],[-0.308,51.415],[-0.308,51.414],[-0.3,51.413],[-0.292,51.413],[-0.286,51.413],[-0.281,51.411],[-0.281,51.413],[-0.277,51.413],[-0.269,51.414],[-0.265,51.416],[-0.262,51.417],[-0.259,51.41],[-0.254,51.41],[-0.251,51.412],[-0.247,51.41],[-0.249,51.415],[-0.25,51.415],[-0.25,51.417],[-0.25,51.419],[-0.25,51.42],[-0.251,51.421],[-0.251,51.422],[-0.253,51.424],[-0.252,51.426],[-0.253,51.427],[-0.254,51.429],[-0.254,51.43],[-0.251,51.432],[-0.251,51.433],[-0.254,51.437],[-0.248,51.44],[-0.243,51.442],[-0.242,51.444],[-0.244,51.446],[-0.247,51.449],[-0.259,51.455],[-0.259,51.456],[-0.258,51.457],[-0.257,51.459],[-0.257,51.46],[-0.258,51.46],[-0.253,51.465],[-0.252,51.465],[-0.25,51.465],[-0.249,51.465],[-0.245,51.465],[-0.236,51.464],[-0.234,51.464],[-0.233,51.464],[-0.233,51.472],[-0.233,51.473],[-0.232,51.473],[-0.223,51.471],[-0.224,51.471]]]},"properties":{"Name":"Richmond Park","ID":"E14001445"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.027,53.624],[-2.031,53.629],[-2.029,53.634],[-2.03,53.636],[-2.037,53.638],[-2.041,53.641],[-2.042,53.645],[-2.04,53.649],[-2.041,53.651],[-2.037,53.655],[-2.036,53.659],[-2.037,53.662],[-2.045,53.665],[-2.054,53.671],[-2.055,53.676],[-2.052,53.679],[-2.049,53.68],[-2.051,53.684],[-2.062,53.683],[-2.072,53.679],[-2.077,53.677],[-2.08,53.678],[-2.084,53.678],[-2.084,53.673],[-2.087,53.671],[-2.093,53.67],[-2.097,53.673],[-2.114,53.671],[-2.118,53.671],[-2.125,53.675],[-2.128,53.682],[-2.134,53.686],[-2.14,53.683],[-2.141,53.679],[-2.145,53.68],[-2.146,53.682],[-2.148,53.682],[-2.149,53.675],[-2.154,53.669],[-2.155,53.664],[-2.164,53.655],[-2.164,53.652],[-2.161,53.648],[-2.161,53.641],[-2.185,53.638],[-2.186,53.637],[-2.179,53.631],[-2.179,53.626],[-2.172,53.625],[-2.163,53.626],[-2.162,53.624],[-2.166,53.618],[-2.173,53.612],[-2.172,53.61],[-2.165,53.608],[-2.167,53.606],[-2.173,53.604],[-2.166,53.6],[-2.167,53.598],[-2.164,53.593],[-2.157,53.587],[-2.157,53.582],[-2.147,53.584],[-2.136,53.583],[-2.126,53.587],[-2.123,53.59],[-2.118,53.593],[-2.113,53.593],[-2.111,53.6],[-2.106,53.598],[-2.1,53.598],[-2.098,53.596],[-2.088,53.597],[-2.084,53.594],[-2.082,53.595],[-2.07,53.595],[-2.067,53.592],[-2.06,53.592],[-2.055,53.595],[-2.056,53.597],[-2.049,53.6],[-2.042,53.6],[-2.036,53.603],[-2.031,53.61],[-2.033,53.615],[-2.03,53.617],[-2.03,53.621],[-2.027,53.624]]]},"properties":{"Name":"Rochdale","ID":"E14001446"},"id":383}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.571,51.408],[0.564,51.408],[0.561,51.406],[0.56,51.403],[0.564,51.402],[0.569,51.403],[0.583,51.403],[0.579,51.407],[0.578,51.405],[0.573,51.405],[0.571,51.408]]],[[[0.555,51.399],[0.553,51.4],[0.548,51.408],[0.544,51.409],[0.537,51.41],[0.533,51.408],[0.531,51.403],[0.526,51.396],[0.523,51.385],[0.517,51.384],[0.512,51.386],[0.51,51.393],[0.505,51.394],[0.502,51.392],[0.496,51.387],[0.497,51.385],[0.492,51.381],[0.489,51.379],[0.482,51.379],[0.48,51.376],[0.477,51.375],[0.468,51.373],[0.464,51.371],[0.457,51.368],[0.467,51.364],[0.47,51.362],[0.476,51.361],[0.48,51.357],[0.482,51.358],[0.488,51.356],[0.494,51.353],[0.499,51.354],[0.497,51.357],[0.497,51.36],[0.501,51.361],[0.502,51.366],[0.504,51.367],[0.508,51.366],[0.511,51.371],[0.511,51.378],[0.514,51.379],[0.52,51.382],[0.527,51.379],[0.536,51.378],[0.536,51.38],[0.538,51.385],[0.541,51.386],[0.543,51.389],[0.537,51.39],[0.538,51.392],[0.543,51.394],[0.541,51.396],[0.544,51.397],[0.552,51.395],[0.555,51.399]]],[[[0.634,51.424],[0.631,51.424],[0.63,51.421],[0.635,51.42],[0.639,51.421],[0.634,51.424]]],[[[0.66,51.447],[0.658,51.448],[0.657,51.444],[0.661,51.445],[0.66,51.447]]],[[[0.453,51.341],[0.452,51.342],[0.452,51.345],[0.448,51.347],[0.45,51.349],[0.455,51.35],[0.456,51.352],[0.453,51.356],[0.448,51.359],[0.448,51.364],[0.45,51.367],[0.459,51.371],[0.467,51.376],[0.473,51.376],[0.476,51.379],[0.481,51.382],[0.49,51.382],[0.492,51.384],[0.49,51.389],[0.493,51.391],[0.498,51.392],[0.502,51.396],[0.507,51.397],[0.511,51.395],[0.515,51.389],[0.519,51.387],[0.521,51.391],[0.521,51.394],[0.523,51.398],[0.523,51.4],[0.526,51.403],[0.526,51.405],[0.53,51.411],[0.535,51.413],[0.538,51.414],[0.546,51.412],[0.555,51.412],[0.56,51.411],[0.567,51.412],[0.568,51.413],[0.574,51.413],[0.576,51.415],[0.587,51.416],[0.592,51.415],[0.597,51.416],[0.6,51.416],[0.611,51.417],[0.615,51.42],[0.623,51.423],[0.623,51.424],[0.619,51.429],[0.616,51.428],[0.615,51.424],[0.61,51.421],[0.61,51.425],[0.613,51.426],[0.612,51.429],[0.619,51.432],[0.618,51.436],[0.623,51.438],[0.629,51.438],[0.63,51.441],[0.635,51.443],[0.633,51.445],[0.641,51.445],[0.642,51.444],[0.65,51.445],[0.655,51.449],[0.659,51.449],[0.662,51.448],[0.664,51.444],[0.669,51.444],[0.673,51.44],[0.675,51.44],[0.677,51.437],[0.673,51.435],[0.678,51.433],[0.694,51.434],[0.7,51.433],[0.71,51.435],[0.717,51.438],[0.723,51.444],[0.723,51.454],[0.72,51.46],[0.712,51.465],[0.703,51.471],[0.7,51.473],[0.694,51.472],[0.686,51.475],[0.679,51.475],[0.676,51.473],[0.671,51.472],[0.67,51.475],[0.663,51.475],[0.66,51.478],[0.651,51.477],[0.646,51.479],[0.628,51.478],[0.615,51.475],[0.612,51.479],[0.602,51.481],[0.6,51.481],[0.586,51.484],[0.585,51.481],[0.579,51.48],[0.575,51.484],[0.565,51.484],[0.56,51.485],[0.558,51.483],[0.553,51.482],[0.554,51.485],[0.547,51.487],[0.526,51.484],[0.493,51.487],[0.488,51.487],[0.481,51.487],[0.469,51.483],[0.466,51.479],[0.462,51.475],[0.461,51.472],[0.459,51.47],[0.458,51.467],[0.46,51.466],[0.467,51.466],[0.468,51.464],[0.461,51.465],[0.458,51.466],[0.454,51.463],[0.459,51.459],[0.457,51.457],[0.459,51.456],[0.463,51.454],[0.468,51.454],[0.469,51.451],[0.476,51.447],[0.484,51.445],[0.488,51.443],[0.488,51.44],[0.49,51.438],[0.486,51.436],[0.489,51.435],[0.488,51.431],[0.49,51.426],[0.491,51.425],[0.489,51.419],[0.489,51.415],[0.484,51.413],[0.481,51.415],[0.475,51.413],[0.476,51.41],[0.478,51.407],[0.468,51.403],[0.469,51.4],[0.468,51.398],[0.457,51.399],[0.452,51.398],[0.457,51.394],[0.453,51.391],[0.448,51.39],[0.447,51.389],[0.434,51.389],[0.431,51.388],[0.43,51.384],[0.425,51.376],[0.42,51.376],[0.415,51.367],[0.412,51.363],[0.404,51.356],[0.401,51.353],[0.401,51.351],[0.397,51.346],[0.4,51.344],[0.404,51.345],[0.411,51.348],[0.426,51.347],[0.431,51.345],[0.449,51.341],[0.453,51.341]]]]},"properties":{"Name":"Rochester and Strood","ID":"E14001447"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.213,51.593],[0.199,51.595],[0.193,51.6],[0.194,51.603],[0.199,51.605],[0.206,51.609],[0.207,51.613],[0.208,51.616],[0.204,51.617],[0.196,51.625],[0.197,51.626],[0.186,51.624],[0.182,51.626],[0.18,51.624],[0.175,51.624],[0.169,51.621],[0.165,51.622],[0.155,51.623],[0.138,51.624],[0.144,51.617],[0.147,51.613],[0.149,51.609],[0.15,51.603],[0.148,51.599],[0.151,51.595],[0.151,51.584],[0.147,51.581],[0.147,51.576],[0.148,51.575],[0.15,51.57],[0.156,51.565],[0.162,51.562],[0.174,51.565],[0.184,51.565],[0.183,51.561],[0.185,51.56],[0.184,51.558],[0.19,51.553],[0.192,51.555],[0.195,51.556],[0.198,51.556],[0.199,51.557],[0.2,51.556],[0.202,51.556],[0.209,51.56],[0.21,51.561],[0.21,51.562],[0.211,51.563],[0.212,51.565],[0.212,51.566],[0.213,51.567],[0.213,51.568],[0.213,51.569],[0.212,51.575],[0.217,51.574],[0.218,51.574],[0.22,51.576],[0.22,51.58],[0.224,51.58],[0.232,51.583],[0.223,51.588],[0.219,51.589],[0.218,51.59],[0.217,51.591],[0.216,51.591],[0.214,51.592],[0.213,51.593]]]},"properties":{"Name":"Romford","ID":"E14001448"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.477,50.929],[-1.478,50.929],[-1.477,50.928],[-1.477,50.929]]],[[[-1.482,50.928],[-1.484,50.932],[-1.486,50.932],[-1.486,50.93],[-1.482,50.928]]],[[[-1.536,51.249],[-1.544,51.245],[-1.549,51.248],[-1.557,51.249],[-1.564,51.252],[-1.572,51.255],[-1.578,51.256],[-1.584,51.255],[-1.588,51.253],[-1.6,51.254],[-1.601,51.251],[-1.607,51.252],[-1.608,51.249],[-1.611,51.246],[-1.61,51.243],[-1.614,51.241],[-1.619,51.241],[-1.622,51.235],[-1.626,51.231],[-1.628,51.226],[-1.631,51.224],[-1.634,51.218],[-1.637,51.218],[-1.653,51.22],[-1.667,51.217],[-1.673,51.217],[-1.674,51.216],[-1.69,51.215],[-1.691,51.207],[-1.694,51.204],[-1.693,51.203],[-1.686,51.199],[-1.677,51.193],[-1.67,51.191],[-1.669,51.191],[-1.669,51.182],[-1.672,51.179],[-1.67,51.177],[-1.667,51.17],[-1.66,51.162],[-1.654,51.156],[-1.655,51.152],[-1.66,51.142],[-1.658,51.14],[-1.66,51.136],[-1.661,51.134],[-1.663,51.127],[-1.656,51.127],[-1.641,51.125],[-1.626,51.117],[-1.631,51.113],[-1.631,51.111],[-1.627,51.104],[-1.627,51.102],[-1.631,51.1],[-1.637,51.092],[-1.634,51.085],[-1.629,51.081],[-1.628,51.078],[-1.629,51.076],[-1.628,51.069],[-1.63,51.065],[-1.634,51.042],[-1.635,51.04],[-1.632,51.036],[-1.632,51.033],[-1.619,51.033],[-1.613,51.028],[-1.608,51.026],[-1.603,51.025],[-1.6,51.022],[-1.606,51.02],[-1.605,51.016],[-1.597,51.01],[-1.598,51.008],[-1.605,51.007],[-1.609,51.008],[-1.61,51.007],[-1.605,51.003],[-1.611,51.002],[-1.617,51.004],[-1.626,51.001],[-1.629,50.999],[-1.625,50.993],[-1.625,50.99],[-1.62,50.988],[-1.62,50.983],[-1.614,50.979],[-1.607,50.98],[-1.603,50.979],[-1.605,50.975],[-1.612,50.971],[-1.617,50.963],[-1.62,50.959],[-1.613,50.958],[-1.608,50.955],[-1.596,50.956],[-1.596,50.954],[-1.589,50.953],[-1.586,50.957],[-1.584,50.959],[-1.584,50.962],[-1.576,50.961],[-1.562,50.966],[-1.557,50.966],[-1.553,50.968],[-1.548,50.968],[-1.545,50.969],[-1.542,50.968],[-1.539,50.961],[-1.534,50.959],[-1.533,50.957],[-1.534,50.955],[-1.531,50.951],[-1.524,50.95],[-1.522,50.952],[-1.516,50.951],[-1.51,50.95],[-1.508,50.946],[-1.508,50.941],[-1.5,50.935],[-1.498,50.935],[-1.49,50.934],[-1.487,50.933],[-1.483,50.932],[-1.481,50.93],[-1.478,50.929],[-1.477,50.929],[-1.472,50.93],[-1.465,50.936],[-1.464,50.94],[-1.456,50.946],[-1.451,50.944],[-1.449,50.949],[-1.443,50.947],[-1.436,50.949],[-1.428,50.947],[-1.424,50.947],[-1.424,50.943],[-1.432,50.936],[-1.432,50.932],[-1.429,50.929],[-1.419,50.934],[-1.415,50.934],[-1.409,50.935],[-1.4,50.938],[-1.397,50.938],[-1.393,50.934],[-1.384,50.932],[-1.381,50.932],[-1.38,50.934],[-1.377,50.935],[-1.371,50.935],[-1.365,50.938],[-1.359,50.938],[-1.355,50.941],[-1.367,50.947],[-1.371,50.946],[-1.38,50.948],[-1.379,50.951],[-1.376,50.952],[-1.376,50.955],[-1.384,50.956],[-1.386,50.958],[-1.385,50.962],[-1.394,50.965],[-1.393,50.968],[-1.396,50.969],[-1.393,50.975],[-1.404,50.975],[-1.403,50.978],[-1.409,50.978],[-1.412,50.98],[-1.414,50.984],[-1.412,50.986],[-1.413,50.989],[-1.406,50.992],[-1.407,50.996],[-1.405,50.996],[-1.4,50.994],[-1.396,50.999],[-1.392,50.999],[-1.393,51.004],[-1.395,51.01],[-1.406,51.011],[-1.411,51.013],[-1.411,51.014],[-1.419,51.015],[-1.422,51.015],[-1.426,51.017],[-1.427,51.022],[-1.433,51.026],[-1.438,51.024],[-1.441,51.025],[-1.445,51.028],[-1.447,51.032],[-1.447,51.034],[-1.45,51.037],[-1.456,51.04],[-1.454,51.044],[-1.449,51.047],[-1.446,51.053],[-1.441,51.058],[-1.436,51.06],[-1.429,51.061],[-1.422,51.061],[-1.417,51.063],[-1.414,51.067],[-1.412,51.071],[-1.412,51.072],[-1.41,51.075],[-1.41,51.078],[-1.415,51.078],[-1.413,51.081],[-1.412,51.086],[-1.415,51.091],[-1.415,51.096],[-1.42,51.095],[-1.43,51.094],[-1.431,51.098],[-1.436,51.098],[-1.434,51.101],[-1.434,51.105],[-1.436,51.108],[-1.436,51.112],[-1.431,51.117],[-1.42,51.111],[-1.417,51.11],[-1.414,51.111],[-1.408,51.111],[-1.404,51.113],[-1.404,51.115],[-1.407,51.12],[-1.399,51.123],[-1.394,51.123],[-1.388,51.125],[-1.38,51.124],[-1.376,51.127],[-1.37,51.129],[-1.378,51.136],[-1.37,51.143],[-1.367,51.148],[-1.361,51.152],[-1.351,51.155],[-1.348,51.156],[-1.348,51.16],[-1.338,51.159],[-1.336,51.16],[-1.336,51.164],[-1.337,51.167],[-1.332,51.168],[-1.329,51.172],[-1.331,51.174],[-1.325,51.181],[-1.311,51.191],[-1.309,51.195],[-1.321,51.191],[-1.328,51.19],[-1.332,51.188],[-1.341,51.185],[-1.342,51.187],[-1.34,51.196],[-1.339,51.2],[-1.341,51.205],[-1.346,51.208],[-1.355,51.211],[-1.358,51.212],[-1.36,51.21],[-1.359,51.208],[-1.36,51.205],[-1.365,51.202],[-1.369,51.202],[-1.374,51.206],[-1.377,51.208],[-1.382,51.212],[-1.384,51.215],[-1.389,51.215],[-1.397,51.217],[-1.4,51.22],[-1.405,51.22],[-1.421,51.224],[-1.425,51.222],[-1.423,51.218],[-1.424,51.214],[-1.43,51.211],[-1.431,51.209],[-1.435,51.208],[-1.435,51.205],[-1.446,51.202],[-1.459,51.2],[-1.479,51.195],[-1.487,51.195],[-1.506,51.201],[-1.51,51.203],[-1.513,51.206],[-1.523,51.205],[-1.53,51.205],[-1.534,51.206],[-1.532,51.21],[-1.529,51.21],[-1.521,51.215],[-1.516,51.219],[-1.511,51.218],[-1.509,51.217],[-1.497,51.218],[-1.492,51.218],[-1.493,51.22],[-1.493,51.226],[-1.496,51.226],[-1.494,51.23],[-1.496,51.232],[-1.494,51.234],[-1.501,51.236],[-1.507,51.234],[-1.509,51.235],[-1.509,51.238],[-1.512,51.244],[-1.516,51.245],[-1.525,51.247],[-1.529,51.249],[-1.536,51.249]]]]},"properties":{"Name":"Romsey and Southampton North","ID":"E14001449"},"id":386}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.173,53.723],[-2.181,53.729],[-2.185,53.731],[-2.197,53.733],[-2.203,53.732],[-2.205,53.734],[-2.217,53.738],[-2.226,53.739],[-2.233,53.738],[-2.235,53.742],[-2.24,53.747],[-2.252,53.755],[-2.256,53.753],[-2.257,53.75],[-2.264,53.747],[-2.263,53.746],[-2.267,53.743],[-2.271,53.742],[-2.275,53.744],[-2.278,53.743],[-2.282,53.745],[-2.285,53.744],[-2.287,53.746],[-2.293,53.75],[-2.295,53.752],[-2.303,53.748],[-2.303,53.744],[-2.309,53.74],[-2.311,53.737],[-2.31,53.732],[-2.311,53.727],[-2.309,53.722],[-2.305,53.723],[-2.306,53.718],[-2.305,53.707],[-2.311,53.707],[-2.312,53.701],[-2.31,53.698],[-2.312,53.696],[-2.306,53.692],[-2.306,53.685],[-2.307,53.683],[-2.312,53.684],[-2.317,53.682],[-2.319,53.683],[-2.321,53.689],[-2.322,53.692],[-2.331,53.696],[-2.333,53.699],[-2.337,53.698],[-2.343,53.699],[-2.351,53.701],[-2.36,53.703],[-2.369,53.702],[-2.375,53.704],[-2.38,53.703],[-2.386,53.703],[-2.39,53.705],[-2.395,53.705],[-2.405,53.707],[-2.413,53.705],[-2.42,53.708],[-2.418,53.711],[-2.426,53.715],[-2.434,53.719],[-2.432,53.72],[-2.434,53.728],[-2.439,53.732],[-2.443,53.728],[-2.453,53.72],[-2.458,53.717],[-2.46,53.721],[-2.456,53.722],[-2.458,53.725],[-2.462,53.724],[-2.466,53.729],[-2.471,53.727],[-2.475,53.727],[-2.48,53.726],[-2.483,53.722],[-2.485,53.722],[-2.492,53.728],[-2.496,53.726],[-2.496,53.724],[-2.5,53.72],[-2.502,53.721],[-2.504,53.715],[-2.508,53.713],[-2.526,53.713],[-2.539,53.715],[-2.539,53.713],[-2.543,53.71],[-2.543,53.707],[-2.54,53.702],[-2.532,53.696],[-2.525,53.695],[-2.523,53.695],[-2.516,53.692],[-2.515,53.69],[-2.518,53.687],[-2.517,53.685],[-2.518,53.678],[-2.521,53.675],[-2.525,53.675],[-2.526,53.672],[-2.53,53.666],[-2.532,53.665],[-2.529,53.661],[-2.529,53.657],[-2.525,53.654],[-2.521,53.645],[-2.525,53.642],[-2.52,53.63],[-2.515,53.629],[-2.511,53.627],[-2.508,53.625],[-2.497,53.623],[-2.479,53.617],[-2.473,53.617],[-2.47,53.62],[-2.464,53.622],[-2.46,53.62],[-2.454,53.622],[-2.456,53.627],[-2.451,53.628],[-2.449,53.631],[-2.449,53.635],[-2.448,53.637],[-2.45,53.641],[-2.443,53.642],[-2.439,53.646],[-2.433,53.641],[-2.431,53.638],[-2.426,53.635],[-2.426,53.627],[-2.422,53.624],[-2.416,53.624],[-2.409,53.625],[-2.401,53.625],[-2.401,53.629],[-2.398,53.632],[-2.386,53.633],[-2.383,53.631],[-2.379,53.631],[-2.376,53.632],[-2.37,53.632],[-2.369,53.635],[-2.372,53.642],[-2.371,53.645],[-2.367,53.645],[-2.365,53.652],[-2.363,53.655],[-2.364,53.657],[-2.368,53.662],[-2.371,53.667],[-2.361,53.665],[-2.356,53.665],[-2.355,53.659],[-2.353,53.658],[-2.333,53.655],[-2.32,53.656],[-2.316,53.655],[-2.311,53.66],[-2.308,53.661],[-2.306,53.663],[-2.3,53.667],[-2.296,53.664],[-2.294,53.658],[-2.297,53.653],[-2.298,53.648],[-2.295,53.64],[-2.287,53.632],[-2.284,53.627],[-2.284,53.625],[-2.282,53.622],[-2.278,53.62],[-2.278,53.619],[-2.273,53.619],[-2.272,53.615],[-2.269,53.616],[-2.266,53.615],[-2.258,53.616],[-2.26,53.621],[-2.26,53.624],[-2.262,53.626],[-2.264,53.63],[-2.265,53.639],[-2.268,53.641],[-2.27,53.646],[-2.266,53.651],[-2.263,53.652],[-2.261,53.654],[-2.254,53.657],[-2.249,53.66],[-2.246,53.664],[-2.237,53.667],[-2.233,53.669],[-2.226,53.671],[-2.222,53.669],[-2.218,53.669],[-2.215,53.665],[-2.207,53.661],[-2.207,53.657],[-2.205,53.654],[-2.198,53.652],[-2.19,53.648],[-2.182,53.648],[-2.183,53.645],[-2.182,53.64],[-2.185,53.638],[-2.161,53.641],[-2.161,53.648],[-2.164,53.652],[-2.164,53.655],[-2.155,53.664],[-2.154,53.669],[-2.149,53.675],[-2.148,53.682],[-2.146,53.682],[-2.148,53.686],[-2.145,53.692],[-2.152,53.695],[-2.161,53.698],[-2.163,53.699],[-2.163,53.707],[-2.166,53.71],[-2.167,53.714],[-2.172,53.717],[-2.17,53.719],[-2.173,53.723]]]},"properties":{"Name":"Rossendale and Darwen","ID":"E14001450"},"id":387}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.116,53.407],[-1.116,53.41],[-1.133,53.409],[-1.136,53.411],[-1.146,53.412],[-1.144,53.418],[-1.136,53.424],[-1.137,53.425],[-1.146,53.426],[-1.153,53.425],[-1.16,53.424],[-1.163,53.428],[-1.167,53.431],[-1.17,53.435],[-1.177,53.435],[-1.182,53.434],[-1.186,53.435],[-1.196,53.436],[-1.196,53.433],[-1.197,53.432],[-1.208,53.432],[-1.216,53.435],[-1.223,53.434],[-1.233,53.434],[-1.238,53.433],[-1.24,53.435],[-1.243,53.436],[-1.252,53.423],[-1.254,53.418],[-1.249,53.418],[-1.251,53.411],[-1.252,53.409],[-1.263,53.411],[-1.266,53.414],[-1.264,53.418],[-1.267,53.418],[-1.269,53.423],[-1.283,53.422],[-1.293,53.419],[-1.297,53.42],[-1.309,53.42],[-1.313,53.423],[-1.31,53.428],[-1.313,53.431],[-1.318,53.429],[-1.322,53.43],[-1.324,53.425],[-1.324,53.419],[-1.328,53.416],[-1.332,53.417],[-1.335,53.416],[-1.34,53.415],[-1.34,53.413],[-1.334,53.407],[-1.343,53.406],[-1.345,53.404],[-1.343,53.4],[-1.335,53.397],[-1.331,53.393],[-1.33,53.39],[-1.325,53.388],[-1.322,53.385],[-1.325,53.379],[-1.331,53.374],[-1.34,53.379],[-1.344,53.379],[-1.347,53.377],[-1.351,53.378],[-1.352,53.376],[-1.35,53.372],[-1.356,53.369],[-1.363,53.369],[-1.361,53.367],[-1.352,53.366],[-1.34,53.359],[-1.338,53.354],[-1.335,53.352],[-1.332,53.352],[-1.329,53.349],[-1.326,53.341],[-1.325,53.329],[-1.322,53.325],[-1.314,53.327],[-1.311,53.329],[-1.312,53.334],[-1.306,53.334],[-1.299,53.333],[-1.297,53.331],[-1.289,53.326],[-1.29,53.323],[-1.294,53.323],[-1.296,53.32],[-1.294,53.314],[-1.285,53.312],[-1.282,53.309],[-1.276,53.309],[-1.274,53.311],[-1.27,53.309],[-1.268,53.306],[-1.264,53.305],[-1.254,53.302],[-1.248,53.303],[-1.242,53.302],[-1.237,53.306],[-1.23,53.309],[-1.22,53.304],[-1.211,53.305],[-1.203,53.304],[-1.203,53.307],[-1.2,53.311],[-1.197,53.315],[-1.195,53.315],[-1.192,53.319],[-1.18,53.321],[-1.174,53.321],[-1.176,53.325],[-1.169,53.328],[-1.164,53.329],[-1.16,53.333],[-1.149,53.339],[-1.145,53.341],[-1.139,53.341],[-1.14,53.347],[-1.154,53.345],[-1.157,53.345],[-1.16,53.35],[-1.162,53.352],[-1.162,53.358],[-1.152,53.354],[-1.139,53.356],[-1.139,53.361],[-1.141,53.364],[-1.145,53.363],[-1.146,53.366],[-1.144,53.367],[-1.146,53.369],[-1.145,53.371],[-1.134,53.373],[-1.131,53.376],[-1.13,53.379],[-1.133,53.382],[-1.131,53.386],[-1.131,53.39],[-1.135,53.39],[-1.132,53.394],[-1.129,53.394],[-1.123,53.398],[-1.116,53.398],[-1.115,53.401],[-1.116,53.407]]]},"properties":{"Name":"Rother Valley","ID":"E14001451"},"id":388}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.269,53.423],[-1.264,53.424],[-1.265,53.425],[-1.27,53.429],[-1.274,53.43],[-1.273,53.434],[-1.271,53.435],[-1.276,53.436],[-1.281,53.44],[-1.28,53.442],[-1.284,53.451],[-1.285,53.456],[-1.282,53.464],[-1.283,53.466],[-1.287,53.466],[-1.297,53.471],[-1.302,53.462],[-1.306,53.463],[-1.309,53.461],[-1.312,53.461],[-1.313,53.458],[-1.314,53.453],[-1.319,53.447],[-1.32,53.445],[-1.323,53.445],[-1.327,53.449],[-1.333,53.45],[-1.342,53.444],[-1.35,53.441],[-1.356,53.442],[-1.361,53.439],[-1.362,53.444],[-1.359,53.444],[-1.355,53.447],[-1.354,53.45],[-1.357,53.454],[-1.354,53.455],[-1.358,53.463],[-1.365,53.465],[-1.372,53.46],[-1.38,53.461],[-1.387,53.46],[-1.387,53.458],[-1.394,53.455],[-1.394,53.451],[-1.403,53.451],[-1.408,53.455],[-1.408,53.459],[-1.405,53.462],[-1.415,53.465],[-1.429,53.467],[-1.435,53.464],[-1.442,53.461],[-1.448,53.462],[-1.445,53.457],[-1.444,53.451],[-1.442,53.445],[-1.433,53.438],[-1.418,53.43],[-1.416,53.427],[-1.41,53.422],[-1.408,53.42],[-1.403,53.423],[-1.397,53.425],[-1.396,53.424],[-1.387,53.425],[-1.382,53.425],[-1.38,53.422],[-1.384,53.421],[-1.394,53.42],[-1.389,53.418],[-1.392,53.415],[-1.39,53.413],[-1.387,53.411],[-1.382,53.404],[-1.382,53.401],[-1.377,53.399],[-1.379,53.397],[-1.376,53.394],[-1.376,53.393],[-1.387,53.388],[-1.39,53.386],[-1.391,53.383],[-1.384,53.383],[-1.38,53.381],[-1.366,53.372],[-1.363,53.369],[-1.356,53.369],[-1.35,53.372],[-1.352,53.376],[-1.351,53.378],[-1.347,53.377],[-1.344,53.379],[-1.34,53.379],[-1.331,53.374],[-1.325,53.379],[-1.322,53.385],[-1.325,53.388],[-1.33,53.39],[-1.331,53.393],[-1.335,53.397],[-1.343,53.4],[-1.345,53.404],[-1.343,53.406],[-1.334,53.407],[-1.34,53.413],[-1.34,53.415],[-1.335,53.416],[-1.332,53.417],[-1.328,53.416],[-1.324,53.419],[-1.324,53.425],[-1.322,53.43],[-1.318,53.429],[-1.313,53.431],[-1.31,53.428],[-1.313,53.423],[-1.309,53.42],[-1.297,53.42],[-1.293,53.419],[-1.283,53.422],[-1.269,53.423]]]},"properties":{"Name":"Rotherham","ID":"E14001452"},"id":389}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.325,52.501],[-1.338,52.506],[-1.342,52.507],[-1.363,52.515],[-1.374,52.518],[-1.373,52.519],[-1.381,52.522],[-1.407,52.532],[-1.415,52.534],[-1.417,52.534],[-1.423,52.532],[-1.421,52.53],[-1.422,52.527],[-1.424,52.525],[-1.425,52.521],[-1.429,52.516],[-1.424,52.514],[-1.42,52.516],[-1.413,52.517],[-1.408,52.515],[-1.405,52.513],[-1.407,52.511],[-1.405,52.507],[-1.41,52.502],[-1.412,52.497],[-1.423,52.496],[-1.433,52.497],[-1.441,52.497],[-1.444,52.499],[-1.451,52.499],[-1.457,52.498],[-1.461,52.494],[-1.461,52.492],[-1.464,52.491],[-1.458,52.489],[-1.46,52.485],[-1.454,52.48],[-1.454,52.478],[-1.466,52.471],[-1.464,52.463],[-1.465,52.46],[-1.471,52.457],[-1.466,52.459],[-1.462,52.458],[-1.46,52.454],[-1.454,52.45],[-1.446,52.448],[-1.445,52.446],[-1.447,52.443],[-1.44,52.44],[-1.432,52.438],[-1.425,52.435],[-1.424,52.431],[-1.429,52.421],[-1.435,52.413],[-1.438,52.411],[-1.437,52.408],[-1.432,52.402],[-1.431,52.399],[-1.433,52.395],[-1.436,52.392],[-1.447,52.385],[-1.46,52.381],[-1.463,52.38],[-1.463,52.376],[-1.46,52.375],[-1.451,52.373],[-1.447,52.374],[-1.44,52.375],[-1.436,52.374],[-1.435,52.372],[-1.431,52.372],[-1.428,52.368],[-1.421,52.369],[-1.419,52.371],[-1.403,52.364],[-1.402,52.36],[-1.396,52.356],[-1.389,52.356],[-1.389,52.358],[-1.381,52.357],[-1.379,52.355],[-1.37,52.353],[-1.37,52.355],[-1.359,52.354],[-1.353,52.35],[-1.346,52.348],[-1.343,52.349],[-1.339,52.35],[-1.334,52.348],[-1.334,52.351],[-1.326,52.354],[-1.327,52.357],[-1.319,52.358],[-1.318,52.355],[-1.32,52.353],[-1.316,52.352],[-1.299,52.358],[-1.292,52.353],[-1.289,52.349],[-1.289,52.344],[-1.284,52.345],[-1.278,52.347],[-1.272,52.348],[-1.263,52.354],[-1.258,52.352],[-1.254,52.355],[-1.252,52.355],[-1.244,52.349],[-1.238,52.344],[-1.233,52.347],[-1.225,52.347],[-1.221,52.35],[-1.209,52.349],[-1.206,52.351],[-1.198,52.353],[-1.195,52.353],[-1.192,52.351],[-1.187,52.354],[-1.179,52.354],[-1.175,52.356],[-1.175,52.361],[-1.172,52.361],[-1.202,52.396],[-1.202,52.397],[-1.224,52.423],[-1.241,52.44],[-1.243,52.44],[-1.255,52.451],[-1.266,52.461],[-1.294,52.484],[-1.307,52.494],[-1.325,52.501]]]},"properties":{"Name":"Rugby","ID":"E14001453"},"id":390}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.368,51.621],[-0.378,51.618],[-0.382,51.617],[-0.388,51.616],[-0.393,51.615],[-0.401,51.613],[-0.411,51.614],[-0.417,51.616],[-0.427,51.617],[-0.438,51.62],[-0.445,51.62],[-0.449,51.615],[-0.457,51.612],[-0.469,51.617],[-0.477,51.622],[-0.488,51.627],[-0.492,51.631],[-0.497,51.632],[-0.5,51.629],[-0.498,51.627],[-0.5,51.624],[-0.499,51.621],[-0.495,51.619],[-0.499,51.611],[-0.496,51.603],[-0.501,51.6],[-0.5,51.597],[-0.483,51.596],[-0.481,51.594],[-0.475,51.592],[-0.464,51.589],[-0.46,51.584],[-0.46,51.581],[-0.456,51.582],[-0.449,51.581],[-0.444,51.578],[-0.442,51.576],[-0.446,51.575],[-0.449,51.576],[-0.452,51.573],[-0.444,51.572],[-0.431,51.568],[-0.425,51.57],[-0.411,51.574],[-0.407,51.574],[-0.405,51.57],[-0.401,51.565],[-0.397,51.567],[-0.392,51.567],[-0.386,51.571],[-0.382,51.573],[-0.38,51.577],[-0.371,51.575],[-0.37,51.578],[-0.373,51.584],[-0.365,51.586],[-0.364,51.59],[-0.369,51.598],[-0.373,51.601],[-0.37,51.606],[-0.365,51.607],[-0.357,51.603],[-0.354,51.604],[-0.355,51.61],[-0.363,51.617],[-0.366,51.618],[-0.368,51.621]]]},"properties":{"Name":"Ruislip, Northwood and Pinner","ID":"E14001454"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.595,53.322],[-2.596,53.325],[-2.601,53.325],[-2.608,53.327],[-2.61,53.33],[-2.615,53.329],[-2.62,53.332],[-2.616,53.334],[-2.611,53.341],[-2.607,53.342],[-2.61,53.346],[-2.623,53.347],[-2.624,53.346],[-2.631,53.346],[-2.631,53.348],[-2.628,53.355],[-2.627,53.359],[-2.631,53.364],[-2.642,53.362],[-2.675,53.354],[-2.68,53.355],[-2.685,53.356],[-2.693,53.357],[-2.7,53.357],[-2.709,53.35],[-2.714,53.348],[-2.719,53.345],[-2.722,53.345],[-2.743,53.345],[-2.754,53.343],[-2.756,53.342],[-2.76,53.337],[-2.762,53.333],[-2.763,53.328],[-2.76,53.322],[-2.754,53.317],[-2.752,53.314],[-2.756,53.311],[-2.761,53.31],[-2.786,53.298],[-2.789,53.297],[-2.8,53.299],[-2.807,53.303],[-2.816,53.306],[-2.822,53.307],[-2.836,53.308],[-2.846,53.307],[-2.848,53.306],[-2.848,53.302],[-2.84,53.299],[-2.841,53.298],[-2.849,53.297],[-2.854,53.295],[-2.856,53.292],[-2.861,53.293],[-2.871,53.291],[-2.878,53.291],[-2.886,53.293],[-2.888,53.289],[-2.893,53.286],[-2.887,53.283],[-2.883,53.275],[-2.879,53.272],[-2.876,53.262],[-2.884,53.26],[-2.898,53.259],[-2.912,53.256],[-2.91,53.255],[-2.899,53.256],[-2.892,53.253],[-2.891,53.25],[-2.889,53.25],[-2.887,53.246],[-2.884,53.246],[-2.883,53.243],[-2.876,53.241],[-2.876,53.237],[-2.873,53.235],[-2.865,53.229],[-2.864,53.228],[-2.866,53.225],[-2.861,53.223],[-2.862,53.22],[-2.859,53.216],[-2.863,53.213],[-2.867,53.213],[-2.866,53.211],[-2.859,53.207],[-2.856,53.204],[-2.849,53.198],[-2.848,53.194],[-2.84,53.195],[-2.842,53.197],[-2.833,53.199],[-2.826,53.198],[-2.82,53.2],[-2.817,53.199],[-2.811,53.203],[-2.806,53.204],[-2.802,53.202],[-2.799,53.199],[-2.775,53.203],[-2.771,53.204],[-2.77,53.207],[-2.764,53.209],[-2.763,53.21],[-2.752,53.206],[-2.743,53.208],[-2.735,53.209],[-2.732,53.21],[-2.726,53.215],[-2.722,53.216],[-2.716,53.216],[-2.713,53.219],[-2.71,53.225],[-2.707,53.227],[-2.706,53.23],[-2.712,53.235],[-2.709,53.236],[-2.701,53.239],[-2.691,53.239],[-2.691,53.243],[-2.697,53.245],[-2.696,53.249],[-2.693,53.25],[-2.689,53.256],[-2.678,53.257],[-2.669,53.254],[-2.665,53.26],[-2.658,53.265],[-2.65,53.267],[-2.649,53.272],[-2.651,53.273],[-2.651,53.282],[-2.645,53.283],[-2.649,53.286],[-2.659,53.287],[-2.667,53.282],[-2.672,53.284],[-2.673,53.289],[-2.683,53.291],[-2.686,53.296],[-2.688,53.3],[-2.692,53.303],[-2.699,53.304],[-2.701,53.306],[-2.688,53.313],[-2.685,53.315],[-2.648,53.308],[-2.642,53.306],[-2.645,53.31],[-2.638,53.31],[-2.636,53.308],[-2.629,53.308],[-2.624,53.309],[-2.623,53.312],[-2.618,53.316],[-2.617,53.321],[-2.61,53.318],[-2.61,53.316],[-2.607,53.314],[-2.604,53.318],[-2.595,53.32],[-2.595,53.322]]]},"properties":{"Name":"Runcorn and Helsby","ID":"E14001455"},"id":392}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.523,51.435],[-0.531,51.436],[-0.537,51.438],[-0.548,51.442],[-0.552,51.444],[-0.558,51.439],[-0.553,51.433],[-0.555,51.431],[-0.56,51.429],[-0.559,51.425],[-0.555,51.423],[-0.559,51.417],[-0.553,51.421],[-0.549,51.425],[-0.546,51.425],[-0.541,51.425],[-0.54,51.42],[-0.54,51.414],[-0.547,51.415],[-0.548,51.412],[-0.545,51.409],[-0.546,51.407],[-0.549,51.404],[-0.547,51.401],[-0.548,51.399],[-0.559,51.394],[-0.569,51.39],[-0.578,51.387],[-0.591,51.385],[-0.598,51.386],[-0.594,51.377],[-0.587,51.375],[-0.579,51.372],[-0.574,51.371],[-0.573,51.366],[-0.57,51.36],[-0.563,51.362],[-0.555,51.362],[-0.551,51.357],[-0.551,51.354],[-0.549,51.348],[-0.539,51.347],[-0.534,51.348],[-0.529,51.345],[-0.521,51.345],[-0.518,51.343],[-0.516,51.339],[-0.503,51.342],[-0.486,51.348],[-0.482,51.35],[-0.48,51.348],[-0.479,51.345],[-0.477,51.343],[-0.473,51.342],[-0.466,51.343],[-0.461,51.335],[-0.463,51.333],[-0.462,51.33],[-0.456,51.331],[-0.451,51.331],[-0.451,51.329],[-0.446,51.327],[-0.437,51.327],[-0.441,51.325],[-0.446,51.324],[-0.446,51.317],[-0.444,51.313],[-0.443,51.308],[-0.44,51.305],[-0.437,51.304],[-0.426,51.304],[-0.416,51.304],[-0.409,51.303],[-0.404,51.295],[-0.403,51.296],[-0.398,51.298],[-0.395,51.298],[-0.393,51.301],[-0.393,51.309],[-0.397,51.311],[-0.393,51.312],[-0.392,51.311],[-0.388,51.31],[-0.384,51.313],[-0.379,51.313],[-0.377,51.31],[-0.372,51.31],[-0.367,51.315],[-0.364,51.312],[-0.36,51.312],[-0.352,51.319],[-0.345,51.322],[-0.335,51.326],[-0.331,51.329],[-0.33,51.333],[-0.329,51.341],[-0.328,51.344],[-0.331,51.348],[-0.328,51.352],[-0.336,51.35],[-0.342,51.349],[-0.356,51.349],[-0.364,51.349],[-0.38,51.345],[-0.389,51.346],[-0.395,51.348],[-0.395,51.349],[-0.401,51.351],[-0.406,51.354],[-0.409,51.354],[-0.411,51.358],[-0.408,51.358],[-0.411,51.362],[-0.433,51.357],[-0.432,51.364],[-0.434,51.365],[-0.441,51.366],[-0.445,51.368],[-0.447,51.374],[-0.446,51.377],[-0.441,51.377],[-0.432,51.382],[-0.432,51.384],[-0.436,51.384],[-0.44,51.389],[-0.444,51.387],[-0.452,51.387],[-0.451,51.384],[-0.454,51.383],[-0.459,51.382],[-0.47,51.382],[-0.471,51.386],[-0.476,51.39],[-0.478,51.39],[-0.483,51.386],[-0.486,51.389],[-0.487,51.395],[-0.488,51.397],[-0.491,51.399],[-0.491,51.402],[-0.493,51.405],[-0.493,51.41],[-0.496,51.413],[-0.5,51.414],[-0.5,51.411],[-0.504,51.411],[-0.502,51.414],[-0.503,51.416],[-0.506,51.417],[-0.512,51.417],[-0.513,51.42],[-0.51,51.424],[-0.51,51.43],[-0.512,51.431],[-0.519,51.434],[-0.523,51.435]]]},"properties":{"Name":"Runnymede and Weybridge","ID":"E14001456"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.885,52.893],[-0.89,52.897],[-0.895,52.9],[-0.898,52.9],[-0.906,52.906],[-0.91,52.91],[-0.915,52.91],[-0.924,52.907],[-0.928,52.911],[-0.93,52.913],[-0.927,52.915],[-0.922,52.917],[-0.924,52.926],[-0.922,52.93],[-0.922,52.935],[-0.93,52.934],[-0.934,52.937],[-0.942,52.935],[-0.949,52.933],[-0.96,52.931],[-0.963,52.931],[-0.972,52.928],[-0.977,52.934],[-0.982,52.94],[-0.986,52.943],[-0.978,52.95],[-0.982,52.951],[-0.995,52.951],[-1.003,52.952],[-1.006,52.956],[-1.013,52.956],[-1.017,52.954],[-1.021,52.956],[-1.024,52.955],[-1.029,52.958],[-1.034,52.958],[-1.037,52.956],[-1.041,52.951],[-1.049,52.953],[-1.054,52.951],[-1.064,52.951],[-1.068,52.955],[-1.075,52.956],[-1.083,52.948],[-1.086,52.949],[-1.095,52.945],[-1.1,52.942],[-1.104,52.942],[-1.112,52.945],[-1.122,52.943],[-1.125,52.943],[-1.132,52.943],[-1.138,52.937],[-1.139,52.933],[-1.143,52.932],[-1.146,52.932],[-1.152,52.937],[-1.155,52.93],[-1.159,52.913],[-1.16,52.91],[-1.159,52.906],[-1.159,52.9],[-1.163,52.9],[-1.169,52.898],[-1.175,52.89],[-1.178,52.891],[-1.192,52.895],[-1.191,52.897],[-1.195,52.898],[-1.199,52.898],[-1.211,52.903],[-1.213,52.901],[-1.217,52.901],[-1.214,52.904],[-1.22,52.903],[-1.221,52.901],[-1.219,52.898],[-1.22,52.896],[-1.227,52.896],[-1.233,52.893],[-1.24,52.892],[-1.245,52.891],[-1.246,52.889],[-1.244,52.886],[-1.24,52.884],[-1.238,52.882],[-1.24,52.88],[-1.245,52.879],[-1.254,52.879],[-1.259,52.875],[-1.263,52.874],[-1.268,52.873],[-1.27,52.872],[-1.272,52.868],[-1.274,52.859],[-1.269,52.859],[-1.268,52.856],[-1.271,52.854],[-1.272,52.849],[-1.271,52.846],[-1.268,52.845],[-1.266,52.843],[-1.269,52.84],[-1.267,52.838],[-1.274,52.836],[-1.274,52.834],[-1.271,52.832],[-1.271,52.824],[-1.266,52.821],[-1.26,52.819],[-1.263,52.816],[-1.262,52.81],[-1.26,52.807],[-1.255,52.804],[-1.252,52.806],[-1.245,52.806],[-1.242,52.805],[-1.232,52.801],[-1.232,52.798],[-1.229,52.793],[-1.222,52.792],[-1.215,52.795],[-1.21,52.795],[-1.206,52.794],[-1.202,52.794],[-1.198,52.789],[-1.192,52.793],[-1.191,52.795],[-1.186,52.798],[-1.18,52.799],[-1.178,52.802],[-1.175,52.803],[-1.163,52.807],[-1.154,52.806],[-1.144,52.804],[-1.137,52.806],[-1.131,52.806],[-1.125,52.81],[-1.123,52.811],[-1.121,52.814],[-1.122,52.817],[-1.119,52.819],[-1.112,52.82],[-1.102,52.82],[-1.094,52.822],[-1.091,52.82],[-1.084,52.823],[-1.074,52.825],[-1.071,52.823],[-1.07,52.818],[-1.072,52.814],[-1.06,52.817],[-1.053,52.815],[-1.051,52.814],[-1.042,52.814],[-1.04,52.816],[-1.036,52.816],[-1.025,52.82],[-1.022,52.822],[-1.01,52.822],[-1.002,52.82],[-0.996,52.821],[-0.988,52.819],[-0.983,52.821],[-0.978,52.827],[-0.975,52.829],[-0.974,52.835],[-0.977,52.837],[-0.977,52.841],[-0.97,52.845],[-0.961,52.843],[-0.955,52.848],[-0.953,52.85],[-0.944,52.853],[-0.94,52.855],[-0.939,52.859],[-0.941,52.861],[-0.934,52.864],[-0.928,52.866],[-0.933,52.87],[-0.94,52.875],[-0.941,52.877],[-0.934,52.877],[-0.93,52.879],[-0.928,52.878],[-0.92,52.88],[-0.917,52.879],[-0.914,52.882],[-0.909,52.884],[-0.901,52.888],[-0.885,52.893]]]},"properties":{"Name":"Rushcliffe","ID":"E14001457"},"id":394}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.305,52.746],[-0.31,52.747],[-0.36,52.755],[-0.369,52.756],[-0.37,52.754],[-0.376,52.754],[-0.376,52.756],[-0.383,52.756],[-0.399,52.755],[-0.403,52.76],[-0.407,52.761],[-0.407,52.764],[-0.406,52.767],[-0.408,52.769],[-0.407,52.777],[-0.404,52.781],[-0.408,52.792],[-0.414,52.793],[-0.413,52.796],[-0.417,52.799],[-0.415,52.804],[-0.417,52.808],[-0.416,52.812],[-0.413,52.815],[-0.419,52.82],[-0.417,52.822],[-0.407,52.824],[-0.399,52.824],[-0.4,52.827],[-0.396,52.829],[-0.395,52.832],[-0.398,52.834],[-0.4,52.837],[-0.398,52.839],[-0.404,52.842],[-0.415,52.844],[-0.414,52.841],[-0.419,52.84],[-0.423,52.838],[-0.43,52.837],[-0.432,52.837],[-0.433,52.84],[-0.436,52.841],[-0.439,52.84],[-0.442,52.841],[-0.443,52.844],[-0.451,52.843],[-0.456,52.841],[-0.466,52.839],[-0.467,52.836],[-0.472,52.833],[-0.485,52.837],[-0.493,52.837],[-0.497,52.838],[-0.51,52.836],[-0.518,52.835],[-0.535,52.831],[-0.542,52.831],[-0.557,52.832],[-0.556,52.835],[-0.566,52.834],[-0.577,52.832],[-0.582,52.834],[-0.583,52.836],[-0.58,52.838],[-0.587,52.843],[-0.59,52.843],[-0.592,52.845],[-0.592,52.85],[-0.59,52.852],[-0.591,52.855],[-0.59,52.861],[-0.586,52.862],[-0.589,52.872],[-0.586,52.873],[-0.585,52.879],[-0.583,52.881],[-0.591,52.887],[-0.596,52.889],[-0.601,52.888],[-0.609,52.888],[-0.622,52.889],[-0.623,52.891],[-0.633,52.888],[-0.639,52.887],[-0.651,52.882],[-0.688,52.869],[-0.684,52.863],[-0.684,52.86],[-0.681,52.859],[-0.678,52.854],[-0.678,52.851],[-0.676,52.848],[-0.679,52.846],[-0.686,52.845],[-0.687,52.842],[-0.693,52.842],[-0.695,52.839],[-0.7,52.84],[-0.706,52.838],[-0.704,52.834],[-0.699,52.827],[-0.696,52.824],[-0.688,52.818],[-0.682,52.812],[-0.681,52.807],[-0.683,52.8],[-0.683,52.795],[-0.682,52.791],[-0.677,52.79],[-0.677,52.786],[-0.673,52.771],[-0.67,52.766],[-0.668,52.761],[-0.664,52.757],[-0.674,52.757],[-0.675,52.758],[-0.684,52.756],[-0.684,52.753],[-0.69,52.752],[-0.697,52.749],[-0.696,52.746],[-0.7,52.747],[-0.718,52.745],[-0.718,52.742],[-0.72,52.741],[-0.729,52.739],[-0.733,52.74],[-0.745,52.738],[-0.753,52.737],[-0.758,52.74],[-0.762,52.738],[-0.768,52.743],[-0.775,52.744],[-0.781,52.741],[-0.787,52.741],[-0.792,52.74],[-0.797,52.737],[-0.801,52.737],[-0.806,52.732],[-0.814,52.729],[-0.819,52.722],[-0.819,52.72],[-0.822,52.716],[-0.815,52.715],[-0.813,52.712],[-0.8,52.708],[-0.803,52.705],[-0.802,52.703],[-0.796,52.704],[-0.796,52.697],[-0.79,52.694],[-0.786,52.693],[-0.787,52.687],[-0.784,52.681],[-0.784,52.675],[-0.782,52.669],[-0.785,52.667],[-0.79,52.667],[-0.794,52.663],[-0.795,52.657],[-0.798,52.658],[-0.801,52.653],[-0.806,52.648],[-0.809,52.646],[-0.815,52.646],[-0.823,52.649],[-0.821,52.65],[-0.817,52.65],[-0.814,52.652],[-0.81,52.658],[-0.817,52.657],[-0.828,52.659],[-0.83,52.661],[-0.829,52.663],[-0.833,52.672],[-0.841,52.676],[-0.855,52.673],[-0.859,52.674],[-0.859,52.676],[-0.855,52.683],[-0.855,52.685],[-0.86,52.684],[-0.867,52.685],[-0.873,52.684],[-0.874,52.68],[-0.881,52.678],[-0.883,52.676],[-0.888,52.675],[-0.897,52.674],[-0.91,52.677],[-0.913,52.677],[-0.913,52.674],[-0.916,52.671],[-0.934,52.674],[-0.941,52.677],[-0.949,52.68],[-0.957,52.674],[-0.96,52.673],[-0.972,52.678],[-0.979,52.682],[-0.981,52.681],[-0.988,52.672],[-0.991,52.673],[-0.996,52.67],[-0.997,52.666],[-1,52.663],[-1.004,52.661],[-1.014,52.655],[-1.029,52.659],[-1.03,52.658],[-1.036,52.659],[-1.04,52.659],[-1.038,52.654],[-1.042,52.654],[-1.049,52.655],[-1.048,52.648],[-1.051,52.648],[-1.051,52.643],[-1.047,52.642],[-1.048,52.635],[-1.053,52.634],[-1.056,52.633],[-1.056,52.629],[-1.053,52.628],[-1.055,52.625],[-1.058,52.624],[-1.063,52.62],[-1.069,52.619],[-1.07,52.618],[-1.067,52.617],[-1.071,52.614],[-1.059,52.609],[-1.062,52.604],[-1.06,52.604],[-1.051,52.601],[-1.045,52.6],[-1.042,52.598],[-1.037,52.601],[-1.032,52.599],[-1.026,52.602],[-1.024,52.601],[-1.021,52.606],[-1.011,52.613],[-1.004,52.61],[-0.997,52.612],[-0.984,52.618],[-0.98,52.615],[-0.977,52.615],[-0.973,52.608],[-0.965,52.602],[-0.964,52.6],[-0.955,52.598],[-0.953,52.597],[-0.948,52.598],[-0.945,52.597],[-0.936,52.599],[-0.936,52.594],[-0.933,52.592],[-0.934,52.59],[-0.938,52.585],[-0.941,52.58],[-0.935,52.576],[-0.933,52.573],[-0.93,52.57],[-0.922,52.567],[-0.921,52.564],[-0.926,52.562],[-0.929,52.558],[-0.926,52.556],[-0.921,52.553],[-0.921,52.548],[-0.917,52.545],[-0.919,52.542],[-0.919,52.538],[-0.916,52.532],[-0.909,52.529],[-0.905,52.529],[-0.904,52.528],[-0.9,52.527],[-0.891,52.524],[-0.886,52.524],[-0.884,52.519],[-0.889,52.514],[-0.886,52.513],[-0.883,52.514],[-0.879,52.517],[-0.875,52.518],[-0.872,52.519],[-0.869,52.526],[-0.864,52.527],[-0.86,52.527],[-0.858,52.525],[-0.852,52.523],[-0.845,52.519],[-0.84,52.52],[-0.835,52.518],[-0.832,52.519],[-0.827,52.517],[-0.822,52.518],[-0.821,52.516],[-0.813,52.516],[-0.811,52.518],[-0.8,52.518],[-0.789,52.514],[-0.785,52.515],[-0.779,52.518],[-0.774,52.518],[-0.766,52.513],[-0.761,52.514],[-0.758,52.511],[-0.751,52.512],[-0.75,52.514],[-0.742,52.517],[-0.739,52.519],[-0.727,52.523],[-0.721,52.523],[-0.715,52.523],[-0.704,52.531],[-0.7,52.536],[-0.701,52.538],[-0.697,52.538],[-0.698,52.546],[-0.692,52.546],[-0.688,52.547],[-0.684,52.552],[-0.677,52.558],[-0.672,52.56],[-0.671,52.564],[-0.655,52.57],[-0.648,52.571],[-0.647,52.574],[-0.643,52.573],[-0.639,52.572],[-0.633,52.574],[-0.633,52.576],[-0.628,52.577],[-0.625,52.579],[-0.62,52.58],[-0.617,52.583],[-0.608,52.585],[-0.602,52.589],[-0.594,52.588],[-0.589,52.587],[-0.585,52.589],[-0.583,52.593],[-0.584,52.595],[-0.579,52.595],[-0.578,52.593],[-0.579,52.589],[-0.576,52.586],[-0.572,52.586],[-0.563,52.586],[-0.561,52.589],[-0.561,52.592],[-0.559,52.594],[-0.552,52.594],[-0.544,52.593],[-0.544,52.596],[-0.552,52.6],[-0.551,52.604],[-0.548,52.607],[-0.55,52.612],[-0.539,52.618],[-0.538,52.621],[-0.541,52.625],[-0.538,52.628],[-0.533,52.632],[-0.529,52.632],[-0.521,52.637],[-0.521,52.641],[-0.512,52.644],[-0.504,52.64],[-0.499,52.639],[-0.495,52.64],[-0.493,52.641],[-0.486,52.645],[-0.476,52.645],[-0.476,52.649],[-0.468,52.65],[-0.46,52.65],[-0.453,52.649],[-0.453,52.654],[-0.441,52.652],[-0.437,52.65],[-0.432,52.648],[-0.428,52.649],[-0.421,52.647],[-0.413,52.648],[-0.406,52.648],[-0.401,52.65],[-0.393,52.654],[-0.389,52.654],[-0.382,52.656],[-0.377,52.656],[-0.368,52.66],[-0.363,52.66],[-0.366,52.662],[-0.366,52.668],[-0.361,52.67],[-0.361,52.681],[-0.35,52.684],[-0.318,52.692],[-0.298,52.701],[-0.278,52.711],[-0.281,52.714],[-0.278,52.717],[-0.295,52.734],[-0.297,52.734],[-0.307,52.743],[-0.305,52.746]]]},"properties":{"Name":"Rutland and Stamford","ID":"E14001458"},"id":395}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.338,53.534],[-2.343,53.537],[-2.346,53.537],[-2.351,53.536],[-2.354,53.53],[-2.351,53.53],[-2.354,53.526],[-2.354,53.525],[-2.347,53.525],[-2.335,53.521],[-2.333,53.519],[-2.338,53.515],[-2.333,53.514],[-2.339,53.506],[-2.348,53.503],[-2.351,53.501],[-2.352,53.497],[-2.347,53.497],[-2.343,53.496],[-2.339,53.498],[-2.337,53.496],[-2.329,53.498],[-2.327,53.496],[-2.325,53.489],[-2.33,53.488],[-2.331,53.484],[-2.329,53.48],[-2.324,53.48],[-2.316,53.479],[-2.3,53.471],[-2.284,53.465],[-2.28,53.465],[-2.273,53.47],[-2.265,53.473],[-2.263,53.476],[-2.256,53.48],[-2.246,53.485],[-2.245,53.487],[-2.249,53.488],[-2.255,53.499],[-2.252,53.504],[-2.247,53.502],[-2.246,53.506],[-2.25,53.508],[-2.254,53.508],[-2.261,53.506],[-2.263,53.508],[-2.269,53.51],[-2.274,53.509],[-2.276,53.506],[-2.275,53.502],[-2.28,53.5],[-2.285,53.502],[-2.29,53.504],[-2.291,53.506],[-2.29,53.511],[-2.291,53.514],[-2.303,53.518],[-2.302,53.521],[-2.305,53.524],[-2.312,53.527],[-2.319,53.527],[-2.325,53.527],[-2.328,53.529],[-2.336,53.532],[-2.338,53.534]]]},"properties":{"Name":"Salford","ID":"E14001459"},"id":396}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.62,50.959],[-1.617,50.963],[-1.612,50.971],[-1.605,50.975],[-1.603,50.979],[-1.607,50.98],[-1.614,50.979],[-1.62,50.983],[-1.62,50.988],[-1.625,50.99],[-1.625,50.993],[-1.629,50.999],[-1.626,51.001],[-1.617,51.004],[-1.611,51.002],[-1.605,51.003],[-1.61,51.007],[-1.609,51.008],[-1.605,51.007],[-1.598,51.008],[-1.597,51.01],[-1.605,51.016],[-1.606,51.02],[-1.6,51.022],[-1.603,51.025],[-1.608,51.026],[-1.613,51.028],[-1.619,51.033],[-1.632,51.033],[-1.632,51.036],[-1.635,51.04],[-1.634,51.042],[-1.63,51.065],[-1.628,51.069],[-1.629,51.076],[-1.628,51.078],[-1.629,51.081],[-1.634,51.085],[-1.637,51.092],[-1.631,51.1],[-1.627,51.102],[-1.627,51.104],[-1.631,51.111],[-1.631,51.113],[-1.626,51.117],[-1.641,51.125],[-1.656,51.127],[-1.663,51.127],[-1.661,51.134],[-1.66,51.136],[-1.658,51.14],[-1.66,51.142],[-1.655,51.152],[-1.654,51.156],[-1.66,51.162],[-1.667,51.17],[-1.67,51.177],[-1.672,51.179],[-1.669,51.182],[-1.669,51.191],[-1.67,51.191],[-1.677,51.193],[-1.686,51.199],[-1.693,51.203],[-1.698,51.199],[-1.703,51.196],[-1.705,51.194],[-1.705,51.187],[-1.702,51.183],[-1.705,51.181],[-1.708,51.182],[-1.713,51.181],[-1.712,51.174],[-1.715,51.17],[-1.727,51.17],[-1.73,51.17],[-1.734,51.165],[-1.74,51.163],[-1.745,51.161],[-1.751,51.157],[-1.754,51.153],[-1.762,51.152],[-1.768,51.152],[-1.767,51.15],[-1.774,51.143],[-1.78,51.136],[-1.786,51.127],[-1.789,51.119],[-1.792,51.11],[-1.795,51.106],[-1.805,51.111],[-1.812,51.107],[-1.808,51.1],[-1.816,51.098],[-1.821,51.093],[-1.827,51.091],[-1.841,51.103],[-1.843,51.102],[-1.841,51.099],[-1.842,51.098],[-1.85,51.093],[-1.857,51.093],[-1.86,51.096],[-1.866,51.094],[-1.866,51.092],[-1.871,51.092],[-1.873,51.098],[-1.877,51.1],[-1.89,51.096],[-1.896,51.098],[-1.893,51.101],[-1.899,51.103],[-1.903,51.104],[-1.905,51.106],[-1.904,51.108],[-1.91,51.111],[-1.914,51.111],[-1.915,51.113],[-1.91,51.117],[-1.912,51.119],[-1.917,51.118],[-1.925,51.115],[-1.929,51.115],[-1.932,51.112],[-1.94,51.112],[-1.933,51.114],[-1.933,51.116],[-1.926,51.119],[-1.925,51.12],[-1.926,51.124],[-1.922,51.127],[-1.921,51.13],[-1.912,51.128],[-1.917,51.131],[-1.92,51.132],[-1.917,51.141],[-1.921,51.143],[-1.926,51.145],[-1.929,51.147],[-1.932,51.152],[-1.936,51.156],[-1.936,51.159],[-1.942,51.161],[-1.951,51.163],[-1.951,51.165],[-1.956,51.168],[-1.96,51.17],[-1.968,51.173],[-1.981,51.18],[-1.991,51.185],[-1.996,51.184],[-2.002,51.182],[-2.004,51.178],[-2.005,51.169],[-2.007,51.161],[-2.006,51.156],[-2.009,51.15],[-2.012,51.148],[-2.002,51.146],[-1.997,51.144],[-2.002,51.136],[-2.006,51.134],[-2.006,51.131],[-2.012,51.125],[-2.017,51.114],[-2.021,51.116],[-2.026,51.115],[-2.032,51.117],[-2.041,51.119],[-2.046,51.119],[-2.05,51.121],[-2.054,51.119],[-2.062,51.117],[-2.073,51.12],[-2.075,51.119],[-2.089,51.12],[-2.093,51.122],[-2.098,51.122],[-2.101,51.124],[-2.108,51.124],[-2.116,51.123],[-2.124,51.123],[-2.13,51.121],[-2.137,51.123],[-2.139,51.124],[-2.147,51.128],[-2.149,51.126],[-2.159,51.124],[-2.169,51.119],[-2.169,51.114],[-2.171,51.109],[-2.177,51.105],[-2.184,51.103],[-2.185,51.101],[-2.192,51.092],[-2.196,51.088],[-2.203,51.077],[-2.206,51.074],[-2.208,51.068],[-2.211,51.065],[-2.218,51.055],[-2.215,51.052],[-2.212,51.05],[-2.211,51.047],[-2.207,51.046],[-2.205,51.043],[-2.202,51.043],[-2.195,51.04],[-2.192,51.036],[-2.189,51.031],[-2.19,51.028],[-2.189,51.025],[-2.189,51.019],[-2.184,51.017],[-2.185,51.016],[-2.179,51.014],[-2.176,51.013],[-2.178,51.008],[-2.173,51.001],[-2.169,51.001],[-2.164,50.996],[-2.164,50.994],[-2.154,50.99],[-2.149,50.987],[-2.144,50.985],[-2.138,50.982],[-2.132,50.98],[-2.12,50.978],[-2.123,50.973],[-2.123,50.969],[-2.121,50.969],[-2.122,50.964],[-2.119,50.96],[-2.111,50.956],[-2.104,50.949],[-2.102,50.945],[-2.094,50.949],[-2.089,50.95],[-2.085,50.949],[-2.084,50.951],[-2.08,50.951],[-2.068,50.951],[-2.065,50.954],[-2.064,50.957],[-2.062,50.96],[-2.059,50.96],[-2.059,50.963],[-2.055,50.966],[-2.046,50.967],[-2.041,50.968],[-2.038,50.971],[-2.034,50.972],[-2.029,50.971],[-2.022,50.973],[-2.017,50.972],[-2.01,50.975],[-2,50.975],[-1.993,50.976],[-1.989,50.979],[-1.99,50.982],[-1.984,50.984],[-1.977,50.986],[-1.973,50.987],[-1.972,50.99],[-1.963,50.992],[-1.957,50.99],[-1.954,50.988],[-1.95,50.982],[-1.928,50.998],[-1.922,50.997],[-1.913,50.999],[-1.903,50.999],[-1.898,50.999],[-1.889,51],[-1.887,51],[-1.883,51.002],[-1.875,51.005],[-1.875,51.002],[-1.875,50.992],[-1.874,50.984],[-1.867,50.991],[-1.862,50.997],[-1.856,51.002],[-1.853,51.005],[-1.842,51.009],[-1.836,51.009],[-1.827,50.997],[-1.822,50.993],[-1.82,50.99],[-1.815,50.986],[-1.808,50.992],[-1.8,50.991],[-1.796,50.99],[-1.79,50.99],[-1.788,50.988],[-1.776,50.985],[-1.754,50.98],[-1.754,50.978],[-1.744,50.978],[-1.74,50.977],[-1.734,50.976],[-1.731,50.977],[-1.72,50.977],[-1.717,50.974],[-1.71,50.971],[-1.701,50.963],[-1.689,50.955],[-1.677,50.95],[-1.662,50.945],[-1.652,50.947],[-1.647,50.949],[-1.641,50.953],[-1.64,50.956],[-1.635,50.959],[-1.628,50.957],[-1.623,50.955],[-1.62,50.959]]]},"properties":{"Name":"Salisbury","ID":"E14001460"},"id":397}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.794,54.558],[-0.796,54.555],[-0.801,54.552],[-0.804,54.551],[-0.811,54.551],[-0.816,54.552],[-0.82,54.549],[-0.825,54.549],[-0.837,54.543],[-0.842,54.536],[-0.848,54.531],[-0.85,54.528],[-0.851,54.523],[-0.85,54.519],[-0.852,54.518],[-0.85,54.511],[-0.852,54.511],[-0.853,54.503],[-0.849,54.496],[-0.844,54.491],[-0.844,54.49],[-0.849,54.488],[-0.856,54.488],[-0.867,54.489],[-0.876,54.491],[-0.877,54.495],[-0.881,54.497],[-0.894,54.497],[-0.898,54.495],[-0.923,54.491],[-0.933,54.491],[-0.942,54.489],[-0.953,54.488],[-0.968,54.497],[-0.987,54.501],[-1.003,54.503],[-1.024,54.502],[-1.037,54.494],[-1.033,54.492],[-1.027,54.486],[-1.023,54.483],[-1.019,54.482],[-1.018,54.478],[-1.016,54.477],[-1.011,54.476],[-0.999,54.476],[-0.99,54.48],[-0.984,54.479],[-0.98,54.472],[-0.976,54.468],[-0.973,54.463],[-0.973,54.461],[-0.982,54.458],[-0.988,54.459],[-0.997,54.458],[-1,54.459],[-1.008,54.458],[-1.013,54.46],[-1.021,54.46],[-1.034,54.459],[-1.042,54.455],[-1.043,54.453],[-1.048,54.452],[-1.053,54.449],[-1.058,54.441],[-1.053,54.437],[-1.056,54.427],[-1.065,54.421],[-1.059,54.413],[-1.027,54.415],[-1.009,54.407],[-0.988,54.396],[-0.976,54.397],[-0.962,54.403],[-0.95,54.409],[-0.927,54.401],[-0.919,54.401],[-0.91,54.399],[-0.867,54.387],[-0.86,54.387],[-0.847,54.383],[-0.834,54.381],[-0.824,54.383],[-0.817,54.372],[-0.81,54.364],[-0.808,54.36],[-0.804,54.357],[-0.801,54.357],[-0.797,54.355],[-0.789,54.354],[-0.782,54.355],[-0.773,54.358],[-0.766,54.362],[-0.757,54.363],[-0.753,54.368],[-0.748,54.367],[-0.743,54.362],[-0.743,54.359],[-0.741,54.357],[-0.732,54.355],[-0.711,54.357],[-0.71,54.361],[-0.702,54.365],[-0.692,54.366],[-0.688,54.369],[-0.688,54.373],[-0.68,54.373],[-0.678,54.375],[-0.672,54.375],[-0.665,54.373],[-0.663,54.371],[-0.661,54.367],[-0.633,54.376],[-0.634,54.366],[-0.634,54.365],[-0.628,54.359],[-0.629,54.353],[-0.621,54.343],[-0.611,54.337],[-0.605,54.335],[-0.601,54.332],[-0.59,54.329],[-0.587,54.325],[-0.585,54.324],[-0.586,54.321],[-0.582,54.32],[-0.573,54.318],[-0.569,54.316],[-0.568,54.312],[-0.575,54.312],[-0.58,54.311],[-0.584,54.306],[-0.588,54.304],[-0.598,54.303],[-0.601,54.3],[-0.605,54.298],[-0.606,54.293],[-0.609,54.286],[-0.61,54.283],[-0.613,54.279],[-0.61,54.275],[-0.613,54.27],[-0.608,54.261],[-0.608,54.255],[-0.607,54.249],[-0.605,54.245],[-0.6,54.243],[-0.598,54.236],[-0.599,54.232],[-0.603,54.23],[-0.604,54.223],[-0.607,54.213],[-0.612,54.213],[-0.617,54.209],[-0.618,54.206],[-0.607,54.204],[-0.605,54.202],[-0.6,54.202],[-0.596,54.2],[-0.594,54.201],[-0.586,54.199],[-0.576,54.201],[-0.566,54.202],[-0.563,54.201],[-0.562,54.198],[-0.557,54.197],[-0.55,54.193],[-0.545,54.194],[-0.54,54.199],[-0.536,54.201],[-0.531,54.2],[-0.524,54.2],[-0.52,54.198],[-0.515,54.2],[-0.511,54.2],[-0.505,54.205],[-0.497,54.206],[-0.494,54.203],[-0.482,54.207],[-0.48,54.209],[-0.468,54.212],[-0.457,54.214],[-0.447,54.214],[-0.441,54.216],[-0.434,54.214],[-0.428,54.213],[-0.421,54.212],[-0.416,54.215],[-0.412,54.218],[-0.409,54.218],[-0.402,54.218],[-0.399,54.217],[-0.396,54.214],[-0.381,54.213],[-0.381,54.211],[-0.375,54.21],[-0.369,54.211],[-0.358,54.209],[-0.343,54.21],[-0.339,54.213],[-0.329,54.217],[-0.32,54.218],[-0.313,54.217],[-0.304,54.215],[-0.304,54.22],[-0.303,54.224],[-0.303,54.227],[-0.313,54.229],[-0.314,54.232],[-0.318,54.234],[-0.331,54.237],[-0.337,54.24],[-0.34,54.243],[-0.35,54.241],[-0.357,54.243],[-0.364,54.245],[-0.37,54.249],[-0.368,54.254],[-0.371,54.257],[-0.375,54.259],[-0.376,54.263],[-0.381,54.263],[-0.386,54.265],[-0.391,54.269],[-0.393,54.272],[-0.397,54.274],[-0.398,54.277],[-0.396,54.282],[-0.392,54.284],[-0.386,54.284],[-0.384,54.286],[-0.386,54.29],[-0.389,54.291],[-0.395,54.288],[-0.4,54.289],[-0.406,54.292],[-0.41,54.297],[-0.41,54.3],[-0.408,54.305],[-0.414,54.307],[-0.418,54.311],[-0.419,54.317],[-0.418,54.321],[-0.421,54.323],[-0.422,54.326],[-0.417,54.331],[-0.421,54.333],[-0.423,54.339],[-0.428,54.34],[-0.433,54.34],[-0.431,54.345],[-0.433,54.35],[-0.439,54.357],[-0.445,54.358],[-0.447,54.359],[-0.446,54.363],[-0.447,54.367],[-0.45,54.373],[-0.455,54.376],[-0.458,54.381],[-0.461,54.385],[-0.464,54.389],[-0.469,54.393],[-0.472,54.397],[-0.475,54.399],[-0.479,54.399],[-0.491,54.408],[-0.495,54.407],[-0.5,54.407],[-0.505,54.408],[-0.508,54.41],[-0.513,54.411],[-0.523,54.416],[-0.529,54.423],[-0.532,54.429],[-0.533,54.433],[-0.532,54.436],[-0.527,54.438],[-0.523,54.441],[-0.521,54.446],[-0.526,54.45],[-0.533,54.451],[-0.534,54.454],[-0.537,54.455],[-0.543,54.46],[-0.557,54.465],[-0.561,54.471],[-0.564,54.476],[-0.572,54.481],[-0.578,54.483],[-0.585,54.484],[-0.59,54.488],[-0.593,54.488],[-0.598,54.489],[-0.626,54.492],[-0.64,54.496],[-0.654,54.498],[-0.664,54.5],[-0.669,54.502],[-0.675,54.506],[-0.673,54.513],[-0.677,54.514],[-0.678,54.516],[-0.682,54.52],[-0.689,54.521],[-0.694,54.52],[-0.7,54.526],[-0.705,54.527],[-0.705,54.53],[-0.708,54.532],[-0.715,54.534],[-0.719,54.531],[-0.727,54.53],[-0.731,54.528],[-0.736,54.527],[-0.745,54.529],[-0.75,54.533],[-0.747,54.536],[-0.751,54.542],[-0.755,54.544],[-0.762,54.544],[-0.767,54.546],[-0.766,54.549],[-0.769,54.552],[-0.772,54.552],[-0.775,54.555],[-0.775,54.557],[-0.779,54.557],[-0.784,54.559],[-0.794,54.558]]]},"properties":{"Name":"Scarborough and Whitby","ID":"E14001461"},"id":398}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.525,53.685],[-0.534,53.687],[-0.546,53.69],[-0.555,53.691],[-0.557,53.688],[-0.544,53.683],[-0.536,53.681],[-0.525,53.683],[-0.525,53.685]]],[[[-0.526,53.678],[-0.531,53.679],[-0.543,53.679],[-0.549,53.68],[-0.561,53.684],[-0.566,53.688],[-0.575,53.691],[-0.584,53.696],[-0.588,53.697],[-0.596,53.702],[-0.606,53.712],[-0.611,53.715],[-0.618,53.714],[-0.631,53.711],[-0.639,53.71],[-0.647,53.708],[-0.654,53.706],[-0.658,53.704],[-0.671,53.702],[-0.686,53.698],[-0.691,53.697],[-0.695,53.694],[-0.693,53.69],[-0.688,53.684],[-0.685,53.68],[-0.685,53.672],[-0.69,53.663],[-0.691,53.659],[-0.695,53.653],[-0.7,53.649],[-0.708,53.645],[-0.712,53.641],[-0.711,53.629],[-0.71,53.626],[-0.708,53.623],[-0.701,53.618],[-0.698,53.614],[-0.699,53.61],[-0.706,53.607],[-0.715,53.606],[-0.723,53.608],[-0.726,53.607],[-0.729,53.605],[-0.735,53.598],[-0.737,53.593],[-0.736,53.591],[-0.731,53.588],[-0.729,53.585],[-0.73,53.582],[-0.735,53.577],[-0.742,53.574],[-0.745,53.571],[-0.746,53.567],[-0.746,53.56],[-0.745,53.557],[-0.738,53.549],[-0.737,53.545],[-0.737,53.543],[-0.741,53.539],[-0.741,53.534],[-0.737,53.527],[-0.739,53.52],[-0.729,53.519],[-0.714,53.517],[-0.702,53.514],[-0.698,53.516],[-0.689,53.516],[-0.685,53.514],[-0.682,53.515],[-0.676,53.513],[-0.661,53.514],[-0.624,53.513],[-0.628,53.507],[-0.626,53.499],[-0.626,53.496],[-0.629,53.491],[-0.631,53.488],[-0.63,53.486],[-0.634,53.485],[-0.632,53.48],[-0.634,53.48],[-0.633,53.474],[-0.635,53.472],[-0.635,53.47],[-0.629,53.465],[-0.627,53.462],[-0.63,53.458],[-0.613,53.457],[-0.599,53.456],[-0.584,53.457],[-0.566,53.458],[-0.552,53.46],[-0.552,53.461],[-0.535,53.463],[-0.525,53.465],[-0.513,53.468],[-0.505,53.468],[-0.501,53.469],[-0.484,53.472],[-0.472,53.475],[-0.474,53.477],[-0.486,53.48],[-0.489,53.485],[-0.487,53.489],[-0.485,53.49],[-0.481,53.496],[-0.482,53.5],[-0.488,53.505],[-0.479,53.508],[-0.462,53.51],[-0.455,53.509],[-0.449,53.509],[-0.439,53.511],[-0.427,53.512],[-0.422,53.514],[-0.414,53.515],[-0.405,53.518],[-0.407,53.521],[-0.406,53.525],[-0.409,53.529],[-0.408,53.532],[-0.415,53.536],[-0.422,53.534],[-0.428,53.541],[-0.428,53.544],[-0.431,53.546],[-0.434,53.546],[-0.443,53.546],[-0.463,53.541],[-0.481,53.538],[-0.501,53.537],[-0.496,53.54],[-0.492,53.544],[-0.491,53.546],[-0.493,53.547],[-0.501,53.542],[-0.502,53.55],[-0.511,53.549],[-0.514,53.551],[-0.524,53.55],[-0.533,53.548],[-0.546,53.545],[-0.552,53.544],[-0.562,53.545],[-0.56,53.549],[-0.565,53.551],[-0.57,53.553],[-0.574,53.558],[-0.576,53.562],[-0.582,53.563],[-0.582,53.565],[-0.592,53.565],[-0.59,53.57],[-0.599,53.571],[-0.596,53.582],[-0.599,53.584],[-0.6,53.592],[-0.598,53.595],[-0.594,53.597],[-0.605,53.599],[-0.608,53.6],[-0.62,53.608],[-0.626,53.61],[-0.631,53.615],[-0.639,53.615],[-0.641,53.618],[-0.639,53.621],[-0.63,53.621],[-0.627,53.626],[-0.628,53.629],[-0.629,53.635],[-0.63,53.638],[-0.629,53.64],[-0.628,53.648],[-0.572,53.649],[-0.551,53.65],[-0.528,53.651],[-0.534,53.652],[-0.537,53.657],[-0.536,53.66],[-0.53,53.664],[-0.53,53.669],[-0.531,53.671],[-0.53,53.675],[-0.526,53.678]]]]},"properties":{"Name":"Scunthorpe","ID":"E14001462"},"id":399}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.014,53.611],[-3.024,53.613],[-3.026,53.616],[-3.03,53.616],[-3.037,53.609],[-3.042,53.61],[-3.062,53.61],[-3.072,53.6],[-3.08,53.593],[-3.091,53.583],[-3.097,53.574],[-3.103,53.564],[-3.105,53.552],[-3.105,53.547],[-3.101,53.541],[-3.095,53.537],[-3.085,53.534],[-3.082,53.531],[-3.079,53.526],[-3.076,53.523],[-3.071,53.522],[-3.067,53.524],[-3.064,53.52],[-3.065,53.516],[-3.063,53.508],[-3.064,53.505],[-3.062,53.504],[-3.061,53.499],[-3.058,53.494],[-3.049,53.483],[-3.043,53.478],[-3.034,53.482],[-3.038,53.486],[-3.033,53.487],[-3.024,53.493],[-3.014,53.495],[-3.008,53.488],[-3.004,53.488],[-3,53.492],[-2.997,53.494],[-2.989,53.49],[-2.98,53.497],[-2.971,53.496],[-2.964,53.495],[-2.956,53.493],[-2.952,53.491],[-2.949,53.491],[-2.945,53.494],[-2.939,53.491],[-2.939,53.489],[-2.933,53.486],[-2.931,53.483],[-2.924,53.481],[-2.919,53.478],[-2.917,53.48],[-2.92,53.482],[-2.913,53.483],[-2.909,53.489],[-2.905,53.492],[-2.9,53.492],[-2.899,53.494],[-2.896,53.497],[-2.899,53.5],[-2.894,53.503],[-2.888,53.504],[-2.892,53.511],[-2.888,53.515],[-2.884,53.52],[-2.889,53.522],[-2.895,53.521],[-2.9,53.522],[-2.906,53.522],[-2.923,53.525],[-2.926,53.527],[-2.926,53.53],[-2.931,53.531],[-2.934,53.533],[-2.937,53.539],[-2.941,53.54],[-2.942,53.541],[-2.948,53.544],[-2.951,53.544],[-2.955,53.546],[-2.96,53.546],[-2.966,53.548],[-2.97,53.547],[-2.972,53.548],[-2.978,53.546],[-2.978,53.543],[-2.974,53.54],[-2.973,53.536],[-2.971,53.534],[-2.967,53.527],[-2.963,53.525],[-2.964,53.52],[-2.972,53.516],[-2.976,53.515],[-2.985,53.522],[-2.99,53.523],[-3.001,53.528],[-3.008,53.529],[-3.009,53.532],[-3.014,53.532],[-3.014,53.535],[-3.017,53.536],[-3.028,53.539],[-3.032,53.537],[-3.035,53.539],[-3.039,53.538],[-3.04,53.541],[-3.043,53.54],[-3.046,53.543],[-3.041,53.549],[-3.039,53.553],[-3.04,53.556],[-3.039,53.559],[-3.041,53.562],[-3.04,53.566],[-3.033,53.569],[-3.023,53.57],[-3.022,53.574],[-3.021,53.584],[-3.033,53.585],[-3.035,53.587],[-3.033,53.589],[-3.031,53.596],[-3.032,53.598],[-3.028,53.603],[-3.021,53.607],[-3.02,53.609],[-3.014,53.611]]]},"properties":{"Name":"Sefton Central","ID":"E14001463"},"id":400}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.154,53.85],[-1.158,53.851],[-1.162,53.848],[-1.168,53.847],[-1.17,53.851],[-1.172,53.855],[-1.177,53.856],[-1.182,53.854],[-1.182,53.85],[-1.186,53.85],[-1.192,53.854],[-1.197,53.854],[-1.193,53.851],[-1.192,53.848],[-1.195,53.844],[-1.193,53.84],[-1.193,53.836],[-1.191,53.831],[-1.193,53.83],[-1.187,53.827],[-1.188,53.825],[-1.174,53.824],[-1.168,53.819],[-1.165,53.815],[-1.162,53.815],[-1.161,53.813],[-1.169,53.804],[-1.172,53.802],[-1.184,53.799],[-1.185,53.802],[-1.187,53.803],[-1.191,53.8],[-1.201,53.8],[-1.207,53.801],[-1.215,53.804],[-1.221,53.803],[-1.222,53.804],[-1.229,53.806],[-1.228,53.818],[-1.241,53.818],[-1.243,53.809],[-1.252,53.808],[-1.253,53.805],[-1.259,53.804],[-1.264,53.806],[-1.27,53.807],[-1.275,53.809],[-1.282,53.809],[-1.288,53.81],[-1.292,53.812],[-1.297,53.813],[-1.298,53.815],[-1.303,53.817],[-1.308,53.814],[-1.312,53.814],[-1.314,53.81],[-1.321,53.81],[-1.328,53.812],[-1.335,53.812],[-1.342,53.811],[-1.345,53.809],[-1.349,53.785],[-1.349,53.779],[-1.356,53.78],[-1.368,53.781],[-1.374,53.782],[-1.374,53.78],[-1.381,53.78],[-1.391,53.781],[-1.393,53.78],[-1.39,53.777],[-1.391,53.774],[-1.388,53.77],[-1.387,53.766],[-1.383,53.761],[-1.387,53.759],[-1.388,53.753],[-1.386,53.75],[-1.386,53.748],[-1.387,53.746],[-1.395,53.746],[-1.403,53.742],[-1.41,53.741],[-1.416,53.742],[-1.42,53.745],[-1.418,53.738],[-1.416,53.735],[-1.419,53.733],[-1.427,53.726],[-1.433,53.726],[-1.433,53.725],[-1.428,53.721],[-1.424,53.723],[-1.42,53.722],[-1.412,53.723],[-1.402,53.72],[-1.398,53.72],[-1.394,53.724],[-1.382,53.727],[-1.377,53.729],[-1.368,53.73],[-1.36,53.732],[-1.357,53.731],[-1.339,53.736],[-1.334,53.736],[-1.327,53.736],[-1.325,53.735],[-1.32,53.736],[-1.316,53.74],[-1.312,53.741],[-1.307,53.739],[-1.303,53.741],[-1.3,53.742],[-1.296,53.74],[-1.292,53.739],[-1.287,53.736],[-1.284,53.732],[-1.28,53.729],[-1.278,53.727],[-1.273,53.726],[-1.271,53.724],[-1.269,53.716],[-1.258,53.712],[-1.254,53.713],[-1.249,53.712],[-1.239,53.712],[-1.23,53.715],[-1.228,53.712],[-1.225,53.712],[-1.219,53.714],[-1.217,53.711],[-1.218,53.707],[-1.215,53.705],[-1.199,53.701],[-1.2,53.699],[-1.199,53.695],[-1.21,53.695],[-1.225,53.693],[-1.244,53.692],[-1.243,53.682],[-1.244,53.673],[-1.249,53.672],[-1.252,53.667],[-1.252,53.661],[-1.247,53.656],[-1.251,53.652],[-1.249,53.65],[-1.252,53.648],[-1.255,53.649],[-1.255,53.643],[-1.252,53.639],[-1.242,53.633],[-1.237,53.626],[-1.233,53.621],[-1.227,53.622],[-1.217,53.624],[-1.217,53.629],[-1.22,53.634],[-1.218,53.64],[-1.216,53.642],[-1.211,53.641],[-1.21,53.643],[-1.207,53.643],[-1.198,53.64],[-1.194,53.636],[-1.189,53.636],[-1.18,53.638],[-1.174,53.638],[-1.168,53.641],[-1.161,53.642],[-1.159,53.643],[-1.152,53.643],[-1.15,53.639],[-1.146,53.639],[-1.139,53.633],[-1.136,53.633],[-1.13,53.634],[-1.127,53.639],[-1.129,53.642],[-1.125,53.644],[-1.121,53.647],[-1.116,53.646],[-1.114,53.647],[-1.102,53.649],[-1.095,53.65],[-1.091,53.65],[-1.086,53.652],[-1.083,53.652],[-1.072,53.649],[-1.066,53.649],[-1.055,53.651],[-1.052,53.652],[-1.049,53.656],[-1.051,53.658],[-1.057,53.658],[-1.062,53.659],[-1.063,53.657],[-1.071,53.658],[-1.071,53.66],[-1.079,53.66],[-1.084,53.662],[-1.089,53.664],[-1.087,53.667],[-1.092,53.669],[-1.104,53.67],[-1.102,53.674],[-1.097,53.675],[-1.094,53.678],[-1.087,53.683],[-1.081,53.685],[-1.085,53.687],[-1.076,53.697],[-1.078,53.698],[-1.075,53.704],[-1.069,53.704],[-1.063,53.707],[-1.061,53.707],[-1.054,53.701],[-1.054,53.7],[-1.053,53.697],[-1.048,53.699],[-1.045,53.698],[-1.043,53.697],[-1.038,53.694],[-1.034,53.697],[-1.021,53.698],[-1.011,53.697],[-1.007,53.696],[-1.003,53.699],[-0.999,53.699],[-0.994,53.698],[-0.986,53.698],[-0.983,53.699],[-0.984,53.703],[-0.981,53.705],[-0.968,53.707],[-0.966,53.705],[-0.97,53.702],[-0.967,53.701],[-0.963,53.701],[-0.962,53.704],[-0.958,53.705],[-0.962,53.708],[-0.959,53.71],[-0.959,53.714],[-0.957,53.715],[-0.95,53.713],[-0.944,53.713],[-0.94,53.714],[-0.935,53.716],[-0.924,53.719],[-0.912,53.719],[-0.906,53.717],[-0.904,53.719],[-0.904,53.721],[-0.906,53.725],[-0.911,53.727],[-0.913,53.729],[-0.912,53.732],[-0.917,53.732],[-0.924,53.731],[-0.936,53.731],[-0.945,53.732],[-0.953,53.735],[-0.958,53.735],[-0.963,53.737],[-0.962,53.741],[-0.964,53.747],[-0.967,53.748],[-0.975,53.75],[-0.98,53.752],[-0.986,53.757],[-0.989,53.761],[-0.987,53.764],[-0.995,53.764],[-1,53.766],[-1.003,53.768],[-1.011,53.764],[-1.021,53.76],[-1.027,53.76],[-1.033,53.764],[-1.034,53.766],[-1.03,53.771],[-1.022,53.772],[-1.025,53.776],[-1.028,53.777],[-1.033,53.777],[-1.045,53.779],[-1.049,53.781],[-1.057,53.782],[-1.065,53.785],[-1.066,53.788],[-1.054,53.789],[-1.05,53.789],[-1.047,53.791],[-1.049,53.796],[-1.048,53.804],[-1.047,53.807],[-1.043,53.81],[-1.045,53.811],[-1.054,53.811],[-1.063,53.814],[-1.069,53.818],[-1.074,53.819],[-1.079,53.819],[-1.084,53.821],[-1.085,53.824],[-1.08,53.828],[-1.077,53.833],[-1.078,53.836],[-1.085,53.834],[-1.09,53.832],[-1.099,53.836],[-1.104,53.837],[-1.116,53.837],[-1.12,53.836],[-1.125,53.833],[-1.129,53.833],[-1.131,53.839],[-1.134,53.843],[-1.138,53.84],[-1.143,53.84],[-1.143,53.841],[-1.142,53.843],[-1.145,53.847],[-1.144,53.85],[-1.152,53.849],[-1.154,53.85]]],[[[-0.924,53.881],[-0.927,53.883],[-0.93,53.88],[-0.935,53.88],[-0.935,53.883],[-0.938,53.886],[-0.939,53.888],[-0.944,53.888],[-0.948,53.885],[-0.958,53.884],[-0.964,53.883],[-0.968,53.883],[-0.981,53.878],[-0.993,53.875],[-1.003,53.886],[-1.008,53.89],[-1.02,53.888],[-1.023,53.887],[-1.034,53.884],[-1.047,53.881],[-1.057,53.876],[-1.065,53.875],[-1.069,53.879],[-1.074,53.88],[-1.077,53.883],[-1.083,53.882],[-1.091,53.886],[-1.095,53.884],[-1.096,53.882],[-1.1,53.88],[-1.1,53.877],[-1.101,53.876],[-1.106,53.875],[-1.112,53.872],[-1.117,53.868],[-1.127,53.865],[-1.127,53.862],[-1.124,53.859],[-1.118,53.857],[-1.118,53.855],[-1.124,53.85],[-1.124,53.846],[-1.127,53.844],[-1.134,53.843],[-1.13,53.838],[-1.129,53.836],[-1.126,53.833],[-1.12,53.836],[-1.115,53.837],[-1.105,53.838],[-1.1,53.837],[-1.088,53.832],[-1.084,53.835],[-1.079,53.836],[-1.076,53.835],[-1.075,53.833],[-1.079,53.828],[-1.084,53.825],[-1.084,53.823],[-1.079,53.82],[-1.074,53.82],[-1.067,53.818],[-1.061,53.814],[-1.053,53.812],[-1.044,53.811],[-1.043,53.809],[-1.046,53.807],[-1.048,53.804],[-1.048,53.796],[-1.046,53.791],[-1.048,53.789],[-1.065,53.788],[-1.062,53.784],[-1.051,53.782],[-1.045,53.78],[-1.033,53.777],[-1.027,53.778],[-1.024,53.776],[-1.021,53.772],[-1.023,53.771],[-1.027,53.771],[-1.03,53.769],[-1.033,53.766],[-1.032,53.764],[-1.026,53.761],[-1.021,53.761],[-1.011,53.765],[-1.003,53.769],[-1,53.769],[-0.999,53.766],[-0.995,53.765],[-0.988,53.766],[-0.985,53.764],[-0.988,53.761],[-0.985,53.757],[-0.98,53.753],[-0.973,53.75],[-0.964,53.751],[-0.95,53.754],[-0.94,53.758],[-0.934,53.762],[-0.93,53.763],[-0.928,53.765],[-0.928,53.77],[-0.929,53.773],[-0.933,53.774],[-0.937,53.779],[-0.934,53.784],[-0.933,53.79],[-0.931,53.791],[-0.928,53.797],[-0.934,53.801],[-0.933,53.804],[-0.929,53.806],[-0.928,53.81],[-0.92,53.816],[-0.925,53.816],[-0.928,53.82],[-0.933,53.821],[-0.939,53.823],[-0.941,53.824],[-0.94,53.833],[-0.943,53.835],[-0.947,53.845],[-0.945,53.848],[-0.946,53.851],[-0.942,53.855],[-0.948,53.861],[-0.946,53.865],[-0.945,53.865],[-0.944,53.866],[-0.942,53.866],[-0.941,53.866],[-0.94,53.867],[-0.939,53.869],[-0.941,53.874],[-0.939,53.876],[-0.938,53.876],[-0.933,53.876],[-0.932,53.876],[-0.931,53.876],[-0.929,53.877],[-0.927,53.877],[-0.925,53.878],[-0.924,53.878],[-0.923,53.879],[-0.924,53.881]]]]},"properties":{"Name":"Selby","ID":"E14001464"},"id":401}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.297,51.397],[0.284,51.4],[0.278,51.402],[0.28,51.403],[0.278,51.407],[0.273,51.408],[0.246,51.408],[0.243,51.413],[0.24,51.413],[0.238,51.417],[0.236,51.421],[0.233,51.423],[0.234,51.425],[0.234,51.427],[0.23,51.43],[0.222,51.429],[0.214,51.434],[0.196,51.43],[0.196,51.426],[0.184,51.425],[0.182,51.422],[0.184,51.42],[0.178,51.418],[0.178,51.416],[0.165,51.411],[0.166,51.408],[0.163,51.407],[0.16,51.408],[0.153,51.409],[0.149,51.408],[0.155,51.405],[0.157,51.401],[0.159,51.396],[0.162,51.392],[0.149,51.393],[0.149,51.389],[0.15,51.386],[0.15,51.38],[0.153,51.378],[0.15,51.374],[0.151,51.372],[0.148,51.366],[0.145,51.363],[0.146,51.358],[0.143,51.353],[0.143,51.351],[0.137,51.346],[0.125,51.346],[0.118,51.344],[0.117,51.341],[0.12,51.335],[0.12,51.332],[0.116,51.33],[0.114,51.327],[0.11,51.328],[0.105,51.327],[0.101,51.326],[0.096,51.321],[0.088,51.318],[0.085,51.316],[0.085,51.312],[0.084,51.311],[0.085,51.306],[0.083,51.306],[0.086,51.3],[0.091,51.297],[0.086,51.293],[0.08,51.292],[0.073,51.292],[0.064,51.29],[0.058,51.289],[0.056,51.292],[0.051,51.294],[0.046,51.294],[0.042,51.293],[0.047,51.289],[0.048,51.286],[0.045,51.278],[0.046,51.274],[0.05,51.268],[0.05,51.266],[0.052,51.263],[0.054,51.254],[0.057,51.251],[0.058,51.248],[0.054,51.238],[0.052,51.236],[0.046,51.233],[0.042,51.227],[0.043,51.225],[0.051,51.223],[0.059,51.223],[0.068,51.221],[0.071,51.22],[0.082,51.221],[0.085,51.223],[0.09,51.221],[0.089,51.226],[0.092,51.227],[0.096,51.226],[0.099,51.224],[0.105,51.222],[0.113,51.223],[0.119,51.224],[0.119,51.226],[0.124,51.227],[0.127,51.229],[0.129,51.228],[0.132,51.225],[0.136,51.223],[0.142,51.221],[0.146,51.223],[0.151,51.224],[0.163,51.224],[0.172,51.225],[0.174,51.22],[0.188,51.218],[0.199,51.228],[0.197,51.234],[0.201,51.234],[0.208,51.236],[0.214,51.239],[0.219,51.243],[0.223,51.245],[0.225,51.243],[0.224,51.241],[0.228,51.235],[0.231,51.232],[0.242,51.237],[0.247,51.238],[0.248,51.243],[0.25,51.245],[0.25,51.248],[0.246,51.252],[0.247,51.255],[0.253,51.255],[0.264,51.256],[0.265,51.26],[0.265,51.268],[0.261,51.27],[0.26,51.272],[0.255,51.276],[0.258,51.281],[0.259,51.286],[0.261,51.289],[0.261,51.291],[0.258,51.297],[0.265,51.297],[0.265,51.302],[0.263,51.306],[0.266,51.312],[0.265,51.314],[0.272,51.317],[0.277,51.319],[0.284,51.325],[0.285,51.331],[0.288,51.336],[0.281,51.336],[0.278,51.338],[0.275,51.34],[0.277,51.341],[0.28,51.348],[0.284,51.351],[0.284,51.356],[0.282,51.36],[0.284,51.361],[0.282,51.364],[0.284,51.368],[0.283,51.37],[0.291,51.372],[0.296,51.378],[0.3,51.38],[0.297,51.385],[0.3,51.389],[0.299,51.39],[0.299,51.394],[0.297,51.394],[0.297,51.397]]]},"properties":{"Name":"Sevenoaks","ID":"E14001465"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.433,53.438],[-1.439,53.438],[-1.449,53.44],[-1.454,53.438],[-1.456,53.435],[-1.455,53.431],[-1.457,53.43],[-1.463,53.428],[-1.464,53.431],[-1.471,53.43],[-1.475,53.434],[-1.475,53.437],[-1.479,53.438],[-1.486,53.437],[-1.492,53.437],[-1.491,53.434],[-1.497,53.433],[-1.499,53.43],[-1.502,53.431],[-1.513,53.43],[-1.515,53.427],[-1.519,53.426],[-1.522,53.424],[-1.511,53.417],[-1.521,53.414],[-1.523,53.411],[-1.529,53.409],[-1.527,53.407],[-1.524,53.403],[-1.519,53.4],[-1.512,53.4],[-1.508,53.4],[-1.501,53.402],[-1.491,53.398],[-1.489,53.394],[-1.484,53.392],[-1.481,53.391],[-1.475,53.394],[-1.465,53.389],[-1.46,53.388],[-1.449,53.39],[-1.443,53.395],[-1.436,53.402],[-1.425,53.41],[-1.419,53.411],[-1.411,53.417],[-1.408,53.42],[-1.41,53.422],[-1.416,53.427],[-1.418,53.43],[-1.433,53.438]]]},"properties":{"Name":"Sheffield Brightside and Hillsborough","ID":"E14001466"},"id":403}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.46,53.388],[-1.465,53.389],[-1.475,53.394],[-1.481,53.391],[-1.484,53.392],[-1.489,53.394],[-1.491,53.398],[-1.501,53.402],[-1.508,53.4],[-1.512,53.4],[-1.513,53.396],[-1.518,53.391],[-1.513,53.389],[-1.506,53.389],[-1.503,53.391],[-1.499,53.389],[-1.497,53.387],[-1.5,53.381],[-1.508,53.381],[-1.51,53.378],[-1.514,53.377],[-1.51,53.375],[-1.506,53.376],[-1.504,53.372],[-1.505,53.369],[-1.502,53.367],[-1.506,53.366],[-1.508,53.36],[-1.499,53.356],[-1.493,53.355],[-1.488,53.35],[-1.481,53.356],[-1.476,53.359],[-1.472,53.362],[-1.465,53.367],[-1.462,53.37],[-1.461,53.381],[-1.459,53.384],[-1.454,53.385],[-1.46,53.388]]]},"properties":{"Name":"Sheffield Central","ID":"E14001467"},"id":404}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.519,53.426],[-1.526,53.43],[-1.535,53.43],[-1.541,53.429],[-1.545,53.43],[-1.553,53.429],[-1.563,53.426],[-1.57,53.434],[-1.578,53.438],[-1.587,53.436],[-1.595,53.438],[-1.596,53.44],[-1.594,53.442],[-1.601,53.445],[-1.603,53.443],[-1.607,53.445],[-1.612,53.444],[-1.626,53.448],[-1.635,53.446],[-1.638,53.443],[-1.648,53.446],[-1.654,53.445],[-1.658,53.444],[-1.666,53.443],[-1.671,53.441],[-1.674,53.439],[-1.676,53.436],[-1.684,53.434],[-1.69,53.434],[-1.699,53.431],[-1.701,53.428],[-1.705,53.428],[-1.707,53.424],[-1.712,53.421],[-1.717,53.419],[-1.709,53.417],[-1.704,53.415],[-1.703,53.411],[-1.705,53.405],[-1.695,53.401],[-1.682,53.402],[-1.673,53.397],[-1.668,53.393],[-1.665,53.394],[-1.655,53.393],[-1.654,53.392],[-1.654,53.385],[-1.663,53.374],[-1.664,53.367],[-1.655,53.363],[-1.631,53.356],[-1.626,53.352],[-1.617,53.351],[-1.592,53.346],[-1.591,53.345],[-1.6,53.343],[-1.604,53.342],[-1.612,53.343],[-1.612,53.342],[-1.617,53.337],[-1.622,53.334],[-1.624,53.33],[-1.627,53.329],[-1.627,53.325],[-1.633,53.321],[-1.628,53.316],[-1.625,53.316],[-1.619,53.318],[-1.61,53.323],[-1.602,53.318],[-1.599,53.315],[-1.599,53.311],[-1.59,53.318],[-1.585,53.322],[-1.579,53.317],[-1.583,53.316],[-1.581,53.312],[-1.573,53.313],[-1.567,53.315],[-1.564,53.314],[-1.562,53.316],[-1.556,53.312],[-1.56,53.309],[-1.562,53.306],[-1.557,53.305],[-1.548,53.307],[-1.542,53.305],[-1.537,53.305],[-1.533,53.306],[-1.531,53.31],[-1.526,53.31],[-1.526,53.312],[-1.522,53.313],[-1.518,53.312],[-1.511,53.316],[-1.502,53.318],[-1.501,53.316],[-1.496,53.316],[-1.5,53.32],[-1.497,53.322],[-1.501,53.324],[-1.505,53.321],[-1.515,53.327],[-1.515,53.33],[-1.512,53.333],[-1.514,53.334],[-1.513,53.336],[-1.511,53.338],[-1.505,53.338],[-1.488,53.35],[-1.493,53.355],[-1.499,53.356],[-1.508,53.36],[-1.506,53.366],[-1.502,53.367],[-1.505,53.369],[-1.504,53.372],[-1.506,53.376],[-1.51,53.375],[-1.514,53.377],[-1.51,53.378],[-1.508,53.381],[-1.5,53.381],[-1.497,53.387],[-1.499,53.389],[-1.503,53.391],[-1.506,53.389],[-1.513,53.389],[-1.518,53.391],[-1.513,53.396],[-1.512,53.4],[-1.519,53.4],[-1.524,53.403],[-1.527,53.407],[-1.529,53.409],[-1.523,53.411],[-1.521,53.414],[-1.511,53.417],[-1.522,53.424],[-1.519,53.426]]]},"properties":{"Name":"Sheffield Hallam","ID":"E14001468"},"id":405}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.442,53.337],[-1.437,53.341],[-1.43,53.343],[-1.425,53.345],[-1.422,53.348],[-1.413,53.35],[-1.412,53.352],[-1.408,53.354],[-1.4,53.354],[-1.398,53.356],[-1.415,53.36],[-1.421,53.36],[-1.423,53.361],[-1.421,53.364],[-1.417,53.366],[-1.41,53.368],[-1.407,53.372],[-1.407,53.375],[-1.414,53.375],[-1.431,53.381],[-1.436,53.384],[-1.439,53.385],[-1.447,53.385],[-1.454,53.385],[-1.459,53.384],[-1.461,53.381],[-1.462,53.37],[-1.465,53.367],[-1.472,53.362],[-1.476,53.359],[-1.481,53.356],[-1.488,53.35],[-1.505,53.338],[-1.511,53.338],[-1.513,53.336],[-1.514,53.334],[-1.512,53.333],[-1.515,53.33],[-1.515,53.327],[-1.505,53.321],[-1.501,53.324],[-1.497,53.322],[-1.5,53.32],[-1.496,53.316],[-1.492,53.317],[-1.48,53.319],[-1.477,53.319],[-1.469,53.317],[-1.462,53.32],[-1.46,53.32],[-1.455,53.322],[-1.454,53.324],[-1.462,53.328],[-1.46,53.331],[-1.454,53.331],[-1.45,53.332],[-1.442,53.337]]]},"properties":{"Name":"Sheffield Heeley","ID":"E14001469"},"id":406}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.363,53.369],[-1.366,53.372],[-1.38,53.381],[-1.384,53.383],[-1.391,53.383],[-1.39,53.386],[-1.387,53.388],[-1.376,53.393],[-1.376,53.394],[-1.379,53.397],[-1.377,53.399],[-1.382,53.401],[-1.382,53.404],[-1.387,53.411],[-1.39,53.413],[-1.392,53.415],[-1.389,53.418],[-1.394,53.42],[-1.384,53.421],[-1.38,53.422],[-1.382,53.425],[-1.387,53.425],[-1.396,53.424],[-1.397,53.425],[-1.403,53.423],[-1.408,53.42],[-1.411,53.417],[-1.419,53.411],[-1.425,53.41],[-1.436,53.402],[-1.443,53.395],[-1.449,53.39],[-1.46,53.388],[-1.454,53.385],[-1.447,53.385],[-1.439,53.385],[-1.436,53.384],[-1.431,53.381],[-1.414,53.375],[-1.407,53.375],[-1.407,53.372],[-1.41,53.368],[-1.417,53.366],[-1.421,53.364],[-1.423,53.361],[-1.421,53.36],[-1.415,53.36],[-1.398,53.356],[-1.4,53.354],[-1.408,53.354],[-1.412,53.352],[-1.413,53.35],[-1.422,53.348],[-1.425,53.345],[-1.43,53.343],[-1.437,53.341],[-1.442,53.337],[-1.441,53.336],[-1.433,53.338],[-1.424,53.336],[-1.421,53.335],[-1.413,53.339],[-1.411,53.342],[-1.409,53.342],[-1.406,53.339],[-1.391,53.336],[-1.388,53.335],[-1.391,53.332],[-1.391,53.326],[-1.392,53.323],[-1.389,53.319],[-1.381,53.317],[-1.374,53.317],[-1.372,53.316],[-1.362,53.316],[-1.362,53.318],[-1.353,53.319],[-1.347,53.319],[-1.338,53.316],[-1.333,53.323],[-1.325,53.329],[-1.326,53.341],[-1.329,53.349],[-1.332,53.352],[-1.335,53.352],[-1.338,53.354],[-1.34,53.359],[-1.352,53.366],[-1.361,53.367],[-1.363,53.369]]]},"properties":{"Name":"Sheffield South East","ID":"E14001470"},"id":407}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.007,52.985],[-1.005,52.986],[-0.994,52.987],[-0.979,52.986],[-0.971,52.989],[-0.966,52.997],[-0.961,53.004],[-0.955,53.008],[-0.95,53.01],[-0.945,53.011],[-0.938,53.014],[-0.931,53.019],[-0.927,53.024],[-0.931,53.025],[-0.958,53.04],[-0.96,53.042],[-0.959,53.045],[-0.961,53.047],[-0.963,53.053],[-0.972,53.049],[-0.979,53.048],[-0.985,53.046],[-0.989,53.048],[-0.991,53.051],[-0.997,53.052],[-1.002,53.056],[-1.011,53.057],[-1.018,53.059],[-1.021,53.059],[-1.022,53.062],[-1.027,53.065],[-1.026,53.069],[-1.03,53.069],[-1.031,53.074],[-1.034,53.074],[-1.038,53.08],[-1.039,53.083],[-1.044,53.086],[-1.036,53.086],[-1.037,53.088],[-1.028,53.091],[-1.032,53.093],[-1.034,53.095],[-1.03,53.098],[-1.026,53.096],[-1.025,53.099],[-1.019,53.1],[-1.013,53.1],[-1.01,53.101],[-1.005,53.106],[-1.005,53.109],[-1,53.109],[-0.995,53.114],[-0.997,53.117],[-1.002,53.117],[-1.012,53.12],[-1.021,53.122],[-1.022,53.124],[-1.02,53.127],[-1.016,53.127],[-1.011,53.132],[-1.005,53.135],[-1.004,53.138],[-0.997,53.137],[-0.991,53.135],[-0.985,53.133],[-0.982,53.134],[-0.98,53.136],[-0.972,53.14],[-0.965,53.139],[-0.964,53.143],[-0.956,53.147],[-0.953,53.153],[-0.958,53.157],[-0.967,53.159],[-0.962,53.165],[-0.96,53.165],[-0.968,53.17],[-0.972,53.169],[-0.984,53.174],[-0.981,53.175],[-0.978,53.183],[-0.973,53.188],[-0.97,53.192],[-0.961,53.195],[-0.967,53.198],[-0.963,53.201],[-0.958,53.2],[-0.952,53.202],[-0.944,53.204],[-0.94,53.206],[-0.941,53.208],[-0.939,53.212],[-0.94,53.215],[-0.947,53.214],[-0.949,53.215],[-0.95,53.218],[-0.948,53.219],[-0.949,53.225],[-0.953,53.227],[-0.958,53.232],[-0.97,53.236],[-0.984,53.237],[-0.997,53.237],[-1.006,53.236],[-1.013,53.242],[-1.023,53.247],[-1.026,53.252],[-1.028,53.261],[-1.04,53.256],[-1.046,53.254],[-1.052,53.252],[-1.056,53.25],[-1.072,53.241],[-1.088,53.237],[-1.093,53.237],[-1.103,53.236],[-1.099,53.235],[-1.096,53.233],[-1.095,53.229],[-1.097,53.22],[-1.104,53.219],[-1.104,53.209],[-1.113,53.196],[-1.12,53.192],[-1.13,53.189],[-1.139,53.188],[-1.148,53.18],[-1.153,53.175],[-1.152,53.172],[-1.132,53.163],[-1.126,53.157],[-1.117,53.154],[-1.112,53.154],[-1.118,53.149],[-1.121,53.148],[-1.128,53.145],[-1.13,53.142],[-1.129,53.139],[-1.13,53.136],[-1.127,53.135],[-1.129,53.133],[-1.126,53.127],[-1.127,53.125],[-1.121,53.119],[-1.126,53.118],[-1.131,53.12],[-1.134,53.119],[-1.141,53.12],[-1.145,53.122],[-1.161,53.119],[-1.166,53.118],[-1.168,53.116],[-1.169,53.115],[-1.178,53.115],[-1.176,53.112],[-1.17,53.11],[-1.164,53.103],[-1.175,53.102],[-1.187,53.099],[-1.196,53.095],[-1.195,53.093],[-1.2,53.091],[-1.203,53.087],[-1.21,53.085],[-1.219,53.085],[-1.226,53.081],[-1.226,53.077],[-1.228,53.071],[-1.23,53.068],[-1.231,53.061],[-1.229,53.058],[-1.228,53.053],[-1.232,53.05],[-1.239,53.049],[-1.247,53.044],[-1.258,53.041],[-1.253,53.04],[-1.247,53.035],[-1.239,53.033],[-1.241,53.031],[-1.235,53.028],[-1.229,53.023],[-1.232,53.021],[-1.231,53.016],[-1.233,53.013],[-1.231,53.01],[-1.226,53.008],[-1.222,53.008],[-1.213,53.013],[-1.21,53.018],[-1.206,53.019],[-1.201,53.018],[-1.195,53.015],[-1.183,53.019],[-1.183,53.022],[-1.179,53.025],[-1.177,53.035],[-1.177,53.037],[-1.175,53.039],[-1.172,53.043],[-1.156,53.047],[-1.151,53.047],[-1.146,53.045],[-1.142,53.042],[-1.14,53.034],[-1.137,53.032],[-1.137,53.028],[-1.134,53.023],[-1.13,53.026],[-1.115,53.021],[-1.11,53.027],[-1.109,53.03],[-1.097,53.028],[-1.093,53.03],[-1.08,53.031],[-1.074,53.031],[-1.064,53.03],[-1.054,53.03],[-1.053,53.032],[-1.049,53.033],[-1.042,53.031],[-1.036,53.027],[-1.031,53.025],[-1.03,53.021],[-1.032,53.02],[-1.042,53.019],[-1.054,53.014],[-1.053,53.011],[-1.049,53.01],[-1.046,53.007],[-1.037,53.007],[-1.034,53.005],[-1.039,53],[-1.038,52.996],[-1.034,52.996],[-1.031,52.993],[-1.022,52.993],[-1.017,52.989],[-1.015,52.99],[-1.009,52.989],[-1.007,52.985]]]},"properties":{"Name":"Sherwood Forest","ID":"E14001471"},"id":408}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.727,53.91],[-1.738,53.913],[-1.742,53.914],[-1.746,53.919],[-1.746,53.923],[-1.754,53.921],[-1.757,53.921],[-1.765,53.925],[-1.768,53.924],[-1.77,53.921],[-1.773,53.921],[-1.778,53.923],[-1.779,53.921],[-1.781,53.917],[-1.78,53.913],[-1.787,53.911],[-1.79,53.911],[-1.797,53.908],[-1.805,53.905],[-1.818,53.9],[-1.828,53.891],[-1.833,53.888],[-1.839,53.886],[-1.835,53.876],[-1.843,53.875],[-1.848,53.873],[-1.848,53.869],[-1.852,53.868],[-1.855,53.866],[-1.855,53.862],[-1.858,53.861],[-1.864,53.861],[-1.873,53.857],[-1.877,53.855],[-1.881,53.853],[-1.892,53.852],[-1.893,53.85],[-1.902,53.844],[-1.907,53.844],[-1.916,53.84],[-1.923,53.837],[-1.927,53.836],[-1.925,53.833],[-1.926,53.831],[-1.937,53.824],[-1.927,53.821],[-1.929,53.815],[-1.928,53.809],[-1.923,53.804],[-1.926,53.802],[-1.925,53.8],[-1.919,53.797],[-1.929,53.79],[-1.927,53.787],[-1.915,53.782],[-1.896,53.781],[-1.895,53.784],[-1.886,53.787],[-1.884,53.79],[-1.872,53.794],[-1.868,53.797],[-1.872,53.799],[-1.882,53.808],[-1.882,53.809],[-1.876,53.808],[-1.87,53.809],[-1.867,53.812],[-1.855,53.813],[-1.854,53.811],[-1.85,53.812],[-1.846,53.818],[-1.842,53.818],[-1.837,53.821],[-1.833,53.82],[-1.829,53.822],[-1.823,53.822],[-1.817,53.824],[-1.816,53.823],[-1.809,53.825],[-1.806,53.824],[-1.799,53.827],[-1.793,53.826],[-1.788,53.826],[-1.784,53.825],[-1.78,53.826],[-1.777,53.824],[-1.774,53.827],[-1.768,53.819],[-1.758,53.818],[-1.755,53.817],[-1.745,53.823],[-1.743,53.825],[-1.737,53.824],[-1.734,53.826],[-1.738,53.829],[-1.744,53.829],[-1.747,53.832],[-1.749,53.836],[-1.747,53.839],[-1.751,53.841],[-1.753,53.843],[-1.748,53.846],[-1.744,53.849],[-1.733,53.855],[-1.728,53.857],[-1.723,53.856],[-1.718,53.853],[-1.715,53.852],[-1.712,53.854],[-1.712,53.856],[-1.709,53.859],[-1.71,53.864],[-1.715,53.866],[-1.719,53.864],[-1.729,53.865],[-1.738,53.864],[-1.746,53.863],[-1.744,53.866],[-1.754,53.867],[-1.758,53.867],[-1.76,53.864],[-1.764,53.867],[-1.769,53.867],[-1.774,53.87],[-1.778,53.872],[-1.779,53.878],[-1.785,53.88],[-1.795,53.88],[-1.8,53.886],[-1.795,53.895],[-1.787,53.897],[-1.777,53.894],[-1.78,53.891],[-1.773,53.889],[-1.767,53.89],[-1.763,53.889],[-1.756,53.885],[-1.749,53.886],[-1.742,53.885],[-1.735,53.887],[-1.729,53.886],[-1.722,53.891],[-1.718,53.893],[-1.722,53.894],[-1.728,53.894],[-1.732,53.9],[-1.729,53.908],[-1.727,53.91]]]},"properties":{"Name":"Shipley","ID":"E14001472"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.663,52.76],[-2.666,52.763],[-2.669,52.762],[-2.68,52.765],[-2.679,52.767],[-2.687,52.774],[-2.703,52.772],[-2.71,52.771],[-2.711,52.768],[-2.715,52.768],[-2.716,52.764],[-2.724,52.764],[-2.732,52.767],[-2.738,52.77],[-2.742,52.773],[-2.744,52.78],[-2.747,52.782],[-2.744,52.786],[-2.748,52.786],[-2.751,52.788],[-2.756,52.787],[-2.757,52.792],[-2.762,52.791],[-2.767,52.788],[-2.768,52.788],[-2.77,52.794],[-2.774,52.795],[-2.78,52.794],[-2.781,52.793],[-2.788,52.792],[-2.793,52.791],[-2.797,52.79],[-2.803,52.788],[-2.801,52.785],[-2.802,52.783],[-2.81,52.783],[-2.809,52.779],[-2.821,52.774],[-2.829,52.771],[-2.833,52.77],[-2.836,52.767],[-2.839,52.768],[-2.843,52.767],[-2.849,52.768],[-2.856,52.77],[-2.86,52.773],[-2.86,52.777],[-2.858,52.783],[-2.861,52.785],[-2.865,52.784],[-2.869,52.785],[-2.875,52.782],[-2.882,52.785],[-2.89,52.781],[-2.895,52.785],[-2.899,52.78],[-2.901,52.783],[-2.907,52.785],[-2.911,52.787],[-2.916,52.787],[-2.919,52.783],[-2.923,52.784],[-2.932,52.788],[-2.938,52.786],[-2.939,52.783],[-2.945,52.78],[-2.942,52.778],[-2.947,52.777],[-2.951,52.773],[-2.955,52.774],[-2.963,52.774],[-2.965,52.771],[-2.964,52.768],[-2.944,52.759],[-2.933,52.752],[-2.94,52.753],[-2.947,52.749],[-2.95,52.746],[-2.96,52.747],[-2.963,52.75],[-2.971,52.748],[-2.972,52.747],[-2.974,52.741],[-2.97,52.74],[-2.974,52.736],[-2.971,52.735],[-2.969,52.732],[-2.965,52.732],[-2.967,52.729],[-2.967,52.726],[-2.962,52.726],[-2.961,52.721],[-2.962,52.72],[-2.961,52.716],[-2.966,52.714],[-2.978,52.716],[-2.977,52.72],[-2.975,52.723],[-2.978,52.726],[-2.982,52.726],[-2.985,52.723],[-2.997,52.722],[-3.001,52.72],[-3.006,52.721],[-3.008,52.722],[-3.012,52.721],[-3.02,52.722],[-3.025,52.717],[-3.025,52.715],[-3.022,52.711],[-3.023,52.707],[-3.026,52.704],[-3.029,52.703],[-3.032,52.7],[-3.032,52.697],[-3.036,52.693],[-3.041,52.693],[-3.047,52.691],[-3.043,52.687],[-3.043,52.685],[-3.043,52.679],[-3.046,52.675],[-3.039,52.675],[-3.043,52.672],[-3.043,52.668],[-3.045,52.666],[-3.041,52.665],[-3.035,52.661],[-3.033,52.657],[-3.025,52.653],[-3.019,52.652],[-3.008,52.652],[-2.99,52.658],[-2.986,52.66],[-2.981,52.658],[-2.978,52.66],[-2.973,52.657],[-2.969,52.659],[-2.967,52.662],[-2.956,52.661],[-2.954,52.658],[-2.957,52.656],[-2.959,52.653],[-2.961,52.651],[-2.96,52.649],[-2.954,52.642],[-2.958,52.641],[-2.961,52.639],[-2.965,52.638],[-2.966,52.635],[-2.961,52.635],[-2.957,52.63],[-2.957,52.628],[-2.955,52.627],[-2.956,52.624],[-2.951,52.62],[-2.954,52.614],[-2.952,52.613],[-2.941,52.614],[-2.939,52.612],[-2.935,52.614],[-2.929,52.614],[-2.928,52.616],[-2.931,52.619],[-2.929,52.621],[-2.922,52.623],[-2.918,52.622],[-2.914,52.629],[-2.91,52.627],[-2.902,52.629],[-2.901,52.627],[-2.901,52.623],[-2.899,52.619],[-2.899,52.613],[-2.895,52.61],[-2.894,52.608],[-2.896,52.607],[-2.896,52.604],[-2.894,52.601],[-2.891,52.604],[-2.883,52.603],[-2.878,52.601],[-2.875,52.604],[-2.877,52.608],[-2.882,52.609],[-2.887,52.611],[-2.89,52.612],[-2.889,52.615],[-2.886,52.616],[-2.882,52.619],[-2.882,52.623],[-2.883,52.626],[-2.882,52.628],[-2.877,52.629],[-2.872,52.628],[-2.866,52.628],[-2.86,52.63],[-2.857,52.633],[-2.853,52.635],[-2.848,52.635],[-2.84,52.633],[-2.826,52.633],[-2.818,52.635],[-2.816,52.636],[-2.81,52.637],[-2.807,52.636],[-2.803,52.637],[-2.806,52.639],[-2.8,52.642],[-2.795,52.644],[-2.794,52.647],[-2.789,52.65],[-2.786,52.65],[-2.789,52.654],[-2.786,52.655],[-2.778,52.656],[-2.774,52.656],[-2.769,52.654],[-2.766,52.657],[-2.763,52.663],[-2.76,52.661],[-2.756,52.662],[-2.75,52.663],[-2.748,52.665],[-2.744,52.664],[-2.741,52.666],[-2.734,52.663],[-2.729,52.666],[-2.73,52.667],[-2.735,52.667],[-2.74,52.673],[-2.745,52.676],[-2.742,52.677],[-2.744,52.68],[-2.742,52.681],[-2.735,52.685],[-2.727,52.689],[-2.711,52.692],[-2.708,52.693],[-2.712,52.697],[-2.709,52.698],[-2.696,52.701],[-2.693,52.698],[-2.686,52.697],[-2.679,52.699],[-2.676,52.702],[-2.662,52.701],[-2.657,52.696],[-2.648,52.699],[-2.641,52.698],[-2.636,52.699],[-2.635,52.702],[-2.632,52.703],[-2.624,52.703],[-2.619,52.705],[-2.611,52.705],[-2.605,52.707],[-2.605,52.71],[-2.602,52.713],[-2.597,52.715],[-2.597,52.718],[-2.601,52.719],[-2.608,52.72],[-2.615,52.719],[-2.619,52.722],[-2.624,52.72],[-2.628,52.722],[-2.628,52.725],[-2.632,52.727],[-2.636,52.727],[-2.641,52.728],[-2.645,52.729],[-2.66,52.732],[-2.661,52.735],[-2.664,52.736],[-2.664,52.74],[-2.659,52.744],[-2.663,52.744],[-2.665,52.746],[-2.667,52.75],[-2.662,52.755],[-2.661,52.757],[-2.663,52.76]]]},"properties":{"Name":"Shrewsbury","ID":"E14001473"},"id":410}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.675,51.392],[0.681,51.395],[0.678,51.397],[0.67,51.394],[0.673,51.39],[0.675,51.392]]],[[[0.683,51.413],[0.682,51.409],[0.679,51.409],[0.678,51.406],[0.673,51.408],[0.672,51.41],[0.668,51.409],[0.666,51.406],[0.672,51.404],[0.674,51.402],[0.672,51.401],[0.673,51.399],[0.68,51.4],[0.684,51.398],[0.695,51.397],[0.695,51.398],[0.692,51.402],[0.69,51.405],[0.691,51.409],[0.689,51.412],[0.683,51.413]]],[[[0.673,51.424],[0.665,51.424],[0.663,51.421],[0.663,51.419],[0.668,51.42],[0.672,51.413],[0.676,51.415],[0.676,51.419],[0.683,51.419],[0.686,51.415],[0.688,51.415],[0.687,51.419],[0.688,51.421],[0.683,51.423],[0.673,51.424]]],[[[0.779,51.362],[0.775,51.361],[0.765,51.363],[0.764,51.367],[0.759,51.37],[0.763,51.379],[0.763,51.384],[0.755,51.386],[0.752,51.388],[0.745,51.393],[0.739,51.396],[0.737,51.395],[0.731,51.397],[0.726,51.4],[0.723,51.406],[0.719,51.411],[0.717,51.414],[0.72,51.417],[0.724,51.417],[0.731,51.415],[0.732,51.416],[0.728,51.424],[0.72,51.421],[0.711,51.42],[0.705,51.42],[0.699,51.421],[0.696,51.42],[0.699,51.41],[0.696,51.407],[0.698,51.402],[0.702,51.396],[0.709,51.394],[0.712,51.392],[0.717,51.39],[0.717,51.388],[0.714,51.385],[0.709,51.383],[0.696,51.38],[0.693,51.382],[0.695,51.385],[0.699,51.388],[0.699,51.39],[0.703,51.393],[0.698,51.394],[0.696,51.393],[0.687,51.392],[0.684,51.389],[0.683,51.385],[0.683,51.38],[0.678,51.38],[0.675,51.376],[0.666,51.38],[0.667,51.383],[0.664,51.384],[0.659,51.389],[0.657,51.393],[0.654,51.393],[0.653,51.395],[0.648,51.398],[0.64,51.395],[0.642,51.392],[0.641,51.389],[0.638,51.387],[0.636,51.383],[0.632,51.382],[0.628,51.378],[0.627,51.375],[0.626,51.371],[0.623,51.369],[0.635,51.366],[0.629,51.359],[0.625,51.355],[0.622,51.35],[0.618,51.348],[0.614,51.341],[0.612,51.338],[0.608,51.335],[0.604,51.336],[0.601,51.333],[0.607,51.331],[0.605,51.329],[0.601,51.328],[0.604,51.326],[0.608,51.328],[0.613,51.335],[0.619,51.334],[0.618,51.332],[0.629,51.333],[0.639,51.337],[0.645,51.336],[0.686,51.321],[0.696,51.318],[0.698,51.319],[0.702,51.317],[0.706,51.321],[0.707,51.324],[0.71,51.325],[0.714,51.331],[0.719,51.332],[0.722,51.331],[0.718,51.328],[0.723,51.322],[0.73,51.32],[0.735,51.322],[0.739,51.321],[0.739,51.325],[0.743,51.328],[0.746,51.331],[0.75,51.325],[0.754,51.327],[0.754,51.33],[0.757,51.332],[0.761,51.336],[0.764,51.342],[0.772,51.346],[0.776,51.351],[0.776,51.354],[0.779,51.362]]],[[[0.745,51.447],[0.744,51.447],[0.744,51.44],[0.737,51.432],[0.735,51.424],[0.736,51.421],[0.742,51.414],[0.741,51.411],[0.732,51.409],[0.725,51.412],[0.731,51.401],[0.734,51.4],[0.742,51.398],[0.746,51.395],[0.752,51.394],[0.751,51.391],[0.757,51.388],[0.76,51.388],[0.765,51.386],[0.769,51.381],[0.769,51.378],[0.766,51.378],[0.765,51.375],[0.765,51.371],[0.768,51.371],[0.774,51.368],[0.778,51.368],[0.787,51.372],[0.791,51.372],[0.792,51.37],[0.796,51.371],[0.796,51.369],[0.803,51.37],[0.821,51.369],[0.822,51.368],[0.836,51.365],[0.837,51.364],[0.85,51.364],[0.851,51.367],[0.848,51.369],[0.849,51.371],[0.857,51.365],[0.861,51.364],[0.868,51.365],[0.876,51.363],[0.876,51.361],[0.881,51.358],[0.889,51.355],[0.897,51.354],[0.909,51.356],[0.921,51.36],[0.926,51.362],[0.927,51.365],[0.931,51.366],[0.938,51.37],[0.941,51.371],[0.944,51.367],[0.95,51.372],[0.951,51.373],[0.945,51.38],[0.939,51.387],[0.938,51.39],[0.928,51.397],[0.918,51.402],[0.911,51.406],[0.905,51.413],[0.902,51.416],[0.884,51.421],[0.878,51.422],[0.869,51.421],[0.862,51.422],[0.84,51.425],[0.833,51.426],[0.825,51.426],[0.815,51.428],[0.811,51.43],[0.792,51.439],[0.787,51.44],[0.779,51.441],[0.773,51.44],[0.763,51.442],[0.758,51.444],[0.754,51.445],[0.745,51.447]]]]},"properties":{"Name":"Sittingbourne and Sheppey","ID":"E14001474"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.684,54.262],[-1.686,54.26],[-1.69,54.259],[-1.699,54.256],[-1.701,54.256],[-1.705,54.261],[-1.709,54.256],[-1.718,54.257],[-1.72,54.255],[-1.724,54.256],[-1.737,54.254],[-1.739,54.252],[-1.737,54.25],[-1.741,54.247],[-1.756,54.239],[-1.8,54.245],[-1.823,54.247],[-1.816,54.241],[-1.823,54.235],[-1.828,54.232],[-1.837,54.231],[-1.847,54.227],[-1.862,54.223],[-1.879,54.22],[-1.882,54.219],[-1.886,54.21],[-1.896,54.21],[-1.924,54.201],[-1.938,54.2],[-1.942,54.199],[-1.965,54.193],[-1.98,54.188],[-2.002,54.176],[-2.005,54.173],[-2.015,54.173],[-2.019,54.176],[-2.023,54.177],[-2.031,54.175],[-2.035,54.176],[-2.034,54.18],[-2.044,54.183],[-2.049,54.186],[-2.051,54.191],[-2.054,54.195],[-2.059,54.196],[-2.061,54.203],[-2.06,54.209],[-2.062,54.211],[-2.071,54.213],[-2.079,54.218],[-2.089,54.222],[-2.095,54.228],[-2.099,54.23],[-2.1,54.232],[-2.108,54.232],[-2.113,54.233],[-2.116,54.231],[-2.125,54.228],[-2.129,54.226],[-2.14,54.225],[-2.142,54.226],[-2.144,54.23],[-2.144,54.235],[-2.151,54.233],[-2.153,54.234],[-2.157,54.235],[-2.161,54.231],[-2.166,54.229],[-2.171,54.228],[-2.175,54.23],[-2.18,54.235],[-2.187,54.239],[-2.191,54.243],[-2.198,54.247],[-2.212,54.248],[-2.217,54.25],[-2.224,54.251],[-2.229,54.252],[-2.231,54.25],[-2.236,54.251],[-2.243,54.248],[-2.247,54.249],[-2.252,54.249],[-2.265,54.245],[-2.274,54.243],[-2.283,54.239],[-2.286,54.239],[-2.287,54.243],[-2.29,54.245],[-2.291,54.252],[-2.294,54.253],[-2.297,54.251],[-2.305,54.249],[-2.318,54.256],[-2.319,54.257],[-2.322,54.255],[-2.323,54.245],[-2.325,54.243],[-2.338,54.238],[-2.348,54.238],[-2.352,54.242],[-2.36,54.247],[-2.362,54.25],[-2.372,54.248],[-2.373,54.24],[-2.385,54.239],[-2.397,54.239],[-2.401,54.234],[-2.401,54.23],[-2.404,54.226],[-2.409,54.227],[-2.435,54.223],[-2.441,54.226],[-2.461,54.227],[-2.463,54.223],[-2.473,54.216],[-2.476,54.21],[-2.48,54.205],[-2.48,54.202],[-2.512,54.179],[-2.515,54.178],[-2.522,54.174],[-2.523,54.171],[-2.529,54.169],[-2.529,54.164],[-2.533,54.158],[-2.537,54.157],[-2.544,54.158],[-2.547,54.153],[-2.552,54.154],[-2.56,54.153],[-2.562,54.151],[-2.557,54.15],[-2.558,54.143],[-2.563,54.141],[-2.562,54.132],[-2.561,54.13],[-2.565,54.127],[-2.563,54.123],[-2.557,54.121],[-2.553,54.121],[-2.546,54.118],[-2.546,54.115],[-2.544,54.113],[-2.536,54.108],[-2.538,54.106],[-2.537,54.104],[-2.529,54.103],[-2.525,54.1],[-2.526,54.099],[-2.525,54.095],[-2.517,54.095],[-2.51,54.095],[-2.509,54.092],[-2.506,54.091],[-2.493,54.09],[-2.492,54.087],[-2.486,54.085],[-2.481,54.085],[-2.471,54.077],[-2.464,54.075],[-2.466,54.072],[-2.464,54.061],[-2.469,54.055],[-2.471,54.051],[-2.47,54.046],[-2.459,54.041],[-2.451,54.041],[-2.446,54.042],[-2.432,54.042],[-2.426,54.038],[-2.423,54.041],[-2.414,54.042],[-2.406,54.043],[-2.404,54.043],[-2.397,54.044],[-2.395,54.043],[-2.387,54.045],[-2.384,54.048],[-2.374,54.049],[-2.362,54.041],[-2.363,54.034],[-2.359,54.032],[-2.362,54.029],[-2.36,54.026],[-2.36,54.024],[-2.357,54.021],[-2.357,54.019],[-2.346,54.018],[-2.344,54.017],[-2.339,54.009],[-2.352,54.01],[-2.354,54.004],[-2.352,53.995],[-2.345,53.992],[-2.34,53.989],[-2.336,53.992],[-2.334,53.99],[-2.327,53.994],[-2.319,53.994],[-2.318,53.992],[-2.314,53.989],[-2.31,53.988],[-2.3,53.981],[-2.297,53.981],[-2.299,53.977],[-2.295,53.975],[-2.284,53.974],[-2.247,53.979],[-2.245,53.981],[-2.23,53.982],[-2.223,53.976],[-2.227,53.975],[-2.232,53.971],[-2.229,53.967],[-2.226,53.967],[-2.225,53.961],[-2.221,53.964],[-2.214,53.965],[-2.21,53.963],[-2.207,53.966],[-2.202,53.968],[-2.201,53.97],[-2.196,53.97],[-2.194,53.961],[-2.191,53.958],[-2.185,53.952],[-2.184,53.95],[-2.181,53.948],[-2.183,53.946],[-2.186,53.94],[-2.183,53.936],[-2.176,53.934],[-2.174,53.937],[-2.172,53.938],[-2.164,53.935],[-2.162,53.932],[-2.164,53.931],[-2.163,53.927],[-2.16,53.929],[-2.157,53.927],[-2.152,53.929],[-2.142,53.926],[-2.14,53.928],[-2.132,53.927],[-2.13,53.923],[-2.125,53.922],[-2.122,53.917],[-2.117,53.917],[-2.113,53.915],[-2.112,53.913],[-2.11,53.909],[-2.107,53.908],[-2.113,53.905],[-2.104,53.892],[-2.103,53.891],[-2.096,53.888],[-2.094,53.885],[-2.086,53.881],[-2.081,53.876],[-2.083,53.873],[-2.088,53.87],[-2.081,53.87],[-2.077,53.867],[-2.076,53.863],[-2.069,53.86],[-2.063,53.859],[-2.046,53.85],[-2.037,53.856],[-2.032,53.859],[-2.022,53.872],[-2.013,53.871],[-1.999,53.872],[-1.995,53.869],[-1.988,53.868],[-1.982,53.869],[-1.977,53.876],[-1.976,53.879],[-1.978,53.884],[-1.977,53.888],[-1.981,53.894],[-1.981,53.897],[-1.979,53.898],[-1.979,53.901],[-1.975,53.901],[-1.968,53.904],[-1.965,53.903],[-1.953,53.904],[-1.953,53.907],[-1.953,53.912],[-1.96,53.916],[-1.963,53.919],[-1.974,53.924],[-1.977,53.926],[-1.972,53.93],[-1.97,53.928],[-1.966,53.928],[-1.966,53.93],[-1.968,53.932],[-1.963,53.933],[-1.968,53.94],[-1.97,53.942],[-1.969,53.944],[-1.962,53.943],[-1.966,53.952],[-1.958,53.954],[-1.949,53.953],[-1.951,53.957],[-1.944,53.956],[-1.942,53.953],[-1.934,53.952],[-1.931,53.95],[-1.928,53.95],[-1.923,53.956],[-1.918,53.955],[-1.906,53.958],[-1.899,53.955],[-1.893,53.955],[-1.89,53.959],[-1.886,53.961],[-1.885,53.963],[-1.879,53.962],[-1.878,53.959],[-1.88,53.955],[-1.876,53.951],[-1.876,53.949],[-1.874,53.945],[-1.865,53.942],[-1.862,53.939],[-1.863,53.934],[-1.861,53.933],[-1.853,53.931],[-1.848,53.932],[-1.843,53.933],[-1.839,53.931],[-1.836,53.932],[-1.849,53.936],[-1.848,53.941],[-1.842,53.939],[-1.836,53.939],[-1.83,53.94],[-1.83,53.938],[-1.819,53.938],[-1.806,53.939],[-1.797,53.936],[-1.796,53.931],[-1.793,53.929],[-1.785,53.93],[-1.782,53.929],[-1.778,53.923],[-1.773,53.921],[-1.77,53.921],[-1.768,53.924],[-1.765,53.925],[-1.757,53.921],[-1.754,53.921],[-1.746,53.923],[-1.746,53.919],[-1.742,53.914],[-1.738,53.913],[-1.727,53.91],[-1.722,53.912],[-1.719,53.911],[-1.716,53.917],[-1.709,53.918],[-1.706,53.917],[-1.702,53.918],[-1.699,53.917],[-1.69,53.917],[-1.687,53.916],[-1.689,53.913],[-1.685,53.911],[-1.68,53.91],[-1.669,53.911],[-1.667,53.913],[-1.656,53.913],[-1.652,53.911],[-1.654,53.908],[-1.652,53.906],[-1.646,53.907],[-1.641,53.907],[-1.638,53.906],[-1.628,53.905],[-1.622,53.903],[-1.619,53.904],[-1.612,53.906],[-1.607,53.909],[-1.6,53.91],[-1.602,53.907],[-1.598,53.903],[-1.59,53.901],[-1.586,53.901],[-1.586,53.904],[-1.584,53.909],[-1.569,53.911],[-1.566,53.91],[-1.563,53.904],[-1.556,53.905],[-1.553,53.903],[-1.55,53.904],[-1.549,53.911],[-1.556,53.911],[-1.555,53.913],[-1.557,53.916],[-1.56,53.918],[-1.561,53.921],[-1.565,53.927],[-1.558,53.929],[-1.557,53.931],[-1.552,53.935],[-1.55,53.936],[-1.548,53.939],[-1.541,53.942],[-1.539,53.944],[-1.545,53.947],[-1.544,53.955],[-1.549,53.953],[-1.552,53.957],[-1.558,53.956],[-1.56,53.956],[-1.564,53.96],[-1.558,53.962],[-1.559,53.966],[-1.562,53.967],[-1.562,53.97],[-1.561,53.974],[-1.562,53.978],[-1.576,53.976],[-1.584,53.984],[-1.586,53.985],[-1.592,53.984],[-1.594,53.987],[-1.604,53.993],[-1.613,53.995],[-1.623,53.995],[-1.623,53.998],[-1.615,54.008],[-1.611,54.012],[-1.61,54.014],[-1.618,54.02],[-1.619,54.021],[-1.617,54.025],[-1.614,54.027],[-1.609,54.026],[-1.608,54.029],[-1.594,54.027],[-1.59,54.026],[-1.588,54.027],[-1.589,54.03],[-1.586,54.033],[-1.581,54.032],[-1.577,54.03],[-1.571,54.03],[-1.569,54.034],[-1.565,54.032],[-1.555,54.033],[-1.549,54.029],[-1.541,54.026],[-1.542,54.022],[-1.539,54.02],[-1.534,54.02],[-1.529,54.021],[-1.523,54.021],[-1.521,54.021],[-1.524,54.026],[-1.526,54.032],[-1.525,54.035],[-1.521,54.036],[-1.524,54.039],[-1.531,54.041],[-1.533,54.043],[-1.538,54.045],[-1.539,54.046],[-1.531,54.047],[-1.526,54.046],[-1.519,54.046],[-1.521,54.048],[-1.517,54.053],[-1.519,54.055],[-1.508,54.058],[-1.51,54.06],[-1.511,54.063],[-1.517,54.066],[-1.523,54.067],[-1.523,54.071],[-1.521,54.076],[-1.524,54.075],[-1.529,54.077],[-1.534,54.087],[-1.53,54.094],[-1.527,54.096],[-1.52,54.098],[-1.516,54.103],[-1.507,54.104],[-1.494,54.106],[-1.489,54.103],[-1.487,54.105],[-1.485,54.111],[-1.489,54.11],[-1.495,54.115],[-1.493,54.117],[-1.489,54.117],[-1.49,54.119],[-1.488,54.124],[-1.478,54.124],[-1.472,54.125],[-1.466,54.128],[-1.455,54.128],[-1.454,54.13],[-1.449,54.131],[-1.452,54.139],[-1.456,54.143],[-1.45,54.146],[-1.442,54.145],[-1.431,54.145],[-1.427,54.14],[-1.419,54.132],[-1.406,54.134],[-1.405,54.137],[-1.396,54.14],[-1.393,54.142],[-1.387,54.145],[-1.386,54.147],[-1.391,54.151],[-1.393,54.155],[-1.391,54.158],[-1.38,54.163],[-1.375,54.164],[-1.367,54.168],[-1.372,54.168],[-1.375,54.168],[-1.38,54.17],[-1.383,54.174],[-1.389,54.174],[-1.391,54.176],[-1.392,54.179],[-1.395,54.182],[-1.398,54.181],[-1.402,54.182],[-1.413,54.181],[-1.418,54.184],[-1.426,54.185],[-1.432,54.186],[-1.438,54.194],[-1.436,54.197],[-1.436,54.199],[-1.438,54.203],[-1.439,54.208],[-1.443,54.211],[-1.446,54.216],[-1.454,54.214],[-1.463,54.211],[-1.475,54.206],[-1.485,54.22],[-1.493,54.218],[-1.492,54.216],[-1.492,54.211],[-1.495,54.204],[-1.501,54.204],[-1.503,54.203],[-1.51,54.202],[-1.51,54.2],[-1.517,54.199],[-1.52,54.197],[-1.528,54.195],[-1.531,54.196],[-1.543,54.195],[-1.546,54.193],[-1.553,54.191],[-1.557,54.192],[-1.561,54.191],[-1.562,54.194],[-1.566,54.196],[-1.567,54.199],[-1.57,54.201],[-1.577,54.202],[-1.579,54.204],[-1.583,54.205],[-1.596,54.202],[-1.598,54.201],[-1.598,54.198],[-1.594,54.197],[-1.589,54.197],[-1.596,54.19],[-1.602,54.191],[-1.61,54.189],[-1.615,54.189],[-1.618,54.187],[-1.624,54.186],[-1.631,54.19],[-1.635,54.189],[-1.64,54.191],[-1.641,54.193],[-1.637,54.193],[-1.635,54.196],[-1.631,54.198],[-1.631,54.202],[-1.628,54.206],[-1.625,54.21],[-1.624,54.216],[-1.621,54.219],[-1.625,54.223],[-1.626,54.226],[-1.625,54.23],[-1.635,54.229],[-1.643,54.234],[-1.648,54.238],[-1.636,54.239],[-1.638,54.243],[-1.644,54.246],[-1.649,54.25],[-1.656,54.25],[-1.664,54.247],[-1.666,54.252],[-1.672,54.251],[-1.67,54.248],[-1.674,54.247],[-1.678,54.251],[-1.679,54.256],[-1.684,54.26],[-1.684,54.262]]]},"properties":{"Name":"Skipton and Ripon","ID":"E14001475"},"id":412}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.495,53.225],[-0.502,53.226],[-0.501,53.221],[-0.509,53.218],[-0.513,53.218],[-0.514,53.22],[-0.523,53.219],[-0.53,53.218],[-0.529,53.215],[-0.532,53.214],[-0.532,53.207],[-0.531,53.199],[-0.524,53.2],[-0.523,53.195],[-0.52,53.195],[-0.517,53.191],[-0.518,53.188],[-0.515,53.187],[-0.509,53.183],[-0.511,53.182],[-0.522,53.18],[-0.519,53.174],[-0.518,53.168],[-0.516,53.169],[-0.516,53.164],[-0.503,53.165],[-0.495,53.167],[-0.491,53.159],[-0.493,53.153],[-0.508,53.153],[-0.528,53.152],[-0.529,53.159],[-0.542,53.159],[-0.551,53.16],[-0.557,53.161],[-0.56,53.161],[-0.553,53.186],[-0.565,53.187],[-0.574,53.192],[-0.574,53.194],[-0.581,53.198],[-0.588,53.201],[-0.6,53.204],[-0.607,53.202],[-0.614,53.203],[-0.615,53.205],[-0.62,53.208],[-0.618,53.211],[-0.617,53.214],[-0.62,53.217],[-0.627,53.22],[-0.63,53.222],[-0.632,53.226],[-0.637,53.228],[-0.636,53.233],[-0.639,53.236],[-0.646,53.235],[-0.654,53.237],[-0.652,53.24],[-0.654,53.242],[-0.666,53.241],[-0.667,53.24],[-0.667,53.233],[-0.671,53.228],[-0.671,53.226],[-0.675,53.223],[-0.676,53.218],[-0.687,53.22],[-0.698,53.22],[-0.715,53.208],[-0.722,53.21],[-0.731,53.211],[-0.742,53.198],[-0.754,53.188],[-0.761,53.188],[-0.764,53.182],[-0.752,53.181],[-0.737,53.179],[-0.73,53.18],[-0.726,53.178],[-0.719,53.177],[-0.719,53.175],[-0.716,53.17],[-0.723,53.155],[-0.721,53.148],[-0.721,53.144],[-0.719,53.142],[-0.715,53.137],[-0.724,53.133],[-0.732,53.128],[-0.731,53.124],[-0.727,53.122],[-0.721,53.121],[-0.717,53.119],[-0.717,53.116],[-0.718,53.11],[-0.721,53.104],[-0.73,53.098],[-0.727,53.094],[-0.715,53.087],[-0.709,53.086],[-0.706,53.083],[-0.71,53.079],[-0.699,53.075],[-0.698,53.071],[-0.699,53.069],[-0.698,53.065],[-0.701,53.064],[-0.706,53.065],[-0.713,53.066],[-0.716,53.065],[-0.713,53.061],[-0.716,53.059],[-0.706,53.052],[-0.698,53.053],[-0.694,53.057],[-0.695,53.059],[-0.69,53.06],[-0.681,53.058],[-0.67,53.058],[-0.661,53.057],[-0.662,53.055],[-0.648,53.054],[-0.636,53.052],[-0.637,53.055],[-0.604,53.052],[-0.602,53.05],[-0.596,53.048],[-0.589,53.048],[-0.589,53.047],[-0.58,53.046],[-0.574,53.047],[-0.574,53.05],[-0.566,53.049],[-0.536,53.05],[-0.523,53.05],[-0.531,52.998],[-0.532,52.99],[-0.526,52.99],[-0.523,52.988],[-0.516,52.992],[-0.512,52.992],[-0.509,52.99],[-0.503,52.99],[-0.5,52.988],[-0.501,52.986],[-0.507,52.985],[-0.511,52.982],[-0.501,52.983],[-0.497,52.983],[-0.49,52.984],[-0.481,52.979],[-0.478,52.977],[-0.462,52.982],[-0.458,52.984],[-0.456,52.981],[-0.452,52.98],[-0.438,52.98],[-0.427,52.978],[-0.42,52.979],[-0.402,52.978],[-0.397,52.979],[-0.391,52.976],[-0.386,52.976],[-0.384,52.975],[-0.379,52.975],[-0.377,52.978],[-0.37,52.978],[-0.355,52.979],[-0.348,52.981],[-0.337,52.983],[-0.337,52.988],[-0.336,52.99],[-0.322,52.988],[-0.316,52.988],[-0.305,52.99],[-0.298,52.992],[-0.294,52.994],[-0.289,52.995],[-0.286,52.997],[-0.266,53.004],[-0.258,53.005],[-0.239,53.006],[-0.235,53.005],[-0.219,53.005],[-0.206,53.005],[-0.202,53.006],[-0.204,53.009],[-0.207,53.011],[-0.21,53.015],[-0.215,53.018],[-0.213,53.021],[-0.216,53.024],[-0.223,53.028],[-0.225,53.03],[-0.223,53.035],[-0.22,53.039],[-0.218,53.045],[-0.22,53.048],[-0.218,53.052],[-0.214,53.062],[-0.211,53.07],[-0.199,53.07],[-0.196,53.07],[-0.199,53.078],[-0.195,53.081],[-0.197,53.083],[-0.202,53.086],[-0.206,53.086],[-0.214,53.089],[-0.219,53.097],[-0.221,53.103],[-0.219,53.105],[-0.225,53.109],[-0.223,53.114],[-0.226,53.116],[-0.227,53.12],[-0.225,53.122],[-0.226,53.125],[-0.233,53.131],[-0.238,53.134],[-0.24,53.138],[-0.246,53.148],[-0.252,53.152],[-0.253,53.156],[-0.26,53.158],[-0.264,53.162],[-0.265,53.164],[-0.27,53.169],[-0.274,53.171],[-0.275,53.173],[-0.279,53.175],[-0.281,53.174],[-0.283,53.177],[-0.29,53.179],[-0.295,53.18],[-0.3,53.182],[-0.31,53.182],[-0.32,53.185],[-0.325,53.191],[-0.326,53.196],[-0.33,53.201],[-0.336,53.202],[-0.338,53.204],[-0.337,53.208],[-0.342,53.212],[-0.346,53.214],[-0.348,53.217],[-0.346,53.219],[-0.348,53.224],[-0.353,53.228],[-0.36,53.227],[-0.366,53.225],[-0.371,53.226],[-0.379,53.231],[-0.382,53.232],[-0.399,53.231],[-0.414,53.23],[-0.43,53.231],[-0.446,53.23],[-0.463,53.227],[-0.474,53.227],[-0.488,53.225],[-0.495,53.225]]]},"properties":{"Name":"Sleaford and North Hykeham","ID":"E14001476"},"id":413}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.529,51.497],[-0.529,51.502],[-0.526,51.509],[-0.529,51.51],[-0.554,51.509],[-0.566,51.511],[-0.569,51.511],[-0.567,51.515],[-0.569,51.518],[-0.565,51.521],[-0.572,51.524],[-0.572,51.527],[-0.575,51.529],[-0.568,51.53],[-0.567,51.533],[-0.576,51.534],[-0.581,51.526],[-0.581,51.523],[-0.588,51.523],[-0.595,51.524],[-0.596,51.528],[-0.606,51.53],[-0.606,51.532],[-0.611,51.531],[-0.615,51.534],[-0.62,51.535],[-0.62,51.538],[-0.624,51.538],[-0.631,51.539],[-0.645,51.536],[-0.645,51.534],[-0.653,51.53],[-0.66,51.528],[-0.66,51.525],[-0.659,51.519],[-0.655,51.519],[-0.653,51.515],[-0.654,51.508],[-0.659,51.507],[-0.659,51.505],[-0.654,51.504],[-0.653,51.501],[-0.647,51.501],[-0.643,51.503],[-0.642,51.501],[-0.634,51.501],[-0.631,51.504],[-0.628,51.504],[-0.621,51.503],[-0.608,51.497],[-0.604,51.498],[-0.601,51.502],[-0.593,51.499],[-0.59,51.499],[-0.576,51.496],[-0.568,51.492],[-0.565,51.491],[-0.561,51.497],[-0.552,51.496],[-0.566,51.502],[-0.565,51.506],[-0.563,51.506],[-0.555,51.505],[-0.551,51.505],[-0.547,51.504],[-0.542,51.503],[-0.543,51.5],[-0.537,51.5],[-0.529,51.497]]]},"properties":{"Name":"Slough","ID":"E14001477"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.962,52.51],[-1.975,52.512],[-1.978,52.508],[-1.985,52.506],[-1.993,52.507],[-1.998,52.506],[-1.998,52.502],[-1.996,52.501],[-2.001,52.498],[-2.007,52.491],[-2.012,52.492],[-2.016,52.496],[-2.019,52.493],[-2.021,52.493],[-2.024,52.496],[-2.029,52.497],[-2.036,52.494],[-2.038,52.492],[-2.034,52.49],[-2.04,52.487],[-2.041,52.485],[-2.038,52.483],[-2.041,52.482],[-2.046,52.482],[-2.053,52.482],[-2.058,52.48],[-2.056,52.472],[-2.053,52.471],[-2.048,52.472],[-2.045,52.471],[-2.041,52.473],[-2.035,52.475],[-2.022,52.48],[-2.02,52.476],[-2.014,52.47],[-2.013,52.465],[-2.013,52.462],[-2.008,52.462],[-2.001,52.463],[-1.998,52.463],[-1.977,52.467],[-1.969,52.472],[-1.966,52.473],[-1.965,52.475],[-1.969,52.477],[-1.964,52.482],[-1.962,52.483],[-1.956,52.482],[-1.951,52.483],[-1.95,52.487],[-1.947,52.487],[-1.946,52.49],[-1.943,52.492],[-1.946,52.493],[-1.944,52.496],[-1.938,52.498],[-1.951,52.502],[-1.963,52.505],[-1.961,52.507],[-1.962,52.51]]]},"properties":{"Name":"Smethwick","ID":"E14001478"},"id":415}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.782,52.451],[-1.792,52.454],[-1.8,52.458],[-1.805,52.454],[-1.807,52.45],[-1.81,52.445],[-1.812,52.443],[-1.812,52.44],[-1.816,52.438],[-1.817,52.433],[-1.819,52.431],[-1.825,52.429],[-1.831,52.422],[-1.834,52.418],[-1.842,52.413],[-1.844,52.411],[-1.849,52.411],[-1.854,52.409],[-1.858,52.408],[-1.863,52.41],[-1.869,52.408],[-1.869,52.405],[-1.865,52.405],[-1.853,52.401],[-1.851,52.402],[-1.845,52.4],[-1.847,52.397],[-1.849,52.394],[-1.858,52.387],[-1.861,52.384],[-1.861,52.38],[-1.863,52.376],[-1.872,52.368],[-1.869,52.368],[-1.863,52.367],[-1.85,52.367],[-1.842,52.365],[-1.835,52.367],[-1.833,52.366],[-1.808,52.367],[-1.804,52.363],[-1.795,52.369],[-1.791,52.373],[-1.785,52.382],[-1.776,52.389],[-1.77,52.393],[-1.772,52.394],[-1.768,52.396],[-1.765,52.397],[-1.76,52.403],[-1.763,52.406],[-1.762,52.41],[-1.765,52.413],[-1.78,52.416],[-1.787,52.414],[-1.792,52.416],[-1.797,52.421],[-1.799,52.424],[-1.797,52.425],[-1.799,52.43],[-1.794,52.43],[-1.788,52.433],[-1.781,52.432],[-1.782,52.436],[-1.784,52.439],[-1.785,52.443],[-1.784,52.448],[-1.782,52.451]]]},"properties":{"Name":"Solihull West and Shirley","ID":"E14001479"},"id":416}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.513,51.532],[0.509,51.536],[0.508,51.531],[0.513,51.532]]],[[[0.506,51.545],[0.507,51.548],[0.508,51.552],[0.518,51.56],[0.52,51.565],[0.522,51.565],[0.523,51.569],[0.523,51.574],[0.525,51.575],[0.525,51.584],[0.527,51.586],[0.526,51.589],[0.524,51.59],[0.52,51.59],[0.506,51.592],[0.499,51.593],[0.499,51.585],[0.496,51.58],[0.494,51.576],[0.493,51.573],[0.495,51.571],[0.495,51.568],[0.496,51.566],[0.497,51.565],[0.5,51.564],[0.497,51.563],[0.495,51.562],[0.493,51.562],[0.491,51.562],[0.489,51.561],[0.488,51.561],[0.487,51.56],[0.486,51.559],[0.483,51.559],[0.48,51.559],[0.476,51.563],[0.472,51.562],[0.471,51.564],[0.477,51.565],[0.478,51.568],[0.472,51.569],[0.432,51.567],[0.424,51.568],[0.416,51.569],[0.41,51.57],[0.403,51.57],[0.398,51.569],[0.386,51.566],[0.383,51.566],[0.379,51.566],[0.348,51.568],[0.34,51.568],[0.313,51.566],[0.315,51.558],[0.319,51.555],[0.325,51.553],[0.328,51.551],[0.328,51.549],[0.331,51.546],[0.334,51.542],[0.331,51.541],[0.322,51.541],[0.322,51.536],[0.332,51.538],[0.336,51.531],[0.334,51.527],[0.334,51.523],[0.33,51.517],[0.332,51.51],[0.334,51.511],[0.337,51.503],[0.338,51.501],[0.343,51.497],[0.351,51.498],[0.355,51.499],[0.359,51.492],[0.359,51.489],[0.358,51.484],[0.352,51.48],[0.352,51.478],[0.362,51.478],[0.379,51.473],[0.385,51.474],[0.385,51.472],[0.39,51.471],[0.393,51.472],[0.4,51.471],[0.401,51.469],[0.4,51.464],[0.402,51.461],[0.398,51.458],[0.398,51.454],[0.404,51.454],[0.413,51.456],[0.417,51.456],[0.429,51.459],[0.434,51.462],[0.436,51.465],[0.438,51.474],[0.44,51.483],[0.441,51.492],[0.445,51.496],[0.445,51.5],[0.448,51.5],[0.459,51.507],[0.466,51.505],[0.467,51.504],[0.476,51.505],[0.484,51.506],[0.502,51.506],[0.508,51.505],[0.52,51.51],[0.523,51.508],[0.531,51.509],[0.541,51.513],[0.539,51.514],[0.532,51.514],[0.522,51.516],[0.52,51.518],[0.518,51.521],[0.519,51.525],[0.516,51.528],[0.509,51.53],[0.506,51.533],[0.508,51.535],[0.506,51.538],[0.506,51.545]]]]},"properties":{"Name":"South Basildon and East Thurrock","ID":"E14001480"},"id":417}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.417,52.159],[0.41,52.156],[0.407,52.159],[0.403,52.159],[0.395,52.158],[0.392,52.159],[0.389,52.162],[0.384,52.162],[0.376,52.163],[0.377,52.167],[0.364,52.168],[0.362,52.167],[0.352,52.169],[0.346,52.172],[0.342,52.172],[0.338,52.174],[0.331,52.177],[0.325,52.179],[0.322,52.179],[0.318,52.182],[0.31,52.186],[0.311,52.19],[0.297,52.197],[0.288,52.201],[0.281,52.203],[0.275,52.205],[0.269,52.208],[0.254,52.215],[0.249,52.219],[0.248,52.221],[0.245,52.223],[0.242,52.226],[0.24,52.226],[0.235,52.229],[0.23,52.229],[0.225,52.232],[0.23,52.237],[0.226,52.24],[0.222,52.242],[0.218,52.249],[0.21,52.249],[0.219,52.26],[0.22,52.263],[0.215,52.267],[0.212,52.27],[0.209,52.269],[0.207,52.264],[0.201,52.261],[0.2,52.258],[0.197,52.256],[0.192,52.255],[0.186,52.251],[0.183,52.242],[0.181,52.241],[0.179,52.238],[0.172,52.235],[0.171,52.234],[0.171,52.233],[0.17,52.229],[0.167,52.227],[0.166,52.222],[0.161,52.221],[0.165,52.218],[0.176,52.217],[0.17,52.209],[0.171,52.206],[0.176,52.205],[0.18,52.202],[0.175,52.199],[0.17,52.199],[0.168,52.197],[0.16,52.2],[0.164,52.194],[0.17,52.192],[0.167,52.189],[0.163,52.19],[0.159,52.184],[0.155,52.186],[0.146,52.187],[0.14,52.188],[0.133,52.187],[0.131,52.183],[0.131,52.179],[0.132,52.168],[0.121,52.165],[0.103,52.158],[0.101,52.161],[0.104,52.163],[0.108,52.168],[0.107,52.17],[0.099,52.171],[0.101,52.174],[0.099,52.177],[0.1,52.185],[0.105,52.19],[0.104,52.192],[0.097,52.192],[0.098,52.197],[0.095,52.199],[0.085,52.201],[0.086,52.203],[0.079,52.204],[0.077,52.208],[0.074,52.208],[0.074,52.212],[0.07,52.212],[0.069,52.215],[0.063,52.216],[0.049,52.215],[0.053,52.208],[0.045,52.207],[0.038,52.207],[0.037,52.209],[0.039,52.216],[0.032,52.216],[0.021,52.217],[0.009,52.218],[-0.005,52.219],[-0.01,52.212],[-0.014,52.209],[-0.016,52.204],[-0.019,52.203],[-0.023,52.199],[-0.026,52.191],[-0.028,52.185],[-0.023,52.186],[-0.023,52.184],[-0.018,52.184],[-0.013,52.182],[-0.019,52.172],[-0.023,52.173],[-0.022,52.169],[-0.024,52.167],[-0.029,52.166],[-0.031,52.164],[-0.037,52.163],[-0.042,52.158],[-0.042,52.156],[-0.059,52.158],[-0.066,52.157],[-0.068,52.159],[-0.07,52.164],[-0.073,52.163],[-0.072,52.159],[-0.075,52.159],[-0.09,52.157],[-0.093,52.159],[-0.102,52.162],[-0.11,52.162],[-0.108,52.158],[-0.119,52.156],[-0.123,52.157],[-0.141,52.158],[-0.148,52.158],[-0.149,52.161],[-0.153,52.161],[-0.154,52.164],[-0.153,52.17],[-0.156,52.169],[-0.156,52.167],[-0.169,52.168],[-0.179,52.167],[-0.185,52.169],[-0.19,52.169],[-0.203,52.163],[-0.211,52.161],[-0.217,52.159],[-0.219,52.158],[-0.225,52.15],[-0.232,52.145],[-0.214,52.143],[-0.206,52.144],[-0.198,52.142],[-0.191,52.141],[-0.181,52.14],[-0.172,52.14],[-0.164,52.14],[-0.164,52.142],[-0.16,52.144],[-0.154,52.144],[-0.15,52.139],[-0.144,52.138],[-0.144,52.13],[-0.146,52.118],[-0.148,52.114],[-0.146,52.112],[-0.146,52.106],[-0.148,52.102],[-0.147,52.099],[-0.15,52.097],[-0.148,52.095],[-0.15,52.089],[-0.154,52.086],[-0.157,52.081],[-0.157,52.077],[-0.15,52.074],[-0.148,52.07],[-0.149,52.066],[-0.152,52.065],[-0.15,52.061],[-0.15,52.059],[-0.155,52.054],[-0.155,52.052],[-0.148,52.05],[-0.146,52.048],[-0.137,52.046],[-0.134,52.046],[-0.126,52.036],[-0.124,52.034],[-0.122,52.029],[-0.127,52.021],[-0.121,52.02],[-0.112,52.026],[-0.107,52.029],[-0.081,52.037],[-0.064,52.043],[-0.055,52.046],[-0.051,52.05],[-0.037,52.058],[-0.029,52.062],[-0.022,52.064],[-0.017,52.063],[-0.009,52.059],[-0.006,52.057],[-0.004,52.053],[-0.001,52.051],[0.004,52.05],[0.011,52.05],[0.025,52.051],[0.034,52.052],[0.04,52.053],[0.042,52.049],[0.042,52.045],[0.043,52.042],[0.05,52.034],[0.051,52.028],[0.052,52.025],[0.058,52.02],[0.06,52.019],[0.059,52.014],[0.062,52.012],[0.065,52.008],[0.068,52.006],[0.072,52.008],[0.076,52.007],[0.08,52.008],[0.083,52.011],[0.085,52.016],[0.092,52.022],[0.091,52.025],[0.095,52.029],[0.094,52.033],[0.101,52.039],[0.1,52.042],[0.102,52.046],[0.106,52.051],[0.105,52.058],[0.106,52.06],[0.115,52.061],[0.119,52.06],[0.123,52.058],[0.125,52.054],[0.128,52.052],[0.128,52.049],[0.133,52.048],[0.136,52.05],[0.151,52.053],[0.153,52.05],[0.161,52.052],[0.161,52.048],[0.166,52.048],[0.168,52.055],[0.174,52.056],[0.178,52.057],[0.186,52.057],[0.19,52.06],[0.19,52.062],[0.187,52.066],[0.183,52.073],[0.194,52.075],[0.199,52.086],[0.203,52.093],[0.21,52.092],[0.213,52.09],[0.224,52.089],[0.229,52.09],[0.235,52.089],[0.244,52.083],[0.246,52.082],[0.248,52.079],[0.252,52.077],[0.254,52.08],[0.265,52.085],[0.272,52.09],[0.276,52.093],[0.285,52.091],[0.292,52.088],[0.302,52.083],[0.309,52.08],[0.311,52.077],[0.317,52.076],[0.325,52.073],[0.325,52.07],[0.328,52.068],[0.332,52.063],[0.338,52.06],[0.342,52.056],[0.344,52.053],[0.344,52.051],[0.352,52.047],[0.363,52.045],[0.364,52.044],[0.367,52.04],[0.372,52.037],[0.378,52.036],[0.381,52.037],[0.386,52.036],[0.39,52.036],[0.388,52.041],[0.388,52.044],[0.383,52.046],[0.38,52.05],[0.382,52.051],[0.39,52.06],[0.396,52.061],[0.399,52.064],[0.404,52.064],[0.405,52.066],[0.403,52.066],[0.407,52.071],[0.401,52.073],[0.404,52.075],[0.403,52.078],[0.401,52.08],[0.402,52.083],[0.397,52.083],[0.394,52.084],[0.394,52.088],[0.391,52.088],[0.393,52.095],[0.389,52.097],[0.389,52.099],[0.383,52.101],[0.382,52.103],[0.385,52.107],[0.385,52.11],[0.389,52.114],[0.39,52.118],[0.395,52.12],[0.396,52.122],[0.406,52.123],[0.409,52.124],[0.405,52.129],[0.41,52.134],[0.417,52.133],[0.42,52.139],[0.419,52.142],[0.42,52.147],[0.419,52.15],[0.421,52.156],[0.417,52.159]]]},"properties":{"Name":"South Cambridgeshire","ID":"E14001481"},"id":418}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.694,51.722],[-1.703,51.716],[-1.71,51.714],[-1.715,51.714],[-1.717,51.715],[-1.722,51.714],[-1.727,51.717],[-1.734,51.718],[-1.738,51.716],[-1.743,51.714],[-1.747,51.712],[-1.752,51.715],[-1.753,51.717],[-1.753,51.725],[-1.758,51.728],[-1.759,51.732],[-1.762,51.735],[-1.768,51.736],[-1.769,51.733],[-1.778,51.732],[-1.78,51.734],[-1.783,51.733],[-1.788,51.733],[-1.788,51.73],[-1.786,51.727],[-1.791,51.724],[-1.797,51.724],[-1.814,51.721],[-1.818,51.718],[-1.823,51.719],[-1.825,51.725],[-1.829,51.727],[-1.83,51.73],[-1.828,51.731],[-1.83,51.736],[-1.835,51.739],[-1.836,51.741],[-1.847,51.739],[-1.851,51.743],[-1.859,51.747],[-1.862,51.749],[-1.857,51.752],[-1.869,51.754],[-1.878,51.757],[-1.882,51.758],[-1.888,51.758],[-1.896,51.758],[-1.896,51.764],[-1.901,51.764],[-1.909,51.767],[-1.913,51.764],[-1.915,51.763],[-1.92,51.758],[-1.922,51.758],[-1.927,51.761],[-1.928,51.764],[-1.933,51.763],[-1.937,51.757],[-1.945,51.742],[-1.944,51.726],[-1.949,51.726],[-1.953,51.728],[-1.958,51.728],[-1.96,51.73],[-1.962,51.736],[-1.964,51.737],[-1.969,51.737],[-1.97,51.738],[-1.976,51.737],[-1.984,51.733],[-1.989,51.739],[-1.994,51.735],[-1.997,51.735],[-2.009,51.734],[-2.009,51.729],[-2.004,51.725],[-2.007,51.724],[-2.01,51.725],[-2.017,51.729],[-2.029,51.735],[-2.033,51.739],[-2.037,51.739],[-2.053,51.735],[-2.056,51.734],[-2.053,51.727],[-2.055,51.722],[-2.054,51.717],[-2.059,51.713],[-2.056,51.711],[-2.053,51.71],[-2.053,51.707],[-2.051,51.705],[-2.052,51.7],[-2.058,51.701],[-2.06,51.703],[-2.065,51.703],[-2.072,51.703],[-2.078,51.703],[-2.084,51.702],[-2.087,51.696],[-2.095,51.696],[-2.103,51.697],[-2.109,51.697],[-2.11,51.705],[-2.117,51.706],[-2.124,51.706],[-2.126,51.703],[-2.129,51.701],[-2.13,51.697],[-2.136,51.699],[-2.141,51.699],[-2.149,51.692],[-2.15,51.69],[-2.159,51.687],[-2.16,51.687],[-2.164,51.691],[-2.167,51.69],[-2.175,51.691],[-2.177,51.688],[-2.182,51.689],[-2.187,51.688],[-2.189,51.691],[-2.193,51.691],[-2.197,51.693],[-2.201,51.693],[-2.202,51.689],[-2.205,51.689],[-2.207,51.686],[-2.21,51.683],[-2.203,51.68],[-2.201,51.675],[-2.194,51.672],[-2.191,51.673],[-2.188,51.67],[-2.189,51.665],[-2.192,51.66],[-2.203,51.66],[-2.212,51.661],[-2.218,51.66],[-2.233,51.661],[-2.236,51.663],[-2.238,51.667],[-2.242,51.671],[-2.247,51.676],[-2.259,51.677],[-2.265,51.678],[-2.268,51.681],[-2.272,51.683],[-2.277,51.68],[-2.28,51.682],[-2.285,51.681],[-2.284,51.68],[-2.286,51.675],[-2.284,51.67],[-2.29,51.669],[-2.284,51.667],[-2.287,51.665],[-2.293,51.658],[-2.293,51.656],[-2.303,51.654],[-2.304,51.652],[-2.315,51.646],[-2.307,51.643],[-2.312,51.639],[-2.321,51.636],[-2.323,51.634],[-2.32,51.628],[-2.314,51.625],[-2.319,51.622],[-2.324,51.621],[-2.332,51.621],[-2.332,51.623],[-2.341,51.623],[-2.349,51.625],[-2.352,51.628],[-2.361,51.633],[-2.365,51.633],[-2.37,51.631],[-2.375,51.635],[-2.379,51.636],[-2.385,51.636],[-2.388,51.637],[-2.392,51.636],[-2.398,51.636],[-2.401,51.635],[-2.394,51.631],[-2.391,51.629],[-2.389,51.624],[-2.389,51.618],[-2.392,51.614],[-2.39,51.612],[-2.394,51.61],[-2.395,51.606],[-2.394,51.603],[-2.396,51.6],[-2.395,51.597],[-2.386,51.597],[-2.381,51.596],[-2.375,51.598],[-2.371,51.598],[-2.367,51.601],[-2.366,51.604],[-2.358,51.602],[-2.355,51.6],[-2.353,51.597],[-2.348,51.597],[-2.344,51.595],[-2.339,51.594],[-2.335,51.594],[-2.331,51.595],[-2.33,51.592],[-2.32,51.594],[-2.317,51.59],[-2.308,51.593],[-2.301,51.592],[-2.294,51.595],[-2.29,51.593],[-2.29,51.591],[-2.294,51.589],[-2.283,51.585],[-2.285,51.583],[-2.281,51.581],[-2.283,51.579],[-2.279,51.578],[-2.277,51.58],[-2.273,51.578],[-2.274,51.572],[-2.269,51.572],[-2.26,51.57],[-2.264,51.568],[-2.266,51.565],[-2.268,51.556],[-2.267,51.551],[-2.268,51.55],[-2.264,51.546],[-2.262,51.545],[-2.262,51.542],[-2.266,51.536],[-2.26,51.534],[-2.26,51.53],[-2.258,51.528],[-2.254,51.529],[-2.252,51.527],[-2.255,51.526],[-2.256,51.522],[-2.264,51.519],[-2.273,51.518],[-2.281,51.516],[-2.287,51.513],[-2.296,51.51],[-2.296,51.507],[-2.306,51.504],[-2.312,51.503],[-2.322,51.498],[-2.319,51.495],[-2.314,51.49],[-2.312,51.488],[-2.304,51.486],[-2.297,51.488],[-2.291,51.485],[-2.29,51.479],[-2.295,51.467],[-2.296,51.459],[-2.293,51.458],[-2.285,51.458],[-2.281,51.46],[-2.271,51.464],[-2.266,51.467],[-2.262,51.468],[-2.257,51.468],[-2.253,51.47],[-2.247,51.47],[-2.241,51.473],[-2.237,51.468],[-2.237,51.464],[-2.233,51.462],[-2.229,51.464],[-2.227,51.462],[-2.227,51.46],[-2.232,51.456],[-2.232,51.451],[-2.231,51.45],[-2.233,51.447],[-2.231,51.444],[-2.227,51.445],[-2.22,51.442],[-2.218,51.443],[-2.212,51.442],[-2.209,51.444],[-2.207,51.449],[-2.204,51.452],[-2.199,51.451],[-2.196,51.452],[-2.194,51.45],[-2.188,51.45],[-2.185,51.454],[-2.181,51.453],[-2.17,51.451],[-2.166,51.448],[-2.161,51.447],[-2.158,51.445],[-2.149,51.447],[-2.152,51.452],[-2.15,51.462],[-2.148,51.465],[-2.143,51.469],[-2.142,51.471],[-2.133,51.477],[-2.132,51.479],[-2.127,51.479],[-2.123,51.477],[-2.118,51.477],[-2.111,51.475],[-2.103,51.469],[-2.1,51.471],[-2.084,51.469],[-2.082,51.472],[-2.075,51.474],[-2.072,51.476],[-2.069,51.476],[-2.066,51.482],[-2.058,51.48],[-2.056,51.48],[-2.056,51.483],[-2.063,51.485],[-2.061,51.488],[-2.065,51.489],[-2.066,51.491],[-2.068,51.494],[-2.068,51.497],[-2.066,51.499],[-2.061,51.501],[-2.058,51.5],[-2.055,51.496],[-2.051,51.496],[-2.05,51.498],[-2.04,51.498],[-2.036,51.499],[-2.041,51.503],[-2.039,51.505],[-2.026,51.505],[-2.021,51.503],[-2.015,51.507],[-2.013,51.511],[-2.015,51.512],[-2.004,51.515],[-2.004,51.519],[-1.997,51.519],[-1.987,51.516],[-1.976,51.517],[-1.972,51.518],[-1.97,51.52],[-1.967,51.52],[-1.967,51.522],[-1.963,51.525],[-1.962,51.528],[-1.957,51.531],[-1.954,51.532],[-1.951,51.534],[-1.946,51.536],[-1.944,51.54],[-1.939,51.546],[-1.94,51.55],[-1.948,51.554],[-1.94,51.553],[-1.943,51.557],[-1.944,51.562],[-1.942,51.563],[-1.943,51.566],[-1.945,51.567],[-1.948,51.571],[-1.946,51.573],[-1.946,51.575],[-1.938,51.576],[-1.925,51.576],[-1.919,51.578],[-1.909,51.58],[-1.907,51.578],[-1.902,51.574],[-1.898,51.573],[-1.896,51.575],[-1.887,51.575],[-1.885,51.574],[-1.873,51.576],[-1.871,51.576],[-1.865,51.575],[-1.857,51.577],[-1.85,51.578],[-1.848,51.58],[-1.838,51.58],[-1.831,51.582],[-1.826,51.579],[-1.823,51.584],[-1.826,51.584],[-1.836,51.586],[-1.838,51.588],[-1.837,51.59],[-1.833,51.592],[-1.832,51.597],[-1.839,51.6],[-1.842,51.604],[-1.841,51.61],[-1.842,51.613],[-1.84,51.614],[-1.84,51.616],[-1.831,51.621],[-1.831,51.624],[-1.82,51.628],[-1.814,51.625],[-1.808,51.63],[-1.806,51.633],[-1.789,51.633],[-1.79,51.641],[-1.794,51.648],[-1.796,51.655],[-1.795,51.657],[-1.797,51.661],[-1.796,51.662],[-1.791,51.664],[-1.789,51.667],[-1.781,51.669],[-1.777,51.669],[-1.77,51.668],[-1.768,51.664],[-1.766,51.663],[-1.761,51.662],[-1.749,51.663],[-1.74,51.666],[-1.739,51.667],[-1.731,51.668],[-1.727,51.667],[-1.723,51.67],[-1.711,51.672],[-1.711,51.675],[-1.709,51.679],[-1.71,51.682],[-1.704,51.686],[-1.701,51.686],[-1.697,51.692],[-1.694,51.693],[-1.689,51.692],[-1.683,51.69],[-1.676,51.688],[-1.674,51.685],[-1.675,51.683],[-1.662,51.68],[-1.656,51.682],[-1.652,51.682],[-1.648,51.684],[-1.651,51.688],[-1.655,51.691],[-1.657,51.696],[-1.665,51.697],[-1.675,51.704],[-1.682,51.709],[-1.686,51.71],[-1.689,51.714],[-1.689,51.717],[-1.694,51.722]]]},"properties":{"Name":"South Cotswolds","ID":"E14001482"},"id":419}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.607,52.947],[-1.613,52.944],[-1.621,52.948],[-1.625,52.946],[-1.633,52.947],[-1.636,52.948],[-1.641,52.948],[-1.65,52.944],[-1.649,52.94],[-1.651,52.931],[-1.653,52.928],[-1.654,52.921],[-1.655,52.914],[-1.653,52.912],[-1.652,52.907],[-1.639,52.909],[-1.637,52.907],[-1.631,52.906],[-1.632,52.903],[-1.631,52.901],[-1.633,52.896],[-1.631,52.895],[-1.63,52.891],[-1.62,52.886],[-1.612,52.886],[-1.609,52.884],[-1.608,52.881],[-1.609,52.879],[-1.607,52.876],[-1.609,52.873],[-1.609,52.87],[-1.607,52.867],[-1.611,52.865],[-1.614,52.862],[-1.623,52.863],[-1.632,52.86],[-1.628,52.858],[-1.631,52.855],[-1.635,52.853],[-1.63,52.853],[-1.625,52.85],[-1.623,52.849],[-1.618,52.845],[-1.613,52.845],[-1.607,52.843],[-1.603,52.841],[-1.602,52.837],[-1.599,52.838],[-1.594,52.835],[-1.589,52.829],[-1.598,52.828],[-1.602,52.827],[-1.607,52.822],[-1.608,52.819],[-1.61,52.816],[-1.605,52.815],[-1.593,52.809],[-1.59,52.806],[-1.591,52.802],[-1.589,52.8],[-1.596,52.797],[-1.598,52.798],[-1.604,52.795],[-1.601,52.794],[-1.604,52.791],[-1.612,52.79],[-1.614,52.788],[-1.614,52.786],[-1.609,52.784],[-1.612,52.781],[-1.619,52.785],[-1.627,52.78],[-1.638,52.787],[-1.649,52.78],[-1.652,52.78],[-1.657,52.781],[-1.658,52.783],[-1.663,52.785],[-1.667,52.785],[-1.671,52.781],[-1.67,52.778],[-1.67,52.774],[-1.672,52.772],[-1.679,52.772],[-1.682,52.77],[-1.685,52.766],[-1.683,52.764],[-1.684,52.762],[-1.688,52.758],[-1.694,52.756],[-1.697,52.753],[-1.694,52.751],[-1.696,52.747],[-1.693,52.745],[-1.698,52.743],[-1.697,52.74],[-1.7,52.738],[-1.698,52.735],[-1.704,52.732],[-1.704,52.73],[-1.701,52.728],[-1.694,52.727],[-1.678,52.728],[-1.676,52.725],[-1.663,52.723],[-1.657,52.722],[-1.656,52.716],[-1.659,52.714],[-1.656,52.708],[-1.654,52.708],[-1.654,52.699],[-1.649,52.698],[-1.642,52.7],[-1.638,52.7],[-1.636,52.702],[-1.63,52.7],[-1.628,52.7],[-1.625,52.698],[-1.621,52.699],[-1.615,52.701],[-1.605,52.697],[-1.601,52.698],[-1.598,52.7],[-1.596,52.703],[-1.591,52.705],[-1.592,52.706],[-1.585,52.707],[-1.578,52.711],[-1.574,52.712],[-1.569,52.71],[-1.564,52.711],[-1.556,52.718],[-1.55,52.72],[-1.55,52.726],[-1.545,52.728],[-1.545,52.733],[-1.55,52.735],[-1.555,52.74],[-1.557,52.745],[-1.562,52.751],[-1.56,52.752],[-1.557,52.758],[-1.554,52.758],[-1.555,52.762],[-1.553,52.763],[-1.547,52.764],[-1.542,52.761],[-1.538,52.76],[-1.533,52.763],[-1.53,52.761],[-1.525,52.764],[-1.525,52.766],[-1.519,52.767],[-1.505,52.768],[-1.502,52.767],[-1.499,52.764],[-1.496,52.76],[-1.492,52.759],[-1.488,52.762],[-1.48,52.764],[-1.477,52.766],[-1.473,52.765],[-1.467,52.768],[-1.462,52.771],[-1.46,52.776],[-1.457,52.779],[-1.461,52.782],[-1.459,52.784],[-1.462,52.787],[-1.452,52.79],[-1.448,52.79],[-1.442,52.794],[-1.443,52.796],[-1.441,52.799],[-1.441,52.802],[-1.436,52.803],[-1.425,52.801],[-1.418,52.802],[-1.414,52.807],[-1.41,52.81],[-1.404,52.817],[-1.406,52.817],[-1.399,52.822],[-1.388,52.833],[-1.393,52.834],[-1.394,52.837],[-1.388,52.839],[-1.385,52.843],[-1.381,52.846],[-1.372,52.848],[-1.366,52.851],[-1.365,52.853],[-1.358,52.856],[-1.351,52.855],[-1.352,52.858],[-1.348,52.86],[-1.347,52.862],[-1.343,52.863],[-1.346,52.865],[-1.342,52.868],[-1.34,52.865],[-1.334,52.867],[-1.325,52.866],[-1.324,52.868],[-1.319,52.87],[-1.319,52.873],[-1.32,52.875],[-1.322,52.876],[-1.327,52.874],[-1.334,52.876],[-1.336,52.879],[-1.347,52.88],[-1.347,52.886],[-1.342,52.885],[-1.342,52.89],[-1.348,52.888],[-1.35,52.889],[-1.354,52.889],[-1.357,52.89],[-1.355,52.893],[-1.359,52.895],[-1.366,52.897],[-1.371,52.895],[-1.373,52.896],[-1.374,52.898],[-1.379,52.901],[-1.392,52.902],[-1.4,52.901],[-1.403,52.9],[-1.403,52.897],[-1.406,52.895],[-1.412,52.884],[-1.419,52.884],[-1.421,52.881],[-1.42,52.878],[-1.416,52.876],[-1.424,52.874],[-1.429,52.87],[-1.425,52.868],[-1.424,52.865],[-1.438,52.863],[-1.444,52.861],[-1.445,52.863],[-1.453,52.868],[-1.464,52.872],[-1.467,52.873],[-1.468,52.871],[-1.484,52.871],[-1.491,52.869],[-1.495,52.87],[-1.494,52.874],[-1.5,52.877],[-1.499,52.882],[-1.502,52.881],[-1.503,52.885],[-1.515,52.885],[-1.516,52.886],[-1.523,52.887],[-1.526,52.891],[-1.531,52.889],[-1.538,52.888],[-1.542,52.89],[-1.542,52.892],[-1.54,52.894],[-1.545,52.9],[-1.547,52.9],[-1.551,52.902],[-1.555,52.906],[-1.554,52.909],[-1.557,52.915],[-1.551,52.917],[-1.553,52.923],[-1.544,52.924],[-1.546,52.927],[-1.555,52.93],[-1.559,52.933],[-1.563,52.934],[-1.567,52.933],[-1.57,52.936],[-1.578,52.935],[-1.582,52.937],[-1.589,52.935],[-1.594,52.938],[-1.604,52.937],[-1.61,52.941],[-1.607,52.944],[-1.607,52.947]]]},"properties":{"Name":"South Derbyshire","ID":"E14001483"},"id":420}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.898,50.281],[-3.902,50.28],[-3.902,50.278],[-3.898,50.279],[-3.898,50.281]]],[[[-3.934,50.333],[-3.932,50.333],[-3.927,50.337],[-3.926,50.34],[-3.929,50.335],[-3.934,50.333]]],[[[-3.926,50.348],[-3.926,50.345],[-3.927,50.344],[-3.926,50.343],[-3.927,50.342],[-3.927,50.341],[-3.927,50.337],[-3.933,50.331],[-3.936,50.327],[-3.935,50.323],[-3.939,50.315],[-3.943,50.31],[-3.943,50.308],[-3.947,50.307],[-3.948,50.305],[-3.946,50.301],[-3.944,50.301],[-3.945,50.297],[-3.943,50.296],[-3.939,50.297],[-3.933,50.295],[-3.928,50.296],[-3.926,50.297],[-3.922,50.297],[-3.915,50.295],[-3.91,50.294],[-3.907,50.291],[-3.904,50.29],[-3.901,50.288],[-3.898,50.288],[-3.897,50.286],[-3.899,50.285],[-3.894,50.282],[-3.89,50.282],[-3.885,50.284],[-3.88,50.285],[-3.874,50.281],[-3.871,50.281],[-3.869,50.283],[-3.867,50.288],[-3.861,50.291],[-3.863,50.294],[-3.862,50.298],[-3.859,50.301],[-3.854,50.302],[-3.851,50.305],[-3.848,50.304],[-3.853,50.3],[-3.858,50.299],[-3.86,50.297],[-3.858,50.291],[-3.864,50.287],[-3.867,50.28],[-3.871,50.279],[-3.876,50.28],[-3.882,50.277],[-3.879,50.272],[-3.875,50.269],[-3.87,50.268],[-3.868,50.266],[-3.868,50.264],[-3.862,50.264],[-3.858,50.261],[-3.858,50.257],[-3.86,50.254],[-3.86,50.252],[-3.859,50.243],[-3.864,50.242],[-3.866,50.243],[-3.871,50.242],[-3.864,50.237],[-3.862,50.237],[-3.86,50.234],[-3.853,50.234],[-3.853,50.233],[-3.848,50.23],[-3.844,50.23],[-3.836,50.228],[-3.833,50.225],[-3.827,50.224],[-3.826,50.22],[-3.823,50.217],[-3.816,50.217],[-3.812,50.214],[-3.807,50.215],[-3.799,50.215],[-3.796,50.211],[-3.793,50.211],[-3.788,50.21],[-3.785,50.211],[-3.787,50.215],[-3.782,50.215],[-3.781,50.219],[-3.782,50.222],[-3.781,50.225],[-3.784,50.226],[-3.781,50.228],[-3.782,50.23],[-3.776,50.229],[-3.766,50.236],[-3.767,50.239],[-3.765,50.242],[-3.761,50.242],[-3.761,50.246],[-3.759,50.248],[-3.763,50.251],[-3.765,50.254],[-3.774,50.255],[-3.778,50.255],[-3.781,50.254],[-3.784,50.256],[-3.776,50.257],[-3.777,50.261],[-3.769,50.261],[-3.767,50.265],[-3.771,50.268],[-3.77,50.27],[-3.773,50.271],[-3.773,50.275],[-3.765,50.272],[-3.762,50.275],[-3.759,50.268],[-3.762,50.262],[-3.759,50.26],[-3.754,50.261],[-3.754,50.258],[-3.747,50.261],[-3.742,50.263],[-3.732,50.264],[-3.735,50.262],[-3.742,50.261],[-3.744,50.26],[-3.737,50.259],[-3.739,50.257],[-3.748,50.256],[-3.749,50.254],[-3.755,50.252],[-3.753,50.245],[-3.757,50.243],[-3.752,50.24],[-3.743,50.241],[-3.738,50.243],[-3.735,50.243],[-3.738,50.24],[-3.746,50.238],[-3.757,50.237],[-3.764,50.235],[-3.767,50.231],[-3.767,50.23],[-3.773,50.226],[-3.773,50.224],[-3.771,50.222],[-3.764,50.22],[-3.761,50.221],[-3.759,50.219],[-3.75,50.219],[-3.744,50.215],[-3.736,50.214],[-3.737,50.213],[-3.73,50.209],[-3.726,50.208],[-3.726,50.205],[-3.721,50.202],[-3.718,50.204],[-3.717,50.206],[-3.71,50.206],[-3.708,50.205],[-3.703,50.209],[-3.703,50.211],[-3.689,50.216],[-3.688,50.219],[-3.681,50.222],[-3.67,50.22],[-3.661,50.221],[-3.656,50.218],[-3.652,50.22],[-3.65,50.222],[-3.645,50.222],[-3.641,50.223],[-3.649,50.225],[-3.654,50.228],[-3.658,50.233],[-3.659,50.239],[-3.657,50.251],[-3.654,50.262],[-3.652,50.263],[-3.65,50.272],[-3.646,50.283],[-3.641,50.292],[-3.634,50.301],[-3.628,50.306],[-3.622,50.309],[-3.619,50.312],[-3.615,50.315],[-3.613,50.316],[-3.612,50.319],[-3.606,50.32],[-3.604,50.319],[-3.597,50.32],[-3.594,50.323],[-3.589,50.326],[-3.584,50.326],[-3.576,50.325],[-3.571,50.327],[-3.572,50.33],[-3.569,50.331],[-3.568,50.334],[-3.565,50.336],[-3.567,50.34],[-3.566,50.341],[-3.569,50.344],[-3.572,50.344],[-3.576,50.346],[-3.578,50.349],[-3.576,50.357],[-3.579,50.36],[-3.589,50.36],[-3.583,50.366],[-3.581,50.372],[-3.583,50.375],[-3.587,50.376],[-3.595,50.381],[-3.597,50.385],[-3.594,50.39],[-3.6,50.391],[-3.602,50.39],[-3.606,50.387],[-3.619,50.391],[-3.626,50.392],[-3.627,50.394],[-3.63,50.397],[-3.635,50.398],[-3.641,50.398],[-3.643,50.396],[-3.654,50.395],[-3.659,50.394],[-3.662,50.395],[-3.648,50.397],[-3.644,50.397],[-3.642,50.4],[-3.638,50.4],[-3.634,50.405],[-3.644,50.404],[-3.648,50.405],[-3.65,50.407],[-3.644,50.41],[-3.647,50.411],[-3.657,50.41],[-3.661,50.411],[-3.668,50.416],[-3.665,50.416],[-3.655,50.412],[-3.649,50.413],[-3.644,50.412],[-3.642,50.409],[-3.645,50.407],[-3.643,50.406],[-3.636,50.408],[-3.632,50.406],[-3.63,50.403],[-3.633,50.402],[-3.632,50.4],[-3.629,50.4],[-3.624,50.398],[-3.619,50.398],[-3.615,50.396],[-3.612,50.393],[-3.607,50.392],[-3.602,50.394],[-3.59,50.395],[-3.586,50.393],[-3.583,50.394],[-3.58,50.392],[-3.578,50.389],[-3.581,50.389],[-3.583,50.386],[-3.587,50.385],[-3.592,50.382],[-3.582,50.378],[-3.578,50.376],[-3.575,50.368],[-3.576,50.363],[-3.571,50.357],[-3.57,50.351],[-3.573,50.349],[-3.572,50.347],[-3.566,50.346],[-3.562,50.342],[-3.554,50.341],[-3.553,50.339],[-3.546,50.338],[-3.545,50.336],[-3.542,50.336],[-3.538,50.337],[-3.536,50.337],[-3.533,50.339],[-3.531,50.344],[-3.527,50.344],[-3.521,50.345],[-3.518,50.347],[-3.518,50.349],[-3.515,50.352],[-3.515,50.354],[-3.52,50.357],[-3.521,50.359],[-3.519,50.364],[-3.516,50.365],[-3.516,50.371],[-3.514,50.374],[-3.508,50.377],[-3.506,50.38],[-3.499,50.381],[-3.496,50.382],[-3.499,50.384],[-3.503,50.385],[-3.503,50.389],[-3.501,50.39],[-3.5,50.39],[-3.499,50.39],[-3.498,50.391],[-3.495,50.392],[-3.493,50.392],[-3.492,50.393],[-3.492,50.394],[-3.492,50.393],[-3.491,50.394],[-3.489,50.395],[-3.489,50.396],[-3.489,50.397],[-3.488,50.398],[-3.485,50.398],[-3.484,50.398],[-3.483,50.399],[-3.482,50.399],[-3.483,50.4],[-3.484,50.4],[-3.485,50.401],[-3.486,50.401],[-3.487,50.401],[-3.488,50.401],[-3.488,50.4],[-3.49,50.401],[-3.499,50.401],[-3.505,50.4],[-3.506,50.401],[-3.511,50.404],[-3.505,50.4],[-3.509,50.397],[-3.51,50.397],[-3.513,50.397],[-3.512,50.397],[-3.511,50.398],[-3.512,50.398],[-3.512,50.399],[-3.513,50.399],[-3.517,50.402],[-3.518,50.402],[-3.521,50.402],[-3.525,50.404],[-3.526,50.404],[-3.527,50.404],[-3.528,50.405],[-3.531,50.405],[-3.532,50.405],[-3.534,50.405],[-3.535,50.404],[-3.545,50.402],[-3.548,50.406],[-3.555,50.407],[-3.556,50.409],[-3.554,50.414],[-3.557,50.416],[-3.56,50.414],[-3.569,50.412],[-3.574,50.416],[-3.578,50.415],[-3.581,50.417],[-3.588,50.422],[-3.588,50.426],[-3.59,50.43],[-3.588,50.434],[-3.583,50.436],[-3.582,50.439],[-3.579,50.44],[-3.581,50.442],[-3.584,50.447],[-3.589,50.451],[-3.587,50.452],[-3.59,50.463],[-3.587,50.465],[-3.583,50.469],[-3.584,50.478],[-3.589,50.479],[-3.592,50.48],[-3.595,50.483],[-3.598,50.484],[-3.605,50.484],[-3.61,50.481],[-3.613,50.476],[-3.613,50.472],[-3.615,50.469],[-3.621,50.47],[-3.624,50.467],[-3.633,50.466],[-3.637,50.468],[-3.641,50.466],[-3.645,50.461],[-3.651,50.463],[-3.658,50.465],[-3.652,50.468],[-3.655,50.472],[-3.665,50.469],[-3.668,50.467],[-3.669,50.462],[-3.674,50.466],[-3.681,50.468],[-3.685,50.47],[-3.694,50.476],[-3.694,50.478],[-3.7,50.48],[-3.708,50.481],[-3.715,50.485],[-3.718,50.489],[-3.717,50.49],[-3.722,50.494],[-3.725,50.495],[-3.728,50.498],[-3.73,50.499],[-3.735,50.502],[-3.737,50.506],[-3.742,50.508],[-3.745,50.508],[-3.754,50.51],[-3.757,50.51],[-3.765,50.506],[-3.767,50.504],[-3.768,50.5],[-3.766,50.495],[-3.766,50.493],[-3.768,50.489],[-3.768,50.485],[-3.766,50.481],[-3.762,50.479],[-3.758,50.474],[-3.759,50.47],[-3.762,50.468],[-3.768,50.467],[-3.773,50.463],[-3.777,50.464],[-3.779,50.466],[-3.782,50.473],[-3.786,50.473],[-3.787,50.476],[-3.787,50.478],[-3.792,50.478],[-3.794,50.481],[-3.792,50.482],[-3.795,50.486],[-3.798,50.489],[-3.795,50.49],[-3.795,50.492],[-3.787,50.495],[-3.779,50.495],[-3.776,50.496],[-3.779,50.499],[-3.785,50.499],[-3.789,50.499],[-3.792,50.502],[-3.788,50.504],[-3.786,50.508],[-3.787,50.51],[-3.786,50.513],[-3.785,50.518],[-3.788,50.521],[-3.791,50.521],[-3.798,50.521],[-3.8,50.523],[-3.798,50.526],[-3.798,50.53],[-3.795,50.533],[-3.8,50.537],[-3.802,50.537],[-3.806,50.533],[-3.808,50.533],[-3.815,50.529],[-3.814,50.526],[-3.818,50.525],[-3.82,50.519],[-3.823,50.517],[-3.827,50.516],[-3.835,50.522],[-3.837,50.524],[-3.836,50.527],[-3.841,50.53],[-3.844,50.531],[-3.843,50.533],[-3.851,50.536],[-3.855,50.533],[-3.859,50.533],[-3.864,50.534],[-3.871,50.534],[-3.875,50.537],[-3.876,50.543],[-3.88,50.542],[-3.887,50.536],[-3.888,50.533],[-3.884,50.531],[-3.886,50.525],[-3.891,50.524],[-3.891,50.52],[-3.893,50.514],[-3.891,50.506],[-3.884,50.502],[-3.883,50.493],[-3.88,50.487],[-3.884,50.48],[-3.888,50.48],[-3.898,50.475],[-3.899,50.473],[-3.897,50.471],[-3.898,50.465],[-3.9,50.461],[-3.901,50.452],[-3.896,50.444],[-3.878,50.435],[-3.879,50.433],[-3.876,50.428],[-3.877,50.426],[-3.872,50.424],[-3.867,50.426],[-3.863,50.424],[-3.86,50.421],[-3.856,50.421],[-3.853,50.419],[-3.849,50.418],[-3.847,50.416],[-3.845,50.417],[-3.834,50.415],[-3.832,50.413],[-3.818,50.412],[-3.819,50.409],[-3.822,50.408],[-3.822,50.406],[-3.825,50.403],[-3.819,50.4],[-3.82,50.398],[-3.826,50.395],[-3.829,50.395],[-3.835,50.392],[-3.835,50.391],[-3.83,50.386],[-3.827,50.386],[-3.822,50.383],[-3.82,50.381],[-3.811,50.381],[-3.806,50.379],[-3.815,50.374],[-3.817,50.375],[-3.822,50.373],[-3.826,50.372],[-3.831,50.37],[-3.832,50.372],[-3.84,50.372],[-3.844,50.372],[-3.844,50.375],[-3.848,50.377],[-3.849,50.381],[-3.861,50.377],[-3.87,50.368],[-3.878,50.365],[-3.889,50.364],[-3.896,50.36],[-3.904,50.358],[-3.916,50.352],[-3.921,50.35],[-3.924,50.351],[-3.926,50.348]]]]},"properties":{"Name":"South Devon","ID":"E14001484"},"id":421}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.517,50.604],[-2.498,50.593],[-2.479,50.581],[-2.451,50.562],[-2.449,50.56],[-2.448,50.557],[-2.452,50.552],[-2.453,50.547],[-2.456,50.542],[-2.454,50.539],[-2.456,50.531],[-2.455,50.526],[-2.459,50.522],[-2.46,50.517],[-2.459,50.514],[-2.457,50.513],[-2.452,50.517],[-2.443,50.521],[-2.442,50.524],[-2.438,50.527],[-2.437,50.53],[-2.43,50.536],[-2.428,50.538],[-2.425,50.539],[-2.418,50.543],[-2.417,50.548],[-2.416,50.549],[-2.422,50.558],[-2.421,50.559],[-2.427,50.565],[-2.428,50.568],[-2.433,50.568],[-2.441,50.569],[-2.447,50.568],[-2.455,50.571],[-2.46,50.571],[-2.464,50.574],[-2.469,50.58],[-2.473,50.58],[-2.481,50.585],[-2.503,50.598],[-2.516,50.605],[-2.517,50.604]]],[[[-1.994,50.683],[-1.997,50.681],[-1.994,50.678],[-1.991,50.677],[-1.987,50.679],[-1.994,50.683]]],[[[-1.986,50.685],[-1.991,50.684],[-1.989,50.682],[-1.982,50.682],[-1.981,50.685],[-1.986,50.685]]],[[[-2.018,50.694],[-2.021,50.694],[-2.019,50.691],[-2.02,50.688],[-2.019,50.685],[-2.014,50.685],[-2.013,50.688],[-2.016,50.689],[-2.018,50.694]]],[[[-1.972,50.696],[-1.974,50.697],[-1.979,50.697],[-1.986,50.695],[-1.988,50.692],[-1.984,50.687],[-1.975,50.687],[-1.967,50.686],[-1.961,50.686],[-1.957,50.688],[-1.956,50.691],[-1.958,50.695],[-1.965,50.695],[-1.972,50.696]]],[[[-2.045,50.671],[-2.047,50.669],[-2.047,50.664],[-2.051,50.661],[-2.061,50.661],[-2.066,50.661],[-2.068,50.656],[-2.074,50.654],[-2.076,50.652],[-2.081,50.651],[-2.094,50.655],[-2.101,50.66],[-2.115,50.661],[-2.122,50.662],[-2.123,50.669],[-2.126,50.676],[-2.137,50.674],[-2.141,50.677],[-2.145,50.676],[-2.147,50.679],[-2.151,50.679],[-2.151,50.681],[-2.15,50.69],[-2.149,50.692],[-2.152,50.692],[-2.156,50.694],[-2.163,50.694],[-2.169,50.697],[-2.172,50.703],[-2.175,50.703],[-2.178,50.698],[-2.189,50.701],[-2.191,50.7],[-2.196,50.701],[-2.202,50.706],[-2.214,50.712],[-2.228,50.716],[-2.237,50.718],[-2.237,50.72],[-2.228,50.731],[-2.226,50.732],[-2.23,50.734],[-2.227,50.743],[-2.231,50.745],[-2.233,50.747],[-2.238,50.752],[-2.242,50.754],[-2.249,50.752],[-2.25,50.756],[-2.252,50.758],[-2.258,50.761],[-2.264,50.761],[-2.266,50.76],[-2.267,50.759],[-2.261,50.755],[-2.267,50.752],[-2.274,50.75],[-2.284,50.749],[-2.285,50.747],[-2.29,50.746],[-2.293,50.742],[-2.294,50.738],[-2.3,50.73],[-2.304,50.73],[-2.306,50.726],[-2.31,50.723],[-2.311,50.719],[-2.308,50.719],[-2.31,50.716],[-2.311,50.71],[-2.309,50.706],[-2.313,50.704],[-2.317,50.702],[-2.323,50.702],[-2.338,50.701],[-2.354,50.701],[-2.356,50.695],[-2.36,50.688],[-2.363,50.681],[-2.37,50.674],[-2.372,50.673],[-2.374,50.669],[-2.381,50.667],[-2.39,50.664],[-2.395,50.662],[-2.401,50.663],[-2.4,50.665],[-2.418,50.661],[-2.424,50.659],[-2.425,50.657],[-2.429,50.657],[-2.429,50.653],[-2.433,50.652],[-2.434,50.65],[-2.433,50.646],[-2.443,50.647],[-2.448,50.647],[-2.459,50.651],[-2.461,50.652],[-2.467,50.652],[-2.465,50.661],[-2.466,50.667],[-2.464,50.672],[-2.467,50.672],[-2.472,50.676],[-2.477,50.677],[-2.483,50.678],[-2.495,50.679],[-2.497,50.67],[-2.5,50.661],[-2.502,50.65],[-2.509,50.651],[-2.515,50.65],[-2.522,50.652],[-2.524,50.643],[-2.525,50.64],[-2.522,50.632],[-2.523,50.628],[-2.518,50.625],[-2.51,50.624],[-2.505,50.618],[-2.507,50.613],[-2.509,50.611],[-2.505,50.609],[-2.508,50.608],[-2.504,50.605],[-2.496,50.603],[-2.499,50.6],[-2.498,50.596],[-2.496,50.595],[-2.488,50.591],[-2.484,50.591],[-2.477,50.586],[-2.472,50.585],[-2.468,50.588],[-2.466,50.592],[-2.464,50.594],[-2.461,50.595],[-2.459,50.598],[-2.449,50.601],[-2.451,50.604],[-2.443,50.607],[-2.443,50.609],[-2.446,50.61],[-2.45,50.609],[-2.452,50.614],[-2.448,50.62],[-2.444,50.624],[-2.437,50.629],[-2.432,50.633],[-2.426,50.635],[-2.42,50.636],[-2.409,50.633],[-2.406,50.635],[-2.394,50.637],[-2.385,50.636],[-2.379,50.636],[-2.376,50.634],[-2.366,50.631],[-2.358,50.632],[-2.349,50.631],[-2.344,50.632],[-2.339,50.632],[-2.334,50.631],[-2.33,50.627],[-2.323,50.625],[-2.32,50.626],[-2.31,50.626],[-2.303,50.625],[-2.292,50.623],[-2.282,50.623],[-2.276,50.621],[-2.273,50.622],[-2.266,50.621],[-2.26,50.618],[-2.253,50.618],[-2.246,50.619],[-2.24,50.616],[-2.229,50.616],[-2.224,50.617],[-2.22,50.62],[-2.205,50.622],[-2.198,50.623],[-2.187,50.62],[-2.183,50.615],[-2.179,50.615],[-2.174,50.615],[-2.17,50.614],[-2.166,50.615],[-2.158,50.615],[-2.151,50.611],[-2.147,50.611],[-2.139,50.611],[-2.134,50.613],[-2.129,50.61],[-2.132,50.608],[-2.127,50.604],[-2.121,50.603],[-2.115,50.599],[-2.113,50.599],[-2.105,50.597],[-2.098,50.598],[-2.091,50.597],[-2.083,50.595],[-2.076,50.595],[-2.073,50.592],[-2.063,50.593],[-2.064,50.589],[-2.062,50.585],[-2.062,50.581],[-2.058,50.577],[-2.043,50.579],[-2.04,50.58],[-2.032,50.584],[-2.026,50.589],[-2.021,50.589],[-2.013,50.591],[-2.004,50.592],[-1.99,50.591],[-1.976,50.591],[-1.968,50.592],[-1.961,50.591],[-1.951,50.595],[-1.953,50.599],[-1.95,50.605],[-1.944,50.607],[-1.953,50.607],[-1.957,50.609],[-1.958,50.614],[-1.957,50.617],[-1.953,50.623],[-1.947,50.628],[-1.944,50.629],[-1.933,50.631],[-1.929,50.637],[-1.926,50.64],[-1.928,50.642],[-1.932,50.642],[-1.941,50.641],[-1.947,50.645],[-1.949,50.646],[-1.953,50.652],[-1.952,50.656],[-1.947,50.665],[-1.943,50.67],[-1.942,50.674],[-1.947,50.675],[-1.95,50.68],[-1.954,50.675],[-1.958,50.672],[-1.966,50.672],[-1.969,50.669],[-1.968,50.666],[-1.969,50.664],[-1.969,50.661],[-1.976,50.664],[-1.981,50.664],[-1.985,50.67],[-1.983,50.673],[-1.979,50.676],[-1.982,50.677],[-1.993,50.671],[-1.994,50.667],[-1.998,50.668],[-2.002,50.671],[-2.001,50.673],[-1.996,50.673],[-1.999,50.677],[-2.008,50.675],[-2.008,50.678],[-2.01,50.681],[-2.015,50.683],[-2.019,50.681],[-2.021,50.682],[-2.022,50.679],[-2.026,50.674],[-2.029,50.674],[-2.035,50.671],[-2.038,50.672],[-2.045,50.671]]]]},"properties":{"Name":"South Dorset","ID":"E14001485"},"id":422}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.447,50.337],[-4.451,50.339],[-4.453,50.337],[-4.45,50.336],[-4.447,50.337]]],[[[-4.269,50.535],[-4.271,50.529],[-4.275,50.525],[-4.274,50.522],[-4.272,50.519],[-4.271,50.517],[-4.277,50.516],[-4.291,50.513],[-4.295,50.513],[-4.305,50.516],[-4.306,50.517],[-4.305,50.52],[-4.312,50.522],[-4.315,50.524],[-4.32,50.523],[-4.324,50.52],[-4.333,50.522],[-4.337,50.526],[-4.336,50.529],[-4.338,50.531],[-4.336,50.534],[-4.339,50.537],[-4.343,50.534],[-4.353,50.535],[-4.348,50.543],[-4.352,50.545],[-4.359,50.546],[-4.357,50.547],[-4.361,50.55],[-4.364,50.556],[-4.356,50.562],[-4.352,50.563],[-4.351,50.569],[-4.355,50.568],[-4.368,50.568],[-4.37,50.57],[-4.374,50.57],[-4.376,50.572],[-4.379,50.572],[-4.387,50.572],[-4.391,50.573],[-4.393,50.576],[-4.397,50.574],[-4.4,50.572],[-4.399,50.57],[-4.394,50.568],[-4.397,50.564],[-4.402,50.562],[-4.398,50.559],[-4.397,50.556],[-4.394,50.555],[-4.396,50.553],[-4.401,50.552],[-4.404,50.553],[-4.413,50.551],[-4.411,50.549],[-4.411,50.546],[-4.414,50.543],[-4.416,50.544],[-4.421,50.542],[-4.428,50.543],[-4.431,50.544],[-4.44,50.545],[-4.445,50.542],[-4.454,50.541],[-4.461,50.544],[-4.471,50.542],[-4.472,50.542],[-4.48,50.541],[-4.483,50.543],[-4.486,50.549],[-4.489,50.55],[-4.496,50.556],[-4.496,50.557],[-4.501,50.558],[-4.503,50.559],[-4.507,50.559],[-4.515,50.558],[-4.519,50.556],[-4.518,50.554],[-4.521,50.549],[-4.528,50.547],[-4.534,50.543],[-4.536,50.543],[-4.548,50.556],[-4.548,50.557],[-4.551,50.561],[-4.554,50.562],[-4.557,50.561],[-4.558,50.557],[-4.562,50.56],[-4.565,50.56],[-4.57,50.558],[-4.574,50.554],[-4.579,50.548],[-4.589,50.54],[-4.609,50.534],[-4.61,50.532],[-4.607,50.53],[-4.605,50.525],[-4.606,50.523],[-4.614,50.518],[-4.616,50.515],[-4.61,50.506],[-4.612,50.506],[-4.612,50.499],[-4.61,50.499],[-4.609,50.496],[-4.612,50.495],[-4.613,50.491],[-4.619,50.487],[-4.614,50.481],[-4.612,50.475],[-4.615,50.47],[-4.617,50.468],[-4.616,50.463],[-4.623,50.457],[-4.627,50.459],[-4.634,50.456],[-4.634,50.452],[-4.636,50.448],[-4.635,50.444],[-4.636,50.443],[-4.646,50.444],[-4.652,50.448],[-4.66,50.45],[-4.664,50.446],[-4.671,50.446],[-4.674,50.442],[-4.677,50.442],[-4.68,50.438],[-4.683,50.434],[-4.69,50.435],[-4.692,50.433],[-4.699,50.433],[-4.704,50.434],[-4.707,50.432],[-4.705,50.43],[-4.711,50.428],[-4.725,50.429],[-4.733,50.428],[-4.74,50.423],[-4.743,50.422],[-4.74,50.416],[-4.738,50.409],[-4.75,50.407],[-4.751,50.406],[-4.756,50.406],[-4.763,50.403],[-4.763,50.402],[-4.771,50.399],[-4.765,50.396],[-4.768,50.393],[-4.767,50.39],[-4.768,50.387],[-4.765,50.381],[-4.761,50.378],[-4.755,50.376],[-4.753,50.374],[-4.75,50.368],[-4.744,50.368],[-4.741,50.365],[-4.736,50.365],[-4.728,50.365],[-4.723,50.366],[-4.718,50.366],[-4.715,50.365],[-4.71,50.366],[-4.708,50.372],[-4.702,50.378],[-4.701,50.38],[-4.702,50.388],[-4.697,50.385],[-4.693,50.384],[-4.691,50.381],[-4.69,50.378],[-4.685,50.375],[-4.683,50.378],[-4.68,50.38],[-4.676,50.381],[-4.669,50.383],[-4.668,50.387],[-4.663,50.39],[-4.659,50.388],[-4.652,50.382],[-4.646,50.38],[-4.638,50.373],[-4.634,50.374],[-4.635,50.37],[-4.634,50.367],[-4.634,50.364],[-4.636,50.36],[-4.637,50.356],[-4.634,50.35],[-4.636,50.347],[-4.629,50.346],[-4.629,50.344],[-4.631,50.341],[-4.63,50.338],[-4.63,50.332],[-4.633,50.33],[-4.64,50.328],[-4.639,50.327],[-4.635,50.325],[-4.618,50.324],[-4.611,50.328],[-4.604,50.329],[-4.601,50.327],[-4.602,50.325],[-4.598,50.324],[-4.597,50.327],[-4.592,50.328],[-4.587,50.332],[-4.583,50.331],[-4.578,50.333],[-4.577,50.331],[-4.567,50.328],[-4.561,50.327],[-4.55,50.324],[-4.547,50.325],[-4.538,50.324],[-4.528,50.326],[-4.525,50.327],[-4.52,50.328],[-4.516,50.33],[-4.502,50.331],[-4.5,50.332],[-4.5,50.335],[-4.498,50.337],[-4.492,50.337],[-4.492,50.335],[-4.486,50.336],[-4.483,50.334],[-4.477,50.333],[-4.473,50.333],[-4.472,50.336],[-4.473,50.339],[-4.463,50.342],[-4.46,50.341],[-4.458,50.344],[-4.452,50.345],[-4.451,50.348],[-4.451,50.35],[-4.456,50.353],[-4.457,50.358],[-4.46,50.359],[-4.458,50.362],[-4.459,50.366],[-4.462,50.373],[-4.461,50.373],[-4.457,50.367],[-4.455,50.353],[-4.449,50.353],[-4.443,50.358],[-4.437,50.361],[-4.432,50.361],[-4.427,50.362],[-4.418,50.362],[-4.41,50.364],[-4.393,50.363],[-4.387,50.364],[-4.38,50.363],[-4.368,50.36],[-4.362,50.36],[-4.355,50.362],[-4.345,50.361],[-4.338,50.36],[-4.332,50.362],[-4.321,50.362],[-4.316,50.362],[-4.315,50.361],[-4.308,50.361],[-4.292,50.359],[-4.29,50.358],[-4.283,50.357],[-4.27,50.353],[-4.267,50.35],[-4.26,50.347],[-4.256,50.347],[-4.248,50.343],[-4.245,50.342],[-4.229,50.333],[-4.223,50.329],[-4.22,50.326],[-4.22,50.322],[-4.227,50.319],[-4.223,50.316],[-4.227,50.314],[-4.224,50.312],[-4.221,50.313],[-4.221,50.315],[-4.217,50.315],[-4.211,50.318],[-4.188,50.318],[-4.19,50.324],[-4.201,50.33],[-4.201,50.333],[-4.191,50.34],[-4.186,50.341],[-4.181,50.341],[-4.177,50.343],[-4.171,50.343],[-4.167,50.347],[-4.167,50.351],[-4.173,50.356],[-4.171,50.358],[-4.177,50.361],[-4.181,50.36],[-4.183,50.357],[-4.186,50.357],[-4.193,50.354],[-4.192,50.351],[-4.2,50.349],[-4.204,50.347],[-4.21,50.349],[-4.208,50.351],[-4.204,50.349],[-4.201,50.353],[-4.196,50.354],[-4.198,50.357],[-4.198,50.36],[-4.202,50.36],[-4.206,50.362],[-4.209,50.359],[-4.216,50.359],[-4.218,50.36],[-4.217,50.362],[-4.222,50.363],[-4.227,50.363],[-4.231,50.364],[-4.23,50.365],[-4.22,50.369],[-4.218,50.368],[-4.214,50.369],[-4.208,50.37],[-4.207,50.372],[-4.2,50.37],[-4.195,50.372],[-4.193,50.376],[-4.202,50.379],[-4.203,50.381],[-4.198,50.382],[-4.2,50.384],[-4.203,50.384],[-4.208,50.387],[-4.202,50.387],[-4.212,50.393],[-4.222,50.391],[-4.226,50.389],[-4.23,50.39],[-4.235,50.387],[-4.235,50.385],[-4.24,50.38],[-4.244,50.379],[-4.245,50.377],[-4.249,50.377],[-4.251,50.376],[-4.258,50.377],[-4.263,50.376],[-4.266,50.375],[-4.271,50.375],[-4.276,50.374],[-4.28,50.378],[-4.284,50.38],[-4.287,50.383],[-4.292,50.384],[-4.296,50.387],[-4.301,50.389],[-4.304,50.392],[-4.302,50.398],[-4.306,50.399],[-4.307,50.401],[-4.301,50.4],[-4.299,50.397],[-4.302,50.394],[-4.3,50.391],[-4.294,50.389],[-4.292,50.392],[-4.287,50.386],[-4.284,50.384],[-4.283,50.382],[-4.276,50.377],[-4.273,50.377],[-4.271,50.38],[-4.271,50.386],[-4.266,50.387],[-4.258,50.385],[-4.256,50.384],[-4.248,50.385],[-4.245,50.387],[-4.252,50.39],[-4.247,50.391],[-4.244,50.389],[-4.242,50.391],[-4.237,50.393],[-4.227,50.393],[-4.225,50.396],[-4.221,50.398],[-4.218,50.397],[-4.212,50.399],[-4.21,50.404],[-4.206,50.408],[-4.208,50.411],[-4.212,50.415],[-4.211,50.419],[-4.211,50.424],[-4.214,50.427],[-4.219,50.425],[-4.224,50.425],[-4.214,50.43],[-4.204,50.43],[-4.203,50.433],[-4.199,50.436],[-4.201,50.438],[-4.206,50.441],[-4.203,50.443],[-4.207,50.444],[-4.21,50.446],[-4.209,50.449],[-4.211,50.45],[-4.212,50.456],[-4.213,50.459],[-4.218,50.464],[-4.223,50.463],[-4.224,50.461],[-4.224,50.459],[-4.228,50.455],[-4.235,50.456],[-4.238,50.457],[-4.24,50.463],[-4.238,50.466],[-4.23,50.471],[-4.22,50.475],[-4.219,50.477],[-4.219,50.483],[-4.222,50.486],[-4.225,50.49],[-4.221,50.493],[-4.222,50.497],[-4.22,50.499],[-4.211,50.497],[-4.207,50.496],[-4.204,50.493],[-4.2,50.493],[-4.196,50.494],[-4.194,50.496],[-4.195,50.498],[-4.193,50.499],[-4.189,50.499],[-4.181,50.501],[-4.181,50.504],[-4.184,50.508],[-4.188,50.508],[-4.191,50.507],[-4.194,50.503],[-4.203,50.503],[-4.203,50.505],[-4.202,50.513],[-4.209,50.513],[-4.21,50.514],[-4.206,50.519],[-4.207,50.522],[-4.211,50.526],[-4.211,50.53],[-4.207,50.533],[-4.215,50.535],[-4.218,50.532],[-4.226,50.53],[-4.233,50.531],[-4.237,50.535],[-4.24,50.541],[-4.244,50.544],[-4.254,50.544],[-4.255,50.541],[-4.264,50.536],[-4.269,50.535]]]]},"properties":{"Name":"South East Cornwall","ID":"E14001486"},"id":423}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.269,52.816],[0.261,52.815],[0.247,52.82],[0.245,52.822],[0.239,52.822],[0.234,52.823],[0.229,52.824],[0.225,52.822],[0.217,52.821],[0.212,52.804],[0.207,52.788],[0.204,52.782],[0.195,52.766],[0.192,52.762],[0.172,52.738],[0.186,52.735],[0.192,52.738],[0.195,52.739],[0.197,52.742],[0.212,52.75],[0.217,52.753],[0.228,52.757],[0.233,52.76],[0.254,52.767],[0.266,52.772],[0.272,52.773],[0.245,52.785],[0.252,52.793],[0.261,52.796],[0.253,52.797],[0.262,52.804],[0.269,52.816]]],[[[-0.07,52.864],[-0.08,52.867],[-0.085,52.865],[-0.09,52.866],[-0.095,52.867],[-0.099,52.874],[-0.104,52.877],[-0.108,52.877],[-0.112,52.878],[-0.117,52.88],[-0.119,52.882],[-0.122,52.883],[-0.127,52.881],[-0.134,52.886],[-0.138,52.885],[-0.142,52.885],[-0.144,52.887],[-0.145,52.891],[-0.152,52.894],[-0.149,52.897],[-0.149,52.901],[-0.151,52.906],[-0.154,52.908],[-0.157,52.912],[-0.168,52.912],[-0.172,52.916],[-0.176,52.918],[-0.18,52.915],[-0.184,52.915],[-0.188,52.917],[-0.198,52.918],[-0.202,52.921],[-0.214,52.924],[-0.23,52.925],[-0.241,52.927],[-0.247,52.929],[-0.256,52.906],[-0.27,52.877],[-0.259,52.872],[-0.258,52.87],[-0.26,52.868],[-0.265,52.869],[-0.266,52.871],[-0.271,52.872],[-0.276,52.861],[-0.275,52.841],[-0.272,52.832],[-0.269,52.81],[-0.266,52.793],[-0.262,52.787],[-0.261,52.78],[-0.262,52.777],[-0.261,52.771],[-0.265,52.768],[-0.287,52.756],[-0.291,52.753],[-0.305,52.746],[-0.307,52.743],[-0.297,52.734],[-0.295,52.734],[-0.278,52.717],[-0.281,52.714],[-0.278,52.711],[-0.298,52.701],[-0.318,52.692],[-0.35,52.684],[-0.361,52.681],[-0.361,52.67],[-0.366,52.668],[-0.366,52.662],[-0.363,52.66],[-0.357,52.659],[-0.354,52.661],[-0.347,52.663],[-0.344,52.665],[-0.341,52.665],[-0.336,52.669],[-0.337,52.672],[-0.336,52.674],[-0.333,52.675],[-0.329,52.674],[-0.319,52.675],[-0.31,52.673],[-0.297,52.671],[-0.294,52.669],[-0.289,52.67],[-0.287,52.668],[-0.279,52.666],[-0.278,52.663],[-0.273,52.66],[-0.265,52.654],[-0.262,52.652],[-0.259,52.652],[-0.256,52.654],[-0.249,52.656],[-0.23,52.664],[-0.22,52.667],[-0.212,52.667],[-0.206,52.668],[-0.203,52.665],[-0.198,52.658],[-0.193,52.652],[-0.19,52.652],[-0.18,52.661],[-0.141,52.652],[-0.14,52.655],[-0.135,52.656],[-0.13,52.659],[-0.127,52.66],[-0.117,52.665],[-0.113,52.668],[-0.102,52.672],[-0.097,52.67],[-0.091,52.667],[-0.088,52.667],[-0.08,52.671],[-0.075,52.672],[-0.069,52.671],[-0.065,52.672],[-0.064,52.675],[-0.059,52.675],[-0.042,52.668],[-0.032,52.665],[-0.031,52.662],[0.021,52.665],[0.022,52.665],[0.049,52.681],[0.05,52.686],[0.048,52.69],[0.045,52.692],[0.046,52.698],[0.045,52.701],[0.045,52.712],[0.044,52.714],[0.046,52.715],[0.048,52.719],[0.055,52.722],[0.065,52.727],[0.076,52.725],[0.09,52.724],[0.094,52.728],[0.099,52.73],[0.105,52.73],[0.114,52.73],[0.115,52.732],[0.119,52.733],[0.129,52.738],[0.133,52.739],[0.139,52.739],[0.144,52.74],[0.153,52.738],[0.17,52.74],[0.171,52.738],[0.195,52.768],[0.2,52.775],[0.206,52.788],[0.215,52.823],[0.213,52.827],[0.213,52.829],[0.209,52.832],[0.201,52.839],[0.197,52.844],[0.196,52.849],[0.19,52.854],[0.185,52.856],[0.185,52.857],[0.181,52.861],[0.182,52.863],[0.179,52.867],[0.179,52.871],[0.176,52.874],[0.171,52.877],[0.15,52.882],[0.147,52.882],[0.145,52.885],[0.142,52.885],[0.128,52.89],[0.121,52.891],[0.116,52.894],[0.108,52.894],[0.103,52.894],[0.098,52.895],[0.093,52.894],[0.086,52.9],[0.083,52.899],[0.078,52.903],[0.07,52.905],[0.062,52.905],[0.069,52.908],[0.066,52.91],[0.065,52.912],[0.069,52.917],[0.069,52.919],[0.059,52.916],[0.039,52.904],[0.027,52.898],[0.011,52.892],[-0.024,52.877],[-0.037,52.872],[-0.035,52.87],[-0.04,52.868],[-0.059,52.864],[-0.066,52.863],[-0.069,52.864],[-0.07,52.864]]]]},"properties":{"Name":"South Holland and The Deepings","ID":"E14001487"},"id":424}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.168,52.601],[-1.17,52.601],[-1.178,52.602],[-1.181,52.599],[-1.188,52.6],[-1.195,52.6],[-1.197,52.606],[-1.204,52.617],[-1.21,52.618],[-1.217,52.617],[-1.219,52.618],[-1.225,52.616],[-1.242,52.614],[-1.246,52.609],[-1.248,52.611],[-1.254,52.613],[-1.258,52.611],[-1.265,52.614],[-1.272,52.615],[-1.277,52.612],[-1.274,52.61],[-1.28,52.607],[-1.278,52.605],[-1.275,52.603],[-1.275,52.601],[-1.285,52.595],[-1.291,52.593],[-1.296,52.588],[-1.295,52.584],[-1.297,52.58],[-1.286,52.578],[-1.281,52.576],[-1.27,52.575],[-1.268,52.571],[-1.272,52.567],[-1.276,52.564],[-1.278,52.565],[-1.282,52.563],[-1.289,52.564],[-1.289,52.565],[-1.298,52.563],[-1.302,52.561],[-1.31,52.563],[-1.32,52.566],[-1.324,52.568],[-1.326,52.565],[-1.329,52.566],[-1.335,52.56],[-1.333,52.558],[-1.337,52.556],[-1.339,52.553],[-1.337,52.55],[-1.335,52.544],[-1.333,52.538],[-1.335,52.533],[-1.331,52.531],[-1.33,52.529],[-1.33,52.525],[-1.328,52.523],[-1.322,52.519],[-1.324,52.517],[-1.318,52.515],[-1.319,52.511],[-1.325,52.501],[-1.307,52.494],[-1.294,52.484],[-1.266,52.461],[-1.255,52.451],[-1.243,52.44],[-1.241,52.44],[-1.224,52.423],[-1.202,52.397],[-1.198,52.396],[-1.194,52.396],[-1.188,52.395],[-1.188,52.393],[-1.184,52.392],[-1.178,52.393],[-1.176,52.395],[-1.166,52.397],[-1.163,52.399],[-1.152,52.399],[-1.151,52.398],[-1.142,52.4],[-1.138,52.404],[-1.138,52.405],[-1.135,52.41],[-1.134,52.412],[-1.125,52.418],[-1.121,52.417],[-1.118,52.421],[-1.11,52.422],[-1.093,52.428],[-1.095,52.43],[-1.092,52.433],[-1.087,52.434],[-1.083,52.436],[-1.079,52.436],[-1.076,52.435],[-1.069,52.434],[-1.068,52.429],[-1.063,52.428],[-1.061,52.425],[-1.055,52.422],[-1.05,52.422],[-1.05,52.425],[-1.045,52.429],[-1.04,52.431],[-1.038,52.434],[-1.035,52.435],[-1.034,52.44],[-1.035,52.443],[-1.043,52.444],[-1.045,52.446],[-1.038,52.452],[-1.031,52.455],[-1.028,52.459],[-1.035,52.464],[-1.041,52.47],[-1.044,52.47],[-1.045,52.474],[-1.049,52.476],[-1.049,52.48],[-1.043,52.483],[-1.044,52.485],[-1.036,52.491],[-1.04,52.495],[-1.04,52.498],[-1.035,52.499],[-1.037,52.504],[-1.031,52.509],[-1.028,52.511],[-1.022,52.509],[-1.017,52.513],[-1.017,52.518],[-1.016,52.521],[-1.017,52.525],[-1.016,52.527],[-1.016,52.533],[-1.026,52.536],[-1.028,52.534],[-1.031,52.533],[-1.036,52.538],[-1.036,52.542],[-1.044,52.544],[-1.049,52.542],[-1.06,52.543],[-1.067,52.542],[-1.067,52.541],[-1.075,52.54],[-1.07,52.544],[-1.065,52.552],[-1.06,52.556],[-1.059,52.559],[-1.064,52.559],[-1.064,52.562],[-1.072,52.562],[-1.075,52.557],[-1.08,52.556],[-1.085,52.558],[-1.095,52.562],[-1.095,52.565],[-1.103,52.565],[-1.11,52.566],[-1.114,52.566],[-1.117,52.567],[-1.12,52.567],[-1.124,52.569],[-1.125,52.565],[-1.127,52.562],[-1.129,52.564],[-1.134,52.564],[-1.134,52.566],[-1.132,52.57],[-1.133,52.573],[-1.141,52.576],[-1.14,52.578],[-1.141,52.582],[-1.143,52.583],[-1.144,52.588],[-1.146,52.588],[-1.149,52.581],[-1.153,52.581],[-1.159,52.582],[-1.156,52.586],[-1.158,52.591],[-1.159,52.591],[-1.161,52.592],[-1.168,52.593],[-1.17,52.598],[-1.168,52.601]]]},"properties":{"Name":"South Leicestershire","ID":"E14001488"},"id":425}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.61,52.54],[1.605,52.543],[1.607,52.548],[1.61,52.551],[1.614,52.552],[1.619,52.552],[1.625,52.554],[1.628,52.557],[1.633,52.561],[1.634,52.564],[1.633,52.571],[1.635,52.573],[1.638,52.575],[1.643,52.575],[1.647,52.576],[1.649,52.579],[1.646,52.584],[1.645,52.588],[1.641,52.588],[1.639,52.584],[1.636,52.581],[1.63,52.581],[1.627,52.579],[1.626,52.575],[1.62,52.573],[1.614,52.575],[1.608,52.574],[1.609,52.57],[1.607,52.568],[1.602,52.567],[1.597,52.563],[1.595,52.56],[1.59,52.557],[1.585,52.558],[1.579,52.556],[1.618,52.534],[1.621,52.536],[1.621,52.539],[1.619,52.541],[1.612,52.54],[1.61,52.54]]],[[[1.32,52.619],[1.323,52.621],[1.32,52.62],[1.32,52.619]]],[[[1.207,52.661],[1.203,52.661],[1.202,52.664],[1.204,52.67],[1.2,52.675],[1.194,52.678],[1.19,52.679],[1.186,52.677],[1.182,52.672],[1.176,52.668],[1.174,52.665],[1.164,52.665],[1.16,52.667],[1.152,52.668],[1.147,52.671],[1.146,52.668],[1.146,52.66],[1.139,52.66],[1.138,52.658],[1.139,52.654],[1.138,52.647],[1.135,52.643],[1.132,52.643],[1.132,52.646],[1.124,52.645],[1.115,52.646],[1.11,52.647],[1.101,52.649],[1.098,52.65],[1.093,52.651],[1.09,52.647],[1.095,52.646],[1.095,52.639],[1.099,52.635],[1.101,52.634],[1.11,52.635],[1.119,52.631],[1.124,52.633],[1.134,52.633],[1.137,52.63],[1.138,52.627],[1.136,52.625],[1.133,52.625],[1.127,52.622],[1.134,52.619],[1.135,52.614],[1.134,52.605],[1.134,52.602],[1.126,52.599],[1.122,52.6],[1.113,52.602],[1.106,52.609],[1.102,52.611],[1.097,52.61],[1.094,52.607],[1.09,52.606],[1.087,52.604],[1.079,52.601],[1.078,52.6],[1.083,52.596],[1.086,52.596],[1.092,52.592],[1.093,52.589],[1.088,52.581],[1.087,52.579],[1.089,52.571],[1.081,52.571],[1.08,52.565],[1.078,52.562],[1.076,52.557],[1.071,52.55],[1.067,52.548],[1.066,52.545],[1.063,52.543],[1.061,52.537],[1.064,52.535],[1.07,52.532],[1.079,52.528],[1.082,52.524],[1.086,52.523],[1.093,52.521],[1.095,52.518],[1.09,52.515],[1.096,52.513],[1.103,52.517],[1.105,52.519],[1.115,52.514],[1.124,52.512],[1.129,52.511],[1.14,52.503],[1.143,52.5],[1.147,52.496],[1.147,52.493],[1.158,52.489],[1.164,52.488],[1.171,52.485],[1.179,52.483],[1.182,52.485],[1.185,52.484],[1.19,52.479],[1.194,52.476],[1.198,52.477],[1.199,52.473],[1.202,52.471],[1.204,52.467],[1.208,52.467],[1.213,52.461],[1.215,52.455],[1.223,52.455],[1.227,52.464],[1.236,52.464],[1.248,52.46],[1.25,52.459],[1.264,52.453],[1.267,52.452],[1.289,52.452],[1.3,52.454],[1.306,52.453],[1.308,52.458],[1.31,52.46],[1.315,52.46],[1.319,52.462],[1.318,52.463],[1.334,52.462],[1.345,52.465],[1.353,52.472],[1.357,52.476],[1.358,52.481],[1.362,52.487],[1.36,52.489],[1.361,52.492],[1.355,52.493],[1.348,52.496],[1.335,52.496],[1.334,52.499],[1.339,52.506],[1.344,52.51],[1.351,52.513],[1.349,52.518],[1.366,52.517],[1.366,52.521],[1.374,52.52],[1.373,52.516],[1.379,52.516],[1.381,52.513],[1.39,52.512],[1.389,52.51],[1.393,52.509],[1.395,52.504],[1.399,52.503],[1.403,52.508],[1.407,52.508],[1.405,52.504],[1.408,52.504],[1.41,52.508],[1.416,52.507],[1.415,52.505],[1.423,52.504],[1.426,52.509],[1.435,52.508],[1.44,52.51],[1.445,52.509],[1.447,52.513],[1.45,52.513],[1.448,52.506],[1.455,52.507],[1.458,52.505],[1.463,52.504],[1.479,52.505],[1.48,52.504],[1.498,52.501],[1.51,52.501],[1.508,52.497],[1.51,52.496],[1.505,52.489],[1.506,52.484],[1.508,52.482],[1.508,52.479],[1.518,52.479],[1.521,52.482],[1.525,52.481],[1.529,52.482],[1.539,52.476],[1.539,52.469],[1.544,52.463],[1.546,52.462],[1.548,52.461],[1.549,52.459],[1.555,52.459],[1.557,52.458],[1.562,52.462],[1.562,52.467],[1.566,52.469],[1.565,52.472],[1.568,52.475],[1.573,52.475],[1.576,52.477],[1.583,52.477],[1.588,52.479],[1.596,52.475],[1.598,52.473],[1.605,52.471],[1.605,52.468],[1.607,52.467],[1.611,52.466],[1.618,52.463],[1.627,52.463],[1.634,52.463],[1.636,52.467],[1.643,52.469],[1.644,52.471],[1.647,52.472],[1.651,52.471],[1.655,52.468],[1.659,52.469],[1.664,52.475],[1.67,52.476],[1.671,52.478],[1.671,52.483],[1.676,52.484],[1.677,52.487],[1.682,52.491],[1.682,52.495],[1.676,52.498],[1.674,52.502],[1.669,52.504],[1.664,52.502],[1.657,52.501],[1.654,52.502],[1.653,52.502],[1.652,52.505],[1.647,52.507],[1.645,52.509],[1.647,52.513],[1.646,52.515],[1.639,52.517],[1.631,52.521],[1.628,52.524],[1.627,52.528],[1.579,52.556],[1.574,52.558],[1.567,52.559],[1.563,52.557],[1.559,52.557],[1.554,52.559],[1.548,52.556],[1.543,52.555],[1.54,52.555],[1.539,52.557],[1.539,52.558],[1.538,52.56],[1.533,52.562],[1.531,52.56],[1.529,52.559],[1.526,52.56],[1.524,52.561],[1.522,52.562],[1.521,52.564],[1.521,52.565],[1.521,52.566],[1.524,52.568],[1.522,52.572],[1.518,52.575],[1.515,52.576],[1.512,52.574],[1.51,52.573],[1.507,52.572],[1.503,52.571],[1.501,52.571],[1.498,52.571],[1.496,52.572],[1.495,52.573],[1.492,52.575],[1.492,52.576],[1.491,52.579],[1.488,52.58],[1.487,52.581],[1.487,52.582],[1.488,52.585],[1.485,52.587],[1.482,52.587],[1.475,52.586],[1.472,52.586],[1.467,52.588],[1.466,52.59],[1.465,52.592],[1.464,52.592],[1.46,52.594],[1.457,52.593],[1.454,52.594],[1.453,52.596],[1.453,52.597],[1.453,52.598],[1.454,52.601],[1.45,52.602],[1.444,52.604],[1.44,52.607],[1.435,52.611],[1.433,52.612],[1.433,52.614],[1.436,52.616],[1.436,52.619],[1.432,52.619],[1.431,52.618],[1.429,52.618],[1.427,52.618],[1.424,52.621],[1.42,52.622],[1.419,52.621],[1.417,52.621],[1.41,52.619],[1.409,52.617],[1.408,52.617],[1.408,52.616],[1.408,52.615],[1.408,52.614],[1.406,52.613],[1.404,52.614],[1.402,52.613],[1.401,52.611],[1.401,52.609],[1.4,52.609],[1.399,52.608],[1.398,52.607],[1.397,52.607],[1.396,52.606],[1.392,52.604],[1.388,52.604],[1.381,52.606],[1.38,52.607],[1.378,52.611],[1.377,52.614],[1.376,52.615],[1.376,52.617],[1.376,52.62],[1.373,52.621],[1.37,52.623],[1.365,52.624],[1.36,52.623],[1.351,52.621],[1.349,52.621],[1.349,52.622],[1.345,52.624],[1.344,52.624],[1.343,52.625],[1.335,52.625],[1.33,52.624],[1.328,52.624],[1.324,52.622],[1.321,52.619],[1.321,52.617],[1.318,52.615],[1.314,52.614],[1.313,52.614],[1.307,52.609],[1.303,52.608],[1.301,52.606],[1.293,52.601],[1.287,52.596],[1.283,52.595],[1.274,52.599],[1.274,52.6],[1.27,52.602],[1.264,52.6],[1.263,52.598],[1.258,52.598],[1.251,52.606],[1.248,52.607],[1.242,52.61],[1.245,52.614],[1.241,52.618],[1.234,52.617],[1.228,52.622],[1.232,52.628],[1.229,52.632],[1.227,52.632],[1.223,52.63],[1.223,52.628],[1.216,52.626],[1.213,52.627],[1.214,52.632],[1.214,52.634],[1.208,52.639],[1.205,52.639],[1.204,52.645],[1.21,52.645],[1.211,52.647],[1.208,52.648],[1.21,52.65],[1.214,52.651],[1.223,52.649],[1.224,52.653],[1.231,52.655],[1.236,52.654],[1.238,52.652],[1.249,52.648],[1.247,52.65],[1.248,52.652],[1.244,52.656],[1.235,52.659],[1.233,52.663],[1.235,52.665],[1.234,52.668],[1.222,52.673],[1.219,52.671],[1.217,52.666],[1.213,52.663],[1.207,52.661]]]]},"properties":{"Name":"South Norfolk","ID":"E14001489"},"id":426}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.654,52.268],[-0.659,52.27],[-0.661,52.271],[-0.665,52.272],[-0.673,52.275],[-0.681,52.276],[-0.685,52.277],[-0.689,52.275],[-0.691,52.275],[-0.7,52.272],[-0.701,52.269],[-0.705,52.265],[-0.71,52.265],[-0.71,52.263],[-0.714,52.262],[-0.718,52.259],[-0.721,52.256],[-0.725,52.252],[-0.737,52.247],[-0.738,52.248],[-0.748,52.246],[-0.753,52.248],[-0.759,52.248],[-0.762,52.249],[-0.769,52.246],[-0.774,52.245],[-0.779,52.247],[-0.781,52.245],[-0.791,52.242],[-0.803,52.241],[-0.805,52.241],[-0.812,52.242],[-0.815,52.24],[-0.822,52.238],[-0.829,52.238],[-0.841,52.237],[-0.839,52.233],[-0.834,52.233],[-0.835,52.228],[-0.83,52.223],[-0.834,52.223],[-0.838,52.218],[-0.839,52.214],[-0.837,52.212],[-0.841,52.209],[-0.845,52.208],[-0.854,52.208],[-0.862,52.206],[-0.872,52.201],[-0.877,52.198],[-0.879,52.195],[-0.885,52.196],[-0.889,52.198],[-0.892,52.197],[-0.892,52.192],[-0.895,52.187],[-0.903,52.19],[-0.917,52.2],[-0.922,52.203],[-0.932,52.207],[-0.951,52.212],[-0.968,52.219],[-0.967,52.223],[-0.967,52.226],[-0.969,52.228],[-0.969,52.231],[-0.967,52.232],[-0.965,52.235],[-0.969,52.237],[-0.969,52.24],[-0.965,52.241],[-0.964,52.243],[-0.965,52.246],[-0.965,52.25],[-0.968,52.25],[-0.966,52.256],[-0.962,52.259],[-0.972,52.258],[-0.987,52.258],[-0.989,52.257],[-0.998,52.251],[-0.997,52.248],[-1.009,52.248],[-1.014,52.245],[-1.014,52.242],[-1.02,52.241],[-1.035,52.238],[-1.042,52.238],[-1.043,52.236],[-1.042,52.233],[-1.048,52.231],[-1.052,52.232],[-1.057,52.231],[-1.059,52.227],[-1.063,52.229],[-1.066,52.227],[-1.057,52.218],[-1.044,52.203],[-1.042,52.2],[-1.038,52.196],[-1.044,52.193],[-1.052,52.195],[-1.06,52.197],[-1.079,52.193],[-1.082,52.194],[-1.09,52.19],[-1.089,52.183],[-1.091,52.181],[-1.098,52.179],[-1.103,52.18],[-1.113,52.179],[-1.12,52.182],[-1.127,52.186],[-1.128,52.181],[-1.126,52.177],[-1.121,52.174],[-1.124,52.173],[-1.13,52.169],[-1.135,52.173],[-1.137,52.173],[-1.139,52.17],[-1.144,52.166],[-1.153,52.17],[-1.158,52.17],[-1.157,52.164],[-1.146,52.16],[-1.144,52.158],[-1.145,52.153],[-1.14,52.151],[-1.137,52.149],[-1.138,52.146],[-1.148,52.146],[-1.168,52.143],[-1.173,52.143],[-1.185,52.145],[-1.19,52.146],[-1.194,52.145],[-1.195,52.142],[-1.204,52.14],[-1.204,52.139],[-1.209,52.136],[-1.215,52.137],[-1.22,52.136],[-1.223,52.134],[-1.227,52.136],[-1.232,52.131],[-1.235,52.132],[-1.236,52.129],[-1.238,52.128],[-1.242,52.128],[-1.245,52.127],[-1.243,52.124],[-1.243,52.121],[-1.239,52.119],[-1.242,52.115],[-1.241,52.11],[-1.242,52.106],[-1.251,52.103],[-1.252,52.102],[-1.249,52.099],[-1.248,52.096],[-1.254,52.096],[-1.262,52.096],[-1.27,52.098],[-1.276,52.097],[-1.28,52.094],[-1.288,52.093],[-1.295,52.093],[-1.298,52.092],[-1.308,52.092],[-1.317,52.09],[-1.32,52.088],[-1.321,52.085],[-1.319,52.08],[-1.316,52.08],[-1.299,52.08],[-1.298,52.078],[-1.299,52.075],[-1.302,52.075],[-1.307,52.07],[-1.3,52.069],[-1.301,52.066],[-1.304,52.064],[-1.308,52.064],[-1.309,52.061],[-1.307,52.058],[-1.313,52.052],[-1.307,52.047],[-1.3,52.045],[-1.294,52.039],[-1.295,52.038],[-1.292,52.031],[-1.294,52.028],[-1.286,52.027],[-1.284,52.025],[-1.285,52.021],[-1.281,52.018],[-1.278,52.014],[-1.279,52.011],[-1.282,52.011],[-1.284,52.009],[-1.28,52.009],[-1.277,52.005],[-1.28,52.003],[-1.283,52],[-1.284,51.996],[-1.282,51.993],[-1.284,51.991],[-1.287,51.99],[-1.287,51.988],[-1.284,51.983],[-1.281,51.982],[-1.27,51.983],[-1.261,51.981],[-1.254,51.983],[-1.249,51.986],[-1.247,51.985],[-1.242,51.986],[-1.24,51.985],[-1.234,51.983],[-1.23,51.981],[-1.224,51.98],[-1.218,51.98],[-1.207,51.978],[-1.201,51.978],[-1.196,51.977],[-1.191,51.982],[-1.18,51.982],[-1.175,51.983],[-1.172,51.986],[-1.164,51.993],[-1.157,51.992],[-1.151,51.993],[-1.149,51.995],[-1.141,51.998],[-1.134,51.997],[-1.131,52.005],[-1.125,52.007],[-1.123,52.011],[-1.12,52.016],[-1.118,52.015],[-1.121,52.017],[-1.125,52.017],[-1.128,52.018],[-1.136,52.02],[-1.137,52.022],[-1.133,52.028],[-1.131,52.032],[-1.127,52.037],[-1.126,52.039],[-1.123,52.042],[-1.122,52.045],[-1.12,52.046],[-1.114,52.048],[-1.106,52.049],[-1.104,52.048],[-1.099,52.049],[-1.096,52.051],[-1.089,52.052],[-1.083,52.052],[-1.08,52.057],[-1.076,52.059],[-1.072,52.058],[-1.068,52.061],[-1.062,52.063],[-1.053,52.06],[-1.048,52.063],[-1.041,52.066],[-1.038,52.066],[-1.03,52.063],[-1.026,52.066],[-1.029,52.07],[-1.032,52.071],[-1.042,52.074],[-1.028,52.075],[-1.021,52.075],[-1.02,52.073],[-1.013,52.072],[-1.007,52.072],[-1.006,52.073],[-1,52.072],[-0.995,52.073],[-0.99,52.071],[-0.982,52.07],[-0.981,52.071],[-0.973,52.073],[-0.968,52.071],[-0.965,52.075],[-0.959,52.079],[-0.952,52.082],[-0.947,52.079],[-0.945,52.077],[-0.94,52.076],[-0.944,52.073],[-0.944,52.07],[-0.94,52.068],[-0.942,52.064],[-0.938,52.061],[-0.937,52.059],[-0.932,52.054],[-0.93,52.05],[-0.93,52.044],[-0.924,52.036],[-0.92,52.033],[-0.914,52.029],[-0.912,52.025],[-0.906,52.021],[-0.904,52.024],[-0.9,52.026],[-0.891,52.03],[-0.889,52.032],[-0.884,52.028],[-0.878,52.03],[-0.876,52.034],[-0.873,52.036],[-0.871,52.04],[-0.87,52.045],[-0.866,52.047],[-0.86,52.045],[-0.852,52.051],[-0.853,52.052],[-0.858,52.053],[-0.861,52.055],[-0.86,52.059],[-0.863,52.061],[-0.859,52.063],[-0.851,52.065],[-0.845,52.063],[-0.839,52.064],[-0.833,52.069],[-0.832,52.072],[-0.836,52.075],[-0.835,52.08],[-0.838,52.082],[-0.844,52.085],[-0.846,52.091],[-0.856,52.093],[-0.858,52.097],[-0.869,52.1],[-0.869,52.101],[-0.865,52.103],[-0.87,52.105],[-0.869,52.108],[-0.873,52.113],[-0.882,52.113],[-0.887,52.115],[-0.884,52.116],[-0.881,52.12],[-0.881,52.123],[-0.879,52.126],[-0.87,52.13],[-0.862,52.131],[-0.854,52.132],[-0.851,52.129],[-0.847,52.129],[-0.838,52.131],[-0.836,52.133],[-0.832,52.131],[-0.828,52.133],[-0.829,52.135],[-0.831,52.141],[-0.832,52.144],[-0.817,52.144],[-0.809,52.148],[-0.807,52.153],[-0.808,52.157],[-0.8,52.157],[-0.797,52.153],[-0.794,52.154],[-0.792,52.151],[-0.788,52.154],[-0.783,52.16],[-0.78,52.163],[-0.778,52.169],[-0.772,52.169],[-0.765,52.171],[-0.764,52.168],[-0.76,52.165],[-0.758,52.167],[-0.751,52.168],[-0.746,52.169],[-0.745,52.17],[-0.739,52.171],[-0.737,52.174],[-0.735,52.174],[-0.729,52.179],[-0.721,52.182],[-0.711,52.188],[-0.709,52.189],[-0.703,52.193],[-0.694,52.195],[-0.685,52.196],[-0.673,52.196],[-0.668,52.195],[-0.669,52.198],[-0.662,52.208],[-0.659,52.21],[-0.649,52.221],[-0.637,52.227],[-0.64,52.229],[-0.643,52.235],[-0.643,52.239],[-0.645,52.242],[-0.65,52.254],[-0.65,52.256],[-0.654,52.268]]]},"properties":{"Name":"South Northamptonshire","ID":"E14001490"},"id":427}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.816,53.673],[-2.817,53.671],[-2.823,53.669],[-2.82,53.666],[-2.821,53.663],[-2.815,53.661],[-2.815,53.658],[-2.812,53.656],[-2.812,53.653],[-2.815,53.651],[-2.814,53.648],[-2.81,53.645],[-2.81,53.643],[-2.807,53.642],[-2.811,53.648],[-2.809,53.654],[-2.809,53.66],[-2.816,53.673]]],[[[-2.801,53.625],[-2.801,53.623],[-2.796,53.616],[-2.791,53.615],[-2.788,53.617],[-2.789,53.619],[-2.793,53.623],[-2.781,53.623],[-2.779,53.62],[-2.774,53.62],[-2.765,53.619],[-2.758,53.615],[-2.749,53.618],[-2.743,53.622],[-2.736,53.624],[-2.732,53.622],[-2.727,53.621],[-2.721,53.619],[-2.71,53.618],[-2.705,53.619],[-2.704,53.621],[-2.701,53.623],[-2.692,53.624],[-2.691,53.62],[-2.695,53.616],[-2.69,53.612],[-2.685,53.613],[-2.674,53.616],[-2.676,53.624],[-2.662,53.633],[-2.656,53.632],[-2.653,53.633],[-2.655,53.639],[-2.658,53.639],[-2.658,53.65],[-2.663,53.649],[-2.665,53.653],[-2.67,53.656],[-2.673,53.665],[-2.678,53.666],[-2.684,53.664],[-2.693,53.665],[-2.698,53.664],[-2.7,53.665],[-2.706,53.665],[-2.714,53.666],[-2.714,53.669],[-2.711,53.676],[-2.708,53.676],[-2.707,53.682],[-2.699,53.68],[-2.687,53.679],[-2.677,53.679],[-2.668,53.68],[-2.665,53.682],[-2.659,53.681],[-2.658,53.686],[-2.656,53.688],[-2.658,53.691],[-2.662,53.692],[-2.674,53.693],[-2.678,53.694],[-2.677,53.704],[-2.674,53.709],[-2.669,53.712],[-2.658,53.718],[-2.664,53.72],[-2.675,53.721],[-2.686,53.72],[-2.695,53.717],[-2.695,53.719],[-2.69,53.722],[-2.696,53.731],[-2.695,53.733],[-2.698,53.734],[-2.701,53.739],[-2.695,53.739],[-2.7,53.743],[-2.701,53.746],[-2.7,53.75],[-2.704,53.75],[-2.71,53.748],[-2.717,53.75],[-2.718,53.753],[-2.721,53.756],[-2.731,53.758],[-2.745,53.757],[-2.757,53.756],[-2.764,53.755],[-2.774,53.753],[-2.783,53.753],[-2.801,53.749],[-2.811,53.746],[-2.828,53.743],[-2.846,53.738],[-2.855,53.735],[-2.853,53.733],[-2.843,53.729],[-2.836,53.725],[-2.83,53.72],[-2.825,53.714],[-2.824,53.702],[-2.825,53.701],[-2.829,53.701],[-2.833,53.7],[-2.832,53.695],[-2.83,53.694],[-2.829,53.691],[-2.826,53.688],[-2.822,53.688],[-2.818,53.687],[-2.819,53.684],[-2.823,53.684],[-2.824,53.681],[-2.818,53.679],[-2.818,53.677],[-2.81,53.662],[-2.809,53.659],[-2.809,53.654],[-2.811,53.648],[-2.806,53.641],[-2.806,53.64],[-2.807,53.638],[-2.806,53.633],[-2.808,53.63],[-2.807,53.628],[-2.802,53.627],[-2.802,53.626],[-2.801,53.625]]]]},"properties":{"Name":"South Ribble","ID":"E14001491"},"id":428}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.364,54.944],[-1.358,54.948],[-1.356,54.951],[-1.357,54.954],[-1.353,54.958],[-1.357,54.966],[-1.36,54.968],[-1.362,54.972],[-1.372,54.975],[-1.378,54.978],[-1.382,54.982],[-1.38,54.985],[-1.385,54.986],[-1.389,54.989],[-1.392,54.988],[-1.395,54.991],[-1.401,54.992],[-1.407,54.996],[-1.411,54.999],[-1.414,55.004],[-1.419,55.003],[-1.425,55.006],[-1.429,55.007],[-1.439,55.005],[-1.44,55.002],[-1.44,54.997],[-1.449,54.987],[-1.449,54.985],[-1.45,54.981],[-1.452,54.979],[-1.449,54.977],[-1.453,54.975],[-1.461,54.971],[-1.458,54.967],[-1.46,54.966],[-1.453,54.963],[-1.459,54.96],[-1.448,54.958],[-1.429,54.95],[-1.431,54.948],[-1.436,54.948],[-1.436,54.946],[-1.444,54.946],[-1.444,54.943],[-1.453,54.941],[-1.45,54.934],[-1.442,54.933],[-1.433,54.933],[-1.432,54.93],[-1.426,54.93],[-1.419,54.93],[-1.417,54.934],[-1.412,54.936],[-1.404,54.938],[-1.397,54.94],[-1.392,54.939],[-1.388,54.938],[-1.384,54.939],[-1.379,54.937],[-1.376,54.937],[-1.374,54.944],[-1.366,54.943],[-1.364,54.944]]]},"properties":{"Name":"South Shields","ID":"E14001492"},"id":429}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.51,52.638],[-2.513,52.641],[-2.53,52.649],[-2.54,52.652],[-2.545,52.653],[-2.548,52.655],[-2.546,52.658],[-2.554,52.66],[-2.555,52.663],[-2.553,52.665],[-2.549,52.666],[-2.556,52.671],[-2.575,52.68],[-2.587,52.684],[-2.589,52.684],[-2.598,52.69],[-2.603,52.689],[-2.608,52.692],[-2.609,52.695],[-2.617,52.698],[-2.623,52.699],[-2.624,52.703],[-2.632,52.703],[-2.635,52.702],[-2.636,52.699],[-2.641,52.698],[-2.648,52.699],[-2.657,52.696],[-2.662,52.701],[-2.676,52.702],[-2.679,52.699],[-2.686,52.697],[-2.693,52.698],[-2.696,52.701],[-2.709,52.698],[-2.712,52.697],[-2.708,52.693],[-2.711,52.692],[-2.727,52.689],[-2.735,52.685],[-2.742,52.681],[-2.744,52.68],[-2.742,52.677],[-2.745,52.676],[-2.74,52.673],[-2.735,52.667],[-2.73,52.667],[-2.729,52.666],[-2.734,52.663],[-2.741,52.666],[-2.744,52.664],[-2.748,52.665],[-2.75,52.663],[-2.756,52.662],[-2.76,52.661],[-2.763,52.663],[-2.766,52.657],[-2.769,52.654],[-2.774,52.656],[-2.778,52.656],[-2.786,52.655],[-2.789,52.654],[-2.786,52.65],[-2.789,52.65],[-2.794,52.647],[-2.795,52.644],[-2.8,52.642],[-2.806,52.639],[-2.803,52.637],[-2.807,52.636],[-2.81,52.637],[-2.816,52.636],[-2.818,52.635],[-2.826,52.633],[-2.84,52.633],[-2.848,52.635],[-2.853,52.635],[-2.857,52.633],[-2.86,52.63],[-2.866,52.628],[-2.872,52.628],[-2.877,52.629],[-2.882,52.628],[-2.883,52.626],[-2.882,52.623],[-2.882,52.619],[-2.886,52.616],[-2.889,52.615],[-2.89,52.612],[-2.887,52.611],[-2.882,52.609],[-2.877,52.608],[-2.875,52.604],[-2.878,52.601],[-2.883,52.603],[-2.891,52.604],[-2.894,52.601],[-2.896,52.604],[-2.896,52.607],[-2.894,52.608],[-2.895,52.61],[-2.899,52.613],[-2.899,52.619],[-2.901,52.623],[-2.901,52.627],[-2.902,52.629],[-2.91,52.627],[-2.914,52.629],[-2.918,52.622],[-2.922,52.623],[-2.929,52.621],[-2.931,52.619],[-2.928,52.616],[-2.929,52.614],[-2.935,52.614],[-2.939,52.612],[-2.941,52.614],[-2.952,52.613],[-2.954,52.614],[-2.951,52.62],[-2.956,52.624],[-2.955,52.627],[-2.957,52.628],[-2.957,52.63],[-2.961,52.635],[-2.966,52.635],[-2.965,52.638],[-2.961,52.639],[-2.958,52.641],[-2.954,52.642],[-2.96,52.649],[-2.961,52.651],[-2.959,52.653],[-2.957,52.656],[-2.954,52.658],[-2.956,52.661],[-2.967,52.662],[-2.969,52.659],[-2.973,52.657],[-2.978,52.66],[-2.981,52.658],[-2.986,52.66],[-2.99,52.658],[-3.008,52.652],[-3.019,52.652],[-3.025,52.653],[-3.033,52.657],[-3.035,52.661],[-3.041,52.665],[-3.045,52.666],[-3.049,52.663],[-3.049,52.658],[-3.045,52.657],[-3.049,52.654],[-3.052,52.652],[-3.052,52.647],[-3.058,52.647],[-3.063,52.645],[-3.069,52.646],[-3.082,52.641],[-3.075,52.639],[-3.063,52.634],[-3.06,52.631],[-3.065,52.63],[-3.068,52.631],[-3.075,52.627],[-3.072,52.626],[-3.081,52.622],[-3.083,52.619],[-3.083,52.616],[-3.093,52.61],[-3.091,52.606],[-3.089,52.603],[-3.089,52.6],[-3.101,52.598],[-3.102,52.595],[-3.106,52.595],[-3.11,52.59],[-3.114,52.589],[-3.118,52.586],[-3.122,52.588],[-3.13,52.586],[-3.136,52.586],[-3.14,52.585],[-3.138,52.583],[-3.138,52.574],[-3.135,52.572],[-3.132,52.569],[-3.127,52.566],[-3.126,52.564],[-3.117,52.552],[-3.111,52.541],[-3.117,52.538],[-3.13,52.537],[-3.137,52.534],[-3.135,52.528],[-3.131,52.527],[-3.127,52.528],[-3.122,52.528],[-3.104,52.531],[-3.1,52.531],[-3.098,52.533],[-3.091,52.533],[-3.083,52.536],[-3.081,52.539],[-3.083,52.541],[-3.091,52.543],[-3.094,52.545],[-3.092,52.548],[-3.086,52.549],[-3.087,52.551],[-3.081,52.552],[-3.072,52.554],[-3.065,52.557],[-3.06,52.555],[-3.057,52.559],[-3.05,52.561],[-3.043,52.568],[-3.036,52.572],[-3.028,52.573],[-3.02,52.575],[-3.014,52.575],[-3.007,52.574],[-3.001,52.568],[-2.998,52.564],[-2.999,52.559],[-2.998,52.556],[-3,52.555],[-2.995,52.552],[-2.998,52.548],[-3,52.541],[-3.004,52.534],[-3.002,52.532],[-3.005,52.529],[-3.001,52.525],[-3.001,52.523],[-3.006,52.52],[-3.011,52.52],[-3.012,52.522],[-3.016,52.522],[-3.02,52.523],[-3.023,52.523],[-3.027,52.524],[-3.032,52.524],[-3.032,52.519],[-3.036,52.512],[-3.032,52.51],[-3.034,52.506],[-3.033,52.504],[-3.029,52.501],[-3.044,52.5],[-3.046,52.499],[-3.054,52.5],[-3.076,52.499],[-3.086,52.499],[-3.098,52.5],[-3.109,52.499],[-3.113,52.498],[-3.118,52.495],[-3.121,52.494],[-3.128,52.492],[-3.139,52.492],[-3.145,52.489],[-3.157,52.485],[-3.171,52.479],[-3.181,52.474],[-3.194,52.476],[-3.197,52.475],[-3.212,52.468],[-3.216,52.466],[-3.217,52.463],[-3.223,52.457],[-3.231,52.453],[-3.233,52.451],[-3.233,52.446],[-3.236,52.443],[-3.234,52.44],[-3.23,52.44],[-3.229,52.437],[-3.23,52.435],[-3.231,52.43],[-3.225,52.429],[-3.222,52.427],[-3.219,52.421],[-3.212,52.419],[-3.199,52.417],[-3.195,52.414],[-3.192,52.415],[-3.188,52.412],[-3.181,52.41],[-3.173,52.407],[-3.17,52.403],[-3.161,52.4],[-3.159,52.398],[-3.162,52.394],[-3.158,52.392],[-3.154,52.388],[-3.149,52.388],[-3.141,52.387],[-3.128,52.383],[-3.126,52.38],[-3.12,52.377],[-3.111,52.377],[-3.102,52.371],[-3.101,52.368],[-3.098,52.367],[-3.092,52.363],[-3.083,52.359],[-3.074,52.357],[-3.071,52.355],[-3.065,52.353],[-3.065,52.35],[-3.058,52.348],[-3.052,52.348],[-3.047,52.347],[-3.041,52.344],[-3.026,52.347],[-3.022,52.347],[-3.009,52.349],[-3.006,52.349],[-3.003,52.351],[-2.998,52.352],[-2.994,52.351],[-2.991,52.352],[-2.985,52.351],[-2.978,52.354],[-2.974,52.355],[-2.972,52.352],[-2.963,52.351],[-2.96,52.349],[-2.955,52.349],[-2.953,52.349],[-2.943,52.35],[-2.934,52.35],[-2.936,52.353],[-2.931,52.355],[-2.939,52.361],[-2.931,52.363],[-2.928,52.366],[-2.921,52.368],[-2.915,52.369],[-2.911,52.368],[-2.906,52.368],[-2.91,52.372],[-2.916,52.374],[-2.922,52.375],[-2.922,52.377],[-2.914,52.382],[-2.92,52.385],[-2.918,52.386],[-2.906,52.386],[-2.902,52.383],[-2.898,52.382],[-2.898,52.38],[-2.893,52.379],[-2.895,52.375],[-2.89,52.376],[-2.887,52.378],[-2.888,52.385],[-2.883,52.387],[-2.874,52.387],[-2.864,52.389],[-2.858,52.394],[-2.855,52.396],[-2.847,52.394],[-2.841,52.392],[-2.832,52.392],[-2.828,52.391],[-2.818,52.391],[-2.81,52.388],[-2.808,52.389],[-2.806,52.386],[-2.809,52.384],[-2.809,52.38],[-2.807,52.376],[-2.799,52.373],[-2.792,52.374],[-2.794,52.371],[-2.792,52.365],[-2.796,52.361],[-2.795,52.359],[-2.792,52.357],[-2.789,52.358],[-2.783,52.359],[-2.778,52.358],[-2.767,52.36],[-2.759,52.359],[-2.743,52.359],[-2.742,52.357],[-2.733,52.356],[-2.738,52.351],[-2.74,52.347],[-2.738,52.343],[-2.743,52.34],[-2.748,52.335],[-2.756,52.337],[-2.758,52.334],[-2.767,52.336],[-2.765,52.333],[-2.759,52.329],[-2.753,52.327],[-2.746,52.327],[-2.743,52.324],[-2.739,52.322],[-2.737,52.319],[-2.726,52.32],[-2.72,52.316],[-2.719,52.313],[-2.712,52.308],[-2.708,52.31],[-2.695,52.31],[-2.681,52.312],[-2.68,52.315],[-2.688,52.315],[-2.689,52.316],[-2.686,52.32],[-2.685,52.324],[-2.679,52.33],[-2.676,52.335],[-2.67,52.341],[-2.666,52.342],[-2.66,52.341],[-2.659,52.339],[-2.656,52.338],[-2.66,52.335],[-2.656,52.333],[-2.648,52.332],[-2.644,52.334],[-2.641,52.332],[-2.641,52.329],[-2.637,52.328],[-2.637,52.325],[-2.634,52.325],[-2.63,52.322],[-2.624,52.321],[-2.623,52.32],[-2.628,52.314],[-2.62,52.307],[-2.618,52.307],[-2.615,52.308],[-2.61,52.306],[-2.601,52.31],[-2.595,52.314],[-2.584,52.313],[-2.579,52.317],[-2.574,52.317],[-2.567,52.313],[-2.562,52.315],[-2.565,52.318],[-2.564,52.322],[-2.561,52.326],[-2.561,52.331],[-2.562,52.333],[-2.557,52.335],[-2.555,52.334],[-2.549,52.337],[-2.546,52.34],[-2.541,52.342],[-2.539,52.344],[-2.534,52.344],[-2.53,52.343],[-2.522,52.342],[-2.516,52.338],[-2.512,52.337],[-2.509,52.335],[-2.509,52.333],[-2.513,52.332],[-2.511,52.329],[-2.505,52.328],[-2.503,52.329],[-2.495,52.33],[-2.49,52.329],[-2.488,52.331],[-2.483,52.331],[-2.48,52.333],[-2.481,52.336],[-2.478,52.338],[-2.484,52.345],[-2.482,52.351],[-2.484,52.353],[-2.488,52.354],[-2.485,52.356],[-2.486,52.36],[-2.484,52.361],[-2.475,52.36],[-2.473,52.362],[-2.476,52.366],[-2.473,52.366],[-2.468,52.365],[-2.464,52.365],[-2.463,52.367],[-2.457,52.368],[-2.449,52.368],[-2.435,52.366],[-2.431,52.367],[-2.426,52.366],[-2.423,52.366],[-2.42,52.368],[-2.415,52.368],[-2.41,52.37],[-2.41,52.374],[-2.415,52.378],[-2.415,52.381],[-2.411,52.385],[-2.401,52.383],[-2.394,52.384],[-2.39,52.382],[-2.387,52.384],[-2.378,52.383],[-2.368,52.388],[-2.363,52.388],[-2.36,52.387],[-2.354,52.389],[-2.351,52.388],[-2.35,52.386],[-2.344,52.386],[-2.34,52.384],[-2.336,52.385],[-2.334,52.389],[-2.342,52.393],[-2.347,52.394],[-2.351,52.396],[-2.361,52.399],[-2.364,52.399],[-2.373,52.402],[-2.369,52.404],[-2.366,52.408],[-2.368,52.414],[-2.365,52.418],[-2.366,52.42],[-2.366,52.424],[-2.363,52.426],[-2.364,52.432],[-2.364,52.439],[-2.355,52.44],[-2.351,52.438],[-2.345,52.439],[-2.339,52.436],[-2.333,52.435],[-2.326,52.438],[-2.322,52.436],[-2.312,52.438],[-2.31,52.442],[-2.306,52.446],[-2.293,52.452],[-2.287,52.455],[-2.291,52.457],[-2.289,52.459],[-2.291,52.466],[-2.295,52.47],[-2.296,52.474],[-2.304,52.482],[-2.309,52.483],[-2.313,52.489],[-2.308,52.495],[-2.308,52.498],[-2.298,52.503],[-2.296,52.507],[-2.291,52.512],[-2.273,52.519],[-2.262,52.524],[-2.261,52.527],[-2.269,52.531],[-2.263,52.538],[-2.256,52.542],[-2.26,52.544],[-2.265,52.549],[-2.279,52.553],[-2.279,52.554],[-2.27,52.56],[-2.262,52.564],[-2.263,52.571],[-2.27,52.575],[-2.274,52.58],[-2.281,52.584],[-2.289,52.586],[-2.295,52.585],[-2.294,52.587],[-2.299,52.589],[-2.299,52.592],[-2.302,52.593],[-2.308,52.591],[-2.318,52.593],[-2.322,52.594],[-2.325,52.601],[-2.324,52.604],[-2.324,52.61],[-2.323,52.612],[-2.321,52.615],[-2.32,52.622],[-2.317,52.622],[-2.319,52.628],[-2.323,52.628],[-2.323,52.633],[-2.325,52.636],[-2.328,52.637],[-2.334,52.637],[-2.338,52.636],[-2.34,52.633],[-2.343,52.633],[-2.351,52.631],[-2.353,52.628],[-2.354,52.625],[-2.357,52.624],[-2.359,52.627],[-2.37,52.629],[-2.374,52.631],[-2.374,52.632],[-2.38,52.637],[-2.381,52.641],[-2.386,52.648],[-2.394,52.645],[-2.396,52.646],[-2.401,52.643],[-2.406,52.643],[-2.416,52.645],[-2.419,52.639],[-2.419,52.636],[-2.418,52.634],[-2.424,52.632],[-2.429,52.63],[-2.437,52.627],[-2.436,52.622],[-2.437,52.619],[-2.434,52.618],[-2.438,52.615],[-2.442,52.616],[-2.445,52.615],[-2.455,52.619],[-2.463,52.623],[-2.466,52.624],[-2.47,52.622],[-2.473,52.624],[-2.476,52.623],[-2.484,52.625],[-2.486,52.624],[-2.492,52.628],[-2.5,52.629],[-2.506,52.632],[-2.511,52.637],[-2.51,52.638]]]},"properties":{"Name":"South Shropshire","ID":"E14001493"},"id":430}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.161,52.032],[1.164,52.03],[1.166,52.03],[1.161,52.032]]],[[[0.716,52.178],[0.714,52.177],[0.708,52.179],[0.703,52.181],[0.698,52.181],[0.694,52.18],[0.696,52.178],[0.693,52.176],[0.697,52.17],[0.693,52.166],[0.693,52.162],[0.692,52.158],[0.686,52.159],[0.682,52.156],[0.677,52.158],[0.676,52.159],[0.664,52.158],[0.663,52.161],[0.654,52.162],[0.645,52.16],[0.644,52.156],[0.641,52.156],[0.638,52.148],[0.64,52.146],[0.634,52.143],[0.634,52.141],[0.638,52.138],[0.637,52.133],[0.633,52.131],[0.627,52.131],[0.627,52.129],[0.631,52.127],[0.629,52.125],[0.631,52.123],[0.634,52.123],[0.636,52.119],[0.634,52.118],[0.635,52.115],[0.638,52.114],[0.639,52.11],[0.642,52.11],[0.647,52.103],[0.651,52.101],[0.653,52.097],[0.655,52.091],[0.654,52.086],[0.657,52.085],[0.66,52.084],[0.665,52.086],[0.673,52.086],[0.674,52.085],[0.679,52.084],[0.681,52.086],[0.684,52.087],[0.688,52.086],[0.69,52.08],[0.693,52.079],[0.701,52.08],[0.707,52.077],[0.706,52.074],[0.712,52.072],[0.711,52.069],[0.71,52.067],[0.704,52.066],[0.704,52.063],[0.707,52.06],[0.711,52.054],[0.716,52.051],[0.716,52.049],[0.713,52.049],[0.704,52.047],[0.7,52.048],[0.697,52.043],[0.697,52.039],[0.699,52.037],[0.703,52.038],[0.704,52.036],[0.712,52.035],[0.709,52.033],[0.707,52.03],[0.714,52.027],[0.72,52.028],[0.737,52.032],[0.741,52.03],[0.741,52.025],[0.743,52.023],[0.742,52.02],[0.742,52.016],[0.738,52.012],[0.742,52.008],[0.749,52.006],[0.75,52.003],[0.75,52],[0.752,51.999],[0.757,51.999],[0.761,51.998],[0.76,51.995],[0.763,51.991],[0.76,51.987],[0.76,51.985],[0.767,51.984],[0.771,51.982],[0.775,51.983],[0.773,51.979],[0.774,51.971],[0.776,51.967],[0.781,51.967],[0.785,51.968],[0.787,51.963],[0.796,51.964],[0.8,51.962],[0.812,51.961],[0.814,51.962],[0.814,51.966],[0.819,51.968],[0.822,51.969],[0.831,51.966],[0.833,51.966],[0.84,51.963],[0.842,51.962],[0.849,51.961],[0.854,51.963],[0.858,51.963],[0.859,51.966],[0.863,51.968],[0.868,51.969],[0.873,51.969],[0.873,51.967],[0.881,51.967],[0.887,51.969],[0.889,51.973],[0.893,51.973],[0.896,51.972],[0.9,51.974],[0.904,51.973],[0.917,51.974],[0.925,51.976],[0.928,51.972],[0.931,51.972],[0.94,51.972],[0.943,51.971],[0.952,51.973],[0.956,51.976],[0.963,51.977],[0.965,51.975],[0.965,51.972],[0.972,51.969],[0.968,51.964],[0.975,51.961],[0.982,51.962],[0.989,51.961],[0.993,51.962],[0.999,51.964],[1.004,51.962],[1.005,51.96],[1.008,51.956],[1.012,51.955],[1.016,51.955],[1.019,51.953],[1.025,51.955],[1.029,51.957],[1.032,51.957],[1.042,51.956],[1.042,51.959],[1.048,51.959],[1.053,51.957],[1.054,51.953],[1.059,51.95],[1.06,51.952],[1.064,51.953],[1.065,51.949],[1.067,51.95],[1.067,51.952],[1.076,51.955],[1.082,51.957],[1.084,51.959],[1.089,51.959],[1.094,51.958],[1.099,51.954],[1.109,51.954],[1.114,51.956],[1.119,51.956],[1.13,51.954],[1.132,51.958],[1.144,51.962],[1.154,51.964],[1.158,51.966],[1.16,51.965],[1.164,51.968],[1.169,51.966],[1.175,51.966],[1.18,51.964],[1.184,51.958],[1.187,51.956],[1.195,51.956],[1.207,51.955],[1.212,51.956],[1.22,51.953],[1.223,51.956],[1.225,51.955],[1.233,51.957],[1.238,51.961],[1.243,51.96],[1.246,51.961],[1.256,51.96],[1.269,51.954],[1.275,51.956],[1.279,51.96],[1.277,51.962],[1.273,51.968],[1.271,51.974],[1.268,51.976],[1.271,51.981],[1.27,51.984],[1.267,51.988],[1.263,51.988],[1.258,51.99],[1.249,51.991],[1.243,51.993],[1.225,51.997],[1.212,51.997],[1.203,52.005],[1.196,52.007],[1.188,52.006],[1.182,52.009],[1.179,52.011],[1.167,52.018],[1.162,52.027],[1.157,52.029],[1.153,52.033],[1.15,52.034],[1.146,52.034],[1.134,52.03],[1.129,52.03],[1.126,52.034],[1.12,52.036],[1.113,52.035],[1.111,52.042],[1.109,52.044],[1.107,52.047],[1.114,52.049],[1.111,52.052],[1.11,52.054],[1.122,52.057],[1.121,52.06],[1.122,52.062],[1.112,52.068],[1.108,52.072],[1.103,52.07],[1.098,52.069],[1.097,52.067],[1.092,52.065],[1.087,52.066],[1.069,52.065],[1.058,52.067],[1.058,52.069],[1.053,52.07],[1.051,52.075],[1.048,52.078],[1.041,52.075],[1.041,52.069],[1.036,52.068],[1.026,52.071],[1.028,52.076],[1.028,52.078],[1.021,52.084],[1.02,52.087],[1.017,52.09],[1.011,52.092],[1.007,52.094],[1.004,52.099],[0.997,52.098],[0.993,52.096],[0.984,52.097],[0.98,52.096],[0.973,52.098],[0.975,52.101],[0.973,52.107],[0.97,52.106],[0.966,52.105],[0.959,52.105],[0.953,52.109],[0.951,52.115],[0.951,52.12],[0.954,52.12],[0.951,52.124],[0.945,52.128],[0.947,52.131],[0.946,52.136],[0.949,52.138],[0.947,52.143],[0.947,52.146],[0.945,52.147],[0.944,52.15],[0.938,52.153],[0.942,52.154],[0.938,52.158],[0.935,52.156],[0.932,52.156],[0.927,52.153],[0.923,52.154],[0.919,52.156],[0.913,52.154],[0.907,52.153],[0.897,52.15],[0.892,52.15],[0.894,52.158],[0.89,52.156],[0.882,52.155],[0.877,52.16],[0.874,52.16],[0.872,52.163],[0.869,52.166],[0.854,52.162],[0.845,52.161],[0.826,52.163],[0.821,52.164],[0.814,52.171],[0.802,52.174],[0.793,52.176],[0.787,52.178],[0.777,52.177],[0.777,52.175],[0.769,52.175],[0.765,52.174],[0.762,52.158],[0.753,52.16],[0.75,52.159],[0.743,52.16],[0.742,52.165],[0.738,52.166],[0.738,52.17],[0.734,52.169],[0.73,52.166],[0.723,52.165],[0.721,52.168],[0.72,52.174],[0.716,52.175],[0.716,52.178]]]]},"properties":{"Name":"South Suffolk","ID":"E14001494"},"id":431}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.087,50.395],[-4.083,50.393],[-4.085,50.39],[-4.083,50.387],[-4.087,50.386],[-4.089,50.383],[-4.099,50.38],[-4.104,50.371],[-4.108,50.369],[-4.11,50.361],[-4.112,50.359],[-4.112,50.357],[-4.106,50.359],[-4.105,50.357],[-4.112,50.355],[-4.114,50.359],[-4.118,50.358],[-4.127,50.358],[-4.125,50.355],[-4.126,50.354],[-4.123,50.352],[-4.121,50.349],[-4.124,50.346],[-4.128,50.343],[-4.127,50.336],[-4.12,50.336],[-4.119,50.329],[-4.122,50.328],[-4.122,50.324],[-4.119,50.32],[-4.114,50.319],[-4.112,50.316],[-4.105,50.315],[-4.101,50.317],[-4.092,50.317],[-4.089,50.316],[-4.085,50.318],[-4.082,50.317],[-4.075,50.316],[-4.07,50.314],[-4.069,50.312],[-4.064,50.313],[-4.06,50.313],[-4.056,50.311],[-4.053,50.312],[-4.055,50.315],[-4.056,50.318],[-4.049,50.323],[-4.05,50.326],[-4.047,50.328],[-4.048,50.332],[-4.046,50.331],[-4.037,50.339],[-4.03,50.339],[-4.021,50.342],[-4.022,50.34],[-4.029,50.337],[-4.03,50.335],[-4.04,50.332],[-4.046,50.327],[-4.046,50.323],[-4.049,50.32],[-4.053,50.318],[-4.053,50.314],[-4.051,50.312],[-4.053,50.31],[-4.057,50.309],[-4.061,50.312],[-4.064,50.31],[-4.072,50.309],[-4.075,50.305],[-4.074,50.304],[-4.066,50.303],[-4.056,50.297],[-4.053,50.298],[-4.049,50.295],[-4.044,50.294],[-4.035,50.293],[-4.033,50.294],[-4.026,50.296],[-4.023,50.294],[-4.02,50.295],[-4.018,50.297],[-4.018,50.299],[-4.017,50.301],[-4.012,50.303],[-4.004,50.302],[-3.998,50.304],[-3.994,50.307],[-3.989,50.308],[-3.985,50.307],[-3.977,50.307],[-3.97,50.306],[-3.964,50.304],[-3.955,50.307],[-3.954,50.31],[-3.949,50.31],[-3.947,50.313],[-3.941,50.315],[-3.939,50.319],[-3.938,50.324],[-3.94,50.325],[-3.939,50.329],[-3.934,50.333],[-3.929,50.335],[-3.926,50.34],[-3.927,50.344],[-3.927,50.345],[-3.925,50.347],[-3.926,50.348],[-3.924,50.351],[-3.921,50.35],[-3.916,50.352],[-3.904,50.358],[-3.896,50.36],[-3.889,50.364],[-3.878,50.365],[-3.87,50.368],[-3.861,50.377],[-3.849,50.381],[-3.848,50.377],[-3.844,50.375],[-3.844,50.372],[-3.84,50.372],[-3.832,50.372],[-3.831,50.37],[-3.826,50.372],[-3.822,50.373],[-3.817,50.375],[-3.815,50.374],[-3.806,50.379],[-3.811,50.381],[-3.82,50.381],[-3.822,50.383],[-3.827,50.386],[-3.83,50.386],[-3.835,50.391],[-3.835,50.392],[-3.829,50.395],[-3.826,50.395],[-3.82,50.398],[-3.819,50.4],[-3.825,50.403],[-3.822,50.406],[-3.822,50.408],[-3.819,50.409],[-3.818,50.412],[-3.832,50.413],[-3.834,50.415],[-3.845,50.417],[-3.847,50.416],[-3.849,50.418],[-3.853,50.419],[-3.856,50.421],[-3.86,50.421],[-3.863,50.424],[-3.867,50.426],[-3.872,50.424],[-3.877,50.426],[-3.876,50.428],[-3.879,50.433],[-3.878,50.435],[-3.896,50.444],[-3.901,50.452],[-3.9,50.461],[-3.898,50.465],[-3.897,50.471],[-3.899,50.473],[-3.904,50.477],[-3.906,50.477],[-3.915,50.482],[-3.92,50.482],[-3.924,50.479],[-3.928,50.481],[-3.933,50.482],[-3.939,50.484],[-3.946,50.489],[-3.949,50.489],[-3.948,50.493],[-3.946,50.498],[-3.952,50.499],[-3.955,50.5],[-3.959,50.5],[-3.964,50.496],[-3.976,50.5],[-3.969,50.513],[-3.981,50.534],[-3.996,50.544],[-4.003,50.542],[-4.007,50.54],[-4.018,50.541],[-4.024,50.539],[-4.028,50.543],[-4.029,50.546],[-4.033,50.55],[-4.036,50.552],[-4.039,50.552],[-4.054,50.548],[-4.056,50.544],[-4.055,50.54],[-4.057,50.536],[-4.055,50.532],[-4.058,50.53],[-4.063,50.522],[-4.065,50.521],[-4.071,50.517],[-4.079,50.515],[-4.081,50.514],[-4.087,50.515],[-4.092,50.517],[-4.094,50.521],[-4.092,50.523],[-4.096,50.525],[-4.102,50.521],[-4.107,50.52],[-4.111,50.521],[-4.117,50.518],[-4.118,50.515],[-4.12,50.514],[-4.125,50.515],[-4.132,50.519],[-4.134,50.517],[-4.133,50.515],[-4.137,50.512],[-4.144,50.511],[-4.149,50.509],[-4.155,50.509],[-4.157,50.507],[-4.153,50.505],[-4.153,50.502],[-4.158,50.5],[-4.16,50.498],[-4.158,50.496],[-4.159,50.493],[-4.153,50.495],[-4.148,50.493],[-4.148,50.488],[-4.15,50.487],[-4.16,50.487],[-4.16,50.485],[-4.156,50.483],[-4.153,50.482],[-4.149,50.48],[-4.147,50.478],[-4.144,50.477],[-4.144,50.475],[-4.15,50.47],[-4.151,50.465],[-4.155,50.463],[-4.157,50.461],[-4.155,50.46],[-4.155,50.457],[-4.157,50.454],[-4.162,50.45],[-4.165,50.444],[-4.17,50.441],[-4.174,50.435],[-4.176,50.435],[-4.184,50.429],[-4.19,50.429],[-4.184,50.426],[-4.178,50.425],[-4.177,50.423],[-4.173,50.424],[-4.169,50.424],[-4.165,50.426],[-4.163,50.428],[-4.165,50.43],[-4.16,50.431],[-4.156,50.434],[-4.156,50.436],[-4.151,50.437],[-4.151,50.434],[-4.147,50.431],[-4.142,50.433],[-4.136,50.433],[-4.124,50.436],[-4.125,50.438],[-4.123,50.441],[-4.113,50.444],[-4.11,50.442],[-4.109,50.438],[-4.107,50.439],[-4.109,50.434],[-4.106,50.43],[-4.102,50.43],[-4.093,50.427],[-4.086,50.426],[-4.083,50.424],[-4.082,50.422],[-4.079,50.419],[-4.081,50.416],[-4.078,50.414],[-4.078,50.41],[-4.085,50.409],[-4.087,50.405],[-4.088,50.401],[-4.086,50.399],[-4.087,50.395]]]},"properties":{"Name":"South West Devon","ID":"E14001495"},"id":432}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.412,51.732],[-0.415,51.732],[-0.418,51.735],[-0.418,51.737],[-0.422,51.741],[-0.426,51.738],[-0.432,51.737],[-0.438,51.734],[-0.442,51.731],[-0.44,51.728],[-0.45,51.726],[-0.454,51.73],[-0.458,51.732],[-0.461,51.731],[-0.467,51.735],[-0.469,51.732],[-0.478,51.73],[-0.483,51.728],[-0.484,51.724],[-0.478,51.719],[-0.48,51.717],[-0.477,51.712],[-0.474,51.708],[-0.473,51.701],[-0.47,51.697],[-0.476,51.699],[-0.489,51.698],[-0.503,51.701],[-0.512,51.704],[-0.515,51.707],[-0.519,51.704],[-0.521,51.698],[-0.523,51.695],[-0.523,51.69],[-0.525,51.688],[-0.524,51.682],[-0.521,51.68],[-0.511,51.68],[-0.508,51.678],[-0.505,51.673],[-0.512,51.669],[-0.515,51.665],[-0.521,51.668],[-0.523,51.664],[-0.522,51.659],[-0.524,51.658],[-0.533,51.663],[-0.533,51.661],[-0.536,51.66],[-0.537,51.652],[-0.531,51.649],[-0.538,51.642],[-0.539,51.638],[-0.535,51.637],[-0.535,51.63],[-0.532,51.625],[-0.53,51.617],[-0.526,51.614],[-0.522,51.605],[-0.521,51.602],[-0.518,51.6],[-0.51,51.6],[-0.501,51.6],[-0.496,51.603],[-0.499,51.611],[-0.495,51.619],[-0.499,51.621],[-0.5,51.624],[-0.498,51.627],[-0.5,51.629],[-0.497,51.632],[-0.492,51.631],[-0.488,51.627],[-0.477,51.622],[-0.469,51.617],[-0.457,51.612],[-0.449,51.615],[-0.445,51.62],[-0.438,51.62],[-0.427,51.617],[-0.417,51.616],[-0.411,51.614],[-0.401,51.613],[-0.393,51.615],[-0.388,51.616],[-0.382,51.617],[-0.378,51.618],[-0.368,51.621],[-0.363,51.624],[-0.367,51.627],[-0.37,51.631],[-0.377,51.638],[-0.386,51.638],[-0.39,51.64],[-0.394,51.638],[-0.4,51.64],[-0.398,51.641],[-0.403,51.644],[-0.408,51.643],[-0.409,51.641],[-0.429,51.641],[-0.431,51.642],[-0.426,51.645],[-0.43,51.649],[-0.426,51.651],[-0.424,51.655],[-0.432,51.657],[-0.437,51.66],[-0.438,51.664],[-0.436,51.668],[-0.439,51.673],[-0.432,51.673],[-0.431,51.67],[-0.428,51.671],[-0.428,51.674],[-0.43,51.676],[-0.431,51.682],[-0.427,51.685],[-0.424,51.685],[-0.416,51.687],[-0.412,51.689],[-0.407,51.697],[-0.406,51.697],[-0.402,51.702],[-0.395,51.7],[-0.388,51.696],[-0.379,51.695],[-0.379,51.693],[-0.376,51.693],[-0.376,51.698],[-0.379,51.704],[-0.381,51.707],[-0.394,51.709],[-0.404,51.712],[-0.406,51.714],[-0.403,51.718],[-0.402,51.721],[-0.409,51.721],[-0.41,51.731],[-0.412,51.732]]]},"properties":{"Name":"South West Hertfordshire","ID":"E14001496"},"id":433}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.697,52.701],[0.693,52.701],[0.687,52.698],[0.682,52.699],[0.673,52.7],[0.672,52.703],[0.663,52.703],[0.659,52.705],[0.654,52.704],[0.655,52.702],[0.649,52.701],[0.648,52.691],[0.644,52.692],[0.638,52.692],[0.635,52.693],[0.63,52.697],[0.626,52.702],[0.618,52.7],[0.612,52.7],[0.608,52.698],[0.604,52.697],[0.603,52.7],[0.583,52.7],[0.577,52.701],[0.57,52.7],[0.561,52.701],[0.556,52.701],[0.537,52.698],[0.533,52.696],[0.525,52.694],[0.514,52.69],[0.502,52.687],[0.499,52.687],[0.491,52.693],[0.494,52.695],[0.487,52.698],[0.473,52.696],[0.457,52.697],[0.451,52.697],[0.451,52.693],[0.446,52.693],[0.433,52.693],[0.427,52.694],[0.42,52.692],[0.422,52.689],[0.412,52.689],[0.405,52.689],[0.4,52.688],[0.387,52.688],[0.387,52.691],[0.384,52.693],[0.384,52.7],[0.383,52.701],[0.381,52.714],[0.384,52.717],[0.384,52.722],[0.382,52.726],[0.367,52.726],[0.359,52.72],[0.355,52.714],[0.354,52.71],[0.356,52.707],[0.364,52.698],[0.368,52.697],[0.372,52.693],[0.373,52.688],[0.371,52.684],[0.364,52.673],[0.361,52.667],[0.365,52.661],[0.367,52.655],[0.366,52.646],[0.368,52.643],[0.368,52.637],[0.368,52.632],[0.366,52.628],[0.366,52.625],[0.363,52.622],[0.364,52.616],[0.366,52.613],[0.365,52.61],[0.362,52.608],[0.361,52.604],[0.354,52.597],[0.345,52.594],[0.342,52.591],[0.341,52.587],[0.342,52.584],[0.341,52.583],[0.3,52.546],[0.261,52.512],[0.246,52.5],[0.256,52.508],[0.269,52.509],[0.279,52.509],[0.29,52.511],[0.309,52.514],[0.318,52.512],[0.318,52.508],[0.323,52.508],[0.331,52.509],[0.337,52.506],[0.342,52.503],[0.349,52.501],[0.36,52.501],[0.362,52.499],[0.367,52.501],[0.367,52.496],[0.372,52.491],[0.373,52.488],[0.376,52.486],[0.381,52.479],[0.384,52.478],[0.391,52.476],[0.398,52.469],[0.402,52.466],[0.406,52.463],[0.412,52.461],[0.428,52.454],[0.423,52.454],[0.424,52.445],[0.428,52.437],[0.429,52.436],[0.431,52.438],[0.439,52.441],[0.439,52.443],[0.444,52.445],[0.446,52.447],[0.45,52.448],[0.457,52.445],[0.459,52.447],[0.467,52.446],[0.477,52.446],[0.486,52.448],[0.493,52.448],[0.496,52.447],[0.5,52.45],[0.507,52.451],[0.514,52.449],[0.516,52.451],[0.524,52.448],[0.527,52.45],[0.529,52.453],[0.534,52.452],[0.543,52.45],[0.548,52.452],[0.549,52.454],[0.554,52.456],[0.559,52.456],[0.563,52.454],[0.568,52.453],[0.573,52.452],[0.578,52.453],[0.583,52.452],[0.588,52.453],[0.596,52.454],[0.6,52.453],[0.609,52.453],[0.61,52.45],[0.615,52.449],[0.619,52.45],[0.622,52.454],[0.63,52.454],[0.628,52.451],[0.634,52.45],[0.636,52.451],[0.642,52.451],[0.647,52.453],[0.651,52.457],[0.655,52.457],[0.663,52.462],[0.668,52.462],[0.679,52.455],[0.694,52.451],[0.701,52.451],[0.707,52.453],[0.713,52.451],[0.719,52.45],[0.715,52.445],[0.705,52.438],[0.696,52.433],[0.69,52.427],[0.685,52.425],[0.673,52.414],[0.669,52.409],[0.673,52.404],[0.684,52.399],[0.695,52.397],[0.708,52.396],[0.712,52.395],[0.722,52.394],[0.733,52.395],[0.738,52.395],[0.741,52.392],[0.741,52.388],[0.745,52.385],[0.75,52.383],[0.761,52.387],[0.766,52.39],[0.77,52.39],[0.773,52.386],[0.779,52.387],[0.786,52.386],[0.795,52.391],[0.801,52.39],[0.808,52.39],[0.813,52.391],[0.815,52.393],[0.823,52.394],[0.828,52.395],[0.83,52.397],[0.835,52.4],[0.841,52.401],[0.849,52.4],[0.855,52.399],[0.857,52.398],[0.857,52.395],[0.866,52.391],[0.875,52.39],[0.88,52.392],[0.892,52.39],[0.894,52.388],[0.898,52.388],[0.905,52.386],[0.908,52.386],[0.914,52.389],[0.922,52.39],[0.928,52.388],[0.93,52.389],[0.936,52.387],[0.937,52.384],[0.942,52.381],[0.942,52.379],[0.947,52.376],[0.953,52.375],[0.957,52.372],[0.964,52.372],[0.967,52.37],[0.978,52.37],[0.98,52.37],[0.988,52.372],[0.991,52.371],[0.999,52.372],[1.003,52.375],[1.008,52.376],[1.014,52.376],[1.021,52.378],[1.03,52.379],[1.027,52.385],[1.025,52.386],[1.023,52.393],[1.02,52.394],[1.024,52.399],[1.021,52.401],[1.023,52.403],[1.021,52.406],[1.023,52.408],[1.031,52.41],[1.034,52.416],[1.029,52.415],[1.028,52.417],[1.024,52.416],[1.021,52.416],[1.028,52.42],[1.037,52.423],[1.043,52.426],[1.046,52.42],[1.052,52.419],[1.057,52.42],[1.059,52.424],[1.059,52.427],[1.068,52.429],[1.066,52.432],[1.063,52.433],[1.054,52.434],[1.05,52.433],[1.045,52.434],[1.039,52.434],[1.033,52.435],[1.025,52.438],[1.016,52.443],[1.008,52.447],[1.002,52.448],[0.999,52.444],[0.989,52.44],[0.984,52.438],[0.974,52.437],[0.974,52.434],[0.967,52.434],[0.964,52.438],[0.961,52.444],[0.956,52.451],[0.948,52.455],[0.941,52.455],[0.936,52.452],[0.923,52.447],[0.921,52.45],[0.916,52.453],[0.918,52.454],[0.917,52.46],[0.921,52.464],[0.92,52.469],[0.916,52.471],[0.914,52.474],[0.915,52.476],[0.912,52.479],[0.903,52.478],[0.897,52.479],[0.888,52.478],[0.878,52.478],[0.879,52.471],[0.883,52.471],[0.881,52.464],[0.871,52.463],[0.866,52.462],[0.853,52.461],[0.846,52.461],[0.842,52.459],[0.842,52.458],[0.836,52.457],[0.827,52.456],[0.811,52.455],[0.807,52.456],[0.803,52.46],[0.785,52.462],[0.778,52.464],[0.775,52.467],[0.767,52.47],[0.764,52.472],[0.757,52.472],[0.755,52.486],[0.761,52.493],[0.77,52.507],[0.781,52.505],[0.791,52.504],[0.797,52.504],[0.812,52.509],[0.823,52.512],[0.816,52.522],[0.805,52.54],[0.799,52.548],[0.797,52.548],[0.792,52.559],[0.795,52.563],[0.799,52.562],[0.799,52.565],[0.805,52.564],[0.806,52.566],[0.803,52.571],[0.798,52.567],[0.791,52.569],[0.785,52.57],[0.782,52.567],[0.777,52.568],[0.771,52.568],[0.769,52.571],[0.767,52.573],[0.762,52.574],[0.763,52.58],[0.767,52.584],[0.772,52.587],[0.774,52.586],[0.784,52.586],[0.795,52.59],[0.796,52.595],[0.799,52.597],[0.807,52.598],[0.81,52.6],[0.811,52.605],[0.816,52.605],[0.818,52.608],[0.827,52.615],[0.836,52.618],[0.835,52.62],[0.829,52.62],[0.827,52.619],[0.82,52.618],[0.815,52.616],[0.812,52.617],[0.806,52.616],[0.8,52.615],[0.797,52.615],[0.783,52.617],[0.774,52.619],[0.766,52.625],[0.763,52.629],[0.764,52.633],[0.76,52.636],[0.759,52.64],[0.763,52.641],[0.757,52.644],[0.75,52.652],[0.754,52.666],[0.755,52.673],[0.746,52.674],[0.741,52.676],[0.73,52.682],[0.72,52.686],[0.717,52.688],[0.715,52.693],[0.706,52.694],[0.7,52.696],[0.697,52.701]]],[[[0.364,52.726],[0.361,52.726],[0.357,52.728],[0.347,52.729],[0.342,52.726],[0.339,52.728],[0.328,52.727],[0.322,52.729],[0.315,52.726],[0.312,52.727],[0.307,52.726],[0.3,52.731],[0.294,52.732],[0.287,52.719],[0.278,52.705],[0.275,52.679],[0.273,52.68],[0.257,52.678],[0.251,52.676],[0.246,52.672],[0.235,52.66],[0.231,52.653],[0.227,52.649],[0.212,52.653],[0.212,52.652],[0.199,52.654],[0.184,52.656],[0.176,52.656],[0.178,52.653],[0.17,52.653],[0.17,52.651],[0.176,52.644],[0.18,52.642],[0.183,52.642],[0.188,52.639],[0.19,52.636],[0.197,52.632],[0.203,52.63],[0.215,52.624],[0.217,52.622],[0.211,52.618],[0.217,52.615],[0.209,52.614],[0.206,52.612],[0.202,52.603],[0.192,52.602],[0.192,52.599],[0.194,52.595],[0.194,52.592],[0.199,52.592],[0.198,52.586],[0.2,52.583],[0.203,52.58],[0.216,52.579],[0.215,52.575],[0.218,52.573],[0.218,52.57],[0.214,52.569],[0.206,52.567],[0.206,52.564],[0.217,52.559],[0.212,52.555],[0.206,52.556],[0.205,52.555],[0.204,52.549],[0.209,52.547],[0.21,52.545],[0.204,52.545],[0.213,52.538],[0.206,52.534],[0.208,52.53],[0.215,52.532],[0.22,52.529],[0.226,52.533],[0.229,52.531],[0.231,52.528],[0.217,52.521],[0.215,52.522],[0.206,52.52],[0.214,52.518],[0.236,52.507],[0.239,52.509],[0.246,52.501],[0.26,52.511],[0.3,52.547],[0.34,52.583],[0.341,52.591],[0.349,52.596],[0.353,52.597],[0.358,52.602],[0.361,52.608],[0.364,52.611],[0.365,52.613],[0.363,52.616],[0.362,52.622],[0.365,52.625],[0.365,52.629],[0.367,52.633],[0.367,52.638],[0.367,52.643],[0.365,52.646],[0.366,52.654],[0.364,52.657],[0.363,52.661],[0.36,52.666],[0.364,52.675],[0.372,52.686],[0.371,52.692],[0.367,52.696],[0.362,52.698],[0.36,52.701],[0.354,52.706],[0.353,52.711],[0.354,52.717],[0.357,52.72],[0.364,52.726]]]]},"properties":{"Name":"South West Norfolk","ID":"E14001497"},"id":434}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.007,51.232],[-2.013,51.237],[-2.017,51.242],[-2.02,51.245],[-2.025,51.243],[-2.036,51.239],[-2.041,51.242],[-2.037,51.249],[-2.047,51.252],[-2.051,51.25],[-2.06,51.248],[-2.067,51.251],[-2.067,51.253],[-2.071,51.254],[-2.075,51.252],[-2.077,51.245],[-2.077,51.238],[-2.076,51.236],[-2.084,51.236],[-2.088,51.246],[-2.086,51.259],[-2.089,51.259],[-2.09,51.263],[-2.085,51.269],[-2.086,51.272],[-2.083,51.28],[-2.079,51.28],[-2.076,51.284],[-2.078,51.29],[-2.08,51.29],[-2.082,51.294],[-2.083,51.301],[-2.085,51.304],[-2.088,51.303],[-2.088,51.31],[-2.092,51.31],[-2.093,51.309],[-2.101,51.309],[-2.102,51.31],[-2.108,51.305],[-2.105,51.3],[-2.105,51.296],[-2.109,51.294],[-2.114,51.294],[-2.115,51.293],[-2.128,51.29],[-2.134,51.29],[-2.137,51.292],[-2.137,51.295],[-2.14,51.295],[-2.145,51.295],[-2.148,51.298],[-2.156,51.305],[-2.156,51.308],[-2.16,51.309],[-2.158,51.314],[-2.155,51.316],[-2.16,51.319],[-2.164,51.316],[-2.17,51.317],[-2.17,51.313],[-2.175,51.312],[-2.176,51.314],[-2.173,51.32],[-2.176,51.321],[-2.178,51.324],[-2.176,51.325],[-2.165,51.326],[-2.16,51.325],[-2.159,51.328],[-2.16,51.332],[-2.156,51.334],[-2.162,51.339],[-2.164,51.343],[-2.164,51.346],[-2.161,51.351],[-2.162,51.353],[-2.172,51.355],[-2.173,51.353],[-2.18,51.353],[-2.182,51.354],[-2.192,51.35],[-2.196,51.348],[-2.192,51.343],[-2.201,51.342],[-2.21,51.332],[-2.213,51.33],[-2.216,51.331],[-2.218,51.33],[-2.224,51.328],[-2.226,51.331],[-2.229,51.331],[-2.232,51.33],[-2.231,51.327],[-2.234,51.326],[-2.235,51.322],[-2.231,51.321],[-2.23,51.317],[-2.233,51.312],[-2.236,51.309],[-2.247,51.307],[-2.251,51.304],[-2.256,51.304],[-2.265,51.301],[-2.268,51.3],[-2.278,51.301],[-2.278,51.303],[-2.281,51.299],[-2.279,51.295],[-2.28,51.292],[-2.273,51.295],[-2.27,51.295],[-2.267,51.296],[-2.263,51.295],[-2.265,51.293],[-2.261,51.291],[-2.257,51.292],[-2.253,51.29],[-2.251,51.283],[-2.247,51.278],[-2.247,51.275],[-2.245,51.272],[-2.245,51.264],[-2.25,51.259],[-2.245,51.254],[-2.253,51.247],[-2.255,51.243],[-2.261,51.239],[-2.264,51.23],[-2.268,51.224],[-2.268,51.221],[-2.269,51.218],[-2.267,51.217],[-2.273,51.208],[-2.28,51.202],[-2.281,51.198],[-2.285,51.197],[-2.285,51.193],[-2.288,51.192],[-2.288,51.188],[-2.291,51.188],[-2.292,51.186],[-2.298,51.18],[-2.299,51.175],[-2.304,51.172],[-2.306,51.171],[-2.311,51.167],[-2.312,51.164],[-2.317,51.159],[-2.32,51.158],[-2.322,51.154],[-2.332,51.145],[-2.331,51.141],[-2.332,51.138],[-2.341,51.135],[-2.346,51.133],[-2.346,51.131],[-2.343,51.127],[-2.346,51.124],[-2.353,51.123],[-2.356,51.121],[-2.361,51.12],[-2.365,51.119],[-2.366,51.115],[-2.363,51.114],[-2.361,51.109],[-2.363,51.104],[-2.361,51.1],[-2.355,51.097],[-2.354,51.095],[-2.347,51.088],[-2.341,51.088],[-2.339,51.086],[-2.336,51.087],[-2.329,51.085],[-2.326,51.08],[-2.321,51.081],[-2.317,51.08],[-2.311,51.08],[-2.291,51.077],[-2.283,51.075],[-2.269,51.069],[-2.262,51.069],[-2.25,51.071],[-2.245,51.072],[-2.24,51.07],[-2.239,51.068],[-2.229,51.061],[-2.226,51.058],[-2.218,51.055],[-2.211,51.065],[-2.208,51.068],[-2.206,51.074],[-2.203,51.077],[-2.196,51.088],[-2.192,51.092],[-2.185,51.101],[-2.184,51.103],[-2.177,51.105],[-2.171,51.109],[-2.169,51.114],[-2.169,51.119],[-2.159,51.124],[-2.149,51.126],[-2.147,51.128],[-2.139,51.124],[-2.137,51.123],[-2.13,51.121],[-2.124,51.123],[-2.116,51.123],[-2.108,51.124],[-2.101,51.124],[-2.098,51.122],[-2.093,51.122],[-2.089,51.12],[-2.075,51.119],[-2.073,51.12],[-2.062,51.117],[-2.054,51.119],[-2.05,51.121],[-2.046,51.119],[-2.041,51.119],[-2.032,51.117],[-2.026,51.115],[-2.021,51.116],[-2.017,51.114],[-2.012,51.125],[-2.006,51.131],[-2.006,51.134],[-2.002,51.136],[-1.997,51.144],[-2.002,51.146],[-2.012,51.148],[-2.009,51.15],[-2.006,51.156],[-2.007,51.161],[-2.005,51.169],[-2.004,51.178],[-2.002,51.182],[-1.996,51.184],[-1.991,51.185],[-1.988,51.186],[-1.974,51.188],[-1.969,51.189],[-1.956,51.193],[-1.957,51.195],[-1.956,51.201],[-1.957,51.208],[-1.961,51.208],[-1.972,51.208],[-1.977,51.218],[-1.986,51.218],[-1.993,51.214],[-1.991,51.229],[-2.001,51.23],[-2.007,51.232]]]},"properties":{"Name":"South West Wiltshire","ID":"E14001498"},"id":435}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.388,50.905],[-1.393,50.905],[-1.392,50.908],[-1.398,50.908],[-1.406,50.913],[-1.407,50.917],[-1.415,50.915],[-1.415,50.907],[-1.418,50.904],[-1.417,50.901],[-1.411,50.898],[-1.404,50.896],[-1.402,50.893],[-1.398,50.893],[-1.399,50.889],[-1.395,50.883],[-1.393,50.883],[-1.393,50.887],[-1.397,50.89],[-1.393,50.891],[-1.389,50.895],[-1.391,50.897],[-1.387,50.897],[-1.387,50.9],[-1.389,50.902],[-1.388,50.905]]],[[[-1.324,50.904],[-1.328,50.904],[-1.329,50.907],[-1.325,50.908],[-1.329,50.913],[-1.329,50.914],[-1.335,50.921],[-1.339,50.924],[-1.344,50.923],[-1.358,50.931],[-1.357,50.933],[-1.353,50.935],[-1.359,50.938],[-1.365,50.938],[-1.371,50.935],[-1.377,50.935],[-1.38,50.932],[-1.38,50.928],[-1.377,50.923],[-1.378,50.921],[-1.387,50.918],[-1.385,50.916],[-1.381,50.916],[-1.373,50.914],[-1.373,50.91],[-1.382,50.906],[-1.384,50.902],[-1.383,50.898],[-1.384,50.893],[-1.383,50.889],[-1.379,50.887],[-1.371,50.885],[-1.365,50.88],[-1.359,50.885],[-1.351,50.887],[-1.349,50.889],[-1.343,50.891],[-1.341,50.894],[-1.337,50.895],[-1.335,50.897],[-1.322,50.901],[-1.324,50.904]]]]},"properties":{"Name":"Southampton Itchen","ID":"E14001499"},"id":436}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.381,50.932],[-1.384,50.932],[-1.393,50.934],[-1.397,50.938],[-1.4,50.938],[-1.409,50.935],[-1.415,50.934],[-1.419,50.934],[-1.429,50.929],[-1.432,50.932],[-1.432,50.936],[-1.424,50.943],[-1.424,50.947],[-1.428,50.947],[-1.436,50.949],[-1.443,50.947],[-1.449,50.949],[-1.451,50.944],[-1.456,50.946],[-1.464,50.94],[-1.465,50.936],[-1.472,50.93],[-1.477,50.929],[-1.477,50.924],[-1.473,50.92],[-1.471,50.918],[-1.467,50.911],[-1.451,50.904],[-1.447,50.904],[-1.443,50.908],[-1.44,50.908],[-1.417,50.901],[-1.418,50.904],[-1.415,50.907],[-1.415,50.915],[-1.407,50.917],[-1.406,50.913],[-1.398,50.908],[-1.392,50.908],[-1.393,50.905],[-1.388,50.905],[-1.384,50.909],[-1.378,50.91],[-1.378,50.912],[-1.381,50.913],[-1.387,50.914],[-1.391,50.916],[-1.387,50.921],[-1.381,50.922],[-1.38,50.925],[-1.381,50.927],[-1.381,50.932]]]},"properties":{"Name":"Southampton Test","ID":"E14001500"},"id":437}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.834,51.57],[0.834,51.573],[0.829,51.572],[0.825,51.566],[0.826,51.564],[0.83,51.563],[0.831,51.56],[0.84,51.561],[0.838,51.565],[0.834,51.567],[0.834,51.57]]],[[[0.835,51.59],[0.836,51.595],[0.83,51.596],[0.823,51.596],[0.818,51.594],[0.812,51.59],[0.808,51.586],[0.809,51.579],[0.816,51.577],[0.816,51.573],[0.82,51.57],[0.818,51.568],[0.821,51.565],[0.824,51.566],[0.824,51.569],[0.83,51.574],[0.83,51.577],[0.837,51.585],[0.835,51.59]]],[[[0.958,51.62],[0.952,51.62],[0.945,51.621],[0.939,51.62],[0.933,51.618],[0.929,51.617],[0.923,51.617],[0.918,51.616],[0.915,51.616],[0.909,51.615],[0.905,51.615],[0.9,51.614],[0.892,51.615],[0.883,51.616],[0.879,51.616],[0.874,51.614],[0.872,51.611],[0.871,51.602],[0.87,51.598],[0.867,51.595],[0.859,51.593],[0.849,51.593],[0.843,51.594],[0.839,51.594],[0.838,51.589],[0.841,51.585],[0.84,51.582],[0.836,51.58],[0.833,51.576],[0.835,51.572],[0.836,51.567],[0.839,51.565],[0.84,51.562],[0.854,51.557],[0.861,51.557],[0.867,51.56],[0.879,51.569],[0.887,51.57],[0.89,51.572],[0.898,51.575],[0.9,51.577],[0.908,51.581],[0.918,51.586],[0.925,51.591],[0.931,51.594],[0.935,51.598],[0.95,51.608],[0.952,51.612],[0.956,51.614],[0.958,51.62]]],[[[0.688,51.535],[0.692,51.535],[0.703,51.533],[0.711,51.533],[0.718,51.532],[0.723,51.532],[0.729,51.531],[0.736,51.53],[0.744,51.53],[0.751,51.53],[0.76,51.528],[0.777,51.523],[0.783,51.521],[0.788,51.522],[0.797,51.528],[0.808,51.534],[0.816,51.538],[0.817,51.539],[0.824,51.542],[0.828,51.544],[0.834,51.545],[0.843,51.549],[0.849,51.551],[0.851,51.554],[0.851,51.557],[0.843,51.559],[0.838,51.56],[0.83,51.559],[0.829,51.562],[0.821,51.564],[0.817,51.568],[0.818,51.57],[0.814,51.574],[0.814,51.576],[0.808,51.579],[0.806,51.586],[0.796,51.584],[0.788,51.585],[0.785,51.585],[0.779,51.582],[0.768,51.581],[0.765,51.581],[0.761,51.579],[0.753,51.579],[0.748,51.579],[0.744,51.578],[0.739,51.578],[0.733,51.577],[0.728,51.577],[0.726,51.578],[0.734,51.579],[0.748,51.581],[0.757,51.58],[0.76,51.582],[0.76,51.585],[0.751,51.586],[0.754,51.588],[0.76,51.586],[0.765,51.583],[0.769,51.584],[0.773,51.583],[0.78,51.586],[0.788,51.588],[0.796,51.586],[0.8,51.587],[0.807,51.591],[0.811,51.594],[0.821,51.599],[0.836,51.598],[0.855,51.596],[0.863,51.596],[0.865,51.597],[0.866,51.602],[0.864,51.61],[0.866,51.616],[0.856,51.616],[0.847,51.616],[0.839,51.618],[0.827,51.619],[0.82,51.619],[0.818,51.62],[0.81,51.622],[0.8,51.622],[0.792,51.623],[0.786,51.623],[0.783,51.625],[0.775,51.632],[0.764,51.637],[0.761,51.637],[0.756,51.633],[0.749,51.631],[0.738,51.631],[0.73,51.632],[0.726,51.635],[0.722,51.636],[0.711,51.634],[0.708,51.63],[0.704,51.628],[0.704,51.622],[0.702,51.622],[0.699,51.619],[0.702,51.617],[0.702,51.614],[0.707,51.614],[0.708,51.61],[0.71,51.607],[0.713,51.601],[0.708,51.6],[0.696,51.598],[0.7,51.586],[0.7,51.585],[0.694,51.585],[0.683,51.588],[0.681,51.59],[0.67,51.589],[0.664,51.59],[0.652,51.59],[0.645,51.59],[0.641,51.591],[0.64,51.59],[0.641,51.583],[0.646,51.582],[0.649,51.581],[0.648,51.579],[0.644,51.575],[0.652,51.573],[0.658,51.573],[0.668,51.572],[0.675,51.573],[0.675,51.57],[0.683,51.569],[0.709,51.566],[0.708,51.564],[0.719,51.563],[0.718,51.561],[0.723,51.56],[0.73,51.561],[0.739,51.559],[0.741,51.558],[0.737,51.555],[0.735,51.552],[0.738,51.542],[0.732,51.541],[0.732,51.544],[0.727,51.544],[0.723,51.543],[0.721,51.55],[0.715,51.55],[0.713,51.551],[0.701,51.547],[0.693,51.544],[0.688,51.535]]]]},"properties":{"Name":"Southend East and Rochford","ID":"E14001501"},"id":438}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.627,51.532],[0.635,51.531],[0.64,51.533],[0.644,51.537],[0.645,51.539],[0.636,51.537],[0.63,51.538],[0.627,51.538],[0.625,51.537],[0.624,51.537],[0.627,51.535],[0.627,51.532]]],[[[0.644,51.575],[0.639,51.577],[0.635,51.575],[0.632,51.571],[0.635,51.568],[0.634,51.565],[0.635,51.561],[0.631,51.557],[0.627,51.555],[0.626,51.554],[0.627,51.551],[0.624,51.548],[0.625,51.544],[0.623,51.542],[0.625,51.538],[0.627,51.538],[0.633,51.539],[0.637,51.539],[0.643,51.541],[0.658,51.539],[0.671,51.538],[0.681,51.536],[0.688,51.535],[0.693,51.544],[0.701,51.547],[0.713,51.551],[0.715,51.55],[0.721,51.55],[0.723,51.543],[0.727,51.544],[0.732,51.544],[0.732,51.541],[0.738,51.542],[0.735,51.552],[0.737,51.555],[0.741,51.558],[0.739,51.559],[0.73,51.561],[0.723,51.56],[0.718,51.561],[0.719,51.563],[0.708,51.564],[0.709,51.566],[0.683,51.569],[0.675,51.57],[0.675,51.573],[0.668,51.572],[0.658,51.573],[0.652,51.573],[0.644,51.575]]]]},"properties":{"Name":"Southend West and Leigh","ID":"E14001502"},"id":439}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.109,51.645],[-0.109,51.647],[-0.104,51.648],[-0.106,51.651],[-0.113,51.65],[-0.114,51.654],[-0.125,51.652],[-0.126,51.659],[-0.121,51.66],[-0.121,51.663],[-0.127,51.663],[-0.127,51.667],[-0.131,51.667],[-0.138,51.668],[-0.142,51.668],[-0.152,51.667],[-0.151,51.672],[-0.149,51.672],[-0.149,51.681],[-0.153,51.681],[-0.163,51.686],[-0.164,51.682],[-0.172,51.673],[-0.175,51.673],[-0.182,51.669],[-0.186,51.663],[-0.165,51.658],[-0.155,51.656],[-0.153,51.653],[-0.15,51.649],[-0.152,51.646],[-0.149,51.645],[-0.148,51.642],[-0.145,51.643],[-0.141,51.638],[-0.129,51.632],[-0.134,51.626],[-0.135,51.622],[-0.142,51.617],[-0.145,51.615],[-0.137,51.609],[-0.124,51.601],[-0.119,51.596],[-0.113,51.588],[-0.103,51.59],[-0.095,51.596],[-0.095,51.598],[-0.084,51.598],[-0.077,51.598],[-0.081,51.603],[-0.087,51.603],[-0.086,51.608],[-0.087,51.616],[-0.095,51.616],[-0.101,51.615],[-0.099,51.619],[-0.1,51.622],[-0.106,51.624],[-0.109,51.622],[-0.111,51.626],[-0.114,51.628],[-0.118,51.63],[-0.117,51.635],[-0.11,51.637],[-0.109,51.638],[-0.11,51.641],[-0.108,51.643],[-0.109,51.645]]]},"properties":{"Name":"Southgate and Wood Green","ID":"E14001503"},"id":440}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.824,53.681],[-2.824,53.683],[-2.819,53.686],[-2.825,53.687],[-2.829,53.691],[-2.83,53.694],[-2.833,53.695],[-2.833,53.7],[-2.831,53.702],[-2.826,53.701],[-2.824,53.702],[-2.826,53.713],[-2.831,53.719],[-2.837,53.724],[-2.845,53.728],[-2.851,53.731],[-2.86,53.733],[-2.865,53.734],[-2.875,53.733],[-2.881,53.731],[-2.895,53.73],[-2.896,53.728],[-2.903,53.726],[-2.905,53.729],[-2.915,53.726],[-2.921,53.726],[-2.931,53.725],[-2.936,53.725],[-2.94,53.724],[-2.944,53.718],[-2.948,53.714],[-2.947,53.71],[-2.944,53.708],[-2.947,53.707],[-2.955,53.705],[-2.953,53.7],[-2.958,53.698],[-2.958,53.696],[-2.962,53.696],[-2.965,53.698],[-2.969,53.698],[-2.977,53.697],[-2.979,53.69],[-2.987,53.689],[-2.988,53.687],[-2.988,53.685],[-2.99,53.683],[-2.997,53.68],[-3.002,53.677],[-3.009,53.679],[-3.013,53.679],[-3.015,53.678],[-3.016,53.673],[-3.011,53.667],[-3.006,53.671],[-3.003,53.67],[-3.006,53.665],[-3.011,53.66],[-3.015,53.658],[-3.018,53.654],[-3.027,53.649],[-3.031,53.648],[-3.041,53.637],[-3.043,53.636],[-3.045,53.632],[-3.048,53.629],[-3.05,53.625],[-3.059,53.615],[-3.062,53.61],[-3.042,53.61],[-3.037,53.609],[-3.03,53.616],[-3.026,53.616],[-3.024,53.613],[-3.014,53.611],[-3.011,53.615],[-3.007,53.617],[-3.005,53.62],[-3.002,53.622],[-3.001,53.625],[-2.994,53.628],[-2.982,53.622],[-2.967,53.632],[-2.962,53.637],[-2.96,53.639],[-2.953,53.638],[-2.948,53.637],[-2.945,53.639],[-2.942,53.642],[-2.936,53.643],[-2.93,53.644],[-2.931,53.647],[-2.899,53.65],[-2.877,53.64],[-2.857,53.633],[-2.848,53.625],[-2.809,53.622],[-2.808,53.628],[-2.808,53.63],[-2.807,53.631],[-2.806,53.633],[-2.807,53.639],[-2.807,53.64],[-2.807,53.642],[-2.81,53.643],[-2.81,53.645],[-2.814,53.648],[-2.815,53.651],[-2.812,53.653],[-2.812,53.656],[-2.815,53.658],[-2.815,53.661],[-2.821,53.663],[-2.82,53.666],[-2.823,53.669],[-2.817,53.671],[-2.816,53.673],[-2.819,53.677],[-2.819,53.679],[-2.824,53.68],[-2.824,53.681]]]},"properties":{"Name":"Southport","ID":"E14001504"},"id":441}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.51,51.469],[-0.516,51.468],[-0.519,51.471],[-0.524,51.472],[-0.53,51.47],[-0.533,51.464],[-0.536,51.46],[-0.541,51.457],[-0.527,51.448],[-0.531,51.445],[-0.531,51.442],[-0.525,51.44],[-0.525,51.436],[-0.523,51.435],[-0.519,51.434],[-0.512,51.431],[-0.51,51.43],[-0.51,51.424],[-0.513,51.42],[-0.512,51.417],[-0.506,51.417],[-0.503,51.416],[-0.502,51.414],[-0.504,51.411],[-0.5,51.411],[-0.5,51.414],[-0.496,51.413],[-0.493,51.41],[-0.493,51.405],[-0.491,51.402],[-0.491,51.399],[-0.488,51.397],[-0.487,51.395],[-0.486,51.389],[-0.483,51.386],[-0.478,51.39],[-0.476,51.39],[-0.471,51.386],[-0.47,51.382],[-0.459,51.382],[-0.454,51.383],[-0.451,51.384],[-0.452,51.387],[-0.444,51.387],[-0.44,51.389],[-0.436,51.384],[-0.432,51.384],[-0.427,51.387],[-0.427,51.39],[-0.422,51.392],[-0.415,51.4],[-0.411,51.404],[-0.408,51.405],[-0.402,51.406],[-0.39,51.41],[-0.383,51.409],[-0.384,51.41],[-0.39,51.411],[-0.39,51.414],[-0.386,51.414],[-0.387,51.42],[-0.391,51.422],[-0.399,51.424],[-0.405,51.422],[-0.414,51.43],[-0.419,51.432],[-0.428,51.429],[-0.433,51.429],[-0.44,51.431],[-0.44,51.435],[-0.448,51.435],[-0.446,51.44],[-0.456,51.438],[-0.455,51.442],[-0.457,51.443],[-0.458,51.449],[-0.461,51.449],[-0.461,51.452],[-0.459,51.453],[-0.459,51.456],[-0.462,51.457],[-0.474,51.459],[-0.476,51.461],[-0.485,51.461],[-0.49,51.462],[-0.495,51.464],[-0.497,51.466],[-0.504,51.468],[-0.507,51.467],[-0.51,51.469]]]},"properties":{"Name":"Spelthorne","ID":"E14001505"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.682,53.756],[-1.694,53.761],[-1.702,53.764],[-1.705,53.765],[-1.709,53.762],[-1.711,53.763],[-1.722,53.759],[-1.726,53.756],[-1.728,53.753],[-1.734,53.748],[-1.741,53.748],[-1.747,53.747],[-1.746,53.742],[-1.747,53.738],[-1.746,53.734],[-1.761,53.735],[-1.764,53.73],[-1.77,53.726],[-1.759,53.725],[-1.754,53.726],[-1.755,53.721],[-1.748,53.719],[-1.741,53.717],[-1.737,53.714],[-1.739,53.712],[-1.736,53.709],[-1.74,53.705],[-1.74,53.699],[-1.733,53.695],[-1.736,53.69],[-1.732,53.686],[-1.732,53.685],[-1.727,53.683],[-1.731,53.68],[-1.73,53.679],[-1.734,53.676],[-1.734,53.672],[-1.737,53.669],[-1.739,53.664],[-1.734,53.655],[-1.734,53.653],[-1.729,53.65],[-1.725,53.652],[-1.718,53.65],[-1.713,53.648],[-1.71,53.648],[-1.709,53.652],[-1.706,53.656],[-1.703,53.655],[-1.699,53.656],[-1.696,53.655],[-1.693,53.652],[-1.69,53.651],[-1.683,53.652],[-1.678,53.651],[-1.675,53.656],[-1.669,53.659],[-1.661,53.663],[-1.664,53.671],[-1.664,53.673],[-1.67,53.673],[-1.676,53.676],[-1.675,53.678],[-1.67,53.686],[-1.665,53.684],[-1.661,53.686],[-1.666,53.688],[-1.663,53.691],[-1.667,53.696],[-1.666,53.7],[-1.657,53.703],[-1.66,53.706],[-1.657,53.712],[-1.658,53.714],[-1.655,53.716],[-1.655,53.718],[-1.659,53.718],[-1.664,53.72],[-1.664,53.722],[-1.661,53.725],[-1.659,53.728],[-1.66,53.729],[-1.656,53.732],[-1.647,53.732],[-1.642,53.728],[-1.636,53.729],[-1.632,53.731],[-1.632,53.732],[-1.636,53.737],[-1.637,53.741],[-1.636,53.743],[-1.642,53.748],[-1.658,53.745],[-1.666,53.748],[-1.676,53.753],[-1.682,53.756]]]},"properties":{"Name":"Spen Valley","ID":"E14001506"},"id":443}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.267,51.768],[-0.275,51.765],[-0.285,51.76],[-0.291,51.764],[-0.294,51.764],[-0.296,51.765],[-0.301,51.772],[-0.304,51.773],[-0.31,51.773],[-0.313,51.772],[-0.315,51.773],[-0.319,51.769],[-0.322,51.767],[-0.323,51.775],[-0.325,51.779],[-0.333,51.777],[-0.334,51.78],[-0.337,51.779],[-0.336,51.773],[-0.344,51.773],[-0.349,51.768],[-0.355,51.765],[-0.356,51.762],[-0.362,51.759],[-0.354,51.756],[-0.363,51.75],[-0.369,51.749],[-0.375,51.746],[-0.367,51.742],[-0.369,51.74],[-0.363,51.737],[-0.36,51.738],[-0.36,51.734],[-0.369,51.734],[-0.371,51.731],[-0.375,51.73],[-0.381,51.73],[-0.388,51.731],[-0.404,51.73],[-0.407,51.732],[-0.412,51.732],[-0.41,51.731],[-0.409,51.721],[-0.402,51.721],[-0.403,51.718],[-0.406,51.714],[-0.404,51.712],[-0.394,51.709],[-0.381,51.707],[-0.379,51.704],[-0.376,51.698],[-0.376,51.693],[-0.375,51.693],[-0.372,51.688],[-0.367,51.689],[-0.363,51.689],[-0.356,51.692],[-0.357,51.696],[-0.355,51.698],[-0.35,51.699],[-0.343,51.698],[-0.339,51.698],[-0.334,51.699],[-0.333,51.702],[-0.326,51.702],[-0.325,51.697],[-0.322,51.693],[-0.316,51.697],[-0.313,51.696],[-0.309,51.698],[-0.3,51.697],[-0.299,51.699],[-0.302,51.708],[-0.296,51.709],[-0.296,51.711],[-0.286,51.713],[-0.28,51.717],[-0.277,51.721],[-0.286,51.721],[-0.284,51.724],[-0.289,51.728],[-0.284,51.733],[-0.28,51.735],[-0.272,51.736],[-0.266,51.738],[-0.262,51.737],[-0.26,51.734],[-0.255,51.73],[-0.244,51.732],[-0.246,51.734],[-0.246,51.738],[-0.245,51.741],[-0.242,51.742],[-0.246,51.752],[-0.253,51.748],[-0.257,51.752],[-0.258,51.755],[-0.261,51.759],[-0.259,51.76],[-0.263,51.763],[-0.267,51.768]]]},"properties":{"Name":"St Albans","ID":"E14001507"},"id":444}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.743,50.422],[-4.747,50.422],[-4.752,50.423],[-4.757,50.426],[-4.761,50.427],[-4.764,50.43],[-4.764,50.435],[-4.767,50.436],[-4.789,50.433],[-4.798,50.429],[-4.803,50.431],[-4.8,50.435],[-4.802,50.438],[-4.807,50.44],[-4.811,50.439],[-4.812,50.432],[-4.82,50.431],[-4.821,50.427],[-4.828,50.424],[-4.837,50.418],[-4.839,50.423],[-4.839,50.428],[-4.839,50.431],[-4.843,50.437],[-4.854,50.433],[-4.857,50.432],[-4.873,50.428],[-4.877,50.428],[-4.878,50.418],[-4.881,50.414],[-4.89,50.409],[-4.904,50.405],[-4.908,50.403],[-4.919,50.405],[-4.923,50.406],[-4.928,50.407],[-4.931,50.406],[-4.936,50.409],[-4.947,50.409],[-4.953,50.407],[-4.957,50.404],[-4.968,50.4],[-4.972,50.405],[-4.971,50.41],[-4.972,50.413],[-4.974,50.415],[-4.98,50.416],[-4.992,50.421],[-4.994,50.424],[-4.993,50.429],[-4.996,50.434],[-5.009,50.435],[-5.01,50.441],[-5.008,50.443],[-5.016,50.444],[-5.023,50.442],[-5.025,50.447],[-5.027,50.449],[-5.041,50.448],[-5.044,50.442],[-5.048,50.439],[-5.048,50.437],[-5.055,50.43],[-5.055,50.428],[-5.06,50.424],[-5.066,50.424],[-5.065,50.422],[-5.071,50.42],[-5.073,50.418],[-5.078,50.415],[-5.081,50.416],[-5.085,50.415],[-5.088,50.417],[-5.087,50.42],[-5.091,50.42],[-5.098,50.423],[-5.1,50.42],[-5.098,50.419],[-5.101,50.414],[-5.106,50.413],[-5.113,50.414],[-5.116,50.412],[-5.125,50.413],[-5.124,50.411],[-5.119,50.409],[-5.114,50.409],[-5.11,50.41],[-5.1,50.408],[-5.094,50.408],[-5.087,50.406],[-5.084,50.404],[-5.081,50.405],[-5.08,50.406],[-5.079,50.406],[-5.076,50.405],[-5.075,50.405],[-5.074,50.404],[-5.073,50.404],[-5.073,50.403],[-5.072,50.403],[-5.071,50.4],[-5.07,50.399],[-5.068,50.395],[-5.057,50.394],[-5.056,50.393],[-5.047,50.393],[-5.045,50.395],[-5.031,50.396],[-5.028,50.394],[-5.021,50.393],[-5.014,50.393],[-5.006,50.395],[-5,50.396],[-4.991,50.394],[-4.986,50.391],[-4.984,50.389],[-4.99,50.384],[-4.999,50.382],[-5.001,50.377],[-5,50.371],[-4.998,50.368],[-4.997,50.363],[-4.995,50.361],[-5.001,50.357],[-5.002,50.355],[-5.007,50.353],[-5.005,50.347],[-4.993,50.341],[-4.99,50.342],[-4.978,50.341],[-4.974,50.342],[-4.971,50.345],[-4.95,50.345],[-4.945,50.343],[-4.942,50.345],[-4.943,50.348],[-4.948,50.353],[-4.952,50.359],[-4.945,50.359],[-4.943,50.358],[-4.932,50.361],[-4.927,50.361],[-4.926,50.358],[-4.922,50.354],[-4.925,50.35],[-4.924,50.346],[-4.925,50.343],[-4.925,50.336],[-4.922,50.33],[-4.916,50.331],[-4.907,50.329],[-4.907,50.328],[-4.905,50.324],[-4.9,50.321],[-4.901,50.317],[-4.899,50.311],[-4.905,50.308],[-4.905,50.305],[-4.902,50.301],[-4.905,50.3],[-4.913,50.301],[-4.903,50.29],[-4.905,50.288],[-4.902,50.286],[-4.89,50.288],[-4.884,50.288],[-4.879,50.291],[-4.873,50.292],[-4.87,50.285],[-4.87,50.282],[-4.868,50.278],[-4.877,50.274],[-4.882,50.271],[-4.875,50.264],[-4.874,50.261],[-4.876,50.259],[-4.877,50.255],[-4.866,50.256],[-4.861,50.255],[-4.861,50.258],[-4.859,50.261],[-4.849,50.262],[-4.829,50.27],[-4.825,50.268],[-4.821,50.267],[-4.818,50.268],[-4.818,50.271],[-4.812,50.272],[-4.809,50.277],[-4.805,50.279],[-4.8,50.277],[-4.804,50.274],[-4.805,50.271],[-4.802,50.267],[-4.803,50.26],[-4.796,50.257],[-4.784,50.259],[-4.78,50.257],[-4.778,50.258],[-4.774,50.255],[-4.771,50.255],[-4.771,50.258],[-4.778,50.259],[-4.785,50.263],[-4.784,50.266],[-4.782,50.267],[-4.785,50.27],[-4.784,50.275],[-4.779,50.279],[-4.783,50.281],[-4.784,50.285],[-4.781,50.29],[-4.773,50.293],[-4.774,50.294],[-4.768,50.299],[-4.763,50.301],[-4.759,50.298],[-4.756,50.3],[-4.754,50.306],[-4.755,50.307],[-4.761,50.308],[-4.765,50.313],[-4.767,50.321],[-4.763,50.327],[-4.756,50.331],[-4.753,50.332],[-4.748,50.332],[-4.743,50.333],[-4.741,50.335],[-4.737,50.335],[-4.733,50.336],[-4.714,50.339],[-4.706,50.341],[-4.702,50.347],[-4.695,50.348],[-4.69,50.346],[-4.69,50.342],[-4.682,50.338],[-4.682,50.322],[-4.681,50.318],[-4.677,50.318],[-4.675,50.315],[-4.673,50.314],[-4.669,50.316],[-4.669,50.32],[-4.668,50.323],[-4.664,50.322],[-4.659,50.323],[-4.653,50.324],[-4.652,50.327],[-4.647,50.327],[-4.644,50.328],[-4.641,50.332],[-4.634,50.335],[-4.632,50.339],[-4.634,50.34],[-4.631,50.344],[-4.636,50.346],[-4.638,50.348],[-4.637,50.351],[-4.64,50.355],[-4.639,50.361],[-4.641,50.363],[-4.639,50.367],[-4.639,50.371],[-4.644,50.373],[-4.648,50.376],[-4.656,50.38],[-4.658,50.384],[-4.663,50.39],[-4.668,50.387],[-4.669,50.383],[-4.676,50.381],[-4.68,50.38],[-4.683,50.378],[-4.685,50.375],[-4.69,50.378],[-4.691,50.381],[-4.693,50.384],[-4.697,50.385],[-4.702,50.388],[-4.701,50.38],[-4.702,50.378],[-4.708,50.372],[-4.71,50.366],[-4.715,50.365],[-4.718,50.366],[-4.723,50.366],[-4.728,50.365],[-4.736,50.365],[-4.741,50.365],[-4.744,50.368],[-4.75,50.368],[-4.753,50.374],[-4.755,50.376],[-4.761,50.378],[-4.765,50.381],[-4.768,50.387],[-4.767,50.39],[-4.768,50.393],[-4.765,50.396],[-4.771,50.399],[-4.763,50.402],[-4.763,50.403],[-4.756,50.406],[-4.751,50.406],[-4.75,50.407],[-4.738,50.409],[-4.74,50.416],[-4.743,50.422]]]},"properties":{"Name":"St Austell and Newquay","ID":"E14001508"},"id":445}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.731,53.521],[-2.741,53.518],[-2.748,53.516],[-2.752,53.516],[-2.759,53.514],[-2.76,53.513],[-2.769,53.514],[-2.771,53.519],[-2.775,53.524],[-2.782,53.531],[-2.792,53.525],[-2.795,53.521],[-2.806,53.518],[-2.81,53.516],[-2.811,53.514],[-2.817,53.512],[-2.822,53.505],[-2.823,53.505],[-2.82,53.497],[-2.82,53.494],[-2.824,53.49],[-2.825,53.485],[-2.823,53.483],[-2.817,53.478],[-2.819,53.47],[-2.819,53.467],[-2.804,53.467],[-2.804,53.469],[-2.797,53.471],[-2.791,53.471],[-2.784,53.469],[-2.778,53.465],[-2.773,53.464],[-2.771,53.462],[-2.766,53.461],[-2.761,53.457],[-2.755,53.456],[-2.753,53.459],[-2.747,53.456],[-2.74,53.458],[-2.741,53.462],[-2.736,53.46],[-2.732,53.461],[-2.72,53.461],[-2.718,53.46],[-2.711,53.459],[-2.709,53.457],[-2.715,53.454],[-2.719,53.448],[-2.715,53.446],[-2.706,53.445],[-2.702,53.444],[-2.702,53.439],[-2.694,53.438],[-2.691,53.436],[-2.687,53.44],[-2.682,53.439],[-2.679,53.444],[-2.677,53.449],[-2.678,53.453],[-2.674,53.453],[-2.671,53.45],[-2.66,53.449],[-2.658,53.447],[-2.651,53.448],[-2.643,53.444],[-2.639,53.444],[-2.632,53.441],[-2.632,53.438],[-2.63,53.435],[-2.625,53.437],[-2.622,53.437],[-2.618,53.439],[-2.616,53.441],[-2.611,53.442],[-2.601,53.443],[-2.597,53.443],[-2.596,53.445],[-2.597,53.449],[-2.59,53.445],[-2.585,53.44],[-2.582,53.441],[-2.577,53.446],[-2.584,53.449],[-2.583,53.453],[-2.589,53.456],[-2.596,53.456],[-2.603,53.461],[-2.613,53.462],[-2.617,53.466],[-2.615,53.47],[-2.608,53.471],[-2.612,53.475],[-2.612,53.481],[-2.619,53.482],[-2.645,53.48],[-2.654,53.486],[-2.657,53.493],[-2.66,53.492],[-2.664,53.495],[-2.666,53.5],[-2.678,53.499],[-2.683,53.5],[-2.693,53.502],[-2.699,53.502],[-2.701,53.505],[-2.705,53.505],[-2.707,53.507],[-2.708,53.513],[-2.713,53.513],[-2.716,53.511],[-2.719,53.512],[-2.723,53.512],[-2.727,53.515],[-2.727,53.518],[-2.731,53.521]]]},"properties":{"Name":"St Helens North","ID":"E14001509"},"id":446}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.682,53.439],[-2.687,53.44],[-2.691,53.436],[-2.694,53.438],[-2.702,53.439],[-2.702,53.444],[-2.706,53.445],[-2.715,53.446],[-2.719,53.448],[-2.715,53.454],[-2.709,53.457],[-2.711,53.459],[-2.718,53.46],[-2.72,53.461],[-2.732,53.461],[-2.736,53.46],[-2.741,53.462],[-2.74,53.458],[-2.747,53.456],[-2.753,53.459],[-2.755,53.456],[-2.761,53.457],[-2.766,53.461],[-2.771,53.462],[-2.773,53.464],[-2.778,53.465],[-2.784,53.469],[-2.791,53.471],[-2.797,53.471],[-2.804,53.469],[-2.804,53.467],[-2.806,53.463],[-2.807,53.456],[-2.805,53.456],[-2.804,53.451],[-2.8,53.449],[-2.795,53.444],[-2.797,53.441],[-2.804,53.441],[-2.805,53.439],[-2.797,53.436],[-2.794,53.434],[-2.793,53.431],[-2.789,53.431],[-2.787,53.429],[-2.801,53.423],[-2.813,53.417],[-2.813,53.416],[-2.805,53.417],[-2.802,53.413],[-2.786,53.415],[-2.786,53.411],[-2.784,53.407],[-2.787,53.401],[-2.768,53.4],[-2.76,53.4],[-2.744,53.403],[-2.741,53.401],[-2.729,53.4],[-2.721,53.4],[-2.717,53.399],[-2.713,53.391],[-2.71,53.389],[-2.702,53.387],[-2.691,53.385],[-2.676,53.388],[-2.677,53.394],[-2.675,53.398],[-2.671,53.4],[-2.673,53.41],[-2.672,53.412],[-2.672,53.415],[-2.667,53.416],[-2.667,53.419],[-2.672,53.419],[-2.672,53.422],[-2.664,53.429],[-2.665,53.431],[-2.675,53.433],[-2.676,53.435],[-2.672,53.436],[-2.672,53.438],[-2.669,53.439],[-2.67,53.441],[-2.676,53.44],[-2.682,53.439]]]},"properties":{"Name":"St Helens South and Whiston","ID":"E14001510"},"id":447}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.349,49.898],[-6.35,49.895],[-6.354,49.891],[-6.352,49.888],[-6.349,49.888],[-6.343,49.886],[-6.344,49.884],[-6.34,49.883],[-6.34,49.886],[-6.336,49.886],[-6.336,49.888],[-6.338,49.893],[-6.334,49.892],[-6.33,49.889],[-6.327,49.892],[-6.328,49.895],[-6.334,49.898],[-6.337,49.894],[-6.341,49.895],[-6.347,49.896],[-6.349,49.898]]],[[[-6.374,49.899],[-6.376,49.896],[-6.374,49.895],[-6.369,49.895],[-6.369,49.892],[-6.367,49.892],[-6.37,49.897],[-6.374,49.899]]],[[[-6.299,49.937],[-6.301,49.935],[-6.306,49.935],[-6.309,49.934],[-6.309,49.93],[-6.314,49.928],[-6.308,49.922],[-6.31,49.916],[-6.317,49.915],[-6.322,49.917],[-6.328,49.913],[-6.326,49.91],[-6.321,49.909],[-6.318,49.91],[-6.317,49.913],[-6.313,49.913],[-6.311,49.91],[-6.306,49.906],[-6.307,49.904],[-6.302,49.904],[-6.3,49.906],[-6.302,49.908],[-6.303,49.912],[-6.297,49.912],[-6.293,49.91],[-6.288,49.91],[-6.284,49.912],[-6.283,49.916],[-6.28,49.916],[-6.278,49.918],[-6.276,49.923],[-6.282,49.931],[-6.288,49.931],[-6.288,49.933],[-6.299,49.937]]],[[[-6.349,49.93],[-6.352,49.933],[-6.35,49.937],[-6.354,49.938],[-6.356,49.937],[-6.354,49.934],[-6.358,49.93],[-6.353,49.929],[-6.349,49.93]]],[[[-6.359,49.966],[-6.361,49.965],[-6.36,49.963],[-6.357,49.961],[-6.357,49.96],[-6.361,49.958],[-6.361,49.956],[-6.359,49.953],[-6.364,49.954],[-6.365,49.952],[-6.361,49.952],[-6.356,49.949],[-6.359,49.946],[-6.352,49.945],[-6.35,49.946],[-6.35,49.949],[-6.352,49.951],[-6.351,49.954],[-6.348,49.956],[-6.354,49.962],[-6.358,49.963],[-6.359,49.966]]],[[[-6.348,49.968],[-6.351,49.964],[-6.348,49.962],[-6.344,49.957],[-6.339,49.956],[-6.338,49.954],[-6.34,49.951],[-6.338,49.949],[-6.339,49.947],[-6.331,49.942],[-6.328,49.944],[-6.324,49.944],[-6.321,49.951],[-6.321,49.954],[-6.327,49.959],[-6.332,49.959],[-6.335,49.964],[-6.338,49.963],[-6.341,49.964],[-6.34,49.966],[-6.343,49.968],[-6.348,49.968]]],[[[-6.314,49.97],[-6.314,49.967],[-6.311,49.967],[-6.31,49.969],[-6.314,49.97]]],[[[-6.325,49.975],[-6.327,49.975],[-6.328,49.971],[-6.323,49.971],[-6.322,49.972],[-6.325,49.975]]],[[[-6.292,49.98],[-6.296,49.98],[-6.295,49.977],[-6.291,49.977],[-6.293,49.974],[-6.297,49.974],[-6.302,49.97],[-6.304,49.967],[-6.304,49.964],[-6.296,49.964],[-6.294,49.963],[-6.287,49.96],[-6.284,49.956],[-6.282,49.956],[-6.28,49.959],[-6.274,49.959],[-6.271,49.958],[-6.262,49.963],[-6.266,49.968],[-6.269,49.967],[-6.269,49.964],[-6.275,49.965],[-6.278,49.964],[-6.281,49.966],[-6.283,49.965],[-6.289,49.966],[-6.292,49.97],[-6.293,49.973],[-6.289,49.976],[-6.29,49.979],[-6.292,49.98]]],[[[-5.437,50.176],[-5.441,50.178],[-5.437,50.181],[-5.436,50.185],[-5.431,50.187],[-5.435,50.191],[-5.437,50.193],[-5.44,50.194],[-5.449,50.195],[-5.455,50.196],[-5.456,50.198],[-5.461,50.198],[-5.468,50.199],[-5.47,50.202],[-5.469,50.206],[-5.477,50.209],[-5.48,50.213],[-5.48,50.216],[-5.486,50.215],[-5.489,50.217],[-5.493,50.217],[-5.496,50.219],[-5.498,50.22],[-5.501,50.218],[-5.507,50.217],[-5.51,50.216],[-5.516,50.216],[-5.517,50.217],[-5.52,50.217],[-5.521,50.215],[-5.53,50.214],[-5.539,50.216],[-5.543,50.212],[-5.549,50.212],[-5.551,50.209],[-5.556,50.209],[-5.555,50.204],[-5.56,50.204],[-5.565,50.2],[-5.572,50.198],[-5.575,50.201],[-5.579,50.198],[-5.577,50.196],[-5.581,50.194],[-5.585,50.196],[-5.588,50.192],[-5.592,50.189],[-5.596,50.189],[-5.598,50.193],[-5.605,50.186],[-5.608,50.186],[-5.607,50.182],[-5.615,50.182],[-5.616,50.179],[-5.621,50.177],[-5.62,50.174],[-5.625,50.172],[-5.626,50.169],[-5.629,50.168],[-5.635,50.168],[-5.64,50.167],[-5.645,50.169],[-5.654,50.168],[-5.659,50.164],[-5.667,50.166],[-5.673,50.166],[-5.672,50.164],[-5.678,50.16],[-5.687,50.152],[-5.69,50.152],[-5.694,50.147],[-5.694,50.139],[-5.696,50.137],[-5.7,50.137],[-5.704,50.135],[-5.702,50.13],[-5.704,50.128],[-5.708,50.129],[-5.71,50.127],[-5.706,50.126],[-5.705,50.123],[-5.7,50.119],[-5.701,50.113],[-5.697,50.111],[-5.699,50.108],[-5.697,50.105],[-5.697,50.098],[-5.689,50.092],[-5.689,50.089],[-5.691,50.087],[-5.693,50.083],[-5.695,50.08],[-5.699,50.078],[-5.709,50.078],[-5.709,50.071],[-5.713,50.07],[-5.716,50.066],[-5.715,50.063],[-5.71,50.061],[-5.711,50.058],[-5.707,50.057],[-5.706,50.055],[-5.699,50.055],[-5.693,50.054],[-5.695,50.053],[-5.693,50.05],[-5.688,50.049],[-5.69,50.044],[-5.687,50.043],[-5.687,50.041],[-5.682,50.039],[-5.685,50.038],[-5.678,50.035],[-5.673,50.035],[-5.672,50.037],[-5.664,50.038],[-5.662,50.038],[-5.658,50.039],[-5.654,50.038],[-5.65,50.04],[-5.651,50.042],[-5.649,50.044],[-5.643,50.045],[-5.635,50.041],[-5.634,50.044],[-5.628,50.045],[-5.629,50.048],[-5.623,50.05],[-5.619,50.051],[-5.608,50.048],[-5.601,50.052],[-5.594,50.053],[-5.59,50.051],[-5.585,50.052],[-5.576,50.052],[-5.573,50.055],[-5.569,50.055],[-5.564,50.058],[-5.564,50.062],[-5.561,50.062],[-5.555,50.06],[-5.55,50.062],[-5.548,50.067],[-5.542,50.072],[-5.538,50.079],[-5.539,50.083],[-5.536,50.085],[-5.533,50.089],[-5.538,50.093],[-5.54,50.098],[-5.546,50.101],[-5.549,50.103],[-5.548,50.108],[-5.545,50.11],[-5.537,50.114],[-5.531,50.116],[-5.533,50.117],[-5.533,50.119],[-5.53,50.124],[-5.524,50.126],[-5.496,50.129],[-5.484,50.128],[-5.48,50.126],[-5.475,50.123],[-5.463,50.123],[-5.459,50.12],[-5.454,50.118],[-5.453,50.115],[-5.449,50.112],[-5.444,50.113],[-5.43,50.106],[-5.426,50.099],[-5.42,50.099],[-5.413,50.104],[-5.409,50.105],[-5.403,50.103],[-5.399,50.101],[-5.395,50.103],[-5.392,50.103],[-5.384,50.102],[-5.375,50.098],[-5.372,50.093],[-5.366,50.094],[-5.363,50.09],[-5.358,50.089],[-5.346,50.093],[-5.344,50.092],[-5.339,50.092],[-5.332,50.09],[-5.328,50.089],[-5.327,50.085],[-5.324,50.085],[-5.322,50.083],[-5.318,50.083],[-5.313,50.081],[-5.29,50.066],[-5.28,50.057],[-5.279,50.053],[-5.276,50.05],[-5.276,50.048],[-5.281,50.044],[-5.28,50.042],[-5.275,50.042],[-5.272,50.041],[-5.267,50.038],[-5.267,50.035],[-5.261,50.033],[-5.266,50.032],[-5.266,50.029],[-5.261,50.025],[-5.257,50.024],[-5.256,50.022],[-5.259,50.019],[-5.26,50.013],[-5.264,50.007],[-5.268,50.006],[-5.267,50],[-5.265,49.999],[-5.261,49.997],[-5.256,49.997],[-5.253,49.994],[-5.251,49.991],[-5.255,49.988],[-5.249,49.986],[-5.245,49.986],[-5.248,49.981],[-5.246,49.976],[-5.24,49.976],[-5.236,49.976],[-5.234,49.975],[-5.23,49.975],[-5.228,49.974],[-5.219,49.971],[-5.216,49.967],[-5.217,49.964],[-5.216,49.96],[-5.199,49.959],[-5.199,49.962],[-5.197,49.964],[-5.19,49.962],[-5.186,49.963],[-5.187,49.965],[-5.185,49.967],[-5.187,49.97],[-5.189,49.974],[-5.186,49.975],[-5.186,49.979],[-5.181,49.981],[-5.178,49.987],[-5.173,49.989],[-5.17,49.991],[-5.172,49.995],[-5.167,50.004],[-5.163,50.006],[-5.157,50.008],[-5.153,50.007],[-5.145,50.008],[-5.138,50.008],[-5.126,50.007],[-5.12,50.008],[-5.112,50.003],[-5.11,50.003],[-5.107,50.005],[-5.101,50.004],[-5.098,50.008],[-5.098,50.013],[-5.095,50.018],[-5.097,50.023],[-5.097,50.026],[-5.089,50.031],[-5.079,50.033],[-5.077,50.034],[-5.071,50.035],[-5.068,50.036],[-5.07,50.04],[-5.066,50.044],[-5.067,50.046],[-5.064,50.05],[-5.06,50.051],[-5.058,50.054],[-5.063,50.055],[-5.064,50.057],[-5.062,50.058],[-5.063,50.062],[-5.065,50.063],[-5.067,50.067],[-5.07,50.068],[-5.079,50.068],[-5.079,50.077],[-5.075,50.082],[-5.077,50.084],[-5.081,50.083],[-5.09,50.086],[-5.095,50.085],[-5.099,50.085],[-5.102,50.089],[-5.095,50.088],[-5.094,50.091],[-5.099,50.091],[-5.105,50.095],[-5.116,50.095],[-5.117,50.096],[-5.125,50.096],[-5.132,50.093],[-5.138,50.094],[-5.141,50.096],[-5.148,50.095],[-5.16,50.091],[-5.163,50.092],[-5.171,50.091],[-5.174,50.089],[-5.179,50.09],[-5.185,50.088],[-5.189,50.087],[-5.195,50.089],[-5.2,50.089],[-5.204,50.09],[-5.199,50.094],[-5.199,50.095],[-5.194,50.101],[-5.19,50.104],[-5.189,50.108],[-5.191,50.112],[-5.202,50.113],[-5.206,50.115],[-5.208,50.115],[-5.207,50.12],[-5.212,50.12],[-5.211,50.128],[-5.208,50.13],[-5.21,50.134],[-5.212,50.134],[-5.214,50.138],[-5.209,50.143],[-5.208,50.146],[-5.203,50.147],[-5.197,50.15],[-5.193,50.151],[-5.189,50.148],[-5.184,50.15],[-5.183,50.153],[-5.178,50.155],[-5.18,50.16],[-5.181,50.163],[-5.179,50.165],[-5.183,50.168],[-5.187,50.167],[-5.189,50.169],[-5.193,50.167],[-5.197,50.169],[-5.198,50.171],[-5.201,50.174],[-5.201,50.178],[-5.203,50.18],[-5.203,50.183],[-5.206,50.185],[-5.208,50.189],[-5.211,50.19],[-5.218,50.192],[-5.222,50.193],[-5.226,50.196],[-5.228,50.205],[-5.235,50.202],[-5.238,50.2],[-5.241,50.198],[-5.248,50.194],[-5.249,50.19],[-5.267,50.183],[-5.275,50.179],[-5.276,50.18],[-5.284,50.18],[-5.286,50.181],[-5.289,50.185],[-5.295,50.187],[-5.297,50.188],[-5.305,50.191],[-5.311,50.194],[-5.315,50.196],[-5.319,50.192],[-5.325,50.189],[-5.326,50.185],[-5.321,50.178],[-5.331,50.178],[-5.328,50.171],[-5.333,50.17],[-5.336,50.168],[-5.354,50.163],[-5.36,50.164],[-5.367,50.163],[-5.376,50.163],[-5.382,50.159],[-5.384,50.161],[-5.383,50.165],[-5.391,50.167],[-5.394,50.167],[-5.396,50.172],[-5.402,50.173],[-5.41,50.175],[-5.416,50.174],[-5.419,50.176],[-5.422,50.175],[-5.43,50.175],[-5.434,50.177],[-5.437,50.176]]]]},"properties":{"Name":"St Ives","ID":"E14001511"},"id":448}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.044,52.353],[0.035,52.353],[0.027,52.351],[0.015,52.344],[0.01,52.341],[0.009,52.335],[0.003,52.329],[0,52.328],[-0.004,52.324],[-0.007,52.317],[-0.014,52.313],[-0.017,52.313],[-0.022,52.315],[-0.031,52.317],[-0.036,52.314],[-0.042,52.315],[-0.045,52.315],[-0.056,52.315],[-0.058,52.313],[-0.062,52.311],[-0.07,52.312],[-0.075,52.308],[-0.078,52.307],[-0.086,52.308],[-0.091,52.306],[-0.093,52.3],[-0.097,52.296],[-0.103,52.292],[-0.106,52.288],[-0.113,52.287],[-0.121,52.284],[-0.125,52.283],[-0.13,52.282],[-0.138,52.277],[-0.143,52.283],[-0.147,52.284],[-0.16,52.283],[-0.164,52.282],[-0.171,52.282],[-0.175,52.28],[-0.18,52.27],[-0.178,52.27],[-0.183,52.264],[-0.184,52.261],[-0.183,52.257],[-0.209,52.261],[-0.213,52.262],[-0.217,52.265],[-0.216,52.267],[-0.228,52.271],[-0.232,52.269],[-0.238,52.261],[-0.238,52.255],[-0.249,52.257],[-0.258,52.256],[-0.266,52.257],[-0.279,52.258],[-0.285,52.26],[-0.287,52.262],[-0.29,52.261],[-0.295,52.262],[-0.294,52.258],[-0.288,52.254],[-0.285,52.255],[-0.278,52.253],[-0.277,52.249],[-0.279,52.242],[-0.287,52.235],[-0.294,52.228],[-0.299,52.221],[-0.3,52.218],[-0.296,52.21],[-0.293,52.208],[-0.288,52.207],[-0.262,52.21],[-0.265,52.206],[-0.26,52.205],[-0.261,52.204],[-0.257,52.203],[-0.252,52.196],[-0.248,52.193],[-0.241,52.19],[-0.244,52.183],[-0.25,52.184],[-0.254,52.18],[-0.261,52.176],[-0.254,52.173],[-0.251,52.173],[-0.239,52.17],[-0.226,52.165],[-0.224,52.162],[-0.22,52.162],[-0.217,52.159],[-0.211,52.161],[-0.203,52.163],[-0.19,52.169],[-0.185,52.169],[-0.179,52.167],[-0.169,52.168],[-0.156,52.167],[-0.156,52.169],[-0.153,52.17],[-0.154,52.164],[-0.153,52.161],[-0.149,52.161],[-0.148,52.158],[-0.141,52.158],[-0.123,52.157],[-0.119,52.156],[-0.108,52.158],[-0.11,52.162],[-0.102,52.162],[-0.093,52.159],[-0.09,52.157],[-0.075,52.159],[-0.072,52.159],[-0.073,52.163],[-0.07,52.164],[-0.068,52.159],[-0.066,52.157],[-0.059,52.158],[-0.042,52.156],[-0.042,52.158],[-0.037,52.163],[-0.031,52.164],[-0.029,52.166],[-0.024,52.167],[-0.022,52.169],[-0.023,52.173],[-0.019,52.172],[-0.013,52.182],[-0.018,52.184],[-0.023,52.184],[-0.023,52.186],[-0.028,52.185],[-0.026,52.191],[-0.023,52.199],[-0.019,52.203],[-0.016,52.204],[-0.014,52.209],[-0.01,52.212],[-0.005,52.219],[0.009,52.218],[0.021,52.217],[0.032,52.216],[0.039,52.216],[0.037,52.209],[0.038,52.207],[0.045,52.207],[0.053,52.208],[0.049,52.215],[0.063,52.216],[0.069,52.215],[0.069,52.216],[0.082,52.218],[0.103,52.228],[0.108,52.231],[0.117,52.228],[0.119,52.231],[0.125,52.234],[0.13,52.236],[0.146,52.253],[0.142,52.256],[0.141,52.258],[0.137,52.26],[0.137,52.261],[0.131,52.265],[0.133,52.269],[0.133,52.271],[0.138,52.274],[0.136,52.276],[0.127,52.272],[0.12,52.27],[0.111,52.271],[0.108,52.27],[0.098,52.267],[0.094,52.265],[0.089,52.268],[0.086,52.277],[0.083,52.282],[0.076,52.278],[0.072,52.284],[0.063,52.293],[0.07,52.296],[0.074,52.3],[0.08,52.304],[0.085,52.304],[0.09,52.306],[0.094,52.305],[0.102,52.304],[0.106,52.31],[0.101,52.312],[0.12,52.316],[0.121,52.317],[0.118,52.322],[0.11,52.323],[0.106,52.324],[0.103,52.327],[0.103,52.33],[0.097,52.331],[0.094,52.334],[0.087,52.336],[0.083,52.335],[0.075,52.338],[0.065,52.342],[0.059,52.344],[0.057,52.346],[0.05,52.349],[0.044,52.353]]]},"properties":{"Name":"St Neots and Mid Cambridgeshire","ID":"E14001512"},"id":449}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.227,52.976],[-2.232,52.981],[-2.245,52.984],[-2.252,52.987],[-2.27,52.991],[-2.286,52.993],[-2.288,52.99],[-2.291,52.99],[-2.293,52.994],[-2.304,52.994],[-2.302,52.991],[-2.305,52.987],[-2.303,52.985],[-2.306,52.983],[-2.314,52.981],[-2.325,52.978],[-2.328,52.981],[-2.335,52.977],[-2.34,52.975],[-2.347,52.976],[-2.351,52.98],[-2.36,52.979],[-2.367,52.977],[-2.371,52.977],[-2.377,52.975],[-2.38,52.976],[-2.383,52.971],[-2.379,52.969],[-2.378,52.964],[-2.385,52.96],[-2.387,52.953],[-2.394,52.951],[-2.399,52.961],[-2.405,52.962],[-2.411,52.962],[-2.41,52.959],[-2.408,52.959],[-2.405,52.953],[-2.405,52.948],[-2.414,52.947],[-2.414,52.948],[-2.425,52.95],[-2.428,52.947],[-2.437,52.944],[-2.441,52.937],[-2.445,52.933],[-2.447,52.929],[-2.451,52.928],[-2.45,52.925],[-2.456,52.926],[-2.458,52.921],[-2.456,52.916],[-2.46,52.913],[-2.461,52.909],[-2.463,52.908],[-2.471,52.906],[-2.468,52.897],[-2.464,52.89],[-2.457,52.886],[-2.456,52.884],[-2.458,52.881],[-2.454,52.878],[-2.451,52.878],[-2.449,52.875],[-2.445,52.875],[-2.442,52.881],[-2.436,52.882],[-2.426,52.882],[-2.42,52.885],[-2.415,52.885],[-2.412,52.888],[-2.403,52.888],[-2.396,52.889],[-2.385,52.889],[-2.384,52.89],[-2.379,52.892],[-2.375,52.892],[-2.378,52.888],[-2.377,52.885],[-2.379,52.884],[-2.382,52.876],[-2.381,52.873],[-2.381,52.867],[-2.388,52.862],[-2.387,52.86],[-2.389,52.857],[-2.39,52.851],[-2.392,52.849],[-2.394,52.836],[-2.397,52.834],[-2.401,52.834],[-2.404,52.835],[-2.407,52.834],[-2.415,52.829],[-2.416,52.828],[-2.411,52.825],[-2.398,52.82],[-2.378,52.812],[-2.376,52.81],[-2.378,52.807],[-2.375,52.802],[-2.371,52.8],[-2.371,52.795],[-2.373,52.794],[-2.382,52.794],[-2.381,52.788],[-2.377,52.784],[-2.37,52.784],[-2.367,52.782],[-2.367,52.778],[-2.364,52.775],[-2.354,52.771],[-2.35,52.766],[-2.345,52.766],[-2.342,52.762],[-2.335,52.759],[-2.33,52.758],[-2.329,52.754],[-2.33,52.752],[-2.325,52.752],[-2.321,52.748],[-2.315,52.745],[-2.316,52.745],[-2.312,52.741],[-2.307,52.74],[-2.299,52.741],[-2.296,52.743],[-2.292,52.742],[-2.288,52.743],[-2.283,52.741],[-2.278,52.741],[-2.275,52.743],[-2.274,52.738],[-2.268,52.738],[-2.265,52.734],[-2.265,52.731],[-2.263,52.73],[-2.256,52.731],[-2.258,52.725],[-2.258,52.721],[-2.257,52.718],[-2.25,52.716],[-2.245,52.715],[-2.241,52.718],[-2.239,52.721],[-2.232,52.724],[-2.226,52.726],[-2.221,52.726],[-2.218,52.73],[-2.217,52.733],[-2.209,52.732],[-2.202,52.732],[-2.197,52.735],[-2.194,52.733],[-2.188,52.733],[-2.186,52.735],[-2.178,52.737],[-2.177,52.739],[-2.178,52.744],[-2.172,52.745],[-2.164,52.741],[-2.16,52.744],[-2.159,52.748],[-2.16,52.751],[-2.16,52.754],[-2.158,52.757],[-2.159,52.76],[-2.156,52.764],[-2.156,52.769],[-2.154,52.773],[-2.151,52.775],[-2.15,52.779],[-2.147,52.783],[-2.141,52.784],[-2.138,52.784],[-2.137,52.778],[-2.135,52.776],[-2.13,52.776],[-2.119,52.771],[-2.114,52.769],[-2.112,52.771],[-2.107,52.771],[-2.103,52.77],[-2.099,52.775],[-2.1,52.776],[-2.099,52.784],[-2.096,52.785],[-2.095,52.781],[-2.089,52.781],[-2.086,52.78],[-2.081,52.78],[-2.078,52.78],[-2.075,52.778],[-2.073,52.781],[-2.071,52.788],[-2.069,52.791],[-2.069,52.794],[-2.067,52.797],[-2.07,52.799],[-2.072,52.802],[-2.076,52.803],[-2.081,52.803],[-2.085,52.805],[-2.082,52.807],[-2.084,52.811],[-2.087,52.814],[-2.097,52.817],[-2.102,52.82],[-2.105,52.823],[-2.106,52.829],[-2.11,52.831],[-2.118,52.833],[-2.119,52.836],[-2.127,52.844],[-2.131,52.843],[-2.135,52.846],[-2.139,52.847],[-2.139,52.849],[-2.134,52.853],[-2.133,52.857],[-2.14,52.859],[-2.143,52.862],[-2.142,52.864],[-2.145,52.866],[-2.149,52.87],[-2.151,52.869],[-2.155,52.871],[-2.16,52.871],[-2.159,52.868],[-2.168,52.869],[-2.164,52.875],[-2.167,52.881],[-2.174,52.891],[-2.178,52.894],[-2.184,52.893],[-2.185,52.889],[-2.192,52.888],[-2.199,52.888],[-2.205,52.886],[-2.213,52.891],[-2.215,52.889],[-2.221,52.891],[-2.216,52.893],[-2.215,52.898],[-2.217,52.903],[-2.222,52.906],[-2.225,52.907],[-2.226,52.91],[-2.23,52.913],[-2.237,52.92],[-2.239,52.92],[-2.24,52.925],[-2.249,52.924],[-2.256,52.923],[-2.262,52.923],[-2.264,52.924],[-2.263,52.928],[-2.265,52.93],[-2.264,52.934],[-2.267,52.937],[-2.273,52.941],[-2.277,52.947],[-2.278,52.951],[-2.275,52.954],[-2.273,52.958],[-2.268,52.964],[-2.264,52.963],[-2.263,52.966],[-2.256,52.966],[-2.251,52.966],[-2.246,52.968],[-2.239,52.972],[-2.234,52.973],[-2.232,52.975],[-2.227,52.976]]]},"properties":{"Name":"Stafford","ID":"E14001513"},"id":450}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.899,53.2],[-1.902,53.199],[-1.909,53.199],[-1.915,53.203],[-1.922,53.203],[-1.925,53.206],[-1.931,53.209],[-1.939,53.212],[-1.951,53.212],[-1.957,53.214],[-1.961,53.219],[-1.962,53.226],[-1.971,53.221],[-1.976,53.219],[-1.978,53.217],[-1.987,53.214],[-1.989,53.21],[-1.993,53.208],[-1.995,53.203],[-1.994,53.2],[-2.002,53.193],[-2.01,53.193],[-2.016,53.189],[-2.021,53.19],[-2.029,53.193],[-2.038,53.194],[-2.04,53.193],[-2.047,53.192],[-2.052,53.188],[-2.055,53.187],[-2.052,53.184],[-2.056,53.183],[-2.06,53.18],[-2.058,53.177],[-2.063,53.175],[-2.067,53.175],[-2.071,53.172],[-2.078,53.17],[-2.087,53.17],[-2.091,53.172],[-2.094,53.173],[-2.096,53.171],[-2.102,53.169],[-2.104,53.17],[-2.109,53.168],[-2.116,53.17],[-2.12,53.175],[-2.125,53.173],[-2.128,53.175],[-2.13,53.178],[-2.133,53.183],[-2.138,53.184],[-2.141,53.184],[-2.141,53.18],[-2.145,53.176],[-2.144,53.171],[-2.141,53.157],[-2.149,53.158],[-2.151,53.16],[-2.155,53.159],[-2.157,53.155],[-2.16,53.153],[-2.163,53.152],[-2.168,53.148],[-2.172,53.148],[-2.177,53.146],[-2.18,53.143],[-2.188,53.135],[-2.204,53.12],[-2.211,53.116],[-2.206,53.112],[-2.199,53.105],[-2.194,53.102],[-2.19,53.102],[-2.181,53.09],[-2.178,53.091],[-2.174,53.09],[-2.169,53.087],[-2.166,53.082],[-2.166,53.079],[-2.162,53.073],[-2.161,53.07],[-2.157,53.071],[-2.153,53.07],[-2.148,53.07],[-2.146,53.069],[-2.141,53.067],[-2.139,53.065],[-2.134,53.065],[-2.128,53.066],[-2.125,53.065],[-2.127,53.059],[-2.127,53.054],[-2.124,53.053],[-2.119,53.049],[-2.12,53.047],[-2.125,53.049],[-2.132,53.047],[-2.129,53.044],[-2.126,53.039],[-2.127,53.036],[-2.124,53.032],[-2.123,53.028],[-2.119,53.026],[-2.123,53.021],[-2.115,53.016],[-2.116,53.015],[-2.104,53.011],[-2.103,53.007],[-2.107,53.005],[-2.108,53.003],[-2.105,52.998],[-2.101,52.996],[-2.098,52.998],[-2.092,52.999],[-2.089,52.997],[-2.088,52.993],[-2.092,52.988],[-2.092,52.985],[-2.085,52.981],[-2.085,52.978],[-2.08,52.976],[-2.079,52.974],[-2.072,52.971],[-2.064,52.975],[-2.064,52.977],[-2.061,52.982],[-2.056,52.983],[-2.053,52.981],[-2.053,52.979],[-2.046,52.98],[-2.045,52.982],[-2.039,52.982],[-2.032,52.985],[-2.029,52.982],[-2.023,52.983],[-2.029,52.979],[-2.027,52.977],[-2.019,52.975],[-2.012,52.973],[-2.006,52.972],[-2.002,52.967],[-2.002,52.962],[-1.999,52.961],[-1.994,52.962],[-1.986,52.96],[-1.977,52.959],[-1.967,52.961],[-1.952,52.961],[-1.96,52.968],[-1.961,52.971],[-1.958,52.975],[-1.953,52.978],[-1.951,52.981],[-1.94,52.981],[-1.936,52.97],[-1.932,52.967],[-1.927,52.968],[-1.922,52.964],[-1.918,52.966],[-1.914,52.965],[-1.911,52.963],[-1.903,52.966],[-1.899,52.971],[-1.897,52.972],[-1.889,52.969],[-1.888,52.971],[-1.881,52.97],[-1.877,52.972],[-1.872,52.972],[-1.871,52.974],[-1.868,52.974],[-1.861,52.975],[-1.86,52.978],[-1.865,52.981],[-1.865,52.983],[-1.87,52.987],[-1.87,52.991],[-1.874,52.994],[-1.881,52.995],[-1.881,52.996],[-1.878,53],[-1.879,53.003],[-1.877,53.006],[-1.883,53.011],[-1.887,53.016],[-1.884,53.02],[-1.876,53.022],[-1.872,53.02],[-1.863,53.029],[-1.864,53.03],[-1.856,53.034],[-1.851,53.031],[-1.846,53.03],[-1.83,53.033],[-1.821,53.029],[-1.814,53.03],[-1.808,53.026],[-1.806,53.023],[-1.802,53.022],[-1.8,53.017],[-1.798,53.016],[-1.794,53.017],[-1.795,53.02],[-1.785,53.024],[-1.79,53.026],[-1.791,53.03],[-1.793,53.032],[-1.794,53.039],[-1.79,53.039],[-1.79,53.043],[-1.781,53.046],[-1.779,53.045],[-1.781,53.048],[-1.785,53.05],[-1.784,53.054],[-1.782,53.056],[-1.777,53.058],[-1.776,53.06],[-1.783,53.061],[-1.786,53.063],[-1.784,53.065],[-1.786,53.07],[-1.789,53.073],[-1.791,53.078],[-1.789,53.079],[-1.789,53.081],[-1.792,53.084],[-1.791,53.086],[-1.794,53.088],[-1.793,53.091],[-1.789,53.091],[-1.784,53.093],[-1.785,53.095],[-1.782,53.096],[-1.786,53.1],[-1.784,53.102],[-1.788,53.105],[-1.786,53.107],[-1.789,53.109],[-1.793,53.11],[-1.795,53.113],[-1.8,53.115],[-1.802,53.118],[-1.806,53.123],[-1.81,53.124],[-1.809,53.127],[-1.814,53.132],[-1.82,53.134],[-1.822,53.138],[-1.821,53.141],[-1.818,53.144],[-1.817,53.149],[-1.812,53.153],[-1.815,53.155],[-1.816,53.158],[-1.825,53.164],[-1.827,53.166],[-1.833,53.171],[-1.832,53.173],[-1.839,53.177],[-1.846,53.179],[-1.846,53.18],[-1.854,53.185],[-1.859,53.187],[-1.87,53.192],[-1.872,53.194],[-1.876,53.196],[-1.883,53.196],[-1.887,53.198],[-1.899,53.2]]]},"properties":{"Name":"Staffordshire Moorlands","ID":"E14001514"},"id":451}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.963,53.51],[-1.967,53.51],[-1.978,53.514],[-1.987,53.517],[-1.992,53.52],[-1.997,53.522],[-2.003,53.52],[-2.009,53.519],[-2.019,53.521],[-2.018,53.524],[-2.023,53.528],[-2.032,53.53],[-2.044,53.53],[-2.055,53.531],[-2.057,53.53],[-2.053,53.527],[-2.054,53.522],[-2.058,53.523],[-2.062,53.522],[-2.061,53.518],[-2.062,53.513],[-2.057,53.513],[-2.055,53.511],[-2.057,53.509],[-2.056,53.505],[-2.059,53.502],[-2.062,53.499],[-2.069,53.497],[-2.068,53.492],[-2.073,53.487],[-2.076,53.479],[-2.079,53.476],[-2.075,53.475],[-2.076,53.472],[-2.073,53.472],[-2.077,53.467],[-2.081,53.465],[-2.097,53.465],[-2.098,53.464],[-2.099,53.462],[-2.096,53.461],[-2.095,53.457],[-2.096,53.455],[-2.096,53.451],[-2.091,53.45],[-2.088,53.449],[-2.091,53.446],[-2.089,53.443],[-2.092,53.441],[-2.093,53.438],[-2.089,53.437],[-2.085,53.434],[-2.086,53.429],[-2.083,53.427],[-2.075,53.426],[-2.065,53.43],[-2.062,53.429],[-2.056,53.432],[-2.047,53.43],[-2.038,53.427],[-2.034,53.429],[-2.03,53.429],[-2.026,53.43],[-2.027,53.432],[-2.023,53.433],[-2.018,53.438],[-2.012,53.44],[-2.007,53.436],[-2.004,53.436],[-2.006,53.441],[-1.999,53.446],[-1.995,53.447],[-1.995,53.45],[-1.99,53.454],[-1.987,53.454],[-1.988,53.461],[-1.981,53.463],[-1.981,53.464],[-1.987,53.467],[-1.988,53.471],[-1.987,53.473],[-1.989,53.475],[-1.987,53.482],[-1.983,53.484],[-1.975,53.487],[-1.971,53.495],[-1.972,53.499],[-1.972,53.504],[-1.963,53.51]]]},"properties":{"Name":"Stalybridge and Hyde","ID":"E14001515"},"id":452}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.162,51.92],[-0.165,51.927],[-0.171,51.928],[-0.176,51.931],[-0.185,51.932],[-0.188,51.928],[-0.193,51.928],[-0.197,51.931],[-0.199,51.929],[-0.202,51.931],[-0.205,51.929],[-0.207,51.93],[-0.22,51.931],[-0.225,51.929],[-0.228,51.927],[-0.228,51.925],[-0.225,51.923],[-0.228,51.917],[-0.229,51.913],[-0.234,51.905],[-0.23,51.903],[-0.229,51.899],[-0.226,51.898],[-0.225,51.893],[-0.223,51.892],[-0.226,51.887],[-0.23,51.883],[-0.235,51.882],[-0.242,51.883],[-0.246,51.885],[-0.249,51.884],[-0.253,51.878],[-0.251,51.874],[-0.253,51.87],[-0.259,51.867],[-0.259,51.864],[-0.265,51.861],[-0.262,51.853],[-0.263,51.851],[-0.266,51.847],[-0.271,51.845],[-0.273,51.84],[-0.266,51.842],[-0.257,51.845],[-0.254,51.845],[-0.248,51.846],[-0.243,51.843],[-0.245,51.839],[-0.241,51.835],[-0.237,51.836],[-0.231,51.837],[-0.223,51.835],[-0.22,51.837],[-0.223,51.839],[-0.226,51.844],[-0.218,51.847],[-0.213,51.851],[-0.211,51.849],[-0.206,51.846],[-0.212,51.843],[-0.211,51.84],[-0.205,51.844],[-0.201,51.844],[-0.198,51.846],[-0.197,51.849],[-0.207,51.854],[-0.199,51.858],[-0.197,51.859],[-0.192,51.857],[-0.186,51.86],[-0.181,51.86],[-0.176,51.859],[-0.176,51.857],[-0.171,51.855],[-0.166,51.849],[-0.167,51.844],[-0.169,51.843],[-0.17,51.838],[-0.174,51.837],[-0.171,51.835],[-0.168,51.831],[-0.163,51.833],[-0.16,51.835],[-0.154,51.835],[-0.153,51.839],[-0.156,51.842],[-0.155,51.846],[-0.151,51.848],[-0.15,51.852],[-0.148,51.854],[-0.144,51.853],[-0.14,51.858],[-0.141,51.859],[-0.139,51.862],[-0.134,51.863],[-0.131,51.866],[-0.127,51.864],[-0.128,51.86],[-0.125,51.86],[-0.123,51.863],[-0.124,51.866],[-0.121,51.867],[-0.126,51.871],[-0.13,51.876],[-0.134,51.877],[-0.133,51.881],[-0.136,51.882],[-0.142,51.883],[-0.139,51.886],[-0.142,51.889],[-0.142,51.892],[-0.14,51.896],[-0.142,51.898],[-0.137,51.901],[-0.139,51.904],[-0.148,51.908],[-0.152,51.913],[-0.156,51.915],[-0.159,51.919],[-0.162,51.92]]]},"properties":{"Name":"Stevenage","ID":"E14001516"},"id":453}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.131,53.439],[-2.135,53.438],[-2.141,53.439],[-2.143,53.442],[-2.149,53.447],[-2.15,53.449],[-2.154,53.451],[-2.158,53.455],[-2.162,53.453],[-2.166,53.454],[-2.167,53.449],[-2.173,53.448],[-2.175,53.434],[-2.176,53.433],[-2.186,53.436],[-2.191,53.435],[-2.193,53.428],[-2.197,53.428],[-2.2,53.427],[-2.202,53.424],[-2.208,53.42],[-2.21,53.418],[-2.213,53.419],[-2.215,53.411],[-2.213,53.407],[-2.207,53.405],[-2.207,53.401],[-2.206,53.4],[-2.201,53.398],[-2.186,53.397],[-2.184,53.391],[-2.188,53.388],[-2.176,53.387],[-2.171,53.388],[-2.162,53.384],[-2.155,53.382],[-2.153,53.384],[-2.153,53.392],[-2.146,53.393],[-2.155,53.4],[-2.15,53.402],[-2.149,53.408],[-2.147,53.411],[-2.136,53.416],[-2.135,53.421],[-2.129,53.422],[-2.126,53.426],[-2.128,53.433],[-2.131,53.439]]]},"properties":{"Name":"Stockport","ID":"E14001517"},"id":454}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.251,54.625],[-1.255,54.623],[-1.26,54.625],[-1.267,54.624],[-1.269,54.626],[-1.272,54.625],[-1.28,54.628],[-1.291,54.627],[-1.292,54.629],[-1.299,54.628],[-1.298,54.636],[-1.307,54.637],[-1.314,54.643],[-1.316,54.645],[-1.322,54.645],[-1.326,54.645],[-1.329,54.643],[-1.329,54.638],[-1.33,54.636],[-1.335,54.631],[-1.338,54.635],[-1.351,54.639],[-1.357,54.638],[-1.368,54.643],[-1.381,54.644],[-1.385,54.643],[-1.39,54.64],[-1.391,54.637],[-1.387,54.633],[-1.39,54.631],[-1.396,54.631],[-1.394,54.629],[-1.402,54.626],[-1.399,54.624],[-1.406,54.621],[-1.41,54.618],[-1.405,54.615],[-1.404,54.613],[-1.4,54.611],[-1.399,54.607],[-1.397,54.605],[-1.391,54.605],[-1.385,54.604],[-1.384,54.602],[-1.376,54.602],[-1.372,54.599],[-1.373,54.597],[-1.357,54.578],[-1.341,54.578],[-1.337,54.581],[-1.334,54.576],[-1.337,54.574],[-1.338,54.57],[-1.329,54.567],[-1.334,54.563],[-1.341,54.56],[-1.335,54.555],[-1.329,54.555],[-1.34,54.543],[-1.327,54.539],[-1.331,54.536],[-1.332,54.533],[-1.326,54.533],[-1.322,54.535],[-1.314,54.534],[-1.312,54.537],[-1.308,54.54],[-1.311,54.542],[-1.31,54.546],[-1.308,54.547],[-1.311,54.55],[-1.31,54.555],[-1.307,54.559],[-1.31,54.563],[-1.307,54.566],[-1.298,54.565],[-1.286,54.565],[-1.278,54.567],[-1.271,54.568],[-1.264,54.57],[-1.262,54.574],[-1.26,54.583],[-1.259,54.589],[-1.257,54.59],[-1.25,54.593],[-1.246,54.592],[-1.236,54.588],[-1.23,54.586],[-1.224,54.585],[-1.213,54.582],[-1.209,54.582],[-1.201,54.584],[-1.197,54.586],[-1.193,54.589],[-1.187,54.593],[-1.185,54.593],[-1.167,54.605],[-1.166,54.61],[-1.161,54.61],[-1.159,54.613],[-1.159,54.618],[-1.162,54.623],[-1.167,54.62],[-1.173,54.622],[-1.201,54.622],[-1.216,54.621],[-1.216,54.623],[-1.224,54.624],[-1.225,54.624],[-1.226,54.625],[-1.229,54.626],[-1.229,54.625],[-1.232,54.626],[-1.234,54.629],[-1.237,54.627],[-1.238,54.626],[-1.239,54.626],[-1.24,54.626],[-1.24,54.625],[-1.241,54.625],[-1.243,54.625],[-1.245,54.626],[-1.248,54.626],[-1.249,54.625],[-1.251,54.625]]]},"properties":{"Name":"Stockton North","ID":"E14001518"},"id":455}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.31,54.546],[-1.311,54.542],[-1.308,54.54],[-1.312,54.537],[-1.314,54.534],[-1.322,54.535],[-1.326,54.533],[-1.332,54.533],[-1.331,54.536],[-1.327,54.539],[-1.34,54.543],[-1.329,54.555],[-1.335,54.555],[-1.341,54.56],[-1.334,54.563],[-1.329,54.567],[-1.338,54.57],[-1.337,54.574],[-1.334,54.576],[-1.337,54.581],[-1.341,54.578],[-1.357,54.578],[-1.373,54.597],[-1.372,54.599],[-1.376,54.602],[-1.384,54.602],[-1.385,54.604],[-1.391,54.605],[-1.397,54.605],[-1.399,54.607],[-1.4,54.611],[-1.404,54.613],[-1.405,54.615],[-1.41,54.618],[-1.418,54.614],[-1.426,54.612],[-1.428,54.613],[-1.437,54.614],[-1.439,54.612],[-1.443,54.61],[-1.449,54.611],[-1.452,54.609],[-1.451,54.605],[-1.445,54.602],[-1.445,54.6],[-1.439,54.595],[-1.442,54.593],[-1.443,54.591],[-1.452,54.591],[-1.454,54.594],[-1.456,54.599],[-1.461,54.598],[-1.463,54.599],[-1.469,54.601],[-1.472,54.599],[-1.484,54.6],[-1.488,54.599],[-1.497,54.596],[-1.506,54.596],[-1.51,54.595],[-1.514,54.595],[-1.513,54.592],[-1.508,54.592],[-1.506,54.59],[-1.498,54.587],[-1.5,54.583],[-1.5,54.581],[-1.496,54.579],[-1.491,54.578],[-1.494,54.575],[-1.505,54.573],[-1.508,54.57],[-1.51,54.571],[-1.515,54.565],[-1.519,54.564],[-1.525,54.567],[-1.532,54.566],[-1.535,54.565],[-1.541,54.559],[-1.54,54.553],[-1.53,54.548],[-1.527,54.55],[-1.518,54.551],[-1.514,54.552],[-1.508,54.552],[-1.505,54.552],[-1.508,54.548],[-1.511,54.548],[-1.513,54.542],[-1.512,54.538],[-1.518,54.536],[-1.513,54.535],[-1.506,54.533],[-1.504,54.531],[-1.503,54.521],[-1.507,54.52],[-1.514,54.521],[-1.514,54.517],[-1.511,54.513],[-1.516,54.511],[-1.521,54.511],[-1.525,54.509],[-1.528,54.509],[-1.532,54.506],[-1.542,54.51],[-1.544,54.512],[-1.548,54.512],[-1.548,54.505],[-1.554,54.507],[-1.57,54.508],[-1.583,54.507],[-1.584,54.508],[-1.591,54.506],[-1.59,54.504],[-1.581,54.505],[-1.579,54.504],[-1.58,54.501],[-1.583,54.498],[-1.575,54.493],[-1.574,54.49],[-1.565,54.487],[-1.555,54.485],[-1.554,54.479],[-1.551,54.475],[-1.546,54.471],[-1.543,54.471],[-1.533,54.469],[-1.524,54.47],[-1.52,54.471],[-1.521,54.474],[-1.53,54.475],[-1.531,54.48],[-1.531,54.483],[-1.526,54.485],[-1.518,54.485],[-1.514,54.484],[-1.512,54.48],[-1.514,54.478],[-1.514,54.476],[-1.51,54.475],[-1.507,54.478],[-1.506,54.482],[-1.501,54.484],[-1.495,54.486],[-1.491,54.484],[-1.493,54.481],[-1.499,54.478],[-1.499,54.475],[-1.495,54.474],[-1.485,54.473],[-1.479,54.475],[-1.475,54.473],[-1.473,54.467],[-1.468,54.463],[-1.468,54.46],[-1.472,54.457],[-1.472,54.455],[-1.463,54.451],[-1.46,54.451],[-1.455,54.453],[-1.456,54.456],[-1.462,54.46],[-1.462,54.463],[-1.456,54.464],[-1.454,54.467],[-1.46,54.469],[-1.46,54.471],[-1.464,54.474],[-1.462,54.478],[-1.458,54.482],[-1.461,54.485],[-1.461,54.488],[-1.459,54.491],[-1.46,54.495],[-1.465,54.497],[-1.472,54.496],[-1.475,54.497],[-1.475,54.5],[-1.473,54.502],[-1.46,54.504],[-1.456,54.503],[-1.452,54.497],[-1.447,54.495],[-1.443,54.491],[-1.434,54.487],[-1.427,54.485],[-1.428,54.483],[-1.433,54.481],[-1.431,54.479],[-1.423,54.479],[-1.418,54.477],[-1.412,54.477],[-1.409,54.48],[-1.408,54.484],[-1.41,54.49],[-1.408,54.493],[-1.402,54.494],[-1.399,54.493],[-1.399,54.488],[-1.396,54.486],[-1.385,54.487],[-1.382,54.488],[-1.383,54.492],[-1.38,54.493],[-1.376,54.491],[-1.37,54.486],[-1.374,54.484],[-1.375,54.48],[-1.373,54.472],[-1.364,54.466],[-1.357,54.471],[-1.353,54.472],[-1.345,54.472],[-1.344,54.464],[-1.324,54.471],[-1.318,54.472],[-1.314,54.477],[-1.303,54.478],[-1.301,54.476],[-1.296,54.48],[-1.294,54.48],[-1.291,54.482],[-1.287,54.483],[-1.287,54.488],[-1.281,54.49],[-1.277,54.49],[-1.275,54.491],[-1.269,54.488],[-1.257,54.487],[-1.257,54.493],[-1.254,54.496],[-1.253,54.498],[-1.257,54.501],[-1.242,54.502],[-1.239,54.506],[-1.234,54.506],[-1.235,54.51],[-1.239,54.512],[-1.247,54.511],[-1.251,54.513],[-1.256,54.512],[-1.264,54.513],[-1.267,54.514],[-1.274,54.515],[-1.279,54.518],[-1.285,54.516],[-1.291,54.513],[-1.297,54.521],[-1.301,54.533],[-1.296,54.535],[-1.294,54.54],[-1.29,54.541],[-1.293,54.544],[-1.292,54.545],[-1.299,54.546],[-1.31,54.546]]]},"properties":{"Name":"Stockton West","ID":"E14001519"},"id":456}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.129,53.044],[-2.14,53.042],[-2.143,53.04],[-2.149,53.039],[-2.151,53.042],[-2.155,53.046],[-2.159,53.049],[-2.172,53.044],[-2.169,53.039],[-2.176,53.037],[-2.181,53.037],[-2.188,53.033],[-2.192,53.035],[-2.195,53.034],[-2.199,53.035],[-2.201,53.036],[-2.208,53.034],[-2.207,53.032],[-2.205,53.024],[-2.203,53.02],[-2.209,53.017],[-2.215,53.015],[-2.216,53.011],[-2.213,53.01],[-2.211,53.007],[-2.218,53.004],[-2.213,52.996],[-2.212,52.988],[-2.21,52.985],[-2.204,52.981],[-2.197,52.983],[-2.189,52.987],[-2.184,52.991],[-2.179,52.99],[-2.167,52.99],[-2.157,52.991],[-2.148,52.991],[-2.142,52.99],[-2.14,52.991],[-2.132,52.989],[-2.13,52.992],[-2.12,52.988],[-2.117,52.988],[-2.115,52.99],[-2.111,52.991],[-2.101,52.996],[-2.105,52.998],[-2.108,53.003],[-2.107,53.005],[-2.103,53.007],[-2.104,53.011],[-2.116,53.015],[-2.115,53.016],[-2.123,53.021],[-2.119,53.026],[-2.123,53.028],[-2.124,53.032],[-2.127,53.036],[-2.126,53.039],[-2.129,53.044]]]},"properties":{"Name":"Stoke-on-Trent Central","ID":"E14001520"},"id":457}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.129,53.044],[-2.132,53.047],[-2.125,53.049],[-2.12,53.047],[-2.119,53.049],[-2.124,53.053],[-2.127,53.054],[-2.127,53.059],[-2.125,53.065],[-2.128,53.066],[-2.134,53.065],[-2.139,53.065],[-2.141,53.067],[-2.146,53.069],[-2.148,53.07],[-2.153,53.07],[-2.157,53.071],[-2.161,53.07],[-2.162,53.073],[-2.166,53.079],[-2.166,53.082],[-2.169,53.087],[-2.174,53.09],[-2.178,53.091],[-2.181,53.09],[-2.19,53.102],[-2.194,53.102],[-2.199,53.105],[-2.206,53.112],[-2.211,53.116],[-2.217,53.111],[-2.222,53.108],[-2.223,53.104],[-2.227,53.104],[-2.234,53.103],[-2.238,53.101],[-2.24,53.098],[-2.248,53.09],[-2.251,53.093],[-2.253,53.093],[-2.255,53.091],[-2.261,53.089],[-2.267,53.088],[-2.271,53.087],[-2.277,53.086],[-2.274,53.084],[-2.275,53.082],[-2.282,53.08],[-2.282,53.077],[-2.276,53.069],[-2.274,53.065],[-2.269,53.062],[-2.266,53.054],[-2.261,53.057],[-2.256,53.06],[-2.254,53.063],[-2.251,53.064],[-2.247,53.063],[-2.24,53.063],[-2.236,53.065],[-2.233,53.064],[-2.228,53.064],[-2.226,53.058],[-2.219,53.044],[-2.209,53.036],[-2.208,53.034],[-2.201,53.036],[-2.199,53.035],[-2.195,53.034],[-2.192,53.035],[-2.188,53.033],[-2.181,53.037],[-2.176,53.037],[-2.169,53.039],[-2.172,53.044],[-2.159,53.049],[-2.155,53.046],[-2.151,53.042],[-2.149,53.039],[-2.143,53.04],[-2.14,53.042],[-2.129,53.044]]]},"properties":{"Name":"Stoke-on-Trent North","ID":"E14001521"},"id":458}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.922,52.964],[-1.927,52.968],[-1.932,52.967],[-1.936,52.97],[-1.94,52.981],[-1.951,52.981],[-1.953,52.978],[-1.958,52.975],[-1.961,52.971],[-1.96,52.968],[-1.952,52.961],[-1.967,52.961],[-1.977,52.959],[-1.986,52.96],[-1.994,52.962],[-1.999,52.961],[-2.002,52.962],[-2.002,52.967],[-2.006,52.972],[-2.012,52.973],[-2.019,52.975],[-2.027,52.977],[-2.029,52.979],[-2.023,52.983],[-2.029,52.982],[-2.032,52.985],[-2.039,52.982],[-2.045,52.982],[-2.046,52.98],[-2.053,52.979],[-2.053,52.981],[-2.056,52.983],[-2.061,52.982],[-2.064,52.977],[-2.064,52.975],[-2.072,52.971],[-2.079,52.974],[-2.08,52.976],[-2.085,52.978],[-2.085,52.981],[-2.092,52.985],[-2.092,52.988],[-2.088,52.993],[-2.089,52.997],[-2.092,52.999],[-2.098,52.998],[-2.101,52.996],[-2.111,52.991],[-2.115,52.99],[-2.117,52.988],[-2.12,52.988],[-2.13,52.992],[-2.132,52.989],[-2.14,52.991],[-2.142,52.99],[-2.148,52.991],[-2.157,52.991],[-2.167,52.99],[-2.179,52.99],[-2.184,52.991],[-2.189,52.987],[-2.197,52.983],[-2.204,52.981],[-2.22,52.98],[-2.226,52.976],[-2.227,52.976],[-2.232,52.975],[-2.234,52.973],[-2.239,52.972],[-2.246,52.968],[-2.251,52.966],[-2.256,52.966],[-2.263,52.966],[-2.264,52.963],[-2.268,52.964],[-2.273,52.958],[-2.275,52.954],[-2.278,52.951],[-2.277,52.947],[-2.273,52.941],[-2.267,52.937],[-2.264,52.934],[-2.265,52.93],[-2.263,52.928],[-2.264,52.924],[-2.262,52.923],[-2.256,52.923],[-2.249,52.924],[-2.24,52.925],[-2.239,52.92],[-2.237,52.92],[-2.23,52.913],[-2.226,52.91],[-2.225,52.907],[-2.222,52.906],[-2.217,52.903],[-2.215,52.898],[-2.216,52.893],[-2.221,52.891],[-2.215,52.889],[-2.213,52.891],[-2.205,52.886],[-2.199,52.888],[-2.192,52.888],[-2.185,52.889],[-2.184,52.893],[-2.178,52.894],[-2.162,52.9],[-2.158,52.902],[-2.161,52.903],[-2.163,52.907],[-2.166,52.91],[-2.164,52.912],[-2.164,52.915],[-2.16,52.914],[-2.153,52.916],[-2.146,52.913],[-2.141,52.913],[-2.134,52.913],[-2.13,52.912],[-2.125,52.912],[-2.108,52.906],[-2.102,52.907],[-2.102,52.909],[-2.096,52.912],[-2.093,52.915],[-2.09,52.915],[-2.082,52.918],[-2.083,52.92],[-2.082,52.924],[-2.077,52.929],[-2.07,52.926],[-2.066,52.923],[-2.062,52.922],[-2.054,52.919],[-2.042,52.917],[-2.034,52.918],[-2.034,52.922],[-2.026,52.925],[-2.017,52.924],[-2.009,52.927],[-2.002,52.929],[-2,52.932],[-1.994,52.934],[-1.985,52.936],[-1.98,52.934],[-1.976,52.935],[-1.976,52.938],[-1.97,52.941],[-1.962,52.937],[-1.954,52.935],[-1.951,52.934],[-1.94,52.932],[-1.934,52.932],[-1.932,52.934],[-1.931,52.938],[-1.928,52.941],[-1.924,52.942],[-1.919,52.941],[-1.91,52.94],[-1.904,52.946],[-1.909,52.949],[-1.918,52.952],[-1.916,52.954],[-1.918,52.958],[-1.923,52.957],[-1.928,52.96],[-1.925,52.963],[-1.922,52.964]]]},"properties":{"Name":"Stoke-on-Trent South","ID":"E14001522"},"id":459}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.042,52.917],[-2.054,52.919],[-2.062,52.922],[-2.066,52.923],[-2.07,52.926],[-2.077,52.929],[-2.082,52.924],[-2.083,52.92],[-2.082,52.918],[-2.09,52.915],[-2.093,52.915],[-2.096,52.912],[-2.102,52.909],[-2.102,52.907],[-2.108,52.906],[-2.125,52.912],[-2.13,52.912],[-2.134,52.913],[-2.141,52.913],[-2.146,52.913],[-2.153,52.916],[-2.16,52.914],[-2.164,52.915],[-2.164,52.912],[-2.166,52.91],[-2.163,52.907],[-2.161,52.903],[-2.158,52.902],[-2.162,52.9],[-2.178,52.894],[-2.174,52.891],[-2.167,52.881],[-2.164,52.875],[-2.168,52.869],[-2.159,52.868],[-2.16,52.871],[-2.155,52.871],[-2.151,52.869],[-2.149,52.87],[-2.145,52.866],[-2.142,52.864],[-2.143,52.862],[-2.14,52.859],[-2.133,52.857],[-2.134,52.853],[-2.139,52.849],[-2.139,52.847],[-2.135,52.846],[-2.131,52.843],[-2.127,52.844],[-2.119,52.836],[-2.118,52.833],[-2.11,52.831],[-2.106,52.829],[-2.105,52.823],[-2.102,52.82],[-2.097,52.817],[-2.087,52.814],[-2.084,52.811],[-2.082,52.807],[-2.085,52.805],[-2.081,52.803],[-2.076,52.803],[-2.072,52.802],[-2.07,52.799],[-2.067,52.797],[-2.069,52.794],[-2.069,52.791],[-2.071,52.788],[-2.073,52.781],[-2.075,52.778],[-2.078,52.78],[-2.081,52.78],[-2.086,52.78],[-2.089,52.781],[-2.095,52.781],[-2.096,52.785],[-2.099,52.784],[-2.1,52.776],[-2.099,52.775],[-2.103,52.77],[-2.107,52.771],[-2.112,52.771],[-2.114,52.769],[-2.119,52.771],[-2.13,52.776],[-2.135,52.776],[-2.137,52.778],[-2.138,52.784],[-2.141,52.784],[-2.147,52.783],[-2.15,52.779],[-2.151,52.775],[-2.154,52.773],[-2.156,52.769],[-2.156,52.764],[-2.159,52.76],[-2.158,52.757],[-2.16,52.754],[-2.16,52.751],[-2.159,52.748],[-2.16,52.744],[-2.164,52.741],[-2.172,52.745],[-2.178,52.744],[-2.177,52.739],[-2.178,52.737],[-2.186,52.735],[-2.188,52.733],[-2.194,52.733],[-2.197,52.735],[-2.202,52.732],[-2.209,52.732],[-2.217,52.733],[-2.218,52.73],[-2.221,52.726],[-2.226,52.726],[-2.232,52.724],[-2.239,52.721],[-2.241,52.718],[-2.245,52.715],[-2.25,52.716],[-2.257,52.718],[-2.258,52.721],[-2.258,52.725],[-2.256,52.731],[-2.263,52.73],[-2.265,52.731],[-2.265,52.734],[-2.268,52.738],[-2.274,52.738],[-2.275,52.743],[-2.278,52.741],[-2.283,52.741],[-2.288,52.743],[-2.292,52.742],[-2.296,52.743],[-2.299,52.741],[-2.307,52.74],[-2.312,52.741],[-2.315,52.736],[-2.315,52.732],[-2.316,52.728],[-2.315,52.724],[-2.309,52.721],[-2.322,52.709],[-2.325,52.705],[-2.32,52.695],[-2.314,52.695],[-2.313,52.694],[-2.308,52.693],[-2.308,52.691],[-2.304,52.686],[-2.303,52.683],[-2.296,52.683],[-2.287,52.681],[-2.281,52.682],[-2.274,52.68],[-2.266,52.682],[-2.264,52.683],[-2.252,52.682],[-2.248,52.683],[-2.244,52.679],[-2.244,52.678],[-2.243,52.673],[-2.24,52.672],[-2.24,52.669],[-2.239,52.662],[-2.248,52.657],[-2.235,52.656],[-2.237,52.651],[-2.233,52.648],[-2.23,52.645],[-2.227,52.645],[-2.223,52.642],[-2.216,52.644],[-2.213,52.643],[-2.206,52.642],[-2.199,52.64],[-2.193,52.639],[-2.193,52.638],[-2.189,52.636],[-2.185,52.635],[-2.182,52.632],[-2.165,52.63],[-2.162,52.632],[-2.159,52.636],[-2.159,52.642],[-2.157,52.643],[-2.157,52.646],[-2.155,52.648],[-2.152,52.649],[-2.148,52.646],[-2.138,52.642],[-2.135,52.638],[-2.134,52.634],[-2.132,52.638],[-2.125,52.637],[-2.114,52.638],[-2.112,52.635],[-2.107,52.635],[-2.101,52.635],[-2.099,52.632],[-2.099,52.628],[-2.097,52.623],[-2.093,52.62],[-2.088,52.62],[-2.085,52.614],[-2.081,52.612],[-2.072,52.613],[-2.067,52.612],[-2.069,52.618],[-2.064,52.621],[-2.052,52.622],[-2.047,52.621],[-2.03,52.617],[-2.036,52.622],[-2.031,52.624],[-2.03,52.625],[-2.024,52.625],[-2.016,52.63],[-2.014,52.633],[-2.007,52.635],[-2.004,52.637],[-1.996,52.638],[-1.991,52.637],[-1.987,52.64],[-1.984,52.644],[-1.992,52.645],[-1.994,52.648],[-1.993,52.653],[-1.998,52.657],[-2,52.66],[-2.001,52.665],[-2.002,52.667],[-2.006,52.67],[-2.013,52.669],[-2.019,52.673],[-2.026,52.672],[-2.028,52.671],[-2.036,52.671],[-2.041,52.674],[-2.043,52.676],[-2.051,52.678],[-2.052,52.68],[-2.05,52.681],[-2.05,52.685],[-2.055,52.69],[-2.047,52.694],[-2.045,52.699],[-2.041,52.702],[-2.031,52.705],[-2.031,52.713],[-2.025,52.729],[-2.025,52.735],[-2.027,52.736],[-2.018,52.742],[-2.018,52.744],[-2.015,52.751],[-2.015,52.754],[-2.018,52.759],[-2.007,52.761],[-2.004,52.761],[-1.997,52.764],[-1.983,52.762],[-1.977,52.762],[-1.973,52.762],[-1.971,52.765],[-1.965,52.766],[-1.959,52.768],[-1.956,52.769],[-1.951,52.772],[-1.949,52.774],[-1.944,52.774],[-1.946,52.777],[-1.951,52.78],[-1.951,52.781],[-1.946,52.786],[-1.945,52.789],[-1.951,52.79],[-1.951,52.792],[-1.948,52.793],[-1.957,52.799],[-1.953,52.801],[-1.951,52.804],[-1.951,52.808],[-1.954,52.812],[-1.958,52.814],[-1.96,52.817],[-1.965,52.821],[-1.968,52.824],[-1.961,52.827],[-1.953,52.832],[-1.951,52.836],[-1.952,52.837],[-1.949,52.841],[-1.951,52.844],[-1.946,52.847],[-1.937,52.848],[-1.94,52.852],[-1.933,52.855],[-1.937,52.858],[-1.937,52.863],[-1.934,52.866],[-1.937,52.867],[-1.936,52.871],[-1.95,52.87],[-1.952,52.868],[-1.961,52.87],[-1.965,52.874],[-1.968,52.875],[-1.97,52.885],[-1.98,52.894],[-1.986,52.895],[-1.991,52.894],[-1.996,52.892],[-2,52.892],[-2.003,52.897],[-2.008,52.899],[-2.017,52.902],[-2.013,52.906],[-2.016,52.908],[-2.024,52.91],[-2.036,52.915],[-2.042,52.917]]]},"properties":{"Name":"Stone, Great Wyrley and Penkridge","ID":"E14001523"},"id":460}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.07,52.492],[-2.075,52.495],[-2.084,52.497],[-2.086,52.5],[-2.086,52.503],[-2.092,52.5],[-2.098,52.505],[-2.105,52.503],[-2.112,52.502],[-2.111,52.5],[-2.113,52.498],[-2.114,52.495],[-2.119,52.489],[-2.124,52.487],[-2.129,52.482],[-2.133,52.482],[-2.136,52.487],[-2.141,52.484],[-2.152,52.478],[-2.162,52.475],[-2.166,52.472],[-2.168,52.471],[-2.172,52.466],[-2.174,52.464],[-2.174,52.461],[-2.176,52.456],[-2.172,52.442],[-2.165,52.43],[-2.144,52.426],[-2.136,52.426],[-2.133,52.428],[-2.13,52.432],[-2.117,52.434],[-2.112,52.437],[-2.109,52.441],[-2.113,52.443],[-2.112,52.445],[-2.118,52.45],[-2.117,52.452],[-2.11,52.455],[-2.107,52.457],[-2.104,52.457],[-2.101,52.462],[-2.103,52.463],[-2.112,52.461],[-2.112,52.463],[-2.115,52.465],[-2.109,52.473],[-2.106,52.481],[-2.103,52.485],[-2.096,52.485],[-2.092,52.486],[-2.091,52.483],[-2.084,52.484],[-2.08,52.484],[-2.075,52.485],[-2.071,52.482],[-2.069,52.484],[-2.064,52.487],[-2.07,52.492]]]},"properties":{"Name":"Stourbridge","ID":"E14001524"},"id":461}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.035,51.555],[0.025,51.554],[0.022,51.555],[0.017,51.553],[0.015,51.555],[0.01,51.553],[0.01,51.551],[0.006,51.551],[0.003,51.552],[-0.009,51.55],[-0.01,51.553],[-0.017,51.552],[-0.019,51.55],[-0.017,51.543],[-0.029,51.543],[-0.033,51.545],[-0.038,51.542],[-0.041,51.538],[-0.047,51.535],[-0.051,51.536],[-0.053,51.535],[-0.046,51.533],[-0.042,51.531],[-0.037,51.524],[-0.03,51.526],[-0.029,51.524],[-0.025,51.525],[-0.021,51.524],[-0.012,51.525],[-0.008,51.525],[-0.007,51.526],[-0.006,51.526],[0.005,51.528],[0.004,51.531],[0.001,51.537],[0.011,51.541],[0.018,51.542],[0.022,51.54],[0.022,51.537],[0.028,51.537],[0.027,51.533],[0.033,51.535],[0.035,51.535],[0.032,51.54],[0.031,51.547],[0.036,51.548],[0.035,51.551],[0.035,51.555]]]},"properties":{"Name":"Stratford and Bow","ID":"E14001525"},"id":462}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.804,52.363],[-1.808,52.367],[-1.833,52.366],[-1.835,52.367],[-1.842,52.365],[-1.85,52.367],[-1.863,52.367],[-1.869,52.368],[-1.872,52.368],[-1.876,52.364],[-1.889,52.361],[-1.885,52.354],[-1.876,52.346],[-1.874,52.339],[-1.868,52.333],[-1.867,52.331],[-1.867,52.319],[-1.87,52.313],[-1.875,52.312],[-1.881,52.311],[-1.875,52.304],[-1.878,52.301],[-1.88,52.299],[-1.887,52.288],[-1.887,52.286],[-1.892,52.286],[-1.894,52.283],[-1.901,52.283],[-1.901,52.282],[-1.905,52.279],[-1.917,52.275],[-1.921,52.276],[-1.931,52.276],[-1.935,52.277],[-1.937,52.276],[-1.939,52.271],[-1.935,52.263],[-1.934,52.26],[-1.935,52.257],[-1.935,52.253],[-1.932,52.248],[-1.925,52.243],[-1.925,52.239],[-1.924,52.234],[-1.918,52.224],[-1.917,52.219],[-1.92,52.214],[-1.92,52.21],[-1.923,52.209],[-1.927,52.209],[-1.933,52.206],[-1.937,52.203],[-1.936,52.197],[-1.935,52.193],[-1.936,52.19],[-1.938,52.188],[-1.94,52.184],[-1.941,52.178],[-1.945,52.175],[-1.949,52.173],[-1.956,52.174],[-1.961,52.174],[-1.962,52.171],[-1.96,52.169],[-1.951,52.169],[-1.947,52.168],[-1.946,52.17],[-1.943,52.171],[-1.935,52.17],[-1.934,52.165],[-1.937,52.163],[-1.94,52.16],[-1.939,52.159],[-1.944,52.155],[-1.94,52.153],[-1.934,52.154],[-1.922,52.153],[-1.917,52.147],[-1.907,52.143],[-1.905,52.143],[-1.902,52.138],[-1.903,52.133],[-1.9,52.136],[-1.893,52.139],[-1.885,52.148],[-1.886,52.149],[-1.894,52.148],[-1.895,52.15],[-1.892,52.155],[-1.889,52.156],[-1.881,52.155],[-1.877,52.155],[-1.867,52.153],[-1.867,52.15],[-1.864,52.147],[-1.867,52.145],[-1.86,52.141],[-1.854,52.139],[-1.85,52.139],[-1.846,52.143],[-1.847,52.147],[-1.852,52.148],[-1.848,52.15],[-1.84,52.153],[-1.834,52.148],[-1.829,52.146],[-1.823,52.146],[-1.825,52.142],[-1.823,52.136],[-1.817,52.139],[-1.809,52.14],[-1.799,52.136],[-1.786,52.132],[-1.792,52.129],[-1.794,52.124],[-1.793,52.122],[-1.788,52.12],[-1.781,52.12],[-1.778,52.118],[-1.775,52.118],[-1.77,52.115],[-1.765,52.116],[-1.759,52.115],[-1.768,52.113],[-1.766,52.11],[-1.759,52.106],[-1.758,52.103],[-1.754,52.101],[-1.755,52.099],[-1.75,52.095],[-1.746,52.093],[-1.739,52.091],[-1.733,52.095],[-1.73,52.095],[-1.728,52.089],[-1.729,52.084],[-1.728,52.081],[-1.731,52.073],[-1.727,52.071],[-1.717,52.068],[-1.714,52.067],[-1.71,52.073],[-1.708,52.073],[-1.702,52.073],[-1.702,52.07],[-1.703,52.068],[-1.705,52.06],[-1.702,52.056],[-1.699,52.054],[-1.693,52.054],[-1.69,52.053],[-1.691,52.048],[-1.695,52.043],[-1.695,52.041],[-1.688,52.038],[-1.68,52.037],[-1.674,52.036],[-1.667,52.036],[-1.665,52.032],[-1.66,52.032],[-1.656,52.032],[-1.655,52.035],[-1.649,52.034],[-1.644,52.035],[-1.639,52.037],[-1.633,52.036],[-1.628,52.037],[-1.619,52.035],[-1.618,52.032],[-1.62,52.028],[-1.624,52.026],[-1.628,52.027],[-1.636,52.021],[-1.638,52.021],[-1.643,52.015],[-1.643,52.009],[-1.652,52.006],[-1.656,52.003],[-1.659,52],[-1.666,51.997],[-1.67,51.993],[-1.669,51.989],[-1.666,51.987],[-1.643,51.978],[-1.636,51.974],[-1.632,51.97],[-1.63,51.97],[-1.625,51.967],[-1.622,51.962],[-1.614,51.956],[-1.612,51.955],[-1.6,51.963],[-1.597,51.964],[-1.595,51.968],[-1.592,51.97],[-1.596,51.973],[-1.6,51.977],[-1.587,51.974],[-1.581,51.973],[-1.568,51.976],[-1.564,51.977],[-1.55,51.981],[-1.557,51.989],[-1.557,51.992],[-1.554,51.992],[-1.544,51.996],[-1.54,51.996],[-1.529,51.993],[-1.525,51.993],[-1.523,51.997],[-1.521,52.005],[-1.511,52.021],[-1.51,52.027],[-1.507,52.034],[-1.506,52.038],[-1.503,52.044],[-1.502,52.05],[-1.5,52.052],[-1.497,52.059],[-1.499,52.064],[-1.505,52.066],[-1.515,52.069],[-1.522,52.072],[-1.525,52.077],[-1.544,52.088],[-1.546,52.084],[-1.551,52.082],[-1.561,52.087],[-1.565,52.091],[-1.57,52.094],[-1.571,52.097],[-1.579,52.102],[-1.577,52.104],[-1.58,52.107],[-1.577,52.109],[-1.579,52.113],[-1.576,52.114],[-1.575,52.117],[-1.566,52.121],[-1.563,52.121],[-1.56,52.119],[-1.552,52.119],[-1.551,52.117],[-1.541,52.115],[-1.54,52.113],[-1.526,52.128],[-1.543,52.13],[-1.544,52.133],[-1.549,52.139],[-1.553,52.141],[-1.551,52.142],[-1.557,52.146],[-1.563,52.148],[-1.571,52.15],[-1.576,52.153],[-1.577,52.155],[-1.582,52.153],[-1.586,52.154],[-1.585,52.159],[-1.586,52.16],[-1.59,52.16],[-1.6,52.158],[-1.605,52.16],[-1.604,52.163],[-1.603,52.173],[-1.6,52.179],[-1.605,52.179],[-1.607,52.178],[-1.612,52.176],[-1.618,52.175],[-1.622,52.179],[-1.63,52.182],[-1.635,52.181],[-1.633,52.184],[-1.628,52.188],[-1.63,52.189],[-1.635,52.189],[-1.636,52.192],[-1.633,52.192],[-1.632,52.196],[-1.626,52.196],[-1.626,52.201],[-1.618,52.199],[-1.617,52.203],[-1.612,52.202],[-1.601,52.198],[-1.598,52.201],[-1.598,52.204],[-1.595,52.204],[-1.586,52.209],[-1.587,52.21],[-1.582,52.212],[-1.577,52.213],[-1.574,52.215],[-1.584,52.221],[-1.586,52.224],[-1.593,52.224],[-1.597,52.225],[-1.603,52.225],[-1.604,52.223],[-1.61,52.221],[-1.618,52.216],[-1.621,52.22],[-1.625,52.222],[-1.626,52.225],[-1.614,52.23],[-1.609,52.23],[-1.609,52.232],[-1.606,52.235],[-1.607,52.238],[-1.61,52.239],[-1.613,52.237],[-1.618,52.237],[-1.625,52.239],[-1.626,52.241],[-1.621,52.244],[-1.626,52.247],[-1.636,52.247],[-1.641,52.253],[-1.645,52.256],[-1.646,52.258],[-1.652,52.258],[-1.653,52.256],[-1.657,52.257],[-1.659,52.256],[-1.664,52.256],[-1.674,52.263],[-1.676,52.265],[-1.676,52.27],[-1.675,52.274],[-1.673,52.278],[-1.667,52.283],[-1.668,52.286],[-1.679,52.287],[-1.685,52.283],[-1.69,52.284],[-1.696,52.288],[-1.7,52.291],[-1.704,52.291],[-1.713,52.29],[-1.72,52.296],[-1.724,52.298],[-1.734,52.294],[-1.739,52.297],[-1.738,52.3],[-1.748,52.305],[-1.755,52.305],[-1.761,52.308],[-1.761,52.31],[-1.767,52.316],[-1.769,52.319],[-1.767,52.328],[-1.772,52.338],[-1.774,52.342],[-1.776,52.348],[-1.779,52.348],[-1.785,52.35],[-1.785,52.353],[-1.791,52.357],[-1.8,52.359],[-1.804,52.363]]]},"properties":{"Name":"Stratford-on-Avon","ID":"E14001526"},"id":463}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.079,51.42],[-0.086,51.419],[-0.093,51.423],[-0.106,51.423],[-0.115,51.423],[-0.114,51.425],[-0.115,51.431],[-0.118,51.434],[-0.111,51.437],[-0.108,51.438],[-0.109,51.44],[-0.113,51.441],[-0.117,51.443],[-0.124,51.445],[-0.129,51.447],[-0.132,51.443],[-0.136,51.442],[-0.137,51.439],[-0.14,51.437],[-0.136,51.434],[-0.135,51.43],[-0.138,51.431],[-0.139,51.424],[-0.138,51.421],[-0.14,51.419],[-0.143,51.417],[-0.144,51.416],[-0.148,51.413],[-0.143,51.413],[-0.137,51.412],[-0.135,51.411],[-0.134,51.412],[-0.134,51.413],[-0.133,51.413],[-0.134,51.413],[-0.133,51.412],[-0.13,51.412],[-0.128,51.412],[-0.128,51.411],[-0.131,51.409],[-0.132,51.409],[-0.132,51.408],[-0.132,51.406],[-0.131,51.405],[-0.13,51.403],[-0.129,51.402],[-0.128,51.401],[-0.126,51.399],[-0.125,51.399],[-0.119,51.402],[-0.114,51.403],[-0.11,51.405],[-0.098,51.397],[-0.093,51.395],[-0.092,51.398],[-0.086,51.4],[-0.081,51.404],[-0.073,51.408],[-0.073,51.413],[-0.08,51.416],[-0.081,51.417],[-0.079,51.42]]]},"properties":{"Name":"Streatham and Croydon North","ID":"E14001527"},"id":464}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.265,53.473],[-2.273,53.47],[-2.28,53.465],[-2.284,53.465],[-2.3,53.471],[-2.316,53.479],[-2.324,53.48],[-2.329,53.48],[-2.355,53.474],[-2.386,53.463],[-2.392,53.461],[-2.399,53.456],[-2.407,53.449],[-2.411,53.442],[-2.418,53.431],[-2.423,53.427],[-2.428,53.425],[-2.449,53.416],[-2.454,53.413],[-2.447,53.414],[-2.439,53.411],[-2.433,53.41],[-2.428,53.411],[-2.426,53.411],[-2.414,53.41],[-2.407,53.411],[-2.405,53.415],[-2.395,53.415],[-2.372,53.416],[-2.369,53.415],[-2.362,53.418],[-2.36,53.424],[-2.354,53.425],[-2.35,53.428],[-2.349,53.432],[-2.343,53.438],[-2.341,53.436],[-2.336,53.438],[-2.334,53.436],[-2.327,53.433],[-2.319,53.433],[-2.316,53.435],[-2.311,53.437],[-2.306,53.437],[-2.303,53.438],[-2.3,53.437],[-2.295,53.436],[-2.295,53.439],[-2.291,53.439],[-2.29,53.441],[-2.292,53.443],[-2.286,53.449],[-2.28,53.449],[-2.277,53.451],[-2.271,53.451],[-2.258,53.459],[-2.254,53.46],[-2.254,53.462],[-2.258,53.462],[-2.26,53.465],[-2.264,53.468],[-2.267,53.471],[-2.265,53.473]]]},"properties":{"Name":"Stretford and Urmston","ID":"E14001528"},"id":465}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.354,51.794],[-2.367,51.792],[-2.375,51.793],[-2.381,51.795],[-2.39,51.799],[-2.403,51.802],[-2.413,51.805],[-2.418,51.809],[-2.421,51.814],[-2.425,51.815],[-2.428,51.814],[-2.435,51.81],[-2.438,51.807],[-2.444,51.8],[-2.447,51.795],[-2.447,51.793],[-2.445,51.79],[-2.441,51.788],[-2.435,51.787],[-2.429,51.786],[-2.418,51.786],[-2.413,51.786],[-2.405,51.782],[-2.398,51.781],[-2.384,51.775],[-2.381,51.77],[-2.379,51.766],[-2.38,51.763],[-2.383,51.758],[-2.389,51.757],[-2.399,51.751],[-2.406,51.749],[-2.409,51.749],[-2.416,51.744],[-2.432,51.737],[-2.437,51.737],[-2.446,51.739],[-2.451,51.739],[-2.457,51.737],[-2.466,51.73],[-2.472,51.726],[-2.475,51.725],[-2.482,51.726],[-2.484,51.71],[-2.486,51.705],[-2.49,51.7],[-2.497,51.693],[-2.509,51.686],[-2.517,51.683],[-2.527,51.681],[-2.535,51.677],[-2.534,51.676],[-2.506,51.666],[-2.496,51.664],[-2.491,51.664],[-2.493,51.658],[-2.491,51.654],[-2.493,51.652],[-2.492,51.65],[-2.486,51.648],[-2.49,51.646],[-2.487,51.645],[-2.482,51.646],[-2.473,51.647],[-2.469,51.648],[-2.466,51.651],[-2.46,51.653],[-2.455,51.652],[-2.45,51.65],[-2.446,51.649],[-2.442,51.652],[-2.44,51.651],[-2.432,51.649],[-2.432,51.647],[-2.427,51.647],[-2.421,51.645],[-2.417,51.643],[-2.415,51.645],[-2.41,51.642],[-2.405,51.641],[-2.401,51.645],[-2.398,51.646],[-2.395,51.642],[-2.397,51.64],[-2.395,51.639],[-2.39,51.641],[-2.386,51.64],[-2.388,51.637],[-2.385,51.636],[-2.379,51.636],[-2.375,51.635],[-2.37,51.631],[-2.365,51.633],[-2.361,51.633],[-2.352,51.628],[-2.349,51.625],[-2.341,51.623],[-2.332,51.623],[-2.332,51.621],[-2.324,51.621],[-2.319,51.622],[-2.314,51.625],[-2.32,51.628],[-2.323,51.634],[-2.321,51.636],[-2.312,51.639],[-2.307,51.643],[-2.315,51.646],[-2.304,51.652],[-2.303,51.654],[-2.293,51.656],[-2.293,51.658],[-2.287,51.665],[-2.284,51.667],[-2.29,51.669],[-2.284,51.67],[-2.286,51.675],[-2.284,51.68],[-2.285,51.681],[-2.28,51.682],[-2.277,51.68],[-2.272,51.683],[-2.268,51.681],[-2.265,51.678],[-2.259,51.677],[-2.247,51.676],[-2.242,51.671],[-2.238,51.667],[-2.236,51.663],[-2.233,51.661],[-2.218,51.66],[-2.212,51.661],[-2.203,51.66],[-2.192,51.66],[-2.189,51.665],[-2.188,51.67],[-2.191,51.673],[-2.194,51.672],[-2.201,51.675],[-2.203,51.68],[-2.21,51.683],[-2.207,51.686],[-2.205,51.689],[-2.202,51.689],[-2.201,51.693],[-2.202,51.695],[-2.211,51.696],[-2.209,51.701],[-2.209,51.706],[-2.206,51.71],[-2.209,51.712],[-2.212,51.714],[-2.211,51.718],[-2.204,51.717],[-2.198,51.717],[-2.196,51.721],[-2.192,51.718],[-2.186,51.718],[-2.175,51.719],[-2.162,51.719],[-2.157,51.72],[-2.141,51.72],[-2.134,51.722],[-2.134,51.723],[-2.128,51.725],[-2.132,51.727],[-2.133,51.73],[-2.137,51.73],[-2.144,51.734],[-2.153,51.736],[-2.155,51.734],[-2.159,51.733],[-2.163,51.735],[-2.172,51.734],[-2.176,51.736],[-2.179,51.736],[-2.186,51.738],[-2.189,51.739],[-2.181,51.744],[-2.188,51.747],[-2.189,51.75],[-2.194,51.752],[-2.193,51.754],[-2.195,51.756],[-2.2,51.758],[-2.205,51.76],[-2.21,51.758],[-2.216,51.759],[-2.222,51.759],[-2.221,51.762],[-2.227,51.764],[-2.233,51.772],[-2.235,51.772],[-2.24,51.768],[-2.246,51.764],[-2.256,51.761],[-2.258,51.756],[-2.26,51.754],[-2.269,51.755],[-2.273,51.756],[-2.278,51.755],[-2.284,51.756],[-2.289,51.756],[-2.299,51.762],[-2.307,51.767],[-2.311,51.773],[-2.315,51.774],[-2.317,51.778],[-2.321,51.782],[-2.325,51.782],[-2.333,51.782],[-2.345,51.787],[-2.349,51.785],[-2.355,51.792],[-2.354,51.794]]]},"properties":{"Name":"Stroud","ID":"E14001529"},"id":466}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.532,52.079],[1.527,52.08],[1.524,52.08],[1.52,52.074],[1.514,52.069],[1.507,52.068],[1.503,52.069],[1.499,52.067],[1.505,52.066],[1.512,52.068],[1.515,52.068],[1.523,52.071],[1.536,52.076],[1.536,52.079],[1.532,52.079]]],[[[1.581,52.322],[1.58,52.324],[1.573,52.329],[1.569,52.33],[1.572,52.326],[1.576,52.323],[1.581,52.322]]],[[[1.581,52.322],[1.569,52.317],[1.566,52.314],[1.559,52.316],[1.549,52.314],[1.548,52.315],[1.541,52.314],[1.535,52.315],[1.533,52.318],[1.528,52.316],[1.527,52.319],[1.529,52.323],[1.522,52.327],[1.519,52.326],[1.514,52.324],[1.51,52.321],[1.507,52.32],[1.5,52.319],[1.498,52.318],[1.494,52.322],[1.497,52.324],[1.494,52.329],[1.489,52.329],[1.485,52.333],[1.486,52.334],[1.484,52.336],[1.485,52.338],[1.49,52.34],[1.489,52.342],[1.488,52.348],[1.481,52.346],[1.473,52.35],[1.468,52.354],[1.456,52.356],[1.447,52.359],[1.45,52.361],[1.444,52.363],[1.437,52.366],[1.426,52.368],[1.422,52.369],[1.417,52.366],[1.41,52.363],[1.407,52.361],[1.397,52.355],[1.394,52.355],[1.388,52.354],[1.384,52.352],[1.38,52.349],[1.369,52.346],[1.365,52.342],[1.362,52.341],[1.357,52.337],[1.362,52.334],[1.361,52.333],[1.357,52.322],[1.36,52.32],[1.367,52.318],[1.371,52.314],[1.379,52.313],[1.38,52.311],[1.384,52.31],[1.381,52.304],[1.384,52.294],[1.387,52.292],[1.391,52.291],[1.402,52.286],[1.404,52.287],[1.407,52.284],[1.41,52.285],[1.415,52.279],[1.411,52.277],[1.411,52.276],[1.414,52.272],[1.422,52.268],[1.42,52.267],[1.42,52.264],[1.424,52.26],[1.432,52.256],[1.437,52.255],[1.439,52.257],[1.443,52.256],[1.442,52.254],[1.448,52.253],[1.457,52.248],[1.457,52.243],[1.458,52.241],[1.46,52.233],[1.464,52.231],[1.459,52.226],[1.46,52.221],[1.456,52.222],[1.456,52.219],[1.453,52.216],[1.447,52.217],[1.443,52.214],[1.446,52.211],[1.447,52.205],[1.441,52.202],[1.443,52.198],[1.447,52.196],[1.451,52.192],[1.456,52.193],[1.458,52.189],[1.47,52.19],[1.475,52.188],[1.484,52.186],[1.481,52.183],[1.483,52.178],[1.482,52.177],[1.488,52.175],[1.485,52.173],[1.484,52.17],[1.477,52.169],[1.474,52.171],[1.469,52.17],[1.466,52.168],[1.463,52.168],[1.455,52.173],[1.452,52.173],[1.449,52.171],[1.44,52.171],[1.434,52.168],[1.431,52.168],[1.422,52.166],[1.416,52.163],[1.417,52.16],[1.415,52.158],[1.416,52.154],[1.419,52.154],[1.426,52.15],[1.431,52.149],[1.435,52.147],[1.433,52.138],[1.429,52.139],[1.428,52.141],[1.422,52.141],[1.416,52.142],[1.403,52.142],[1.392,52.138],[1.392,52.135],[1.39,52.131],[1.391,52.13],[1.389,52.127],[1.381,52.128],[1.377,52.128],[1.373,52.125],[1.373,52.121],[1.367,52.121],[1.362,52.117],[1.357,52.116],[1.349,52.118],[1.34,52.118],[1.334,52.121],[1.331,52.119],[1.328,52.119],[1.324,52.121],[1.321,52.12],[1.32,52.114],[1.318,52.113],[1.312,52.114],[1.309,52.111],[1.306,52.105],[1.3,52.102],[1.295,52.1],[1.292,52.097],[1.292,52.095],[1.285,52.096],[1.287,52.088],[1.285,52.083],[1.282,52.081],[1.279,52.083],[1.274,52.083],[1.273,52.079],[1.272,52.078],[1.267,52.077],[1.264,52.075],[1.264,52.073],[1.261,52.071],[1.265,52.064],[1.262,52.063],[1.263,52.06],[1.261,52.057],[1.254,52.051],[1.246,52.051],[1.239,52.05],[1.227,52.05],[1.224,52.049],[1.228,52.045],[1.217,52.045],[1.212,52.042],[1.206,52.041],[1.203,52.04],[1.202,52.037],[1.205,52.036],[1.213,52.034],[1.224,52.029],[1.219,52.023],[1.215,52.026],[1.209,52.021],[1.202,52.024],[1.195,52.024],[1.187,52.022],[1.183,52.023],[1.179,52.022],[1.182,52.02],[1.185,52.017],[1.188,52.015],[1.198,52.015],[1.21,52.011],[1.215,52.007],[1.219,52.006],[1.229,52.006],[1.233,52.005],[1.246,52],[1.257,51.997],[1.258,52],[1.263,51.998],[1.264,51.996],[1.272,51.996],[1.28,51.992],[1.283,51.99],[1.281,51.981],[1.281,51.978],[1.282,51.971],[1.284,51.968],[1.283,51.966],[1.315,51.952],[1.313,51.951],[1.316,51.944],[1.319,51.946],[1.32,51.94],[1.318,51.934],[1.323,51.935],[1.327,51.941],[1.335,51.948],[1.341,51.954],[1.348,51.959],[1.37,51.965],[1.38,51.974],[1.384,51.977],[1.389,51.979],[1.391,51.989],[1.389,51.989],[1.385,51.995],[1.38,51.998],[1.374,52.002],[1.365,52.004],[1.362,52.006],[1.359,52.009],[1.359,52.011],[1.354,52.014],[1.356,52.016],[1.36,52.017],[1.356,52.022],[1.35,52.025],[1.342,52.027],[1.34,52.031],[1.341,52.036],[1.343,52.037],[1.34,52.039],[1.338,52.041],[1.342,52.042],[1.341,52.038],[1.343,52.037],[1.348,52.04],[1.346,52.043],[1.342,52.045],[1.335,52.049],[1.332,52.053],[1.332,52.056],[1.334,52.059],[1.327,52.062],[1.325,52.063],[1.32,52.066],[1.323,52.067],[1.323,52.07],[1.319,52.073],[1.317,52.076],[1.314,52.076],[1.311,52.077],[1.304,52.077],[1.295,52.076],[1.295,52.078],[1.308,52.079],[1.314,52.078],[1.312,52.081],[1.317,52.084],[1.316,52.086],[1.317,52.089],[1.324,52.093],[1.326,52.096],[1.331,52.098],[1.33,52.1],[1.333,52.102],[1.337,52.102],[1.338,52.1],[1.332,52.098],[1.332,52.094],[1.328,52.093],[1.326,52.089],[1.321,52.088],[1.319,52.081],[1.32,52.08],[1.326,52.076],[1.329,52.073],[1.33,52.069],[1.344,52.064],[1.345,52.058],[1.341,52.053],[1.344,52.052],[1.352,52.046],[1.352,52.038],[1.345,52.034],[1.345,52.031],[1.348,52.029],[1.359,52.026],[1.363,52.022],[1.366,52.018],[1.364,52.011],[1.365,52.009],[1.371,52.006],[1.387,52.001],[1.39,51.999],[1.394,51.994],[1.394,51.987],[1.402,51.99],[1.412,51.994],[1.424,52.001],[1.435,52.009],[1.435,52.013],[1.444,52.026],[1.448,52.03],[1.455,52.034],[1.461,52.044],[1.46,52.046],[1.462,52.048],[1.475,52.054],[1.475,52.056],[1.479,52.059],[1.484,52.061],[1.495,52.064],[1.497,52.068],[1.501,52.071],[1.494,52.071],[1.49,52.073],[1.489,52.076],[1.491,52.082],[1.496,52.085],[1.497,52.087],[1.494,52.095],[1.498,52.091],[1.498,52.085],[1.496,52.083],[1.491,52.08],[1.49,52.075],[1.493,52.072],[1.502,52.072],[1.511,52.07],[1.517,52.074],[1.521,52.08],[1.525,52.082],[1.535,52.081],[1.538,52.081],[1.536,52.088],[1.537,52.09],[1.542,52.092],[1.549,52.091],[1.553,52.092],[1.558,52.096],[1.566,52.1],[1.567,52.103],[1.565,52.108],[1.566,52.112],[1.568,52.113],[1.576,52.116],[1.582,52.12],[1.584,52.123],[1.584,52.125],[1.589,52.131],[1.59,52.137],[1.595,52.141],[1.595,52.142],[1.586,52.14],[1.58,52.141],[1.573,52.143],[1.571,52.144],[1.568,52.149],[1.569,52.152],[1.571,52.155],[1.568,52.156],[1.563,52.155],[1.559,52.152],[1.556,52.153],[1.554,52.151],[1.543,52.154],[1.544,52.155],[1.537,52.156],[1.525,52.157],[1.523,52.151],[1.518,52.15],[1.511,52.151],[1.505,52.154],[1.505,52.158],[1.502,52.162],[1.503,52.164],[1.509,52.164],[1.509,52.16],[1.513,52.159],[1.514,52.156],[1.518,52.158],[1.524,52.161],[1.528,52.161],[1.531,52.163],[1.537,52.165],[1.555,52.165],[1.557,52.163],[1.553,52.161],[1.556,52.159],[1.564,52.16],[1.572,52.16],[1.576,52.158],[1.58,52.155],[1.58,52.153],[1.577,52.15],[1.572,52.149],[1.573,52.145],[1.58,52.143],[1.587,52.143],[1.593,52.145],[1.598,52.144],[1.598,52.14],[1.596,52.137],[1.593,52.13],[1.59,52.127],[1.587,52.12],[1.578,52.113],[1.571,52.112],[1.568,52.108],[1.571,52.104],[1.57,52.1],[1.568,52.098],[1.562,52.095],[1.557,52.091],[1.551,52.089],[1.542,52.09],[1.54,52.088],[1.542,52.083],[1.543,52.079],[1.538,52.075],[1.526,52.071],[1.517,52.067],[1.512,52.066],[1.503,52.064],[1.496,52.062],[1.488,52.059],[1.486,52.056],[1.494,52.059],[1.522,52.067],[1.53,52.07],[1.557,52.077],[1.567,52.081],[1.575,52.084],[1.579,52.087],[1.583,52.092],[1.587,52.101],[1.589,52.113],[1.595,52.131],[1.597,52.135],[1.605,52.157],[1.611,52.171],[1.619,52.182],[1.622,52.187],[1.623,52.206],[1.625,52.221],[1.626,52.228],[1.628,52.237],[1.629,52.246],[1.63,52.263],[1.63,52.268],[1.633,52.277],[1.637,52.285],[1.643,52.294],[1.65,52.3],[1.661,52.308],[1.667,52.312],[1.673,52.314],[1.667,52.316],[1.659,52.322],[1.659,52.324],[1.653,52.324],[1.648,52.325],[1.645,52.328],[1.638,52.33],[1.637,52.328],[1.634,52.329],[1.63,52.326],[1.631,52.324],[1.629,52.322],[1.62,52.319],[1.617,52.316],[1.606,52.316],[1.601,52.322],[1.596,52.323],[1.59,52.321],[1.587,52.319],[1.581,52.322]]],[[[1.728,52.4],[1.722,52.399],[1.716,52.403],[1.715,52.406],[1.709,52.404],[1.705,52.405],[1.702,52.409],[1.693,52.411],[1.694,52.414],[1.691,52.418],[1.685,52.417],[1.683,52.419],[1.682,52.425],[1.688,52.424],[1.689,52.431],[1.686,52.436],[1.684,52.438],[1.684,52.441],[1.676,52.437],[1.667,52.436],[1.668,52.434],[1.659,52.433],[1.649,52.428],[1.647,52.426],[1.641,52.425],[1.639,52.427],[1.634,52.427],[1.631,52.429],[1.626,52.428],[1.625,52.424],[1.632,52.42],[1.64,52.419],[1.633,52.414],[1.631,52.408],[1.633,52.406],[1.632,52.403],[1.624,52.401],[1.618,52.396],[1.613,52.39],[1.608,52.391],[1.605,52.387],[1.607,52.384],[1.606,52.382],[1.602,52.378],[1.597,52.377],[1.596,52.374],[1.589,52.37],[1.592,52.366],[1.591,52.363],[1.595,52.36],[1.593,52.358],[1.588,52.355],[1.587,52.352],[1.576,52.352],[1.56,52.347],[1.564,52.343],[1.571,52.341],[1.568,52.338],[1.563,52.332],[1.569,52.33],[1.576,52.327],[1.58,52.324],[1.581,52.321],[1.588,52.32],[1.592,52.323],[1.598,52.324],[1.596,52.327],[1.599,52.329],[1.602,52.33],[1.606,52.328],[1.606,52.327],[1.61,52.321],[1.613,52.324],[1.612,52.327],[1.62,52.329],[1.631,52.331],[1.639,52.331],[1.641,52.33],[1.645,52.329],[1.65,52.326],[1.659,52.325],[1.66,52.322],[1.667,52.317],[1.676,52.313],[1.677,52.318],[1.684,52.329],[1.686,52.333],[1.688,52.34],[1.692,52.349],[1.699,52.359],[1.703,52.364],[1.705,52.367],[1.71,52.375],[1.72,52.388],[1.725,52.394],[1.728,52.4]]]]},"properties":{"Name":"Suffolk Coastal","ID":"E14001530"},"id":467}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.347,54.861],[-1.347,54.865],[-1.351,54.869],[-1.356,54.876],[-1.354,54.88],[-1.356,54.883],[-1.36,54.889],[-1.36,54.894],[-1.362,54.898],[-1.36,54.901],[-1.354,54.904],[-1.356,54.906],[-1.355,54.909],[-1.357,54.911],[-1.361,54.917],[-1.364,54.914],[-1.367,54.914],[-1.371,54.91],[-1.377,54.91],[-1.382,54.909],[-1.387,54.91],[-1.392,54.912],[-1.394,54.916],[-1.398,54.916],[-1.402,54.914],[-1.407,54.913],[-1.414,54.916],[-1.421,54.916],[-1.432,54.914],[-1.435,54.912],[-1.44,54.912],[-1.441,54.909],[-1.438,54.906],[-1.44,54.902],[-1.435,54.903],[-1.428,54.902],[-1.43,54.896],[-1.427,54.892],[-1.417,54.887],[-1.409,54.887],[-1.4,54.889],[-1.395,54.888],[-1.384,54.884],[-1.379,54.879],[-1.381,54.877],[-1.389,54.879],[-1.391,54.878],[-1.391,54.875],[-1.387,54.873],[-1.381,54.873],[-1.381,54.87],[-1.386,54.868],[-1.382,54.862],[-1.373,54.858],[-1.369,54.858],[-1.36,54.858],[-1.354,54.86],[-1.347,54.861]]],[[[-1.364,54.944],[-1.366,54.943],[-1.374,54.944],[-1.376,54.937],[-1.379,54.937],[-1.384,54.939],[-1.388,54.938],[-1.392,54.939],[-1.397,54.94],[-1.404,54.938],[-1.412,54.936],[-1.411,54.933],[-1.412,54.931],[-1.41,54.929],[-1.411,54.927],[-1.42,54.924],[-1.421,54.923],[-1.426,54.922],[-1.427,54.919],[-1.429,54.917],[-1.421,54.918],[-1.414,54.917],[-1.41,54.914],[-1.403,54.915],[-1.399,54.917],[-1.396,54.918],[-1.392,54.917],[-1.392,54.913],[-1.387,54.91],[-1.383,54.91],[-1.377,54.911],[-1.373,54.911],[-1.369,54.914],[-1.369,54.917],[-1.363,54.919],[-1.363,54.923],[-1.367,54.929],[-1.365,54.931],[-1.368,54.935],[-1.367,54.939],[-1.364,54.944]]]]},"properties":{"Name":"Sunderland Central","ID":"E14001531"},"id":468}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.598,51.386],[-0.603,51.387],[-0.607,51.389],[-0.616,51.392],[-0.623,51.39],[-0.617,51.386],[-0.621,51.385],[-0.625,51.383],[-0.628,51.384],[-0.636,51.385],[-0.64,51.387],[-0.647,51.385],[-0.651,51.386],[-0.653,51.387],[-0.664,51.386],[-0.668,51.385],[-0.697,51.374],[-0.71,51.371],[-0.724,51.368],[-0.735,51.365],[-0.739,51.36],[-0.744,51.355],[-0.748,51.352],[-0.754,51.346],[-0.759,51.343],[-0.758,51.341],[-0.762,51.34],[-0.765,51.337],[-0.768,51.336],[-0.773,51.333],[-0.775,51.332],[-0.772,51.328],[-0.769,51.328],[-0.765,51.325],[-0.763,51.318],[-0.759,51.317],[-0.756,51.314],[-0.751,51.313],[-0.745,51.31],[-0.744,51.306],[-0.739,51.301],[-0.74,51.296],[-0.737,51.292],[-0.737,51.29],[-0.736,51.285],[-0.734,51.284],[-0.733,51.282],[-0.731,51.28],[-0.728,51.28],[-0.72,51.279],[-0.717,51.282],[-0.71,51.282],[-0.712,51.279],[-0.708,51.276],[-0.705,51.275],[-0.703,51.271],[-0.702,51.266],[-0.706,51.257],[-0.704,51.247],[-0.706,51.243],[-0.703,51.238],[-0.698,51.235],[-0.693,51.237],[-0.688,51.238],[-0.681,51.238],[-0.666,51.242],[-0.654,51.242],[-0.651,51.243],[-0.653,51.248],[-0.654,51.251],[-0.649,51.251],[-0.651,51.258],[-0.655,51.259],[-0.648,51.264],[-0.644,51.265],[-0.644,51.267],[-0.639,51.269],[-0.633,51.269],[-0.63,51.274],[-0.633,51.277],[-0.63,51.279],[-0.624,51.279],[-0.619,51.283],[-0.625,51.287],[-0.634,51.294],[-0.648,51.305],[-0.65,51.309],[-0.647,51.312],[-0.634,51.315],[-0.633,51.314],[-0.628,51.316],[-0.627,51.319],[-0.624,51.319],[-0.627,51.325],[-0.625,51.327],[-0.626,51.33],[-0.626,51.335],[-0.615,51.332],[-0.613,51.333],[-0.615,51.336],[-0.608,51.34],[-0.59,51.34],[-0.583,51.337],[-0.578,51.336],[-0.574,51.339],[-0.573,51.342],[-0.566,51.344],[-0.562,51.343],[-0.552,51.346],[-0.549,51.348],[-0.551,51.354],[-0.551,51.357],[-0.555,51.362],[-0.563,51.362],[-0.57,51.36],[-0.573,51.366],[-0.574,51.371],[-0.579,51.372],[-0.587,51.375],[-0.594,51.377],[-0.598,51.386]]]},"properties":{"Name":"Surrey Heath","ID":"E14001532"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.161,51.137],[0.16,51.141],[0.156,51.141],[0.152,51.143],[0.145,51.143],[0.139,51.147],[0.129,51.147],[0.122,51.147],[0.11,51.144],[0.105,51.144],[0.103,51.143],[0.098,51.142],[0.091,51.141],[0.084,51.142],[0.078,51.14],[0.071,51.14],[0.062,51.142],[0.059,51.141],[0.056,51.142],[0.05,51.143],[0.046,51.142],[0.038,51.14],[0.027,51.14],[0.027,51.138],[0.028,51.133],[0.026,51.132],[0.025,51.128],[0.026,51.127],[0.025,51.123],[0.027,51.122],[0.028,51.118],[0.037,51.115],[0.038,51.11],[0.035,51.109],[0.026,51.109],[0.021,51.107],[0.019,51.104],[0.032,51.102],[0.04,51.099],[0.042,51.101],[0.049,51.101],[0.049,51.097],[0.053,51.097],[0.054,51.094],[0.05,51.094],[0.051,51.091],[0.047,51.086],[0.05,51.085],[0.056,51.082],[0.051,51.078],[0.047,51.076],[0.042,51.072],[0.035,51.073],[0.032,51.072],[0.033,51.069],[0.04,51.068],[0.045,51.066],[0.052,51.065],[0.056,51.063],[0.06,51.062],[0.067,51.062],[0.067,51.058],[0.065,51.054],[0.068,51.05],[0.066,51.048],[0.072,51.045],[0.082,51.047],[0.087,51.048],[0.093,51.045],[0.101,51.044],[0.106,51.048],[0.11,51.047],[0.114,51.048],[0.117,51.046],[0.119,51.047],[0.125,51.044],[0.131,51.043],[0.135,51.041],[0.134,51.039],[0.141,51.031],[0.147,51.028],[0.148,51.026],[0.153,51.024],[0.152,51.021],[0.151,51.018],[0.152,51.015],[0.157,51.014],[0.157,51.008],[0.159,51.005],[0.162,51],[0.158,50.995],[0.159,50.994],[0.157,50.992],[0.153,50.992],[0.154,50.988],[0.154,50.984],[0.157,50.982],[0.156,50.98],[0.162,50.977],[0.153,50.975],[0.147,50.979],[0.141,50.978],[0.139,50.981],[0.136,50.98],[0.131,50.981],[0.129,50.979],[0.123,50.98],[0.117,50.976],[0.105,50.97],[0.105,50.968],[0.108,50.967],[0.112,50.96],[0.111,50.956],[0.107,50.95],[0.102,50.951],[0.101,50.949],[0.106,50.946],[0.114,50.943],[0.119,50.941],[0.111,50.936],[0.109,50.934],[0.11,50.931],[0.114,50.929],[0.114,50.927],[0.116,50.923],[0.121,50.921],[0.123,50.922],[0.129,50.921],[0.131,50.917],[0.147,50.914],[0.151,50.918],[0.157,50.918],[0.157,50.912],[0.158,50.911],[0.167,50.909],[0.168,50.907],[0.167,50.902],[0.173,50.899],[0.176,50.897],[0.167,50.892],[0.176,50.888],[0.176,50.886],[0.181,50.886],[0.185,50.878],[0.193,50.878],[0.199,50.882],[0.215,50.881],[0.221,50.876],[0.222,50.874],[0.228,50.871],[0.232,50.874],[0.235,50.877],[0.237,50.874],[0.242,50.865],[0.243,50.856],[0.243,50.849],[0.241,50.842],[0.249,50.84],[0.249,50.839],[0.253,50.836],[0.261,50.838],[0.267,50.836],[0.272,50.838],[0.276,50.843],[0.291,50.838],[0.301,50.84],[0.298,50.844],[0.294,50.844],[0.292,50.846],[0.296,50.851],[0.294,50.855],[0.298,50.856],[0.302,50.856],[0.304,50.859],[0.304,50.864],[0.308,50.864],[0.31,50.868],[0.309,50.874],[0.31,50.875],[0.307,50.879],[0.308,50.882],[0.307,50.888],[0.309,50.891],[0.317,50.894],[0.32,50.893],[0.323,50.894],[0.33,50.895],[0.339,50.899],[0.341,50.893],[0.346,50.892],[0.351,50.894],[0.359,50.891],[0.361,50.892],[0.367,50.89],[0.371,50.893],[0.374,50.898],[0.37,50.901],[0.363,50.903],[0.361,50.906],[0.361,50.909],[0.358,50.913],[0.364,50.914],[0.364,50.917],[0.358,50.917],[0.359,50.922],[0.363,50.923],[0.363,50.926],[0.367,50.931],[0.367,50.933],[0.361,50.936],[0.357,50.935],[0.351,50.939],[0.348,50.938],[0.343,50.939],[0.341,50.941],[0.344,50.944],[0.341,50.947],[0.338,50.948],[0.339,50.951],[0.336,50.953],[0.341,50.957],[0.344,50.958],[0.342,50.961],[0.335,50.961],[0.328,50.961],[0.324,50.964],[0.326,50.967],[0.328,50.97],[0.33,50.973],[0.329,50.981],[0.327,50.985],[0.323,50.987],[0.324,50.991],[0.322,50.993],[0.325,50.998],[0.323,51],[0.33,51.004],[0.33,51.01],[0.329,51.013],[0.331,51.014],[0.337,51.014],[0.342,51.016],[0.345,51.015],[0.352,51.018],[0.351,51.02],[0.348,51.022],[0.348,51.027],[0.355,51.031],[0.355,51.041],[0.358,51.046],[0.357,51.051],[0.357,51.058],[0.361,51.061],[0.361,51.065],[0.363,51.067],[0.367,51.068],[0.377,51.073],[0.391,51.073],[0.396,51.074],[0.392,51.077],[0.398,51.083],[0.396,51.083],[0.39,51.084],[0.384,51.086],[0.381,51.088],[0.375,51.088],[0.365,51.088],[0.357,51.083],[0.351,51.084],[0.354,51.092],[0.354,51.095],[0.351,51.099],[0.356,51.101],[0.359,51.104],[0.355,51.105],[0.335,51.105],[0.331,51.11],[0.325,51.112],[0.325,51.114],[0.328,51.116],[0.33,51.118],[0.327,51.122],[0.325,51.123],[0.311,51.119],[0.308,51.12],[0.299,51.118],[0.29,51.119],[0.285,51.118],[0.28,51.118],[0.276,51.12],[0.272,51.119],[0.279,51.115],[0.276,51.112],[0.267,51.115],[0.256,51.114],[0.252,51.115],[0.245,51.115],[0.243,51.117],[0.228,51.124],[0.218,51.12],[0.214,51.121],[0.209,51.121],[0.207,51.119],[0.2,51.117],[0.185,51.117],[0.179,51.116],[0.171,51.115],[0.167,51.117],[0.164,51.116],[0.159,51.117],[0.154,51.122],[0.152,51.124],[0.151,51.131],[0.151,51.134],[0.154,51.137],[0.161,51.137]]]},"properties":{"Name":"Sussex Weald","ID":"E14001533"},"id":470}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.2,51.385],[-0.205,51.386],[-0.21,51.388],[-0.218,51.38],[-0.228,51.384],[-0.234,51.388],[-0.235,51.391],[-0.237,51.39],[-0.24,51.389],[-0.239,51.387],[-0.239,51.386],[-0.242,51.383],[-0.243,51.383],[-0.244,51.383],[-0.245,51.382],[-0.245,51.381],[-0.245,51.38],[-0.245,51.37],[-0.245,51.367],[-0.241,51.366],[-0.237,51.367],[-0.233,51.366],[-0.227,51.363],[-0.223,51.357],[-0.222,51.351],[-0.22,51.35],[-0.217,51.343],[-0.224,51.34],[-0.23,51.337],[-0.221,51.33],[-0.214,51.33],[-0.212,51.333],[-0.213,51.336],[-0.203,51.34],[-0.201,51.34],[-0.197,51.344],[-0.187,51.341],[-0.183,51.344],[-0.179,51.349],[-0.178,51.353],[-0.174,51.358],[-0.182,51.361],[-0.181,51.362],[-0.181,51.37],[-0.183,51.374],[-0.182,51.377],[-0.187,51.382],[-0.193,51.383],[-0.197,51.381],[-0.2,51.385]]]},"properties":{"Name":"Sutton and Cheam","ID":"E14001534"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.788,52.588],[-1.79,52.592],[-1.795,52.595],[-1.797,52.599],[-1.804,52.601],[-1.812,52.604],[-1.828,52.609],[-1.837,52.607],[-1.849,52.604],[-1.854,52.602],[-1.864,52.591],[-1.871,52.587],[-1.873,52.585],[-1.876,52.58],[-1.879,52.57],[-1.892,52.562],[-1.883,52.559],[-1.88,52.558],[-1.874,52.554],[-1.865,52.551],[-1.865,52.549],[-1.859,52.545],[-1.856,52.547],[-1.847,52.542],[-1.848,52.54],[-1.835,52.535],[-1.831,52.536],[-1.819,52.534],[-1.816,52.532],[-1.811,52.532],[-1.808,52.53],[-1.801,52.527],[-1.79,52.526],[-1.784,52.528],[-1.774,52.523],[-1.772,52.519],[-1.776,52.515],[-1.783,52.513],[-1.784,52.511],[-1.792,52.509],[-1.785,52.51],[-1.774,52.513],[-1.766,52.514],[-1.76,52.514],[-1.754,52.513],[-1.754,52.518],[-1.754,52.521],[-1.746,52.52],[-1.742,52.521],[-1.735,52.523],[-1.732,52.523],[-1.729,52.525],[-1.732,52.528],[-1.739,52.529],[-1.739,52.532],[-1.749,52.531],[-1.751,52.536],[-1.748,52.537],[-1.749,52.541],[-1.753,52.545],[-1.756,52.555],[-1.765,52.557],[-1.768,52.559],[-1.767,52.562],[-1.774,52.565],[-1.77,52.568],[-1.764,52.57],[-1.767,52.571],[-1.77,52.575],[-1.777,52.575],[-1.779,52.576],[-1.779,52.579],[-1.785,52.582],[-1.788,52.585],[-1.788,52.588]]]},"properties":{"Name":"Sutton Coldfield","ID":"E14001535"},"id":472}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.683,51.69],[-1.689,51.692],[-1.694,51.693],[-1.697,51.692],[-1.701,51.686],[-1.704,51.686],[-1.71,51.682],[-1.709,51.679],[-1.711,51.675],[-1.711,51.672],[-1.723,51.67],[-1.727,51.667],[-1.731,51.668],[-1.739,51.667],[-1.74,51.666],[-1.749,51.663],[-1.761,51.662],[-1.766,51.663],[-1.768,51.664],[-1.77,51.668],[-1.777,51.669],[-1.781,51.669],[-1.789,51.667],[-1.791,51.664],[-1.796,51.662],[-1.797,51.661],[-1.795,51.657],[-1.796,51.655],[-1.794,51.648],[-1.79,51.641],[-1.789,51.633],[-1.806,51.633],[-1.808,51.63],[-1.814,51.625],[-1.82,51.628],[-1.831,51.624],[-1.831,51.621],[-1.84,51.616],[-1.84,51.614],[-1.842,51.613],[-1.841,51.61],[-1.842,51.604],[-1.839,51.6],[-1.832,51.597],[-1.833,51.592],[-1.837,51.59],[-1.838,51.588],[-1.836,51.586],[-1.826,51.584],[-1.823,51.584],[-1.826,51.579],[-1.817,51.575],[-1.803,51.569],[-1.793,51.564],[-1.789,51.564],[-1.773,51.569],[-1.762,51.572],[-1.762,51.57],[-1.759,51.568],[-1.748,51.564],[-1.744,51.569],[-1.746,51.571],[-1.738,51.572],[-1.734,51.574],[-1.73,51.572],[-1.72,51.574],[-1.718,51.574],[-1.702,51.577],[-1.698,51.58],[-1.694,51.581],[-1.691,51.584],[-1.689,51.586],[-1.685,51.588],[-1.685,51.592],[-1.688,51.596],[-1.689,51.602],[-1.691,51.602],[-1.69,51.606],[-1.682,51.61],[-1.682,51.613],[-1.679,51.614],[-1.676,51.612],[-1.672,51.613],[-1.667,51.616],[-1.667,51.618],[-1.672,51.62],[-1.673,51.623],[-1.669,51.626],[-1.668,51.628],[-1.663,51.631],[-1.66,51.635],[-1.663,51.64],[-1.67,51.641],[-1.676,51.642],[-1.68,51.645],[-1.68,51.647],[-1.686,51.652],[-1.691,51.652],[-1.693,51.653],[-1.689,51.656],[-1.691,51.664],[-1.694,51.666],[-1.694,51.669],[-1.7,51.67],[-1.699,51.676],[-1.695,51.679],[-1.697,51.682],[-1.693,51.684],[-1.691,51.687],[-1.683,51.69]]]},"properties":{"Name":"Swindon North","ID":"E14001536"},"id":473}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.73,51.572],[-1.734,51.574],[-1.738,51.572],[-1.746,51.571],[-1.744,51.569],[-1.748,51.564],[-1.759,51.568],[-1.762,51.57],[-1.762,51.572],[-1.773,51.569],[-1.789,51.564],[-1.793,51.564],[-1.803,51.569],[-1.817,51.575],[-1.826,51.579],[-1.831,51.582],[-1.838,51.58],[-1.84,51.578],[-1.843,51.579],[-1.845,51.573],[-1.844,51.57],[-1.848,51.569],[-1.85,51.567],[-1.847,51.566],[-1.845,51.562],[-1.858,51.563],[-1.86,51.565],[-1.862,51.56],[-1.861,51.559],[-1.849,51.553],[-1.854,51.55],[-1.851,51.547],[-1.852,51.545],[-1.844,51.543],[-1.839,51.542],[-1.831,51.545],[-1.821,51.549],[-1.812,51.553],[-1.808,51.549],[-1.806,51.55],[-1.797,51.546],[-1.797,51.544],[-1.795,51.54],[-1.781,51.537],[-1.771,51.533],[-1.77,51.53],[-1.764,51.531],[-1.756,51.53],[-1.74,51.529],[-1.731,51.528],[-1.725,51.527],[-1.724,51.534],[-1.729,51.537],[-1.732,51.543],[-1.724,51.541],[-1.723,51.541],[-1.721,51.548],[-1.719,51.56],[-1.721,51.564],[-1.723,51.567],[-1.73,51.572]]]},"properties":{"Name":"Swindon South","ID":"E14001537"},"id":474}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.598,52.7],[-1.601,52.698],[-1.605,52.697],[-1.615,52.701],[-1.621,52.699],[-1.625,52.698],[-1.628,52.7],[-1.63,52.7],[-1.636,52.702],[-1.638,52.7],[-1.642,52.7],[-1.649,52.698],[-1.654,52.699],[-1.654,52.708],[-1.656,52.708],[-1.659,52.714],[-1.656,52.716],[-1.657,52.722],[-1.663,52.723],[-1.676,52.725],[-1.678,52.728],[-1.694,52.727],[-1.701,52.728],[-1.704,52.73],[-1.704,52.732],[-1.707,52.731],[-1.712,52.73],[-1.718,52.731],[-1.723,52.731],[-1.725,52.727],[-1.723,52.722],[-1.725,52.721],[-1.73,52.719],[-1.73,52.71],[-1.732,52.706],[-1.735,52.705],[-1.74,52.705],[-1.744,52.701],[-1.745,52.701],[-1.747,52.701],[-1.748,52.701],[-1.75,52.702],[-1.751,52.702],[-1.755,52.703],[-1.756,52.703],[-1.757,52.703],[-1.759,52.703],[-1.76,52.702],[-1.761,52.702],[-1.763,52.702],[-1.763,52.701],[-1.765,52.701],[-1.765,52.7],[-1.768,52.7],[-1.768,52.699],[-1.77,52.699],[-1.771,52.699],[-1.771,52.698],[-1.773,52.697],[-1.774,52.696],[-1.775,52.696],[-1.776,52.695],[-1.779,52.694],[-1.778,52.691],[-1.78,52.687],[-1.778,52.686],[-1.777,52.683],[-1.784,52.68],[-1.788,52.679],[-1.795,52.676],[-1.799,52.677],[-1.801,52.675],[-1.803,52.674],[-1.805,52.672],[-1.811,52.668],[-1.816,52.662],[-1.82,52.663],[-1.823,52.662],[-1.828,52.662],[-1.833,52.659],[-1.829,52.656],[-1.839,52.656],[-1.84,52.653],[-1.842,52.645],[-1.85,52.647],[-1.854,52.646],[-1.862,52.648],[-1.866,52.648],[-1.874,52.646],[-1.881,52.644],[-1.884,52.645],[-1.888,52.645],[-1.894,52.649],[-1.905,52.643],[-1.91,52.639],[-1.916,52.635],[-1.91,52.632],[-1.904,52.628],[-1.897,52.625],[-1.893,52.622],[-1.886,52.615],[-1.885,52.611],[-1.887,52.607],[-1.892,52.601],[-1.892,52.599],[-1.884,52.594],[-1.88,52.589],[-1.875,52.586],[-1.873,52.585],[-1.871,52.587],[-1.864,52.591],[-1.854,52.602],[-1.849,52.604],[-1.837,52.607],[-1.828,52.609],[-1.812,52.604],[-1.804,52.601],[-1.797,52.599],[-1.795,52.595],[-1.79,52.592],[-1.788,52.588],[-1.784,52.589],[-1.781,52.591],[-1.775,52.592],[-1.77,52.589],[-1.756,52.592],[-1.751,52.593],[-1.741,52.594],[-1.739,52.594],[-1.74,52.59],[-1.738,52.589],[-1.723,52.588],[-1.719,52.589],[-1.714,52.589],[-1.708,52.587],[-1.704,52.588],[-1.703,52.591],[-1.698,52.591],[-1.689,52.589],[-1.686,52.589],[-1.686,52.593],[-1.68,52.594],[-1.674,52.593],[-1.666,52.592],[-1.666,52.596],[-1.661,52.595],[-1.656,52.595],[-1.645,52.603],[-1.64,52.608],[-1.64,52.614],[-1.636,52.62],[-1.644,52.621],[-1.643,52.623],[-1.638,52.625],[-1.643,52.631],[-1.638,52.638],[-1.642,52.641],[-1.633,52.643],[-1.639,52.647],[-1.643,52.651],[-1.643,52.654],[-1.645,52.658],[-1.639,52.659],[-1.628,52.664],[-1.625,52.666],[-1.619,52.668],[-1.616,52.669],[-1.615,52.672],[-1.605,52.673],[-1.605,52.676],[-1.602,52.68],[-1.59,52.687],[-1.589,52.693],[-1.587,52.695],[-1.591,52.698],[-1.598,52.7]]]},"properties":{"Name":"Tamworth","ID":"E14001538"},"id":475}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.314,53.357],[-2.314,53.359],[-2.32,53.359],[-2.324,53.361],[-2.328,53.36],[-2.33,53.363],[-2.333,53.366],[-2.341,53.367],[-2.344,53.367],[-2.348,53.368],[-2.357,53.369],[-2.361,53.366],[-2.36,53.364],[-2.365,53.363],[-2.367,53.364],[-2.378,53.366],[-2.381,53.37],[-2.39,53.371],[-2.396,53.374],[-2.4,53.375],[-2.401,53.378],[-2.407,53.38],[-2.411,53.384],[-2.417,53.385],[-2.421,53.387],[-2.425,53.387],[-2.428,53.388],[-2.432,53.388],[-2.446,53.392],[-2.448,53.395],[-2.455,53.394],[-2.465,53.395],[-2.471,53.392],[-2.476,53.394],[-2.476,53.395],[-2.478,53.396],[-2.481,53.396],[-2.51,53.389],[-2.511,53.381],[-2.509,53.378],[-2.509,53.377],[-2.508,53.376],[-2.509,53.376],[-2.509,53.375],[-2.509,53.374],[-2.51,53.374],[-2.511,53.373],[-2.511,53.372],[-2.511,53.371],[-2.512,53.37],[-2.512,53.369],[-2.513,53.369],[-2.513,53.368],[-2.514,53.366],[-2.514,53.365],[-2.514,53.364],[-2.515,53.364],[-2.516,53.364],[-2.515,53.363],[-2.516,53.363],[-2.515,53.361],[-2.509,53.36],[-2.507,53.355],[-2.509,53.354],[-2.513,53.352],[-2.515,53.35],[-2.521,53.348],[-2.518,53.342],[-2.538,53.336],[-2.545,53.331],[-2.552,53.332],[-2.554,53.329],[-2.56,53.324],[-2.563,53.323],[-2.569,53.325],[-2.578,53.326],[-2.579,53.328],[-2.586,53.329],[-2.588,53.326],[-2.592,53.325],[-2.595,53.322],[-2.595,53.32],[-2.604,53.318],[-2.607,53.314],[-2.61,53.316],[-2.61,53.318],[-2.617,53.321],[-2.618,53.316],[-2.623,53.312],[-2.624,53.309],[-2.629,53.308],[-2.636,53.308],[-2.638,53.31],[-2.645,53.31],[-2.642,53.306],[-2.648,53.308],[-2.685,53.315],[-2.688,53.313],[-2.701,53.306],[-2.699,53.304],[-2.692,53.303],[-2.688,53.3],[-2.686,53.296],[-2.683,53.291],[-2.673,53.289],[-2.672,53.284],[-2.667,53.282],[-2.659,53.287],[-2.649,53.286],[-2.645,53.283],[-2.637,53.282],[-2.628,53.283],[-2.624,53.286],[-2.621,53.288],[-2.617,53.288],[-2.612,53.286],[-2.609,53.281],[-2.601,53.28],[-2.595,53.273],[-2.589,53.271],[-2.581,53.273],[-2.576,53.273],[-2.57,53.272],[-2.564,53.272],[-2.56,53.27],[-2.56,53.266],[-2.564,53.264],[-2.56,53.262],[-2.557,53.26],[-2.553,53.261],[-2.55,53.26],[-2.549,53.262],[-2.545,53.263],[-2.546,53.266],[-2.536,53.271],[-2.526,53.272],[-2.521,53.268],[-2.52,53.27],[-2.516,53.27],[-2.51,53.273],[-2.507,53.268],[-2.503,53.267],[-2.498,53.268],[-2.497,53.267],[-2.493,53.268],[-2.484,53.267],[-2.48,53.269],[-2.474,53.269],[-2.473,53.268],[-2.474,53.261],[-2.465,53.256],[-2.469,53.251],[-2.473,53.25],[-2.459,53.224],[-2.465,53.223],[-2.46,53.217],[-2.463,53.215],[-2.472,53.213],[-2.475,53.21],[-2.467,53.206],[-2.468,53.204],[-2.464,53.204],[-2.464,53.202],[-2.455,53.202],[-2.451,53.199],[-2.446,53.201],[-2.439,53.2],[-2.435,53.197],[-2.431,53.198],[-2.429,53.195],[-2.426,53.193],[-2.418,53.189],[-2.413,53.184],[-2.413,53.181],[-2.407,53.174],[-2.398,53.172],[-2.398,53.177],[-2.392,53.18],[-2.387,53.176],[-2.378,53.172],[-2.378,53.174],[-2.372,53.179],[-2.369,53.183],[-2.376,53.189],[-2.371,53.19],[-2.373,53.196],[-2.385,53.197],[-2.39,53.196],[-2.393,53.205],[-2.399,53.205],[-2.401,53.203],[-2.406,53.204],[-2.41,53.206],[-2.409,53.209],[-2.409,53.213],[-2.412,53.213],[-2.414,53.219],[-2.411,53.221],[-2.401,53.222],[-2.398,53.225],[-2.399,53.228],[-2.397,53.231],[-2.399,53.232],[-2.396,53.234],[-2.386,53.23],[-2.381,53.228],[-2.378,53.227],[-2.368,53.223],[-2.364,53.224],[-2.36,53.231],[-2.359,53.233],[-2.354,53.236],[-2.347,53.241],[-2.35,53.244],[-2.351,53.246],[-2.349,53.249],[-2.345,53.249],[-2.34,53.252],[-2.334,53.252],[-2.331,53.253],[-2.324,53.251],[-2.321,53.248],[-2.309,53.246],[-2.299,53.248],[-2.295,53.248],[-2.291,53.252],[-2.29,53.255],[-2.282,53.254],[-2.275,53.26],[-2.272,53.259],[-2.261,53.258],[-2.258,53.256],[-2.254,53.255],[-2.25,53.256],[-2.244,53.256],[-2.243,53.261],[-2.235,53.261],[-2.229,53.263],[-2.225,53.262],[-2.221,53.264],[-2.22,53.267],[-2.221,53.27],[-2.224,53.272],[-2.229,53.273],[-2.222,53.277],[-2.222,53.28],[-2.215,53.287],[-2.207,53.289],[-2.208,53.295],[-2.212,53.298],[-2.21,53.304],[-2.208,53.306],[-2.198,53.313],[-2.197,53.317],[-2.192,53.323],[-2.19,53.324],[-2.185,53.333],[-2.188,53.334],[-2.19,53.338],[-2.194,53.339],[-2.19,53.342],[-2.183,53.343],[-2.181,53.344],[-2.188,53.349],[-2.185,53.353],[-2.202,53.355],[-2.208,53.355],[-2.211,53.357],[-2.215,53.357],[-2.216,53.359],[-2.224,53.36],[-2.233,53.359],[-2.241,53.36],[-2.244,53.361],[-2.256,53.361],[-2.259,53.359],[-2.258,53.357],[-2.265,53.354],[-2.267,53.351],[-2.273,53.351],[-2.278,53.349],[-2.28,53.346],[-2.285,53.347],[-2.287,53.344],[-2.29,53.342],[-2.296,53.343],[-2.298,53.347],[-2.299,53.35],[-2.303,53.351],[-2.306,53.353],[-2.312,53.355],[-2.314,53.357]]]},"properties":{"Name":"Tatton","ID":"E14001539"},"id":476}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.933,51.057],[-2.944,51.058],[-2.947,51.057],[-2.951,51.054],[-2.951,51.052],[-2.955,51.051],[-2.957,51.048],[-2.963,51.048],[-2.967,51.047],[-2.973,51.044],[-2.973,51.043],[-2.978,51.043],[-2.982,51.041],[-2.987,51.046],[-2.994,51.047],[-2.995,51.051],[-2.997,51.054],[-3.003,51.053],[-3.009,51.052],[-3.016,51.055],[-3.022,51.054],[-3.028,51.048],[-3.029,51.051],[-3.03,51.055],[-3.024,51.057],[-3.025,51.06],[-3.03,51.059],[-3.036,51.061],[-3.041,51.061],[-3.043,51.062],[-3.045,51.065],[-3.051,51.066],[-3.053,51.065],[-3.062,51.065],[-3.07,51.068],[-3.084,51.072],[-3.086,51.07],[-3.09,51.071],[-3.09,51.066],[-3.095,51.065],[-3.096,51.068],[-3.099,51.067],[-3.1,51.072],[-3.104,51.073],[-3.115,51.073],[-3.121,51.071],[-3.135,51.072],[-3.137,51.072],[-3.14,51.069],[-3.144,51.068],[-3.146,51.065],[-3.144,51.063],[-3.148,51.061],[-3.15,51.058],[-3.158,51.056],[-3.159,51.053],[-3.163,51.051],[-3.159,51.047],[-3.161,51.042],[-3.165,51.038],[-3.166,51.035],[-3.169,51.034],[-3.177,51.036],[-3.18,51.035],[-3.185,51.033],[-3.187,51.029],[-3.185,51.027],[-3.187,51.025],[-3.182,51.024],[-3.173,51.022],[-3.167,51.022],[-3.165,51.019],[-3.167,51.016],[-3.171,51.015],[-3.171,51.012],[-3.175,51.011],[-3.186,51.013],[-3.191,51.014],[-3.198,51.014],[-3.199,51.012],[-3.197,51.004],[-3.193,51],[-3.196,50.999],[-3.202,50.994],[-3.209,50.991],[-3.216,50.989],[-3.218,50.988],[-3.227,50.99],[-3.234,50.99],[-3.238,50.99],[-3.24,50.991],[-3.246,50.99],[-3.25,50.988],[-3.252,50.986],[-3.256,50.987],[-3.266,50.983],[-3.274,50.978],[-3.275,50.98],[-3.273,50.985],[-3.279,50.986],[-3.285,50.989],[-3.288,50.988],[-3.288,50.985],[-3.292,50.981],[-3.297,50.983],[-3.298,50.982],[-3.293,50.979],[-3.297,50.977],[-3.3,50.97],[-3.298,50.969],[-3.3,50.966],[-3.305,50.965],[-3.3,50.962],[-3.302,50.961],[-3.294,50.955],[-3.29,50.955],[-3.283,50.953],[-3.272,50.949],[-3.264,50.947],[-3.262,50.944],[-3.256,50.943],[-3.255,50.942],[-3.244,50.943],[-3.241,50.943],[-3.233,50.944],[-3.218,50.943],[-3.199,50.947],[-3.189,50.949],[-3.185,50.949],[-3.172,50.947],[-3.166,50.948],[-3.164,50.946],[-3.17,50.94],[-3.172,50.936],[-3.173,50.93],[-3.172,50.926],[-3.18,50.922],[-3.179,50.92],[-3.186,50.913],[-3.188,50.91],[-3.171,50.907],[-3.172,50.903],[-3.17,50.9],[-3.159,50.901],[-3.156,50.9],[-3.154,50.898],[-3.153,50.894],[-3.148,50.892],[-3.144,50.891],[-3.138,50.893],[-3.132,50.896],[-3.126,50.902],[-3.122,50.898],[-3.112,50.902],[-3.107,50.903],[-3.103,50.904],[-3.088,50.906],[-3.078,50.905],[-3.061,50.908],[-3.052,50.908],[-3.058,50.912],[-3.064,50.914],[-3.069,50.913],[-3.073,50.914],[-3.079,50.919],[-3.085,50.922],[-3.085,50.923],[-3.089,50.926],[-3.092,50.929],[-3.088,50.938],[-3.086,50.94],[-3.08,50.94],[-3.074,50.938],[-3.068,50.937],[-3.065,50.935],[-3.059,50.933],[-3.052,50.933],[-3.039,50.935],[-3.033,50.936],[-3.029,50.939],[-3.029,50.941],[-3.021,50.945],[-3.015,50.945],[-3.011,50.948],[-3.012,50.95],[-3.009,50.954],[-3.008,50.957],[-3.005,50.958],[-3.003,50.957],[-2.991,50.961],[-2.985,50.963],[-2.98,50.965],[-2.98,50.967],[-2.982,50.969],[-2.983,50.972],[-2.975,50.973],[-2.976,50.977],[-2.978,50.985],[-2.984,50.99],[-2.979,50.993],[-2.981,50.994],[-2.978,50.998],[-2.972,51],[-2.96,51.001],[-2.957,51.002],[-2.949,51.003],[-2.948,51.006],[-2.951,51.01],[-2.946,51.014],[-2.926,51.022],[-2.884,51.047],[-2.886,51.049],[-2.887,51.049],[-2.888,51.05],[-2.893,51.055],[-2.893,51.061],[-2.897,51.062],[-2.905,51.061],[-2.912,51.065],[-2.917,51.067],[-2.921,51.064],[-2.927,51.061],[-2.929,51.06],[-2.932,51.058],[-2.933,51.058],[-2.933,51.057]]],[[[-2.934,51.081],[-2.937,51.08],[-2.936,51.077],[-2.939,51.076],[-2.946,51.076],[-2.949,51.074],[-2.947,51.073],[-2.946,51.069],[-2.941,51.067],[-2.932,51.062],[-2.93,51.063],[-2.927,51.062],[-2.919,51.066],[-2.917,51.068],[-2.92,51.071],[-2.927,51.074],[-2.934,51.081]]],[[[-2.888,51.069],[-2.89,51.071],[-2.9,51.074],[-2.904,51.075],[-2.912,51.085],[-2.922,51.082],[-2.925,51.085],[-2.935,51.083],[-2.934,51.08],[-2.927,51.075],[-2.92,51.071],[-2.917,51.067],[-2.912,51.065],[-2.906,51.061],[-2.902,51.061],[-2.897,51.062],[-2.893,51.061],[-2.891,51.067],[-2.888,51.069]]]]},"properties":{"Name":"Taunton and Wellington","ID":"E14001540"},"id":477}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.416,52.645],[-2.42,52.648],[-2.418,52.65],[-2.419,52.663],[-2.41,52.672],[-2.407,52.681],[-2.401,52.685],[-2.401,52.689],[-2.404,52.691],[-2.405,52.695],[-2.421,52.695],[-2.427,52.7],[-2.432,52.707],[-2.441,52.708],[-2.445,52.715],[-2.447,52.717],[-2.456,52.716],[-2.458,52.72],[-2.464,52.718],[-2.474,52.717],[-2.47,52.71],[-2.475,52.707],[-2.476,52.704],[-2.473,52.702],[-2.474,52.7],[-2.495,52.7],[-2.491,52.695],[-2.489,52.688],[-2.488,52.685],[-2.484,52.68],[-2.483,52.677],[-2.49,52.677],[-2.496,52.673],[-2.494,52.667],[-2.493,52.661],[-2.49,52.659],[-2.497,52.656],[-2.498,52.652],[-2.501,52.647],[-2.5,52.644],[-2.505,52.643],[-2.51,52.638],[-2.511,52.637],[-2.506,52.632],[-2.5,52.629],[-2.492,52.628],[-2.486,52.624],[-2.484,52.625],[-2.476,52.623],[-2.473,52.624],[-2.47,52.622],[-2.466,52.624],[-2.463,52.623],[-2.455,52.619],[-2.445,52.615],[-2.442,52.616],[-2.438,52.615],[-2.434,52.618],[-2.437,52.619],[-2.436,52.622],[-2.437,52.627],[-2.429,52.63],[-2.424,52.632],[-2.418,52.634],[-2.419,52.636],[-2.419,52.639],[-2.416,52.645]]]},"properties":{"Name":"Telford","ID":"E14001541"},"id":478}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.913,52.044],[-1.917,52.042],[-1.922,52.036],[-1.927,52.037],[-1.931,52.03],[-1.94,52.032],[-1.946,52.032],[-1.95,52.035],[-1.951,52.038],[-1.963,52.036],[-1.984,52.036],[-1.996,52.027],[-1.998,52.03],[-2.007,52.024],[-2.017,52.02],[-2.024,52.017],[-2.022,52.016],[-2.029,52.013],[-2.03,52.01],[-2.038,52.01],[-2.037,52.006],[-2.038,52.005],[-2.045,52.004],[-2.05,52.004],[-2.049,52.007],[-2.057,52.01],[-2.059,52.009],[-2.06,52.015],[-2.064,52.014],[-2.071,52.012],[-2.085,52.011],[-2.094,52.012],[-2.098,52.013],[-2.113,52.015],[-2.118,52.014],[-2.121,52.011],[-2.123,52.011],[-2.127,52.007],[-2.132,52.006],[-2.132,52.003],[-2.136,52],[-2.139,52.001],[-2.144,52.004],[-2.151,52.007],[-2.15,52.011],[-2.146,52.014],[-2.142,52.02],[-2.141,52.025],[-2.139,52.028],[-2.136,52.029],[-2.129,52.03],[-2.118,52.033],[-2.116,52.036],[-2.118,52.042],[-2.126,52.043],[-2.134,52.046],[-2.142,52.046],[-2.149,52.047],[-2.155,52.049],[-2.158,52.05],[-2.162,52.051],[-2.173,52.047],[-2.177,52.045],[-2.18,52.042],[-2.181,52.035],[-2.178,52.027],[-2.177,52.022],[-2.183,52.02],[-2.188,52.019],[-2.184,52.014],[-2.172,52.008],[-2.165,52.004],[-2.164,52.001],[-2.164,51.997],[-2.166,51.995],[-2.172,51.995],[-2.175,51.996],[-2.177,51.995],[-2.175,51.988],[-2.176,51.985],[-2.178,51.983],[-2.185,51.98],[-2.19,51.977],[-2.194,51.969],[-2.197,51.966],[-2.202,51.963],[-2.209,51.961],[-2.212,51.957],[-2.214,51.952],[-2.217,51.951],[-2.224,51.951],[-2.227,51.948],[-2.227,51.943],[-2.229,51.939],[-2.224,51.935],[-2.222,51.933],[-2.225,51.931],[-2.23,51.93],[-2.237,51.927],[-2.245,51.926],[-2.251,51.923],[-2.254,51.923],[-2.261,51.924],[-2.264,51.924],[-2.27,51.918],[-2.271,51.915],[-2.269,51.908],[-2.267,51.905],[-2.263,51.9],[-2.259,51.89],[-2.256,51.887],[-2.252,51.886],[-2.251,51.883],[-2.26,51.88],[-2.262,51.878],[-2.26,51.876],[-2.252,51.878],[-2.246,51.881],[-2.24,51.883],[-2.241,51.876],[-2.233,51.875],[-2.229,51.873],[-2.225,51.87],[-2.227,51.866],[-2.231,51.862],[-2.223,51.859],[-2.217,51.863],[-2.209,51.867],[-2.198,51.872],[-2.187,51.876],[-2.187,51.877],[-2.193,51.879],[-2.198,51.88],[-2.203,51.884],[-2.193,51.885],[-2.192,51.889],[-2.195,51.89],[-2.193,51.893],[-2.193,51.897],[-2.199,51.897],[-2.2,51.898],[-2.193,51.899],[-2.187,51.899],[-2.182,51.898],[-2.171,51.901],[-2.178,51.909],[-2.175,51.91],[-2.171,51.913],[-2.168,51.914],[-2.166,51.916],[-2.158,51.914],[-2.157,51.913],[-2.145,51.911],[-2.144,51.909],[-2.141,51.91],[-2.141,51.904],[-2.139,51.901],[-2.137,51.9],[-2.133,51.905],[-2.128,51.902],[-2.125,51.905],[-2.122,51.905],[-2.116,51.91],[-2.11,51.909],[-2.103,51.911],[-2.099,51.914],[-2.088,51.907],[-2.086,51.909],[-2.089,51.91],[-2.084,51.915],[-2.08,51.916],[-2.072,51.914],[-2.064,51.914],[-2.061,51.913],[-2.056,51.912],[-2.054,51.91],[-2.05,51.911],[-2.047,51.91],[-2.048,51.908],[-2.041,51.907],[-2.038,51.906],[-2.03,51.904],[-2.025,51.902],[-2.01,51.903],[-2.01,51.906],[-2,51.904],[-1.998,51.907],[-1.996,51.912],[-1.994,51.915],[-1.985,51.91],[-1.976,51.906],[-1.964,51.904],[-1.961,51.903],[-1.953,51.903],[-1.953,51.905],[-1.946,51.905],[-1.94,51.905],[-1.939,51.907],[-1.93,51.905],[-1.927,51.903],[-1.928,51.899],[-1.927,51.896],[-1.922,51.894],[-1.912,51.888],[-1.906,51.888],[-1.902,51.887],[-1.9,51.889],[-1.897,51.891],[-1.896,51.894],[-1.882,51.894],[-1.883,51.892],[-1.875,51.89],[-1.873,51.89],[-1.872,51.893],[-1.862,51.89],[-1.859,51.892],[-1.854,51.893],[-1.857,51.897],[-1.862,51.897],[-1.873,51.897],[-1.88,51.898],[-1.877,51.901],[-1.872,51.903],[-1.868,51.908],[-1.877,51.909],[-1.888,51.912],[-1.887,51.917],[-1.89,51.918],[-1.892,51.92],[-1.891,51.922],[-1.887,51.926],[-1.898,51.93],[-1.916,51.934],[-1.918,51.936],[-1.923,51.935],[-1.924,51.939],[-1.927,51.945],[-1.928,51.95],[-1.93,51.953],[-1.932,51.957],[-1.927,51.961],[-1.923,51.963],[-1.917,51.963],[-1.913,51.969],[-1.909,51.968],[-1.904,51.969],[-1.901,51.967],[-1.903,51.962],[-1.897,51.96],[-1.89,51.961],[-1.882,51.965],[-1.88,51.964],[-1.874,51.966],[-1.876,51.968],[-1.875,51.972],[-1.873,51.976],[-1.868,51.981],[-1.872,51.982],[-1.883,51.984],[-1.878,51.989],[-1.869,51.994],[-1.865,51.995],[-1.857,51.991],[-1.846,51.988],[-1.842,51.988],[-1.832,51.988],[-1.825,51.989],[-1.821,51.987],[-1.812,51.988],[-1.808,51.994],[-1.802,51.997],[-1.805,51.999],[-1.807,52.003],[-1.818,52.001],[-1.821,52.003],[-1.826,52.005],[-1.839,52.007],[-1.844,52.008],[-1.851,52.008],[-1.864,52.014],[-1.862,52.017],[-1.867,52.018],[-1.874,52.024],[-1.885,52.03],[-1.896,52.036],[-1.903,52.039],[-1.909,52.043],[-1.913,52.044]]]},"properties":{"Name":"Tewkesbury","ID":"E14001542"},"id":479}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.312,52.741],[-2.316,52.745],[-2.315,52.745],[-2.321,52.748],[-2.325,52.752],[-2.33,52.752],[-2.329,52.754],[-2.33,52.758],[-2.335,52.759],[-2.342,52.762],[-2.345,52.766],[-2.35,52.766],[-2.354,52.771],[-2.364,52.775],[-2.367,52.778],[-2.367,52.782],[-2.37,52.784],[-2.377,52.784],[-2.381,52.788],[-2.382,52.794],[-2.373,52.794],[-2.371,52.795],[-2.371,52.8],[-2.375,52.802],[-2.378,52.807],[-2.376,52.81],[-2.378,52.812],[-2.398,52.82],[-2.411,52.825],[-2.416,52.828],[-2.415,52.829],[-2.407,52.834],[-2.404,52.835],[-2.401,52.834],[-2.397,52.834],[-2.394,52.836],[-2.392,52.849],[-2.39,52.851],[-2.389,52.857],[-2.387,52.86],[-2.388,52.862],[-2.381,52.867],[-2.381,52.873],[-2.382,52.876],[-2.379,52.884],[-2.377,52.885],[-2.378,52.888],[-2.375,52.892],[-2.379,52.892],[-2.384,52.89],[-2.385,52.889],[-2.396,52.889],[-2.403,52.888],[-2.412,52.888],[-2.415,52.885],[-2.42,52.885],[-2.426,52.882],[-2.436,52.882],[-2.442,52.881],[-2.445,52.875],[-2.449,52.875],[-2.451,52.878],[-2.454,52.878],[-2.458,52.881],[-2.456,52.884],[-2.457,52.886],[-2.464,52.89],[-2.468,52.897],[-2.471,52.906],[-2.471,52.901],[-2.479,52.899],[-2.481,52.897],[-2.489,52.897],[-2.491,52.895],[-2.495,52.895],[-2.496,52.893],[-2.503,52.892],[-2.506,52.894],[-2.517,52.895],[-2.519,52.895],[-2.521,52.891],[-2.518,52.888],[-2.52,52.887],[-2.526,52.888],[-2.531,52.886],[-2.54,52.885],[-2.551,52.891],[-2.554,52.889],[-2.556,52.891],[-2.567,52.892],[-2.571,52.889],[-2.569,52.885],[-2.572,52.884],[-2.579,52.885],[-2.586,52.885],[-2.59,52.882],[-2.595,52.881],[-2.596,52.884],[-2.602,52.884],[-2.606,52.882],[-2.615,52.883],[-2.619,52.882],[-2.627,52.881],[-2.632,52.879],[-2.638,52.875],[-2.642,52.874],[-2.655,52.866],[-2.659,52.866],[-2.658,52.864],[-2.668,52.86],[-2.667,52.854],[-2.66,52.846],[-2.664,52.838],[-2.66,52.833],[-2.663,52.831],[-2.664,52.828],[-2.661,52.826],[-2.663,52.824],[-2.66,52.822],[-2.661,52.82],[-2.653,52.815],[-2.65,52.815],[-2.646,52.809],[-2.642,52.809],[-2.641,52.806],[-2.634,52.806],[-2.633,52.801],[-2.626,52.8],[-2.611,52.799],[-2.598,52.798],[-2.594,52.796],[-2.593,52.794],[-2.594,52.791],[-2.593,52.788],[-2.594,52.784],[-2.59,52.779],[-2.592,52.777],[-2.599,52.778],[-2.603,52.777],[-2.606,52.778],[-2.615,52.775],[-2.621,52.777],[-2.623,52.773],[-2.625,52.772],[-2.626,52.769],[-2.629,52.766],[-2.629,52.763],[-2.635,52.759],[-2.637,52.764],[-2.643,52.767],[-2.655,52.762],[-2.658,52.762],[-2.663,52.76],[-2.661,52.757],[-2.662,52.755],[-2.667,52.75],[-2.665,52.746],[-2.663,52.744],[-2.659,52.744],[-2.664,52.74],[-2.664,52.736],[-2.661,52.735],[-2.66,52.732],[-2.645,52.729],[-2.641,52.728],[-2.636,52.727],[-2.632,52.727],[-2.628,52.725],[-2.628,52.722],[-2.624,52.72],[-2.619,52.722],[-2.615,52.719],[-2.608,52.72],[-2.601,52.719],[-2.597,52.718],[-2.597,52.715],[-2.602,52.713],[-2.605,52.71],[-2.605,52.707],[-2.611,52.705],[-2.619,52.705],[-2.624,52.703],[-2.623,52.699],[-2.617,52.698],[-2.609,52.695],[-2.608,52.692],[-2.603,52.689],[-2.598,52.69],[-2.589,52.684],[-2.587,52.684],[-2.575,52.68],[-2.556,52.671],[-2.549,52.666],[-2.553,52.665],[-2.555,52.663],[-2.554,52.66],[-2.546,52.658],[-2.548,52.655],[-2.545,52.653],[-2.54,52.652],[-2.53,52.649],[-2.513,52.641],[-2.51,52.638],[-2.505,52.643],[-2.5,52.644],[-2.501,52.647],[-2.498,52.652],[-2.497,52.656],[-2.49,52.659],[-2.493,52.661],[-2.494,52.667],[-2.496,52.673],[-2.49,52.677],[-2.483,52.677],[-2.484,52.68],[-2.488,52.685],[-2.489,52.688],[-2.491,52.695],[-2.495,52.7],[-2.474,52.7],[-2.473,52.702],[-2.476,52.704],[-2.475,52.707],[-2.47,52.71],[-2.474,52.717],[-2.464,52.718],[-2.458,52.72],[-2.456,52.716],[-2.447,52.717],[-2.445,52.715],[-2.441,52.708],[-2.432,52.707],[-2.427,52.7],[-2.421,52.695],[-2.405,52.695],[-2.404,52.691],[-2.401,52.689],[-2.401,52.685],[-2.407,52.681],[-2.41,52.672],[-2.419,52.663],[-2.418,52.65],[-2.42,52.648],[-2.416,52.645],[-2.406,52.643],[-2.401,52.643],[-2.396,52.646],[-2.394,52.645],[-2.386,52.648],[-2.381,52.641],[-2.38,52.637],[-2.374,52.632],[-2.374,52.631],[-2.37,52.629],[-2.359,52.627],[-2.357,52.624],[-2.354,52.625],[-2.353,52.628],[-2.351,52.631],[-2.343,52.633],[-2.34,52.633],[-2.338,52.636],[-2.334,52.637],[-2.328,52.637],[-2.325,52.636],[-2.323,52.633],[-2.323,52.628],[-2.319,52.628],[-2.317,52.622],[-2.32,52.622],[-2.321,52.615],[-2.313,52.614],[-2.311,52.611],[-2.31,52.607],[-2.297,52.607],[-2.291,52.608],[-2.283,52.606],[-2.279,52.606],[-2.274,52.608],[-2.271,52.61],[-2.265,52.611],[-2.256,52.61],[-2.253,52.614],[-2.251,52.62],[-2.246,52.628],[-2.242,52.632],[-2.237,52.636],[-2.233,52.648],[-2.237,52.651],[-2.235,52.656],[-2.248,52.657],[-2.239,52.662],[-2.24,52.669],[-2.24,52.672],[-2.243,52.673],[-2.244,52.678],[-2.244,52.679],[-2.248,52.683],[-2.252,52.682],[-2.264,52.683],[-2.266,52.682],[-2.274,52.68],[-2.281,52.682],[-2.287,52.681],[-2.296,52.683],[-2.303,52.683],[-2.304,52.686],[-2.308,52.691],[-2.308,52.693],[-2.313,52.694],[-2.314,52.695],[-2.32,52.695],[-2.325,52.705],[-2.322,52.709],[-2.309,52.721],[-2.315,52.724],[-2.316,52.728],[-2.315,52.732],[-2.315,52.736],[-2.312,52.741]]]},"properties":{"Name":"The Wrekin","ID":"E14001543"},"id":480}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.303,54.227],[-0.303,54.224],[-0.304,54.22],[-0.304,54.215],[-0.313,54.217],[-0.32,54.218],[-0.329,54.217],[-0.339,54.213],[-0.343,54.21],[-0.358,54.209],[-0.369,54.211],[-0.375,54.21],[-0.381,54.211],[-0.381,54.213],[-0.396,54.214],[-0.399,54.217],[-0.402,54.218],[-0.409,54.218],[-0.412,54.218],[-0.416,54.215],[-0.421,54.212],[-0.428,54.213],[-0.434,54.214],[-0.441,54.216],[-0.447,54.214],[-0.457,54.214],[-0.468,54.212],[-0.48,54.209],[-0.482,54.207],[-0.494,54.203],[-0.497,54.206],[-0.505,54.205],[-0.511,54.2],[-0.515,54.2],[-0.52,54.198],[-0.524,54.2],[-0.531,54.2],[-0.536,54.201],[-0.54,54.199],[-0.545,54.194],[-0.55,54.193],[-0.557,54.197],[-0.562,54.198],[-0.563,54.201],[-0.566,54.202],[-0.576,54.201],[-0.586,54.199],[-0.594,54.201],[-0.596,54.2],[-0.6,54.202],[-0.605,54.202],[-0.607,54.204],[-0.618,54.206],[-0.617,54.209],[-0.612,54.213],[-0.607,54.213],[-0.604,54.223],[-0.603,54.23],[-0.599,54.232],[-0.598,54.236],[-0.6,54.243],[-0.605,54.245],[-0.607,54.249],[-0.608,54.255],[-0.608,54.261],[-0.613,54.27],[-0.61,54.275],[-0.613,54.279],[-0.61,54.283],[-0.609,54.286],[-0.606,54.293],[-0.605,54.298],[-0.601,54.3],[-0.598,54.303],[-0.588,54.304],[-0.584,54.306],[-0.58,54.311],[-0.575,54.312],[-0.568,54.312],[-0.569,54.316],[-0.573,54.318],[-0.582,54.32],[-0.586,54.321],[-0.585,54.324],[-0.587,54.325],[-0.59,54.329],[-0.601,54.332],[-0.605,54.335],[-0.611,54.337],[-0.621,54.343],[-0.629,54.353],[-0.628,54.359],[-0.634,54.365],[-0.634,54.366],[-0.633,54.376],[-0.661,54.367],[-0.663,54.371],[-0.665,54.373],[-0.672,54.375],[-0.678,54.375],[-0.68,54.373],[-0.688,54.373],[-0.688,54.369],[-0.692,54.366],[-0.702,54.365],[-0.71,54.361],[-0.711,54.357],[-0.732,54.355],[-0.741,54.357],[-0.743,54.359],[-0.743,54.362],[-0.748,54.367],[-0.753,54.368],[-0.757,54.363],[-0.766,54.362],[-0.773,54.358],[-0.782,54.355],[-0.789,54.354],[-0.797,54.355],[-0.801,54.357],[-0.804,54.357],[-0.808,54.36],[-0.81,54.364],[-0.817,54.372],[-0.824,54.383],[-0.834,54.381],[-0.847,54.383],[-0.86,54.387],[-0.867,54.387],[-0.91,54.399],[-0.919,54.401],[-0.927,54.401],[-0.95,54.409],[-0.962,54.403],[-0.976,54.397],[-0.988,54.396],[-1.009,54.407],[-1.027,54.415],[-1.059,54.413],[-1.071,54.406],[-1.082,54.405],[-1.07,54.396],[-1.079,54.388],[-1.067,54.375],[-1.067,54.365],[-1.066,54.363],[-1.072,54.361],[-1.078,54.36],[-1.078,54.359],[-1.085,54.347],[-1.099,54.329],[-1.103,54.329],[-1.113,54.33],[-1.116,54.329],[-1.123,54.331],[-1.121,54.333],[-1.121,54.337],[-1.119,54.339],[-1.121,54.342],[-1.122,54.345],[-1.127,54.344],[-1.133,54.344],[-1.137,54.346],[-1.141,54.346],[-1.146,54.349],[-1.158,54.349],[-1.159,54.36],[-1.163,54.372],[-1.166,54.378],[-1.172,54.382],[-1.181,54.377],[-1.19,54.377],[-1.209,54.374],[-1.222,54.377],[-1.225,54.378],[-1.238,54.376],[-1.251,54.361],[-1.255,54.354],[-1.265,54.354],[-1.265,54.352],[-1.283,54.35],[-1.293,54.346],[-1.308,54.34],[-1.315,54.338],[-1.32,54.339],[-1.325,54.339],[-1.324,54.337],[-1.327,54.334],[-1.329,54.335],[-1.343,54.335],[-1.348,54.334],[-1.356,54.336],[-1.358,54.327],[-1.356,54.326],[-1.355,54.322],[-1.374,54.322],[-1.375,54.325],[-1.389,54.324],[-1.396,54.325],[-1.402,54.324],[-1.409,54.321],[-1.405,54.318],[-1.404,54.316],[-1.408,54.315],[-1.403,54.309],[-1.414,54.315],[-1.419,54.318],[-1.425,54.316],[-1.43,54.315],[-1.426,54.311],[-1.421,54.302],[-1.423,54.3],[-1.419,54.296],[-1.42,54.292],[-1.416,54.286],[-1.401,54.282],[-1.4,54.274],[-1.407,54.269],[-1.414,54.271],[-1.418,54.268],[-1.423,54.266],[-1.425,54.265],[-1.429,54.262],[-1.439,54.266],[-1.441,54.268],[-1.452,54.27],[-1.458,54.27],[-1.462,54.268],[-1.466,54.27],[-1.471,54.27],[-1.474,54.272],[-1.477,54.272],[-1.479,54.275],[-1.479,54.283],[-1.482,54.284],[-1.484,54.287],[-1.487,54.286],[-1.493,54.288],[-1.491,54.29],[-1.496,54.291],[-1.498,54.288],[-1.502,54.292],[-1.507,54.295],[-1.51,54.303],[-1.518,54.305],[-1.525,54.305],[-1.532,54.308],[-1.539,54.307],[-1.541,54.304],[-1.549,54.303],[-1.553,54.308],[-1.55,54.309],[-1.553,54.312],[-1.551,54.316],[-1.564,54.319],[-1.566,54.324],[-1.564,54.329],[-1.572,54.327],[-1.578,54.326],[-1.58,54.33],[-1.585,54.329],[-1.609,54.351],[-1.613,54.349],[-1.626,54.347],[-1.642,54.345],[-1.642,54.343],[-1.639,54.34],[-1.639,54.335],[-1.64,54.331],[-1.637,54.327],[-1.643,54.321],[-1.641,54.315],[-1.641,54.31],[-1.642,54.308],[-1.648,54.306],[-1.647,54.301],[-1.648,54.298],[-1.654,54.294],[-1.66,54.293],[-1.66,54.29],[-1.676,54.285],[-1.684,54.286],[-1.694,54.287],[-1.697,54.286],[-1.705,54.286],[-1.702,54.279],[-1.705,54.277],[-1.695,54.274],[-1.691,54.269],[-1.691,54.268],[-1.684,54.262],[-1.684,54.26],[-1.679,54.256],[-1.678,54.251],[-1.674,54.247],[-1.67,54.248],[-1.672,54.251],[-1.666,54.252],[-1.664,54.247],[-1.656,54.25],[-1.649,54.25],[-1.644,54.246],[-1.638,54.243],[-1.636,54.239],[-1.648,54.238],[-1.643,54.234],[-1.635,54.229],[-1.625,54.23],[-1.626,54.226],[-1.625,54.223],[-1.621,54.219],[-1.624,54.216],[-1.625,54.21],[-1.628,54.206],[-1.631,54.202],[-1.631,54.198],[-1.635,54.196],[-1.637,54.193],[-1.641,54.193],[-1.64,54.191],[-1.635,54.189],[-1.631,54.19],[-1.624,54.186],[-1.618,54.187],[-1.615,54.189],[-1.61,54.189],[-1.602,54.191],[-1.596,54.19],[-1.589,54.197],[-1.594,54.197],[-1.598,54.198],[-1.598,54.201],[-1.596,54.202],[-1.583,54.205],[-1.579,54.204],[-1.577,54.202],[-1.57,54.201],[-1.567,54.199],[-1.566,54.196],[-1.562,54.194],[-1.561,54.191],[-1.557,54.192],[-1.553,54.191],[-1.546,54.193],[-1.543,54.195],[-1.531,54.196],[-1.528,54.195],[-1.52,54.197],[-1.517,54.199],[-1.51,54.2],[-1.51,54.202],[-1.503,54.203],[-1.501,54.204],[-1.495,54.204],[-1.492,54.211],[-1.492,54.216],[-1.493,54.218],[-1.485,54.22],[-1.475,54.206],[-1.463,54.211],[-1.454,54.214],[-1.446,54.216],[-1.443,54.211],[-1.439,54.208],[-1.438,54.203],[-1.436,54.199],[-1.436,54.197],[-1.438,54.194],[-1.432,54.186],[-1.426,54.185],[-1.418,54.184],[-1.413,54.181],[-1.402,54.182],[-1.398,54.181],[-1.395,54.182],[-1.392,54.179],[-1.391,54.176],[-1.389,54.174],[-1.383,54.174],[-1.38,54.17],[-1.375,54.168],[-1.372,54.168],[-1.367,54.168],[-1.361,54.167],[-1.358,54.162],[-1.347,54.159],[-1.348,54.155],[-1.349,54.153],[-1.345,54.152],[-1.341,54.152],[-1.34,54.154],[-1.343,54.157],[-1.341,54.158],[-1.333,54.159],[-1.323,54.154],[-1.308,54.155],[-1.293,54.151],[-1.287,54.149],[-1.277,54.146],[-1.277,54.148],[-1.272,54.15],[-1.267,54.15],[-1.263,54.149],[-1.258,54.152],[-1.258,54.156],[-1.26,54.161],[-1.259,54.166],[-1.268,54.17],[-1.271,54.172],[-1.269,54.174],[-1.269,54.178],[-1.265,54.178],[-1.266,54.181],[-1.271,54.183],[-1.277,54.188],[-1.281,54.187],[-1.283,54.19],[-1.289,54.191],[-1.293,54.19],[-1.297,54.191],[-1.304,54.197],[-1.311,54.197],[-1.31,54.2],[-1.296,54.199],[-1.292,54.201],[-1.284,54.207],[-1.285,54.209],[-1.27,54.212],[-1.266,54.214],[-1.263,54.216],[-1.258,54.218],[-1.255,54.221],[-1.255,54.223],[-1.26,54.223],[-1.253,54.227],[-1.247,54.229],[-1.245,54.23],[-1.24,54.23],[-1.235,54.228],[-1.231,54.229],[-1.223,54.229],[-1.217,54.23],[-1.214,54.232],[-1.21,54.236],[-1.197,54.241],[-1.198,54.234],[-1.195,54.225],[-1.192,54.221],[-1.194,54.219],[-1.2,54.216],[-1.2,54.212],[-1.192,54.21],[-1.19,54.21],[-1.188,54.205],[-1.191,54.203],[-1.187,54.202],[-1.181,54.201],[-1.174,54.203],[-1.169,54.202],[-1.156,54.197],[-1.147,54.195],[-1.143,54.191],[-1.139,54.191],[-1.135,54.189],[-1.135,54.186],[-1.131,54.185],[-1.126,54.182],[-1.126,54.18],[-1.12,54.181],[-1.117,54.183],[-1.11,54.183],[-1.103,54.184],[-1.099,54.185],[-1.098,54.183],[-1.098,54.179],[-1.095,54.177],[-1.089,54.176],[-1.082,54.173],[-1.082,54.171],[-1.089,54.164],[-1.083,54.161],[-1.075,54.156],[-1.063,54.154],[-1.057,54.151],[-1.052,54.147],[-1.046,54.147],[-1.041,54.144],[-1.034,54.143],[-1.034,54.141],[-1.029,54.141],[-1.023,54.137],[-1.014,54.135],[-1.014,54.132],[-1.012,54.128],[-1.013,54.127],[-1.009,54.124],[-1.012,54.12],[-1.016,54.115],[-1.015,54.114],[-1.016,54.108],[-1.021,54.109],[-1.025,54.107],[-1.034,54.107],[-1.042,54.107],[-1.042,54.105],[-1.039,54.098],[-1.043,54.098],[-1.047,54.094],[-1.055,54.089],[-1.058,54.088],[-1.06,54.085],[-1.054,54.083],[-1.046,54.079],[-1.049,54.076],[-1.045,54.075],[-1.042,54.078],[-1.039,54.076],[-1.04,54.073],[-1.046,54.069],[-1.055,54.067],[-1.058,54.064],[-1.06,54.057],[-1.048,54.055],[-1.035,54.054],[-1.024,54.052],[-1.014,54.049],[-1.012,54.051],[-1.004,54.056],[-1,54.051],[-0.994,54.047],[-0.993,54.044],[-0.986,54.04],[-0.982,54.039],[-0.981,54.034],[-0.982,54.031],[-0.973,54.029],[-0.97,54.026],[-0.972,54.02],[-0.979,54.017],[-0.977,54.016],[-0.983,54.01],[-0.98,54.007],[-0.98,54.003],[-0.975,54.005],[-0.972,54.001],[-0.972,53.997],[-0.979,53.996],[-0.979,53.995],[-0.983,53.993],[-0.981,53.991],[-0.988,53.989],[-0.993,53.986],[-0.995,53.983],[-0.991,53.982],[-0.985,53.982],[-0.977,53.982],[-0.973,53.985],[-0.967,53.986],[-0.958,53.984],[-0.953,53.987],[-0.944,53.989],[-0.935,53.99],[-0.925,53.992],[-0.912,53.994],[-0.909,53.997],[-0.905,53.998],[-0.902,53.999],[-0.901,53.999],[-0.9,54],[-0.899,53.999],[-0.898,53.999],[-0.897,53.999],[-0.895,53.999],[-0.893,54],[-0.893,54.001],[-0.891,54.003],[-0.889,54.009],[-0.887,54.01],[-0.882,54.012],[-0.878,54.013],[-0.877,54.015],[-0.879,54.017],[-0.878,54.017],[-0.877,54.017],[-0.875,54.018],[-0.875,54.017],[-0.873,54.017],[-0.87,54.017],[-0.869,54.017],[-0.868,54.017],[-0.867,54.017],[-0.865,54.017],[-0.864,54.017],[-0.861,54.017],[-0.86,54.016],[-0.858,54.017],[-0.857,54.017],[-0.854,54.018],[-0.853,54.018],[-0.852,54.018],[-0.851,54.018],[-0.85,54.018],[-0.849,54.018],[-0.848,54.019],[-0.843,54.022],[-0.842,54.021],[-0.837,54.022],[-0.834,54.021],[-0.833,54.021],[-0.827,54.021],[-0.819,54.021],[-0.818,54.021],[-0.816,54.022],[-0.812,54.022],[-0.811,54.022],[-0.81,54.022],[-0.807,54.023],[-0.803,54.023],[-0.803,54.024],[-0.799,54.024],[-0.799,54.023],[-0.8,54.023],[-0.799,54.022],[-0.8,54.022],[-0.8,54.02],[-0.799,54.019],[-0.797,54.02],[-0.796,54.02],[-0.795,54.02],[-0.794,54.02],[-0.793,54.021],[-0.792,54.021],[-0.791,54.021],[-0.79,54.021],[-0.789,54.021],[-0.788,54.021],[-0.788,54.022],[-0.787,54.022],[-0.786,54.022],[-0.785,54.022],[-0.784,54.022],[-0.783,54.022],[-0.782,54.023],[-0.781,54.023],[-0.78,54.023],[-0.779,54.023],[-0.778,54.024],[-0.777,54.024],[-0.776,54.024],[-0.775,54.024],[-0.772,54.024],[-0.769,54.024],[-0.768,54.024],[-0.767,54.024],[-0.765,54.024],[-0.764,54.024],[-0.763,54.025],[-0.761,54.025],[-0.757,54.026],[-0.752,54.026],[-0.742,54.028],[-0.741,54.029],[-0.738,54.029],[-0.734,54.03],[-0.731,54.022],[-0.73,54.015],[-0.73,54.013],[-0.729,54.013],[-0.726,54.012],[-0.72,54.012],[-0.717,54.01],[-0.715,54.011],[-0.711,54.011],[-0.708,54.008],[-0.705,54.006],[-0.697,54.007],[-0.696,54.007],[-0.689,54.008],[-0.688,54.008],[-0.684,54.009],[-0.682,54.011],[-0.683,54.013],[-0.678,54.018],[-0.684,54.021],[-0.684,54.023],[-0.688,54.024],[-0.687,54.026],[-0.687,54.031],[-0.683,54.034],[-0.681,54.034],[-0.68,54.036],[-0.678,54.038],[-0.675,54.038],[-0.668,54.037],[-0.667,54.038],[-0.665,54.038],[-0.664,54.038],[-0.663,54.037],[-0.661,54.037],[-0.656,54.041],[-0.658,54.044],[-0.654,54.046],[-0.645,54.055],[-0.652,54.06],[-0.66,54.063],[-0.654,54.065],[-0.643,54.067],[-0.632,54.069],[-0.618,54.07],[-0.614,54.071],[-0.61,54.073],[-0.605,54.078],[-0.599,54.082],[-0.594,54.084],[-0.59,54.087],[-0.584,54.088],[-0.566,54.09],[-0.563,54.094],[-0.558,54.093],[-0.55,54.093],[-0.545,54.091],[-0.542,54.092],[-0.534,54.087],[-0.528,54.089],[-0.525,54.085],[-0.52,54.087],[-0.514,54.09],[-0.503,54.094],[-0.494,54.099],[-0.49,54.101],[-0.466,54.108],[-0.468,54.111],[-0.459,54.114],[-0.459,54.115],[-0.454,54.117],[-0.454,54.121],[-0.459,54.126],[-0.454,54.127],[-0.444,54.132],[-0.439,54.133],[-0.43,54.137],[-0.427,54.137],[-0.433,54.158],[-0.433,54.164],[-0.423,54.166],[-0.425,54.17],[-0.423,54.171],[-0.418,54.171],[-0.418,54.174],[-0.408,54.176],[-0.403,54.175],[-0.396,54.175],[-0.391,54.177],[-0.381,54.17],[-0.375,54.163],[-0.373,54.156],[-0.375,54.154],[-0.36,54.153],[-0.355,54.15],[-0.351,54.15],[-0.346,54.147],[-0.343,54.148],[-0.336,54.15],[-0.329,54.149],[-0.324,54.15],[-0.323,54.145],[-0.314,54.146],[-0.312,54.143],[-0.307,54.138],[-0.304,54.136],[-0.301,54.137],[-0.289,54.139],[-0.28,54.14],[-0.273,54.139],[-0.269,54.138],[-0.265,54.141],[-0.25,54.138],[-0.244,54.137],[-0.237,54.137],[-0.23,54.133],[-0.229,54.136],[-0.223,54.137],[-0.221,54.143],[-0.217,54.148],[-0.213,54.158],[-0.218,54.158],[-0.226,54.16],[-0.233,54.162],[-0.244,54.166],[-0.251,54.17],[-0.264,54.177],[-0.273,54.182],[-0.279,54.19],[-0.283,54.195],[-0.285,54.203],[-0.284,54.209],[-0.28,54.215],[-0.273,54.219],[-0.281,54.221],[-0.286,54.223],[-0.294,54.225],[-0.296,54.225],[-0.303,54.227]]]},"properties":{"Name":"Thirsk and Malton","ID":"E14001544"},"id":481}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.388,51.637],[-2.386,51.64],[-2.39,51.641],[-2.395,51.639],[-2.397,51.64],[-2.395,51.642],[-2.398,51.646],[-2.401,51.645],[-2.405,51.641],[-2.41,51.642],[-2.415,51.645],[-2.417,51.643],[-2.421,51.645],[-2.427,51.647],[-2.432,51.647],[-2.432,51.649],[-2.44,51.651],[-2.442,51.652],[-2.446,51.649],[-2.45,51.65],[-2.455,51.652],[-2.46,51.653],[-2.466,51.651],[-2.469,51.648],[-2.473,51.647],[-2.482,51.646],[-2.487,51.645],[-2.49,51.646],[-2.486,51.648],[-2.492,51.65],[-2.493,51.652],[-2.491,51.654],[-2.493,51.658],[-2.491,51.664],[-2.496,51.664],[-2.506,51.666],[-2.534,51.676],[-2.535,51.677],[-2.546,51.672],[-2.553,51.669],[-2.558,51.666],[-2.566,51.658],[-2.569,51.655],[-2.574,51.649],[-2.576,51.642],[-2.579,51.638],[-2.579,51.635],[-2.584,51.629],[-2.591,51.623],[-2.599,51.618],[-2.605,51.614],[-2.614,51.61],[-2.625,51.606],[-2.628,51.606],[-2.63,51.601],[-2.633,51.598],[-2.636,51.594],[-2.643,51.587],[-2.653,51.579],[-2.658,51.575],[-2.664,51.573],[-2.667,51.563],[-2.667,51.557],[-2.669,51.553],[-2.671,51.548],[-2.674,51.544],[-2.664,51.537],[-2.666,51.534],[-2.665,51.531],[-2.657,51.526],[-2.651,51.521],[-2.654,51.518],[-2.654,51.514],[-2.645,51.512],[-2.639,51.512],[-2.631,51.514],[-2.641,51.517],[-2.641,51.518],[-2.613,51.528],[-2.6,51.531],[-2.595,51.532],[-2.591,51.535],[-2.586,51.54],[-2.583,51.542],[-2.564,51.549],[-2.552,51.551],[-2.548,51.546],[-2.539,51.537],[-2.539,51.539],[-2.533,51.54],[-2.526,51.536],[-2.523,51.536],[-2.52,51.535],[-2.509,51.54],[-2.496,51.535],[-2.493,51.532],[-2.489,51.531],[-2.491,51.527],[-2.487,51.525],[-2.49,51.521],[-2.496,51.518],[-2.495,51.513],[-2.49,51.511],[-2.49,51.506],[-2.483,51.506],[-2.477,51.505],[-2.46,51.501],[-2.457,51.497],[-2.459,51.493],[-2.467,51.489],[-2.47,51.487],[-2.474,51.48],[-2.477,51.476],[-2.48,51.473],[-2.478,51.468],[-2.475,51.466],[-2.469,51.465],[-2.468,51.462],[-2.462,51.458],[-2.463,51.454],[-2.462,51.452],[-2.458,51.451],[-2.456,51.452],[-2.452,51.45],[-2.443,51.45],[-2.444,51.445],[-2.443,51.443],[-2.437,51.444],[-2.427,51.442],[-2.421,51.439],[-2.414,51.44],[-2.407,51.437],[-2.403,51.439],[-2.404,51.435],[-2.403,51.432],[-2.399,51.432],[-2.386,51.432],[-2.38,51.434],[-2.377,51.433],[-2.368,51.437],[-2.361,51.437],[-2.358,51.436],[-2.352,51.439],[-2.347,51.439],[-2.342,51.439],[-2.336,51.437],[-2.332,51.438],[-2.325,51.437],[-2.322,51.433],[-2.314,51.429],[-2.314,51.423],[-2.31,51.423],[-2.307,51.425],[-2.304,51.425],[-2.299,51.429],[-2.295,51.429],[-2.289,51.446],[-2.288,51.455],[-2.285,51.458],[-2.293,51.458],[-2.296,51.459],[-2.295,51.467],[-2.29,51.479],[-2.291,51.485],[-2.297,51.488],[-2.304,51.486],[-2.312,51.488],[-2.314,51.49],[-2.319,51.495],[-2.322,51.498],[-2.312,51.503],[-2.306,51.504],[-2.296,51.507],[-2.296,51.51],[-2.287,51.513],[-2.281,51.516],[-2.273,51.518],[-2.264,51.519],[-2.256,51.522],[-2.255,51.526],[-2.252,51.527],[-2.254,51.529],[-2.258,51.528],[-2.26,51.53],[-2.26,51.534],[-2.266,51.536],[-2.262,51.542],[-2.262,51.545],[-2.264,51.546],[-2.268,51.55],[-2.267,51.551],[-2.268,51.556],[-2.266,51.565],[-2.264,51.568],[-2.26,51.57],[-2.269,51.572],[-2.274,51.572],[-2.273,51.578],[-2.277,51.58],[-2.279,51.578],[-2.283,51.579],[-2.281,51.581],[-2.285,51.583],[-2.283,51.585],[-2.294,51.589],[-2.29,51.591],[-2.29,51.593],[-2.294,51.595],[-2.301,51.592],[-2.308,51.593],[-2.317,51.59],[-2.32,51.594],[-2.33,51.592],[-2.331,51.595],[-2.335,51.594],[-2.339,51.594],[-2.344,51.595],[-2.348,51.597],[-2.353,51.597],[-2.355,51.6],[-2.358,51.602],[-2.366,51.604],[-2.367,51.601],[-2.371,51.598],[-2.375,51.598],[-2.381,51.596],[-2.386,51.597],[-2.395,51.597],[-2.396,51.6],[-2.394,51.603],[-2.395,51.606],[-2.394,51.61],[-2.39,51.612],[-2.392,51.614],[-2.389,51.618],[-2.389,51.624],[-2.391,51.629],[-2.394,51.631],[-2.401,51.635],[-2.398,51.636],[-2.392,51.636],[-2.388,51.637]]]},"properties":{"Name":"Thornbury and Yate","ID":"E14001545"},"id":482}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.398,51.454],[0.398,51.458],[0.402,51.461],[0.4,51.464],[0.401,51.469],[0.4,51.471],[0.393,51.472],[0.39,51.471],[0.385,51.472],[0.385,51.474],[0.379,51.473],[0.362,51.478],[0.352,51.478],[0.352,51.48],[0.358,51.484],[0.359,51.489],[0.359,51.492],[0.355,51.499],[0.351,51.498],[0.343,51.497],[0.338,51.501],[0.337,51.503],[0.334,51.511],[0.332,51.51],[0.33,51.517],[0.334,51.523],[0.334,51.527],[0.336,51.531],[0.332,51.538],[0.322,51.536],[0.322,51.541],[0.311,51.539],[0.301,51.539],[0.297,51.538],[0.298,51.535],[0.282,51.534],[0.276,51.533],[0.272,51.533],[0.265,51.532],[0.265,51.525],[0.264,51.518],[0.254,51.518],[0.251,51.529],[0.246,51.527],[0.246,51.524],[0.243,51.524],[0.241,51.521],[0.244,51.52],[0.244,51.518],[0.237,51.519],[0.241,51.514],[0.24,51.513],[0.242,51.508],[0.24,51.507],[0.227,51.507],[0.226,51.506],[0.23,51.499],[0.225,51.498],[0.22,51.497],[0.214,51.496],[0.212,51.491],[0.211,51.49],[0.216,51.49],[0.228,51.485],[0.23,51.483],[0.247,51.473],[0.256,51.47],[0.266,51.466],[0.279,51.463],[0.281,51.461],[0.291,51.47],[0.298,51.472],[0.309,51.474],[0.316,51.474],[0.325,51.472],[0.334,51.464],[0.332,51.462],[0.335,51.457],[0.339,51.456],[0.341,51.452],[0.353,51.451],[0.366,51.451],[0.369,51.452],[0.374,51.452],[0.382,51.453],[0.394,51.453],[0.398,51.454]]]},"properties":{"Name":"Thurrock","ID":"E14001546"},"id":483}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.011,52.569],[-2.017,52.569],[-2.027,52.565],[-2.025,52.563],[-2.038,52.558],[-2.04,52.555],[-2.051,52.551],[-2.061,52.547],[-2.063,52.549],[-2.069,52.547],[-2.07,52.55],[-2.074,52.55],[-2.078,52.557],[-2.081,52.556],[-2.082,52.553],[-2.085,52.553],[-2.09,52.55],[-2.09,52.549],[-2.097,52.546],[-2.104,52.546],[-2.108,52.544],[-2.104,52.542],[-2.095,52.541],[-2.093,52.538],[-2.088,52.537],[-2.086,52.532],[-2.078,52.532],[-2.079,52.529],[-2.08,52.524],[-2.076,52.524],[-2.07,52.521],[-2.063,52.514],[-2.06,52.517],[-2.054,52.521],[-2.048,52.524],[-2.033,52.519],[-2.027,52.521],[-2.022,52.524],[-2.022,52.53],[-2.016,52.529],[-2.01,52.529],[-2.002,52.531],[-2.001,52.525],[-1.993,52.524],[-1.99,52.529],[-1.995,52.531],[-1.987,52.535],[-1.985,52.54],[-1.984,52.545],[-1.982,52.548],[-1.977,52.553],[-1.975,52.556],[-1.989,52.563],[-2.002,52.566],[-2.011,52.569]]]},"properties":{"Name":"Tipton and Wednesbury","ID":"E14001547"},"id":484}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.055,51.206],[-3.059,51.204],[-3.065,51.203],[-3.076,51.201],[-3.084,51.203],[-3.09,51.206],[-3.101,51.208],[-3.114,51.207],[-3.121,51.208],[-3.126,51.211],[-3.131,51.211],[-3.138,51.21],[-3.15,51.209],[-3.156,51.208],[-3.159,51.206],[-3.164,51.203],[-3.173,51.202],[-3.18,51.2],[-3.19,51.203],[-3.202,51.201],[-3.207,51.2],[-3.216,51.194],[-3.222,51.193],[-3.226,51.193],[-3.233,51.191],[-3.237,51.191],[-3.244,51.189],[-3.25,51.187],[-3.257,51.188],[-3.262,51.186],[-3.269,51.182],[-3.276,51.18],[-3.282,51.18],[-3.286,51.182],[-3.294,51.183],[-3.298,51.182],[-3.308,51.18],[-3.312,51.179],[-3.319,51.18],[-3.32,51.182],[-3.336,51.183],[-3.346,51.181],[-3.353,51.182],[-3.365,51.184],[-3.374,51.185],[-3.384,51.183],[-3.393,51.183],[-3.404,51.183],[-3.412,51.184],[-3.415,51.186],[-3.418,51.188],[-3.423,51.19],[-3.433,51.196],[-3.436,51.199],[-3.437,51.202],[-3.442,51.207],[-3.448,51.209],[-3.454,51.209],[-3.468,51.208],[-3.473,51.209],[-3.474,51.213],[-3.479,51.217],[-3.484,51.219],[-3.49,51.22],[-3.493,51.223],[-3.498,51.224],[-3.503,51.223],[-3.508,51.224],[-3.513,51.226],[-3.518,51.226],[-3.529,51.229],[-3.534,51.231],[-3.543,51.232],[-3.548,51.232],[-3.555,51.233],[-3.564,51.231],[-3.575,51.232],[-3.579,51.231],[-3.587,51.225],[-3.592,51.223],[-3.602,51.22],[-3.611,51.22],[-3.617,51.217],[-3.622,51.217],[-3.624,51.218],[-3.631,51.223],[-3.634,51.224],[-3.641,51.223],[-3.646,51.224],[-3.655,51.224],[-3.672,51.227],[-3.687,51.228],[-3.694,51.229],[-3.698,51.231],[-3.704,51.231],[-3.709,51.232],[-3.718,51.232],[-3.721,51.233],[-3.723,51.23],[-3.727,51.229],[-3.727,51.226],[-3.733,51.223],[-3.729,51.219],[-3.729,51.217],[-3.732,51.215],[-3.728,51.208],[-3.728,51.204],[-3.726,51.2],[-3.729,51.195],[-3.732,51.193],[-3.732,51.191],[-3.726,51.187],[-3.724,51.181],[-3.726,51.179],[-3.732,51.177],[-3.739,51.177],[-3.746,51.176],[-3.751,51.177],[-3.758,51.177],[-3.782,51.172],[-3.788,51.172],[-3.793,51.173],[-3.795,51.174],[-3.806,51.178],[-3.812,51.178],[-3.818,51.179],[-3.824,51.176],[-3.833,51.178],[-3.839,51.177],[-3.839,51.175],[-3.837,51.167],[-3.836,51.165],[-3.835,51.154],[-3.832,51.151],[-3.834,51.145],[-3.834,51.138],[-3.831,51.135],[-3.825,51.131],[-3.822,51.126],[-3.814,51.121],[-3.807,51.118],[-3.804,51.116],[-3.797,51.114],[-3.791,51.111],[-3.777,51.107],[-3.768,51.106],[-3.757,51.1],[-3.75,51.095],[-3.739,51.089],[-3.731,51.087],[-3.722,51.083],[-3.72,51.081],[-3.715,51.08],[-3.709,51.081],[-3.692,51.081],[-3.689,51.078],[-3.687,51.076],[-3.682,51.073],[-3.676,51.073],[-3.673,51.071],[-3.665,51.07],[-3.664,51.067],[-3.65,51.064],[-3.652,51.06],[-3.645,51.058],[-3.642,51.059],[-3.635,51.056],[-3.631,51.06],[-3.624,51.061],[-3.619,51.06],[-3.612,51.056],[-3.61,51.058],[-3.605,51.058],[-3.601,51.055],[-3.596,51.056],[-3.597,51.054],[-3.6,51.052],[-3.6,51.047],[-3.598,51.043],[-3.598,51.037],[-3.602,51.033],[-3.603,51.029],[-3.61,51.025],[-3.612,51.019],[-3.615,51.015],[-3.615,51.013],[-3.61,51.01],[-3.61,51.008],[-3.603,51.007],[-3.607,51.004],[-3.602,51],[-3.599,50.996],[-3.6,50.992],[-3.606,50.99],[-3.608,50.993],[-3.605,50.995],[-3.612,50.995],[-3.614,50.998],[-3.62,51.001],[-3.623,51.005],[-3.629,51.006],[-3.629,51],[-3.627,50.994],[-3.629,50.989],[-3.623,50.983],[-3.62,50.979],[-3.62,50.969],[-3.615,50.968],[-3.611,50.969],[-3.604,50.968],[-3.602,50.969],[-3.598,50.967],[-3.601,50.963],[-3.601,50.955],[-3.598,50.955],[-3.598,50.95],[-3.596,50.945],[-3.598,50.942],[-3.603,50.937],[-3.608,50.933],[-3.613,50.927],[-3.621,50.922],[-3.624,50.922],[-3.623,50.914],[-3.616,50.914],[-3.608,50.913],[-3.603,50.915],[-3.599,50.914],[-3.597,50.912],[-3.597,50.909],[-3.592,50.907],[-3.591,50.905],[-3.58,50.904],[-3.572,50.901],[-3.569,50.898],[-3.565,50.898],[-3.56,50.895],[-3.551,50.893],[-3.549,50.89],[-3.545,50.888],[-3.542,50.885],[-3.539,50.88],[-3.538,50.876],[-3.533,50.873],[-3.527,50.872],[-3.524,50.869],[-3.524,50.866],[-3.521,50.863],[-3.517,50.862],[-3.516,50.859],[-3.511,50.858],[-3.51,50.86],[-3.505,50.861],[-3.498,50.864],[-3.496,50.868],[-3.487,50.868],[-3.484,50.87],[-3.477,50.871],[-3.473,50.873],[-3.465,50.872],[-3.455,50.872],[-3.448,50.873],[-3.431,50.871],[-3.429,50.871],[-3.421,50.871],[-3.418,50.872],[-3.41,50.872],[-3.402,50.873],[-3.394,50.872],[-3.388,50.871],[-3.383,50.872],[-3.375,50.874],[-3.369,50.88],[-3.364,50.881],[-3.362,50.879],[-3.362,50.875],[-3.357,50.877],[-3.34,50.878],[-3.331,50.878],[-3.331,50.88],[-3.325,50.88],[-3.324,50.884],[-3.313,50.887],[-3.31,50.885],[-3.308,50.887],[-3.298,50.888],[-3.286,50.887],[-3.283,50.888],[-3.282,50.886],[-3.284,50.883],[-3.284,50.878],[-3.279,50.868],[-3.277,50.868],[-3.271,50.869],[-3.265,50.872],[-3.259,50.877],[-3.254,50.879],[-3.252,50.884],[-3.248,50.887],[-3.244,50.889],[-3.239,50.89],[-3.232,50.895],[-3.227,50.895],[-3.218,50.893],[-3.219,50.888],[-3.218,50.885],[-3.214,50.881],[-3.209,50.877],[-3.198,50.877],[-3.192,50.879],[-3.182,50.876],[-3.179,50.878],[-3.176,50.877],[-3.171,50.879],[-3.164,50.882],[-3.165,50.884],[-3.155,50.886],[-3.148,50.887],[-3.142,50.889],[-3.144,50.891],[-3.148,50.892],[-3.153,50.894],[-3.154,50.898],[-3.156,50.9],[-3.159,50.901],[-3.17,50.9],[-3.172,50.903],[-3.171,50.907],[-3.188,50.91],[-3.186,50.913],[-3.179,50.92],[-3.18,50.922],[-3.172,50.926],[-3.173,50.93],[-3.172,50.936],[-3.17,50.94],[-3.164,50.946],[-3.166,50.948],[-3.172,50.947],[-3.185,50.949],[-3.189,50.949],[-3.199,50.947],[-3.218,50.943],[-3.233,50.944],[-3.241,50.943],[-3.244,50.943],[-3.255,50.942],[-3.256,50.943],[-3.262,50.944],[-3.264,50.947],[-3.272,50.949],[-3.283,50.953],[-3.29,50.955],[-3.294,50.955],[-3.302,50.961],[-3.3,50.962],[-3.305,50.965],[-3.3,50.966],[-3.298,50.969],[-3.3,50.97],[-3.297,50.977],[-3.293,50.979],[-3.298,50.982],[-3.297,50.983],[-3.292,50.981],[-3.288,50.985],[-3.288,50.988],[-3.285,50.989],[-3.279,50.986],[-3.273,50.985],[-3.275,50.98],[-3.274,50.978],[-3.266,50.983],[-3.256,50.987],[-3.252,50.986],[-3.25,50.988],[-3.246,50.99],[-3.24,50.991],[-3.238,50.99],[-3.234,50.99],[-3.227,50.99],[-3.218,50.988],[-3.216,50.989],[-3.209,50.991],[-3.202,50.994],[-3.196,50.999],[-3.193,51],[-3.197,51.004],[-3.199,51.012],[-3.198,51.014],[-3.191,51.014],[-3.186,51.013],[-3.175,51.011],[-3.171,51.012],[-3.171,51.015],[-3.167,51.016],[-3.165,51.019],[-3.167,51.022],[-3.173,51.022],[-3.182,51.024],[-3.187,51.025],[-3.185,51.027],[-3.187,51.029],[-3.185,51.033],[-3.18,51.035],[-3.177,51.036],[-3.169,51.034],[-3.166,51.035],[-3.165,51.038],[-3.161,51.042],[-3.159,51.047],[-3.163,51.051],[-3.159,51.053],[-3.158,51.056],[-3.15,51.058],[-3.148,51.061],[-3.144,51.063],[-3.146,51.065],[-3.144,51.068],[-3.14,51.069],[-3.137,51.072],[-3.146,51.079],[-3.148,51.082],[-3.153,51.085],[-3.15,51.089],[-3.157,51.09],[-3.156,51.091],[-3.151,51.093],[-3.154,51.095],[-3.15,51.098],[-3.142,51.099],[-3.14,51.101],[-3.143,51.106],[-3.142,51.109],[-3.148,51.107],[-3.151,51.106],[-3.154,51.109],[-3.158,51.108],[-3.161,51.105],[-3.168,51.104],[-3.169,51.108],[-3.174,51.107],[-3.181,51.109],[-3.186,51.112],[-3.194,51.113],[-3.194,51.115],[-3.198,51.119],[-3.205,51.123],[-3.208,51.126],[-3.216,51.129],[-3.216,51.133],[-3.213,51.136],[-3.205,51.142],[-3.194,51.143],[-3.187,51.147],[-3.18,51.146],[-3.177,51.147],[-3.173,51.153],[-3.166,51.153],[-3.163,51.154],[-3.161,51.158],[-3.157,51.163],[-3.153,51.162],[-3.144,51.163],[-3.141,51.162],[-3.133,51.164],[-3.134,51.166],[-3.132,51.168],[-3.123,51.17],[-3.114,51.17],[-3.113,51.171],[-3.117,51.175],[-3.112,51.177],[-3.106,51.178],[-3.107,51.183],[-3.097,51.185],[-3.098,51.188],[-3.096,51.19],[-3.089,51.191],[-3.084,51.195],[-3.079,51.197],[-3.07,51.195],[-3.067,51.194],[-3.059,51.199],[-3.057,51.202],[-3.052,51.203],[-3.055,51.206]]]},"properties":{"Name":"Tiverton and Minehead","ID":"E14001548"},"id":485}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.337,51.387],[0.332,51.387],[0.297,51.397],[0.297,51.394],[0.299,51.394],[0.299,51.39],[0.3,51.389],[0.297,51.385],[0.3,51.38],[0.296,51.378],[0.291,51.372],[0.283,51.37],[0.284,51.368],[0.282,51.364],[0.284,51.361],[0.282,51.36],[0.284,51.356],[0.284,51.351],[0.28,51.348],[0.277,51.341],[0.275,51.34],[0.278,51.338],[0.281,51.336],[0.288,51.336],[0.285,51.331],[0.284,51.325],[0.277,51.319],[0.272,51.317],[0.265,51.314],[0.266,51.312],[0.263,51.306],[0.265,51.302],[0.265,51.297],[0.258,51.297],[0.261,51.291],[0.261,51.289],[0.259,51.286],[0.258,51.281],[0.255,51.276],[0.26,51.272],[0.261,51.27],[0.265,51.268],[0.265,51.26],[0.264,51.256],[0.253,51.255],[0.247,51.255],[0.246,51.252],[0.25,51.248],[0.25,51.245],[0.248,51.243],[0.247,51.238],[0.242,51.237],[0.231,51.232],[0.228,51.235],[0.224,51.241],[0.225,51.243],[0.223,51.245],[0.219,51.243],[0.214,51.239],[0.208,51.236],[0.201,51.234],[0.197,51.234],[0.199,51.228],[0.188,51.218],[0.174,51.22],[0.172,51.225],[0.163,51.224],[0.151,51.224],[0.146,51.223],[0.142,51.221],[0.136,51.223],[0.132,51.225],[0.129,51.228],[0.127,51.229],[0.124,51.227],[0.119,51.226],[0.119,51.224],[0.113,51.223],[0.105,51.222],[0.099,51.224],[0.096,51.226],[0.092,51.227],[0.089,51.226],[0.09,51.221],[0.085,51.223],[0.082,51.221],[0.071,51.22],[0.068,51.221],[0.059,51.223],[0.051,51.223],[0.043,51.225],[0.043,51.22],[0.041,51.217],[0.036,51.217],[0.034,51.214],[0.034,51.211],[0.037,51.207],[0.036,51.204],[0.039,51.201],[0.039,51.198],[0.044,51.192],[0.048,51.191],[0.045,51.189],[0.047,51.186],[0.05,51.185],[0.053,51.18],[0.052,51.178],[0.047,51.174],[0.046,51.169],[0.047,51.162],[0.049,51.159],[0.051,51.157],[0.051,51.152],[0.055,51.15],[0.054,51.148],[0.05,51.143],[0.056,51.142],[0.059,51.141],[0.062,51.142],[0.071,51.14],[0.078,51.14],[0.084,51.142],[0.091,51.141],[0.098,51.142],[0.103,51.143],[0.105,51.144],[0.11,51.144],[0.122,51.147],[0.129,51.147],[0.139,51.147],[0.145,51.143],[0.152,51.143],[0.156,51.141],[0.16,51.141],[0.161,51.137],[0.164,51.133],[0.168,51.132],[0.176,51.134],[0.18,51.132],[0.183,51.135],[0.187,51.136],[0.189,51.139],[0.193,51.14],[0.194,51.143],[0.196,51.146],[0.2,51.146],[0.206,51.151],[0.212,51.152],[0.215,51.154],[0.211,51.156],[0.209,51.159],[0.205,51.161],[0.201,51.16],[0.196,51.165],[0.191,51.168],[0.191,51.171],[0.198,51.175],[0.2,51.173],[0.205,51.173],[0.207,51.175],[0.212,51.175],[0.218,51.178],[0.219,51.18],[0.227,51.184],[0.234,51.185],[0.24,51.181],[0.244,51.182],[0.254,51.179],[0.259,51.18],[0.266,51.18],[0.277,51.175],[0.284,51.178],[0.283,51.179],[0.288,51.184],[0.29,51.183],[0.294,51.189],[0.298,51.192],[0.298,51.195],[0.3,51.197],[0.306,51.197],[0.309,51.2],[0.317,51.198],[0.32,51.2],[0.326,51.199],[0.329,51.199],[0.334,51.197],[0.333,51.196],[0.338,51.193],[0.342,51.193],[0.352,51.196],[0.36,51.195],[0.363,51.194],[0.368,51.195],[0.367,51.2],[0.371,51.201],[0.373,51.2],[0.381,51.198],[0.384,51.198],[0.385,51.2],[0.389,51.202],[0.392,51.2],[0.4,51.199],[0.401,51.2],[0.404,51.207],[0.404,51.211],[0.406,51.217],[0.409,51.222],[0.402,51.222],[0.399,51.223],[0.399,51.226],[0.394,51.226],[0.391,51.228],[0.383,51.231],[0.38,51.231],[0.379,51.235],[0.383,51.237],[0.384,51.238],[0.388,51.239],[0.394,51.241],[0.398,51.246],[0.407,51.252],[0.417,51.251],[0.422,51.249],[0.431,51.249],[0.429,51.252],[0.433,51.258],[0.433,51.262],[0.432,51.265],[0.432,51.268],[0.422,51.269],[0.42,51.267],[0.408,51.268],[0.398,51.266],[0.393,51.264],[0.389,51.267],[0.391,51.269],[0.384,51.272],[0.388,51.275],[0.384,51.28],[0.389,51.284],[0.393,51.288],[0.39,51.29],[0.395,51.293],[0.394,51.296],[0.395,51.3],[0.401,51.299],[0.405,51.301],[0.399,51.302],[0.4,51.305],[0.398,51.309],[0.401,51.311],[0.41,51.312],[0.416,51.311],[0.425,51.309],[0.428,51.313],[0.431,51.316],[0.432,51.32],[0.429,51.321],[0.43,51.325],[0.427,51.325],[0.425,51.326],[0.417,51.328],[0.41,51.331],[0.41,51.334],[0.407,51.338],[0.397,51.338],[0.393,51.339],[0.39,51.342],[0.389,51.339],[0.381,51.339],[0.377,51.336],[0.384,51.336],[0.381,51.33],[0.378,51.329],[0.366,51.328],[0.363,51.33],[0.361,51.329],[0.355,51.328],[0.352,51.327],[0.341,51.325],[0.342,51.329],[0.344,51.333],[0.345,51.339],[0.341,51.34],[0.341,51.344],[0.342,51.348],[0.342,51.355],[0.34,51.356],[0.337,51.36],[0.336,51.361],[0.335,51.365],[0.337,51.37],[0.333,51.368],[0.331,51.371],[0.334,51.383],[0.337,51.387]]]},"properties":{"Name":"Tonbridge","ID":"E14001549"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.144,51.442],[-0.153,51.443],[-0.152,51.445],[-0.156,51.451],[-0.163,51.448],[-0.165,51.447],[-0.171,51.455],[-0.173,51.459],[-0.182,51.458],[-0.186,51.458],[-0.183,51.454],[-0.19,51.451],[-0.193,51.448],[-0.193,51.444],[-0.19,51.441],[-0.19,51.44],[-0.189,51.439],[-0.191,51.434],[-0.191,51.433],[-0.19,51.432],[-0.188,51.432],[-0.187,51.433],[-0.186,51.433],[-0.185,51.433],[-0.184,51.431],[-0.184,51.427],[-0.184,51.426],[-0.181,51.425],[-0.179,51.424],[-0.174,51.423],[-0.173,51.423],[-0.171,51.422],[-0.17,51.422],[-0.168,51.421],[-0.167,51.421],[-0.165,51.42],[-0.163,51.42],[-0.162,51.42],[-0.161,51.421],[-0.159,51.422],[-0.156,51.421],[-0.147,51.419],[-0.146,51.418],[-0.143,51.418],[-0.142,51.419],[-0.14,51.419],[-0.138,51.421],[-0.139,51.424],[-0.138,51.431],[-0.135,51.43],[-0.136,51.434],[-0.14,51.437],[-0.137,51.439],[-0.136,51.442],[-0.144,51.442]]]},"properties":{"Name":"Tooting","ID":"E14001550"},"id":487}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.509,50.517],[-3.514,50.517],[-3.521,50.518],[-3.52,50.511],[-3.529,50.507],[-3.53,50.505],[-3.537,50.506],[-3.539,50.504],[-3.544,50.497],[-3.552,50.495],[-3.56,50.495],[-3.562,50.493],[-3.562,50.488],[-3.565,50.487],[-3.57,50.49],[-3.571,50.488],[-3.574,50.488],[-3.577,50.483],[-3.584,50.478],[-3.583,50.469],[-3.587,50.465],[-3.59,50.463],[-3.587,50.452],[-3.589,50.451],[-3.584,50.447],[-3.581,50.442],[-3.579,50.44],[-3.582,50.439],[-3.583,50.436],[-3.588,50.434],[-3.59,50.43],[-3.588,50.426],[-3.588,50.422],[-3.581,50.417],[-3.578,50.415],[-3.574,50.416],[-3.569,50.412],[-3.56,50.414],[-3.557,50.416],[-3.556,50.419],[-3.559,50.421],[-3.56,50.426],[-3.558,50.428],[-3.553,50.429],[-3.553,50.431],[-3.557,50.432],[-3.559,50.435],[-3.557,50.443],[-3.554,50.447],[-3.552,50.451],[-3.549,50.452],[-3.545,50.452],[-3.545,50.456],[-3.54,50.461],[-3.534,50.463],[-3.53,50.461],[-3.526,50.46],[-3.519,50.454],[-3.516,50.454],[-3.511,50.455],[-3.51,50.457],[-3.504,50.46],[-3.494,50.459],[-3.491,50.458],[-3.488,50.461],[-3.483,50.46],[-3.482,50.463],[-3.487,50.463],[-3.491,50.466],[-3.49,50.469],[-3.499,50.471],[-3.502,50.473],[-3.501,50.475],[-3.505,50.479],[-3.512,50.48],[-3.515,50.482],[-3.515,50.489],[-3.513,50.495],[-3.515,50.496],[-3.513,50.499],[-3.513,50.507],[-3.51,50.512],[-3.509,50.517]]]},"properties":{"Name":"Torbay","ID":"E14001551"},"id":488}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.151,50.465],[-4.15,50.47],[-4.144,50.475],[-4.144,50.477],[-4.147,50.478],[-4.149,50.48],[-4.153,50.482],[-4.156,50.483],[-4.16,50.485],[-4.16,50.487],[-4.15,50.487],[-4.148,50.488],[-4.148,50.493],[-4.153,50.495],[-4.159,50.493],[-4.158,50.496],[-4.16,50.498],[-4.158,50.5],[-4.153,50.502],[-4.153,50.505],[-4.157,50.507],[-4.155,50.509],[-4.149,50.509],[-4.144,50.511],[-4.137,50.512],[-4.133,50.515],[-4.134,50.517],[-4.132,50.519],[-4.125,50.515],[-4.12,50.514],[-4.118,50.515],[-4.117,50.518],[-4.111,50.521],[-4.107,50.52],[-4.102,50.521],[-4.096,50.525],[-4.092,50.523],[-4.094,50.521],[-4.092,50.517],[-4.087,50.515],[-4.081,50.514],[-4.079,50.515],[-4.071,50.517],[-4.065,50.521],[-4.063,50.522],[-4.058,50.53],[-4.055,50.532],[-4.057,50.536],[-4.055,50.54],[-4.056,50.544],[-4.054,50.548],[-4.039,50.552],[-4.036,50.552],[-4.033,50.55],[-4.029,50.546],[-4.028,50.543],[-4.024,50.539],[-4.018,50.541],[-4.007,50.54],[-4.003,50.542],[-3.996,50.544],[-3.981,50.534],[-3.969,50.513],[-3.976,50.5],[-3.964,50.496],[-3.959,50.5],[-3.955,50.5],[-3.952,50.499],[-3.946,50.498],[-3.948,50.493],[-3.949,50.489],[-3.946,50.489],[-3.939,50.484],[-3.933,50.482],[-3.928,50.481],[-3.924,50.479],[-3.92,50.482],[-3.915,50.482],[-3.906,50.477],[-3.904,50.477],[-3.899,50.473],[-3.898,50.475],[-3.888,50.48],[-3.884,50.48],[-3.88,50.487],[-3.883,50.493],[-3.884,50.502],[-3.891,50.506],[-3.893,50.514],[-3.891,50.52],[-3.891,50.524],[-3.886,50.525],[-3.884,50.531],[-3.888,50.533],[-3.887,50.536],[-3.88,50.542],[-3.876,50.543],[-3.875,50.545],[-3.877,50.553],[-3.874,50.554],[-3.874,50.556],[-3.876,50.559],[-3.874,50.562],[-3.875,50.564],[-3.872,50.567],[-3.87,50.571],[-3.874,50.575],[-3.877,50.575],[-3.877,50.579],[-3.881,50.584],[-3.879,50.586],[-3.881,50.588],[-3.881,50.593],[-3.883,50.597],[-3.879,50.599],[-3.877,50.606],[-3.873,50.613],[-3.873,50.614],[-3.879,50.616],[-3.882,50.638],[-3.885,50.64],[-3.891,50.645],[-3.9,50.647],[-3.895,50.653],[-3.897,50.655],[-3.908,50.653],[-3.922,50.655],[-3.931,50.656],[-3.937,50.66],[-3.941,50.665],[-3.944,50.672],[-3.942,50.685],[-3.936,50.689],[-3.948,50.693],[-3.959,50.702],[-3.966,50.707],[-3.973,50.706],[-3.976,50.703],[-3.988,50.7],[-3.994,50.692],[-4.001,50.685],[-4.008,50.679],[-4.019,50.674],[-4.021,50.676],[-4.028,50.68],[-4.04,50.69],[-4.043,50.694],[-4.046,50.695],[-4.051,50.692],[-4.053,50.691],[-4.062,50.687],[-4.06,50.691],[-4.056,50.696],[-4.054,50.699],[-4.05,50.703],[-4.057,50.71],[-4.054,50.718],[-4.048,50.727],[-4.044,50.73],[-4.051,50.731],[-4.061,50.73],[-4.071,50.728],[-4.075,50.728],[-4.081,50.727],[-4.086,50.732],[-4.087,50.735],[-4.09,50.738],[-4.094,50.74],[-4.097,50.744],[-4.103,50.746],[-4.105,50.748],[-4.113,50.754],[-4.115,50.757],[-4.118,50.755],[-4.124,50.749],[-4.131,50.748],[-4.134,50.749],[-4.141,50.747],[-4.154,50.745],[-4.152,50.748],[-4.154,50.751],[-4.158,50.755],[-4.156,50.758],[-4.157,50.761],[-4.159,50.765],[-4.163,50.772],[-4.168,50.771],[-4.176,50.774],[-4.184,50.784],[-4.177,50.786],[-4.166,50.787],[-4.169,50.792],[-4.18,50.791],[-4.184,50.789],[-4.191,50.789],[-4.187,50.794],[-4.182,50.796],[-4.174,50.798],[-4.173,50.799],[-4.176,50.802],[-4.174,50.805],[-4.177,50.807],[-4.171,50.811],[-4.158,50.815],[-4.16,50.82],[-4.158,50.823],[-4.164,50.83],[-4.155,50.83],[-4.151,50.831],[-4.147,50.831],[-4.14,50.832],[-4.138,50.835],[-4.14,50.838],[-4.138,50.84],[-4.135,50.839],[-4.133,50.841],[-4.13,50.842],[-4.128,50.844],[-4.121,50.842],[-4.118,50.838],[-4.11,50.838],[-4.106,50.836],[-4.103,50.836],[-4.103,50.843],[-4.105,50.846],[-4.101,50.847],[-4.103,50.85],[-4.095,50.852],[-4.085,50.858],[-4.089,50.862],[-4.09,50.867],[-4.079,50.872],[-4.077,50.872],[-4.069,50.875],[-4.066,50.87],[-4.061,50.871],[-4.057,50.871],[-4.054,50.867],[-4.053,50.864],[-4.047,50.864],[-4.046,50.865],[-4.04,50.869],[-4.041,50.863],[-4.039,50.86],[-4.036,50.859],[-4.032,50.86],[-4.024,50.86],[-4.023,50.866],[-4.011,50.865],[-4.006,50.867],[-3.995,50.869],[-3.995,50.865],[-3.998,50.862],[-3.995,50.86],[-3.995,50.856],[-3.997,50.855],[-3.995,50.852],[-3.992,50.852],[-3.989,50.85],[-3.986,50.851],[-3.976,50.856],[-3.972,50.857],[-3.967,50.855],[-3.959,50.855],[-3.962,50.85],[-3.954,50.844],[-3.95,50.842],[-3.943,50.837],[-3.943,50.833],[-3.939,50.829],[-3.938,50.826],[-3.93,50.828],[-3.925,50.827],[-3.921,50.828],[-3.918,50.83],[-3.913,50.83],[-3.91,50.829],[-3.906,50.83],[-3.899,50.835],[-3.896,50.836],[-3.896,50.838],[-3.892,50.841],[-3.889,50.841],[-3.885,50.845],[-3.889,50.847],[-3.896,50.848],[-3.904,50.848],[-3.905,50.856],[-3.909,50.86],[-3.919,50.863],[-3.921,50.866],[-3.925,50.868],[-3.926,50.87],[-3.912,50.874],[-3.907,50.874],[-3.903,50.877],[-3.899,50.878],[-3.9,50.885],[-3.902,50.886],[-3.907,50.885],[-3.913,50.89],[-3.915,50.894],[-3.92,50.897],[-3.915,50.903],[-3.912,50.904],[-3.904,50.905],[-3.905,50.909],[-3.902,50.913],[-3.906,50.917],[-3.902,50.921],[-3.902,50.926],[-3.906,50.925],[-3.92,50.924],[-3.92,50.923],[-3.933,50.922],[-3.938,50.922],[-3.945,50.919],[-3.954,50.918],[-3.959,50.921],[-3.964,50.922],[-3.967,50.924],[-3.978,50.926],[-3.988,50.927],[-3.995,50.926],[-3.998,50.931],[-3.996,50.934],[-3.998,50.936],[-3.993,50.937],[-3.996,50.942],[-3.994,50.949],[-3.984,50.952],[-3.979,50.952],[-3.975,50.954],[-3.97,50.953],[-3.964,50.954],[-3.961,50.956],[-3.966,50.958],[-3.966,50.96],[-3.965,50.963],[-3.957,50.967],[-3.958,50.971],[-3.953,50.974],[-3.954,50.977],[-3.958,50.978],[-3.958,50.981],[-3.961,50.981],[-3.963,50.979],[-3.967,50.981],[-3.975,50.982],[-3.976,50.981],[-3.984,50.982],[-3.99,50.978],[-3.992,50.974],[-4.004,50.972],[-4.005,50.97],[-4.011,50.967],[-4.02,50.97],[-4.02,50.972],[-4.025,50.973],[-4.028,50.977],[-4.033,50.979],[-4.036,50.981],[-4.037,50.985],[-4.035,50.99],[-4.037,50.993],[-4.035,50.997],[-4.034,50.997],[-4.033,51.003],[-4.034,51.008],[-4.049,51.008],[-4.058,51.008],[-4.064,51.01],[-4.069,51.008],[-4.079,51.009],[-4.081,51.003],[-4.086,51.003],[-4.094,51.004],[-4.098,51.009],[-4.106,51.01],[-4.11,51.011],[-4.116,51.01],[-4.12,51.012],[-4.12,51.014],[-4.116,51.017],[-4.116,51.019],[-4.122,51.019],[-4.129,51.021],[-4.135,51.02],[-4.14,51.018],[-4.148,51.019],[-4.15,51.017],[-4.154,51.016],[-4.155,51.014],[-4.166,51.015],[-4.17,51.018],[-4.172,51.019],[-4.174,51.023],[-4.179,51.024],[-4.18,51.023],[-4.186,51.021],[-4.195,51.021],[-4.198,51.021],[-4.199,51.021],[-4.202,51.016],[-4.204,51.008],[-4.207,51.008],[-4.206,51.014],[-4.202,51.024],[-4.204,51.032],[-4.202,51.035],[-4.196,51.04],[-4.19,51.046],[-4.191,51.051],[-4.191,51.055],[-4.198,51.058],[-4.202,51.055],[-4.207,51.053],[-4.21,51.053],[-4.213,51.057],[-4.208,51.062],[-4.217,51.065],[-4.223,51.064],[-4.226,51.062],[-4.229,51.058],[-4.233,51.047],[-4.238,51.041],[-4.253,51.04],[-4.258,51.038],[-4.263,51.034],[-4.269,51.027],[-4.273,51.023],[-4.279,51.016],[-4.284,51.014],[-4.291,51.007],[-4.297,51.002],[-4.304,50.997],[-4.309,50.995],[-4.314,50.994],[-4.318,50.993],[-4.326,50.992],[-4.331,50.991],[-4.339,50.99],[-4.345,50.989],[-4.355,50.99],[-4.367,50.99],[-4.375,50.99],[-4.383,50.993],[-4.391,50.995],[-4.396,50.997],[-4.399,51.001],[-4.404,51.004],[-4.41,51.006],[-4.418,51.011],[-4.422,51.011],[-4.425,51.014],[-4.435,51.013],[-4.443,51.015],[-4.447,51.014],[-4.452,51.015],[-4.457,51.018],[-4.464,51.021],[-4.471,51.022],[-4.477,51.021],[-4.481,51.022],[-4.495,51.021],[-4.497,51.021],[-4.501,51.019],[-4.513,51.022],[-4.519,51.021],[-4.522,51.021],[-4.527,51.019],[-4.528,51.016],[-4.527,51.013],[-4.534,51.01],[-4.531,51.007],[-4.53,51.003],[-4.532,51.002],[-4.531,50.995],[-4.535,50.995],[-4.531,50.991],[-4.532,50.989],[-4.529,50.986],[-4.531,50.982],[-4.535,50.979],[-4.533,50.977],[-4.533,50.965],[-4.537,50.962],[-4.539,50.957],[-4.544,50.954],[-4.541,50.948],[-4.543,50.944],[-4.549,50.939],[-4.545,50.933],[-4.546,50.928],[-4.542,50.929],[-4.534,50.927],[-4.524,50.927],[-4.517,50.927],[-4.515,50.928],[-4.51,50.927],[-4.499,50.927],[-4.497,50.929],[-4.487,50.929],[-4.472,50.931],[-4.465,50.931],[-4.456,50.929],[-4.458,50.927],[-4.459,50.923],[-4.462,50.919],[-4.464,50.916],[-4.463,50.913],[-4.46,50.911],[-4.459,50.908],[-4.45,50.906],[-4.451,50.903],[-4.447,50.901],[-4.447,50.893],[-4.446,50.891],[-4.44,50.888],[-4.438,50.883],[-4.432,50.88],[-4.421,50.867],[-4.434,50.866],[-4.433,50.862],[-4.434,50.86],[-4.437,50.856],[-4.436,50.853],[-4.44,50.851],[-4.442,50.847],[-4.441,50.844],[-4.443,50.836],[-4.443,50.832],[-4.444,50.83],[-4.444,50.827],[-4.44,50.826],[-4.439,50.823],[-4.442,50.82],[-4.441,50.818],[-4.446,50.813],[-4.445,50.811],[-4.454,50.804],[-4.458,50.804],[-4.464,50.802],[-4.47,50.801],[-4.476,50.8],[-4.474,50.797],[-4.479,50.797],[-4.49,50.796],[-4.493,50.793],[-4.489,50.791],[-4.484,50.791],[-4.476,50.789],[-4.475,50.785],[-4.466,50.785],[-4.463,50.784],[-4.456,50.784],[-4.451,50.786],[-4.446,50.781],[-4.446,50.776],[-4.438,50.774],[-4.434,50.77],[-4.432,50.769],[-4.428,50.769],[-4.425,50.766],[-4.422,50.764],[-4.419,50.765],[-4.41,50.764],[-4.409,50.768],[-4.413,50.771],[-4.414,50.774],[-4.413,50.775],[-4.399,50.777],[-4.394,50.778],[-4.389,50.775],[-4.38,50.769],[-4.384,50.767],[-4.387,50.764],[-4.388,50.758],[-4.382,50.757],[-4.381,50.756],[-4.385,50.75],[-4.385,50.748],[-4.38,50.744],[-4.38,50.741],[-4.374,50.738],[-4.372,50.734],[-4.372,50.729],[-4.368,50.723],[-4.364,50.721],[-4.365,50.721],[-4.363,50.718],[-4.364,50.714],[-4.365,50.714],[-4.365,50.712],[-4.366,50.711],[-4.369,50.709],[-4.367,50.707],[-4.368,50.705],[-4.368,50.704],[-4.368,50.703],[-4.369,50.702],[-4.368,50.702],[-4.367,50.703],[-4.366,50.698],[-4.365,50.698],[-4.364,50.698],[-4.364,50.697],[-4.362,50.697],[-4.362,50.696],[-4.354,50.694],[-4.353,50.693],[-4.353,50.694],[-4.352,50.693],[-4.354,50.693],[-4.353,50.691],[-4.352,50.691],[-4.351,50.691],[-4.349,50.689],[-4.349,50.683],[-4.347,50.682],[-4.344,50.677],[-4.347,50.673],[-4.344,50.671],[-4.346,50.668],[-4.344,50.663],[-4.339,50.661],[-4.34,50.659],[-4.336,50.656],[-4.337,50.654],[-4.337,50.653],[-4.336,50.653],[-4.336,50.651],[-4.335,50.647],[-4.333,50.644],[-4.334,50.641],[-4.33,50.64],[-4.326,50.641],[-4.325,50.638],[-4.32,50.636],[-4.315,50.636],[-4.312,50.637],[-4.309,50.636],[-4.304,50.636],[-4.3,50.633],[-4.303,50.629],[-4.302,50.626],[-4.306,50.621],[-4.307,50.621],[-4.307,50.618],[-4.306,50.614],[-4.303,50.611],[-4.308,50.603],[-4.307,50.6],[-4.306,50.595],[-4.311,50.592],[-4.312,50.59],[-4.311,50.585],[-4.308,50.582],[-4.308,50.579],[-4.305,50.579],[-4.298,50.584],[-4.291,50.584],[-4.29,50.581],[-4.289,50.577],[-4.285,50.575],[-4.282,50.577],[-4.285,50.582],[-4.286,50.585],[-4.273,50.583],[-4.27,50.579],[-4.277,50.575],[-4.279,50.571],[-4.279,50.569],[-4.274,50.565],[-4.273,50.562],[-4.264,50.557],[-4.26,50.552],[-4.259,50.546],[-4.261,50.544],[-4.267,50.542],[-4.271,50.539],[-4.272,50.537],[-4.269,50.535],[-4.264,50.536],[-4.255,50.541],[-4.254,50.544],[-4.244,50.544],[-4.24,50.541],[-4.237,50.535],[-4.233,50.531],[-4.226,50.53],[-4.218,50.532],[-4.215,50.535],[-4.207,50.533],[-4.211,50.53],[-4.211,50.526],[-4.207,50.522],[-4.206,50.519],[-4.209,50.516],[-4.208,50.513],[-4.203,50.514],[-4.201,50.512],[-4.203,50.503],[-4.194,50.503],[-4.191,50.507],[-4.185,50.508],[-4.184,50.508],[-4.18,50.503],[-4.18,50.501],[-4.19,50.498],[-4.195,50.498],[-4.193,50.495],[-4.195,50.493],[-4.199,50.492],[-4.204,50.492],[-4.208,50.495],[-4.211,50.496],[-4.221,50.498],[-4.22,50.493],[-4.223,50.49],[-4.221,50.487],[-4.218,50.485],[-4.217,50.477],[-4.219,50.474],[-4.236,50.466],[-4.237,50.464],[-4.236,50.459],[-4.232,50.457],[-4.23,50.457],[-4.228,50.459],[-4.227,50.464],[-4.225,50.467],[-4.22,50.469],[-4.216,50.468],[-4.213,50.466],[-4.206,50.459],[-4.203,50.456],[-4.2,50.454],[-4.201,50.451],[-4.198,50.447],[-4.199,50.446],[-4.195,50.443],[-4.191,50.441],[-4.192,50.438],[-4.191,50.435],[-4.185,50.434],[-4.176,50.441],[-4.173,50.445],[-4.17,50.452],[-4.165,50.455],[-4.16,50.455],[-4.156,50.459],[-4.158,50.461],[-4.155,50.464],[-4.151,50.465]]],[[[-4.677,51.202],[-4.677,51.198],[-4.68,51.194],[-4.675,51.192],[-4.677,51.19],[-4.674,51.186],[-4.678,51.185],[-4.673,51.18],[-4.678,51.179],[-4.678,51.174],[-4.68,51.172],[-4.676,51.164],[-4.67,51.159],[-4.664,51.162],[-4.66,51.161],[-4.657,51.163],[-4.662,51.167],[-4.662,51.169],[-4.662,51.176],[-4.664,51.182],[-4.662,51.184],[-4.662,51.186],[-4.665,51.188],[-4.667,51.194],[-4.67,51.195],[-4.669,51.197],[-4.67,51.201],[-4.677,51.202]]]]},"properties":{"Name":"Torridge and Tavistock","ID":"E14001552"},"id":489}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.041,51.606],[-0.056,51.609],[-0.077,51.608],[-0.086,51.608],[-0.087,51.603],[-0.081,51.603],[-0.077,51.598],[-0.084,51.598],[-0.095,51.598],[-0.095,51.596],[-0.103,51.59],[-0.099,51.587],[-0.099,51.582],[-0.098,51.574],[-0.098,51.573],[-0.096,51.571],[-0.098,51.569],[-0.101,51.567],[-0.104,51.565],[-0.103,51.564],[-0.102,51.563],[-0.1,51.562],[-0.099,51.561],[-0.095,51.561],[-0.094,51.561],[-0.093,51.56],[-0.092,51.56],[-0.092,51.564],[-0.088,51.568],[-0.08,51.572],[-0.079,51.575],[-0.075,51.576],[-0.074,51.576],[-0.067,51.577],[-0.064,51.577],[-0.062,51.578],[-0.061,51.578],[-0.062,51.578],[-0.062,51.58],[-0.061,51.581],[-0.059,51.582],[-0.058,51.582],[-0.058,51.583],[-0.057,51.583],[-0.056,51.584],[-0.055,51.586],[-0.053,51.587],[-0.052,51.588],[-0.053,51.589],[-0.052,51.593],[-0.051,51.597],[-0.046,51.6],[-0.041,51.606]]]},"properties":{"Name":"Tottenham","ID":"E14001553"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.075,50.404],[-5.08,50.406],[-5.082,50.404],[-5.088,50.404],[-5.095,50.406],[-5.101,50.408],[-5.109,50.409],[-5.116,50.408],[-5.123,50.405],[-5.126,50.404],[-5.13,50.405],[-5.133,50.408],[-5.138,50.407],[-5.136,50.403],[-5.139,50.402],[-5.144,50.405],[-5.148,50.405],[-5.149,50.401],[-5.145,50.398],[-5.143,50.396],[-5.147,50.39],[-5.157,50.388],[-5.154,50.386],[-5.151,50.384],[-5.151,50.381],[-5.156,50.38],[-5.155,50.379],[-5.15,50.377],[-5.147,50.375],[-5.151,50.359],[-5.153,50.356],[-5.149,50.356],[-5.14,50.351],[-5.133,50.35],[-5.136,50.345],[-5.14,50.341],[-5.139,50.334],[-5.137,50.333],[-5.131,50.333],[-5.13,50.331],[-5.119,50.328],[-5.118,50.326],[-5.109,50.325],[-5.109,50.321],[-5.104,50.32],[-5.096,50.318],[-5.093,50.314],[-5.097,50.308],[-5.112,50.301],[-5.122,50.298],[-5.132,50.296],[-5.141,50.293],[-5.156,50.285],[-5.169,50.277],[-5.173,50.274],[-5.181,50.269],[-5.185,50.266],[-5.197,50.255],[-5.189,50.252],[-5.184,50.249],[-5.175,50.247],[-5.167,50.244],[-5.159,50.243],[-5.153,50.238],[-5.145,50.238],[-5.141,50.235],[-5.129,50.231],[-5.122,50.23],[-5.123,50.226],[-5.126,50.224],[-5.133,50.22],[-5.136,50.216],[-5.135,50.214],[-5.142,50.212],[-5.152,50.207],[-5.146,50.204],[-5.147,50.2],[-5.149,50.198],[-5.149,50.191],[-5.151,50.188],[-5.15,50.184],[-5.152,50.18],[-5.147,50.177],[-5.15,50.176],[-5.145,50.173],[-5.14,50.174],[-5.138,50.176],[-5.129,50.177],[-5.122,50.179],[-5.12,50.177],[-5.121,50.175],[-5.117,50.173],[-5.12,50.171],[-5.123,50.166],[-5.127,50.163],[-5.124,50.16],[-5.127,50.157],[-5.129,50.156],[-5.133,50.151],[-5.136,50.148],[-5.137,50.146],[-5.141,50.144],[-5.144,50.144],[-5.144,50.14],[-5.134,50.134],[-5.129,50.134],[-5.124,50.137],[-5.12,50.138],[-5.115,50.133],[-5.116,50.131],[-5.109,50.13],[-5.103,50.126],[-5.1,50.123],[-5.091,50.125],[-5.094,50.126],[-5.086,50.128],[-5.082,50.129],[-5.079,50.133],[-5.073,50.134],[-5.077,50.137],[-5.077,50.14],[-5.071,50.141],[-5.067,50.145],[-5.061,50.146],[-5.057,50.148],[-5.052,50.148],[-5.048,50.145],[-5.042,50.144],[-5.045,50.15],[-5.051,50.153],[-5.057,50.154],[-5.059,50.152],[-5.065,50.152],[-5.073,50.159],[-5.074,50.161],[-5.081,50.165],[-5.085,50.163],[-5.088,50.165],[-5.094,50.168],[-5.092,50.17],[-5.085,50.167],[-5.08,50.168],[-5.079,50.167],[-5.072,50.165],[-5.069,50.162],[-5.054,50.162],[-5.046,50.169],[-5.045,50.174],[-5.046,50.176],[-5.05,50.177],[-5.055,50.178],[-5.058,50.177],[-5.061,50.178],[-5.055,50.18],[-5.054,50.187],[-5.056,50.19],[-5.063,50.193],[-5.066,50.197],[-5.069,50.199],[-5.074,50.2],[-5.076,50.206],[-5.079,50.206],[-5.084,50.206],[-5.088,50.207],[-5.093,50.206],[-5.097,50.208],[-5.096,50.21],[-5.085,50.209],[-5.075,50.208],[-5.07,50.206],[-5.065,50.208],[-5.065,50.203],[-5.055,50.198],[-5.05,50.202],[-5.044,50.203],[-5.04,50.205],[-5.036,50.21],[-5.037,50.212],[-5.033,50.212],[-5.033,50.21],[-5.03,50.209],[-5.027,50.211],[-5.029,50.214],[-5.028,50.218],[-5.028,50.224],[-5.018,50.226],[-5.019,50.231],[-5.022,50.233],[-5.019,50.237],[-5.016,50.24],[-5.017,50.242],[-5.023,50.243],[-5.027,50.241],[-5.036,50.244],[-5.035,50.246],[-5.04,50.246],[-5.043,50.247],[-5.038,50.25],[-5.034,50.25],[-5.028,50.243],[-5.023,50.246],[-5.016,50.25],[-5.012,50.251],[-5.014,50.255],[-5.014,50.258],[-5.011,50.262],[-5.007,50.268],[-5.004,50.27],[-5.002,50.269],[-5.006,50.266],[-5.006,50.264],[-5.01,50.258],[-5.011,50.255],[-5.009,50.252],[-5.011,50.25],[-5.02,50.247],[-5.013,50.243],[-5.012,50.241],[-5.016,50.234],[-5.016,50.232],[-5.011,50.229],[-5.006,50.228],[-5.004,50.226],[-5,50.225],[-4.996,50.226],[-4.992,50.226],[-4.985,50.229],[-4.986,50.232],[-4.98,50.234],[-4.976,50.234],[-4.971,50.236],[-4.968,50.239],[-4.966,50.236],[-4.967,50.233],[-4.971,50.231],[-4.976,50.231],[-4.979,50.233],[-4.983,50.232],[-4.982,50.23],[-4.972,50.23],[-4.971,50.227],[-4.979,50.227],[-4.985,50.226],[-4.994,50.225],[-4.999,50.223],[-5.004,50.223],[-5.009,50.227],[-5.017,50.223],[-5.023,50.223],[-5.025,50.217],[-5.024,50.211],[-5.026,50.208],[-5.029,50.206],[-5.034,50.205],[-5.035,50.203],[-5.032,50.2],[-5.028,50.192],[-5.028,50.186],[-5.026,50.182],[-5.02,50.184],[-5.02,50.177],[-5.022,50.175],[-5.021,50.171],[-5.023,50.168],[-5.024,50.164],[-5.027,50.161],[-5.028,50.159],[-5.024,50.155],[-5.02,50.157],[-5.017,50.157],[-5.014,50.159],[-5.006,50.156],[-5.004,50.159],[-5.006,50.161],[-5.003,50.163],[-5.002,50.166],[-5.004,50.168],[-5.004,50.171],[-4.999,50.171],[-4.997,50.174],[-4.999,50.176],[-4.994,50.177],[-4.993,50.174],[-4.998,50.17],[-5.002,50.17],[-5.002,50.168],[-4.997,50.167],[-5.001,50.155],[-5.007,50.151],[-5.011,50.154],[-5.013,50.152],[-5.017,50.149],[-5.015,50.146],[-5.015,50.141],[-5.011,50.141],[-5.009,50.139],[-5,50.145],[-4.996,50.149],[-4.991,50.15],[-4.987,50.15],[-4.982,50.152],[-4.984,50.154],[-4.984,50.158],[-4.979,50.16],[-4.973,50.165],[-4.974,50.166],[-4.974,50.173],[-4.971,50.178],[-4.975,50.18],[-4.974,50.186],[-4.968,50.188],[-4.969,50.192],[-4.964,50.196],[-4.963,50.198],[-4.958,50.202],[-4.948,50.206],[-4.938,50.207],[-4.934,50.207],[-4.923,50.201],[-4.922,50.196],[-4.916,50.197],[-4.912,50.2],[-4.91,50.203],[-4.911,50.205],[-4.908,50.206],[-4.905,50.205],[-4.902,50.208],[-4.905,50.21],[-4.904,50.212],[-4.9,50.214],[-4.897,50.213],[-4.893,50.215],[-4.893,50.217],[-4.889,50.218],[-4.883,50.224],[-4.876,50.225],[-4.874,50.23],[-4.872,50.232],[-4.861,50.235],[-4.855,50.235],[-4.845,50.235],[-4.841,50.237],[-4.838,50.232],[-4.835,50.233],[-4.831,50.233],[-4.83,50.231],[-4.819,50.232],[-4.813,50.23],[-4.812,50.226],[-4.809,50.223],[-4.808,50.221],[-4.802,50.219],[-4.799,50.219],[-4.797,50.222],[-4.799,50.227],[-4.798,50.23],[-4.795,50.233],[-4.787,50.235],[-4.784,50.235],[-4.783,50.238],[-4.787,50.24],[-4.788,50.242],[-4.785,50.244],[-4.785,50.246],[-4.778,50.251],[-4.773,50.251],[-4.768,50.254],[-4.771,50.255],[-4.774,50.255],[-4.778,50.258],[-4.78,50.257],[-4.784,50.259],[-4.796,50.257],[-4.803,50.26],[-4.802,50.267],[-4.805,50.271],[-4.804,50.274],[-4.8,50.277],[-4.805,50.279],[-4.809,50.277],[-4.812,50.272],[-4.818,50.271],[-4.818,50.268],[-4.821,50.267],[-4.825,50.268],[-4.829,50.27],[-4.849,50.262],[-4.859,50.261],[-4.861,50.258],[-4.861,50.255],[-4.866,50.256],[-4.877,50.255],[-4.876,50.259],[-4.874,50.261],[-4.875,50.264],[-4.882,50.271],[-4.877,50.274],[-4.868,50.278],[-4.87,50.282],[-4.87,50.285],[-4.873,50.292],[-4.879,50.291],[-4.884,50.288],[-4.89,50.288],[-4.902,50.286],[-4.905,50.288],[-4.903,50.29],[-4.913,50.301],[-4.905,50.3],[-4.902,50.301],[-4.905,50.305],[-4.905,50.308],[-4.899,50.311],[-4.901,50.317],[-4.9,50.321],[-4.905,50.324],[-4.907,50.328],[-4.907,50.329],[-4.916,50.331],[-4.922,50.33],[-4.925,50.336],[-4.925,50.343],[-4.924,50.346],[-4.925,50.35],[-4.922,50.354],[-4.926,50.358],[-4.927,50.361],[-4.932,50.361],[-4.943,50.358],[-4.945,50.359],[-4.952,50.359],[-4.948,50.353],[-4.943,50.348],[-4.942,50.345],[-4.945,50.343],[-4.95,50.345],[-4.971,50.345],[-4.974,50.342],[-4.978,50.341],[-4.99,50.342],[-4.993,50.341],[-5.005,50.347],[-5.007,50.353],[-5.002,50.355],[-5.001,50.357],[-4.995,50.361],[-4.997,50.363],[-4.998,50.368],[-5,50.371],[-5.001,50.377],[-4.999,50.382],[-4.99,50.384],[-4.984,50.389],[-4.986,50.391],[-4.991,50.394],[-5,50.396],[-5.006,50.395],[-5.014,50.393],[-5.021,50.393],[-5.028,50.394],[-5.031,50.396],[-5.045,50.395],[-5.047,50.393],[-5.056,50.393],[-5.057,50.394],[-5.068,50.395],[-5.07,50.399],[-5.071,50.4],[-5.072,50.401],[-5.075,50.404]]]},"properties":{"Name":"Truro and Falmouth","ID":"E14001554"},"id":491}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.384,51.198],[0.381,51.198],[0.373,51.2],[0.371,51.201],[0.367,51.2],[0.368,51.195],[0.363,51.194],[0.36,51.195],[0.352,51.196],[0.342,51.193],[0.338,51.193],[0.333,51.196],[0.334,51.197],[0.329,51.199],[0.326,51.199],[0.32,51.2],[0.317,51.198],[0.309,51.2],[0.306,51.197],[0.3,51.197],[0.298,51.195],[0.298,51.192],[0.294,51.189],[0.29,51.183],[0.288,51.184],[0.283,51.179],[0.284,51.178],[0.277,51.175],[0.266,51.18],[0.259,51.18],[0.254,51.179],[0.244,51.182],[0.24,51.181],[0.234,51.185],[0.227,51.184],[0.219,51.18],[0.218,51.178],[0.212,51.175],[0.207,51.175],[0.205,51.173],[0.2,51.173],[0.198,51.175],[0.191,51.171],[0.191,51.168],[0.196,51.165],[0.201,51.16],[0.205,51.161],[0.209,51.159],[0.211,51.156],[0.215,51.154],[0.212,51.152],[0.206,51.151],[0.2,51.146],[0.196,51.146],[0.194,51.143],[0.193,51.14],[0.189,51.139],[0.187,51.136],[0.183,51.135],[0.18,51.132],[0.176,51.134],[0.168,51.132],[0.164,51.133],[0.161,51.137],[0.154,51.137],[0.151,51.134],[0.151,51.131],[0.152,51.124],[0.154,51.122],[0.159,51.117],[0.164,51.116],[0.167,51.117],[0.171,51.115],[0.179,51.116],[0.185,51.117],[0.2,51.117],[0.207,51.119],[0.209,51.121],[0.214,51.121],[0.218,51.12],[0.228,51.124],[0.243,51.117],[0.245,51.115],[0.252,51.115],[0.256,51.114],[0.267,51.115],[0.276,51.112],[0.279,51.115],[0.272,51.119],[0.276,51.12],[0.28,51.118],[0.285,51.118],[0.29,51.119],[0.299,51.118],[0.308,51.12],[0.311,51.119],[0.325,51.123],[0.327,51.122],[0.33,51.118],[0.328,51.116],[0.325,51.114],[0.325,51.112],[0.331,51.11],[0.335,51.105],[0.355,51.105],[0.359,51.104],[0.356,51.101],[0.351,51.099],[0.354,51.095],[0.354,51.092],[0.351,51.084],[0.357,51.083],[0.365,51.088],[0.375,51.088],[0.381,51.088],[0.384,51.086],[0.39,51.084],[0.396,51.083],[0.403,51.082],[0.407,51.08],[0.405,51.075],[0.401,51.073],[0.401,51.071],[0.409,51.069],[0.411,51.066],[0.416,51.065],[0.418,51.063],[0.428,51.063],[0.433,51.061],[0.438,51.06],[0.441,51.058],[0.447,51.058],[0.448,51.057],[0.453,51.057],[0.458,51.055],[0.462,51.055],[0.464,51.053],[0.471,51.049],[0.471,51.046],[0.467,51.043],[0.468,51.041],[0.466,51.034],[0.472,51.031],[0.48,51.029],[0.483,51.031],[0.497,51.031],[0.502,51.028],[0.504,51.028],[0.508,51.024],[0.515,51.023],[0.523,51.023],[0.529,51.021],[0.538,51.022],[0.541,51.017],[0.541,51.012],[0.548,51.009],[0.559,51.007],[0.562,51.008],[0.565,51.007],[0.567,51.004],[0.572,51.003],[0.576,51.005],[0.579,51.004],[0.585,51.006],[0.587,51.008],[0.592,51.01],[0.597,51.009],[0.601,51.01],[0.605,51.012],[0.605,51.015],[0.606,51.02],[0.597,51.021],[0.596,51.025],[0.602,51.027],[0.599,51.03],[0.593,51.031],[0.595,51.033],[0.595,51.036],[0.592,51.04],[0.588,51.039],[0.585,51.04],[0.581,51.04],[0.58,51.038],[0.573,51.039],[0.568,51.042],[0.565,51.045],[0.558,51.047],[0.552,51.047],[0.549,51.05],[0.543,51.051],[0.545,51.055],[0.541,51.06],[0.531,51.061],[0.532,51.068],[0.534,51.07],[0.53,51.072],[0.521,51.073],[0.518,51.075],[0.51,51.075],[0.505,51.073],[0.502,51.068],[0.502,51.063],[0.499,51.061],[0.495,51.06],[0.489,51.064],[0.49,51.068],[0.495,51.074],[0.497,51.081],[0.491,51.083],[0.487,51.083],[0.484,51.085],[0.481,51.088],[0.483,51.093],[0.477,51.095],[0.482,51.1],[0.485,51.102],[0.493,51.106],[0.498,51.106],[0.5,51.111],[0.503,51.113],[0.512,51.121],[0.514,51.126],[0.508,51.129],[0.508,51.132],[0.515,51.136],[0.509,51.137],[0.51,51.14],[0.504,51.141],[0.499,51.143],[0.497,51.145],[0.491,51.144],[0.484,51.143],[0.481,51.141],[0.476,51.142],[0.469,51.143],[0.47,51.151],[0.468,51.155],[0.464,51.159],[0.462,51.16],[0.457,51.165],[0.453,51.166],[0.452,51.168],[0.447,51.171],[0.443,51.172],[0.441,51.177],[0.431,51.18],[0.416,51.181],[0.409,51.185],[0.41,51.188],[0.404,51.189],[0.404,51.191],[0.4,51.192],[0.396,51.192],[0.392,51.194],[0.384,51.195],[0.384,51.198]]]},"properties":{"Name":"Tunbridge Wells","ID":"E14001555"},"id":492}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.322,51.465],[-0.325,51.464],[-0.327,51.462],[-0.326,51.458],[-0.33,51.458],[-0.333,51.455],[-0.338,51.455],[-0.341,51.457],[-0.344,51.457],[-0.344,51.453],[-0.346,51.448],[-0.373,51.452],[-0.373,51.454],[-0.37,51.457],[-0.373,51.457],[-0.375,51.456],[-0.384,51.45],[-0.388,51.449],[-0.386,51.447],[-0.38,51.444],[-0.379,51.443],[-0.373,51.444],[-0.367,51.442],[-0.378,51.437],[-0.376,51.436],[-0.383,51.432],[-0.388,51.428],[-0.384,51.423],[-0.385,51.421],[-0.391,51.422],[-0.387,51.42],[-0.386,51.414],[-0.39,51.414],[-0.39,51.411],[-0.384,51.41],[-0.383,51.409],[-0.378,51.408],[-0.373,51.409],[-0.367,51.411],[-0.36,51.412],[-0.345,51.404],[-0.341,51.403],[-0.337,51.399],[-0.328,51.392],[-0.325,51.392],[-0.318,51.394],[-0.315,51.396],[-0.312,51.399],[-0.31,51.4],[-0.309,51.4],[-0.309,51.401],[-0.309,51.406],[-0.309,51.41],[-0.309,51.412],[-0.308,51.413],[-0.308,51.415],[-0.308,51.417],[-0.307,51.418],[-0.307,51.419],[-0.307,51.42],[-0.306,51.421],[-0.306,51.422],[-0.307,51.423],[-0.308,51.424],[-0.309,51.426],[-0.31,51.426],[-0.312,51.427],[-0.313,51.428],[-0.314,51.428],[-0.319,51.43],[-0.322,51.43],[-0.326,51.432],[-0.329,51.436],[-0.332,51.439],[-0.331,51.442],[-0.325,51.447],[-0.316,51.447],[-0.309,51.449],[-0.304,51.452],[-0.304,51.453],[-0.306,51.456],[-0.314,51.46],[-0.319,51.463],[-0.322,51.465]]]},"properties":{"Name":"Twickenham","ID":"E14001556"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.462,55.074],[-1.467,55.075],[-1.471,55.074],[-1.474,55.071],[-1.477,55.07],[-1.48,55.067],[-1.49,55.066],[-1.491,55.063],[-1.487,55.055],[-1.493,55.054],[-1.496,55.052],[-1.507,55.048],[-1.505,55.042],[-1.5,55.04],[-1.493,55.04],[-1.492,55.038],[-1.499,55.037],[-1.496,55.034],[-1.5,55.03],[-1.5,55.027],[-1.508,55.028],[-1.503,55.023],[-1.507,55.022],[-1.511,55.019],[-1.498,55.009],[-1.496,55.007],[-1.487,55],[-1.485,54.996],[-1.485,54.988],[-1.472,54.989],[-1.457,54.989],[-1.453,54.99],[-1.449,54.993],[-1.455,54.995],[-1.453,54.996],[-1.446,54.998],[-1.445,55.003],[-1.443,55.006],[-1.433,55.009],[-1.43,55.013],[-1.417,55.014],[-1.417,55.017],[-1.422,55.023],[-1.427,55.026],[-1.43,55.031],[-1.429,55.033],[-1.432,55.034],[-1.431,55.037],[-1.432,55.041],[-1.442,55.045],[-1.449,55.051],[-1.452,55.055],[-1.455,55.062],[-1.454,55.066],[-1.452,55.067],[-1.451,55.07],[-1.456,55.07],[-1.459,55.074],[-1.462,55.074]]]},"properties":{"Name":"Tynemouth","ID":"E14001557"},"id":494}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.386,51.571],[-0.392,51.567],[-0.397,51.567],[-0.401,51.565],[-0.405,51.57],[-0.407,51.574],[-0.411,51.574],[-0.425,51.57],[-0.431,51.568],[-0.444,51.572],[-0.452,51.573],[-0.449,51.576],[-0.446,51.575],[-0.442,51.576],[-0.444,51.578],[-0.449,51.581],[-0.456,51.582],[-0.46,51.581],[-0.46,51.584],[-0.464,51.589],[-0.475,51.592],[-0.481,51.594],[-0.483,51.596],[-0.5,51.597],[-0.499,51.594],[-0.5,51.592],[-0.496,51.588],[-0.495,51.585],[-0.49,51.582],[-0.489,51.578],[-0.485,51.575],[-0.484,51.571],[-0.485,51.567],[-0.483,51.566],[-0.483,51.563],[-0.481,51.561],[-0.477,51.56],[-0.477,51.558],[-0.479,51.555],[-0.483,51.552],[-0.486,51.55],[-0.491,51.545],[-0.495,51.538],[-0.49,51.534],[-0.489,51.529],[-0.491,51.527],[-0.491,51.522],[-0.49,51.52],[-0.492,51.517],[-0.49,51.514],[-0.49,51.511],[-0.486,51.51],[-0.474,51.51],[-0.46,51.509],[-0.45,51.507],[-0.45,51.51],[-0.451,51.516],[-0.444,51.519],[-0.447,51.523],[-0.442,51.523],[-0.438,51.527],[-0.441,51.53],[-0.44,51.533],[-0.441,51.536],[-0.437,51.537],[-0.424,51.541],[-0.419,51.542],[-0.417,51.54],[-0.405,51.542],[-0.395,51.543],[-0.397,51.546],[-0.394,51.549],[-0.385,51.551],[-0.378,51.555],[-0.379,51.558],[-0.38,51.559],[-0.382,51.562],[-0.382,51.563],[-0.383,51.567],[-0.386,51.571]]]},"properties":{"Name":"Uxbridge and South Ruislip","ID":"E14001558"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.102,51.492],[-0.111,51.496],[-0.108,51.5],[-0.107,51.502],[-0.107,51.505],[-0.109,51.508],[-0.115,51.508],[-0.119,51.504],[-0.121,51.494],[-0.124,51.488],[-0.128,51.485],[-0.127,51.482],[-0.13,51.481],[-0.134,51.476],[-0.129,51.474],[-0.129,51.472],[-0.126,51.47],[-0.122,51.472],[-0.119,51.469],[-0.113,51.47],[-0.102,51.47],[-0.099,51.472],[-0.096,51.47],[-0.093,51.472],[-0.09,51.473],[-0.092,51.476],[-0.086,51.477],[-0.088,51.48],[-0.094,51.481],[-0.096,51.484],[-0.099,51.492],[-0.102,51.492]]]},"properties":{"Name":"Vauxhall and Camberwell Green","ID":"E14001559"},"id":496}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.42,53.745],[-1.423,53.75],[-1.428,53.755],[-1.435,53.757],[-1.438,53.761],[-1.445,53.76],[-1.448,53.761],[-1.448,53.763],[-1.454,53.763],[-1.459,53.765],[-1.469,53.766],[-1.482,53.766],[-1.487,53.764],[-1.494,53.762],[-1.506,53.761],[-1.513,53.757],[-1.517,53.751],[-1.504,53.749],[-1.501,53.748],[-1.493,53.748],[-1.491,53.744],[-1.496,53.744],[-1.495,53.742],[-1.502,53.74],[-1.502,53.736],[-1.494,53.735],[-1.491,53.736],[-1.487,53.734],[-1.486,53.731],[-1.482,53.728],[-1.488,53.728],[-1.489,53.723],[-1.496,53.722],[-1.504,53.725],[-1.506,53.729],[-1.511,53.729],[-1.517,53.725],[-1.536,53.715],[-1.543,53.712],[-1.549,53.709],[-1.554,53.703],[-1.557,53.699],[-1.557,53.692],[-1.554,53.68],[-1.552,53.675],[-1.547,53.67],[-1.54,53.666],[-1.53,53.658],[-1.529,53.656],[-1.522,53.661],[-1.515,53.664],[-1.51,53.664],[-1.504,53.662],[-1.497,53.662],[-1.493,53.661],[-1.489,53.665],[-1.486,53.665],[-1.488,53.67],[-1.486,53.673],[-1.473,53.675],[-1.471,53.676],[-1.468,53.685],[-1.465,53.686],[-1.46,53.683],[-1.458,53.683],[-1.46,53.686],[-1.459,53.688],[-1.456,53.689],[-1.451,53.688],[-1.448,53.691],[-1.448,53.695],[-1.451,53.698],[-1.46,53.702],[-1.47,53.705],[-1.465,53.706],[-1.462,53.709],[-1.469,53.711],[-1.469,53.712],[-1.462,53.715],[-1.452,53.714],[-1.447,53.714],[-1.444,53.716],[-1.44,53.715],[-1.437,53.717],[-1.446,53.717],[-1.441,53.719],[-1.431,53.718],[-1.432,53.722],[-1.428,53.721],[-1.433,53.725],[-1.433,53.726],[-1.427,53.726],[-1.419,53.733],[-1.416,53.735],[-1.418,53.738],[-1.42,53.745]]]},"properties":{"Name":"Wakefield and Rothwell","ID":"E14001560"},"id":497}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.013,53.402],[-3.015,53.404],[-3.014,53.406],[-3.017,53.412],[-3.024,53.418],[-3.03,53.426],[-3.033,53.431],[-3.037,53.44],[-3.041,53.442],[-3.057,53.44],[-3.067,53.437],[-3.075,53.434],[-3.076,53.433],[-3.09,53.427],[-3.1,53.422],[-3.106,53.421],[-3.119,53.416],[-3.125,53.415],[-3.141,53.412],[-3.139,53.41],[-3.139,53.404],[-3.132,53.398],[-3.135,53.397],[-3.128,53.387],[-3.124,53.385],[-3.111,53.386],[-3.11,53.387],[-3.102,53.381],[-3.094,53.381],[-3.09,53.382],[-3.086,53.386],[-3.086,53.388],[-3.089,53.4],[-3.088,53.404],[-3.086,53.408],[-3.083,53.41],[-3.075,53.414],[-3.065,53.416],[-3.053,53.411],[-3.053,53.41],[-3.045,53.404],[-3.041,53.403],[-3.032,53.405],[-3.026,53.403],[-3.022,53.401],[-3.013,53.402]]]},"properties":{"Name":"Wallasey","ID":"E14001561"},"id":498}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.991,52.637],[-1.996,52.638],[-2.004,52.637],[-2.007,52.635],[-2.014,52.633],[-2.016,52.63],[-2.024,52.625],[-2.03,52.625],[-2.031,52.624],[-2.036,52.622],[-2.03,52.617],[-2.023,52.609],[-2.019,52.605],[-2.015,52.596],[-2.014,52.581],[-2.016,52.579],[-2.019,52.574],[-2.011,52.569],[-2.002,52.566],[-1.989,52.563],[-1.975,52.556],[-1.975,52.559],[-1.967,52.559],[-1.967,52.562],[-1.964,52.563],[-1.961,52.562],[-1.954,52.562],[-1.952,52.561],[-1.953,52.557],[-1.948,52.557],[-1.942,52.561],[-1.945,52.563],[-1.956,52.571],[-1.95,52.572],[-1.942,52.591],[-1.946,52.595],[-1.952,52.598],[-1.953,52.6],[-1.968,52.599],[-1.973,52.598],[-1.97,52.602],[-1.967,52.612],[-1.968,52.615],[-1.973,52.618],[-1.975,52.621],[-1.979,52.624],[-1.985,52.625],[-1.988,52.633],[-1.988,52.636],[-1.991,52.637]]]},"properties":{"Name":"Walsall and Bloxwich","ID":"E14001562"},"id":499}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.013,51.595],[0.01,51.594],[-0.001,51.592],[-0.003,51.598],[-0.002,51.604],[-0.007,51.605],[-0.013,51.603],[-0.017,51.603],[-0.017,51.601],[-0.034,51.609],[-0.035,51.609],[-0.041,51.606],[-0.043,51.603],[-0.05,51.597],[-0.052,51.593],[-0.053,51.589],[-0.052,51.588],[-0.053,51.587],[-0.055,51.586],[-0.056,51.584],[-0.057,51.583],[-0.058,51.583],[-0.058,51.582],[-0.059,51.582],[-0.061,51.581],[-0.062,51.58],[-0.062,51.578],[-0.061,51.578],[-0.058,51.572],[-0.047,51.564],[-0.045,51.562],[-0.033,51.561],[-0.03,51.561],[-0.028,51.563],[-0.021,51.566],[-0.019,51.568],[-0.02,51.569],[-0.01,51.574],[-0.015,51.576],[-0.008,51.578],[-0.006,51.579],[0.006,51.584],[0.013,51.584],[0.012,51.593],[0.013,51.595]]]},"properties":{"Name":"Walthamstow","ID":"E14001563"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.449,53.416],[-2.451,53.419],[-2.449,53.423],[-2.451,53.427],[-2.454,53.428],[-2.462,53.436],[-2.468,53.437],[-2.474,53.439],[-2.478,53.443],[-2.476,53.447],[-2.483,53.454],[-2.486,53.455],[-2.487,53.458],[-2.49,53.46],[-2.49,53.462],[-2.492,53.465],[-2.491,53.467],[-2.491,53.472],[-2.489,53.476],[-2.493,53.48],[-2.496,53.481],[-2.503,53.48],[-2.54,53.471],[-2.553,53.468],[-2.549,53.461],[-2.57,53.458],[-2.575,53.448],[-2.577,53.446],[-2.582,53.441],[-2.585,53.44],[-2.59,53.445],[-2.597,53.449],[-2.596,53.445],[-2.597,53.443],[-2.601,53.443],[-2.611,53.442],[-2.616,53.441],[-2.618,53.439],[-2.622,53.437],[-2.625,53.437],[-2.63,53.435],[-2.632,53.438],[-2.632,53.441],[-2.639,53.444],[-2.643,53.444],[-2.651,53.448],[-2.658,53.447],[-2.66,53.449],[-2.671,53.45],[-2.674,53.453],[-2.678,53.453],[-2.677,53.449],[-2.679,53.444],[-2.682,53.439],[-2.676,53.44],[-2.67,53.441],[-2.669,53.439],[-2.672,53.438],[-2.672,53.436],[-2.676,53.435],[-2.675,53.433],[-2.665,53.431],[-2.664,53.429],[-2.672,53.422],[-2.672,53.419],[-2.667,53.419],[-2.667,53.416],[-2.672,53.415],[-2.672,53.412],[-2.665,53.41],[-2.654,53.409],[-2.646,53.407],[-2.638,53.409],[-2.629,53.409],[-2.626,53.406],[-2.622,53.406],[-2.614,53.402],[-2.609,53.406],[-2.61,53.411],[-2.609,53.414],[-2.598,53.414],[-2.597,53.41],[-2.595,53.407],[-2.594,53.396],[-2.586,53.393],[-2.587,53.389],[-2.591,53.386],[-2.587,53.385],[-2.578,53.385],[-2.578,53.388],[-2.575,53.389],[-2.571,53.388],[-2.564,53.388],[-2.563,53.394],[-2.56,53.391],[-2.556,53.389],[-2.552,53.39],[-2.548,53.39],[-2.544,53.386],[-2.535,53.384],[-2.51,53.389],[-2.481,53.396],[-2.478,53.396],[-2.472,53.398],[-2.466,53.4],[-2.463,53.403],[-2.454,53.413],[-2.449,53.416]]]},"properties":{"Name":"Warrington North","ID":"E14001564"},"id":501}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.51,53.389],[-2.535,53.384],[-2.544,53.386],[-2.548,53.39],[-2.552,53.39],[-2.556,53.389],[-2.56,53.391],[-2.563,53.394],[-2.564,53.388],[-2.571,53.388],[-2.575,53.389],[-2.578,53.388],[-2.578,53.385],[-2.588,53.385],[-2.59,53.386],[-2.593,53.383],[-2.598,53.375],[-2.601,53.374],[-2.607,53.375],[-2.609,53.381],[-2.606,53.386],[-2.61,53.386],[-2.615,53.381],[-2.622,53.375],[-2.625,53.374],[-2.638,53.378],[-2.64,53.374],[-2.642,53.372],[-2.647,53.372],[-2.652,53.374],[-2.657,53.374],[-2.659,53.373],[-2.664,53.367],[-2.666,53.358],[-2.669,53.356],[-2.675,53.354],[-2.642,53.362],[-2.631,53.364],[-2.627,53.359],[-2.628,53.355],[-2.631,53.348],[-2.631,53.346],[-2.624,53.346],[-2.623,53.347],[-2.61,53.346],[-2.607,53.342],[-2.611,53.341],[-2.616,53.334],[-2.62,53.332],[-2.615,53.329],[-2.61,53.33],[-2.608,53.327],[-2.601,53.325],[-2.596,53.325],[-2.595,53.322],[-2.592,53.325],[-2.588,53.326],[-2.586,53.329],[-2.579,53.328],[-2.578,53.326],[-2.569,53.325],[-2.563,53.323],[-2.56,53.324],[-2.554,53.329],[-2.552,53.332],[-2.545,53.331],[-2.538,53.336],[-2.518,53.342],[-2.521,53.348],[-2.515,53.35],[-2.513,53.352],[-2.509,53.354],[-2.507,53.355],[-2.509,53.36],[-2.515,53.361],[-2.516,53.363],[-2.515,53.363],[-2.516,53.364],[-2.515,53.364],[-2.514,53.364],[-2.514,53.365],[-2.514,53.366],[-2.513,53.368],[-2.513,53.369],[-2.512,53.369],[-2.512,53.37],[-2.511,53.371],[-2.511,53.372],[-2.511,53.373],[-2.51,53.374],[-2.509,53.374],[-2.509,53.375],[-2.509,53.376],[-2.508,53.376],[-2.509,53.377],[-2.509,53.378],[-2.511,53.381],[-2.51,53.389]]],[[[-2.591,53.386],[-2.587,53.389],[-2.586,53.393],[-2.594,53.396],[-2.595,53.407],[-2.597,53.41],[-2.598,53.414],[-2.609,53.414],[-2.61,53.411],[-2.609,53.406],[-2.614,53.402],[-2.622,53.406],[-2.626,53.406],[-2.629,53.409],[-2.638,53.409],[-2.646,53.407],[-2.654,53.409],[-2.665,53.41],[-2.672,53.412],[-2.673,53.41],[-2.671,53.4],[-2.675,53.398],[-2.677,53.394],[-2.676,53.388],[-2.691,53.385],[-2.696,53.383],[-2.698,53.379],[-2.697,53.369],[-2.693,53.365],[-2.693,53.362],[-2.679,53.357],[-2.674,53.357],[-2.672,53.358],[-2.67,53.362],[-2.665,53.37],[-2.66,53.374],[-2.657,53.375],[-2.652,53.376],[-2.647,53.374],[-2.645,53.374],[-2.642,53.377],[-2.637,53.379],[-2.626,53.375],[-2.621,53.377],[-2.612,53.385],[-2.608,53.387],[-2.606,53.385],[-2.609,53.382],[-2.607,53.377],[-2.606,53.375],[-2.602,53.374],[-2.598,53.376],[-2.591,53.386]]]]},"properties":{"Name":"Warrington South","ID":"E14001565"},"id":502}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.445,52.341],[-1.451,52.34],[-1.457,52.335],[-1.466,52.336],[-1.469,52.335],[-1.472,52.336],[-1.478,52.333],[-1.481,52.333],[-1.486,52.331],[-1.486,52.325],[-1.481,52.325],[-1.482,52.322],[-1.484,52.321],[-1.484,52.317],[-1.483,52.313],[-1.484,52.311],[-1.477,52.309],[-1.478,52.308],[-1.475,52.304],[-1.48,52.302],[-1.477,52.299],[-1.477,52.297],[-1.473,52.294],[-1.477,52.292],[-1.478,52.29],[-1.483,52.29],[-1.483,52.294],[-1.488,52.295],[-1.49,52.296],[-1.498,52.295],[-1.502,52.297],[-1.503,52.3],[-1.509,52.3],[-1.513,52.309],[-1.508,52.312],[-1.518,52.317],[-1.521,52.314],[-1.525,52.316],[-1.526,52.318],[-1.535,52.322],[-1.54,52.322],[-1.551,52.325],[-1.556,52.326],[-1.556,52.322],[-1.544,52.318],[-1.541,52.315],[-1.543,52.313],[-1.55,52.308],[-1.563,52.309],[-1.567,52.307],[-1.573,52.305],[-1.573,52.302],[-1.58,52.302],[-1.584,52.301],[-1.599,52.296],[-1.607,52.293],[-1.61,52.288],[-1.61,52.284],[-1.614,52.275],[-1.614,52.27],[-1.615,52.265],[-1.617,52.262],[-1.606,52.258],[-1.6,52.257],[-1.593,52.257],[-1.588,52.257],[-1.581,52.255],[-1.573,52.251],[-1.574,52.249],[-1.572,52.245],[-1.566,52.241],[-1.563,52.237],[-1.566,52.232],[-1.562,52.232],[-1.554,52.231],[-1.555,52.228],[-1.55,52.228],[-1.539,52.228],[-1.533,52.226],[-1.528,52.225],[-1.525,52.227],[-1.522,52.23],[-1.521,52.235],[-1.519,52.238],[-1.516,52.241],[-1.511,52.242],[-1.508,52.241],[-1.502,52.242],[-1.498,52.24],[-1.489,52.249],[-1.487,52.253],[-1.483,52.255],[-1.478,52.262],[-1.47,52.265],[-1.466,52.264],[-1.463,52.265],[-1.459,52.27],[-1.453,52.272],[-1.449,52.271],[-1.445,52.272],[-1.441,52.271],[-1.435,52.273],[-1.435,52.276],[-1.44,52.279],[-1.439,52.282],[-1.442,52.282],[-1.448,52.291],[-1.448,52.294],[-1.444,52.295],[-1.436,52.294],[-1.428,52.295],[-1.422,52.298],[-1.426,52.301],[-1.422,52.302],[-1.419,52.305],[-1.421,52.309],[-1.416,52.314],[-1.414,52.312],[-1.406,52.317],[-1.407,52.319],[-1.409,52.321],[-1.414,52.321],[-1.416,52.322],[-1.417,52.326],[-1.42,52.327],[-1.427,52.326],[-1.436,52.328],[-1.442,52.333],[-1.445,52.341]]]},"properties":{"Name":"Warwick and Leamington","ID":"E14001566"},"id":503}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.507,54.871],[-1.5,54.88],[-1.499,54.882],[-1.502,54.885],[-1.506,54.881],[-1.513,54.881],[-1.518,54.878],[-1.519,54.876],[-1.515,54.875],[-1.507,54.871]]],[[[-1.429,54.917],[-1.427,54.919],[-1.426,54.922],[-1.421,54.923],[-1.42,54.924],[-1.411,54.927],[-1.41,54.929],[-1.412,54.931],[-1.411,54.933],[-1.412,54.936],[-1.417,54.934],[-1.419,54.93],[-1.426,54.93],[-1.432,54.93],[-1.433,54.933],[-1.442,54.933],[-1.45,54.934],[-1.461,54.932],[-1.461,54.93],[-1.481,54.93],[-1.485,54.929],[-1.488,54.931],[-1.492,54.93],[-1.496,54.931],[-1.5,54.931],[-1.51,54.93],[-1.512,54.932],[-1.517,54.931],[-1.526,54.933],[-1.533,54.932],[-1.536,54.932],[-1.547,54.931],[-1.553,54.928],[-1.557,54.93],[-1.571,54.924],[-1.573,54.925],[-1.582,54.924],[-1.583,54.92],[-1.584,54.918],[-1.588,54.917],[-1.59,54.92],[-1.596,54.919],[-1.605,54.922],[-1.608,54.927],[-1.61,54.934],[-1.619,54.932],[-1.624,54.93],[-1.626,54.933],[-1.635,54.933],[-1.639,54.935],[-1.643,54.934],[-1.642,54.931],[-1.645,54.928],[-1.651,54.93],[-1.656,54.929],[-1.657,54.927],[-1.666,54.922],[-1.67,54.921],[-1.667,54.916],[-1.67,54.916],[-1.67,54.909],[-1.675,54.909],[-1.678,54.9],[-1.676,54.898],[-1.668,54.895],[-1.663,54.896],[-1.659,54.893],[-1.66,54.891],[-1.65,54.894],[-1.647,54.888],[-1.648,54.885],[-1.647,54.881],[-1.643,54.879],[-1.637,54.881],[-1.631,54.885],[-1.625,54.887],[-1.619,54.887],[-1.618,54.89],[-1.612,54.895],[-1.602,54.898],[-1.598,54.901],[-1.594,54.902],[-1.591,54.899],[-1.588,54.894],[-1.584,54.893],[-1.582,54.886],[-1.58,54.878],[-1.567,54.881],[-1.56,54.88],[-1.562,54.878],[-1.562,54.876],[-1.553,54.876],[-1.542,54.873],[-1.537,54.874],[-1.533,54.878],[-1.52,54.876],[-1.519,54.878],[-1.512,54.881],[-1.507,54.881],[-1.501,54.887],[-1.497,54.888],[-1.494,54.891],[-1.486,54.893],[-1.481,54.896],[-1.475,54.903],[-1.47,54.904],[-1.467,54.904],[-1.463,54.899],[-1.459,54.9],[-1.46,54.903],[-1.449,54.91],[-1.442,54.913],[-1.437,54.914],[-1.429,54.917]]]]},"properties":{"Name":"Washington and Gateshead South","ID":"E14001567"},"id":504}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.376,51.693],[-0.379,51.693],[-0.379,51.695],[-0.388,51.696],[-0.395,51.7],[-0.402,51.702],[-0.406,51.697],[-0.407,51.697],[-0.412,51.689],[-0.416,51.687],[-0.424,51.685],[-0.427,51.685],[-0.431,51.682],[-0.43,51.676],[-0.428,51.674],[-0.428,51.671],[-0.431,51.67],[-0.432,51.673],[-0.439,51.673],[-0.436,51.668],[-0.438,51.664],[-0.437,51.66],[-0.432,51.657],[-0.424,51.655],[-0.426,51.651],[-0.43,51.649],[-0.426,51.645],[-0.431,51.642],[-0.429,51.641],[-0.409,51.641],[-0.408,51.643],[-0.403,51.644],[-0.398,51.641],[-0.4,51.64],[-0.394,51.638],[-0.39,51.64],[-0.386,51.638],[-0.377,51.638],[-0.376,51.645],[-0.378,51.646],[-0.371,51.652],[-0.375,51.654],[-0.37,51.657],[-0.365,51.661],[-0.363,51.666],[-0.369,51.67],[-0.37,51.672],[-0.374,51.674],[-0.369,51.678],[-0.371,51.681],[-0.369,51.684],[-0.378,51.688],[-0.379,51.69],[-0.375,51.693],[-0.376,51.693]]]},"properties":{"Name":"Watford","ID":"E14001568"},"id":505}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.544,52.463],[1.539,52.469],[1.539,52.476],[1.529,52.482],[1.525,52.481],[1.521,52.482],[1.518,52.479],[1.508,52.479],[1.508,52.482],[1.506,52.484],[1.505,52.489],[1.51,52.496],[1.508,52.497],[1.51,52.501],[1.498,52.501],[1.48,52.504],[1.479,52.505],[1.463,52.504],[1.458,52.505],[1.455,52.507],[1.448,52.506],[1.45,52.513],[1.447,52.513],[1.445,52.509],[1.44,52.51],[1.435,52.508],[1.426,52.509],[1.423,52.504],[1.415,52.505],[1.416,52.507],[1.41,52.508],[1.408,52.504],[1.405,52.504],[1.407,52.508],[1.403,52.508],[1.399,52.503],[1.395,52.504],[1.393,52.509],[1.389,52.51],[1.39,52.512],[1.381,52.513],[1.379,52.516],[1.373,52.516],[1.374,52.52],[1.366,52.521],[1.366,52.517],[1.349,52.518],[1.351,52.513],[1.344,52.51],[1.339,52.506],[1.334,52.499],[1.335,52.496],[1.348,52.496],[1.355,52.493],[1.361,52.492],[1.36,52.489],[1.362,52.487],[1.358,52.481],[1.357,52.476],[1.353,52.472],[1.345,52.465],[1.334,52.462],[1.318,52.463],[1.319,52.462],[1.315,52.46],[1.31,52.46],[1.308,52.458],[1.306,52.453],[1.3,52.454],[1.289,52.452],[1.267,52.452],[1.264,52.453],[1.25,52.459],[1.248,52.46],[1.236,52.464],[1.227,52.464],[1.223,52.455],[1.215,52.455],[1.213,52.461],[1.208,52.467],[1.204,52.467],[1.202,52.471],[1.199,52.473],[1.198,52.477],[1.194,52.476],[1.19,52.479],[1.185,52.484],[1.182,52.485],[1.179,52.483],[1.171,52.485],[1.164,52.488],[1.158,52.489],[1.147,52.493],[1.147,52.496],[1.143,52.5],[1.14,52.503],[1.129,52.511],[1.124,52.512],[1.115,52.514],[1.105,52.519],[1.103,52.517],[1.096,52.513],[1.09,52.515],[1.084,52.513],[1.079,52.507],[1.081,52.505],[1.079,52.499],[1.083,52.485],[1.088,52.481],[1.085,52.479],[1.086,52.471],[1.091,52.469],[1.095,52.47],[1.097,52.466],[1.095,52.46],[1.073,52.455],[1.064,52.442],[1.066,52.441],[1.065,52.437],[1.063,52.433],[1.066,52.432],[1.068,52.429],[1.059,52.427],[1.059,52.424],[1.057,52.42],[1.052,52.419],[1.046,52.42],[1.043,52.426],[1.037,52.423],[1.028,52.42],[1.021,52.416],[1.024,52.416],[1.028,52.417],[1.029,52.415],[1.034,52.416],[1.031,52.41],[1.023,52.408],[1.021,52.406],[1.023,52.403],[1.021,52.401],[1.024,52.399],[1.02,52.394],[1.023,52.393],[1.025,52.386],[1.027,52.385],[1.03,52.379],[1.021,52.378],[1.014,52.376],[1.008,52.376],[1.003,52.375],[0.999,52.372],[0.991,52.371],[0.988,52.372],[0.98,52.37],[0.978,52.37],[0.967,52.37],[0.967,52.366],[0.959,52.361],[0.954,52.357],[0.958,52.351],[0.956,52.342],[0.958,52.341],[0.953,52.337],[0.941,52.336],[0.938,52.335],[0.933,52.336],[0.931,52.33],[0.925,52.326],[0.928,52.316],[0.931,52.313],[0.925,52.312],[0.918,52.311],[0.919,52.309],[0.916,52.308],[0.904,52.306],[0.903,52.301],[0.9,52.299],[0.893,52.3],[0.883,52.3],[0.886,52.297],[0.887,52.293],[0.883,52.293],[0.881,52.286],[0.881,52.284],[0.886,52.283],[0.886,52.282],[0.881,52.281],[0.88,52.278],[0.882,52.273],[0.886,52.269],[0.888,52.266],[0.893,52.265],[0.897,52.262],[0.908,52.26],[0.911,52.257],[0.92,52.255],[0.92,52.256],[0.93,52.256],[0.936,52.257],[0.949,52.257],[0.954,52.256],[0.945,52.251],[0.941,52.249],[0.93,52.238],[0.926,52.235],[0.925,52.233],[0.917,52.224],[0.923,52.223],[0.923,52.221],[0.928,52.22],[0.926,52.215],[0.927,52.213],[0.931,52.213],[0.941,52.211],[0.949,52.216],[0.956,52.22],[0.962,52.218],[0.964,52.216],[0.962,52.212],[0.965,52.206],[0.964,52.203],[0.969,52.202],[0.978,52.201],[0.982,52.202],[0.984,52.201],[0.991,52.202],[0.992,52.199],[0.995,52.197],[1.001,52.197],[1.009,52.195],[1.014,52.193],[1.022,52.186],[1.023,52.185],[1.03,52.189],[1.031,52.191],[1.035,52.193],[1.039,52.19],[1.054,52.2],[1.059,52.209],[1.062,52.213],[1.063,52.221],[1.068,52.22],[1.075,52.221],[1.082,52.221],[1.087,52.221],[1.102,52.222],[1.104,52.223],[1.114,52.225],[1.12,52.227],[1.135,52.226],[1.142,52.227],[1.142,52.23],[1.146,52.23],[1.146,52.233],[1.15,52.238],[1.149,52.241],[1.152,52.243],[1.156,52.243],[1.158,52.246],[1.154,52.249],[1.159,52.25],[1.167,52.252],[1.181,52.253],[1.182,52.262],[1.178,52.261],[1.176,52.263],[1.18,52.265],[1.179,52.266],[1.18,52.269],[1.183,52.271],[1.179,52.273],[1.18,52.277],[1.175,52.278],[1.177,52.281],[1.182,52.28],[1.185,52.286],[1.189,52.286],[1.19,52.284],[1.196,52.282],[1.209,52.275],[1.206,52.273],[1.204,52.27],[1.212,52.268],[1.216,52.27],[1.22,52.268],[1.227,52.267],[1.229,52.265],[1.226,52.26],[1.215,52.257],[1.225,52.251],[1.229,52.246],[1.227,52.244],[1.229,52.242],[1.228,52.239],[1.231,52.238],[1.23,52.234],[1.226,52.231],[1.231,52.229],[1.238,52.23],[1.247,52.229],[1.254,52.23],[1.26,52.231],[1.268,52.234],[1.27,52.236],[1.282,52.24],[1.287,52.24],[1.294,52.248],[1.292,52.253],[1.292,52.255],[1.297,52.256],[1.301,52.259],[1.309,52.26],[1.317,52.259],[1.322,52.26],[1.325,52.263],[1.329,52.265],[1.339,52.266],[1.339,52.268],[1.337,52.277],[1.339,52.277],[1.341,52.284],[1.34,52.287],[1.334,52.288],[1.333,52.291],[1.33,52.291],[1.328,52.298],[1.332,52.298],[1.344,52.295],[1.347,52.293],[1.347,52.289],[1.345,52.286],[1.344,52.282],[1.346,52.28],[1.35,52.279],[1.35,52.277],[1.356,52.275],[1.355,52.279],[1.36,52.279],[1.372,52.275],[1.377,52.276],[1.382,52.28],[1.387,52.281],[1.391,52.283],[1.394,52.283],[1.402,52.286],[1.391,52.291],[1.387,52.292],[1.384,52.294],[1.381,52.304],[1.384,52.31],[1.38,52.311],[1.379,52.313],[1.371,52.314],[1.367,52.318],[1.36,52.32],[1.357,52.322],[1.361,52.333],[1.362,52.334],[1.357,52.337],[1.362,52.341],[1.365,52.342],[1.369,52.346],[1.38,52.349],[1.384,52.352],[1.388,52.354],[1.394,52.355],[1.397,52.355],[1.407,52.361],[1.41,52.363],[1.417,52.366],[1.422,52.369],[1.426,52.368],[1.437,52.366],[1.444,52.363],[1.45,52.361],[1.447,52.359],[1.456,52.356],[1.468,52.354],[1.473,52.35],[1.481,52.346],[1.488,52.348],[1.489,52.342],[1.49,52.34],[1.485,52.338],[1.484,52.336],[1.486,52.334],[1.485,52.333],[1.489,52.329],[1.494,52.329],[1.497,52.324],[1.494,52.322],[1.498,52.318],[1.5,52.319],[1.507,52.32],[1.51,52.321],[1.514,52.324],[1.519,52.326],[1.522,52.327],[1.529,52.323],[1.527,52.319],[1.528,52.316],[1.533,52.318],[1.535,52.315],[1.541,52.314],[1.548,52.315],[1.549,52.314],[1.559,52.316],[1.566,52.314],[1.569,52.317],[1.581,52.322],[1.576,52.323],[1.572,52.326],[1.569,52.33],[1.568,52.33],[1.566,52.331],[1.563,52.332],[1.568,52.338],[1.571,52.341],[1.564,52.343],[1.56,52.347],[1.576,52.352],[1.587,52.352],[1.588,52.355],[1.593,52.358],[1.595,52.36],[1.591,52.363],[1.592,52.366],[1.589,52.37],[1.596,52.374],[1.597,52.377],[1.602,52.378],[1.606,52.382],[1.607,52.384],[1.605,52.387],[1.608,52.391],[1.613,52.39],[1.618,52.396],[1.624,52.401],[1.632,52.403],[1.633,52.406],[1.631,52.408],[1.633,52.414],[1.64,52.419],[1.632,52.42],[1.625,52.424],[1.626,52.428],[1.621,52.434],[1.602,52.438],[1.592,52.44],[1.586,52.441],[1.575,52.44],[1.555,52.436],[1.553,52.444],[1.554,52.449],[1.552,52.453],[1.553,52.459],[1.55,52.459],[1.544,52.463]]]},"properties":{"Name":"Waveney Valley","ID":"E14001569"},"id":506}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.973,51.269],[0.968,51.269],[0.965,51.268],[0.955,51.269],[0.954,51.267],[0.95,51.263],[0.951,51.258],[0.949,51.256],[0.942,51.254],[0.938,51.253],[0.934,51.256],[0.931,51.258],[0.927,51.26],[0.924,51.259],[0.921,51.258],[0.92,51.251],[0.905,51.25],[0.906,51.248],[0.902,51.245],[0.897,51.247],[0.892,51.248],[0.888,51.245],[0.882,51.243],[0.88,51.239],[0.877,51.24],[0.868,51.24],[0.863,51.239],[0.861,51.235],[0.86,51.231],[0.855,51.231],[0.851,51.232],[0.842,51.237],[0.835,51.232],[0.825,51.229],[0.822,51.224],[0.816,51.225],[0.812,51.228],[0.81,51.227],[0.804,51.23],[0.798,51.229],[0.791,51.231],[0.796,51.237],[0.793,51.238],[0.782,51.239],[0.779,51.234],[0.778,51.231],[0.77,51.226],[0.766,51.225],[0.761,51.224],[0.755,51.218],[0.751,51.219],[0.75,51.216],[0.745,51.215],[0.744,51.213],[0.747,51.21],[0.74,51.208],[0.737,51.21],[0.725,51.209],[0.722,51.214],[0.722,51.218],[0.721,51.221],[0.715,51.224],[0.711,51.224],[0.706,51.219],[0.702,51.217],[0.698,51.216],[0.694,51.218],[0.688,51.216],[0.683,51.218],[0.681,51.217],[0.676,51.217],[0.674,51.213],[0.668,51.215],[0.667,51.218],[0.67,51.223],[0.659,51.222],[0.655,51.224],[0.656,51.226],[0.653,51.23],[0.656,51.231],[0.663,51.237],[0.663,51.24],[0.659,51.243],[0.646,51.246],[0.643,51.244],[0.643,51.242],[0.639,51.238],[0.637,51.232],[0.638,51.225],[0.637,51.222],[0.616,51.223],[0.606,51.22],[0.607,51.226],[0.605,51.231],[0.603,51.234],[0.604,51.236],[0.6,51.238],[0.597,51.239],[0.594,51.238],[0.591,51.243],[0.589,51.245],[0.585,51.245],[0.573,51.243],[0.571,51.24],[0.573,51.235],[0.56,51.233],[0.56,51.231],[0.551,51.235],[0.546,51.235],[0.548,51.239],[0.544,51.241],[0.541,51.244],[0.536,51.244],[0.531,51.246],[0.527,51.245],[0.516,51.247],[0.512,51.247],[0.512,51.249],[0.503,51.251],[0.503,51.255],[0.502,51.257],[0.498,51.256],[0.497,51.258],[0.493,51.258],[0.484,51.255],[0.482,51.254],[0.474,51.258],[0.464,51.259],[0.457,51.258],[0.449,51.254],[0.445,51.25],[0.443,51.249],[0.439,51.25],[0.431,51.249],[0.422,51.249],[0.417,51.251],[0.407,51.252],[0.398,51.246],[0.394,51.241],[0.388,51.239],[0.384,51.238],[0.383,51.237],[0.379,51.235],[0.38,51.231],[0.383,51.231],[0.391,51.228],[0.394,51.226],[0.399,51.226],[0.399,51.223],[0.402,51.222],[0.409,51.222],[0.406,51.217],[0.404,51.211],[0.404,51.207],[0.401,51.2],[0.4,51.199],[0.392,51.2],[0.389,51.202],[0.385,51.2],[0.384,51.198],[0.384,51.195],[0.392,51.194],[0.396,51.192],[0.4,51.192],[0.404,51.191],[0.404,51.189],[0.41,51.188],[0.409,51.185],[0.416,51.181],[0.431,51.18],[0.441,51.177],[0.443,51.172],[0.447,51.171],[0.452,51.168],[0.453,51.166],[0.457,51.165],[0.462,51.16],[0.464,51.159],[0.468,51.155],[0.47,51.151],[0.469,51.143],[0.476,51.142],[0.481,51.141],[0.484,51.143],[0.491,51.144],[0.497,51.145],[0.499,51.143],[0.504,51.141],[0.51,51.14],[0.509,51.137],[0.515,51.136],[0.508,51.132],[0.508,51.129],[0.514,51.126],[0.512,51.121],[0.503,51.113],[0.5,51.111],[0.498,51.106],[0.493,51.106],[0.485,51.102],[0.482,51.1],[0.477,51.095],[0.483,51.093],[0.481,51.088],[0.484,51.085],[0.487,51.083],[0.491,51.083],[0.497,51.081],[0.495,51.074],[0.49,51.068],[0.489,51.064],[0.495,51.06],[0.499,51.061],[0.502,51.063],[0.502,51.068],[0.505,51.073],[0.51,51.075],[0.518,51.075],[0.521,51.073],[0.53,51.072],[0.534,51.07],[0.532,51.068],[0.531,51.061],[0.541,51.06],[0.545,51.055],[0.543,51.051],[0.549,51.05],[0.552,51.047],[0.558,51.047],[0.565,51.045],[0.568,51.042],[0.573,51.039],[0.58,51.038],[0.581,51.04],[0.585,51.04],[0.588,51.039],[0.592,51.04],[0.595,51.036],[0.595,51.033],[0.593,51.031],[0.599,51.03],[0.602,51.027],[0.596,51.025],[0.597,51.021],[0.606,51.02],[0.605,51.015],[0.605,51.012],[0.611,51.012],[0.616,51.015],[0.625,51.016],[0.627,51.018],[0.63,51.017],[0.636,51.012],[0.639,51.012],[0.646,51.015],[0.655,51.015],[0.658,51.017],[0.661,51.018],[0.665,51.016],[0.671,51.011],[0.671,51.01],[0.675,51.004],[0.681,51.002],[0.682,51.001],[0.689,50.999],[0.699,50.998],[0.705,50.995],[0.709,50.998],[0.711,50.998],[0.721,50.999],[0.725,50.999],[0.738,51.001],[0.741,51.001],[0.757,50.995],[0.773,50.993],[0.778,50.991],[0.779,50.989],[0.782,50.994],[0.831,51.049],[0.836,51.048],[0.837,51.044],[0.833,51.045],[0.831,51.041],[0.834,51.04],[0.84,51.039],[0.839,51.031],[0.846,51.033],[0.85,51.033],[0.853,51.032],[0.856,51.034],[0.856,51.045],[0.861,51.044],[0.87,51.044],[0.871,51.046],[0.87,51.052],[0.875,51.051],[0.878,51.051],[0.881,51.048],[0.883,51.042],[0.886,51.04],[0.893,51.039],[0.894,51.037],[0.9,51.039],[0.9,51.043],[0.898,51.045],[0.901,51.049],[0.907,51.051],[0.91,51.05],[0.916,51.051],[0.917,51.052],[0.923,51.052],[0.921,51.056],[0.927,51.056],[0.927,51.058],[0.932,51.059],[0.935,51.059],[0.947,51.055],[0.952,51.057],[0.959,51.06],[0.963,51.061],[0.969,51.063],[0.967,51.077],[0.969,51.077],[0.973,51.08],[0.975,51.079],[0.978,51.081],[0.977,51.084],[0.98,51.087],[0.98,51.09],[0.983,51.091],[0.983,51.093],[0.985,51.1],[0.982,51.102],[0.98,51.104],[0.974,51.107],[0.969,51.106],[0.958,51.105],[0.955,51.104],[0.953,51.102],[0.948,51.103],[0.944,51.105],[0.939,51.107],[0.936,51.106],[0.935,51.103],[0.93,51.1],[0.926,51.099],[0.922,51.094],[0.907,51.096],[0.901,51.095],[0.895,51.094],[0.893,51.099],[0.895,51.106],[0.898,51.113],[0.885,51.118],[0.88,51.121],[0.88,51.112],[0.88,51.109],[0.87,51.113],[0.868,51.114],[0.871,51.117],[0.869,51.119],[0.86,51.122],[0.858,51.12],[0.849,51.123],[0.845,51.125],[0.838,51.127],[0.838,51.131],[0.836,51.134],[0.834,51.131],[0.827,51.134],[0.829,51.137],[0.828,51.14],[0.838,51.142],[0.839,51.144],[0.843,51.143],[0.847,51.149],[0.845,51.151],[0.837,51.153],[0.84,51.155],[0.839,51.161],[0.852,51.168],[0.853,51.17],[0.86,51.174],[0.867,51.175],[0.87,51.174],[0.875,51.174],[0.879,51.176],[0.884,51.175],[0.892,51.178],[0.897,51.177],[0.91,51.173],[0.911,51.176],[0.91,51.177],[0.913,51.18],[0.913,51.183],[0.91,51.183],[0.911,51.186],[0.914,51.189],[0.914,51.192],[0.917,51.194],[0.921,51.192],[0.924,51.196],[0.932,51.193],[0.938,51.195],[0.94,51.198],[0.943,51.198],[0.946,51.203],[0.951,51.203],[0.95,51.2],[0.959,51.197],[0.965,51.198],[0.967,51.197],[0.967,51.192],[0.972,51.191],[0.973,51.193],[0.979,51.192],[0.986,51.192],[0.99,51.191],[0.997,51.192],[1.003,51.198],[1.003,51.203],[1.005,51.208],[1.005,51.211],[0.999,51.214],[1.001,51.215],[0.997,51.221],[0.995,51.223],[0.99,51.224],[0.991,51.23],[0.986,51.236],[0.986,51.238],[0.991,51.242],[0.99,51.246],[0.998,51.25],[0.998,51.251],[0.992,51.255],[0.988,51.257],[0.979,51.263],[0.973,51.267],[0.973,51.269]]]},"properties":{"Name":"Weald of Kent","ID":"E14001570"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.52,52.318],[-0.524,52.318],[-0.533,52.316],[-0.541,52.32],[-0.55,52.321],[-0.554,52.318],[-0.558,52.317],[-0.56,52.319],[-0.567,52.318],[-0.58,52.32],[-0.59,52.323],[-0.596,52.326],[-0.599,52.325],[-0.603,52.328],[-0.608,52.331],[-0.61,52.333],[-0.614,52.332],[-0.619,52.333],[-0.63,52.332],[-0.635,52.333],[-0.633,52.337],[-0.623,52.342],[-0.627,52.344],[-0.626,52.346],[-0.623,52.353],[-0.627,52.355],[-0.629,52.357],[-0.627,52.359],[-0.632,52.362],[-0.636,52.358],[-0.648,52.353],[-0.654,52.348],[-0.658,52.348],[-0.661,52.35],[-0.663,52.349],[-0.668,52.35],[-0.677,52.349],[-0.678,52.35],[-0.683,52.35],[-0.684,52.342],[-0.686,52.341],[-0.68,52.338],[-0.682,52.334],[-0.68,52.332],[-0.681,52.328],[-0.691,52.327],[-0.697,52.327],[-0.702,52.326],[-0.7,52.321],[-0.705,52.319],[-0.711,52.32],[-0.715,52.32],[-0.718,52.32],[-0.724,52.321],[-0.726,52.319],[-0.734,52.318],[-0.736,52.321],[-0.74,52.32],[-0.744,52.317],[-0.756,52.31],[-0.761,52.309],[-0.761,52.306],[-0.757,52.304],[-0.748,52.303],[-0.744,52.303],[-0.739,52.298],[-0.735,52.297],[-0.732,52.294],[-0.728,52.292],[-0.722,52.291],[-0.717,52.289],[-0.712,52.284],[-0.709,52.284],[-0.702,52.284],[-0.695,52.28],[-0.685,52.28],[-0.685,52.277],[-0.681,52.276],[-0.673,52.275],[-0.665,52.272],[-0.661,52.271],[-0.659,52.27],[-0.654,52.268],[-0.647,52.271],[-0.641,52.272],[-0.635,52.272],[-0.631,52.27],[-0.627,52.273],[-0.627,52.275],[-0.62,52.277],[-0.608,52.279],[-0.601,52.278],[-0.596,52.276],[-0.586,52.273],[-0.588,52.271],[-0.581,52.265],[-0.579,52.266],[-0.572,52.259],[-0.566,52.253],[-0.558,52.256],[-0.555,52.258],[-0.55,52.256],[-0.542,52.256],[-0.54,52.257],[-0.538,52.261],[-0.539,52.266],[-0.536,52.268],[-0.531,52.27],[-0.534,52.278],[-0.534,52.282],[-0.541,52.288],[-0.541,52.291],[-0.517,52.313],[-0.514,52.315],[-0.52,52.317],[-0.52,52.318]]]},"properties":{"Name":"Wellingborough and Rushden","ID":"E14001571"},"id":508}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.708,51.338],[-2.715,51.337],[-2.718,51.338],[-2.72,51.34],[-2.719,51.344],[-2.724,51.345],[-2.726,51.348],[-2.732,51.35],[-2.739,51.348],[-2.745,51.341],[-2.743,51.34],[-2.747,51.337],[-2.75,51.341],[-2.755,51.341],[-2.76,51.343],[-2.763,51.342],[-2.764,51.345],[-2.771,51.344],[-2.771,51.35],[-2.774,51.351],[-2.774,51.358],[-2.782,51.361],[-2.78,51.367],[-2.777,51.37],[-2.778,51.376],[-2.773,51.374],[-2.76,51.376],[-2.76,51.379],[-2.766,51.379],[-2.772,51.379],[-2.779,51.38],[-2.787,51.38],[-2.793,51.381],[-2.795,51.384],[-2.792,51.386],[-2.789,51.387],[-2.79,51.389],[-2.789,51.392],[-2.783,51.393],[-2.783,51.397],[-2.782,51.399],[-2.781,51.404],[-2.791,51.409],[-2.794,51.409],[-2.796,51.411],[-2.806,51.413],[-2.807,51.42],[-2.816,51.423],[-2.816,51.424],[-2.829,51.424],[-2.844,51.426],[-2.856,51.424],[-2.858,51.42],[-2.86,51.417],[-2.865,51.414],[-2.868,51.413],[-2.87,51.411],[-2.873,51.412],[-2.875,51.415],[-2.882,51.415],[-2.884,51.413],[-2.889,51.413],[-2.888,51.413],[-2.889,51.414],[-2.894,51.41],[-2.897,51.406],[-2.913,51.396],[-2.907,51.393],[-2.9,51.392],[-2.895,51.388],[-2.891,51.388],[-2.883,51.385],[-2.879,51.385],[-2.88,51.383],[-2.878,51.379],[-2.892,51.374],[-2.89,51.368],[-2.893,51.359],[-2.895,51.359],[-2.896,51.349],[-2.898,51.349],[-2.904,51.351],[-2.909,51.35],[-2.903,51.344],[-2.899,51.339],[-2.894,51.336],[-2.894,51.331],[-2.897,51.331],[-2.9,51.324],[-2.896,51.322],[-2.896,51.32],[-2.903,51.319],[-2.909,51.32],[-2.911,51.317],[-2.912,51.309],[-2.909,51.307],[-2.908,51.298],[-2.91,51.298],[-2.91,51.294],[-2.918,51.294],[-2.924,51.298],[-2.928,51.298],[-2.932,51.299],[-2.934,51.302],[-2.939,51.303],[-2.951,51.303],[-2.954,51.305],[-2.962,51.305],[-2.962,51.3],[-2.964,51.298],[-2.97,51.296],[-2.975,51.296],[-2.98,51.293],[-2.98,51.288],[-2.983,51.288],[-2.986,51.28],[-2.993,51.277],[-2.988,51.272],[-2.993,51.262],[-2.993,51.261],[-2.98,51.259],[-2.982,51.252],[-2.979,51.249],[-2.982,51.239],[-2.983,51.235],[-2.977,51.233],[-2.972,51.232],[-2.969,51.229],[-2.961,51.229],[-2.958,51.225],[-2.959,51.221],[-2.956,51.22],[-2.957,51.216],[-2.963,51.217],[-2.964,51.214],[-2.968,51.214],[-2.972,51.218],[-2.978,51.188],[-2.974,51.186],[-2.968,51.185],[-2.962,51.182],[-2.958,51.182],[-2.957,51.186],[-2.949,51.188],[-2.94,51.187],[-2.936,51.186],[-2.93,51.188],[-2.926,51.188],[-2.917,51.185],[-2.896,51.183],[-2.897,51.175],[-2.898,51.17],[-2.901,51.163],[-2.906,51.152],[-2.909,51.149],[-2.904,51.148],[-2.906,51.142],[-2.918,51.144],[-2.93,51.145],[-2.94,51.147],[-2.939,51.145],[-2.936,51.142],[-2.928,51.135],[-2.915,51.119],[-2.914,51.119],[-2.862,51.106],[-2.864,51.104],[-2.854,51.102],[-2.85,51.103],[-2.845,51.102],[-2.82,51.108],[-2.794,51.108],[-2.791,51.098],[-2.772,51.097],[-2.765,51.108],[-2.754,51.105],[-2.752,51.108],[-2.754,51.111],[-2.753,51.117],[-2.752,51.121],[-2.755,51.123],[-2.756,51.126],[-2.759,51.127],[-2.758,51.134],[-2.756,51.135],[-2.755,51.139],[-2.751,51.141],[-2.745,51.143],[-2.745,51.16],[-2.731,51.155],[-2.727,51.16],[-2.725,51.165],[-2.722,51.165],[-2.718,51.167],[-2.717,51.17],[-2.709,51.169],[-2.681,51.166],[-2.67,51.164],[-2.652,51.163],[-2.652,51.161],[-2.647,51.161],[-2.641,51.16],[-2.64,51.159],[-2.635,51.158],[-2.631,51.16],[-2.622,51.16],[-2.615,51.162],[-2.613,51.158],[-2.609,51.157],[-2.609,51.155],[-2.607,51.151],[-2.609,51.149],[-2.607,51.144],[-2.598,51.144],[-2.595,51.142],[-2.587,51.143],[-2.583,51.146],[-2.58,51.146],[-2.578,51.149],[-2.573,51.147],[-2.569,51.15],[-2.571,51.153],[-2.567,51.155],[-2.565,51.155],[-2.557,51.159],[-2.545,51.161],[-2.541,51.161],[-2.537,51.169],[-2.528,51.171],[-2.52,51.174],[-2.521,51.176],[-2.521,51.18],[-2.523,51.185],[-2.522,51.187],[-2.526,51.19],[-2.529,51.189],[-2.524,51.203],[-2.531,51.204],[-2.531,51.206],[-2.537,51.206],[-2.544,51.207],[-2.555,51.211],[-2.552,51.214],[-2.546,51.226],[-2.552,51.228],[-2.554,51.234],[-2.553,51.237],[-2.555,51.239],[-2.56,51.239],[-2.557,51.243],[-2.539,51.253],[-2.538,51.255],[-2.54,51.259],[-2.533,51.26],[-2.529,51.263],[-2.525,51.265],[-2.516,51.268],[-2.515,51.275],[-2.511,51.275],[-2.506,51.279],[-2.5,51.283],[-2.5,51.285],[-2.497,51.287],[-2.497,51.291],[-2.5,51.291],[-2.505,51.29],[-2.506,51.291],[-2.513,51.293],[-2.523,51.294],[-2.525,51.293],[-2.531,51.294],[-2.534,51.295],[-2.539,51.296],[-2.541,51.298],[-2.55,51.301],[-2.551,51.298],[-2.554,51.299],[-2.553,51.301],[-2.558,51.303],[-2.563,51.299],[-2.568,51.297],[-2.571,51.295],[-2.574,51.295],[-2.581,51.293],[-2.586,51.293],[-2.592,51.297],[-2.595,51.295],[-2.597,51.291],[-2.6,51.289],[-2.607,51.287],[-2.613,51.284],[-2.618,51.286],[-2.621,51.284],[-2.625,51.285],[-2.625,51.282],[-2.63,51.284],[-2.636,51.287],[-2.64,51.291],[-2.641,51.296],[-2.647,51.298],[-2.66,51.303],[-2.667,51.302],[-2.665,51.305],[-2.667,51.309],[-2.672,51.312],[-2.674,51.31],[-2.686,51.316],[-2.695,51.318],[-2.694,51.322],[-2.687,51.33],[-2.693,51.332],[-2.698,51.336],[-2.708,51.338]]]},"properties":{"Name":"Wells and Mendip Hills","ID":"E14001572"},"id":509}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.168,51.831],[-0.171,51.835],[-0.174,51.837],[-0.17,51.838],[-0.169,51.843],[-0.167,51.844],[-0.166,51.849],[-0.171,51.855],[-0.176,51.857],[-0.176,51.859],[-0.181,51.86],[-0.186,51.86],[-0.192,51.857],[-0.197,51.859],[-0.199,51.858],[-0.207,51.854],[-0.197,51.849],[-0.198,51.846],[-0.201,51.844],[-0.205,51.844],[-0.211,51.84],[-0.212,51.843],[-0.206,51.846],[-0.211,51.849],[-0.213,51.851],[-0.218,51.847],[-0.226,51.844],[-0.223,51.839],[-0.22,51.837],[-0.223,51.835],[-0.231,51.837],[-0.237,51.836],[-0.241,51.835],[-0.245,51.839],[-0.243,51.843],[-0.248,51.846],[-0.254,51.845],[-0.257,51.845],[-0.266,51.842],[-0.273,51.84],[-0.274,51.835],[-0.267,51.835],[-0.264,51.833],[-0.262,51.828],[-0.256,51.824],[-0.252,51.822],[-0.249,51.818],[-0.247,51.815],[-0.243,51.813],[-0.244,51.809],[-0.247,51.807],[-0.254,51.805],[-0.257,51.803],[-0.265,51.802],[-0.275,51.8],[-0.277,51.798],[-0.271,51.791],[-0.274,51.787],[-0.274,51.783],[-0.277,51.778],[-0.276,51.772],[-0.272,51.769],[-0.269,51.77],[-0.267,51.768],[-0.263,51.763],[-0.259,51.76],[-0.261,51.759],[-0.258,51.755],[-0.257,51.752],[-0.253,51.748],[-0.246,51.752],[-0.242,51.742],[-0.245,51.741],[-0.246,51.738],[-0.246,51.734],[-0.244,51.732],[-0.255,51.73],[-0.251,51.725],[-0.241,51.716],[-0.241,51.71],[-0.237,51.706],[-0.235,51.71],[-0.227,51.713],[-0.218,51.714],[-0.213,51.711],[-0.206,51.71],[-0.199,51.71],[-0.19,51.707],[-0.181,51.706],[-0.176,51.703],[-0.172,51.703],[-0.164,51.709],[-0.162,51.715],[-0.157,51.723],[-0.157,51.726],[-0.153,51.727],[-0.152,51.729],[-0.154,51.732],[-0.155,51.737],[-0.152,51.737],[-0.144,51.735],[-0.138,51.737],[-0.14,51.744],[-0.139,51.748],[-0.139,51.752],[-0.144,51.756],[-0.143,51.769],[-0.143,51.774],[-0.153,51.781],[-0.159,51.786],[-0.164,51.789],[-0.164,51.795],[-0.16,51.797],[-0.158,51.796],[-0.156,51.799],[-0.15,51.799],[-0.15,51.802],[-0.153,51.802],[-0.157,51.804],[-0.161,51.805],[-0.16,51.807],[-0.166,51.809],[-0.174,51.81],[-0.184,51.815],[-0.18,51.82],[-0.173,51.824],[-0.168,51.831]]]},"properties":{"Name":"Welwyn Hatfield","ID":"E14001573"},"id":510}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.942,52.561],[-1.948,52.557],[-1.953,52.557],[-1.952,52.561],[-1.954,52.562],[-1.961,52.562],[-1.964,52.563],[-1.967,52.562],[-1.967,52.559],[-1.975,52.559],[-1.975,52.556],[-1.977,52.553],[-1.982,52.548],[-1.984,52.545],[-1.985,52.54],[-1.987,52.535],[-1.995,52.531],[-1.99,52.529],[-1.993,52.524],[-2.001,52.525],[-2.002,52.531],[-2.01,52.529],[-2.016,52.529],[-2.022,52.53],[-2.022,52.524],[-2.027,52.521],[-2.033,52.519],[-2.048,52.524],[-2.054,52.521],[-2.06,52.517],[-2.063,52.514],[-2.057,52.512],[-2.061,52.507],[-2.061,52.502],[-2.063,52.5],[-2.069,52.496],[-2.07,52.492],[-2.064,52.487],[-2.069,52.484],[-2.071,52.482],[-2.073,52.479],[-2.07,52.478],[-2.066,52.477],[-2.058,52.48],[-2.053,52.482],[-2.046,52.482],[-2.041,52.482],[-2.038,52.483],[-2.041,52.485],[-2.04,52.487],[-2.034,52.49],[-2.038,52.492],[-2.036,52.494],[-2.029,52.497],[-2.024,52.496],[-2.021,52.493],[-2.019,52.493],[-2.016,52.496],[-2.012,52.492],[-2.007,52.491],[-2.001,52.498],[-1.996,52.501],[-1.998,52.502],[-1.998,52.506],[-1.993,52.507],[-1.985,52.506],[-1.978,52.508],[-1.975,52.512],[-1.962,52.51],[-1.962,52.516],[-1.958,52.519],[-1.96,52.525],[-1.962,52.528],[-1.96,52.531],[-1.957,52.53],[-1.951,52.53],[-1.947,52.533],[-1.943,52.534],[-1.937,52.532],[-1.93,52.533],[-1.93,52.543],[-1.932,52.546],[-1.922,52.546],[-1.918,52.547],[-1.923,52.551],[-1.929,52.554],[-1.933,52.554],[-1.933,52.559],[-1.936,52.56],[-1.942,52.561]]]},"properties":{"Name":"West Bromwich","ID":"E14001574"},"id":511}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.415,50.961],[-2.418,50.962],[-2.42,50.965],[-2.425,50.97],[-2.428,50.971],[-2.437,50.969],[-2.447,50.968],[-2.445,50.963],[-2.442,50.963],[-2.443,50.958],[-2.449,50.953],[-2.455,50.949],[-2.46,50.951],[-2.458,50.953],[-2.461,50.956],[-2.464,50.955],[-2.467,50.96],[-2.475,50.958],[-2.476,50.961],[-2.475,50.963],[-2.48,50.966],[-2.485,50.971],[-2.488,50.973],[-2.489,50.977],[-2.492,50.979],[-2.497,50.987],[-2.502,50.994],[-2.509,50.995],[-2.513,50.994],[-2.52,50.994],[-2.523,50.992],[-2.53,50.993],[-2.536,50.994],[-2.535,50.999],[-2.547,51],[-2.547,50.997],[-2.551,50.996],[-2.552,50.994],[-2.545,50.992],[-2.545,50.985],[-2.553,50.983],[-2.556,50.98],[-2.562,50.978],[-2.569,50.985],[-2.575,50.987],[-2.575,50.983],[-2.581,50.981],[-2.583,50.979],[-2.589,50.977],[-2.596,50.981],[-2.603,50.976],[-2.598,50.973],[-2.6,50.967],[-2.596,50.965],[-2.595,50.961],[-2.598,50.96],[-2.599,50.954],[-2.598,50.95],[-2.599,50.948],[-2.606,50.945],[-2.609,50.942],[-2.615,50.939],[-2.606,50.935],[-2.604,50.931],[-2.604,50.928],[-2.607,50.926],[-2.615,50.923],[-2.615,50.918],[-2.617,50.916],[-2.617,50.912],[-2.624,50.908],[-2.622,50.905],[-2.62,50.905],[-2.619,50.902],[-2.616,50.897],[-2.615,50.893],[-2.61,50.892],[-2.612,50.886],[-2.615,50.884],[-2.616,50.882],[-2.621,50.881],[-2.624,50.879],[-2.627,50.88],[-2.628,50.886],[-2.631,50.886],[-2.646,50.888],[-2.647,50.884],[-2.651,50.883],[-2.661,50.887],[-2.674,50.879],[-2.679,50.877],[-2.696,50.876],[-2.696,50.875],[-2.7,50.873],[-2.703,50.873],[-2.708,50.87],[-2.714,50.871],[-2.714,50.867],[-2.715,50.864],[-2.725,50.865],[-2.75,50.864],[-2.754,50.865],[-2.755,50.867],[-2.76,50.866],[-2.761,50.861],[-2.77,50.86],[-2.779,50.861],[-2.782,50.86],[-2.786,50.855],[-2.792,50.853],[-2.795,50.855],[-2.799,50.855],[-2.808,50.859],[-2.806,50.861],[-2.811,50.863],[-2.816,50.857],[-2.826,50.851],[-2.842,50.847],[-2.845,50.852],[-2.851,50.851],[-2.854,50.849],[-2.858,50.85],[-2.864,50.849],[-2.867,50.849],[-2.876,50.849],[-2.881,50.848],[-2.886,50.851],[-2.889,50.85],[-2.895,50.847],[-2.897,50.848],[-2.902,50.846],[-2.903,50.844],[-2.91,50.845],[-2.913,50.843],[-2.92,50.841],[-2.925,50.839],[-2.93,50.839],[-2.935,50.838],[-2.938,50.835],[-2.943,50.835],[-2.945,50.831],[-2.944,50.829],[-2.946,50.828],[-2.947,50.824],[-2.951,50.823],[-2.954,50.821],[-2.957,50.82],[-2.96,50.816],[-2.953,50.815],[-2.948,50.815],[-2.942,50.811],[-2.938,50.81],[-2.929,50.808],[-2.924,50.808],[-2.919,50.806],[-2.907,50.805],[-2.893,50.805],[-2.89,50.803],[-2.889,50.799],[-2.887,50.797],[-2.887,50.793],[-2.893,50.79],[-2.898,50.786],[-2.914,50.784],[-2.929,50.783],[-2.932,50.782],[-2.944,50.776],[-2.954,50.768],[-2.956,50.764],[-2.95,50.761],[-2.939,50.757],[-2.935,50.754],[-2.94,50.752],[-2.941,50.749],[-2.938,50.746],[-2.94,50.743],[-2.947,50.737],[-2.948,50.734],[-2.953,50.729],[-2.953,50.725],[-2.949,50.721],[-2.948,50.718],[-2.94,50.72],[-2.937,50.723],[-2.931,50.725],[-2.928,50.729],[-2.921,50.732],[-2.917,50.732],[-2.911,50.734],[-2.894,50.733],[-2.875,50.73],[-2.862,50.727],[-2.84,50.723],[-2.837,50.724],[-2.827,50.723],[-2.819,50.721],[-2.814,50.718],[-2.81,50.718],[-2.805,50.719],[-2.799,50.718],[-2.794,50.718],[-2.777,50.714],[-2.74,50.703],[-2.732,50.699],[-2.724,50.697],[-2.678,50.68],[-2.653,50.67],[-2.627,50.66],[-2.591,50.643],[-2.545,50.619],[-2.531,50.612],[-2.517,50.604],[-2.516,50.605],[-2.526,50.611],[-2.535,50.616],[-2.544,50.621],[-2.552,50.624],[-2.561,50.629],[-2.567,50.633],[-2.574,50.636],[-2.578,50.638],[-2.611,50.654],[-2.597,50.653],[-2.598,50.649],[-2.592,50.647],[-2.589,50.646],[-2.582,50.642],[-2.578,50.641],[-2.575,50.639],[-2.57,50.638],[-2.561,50.638],[-2.558,50.631],[-2.552,50.631],[-2.546,50.628],[-2.552,50.627],[-2.549,50.625],[-2.546,50.626],[-2.544,50.623],[-2.54,50.622],[-2.538,50.62],[-2.532,50.617],[-2.525,50.617],[-2.521,50.618],[-2.517,50.618],[-2.515,50.614],[-2.514,50.61],[-2.509,50.611],[-2.507,50.613],[-2.505,50.618],[-2.51,50.624],[-2.518,50.625],[-2.523,50.628],[-2.522,50.632],[-2.525,50.64],[-2.524,50.643],[-2.522,50.652],[-2.515,50.65],[-2.509,50.651],[-2.502,50.65],[-2.5,50.661],[-2.497,50.67],[-2.495,50.679],[-2.483,50.678],[-2.477,50.677],[-2.472,50.676],[-2.467,50.672],[-2.464,50.672],[-2.466,50.667],[-2.465,50.661],[-2.467,50.652],[-2.461,50.652],[-2.459,50.651],[-2.448,50.647],[-2.443,50.647],[-2.433,50.646],[-2.434,50.65],[-2.433,50.652],[-2.429,50.653],[-2.429,50.657],[-2.425,50.657],[-2.424,50.659],[-2.418,50.661],[-2.4,50.665],[-2.401,50.663],[-2.395,50.662],[-2.39,50.664],[-2.381,50.667],[-2.374,50.669],[-2.372,50.673],[-2.37,50.674],[-2.363,50.681],[-2.36,50.688],[-2.356,50.695],[-2.354,50.701],[-2.338,50.701],[-2.323,50.702],[-2.317,50.702],[-2.313,50.704],[-2.309,50.706],[-2.311,50.71],[-2.31,50.716],[-2.308,50.719],[-2.311,50.719],[-2.31,50.723],[-2.306,50.726],[-2.304,50.73],[-2.313,50.733],[-2.32,50.738],[-2.326,50.739],[-2.33,50.731],[-2.334,50.732],[-2.337,50.73],[-2.338,50.722],[-2.34,50.723],[-2.34,50.718],[-2.331,50.721],[-2.328,50.721],[-2.327,50.718],[-2.334,50.718],[-2.347,50.714],[-2.353,50.715],[-2.36,50.713],[-2.36,50.711],[-2.369,50.711],[-2.376,50.713],[-2.378,50.711],[-2.382,50.711],[-2.382,50.716],[-2.382,50.724],[-2.383,50.729],[-2.382,50.732],[-2.384,50.738],[-2.387,50.744],[-2.39,50.744],[-2.397,50.743],[-2.4,50.748],[-2.405,50.748],[-2.412,50.749],[-2.416,50.751],[-2.421,50.749],[-2.421,50.755],[-2.416,50.756],[-2.407,50.757],[-2.391,50.762],[-2.384,50.757],[-2.381,50.761],[-2.378,50.763],[-2.369,50.764],[-2.372,50.769],[-2.374,50.771],[-2.376,50.778],[-2.371,50.785],[-2.364,50.785],[-2.359,50.782],[-2.354,50.779],[-2.342,50.776],[-2.335,50.772],[-2.325,50.77],[-2.32,50.771],[-2.317,50.768],[-2.314,50.769],[-2.309,50.763],[-2.306,50.763],[-2.307,50.769],[-2.304,50.77],[-2.3,50.771],[-2.296,50.774],[-2.296,50.779],[-2.307,50.78],[-2.305,50.784],[-2.3,50.787],[-2.303,50.792],[-2.307,50.795],[-2.311,50.795],[-2.315,50.797],[-2.315,50.801],[-2.304,50.804],[-2.306,50.809],[-2.309,50.812],[-2.312,50.817],[-2.308,50.818],[-2.305,50.817],[-2.302,50.82],[-2.299,50.82],[-2.294,50.819],[-2.291,50.824],[-2.292,50.826],[-2.298,50.829],[-2.301,50.835],[-2.307,50.841],[-2.309,50.844],[-2.314,50.849],[-2.319,50.846],[-2.324,50.844],[-2.329,50.845],[-2.328,50.849],[-2.331,50.851],[-2.336,50.851],[-2.345,50.85],[-2.353,50.848],[-2.356,50.849],[-2.359,50.847],[-2.363,50.847],[-2.37,50.845],[-2.374,50.845],[-2.377,50.847],[-2.38,50.847],[-2.384,50.845],[-2.386,50.843],[-2.398,50.839],[-2.402,50.843],[-2.399,50.848],[-2.398,50.852],[-2.394,50.859],[-2.396,50.862],[-2.402,50.861],[-2.41,50.861],[-2.416,50.858],[-2.423,50.858],[-2.424,50.867],[-2.428,50.869],[-2.435,50.867],[-2.436,50.869],[-2.432,50.872],[-2.434,50.874],[-2.431,50.879],[-2.43,50.883],[-2.428,50.884],[-2.425,50.886],[-2.42,50.886],[-2.417,50.887],[-2.415,50.89],[-2.407,50.893],[-2.403,50.893],[-2.399,50.901],[-2.4,50.906],[-2.401,50.91],[-2.406,50.914],[-2.41,50.921],[-2.413,50.919],[-2.417,50.92],[-2.425,50.923],[-2.429,50.925],[-2.438,50.926],[-2.442,50.925],[-2.444,50.929],[-2.447,50.93],[-2.447,50.934],[-2.445,50.936],[-2.44,50.939],[-2.43,50.939],[-2.431,50.943],[-2.428,50.948],[-2.425,50.95],[-2.427,50.952],[-2.424,50.954],[-2.424,50.959],[-2.415,50.961]]]},"properties":{"Name":"West Dorset","ID":"E14001575"},"id":512}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.008,51.523],[-0.007,51.526],[-0.008,51.525],[-0.008,51.523]]],[[[0.033,51.535],[0.027,51.533],[0.028,51.537],[0.022,51.537],[0.022,51.54],[0.018,51.542],[0.011,51.541],[0.001,51.537],[0.004,51.531],[0.005,51.528],[-0.006,51.526],[-0.008,51.52],[-0.005,51.517],[-0.003,51.519],[0.007,51.514],[0.008,51.513],[0.007,51.51],[0.011,51.509],[0.01,51.507],[0.018,51.501],[0.021,51.499],[0.029,51.499],[0.035,51.5],[0.043,51.5],[0.059,51.498],[0.069,51.499],[0.074,51.5],[0.078,51.505],[0.08,51.508],[0.085,51.512],[0.09,51.515],[0.095,51.515],[0.094,51.52],[0.092,51.523],[0.092,51.526],[0.085,51.526],[0.08,51.528],[0.058,51.52],[0.052,51.52],[0.045,51.52],[0.041,51.52],[0.038,51.53],[0.033,51.535]]]]},"properties":{"Name":"West Ham and Beckton","ID":"E14001576"},"id":513}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.808,53.628],[-2.809,53.622],[-2.848,53.625],[-2.857,53.633],[-2.877,53.64],[-2.899,53.65],[-2.931,53.647],[-2.93,53.644],[-2.936,53.643],[-2.942,53.642],[-2.945,53.639],[-2.948,53.637],[-2.953,53.638],[-2.96,53.639],[-2.962,53.637],[-2.967,53.632],[-2.982,53.622],[-2.994,53.628],[-3.001,53.625],[-3.002,53.622],[-3.005,53.62],[-3.007,53.617],[-3.011,53.615],[-3.014,53.611],[-3.02,53.609],[-3.021,53.607],[-3.028,53.603],[-3.032,53.598],[-3.031,53.596],[-3.033,53.589],[-3.035,53.587],[-3.033,53.585],[-3.021,53.584],[-3.022,53.574],[-3.023,53.57],[-3.033,53.569],[-3.04,53.566],[-3.041,53.562],[-3.039,53.559],[-3.04,53.556],[-3.039,53.553],[-3.041,53.549],[-3.046,53.543],[-3.043,53.54],[-3.04,53.541],[-3.039,53.538],[-3.035,53.539],[-3.032,53.537],[-3.028,53.539],[-3.017,53.536],[-3.014,53.535],[-3.014,53.532],[-3.009,53.532],[-3.008,53.529],[-3.001,53.528],[-2.99,53.523],[-2.985,53.522],[-2.976,53.515],[-2.972,53.516],[-2.964,53.52],[-2.963,53.525],[-2.967,53.527],[-2.971,53.534],[-2.973,53.536],[-2.974,53.54],[-2.978,53.543],[-2.978,53.546],[-2.972,53.548],[-2.97,53.547],[-2.966,53.548],[-2.96,53.546],[-2.955,53.546],[-2.951,53.544],[-2.948,53.544],[-2.942,53.541],[-2.941,53.54],[-2.937,53.539],[-2.934,53.533],[-2.931,53.531],[-2.926,53.53],[-2.926,53.527],[-2.923,53.525],[-2.906,53.522],[-2.9,53.522],[-2.895,53.521],[-2.889,53.522],[-2.884,53.52],[-2.888,53.515],[-2.892,53.511],[-2.888,53.504],[-2.881,53.503],[-2.873,53.5],[-2.871,53.495],[-2.861,53.491],[-2.859,53.492],[-2.85,53.493],[-2.844,53.49],[-2.843,53.488],[-2.844,53.484],[-2.826,53.483],[-2.825,53.485],[-2.824,53.49],[-2.82,53.494],[-2.82,53.497],[-2.823,53.505],[-2.822,53.505],[-2.817,53.512],[-2.811,53.514],[-2.81,53.516],[-2.806,53.518],[-2.795,53.521],[-2.792,53.525],[-2.782,53.531],[-2.775,53.524],[-2.771,53.519],[-2.769,53.514],[-2.76,53.513],[-2.759,53.514],[-2.752,53.516],[-2.748,53.516],[-2.741,53.518],[-2.731,53.521],[-2.725,53.524],[-2.721,53.525],[-2.718,53.527],[-2.716,53.534],[-2.716,53.539],[-2.719,53.544],[-2.711,53.549],[-2.71,53.553],[-2.708,53.555],[-2.705,53.56],[-2.705,53.562],[-2.705,53.563],[-2.71,53.564],[-2.711,53.566],[-2.716,53.57],[-2.718,53.573],[-2.716,53.575],[-2.718,53.577],[-2.715,53.578],[-2.714,53.582],[-2.712,53.583],[-2.708,53.587],[-2.703,53.587],[-2.703,53.59],[-2.7,53.591],[-2.694,53.589],[-2.694,53.592],[-2.692,53.598],[-2.689,53.604],[-2.696,53.605],[-2.698,53.611],[-2.698,53.614],[-2.695,53.616],[-2.691,53.62],[-2.692,53.624],[-2.701,53.623],[-2.704,53.621],[-2.705,53.619],[-2.71,53.618],[-2.721,53.619],[-2.727,53.621],[-2.732,53.622],[-2.736,53.624],[-2.743,53.622],[-2.749,53.618],[-2.758,53.615],[-2.765,53.619],[-2.774,53.62],[-2.779,53.62],[-2.781,53.623],[-2.793,53.623],[-2.789,53.619],[-2.788,53.617],[-2.791,53.615],[-2.796,53.616],[-2.801,53.623],[-2.801,53.625],[-2.803,53.627],[-2.804,53.627],[-2.807,53.628],[-2.808,53.628]]]},"properties":{"Name":"West Lancashire","ID":"E14001577"},"id":514}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.712,52.395],[0.708,52.396],[0.695,52.397],[0.684,52.399],[0.673,52.404],[0.669,52.409],[0.673,52.414],[0.685,52.425],[0.69,52.427],[0.696,52.433],[0.705,52.438],[0.715,52.445],[0.719,52.45],[0.713,52.451],[0.707,52.453],[0.701,52.451],[0.694,52.451],[0.679,52.455],[0.668,52.462],[0.663,52.462],[0.655,52.457],[0.651,52.457],[0.647,52.453],[0.642,52.451],[0.636,52.451],[0.634,52.45],[0.628,52.451],[0.63,52.454],[0.622,52.454],[0.619,52.45],[0.615,52.449],[0.61,52.45],[0.609,52.453],[0.6,52.453],[0.596,52.454],[0.588,52.453],[0.583,52.452],[0.578,52.453],[0.573,52.452],[0.568,52.453],[0.563,52.454],[0.559,52.456],[0.554,52.456],[0.549,52.454],[0.548,52.452],[0.543,52.45],[0.534,52.452],[0.529,52.453],[0.527,52.45],[0.524,52.448],[0.516,52.451],[0.514,52.449],[0.507,52.451],[0.5,52.45],[0.496,52.447],[0.493,52.448],[0.486,52.448],[0.477,52.446],[0.467,52.446],[0.459,52.447],[0.457,52.445],[0.45,52.448],[0.446,52.447],[0.444,52.445],[0.439,52.443],[0.439,52.441],[0.431,52.438],[0.429,52.436],[0.428,52.435],[0.423,52.434],[0.425,52.43],[0.418,52.428],[0.375,52.41],[0.379,52.402],[0.385,52.392],[0.389,52.387],[0.4,52.373],[0.407,52.363],[0.41,52.36],[0.416,52.36],[0.419,52.358],[0.421,52.352],[0.429,52.353],[0.436,52.352],[0.443,52.349],[0.44,52.342],[0.438,52.341],[0.437,52.337],[0.438,52.335],[0.43,52.331],[0.424,52.329],[0.429,52.324],[0.43,52.32],[0.431,52.316],[0.446,52.318],[0.448,52.317],[0.457,52.317],[0.461,52.311],[0.462,52.309],[0.469,52.307],[0.471,52.304],[0.476,52.303],[0.482,52.3],[0.486,52.297],[0.488,52.296],[0.496,52.291],[0.501,52.289],[0.505,52.286],[0.505,52.285],[0.5,52.285],[0.497,52.28],[0.495,52.276],[0.499,52.274],[0.495,52.272],[0.46,52.266],[0.454,52.264],[0.424,52.256],[0.417,52.262],[0.404,52.274],[0.395,52.279],[0.395,52.28],[0.385,52.283],[0.386,52.29],[0.383,52.293],[0.376,52.294],[0.371,52.295],[0.369,52.297],[0.361,52.298],[0.359,52.297],[0.361,52.293],[0.359,52.289],[0.351,52.283],[0.355,52.279],[0.35,52.275],[0.344,52.27],[0.34,52.268],[0.345,52.265],[0.343,52.263],[0.35,52.259],[0.358,52.253],[0.361,52.249],[0.351,52.245],[0.343,52.242],[0.371,52.227],[0.385,52.234],[0.395,52.231],[0.408,52.239],[0.412,52.24],[0.415,52.238],[0.421,52.24],[0.421,52.243],[0.415,52.248],[0.427,52.254],[0.434,52.25],[0.443,52.243],[0.446,52.244],[0.45,52.243],[0.453,52.248],[0.455,52.248],[0.46,52.243],[0.465,52.24],[0.471,52.241],[0.478,52.235],[0.483,52.232],[0.484,52.235],[0.489,52.239],[0.495,52.239],[0.501,52.236],[0.508,52.23],[0.512,52.228],[0.514,52.227],[0.513,52.224],[0.513,52.214],[0.509,52.214],[0.507,52.209],[0.503,52.207],[0.504,52.205],[0.502,52.203],[0.501,52.198],[0.503,52.196],[0.501,52.193],[0.497,52.191],[0.495,52.189],[0.495,52.186],[0.493,52.181],[0.494,52.178],[0.491,52.174],[0.491,52.172],[0.487,52.17],[0.49,52.168],[0.49,52.166],[0.486,52.165],[0.479,52.166],[0.477,52.168],[0.473,52.164],[0.47,52.165],[0.468,52.168],[0.463,52.171],[0.457,52.171],[0.453,52.173],[0.445,52.171],[0.443,52.169],[0.444,52.165],[0.439,52.166],[0.438,52.16],[0.436,52.16],[0.421,52.16],[0.417,52.159],[0.421,52.156],[0.419,52.15],[0.42,52.147],[0.419,52.142],[0.42,52.139],[0.417,52.133],[0.41,52.134],[0.405,52.129],[0.409,52.124],[0.406,52.123],[0.396,52.122],[0.395,52.12],[0.39,52.118],[0.389,52.114],[0.385,52.11],[0.385,52.107],[0.382,52.103],[0.383,52.101],[0.389,52.099],[0.389,52.097],[0.393,52.095],[0.391,52.088],[0.394,52.088],[0.394,52.084],[0.397,52.083],[0.402,52.083],[0.401,52.08],[0.403,52.078],[0.404,52.075],[0.401,52.073],[0.407,52.071],[0.403,52.066],[0.405,52.066],[0.409,52.064],[0.419,52.065],[0.421,52.066],[0.429,52.068],[0.435,52.069],[0.438,52.072],[0.445,52.072],[0.444,52.069],[0.452,52.068],[0.454,52.071],[0.462,52.072],[0.458,52.076],[0.465,52.077],[0.47,52.076],[0.471,52.073],[0.475,52.074],[0.483,52.072],[0.49,52.067],[0.487,52.064],[0.49,52.06],[0.495,52.057],[0.5,52.057],[0.501,52.054],[0.505,52.055],[0.511,52.06],[0.517,52.059],[0.519,52.057],[0.523,52.057],[0.53,52.059],[0.534,52.06],[0.539,52.058],[0.542,52.058],[0.546,52.06],[0.55,52.064],[0.55,52.067],[0.552,52.069],[0.555,52.069],[0.562,52.071],[0.566,52.071],[0.572,52.069],[0.576,52.071],[0.576,52.073],[0.583,52.074],[0.59,52.075],[0.595,52.075],[0.604,52.077],[0.604,52.079],[0.608,52.081],[0.612,52.079],[0.62,52.077],[0.62,52.079],[0.626,52.079],[0.628,52.082],[0.632,52.082],[0.634,52.086],[0.642,52.086],[0.652,52.083],[0.657,52.085],[0.654,52.086],[0.655,52.091],[0.653,52.097],[0.651,52.101],[0.647,52.103],[0.642,52.11],[0.639,52.11],[0.638,52.114],[0.635,52.115],[0.634,52.118],[0.636,52.119],[0.634,52.123],[0.631,52.123],[0.629,52.125],[0.631,52.127],[0.627,52.129],[0.627,52.131],[0.633,52.131],[0.637,52.133],[0.638,52.138],[0.634,52.141],[0.634,52.143],[0.64,52.146],[0.638,52.148],[0.641,52.156],[0.644,52.156],[0.645,52.16],[0.654,52.162],[0.663,52.161],[0.664,52.158],[0.676,52.159],[0.677,52.158],[0.682,52.156],[0.686,52.159],[0.692,52.158],[0.693,52.162],[0.693,52.166],[0.697,52.17],[0.693,52.176],[0.696,52.178],[0.694,52.18],[0.698,52.181],[0.703,52.181],[0.708,52.179],[0.714,52.177],[0.716,52.178],[0.717,52.178],[0.728,52.178],[0.732,52.182],[0.735,52.187],[0.74,52.189],[0.747,52.187],[0.749,52.183],[0.754,52.182],[0.758,52.183],[0.763,52.187],[0.758,52.189],[0.763,52.191],[0.766,52.191],[0.765,52.188],[0.771,52.188],[0.771,52.191],[0.775,52.193],[0.776,52.197],[0.772,52.2],[0.773,52.206],[0.776,52.211],[0.768,52.212],[0.758,52.213],[0.75,52.212],[0.747,52.217],[0.74,52.22],[0.732,52.228],[0.717,52.226],[0.71,52.223],[0.706,52.222],[0.703,52.226],[0.703,52.228],[0.699,52.228],[0.701,52.231],[0.69,52.23],[0.687,52.232],[0.683,52.238],[0.681,52.242],[0.678,52.245],[0.679,52.249],[0.674,52.249],[0.676,52.252],[0.676,52.255],[0.683,52.254],[0.685,52.257],[0.673,52.257],[0.665,52.257],[0.67,52.267],[0.67,52.268],[0.673,52.275],[0.677,52.276],[0.68,52.282],[0.685,52.285],[0.685,52.29],[0.687,52.292],[0.692,52.293],[0.695,52.294],[0.702,52.292],[0.708,52.292],[0.714,52.291],[0.719,52.293],[0.72,52.295],[0.725,52.296],[0.725,52.301],[0.722,52.303],[0.723,52.308],[0.73,52.321],[0.733,52.331],[0.734,52.338],[0.739,52.348],[0.72,52.349],[0.709,52.351],[0.696,52.356],[0.682,52.356],[0.675,52.357],[0.676,52.361],[0.682,52.364],[0.689,52.369],[0.693,52.371],[0.701,52.381],[0.709,52.392],[0.712,52.395]]]},"properties":{"Name":"West Suffolk","ID":"E14001578"},"id":515}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.415,52.368],[-2.42,52.368],[-2.423,52.366],[-2.426,52.366],[-2.431,52.367],[-2.435,52.366],[-2.449,52.368],[-2.457,52.368],[-2.463,52.367],[-2.464,52.365],[-2.468,52.365],[-2.473,52.366],[-2.476,52.366],[-2.473,52.362],[-2.475,52.36],[-2.484,52.361],[-2.486,52.36],[-2.485,52.356],[-2.488,52.354],[-2.484,52.353],[-2.482,52.351],[-2.484,52.345],[-2.478,52.338],[-2.481,52.336],[-2.48,52.333],[-2.483,52.331],[-2.488,52.331],[-2.49,52.329],[-2.495,52.33],[-2.503,52.329],[-2.505,52.328],[-2.511,52.329],[-2.513,52.332],[-2.509,52.333],[-2.509,52.335],[-2.512,52.337],[-2.516,52.338],[-2.522,52.342],[-2.53,52.343],[-2.534,52.344],[-2.539,52.344],[-2.541,52.342],[-2.546,52.34],[-2.549,52.337],[-2.555,52.334],[-2.557,52.335],[-2.562,52.333],[-2.561,52.331],[-2.561,52.326],[-2.564,52.322],[-2.565,52.318],[-2.562,52.315],[-2.567,52.313],[-2.574,52.317],[-2.579,52.317],[-2.584,52.313],[-2.595,52.314],[-2.601,52.31],[-2.61,52.306],[-2.615,52.308],[-2.618,52.307],[-2.623,52.306],[-2.63,52.307],[-2.633,52.306],[-2.636,52.309],[-2.638,52.308],[-2.643,52.308],[-2.648,52.305],[-2.661,52.305],[-2.663,52.304],[-2.661,52.301],[-2.656,52.299],[-2.653,52.295],[-2.644,52.294],[-2.644,52.29],[-2.64,52.286],[-2.635,52.286],[-2.626,52.289],[-2.621,52.283],[-2.617,52.283],[-2.616,52.285],[-2.614,52.287],[-2.606,52.287],[-2.601,52.285],[-2.598,52.282],[-2.596,52.277],[-2.603,52.277],[-2.607,52.276],[-2.608,52.273],[-2.611,52.271],[-2.61,52.269],[-2.616,52.265],[-2.623,52.262],[-2.628,52.261],[-2.631,52.257],[-2.631,52.254],[-2.634,52.251],[-2.634,52.247],[-2.63,52.243],[-2.629,52.24],[-2.616,52.243],[-2.615,52.242],[-2.609,52.244],[-2.604,52.243],[-2.602,52.244],[-2.596,52.244],[-2.589,52.246],[-2.584,52.248],[-2.576,52.248],[-2.574,52.253],[-2.57,52.253],[-2.567,52.25],[-2.56,52.252],[-2.555,52.252],[-2.548,52.25],[-2.541,52.253],[-2.536,52.251],[-2.532,52.253],[-2.529,52.252],[-2.529,52.25],[-2.526,52.248],[-2.516,52.256],[-2.514,52.256],[-2.501,52.257],[-2.496,52.257],[-2.494,52.264],[-2.496,52.267],[-2.501,52.269],[-2.504,52.272],[-2.503,52.277],[-2.496,52.277],[-2.492,52.279],[-2.483,52.284],[-2.472,52.286],[-2.467,52.283],[-2.464,52.285],[-2.451,52.285],[-2.451,52.283],[-2.445,52.279],[-2.434,52.275],[-2.431,52.27],[-2.437,52.268],[-2.438,52.266],[-2.447,52.264],[-2.453,52.263],[-2.459,52.261],[-2.462,52.259],[-2.468,52.256],[-2.473,52.253],[-2.474,52.251],[-2.475,52.241],[-2.471,52.241],[-2.466,52.238],[-2.465,52.234],[-2.451,52.237],[-2.444,52.236],[-2.437,52.238],[-2.426,52.236],[-2.423,52.237],[-2.414,52.232],[-2.409,52.231],[-2.399,52.232],[-2.39,52.23],[-2.389,52.227],[-2.384,52.225],[-2.388,52.222],[-2.397,52.225],[-2.398,52.222],[-2.404,52.221],[-2.402,52.218],[-2.402,52.215],[-2.394,52.211],[-2.392,52.209],[-2.396,52.206],[-2.403,52.207],[-2.4,52.202],[-2.408,52.203],[-2.409,52.2],[-2.409,52.196],[-2.415,52.19],[-2.419,52.188],[-2.415,52.184],[-2.42,52.181],[-2.423,52.18],[-2.425,52.177],[-2.422,52.174],[-2.423,52.172],[-2.433,52.172],[-2.435,52.171],[-2.435,52.168],[-2.426,52.161],[-2.427,52.158],[-2.423,52.156],[-2.425,52.154],[-2.421,52.149],[-2.415,52.145],[-2.408,52.146],[-2.402,52.148],[-2.397,52.148],[-2.394,52.147],[-2.388,52.152],[-2.385,52.154],[-2.378,52.155],[-2.376,52.153],[-2.365,52.151],[-2.359,52.152],[-2.356,52.148],[-2.353,52.146],[-2.352,52.143],[-2.348,52.137],[-2.345,52.133],[-2.351,52.129],[-2.356,52.128],[-2.356,52.124],[-2.353,52.115],[-2.354,52.114],[-2.35,52.106],[-2.352,52.103],[-2.349,52.098],[-2.349,52.096],[-2.338,52.095],[-2.338,52.09],[-2.338,52.081],[-2.34,52.079],[-2.339,52.075],[-2.339,52.07],[-2.341,52.064],[-2.344,52.061],[-2.347,52.062],[-2.352,52.056],[-2.35,52.054],[-2.348,52.053],[-2.347,52.049],[-2.349,52.048],[-2.349,52.038],[-2.348,52.033],[-2.35,52.031],[-2.352,52.025],[-2.351,52.021],[-2.349,52.018],[-2.353,52.014],[-2.347,52.011],[-2.341,52.007],[-2.337,52.008],[-2.327,52.006],[-2.325,52.004],[-2.326,52],[-2.324,51.999],[-2.323,51.996],[-2.321,51.992],[-2.322,51.99],[-2.323,51.984],[-2.322,51.982],[-2.326,51.976],[-2.313,51.977],[-2.309,51.974],[-2.304,51.969],[-2.3,51.967],[-2.293,51.97],[-2.288,51.971],[-2.281,51.971],[-2.277,51.97],[-2.268,51.969],[-2.264,51.967],[-2.259,51.968],[-2.251,51.967],[-2.249,51.968],[-2.238,51.981],[-2.234,51.986],[-2.228,51.989],[-2.226,51.991],[-2.221,51.996],[-2.217,51.994],[-2.213,51.997],[-2.201,51.995],[-2.199,51.996],[-2.19,51.992],[-2.185,51.991],[-2.182,51.992],[-2.179,51.995],[-2.181,51.999],[-2.179,51.999],[-2.175,51.996],[-2.172,51.995],[-2.166,51.995],[-2.164,51.997],[-2.164,52.001],[-2.165,52.004],[-2.172,52.008],[-2.184,52.014],[-2.188,52.019],[-2.183,52.02],[-2.177,52.022],[-2.178,52.027],[-2.181,52.035],[-2.18,52.042],[-2.177,52.045],[-2.173,52.047],[-2.162,52.051],[-2.158,52.05],[-2.155,52.049],[-2.149,52.047],[-2.142,52.046],[-2.134,52.046],[-2.126,52.043],[-2.118,52.042],[-2.116,52.036],[-2.118,52.033],[-2.129,52.03],[-2.136,52.029],[-2.139,52.028],[-2.141,52.025],[-2.142,52.02],[-2.146,52.014],[-2.15,52.011],[-2.151,52.007],[-2.144,52.004],[-2.139,52.001],[-2.136,52],[-2.132,52.003],[-2.132,52.006],[-2.127,52.007],[-2.123,52.011],[-2.121,52.011],[-2.118,52.014],[-2.113,52.015],[-2.098,52.013],[-2.094,52.012],[-2.085,52.011],[-2.071,52.012],[-2.064,52.014],[-2.06,52.015],[-2.059,52.009],[-2.057,52.01],[-2.049,52.007],[-2.05,52.004],[-2.045,52.004],[-2.038,52.005],[-2.037,52.006],[-2.038,52.01],[-2.03,52.01],[-2.029,52.013],[-2.022,52.016],[-2.024,52.017],[-2.017,52.02],[-2.007,52.024],[-1.998,52.03],[-1.996,52.027],[-1.984,52.036],[-1.963,52.036],[-1.951,52.038],[-1.95,52.035],[-1.946,52.032],[-1.94,52.032],[-1.931,52.03],[-1.927,52.037],[-1.922,52.036],[-1.917,52.042],[-1.913,52.044],[-1.923,52.048],[-1.93,52.049],[-1.941,52.052],[-1.928,52.064],[-1.934,52.067],[-1.938,52.07],[-1.954,52.073],[-1.963,52.074],[-1.964,52.07],[-1.972,52.07],[-1.98,52.071],[-1.99,52.07],[-1.992,52.071],[-1.993,52.078],[-1.992,52.082],[-2.003,52.081],[-2.003,52.083],[-2.008,52.084],[-2.008,52.086],[-2.017,52.092],[-2.019,52.083],[-2.023,52.082],[-2.025,52.078],[-2.031,52.078],[-2.038,52.071],[-2.044,52.074],[-2.039,52.079],[-2.037,52.085],[-2.036,52.093],[-2.035,52.097],[-2.041,52.098],[-2.044,52.096],[-2.055,52.096],[-2.066,52.093],[-2.069,52.097],[-2.071,52.102],[-2.07,52.108],[-2.072,52.11],[-2.071,52.114],[-2.068,52.117],[-2.068,52.119],[-2.066,52.123],[-2.061,52.125],[-2.057,52.126],[-2.062,52.129],[-2.076,52.132],[-2.078,52.131],[-2.089,52.129],[-2.089,52.128],[-2.093,52.124],[-2.097,52.125],[-2.108,52.125],[-2.11,52.123],[-2.108,52.119],[-2.117,52.118],[-2.124,52.117],[-2.127,52.118],[-2.136,52.117],[-2.139,52.117],[-2.138,52.122],[-2.135,52.123],[-2.138,52.125],[-2.144,52.123],[-2.142,52.121],[-2.144,52.112],[-2.148,52.111],[-2.152,52.107],[-2.158,52.108],[-2.163,52.109],[-2.169,52.108],[-2.173,52.109],[-2.176,52.112],[-2.18,52.113],[-2.181,52.115],[-2.186,52.118],[-2.184,52.12],[-2.187,52.122],[-2.195,52.125],[-2.194,52.129],[-2.191,52.131],[-2.185,52.13],[-2.177,52.134],[-2.173,52.135],[-2.173,52.137],[-2.172,52.141],[-2.165,52.143],[-2.169,52.145],[-2.19,52.146],[-2.195,52.151],[-2.197,52.156],[-2.197,52.162],[-2.202,52.167],[-2.203,52.167],[-2.211,52.163],[-2.217,52.162],[-2.222,52.168],[-2.224,52.166],[-2.228,52.164],[-2.229,52.168],[-2.233,52.17],[-2.243,52.169],[-2.246,52.174],[-2.247,52.177],[-2.25,52.18],[-2.253,52.181],[-2.254,52.184],[-2.261,52.182],[-2.262,52.185],[-2.262,52.19],[-2.26,52.192],[-2.261,52.196],[-2.255,52.196],[-2.25,52.197],[-2.251,52.2],[-2.247,52.202],[-2.249,52.207],[-2.248,52.211],[-2.246,52.211],[-2.243,52.209],[-2.235,52.211],[-2.239,52.215],[-2.244,52.217],[-2.243,52.222],[-2.241,52.226],[-2.242,52.23],[-2.24,52.234],[-2.233,52.237],[-2.235,52.24],[-2.235,52.242],[-2.232,52.248],[-2.232,52.25],[-2.236,52.253],[-2.238,52.257],[-2.244,52.26],[-2.252,52.267],[-2.256,52.268],[-2.266,52.268],[-2.275,52.271],[-2.274,52.276],[-2.27,52.281],[-2.272,52.287],[-2.275,52.292],[-2.276,52.301],[-2.274,52.311],[-2.266,52.319],[-2.266,52.324],[-2.274,52.329],[-2.277,52.327],[-2.289,52.325],[-2.29,52.323],[-2.295,52.322],[-2.299,52.322],[-2.305,52.329],[-2.306,52.334],[-2.305,52.336],[-2.306,52.339],[-2.311,52.341],[-2.314,52.34],[-2.318,52.337],[-2.324,52.335],[-2.324,52.334],[-2.32,52.331],[-2.322,52.33],[-2.325,52.325],[-2.324,52.323],[-2.329,52.32],[-2.336,52.319],[-2.341,52.32],[-2.345,52.32],[-2.351,52.319],[-2.359,52.315],[-2.363,52.315],[-2.366,52.318],[-2.371,52.317],[-2.373,52.319],[-2.37,52.324],[-2.372,52.327],[-2.375,52.325],[-2.381,52.324],[-2.389,52.321],[-2.395,52.322],[-2.398,52.325],[-2.403,52.327],[-2.403,52.324],[-2.412,52.325],[-2.415,52.323],[-2.423,52.323],[-2.427,52.322],[-2.434,52.323],[-2.437,52.324],[-2.433,52.328],[-2.433,52.33],[-2.429,52.331],[-2.426,52.332],[-2.421,52.334],[-2.425,52.337],[-2.422,52.341],[-2.421,52.344],[-2.422,52.349],[-2.421,52.35],[-2.414,52.355],[-2.412,52.36],[-2.416,52.365],[-2.415,52.368]]]},"properties":{"Name":"West Worcestershire","ID":"E14001579"},"id":516}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.987,54.148],[-2.995,54.149],[-2.997,54.152],[-3.002,54.151],[-3.003,54.148],[-3.007,54.143],[-3.015,54.136],[-3.017,54.133],[-3.014,54.132],[-3.005,54.132],[-3,54.132],[-2.985,54.137],[-2.978,54.14],[-2.973,54.144],[-2.976,54.148],[-2.983,54.147],[-2.987,54.148]]],[[[-2.355,54.697],[-2.36,54.696],[-2.362,54.699],[-2.373,54.7],[-2.38,54.7],[-2.383,54.702],[-2.388,54.704],[-2.397,54.706],[-2.401,54.705],[-2.411,54.707],[-2.421,54.707],[-2.425,54.704],[-2.431,54.703],[-2.444,54.703],[-2.455,54.7],[-2.464,54.7],[-2.468,54.699],[-2.476,54.692],[-2.482,54.69],[-2.486,54.69],[-2.489,54.688],[-2.495,54.681],[-2.499,54.68],[-2.507,54.675],[-2.51,54.676],[-2.514,54.675],[-2.517,54.676],[-2.524,54.675],[-2.533,54.677],[-2.535,54.676],[-2.537,54.674],[-2.543,54.673],[-2.551,54.67],[-2.552,54.668],[-2.551,54.665],[-2.56,54.664],[-2.565,54.666],[-2.574,54.661],[-2.575,54.655],[-2.583,54.652],[-2.59,54.649],[-2.597,54.65],[-2.604,54.647],[-2.608,54.647],[-2.614,54.65],[-2.614,54.652],[-2.618,54.655],[-2.617,54.658],[-2.625,54.662],[-2.629,54.663],[-2.634,54.661],[-2.64,54.663],[-2.643,54.667],[-2.641,54.67],[-2.642,54.673],[-2.651,54.669],[-2.671,54.664],[-2.675,54.664],[-2.681,54.665],[-2.685,54.665],[-2.687,54.663],[-2.684,54.661],[-2.684,54.659],[-2.68,54.657],[-2.684,54.656],[-2.687,54.657],[-2.692,54.658],[-2.697,54.662],[-2.699,54.662],[-2.711,54.659],[-2.712,54.657],[-2.718,54.655],[-2.725,54.655],[-2.726,54.657],[-2.733,54.656],[-2.733,54.653],[-2.735,54.652],[-2.749,54.651],[-2.754,54.648],[-2.761,54.65],[-2.764,54.651],[-2.768,54.651],[-2.772,54.653],[-2.779,54.657],[-2.79,54.661],[-2.795,54.665],[-2.798,54.663],[-2.804,54.666],[-2.807,54.668],[-2.816,54.672],[-2.822,54.676],[-2.828,54.687],[-2.832,54.689],[-2.841,54.686],[-2.85,54.693],[-2.855,54.695],[-2.859,54.699],[-2.863,54.698],[-2.868,54.699],[-2.873,54.703],[-2.877,54.706],[-2.883,54.705],[-2.885,54.702],[-2.889,54.702],[-2.893,54.703],[-2.902,54.701],[-2.905,54.698],[-2.916,54.697],[-2.933,54.709],[-2.94,54.706],[-2.947,54.709],[-2.958,54.715],[-2.963,54.715],[-2.968,54.718],[-2.97,54.722],[-2.975,54.726],[-2.979,54.726],[-2.985,54.728],[-2.99,54.728],[-2.989,54.724],[-2.984,54.721],[-2.983,54.719],[-2.985,54.716],[-2.989,54.715],[-2.991,54.713],[-2.989,54.711],[-2.99,54.707],[-2.993,54.704],[-2.995,54.7],[-2.994,54.697],[-2.997,54.695],[-3.005,54.695],[-3.018,54.693],[-3.034,54.694],[-3.039,54.697],[-3.052,54.699],[-3.058,54.699],[-3.064,54.7],[-3.074,54.696],[-3.079,54.695],[-3.082,54.695],[-3.087,54.686],[-3.083,54.685],[-3.07,54.685],[-3.06,54.682],[-3.055,54.679],[-3.059,54.676],[-3.064,54.673],[-3.069,54.671],[-3.073,54.667],[-3.078,54.666],[-3.081,54.664],[-3.086,54.663],[-3.09,54.66],[-3.093,54.655],[-3.092,54.649],[-3.094,54.644],[-3.092,54.641],[-3.091,54.634],[-3.092,54.629],[-3.09,54.622],[-3.092,54.619],[-3.092,54.617],[-3.087,54.614],[-3.087,54.613],[-3.08,54.612],[-3.078,54.611],[-3.071,54.614],[-3.066,54.614],[-3.062,54.613],[-3.059,54.614],[-3.054,54.613],[-3.046,54.614],[-3.04,54.613],[-3.039,54.609],[-3.034,54.604],[-3.023,54.603],[-3.018,54.6],[-3.011,54.6],[-3.009,54.596],[-3.01,54.594],[-3.014,54.59],[-3.026,54.586],[-3.031,54.582],[-3.037,54.581],[-3.03,54.576],[-3.024,54.574],[-3.018,54.575],[-3.021,54.572],[-3.027,54.567],[-3.021,54.565],[-3.017,54.562],[-3.02,54.559],[-3.018,54.553],[-3.02,54.552],[-3.017,54.548],[-3.024,54.542],[-3.023,54.539],[-3.026,54.53],[-3.019,54.528],[-3.016,54.526],[-3.015,54.524],[-3.017,54.521],[-3.015,54.518],[-3.017,54.515],[-3.015,54.511],[-3.012,54.509],[-3.014,54.501],[-3.015,54.5],[-3.023,54.5],[-3.032,54.498],[-3.036,54.498],[-3.042,54.496],[-3.048,54.496],[-3.051,54.491],[-3.062,54.493],[-3.076,54.489],[-3.082,54.485],[-3.084,54.486],[-3.088,54.484],[-3.092,54.479],[-3.094,54.475],[-3.098,54.472],[-3.103,54.472],[-3.109,54.474],[-3.111,54.471],[-3.116,54.467],[-3.113,54.461],[-3.119,54.46],[-3.134,54.466],[-3.136,54.471],[-3.146,54.468],[-3.151,54.462],[-3.156,54.459],[-3.163,54.458],[-3.164,54.456],[-3.167,54.454],[-3.165,54.447],[-3.161,54.447],[-3.16,54.441],[-3.158,54.438],[-3.158,54.435],[-3.16,54.434],[-3.157,54.43],[-3.154,54.43],[-3.136,54.422],[-3.129,54.422],[-3.124,54.428],[-3.121,54.424],[-3.115,54.422],[-3.114,54.418],[-3.118,54.411],[-3.122,54.408],[-3.126,54.402],[-3.125,54.399],[-3.126,54.396],[-3.122,54.395],[-3.123,54.392],[-3.121,54.39],[-3.124,54.385],[-3.124,54.377],[-3.131,54.375],[-3.135,54.374],[-3.137,54.372],[-3.137,54.365],[-3.139,54.363],[-3.139,54.36],[-3.143,54.359],[-3.146,54.355],[-3.149,54.351],[-3.136,54.333],[-3.135,54.33],[-3.132,54.329],[-3.136,54.32],[-3.13,54.317],[-3.13,54.313],[-3.124,54.309],[-3.122,54.304],[-3.127,54.299],[-3.128,54.296],[-3.132,54.293],[-3.137,54.288],[-3.143,54.278],[-3.131,54.261],[-3.131,54.257],[-3.135,54.249],[-3.116,54.252],[-3.111,54.251],[-3.107,54.254],[-3.108,54.259],[-3.104,54.262],[-3.11,54.264],[-3.111,54.266],[-3.116,54.265],[-3.117,54.268],[-3.112,54.27],[-3.108,54.27],[-3.106,54.272],[-3.098,54.276],[-3.089,54.277],[-3.086,54.277],[-3.085,54.273],[-3.087,54.271],[-3.086,54.269],[-3.08,54.264],[-3.08,54.262],[-3.076,54.262],[-3.073,54.259],[-3.065,54.254],[-3.062,54.249],[-3.065,54.246],[-3.062,54.244],[-3.061,54.241],[-3.052,54.236],[-3.048,54.237],[-3.046,54.241],[-3.038,54.24],[-3.036,54.244],[-3.033,54.241],[-3.038,54.237],[-3.043,54.237],[-3.048,54.235],[-3.049,54.233],[-3.046,54.227],[-3.043,54.227],[-3.035,54.228],[-3.031,54.225],[-3.027,54.219],[-3.025,54.218],[-3.022,54.215],[-3.022,54.212],[-3.019,54.211],[-3.015,54.206],[-3.015,54.203],[-3.018,54.201],[-3.023,54.201],[-3.025,54.199],[-3.035,54.197],[-3.029,54.194],[-3.029,54.191],[-3.022,54.186],[-3.012,54.179],[-3.01,54.175],[-3.007,54.172],[-3.004,54.172],[-2.997,54.173],[-2.997,54.171],[-3.002,54.167],[-3.004,54.166],[-3.006,54.159],[-3.005,54.156],[-2.997,54.152],[-2.994,54.149],[-2.982,54.148],[-2.976,54.148],[-2.968,54.146],[-2.965,54.147],[-2.967,54.15],[-2.962,54.151],[-2.943,54.156],[-2.945,54.158],[-2.939,54.159],[-2.936,54.158],[-2.935,54.155],[-2.932,54.151],[-2.931,54.156],[-2.931,54.159],[-2.935,54.165],[-2.935,54.167],[-2.929,54.168],[-2.925,54.172],[-2.92,54.176],[-2.918,54.182],[-2.914,54.185],[-2.911,54.19],[-2.908,54.193],[-2.904,54.195],[-2.878,54.202],[-2.854,54.205],[-2.842,54.206],[-2.842,54.208],[-2.836,54.216],[-2.832,54.219],[-2.817,54.222],[-2.805,54.225],[-2.801,54.231],[-2.804,54.234],[-2.801,54.244],[-2.803,54.245],[-2.81,54.243],[-2.809,54.246],[-2.805,54.247],[-2.801,54.246],[-2.797,54.242],[-2.798,54.239],[-2.795,54.234],[-2.789,54.231],[-2.783,54.231],[-2.777,54.235],[-2.769,54.237],[-2.765,54.235],[-2.758,54.24],[-2.749,54.237],[-2.75,54.233],[-2.749,54.229],[-2.745,54.23],[-2.743,54.232],[-2.74,54.233],[-2.738,54.237],[-2.737,54.238],[-2.74,54.242],[-2.74,54.246],[-2.745,54.246],[-2.76,54.25],[-2.763,54.252],[-2.761,54.256],[-2.765,54.257],[-2.765,54.26],[-2.761,54.265],[-2.76,54.27],[-2.757,54.272],[-2.759,54.276],[-2.756,54.281],[-2.751,54.28],[-2.743,54.281],[-2.739,54.282],[-2.738,54.285],[-2.73,54.288],[-2.726,54.289],[-2.723,54.29],[-2.722,54.294],[-2.715,54.303],[-2.709,54.301],[-2.701,54.3],[-2.705,54.296],[-2.701,54.295],[-2.705,54.292],[-2.703,54.288],[-2.704,54.285],[-2.7,54.285],[-2.694,54.282],[-2.697,54.279],[-2.699,54.275],[-2.696,54.271],[-2.691,54.273],[-2.686,54.273],[-2.678,54.273],[-2.673,54.271],[-2.672,54.27],[-2.667,54.27],[-2.665,54.268],[-2.658,54.27],[-2.658,54.272],[-2.647,54.273],[-2.637,54.268],[-2.634,54.272],[-2.632,54.271],[-2.62,54.272],[-2.614,54.272],[-2.606,54.273],[-2.599,54.275],[-2.592,54.276],[-2.586,54.274],[-2.583,54.278],[-2.586,54.282],[-2.58,54.285],[-2.578,54.288],[-2.581,54.291],[-2.576,54.293],[-2.572,54.297],[-2.572,54.3],[-2.58,54.302],[-2.584,54.305],[-2.584,54.308],[-2.579,54.317],[-2.568,54.324],[-2.568,54.326],[-2.57,54.33],[-2.569,54.333],[-2.571,54.341],[-2.575,54.347],[-2.573,54.349],[-2.573,54.351],[-2.579,54.353],[-2.588,54.358],[-2.588,54.36],[-2.58,54.363],[-2.579,54.367],[-2.581,54.373],[-2.576,54.38],[-2.58,54.386],[-2.583,54.388],[-2.578,54.392],[-2.574,54.392],[-2.566,54.389],[-2.557,54.388],[-2.555,54.387],[-2.55,54.388],[-2.545,54.391],[-2.544,54.393],[-2.539,54.394],[-2.536,54.393],[-2.538,54.391],[-2.535,54.386],[-2.531,54.385],[-2.534,54.381],[-2.527,54.378],[-2.521,54.373],[-2.521,54.37],[-2.514,54.368],[-2.509,54.37],[-2.507,54.373],[-2.505,54.374],[-2.499,54.373],[-2.496,54.375],[-2.484,54.377],[-2.475,54.376],[-2.472,54.374],[-2.463,54.368],[-2.457,54.37],[-2.456,54.372],[-2.449,54.376],[-2.443,54.376],[-2.438,54.371],[-2.429,54.37],[-2.426,54.367],[-2.421,54.366],[-2.413,54.368],[-2.405,54.37],[-2.393,54.37],[-2.382,54.371],[-2.38,54.37],[-2.381,54.367],[-2.372,54.359],[-2.368,54.356],[-2.364,54.355],[-2.356,54.356],[-2.356,54.357],[-2.35,54.359],[-2.345,54.36],[-2.343,54.362],[-2.338,54.364],[-2.335,54.364],[-2.33,54.367],[-2.324,54.369],[-2.317,54.376],[-2.297,54.377],[-2.292,54.384],[-2.294,54.387],[-2.292,54.391],[-2.295,54.392],[-2.302,54.396],[-2.306,54.397],[-2.306,54.399],[-2.305,54.402],[-2.307,54.404],[-2.306,54.407],[-2.306,54.41],[-2.308,54.414],[-2.308,54.421],[-2.306,54.422],[-2.304,54.426],[-2.299,54.427],[-2.292,54.433],[-2.292,54.439],[-2.28,54.439],[-2.265,54.443],[-2.268,54.447],[-2.25,54.452],[-2.246,54.452],[-2.244,54.45],[-2.239,54.45],[-2.236,54.448],[-2.192,54.449],[-2.189,54.449],[-2.182,54.457],[-2.178,54.462],[-2.171,54.461],[-2.17,54.458],[-2.162,54.465],[-2.159,54.472],[-2.166,54.49],[-2.163,54.503],[-2.163,54.505],[-2.169,54.52],[-2.174,54.522],[-2.174,54.524],[-2.171,54.529],[-2.172,54.532],[-2.182,54.536],[-2.198,54.533],[-2.21,54.544],[-2.209,54.552],[-2.246,54.565],[-2.262,54.574],[-2.271,54.582],[-2.305,54.596],[-2.309,54.612],[-2.325,54.632],[-2.32,54.635],[-2.309,54.639],[-2.307,54.642],[-2.303,54.643],[-2.295,54.649],[-2.288,54.65],[-2.293,54.661],[-2.293,54.664],[-2.302,54.666],[-2.303,54.67],[-2.322,54.669],[-2.327,54.671],[-2.327,54.673],[-2.329,54.675],[-2.336,54.675],[-2.342,54.679],[-2.343,54.682],[-2.352,54.686],[-2.35,54.69],[-2.354,54.691],[-2.352,54.695],[-2.355,54.697]]]]},"properties":{"Name":"Westmorland and Lonsdale","ID":"E14001580"},"id":517}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.104,51.339],[-3.104,51.341],[-3.108,51.341],[-3.114,51.34],[-3.112,51.338],[-3.104,51.339]]],[[[-2.891,51.388],[-2.895,51.388],[-2.9,51.391],[-2.904,51.392],[-2.909,51.394],[-2.917,51.396],[-2.931,51.394],[-2.936,51.395],[-2.937,51.398],[-2.94,51.398],[-2.948,51.396],[-2.954,51.393],[-2.958,51.392],[-2.965,51.392],[-2.969,51.391],[-2.973,51.388],[-2.972,51.386],[-2.962,51.382],[-2.962,51.375],[-2.963,51.37],[-2.965,51.366],[-2.968,51.363],[-2.985,51.36],[-2.992,51.358],[-2.994,51.357],[-2.994,51.354],[-2.989,51.352],[-2.984,51.351],[-2.983,51.35],[-2.983,51.346],[-2.986,51.335],[-2.988,51.329],[-2.992,51.321],[-2.992,51.318],[-2.987,51.317],[-2.985,51.312],[-2.987,51.31],[-2.994,51.306],[-2.993,51.301],[-2.987,51.298],[-2.977,51.297],[-2.975,51.296],[-2.97,51.296],[-2.964,51.298],[-2.962,51.3],[-2.962,51.305],[-2.954,51.305],[-2.951,51.303],[-2.939,51.303],[-2.934,51.302],[-2.932,51.299],[-2.928,51.298],[-2.924,51.298],[-2.918,51.294],[-2.91,51.294],[-2.91,51.298],[-2.908,51.298],[-2.909,51.307],[-2.912,51.309],[-2.911,51.317],[-2.909,51.32],[-2.903,51.319],[-2.896,51.32],[-2.896,51.322],[-2.9,51.324],[-2.897,51.331],[-2.894,51.331],[-2.894,51.336],[-2.899,51.339],[-2.903,51.344],[-2.909,51.35],[-2.904,51.351],[-2.898,51.349],[-2.896,51.349],[-2.895,51.359],[-2.893,51.359],[-2.89,51.368],[-2.892,51.374],[-2.878,51.379],[-2.88,51.383],[-2.879,51.385],[-2.883,51.385],[-2.891,51.388]]]]},"properties":{"Name":"Weston-super-Mare","ID":"E14001581"},"id":518}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.06,54.057],[-1.058,54.064],[-1.055,54.067],[-1.046,54.069],[-1.04,54.073],[-1.039,54.076],[-1.042,54.078],[-1.045,54.075],[-1.049,54.076],[-1.046,54.079],[-1.054,54.083],[-1.06,54.085],[-1.058,54.088],[-1.055,54.089],[-1.047,54.094],[-1.043,54.098],[-1.039,54.098],[-1.042,54.105],[-1.042,54.107],[-1.034,54.107],[-1.025,54.107],[-1.021,54.109],[-1.016,54.108],[-1.015,54.114],[-1.016,54.115],[-1.012,54.12],[-1.009,54.124],[-1.013,54.127],[-1.012,54.128],[-1.014,54.132],[-1.014,54.135],[-1.023,54.137],[-1.029,54.141],[-1.034,54.141],[-1.034,54.143],[-1.041,54.144],[-1.046,54.147],[-1.052,54.147],[-1.057,54.151],[-1.063,54.154],[-1.075,54.156],[-1.083,54.161],[-1.089,54.164],[-1.082,54.171],[-1.082,54.173],[-1.089,54.176],[-1.095,54.177],[-1.098,54.179],[-1.098,54.183],[-1.099,54.185],[-1.103,54.184],[-1.11,54.183],[-1.117,54.183],[-1.12,54.181],[-1.126,54.18],[-1.126,54.182],[-1.131,54.185],[-1.135,54.186],[-1.135,54.189],[-1.139,54.191],[-1.143,54.191],[-1.147,54.195],[-1.156,54.197],[-1.169,54.202],[-1.174,54.203],[-1.181,54.201],[-1.187,54.202],[-1.191,54.203],[-1.188,54.205],[-1.19,54.21],[-1.192,54.21],[-1.2,54.212],[-1.2,54.216],[-1.194,54.219],[-1.192,54.221],[-1.195,54.225],[-1.198,54.234],[-1.197,54.241],[-1.21,54.236],[-1.214,54.232],[-1.217,54.23],[-1.223,54.229],[-1.231,54.229],[-1.235,54.228],[-1.24,54.23],[-1.245,54.23],[-1.247,54.229],[-1.253,54.227],[-1.26,54.223],[-1.255,54.223],[-1.255,54.221],[-1.258,54.218],[-1.263,54.216],[-1.266,54.214],[-1.27,54.212],[-1.285,54.209],[-1.284,54.207],[-1.292,54.201],[-1.296,54.199],[-1.31,54.2],[-1.311,54.197],[-1.304,54.197],[-1.297,54.191],[-1.293,54.19],[-1.289,54.191],[-1.283,54.19],[-1.281,54.187],[-1.277,54.188],[-1.271,54.183],[-1.266,54.181],[-1.265,54.178],[-1.269,54.178],[-1.269,54.174],[-1.271,54.172],[-1.268,54.17],[-1.259,54.166],[-1.26,54.161],[-1.258,54.156],[-1.258,54.152],[-1.263,54.149],[-1.267,54.15],[-1.272,54.15],[-1.277,54.148],[-1.277,54.146],[-1.287,54.149],[-1.293,54.151],[-1.308,54.155],[-1.323,54.154],[-1.333,54.159],[-1.341,54.158],[-1.343,54.157],[-1.34,54.154],[-1.341,54.152],[-1.345,54.152],[-1.349,54.153],[-1.348,54.155],[-1.347,54.159],[-1.358,54.162],[-1.361,54.167],[-1.367,54.168],[-1.375,54.164],[-1.38,54.163],[-1.391,54.158],[-1.393,54.155],[-1.391,54.151],[-1.386,54.147],[-1.387,54.145],[-1.393,54.142],[-1.396,54.14],[-1.405,54.137],[-1.406,54.134],[-1.419,54.132],[-1.427,54.14],[-1.431,54.145],[-1.442,54.145],[-1.45,54.146],[-1.456,54.143],[-1.452,54.139],[-1.449,54.131],[-1.454,54.13],[-1.455,54.128],[-1.466,54.128],[-1.472,54.125],[-1.478,54.124],[-1.488,54.124],[-1.49,54.119],[-1.489,54.117],[-1.493,54.117],[-1.495,54.115],[-1.489,54.11],[-1.485,54.111],[-1.487,54.105],[-1.489,54.103],[-1.494,54.106],[-1.507,54.104],[-1.516,54.103],[-1.52,54.098],[-1.527,54.096],[-1.53,54.094],[-1.534,54.087],[-1.529,54.077],[-1.524,54.075],[-1.521,54.076],[-1.504,54.083],[-1.496,54.082],[-1.487,54.084],[-1.48,54.083],[-1.47,54.081],[-1.472,54.078],[-1.471,54.077],[-1.461,54.073],[-1.454,54.071],[-1.452,54.07],[-1.446,54.069],[-1.435,54.072],[-1.432,54.073],[-1.423,54.066],[-1.418,54.061],[-1.413,54.058],[-1.41,54.059],[-1.402,54.062],[-1.399,54.057],[-1.395,54.058],[-1.395,54.06],[-1.39,54.06],[-1.387,54.052],[-1.387,54.047],[-1.383,54.037],[-1.379,54.036],[-1.368,54.035],[-1.366,54.037],[-1.361,54.038],[-1.358,54.037],[-1.357,54.032],[-1.354,54.033],[-1.352,54.032],[-1.35,54.026],[-1.35,54.023],[-1.344,54.02],[-1.351,54.015],[-1.355,54.013],[-1.349,54.005],[-1.345,54.002],[-1.347,53.997],[-1.352,53.993],[-1.362,53.993],[-1.368,53.994],[-1.38,53.996],[-1.384,53.997],[-1.384,54],[-1.389,54],[-1.392,53.994],[-1.399,53.994],[-1.404,53.991],[-1.412,53.987],[-1.411,53.983],[-1.415,53.982],[-1.423,53.982],[-1.427,53.985],[-1.425,53.99],[-1.427,53.991],[-1.43,53.994],[-1.437,53.993],[-1.442,53.998],[-1.45,53.995],[-1.455,53.992],[-1.462,53.991],[-1.469,53.991],[-1.474,53.994],[-1.477,53.994],[-1.48,53.993],[-1.488,53.992],[-1.49,53.988],[-1.488,53.986],[-1.484,53.985],[-1.485,53.981],[-1.491,53.982],[-1.496,53.979],[-1.507,53.977],[-1.517,53.966],[-1.511,53.959],[-1.514,53.957],[-1.518,53.953],[-1.526,53.954],[-1.53,53.952],[-1.534,53.952],[-1.541,53.956],[-1.544,53.955],[-1.545,53.947],[-1.539,53.944],[-1.541,53.942],[-1.548,53.939],[-1.55,53.936],[-1.552,53.935],[-1.557,53.931],[-1.558,53.929],[-1.565,53.927],[-1.561,53.921],[-1.56,53.918],[-1.557,53.916],[-1.555,53.913],[-1.556,53.911],[-1.549,53.911],[-1.55,53.904],[-1.553,53.903],[-1.558,53.903],[-1.558,53.898],[-1.56,53.896],[-1.561,53.889],[-1.556,53.888],[-1.553,53.886],[-1.548,53.885],[-1.54,53.882],[-1.531,53.88],[-1.526,53.875],[-1.521,53.874],[-1.51,53.869],[-1.508,53.87],[-1.502,53.867],[-1.497,53.866],[-1.501,53.856],[-1.5,53.848],[-1.495,53.847],[-1.489,53.846],[-1.48,53.843],[-1.479,53.844],[-1.473,53.844],[-1.461,53.844],[-1.461,53.84],[-1.45,53.84],[-1.452,53.837],[-1.448,53.837],[-1.45,53.834],[-1.446,53.83],[-1.442,53.828],[-1.436,53.825],[-1.432,53.826],[-1.422,53.817],[-1.414,53.817],[-1.409,53.819],[-1.405,53.818],[-1.4,53.82],[-1.397,53.814],[-1.403,53.813],[-1.403,53.803],[-1.403,53.8],[-1.394,53.799],[-1.391,53.8],[-1.389,53.802],[-1.385,53.803],[-1.383,53.805],[-1.38,53.804],[-1.371,53.806],[-1.363,53.805],[-1.357,53.809],[-1.345,53.809],[-1.342,53.811],[-1.335,53.812],[-1.328,53.812],[-1.321,53.81],[-1.314,53.81],[-1.312,53.814],[-1.308,53.814],[-1.303,53.817],[-1.298,53.815],[-1.297,53.813],[-1.292,53.812],[-1.288,53.81],[-1.282,53.809],[-1.275,53.809],[-1.27,53.807],[-1.264,53.806],[-1.259,53.804],[-1.253,53.805],[-1.252,53.808],[-1.243,53.809],[-1.241,53.818],[-1.228,53.818],[-1.229,53.806],[-1.222,53.804],[-1.221,53.803],[-1.215,53.804],[-1.207,53.801],[-1.201,53.8],[-1.191,53.8],[-1.187,53.803],[-1.185,53.802],[-1.184,53.799],[-1.172,53.802],[-1.169,53.804],[-1.161,53.813],[-1.162,53.815],[-1.165,53.815],[-1.168,53.819],[-1.174,53.824],[-1.188,53.825],[-1.187,53.827],[-1.193,53.83],[-1.191,53.831],[-1.193,53.836],[-1.193,53.84],[-1.195,53.844],[-1.192,53.848],[-1.193,53.851],[-1.197,53.854],[-1.193,53.854],[-1.192,53.854],[-1.191,53.854],[-1.19,53.853],[-1.185,53.85],[-1.183,53.851],[-1.183,53.852],[-1.179,53.856],[-1.175,53.856],[-1.174,53.856],[-1.171,53.856],[-1.17,53.852],[-1.167,53.848],[-1.162,53.849],[-1.161,53.85],[-1.16,53.85],[-1.158,53.851],[-1.152,53.849],[-1.146,53.85],[-1.145,53.85],[-1.145,53.847],[-1.142,53.843],[-1.143,53.84],[-1.138,53.84],[-1.134,53.846],[-1.127,53.844],[-1.124,53.847],[-1.124,53.85],[-1.119,53.855],[-1.119,53.857],[-1.124,53.859],[-1.128,53.863],[-1.126,53.866],[-1.121,53.866],[-1.116,53.869],[-1.113,53.872],[-1.105,53.876],[-1.112,53.879],[-1.116,53.88],[-1.121,53.883],[-1.125,53.883],[-1.125,53.886],[-1.129,53.889],[-1.133,53.891],[-1.135,53.895],[-1.137,53.896],[-1.142,53.893],[-1.154,53.897],[-1.159,53.899],[-1.165,53.911],[-1.171,53.909],[-1.177,53.914],[-1.179,53.917],[-1.186,53.916],[-1.187,53.918],[-1.191,53.923],[-1.196,53.922],[-1.199,53.925],[-1.2,53.928],[-1.198,53.929],[-1.2,53.932],[-1.2,53.934],[-1.203,53.939],[-1.204,53.944],[-1.207,53.946],[-1.209,53.951],[-1.213,53.956],[-1.22,53.963],[-1.217,53.966],[-1.221,53.969],[-1.222,53.972],[-1.224,53.975],[-1.221,53.981],[-1.217,53.983],[-1.217,53.986],[-1.211,53.985],[-1.204,53.987],[-1.201,53.989],[-1.193,53.984],[-1.185,53.984],[-1.182,53.985],[-1.181,53.99],[-1.184,53.997],[-1.189,53.998],[-1.192,54],[-1.189,54.002],[-1.182,54],[-1.173,54.002],[-1.167,53.996],[-1.161,53.994],[-1.153,53.989],[-1.15,53.989],[-1.144,53.99],[-1.139,53.991],[-1.141,53.997],[-1.148,54.002],[-1.149,54.003],[-1.147,54.007],[-1.144,54.008],[-1.143,54.011],[-1.148,54.016],[-1.142,54.019],[-1.145,54.023],[-1.145,54.025],[-1.141,54.028],[-1.141,54.03],[-1.128,54.031],[-1.12,54.029],[-1.115,54.036],[-1.108,54.037],[-1.1,54.038],[-1.1,54.041],[-1.096,54.04],[-1.094,54.047],[-1.089,54.048],[-1.085,54.048],[-1.072,54.049],[-1.062,54.05],[-1.059,54.05],[-1.058,54.052],[-1.06,54.057]]]},"properties":{"Name":"Wetherby and Easingwold","ID":"E14001582"},"id":519}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.197,54.466],[-3.196,54.468],[-3.2,54.473],[-3.203,54.475],[-3.208,54.475],[-3.217,54.482],[-3.214,54.485],[-3.211,54.488],[-3.213,54.492],[-3.212,54.493],[-3.214,54.497],[-3.217,54.497],[-3.225,54.502],[-3.229,54.502],[-3.233,54.5],[-3.241,54.504],[-3.24,54.506],[-3.249,54.508],[-3.258,54.509],[-3.266,54.514],[-3.272,54.515],[-3.285,54.52],[-3.286,54.521],[-3.29,54.522],[-3.299,54.525],[-3.299,54.527],[-3.307,54.53],[-3.315,54.528],[-3.317,54.528],[-3.328,54.531],[-3.333,54.531],[-3.34,54.535],[-3.35,54.534],[-3.36,54.538],[-3.361,54.544],[-3.366,54.545],[-3.364,54.548],[-3.365,54.552],[-3.371,54.555],[-3.37,54.558],[-3.372,54.561],[-3.377,54.565],[-3.376,54.573],[-3.378,54.576],[-3.382,54.577],[-3.386,54.577],[-3.389,54.579],[-3.392,54.585],[-3.397,54.587],[-3.402,54.587],[-3.408,54.586],[-3.414,54.589],[-3.419,54.59],[-3.419,54.592],[-3.423,54.594],[-3.421,54.599],[-3.418,54.603],[-3.409,54.603],[-3.398,54.607],[-3.395,54.61],[-3.386,54.612],[-3.384,54.615],[-3.376,54.62],[-3.387,54.626],[-3.391,54.627],[-3.385,54.633],[-3.385,54.635],[-3.383,54.638],[-3.372,54.638],[-3.372,54.642],[-3.349,54.642],[-3.348,54.643],[-3.355,54.644],[-3.36,54.646],[-3.365,54.647],[-3.367,54.65],[-3.373,54.651],[-3.383,54.649],[-3.395,54.65],[-3.401,54.651],[-3.407,54.65],[-3.412,54.652],[-3.417,54.649],[-3.422,54.648],[-3.429,54.652],[-3.436,54.653],[-3.439,54.66],[-3.445,54.661],[-3.449,54.657],[-3.457,54.657],[-3.458,54.66],[-3.462,54.661],[-3.457,54.663],[-3.459,54.666],[-3.457,54.668],[-3.46,54.673],[-3.464,54.675],[-3.472,54.678],[-3.475,54.677],[-3.48,54.688],[-3.488,54.69],[-3.494,54.696],[-3.498,54.699],[-3.503,54.7],[-3.502,54.703],[-3.505,54.706],[-3.508,54.704],[-3.512,54.706],[-3.514,54.701],[-3.519,54.693],[-3.526,54.686],[-3.538,54.679],[-3.543,54.677],[-3.547,54.674],[-3.551,54.67],[-3.554,54.666],[-3.561,54.662],[-3.561,54.658],[-3.564,54.655],[-3.567,54.654],[-3.569,54.651],[-3.568,54.649],[-3.572,54.649],[-3.578,54.652],[-3.576,54.647],[-3.575,54.639],[-3.576,54.635],[-3.571,54.628],[-3.57,54.622],[-3.571,54.619],[-3.568,54.613],[-3.571,54.612],[-3.57,54.608],[-3.572,54.607],[-3.571,54.603],[-3.576,54.598],[-3.578,54.593],[-3.583,54.591],[-3.582,54.588],[-3.583,54.584],[-3.582,54.579],[-3.58,54.572],[-3.583,54.57],[-3.583,54.566],[-3.59,54.56],[-3.59,54.555],[-3.592,54.552],[-3.59,54.55],[-3.593,54.548],[-3.599,54.55],[-3.604,54.542],[-3.604,54.54],[-3.607,54.531],[-3.614,54.525],[-3.623,54.523],[-3.626,54.521],[-3.635,54.519],[-3.639,54.517],[-3.64,54.514],[-3.636,54.507],[-3.634,54.505],[-3.627,54.502],[-3.626,54.5],[-3.62,54.491],[-3.617,54.49],[-3.608,54.491],[-3.603,54.489],[-3.593,54.482],[-3.59,54.478],[-3.583,54.472],[-3.578,54.465],[-3.571,54.461],[-3.564,54.454],[-3.563,54.452],[-3.556,54.448],[-3.541,54.438],[-3.526,54.426],[-3.514,54.418],[-3.508,54.412],[-3.504,54.41],[-3.504,54.408],[-3.493,54.401],[-3.487,54.396],[-3.483,54.392],[-3.476,54.386],[-3.473,54.38],[-3.472,54.375],[-3.461,54.365],[-3.442,54.35],[-3.435,54.343],[-3.431,54.342],[-3.419,54.348],[-3.418,54.351],[-3.421,54.354],[-3.423,54.353],[-3.432,54.354],[-3.44,54.357],[-3.442,54.363],[-3.44,54.365],[-3.436,54.363],[-3.438,54.359],[-3.432,54.356],[-3.428,54.356],[-3.427,54.359],[-3.423,54.36],[-3.418,54.359],[-3.416,54.357],[-3.413,54.358],[-3.413,54.361],[-3.41,54.363],[-3.404,54.362],[-3.403,54.364],[-3.398,54.367],[-3.394,54.367],[-3.394,54.369],[-3.392,54.371],[-3.384,54.371],[-3.382,54.374],[-3.377,54.375],[-3.375,54.377],[-3.37,54.38],[-3.367,54.384],[-3.353,54.384],[-3.349,54.383],[-3.345,54.384],[-3.341,54.388],[-3.336,54.388],[-3.334,54.392],[-3.325,54.396],[-3.322,54.396],[-3.316,54.399],[-3.32,54.402],[-3.324,54.403],[-3.324,54.406],[-3.319,54.409],[-3.319,54.412],[-3.316,54.414],[-3.311,54.418],[-3.304,54.425],[-3.292,54.43],[-3.285,54.434],[-3.281,54.434],[-3.276,54.436],[-3.273,54.439],[-3.265,54.44],[-3.261,54.442],[-3.246,54.441],[-3.243,54.445],[-3.239,54.445],[-3.231,54.448],[-3.225,54.448],[-3.222,54.45],[-3.214,54.455],[-3.211,54.454],[-3.208,54.457],[-3.2,54.458],[-3.198,54.46],[-3.197,54.466]]]},"properties":{"Name":"Whitehaven and Workington","ID":"E14001583"},"id":520}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.691,53.385],[-2.702,53.387],[-2.71,53.389],[-2.713,53.391],[-2.717,53.399],[-2.721,53.4],[-2.729,53.4],[-2.741,53.401],[-2.744,53.403],[-2.76,53.4],[-2.768,53.4],[-2.787,53.401],[-2.784,53.407],[-2.786,53.411],[-2.786,53.415],[-2.802,53.413],[-2.805,53.417],[-2.813,53.416],[-2.813,53.417],[-2.818,53.416],[-2.816,53.41],[-2.813,53.407],[-2.817,53.405],[-2.817,53.404],[-2.813,53.402],[-2.806,53.399],[-2.817,53.396],[-2.827,53.397],[-2.832,53.399],[-2.837,53.4],[-2.834,53.397],[-2.832,53.392],[-2.834,53.389],[-2.827,53.385],[-2.822,53.381],[-2.828,53.38],[-2.833,53.382],[-2.835,53.381],[-2.844,53.382],[-2.852,53.381],[-2.856,53.379],[-2.854,53.377],[-2.852,53.369],[-2.854,53.364],[-2.847,53.355],[-2.84,53.347],[-2.83,53.347],[-2.823,53.348],[-2.819,53.348],[-2.82,53.34],[-2.823,53.337],[-2.827,53.338],[-2.832,53.337],[-2.832,53.335],[-2.827,53.332],[-2.824,53.333],[-2.819,53.333],[-2.805,53.328],[-2.804,53.328],[-2.795,53.322],[-2.79,53.322],[-2.786,53.323],[-2.779,53.327],[-2.777,53.33],[-2.778,53.332],[-2.776,53.337],[-2.773,53.341],[-2.769,53.346],[-2.764,53.348],[-2.759,53.35],[-2.747,53.351],[-2.741,53.35],[-2.737,53.348],[-2.733,53.348],[-2.731,53.35],[-2.732,53.352],[-2.728,53.355],[-2.723,53.356],[-2.719,53.355],[-2.709,53.36],[-2.7,53.362],[-2.693,53.362],[-2.693,53.365],[-2.697,53.369],[-2.698,53.379],[-2.696,53.383],[-2.691,53.385]]]},"properties":{"Name":"Widnes and Halewood","ID":"E14001584"},"id":521}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.626,53.594],[-2.628,53.597],[-2.631,53.6],[-2.632,53.604],[-2.631,53.606],[-2.635,53.608],[-2.641,53.607],[-2.647,53.607],[-2.655,53.605],[-2.661,53.603],[-2.667,53.603],[-2.671,53.605],[-2.679,53.605],[-2.687,53.603],[-2.689,53.604],[-2.692,53.598],[-2.694,53.592],[-2.694,53.589],[-2.7,53.591],[-2.703,53.59],[-2.703,53.587],[-2.708,53.587],[-2.712,53.583],[-2.714,53.582],[-2.715,53.578],[-2.718,53.577],[-2.716,53.575],[-2.718,53.573],[-2.716,53.57],[-2.711,53.566],[-2.71,53.564],[-2.705,53.563],[-2.705,53.562],[-2.701,53.561],[-2.702,53.557],[-2.702,53.554],[-2.699,53.547],[-2.697,53.541],[-2.698,53.536],[-2.697,53.533],[-2.684,53.531],[-2.673,53.53],[-2.667,53.531],[-2.661,53.532],[-2.652,53.536],[-2.648,53.541],[-2.643,53.539],[-2.641,53.537],[-2.637,53.535],[-2.63,53.539],[-2.626,53.54],[-2.617,53.529],[-2.617,53.531],[-2.61,53.532],[-2.606,53.535],[-2.601,53.536],[-2.588,53.54],[-2.579,53.542],[-2.585,53.544],[-2.583,53.546],[-2.585,53.547],[-2.581,53.549],[-2.571,53.549],[-2.569,53.548],[-2.567,53.551],[-2.564,53.551],[-2.56,53.555],[-2.563,53.558],[-2.563,53.563],[-2.569,53.565],[-2.566,53.569],[-2.568,53.572],[-2.573,53.574],[-2.575,53.577],[-2.579,53.578],[-2.578,53.581],[-2.582,53.583],[-2.585,53.585],[-2.595,53.588],[-2.596,53.589],[-2.606,53.588],[-2.612,53.59],[-2.618,53.591],[-2.625,53.589],[-2.629,53.591],[-2.626,53.594]]]},"properties":{"Name":"Wigan","ID":"E14001585"},"id":522}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.19,51.44],[-0.19,51.441],[-0.191,51.441],[-0.195,51.441],[-0.197,51.44],[-0.202,51.439],[-0.204,51.439],[-0.205,51.439],[-0.207,51.439],[-0.208,51.438],[-0.216,51.438],[-0.217,51.439],[-0.22,51.439],[-0.221,51.438],[-0.223,51.439],[-0.224,51.439],[-0.226,51.439],[-0.231,51.438],[-0.232,51.438],[-0.236,51.437],[-0.237,51.436],[-0.241,51.435],[-0.244,51.434],[-0.249,51.433],[-0.251,51.433],[-0.251,51.432],[-0.254,51.43],[-0.254,51.429],[-0.253,51.427],[-0.252,51.426],[-0.253,51.424],[-0.251,51.422],[-0.251,51.421],[-0.25,51.42],[-0.25,51.419],[-0.25,51.417],[-0.25,51.415],[-0.249,51.415],[-0.247,51.409],[-0.248,51.409],[-0.247,51.408],[-0.246,51.407],[-0.245,51.407],[-0.245,51.406],[-0.245,51.404],[-0.245,51.403],[-0.247,51.4],[-0.247,51.399],[-0.256,51.399],[-0.26,51.399],[-0.264,51.396],[-0.267,51.398],[-0.273,51.398],[-0.276,51.396],[-0.271,51.391],[-0.269,51.385],[-0.262,51.381],[-0.261,51.38],[-0.252,51.379],[-0.245,51.38],[-0.245,51.381],[-0.245,51.382],[-0.244,51.383],[-0.243,51.383],[-0.242,51.383],[-0.239,51.386],[-0.239,51.387],[-0.24,51.389],[-0.237,51.39],[-0.235,51.391],[-0.233,51.393],[-0.227,51.393],[-0.226,51.395],[-0.221,51.397],[-0.226,51.4],[-0.229,51.403],[-0.229,51.407],[-0.22,51.408],[-0.214,51.409],[-0.202,51.401],[-0.199,51.395],[-0.196,51.398],[-0.195,51.402],[-0.189,51.404],[-0.184,51.408],[-0.184,51.411],[-0.184,51.412],[-0.183,51.416],[-0.181,51.417],[-0.181,51.421],[-0.178,51.423],[-0.179,51.424],[-0.181,51.425],[-0.184,51.426],[-0.184,51.427],[-0.184,51.431],[-0.185,51.433],[-0.186,51.433],[-0.187,51.433],[-0.188,51.432],[-0.19,51.432],[-0.191,51.433],[-0.191,51.434],[-0.189,51.439],[-0.19,51.44]]]},"properties":{"Name":"Wimbledon","ID":"E14001586"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.249,51.191],[-1.253,51.191],[-1.254,51.192],[-1.262,51.194],[-1.271,51.194],[-1.275,51.195],[-1.285,51.195],[-1.29,51.194],[-1.299,51.197],[-1.309,51.195],[-1.311,51.191],[-1.325,51.181],[-1.331,51.174],[-1.329,51.172],[-1.332,51.168],[-1.337,51.167],[-1.336,51.164],[-1.336,51.16],[-1.338,51.159],[-1.348,51.16],[-1.348,51.156],[-1.351,51.155],[-1.361,51.152],[-1.367,51.148],[-1.37,51.143],[-1.378,51.136],[-1.37,51.129],[-1.376,51.127],[-1.38,51.124],[-1.388,51.125],[-1.394,51.123],[-1.399,51.123],[-1.407,51.12],[-1.404,51.115],[-1.404,51.113],[-1.408,51.111],[-1.414,51.111],[-1.417,51.11],[-1.42,51.111],[-1.431,51.117],[-1.436,51.112],[-1.436,51.108],[-1.434,51.105],[-1.434,51.101],[-1.436,51.098],[-1.431,51.098],[-1.43,51.094],[-1.42,51.095],[-1.415,51.096],[-1.415,51.091],[-1.412,51.086],[-1.413,51.081],[-1.415,51.078],[-1.41,51.078],[-1.41,51.075],[-1.412,51.072],[-1.412,51.071],[-1.414,51.067],[-1.417,51.063],[-1.422,51.061],[-1.429,51.061],[-1.436,51.06],[-1.441,51.058],[-1.446,51.053],[-1.449,51.047],[-1.454,51.044],[-1.456,51.04],[-1.45,51.037],[-1.447,51.034],[-1.447,51.032],[-1.445,51.028],[-1.441,51.025],[-1.438,51.024],[-1.433,51.026],[-1.427,51.022],[-1.426,51.017],[-1.422,51.015],[-1.419,51.015],[-1.411,51.014],[-1.411,51.013],[-1.406,51.011],[-1.395,51.01],[-1.393,51.004],[-1.389,51.004],[-1.385,51.004],[-1.381,51.003],[-1.369,51.001],[-1.36,50.999],[-1.353,50.998],[-1.347,50.991],[-1.343,50.991],[-1.345,50.987],[-1.344,50.985],[-1.335,50.983],[-1.33,50.984],[-1.328,50.98],[-1.323,50.984],[-1.323,50.988],[-1.319,50.987],[-1.317,50.985],[-1.312,50.985],[-1.302,50.983],[-1.291,50.983],[-1.295,50.976],[-1.295,50.975],[-1.287,50.974],[-1.281,50.974],[-1.275,50.974],[-1.272,50.979],[-1.268,50.979],[-1.267,50.98],[-1.263,50.98],[-1.258,50.978],[-1.26,50.974],[-1.266,50.968],[-1.269,50.967],[-1.272,50.962],[-1.276,50.962],[-1.282,50.959],[-1.283,50.956],[-1.292,50.949],[-1.291,50.947],[-1.288,50.946],[-1.287,50.943],[-1.287,50.94],[-1.285,50.936],[-1.281,50.937],[-1.274,50.936],[-1.268,50.93],[-1.265,50.93],[-1.262,50.933],[-1.26,50.931],[-1.25,50.935],[-1.235,50.94],[-1.231,50.935],[-1.225,50.934],[-1.22,50.936],[-1.213,50.936],[-1.215,50.934],[-1.214,50.932],[-1.22,50.929],[-1.223,50.923],[-1.217,50.925],[-1.213,50.928],[-1.203,50.926],[-1.197,50.929],[-1.194,50.929],[-1.191,50.931],[-1.188,50.93],[-1.184,50.931],[-1.183,50.929],[-1.178,50.927],[-1.173,50.924],[-1.169,50.923],[-1.172,50.919],[-1.172,50.915],[-1.173,50.912],[-1.177,50.905],[-1.173,50.903],[-1.17,50.904],[-1.166,50.902],[-1.159,50.902],[-1.162,50.9],[-1.154,50.897],[-1.149,50.901],[-1.146,50.903],[-1.139,50.903],[-1.135,50.904],[-1.132,50.903],[-1.129,50.901],[-1.125,50.906],[-1.123,50.908],[-1.125,50.91],[-1.117,50.91],[-1.115,50.907],[-1.111,50.91],[-1.101,50.914],[-1.099,50.916],[-1.093,50.916],[-1.088,50.921],[-1.083,50.919],[-1.082,50.917],[-1.076,50.914],[-1.075,50.917],[-1.069,50.916],[-1.062,50.92],[-1.051,50.926],[-1.037,50.932],[-1.038,50.933],[-1.037,50.938],[-1.037,50.944],[-1.038,50.945],[-1.036,50.952],[-1.041,50.952],[-1.046,50.954],[-1.046,50.959],[-1.045,50.964],[-1.046,50.966],[-1.045,50.969],[-1.052,50.97],[-1.054,50.972],[-1.056,50.978],[-1.061,50.978],[-1.063,50.978],[-1.066,50.985],[-1.067,50.986],[-1.067,50.99],[-1.07,50.994],[-1.069,51],[-1.068,51.004],[-1.069,51.009],[-1.067,51.012],[-1.065,51.012],[-1.064,51.017],[-1.062,51.02],[-1.065,51.031],[-1.073,51.031],[-1.074,51.034],[-1.065,51.042],[-1.055,51.046],[-1.056,51.047],[-1.06,51.047],[-1.062,51.045],[-1.069,51.047],[-1.076,51.048],[-1.082,51.047],[-1.085,51.051],[-1.09,51.054],[-1.088,51.059],[-1.089,51.061],[-1.094,51.063],[-1.095,51.065],[-1.092,51.067],[-1.1,51.072],[-1.101,51.074],[-1.107,51.079],[-1.106,51.081],[-1.108,51.086],[-1.108,51.089],[-1.106,51.091],[-1.1,51.092],[-1.095,51.095],[-1.086,51.097],[-1.083,51.099],[-1.083,51.103],[-1.075,51.108],[-1.081,51.109],[-1.092,51.11],[-1.091,51.112],[-1.091,51.12],[-1.094,51.122],[-1.095,51.126],[-1.092,51.13],[-1.095,51.133],[-1.095,51.14],[-1.102,51.14],[-1.111,51.137],[-1.123,51.139],[-1.13,51.139],[-1.132,51.144],[-1.143,51.141],[-1.152,51.139],[-1.151,51.136],[-1.156,51.136],[-1.162,51.135],[-1.168,51.135],[-1.174,51.134],[-1.177,51.134],[-1.187,51.138],[-1.184,51.141],[-1.184,51.144],[-1.19,51.147],[-1.201,51.15],[-1.209,51.15],[-1.213,51.152],[-1.214,51.159],[-1.212,51.159],[-1.205,51.162],[-1.197,51.161],[-1.194,51.163],[-1.187,51.165],[-1.182,51.171],[-1.182,51.175],[-1.189,51.177],[-1.193,51.179],[-1.19,51.182],[-1.192,51.185],[-1.198,51.184],[-1.202,51.185],[-1.207,51.181],[-1.221,51.186],[-1.225,51.189],[-1.231,51.191],[-1.242,51.191],[-1.249,51.191]]]},"properties":{"Name":"Winchester","ID":"E14001587"},"id":524}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.529,51.497],[-0.537,51.5],[-0.543,51.5],[-0.542,51.503],[-0.547,51.504],[-0.551,51.505],[-0.555,51.505],[-0.563,51.506],[-0.565,51.506],[-0.566,51.502],[-0.552,51.496],[-0.561,51.497],[-0.565,51.491],[-0.568,51.492],[-0.576,51.496],[-0.59,51.499],[-0.593,51.499],[-0.601,51.502],[-0.604,51.498],[-0.608,51.497],[-0.621,51.503],[-0.628,51.504],[-0.631,51.504],[-0.634,51.501],[-0.642,51.501],[-0.644,51.496],[-0.64,51.496],[-0.636,51.495],[-0.634,51.493],[-0.642,51.49],[-0.646,51.49],[-0.652,51.486],[-0.654,51.487],[-0.662,51.488],[-0.663,51.48],[-0.658,51.479],[-0.661,51.477],[-0.659,51.473],[-0.655,51.473],[-0.658,51.452],[-0.658,51.449],[-0.662,51.444],[-0.654,51.441],[-0.651,51.442],[-0.642,51.441],[-0.631,51.442],[-0.637,51.428],[-0.631,51.423],[-0.632,51.419],[-0.632,51.414],[-0.638,51.415],[-0.643,51.419],[-0.649,51.421],[-0.654,51.424],[-0.658,51.424],[-0.664,51.426],[-0.668,51.431],[-0.676,51.432],[-0.679,51.43],[-0.681,51.425],[-0.685,51.421],[-0.69,51.419],[-0.696,51.413],[-0.697,51.411],[-0.693,51.407],[-0.687,51.403],[-0.68,51.394],[-0.673,51.389],[-0.671,51.386],[-0.668,51.385],[-0.664,51.386],[-0.653,51.387],[-0.651,51.386],[-0.647,51.385],[-0.64,51.387],[-0.636,51.385],[-0.628,51.384],[-0.625,51.383],[-0.621,51.385],[-0.617,51.386],[-0.623,51.39],[-0.616,51.392],[-0.607,51.389],[-0.603,51.387],[-0.598,51.386],[-0.591,51.385],[-0.578,51.387],[-0.569,51.39],[-0.559,51.394],[-0.548,51.399],[-0.547,51.401],[-0.549,51.404],[-0.546,51.407],[-0.545,51.409],[-0.548,51.412],[-0.547,51.415],[-0.54,51.414],[-0.54,51.42],[-0.541,51.425],[-0.546,51.425],[-0.549,51.425],[-0.553,51.421],[-0.559,51.417],[-0.555,51.423],[-0.559,51.425],[-0.56,51.429],[-0.555,51.431],[-0.553,51.433],[-0.558,51.439],[-0.552,51.444],[-0.548,51.442],[-0.537,51.438],[-0.531,51.436],[-0.523,51.435],[-0.525,51.436],[-0.525,51.44],[-0.531,51.442],[-0.531,51.445],[-0.527,51.448],[-0.541,51.457],[-0.536,51.46],[-0.533,51.464],[-0.53,51.47],[-0.524,51.472],[-0.519,51.471],[-0.516,51.468],[-0.51,51.469],[-0.507,51.471],[-0.505,51.474],[-0.504,51.479],[-0.502,51.482],[-0.499,51.486],[-0.499,51.489],[-0.495,51.493],[-0.49,51.495],[-0.501,51.495],[-0.511,51.494],[-0.516,51.493],[-0.532,51.493],[-0.529,51.497]]]},"properties":{"Name":"Windsor","ID":"E14001588"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.096,53.305],[-3.103,53.309],[-3.106,53.313],[-3.115,53.32],[-3.122,53.323],[-3.123,53.319],[-3.119,53.315],[-3.122,53.313],[-3.118,53.31],[-3.119,53.308],[-3.115,53.307],[-3.116,53.303],[-3.111,53.301],[-3.111,53.296],[-3.109,53.297],[-3.096,53.305]]],[[[-3.086,53.386],[-3.09,53.382],[-3.094,53.381],[-3.102,53.381],[-3.11,53.387],[-3.111,53.386],[-3.124,53.385],[-3.128,53.387],[-3.135,53.397],[-3.132,53.398],[-3.139,53.404],[-3.139,53.41],[-3.141,53.412],[-3.153,53.408],[-3.155,53.407],[-3.17,53.402],[-3.179,53.399],[-3.18,53.398],[-3.193,53.389],[-3.197,53.387],[-3.2,53.387],[-3.199,53.376],[-3.194,53.372],[-3.193,53.37],[-3.186,53.364],[-3.182,53.364],[-3.175,53.359],[-3.17,53.354],[-3.162,53.348],[-3.154,53.345],[-3.148,53.342],[-3.138,53.334],[-3.131,53.33],[-3.123,53.325],[-3.116,53.321],[-3.106,53.314],[-3.102,53.309],[-3.096,53.305],[-3.089,53.308],[-3.082,53.311],[-3.078,53.315],[-3.074,53.316],[-3.064,53.312],[-3.06,53.309],[-3.051,53.311],[-3.048,53.31],[-3.046,53.307],[-3.038,53.305],[-3.037,53.301],[-3.031,53.299],[-3.026,53.298],[-3.019,53.3],[-3.013,53.299],[-3.011,53.3],[-3.002,53.303],[-2.993,53.307],[-2.98,53.305],[-2.995,53.342],[-2.999,53.35],[-3.007,53.347],[-3.017,53.346],[-3.014,53.344],[-3.014,53.341],[-3.021,53.338],[-3.029,53.342],[-3.039,53.344],[-3.044,53.347],[-3.066,53.361],[-3.07,53.365],[-3.072,53.372],[-3.074,53.377],[-3.083,53.383],[-3.086,53.386]]]]},"properties":{"Name":"Wirral West","ID":"E14001589"},"id":526}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.884,51.779],[0.885,51.777],[0.892,51.772],[0.891,51.776],[0.884,51.779]]],[[[0.744,51.731],[0.743,51.731],[0.743,51.732],[0.741,51.732],[0.74,51.732],[0.739,51.732],[0.742,51.731],[0.746,51.731],[0.749,51.732],[0.751,51.733],[0.752,51.733],[0.748,51.732],[0.747,51.732],[0.748,51.732],[0.749,51.735],[0.749,51.734],[0.748,51.734],[0.749,51.733],[0.748,51.733],[0.747,51.733],[0.748,51.733],[0.748,51.734],[0.749,51.734],[0.749,51.735],[0.748,51.735],[0.745,51.735],[0.745,51.734],[0.745,51.733],[0.745,51.736],[0.746,51.737],[0.748,51.736],[0.749,51.736],[0.754,51.735],[0.755,51.735],[0.76,51.738],[0.762,51.738],[0.763,51.739],[0.76,51.742],[0.762,51.742],[0.763,51.741],[0.765,51.741],[0.765,51.74],[0.767,51.739],[0.768,51.739],[0.769,51.739],[0.77,51.739],[0.771,51.739],[0.773,51.739],[0.774,51.739],[0.775,51.739],[0.774,51.739],[0.773,51.739],[0.772,51.739],[0.772,51.74],[0.772,51.739],[0.771,51.739],[0.771,51.74],[0.772,51.74],[0.771,51.741],[0.772,51.742],[0.773,51.742],[0.774,51.743],[0.775,51.743],[0.776,51.743],[0.776,51.744],[0.777,51.744],[0.778,51.743],[0.777,51.741],[0.776,51.741],[0.779,51.739],[0.781,51.738],[0.783,51.738],[0.785,51.737],[0.789,51.737],[0.791,51.738],[0.792,51.739],[0.794,51.739],[0.795,51.739],[0.795,51.74],[0.79,51.742],[0.792,51.745],[0.797,51.742],[0.809,51.74],[0.814,51.739],[0.822,51.739],[0.825,51.738],[0.834,51.739],[0.838,51.738],[0.842,51.74],[0.848,51.74],[0.853,51.742],[0.855,51.744],[0.861,51.746],[0.863,51.748],[0.87,51.751],[0.88,51.758],[0.872,51.76],[0.869,51.761],[0.862,51.763],[0.861,51.764],[0.855,51.766],[0.845,51.766],[0.847,51.769],[0.852,51.771],[0.851,51.774],[0.857,51.775],[0.86,51.773],[0.86,51.769],[0.872,51.768],[0.873,51.767],[0.883,51.764],[0.886,51.764],[0.895,51.766],[0.883,51.776],[0.877,51.779],[0.872,51.78],[0.864,51.782],[0.859,51.782],[0.858,51.784],[0.85,51.783],[0.851,51.785],[0.86,51.786],[0.863,51.785],[0.872,51.783],[0.873,51.785],[0.878,51.785],[0.894,51.776],[0.892,51.78],[0.895,51.788],[0.895,51.791],[0.89,51.793],[0.891,51.797],[0.889,51.8],[0.883,51.8],[0.878,51.802],[0.877,51.805],[0.87,51.806],[0.868,51.808],[0.868,51.811],[0.864,51.814],[0.865,51.817],[0.867,51.82],[0.871,51.821],[0.868,51.825],[0.876,51.83],[0.881,51.834],[0.879,51.836],[0.88,51.841],[0.886,51.841],[0.889,51.846],[0.883,51.848],[0.873,51.849],[0.871,51.852],[0.867,51.853],[0.867,51.859],[0.869,51.861],[0.867,51.863],[0.861,51.864],[0.856,51.864],[0.854,51.87],[0.85,51.873],[0.85,51.88],[0.846,51.891],[0.846,51.892],[0.845,51.896],[0.845,51.897],[0.796,51.884],[0.79,51.884],[0.786,51.885],[0.773,51.886],[0.771,51.884],[0.77,51.881],[0.764,51.882],[0.761,51.88],[0.757,51.88],[0.755,51.883],[0.758,51.885],[0.753,51.888],[0.745,51.886],[0.742,51.876],[0.741,51.871],[0.737,51.872],[0.73,51.868],[0.726,51.87],[0.722,51.869],[0.717,51.872],[0.722,51.873],[0.718,51.878],[0.723,51.879],[0.718,51.882],[0.713,51.887],[0.713,51.891],[0.709,51.895],[0.705,51.897],[0.7,51.9],[0.699,51.903],[0.705,51.904],[0.708,51.905],[0.713,51.902],[0.715,51.905],[0.721,51.905],[0.725,51.905],[0.729,51.908],[0.724,51.909],[0.722,51.91],[0.724,51.913],[0.73,51.916],[0.731,51.919],[0.73,51.923],[0.732,51.923],[0.736,51.927],[0.737,51.93],[0.74,51.932],[0.741,51.934],[0.74,51.94],[0.744,51.943],[0.746,51.949],[0.75,51.955],[0.745,51.956],[0.741,51.955],[0.737,51.956],[0.731,51.953],[0.726,51.955],[0.724,51.958],[0.725,51.961],[0.72,51.965],[0.71,51.968],[0.708,51.972],[0.71,51.974],[0.707,51.976],[0.705,51.981],[0.7,51.984],[0.697,51.985],[0.695,51.981],[0.691,51.983],[0.696,51.985],[0.695,51.987],[0.687,51.989],[0.686,51.984],[0.682,51.983],[0.677,51.983],[0.675,51.981],[0.675,51.975],[0.678,51.975],[0.678,51.97],[0.676,51.966],[0.674,51.967],[0.669,51.964],[0.668,51.962],[0.67,51.959],[0.665,51.957],[0.664,51.956],[0.67,51.954],[0.671,51.952],[0.666,51.952],[0.665,51.949],[0.663,51.947],[0.661,51.942],[0.66,51.939],[0.662,51.937],[0.668,51.935],[0.669,51.933],[0.673,51.932],[0.673,51.928],[0.68,51.927],[0.676,51.923],[0.669,51.922],[0.666,51.92],[0.659,51.918],[0.662,51.913],[0.667,51.909],[0.663,51.908],[0.66,51.905],[0.655,51.908],[0.645,51.907],[0.64,51.91],[0.639,51.914],[0.634,51.913],[0.63,51.916],[0.627,51.916],[0.609,51.919],[0.608,51.921],[0.601,51.922],[0.6,51.918],[0.594,51.912],[0.595,51.909],[0.59,51.905],[0.594,51.905],[0.592,51.902],[0.591,51.9],[0.588,51.898],[0.59,51.896],[0.586,51.891],[0.591,51.886],[0.588,51.883],[0.588,51.879],[0.584,51.877],[0.584,51.871],[0.58,51.869],[0.576,51.867],[0.566,51.865],[0.568,51.858],[0.574,51.853],[0.575,51.849],[0.568,51.847],[0.562,51.846],[0.557,51.844],[0.55,51.841],[0.542,51.84],[0.541,51.838],[0.532,51.838],[0.533,51.832],[0.53,51.83],[0.53,51.823],[0.526,51.822],[0.524,51.82],[0.533,51.816],[0.532,51.81],[0.528,51.811],[0.525,51.81],[0.524,51.803],[0.528,51.8],[0.529,51.797],[0.534,51.793],[0.54,51.791],[0.545,51.785],[0.551,51.78],[0.554,51.779],[0.559,51.775],[0.563,51.767],[0.565,51.765],[0.567,51.759],[0.571,51.754],[0.572,51.752],[0.578,51.753],[0.584,51.751],[0.593,51.755],[0.592,51.751],[0.592,51.746],[0.593,51.74],[0.595,51.734],[0.592,51.734],[0.589,51.732],[0.591,51.728],[0.595,51.726],[0.605,51.725],[0.611,51.723],[0.602,51.712],[0.602,51.709],[0.61,51.708],[0.614,51.707],[0.622,51.705],[0.622,51.7],[0.626,51.697],[0.633,51.699],[0.636,51.7],[0.641,51.699],[0.643,51.702],[0.65,51.7],[0.656,51.7],[0.658,51.696],[0.664,51.697],[0.667,51.699],[0.672,51.7],[0.671,51.703],[0.679,51.704],[0.678,51.705],[0.685,51.706],[0.686,51.709],[0.678,51.71],[0.675,51.71],[0.674,51.712],[0.664,51.712],[0.664,51.714],[0.655,51.715],[0.653,51.718],[0.649,51.722],[0.646,51.724],[0.645,51.728],[0.646,51.731],[0.646,51.736],[0.649,51.743],[0.657,51.745],[0.662,51.744],[0.664,51.744],[0.665,51.739],[0.668,51.74],[0.667,51.743],[0.669,51.746],[0.667,51.748],[0.676,51.748],[0.685,51.747],[0.691,51.748],[0.692,51.75],[0.695,51.751],[0.7,51.747],[0.712,51.744],[0.718,51.739],[0.726,51.737],[0.734,51.738],[0.735,51.734],[0.737,51.733],[0.738,51.733],[0.737,51.733],[0.738,51.733],[0.739,51.733],[0.744,51.731]]]]},"properties":{"Name":"Witham","ID":"E14001590"},"id":527}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.476,51.838],[-1.49,51.842],[-1.497,51.842],[-1.512,51.84],[-1.521,51.838],[-1.535,51.845],[-1.536,51.849],[-1.544,51.853],[-1.544,51.858],[-1.546,51.859],[-1.546,51.862],[-1.543,51.863],[-1.542,51.866],[-1.545,51.869],[-1.549,51.873],[-1.551,51.873],[-1.555,51.876],[-1.559,51.876],[-1.563,51.88],[-1.57,51.886],[-1.565,51.89],[-1.562,51.897],[-1.56,51.9],[-1.57,51.903],[-1.576,51.902],[-1.579,51.898],[-1.585,51.898],[-1.593,51.895],[-1.594,51.894],[-1.604,51.892],[-1.614,51.889],[-1.611,51.886],[-1.614,51.884],[-1.618,51.886],[-1.624,51.886],[-1.626,51.887],[-1.623,51.891],[-1.627,51.891],[-1.629,51.894],[-1.625,51.894],[-1.624,51.896],[-1.628,51.899],[-1.633,51.9],[-1.635,51.898],[-1.644,51.896],[-1.645,51.895],[-1.658,51.897],[-1.662,51.894],[-1.663,51.887],[-1.666,51.885],[-1.669,51.88],[-1.668,51.876],[-1.672,51.875],[-1.679,51.87],[-1.684,51.869],[-1.687,51.866],[-1.687,51.863],[-1.682,51.86],[-1.681,51.859],[-1.681,51.855],[-1.676,51.85],[-1.679,51.849],[-1.679,51.846],[-1.681,51.842],[-1.685,51.837],[-1.686,51.833],[-1.683,51.82],[-1.681,51.816],[-1.677,51.817],[-1.678,51.813],[-1.682,51.804],[-1.687,51.798],[-1.693,51.794],[-1.702,51.791],[-1.708,51.788],[-1.715,51.786],[-1.719,51.783],[-1.717,51.781],[-1.708,51.778],[-1.701,51.771],[-1.7,51.765],[-1.696,51.757],[-1.694,51.754],[-1.694,51.748],[-1.687,51.74],[-1.689,51.739],[-1.686,51.733],[-1.687,51.729],[-1.696,51.724],[-1.694,51.722],[-1.689,51.717],[-1.689,51.714],[-1.686,51.71],[-1.682,51.709],[-1.675,51.704],[-1.665,51.697],[-1.657,51.696],[-1.655,51.691],[-1.651,51.688],[-1.648,51.684],[-1.652,51.682],[-1.656,51.682],[-1.662,51.68],[-1.675,51.683],[-1.674,51.685],[-1.676,51.688],[-1.683,51.69],[-1.691,51.687],[-1.693,51.684],[-1.697,51.682],[-1.695,51.679],[-1.699,51.676],[-1.7,51.67],[-1.694,51.669],[-1.694,51.666],[-1.691,51.664],[-1.689,51.656],[-1.693,51.653],[-1.691,51.652],[-1.686,51.652],[-1.68,51.647],[-1.68,51.645],[-1.676,51.642],[-1.67,51.641],[-1.663,51.64],[-1.66,51.635],[-1.663,51.631],[-1.668,51.628],[-1.669,51.626],[-1.673,51.623],[-1.672,51.62],[-1.667,51.618],[-1.667,51.616],[-1.672,51.613],[-1.676,51.612],[-1.679,51.614],[-1.682,51.613],[-1.682,51.61],[-1.69,51.606],[-1.691,51.602],[-1.689,51.602],[-1.688,51.596],[-1.685,51.592],[-1.685,51.588],[-1.689,51.586],[-1.691,51.584],[-1.689,51.582],[-1.688,51.579],[-1.683,51.573],[-1.68,51.573],[-1.677,51.569],[-1.663,51.574],[-1.658,51.574],[-1.655,51.577],[-1.648,51.572],[-1.644,51.564],[-1.639,51.559],[-1.634,51.553],[-1.632,51.553],[-1.624,51.544],[-1.614,51.537],[-1.612,51.533],[-1.608,51.529],[-1.603,51.518],[-1.594,51.52],[-1.59,51.522],[-1.589,51.524],[-1.585,51.525],[-1.583,51.528],[-1.581,51.537],[-1.569,51.543],[-1.57,51.547],[-1.572,51.551],[-1.575,51.554],[-1.579,51.561],[-1.578,51.563],[-1.583,51.568],[-1.584,51.575],[-1.583,51.577],[-1.584,51.586],[-1.593,51.595],[-1.595,51.595],[-1.595,51.605],[-1.596,51.607],[-1.588,51.61],[-1.582,51.615],[-1.578,51.617],[-1.57,51.617],[-1.565,51.615],[-1.561,51.616],[-1.556,51.617],[-1.554,51.622],[-1.561,51.624],[-1.563,51.628],[-1.57,51.629],[-1.572,51.632],[-1.573,51.636],[-1.569,51.639],[-1.564,51.645],[-1.561,51.646],[-1.565,51.649],[-1.563,51.654],[-1.556,51.658],[-1.545,51.661],[-1.539,51.665],[-1.53,51.667],[-1.525,51.665],[-1.524,51.662],[-1.517,51.66],[-1.511,51.659],[-1.509,51.657],[-1.5,51.655],[-1.488,51.655],[-1.482,51.654],[-1.479,51.655],[-1.478,51.653],[-1.472,51.649],[-1.466,51.647],[-1.464,51.646],[-1.467,51.644],[-1.471,51.644],[-1.476,51.641],[-1.478,51.634],[-1.487,51.631],[-1.492,51.627],[-1.497,51.622],[-1.488,51.619],[-1.479,51.617],[-1.479,51.621],[-1.472,51.625],[-1.463,51.63],[-1.46,51.633],[-1.453,51.637],[-1.453,51.64],[-1.45,51.641],[-1.444,51.643],[-1.434,51.642],[-1.426,51.639],[-1.423,51.637],[-1.415,51.64],[-1.416,51.641],[-1.411,51.643],[-1.41,51.644],[-1.402,51.648],[-1.397,51.651],[-1.389,51.65],[-1.385,51.651],[-1.376,51.651],[-1.374,51.653],[-1.369,51.655],[-1.36,51.655],[-1.351,51.657],[-1.358,51.657],[-1.361,51.661],[-1.365,51.66],[-1.369,51.663],[-1.363,51.67],[-1.358,51.668],[-1.354,51.671],[-1.353,51.673],[-1.355,51.676],[-1.355,51.679],[-1.351,51.685],[-1.353,51.686],[-1.355,51.696],[-1.35,51.697],[-1.348,51.7],[-1.349,51.703],[-1.344,51.703],[-1.341,51.7],[-1.34,51.697],[-1.335,51.694],[-1.331,51.695],[-1.33,51.698],[-1.325,51.705],[-1.325,51.708],[-1.322,51.711],[-1.32,51.716],[-1.322,51.718],[-1.331,51.714],[-1.332,51.718],[-1.337,51.717],[-1.337,51.726],[-1.343,51.727],[-1.341,51.731],[-1.343,51.733],[-1.356,51.733],[-1.359,51.735],[-1.369,51.733],[-1.372,51.737],[-1.372,51.739],[-1.368,51.742],[-1.365,51.746],[-1.365,51.748],[-1.368,51.749],[-1.368,51.753],[-1.363,51.759],[-1.363,51.762],[-1.364,51.764],[-1.368,51.766],[-1.367,51.769],[-1.371,51.77],[-1.372,51.767],[-1.376,51.764],[-1.392,51.765],[-1.399,51.768],[-1.401,51.768],[-1.397,51.773],[-1.406,51.774],[-1.412,51.768],[-1.411,51.764],[-1.418,51.751],[-1.426,51.753],[-1.428,51.755],[-1.433,51.75],[-1.435,51.752],[-1.438,51.751],[-1.448,51.754],[-1.451,51.759],[-1.454,51.76],[-1.461,51.761],[-1.467,51.765],[-1.471,51.769],[-1.474,51.769],[-1.476,51.771],[-1.478,51.776],[-1.47,51.777],[-1.464,51.779],[-1.457,51.783],[-1.464,51.785],[-1.463,51.789],[-1.459,51.792],[-1.462,51.798],[-1.454,51.804],[-1.453,51.811],[-1.454,51.814],[-1.457,51.814],[-1.457,51.819],[-1.466,51.823],[-1.462,51.824],[-1.462,51.827],[-1.466,51.83],[-1.468,51.834],[-1.471,51.833],[-1.476,51.838]]]},"properties":{"Name":"Witney","ID":"E14001591"},"id":528}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.462,51.33],[-0.463,51.333],[-0.461,51.335],[-0.466,51.343],[-0.473,51.342],[-0.477,51.343],[-0.479,51.345],[-0.48,51.348],[-0.482,51.35],[-0.486,51.348],[-0.503,51.342],[-0.516,51.339],[-0.518,51.343],[-0.521,51.345],[-0.529,51.345],[-0.534,51.348],[-0.539,51.347],[-0.549,51.348],[-0.552,51.346],[-0.562,51.343],[-0.566,51.344],[-0.573,51.342],[-0.574,51.339],[-0.578,51.336],[-0.583,51.337],[-0.59,51.34],[-0.608,51.34],[-0.615,51.336],[-0.613,51.333],[-0.615,51.332],[-0.626,51.335],[-0.626,51.33],[-0.625,51.327],[-0.627,51.325],[-0.624,51.319],[-0.627,51.319],[-0.628,51.316],[-0.633,51.314],[-0.634,51.315],[-0.647,51.312],[-0.65,51.309],[-0.648,51.305],[-0.634,51.294],[-0.625,51.287],[-0.619,51.283],[-0.613,51.283],[-0.605,51.284],[-0.601,51.286],[-0.59,51.282],[-0.582,51.277],[-0.566,51.272],[-0.56,51.27],[-0.558,51.271],[-0.555,51.271],[-0.553,51.268],[-0.547,51.266],[-0.541,51.266],[-0.537,51.269],[-0.539,51.27],[-0.535,51.275],[-0.538,51.277],[-0.542,51.277],[-0.542,51.279],[-0.547,51.283],[-0.547,51.287],[-0.544,51.289],[-0.546,51.295],[-0.538,51.301],[-0.535,51.299],[-0.531,51.298],[-0.526,51.3],[-0.526,51.302],[-0.516,51.304],[-0.511,51.306],[-0.511,51.309],[-0.513,51.312],[-0.508,51.312],[-0.505,51.31],[-0.499,51.308],[-0.492,51.311],[-0.491,51.315],[-0.487,51.316],[-0.482,51.316],[-0.482,51.315],[-0.475,51.316],[-0.475,51.319],[-0.479,51.323],[-0.486,51.325],[-0.489,51.328],[-0.489,51.33],[-0.484,51.331],[-0.479,51.33],[-0.474,51.327],[-0.468,51.327],[-0.468,51.328],[-0.462,51.33]]]},"properties":{"Name":"Woking","ID":"E14001592"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.843,51.545],[-0.847,51.545],[-0.857,51.549],[-0.863,51.549],[-0.865,51.553],[-0.868,51.556],[-0.872,51.558],[-0.873,51.56],[-0.876,51.562],[-0.881,51.562],[-0.885,51.561],[-0.889,51.558],[-0.894,51.549],[-0.897,51.545],[-0.9,51.54],[-0.9,51.537],[-0.899,51.536],[-0.888,51.53],[-0.878,51.523],[-0.879,51.518],[-0.881,51.516],[-0.88,51.511],[-0.874,51.509],[-0.871,51.507],[-0.87,51.504],[-0.872,51.502],[-0.88,51.502],[-0.887,51.5],[-0.894,51.496],[-0.898,51.489],[-0.898,51.487],[-0.898,51.486],[-0.892,51.48],[-0.89,51.472],[-0.886,51.468],[-0.889,51.464],[-0.882,51.465],[-0.88,51.462],[-0.872,51.462],[-0.866,51.463],[-0.865,51.461],[-0.876,51.455],[-0.878,51.448],[-0.883,51.447],[-0.886,51.442],[-0.89,51.44],[-0.898,51.439],[-0.9,51.437],[-0.898,51.429],[-0.894,51.431],[-0.892,51.428],[-0.895,51.424],[-0.905,51.421],[-0.911,51.42],[-0.911,51.419],[-0.917,51.415],[-0.922,51.41],[-0.927,51.408],[-0.926,51.407],[-0.931,51.405],[-0.936,51.401],[-0.939,51.401],[-0.942,51.398],[-0.941,51.395],[-0.948,51.388],[-0.956,51.388],[-0.96,51.386],[-0.963,51.388],[-0.97,51.385],[-0.972,51.385],[-0.974,51.387],[-0.974,51.392],[-0.978,51.39],[-0.984,51.388],[-0.989,51.389],[-0.989,51.381],[-0.982,51.376],[-0.985,51.371],[-0.99,51.37],[-0.992,51.367],[-0.99,51.364],[-0.986,51.363],[-0.988,51.361],[-0.984,51.36],[-0.977,51.361],[-0.972,51.36],[-0.953,51.363],[-0.941,51.364],[-0.937,51.364],[-0.924,51.366],[-0.918,51.365],[-0.916,51.361],[-0.911,51.361],[-0.904,51.358],[-0.9,51.359],[-0.893,51.356],[-0.89,51.357],[-0.885,51.355],[-0.878,51.353],[-0.873,51.352],[-0.868,51.355],[-0.857,51.354],[-0.851,51.354],[-0.847,51.352],[-0.843,51.352],[-0.837,51.353],[-0.835,51.354],[-0.832,51.358],[-0.827,51.364],[-0.815,51.37],[-0.809,51.371],[-0.789,51.372],[-0.796,51.393],[-0.798,51.396],[-0.801,51.404],[-0.802,51.409],[-0.793,51.409],[-0.794,51.412],[-0.796,51.413],[-0.798,51.419],[-0.798,51.424],[-0.798,51.43],[-0.798,51.435],[-0.8,51.441],[-0.806,51.441],[-0.808,51.443],[-0.818,51.443],[-0.826,51.454],[-0.828,51.462],[-0.834,51.464],[-0.825,51.466],[-0.825,51.47],[-0.822,51.473],[-0.824,51.478],[-0.826,51.48],[-0.826,51.483],[-0.829,51.486],[-0.829,51.488],[-0.822,51.496],[-0.817,51.496],[-0.819,51.499],[-0.817,51.503],[-0.817,51.507],[-0.824,51.512],[-0.836,51.513],[-0.85,51.524],[-0.854,51.526],[-0.852,51.529],[-0.847,51.533],[-0.844,51.54],[-0.843,51.545]]]},"properties":{"Name":"Wokingham","ID":"E14001593"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.03,52.617],[-2.047,52.621],[-2.052,52.622],[-2.064,52.621],[-2.069,52.618],[-2.067,52.612],[-2.072,52.613],[-2.081,52.612],[-2.085,52.614],[-2.088,52.62],[-2.093,52.62],[-2.097,52.623],[-2.099,52.628],[-2.099,52.632],[-2.101,52.635],[-2.107,52.635],[-2.112,52.635],[-2.114,52.638],[-2.125,52.637],[-2.132,52.638],[-2.134,52.634],[-2.137,52.63],[-2.139,52.627],[-2.137,52.623],[-2.129,52.621],[-2.132,52.613],[-2.13,52.606],[-2.13,52.603],[-2.129,52.597],[-2.124,52.589],[-2.121,52.586],[-2.116,52.585],[-2.109,52.587],[-2.106,52.59],[-2.101,52.593],[-2.078,52.586],[-2.074,52.589],[-2.071,52.593],[-2.066,52.594],[-2.066,52.597],[-2.062,52.597],[-2.062,52.595],[-2.051,52.594],[-2.042,52.591],[-2.028,52.595],[-2.015,52.596],[-2.019,52.605],[-2.023,52.609],[-2.03,52.617]]]},"properties":{"Name":"Wolverhampton North East","ID":"E14001594"},"id":531}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.015,52.596],[-2.028,52.595],[-2.042,52.591],[-2.051,52.594],[-2.062,52.595],[-2.062,52.597],[-2.066,52.597],[-2.066,52.594],[-2.071,52.593],[-2.074,52.589],[-2.078,52.586],[-2.101,52.593],[-2.106,52.59],[-2.109,52.587],[-2.116,52.585],[-2.121,52.586],[-2.123,52.582],[-2.125,52.581],[-2.123,52.574],[-2.119,52.571],[-2.113,52.562],[-2.119,52.562],[-2.122,52.557],[-2.115,52.549],[-2.11,52.546],[-2.108,52.544],[-2.104,52.546],[-2.097,52.546],[-2.09,52.549],[-2.09,52.55],[-2.085,52.553],[-2.082,52.553],[-2.081,52.556],[-2.078,52.557],[-2.074,52.55],[-2.07,52.55],[-2.069,52.547],[-2.063,52.549],[-2.061,52.547],[-2.051,52.551],[-2.04,52.555],[-2.038,52.558],[-2.025,52.563],[-2.027,52.565],[-2.017,52.569],[-2.011,52.569],[-2.019,52.574],[-2.016,52.579],[-2.014,52.581],[-2.015,52.596]]]},"properties":{"Name":"Wolverhampton South East","ID":"E14001595"},"id":532}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.137,52.63],[-2.153,52.63],[-2.152,52.625],[-2.155,52.624],[-2.163,52.621],[-2.165,52.619],[-2.167,52.62],[-2.17,52.618],[-2.165,52.617],[-2.171,52.614],[-2.168,52.611],[-2.171,52.611],[-2.178,52.607],[-2.18,52.605],[-2.187,52.606],[-2.189,52.608],[-2.195,52.607],[-2.191,52.602],[-2.189,52.596],[-2.189,52.589],[-2.201,52.589],[-2.202,52.587],[-2.207,52.587],[-2.204,52.584],[-2.202,52.579],[-2.189,52.577],[-2.188,52.574],[-2.183,52.577],[-2.18,52.575],[-2.177,52.567],[-2.181,52.566],[-2.18,52.564],[-2.176,52.564],[-2.175,52.56],[-2.176,52.557],[-2.176,52.554],[-2.17,52.556],[-2.158,52.555],[-2.145,52.555],[-2.141,52.559],[-2.139,52.558],[-2.133,52.554],[-2.128,52.554],[-2.128,52.558],[-2.122,52.557],[-2.119,52.562],[-2.113,52.562],[-2.119,52.571],[-2.123,52.574],[-2.125,52.581],[-2.123,52.582],[-2.121,52.586],[-2.124,52.589],[-2.129,52.597],[-2.13,52.603],[-2.13,52.606],[-2.132,52.613],[-2.129,52.621],[-2.137,52.623],[-2.139,52.627],[-2.137,52.63]]]},"properties":{"Name":"Wolverhampton West","ID":"E14001596"},"id":533}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.203,52.167],[-2.2,52.169],[-2.195,52.17],[-2.189,52.171],[-2.187,52.173],[-2.185,52.18],[-2.183,52.183],[-2.179,52.184],[-2.171,52.185],[-2.166,52.198],[-2.162,52.204],[-2.158,52.213],[-2.163,52.214],[-2.171,52.218],[-2.189,52.221],[-2.194,52.223],[-2.207,52.225],[-2.211,52.226],[-2.222,52.231],[-2.227,52.228],[-2.229,52.225],[-2.233,52.227],[-2.236,52.222],[-2.243,52.222],[-2.244,52.217],[-2.239,52.215],[-2.235,52.211],[-2.243,52.209],[-2.246,52.211],[-2.248,52.211],[-2.249,52.207],[-2.247,52.202],[-2.251,52.2],[-2.25,52.197],[-2.255,52.196],[-2.261,52.196],[-2.26,52.192],[-2.262,52.19],[-2.262,52.185],[-2.261,52.182],[-2.254,52.184],[-2.253,52.181],[-2.25,52.18],[-2.247,52.177],[-2.246,52.174],[-2.243,52.169],[-2.233,52.17],[-2.229,52.168],[-2.228,52.164],[-2.224,52.166],[-2.222,52.168],[-2.217,52.162],[-2.211,52.163],[-2.203,52.167]]]},"properties":{"Name":"Worcester","ID":"E14001597"},"id":534}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.329,53.48],[-2.331,53.484],[-2.33,53.488],[-2.325,53.489],[-2.327,53.496],[-2.329,53.498],[-2.337,53.496],[-2.339,53.498],[-2.343,53.496],[-2.347,53.497],[-2.352,53.497],[-2.351,53.501],[-2.348,53.503],[-2.339,53.506],[-2.333,53.514],[-2.338,53.515],[-2.333,53.519],[-2.335,53.521],[-2.347,53.525],[-2.354,53.525],[-2.362,53.523],[-2.366,53.52],[-2.369,53.516],[-2.37,53.513],[-2.379,53.514],[-2.392,53.512],[-2.415,53.512],[-2.415,53.515],[-2.422,53.52],[-2.432,53.522],[-2.435,53.521],[-2.436,53.519],[-2.438,53.518],[-2.438,53.515],[-2.434,53.515],[-2.435,53.513],[-2.442,53.513],[-2.442,53.51],[-2.459,53.51],[-2.46,53.507],[-2.464,53.505],[-2.472,53.505],[-2.471,53.502],[-2.468,53.499],[-2.471,53.498],[-2.475,53.493],[-2.474,53.489],[-2.476,53.487],[-2.484,53.484],[-2.496,53.481],[-2.493,53.48],[-2.489,53.476],[-2.491,53.472],[-2.491,53.467],[-2.492,53.465],[-2.49,53.462],[-2.49,53.46],[-2.487,53.458],[-2.486,53.455],[-2.483,53.454],[-2.476,53.447],[-2.478,53.443],[-2.474,53.439],[-2.468,53.437],[-2.462,53.436],[-2.454,53.428],[-2.451,53.427],[-2.449,53.423],[-2.451,53.419],[-2.449,53.416],[-2.428,53.425],[-2.423,53.427],[-2.418,53.431],[-2.411,53.442],[-2.407,53.449],[-2.399,53.456],[-2.392,53.461],[-2.386,53.463],[-2.355,53.474],[-2.329,53.48]]]},"properties":{"Name":"Worsley and Eccles","ID":"E14001598"},"id":535}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.365,50.875],[-0.366,50.877],[-0.367,50.884],[-0.364,50.888],[-0.38,50.886],[-0.385,50.889],[-0.389,50.889],[-0.389,50.892],[-0.393,50.893],[-0.396,50.892],[-0.402,50.886],[-0.406,50.884],[-0.409,50.88],[-0.413,50.881],[-0.412,50.884],[-0.414,50.886],[-0.424,50.886],[-0.427,50.889],[-0.427,50.893],[-0.431,50.893],[-0.431,50.89],[-0.437,50.883],[-0.44,50.878],[-0.449,50.882],[-0.452,50.891],[-0.451,50.895],[-0.455,50.897],[-0.461,50.892],[-0.462,50.889],[-0.465,50.884],[-0.472,50.885],[-0.477,50.885],[-0.481,50.876],[-0.487,50.876],[-0.489,50.874],[-0.493,50.867],[-0.497,50.864],[-0.498,50.862],[-0.498,50.857],[-0.495,50.856],[-0.498,50.853],[-0.497,50.85],[-0.499,50.846],[-0.508,50.844],[-0.51,50.839],[-0.501,50.838],[-0.501,50.835],[-0.516,50.826],[-0.515,50.823],[-0.51,50.821],[-0.501,50.818],[-0.489,50.818],[-0.49,50.814],[-0.493,50.812],[-0.495,50.808],[-0.495,50.803],[-0.475,50.803],[-0.456,50.802],[-0.451,50.803],[-0.444,50.802],[-0.423,50.804],[-0.421,50.805],[-0.4,50.806],[-0.388,50.807],[-0.372,50.809],[-0.364,50.81],[-0.36,50.811],[-0.362,50.812],[-0.362,50.817],[-0.364,50.82],[-0.372,50.819],[-0.387,50.819],[-0.388,50.824],[-0.392,50.824],[-0.392,50.828],[-0.391,50.837],[-0.393,50.839],[-0.398,50.839],[-0.399,50.84],[-0.399,50.845],[-0.402,50.849],[-0.405,50.855],[-0.403,50.856],[-0.392,50.86],[-0.388,50.86],[-0.383,50.863],[-0.378,50.861],[-0.367,50.861],[-0.367,50.863],[-0.368,50.867],[-0.371,50.87],[-0.37,50.873],[-0.365,50.875]]]},"properties":{"Name":"Worthing West","ID":"E14001599"},"id":536}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.727,51.651],[-0.734,51.648],[-0.738,51.649],[-0.745,51.645],[-0.747,51.647],[-0.755,51.646],[-0.758,51.647],[-0.758,51.65],[-0.763,51.653],[-0.764,51.656],[-0.767,51.658],[-0.774,51.657],[-0.779,51.662],[-0.783,51.663],[-0.788,51.664],[-0.796,51.664],[-0.801,51.659],[-0.805,51.658],[-0.808,51.654],[-0.815,51.654],[-0.818,51.657],[-0.824,51.653],[-0.831,51.656],[-0.839,51.65],[-0.846,51.651],[-0.849,51.651],[-0.851,51.654],[-0.854,51.654],[-0.858,51.654],[-0.862,51.659],[-0.87,51.663],[-0.871,51.657],[-0.869,51.653],[-0.873,51.65],[-0.872,51.648],[-0.88,51.644],[-0.881,51.641],[-0.888,51.642],[-0.884,51.638],[-0.885,51.635],[-0.893,51.635],[-0.897,51.637],[-0.896,51.639],[-0.898,51.642],[-0.901,51.643],[-0.905,51.642],[-0.914,51.638],[-0.918,51.64],[-0.918,51.636],[-0.917,51.628],[-0.919,51.624],[-0.921,51.624],[-0.93,51.633],[-0.935,51.636],[-0.938,51.635],[-0.944,51.631],[-0.949,51.631],[-0.95,51.629],[-0.95,51.621],[-0.946,51.619],[-0.939,51.618],[-0.94,51.614],[-0.944,51.611],[-0.943,51.607],[-0.943,51.605],[-0.936,51.603],[-0.932,51.602],[-0.93,51.604],[-0.92,51.604],[-0.917,51.599],[-0.925,51.591],[-0.934,51.589],[-0.942,51.585],[-0.94,51.582],[-0.94,51.576],[-0.939,51.571],[-0.928,51.568],[-0.928,51.566],[-0.924,51.563],[-0.921,51.564],[-0.92,51.562],[-0.914,51.562],[-0.911,51.558],[-0.902,51.556],[-0.903,51.553],[-0.902,51.549],[-0.903,51.546],[-0.897,51.545],[-0.894,51.549],[-0.889,51.558],[-0.885,51.561],[-0.881,51.562],[-0.876,51.562],[-0.873,51.56],[-0.872,51.558],[-0.868,51.556],[-0.865,51.553],[-0.863,51.549],[-0.857,51.549],[-0.847,51.545],[-0.843,51.545],[-0.838,51.547],[-0.833,51.545],[-0.829,51.546],[-0.826,51.549],[-0.824,51.55],[-0.817,51.551],[-0.811,51.553],[-0.793,51.551],[-0.791,51.553],[-0.795,51.557],[-0.801,51.56],[-0.804,51.563],[-0.804,51.565],[-0.801,51.57],[-0.797,51.572],[-0.796,51.574],[-0.791,51.575],[-0.788,51.575],[-0.783,51.581],[-0.786,51.583],[-0.781,51.584],[-0.779,51.581],[-0.77,51.584],[-0.767,51.587],[-0.766,51.594],[-0.77,51.6],[-0.771,51.608],[-0.768,51.612],[-0.756,51.614],[-0.746,51.614],[-0.734,51.611],[-0.727,51.61],[-0.716,51.61],[-0.71,51.609],[-0.702,51.605],[-0.697,51.604],[-0.692,51.604],[-0.689,51.608],[-0.682,51.607],[-0.676,51.608],[-0.677,51.609],[-0.674,51.614],[-0.677,51.616],[-0.679,51.621],[-0.681,51.621],[-0.689,51.618],[-0.69,51.625],[-0.689,51.63],[-0.692,51.638],[-0.697,51.646],[-0.707,51.641],[-0.712,51.643],[-0.719,51.644],[-0.726,51.644],[-0.727,51.646],[-0.727,51.651]]]},"properties":{"Name":"Wycombe","ID":"E14001600"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.168,52.424],[-2.172,52.425],[-2.181,52.425],[-2.186,52.426],[-2.193,52.423],[-2.196,52.425],[-2.197,52.428],[-2.201,52.427],[-2.206,52.43],[-2.215,52.432],[-2.217,52.435],[-2.226,52.435],[-2.242,52.437],[-2.249,52.438],[-2.261,52.437],[-2.263,52.441],[-2.269,52.439],[-2.275,52.44],[-2.279,52.443],[-2.286,52.444],[-2.287,52.447],[-2.292,52.449],[-2.295,52.449],[-2.286,52.455],[-2.287,52.455],[-2.293,52.452],[-2.306,52.446],[-2.31,52.442],[-2.312,52.438],[-2.322,52.436],[-2.326,52.438],[-2.333,52.435],[-2.339,52.436],[-2.345,52.439],[-2.351,52.438],[-2.355,52.44],[-2.364,52.439],[-2.364,52.432],[-2.363,52.426],[-2.366,52.424],[-2.366,52.42],[-2.365,52.418],[-2.368,52.414],[-2.366,52.408],[-2.369,52.404],[-2.373,52.402],[-2.364,52.399],[-2.361,52.399],[-2.351,52.396],[-2.347,52.394],[-2.342,52.393],[-2.334,52.389],[-2.336,52.385],[-2.34,52.384],[-2.344,52.386],[-2.35,52.386],[-2.351,52.388],[-2.354,52.389],[-2.36,52.387],[-2.363,52.388],[-2.368,52.388],[-2.378,52.383],[-2.387,52.384],[-2.39,52.382],[-2.394,52.384],[-2.401,52.383],[-2.411,52.385],[-2.415,52.381],[-2.415,52.378],[-2.41,52.374],[-2.41,52.37],[-2.415,52.368],[-2.416,52.365],[-2.412,52.36],[-2.414,52.355],[-2.421,52.35],[-2.422,52.349],[-2.421,52.344],[-2.422,52.341],[-2.425,52.337],[-2.421,52.334],[-2.426,52.332],[-2.429,52.331],[-2.433,52.33],[-2.433,52.328],[-2.437,52.324],[-2.434,52.323],[-2.427,52.322],[-2.423,52.323],[-2.415,52.323],[-2.412,52.325],[-2.403,52.324],[-2.403,52.327],[-2.398,52.325],[-2.395,52.322],[-2.389,52.321],[-2.381,52.324],[-2.375,52.325],[-2.372,52.327],[-2.37,52.324],[-2.373,52.319],[-2.371,52.317],[-2.366,52.318],[-2.363,52.315],[-2.359,52.315],[-2.351,52.319],[-2.345,52.32],[-2.341,52.32],[-2.336,52.319],[-2.329,52.32],[-2.324,52.323],[-2.325,52.325],[-2.322,52.33],[-2.32,52.331],[-2.324,52.334],[-2.324,52.335],[-2.318,52.337],[-2.314,52.34],[-2.311,52.341],[-2.306,52.339],[-2.305,52.336],[-2.306,52.334],[-2.305,52.329],[-2.299,52.322],[-2.295,52.322],[-2.29,52.323],[-2.289,52.325],[-2.277,52.327],[-2.274,52.329],[-2.266,52.324],[-2.264,52.326],[-2.261,52.326],[-2.261,52.329],[-2.272,52.333],[-2.268,52.334],[-2.268,52.337],[-2.264,52.336],[-2.261,52.341],[-2.254,52.341],[-2.252,52.345],[-2.251,52.347],[-2.246,52.353],[-2.248,52.355],[-2.246,52.361],[-2.242,52.36],[-2.232,52.361],[-2.219,52.359],[-2.212,52.356],[-2.205,52.351],[-2.205,52.346],[-2.201,52.344],[-2.196,52.341],[-2.192,52.337],[-2.193,52.335],[-2.19,52.332],[-2.19,52.329],[-2.178,52.332],[-2.171,52.331],[-2.175,52.325],[-2.175,52.32],[-2.173,52.317],[-2.168,52.318],[-2.168,52.325],[-2.165,52.326],[-2.152,52.337],[-2.152,52.34],[-2.151,52.344],[-2.149,52.346],[-2.146,52.345],[-2.143,52.347],[-2.137,52.35],[-2.135,52.353],[-2.132,52.355],[-2.131,52.358],[-2.124,52.359],[-2.12,52.36],[-2.121,52.362],[-2.12,52.364],[-2.122,52.366],[-2.123,52.373],[-2.128,52.381],[-2.132,52.387],[-2.13,52.389],[-2.133,52.392],[-2.138,52.394],[-2.138,52.396],[-2.135,52.399],[-2.131,52.399],[-2.126,52.402],[-2.128,52.406],[-2.134,52.41],[-2.145,52.411],[-2.146,52.41],[-2.154,52.41],[-2.158,52.409],[-2.16,52.416],[-2.164,52.417],[-2.165,52.422],[-2.168,52.424]]]},"properties":{"Name":"Wyre Forest","ID":"E14001601"},"id":538}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.3,53.437],[-2.303,53.438],[-2.306,53.437],[-2.311,53.437],[-2.316,53.435],[-2.318,53.432],[-2.339,53.413],[-2.346,53.408],[-2.341,53.407],[-2.331,53.409],[-2.328,53.41],[-2.32,53.412],[-2.307,53.397],[-2.305,53.397],[-2.3,53.392],[-2.3,53.385],[-2.297,53.382],[-2.293,53.381],[-2.289,53.377],[-2.286,53.376],[-2.291,53.373],[-2.294,53.368],[-2.297,53.362],[-2.3,53.36],[-2.306,53.358],[-2.314,53.357],[-2.312,53.355],[-2.306,53.353],[-2.303,53.351],[-2.299,53.35],[-2.298,53.347],[-2.296,53.343],[-2.29,53.342],[-2.287,53.344],[-2.285,53.347],[-2.28,53.346],[-2.278,53.349],[-2.273,53.351],[-2.267,53.351],[-2.265,53.354],[-2.258,53.357],[-2.259,53.359],[-2.256,53.361],[-2.244,53.361],[-2.241,53.36],[-2.237,53.37],[-2.239,53.371],[-2.241,53.375],[-2.242,53.378],[-2.241,53.381],[-2.243,53.383],[-2.243,53.388],[-2.246,53.388],[-2.246,53.394],[-2.247,53.396],[-2.243,53.398],[-2.243,53.399],[-2.238,53.401],[-2.245,53.403],[-2.244,53.405],[-2.239,53.407],[-2.239,53.411],[-2.244,53.412],[-2.247,53.41],[-2.246,53.407],[-2.254,53.409],[-2.254,53.412],[-2.251,53.415],[-2.25,53.42],[-2.254,53.421],[-2.254,53.418],[-2.258,53.418],[-2.26,53.416],[-2.263,53.416],[-2.266,53.418],[-2.266,53.421],[-2.272,53.421],[-2.275,53.423],[-2.281,53.424],[-2.284,53.425],[-2.286,53.43],[-2.289,53.432],[-2.296,53.432],[-2.3,53.434],[-2.3,53.437]]]},"properties":{"Name":"Wythenshawe and Sale East","ID":"E14001602"},"id":539}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.598,50.96],[-2.612,50.959],[-2.615,50.962],[-2.622,50.962],[-2.628,50.964],[-2.633,50.963],[-2.635,50.961],[-2.636,50.969],[-2.641,50.973],[-2.645,50.975],[-2.645,50.978],[-2.651,50.978],[-2.653,50.975],[-2.662,50.973],[-2.667,50.974],[-2.671,50.971],[-2.669,50.966],[-2.675,50.963],[-2.681,50.966],[-2.688,50.967],[-2.689,50.962],[-2.693,50.962],[-2.692,50.959],[-2.696,50.959],[-2.701,50.956],[-2.702,50.954],[-2.706,50.952],[-2.711,50.952],[-2.714,50.949],[-2.713,50.947],[-2.713,50.942],[-2.72,50.943],[-2.718,50.94],[-2.726,50.938],[-2.723,50.933],[-2.723,50.931],[-2.728,50.927],[-2.732,50.928],[-2.737,50.931],[-2.739,50.935],[-2.748,50.938],[-2.754,50.939],[-2.759,50.935],[-2.768,50.935],[-2.771,50.936],[-2.771,50.94],[-2.782,50.945],[-2.785,50.949],[-2.785,50.952],[-2.791,50.954],[-2.792,50.957],[-2.791,50.962],[-2.791,50.964],[-2.795,50.966],[-2.797,50.97],[-2.802,50.966],[-2.809,50.964],[-2.811,50.963],[-2.824,50.961],[-2.83,50.963],[-2.835,50.961],[-2.835,50.959],[-2.849,50.964],[-2.853,50.967],[-2.855,50.963],[-2.854,50.96],[-2.856,50.957],[-2.864,50.949],[-2.868,50.952],[-2.877,50.955],[-2.88,50.957],[-2.885,50.957],[-2.892,50.957],[-2.898,50.959],[-2.895,50.952],[-2.897,50.95],[-2.902,50.948],[-2.904,50.949],[-2.908,50.945],[-2.916,50.945],[-2.919,50.942],[-2.923,50.94],[-2.929,50.94],[-2.934,50.948],[-2.938,50.951],[-2.95,50.958],[-2.957,50.964],[-2.96,50.967],[-2.964,50.965],[-2.969,50.966],[-2.976,50.962],[-2.985,50.963],[-2.991,50.961],[-3.003,50.957],[-3.005,50.958],[-3.008,50.957],[-3.009,50.954],[-3.012,50.95],[-3.011,50.948],[-3.015,50.945],[-3.021,50.945],[-3.029,50.941],[-3.029,50.939],[-3.033,50.936],[-3.039,50.935],[-3.052,50.933],[-3.059,50.933],[-3.065,50.935],[-3.068,50.937],[-3.074,50.938],[-3.08,50.94],[-3.086,50.94],[-3.088,50.938],[-3.092,50.929],[-3.089,50.926],[-3.085,50.923],[-3.085,50.922],[-3.079,50.919],[-3.073,50.914],[-3.069,50.913],[-3.064,50.914],[-3.058,50.912],[-3.052,50.908],[-3.05,50.904],[-3.055,50.897],[-3.056,50.891],[-3.052,50.886],[-3.052,50.88],[-3.054,50.876],[-3.054,50.873],[-3.046,50.872],[-3.044,50.868],[-3.039,50.869],[-3.035,50.864],[-3.033,50.861],[-3.036,50.858],[-3.037,50.854],[-3.035,50.851],[-3.021,50.855],[-3.014,50.855],[-3.011,50.857],[-3.007,50.854],[-2.998,50.851],[-2.996,50.855],[-2.988,50.856],[-2.983,50.855],[-2.974,50.856],[-2.975,50.852],[-2.971,50.851],[-2.97,50.85],[-2.972,50.844],[-2.968,50.84],[-2.97,50.834],[-2.966,50.833],[-2.966,50.832],[-2.962,50.83],[-2.963,50.828],[-2.959,50.826],[-2.954,50.821],[-2.951,50.823],[-2.947,50.824],[-2.946,50.828],[-2.944,50.829],[-2.945,50.831],[-2.943,50.835],[-2.938,50.835],[-2.935,50.838],[-2.93,50.839],[-2.925,50.839],[-2.92,50.841],[-2.913,50.843],[-2.91,50.845],[-2.903,50.844],[-2.902,50.846],[-2.897,50.848],[-2.895,50.847],[-2.889,50.85],[-2.886,50.851],[-2.881,50.848],[-2.876,50.849],[-2.867,50.849],[-2.864,50.849],[-2.858,50.85],[-2.854,50.849],[-2.851,50.851],[-2.845,50.852],[-2.842,50.847],[-2.826,50.851],[-2.816,50.857],[-2.811,50.863],[-2.806,50.861],[-2.808,50.859],[-2.799,50.855],[-2.795,50.855],[-2.792,50.853],[-2.786,50.855],[-2.782,50.86],[-2.779,50.861],[-2.77,50.86],[-2.761,50.861],[-2.76,50.866],[-2.755,50.867],[-2.754,50.865],[-2.75,50.864],[-2.725,50.865],[-2.715,50.864],[-2.714,50.867],[-2.714,50.871],[-2.708,50.87],[-2.703,50.873],[-2.7,50.873],[-2.696,50.875],[-2.696,50.876],[-2.679,50.877],[-2.674,50.879],[-2.661,50.887],[-2.651,50.883],[-2.647,50.884],[-2.646,50.888],[-2.631,50.886],[-2.628,50.886],[-2.627,50.88],[-2.624,50.879],[-2.621,50.881],[-2.616,50.882],[-2.615,50.884],[-2.612,50.886],[-2.61,50.892],[-2.615,50.893],[-2.616,50.897],[-2.619,50.902],[-2.62,50.905],[-2.622,50.905],[-2.624,50.908],[-2.617,50.912],[-2.617,50.916],[-2.615,50.918],[-2.615,50.923],[-2.607,50.926],[-2.604,50.928],[-2.604,50.931],[-2.606,50.935],[-2.615,50.939],[-2.609,50.942],[-2.606,50.945],[-2.599,50.948],[-2.598,50.95],[-2.599,50.954],[-2.598,50.96]]]},"properties":{"Name":"Yeovil","ID":"E14001603"},"id":540}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.087,53.981],[-1.089,53.979],[-1.096,53.976],[-1.097,53.973],[-1.1,53.973],[-1.097,53.97],[-1.103,53.968],[-1.106,53.969],[-1.11,53.966],[-1.119,53.972],[-1.121,53.976],[-1.126,53.975],[-1.134,53.97],[-1.137,53.969],[-1.14,53.959],[-1.146,53.954],[-1.142,53.949],[-1.144,53.947],[-1.139,53.946],[-1.144,53.94],[-1.135,53.938],[-1.13,53.938],[-1.126,53.941],[-1.12,53.944],[-1.118,53.948],[-1.11,53.95],[-1.106,53.948],[-1.101,53.948],[-1.105,53.942],[-1.102,53.942],[-1.102,53.939],[-1.105,53.936],[-1.102,53.935],[-1.102,53.933],[-1.1,53.931],[-1.102,53.928],[-1.093,53.928],[-1.087,53.936],[-1.08,53.936],[-1.083,53.938],[-1.074,53.94],[-1.069,53.938],[-1.066,53.938],[-1.067,53.942],[-1.064,53.943],[-1.06,53.941],[-1.055,53.943],[-1.053,53.94],[-1.045,53.941],[-1.049,53.945],[-1.043,53.947],[-1.038,53.945],[-1.028,53.945],[-1.017,53.949],[-1.016,53.951],[-1.021,53.955],[-1.03,53.954],[-1.038,53.954],[-1.04,53.957],[-1.044,53.959],[-1.047,53.962],[-1.043,53.963],[-1.045,53.966],[-1.049,53.965],[-1.052,53.967],[-1.051,53.97],[-1.054,53.971],[-1.063,53.968],[-1.061,53.974],[-1.056,53.976],[-1.06,53.979],[-1.065,53.977],[-1.069,53.979],[-1.071,53.978],[-1.075,53.979],[-1.082,53.978],[-1.087,53.981]]]},"properties":{"Name":"York Central","ID":"E14001604"},"id":541}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.925,53.992],[-0.935,53.99],[-0.944,53.989],[-0.953,53.987],[-0.958,53.984],[-0.967,53.986],[-0.973,53.985],[-0.977,53.982],[-0.985,53.982],[-0.991,53.982],[-0.995,53.983],[-0.993,53.986],[-0.988,53.989],[-0.981,53.991],[-0.983,53.993],[-0.979,53.995],[-0.979,53.996],[-0.972,53.997],[-0.972,54.001],[-0.975,54.005],[-0.98,54.003],[-0.98,54.007],[-0.983,54.01],[-0.977,54.016],[-0.979,54.017],[-0.972,54.02],[-0.97,54.026],[-0.973,54.029],[-0.982,54.031],[-0.981,54.034],[-0.982,54.039],[-0.986,54.04],[-0.993,54.044],[-0.994,54.047],[-1,54.051],[-1.004,54.056],[-1.012,54.051],[-1.014,54.049],[-1.024,54.052],[-1.035,54.054],[-1.048,54.055],[-1.06,54.057],[-1.058,54.052],[-1.059,54.05],[-1.062,54.05],[-1.072,54.049],[-1.085,54.048],[-1.089,54.048],[-1.094,54.047],[-1.096,54.04],[-1.1,54.041],[-1.1,54.038],[-1.108,54.037],[-1.115,54.036],[-1.12,54.029],[-1.128,54.031],[-1.141,54.03],[-1.141,54.028],[-1.145,54.025],[-1.145,54.023],[-1.142,54.019],[-1.148,54.016],[-1.143,54.011],[-1.144,54.008],[-1.147,54.007],[-1.149,54.003],[-1.148,54.002],[-1.141,53.997],[-1.139,53.991],[-1.144,53.99],[-1.15,53.989],[-1.153,53.989],[-1.161,53.994],[-1.167,53.996],[-1.173,54.002],[-1.182,54],[-1.189,54.002],[-1.192,54],[-1.189,53.998],[-1.184,53.997],[-1.181,53.99],[-1.182,53.985],[-1.185,53.984],[-1.193,53.984],[-1.201,53.989],[-1.204,53.987],[-1.211,53.985],[-1.217,53.986],[-1.217,53.983],[-1.221,53.981],[-1.224,53.975],[-1.222,53.972],[-1.221,53.969],[-1.217,53.966],[-1.22,53.963],[-1.213,53.956],[-1.209,53.951],[-1.207,53.946],[-1.204,53.944],[-1.203,53.939],[-1.2,53.934],[-1.2,53.932],[-1.198,53.929],[-1.2,53.928],[-1.199,53.925],[-1.196,53.922],[-1.191,53.923],[-1.187,53.918],[-1.186,53.916],[-1.179,53.917],[-1.177,53.914],[-1.171,53.909],[-1.165,53.911],[-1.159,53.899],[-1.154,53.897],[-1.142,53.893],[-1.137,53.896],[-1.135,53.895],[-1.133,53.891],[-1.129,53.889],[-1.125,53.886],[-1.125,53.883],[-1.121,53.883],[-1.116,53.88],[-1.112,53.879],[-1.105,53.876],[-1.101,53.877],[-1.1,53.88],[-1.095,53.884],[-1.091,53.886],[-1.083,53.882],[-1.077,53.883],[-1.074,53.88],[-1.069,53.879],[-1.065,53.875],[-1.057,53.876],[-1.047,53.881],[-1.034,53.884],[-1.023,53.887],[-1.02,53.888],[-1.008,53.89],[-1.003,53.886],[-0.993,53.875],[-0.981,53.878],[-0.968,53.883],[-0.964,53.883],[-0.958,53.884],[-0.948,53.885],[-0.944,53.888],[-0.939,53.888],[-0.938,53.886],[-0.935,53.883],[-0.935,53.88],[-0.93,53.88],[-0.927,53.883],[-0.924,53.881],[-0.925,53.883],[-0.923,53.888],[-0.922,53.888],[-0.921,53.888],[-0.921,53.891],[-0.933,53.89],[-0.941,53.891],[-0.948,53.893],[-0.947,53.896],[-0.941,53.898],[-0.94,53.899],[-0.941,53.904],[-0.938,53.908],[-0.933,53.908],[-0.931,53.915],[-0.932,53.917],[-0.928,53.918],[-0.928,53.92],[-0.924,53.92],[-0.922,53.922],[-0.923,53.925],[-0.929,53.929],[-0.927,53.933],[-0.924,53.934],[-0.926,53.937],[-0.925,53.941],[-0.928,53.942],[-0.927,53.946],[-0.925,53.949],[-0.927,53.952],[-0.927,53.953],[-0.923,53.956],[-0.921,53.96],[-0.925,53.964],[-0.928,53.964],[-0.933,53.967],[-0.934,53.97],[-0.929,53.976],[-0.927,53.98],[-0.928,53.983],[-0.923,53.989],[-0.92,53.99],[-0.925,53.992]],[[-1.087,53.981],[-1.082,53.978],[-1.075,53.979],[-1.071,53.978],[-1.069,53.979],[-1.065,53.977],[-1.06,53.979],[-1.056,53.976],[-1.061,53.974],[-1.063,53.968],[-1.054,53.971],[-1.051,53.97],[-1.052,53.967],[-1.049,53.965],[-1.045,53.966],[-1.043,53.963],[-1.047,53.962],[-1.044,53.959],[-1.04,53.957],[-1.038,53.954],[-1.03,53.954],[-1.021,53.955],[-1.016,53.951],[-1.017,53.949],[-1.028,53.945],[-1.038,53.945],[-1.043,53.947],[-1.049,53.945],[-1.045,53.941],[-1.053,53.94],[-1.055,53.943],[-1.06,53.941],[-1.064,53.943],[-1.067,53.942],[-1.066,53.938],[-1.069,53.938],[-1.074,53.94],[-1.083,53.938],[-1.08,53.936],[-1.087,53.936],[-1.093,53.928],[-1.102,53.928],[-1.1,53.931],[-1.102,53.933],[-1.102,53.935],[-1.105,53.936],[-1.102,53.939],[-1.102,53.942],[-1.105,53.942],[-1.101,53.948],[-1.106,53.948],[-1.11,53.95],[-1.118,53.948],[-1.12,53.944],[-1.126,53.941],[-1.13,53.938],[-1.135,53.938],[-1.144,53.94],[-1.139,53.946],[-1.144,53.947],[-1.142,53.949],[-1.146,53.954],[-1.14,53.959],[-1.137,53.969],[-1.134,53.97],[-1.126,53.975],[-1.121,53.976],[-1.119,53.972],[-1.11,53.966],[-1.106,53.969],[-1.103,53.968],[-1.097,53.97],[-1.1,53.973],[-1.097,53.973],[-1.096,53.976],[-1.089,53.979],[-1.087,53.981]]]},"properties":{"Name":"York Outer","ID":"E14001605"},"id":542}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.049,55.092],[-6.051,55.093],[-6.059,55.091],[-6.067,55.092],[-6.067,55.089],[-6.071,55.09],[-6.078,55.086],[-6.079,55.083],[-6.082,55.082],[-6.089,55.078],[-6.093,55.077],[-6.105,55.073],[-6.126,55.066],[-6.137,55.06],[-6.139,55.058],[-6.143,55.059],[-6.15,55.056],[-6.158,55.044],[-6.16,55.043],[-6.166,55.031],[-6.181,55.034],[-6.185,55.026],[-6.196,55.029],[-6.204,55.03],[-6.224,55.02],[-6.227,55.017],[-6.231,55.016],[-6.268,55.01],[-6.279,55.005],[-6.285,55.004],[-6.287,55.006],[-6.301,55.01],[-6.311,55.008],[-6.315,55.007],[-6.319,55.009],[-6.321,55.011],[-6.324,55.01],[-6.323,55.007],[-6.318,55.003],[-6.322,55],[-6.32,54.998],[-6.32,54.993],[-6.322,54.993],[-6.323,54.989],[-6.325,54.987],[-6.319,54.983],[-6.315,54.981],[-6.314,54.977],[-6.312,54.973],[-6.314,54.969],[-6.312,54.966],[-6.302,54.965],[-6.298,54.96],[-6.289,54.957],[-6.291,54.954],[-6.283,54.953],[-6.277,54.949],[-6.276,54.944],[-6.273,54.943],[-6.268,54.944],[-6.263,54.944],[-6.262,54.941],[-6.265,54.94],[-6.262,54.936],[-6.26,54.932],[-6.256,54.929],[-6.257,54.926],[-6.262,54.923],[-6.254,54.92],[-6.25,54.923],[-6.247,54.922],[-6.244,54.923],[-6.238,54.922],[-6.231,54.927],[-6.227,54.927],[-6.216,54.933],[-6.217,54.922],[-6.21,54.914],[-6.212,54.913],[-6.213,54.905],[-6.21,54.906],[-6.208,54.902],[-6.203,54.897],[-6.2,54.898],[-6.195,54.89],[-6.197,54.888],[-6.202,54.889],[-6.21,54.888],[-6.215,54.885],[-6.216,54.884],[-6.221,54.882],[-6.227,54.876],[-6.234,54.874],[-6.242,54.874],[-6.249,54.871],[-6.249,54.866],[-6.251,54.852],[-6.26,54.846],[-6.264,54.844],[-6.274,54.843],[-6.266,54.831],[-6.259,54.83],[-6.258,54.827],[-6.259,54.824],[-6.261,54.823],[-6.267,54.82],[-6.262,54.818],[-6.259,54.815],[-6.249,54.815],[-6.246,54.817],[-6.24,54.813],[-6.24,54.81],[-6.228,54.808],[-6.227,54.812],[-6.222,54.811],[-6.215,54.813],[-6.213,54.812],[-6.206,54.813],[-6.201,54.812],[-6.198,54.81],[-6.197,54.806],[-6.195,54.806],[-6.189,54.807],[-6.185,54.806],[-6.179,54.808],[-6.176,54.808],[-6.172,54.812],[-6.167,54.811],[-6.153,54.81],[-6.144,54.812],[-6.14,54.811],[-6.144,54.808],[-6.14,54.806],[-6.129,54.806],[-6.119,54.809],[-6.107,54.806],[-6.108,54.801],[-6.103,54.793],[-6.096,54.794],[-6.085,54.794],[-6.079,54.792],[-6.073,54.792],[-6.074,54.794],[-6.08,54.796],[-6.067,54.797],[-6.049,54.792],[-6.05,54.796],[-6.054,54.798],[-6.019,54.8],[-6.01,54.8],[-6.011,54.792],[-6.012,54.788],[-6.006,54.787],[-6.004,54.786],[-5.998,54.785],[-5.992,54.781],[-5.987,54.774],[-5.982,54.776],[-5.981,54.777],[-5.975,54.78],[-5.974,54.783],[-5.968,54.781],[-5.964,54.778],[-5.966,54.775],[-5.962,54.774],[-5.949,54.78],[-5.945,54.778],[-5.94,54.773],[-5.938,54.774],[-5.931,54.775],[-5.922,54.772],[-5.919,54.773],[-5.91,54.778],[-5.902,54.779],[-5.899,54.778],[-5.895,54.776],[-5.887,54.772],[-5.902,54.768],[-5.906,54.765],[-5.902,54.762],[-5.897,54.759],[-5.907,54.755],[-5.905,54.751],[-5.897,54.749],[-5.892,54.745],[-5.896,54.739],[-5.904,54.725],[-5.91,54.72],[-5.91,54.714],[-5.922,54.716],[-5.924,54.712],[-5.93,54.709],[-5.931,54.706],[-5.936,54.703],[-5.938,54.695],[-5.929,54.695],[-5.918,54.693],[-5.908,54.69],[-5.921,54.69],[-5.925,54.688],[-5.921,54.685],[-5.917,54.679],[-5.911,54.682],[-5.911,54.679],[-5.903,54.678],[-5.904,54.676],[-5.897,54.674],[-5.889,54.678],[-5.885,54.68],[-5.88,54.683],[-5.874,54.686],[-5.869,54.689],[-5.856,54.696],[-5.851,54.697],[-5.85,54.699],[-5.847,54.699],[-5.843,54.702],[-5.843,54.704],[-5.831,54.709],[-5.821,54.71],[-5.808,54.713],[-5.806,54.715],[-5.791,54.721],[-5.78,54.723],[-5.775,54.724],[-5.766,54.723],[-5.765,54.721],[-5.758,54.723],[-5.758,54.724],[-5.747,54.727],[-5.741,54.733],[-5.735,54.738],[-5.727,54.738],[-5.719,54.743],[-5.711,54.746],[-5.71,54.75],[-5.707,54.755],[-5.703,54.758],[-5.699,54.76],[-5.697,54.763],[-5.693,54.766],[-5.689,54.767],[-5.694,54.772],[-5.696,54.778],[-5.694,54.783],[-5.694,54.792],[-5.692,54.793],[-5.691,54.8],[-5.69,54.802],[-5.693,54.81],[-5.701,54.819],[-5.701,54.821],[-5.708,54.829],[-5.712,54.835],[-5.716,54.839],[-5.726,54.848],[-5.731,54.848],[-5.74,54.853],[-5.749,54.856],[-5.759,54.859],[-5.764,54.858],[-5.762,54.854],[-5.766,54.852],[-5.771,54.852],[-5.773,54.854],[-5.78,54.858],[-5.783,54.857],[-5.782,54.852],[-5.787,54.851],[-5.791,54.852],[-5.792,54.848],[-5.788,54.843],[-5.778,54.839],[-5.772,54.833],[-5.764,54.83],[-5.761,54.83],[-5.758,54.827],[-5.752,54.825],[-5.754,54.823],[-5.752,54.821],[-5.747,54.819],[-5.744,54.816],[-5.739,54.816],[-5.735,54.813],[-5.732,54.81],[-5.733,54.806],[-5.725,54.8],[-5.724,54.796],[-5.726,54.794],[-5.723,54.793],[-5.72,54.788],[-5.726,54.786],[-5.722,54.782],[-5.723,54.778],[-5.727,54.778],[-5.733,54.789],[-5.74,54.795],[-5.748,54.804],[-5.748,54.808],[-5.742,54.809],[-5.742,54.811],[-5.748,54.814],[-5.75,54.816],[-5.76,54.818],[-5.766,54.818],[-5.772,54.815],[-5.778,54.819],[-5.78,54.816],[-5.787,54.819],[-5.801,54.823],[-5.805,54.825],[-5.808,54.828],[-5.811,54.83],[-5.813,54.834],[-5.813,54.839],[-5.814,54.842],[-5.818,54.846],[-5.813,54.845],[-5.804,54.845],[-5.802,54.842],[-5.798,54.845],[-5.797,54.849],[-5.8,54.854],[-5.806,54.857],[-5.812,54.867],[-5.82,54.872],[-5.823,54.876],[-5.834,54.878],[-5.839,54.881],[-5.841,54.887],[-5.843,54.89],[-5.841,54.892],[-5.842,54.895],[-5.845,54.901],[-5.852,54.9],[-5.857,54.899],[-5.863,54.9],[-5.866,54.902],[-5.875,54.905],[-5.879,54.908],[-5.884,54.913],[-5.884,54.916],[-5.887,54.919],[-5.888,54.923],[-5.891,54.926],[-5.891,54.929],[-5.895,54.935],[-5.902,54.944],[-5.904,54.945],[-5.905,54.948],[-5.912,54.953],[-5.915,54.956],[-5.92,54.962],[-5.931,54.968],[-5.937,54.97],[-5.945,54.971],[-5.951,54.969],[-5.956,54.969],[-5.96,54.971],[-5.962,54.977],[-5.97,54.981],[-5.98,54.979],[-5.984,54.979],[-5.988,54.982],[-5.993,54.986],[-5.993,54.99],[-5.99,54.992],[-5.988,55.001],[-5.983,55.004],[-5.978,55.007],[-5.98,55.012],[-5.977,55.015],[-5.976,55.02],[-5.973,55.022],[-5.973,55.031],[-5.968,55.037],[-5.964,55.048],[-5.967,55.052],[-5.969,55.053],[-5.982,55.058],[-5.996,55.059],[-6.008,55.058],[-6.012,55.057],[-6.024,55.057],[-6.033,55.056],[-6.042,55.053],[-6.052,55.057],[-6.056,55.06],[-6.059,55.064],[-6.055,55.067],[-6.056,55.07],[-6.054,55.073],[-6.054,55.08],[-6.056,55.085],[-6.049,55.089],[-6.049,55.092]]]},"properties":{"Name":"East Antrim","ID":"N05000005"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.476,54.781],[-6.477,54.781],[-6.477,54.78],[-6.48,54.775],[-6.478,54.773],[-6.469,54.767],[-6.468,54.764],[-6.464,54.765],[-6.462,54.767],[-6.462,54.772],[-6.464,54.773],[-6.471,54.771],[-6.478,54.774],[-6.476,54.777],[-6.47,54.779],[-6.471,54.78],[-6.476,54.781]]],[[[-5.925,54.688],[-5.921,54.69],[-5.908,54.69],[-5.918,54.693],[-5.929,54.695],[-5.938,54.695],[-5.936,54.703],[-5.931,54.706],[-5.93,54.709],[-5.924,54.712],[-5.922,54.716],[-5.91,54.714],[-5.91,54.72],[-5.904,54.725],[-5.896,54.739],[-5.892,54.745],[-5.897,54.749],[-5.905,54.751],[-5.907,54.755],[-5.897,54.759],[-5.902,54.762],[-5.906,54.765],[-5.902,54.768],[-5.887,54.772],[-5.895,54.776],[-5.899,54.778],[-5.902,54.779],[-5.91,54.778],[-5.919,54.773],[-5.922,54.772],[-5.931,54.775],[-5.938,54.774],[-5.94,54.773],[-5.945,54.778],[-5.949,54.78],[-5.962,54.774],[-5.966,54.775],[-5.964,54.778],[-5.968,54.781],[-5.974,54.783],[-5.975,54.78],[-5.981,54.777],[-5.982,54.776],[-5.987,54.774],[-5.992,54.781],[-5.998,54.785],[-6.004,54.786],[-6.006,54.787],[-6.012,54.788],[-6.011,54.792],[-6.01,54.8],[-6.019,54.8],[-6.054,54.798],[-6.05,54.796],[-6.049,54.792],[-6.067,54.797],[-6.08,54.796],[-6.074,54.794],[-6.073,54.792],[-6.079,54.792],[-6.085,54.794],[-6.096,54.794],[-6.103,54.793],[-6.108,54.801],[-6.107,54.806],[-6.119,54.809],[-6.129,54.806],[-6.14,54.806],[-6.144,54.808],[-6.14,54.811],[-6.144,54.812],[-6.153,54.81],[-6.167,54.811],[-6.172,54.812],[-6.176,54.808],[-6.179,54.808],[-6.185,54.806],[-6.189,54.807],[-6.195,54.806],[-6.197,54.806],[-6.197,54.803],[-6.199,54.798],[-6.21,54.793],[-6.214,54.794],[-6.213,54.79],[-6.215,54.79],[-6.224,54.79],[-6.227,54.789],[-6.234,54.788],[-6.238,54.793],[-6.249,54.794],[-6.254,54.796],[-6.268,54.799],[-6.268,54.796],[-6.264,54.792],[-6.267,54.791],[-6.276,54.79],[-6.28,54.792],[-6.283,54.79],[-6.29,54.79],[-6.297,54.795],[-6.302,54.796],[-6.302,54.794],[-6.309,54.79],[-6.312,54.792],[-6.318,54.794],[-6.32,54.791],[-6.323,54.791],[-6.327,54.795],[-6.331,54.797],[-6.331,54.799],[-6.338,54.801],[-6.341,54.799],[-6.344,54.801],[-6.352,54.8],[-6.36,54.797],[-6.364,54.79],[-6.364,54.788],[-6.37,54.785],[-6.381,54.783],[-6.385,54.779],[-6.396,54.78],[-6.401,54.782],[-6.403,54.781],[-6.407,54.783],[-6.41,54.783],[-6.42,54.786],[-6.426,54.784],[-6.432,54.789],[-6.435,54.786],[-6.44,54.787],[-6.447,54.785],[-6.459,54.785],[-6.466,54.783],[-6.465,54.78],[-6.461,54.78],[-6.464,54.777],[-6.461,54.774],[-6.461,54.767],[-6.457,54.762],[-6.461,54.759],[-6.466,54.753],[-6.465,54.746],[-6.462,54.746],[-6.459,54.743],[-6.457,54.743],[-6.456,54.74],[-6.461,54.738],[-6.464,54.735],[-6.464,54.728],[-6.469,54.722],[-6.466,54.717],[-6.467,54.716],[-6.464,54.712],[-6.459,54.711],[-6.458,54.709],[-6.453,54.71],[-6.448,54.71],[-6.446,54.708],[-6.439,54.709],[-6.437,54.71],[-6.432,54.71],[-6.429,54.707],[-6.418,54.704],[-6.407,54.703],[-6.402,54.701],[-6.391,54.702],[-6.385,54.704],[-6.369,54.703],[-6.366,54.702],[-6.362,54.706],[-6.359,54.707],[-6.352,54.707],[-6.348,54.706],[-6.344,54.706],[-6.335,54.716],[-6.33,54.716],[-6.328,54.714],[-6.323,54.715],[-6.317,54.718],[-6.312,54.72],[-6.304,54.72],[-6.302,54.718],[-6.297,54.717],[-6.292,54.718],[-6.283,54.725],[-6.277,54.725],[-6.269,54.727],[-6.267,54.728],[-6.262,54.727],[-6.253,54.724],[-6.246,54.72],[-6.241,54.716],[-6.235,54.713],[-6.234,54.709],[-6.231,54.708],[-6.23,54.703],[-6.234,54.702],[-6.235,54.698],[-6.242,54.697],[-6.246,54.696],[-6.249,54.693],[-6.248,54.689],[-6.256,54.686],[-6.26,54.681],[-6.262,54.679],[-6.271,54.672],[-6.278,54.667],[-6.28,54.665],[-6.289,54.657],[-6.295,54.654],[-6.301,54.65],[-6.299,54.644],[-6.299,54.639],[-6.301,54.634],[-6.307,54.625],[-6.314,54.616],[-6.318,54.614],[-6.319,54.611],[-6.318,54.609],[-6.313,54.608],[-6.31,54.609],[-6.305,54.609],[-6.299,54.61],[-6.292,54.609],[-6.285,54.61],[-6.279,54.612],[-6.269,54.61],[-6.265,54.606],[-6.268,54.603],[-6.262,54.6],[-6.266,54.593],[-6.265,54.592],[-6.265,54.588],[-6.27,54.582],[-6.27,54.578],[-6.275,54.577],[-6.281,54.579],[-6.288,54.574],[-6.29,54.574],[-6.296,54.575],[-6.303,54.571],[-6.291,54.561],[-6.278,54.557],[-6.266,54.563],[-6.264,54.563],[-6.251,54.561],[-6.245,54.561],[-6.241,54.559],[-6.235,54.558],[-6.233,54.56],[-6.23,54.565],[-6.227,54.567],[-6.222,54.564],[-6.214,54.564],[-6.212,54.566],[-6.206,54.564],[-6.196,54.566],[-6.187,54.566],[-6.179,54.567],[-6.174,54.563],[-6.178,54.56],[-6.184,54.557],[-6.187,54.556],[-6.192,54.555],[-6.195,54.551],[-6.191,54.547],[-6.192,54.544],[-6.185,54.543],[-6.18,54.541],[-6.183,54.538],[-6.164,54.534],[-6.16,54.536],[-6.16,54.539],[-6.156,54.542],[-6.152,54.544],[-6.148,54.544],[-6.144,54.543],[-6.146,54.539],[-6.143,54.537],[-6.144,54.535],[-6.136,54.534],[-6.137,54.537],[-6.133,54.539],[-6.13,54.536],[-6.124,54.535],[-6.124,54.532],[-6.13,54.527],[-6.129,54.524],[-6.125,54.524],[-6.12,54.524],[-6.115,54.527],[-6.117,54.529],[-6.114,54.531],[-6.115,54.534],[-6.11,54.535],[-6.11,54.529],[-6.107,54.527],[-6.102,54.529],[-6.095,54.529],[-6.099,54.533],[-6.101,54.536],[-6.105,54.537],[-6.102,54.541],[-6.106,54.544],[-6.111,54.545],[-6.106,54.549],[-6.1,54.55],[-6.113,54.556],[-6.112,54.561],[-6.102,54.56],[-6.097,54.559],[-6.082,54.566],[-6.079,54.567],[-6.071,54.568],[-6.061,54.568],[-6.058,54.564],[-6.058,54.562],[-6.056,54.56],[-6.049,54.561],[-6.041,54.564],[-6.045,54.568],[-6.041,54.571],[-6.042,54.578],[-6.044,54.582],[-6.043,54.585],[-6.045,54.587],[-6.044,54.589],[-6.041,54.591],[-6.04,54.596],[-6.044,54.601],[-6.046,54.606],[-6.041,54.613],[-6.021,54.612],[-6.022,54.615],[-6.022,54.626],[-6.023,54.629],[-6.015,54.636],[-6,54.645],[-5.999,54.647],[-5.992,54.651],[-5.991,54.654],[-5.986,54.656],[-5.986,54.66],[-5.983,54.661],[-5.982,54.663],[-5.986,54.665],[-5.98,54.666],[-5.976,54.668],[-5.973,54.672],[-5.979,54.679],[-5.973,54.688],[-5.968,54.686],[-5.968,54.68],[-5.963,54.68],[-5.949,54.679],[-5.95,54.68],[-5.948,54.684],[-5.945,54.684],[-5.942,54.685],[-5.939,54.685],[-5.933,54.686],[-5.925,54.688]]]]},"properties":{"Name":"South Antrim","ID":"N05000014"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.303,54.571],[-6.308,54.572],[-6.31,54.567],[-6.31,54.563],[-6.306,54.56],[-6.313,54.561],[-6.317,54.56],[-6.324,54.56],[-6.326,54.561],[-6.33,54.559],[-6.333,54.555],[-6.34,54.553],[-6.342,54.549],[-6.337,54.546],[-6.332,54.547],[-6.326,54.55],[-6.323,54.55],[-6.321,54.545],[-6.322,54.542],[-6.327,54.541],[-6.331,54.542],[-6.33,54.538],[-6.337,54.533],[-6.34,54.529],[-6.348,54.529],[-6.352,54.533],[-6.354,54.533],[-6.358,54.53],[-6.356,54.528],[-6.351,54.527],[-6.348,54.524],[-6.348,54.52],[-6.351,54.514],[-6.345,54.512],[-6.335,54.51],[-6.335,54.506],[-6.329,54.503],[-6.334,54.501],[-6.343,54.506],[-6.344,54.503],[-6.344,54.501],[-6.345,54.499],[-6.351,54.499],[-6.352,54.497],[-6.356,54.496],[-6.363,54.498],[-6.368,54.499],[-6.372,54.502],[-6.374,54.501],[-6.373,54.498],[-6.365,54.495],[-6.363,54.493],[-6.363,54.489],[-6.36,54.486],[-6.361,54.484],[-6.358,54.48],[-6.353,54.477],[-6.348,54.474],[-6.344,54.475],[-6.339,54.477],[-6.336,54.48],[-6.332,54.48],[-6.328,54.478],[-6.324,54.478],[-6.31,54.472],[-6.306,54.468],[-6.302,54.466],[-6.303,54.465],[-6.309,54.463],[-6.306,54.46],[-6.308,54.458],[-6.309,54.451],[-6.307,54.45],[-6.299,54.45],[-6.291,54.452],[-6.286,54.45],[-6.276,54.45],[-6.271,54.449],[-6.267,54.449],[-6.263,54.454],[-6.254,54.454],[-6.247,54.451],[-6.248,54.448],[-6.239,54.444],[-6.239,54.442],[-6.235,54.441],[-6.232,54.447],[-6.226,54.449],[-6.223,54.451],[-6.217,54.449],[-6.209,54.445],[-6.214,54.441],[-6.212,54.44],[-6.212,54.437],[-6.21,54.433],[-6.218,54.432],[-6.227,54.428],[-6.22,54.426],[-6.222,54.424],[-6.224,54.42],[-6.221,54.416],[-6.226,54.415],[-6.235,54.41],[-6.236,54.408],[-6.241,54.406],[-6.235,54.402],[-6.233,54.397],[-6.239,54.395],[-6.245,54.388],[-6.252,54.388],[-6.257,54.387],[-6.256,54.381],[-6.265,54.38],[-6.267,54.377],[-6.261,54.374],[-6.258,54.369],[-6.253,54.369],[-6.25,54.364],[-6.245,54.364],[-6.242,54.361],[-6.238,54.36],[-6.233,54.36],[-6.227,54.361],[-6.223,54.364],[-6.217,54.361],[-6.21,54.364],[-6.211,54.367],[-6.207,54.369],[-6.202,54.367],[-6.199,54.367],[-6.195,54.364],[-6.195,54.362],[-6.191,54.359],[-6.187,54.356],[-6.18,54.355],[-6.174,54.359],[-6.171,54.358],[-6.166,54.362],[-6.162,54.365],[-6.156,54.364],[-6.155,54.366],[-6.15,54.368],[-6.145,54.363],[-6.139,54.359],[-6.139,54.353],[-6.128,54.348],[-6.126,54.345],[-6.12,54.343],[-6.119,54.344],[-6.11,54.341],[-6.109,54.339],[-6.101,54.339],[-6.096,54.338],[-6.091,54.341],[-6.083,54.341],[-6.083,54.339],[-6.087,54.335],[-6.084,54.332],[-6.086,54.328],[-6.079,54.328],[-6.073,54.327],[-6.07,54.325],[-6.064,54.327],[-6.063,54.333],[-6.06,54.337],[-6.051,54.343],[-6.043,54.347],[-6.041,54.352],[-6.041,54.354],[-6.039,54.356],[-6.032,54.357],[-6.03,54.361],[-6.026,54.362],[-6.026,54.365],[-6.017,54.372],[-6.008,54.373],[-6.004,54.373],[-5.997,54.374],[-5.992,54.374],[-5.984,54.377],[-5.977,54.381],[-5.97,54.384],[-5.958,54.381],[-5.952,54.381],[-5.95,54.379],[-5.945,54.382],[-5.94,54.384],[-5.94,54.386],[-5.94,54.391],[-5.937,54.391],[-5.939,54.398],[-5.945,54.398],[-5.951,54.404],[-5.944,54.404],[-5.945,54.414],[-5.937,54.416],[-5.931,54.422],[-5.924,54.424],[-5.931,54.429],[-5.922,54.432],[-5.915,54.433],[-5.916,54.436],[-5.92,54.439],[-5.917,54.441],[-5.918,54.447],[-5.915,54.45],[-5.907,54.45],[-5.906,54.452],[-5.9,54.455],[-5.9,54.457],[-5.904,54.459],[-5.903,54.462],[-5.892,54.465],[-5.876,54.467],[-5.877,54.469],[-5.875,54.475],[-5.872,54.476],[-5.874,54.48],[-5.877,54.479],[-5.884,54.486],[-5.881,54.494],[-5.888,54.497],[-5.892,54.496],[-5.894,54.499],[-5.9,54.497],[-5.905,54.496],[-5.908,54.498],[-5.913,54.498],[-5.919,54.496],[-5.922,54.498],[-5.93,54.503],[-5.934,54.5],[-5.94,54.498],[-5.942,54.495],[-5.956,54.492],[-5.963,54.492],[-5.974,54.494],[-5.979,54.494],[-5.984,54.499],[-5.986,54.502],[-5.982,54.503],[-5.979,54.506],[-5.98,54.508],[-5.977,54.509],[-5.975,54.512],[-5.976,54.516],[-5.981,54.516],[-5.986,54.519],[-5.986,54.521],[-5.994,54.521],[-6.003,54.526],[-5.995,54.539],[-5.994,54.543],[-5.999,54.542],[-6.005,54.547],[-6.01,54.548],[-6.012,54.545],[-6.016,54.543],[-6.013,54.541],[-6.014,54.539],[-6.018,54.537],[-6.022,54.538],[-6.028,54.532],[-6.032,54.532],[-6.038,54.538],[-6.041,54.538],[-6.043,54.541],[-6.046,54.54],[-6.053,54.544],[-6.052,54.547],[-6.056,54.55],[-6.063,54.556],[-6.06,54.556],[-6.056,54.56],[-6.058,54.562],[-6.058,54.564],[-6.061,54.568],[-6.071,54.568],[-6.079,54.567],[-6.082,54.566],[-6.097,54.559],[-6.102,54.56],[-6.112,54.561],[-6.113,54.556],[-6.1,54.55],[-6.106,54.549],[-6.111,54.545],[-6.106,54.544],[-6.102,54.541],[-6.105,54.537],[-6.101,54.536],[-6.099,54.533],[-6.095,54.529],[-6.102,54.529],[-6.107,54.527],[-6.11,54.529],[-6.11,54.535],[-6.115,54.534],[-6.114,54.531],[-6.117,54.529],[-6.115,54.527],[-6.12,54.524],[-6.125,54.524],[-6.129,54.524],[-6.13,54.527],[-6.124,54.532],[-6.124,54.535],[-6.13,54.536],[-6.133,54.539],[-6.137,54.537],[-6.136,54.534],[-6.144,54.535],[-6.143,54.537],[-6.146,54.539],[-6.144,54.543],[-6.148,54.544],[-6.152,54.544],[-6.156,54.542],[-6.16,54.539],[-6.16,54.536],[-6.164,54.534],[-6.183,54.538],[-6.18,54.541],[-6.185,54.543],[-6.192,54.544],[-6.191,54.547],[-6.195,54.551],[-6.192,54.555],[-6.187,54.556],[-6.184,54.557],[-6.178,54.56],[-6.174,54.563],[-6.179,54.567],[-6.187,54.566],[-6.196,54.566],[-6.206,54.564],[-6.212,54.566],[-6.214,54.564],[-6.222,54.564],[-6.227,54.567],[-6.23,54.565],[-6.233,54.56],[-6.235,54.558],[-6.241,54.559],[-6.245,54.561],[-6.251,54.561],[-6.264,54.563],[-6.266,54.563],[-6.278,54.557],[-6.291,54.561],[-6.303,54.571]]]},"properties":{"Name":"Lagan Valley","ID":"N05000009"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.363,54.489],[-6.371,54.49],[-6.384,54.492],[-6.382,54.497],[-6.386,54.497],[-6.389,54.495],[-6.39,54.49],[-6.389,54.487],[-6.393,54.487],[-6.398,54.49],[-6.403,54.489],[-6.405,54.487],[-6.414,54.486],[-6.412,54.496],[-6.415,54.498],[-6.415,54.501],[-6.42,54.509],[-6.419,54.513],[-6.422,54.515],[-6.43,54.51],[-6.436,54.508],[-6.449,54.508],[-6.46,54.51],[-6.464,54.512],[-6.466,54.515],[-6.48,54.517],[-6.48,54.519],[-6.487,54.518],[-6.498,54.519],[-6.509,54.517],[-6.511,54.513],[-6.515,54.512],[-6.518,54.507],[-6.521,54.506],[-6.528,54.506],[-6.535,54.508],[-6.54,54.507],[-6.547,54.505],[-6.55,54.504],[-6.556,54.506],[-6.556,54.508],[-6.559,54.511],[-6.569,54.51],[-6.571,54.512],[-6.571,54.514],[-6.564,54.515],[-6.562,54.517],[-6.566,54.52],[-6.569,54.518],[-6.576,54.519],[-6.578,54.518],[-6.577,54.513],[-6.582,54.509],[-6.588,54.508],[-6.58,54.502],[-6.577,54.501],[-6.576,54.499],[-6.576,54.495],[-6.574,54.492],[-6.566,54.492],[-6.57,54.488],[-6.572,54.485],[-6.572,54.48],[-6.567,54.477],[-6.57,54.474],[-6.57,54.47],[-6.567,54.466],[-6.57,54.464],[-6.573,54.465],[-6.583,54.461],[-6.593,54.459],[-6.6,54.462],[-6.603,54.462],[-6.61,54.459],[-6.615,54.451],[-6.625,54.454],[-6.628,54.454],[-6.63,54.456],[-6.632,54.46],[-6.64,54.461],[-6.642,54.46],[-6.643,54.46],[-6.644,54.458],[-6.642,54.453],[-6.643,54.451],[-6.638,54.448],[-6.637,54.445],[-6.633,54.445],[-6.629,54.442],[-6.625,54.44],[-6.625,54.435],[-6.63,54.426],[-6.637,54.424],[-6.646,54.424],[-6.646,54.42],[-6.65,54.418],[-6.644,54.415],[-6.646,54.41],[-6.638,54.41],[-6.632,54.409],[-6.633,54.407],[-6.637,54.406],[-6.638,54.403],[-6.64,54.399],[-6.64,54.396],[-6.642,54.391],[-6.639,54.389],[-6.634,54.389],[-6.637,54.386],[-6.638,54.382],[-6.635,54.38],[-6.627,54.381],[-6.623,54.384],[-6.621,54.387],[-6.613,54.389],[-6.611,54.393],[-6.608,54.396],[-6.604,54.396],[-6.6,54.394],[-6.595,54.388],[-6.589,54.389],[-6.582,54.388],[-6.577,54.391],[-6.574,54.39],[-6.57,54.396],[-6.565,54.394],[-6.563,54.396],[-6.56,54.394],[-6.549,54.397],[-6.541,54.396],[-6.541,54.4],[-6.537,54.401],[-6.534,54.398],[-6.527,54.398],[-6.524,54.397],[-6.521,54.393],[-6.517,54.394],[-6.518,54.396],[-6.516,54.398],[-6.509,54.398],[-6.503,54.4],[-6.496,54.399],[-6.491,54.403],[-6.49,54.401],[-6.487,54.397],[-6.481,54.397],[-6.479,54.395],[-6.48,54.39],[-6.466,54.383],[-6.465,54.38],[-6.458,54.379],[-6.455,54.38],[-6.452,54.377],[-6.445,54.375],[-6.443,54.376],[-6.444,54.381],[-6.441,54.384],[-6.437,54.379],[-6.434,54.378],[-6.425,54.378],[-6.425,54.375],[-6.421,54.372],[-6.418,54.369],[-6.413,54.373],[-6.408,54.373],[-6.402,54.376],[-6.399,54.375],[-6.397,54.371],[-6.392,54.37],[-6.389,54.374],[-6.385,54.371],[-6.384,54.366],[-6.378,54.359],[-6.377,54.354],[-6.375,54.351],[-6.369,54.349],[-6.365,54.346],[-6.363,54.341],[-6.357,54.338],[-6.353,54.337],[-6.348,54.338],[-6.339,54.34],[-6.335,54.338],[-6.327,54.337],[-6.324,54.337],[-6.319,54.332],[-6.314,54.334],[-6.309,54.338],[-6.309,54.343],[-6.305,54.345],[-6.304,54.348],[-6.298,54.348],[-6.298,54.345],[-6.294,54.34],[-6.288,54.338],[-6.293,54.335],[-6.289,54.331],[-6.283,54.331],[-6.278,54.328],[-6.273,54.327],[-6.265,54.323],[-6.256,54.321],[-6.255,54.323],[-6.248,54.326],[-6.248,54.328],[-6.242,54.328],[-6.24,54.331],[-6.242,54.334],[-6.246,54.338],[-6.244,54.34],[-6.24,54.341],[-6.239,54.345],[-6.236,54.349],[-6.233,54.351],[-6.234,54.357],[-6.238,54.36],[-6.242,54.361],[-6.245,54.364],[-6.25,54.364],[-6.253,54.369],[-6.258,54.369],[-6.261,54.374],[-6.267,54.377],[-6.265,54.38],[-6.256,54.381],[-6.257,54.387],[-6.252,54.388],[-6.245,54.388],[-6.239,54.395],[-6.233,54.397],[-6.235,54.402],[-6.241,54.406],[-6.236,54.408],[-6.235,54.41],[-6.226,54.415],[-6.221,54.416],[-6.224,54.42],[-6.222,54.424],[-6.22,54.426],[-6.227,54.428],[-6.218,54.432],[-6.21,54.433],[-6.212,54.437],[-6.212,54.44],[-6.214,54.441],[-6.209,54.445],[-6.217,54.449],[-6.223,54.451],[-6.226,54.449],[-6.232,54.447],[-6.235,54.441],[-6.239,54.442],[-6.239,54.444],[-6.248,54.448],[-6.247,54.451],[-6.254,54.454],[-6.263,54.454],[-6.267,54.449],[-6.271,54.449],[-6.276,54.45],[-6.286,54.45],[-6.291,54.452],[-6.299,54.45],[-6.307,54.45],[-6.309,54.451],[-6.308,54.458],[-6.306,54.46],[-6.309,54.463],[-6.303,54.465],[-6.302,54.466],[-6.306,54.468],[-6.31,54.472],[-6.324,54.478],[-6.328,54.478],[-6.332,54.48],[-6.336,54.48],[-6.339,54.477],[-6.344,54.475],[-6.348,54.474],[-6.353,54.477],[-6.358,54.48],[-6.361,54.484],[-6.36,54.486],[-6.363,54.489]]]},"properties":{"Name":"Upper Bann","ID":"N05000017"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.925,54.688],[-5.933,54.686],[-5.939,54.685],[-5.942,54.685],[-5.945,54.684],[-5.948,54.684],[-5.95,54.68],[-5.949,54.679],[-5.963,54.68],[-5.968,54.68],[-5.968,54.686],[-5.973,54.688],[-5.979,54.679],[-5.973,54.672],[-5.976,54.668],[-5.98,54.666],[-5.986,54.665],[-5.982,54.663],[-5.983,54.661],[-5.986,54.66],[-5.986,54.656],[-5.991,54.654],[-5.992,54.651],[-5.999,54.647],[-6,54.645],[-6.015,54.636],[-6.023,54.629],[-6.022,54.626],[-6.022,54.615],[-6.021,54.612],[-6.009,54.612],[-6.006,54.61],[-6.003,54.612],[-5.998,54.613],[-5.99,54.614],[-5.986,54.612],[-5.98,54.611],[-5.973,54.609],[-5.959,54.612],[-5.939,54.608],[-5.935,54.607],[-5.938,54.603],[-5.935,54.603],[-5.922,54.6],[-5.921,54.6],[-5.92,54.6],[-5.92,54.601],[-5.92,54.602],[-5.92,54.603],[-5.92,54.605],[-5.912,54.611],[-5.907,54.616],[-5.897,54.623],[-5.9,54.624],[-5.888,54.63],[-5.884,54.634],[-5.888,54.637],[-5.897,54.633],[-5.9,54.63],[-5.907,54.63],[-5.908,54.635],[-5.902,54.635],[-5.9,54.638],[-5.905,54.64],[-5.905,54.642],[-5.916,54.642],[-5.916,54.646],[-5.913,54.649],[-5.906,54.656],[-5.904,54.659],[-5.901,54.66],[-5.902,54.664],[-5.899,54.669],[-5.899,54.672],[-5.897,54.674],[-5.904,54.676],[-5.903,54.678],[-5.911,54.679],[-5.911,54.682],[-5.917,54.679],[-5.921,54.685],[-5.925,54.688]]]},"properties":{"Name":"Belfast North","ID":"N05000002"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.538,54.952],[-6.54,54.955],[-6.537,54.958],[-6.544,54.958],[-6.547,54.963],[-6.548,54.969],[-6.551,54.973],[-6.55,54.976],[-6.547,54.978],[-6.546,54.98],[-6.552,54.983],[-6.56,54.983],[-6.57,54.985],[-6.571,54.989],[-6.571,54.993],[-6.574,54.996],[-6.577,55.002],[-6.581,55.006],[-6.582,55.01],[-6.579,55.012],[-6.576,55.018],[-6.576,55.023],[-6.574,55.027],[-6.574,55.032],[-6.573,55.035],[-6.573,55.038],[-6.579,55.045],[-6.583,55.051],[-6.58,55.057],[-6.583,55.06],[-6.585,55.064],[-6.589,55.066],[-6.597,55.068],[-6.607,55.077],[-6.608,55.079],[-6.603,55.083],[-6.585,55.088],[-6.573,55.105],[-6.57,55.113],[-6.569,55.13],[-6.568,55.135],[-6.562,55.135],[-6.558,55.137],[-6.557,55.139],[-6.553,55.14],[-6.544,55.144],[-6.535,55.145],[-6.531,55.143],[-6.518,55.143],[-6.517,55.148],[-6.52,55.153],[-6.522,55.158],[-6.522,55.161],[-6.526,55.173],[-6.524,55.179],[-6.524,55.184],[-6.526,55.186],[-6.525,55.189],[-6.527,55.19],[-6.526,55.193],[-6.526,55.199],[-6.531,55.2],[-6.53,55.202],[-6.534,55.205],[-6.532,55.207],[-6.535,55.209],[-6.529,55.212],[-6.531,55.214],[-6.528,55.22],[-6.536,55.22],[-6.545,55.22],[-6.544,55.217],[-6.548,55.216],[-6.551,55.216],[-6.553,55.22],[-6.557,55.217],[-6.572,55.215],[-6.577,55.214],[-6.577,55.212],[-6.584,55.21],[-6.592,55.208],[-6.594,55.208],[-6.607,55.206],[-6.614,55.206],[-6.623,55.208],[-6.629,55.208],[-6.639,55.206],[-6.646,55.205],[-6.65,55.205],[-6.652,55.208],[-6.654,55.209],[-6.658,55.212],[-6.663,55.211],[-6.659,55.208],[-6.656,55.206],[-6.655,55.203],[-6.657,55.2],[-6.661,55.199],[-6.665,55.199],[-6.677,55.199],[-6.686,55.197],[-6.689,55.195],[-6.694,55.196],[-6.698,55.194],[-6.708,55.193],[-6.714,55.188],[-6.719,55.189],[-6.719,55.184],[-6.723,55.183],[-6.725,55.18],[-6.724,55.175],[-6.725,55.173],[-6.734,55.171],[-6.754,55.168],[-6.765,55.168],[-6.769,55.167],[-6.762,55.164],[-6.744,55.166],[-6.734,55.164],[-6.727,55.163],[-6.726,55.161],[-6.721,55.161],[-6.717,55.159],[-6.695,55.154],[-6.692,55.152],[-6.684,55.149],[-6.687,55.148],[-6.697,55.153],[-6.702,55.153],[-6.709,55.156],[-6.713,55.154],[-6.718,55.156],[-6.724,55.159],[-6.736,55.162],[-6.742,55.163],[-6.748,55.162],[-6.752,55.16],[-6.757,55.16],[-6.763,55.162],[-6.767,55.162],[-6.77,55.165],[-6.776,55.169],[-6.79,55.168],[-6.793,55.168],[-6.801,55.168],[-6.81,55.168],[-6.815,55.167],[-6.834,55.167],[-6.852,55.167],[-6.875,55.168],[-6.891,55.17],[-6.909,55.173],[-6.921,55.176],[-6.93,55.18],[-6.945,55.188],[-6.953,55.193],[-6.964,55.195],[-6.966,55.194],[-6.963,55.189],[-6.96,55.182],[-6.963,55.165],[-6.965,55.161],[-6.967,55.153],[-6.969,55.148],[-6.972,55.146],[-6.973,55.142],[-6.975,55.139],[-6.978,55.134],[-6.984,55.125],[-6.987,55.12],[-6.988,55.116],[-6.993,55.114],[-6.99,55.111],[-6.993,55.109],[-6.987,55.108],[-6.982,55.108],[-6.978,55.105],[-6.987,55.105],[-6.993,55.106],[-6.996,55.106],[-7.006,55.107],[-7.011,55.106],[-7.015,55.104],[-7.02,55.1],[-7.022,55.096],[-7.023,55.09],[-7.022,55.087],[-7.016,55.082],[-7.014,55.08],[-7.014,55.077],[-7.017,55.073],[-7.027,55.067],[-7.045,55.058],[-7.043,55.052],[-7.049,55.052],[-7.052,55.05],[-7.06,55.048],[-7.074,55.046],[-7.08,55.047],[-7.083,55.045],[-7.089,55.045],[-7.092,55.045],[-7.096,55.044],[-7.11,55.043],[-7.118,55.043],[-7.132,55.042],[-7.146,55.045],[-7.149,55.047],[-7.149,55.057],[-7.162,55.06],[-7.183,55.061],[-7.186,55.046],[-7.188,55.043],[-7.187,55.037],[-7.182,55.036],[-7.18,55.034],[-7.178,55.032],[-7.183,55.032],[-7.194,55.029],[-7.195,55.026],[-7.2,55.023],[-7.193,55.018],[-7.189,55.02],[-7.187,55.022],[-7.183,55.021],[-7.181,55.012],[-7.182,55.006],[-7.184,55.004],[-7.191,55.003],[-7.191,55],[-7.199,55.001],[-7.199,55.002],[-7.208,55.004],[-7.211,55.006],[-7.214,55.003],[-7.211,55.001],[-7.209,54.996],[-7.205,54.992],[-7.204,54.989],[-7.211,54.987],[-7.213,54.987],[-7.214,54.983],[-7.212,54.982],[-7.21,54.978],[-7.205,54.976],[-7.206,54.972],[-7.209,54.969],[-7.21,54.966],[-7.208,54.964],[-7.216,54.963],[-7.224,54.961],[-7.229,54.956],[-7.227,54.952],[-7.232,54.95],[-7.246,54.948],[-7.25,54.946],[-7.251,54.942],[-7.255,54.94],[-7.262,54.925],[-7.266,54.919],[-7.26,54.918],[-7.258,54.914],[-7.263,54.905],[-7.27,54.899],[-7.273,54.893],[-7.27,54.892],[-7.27,54.888],[-7.259,54.887],[-7.249,54.886],[-7.243,54.884],[-7.239,54.885],[-7.23,54.887],[-7.222,54.887],[-7.214,54.885],[-7.203,54.887],[-7.201,54.889],[-7.198,54.886],[-7.199,54.883],[-7.198,54.878],[-7.204,54.875],[-7.206,54.867],[-7.2,54.864],[-7.194,54.86],[-7.188,54.857],[-7.201,54.856],[-7.204,54.854],[-7.191,54.846],[-7.182,54.851],[-7.178,54.854],[-7.172,54.853],[-7.166,54.854],[-7.165,54.855],[-7.156,54.857],[-7.154,54.856],[-7.159,54.852],[-7.157,54.848],[-7.143,54.842],[-7.139,54.838],[-7.131,54.835],[-7.129,54.832],[-7.125,54.831],[-7.123,54.828],[-7.113,54.826],[-7.103,54.822],[-7.102,54.813],[-7.098,54.814],[-7.092,54.819],[-7.076,54.816],[-7.064,54.811],[-7.054,54.812],[-7.044,54.817],[-7.039,54.82],[-7.022,54.821],[-7.004,54.821],[-6.996,54.826],[-6.993,54.83],[-6.989,54.83],[-6.987,54.833],[-6.982,54.831],[-6.972,54.828],[-6.965,54.831],[-6.953,54.831],[-6.946,54.834],[-6.935,54.831],[-6.931,54.826],[-6.922,54.824],[-6.919,54.821],[-6.912,54.82],[-6.907,54.823],[-6.898,54.824],[-6.892,54.83],[-6.887,54.832],[-6.886,54.834],[-6.887,54.853],[-6.864,54.857],[-6.856,54.857],[-6.851,54.851],[-6.834,54.85],[-6.818,54.846],[-6.803,54.847],[-6.794,54.854],[-6.792,54.857],[-6.782,54.862],[-6.782,54.864],[-6.783,54.868],[-6.782,54.871],[-6.777,54.872],[-6.77,54.872],[-6.768,54.876],[-6.77,54.878],[-6.769,54.884],[-6.764,54.889],[-6.764,54.893],[-6.762,54.897],[-6.758,54.899],[-6.758,54.903],[-6.76,54.906],[-6.769,54.904],[-6.773,54.906],[-6.777,54.909],[-6.774,54.911],[-6.775,54.914],[-6.77,54.915],[-6.759,54.921],[-6.753,54.922],[-6.747,54.924],[-6.738,54.925],[-6.738,54.929],[-6.725,54.931],[-6.72,54.931],[-6.707,54.932],[-6.705,54.929],[-6.702,54.927],[-6.702,54.924],[-6.699,54.922],[-6.697,54.919],[-6.694,54.919],[-6.69,54.916],[-6.686,54.919],[-6.679,54.92],[-6.675,54.918],[-6.671,54.919],[-6.667,54.921],[-6.668,54.924],[-6.657,54.922],[-6.647,54.929],[-6.644,54.933],[-6.643,54.937],[-6.635,54.937],[-6.617,54.938],[-6.615,54.934],[-6.609,54.932],[-6.601,54.933],[-6.593,54.93],[-6.591,54.928],[-6.583,54.926],[-6.58,54.93],[-6.576,54.93],[-6.574,54.928],[-6.566,54.932],[-6.561,54.932],[-6.557,54.931],[-6.557,54.936],[-6.547,54.936],[-6.542,54.933],[-6.537,54.934],[-6.542,54.938],[-6.539,54.942],[-6.539,54.949],[-6.538,54.952]]]},"properties":{"Name":"East Londonderry","ID":"N05000006"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.912,54.82],[-6.919,54.821],[-6.922,54.824],[-6.931,54.826],[-6.935,54.831],[-6.946,54.834],[-6.953,54.831],[-6.965,54.831],[-6.972,54.828],[-6.982,54.831],[-6.987,54.833],[-6.989,54.83],[-6.993,54.83],[-6.996,54.826],[-7.004,54.821],[-7.022,54.821],[-7.039,54.82],[-7.044,54.817],[-7.054,54.812],[-7.064,54.811],[-7.076,54.816],[-7.092,54.819],[-7.098,54.814],[-7.102,54.813],[-7.103,54.822],[-7.113,54.826],[-7.123,54.828],[-7.125,54.831],[-7.129,54.832],[-7.131,54.835],[-7.139,54.838],[-7.143,54.842],[-7.157,54.848],[-7.159,54.852],[-7.154,54.856],[-7.156,54.857],[-7.165,54.855],[-7.166,54.854],[-7.172,54.853],[-7.178,54.854],[-7.182,54.851],[-7.191,54.846],[-7.204,54.854],[-7.201,54.856],[-7.188,54.857],[-7.194,54.86],[-7.2,54.864],[-7.206,54.867],[-7.204,54.875],[-7.198,54.878],[-7.199,54.883],[-7.198,54.886],[-7.201,54.889],[-7.203,54.887],[-7.214,54.885],[-7.222,54.887],[-7.23,54.887],[-7.239,54.885],[-7.243,54.884],[-7.249,54.886],[-7.259,54.887],[-7.27,54.888],[-7.27,54.892],[-7.273,54.893],[-7.27,54.899],[-7.263,54.905],[-7.258,54.914],[-7.26,54.918],[-7.266,54.919],[-7.262,54.925],[-7.255,54.94],[-7.251,54.942],[-7.25,54.946],[-7.246,54.948],[-7.232,54.95],[-7.227,54.952],[-7.229,54.956],[-7.224,54.961],[-7.216,54.963],[-7.208,54.964],[-7.21,54.966],[-7.209,54.969],[-7.206,54.972],[-7.205,54.976],[-7.21,54.978],[-7.212,54.982],[-7.214,54.983],[-7.22,54.981],[-7.221,54.978],[-7.225,54.976],[-7.232,54.972],[-7.241,54.976],[-7.246,54.976],[-7.248,54.978],[-7.254,54.976],[-7.254,54.975],[-7.26,54.974],[-7.265,54.976],[-7.273,54.976],[-7.282,54.977],[-7.28,54.973],[-7.29,54.967],[-7.3,54.97],[-7.299,54.971],[-7.309,54.973],[-7.316,54.972],[-7.316,54.969],[-7.324,54.963],[-7.325,54.962],[-7.336,54.962],[-7.339,54.958],[-7.343,54.956],[-7.349,54.957],[-7.352,54.956],[-7.35,54.953],[-7.354,54.953],[-7.357,54.95],[-7.363,54.953],[-7.365,54.956],[-7.371,54.957],[-7.384,54.947],[-7.391,54.945],[-7.399,54.941],[-7.409,54.94],[-7.416,54.942],[-7.421,54.94],[-7.428,54.939],[-7.441,54.934],[-7.446,54.929],[-7.447,54.927],[-7.445,54.919],[-7.441,54.914],[-7.441,54.909],[-7.445,54.905],[-7.448,54.904],[-7.451,54.898],[-7.45,54.895],[-7.444,54.887],[-7.442,54.881],[-7.442,54.874],[-7.444,54.869],[-7.455,54.86],[-7.457,54.853],[-7.461,54.854],[-7.461,54.85],[-7.463,54.848],[-7.47,54.84],[-7.47,54.836],[-7.472,54.834],[-7.481,54.831],[-7.482,54.828],[-7.484,54.824],[-7.495,54.819],[-7.501,54.818],[-7.507,54.814],[-7.513,54.811],[-7.517,54.808],[-7.522,54.808],[-7.528,54.808],[-7.529,54.805],[-7.529,54.802],[-7.535,54.802],[-7.539,54.801],[-7.542,54.799],[-7.542,54.796],[-7.546,54.794],[-7.549,54.789],[-7.545,54.787],[-7.543,54.78],[-7.547,54.775],[-7.548,54.773],[-7.546,54.768],[-7.546,54.762],[-7.548,54.759],[-7.547,54.755],[-7.539,54.751],[-7.535,54.747],[-7.538,54.747],[-7.546,54.742],[-7.549,54.74],[-7.558,54.745],[-7.564,54.744],[-7.57,54.744],[-7.578,54.742],[-7.58,54.744],[-7.576,54.749],[-7.578,54.75],[-7.587,54.75],[-7.589,54.745],[-7.601,54.746],[-7.605,54.744],[-7.612,54.744],[-7.618,54.743],[-7.621,54.745],[-7.637,54.751],[-7.646,54.747],[-7.651,54.744],[-7.66,54.742],[-7.671,54.736],[-7.676,54.733],[-7.677,54.731],[-7.688,54.73],[-7.697,54.726],[-7.698,54.724],[-7.702,54.726],[-7.712,54.726],[-7.727,54.719],[-7.735,54.717],[-7.735,54.715],[-7.741,54.712],[-7.743,54.707],[-7.746,54.704],[-7.756,54.705],[-7.758,54.707],[-7.77,54.709],[-7.774,54.709],[-7.779,54.711],[-7.778,54.713],[-7.782,54.717],[-7.787,54.718],[-7.789,54.72],[-7.795,54.72],[-7.8,54.718],[-7.806,54.719],[-7.809,54.721],[-7.808,54.723],[-7.813,54.724],[-7.813,54.726],[-7.818,54.73],[-7.818,54.734],[-7.825,54.736],[-7.828,54.735],[-7.837,54.736],[-7.84,54.734],[-7.845,54.732],[-7.848,54.729],[-7.855,54.727],[-7.874,54.709],[-7.879,54.703],[-7.884,54.704],[-7.89,54.703],[-7.895,54.7],[-7.901,54.702],[-7.911,54.701],[-7.918,54.702],[-7.921,54.696],[-7.917,54.696],[-7.911,54.693],[-7.908,54.689],[-7.9,54.691],[-7.898,54.688],[-7.898,54.685],[-7.906,54.681],[-7.914,54.676],[-7.912,54.674],[-7.911,54.67],[-7.907,54.666],[-7.905,54.666],[-7.904,54.663],[-7.9,54.662],[-7.898,54.659],[-7.893,54.657],[-7.887,54.657],[-7.882,54.655],[-7.877,54.656],[-7.871,54.653],[-7.865,54.653],[-7.857,54.65],[-7.856,54.645],[-7.854,54.643],[-7.857,54.64],[-7.857,54.639],[-7.851,54.636],[-7.851,54.635],[-7.855,54.632],[-7.852,54.631],[-7.843,54.634],[-7.834,54.634],[-7.829,54.633],[-7.824,54.636],[-7.819,54.641],[-7.815,54.643],[-7.808,54.64],[-7.805,54.635],[-7.801,54.634],[-7.795,54.633],[-7.79,54.634],[-7.784,54.633],[-7.779,54.629],[-7.772,54.623],[-7.765,54.623],[-7.759,54.625],[-7.754,54.619],[-7.748,54.619],[-7.743,54.62],[-7.739,54.619],[-7.739,54.623],[-7.73,54.626],[-7.726,54.628],[-7.717,54.629],[-7.713,54.631],[-7.71,54.635],[-7.708,54.635],[-7.705,54.632],[-7.703,54.627],[-7.706,54.62],[-7.703,54.619],[-7.695,54.618],[-7.694,54.615],[-7.698,54.611],[-7.703,54.608],[-7.7,54.608],[-7.69,54.61],[-7.69,54.607],[-7.694,54.605],[-7.691,54.603],[-7.683,54.605],[-7.676,54.603],[-7.679,54.6],[-7.674,54.596],[-7.677,54.594],[-7.676,54.592],[-7.671,54.587],[-7.665,54.583],[-7.661,54.584],[-7.657,54.583],[-7.653,54.584],[-7.648,54.584],[-7.643,54.585],[-7.639,54.584],[-7.632,54.584],[-7.625,54.585],[-7.623,54.583],[-7.624,54.58],[-7.62,54.577],[-7.615,54.575],[-7.611,54.576],[-7.604,54.574],[-7.601,54.572],[-7.599,54.566],[-7.597,54.565],[-7.59,54.567],[-7.588,54.564],[-7.581,54.565],[-7.564,54.567],[-7.552,54.57],[-7.546,54.57],[-7.54,54.566],[-7.538,54.561],[-7.534,54.56],[-7.528,54.556],[-7.531,54.552],[-7.536,54.549],[-7.546,54.546],[-7.549,54.543],[-7.558,54.544],[-7.56,54.542],[-7.56,54.539],[-7.562,54.537],[-7.557,54.534],[-7.558,54.532],[-7.563,54.531],[-7.565,54.525],[-7.569,54.523],[-7.572,54.519],[-7.573,54.517],[-7.571,54.513],[-7.573,54.511],[-7.576,54.509],[-7.575,54.506],[-7.564,54.503],[-7.569,54.496],[-7.573,54.494],[-7.57,54.488],[-7.576,54.485],[-7.575,54.483],[-7.579,54.481],[-7.583,54.475],[-7.573,54.471],[-7.572,54.469],[-7.569,54.467],[-7.566,54.462],[-7.563,54.459],[-7.564,54.457],[-7.563,54.454],[-7.565,54.452],[-7.558,54.451],[-7.554,54.449],[-7.554,54.445],[-7.556,54.444],[-7.558,54.439],[-7.554,54.439],[-7.552,54.437],[-7.554,54.435],[-7.548,54.434],[-7.541,54.43],[-7.539,54.426],[-7.528,54.421],[-7.533,54.419],[-7.527,54.413],[-7.523,54.414],[-7.517,54.412],[-7.513,54.408],[-7.509,54.406],[-7.503,54.409],[-7.495,54.411],[-7.493,54.414],[-7.48,54.417],[-7.473,54.421],[-7.464,54.422],[-7.458,54.425],[-7.444,54.426],[-7.425,54.433],[-7.421,54.439],[-7.425,54.441],[-7.425,54.443],[-7.413,54.442],[-7.409,54.44],[-7.398,54.44],[-7.391,54.443],[-7.389,54.44],[-7.382,54.439],[-7.377,54.437],[-7.366,54.438],[-7.359,54.44],[-7.341,54.444],[-7.331,54.445],[-7.324,54.444],[-7.32,54.445],[-7.315,54.442],[-7.306,54.444],[-7.302,54.443],[-7.294,54.444],[-7.292,54.446],[-7.286,54.447],[-7.288,54.45],[-7.285,54.451],[-7.279,54.451],[-7.276,54.451],[-7.273,54.454],[-7.269,54.455],[-7.271,54.458],[-7.267,54.459],[-7.263,54.457],[-7.263,54.455],[-7.258,54.453],[-7.253,54.451],[-7.243,54.454],[-7.241,54.456],[-7.236,54.455],[-7.234,54.459],[-7.229,54.458],[-7.226,54.462],[-7.219,54.466],[-7.216,54.465],[-7.21,54.468],[-7.208,54.467],[-7.199,54.466],[-7.197,54.469],[-7.198,54.472],[-7.203,54.476],[-7.201,54.477],[-7.196,54.477],[-7.187,54.473],[-7.181,54.475],[-7.177,54.474],[-7.17,54.474],[-7.167,54.476],[-7.16,54.473],[-7.155,54.473],[-7.151,54.477],[-7.135,54.481],[-7.129,54.476],[-7.122,54.475],[-7.118,54.477],[-7.116,54.48],[-7.119,54.483],[-7.123,54.484],[-7.122,54.487],[-7.117,54.486],[-7.112,54.484],[-7.107,54.488],[-7.108,54.49],[-7.107,54.493],[-7.104,54.493],[-7.104,54.497],[-7.099,54.5],[-7.094,54.501],[-7.09,54.504],[-7.084,54.505],[-7.077,54.504],[-7.072,54.507],[-7.073,54.503],[-7.067,54.504],[-7.066,54.507],[-7.058,54.503],[-7.053,54.503],[-7.047,54.507],[-7.041,54.505],[-7.039,54.506],[-7.04,54.513],[-7.038,54.514],[-7.039,54.518],[-7.033,54.522],[-7.031,54.525],[-7.028,54.526],[-7.022,54.524],[-7.016,54.525],[-7.01,54.525],[-7.006,54.527],[-7.005,54.529],[-7,54.532],[-6.997,54.533],[-6.993,54.536],[-6.989,54.537],[-6.977,54.543],[-6.973,54.545],[-6.971,54.549],[-6.98,54.552],[-6.982,54.554],[-6.986,54.556],[-6.978,54.562],[-6.978,54.564],[-6.975,54.566],[-6.969,54.568],[-6.97,54.571],[-6.973,54.574],[-6.978,54.574],[-6.982,54.575],[-6.98,54.578],[-6.986,54.579],[-6.988,54.582],[-6.982,54.581],[-6.974,54.579],[-6.968,54.579],[-6.959,54.58],[-6.96,54.576],[-6.958,54.574],[-6.951,54.574],[-6.945,54.572],[-6.929,54.571],[-6.927,54.57],[-6.92,54.57],[-6.913,54.568],[-6.909,54.566],[-6.902,54.568],[-6.885,54.564],[-6.879,54.564],[-6.869,54.566],[-6.869,54.569],[-6.867,54.572],[-6.864,54.573],[-6.859,54.571],[-6.853,54.567],[-6.849,54.57],[-6.85,54.572],[-6.847,54.573],[-6.839,54.574],[-6.83,54.58],[-6.829,54.581],[-6.835,54.587],[-6.831,54.59],[-6.833,54.594],[-6.84,54.596],[-6.837,54.599],[-6.833,54.599],[-6.832,54.597],[-6.825,54.599],[-6.824,54.602],[-6.809,54.602],[-6.81,54.605],[-6.807,54.606],[-6.81,54.612],[-6.81,54.616],[-6.808,54.618],[-6.81,54.62],[-6.81,54.622],[-6.806,54.625],[-6.812,54.626],[-6.816,54.626],[-6.82,54.629],[-6.827,54.629],[-6.833,54.627],[-6.839,54.62],[-6.842,54.619],[-6.844,54.621],[-6.849,54.623],[-6.854,54.624],[-6.87,54.623],[-6.879,54.624],[-6.884,54.626],[-6.883,54.628],[-6.883,54.631],[-6.877,54.638],[-6.874,54.639],[-6.872,54.641],[-6.875,54.644],[-6.873,54.647],[-6.882,54.65],[-6.889,54.65],[-6.898,54.651],[-6.907,54.654],[-6.912,54.657],[-6.914,54.656],[-6.926,54.653],[-6.938,54.654],[-6.942,54.653],[-6.946,54.651],[-6.955,54.655],[-6.959,54.656],[-6.966,54.655],[-6.969,54.653],[-6.977,54.655],[-6.975,54.658],[-6.971,54.661],[-6.973,54.664],[-6.978,54.664],[-6.986,54.666],[-6.991,54.668],[-7.003,54.671],[-7.003,54.675],[-6.999,54.678],[-7.002,54.68],[-7.004,54.683],[-6.998,54.687],[-6.998,54.691],[-6.995,54.693],[-6.994,54.695],[-6.998,54.699],[-6.999,54.702],[-6.996,54.703],[-6.994,54.706],[-6.996,54.709],[-7.001,54.711],[-7.003,54.714],[-7.008,54.715],[-7.011,54.718],[-7.003,54.724],[-7.007,54.731],[-7.001,54.734],[-6.991,54.741],[-6.985,54.743],[-6.976,54.743],[-6.968,54.744],[-6.948,54.751],[-6.941,54.752],[-6.939,54.758],[-6.937,54.762],[-6.936,54.766],[-6.94,54.774],[-6.928,54.773],[-6.922,54.773],[-6.92,54.775],[-6.91,54.778],[-6.903,54.784],[-6.902,54.786],[-6.906,54.791],[-6.918,54.8],[-6.922,54.802],[-6.921,54.805],[-6.916,54.808],[-6.915,54.811],[-6.912,54.813],[-6.911,54.817],[-6.912,54.82]]]},"properties":{"Name":"West Tyrone","ID":"N05000018"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.183,55.061],[-7.212,55.057],[-7.216,55.059],[-7.224,55.061],[-7.228,55.06],[-7.234,55.054],[-7.235,55.051],[-7.232,55.046],[-7.237,55.041],[-7.237,55.047],[-7.256,55.043],[-7.262,55.043],[-7.267,55.04],[-7.268,55.038],[-7.281,55.029],[-7.287,55.025],[-7.29,55.02],[-7.29,55.018],[-7.296,55.02],[-7.293,55.025],[-7.286,55.029],[-7.277,55.037],[-7.27,55.041],[-7.267,55.046],[-7.263,55.049],[-7.26,55.049],[-7.255,55.046],[-7.255,55.052],[-7.251,55.055],[-7.246,55.063],[-7.251,55.064],[-7.252,55.062],[-7.257,55.064],[-7.258,55.067],[-7.265,55.067],[-7.273,55.063],[-7.276,55.058],[-7.277,55.054],[-7.285,55.049],[-7.29,55.047],[-7.295,55.052],[-7.3,55.056],[-7.307,55.052],[-7.318,55.045],[-7.323,55.045],[-7.329,55.049],[-7.334,55.05],[-7.345,55.051],[-7.345,55.049],[-7.348,55.047],[-7.356,55.046],[-7.362,55.04],[-7.367,55.038],[-7.377,55.029],[-7.386,55.024],[-7.391,55.022],[-7.391,55.02],[-7.396,55.016],[-7.396,55.013],[-7.399,55.009],[-7.406,55.003],[-7.404,55.002],[-7.398,54.999],[-7.394,55],[-7.391,54.998],[-7.392,54.995],[-7.4,54.991],[-7.402,54.986],[-7.407,54.983],[-7.404,54.98],[-7.406,54.978],[-7.402,54.974],[-7.402,54.967],[-7.407,54.964],[-7.403,54.961],[-7.402,54.96],[-7.407,54.955],[-7.403,54.952],[-7.402,54.95],[-7.397,54.946],[-7.395,54.947],[-7.385,54.954],[-7.382,54.957],[-7.376,54.961],[-7.367,54.964],[-7.359,54.974],[-7.357,54.978],[-7.352,54.983],[-7.344,54.986],[-7.34,54.986],[-7.33,54.988],[-7.32,54.991],[-7.317,54.99],[-7.328,54.985],[-7.338,54.984],[-7.343,54.983],[-7.35,54.978],[-7.356,54.968],[-7.357,54.964],[-7.366,54.959],[-7.371,54.957],[-7.365,54.956],[-7.363,54.953],[-7.357,54.95],[-7.354,54.953],[-7.35,54.953],[-7.352,54.956],[-7.349,54.957],[-7.343,54.956],[-7.339,54.958],[-7.336,54.962],[-7.325,54.962],[-7.324,54.963],[-7.316,54.969],[-7.316,54.972],[-7.309,54.973],[-7.299,54.971],[-7.3,54.97],[-7.29,54.967],[-7.28,54.973],[-7.282,54.977],[-7.273,54.976],[-7.265,54.976],[-7.26,54.974],[-7.254,54.975],[-7.254,54.976],[-7.248,54.978],[-7.246,54.976],[-7.241,54.976],[-7.232,54.972],[-7.225,54.976],[-7.221,54.978],[-7.22,54.981],[-7.214,54.983],[-7.213,54.987],[-7.211,54.987],[-7.204,54.989],[-7.205,54.992],[-7.209,54.996],[-7.211,55.001],[-7.214,55.003],[-7.211,55.006],[-7.208,55.004],[-7.199,55.002],[-7.199,55.001],[-7.191,55],[-7.191,55.003],[-7.184,55.004],[-7.182,55.006],[-7.181,55.012],[-7.183,55.021],[-7.187,55.022],[-7.189,55.02],[-7.193,55.018],[-7.2,55.023],[-7.195,55.026],[-7.194,55.029],[-7.183,55.032],[-7.178,55.032],[-7.18,55.034],[-7.182,55.036],[-7.187,55.037],[-7.188,55.043],[-7.186,55.046],[-7.183,55.061]],[[-7.297,55.019],[-7.29,55.017],[-7.288,55.014],[-7.29,55.01],[-7.295,55.008],[-7.307,55.005],[-7.314,55.005],[-7.316,55],[-7.314,54.995],[-7.315,54.992],[-7.318,54.993],[-7.317,54.995],[-7.321,55.001],[-7.321,55.005],[-7.317,55.009],[-7.314,55.011],[-7.304,55.014],[-7.297,55.017],[-7.297,55.019]]]},"properties":{"Name":"Foyle","ID":"N05000008"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.049,55.092],[-6.043,55.096],[-6.037,55.103],[-6.035,55.113],[-6.036,55.116],[-6.036,55.123],[-6.039,55.125],[-6.042,55.126],[-6.043,55.128],[-6.04,55.133],[-6.038,55.133],[-6.032,55.137],[-6.027,55.139],[-6.027,55.144],[-6.027,55.158],[-6.028,55.161],[-6.034,55.169],[-6.046,55.172],[-6.052,55.175],[-6.053,55.178],[-6.054,55.183],[-6.057,55.184],[-6.062,55.189],[-6.066,55.191],[-6.065,55.194],[-6.063,55.195],[-6.064,55.197],[-6.068,55.197],[-6.075,55.198],[-6.088,55.204],[-6.094,55.205],[-6.102,55.209],[-6.107,55.21],[-6.116,55.209],[-6.123,55.213],[-6.124,55.216],[-6.129,55.217],[-6.133,55.221],[-6.135,55.224],[-6.141,55.227],[-6.146,55.228],[-6.155,55.228],[-6.159,55.226],[-6.166,55.222],[-6.166,55.221],[-6.173,55.216],[-6.18,55.213],[-6.189,55.211],[-6.196,55.211],[-6.203,55.212],[-6.208,55.208],[-6.213,55.207],[-6.22,55.207],[-6.221,55.206],[-6.229,55.205],[-6.237,55.204],[-6.241,55.206],[-6.241,55.208],[-6.249,55.212],[-6.257,55.212],[-6.261,55.213],[-6.266,55.216],[-6.269,55.217],[-6.273,55.221],[-6.28,55.222],[-6.288,55.225],[-6.292,55.229],[-6.296,55.231],[-6.301,55.23],[-6.31,55.229],[-6.315,55.23],[-6.319,55.233],[-6.328,55.235],[-6.333,55.239],[-6.343,55.239],[-6.348,55.239],[-6.351,55.241],[-6.361,55.241],[-6.363,55.243],[-6.368,55.245],[-6.373,55.242],[-6.379,55.242],[-6.384,55.239],[-6.389,55.236],[-6.397,55.233],[-6.41,55.232],[-6.414,55.233],[-6.419,55.237],[-6.434,55.238],[-6.438,55.237],[-6.441,55.239],[-6.446,55.239],[-6.449,55.239],[-6.457,55.24],[-6.463,55.243],[-6.462,55.245],[-6.47,55.25],[-6.479,55.251],[-6.483,55.252],[-6.488,55.249],[-6.494,55.248],[-6.497,55.246],[-6.504,55.246],[-6.506,55.241],[-6.512,55.24],[-6.512,55.239],[-6.519,55.238],[-6.517,55.236],[-6.524,55.234],[-6.53,55.234],[-6.532,55.233],[-6.532,55.229],[-6.528,55.229],[-6.528,55.225],[-6.536,55.22],[-6.528,55.22],[-6.531,55.214],[-6.529,55.212],[-6.535,55.209],[-6.532,55.207],[-6.534,55.205],[-6.53,55.202],[-6.531,55.2],[-6.526,55.199],[-6.526,55.193],[-6.527,55.19],[-6.525,55.189],[-6.526,55.186],[-6.524,55.184],[-6.524,55.179],[-6.526,55.173],[-6.522,55.161],[-6.522,55.158],[-6.52,55.153],[-6.517,55.148],[-6.518,55.143],[-6.531,55.143],[-6.535,55.145],[-6.544,55.144],[-6.553,55.14],[-6.557,55.139],[-6.558,55.137],[-6.562,55.135],[-6.568,55.135],[-6.569,55.13],[-6.57,55.113],[-6.573,55.105],[-6.585,55.088],[-6.603,55.083],[-6.608,55.079],[-6.607,55.077],[-6.597,55.068],[-6.589,55.066],[-6.585,55.064],[-6.583,55.06],[-6.58,55.057],[-6.583,55.051],[-6.579,55.045],[-6.573,55.038],[-6.573,55.035],[-6.574,55.032],[-6.574,55.027],[-6.576,55.023],[-6.576,55.018],[-6.579,55.012],[-6.582,55.01],[-6.581,55.006],[-6.577,55.002],[-6.574,54.996],[-6.571,54.993],[-6.571,54.989],[-6.57,54.985],[-6.56,54.983],[-6.552,54.983],[-6.546,54.98],[-6.547,54.978],[-6.55,54.976],[-6.551,54.973],[-6.548,54.969],[-6.547,54.963],[-6.544,54.958],[-6.537,54.958],[-6.54,54.955],[-6.538,54.952],[-6.535,54.951],[-6.531,54.948],[-6.524,54.945],[-6.521,54.942],[-6.517,54.94],[-6.515,54.935],[-6.508,54.927],[-6.506,54.924],[-6.499,54.918],[-6.499,54.916],[-6.503,54.914],[-6.506,54.912],[-6.506,54.908],[-6.503,54.905],[-6.502,54.901],[-6.501,54.899],[-6.498,54.89],[-6.49,54.886],[-6.488,54.883],[-6.487,54.877],[-6.482,54.874],[-6.48,54.868],[-6.475,54.862],[-6.474,54.857],[-6.471,54.854],[-6.472,54.85],[-6.47,54.846],[-6.472,54.843],[-6.471,54.841],[-6.468,54.84],[-6.467,54.839],[-6.466,54.834],[-6.461,54.829],[-6.457,54.825],[-6.46,54.821],[-6.459,54.82],[-6.458,54.817],[-6.461,54.816],[-6.463,54.815],[-6.466,54.814],[-6.467,54.811],[-6.468,54.804],[-6.47,54.8],[-6.469,54.797],[-6.471,54.795],[-6.47,54.791],[-6.465,54.788],[-6.468,54.784],[-6.466,54.783],[-6.459,54.785],[-6.447,54.785],[-6.44,54.787],[-6.435,54.786],[-6.432,54.789],[-6.426,54.784],[-6.42,54.786],[-6.41,54.783],[-6.407,54.783],[-6.403,54.781],[-6.401,54.782],[-6.396,54.78],[-6.385,54.779],[-6.381,54.783],[-6.37,54.785],[-6.364,54.788],[-6.364,54.79],[-6.36,54.797],[-6.352,54.8],[-6.344,54.801],[-6.341,54.799],[-6.338,54.801],[-6.331,54.799],[-6.331,54.797],[-6.327,54.795],[-6.323,54.791],[-6.32,54.791],[-6.318,54.794],[-6.312,54.792],[-6.309,54.79],[-6.302,54.794],[-6.302,54.796],[-6.297,54.795],[-6.29,54.79],[-6.283,54.79],[-6.28,54.792],[-6.276,54.79],[-6.267,54.791],[-6.264,54.792],[-6.268,54.796],[-6.268,54.799],[-6.254,54.796],[-6.249,54.794],[-6.238,54.793],[-6.234,54.788],[-6.227,54.789],[-6.224,54.79],[-6.215,54.79],[-6.213,54.79],[-6.214,54.794],[-6.21,54.793],[-6.199,54.798],[-6.197,54.803],[-6.197,54.806],[-6.198,54.81],[-6.201,54.812],[-6.206,54.813],[-6.213,54.812],[-6.215,54.813],[-6.222,54.811],[-6.227,54.812],[-6.228,54.808],[-6.24,54.81],[-6.24,54.813],[-6.246,54.817],[-6.249,54.815],[-6.259,54.815],[-6.262,54.818],[-6.267,54.82],[-6.261,54.823],[-6.259,54.824],[-6.258,54.827],[-6.259,54.83],[-6.266,54.831],[-6.274,54.843],[-6.264,54.844],[-6.26,54.846],[-6.251,54.852],[-6.249,54.866],[-6.249,54.871],[-6.242,54.874],[-6.234,54.874],[-6.227,54.876],[-6.221,54.882],[-6.216,54.884],[-6.215,54.885],[-6.21,54.888],[-6.202,54.889],[-6.197,54.888],[-6.195,54.89],[-6.2,54.898],[-6.203,54.897],[-6.208,54.902],[-6.21,54.906],[-6.213,54.905],[-6.212,54.913],[-6.21,54.914],[-6.217,54.922],[-6.216,54.933],[-6.227,54.927],[-6.231,54.927],[-6.238,54.922],[-6.244,54.923],[-6.247,54.922],[-6.25,54.923],[-6.254,54.92],[-6.262,54.923],[-6.257,54.926],[-6.256,54.929],[-6.26,54.932],[-6.262,54.936],[-6.265,54.94],[-6.262,54.941],[-6.263,54.944],[-6.268,54.944],[-6.273,54.943],[-6.276,54.944],[-6.277,54.949],[-6.283,54.953],[-6.291,54.954],[-6.289,54.957],[-6.298,54.96],[-6.302,54.965],[-6.312,54.966],[-6.314,54.969],[-6.312,54.973],[-6.314,54.977],[-6.315,54.981],[-6.319,54.983],[-6.325,54.987],[-6.323,54.989],[-6.322,54.993],[-6.32,54.993],[-6.32,54.998],[-6.322,55],[-6.318,55.003],[-6.323,55.007],[-6.324,55.01],[-6.321,55.011],[-6.319,55.009],[-6.315,55.007],[-6.311,55.008],[-6.301,55.01],[-6.287,55.006],[-6.285,55.004],[-6.279,55.005],[-6.268,55.01],[-6.231,55.016],[-6.227,55.017],[-6.224,55.02],[-6.204,55.03],[-6.196,55.029],[-6.185,55.026],[-6.181,55.034],[-6.166,55.031],[-6.16,55.043],[-6.158,55.044],[-6.15,55.056],[-6.143,55.059],[-6.139,55.058],[-6.137,55.06],[-6.126,55.066],[-6.105,55.073],[-6.093,55.077],[-6.089,55.078],[-6.082,55.082],[-6.079,55.083],[-6.078,55.086],[-6.071,55.09],[-6.067,55.089],[-6.067,55.092],[-6.059,55.091],[-6.051,55.093],[-6.049,55.092]]],[[[-6.241,55.312],[-6.246,55.309],[-6.254,55.31],[-6.257,55.308],[-6.265,55.306],[-6.272,55.306],[-6.272,55.305],[-6.279,55.302],[-6.286,55.294],[-6.283,55.293],[-6.272,55.292],[-6.265,55.293],[-6.261,55.29],[-6.254,55.292],[-6.246,55.293],[-6.228,55.296],[-6.221,55.296],[-6.208,55.294],[-6.199,55.293],[-6.192,55.292],[-6.189,55.285],[-6.196,55.282],[-6.2,55.277],[-6.2,55.27],[-6.198,55.265],[-6.194,55.263],[-6.192,55.261],[-6.187,55.262],[-6.183,55.267],[-6.184,55.27],[-6.181,55.272],[-6.183,55.277],[-6.182,55.28],[-6.178,55.284],[-6.178,55.287],[-6.174,55.295],[-6.169,55.297],[-6.171,55.302],[-6.178,55.303],[-6.191,55.304],[-6.196,55.307],[-6.202,55.306],[-6.219,55.306],[-6.226,55.308],[-6.229,55.309],[-6.234,55.31],[-6.239,55.312],[-6.241,55.312]]]]},"properties":{"Name":"North Antrim","ID":"N05000012"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.466,54.753],[-6.461,54.759],[-6.457,54.762],[-6.461,54.767],[-6.457,54.762],[-6.462,54.759],[-6.466,54.753]]],[[[-6.461,54.816],[-6.458,54.817],[-6.459,54.82],[-6.461,54.816]]],[[[-6.459,54.82],[-6.46,54.821],[-6.457,54.825],[-6.461,54.829],[-6.466,54.834],[-6.467,54.839],[-6.468,54.84],[-6.467,54.835],[-6.461,54.83],[-6.457,54.824],[-6.46,54.822],[-6.459,54.82]]],[[[-6.642,54.46],[-6.64,54.461],[-6.632,54.46],[-6.63,54.456],[-6.628,54.454],[-6.625,54.454],[-6.615,54.451],[-6.61,54.459],[-6.603,54.462],[-6.6,54.462],[-6.593,54.459],[-6.583,54.461],[-6.573,54.465],[-6.57,54.464],[-6.567,54.466],[-6.57,54.47],[-6.57,54.474],[-6.567,54.477],[-6.572,54.48],[-6.572,54.485],[-6.57,54.488],[-6.566,54.492],[-6.574,54.492],[-6.576,54.495],[-6.576,54.499],[-6.577,54.501],[-6.58,54.502],[-6.588,54.508],[-6.582,54.509],[-6.577,54.513],[-6.578,54.518],[-6.579,54.521],[-6.584,54.522],[-6.589,54.525],[-6.59,54.529],[-6.593,54.531],[-6.595,54.53],[-6.6,54.529],[-6.605,54.531],[-6.609,54.535],[-6.61,54.538],[-6.608,54.54],[-6.603,54.543],[-6.599,54.543],[-6.601,54.546],[-6.6,54.55],[-6.599,54.556],[-6.594,54.564],[-6.589,54.565],[-6.573,54.569],[-6.569,54.57],[-6.566,54.573],[-6.561,54.575],[-6.56,54.58],[-6.558,54.58],[-6.551,54.586],[-6.545,54.588],[-6.539,54.589],[-6.536,54.588],[-6.533,54.59],[-6.534,54.591],[-6.531,54.592],[-6.526,54.596],[-6.525,54.597],[-6.52,54.6],[-6.517,54.604],[-6.51,54.608],[-6.509,54.615],[-6.503,54.62],[-6.503,54.622],[-6.506,54.624],[-6.51,54.627],[-6.507,54.629],[-6.507,54.633],[-6.504,54.638],[-6.505,54.64],[-6.501,54.642],[-6.5,54.645],[-6.505,54.649],[-6.508,54.648],[-6.511,54.65],[-6.512,54.654],[-6.509,54.656],[-6.515,54.661],[-6.519,54.662],[-6.518,54.668],[-6.523,54.672],[-6.523,54.677],[-6.522,54.679],[-6.524,54.681],[-6.524,54.687],[-6.53,54.695],[-6.527,54.704],[-6.529,54.705],[-6.531,54.71],[-6.53,54.717],[-6.527,54.72],[-6.517,54.722],[-6.512,54.722],[-6.517,54.727],[-6.513,54.732],[-6.516,54.736],[-6.516,54.738],[-6.511,54.74],[-6.511,54.741],[-6.503,54.744],[-6.502,54.748],[-6.495,54.75],[-6.485,54.751],[-6.474,54.75],[-6.471,54.751],[-6.467,54.754],[-6.463,54.76],[-6.459,54.762],[-6.462,54.767],[-6.464,54.765],[-6.468,54.764],[-6.469,54.767],[-6.478,54.773],[-6.48,54.775],[-6.477,54.78],[-6.48,54.78],[-6.485,54.778],[-6.488,54.783],[-6.485,54.785],[-6.487,54.787],[-6.484,54.791],[-6.489,54.794],[-6.488,54.799],[-6.482,54.799],[-6.48,54.804],[-6.481,54.805],[-6.478,54.811],[-6.474,54.813],[-6.471,54.816],[-6.46,54.818],[-6.462,54.821],[-6.459,54.825],[-6.462,54.829],[-6.468,54.834],[-6.468,54.838],[-6.471,54.841],[-6.472,54.843],[-6.47,54.846],[-6.472,54.85],[-6.471,54.854],[-6.474,54.857],[-6.475,54.862],[-6.48,54.868],[-6.482,54.874],[-6.487,54.877],[-6.488,54.883],[-6.49,54.886],[-6.498,54.89],[-6.501,54.899],[-6.502,54.901],[-6.503,54.905],[-6.506,54.908],[-6.506,54.912],[-6.503,54.914],[-6.499,54.916],[-6.499,54.918],[-6.506,54.924],[-6.508,54.927],[-6.515,54.935],[-6.517,54.94],[-6.521,54.942],[-6.524,54.945],[-6.531,54.948],[-6.535,54.951],[-6.538,54.952],[-6.539,54.949],[-6.539,54.942],[-6.542,54.938],[-6.537,54.934],[-6.542,54.933],[-6.547,54.936],[-6.557,54.936],[-6.557,54.931],[-6.561,54.932],[-6.566,54.932],[-6.574,54.928],[-6.576,54.93],[-6.58,54.93],[-6.583,54.926],[-6.591,54.928],[-6.593,54.93],[-6.601,54.933],[-6.609,54.932],[-6.615,54.934],[-6.617,54.938],[-6.635,54.937],[-6.643,54.937],[-6.644,54.933],[-6.647,54.929],[-6.657,54.922],[-6.668,54.924],[-6.667,54.921],[-6.671,54.919],[-6.675,54.918],[-6.679,54.92],[-6.686,54.919],[-6.69,54.916],[-6.694,54.919],[-6.697,54.919],[-6.699,54.922],[-6.702,54.924],[-6.702,54.927],[-6.705,54.929],[-6.707,54.932],[-6.72,54.931],[-6.725,54.931],[-6.738,54.929],[-6.738,54.925],[-6.747,54.924],[-6.753,54.922],[-6.759,54.921],[-6.77,54.915],[-6.775,54.914],[-6.774,54.911],[-6.777,54.909],[-6.773,54.906],[-6.769,54.904],[-6.76,54.906],[-6.758,54.903],[-6.758,54.899],[-6.762,54.897],[-6.764,54.893],[-6.764,54.889],[-6.769,54.884],[-6.77,54.878],[-6.768,54.876],[-6.77,54.872],[-6.777,54.872],[-6.782,54.871],[-6.783,54.868],[-6.782,54.864],[-6.782,54.862],[-6.792,54.857],[-6.794,54.854],[-6.803,54.847],[-6.818,54.846],[-6.834,54.85],[-6.851,54.851],[-6.856,54.857],[-6.864,54.857],[-6.887,54.853],[-6.886,54.834],[-6.887,54.832],[-6.892,54.83],[-6.898,54.824],[-6.907,54.823],[-6.912,54.82],[-6.911,54.817],[-6.912,54.813],[-6.915,54.811],[-6.916,54.808],[-6.921,54.805],[-6.922,54.802],[-6.918,54.8],[-6.906,54.791],[-6.902,54.786],[-6.903,54.784],[-6.91,54.778],[-6.92,54.775],[-6.922,54.773],[-6.928,54.773],[-6.94,54.774],[-6.936,54.766],[-6.937,54.762],[-6.939,54.758],[-6.941,54.752],[-6.948,54.751],[-6.968,54.744],[-6.976,54.743],[-6.985,54.743],[-6.991,54.741],[-7.001,54.734],[-7.007,54.731],[-7.003,54.724],[-7.011,54.718],[-7.008,54.715],[-7.003,54.714],[-7.001,54.711],[-6.996,54.709],[-6.994,54.706],[-6.996,54.703],[-6.999,54.702],[-6.998,54.699],[-6.994,54.695],[-6.995,54.693],[-6.998,54.691],[-6.998,54.687],[-7.004,54.683],[-7.002,54.68],[-6.999,54.678],[-7.003,54.675],[-7.003,54.671],[-6.991,54.668],[-6.986,54.666],[-6.978,54.664],[-6.973,54.664],[-6.971,54.661],[-6.975,54.658],[-6.977,54.655],[-6.969,54.653],[-6.966,54.655],[-6.959,54.656],[-6.955,54.655],[-6.946,54.651],[-6.942,54.653],[-6.938,54.654],[-6.926,54.653],[-6.914,54.656],[-6.912,54.657],[-6.907,54.654],[-6.898,54.651],[-6.889,54.65],[-6.882,54.65],[-6.873,54.647],[-6.875,54.644],[-6.872,54.641],[-6.874,54.639],[-6.877,54.638],[-6.883,54.631],[-6.883,54.628],[-6.884,54.626],[-6.879,54.624],[-6.87,54.623],[-6.854,54.624],[-6.849,54.623],[-6.844,54.621],[-6.842,54.619],[-6.839,54.62],[-6.833,54.627],[-6.827,54.629],[-6.82,54.629],[-6.816,54.626],[-6.812,54.626],[-6.806,54.625],[-6.81,54.622],[-6.81,54.62],[-6.808,54.618],[-6.81,54.616],[-6.81,54.612],[-6.807,54.606],[-6.81,54.605],[-6.809,54.602],[-6.824,54.602],[-6.825,54.599],[-6.832,54.597],[-6.833,54.599],[-6.837,54.599],[-6.84,54.596],[-6.833,54.594],[-6.831,54.59],[-6.835,54.587],[-6.829,54.581],[-6.83,54.58],[-6.839,54.574],[-6.847,54.573],[-6.85,54.572],[-6.849,54.57],[-6.853,54.567],[-6.859,54.571],[-6.864,54.573],[-6.867,54.572],[-6.869,54.569],[-6.869,54.566],[-6.879,54.564],[-6.885,54.564],[-6.902,54.568],[-6.909,54.566],[-6.913,54.568],[-6.92,54.57],[-6.927,54.57],[-6.929,54.571],[-6.945,54.572],[-6.951,54.574],[-6.958,54.574],[-6.96,54.576],[-6.959,54.58],[-6.968,54.579],[-6.974,54.579],[-6.982,54.581],[-6.988,54.582],[-6.986,54.579],[-6.98,54.578],[-6.982,54.575],[-6.978,54.574],[-6.973,54.574],[-6.97,54.571],[-6.969,54.568],[-6.975,54.566],[-6.978,54.564],[-6.978,54.562],[-6.986,54.556],[-6.982,54.554],[-6.98,54.552],[-6.971,54.549],[-6.964,54.542],[-6.958,54.539],[-6.955,54.541],[-6.95,54.539],[-6.942,54.539],[-6.935,54.539],[-6.923,54.536],[-6.917,54.536],[-6.912,54.535],[-6.908,54.531],[-6.905,54.53],[-6.903,54.535],[-6.901,54.536],[-6.895,54.533],[-6.894,54.531],[-6.901,54.527],[-6.903,54.523],[-6.906,54.52],[-6.902,54.513],[-6.896,54.513],[-6.885,54.512],[-6.881,54.513],[-6.879,54.51],[-6.875,54.511],[-6.869,54.515],[-6.865,54.516],[-6.866,54.522],[-6.856,54.522],[-6.853,54.519],[-6.848,54.517],[-6.843,54.519],[-6.844,54.523],[-6.834,54.525],[-6.829,54.523],[-6.827,54.518],[-6.82,54.518],[-6.816,54.517],[-6.81,54.513],[-6.807,54.516],[-6.8,54.518],[-6.797,54.523],[-6.797,54.527],[-6.794,54.529],[-6.785,54.529],[-6.782,54.532],[-6.772,54.534],[-6.771,54.538],[-6.766,54.538],[-6.762,54.536],[-6.754,54.536],[-6.749,54.535],[-6.752,54.533],[-6.751,54.529],[-6.742,54.528],[-6.738,54.525],[-6.727,54.523],[-6.724,54.524],[-6.723,54.528],[-6.719,54.531],[-6.71,54.532],[-6.711,54.527],[-6.707,54.525],[-6.704,54.523],[-6.707,54.52],[-6.706,54.516],[-6.71,54.512],[-6.712,54.509],[-6.71,54.507],[-6.717,54.504],[-6.717,54.501],[-6.723,54.499],[-6.722,54.497],[-6.73,54.497],[-6.734,54.493],[-6.739,54.49],[-6.735,54.488],[-6.736,54.484],[-6.731,54.482],[-6.736,54.479],[-6.74,54.478],[-6.741,54.476],[-6.736,54.473],[-6.731,54.475],[-6.725,54.472],[-6.719,54.472],[-6.699,54.476],[-6.69,54.469],[-6.693,54.468],[-6.688,54.466],[-6.682,54.467],[-6.679,54.47],[-6.676,54.469],[-6.662,54.466],[-6.654,54.468],[-6.65,54.464],[-6.644,54.461],[-6.643,54.46],[-6.642,54.46]]]]},"properties":{"Name":"Mid Ulster","ID":"N05000010"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-7.436,54.161],[-7.439,54.162],[-7.443,54.16],[-7.444,54.157],[-7.434,54.154],[-7.431,54.157],[-7.429,54.157],[-7.422,54.155],[-7.418,54.155],[-7.417,54.158],[-7.413,54.159],[-7.415,54.161],[-7.42,54.161],[-7.426,54.161],[-7.432,54.162],[-7.436,54.161]]],[[[-7.461,54.181],[-7.469,54.179],[-7.473,54.177],[-7.469,54.173],[-7.466,54.172],[-7.464,54.176],[-7.458,54.178],[-7.456,54.179],[-7.461,54.181]]],[[[-7.479,54.187],[-7.477,54.182],[-7.466,54.182],[-7.464,54.184],[-7.469,54.187],[-7.476,54.187],[-7.479,54.187]]],[[[-7.496,54.214],[-7.503,54.215],[-7.506,54.214],[-7.511,54.213],[-7.508,54.211],[-7.5,54.208],[-7.497,54.211],[-7.496,54.214]]],[[[-7.52,54.221],[-7.521,54.218],[-7.525,54.216],[-7.522,54.214],[-7.517,54.217],[-7.516,54.22],[-7.52,54.221]]],[[[-7.544,54.238],[-7.552,54.237],[-7.552,54.235],[-7.546,54.233],[-7.537,54.233],[-7.538,54.236],[-7.544,54.238]]],[[[-7.546,54.246],[-7.546,54.242],[-7.532,54.238],[-7.531,54.24],[-7.535,54.243],[-7.537,54.246],[-7.546,54.246]]],[[[-7.57,54.259],[-7.573,54.26],[-7.58,54.256],[-7.576,54.254],[-7.567,54.255],[-7.571,54.257],[-7.57,54.259]]],[[[-7.659,54.38],[-7.661,54.379],[-7.663,54.373],[-7.664,54.369],[-7.656,54.368],[-7.654,54.37],[-7.657,54.374],[-7.655,54.375],[-7.655,54.379],[-7.659,54.38]]],[[[-7.752,54.44],[-7.756,54.439],[-7.755,54.437],[-7.747,54.435],[-7.745,54.438],[-7.749,54.44],[-7.752,54.44]]],[[[-7.759,54.479],[-7.764,54.474],[-7.758,54.474],[-7.753,54.476],[-7.755,54.479],[-7.759,54.479]]],[[[-7.742,54.491],[-7.742,54.488],[-7.735,54.487],[-7.732,54.487],[-7.73,54.49],[-7.742,54.491]]],[[[-7.754,54.491],[-7.759,54.491],[-7.757,54.488],[-7.76,54.485],[-7.754,54.483],[-7.748,54.484],[-7.749,54.491],[-7.754,54.491]]],[[[-7.843,54.504],[-7.849,54.503],[-7.847,54.5],[-7.831,54.501],[-7.834,54.503],[-7.843,54.504]]],[[[-7.822,54.512],[-7.835,54.509],[-7.84,54.506],[-7.839,54.504],[-7.834,54.506],[-7.83,54.508],[-7.83,54.51],[-7.822,54.511],[-7.822,54.512]]],[[[-7.776,54.525],[-7.78,54.526],[-7.787,54.523],[-7.786,54.521],[-7.781,54.521],[-7.776,54.525]]],[[[-7.851,54.533],[-7.855,54.536],[-7.86,54.536],[-7.869,54.535],[-7.876,54.536],[-7.881,54.535],[-7.884,54.536],[-7.89,54.537],[-7.893,54.535],[-7.902,54.536],[-7.908,54.537],[-7.913,54.536],[-7.92,54.537],[-7.925,54.535],[-7.938,54.533],[-7.941,54.534],[-7.944,54.536],[-7.95,54.534],[-7.954,54.534],[-7.959,54.539],[-7.965,54.543],[-7.969,54.544],[-7.97,54.547],[-7.973,54.547],[-7.978,54.545],[-7.991,54.543],[-8.006,54.546],[-8.008,54.543],[-8.013,54.538],[-8.015,54.532],[-8.023,54.526],[-8.026,54.522],[-8.033,54.516],[-8.034,54.514],[-8.04,54.509],[-8.042,54.506],[-8.038,54.503],[-8.043,54.49],[-8.043,54.488],[-8.053,54.488],[-8.056,54.487],[-8.065,54.487],[-8.086,54.488],[-8.099,54.484],[-8.096,54.482],[-8.094,54.48],[-8.091,54.476],[-8.098,54.477],[-8.105,54.476],[-8.113,54.476],[-8.114,54.472],[-8.111,54.47],[-8.115,54.469],[-8.126,54.469],[-8.149,54.47],[-8.164,54.469],[-8.174,54.467],[-8.177,54.465],[-8.17,54.465],[-8.169,54.461],[-8.167,54.459],[-8.149,54.454],[-8.143,54.451],[-8.146,54.449],[-8.15,54.445],[-8.157,54.443],[-8.15,54.441],[-8.146,54.438],[-8.137,54.436],[-8.128,54.436],[-8.129,54.434],[-8.14,54.435],[-8.139,54.433],[-8.128,54.432],[-8.126,54.433],[-8.117,54.431],[-8.116,54.429],[-8.104,54.425],[-8.107,54.422],[-8.096,54.417],[-8.095,54.416],[-8.095,54.41],[-8.098,54.407],[-8.095,54.404],[-8.091,54.402],[-8.089,54.4],[-8.084,54.397],[-8.083,54.395],[-8.079,54.392],[-8.075,54.388],[-8.074,54.385],[-8.07,54.383],[-8.065,54.377],[-8.064,54.373],[-8.058,54.371],[-8.056,54.368],[-8.05,54.366],[-8.045,54.363],[-8.039,54.363],[-8.034,54.358],[-8.032,54.357],[-8.027,54.36],[-8.022,54.359],[-8.021,54.357],[-8.013,54.358],[-8.009,54.361],[-8.005,54.36],[-7.997,54.356],[-8.001,54.351],[-7.999,54.347],[-7.991,54.346],[-7.986,54.344],[-7.983,54.34],[-7.983,54.336],[-7.971,54.334],[-7.967,54.332],[-7.966,54.33],[-7.961,54.327],[-7.963,54.325],[-7.957,54.321],[-7.951,54.318],[-7.948,54.319],[-7.939,54.316],[-7.943,54.314],[-7.938,54.311],[-7.93,54.31],[-7.919,54.308],[-7.917,54.304],[-7.908,54.303],[-7.903,54.304],[-7.896,54.303],[-7.887,54.302],[-7.885,54.301],[-7.886,54.298],[-7.884,54.295],[-7.88,54.293],[-7.868,54.295],[-7.869,54.297],[-7.862,54.297],[-7.86,54.296],[-7.854,54.296],[-7.851,54.293],[-7.842,54.292],[-7.84,54.293],[-7.83,54.294],[-7.824,54.293],[-7.819,54.294],[-7.808,54.293],[-7.807,54.291],[-7.802,54.29],[-7.803,54.287],[-7.809,54.287],[-7.821,54.29],[-7.823,54.286],[-7.82,54.285],[-7.818,54.287],[-7.813,54.287],[-7.81,54.285],[-7.813,54.281],[-7.822,54.282],[-7.825,54.281],[-7.83,54.284],[-7.834,54.283],[-7.838,54.284],[-7.851,54.283],[-7.856,54.286],[-7.854,54.29],[-7.86,54.289],[-7.863,54.29],[-7.866,54.288],[-7.871,54.288],[-7.871,54.284],[-7.873,54.281],[-7.871,54.278],[-7.872,54.274],[-7.873,54.266],[-7.867,54.263],[-7.866,54.261],[-7.86,54.26],[-7.862,54.253],[-7.859,54.243],[-7.86,54.23],[-7.855,54.222],[-7.861,54.218],[-7.837,54.209],[-7.82,54.204],[-7.812,54.201],[-7.804,54.207],[-7.783,54.208],[-7.782,54.209],[-7.775,54.209],[-7.771,54.208],[-7.763,54.208],[-7.755,54.21],[-7.748,54.209],[-7.744,54.204],[-7.74,54.204],[-7.732,54.205],[-7.724,54.204],[-7.717,54.205],[-7.711,54.203],[-7.703,54.208],[-7.693,54.204],[-7.69,54.207],[-7.685,54.208],[-7.689,54.204],[-7.687,54.2],[-7.688,54.199],[-7.684,54.197],[-7.682,54.194],[-7.679,54.192],[-7.68,54.187],[-7.677,54.182],[-7.673,54.182],[-7.668,54.187],[-7.664,54.188],[-7.656,54.186],[-7.654,54.182],[-7.65,54.181],[-7.645,54.177],[-7.646,54.176],[-7.636,54.172],[-7.63,54.17],[-7.625,54.165],[-7.627,54.161],[-7.625,54.153],[-7.613,54.148],[-7.609,54.146],[-7.61,54.144],[-7.601,54.142],[-7.593,54.14],[-7.584,54.143],[-7.58,54.141],[-7.574,54.141],[-7.575,54.135],[-7.574,54.133],[-7.569,54.133],[-7.567,54.131],[-7.566,54.127],[-7.559,54.128],[-7.548,54.122],[-7.546,54.124],[-7.548,54.129],[-7.543,54.129],[-7.539,54.127],[-7.537,54.129],[-7.538,54.131],[-7.532,54.133],[-7.53,54.136],[-7.523,54.133],[-7.522,54.131],[-7.509,54.13],[-7.503,54.126],[-7.497,54.126],[-7.493,54.123],[-7.486,54.124],[-7.48,54.122],[-7.477,54.125],[-7.473,54.127],[-7.473,54.13],[-7.472,54.133],[-7.468,54.134],[-7.467,54.137],[-7.469,54.141],[-7.463,54.142],[-7.454,54.145],[-7.45,54.151],[-7.447,54.153],[-7.446,54.155],[-7.452,54.16],[-7.456,54.16],[-7.459,54.157],[-7.458,54.155],[-7.466,54.155],[-7.467,54.152],[-7.473,54.15],[-7.477,54.151],[-7.48,54.15],[-7.489,54.149],[-7.494,54.147],[-7.492,54.153],[-7.488,54.155],[-7.479,54.154],[-7.473,54.156],[-7.471,54.156],[-7.465,54.16],[-7.458,54.161],[-7.459,54.163],[-7.468,54.166],[-7.468,54.168],[-7.474,54.171],[-7.478,54.169],[-7.47,54.161],[-7.486,54.158],[-7.493,54.163],[-7.488,54.163],[-7.485,54.161],[-7.479,54.162],[-7.477,54.165],[-7.482,54.167],[-7.482,54.172],[-7.483,54.174],[-7.476,54.175],[-7.475,54.178],[-7.478,54.178],[-7.482,54.182],[-7.482,54.184],[-7.485,54.186],[-7.487,54.19],[-7.489,54.19],[-7.493,54.193],[-7.497,54.192],[-7.506,54.192],[-7.501,54.196],[-7.498,54.195],[-7.497,54.198],[-7.49,54.199],[-7.488,54.2],[-7.487,54.205],[-7.484,54.207],[-7.478,54.208],[-7.474,54.208],[-7.474,54.204],[-7.483,54.203],[-7.484,54.197],[-7.478,54.193],[-7.474,54.194],[-7.474,54.197],[-7.47,54.2],[-7.466,54.198],[-7.47,54.197],[-7.469,54.191],[-7.464,54.19],[-7.465,54.187],[-7.458,54.186],[-7.46,54.182],[-7.456,54.179],[-7.458,54.177],[-7.458,54.175],[-7.453,54.173],[-7.448,54.173],[-7.454,54.17],[-7.455,54.166],[-7.461,54.169],[-7.464,54.173],[-7.466,54.171],[-7.464,54.168],[-7.457,54.163],[-7.453,54.163],[-7.451,54.164],[-7.446,54.163],[-7.444,54.162],[-7.439,54.163],[-7.435,54.162],[-7.433,54.164],[-7.43,54.168],[-7.427,54.168],[-7.42,54.167],[-7.418,54.171],[-7.414,54.173],[-7.409,54.174],[-7.406,54.173],[-7.4,54.17],[-7.398,54.166],[-7.394,54.166],[-7.389,54.163],[-7.386,54.158],[-7.391,54.156],[-7.397,54.155],[-7.402,54.152],[-7.404,54.154],[-7.4,54.156],[-7.391,54.158],[-7.389,54.16],[-7.39,54.163],[-7.4,54.164],[-7.4,54.168],[-7.402,54.17],[-7.41,54.173],[-7.417,54.17],[-7.419,54.167],[-7.43,54.167],[-7.431,54.165],[-7.429,54.161],[-7.416,54.161],[-7.41,54.157],[-7.409,54.153],[-7.412,54.149],[-7.415,54.146],[-7.423,54.143],[-7.425,54.141],[-7.421,54.138],[-7.42,54.14],[-7.414,54.141],[-7.408,54.142],[-7.403,54.143],[-7.4,54.143],[-7.395,54.145],[-7.397,54.151],[-7.393,54.151],[-7.389,54.153],[-7.386,54.152],[-7.381,54.148],[-7.375,54.15],[-7.369,54.149],[-7.373,54.146],[-7.378,54.148],[-7.382,54.147],[-7.385,54.15],[-7.392,54.15],[-7.394,54.148],[-7.393,54.147],[-7.397,54.143],[-7.399,54.141],[-7.395,54.139],[-7.39,54.14],[-7.387,54.139],[-7.385,54.142],[-7.376,54.143],[-7.373,54.139],[-7.377,54.135],[-7.383,54.134],[-7.393,54.127],[-7.394,54.123],[-7.392,54.12],[-7.388,54.124],[-7.386,54.124],[-7.378,54.127],[-7.377,54.13],[-7.369,54.133],[-7.366,54.131],[-7.364,54.132],[-7.355,54.127],[-7.352,54.125],[-7.346,54.123],[-7.347,54.117],[-7.343,54.116],[-7.341,54.118],[-7.336,54.117],[-7.335,54.121],[-7.33,54.123],[-7.328,54.125],[-7.323,54.122],[-7.325,54.121],[-7.324,54.118],[-7.32,54.114],[-7.315,54.116],[-7.309,54.117],[-7.307,54.12],[-7.306,54.123],[-7.317,54.127],[-7.313,54.132],[-7.32,54.135],[-7.319,54.138],[-7.322,54.138],[-7.327,54.135],[-7.33,54.136],[-7.332,54.14],[-7.33,54.141],[-7.334,54.144],[-7.34,54.144],[-7.34,54.147],[-7.334,54.148],[-7.327,54.152],[-7.324,54.155],[-7.319,54.158],[-7.321,54.159],[-7.312,54.165],[-7.311,54.167],[-7.308,54.168],[-7.301,54.166],[-7.294,54.17],[-7.291,54.172],[-7.285,54.169],[-7.28,54.168],[-7.286,54.158],[-7.284,54.154],[-7.29,54.149],[-7.299,54.149],[-7.301,54.144],[-7.29,54.141],[-7.284,54.14],[-7.285,54.136],[-7.291,54.131],[-7.297,54.131],[-7.299,54.134],[-7.309,54.132],[-7.306,54.128],[-7.303,54.127],[-7.303,54.123],[-7.298,54.121],[-7.292,54.119],[-7.284,54.123],[-7.279,54.123],[-7.28,54.126],[-7.278,54.13],[-7.27,54.136],[-7.264,54.138],[-7.263,54.141],[-7.265,54.145],[-7.26,54.149],[-7.259,54.153],[-7.258,54.155],[-7.253,54.156],[-7.254,54.159],[-7.259,54.161],[-7.259,54.165],[-7.246,54.169],[-7.242,54.169],[-7.242,54.171],[-7.245,54.173],[-7.252,54.173],[-7.254,54.177],[-7.259,54.178],[-7.257,54.182],[-7.26,54.184],[-7.257,54.188],[-7.259,54.193],[-7.252,54.194],[-7.237,54.194],[-7.237,54.196],[-7.234,54.198],[-7.241,54.199],[-7.243,54.2],[-7.247,54.198],[-7.251,54.199],[-7.249,54.203],[-7.249,54.205],[-7.24,54.207],[-7.233,54.206],[-7.233,54.211],[-7.229,54.213],[-7.226,54.215],[-7.222,54.216],[-7.215,54.214],[-7.21,54.213],[-7.196,54.218],[-7.196,54.22],[-7.191,54.224],[-7.184,54.224],[-7.184,54.222],[-7.179,54.221],[-7.177,54.218],[-7.172,54.218],[-7.166,54.219],[-7.161,54.22],[-7.156,54.221],[-7.149,54.225],[-7.147,54.23],[-7.151,54.232],[-7.151,54.234],[-7.147,54.237],[-7.147,54.24],[-7.154,54.243],[-7.16,54.244],[-7.158,54.246],[-7.149,54.251],[-7.143,54.252],[-7.142,54.253],[-7.144,54.257],[-7.151,54.258],[-7.155,54.263],[-7.155,54.266],[-7.159,54.269],[-7.158,54.271],[-7.161,54.274],[-7.165,54.273],[-7.173,54.273],[-7.177,54.271],[-7.18,54.273],[-7.181,54.276],[-7.179,54.278],[-7.174,54.28],[-7.172,54.284],[-7.174,54.286],[-7.181,54.286],[-7.187,54.288],[-7.189,54.29],[-7.203,54.295],[-7.208,54.295],[-7.213,54.3],[-7.208,54.303],[-7.208,54.305],[-7.201,54.308],[-7.199,54.311],[-7.193,54.312],[-7.188,54.311],[-7.18,54.311],[-7.18,54.315],[-7.179,54.317],[-7.181,54.32],[-7.182,54.332],[-7.185,54.335],[-7.19,54.338],[-7.182,54.34],[-7.171,54.338],[-7.167,54.337],[-7.163,54.337],[-7.153,54.335],[-7.146,54.34],[-7.142,54.34],[-7.141,54.343],[-7.136,54.345],[-7.131,54.345],[-7.125,54.351],[-7.117,54.353],[-7.112,54.353],[-7.11,54.355],[-7.104,54.356],[-7.103,54.361],[-7.11,54.366],[-7.101,54.372],[-7.092,54.375],[-7.085,54.379],[-7.085,54.382],[-7.077,54.386],[-7.072,54.39],[-7.072,54.394],[-7.071,54.395],[-7.064,54.399],[-7.06,54.405],[-7.058,54.406],[-7.055,54.412],[-7.043,54.415],[-7.042,54.417],[-7.039,54.418],[-7.03,54.421],[-7.017,54.416],[-7.013,54.417],[-7.007,54.415],[-7.005,54.413],[-7,54.413],[-7.002,54.408],[-7,54.407],[-6.996,54.406],[-6.99,54.407],[-6.99,54.409],[-6.982,54.409],[-6.981,54.408],[-6.977,54.406],[-6.978,54.402],[-6.975,54.4],[-6.968,54.401],[-6.959,54.398],[-6.96,54.392],[-6.95,54.39],[-6.944,54.391],[-6.946,54.387],[-6.938,54.383],[-6.935,54.385],[-6.927,54.383],[-6.929,54.38],[-6.933,54.38],[-6.931,54.376],[-6.923,54.379],[-6.917,54.378],[-6.911,54.375],[-6.912,54.372],[-6.907,54.369],[-6.908,54.367],[-6.911,54.365],[-6.905,54.358],[-6.907,54.352],[-6.904,54.35],[-6.899,54.351],[-6.893,54.351],[-6.888,54.349],[-6.887,54.347],[-6.882,54.346],[-6.878,54.347],[-6.872,54.335],[-6.868,54.332],[-6.864,54.33],[-6.854,54.331],[-6.848,54.333],[-6.841,54.333],[-6.837,54.336],[-6.835,54.339],[-6.835,54.344],[-6.832,54.347],[-6.821,54.35],[-6.815,54.346],[-6.804,54.351],[-6.799,54.351],[-6.798,54.348],[-6.791,54.347],[-6.787,54.348],[-6.788,54.35],[-6.781,54.352],[-6.777,54.355],[-6.767,54.353],[-6.762,54.354],[-6.758,54.353],[-6.749,54.352],[-6.749,54.35],[-6.745,54.347],[-6.745,54.345],[-6.741,54.343],[-6.733,54.344],[-6.729,54.341],[-6.725,54.342],[-6.724,54.349],[-6.72,54.348],[-6.715,54.346],[-6.707,54.352],[-6.697,54.352],[-6.688,54.351],[-6.685,54.354],[-6.682,54.355],[-6.684,54.357],[-6.677,54.364],[-6.671,54.363],[-6.671,54.367],[-6.675,54.369],[-6.669,54.372],[-6.666,54.373],[-6.658,54.37],[-6.654,54.366],[-6.646,54.366],[-6.637,54.373],[-6.633,54.375],[-6.627,54.381],[-6.635,54.38],[-6.638,54.382],[-6.637,54.386],[-6.634,54.389],[-6.639,54.389],[-6.642,54.391],[-6.64,54.396],[-6.64,54.399],[-6.638,54.403],[-6.637,54.406],[-6.633,54.407],[-6.632,54.409],[-6.638,54.41],[-6.646,54.41],[-6.644,54.415],[-6.65,54.418],[-6.646,54.42],[-6.646,54.424],[-6.637,54.424],[-6.63,54.426],[-6.625,54.435],[-6.625,54.44],[-6.629,54.442],[-6.633,54.445],[-6.637,54.445],[-6.638,54.448],[-6.643,54.451],[-6.642,54.453],[-6.644,54.458],[-6.643,54.46],[-6.644,54.461],[-6.65,54.464],[-6.654,54.468],[-6.662,54.466],[-6.676,54.469],[-6.679,54.47],[-6.682,54.467],[-6.688,54.466],[-6.693,54.468],[-6.69,54.469],[-6.699,54.476],[-6.719,54.472],[-6.725,54.472],[-6.731,54.475],[-6.736,54.473],[-6.741,54.476],[-6.74,54.478],[-6.736,54.479],[-6.731,54.482],[-6.736,54.484],[-6.735,54.488],[-6.739,54.49],[-6.734,54.493],[-6.73,54.497],[-6.722,54.497],[-6.723,54.499],[-6.717,54.501],[-6.717,54.504],[-6.71,54.507],[-6.712,54.509],[-6.71,54.512],[-6.706,54.516],[-6.707,54.52],[-6.704,54.523],[-6.707,54.525],[-6.711,54.527],[-6.71,54.532],[-6.719,54.531],[-6.723,54.528],[-6.724,54.524],[-6.727,54.523],[-6.738,54.525],[-6.742,54.528],[-6.751,54.529],[-6.752,54.533],[-6.749,54.535],[-6.754,54.536],[-6.762,54.536],[-6.766,54.538],[-6.771,54.538],[-6.772,54.534],[-6.782,54.532],[-6.785,54.529],[-6.794,54.529],[-6.797,54.527],[-6.797,54.523],[-6.8,54.518],[-6.807,54.516],[-6.81,54.513],[-6.816,54.517],[-6.82,54.518],[-6.827,54.518],[-6.829,54.523],[-6.834,54.525],[-6.844,54.523],[-6.843,54.519],[-6.848,54.517],[-6.853,54.519],[-6.856,54.522],[-6.866,54.522],[-6.865,54.516],[-6.869,54.515],[-6.875,54.511],[-6.879,54.51],[-6.881,54.513],[-6.885,54.512],[-6.896,54.513],[-6.902,54.513],[-6.906,54.52],[-6.903,54.523],[-6.901,54.527],[-6.894,54.531],[-6.895,54.533],[-6.901,54.536],[-6.903,54.535],[-6.905,54.53],[-6.908,54.531],[-6.912,54.535],[-6.917,54.536],[-6.923,54.536],[-6.935,54.539],[-6.942,54.539],[-6.95,54.539],[-6.955,54.541],[-6.958,54.539],[-6.964,54.542],[-6.971,54.549],[-6.973,54.545],[-6.977,54.543],[-6.989,54.537],[-6.993,54.536],[-6.997,54.533],[-7,54.532],[-7.005,54.529],[-7.006,54.527],[-7.01,54.525],[-7.016,54.525],[-7.022,54.524],[-7.028,54.526],[-7.031,54.525],[-7.033,54.522],[-7.039,54.518],[-7.038,54.514],[-7.04,54.513],[-7.039,54.506],[-7.041,54.505],[-7.047,54.507],[-7.053,54.503],[-7.058,54.503],[-7.066,54.507],[-7.067,54.504],[-7.073,54.503],[-7.072,54.507],[-7.077,54.504],[-7.084,54.505],[-7.09,54.504],[-7.094,54.501],[-7.099,54.5],[-7.104,54.497],[-7.104,54.493],[-7.107,54.493],[-7.108,54.49],[-7.107,54.488],[-7.112,54.484],[-7.117,54.486],[-7.122,54.487],[-7.123,54.484],[-7.119,54.483],[-7.116,54.48],[-7.118,54.477],[-7.122,54.475],[-7.129,54.476],[-7.135,54.481],[-7.151,54.477],[-7.155,54.473],[-7.16,54.473],[-7.167,54.476],[-7.17,54.474],[-7.177,54.474],[-7.181,54.475],[-7.187,54.473],[-7.196,54.477],[-7.201,54.477],[-7.203,54.476],[-7.198,54.472],[-7.197,54.469],[-7.199,54.466],[-7.208,54.467],[-7.21,54.468],[-7.216,54.465],[-7.219,54.466],[-7.226,54.462],[-7.229,54.458],[-7.234,54.459],[-7.236,54.455],[-7.241,54.456],[-7.243,54.454],[-7.253,54.451],[-7.258,54.453],[-7.263,54.455],[-7.263,54.457],[-7.267,54.459],[-7.271,54.458],[-7.269,54.455],[-7.273,54.454],[-7.276,54.451],[-7.279,54.451],[-7.285,54.451],[-7.288,54.45],[-7.286,54.447],[-7.292,54.446],[-7.294,54.444],[-7.302,54.443],[-7.306,54.444],[-7.315,54.442],[-7.32,54.445],[-7.324,54.444],[-7.331,54.445],[-7.341,54.444],[-7.359,54.44],[-7.366,54.438],[-7.377,54.437],[-7.382,54.439],[-7.389,54.44],[-7.391,54.443],[-7.398,54.44],[-7.409,54.44],[-7.413,54.442],[-7.425,54.443],[-7.425,54.441],[-7.421,54.439],[-7.425,54.433],[-7.444,54.426],[-7.458,54.425],[-7.464,54.422],[-7.473,54.421],[-7.48,54.417],[-7.493,54.414],[-7.495,54.411],[-7.503,54.409],[-7.509,54.406],[-7.513,54.408],[-7.517,54.412],[-7.523,54.414],[-7.527,54.413],[-7.533,54.419],[-7.528,54.421],[-7.539,54.426],[-7.541,54.43],[-7.548,54.434],[-7.554,54.435],[-7.552,54.437],[-7.554,54.439],[-7.558,54.439],[-7.556,54.444],[-7.554,54.445],[-7.554,54.449],[-7.558,54.451],[-7.565,54.452],[-7.563,54.454],[-7.564,54.457],[-7.563,54.459],[-7.566,54.462],[-7.569,54.467],[-7.572,54.469],[-7.573,54.471],[-7.583,54.475],[-7.579,54.481],[-7.575,54.483],[-7.576,54.485],[-7.57,54.488],[-7.573,54.494],[-7.569,54.496],[-7.564,54.503],[-7.575,54.506],[-7.576,54.509],[-7.573,54.511],[-7.571,54.513],[-7.573,54.517],[-7.572,54.519],[-7.569,54.523],[-7.565,54.525],[-7.563,54.531],[-7.558,54.532],[-7.557,54.534],[-7.562,54.537],[-7.56,54.539],[-7.56,54.542],[-7.558,54.544],[-7.549,54.543],[-7.546,54.546],[-7.536,54.549],[-7.531,54.552],[-7.528,54.556],[-7.534,54.56],[-7.538,54.561],[-7.54,54.566],[-7.546,54.57],[-7.552,54.57],[-7.564,54.567],[-7.581,54.565],[-7.588,54.564],[-7.59,54.567],[-7.597,54.565],[-7.599,54.566],[-7.601,54.572],[-7.604,54.574],[-7.611,54.576],[-7.615,54.575],[-7.62,54.577],[-7.624,54.58],[-7.623,54.583],[-7.625,54.585],[-7.632,54.584],[-7.639,54.584],[-7.643,54.585],[-7.648,54.584],[-7.653,54.584],[-7.657,54.583],[-7.661,54.584],[-7.665,54.583],[-7.671,54.587],[-7.676,54.592],[-7.677,54.594],[-7.674,54.596],[-7.679,54.6],[-7.676,54.603],[-7.683,54.605],[-7.691,54.603],[-7.694,54.605],[-7.69,54.607],[-7.69,54.61],[-7.7,54.608],[-7.703,54.608],[-7.708,54.607],[-7.718,54.606],[-7.727,54.603],[-7.741,54.599],[-7.749,54.599],[-7.76,54.594],[-7.763,54.59],[-7.759,54.588],[-7.762,54.586],[-7.767,54.586],[-7.775,54.583],[-7.777,54.583],[-7.787,54.58],[-7.794,54.582],[-7.795,54.579],[-7.8,54.577],[-7.797,54.572],[-7.801,54.569],[-7.809,54.567],[-7.813,54.564],[-7.818,54.563],[-7.826,54.556],[-7.833,54.552],[-7.83,54.549],[-7.824,54.546],[-7.824,54.544],[-7.828,54.543],[-7.83,54.541],[-7.844,54.537],[-7.851,54.533],[-7.85,54.532],[-7.838,54.533],[-7.835,54.533],[-7.83,54.53],[-7.831,54.528],[-7.826,54.528],[-7.821,54.532],[-7.812,54.532],[-7.809,54.529],[-7.802,54.53],[-7.794,54.535],[-7.792,54.534],[-7.784,54.534],[-7.789,54.531],[-7.786,54.528],[-7.788,54.527],[-7.794,54.529],[-7.798,54.529],[-7.806,54.526],[-7.815,54.525],[-7.819,54.525],[-7.824,54.525],[-7.829,54.522],[-7.833,54.525],[-7.836,54.524],[-7.838,54.52],[-7.843,54.517],[-7.848,54.516],[-7.859,54.515],[-7.862,54.514],[-7.872,54.511],[-7.879,54.512],[-7.894,54.51],[-7.897,54.508],[-7.892,54.508],[-7.887,54.508],[-7.877,54.506],[-7.869,54.505],[-7.868,54.506],[-7.86,54.506],[-7.847,54.508],[-7.837,54.513],[-7.833,54.511],[-7.826,54.514],[-7.825,54.516],[-7.819,54.518],[-7.812,54.518],[-7.807,54.513],[-7.802,54.515],[-7.804,54.517],[-7.797,54.519],[-7.798,54.52],[-7.792,54.521],[-7.791,54.524],[-7.788,54.527],[-7.78,54.528],[-7.773,54.527],[-7.765,54.53],[-7.759,54.53],[-7.758,54.527],[-7.75,54.526],[-7.751,54.524],[-7.755,54.523],[-7.761,54.52],[-7.758,54.519],[-7.752,54.52],[-7.749,54.523],[-7.744,54.522],[-7.74,54.519],[-7.744,54.516],[-7.744,54.514],[-7.749,54.512],[-7.751,54.511],[-7.754,54.509],[-7.757,54.508],[-7.761,54.506],[-7.765,54.5],[-7.773,54.499],[-7.773,54.498],[-7.763,54.498],[-7.762,54.497],[-7.753,54.495],[-7.751,54.492],[-7.743,54.493],[-7.742,54.495],[-7.737,54.495],[-7.728,54.492],[-7.723,54.49],[-7.725,54.486],[-7.724,54.483],[-7.729,54.481],[-7.736,54.48],[-7.735,54.477],[-7.743,54.475],[-7.735,54.473],[-7.738,54.469],[-7.741,54.468],[-7.744,54.47],[-7.75,54.471],[-7.749,54.467],[-7.744,54.464],[-7.739,54.463],[-7.734,54.462],[-7.73,54.462],[-7.731,54.459],[-7.738,54.46],[-7.741,54.458],[-7.732,54.452],[-7.733,54.449],[-7.725,54.449],[-7.721,54.446],[-7.717,54.446],[-7.714,54.444],[-7.717,54.441],[-7.71,54.435],[-7.703,54.434],[-7.699,54.437],[-7.692,54.439],[-7.687,54.435],[-7.687,54.432],[-7.684,54.43],[-7.684,54.425],[-7.689,54.424],[-7.686,54.422],[-7.68,54.423],[-7.679,54.421],[-7.675,54.419],[-7.672,54.416],[-7.671,54.412],[-7.667,54.411],[-7.668,54.407],[-7.67,54.405],[-7.675,54.406],[-7.675,54.404],[-7.669,54.403],[-7.67,54.401],[-7.66,54.397],[-7.66,54.396],[-7.663,54.391],[-7.662,54.387],[-7.655,54.386],[-7.653,54.387],[-7.654,54.39],[-7.65,54.391],[-7.648,54.389],[-7.648,54.387],[-7.655,54.384],[-7.654,54.38],[-7.651,54.377],[-7.646,54.377],[-7.644,54.383],[-7.642,54.381],[-7.645,54.378],[-7.65,54.372],[-7.652,54.365],[-7.655,54.366],[-7.662,54.365],[-7.663,54.361],[-7.659,54.358],[-7.666,54.357],[-7.665,54.365],[-7.668,54.368],[-7.667,54.37],[-7.673,54.373],[-7.676,54.382],[-7.677,54.386],[-7.676,54.389],[-7.68,54.39],[-7.685,54.392],[-7.688,54.395],[-7.689,54.404],[-7.695,54.408],[-7.693,54.409],[-7.703,54.412],[-7.703,54.413],[-7.708,54.416],[-7.712,54.417],[-7.712,54.414],[-7.71,54.409],[-7.712,54.407],[-7.716,54.411],[-7.723,54.412],[-7.725,54.412],[-7.729,54.416],[-7.731,54.417],[-7.737,54.421],[-7.733,54.424],[-7.738,54.426],[-7.742,54.422],[-7.75,54.426],[-7.747,54.428],[-7.749,54.429],[-7.755,54.431],[-7.75,54.432],[-7.746,54.43],[-7.741,54.429],[-7.736,54.43],[-7.741,54.433],[-7.747,54.434],[-7.751,54.433],[-7.759,54.434],[-7.759,54.436],[-7.763,54.44],[-7.769,54.441],[-7.77,54.442],[-7.78,54.445],[-7.792,54.445],[-7.796,54.449],[-7.805,54.451],[-7.796,54.452],[-7.79,54.452],[-7.791,54.454],[-7.796,54.455],[-7.801,54.454],[-7.806,54.456],[-7.801,54.458],[-7.804,54.461],[-7.811,54.46],[-7.814,54.462],[-7.827,54.461],[-7.83,54.462],[-7.833,54.466],[-7.83,54.468],[-7.841,54.473],[-7.845,54.474],[-7.852,54.473],[-7.863,54.472],[-7.87,54.472],[-7.874,54.474],[-7.884,54.473],[-7.899,54.475],[-7.912,54.473],[-7.927,54.473],[-7.932,54.474],[-7.936,54.474],[-7.944,54.475],[-7.964,54.472],[-7.974,54.472],[-7.978,54.473],[-7.986,54.471],[-7.989,54.471],[-8.001,54.469],[-8.011,54.468],[-8.013,54.469],[-8.014,54.473],[-8.013,54.477],[-8.01,54.478],[-8.001,54.48],[-7.999,54.482],[-7.99,54.483],[-7.988,54.48],[-7.99,54.477],[-7.985,54.475],[-7.977,54.476],[-7.972,54.48],[-7.967,54.483],[-7.956,54.485],[-7.955,54.487],[-7.948,54.489],[-7.942,54.492],[-7.937,54.493],[-7.931,54.495],[-7.931,54.498],[-7.937,54.496],[-7.943,54.493],[-7.948,54.492],[-7.968,54.486],[-7.973,54.487],[-7.967,54.49],[-7.973,54.49],[-7.972,54.492],[-7.962,54.493],[-7.957,54.493],[-7.952,54.494],[-7.956,54.496],[-7.961,54.496],[-7.969,54.493],[-7.983,54.493],[-7.979,54.495],[-7.978,54.497],[-7.966,54.5],[-7.949,54.505],[-7.937,54.508],[-7.934,54.506],[-7.936,54.504],[-7.924,54.505],[-7.917,54.506],[-7.907,54.509],[-7.908,54.51],[-7.898,54.515],[-7.891,54.517],[-7.887,54.516],[-7.88,54.517],[-7.879,54.521],[-7.87,54.526],[-7.866,54.527],[-7.859,54.532],[-7.851,54.533]],[[-7.708,54.405],[-7.706,54.406],[-7.7,54.406],[-7.697,54.404],[-7.695,54.399],[-7.698,54.397],[-7.705,54.398],[-7.705,54.402],[-7.708,54.405]],[[-7.574,54.266],[-7.57,54.264],[-7.571,54.262],[-7.569,54.259],[-7.561,54.26],[-7.559,54.266],[-7.556,54.265],[-7.546,54.266],[-7.547,54.264],[-7.555,54.264],[-7.554,54.259],[-7.558,54.257],[-7.554,54.256],[-7.552,54.253],[-7.544,54.258],[-7.54,54.258],[-7.536,54.26],[-7.534,54.256],[-7.54,54.255],[-7.545,54.252],[-7.549,54.252],[-7.551,54.25],[-7.545,54.248],[-7.532,54.249],[-7.533,54.252],[-7.533,54.256],[-7.526,54.254],[-7.522,54.254],[-7.519,54.256],[-7.516,54.255],[-7.517,54.252],[-7.524,54.249],[-7.519,54.249],[-7.519,54.246],[-7.527,54.247],[-7.531,54.245],[-7.531,54.243],[-7.528,54.241],[-7.528,54.24],[-7.522,54.236],[-7.52,54.234],[-7.515,54.235],[-7.514,54.232],[-7.507,54.233],[-7.501,54.231],[-7.497,54.229],[-7.494,54.23],[-7.491,54.229],[-7.483,54.228],[-7.481,54.226],[-7.474,54.227],[-7.47,54.224],[-7.476,54.223],[-7.478,54.221],[-7.484,54.223],[-7.487,54.221],[-7.482,54.219],[-7.478,54.213],[-7.485,54.214],[-7.488,54.209],[-7.492,54.208],[-7.495,54.205],[-7.496,54.203],[-7.494,54.201],[-7.51,54.197],[-7.512,54.193],[-7.516,54.199],[-7.509,54.202],[-7.506,54.203],[-7.506,54.206],[-7.52,54.204],[-7.517,54.209],[-7.521,54.21],[-7.525,54.21],[-7.527,54.211],[-7.526,54.214],[-7.53,54.215],[-7.535,54.214],[-7.534,54.218],[-7.529,54.219],[-7.525,54.219],[-7.524,54.221],[-7.529,54.223],[-7.53,54.226],[-7.538,54.229],[-7.541,54.226],[-7.543,54.227],[-7.547,54.23],[-7.555,54.231],[-7.561,54.227],[-7.567,54.228],[-7.575,54.231],[-7.58,54.232],[-7.578,54.235],[-7.592,54.234],[-7.593,54.235],[-7.592,54.239],[-7.59,54.241],[-7.59,54.244],[-7.597,54.245],[-7.606,54.248],[-7.606,54.249],[-7.61,54.253],[-7.616,54.25],[-7.618,54.251],[-7.613,54.254],[-7.605,54.254],[-7.602,54.253],[-7.601,54.25],[-7.596,54.251],[-7.59,54.251],[-7.593,54.255],[-7.591,54.258],[-7.587,54.255],[-7.582,54.256],[-7.583,54.26],[-7.575,54.26],[-7.572,54.261],[-7.574,54.266]]]]},"properties":{"Name":"Fermanagh and South Tyrone","ID":"N05000007"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.583,54.273],[-5.592,54.275],[-5.596,54.275],[-5.6,54.277],[-5.605,54.276],[-5.606,54.279],[-5.616,54.283],[-5.622,54.282],[-5.632,54.28],[-5.638,54.284],[-5.641,54.289],[-5.637,54.298],[-5.644,54.3],[-5.647,54.302],[-5.651,54.302],[-5.654,54.306],[-5.653,54.307],[-5.655,54.31],[-5.662,54.314],[-5.663,54.317],[-5.666,54.317],[-5.671,54.322],[-5.674,54.32],[-5.684,54.318],[-5.687,54.32],[-5.688,54.323],[-5.685,54.326],[-5.686,54.327],[-5.681,54.328],[-5.684,54.332],[-5.681,54.336],[-5.684,54.34],[-5.69,54.339],[-5.691,54.341],[-5.685,54.341],[-5.686,54.345],[-5.681,54.345],[-5.681,54.347],[-5.678,54.35],[-5.68,54.352],[-5.684,54.35],[-5.696,54.35],[-5.7,54.349],[-5.7,54.345],[-5.703,54.344],[-5.706,54.345],[-5.713,54.345],[-5.719,54.341],[-5.724,54.341],[-5.723,54.338],[-5.725,54.336],[-5.729,54.336],[-5.731,54.332],[-5.735,54.332],[-5.739,54.328],[-5.744,54.327],[-5.745,54.33],[-5.749,54.331],[-5.753,54.333],[-5.751,54.339],[-5.756,54.34],[-5.766,54.338],[-5.769,54.34],[-5.769,54.343],[-5.775,54.346],[-5.776,54.348],[-5.774,54.352],[-5.778,54.353],[-5.78,54.356],[-5.784,54.357],[-5.787,54.362],[-5.802,54.362],[-5.804,54.364],[-5.809,54.364],[-5.81,54.361],[-5.812,54.36],[-5.817,54.357],[-5.822,54.357],[-5.828,54.357],[-5.841,54.364],[-5.843,54.363],[-5.844,54.36],[-5.85,54.359],[-5.853,54.355],[-5.851,54.35],[-5.851,54.346],[-5.847,54.341],[-5.851,54.341],[-5.861,54.345],[-5.863,54.351],[-5.868,54.354],[-5.871,54.357],[-5.873,54.362],[-5.876,54.362],[-5.883,54.356],[-5.885,54.358],[-5.89,54.355],[-5.895,54.355],[-5.898,54.358],[-5.909,54.363],[-5.918,54.37],[-5.915,54.374],[-5.91,54.375],[-5.91,54.378],[-5.907,54.38],[-5.909,54.384],[-5.909,54.388],[-5.914,54.39],[-5.915,54.395],[-5.914,54.397],[-5.925,54.393],[-5.938,54.387],[-5.94,54.386],[-5.94,54.384],[-5.945,54.382],[-5.95,54.379],[-5.952,54.381],[-5.958,54.381],[-5.97,54.384],[-5.977,54.381],[-5.984,54.377],[-5.992,54.374],[-5.997,54.374],[-6.004,54.373],[-6.008,54.373],[-6.017,54.372],[-6.026,54.365],[-6.026,54.362],[-6.03,54.361],[-6.032,54.357],[-6.039,54.356],[-6.041,54.354],[-6.041,54.352],[-6.043,54.347],[-6.051,54.343],[-6.06,54.337],[-6.063,54.333],[-6.064,54.327],[-6.07,54.325],[-6.073,54.327],[-6.079,54.328],[-6.086,54.328],[-6.084,54.332],[-6.087,54.335],[-6.083,54.339],[-6.083,54.341],[-6.091,54.341],[-6.096,54.338],[-6.101,54.339],[-6.109,54.339],[-6.11,54.341],[-6.119,54.344],[-6.12,54.343],[-6.126,54.345],[-6.128,54.348],[-6.139,54.353],[-6.139,54.359],[-6.145,54.363],[-6.15,54.368],[-6.155,54.366],[-6.156,54.364],[-6.162,54.365],[-6.166,54.362],[-6.171,54.358],[-6.174,54.359],[-6.18,54.355],[-6.187,54.356],[-6.191,54.359],[-6.195,54.362],[-6.195,54.364],[-6.199,54.367],[-6.202,54.367],[-6.207,54.369],[-6.211,54.367],[-6.21,54.364],[-6.217,54.361],[-6.223,54.364],[-6.227,54.361],[-6.233,54.36],[-6.238,54.36],[-6.234,54.357],[-6.233,54.351],[-6.236,54.349],[-6.239,54.345],[-6.24,54.341],[-6.244,54.34],[-6.246,54.338],[-6.242,54.334],[-6.24,54.331],[-6.242,54.328],[-6.248,54.328],[-6.248,54.326],[-6.255,54.323],[-6.256,54.321],[-6.265,54.323],[-6.273,54.327],[-6.278,54.328],[-6.283,54.331],[-6.289,54.331],[-6.293,54.335],[-6.288,54.338],[-6.294,54.34],[-6.298,54.345],[-6.298,54.348],[-6.304,54.348],[-6.305,54.345],[-6.309,54.343],[-6.309,54.338],[-6.314,54.334],[-6.319,54.332],[-6.324,54.337],[-6.327,54.337],[-6.335,54.338],[-6.339,54.34],[-6.348,54.338],[-6.353,54.337],[-6.357,54.338],[-6.363,54.341],[-6.365,54.337],[-6.363,54.336],[-6.365,54.332],[-6.366,54.328],[-6.364,54.326],[-6.364,54.321],[-6.363,54.317],[-6.36,54.314],[-6.361,54.312],[-6.367,54.306],[-6.372,54.307],[-6.382,54.305],[-6.385,54.302],[-6.385,54.295],[-6.381,54.292],[-6.376,54.292],[-6.376,54.29],[-6.379,54.287],[-6.385,54.287],[-6.385,54.284],[-6.394,54.281],[-6.395,54.28],[-6.394,54.273],[-6.388,54.273],[-6.379,54.27],[-6.377,54.268],[-6.374,54.267],[-6.373,54.265],[-6.365,54.266],[-6.361,54.263],[-6.36,54.261],[-6.363,54.255],[-6.369,54.25],[-6.372,54.25],[-6.374,54.246],[-6.369,54.244],[-6.37,54.238],[-6.368,54.236],[-6.362,54.231],[-6.365,54.226],[-6.36,54.221],[-6.356,54.219],[-6.354,54.215],[-6.354,54.213],[-6.351,54.209],[-6.35,54.205],[-6.348,54.201],[-6.349,54.199],[-6.347,54.195],[-6.342,54.196],[-6.333,54.196],[-6.33,54.194],[-6.321,54.194],[-6.317,54.189],[-6.31,54.186],[-6.317,54.183],[-6.32,54.18],[-6.318,54.178],[-6.321,54.174],[-6.317,54.168],[-6.314,54.166],[-6.312,54.161],[-6.316,54.16],[-6.316,54.157],[-6.325,54.157],[-6.33,54.155],[-6.323,54.149],[-6.32,54.15],[-6.311,54.139],[-6.309,54.135],[-6.304,54.13],[-6.301,54.124],[-6.292,54.114],[-6.278,54.111],[-6.274,54.107],[-6.268,54.103],[-6.259,54.1],[-6.256,54.099],[-6.252,54.097],[-6.247,54.1],[-6.235,54.101],[-6.232,54.1],[-6.228,54.101],[-6.223,54.1],[-6.215,54.101],[-6.212,54.098],[-6.204,54.099],[-6.194,54.096],[-6.19,54.092],[-6.19,54.085],[-6.188,54.082],[-6.185,54.08],[-6.183,54.075],[-6.179,54.074],[-6.168,54.07],[-6.167,54.068],[-6.157,54.065],[-6.152,54.066],[-6.143,54.063],[-6.136,54.063],[-6.133,54.066],[-6.124,54.066],[-6.12,54.065],[-6.118,54.063],[-6.112,54.062],[-6.106,54.063],[-6.102,54.062],[-6.096,54.063],[-6.091,54.059],[-6.086,54.058],[-6.083,54.056],[-6.077,54.049],[-6.08,54.046],[-6.086,54.047],[-6.092,54.048],[-6.098,54.047],[-6.1,54.044],[-6.107,54.04],[-6.09,54.037],[-6.087,54.035],[-6.082,54.03],[-6.075,54.03],[-6.069,54.029],[-6.065,54.028],[-6.063,54.023],[-6.058,54.025],[-6.056,54.027],[-6.042,54.033],[-6.031,54.036],[-6.02,54.041],[-6.015,54.042],[-6.014,54.044],[-6.009,54.05],[-6.004,54.054],[-5.992,54.058],[-5.982,54.059],[-5.977,54.061],[-5.964,54.064],[-5.964,54.066],[-5.958,54.069],[-5.959,54.073],[-5.951,54.079],[-5.943,54.082],[-5.939,54.085],[-5.932,54.087],[-5.919,54.094],[-5.916,54.094],[-5.912,54.098],[-5.905,54.099],[-5.898,54.105],[-5.893,54.112],[-5.893,54.118],[-5.887,54.122],[-5.888,54.127],[-5.891,54.131],[-5.89,54.135],[-5.886,54.142],[-5.883,54.145],[-5.877,54.154],[-5.875,54.162],[-5.873,54.168],[-5.874,54.172],[-5.874,54.178],[-5.879,54.19],[-5.886,54.197],[-5.892,54.201],[-5.893,54.207],[-5.887,54.214],[-5.879,54.219],[-5.866,54.226],[-5.855,54.231],[-5.841,54.236],[-5.832,54.24],[-5.83,54.244],[-5.829,54.247],[-5.834,54.251],[-5.837,54.252],[-5.84,54.25],[-5.847,54.25],[-5.851,54.249],[-5.854,54.245],[-5.858,54.241],[-5.86,54.247],[-5.858,54.252],[-5.851,54.252],[-5.851,54.255],[-5.842,54.259],[-5.838,54.263],[-5.838,54.266],[-5.83,54.27],[-5.828,54.276],[-5.828,54.278],[-5.817,54.285],[-5.816,54.28],[-5.82,54.272],[-5.819,54.265],[-5.816,54.261],[-5.818,54.257],[-5.826,54.256],[-5.834,54.257],[-5.833,54.254],[-5.826,54.249],[-5.823,54.244],[-5.819,54.243],[-5.81,54.243],[-5.802,54.245],[-5.793,54.245],[-5.781,54.246],[-5.776,54.245],[-5.767,54.247],[-5.754,54.248],[-5.755,54.25],[-5.75,54.252],[-5.727,54.253],[-5.721,54.251],[-5.711,54.25],[-5.709,54.252],[-5.704,54.25],[-5.697,54.252],[-5.688,54.251],[-5.683,54.247],[-5.679,54.248],[-5.676,54.246],[-5.675,54.242],[-5.671,54.238],[-5.674,54.235],[-5.667,54.236],[-5.666,54.232],[-5.664,54.229],[-5.664,54.227],[-5.661,54.226],[-5.657,54.229],[-5.652,54.23],[-5.649,54.231],[-5.647,54.236],[-5.642,54.242],[-5.638,54.242],[-5.637,54.245],[-5.639,54.246],[-5.641,54.25],[-5.639,54.251],[-5.642,54.254],[-5.646,54.256],[-5.646,54.257],[-5.641,54.26],[-5.632,54.26],[-5.63,54.258],[-5.63,54.256],[-5.623,54.256],[-5.619,54.254],[-5.618,54.25],[-5.618,54.247],[-5.613,54.247],[-5.609,54.249],[-5.607,54.253],[-5.603,54.257],[-5.609,54.261],[-5.61,54.264],[-5.605,54.266],[-5.603,54.264],[-5.598,54.263],[-5.597,54.261],[-5.589,54.265],[-5.588,54.27],[-5.583,54.273]]]},"properties":{"Name":"South Down","ID":"N05000015"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.535,54.681],[-5.539,54.681],[-5.544,54.678],[-5.542,54.676],[-5.544,54.674],[-5.536,54.674],[-5.53,54.669],[-5.526,54.669],[-5.523,54.671],[-5.522,54.674],[-5.522,54.676],[-5.527,54.677],[-5.535,54.681]]],[[[-5.524,54.601],[-5.525,54.603],[-5.525,54.605],[-5.529,54.611],[-5.529,54.613],[-5.533,54.617],[-5.533,54.621],[-5.535,54.623],[-5.534,54.627],[-5.532,54.629],[-5.533,54.631],[-5.532,54.635],[-5.53,54.637],[-5.533,54.643],[-5.535,54.643],[-5.539,54.644],[-5.542,54.648],[-5.544,54.652],[-5.543,54.654],[-5.554,54.656],[-5.557,54.658],[-5.57,54.664],[-5.576,54.67],[-5.576,54.673],[-5.583,54.675],[-5.586,54.677],[-5.589,54.675],[-5.592,54.674],[-5.599,54.677],[-5.601,54.676],[-5.606,54.676],[-5.61,54.675],[-5.615,54.675],[-5.626,54.678],[-5.629,54.68],[-5.635,54.678],[-5.636,54.673],[-5.634,54.671],[-5.636,54.669],[-5.642,54.666],[-5.653,54.666],[-5.655,54.67],[-5.659,54.67],[-5.664,54.666],[-5.675,54.663],[-5.676,54.666],[-5.68,54.669],[-5.684,54.668],[-5.688,54.668],[-5.691,54.665],[-5.699,54.668],[-5.704,54.667],[-5.711,54.668],[-5.714,54.667],[-5.722,54.667],[-5.73,54.67],[-5.732,54.672],[-5.735,54.672],[-5.74,54.674],[-5.741,54.678],[-5.749,54.674],[-5.757,54.672],[-5.761,54.671],[-5.763,54.669],[-5.769,54.669],[-5.774,54.666],[-5.785,54.664],[-5.793,54.661],[-5.798,54.661],[-5.801,54.66],[-5.81,54.657],[-5.818,54.653],[-5.822,54.652],[-5.824,54.649],[-5.83,54.645],[-5.839,54.642],[-5.847,54.64],[-5.855,54.634],[-5.854,54.628],[-5.864,54.618],[-5.861,54.617],[-5.861,54.615],[-5.857,54.611],[-5.855,54.605],[-5.852,54.603],[-5.849,54.605],[-5.843,54.604],[-5.841,54.606],[-5.838,54.606],[-5.831,54.61],[-5.823,54.613],[-5.813,54.614],[-5.807,54.616],[-5.802,54.616],[-5.797,54.617],[-5.794,54.619],[-5.786,54.62],[-5.779,54.613],[-5.771,54.612],[-5.765,54.613],[-5.762,54.612],[-5.757,54.614],[-5.755,54.617],[-5.748,54.62],[-5.741,54.625],[-5.732,54.627],[-5.727,54.628],[-5.716,54.627],[-5.709,54.624],[-5.707,54.62],[-5.695,54.62],[-5.686,54.618],[-5.679,54.621],[-5.678,54.623],[-5.675,54.624],[-5.669,54.623],[-5.661,54.618],[-5.659,54.615],[-5.656,54.617],[-5.646,54.619],[-5.639,54.622],[-5.635,54.625],[-5.633,54.629],[-5.631,54.63],[-5.621,54.629],[-5.62,54.626],[-5.597,54.623],[-5.6,54.62],[-5.607,54.616],[-5.607,54.61],[-5.6,54.611],[-5.596,54.611],[-5.592,54.608],[-5.587,54.596],[-5.581,54.594],[-5.578,54.598],[-5.567,54.601],[-5.564,54.603],[-5.551,54.603],[-5.546,54.603],[-5.547,54.598],[-5.542,54.597],[-5.54,54.594],[-5.524,54.601]]],[[[-5.525,54.698],[-5.528,54.697],[-5.527,54.693],[-5.523,54.694],[-5.525,54.698]]]]},"properties":{"Name":"North Down","ID":"N05000013"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.665,54.374],[-5.668,54.371],[-5.668,54.368],[-5.661,54.368],[-5.658,54.371],[-5.654,54.371],[-5.654,54.374],[-5.661,54.371],[-5.665,54.374]]],[[[-5.647,54.38],[-5.651,54.375],[-5.644,54.377],[-5.643,54.38],[-5.647,54.38]]],[[[-5.634,54.423],[-5.638,54.422],[-5.641,54.42],[-5.641,54.418],[-5.64,54.415],[-5.641,54.413],[-5.636,54.412],[-5.637,54.416],[-5.634,54.423]]],[[[-5.623,54.451],[-5.629,54.45],[-5.63,54.447],[-5.632,54.442],[-5.628,54.444],[-5.623,54.45],[-5.62,54.45],[-5.617,54.452],[-5.619,54.454],[-5.623,54.451]]],[[[-5.641,54.471],[-5.636,54.474],[-5.639,54.477],[-5.641,54.477],[-5.644,54.473],[-5.641,54.471]]],[[[-5.524,54.601],[-5.54,54.594],[-5.542,54.597],[-5.547,54.598],[-5.546,54.603],[-5.551,54.603],[-5.564,54.603],[-5.567,54.601],[-5.578,54.598],[-5.581,54.594],[-5.587,54.596],[-5.592,54.608],[-5.596,54.611],[-5.6,54.611],[-5.607,54.61],[-5.607,54.616],[-5.6,54.62],[-5.597,54.623],[-5.62,54.626],[-5.621,54.629],[-5.631,54.63],[-5.633,54.629],[-5.635,54.625],[-5.639,54.622],[-5.646,54.619],[-5.656,54.617],[-5.659,54.615],[-5.661,54.618],[-5.669,54.623],[-5.675,54.624],[-5.678,54.623],[-5.679,54.621],[-5.686,54.618],[-5.695,54.62],[-5.707,54.62],[-5.709,54.624],[-5.716,54.627],[-5.727,54.628],[-5.732,54.627],[-5.741,54.625],[-5.748,54.62],[-5.755,54.617],[-5.757,54.614],[-5.762,54.612],[-5.765,54.613],[-5.771,54.612],[-5.768,54.607],[-5.769,54.6],[-5.771,54.6],[-5.773,54.594],[-5.77,54.594],[-5.767,54.592],[-5.764,54.587],[-5.762,54.585],[-5.758,54.585],[-5.757,54.581],[-5.764,54.58],[-5.767,54.577],[-5.77,54.575],[-5.773,54.577],[-5.78,54.576],[-5.785,54.572],[-5.789,54.571],[-5.79,54.569],[-5.787,54.567],[-5.793,54.565],[-5.795,54.565],[-5.799,54.561],[-5.798,54.555],[-5.796,54.552],[-5.791,54.55],[-5.793,54.547],[-5.793,54.546],[-5.796,54.544],[-5.801,54.545],[-5.804,54.544],[-5.809,54.54],[-5.81,54.537],[-5.815,54.534],[-5.815,54.532],[-5.819,54.528],[-5.825,54.528],[-5.829,54.521],[-5.828,54.515],[-5.83,54.511],[-5.828,54.507],[-5.833,54.505],[-5.83,54.503],[-5.833,54.501],[-5.83,54.499],[-5.827,54.5],[-5.817,54.492],[-5.814,54.488],[-5.814,54.486],[-5.812,54.483],[-5.808,54.482],[-5.808,54.476],[-5.815,54.475],[-5.816,54.471],[-5.813,54.469],[-5.813,54.466],[-5.808,54.462],[-5.803,54.459],[-5.807,54.457],[-5.812,54.455],[-5.82,54.459],[-5.823,54.459],[-5.825,54.456],[-5.823,54.453],[-5.829,54.449],[-5.835,54.448],[-5.841,54.451],[-5.844,54.45],[-5.85,54.452],[-5.853,54.452],[-5.856,54.459],[-5.867,54.458],[-5.87,54.466],[-5.876,54.467],[-5.892,54.465],[-5.903,54.462],[-5.904,54.459],[-5.9,54.457],[-5.9,54.455],[-5.906,54.452],[-5.907,54.45],[-5.915,54.45],[-5.918,54.447],[-5.917,54.441],[-5.92,54.439],[-5.916,54.436],[-5.915,54.433],[-5.922,54.432],[-5.931,54.429],[-5.924,54.424],[-5.931,54.422],[-5.937,54.416],[-5.945,54.414],[-5.944,54.404],[-5.951,54.404],[-5.945,54.398],[-5.939,54.398],[-5.937,54.391],[-5.94,54.391],[-5.94,54.386],[-5.938,54.387],[-5.925,54.393],[-5.914,54.397],[-5.915,54.395],[-5.914,54.39],[-5.909,54.388],[-5.909,54.384],[-5.907,54.38],[-5.91,54.378],[-5.91,54.375],[-5.915,54.374],[-5.918,54.37],[-5.909,54.363],[-5.898,54.358],[-5.895,54.355],[-5.89,54.355],[-5.885,54.358],[-5.883,54.356],[-5.876,54.362],[-5.873,54.362],[-5.871,54.357],[-5.868,54.354],[-5.863,54.351],[-5.861,54.345],[-5.851,54.341],[-5.847,54.341],[-5.851,54.346],[-5.851,54.35],[-5.853,54.355],[-5.85,54.359],[-5.844,54.36],[-5.843,54.363],[-5.841,54.364],[-5.828,54.357],[-5.822,54.357],[-5.817,54.357],[-5.812,54.36],[-5.81,54.361],[-5.809,54.364],[-5.804,54.364],[-5.802,54.362],[-5.787,54.362],[-5.784,54.357],[-5.78,54.356],[-5.778,54.353],[-5.774,54.352],[-5.776,54.348],[-5.775,54.346],[-5.769,54.343],[-5.769,54.34],[-5.766,54.338],[-5.756,54.34],[-5.751,54.339],[-5.753,54.333],[-5.749,54.331],[-5.745,54.33],[-5.744,54.327],[-5.739,54.328],[-5.735,54.332],[-5.731,54.332],[-5.729,54.336],[-5.725,54.336],[-5.723,54.338],[-5.724,54.341],[-5.719,54.341],[-5.713,54.345],[-5.706,54.345],[-5.703,54.344],[-5.7,54.345],[-5.7,54.349],[-5.696,54.35],[-5.684,54.35],[-5.68,54.352],[-5.678,54.35],[-5.681,54.347],[-5.681,54.345],[-5.686,54.345],[-5.685,54.341],[-5.691,54.341],[-5.69,54.339],[-5.684,54.34],[-5.681,54.336],[-5.684,54.332],[-5.681,54.328],[-5.686,54.327],[-5.685,54.326],[-5.688,54.323],[-5.687,54.32],[-5.684,54.318],[-5.674,54.32],[-5.671,54.322],[-5.666,54.317],[-5.663,54.317],[-5.662,54.314],[-5.655,54.31],[-5.653,54.307],[-5.654,54.306],[-5.651,54.302],[-5.647,54.302],[-5.644,54.3],[-5.637,54.298],[-5.641,54.289],[-5.638,54.284],[-5.632,54.28],[-5.622,54.282],[-5.616,54.283],[-5.606,54.279],[-5.605,54.276],[-5.6,54.277],[-5.596,54.275],[-5.592,54.275],[-5.583,54.273],[-5.579,54.272],[-5.577,54.274],[-5.57,54.281],[-5.565,54.284],[-5.561,54.288],[-5.559,54.291],[-5.559,54.295],[-5.556,54.3],[-5.554,54.304],[-5.549,54.308],[-5.543,54.308],[-5.539,54.313],[-5.532,54.312],[-5.528,54.31],[-5.524,54.314],[-5.529,54.316],[-5.534,54.316],[-5.537,54.319],[-5.541,54.318],[-5.544,54.321],[-5.544,54.324],[-5.542,54.325],[-5.54,54.329],[-5.545,54.331],[-5.545,54.336],[-5.542,54.338],[-5.543,54.341],[-5.545,54.344],[-5.549,54.344],[-5.55,54.347],[-5.549,54.352],[-5.552,54.354],[-5.551,54.357],[-5.553,54.36],[-5.551,54.365],[-5.552,54.369],[-5.556,54.372],[-5.558,54.377],[-5.566,54.374],[-5.567,54.372],[-5.563,54.37],[-5.562,54.368],[-5.567,54.364],[-5.57,54.365],[-5.57,54.369],[-5.577,54.371],[-5.579,54.373],[-5.574,54.376],[-5.571,54.379],[-5.573,54.383],[-5.575,54.383],[-5.585,54.382],[-5.59,54.384],[-5.598,54.382],[-5.6,54.378],[-5.606,54.377],[-5.609,54.379],[-5.615,54.38],[-5.623,54.376],[-5.629,54.374],[-5.631,54.373],[-5.636,54.371],[-5.64,54.373],[-5.642,54.369],[-5.646,54.37],[-5.646,54.367],[-5.651,54.364],[-5.655,54.365],[-5.656,54.368],[-5.66,54.366],[-5.665,54.366],[-5.673,54.367],[-5.677,54.369],[-5.681,54.367],[-5.682,54.371],[-5.686,54.372],[-5.678,54.377],[-5.672,54.377],[-5.664,54.382],[-5.662,54.381],[-5.655,54.383],[-5.656,54.385],[-5.655,54.387],[-5.651,54.389],[-5.649,54.395],[-5.642,54.401],[-5.642,54.404],[-5.643,54.406],[-5.642,54.409],[-5.645,54.412],[-5.649,54.411],[-5.65,54.413],[-5.645,54.415],[-5.648,54.419],[-5.643,54.423],[-5.644,54.431],[-5.639,54.43],[-5.638,54.433],[-5.633,54.435],[-5.633,54.432],[-5.635,54.43],[-5.633,54.428],[-5.63,54.431],[-5.631,54.437],[-5.638,54.441],[-5.642,54.442],[-5.639,54.444],[-5.635,54.449],[-5.636,54.45],[-5.63,54.453],[-5.628,54.459],[-5.631,54.461],[-5.634,54.46],[-5.632,54.458],[-5.634,54.456],[-5.638,54.455],[-5.635,54.452],[-5.642,54.451],[-5.646,54.453],[-5.645,54.456],[-5.645,54.459],[-5.641,54.461],[-5.643,54.463],[-5.64,54.464],[-5.643,54.466],[-5.648,54.467],[-5.65,54.466],[-5.656,54.465],[-5.657,54.468],[-5.652,54.469],[-5.651,54.472],[-5.655,54.474],[-5.648,54.479],[-5.649,54.483],[-5.655,54.484],[-5.653,54.487],[-5.651,54.488],[-5.644,54.486],[-5.641,54.488],[-5.642,54.49],[-5.646,54.489],[-5.65,54.49],[-5.654,54.496],[-5.658,54.498],[-5.662,54.495],[-5.666,54.494],[-5.67,54.492],[-5.674,54.497],[-5.678,54.497],[-5.679,54.499],[-5.677,54.501],[-5.679,54.503],[-5.676,54.507],[-5.675,54.51],[-5.671,54.512],[-5.665,54.51],[-5.664,54.513],[-5.661,54.514],[-5.658,54.516],[-5.654,54.512],[-5.658,54.511],[-5.656,54.508],[-5.65,54.514],[-5.646,54.508],[-5.649,54.508],[-5.648,54.505],[-5.652,54.5],[-5.648,54.497],[-5.646,54.498],[-5.642,54.496],[-5.635,54.497],[-5.628,54.5],[-5.624,54.503],[-5.626,54.507],[-5.63,54.505],[-5.63,54.504],[-5.638,54.5],[-5.648,54.499],[-5.646,54.502],[-5.646,54.506],[-5.642,54.51],[-5.64,54.514],[-5.637,54.518],[-5.641,54.518],[-5.641,54.515],[-5.65,54.514],[-5.657,54.52],[-5.662,54.519],[-5.664,54.52],[-5.667,54.519],[-5.668,54.522],[-5.673,54.523],[-5.68,54.52],[-5.682,54.521],[-5.682,54.524],[-5.686,54.526],[-5.688,54.531],[-5.693,54.533],[-5.697,54.532],[-5.709,54.537],[-5.715,54.536],[-5.721,54.538],[-5.716,54.54],[-5.713,54.543],[-5.704,54.546],[-5.698,54.547],[-5.7,54.55],[-5.698,54.556],[-5.7,54.559],[-5.699,54.561],[-5.7,54.563],[-5.698,54.566],[-5.7,54.567],[-5.698,54.571],[-5.694,54.573],[-5.687,54.582],[-5.68,54.583],[-5.675,54.58],[-5.672,54.579],[-5.669,54.576],[-5.664,54.573],[-5.659,54.572],[-5.658,54.569],[-5.651,54.568],[-5.648,54.566],[-5.643,54.566],[-5.64,54.563],[-5.634,54.562],[-5.629,54.56],[-5.624,54.559],[-5.62,54.56],[-5.615,54.559],[-5.61,54.555],[-5.609,54.552],[-5.606,54.549],[-5.602,54.55],[-5.596,54.547],[-5.595,54.544],[-5.596,54.541],[-5.589,54.54],[-5.588,54.537],[-5.584,54.534],[-5.58,54.531],[-5.576,54.532],[-5.57,54.536],[-5.567,54.534],[-5.563,54.534],[-5.558,54.529],[-5.556,54.525],[-5.557,54.52],[-5.554,54.52],[-5.551,54.518],[-5.555,54.514],[-5.551,54.51],[-5.553,54.507],[-5.547,54.503],[-5.549,54.5],[-5.548,54.496],[-5.541,54.496],[-5.538,54.49],[-5.54,54.487],[-5.544,54.487],[-5.543,54.484],[-5.539,54.483],[-5.537,54.485],[-5.532,54.483],[-5.536,54.481],[-5.536,54.479],[-5.541,54.479],[-5.542,54.476],[-5.533,54.469],[-5.542,54.466],[-5.542,54.465],[-5.545,54.461],[-5.537,54.46],[-5.537,54.454],[-5.534,54.452],[-5.537,54.447],[-5.536,54.444],[-5.539,54.443],[-5.535,54.439],[-5.541,54.437],[-5.544,54.439],[-5.549,54.438],[-5.545,54.435],[-5.543,54.436],[-5.538,54.436],[-5.537,54.433],[-5.541,54.433],[-5.544,54.432],[-5.539,54.43],[-5.54,54.427],[-5.543,54.427],[-5.544,54.429],[-5.548,54.431],[-5.546,54.434],[-5.551,54.435],[-5.555,54.433],[-5.556,54.431],[-5.559,54.429],[-5.565,54.43],[-5.571,54.423],[-5.574,54.422],[-5.573,54.419],[-5.575,54.417],[-5.579,54.411],[-5.578,54.407],[-5.581,54.401],[-5.579,54.399],[-5.575,54.398],[-5.576,54.394],[-5.571,54.391],[-5.563,54.391],[-5.556,54.383],[-5.549,54.38],[-5.547,54.378],[-5.545,54.374],[-5.54,54.369],[-5.542,54.365],[-5.533,54.363],[-5.529,54.36],[-5.531,54.355],[-5.531,54.35],[-5.528,54.344],[-5.523,54.341],[-5.516,54.344],[-5.511,54.341],[-5.512,54.337],[-5.505,54.332],[-5.498,54.333],[-5.497,54.336],[-5.501,54.338],[-5.499,54.344],[-5.496,54.348],[-5.499,54.352],[-5.496,54.352],[-5.491,54.358],[-5.483,54.357],[-5.481,54.361],[-5.484,54.365],[-5.489,54.363],[-5.492,54.364],[-5.494,54.366],[-5.493,54.37],[-5.487,54.372],[-5.487,54.375],[-5.491,54.377],[-5.482,54.384],[-5.476,54.385],[-5.47,54.383],[-5.463,54.384],[-5.461,54.389],[-5.462,54.389],[-5.46,54.393],[-5.462,54.394],[-5.466,54.399],[-5.465,54.403],[-5.465,54.408],[-5.464,54.41],[-5.467,54.417],[-5.472,54.418],[-5.474,54.424],[-5.478,54.424],[-5.481,54.426],[-5.48,54.431],[-5.473,54.436],[-5.464,54.439],[-5.458,54.439],[-5.453,54.444],[-5.454,54.445],[-5.451,54.449],[-5.452,54.451],[-5.447,54.454],[-5.442,54.455],[-5.44,54.458],[-5.441,54.459],[-5.437,54.466],[-5.437,54.47],[-5.439,54.472],[-5.443,54.473],[-5.442,54.477],[-5.44,54.478],[-5.439,54.482],[-5.434,54.485],[-5.434,54.487],[-5.438,54.49],[-5.444,54.489],[-5.448,54.491],[-5.457,54.494],[-5.463,54.497],[-5.465,54.5],[-5.468,54.508],[-5.469,54.514],[-5.472,54.516],[-5.473,54.52],[-5.471,54.526],[-5.475,54.53],[-5.479,54.531],[-5.483,54.534],[-5.485,54.54],[-5.484,54.544],[-5.487,54.547],[-5.486,54.549],[-5.482,54.555],[-5.478,54.559],[-5.478,54.563],[-5.48,54.567],[-5.486,54.571],[-5.49,54.576],[-5.495,54.577],[-5.5,54.578],[-5.504,54.581],[-5.506,54.585],[-5.505,54.589],[-5.51,54.592],[-5.52,54.595],[-5.524,54.601]]]]},"properties":{"Name":"Strangford","ID":"N05000016"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.855,54.634],[-5.867,54.635],[-5.873,54.636],[-5.882,54.628],[-5.886,54.626],[-5.888,54.62],[-5.888,54.612],[-5.891,54.613],[-5.893,54.61],[-5.899,54.61],[-5.891,54.617],[-5.891,54.622],[-5.895,54.621],[-5.897,54.616],[-5.902,54.616],[-5.904,54.613],[-5.907,54.613],[-5.915,54.607],[-5.92,54.603],[-5.92,54.602],[-5.92,54.601],[-5.92,54.6],[-5.92,54.599],[-5.918,54.598],[-5.913,54.597],[-5.915,54.594],[-5.916,54.593],[-5.915,54.592],[-5.91,54.59],[-5.911,54.587],[-5.9,54.586],[-5.897,54.583],[-5.893,54.582],[-5.896,54.579],[-5.902,54.579],[-5.903,54.578],[-5.904,54.574],[-5.907,54.572],[-5.908,54.569],[-5.905,54.567],[-5.906,54.564],[-5.897,54.561],[-5.891,54.562],[-5.889,54.562],[-5.881,54.565],[-5.867,54.568],[-5.863,54.565],[-5.857,54.563],[-5.855,54.561],[-5.848,54.562],[-5.847,54.565],[-5.842,54.566],[-5.84,54.562],[-5.835,54.561],[-5.831,54.562],[-5.827,54.559],[-5.824,54.558],[-5.816,54.556],[-5.806,54.557],[-5.805,54.553],[-5.802,54.555],[-5.798,54.555],[-5.799,54.561],[-5.795,54.565],[-5.793,54.565],[-5.787,54.567],[-5.79,54.569],[-5.789,54.571],[-5.785,54.572],[-5.78,54.576],[-5.773,54.577],[-5.77,54.575],[-5.767,54.577],[-5.764,54.58],[-5.757,54.581],[-5.758,54.585],[-5.762,54.585],[-5.764,54.587],[-5.767,54.592],[-5.77,54.594],[-5.773,54.594],[-5.771,54.6],[-5.769,54.6],[-5.768,54.607],[-5.771,54.612],[-5.779,54.613],[-5.786,54.62],[-5.794,54.619],[-5.797,54.617],[-5.802,54.616],[-5.807,54.616],[-5.813,54.614],[-5.823,54.613],[-5.831,54.61],[-5.838,54.606],[-5.841,54.606],[-5.843,54.604],[-5.849,54.605],[-5.852,54.603],[-5.855,54.605],[-5.857,54.611],[-5.861,54.615],[-5.861,54.617],[-5.864,54.618],[-5.854,54.628],[-5.855,54.634]],[[-5.888,54.611],[-5.881,54.61],[-5.882,54.609],[-5.888,54.61],[-5.888,54.611]]]},"properties":{"Name":"Belfast East","ID":"N05000001"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.935,54.603],[-5.938,54.603],[-5.935,54.607],[-5.939,54.608],[-5.959,54.612],[-5.973,54.609],[-5.98,54.611],[-5.986,54.612],[-5.99,54.614],[-5.998,54.613],[-6.003,54.612],[-6.006,54.61],[-6.009,54.612],[-6.021,54.612],[-6.041,54.613],[-6.046,54.606],[-6.044,54.601],[-6.04,54.596],[-6.041,54.591],[-6.044,54.589],[-6.045,54.587],[-6.043,54.585],[-6.044,54.582],[-6.042,54.578],[-6.041,54.571],[-6.045,54.568],[-6.041,54.564],[-6.049,54.561],[-6.056,54.56],[-6.06,54.556],[-6.063,54.556],[-6.056,54.55],[-6.052,54.547],[-6.053,54.544],[-6.046,54.54],[-6.043,54.541],[-6.041,54.538],[-6.038,54.538],[-6.032,54.532],[-6.028,54.532],[-6.022,54.538],[-6.018,54.537],[-6.014,54.539],[-6.013,54.541],[-6.016,54.543],[-6.012,54.545],[-6.01,54.548],[-6.005,54.547],[-5.999,54.542],[-5.994,54.543],[-5.997,54.552],[-5.997,54.554],[-5.993,54.565],[-5.989,54.569],[-5.978,54.573],[-5.974,54.576],[-5.958,54.589],[-5.952,54.592],[-5.947,54.592],[-5.944,54.593],[-5.941,54.597],[-5.935,54.598],[-5.936,54.6],[-5.935,54.603]]]},"properties":{"Name":"Belfast West","ID":"N05000004"}}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.92,54.599],[-5.92,54.6],[-5.921,54.6],[-5.92,54.599]]],[[[-5.922,54.6],[-5.935,54.603],[-5.936,54.6],[-5.935,54.598],[-5.941,54.597],[-5.944,54.593],[-5.947,54.592],[-5.952,54.592],[-5.958,54.589],[-5.974,54.576],[-5.978,54.573],[-5.989,54.569],[-5.993,54.565],[-5.997,54.554],[-5.997,54.552],[-5.994,54.543],[-5.995,54.539],[-6.003,54.526],[-5.994,54.521],[-5.986,54.521],[-5.986,54.519],[-5.981,54.516],[-5.976,54.516],[-5.975,54.512],[-5.977,54.509],[-5.98,54.508],[-5.979,54.506],[-5.982,54.503],[-5.986,54.502],[-5.984,54.499],[-5.979,54.494],[-5.974,54.494],[-5.963,54.492],[-5.956,54.492],[-5.942,54.495],[-5.94,54.498],[-5.934,54.5],[-5.93,54.503],[-5.922,54.498],[-5.919,54.496],[-5.913,54.498],[-5.908,54.498],[-5.905,54.496],[-5.9,54.497],[-5.894,54.499],[-5.892,54.496],[-5.888,54.497],[-5.881,54.494],[-5.884,54.486],[-5.877,54.479],[-5.874,54.48],[-5.872,54.476],[-5.875,54.475],[-5.877,54.469],[-5.876,54.467],[-5.87,54.466],[-5.867,54.458],[-5.856,54.459],[-5.853,54.452],[-5.85,54.452],[-5.844,54.45],[-5.841,54.451],[-5.835,54.448],[-5.829,54.449],[-5.823,54.453],[-5.825,54.456],[-5.823,54.459],[-5.82,54.459],[-5.812,54.455],[-5.807,54.457],[-5.803,54.459],[-5.808,54.462],[-5.813,54.466],[-5.813,54.469],[-5.816,54.471],[-5.815,54.475],[-5.808,54.476],[-5.808,54.482],[-5.812,54.483],[-5.814,54.486],[-5.814,54.488],[-5.817,54.492],[-5.827,54.5],[-5.83,54.499],[-5.833,54.501],[-5.83,54.503],[-5.833,54.505],[-5.828,54.507],[-5.83,54.511],[-5.828,54.515],[-5.829,54.521],[-5.825,54.528],[-5.819,54.528],[-5.815,54.532],[-5.815,54.534],[-5.81,54.537],[-5.809,54.54],[-5.804,54.544],[-5.801,54.545],[-5.796,54.544],[-5.793,54.546],[-5.793,54.547],[-5.791,54.55],[-5.796,54.552],[-5.798,54.555],[-5.802,54.555],[-5.805,54.553],[-5.806,54.557],[-5.816,54.556],[-5.824,54.558],[-5.827,54.559],[-5.831,54.562],[-5.835,54.561],[-5.84,54.562],[-5.842,54.566],[-5.847,54.565],[-5.848,54.562],[-5.855,54.561],[-5.857,54.563],[-5.863,54.565],[-5.867,54.568],[-5.881,54.565],[-5.889,54.562],[-5.891,54.562],[-5.897,54.561],[-5.906,54.564],[-5.905,54.567],[-5.908,54.569],[-5.907,54.572],[-5.904,54.574],[-5.903,54.578],[-5.902,54.579],[-5.896,54.579],[-5.893,54.582],[-5.897,54.583],[-5.9,54.586],[-5.911,54.587],[-5.91,54.59],[-5.915,54.592],[-5.916,54.593],[-5.915,54.594],[-5.913,54.597],[-5.918,54.598],[-5.922,54.6]]]]},"properties":{"Name":"Belfast South and Mid Down","ID":"N05000003"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.363,54.341],[-6.365,54.346],[-6.369,54.349],[-6.375,54.351],[-6.377,54.354],[-6.378,54.359],[-6.384,54.366],[-6.385,54.371],[-6.389,54.374],[-6.392,54.37],[-6.397,54.371],[-6.399,54.375],[-6.402,54.376],[-6.408,54.373],[-6.413,54.373],[-6.418,54.369],[-6.421,54.372],[-6.425,54.375],[-6.425,54.378],[-6.434,54.378],[-6.437,54.379],[-6.441,54.384],[-6.444,54.381],[-6.443,54.376],[-6.445,54.375],[-6.452,54.377],[-6.455,54.38],[-6.458,54.379],[-6.465,54.38],[-6.466,54.383],[-6.48,54.39],[-6.479,54.395],[-6.481,54.397],[-6.487,54.397],[-6.49,54.401],[-6.491,54.403],[-6.496,54.399],[-6.503,54.4],[-6.509,54.398],[-6.516,54.398],[-6.518,54.396],[-6.517,54.394],[-6.521,54.393],[-6.524,54.397],[-6.527,54.398],[-6.534,54.398],[-6.537,54.401],[-6.541,54.4],[-6.541,54.396],[-6.549,54.397],[-6.56,54.394],[-6.563,54.396],[-6.565,54.394],[-6.57,54.396],[-6.574,54.39],[-6.577,54.391],[-6.582,54.388],[-6.589,54.389],[-6.595,54.388],[-6.6,54.394],[-6.604,54.396],[-6.608,54.396],[-6.611,54.393],[-6.613,54.389],[-6.621,54.387],[-6.623,54.384],[-6.627,54.381],[-6.633,54.375],[-6.637,54.373],[-6.646,54.366],[-6.654,54.366],[-6.658,54.37],[-6.666,54.373],[-6.669,54.372],[-6.675,54.369],[-6.671,54.367],[-6.671,54.363],[-6.677,54.364],[-6.684,54.357],[-6.682,54.355],[-6.685,54.354],[-6.688,54.351],[-6.697,54.352],[-6.707,54.352],[-6.715,54.346],[-6.72,54.348],[-6.724,54.349],[-6.725,54.342],[-6.729,54.341],[-6.733,54.344],[-6.741,54.343],[-6.745,54.345],[-6.745,54.347],[-6.749,54.35],[-6.749,54.352],[-6.758,54.353],[-6.762,54.354],[-6.767,54.353],[-6.777,54.355],[-6.781,54.352],[-6.788,54.35],[-6.787,54.348],[-6.791,54.347],[-6.798,54.348],[-6.799,54.351],[-6.804,54.351],[-6.815,54.346],[-6.821,54.35],[-6.832,54.347],[-6.835,54.344],[-6.835,54.339],[-6.837,54.336],[-6.841,54.333],[-6.848,54.333],[-6.854,54.331],[-6.864,54.33],[-6.866,54.327],[-6.864,54.324],[-6.863,54.315],[-6.856,54.314],[-6.858,54.309],[-6.858,54.304],[-6.857,54.302],[-6.854,54.301],[-6.851,54.297],[-6.853,54.294],[-6.851,54.292],[-6.854,54.29],[-6.86,54.289],[-6.861,54.287],[-6.858,54.283],[-6.861,54.281],[-6.869,54.282],[-6.869,54.286],[-6.87,54.288],[-6.875,54.287],[-6.878,54.285],[-6.875,54.282],[-6.878,54.279],[-6.877,54.278],[-6.866,54.275],[-6.866,54.27],[-6.859,54.269],[-6.853,54.269],[-6.852,54.265],[-6.84,54.268],[-6.836,54.266],[-6.833,54.262],[-6.828,54.261],[-6.83,54.257],[-6.829,54.255],[-6.829,54.247],[-6.822,54.241],[-6.819,54.238],[-6.82,54.236],[-6.818,54.23],[-6.815,54.227],[-6.816,54.223],[-6.81,54.225],[-6.805,54.223],[-6.802,54.221],[-6.801,54.219],[-6.802,54.217],[-6.801,54.213],[-6.797,54.213],[-6.795,54.209],[-6.79,54.209],[-6.784,54.206],[-6.777,54.201],[-6.774,54.199],[-6.769,54.201],[-6.766,54.199],[-6.756,54.199],[-6.751,54.195],[-6.749,54.191],[-6.745,54.188],[-6.745,54.184],[-6.739,54.182],[-6.736,54.186],[-6.732,54.186],[-6.727,54.182],[-6.722,54.182],[-6.722,54.187],[-6.714,54.192],[-6.715,54.194],[-6.711,54.198],[-6.707,54.2],[-6.691,54.2],[-6.688,54.195],[-6.682,54.194],[-6.677,54.194],[-6.674,54.192],[-6.665,54.193],[-6.663,54.19],[-6.659,54.185],[-6.657,54.185],[-6.649,54.18],[-6.644,54.18],[-6.643,54.176],[-6.639,54.172],[-6.636,54.17],[-6.636,54.167],[-6.634,54.164],[-6.635,54.161],[-6.63,54.155],[-6.632,54.151],[-6.632,54.147],[-6.638,54.145],[-6.64,54.142],[-6.641,54.139],[-6.639,54.136],[-6.64,54.132],[-6.643,54.13],[-6.648,54.13],[-6.65,54.125],[-6.648,54.122],[-6.653,54.122],[-6.658,54.124],[-6.661,54.123],[-6.661,54.117],[-6.655,54.11],[-6.65,54.107],[-6.65,54.104],[-6.645,54.101],[-6.645,54.096],[-6.651,54.093],[-6.656,54.094],[-6.659,54.096],[-6.661,54.092],[-6.661,54.09],[-6.656,54.087],[-6.659,54.084],[-6.658,54.081],[-6.659,54.075],[-6.663,54.074],[-6.669,54.074],[-6.668,54.071],[-6.664,54.07],[-6.665,54.066],[-6.661,54.063],[-6.65,54.061],[-6.645,54.053],[-6.64,54.05],[-6.641,54.048],[-6.639,54.046],[-6.629,54.042],[-6.627,54.04],[-6.619,54.039],[-6.616,54.043],[-6.607,54.04],[-6.605,54.045],[-6.596,54.045],[-6.594,54.046],[-6.595,54.05],[-6.597,54.052],[-6.592,54.056],[-6.588,54.058],[-6.582,54.055],[-6.58,54.056],[-6.575,54.053],[-6.569,54.053],[-6.57,54.051],[-6.566,54.051],[-6.558,54.05],[-6.553,54.052],[-6.55,54.051],[-6.546,54.052],[-6.544,54.054],[-6.539,54.056],[-6.533,54.06],[-6.528,54.059],[-6.522,54.056],[-6.516,54.053],[-6.51,54.054],[-6.509,54.058],[-6.504,54.06],[-6.497,54.06],[-6.49,54.064],[-6.481,54.067],[-6.477,54.066],[-6.477,54.069],[-6.479,54.07],[-6.483,54.073],[-6.481,54.076],[-6.475,54.076],[-6.47,54.073],[-6.467,54.074],[-6.461,54.071],[-6.458,54.073],[-6.451,54.068],[-6.448,54.064],[-6.448,54.061],[-6.446,54.058],[-6.438,54.058],[-6.434,54.061],[-6.43,54.059],[-6.428,54.061],[-6.423,54.061],[-6.419,54.063],[-6.411,54.063],[-6.397,54.062],[-6.391,54.061],[-6.388,54.062],[-6.385,54.068],[-6.378,54.07],[-6.376,54.069],[-6.368,54.07],[-6.364,54.073],[-6.363,54.079],[-6.364,54.084],[-6.365,54.09],[-6.367,54.094],[-6.363,54.098],[-6.367,54.101],[-6.367,54.104],[-6.369,54.107],[-6.369,54.111],[-6.364,54.114],[-6.357,54.111],[-6.35,54.114],[-6.346,54.114],[-6.345,54.112],[-6.34,54.112],[-6.338,54.108],[-6.336,54.108],[-6.334,54.105],[-6.336,54.102],[-6.336,54.099],[-6.336,54.095],[-6.327,54.093],[-6.319,54.091],[-6.318,54.094],[-6.314,54.096],[-6.31,54.104],[-6.31,54.107],[-6.3,54.109],[-6.297,54.109],[-6.293,54.112],[-6.298,54.116],[-6.306,54.123],[-6.306,54.125],[-6.317,54.138],[-6.323,54.149],[-6.33,54.155],[-6.325,54.157],[-6.316,54.157],[-6.316,54.16],[-6.312,54.161],[-6.314,54.166],[-6.317,54.168],[-6.321,54.174],[-6.318,54.178],[-6.32,54.18],[-6.317,54.183],[-6.31,54.186],[-6.317,54.189],[-6.321,54.194],[-6.33,54.194],[-6.333,54.196],[-6.342,54.196],[-6.347,54.195],[-6.349,54.199],[-6.348,54.201],[-6.35,54.205],[-6.351,54.209],[-6.354,54.213],[-6.354,54.215],[-6.356,54.219],[-6.36,54.221],[-6.365,54.226],[-6.362,54.231],[-6.368,54.236],[-6.37,54.238],[-6.369,54.244],[-6.374,54.246],[-6.372,54.25],[-6.369,54.25],[-6.363,54.255],[-6.36,54.261],[-6.361,54.263],[-6.365,54.266],[-6.373,54.265],[-6.374,54.267],[-6.377,54.268],[-6.379,54.27],[-6.388,54.273],[-6.394,54.273],[-6.395,54.28],[-6.394,54.281],[-6.385,54.284],[-6.385,54.287],[-6.379,54.287],[-6.376,54.29],[-6.376,54.292],[-6.381,54.292],[-6.385,54.295],[-6.385,54.302],[-6.382,54.305],[-6.372,54.307],[-6.367,54.306],[-6.361,54.312],[-6.36,54.314],[-6.363,54.317],[-6.364,54.321],[-6.364,54.326],[-6.366,54.328],[-6.365,54.332],[-6.363,54.336],[-6.365,54.337],[-6.363,54.341]]]},"properties":{"Name":"Newry and Armagh","ID":"N05000011"}}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.034,55.811],[-2.039,55.813],[-2.041,55.816],[-2.044,55.816],[-2.048,55.822],[-2.053,55.827],[-2.055,55.83],[-2.056,55.835],[-2.058,55.838],[-2.063,55.839],[-2.065,55.841],[-2.07,55.843],[-2.069,55.846],[-2.071,55.85],[-2.072,55.855],[-2.076,55.857],[-2.074,55.858],[-2.073,55.866],[-2.075,55.87],[-2.079,55.874],[-2.082,55.876],[-2.086,55.875],[-2.087,55.873],[-2.093,55.874],[-2.097,55.878],[-2.1,55.878],[-2.103,55.876],[-2.108,55.878],[-2.108,55.879],[-2.114,55.88],[-2.117,55.882],[-2.126,55.884],[-2.128,55.89],[-2.133,55.891],[-2.134,55.893],[-2.13,55.896],[-2.129,55.899],[-2.135,55.903],[-2.133,55.906],[-2.13,55.907],[-2.133,55.909],[-2.134,55.913],[-2.136,55.913],[-2.138,55.917],[-2.149,55.917],[-2.149,55.915],[-2.168,55.915],[-2.169,55.917],[-2.175,55.916],[-2.178,55.918],[-2.182,55.918],[-2.185,55.92],[-2.191,55.922],[-2.2,55.923],[-2.205,55.927],[-2.206,55.928],[-2.211,55.929],[-2.213,55.931],[-2.218,55.932],[-2.222,55.931],[-2.227,55.932],[-2.237,55.931],[-2.244,55.929],[-2.246,55.927],[-2.259,55.924],[-2.266,55.924],[-2.272,55.925],[-2.28,55.925],[-2.281,55.927],[-2.29,55.929],[-2.301,55.929],[-2.303,55.932],[-2.307,55.93],[-2.311,55.931],[-2.321,55.93],[-2.325,55.931],[-2.33,55.93],[-2.336,55.932],[-2.338,55.934],[-2.339,55.937],[-2.343,55.937],[-2.348,55.939],[-2.353,55.939],[-2.356,55.943],[-2.36,55.942],[-2.366,55.945],[-2.367,55.946],[-2.366,55.944],[-2.372,55.941],[-2.373,55.939],[-2.379,55.937],[-2.381,55.934],[-2.391,55.933],[-2.392,55.931],[-2.398,55.925],[-2.398,55.923],[-2.4,55.921],[-2.406,55.918],[-2.407,55.915],[-2.409,55.914],[-2.417,55.912],[-2.421,55.91],[-2.425,55.909],[-2.423,55.906],[-2.434,55.903],[-2.435,55.904],[-2.446,55.898],[-2.449,55.893],[-2.46,55.892],[-2.461,55.891],[-2.467,55.889],[-2.468,55.885],[-2.482,55.889],[-2.485,55.891],[-2.488,55.895],[-2.49,55.9],[-2.493,55.902],[-2.495,55.906],[-2.502,55.909],[-2.505,55.912],[-2.515,55.909],[-2.522,55.909],[-2.534,55.911],[-2.536,55.915],[-2.554,55.912],[-2.554,55.91],[-2.563,55.907],[-2.558,55.905],[-2.558,55.903],[-2.555,55.9],[-2.558,55.899],[-2.566,55.897],[-2.57,55.892],[-2.567,55.889],[-2.561,55.886],[-2.553,55.884],[-2.546,55.88],[-2.55,55.878],[-2.542,55.876],[-2.539,55.872],[-2.536,55.872],[-2.533,55.87],[-2.534,55.867],[-2.538,55.863],[-2.535,55.861],[-2.539,55.858],[-2.544,55.851],[-2.543,55.848],[-2.547,55.845],[-2.548,55.843],[-2.555,55.839],[-2.564,55.842],[-2.569,55.845],[-2.573,55.846],[-2.581,55.845],[-2.584,55.842],[-2.582,55.84],[-2.584,55.835],[-2.592,55.829],[-2.594,55.829],[-2.605,55.829],[-2.606,55.832],[-2.61,55.834],[-2.623,55.835],[-2.626,55.833],[-2.631,55.836],[-2.634,55.836],[-2.642,55.834],[-2.648,55.834],[-2.647,55.838],[-2.643,55.841],[-2.649,55.844],[-2.66,55.842],[-2.665,55.846],[-2.669,55.847],[-2.673,55.846],[-2.687,55.839],[-2.691,55.842],[-2.696,55.84],[-2.696,55.836],[-2.705,55.837],[-2.724,55.835],[-2.735,55.83],[-2.741,55.829],[-2.744,55.83],[-2.748,55.83],[-2.755,55.832],[-2.759,55.836],[-2.758,55.839],[-2.765,55.839],[-2.774,55.838],[-2.775,55.842],[-2.777,55.844],[-2.786,55.836],[-2.794,55.835],[-2.802,55.832],[-2.807,55.832],[-2.812,55.83],[-2.819,55.83],[-2.823,55.826],[-2.831,55.823],[-2.833,55.821],[-2.84,55.818],[-2.845,55.818],[-2.846,55.819],[-2.848,55.819],[-2.852,55.824],[-2.856,55.825],[-2.864,55.826],[-2.87,55.824],[-2.874,55.821],[-2.876,55.817],[-2.875,55.814],[-2.879,55.81],[-2.887,55.806],[-2.897,55.81],[-2.903,55.809],[-2.905,55.806],[-2.916,55.803],[-2.919,55.801],[-2.923,55.797],[-2.924,55.794],[-2.927,55.793],[-2.935,55.793],[-2.941,55.795],[-2.941,55.806],[-2.944,55.812],[-2.952,55.819],[-2.96,55.814],[-2.966,55.813],[-2.968,55.81],[-2.967,55.808],[-2.97,55.806],[-2.974,55.806],[-2.982,55.799],[-2.99,55.795],[-3.001,55.79],[-3.014,55.787],[-3.021,55.783],[-3.025,55.783],[-3.038,55.777],[-3.04,55.776],[-3.044,55.773],[-3.05,55.771],[-3.054,55.77],[-3.06,55.768],[-3.062,55.765],[-3.075,55.76],[-3.077,55.757],[-3.081,55.755],[-3.085,55.751],[-3.096,55.745],[-3.103,55.737],[-3.104,55.732],[-3.103,55.729],[-3.097,55.726],[-3.092,55.724],[-3.093,55.722],[-3.09,55.719],[-3.079,55.719],[-3.07,55.72],[-3.069,55.718],[-3.058,55.711],[-3.047,55.71],[-3.043,55.708],[-3.037,55.71],[-3.027,55.705],[-3.027,55.702],[-3.016,55.696],[-3.011,55.696],[-3.008,55.692],[-3.001,55.688],[-3.001,55.683],[-3,55.679],[-2.996,55.677],[-2.985,55.674],[-2.983,55.671],[-2.979,55.668],[-2.978,55.666],[-2.972,55.661],[-2.975,55.659],[-2.976,55.653],[-2.971,55.651],[-2.963,55.644],[-2.955,55.642],[-2.952,55.64],[-2.952,55.636],[-2.954,55.632],[-2.951,55.63],[-2.943,55.629],[-2.932,55.625],[-2.921,55.622],[-2.92,55.621],[-2.92,55.616],[-2.926,55.617],[-2.933,55.615],[-2.938,55.615],[-2.945,55.616],[-2.954,55.618],[-2.956,55.619],[-2.96,55.624],[-2.966,55.626],[-2.98,55.628],[-2.982,55.625],[-2.979,55.62],[-2.979,55.615],[-2.977,55.613],[-2.975,55.607],[-2.97,55.605],[-2.973,55.601],[-2.981,55.596],[-2.985,55.585],[-2.987,55.584],[-2.995,55.585],[-3.001,55.588],[-3.012,55.589],[-3.014,55.587],[-3.014,55.584],[-3.019,55.581],[-3.017,55.575],[-3.023,55.572],[-3.023,55.57],[-3.03,55.568],[-3.037,55.57],[-3.041,55.571],[-3.043,55.568],[-3.041,55.566],[-3.043,55.564],[-3.048,55.565],[-3.055,55.564],[-3.058,55.567],[-3.063,55.57],[-3.064,55.575],[-3.063,55.581],[-3.066,55.587],[-3.07,55.589],[-3.074,55.591],[-3.081,55.587],[-3.085,55.583],[-3.086,55.579],[-3.086,55.575],[-3.093,55.557],[-3.094,55.554],[-3.098,55.554],[-3.116,55.55],[-3.123,55.546],[-3.126,55.549],[-3.134,55.551],[-3.152,55.553],[-3.16,55.555],[-3.162,55.56],[-3.168,55.561],[-3.174,55.563],[-3.177,55.568],[-3.185,55.572],[-3.189,55.569],[-3.194,55.566],[-3.2,55.565],[-3.203,55.56],[-3.211,55.557],[-3.216,55.557],[-3.224,55.556],[-3.226,55.551],[-3.233,55.55],[-3.231,55.543],[-3.234,55.539],[-3.24,55.535],[-3.25,55.532],[-3.255,55.532],[-3.262,55.527],[-3.261,55.524],[-3.268,55.518],[-3.279,55.514],[-3.289,55.519],[-3.3,55.526],[-3.306,55.527],[-3.306,55.522],[-3.308,55.519],[-3.314,55.518],[-3.319,55.515],[-3.318,55.509],[-3.325,55.509],[-3.334,55.503],[-3.339,55.502],[-3.346,55.503],[-3.349,55.501],[-3.353,55.498],[-3.352,55.489],[-3.356,55.479],[-3.357,55.475],[-3.352,55.471],[-3.348,55.471],[-3.345,55.469],[-3.345,55.466],[-3.339,55.465],[-3.336,55.463],[-3.333,55.456],[-3.328,55.445],[-3.325,55.442],[-3.318,55.444],[-3.311,55.445],[-3.308,55.442],[-3.309,55.439],[-3.305,55.436],[-3.3,55.433],[-3.293,55.431],[-3.289,55.432],[-3.286,55.434],[-3.28,55.435],[-3.27,55.433],[-3.267,55.434],[-3.258,55.43],[-3.245,55.43],[-3.244,55.427],[-3.254,55.422],[-3.256,55.418],[-3.262,55.416],[-3.264,55.413],[-3.271,55.412],[-3.276,55.41],[-3.279,55.41],[-3.282,55.408],[-3.282,55.406],[-3.294,55.401],[-3.297,55.397],[-3.303,55.394],[-3.306,55.389],[-3.308,55.383],[-3.312,55.38],[-3.306,55.373],[-3.304,55.369],[-3.306,55.368],[-3.314,55.367],[-3.316,55.363],[-3.313,55.362],[-3.312,55.359],[-3.313,55.355],[-3.316,55.352],[-3.319,55.351],[-3.318,55.348],[-3.313,55.347],[-3.304,55.342],[-3.292,55.342],[-3.287,55.344],[-3.281,55.35],[-3.269,55.354],[-3.264,55.356],[-3.267,55.358],[-3.266,55.361],[-3.263,55.362],[-3.255,55.363],[-3.251,55.364],[-3.247,55.368],[-3.235,55.366],[-3.232,55.371],[-3.225,55.373],[-3.225,55.375],[-3.223,55.376],[-3.217,55.376],[-3.215,55.373],[-3.206,55.369],[-3.206,55.367],[-3.201,55.366],[-3.197,55.367],[-3.193,55.366],[-3.188,55.363],[-3.179,55.36],[-3.181,55.36],[-3.182,55.357],[-3.18,55.353],[-3.174,55.347],[-3.169,55.347],[-3.164,55.35],[-3.157,55.351],[-3.152,55.355],[-3.135,55.358],[-3.134,55.359],[-3.127,55.36],[-3.125,55.358],[-3.117,55.356],[-3.115,55.357],[-3.111,55.349],[-3.102,55.352],[-3.099,55.345],[-3.098,55.343],[-3.101,55.341],[-3.1,55.339],[-3.099,55.331],[-3.086,55.328],[-3.086,55.321],[-3.082,55.316],[-3.077,55.315],[-3.07,55.316],[-3.068,55.312],[-3.061,55.307],[-3.061,55.304],[-3.055,55.3],[-3.052,55.297],[-3.047,55.296],[-3.052,55.292],[-3.054,55.287],[-3.053,55.284],[-3.055,55.282],[-3.054,55.28],[-3.046,55.276],[-3.043,55.272],[-3.033,55.275],[-3.028,55.278],[-3.02,55.279],[-3.013,55.276],[-3.011,55.269],[-3.009,55.267],[-2.994,55.27],[-2.991,55.276],[-2.989,55.278],[-2.984,55.279],[-2.98,55.282],[-2.977,55.282],[-2.969,55.284],[-2.965,55.29],[-2.955,55.289],[-2.95,55.287],[-2.946,55.288],[-2.932,55.283],[-2.924,55.28],[-2.917,55.277],[-2.916,55.28],[-2.913,55.284],[-2.907,55.286],[-2.904,55.285],[-2.898,55.284],[-2.893,55.28],[-2.894,55.278],[-2.891,55.274],[-2.886,55.271],[-2.888,55.268],[-2.884,55.265],[-2.886,55.263],[-2.891,55.263],[-2.9,55.26],[-2.905,55.257],[-2.911,55.249],[-2.913,55.249],[-2.915,55.244],[-2.92,55.239],[-2.921,55.237],[-2.918,55.235],[-2.908,55.235],[-2.905,55.236],[-2.9,55.236],[-2.895,55.235],[-2.892,55.234],[-2.884,55.235],[-2.882,55.234],[-2.878,55.236],[-2.869,55.237],[-2.864,55.236],[-2.864,55.234],[-2.866,55.227],[-2.862,55.223],[-2.867,55.22],[-2.888,55.208],[-2.886,55.203],[-2.89,55.198],[-2.897,55.194],[-2.895,55.189],[-2.901,55.182],[-2.905,55.174],[-2.9,55.17],[-2.9,55.163],[-2.9,55.155],[-2.9,55.152],[-2.897,55.147],[-2.893,55.146],[-2.89,55.141],[-2.882,55.142],[-2.874,55.141],[-2.872,55.138],[-2.865,55.135],[-2.861,55.129],[-2.86,55.123],[-2.861,55.115],[-2.859,55.114],[-2.857,55.109],[-2.859,55.108],[-2.852,55.108],[-2.85,55.111],[-2.844,55.112],[-2.846,55.115],[-2.839,55.119],[-2.842,55.121],[-2.84,55.123],[-2.833,55.121],[-2.828,55.125],[-2.827,55.127],[-2.833,55.131],[-2.833,55.133],[-2.827,55.136],[-2.825,55.138],[-2.819,55.138],[-2.813,55.136],[-2.804,55.138],[-2.795,55.14],[-2.791,55.14],[-2.791,55.141],[-2.787,55.142],[-2.786,55.142],[-2.784,55.143],[-2.784,55.144],[-2.783,55.144],[-2.783,55.145],[-2.778,55.147],[-2.777,55.148],[-2.775,55.148],[-2.775,55.149],[-2.773,55.15],[-2.771,55.15],[-2.77,55.15],[-2.769,55.151],[-2.767,55.151],[-2.766,55.151],[-2.767,55.152],[-2.764,55.153],[-2.763,55.153],[-2.762,55.153],[-2.761,55.154],[-2.76,55.154],[-2.76,55.155],[-2.759,55.155],[-2.754,55.157],[-2.753,55.157],[-2.75,55.157],[-2.749,55.157],[-2.746,55.159],[-2.741,55.162],[-2.74,55.163],[-2.737,55.164],[-2.736,55.164],[-2.736,55.165],[-2.735,55.165],[-2.73,55.168],[-2.729,55.168],[-2.723,55.169],[-2.722,55.169],[-2.716,55.172],[-2.715,55.172],[-2.71,55.172],[-2.709,55.172],[-2.708,55.172],[-2.707,55.172],[-2.705,55.172],[-2.704,55.173],[-2.703,55.174],[-2.702,55.175],[-2.701,55.176],[-2.7,55.177],[-2.7,55.178],[-2.699,55.178],[-2.699,55.179],[-2.698,55.18],[-2.698,55.181],[-2.696,55.182],[-2.695,55.183],[-2.694,55.184],[-2.694,55.185],[-2.693,55.186],[-2.692,55.187],[-2.691,55.187],[-2.691,55.188],[-2.69,55.188],[-2.69,55.189],[-2.686,55.191],[-2.686,55.195],[-2.681,55.199],[-2.683,55.202],[-2.667,55.222],[-2.66,55.22],[-2.648,55.22],[-2.642,55.221],[-2.639,55.223],[-2.631,55.224],[-2.635,55.225],[-2.635,55.23],[-2.632,55.239],[-2.63,55.245],[-2.62,55.247],[-2.615,55.246],[-2.612,55.248],[-2.624,55.249],[-2.629,55.251],[-2.632,55.253],[-2.644,55.258],[-2.647,55.26],[-2.641,55.261],[-2.627,55.262],[-2.626,55.265],[-2.628,55.268],[-2.624,55.27],[-2.623,55.272],[-2.614,55.278],[-2.609,55.283],[-2.605,55.285],[-2.598,55.287],[-2.594,55.29],[-2.589,55.292],[-2.58,55.294],[-2.573,55.297],[-2.574,55.301],[-2.566,55.303],[-2.565,55.306],[-2.56,55.309],[-2.557,55.311],[-2.559,55.317],[-2.55,55.316],[-2.543,55.32],[-2.531,55.323],[-2.525,55.322],[-2.518,55.325],[-2.514,55.33],[-2.51,55.331],[-2.502,55.337],[-2.502,55.34],[-2.499,55.342],[-2.496,55.347],[-2.489,55.352],[-2.481,55.354],[-2.473,55.355],[-2.468,55.353],[-2.461,55.353],[-2.445,55.359],[-2.439,55.359],[-2.429,55.356],[-2.426,55.358],[-2.42,55.359],[-2.415,55.359],[-2.409,55.357],[-2.402,55.355],[-2.4,55.352],[-2.4,55.349],[-2.395,55.348],[-2.384,55.348],[-2.379,55.349],[-2.379,55.351],[-2.373,55.355],[-2.358,55.36],[-2.355,55.362],[-2.351,55.363],[-2.35,55.364],[-2.341,55.366],[-2.337,55.367],[-2.346,55.373],[-2.337,55.377],[-2.331,55.381],[-2.335,55.383],[-2.336,55.386],[-2.336,55.393],[-2.343,55.397],[-2.345,55.399],[-2.34,55.401],[-2.334,55.402],[-2.333,55.404],[-2.336,55.408],[-2.332,55.41],[-2.327,55.408],[-2.313,55.407],[-2.313,55.41],[-2.307,55.411],[-2.304,55.413],[-2.296,55.415],[-2.294,55.419],[-2.295,55.42],[-2.284,55.423],[-2.278,55.426],[-2.274,55.426],[-2.272,55.429],[-2.268,55.43],[-2.262,55.429],[-2.261,55.433],[-2.254,55.432],[-2.243,55.432],[-2.237,55.431],[-2.231,55.428],[-2.228,55.43],[-2.223,55.431],[-2.221,55.433],[-2.206,55.438],[-2.202,55.441],[-2.195,55.445],[-2.192,55.453],[-2.188,55.456],[-2.19,55.461],[-2.184,55.464],[-2.167,55.467],[-2.174,55.472],[-2.191,55.474],[-2.195,55.475],[-2.201,55.475],[-2.206,55.483],[-2.202,55.488],[-2.212,55.499],[-2.217,55.503],[-2.22,55.506],[-2.227,55.507],[-2.229,55.51],[-2.227,55.52],[-2.224,55.523],[-2.228,55.528],[-2.233,55.53],[-2.234,55.541],[-2.232,55.545],[-2.235,55.548],[-2.241,55.553],[-2.24,55.555],[-2.244,55.557],[-2.248,55.557],[-2.253,55.562],[-2.26,55.564],[-2.27,55.57],[-2.276,55.575],[-2.28,55.577],[-2.285,55.578],[-2.289,55.581],[-2.292,55.585],[-2.29,55.59],[-2.288,55.591],[-2.289,55.595],[-2.286,55.597],[-2.289,55.598],[-2.288,55.601],[-2.294,55.605],[-2.295,55.609],[-2.306,55.612],[-2.307,55.611],[-2.316,55.62],[-2.309,55.622],[-2.309,55.629],[-2.32,55.628],[-2.324,55.626],[-2.328,55.627],[-2.336,55.633],[-2.334,55.635],[-2.333,55.635],[-2.326,55.637],[-2.325,55.643],[-2.323,55.644],[-2.317,55.643],[-2.308,55.647],[-2.303,55.647],[-2.297,55.647],[-2.289,55.643],[-2.277,55.643],[-2.269,55.643],[-2.26,55.645],[-2.251,55.643],[-2.249,55.64],[-2.246,55.64],[-2.235,55.641],[-2.232,55.645],[-2.235,55.646],[-2.24,55.647],[-2.247,55.65],[-2.248,55.652],[-2.237,55.656],[-2.234,55.658],[-2.231,55.662],[-2.227,55.663],[-2.221,55.663],[-2.218,55.665],[-2.217,55.667],[-2.22,55.672],[-2.219,55.676],[-2.209,55.681],[-2.208,55.684],[-2.205,55.686],[-2.198,55.688],[-2.191,55.696],[-2.188,55.697],[-2.186,55.7],[-2.181,55.703],[-2.171,55.705],[-2.167,55.706],[-2.168,55.708],[-2.171,55.71],[-2.177,55.716],[-2.177,55.719],[-2.176,55.72],[-2.169,55.722],[-2.162,55.723],[-2.152,55.723],[-2.148,55.727],[-2.15,55.733],[-2.149,55.736],[-2.146,55.739],[-2.141,55.74],[-2.138,55.74],[-2.137,55.74],[-2.136,55.741],[-2.122,55.738],[-2.118,55.739],[-2.119,55.741],[-2.119,55.743],[-2.118,55.746],[-2.114,55.749],[-2.107,55.749],[-2.107,55.752],[-2.11,55.755],[-2.11,55.758],[-2.108,55.76],[-2.103,55.762],[-2.095,55.763],[-2.086,55.763],[-2.086,55.768],[-2.087,55.771],[-2.086,55.783],[-2.089,55.787],[-2.088,55.791],[-2.086,55.793],[-2.077,55.794],[-2.073,55.797],[-2.067,55.799],[-2.067,55.8],[-2.062,55.803],[-2.053,55.803],[-2.048,55.804],[-2.039,55.809],[-2.034,55.811]]]},"properties":{"Name":"Berwickshire, Roxburgh and Selkirk","ID":"S14000008"},"id":561}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.5,56.663],[-2.506,56.666],[-2.513,56.668],[-2.519,56.668],[-2.525,56.669],[-2.53,56.671],[-2.535,56.671],[-2.537,56.666],[-2.544,56.663],[-2.55,56.66],[-2.558,56.66],[-2.565,56.66],[-2.587,56.655],[-2.591,56.657],[-2.593,56.662],[-2.587,56.664],[-2.593,56.668],[-2.595,56.671],[-2.6,56.675],[-2.604,56.675],[-2.61,56.674],[-2.617,56.678],[-2.612,56.682],[-2.608,56.683],[-2.612,56.688],[-2.616,56.686],[-2.619,56.687],[-2.635,56.683],[-2.642,56.681],[-2.648,56.68],[-2.651,56.678],[-2.662,56.678],[-2.665,56.677],[-2.687,56.677],[-2.693,56.681],[-2.706,56.681],[-2.721,56.67],[-2.717,56.67],[-2.715,56.665],[-2.729,56.664],[-2.733,56.661],[-2.732,56.657],[-2.735,56.655],[-2.739,56.654],[-2.743,56.655],[-2.744,56.658],[-2.748,56.657],[-2.762,56.657],[-2.762,56.649],[-2.773,56.65],[-2.769,56.647],[-2.76,56.645],[-2.759,56.64],[-2.767,56.639],[-2.778,56.637],[-2.78,56.638],[-2.792,56.637],[-2.793,56.638],[-2.806,56.637],[-2.812,56.633],[-2.82,56.632],[-2.823,56.635],[-2.83,56.63],[-2.837,56.634],[-2.839,56.636],[-2.845,56.631],[-2.838,56.623],[-2.835,56.617],[-2.842,56.618],[-2.855,56.618],[-2.861,56.617],[-2.87,56.617],[-2.883,56.617],[-2.881,56.611],[-2.892,56.61],[-2.895,56.609],[-2.884,56.599],[-2.886,56.598],[-2.886,56.592],[-2.888,56.593],[-2.889,56.588],[-2.892,56.584],[-2.884,56.583],[-2.883,56.579],[-2.884,56.578],[-2.886,56.572],[-2.892,56.571],[-2.894,56.563],[-2.887,56.563],[-2.888,56.561],[-2.883,56.556],[-2.877,56.556],[-2.88,56.55],[-2.891,56.545],[-2.892,56.543],[-2.896,56.545],[-2.903,56.547],[-2.914,56.547],[-2.914,56.545],[-2.92,56.543],[-2.924,56.545],[-2.936,56.547],[-2.941,56.547],[-2.945,56.541],[-2.946,56.538],[-2.946,56.533],[-2.944,56.528],[-2.946,56.508],[-2.949,56.5],[-2.955,56.5],[-2.959,56.499],[-2.962,56.501],[-2.968,56.5],[-2.968,56.495],[-2.966,56.492],[-2.964,56.491],[-2.96,56.488],[-2.955,56.487],[-2.945,56.486],[-2.938,56.486],[-2.929,56.484],[-2.921,56.482],[-2.924,56.474],[-2.911,56.474],[-2.909,56.468],[-2.905,56.468],[-2.892,56.469],[-2.886,56.468],[-2.88,56.465],[-2.873,56.465],[-2.87,56.463],[-2.865,56.464],[-2.858,56.467],[-2.849,56.468],[-2.845,56.471],[-2.837,56.475],[-2.824,56.478],[-2.813,56.479],[-2.803,56.48],[-2.795,56.48],[-2.792,56.479],[-2.784,56.477],[-2.778,56.475],[-2.77,56.473],[-2.76,56.469],[-2.75,56.467],[-2.744,56.465],[-2.74,56.464],[-2.734,56.464],[-2.729,56.468],[-2.722,56.477],[-2.714,56.495],[-2.707,56.499],[-2.697,56.501],[-2.693,56.504],[-2.682,56.507],[-2.674,56.51],[-2.668,56.513],[-2.666,56.516],[-2.653,56.522],[-2.647,56.523],[-2.636,56.527],[-2.633,56.531],[-2.627,56.536],[-2.618,56.543],[-2.612,56.548],[-2.602,56.552],[-2.596,56.551],[-2.587,56.553],[-2.583,56.556],[-2.576,56.557],[-2.57,56.56],[-2.562,56.561],[-2.555,56.56],[-2.548,56.562],[-2.538,56.567],[-2.54,56.573],[-2.534,56.578],[-2.528,56.579],[-2.524,56.579],[-2.522,56.582],[-2.523,56.584],[-2.518,56.586],[-2.52,56.59],[-2.518,56.593],[-2.513,56.596],[-2.504,56.599],[-2.505,56.601],[-2.501,56.605],[-2.496,56.606],[-2.494,56.611],[-2.488,56.614],[-2.486,56.62],[-2.48,56.626],[-2.483,56.629],[-2.492,56.63],[-2.501,56.63],[-2.505,56.634],[-2.507,56.641],[-2.506,56.649],[-2.509,56.651],[-2.505,56.652],[-2.5,56.663]]]},"properties":{"Name":"Arbroath and Broughty Ferry","ID":"S14000066"},"id":562}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.603,56.205],[-3.618,56.206],[-3.623,56.204],[-3.626,56.201],[-3.638,56.197],[-3.646,56.199],[-3.651,56.203],[-3.659,56.196],[-3.667,56.189],[-3.675,56.193],[-3.686,56.196],[-3.693,56.194],[-3.693,56.191],[-3.697,56.185],[-3.695,56.182],[-3.688,56.179],[-3.682,56.177],[-3.692,56.174],[-3.696,56.171],[-3.7,56.17],[-3.703,56.166],[-3.702,56.161],[-3.704,56.159],[-3.708,56.157],[-3.712,56.154],[-3.709,56.151],[-3.7,56.152],[-3.7,56.15],[-3.697,56.145],[-3.703,56.144],[-3.712,56.142],[-3.713,56.14],[-3.72,56.137],[-3.724,56.135],[-3.723,56.134],[-3.729,56.131],[-3.734,56.131],[-3.745,56.13],[-3.75,56.128],[-3.75,56.126],[-3.758,56.123],[-3.761,56.122],[-3.766,56.12],[-3.772,56.119],[-3.768,56.115],[-3.749,56.113],[-3.746,56.112],[-3.742,56.108],[-3.737,56.106],[-3.722,56.101],[-3.718,56.098],[-3.718,56.094],[-3.721,56.088],[-3.723,56.089],[-3.729,56.088],[-3.731,56.086],[-3.734,56.085],[-3.736,56.083],[-3.736,56.081],[-3.738,56.079],[-3.739,56.077],[-3.733,56.074],[-3.724,56.069],[-3.721,56.065],[-3.708,56.056],[-3.704,56.054],[-3.685,56.048],[-3.674,56.046],[-3.67,56.046],[-3.662,56.048],[-3.653,56.052],[-3.639,56.055],[-3.628,56.054],[-3.618,56.056],[-3.614,56.054],[-3.611,56.048],[-3.606,56.046],[-3.593,56.046],[-3.587,56.049],[-3.586,56.051],[-3.587,56.056],[-3.59,56.058],[-3.576,56.059],[-3.572,56.058],[-3.559,56.049],[-3.556,56.045],[-3.544,56.04],[-3.528,56.039],[-3.527,56.041],[-3.522,56.042],[-3.513,56.04],[-3.507,56.035],[-3.493,56.035],[-3.482,56.034],[-3.478,56.031],[-3.473,56.031],[-3.47,56.029],[-3.465,56.03],[-3.46,56.029],[-3.459,56.028],[-3.463,56.024],[-3.457,56.023],[-3.456,56.02],[-3.451,56.02],[-3.445,56.023],[-3.418,56.018],[-3.409,56.016],[-3.403,56.015],[-3.407,56.022],[-3.409,56.034],[-3.406,56.043],[-3.404,56.045],[-3.394,56.049],[-3.389,56.052],[-3.388,56.055],[-3.387,56.066],[-3.388,56.071],[-3.39,56.074],[-3.395,56.079],[-3.401,56.085],[-3.402,56.088],[-3.402,56.091],[-3.415,56.09],[-3.419,56.093],[-3.426,56.093],[-3.429,56.101],[-3.433,56.1],[-3.433,56.104],[-3.427,56.107],[-3.409,56.11],[-3.401,56.111],[-3.393,56.114],[-3.394,56.118],[-3.391,56.124],[-3.392,56.127],[-3.397,56.134],[-3.398,56.139],[-3.396,56.142],[-3.401,56.142],[-3.407,56.14],[-3.416,56.138],[-3.424,56.14],[-3.426,56.142],[-3.433,56.142],[-3.434,56.145],[-3.44,56.145],[-3.446,56.147],[-3.452,56.147],[-3.454,56.15],[-3.457,56.15],[-3.46,56.146],[-3.465,56.147],[-3.467,56.149],[-3.473,56.149],[-3.478,56.147],[-3.492,56.15],[-3.499,56.15],[-3.511,56.148],[-3.525,56.147],[-3.53,56.148],[-3.54,56.146],[-3.546,56.159],[-3.556,56.157],[-3.562,56.16],[-3.571,56.157],[-3.577,56.155],[-3.583,56.151],[-3.584,56.145],[-3.578,56.141],[-3.581,56.139],[-3.588,56.138],[-3.592,56.138],[-3.605,56.136],[-3.607,56.135],[-3.615,56.135],[-3.627,56.132],[-3.637,56.134],[-3.64,56.134],[-3.645,56.138],[-3.639,56.141],[-3.641,56.144],[-3.645,56.147],[-3.64,56.148],[-3.637,56.151],[-3.642,56.156],[-3.648,56.159],[-3.645,56.162],[-3.632,56.165],[-3.627,56.168],[-3.626,56.17],[-3.621,56.168],[-3.614,56.169],[-3.61,56.171],[-3.593,56.173],[-3.591,56.174],[-3.598,56.181],[-3.589,56.181],[-3.588,56.184],[-3.582,56.184],[-3.585,56.189],[-3.585,56.192],[-3.58,56.193],[-3.571,56.193],[-3.575,56.196],[-3.579,56.196],[-3.584,56.198],[-3.596,56.199],[-3.601,56.202],[-3.603,56.205]]]},"properties":{"Name":"Dunfermline and Dollar","ID":"S14000076"},"id":563}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.823,55.896],[-3.818,55.898],[-3.814,55.902],[-3.81,55.904],[-3.818,55.906],[-3.819,55.904],[-3.825,55.905],[-3.833,55.908],[-3.835,55.912],[-3.843,55.913],[-3.86,55.918],[-3.866,55.921],[-3.877,55.923],[-3.882,55.929],[-3.892,55.938],[-3.898,55.937],[-3.9,55.933],[-3.903,55.931],[-3.91,55.931],[-3.914,55.928],[-3.916,55.927],[-3.921,55.931],[-3.925,55.931],[-3.931,55.929],[-3.933,55.93],[-3.945,55.929],[-3.949,55.93],[-3.952,55.929],[-3.958,55.931],[-3.964,55.93],[-3.965,55.932],[-3.972,55.932],[-3.977,55.931],[-3.979,55.925],[-3.984,55.924],[-3.987,55.927],[-3.991,55.929],[-4.002,55.932],[-4.003,55.93],[-4.002,55.923],[-4.011,55.918],[-4.009,55.912],[-4.019,55.91],[-4.014,55.905],[-4.015,55.901],[-4.021,55.888],[-4.018,55.887],[-4.021,55.885],[-4.021,55.881],[-4.016,55.88],[-4.013,55.877],[-4.009,55.879],[-4.003,55.876],[-4.004,55.875],[-4.009,55.872],[-4.008,55.866],[-4.004,55.864],[-3.998,55.863],[-4.004,55.861],[-4.004,55.858],[-3.996,55.857],[-3.995,55.854],[-3.995,55.846],[-3.993,55.843],[-3.994,55.841],[-3.993,55.838],[-4.005,55.839],[-3.996,55.821],[-3.995,55.818],[-3.988,55.817],[-3.981,55.815],[-3.965,55.809],[-3.952,55.807],[-3.944,55.807],[-3.938,55.805],[-3.926,55.805],[-3.925,55.801],[-3.926,55.798],[-3.936,55.794],[-3.937,55.789],[-3.932,55.788],[-3.93,55.784],[-3.918,55.792],[-3.916,55.795],[-3.912,55.797],[-3.901,55.795],[-3.896,55.794],[-3.892,55.795],[-3.89,55.793],[-3.89,55.79],[-3.888,55.789],[-3.887,55.786],[-3.89,55.782],[-3.891,55.777],[-3.888,55.776],[-3.889,55.774],[-3.887,55.771],[-3.889,55.769],[-3.883,55.764],[-3.878,55.763],[-3.868,55.764],[-3.859,55.764],[-3.852,55.764],[-3.844,55.765],[-3.837,55.765],[-3.818,55.768],[-3.813,55.767],[-3.809,55.768],[-3.799,55.771],[-3.795,55.772],[-3.788,55.771],[-3.783,55.77],[-3.779,55.77],[-3.771,55.772],[-3.766,55.771],[-3.754,55.776],[-3.754,55.777],[-3.747,55.781],[-3.744,55.782],[-3.742,55.785],[-3.738,55.787],[-3.736,55.792],[-3.733,55.793],[-3.742,55.799],[-3.729,55.807],[-3.722,55.809],[-3.72,55.812],[-3.716,55.813],[-3.721,55.817],[-3.724,55.818],[-3.728,55.822],[-3.733,55.823],[-3.74,55.831],[-3.744,55.839],[-3.749,55.856],[-3.75,55.859],[-3.746,55.861],[-3.747,55.865],[-3.738,55.867],[-3.731,55.87],[-3.711,55.874],[-3.713,55.876],[-3.713,55.88],[-3.712,55.882],[-3.719,55.885],[-3.725,55.885],[-3.731,55.883],[-3.734,55.882],[-3.745,55.879],[-3.759,55.877],[-3.762,55.875],[-3.765,55.874],[-3.769,55.876],[-3.77,55.881],[-3.774,55.881],[-3.778,55.876],[-3.785,55.877],[-3.788,55.875],[-3.795,55.874],[-3.802,55.875],[-3.812,55.884],[-3.823,55.884],[-3.831,55.894],[-3.823,55.896]]]},"properties":{"Name":"Airdrie and Shotts","ID":"S14000063"},"id":564}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.122,55.782],[-4.124,55.785],[-4.113,55.787],[-4.115,55.788],[-4.121,55.789],[-4.124,55.791],[-4.128,55.791],[-4.132,55.792],[-4.13,55.795],[-4.13,55.799],[-4.133,55.798],[-4.135,55.8],[-4.143,55.802],[-4.148,55.801],[-4.151,55.805],[-4.158,55.803],[-4.164,55.804],[-4.169,55.802],[-4.17,55.806],[-4.172,55.806],[-4.177,55.802],[-4.183,55.804],[-4.188,55.803],[-4.199,55.801],[-4.204,55.8],[-4.209,55.799],[-4.224,55.792],[-4.23,55.786],[-4.225,55.784],[-4.227,55.781],[-4.239,55.785],[-4.243,55.787],[-4.251,55.785],[-4.251,55.782],[-4.249,55.779],[-4.249,55.777],[-4.253,55.773],[-4.256,55.772],[-4.265,55.774],[-4.276,55.772],[-4.283,55.768],[-4.28,55.762],[-4.275,55.759],[-4.274,55.755],[-4.27,55.753],[-4.264,55.753],[-4.261,55.749],[-4.257,55.75],[-4.255,55.749],[-4.256,55.745],[-4.253,55.744],[-4.247,55.737],[-4.242,55.736],[-4.241,55.734],[-4.233,55.733],[-4.233,55.731],[-4.23,55.73],[-4.226,55.729],[-4.223,55.728],[-4.222,55.722],[-4.223,55.721],[-4.221,55.716],[-4.219,55.715],[-4.219,55.711],[-4.223,55.707],[-4.226,55.7],[-4.224,55.697],[-4.222,55.692],[-4.226,55.689],[-4.245,55.682],[-4.247,55.679],[-4.247,55.674],[-4.222,55.654],[-4.217,55.647],[-4.217,55.644],[-4.222,55.637],[-4.222,55.635],[-4.216,55.631],[-4.209,55.63],[-4.202,55.627],[-4.201,55.624],[-4.203,55.621],[-4.203,55.617],[-4.205,55.615],[-4.189,55.61],[-4.185,55.608],[-4.182,55.605],[-4.177,55.605],[-4.177,55.603],[-4.187,55.603],[-4.195,55.601],[-4.202,55.592],[-4.205,55.586],[-4.203,55.583],[-4.209,55.581],[-4.211,55.578],[-4.224,55.573],[-4.228,55.568],[-4.234,55.565],[-4.243,55.562],[-4.236,55.562],[-4.234,55.561],[-4.229,55.56],[-4.228,55.559],[-4.228,55.552],[-4.225,55.55],[-4.221,55.551],[-4.216,55.553],[-4.21,55.553],[-4.201,55.556],[-4.194,55.561],[-4.186,55.563],[-4.181,55.566],[-4.168,55.565],[-4.167,55.566],[-4.159,55.568],[-4.155,55.569],[-4.151,55.572],[-4.148,55.573],[-4.146,55.57],[-4.137,55.568],[-4.126,55.566],[-4.12,55.567],[-4.11,55.566],[-4.101,55.569],[-4.093,55.57],[-4.092,55.569],[-4.086,55.569],[-4.082,55.568],[-4.073,55.572],[-4.065,55.576],[-4.066,55.58],[-4.056,55.583],[-4.049,55.585],[-4.041,55.589],[-4.04,55.592],[-4.037,55.594],[-4.038,55.597],[-4.041,55.597],[-4.041,55.6],[-4.036,55.601],[-4.039,55.606],[-4.035,55.609],[-4.03,55.615],[-4.026,55.615],[-4.015,55.619],[-4.01,55.622],[-4.004,55.624],[-4.003,55.629],[-4.001,55.631],[-4.002,55.635],[-3.993,55.638],[-3.989,55.641],[-3.989,55.644],[-3.985,55.647],[-3.988,55.652],[-3.99,55.653],[-3.982,55.656],[-3.977,55.659],[-3.979,55.66],[-3.97,55.665],[-3.966,55.67],[-3.96,55.675],[-3.962,55.677],[-3.949,55.682],[-3.955,55.689],[-3.958,55.69],[-3.961,55.693],[-3.96,55.694],[-3.962,55.699],[-3.968,55.701],[-3.966,55.703],[-3.966,55.709],[-3.971,55.709],[-3.972,55.707],[-3.976,55.704],[-3.979,55.707],[-3.985,55.705],[-3.991,55.703],[-3.999,55.7],[-4,55.704],[-4.004,55.709],[-4.006,55.711],[-4.01,55.716],[-4.015,55.714],[-4.018,55.716],[-4.023,55.715],[-4.028,55.716],[-4.03,55.715],[-4.041,55.719],[-4.055,55.713],[-4.059,55.711],[-4.066,55.709],[-4.066,55.714],[-4.065,55.72],[-4.068,55.721],[-4.071,55.724],[-4.077,55.727],[-4.084,55.726],[-4.092,55.732],[-4.097,55.734],[-4.096,55.74],[-4.093,55.741],[-4.101,55.746],[-4.109,55.747],[-4.111,55.747],[-4.12,55.749],[-4.128,55.747],[-4.13,55.745],[-4.141,55.744],[-4.143,55.746],[-4.142,55.751],[-4.147,55.754],[-4.145,55.755],[-4.138,55.755],[-4.137,55.758],[-4.131,55.767],[-4.13,55.771],[-4.125,55.774],[-4.119,55.779],[-4.122,55.782]]]},"properties":{"Name":"East Kilbride and Strathaven","ID":"S14000077"},"id":565}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.327,55.808],[-4.324,55.805],[-4.323,55.801],[-4.333,55.793],[-4.344,55.795],[-4.356,55.795],[-4.361,55.794],[-4.372,55.795],[-4.377,55.799],[-4.374,55.8],[-4.368,55.803],[-4.374,55.807],[-4.376,55.812],[-4.372,55.816],[-4.367,55.818],[-4.373,55.819],[-4.381,55.823],[-4.393,55.816],[-4.401,55.811],[-4.405,55.814],[-4.408,55.811],[-4.417,55.808],[-4.435,55.808],[-4.438,55.806],[-4.445,55.803],[-4.457,55.802],[-4.466,55.805],[-4.469,55.803],[-4.473,55.798],[-4.481,55.798],[-4.486,55.798],[-4.495,55.801],[-4.499,55.798],[-4.502,55.793],[-4.497,55.794],[-4.496,55.791],[-4.507,55.786],[-4.511,55.786],[-4.514,55.784],[-4.517,55.779],[-4.522,55.774],[-4.532,55.777],[-4.533,55.778],[-4.542,55.779],[-4.547,55.775],[-4.547,55.773],[-4.551,55.766],[-4.543,55.765],[-4.54,55.762],[-4.542,55.76],[-4.541,55.757],[-4.537,55.756],[-4.54,55.751],[-4.535,55.75],[-4.533,55.747],[-4.53,55.745],[-4.528,55.748],[-4.524,55.75],[-4.519,55.756],[-4.517,55.757],[-4.512,55.758],[-4.507,55.763],[-4.504,55.764],[-4.496,55.763],[-4.491,55.76],[-4.493,55.757],[-4.49,55.756],[-4.49,55.753],[-4.486,55.75],[-4.477,55.751],[-4.477,55.748],[-4.46,55.75],[-4.457,55.746],[-4.464,55.743],[-4.466,55.74],[-4.472,55.737],[-4.473,55.735],[-4.469,55.735],[-4.469,55.733],[-4.462,55.733],[-4.459,55.737],[-4.441,55.734],[-4.436,55.734],[-4.434,55.732],[-4.423,55.728],[-4.418,55.726],[-4.416,55.722],[-4.401,55.714],[-4.396,55.718],[-4.391,55.719],[-4.384,55.723],[-4.382,55.72],[-4.374,55.716],[-4.376,55.714],[-4.374,55.71],[-4.371,55.71],[-4.368,55.708],[-4.364,55.709],[-4.353,55.697],[-4.347,55.699],[-4.333,55.7],[-4.333,55.694],[-4.323,55.688],[-4.296,55.684],[-4.282,55.679],[-4.268,55.686],[-4.262,55.683],[-4.26,55.679],[-4.26,55.677],[-4.256,55.676],[-4.247,55.679],[-4.245,55.682],[-4.226,55.689],[-4.222,55.692],[-4.224,55.697],[-4.226,55.7],[-4.223,55.707],[-4.219,55.711],[-4.219,55.715],[-4.221,55.716],[-4.223,55.721],[-4.222,55.722],[-4.223,55.728],[-4.226,55.729],[-4.23,55.73],[-4.233,55.731],[-4.233,55.733],[-4.241,55.734],[-4.242,55.736],[-4.247,55.737],[-4.253,55.744],[-4.256,55.745],[-4.255,55.749],[-4.257,55.75],[-4.261,55.749],[-4.264,55.753],[-4.27,55.753],[-4.274,55.755],[-4.275,55.759],[-4.28,55.762],[-4.283,55.768],[-4.276,55.772],[-4.265,55.774],[-4.256,55.772],[-4.253,55.773],[-4.249,55.777],[-4.249,55.779],[-4.251,55.782],[-4.251,55.785],[-4.252,55.787],[-4.259,55.787],[-4.262,55.786],[-4.268,55.792],[-4.263,55.793],[-4.26,55.798],[-4.265,55.8],[-4.266,55.804],[-4.267,55.807],[-4.263,55.807],[-4.261,55.811],[-4.267,55.811],[-4.272,55.809],[-4.278,55.81],[-4.283,55.812],[-4.29,55.813],[-4.293,55.814],[-4.298,55.81],[-4.306,55.81],[-4.308,55.809],[-4.313,55.811],[-4.315,55.809],[-4.327,55.808]]]},"properties":{"Name":"East Renfrewshire","ID":"S14000021"},"id":566}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.049,55.95],[-3.05,55.949],[-3.056,55.948],[-3.067,55.945],[-3.073,55.946],[-3.082,55.948],[-3.094,55.949],[-3.104,55.952],[-3.119,55.958],[-3.135,55.968],[-3.141,55.972],[-3.145,55.969],[-3.152,55.971],[-3.152,55.97],[-3.16,55.97],[-3.17,55.968],[-3.172,55.956],[-3.179,55.954],[-3.185,55.954],[-3.207,55.95],[-3.205,55.945],[-3.204,55.944],[-3.205,55.94],[-3.199,55.941],[-3.19,55.94],[-3.183,55.94],[-3.182,55.939],[-3.176,55.94],[-3.172,55.942],[-3.168,55.94],[-3.145,55.937],[-3.149,55.934],[-3.144,55.925],[-3.149,55.923],[-3.143,55.921],[-3.136,55.925],[-3.131,55.922],[-3.136,55.919],[-3.127,55.915],[-3.122,55.918],[-3.121,55.916],[-3.117,55.915],[-3.114,55.922],[-3.112,55.93],[-3.105,55.93],[-3.092,55.932],[-3.085,55.93],[-3.083,55.927],[-3.08,55.926],[-3.079,55.92],[-3.076,55.919],[-3.071,55.92],[-3.061,55.916],[-3.055,55.912],[-3.053,55.915],[-3.049,55.916],[-3.049,55.919],[-3.044,55.922],[-3.047,55.925],[-3.036,55.928],[-3.028,55.928],[-3.033,55.93],[-3.038,55.933],[-3.038,55.935],[-3.042,55.941],[-3.043,55.946],[-3.045,55.945],[-3.046,55.95],[-3.049,55.95]]]},"properties":{"Name":"Edinburgh East and Musselburgh","ID":"S14000078"},"id":567}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.141,55.972],[-3.151,55.976],[-3.155,55.979],[-3.157,55.982],[-3.18,55.99],[-3.181,55.988],[-3.185,55.989],[-3.196,55.985],[-3.195,55.981],[-3.202,55.98],[-3.214,55.981],[-3.217,55.98],[-3.223,55.982],[-3.223,55.985],[-3.23,55.987],[-3.234,55.984],[-3.25,55.984],[-3.26,55.981],[-3.263,55.979],[-3.269,55.98],[-3.267,55.973],[-3.264,55.968],[-3.261,55.966],[-3.236,55.968],[-3.232,55.963],[-3.222,55.955],[-3.217,55.955],[-3.214,55.952],[-3.221,55.951],[-3.215,55.947],[-3.207,55.95],[-3.185,55.954],[-3.179,55.954],[-3.172,55.956],[-3.17,55.968],[-3.16,55.97],[-3.152,55.97],[-3.152,55.971],[-3.145,55.969],[-3.141,55.972]]]},"properties":{"Name":"Edinburgh North and Leith","ID":"S14000079"},"id":568}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.205,55.94],[-3.204,55.944],[-3.205,55.945],[-3.207,55.95],[-3.215,55.947],[-3.217,55.946],[-3.25,55.938],[-3.249,55.937],[-3.26,55.933],[-3.262,55.93],[-3.27,55.926],[-3.275,55.933],[-3.282,55.933],[-3.299,55.936],[-3.298,55.935],[-3.307,55.935],[-3.308,55.934],[-3.304,55.93],[-3.306,55.928],[-3.316,55.927],[-3.323,55.923],[-3.33,55.922],[-3.332,55.92],[-3.337,55.92],[-3.341,55.916],[-3.337,55.914],[-3.333,55.909],[-3.338,55.907],[-3.342,55.906],[-3.339,55.902],[-3.36,55.898],[-3.368,55.895],[-3.382,55.894],[-3.384,55.897],[-3.387,55.896],[-3.391,55.892],[-3.398,55.888],[-3.404,55.886],[-3.401,55.884],[-3.402,55.881],[-3.405,55.88],[-3.414,55.878],[-3.405,55.87],[-3.4,55.871],[-3.4,55.869],[-3.406,55.865],[-3.409,55.865],[-3.415,55.861],[-3.417,55.86],[-3.413,55.854],[-3.415,55.851],[-3.419,55.848],[-3.419,55.846],[-3.416,55.843],[-3.412,55.843],[-3.411,55.84],[-3.404,55.834],[-3.397,55.832],[-3.391,55.825],[-3.391,55.824],[-3.395,55.82],[-3.391,55.819],[-3.386,55.82],[-3.379,55.82],[-3.373,55.822],[-3.369,55.824],[-3.361,55.826],[-3.356,55.825],[-3.351,55.827],[-3.35,55.83],[-3.346,55.832],[-3.297,55.865],[-3.292,55.867],[-3.288,55.866],[-3.284,55.866],[-3.274,55.871],[-3.269,55.876],[-3.265,55.876],[-3.261,55.873],[-3.253,55.87],[-3.25,55.873],[-3.249,55.875],[-3.24,55.878],[-3.24,55.88],[-3.237,55.882],[-3.232,55.884],[-3.227,55.884],[-3.225,55.882],[-3.212,55.882],[-3.213,55.884],[-3.212,55.888],[-3.213,55.904],[-3.218,55.903],[-3.219,55.907],[-3.218,55.912],[-3.221,55.912],[-3.223,55.915],[-3.222,55.919],[-3.225,55.924],[-3.224,55.927],[-3.216,55.929],[-3.22,55.931],[-3.224,55.934],[-3.221,55.938],[-3.213,55.941],[-3.208,55.937],[-3.205,55.94]]]},"properties":{"Name":"Edinburgh South West","ID":"S14000081"},"id":569}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.694,56],[-3.69,56],[-3.693,56.004],[-3.691,56.005],[-3.68,56.006],[-3.675,56.013],[-3.673,56.013],[-3.672,56.017],[-3.684,56.023],[-3.677,56.026],[-3.681,56.03],[-3.693,56.024],[-3.685,56.03],[-3.68,56.031],[-3.681,56.035],[-3.687,56.037],[-3.69,56.037],[-3.697,56.034],[-3.699,56.029],[-3.705,56.026],[-3.709,56.026],[-3.715,56.026],[-3.731,56.023],[-3.731,56.024],[-3.717,56.027],[-3.728,56.032],[-3.727,56.037],[-3.728,56.045],[-3.727,56.046],[-3.733,56.057],[-3.735,56.063],[-3.734,56.065],[-3.741,56.068],[-3.747,56.068],[-3.762,56.074],[-3.77,56.078],[-3.774,56.081],[-3.779,56.086],[-3.786,56.09],[-3.79,56.094],[-3.799,56.104],[-3.803,56.107],[-3.805,56.107],[-3.809,56.103],[-3.82,56.098],[-3.822,56.097],[-3.823,56.091],[-3.826,56.09],[-3.829,56.087],[-3.833,56.088],[-3.836,56.085],[-3.829,56.081],[-3.824,56.079],[-3.818,56.076],[-3.813,56.075],[-3.808,56.073],[-3.807,56.07],[-3.8,56.068],[-3.798,56.066],[-3.802,56.063],[-3.812,56.062],[-3.815,56.058],[-3.811,56.055],[-3.815,56.053],[-3.821,56.054],[-3.825,56.051],[-3.835,56.052],[-3.841,56.051],[-3.858,56.05],[-3.861,56.051],[-3.866,56.05],[-3.874,56.05],[-3.873,56.049],[-3.879,56.047],[-3.883,56.047],[-3.88,56.044],[-3.881,56.039],[-3.885,56.036],[-3.891,56.038],[-3.889,56.033],[-3.89,56.031],[-3.881,56.027],[-3.882,56.023],[-3.879,56.021],[-3.875,56.014],[-3.873,56.013],[-3.864,56.013],[-3.854,56.012],[-3.843,56.013],[-3.842,56.009],[-3.836,56.006],[-3.828,56.008],[-3.821,56.007],[-3.818,56.008],[-3.821,56.011],[-3.816,56.011],[-3.819,56.015],[-3.814,56.018],[-3.808,56.016],[-3.805,56.016],[-3.8,56.021],[-3.792,56.022],[-3.783,56.024],[-3.781,56.027],[-3.778,56.024],[-3.774,56.024],[-3.755,56.02],[-3.743,56.011],[-3.736,56.004],[-3.729,56.001],[-3.718,55.997],[-3.709,56.002],[-3.701,56],[-3.694,55.999],[-3.694,56]]],[[[-3.817,56.102],[-3.813,56.104],[-3.813,56.107],[-3.814,56.109],[-3.819,56.109],[-3.822,56.102],[-3.817,56.102]]],[[[-3.693,56.194],[-3.706,56.193],[-3.711,56.192],[-3.714,56.193],[-3.718,56.192],[-3.726,56.193],[-3.731,56.192],[-3.739,56.19],[-3.741,56.192],[-3.741,56.197],[-3.745,56.201],[-3.748,56.208],[-3.752,56.212],[-3.755,56.21],[-3.763,56.212],[-3.764,56.213],[-3.781,56.217],[-3.782,56.213],[-3.799,56.206],[-3.829,56.197],[-3.833,56.191],[-3.842,56.191],[-3.841,56.189],[-3.844,56.182],[-3.848,56.179],[-3.848,56.176],[-3.852,56.173],[-3.853,56.169],[-3.858,56.165],[-3.857,56.156],[-3.854,56.153],[-3.864,56.152],[-3.873,56.151],[-3.874,56.148],[-3.869,56.147],[-3.865,56.143],[-3.86,56.141],[-3.857,56.138],[-3.86,56.135],[-3.87,56.135],[-3.878,56.135],[-3.881,56.131],[-3.884,56.129],[-3.879,56.124],[-3.878,56.122],[-3.875,56.12],[-3.869,56.121],[-3.864,56.119],[-3.863,56.114],[-3.871,56.111],[-3.867,56.108],[-3.862,56.108],[-3.858,56.112],[-3.859,56.117],[-3.857,56.12],[-3.852,56.121],[-3.846,56.121],[-3.835,56.118],[-3.83,56.116],[-3.826,56.113],[-3.827,56.109],[-3.832,56.107],[-3.833,56.105],[-3.83,56.103],[-3.826,56.103],[-3.823,56.109],[-3.82,56.111],[-3.813,56.112],[-3.804,56.11],[-3.795,56.108],[-3.786,56.1],[-3.776,56.094],[-3.771,56.089],[-3.761,56.083],[-3.748,56.08],[-3.741,56.08],[-3.738,56.079],[-3.736,56.081],[-3.736,56.083],[-3.734,56.085],[-3.731,56.086],[-3.729,56.088],[-3.723,56.089],[-3.721,56.088],[-3.718,56.094],[-3.718,56.098],[-3.722,56.101],[-3.737,56.106],[-3.742,56.108],[-3.746,56.112],[-3.749,56.113],[-3.768,56.115],[-3.772,56.119],[-3.766,56.12],[-3.761,56.122],[-3.758,56.123],[-3.75,56.126],[-3.75,56.128],[-3.745,56.13],[-3.734,56.131],[-3.729,56.131],[-3.723,56.134],[-3.724,56.135],[-3.72,56.137],[-3.713,56.14],[-3.712,56.142],[-3.703,56.144],[-3.697,56.145],[-3.7,56.15],[-3.7,56.152],[-3.709,56.151],[-3.712,56.154],[-3.708,56.157],[-3.704,56.159],[-3.702,56.161],[-3.703,56.166],[-3.7,56.17],[-3.696,56.171],[-3.692,56.174],[-3.682,56.177],[-3.688,56.179],[-3.695,56.182],[-3.697,56.185],[-3.693,56.191],[-3.693,56.194]]]]},"properties":{"Name":"Alloa and Grangemouth","ID":"S14000064"},"id":570}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.355,55.873],[-4.356,55.873],[-4.355,55.865],[-4.355,55.864],[-4.35,55.86],[-4.344,55.855],[-4.341,55.854],[-4.334,55.853],[-4.336,55.846],[-4.345,55.846],[-4.353,55.846],[-4.364,55.845],[-4.364,55.841],[-4.36,55.838],[-4.362,55.837],[-4.368,55.839],[-4.371,55.838],[-4.374,55.838],[-4.379,55.829],[-4.378,55.827],[-4.381,55.823],[-4.373,55.819],[-4.367,55.818],[-4.372,55.816],[-4.376,55.812],[-4.374,55.807],[-4.368,55.803],[-4.374,55.8],[-4.377,55.799],[-4.372,55.795],[-4.361,55.794],[-4.356,55.795],[-4.344,55.795],[-4.333,55.793],[-4.323,55.801],[-4.324,55.805],[-4.327,55.808],[-4.328,55.812],[-4.333,55.812],[-4.334,55.815],[-4.337,55.818],[-4.338,55.821],[-4.334,55.825],[-4.332,55.83],[-4.331,55.833],[-4.323,55.836],[-4.317,55.839],[-4.309,55.84],[-4.305,55.838],[-4.297,55.834],[-4.296,55.829],[-4.29,55.832],[-4.264,55.841],[-4.263,55.842],[-4.258,55.855],[-4.264,55.856],[-4.271,55.855],[-4.278,55.856],[-4.294,55.858],[-4.299,55.861],[-4.319,55.867],[-4.336,55.868],[-4.344,55.87],[-4.355,55.873]]]},"properties":{"Name":"Glasgow South West","ID":"S14000088"},"id":571}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.614,55.93],[-4.62,55.931],[-4.623,55.933],[-4.629,55.932],[-4.635,55.932],[-4.638,55.932],[-4.647,55.932],[-4.649,55.933],[-4.654,55.932],[-4.67,55.933],[-4.678,55.935],[-4.685,55.936],[-4.69,55.937],[-4.706,55.941],[-4.712,55.941],[-4.726,55.944],[-4.726,55.947],[-4.732,55.947],[-4.74,55.946],[-4.749,55.946],[-4.748,55.948],[-4.752,55.949],[-4.759,55.955],[-4.763,55.957],[-4.767,55.956],[-4.772,55.959],[-4.784,55.962],[-4.792,55.963],[-4.799,55.963],[-4.802,55.96],[-4.802,55.957],[-4.812,55.957],[-4.815,55.962],[-4.821,55.962],[-4.825,55.959],[-4.831,55.955],[-4.837,55.955],[-4.844,55.952],[-4.854,55.951],[-4.868,55.945],[-4.876,55.944],[-4.879,55.942],[-4.881,55.935],[-4.88,55.932],[-4.876,55.93],[-4.877,55.925],[-4.875,55.92],[-4.88,55.919],[-4.882,55.915],[-4.879,55.911],[-4.875,55.912],[-4.873,55.909],[-4.879,55.907],[-4.882,55.902],[-4.885,55.902],[-4.896,55.896],[-4.899,55.891],[-4.895,55.885],[-4.889,55.882],[-4.89,55.876],[-4.889,55.875],[-4.88,55.875],[-4.874,55.874],[-4.869,55.874],[-4.865,55.875],[-4.858,55.874],[-4.852,55.876],[-4.85,55.878],[-4.845,55.875],[-4.841,55.876],[-4.838,55.88],[-4.831,55.882],[-4.827,55.883],[-4.822,55.886],[-4.816,55.887],[-4.813,55.89],[-4.803,55.892],[-4.799,55.892],[-4.799,55.888],[-4.801,55.886],[-4.799,55.879],[-4.794,55.872],[-4.784,55.87],[-4.781,55.87],[-4.778,55.867],[-4.772,55.866],[-4.767,55.863],[-4.767,55.862],[-4.762,55.855],[-4.751,55.85],[-4.739,55.85],[-4.729,55.853],[-4.719,55.851],[-4.716,55.849],[-4.71,55.847],[-4.704,55.847],[-4.703,55.843],[-4.695,55.841],[-4.685,55.84],[-4.678,55.838],[-4.655,55.84],[-4.643,55.839],[-4.639,55.841],[-4.628,55.842],[-4.625,55.839],[-4.622,55.839],[-4.619,55.836],[-4.61,55.835],[-4.606,55.837],[-4.601,55.837],[-4.595,55.839],[-4.586,55.837],[-4.578,55.837],[-4.572,55.839],[-4.569,55.839],[-4.566,55.843],[-4.561,55.844],[-4.561,55.847],[-4.554,55.85],[-4.551,55.852],[-4.547,55.852],[-4.546,55.854],[-4.537,55.856],[-4.534,55.854],[-4.526,55.852],[-4.525,55.856],[-4.523,55.856],[-4.514,55.869],[-4.507,55.87],[-4.508,55.876],[-4.505,55.876],[-4.509,55.879],[-4.515,55.879],[-4.52,55.88],[-4.526,55.884],[-4.527,55.886],[-4.53,55.888],[-4.543,55.889],[-4.548,55.888],[-4.553,55.89],[-4.552,55.894],[-4.56,55.896],[-4.564,55.898],[-4.574,55.9],[-4.585,55.899],[-4.597,55.901],[-4.6,55.899],[-4.606,55.898],[-4.612,55.899],[-4.616,55.907],[-4.626,55.906],[-4.631,55.907],[-4.635,55.914],[-4.628,55.916],[-4.623,55.92],[-4.617,55.924],[-4.617,55.929],[-4.614,55.93]]]},"properties":{"Name":"Inverclyde and Renfrewshire West","ID":"S14000093"},"id":572}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.247,55.679],[-4.256,55.676],[-4.26,55.677],[-4.26,55.679],[-4.262,55.683],[-4.268,55.686],[-4.282,55.679],[-4.296,55.684],[-4.323,55.688],[-4.333,55.694],[-4.333,55.7],[-4.347,55.699],[-4.353,55.697],[-4.364,55.709],[-4.368,55.708],[-4.371,55.71],[-4.374,55.71],[-4.376,55.714],[-4.374,55.716],[-4.382,55.72],[-4.384,55.723],[-4.391,55.719],[-4.396,55.718],[-4.401,55.714],[-4.416,55.722],[-4.418,55.726],[-4.423,55.728],[-4.434,55.732],[-4.436,55.734],[-4.441,55.734],[-4.459,55.737],[-4.462,55.733],[-4.469,55.733],[-4.469,55.735],[-4.473,55.735],[-4.472,55.737],[-4.466,55.74],[-4.464,55.743],[-4.457,55.746],[-4.46,55.75],[-4.477,55.748],[-4.477,55.751],[-4.486,55.75],[-4.49,55.753],[-4.49,55.756],[-4.493,55.757],[-4.491,55.76],[-4.496,55.763],[-4.504,55.764],[-4.507,55.763],[-4.512,55.758],[-4.517,55.757],[-4.519,55.756],[-4.524,55.75],[-4.528,55.748],[-4.53,55.745],[-4.533,55.743],[-4.536,55.74],[-4.541,55.739],[-4.545,55.734],[-4.548,55.734],[-4.552,55.727],[-4.554,55.726],[-4.559,55.726],[-4.559,55.723],[-4.566,55.717],[-4.572,55.716],[-4.575,55.714],[-4.579,55.712],[-4.579,55.706],[-4.591,55.698],[-4.593,55.696],[-4.591,55.694],[-4.597,55.688],[-4.6,55.685],[-4.606,55.685],[-4.609,55.682],[-4.61,55.678],[-4.614,55.676],[-4.621,55.677],[-4.624,55.675],[-4.63,55.675],[-4.632,55.673],[-4.638,55.672],[-4.639,55.669],[-4.633,55.668],[-4.627,55.669],[-4.621,55.667],[-4.623,55.662],[-4.616,55.663],[-4.603,55.659],[-4.597,55.655],[-4.599,55.652],[-4.604,55.647],[-4.593,55.644],[-4.59,55.646],[-4.582,55.646],[-4.576,55.649],[-4.572,55.649],[-4.572,55.653],[-4.57,55.655],[-4.565,55.656],[-4.555,55.664],[-4.551,55.664],[-4.546,55.667],[-4.54,55.667],[-4.535,55.666],[-4.533,55.664],[-4.531,55.663],[-4.53,55.66],[-4.526,55.659],[-4.519,55.66],[-4.511,55.661],[-4.502,55.665],[-4.493,55.665],[-4.492,55.663],[-4.496,55.656],[-4.51,55.656],[-4.515,55.654],[-4.524,55.651],[-4.531,55.65],[-4.535,55.648],[-4.548,55.645],[-4.554,55.648],[-4.557,55.647],[-4.558,55.641],[-4.56,55.64],[-4.561,55.636],[-4.564,55.634],[-4.57,55.633],[-4.568,55.631],[-4.561,55.629],[-4.559,55.627],[-4.559,55.625],[-4.561,55.623],[-4.567,55.622],[-4.573,55.624],[-4.583,55.619],[-4.588,55.618],[-4.588,55.616],[-4.584,55.614],[-4.584,55.612],[-4.587,55.61],[-4.588,55.608],[-4.585,55.605],[-4.583,55.605],[-4.58,55.603],[-4.592,55.602],[-4.594,55.601],[-4.592,55.598],[-4.584,55.599],[-4.576,55.598],[-4.573,55.601],[-4.567,55.601],[-4.567,55.598],[-4.57,55.594],[-4.569,55.593],[-4.561,55.592],[-4.554,55.593],[-4.55,55.592],[-4.546,55.592],[-4.543,55.594],[-4.536,55.592],[-4.539,55.589],[-4.545,55.587],[-4.542,55.584],[-4.539,55.578],[-4.535,55.576],[-4.539,55.575],[-4.534,55.573],[-4.53,55.574],[-4.524,55.571],[-4.517,55.571],[-4.517,55.567],[-4.509,55.569],[-4.504,55.565],[-4.499,55.563],[-4.492,55.564],[-4.487,55.566],[-4.482,55.564],[-4.471,55.565],[-4.471,55.563],[-4.467,55.563],[-4.464,55.565],[-4.46,55.565],[-4.455,55.562],[-4.453,55.564],[-4.445,55.565],[-4.441,55.564],[-4.437,55.568],[-4.435,55.567],[-4.437,55.564],[-4.437,55.561],[-4.431,55.56],[-4.427,55.561],[-4.426,55.557],[-4.424,55.556],[-4.418,55.557],[-4.414,55.556],[-4.409,55.553],[-4.412,55.552],[-4.412,55.548],[-4.408,55.544],[-4.413,55.537],[-4.41,55.534],[-4.406,55.527],[-4.407,55.524],[-4.402,55.524],[-4.402,55.52],[-4.404,55.518],[-4.399,55.512],[-4.4,55.51],[-4.41,55.51],[-4.412,55.508],[-4.418,55.507],[-4.413,55.504],[-4.413,55.501],[-4.42,55.501],[-4.418,55.499],[-4.425,55.498],[-4.424,55.496],[-4.421,55.495],[-4.417,55.496],[-4.412,55.496],[-4.415,55.493],[-4.412,55.493],[-4.405,55.497],[-4.402,55.496],[-4.393,55.499],[-4.387,55.498],[-4.385,55.495],[-4.389,55.492],[-4.395,55.489],[-4.396,55.484],[-4.39,55.482],[-4.385,55.48],[-4.379,55.481],[-4.375,55.48],[-4.37,55.48],[-4.364,55.482],[-4.358,55.478],[-4.355,55.477],[-4.353,55.479],[-4.349,55.479],[-4.345,55.482],[-4.342,55.483],[-4.329,55.482],[-4.314,55.474],[-4.305,55.471],[-4.303,55.467],[-4.284,55.454],[-4.28,55.455],[-4.278,55.46],[-4.279,55.463],[-4.273,55.463],[-4.262,55.461],[-4.251,55.457],[-4.246,55.456],[-4.239,55.454],[-4.233,55.456],[-4.228,55.459],[-4.224,55.464],[-4.218,55.467],[-4.215,55.466],[-4.208,55.466],[-4.205,55.461],[-4.201,55.46],[-4.194,55.457],[-4.187,55.457],[-4.181,55.455],[-4.173,55.45],[-4.169,55.45],[-4.167,55.448],[-4.162,55.447],[-4.162,55.45],[-4.155,55.451],[-4.141,55.447],[-4.14,55.445],[-4.132,55.443],[-4.126,55.443],[-4.116,55.435],[-4.113,55.43],[-4.105,55.429],[-4.102,55.425],[-4.094,55.425],[-4.091,55.426],[-4.087,55.426],[-4.081,55.427],[-4.076,55.428],[-4.071,55.434],[-4.066,55.436],[-4.061,55.436],[-4.06,55.439],[-4.05,55.438],[-4.047,55.438],[-4.039,55.437],[-4.032,55.436],[-4.025,55.436],[-4.023,55.441],[-4.024,55.443],[-4.02,55.444],[-4.016,55.447],[-4.013,55.448],[-4.011,55.451],[-4.005,55.455],[-3.998,55.455],[-3.996,55.456],[-3.992,55.461],[-3.987,55.461],[-3.986,55.464],[-3.991,55.465],[-4,55.464],[-4.003,55.467],[-4.008,55.471],[-4.017,55.473],[-4.014,55.475],[-4.014,55.478],[-4.012,55.483],[-4.016,55.487],[-4.02,55.489],[-4.026,55.492],[-4.024,55.494],[-4.019,55.495],[-4.02,55.499],[-4.016,55.501],[-4.012,55.505],[-4.008,55.506],[-4.006,55.507],[-3.999,55.51],[-3.994,55.514],[-3.994,55.515],[-3.99,55.52],[-3.988,55.526],[-3.974,55.53],[-3.973,55.534],[-3.965,55.535],[-3.958,55.542],[-3.961,55.545],[-3.958,55.549],[-3.959,55.552],[-3.957,55.556],[-3.959,55.557],[-3.972,55.556],[-3.976,55.562],[-3.976,55.565],[-3.984,55.563],[-3.989,55.563],[-3.991,55.564],[-3.997,55.564],[-4.01,55.57],[-4.008,55.574],[-4.008,55.575],[-4.015,55.577],[-4.023,55.581],[-4.034,55.584],[-4.034,55.588],[-4.037,55.59],[-4.04,55.592],[-4.041,55.589],[-4.049,55.585],[-4.056,55.583],[-4.066,55.58],[-4.065,55.576],[-4.073,55.572],[-4.082,55.568],[-4.086,55.569],[-4.092,55.569],[-4.093,55.57],[-4.101,55.569],[-4.11,55.566],[-4.12,55.567],[-4.126,55.566],[-4.137,55.568],[-4.146,55.57],[-4.148,55.573],[-4.151,55.572],[-4.155,55.569],[-4.159,55.568],[-4.167,55.566],[-4.168,55.565],[-4.181,55.566],[-4.186,55.563],[-4.194,55.561],[-4.201,55.556],[-4.21,55.553],[-4.216,55.553],[-4.221,55.551],[-4.225,55.55],[-4.228,55.552],[-4.228,55.559],[-4.229,55.56],[-4.234,55.561],[-4.236,55.562],[-4.243,55.562],[-4.234,55.565],[-4.228,55.568],[-4.224,55.573],[-4.211,55.578],[-4.209,55.581],[-4.203,55.583],[-4.205,55.586],[-4.202,55.592],[-4.195,55.601],[-4.187,55.603],[-4.177,55.603],[-4.177,55.605],[-4.182,55.605],[-4.185,55.608],[-4.189,55.61],[-4.205,55.615],[-4.203,55.617],[-4.203,55.621],[-4.201,55.624],[-4.202,55.627],[-4.209,55.63],[-4.216,55.631],[-4.222,55.635],[-4.222,55.637],[-4.217,55.644],[-4.217,55.647],[-4.222,55.654],[-4.247,55.674],[-4.247,55.679]]]},"properties":{"Name":"Kilmarnock and Loudoun","ID":"S14000040"},"id":573}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.449,55.951],[-3.449,55.948],[-3.454,55.945],[-3.474,55.95],[-3.476,55.951],[-3.488,55.954],[-3.501,55.953],[-3.518,55.955],[-3.55,55.955],[-3.554,55.955],[-3.552,55.949],[-3.557,55.947],[-3.553,55.944],[-3.56,55.941],[-3.569,55.94],[-3.568,55.937],[-3.572,55.936],[-3.581,55.935],[-3.579,55.932],[-3.583,55.932],[-3.587,55.929],[-3.596,55.928],[-3.591,55.922],[-3.59,55.92],[-3.583,55.92],[-3.58,55.919],[-3.569,55.918],[-3.563,55.914],[-3.57,55.912],[-3.578,55.907],[-3.575,55.905],[-3.589,55.899],[-3.585,55.895],[-3.576,55.895],[-3.568,55.893],[-3.57,55.891],[-3.564,55.886],[-3.567,55.886],[-3.56,55.881],[-3.554,55.875],[-3.561,55.872],[-3.568,55.87],[-3.57,55.862],[-3.573,55.86],[-3.578,55.856],[-3.582,55.856],[-3.584,55.854],[-3.59,55.859],[-3.596,55.86],[-3.599,55.862],[-3.607,55.863],[-3.613,55.861],[-3.617,55.858],[-3.621,55.858],[-3.627,55.856],[-3.636,55.855],[-3.64,55.856],[-3.65,55.855],[-3.662,55.853],[-3.665,55.856],[-3.673,55.853],[-3.676,55.851],[-3.682,55.849],[-3.698,55.846],[-3.702,55.847],[-3.717,55.844],[-3.721,55.845],[-3.724,55.847],[-3.728,55.846],[-3.733,55.843],[-3.744,55.839],[-3.74,55.831],[-3.733,55.823],[-3.728,55.822],[-3.724,55.818],[-3.721,55.817],[-3.716,55.813],[-3.72,55.812],[-3.722,55.809],[-3.729,55.807],[-3.742,55.799],[-3.733,55.793],[-3.736,55.792],[-3.738,55.787],[-3.742,55.785],[-3.744,55.782],[-3.734,55.779],[-3.733,55.778],[-3.72,55.788],[-3.715,55.79],[-3.705,55.791],[-3.699,55.795],[-3.686,55.797],[-3.68,55.794],[-3.671,55.798],[-3.656,55.802],[-3.64,55.804],[-3.63,55.803],[-3.623,55.803],[-3.617,55.803],[-3.612,55.806],[-3.607,55.806],[-3.592,55.81],[-3.588,55.804],[-3.588,55.802],[-3.583,55.799],[-3.576,55.795],[-3.572,55.794],[-3.565,55.79],[-3.555,55.786],[-3.547,55.791],[-3.541,55.789],[-3.538,55.786],[-3.532,55.784],[-3.529,55.783],[-3.519,55.781],[-3.499,55.776],[-3.488,55.774],[-3.483,55.772],[-3.474,55.771],[-3.47,55.774],[-3.459,55.777],[-3.452,55.781],[-3.448,55.78],[-3.445,55.784],[-3.439,55.786],[-3.438,55.789],[-3.441,55.789],[-3.445,55.793],[-3.441,55.797],[-3.439,55.801],[-3.436,55.806],[-3.429,55.807],[-3.426,55.811],[-3.416,55.809],[-3.411,55.814],[-3.4,55.819],[-3.395,55.82],[-3.391,55.824],[-3.391,55.825],[-3.397,55.832],[-3.404,55.834],[-3.411,55.84],[-3.412,55.843],[-3.416,55.843],[-3.419,55.846],[-3.419,55.848],[-3.415,55.851],[-3.413,55.854],[-3.417,55.86],[-3.415,55.861],[-3.409,55.865],[-3.406,55.865],[-3.4,55.869],[-3.4,55.871],[-3.405,55.87],[-3.414,55.878],[-3.405,55.88],[-3.402,55.881],[-3.401,55.884],[-3.404,55.886],[-3.398,55.888],[-3.391,55.892],[-3.387,55.896],[-3.39,55.899],[-3.39,55.903],[-3.398,55.903],[-3.407,55.903],[-3.419,55.902],[-3.436,55.906],[-3.442,55.905],[-3.444,55.908],[-3.442,55.91],[-3.442,55.913],[-3.438,55.913],[-3.436,55.916],[-3.434,55.917],[-3.434,55.92],[-3.428,55.926],[-3.429,55.932],[-3.421,55.932],[-3.418,55.934],[-3.428,55.936],[-3.439,55.941],[-3.443,55.943],[-3.449,55.951]]]},"properties":{"Name":"Livingston","ID":"S14000095"},"id":574}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.055,55.912],[-3.061,55.916],[-3.071,55.92],[-3.076,55.919],[-3.079,55.92],[-3.08,55.926],[-3.083,55.927],[-3.085,55.93],[-3.092,55.932],[-3.105,55.93],[-3.112,55.93],[-3.114,55.922],[-3.117,55.915],[-3.105,55.907],[-3.098,55.904],[-3.093,55.9],[-3.112,55.899],[-3.121,55.897],[-3.137,55.892],[-3.148,55.89],[-3.162,55.889],[-3.19,55.893],[-3.201,55.895],[-3.201,55.89],[-3.207,55.89],[-3.212,55.888],[-3.213,55.884],[-3.212,55.882],[-3.225,55.882],[-3.227,55.884],[-3.232,55.884],[-3.237,55.882],[-3.24,55.88],[-3.24,55.878],[-3.249,55.875],[-3.25,55.873],[-3.253,55.87],[-3.261,55.873],[-3.265,55.876],[-3.269,55.876],[-3.274,55.871],[-3.284,55.866],[-3.288,55.866],[-3.292,55.867],[-3.297,55.865],[-3.346,55.832],[-3.35,55.83],[-3.351,55.827],[-3.356,55.825],[-3.361,55.826],[-3.369,55.824],[-3.364,55.819],[-3.359,55.813],[-3.355,55.813],[-3.35,55.808],[-3.348,55.803],[-3.345,55.801],[-3.347,55.794],[-3.342,55.792],[-3.337,55.791],[-3.333,55.794],[-3.327,55.794],[-3.325,55.793],[-3.319,55.795],[-3.311,55.795],[-3.307,55.798],[-3.303,55.797],[-3.305,55.793],[-3.299,55.793],[-3.295,55.795],[-3.29,55.793],[-3.293,55.781],[-3.274,55.775],[-3.265,55.778],[-3.263,55.777],[-3.257,55.778],[-3.251,55.782],[-3.246,55.781],[-3.236,55.779],[-3.231,55.782],[-3.226,55.787],[-3.22,55.784],[-3.214,55.784],[-3.212,55.79],[-3.202,55.796],[-3.196,55.802],[-3.185,55.802],[-3.189,55.796],[-3.184,55.794],[-3.183,55.793],[-3.186,55.789],[-3.177,55.784],[-3.181,55.781],[-3.168,55.78],[-3.168,55.778],[-3.174,55.774],[-3.174,55.772],[-3.17,55.771],[-3.157,55.762],[-3.154,55.761],[-3.162,55.755],[-3.162,55.75],[-3.16,55.747],[-3.155,55.745],[-3.151,55.745],[-3.144,55.74],[-3.146,55.734],[-3.151,55.728],[-3.151,55.725],[-3.145,55.723],[-3.145,55.72],[-3.137,55.72],[-3.139,55.716],[-3.134,55.711],[-3.127,55.71],[-3.12,55.715],[-3.111,55.717],[-3.107,55.718],[-3.103,55.719],[-3.093,55.722],[-3.092,55.724],[-3.097,55.726],[-3.103,55.729],[-3.104,55.732],[-3.103,55.737],[-3.096,55.745],[-3.085,55.751],[-3.081,55.755],[-3.077,55.757],[-3.075,55.76],[-3.062,55.765],[-3.06,55.768],[-3.054,55.77],[-3.05,55.771],[-3.044,55.773],[-3.04,55.776],[-3.038,55.777],[-3.025,55.783],[-3.021,55.783],[-3.014,55.787],[-3.001,55.79],[-2.99,55.795],[-2.982,55.799],[-2.974,55.806],[-2.97,55.806],[-2.967,55.808],[-2.968,55.81],[-2.966,55.813],[-2.96,55.814],[-2.952,55.819],[-2.944,55.812],[-2.941,55.806],[-2.941,55.795],[-2.935,55.793],[-2.927,55.793],[-2.924,55.794],[-2.923,55.797],[-2.919,55.801],[-2.916,55.803],[-2.905,55.806],[-2.903,55.809],[-2.897,55.81],[-2.887,55.806],[-2.879,55.81],[-2.875,55.814],[-2.876,55.817],[-2.874,55.821],[-2.87,55.824],[-2.864,55.826],[-2.856,55.825],[-2.852,55.824],[-2.848,55.819],[-2.846,55.819],[-2.847,55.823],[-2.851,55.826],[-2.857,55.83],[-2.86,55.831],[-2.855,55.834],[-2.862,55.837],[-2.862,55.84],[-2.869,55.839],[-2.874,55.844],[-2.878,55.843],[-2.88,55.845],[-2.88,55.847],[-2.889,55.847],[-2.897,55.849],[-2.899,55.851],[-2.898,55.853],[-2.902,55.855],[-2.901,55.86],[-2.911,55.859],[-2.914,55.857],[-2.918,55.859],[-2.919,55.862],[-2.924,55.863],[-2.927,55.861],[-2.931,55.861],[-2.937,55.864],[-2.936,55.867],[-2.936,55.872],[-2.938,55.875],[-2.941,55.876],[-2.941,55.878],[-2.948,55.881],[-2.949,55.885],[-2.947,55.889],[-2.95,55.892],[-2.962,55.895],[-2.956,55.9],[-2.957,55.9],[-2.967,55.903],[-2.966,55.911],[-2.969,55.912],[-2.974,55.913],[-2.984,55.912],[-2.989,55.913],[-3.003,55.909],[-3.007,55.907],[-3.01,55.902],[-3.018,55.902],[-3.031,55.906],[-3.034,55.908],[-3.042,55.91],[-3.053,55.911],[-3.055,55.912]]]},"properties":{"Name":"Midlothian","ID":"S14000045"},"id":575}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.744,55.782],[-3.747,55.781],[-3.754,55.777],[-3.754,55.776],[-3.766,55.771],[-3.771,55.772],[-3.779,55.77],[-3.783,55.77],[-3.788,55.771],[-3.795,55.772],[-3.799,55.771],[-3.809,55.768],[-3.813,55.767],[-3.818,55.768],[-3.837,55.765],[-3.844,55.765],[-3.852,55.764],[-3.859,55.764],[-3.868,55.764],[-3.878,55.763],[-3.883,55.764],[-3.889,55.769],[-3.887,55.771],[-3.889,55.774],[-3.888,55.776],[-3.891,55.777],[-3.89,55.782],[-3.887,55.786],[-3.888,55.789],[-3.89,55.79],[-3.89,55.793],[-3.892,55.795],[-3.896,55.794],[-3.901,55.795],[-3.912,55.797],[-3.916,55.795],[-3.918,55.792],[-3.93,55.784],[-3.932,55.788],[-3.937,55.789],[-3.936,55.794],[-3.926,55.798],[-3.925,55.801],[-3.926,55.805],[-3.938,55.805],[-3.944,55.807],[-3.952,55.807],[-3.965,55.809],[-3.981,55.815],[-3.988,55.817],[-3.995,55.818],[-3.993,55.806],[-4,55.81],[-4.005,55.81],[-4.01,55.808],[-4.015,55.807],[-4.017,55.802],[-4.018,55.8],[-4.023,55.801],[-4.029,55.799],[-4.029,55.797],[-4.037,55.796],[-4.044,55.8],[-4.043,55.797],[-4.038,55.792],[-4.025,55.785],[-4.018,55.785],[-4.014,55.781],[-4.002,55.78],[-3.999,55.778],[-4.002,55.776],[-3.998,55.774],[-4.002,55.771],[-3.993,55.769],[-3.982,55.769],[-3.973,55.767],[-3.973,55.763],[-3.963,55.76],[-3.957,55.756],[-3.953,55.753],[-3.941,55.749],[-3.93,55.748],[-3.928,55.745],[-3.924,55.742],[-3.923,55.737],[-3.92,55.736],[-3.916,55.735],[-3.915,55.738],[-3.91,55.739],[-3.904,55.735],[-3.907,55.733],[-3.907,55.731],[-3.902,55.727],[-3.895,55.728],[-3.893,55.727],[-3.896,55.721],[-3.893,55.719],[-3.89,55.721],[-3.887,55.721],[-3.879,55.715],[-3.875,55.713],[-3.874,55.711],[-3.876,55.708],[-3.874,55.704],[-3.869,55.704],[-3.866,55.703],[-3.863,55.7],[-3.855,55.699],[-3.853,55.696],[-3.842,55.693],[-3.838,55.699],[-3.831,55.697],[-3.83,55.7],[-3.825,55.702],[-3.821,55.706],[-3.814,55.703],[-3.806,55.702],[-3.802,55.702],[-3.79,55.702],[-3.778,55.701],[-3.77,55.701],[-3.764,55.7],[-3.759,55.699],[-3.749,55.695],[-3.732,55.691],[-3.725,55.692],[-3.724,55.694],[-3.719,55.694],[-3.716,55.696],[-3.716,55.7],[-3.707,55.701],[-3.702,55.701],[-3.696,55.703],[-3.691,55.706],[-3.688,55.71],[-3.681,55.713],[-3.678,55.717],[-3.673,55.719],[-3.669,55.721],[-3.66,55.721],[-3.658,55.723],[-3.652,55.723],[-3.64,55.729],[-3.635,55.733],[-3.632,55.734],[-3.628,55.737],[-3.627,55.741],[-3.615,55.742],[-3.612,55.738],[-3.604,55.736],[-3.599,55.737],[-3.585,55.743],[-3.569,55.74],[-3.567,55.741],[-3.567,55.742],[-3.566,55.743],[-3.564,55.746],[-3.565,55.747],[-3.567,55.748],[-3.568,55.749],[-3.567,55.749],[-3.567,55.751],[-3.567,55.752],[-3.566,55.755],[-3.565,55.756],[-3.564,55.756],[-3.563,55.757],[-3.562,55.757],[-3.561,55.758],[-3.561,55.76],[-3.557,55.761],[-3.55,55.766],[-3.546,55.767],[-3.54,55.77],[-3.534,55.772],[-3.531,55.779],[-3.529,55.783],[-3.532,55.784],[-3.538,55.786],[-3.541,55.789],[-3.547,55.791],[-3.555,55.786],[-3.565,55.79],[-3.572,55.794],[-3.576,55.795],[-3.583,55.799],[-3.588,55.802],[-3.588,55.804],[-3.592,55.81],[-3.607,55.806],[-3.612,55.806],[-3.617,55.803],[-3.623,55.803],[-3.63,55.803],[-3.64,55.804],[-3.656,55.802],[-3.671,55.798],[-3.68,55.794],[-3.686,55.797],[-3.699,55.795],[-3.705,55.791],[-3.715,55.79],[-3.72,55.788],[-3.733,55.778],[-3.734,55.779],[-3.744,55.782]]]},"properties":{"Name":"Motherwell, Wishaw and Carluke","ID":"S14000099"},"id":576}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.371,55.838],[-4.371,55.841],[-4.377,55.839],[-4.384,55.839],[-4.392,55.842],[-4.399,55.843],[-4.409,55.843],[-4.418,55.844],[-4.417,55.846],[-4.42,55.847],[-4.428,55.848],[-4.43,55.849],[-4.431,55.852],[-4.443,55.85],[-4.444,55.846],[-4.449,55.845],[-4.457,55.841],[-4.463,55.84],[-4.462,55.846],[-4.46,55.851],[-4.461,55.855],[-4.47,55.853],[-4.477,55.85],[-4.479,55.853],[-4.473,55.854],[-4.467,55.861],[-4.463,55.862],[-4.463,55.866],[-4.471,55.875],[-4.474,55.874],[-4.481,55.875],[-4.485,55.874],[-4.484,55.872],[-4.493,55.869],[-4.5,55.869],[-4.504,55.867],[-4.507,55.87],[-4.514,55.869],[-4.523,55.856],[-4.525,55.856],[-4.526,55.852],[-4.534,55.854],[-4.537,55.856],[-4.546,55.854],[-4.547,55.852],[-4.551,55.852],[-4.554,55.85],[-4.561,55.847],[-4.561,55.844],[-4.566,55.843],[-4.569,55.839],[-4.572,55.839],[-4.578,55.837],[-4.586,55.837],[-4.595,55.839],[-4.601,55.837],[-4.606,55.837],[-4.61,55.835],[-4.619,55.836],[-4.622,55.839],[-4.625,55.839],[-4.628,55.842],[-4.639,55.841],[-4.643,55.839],[-4.655,55.84],[-4.678,55.838],[-4.685,55.84],[-4.695,55.841],[-4.703,55.843],[-4.704,55.847],[-4.71,55.847],[-4.716,55.849],[-4.719,55.851],[-4.729,55.853],[-4.739,55.85],[-4.751,55.85],[-4.754,55.848],[-4.762,55.846],[-4.768,55.846],[-4.771,55.845],[-4.776,55.845],[-4.784,55.844],[-4.784,55.84],[-4.779,55.839],[-4.765,55.833],[-4.758,55.829],[-4.749,55.827],[-4.745,55.824],[-4.722,55.821],[-4.73,55.811],[-4.728,55.81],[-4.718,55.805],[-4.698,55.804],[-4.689,55.805],[-4.686,55.804],[-4.682,55.797],[-4.678,55.793],[-4.673,55.788],[-4.673,55.785],[-4.677,55.782],[-4.677,55.779],[-4.671,55.779],[-4.669,55.774],[-4.665,55.771],[-4.666,55.769],[-4.658,55.766],[-4.657,55.765],[-4.658,55.761],[-4.655,55.76],[-4.649,55.762],[-4.645,55.769],[-4.639,55.775],[-4.635,55.776],[-4.632,55.774],[-4.635,55.771],[-4.634,55.768],[-4.63,55.765],[-4.624,55.764],[-4.618,55.765],[-4.615,55.763],[-4.611,55.767],[-4.607,55.767],[-4.606,55.77],[-4.598,55.772],[-4.595,55.774],[-4.59,55.776],[-4.585,55.777],[-4.583,55.775],[-4.579,55.782],[-4.575,55.783],[-4.573,55.779],[-4.565,55.777],[-4.565,55.775],[-4.561,55.771],[-4.557,55.77],[-4.558,55.767],[-4.551,55.766],[-4.547,55.773],[-4.547,55.775],[-4.542,55.779],[-4.533,55.778],[-4.532,55.777],[-4.522,55.774],[-4.517,55.779],[-4.514,55.784],[-4.511,55.786],[-4.507,55.786],[-4.496,55.791],[-4.497,55.794],[-4.502,55.793],[-4.499,55.798],[-4.495,55.801],[-4.486,55.798],[-4.481,55.798],[-4.473,55.798],[-4.469,55.803],[-4.466,55.805],[-4.457,55.802],[-4.445,55.803],[-4.438,55.806],[-4.435,55.808],[-4.417,55.808],[-4.408,55.811],[-4.405,55.814],[-4.401,55.811],[-4.393,55.816],[-4.381,55.823],[-4.378,55.827],[-4.379,55.829],[-4.374,55.838],[-4.371,55.838]]]},"properties":{"Name":"Paisley and Renfrewshire South","ID":"S14000102"},"id":577}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.445,56.752],[-2.45,56.751],[-2.455,56.748],[-2.46,56.747],[-2.463,56.748],[-2.467,56.752],[-2.472,56.753],[-2.475,56.755],[-2.478,56.762],[-2.484,56.765],[-2.492,56.766],[-2.503,56.77],[-2.508,56.774],[-2.516,56.776],[-2.519,56.78],[-2.523,56.782],[-2.531,56.785],[-2.539,56.782],[-2.544,56.782],[-2.549,56.783],[-2.551,56.785],[-2.559,56.787],[-2.569,56.786],[-2.581,56.786],[-2.589,56.788],[-2.595,56.787],[-2.598,56.784],[-2.605,56.783],[-2.616,56.783],[-2.616,56.788],[-2.617,56.793],[-2.626,56.799],[-2.631,56.808],[-2.634,56.81],[-2.644,56.812],[-2.651,56.81],[-2.653,56.812],[-2.65,56.815],[-2.651,56.822],[-2.658,56.83],[-2.666,56.835],[-2.666,56.838],[-2.671,56.842],[-2.667,56.845],[-2.671,56.846],[-2.671,56.849],[-2.668,56.85],[-2.672,56.859],[-2.666,56.859],[-2.663,56.871],[-2.661,56.885],[-2.662,56.889],[-2.669,56.89],[-2.681,56.888],[-2.68,56.894],[-2.682,56.898],[-2.679,56.903],[-2.681,56.907],[-2.68,56.909],[-2.687,56.915],[-2.692,56.917],[-2.701,56.921],[-2.707,56.923],[-2.71,56.924],[-2.719,56.923],[-2.725,56.926],[-2.729,56.931],[-2.729,56.934],[-2.735,56.939],[-2.736,56.944],[-2.741,56.949],[-2.746,56.949],[-2.753,56.954],[-2.766,56.96],[-2.773,56.96],[-2.783,56.957],[-2.803,56.958],[-2.817,56.962],[-2.825,56.962],[-2.83,56.97],[-2.834,56.973],[-2.833,56.977],[-2.841,56.974],[-2.851,56.973],[-2.858,56.974],[-2.861,56.979],[-2.867,56.98],[-2.875,56.98],[-2.884,56.986],[-2.892,56.987],[-2.9,56.986],[-2.905,56.983],[-2.913,56.982],[-2.91,56.976],[-2.916,56.976],[-2.924,56.972],[-2.93,56.972],[-2.945,56.974],[-2.947,56.968],[-2.954,56.967],[-2.967,56.97],[-2.974,56.97],[-2.976,56.969],[-2.982,56.968],[-2.994,56.968],[-2.999,56.971],[-3.001,56.968],[-3.007,56.967],[-3.019,56.969],[-3.026,56.973],[-3.03,56.97],[-3.036,56.967],[-3.039,56.967],[-3.046,56.965],[-3.048,56.963],[-3.058,56.964],[-3.06,56.963],[-3.067,56.961],[-3.072,56.96],[-3.083,56.958],[-3.082,56.955],[-3.084,56.951],[-3.094,56.95],[-3.096,56.946],[-3.099,56.945],[-3.094,56.934],[-3.095,56.932],[-3.11,56.919],[-3.111,56.912],[-3.109,56.908],[-3.112,56.903],[-3.109,56.9],[-3.109,56.894],[-3.117,56.892],[-3.12,56.888],[-3.131,56.888],[-3.135,56.89],[-3.139,56.894],[-3.139,56.898],[-3.144,56.9],[-3.148,56.903],[-3.161,56.907],[-3.167,56.908],[-3.174,56.906],[-3.174,56.901],[-3.177,56.902],[-3.18,56.906],[-3.184,56.906],[-3.186,56.904],[-3.199,56.906],[-3.204,56.909],[-3.212,56.911],[-3.221,56.913],[-3.224,56.914],[-3.228,56.917],[-3.235,56.918],[-3.24,56.918],[-3.256,56.92],[-3.262,56.922],[-3.266,56.92],[-3.27,56.92],[-3.272,56.923],[-3.276,56.925],[-3.278,56.928],[-3.284,56.929],[-3.289,56.927],[-3.291,56.925],[-3.283,56.913],[-3.286,56.909],[-3.285,56.907],[-3.298,56.905],[-3.299,56.902],[-3.302,56.9],[-3.309,56.899],[-3.311,56.897],[-3.315,56.897],[-3.322,56.896],[-3.337,56.896],[-3.344,56.891],[-3.349,56.89],[-3.349,56.887],[-3.354,56.884],[-3.361,56.884],[-3.367,56.882],[-3.366,56.879],[-3.369,56.875],[-3.376,56.875],[-3.383,56.879],[-3.387,56.88],[-3.395,56.879],[-3.405,56.884],[-3.411,56.881],[-3.421,56.88],[-3.421,56.882],[-3.43,56.885],[-3.43,56.887],[-3.438,56.886],[-3.442,56.882],[-3.446,56.877],[-3.46,56.875],[-3.465,56.873],[-3.47,56.875],[-3.475,56.874],[-3.482,56.875],[-3.49,56.877],[-3.492,56.882],[-3.499,56.882],[-3.499,56.886],[-3.51,56.888],[-3.515,56.886],[-3.519,56.887],[-3.525,56.887],[-3.529,56.884],[-3.538,56.892],[-3.546,56.887],[-3.549,56.886],[-3.555,56.886],[-3.561,56.884],[-3.564,56.886],[-3.568,56.891],[-3.568,56.895],[-3.561,56.897],[-3.559,56.9],[-3.562,56.902],[-3.563,56.904],[-3.569,56.91],[-3.572,56.911],[-3.573,56.915],[-3.578,56.921],[-3.578,56.923],[-3.577,56.926],[-3.579,56.93],[-3.584,56.931],[-3.603,56.931],[-3.611,56.93],[-3.618,56.926],[-3.627,56.925],[-3.638,56.926],[-3.641,56.923],[-3.65,56.924],[-3.65,56.928],[-3.654,56.929],[-3.654,56.933],[-3.662,56.933],[-3.664,56.931],[-3.67,56.932],[-3.676,56.932],[-3.677,56.927],[-3.676,56.925],[-3.682,56.922],[-3.684,56.916],[-3.696,56.916],[-3.705,56.916],[-3.714,56.918],[-3.725,56.918],[-3.728,56.926],[-3.733,56.931],[-3.741,56.934],[-3.747,56.934],[-3.754,56.932],[-3.761,56.931],[-3.766,56.93],[-3.775,56.926],[-3.783,56.923],[-3.788,56.924],[-3.798,56.932],[-3.802,56.936],[-3.809,56.936],[-3.817,56.934],[-3.822,56.938],[-3.824,56.938],[-3.832,56.936],[-3.835,56.933],[-3.839,56.931],[-3.843,56.927],[-3.853,56.925],[-3.855,56.923],[-3.867,56.926],[-3.872,56.923],[-3.877,56.925],[-3.883,56.925],[-3.887,56.927],[-3.894,56.923],[-3.901,56.925],[-3.901,56.927],[-3.9,56.932],[-3.912,56.931],[-3.92,56.934],[-3.926,56.933],[-3.932,56.935],[-3.936,56.936],[-3.939,56.942],[-3.937,56.946],[-3.939,56.949],[-3.945,56.946],[-3.951,56.947],[-3.954,56.942],[-3.954,56.938],[-3.959,56.936],[-3.966,56.935],[-3.965,56.933],[-3.969,56.929],[-3.967,56.925],[-3.969,56.923],[-3.971,56.918],[-3.964,56.914],[-3.965,56.911],[-3.962,56.91],[-3.966,56.906],[-3.968,56.899],[-3.974,56.898],[-3.977,56.895],[-3.988,56.892],[-3.999,56.89],[-4.001,56.893],[-4,56.894],[-4.002,56.897],[-4.009,56.898],[-4.012,56.898],[-4.013,56.893],[-4.015,56.891],[-4.022,56.889],[-4.025,56.893],[-4.031,56.897],[-4.034,56.901],[-4.039,56.897],[-4.044,56.898],[-4.054,56.897],[-4.055,56.896],[-4.07,56.894],[-4.078,56.897],[-4.081,56.894],[-4.088,56.894],[-4.101,56.895],[-4.116,56.895],[-4.127,56.899],[-4.131,56.898],[-4.136,56.897],[-4.14,56.9],[-4.145,56.9],[-4.156,56.904],[-4.165,56.906],[-4.168,56.905],[-4.174,56.909],[-4.174,56.912],[-4.179,56.909],[-4.184,56.908],[-4.187,56.906],[-4.186,56.904],[-4.189,56.901],[-4.195,56.898],[-4.2,56.894],[-4.199,56.89],[-4.204,56.885],[-4.201,56.882],[-4.192,56.877],[-4.2,56.874],[-4.199,56.87],[-4.204,56.87],[-4.208,56.869],[-4.215,56.87],[-4.218,56.868],[-4.223,56.863],[-4.226,56.863],[-4.228,56.858],[-4.234,56.858],[-4.253,56.853],[-4.259,56.854],[-4.261,56.857],[-4.273,56.851],[-4.279,56.85],[-4.29,56.851],[-4.295,56.853],[-4.303,56.852],[-4.311,56.847],[-4.312,56.843],[-4.319,56.841],[-4.324,56.841],[-4.326,56.839],[-4.33,56.837],[-4.331,56.834],[-4.331,56.824],[-4.343,56.821],[-4.352,56.827],[-4.364,56.83],[-4.374,56.832],[-4.379,56.826],[-4.385,56.824],[-4.393,56.815],[-4.415,56.798],[-4.422,56.791],[-4.435,56.777],[-4.442,56.774],[-4.453,56.777],[-4.463,56.779],[-4.467,56.777],[-4.474,56.782],[-4.48,56.788],[-4.484,56.792],[-4.492,56.794],[-4.494,56.795],[-4.511,56.803],[-4.521,56.805],[-4.529,56.801],[-4.53,56.798],[-4.532,56.796],[-4.536,56.794],[-4.535,56.791],[-4.538,56.787],[-4.545,56.783],[-4.55,56.782],[-4.551,56.776],[-4.547,56.772],[-4.56,56.77],[-4.575,56.766],[-4.581,56.765],[-4.583,56.762],[-4.59,56.76],[-4.586,56.758],[-4.584,56.751],[-4.581,56.746],[-4.578,56.735],[-4.576,56.735],[-4.585,56.73],[-4.592,56.724],[-4.605,56.709],[-4.605,56.707],[-4.595,56.706],[-4.592,56.705],[-4.591,56.702],[-4.592,56.698],[-4.59,56.696],[-4.592,56.693],[-4.597,56.691],[-4.603,56.692],[-4.616,56.691],[-4.631,56.687],[-4.635,56.682],[-4.649,56.679],[-4.653,56.677],[-4.657,56.675],[-4.661,56.676],[-4.667,56.675],[-4.67,56.676],[-4.676,56.677],[-4.679,56.677],[-4.691,56.676],[-4.693,56.675],[-4.703,56.676],[-4.706,56.677],[-4.718,56.677],[-4.719,56.659],[-4.72,56.656],[-4.716,56.643],[-4.709,56.643],[-4.696,56.643],[-4.685,56.642],[-4.679,56.642],[-4.666,56.64],[-4.663,56.64],[-4.648,56.649],[-4.644,56.65],[-4.64,56.653],[-4.633,56.657],[-4.63,56.655],[-4.63,56.649],[-4.631,56.648],[-4.628,56.646],[-4.621,56.641],[-4.619,56.637],[-4.621,56.635],[-4.627,56.631],[-4.631,56.628],[-4.637,56.625],[-4.634,56.622],[-4.626,56.616],[-4.616,56.616],[-4.61,56.615],[-4.597,56.604],[-4.586,56.6],[-4.583,56.594],[-4.576,56.588],[-4.575,56.582],[-4.57,56.576],[-4.56,56.573],[-4.564,56.571],[-4.571,56.572],[-4.577,56.571],[-4.586,56.573],[-4.59,56.575],[-4.596,56.574],[-4.6,56.577],[-4.607,56.572],[-4.612,56.572],[-4.614,56.57],[-4.624,56.57],[-4.632,56.568],[-4.641,56.568],[-4.648,56.563],[-4.649,56.561],[-4.654,56.561],[-4.661,56.562],[-4.668,56.559],[-4.674,56.556],[-4.689,56.552],[-4.692,56.553],[-4.698,56.55],[-4.699,56.545],[-4.698,56.541],[-4.688,56.539],[-4.681,56.54],[-4.671,56.535],[-4.668,56.533],[-4.659,56.534],[-4.654,56.526],[-4.655,56.523],[-4.654,56.518],[-4.659,56.51],[-4.664,56.508],[-4.666,56.505],[-4.676,56.5],[-4.678,56.497],[-4.682,56.492],[-4.686,56.491],[-4.683,56.489],[-4.683,56.486],[-4.678,56.483],[-4.676,56.483],[-4.671,56.48],[-4.658,56.479],[-4.649,56.479],[-4.646,56.477],[-4.639,56.476],[-4.634,56.473],[-4.628,56.475],[-4.624,56.477],[-4.621,56.481],[-4.626,56.484],[-4.625,56.487],[-4.622,56.488],[-4.618,56.488],[-4.615,56.489],[-4.608,56.494],[-4.604,56.495],[-4.601,56.498],[-4.592,56.498],[-4.583,56.5],[-4.578,56.505],[-4.573,56.505],[-4.569,56.503],[-4.562,56.504],[-4.558,56.506],[-4.554,56.505],[-4.542,56.506],[-4.539,56.507],[-4.531,56.505],[-4.528,56.505],[-4.528,56.508],[-4.531,56.51],[-4.531,56.513],[-4.533,56.514],[-4.53,56.518],[-4.522,56.519],[-4.511,56.522],[-4.505,56.519],[-4.502,56.519],[-4.497,56.516],[-4.494,56.513],[-4.491,56.512],[-4.483,56.514],[-4.478,56.513],[-4.468,56.516],[-4.461,56.518],[-4.457,56.518],[-4.45,56.519],[-4.444,56.523],[-4.442,56.525],[-4.437,56.526],[-4.431,56.527],[-4.426,56.525],[-4.417,56.526],[-4.409,56.529],[-4.403,56.527],[-4.396,56.529],[-4.39,56.534],[-4.378,56.534],[-4.374,56.537],[-4.374,56.539],[-4.37,56.542],[-4.371,56.545],[-4.369,56.547],[-4.362,56.547],[-4.358,56.544],[-4.341,56.54],[-4.335,56.54],[-4.331,56.539],[-4.335,56.533],[-4.333,56.529],[-4.328,56.526],[-4.322,56.517],[-4.319,56.516],[-4.311,56.515],[-4.309,56.512],[-4.311,56.51],[-4.307,56.506],[-4.308,56.5],[-4.304,56.494],[-4.299,56.493],[-4.297,56.491],[-4.3,56.489],[-4.3,56.48],[-4.297,56.475],[-4.275,56.479],[-4.243,56.488],[-4.194,56.495],[-4.154,56.51],[-4.147,56.506],[-4.135,56.503],[-4.131,56.502],[-4.126,56.501],[-4.123,56.498],[-4.116,56.495],[-4.108,56.488],[-4.099,56.465],[-4.094,56.467],[-4.097,56.469],[-4.094,56.474],[-4.092,56.474],[-4.082,56.474],[-4.076,56.472],[-4.065,56.47],[-4.062,56.47],[-4.055,56.473],[-4.051,56.477],[-4.047,56.482],[-4.042,56.481],[-4.033,56.479],[-4.025,56.477],[-4.019,56.476],[-4.015,56.475],[-4.005,56.473],[-3.996,56.472],[-3.992,56.474],[-3.987,56.474],[-3.979,56.477],[-3.976,56.476],[-3.961,56.476],[-3.955,56.477],[-3.945,56.477],[-3.942,56.477],[-3.931,56.476],[-3.926,56.477],[-3.919,56.476],[-3.911,56.474],[-3.899,56.472],[-3.895,56.469],[-3.877,56.465],[-3.873,56.465],[-3.867,56.463],[-3.863,56.463],[-3.854,56.464],[-3.851,56.463],[-3.845,56.465],[-3.835,56.464],[-3.826,56.464],[-3.822,56.462],[-3.814,56.464],[-3.811,56.463],[-3.793,56.46],[-3.795,56.455],[-3.791,56.453],[-3.789,56.45],[-3.784,56.45],[-3.777,56.447],[-3.773,56.438],[-3.765,56.436],[-3.759,56.44],[-3.745,56.44],[-3.745,56.441],[-3.739,56.442],[-3.737,56.438],[-3.733,56.435],[-3.726,56.435],[-3.717,56.437],[-3.711,56.437],[-3.707,56.438],[-3.7,56.436],[-3.696,56.436],[-3.689,56.439],[-3.687,56.438],[-3.682,56.44],[-3.677,56.444],[-3.673,56.446],[-3.667,56.444],[-3.667,56.442],[-3.655,56.444],[-3.653,56.442],[-3.649,56.446],[-3.642,56.445],[-3.638,56.446],[-3.634,56.444],[-3.631,56.447],[-3.626,56.446],[-3.62,56.446],[-3.617,56.448],[-3.606,56.446],[-3.602,56.448],[-3.596,56.447],[-3.594,56.445],[-3.59,56.445],[-3.588,56.447],[-3.585,56.447],[-3.58,56.443],[-3.569,56.437],[-3.564,56.437],[-3.563,56.435],[-3.557,56.435],[-3.549,56.434],[-3.542,56.434],[-3.538,56.436],[-3.53,56.437],[-3.53,56.438],[-3.519,56.437],[-3.519,56.434],[-3.515,56.433],[-3.505,56.432],[-3.51,56.429],[-3.509,56.421],[-3.504,56.418],[-3.496,56.416],[-3.492,56.416],[-3.488,56.419],[-3.484,56.419],[-3.475,56.422],[-3.47,56.422],[-3.458,56.425],[-3.463,56.427],[-3.469,56.432],[-3.469,56.434],[-3.464,56.438],[-3.456,56.441],[-3.453,56.444],[-3.458,56.452],[-3.455,56.457],[-3.452,56.459],[-3.449,56.46],[-3.441,56.459],[-3.434,56.46],[-3.432,56.458],[-3.432,56.45],[-3.43,56.445],[-3.427,56.444],[-3.414,56.443],[-3.393,56.448],[-3.39,56.445],[-3.382,56.444],[-3.38,56.441],[-3.382,56.436],[-3.367,56.441],[-3.362,56.437],[-3.357,56.434],[-3.351,56.435],[-3.346,56.433],[-3.337,56.432],[-3.335,56.437],[-3.33,56.444],[-3.327,56.445],[-3.324,56.448],[-3.315,56.45],[-3.31,56.447],[-3.295,56.453],[-3.284,56.458],[-3.283,56.463],[-3.28,56.464],[-3.284,56.468],[-3.276,56.469],[-3.266,56.472],[-3.256,56.477],[-3.248,56.482],[-3.245,56.483],[-3.243,56.486],[-3.25,56.489],[-3.245,56.492],[-3.237,56.494],[-3.237,56.496],[-3.231,56.502],[-3.229,56.503],[-3.219,56.5],[-3.202,56.505],[-3.204,56.511],[-3.21,56.517],[-3.207,56.518],[-3.2,56.515],[-3.195,56.514],[-3.19,56.51],[-3.186,56.508],[-3.193,56.506],[-3.192,56.503],[-3.184,56.501],[-3.178,56.497],[-3.167,56.493],[-3.162,56.49],[-3.158,56.49],[-3.142,56.488],[-3.144,56.48],[-3.13,56.479],[-3.129,56.478],[-3.119,56.477],[-3.117,56.474],[-3.123,56.474],[-3.12,56.468],[-3.104,56.467],[-3.1,56.467],[-3.089,56.467],[-3.098,56.479],[-3.089,56.481],[-3.084,56.481],[-3.082,56.483],[-3.074,56.485],[-3.058,56.484],[-3.051,56.483],[-3.051,56.49],[-3.052,56.497],[-3.045,56.499],[-3.032,56.5],[-3.032,56.502],[-3.01,56.502],[-3.005,56.499],[-2.995,56.498],[-2.989,56.496],[-2.983,56.496],[-2.981,56.494],[-2.976,56.495],[-2.97,56.494],[-2.968,56.495],[-2.968,56.5],[-2.962,56.501],[-2.959,56.499],[-2.955,56.5],[-2.949,56.5],[-2.946,56.508],[-2.944,56.528],[-2.946,56.533],[-2.946,56.538],[-2.945,56.541],[-2.941,56.547],[-2.936,56.547],[-2.924,56.545],[-2.92,56.543],[-2.914,56.545],[-2.914,56.547],[-2.903,56.547],[-2.896,56.545],[-2.892,56.543],[-2.891,56.545],[-2.88,56.55],[-2.877,56.556],[-2.883,56.556],[-2.888,56.561],[-2.887,56.563],[-2.894,56.563],[-2.892,56.571],[-2.886,56.572],[-2.884,56.578],[-2.883,56.579],[-2.884,56.583],[-2.892,56.584],[-2.889,56.588],[-2.888,56.593],[-2.886,56.592],[-2.886,56.598],[-2.884,56.599],[-2.895,56.609],[-2.892,56.61],[-2.881,56.611],[-2.883,56.617],[-2.87,56.617],[-2.861,56.617],[-2.855,56.618],[-2.842,56.618],[-2.835,56.617],[-2.838,56.623],[-2.845,56.631],[-2.839,56.636],[-2.837,56.634],[-2.83,56.63],[-2.823,56.635],[-2.82,56.632],[-2.812,56.633],[-2.806,56.637],[-2.793,56.638],[-2.792,56.637],[-2.78,56.638],[-2.778,56.637],[-2.767,56.639],[-2.759,56.64],[-2.76,56.645],[-2.769,56.647],[-2.773,56.65],[-2.762,56.649],[-2.762,56.657],[-2.748,56.657],[-2.744,56.658],[-2.743,56.655],[-2.739,56.654],[-2.735,56.655],[-2.732,56.657],[-2.733,56.661],[-2.729,56.664],[-2.715,56.665],[-2.717,56.67],[-2.721,56.67],[-2.706,56.681],[-2.693,56.681],[-2.687,56.677],[-2.665,56.677],[-2.662,56.678],[-2.651,56.678],[-2.648,56.68],[-2.642,56.681],[-2.635,56.683],[-2.619,56.687],[-2.616,56.686],[-2.612,56.688],[-2.608,56.683],[-2.612,56.682],[-2.617,56.678],[-2.61,56.674],[-2.604,56.675],[-2.6,56.675],[-2.595,56.671],[-2.593,56.668],[-2.587,56.664],[-2.593,56.662],[-2.591,56.657],[-2.587,56.655],[-2.565,56.66],[-2.558,56.66],[-2.55,56.66],[-2.544,56.663],[-2.537,56.666],[-2.535,56.671],[-2.53,56.671],[-2.525,56.669],[-2.519,56.668],[-2.513,56.668],[-2.506,56.666],[-2.5,56.663],[-2.496,56.664],[-2.492,56.667],[-2.484,56.669],[-2.484,56.671],[-2.481,56.672],[-2.469,56.673],[-2.458,56.678],[-2.451,56.679],[-2.45,56.681],[-2.445,56.686],[-2.441,56.687],[-2.439,56.692],[-2.444,56.693],[-2.441,56.695],[-2.443,56.697],[-2.44,56.699],[-2.436,56.7],[-2.437,56.702],[-2.463,56.702],[-2.469,56.702],[-2.473,56.704],[-2.48,56.704],[-2.484,56.699],[-2.487,56.701],[-2.493,56.699],[-2.516,56.699],[-2.522,56.701],[-2.524,56.703],[-2.528,56.705],[-2.531,56.705],[-2.532,56.709],[-2.526,56.711],[-2.519,56.719],[-2.516,56.723],[-2.509,56.723],[-2.492,56.722],[-2.483,56.721],[-2.478,56.721],[-2.474,56.72],[-2.475,56.716],[-2.472,56.714],[-2.473,56.711],[-2.476,56.708],[-2.471,56.707],[-2.466,56.704],[-2.462,56.703],[-2.455,56.703],[-2.451,56.707],[-2.448,56.712],[-2.446,56.719],[-2.443,56.726],[-2.436,56.739],[-2.426,56.753],[-2.431,56.751],[-2.44,56.751],[-2.445,56.752]]]},"properties":{"Name":"Angus and Perthshire Glens","ID":"S14000065"},"id":578}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.099,56.465],[-4.108,56.488],[-4.116,56.495],[-4.123,56.498],[-4.126,56.501],[-4.131,56.502],[-4.135,56.503],[-4.147,56.506],[-4.154,56.51],[-4.194,56.495],[-4.243,56.488],[-4.275,56.479],[-4.297,56.475],[-4.3,56.48],[-4.3,56.489],[-4.297,56.491],[-4.299,56.493],[-4.304,56.494],[-4.308,56.5],[-4.307,56.506],[-4.311,56.51],[-4.309,56.512],[-4.311,56.515],[-4.319,56.516],[-4.322,56.517],[-4.328,56.526],[-4.333,56.529],[-4.335,56.533],[-4.331,56.539],[-4.335,56.54],[-4.341,56.54],[-4.358,56.544],[-4.362,56.547],[-4.369,56.547],[-4.371,56.545],[-4.37,56.542],[-4.374,56.539],[-4.374,56.537],[-4.378,56.534],[-4.39,56.534],[-4.396,56.529],[-4.403,56.527],[-4.409,56.529],[-4.417,56.526],[-4.426,56.525],[-4.431,56.527],[-4.437,56.526],[-4.442,56.525],[-4.444,56.523],[-4.45,56.519],[-4.457,56.518],[-4.461,56.518],[-4.468,56.516],[-4.478,56.513],[-4.483,56.514],[-4.491,56.512],[-4.494,56.513],[-4.497,56.516],[-4.502,56.519],[-4.505,56.519],[-4.511,56.522],[-4.522,56.519],[-4.53,56.518],[-4.533,56.514],[-4.531,56.513],[-4.531,56.51],[-4.528,56.508],[-4.528,56.505],[-4.531,56.505],[-4.539,56.507],[-4.542,56.506],[-4.554,56.505],[-4.558,56.506],[-4.562,56.504],[-4.569,56.503],[-4.573,56.505],[-4.578,56.505],[-4.583,56.5],[-4.592,56.498],[-4.601,56.498],[-4.604,56.495],[-4.608,56.494],[-4.615,56.489],[-4.618,56.488],[-4.622,56.488],[-4.625,56.487],[-4.626,56.484],[-4.621,56.481],[-4.624,56.477],[-4.628,56.475],[-4.634,56.473],[-4.639,56.476],[-4.644,56.473],[-4.655,56.473],[-4.661,56.469],[-4.664,56.464],[-4.666,56.462],[-4.675,56.461],[-4.686,56.463],[-4.689,56.462],[-4.694,56.465],[-4.7,56.467],[-4.705,56.462],[-4.721,56.459],[-4.725,56.46],[-4.733,56.455],[-4.729,56.453],[-4.724,56.45],[-4.723,56.446],[-4.726,56.441],[-4.733,56.434],[-4.736,56.434],[-4.747,56.435],[-4.753,56.437],[-4.761,56.436],[-4.766,56.436],[-4.766,56.432],[-4.78,56.428],[-4.782,56.427],[-4.79,56.427],[-4.79,56.424],[-4.795,56.423],[-4.799,56.417],[-4.804,56.416],[-4.812,56.418],[-4.814,56.414],[-4.814,56.408],[-4.816,56.406],[-4.817,56.403],[-4.816,56.4],[-4.813,56.398],[-4.821,56.394],[-4.835,56.39],[-4.836,56.387],[-4.833,56.381],[-4.834,56.378],[-4.837,56.377],[-4.845,56.375],[-4.854,56.371],[-4.853,56.369],[-4.84,56.368],[-4.835,56.367],[-4.832,56.367],[-4.823,56.363],[-4.819,56.36],[-4.813,56.358],[-4.808,56.355],[-4.801,56.356],[-4.799,56.351],[-4.795,56.348],[-4.784,56.343],[-4.78,56.34],[-4.781,56.338],[-4.786,56.336],[-4.793,56.333],[-4.789,56.326],[-4.786,56.324],[-4.774,56.323],[-4.753,56.325],[-4.75,56.327],[-4.743,56.332],[-4.736,56.332],[-4.721,56.327],[-4.721,56.322],[-4.717,56.322],[-4.717,56.326],[-4.719,56.33],[-4.716,56.33],[-4.703,56.327],[-4.696,56.322],[-4.692,56.323],[-4.678,56.326],[-4.667,56.326],[-4.659,56.322],[-4.657,56.317],[-4.661,56.316],[-4.668,56.319],[-4.671,56.315],[-4.677,56.313],[-4.677,56.308],[-4.672,56.304],[-4.678,56.3],[-4.682,56.298],[-4.68,56.293],[-4.679,56.289],[-4.67,56.289],[-4.661,56.286],[-4.661,56.281],[-4.667,56.279],[-4.672,56.282],[-4.68,56.277],[-4.684,56.278],[-4.69,56.279],[-4.694,56.278],[-4.697,56.275],[-4.698,56.271],[-4.697,56.261],[-4.701,56.255],[-4.699,56.246],[-4.697,56.242],[-4.692,56.234],[-4.686,56.22],[-4.685,56.215],[-4.686,56.212],[-4.695,56.204],[-4.695,56.199],[-4.691,56.193],[-4.687,56.187],[-4.673,56.175],[-4.656,56.165],[-4.655,56.163],[-4.658,56.158],[-4.655,56.154],[-4.651,56.151],[-4.652,56.146],[-4.65,56.142],[-4.644,56.135],[-4.642,56.132],[-4.641,56.124],[-4.636,56.12],[-4.632,56.118],[-4.622,56.117],[-4.605,56.116],[-4.597,56.115],[-4.59,56.111],[-4.589,56.107],[-4.593,56.101],[-4.604,56.09],[-4.604,56.087],[-4.598,56.084],[-4.595,56.079],[-4.592,56.075],[-4.588,56.073],[-4.581,56.073],[-4.573,56.075],[-4.566,56.074],[-4.561,56.071],[-4.553,56.071],[-4.533,56.073],[-4.525,56.071],[-4.514,56.065],[-4.51,56.061],[-4.507,56.059],[-4.501,56.059],[-4.5,56.061],[-4.504,56.062],[-4.504,56.064],[-4.5,56.065],[-4.492,56.063],[-4.487,56.06],[-4.476,56.059],[-4.475,56.056],[-4.478,56.055],[-4.48,56.052],[-4.484,56.05],[-4.487,56.05],[-4.499,56.048],[-4.488,56.041],[-4.487,56.039],[-4.489,56.036],[-4.492,56.034],[-4.492,56.031],[-4.488,56.03],[-4.489,56.024],[-4.485,56.023],[-4.481,56.022],[-4.479,56.019],[-4.483,56.012],[-4.477,56.01],[-4.473,56.006],[-4.473,56.005],[-4.47,56.002],[-4.449,56.005],[-4.446,56.003],[-4.445,55.997],[-4.439,55.99],[-4.435,55.988],[-4.434,55.984],[-4.428,55.981],[-4.43,55.979],[-4.418,55.974],[-4.414,55.971],[-4.408,55.972],[-4.402,55.972],[-4.398,55.973],[-4.398,55.977],[-4.394,55.978],[-4.384,55.98],[-4.38,55.98],[-4.375,55.981],[-4.366,55.98],[-4.363,55.978],[-4.364,55.976],[-4.358,55.973],[-4.351,55.972],[-4.345,55.965],[-4.335,55.959],[-4.331,55.958],[-4.32,55.958],[-4.319,55.96],[-4.304,55.957],[-4.295,55.959],[-4.286,55.958],[-4.288,55.961],[-4.294,55.963],[-4.289,55.967],[-4.282,55.967],[-4.273,55.965],[-4.28,55.975],[-4.279,55.977],[-4.274,55.977],[-4.275,55.983],[-4.275,55.993],[-4.276,55.997],[-4.283,55.999],[-4.294,56.009],[-4.295,56.014],[-4.299,56.017],[-4.296,56.02],[-4.296,56.026],[-4.291,56.027],[-4.28,56.029],[-4.275,56.029],[-4.273,56.026],[-4.273,56.023],[-4.267,56.023],[-4.259,56.019],[-4.257,56.017],[-4.25,56.016],[-4.241,56.017],[-4.223,56.02],[-4.219,56.018],[-4.213,56.017],[-4.207,56.017],[-4.198,56.01],[-4.191,56.012],[-4.174,56.019],[-4.174,56.021],[-4.172,56.023],[-4.17,56.027],[-4.168,56.029],[-4.163,56.03],[-4.157,56.025],[-4.158,56.023],[-4.156,56.019],[-4.157,56.014],[-4.152,56.008],[-4.136,56.006],[-4.129,56.009],[-4.123,56.01],[-4.12,56.014],[-4.114,56.015],[-4.112,56.015],[-4.1,56.019],[-4.097,56.027],[-4.086,56.027],[-4.08,56.026],[-4.079,56.027],[-4.062,56.03],[-4.054,56.031],[-4.048,56.03],[-4.044,56.031],[-4.042,56.029],[-4.034,56.029],[-4.032,56.03],[-4.02,56.028],[-4.018,56.03],[-4.01,56.031],[-4.001,56.035],[-3.992,56.038],[-3.978,56.04],[-3.979,56.044],[-3.976,56.048],[-3.973,56.049],[-3.961,56.048],[-3.954,56.05],[-3.947,56.049],[-3.943,56.051],[-3.935,56.049],[-3.93,56.05],[-3.92,56.048],[-3.915,56.049],[-3.905,56.048],[-3.901,56.046],[-3.895,56.046],[-3.89,56.049],[-3.883,56.047],[-3.879,56.047],[-3.873,56.049],[-3.874,56.05],[-3.866,56.05],[-3.861,56.051],[-3.858,56.05],[-3.841,56.051],[-3.835,56.052],[-3.825,56.051],[-3.821,56.054],[-3.815,56.053],[-3.811,56.055],[-3.815,56.058],[-3.812,56.062],[-3.802,56.063],[-3.798,56.066],[-3.8,56.068],[-3.807,56.07],[-3.808,56.073],[-3.813,56.075],[-3.818,56.076],[-3.824,56.079],[-3.829,56.081],[-3.836,56.085],[-3.833,56.088],[-3.829,56.087],[-3.826,56.09],[-3.823,56.091],[-3.822,56.097],[-3.82,56.098],[-3.822,56.099],[-3.833,56.099],[-3.838,56.102],[-3.841,56.107],[-3.838,56.112],[-3.837,56.114],[-3.84,56.116],[-3.851,56.118],[-3.855,56.117],[-3.853,56.113],[-3.854,56.11],[-3.858,56.108],[-3.865,56.106],[-3.873,56.108],[-3.873,56.111],[-3.865,56.115],[-3.864,56.116],[-3.867,56.12],[-3.876,56.119],[-3.88,56.121],[-3.881,56.124],[-3.89,56.131],[-3.884,56.129],[-3.881,56.131],[-3.878,56.135],[-3.87,56.135],[-3.86,56.135],[-3.857,56.138],[-3.86,56.141],[-3.865,56.143],[-3.869,56.147],[-3.874,56.148],[-3.873,56.151],[-3.864,56.152],[-3.854,56.153],[-3.857,56.156],[-3.858,56.165],[-3.853,56.169],[-3.852,56.173],[-3.848,56.176],[-3.848,56.179],[-3.844,56.182],[-3.841,56.189],[-3.842,56.191],[-3.833,56.191],[-3.829,56.197],[-3.799,56.206],[-3.782,56.213],[-3.781,56.217],[-3.764,56.213],[-3.763,56.212],[-3.755,56.21],[-3.752,56.212],[-3.748,56.208],[-3.745,56.201],[-3.741,56.197],[-3.741,56.192],[-3.739,56.19],[-3.731,56.192],[-3.726,56.193],[-3.718,56.192],[-3.714,56.193],[-3.711,56.192],[-3.706,56.193],[-3.693,56.194],[-3.686,56.196],[-3.675,56.193],[-3.667,56.189],[-3.659,56.196],[-3.651,56.203],[-3.646,56.199],[-3.638,56.197],[-3.626,56.201],[-3.623,56.204],[-3.618,56.206],[-3.603,56.205],[-3.604,56.209],[-3.601,56.212],[-3.602,56.216],[-3.599,56.223],[-3.598,56.227],[-3.594,56.229],[-3.592,56.231],[-3.594,56.233],[-3.593,56.236],[-3.596,56.241],[-3.595,56.245],[-3.6,56.246],[-3.608,56.249],[-3.614,56.252],[-3.619,56.257],[-3.617,56.261],[-3.61,56.264],[-3.616,56.268],[-3.629,56.274],[-3.632,56.276],[-3.634,56.282],[-3.642,56.292],[-3.645,56.297],[-3.646,56.305],[-3.654,56.309],[-3.659,56.31],[-3.662,56.311],[-3.655,56.316],[-3.65,56.32],[-3.645,56.325],[-3.639,56.328],[-3.633,56.332],[-3.619,56.336],[-3.611,56.34],[-3.613,56.343],[-3.621,56.342],[-3.622,56.34],[-3.628,56.341],[-3.633,56.34],[-3.634,56.337],[-3.653,56.338],[-3.658,56.336],[-3.67,56.338],[-3.672,56.336],[-3.682,56.332],[-3.69,56.335],[-3.69,56.333],[-3.696,56.332],[-3.701,56.335],[-3.703,56.334],[-3.709,56.329],[-3.719,56.326],[-3.722,56.323],[-3.724,56.318],[-3.722,56.316],[-3.715,56.313],[-3.723,56.308],[-3.735,56.305],[-3.745,56.304],[-3.754,56.301],[-3.755,56.297],[-3.758,56.292],[-3.762,56.292],[-3.795,56.287],[-3.802,56.286],[-3.805,56.284],[-3.815,56.288],[-3.825,56.29],[-3.829,56.292],[-3.844,56.296],[-3.856,56.295],[-3.867,56.296],[-3.871,56.294],[-3.877,56.295],[-3.879,56.296],[-3.885,56.296],[-3.893,56.295],[-3.898,56.296],[-3.9,56.297],[-3.912,56.3],[-3.933,56.303],[-3.941,56.295],[-3.95,56.294],[-3.96,56.295],[-3.965,56.295],[-3.972,56.294],[-3.974,56.292],[-3.979,56.29],[-3.984,56.289],[-3.992,56.291],[-4,56.29],[-4.01,56.288],[-4.009,56.283],[-4.007,56.28],[-4.005,56.275],[-4.026,56.27],[-4.03,56.271],[-4.037,56.269],[-4.04,56.271],[-4.035,56.276],[-4.039,56.28],[-4.052,56.273],[-4.061,56.279],[-4.078,56.29],[-4.08,56.284],[-4.084,56.281],[-4.089,56.281],[-4.094,56.279],[-4.101,56.279],[-4.108,56.28],[-4.116,56.281],[-4.119,56.288],[-4.135,56.294],[-4.14,56.298],[-4.15,56.298],[-4.151,56.3],[-4.161,56.303],[-4.172,56.303],[-4.188,56.304],[-4.191,56.307],[-4.194,56.311],[-4.198,56.314],[-4.209,56.315],[-4.212,56.318],[-4.221,56.32],[-4.226,56.322],[-4.23,56.326],[-4.235,56.326],[-4.237,56.33],[-4.237,56.334],[-4.234,56.335],[-4.227,56.341],[-4.224,56.342],[-4.236,56.348],[-4.242,56.353],[-4.242,56.36],[-4.238,56.367],[-4.24,56.369],[-4.239,56.38],[-4.241,56.384],[-4.196,56.387],[-4.197,56.392],[-4.199,56.397],[-4.196,56.401],[-4.202,56.456],[-4.199,56.459],[-4.195,56.459],[-4.18,56.453],[-4.177,56.45],[-4.166,56.449],[-4.163,56.445],[-4.16,56.445],[-4.157,56.45],[-4.148,56.454],[-4.149,56.457],[-4.142,56.459],[-4.142,56.461],[-4.136,56.462],[-4.134,56.464],[-4.132,56.464],[-4.116,56.463],[-4.11,56.464],[-4.104,56.467],[-4.099,56.465]]]},"properties":{"Name":"Stirling and Strathallan","ID":"S14000105"},"id":579}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.402,55.972],[-4.408,55.972],[-4.414,55.971],[-4.418,55.974],[-4.43,55.979],[-4.428,55.981],[-4.434,55.984],[-4.435,55.988],[-4.439,55.99],[-4.445,55.997],[-4.446,56.003],[-4.449,56.005],[-4.47,56.002],[-4.473,56.005],[-4.473,56.006],[-4.477,56.01],[-4.483,56.012],[-4.479,56.019],[-4.481,56.022],[-4.485,56.023],[-4.489,56.024],[-4.488,56.03],[-4.492,56.031],[-4.492,56.034],[-4.489,56.036],[-4.487,56.039],[-4.488,56.041],[-4.499,56.048],[-4.487,56.05],[-4.484,56.05],[-4.48,56.052],[-4.478,56.055],[-4.475,56.056],[-4.476,56.059],[-4.487,56.06],[-4.492,56.063],[-4.5,56.065],[-4.504,56.064],[-4.504,56.062],[-4.5,56.061],[-4.501,56.059],[-4.507,56.059],[-4.51,56.061],[-4.514,56.065],[-4.525,56.071],[-4.533,56.073],[-4.553,56.071],[-4.561,56.071],[-4.566,56.074],[-4.573,56.075],[-4.581,56.073],[-4.588,56.073],[-4.592,56.075],[-4.595,56.079],[-4.598,56.084],[-4.6,56.077],[-4.603,56.07],[-4.608,56.064],[-4.615,56.058],[-4.62,56.052],[-4.622,56.044],[-4.62,56.039],[-4.614,56.032],[-4.602,56.02],[-4.609,56.016],[-4.618,56.012],[-4.624,56.01],[-4.623,56.006],[-4.63,56.003],[-4.653,56.008],[-4.659,56.004],[-4.659,56.003],[-4.654,56.001],[-4.654,55.998],[-4.646,55.999],[-4.638,56],[-4.639,55.996],[-4.642,55.994],[-4.634,55.992],[-4.625,55.986],[-4.618,55.989],[-4.616,55.987],[-4.618,55.985],[-4.614,55.981],[-4.617,55.978],[-4.622,55.975],[-4.625,55.972],[-4.619,55.97],[-4.62,55.969],[-4.613,55.967],[-4.612,55.963],[-4.609,55.962],[-4.602,55.958],[-4.607,55.951],[-4.61,55.947],[-4.596,55.944],[-4.588,55.94],[-4.582,55.938],[-4.574,55.938],[-4.563,55.94],[-4.565,55.937],[-4.563,55.935],[-4.556,55.937],[-4.547,55.935],[-4.542,55.933],[-4.535,55.934],[-4.526,55.933],[-4.517,55.932],[-4.516,55.93],[-4.507,55.929],[-4.495,55.93],[-4.492,55.931],[-4.483,55.93],[-4.479,55.928],[-4.467,55.925],[-4.457,55.919],[-4.45,55.912],[-4.444,55.908],[-4.437,55.906],[-4.43,55.906],[-4.419,55.903],[-4.416,55.902],[-4.404,55.894],[-4.4,55.893],[-4.392,55.891],[-4.392,55.89],[-4.387,55.89],[-4.386,55.892],[-4.376,55.89],[-4.372,55.894],[-4.37,55.899],[-4.375,55.9],[-4.39,55.911],[-4.388,55.916],[-4.385,55.918],[-4.38,55.919],[-4.38,55.921],[-4.381,55.927],[-4.384,55.928],[-4.38,55.93],[-4.383,55.934],[-4.389,55.934],[-4.389,55.937],[-4.387,55.94],[-4.39,55.945],[-4.385,55.946],[-4.386,55.952],[-4.394,55.954],[-4.398,55.955],[-4.398,55.958],[-4.4,55.962],[-4.399,55.967],[-4.402,55.972]]]},"properties":{"Name":"West Dunbartonshire","ID":"S14000106"},"id":580}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.093,57.671],[-3.098,57.67],[-3.1,57.673],[-3.105,57.673],[-3.109,57.676],[-3.116,57.676],[-3.136,57.68],[-3.174,57.688],[-3.195,57.694],[-3.201,57.695],[-3.231,57.702],[-3.241,57.705],[-3.27,57.715],[-3.271,57.713],[-3.268,57.712],[-3.266,57.708],[-3.277,57.713],[-3.283,57.718],[-3.28,57.72],[-3.278,57.723],[-3.28,57.725],[-3.289,57.725],[-3.293,57.724],[-3.296,57.722],[-3.303,57.721],[-3.315,57.721],[-3.329,57.724],[-3.338,57.725],[-3.349,57.724],[-3.356,57.723],[-3.373,57.721],[-3.376,57.72],[-3.385,57.719],[-3.392,57.716],[-3.403,57.716],[-3.412,57.713],[-3.419,57.715],[-3.428,57.711],[-3.437,57.71],[-3.443,57.709],[-3.448,57.707],[-3.452,57.707],[-3.458,57.704],[-3.475,57.704],[-3.482,57.702],[-3.498,57.704],[-3.499,57.702],[-3.49,57.699],[-3.489,57.694],[-3.493,57.684],[-3.497,57.679],[-3.507,57.672],[-3.515,57.668],[-3.524,57.666],[-3.54,57.663],[-3.549,57.662],[-3.56,57.661],[-3.575,57.662],[-3.59,57.662],[-3.614,57.664],[-3.619,57.664],[-3.621,57.663],[-3.612,57.659],[-3.605,57.655],[-3.6,57.651],[-3.595,57.651],[-3.586,57.647],[-3.583,57.643],[-3.582,57.639],[-3.582,57.635],[-3.586,57.634],[-3.59,57.631],[-3.596,57.631],[-3.6,57.634],[-3.609,57.635],[-3.611,57.636],[-3.616,57.634],[-3.62,57.635],[-3.624,57.638],[-3.63,57.634],[-3.635,57.635],[-3.63,57.639],[-3.633,57.641],[-3.641,57.642],[-3.641,57.644],[-3.638,57.644],[-3.626,57.644],[-3.627,57.647],[-3.622,57.651],[-3.622,57.656],[-3.625,57.66],[-3.629,57.661],[-3.633,57.663],[-3.644,57.663],[-3.653,57.663],[-3.698,57.658],[-3.69,57.658],[-3.699,57.653],[-3.696,57.65],[-3.703,57.646],[-3.717,57.641],[-3.72,57.641],[-3.729,57.638],[-3.743,57.632],[-3.754,57.629],[-3.761,57.631],[-3.781,57.625],[-3.799,57.623],[-3.806,57.621],[-3.814,57.617],[-3.821,57.614],[-3.817,57.613],[-3.807,57.618],[-3.797,57.621],[-3.786,57.624],[-3.782,57.624],[-3.783,57.621],[-3.79,57.619],[-3.796,57.615],[-3.8,57.613],[-3.8,57.61],[-3.808,57.61],[-3.814,57.605],[-3.826,57.6],[-3.832,57.597],[-3.838,57.598],[-3.85,57.595],[-3.858,57.593],[-3.86,57.59],[-3.868,57.59],[-3.885,57.589],[-3.914,57.586],[-3.924,57.587],[-3.93,57.586],[-3.936,57.586],[-3.961,57.591],[-3.968,57.592],[-3.99,57.598],[-3.982,57.595],[-3.976,57.593],[-3.97,57.59],[-3.973,57.587],[-3.98,57.592],[-4.002,57.599],[-4.013,57.601],[-4.019,57.598],[-4.019,57.596],[-4.015,57.593],[-4.02,57.592],[-4.036,57.591],[-4.044,57.592],[-4.053,57.591],[-4.058,57.591],[-4.062,57.588],[-4.076,57.583],[-4.071,57.582],[-4.066,57.583],[-4.06,57.582],[-4.054,57.58],[-4.047,57.577],[-4.041,57.572],[-4.038,57.568],[-4.041,57.56],[-4.052,57.553],[-4.068,57.547],[-4.076,57.545],[-4.081,57.543],[-4.095,57.539],[-4.104,57.534],[-4.113,57.524],[-4.118,57.519],[-4.115,57.519],[-4.113,57.516],[-4.119,57.515],[-4.128,57.515],[-4.145,57.518],[-4.15,57.516],[-4.15,57.512],[-4.148,57.505],[-4.149,57.501],[-4.145,57.5],[-4.141,57.501],[-4.128,57.502],[-4.117,57.505],[-4.112,57.508],[-4.104,57.511],[-4.101,57.508],[-4.09,57.501],[-4.08,57.504],[-4.069,57.508],[-4.056,57.501],[-4.059,57.5],[-4.073,57.493],[-4.075,57.491],[-4.068,57.487],[-4.062,57.477],[-4.063,57.472],[-4.059,57.47],[-4.05,57.468],[-4.046,57.465],[-4.045,57.462],[-4.039,57.457],[-4.041,57.455],[-4.036,57.453],[-4.03,57.449],[-4.023,57.447],[-4.023,57.442],[-4.018,57.439],[-4.018,57.437],[-4.026,57.436],[-4.037,57.434],[-4.055,57.435],[-4.056,57.433],[-4.054,57.426],[-4.048,57.428],[-4.044,57.427],[-4.03,57.429],[-4.022,57.431],[-4.026,57.421],[-4.02,57.419],[-4.019,57.418],[-4.014,57.418],[-4.005,57.415],[-3.997,57.42],[-3.993,57.423],[-3.989,57.423],[-3.978,57.427],[-3.963,57.428],[-3.96,57.427],[-3.957,57.424],[-3.954,57.419],[-3.96,57.415],[-3.959,57.413],[-3.962,57.398],[-3.952,57.389],[-3.948,57.387],[-3.943,57.388],[-3.934,57.388],[-3.93,57.385],[-3.926,57.385],[-3.919,57.382],[-3.905,57.383],[-3.902,57.379],[-3.9,57.374],[-3.901,57.371],[-3.896,57.369],[-3.894,57.366],[-3.886,57.366],[-3.891,57.361],[-3.887,57.357],[-3.876,57.351],[-3.856,57.345],[-3.844,57.343],[-3.852,57.337],[-3.858,57.336],[-3.868,57.331],[-3.87,57.329],[-3.884,57.324],[-3.89,57.319],[-3.899,57.318],[-3.911,57.31],[-3.924,57.31],[-3.962,57.293],[-3.965,57.278],[-3.985,57.269],[-4.014,57.253],[-4.042,57.246],[-4.041,57.234],[-4.038,57.223],[-4.043,57.214],[-4.059,57.204],[-4.057,57.199],[-4.063,57.189],[-4.082,57.188],[-4.094,57.184],[-4.115,57.18],[-4.116,57.183],[-4.122,57.184],[-4.127,57.179],[-4.127,57.176],[-4.132,57.177],[-4.137,57.17],[-4.139,57.164],[-4.148,57.161],[-4.154,57.154],[-4.158,57.146],[-4.155,57.143],[-4.149,57.143],[-4.146,57.14],[-4.147,57.138],[-4.141,57.134],[-4.139,57.129],[-4.143,57.128],[-4.153,57.122],[-4.159,57.125],[-4.164,57.127],[-4.172,57.127],[-4.176,57.125],[-4.183,57.123],[-4.19,57.123],[-4.195,57.123],[-4.199,57.124],[-4.21,57.122],[-4.215,57.121],[-4.22,57.123],[-4.227,57.12],[-4.235,57.114],[-4.24,57.114],[-4.242,57.111],[-4.247,57.108],[-4.252,57.108],[-4.254,57.104],[-4.261,57.1],[-4.261,57.098],[-4.27,57.099],[-4.278,57.094],[-4.285,57.096],[-4.293,57.095],[-4.3,57.091],[-4.306,57.09],[-4.312,57.092],[-4.315,57.091],[-4.312,57.085],[-4.312,57.083],[-4.307,57.078],[-4.309,57.074],[-4.316,57.069],[-4.319,57.068],[-4.323,57.063],[-4.327,57.061],[-4.33,57.054],[-4.336,57.055],[-4.341,57.052],[-4.344,57.053],[-4.349,57.053],[-4.352,57.055],[-4.372,57.058],[-4.37,57.063],[-4.372,57.065],[-4.369,57.067],[-4.368,57.07],[-4.376,57.073],[-4.384,57.08],[-4.393,57.083],[-4.397,57.08],[-4.407,57.079],[-4.418,57.075],[-4.429,57.074],[-4.44,57.071],[-4.444,57.072],[-4.447,57.069],[-4.45,57.067],[-4.454,57.068],[-4.461,57.07],[-4.464,57.073],[-4.469,57.074],[-4.474,57.075],[-4.481,57.071],[-4.484,57.065],[-4.489,57.063],[-4.495,57.065],[-4.506,57.067],[-4.51,57.07],[-4.52,57.072],[-4.524,57.069],[-4.53,57.064],[-4.533,57.059],[-4.539,57.054],[-4.545,57.055],[-4.553,57.059],[-4.557,57.057],[-4.567,57.054],[-4.579,57.058],[-4.58,57.061],[-4.583,57.061],[-4.593,57.06],[-4.596,57.058],[-4.597,57.055],[-4.602,57.052],[-4.611,57.05],[-4.612,57.047],[-4.621,57.044],[-4.627,57.044],[-4.633,57.035],[-4.629,57.03],[-4.617,57.027],[-4.613,57.027],[-4.61,57.028],[-4.605,57.026],[-4.609,57.025],[-4.613,57.022],[-4.618,57.02],[-4.615,57.018],[-4.614,57.015],[-4.616,57.012],[-4.612,57.008],[-4.605,57.005],[-4.6,57.005],[-4.602,57.002],[-4.598,56.999],[-4.592,56.997],[-4.588,56.995],[-4.577,56.995],[-4.573,56.991],[-4.568,56.989],[-4.566,56.987],[-4.574,56.981],[-4.576,56.976],[-4.575,56.97],[-4.578,56.97],[-4.578,56.966],[-4.591,56.962],[-4.588,56.96],[-4.59,56.955],[-4.597,56.954],[-4.601,56.951],[-4.594,56.948],[-4.589,56.948],[-4.59,56.95],[-4.588,56.953],[-4.582,56.953],[-4.578,56.949],[-4.569,56.949],[-4.563,56.948],[-4.558,56.949],[-4.541,56.948],[-4.534,56.944],[-4.527,56.944],[-4.522,56.946],[-4.506,56.949],[-4.504,56.949],[-4.498,56.949],[-4.499,56.946],[-4.507,56.941],[-4.515,56.938],[-4.518,56.935],[-4.523,56.932],[-4.533,56.93],[-4.541,56.929],[-4.548,56.924],[-4.551,56.923],[-4.553,56.92],[-4.561,56.918],[-4.56,56.915],[-4.555,56.913],[-4.558,56.908],[-4.562,56.905],[-4.564,56.902],[-4.567,56.9],[-4.57,56.897],[-4.572,56.892],[-4.576,56.888],[-4.574,56.886],[-4.578,56.883],[-4.578,56.881],[-4.575,56.878],[-4.567,56.878],[-4.564,56.877],[-4.559,56.878],[-4.555,56.878],[-4.552,56.875],[-4.553,56.873],[-4.553,56.866],[-4.555,56.863],[-4.56,56.86],[-4.557,56.854],[-4.559,56.851],[-4.565,56.847],[-4.572,56.844],[-4.574,56.842],[-4.581,56.84],[-4.574,56.839],[-4.565,56.839],[-4.563,56.832],[-4.556,56.829],[-4.551,56.831],[-4.547,56.83],[-4.547,56.827],[-4.541,56.825],[-4.538,56.825],[-4.534,56.828],[-4.532,56.831],[-4.526,56.834],[-4.517,56.834],[-4.508,56.834],[-4.518,56.829],[-4.516,56.821],[-4.514,56.818],[-4.522,56.817],[-4.523,56.816],[-4.531,56.813],[-4.534,56.81],[-4.529,56.806],[-4.535,56.802],[-4.532,56.796],[-4.53,56.798],[-4.529,56.801],[-4.521,56.805],[-4.511,56.803],[-4.494,56.795],[-4.492,56.794],[-4.484,56.792],[-4.48,56.788],[-4.474,56.782],[-4.467,56.777],[-4.463,56.779],[-4.453,56.777],[-4.442,56.774],[-4.435,56.777],[-4.422,56.791],[-4.415,56.798],[-4.393,56.815],[-4.385,56.824],[-4.379,56.826],[-4.374,56.832],[-4.364,56.83],[-4.352,56.827],[-4.343,56.821],[-4.331,56.824],[-4.331,56.834],[-4.33,56.837],[-4.326,56.839],[-4.324,56.841],[-4.319,56.841],[-4.312,56.843],[-4.311,56.847],[-4.303,56.852],[-4.295,56.853],[-4.29,56.851],[-4.279,56.85],[-4.273,56.851],[-4.261,56.857],[-4.259,56.854],[-4.253,56.853],[-4.234,56.858],[-4.228,56.858],[-4.226,56.863],[-4.223,56.863],[-4.218,56.868],[-4.215,56.87],[-4.208,56.869],[-4.204,56.87],[-4.199,56.87],[-4.2,56.874],[-4.192,56.877],[-4.201,56.882],[-4.204,56.885],[-4.199,56.89],[-4.2,56.894],[-4.195,56.898],[-4.189,56.901],[-4.186,56.904],[-4.187,56.906],[-4.184,56.908],[-4.179,56.909],[-4.174,56.912],[-4.174,56.909],[-4.168,56.905],[-4.165,56.906],[-4.156,56.904],[-4.145,56.9],[-4.14,56.9],[-4.136,56.897],[-4.131,56.898],[-4.127,56.899],[-4.116,56.895],[-4.101,56.895],[-4.088,56.894],[-4.081,56.894],[-4.078,56.897],[-4.07,56.894],[-4.055,56.896],[-4.054,56.897],[-4.044,56.898],[-4.039,56.897],[-4.034,56.901],[-4.031,56.897],[-4.025,56.893],[-4.022,56.889],[-4.015,56.891],[-4.013,56.893],[-4.012,56.898],[-4.009,56.898],[-4.002,56.897],[-4,56.894],[-4.001,56.893],[-3.999,56.89],[-3.988,56.892],[-3.977,56.895],[-3.974,56.898],[-3.968,56.899],[-3.966,56.906],[-3.962,56.91],[-3.965,56.911],[-3.964,56.914],[-3.971,56.918],[-3.969,56.923],[-3.967,56.925],[-3.969,56.929],[-3.965,56.933],[-3.966,56.935],[-3.959,56.936],[-3.954,56.938],[-3.954,56.942],[-3.951,56.947],[-3.945,56.946],[-3.939,56.949],[-3.937,56.946],[-3.939,56.942],[-3.936,56.936],[-3.932,56.935],[-3.926,56.933],[-3.92,56.934],[-3.912,56.931],[-3.9,56.932],[-3.901,56.927],[-3.901,56.925],[-3.894,56.923],[-3.887,56.927],[-3.883,56.925],[-3.877,56.925],[-3.872,56.923],[-3.867,56.926],[-3.855,56.923],[-3.853,56.925],[-3.843,56.927],[-3.839,56.931],[-3.835,56.933],[-3.832,56.936],[-3.824,56.938],[-3.822,56.938],[-3.817,56.934],[-3.809,56.936],[-3.802,56.936],[-3.8,56.939],[-3.8,56.943],[-3.798,56.947],[-3.793,56.949],[-3.791,56.952],[-3.791,56.957],[-3.788,56.963],[-3.782,56.966],[-3.777,56.967],[-3.772,56.969],[-3.77,56.972],[-3.762,56.974],[-3.758,56.977],[-3.758,56.987],[-3.751,56.991],[-3.748,56.993],[-3.748,57.001],[-3.749,57.003],[-3.747,57.014],[-3.744,57.017],[-3.75,57.02],[-3.75,57.026],[-3.754,57.033],[-3.753,57.034],[-3.757,57.038],[-3.751,57.042],[-3.75,57.045],[-3.742,57.049],[-3.733,57.057],[-3.743,57.057],[-3.747,57.058],[-3.753,57.062],[-3.758,57.069],[-3.756,57.072],[-3.752,57.073],[-3.75,57.076],[-3.735,57.076],[-3.73,57.077],[-3.726,57.08],[-3.715,57.079],[-3.712,57.081],[-3.709,57.088],[-3.705,57.09],[-3.698,57.09],[-3.695,57.091],[-3.684,57.093],[-3.68,57.088],[-3.674,57.084],[-3.677,57.081],[-3.673,57.078],[-3.666,57.076],[-3.669,57.07],[-3.665,57.068],[-3.657,57.069],[-3.655,57.074],[-3.652,57.076],[-3.654,57.081],[-3.648,57.084],[-3.647,57.088],[-3.639,57.087],[-3.633,57.086],[-3.63,57.088],[-3.624,57.088],[-3.62,57.09],[-3.616,57.088],[-3.615,57.087],[-3.611,57.085],[-3.605,57.087],[-3.594,57.084],[-3.59,57.085],[-3.589,57.088],[-3.583,57.092],[-3.576,57.094],[-3.569,57.096],[-3.564,57.095],[-3.558,57.096],[-3.557,57.092],[-3.561,57.086],[-3.559,57.083],[-3.553,57.083],[-3.544,57.085],[-3.541,57.086],[-3.538,57.091],[-3.531,57.09],[-3.526,57.088],[-3.521,57.088],[-3.517,57.086],[-3.507,57.089],[-3.5,57.088],[-3.493,57.089],[-3.488,57.091],[-3.486,57.095],[-3.479,57.094],[-3.478,57.092],[-3.468,57.092],[-3.463,57.093],[-3.46,57.092],[-3.448,57.093],[-3.443,57.095],[-3.441,57.098],[-3.433,57.1],[-3.432,57.103],[-3.423,57.105],[-3.417,57.105],[-3.415,57.1],[-3.41,57.098],[-3.404,57.099],[-3.396,57.101],[-3.384,57.098],[-3.378,57.098],[-3.374,57.1],[-3.369,57.1],[-3.365,57.103],[-3.361,57.108],[-3.356,57.11],[-3.352,57.109],[-3.336,57.111],[-3.335,57.113],[-3.328,57.118],[-3.328,57.123],[-3.324,57.125],[-3.322,57.131],[-3.327,57.135],[-3.336,57.137],[-3.333,57.14],[-3.334,57.143],[-3.349,57.148],[-3.349,57.152],[-3.342,57.155],[-3.342,57.157],[-3.353,57.16],[-3.357,57.167],[-3.358,57.172],[-3.354,57.178],[-3.345,57.182],[-3.328,57.189],[-3.322,57.189],[-3.314,57.192],[-3.298,57.193],[-3.296,57.194],[-3.284,57.193],[-3.28,57.191],[-3.277,57.197],[-3.275,57.2],[-3.264,57.203],[-3.258,57.2],[-3.248,57.201],[-3.243,57.202],[-3.24,57.206],[-3.247,57.21],[-3.249,57.213],[-3.246,57.215],[-3.244,57.221],[-3.235,57.223],[-3.239,57.228],[-3.235,57.233],[-3.229,57.238],[-3.224,57.239],[-3.226,57.242],[-3.219,57.25],[-3.213,57.252],[-3.209,57.256],[-3.202,57.255],[-3.196,57.255],[-3.188,57.263],[-3.185,57.263],[-3.165,57.262],[-3.16,57.264],[-3.157,57.267],[-3.153,57.268],[-3.146,57.273],[-3.143,57.278],[-3.137,57.278],[-3.128,57.276],[-3.127,57.279],[-3.119,57.282],[-3.115,57.28],[-3.11,57.277],[-3.104,57.279],[-3.103,57.281],[-3.092,57.284],[-3.09,57.282],[-3.078,57.281],[-3.073,57.282],[-3.067,57.281],[-3.066,57.277],[-3.057,57.276],[-3.054,57.275],[-3.046,57.277],[-3.042,57.278],[-3.038,57.274],[-3.032,57.273],[-3.03,57.267],[-3.025,57.263],[-3.019,57.262],[-3.018,57.266],[-3.011,57.268],[-3.006,57.27],[-2.998,57.272],[-2.99,57.274],[-2.988,57.278],[-2.984,57.278],[-2.982,57.282],[-2.976,57.285],[-2.973,57.289],[-2.977,57.297],[-2.973,57.303],[-2.962,57.313],[-2.954,57.316],[-2.955,57.318],[-2.962,57.32],[-2.966,57.322],[-2.969,57.327],[-2.972,57.328],[-2.974,57.339],[-2.97,57.342],[-2.97,57.351],[-2.973,57.354],[-2.978,57.357],[-2.984,57.363],[-2.98,57.365],[-2.975,57.37],[-2.969,57.371],[-2.957,57.376],[-2.955,57.378],[-2.962,57.382],[-2.968,57.383],[-2.978,57.388],[-2.986,57.393],[-2.985,57.396],[-2.989,57.399],[-2.996,57.398],[-3,57.4],[-3.003,57.403],[-3.011,57.403],[-3.024,57.405],[-3.019,57.408],[-3.018,57.413],[-3.007,57.421],[-2.991,57.424],[-2.982,57.427],[-2.969,57.434],[-2.958,57.438],[-2.955,57.44],[-2.965,57.44],[-2.975,57.442],[-2.991,57.44],[-2.996,57.444],[-3.011,57.443],[-3.02,57.45],[-3.012,57.453],[-3.011,57.456],[-3.013,57.46],[-3.011,57.462],[-3.006,57.463],[-3.002,57.465],[-2.996,57.467],[-2.992,57.471],[-2.99,57.472],[-2.986,57.478],[-2.987,57.483],[-2.98,57.486],[-2.971,57.493],[-2.973,57.496],[-2.97,57.497],[-2.973,57.503],[-2.982,57.505],[-2.992,57.508],[-2.991,57.512],[-2.995,57.515],[-2.995,57.52],[-2.996,57.525],[-3.001,57.529],[-3.006,57.53],[-3.008,57.529],[-3.014,57.531],[-3.028,57.532],[-3.03,57.534],[-3.028,57.539],[-3.031,57.545],[-3.025,57.547],[-3.022,57.551],[-3.027,57.557],[-3.026,57.56],[-3.018,57.564],[-3.033,57.574],[-3.069,57.577],[-3.081,57.577],[-3.096,57.573],[-3.102,57.574],[-3.104,57.579],[-3.11,57.592],[-3.115,57.593],[-3.115,57.595],[-3.118,57.597],[-3.113,57.601],[-3.108,57.602],[-3.106,57.604],[-3.11,57.607],[-3.112,57.611],[-3.105,57.615],[-3.107,57.62],[-3.104,57.623],[-3.097,57.627],[-3.097,57.629],[-3.1,57.631],[-3.108,57.633],[-3.108,57.635],[-3.103,57.635],[-3.1,57.637],[-3.101,57.644],[-3.096,57.644],[-3.094,57.647],[-3.094,57.65],[-3.097,57.651],[-3.102,57.653],[-3.101,57.657],[-3.104,57.66],[-3.096,57.664],[-3.099,57.667],[-3.099,57.669],[-3.093,57.671]]]},"properties":{"Name":"Moray West, Nairn and Strathspey","ID":"S14000098"},"id":581}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.572,55.287],[-5.579,55.284],[-5.587,55.286],[-5.594,55.284],[-5.598,55.279],[-5.593,55.276],[-5.582,55.276],[-5.58,55.278],[-5.569,55.278],[-5.565,55.281],[-5.566,55.284],[-5.57,55.285],[-5.572,55.287]]],[[[-5.57,55.29],[-5.569,55.291],[-5.572,55.294],[-5.575,55.293],[-5.573,55.29],[-5.57,55.29]]],[[[-5.539,55.427],[-5.542,55.429],[-5.552,55.424],[-5.548,55.422],[-5.542,55.421],[-5.536,55.423],[-5.539,55.427]]],[[[-6.134,55.621],[-6.142,55.62],[-6.145,55.618],[-6.15,55.618],[-6.153,55.615],[-6.152,55.614],[-6.142,55.613],[-6.142,55.616],[-6.139,55.618],[-6.136,55.618],[-6.132,55.62],[-6.134,55.621]]],[[[-5.747,55.639],[-5.75,55.639],[-5.753,55.637],[-5.758,55.631],[-5.756,55.627],[-5.751,55.625],[-5.745,55.638],[-5.747,55.639]]],[[[-5.739,55.652],[-5.744,55.65],[-5.741,55.648],[-5.739,55.652]]],[[[-6.088,55.644],[-6.093,55.639],[-6.084,55.639],[-6.083,55.643],[-6.088,55.644]]],[[[-6.513,55.677],[-6.516,55.676],[-6.516,55.672],[-6.514,55.671],[-6.506,55.672],[-6.513,55.677]]],[[[-6.517,55.683],[-6.521,55.68],[-6.514,55.679],[-6.517,55.683]]],[[[-5.722,55.729],[-5.726,55.729],[-5.728,55.725],[-5.732,55.723],[-5.736,55.725],[-5.739,55.725],[-5.744,55.72],[-5.741,55.718],[-5.736,55.723],[-5.734,55.72],[-5.736,55.717],[-5.736,55.714],[-5.739,55.711],[-5.737,55.707],[-5.742,55.707],[-5.746,55.709],[-5.749,55.701],[-5.757,55.693],[-5.761,55.69],[-5.761,55.689],[-5.765,55.686],[-5.765,55.684],[-5.77,55.679],[-5.774,55.677],[-5.775,55.673],[-5.771,55.67],[-5.77,55.668],[-5.76,55.669],[-5.759,55.667],[-5.761,55.662],[-5.766,55.66],[-5.769,55.655],[-5.761,55.651],[-5.764,55.649],[-5.764,55.646],[-5.759,55.646],[-5.755,55.648],[-5.755,55.65],[-5.751,55.654],[-5.742,55.659],[-5.734,55.659],[-5.729,55.667],[-5.731,55.669],[-5.737,55.668],[-5.736,55.671],[-5.738,55.673],[-5.737,55.677],[-5.73,55.68],[-5.727,55.68],[-5.727,55.683],[-5.722,55.683],[-5.719,55.684],[-5.722,55.686],[-5.726,55.684],[-5.733,55.683],[-5.734,55.684],[-5.733,55.687],[-5.73,55.689],[-5.73,55.695],[-5.724,55.698],[-5.726,55.704],[-5.732,55.705],[-5.733,55.706],[-5.731,55.711],[-5.724,55.713],[-5.723,55.715],[-5.714,55.718],[-5.714,55.721],[-5.716,55.724],[-5.721,55.725],[-5.722,55.729]]],[[[-5.16,55.805],[-5.165,55.804],[-5.167,55.802],[-5.168,55.791],[-5.166,55.79],[-5.164,55.782],[-5.158,55.777],[-5.152,55.779],[-5.152,55.781],[-5.148,55.782],[-5.147,55.785],[-5.149,55.788],[-5.152,55.789],[-5.153,55.793],[-5.156,55.797],[-5.159,55.805],[-5.16,55.805]]],[[[-5.99,55.789],[-5.994,55.791],[-5.995,55.788],[-5.992,55.787],[-5.99,55.789]]],[[[-6.034,55.791],[-6.035,55.792],[-6.04,55.794],[-6.04,55.791],[-6.034,55.791]]],[[[-5.936,55.834],[-5.929,55.841],[-5.933,55.84],[-5.936,55.837],[-5.936,55.834]]],[[[-5.183,55.925],[-5.187,55.926],[-5.189,55.923],[-5.19,55.921],[-5.196,55.918],[-5.198,55.914],[-5.201,55.914],[-5.21,55.91],[-5.212,55.906],[-5.218,55.904],[-5.221,55.901],[-5.22,55.9],[-5.215,55.9],[-5.211,55.892],[-5.213,55.887],[-5.211,55.883],[-5.207,55.883],[-5.202,55.879],[-5.198,55.873],[-5.192,55.867],[-5.183,55.864],[-5.177,55.86],[-5.169,55.852],[-5.161,55.85],[-5.155,55.847],[-5.146,55.852],[-5.136,55.849],[-5.129,55.845],[-5.127,55.842],[-5.129,55.84],[-5.136,55.838],[-5.139,55.836],[-5.141,55.826],[-5.141,55.819],[-5.14,55.815],[-5.143,55.813],[-5.136,55.811],[-5.135,55.808],[-5.132,55.81],[-5.127,55.809],[-5.125,55.803],[-5.123,55.801],[-5.124,55.795],[-5.128,55.793],[-5.129,55.791],[-5.128,55.788],[-5.124,55.785],[-5.125,55.782],[-5.121,55.78],[-5.122,55.776],[-5.12,55.772],[-5.117,55.772],[-5.104,55.779],[-5.098,55.78],[-5.094,55.778],[-5.095,55.776],[-5.089,55.77],[-5.084,55.768],[-5.079,55.768],[-5.076,55.767],[-5.074,55.764],[-5.072,55.762],[-5.067,55.763],[-5.061,55.759],[-5.062,55.755],[-5.06,55.75],[-5.062,55.748],[-5.057,55.745],[-5.055,55.743],[-5.057,55.741],[-5.05,55.737],[-5.054,55.733],[-5.049,55.732],[-5.039,55.727],[-5.039,55.725],[-5.033,55.722],[-5.028,55.722],[-5.025,55.724],[-5.02,55.726],[-5.019,55.728],[-5.013,55.728],[-5.008,55.727],[-5.01,55.73],[-5.004,55.732],[-5.007,55.741],[-5.012,55.746],[-5.022,55.749],[-5.032,55.754],[-5.032,55.757],[-5.029,55.76],[-5.022,55.763],[-5.017,55.764],[-5.009,55.764],[-5.003,55.767],[-5.001,55.77],[-5.002,55.775],[-5.006,55.777],[-5.007,55.78],[-5.013,55.788],[-5.013,55.798],[-5.016,55.799],[-5.018,55.806],[-5.022,55.809],[-5.021,55.814],[-5.024,55.818],[-5.023,55.822],[-5.022,55.825],[-5.025,55.827],[-5.024,55.832],[-5.025,55.835],[-5.024,55.841],[-5.025,55.844],[-5.028,55.845],[-5.037,55.845],[-5.046,55.842],[-5.052,55.838],[-5.059,55.839],[-5.062,55.841],[-5.063,55.848],[-5.062,55.858],[-5.067,55.859],[-5.072,55.861],[-5.078,55.861],[-5.082,55.86],[-5.091,55.861],[-5.092,55.863],[-5.092,55.866],[-5.087,55.867],[-5.075,55.874],[-5.077,55.88],[-5.08,55.882],[-5.087,55.882],[-5.092,55.884],[-5.096,55.888],[-5.106,55.89],[-5.113,55.892],[-5.121,55.897],[-5.139,55.906],[-5.148,55.913],[-5.154,55.915],[-5.158,55.921],[-5.161,55.922],[-5.169,55.921],[-5.174,55.922],[-5.177,55.925],[-5.183,55.925]]],[[[-5.734,55.916],[-5.738,55.916],[-5.739,55.913],[-5.734,55.913],[-5.734,55.916]]],[[[-6.329,55.903],[-6.333,55.903],[-6.344,55.899],[-6.343,55.896],[-6.338,55.896],[-6.328,55.902],[-6.329,55.903]]],[[[-6.127,55.938],[-6.131,55.937],[-6.134,55.937],[-6.142,55.933],[-6.163,55.933],[-6.167,55.929],[-6.174,55.926],[-6.187,55.926],[-6.191,55.925],[-6.197,55.925],[-6.204,55.922],[-6.207,55.919],[-6.208,55.915],[-6.215,55.912],[-6.219,55.913],[-6.224,55.91],[-6.226,55.908],[-6.234,55.902],[-6.238,55.901],[-6.24,55.899],[-6.255,55.893],[-6.264,55.891],[-6.269,55.888],[-6.267,55.887],[-6.269,55.883],[-6.277,55.879],[-6.279,55.877],[-6.284,55.877],[-6.298,55.875],[-6.311,55.875],[-6.316,55.873],[-6.307,55.867],[-6.309,55.858],[-6.317,55.854],[-6.321,55.849],[-6.32,55.842],[-6.328,55.836],[-6.328,55.833],[-6.324,55.83],[-6.324,55.825],[-6.33,55.824],[-6.334,55.825],[-6.337,55.825],[-6.341,55.829],[-6.346,55.835],[-6.345,55.841],[-6.342,55.844],[-6.342,55.846],[-6.339,55.852],[-6.337,55.854],[-6.337,55.857],[-6.339,55.861],[-6.337,55.869],[-6.326,55.879],[-6.322,55.886],[-6.325,55.891],[-6.332,55.892],[-6.346,55.885],[-6.351,55.88],[-6.356,55.88],[-6.356,55.876],[-6.362,55.876],[-6.371,55.875],[-6.376,55.87],[-6.38,55.87],[-6.385,55.867],[-6.389,55.861],[-6.394,55.857],[-6.407,55.857],[-6.413,55.855],[-6.417,55.854],[-6.423,55.857],[-6.423,55.859],[-6.428,55.861],[-6.431,55.858],[-6.434,55.859],[-6.436,55.856],[-6.439,55.855],[-6.443,55.856],[-6.455,55.852],[-6.456,55.849],[-6.454,55.844],[-6.458,55.843],[-6.456,55.841],[-6.456,55.834],[-6.458,55.831],[-6.461,55.829],[-6.457,55.823],[-6.46,55.821],[-6.458,55.819],[-6.459,55.815],[-6.457,55.813],[-6.459,55.809],[-6.464,55.807],[-6.471,55.806],[-6.471,55.804],[-6.474,55.802],[-6.481,55.798],[-6.486,55.792],[-6.482,55.789],[-6.478,55.788],[-6.476,55.787],[-6.467,55.786],[-6.462,55.787],[-6.457,55.783],[-6.456,55.773],[-6.46,55.77],[-6.459,55.769],[-6.469,55.762],[-6.469,55.759],[-6.47,55.756],[-6.466,55.753],[-6.464,55.75],[-6.471,55.751],[-6.473,55.749],[-6.482,55.747],[-6.487,55.743],[-6.488,55.74],[-6.496,55.737],[-6.498,55.734],[-6.498,55.732],[-6.505,55.722],[-6.506,55.719],[-6.504,55.717],[-6.5,55.717],[-6.494,55.716],[-6.493,55.713],[-6.499,55.71],[-6.5,55.706],[-6.506,55.704],[-6.509,55.702],[-6.516,55.698],[-6.517,55.696],[-6.525,55.693],[-6.521,55.689],[-6.517,55.689],[-6.513,55.684],[-6.514,55.682],[-6.51,55.68],[-6.51,55.677],[-6.501,55.675],[-6.494,55.672],[-6.489,55.672],[-6.482,55.673],[-6.482,55.674],[-6.477,55.676],[-6.473,55.68],[-6.465,55.682],[-6.457,55.687],[-6.455,55.687],[-6.45,55.69],[-6.446,55.69],[-6.441,55.692],[-6.434,55.695],[-6.424,55.701],[-6.415,55.706],[-6.412,55.711],[-6.406,55.714],[-6.397,55.721],[-6.395,55.724],[-6.389,55.728],[-6.383,55.733],[-6.382,55.736],[-6.377,55.738],[-6.378,55.741],[-6.373,55.745],[-6.371,55.751],[-6.369,55.753],[-6.368,55.757],[-6.367,55.758],[-6.362,55.763],[-6.362,55.765],[-6.357,55.769],[-6.357,55.771],[-6.353,55.775],[-6.352,55.78],[-6.347,55.784],[-6.326,55.787],[-6.317,55.786],[-6.308,55.783],[-6.302,55.783],[-6.301,55.785],[-6.296,55.785],[-6.291,55.784],[-6.284,55.782],[-6.277,55.782],[-6.276,55.783],[-6.271,55.783],[-6.263,55.784],[-6.26,55.783],[-6.26,55.781],[-6.253,55.777],[-6.251,55.775],[-6.255,55.771],[-6.259,55.771],[-6.261,55.769],[-6.262,55.764],[-6.265,55.764],[-6.274,55.761],[-6.281,55.76],[-6.286,55.758],[-6.294,55.757],[-6.305,55.748],[-6.308,55.748],[-6.314,55.749],[-6.317,55.745],[-6.324,55.743],[-6.327,55.744],[-6.333,55.741],[-6.331,55.739],[-6.333,55.733],[-6.339,55.73],[-6.337,55.728],[-6.336,55.724],[-6.338,55.722],[-6.34,55.717],[-6.334,55.716],[-6.331,55.714],[-6.323,55.717],[-6.318,55.717],[-6.312,55.716],[-6.302,55.712],[-6.291,55.705],[-6.285,55.699],[-6.283,55.698],[-6.276,55.691],[-6.27,55.682],[-6.27,55.68],[-6.268,55.678],[-6.263,55.667],[-6.26,55.658],[-6.262,55.656],[-6.267,55.654],[-6.269,55.651],[-6.273,55.65],[-6.279,55.651],[-6.286,55.651],[-6.297,55.65],[-6.301,55.65],[-6.304,55.647],[-6.309,55.646],[-6.309,55.643],[-6.313,55.639],[-6.315,55.639],[-6.316,55.635],[-6.321,55.633],[-6.322,55.628],[-6.325,55.627],[-6.331,55.618],[-6.33,55.614],[-6.331,55.611],[-6.328,55.611],[-6.33,55.608],[-6.333,55.605],[-6.331,55.603],[-6.334,55.599],[-6.334,55.594],[-6.338,55.592],[-6.334,55.59],[-6.328,55.588],[-6.32,55.589],[-6.313,55.589],[-6.312,55.582],[-6.305,55.584],[-6.295,55.58],[-6.286,55.581],[-6.282,55.58],[-6.278,55.581],[-6.272,55.58],[-6.267,55.58],[-6.262,55.587],[-6.257,55.589],[-6.25,55.591],[-6.241,55.592],[-6.238,55.595],[-6.234,55.597],[-6.236,55.601],[-6.231,55.606],[-6.227,55.606],[-6.224,55.609],[-6.223,55.611],[-6.216,55.618],[-6.213,55.62],[-6.22,55.627],[-6.218,55.63],[-6.209,55.631],[-6.204,55.633],[-6.194,55.633],[-6.188,55.629],[-6.184,55.629],[-6.185,55.627],[-6.189,55.625],[-6.183,55.624],[-6.178,55.625],[-6.168,55.628],[-6.166,55.63],[-6.161,55.63],[-6.158,55.628],[-6.15,55.629],[-6.149,55.626],[-6.141,55.627],[-6.137,55.629],[-6.137,55.631],[-6.128,55.632],[-6.131,55.634],[-6.124,55.636],[-6.121,55.634],[-6.113,55.637],[-6.11,55.639],[-6.105,55.641],[-6.103,55.64],[-6.092,55.646],[-6.086,55.645],[-6.081,55.641],[-6.077,55.642],[-6.073,55.644],[-6.075,55.646],[-6.071,55.649],[-6.074,55.652],[-6.072,55.654],[-6.078,55.658],[-6.077,55.66],[-6.072,55.664],[-6.067,55.663],[-6.065,55.659],[-6.06,55.661],[-6.058,55.66],[-6.053,55.662],[-6.058,55.665],[-6.05,55.672],[-6.045,55.672],[-6.041,55.677],[-6.038,55.674],[-6.032,55.675],[-6.025,55.679],[-6.024,55.682],[-6.02,55.685],[-6.028,55.685],[-6.023,55.688],[-6.026,55.691],[-6.023,55.694],[-6.028,55.695],[-6.033,55.693],[-6.036,55.695],[-6.031,55.701],[-6.035,55.701],[-6.039,55.704],[-6.04,55.71],[-6.036,55.713],[-6.037,55.715],[-6.032,55.718],[-6.03,55.725],[-6.031,55.729],[-6.041,55.731],[-6.048,55.734],[-6.05,55.737],[-6.05,55.739],[-6.053,55.742],[-6.048,55.752],[-6.049,55.754],[-6.047,55.759],[-6.047,55.764],[-6.052,55.766],[-6.055,55.769],[-6.06,55.772],[-6.062,55.774],[-6.066,55.776],[-6.07,55.777],[-6.075,55.779],[-6.082,55.781],[-6.084,55.783],[-6.086,55.788],[-6.089,55.789],[-6.092,55.792],[-6.092,55.799],[-6.097,55.803],[-6.101,55.81],[-6.104,55.813],[-6.106,55.819],[-6.102,55.825],[-6.104,55.826],[-6.103,55.829],[-6.105,55.834],[-6.105,55.836],[-6.101,55.84],[-6.103,55.843],[-6.104,55.849],[-6.106,55.85],[-6.106,55.853],[-6.109,55.855],[-6.109,55.862],[-6.112,55.866],[-6.113,55.87],[-6.116,55.872],[-6.118,55.877],[-6.12,55.882],[-6.124,55.883],[-6.13,55.886],[-6.132,55.89],[-6.131,55.896],[-6.128,55.897],[-6.128,55.899],[-6.125,55.906],[-6.126,55.908],[-6.123,55.912],[-6.124,55.914],[-6.12,55.922],[-6.122,55.927],[-6.12,55.934],[-6.122,55.937],[-6.127,55.938]]],[[[-5.675,55.953],[-5.681,55.954],[-5.688,55.956],[-5.693,55.956],[-5.697,55.955],[-5.702,55.95],[-5.702,55.946],[-5.706,55.939],[-5.7,55.935],[-5.694,55.933],[-5.689,55.935],[-5.676,55.95],[-5.675,55.953]]],[[[-5.603,56.011],[-5.607,56.007],[-5.605,56.006],[-5.6,56.009],[-5.603,56.011]]],[[[-6.264,56.004],[-6.27,56.003],[-6.262,55.998],[-6.257,55.999],[-6.26,56.002],[-6.264,56.004]]],[[[-5.658,56.027],[-5.661,56.027],[-5.664,56.024],[-5.66,56.023],[-5.658,56.027]]],[[[-6.271,56.018],[-6.278,56.018],[-6.276,56.016],[-6.27,56.015],[-6.263,56.016],[-6.265,56.018],[-6.271,56.018]]],[[[-6.219,56.027],[-6.22,56.028],[-6.227,56.028],[-6.235,56.025],[-6.239,56.027],[-6.247,56.027],[-6.254,56.026],[-6.257,56.025],[-6.269,56.024],[-6.273,56.02],[-6.266,56.019],[-6.26,56.019],[-6.26,56.016],[-6.255,56.015],[-6.252,56.011],[-6.256,56.01],[-6.255,56.006],[-6.259,56.005],[-6.254,56.001],[-6.244,56.005],[-6.237,56.007],[-6.233,56.013],[-6.234,56.016],[-6.231,56.019],[-6.223,56.02],[-6.219,56.019],[-6.214,56.022],[-6.21,56.022],[-6.211,56.027],[-6.219,56.027]]],[[[-5.607,56.124],[-5.612,56.124],[-5.613,56.12],[-5.609,56.121],[-5.607,56.124]]],[[[-5.556,56.142],[-5.562,56.141],[-5.569,56.135],[-5.571,56.131],[-5.566,56.131],[-5.56,56.134],[-5.557,56.137],[-5.556,56.142]]],[[[-6.147,56.133],[-6.149,56.13],[-6.158,56.126],[-6.158,56.125],[-6.164,56.125],[-6.178,56.12],[-6.181,56.118],[-6.181,56.115],[-6.177,56.113],[-6.179,56.11],[-6.175,56.107],[-6.18,56.104],[-6.186,56.102],[-6.191,56.104],[-6.193,56.106],[-6.198,56.106],[-6.2,56.108],[-6.205,56.108],[-6.208,56.106],[-6.214,56.105],[-6.211,56.101],[-6.218,56.099],[-6.222,56.098],[-6.226,56.097],[-6.228,56.093],[-6.234,56.094],[-6.238,56.088],[-6.242,56.087],[-6.249,56.081],[-6.249,56.074],[-6.241,56.073],[-6.249,56.07],[-6.248,56.068],[-6.25,56.066],[-6.247,56.064],[-6.248,56.062],[-6.256,56.06],[-6.258,56.056],[-6.248,56.055],[-6.258,56.053],[-6.255,56.049],[-6.26,56.047],[-6.269,56.045],[-6.268,56.042],[-6.27,56.04],[-6.279,56.039],[-6.279,56.036],[-6.275,56.035],[-6.269,56.036],[-6.258,56.042],[-6.251,56.043],[-6.246,56.045],[-6.243,56.044],[-6.243,56.041],[-6.253,56.036],[-6.246,56.034],[-6.243,56.035],[-6.237,56.033],[-6.229,56.034],[-6.231,56.037],[-6.226,56.039],[-6.221,56.04],[-6.219,56.039],[-6.218,56.035],[-6.221,56.033],[-6.22,56.03],[-6.217,56.028],[-6.205,56.032],[-6.197,56.036],[-6.194,56.037],[-6.189,56.042],[-6.185,56.044],[-6.185,56.046],[-6.189,56.047],[-6.182,56.052],[-6.191,56.057],[-6.19,56.059],[-6.197,56.061],[-6.192,56.063],[-6.184,56.065],[-6.181,56.067],[-6.186,56.068],[-6.182,56.073],[-6.177,56.075],[-6.174,56.075],[-6.168,56.078],[-6.167,56.082],[-6.164,56.085],[-6.163,56.091],[-6.159,56.092],[-6.159,56.095],[-6.156,56.098],[-6.152,56.1],[-6.15,56.103],[-6.151,56.105],[-6.146,56.106],[-6.144,56.108],[-6.144,56.111],[-6.143,56.114],[-6.134,56.12],[-6.133,56.122],[-6.14,56.123],[-6.14,56.124],[-6.138,56.127],[-6.142,56.128],[-6.146,56.131],[-6.147,56.133]]],[[[-5.62,56.152],[-5.625,56.15],[-5.622,56.147],[-5.62,56.152]]],[[[-5.709,56.15],[-5.712,56.148],[-5.721,56.148],[-5.724,56.146],[-5.723,56.143],[-5.718,56.14],[-5.725,56.14],[-5.73,56.142],[-5.737,56.141],[-5.738,56.139],[-5.745,56.138],[-5.749,56.135],[-5.746,56.132],[-5.747,56.13],[-5.753,56.128],[-5.756,56.126],[-5.754,56.124],[-5.757,56.122],[-5.762,56.124],[-5.771,56.121],[-5.772,56.118],[-5.774,56.117],[-5.778,56.117],[-5.785,56.108],[-5.79,56.108],[-5.791,56.111],[-5.797,56.113],[-5.805,56.109],[-5.803,56.107],[-5.804,56.103],[-5.811,56.103],[-5.813,56.101],[-5.818,56.101],[-5.823,56.096],[-5.821,56.09],[-5.823,56.089],[-5.836,56.089],[-5.842,56.085],[-5.845,56.083],[-5.857,56.079],[-5.863,56.079],[-5.872,56.075],[-5.88,56.069],[-5.886,56.067],[-5.888,56.068],[-5.894,56.066],[-5.903,56.061],[-5.905,56.055],[-5.91,56.054],[-5.915,56.05],[-5.92,56.048],[-5.927,56.047],[-5.932,56.044],[-5.94,56.041],[-5.945,56.038],[-5.95,56.038],[-5.955,56.034],[-5.956,56.032],[-5.961,56.03],[-5.964,56.027],[-5.963,56.026],[-5.966,56.021],[-5.964,56.017],[-5.965,56.015],[-5.971,56.014],[-5.976,56.012],[-5.977,56.008],[-5.982,56.006],[-5.99,56],[-5.993,55.995],[-5.998,55.992],[-6.002,55.986],[-6,55.983],[-6,55.98],[-6.002,55.979],[-6.003,55.974],[-5.998,55.974],[-5.994,55.976],[-5.99,55.974],[-5.988,55.972],[-5.98,55.97],[-5.977,55.971],[-5.972,55.97],[-5.971,55.966],[-5.967,55.965],[-5.961,55.968],[-5.959,55.968],[-5.951,55.965],[-5.95,55.963],[-5.942,55.963],[-5.938,55.961],[-5.93,55.964],[-5.925,55.962],[-5.921,55.969],[-5.918,55.971],[-5.917,55.974],[-5.913,55.974],[-5.906,55.973],[-5.903,55.977],[-5.895,55.974],[-5.894,55.976],[-5.897,55.979],[-5.894,55.982],[-5.891,55.982],[-5.89,55.978],[-5.885,55.98],[-5.889,55.971],[-5.882,55.97],[-5.88,55.974],[-5.869,55.976],[-5.864,55.98],[-5.856,55.989],[-5.851,55.988],[-5.854,55.985],[-5.852,55.982],[-5.852,55.979],[-5.856,55.977],[-5.859,55.977],[-5.863,55.974],[-5.866,55.976],[-5.872,55.974],[-5.874,55.972],[-5.879,55.972],[-5.885,55.965],[-5.887,55.969],[-5.893,55.965],[-5.898,55.965],[-5.899,55.964],[-5.906,55.96],[-5.91,55.96],[-5.913,55.959],[-5.916,55.956],[-5.92,55.957],[-5.925,55.959],[-5.93,55.959],[-5.935,55.958],[-5.936,55.956],[-5.94,55.955],[-5.947,55.954],[-5.954,55.956],[-5.959,55.956],[-5.964,55.953],[-5.979,55.949],[-5.984,55.95],[-5.986,55.952],[-5.995,55.95],[-5.998,55.951],[-6,55.953],[-6.007,55.951],[-6.011,55.948],[-6.017,55.947],[-6.026,55.947],[-6.033,55.942],[-6.043,55.939],[-6.047,55.935],[-6.055,55.929],[-6.055,55.928],[-6.061,55.923],[-6.063,55.922],[-6.065,55.916],[-6.072,55.91],[-6.074,55.906],[-6.087,55.9],[-6.088,55.896],[-6.092,55.892],[-6.092,55.887],[-6.094,55.883],[-6.092,55.881],[-6.095,55.873],[-6.097,55.872],[-6.092,55.866],[-6.086,55.863],[-6.088,55.855],[-6.09,55.853],[-6.09,55.849],[-6.091,55.847],[-6.086,55.84],[-6.088,55.835],[-6.086,55.83],[-6.082,55.827],[-6.081,55.823],[-6.081,55.822],[-6.078,55.817],[-6.074,55.815],[-6.072,55.812],[-6.066,55.808],[-6.065,55.806],[-6.055,55.803],[-6.051,55.803],[-6.042,55.802],[-6.037,55.799],[-6.035,55.797],[-6.028,55.795],[-6.014,55.798],[-6.002,55.797],[-5.998,55.795],[-5.991,55.794],[-5.984,55.796],[-5.98,55.795],[-5.978,55.792],[-5.975,55.793],[-5.967,55.794],[-5.964,55.792],[-5.96,55.799],[-5.957,55.802],[-5.959,55.804],[-5.956,55.809],[-5.951,55.812],[-5.954,55.815],[-5.953,55.817],[-5.945,55.823],[-5.943,55.823],[-5.943,55.83],[-5.946,55.831],[-5.951,55.835],[-5.951,55.837],[-5.944,55.847],[-5.945,55.85],[-5.943,55.854],[-5.942,55.857],[-5.937,55.867],[-5.93,55.87],[-5.923,55.872],[-5.913,55.872],[-5.907,55.871],[-5.905,55.868],[-5.902,55.867],[-5.895,55.872],[-5.899,55.873],[-5.895,55.877],[-5.9,55.881],[-5.9,55.884],[-5.897,55.89],[-5.892,55.892],[-5.888,55.893],[-5.882,55.892],[-5.881,55.889],[-5.882,55.884],[-5.875,55.888],[-5.875,55.891],[-5.878,55.894],[-5.878,55.897],[-5.874,55.9],[-5.877,55.902],[-5.876,55.905],[-5.874,55.909],[-5.869,55.913],[-5.868,55.917],[-5.863,55.919],[-5.861,55.922],[-5.853,55.928],[-5.851,55.932],[-5.851,55.934],[-5.848,55.937],[-5.851,55.939],[-5.849,55.945],[-5.844,55.948],[-5.838,55.955],[-5.838,55.959],[-5.834,55.968],[-5.836,55.97],[-5.832,55.971],[-5.831,55.968],[-5.827,55.969],[-5.824,55.972],[-5.82,55.973],[-5.817,55.978],[-5.815,55.979],[-5.809,55.99],[-5.809,55.993],[-5.804,55.999],[-5.797,56.005],[-5.795,56.011],[-5.791,56.014],[-5.788,56.013],[-5.784,56.016],[-5.782,56.014],[-5.777,56.016],[-5.775,56.02],[-5.772,56.021],[-5.769,56.025],[-5.768,56.03],[-5.763,56.032],[-5.761,56.035],[-5.756,56.039],[-5.758,56.041],[-5.752,56.05],[-5.739,56.065],[-5.734,56.068],[-5.731,56.073],[-5.727,56.074],[-5.725,56.079],[-5.72,56.081],[-5.716,56.086],[-5.712,56.089],[-5.708,56.095],[-5.706,56.096],[-5.698,56.101],[-5.698,56.105],[-5.694,56.108],[-5.69,56.109],[-5.688,56.111],[-5.688,56.114],[-5.691,56.12],[-5.694,56.121],[-5.693,56.124],[-5.688,56.124],[-5.687,56.129],[-5.692,56.129],[-5.693,56.134],[-5.692,56.137],[-5.697,56.144],[-5.704,56.149],[-5.709,56.15]]],[[[-5.551,56.163],[-5.558,56.163],[-5.561,56.157],[-5.559,56.157],[-5.556,56.16],[-5.551,56.163]]],[[[-5.528,56.166],[-5.535,56.165],[-5.544,56.16],[-5.546,56.153],[-5.551,56.151],[-5.556,56.147],[-5.549,56.146],[-5.54,56.154],[-5.541,56.156],[-5.535,56.161],[-5.531,56.163],[-5.528,56.166]]],[[[-5.546,56.166],[-5.541,56.171],[-5.533,56.175],[-5.528,56.18],[-5.531,56.18],[-5.536,56.178],[-5.541,56.175],[-5.546,56.17],[-5.549,56.165],[-5.546,56.166]]],[[[-5.689,56.2],[-5.693,56.197],[-5.703,56.197],[-5.704,56.195],[-5.71,56.194],[-5.711,56.193],[-5.717,56.193],[-5.727,56.19],[-5.731,56.186],[-5.732,56.181],[-5.737,56.177],[-5.743,56.178],[-5.748,56.176],[-5.75,56.171],[-5.752,56.17],[-5.748,56.165],[-5.749,56.164],[-5.744,56.161],[-5.737,56.16],[-5.734,56.16],[-5.729,56.159],[-5.718,56.159],[-5.715,56.161],[-5.711,56.16],[-5.708,56.161],[-5.701,56.16],[-5.695,56.162],[-5.694,56.163],[-5.683,56.17],[-5.68,56.167],[-5.676,56.168],[-5.672,56.168],[-5.67,56.171],[-5.672,56.177],[-5.675,56.178],[-5.676,56.18],[-5.679,56.183],[-5.679,56.187],[-5.676,56.192],[-5.681,56.193],[-5.684,56.197],[-5.689,56.2]]],[[[-5.57,56.206],[-5.568,56.208],[-5.57,56.21],[-5.574,56.206],[-5.57,56.206]]],[[[-5.722,56.21],[-5.725,56.206],[-5.719,56.207],[-5.719,56.209],[-5.722,56.21]]],[[[-5.609,56.229],[-5.612,56.226],[-5.615,56.219],[-5.617,56.217],[-5.619,56.209],[-5.615,56.206],[-5.612,56.206],[-5.613,56.203],[-5.611,56.195],[-5.607,56.197],[-5.593,56.204],[-5.59,56.204],[-5.589,56.207],[-5.59,56.21],[-5.593,56.213],[-5.59,56.217],[-5.593,56.223],[-5.596,56.227],[-5.599,56.226],[-5.603,56.229],[-5.607,56.228],[-5.609,56.229]]],[[[-5.801,56.223],[-5.798,56.227],[-5.8,56.229],[-5.813,56.222],[-5.819,56.216],[-5.815,56.217],[-5.801,56.223]]],[[[-5.711,56.235],[-5.714,56.233],[-5.718,56.234],[-5.724,56.233],[-5.727,56.228],[-5.725,56.227],[-5.716,56.228],[-5.71,56.235],[-5.711,56.235]]],[[[-5.692,56.23],[-5.69,56.235],[-5.694,56.235],[-5.697,56.23],[-5.699,56.228],[-5.698,56.225],[-5.701,56.221],[-5.707,56.218],[-5.712,56.219],[-5.713,56.215],[-5.715,56.212],[-5.711,56.208],[-5.701,56.212],[-5.701,56.208],[-5.698,56.206],[-5.698,56.202],[-5.686,56.203],[-5.686,56.204],[-5.69,56.208],[-5.695,56.21],[-5.691,56.219],[-5.693,56.228],[-5.692,56.23]]],[[[-5.665,56.24],[-5.667,56.237],[-5.664,56.236],[-5.662,56.239],[-5.665,56.24]]],[[[-5.719,56.239],[-5.723,56.236],[-5.718,56.235],[-5.716,56.238],[-5.719,56.239]]],[[[-5.78,56.238],[-5.786,56.237],[-5.791,56.233],[-5.789,56.232],[-5.783,56.234],[-5.78,56.238]]],[[[-5.751,56.246],[-5.75,56.248],[-5.752,56.25],[-5.766,56.248],[-5.775,56.244],[-5.778,56.239],[-5.775,56.237],[-5.772,56.237],[-5.764,56.241],[-5.753,56.242],[-5.751,56.246]]],[[[-5.609,56.266],[-5.618,56.262],[-5.622,56.256],[-5.626,56.254],[-5.625,56.252],[-5.621,56.25],[-5.612,56.251],[-5.612,56.253],[-5.608,56.256],[-5.607,56.259],[-5.609,56.266]]],[[[-5.639,56.271],[-5.643,56.267],[-5.648,56.264],[-5.651,56.261],[-5.654,56.254],[-5.655,56.25],[-5.651,56.247],[-5.654,56.24],[-5.66,56.233],[-5.662,56.228],[-5.661,56.226],[-5.666,56.219],[-5.661,56.217],[-5.657,56.217],[-5.656,56.215],[-5.66,56.214],[-5.655,56.21],[-5.65,56.209],[-5.651,56.207],[-5.649,56.202],[-5.65,56.199],[-5.648,56.195],[-5.643,56.191],[-5.637,56.19],[-5.634,56.188],[-5.631,56.189],[-5.632,56.192],[-5.63,56.193],[-5.629,56.199],[-5.631,56.203],[-5.63,56.206],[-5.634,56.208],[-5.63,56.214],[-5.631,56.218],[-5.629,56.224],[-5.627,56.224],[-5.627,56.23],[-5.623,56.233],[-5.621,56.239],[-5.618,56.243],[-5.619,56.249],[-5.629,56.252],[-5.63,56.255],[-5.634,56.255],[-5.632,56.258],[-5.633,56.259],[-5.63,56.262],[-5.632,56.267],[-5.637,56.271],[-5.639,56.271]]],[[[-6.292,56.268],[-6.291,56.269],[-6.295,56.271],[-6.296,56.268],[-6.292,56.268]]],[[[-5.656,56.294],[-5.662,56.294],[-5.662,56.291],[-5.653,56.29],[-5.654,56.292],[-5.656,56.294]]],[[[-6.35,56.275],[-6.356,56.275],[-6.349,56.272],[-6.345,56.274],[-6.35,56.275]]],[[[-6.383,56.294],[-6.389,56.292],[-6.386,56.29],[-6.383,56.294]]],[[[-5.663,56.317],[-5.666,56.316],[-5.669,56.317],[-5.673,56.315],[-5.677,56.311],[-5.675,56.308],[-5.671,56.309],[-5.67,56.312],[-5.666,56.315],[-5.662,56.315],[-5.663,56.317]]],[[[-6.373,56.301],[-6.377,56.299],[-6.376,56.296],[-6.379,56.293],[-6.385,56.291],[-6.386,56.288],[-6.379,56.286],[-6.376,56.289],[-6.372,56.286],[-6.362,56.284],[-6.359,56.288],[-6.356,56.293],[-6.354,56.299],[-6.361,56.299],[-6.366,56.301],[-6.373,56.301]]],[[[-5.582,56.32],[-5.581,56.323],[-5.583,56.325],[-5.589,56.322],[-5.59,56.32],[-5.595,56.319],[-5.597,56.317],[-5.6,56.316],[-5.601,56.313],[-5.606,56.313],[-5.608,56.31],[-5.612,56.311],[-5.606,56.315],[-5.611,56.316],[-5.613,56.319],[-5.62,56.321],[-5.629,56.316],[-5.633,56.315],[-5.638,56.313],[-5.645,56.305],[-5.649,56.302],[-5.647,56.3],[-5.654,56.297],[-5.648,56.293],[-5.642,56.294],[-5.635,56.291],[-5.633,56.289],[-5.637,56.285],[-5.637,56.281],[-5.634,56.279],[-5.637,56.275],[-5.633,56.27],[-5.627,56.266],[-5.623,56.265],[-5.615,56.271],[-5.61,56.277],[-5.606,56.279],[-5.602,56.278],[-5.599,56.28],[-5.601,56.283],[-5.602,56.287],[-5.6,56.29],[-5.609,56.293],[-5.607,56.298],[-5.6,56.3],[-5.598,56.299],[-5.59,56.302],[-5.591,56.305],[-5.588,56.308],[-5.588,56.31],[-5.585,56.313],[-5.582,56.32]]],[[[-6.365,56.339],[-6.372,56.338],[-6.369,56.335],[-6.365,56.339]]],[[[-6.386,56.35],[-6.39,56.35],[-6.391,56.348],[-6.397,56.347],[-6.402,56.348],[-6.404,56.346],[-6.408,56.346],[-6.417,56.341],[-6.427,56.339],[-6.431,56.334],[-6.423,56.329],[-6.422,56.325],[-6.425,56.324],[-6.425,56.321],[-6.429,56.321],[-6.437,56.317],[-6.44,56.316],[-6.445,56.314],[-6.44,56.31],[-6.434,56.309],[-6.432,56.308],[-6.428,56.309],[-6.422,56.307],[-6.419,56.308],[-6.412,56.313],[-6.409,56.313],[-6.399,56.322],[-6.393,56.328],[-6.392,56.331],[-6.386,56.335],[-6.385,56.338],[-6.385,56.342],[-6.384,56.347],[-6.381,56.349],[-6.386,56.35]]],[[[-5.499,56.426],[-5.501,56.422],[-5.505,56.418],[-5.51,56.418],[-5.514,56.414],[-5.527,56.411],[-5.53,56.413],[-5.535,56.413],[-5.54,56.41],[-5.543,56.408],[-5.553,56.41],[-5.562,56.408],[-5.566,56.405],[-5.568,56.402],[-5.565,56.398],[-5.569,56.397],[-5.573,56.399],[-5.573,56.392],[-5.579,56.392],[-5.583,56.391],[-5.585,56.387],[-5.585,56.384],[-5.587,56.381],[-5.584,56.38],[-5.573,56.382],[-5.565,56.38],[-5.563,56.379],[-5.558,56.378],[-5.554,56.377],[-5.56,56.373],[-5.559,56.37],[-5.552,56.373],[-5.542,56.38],[-5.543,56.381],[-5.535,56.386],[-5.537,56.389],[-5.53,56.39],[-5.526,56.393],[-5.527,56.396],[-5.523,56.398],[-5.519,56.399],[-5.515,56.402],[-5.511,56.407],[-5.505,56.409],[-5.502,56.412],[-5.499,56.412],[-5.497,56.416],[-5.5,56.417],[-5.496,56.421],[-5.491,56.42],[-5.492,56.423],[-5.499,56.426]]],[[[-5.431,56.456],[-5.428,56.458],[-5.432,56.46],[-5.434,56.457],[-5.431,56.456]]],[[[-6.337,56.437],[-6.339,56.44],[-6.342,56.439],[-6.345,56.436],[-6.341,56.434],[-6.337,56.437]]],[[[-6.151,56.447],[-6.154,56.447],[-6.158,56.445],[-6.164,56.445],[-6.166,56.441],[-6.161,56.44],[-6.157,56.443],[-6.15,56.446],[-6.151,56.447]]],[[[-6.263,56.455],[-6.266,56.455],[-6.267,56.453],[-6.264,56.449],[-6.259,56.446],[-6.25,56.449],[-6.256,56.455],[-6.263,56.455]]],[[[-6.091,56.47],[-6.092,56.469],[-6.097,56.468],[-6.101,56.464],[-6.098,56.463],[-6.09,56.462],[-6.08,56.463],[-6.076,56.466],[-6.076,56.467],[-6.082,56.47],[-6.085,56.469],[-6.091,56.47]]],[[[-6.47,56.463],[-6.475,56.463],[-6.478,56.461],[-6.481,56.457],[-6.474,56.459],[-6.47,56.463]]],[[[-5.579,56.497],[-5.581,56.498],[-5.593,56.492],[-5.586,56.491],[-5.584,56.493],[-5.579,56.494],[-5.579,56.497]]],[[[-6.289,56.497],[-6.292,56.498],[-6.295,56.496],[-6.301,56.496],[-6.298,56.493],[-6.303,56.493],[-6.308,56.49],[-6.306,56.487],[-6.299,56.481],[-6.293,56.479],[-6.287,56.482],[-6.282,56.482],[-6.282,56.478],[-6.279,56.474],[-6.276,56.475],[-6.271,56.48],[-6.271,56.483],[-6.268,56.483],[-6.263,56.486],[-6.255,56.492],[-6.254,56.494],[-6.264,56.494],[-6.275,56.492],[-6.28,56.498],[-6.289,56.497]]],[[[-6.226,56.5],[-6.231,56.5],[-6.23,56.495],[-6.233,56.494],[-6.237,56.495],[-6.244,56.498],[-6.249,56.496],[-6.25,56.493],[-6.255,56.492],[-6.26,56.486],[-6.262,56.483],[-6.266,56.479],[-6.262,56.475],[-6.254,56.474],[-6.247,56.473],[-6.247,56.469],[-6.244,56.469],[-6.241,56.466],[-6.235,56.469],[-6.225,56.468],[-6.225,56.471],[-6.219,56.47],[-6.215,56.472],[-6.212,56.47],[-6.208,56.472],[-6.206,56.469],[-6.208,56.468],[-6.209,56.463],[-6.198,56.461],[-6.194,56.462],[-6.194,56.464],[-6.19,56.466],[-6.186,56.466],[-6.18,56.465],[-6.176,56.466],[-6.175,56.464],[-6.168,56.464],[-6.16,56.463],[-6.154,56.47],[-6.15,56.469],[-6.142,56.471],[-6.143,56.475],[-6.146,56.476],[-6.15,56.475],[-6.154,56.483],[-6.159,56.482],[-6.162,56.48],[-6.166,56.483],[-6.165,56.484],[-6.169,56.487],[-6.173,56.488],[-6.177,56.484],[-6.18,56.485],[-6.189,56.485],[-6.192,56.487],[-6.195,56.49],[-6.2,56.493],[-6.204,56.493],[-6.206,56.495],[-6.221,56.5],[-6.226,56.5]]],[[[-6.306,56.497],[-6.31,56.498],[-6.305,56.493],[-6.303,56.496],[-6.306,56.497]]],[[[-6.421,56.497],[-6.422,56.494],[-6.427,56.491],[-6.427,56.487],[-6.43,56.484],[-6.425,56.483],[-6.425,56.486],[-6.418,56.491],[-6.417,56.493],[-6.421,56.497]]],[[[-5.407,56.537],[-5.415,56.535],[-5.421,56.533],[-5.429,56.527],[-5.424,56.526],[-5.413,56.528],[-5.409,56.527],[-5.407,56.531],[-5.401,56.535],[-5.401,56.537],[-5.407,56.537]]],[[[-6.388,56.51],[-6.393,56.514],[-6.394,56.511],[-6.398,56.51],[-6.397,56.505],[-6.388,56.509],[-6.388,56.51]]],[[[-5.428,56.561],[-5.437,56.56],[-5.441,56.557],[-5.45,56.552],[-5.46,56.551],[-5.462,56.551],[-5.465,56.556],[-5.47,56.558],[-5.473,56.553],[-5.467,56.551],[-5.468,56.549],[-5.472,56.548],[-5.477,56.548],[-5.481,56.545],[-5.482,56.543],[-5.487,56.54],[-5.493,56.537],[-5.5,56.53],[-5.501,56.528],[-5.506,56.525],[-5.508,56.523],[-5.524,56.514],[-5.529,56.513],[-5.529,56.511],[-5.533,56.508],[-5.536,56.507],[-5.541,56.504],[-5.544,56.504],[-5.56,56.499],[-5.567,56.497],[-5.571,56.498],[-5.574,56.496],[-5.572,56.494],[-5.574,56.492],[-5.573,56.49],[-5.577,56.484],[-5.575,56.48],[-5.576,56.476],[-5.592,56.467],[-5.597,56.463],[-5.598,56.461],[-5.59,56.462],[-5.585,56.463],[-5.572,56.469],[-5.57,56.469],[-5.561,56.473],[-5.555,56.476],[-5.552,56.475],[-5.544,56.481],[-5.537,56.487],[-5.531,56.49],[-5.524,56.492],[-5.516,56.496],[-5.507,56.498],[-5.5,56.504],[-5.499,56.505],[-5.492,56.51],[-5.493,56.512],[-5.489,56.515],[-5.486,56.519],[-5.481,56.521],[-5.474,56.525],[-5.467,56.529],[-5.464,56.533],[-5.455,56.539],[-5.453,56.541],[-5.446,56.543],[-5.445,56.546],[-5.441,56.547],[-5.434,56.551],[-5.433,56.555],[-5.428,56.561]]],[[[-6.762,56.518],[-6.769,56.517],[-6.766,56.515],[-6.762,56.518]]],[[[-5.388,56.595],[-5.39,56.595],[-5.399,56.593],[-5.403,56.59],[-5.404,56.587],[-5.397,56.579],[-5.394,56.579],[-5.39,56.582],[-5.386,56.586],[-5.384,56.593],[-5.382,56.594],[-5.388,56.595]]],[[[-6.754,56.556],[-6.758,56.555],[-6.759,56.549],[-6.762,56.547],[-6.764,56.544],[-6.771,56.544],[-6.775,56.542],[-6.775,56.539],[-6.781,56.537],[-6.787,56.537],[-6.793,56.535],[-6.798,56.535],[-6.808,56.543],[-6.812,56.542],[-6.815,56.543],[-6.82,56.542],[-6.82,56.54],[-6.825,56.541],[-6.832,56.54],[-6.835,56.537],[-6.839,56.536],[-6.844,56.534],[-6.846,56.532],[-6.855,56.532],[-6.859,56.531],[-6.86,56.529],[-6.858,56.527],[-6.864,56.522],[-6.873,56.519],[-6.879,56.518],[-6.887,56.52],[-6.888,56.523],[-6.892,56.527],[-6.895,56.524],[-6.902,56.524],[-6.905,56.529],[-6.915,56.531],[-6.916,56.528],[-6.92,56.526],[-6.925,56.526],[-6.931,56.527],[-6.934,56.53],[-6.943,56.529],[-6.946,56.53],[-6.951,56.529],[-6.954,56.527],[-6.951,56.524],[-6.955,56.521],[-6.961,56.52],[-6.966,56.521],[-6.971,56.519],[-6.972,56.517],[-6.978,56.517],[-6.979,56.511],[-6.984,56.506],[-6.997,56.506],[-6.999,56.503],[-6.995,56.503],[-6.993,56.505],[-6.986,56.504],[-6.988,56.501],[-6.983,56.501],[-6.978,56.496],[-6.981,56.491],[-6.977,56.49],[-6.974,56.488],[-6.979,56.484],[-6.976,56.482],[-6.978,56.479],[-6.978,56.474],[-6.973,56.471],[-6.97,56.468],[-6.976,56.463],[-6.979,56.462],[-6.982,56.459],[-6.981,56.453],[-6.978,56.452],[-6.972,56.453],[-6.967,56.458],[-6.957,56.459],[-6.949,56.458],[-6.943,56.457],[-6.943,56.455],[-6.939,56.452],[-6.938,56.448],[-6.933,56.446],[-6.933,56.444],[-6.922,56.442],[-6.919,56.443],[-6.915,56.442],[-6.907,56.442],[-6.904,56.444],[-6.892,56.445],[-6.892,56.449],[-6.895,56.451],[-6.893,56.457],[-6.891,56.46],[-6.894,56.464],[-6.894,56.469],[-6.897,56.471],[-6.896,56.474],[-6.885,56.48],[-6.876,56.489],[-6.867,56.491],[-6.853,56.492],[-6.848,56.492],[-6.848,56.489],[-6.844,56.489],[-6.841,56.491],[-6.837,56.491],[-6.833,56.491],[-6.828,56.49],[-6.821,56.491],[-6.819,56.489],[-6.815,56.488],[-6.812,56.492],[-6.808,56.492],[-6.807,56.496],[-6.81,56.498],[-6.808,56.499],[-6.804,56.5],[-6.803,56.502],[-6.795,56.506],[-6.798,56.508],[-6.805,56.51],[-6.808,56.513],[-6.812,56.512],[-6.814,56.513],[-6.814,56.516],[-6.81,56.52],[-6.805,56.524],[-6.789,56.527],[-6.779,56.528],[-6.773,56.527],[-6.766,56.523],[-6.754,56.528],[-6.75,56.527],[-6.742,56.527],[-6.732,56.525],[-6.73,56.527],[-6.723,56.53],[-6.725,56.538],[-6.727,56.541],[-6.73,56.543],[-6.734,56.542],[-6.742,56.544],[-6.747,56.547],[-6.754,56.556]]],[[[-6.711,56.568],[-6.717,56.568],[-6.726,56.564],[-6.73,56.564],[-6.733,56.562],[-6.727,56.56],[-6.722,56.561],[-6.716,56.563],[-6.714,56.565],[-6.708,56.564],[-6.706,56.567],[-6.711,56.568]]],[[[-6.046,56.625],[-6.043,56.621],[-6.044,56.617],[-6.04,56.614],[-6.033,56.613],[-6.033,56.615],[-6.034,56.619],[-6.038,56.62],[-6.038,56.622],[-6.046,56.625]]],[[[-6.522,56.61],[-6.526,56.609],[-6.527,56.607],[-6.523,56.606],[-6.52,56.609],[-6.522,56.61]]],[[[-6.123,56.655],[-6.129,56.656],[-6.129,56.652],[-6.134,56.65],[-6.142,56.651],[-6.146,56.653],[-6.15,56.652],[-6.152,56.65],[-6.156,56.649],[-6.16,56.646],[-6.167,56.644],[-6.166,56.642],[-6.183,56.641],[-6.189,56.644],[-6.198,56.642],[-6.201,56.636],[-6.206,56.634],[-6.205,56.632],[-6.196,56.626],[-6.2,56.626],[-6.207,56.631],[-6.213,56.632],[-6.217,56.634],[-6.226,56.631],[-6.228,56.629],[-6.226,56.627],[-6.227,56.623],[-6.229,56.622],[-6.226,56.618],[-6.227,56.614],[-6.223,56.609],[-6.219,56.606],[-6.224,56.605],[-6.219,56.602],[-6.214,56.6],[-6.215,56.598],[-6.21,56.595],[-6.204,56.594],[-6.198,56.591],[-6.188,56.586],[-6.192,56.586],[-6.194,56.584],[-6.2,56.587],[-6.203,56.586],[-6.204,56.59],[-6.209,56.592],[-6.212,56.595],[-6.215,56.596],[-6.227,56.602],[-6.226,56.603],[-6.234,56.606],[-6.237,56.608],[-6.241,56.61],[-6.246,56.609],[-6.252,56.612],[-6.255,56.612],[-6.258,56.614],[-6.262,56.613],[-6.264,56.606],[-6.27,56.605],[-6.271,56.603],[-6.277,56.603],[-6.28,56.606],[-6.29,56.607],[-6.297,56.606],[-6.302,56.603],[-6.306,56.604],[-6.31,56.602],[-6.316,56.602],[-6.318,56.604],[-6.324,56.605],[-6.32,56.598],[-6.322,56.596],[-6.317,56.592],[-6.316,56.585],[-6.316,56.58],[-6.31,56.576],[-6.306,56.576],[-6.298,56.579],[-6.287,56.581],[-6.281,56.58],[-6.28,56.576],[-6.285,56.576],[-6.295,56.57],[-6.294,56.569],[-6.3,56.565],[-6.304,56.564],[-6.307,56.559],[-6.311,56.559],[-6.32,56.556],[-6.326,56.557],[-6.334,56.555],[-6.337,56.552],[-6.339,56.55],[-6.336,56.546],[-6.34,56.542],[-6.34,56.54],[-6.336,56.535],[-6.328,56.533],[-6.321,56.533],[-6.312,56.531],[-6.312,56.529],[-6.307,56.529],[-6.295,56.529],[-6.29,56.527],[-6.29,56.525],[-6.287,56.523],[-6.28,56.525],[-6.276,56.523],[-6.269,56.524],[-6.264,56.523],[-6.263,56.525],[-6.252,56.527],[-6.251,56.526],[-6.24,56.528],[-6.235,56.528],[-6.229,56.53],[-6.225,56.529],[-6.226,56.527],[-6.221,56.523],[-6.212,56.522],[-6.207,56.521],[-6.201,56.517],[-6.194,56.516],[-6.19,56.514],[-6.187,56.51],[-6.181,56.513],[-6.175,56.511],[-6.172,56.51],[-6.175,56.507],[-6.166,56.504],[-6.155,56.502],[-6.147,56.499],[-6.15,56.496],[-6.145,56.496],[-6.143,56.493],[-6.138,56.493],[-6.139,56.49],[-6.146,56.486],[-6.15,56.486],[-6.15,56.481],[-6.143,56.48],[-6.138,56.48],[-6.135,56.479],[-6.134,56.477],[-6.126,56.475],[-6.122,56.472],[-6.11,56.475],[-6.105,56.478],[-6.102,56.479],[-6.097,56.479],[-6.09,56.48],[-6.081,56.479],[-6.081,56.481],[-6.065,56.483],[-6.061,56.485],[-6.055,56.487],[-6.043,56.487],[-6.035,56.488],[-6.031,56.491],[-6.025,56.493],[-6.021,56.496],[-6.015,56.498],[-6.013,56.5],[-6.007,56.5],[-5.997,56.489],[-5.996,56.485],[-6.002,56.478],[-6.005,56.478],[-6.01,56.476],[-6.01,56.474],[-6.016,56.47],[-6.018,56.468],[-6.021,56.467],[-6.027,56.467],[-6.034,56.465],[-6.042,56.463],[-6.046,56.46],[-6.051,56.454],[-6.055,56.451],[-6.062,56.451],[-6.064,56.45],[-6.078,56.448],[-6.084,56.448],[-6.099,56.451],[-6.108,56.451],[-6.118,56.451],[-6.124,56.45],[-6.129,56.448],[-6.129,56.444],[-6.132,56.44],[-6.14,56.439],[-6.138,56.435],[-6.138,56.431],[-6.145,56.428],[-6.145,56.424],[-6.147,56.421],[-6.151,56.419],[-6.15,56.416],[-6.156,56.41],[-6.159,56.408],[-6.167,56.405],[-6.169,56.403],[-6.179,56.401],[-6.186,56.398],[-6.19,56.395],[-6.195,56.392],[-6.2,56.39],[-6.2,56.389],[-6.205,56.386],[-6.204,56.384],[-6.209,56.38],[-6.207,56.377],[-6.209,56.374],[-6.205,56.369],[-6.204,56.365],[-6.195,56.359],[-6.186,56.359],[-6.176,56.357],[-6.172,56.358],[-6.153,56.365],[-6.145,56.367],[-6.135,56.366],[-6.123,56.368],[-6.117,56.366],[-6.111,56.366],[-6.101,56.367],[-6.092,56.371],[-6.083,56.372],[-6.08,56.373],[-6.073,56.379],[-6.072,56.383],[-6.066,56.383],[-6.06,56.38],[-6.064,56.377],[-6.061,56.376],[-6.057,56.377],[-6.056,56.381],[-6.043,56.387],[-6.04,56.389],[-6.029,56.393],[-6.023,56.395],[-6.019,56.394],[-6.015,56.391],[-6.01,56.392],[-6.003,56.394],[-6.001,56.39],[-5.997,56.388],[-5.99,56.39],[-5.982,56.388],[-5.983,56.384],[-5.988,56.384],[-5.993,56.383],[-5.998,56.383],[-6,56.386],[-6.015,56.388],[-6.017,56.387],[-6.011,56.381],[-6.012,56.379],[-6.003,56.38],[-6.006,56.376],[-6.013,56.371],[-6.019,56.365],[-6.025,56.364],[-6.032,56.364],[-6.034,56.363],[-6.042,56.362],[-6.044,56.36],[-6.065,56.356],[-6.071,56.356],[-6.076,56.354],[-6.085,56.353],[-6.089,56.351],[-6.089,56.347],[-6.091,56.346],[-6.097,56.345],[-6.104,56.343],[-6.109,56.344],[-6.124,56.344],[-6.129,56.345],[-6.129,56.342],[-6.142,56.34],[-6.142,56.337],[-6.152,56.337],[-6.159,56.337],[-6.173,56.341],[-6.178,56.341],[-6.181,56.339],[-6.185,56.337],[-6.179,56.336],[-6.18,56.334],[-6.186,56.334],[-6.19,56.332],[-6.2,56.335],[-6.203,56.337],[-6.209,56.334],[-6.214,56.333],[-6.216,56.336],[-6.227,56.342],[-6.238,56.344],[-6.251,56.342],[-6.251,56.337],[-6.248,56.335],[-6.246,56.332],[-6.238,56.331],[-6.236,56.328],[-6.241,56.326],[-6.241,56.324],[-6.239,56.32],[-6.234,56.317],[-6.237,56.316],[-6.244,56.319],[-6.248,56.319],[-6.252,56.32],[-6.262,56.32],[-6.263,56.319],[-6.268,56.318],[-6.271,56.319],[-6.274,56.322],[-6.285,56.323],[-6.288,56.322],[-6.29,56.327],[-6.285,56.326],[-6.28,56.324],[-6.277,56.325],[-6.269,56.324],[-6.268,56.326],[-6.274,56.335],[-6.273,56.338],[-6.277,56.337],[-6.285,56.341],[-6.287,56.338],[-6.291,56.34],[-6.293,56.344],[-6.301,56.344],[-6.303,56.342],[-6.309,56.343],[-6.309,56.344],[-6.316,56.344],[-6.317,56.343],[-6.324,56.344],[-6.327,56.346],[-6.339,56.348],[-6.34,56.346],[-6.347,56.346],[-6.351,56.345],[-6.354,56.343],[-6.357,56.344],[-6.358,56.34],[-6.365,56.338],[-6.368,56.332],[-6.368,56.327],[-6.371,56.326],[-6.37,56.324],[-6.373,56.321],[-6.371,56.318],[-6.373,56.313],[-6.374,56.31],[-6.367,56.311],[-6.365,56.309],[-6.367,56.307],[-6.366,56.304],[-6.362,56.303],[-6.348,56.306],[-6.352,56.302],[-6.354,56.297],[-6.353,56.293],[-6.348,56.292],[-6.351,56.29],[-6.349,56.288],[-6.35,56.283],[-6.348,56.281],[-6.338,56.282],[-6.333,56.285],[-6.33,56.285],[-6.323,56.282],[-6.328,56.281],[-6.331,56.279],[-6.33,56.276],[-6.33,56.273],[-6.322,56.27],[-6.317,56.27],[-6.313,56.269],[-6.304,56.267],[-6.301,56.27],[-6.3,56.273],[-6.291,56.271],[-6.285,56.271],[-6.277,56.272],[-6.273,56.273],[-6.274,56.268],[-6.271,56.265],[-6.265,56.264],[-6.263,56.268],[-6.257,56.272],[-6.259,56.273],[-6.256,56.275],[-6.254,56.278],[-6.254,56.283],[-6.251,56.287],[-6.245,56.289],[-6.238,56.288],[-6.234,56.287],[-6.233,56.285],[-6.225,56.283],[-6.224,56.286],[-6.218,56.288],[-6.215,56.29],[-6.207,56.29],[-6.203,56.292],[-6.198,56.291],[-6.194,56.29],[-6.189,56.29],[-6.177,56.287],[-6.175,56.288],[-6.169,56.29],[-6.164,56.289],[-6.163,56.287],[-6.156,56.285],[-6.151,56.285],[-6.145,56.289],[-6.143,56.284],[-6.137,56.287],[-6.136,56.291],[-6.13,56.294],[-6.127,56.297],[-6.12,56.297],[-6.112,56.296],[-6.101,56.297],[-6.096,56.297],[-6.087,56.298],[-6.083,56.3],[-6.078,56.302],[-6.067,56.296],[-6.063,56.294],[-6.054,56.293],[-6.045,56.293],[-6.04,56.294],[-6.036,56.297],[-6.033,56.297],[-6.026,56.301],[-6.018,56.303],[-6.01,56.309],[-6.004,56.312],[-5.996,56.315],[-5.991,56.318],[-5.987,56.323],[-5.982,56.323],[-5.974,56.322],[-5.97,56.32],[-5.962,56.319],[-5.952,56.319],[-5.95,56.319],[-5.941,56.321],[-5.937,56.321],[-5.934,56.322],[-5.932,56.324],[-5.926,56.327],[-5.925,56.33],[-5.922,56.331],[-5.92,56.334],[-5.914,56.337],[-5.91,56.342],[-5.906,56.343],[-5.902,56.347],[-5.896,56.349],[-5.892,56.349],[-5.889,56.354],[-5.884,56.354],[-5.874,56.356],[-5.867,56.354],[-5.861,56.355],[-5.855,56.354],[-5.848,56.352],[-5.847,56.349],[-5.847,56.345],[-5.849,56.343],[-5.861,56.34],[-5.858,56.339],[-5.86,56.336],[-5.863,56.337],[-5.863,56.333],[-5.87,56.329],[-5.873,56.328],[-5.878,56.325],[-5.885,56.324],[-5.889,56.322],[-5.88,56.317],[-5.878,56.317],[-5.875,56.315],[-5.865,56.314],[-5.854,56.313],[-5.851,56.313],[-5.844,56.311],[-5.832,56.311],[-5.828,56.313],[-5.831,56.316],[-5.828,56.317],[-5.81,56.32],[-5.795,56.326],[-5.79,56.327],[-5.787,56.329],[-5.78,56.33],[-5.775,56.333],[-5.772,56.334],[-5.762,56.337],[-5.758,56.339],[-5.746,56.342],[-5.741,56.346],[-5.732,56.349],[-5.728,56.353],[-5.718,56.356],[-5.711,56.36],[-5.706,56.361],[-5.704,56.364],[-5.7,56.366],[-5.696,56.371],[-5.695,56.375],[-5.691,56.376],[-5.69,56.379],[-5.691,56.383],[-5.698,56.384],[-5.709,56.384],[-5.714,56.382],[-5.724,56.383],[-5.729,56.382],[-5.736,56.38],[-5.742,56.377],[-5.75,56.373],[-5.756,56.37],[-5.767,56.369],[-5.773,56.367],[-5.786,56.365],[-5.79,56.365],[-5.793,56.367],[-5.788,56.369],[-5.783,56.37],[-5.771,56.374],[-5.768,56.375],[-5.763,56.379],[-5.758,56.381],[-5.758,56.385],[-5.754,56.391],[-5.746,56.393],[-5.742,56.391],[-5.74,56.394],[-5.732,56.396],[-5.73,56.4],[-5.732,56.403],[-5.736,56.407],[-5.744,56.408],[-5.745,56.411],[-5.743,56.413],[-5.738,56.412],[-5.732,56.414],[-5.727,56.41],[-5.723,56.41],[-5.722,56.415],[-5.715,56.415],[-5.71,56.412],[-5.713,56.408],[-5.711,56.406],[-5.717,56.404],[-5.715,56.401],[-5.719,56.395],[-5.717,56.392],[-5.713,56.389],[-5.709,56.387],[-5.696,56.388],[-5.69,56.386],[-5.683,56.386],[-5.682,56.385],[-5.677,56.385],[-5.675,56.387],[-5.668,56.39],[-5.665,56.393],[-5.664,56.396],[-5.667,56.4],[-5.663,56.401],[-5.661,56.404],[-5.656,56.409],[-5.653,56.415],[-5.657,56.419],[-5.664,56.417],[-5.667,56.419],[-5.667,56.422],[-5.675,56.423],[-5.675,56.429],[-5.678,56.435],[-5.682,56.435],[-5.687,56.433],[-5.687,56.436],[-5.684,56.439],[-5.679,56.441],[-5.677,56.44],[-5.677,56.437],[-5.672,56.435],[-5.668,56.435],[-5.664,56.432],[-5.67,56.429],[-5.665,56.427],[-5.66,56.428],[-5.655,56.424],[-5.652,56.426],[-5.651,56.431],[-5.648,56.431],[-5.648,56.437],[-5.646,56.447],[-5.648,56.453],[-5.652,56.457],[-5.657,56.457],[-5.659,56.455],[-5.658,56.449],[-5.664,56.448],[-5.671,56.451],[-5.68,56.452],[-5.685,56.452],[-5.682,56.457],[-5.678,56.459],[-5.681,56.46],[-5.69,56.466],[-5.692,56.468],[-5.697,56.471],[-5.701,56.468],[-5.712,56.474],[-5.712,56.477],[-5.71,56.478],[-5.714,56.482],[-5.72,56.486],[-5.728,56.485],[-5.729,56.483],[-5.742,56.482],[-5.748,56.484],[-5.751,56.486],[-5.759,56.487],[-5.761,56.489],[-5.768,56.489],[-5.771,56.495],[-5.774,56.496],[-5.774,56.499],[-5.78,56.502],[-5.782,56.505],[-5.787,56.506],[-5.789,56.508],[-5.793,56.511],[-5.795,56.514],[-5.8,56.516],[-5.808,56.514],[-5.815,56.514],[-5.822,56.517],[-5.826,56.516],[-5.825,56.507],[-5.833,56.508],[-5.838,56.509],[-5.841,56.514],[-5.847,56.517],[-5.849,56.519],[-5.854,56.521],[-5.859,56.521],[-5.864,56.522],[-5.87,56.52],[-5.881,56.521],[-5.886,56.521],[-5.896,56.521],[-5.9,56.522],[-5.908,56.52],[-5.915,56.517],[-5.92,56.516],[-5.924,56.519],[-5.932,56.519],[-5.934,56.522],[-5.939,56.525],[-5.943,56.521],[-5.947,56.521],[-5.95,56.518],[-5.952,56.519],[-5.958,56.524],[-5.964,56.53],[-5.97,56.53],[-5.97,56.532],[-5.964,56.533],[-5.965,56.54],[-5.967,56.545],[-5.97,56.546],[-5.973,56.55],[-5.971,56.553],[-5.974,56.557],[-5.975,56.559],[-5.979,56.559],[-5.987,56.566],[-5.987,56.57],[-5.984,56.573],[-5.988,56.576],[-5.988,56.578],[-5.991,56.58],[-5.994,56.579],[-6.006,56.585],[-6.012,56.588],[-6.016,56.593],[-6.018,56.598],[-6.024,56.602],[-6.025,56.604],[-6.033,56.61],[-6.043,56.613],[-6.045,56.615],[-6.051,56.614],[-6.051,56.612],[-6.06,56.615],[-6.062,56.618],[-6.067,56.619],[-6.068,56.623],[-6.063,56.624],[-6.062,56.626],[-6.058,56.628],[-6.06,56.635],[-6.064,56.637],[-6.07,56.638],[-6.079,56.639],[-6.086,56.639],[-6.097,56.642],[-6.113,56.644],[-6.117,56.647],[-6.117,56.653],[-6.123,56.655]]],[[[-5.882,56.671],[-5.891,56.666],[-5.896,56.661],[-5.894,56.657],[-5.895,56.653],[-5.89,56.651],[-5.879,56.656],[-5.878,56.659],[-5.873,56.661],[-5.871,56.665],[-5.876,56.667],[-5.88,56.67],[-5.882,56.671]]],[[[-5.941,56.669],[-5.945,56.663],[-5.95,56.661],[-5.951,56.658],[-5.941,56.657],[-5.936,56.658],[-5.921,56.658],[-5.916,56.657],[-5.911,56.657],[-5.905,56.659],[-5.908,56.661],[-5.913,56.662],[-5.915,56.663],[-5.922,56.662],[-5.925,56.668],[-5.928,56.669],[-5.932,56.668],[-5.936,56.667],[-5.935,56.664],[-5.936,56.662],[-5.939,56.669],[-5.941,56.669]]],[[[-5.904,56.672],[-5.906,56.671],[-5.901,56.669],[-5.899,56.672],[-5.904,56.672]]],[[[-5.661,56.684],[-5.666,56.681],[-5.662,56.68],[-5.658,56.681],[-5.661,56.684]]],[[[-5.942,56.679],[-5.938,56.681],[-5.94,56.683],[-5.946,56.681],[-5.942,56.679]]],[[[-6.469,56.692],[-6.474,56.689],[-6.485,56.687],[-6.488,56.689],[-6.495,56.69],[-6.494,56.685],[-6.503,56.685],[-6.504,56.682],[-6.508,56.68],[-6.515,56.681],[-6.521,56.676],[-6.524,56.677],[-6.532,56.676],[-6.534,56.674],[-6.532,56.672],[-6.537,56.671],[-6.543,56.667],[-6.545,56.667],[-6.546,56.663],[-6.548,56.66],[-6.552,56.659],[-6.555,56.661],[-6.558,56.659],[-6.562,56.658],[-6.566,56.659],[-6.569,56.651],[-6.575,56.649],[-6.58,56.651],[-6.585,56.65],[-6.584,56.645],[-6.594,56.645],[-6.598,56.641],[-6.6,56.638],[-6.612,56.638],[-6.613,56.635],[-6.616,56.634],[-6.617,56.631],[-6.614,56.626],[-6.619,56.621],[-6.622,56.619],[-6.629,56.62],[-6.631,56.618],[-6.637,56.618],[-6.635,56.616],[-6.64,56.613],[-6.642,56.607],[-6.646,56.601],[-6.65,56.602],[-6.659,56.601],[-6.656,56.594],[-6.664,56.591],[-6.67,56.591],[-6.676,56.592],[-6.676,56.594],[-6.68,56.595],[-6.683,56.594],[-6.683,56.591],[-6.689,56.588],[-6.696,56.582],[-6.704,56.582],[-6.71,56.579],[-6.71,56.575],[-6.705,56.576],[-6.701,56.574],[-6.699,56.57],[-6.697,56.569],[-6.696,56.564],[-6.692,56.563],[-6.688,56.565],[-6.682,56.565],[-6.684,56.568],[-6.68,56.572],[-6.681,56.573],[-6.681,56.578],[-6.678,56.581],[-6.676,56.581],[-6.671,56.583],[-6.659,56.584],[-6.648,56.583],[-6.645,56.581],[-6.645,56.577],[-6.648,56.576],[-6.644,56.573],[-6.64,56.573],[-6.635,56.577],[-6.631,56.578],[-6.631,56.583],[-6.629,56.587],[-6.63,56.589],[-6.625,56.592],[-6.622,56.589],[-6.619,56.588],[-6.621,56.582],[-6.618,56.578],[-6.611,56.58],[-6.601,56.585],[-6.594,56.584],[-6.592,56.587],[-6.589,56.586],[-6.585,56.589],[-6.58,56.592],[-6.58,56.589],[-6.577,56.587],[-6.566,56.588],[-6.567,56.593],[-6.56,56.597],[-6.555,56.595],[-6.55,56.595],[-6.545,56.605],[-6.54,56.605],[-6.537,56.606],[-6.533,56.605],[-6.531,56.608],[-6.533,56.61],[-6.528,56.612],[-6.525,56.611],[-6.523,56.615],[-6.523,56.621],[-6.526,56.624],[-6.526,56.628],[-6.522,56.628],[-6.519,56.623],[-6.506,56.616],[-6.5,56.622],[-6.494,56.627],[-6.491,56.633],[-6.488,56.635],[-6.486,56.639],[-6.48,56.642],[-6.478,56.647],[-6.475,56.647],[-6.472,56.652],[-6.467,56.655],[-6.468,56.657],[-6.465,56.66],[-6.465,56.662],[-6.459,56.666],[-6.453,56.676],[-6.456,56.679],[-6.456,56.681],[-6.451,56.681],[-6.451,56.685],[-6.454,56.687],[-6.463,56.689],[-6.469,56.692]]],[[[-6.445,56.699],[-6.447,56.699],[-6.449,56.695],[-6.444,56.695],[-6.442,56.698],[-6.445,56.699]]],[[[-4.605,56.709],[-4.618,56.71],[-4.628,56.712],[-4.639,56.713],[-4.659,56.716],[-4.661,56.721],[-4.663,56.733],[-4.665,56.738],[-4.673,56.742],[-4.685,56.746],[-4.694,56.748],[-4.72,56.746],[-4.732,56.742],[-4.745,56.742],[-4.747,56.747],[-4.744,56.752],[-4.744,56.754],[-4.752,56.757],[-4.771,56.76],[-4.773,56.767],[-4.778,56.771],[-4.804,56.773],[-4.824,56.774],[-4.835,56.774],[-4.853,56.779],[-4.86,56.767],[-4.863,56.764],[-4.886,56.752],[-4.891,56.748],[-4.901,56.746],[-4.91,56.745],[-4.92,56.746],[-4.94,56.743],[-4.949,56.743],[-4.96,56.744],[-4.97,56.746],[-4.977,56.745],[-4.998,56.743],[-5.011,56.743],[-5.032,56.745],[-5.041,56.748],[-5.056,56.751],[-5.069,56.749],[-5.091,56.739],[-5.109,56.732],[-5.121,56.731],[-5.125,56.732],[-5.135,56.735],[-5.139,56.741],[-5.149,56.748],[-5.154,56.745],[-5.191,56.755],[-5.193,56.752],[-5.199,56.749],[-5.199,56.747],[-5.203,56.746],[-5.208,56.74],[-5.213,56.738],[-5.224,56.732],[-5.229,56.729],[-5.232,56.727],[-5.234,56.723],[-5.24,56.718],[-5.241,56.716],[-5.238,56.714],[-5.239,56.711],[-5.247,56.706],[-5.247,56.703],[-5.239,56.704],[-5.231,56.701],[-5.223,56.701],[-5.218,56.703],[-5.205,56.702],[-5.197,56.7],[-5.185,56.7],[-5.183,56.697],[-5.186,56.694],[-5.186,56.691],[-5.178,56.689],[-5.173,56.693],[-5.167,56.693],[-5.164,56.687],[-5.16,56.686],[-5.158,56.689],[-5.148,56.688],[-5.146,56.687],[-5.134,56.692],[-5.129,56.692],[-5.124,56.695],[-5.109,56.695],[-5.105,56.699],[-5.096,56.7],[-5.084,56.701],[-5.077,56.703],[-5.073,56.704],[-5.07,56.702],[-5.063,56.703],[-5.057,56.706],[-5.048,56.706],[-5.043,56.706],[-5.039,56.709],[-5.035,56.708],[-5.025,56.712],[-5.021,56.711],[-5.013,56.714],[-5.01,56.713],[-4.998,56.713],[-4.993,56.713],[-4.975,56.716],[-4.973,56.715],[-4.979,56.713],[-4.989,56.712],[-4.994,56.711],[-4.997,56.711],[-5.009,56.71],[-5.014,56.708],[-5.019,56.707],[-5.033,56.707],[-5.039,56.705],[-5.049,56.705],[-5.052,56.702],[-5.061,56.7],[-5.065,56.7],[-5.075,56.699],[-5.078,56.697],[-5.086,56.696],[-5.089,56.695],[-5.099,56.694],[-5.107,56.691],[-5.107,56.686],[-5.113,56.681],[-5.126,56.68],[-5.128,56.681],[-5.135,56.682],[-5.139,56.678],[-5.154,56.678],[-5.159,56.681],[-5.167,56.683],[-5.168,56.685],[-5.182,56.688],[-5.191,56.688],[-5.193,56.686],[-5.198,56.686],[-5.21,56.686],[-5.213,56.687],[-5.224,56.686],[-5.229,56.683],[-5.239,56.679],[-5.243,56.675],[-5.248,56.673],[-5.251,56.667],[-5.254,56.667],[-5.254,56.67],[-5.259,56.67],[-5.265,56.672],[-5.267,56.67],[-5.272,56.669],[-5.278,56.67],[-5.282,56.668],[-5.283,56.665],[-5.289,56.665],[-5.294,56.662],[-5.302,56.662],[-5.31,56.657],[-5.317,56.653],[-5.324,56.649],[-5.316,56.65],[-5.312,56.648],[-5.301,56.647],[-5.296,56.643],[-5.296,56.641],[-5.299,56.637],[-5.309,56.633],[-5.316,56.629],[-5.318,56.624],[-5.332,56.618],[-5.336,56.617],[-5.345,56.611],[-5.354,56.607],[-5.358,56.605],[-5.363,56.602],[-5.362,56.6],[-5.364,56.597],[-5.374,56.589],[-5.375,56.585],[-5.379,56.581],[-5.381,56.579],[-5.386,56.58],[-5.388,56.576],[-5.385,56.575],[-5.382,56.576],[-5.382,56.571],[-5.374,56.568],[-5.375,56.566],[-5.384,56.564],[-5.388,56.561],[-5.392,56.561],[-5.389,56.564],[-5.386,56.564],[-5.385,56.567],[-5.391,56.569],[-5.398,56.565],[-5.401,56.564],[-5.404,56.561],[-5.408,56.561],[-5.406,56.558],[-5.406,56.556],[-5.41,56.556],[-5.415,56.553],[-5.421,56.548],[-5.42,56.546],[-5.414,56.549],[-5.41,56.551],[-5.405,56.549],[-5.415,56.542],[-5.412,56.539],[-5.398,56.544],[-5.393,56.544],[-5.392,56.542],[-5.395,56.539],[-5.393,56.534],[-5.387,56.534],[-5.386,56.53],[-5.388,56.528],[-5.382,56.527],[-5.379,56.525],[-5.375,56.529],[-5.367,56.526],[-5.36,56.526],[-5.355,56.529],[-5.35,56.531],[-5.344,56.535],[-5.336,56.537],[-5.328,56.543],[-5.324,56.548],[-5.316,56.549],[-5.313,56.55],[-5.302,56.551],[-5.298,56.549],[-5.293,56.549],[-5.288,56.548],[-5.27,56.552],[-5.263,56.554],[-5.247,56.561],[-5.249,56.557],[-5.249,56.555],[-5.245,56.553],[-5.249,56.548],[-5.262,56.547],[-5.268,56.545],[-5.276,56.544],[-5.281,56.546],[-5.292,56.547],[-5.294,56.544],[-5.299,56.544],[-5.304,56.541],[-5.304,56.538],[-5.307,56.537],[-5.306,56.534],[-5.311,56.533],[-5.314,56.529],[-5.324,56.527],[-5.325,56.525],[-5.334,56.52],[-5.343,56.519],[-5.349,56.52],[-5.353,56.519],[-5.356,56.518],[-5.354,56.515],[-5.361,56.514],[-5.365,56.517],[-5.373,56.512],[-5.383,56.51],[-5.39,56.51],[-5.39,56.514],[-5.397,56.516],[-5.4,56.515],[-5.403,56.519],[-5.4,56.524],[-5.403,56.526],[-5.41,56.522],[-5.413,56.526],[-5.42,56.527],[-5.422,56.521],[-5.426,56.519],[-5.431,56.518],[-5.432,56.52],[-5.435,56.521],[-5.439,56.518],[-5.443,56.514],[-5.444,56.511],[-5.452,56.506],[-5.452,56.503],[-5.451,56.5],[-5.454,56.499],[-5.452,56.497],[-5.46,56.493],[-5.462,56.494],[-5.466,56.49],[-5.474,56.482],[-5.469,56.48],[-5.461,56.486],[-5.455,56.488],[-5.452,56.488],[-5.451,56.485],[-5.454,56.481],[-5.458,56.479],[-5.457,56.475],[-5.448,56.48],[-5.441,56.487],[-5.435,56.494],[-5.426,56.5],[-5.424,56.503],[-5.421,56.5],[-5.427,56.496],[-5.423,56.495],[-5.417,56.494],[-5.41,56.49],[-5.41,56.488],[-5.405,56.484],[-5.401,56.472],[-5.4,56.468],[-5.402,56.464],[-5.407,56.459],[-5.4,56.458],[-5.392,56.457],[-5.387,56.459],[-5.38,56.458],[-5.374,56.458],[-5.367,56.459],[-5.361,56.462],[-5.364,56.468],[-5.362,56.47],[-5.356,56.471],[-5.351,56.47],[-5.346,56.472],[-5.339,56.471],[-5.332,56.466],[-5.329,56.465],[-5.325,56.467],[-5.323,56.465],[-5.306,56.462],[-5.298,56.463],[-5.294,56.462],[-5.29,56.462],[-5.288,56.46],[-5.284,56.461],[-5.278,56.464],[-5.271,56.463],[-5.26,56.463],[-5.257,56.464],[-5.252,56.46],[-5.248,56.458],[-5.244,56.454],[-5.242,56.455],[-5.236,56.452],[-5.229,56.451],[-5.233,56.448],[-5.224,56.448],[-5.22,56.451],[-5.215,56.452],[-5.205,56.454],[-5.204,56.455],[-5.195,56.457],[-5.185,56.461],[-5.185,56.466],[-5.18,56.471],[-5.176,56.471],[-5.173,56.478],[-5.175,56.481],[-5.171,56.482],[-5.169,56.485],[-5.164,56.485],[-5.162,56.488],[-5.162,56.491],[-5.159,56.493],[-5.159,56.496],[-5.157,56.497],[-5.156,56.501],[-5.148,56.504],[-5.144,56.503],[-5.138,56.505],[-5.134,56.504],[-5.129,56.51],[-5.119,56.513],[-5.117,56.516],[-5.112,56.519],[-5.107,56.523],[-5.104,56.529],[-5.094,56.539],[-5.09,56.542],[-5.089,56.545],[-5.084,56.552],[-5.079,56.56],[-5.072,56.563],[-5.068,56.562],[-5.065,56.56],[-5.066,56.558],[-5.071,56.556],[-5.076,56.552],[-5.077,56.548],[-5.081,56.544],[-5.085,56.537],[-5.09,56.533],[-5.094,56.532],[-5.096,56.528],[-5.097,56.526],[-5.098,56.522],[-5.1,56.517],[-5.103,56.515],[-5.103,56.512],[-5.107,56.509],[-5.112,56.506],[-5.118,56.504],[-5.119,56.5],[-5.124,56.494],[-5.128,56.492],[-5.128,56.49],[-5.136,56.49],[-5.139,56.485],[-5.143,56.482],[-5.143,56.48],[-5.135,56.478],[-5.142,56.475],[-5.145,56.475],[-5.15,56.473],[-5.157,56.472],[-5.161,56.47],[-5.161,56.468],[-5.165,56.465],[-5.163,56.462],[-5.167,56.461],[-5.17,56.458],[-5.175,56.455],[-5.181,56.453],[-5.19,56.448],[-5.198,56.447],[-5.201,56.448],[-5.211,56.447],[-5.216,56.444],[-5.225,56.444],[-5.231,56.441],[-5.234,56.437],[-5.24,56.439],[-5.245,56.438],[-5.25,56.439],[-5.252,56.441],[-5.252,56.444],[-5.255,56.446],[-5.258,56.449],[-5.267,56.458],[-5.269,56.455],[-5.269,56.451],[-5.275,56.454],[-5.279,56.451],[-5.286,56.45],[-5.288,56.452],[-5.292,56.454],[-5.296,56.454],[-5.3,56.456],[-5.313,56.453],[-5.313,56.455],[-5.316,56.458],[-5.325,56.451],[-5.33,56.451],[-5.331,56.452],[-5.339,56.453],[-5.34,56.456],[-5.344,56.458],[-5.35,56.46],[-5.358,56.456],[-5.366,56.454],[-5.372,56.455],[-5.376,56.454],[-5.385,56.454],[-5.388,56.456],[-5.394,56.455],[-5.397,56.453],[-5.402,56.453],[-5.407,56.452],[-5.408,56.451],[-5.414,56.45],[-5.416,56.451],[-5.415,56.455],[-5.422,56.453],[-5.423,56.451],[-5.43,56.45],[-5.435,56.448],[-5.441,56.448],[-5.444,56.45],[-5.439,56.451],[-5.439,56.453],[-5.444,56.454],[-5.444,56.452],[-5.452,56.451],[-5.453,56.45],[-5.461,56.448],[-5.465,56.446],[-5.468,56.443],[-5.469,56.438],[-5.471,56.437],[-5.478,56.436],[-5.484,56.436],[-5.483,56.43],[-5.486,56.426],[-5.484,56.425],[-5.484,56.422],[-5.479,56.419],[-5.475,56.418],[-5.473,56.413],[-5.482,56.412],[-5.487,56.41],[-5.489,56.408],[-5.499,56.405],[-5.504,56.403],[-5.506,56.398],[-5.512,56.397],[-5.515,56.394],[-5.516,56.391],[-5.52,56.389],[-5.524,56.386],[-5.523,56.383],[-5.527,56.38],[-5.523,56.378],[-5.527,56.375],[-5.53,56.374],[-5.533,56.372],[-5.532,56.371],[-5.533,56.367],[-5.538,56.361],[-5.535,56.354],[-5.529,56.354],[-5.523,56.349],[-5.524,56.346],[-5.52,56.345],[-5.515,56.347],[-5.513,56.352],[-5.507,56.357],[-5.504,56.356],[-5.496,56.358],[-5.491,56.358],[-5.486,56.356],[-5.48,56.355],[-5.469,56.359],[-5.467,56.363],[-5.461,56.365],[-5.459,56.366],[-5.45,56.368],[-5.442,56.367],[-5.442,56.364],[-5.444,56.362],[-5.453,56.361],[-5.459,56.358],[-5.464,56.357],[-5.469,56.354],[-5.477,56.352],[-5.479,56.353],[-5.491,56.353],[-5.499,56.352],[-5.504,56.35],[-5.506,56.347],[-5.512,56.343],[-5.52,56.344],[-5.522,56.342],[-5.53,56.346],[-5.534,56.349],[-5.541,56.349],[-5.543,56.345],[-5.55,56.348],[-5.556,56.347],[-5.562,56.344],[-5.566,56.339],[-5.571,56.336],[-5.578,56.333],[-5.58,56.327],[-5.58,56.325],[-5.583,56.317],[-5.581,56.315],[-5.584,56.311],[-5.586,56.304],[-5.589,56.3],[-5.587,56.298],[-5.589,56.293],[-5.59,56.287],[-5.585,56.287],[-5.58,56.285],[-5.579,56.284],[-5.583,56.281],[-5.584,56.277],[-5.588,56.275],[-5.589,56.271],[-5.592,56.269],[-5.595,56.265],[-5.592,56.262],[-5.595,56.26],[-5.599,56.254],[-5.599,56.251],[-5.597,56.249],[-5.589,56.25],[-5.582,56.248],[-5.578,56.25],[-5.575,56.254],[-5.57,56.256],[-5.568,56.258],[-5.562,56.261],[-5.558,56.261],[-5.55,56.259],[-5.545,56.259],[-5.535,56.258],[-5.532,56.26],[-5.523,56.263],[-5.513,56.262],[-5.512,56.265],[-5.505,56.27],[-5.499,56.27],[-5.495,56.268],[-5.498,56.264],[-5.492,56.26],[-5.487,56.258],[-5.483,56.257],[-5.485,56.255],[-5.492,56.256],[-5.499,56.257],[-5.504,56.255],[-5.509,56.254],[-5.512,56.251],[-5.512,56.247],[-5.516,56.247],[-5.521,56.246],[-5.523,56.25],[-5.527,56.249],[-5.526,56.247],[-5.529,56.244],[-5.536,56.245],[-5.543,56.24],[-5.551,56.238],[-5.556,56.239],[-5.563,56.239],[-5.567,56.236],[-5.566,56.234],[-5.563,56.232],[-5.558,56.234],[-5.552,56.232],[-5.548,56.23],[-5.547,56.221],[-5.543,56.217],[-5.548,56.214],[-5.557,56.211],[-5.56,56.208],[-5.557,56.206],[-5.561,56.203],[-5.563,56.199],[-5.57,56.195],[-5.571,56.19],[-5.576,56.186],[-5.576,56.183],[-5.579,56.181],[-5.583,56.181],[-5.587,56.177],[-5.59,56.173],[-5.586,56.171],[-5.587,56.168],[-5.591,56.168],[-5.596,56.166],[-5.602,56.161],[-5.598,56.16],[-5.601,56.155],[-5.6,56.154],[-5.605,56.149],[-5.601,56.147],[-5.594,56.153],[-5.591,56.152],[-5.593,56.149],[-5.599,56.145],[-5.603,56.144],[-5.609,56.139],[-5.61,56.137],[-5.615,56.132],[-5.604,56.132],[-5.598,56.133],[-5.592,56.138],[-5.592,56.143],[-5.587,56.143],[-5.586,56.145],[-5.58,56.146],[-5.576,56.157],[-5.568,56.16],[-5.567,56.162],[-5.562,56.165],[-5.558,56.165],[-5.548,56.171],[-5.548,56.173],[-5.545,56.176],[-5.54,56.179],[-5.538,56.178],[-5.533,56.182],[-5.524,56.188],[-5.512,56.191],[-5.504,56.189],[-5.501,56.186],[-5.505,56.183],[-5.514,56.18],[-5.52,56.175],[-5.517,56.169],[-5.523,56.162],[-5.524,56.161],[-5.53,56.159],[-5.532,56.155],[-5.536,56.153],[-5.543,56.145],[-5.548,56.143],[-5.549,56.139],[-5.553,56.134],[-5.556,56.132],[-5.556,56.129],[-5.562,56.124],[-5.563,56.12],[-5.569,56.114],[-5.569,56.11],[-5.561,56.108],[-5.555,56.11],[-5.551,56.107],[-5.555,56.104],[-5.555,56.101],[-5.549,56.102],[-5.544,56.104],[-5.54,56.104],[-5.534,56.102],[-5.529,56.099],[-5.53,56.096],[-5.534,56.095],[-5.535,56.093],[-5.542,56.088],[-5.541,56.086],[-5.536,56.086],[-5.527,56.084],[-5.532,56.08],[-5.528,56.075],[-5.522,56.075],[-5.523,56.073],[-5.528,56.073],[-5.537,56.076],[-5.551,56.082],[-5.548,56.085],[-5.549,56.089],[-5.553,56.091],[-5.561,56.092],[-5.566,56.088],[-5.571,56.088],[-5.576,56.092],[-5.582,56.092],[-5.587,56.09],[-5.588,56.086],[-5.595,56.083],[-5.6,56.079],[-5.6,56.078],[-5.606,56.074],[-5.616,56.06],[-5.618,56.061],[-5.623,56.059],[-5.622,56.058],[-5.627,56.056],[-5.634,56.05],[-5.632,56.049],[-5.639,56.044],[-5.637,56.041],[-5.64,56.036],[-5.64,56.034],[-5.635,56.031],[-5.638,56.028],[-5.644,56.03],[-5.651,56.027],[-5.656,56.024],[-5.655,56.02],[-5.659,56.015],[-5.666,56.011],[-5.674,56.001],[-5.678,55.999],[-5.684,55.992],[-5.685,55.989],[-5.683,55.988],[-5.684,55.986],[-5.69,55.981],[-5.702,55.972],[-5.706,55.967],[-5.703,55.965],[-5.705,55.961],[-5.704,55.959],[-5.698,55.961],[-5.69,55.963],[-5.688,55.964],[-5.681,55.965],[-5.685,55.96],[-5.688,55.956],[-5.683,55.955],[-5.679,55.959],[-5.674,55.961],[-5.672,55.964],[-5.668,55.964],[-5.663,55.97],[-5.656,55.975],[-5.66,55.977],[-5.666,55.977],[-5.665,55.975],[-5.67,55.973],[-5.671,55.98],[-5.666,55.977],[-5.663,55.979],[-5.665,55.983],[-5.662,55.987],[-5.656,55.991],[-5.653,55.996],[-5.654,55.998],[-5.651,56.001],[-5.647,56],[-5.641,56.009],[-5.64,56.006],[-5.641,56.003],[-5.651,55.992],[-5.65,55.99],[-5.654,55.986],[-5.654,55.984],[-5.648,55.983],[-5.644,55.987],[-5.64,55.989],[-5.632,55.997],[-5.63,56.002],[-5.622,56.007],[-5.614,56.015],[-5.611,56.019],[-5.624,56.022],[-5.625,56.025],[-5.62,56.026],[-5.618,56.024],[-5.612,56.024],[-5.607,56.029],[-5.604,56.03],[-5.596,56.037],[-5.595,56.039],[-5.588,56.046],[-5.589,56.048],[-5.582,56.051],[-5.58,56.055],[-5.576,56.054],[-5.581,56.049],[-5.585,56.047],[-5.585,56.044],[-5.589,56.04],[-5.598,56.034],[-5.603,56.029],[-5.607,56.027],[-5.608,56.024],[-5.602,56.025],[-5.595,56.027],[-5.594,56.031],[-5.589,56.034],[-5.589,56.038],[-5.581,56.039],[-5.585,56.034],[-5.582,56.034],[-5.578,56.037],[-5.567,56.041],[-5.566,56.041],[-5.573,56.034],[-5.58,56.03],[-5.59,56.023],[-5.594,56.019],[-5.591,56.018],[-5.595,56.015],[-5.593,56.014],[-5.587,56.017],[-5.585,56.019],[-5.579,56.022],[-5.575,56.022],[-5.574,56.024],[-5.57,56.026],[-5.567,56.03],[-5.564,56.029],[-5.567,56.026],[-5.568,56.023],[-5.575,56.016],[-5.576,56.013],[-5.585,56.01],[-5.596,56.009],[-5.601,56.006],[-5.606,56],[-5.615,55.993],[-5.618,55.989],[-5.618,55.986],[-5.623,55.98],[-5.628,55.977],[-5.63,55.977],[-5.635,55.972],[-5.637,55.968],[-5.64,55.964],[-5.649,55.96],[-5.653,55.957],[-5.657,55.955],[-5.661,55.952],[-5.663,55.951],[-5.667,55.947],[-5.666,55.945],[-5.67,55.941],[-5.671,55.937],[-5.675,55.932],[-5.682,55.926],[-5.68,55.923],[-5.685,55.918],[-5.687,55.909],[-5.684,55.91],[-5.681,55.907],[-5.681,55.903],[-5.687,55.898],[-5.686,55.893],[-5.682,55.89],[-5.683,55.888],[-5.679,55.886],[-5.675,55.888],[-5.674,55.89],[-5.664,55.898],[-5.659,55.901],[-5.658,55.903],[-5.654,55.903],[-5.644,55.904],[-5.644,55.905],[-5.638,55.911],[-5.635,55.911],[-5.632,55.913],[-5.633,55.915],[-5.627,55.917],[-5.623,55.918],[-5.62,55.924],[-5.616,55.924],[-5.609,55.929],[-5.604,55.93],[-5.6,55.929],[-5.594,55.931],[-5.579,55.94],[-5.572,55.936],[-5.571,55.933],[-5.579,55.929],[-5.584,55.925],[-5.584,55.923],[-5.588,55.919],[-5.593,55.917],[-5.6,55.917],[-5.607,55.912],[-5.612,55.907],[-5.615,55.902],[-5.62,55.9],[-5.622,55.896],[-5.62,55.894],[-5.621,55.892],[-5.624,55.889],[-5.626,55.885],[-5.625,55.883],[-5.629,55.881],[-5.638,55.873],[-5.643,55.869],[-5.647,55.868],[-5.65,55.865],[-5.654,55.86],[-5.655,55.853],[-5.659,55.852],[-5.663,55.847],[-5.662,55.845],[-5.664,55.842],[-5.664,55.839],[-5.661,55.835],[-5.663,55.829],[-5.666,55.823],[-5.671,55.816],[-5.671,55.814],[-5.667,55.813],[-5.666,55.809],[-5.668,55.806],[-5.665,55.805],[-5.666,55.802],[-5.663,55.798],[-5.658,55.798],[-5.656,55.795],[-5.646,55.791],[-5.64,55.787],[-5.634,55.787],[-5.627,55.788],[-5.625,55.79],[-5.619,55.791],[-5.613,55.793],[-5.608,55.79],[-5.617,55.785],[-5.62,55.785],[-5.617,55.779],[-5.612,55.777],[-5.606,55.777],[-5.61,55.774],[-5.615,55.772],[-5.617,55.769],[-5.613,55.765],[-5.616,55.762],[-5.614,55.76],[-5.607,55.761],[-5.6,55.764],[-5.597,55.766],[-5.589,55.767],[-5.581,55.774],[-5.578,55.779],[-5.571,55.78],[-5.569,55.776],[-5.556,55.78],[-5.552,55.783],[-5.547,55.785],[-5.544,55.785],[-5.532,55.791],[-5.528,55.794],[-5.525,55.795],[-5.519,55.797],[-5.516,55.803],[-5.512,55.804],[-5.505,55.811],[-5.497,55.817],[-5.49,55.818],[-5.482,55.822],[-5.477,55.828],[-5.475,55.835],[-5.473,55.837],[-5.468,55.838],[-5.462,55.838],[-5.458,55.841],[-5.457,55.847],[-5.451,55.851],[-5.451,55.853],[-5.446,55.857],[-5.44,55.86],[-5.436,55.86],[-5.435,55.857],[-5.441,55.855],[-5.446,55.851],[-5.45,55.847],[-5.45,55.844],[-5.447,55.844],[-5.446,55.841],[-5.448,55.839],[-5.447,55.837],[-5.454,55.836],[-5.456,55.832],[-5.46,55.831],[-5.459,55.829],[-5.463,55.828],[-5.468,55.824],[-5.47,55.821],[-5.467,55.818],[-5.471,55.813],[-5.476,55.811],[-5.479,55.804],[-5.485,55.801],[-5.488,55.802],[-5.491,55.8],[-5.497,55.798],[-5.499,55.796],[-5.51,55.794],[-5.513,55.791],[-5.514,55.787],[-5.516,55.785],[-5.525,55.782],[-5.535,55.776],[-5.544,55.773],[-5.549,55.77],[-5.553,55.767],[-5.562,55.766],[-5.565,55.768],[-5.57,55.767],[-5.571,55.764],[-5.576,55.762],[-5.577,55.759],[-5.585,55.753],[-5.584,55.749],[-5.588,55.748],[-5.591,55.743],[-5.596,55.741],[-5.601,55.74],[-5.597,55.737],[-5.601,55.734],[-5.606,55.728],[-5.607,55.724],[-5.616,55.716],[-5.618,55.712],[-5.624,55.708],[-5.629,55.703],[-5.637,55.697],[-5.647,55.693],[-5.66,55.688],[-5.669,55.685],[-5.675,55.683],[-5.676,55.681],[-5.669,55.676],[-5.665,55.672],[-5.663,55.668],[-5.666,55.665],[-5.668,55.662],[-5.667,55.659],[-5.67,55.657],[-5.669,55.654],[-5.672,55.651],[-5.674,55.646],[-5.673,55.644],[-5.674,55.638],[-5.672,55.633],[-5.678,55.628],[-5.679,55.625],[-5.679,55.618],[-5.68,55.616],[-5.685,55.615],[-5.683,55.608],[-5.685,55.6],[-5.689,55.596],[-5.691,55.596],[-5.693,55.587],[-5.702,55.585],[-5.708,55.581],[-5.715,55.579],[-5.715,55.572],[-5.716,55.568],[-5.712,55.563],[-5.712,55.561],[-5.707,55.553],[-5.705,55.546],[-5.706,55.543],[-5.704,55.537],[-5.704,55.534],[-5.707,55.528],[-5.71,55.526],[-5.714,55.521],[-5.713,55.515],[-5.715,55.512],[-5.715,55.509],[-5.713,55.507],[-5.712,55.499],[-5.711,55.497],[-5.712,55.49],[-5.714,55.488],[-5.714,55.484],[-5.712,55.482],[-5.713,55.479],[-5.712,55.473],[-5.714,55.466],[-5.713,55.458],[-5.715,55.446],[-5.72,55.434],[-5.723,55.429],[-5.73,55.424],[-5.736,55.423],[-5.743,55.424],[-5.746,55.423],[-5.753,55.422],[-5.752,55.418],[-5.755,55.414],[-5.761,55.412],[-5.764,55.412],[-5.767,55.41],[-5.773,55.407],[-5.774,55.405],[-5.779,55.401],[-5.785,55.398],[-5.791,55.396],[-5.792,55.394],[-5.796,55.392],[-5.797,55.39],[-5.795,55.386],[-5.793,55.383],[-5.795,55.379],[-5.799,55.376],[-5.797,55.373],[-5.797,55.369],[-5.804,55.364],[-5.8,55.362],[-5.8,55.36],[-5.802,55.357],[-5.799,55.353],[-5.805,55.348],[-5.803,55.346],[-5.798,55.343],[-5.797,55.334],[-5.801,55.327],[-5.798,55.322],[-5.802,55.316],[-5.802,55.313],[-5.805,55.311],[-5.802,55.308],[-5.804,55.306],[-5.799,55.299],[-5.795,55.3],[-5.787,55.297],[-5.785,55.295],[-5.776,55.294],[-5.774,55.292],[-5.766,55.29],[-5.762,55.289],[-5.753,55.289],[-5.738,55.291],[-5.735,55.292],[-5.731,55.291],[-5.72,55.293],[-5.715,55.295],[-5.711,55.299],[-5.704,55.301],[-5.7,55.303],[-5.694,55.304],[-5.691,55.305],[-5.691,55.308],[-5.676,55.309],[-5.671,55.308],[-5.664,55.308],[-5.654,55.311],[-5.641,55.309],[-5.63,55.309],[-5.619,55.306],[-5.616,55.308],[-5.607,55.307],[-5.604,55.308],[-5.587,55.314],[-5.584,55.317],[-5.572,55.321],[-5.568,55.322],[-5.563,55.323],[-5.562,55.33],[-5.558,55.332],[-5.552,55.335],[-5.546,55.34],[-5.545,55.342],[-5.542,55.343],[-5.537,55.347],[-5.534,55.349],[-5.527,55.355],[-5.526,55.358],[-5.521,55.36],[-5.517,55.369],[-5.519,55.377],[-5.524,55.383],[-5.527,55.392],[-5.529,55.393],[-5.529,55.396],[-5.535,55.399],[-5.541,55.403],[-5.542,55.405],[-5.545,55.407],[-5.548,55.412],[-5.549,55.415],[-5.552,55.418],[-5.564,55.418],[-5.566,55.416],[-5.573,55.414],[-5.575,55.414],[-5.584,55.414],[-5.589,55.417],[-5.597,55.42],[-5.604,55.425],[-5.603,55.428],[-5.6,55.429],[-5.594,55.428],[-5.588,55.428],[-5.582,55.426],[-5.579,55.426],[-5.568,55.428],[-5.558,55.435],[-5.554,55.435],[-5.552,55.437],[-5.555,55.439],[-5.555,55.442],[-5.551,55.445],[-5.548,55.445],[-5.549,55.448],[-5.545,55.453],[-5.544,55.458],[-5.546,55.462],[-5.546,55.466],[-5.54,55.471],[-5.533,55.473],[-5.533,55.475],[-5.53,55.478],[-5.524,55.479],[-5.524,55.482],[-5.521,55.484],[-5.518,55.485],[-5.515,55.489],[-5.515,55.492],[-5.514,55.494],[-5.516,55.496],[-5.508,55.5],[-5.512,55.506],[-5.505,55.515],[-5.504,55.518],[-5.503,55.526],[-5.501,55.528],[-5.495,55.53],[-5.491,55.529],[-5.49,55.537],[-5.493,55.54],[-5.494,55.545],[-5.492,55.548],[-5.494,55.554],[-5.492,55.558],[-5.492,55.56],[-5.49,55.565],[-5.494,55.568],[-5.493,55.571],[-5.488,55.572],[-5.487,55.575],[-5.487,55.579],[-5.477,55.581],[-5.47,55.581],[-5.468,55.576],[-5.462,55.574],[-5.458,55.576],[-5.46,55.58],[-5.46,55.582],[-5.465,55.586],[-5.459,55.587],[-5.459,55.591],[-5.466,55.593],[-5.476,55.605],[-5.476,55.618],[-5.479,55.62],[-5.476,55.623],[-5.476,55.627],[-5.478,55.629],[-5.476,55.634],[-5.48,55.636],[-5.479,55.639],[-5.484,55.643],[-5.482,55.644],[-5.473,55.65],[-5.47,55.65],[-5.469,55.657],[-5.465,55.662],[-5.465,55.664],[-5.462,55.667],[-5.461,55.67],[-5.461,55.674],[-5.456,55.679],[-5.46,55.681],[-5.46,55.683],[-5.454,55.686],[-5.45,55.686],[-5.447,55.691],[-5.447,55.695],[-5.446,55.697],[-5.449,55.7],[-5.447,55.704],[-5.451,55.706],[-5.447,55.71],[-5.444,55.712],[-5.436,55.719],[-5.434,55.723],[-5.43,55.724],[-5.426,55.726],[-5.425,55.731],[-5.42,55.733],[-5.413,55.735],[-5.406,55.743],[-5.403,55.746],[-5.396,55.749],[-5.394,55.751],[-5.389,55.751],[-5.381,55.753],[-5.377,55.755],[-5.372,55.755],[-5.363,55.758],[-5.353,55.762],[-5.352,55.765],[-5.349,55.766],[-5.339,55.766],[-5.33,55.765],[-5.325,55.766],[-5.322,55.768],[-5.32,55.772],[-5.316,55.775],[-5.318,55.779],[-5.315,55.785],[-5.316,55.787],[-5.319,55.791],[-5.319,55.797],[-5.32,55.801],[-5.325,55.808],[-5.331,55.811],[-5.333,55.814],[-5.332,55.819],[-5.337,55.822],[-5.338,55.825],[-5.343,55.829],[-5.35,55.831],[-5.355,55.834],[-5.356,55.838],[-5.361,55.84],[-5.362,55.843],[-5.366,55.845],[-5.366,55.847],[-5.37,55.849],[-5.377,55.852],[-5.379,55.855],[-5.383,55.858],[-5.383,55.861],[-5.388,55.863],[-5.393,55.863],[-5.398,55.866],[-5.403,55.866],[-5.414,55.866],[-5.409,55.869],[-5.401,55.869],[-5.398,55.872],[-5.401,55.875],[-5.406,55.88],[-5.412,55.889],[-5.405,55.888],[-5.406,55.891],[-5.411,55.892],[-5.415,55.891],[-5.42,55.896],[-5.419,55.899],[-5.42,55.902],[-5.418,55.904],[-5.421,55.909],[-5.42,55.913],[-5.423,55.917],[-5.423,55.921],[-5.424,55.924],[-5.425,55.932],[-5.428,55.936],[-5.429,55.941],[-5.429,55.947],[-5.434,55.955],[-5.444,55.958],[-5.445,55.964],[-5.448,55.965],[-5.448,55.969],[-5.451,55.972],[-5.448,55.975],[-5.449,55.978],[-5.446,55.983],[-5.447,55.986],[-5.445,55.99],[-5.447,55.992],[-5.447,55.995],[-5.449,55.999],[-5.447,56.001],[-5.45,56.005],[-5.451,56.008],[-5.445,56.014],[-5.448,56.017],[-5.445,56.022],[-5.446,56.025],[-5.443,56.028],[-5.441,56.034],[-5.437,56.037],[-5.43,56.035],[-5.431,56.028],[-5.428,56.023],[-5.428,56.017],[-5.427,56.013],[-5.424,56.01],[-5.411,56.006],[-5.407,56.006],[-5.408,56.002],[-5.406,56.001],[-5.401,56.003],[-5.396,56.007],[-5.393,56.007],[-5.39,56.005],[-5.386,56.007],[-5.38,56.006],[-5.374,56.012],[-5.367,56.016],[-5.366,56.021],[-5.362,56.024],[-5.355,56.025],[-5.352,56.022],[-5.345,56.022],[-5.344,56.027],[-5.341,56.029],[-5.338,56.033],[-5.338,56.037],[-5.337,56.044],[-5.342,56.049],[-5.34,56.051],[-5.336,56.054],[-5.331,56.055],[-5.326,56.058],[-5.33,56.059],[-5.337,56.063],[-5.335,56.067],[-5.333,56.069],[-5.33,56.069],[-5.321,56.069],[-5.324,56.066],[-5.321,56.065],[-5.323,56.063],[-5.323,56.061],[-5.316,56.059],[-5.306,56.061],[-5.303,56.064],[-5.297,56.065],[-5.294,56.071],[-5.295,56.073],[-5.292,56.078],[-5.292,56.08],[-5.283,56.089],[-5.278,56.09],[-5.269,56.095],[-5.264,56.095],[-5.257,56.097],[-5.257,56.1],[-5.26,56.101],[-5.255,56.104],[-5.257,56.107],[-5.255,56.11],[-5.255,56.113],[-5.25,56.118],[-5.247,56.12],[-5.243,56.124],[-5.237,56.124],[-5.237,56.128],[-5.223,56.134],[-5.216,56.139],[-5.21,56.141],[-5.206,56.144],[-5.192,56.15],[-5.181,56.151],[-5.175,56.151],[-5.17,56.154],[-5.164,56.156],[-5.152,56.158],[-5.141,56.158],[-5.134,56.161],[-5.126,56.166],[-5.123,56.168],[-5.118,56.171],[-5.118,56.172],[-5.116,56.176],[-5.108,56.181],[-5.107,56.185],[-5.106,56.187],[-5.106,56.192],[-5.11,56.197],[-5.105,56.199],[-5.105,56.202],[-5.099,56.206],[-5.095,56.208],[-5.095,56.209],[-5.09,56.218],[-5.087,56.22],[-5.082,56.22],[-5.078,56.223],[-5.076,56.228],[-5.071,56.231],[-5.073,56.234],[-5.058,56.243],[-5.054,56.247],[-5.046,56.246],[-5.044,56.249],[-5.047,56.25],[-5.048,56.253],[-5.043,56.257],[-5.039,56.257],[-5.041,56.253],[-5.045,56.251],[-5.043,56.248],[-5.045,56.246],[-5.047,56.24],[-5.046,56.234],[-5.041,56.234],[-5.034,56.236],[-5.023,56.24],[-5.011,56.242],[-5.002,56.243],[-4.999,56.243],[-4.99,56.245],[-4.979,56.25],[-4.977,56.251],[-4.962,56.256],[-4.948,56.259],[-4.932,56.27],[-4.927,56.271],[-4.922,56.27],[-4.927,56.264],[-4.937,56.257],[-4.944,56.256],[-4.948,56.251],[-4.959,56.247],[-4.964,56.246],[-4.971,56.243],[-4.975,56.239],[-4.985,56.234],[-4.989,56.235],[-4.995,56.232],[-5.006,56.231],[-5.008,56.23],[-5.032,56.223],[-5.047,56.214],[-5.055,56.211],[-5.062,56.207],[-5.06,56.205],[-5.071,56.197],[-5.075,56.19],[-5.078,56.186],[-5.081,56.18],[-5.084,56.175],[-5.083,56.172],[-5.08,56.169],[-5.089,56.163],[-5.095,56.16],[-5.102,56.156],[-5.111,56.153],[-5.118,56.15],[-5.125,56.148],[-5.128,56.146],[-5.137,56.142],[-5.143,56.142],[-5.153,56.138],[-5.159,56.138],[-5.17,56.138],[-5.173,56.136],[-5.179,56.136],[-5.185,56.135],[-5.203,56.128],[-5.207,56.122],[-5.209,56.121],[-5.208,56.118],[-5.21,56.117],[-5.208,56.114],[-5.21,56.111],[-5.209,56.109],[-5.206,56.108],[-5.205,56.106],[-5.209,56.105],[-5.215,56.103],[-5.22,56.096],[-5.229,56.092],[-5.238,56.087],[-5.243,56.084],[-5.244,56.082],[-5.254,56.077],[-5.255,56.076],[-5.264,56.071],[-5.265,56.067],[-5.27,56.065],[-5.269,56.063],[-5.279,56.058],[-5.284,56.055],[-5.288,56.051],[-5.294,56.043],[-5.293,56.037],[-5.302,56.027],[-5.302,56.024],[-5.308,56.019],[-5.312,56.014],[-5.321,56.008],[-5.328,56.008],[-5.328,56.006],[-5.332,56.004],[-5.333,55.999],[-5.336,55.997],[-5.342,55.995],[-5.343,55.99],[-5.339,55.984],[-5.34,55.98],[-5.343,55.979],[-5.347,55.974],[-5.347,55.97],[-5.345,55.967],[-5.342,55.965],[-5.342,55.963],[-5.336,55.963],[-5.331,55.959],[-5.33,55.954],[-5.333,55.952],[-5.337,55.945],[-5.341,55.943],[-5.343,55.939],[-5.343,55.934],[-5.341,55.932],[-5.345,55.93],[-5.348,55.928],[-5.348,55.924],[-5.34,55.92],[-5.343,55.916],[-5.345,55.916],[-5.351,55.91],[-5.351,55.907],[-5.344,55.904],[-5.352,55.899],[-5.346,55.897],[-5.346,55.893],[-5.348,55.888],[-5.344,55.887],[-5.342,55.89],[-5.336,55.888],[-5.334,55.885],[-5.331,55.886],[-5.327,55.885],[-5.321,55.879],[-5.314,55.878],[-5.319,55.875],[-5.317,55.871],[-5.313,55.873],[-5.309,55.87],[-5.312,55.865],[-5.314,55.864],[-5.316,55.858],[-5.304,55.855],[-5.311,55.855],[-5.311,55.852],[-5.306,55.853],[-5.302,55.852],[-5.297,55.855],[-5.295,55.857],[-5.288,55.857],[-5.29,55.851],[-5.285,55.848],[-5.282,55.85],[-5.279,55.848],[-5.275,55.849],[-5.272,55.847],[-5.267,55.85],[-5.268,55.852],[-5.263,55.853],[-5.257,55.852],[-5.251,55.849],[-5.252,55.846],[-5.251,55.842],[-5.248,55.84],[-5.241,55.84],[-5.236,55.839],[-5.232,55.84],[-5.225,55.838],[-5.225,55.835],[-5.215,55.826],[-5.211,55.828],[-5.209,55.826],[-5.204,55.827],[-5.204,55.83],[-5.201,55.831],[-5.201,55.834],[-5.202,55.84],[-5.206,55.841],[-5.209,55.845],[-5.209,55.852],[-5.209,55.856],[-5.213,55.856],[-5.215,55.861],[-5.226,55.876],[-5.233,55.883],[-5.238,55.887],[-5.242,55.894],[-5.24,55.902],[-5.232,55.907],[-5.229,55.908],[-5.22,55.913],[-5.216,55.917],[-5.209,55.916],[-5.206,55.919],[-5.206,55.922],[-5.202,55.928],[-5.198,55.932],[-5.198,55.934],[-5.195,55.935],[-5.196,55.938],[-5.202,55.942],[-5.203,55.944],[-5.2,55.95],[-5.199,55.952],[-5.2,55.956],[-5.198,55.958],[-5.199,55.961],[-5.197,55.964],[-5.199,55.97],[-5.197,55.973],[-5.196,55.976],[-5.194,55.981],[-5.188,55.983],[-5.189,55.978],[-5.187,55.975],[-5.184,55.973],[-5.186,55.971],[-5.189,55.969],[-5.185,55.963],[-5.185,55.955],[-5.187,55.954],[-5.188,55.95],[-5.19,55.947],[-5.188,55.944],[-5.186,55.944],[-5.185,55.939],[-5.181,55.939],[-5.178,55.938],[-5.178,55.934],[-5.174,55.932],[-5.166,55.932],[-5.163,55.93],[-5.156,55.927],[-5.153,55.922],[-5.147,55.922],[-5.134,55.916],[-5.128,55.912],[-5.124,55.909],[-5.119,55.907],[-5.112,55.903],[-5.107,55.9],[-5.102,55.899],[-5.098,55.9],[-5.088,55.898],[-5.078,55.898],[-5.074,55.901],[-5.074,55.906],[-5.077,55.916],[-5.076,55.92],[-5.079,55.923],[-5.082,55.931],[-5.082,55.939],[-5.089,55.945],[-5.089,55.947],[-5.093,55.952],[-5.093,55.954],[-5.103,55.958],[-5.106,55.963],[-5.11,55.964],[-5.112,55.966],[-5.116,55.971],[-5.118,55.972],[-5.119,55.981],[-5.12,55.984],[-5.127,55.993],[-5.13,55.998],[-5.127,56.003],[-5.128,56.006],[-5.126,56.008],[-5.121,56.009],[-5.119,56],[-5.123,55.999],[-5.12,55.996],[-5.116,55.995],[-5.114,55.99],[-5.112,55.988],[-5.11,55.983],[-5.108,55.98],[-5.106,55.975],[-5.106,55.973],[-5.103,55.969],[-5.096,55.964],[-5.09,55.964],[-5.084,55.962],[-5.078,55.959],[-5.073,55.955],[-5.068,55.952],[-5.065,55.944],[-5.062,55.938],[-5.059,55.934],[-5.06,55.932],[-5.055,55.928],[-5.056,55.922],[-5.055,55.918],[-5.052,55.912],[-5.05,55.908],[-5.047,55.896],[-5.048,55.891],[-5.041,55.882],[-5.043,55.879],[-5.045,55.871],[-5.041,55.872],[-5.038,55.869],[-5.026,55.869],[-5.021,55.868],[-5.02,55.865],[-5.011,55.866],[-5.009,55.865],[-4.998,55.864],[-4.988,55.864],[-4.987,55.863],[-4.979,55.862],[-4.98,55.866],[-4.977,55.871],[-4.975,55.877],[-4.972,55.882],[-4.966,55.884],[-4.966,55.886],[-4.96,55.889],[-4.96,55.89],[-4.953,55.895],[-4.951,55.898],[-4.949,55.904],[-4.949,55.907],[-4.946,55.913],[-4.945,55.92],[-4.939,55.925],[-4.937,55.929],[-4.934,55.943],[-4.93,55.944],[-4.922,55.945],[-4.925,55.95],[-4.917,55.955],[-4.91,55.96],[-4.908,55.968],[-4.911,55.973],[-4.916,55.976],[-4.922,55.977],[-4.926,55.98],[-4.932,55.981],[-4.936,55.98],[-4.944,55.981],[-4.949,55.982],[-4.961,55.99],[-4.963,55.992],[-4.955,55.995],[-4.956,55.999],[-4.955,56.002],[-4.949,55.998],[-4.937,55.994],[-4.931,55.991],[-4.926,55.989],[-4.92,55.989],[-4.917,55.987],[-4.914,55.987],[-4.901,55.983],[-4.898,55.984],[-4.895,55.988],[-4.895,55.995],[-4.896,56],[-4.9,56.009],[-4.903,56.011],[-4.903,56.017],[-4.899,56.02],[-4.902,56.023],[-4.904,56.029],[-4.907,56.032],[-4.906,56.036],[-4.909,56.042],[-4.907,56.045],[-4.911,56.047],[-4.914,56.051],[-4.913,56.053],[-4.898,56.058],[-4.894,56.062],[-4.891,56.068],[-4.887,56.073],[-4.883,56.075],[-4.882,56.079],[-4.879,56.081],[-4.879,56.084],[-4.875,56.085],[-4.874,56.089],[-4.876,56.094],[-4.885,56.096],[-4.888,56.099],[-4.893,56.101],[-4.9,56.104],[-4.906,56.108],[-4.909,56.112],[-4.909,56.116],[-4.911,56.119],[-4.908,56.125],[-4.908,56.13],[-4.902,56.133],[-4.9,56.14],[-4.901,56.142],[-4.9,56.147],[-4.905,56.151],[-4.909,56.155],[-4.913,56.158],[-4.915,56.162],[-4.918,56.164],[-4.915,56.167],[-4.908,56.172],[-4.901,56.17],[-4.901,56.165],[-4.898,56.163],[-4.896,56.158],[-4.887,56.151],[-4.883,56.142],[-4.884,56.133],[-4.886,56.13],[-4.891,56.126],[-4.892,56.123],[-4.891,56.118],[-4.887,56.109],[-4.883,56.104],[-4.872,56.104],[-4.868,56.103],[-4.865,56.101],[-4.862,56.1],[-4.858,56.104],[-4.853,56.113],[-4.847,56.118],[-4.841,56.122],[-4.837,56.124],[-4.833,56.123],[-4.829,56.128],[-4.829,56.13],[-4.828,56.135],[-4.827,56.141],[-4.821,56.144],[-4.819,56.149],[-4.817,56.15],[-4.817,56.153],[-4.811,56.157],[-4.805,56.163],[-4.803,56.166],[-4.8,56.167],[-4.797,56.171],[-4.798,56.173],[-4.792,56.176],[-4.791,56.181],[-4.787,56.183],[-4.786,56.186],[-4.781,56.186],[-4.778,56.188],[-4.78,56.19],[-4.776,56.193],[-4.768,56.196],[-4.76,56.198],[-4.757,56.199],[-4.755,56.202],[-4.75,56.207],[-4.745,56.206],[-4.744,56.203],[-4.748,56.199],[-4.748,56.196],[-4.762,56.189],[-4.764,56.189],[-4.77,56.185],[-4.775,56.18],[-4.781,56.176],[-4.782,56.173],[-4.788,56.165],[-4.799,56.156],[-4.811,56.143],[-4.817,56.134],[-4.818,56.127],[-4.824,56.121],[-4.828,56.118],[-4.834,56.117],[-4.839,56.113],[-4.841,56.109],[-4.842,56.106],[-4.844,56.103],[-4.846,56.1],[-4.85,56.098],[-4.855,56.09],[-4.859,56.086],[-4.862,56.08],[-4.864,56.079],[-4.866,56.074],[-4.88,56.058],[-4.881,56.049],[-4.878,56.046],[-4.871,56.044],[-4.87,56.041],[-4.868,56.038],[-4.866,56.032],[-4.866,56.023],[-4.868,56.018],[-4.865,56.012],[-4.857,56.006],[-4.853,56.002],[-4.852,56],[-4.854,55.994],[-4.852,55.989],[-4.846,55.986],[-4.835,55.984],[-4.822,55.984],[-4.818,55.985],[-4.815,55.984],[-4.803,55.983],[-4.799,55.985],[-4.793,55.985],[-4.785,55.986],[-4.78,55.989],[-4.774,55.987],[-4.769,55.987],[-4.767,55.991],[-4.771,55.991],[-4.772,55.995],[-4.768,55.996],[-4.768,55.998],[-4.771,56.001],[-4.774,56.002],[-4.786,56],[-4.788,56.002],[-4.793,56.001],[-4.792,56.004],[-4.796,56.008],[-4.796,56.013],[-4.806,56.013],[-4.811,56.017],[-4.814,56.022],[-4.82,56.027],[-4.826,56.034],[-4.831,56.043],[-4.838,56.051],[-4.842,56.059],[-4.84,56.066],[-4.84,56.069],[-4.837,56.073],[-4.839,56.079],[-4.836,56.08],[-4.831,56.08],[-4.828,56.078],[-4.828,56.072],[-4.826,56.068],[-4.82,56.067],[-4.817,56.063],[-4.819,56.061],[-4.82,56.056],[-4.817,56.052],[-4.811,56.047],[-4.807,56.045],[-4.804,56.039],[-4.799,56.033],[-4.795,56.03],[-4.792,56.027],[-4.788,56.026],[-4.787,56.022],[-4.784,56.019],[-4.784,56.016],[-4.777,56.016],[-4.775,56.013],[-4.769,56.014],[-4.764,56.012],[-4.762,56.008],[-4.754,56.005],[-4.747,56.005],[-4.734,56.002],[-4.725,56.001],[-4.708,55.992],[-4.703,55.993],[-4.697,55.989],[-4.694,55.984],[-4.696,55.983],[-4.694,55.979],[-4.688,55.978],[-4.685,55.976],[-4.689,55.973],[-4.694,55.973],[-4.699,55.975],[-4.703,55.974],[-4.705,55.972],[-4.705,55.97],[-4.702,55.967],[-4.69,55.969],[-4.689,55.971],[-4.682,55.971],[-4.676,55.966],[-4.674,55.961],[-4.666,55.958],[-4.655,55.96],[-4.647,55.956],[-4.633,55.952],[-4.623,55.951],[-4.621,55.95],[-4.61,55.947],[-4.607,55.951],[-4.602,55.958],[-4.609,55.962],[-4.612,55.963],[-4.613,55.967],[-4.62,55.969],[-4.619,55.97],[-4.625,55.972],[-4.622,55.975],[-4.617,55.978],[-4.614,55.981],[-4.618,55.985],[-4.616,55.987],[-4.618,55.989],[-4.625,55.986],[-4.634,55.992],[-4.642,55.994],[-4.639,55.996],[-4.638,56],[-4.646,55.999],[-4.654,55.998],[-4.654,56.001],[-4.659,56.003],[-4.659,56.004],[-4.653,56.008],[-4.63,56.003],[-4.623,56.006],[-4.624,56.01],[-4.618,56.012],[-4.609,56.016],[-4.602,56.02],[-4.614,56.032],[-4.62,56.039],[-4.622,56.044],[-4.62,56.052],[-4.615,56.058],[-4.608,56.064],[-4.603,56.07],[-4.6,56.077],[-4.598,56.084],[-4.604,56.087],[-4.604,56.09],[-4.593,56.101],[-4.589,56.107],[-4.59,56.111],[-4.597,56.115],[-4.605,56.116],[-4.622,56.117],[-4.632,56.118],[-4.636,56.12],[-4.641,56.124],[-4.642,56.132],[-4.644,56.135],[-4.65,56.142],[-4.652,56.146],[-4.651,56.151],[-4.655,56.154],[-4.658,56.158],[-4.655,56.163],[-4.656,56.165],[-4.673,56.175],[-4.687,56.187],[-4.691,56.193],[-4.695,56.199],[-4.695,56.204],[-4.686,56.212],[-4.685,56.215],[-4.686,56.22],[-4.692,56.234],[-4.697,56.242],[-4.699,56.246],[-4.701,56.255],[-4.697,56.261],[-4.698,56.271],[-4.697,56.275],[-4.694,56.278],[-4.69,56.279],[-4.684,56.278],[-4.68,56.277],[-4.672,56.282],[-4.667,56.279],[-4.661,56.281],[-4.661,56.286],[-4.67,56.289],[-4.679,56.289],[-4.68,56.293],[-4.682,56.298],[-4.678,56.3],[-4.672,56.304],[-4.677,56.308],[-4.677,56.313],[-4.671,56.315],[-4.668,56.319],[-4.661,56.316],[-4.657,56.317],[-4.659,56.322],[-4.667,56.326],[-4.678,56.326],[-4.692,56.323],[-4.696,56.322],[-4.703,56.327],[-4.716,56.33],[-4.719,56.33],[-4.717,56.326],[-4.717,56.322],[-4.721,56.322],[-4.721,56.327],[-4.736,56.332],[-4.743,56.332],[-4.75,56.327],[-4.753,56.325],[-4.774,56.323],[-4.786,56.324],[-4.789,56.326],[-4.793,56.333],[-4.786,56.336],[-4.781,56.338],[-4.78,56.34],[-4.784,56.343],[-4.795,56.348],[-4.799,56.351],[-4.801,56.356],[-4.808,56.355],[-4.813,56.358],[-4.819,56.36],[-4.823,56.363],[-4.832,56.367],[-4.835,56.367],[-4.84,56.368],[-4.853,56.369],[-4.854,56.371],[-4.845,56.375],[-4.837,56.377],[-4.834,56.378],[-4.833,56.381],[-4.836,56.387],[-4.835,56.39],[-4.821,56.394],[-4.813,56.398],[-4.816,56.4],[-4.817,56.403],[-4.816,56.406],[-4.814,56.408],[-4.814,56.414],[-4.812,56.418],[-4.804,56.416],[-4.799,56.417],[-4.795,56.423],[-4.79,56.424],[-4.79,56.427],[-4.782,56.427],[-4.78,56.428],[-4.766,56.432],[-4.766,56.436],[-4.761,56.436],[-4.753,56.437],[-4.747,56.435],[-4.736,56.434],[-4.733,56.434],[-4.726,56.441],[-4.723,56.446],[-4.724,56.45],[-4.729,56.453],[-4.733,56.455],[-4.725,56.46],[-4.721,56.459],[-4.705,56.462],[-4.7,56.467],[-4.694,56.465],[-4.689,56.462],[-4.686,56.463],[-4.675,56.461],[-4.666,56.462],[-4.664,56.464],[-4.661,56.469],[-4.655,56.473],[-4.644,56.473],[-4.639,56.476],[-4.646,56.477],[-4.649,56.479],[-4.658,56.479],[-4.671,56.48],[-4.676,56.483],[-4.678,56.483],[-4.683,56.486],[-4.683,56.489],[-4.686,56.491],[-4.682,56.492],[-4.678,56.497],[-4.676,56.5],[-4.666,56.505],[-4.664,56.508],[-4.659,56.51],[-4.654,56.518],[-4.655,56.523],[-4.654,56.526],[-4.659,56.534],[-4.668,56.533],[-4.671,56.535],[-4.681,56.54],[-4.688,56.539],[-4.698,56.541],[-4.699,56.545],[-4.698,56.55],[-4.692,56.553],[-4.689,56.552],[-4.674,56.556],[-4.668,56.559],[-4.661,56.562],[-4.654,56.561],[-4.649,56.561],[-4.648,56.563],[-4.641,56.568],[-4.632,56.568],[-4.624,56.57],[-4.614,56.57],[-4.612,56.572],[-4.607,56.572],[-4.6,56.577],[-4.596,56.574],[-4.59,56.575],[-4.586,56.573],[-4.577,56.571],[-4.571,56.572],[-4.564,56.571],[-4.56,56.573],[-4.57,56.576],[-4.575,56.582],[-4.576,56.588],[-4.583,56.594],[-4.586,56.6],[-4.597,56.604],[-4.61,56.615],[-4.616,56.616],[-4.626,56.616],[-4.634,56.622],[-4.637,56.625],[-4.631,56.628],[-4.627,56.631],[-4.621,56.635],[-4.619,56.637],[-4.621,56.641],[-4.628,56.646],[-4.631,56.648],[-4.63,56.649],[-4.63,56.655],[-4.633,56.657],[-4.64,56.653],[-4.644,56.65],[-4.648,56.649],[-4.663,56.64],[-4.666,56.64],[-4.679,56.642],[-4.685,56.642],[-4.696,56.643],[-4.709,56.643],[-4.716,56.643],[-4.72,56.656],[-4.719,56.659],[-4.718,56.677],[-4.706,56.677],[-4.703,56.676],[-4.693,56.675],[-4.691,56.676],[-4.679,56.677],[-4.676,56.677],[-4.67,56.676],[-4.667,56.675],[-4.661,56.676],[-4.657,56.675],[-4.653,56.677],[-4.649,56.679],[-4.635,56.682],[-4.631,56.687],[-4.616,56.691],[-4.603,56.692],[-4.597,56.691],[-4.592,56.693],[-4.59,56.696],[-4.592,56.698],[-4.591,56.702],[-4.592,56.705],[-4.595,56.706],[-4.605,56.707],[-4.605,56.709]]],[[[-5.877,56.811],[-5.879,56.809],[-5.877,56.808],[-5.878,56.805],[-5.883,56.8],[-5.887,56.794],[-5.883,56.791],[-5.881,56.792],[-5.868,56.791],[-5.864,56.788],[-5.858,56.786],[-5.851,56.786],[-5.846,56.788],[-5.843,56.787],[-5.839,56.789],[-5.832,56.794],[-5.829,56.792],[-5.823,56.791],[-5.818,56.792],[-5.811,56.793],[-5.809,56.795],[-5.816,56.798],[-5.826,56.801],[-5.832,56.8],[-5.834,56.797],[-5.838,56.8],[-5.844,56.803],[-5.85,56.803],[-5.852,56.806],[-5.857,56.808],[-5.861,56.806],[-5.877,56.811]]],[[[-5.336,56.859],[-5.344,56.859],[-5.347,56.858],[-5.35,56.859],[-5.36,56.858],[-5.364,56.858],[-5.395,56.862],[-5.402,56.858],[-5.408,56.858],[-5.416,56.864],[-5.42,56.866],[-5.424,56.866],[-5.432,56.868],[-5.435,56.867],[-5.44,56.87],[-5.443,56.87],[-5.446,56.867],[-5.452,56.866],[-5.453,56.862],[-5.458,56.862],[-5.46,56.86],[-5.465,56.855],[-5.469,56.855],[-5.47,56.852],[-5.474,56.851],[-5.479,56.853],[-5.482,56.856],[-5.47,56.86],[-5.463,56.867],[-5.455,56.871],[-5.464,56.875],[-5.471,56.876],[-5.471,56.877],[-5.479,56.878],[-5.49,56.876],[-5.506,56.875],[-5.513,56.873],[-5.518,56.873],[-5.521,56.874],[-5.53,56.874],[-5.553,56.872],[-5.555,56.874],[-5.563,56.877],[-5.57,56.877],[-5.577,56.875],[-5.591,56.879],[-5.602,56.879],[-5.606,56.88],[-5.609,56.879],[-5.622,56.881],[-5.629,56.881],[-5.631,56.885],[-5.634,56.888],[-5.64,56.887],[-5.653,56.885],[-5.657,56.884],[-5.662,56.883],[-5.666,56.879],[-5.672,56.879],[-5.676,56.882],[-5.68,56.882],[-5.682,56.879],[-5.678,56.88],[-5.671,56.875],[-5.672,56.871],[-5.683,56.868],[-5.689,56.869],[-5.695,56.867],[-5.697,56.864],[-5.704,56.862],[-5.705,56.855],[-5.711,56.85],[-5.709,56.849],[-5.713,56.846],[-5.72,56.844],[-5.734,56.843],[-5.737,56.846],[-5.739,56.844],[-5.745,56.844],[-5.749,56.846],[-5.752,56.848],[-5.756,56.848],[-5.764,56.848],[-5.763,56.845],[-5.767,56.843],[-5.771,56.844],[-5.774,56.84],[-5.78,56.84],[-5.786,56.837],[-5.79,56.837],[-5.795,56.836],[-5.809,56.838],[-5.814,56.835],[-5.815,56.831],[-5.829,56.835],[-5.833,56.832],[-5.841,56.834],[-5.856,56.833],[-5.856,56.831],[-5.861,56.829],[-5.863,56.818],[-5.864,56.814],[-5.867,56.812],[-5.86,56.809],[-5.849,56.807],[-5.844,56.806],[-5.832,56.803],[-5.823,56.802],[-5.817,56.799],[-5.809,56.796],[-5.791,56.794],[-5.782,56.792],[-5.778,56.791],[-5.768,56.789],[-5.761,56.786],[-5.754,56.787],[-5.753,56.782],[-5.76,56.782],[-5.762,56.783],[-5.767,56.783],[-5.773,56.783],[-5.779,56.785],[-5.784,56.784],[-5.785,56.787],[-5.789,56.787],[-5.792,56.791],[-5.797,56.792],[-5.801,56.788],[-5.8,56.786],[-5.808,56.784],[-5.817,56.786],[-5.822,56.786],[-5.825,56.784],[-5.826,56.781],[-5.829,56.78],[-5.826,56.776],[-5.829,56.774],[-5.83,56.771],[-5.833,56.771],[-5.835,56.776],[-5.837,56.778],[-5.847,56.778],[-5.853,56.78],[-5.855,56.777],[-5.854,56.77],[-5.858,56.774],[-5.858,56.778],[-5.864,56.779],[-5.865,56.781],[-5.872,56.781],[-5.874,56.784],[-5.88,56.784],[-5.886,56.785],[-5.894,56.777],[-5.894,56.774],[-5.889,56.771],[-5.882,56.77],[-5.885,56.766],[-5.88,56.764],[-5.876,56.764],[-5.862,56.759],[-5.858,56.759],[-5.857,56.761],[-5.854,56.762],[-5.85,56.758],[-5.853,56.754],[-5.852,56.753],[-5.849,56.752],[-5.845,56.753],[-5.842,56.751],[-5.846,56.75],[-5.846,56.746],[-5.845,56.745],[-5.846,56.741],[-5.85,56.743],[-5.853,56.741],[-5.857,56.742],[-5.865,56.743],[-5.87,56.742],[-5.874,56.745],[-5.875,56.748],[-5.87,56.75],[-5.872,56.752],[-5.871,56.756],[-5.879,56.76],[-5.881,56.762],[-5.887,56.763],[-5.889,56.762],[-5.891,56.758],[-5.895,56.758],[-5.896,56.755],[-5.907,56.75],[-5.91,56.752],[-5.915,56.753],[-5.915,56.756],[-5.918,56.761],[-5.921,56.762],[-5.928,56.764],[-5.935,56.767],[-5.942,56.774],[-5.947,56.776],[-5.946,56.778],[-5.95,56.779],[-5.956,56.783],[-5.966,56.785],[-5.968,56.78],[-5.97,56.779],[-5.968,56.775],[-5.972,56.772],[-5.978,56.774],[-5.976,56.771],[-5.983,56.769],[-5.988,56.768],[-5.993,56.77],[-5.998,56.77],[-6.005,56.769],[-6.013,56.77],[-6.015,56.768],[-6.017,56.765],[-6.023,56.764],[-6.029,56.766],[-6.032,56.763],[-6.037,56.763],[-6.051,56.765],[-6.05,56.762],[-6.054,56.76],[-6.057,56.762],[-6.059,56.76],[-6.065,56.759],[-6.069,56.76],[-6.075,56.76],[-6.079,56.763],[-6.086,56.763],[-6.093,56.762],[-6.095,56.761],[-6.101,56.765],[-6.113,56.765],[-6.118,56.766],[-6.131,56.763],[-6.133,56.763],[-6.139,56.76],[-6.145,56.762],[-6.155,56.759],[-6.155,56.756],[-6.164,56.753],[-6.173,56.754],[-6.175,56.756],[-6.182,56.754],[-6.183,56.755],[-6.191,56.753],[-6.189,56.75],[-6.184,56.748],[-6.185,56.746],[-6.181,56.744],[-6.182,56.742],[-6.181,56.739],[-6.184,56.737],[-6.19,56.735],[-6.198,56.737],[-6.201,56.738],[-6.207,56.737],[-6.212,56.734],[-6.208,56.731],[-6.213,56.728],[-6.222,56.728],[-6.226,56.725],[-6.222,56.724],[-6.224,56.721],[-6.224,56.717],[-6.228,56.716],[-6.226,56.712],[-6.218,56.705],[-6.218,56.703],[-6.207,56.696],[-6.202,56.694],[-6.192,56.693],[-6.188,56.688],[-6.184,56.687],[-6.17,56.686],[-6.159,56.687],[-6.148,56.683],[-6.145,56.683],[-6.136,56.685],[-6.129,56.691],[-6.117,56.697],[-6.114,56.696],[-6.11,56.697],[-6.107,56.693],[-6.096,56.689],[-6.093,56.691],[-6.087,56.691],[-6.084,56.694],[-6.077,56.692],[-6.068,56.694],[-6.056,56.693],[-6.052,56.693],[-6.049,56.691],[-6.044,56.69],[-6.041,56.686],[-6.033,56.683],[-6.03,56.68],[-6.015,56.683],[-6.011,56.682],[-6.004,56.683],[-5.997,56.682],[-5.987,56.685],[-5.984,56.683],[-5.987,56.681],[-5.987,56.679],[-5.98,56.673],[-5.974,56.672],[-5.971,56.674],[-5.971,56.678],[-5.973,56.681],[-5.963,56.68],[-5.961,56.685],[-5.957,56.686],[-5.952,56.682],[-5.95,56.686],[-5.946,56.688],[-5.943,56.687],[-5.939,56.688],[-5.936,56.686],[-5.932,56.686],[-5.927,56.681],[-5.928,56.677],[-5.926,56.676],[-5.922,56.676],[-5.921,56.677],[-5.912,56.677],[-5.911,56.676],[-5.905,56.68],[-5.904,56.676],[-5.899,56.676],[-5.896,56.674],[-5.889,56.677],[-5.885,56.675],[-5.877,56.677],[-5.873,56.677],[-5.868,56.68],[-5.861,56.681],[-5.856,56.678],[-5.85,56.674],[-5.839,56.675],[-5.835,56.677],[-5.829,56.68],[-5.823,56.683],[-5.81,56.687],[-5.803,56.693],[-5.794,56.696],[-5.791,56.701],[-5.784,56.706],[-5.779,56.708],[-5.778,56.713],[-5.775,56.715],[-5.773,56.71],[-5.77,56.708],[-5.764,56.71],[-5.761,56.71],[-5.756,56.707],[-5.753,56.709],[-5.746,56.711],[-5.733,56.712],[-5.727,56.711],[-5.723,56.711],[-5.718,56.71],[-5.712,56.707],[-5.712,56.705],[-5.707,56.704],[-5.703,56.702],[-5.703,56.7],[-5.691,56.698],[-5.684,56.693],[-5.68,56.689],[-5.67,56.69],[-5.667,56.688],[-5.659,56.685],[-5.659,56.683],[-5.655,56.682],[-5.649,56.684],[-5.634,56.685],[-5.625,56.686],[-5.616,56.69],[-5.606,56.689],[-5.596,56.691],[-5.592,56.688],[-5.584,56.689],[-5.579,56.691],[-5.575,56.691],[-5.571,56.693],[-5.569,56.691],[-5.56,56.688],[-5.548,56.689],[-5.536,56.687],[-5.535,56.684],[-5.544,56.684],[-5.55,56.684],[-5.573,56.682],[-5.581,56.682],[-5.589,56.681],[-5.598,56.682],[-5.604,56.681],[-5.606,56.678],[-5.61,56.677],[-5.619,56.677],[-5.623,56.677],[-5.629,56.676],[-5.636,56.678],[-5.648,56.676],[-5.662,56.676],[-5.665,56.678],[-5.674,56.677],[-5.678,56.678],[-5.68,56.682],[-5.689,56.683],[-5.693,56.683],[-5.698,56.684],[-5.705,56.682],[-5.708,56.684],[-5.708,56.687],[-5.717,56.691],[-5.72,56.696],[-5.728,56.698],[-5.737,56.7],[-5.741,56.7],[-5.745,56.701],[-5.748,56.699],[-5.753,56.698],[-5.756,56.696],[-5.761,56.695],[-5.767,56.694],[-5.769,56.692],[-5.774,56.692],[-5.779,56.689],[-5.784,56.685],[-5.786,56.682],[-5.791,56.679],[-5.806,56.676],[-5.808,56.674],[-5.819,56.67],[-5.822,56.667],[-5.828,56.666],[-5.838,56.661],[-5.845,56.659],[-5.852,56.662],[-5.863,56.66],[-5.866,56.659],[-5.875,56.656],[-5.88,56.653],[-5.88,56.651],[-5.877,56.645],[-5.873,56.643],[-5.865,56.641],[-5.865,56.639],[-5.859,56.637],[-5.848,56.638],[-5.843,56.635],[-5.835,56.63],[-5.827,56.628],[-5.826,56.627],[-5.827,56.622],[-5.836,56.624],[-5.84,56.626],[-5.842,56.629],[-5.846,56.631],[-5.854,56.631],[-5.857,56.632],[-5.857,56.634],[-5.865,56.636],[-5.871,56.639],[-5.875,56.638],[-5.877,56.641],[-5.883,56.642],[-5.891,56.639],[-5.894,56.641],[-5.892,56.647],[-5.893,56.65],[-5.897,56.652],[-5.901,56.653],[-5.905,56.657],[-5.908,56.656],[-5.912,56.657],[-5.918,56.655],[-5.919,56.652],[-5.924,56.652],[-5.928,56.651],[-5.934,56.652],[-5.939,56.652],[-5.943,56.654],[-5.943,56.656],[-5.95,56.656],[-5.955,56.652],[-5.959,56.652],[-5.964,56.65],[-5.973,56.649],[-5.988,56.649],[-5.996,56.65],[-6.004,56.648],[-6.003,56.646],[-6.007,56.645],[-6.007,56.642],[-6.005,56.637],[-6.002,56.634],[-6.003,56.633],[-6.005,56.626],[-6,56.622],[-6.001,56.62],[-5.994,56.617],[-5.989,56.614],[-5.982,56.613],[-5.978,56.609],[-5.976,56.605],[-5.976,56.603],[-5.974,56.6],[-5.975,56.598],[-5.969,56.594],[-5.963,56.591],[-5.959,56.586],[-5.961,56.583],[-5.955,56.582],[-5.948,56.579],[-5.945,56.578],[-5.944,56.575],[-5.936,56.568],[-5.933,56.568],[-5.93,56.567],[-5.925,56.562],[-5.918,56.56],[-5.91,56.556],[-5.908,56.556],[-5.904,56.551],[-5.895,56.55],[-5.891,56.55],[-5.885,56.552],[-5.87,56.548],[-5.864,56.546],[-5.864,56.544],[-5.844,56.543],[-5.838,56.54],[-5.83,56.539],[-5.822,56.539],[-5.816,56.538],[-5.805,56.534],[-5.788,56.533],[-5.784,56.532],[-5.775,56.535],[-5.776,56.538],[-5.774,56.542],[-5.767,56.549],[-5.765,56.553],[-5.757,56.56],[-5.748,56.563],[-5.742,56.563],[-5.746,56.558],[-5.747,56.555],[-5.754,56.552],[-5.757,56.549],[-5.755,56.546],[-5.757,56.542],[-5.76,56.541],[-5.765,56.537],[-5.771,56.538],[-5.773,56.536],[-5.771,56.533],[-5.764,56.529],[-5.763,56.526],[-5.757,56.522],[-5.756,56.519],[-5.752,56.519],[-5.751,56.524],[-5.746,56.525],[-5.737,56.522],[-5.733,56.518],[-5.723,56.516],[-5.71,56.515],[-5.701,56.513],[-5.696,56.512],[-5.693,56.51],[-5.692,56.502],[-5.69,56.499],[-5.685,56.497],[-5.679,56.5],[-5.656,56.507],[-5.652,56.508],[-5.646,56.509],[-5.638,56.514],[-5.629,56.516],[-5.622,56.52],[-5.616,56.52],[-5.61,56.522],[-5.604,56.525],[-5.599,56.525],[-5.592,56.529],[-5.588,56.535],[-5.581,56.536],[-5.578,56.536],[-5.576,56.538],[-5.567,56.541],[-5.566,56.543],[-5.56,56.545],[-5.56,56.549],[-5.554,56.55],[-5.548,56.554],[-5.546,56.556],[-5.546,56.559],[-5.543,56.562],[-5.538,56.566],[-5.532,56.568],[-5.523,56.574],[-5.519,56.579],[-5.517,56.585],[-5.51,56.589],[-5.509,56.591],[-5.503,56.595],[-5.499,56.6],[-5.496,56.602],[-5.493,56.607],[-5.507,56.609],[-5.51,56.611],[-5.517,56.611],[-5.522,56.614],[-5.527,56.613],[-5.528,56.616],[-5.522,56.618],[-5.517,56.617],[-5.512,56.618],[-5.5,56.616],[-5.496,56.615],[-5.492,56.612],[-5.488,56.61],[-5.488,56.615],[-5.48,56.616],[-5.473,56.615],[-5.47,56.615],[-5.465,56.62],[-5.452,56.627],[-5.448,56.632],[-5.445,56.633],[-5.442,56.637],[-5.438,56.639],[-5.434,56.643],[-5.429,56.643],[-5.423,56.646],[-5.417,56.648],[-5.413,56.647],[-5.412,56.643],[-5.406,56.643],[-5.399,56.647],[-5.393,56.653],[-5.385,56.658],[-5.378,56.661],[-5.373,56.664],[-5.369,56.665],[-5.366,56.669],[-5.358,56.673],[-5.355,56.675],[-5.357,56.682],[-5.355,56.682],[-5.352,56.685],[-5.343,56.688],[-5.341,56.687],[-5.338,56.692],[-5.33,56.694],[-5.326,56.696],[-5.321,56.697],[-5.319,56.702],[-5.303,56.712],[-5.298,56.712],[-5.291,56.711],[-5.286,56.708],[-5.289,56.707],[-5.283,56.701],[-5.28,56.706],[-5.277,56.708],[-5.276,56.711],[-5.265,56.716],[-5.257,56.717],[-5.244,56.72],[-5.243,56.723],[-5.253,56.727],[-5.256,56.731],[-5.254,56.734],[-5.253,56.738],[-5.25,56.739],[-5.245,56.744],[-5.241,56.745],[-5.231,56.751],[-5.232,56.755],[-5.231,56.758],[-5.234,56.76],[-5.239,56.761],[-5.237,56.763],[-5.239,56.767],[-5.233,56.767],[-5.23,56.769],[-5.225,56.77],[-5.219,56.768],[-5.213,56.769],[-5.211,56.771],[-5.204,56.775],[-5.198,56.778],[-5.189,56.784],[-5.181,56.787],[-5.179,56.789],[-5.174,56.791],[-5.166,56.798],[-5.161,56.8],[-5.156,56.8],[-5.153,56.803],[-5.152,56.807],[-5.14,56.813],[-5.138,56.817],[-5.132,56.821],[-5.128,56.821],[-5.123,56.827],[-5.125,56.828],[-5.123,56.832],[-5.124,56.834],[-5.132,56.835],[-5.14,56.836],[-5.148,56.836],[-5.153,56.837],[-5.162,56.84],[-5.164,56.842],[-5.172,56.845],[-5.18,56.846],[-5.187,56.846],[-5.199,56.844],[-5.201,56.845],[-5.207,56.845],[-5.212,56.844],[-5.218,56.844],[-5.234,56.842],[-5.243,56.842],[-5.255,56.843],[-5.258,56.844],[-5.265,56.844],[-5.275,56.845],[-5.282,56.846],[-5.287,56.847],[-5.303,56.848],[-5.309,56.847],[-5.315,56.847],[-5.323,56.85],[-5.331,56.854],[-5.335,56.855],[-5.336,56.859]]]]},"properties":{"Name":"Argyll, Bute and South Lochaber","ID":"S14000067"},"id":582}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.273,57.235],[-2.277,57.234],[-2.282,57.235],[-2.285,57.233],[-2.286,57.23],[-2.291,57.231],[-2.303,57.23],[-2.31,57.228],[-2.307,57.226],[-2.308,57.222],[-2.321,57.207],[-2.332,57.206],[-2.337,57.206],[-2.345,57.208],[-2.351,57.207],[-2.349,57.203],[-2.352,57.201],[-2.352,57.197],[-2.363,57.195],[-2.378,57.195],[-2.38,57.196],[-2.397,57.197],[-2.405,57.2],[-2.412,57.198],[-2.42,57.208],[-2.424,57.21],[-2.422,57.212],[-2.425,57.215],[-2.419,57.217],[-2.417,57.219],[-2.41,57.221],[-2.41,57.224],[-2.408,57.229],[-2.414,57.241],[-2.414,57.243],[-2.407,57.248],[-2.404,57.255],[-2.398,57.26],[-2.396,57.264],[-2.397,57.268],[-2.409,57.273],[-2.416,57.27],[-2.423,57.27],[-2.43,57.265],[-2.441,57.265],[-2.443,57.263],[-2.44,57.261],[-2.442,57.258],[-2.439,57.253],[-2.441,57.25],[-2.441,57.248],[-2.449,57.243],[-2.45,57.242],[-2.457,57.24],[-2.451,57.237],[-2.454,57.234],[-2.465,57.233],[-2.473,57.236],[-2.472,57.239],[-2.48,57.243],[-2.485,57.245],[-2.487,57.247],[-2.49,57.247],[-2.496,57.249],[-2.499,57.247],[-2.507,57.245],[-2.508,57.247],[-2.511,57.25],[-2.509,57.251],[-2.516,57.261],[-2.514,57.266],[-2.515,57.269],[-2.503,57.269],[-2.503,57.275],[-2.502,57.277],[-2.501,57.282],[-2.504,57.284],[-2.505,57.288],[-2.504,57.293],[-2.508,57.3],[-2.511,57.3],[-2.517,57.298],[-2.523,57.298],[-2.532,57.295],[-2.536,57.29],[-2.537,57.281],[-2.538,57.279],[-2.558,57.275],[-2.563,57.273],[-2.573,57.273],[-2.576,57.271],[-2.585,57.269],[-2.591,57.269],[-2.597,57.263],[-2.602,57.249],[-2.602,57.247],[-2.599,57.243],[-2.592,57.237],[-2.593,57.235],[-2.591,57.231],[-2.62,57.227],[-2.633,57.225],[-2.634,57.222],[-2.643,57.225],[-2.649,57.226],[-2.649,57.229],[-2.642,57.233],[-2.64,57.237],[-2.644,57.242],[-2.651,57.246],[-2.657,57.246],[-2.661,57.244],[-2.667,57.244],[-2.676,57.243],[-2.687,57.245],[-2.69,57.245],[-2.694,57.243],[-2.698,57.245],[-2.706,57.245],[-2.712,57.243],[-2.719,57.242],[-2.729,57.243],[-2.74,57.241],[-2.74,57.236],[-2.744,57.231],[-2.742,57.229],[-2.744,57.227],[-2.744,57.221],[-2.746,57.22],[-2.743,57.216],[-2.738,57.213],[-2.739,57.21],[-2.742,57.208],[-2.756,57.207],[-2.766,57.211],[-2.772,57.21],[-2.776,57.209],[-2.78,57.211],[-2.805,57.212],[-2.817,57.214],[-2.822,57.216],[-2.821,57.22],[-2.824,57.221],[-2.818,57.223],[-2.822,57.231],[-2.834,57.232],[-2.841,57.23],[-2.845,57.228],[-2.849,57.23],[-2.85,57.233],[-2.859,57.232],[-2.859,57.234],[-2.869,57.235],[-2.875,57.234],[-2.879,57.236],[-2.884,57.235],[-2.887,57.232],[-2.893,57.234],[-2.901,57.233],[-2.903,57.23],[-2.908,57.226],[-2.914,57.226],[-2.918,57.224],[-2.926,57.234],[-2.93,57.237],[-2.937,57.244],[-2.946,57.244],[-2.966,57.25],[-2.976,57.26],[-2.984,57.278],[-2.988,57.278],[-2.99,57.274],[-2.998,57.272],[-3.006,57.27],[-3.011,57.268],[-3.018,57.266],[-3.019,57.262],[-3.025,57.263],[-3.03,57.267],[-3.032,57.273],[-3.038,57.274],[-3.042,57.278],[-3.046,57.277],[-3.054,57.275],[-3.057,57.276],[-3.066,57.277],[-3.067,57.281],[-3.073,57.282],[-3.078,57.281],[-3.09,57.282],[-3.092,57.284],[-3.103,57.281],[-3.104,57.279],[-3.11,57.277],[-3.115,57.28],[-3.119,57.282],[-3.127,57.279],[-3.128,57.276],[-3.137,57.278],[-3.143,57.278],[-3.146,57.273],[-3.153,57.268],[-3.157,57.267],[-3.16,57.264],[-3.165,57.262],[-3.185,57.263],[-3.188,57.263],[-3.196,57.255],[-3.202,57.255],[-3.209,57.256],[-3.213,57.252],[-3.219,57.25],[-3.226,57.242],[-3.224,57.239],[-3.229,57.238],[-3.235,57.233],[-3.239,57.228],[-3.235,57.223],[-3.244,57.221],[-3.246,57.215],[-3.249,57.213],[-3.247,57.21],[-3.24,57.206],[-3.243,57.202],[-3.248,57.201],[-3.258,57.2],[-3.264,57.203],[-3.275,57.2],[-3.277,57.197],[-3.28,57.191],[-3.284,57.193],[-3.296,57.194],[-3.298,57.193],[-3.314,57.192],[-3.322,57.189],[-3.328,57.189],[-3.345,57.182],[-3.354,57.178],[-3.358,57.172],[-3.357,57.167],[-3.353,57.16],[-3.342,57.157],[-3.342,57.155],[-3.349,57.152],[-3.349,57.148],[-3.334,57.143],[-3.333,57.14],[-3.336,57.137],[-3.327,57.135],[-3.322,57.131],[-3.324,57.125],[-3.328,57.123],[-3.328,57.118],[-3.335,57.113],[-3.336,57.111],[-3.352,57.109],[-3.356,57.11],[-3.361,57.108],[-3.365,57.103],[-3.369,57.1],[-3.374,57.1],[-3.378,57.098],[-3.384,57.098],[-3.396,57.101],[-3.404,57.099],[-3.41,57.098],[-3.415,57.1],[-3.417,57.105],[-3.423,57.105],[-3.432,57.103],[-3.433,57.1],[-3.441,57.098],[-3.443,57.095],[-3.448,57.093],[-3.46,57.092],[-3.463,57.093],[-3.468,57.092],[-3.478,57.092],[-3.479,57.094],[-3.486,57.095],[-3.488,57.091],[-3.493,57.089],[-3.5,57.088],[-3.507,57.089],[-3.517,57.086],[-3.521,57.088],[-3.526,57.088],[-3.531,57.09],[-3.538,57.091],[-3.541,57.086],[-3.544,57.085],[-3.553,57.083],[-3.559,57.083],[-3.561,57.086],[-3.557,57.092],[-3.558,57.096],[-3.564,57.095],[-3.569,57.096],[-3.576,57.094],[-3.583,57.092],[-3.589,57.088],[-3.59,57.085],[-3.594,57.084],[-3.605,57.087],[-3.611,57.085],[-3.615,57.087],[-3.616,57.088],[-3.62,57.09],[-3.624,57.088],[-3.63,57.088],[-3.633,57.086],[-3.639,57.087],[-3.647,57.088],[-3.648,57.084],[-3.654,57.081],[-3.652,57.076],[-3.655,57.074],[-3.657,57.069],[-3.665,57.068],[-3.669,57.07],[-3.666,57.076],[-3.673,57.078],[-3.677,57.081],[-3.674,57.084],[-3.68,57.088],[-3.684,57.093],[-3.695,57.091],[-3.698,57.09],[-3.705,57.09],[-3.709,57.088],[-3.712,57.081],[-3.715,57.079],[-3.726,57.08],[-3.73,57.077],[-3.735,57.076],[-3.75,57.076],[-3.752,57.073],[-3.756,57.072],[-3.758,57.069],[-3.753,57.062],[-3.747,57.058],[-3.743,57.057],[-3.733,57.057],[-3.742,57.049],[-3.75,57.045],[-3.751,57.042],[-3.757,57.038],[-3.753,57.034],[-3.754,57.033],[-3.75,57.026],[-3.75,57.02],[-3.744,57.017],[-3.747,57.014],[-3.749,57.003],[-3.748,57.001],[-3.748,56.993],[-3.751,56.991],[-3.758,56.987],[-3.758,56.977],[-3.762,56.974],[-3.77,56.972],[-3.772,56.969],[-3.777,56.967],[-3.782,56.966],[-3.788,56.963],[-3.791,56.957],[-3.791,56.952],[-3.793,56.949],[-3.798,56.947],[-3.8,56.943],[-3.8,56.939],[-3.802,56.936],[-3.798,56.932],[-3.788,56.924],[-3.783,56.923],[-3.775,56.926],[-3.766,56.93],[-3.761,56.931],[-3.754,56.932],[-3.747,56.934],[-3.741,56.934],[-3.733,56.931],[-3.728,56.926],[-3.725,56.918],[-3.714,56.918],[-3.705,56.916],[-3.696,56.916],[-3.684,56.916],[-3.682,56.922],[-3.676,56.925],[-3.677,56.927],[-3.676,56.932],[-3.67,56.932],[-3.664,56.931],[-3.662,56.933],[-3.654,56.933],[-3.654,56.929],[-3.65,56.928],[-3.65,56.924],[-3.641,56.923],[-3.638,56.926],[-3.627,56.925],[-3.618,56.926],[-3.611,56.93],[-3.603,56.931],[-3.584,56.931],[-3.579,56.93],[-3.577,56.926],[-3.578,56.923],[-3.578,56.921],[-3.573,56.915],[-3.572,56.911],[-3.569,56.91],[-3.563,56.904],[-3.562,56.902],[-3.559,56.9],[-3.561,56.897],[-3.568,56.895],[-3.568,56.891],[-3.564,56.886],[-3.561,56.884],[-3.555,56.886],[-3.549,56.886],[-3.546,56.887],[-3.538,56.892],[-3.529,56.884],[-3.525,56.887],[-3.519,56.887],[-3.515,56.886],[-3.51,56.888],[-3.499,56.886],[-3.499,56.882],[-3.492,56.882],[-3.49,56.877],[-3.482,56.875],[-3.475,56.874],[-3.47,56.875],[-3.465,56.873],[-3.46,56.875],[-3.446,56.877],[-3.442,56.882],[-3.438,56.886],[-3.43,56.887],[-3.43,56.885],[-3.421,56.882],[-3.421,56.88],[-3.411,56.881],[-3.405,56.884],[-3.395,56.879],[-3.387,56.88],[-3.383,56.879],[-3.376,56.875],[-3.369,56.875],[-3.366,56.879],[-3.367,56.882],[-3.361,56.884],[-3.354,56.884],[-3.349,56.887],[-3.349,56.89],[-3.344,56.891],[-3.337,56.896],[-3.322,56.896],[-3.315,56.897],[-3.311,56.897],[-3.309,56.899],[-3.302,56.9],[-3.299,56.902],[-3.298,56.905],[-3.285,56.907],[-3.286,56.909],[-3.283,56.913],[-3.291,56.925],[-3.289,56.927],[-3.284,56.929],[-3.278,56.928],[-3.276,56.925],[-3.272,56.923],[-3.27,56.92],[-3.266,56.92],[-3.262,56.922],[-3.256,56.92],[-3.24,56.918],[-3.235,56.918],[-3.228,56.917],[-3.224,56.914],[-3.221,56.913],[-3.212,56.911],[-3.204,56.909],[-3.199,56.906],[-3.186,56.904],[-3.184,56.906],[-3.18,56.906],[-3.177,56.902],[-3.174,56.901],[-3.174,56.906],[-3.167,56.908],[-3.161,56.907],[-3.148,56.903],[-3.144,56.9],[-3.139,56.898],[-3.139,56.894],[-3.135,56.89],[-3.131,56.888],[-3.12,56.888],[-3.117,56.892],[-3.109,56.894],[-3.109,56.9],[-3.112,56.903],[-3.109,56.908],[-3.111,56.912],[-3.11,56.919],[-3.095,56.932],[-3.094,56.934],[-3.099,56.945],[-3.096,56.946],[-3.094,56.95],[-3.084,56.951],[-3.082,56.955],[-3.083,56.958],[-3.072,56.96],[-3.067,56.961],[-3.06,56.963],[-3.058,56.964],[-3.048,56.963],[-3.046,56.965],[-3.039,56.967],[-3.036,56.967],[-3.03,56.97],[-3.026,56.973],[-3.019,56.969],[-3.007,56.967],[-3.001,56.968],[-2.999,56.971],[-2.994,56.968],[-2.982,56.968],[-2.976,56.969],[-2.974,56.97],[-2.967,56.97],[-2.954,56.967],[-2.947,56.968],[-2.945,56.974],[-2.93,56.972],[-2.924,56.972],[-2.916,56.976],[-2.91,56.976],[-2.913,56.982],[-2.905,56.983],[-2.9,56.986],[-2.892,56.987],[-2.884,56.986],[-2.875,56.98],[-2.867,56.98],[-2.861,56.979],[-2.858,56.974],[-2.851,56.973],[-2.841,56.974],[-2.833,56.977],[-2.834,56.973],[-2.83,56.97],[-2.825,56.962],[-2.817,56.962],[-2.803,56.958],[-2.783,56.957],[-2.773,56.96],[-2.766,56.96],[-2.753,56.954],[-2.746,56.949],[-2.741,56.949],[-2.736,56.944],[-2.735,56.939],[-2.729,56.934],[-2.729,56.931],[-2.725,56.926],[-2.719,56.923],[-2.71,56.924],[-2.707,56.923],[-2.701,56.921],[-2.692,56.917],[-2.687,56.915],[-2.68,56.909],[-2.681,56.907],[-2.679,56.903],[-2.682,56.898],[-2.68,56.894],[-2.681,56.888],[-2.669,56.89],[-2.662,56.889],[-2.661,56.885],[-2.663,56.871],[-2.666,56.859],[-2.672,56.859],[-2.668,56.85],[-2.671,56.849],[-2.671,56.846],[-2.667,56.845],[-2.671,56.842],[-2.666,56.838],[-2.666,56.835],[-2.658,56.83],[-2.651,56.822],[-2.65,56.815],[-2.653,56.812],[-2.651,56.81],[-2.644,56.812],[-2.634,56.81],[-2.631,56.808],[-2.626,56.799],[-2.617,56.793],[-2.616,56.788],[-2.616,56.783],[-2.605,56.783],[-2.598,56.784],[-2.595,56.787],[-2.589,56.788],[-2.581,56.786],[-2.569,56.786],[-2.559,56.787],[-2.551,56.785],[-2.549,56.783],[-2.544,56.782],[-2.539,56.782],[-2.531,56.785],[-2.523,56.782],[-2.519,56.78],[-2.516,56.776],[-2.508,56.774],[-2.503,56.77],[-2.492,56.766],[-2.484,56.765],[-2.478,56.762],[-2.475,56.755],[-2.472,56.753],[-2.467,56.752],[-2.463,56.748],[-2.46,56.747],[-2.455,56.748],[-2.45,56.751],[-2.445,56.752],[-2.438,56.751],[-2.431,56.752],[-2.427,56.754],[-2.424,56.757],[-2.418,56.761],[-2.41,56.768],[-2.404,56.773],[-2.396,56.775],[-2.384,56.775],[-2.376,56.774],[-2.376,56.776],[-2.371,56.779],[-2.368,56.782],[-2.361,56.784],[-2.359,56.787],[-2.355,56.787],[-2.347,56.79],[-2.338,56.792],[-2.335,56.794],[-2.326,56.796],[-2.314,56.803],[-2.314,56.804],[-2.308,56.807],[-2.307,56.809],[-2.304,56.812],[-2.301,56.816],[-2.296,56.819],[-2.293,56.823],[-2.291,56.824],[-2.29,56.827],[-2.283,56.828],[-2.277,56.83],[-2.278,56.832],[-2.275,56.835],[-2.275,56.841],[-2.273,56.844],[-2.262,56.845],[-2.257,56.847],[-2.253,56.851],[-2.251,56.854],[-2.245,56.857],[-2.243,56.859],[-2.239,56.86],[-2.236,56.863],[-2.233,56.863],[-2.23,56.869],[-2.225,56.872],[-2.224,56.875],[-2.22,56.876],[-2.214,56.884],[-2.219,56.887],[-2.213,56.893],[-2.215,56.895],[-2.207,56.898],[-2.208,56.9],[-2.205,56.902],[-2.203,56.908],[-2.198,56.908],[-2.196,56.909],[-2.198,56.914],[-2.197,56.915],[-2.2,56.919],[-2.201,56.924],[-2.197,56.925],[-2.197,56.931],[-2.202,56.933],[-2.198,56.935],[-2.2,56.937],[-2.196,56.94],[-2.195,56.942],[-2.199,56.943],[-2.198,56.945],[-2.2,56.949],[-2.193,56.952],[-2.199,56.953],[-2.202,56.958],[-2.206,56.962],[-2.207,56.967],[-2.204,56.969],[-2.2,56.971],[-2.196,56.974],[-2.192,56.975],[-2.187,56.979],[-2.182,56.979],[-2.181,56.983],[-2.182,56.986],[-2.179,56.99],[-2.18,56.991],[-2.175,56.997],[-2.171,56.999],[-2.168,57.003],[-2.168,57.009],[-2.165,57.009],[-2.162,57.012],[-2.164,57.014],[-2.161,57.018],[-2.155,57.02],[-2.148,57.024],[-2.145,57.03],[-2.143,57.032],[-2.138,57.033],[-2.132,57.036],[-2.128,57.041],[-2.121,57.044],[-2.12,57.046],[-2.123,57.048],[-2.121,57.05],[-2.116,57.051],[-2.116,57.053],[-2.111,57.054],[-2.111,57.057],[-2.105,57.057],[-2.107,57.062],[-2.104,57.064],[-2.099,57.065],[-2.092,57.068],[-2.093,57.073],[-2.096,57.074],[-2.09,57.079],[-2.089,57.081],[-2.085,57.086],[-2.089,57.087],[-2.098,57.088],[-2.119,57.09],[-2.119,57.104],[-2.122,57.108],[-2.121,57.114],[-2.124,57.117],[-2.129,57.118],[-2.145,57.117],[-2.15,57.115],[-2.16,57.113],[-2.171,57.115],[-2.175,57.112],[-2.176,57.109],[-2.179,57.107],[-2.184,57.108],[-2.189,57.108],[-2.192,57.105],[-2.197,57.104],[-2.202,57.105],[-2.216,57.1],[-2.219,57.102],[-2.224,57.101],[-2.231,57.095],[-2.238,57.094],[-2.244,57.096],[-2.251,57.096],[-2.259,57.095],[-2.261,57.094],[-2.26,57.087],[-2.261,57.085],[-2.27,57.08],[-2.274,57.078],[-2.288,57.08],[-2.294,57.079],[-2.298,57.078],[-2.308,57.076],[-2.313,57.078],[-2.317,57.08],[-2.31,57.082],[-2.302,57.085],[-2.299,57.087],[-2.291,57.089],[-2.288,57.094],[-2.281,57.096],[-2.28,57.099],[-2.284,57.102],[-2.29,57.102],[-2.299,57.104],[-2.304,57.105],[-2.31,57.103],[-2.32,57.102],[-2.322,57.103],[-2.331,57.102],[-2.337,57.103],[-2.345,57.107],[-2.351,57.108],[-2.361,57.109],[-2.361,57.111],[-2.352,57.121],[-2.351,57.131],[-2.354,57.133],[-2.351,57.136],[-2.339,57.134],[-2.333,57.132],[-2.326,57.126],[-2.317,57.125],[-2.309,57.125],[-2.3,57.127],[-2.296,57.128],[-2.29,57.129],[-2.284,57.131],[-2.279,57.129],[-2.275,57.13],[-2.275,57.132],[-2.277,57.134],[-2.278,57.138],[-2.273,57.144],[-2.267,57.146],[-2.267,57.147],[-2.259,57.154],[-2.257,57.157],[-2.254,57.158],[-2.255,57.162],[-2.261,57.17],[-2.268,57.173],[-2.271,57.173],[-2.273,57.177],[-2.272,57.18],[-2.274,57.182],[-2.278,57.183],[-2.281,57.186],[-2.286,57.188],[-2.29,57.193],[-2.295,57.198],[-2.29,57.202],[-2.281,57.201],[-2.278,57.204],[-2.282,57.207],[-2.278,57.211],[-2.278,57.213],[-2.282,57.215],[-2.279,57.22],[-2.28,57.225],[-2.28,57.227],[-2.274,57.23],[-2.273,57.235]]]},"properties":{"Name":"West Aberdeenshire and Kincardine","ID":"S14000058"},"id":583}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.875,57.381],[-1.881,57.383],[-1.887,57.383],[-1.896,57.386],[-1.899,57.39],[-1.902,57.391],[-1.903,57.393],[-1.907,57.393],[-1.913,57.394],[-1.912,57.396],[-1.926,57.399],[-1.928,57.401],[-1.936,57.4],[-1.947,57.401],[-1.95,57.405],[-1.951,57.409],[-1.951,57.416],[-1.956,57.416],[-1.962,57.421],[-1.965,57.428],[-1.969,57.429],[-1.97,57.432],[-1.967,57.436],[-1.968,57.44],[-1.959,57.442],[-1.958,57.446],[-1.959,57.449],[-1.966,57.452],[-1.965,57.453],[-1.964,57.459],[-1.967,57.464],[-1.97,57.467],[-1.972,57.471],[-1.969,57.474],[-1.971,57.478],[-1.969,57.482],[-1.961,57.49],[-1.961,57.493],[-1.965,57.494],[-1.97,57.494],[-1.982,57.496],[-1.987,57.5],[-1.996,57.5],[-2.003,57.501],[-2.001,57.511],[-2.006,57.512],[-2.014,57.511],[-2.019,57.511],[-2.026,57.51],[-2.029,57.516],[-2.023,57.519],[-2.025,57.526],[-2.036,57.525],[-2.047,57.525],[-2.055,57.524],[-2.06,57.525],[-2.065,57.525],[-2.066,57.527],[-2.07,57.53],[-2.076,57.531],[-2.081,57.532],[-2.09,57.533],[-2.096,57.536],[-2.103,57.537],[-2.107,57.539],[-2.114,57.541],[-2.14,57.549],[-2.144,57.552],[-2.153,57.558],[-2.153,57.56],[-2.156,57.563],[-2.157,57.565],[-2.163,57.568],[-2.166,57.568],[-2.17,57.569],[-2.17,57.571],[-2.175,57.575],[-2.183,57.576],[-2.186,57.576],[-2.191,57.577],[-2.202,57.583],[-2.207,57.585],[-2.21,57.58],[-2.216,57.577],[-2.217,57.574],[-2.221,57.571],[-2.225,57.574],[-2.226,57.579],[-2.23,57.578],[-2.233,57.582],[-2.234,57.586],[-2.237,57.587],[-2.244,57.585],[-2.25,57.585],[-2.262,57.586],[-2.265,57.586],[-2.272,57.582],[-2.275,57.576],[-2.281,57.565],[-2.287,57.565],[-2.29,57.566],[-2.305,57.569],[-2.315,57.576],[-2.324,57.577],[-2.329,57.58],[-2.333,57.582],[-2.343,57.583],[-2.345,57.582],[-2.348,57.585],[-2.361,57.588],[-2.369,57.586],[-2.377,57.587],[-2.383,57.586],[-2.395,57.583],[-2.397,57.584],[-2.417,57.584],[-2.432,57.583],[-2.437,57.582],[-2.441,57.582],[-2.447,57.583],[-2.453,57.583],[-2.455,57.582],[-2.459,57.572],[-2.461,57.57],[-2.466,57.568],[-2.475,57.567],[-2.481,57.566],[-2.486,57.561],[-2.491,57.561],[-2.497,57.562],[-2.503,57.557],[-2.503,57.555],[-2.499,57.553],[-2.494,57.553],[-2.488,57.551],[-2.491,57.55],[-2.487,57.548],[-2.483,57.544],[-2.478,57.542],[-2.479,57.54],[-2.484,57.539],[-2.487,57.54],[-2.496,57.537],[-2.505,57.538],[-2.51,57.536],[-2.523,57.534],[-2.533,57.537],[-2.537,57.537],[-2.543,57.535],[-2.547,57.531],[-2.554,57.53],[-2.555,57.522],[-2.552,57.52],[-2.552,57.515],[-2.561,57.517],[-2.568,57.517],[-2.575,57.522],[-2.587,57.522],[-2.593,57.52],[-2.605,57.517],[-2.609,57.512],[-2.622,57.514],[-2.629,57.514],[-2.635,57.522],[-2.644,57.525],[-2.648,57.528],[-2.659,57.528],[-2.661,57.527],[-2.667,57.525],[-2.67,57.522],[-2.681,57.521],[-2.681,57.517],[-2.693,57.516],[-2.691,57.514],[-2.693,57.509],[-2.698,57.508],[-2.708,57.511],[-2.718,57.501],[-2.724,57.504],[-2.728,57.505],[-2.735,57.504],[-2.742,57.504],[-2.745,57.508],[-2.754,57.51],[-2.76,57.514],[-2.758,57.522],[-2.766,57.521],[-2.772,57.518],[-2.774,57.516],[-2.78,57.516],[-2.782,57.51],[-2.789,57.508],[-2.8,57.513],[-2.803,57.515],[-2.811,57.52],[-2.816,57.52],[-2.818,57.521],[-2.819,57.529],[-2.821,57.535],[-2.824,57.536],[-2.826,57.539],[-2.837,57.538],[-2.846,57.535],[-2.851,57.534],[-2.864,57.53],[-2.869,57.53],[-2.882,57.533],[-2.887,57.532],[-2.89,57.527],[-2.886,57.522],[-2.909,57.509],[-2.92,57.506],[-2.921,57.502],[-2.92,57.5],[-2.916,57.497],[-2.917,57.495],[-2.928,57.495],[-2.938,57.494],[-2.962,57.494],[-2.968,57.495],[-2.97,57.497],[-2.973,57.496],[-2.971,57.493],[-2.98,57.486],[-2.987,57.483],[-2.986,57.478],[-2.99,57.472],[-2.992,57.471],[-2.996,57.467],[-3.002,57.465],[-3.006,57.463],[-3.011,57.462],[-3.013,57.46],[-3.011,57.456],[-3.012,57.453],[-3.02,57.45],[-3.011,57.443],[-2.996,57.444],[-2.991,57.44],[-2.975,57.442],[-2.965,57.44],[-2.955,57.44],[-2.958,57.438],[-2.969,57.434],[-2.982,57.427],[-2.991,57.424],[-3.007,57.421],[-3.018,57.413],[-3.019,57.408],[-3.024,57.405],[-3.011,57.403],[-3.003,57.403],[-3,57.4],[-2.996,57.398],[-2.989,57.399],[-2.985,57.396],[-2.986,57.393],[-2.978,57.388],[-2.968,57.383],[-2.962,57.382],[-2.955,57.378],[-2.957,57.376],[-2.969,57.371],[-2.975,57.37],[-2.98,57.365],[-2.984,57.363],[-2.978,57.357],[-2.973,57.354],[-2.97,57.351],[-2.97,57.342],[-2.974,57.339],[-2.972,57.328],[-2.969,57.327],[-2.966,57.322],[-2.962,57.32],[-2.955,57.318],[-2.954,57.316],[-2.962,57.313],[-2.973,57.303],[-2.977,57.297],[-2.973,57.289],[-2.976,57.285],[-2.982,57.282],[-2.984,57.278],[-2.976,57.26],[-2.966,57.25],[-2.946,57.244],[-2.937,57.244],[-2.93,57.237],[-2.926,57.234],[-2.918,57.224],[-2.914,57.226],[-2.908,57.226],[-2.903,57.23],[-2.901,57.233],[-2.893,57.234],[-2.887,57.232],[-2.884,57.235],[-2.879,57.236],[-2.875,57.234],[-2.869,57.235],[-2.859,57.234],[-2.859,57.232],[-2.85,57.233],[-2.849,57.23],[-2.845,57.228],[-2.841,57.23],[-2.834,57.232],[-2.822,57.231],[-2.818,57.223],[-2.824,57.221],[-2.821,57.22],[-2.822,57.216],[-2.817,57.214],[-2.805,57.212],[-2.78,57.211],[-2.776,57.209],[-2.772,57.21],[-2.766,57.211],[-2.756,57.207],[-2.742,57.208],[-2.739,57.21],[-2.738,57.213],[-2.743,57.216],[-2.746,57.22],[-2.744,57.221],[-2.744,57.227],[-2.742,57.229],[-2.744,57.231],[-2.74,57.236],[-2.74,57.241],[-2.729,57.243],[-2.719,57.242],[-2.712,57.243],[-2.706,57.245],[-2.698,57.245],[-2.694,57.243],[-2.69,57.245],[-2.687,57.245],[-2.676,57.243],[-2.667,57.244],[-2.661,57.244],[-2.657,57.246],[-2.651,57.246],[-2.644,57.242],[-2.64,57.237],[-2.642,57.233],[-2.649,57.229],[-2.649,57.226],[-2.643,57.225],[-2.634,57.222],[-2.633,57.225],[-2.62,57.227],[-2.591,57.231],[-2.593,57.235],[-2.592,57.237],[-2.599,57.243],[-2.602,57.247],[-2.602,57.249],[-2.597,57.263],[-2.591,57.269],[-2.585,57.269],[-2.576,57.271],[-2.573,57.273],[-2.563,57.273],[-2.558,57.275],[-2.538,57.279],[-2.537,57.281],[-2.536,57.29],[-2.532,57.295],[-2.523,57.298],[-2.517,57.298],[-2.511,57.3],[-2.508,57.3],[-2.504,57.293],[-2.505,57.288],[-2.504,57.284],[-2.501,57.282],[-2.502,57.277],[-2.503,57.275],[-2.503,57.269],[-2.515,57.269],[-2.514,57.266],[-2.516,57.261],[-2.509,57.251],[-2.511,57.25],[-2.508,57.247],[-2.507,57.245],[-2.499,57.247],[-2.496,57.249],[-2.49,57.247],[-2.487,57.247],[-2.485,57.245],[-2.48,57.243],[-2.472,57.239],[-2.473,57.236],[-2.465,57.233],[-2.454,57.234],[-2.451,57.237],[-2.457,57.24],[-2.45,57.242],[-2.449,57.243],[-2.441,57.248],[-2.441,57.25],[-2.439,57.253],[-2.442,57.258],[-2.44,57.261],[-2.443,57.263],[-2.441,57.265],[-2.43,57.265],[-2.423,57.27],[-2.416,57.27],[-2.409,57.273],[-2.397,57.268],[-2.396,57.264],[-2.398,57.26],[-2.404,57.255],[-2.407,57.248],[-2.414,57.243],[-2.414,57.241],[-2.408,57.229],[-2.41,57.224],[-2.41,57.221],[-2.417,57.219],[-2.419,57.217],[-2.425,57.215],[-2.422,57.212],[-2.424,57.21],[-2.42,57.208],[-2.412,57.198],[-2.405,57.2],[-2.397,57.197],[-2.38,57.196],[-2.378,57.195],[-2.363,57.195],[-2.352,57.197],[-2.352,57.201],[-2.349,57.203],[-2.351,57.207],[-2.345,57.208],[-2.337,57.206],[-2.332,57.206],[-2.321,57.207],[-2.308,57.222],[-2.307,57.226],[-2.31,57.228],[-2.303,57.23],[-2.291,57.231],[-2.286,57.23],[-2.285,57.233],[-2.282,57.235],[-2.277,57.234],[-2.273,57.235],[-2.271,57.233],[-2.265,57.232],[-2.264,57.229],[-2.259,57.229],[-2.254,57.231],[-2.252,57.233],[-2.244,57.234],[-2.241,57.235],[-2.238,57.234],[-2.236,57.229],[-2.231,57.231],[-2.226,57.229],[-2.224,57.23],[-2.217,57.23],[-2.211,57.229],[-2.207,57.231],[-2.204,57.231],[-2.204,57.226],[-2.202,57.223],[-2.192,57.219],[-2.186,57.218],[-2.18,57.216],[-2.179,57.213],[-2.175,57.21],[-2.172,57.213],[-2.167,57.211],[-2.165,57.213],[-2.155,57.214],[-2.148,57.211],[-2.143,57.211],[-2.137,57.215],[-2.138,57.217],[-2.131,57.218],[-2.129,57.223],[-2.128,57.227],[-2.116,57.225],[-2.095,57.222],[-2.088,57.219],[-2.081,57.219],[-2.076,57.218],[-2.068,57.214],[-2.064,57.214],[-2.061,57.212],[-2.055,57.224],[-2.05,57.231],[-2.043,57.243],[-2.017,57.276],[-1.999,57.296],[-1.99,57.305],[-1.992,57.31],[-1.995,57.312],[-1.991,57.316],[-1.995,57.32],[-1.997,57.32],[-2,57.324],[-1.999,57.332],[-2.009,57.336],[-2.007,57.337],[-2.009,57.341],[-2.008,57.343],[-2.004,57.345],[-1.998,57.344],[-1.995,57.347],[-2.002,57.348],[-2.011,57.351],[-2.008,57.356],[-2.005,57.353],[-1.992,57.35],[-1.99,57.347],[-1.996,57.344],[-1.999,57.339],[-1.998,57.334],[-1.994,57.331],[-1.995,57.328],[-1.993,57.326],[-1.989,57.32],[-1.986,57.318],[-1.986,57.316],[-1.992,57.311],[-1.986,57.311],[-1.983,57.314],[-1.979,57.319],[-1.972,57.325],[-1.967,57.328],[-1.965,57.328],[-1.954,57.332],[-1.955,57.334],[-1.942,57.34],[-1.94,57.344],[-1.934,57.345],[-1.935,57.347],[-1.925,57.35],[-1.923,57.355],[-1.919,57.357],[-1.916,57.36],[-1.914,57.363],[-1.911,57.364],[-1.91,57.366],[-1.903,57.368],[-1.899,57.371],[-1.895,57.371],[-1.893,57.374],[-1.888,57.373],[-1.886,57.376],[-1.875,57.381]]]},"properties":{"Name":"Gordon and Buchan","ID":"S14000091"},"id":584}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.136,56.036],[-3.141,56.034],[-3.137,56.032],[-3.132,56.028],[-3.13,56.028],[-3.136,56.036]]],[[[-3.103,56.136],[-3.114,56.137],[-3.109,56.142],[-3.117,56.145],[-3.113,56.148],[-3.116,56.15],[-3.117,56.153],[-3.128,56.151],[-3.129,56.154],[-3.137,56.153],[-3.136,56.149],[-3.139,56.145],[-3.147,56.144],[-3.17,56.144],[-3.183,56.143],[-3.192,56.142],[-3.201,56.14],[-3.211,56.138],[-3.224,56.135],[-3.243,56.133],[-3.262,56.127],[-3.282,56.124],[-3.289,56.123],[-3.305,56.119],[-3.301,56.116],[-3.306,56.114],[-3.316,56.113],[-3.321,56.111],[-3.323,56.113],[-3.327,56.113],[-3.328,56.117],[-3.331,56.118],[-3.331,56.12],[-3.324,56.129],[-3.328,56.13],[-3.334,56.14],[-3.342,56.139],[-3.349,56.135],[-3.356,56.135],[-3.359,56.132],[-3.358,56.13],[-3.361,56.128],[-3.361,56.126],[-3.374,56.123],[-3.383,56.12],[-3.388,56.116],[-3.393,56.114],[-3.401,56.111],[-3.409,56.11],[-3.427,56.107],[-3.433,56.104],[-3.433,56.1],[-3.429,56.101],[-3.426,56.093],[-3.419,56.093],[-3.415,56.09],[-3.402,56.091],[-3.402,56.088],[-3.401,56.085],[-3.395,56.079],[-3.39,56.074],[-3.388,56.071],[-3.387,56.066],[-3.388,56.055],[-3.389,56.052],[-3.394,56.049],[-3.404,56.045],[-3.406,56.043],[-3.409,56.034],[-3.407,56.022],[-3.403,56.015],[-3.409,56.016],[-3.407,56.013],[-3.401,56.009],[-3.396,56.01],[-3.392,56.007],[-3.388,56.011],[-3.39,56.017],[-3.388,56.019],[-3.388,56.023],[-3.395,56.023],[-3.401,56.025],[-3.394,56.028],[-3.39,56.026],[-3.384,56.025],[-3.377,56.029],[-3.373,56.029],[-3.369,56.028],[-3.357,56.026],[-3.353,56.028],[-3.35,56.03],[-3.342,56.033],[-3.343,56.035],[-3.347,56.036],[-3.343,56.038],[-3.334,56.04],[-3.329,56.039],[-3.324,56.038],[-3.323,56.035],[-3.319,56.035],[-3.312,56.039],[-3.311,56.044],[-3.306,56.045],[-3.304,56.048],[-3.3,56.048],[-3.297,56.051],[-3.294,56.053],[-3.288,56.05],[-3.284,56.056],[-3.28,56.056],[-3.262,56.06],[-3.251,56.061],[-3.248,56.058],[-3.235,56.055],[-3.234,56.054],[-3.224,56.057],[-3.223,56.059],[-3.225,56.061],[-3.222,56.063],[-3.217,56.064],[-3.205,56.064],[-3.194,56.063],[-3.185,56.064],[-3.178,56.062],[-3.173,56.064],[-3.174,56.068],[-3.171,56.069],[-3.169,56.072],[-3.164,56.075],[-3.163,56.079],[-3.16,56.081],[-3.158,56.085],[-3.16,56.092],[-3.16,56.099],[-3.156,56.109],[-3.152,56.115],[-3.147,56.116],[-3.14,56.12],[-3.132,56.119],[-3.129,56.121],[-3.124,56.121],[-3.12,56.124],[-3.115,56.129],[-3.105,56.134],[-3.103,56.136]]]]},"properties":{"Name":"Cowdenbeath and Kirkcaldy","ID":"S14000071"},"id":585}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.079,57.162],[-2.087,57.162],[-2.097,57.161],[-2.106,57.16],[-2.11,57.161],[-2.113,57.158],[-2.109,57.152],[-2.105,57.15],[-2.106,57.148],[-2.113,57.146],[-2.118,57.15],[-2.124,57.149],[-2.131,57.148],[-2.149,57.145],[-2.149,57.149],[-2.164,57.148],[-2.173,57.145],[-2.18,57.149],[-2.198,57.145],[-2.206,57.146],[-2.22,57.147],[-2.234,57.146],[-2.247,57.148],[-2.253,57.147],[-2.267,57.147],[-2.267,57.146],[-2.273,57.144],[-2.278,57.138],[-2.277,57.134],[-2.275,57.132],[-2.275,57.13],[-2.279,57.129],[-2.284,57.131],[-2.29,57.129],[-2.296,57.128],[-2.3,57.127],[-2.309,57.125],[-2.317,57.125],[-2.326,57.126],[-2.333,57.132],[-2.339,57.134],[-2.351,57.136],[-2.354,57.133],[-2.351,57.131],[-2.352,57.121],[-2.361,57.111],[-2.361,57.109],[-2.351,57.108],[-2.345,57.107],[-2.337,57.103],[-2.331,57.102],[-2.322,57.103],[-2.32,57.102],[-2.31,57.103],[-2.304,57.105],[-2.299,57.104],[-2.29,57.102],[-2.284,57.102],[-2.28,57.099],[-2.281,57.096],[-2.288,57.094],[-2.291,57.089],[-2.299,57.087],[-2.302,57.085],[-2.31,57.082],[-2.317,57.08],[-2.313,57.078],[-2.308,57.076],[-2.298,57.078],[-2.294,57.079],[-2.288,57.08],[-2.274,57.078],[-2.27,57.08],[-2.261,57.085],[-2.26,57.087],[-2.261,57.094],[-2.259,57.095],[-2.251,57.096],[-2.244,57.096],[-2.238,57.094],[-2.231,57.095],[-2.224,57.101],[-2.219,57.102],[-2.216,57.1],[-2.202,57.105],[-2.197,57.104],[-2.192,57.105],[-2.189,57.108],[-2.184,57.108],[-2.179,57.107],[-2.176,57.109],[-2.175,57.112],[-2.171,57.115],[-2.16,57.113],[-2.15,57.115],[-2.145,57.117],[-2.129,57.118],[-2.124,57.117],[-2.121,57.114],[-2.122,57.108],[-2.119,57.104],[-2.119,57.09],[-2.098,57.088],[-2.089,57.087],[-2.085,57.086],[-2.081,57.088],[-2.082,57.091],[-2.079,57.096],[-2.073,57.098],[-2.073,57.104],[-2.065,57.107],[-2.064,57.109],[-2.062,57.111],[-2.056,57.12],[-2.054,57.121],[-2.054,57.124],[-2.048,57.129],[-2.057,57.131],[-2.059,57.134],[-2.055,57.136],[-2.048,57.138],[-2.046,57.139],[-2.053,57.14],[-2.055,57.142],[-2.06,57.143],[-2.071,57.14],[-2.075,57.141],[-2.091,57.142],[-2.09,57.144],[-2.079,57.142],[-2.073,57.146],[-2.076,57.149],[-2.078,57.155],[-2.079,57.162]]]},"properties":{"Name":"Aberdeen South","ID":"S14000061"},"id":586}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.289,55.992],[-3.288,55.995],[-3.292,55.995],[-3.293,55.993],[-3.289,55.992]]],[[[-3.269,55.98],[-3.276,55.98],[-3.284,55.98],[-3.289,55.979],[-3.299,55.981],[-3.302,55.98],[-3.309,55.983],[-3.315,55.984],[-3.318,55.983],[-3.33,55.988],[-3.334,55.993],[-3.337,55.994],[-3.343,55.997],[-3.345,55.997],[-3.352,56.002],[-3.355,56],[-3.359,56],[-3.366,55.999],[-3.368,55.995],[-3.377,55.991],[-3.39,55.99],[-3.395,55.99],[-3.407,55.994],[-3.411,55.992],[-3.417,55.993],[-3.425,55.994],[-3.427,55.99],[-3.432,55.989],[-3.43,55.985],[-3.43,55.982],[-3.435,55.98],[-3.437,55.979],[-3.442,55.978],[-3.448,55.978],[-3.445,55.97],[-3.442,55.967],[-3.443,55.961],[-3.426,55.959],[-3.425,55.954],[-3.429,55.952],[-3.435,55.951],[-3.44,55.951],[-3.449,55.951],[-3.443,55.943],[-3.439,55.941],[-3.428,55.936],[-3.418,55.934],[-3.421,55.932],[-3.429,55.932],[-3.428,55.926],[-3.434,55.92],[-3.434,55.917],[-3.436,55.916],[-3.438,55.913],[-3.442,55.913],[-3.442,55.91],[-3.444,55.908],[-3.442,55.905],[-3.436,55.906],[-3.419,55.902],[-3.407,55.903],[-3.398,55.903],[-3.39,55.903],[-3.39,55.899],[-3.387,55.896],[-3.384,55.897],[-3.382,55.894],[-3.368,55.895],[-3.36,55.898],[-3.339,55.902],[-3.342,55.906],[-3.338,55.907],[-3.333,55.909],[-3.337,55.914],[-3.341,55.916],[-3.337,55.92],[-3.332,55.92],[-3.33,55.922],[-3.323,55.923],[-3.316,55.927],[-3.306,55.928],[-3.304,55.93],[-3.308,55.934],[-3.307,55.935],[-3.298,55.935],[-3.299,55.936],[-3.282,55.933],[-3.275,55.933],[-3.27,55.926],[-3.262,55.93],[-3.26,55.933],[-3.249,55.937],[-3.25,55.938],[-3.217,55.946],[-3.215,55.947],[-3.221,55.951],[-3.214,55.952],[-3.217,55.955],[-3.222,55.955],[-3.232,55.963],[-3.236,55.968],[-3.261,55.966],[-3.264,55.968],[-3.267,55.973],[-3.269,55.98]]]]},"properties":{"Name":"Edinburgh West","ID":"S14000082"},"id":587}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.367,55.946],[-2.375,55.947],[-2.381,55.951],[-2.384,55.951],[-2.395,55.958],[-2.399,55.964],[-2.398,55.967],[-2.403,55.972],[-2.405,55.972],[-2.414,55.97],[-2.422,55.971],[-2.423,55.975],[-2.434,55.978],[-2.437,55.979],[-2.441,55.981],[-2.445,55.988],[-2.45,55.987],[-2.453,55.988],[-2.461,55.987],[-2.468,55.989],[-2.471,55.994],[-2.474,55.996],[-2.478,55.996],[-2.484,55.997],[-2.489,55.995],[-2.497,55.998],[-2.506,55.999],[-2.51,56],[-2.513,56.002],[-2.514,56.005],[-2.519,56.005],[-2.531,56.007],[-2.536,56.005],[-2.542,56.005],[-2.542,56.002],[-2.544,55.999],[-2.551,55.998],[-2.552,56],[-2.558,56.001],[-2.554,56.003],[-2.559,56.005],[-2.57,56.011],[-2.571,56.008],[-2.578,56.004],[-2.578,56.001],[-2.583,56.001],[-2.589,55.999],[-2.599,55.998],[-2.601,56.003],[-2.6,56.005],[-2.592,56.007],[-2.59,56.011],[-2.593,56.013],[-2.59,56.015],[-2.59,56.017],[-2.586,56.019],[-2.585,56.022],[-2.593,56.024],[-2.598,56.026],[-2.608,56.033],[-2.612,56.033],[-2.61,56.036],[-2.611,56.038],[-2.616,56.041],[-2.619,56.043],[-2.621,56.048],[-2.629,56.052],[-2.637,56.052],[-2.64,56.054],[-2.649,56.054],[-2.649,56.057],[-2.654,56.057],[-2.656,56.059],[-2.66,56.059],[-2.665,56.058],[-2.67,56.058],[-2.676,56.059],[-2.679,56.062],[-2.685,56.061],[-2.696,56.06],[-2.696,56.058],[-2.704,56.057],[-2.712,56.058],[-2.718,56.061],[-2.721,56.059],[-2.729,56.061],[-2.733,56.061],[-2.741,56.062],[-2.746,56.062],[-2.75,56.06],[-2.758,56.06],[-2.775,56.064],[-2.779,56.064],[-2.787,56.066],[-2.792,56.064],[-2.799,56.065],[-2.807,56.062],[-2.816,56.062],[-2.819,56.058],[-2.823,56.055],[-2.825,56.052],[-2.831,56.051],[-2.834,56.048],[-2.835,56.044],[-2.838,56.041],[-2.848,56.038],[-2.862,56.037],[-2.867,56.036],[-2.865,56.034],[-2.867,56.027],[-2.866,56.025],[-2.859,56.018],[-2.855,56.016],[-2.85,56.016],[-2.851,56.013],[-2.858,56.011],[-2.862,56.012],[-2.868,56.011],[-2.874,56.014],[-2.878,56.013],[-2.885,56.012],[-2.89,56.01],[-2.889,56.007],[-2.89,56.006],[-2.885,56.002],[-2.885,55.998],[-2.889,55.992],[-2.9,55.988],[-2.897,55.984],[-2.901,55.981],[-2.905,55.981],[-2.915,55.975],[-2.921,55.974],[-2.937,55.972],[-2.948,55.973],[-2.965,55.971],[-2.966,55.969],[-2.971,55.97],[-2.977,55.967],[-2.978,55.964],[-2.984,55.96],[-2.991,55.958],[-3,55.956],[-3.005,55.956],[-3.01,55.953],[-3.022,55.951],[-3.035,55.954],[-3.038,55.954],[-3.046,55.953],[-3.049,55.95],[-3.046,55.95],[-3.045,55.945],[-3.043,55.946],[-3.042,55.941],[-3.038,55.935],[-3.038,55.933],[-3.033,55.93],[-3.028,55.928],[-3.036,55.928],[-3.047,55.925],[-3.044,55.922],[-3.049,55.919],[-3.049,55.916],[-3.053,55.915],[-3.055,55.912],[-3.053,55.911],[-3.042,55.91],[-3.034,55.908],[-3.031,55.906],[-3.018,55.902],[-3.01,55.902],[-3.007,55.907],[-3.003,55.909],[-2.989,55.913],[-2.984,55.912],[-2.974,55.913],[-2.969,55.912],[-2.966,55.911],[-2.967,55.903],[-2.957,55.9],[-2.956,55.9],[-2.962,55.895],[-2.95,55.892],[-2.947,55.889],[-2.949,55.885],[-2.948,55.881],[-2.941,55.878],[-2.941,55.876],[-2.938,55.875],[-2.936,55.872],[-2.936,55.867],[-2.937,55.864],[-2.931,55.861],[-2.927,55.861],[-2.924,55.863],[-2.919,55.862],[-2.918,55.859],[-2.914,55.857],[-2.911,55.859],[-2.901,55.86],[-2.902,55.855],[-2.898,55.853],[-2.899,55.851],[-2.897,55.849],[-2.889,55.847],[-2.88,55.847],[-2.88,55.845],[-2.878,55.843],[-2.874,55.844],[-2.869,55.839],[-2.862,55.84],[-2.862,55.837],[-2.855,55.834],[-2.86,55.831],[-2.857,55.83],[-2.851,55.826],[-2.847,55.823],[-2.846,55.819],[-2.845,55.818],[-2.84,55.818],[-2.833,55.821],[-2.831,55.823],[-2.823,55.826],[-2.819,55.83],[-2.812,55.83],[-2.807,55.832],[-2.802,55.832],[-2.794,55.835],[-2.786,55.836],[-2.777,55.844],[-2.775,55.842],[-2.774,55.838],[-2.765,55.839],[-2.758,55.839],[-2.759,55.836],[-2.755,55.832],[-2.748,55.83],[-2.744,55.83],[-2.741,55.829],[-2.735,55.83],[-2.724,55.835],[-2.705,55.837],[-2.696,55.836],[-2.696,55.84],[-2.691,55.842],[-2.687,55.839],[-2.673,55.846],[-2.669,55.847],[-2.665,55.846],[-2.66,55.842],[-2.649,55.844],[-2.643,55.841],[-2.647,55.838],[-2.648,55.834],[-2.642,55.834],[-2.634,55.836],[-2.631,55.836],[-2.626,55.833],[-2.623,55.835],[-2.61,55.834],[-2.606,55.832],[-2.605,55.829],[-2.594,55.829],[-2.592,55.829],[-2.584,55.835],[-2.582,55.84],[-2.584,55.842],[-2.581,55.845],[-2.573,55.846],[-2.569,55.845],[-2.564,55.842],[-2.555,55.839],[-2.548,55.843],[-2.547,55.845],[-2.543,55.848],[-2.544,55.851],[-2.539,55.858],[-2.535,55.861],[-2.538,55.863],[-2.534,55.867],[-2.533,55.87],[-2.536,55.872],[-2.539,55.872],[-2.542,55.876],[-2.55,55.878],[-2.546,55.88],[-2.553,55.884],[-2.561,55.886],[-2.567,55.889],[-2.57,55.892],[-2.566,55.897],[-2.558,55.899],[-2.555,55.9],[-2.558,55.903],[-2.558,55.905],[-2.563,55.907],[-2.554,55.91],[-2.554,55.912],[-2.536,55.915],[-2.534,55.911],[-2.522,55.909],[-2.515,55.909],[-2.505,55.912],[-2.502,55.909],[-2.495,55.906],[-2.493,55.902],[-2.49,55.9],[-2.488,55.895],[-2.485,55.891],[-2.482,55.889],[-2.468,55.885],[-2.467,55.889],[-2.461,55.891],[-2.46,55.892],[-2.449,55.893],[-2.446,55.898],[-2.435,55.904],[-2.434,55.903],[-2.423,55.906],[-2.425,55.909],[-2.421,55.91],[-2.417,55.912],[-2.409,55.914],[-2.407,55.915],[-2.406,55.918],[-2.4,55.921],[-2.398,55.923],[-2.398,55.925],[-2.392,55.931],[-2.391,55.933],[-2.381,55.934],[-2.379,55.937],[-2.373,55.939],[-2.372,55.941],[-2.366,55.944],[-2.367,55.946]]]},"properties":{"Name":"Lothian East","ID":"S14000096"},"id":588}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.109,55.251],[-5.11,55.253],[-5.117,55.258],[-5.121,55.257],[-5.124,55.254],[-5.124,55.25],[-5.121,55.248],[-5.117,55.247],[-5.113,55.247],[-5.109,55.251]]],[[[-4.42,55.501],[-4.422,55.503],[-4.428,55.505],[-4.432,55.505],[-4.436,55.506],[-4.441,55.503],[-4.436,55.502],[-4.435,55.498],[-4.441,55.497],[-4.44,55.494],[-4.448,55.491],[-4.45,55.488],[-4.456,55.484],[-4.463,55.484],[-4.467,55.486],[-4.471,55.486],[-4.475,55.483],[-4.474,55.48],[-4.479,55.48],[-4.483,55.479],[-4.489,55.479],[-4.494,55.48],[-4.497,55.48],[-4.505,55.477],[-4.506,55.475],[-4.512,55.473],[-4.52,55.474],[-4.519,55.469],[-4.522,55.465],[-4.527,55.463],[-4.529,55.464],[-4.533,55.461],[-4.541,55.46],[-4.539,55.458],[-4.543,55.454],[-4.543,55.452],[-4.541,55.449],[-4.551,55.449],[-4.56,55.452],[-4.574,55.453],[-4.584,55.453],[-4.595,55.456],[-4.591,55.461],[-4.587,55.465],[-4.584,55.469],[-4.587,55.476],[-4.605,55.48],[-4.607,55.476],[-4.627,55.481],[-4.629,55.476],[-4.635,55.473],[-4.644,55.471],[-4.633,55.466],[-4.636,55.466],[-4.64,55.468],[-4.642,55.465],[-4.643,55.457],[-4.648,55.445],[-4.651,55.441],[-4.661,55.439],[-4.662,55.44],[-4.673,55.438],[-4.678,55.438],[-4.689,55.433],[-4.697,55.432],[-4.702,55.434],[-4.713,55.433],[-4.717,55.429],[-4.723,55.426],[-4.729,55.427],[-4.736,55.425],[-4.739,55.423],[-4.742,55.422],[-4.75,55.417],[-4.754,55.416],[-4.753,55.414],[-4.757,55.411],[-4.758,55.407],[-4.766,55.403],[-4.769,55.4],[-4.772,55.388],[-4.77,55.381],[-4.771,55.378],[-4.769,55.373],[-4.772,55.363],[-4.775,55.359],[-4.778,55.359],[-4.785,55.355],[-4.791,55.355],[-4.795,55.353],[-4.806,55.35],[-4.81,55.348],[-4.809,55.343],[-4.811,55.339],[-4.816,55.335],[-4.822,55.333],[-4.826,55.334],[-4.84,55.329],[-4.841,55.327],[-4.846,55.326],[-4.846,55.324],[-4.841,55.32],[-4.839,55.315],[-4.838,55.308],[-4.837,55.304],[-4.838,55.302],[-4.836,55.294],[-4.836,55.288],[-4.836,55.283],[-4.838,55.278],[-4.841,55.275],[-4.844,55.274],[-4.85,55.265],[-4.851,55.259],[-4.854,55.255],[-4.859,55.252],[-4.86,55.245],[-4.863,55.244],[-4.859,55.232],[-4.86,55.227],[-4.864,55.226],[-4.865,55.222],[-4.869,55.22],[-4.873,55.217],[-4.879,55.218],[-4.881,55.215],[-4.884,55.214],[-4.892,55.21],[-4.893,55.207],[-4.91,55.199],[-4.915,55.194],[-4.919,55.191],[-4.923,55.186],[-4.926,55.184],[-4.932,55.173],[-4.937,55.169],[-4.942,55.164],[-4.95,55.163],[-4.956,55.159],[-4.967,55.154],[-4.972,55.152],[-4.98,55.149],[-4.985,55.146],[-4.988,55.145],[-4.992,55.143],[-4.994,55.14],[-4.997,55.138],[-4.997,55.135],[-4.995,55.131],[-4.996,55.124],[-4.999,55.115],[-5.003,55.108],[-5.009,55.103],[-5.009,55.097],[-5.008,55.094],[-5.011,55.092],[-5.014,55.087],[-5.018,55.086],[-5.028,55.081],[-5.031,55.076],[-5.036,55.071],[-5.037,55.069],[-5.041,55.064],[-5.045,55.058],[-5.048,55.057],[-5.051,55.053],[-5.053,55.049],[-5.052,55.043],[-5.056,55.036],[-5.06,55.03],[-5.06,55.025],[-5.056,55.018],[-5.055,55.012],[-5.049,55.011],[-5.05,55.008],[-5.045,55.003],[-5.04,54.998],[-5.035,54.999],[-5.029,55.003],[-5.015,55.006],[-4.995,55.009],[-4.987,55.011],[-4.978,55.009],[-4.973,55.012],[-4.981,55.018],[-4.978,55.022],[-4.974,55.024],[-4.962,55.02],[-4.957,55.026],[-4.958,55.027],[-4.952,55.03],[-4.944,55.039],[-4.943,55.044],[-4.94,55.046],[-4.931,55.051],[-4.931,55.057],[-4.93,55.059],[-4.933,55.064],[-4.924,55.065],[-4.923,55.066],[-4.913,55.066],[-4.909,55.062],[-4.905,55.062],[-4.901,55.064],[-4.895,55.061],[-4.896,55.054],[-4.888,55.052],[-4.883,55.047],[-4.884,55.04],[-4.879,55.04],[-4.877,55.038],[-4.873,55.038],[-4.865,55.041],[-4.859,55.041],[-4.851,55.044],[-4.844,55.043],[-4.841,55.045],[-4.835,55.041],[-4.833,55.038],[-4.834,55.036],[-4.827,55.035],[-4.824,55.041],[-4.819,55.041],[-4.816,55.043],[-4.804,55.043],[-4.799,55.044],[-4.797,55.041],[-4.791,55.037],[-4.794,55.033],[-4.79,55.031],[-4.788,55.032],[-4.783,55.038],[-4.776,55.042],[-4.766,55.04],[-4.761,55.038],[-4.753,55.042],[-4.75,55.044],[-4.745,55.044],[-4.743,55.047],[-4.74,55.047],[-4.737,55.042],[-4.734,55.042],[-4.73,55.043],[-4.726,55.046],[-4.722,55.044],[-4.719,55.041],[-4.715,55.038],[-4.711,55.04],[-4.708,55.039],[-4.702,55.042],[-4.694,55.043],[-4.69,55.045],[-4.681,55.044],[-4.677,55.047],[-4.677,55.049],[-4.67,55.051],[-4.667,55.051],[-4.661,55.054],[-4.656,55.053],[-4.651,55.055],[-4.646,55.054],[-4.645,55.052],[-4.646,55.049],[-4.634,55.051],[-4.636,55.053],[-4.632,55.058],[-4.627,55.061],[-4.629,55.064],[-4.627,55.065],[-4.625,55.068],[-4.627,55.071],[-4.631,55.072],[-4.631,55.074],[-4.63,55.077],[-4.635,55.078],[-4.637,55.077],[-4.647,55.078],[-4.647,55.081],[-4.65,55.083],[-4.655,55.088],[-4.658,55.087],[-4.661,55.089],[-4.657,55.093],[-4.658,55.1],[-4.66,55.101],[-4.659,55.107],[-4.662,55.112],[-4.66,55.116],[-4.658,55.12],[-4.657,55.121],[-4.65,55.121],[-4.645,55.126],[-4.646,55.128],[-4.636,55.131],[-4.632,55.133],[-4.627,55.134],[-4.625,55.136],[-4.626,55.139],[-4.619,55.142],[-4.615,55.14],[-4.61,55.142],[-4.598,55.138],[-4.596,55.141],[-4.593,55.14],[-4.59,55.142],[-4.586,55.144],[-4.584,55.142],[-4.579,55.149],[-4.575,55.15],[-4.575,55.153],[-4.568,55.155],[-4.565,55.158],[-4.558,55.158],[-4.548,55.159],[-4.542,55.158],[-4.531,55.158],[-4.516,55.153],[-4.514,55.152],[-4.5,55.153],[-4.489,55.152],[-4.479,55.153],[-4.472,55.156],[-4.468,55.159],[-4.464,55.162],[-4.462,55.17],[-4.455,55.171],[-4.451,55.168],[-4.443,55.167],[-4.447,55.165],[-4.447,55.159],[-4.442,55.154],[-4.443,55.147],[-4.441,55.14],[-4.435,55.138],[-4.431,55.139],[-4.421,55.144],[-4.417,55.147],[-4.41,55.152],[-4.407,55.159],[-4.408,55.163],[-4.412,55.165],[-4.413,55.168],[-4.409,55.173],[-4.409,55.179],[-4.401,55.187],[-4.397,55.186],[-4.398,55.191],[-4.396,55.192],[-4.394,55.198],[-4.395,55.199],[-4.392,55.202],[-4.389,55.203],[-4.38,55.201],[-4.378,55.202],[-4.382,55.207],[-4.378,55.211],[-4.375,55.22],[-4.369,55.228],[-4.366,55.229],[-4.364,55.233],[-4.361,55.238],[-4.362,55.242],[-4.358,55.246],[-4.355,55.253],[-4.359,55.255],[-4.36,55.258],[-4.356,55.259],[-4.354,55.265],[-4.347,55.265],[-4.345,55.271],[-4.339,55.272],[-4.336,55.275],[-4.328,55.279],[-4.328,55.281],[-4.324,55.284],[-4.32,55.286],[-4.311,55.294],[-4.31,55.297],[-4.311,55.301],[-4.304,55.305],[-4.302,55.31],[-4.299,55.311],[-4.296,55.31],[-4.291,55.31],[-4.285,55.308],[-4.278,55.31],[-4.272,55.31],[-4.27,55.311],[-4.266,55.309],[-4.258,55.308],[-4.257,55.306],[-4.25,55.306],[-4.246,55.311],[-4.246,55.314],[-4.242,55.318],[-4.238,55.321],[-4.233,55.323],[-4.229,55.322],[-4.227,55.318],[-4.22,55.318],[-4.214,55.317],[-4.209,55.318],[-4.205,55.318],[-4.199,55.316],[-4.195,55.315],[-4.194,55.313],[-4.186,55.308],[-4.185,55.306],[-4.178,55.303],[-4.174,55.296],[-4.166,55.292],[-4.16,55.29],[-4.15,55.285],[-4.146,55.284],[-4.139,55.285],[-4.134,55.293],[-4.131,55.296],[-4.124,55.296],[-4.116,55.3],[-4.114,55.302],[-4.112,55.305],[-4.116,55.307],[-4.122,55.314],[-4.121,55.315],[-4.119,55.322],[-4.116,55.325],[-4.112,55.328],[-4.107,55.332],[-4.101,55.34],[-4.099,55.343],[-4.086,55.351],[-4.093,55.354],[-4.099,55.358],[-4.1,55.361],[-4.103,55.364],[-4.103,55.366],[-4.107,55.369],[-4.104,55.374],[-4.101,55.382],[-4.097,55.385],[-4.099,55.389],[-4.098,55.391],[-4.098,55.395],[-4.094,55.404],[-4.091,55.412],[-4.086,55.412],[-4.068,55.416],[-4.054,55.421],[-4.051,55.424],[-4.043,55.422],[-4.033,55.424],[-4.031,55.426],[-4.019,55.431],[-4.008,55.436],[-4.003,55.437],[-4.003,55.439],[-4.005,55.443],[-4.008,55.445],[-4.016,55.447],[-4.02,55.444],[-4.024,55.443],[-4.023,55.441],[-4.025,55.436],[-4.032,55.436],[-4.039,55.437],[-4.047,55.438],[-4.05,55.438],[-4.06,55.439],[-4.061,55.436],[-4.066,55.436],[-4.071,55.434],[-4.076,55.428],[-4.081,55.427],[-4.087,55.426],[-4.091,55.426],[-4.094,55.425],[-4.102,55.425],[-4.105,55.429],[-4.113,55.43],[-4.116,55.435],[-4.126,55.443],[-4.132,55.443],[-4.14,55.445],[-4.141,55.447],[-4.155,55.451],[-4.162,55.45],[-4.162,55.447],[-4.167,55.448],[-4.169,55.45],[-4.173,55.45],[-4.181,55.455],[-4.187,55.457],[-4.194,55.457],[-4.201,55.46],[-4.205,55.461],[-4.208,55.466],[-4.215,55.466],[-4.218,55.467],[-4.224,55.464],[-4.228,55.459],[-4.233,55.456],[-4.239,55.454],[-4.246,55.456],[-4.251,55.457],[-4.262,55.461],[-4.273,55.463],[-4.279,55.463],[-4.278,55.46],[-4.28,55.455],[-4.284,55.454],[-4.303,55.467],[-4.305,55.471],[-4.314,55.474],[-4.329,55.482],[-4.342,55.483],[-4.345,55.482],[-4.349,55.479],[-4.353,55.479],[-4.355,55.477],[-4.358,55.478],[-4.364,55.482],[-4.37,55.48],[-4.375,55.48],[-4.379,55.481],[-4.385,55.48],[-4.39,55.482],[-4.396,55.484],[-4.395,55.489],[-4.389,55.492],[-4.385,55.495],[-4.387,55.498],[-4.393,55.499],[-4.402,55.496],[-4.405,55.497],[-4.412,55.493],[-4.415,55.493],[-4.412,55.496],[-4.417,55.496],[-4.421,55.495],[-4.424,55.496],[-4.425,55.498],[-4.418,55.499],[-4.42,55.501]]]]},"properties":{"Name":"Ayr, Carrick and Cumnock","ID":"S14000006"},"id":589}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.639,55.669],[-4.643,55.669],[-4.646,55.666],[-4.652,55.664],[-4.656,55.661],[-4.661,55.657],[-4.667,55.655],[-4.681,55.654],[-4.679,55.659],[-4.68,55.663],[-4.683,55.664],[-4.688,55.659],[-4.69,55.657],[-4.694,55.654],[-4.69,55.651],[-4.693,55.647],[-4.692,55.645],[-4.686,55.643],[-4.688,55.641],[-4.69,55.64],[-4.696,55.641],[-4.702,55.639],[-4.711,55.638],[-4.713,55.635],[-4.711,55.633],[-4.704,55.626],[-4.703,55.622],[-4.7,55.62],[-4.695,55.618],[-4.688,55.615],[-4.688,55.614],[-4.686,55.611],[-4.682,55.61],[-4.683,55.614],[-4.686,55.616],[-4.686,55.62],[-4.679,55.612],[-4.679,55.61],[-4.684,55.608],[-4.689,55.608],[-4.694,55.606],[-4.695,55.604],[-4.687,55.601],[-4.677,55.594],[-4.672,55.59],[-4.667,55.584],[-4.662,55.577],[-4.658,55.57],[-4.659,55.566],[-4.658,55.561],[-4.659,55.553],[-4.658,55.551],[-4.659,55.548],[-4.664,55.548],[-4.674,55.544],[-4.677,55.544],[-4.68,55.547],[-4.685,55.548],[-4.685,55.546],[-4.676,55.541],[-4.671,55.54],[-4.669,55.542],[-4.664,55.542],[-4.657,55.537],[-4.652,55.53],[-4.649,55.527],[-4.642,55.524],[-4.634,55.52],[-4.631,55.518],[-4.625,55.51],[-4.621,55.503],[-4.62,55.497],[-4.623,55.491],[-4.628,55.49],[-4.627,55.481],[-4.607,55.476],[-4.605,55.48],[-4.587,55.476],[-4.584,55.469],[-4.587,55.465],[-4.591,55.461],[-4.595,55.456],[-4.584,55.453],[-4.574,55.453],[-4.56,55.452],[-4.551,55.449],[-4.541,55.449],[-4.543,55.452],[-4.543,55.454],[-4.539,55.458],[-4.541,55.46],[-4.533,55.461],[-4.529,55.464],[-4.527,55.463],[-4.522,55.465],[-4.519,55.469],[-4.52,55.474],[-4.512,55.473],[-4.506,55.475],[-4.505,55.477],[-4.497,55.48],[-4.494,55.48],[-4.489,55.479],[-4.483,55.479],[-4.479,55.48],[-4.474,55.48],[-4.475,55.483],[-4.471,55.486],[-4.467,55.486],[-4.463,55.484],[-4.456,55.484],[-4.45,55.488],[-4.448,55.491],[-4.44,55.494],[-4.441,55.497],[-4.435,55.498],[-4.436,55.502],[-4.441,55.503],[-4.436,55.506],[-4.432,55.505],[-4.428,55.505],[-4.422,55.503],[-4.42,55.501],[-4.413,55.501],[-4.413,55.504],[-4.418,55.507],[-4.412,55.508],[-4.41,55.51],[-4.4,55.51],[-4.399,55.512],[-4.404,55.518],[-4.402,55.52],[-4.402,55.524],[-4.407,55.524],[-4.406,55.527],[-4.41,55.534],[-4.413,55.537],[-4.408,55.544],[-4.412,55.548],[-4.412,55.552],[-4.409,55.553],[-4.414,55.556],[-4.418,55.557],[-4.424,55.556],[-4.426,55.557],[-4.427,55.561],[-4.431,55.56],[-4.437,55.561],[-4.437,55.564],[-4.435,55.567],[-4.437,55.568],[-4.441,55.564],[-4.445,55.565],[-4.453,55.564],[-4.455,55.562],[-4.46,55.565],[-4.464,55.565],[-4.467,55.563],[-4.471,55.563],[-4.471,55.565],[-4.482,55.564],[-4.487,55.566],[-4.492,55.564],[-4.499,55.563],[-4.504,55.565],[-4.509,55.569],[-4.517,55.567],[-4.517,55.571],[-4.524,55.571],[-4.53,55.574],[-4.534,55.573],[-4.539,55.575],[-4.535,55.576],[-4.539,55.578],[-4.542,55.584],[-4.545,55.587],[-4.539,55.589],[-4.536,55.592],[-4.543,55.594],[-4.546,55.592],[-4.55,55.592],[-4.554,55.593],[-4.561,55.592],[-4.569,55.593],[-4.57,55.594],[-4.567,55.598],[-4.567,55.601],[-4.573,55.601],[-4.576,55.598],[-4.584,55.599],[-4.592,55.598],[-4.594,55.601],[-4.592,55.602],[-4.58,55.603],[-4.583,55.605],[-4.585,55.605],[-4.588,55.608],[-4.587,55.61],[-4.584,55.612],[-4.584,55.614],[-4.588,55.616],[-4.588,55.618],[-4.583,55.619],[-4.573,55.624],[-4.567,55.622],[-4.561,55.623],[-4.559,55.625],[-4.559,55.627],[-4.561,55.629],[-4.568,55.631],[-4.57,55.633],[-4.564,55.634],[-4.561,55.636],[-4.56,55.64],[-4.558,55.641],[-4.557,55.647],[-4.554,55.648],[-4.548,55.645],[-4.535,55.648],[-4.531,55.65],[-4.524,55.651],[-4.515,55.654],[-4.51,55.656],[-4.496,55.656],[-4.492,55.663],[-4.493,55.665],[-4.502,55.665],[-4.511,55.661],[-4.519,55.66],[-4.526,55.659],[-4.53,55.66],[-4.531,55.663],[-4.533,55.664],[-4.535,55.666],[-4.54,55.667],[-4.546,55.667],[-4.551,55.664],[-4.555,55.664],[-4.565,55.656],[-4.57,55.655],[-4.572,55.653],[-4.572,55.649],[-4.576,55.649],[-4.582,55.646],[-4.59,55.646],[-4.593,55.644],[-4.604,55.647],[-4.599,55.652],[-4.597,55.655],[-4.603,55.659],[-4.616,55.663],[-4.623,55.662],[-4.621,55.667],[-4.627,55.669],[-4.633,55.668],[-4.639,55.669]]]},"properties":{"Name":"Central Ayrshire","ID":"S14000010"},"id":590}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.918,58.691],[-2.927,58.691],[-2.933,58.689],[-2.929,58.687],[-2.923,58.686],[-2.918,58.687],[-2.918,58.691]]],[[[-3.051,58.752],[-3.056,58.75],[-3.055,58.748],[-3.062,58.745],[-3.064,58.736],[-3.053,58.74],[-3.051,58.745],[-3.052,58.749],[-3.051,58.752]]],[[[-3.1,58.797],[-3.1,58.8],[-3.095,58.802],[-3.096,58.804],[-3.102,58.803],[-3.113,58.798],[-3.108,58.798],[-3.109,58.795],[-3.1,58.797]]],[[[-3.065,58.845],[-3.069,58.849],[-3.079,58.848],[-3.088,58.846],[-3.097,58.845],[-3.104,58.845],[-3.116,58.843],[-3.121,58.843],[-3.129,58.84],[-3.128,58.837],[-3.132,58.835],[-3.143,58.833],[-3.146,58.831],[-3.148,58.828],[-3.139,58.817],[-3.128,58.813],[-3.118,58.816],[-3.107,58.814],[-3.104,58.817],[-3.105,58.819],[-3.101,58.82],[-3.092,58.817],[-3.09,58.815],[-3.083,58.815],[-3.078,58.816],[-3.082,58.821],[-3.084,58.822],[-3.084,58.826],[-3.077,58.829],[-3.077,58.832],[-3.08,58.833],[-3.088,58.831],[-3.093,58.829],[-3.102,58.829],[-3.111,58.831],[-3.112,58.835],[-3.114,58.837],[-3.107,58.838],[-3.102,58.835],[-3.099,58.835],[-3.096,58.838],[-3.087,58.841],[-3.082,58.844],[-3.076,58.844],[-3.072,58.843],[-3.065,58.845]]],[[[-3.076,58.852],[-3.068,58.853],[-3.072,58.855],[-3.08,58.853],[-3.076,58.852]]],[[[-3.16,58.833],[-3.154,58.835],[-3.15,58.839],[-3.15,58.842],[-3.153,58.844],[-3.16,58.846],[-3.16,58.848],[-3.165,58.85],[-3.161,58.855],[-3.169,58.857],[-3.175,58.855],[-3.174,58.852],[-3.179,58.85],[-3.181,58.848],[-3.18,58.843],[-3.175,58.841],[-3.173,58.835],[-3.167,58.833],[-3.16,58.833]]],[[[-2.958,58.86],[-2.967,58.86],[-2.983,58.857],[-2.989,58.854],[-2.989,58.852],[-2.983,58.851],[-2.972,58.854],[-2.968,58.857],[-2.958,58.86]]],[[[-3.191,58.858],[-3.19,58.861],[-3.199,58.863],[-3.202,58.862],[-3.2,58.859],[-3.193,58.857],[-3.191,58.858]]],[[[-3.164,58.873],[-3.157,58.876],[-3.159,58.879],[-3.165,58.88],[-3.175,58.885],[-3.177,58.882],[-3.176,58.879],[-3.17,58.874],[-3.169,58.872],[-3.164,58.873]]],[[[-2.664,58.902],[-2.672,58.901],[-2.678,58.901],[-2.681,58.9],[-2.682,58.895],[-2.684,58.892],[-2.679,58.893],[-2.672,58.896],[-2.664,58.902]]],[[[-3.186,58.909],[-3.184,58.91],[-3.19,58.912],[-3.193,58.911],[-3.19,58.909],[-3.186,58.909]]],[[[-3.353,58.932],[-3.36,58.929],[-3.369,58.928],[-3.37,58.926],[-3.374,58.926],[-3.378,58.925],[-3.378,58.923],[-3.388,58.922],[-3.397,58.924],[-3.398,58.922],[-3.403,58.922],[-3.406,58.918],[-3.409,58.917],[-3.416,58.912],[-3.419,58.906],[-3.423,58.901],[-3.424,58.891],[-3.427,58.887],[-3.429,58.883],[-3.434,58.881],[-3.436,58.876],[-3.435,58.871],[-3.428,58.871],[-3.422,58.872],[-3.417,58.872],[-3.413,58.87],[-3.404,58.869],[-3.391,58.871],[-3.383,58.869],[-3.38,58.868],[-3.375,58.864],[-3.379,58.86],[-3.376,58.851],[-3.374,58.85],[-3.375,58.845],[-3.372,58.842],[-3.369,58.841],[-3.369,58.836],[-3.365,58.836],[-3.363,58.833],[-3.355,58.831],[-3.352,58.828],[-3.343,58.824],[-3.342,58.822],[-3.333,58.819],[-3.328,58.817],[-3.334,58.814],[-3.335,58.813],[-3.331,58.81],[-3.326,58.81],[-3.325,58.806],[-3.322,58.805],[-3.324,58.802],[-3.323,58.798],[-3.315,58.793],[-3.305,58.786],[-3.304,58.785],[-3.298,58.783],[-3.297,58.778],[-3.289,58.776],[-3.278,58.78],[-3.274,58.778],[-3.271,58.78],[-3.266,58.78],[-3.259,58.78],[-3.255,58.782],[-3.25,58.782],[-3.244,58.779],[-3.244,58.778],[-3.238,58.773],[-3.232,58.772],[-3.227,58.773],[-3.22,58.776],[-3.227,58.779],[-3.235,58.781],[-3.233,58.785],[-3.229,58.785],[-3.219,58.784],[-3.211,58.78],[-3.208,58.78],[-3.202,58.778],[-3.195,58.778],[-3.188,58.777],[-3.179,58.778],[-3.175,58.78],[-3.167,58.781],[-3.154,58.782],[-3.147,58.784],[-3.139,58.784],[-3.131,58.787],[-3.132,58.79],[-3.142,58.789],[-3.145,58.787],[-3.153,58.786],[-3.154,58.788],[-3.147,58.791],[-3.147,58.793],[-3.14,58.798],[-3.139,58.802],[-3.14,58.804],[-3.149,58.806],[-3.153,58.807],[-3.157,58.805],[-3.161,58.802],[-3.168,58.801],[-3.17,58.802],[-3.181,58.802],[-3.185,58.801],[-3.191,58.8],[-3.195,58.799],[-3.205,58.8],[-3.207,58.801],[-3.213,58.799],[-3.215,58.795],[-3.219,58.792],[-3.224,58.786],[-3.232,58.785],[-3.236,58.783],[-3.246,58.786],[-3.257,58.786],[-3.259,58.789],[-3.253,58.791],[-3.252,58.795],[-3.25,58.799],[-3.241,58.803],[-3.225,58.802],[-3.218,58.806],[-3.209,58.807],[-3.204,58.805],[-3.204,58.808],[-3.202,58.811],[-3.194,58.813],[-3.184,58.815],[-3.179,58.818],[-3.17,58.821],[-3.172,58.823],[-3.179,58.826],[-3.185,58.826],[-3.189,58.827],[-3.2,58.826],[-3.204,58.827],[-3.201,58.83],[-3.196,58.831],[-3.191,58.836],[-3.195,58.838],[-3.201,58.839],[-3.209,58.837],[-3.214,58.839],[-3.214,58.841],[-3.209,58.843],[-3.199,58.847],[-3.201,58.851],[-3.198,58.852],[-3.202,58.856],[-3.212,58.857],[-3.216,58.859],[-3.217,58.862],[-3.212,58.864],[-3.213,58.866],[-3.216,58.869],[-3.23,58.869],[-3.23,58.871],[-3.222,58.874],[-3.213,58.874],[-3.211,58.876],[-3.212,58.878],[-3.221,58.882],[-3.226,58.883],[-3.232,58.887],[-3.236,58.888],[-3.24,58.887],[-3.245,58.89],[-3.256,58.895],[-3.26,58.896],[-3.266,58.898],[-3.268,58.9],[-3.277,58.902],[-3.285,58.905],[-3.297,58.905],[-3.31,58.907],[-3.317,58.907],[-3.318,58.911],[-3.314,58.913],[-3.312,58.916],[-3.315,58.917],[-3.32,58.916],[-3.326,58.918],[-3.328,58.922],[-3.325,58.926],[-3.329,58.929],[-3.335,58.929],[-3.342,58.929],[-3.349,58.93],[-3.353,58.932]]],[[[-3.308,58.941],[-3.314,58.939],[-3.311,58.935],[-3.308,58.926],[-3.307,58.925],[-3.301,58.924],[-3.296,58.922],[-3.285,58.92],[-3.278,58.921],[-3.272,58.924],[-3.268,58.924],[-3.266,58.93],[-3.271,58.935],[-3.277,58.936],[-3.278,58.934],[-3.283,58.932],[-3.289,58.934],[-3.291,58.936],[-3.305,58.941],[-3.308,58.941]]],[[[-3.079,59.003],[-3.079,59.006],[-3.082,59.006],[-3.088,59.003],[-3.083,59.002],[-3.079,59.003]]],[[[-3.062,59.005],[-3.06,59.009],[-3.065,59.01],[-3.068,59.008],[-3.068,59.006],[-3.062,59.005]]],[[[-2.898,59.027],[-2.901,59.026],[-2.906,59.026],[-2.907,59.024],[-2.904,59.02],[-2.898,59.02],[-2.897,59.026],[-2.898,59.027]]],[[[-2.569,59.036],[-2.572,59.038],[-2.575,59.038],[-2.577,59.032],[-2.574,59.025],[-2.571,59.025],[-2.565,59.03],[-2.559,59.031],[-2.56,59.034],[-2.564,59.034],[-2.569,59.036]]],[[[-2.823,59.022],[-2.816,59.025],[-2.807,59.028],[-2.807,59.033],[-2.81,59.037],[-2.82,59.044],[-2.824,59.047],[-2.822,59.051],[-2.818,59.052],[-2.818,59.057],[-2.815,59.061],[-2.811,59.064],[-2.81,59.066],[-2.805,59.066],[-2.802,59.069],[-2.802,59.076],[-2.799,59.083],[-2.802,59.087],[-2.808,59.087],[-2.813,59.085],[-2.815,59.08],[-2.821,59.079],[-2.827,59.08],[-2.831,59.078],[-2.84,59.077],[-2.842,59.072],[-2.838,59.068],[-2.838,59.065],[-2.841,59.063],[-2.845,59.062],[-2.844,59.06],[-2.855,59.057],[-2.865,59.056],[-2.87,59.057],[-2.874,59.059],[-2.886,59.06],[-2.893,59.063],[-2.897,59.066],[-2.896,59.068],[-2.899,59.072],[-2.903,59.07],[-2.906,59.067],[-2.909,59.065],[-2.917,59.062],[-2.916,59.059],[-2.914,59.056],[-2.917,59.052],[-2.924,59.05],[-2.923,59.045],[-2.928,59.043],[-2.928,59.04],[-2.935,59.034],[-2.934,59.03],[-2.922,59.031],[-2.918,59.029],[-2.91,59.029],[-2.908,59.034],[-2.903,59.036],[-2.899,59.035],[-2.894,59.031],[-2.886,59.031],[-2.878,59.033],[-2.87,59.031],[-2.863,59.031],[-2.857,59.03],[-2.851,59.026],[-2.846,59.025],[-2.843,59.026],[-2.836,59.025],[-2.834,59.023],[-2.835,59.019],[-2.831,59.018],[-2.823,59.022]]],[[[-2.952,59.092],[-2.956,59.089],[-2.953,59.087],[-2.95,59.087],[-2.947,59.091],[-2.952,59.092]]],[[[-2.966,59.09],[-2.969,59.089],[-2.983,59.089],[-2.988,59.089],[-2.993,59.086],[-2.991,59.085],[-2.991,59.082],[-2.988,59.08],[-2.982,59.08],[-2.978,59.079],[-2.975,59.076],[-2.973,59.073],[-2.962,59.075],[-2.964,59.079],[-2.959,59.081],[-2.956,59.076],[-2.952,59.074],[-2.947,59.078],[-2.951,59.08],[-2.955,59.08],[-2.959,59.081],[-2.961,59.084],[-2.96,59.087],[-2.966,59.09]]],[[[-4.406,59.086],[-4.41,59.087],[-4.411,59.083],[-4.404,59.084],[-4.406,59.086]]],[[[-2.963,59.128],[-2.964,59.126],[-2.971,59.126],[-2.975,59.124],[-2.986,59.121],[-2.995,59.116],[-3.002,59.116],[-3.006,59.112],[-2.998,59.114],[-2.987,59.113],[-2.98,59.114],[-2.969,59.111],[-2.965,59.112],[-2.96,59.115],[-2.955,59.115],[-2.951,59.118],[-2.955,59.126],[-2.963,59.128]]],[[[-2.827,59.133],[-2.832,59.132],[-2.834,59.129],[-2.831,59.126],[-2.827,59.124],[-2.825,59.127],[-2.825,59.131],[-2.827,59.133]]],[[[-2.662,59.135],[-2.671,59.134],[-2.681,59.135],[-2.681,59.133],[-2.677,59.129],[-2.667,59.129],[-2.662,59.135]]],[[[-3.33,59.138],[-3.34,59.138],[-3.341,59.136],[-3.335,59.134],[-3.33,59.136],[-3.33,59.138]]],[[[-3.119,59.147],[-3.126,59.148],[-3.128,59.147],[-3.129,59.142],[-3.123,59.14],[-3.118,59.139],[-3.115,59.142],[-3.11,59.143],[-3.113,59.148],[-3.119,59.147]]],[[[-2.592,59.149],[-2.589,59.147],[-2.581,59.147],[-2.578,59.15],[-2.582,59.153],[-2.581,59.155],[-2.583,59.157],[-2.587,59.157],[-2.591,59.155],[-2.591,59.153],[-2.595,59.152],[-2.592,59.149]]],[[[-3.198,59.154],[-3.207,59.153],[-3.211,59.153],[-3.216,59.154],[-3.222,59.154],[-3.225,59.152],[-3.241,59.152],[-3.244,59.149],[-3.248,59.148],[-3.264,59.146],[-3.272,59.144],[-3.278,59.141],[-3.311,59.139],[-3.313,59.136],[-3.317,59.135],[-3.318,59.128],[-3.321,59.127],[-3.32,59.123],[-3.325,59.121],[-3.333,59.117],[-3.343,59.115],[-3.346,59.112],[-3.349,59.112],[-3.352,59.107],[-3.358,59.104],[-3.355,59.101],[-3.349,59.1],[-3.347,59.097],[-3.351,59.095],[-3.349,59.089],[-3.352,59.083],[-3.347,59.077],[-3.347,59.073],[-3.349,59.065],[-3.349,59.062],[-3.345,59.058],[-3.338,59.057],[-3.334,59.055],[-3.336,59.052],[-3.339,59.05],[-3.345,59.049],[-3.348,59.051],[-3.353,59.051],[-3.357,59.048],[-3.358,59.044],[-3.35,59.038],[-3.35,59.035],[-3.354,59.032],[-3.358,59.031],[-3.361,59.026],[-3.358,59.022],[-3.363,59.02],[-3.36,59.017],[-3.366,59.015],[-3.362,59.011],[-3.36,59.006],[-3.365,59.004],[-3.364,59.001],[-3.367,58.997],[-3.363,58.994],[-3.363,58.992],[-3.359,58.985],[-3.361,58.979],[-3.358,58.975],[-3.351,58.972],[-3.354,58.97],[-3.353,58.968],[-3.356,58.965],[-3.352,58.963],[-3.346,58.964],[-3.334,58.96],[-3.331,58.958],[-3.331,58.955],[-3.325,58.953],[-3.317,58.953],[-3.313,58.951],[-3.306,58.95],[-3.3,58.95],[-3.294,58.952],[-3.299,58.954],[-3.301,58.958],[-3.299,58.961],[-3.294,58.968],[-3.29,58.969],[-3.29,58.965],[-3.291,58.963],[-3.285,58.961],[-3.281,58.961],[-3.275,58.964],[-3.263,58.964],[-3.267,58.967],[-3.265,58.971],[-3.262,58.972],[-3.262,58.975],[-3.255,58.976],[-3.252,58.98],[-3.248,58.977],[-3.251,58.976],[-3.245,58.972],[-3.241,58.972],[-3.23,58.967],[-3.23,58.965],[-3.234,58.961],[-3.232,58.953],[-3.233,58.948],[-3.235,58.943],[-3.231,58.938],[-3.228,58.932],[-3.223,58.926],[-3.212,58.92],[-3.208,58.916],[-3.203,58.912],[-3.199,58.912],[-3.193,58.914],[-3.191,58.918],[-3.187,58.919],[-3.183,58.918],[-3.181,58.915],[-3.181,58.912],[-3.176,58.914],[-3.17,58.918],[-3.164,58.916],[-3.162,58.917],[-3.161,58.92],[-3.154,58.92],[-3.149,58.918],[-3.137,58.916],[-3.13,58.917],[-3.121,58.92],[-3.12,58.922],[-3.124,58.924],[-3.128,58.924],[-3.128,58.926],[-3.123,58.928],[-3.11,58.932],[-3.098,58.932],[-3.091,58.929],[-3.086,58.928],[-3.078,58.93],[-3.077,58.932],[-3.082,58.939],[-3.087,58.941],[-3.08,58.942],[-3.069,58.939],[-3.069,58.937],[-3.057,58.937],[-3.05,58.939],[-3.045,58.938],[-3.038,58.939],[-3.031,58.939],[-3.029,58.94],[-3.014,58.943],[-3.004,58.948],[-3.004,58.95],[-2.998,58.951],[-2.993,58.954],[-2.993,58.957],[-2.989,58.958],[-2.987,58.961],[-2.983,58.963],[-2.976,58.962],[-2.969,58.96],[-2.972,58.949],[-2.974,58.945],[-2.973,58.94],[-2.97,58.938],[-2.962,58.928],[-2.955,58.924],[-2.951,58.919],[-2.949,58.915],[-2.947,58.915],[-2.94,58.908],[-2.939,58.905],[-2.933,58.903],[-2.935,58.895],[-2.929,58.89],[-2.925,58.892],[-2.921,58.892],[-2.918,58.895],[-2.91,58.896],[-2.906,58.895],[-2.897,58.895],[-2.896,58.89],[-2.9,58.887],[-2.9,58.884],[-2.906,58.88],[-2.91,58.879],[-2.923,58.878],[-2.923,58.874],[-2.92,58.872],[-2.916,58.872],[-2.913,58.869],[-2.916,58.866],[-2.914,58.862],[-2.913,58.857],[-2.918,58.854],[-2.93,58.859],[-2.936,58.86],[-2.942,58.86],[-2.954,58.856],[-2.959,58.853],[-2.963,58.852],[-2.963,58.85],[-2.957,58.847],[-2.952,58.846],[-2.948,58.846],[-2.933,58.842],[-2.928,58.842],[-2.918,58.844],[-2.914,58.843],[-2.91,58.845],[-2.905,58.845],[-2.903,58.843],[-2.908,58.839],[-2.91,58.838],[-2.929,58.835],[-2.939,58.833],[-2.948,58.833],[-2.951,58.831],[-2.954,58.827],[-2.958,58.826],[-2.962,58.827],[-2.963,58.833],[-2.962,58.836],[-2.969,58.835],[-2.974,58.834],[-2.987,58.832],[-2.987,58.829],[-2.994,58.828],[-2.996,58.83],[-3.002,58.83],[-3.009,58.833],[-3.015,58.833],[-3.029,58.824],[-3.033,58.824],[-3.037,58.819],[-3.033,58.816],[-3.024,58.818],[-3.017,58.821],[-3.013,58.822],[-3.011,58.824],[-3.004,58.827],[-2.998,58.824],[-2.997,58.818],[-2.99,58.816],[-2.989,58.814],[-2.983,58.814],[-2.977,58.818],[-2.975,58.817],[-2.979,58.813],[-2.98,58.808],[-2.982,58.806],[-2.992,58.804],[-2.999,58.8],[-3.004,58.8],[-3.004,58.803],[-2.999,58.806],[-3.002,58.81],[-3.007,58.812],[-3.012,58.813],[-3.021,58.809],[-3.022,58.805],[-3.019,58.803],[-3.016,58.799],[-3.012,58.797],[-3.005,58.797],[-2.995,58.79],[-2.994,58.787],[-2.99,58.786],[-2.984,58.787],[-2.98,58.787],[-2.979,58.785],[-2.982,58.783],[-2.981,58.779],[-2.979,58.778],[-2.981,58.773],[-2.978,58.769],[-2.981,58.768],[-2.979,58.762],[-2.989,58.76],[-2.992,58.754],[-2.986,58.752],[-2.986,58.749],[-2.976,58.745],[-2.978,58.743],[-2.976,58.739],[-2.974,58.739],[-2.97,58.742],[-2.965,58.741],[-2.964,58.738],[-2.965,58.733],[-2.961,58.73],[-2.953,58.73],[-2.947,58.733],[-2.94,58.734],[-2.934,58.733],[-2.929,58.734],[-2.927,58.733],[-2.919,58.735],[-2.916,58.739],[-2.917,58.741],[-2.915,58.744],[-2.915,58.747],[-2.912,58.749],[-2.911,58.753],[-2.909,58.755],[-2.915,58.756],[-2.916,58.758],[-2.924,58.759],[-2.931,58.762],[-2.932,58.764],[-2.94,58.767],[-2.938,58.77],[-2.932,58.771],[-2.928,58.775],[-2.925,58.776],[-2.926,58.779],[-2.92,58.786],[-2.925,58.791],[-2.93,58.792],[-2.931,58.794],[-2.923,58.801],[-2.914,58.801],[-2.913,58.804],[-2.908,58.806],[-2.912,58.809],[-2.906,58.814],[-2.899,58.817],[-2.896,58.819],[-2.889,58.821],[-2.887,58.817],[-2.881,58.817],[-2.878,58.819],[-2.879,58.822],[-2.888,58.823],[-2.886,58.829],[-2.889,58.833],[-2.893,58.834],[-2.904,58.838],[-2.906,58.84],[-2.904,58.842],[-2.899,58.843],[-2.895,58.842],[-2.89,58.842],[-2.887,58.844],[-2.88,58.844],[-2.871,58.847],[-2.86,58.853],[-2.867,58.854],[-2.877,58.852],[-2.886,58.853],[-2.891,58.858],[-2.891,58.863],[-2.889,58.865],[-2.889,58.869],[-2.884,58.871],[-2.885,58.874],[-2.888,58.874],[-2.901,58.872],[-2.903,58.873],[-2.909,58.869],[-2.913,58.869],[-2.915,58.872],[-2.912,58.873],[-2.909,58.878],[-2.9,58.884],[-2.892,58.885],[-2.884,58.89],[-2.886,58.891],[-2.893,58.89],[-2.896,58.891],[-2.897,58.896],[-2.892,58.897],[-2.886,58.9],[-2.879,58.899],[-2.868,58.895],[-2.865,58.893],[-2.855,58.892],[-2.852,58.89],[-2.846,58.889],[-2.845,58.885],[-2.841,58.884],[-2.839,58.882],[-2.832,58.881],[-2.835,58.876],[-2.838,58.875],[-2.837,58.873],[-2.832,58.872],[-2.827,58.875],[-2.821,58.877],[-2.822,58.88],[-2.818,58.882],[-2.822,58.884],[-2.822,58.887],[-2.817,58.89],[-2.813,58.891],[-2.812,58.893],[-2.804,58.894],[-2.802,58.897],[-2.802,58.902],[-2.797,58.908],[-2.792,58.909],[-2.789,58.91],[-2.786,58.915],[-2.779,58.916],[-2.772,58.914],[-2.764,58.913],[-2.757,58.916],[-2.753,58.919],[-2.753,58.922],[-2.747,58.924],[-2.744,58.924],[-2.739,58.922],[-2.728,58.921],[-2.722,58.92],[-2.712,58.921],[-2.711,58.925],[-2.715,58.928],[-2.713,58.933],[-2.719,58.936],[-2.719,58.939],[-2.715,58.942],[-2.716,58.947],[-2.713,58.948],[-2.707,58.948],[-2.711,58.953],[-2.706,58.957],[-2.705,58.964],[-2.708,58.964],[-2.709,58.968],[-2.708,58.973],[-2.713,58.973],[-2.724,58.97],[-2.726,58.967],[-2.73,58.965],[-2.736,58.964],[-2.746,58.965],[-2.751,58.962],[-2.764,58.958],[-2.775,58.955],[-2.778,58.951],[-2.784,58.95],[-2.792,58.951],[-2.797,58.951],[-2.805,58.948],[-2.803,58.946],[-2.795,58.943],[-2.794,58.942],[-2.789,58.942],[-2.786,58.94],[-2.787,58.937],[-2.791,58.935],[-2.792,58.931],[-2.792,58.927],[-2.782,58.929],[-2.778,58.925],[-2.779,58.922],[-2.782,58.919],[-2.783,58.917],[-2.789,58.916],[-2.8,58.918],[-2.8,58.922],[-2.806,58.923],[-2.805,58.926],[-2.801,58.928],[-2.804,58.929],[-2.819,58.929],[-2.822,58.926],[-2.826,58.926],[-2.826,58.922],[-2.837,58.925],[-2.831,58.926],[-2.828,58.933],[-2.825,58.934],[-2.829,58.936],[-2.831,58.94],[-2.828,58.942],[-2.828,58.947],[-2.835,58.949],[-2.838,58.951],[-2.844,58.951],[-2.847,58.954],[-2.848,58.958],[-2.845,58.96],[-2.841,58.958],[-2.836,58.962],[-2.832,58.962],[-2.82,58.967],[-2.816,58.966],[-2.807,58.968],[-2.801,58.969],[-2.796,58.968],[-2.792,58.969],[-2.794,58.977],[-2.792,58.98],[-2.797,58.983],[-2.796,58.987],[-2.8,58.992],[-2.803,58.992],[-2.807,58.99],[-2.81,58.985],[-2.822,58.983],[-2.825,58.981],[-2.837,58.981],[-2.843,58.981],[-2.846,58.982],[-2.85,58.986],[-2.855,58.986],[-2.861,58.982],[-2.863,58.979],[-2.865,58.978],[-2.866,58.974],[-2.873,58.97],[-2.878,58.971],[-2.883,58.968],[-2.881,58.966],[-2.881,58.962],[-2.884,58.961],[-2.89,58.96],[-2.893,58.963],[-2.901,58.962],[-2.905,58.963],[-2.909,58.962],[-2.915,58.963],[-2.919,58.965],[-2.919,58.969],[-2.915,58.972],[-2.914,58.974],[-2.92,58.978],[-2.92,58.983],[-2.916,58.984],[-2.907,58.984],[-2.899,58.986],[-2.893,58.989],[-2.89,58.989],[-2.888,58.992],[-2.892,58.995],[-2.895,58.99],[-2.902,58.99],[-2.909,58.99],[-2.913,58.991],[-2.916,58.994],[-2.912,58.997],[-2.908,58.999],[-2.908,59.001],[-2.912,59.004],[-2.912,59.006],[-2.899,59.009],[-2.913,59.011],[-2.915,59.01],[-2.921,59.007],[-2.927,59.006],[-2.932,59.008],[-2.928,59.011],[-2.927,59.014],[-2.932,59.015],[-2.944,59.006],[-2.943,59.001],[-2.947,58.996],[-2.945,58.993],[-2.948,58.99],[-2.955,58.988],[-2.955,58.987],[-2.96,58.985],[-2.965,58.985],[-2.97,58.987],[-2.971,58.993],[-2.969,58.994],[-2.972,58.996],[-2.977,58.997],[-2.98,59],[-2.991,59.001],[-3.001,59.005],[-3.001,59.009],[-3.009,59.01],[-3.021,59.009],[-3.035,59.01],[-3.041,59.009],[-3.041,59.005],[-3.048,59.001],[-3.051,59],[-3.054,58.997],[-3.051,58.995],[-3.055,58.994],[-3.06,58.995],[-3.063,58.998],[-3.068,58.996],[-3.074,58.996],[-3.09,58.999],[-3.09,59.002],[-3.097,59.001],[-3.105,59.003],[-3.115,59.007],[-3.113,59.011],[-3.119,59.01],[-3.118,59.012],[-3.113,59.012],[-3.111,59.01],[-3.102,59.01],[-3.096,59.017],[-3.088,59.018],[-3.087,59.021],[-3.081,59.024],[-3.074,59.024],[-3.066,59.022],[-3.061,59.023],[-3.064,59.03],[-3.059,59.032],[-3.053,59.036],[-3.058,59.041],[-3.061,59.043],[-3.064,59.047],[-3.06,59.048],[-3.05,59.049],[-3.048,59.049],[-3.039,59.048],[-3.035,59.047],[-3.026,59.042],[-3.021,59.038],[-3.012,59.039],[-3.016,59.043],[-3.015,59.047],[-3.012,59.051],[-3.004,59.053],[-3.003,59.056],[-3.007,59.058],[-3.007,59.06],[-3.001,59.064],[-3.007,59.069],[-3.004,59.072],[-3.008,59.078],[-3.015,59.081],[-3.028,59.081],[-3.032,59.084],[-3.034,59.086],[-3.044,59.089],[-3.047,59.094],[-3.054,59.096],[-3.061,59.095],[-3.064,59.098],[-3.062,59.1],[-3.051,59.101],[-3.046,59.102],[-3.046,59.105],[-3.049,59.107],[-3.051,59.111],[-3.062,59.111],[-3.07,59.114],[-3.071,59.116],[-3.07,59.118],[-3.073,59.124],[-3.077,59.124],[-3.085,59.123],[-3.087,59.12],[-3.095,59.118],[-3.1,59.12],[-3.114,59.123],[-3.121,59.127],[-3.127,59.128],[-3.132,59.131],[-3.148,59.134],[-3.154,59.139],[-3.163,59.141],[-3.174,59.142],[-3.178,59.143],[-3.191,59.148],[-3.195,59.153],[-3.198,59.154]]],[[[-2.63,59.161],[-2.632,59.162],[-2.639,59.158],[-2.644,59.157],[-2.646,59.154],[-2.654,59.152],[-2.662,59.151],[-2.667,59.152],[-2.671,59.154],[-2.675,59.153],[-2.675,59.151],[-2.668,59.15],[-2.665,59.15],[-2.662,59.146],[-2.655,59.144],[-2.65,59.141],[-2.643,59.133],[-2.638,59.13],[-2.633,59.13],[-2.623,59.125],[-2.621,59.123],[-2.62,59.118],[-2.623,59.117],[-2.626,59.113],[-2.63,59.11],[-2.634,59.11],[-2.643,59.112],[-2.651,59.112],[-2.656,59.111],[-2.665,59.111],[-2.671,59.107],[-2.671,59.104],[-2.67,59.101],[-2.673,59.097],[-2.676,59.097],[-2.68,59.095],[-2.681,59.089],[-2.689,59.087],[-2.69,59.079],[-2.686,59.076],[-2.68,59.074],[-2.669,59.077],[-2.664,59.077],[-2.658,59.076],[-2.653,59.076],[-2.65,59.077],[-2.651,59.081],[-2.644,59.086],[-2.644,59.087],[-2.649,59.093],[-2.653,59.095],[-2.658,59.1],[-2.655,59.103],[-2.648,59.105],[-2.64,59.107],[-2.633,59.108],[-2.622,59.102],[-2.616,59.1],[-2.607,59.098],[-2.605,59.097],[-2.604,59.093],[-2.6,59.088],[-2.605,59.084],[-2.603,59.08],[-2.608,59.077],[-2.608,59.074],[-2.606,59.072],[-2.6,59.071],[-2.596,59.075],[-2.589,59.077],[-2.582,59.078],[-2.579,59.076],[-2.572,59.08],[-2.571,59.083],[-2.567,59.084],[-2.548,59.083],[-2.544,59.08],[-2.537,59.084],[-2.539,59.085],[-2.527,59.093],[-2.529,59.094],[-2.536,59.094],[-2.542,59.096],[-2.55,59.101],[-2.548,59.104],[-2.552,59.106],[-2.551,59.11],[-2.545,59.114],[-2.543,59.118],[-2.538,59.122],[-2.544,59.124],[-2.553,59.12],[-2.562,59.119],[-2.565,59.12],[-2.574,59.118],[-2.582,59.116],[-2.583,59.115],[-2.59,59.114],[-2.596,59.116],[-2.605,59.122],[-2.608,59.129],[-2.602,59.134],[-2.605,59.136],[-2.604,59.138],[-2.596,59.137],[-2.589,59.139],[-2.583,59.138],[-2.576,59.138],[-2.573,59.142],[-2.583,59.143],[-2.583,59.142],[-2.592,59.14],[-2.595,59.142],[-2.601,59.141],[-2.615,59.145],[-2.622,59.143],[-2.627,59.144],[-2.627,59.148],[-2.626,59.15],[-2.636,59.156],[-2.632,59.157],[-2.627,59.154],[-2.621,59.153],[-2.617,59.154],[-2.619,59.156],[-2.627,59.159],[-2.63,59.161]]],[[[-2.65,59.163],[-2.647,59.166],[-2.647,59.17],[-2.654,59.167],[-2.656,59.163],[-2.65,59.163]]],[[[-2.95,59.169],[-2.956,59.167],[-2.954,59.164],[-2.951,59.163],[-2.947,59.166],[-2.95,59.169]]],[[[-2.926,59.17],[-2.932,59.17],[-2.936,59.167],[-2.941,59.166],[-2.943,59.161],[-2.941,59.158],[-2.943,59.156],[-2.942,59.154],[-2.941,59.148],[-2.937,59.145],[-2.936,59.14],[-2.934,59.136],[-2.928,59.132],[-2.921,59.128],[-2.917,59.134],[-2.918,59.138],[-2.913,59.147],[-2.914,59.151],[-2.908,59.164],[-2.911,59.164],[-2.921,59.167],[-2.926,59.17]]],[[[-3.076,59.2],[-3.082,59.198],[-3.084,59.194],[-3.093,59.191],[-3.104,59.186],[-3.105,59.179],[-3.11,59.177],[-3.111,59.175],[-3.118,59.173],[-3.112,59.166],[-3.115,59.164],[-3.113,59.161],[-3.102,59.158],[-3.097,59.154],[-3.098,59.15],[-3.094,59.149],[-3.093,59.146],[-3.09,59.146],[-3.083,59.143],[-3.079,59.139],[-3.068,59.135],[-3.061,59.135],[-3.056,59.132],[-3.045,59.129],[-3.044,59.127],[-3.04,59.126],[-3.031,59.128],[-3.021,59.127],[-3.006,59.127],[-3.001,59.128],[-2.997,59.127],[-2.985,59.131],[-2.971,59.134],[-2.966,59.135],[-2.963,59.139],[-2.964,59.141],[-2.968,59.145],[-2.97,59.15],[-2.973,59.154],[-2.979,59.163],[-2.975,59.164],[-2.97,59.172],[-2.964,59.174],[-2.956,59.173],[-2.954,59.173],[-2.953,59.18],[-2.964,59.181],[-2.965,59.187],[-2.968,59.188],[-2.976,59.187],[-2.98,59.186],[-2.992,59.18],[-2.994,59.178],[-2.999,59.179],[-3.013,59.178],[-3.03,59.178],[-3.037,59.179],[-3.045,59.181],[-3.05,59.184],[-3.047,59.187],[-3.049,59.191],[-3.049,59.196],[-3.051,59.197],[-3.057,59.195],[-3.068,59.196],[-3.07,59.198],[-3.076,59.2]]],[[[-2.822,59.222],[-2.825,59.226],[-2.831,59.225],[-2.829,59.221],[-2.831,59.218],[-2.83,59.213],[-2.827,59.209],[-2.827,59.207],[-2.824,59.204],[-2.817,59.208],[-2.815,59.214],[-2.82,59.217],[-2.822,59.222]]],[[[-2.832,59.242],[-2.835,59.236],[-2.831,59.234],[-2.833,59.231],[-2.83,59.229],[-2.826,59.23],[-2.827,59.235],[-2.83,59.237],[-2.832,59.242]]],[[[-2.739,59.247],[-2.745,59.245],[-2.747,59.241],[-2.748,59.236],[-2.746,59.234],[-2.742,59.232],[-2.731,59.229],[-2.724,59.229],[-2.717,59.231],[-2.718,59.234],[-2.724,59.237],[-2.727,59.237],[-2.727,59.24],[-2.739,59.247]]],[[[-2.755,59.25],[-2.759,59.25],[-2.768,59.245],[-2.774,59.244],[-2.784,59.24],[-2.788,59.238],[-2.79,59.234],[-2.789,59.231],[-2.783,59.228],[-2.788,59.222],[-2.791,59.214],[-2.785,59.212],[-2.783,59.21],[-2.778,59.208],[-2.776,59.201],[-2.776,59.197],[-2.781,59.195],[-2.778,59.194],[-2.78,59.189],[-2.786,59.187],[-2.801,59.183],[-2.808,59.186],[-2.819,59.188],[-2.823,59.195],[-2.826,59.192],[-2.828,59.188],[-2.826,59.181],[-2.827,59.176],[-2.824,59.171],[-2.82,59.173],[-2.815,59.173],[-2.81,59.167],[-2.803,59.166],[-2.799,59.164],[-2.794,59.16],[-2.795,59.156],[-2.797,59.153],[-2.794,59.148],[-2.79,59.146],[-2.791,59.144],[-2.791,59.139],[-2.784,59.139],[-2.775,59.144],[-2.772,59.145],[-2.766,59.144],[-2.756,59.146],[-2.752,59.144],[-2.743,59.143],[-2.739,59.148],[-2.739,59.151],[-2.742,59.154],[-2.745,59.155],[-2.749,59.155],[-2.755,59.157],[-2.757,59.159],[-2.759,59.163],[-2.756,59.17],[-2.757,59.182],[-2.761,59.187],[-2.759,59.189],[-2.766,59.191],[-2.765,59.194],[-2.754,59.195],[-2.752,59.2],[-2.749,59.204],[-2.75,59.207],[-2.744,59.209],[-2.737,59.215],[-2.734,59.218],[-2.734,59.223],[-2.745,59.229],[-2.75,59.23],[-2.758,59.23],[-2.763,59.232],[-2.764,59.238],[-2.756,59.244],[-2.755,59.25]]],[[[-2.374,59.278],[-2.375,59.281],[-2.379,59.281],[-2.383,59.279],[-2.383,59.276],[-2.376,59.276],[-2.374,59.278]]],[[[-2.619,59.303],[-2.617,59.306],[-2.62,59.306],[-2.623,59.304],[-2.619,59.303]]],[[[-2.418,59.29],[-2.417,59.293],[-2.417,59.297],[-2.423,59.302],[-2.417,59.311],[-2.422,59.313],[-2.429,59.312],[-2.436,59.31],[-2.442,59.305],[-2.447,59.304],[-2.446,59.298],[-2.448,59.292],[-2.454,59.289],[-2.46,59.288],[-2.466,59.288],[-2.475,59.289],[-2.48,59.289],[-2.486,59.288],[-2.493,59.283],[-2.511,59.276],[-2.513,59.274],[-2.524,59.272],[-2.529,59.269],[-2.53,59.267],[-2.533,59.266],[-2.541,59.266],[-2.54,59.264],[-2.545,59.262],[-2.552,59.263],[-2.557,59.26],[-2.564,59.261],[-2.568,59.26],[-2.574,59.261],[-2.579,59.262],[-2.581,59.267],[-2.574,59.268],[-2.575,59.275],[-2.57,59.278],[-2.563,59.28],[-2.556,59.279],[-2.557,59.283],[-2.556,59.287],[-2.553,59.291],[-2.546,59.293],[-2.538,59.293],[-2.537,59.295],[-2.529,59.299],[-2.529,59.303],[-2.537,59.302],[-2.548,59.303],[-2.553,59.306],[-2.558,59.305],[-2.564,59.299],[-2.569,59.298],[-2.571,59.296],[-2.583,59.293],[-2.587,59.294],[-2.593,59.294],[-2.599,59.293],[-2.602,59.29],[-2.608,59.289],[-2.614,59.294],[-2.616,59.293],[-2.614,59.288],[-2.614,59.283],[-2.604,59.279],[-2.595,59.274],[-2.593,59.271],[-2.593,59.269],[-2.596,59.267],[-2.602,59.266],[-2.609,59.268],[-2.611,59.266],[-2.607,59.263],[-2.604,59.265],[-2.601,59.261],[-2.607,59.258],[-2.612,59.256],[-2.619,59.257],[-2.624,59.255],[-2.633,59.251],[-2.641,59.245],[-2.646,59.246],[-2.651,59.242],[-2.656,59.242],[-2.659,59.239],[-2.658,59.236],[-2.66,59.235],[-2.662,59.231],[-2.664,59.228],[-2.669,59.225],[-2.676,59.224],[-2.678,59.227],[-2.681,59.226],[-2.681,59.224],[-2.678,59.223],[-2.678,59.221],[-2.683,59.22],[-2.693,59.222],[-2.696,59.221],[-2.697,59.217],[-2.699,59.215],[-2.702,59.208],[-2.701,59.196],[-2.695,59.191],[-2.697,59.187],[-2.695,59.185],[-2.69,59.184],[-2.686,59.186],[-2.687,59.189],[-2.691,59.196],[-2.688,59.199],[-2.688,59.204],[-2.681,59.204],[-2.676,59.194],[-2.672,59.2],[-2.673,59.203],[-2.668,59.209],[-2.661,59.211],[-2.654,59.211],[-2.656,59.213],[-2.652,59.217],[-2.647,59.218],[-2.643,59.222],[-2.642,59.229],[-2.639,59.232],[-2.639,59.234],[-2.636,59.236],[-2.625,59.238],[-2.615,59.238],[-2.608,59.237],[-2.603,59.235],[-2.605,59.23],[-2.601,59.23],[-2.599,59.233],[-2.591,59.238],[-2.588,59.241],[-2.58,59.241],[-2.579,59.242],[-2.57,59.245],[-2.567,59.242],[-2.562,59.24],[-2.562,59.238],[-2.566,59.237],[-2.57,59.235],[-2.577,59.237],[-2.58,59.235],[-2.58,59.231],[-2.578,59.23],[-2.581,59.226],[-2.573,59.221],[-2.569,59.221],[-2.567,59.227],[-2.568,59.235],[-2.561,59.238],[-2.553,59.239],[-2.544,59.238],[-2.538,59.235],[-2.531,59.239],[-2.532,59.241],[-2.529,59.243],[-2.528,59.249],[-2.538,59.25],[-2.531,59.256],[-2.526,59.258],[-2.521,59.257],[-2.512,59.254],[-2.511,59.252],[-2.513,59.249],[-2.519,59.243],[-2.521,59.236],[-2.524,59.234],[-2.522,59.232],[-2.518,59.231],[-2.516,59.228],[-2.511,59.226],[-2.511,59.223],[-2.506,59.224],[-2.506,59.228],[-2.505,59.232],[-2.51,59.232],[-2.513,59.231],[-2.518,59.234],[-2.52,59.237],[-2.517,59.244],[-2.506,59.252],[-2.5,59.258],[-2.493,59.262],[-2.491,59.265],[-2.486,59.268],[-2.485,59.273],[-2.479,59.277],[-2.473,59.279],[-2.467,59.281],[-2.458,59.281],[-2.447,59.283],[-2.432,59.283],[-2.426,59.282],[-2.423,59.275],[-2.419,59.276],[-2.405,59.279],[-2.401,59.277],[-2.397,59.278],[-2.39,59.279],[-2.405,59.281],[-2.41,59.283],[-2.417,59.288],[-2.418,59.29]]],[[[-2.872,59.355],[-2.873,59.353],[-2.871,59.35],[-2.865,59.347],[-2.864,59.35],[-2.867,59.353],[-2.872,59.355]]],[[[-2.955,59.36],[-2.959,59.36],[-2.963,59.357],[-2.97,59.355],[-2.977,59.353],[-2.978,59.349],[-2.982,59.346],[-2.981,59.343],[-2.98,59.336],[-2.983,59.334],[-2.998,59.331],[-3,59.329],[-3.008,59.327],[-3.02,59.33],[-3.025,59.33],[-3.026,59.327],[-3.034,59.323],[-3.039,59.326],[-3.048,59.328],[-3.054,59.328],[-3.064,59.332],[-3.07,59.333],[-3.071,59.33],[-3.066,59.323],[-3.054,59.317],[-3.049,59.317],[-3.049,59.315],[-3.042,59.312],[-3.039,59.314],[-3.036,59.312],[-3.033,59.313],[-3.032,59.31],[-3.023,59.305],[-3.02,59.299],[-3.023,59.294],[-3.019,59.289],[-3.02,59.282],[-3.023,59.281],[-3.025,59.278],[-3.014,59.274],[-3.008,59.274],[-3.007,59.272],[-3.003,59.269],[-2.997,59.268],[-2.993,59.264],[-2.982,59.261],[-2.98,59.263],[-2.982,59.266],[-2.977,59.268],[-2.97,59.269],[-2.968,59.271],[-2.958,59.271],[-2.948,59.273],[-2.951,59.276],[-2.955,59.277],[-2.961,59.279],[-2.962,59.283],[-2.965,59.285],[-2.966,59.288],[-2.957,59.29],[-2.95,59.288],[-2.947,59.286],[-2.942,59.285],[-2.933,59.286],[-2.928,59.286],[-2.924,59.281],[-2.92,59.279],[-2.915,59.278],[-2.91,59.276],[-2.908,59.273],[-2.903,59.268],[-2.901,59.267],[-2.893,59.262],[-2.888,59.258],[-2.882,59.258],[-2.876,59.257],[-2.875,59.25],[-2.879,59.245],[-2.877,59.242],[-2.886,59.238],[-2.887,59.235],[-2.886,59.229],[-2.883,59.228],[-2.878,59.23],[-2.874,59.234],[-2.876,59.235],[-2.874,59.238],[-2.869,59.24],[-2.865,59.247],[-2.86,59.251],[-2.841,59.248],[-2.84,59.249],[-2.848,59.261],[-2.852,59.265],[-2.854,59.267],[-2.86,59.269],[-2.862,59.268],[-2.874,59.27],[-2.877,59.265],[-2.881,59.266],[-2.883,59.271],[-2.884,59.277],[-2.882,59.282],[-2.883,59.286],[-2.888,59.29],[-2.897,59.29],[-2.898,59.293],[-2.896,59.296],[-2.901,59.298],[-2.901,59.301],[-2.904,59.303],[-2.907,59.301],[-2.915,59.298],[-2.92,59.3],[-2.924,59.304],[-2.927,59.303],[-2.937,59.302],[-2.94,59.303],[-2.94,59.31],[-2.945,59.311],[-2.952,59.308],[-2.96,59.309],[-2.963,59.312],[-2.962,59.315],[-2.966,59.316],[-2.973,59.319],[-2.979,59.316],[-2.987,59.315],[-2.989,59.317],[-2.989,59.321],[-2.984,59.323],[-2.981,59.326],[-2.974,59.324],[-2.968,59.326],[-2.962,59.326],[-2.956,59.328],[-2.957,59.331],[-2.952,59.336],[-2.954,59.339],[-2.961,59.337],[-2.968,59.34],[-2.967,59.343],[-2.959,59.343],[-2.959,59.345],[-2.954,59.348],[-2.947,59.348],[-2.944,59.351],[-2.953,59.354],[-2.952,59.359],[-2.955,59.36]]],[[[-2.879,59.385],[-2.883,59.386],[-2.889,59.384],[-2.891,59.378],[-2.89,59.376],[-2.895,59.372],[-2.898,59.365],[-2.897,59.362],[-2.905,59.357],[-2.911,59.349],[-2.911,59.345],[-2.908,59.342],[-2.908,59.336],[-2.91,59.33],[-2.909,59.327],[-2.905,59.323],[-2.9,59.329],[-2.895,59.331],[-2.891,59.328],[-2.888,59.325],[-2.883,59.326],[-2.88,59.331],[-2.877,59.334],[-2.88,59.336],[-2.881,59.339],[-2.877,59.341],[-2.879,59.345],[-2.883,59.345],[-2.884,59.35],[-2.888,59.352],[-2.889,59.354],[-2.888,59.357],[-2.882,59.359],[-2.884,59.362],[-2.882,59.365],[-2.876,59.367],[-2.872,59.367],[-2.869,59.37],[-2.868,59.375],[-2.874,59.381],[-2.873,59.382],[-2.879,59.385]]],[[[-2.381,59.393],[-2.393,59.389],[-2.395,59.387],[-2.404,59.385],[-2.407,59.385],[-2.414,59.388],[-2.419,59.386],[-2.426,59.386],[-2.429,59.387],[-2.435,59.385],[-2.434,59.382],[-2.431,59.38],[-2.435,59.373],[-2.441,59.371],[-2.441,59.366],[-2.444,59.362],[-2.446,59.362],[-2.45,59.358],[-2.444,59.355],[-2.439,59.358],[-2.43,59.357],[-2.426,59.354],[-2.424,59.348],[-2.42,59.348],[-2.411,59.354],[-2.406,59.355],[-2.399,59.355],[-2.398,59.357],[-2.402,59.359],[-2.407,59.36],[-2.409,59.364],[-2.409,59.365],[-2.412,59.367],[-2.41,59.376],[-2.404,59.381],[-2.398,59.383],[-2.39,59.383],[-2.38,59.385],[-2.376,59.384],[-2.375,59.388],[-2.378,59.389],[-2.381,59.393]]],[[[-1.607,59.553],[-1.613,59.551],[-1.618,59.55],[-1.621,59.552],[-1.625,59.551],[-1.632,59.552],[-1.639,59.55],[-1.639,59.546],[-1.636,59.545],[-1.638,59.543],[-1.643,59.544],[-1.645,59.543],[-1.644,59.538],[-1.646,59.537],[-1.645,59.534],[-1.648,59.53],[-1.644,59.526],[-1.648,59.525],[-1.651,59.521],[-1.656,59.523],[-1.658,59.523],[-1.655,59.517],[-1.652,59.515],[-1.655,59.513],[-1.65,59.512],[-1.645,59.515],[-1.639,59.512],[-1.635,59.512],[-1.627,59.516],[-1.629,59.518],[-1.625,59.52],[-1.627,59.522],[-1.628,59.525],[-1.625,59.527],[-1.619,59.525],[-1.615,59.526],[-1.609,59.529],[-1.61,59.531],[-1.616,59.533],[-1.613,59.535],[-1.604,59.537],[-1.603,59.534],[-1.599,59.533],[-1.601,59.537],[-1.598,59.539],[-1.599,59.541],[-1.607,59.538],[-1.613,59.541],[-1.609,59.547],[-1.605,59.548],[-1.607,59.553]]],[[[-1.329,59.872],[-1.334,59.87],[-1.335,59.869],[-1.33,59.868],[-1.329,59.872]]],[[[-1.358,59.955],[-1.36,59.952],[-1.358,59.95],[-1.352,59.95],[-1.352,59.952],[-1.356,59.953],[-1.358,59.955]]],[[[-1.191,60.008],[-1.193,60.003],[-1.191,60.002],[-1.185,60.002],[-1.185,59.998],[-1.182,59.992],[-1.172,59.99],[-1.168,59.993],[-1.159,59.995],[-1.172,60.003],[-1.181,60.005],[-1.185,60.008],[-1.191,60.008]]],[[[-1.364,60.031],[-1.365,60.027],[-1.361,60.025],[-1.36,60.022],[-1.354,60.024],[-1.352,60.023],[-1.347,60.026],[-1.346,60.028],[-1.352,60.028],[-1.356,60.027],[-1.364,60.031]]],[[[-1.3,60.097],[-1.308,60.096],[-1.315,60.091],[-1.326,60.082],[-1.33,60.082],[-1.332,60.077],[-1.328,60.075],[-1.327,60.07],[-1.329,60.067],[-1.331,60.063],[-1.324,60.061],[-1.329,60.059],[-1.331,60.054],[-1.336,60.051],[-1.34,60.048],[-1.341,60.043],[-1.332,60.041],[-1.331,60.043],[-1.333,60.046],[-1.328,60.05],[-1.325,60.051],[-1.319,60.059],[-1.32,60.061],[-1.325,60.061],[-1.323,60.066],[-1.321,60.068],[-1.316,60.066],[-1.314,60.067],[-1.311,60.072],[-1.308,60.075],[-1.305,60.081],[-1.299,60.085],[-1.296,60.092],[-1.3,60.097]]],[[[-1.315,60.117],[-1.32,60.117],[-1.321,60.112],[-1.32,60.11],[-1.321,60.105],[-1.33,60.105],[-1.338,60.11],[-1.341,60.109],[-1.34,60.103],[-1.344,60.102],[-1.34,60.1],[-1.335,60.102],[-1.328,60.101],[-1.327,60.098],[-1.329,60.091],[-1.334,60.089],[-1.337,60.09],[-1.343,60.088],[-1.347,60.084],[-1.342,60.083],[-1.342,60.081],[-1.349,60.082],[-1.353,60.081],[-1.356,60.077],[-1.351,60.073],[-1.356,60.071],[-1.357,60.07],[-1.352,60.063],[-1.348,60.063],[-1.343,60.06],[-1.346,60.058],[-1.354,60.059],[-1.358,60.057],[-1.36,60.052],[-1.364,60.05],[-1.374,60.048],[-1.377,60.048],[-1.377,60.045],[-1.373,60.042],[-1.365,60.041],[-1.358,60.045],[-1.356,60.048],[-1.351,60.049],[-1.349,60.052],[-1.35,60.057],[-1.342,60.057],[-1.339,60.061],[-1.34,60.064],[-1.337,60.065],[-1.338,60.07],[-1.333,60.074],[-1.335,60.077],[-1.334,60.081],[-1.327,60.085],[-1.325,60.089],[-1.316,60.096],[-1.317,60.1],[-1.311,60.104],[-1.31,60.108],[-1.313,60.112],[-1.31,60.115],[-1.315,60.117]]],[[[-1.367,60.123],[-1.372,60.123],[-1.378,60.119],[-1.375,60.113],[-1.368,60.114],[-1.364,60.118],[-1.36,60.118],[-1.36,60.12],[-1.365,60.12],[-1.367,60.123]]],[[[-1.348,60.124],[-1.356,60.122],[-1.345,60.119],[-1.342,60.121],[-1.338,60.119],[-1.336,60.122],[-1.344,60.124],[-1.348,60.124]]],[[[-1.273,60.131],[-1.288,60.129],[-1.293,60.126],[-1.298,60.127],[-1.301,60.125],[-1.299,60.122],[-1.301,60.118],[-1.296,60.114],[-1.299,60.11],[-1.298,60.109],[-1.305,60.106],[-1.305,60.102],[-1.304,60.099],[-1.294,60.102],[-1.286,60.107],[-1.285,60.112],[-1.286,60.118],[-1.283,60.126],[-1.276,60.127],[-1.273,60.131]]],[[[-1.353,60.141],[-1.354,60.138],[-1.347,60.139],[-1.348,60.14],[-1.353,60.141]]],[[[-1.362,60.152],[-1.367,60.148],[-1.369,60.143],[-1.366,60.14],[-1.359,60.139],[-1.35,60.147],[-1.352,60.15],[-1.362,60.152]]],[[[-2.046,60.144],[-2.05,60.148],[-2.049,60.151],[-2.054,60.155],[-2.06,60.155],[-2.061,60.153],[-2.07,60.155],[-2.074,60.158],[-2.089,60.155],[-2.091,60.153],[-2.098,60.151],[-2.101,60.149],[-2.112,60.146],[-2.114,60.141],[-2.112,60.138],[-2.117,60.134],[-2.097,60.13],[-2.091,60.128],[-2.091,60.126],[-2.086,60.121],[-2.081,60.118],[-2.075,60.118],[-2.068,60.117],[-2.064,60.113],[-2.068,60.111],[-2.064,60.11],[-2.062,60.112],[-2.052,60.117],[-2.05,60.12],[-2.05,60.126],[-2.045,60.129],[-2.046,60.133],[-2.046,60.135],[-2.042,60.136],[-2.04,60.14],[-2.043,60.143],[-2.046,60.144]]],[[[-1.036,60.154],[-1.039,60.154],[-1.042,60.152],[-1.042,60.149],[-1.044,60.145],[-1.035,60.148],[-1.032,60.146],[-1.032,60.142],[-1.027,60.139],[-1.023,60.134],[-1.014,60.131],[-1.011,60.132],[-1.008,60.134],[-1.01,60.138],[-1.005,60.141],[-1.006,60.143],[-1.003,60.144],[-1.006,60.148],[-1.005,60.15],[-1.009,60.152],[-1.016,60.151],[-1.021,60.152],[-1.029,60.151],[-1.035,60.152],[-1.036,60.154]]],[[[-1.334,60.167],[-1.342,60.166],[-1.34,60.164],[-1.335,60.163],[-1.334,60.167]]],[[[-1.325,60.189],[-1.331,60.187],[-1.327,60.184],[-1.325,60.189]]],[[[-1.081,60.188],[-1.087,60.188],[-1.085,60.186],[-1.089,60.183],[-1.089,60.179],[-1.086,60.177],[-1.077,60.175],[-1.076,60.173],[-1.08,60.171],[-1.09,60.172],[-1.094,60.174],[-1.095,60.178],[-1.1,60.179],[-1.103,60.178],[-1.111,60.179],[-1.116,60.179],[-1.121,60.181],[-1.126,60.182],[-1.13,60.184],[-1.138,60.18],[-1.142,60.181],[-1.147,60.18],[-1.146,60.178],[-1.147,60.174],[-1.143,60.172],[-1.142,60.168],[-1.138,60.164],[-1.13,60.16],[-1.122,60.159],[-1.121,60.155],[-1.117,60.156],[-1.113,60.149],[-1.117,60.145],[-1.117,60.14],[-1.124,60.14],[-1.126,60.138],[-1.125,60.132],[-1.122,60.129],[-1.123,60.122],[-1.111,60.114],[-1.104,60.113],[-1.098,60.11],[-1.094,60.111],[-1.09,60.109],[-1.086,60.108],[-1.081,60.107],[-1.076,60.103],[-1.071,60.104],[-1.074,60.108],[-1.072,60.112],[-1.069,60.113],[-1.068,60.123],[-1.067,60.127],[-1.069,60.129],[-1.066,60.131],[-1.066,60.133],[-1.061,60.139],[-1.056,60.14],[-1.052,60.142],[-1.052,60.148],[-1.049,60.152],[-1.051,60.156],[-1.05,60.161],[-1.046,60.167],[-1.048,60.169],[-1.051,60.17],[-1.057,60.161],[-1.064,60.162],[-1.065,60.16],[-1.071,60.158],[-1.073,60.159],[-1.078,60.164],[-1.073,60.166],[-1.071,60.169],[-1.073,60.17],[-1.069,60.174],[-1.073,60.177],[-1.073,60.182],[-1.076,60.188],[-1.081,60.188]]],[[[-1.587,60.21],[-1.592,60.209],[-1.605,60.202],[-1.605,60.2],[-1.597,60.195],[-1.595,60.196],[-1.586,60.192],[-1.582,60.194],[-1.575,60.195],[-1.569,60.194],[-1.563,60.195],[-1.566,60.199],[-1.568,60.203],[-1.576,60.207],[-1.576,60.208],[-1.587,60.21]]],[[[-1.569,60.218],[-1.576,60.217],[-1.575,60.215],[-1.571,60.213],[-1.566,60.214],[-1.569,60.218]]],[[[-1.15,60.24],[-1.154,60.238],[-1.153,60.235],[-1.144,60.239],[-1.15,60.24]]],[[[-1.546,60.314],[-1.549,60.314],[-1.552,60.31],[-1.548,60.309],[-1.544,60.313],[-1.546,60.314]]],[[[-1.474,60.341],[-1.478,60.341],[-1.483,60.337],[-1.488,60.334],[-1.488,60.329],[-1.491,60.327],[-1.485,60.326],[-1.479,60.326],[-1.474,60.329],[-1.472,60.326],[-1.466,60.327],[-1.466,60.324],[-1.474,60.322],[-1.474,60.324],[-1.481,60.323],[-1.482,60.321],[-1.478,60.318],[-1.475,60.318],[-1.479,60.314],[-1.477,60.312],[-1.473,60.311],[-1.468,60.313],[-1.466,60.317],[-1.469,60.319],[-1.463,60.32],[-1.459,60.318],[-1.451,60.323],[-1.446,60.327],[-1.439,60.326],[-1.44,60.33],[-1.447,60.329],[-1.446,60.332],[-1.453,60.331],[-1.458,60.332],[-1.457,60.334],[-1.463,60.336],[-1.471,60.335],[-1.472,60.33],[-1.476,60.332],[-1.476,60.337],[-1.47,60.338],[-1.474,60.341]]],[[[-1.385,60.342],[-1.396,60.342],[-1.394,60.339],[-1.392,60.333],[-1.4,60.332],[-1.402,60.331],[-1.401,60.324],[-1.395,60.321],[-1.39,60.322],[-1.387,60.326],[-1.383,60.327],[-1.384,60.331],[-1.38,60.334],[-1.376,60.335],[-1.376,60.337],[-1.38,60.341],[-1.385,60.342]]],[[[-1.68,60.342],[-1.684,60.337],[-1.678,60.337],[-1.676,60.336],[-1.685,60.333],[-1.687,60.331],[-1.69,60.334],[-1.688,60.337],[-1.691,60.341],[-1.694,60.342],[-1.697,60.341],[-1.701,60.343],[-1.703,60.341],[-1.71,60.34],[-1.709,60.343],[-1.713,60.344],[-1.723,60.344],[-1.729,60.346],[-1.736,60.34],[-1.737,60.335],[-1.734,60.335],[-1.731,60.33],[-1.724,60.326],[-1.725,60.324],[-1.721,60.323],[-1.719,60.32],[-1.71,60.325],[-1.704,60.326],[-1.702,60.328],[-1.697,60.324],[-1.699,60.322],[-1.707,60.322],[-1.707,60.318],[-1.697,60.315],[-1.691,60.315],[-1.687,60.316],[-1.684,60.32],[-1.68,60.323],[-1.675,60.323],[-1.675,60.321],[-1.666,60.321],[-1.661,60.325],[-1.665,60.328],[-1.668,60.326],[-1.674,60.327],[-1.676,60.329],[-1.673,60.331],[-1.665,60.334],[-1.666,60.336],[-1.664,60.34],[-1.67,60.342],[-1.68,60.342]]],[[[-0.883,60.343],[-0.887,60.343],[-0.891,60.341],[-0.887,60.338],[-0.883,60.341],[-0.883,60.343]]],[[[-1.362,60.361],[-1.367,60.359],[-1.366,60.354],[-1.363,60.353],[-1.358,60.353],[-1.355,60.355],[-1.353,60.359],[-1.355,60.361],[-1.362,60.361]]],[[[-1.025,60.37],[-1.028,60.37],[-1.034,60.37],[-1.038,60.367],[-1.039,60.365],[-1.043,60.364],[-1.046,60.362],[-1.043,60.359],[-1.044,60.354],[-1.04,60.352],[-1.033,60.353],[-1.032,60.355],[-1.035,60.359],[-1.03,60.362],[-1.025,60.37]]],[[[-0.913,60.384],[-0.92,60.381],[-0.929,60.381],[-0.936,60.377],[-0.945,60.379],[-0.947,60.378],[-0.958,60.38],[-0.957,60.382],[-0.963,60.383],[-0.97,60.379],[-0.968,60.377],[-0.971,60.373],[-0.975,60.371],[-0.98,60.371],[-0.983,60.368],[-0.991,60.369],[-1.001,60.368],[-1.006,60.364],[-1.015,60.361],[-1.018,60.359],[-1.023,60.351],[-1.017,60.346],[-1.022,60.346],[-1.025,60.344],[-1.025,60.342],[-1.031,60.343],[-1.038,60.341],[-1.039,60.339],[-1.033,60.333],[-1.026,60.335],[-1.021,60.333],[-1.023,60.331],[-1.015,60.331],[-1.005,60.326],[-1,60.329],[-0.99,60.329],[-0.981,60.331],[-0.974,60.336],[-0.976,60.34],[-0.974,60.341],[-0.965,60.342],[-0.958,60.349],[-0.95,60.351],[-0.95,60.354],[-0.944,60.356],[-0.94,60.36],[-0.935,60.367],[-0.93,60.369],[-0.925,60.374],[-0.918,60.377],[-0.911,60.378],[-0.909,60.38],[-0.903,60.381],[-0.913,60.384]]],[[[-1.428,60.39],[-1.432,60.39],[-1.438,60.391],[-1.444,60.389],[-1.446,60.386],[-1.451,60.386],[-1.456,60.381],[-1.452,60.379],[-1.457,60.376],[-1.458,60.374],[-1.466,60.373],[-1.467,60.375],[-1.474,60.376],[-1.475,60.374],[-1.472,60.372],[-1.471,60.37],[-1.465,60.367],[-1.465,60.362],[-1.462,60.359],[-1.463,60.356],[-1.457,60.354],[-1.447,60.347],[-1.443,60.346],[-1.439,60.348],[-1.43,60.345],[-1.426,60.348],[-1.421,60.347],[-1.414,60.348],[-1.41,60.346],[-1.401,60.351],[-1.392,60.351],[-1.386,60.356],[-1.381,60.358],[-1.379,60.364],[-1.379,60.368],[-1.38,60.373],[-1.382,60.376],[-1.392,60.376],[-1.404,60.382],[-1.408,60.384],[-1.411,60.381],[-1.414,60.381],[-1.42,60.386],[-1.424,60.386],[-1.428,60.39]]],[[[-0.735,60.425],[-0.744,60.421],[-0.744,60.419],[-0.737,60.42],[-0.735,60.425]]],[[[-0.748,60.43],[-0.755,60.428],[-0.757,60.424],[-0.749,60.422],[-0.745,60.424],[-0.745,60.426],[-0.741,60.428],[-0.748,60.43]]],[[[-0.77,60.42],[-0.761,60.418],[-0.754,60.42],[-0.761,60.424],[-0.759,60.431],[-0.766,60.431],[-0.772,60.43],[-0.777,60.427],[-0.769,60.425],[-0.775,60.422],[-0.785,60.422],[-0.784,60.42],[-0.795,60.414],[-0.797,60.412],[-0.797,60.41],[-0.788,60.414],[-0.789,60.416],[-0.782,60.418],[-0.779,60.418],[-0.77,60.42]]],[[[-1.453,60.441],[-1.459,60.441],[-1.459,60.439],[-1.454,60.438],[-1.451,60.439],[-1.453,60.441]]],[[[-1.148,60.439],[-1.15,60.446],[-1.156,60.446],[-1.16,60.44],[-1.158,60.438],[-1.15,60.438],[-1.148,60.439]]],[[[-1.131,60.452],[-1.137,60.449],[-1.135,60.446],[-1.131,60.45],[-1.131,60.452]]],[[[-1.04,60.453],[-1.042,60.456],[-1.045,60.455],[-1.044,60.452],[-1.04,60.453]]],[[[-1.63,60.474],[-1.634,60.472],[-1.628,60.471],[-1.63,60.474]]],[[[-1.626,60.476],[-1.628,60.473],[-1.623,60.471],[-1.621,60.473],[-1.622,60.475],[-1.626,60.476]]],[[[-1.146,60.468],[-1.153,60.473],[-1.156,60.471],[-1.158,60.468],[-1.163,60.468],[-1.153,60.463],[-1.142,60.462],[-1.14,60.465],[-1.145,60.465],[-1.146,60.468]]],[[[-1.102,60.478],[-1.103,60.481],[-1.106,60.481],[-1.108,60.477],[-1.102,60.478]]],[[[-1.273,60.502],[-1.272,60.499],[-1.267,60.495],[-1.264,60.495],[-1.264,60.498],[-1.269,60.499],[-1.273,60.502]]],[[[-1.193,60.498],[-1.195,60.502],[-1.2,60.501],[-1.202,60.499],[-1.197,60.498],[-1.195,60.494],[-1.195,60.491],[-1.189,60.486],[-1.182,60.487],[-1.185,60.491],[-1.186,60.494],[-1.189,60.497],[-1.193,60.498]]],[[[-1.2,60.515],[-1.201,60.511],[-1.198,60.507],[-1.192,60.508],[-1.194,60.511],[-1.2,60.515]]],[[[-1.225,60.519],[-1.233,60.517],[-1.232,60.514],[-1.226,60.511],[-1.22,60.511],[-1.218,60.512],[-1.224,60.516],[-1.225,60.519]]],[[[-1.287,60.52],[-1.289,60.519],[-1.297,60.517],[-1.299,60.513],[-1.294,60.513],[-1.286,60.515],[-1.283,60.518],[-1.287,60.52]]],[[[-1.428,60.621],[-1.435,60.62],[-1.437,60.617],[-1.432,60.615],[-1.422,60.618],[-1.421,60.62],[-1.428,60.621]]],[[[-0.988,60.619],[-0.997,60.619],[-1.001,60.617],[-0.999,60.614],[-1,60.611],[-1.004,60.61],[-1.007,60.606],[-1.011,60.606],[-1.015,60.603],[-1.011,60.599],[-1,60.597],[-1.001,60.602],[-1.004,60.604],[-1.003,60.606],[-0.995,60.607],[-0.992,60.604],[-0.986,60.603],[-0.98,60.603],[-0.977,60.609],[-0.972,60.609],[-0.969,60.613],[-0.971,60.616],[-0.974,60.618],[-0.982,60.616],[-0.988,60.617],[-0.988,60.619]]],[[[-0.867,60.633],[-0.869,60.633],[-0.88,60.628],[-0.886,60.623],[-0.893,60.621],[-0.899,60.621],[-0.903,60.623],[-0.91,60.624],[-0.913,60.628],[-0.919,60.627],[-0.927,60.627],[-0.934,60.63],[-0.937,60.63],[-0.936,60.627],[-0.939,60.624],[-0.947,60.621],[-0.945,60.615],[-0.949,60.613],[-0.948,60.611],[-0.94,60.61],[-0.94,60.608],[-0.937,60.605],[-0.938,60.602],[-0.934,60.601],[-0.928,60.598],[-0.924,60.593],[-0.918,60.588],[-0.918,60.585],[-0.914,60.584],[-0.914,60.58],[-0.909,60.572],[-0.9,60.57],[-0.895,60.568],[-0.896,60.565],[-0.887,60.562],[-0.884,60.565],[-0.875,60.565],[-0.872,60.567],[-0.867,60.569],[-0.864,60.567],[-0.86,60.569],[-0.865,60.57],[-0.868,60.574],[-0.873,60.576],[-0.876,60.581],[-0.881,60.582],[-0.89,60.584],[-0.895,60.586],[-0.897,60.588],[-0.896,60.591],[-0.891,60.593],[-0.883,60.59],[-0.877,60.591],[-0.871,60.59],[-0.868,60.594],[-0.863,60.592],[-0.859,60.593],[-0.85,60.586],[-0.846,60.584],[-0.835,60.588],[-0.831,60.588],[-0.83,60.583],[-0.824,60.579],[-0.815,60.575],[-0.807,60.577],[-0.807,60.574],[-0.803,60.573],[-0.804,60.569],[-0.795,60.57],[-0.793,60.572],[-0.793,60.577],[-0.789,60.578],[-0.792,60.582],[-0.788,60.585],[-0.782,60.584],[-0.782,60.586],[-0.777,60.588],[-0.774,60.592],[-0.771,60.592],[-0.772,60.597],[-0.77,60.598],[-0.766,60.605],[-0.773,60.605],[-0.776,60.607],[-0.775,60.615],[-0.779,60.616],[-0.783,60.612],[-0.788,60.611],[-0.792,60.613],[-0.795,60.611],[-0.794,60.608],[-0.797,60.604],[-0.799,60.601],[-0.806,60.599],[-0.81,60.599],[-0.81,60.602],[-0.808,60.605],[-0.813,60.606],[-0.818,60.602],[-0.825,60.607],[-0.821,60.612],[-0.824,60.615],[-0.822,60.617],[-0.825,60.619],[-0.823,60.621],[-0.826,60.624],[-0.832,60.626],[-0.832,60.628],[-0.843,60.628],[-0.857,60.629],[-0.86,60.632],[-0.867,60.633]]],[[[-1.159,60.198],[-1.152,60.202],[-1.154,60.203],[-1.159,60.2],[-1.163,60.2],[-1.17,60.194],[-1.177,60.193],[-1.181,60.189],[-1.189,60.187],[-1.196,60.181],[-1.205,60.177],[-1.213,60.172],[-1.218,60.171],[-1.218,60.174],[-1.214,60.177],[-1.21,60.177],[-1.206,60.182],[-1.196,60.188],[-1.195,60.191],[-1.191,60.192],[-1.19,60.196],[-1.187,60.196],[-1.187,60.199],[-1.186,60.202],[-1.187,60.204],[-1.182,60.205],[-1.17,60.209],[-1.175,60.211],[-1.179,60.21],[-1.181,60.212],[-1.176,60.215],[-1.17,60.217],[-1.172,60.219],[-1.168,60.223],[-1.173,60.224],[-1.179,60.222],[-1.19,60.214],[-1.197,60.21],[-1.198,60.208],[-1.206,60.203],[-1.212,60.202],[-1.218,60.201],[-1.215,60.206],[-1.211,60.206],[-1.203,60.212],[-1.203,60.215],[-1.197,60.219],[-1.195,60.222],[-1.197,60.227],[-1.191,60.229],[-1.19,60.231],[-1.19,60.234],[-1.198,60.234],[-1.208,60.229],[-1.212,60.228],[-1.217,60.229],[-1.23,60.229],[-1.229,60.233],[-1.224,60.234],[-1.224,60.237],[-1.219,60.237],[-1.214,60.238],[-1.209,60.238],[-1.204,60.241],[-1.201,60.242],[-1.194,60.245],[-1.194,60.25],[-1.195,60.253],[-1.205,60.254],[-1.203,60.263],[-1.209,60.266],[-1.202,60.268],[-1.199,60.27],[-1.193,60.267],[-1.191,60.261],[-1.188,60.259],[-1.175,60.259],[-1.166,60.261],[-1.169,60.256],[-1.172,60.255],[-1.177,60.252],[-1.179,60.246],[-1.179,60.242],[-1.176,60.239],[-1.167,60.24],[-1.167,60.243],[-1.163,60.243],[-1.157,60.242],[-1.152,60.244],[-1.154,60.247],[-1.153,60.249],[-1.149,60.249],[-1.144,60.254],[-1.143,60.259],[-1.131,60.26],[-1.124,60.262],[-1.121,60.262],[-1.105,60.258],[-1.102,60.259],[-1.096,60.264],[-1.096,60.266],[-1.098,60.271],[-1.109,60.266],[-1.115,60.267],[-1.116,60.271],[-1.115,60.273],[-1.11,60.274],[-1.108,60.275],[-1.117,60.276],[-1.12,60.273],[-1.119,60.272],[-1.127,60.271],[-1.133,60.272],[-1.134,60.274],[-1.138,60.274],[-1.142,60.272],[-1.145,60.273],[-1.148,60.269],[-1.154,60.273],[-1.15,60.276],[-1.157,60.278],[-1.159,60.282],[-1.155,60.284],[-1.147,60.286],[-1.143,60.289],[-1.133,60.293],[-1.128,60.298],[-1.122,60.3],[-1.116,60.303],[-1.11,60.304],[-1.106,60.301],[-1.099,60.304],[-1.095,60.302],[-1.091,60.302],[-1.088,60.299],[-1.084,60.301],[-1.082,60.305],[-1.088,60.305],[-1.09,60.309],[-1.093,60.31],[-1.089,60.316],[-1.089,60.318],[-1.081,60.321],[-1.08,60.323],[-1.085,60.326],[-1.094,60.324],[-1.099,60.321],[-1.11,60.322],[-1.109,60.327],[-1.113,60.328],[-1.118,60.327],[-1.12,60.324],[-1.124,60.324],[-1.133,60.327],[-1.137,60.327],[-1.143,60.332],[-1.147,60.33],[-1.153,60.332],[-1.152,60.335],[-1.155,60.338],[-1.158,60.337],[-1.164,60.333],[-1.166,60.328],[-1.166,60.324],[-1.169,60.324],[-1.17,60.328],[-1.176,60.331],[-1.174,60.332],[-1.172,60.339],[-1.173,60.343],[-1.175,60.347],[-1.187,60.351],[-1.166,60.353],[-1.153,60.35],[-1.151,60.351],[-1.141,60.349],[-1.131,60.35],[-1.126,60.349],[-1.118,60.345],[-1.114,60.346],[-1.105,60.35],[-1.099,60.354],[-1.094,60.356],[-1.083,60.355],[-1.079,60.358],[-1.078,60.362],[-1.075,60.366],[-1.074,60.371],[-1.081,60.375],[-1.08,60.379],[-1.073,60.385],[-1.076,60.388],[-1.089,60.387],[-1.094,60.391],[-1.098,60.392],[-1.105,60.392],[-1.108,60.394],[-1.115,60.386],[-1.117,60.383],[-1.12,60.382],[-1.123,60.377],[-1.125,60.371],[-1.129,60.369],[-1.134,60.37],[-1.132,60.372],[-1.132,60.377],[-1.128,60.381],[-1.133,60.383],[-1.14,60.38],[-1.141,60.383],[-1.135,60.389],[-1.132,60.392],[-1.124,60.397],[-1.122,60.402],[-1.118,60.402],[-1.113,60.401],[-1.109,60.403],[-1.105,60.406],[-1.098,60.406],[-1.094,60.409],[-1.09,60.41],[-1.079,60.418],[-1.078,60.419],[-1.071,60.422],[-1.068,60.427],[-1.055,60.432],[-1.051,60.438],[-1.051,60.442],[-1.054,60.441],[-1.049,60.449],[-1.052,60.45],[-1.057,60.447],[-1.064,60.448],[-1.07,60.443],[-1.074,60.443],[-1.079,60.438],[-1.086,60.438],[-1.089,60.437],[-1.09,60.431],[-1.1,60.427],[-1.099,60.42],[-1.097,60.418],[-1.108,60.418],[-1.11,60.415],[-1.114,60.416],[-1.113,60.419],[-1.114,60.422],[-1.109,60.424],[-1.11,60.427],[-1.119,60.429],[-1.121,60.42],[-1.129,60.416],[-1.132,60.414],[-1.137,60.412],[-1.134,60.41],[-1.134,60.407],[-1.126,60.408],[-1.122,60.406],[-1.124,60.403],[-1.131,60.402],[-1.135,60.401],[-1.14,60.4],[-1.143,60.401],[-1.144,60.404],[-1.151,60.404],[-1.156,60.397],[-1.151,60.395],[-1.152,60.393],[-1.161,60.389],[-1.162,60.387],[-1.162,60.38],[-1.167,60.381],[-1.167,60.39],[-1.166,60.397],[-1.17,60.398],[-1.168,60.402],[-1.171,60.404],[-1.168,60.408],[-1.17,60.414],[-1.177,60.413],[-1.189,60.409],[-1.196,60.407],[-1.202,60.405],[-1.217,60.401],[-1.222,60.402],[-1.221,60.404],[-1.197,60.411],[-1.191,60.414],[-1.19,60.416],[-1.194,60.42],[-1.204,60.418],[-1.227,60.411],[-1.237,60.407],[-1.247,60.405],[-1.254,60.402],[-1.258,60.398],[-1.262,60.399],[-1.259,60.402],[-1.251,60.407],[-1.239,60.412],[-1.23,60.415],[-1.228,60.417],[-1.211,60.424],[-1.205,60.428],[-1.195,60.432],[-1.191,60.429],[-1.194,60.427],[-1.19,60.423],[-1.18,60.421],[-1.169,60.42],[-1.167,60.422],[-1.172,60.427],[-1.176,60.429],[-1.173,60.431],[-1.173,60.434],[-1.176,60.434],[-1.19,60.43],[-1.192,60.432],[-1.184,60.435],[-1.175,60.437],[-1.166,60.437],[-1.165,60.44],[-1.17,60.444],[-1.175,60.447],[-1.178,60.447],[-1.191,60.445],[-1.202,60.445],[-1.203,60.446],[-1.194,60.448],[-1.178,60.453],[-1.176,60.457],[-1.178,60.461],[-1.186,60.464],[-1.194,60.463],[-1.206,60.458],[-1.209,60.459],[-1.207,60.463],[-1.209,60.467],[-1.208,60.468],[-1.201,60.47],[-1.204,60.474],[-1.203,60.478],[-1.206,60.481],[-1.207,60.484],[-1.214,60.489],[-1.22,60.49],[-1.227,60.495],[-1.238,60.494],[-1.243,60.492],[-1.244,60.489],[-1.247,60.485],[-1.258,60.48],[-1.262,60.476],[-1.271,60.477],[-1.27,60.48],[-1.273,60.485],[-1.28,60.488],[-1.281,60.485],[-1.286,60.485],[-1.288,60.475],[-1.294,60.472],[-1.301,60.472],[-1.304,60.468],[-1.301,60.462],[-1.288,60.457],[-1.282,60.457],[-1.279,60.459],[-1.276,60.457],[-1.272,60.453],[-1.26,60.449],[-1.259,60.445],[-1.262,60.443],[-1.268,60.442],[-1.271,60.443],[-1.277,60.448],[-1.279,60.445],[-1.277,60.443],[-1.279,60.441],[-1.279,60.438],[-1.285,60.438],[-1.286,60.442],[-1.295,60.444],[-1.312,60.44],[-1.316,60.438],[-1.319,60.437],[-1.328,60.438],[-1.334,60.435],[-1.34,60.43],[-1.342,60.429],[-1.344,60.424],[-1.343,60.422],[-1.346,60.42],[-1.347,60.417],[-1.346,60.411],[-1.341,60.41],[-1.336,60.411],[-1.336,60.408],[-1.346,60.407],[-1.35,60.404],[-1.351,60.402],[-1.355,60.4],[-1.36,60.4],[-1.364,60.398],[-1.368,60.398],[-1.373,60.397],[-1.375,60.394],[-1.378,60.394],[-1.384,60.398],[-1.382,60.403],[-1.373,60.404],[-1.37,60.406],[-1.374,60.408],[-1.373,60.412],[-1.371,60.414],[-1.366,60.412],[-1.36,60.412],[-1.356,60.413],[-1.357,60.417],[-1.363,60.42],[-1.361,60.425],[-1.363,60.429],[-1.358,60.431],[-1.357,60.434],[-1.355,60.438],[-1.345,60.442],[-1.342,60.445],[-1.341,60.451],[-1.348,60.455],[-1.346,60.457],[-1.342,60.457],[-1.338,60.454],[-1.338,60.45],[-1.333,60.448],[-1.324,60.449],[-1.32,60.452],[-1.325,60.459],[-1.333,60.462],[-1.332,60.466],[-1.325,60.47],[-1.326,60.475],[-1.331,60.477],[-1.328,60.48],[-1.32,60.479],[-1.316,60.48],[-1.311,60.482],[-1.311,60.485],[-1.317,60.489],[-1.318,60.49],[-1.31,60.496],[-1.316,60.498],[-1.322,60.497],[-1.327,60.495],[-1.328,60.492],[-1.335,60.485],[-1.334,60.482],[-1.33,60.48],[-1.334,60.478],[-1.345,60.48],[-1.352,60.479],[-1.353,60.482],[-1.345,60.484],[-1.337,60.489],[-1.336,60.495],[-1.334,60.499],[-1.337,60.501],[-1.341,60.501],[-1.344,60.503],[-1.339,60.506],[-1.335,60.507],[-1.326,60.507],[-1.324,60.511],[-1.329,60.512],[-1.329,60.515],[-1.334,60.515],[-1.335,60.518],[-1.342,60.52],[-1.35,60.519],[-1.352,60.517],[-1.357,60.518],[-1.351,60.522],[-1.342,60.523],[-1.329,60.523],[-1.326,60.526],[-1.331,60.529],[-1.353,60.529],[-1.36,60.527],[-1.357,60.533],[-1.351,60.541],[-1.347,60.54],[-1.345,60.538],[-1.339,60.537],[-1.337,60.539],[-1.33,60.54],[-1.327,60.538],[-1.321,60.537],[-1.316,60.541],[-1.316,60.55],[-1.318,60.554],[-1.315,60.555],[-1.314,60.564],[-1.315,60.565],[-1.313,60.569],[-1.314,60.571],[-1.318,60.573],[-1.324,60.574],[-1.323,60.577],[-1.327,60.579],[-1.33,60.577],[-1.336,60.583],[-1.333,60.585],[-1.324,60.587],[-1.32,60.584],[-1.312,60.589],[-1.304,60.595],[-1.305,60.599],[-1.309,60.602],[-1.309,60.604],[-1.304,60.608],[-1.306,60.609],[-1.303,60.612],[-1.305,60.617],[-1.301,60.62],[-1.303,60.624],[-1.314,60.624],[-1.315,60.626],[-1.312,60.629],[-1.31,60.633],[-1.316,60.633],[-1.317,60.631],[-1.323,60.629],[-1.325,60.626],[-1.324,60.624],[-1.33,60.622],[-1.335,60.625],[-1.339,60.625],[-1.343,60.628],[-1.346,60.626],[-1.345,60.624],[-1.347,60.622],[-1.35,60.62],[-1.351,60.614],[-1.347,60.612],[-1.341,60.612],[-1.338,60.608],[-1.338,60.606],[-1.334,60.606],[-1.331,60.602],[-1.333,60.6],[-1.339,60.599],[-1.337,60.602],[-1.343,60.607],[-1.348,60.606],[-1.35,60.61],[-1.354,60.609],[-1.358,60.61],[-1.362,60.608],[-1.366,60.609],[-1.373,60.606],[-1.379,60.609],[-1.385,60.609],[-1.39,60.612],[-1.399,60.612],[-1.404,60.611],[-1.404,60.614],[-1.406,60.615],[-1.411,60.614],[-1.419,60.616],[-1.422,60.614],[-1.422,60.611],[-1.429,60.607],[-1.434,60.606],[-1.435,60.603],[-1.428,60.603],[-1.419,60.604],[-1.42,60.601],[-1.427,60.6],[-1.435,60.596],[-1.437,60.597],[-1.445,60.59],[-1.444,60.585],[-1.439,60.585],[-1.434,60.582],[-1.436,60.578],[-1.434,60.575],[-1.437,60.573],[-1.447,60.572],[-1.454,60.569],[-1.459,60.564],[-1.466,60.562],[-1.473,60.561],[-1.471,60.558],[-1.471,60.555],[-1.474,60.552],[-1.484,60.548],[-1.489,60.548],[-1.493,60.546],[-1.493,60.544],[-1.498,60.541],[-1.497,60.537],[-1.493,60.533],[-1.486,60.532],[-1.482,60.531],[-1.464,60.515],[-1.455,60.511],[-1.445,60.509],[-1.439,60.51],[-1.428,60.513],[-1.425,60.512],[-1.41,60.512],[-1.406,60.512],[-1.399,60.515],[-1.394,60.513],[-1.407,60.509],[-1.418,60.508],[-1.427,60.508],[-1.433,60.507],[-1.437,60.505],[-1.445,60.504],[-1.451,60.505],[-1.457,60.509],[-1.462,60.51],[-1.468,60.51],[-1.48,60.516],[-1.487,60.521],[-1.5,60.525],[-1.506,60.527],[-1.508,60.529],[-1.512,60.529],[-1.518,60.531],[-1.518,60.534],[-1.523,60.537],[-1.52,60.542],[-1.522,60.543],[-1.519,60.548],[-1.521,60.551],[-1.531,60.555],[-1.534,60.556],[-1.547,60.551],[-1.55,60.549],[-1.556,60.548],[-1.556,60.546],[-1.56,60.545],[-1.561,60.54],[-1.563,60.538],[-1.566,60.538],[-1.565,60.534],[-1.568,60.531],[-1.569,60.527],[-1.569,60.524],[-1.565,60.524],[-1.568,60.518],[-1.566,60.516],[-1.568,60.513],[-1.572,60.512],[-1.576,60.509],[-1.575,60.507],[-1.568,60.507],[-1.562,60.506],[-1.563,60.504],[-1.569,60.5],[-1.575,60.501],[-1.577,60.504],[-1.585,60.508],[-1.585,60.505],[-1.59,60.505],[-1.592,60.507],[-1.597,60.506],[-1.602,60.509],[-1.607,60.509],[-1.615,60.507],[-1.613,60.504],[-1.617,60.502],[-1.615,60.5],[-1.624,60.493],[-1.624,60.491],[-1.628,60.49],[-1.633,60.487],[-1.629,60.481],[-1.618,60.479],[-1.612,60.476],[-1.616,60.474],[-1.606,60.474],[-1.607,60.478],[-1.601,60.48],[-1.595,60.477],[-1.592,60.477],[-1.584,60.482],[-1.575,60.48],[-1.574,60.476],[-1.569,60.481],[-1.564,60.483],[-1.558,60.49],[-1.55,60.49],[-1.543,60.485],[-1.536,60.48],[-1.533,60.482],[-1.526,60.481],[-1.524,60.479],[-1.516,60.479],[-1.51,60.481],[-1.502,60.485],[-1.496,60.484],[-1.496,60.48],[-1.493,60.478],[-1.495,60.476],[-1.505,60.475],[-1.508,60.473],[-1.506,60.47],[-1.512,60.466],[-1.511,60.465],[-1.511,60.462],[-1.506,60.461],[-1.501,60.457],[-1.503,60.455],[-1.498,60.454],[-1.494,60.457],[-1.488,60.459],[-1.49,60.463],[-1.486,60.463],[-1.482,60.467],[-1.482,60.471],[-1.489,60.473],[-1.488,60.476],[-1.481,60.477],[-1.471,60.482],[-1.467,60.486],[-1.463,60.49],[-1.458,60.491],[-1.453,60.488],[-1.457,60.486],[-1.458,60.483],[-1.465,60.476],[-1.464,60.473],[-1.466,60.47],[-1.463,60.467],[-1.457,60.467],[-1.445,60.47],[-1.438,60.474],[-1.443,60.465],[-1.447,60.464],[-1.454,60.466],[-1.462,60.465],[-1.47,60.46],[-1.465,60.458],[-1.466,60.454],[-1.462,60.452],[-1.462,60.45],[-1.447,60.451],[-1.444,60.449],[-1.435,60.451],[-1.43,60.45],[-1.431,60.449],[-1.438,60.446],[-1.444,60.447],[-1.449,60.444],[-1.45,60.436],[-1.456,60.435],[-1.457,60.43],[-1.454,60.427],[-1.455,60.424],[-1.451,60.42],[-1.454,60.419],[-1.453,60.416],[-1.446,60.414],[-1.442,60.415],[-1.433,60.414],[-1.43,60.413],[-1.425,60.415],[-1.42,60.415],[-1.412,60.418],[-1.409,60.417],[-1.4,60.418],[-1.397,60.418],[-1.396,60.415],[-1.39,60.409],[-1.395,60.409],[-1.401,60.414],[-1.404,60.413],[-1.409,60.414],[-1.413,60.411],[-1.413,60.408],[-1.416,60.404],[-1.41,60.402],[-1.41,60.4],[-1.401,60.397],[-1.394,60.398],[-1.393,60.4],[-1.387,60.398],[-1.395,60.395],[-1.398,60.396],[-1.409,60.393],[-1.412,60.391],[-1.41,60.387],[-1.405,60.384],[-1.398,60.382],[-1.392,60.38],[-1.388,60.38],[-1.383,60.377],[-1.378,60.377],[-1.374,60.381],[-1.374,60.385],[-1.371,60.385],[-1.368,60.388],[-1.367,60.391],[-1.357,60.395],[-1.353,60.394],[-1.352,60.392],[-1.353,60.39],[-1.351,60.385],[-1.346,60.385],[-1.35,60.382],[-1.349,60.38],[-1.354,60.373],[-1.358,60.373],[-1.363,60.371],[-1.364,60.369],[-1.351,60.368],[-1.343,60.365],[-1.336,60.366],[-1.333,60.368],[-1.323,60.368],[-1.307,60.37],[-1.302,60.37],[-1.293,60.367],[-1.287,60.363],[-1.287,60.359],[-1.285,60.357],[-1.281,60.356],[-1.271,60.355],[-1.269,60.354],[-1.262,60.351],[-1.271,60.349],[-1.273,60.351],[-1.279,60.353],[-1.284,60.354],[-1.291,60.358],[-1.301,60.361],[-1.307,60.359],[-1.317,60.358],[-1.321,60.358],[-1.328,60.358],[-1.338,60.36],[-1.341,60.357],[-1.334,60.353],[-1.337,60.35],[-1.339,60.348],[-1.338,60.343],[-1.336,60.34],[-1.337,60.335],[-1.343,60.336],[-1.347,60.339],[-1.347,60.343],[-1.351,60.345],[-1.356,60.345],[-1.361,60.342],[-1.365,60.341],[-1.37,60.337],[-1.367,60.333],[-1.369,60.331],[-1.367,60.328],[-1.37,60.323],[-1.367,60.316],[-1.368,60.313],[-1.366,60.307],[-1.364,60.305],[-1.359,60.303],[-1.358,60.3],[-1.367,60.297],[-1.368,60.291],[-1.367,60.289],[-1.369,60.286],[-1.375,60.285],[-1.38,60.287],[-1.382,60.296],[-1.379,60.298],[-1.38,60.3],[-1.385,60.301],[-1.39,60.305],[-1.385,60.307],[-1.388,60.314],[-1.411,60.32],[-1.417,60.316],[-1.42,60.317],[-1.423,60.319],[-1.422,60.322],[-1.424,60.327],[-1.427,60.329],[-1.43,60.328],[-1.43,60.326],[-1.434,60.326],[-1.434,60.322],[-1.447,60.321],[-1.446,60.319],[-1.451,60.317],[-1.455,60.318],[-1.459,60.314],[-1.465,60.311],[-1.463,60.31],[-1.457,60.311],[-1.452,60.309],[-1.446,60.31],[-1.444,60.308],[-1.45,60.308],[-1.452,60.306],[-1.459,60.307],[-1.462,60.304],[-1.457,60.301],[-1.446,60.3],[-1.444,60.297],[-1.453,60.297],[-1.462,60.3],[-1.467,60.299],[-1.471,60.306],[-1.477,60.308],[-1.482,60.306],[-1.488,60.307],[-1.489,60.305],[-1.481,60.303],[-1.48,60.3],[-1.481,60.294],[-1.479,60.293],[-1.478,60.289],[-1.474,60.289],[-1.463,60.291],[-1.459,60.289],[-1.462,60.288],[-1.467,60.289],[-1.468,60.285],[-1.477,60.283],[-1.479,60.28],[-1.472,60.279],[-1.477,60.275],[-1.482,60.28],[-1.481,60.285],[-1.485,60.286],[-1.484,60.291],[-1.489,60.298],[-1.491,60.307],[-1.495,60.31],[-1.496,60.317],[-1.498,60.318],[-1.507,60.319],[-1.511,60.319],[-1.519,60.316],[-1.532,60.312],[-1.537,60.308],[-1.545,60.309],[-1.548,60.307],[-1.552,60.303],[-1.548,60.299],[-1.539,60.3],[-1.536,60.298],[-1.537,60.294],[-1.541,60.295],[-1.546,60.297],[-1.549,60.295],[-1.556,60.296],[-1.56,60.298],[-1.565,60.295],[-1.57,60.295],[-1.571,60.3],[-1.577,60.302],[-1.582,60.299],[-1.575,60.298],[-1.577,60.295],[-1.569,60.293],[-1.572,60.287],[-1.584,60.293],[-1.586,60.296],[-1.59,60.295],[-1.595,60.297],[-1.596,60.301],[-1.6,60.303],[-1.602,60.306],[-1.606,60.308],[-1.611,60.306],[-1.618,60.307],[-1.633,60.305],[-1.643,60.308],[-1.646,60.304],[-1.65,60.304],[-1.655,60.305],[-1.659,60.304],[-1.667,60.304],[-1.672,60.302],[-1.687,60.301],[-1.693,60.298],[-1.694,60.296],[-1.697,60.294],[-1.698,60.291],[-1.703,60.289],[-1.7,60.287],[-1.702,60.286],[-1.7,60.283],[-1.688,60.282],[-1.681,60.279],[-1.681,60.276],[-1.689,60.275],[-1.684,60.27],[-1.691,60.262],[-1.697,60.259],[-1.698,60.257],[-1.695,60.254],[-1.689,60.255],[-1.686,60.254],[-1.688,60.25],[-1.697,60.248],[-1.697,60.246],[-1.69,60.244],[-1.693,60.241],[-1.691,60.238],[-1.693,60.237],[-1.69,60.234],[-1.684,60.236],[-1.674,60.233],[-1.655,60.227],[-1.639,60.23],[-1.638,60.227],[-1.643,60.225],[-1.651,60.222],[-1.649,60.217],[-1.646,60.217],[-1.639,60.214],[-1.632,60.212],[-1.627,60.213],[-1.623,60.209],[-1.623,60.207],[-1.618,60.207],[-1.614,60.208],[-1.613,60.21],[-1.597,60.212],[-1.599,60.214],[-1.604,60.216],[-1.607,60.219],[-1.603,60.221],[-1.599,60.22],[-1.59,60.219],[-1.588,60.221],[-1.584,60.221],[-1.58,60.22],[-1.575,60.219],[-1.569,60.226],[-1.562,60.226],[-1.563,60.222],[-1.557,60.221],[-1.555,60.218],[-1.557,60.215],[-1.557,60.213],[-1.56,60.211],[-1.56,60.206],[-1.563,60.203],[-1.561,60.201],[-1.556,60.199],[-1.549,60.208],[-1.546,60.21],[-1.541,60.21],[-1.541,60.213],[-1.538,60.216],[-1.533,60.217],[-1.527,60.217],[-1.521,60.22],[-1.522,60.224],[-1.518,60.226],[-1.516,60.23],[-1.52,60.229],[-1.53,60.234],[-1.529,60.243],[-1.521,60.243],[-1.515,60.242],[-1.515,60.24],[-1.52,60.239],[-1.52,60.236],[-1.516,60.232],[-1.511,60.232],[-1.498,60.232],[-1.495,60.231],[-1.501,60.229],[-1.506,60.228],[-1.507,60.224],[-1.505,60.219],[-1.507,60.215],[-1.504,60.215],[-1.478,60.219],[-1.474,60.221],[-1.472,60.218],[-1.476,60.216],[-1.488,60.215],[-1.499,60.213],[-1.504,60.209],[-1.499,60.206],[-1.492,60.208],[-1.484,60.206],[-1.485,60.205],[-1.497,60.205],[-1.512,60.208],[-1.515,60.209],[-1.53,60.207],[-1.53,60.206],[-1.535,60.204],[-1.541,60.205],[-1.539,60.201],[-1.541,60.199],[-1.548,60.197],[-1.544,60.194],[-1.547,60.19],[-1.547,60.187],[-1.54,60.182],[-1.54,60.181],[-1.532,60.179],[-1.533,60.181],[-1.524,60.182],[-1.518,60.18],[-1.514,60.182],[-1.51,60.18],[-1.514,60.178],[-1.514,60.175],[-1.509,60.173],[-1.511,60.165],[-1.499,60.162],[-1.496,60.163],[-1.495,60.167],[-1.489,60.167],[-1.487,60.164],[-1.491,60.162],[-1.482,60.161],[-1.475,60.161],[-1.47,60.16],[-1.47,60.158],[-1.464,60.155],[-1.465,60.153],[-1.463,60.151],[-1.464,60.147],[-1.457,60.147],[-1.452,60.153],[-1.451,60.156],[-1.452,60.16],[-1.449,60.162],[-1.452,60.166],[-1.45,60.171],[-1.453,60.176],[-1.45,60.177],[-1.447,60.175],[-1.444,60.178],[-1.439,60.181],[-1.44,60.184],[-1.435,60.188],[-1.431,60.184],[-1.432,60.182],[-1.438,60.179],[-1.436,60.177],[-1.439,60.174],[-1.435,60.169],[-1.43,60.169],[-1.428,60.167],[-1.423,60.167],[-1.421,60.165],[-1.414,60.17],[-1.414,60.171],[-1.408,60.178],[-1.403,60.179],[-1.402,60.183],[-1.406,60.184],[-1.405,60.191],[-1.407,60.194],[-1.401,60.2],[-1.403,60.205],[-1.403,60.211],[-1.401,60.213],[-1.399,60.217],[-1.395,60.217],[-1.396,60.215],[-1.394,60.21],[-1.397,60.206],[-1.393,60.201],[-1.379,60.203],[-1.377,60.206],[-1.376,60.209],[-1.369,60.21],[-1.367,60.206],[-1.368,60.202],[-1.367,60.199],[-1.369,60.193],[-1.365,60.191],[-1.362,60.193],[-1.36,60.196],[-1.364,60.198],[-1.361,60.201],[-1.362,60.205],[-1.36,60.208],[-1.361,60.214],[-1.367,60.216],[-1.374,60.221],[-1.377,60.228],[-1.376,60.237],[-1.389,60.235],[-1.396,60.24],[-1.402,60.242],[-1.406,60.243],[-1.411,60.249],[-1.415,60.252],[-1.425,60.252],[-1.431,60.253],[-1.43,60.255],[-1.422,60.255],[-1.417,60.257],[-1.411,60.255],[-1.404,60.251],[-1.401,60.246],[-1.394,60.244],[-1.389,60.244],[-1.384,60.246],[-1.384,60.249],[-1.378,60.25],[-1.369,60.246],[-1.361,60.246],[-1.355,60.245],[-1.352,60.239],[-1.355,60.236],[-1.359,60.238],[-1.366,60.24],[-1.369,60.239],[-1.369,60.235],[-1.364,60.233],[-1.36,60.229],[-1.364,60.223],[-1.362,60.218],[-1.35,60.217],[-1.348,60.216],[-1.35,60.208],[-1.349,60.202],[-1.346,60.201],[-1.341,60.205],[-1.337,60.209],[-1.334,60.21],[-1.328,60.215],[-1.322,60.218],[-1.313,60.226],[-1.315,60.228],[-1.314,60.231],[-1.309,60.233],[-1.305,60.236],[-1.302,60.241],[-1.298,60.245],[-1.294,60.245],[-1.294,60.24],[-1.299,60.236],[-1.292,60.235],[-1.295,60.233],[-1.295,60.23],[-1.301,60.229],[-1.301,60.234],[-1.304,60.233],[-1.307,60.23],[-1.306,60.227],[-1.302,60.227],[-1.302,60.224],[-1.303,60.222],[-1.301,60.218],[-1.306,60.216],[-1.307,60.212],[-1.309,60.211],[-1.311,60.206],[-1.311,60.202],[-1.313,60.198],[-1.317,60.196],[-1.315,60.194],[-1.316,60.191],[-1.32,60.186],[-1.32,60.183],[-1.323,60.181],[-1.326,60.175],[-1.326,60.171],[-1.325,60.167],[-1.319,60.17],[-1.321,60.173],[-1.317,60.182],[-1.314,60.185],[-1.308,60.194],[-1.307,60.2],[-1.3,60.206],[-1.298,60.211],[-1.293,60.208],[-1.289,60.211],[-1.29,60.213],[-1.287,60.218],[-1.281,60.216],[-1.278,60.223],[-1.271,60.235],[-1.265,60.233],[-1.269,60.23],[-1.269,60.226],[-1.271,60.222],[-1.274,60.221],[-1.279,60.215],[-1.282,60.214],[-1.281,60.211],[-1.287,60.207],[-1.29,60.206],[-1.292,60.203],[-1.297,60.205],[-1.303,60.201],[-1.305,60.193],[-1.309,60.187],[-1.312,60.181],[-1.312,60.178],[-1.314,60.176],[-1.315,60.173],[-1.318,60.172],[-1.318,60.168],[-1.316,60.167],[-1.317,60.163],[-1.313,60.164],[-1.306,60.176],[-1.304,60.177],[-1.302,60.182],[-1.296,60.184],[-1.298,60.19],[-1.297,60.193],[-1.288,60.197],[-1.283,60.195],[-1.286,60.193],[-1.288,60.187],[-1.286,60.186],[-1.287,60.182],[-1.296,60.169],[-1.295,60.169],[-1.298,60.162],[-1.297,60.159],[-1.302,60.149],[-1.295,60.148],[-1.291,60.147],[-1.294,60.144],[-1.297,60.143],[-1.299,60.14],[-1.303,60.139],[-1.304,60.135],[-1.301,60.134],[-1.297,60.132],[-1.292,60.133],[-1.287,60.132],[-1.285,60.136],[-1.278,60.138],[-1.271,60.136],[-1.267,60.137],[-1.269,60.13],[-1.271,60.129],[-1.27,60.126],[-1.273,60.117],[-1.276,60.113],[-1.275,60.11],[-1.277,60.108],[-1.276,60.106],[-1.278,60.101],[-1.273,60.098],[-1.28,60.098],[-1.282,60.097],[-1.281,60.093],[-1.289,60.084],[-1.291,60.077],[-1.294,60.073],[-1.295,60.069],[-1.298,60.067],[-1.3,60.062],[-1.304,60.059],[-1.306,60.052],[-1.307,60.044],[-1.308,60.042],[-1.307,60.036],[-1.31,60.033],[-1.312,60.029],[-1.318,60.025],[-1.317,60.022],[-1.321,60.019],[-1.322,60.014],[-1.318,60.013],[-1.322,60.011],[-1.321,60.008],[-1.324,60.006],[-1.328,60.005],[-1.336,60.006],[-1.336,60.003],[-1.343,60.002],[-1.347,59.997],[-1.344,59.99],[-1.34,59.99],[-1.338,59.987],[-1.338,59.982],[-1.333,59.978],[-1.329,59.977],[-1.331,59.975],[-1.33,59.972],[-1.334,59.97],[-1.341,59.971],[-1.34,59.974],[-1.346,59.975],[-1.346,59.977],[-1.355,59.981],[-1.356,59.978],[-1.351,59.974],[-1.358,59.972],[-1.361,59.969],[-1.356,59.968],[-1.352,59.969],[-1.344,59.967],[-1.341,59.97],[-1.333,59.969],[-1.331,59.967],[-1.335,59.961],[-1.335,59.958],[-1.338,59.953],[-1.331,59.954],[-1.329,59.949],[-1.33,59.947],[-1.334,59.945],[-1.34,59.946],[-1.351,59.944],[-1.363,59.945],[-1.365,59.942],[-1.364,59.936],[-1.366,59.932],[-1.364,59.93],[-1.371,59.925],[-1.364,59.921],[-1.368,59.917],[-1.378,59.916],[-1.383,59.914],[-1.391,59.916],[-1.392,59.913],[-1.389,59.908],[-1.39,59.906],[-1.385,59.902],[-1.384,59.896],[-1.379,59.894],[-1.384,59.892],[-1.383,59.889],[-1.378,59.889],[-1.372,59.892],[-1.368,59.891],[-1.362,59.893],[-1.354,59.886],[-1.35,59.884],[-1.346,59.887],[-1.346,59.894],[-1.344,59.897],[-1.34,59.899],[-1.335,59.899],[-1.328,59.899],[-1.319,59.898],[-1.318,59.892],[-1.314,59.889],[-1.312,59.884],[-1.306,59.882],[-1.307,59.879],[-1.312,59.875],[-1.317,59.87],[-1.315,59.866],[-1.31,59.862],[-1.306,59.862],[-1.307,59.866],[-1.306,59.868],[-1.301,59.87],[-1.303,59.873],[-1.301,59.875],[-1.297,59.876],[-1.293,59.875],[-1.289,59.873],[-1.293,59.869],[-1.289,59.868],[-1.281,59.86],[-1.278,59.859],[-1.274,59.853],[-1.272,59.855],[-1.273,59.867],[-1.271,59.87],[-1.274,59.873],[-1.272,59.875],[-1.274,59.876],[-1.28,59.872],[-1.283,59.873],[-1.286,59.875],[-1.28,59.878],[-1.284,59.88],[-1.285,59.883],[-1.298,59.882],[-1.3,59.884],[-1.294,59.887],[-1.286,59.886],[-1.276,59.885],[-1.272,59.886],[-1.274,59.89],[-1.277,59.893],[-1.277,59.896],[-1.272,59.899],[-1.274,59.902],[-1.27,59.905],[-1.272,59.908],[-1.27,59.909],[-1.278,59.911],[-1.286,59.915],[-1.29,59.921],[-1.29,59.923],[-1.276,59.919],[-1.272,59.92],[-1.27,59.923],[-1.272,59.925],[-1.268,59.927],[-1.271,59.933],[-1.266,59.933],[-1.258,59.936],[-1.261,59.941],[-1.259,59.944],[-1.265,59.948],[-1.265,59.951],[-1.261,59.953],[-1.254,59.956],[-1.257,59.959],[-1.256,59.962],[-1.259,59.964],[-1.258,59.968],[-1.261,59.971],[-1.257,59.971],[-1.254,59.976],[-1.259,59.975],[-1.265,59.975],[-1.27,59.978],[-1.268,59.982],[-1.269,59.984],[-1.273,59.988],[-1.277,59.989],[-1.274,59.992],[-1.27,59.99],[-1.262,59.989],[-1.258,59.993],[-1.257,59.995],[-1.252,59.996],[-1.251,59.993],[-1.242,59.992],[-1.242,59.988],[-1.24,59.986],[-1.242,59.984],[-1.241,59.982],[-1.234,59.981],[-1.232,59.982],[-1.233,59.986],[-1.23,59.987],[-1.231,59.99],[-1.229,59.995],[-1.221,59.995],[-1.218,59.99],[-1.216,59.989],[-1.218,59.986],[-1.212,59.984],[-1.213,59.981],[-1.214,59.975],[-1.207,59.972],[-1.202,59.974],[-1.207,59.977],[-1.203,59.978],[-1.209,59.984],[-1.205,59.99],[-1.199,59.992],[-1.205,59.995],[-1.21,59.996],[-1.213,60],[-1.216,60.006],[-1.221,60.007],[-1.224,60.009],[-1.222,60.015],[-1.226,60.017],[-1.227,60.02],[-1.23,60.021],[-1.231,60.025],[-1.233,60.026],[-1.234,60.031],[-1.232,60.034],[-1.217,60.034],[-1.213,60.035],[-1.217,60.04],[-1.215,60.043],[-1.21,60.044],[-1.207,60.042],[-1.213,60.041],[-1.211,60.037],[-1.206,60.036],[-1.2,60.038],[-1.186,60.037],[-1.176,60.038],[-1.172,60.041],[-1.174,60.042],[-1.181,60.041],[-1.185,60.041],[-1.189,60.044],[-1.198,60.045],[-1.204,60.048],[-1.204,60.05],[-1.197,60.055],[-1.202,60.06],[-1.208,60.06],[-1.209,60.064],[-1.213,60.065],[-1.211,60.068],[-1.209,60.073],[-1.217,60.073],[-1.216,60.075],[-1.212,60.077],[-1.211,60.082],[-1.207,60.086],[-1.207,60.09],[-1.211,60.093],[-1.215,60.094],[-1.22,60.097],[-1.224,60.098],[-1.225,60.1],[-1.219,60.101],[-1.201,60.107],[-1.197,60.112],[-1.197,60.116],[-1.194,60.117],[-1.201,60.122],[-1.207,60.124],[-1.206,60.127],[-1.201,60.131],[-1.195,60.128],[-1.191,60.129],[-1.182,60.125],[-1.181,60.122],[-1.175,60.119],[-1.171,60.123],[-1.172,60.125],[-1.176,60.13],[-1.174,60.134],[-1.176,60.136],[-1.172,60.14],[-1.164,60.141],[-1.162,60.136],[-1.162,60.133],[-1.159,60.129],[-1.154,60.131],[-1.152,60.134],[-1.158,60.139],[-1.16,60.143],[-1.161,60.149],[-1.154,60.149],[-1.149,60.151],[-1.145,60.149],[-1.142,60.147],[-1.135,60.146],[-1.133,60.148],[-1.135,60.152],[-1.142,60.154],[-1.145,60.159],[-1.151,60.158],[-1.155,60.16],[-1.163,60.167],[-1.164,60.17],[-1.154,60.174],[-1.155,60.18],[-1.151,60.181],[-1.154,60.183],[-1.152,60.187],[-1.147,60.191],[-1.152,60.191],[-1.156,60.188],[-1.159,60.189],[-1.16,60.193],[-1.158,60.194],[-1.159,60.198]]],[[[-0.913,60.642],[-0.915,60.637],[-0.911,60.637],[-0.908,60.642],[-0.913,60.642]]],[[[-0.838,60.665],[-0.844,60.665],[-0.842,60.661],[-0.837,60.662],[-0.838,60.665]]],[[[-0.986,60.672],[-0.989,60.67],[-0.979,60.664],[-0.975,60.659],[-0.968,60.661],[-0.972,60.665],[-0.98,60.668],[-0.986,60.672]]],[[[-0.907,60.679],[-0.912,60.679],[-0.919,60.678],[-0.919,60.673],[-0.911,60.671],[-0.903,60.668],[-0.9,60.665],[-0.902,60.663],[-0.888,60.663],[-0.885,60.668],[-0.879,60.668],[-0.877,60.671],[-0.88,60.672],[-0.886,60.671],[-0.893,60.675],[-0.905,60.677],[-0.907,60.679]]],[[[-1.073,60.732],[-1.077,60.731],[-1.075,60.727],[-1.072,60.726],[-1.078,60.724],[-1.074,60.719],[-1.083,60.721],[-1.085,60.724],[-1.083,60.726],[-1.092,60.728],[-1.107,60.731],[-1.124,60.728],[-1.127,60.726],[-1.128,60.724],[-1.125,60.723],[-1.126,60.72],[-1.12,60.72],[-1.129,60.713],[-1.128,60.708],[-1.135,60.705],[-1.132,60.703],[-1.13,60.696],[-1.13,60.694],[-1.127,60.692],[-1.129,60.689],[-1.134,60.688],[-1.129,60.682],[-1.128,60.679],[-1.132,60.677],[-1.13,60.672],[-1.132,60.67],[-1.137,60.668],[-1.136,60.664],[-1.138,60.661],[-1.137,60.659],[-1.14,60.653],[-1.14,60.651],[-1.144,60.65],[-1.147,60.645],[-1.147,60.639],[-1.144,60.633],[-1.146,60.628],[-1.141,60.625],[-1.129,60.624],[-1.128,60.621],[-1.121,60.618],[-1.117,60.613],[-1.116,60.608],[-1.111,60.606],[-1.12,60.605],[-1.124,60.61],[-1.124,60.611],[-1.132,60.62],[-1.137,60.622],[-1.149,60.622],[-1.153,60.621],[-1.154,60.626],[-1.154,60.639],[-1.156,60.642],[-1.153,60.649],[-1.154,60.65],[-1.155,60.657],[-1.158,60.656],[-1.161,60.651],[-1.166,60.65],[-1.17,60.646],[-1.171,60.643],[-1.176,60.642],[-1.182,60.635],[-1.188,60.634],[-1.19,60.628],[-1.188,60.626],[-1.189,60.62],[-1.191,60.619],[-1.197,60.62],[-1.194,60.615],[-1.194,60.61],[-1.2,60.609],[-1.203,60.605],[-1.199,60.602],[-1.201,60.598],[-1.201,60.595],[-1.197,60.593],[-1.191,60.585],[-1.187,60.583],[-1.189,60.581],[-1.197,60.579],[-1.198,60.571],[-1.2,60.57],[-1.201,60.566],[-1.195,60.562],[-1.189,60.562],[-1.187,60.566],[-1.188,60.572],[-1.184,60.573],[-1.181,60.565],[-1.183,60.563],[-1.183,60.557],[-1.181,60.554],[-1.19,60.547],[-1.187,60.545],[-1.185,60.538],[-1.182,60.535],[-1.178,60.531],[-1.177,60.526],[-1.178,60.524],[-1.183,60.526],[-1.187,60.526],[-1.188,60.522],[-1.184,60.521],[-1.18,60.524],[-1.177,60.523],[-1.173,60.52],[-1.174,60.513],[-1.172,60.508],[-1.168,60.499],[-1.165,60.497],[-1.154,60.495],[-1.152,60.493],[-1.154,60.491],[-1.152,60.488],[-1.145,60.488],[-1.141,60.489],[-1.137,60.488],[-1.133,60.486],[-1.127,60.488],[-1.121,60.488],[-1.114,60.485],[-1.112,60.483],[-1.106,60.485],[-1.099,60.486],[-1.098,60.49],[-1.099,60.491],[-1.105,60.492],[-1.108,60.494],[-1.117,60.493],[-1.12,60.496],[-1.122,60.501],[-1.117,60.502],[-1.122,60.505],[-1.116,60.507],[-1.111,60.504],[-1.105,60.504],[-1.103,60.502],[-1.099,60.502],[-1.092,60.5],[-1.095,60.499],[-1.105,60.501],[-1.11,60.501],[-1.11,60.498],[-1.101,60.496],[-1.094,60.499],[-1.087,60.498],[-1.069,60.49],[-1.064,60.49],[-1.059,60.494],[-1.047,60.495],[-1.04,60.499],[-1.038,60.497],[-1.054,60.492],[-1.05,60.491],[-1.045,60.492],[-1.043,60.49],[-1.037,60.495],[-1.031,60.495],[-1.03,60.498],[-1.036,60.499],[-1.038,60.502],[-1.035,60.503],[-1.033,60.507],[-1.035,60.508],[-1.029,60.512],[-1.032,60.516],[-1.029,60.518],[-1.024,60.519],[-1.03,60.525],[-1.026,60.527],[-1.021,60.532],[-1.023,60.533],[-1.03,60.531],[-1.035,60.53],[-1.039,60.533],[-1.044,60.534],[-1.043,60.535],[-1.037,60.536],[-1.035,60.538],[-1.044,60.543],[-1.048,60.543],[-1.049,60.55],[-1.043,60.551],[-1.039,60.548],[-1.033,60.548],[-1.028,60.55],[-1.021,60.547],[-1.014,60.549],[-1.015,60.551],[-1.013,60.553],[-1.017,60.554],[-1.016,60.558],[-1.023,60.56],[-1.02,60.562],[-1.007,60.566],[-1.004,60.566],[-1.004,60.568],[-1.009,60.572],[-1.011,60.575],[-1.006,60.575],[-1.003,60.578],[-1.003,60.581],[-1.01,60.582],[-1.018,60.582],[-1.015,60.585],[-1.015,60.589],[-1.018,60.591],[-1.024,60.59],[-1.025,60.587],[-1.029,60.587],[-1.031,60.597],[-1.043,60.597],[-1.047,60.596],[-1.052,60.599],[-1.057,60.598],[-1.062,60.599],[-1.064,60.603],[-1.071,60.604],[-1.08,60.606],[-1.073,60.609],[-1.07,60.611],[-1.066,60.61],[-1.056,60.608],[-1.052,60.602],[-1.046,60.6],[-1.04,60.605],[-1.035,60.604],[-1.028,60.606],[-1.024,60.612],[-1.019,60.617],[-1.021,60.62],[-1.02,60.626],[-1.023,60.629],[-1.033,60.63],[-1.038,60.63],[-1.038,60.632],[-1.044,60.635],[-1.043,60.638],[-1.046,60.64],[-1.053,60.642],[-1.051,60.645],[-1.054,60.649],[-1.055,60.654],[-1.065,60.66],[-1.065,60.662],[-1.068,60.668],[-1.066,60.669],[-1.061,60.664],[-1.057,60.661],[-1.049,60.66],[-1.043,60.654],[-1.043,60.651],[-1.04,60.647],[-1.033,60.643],[-1.028,60.643],[-1.022,60.64],[-1.017,60.639],[-1.007,60.639],[-1.002,60.639],[-0.999,60.637],[-0.998,60.633],[-0.992,60.634],[-0.99,60.637],[-0.983,60.637],[-0.982,60.64],[-0.987,60.641],[-0.991,60.64],[-0.996,60.642],[-0.997,60.647],[-1,60.649],[-0.989,60.655],[-0.991,60.659],[-0.995,60.663],[-0.995,60.666],[-0.997,60.669],[-0.998,60.674],[-0.994,60.677],[-0.995,60.682],[-1.001,60.683],[-0.999,60.686],[-0.998,60.691],[-1.002,60.694],[-0.999,60.698],[-1.007,60.702],[-1.006,60.703],[-1,60.703],[-0.995,60.701],[-0.992,60.698],[-0.987,60.7],[-0.997,60.703],[-0.997,60.706],[-1.005,60.706],[-1.007,60.711],[-1.009,60.713],[-1.007,60.716],[-1.001,60.716],[-1,60.721],[-1.007,60.721],[-1.008,60.72],[-1.014,60.721],[-1.011,60.724],[-1.013,60.727],[-1.019,60.727],[-1.025,60.726],[-1.031,60.729],[-1.034,60.728],[-1.036,60.725],[-1.041,60.726],[-1.042,60.723],[-1.049,60.724],[-1.055,60.728],[-1.062,60.728],[-1.069,60.73],[-1.073,60.732]]],[[[-1.113,60.739],[-1.115,60.735],[-1.111,60.735],[-1.109,60.738],[-1.113,60.739]]],[[[-0.808,60.739],[-0.815,60.734],[-0.812,60.732],[-0.808,60.734],[-0.808,60.739]]],[[[-0.789,60.76],[-0.793,60.76],[-0.797,60.756],[-0.792,60.754],[-0.793,60.747],[-0.799,60.747],[-0.799,60.745],[-0.795,60.74],[-0.791,60.741],[-0.786,60.744],[-0.787,60.748],[-0.785,60.75],[-0.79,60.753],[-0.789,60.76]]],[[[-0.967,60.695],[-0.973,60.696],[-0.975,60.693],[-0.981,60.689],[-0.981,60.684],[-0.977,60.683],[-0.974,60.685],[-0.966,60.684],[-0.968,60.678],[-0.963,60.675],[-0.959,60.677],[-0.953,60.676],[-0.948,60.675],[-0.939,60.674],[-0.931,60.678],[-0.927,60.68],[-0.924,60.686],[-0.913,60.69],[-0.905,60.689],[-0.905,60.683],[-0.894,60.682],[-0.883,60.681],[-0.878,60.678],[-0.87,60.677],[-0.865,60.679],[-0.859,60.677],[-0.859,60.675],[-0.855,60.674],[-0.851,60.678],[-0.85,60.678],[-0.843,60.683],[-0.839,60.683],[-0.831,60.685],[-0.835,60.692],[-0.833,60.696],[-0.837,60.697],[-0.841,60.694],[-0.84,60.691],[-0.843,60.69],[-0.849,60.694],[-0.851,60.696],[-0.857,60.698],[-0.863,60.697],[-0.869,60.699],[-0.871,60.702],[-0.867,60.703],[-0.866,60.706],[-0.862,60.707],[-0.863,60.71],[-0.859,60.713],[-0.861,60.715],[-0.859,60.718],[-0.854,60.722],[-0.844,60.723],[-0.841,60.722],[-0.838,60.729],[-0.834,60.729],[-0.826,60.734],[-0.82,60.735],[-0.814,60.743],[-0.813,60.749],[-0.816,60.75],[-0.816,60.753],[-0.824,60.754],[-0.833,60.753],[-0.836,60.751],[-0.847,60.754],[-0.858,60.754],[-0.86,60.756],[-0.857,60.758],[-0.849,60.758],[-0.842,60.761],[-0.838,60.76],[-0.83,60.761],[-0.815,60.76],[-0.811,60.758],[-0.803,60.758],[-0.802,60.761],[-0.808,60.763],[-0.811,60.767],[-0.809,60.769],[-0.814,60.77],[-0.818,60.77],[-0.82,60.774],[-0.817,60.774],[-0.821,60.781],[-0.829,60.784],[-0.832,60.784],[-0.835,60.787],[-0.825,60.79],[-0.821,60.787],[-0.809,60.784],[-0.803,60.786],[-0.796,60.783],[-0.788,60.781],[-0.781,60.78],[-0.781,60.783],[-0.778,60.786],[-0.782,60.79],[-0.78,60.793],[-0.78,60.796],[-0.779,60.798],[-0.785,60.801],[-0.788,60.805],[-0.8,60.805],[-0.803,60.807],[-0.804,60.81],[-0.799,60.813],[-0.785,60.815],[-0.783,60.814],[-0.772,60.815],[-0.765,60.815],[-0.759,60.816],[-0.762,60.819],[-0.768,60.817],[-0.768,60.819],[-0.773,60.82],[-0.779,60.819],[-0.788,60.825],[-0.778,60.828],[-0.784,60.831],[-0.788,60.83],[-0.795,60.83],[-0.799,60.834],[-0.807,60.83],[-0.811,60.83],[-0.813,60.833],[-0.822,60.833],[-0.826,60.831],[-0.833,60.835],[-0.833,60.84],[-0.838,60.839],[-0.847,60.839],[-0.847,60.836],[-0.848,60.832],[-0.854,60.828],[-0.856,60.824],[-0.853,60.82],[-0.86,60.815],[-0.863,60.81],[-0.867,60.808],[-0.869,60.805],[-0.876,60.805],[-0.879,60.807],[-0.877,60.81],[-0.873,60.812],[-0.874,60.814],[-0.871,60.817],[-0.872,60.819],[-0.868,60.828],[-0.87,60.829],[-0.867,60.834],[-0.869,60.841],[-0.875,60.845],[-0.886,60.845],[-0.888,60.844],[-0.896,60.842],[-0.898,60.838],[-0.897,60.834],[-0.895,60.831],[-0.901,60.827],[-0.907,60.826],[-0.91,60.824],[-0.907,60.821],[-0.912,60.82],[-0.913,60.816],[-0.918,60.815],[-0.929,60.817],[-0.932,60.814],[-0.938,60.813],[-0.937,60.811],[-0.929,60.811],[-0.925,60.81],[-0.93,60.807],[-0.933,60.804],[-0.947,60.8],[-0.947,60.795],[-0.955,60.791],[-0.951,60.788],[-0.947,60.788],[-0.939,60.785],[-0.934,60.783],[-0.936,60.779],[-0.935,60.773],[-0.937,60.769],[-0.939,60.767],[-0.941,60.762],[-0.947,60.761],[-0.943,60.752],[-0.941,60.749],[-0.946,60.749],[-0.948,60.747],[-0.946,60.744],[-0.956,60.743],[-0.961,60.744],[-0.959,60.74],[-0.961,60.738],[-0.965,60.737],[-0.958,60.732],[-0.958,60.73],[-0.967,60.728],[-0.965,60.726],[-0.958,60.727],[-0.955,60.725],[-0.957,60.722],[-0.952,60.718],[-0.955,60.715],[-0.962,60.715],[-0.964,60.719],[-0.975,60.72],[-0.98,60.722],[-0.984,60.72],[-0.981,60.718],[-0.977,60.714],[-0.977,60.71],[-0.971,60.708],[-0.97,60.699],[-0.965,60.696],[-0.967,60.695]]]]},"properties":{"Name":"Orkney and Shetland","ID":"S14000051"},"id":591}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-7.64,56.789],[-7.646,56.79],[-7.656,56.788],[-7.661,56.785],[-7.658,56.784],[-7.65,56.784],[-7.645,56.783],[-7.642,56.779],[-7.637,56.778],[-7.631,56.779],[-7.63,56.78],[-7.625,56.78],[-7.62,56.784],[-7.613,56.784],[-7.617,56.788],[-7.628,56.788],[-7.633,56.789],[-7.64,56.789]]],[[[-7.624,56.829],[-7.63,56.83],[-7.632,56.827],[-7.632,56.825],[-7.636,56.824],[-7.642,56.824],[-7.648,56.821],[-7.652,56.824],[-7.659,56.822],[-7.658,56.819],[-7.655,56.818],[-7.656,56.816],[-7.655,56.811],[-7.66,56.808],[-7.66,56.804],[-7.665,56.802],[-7.665,56.8],[-7.658,56.802],[-7.654,56.8],[-7.654,56.796],[-7.646,56.797],[-7.642,56.796],[-7.637,56.797],[-7.637,56.799],[-7.628,56.801],[-7.62,56.805],[-7.623,56.808],[-7.629,56.811],[-7.627,56.814],[-7.62,56.815],[-7.618,56.819],[-7.623,56.824],[-7.621,56.828],[-7.624,56.829]]],[[[-7.555,56.855],[-7.556,56.852],[-7.553,56.85],[-7.55,56.852],[-7.555,56.855]]],[[[-7.578,56.861],[-7.581,56.859],[-7.586,56.859],[-7.595,56.858],[-7.593,56.855],[-7.595,56.849],[-7.592,56.848],[-7.582,56.849],[-7.572,56.849],[-7.564,56.852],[-7.564,56.855],[-7.558,56.855],[-7.559,56.856],[-7.568,56.859],[-7.578,56.861]]],[[[-7.575,56.877],[-7.579,56.877],[-7.581,56.873],[-7.58,56.871],[-7.576,56.87],[-7.572,56.871],[-7.572,56.874],[-7.575,56.877]]],[[[-7.525,56.902],[-7.534,56.901],[-7.533,56.898],[-7.537,56.896],[-7.536,56.893],[-7.533,56.889],[-7.527,56.887],[-7.518,56.884],[-7.516,56.885],[-7.511,56.884],[-7.509,56.882],[-7.505,56.88],[-7.5,56.885],[-7.501,56.888],[-7.493,56.889],[-7.498,56.891],[-7.499,56.896],[-7.499,56.898],[-7.505,56.898],[-7.507,56.9],[-7.511,56.902],[-7.518,56.902],[-7.525,56.902]]],[[[-7.564,56.901],[-7.571,56.9],[-7.57,56.894],[-7.565,56.896],[-7.563,56.899],[-7.564,56.901]]],[[[-7.441,56.922],[-7.451,56.921],[-7.451,56.916],[-7.449,56.913],[-7.446,56.911],[-7.439,56.914],[-7.436,56.918],[-7.438,56.921],[-7.441,56.922]]],[[[-7.575,56.935],[-7.582,56.934],[-7.579,56.932],[-7.574,56.933],[-7.575,56.935]]],[[[-7.351,57],[-7.357,56.997],[-7.358,56.994],[-7.351,56.995],[-7.349,56.994],[-7.343,56.995],[-7.342,56.997],[-7.345,56.999],[-7.351,57]]],[[[-7.377,57],[-7.379,56.998],[-7.374,56.994],[-7.369,56.992],[-7.363,56.992],[-7.36,56.993],[-7.362,56.997],[-7.366,57.001],[-7.377,57]]],[[[-7.345,57.019],[-7.35,57.019],[-7.352,57.018],[-7.357,57.017],[-7.36,57.016],[-7.363,57.012],[-7.356,57.011],[-7.34,57.01],[-7.338,57.011],[-7.338,57.014],[-7.344,57.017],[-7.345,57.019]]],[[[-7.325,57.026],[-7.326,57.027],[-7.337,57.024],[-7.344,57.021],[-7.338,57.018],[-7.333,57.018],[-7.331,57.016],[-7.326,57.014],[-7.322,57.016],[-7.322,57.019],[-7.328,57.024],[-7.325,57.026]]],[[[-7.413,57.031],[-7.419,57.031],[-7.425,57.029],[-7.421,57.026],[-7.413,57.027],[-7.411,57.03],[-7.413,57.031]]],[[[-7.299,57.046],[-7.303,57.046],[-7.303,57.042],[-7.298,57.042],[-7.299,57.046]]],[[[-7.452,57.059],[-7.456,57.058],[-7.455,57.052],[-7.45,57.047],[-7.454,57.045],[-7.449,57.043],[-7.447,57.041],[-7.454,57.027],[-7.457,57.023],[-7.462,57.024],[-7.465,57.021],[-7.469,57.019],[-7.475,57.019],[-7.479,57.016],[-7.486,57.013],[-7.492,57.014],[-7.501,57.013],[-7.519,57.015],[-7.524,57.011],[-7.513,57.01],[-7.511,57.007],[-7.508,57.007],[-7.506,57.004],[-7.51,57.001],[-7.515,56.999],[-7.513,56.995],[-7.508,56.994],[-7.508,56.992],[-7.511,56.989],[-7.517,56.987],[-7.522,56.988],[-7.526,56.988],[-7.524,56.983],[-7.516,56.983],[-7.514,56.979],[-7.518,56.979],[-7.52,56.975],[-7.519,56.974],[-7.525,56.972],[-7.53,56.972],[-7.534,56.975],[-7.536,56.973],[-7.543,56.973],[-7.545,56.971],[-7.549,56.971],[-7.557,56.966],[-7.555,56.961],[-7.561,56.958],[-7.562,56.955],[-7.555,56.951],[-7.552,56.952],[-7.544,56.95],[-7.54,56.949],[-7.535,56.948],[-7.54,56.945],[-7.545,56.944],[-7.552,56.945],[-7.553,56.946],[-7.558,56.948],[-7.566,56.948],[-7.571,56.948],[-7.569,56.945],[-7.562,56.943],[-7.57,56.939],[-7.573,56.934],[-7.568,56.932],[-7.565,56.93],[-7.559,56.93],[-7.556,56.929],[-7.552,56.93],[-7.545,56.929],[-7.542,56.927],[-7.542,56.924],[-7.545,56.921],[-7.561,56.922],[-7.56,56.92],[-7.556,56.919],[-7.556,56.916],[-7.553,56.915],[-7.554,56.911],[-7.549,56.909],[-7.542,56.911],[-7.534,56.912],[-7.532,56.914],[-7.528,56.914],[-7.52,56.911],[-7.515,56.913],[-7.512,56.916],[-7.507,56.915],[-7.504,56.917],[-7.502,56.921],[-7.507,56.922],[-7.514,56.922],[-7.521,56.921],[-7.534,56.922],[-7.535,56.924],[-7.534,56.927],[-7.529,56.928],[-7.523,56.93],[-7.518,56.934],[-7.515,56.934],[-7.511,56.931],[-7.504,56.93],[-7.498,56.93],[-7.49,56.929],[-7.487,56.932],[-7.49,56.935],[-7.496,56.934],[-7.508,56.936],[-7.524,56.937],[-7.531,56.937],[-7.538,56.938],[-7.532,56.941],[-7.53,56.943],[-7.533,56.946],[-7.531,56.947],[-7.526,56.947],[-7.521,56.948],[-7.515,56.948],[-7.511,56.946],[-7.504,56.946],[-7.502,56.95],[-7.506,56.952],[-7.507,56.955],[-7.503,56.958],[-7.5,56.954],[-7.502,56.952],[-7.498,56.951],[-7.495,56.952],[-7.494,56.955],[-7.491,56.956],[-7.485,56.951],[-7.484,56.947],[-7.472,56.945],[-7.471,56.947],[-7.464,56.945],[-7.459,56.947],[-7.455,56.945],[-7.45,56.95],[-7.445,56.951],[-7.439,56.948],[-7.436,56.949],[-7.43,56.954],[-7.434,56.957],[-7.439,56.957],[-7.443,56.96],[-7.438,56.964],[-7.432,56.961],[-7.427,56.961],[-7.426,56.963],[-7.43,56.966],[-7.424,56.969],[-7.424,56.971],[-7.417,56.976],[-7.407,56.976],[-7.406,56.978],[-7.408,56.981],[-7.408,56.984],[-7.404,56.985],[-7.407,56.988],[-7.41,56.989],[-7.409,56.991],[-7.402,56.983],[-7.396,56.981],[-7.392,56.981],[-7.386,56.982],[-7.38,56.98],[-7.378,56.982],[-7.38,56.985],[-7.379,56.99],[-7.386,56.992],[-7.393,56.995],[-7.397,56.994],[-7.399,56.998],[-7.402,56.999],[-7.405,57],[-7.41,56.999],[-7.409,56.997],[-7.416,56.997],[-7.421,57.002],[-7.417,57.003],[-7.403,57.003],[-7.401,57.007],[-7.406,57.01],[-7.41,57.009],[-7.416,57.012],[-7.432,57.015],[-7.435,57.017],[-7.446,57.02],[-7.45,57.023],[-7.448,57.026],[-7.44,57.027],[-7.436,57.03],[-7.43,57.031],[-7.426,57.033],[-7.427,57.036],[-7.425,57.039],[-7.421,57.045],[-7.424,57.048],[-7.435,57.047],[-7.441,57.048],[-7.445,57.051],[-7.443,57.053],[-7.445,57.058],[-7.452,57.059]]],[[[-7.389,57.061],[-7.39,57.062],[-7.398,57.058],[-7.393,57.056],[-7.393,57.054],[-7.398,57.05],[-7.403,57.048],[-7.4,57.044],[-7.397,57.043],[-7.388,57.042],[-7.383,57.045],[-7.381,57.047],[-7.378,57.048],[-7.376,57.05],[-7.371,57.052],[-7.375,57.054],[-7.379,57.059],[-7.387,57.06],[-7.389,57.061]]],[[[-7.443,57.069],[-7.449,57.068],[-7.45,57.065],[-7.448,57.063],[-7.441,57.064],[-7.435,57.066],[-7.443,57.069]]],[[[-7.366,57.081],[-7.365,57.078],[-7.359,57.079],[-7.361,57.081],[-7.366,57.081]]],[[[-7.317,57.096],[-7.318,57.094],[-7.312,57.09],[-7.313,57.087],[-7.311,57.083],[-7.313,57.079],[-7.308,57.078],[-7.305,57.073],[-7.31,57.069],[-7.309,57.06],[-7.305,57.057],[-7.298,57.055],[-7.295,57.053],[-7.288,57.054],[-7.284,57.058],[-7.283,57.062],[-7.284,57.064],[-7.291,57.064],[-7.297,57.066],[-7.294,57.068],[-7.286,57.066],[-7.278,57.068],[-7.28,57.073],[-7.279,57.075],[-7.272,57.077],[-7.272,57.081],[-7.274,57.082],[-7.273,57.085],[-7.27,57.088],[-7.27,57.091],[-7.276,57.091],[-7.279,57.092],[-7.283,57.09],[-7.294,57.091],[-7.302,57.087],[-7.311,57.089],[-7.316,57.093],[-7.317,57.096]]],[[[-7.338,57.144],[-7.342,57.144],[-7.34,57.141],[-7.336,57.142],[-7.338,57.144]]],[[[-7.333,57.146],[-7.333,57.143],[-7.329,57.144],[-7.333,57.146]]],[[[-7.326,57.15],[-7.326,57.146],[-7.322,57.144],[-7.318,57.143],[-7.313,57.144],[-7.311,57.143],[-7.305,57.142],[-7.301,57.143],[-7.303,57.146],[-7.306,57.147],[-7.317,57.147],[-7.326,57.15]]],[[[-7.25,57.195],[-7.256,57.193],[-7.253,57.189],[-7.245,57.188],[-7.241,57.19],[-7.242,57.193],[-7.248,57.194],[-7.25,57.195]]],[[[-7.355,57.238],[-7.351,57.232],[-7.349,57.23],[-7.345,57.232],[-7.348,57.237],[-7.355,57.238]]],[[[-7.245,57.325],[-7.241,57.327],[-7.242,57.33],[-7.25,57.329],[-7.245,57.325]]],[[[-7.223,57.33],[-7.227,57.331],[-7.229,57.328],[-7.224,57.327],[-7.223,57.33]]],[[[-7.211,57.348],[-7.213,57.349],[-7.22,57.343],[-7.211,57.346],[-7.211,57.348]]],[[[-7.23,57.387],[-7.236,57.387],[-7.238,57.386],[-7.232,57.385],[-7.23,57.387]]],[[[-7.262,57.396],[-7.263,57.393],[-7.258,57.391],[-7.252,57.392],[-7.262,57.396]]],[[[-7.255,57.398],[-7.257,57.396],[-7.254,57.394],[-7.247,57.394],[-7.255,57.398]]],[[[-7.25,57.399],[-7.251,57.397],[-7.246,57.394],[-7.24,57.394],[-7.242,57.398],[-7.25,57.399]]],[[[-7.19,57.411],[-7.195,57.41],[-7.2,57.41],[-7.203,57.407],[-7.208,57.409],[-7.218,57.405],[-7.223,57.402],[-7.221,57.398],[-7.228,57.396],[-7.226,57.395],[-7.234,57.392],[-7.223,57.389],[-7.221,57.387],[-7.217,57.387],[-7.213,57.386],[-7.206,57.386],[-7.208,57.388],[-7.218,57.388],[-7.217,57.39],[-7.214,57.393],[-7.203,57.389],[-7.198,57.392],[-7.19,57.396],[-7.187,57.398],[-7.194,57.4],[-7.196,57.401],[-7.193,57.404],[-7.195,57.406],[-7.19,57.411]]],[[[-7.326,57.406],[-7.329,57.399],[-7.34,57.403],[-7.347,57.4],[-7.352,57.401],[-7.36,57.398],[-7.366,57.399],[-7.37,57.398],[-7.373,57.395],[-7.379,57.394],[-7.383,57.393],[-7.384,57.395],[-7.381,57.397],[-7.391,57.4],[-7.396,57.398],[-7.4,57.396],[-7.408,57.389],[-7.412,57.387],[-7.419,57.387],[-7.419,57.389],[-7.426,57.391],[-7.43,57.388],[-7.431,57.386],[-7.426,57.382],[-7.423,57.379],[-7.412,57.371],[-7.404,57.359],[-7.399,57.347],[-7.398,57.341],[-7.396,57.334],[-7.395,57.327],[-7.397,57.321],[-7.398,57.315],[-7.4,57.311],[-7.397,57.301],[-7.404,57.295],[-7.41,57.292],[-7.413,57.292],[-7.421,57.289],[-7.423,57.286],[-7.421,57.283],[-7.42,57.279],[-7.423,57.276],[-7.424,57.272],[-7.423,57.265],[-7.425,57.261],[-7.425,57.253],[-7.43,57.246],[-7.434,57.244],[-7.441,57.241],[-7.45,57.244],[-7.454,57.243],[-7.454,57.239],[-7.449,57.24],[-7.439,57.238],[-7.435,57.237],[-7.432,57.233],[-7.431,57.23],[-7.431,57.223],[-7.432,57.222],[-7.429,57.219],[-7.424,57.218],[-7.423,57.213],[-7.425,57.206],[-7.422,57.197],[-7.425,57.193],[-7.422,57.185],[-7.42,57.18],[-7.412,57.167],[-7.408,57.163],[-7.408,57.158],[-7.411,57.154],[-7.412,57.15],[-7.405,57.142],[-7.403,57.137],[-7.404,57.131],[-7.399,57.129],[-7.394,57.125],[-7.391,57.12],[-7.392,57.114],[-7.388,57.113],[-7.38,57.11],[-7.377,57.106],[-7.373,57.104],[-7.364,57.104],[-7.357,57.102],[-7.351,57.102],[-7.346,57.103],[-7.34,57.102],[-7.336,57.103],[-7.329,57.103],[-7.326,57.105],[-7.317,57.103],[-7.306,57.106],[-7.305,57.108],[-7.3,57.11],[-7.298,57.107],[-7.288,57.109],[-7.279,57.108],[-7.265,57.103],[-7.258,57.099],[-7.246,57.099],[-7.241,57.097],[-7.235,57.096],[-7.229,57.096],[-7.228,57.098],[-7.233,57.104],[-7.23,57.105],[-7.224,57.105],[-7.224,57.109],[-7.218,57.111],[-7.215,57.111],[-7.212,57.117],[-7.223,57.118],[-7.228,57.121],[-7.228,57.126],[-7.234,57.126],[-7.238,57.122],[-7.245,57.128],[-7.25,57.127],[-7.252,57.128],[-7.245,57.131],[-7.246,57.135],[-7.255,57.136],[-7.26,57.139],[-7.268,57.142],[-7.276,57.141],[-7.278,57.143],[-7.283,57.142],[-7.29,57.142],[-7.291,57.141],[-7.296,57.142],[-7.301,57.14],[-7.303,57.139],[-7.314,57.138],[-7.321,57.139],[-7.329,57.139],[-7.331,57.137],[-7.335,57.136],[-7.341,57.139],[-7.344,57.144],[-7.339,57.146],[-7.344,57.147],[-7.353,57.152],[-7.348,57.152],[-7.337,57.154],[-7.335,57.152],[-7.325,57.151],[-7.324,57.152],[-7.325,57.156],[-7.319,57.155],[-7.322,57.151],[-7.314,57.152],[-7.311,57.15],[-7.311,57.148],[-7.304,57.148],[-7.296,57.149],[-7.29,57.147],[-7.29,57.149],[-7.294,57.15],[-7.298,57.148],[-7.304,57.151],[-7.305,57.155],[-7.309,57.156],[-7.307,57.158],[-7.313,57.162],[-7.309,57.162],[-7.303,57.158],[-7.289,57.152],[-7.284,57.15],[-7.277,57.15],[-7.27,57.15],[-7.256,57.153],[-7.257,57.158],[-7.252,57.159],[-7.25,57.162],[-7.245,57.164],[-7.248,57.166],[-7.248,57.17],[-7.25,57.172],[-7.249,57.174],[-7.251,57.179],[-7.251,57.184],[-7.258,57.186],[-7.259,57.191],[-7.264,57.193],[-7.265,57.196],[-7.264,57.203],[-7.26,57.206],[-7.266,57.21],[-7.27,57.211],[-7.273,57.215],[-7.281,57.215],[-7.291,57.213],[-7.295,57.215],[-7.299,57.215],[-7.302,57.217],[-7.3,57.219],[-7.303,57.22],[-7.299,57.222],[-7.306,57.223],[-7.308,57.225],[-7.307,57.228],[-7.31,57.23],[-7.316,57.229],[-7.325,57.227],[-7.324,57.224],[-7.33,57.225],[-7.336,57.224],[-7.346,57.227],[-7.354,57.229],[-7.358,57.233],[-7.356,57.237],[-7.352,57.238],[-7.345,57.237],[-7.344,57.239],[-7.337,57.233],[-7.334,57.231],[-7.329,57.231],[-7.32,57.234],[-7.312,57.235],[-7.308,57.233],[-7.304,57.239],[-7.3,57.237],[-7.298,57.237],[-7.293,57.234],[-7.292,57.231],[-7.287,57.23],[-7.291,57.228],[-7.293,57.23],[-7.3,57.234],[-7.301,57.231],[-7.3,57.228],[-7.305,57.228],[-7.303,57.225],[-7.294,57.224],[-7.288,57.222],[-7.284,57.223],[-7.283,57.225],[-7.28,57.225],[-7.273,57.224],[-7.268,57.225],[-7.26,57.227],[-7.259,57.229],[-7.263,57.234],[-7.259,57.234],[-7.26,57.24],[-7.257,57.24],[-7.255,57.245],[-7.243,57.249],[-7.246,57.253],[-7.249,57.254],[-7.25,57.258],[-7.253,57.26],[-7.248,57.262],[-7.248,57.264],[-7.24,57.268],[-7.238,57.273],[-7.233,57.273],[-7.229,57.276],[-7.228,57.28],[-7.223,57.281],[-7.218,57.279],[-7.21,57.279],[-7.21,57.281],[-7.203,57.281],[-7.2,57.285],[-7.202,57.289],[-7.201,57.29],[-7.203,57.295],[-7.196,57.297],[-7.193,57.299],[-7.196,57.302],[-7.196,57.305],[-7.201,57.306],[-7.205,57.306],[-7.208,57.304],[-7.215,57.304],[-7.22,57.301],[-7.222,57.309],[-7.219,57.311],[-7.223,57.313],[-7.224,57.318],[-7.222,57.32],[-7.228,57.324],[-7.236,57.323],[-7.237,57.321],[-7.241,57.32],[-7.248,57.323],[-7.255,57.323],[-7.257,57.326],[-7.262,57.325],[-7.266,57.324],[-7.271,57.324],[-7.272,57.326],[-7.279,57.332],[-7.291,57.335],[-7.289,57.336],[-7.279,57.333],[-7.275,57.334],[-7.272,57.332],[-7.273,57.329],[-7.268,57.329],[-7.264,57.328],[-7.262,57.332],[-7.254,57.33],[-7.251,57.331],[-7.252,57.333],[-7.245,57.333],[-7.243,57.335],[-7.239,57.335],[-7.235,57.336],[-7.231,57.336],[-7.231,57.34],[-7.225,57.34],[-7.221,57.344],[-7.223,57.346],[-7.221,57.349],[-7.233,57.347],[-7.232,57.343],[-7.237,57.342],[-7.243,57.344],[-7.251,57.343],[-7.254,57.344],[-7.258,57.341],[-7.263,57.345],[-7.269,57.348],[-7.268,57.349],[-7.261,57.35],[-7.249,57.347],[-7.241,57.349],[-7.24,57.35],[-7.244,57.354],[-7.249,57.354],[-7.251,57.356],[-7.256,57.356],[-7.269,57.362],[-7.262,57.363],[-7.267,57.365],[-7.27,57.365],[-7.272,57.367],[-7.277,57.367],[-7.28,57.369],[-7.284,57.373],[-7.28,57.374],[-7.275,57.374],[-7.272,57.372],[-7.266,57.372],[-7.27,57.379],[-7.281,57.384],[-7.287,57.386],[-7.294,57.382],[-7.298,57.385],[-7.308,57.387],[-7.316,57.387],[-7.316,57.385],[-7.319,57.383],[-7.322,57.386],[-7.317,57.39],[-7.32,57.393],[-7.323,57.394],[-7.326,57.392],[-7.329,57.393],[-7.327,57.398],[-7.329,57.399],[-7.326,57.406]]],[[[-7.207,57.414],[-7.212,57.412],[-7.207,57.411],[-7.202,57.413],[-7.207,57.414]]],[[[-7.22,57.414],[-7.226,57.414],[-7.226,57.409],[-7.213,57.41],[-7.214,57.412],[-7.219,57.412],[-7.22,57.414]]],[[[-7.233,57.459],[-7.233,57.457],[-7.229,57.455],[-7.224,57.453],[-7.223,57.455],[-7.229,57.457],[-7.233,57.459]]],[[[-7.2,57.484],[-7.201,57.481],[-7.193,57.481],[-7.2,57.484]]],[[[-7.273,57.482],[-7.281,57.481],[-7.275,57.479],[-7.27,57.473],[-7.267,57.472],[-7.26,57.472],[-7.258,57.478],[-7.263,57.478],[-7.267,57.48],[-7.273,57.482]]],[[[-7.274,57.49],[-7.276,57.488],[-7.272,57.487],[-7.269,57.488],[-7.274,57.49]]],[[[-7.291,57.41],[-7.294,57.411],[-7.301,57.414],[-7.299,57.416],[-7.281,57.411],[-7.266,57.409],[-7.253,57.405],[-7.239,57.402],[-7.235,57.404],[-7.238,57.407],[-7.242,57.408],[-7.244,57.411],[-7.235,57.411],[-7.233,57.414],[-7.221,57.415],[-7.212,57.416],[-7.209,57.415],[-7.203,57.418],[-7.207,57.42],[-7.211,57.424],[-7.207,57.425],[-7.202,57.424],[-7.21,57.433],[-7.216,57.436],[-7.229,57.436],[-7.234,57.437],[-7.24,57.436],[-7.246,57.438],[-7.246,57.435],[-7.238,57.434],[-7.234,57.432],[-7.226,57.432],[-7.228,57.429],[-7.241,57.432],[-7.257,57.433],[-7.259,57.435],[-7.264,57.438],[-7.268,57.438],[-7.263,57.441],[-7.268,57.442],[-7.264,57.446],[-7.268,57.448],[-7.265,57.449],[-7.26,57.444],[-7.255,57.442],[-7.257,57.44],[-7.25,57.44],[-7.253,57.445],[-7.252,57.448],[-7.244,57.446],[-7.247,57.45],[-7.251,57.451],[-7.249,57.453],[-7.242,57.447],[-7.232,57.445],[-7.228,57.445],[-7.219,57.447],[-7.221,57.451],[-7.228,57.452],[-7.235,57.453],[-7.237,57.45],[-7.241,57.452],[-7.237,57.454],[-7.238,57.458],[-7.237,57.46],[-7.231,57.461],[-7.23,57.459],[-7.224,57.457],[-7.217,57.458],[-7.215,57.456],[-7.21,57.456],[-7.203,57.458],[-7.201,57.46],[-7.206,57.461],[-7.214,57.465],[-7.221,57.469],[-7.231,57.471],[-7.235,57.473],[-7.238,57.472],[-7.246,57.476],[-7.252,57.477],[-7.255,57.474],[-7.254,57.472],[-7.256,57.47],[-7.255,57.468],[-7.257,57.466],[-7.263,57.467],[-7.277,57.467],[-7.283,57.473],[-7.274,57.473],[-7.277,57.478],[-7.282,57.479],[-7.285,57.478],[-7.292,57.48],[-7.292,57.482],[-7.295,57.486],[-7.302,57.485],[-7.305,57.485],[-7.308,57.483],[-7.307,57.482],[-7.31,57.48],[-7.315,57.481],[-7.321,57.48],[-7.324,57.481],[-7.328,57.48],[-7.333,57.483],[-7.338,57.485],[-7.342,57.484],[-7.347,57.484],[-7.346,57.489],[-7.346,57.493],[-7.353,57.494],[-7.366,57.492],[-7.369,57.491],[-7.371,57.486],[-7.373,57.481],[-7.379,57.475],[-7.382,57.474],[-7.386,57.475],[-7.392,57.474],[-7.395,57.474],[-7.4,57.474],[-7.402,57.473],[-7.409,57.47],[-7.408,57.466],[-7.412,57.465],[-7.411,57.463],[-7.401,57.461],[-7.401,57.459],[-7.403,57.455],[-7.41,57.456],[-7.411,57.451],[-7.409,57.448],[-7.405,57.448],[-7.401,57.446],[-7.396,57.442],[-7.393,57.435],[-7.394,57.426],[-7.392,57.422],[-7.386,57.424],[-7.377,57.422],[-7.369,57.422],[-7.359,57.419],[-7.351,57.421],[-7.348,57.418],[-7.342,57.421],[-7.341,57.418],[-7.342,57.415],[-7.338,57.413],[-7.334,57.409],[-7.328,57.408],[-7.32,57.404],[-7.316,57.401],[-7.305,57.399],[-7.302,57.401],[-7.307,57.402],[-7.31,57.405],[-7.304,57.405],[-7.301,57.407],[-7.294,57.405],[-7.292,57.406],[-7.293,57.409],[-7.289,57.409],[-7.285,57.405],[-7.276,57.402],[-7.266,57.399],[-7.264,57.399],[-7.267,57.403],[-7.27,57.405],[-7.278,57.409],[-7.29,57.41],[-7.291,57.41]]],[[[-7.157,57.503],[-7.16,57.503],[-7.164,57.5],[-7.158,57.496],[-7.154,57.495],[-7.15,57.496],[-7.15,57.498],[-7.146,57.499],[-7.152,57.502],[-7.157,57.503]]],[[[-7.193,57.5],[-7.195,57.498],[-7.185,57.497],[-7.179,57.495],[-7.183,57.492],[-7.189,57.494],[-7.194,57.496],[-7.201,57.498],[-7.204,57.495],[-7.203,57.494],[-7.206,57.49],[-7.205,57.487],[-7.195,57.486],[-7.194,57.483],[-7.189,57.484],[-7.188,57.478],[-7.191,57.478],[-7.189,57.471],[-7.186,57.473],[-7.181,57.469],[-7.174,57.471],[-7.173,57.473],[-7.169,57.475],[-7.168,57.479],[-7.162,57.482],[-7.159,57.483],[-7.158,57.485],[-7.162,57.487],[-7.171,57.488],[-7.162,57.495],[-7.163,57.496],[-7.17,57.497],[-7.166,57.501],[-7.169,57.502],[-7.174,57.503],[-7.184,57.502],[-7.19,57.5],[-7.193,57.5]]],[[[-7.148,57.509],[-7.154,57.507],[-7.148,57.505],[-7.142,57.507],[-7.148,57.509]]],[[[-7.344,57.501],[-7.346,57.498],[-7.34,57.499],[-7.34,57.501],[-7.344,57.501]]],[[[-7.183,57.508],[-7.191,57.507],[-7.194,57.505],[-7.184,57.505],[-7.183,57.508]]],[[[-7.255,57.506],[-7.255,57.504],[-7.252,57.503],[-7.251,57.5],[-7.262,57.501],[-7.267,57.5],[-7.276,57.499],[-7.275,57.496],[-7.279,57.496],[-7.284,57.497],[-7.287,57.496],[-7.282,57.493],[-7.277,57.493],[-7.274,57.495],[-7.271,57.494],[-7.266,57.491],[-7.257,57.488],[-7.25,57.48],[-7.243,57.478],[-7.236,57.48],[-7.238,57.485],[-7.235,57.485],[-7.229,57.482],[-7.23,57.48],[-7.225,57.479],[-7.219,57.476],[-7.21,57.474],[-7.209,57.476],[-7.204,57.476],[-7.205,57.48],[-7.204,57.484],[-7.209,57.486],[-7.215,57.488],[-7.215,57.491],[-7.218,57.494],[-7.215,57.498],[-7.22,57.5],[-7.224,57.497],[-7.238,57.5],[-7.238,57.503],[-7.233,57.502],[-7.232,57.504],[-7.242,57.504],[-7.248,57.506],[-7.254,57.505],[-7.255,57.506]]],[[[-7.64,57.526],[-7.638,57.525],[-7.636,57.519],[-7.63,57.521],[-7.631,57.524],[-7.635,57.525],[-7.64,57.526]]],[[[-7.692,57.528],[-7.697,57.526],[-7.693,57.525],[-7.692,57.528]]],[[[-7.605,57.533],[-7.61,57.531],[-7.613,57.528],[-7.618,57.528],[-7.622,57.527],[-7.621,57.524],[-7.626,57.518],[-7.623,57.516],[-7.624,57.513],[-7.62,57.512],[-7.614,57.511],[-7.609,57.515],[-7.612,57.519],[-7.605,57.522],[-7.602,57.526],[-7.6,57.528],[-7.602,57.533],[-7.605,57.533]]],[[[-7.645,57.535],[-7.65,57.533],[-7.654,57.533],[-7.658,57.527],[-7.664,57.526],[-7.668,57.524],[-7.677,57.525],[-7.68,57.523],[-7.678,57.52],[-7.673,57.519],[-7.67,57.522],[-7.666,57.523],[-7.662,57.522],[-7.656,57.524],[-7.651,57.524],[-7.648,57.526],[-7.644,57.525],[-7.64,57.526],[-7.647,57.529],[-7.647,57.533],[-7.645,57.535]]],[[[-7.292,57.558],[-7.298,57.558],[-7.297,57.555],[-7.29,57.555],[-7.292,57.558]]],[[[-7.416,57.562],[-7.42,57.561],[-7.421,57.558],[-7.407,57.559],[-7.412,57.563],[-7.416,57.562]]],[[[-7.421,57.558],[-7.422,57.56],[-7.431,57.568],[-7.435,57.57],[-7.438,57.568],[-7.438,57.565],[-7.437,57.562],[-7.432,57.557],[-7.427,57.553],[-7.421,57.551],[-7.412,57.55],[-7.404,57.553],[-7.41,57.555],[-7.414,57.555],[-7.415,57.558],[-7.421,57.558]]],[[[-7.123,57.613],[-7.121,57.615],[-7.126,57.618],[-7.128,57.616],[-7.127,57.614],[-7.13,57.611],[-7.126,57.608],[-7.12,57.608],[-7.12,57.611],[-7.123,57.613]]],[[[-7.138,57.62],[-7.149,57.618],[-7.14,57.616],[-7.134,57.618],[-7.138,57.62]]],[[[-7.146,57.622],[-7.152,57.62],[-7.15,57.619],[-7.146,57.619],[-7.146,57.622]]],[[[-7.168,57.63],[-7.173,57.629],[-7.171,57.625],[-7.164,57.623],[-7.159,57.623],[-7.161,57.626],[-7.16,57.629],[-7.168,57.63]]],[[[-7.121,57.649],[-7.127,57.65],[-7.129,57.647],[-7.126,57.646],[-7.12,57.648],[-7.121,57.649]]],[[[-7.052,57.662],[-7.052,57.659],[-7.059,57.655],[-7.055,57.653],[-7.054,57.651],[-7.045,57.651],[-7.045,57.654],[-7.048,57.655],[-7.046,57.661],[-7.052,57.662]]],[[[-7.068,57.663],[-7.073,57.66],[-7.073,57.656],[-7.069,57.658],[-7.065,57.661],[-7.068,57.663]]],[[[-7.13,57.664],[-7.138,57.662],[-7.141,57.659],[-7.144,57.651],[-7.138,57.651],[-7.135,57.652],[-7.138,57.655],[-7.134,57.656],[-7.13,57.658],[-7.133,57.66],[-7.128,57.663],[-7.13,57.664]]],[[[-7.094,57.666],[-7.097,57.666],[-7.103,57.664],[-7.097,57.66],[-7.094,57.659],[-7.089,57.659],[-7.086,57.662],[-7.094,57.666]]],[[[-7.084,57.675],[-7.09,57.674],[-7.088,57.67],[-7.084,57.674],[-7.084,57.675]]],[[[-7.096,57.67],[-7.1,57.673],[-7.104,57.675],[-7.104,57.669],[-7.096,57.67]]],[[[-7.284,57.664],[-7.284,57.666],[-7.288,57.668],[-7.291,57.668],[-7.295,57.664],[-7.307,57.663],[-7.309,57.661],[-7.302,57.661],[-7.3,57.662],[-7.296,57.66],[-7.286,57.659],[-7.285,57.656],[-7.28,57.657],[-7.284,57.664]]],[[[-7.397,57.67],[-7.399,57.667],[-7.402,57.665],[-7.406,57.666],[-7.411,57.665],[-7.422,57.661],[-7.427,57.66],[-7.436,57.661],[-7.438,57.658],[-7.426,57.657],[-7.418,57.658],[-7.414,57.656],[-7.407,57.658],[-7.408,57.659],[-7.403,57.66],[-7.398,57.66],[-7.392,57.657],[-7.393,57.66],[-7.388,57.663],[-7.381,57.664],[-7.375,57.668],[-7.379,57.669],[-7.382,57.668],[-7.388,57.669],[-7.397,57.67]]],[[[-7.145,57.688],[-7.148,57.685],[-7.146,57.683],[-7.142,57.683],[-7.145,57.688]]],[[[-7.252,57.69],[-7.259,57.688],[-7.259,57.685],[-7.252,57.683],[-7.246,57.687],[-7.248,57.69],[-7.252,57.69]]],[[[-7.178,57.695],[-7.178,57.694],[-7.168,57.691],[-7.167,57.692],[-7.17,57.694],[-7.178,57.695]]],[[[-7.014,57.703],[-7.017,57.703],[-7.018,57.7],[-7.015,57.699],[-7.01,57.701],[-7.014,57.703]]],[[[-7.033,57.707],[-7.038,57.703],[-7.032,57.701],[-7.027,57.702],[-7.03,57.703],[-7.033,57.707]]],[[[-7.009,57.712],[-7.01,57.71],[-7.005,57.708],[-7.001,57.706],[-6.999,57.708],[-7.003,57.711],[-7.009,57.712]]],[[[-7.289,57.72],[-7.295,57.72],[-7.301,57.717],[-7.301,57.714],[-7.298,57.71],[-7.299,57.707],[-7.296,57.706],[-7.292,57.702],[-7.287,57.702],[-7.28,57.7],[-7.276,57.702],[-7.278,57.705],[-7.282,57.707],[-7.281,57.71],[-7.276,57.713],[-7.275,57.715],[-7.279,57.717],[-7.289,57.72]]],[[[-7.682,57.704],[-7.683,57.701],[-7.691,57.7],[-7.689,57.698],[-7.684,57.699],[-7.681,57.701],[-7.682,57.704]]],[[[-7.165,57.739],[-7.178,57.738],[-7.189,57.737],[-7.2,57.735],[-7.202,57.728],[-7.207,57.723],[-7.212,57.718],[-7.213,57.716],[-7.228,57.705],[-7.218,57.705],[-7.215,57.703],[-7.207,57.703],[-7.199,57.702],[-7.198,57.704],[-7.203,57.706],[-7.201,57.708],[-7.198,57.71],[-7.193,57.71],[-7.19,57.708],[-7.19,57.705],[-7.183,57.703],[-7.184,57.701],[-7.193,57.698],[-7.199,57.697],[-7.201,57.694],[-7.205,57.693],[-7.208,57.687],[-7.214,57.689],[-7.216,57.69],[-7.223,57.69],[-7.222,57.687],[-7.233,57.683],[-7.238,57.68],[-7.239,57.678],[-7.237,57.676],[-7.244,57.672],[-7.248,57.672],[-7.251,57.67],[-7.26,57.667],[-7.264,57.666],[-7.274,57.666],[-7.277,57.665],[-7.277,57.663],[-7.265,57.658],[-7.259,57.659],[-7.251,57.658],[-7.245,57.657],[-7.248,57.654],[-7.255,57.657],[-7.264,57.655],[-7.261,57.653],[-7.261,57.65],[-7.266,57.648],[-7.27,57.648],[-7.274,57.65],[-7.272,57.651],[-7.278,57.653],[-7.283,57.652],[-7.279,57.648],[-7.286,57.648],[-7.285,57.646],[-7.282,57.645],[-7.286,57.642],[-7.294,57.644],[-7.291,57.647],[-7.292,57.653],[-7.299,57.654],[-7.31,57.654],[-7.314,57.658],[-7.324,57.658],[-7.323,57.656],[-7.335,57.658],[-7.337,57.661],[-7.336,57.663],[-7.333,57.667],[-7.321,57.674],[-7.324,57.679],[-7.322,57.683],[-7.316,57.686],[-7.309,57.687],[-7.309,57.689],[-7.312,57.692],[-7.312,57.694],[-7.318,57.693],[-7.324,57.69],[-7.321,57.688],[-7.323,57.686],[-7.33,57.684],[-7.334,57.683],[-7.335,57.68],[-7.338,57.678],[-7.336,57.675],[-7.337,57.671],[-7.346,57.666],[-7.354,57.663],[-7.369,57.66],[-7.374,57.659],[-7.371,57.656],[-7.371,57.649],[-7.374,57.648],[-7.376,57.644],[-7.374,57.64],[-7.382,57.635],[-7.383,57.632],[-7.393,57.637],[-7.403,57.639],[-7.412,57.636],[-7.42,57.637],[-7.411,57.643],[-7.417,57.645],[-7.421,57.648],[-7.419,57.651],[-7.421,57.653],[-7.427,57.653],[-7.427,57.65],[-7.439,57.654],[-7.446,57.658],[-7.449,57.661],[-7.456,57.662],[-7.458,57.658],[-7.468,57.659],[-7.474,57.662],[-7.482,57.662],[-7.484,57.66],[-7.488,57.659],[-7.491,57.655],[-7.486,57.653],[-7.486,57.651],[-7.489,57.65],[-7.49,57.647],[-7.494,57.646],[-7.497,57.642],[-7.5,57.634],[-7.498,57.632],[-7.501,57.628],[-7.506,57.626],[-7.509,57.627],[-7.517,57.625],[-7.523,57.624],[-7.523,57.622],[-7.515,57.62],[-7.515,57.618],[-7.517,57.616],[-7.515,57.613],[-7.517,57.611],[-7.521,57.605],[-7.528,57.602],[-7.532,57.603],[-7.533,57.609],[-7.537,57.611],[-7.543,57.606],[-7.546,57.606],[-7.549,57.603],[-7.547,57.599],[-7.538,57.601],[-7.535,57.6],[-7.531,57.597],[-7.528,57.592],[-7.524,57.59],[-7.519,57.591],[-7.511,57.59],[-7.505,57.586],[-7.5,57.583],[-7.491,57.586],[-7.495,57.59],[-7.492,57.594],[-7.489,57.593],[-7.485,57.59],[-7.486,57.585],[-7.492,57.584],[-7.494,57.582],[-7.491,57.58],[-7.489,57.577],[-7.484,57.574],[-7.483,57.568],[-7.478,57.568],[-7.47,57.567],[-7.465,57.565],[-7.463,57.567],[-7.457,57.569],[-7.45,57.57],[-7.444,57.57],[-7.44,57.573],[-7.43,57.578],[-7.43,57.581],[-7.435,57.58],[-7.439,57.583],[-7.441,57.588],[-7.437,57.587],[-7.426,57.582],[-7.42,57.581],[-7.418,57.578],[-7.415,57.579],[-7.414,57.582],[-7.408,57.582],[-7.41,57.579],[-7.414,57.578],[-7.413,57.574],[-7.405,57.57],[-7.403,57.568],[-7.399,57.566],[-7.392,57.567],[-7.39,57.566],[-7.393,57.564],[-7.381,57.564],[-7.381,57.563],[-7.375,57.56],[-7.37,57.56],[-7.366,57.558],[-7.363,57.555],[-7.357,57.554],[-7.352,57.555],[-7.343,57.554],[-7.338,57.555],[-7.336,57.553],[-7.323,57.553],[-7.321,57.556],[-7.311,57.554],[-7.316,57.553],[-7.326,57.552],[-7.335,57.553],[-7.336,57.55],[-7.343,57.549],[-7.341,57.551],[-7.344,57.553],[-7.356,57.55],[-7.356,57.548],[-7.35,57.546],[-7.346,57.542],[-7.353,57.541],[-7.355,57.543],[-7.359,57.543],[-7.36,57.54],[-7.366,57.541],[-7.366,57.547],[-7.37,57.549],[-7.375,57.545],[-7.379,57.546],[-7.386,57.538],[-7.389,57.537],[-7.394,57.539],[-7.4,57.54],[-7.402,57.543],[-7.405,57.543],[-7.394,57.534],[-7.39,57.53],[-7.382,57.525],[-7.375,57.52],[-7.373,57.516],[-7.371,57.506],[-7.367,57.501],[-7.358,57.498],[-7.354,57.498],[-7.353,57.501],[-7.356,57.502],[-7.356,57.507],[-7.349,57.512],[-7.348,57.515],[-7.351,57.519],[-7.358,57.524],[-7.357,57.526],[-7.347,57.529],[-7.345,57.532],[-7.348,57.535],[-7.353,57.54],[-7.345,57.542],[-7.339,57.539],[-7.336,57.535],[-7.331,57.536],[-7.326,57.535],[-7.326,57.531],[-7.324,57.528],[-7.317,57.525],[-7.318,57.523],[-7.325,57.52],[-7.327,57.519],[-7.327,57.513],[-7.32,57.51],[-7.315,57.51],[-7.313,57.508],[-7.308,57.509],[-7.303,57.509],[-7.302,57.513],[-7.305,57.516],[-7.313,57.521],[-7.307,57.521],[-7.306,57.518],[-7.302,57.518],[-7.299,57.515],[-7.294,57.512],[-7.289,57.514],[-7.279,57.516],[-7.271,57.513],[-7.268,57.511],[-7.271,57.509],[-7.267,57.507],[-7.267,57.505],[-7.261,57.505],[-7.265,57.508],[-7.272,57.515],[-7.275,57.517],[-7.282,57.519],[-7.28,57.52],[-7.276,57.518],[-7.268,57.517],[-7.266,57.519],[-7.259,57.517],[-7.265,57.514],[-7.264,57.511],[-7.26,57.509],[-7.249,57.507],[-7.248,57.51],[-7.243,57.511],[-7.246,57.507],[-7.233,57.509],[-7.227,57.509],[-7.222,57.508],[-7.22,57.509],[-7.203,57.507],[-7.199,57.51],[-7.201,57.512],[-7.215,57.515],[-7.22,57.515],[-7.223,57.518],[-7.217,57.518],[-7.212,57.515],[-7.203,57.513],[-7.199,57.515],[-7.188,57.511],[-7.182,57.511],[-7.177,57.508],[-7.171,57.51],[-7.165,57.509],[-7.161,57.51],[-7.155,57.511],[-7.149,57.511],[-7.146,57.516],[-7.149,57.52],[-7.145,57.522],[-7.147,57.523],[-7.138,57.527],[-7.139,57.531],[-7.135,57.533],[-7.132,57.538],[-7.14,57.54],[-7.138,57.544],[-7.133,57.547],[-7.136,57.55],[-7.135,57.554],[-7.138,57.555],[-7.146,57.554],[-7.147,57.556],[-7.156,57.556],[-7.158,57.554],[-7.163,57.554],[-7.165,57.552],[-7.163,57.549],[-7.165,57.547],[-7.172,57.549],[-7.177,57.548],[-7.177,57.55],[-7.181,57.552],[-7.195,57.552],[-7.2,57.551],[-7.206,57.553],[-7.212,57.552],[-7.218,57.552],[-7.224,57.552],[-7.229,57.552],[-7.238,57.551],[-7.25,57.551],[-7.263,57.553],[-7.269,57.551],[-7.272,57.553],[-7.282,57.553],[-7.285,57.551],[-7.286,57.548],[-7.296,57.552],[-7.299,57.549],[-7.305,57.549],[-7.305,57.55],[-7.301,57.553],[-7.302,57.555],[-7.306,57.556],[-7.302,57.559],[-7.292,57.559],[-7.284,57.557],[-7.279,57.555],[-7.27,57.556],[-7.274,57.561],[-7.285,57.561],[-7.29,57.563],[-7.285,57.564],[-7.276,57.563],[-7.271,57.563],[-7.267,57.564],[-7.265,57.567],[-7.257,57.565],[-7.258,57.57],[-7.256,57.572],[-7.25,57.57],[-7.248,57.568],[-7.249,57.562],[-7.248,57.559],[-7.252,57.557],[-7.256,57.558],[-7.257,57.561],[-7.268,57.56],[-7.267,57.557],[-7.263,57.556],[-7.253,57.554],[-7.244,57.555],[-7.242,57.554],[-7.234,57.554],[-7.225,57.556],[-7.225,57.559],[-7.219,57.557],[-7.214,57.558],[-7.206,57.558],[-7.209,57.56],[-7.205,57.562],[-7.197,57.562],[-7.193,57.56],[-7.189,57.56],[-7.174,57.565],[-7.17,57.564],[-7.167,57.56],[-7.164,57.558],[-7.161,57.558],[-7.155,57.557],[-7.145,57.557],[-7.135,57.559],[-7.13,57.563],[-7.118,57.566],[-7.114,57.573],[-7.112,57.574],[-7.113,57.579],[-7.109,57.581],[-7.111,57.584],[-7.108,57.585],[-7.104,57.587],[-7.104,57.59],[-7.101,57.594],[-7.108,57.592],[-7.108,57.596],[-7.113,57.596],[-7.12,57.593],[-7.124,57.592],[-7.124,57.59],[-7.128,57.59],[-7.137,57.592],[-7.142,57.592],[-7.145,57.589],[-7.149,57.59],[-7.15,57.588],[-7.161,57.588],[-7.162,57.591],[-7.16,57.593],[-7.165,57.594],[-7.168,57.593],[-7.17,57.596],[-7.175,57.594],[-7.177,57.598],[-7.173,57.598],[-7.168,57.597],[-7.164,57.599],[-7.158,57.599],[-7.16,57.604],[-7.154,57.605],[-7.155,57.608],[-7.166,57.608],[-7.173,57.611],[-7.182,57.61],[-7.182,57.612],[-7.175,57.612],[-7.175,57.613],[-7.168,57.614],[-7.164,57.612],[-7.163,57.609],[-7.158,57.61],[-7.154,57.61],[-7.154,57.613],[-7.162,57.615],[-7.176,57.616],[-7.184,57.616],[-7.19,57.62],[-7.2,57.62],[-7.204,57.622],[-7.2,57.624],[-7.193,57.626],[-7.193,57.628],[-7.19,57.629],[-7.188,57.631],[-7.194,57.634],[-7.2,57.633],[-7.2,57.635],[-7.211,57.635],[-7.212,57.638],[-7.219,57.639],[-7.216,57.641],[-7.211,57.639],[-7.205,57.642],[-7.198,57.64],[-7.19,57.643],[-7.185,57.646],[-7.175,57.644],[-7.169,57.645],[-7.161,57.639],[-7.168,57.636],[-7.168,57.633],[-7.161,57.634],[-7.154,57.63],[-7.148,57.628],[-7.14,57.628],[-7.136,57.629],[-7.131,57.629],[-7.122,57.632],[-7.121,57.634],[-7.116,57.634],[-7.112,57.631],[-7.118,57.629],[-7.121,57.627],[-7.128,57.627],[-7.13,57.624],[-7.122,57.623],[-7.125,57.621],[-7.121,57.618],[-7.113,57.615],[-7.111,57.612],[-7.106,57.611],[-7.102,57.608],[-7.095,57.611],[-7.091,57.616],[-7.092,57.617],[-7.087,57.623],[-7.083,57.623],[-7.082,57.626],[-7.076,57.63],[-7.075,57.632],[-7.07,57.635],[-7.07,57.637],[-7.063,57.64],[-7.066,57.644],[-7.076,57.647],[-7.087,57.646],[-7.094,57.647],[-7.093,57.651],[-7.098,57.653],[-7.099,57.657],[-7.104,57.657],[-7.109,57.661],[-7.117,57.662],[-7.119,57.659],[-7.118,57.657],[-7.113,57.655],[-7.106,57.654],[-7.106,57.651],[-7.099,57.651],[-7.104,57.648],[-7.118,57.648],[-7.122,57.645],[-7.13,57.644],[-7.131,57.641],[-7.139,57.644],[-7.14,57.648],[-7.138,57.65],[-7.143,57.651],[-7.15,57.649],[-7.156,57.654],[-7.163,57.654],[-7.165,57.652],[-7.17,57.65],[-7.173,57.646],[-7.181,57.65],[-7.187,57.647],[-7.19,57.649],[-7.186,57.652],[-7.187,57.654],[-7.193,57.656],[-7.199,57.659],[-7.202,57.656],[-7.213,57.657],[-7.212,57.66],[-7.202,57.659],[-7.194,57.659],[-7.188,57.658],[-7.182,57.657],[-7.167,57.657],[-7.166,57.66],[-7.175,57.66],[-7.174,57.668],[-7.17,57.669],[-7.166,57.664],[-7.163,57.665],[-7.159,57.668],[-7.16,57.672],[-7.157,57.675],[-7.164,57.677],[-7.168,57.68],[-7.167,57.682],[-7.172,57.684],[-7.175,57.683],[-7.178,57.687],[-7.186,57.688],[-7.19,57.688],[-7.195,57.691],[-7.191,57.693],[-7.186,57.694],[-7.192,57.698],[-7.18,57.703],[-7.178,57.704],[-7.179,57.706],[-7.177,57.708],[-7.176,57.711],[-7.17,57.711],[-7.169,57.714],[-7.173,57.718],[-7.173,57.719],[-7.168,57.72],[-7.166,57.721],[-7.158,57.72],[-7.156,57.717],[-7.151,57.719],[-7.153,57.724],[-7.15,57.728],[-7.144,57.729],[-7.145,57.732],[-7.159,57.738],[-7.165,57.739]]],[[[-6.935,57.755],[-6.938,57.753],[-6.936,57.75],[-6.93,57.753],[-6.935,57.755]]],[[[-7.089,57.75],[-7.09,57.748],[-7.097,57.745],[-7.095,57.741],[-7.089,57.737],[-7.081,57.735],[-7.077,57.736],[-7.069,57.733],[-7.062,57.733],[-7.062,57.734],[-7.069,57.738],[-7.077,57.741],[-7.082,57.745],[-7.081,57.746],[-7.086,57.75],[-7.089,57.75]]],[[[-7.25,57.759],[-7.252,57.757],[-7.246,57.756],[-7.246,57.758],[-7.25,57.759]]],[[[-7.083,57.775],[-7.085,57.774],[-7.085,57.771],[-7.091,57.769],[-7.096,57.768],[-7.095,57.764],[-7.093,57.763],[-7.088,57.759],[-7.08,57.756],[-7.078,57.752],[-7.074,57.752],[-7.074,57.755],[-7.07,57.76],[-7.076,57.763],[-7.074,57.765],[-7.079,57.766],[-7.078,57.77],[-7.083,57.775]]],[[[-6.867,57.793],[-6.867,57.791],[-6.863,57.789],[-6.86,57.789],[-6.859,57.793],[-6.867,57.793]]],[[[-7.228,57.785],[-7.232,57.784],[-7.238,57.785],[-7.246,57.782],[-7.253,57.781],[-7.258,57.781],[-7.26,57.778],[-7.261,57.775],[-7.264,57.775],[-7.265,57.77],[-7.26,57.767],[-7.247,57.761],[-7.241,57.76],[-7.235,57.759],[-7.23,57.761],[-7.223,57.76],[-7.218,57.763],[-7.21,57.765],[-7.205,57.771],[-7.2,57.773],[-7.201,57.775],[-7.21,57.78],[-7.215,57.785],[-7.228,57.785]]],[[[-6.825,57.813],[-6.83,57.812],[-6.826,57.809],[-6.825,57.805],[-6.82,57.806],[-6.814,57.804],[-6.816,57.809],[-6.825,57.813]]],[[[-7.258,57.805],[-7.261,57.804],[-7.258,57.798],[-7.255,57.798],[-7.252,57.8],[-7.245,57.801],[-7.248,57.804],[-7.252,57.803],[-7.258,57.805]]],[[[-6.687,57.851],[-6.685,57.854],[-6.691,57.854],[-6.692,57.852],[-6.687,57.851]]],[[[-6.712,57.861],[-6.714,57.862],[-6.718,57.858],[-6.712,57.858],[-6.712,57.861]]],[[[-6.718,57.868],[-6.723,57.87],[-6.724,57.868],[-6.718,57.868]]],[[[-6.703,57.879],[-6.699,57.875],[-6.701,57.872],[-6.706,57.875],[-6.71,57.873],[-6.702,57.868],[-6.707,57.866],[-6.705,57.862],[-6.698,57.864],[-6.697,57.867],[-6.693,57.868],[-6.692,57.865],[-6.684,57.863],[-6.69,57.859],[-6.69,57.857],[-6.685,57.855],[-6.678,57.853],[-6.674,57.856],[-6.67,57.855],[-6.672,57.852],[-6.667,57.851],[-6.659,57.852],[-6.657,57.853],[-6.648,57.855],[-6.645,57.857],[-6.641,57.857],[-6.643,57.861],[-6.645,57.862],[-6.648,57.866],[-6.655,57.867],[-6.65,57.869],[-6.651,57.871],[-6.656,57.871],[-6.66,57.873],[-6.663,57.874],[-6.668,57.872],[-6.676,57.874],[-6.68,57.877],[-6.687,57.876],[-6.692,57.877],[-6.695,57.879],[-6.703,57.879]]],[[[-6.748,57.879],[-6.755,57.878],[-6.754,57.875],[-6.751,57.874],[-6.747,57.872],[-6.744,57.872],[-6.74,57.876],[-6.745,57.879],[-6.748,57.879]]],[[[-8.568,57.8],[-8.563,57.796],[-8.559,57.795],[-8.557,57.796],[-8.563,57.799],[-8.568,57.8]]],[[[-6.358,57.904],[-6.365,57.904],[-6.37,57.902],[-6.374,57.904],[-6.381,57.903],[-6.38,57.901],[-6.37,57.898],[-6.361,57.895],[-6.359,57.895],[-6.357,57.888],[-6.353,57.884],[-6.355,57.881],[-6.352,57.881],[-6.35,57.884],[-6.348,57.886],[-6.35,57.893],[-6.357,57.894],[-6.358,57.9],[-6.356,57.903],[-6.358,57.904]]],[[[-6.336,57.908],[-6.339,57.907],[-6.341,57.901],[-6.336,57.9],[-6.334,57.902],[-6.336,57.908]]],[[[-8.615,57.828],[-8.618,57.825],[-8.616,57.823],[-8.612,57.823],[-8.611,57.82],[-8.613,57.818],[-8.608,57.815],[-8.609,57.811],[-8.607,57.809],[-8.601,57.809],[-8.595,57.806],[-8.585,57.807],[-8.582,57.805],[-8.582,57.803],[-8.578,57.8],[-8.574,57.799],[-8.574,57.804],[-8.571,57.805],[-8.572,57.809],[-8.569,57.811],[-8.557,57.809],[-8.55,57.812],[-8.552,57.814],[-8.56,57.819],[-8.565,57.821],[-8.564,57.823],[-8.569,57.825],[-8.573,57.822],[-8.576,57.824],[-8.582,57.824],[-8.586,57.825],[-8.593,57.826],[-8.596,57.82],[-8.602,57.821],[-8.603,57.822],[-8.61,57.825],[-8.611,57.828],[-8.615,57.828]]],[[[-8.625,57.834],[-8.637,57.831],[-8.642,57.832],[-8.645,57.829],[-8.641,57.826],[-8.641,57.823],[-8.633,57.824],[-8.625,57.827],[-8.625,57.834]]],[[[-7.008,57.922],[-7.014,57.918],[-7.018,57.917],[-7.021,57.918],[-7.027,57.918],[-7.031,57.918],[-7.031,57.914],[-7.041,57.912],[-7.042,57.909],[-7.045,57.907],[-7.047,57.903],[-7.046,57.901],[-7.049,57.897],[-7.054,57.899],[-7.056,57.897],[-7.063,57.896],[-7.073,57.895],[-7.076,57.891],[-7.081,57.893],[-7.086,57.893],[-7.086,57.89],[-7.081,57.891],[-7.078,57.889],[-7.083,57.884],[-7.079,57.877],[-7.074,57.876],[-7.072,57.879],[-7.068,57.879],[-7.062,57.88],[-7.059,57.882],[-7.054,57.882],[-7.05,57.886],[-7.052,57.891],[-7.051,57.894],[-7.043,57.895],[-7.037,57.893],[-7.033,57.889],[-7.028,57.887],[-7.022,57.887],[-7.018,57.886],[-7.017,57.883],[-7.014,57.882],[-7.008,57.883],[-7,57.889],[-6.997,57.89],[-6.998,57.893],[-6.99,57.894],[-6.993,57.898],[-6.988,57.902],[-6.989,57.908],[-6.992,57.914],[-6.994,57.919],[-6.998,57.921],[-7.008,57.922]]],[[[-6.97,57.941],[-6.966,57.937],[-6.968,57.935],[-6.96,57.933],[-6.957,57.935],[-6.959,57.939],[-6.965,57.942],[-6.97,57.941]]],[[[-8.491,57.877],[-8.499,57.866],[-8.492,57.866],[-8.488,57.863],[-8.485,57.863],[-8.48,57.867],[-8.485,57.87],[-8.485,57.874],[-8.491,57.877]]],[[[-6.976,57.946],[-6.982,57.946],[-6.983,57.943],[-6.978,57.942],[-6.974,57.944],[-6.976,57.946]]],[[[-6.441,58.004],[-6.443,58.005],[-6.446,58.003],[-6.447,58],[-6.442,57.999],[-6.432,57.998],[-6.423,57.999],[-6.42,57.997],[-6.412,57.998],[-6.415,58.001],[-6.42,58.004],[-6.42,58.005],[-6.428,58.004],[-6.441,58.004]]],[[[-6.722,58.007],[-6.726,58.008],[-6.737,58.006],[-6.741,58.001],[-6.738,57.997],[-6.732,57.993],[-6.726,57.986],[-6.719,57.987],[-6.713,57.993],[-6.714,57.997],[-6.72,58.005],[-6.722,58.007]]],[[[-7.287,57.986],[-7.292,57.985],[-7.294,57.983],[-7.288,57.98],[-7.283,57.984],[-7.287,57.986]]],[[[-7.089,58.024],[-7.093,58.025],[-7.095,58.024],[-7.091,58.022],[-7.089,58.024]]],[[[-7.133,58.038],[-7.143,58.035],[-7.149,58.036],[-7.155,58.033],[-7.162,58.033],[-7.163,58.031],[-7.169,58.03],[-7.17,58.027],[-7.165,58.025],[-7.166,58.02],[-7.162,58.018],[-7.158,58.016],[-7.158,58.013],[-7.151,58.01],[-7.14,58.011],[-7.138,58.01],[-7.131,58.009],[-7.124,58.009],[-7.123,58.008],[-7.118,58.003],[-7.114,58.003],[-7.101,58.006],[-7.099,58.012],[-7.103,58.013],[-7.103,58.017],[-7.102,58.019],[-7.107,58.029],[-7.111,58.031],[-7.12,58.033],[-7.127,58.034],[-7.128,58.037],[-7.133,58.038]]],[[[-7.141,58.04],[-7.147,58.041],[-7.15,58.038],[-7.146,58.037],[-7.142,58.038],[-7.141,58.04]]],[[[-6.378,58.097],[-6.379,58.093],[-6.373,58.093],[-6.373,58.096],[-6.378,58.097]]],[[[-6.519,58.098],[-6.525,58.098],[-6.526,58.096],[-6.522,58.095],[-6.519,58.098]]],[[[-6.393,58.109],[-6.396,58.107],[-6.393,58.102],[-6.39,58.103],[-6.39,58.108],[-6.393,58.109]]],[[[-6.432,58.109],[-6.44,58.109],[-6.448,58.103],[-6.452,58.102],[-6.449,58.099],[-6.444,58.098],[-6.433,58.102],[-6.43,58.104],[-6.432,58.109]]],[[[-7.124,58.086],[-7.133,58.086],[-7.134,58.084],[-7.129,58.08],[-7.135,58.078],[-7.136,58.075],[-7.131,58.075],[-7.13,58.073],[-7.119,58.073],[-7.119,58.083],[-7.124,58.086]]],[[[-6.379,58.121],[-6.382,58.118],[-6.378,58.117],[-6.375,58.12],[-6.379,58.121]]],[[[-6.413,58.125],[-6.417,58.126],[-6.418,58.123],[-6.415,58.121],[-6.412,58.122],[-6.413,58.125]]],[[[-6.884,58.18],[-6.887,58.18],[-6.885,58.177],[-6.88,58.176],[-6.884,58.18]]],[[[-6.732,58.19],[-6.739,58.19],[-6.74,58.188],[-6.737,58.186],[-6.733,58.187],[-6.732,58.19]]],[[[-6.898,58.2],[-6.902,58.199],[-6.903,58.195],[-6.899,58.193],[-6.894,58.193],[-6.895,58.197],[-6.898,58.2]]],[[[-6.923,58.195],[-6.927,58.199],[-6.928,58.195],[-6.934,58.195],[-6.934,58.193],[-6.922,58.191],[-6.923,58.195]]],[[[-6.764,58.194],[-6.766,58.202],[-6.771,58.206],[-6.774,58.206],[-6.778,58.204],[-6.777,58.2],[-6.77,58.195],[-6.764,58.194]]],[[[-6.767,58.212],[-6.772,58.217],[-6.776,58.217],[-6.776,58.213],[-6.771,58.211],[-6.767,58.212]]],[[[-6.895,58.219],[-6.897,58.216],[-6.894,58.212],[-6.896,58.211],[-6.896,58.207],[-6.889,58.204],[-6.878,58.208],[-6.88,58.21],[-6.888,58.213],[-6.895,58.219]]],[[[-6.914,58.23],[-6.917,58.227],[-6.921,58.227],[-6.913,58.224],[-6.911,58.225],[-6.91,58.227],[-6.911,58.231],[-6.914,58.23]]],[[[-6.936,58.241],[-6.945,58.239],[-6.95,58.24],[-6.951,58.237],[-6.942,58.23],[-6.936,58.228],[-6.93,58.23],[-6.935,58.233],[-6.933,58.236],[-6.936,58.241]]],[[[-6.944,58.244],[-6.948,58.243],[-6.948,58.241],[-6.943,58.241],[-6.944,58.244]]],[[[-6.889,58.26],[-6.893,58.256],[-6.892,58.253],[-6.885,58.248],[-6.885,58.246],[-6.89,58.244],[-6.887,58.241],[-6.884,58.239],[-6.881,58.241],[-6.876,58.238],[-6.872,58.234],[-6.875,58.233],[-6.877,58.23],[-6.871,58.228],[-6.866,58.227],[-6.866,58.224],[-6.863,58.224],[-6.863,58.228],[-6.869,58.234],[-6.871,58.238],[-6.873,58.239],[-6.868,58.241],[-6.862,58.237],[-6.864,58.236],[-6.864,58.232],[-6.86,58.223],[-6.86,58.22],[-6.869,58.219],[-6.876,58.219],[-6.872,58.212],[-6.869,58.211],[-6.867,58.207],[-6.863,58.206],[-6.858,58.207],[-6.853,58.206],[-6.847,58.206],[-6.836,58.205],[-6.823,58.207],[-6.814,58.207],[-6.812,58.208],[-6.804,58.207],[-6.8,58.206],[-6.798,58.203],[-6.791,58.201],[-6.784,58.201],[-6.784,58.207],[-6.787,58.208],[-6.783,58.211],[-6.786,58.213],[-6.782,58.214],[-6.786,58.221],[-6.792,58.221],[-6.791,58.219],[-6.797,58.22],[-6.798,58.225],[-6.805,58.23],[-6.813,58.231],[-6.813,58.234],[-6.817,58.237],[-6.822,58.236],[-6.821,58.233],[-6.815,58.232],[-6.817,58.229],[-6.821,58.229],[-6.824,58.232],[-6.828,58.231],[-6.831,58.234],[-6.834,58.239],[-6.837,58.237],[-6.84,58.238],[-6.844,58.242],[-6.842,58.25],[-6.846,58.255],[-6.849,58.257],[-6.861,58.257],[-6.866,58.258],[-6.87,58.258],[-6.875,58.259],[-6.881,58.259],[-6.884,58.257],[-6.889,58.26]]],[[[-6.908,58.269],[-6.911,58.267],[-6.908,58.266],[-6.904,58.267],[-6.908,58.269]]],[[[-6.884,58.27],[-6.887,58.267],[-6.883,58.265],[-6.883,58.263],[-6.879,58.26],[-6.875,58.26],[-6.871,58.262],[-6.866,58.261],[-6.86,58.261],[-6.859,58.265],[-6.862,58.266],[-6.868,58.266],[-6.876,58.27],[-6.884,58.27]]],[[[-6.87,58.274],[-6.873,58.273],[-6.87,58.27],[-6.868,58.271],[-6.87,58.274]]],[[[-6.875,58.281],[-6.88,58.278],[-6.876,58.277],[-6.875,58.281]]],[[[-7.592,58.29],[-7.595,58.287],[-7.588,58.286],[-7.585,58.289],[-7.592,58.29]]],[[[-6.26,58.517],[-6.271,58.514],[-6.282,58.508],[-6.274,58.508],[-6.272,58.507],[-6.276,58.504],[-6.271,58.5],[-6.274,58.496],[-6.281,58.494],[-6.283,58.49],[-6.289,58.489],[-6.29,58.487],[-6.301,58.484],[-6.299,58.482],[-6.303,58.48],[-6.31,58.48],[-6.309,58.478],[-6.322,58.478],[-6.324,58.477],[-6.333,58.478],[-6.339,58.474],[-6.34,58.469],[-6.343,58.469],[-6.346,58.465],[-6.348,58.464],[-6.354,58.46],[-6.359,58.458],[-6.367,58.457],[-6.37,58.457],[-6.379,58.452],[-6.381,58.449],[-6.385,58.45],[-6.399,58.447],[-6.415,58.442],[-6.417,58.44],[-6.425,58.439],[-6.427,58.437],[-6.437,58.434],[-6.442,58.43],[-6.443,58.428],[-6.441,58.426],[-6.448,58.424],[-6.449,58.422],[-6.46,58.417],[-6.471,58.414],[-6.478,58.411],[-6.483,58.41],[-6.488,58.407],[-6.488,58.403],[-6.495,58.4],[-6.498,58.398],[-6.502,58.398],[-6.519,58.397],[-6.522,58.395],[-6.522,58.392],[-6.535,58.382],[-6.536,58.379],[-6.54,58.373],[-6.542,58.371],[-6.544,58.367],[-6.549,58.365],[-6.557,58.366],[-6.567,58.363],[-6.576,58.363],[-6.58,58.364],[-6.587,58.359],[-6.594,58.359],[-6.597,58.356],[-6.602,58.352],[-6.605,58.353],[-6.608,58.35],[-6.613,58.35],[-6.618,58.347],[-6.625,58.346],[-6.629,58.348],[-6.633,58.348],[-6.636,58.347],[-6.639,58.343],[-6.645,58.342],[-6.648,58.344],[-6.644,58.346],[-6.645,58.351],[-6.649,58.354],[-6.652,58.354],[-6.653,58.351],[-6.658,58.351],[-6.669,58.35],[-6.669,58.347],[-6.672,58.347],[-6.669,58.343],[-6.671,58.341],[-6.676,58.341],[-6.678,58.338],[-6.688,58.338],[-6.686,58.333],[-6.689,58.331],[-6.694,58.331],[-6.696,58.337],[-6.703,58.337],[-6.707,58.336],[-6.714,58.329],[-6.726,58.326],[-6.729,58.323],[-6.728,58.322],[-6.739,58.319],[-6.742,58.317],[-6.736,58.314],[-6.741,58.313],[-6.745,58.314],[-6.751,58.314],[-6.754,58.31],[-6.754,58.307],[-6.759,58.305],[-6.762,58.306],[-6.764,58.309],[-6.77,58.306],[-6.772,58.31],[-6.78,58.308],[-6.786,58.307],[-6.788,58.304],[-6.791,58.305],[-6.798,58.306],[-6.799,58.305],[-6.805,58.303],[-6.798,58.3],[-6.806,58.296],[-6.803,58.292],[-6.812,58.29],[-6.821,58.287],[-6.824,58.285],[-6.828,58.284],[-6.824,58.28],[-6.819,58.278],[-6.81,58.278],[-6.804,58.28],[-6.794,58.278],[-6.788,58.281],[-6.78,58.282],[-6.775,58.281],[-6.78,58.278],[-6.786,58.28],[-6.789,58.279],[-6.79,58.275],[-6.799,58.276],[-6.803,58.275],[-6.803,58.273],[-6.81,58.273],[-6.814,58.272],[-6.817,58.272],[-6.817,58.269],[-6.813,58.267],[-6.814,58.266],[-6.809,58.262],[-6.807,58.259],[-6.81,58.258],[-6.81,58.254],[-6.805,58.252],[-6.804,58.25],[-6.799,58.248],[-6.794,58.243],[-6.794,58.24],[-6.787,58.238],[-6.78,58.233],[-6.777,58.236],[-6.774,58.237],[-6.769,58.232],[-6.763,58.224],[-6.764,58.222],[-6.758,58.217],[-6.75,58.217],[-6.742,58.21],[-6.745,58.209],[-6.75,58.21],[-6.757,58.209],[-6.759,58.207],[-6.759,58.203],[-6.763,58.201],[-6.759,58.198],[-6.753,58.198],[-6.749,58.196],[-6.746,58.193],[-6.739,58.196],[-6.735,58.191],[-6.733,58.196],[-6.729,58.192],[-6.727,58.191],[-6.72,58.187],[-6.715,58.187],[-6.712,58.183],[-6.722,58.184],[-6.725,58.183],[-6.725,58.179],[-6.72,58.175],[-6.718,58.172],[-6.719,58.171],[-6.725,58.171],[-6.73,58.175],[-6.733,58.174],[-6.73,58.168],[-6.734,58.166],[-6.733,58.172],[-6.739,58.178],[-6.742,58.183],[-6.749,58.188],[-6.757,58.191],[-6.759,58.187],[-6.766,58.19],[-6.771,58.19],[-6.782,58.194],[-6.789,58.194],[-6.792,58.198],[-6.797,58.198],[-6.804,58.2],[-6.808,58.199],[-6.81,58.201],[-6.815,58.201],[-6.825,58.202],[-6.826,58.204],[-6.839,58.203],[-6.838,58.2],[-6.841,58.197],[-6.846,58.198],[-6.846,58.2],[-6.851,58.199],[-6.852,58.195],[-6.858,58.193],[-6.861,58.19],[-6.86,58.187],[-6.861,58.184],[-6.859,58.181],[-6.864,58.182],[-6.873,58.186],[-6.873,58.188],[-6.877,58.189],[-6.879,58.187],[-6.877,58.184],[-6.879,58.181],[-6.869,58.174],[-6.874,58.171],[-6.878,58.172],[-6.884,58.171],[-6.886,58.168],[-6.885,58.164],[-6.881,58.163],[-6.884,58.157],[-6.883,58.151],[-6.88,58.147],[-6.877,58.144],[-6.875,58.141],[-6.873,58.14],[-6.872,58.137],[-6.867,58.131],[-6.869,58.129],[-6.866,58.124],[-6.86,58.116],[-6.864,58.115],[-6.868,58.122],[-6.874,58.125],[-6.878,58.127],[-6.877,58.132],[-6.881,58.14],[-6.884,58.145],[-6.889,58.15],[-6.888,58.153],[-6.891,58.158],[-6.893,58.159],[-6.888,58.162],[-6.886,58.17],[-6.888,58.174],[-6.888,58.177],[-6.893,58.183],[-6.892,58.185],[-6.893,58.187],[-6.897,58.188],[-6.907,58.185],[-6.911,58.187],[-6.915,58.186],[-6.919,58.187],[-6.922,58.189],[-6.932,58.189],[-6.94,58.194],[-6.945,58.193],[-6.946,58.196],[-6.949,58.2],[-6.963,58.203],[-6.954,58.204],[-6.944,58.2],[-6.945,58.204],[-6.934,58.203],[-6.917,58.204],[-6.91,58.204],[-6.909,58.206],[-6.913,58.21],[-6.912,58.212],[-6.908,58.213],[-6.914,58.216],[-6.925,58.216],[-6.934,58.217],[-6.938,58.218],[-6.941,58.222],[-6.946,58.223],[-6.95,58.224],[-6.95,58.228],[-6.953,58.233],[-6.96,58.235],[-6.964,58.233],[-6.969,58.232],[-6.967,58.23],[-6.963,58.228],[-6.967,58.226],[-6.965,58.221],[-6.97,58.219],[-6.976,58.219],[-6.981,58.223],[-6.99,58.227],[-6.995,58.229],[-6.994,58.233],[-6.999,58.234],[-7.006,58.234],[-7.015,58.235],[-7.025,58.232],[-7.027,58.234],[-7.024,58.244],[-7.027,58.244],[-7.035,58.241],[-7.039,58.237],[-7.039,58.233],[-7.045,58.233],[-7.05,58.23],[-7.047,58.228],[-7.051,58.226],[-7.055,58.221],[-7.05,58.219],[-7.055,58.216],[-7.056,58.213],[-7.059,58.211],[-7.055,58.209],[-7.06,58.205],[-7.063,58.202],[-7.065,58.196],[-7.06,58.196],[-7.046,58.193],[-7.045,58.189],[-7.042,58.188],[-7.039,58.191],[-7.036,58.19],[-7.033,58.192],[-7.036,58.194],[-7.035,58.198],[-7.027,58.195],[-7.023,58.194],[-7.024,58.191],[-7.019,58.19],[-7.015,58.187],[-7.014,58.183],[-7.018,58.183],[-7.02,58.184],[-7.019,58.186],[-7.026,58.187],[-7.031,58.186],[-7.038,58.183],[-7.04,58.181],[-7.04,58.178],[-7.046,58.175],[-7.047,58.177],[-7.053,58.178],[-7.049,58.18],[-7.049,58.183],[-7.054,58.185],[-7.056,58.184],[-7.055,58.182],[-7.059,58.18],[-7.062,58.183],[-7.067,58.184],[-7.073,58.183],[-7.081,58.183],[-7.084,58.189],[-7.09,58.187],[-7.1,58.187],[-7.105,58.183],[-7.107,58.178],[-7.102,58.175],[-7.102,58.171],[-7.098,58.171],[-7.096,58.168],[-7.089,58.164],[-7.095,58.162],[-7.093,58.16],[-7.098,58.158],[-7.098,58.155],[-7.103,58.151],[-7.108,58.149],[-7.11,58.147],[-7.109,58.144],[-7.111,58.142],[-7.116,58.14],[-7.118,58.136],[-7.121,58.137],[-7.122,58.139],[-7.126,58.139],[-7.129,58.138],[-7.131,58.134],[-7.135,58.128],[-7.131,58.126],[-7.132,58.123],[-7.124,58.115],[-7.12,58.116],[-7.117,58.114],[-7.11,58.11],[-7.109,58.107],[-7.113,58.105],[-7.111,58.101],[-7.107,58.099],[-7.102,58.095],[-7.102,58.088],[-7.104,58.085],[-7.101,58.08],[-7.1,58.07],[-7.089,58.068],[-7.088,58.065],[-7.079,58.065],[-7.073,58.063],[-7.07,58.06],[-7.063,58.061],[-7.062,58.065],[-7.066,58.066],[-7.06,58.068],[-7.051,58.07],[-7.047,58.072],[-7.043,58.072],[-7.036,58.075],[-7.034,58.078],[-7.034,58.081],[-7.028,58.08],[-7.028,58.074],[-7.024,58.073],[-7.025,58.07],[-7.031,58.069],[-7.035,58.066],[-7.039,58.066],[-7.046,58.064],[-7.053,58.063],[-7.057,58.061],[-7.059,58.055],[-7.057,58.053],[-7.052,58.053],[-7.045,58.055],[-7.041,58.054],[-7.036,58.056],[-7.027,58.056],[-7.023,58.054],[-7.024,58.052],[-7.028,58.052],[-7.03,58.051],[-7.046,58.051],[-7.052,58.047],[-7.062,58.046],[-7.064,58.044],[-7.061,58.041],[-7.054,58.041],[-7.05,58.035],[-7.048,58.035],[-7.044,58.038],[-7.041,58.037],[-7.04,58.034],[-7.024,58.037],[-7.016,58.041],[-7.007,58.041],[-6.997,58.044],[-6.986,58.046],[-6.98,58.048],[-6.97,58.048],[-6.959,58.05],[-6.952,58.049],[-6.914,58.053],[-6.914,58.051],[-6.922,58.051],[-6.929,58.05],[-6.939,58.049],[-6.958,58.045],[-6.964,58.043],[-6.966,58.04],[-6.976,58.041],[-6.978,58.042],[-6.985,58.042],[-6.994,58.041],[-6.995,58.04],[-7.003,58.037],[-7.01,58.034],[-7.014,58.035],[-7.02,58.032],[-7.029,58.031],[-7.037,58.026],[-7.043,58.026],[-7.048,58.022],[-7.053,58.016],[-7.052,58.01],[-7.06,58.009],[-7.064,58.011],[-7.066,58.014],[-7.07,58.018],[-7.076,58.019],[-7.083,58.02],[-7.085,58.019],[-7.086,58.015],[-7.092,58.011],[-7.09,58.006],[-7.093,58],[-7.107,57.997],[-7.11,57.995],[-7.111,57.992],[-7.115,57.99],[-7.11,57.986],[-7.103,57.987],[-7.1,57.988],[-7.101,57.991],[-7.096,57.995],[-7.09,57.995],[-7.086,57.992],[-7.085,57.99],[-7.081,57.987],[-7.085,57.985],[-7.079,57.98],[-7.082,57.978],[-7.083,57.974],[-7.081,57.969],[-7.075,57.966],[-7.067,57.966],[-7.066,57.968],[-7.06,57.969],[-7.057,57.969],[-7.057,57.966],[-7.056,57.962],[-7.05,57.96],[-7.043,57.96],[-7.04,57.956],[-7.024,57.954],[-7.023,57.952],[-7.017,57.953],[-7.013,57.956],[-7.007,57.953],[-7,57.955],[-6.995,57.955],[-6.998,57.958],[-6.995,57.959],[-7,57.962],[-7.004,57.962],[-7.004,57.965],[-6.998,57.965],[-6.993,57.96],[-6.982,57.955],[-6.976,57.956],[-6.97,57.952],[-6.97,57.95],[-6.964,57.95],[-6.96,57.952],[-6.958,57.952],[-6.954,57.948],[-6.944,57.95],[-6.94,57.947],[-6.932,57.945],[-6.928,57.946],[-6.926,57.945],[-6.925,57.941],[-6.919,57.94],[-6.911,57.944],[-6.905,57.949],[-6.901,57.949],[-6.902,57.946],[-6.907,57.944],[-6.913,57.942],[-6.915,57.94],[-6.914,57.936],[-6.898,57.935],[-6.889,57.934],[-6.882,57.935],[-6.883,57.931],[-6.876,57.93],[-6.869,57.933],[-6.862,57.93],[-6.855,57.93],[-6.849,57.935],[-6.848,57.93],[-6.84,57.928],[-6.848,57.926],[-6.849,57.925],[-6.855,57.926],[-6.86,57.926],[-6.863,57.925],[-6.862,57.922],[-6.859,57.919],[-6.859,57.916],[-6.848,57.914],[-6.845,57.911],[-6.838,57.909],[-6.833,57.907],[-6.83,57.906],[-6.817,57.903],[-6.815,57.9],[-6.828,57.902],[-6.838,57.904],[-6.845,57.905],[-6.85,57.904],[-6.85,57.901],[-6.851,57.9],[-6.866,57.903],[-6.87,57.901],[-6.876,57.901],[-6.878,57.904],[-6.881,57.906],[-6.887,57.907],[-6.893,57.907],[-6.896,57.908],[-6.9,57.907],[-6.902,57.909],[-6.913,57.91],[-6.921,57.911],[-6.926,57.909],[-6.931,57.906],[-6.94,57.903],[-6.95,57.904],[-6.949,57.896],[-6.951,57.894],[-6.96,57.891],[-6.961,57.888],[-6.959,57.886],[-6.949,57.884],[-6.942,57.882],[-6.94,57.882],[-6.926,57.876],[-6.921,57.875],[-6.918,57.873],[-6.908,57.872],[-6.905,57.869],[-6.914,57.868],[-6.917,57.866],[-6.925,57.868],[-6.929,57.868],[-6.936,57.872],[-6.942,57.867],[-6.947,57.868],[-6.952,57.872],[-6.952,57.876],[-6.954,57.876],[-6.957,57.869],[-6.959,57.868],[-6.965,57.868],[-6.975,57.865],[-6.982,57.865],[-6.984,57.869],[-6.988,57.87],[-6.993,57.869],[-6.997,57.865],[-6.993,57.864],[-6.993,57.861],[-6.995,57.859],[-7,57.859],[-7.002,57.854],[-7.004,57.852],[-7.002,57.849],[-7.005,57.846],[-7.016,57.844],[-7.015,57.84],[-7.02,57.836],[-7.026,57.834],[-7.03,57.835],[-7.037,57.834],[-7.043,57.83],[-7.054,57.825],[-7.066,57.823],[-7.073,57.823],[-7.076,57.821],[-7.071,57.818],[-7.07,57.812],[-7.074,57.811],[-7.081,57.814],[-7.081,57.818],[-7.078,57.821],[-7.078,57.825],[-7.081,57.832],[-7.09,57.835],[-7.093,57.836],[-7.106,57.841],[-7.11,57.841],[-7.116,57.839],[-7.122,57.839],[-7.126,57.838],[-7.131,57.839],[-7.133,57.836],[-7.127,57.834],[-7.125,57.831],[-7.126,57.829],[-7.126,57.825],[-7.125,57.821],[-7.12,57.817],[-7.114,57.813],[-7.106,57.811],[-7.103,57.808],[-7.099,57.81],[-7.094,57.808],[-7.088,57.808],[-7.084,57.807],[-7.082,57.802],[-7.078,57.802],[-7.075,57.8],[-7.076,57.796],[-7.075,57.794],[-7.071,57.791],[-7.067,57.789],[-7.067,57.787],[-7.059,57.783],[-7.054,57.778],[-7.051,57.779],[-7.045,57.775],[-7.034,57.77],[-7.031,57.768],[-7.027,57.769],[-7.03,57.772],[-7.029,57.775],[-7.02,57.771],[-7.026,57.768],[-7.018,57.763],[-7.011,57.759],[-7.018,57.758],[-7.011,57.753],[-7.007,57.755],[-7.002,57.753],[-7,57.751],[-6.994,57.747],[-6.994,57.745],[-6.989,57.744],[-6.983,57.739],[-6.981,57.736],[-6.976,57.736],[-6.976,57.73],[-6.968,57.728],[-6.966,57.732],[-6.971,57.735],[-6.973,57.739],[-6.977,57.743],[-6.973,57.743],[-6.968,57.741],[-6.964,57.737],[-6.958,57.739],[-6.953,57.739],[-6.951,57.74],[-6.946,57.739],[-6.94,57.745],[-6.942,57.747],[-6.937,57.75],[-6.941,57.753],[-6.939,57.755],[-6.935,57.757],[-6.934,57.759],[-6.929,57.758],[-6.923,57.76],[-6.916,57.76],[-6.914,57.761],[-6.91,57.761],[-6.908,57.762],[-6.899,57.764],[-6.899,57.767],[-6.904,57.767],[-6.91,57.77],[-6.911,57.773],[-6.919,57.774],[-6.922,57.776],[-6.918,57.777],[-6.916,57.775],[-6.908,57.775],[-6.907,57.777],[-6.911,57.779],[-6.913,57.782],[-6.902,57.78],[-6.897,57.774],[-6.891,57.775],[-6.888,57.773],[-6.88,57.773],[-6.873,57.774],[-6.873,57.778],[-6.881,57.784],[-6.884,57.789],[-6.885,57.792],[-6.878,57.793],[-6.882,57.795],[-6.88,57.798],[-6.868,57.794],[-6.86,57.794],[-6.861,57.798],[-6.856,57.798],[-6.856,57.8],[-6.863,57.805],[-6.859,57.806],[-6.864,57.81],[-6.861,57.813],[-6.855,57.813],[-6.851,57.811],[-6.85,57.808],[-6.85,57.805],[-6.848,57.803],[-6.844,57.805],[-6.841,57.81],[-6.841,57.814],[-6.838,57.815],[-6.84,57.819],[-6.846,57.822],[-6.849,57.828],[-6.846,57.831],[-6.839,57.827],[-6.834,57.819],[-6.832,57.819],[-6.824,57.813],[-6.819,57.813],[-6.813,57.81],[-6.808,57.811],[-6.81,57.813],[-6.807,57.816],[-6.804,57.813],[-6.797,57.808],[-6.797,57.806],[-6.789,57.805],[-6.789,57.81],[-6.787,57.811],[-6.788,57.815],[-6.794,57.82],[-6.79,57.821],[-6.789,57.823],[-6.791,57.826],[-6.795,57.828],[-6.8,57.832],[-6.795,57.833],[-6.793,57.833],[-6.787,57.829],[-6.772,57.825],[-6.77,57.826],[-6.761,57.822],[-6.758,57.823],[-6.759,57.826],[-6.755,57.83],[-6.753,57.829],[-6.752,57.826],[-6.753,57.824],[-6.749,57.822],[-6.741,57.825],[-6.741,57.826],[-6.736,57.827],[-6.739,57.832],[-6.738,57.834],[-6.74,57.837],[-6.745,57.839],[-6.741,57.842],[-6.745,57.845],[-6.753,57.841],[-6.756,57.846],[-6.757,57.846],[-6.762,57.852],[-6.769,57.853],[-6.763,57.857],[-6.77,57.861],[-6.77,57.864],[-6.774,57.868],[-6.781,57.87],[-6.784,57.87],[-6.793,57.869],[-6.794,57.867],[-6.804,57.867],[-6.806,57.872],[-6.809,57.875],[-6.811,57.879],[-6.809,57.882],[-6.803,57.885],[-6.801,57.883],[-6.793,57.88],[-6.788,57.88],[-6.789,57.886],[-6.794,57.887],[-6.794,57.892],[-6.795,57.894],[-6.802,57.897],[-6.793,57.897],[-6.788,57.896],[-6.784,57.898],[-6.78,57.897],[-6.777,57.899],[-6.772,57.898],[-6.77,57.895],[-6.764,57.893],[-6.761,57.895],[-6.757,57.891],[-6.754,57.889],[-6.747,57.889],[-6.745,57.886],[-6.734,57.888],[-6.732,57.885],[-6.727,57.884],[-6.72,57.886],[-6.713,57.883],[-6.706,57.884],[-6.692,57.88],[-6.691,57.882],[-6.684,57.882],[-6.68,57.881],[-6.669,57.88],[-6.664,57.885],[-6.665,57.888],[-6.67,57.891],[-6.673,57.895],[-6.671,57.896],[-6.67,57.9],[-6.682,57.906],[-6.688,57.907],[-6.695,57.909],[-6.698,57.912],[-6.706,57.912],[-6.711,57.914],[-6.71,57.916],[-6.7,57.915],[-6.699,57.919],[-6.683,57.916],[-6.678,57.917],[-6.676,57.921],[-6.674,57.922],[-6.68,57.926],[-6.684,57.93],[-6.684,57.933],[-6.69,57.935],[-6.69,57.937],[-6.692,57.94],[-6.697,57.942],[-6.705,57.948],[-6.704,57.951],[-6.708,57.954],[-6.711,57.954],[-6.716,57.953],[-6.718,57.951],[-6.731,57.951],[-6.744,57.953],[-6.741,57.955],[-6.733,57.955],[-6.731,57.953],[-6.728,57.953],[-6.726,57.957],[-6.727,57.958],[-6.722,57.96],[-6.721,57.962],[-6.725,57.971],[-6.73,57.98],[-6.734,57.983],[-6.736,57.988],[-6.741,57.992],[-6.744,57.994],[-6.749,57.994],[-6.757,57.993],[-6.757,57.996],[-6.753,57.997],[-6.753,58.001],[-6.758,58.004],[-6.753,58.005],[-6.752,58.006],[-6.739,58.009],[-6.724,58.013],[-6.72,58.017],[-6.717,58.018],[-6.713,58.021],[-6.706,58.025],[-6.702,58.029],[-6.703,58.031],[-6.693,58.035],[-6.69,58.038],[-6.679,58.041],[-6.672,58.044],[-6.67,58.046],[-6.67,58.052],[-6.679,58.055],[-6.689,58.055],[-6.69,58.057],[-6.683,58.058],[-6.68,58.057],[-6.673,58.058],[-6.664,58.058],[-6.657,58.058],[-6.647,58.057],[-6.636,58.058],[-6.63,58.056],[-6.62,58.055],[-6.611,58.055],[-6.602,58.051],[-6.614,58.051],[-6.617,58.048],[-6.622,58.047],[-6.624,58.05],[-6.633,58.055],[-6.64,58.054],[-6.648,58.056],[-6.651,58.055],[-6.659,58.055],[-6.664,58.053],[-6.667,58.049],[-6.666,58.043],[-6.672,58.037],[-6.675,58.036],[-6.68,58.038],[-6.688,58.034],[-6.692,58.028],[-6.695,58.026],[-6.701,58.022],[-6.704,58.018],[-6.71,58.017],[-6.713,58.013],[-6.711,58.009],[-6.714,58.005],[-6.709,58.002],[-6.705,57.995],[-6.705,57.992],[-6.709,57.99],[-6.712,57.987],[-6.712,57.983],[-6.71,57.981],[-6.71,57.978],[-6.708,57.976],[-6.709,57.968],[-6.701,57.966],[-6.704,57.963],[-6.702,57.96],[-6.696,57.961],[-6.692,57.959],[-6.69,57.956],[-6.69,57.954],[-6.684,57.947],[-6.678,57.943],[-6.674,57.935],[-6.666,57.929],[-6.663,57.925],[-6.657,57.92],[-6.652,57.918],[-6.648,57.918],[-6.644,57.92],[-6.647,57.924],[-6.643,57.924],[-6.64,57.922],[-6.632,57.922],[-6.633,57.925],[-6.627,57.924],[-6.627,57.921],[-6.624,57.917],[-6.616,57.917],[-6.613,57.915],[-6.607,57.919],[-6.612,57.92],[-6.612,57.926],[-6.614,57.928],[-6.62,57.931],[-6.622,57.931],[-6.626,57.934],[-6.623,57.936],[-6.624,57.939],[-6.632,57.948],[-6.639,57.953],[-6.642,57.956],[-6.646,57.963],[-6.642,57.962],[-6.64,57.96],[-6.633,57.957],[-6.63,57.954],[-6.626,57.953],[-6.621,57.949],[-6.618,57.948],[-6.611,57.95],[-6.614,57.944],[-6.61,57.942],[-6.611,57.94],[-6.604,57.936],[-6.602,57.93],[-6.594,57.926],[-6.595,57.922],[-6.59,57.921],[-6.587,57.916],[-6.582,57.915],[-6.579,57.913],[-6.57,57.91],[-6.571,57.916],[-6.574,57.921],[-6.573,57.925],[-6.565,57.921],[-6.57,57.919],[-6.567,57.918],[-6.565,57.915],[-6.562,57.915],[-6.557,57.917],[-6.552,57.917],[-6.55,57.918],[-6.54,57.916],[-6.538,57.919],[-6.539,57.93],[-6.55,57.94],[-6.546,57.945],[-6.55,57.955],[-6.546,57.957],[-6.544,57.948],[-6.54,57.946],[-6.54,57.942],[-6.538,57.94],[-6.534,57.941],[-6.529,57.939],[-6.53,57.937],[-6.524,57.934],[-6.524,57.931],[-6.519,57.927],[-6.513,57.929],[-6.51,57.93],[-6.508,57.934],[-6.504,57.935],[-6.503,57.94],[-6.495,57.94],[-6.492,57.938],[-6.482,57.938],[-6.472,57.937],[-6.467,57.942],[-6.468,57.949],[-6.466,57.954],[-6.466,57.962],[-6.461,57.96],[-6.456,57.964],[-6.449,57.966],[-6.451,57.969],[-6.455,57.971],[-6.45,57.973],[-6.451,57.975],[-6.448,57.979],[-6.456,57.985],[-6.454,57.986],[-6.455,57.993],[-6.461,57.995],[-6.472,58.001],[-6.475,58.001],[-6.489,58.001],[-6.501,58.002],[-6.508,57.998],[-6.51,58],[-6.518,57.998],[-6.525,58],[-6.528,57.999],[-6.534,58],[-6.545,58],[-6.546,58.002],[-6.551,58.004],[-6.559,58.003],[-6.563,58.002],[-6.571,58.002],[-6.571,58.005],[-6.565,58.005],[-6.554,58.007],[-6.549,58.007],[-6.539,58.005],[-6.535,58.006],[-6.526,58.006],[-6.527,58.009],[-6.525,58.013],[-6.523,58.013],[-6.52,58.011],[-6.511,58.008],[-6.502,58.007],[-6.492,58.008],[-6.49,58.01],[-6.496,58.014],[-6.481,58.01],[-6.478,58.011],[-6.47,58.009],[-6.466,58.012],[-6.469,58.017],[-6.46,58.017],[-6.453,58.011],[-6.45,58.006],[-6.445,58.008],[-6.444,58.01],[-6.44,58.011],[-6.435,58.016],[-6.427,58.01],[-6.424,58.01],[-6.419,58.013],[-6.414,58.01],[-6.409,58.01],[-6.404,58.004],[-6.399,58.001],[-6.392,58],[-6.387,58.001],[-6.39,58.004],[-6.388,58.008],[-6.383,58.009],[-6.381,58.014],[-6.377,58.016],[-6.366,58.018],[-6.365,58.026],[-6.362,58.029],[-6.359,58.03],[-6.359,58.033],[-6.357,58.036],[-6.358,58.039],[-6.364,58.041],[-6.369,58.04],[-6.377,58.042],[-6.387,58.041],[-6.393,58.043],[-6.397,58.041],[-6.403,58.042],[-6.41,58.043],[-6.411,58.045],[-6.415,58.046],[-6.421,58.045],[-6.423,58.048],[-6.415,58.048],[-6.399,58.047],[-6.394,58.047],[-6.381,58.048],[-6.379,58.047],[-6.373,58.049],[-6.374,58.054],[-6.368,58.057],[-6.367,58.058],[-6.369,58.062],[-6.368,58.065],[-6.374,58.067],[-6.38,58.067],[-6.378,58.071],[-6.369,58.075],[-6.372,58.078],[-6.378,58.078],[-6.381,58.085],[-6.377,58.091],[-6.382,58.092],[-6.388,58.089],[-6.389,58.086],[-6.397,58.084],[-6.398,58.09],[-6.395,58.092],[-6.388,58.092],[-6.383,58.093],[-6.388,58.095],[-6.388,58.098],[-6.39,58.098],[-6.396,58.096],[-6.4,58.098],[-6.4,58.1],[-6.394,58.1],[-6.4,58.107],[-6.403,58.109],[-6.409,58.11],[-6.416,58.108],[-6.415,58.105],[-6.419,58.103],[-6.422,58.106],[-6.427,58.105],[-6.436,58.1],[-6.433,58.098],[-6.424,58.098],[-6.417,58.1],[-6.412,58.101],[-6.404,58.098],[-6.407,58.095],[-6.414,58.098],[-6.417,58.1],[-6.421,58.097],[-6.428,58.096],[-6.429,58.093],[-6.432,58.092],[-6.441,58.093],[-6.448,58.096],[-6.452,58.094],[-6.463,58.096],[-6.474,58.096],[-6.476,58.093],[-6.483,58.094],[-6.5,58.093],[-6.509,58.094],[-6.514,58.092],[-6.519,58.088],[-6.532,58.088],[-6.539,58.086],[-6.546,58.088],[-6.551,58.087],[-6.559,58.088],[-6.563,58.088],[-6.564,58.085],[-6.569,58.084],[-6.577,58.088],[-6.603,58.087],[-6.607,58.082],[-6.613,58.085],[-6.619,58.084],[-6.622,58.08],[-6.626,58.078],[-6.63,58.081],[-6.633,58.081],[-6.631,58.085],[-6.623,58.085],[-6.614,58.087],[-6.6,58.088],[-6.596,58.089],[-6.591,58.089],[-6.587,58.09],[-6.582,58.09],[-6.579,58.091],[-6.571,58.091],[-6.564,58.091],[-6.554,58.093],[-6.547,58.092],[-6.542,58.092],[-6.532,58.095],[-6.528,58.099],[-6.521,58.1],[-6.514,58.097],[-6.509,58.099],[-6.511,58.101],[-6.508,58.103],[-6.499,58.1],[-6.496,58.101],[-6.492,58.099],[-6.488,58.1],[-6.488,58.103],[-6.483,58.102],[-6.472,58.104],[-6.47,58.103],[-6.458,58.105],[-6.454,58.109],[-6.455,58.111],[-6.451,58.114],[-6.447,58.115],[-6.444,58.118],[-6.43,58.121],[-6.43,58.126],[-6.438,58.13],[-6.44,58.128],[-6.449,58.131],[-6.452,58.129],[-6.458,58.131],[-6.463,58.13],[-6.468,58.133],[-6.47,58.136],[-6.476,58.136],[-6.487,58.138],[-6.488,58.141],[-6.465,58.139],[-6.462,58.138],[-6.46,58.135],[-6.45,58.134],[-6.446,58.132],[-6.433,58.133],[-6.43,58.13],[-6.422,58.129],[-6.418,58.129],[-6.416,58.132],[-6.408,58.131],[-6.405,58.132],[-6.404,58.134],[-6.397,58.134],[-6.389,58.129],[-6.384,58.129],[-6.379,58.131],[-6.375,58.131],[-6.37,58.132],[-6.371,58.134],[-6.367,58.14],[-6.369,58.143],[-6.378,58.144],[-6.388,58.144],[-6.397,58.143],[-6.402,58.141],[-6.408,58.14],[-6.416,58.136],[-6.421,58.139],[-6.416,58.143],[-6.413,58.142],[-6.406,58.142],[-6.394,58.145],[-6.392,58.147],[-6.386,58.146],[-6.382,58.147],[-6.376,58.148],[-6.371,58.15],[-6.367,58.153],[-6.368,58.161],[-6.373,58.164],[-6.374,58.168],[-6.377,58.172],[-6.381,58.174],[-6.378,58.175],[-6.378,58.178],[-6.382,58.18],[-6.38,58.185],[-6.371,58.188],[-6.37,58.191],[-6.374,58.192],[-6.38,58.188],[-6.386,58.191],[-6.386,58.193],[-6.394,58.2],[-6.393,58.204],[-6.398,58.207],[-6.394,58.21],[-6.385,58.206],[-6.376,58.205],[-6.374,58.203],[-6.369,58.203],[-6.368,58.204],[-6.363,58.204],[-6.359,58.202],[-6.362,58.199],[-6.355,58.197],[-6.356,58.191],[-6.355,58.19],[-6.348,58.189],[-6.346,58.191],[-6.338,58.194],[-6.335,58.192],[-6.331,58.193],[-6.332,58.195],[-6.327,58.196],[-6.326,58.193],[-6.322,58.193],[-6.326,58.198],[-6.321,58.202],[-6.313,58.203],[-6.309,58.205],[-6.296,58.206],[-6.29,58.206],[-6.286,58.205],[-6.284,58.202],[-6.28,58.199],[-6.276,58.198],[-6.277,58.194],[-6.273,58.189],[-6.267,58.188],[-6.264,58.189],[-6.257,58.187],[-6.258,58.184],[-6.255,58.182],[-6.255,58.18],[-6.24,58.18],[-6.235,58.182],[-6.229,58.182],[-6.226,58.184],[-6.222,58.186],[-6.217,58.186],[-6.213,58.19],[-6.207,58.19],[-6.212,58.194],[-6.209,58.198],[-6.201,58.201],[-6.195,58.2],[-6.195,58.201],[-6.183,58.205],[-6.178,58.205],[-6.171,58.207],[-6.17,58.211],[-6.165,58.212],[-6.164,58.215],[-6.165,58.219],[-6.159,58.219],[-6.156,58.222],[-6.16,58.225],[-6.165,58.226],[-6.164,58.23],[-6.157,58.233],[-6.157,58.237],[-6.153,58.237],[-6.148,58.242],[-6.154,58.245],[-6.149,58.251],[-6.14,58.25],[-6.139,58.254],[-6.137,58.261],[-6.142,58.262],[-6.154,58.26],[-6.158,58.264],[-6.166,58.263],[-6.166,58.26],[-6.164,58.257],[-6.172,58.252],[-6.179,58.253],[-6.195,58.249],[-6.203,58.247],[-6.206,58.244],[-6.205,58.243],[-6.209,58.238],[-6.217,58.237],[-6.218,58.232],[-6.226,58.228],[-6.23,58.226],[-6.235,58.223],[-6.244,58.223],[-6.25,58.222],[-6.257,58.219],[-6.267,58.211],[-6.27,58.211],[-6.275,58.211],[-6.287,58.207],[-6.293,58.207],[-6.304,58.21],[-6.305,58.213],[-6.311,58.215],[-6.317,58.216],[-6.331,58.224],[-6.34,58.221],[-6.342,58.223],[-6.347,58.222],[-6.354,58.22],[-6.363,58.222],[-6.377,58.222],[-6.375,58.225],[-6.37,58.226],[-6.362,58.227],[-6.358,58.235],[-6.359,58.238],[-6.354,58.237],[-6.346,58.235],[-6.342,58.238],[-6.334,58.238],[-6.331,58.24],[-6.326,58.24],[-6.325,58.243],[-6.319,58.244],[-6.317,58.247],[-6.319,58.25],[-6.323,58.25],[-6.326,58.252],[-6.326,58.257],[-6.328,58.259],[-6.327,58.262],[-6.324,58.267],[-6.316,58.27],[-6.312,58.268],[-6.305,58.267],[-6.297,58.268],[-6.293,58.268],[-6.282,58.269],[-6.281,58.274],[-6.283,58.279],[-6.28,58.284],[-6.281,58.287],[-6.29,58.287],[-6.289,58.289],[-6.285,58.29],[-6.282,58.288],[-6.28,58.292],[-6.277,58.294],[-6.268,58.292],[-6.252,58.295],[-6.247,58.295],[-6.242,58.296],[-6.238,58.3],[-6.238,58.304],[-6.244,58.305],[-6.238,58.31],[-6.238,58.312],[-6.234,58.315],[-6.232,58.317],[-6.221,58.319],[-6.22,58.322],[-6.215,58.323],[-6.209,58.327],[-6.208,58.329],[-6.201,58.334],[-6.202,58.335],[-6.196,58.34],[-6.19,58.34],[-6.187,58.34],[-6.183,58.341],[-6.168,58.342],[-6.163,58.342],[-6.164,58.345],[-6.168,58.347],[-6.175,58.346],[-6.18,58.347],[-6.186,58.348],[-6.2,58.355],[-6.212,58.363],[-6.211,58.365],[-6.215,58.366],[-6.218,58.368],[-6.211,58.372],[-6.208,58.377],[-6.21,58.38],[-6.207,58.382],[-6.207,58.384],[-6.203,58.386],[-6.201,58.39],[-6.201,58.395],[-6.195,58.397],[-6.19,58.402],[-6.19,58.409],[-6.185,58.411],[-6.181,58.412],[-6.179,58.415],[-6.176,58.415],[-6.172,58.417],[-6.168,58.417],[-6.171,58.422],[-6.171,58.425],[-6.168,58.427],[-6.169,58.43],[-6.173,58.431],[-6.172,58.433],[-6.181,58.434],[-6.179,58.438],[-6.182,58.438],[-6.185,58.442],[-6.19,58.442],[-6.196,58.447],[-6.19,58.45],[-6.193,58.452],[-6.195,58.458],[-6.187,58.461],[-6.183,58.464],[-6.183,58.467],[-6.185,58.469],[-6.19,58.47],[-6.191,58.472],[-6.194,58.473],[-6.195,58.476],[-6.206,58.478],[-6.203,58.479],[-6.207,58.483],[-6.219,58.485],[-6.222,58.488],[-6.227,58.489],[-6.228,58.492],[-6.222,58.494],[-6.226,58.497],[-6.222,58.5],[-6.228,58.501],[-6.233,58.504],[-6.241,58.505],[-6.246,58.509],[-6.25,58.509],[-6.249,58.513],[-6.257,58.514],[-6.26,58.517]]],[[[-5.826,59.134],[-5.826,59.13],[-5.824,59.129],[-5.826,59.126],[-5.829,59.124],[-5.836,59.125],[-5.835,59.123],[-5.838,59.12],[-5.839,59.118],[-5.827,59.119],[-5.816,59.118],[-5.812,59.121],[-5.818,59.122],[-5.821,59.125],[-5.818,59.126],[-5.82,59.131],[-5.826,59.134]]]]},"properties":{"Name":"Na h-Eileanan an Iar","ID":"S14000027"},"id":592}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.119,55.429],[-5.121,55.428],[-5.119,55.424],[-5.116,55.426],[-5.119,55.429]]],[[[-5.061,55.514],[-5.06,55.518],[-5.063,55.52],[-5.065,55.524],[-5.068,55.527],[-5.076,55.535],[-5.08,55.537],[-5.088,55.536],[-5.089,55.535],[-5.088,55.532],[-5.087,55.526],[-5.077,55.522],[-5.073,55.517],[-5.07,55.512],[-5.063,55.512],[-5.061,55.514]]],[[[-5.262,55.721],[-5.28,55.72],[-5.288,55.718],[-5.295,55.714],[-5.292,55.71],[-5.284,55.706],[-5.285,55.704],[-5.295,55.705],[-5.302,55.708],[-5.308,55.707],[-5.316,55.706],[-5.321,55.703],[-5.325,55.699],[-5.327,55.695],[-5.327,55.692],[-5.33,55.688],[-5.34,55.686],[-5.349,55.685],[-5.356,55.681],[-5.363,55.679],[-5.371,55.673],[-5.372,55.668],[-5.378,55.66],[-5.381,55.655],[-5.382,55.65],[-5.383,55.644],[-5.383,55.641],[-5.386,55.635],[-5.388,55.632],[-5.393,55.631],[-5.395,55.627],[-5.395,55.623],[-5.397,55.617],[-5.396,55.613],[-5.39,55.607],[-5.387,55.605],[-5.383,55.601],[-5.383,55.598],[-5.38,55.596],[-5.378,55.593],[-5.374,55.589],[-5.372,55.586],[-5.365,55.581],[-5.357,55.578],[-5.356,55.576],[-5.349,55.571],[-5.348,55.569],[-5.348,55.566],[-5.347,55.563],[-5.343,55.555],[-5.344,55.55],[-5.342,55.546],[-5.343,55.543],[-5.348,55.539],[-5.353,55.533],[-5.354,55.527],[-5.35,55.521],[-5.351,55.517],[-5.35,55.514],[-5.352,55.51],[-5.355,55.509],[-5.353,55.507],[-5.348,55.506],[-5.334,55.502],[-5.333,55.5],[-5.327,55.498],[-5.325,55.495],[-5.327,55.492],[-5.325,55.485],[-5.326,55.483],[-5.323,55.479],[-5.317,55.468],[-5.31,55.463],[-5.3,55.46],[-5.293,55.457],[-5.288,55.453],[-5.281,55.451],[-5.262,55.447],[-5.257,55.443],[-5.253,55.442],[-5.251,55.439],[-5.231,55.438],[-5.217,55.436],[-5.2,55.434],[-5.187,55.434],[-5.173,55.435],[-5.167,55.437],[-5.159,55.442],[-5.15,55.442],[-5.134,55.444],[-5.129,55.442],[-5.126,55.443],[-5.113,55.44],[-5.105,55.442],[-5.1,55.445],[-5.099,55.447],[-5.094,55.45],[-5.085,55.453],[-5.084,55.455],[-5.082,55.46],[-5.083,55.462],[-5.079,55.465],[-5.084,55.468],[-5.086,55.474],[-5.088,55.48],[-5.091,55.48],[-5.095,55.486],[-5.095,55.493],[-5.094,55.497],[-5.09,55.501],[-5.083,55.504],[-5.08,55.507],[-5.079,55.51],[-5.086,55.511],[-5.092,55.512],[-5.095,55.513],[-5.111,55.52],[-5.123,55.523],[-5.126,55.525],[-5.129,55.531],[-5.127,55.533],[-5.122,55.537],[-5.117,55.541],[-5.108,55.544],[-5.102,55.544],[-5.096,55.546],[-5.092,55.55],[-5.085,55.551],[-5.083,55.553],[-5.091,55.558],[-5.098,55.561],[-5.106,55.568],[-5.107,55.571],[-5.115,55.574],[-5.128,55.576],[-5.141,55.577],[-5.149,55.578],[-5.154,55.581],[-5.156,55.583],[-5.154,55.584],[-5.154,55.587],[-5.153,55.592],[-5.149,55.592],[-5.145,55.594],[-5.144,55.597],[-5.142,55.597],[-5.133,55.602],[-5.132,55.605],[-5.129,55.606],[-5.128,55.611],[-5.13,55.617],[-5.131,55.618],[-5.136,55.627],[-5.138,55.636],[-5.138,55.64],[-5.139,55.644],[-5.141,55.646],[-5.142,55.65],[-5.147,55.653],[-5.149,55.657],[-5.154,55.661],[-5.151,55.665],[-5.158,55.673],[-5.159,55.676],[-5.162,55.679],[-5.168,55.684],[-5.18,55.689],[-5.192,55.694],[-5.197,55.7],[-5.201,55.702],[-5.215,55.707],[-5.221,55.71],[-5.231,55.712],[-5.237,55.715],[-5.242,55.716],[-5.256,55.721],[-5.262,55.721]]],[[[-4.938,55.735],[-4.94,55.735],[-4.946,55.732],[-4.951,55.731],[-4.961,55.727],[-4.965,55.724],[-4.968,55.721],[-4.968,55.718],[-4.964,55.717],[-4.962,55.715],[-4.954,55.71],[-4.951,55.711],[-4.947,55.714],[-4.944,55.72],[-4.943,55.726],[-4.939,55.727],[-4.938,55.73],[-4.938,55.735]]],[[[-4.902,55.793],[-4.906,55.793],[-4.91,55.791],[-4.916,55.792],[-4.922,55.79],[-4.93,55.784],[-4.931,55.777],[-4.935,55.775],[-4.938,55.768],[-4.943,55.766],[-4.946,55.758],[-4.95,55.754],[-4.951,55.75],[-4.947,55.743],[-4.941,55.743],[-4.939,55.745],[-4.938,55.748],[-4.93,55.752],[-4.922,55.753],[-4.918,55.755],[-4.914,55.754],[-4.916,55.747],[-4.914,55.745],[-4.902,55.753],[-4.898,55.76],[-4.894,55.764],[-4.894,55.766],[-4.9,55.77],[-4.901,55.772],[-4.898,55.787],[-4.899,55.792],[-4.902,55.793]]],[[[-4.751,55.85],[-4.762,55.855],[-4.767,55.862],[-4.767,55.863],[-4.772,55.866],[-4.778,55.867],[-4.781,55.87],[-4.784,55.87],[-4.794,55.872],[-4.799,55.879],[-4.801,55.886],[-4.799,55.888],[-4.799,55.892],[-4.803,55.892],[-4.813,55.89],[-4.816,55.887],[-4.822,55.886],[-4.827,55.883],[-4.831,55.882],[-4.838,55.88],[-4.841,55.876],[-4.845,55.875],[-4.85,55.878],[-4.852,55.876],[-4.858,55.874],[-4.865,55.875],[-4.869,55.874],[-4.874,55.874],[-4.88,55.875],[-4.889,55.875],[-4.891,55.871],[-4.89,55.856],[-4.888,55.851],[-4.889,55.849],[-4.887,55.847],[-4.889,55.845],[-4.892,55.839],[-4.891,55.834],[-4.888,55.83],[-4.89,55.828],[-4.888,55.82],[-4.883,55.81],[-4.879,55.807],[-4.878,55.804],[-4.873,55.802],[-4.87,55.799],[-4.872,55.792],[-4.867,55.788],[-4.864,55.786],[-4.86,55.782],[-4.858,55.777],[-4.86,55.775],[-4.855,55.774],[-4.857,55.771],[-4.856,55.766],[-4.859,55.764],[-4.856,55.761],[-4.856,55.756],[-4.858,55.753],[-4.857,55.747],[-4.863,55.749],[-4.868,55.749],[-4.871,55.746],[-4.869,55.743],[-4.871,55.737],[-4.874,55.737],[-4.875,55.733],[-4.872,55.733],[-4.876,55.73],[-4.884,55.729],[-4.884,55.732],[-4.882,55.737],[-4.89,55.739],[-4.895,55.737],[-4.895,55.735],[-4.886,55.734],[-4.888,55.732],[-4.885,55.729],[-4.888,55.728],[-4.893,55.728],[-4.898,55.725],[-4.899,55.724],[-4.903,55.722],[-4.903,55.72],[-4.902,55.717],[-4.904,55.713],[-4.905,55.705],[-4.905,55.699],[-4.901,55.696],[-4.896,55.697],[-4.887,55.695],[-4.881,55.693],[-4.877,55.69],[-4.862,55.684],[-4.862,55.682],[-4.859,55.68],[-4.856,55.674],[-4.851,55.674],[-4.845,55.669],[-4.833,55.662],[-4.83,55.658],[-4.817,55.649],[-4.815,55.648],[-4.82,55.644],[-4.817,55.642],[-4.818,55.64],[-4.822,55.641],[-4.826,55.64],[-4.822,55.637],[-4.816,55.636],[-4.808,55.64],[-4.8,55.639],[-4.796,55.636],[-4.794,55.631],[-4.79,55.632],[-4.787,55.631],[-4.782,55.633],[-4.769,55.632],[-4.761,55.631],[-4.751,55.629],[-4.75,55.626],[-4.747,55.625],[-4.741,55.624],[-4.726,55.619],[-4.71,55.612],[-4.697,55.606],[-4.692,55.608],[-4.692,55.61],[-4.698,55.614],[-4.698,55.615],[-4.705,55.619],[-4.707,55.621],[-4.709,55.626],[-4.712,55.627],[-4.712,55.631],[-4.715,55.635],[-4.712,55.639],[-4.702,55.64],[-4.701,55.64],[-4.701,55.641],[-4.696,55.642],[-4.69,55.64],[-4.688,55.641],[-4.686,55.643],[-4.692,55.645],[-4.693,55.647],[-4.69,55.651],[-4.694,55.654],[-4.69,55.657],[-4.688,55.659],[-4.683,55.664],[-4.68,55.663],[-4.679,55.659],[-4.681,55.654],[-4.667,55.655],[-4.661,55.657],[-4.656,55.661],[-4.652,55.664],[-4.646,55.666],[-4.643,55.669],[-4.639,55.669],[-4.638,55.672],[-4.632,55.673],[-4.63,55.675],[-4.624,55.675],[-4.621,55.677],[-4.614,55.676],[-4.61,55.678],[-4.609,55.682],[-4.606,55.685],[-4.6,55.685],[-4.597,55.688],[-4.591,55.694],[-4.593,55.696],[-4.591,55.698],[-4.579,55.706],[-4.579,55.712],[-4.575,55.714],[-4.572,55.716],[-4.566,55.717],[-4.559,55.723],[-4.559,55.726],[-4.554,55.726],[-4.552,55.727],[-4.548,55.734],[-4.545,55.734],[-4.541,55.739],[-4.536,55.74],[-4.533,55.743],[-4.53,55.745],[-4.533,55.747],[-4.535,55.75],[-4.54,55.751],[-4.537,55.756],[-4.541,55.757],[-4.542,55.76],[-4.54,55.762],[-4.543,55.765],[-4.551,55.766],[-4.558,55.767],[-4.557,55.77],[-4.561,55.771],[-4.565,55.775],[-4.565,55.777],[-4.573,55.779],[-4.575,55.783],[-4.579,55.782],[-4.583,55.775],[-4.585,55.777],[-4.59,55.776],[-4.595,55.774],[-4.598,55.772],[-4.606,55.77],[-4.607,55.767],[-4.611,55.767],[-4.615,55.763],[-4.618,55.765],[-4.624,55.764],[-4.63,55.765],[-4.634,55.768],[-4.635,55.771],[-4.632,55.774],[-4.635,55.776],[-4.639,55.775],[-4.645,55.769],[-4.649,55.762],[-4.655,55.76],[-4.658,55.761],[-4.657,55.765],[-4.658,55.766],[-4.666,55.769],[-4.665,55.771],[-4.669,55.774],[-4.671,55.779],[-4.677,55.779],[-4.677,55.782],[-4.673,55.785],[-4.673,55.788],[-4.678,55.793],[-4.682,55.797],[-4.686,55.804],[-4.689,55.805],[-4.698,55.804],[-4.718,55.805],[-4.728,55.81],[-4.73,55.811],[-4.722,55.821],[-4.745,55.824],[-4.749,55.827],[-4.758,55.829],[-4.765,55.833],[-4.779,55.839],[-4.784,55.84],[-4.784,55.844],[-4.776,55.845],[-4.771,55.845],[-4.768,55.846],[-4.762,55.846],[-4.754,55.848],[-4.751,55.85]]]]},"properties":{"Name":"North Ayrshire and Arran","ID":"S14000048"},"id":593}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.263,56.355],[-3.249,56.356],[-3.252,56.358],[-3.263,56.355]]],[[[-3.418,56.378],[-3.416,56.38],[-3.422,56.387],[-3.424,56.383],[-3.426,56.38],[-3.425,56.378],[-3.418,56.378]]],[[[-3.089,56.467],[-3.1,56.467],[-3.104,56.467],[-3.12,56.468],[-3.123,56.474],[-3.117,56.474],[-3.119,56.477],[-3.129,56.478],[-3.13,56.479],[-3.144,56.48],[-3.142,56.488],[-3.158,56.49],[-3.162,56.49],[-3.167,56.493],[-3.178,56.497],[-3.184,56.501],[-3.192,56.503],[-3.193,56.506],[-3.186,56.508],[-3.19,56.51],[-3.195,56.514],[-3.2,56.515],[-3.207,56.518],[-3.21,56.517],[-3.204,56.511],[-3.202,56.505],[-3.219,56.5],[-3.229,56.503],[-3.231,56.502],[-3.237,56.496],[-3.237,56.494],[-3.245,56.492],[-3.25,56.489],[-3.243,56.486],[-3.245,56.483],[-3.248,56.482],[-3.256,56.477],[-3.266,56.472],[-3.276,56.469],[-3.284,56.468],[-3.28,56.464],[-3.283,56.463],[-3.284,56.458],[-3.295,56.453],[-3.31,56.447],[-3.315,56.45],[-3.324,56.448],[-3.327,56.445],[-3.33,56.444],[-3.335,56.437],[-3.337,56.432],[-3.346,56.433],[-3.351,56.435],[-3.357,56.434],[-3.362,56.437],[-3.367,56.441],[-3.382,56.436],[-3.38,56.441],[-3.382,56.444],[-3.39,56.445],[-3.393,56.448],[-3.414,56.443],[-3.427,56.444],[-3.43,56.445],[-3.432,56.45],[-3.432,56.458],[-3.434,56.46],[-3.441,56.459],[-3.449,56.46],[-3.452,56.459],[-3.455,56.457],[-3.458,56.452],[-3.453,56.444],[-3.456,56.441],[-3.464,56.438],[-3.469,56.434],[-3.469,56.432],[-3.463,56.427],[-3.458,56.425],[-3.47,56.422],[-3.475,56.422],[-3.484,56.419],[-3.488,56.419],[-3.492,56.416],[-3.496,56.416],[-3.504,56.418],[-3.509,56.421],[-3.51,56.429],[-3.505,56.432],[-3.515,56.433],[-3.519,56.434],[-3.519,56.437],[-3.53,56.438],[-3.53,56.437],[-3.538,56.436],[-3.542,56.434],[-3.549,56.434],[-3.557,56.435],[-3.563,56.435],[-3.564,56.437],[-3.569,56.437],[-3.58,56.443],[-3.585,56.447],[-3.588,56.447],[-3.59,56.445],[-3.594,56.445],[-3.596,56.447],[-3.602,56.448],[-3.606,56.446],[-3.617,56.448],[-3.62,56.446],[-3.626,56.446],[-3.631,56.447],[-3.634,56.444],[-3.638,56.446],[-3.642,56.445],[-3.649,56.446],[-3.653,56.442],[-3.655,56.444],[-3.667,56.442],[-3.667,56.444],[-3.673,56.446],[-3.677,56.444],[-3.682,56.44],[-3.687,56.438],[-3.689,56.439],[-3.696,56.436],[-3.7,56.436],[-3.707,56.438],[-3.711,56.437],[-3.717,56.437],[-3.726,56.435],[-3.733,56.435],[-3.737,56.438],[-3.739,56.442],[-3.745,56.441],[-3.745,56.44],[-3.759,56.44],[-3.765,56.436],[-3.773,56.438],[-3.777,56.447],[-3.784,56.45],[-3.789,56.45],[-3.791,56.453],[-3.795,56.455],[-3.793,56.46],[-3.811,56.463],[-3.814,56.464],[-3.822,56.462],[-3.826,56.464],[-3.835,56.464],[-3.845,56.465],[-3.851,56.463],[-3.854,56.464],[-3.863,56.463],[-3.867,56.463],[-3.873,56.465],[-3.877,56.465],[-3.895,56.469],[-3.899,56.472],[-3.911,56.474],[-3.919,56.476],[-3.926,56.477],[-3.931,56.476],[-3.942,56.477],[-3.945,56.477],[-3.955,56.477],[-3.961,56.476],[-3.976,56.476],[-3.979,56.477],[-3.987,56.474],[-3.992,56.474],[-3.996,56.472],[-4.005,56.473],[-4.015,56.475],[-4.019,56.476],[-4.025,56.477],[-4.033,56.479],[-4.042,56.481],[-4.047,56.482],[-4.051,56.477],[-4.055,56.473],[-4.062,56.47],[-4.065,56.47],[-4.076,56.472],[-4.082,56.474],[-4.092,56.474],[-4.094,56.474],[-4.097,56.469],[-4.094,56.467],[-4.099,56.465],[-4.104,56.467],[-4.11,56.464],[-4.116,56.463],[-4.132,56.464],[-4.134,56.464],[-4.136,56.462],[-4.142,56.461],[-4.142,56.459],[-4.149,56.457],[-4.148,56.454],[-4.157,56.45],[-4.16,56.445],[-4.163,56.445],[-4.166,56.449],[-4.177,56.45],[-4.18,56.453],[-4.195,56.459],[-4.199,56.459],[-4.202,56.456],[-4.196,56.401],[-4.199,56.397],[-4.197,56.392],[-4.196,56.387],[-4.241,56.384],[-4.239,56.38],[-4.24,56.369],[-4.238,56.367],[-4.242,56.36],[-4.242,56.353],[-4.236,56.348],[-4.224,56.342],[-4.227,56.341],[-4.234,56.335],[-4.237,56.334],[-4.237,56.33],[-4.235,56.326],[-4.23,56.326],[-4.226,56.322],[-4.221,56.32],[-4.212,56.318],[-4.209,56.315],[-4.198,56.314],[-4.194,56.311],[-4.191,56.307],[-4.188,56.304],[-4.172,56.303],[-4.161,56.303],[-4.151,56.3],[-4.15,56.298],[-4.14,56.298],[-4.135,56.294],[-4.119,56.288],[-4.116,56.281],[-4.108,56.28],[-4.101,56.279],[-4.094,56.279],[-4.089,56.281],[-4.084,56.281],[-4.08,56.284],[-4.078,56.29],[-4.061,56.279],[-4.052,56.273],[-4.039,56.28],[-4.035,56.276],[-4.04,56.271],[-4.037,56.269],[-4.03,56.271],[-4.026,56.27],[-4.005,56.275],[-4.007,56.28],[-4.009,56.283],[-4.01,56.288],[-4,56.29],[-3.992,56.291],[-3.984,56.289],[-3.979,56.29],[-3.974,56.292],[-3.972,56.294],[-3.965,56.295],[-3.96,56.295],[-3.95,56.294],[-3.941,56.295],[-3.933,56.303],[-3.912,56.3],[-3.9,56.297],[-3.898,56.296],[-3.893,56.295],[-3.885,56.296],[-3.879,56.296],[-3.877,56.295],[-3.871,56.294],[-3.867,56.296],[-3.856,56.295],[-3.844,56.296],[-3.829,56.292],[-3.825,56.29],[-3.815,56.288],[-3.805,56.284],[-3.802,56.286],[-3.795,56.287],[-3.762,56.292],[-3.758,56.292],[-3.755,56.297],[-3.754,56.301],[-3.745,56.304],[-3.735,56.305],[-3.723,56.308],[-3.715,56.313],[-3.722,56.316],[-3.724,56.318],[-3.722,56.323],[-3.719,56.326],[-3.709,56.329],[-3.703,56.334],[-3.701,56.335],[-3.696,56.332],[-3.69,56.333],[-3.69,56.335],[-3.682,56.332],[-3.672,56.336],[-3.67,56.338],[-3.658,56.336],[-3.653,56.338],[-3.634,56.337],[-3.633,56.34],[-3.628,56.341],[-3.622,56.34],[-3.621,56.342],[-3.613,56.343],[-3.611,56.34],[-3.619,56.336],[-3.633,56.332],[-3.639,56.328],[-3.645,56.325],[-3.65,56.32],[-3.655,56.316],[-3.662,56.311],[-3.659,56.31],[-3.654,56.309],[-3.646,56.305],[-3.645,56.297],[-3.642,56.292],[-3.634,56.282],[-3.632,56.276],[-3.629,56.274],[-3.616,56.268],[-3.61,56.264],[-3.617,56.261],[-3.619,56.257],[-3.614,56.252],[-3.608,56.249],[-3.6,56.246],[-3.595,56.245],[-3.596,56.241],[-3.593,56.236],[-3.594,56.233],[-3.592,56.231],[-3.594,56.229],[-3.598,56.227],[-3.599,56.223],[-3.602,56.216],[-3.601,56.212],[-3.604,56.209],[-3.603,56.205],[-3.601,56.202],[-3.596,56.199],[-3.584,56.198],[-3.579,56.196],[-3.575,56.196],[-3.571,56.193],[-3.58,56.193],[-3.585,56.192],[-3.585,56.189],[-3.582,56.184],[-3.588,56.184],[-3.589,56.181],[-3.598,56.181],[-3.591,56.174],[-3.593,56.173],[-3.61,56.171],[-3.614,56.169],[-3.621,56.168],[-3.626,56.17],[-3.627,56.168],[-3.632,56.165],[-3.645,56.162],[-3.648,56.159],[-3.642,56.156],[-3.637,56.151],[-3.64,56.148],[-3.645,56.147],[-3.641,56.144],[-3.639,56.141],[-3.645,56.138],[-3.64,56.134],[-3.637,56.134],[-3.627,56.132],[-3.615,56.135],[-3.607,56.135],[-3.605,56.136],[-3.592,56.138],[-3.588,56.138],[-3.581,56.139],[-3.578,56.141],[-3.584,56.145],[-3.583,56.151],[-3.577,56.155],[-3.571,56.157],[-3.562,56.16],[-3.556,56.157],[-3.546,56.159],[-3.54,56.146],[-3.53,56.148],[-3.525,56.147],[-3.511,56.148],[-3.499,56.15],[-3.492,56.15],[-3.478,56.147],[-3.473,56.149],[-3.467,56.149],[-3.465,56.147],[-3.46,56.146],[-3.457,56.15],[-3.454,56.15],[-3.452,56.147],[-3.446,56.147],[-3.44,56.145],[-3.434,56.145],[-3.433,56.142],[-3.426,56.142],[-3.424,56.14],[-3.416,56.138],[-3.407,56.14],[-3.401,56.142],[-3.396,56.142],[-3.382,56.143],[-3.37,56.147],[-3.367,56.155],[-3.372,56.164],[-3.365,56.166],[-3.359,56.167],[-3.356,56.169],[-3.349,56.17],[-3.348,56.172],[-3.342,56.174],[-3.332,56.173],[-3.324,56.172],[-3.32,56.17],[-3.316,56.166],[-3.306,56.168],[-3.307,56.17],[-3.297,56.171],[-3.293,56.173],[-3.295,56.175],[-3.299,56.175],[-3.301,56.179],[-3.306,56.179],[-3.307,56.18],[-3.309,56.185],[-3.261,56.196],[-3.267,56.203],[-3.27,56.203],[-3.274,56.208],[-3.275,56.214],[-3.27,56.216],[-3.266,56.218],[-3.275,56.224],[-3.29,56.225],[-3.291,56.23],[-3.28,56.234],[-3.288,56.235],[-3.291,56.235],[-3.303,56.236],[-3.31,56.238],[-3.317,56.24],[-3.321,56.238],[-3.329,56.237],[-3.336,56.238],[-3.344,56.238],[-3.358,56.241],[-3.368,56.24],[-3.357,56.249],[-3.354,56.256],[-3.36,56.259],[-3.369,56.26],[-3.379,56.263],[-3.384,56.269],[-3.376,56.271],[-3.373,56.271],[-3.371,56.274],[-3.358,56.279],[-3.355,56.28],[-3.351,56.286],[-3.348,56.286],[-3.343,56.287],[-3.341,56.286],[-3.336,56.289],[-3.328,56.286],[-3.325,56.283],[-3.313,56.285],[-3.31,56.287],[-3.302,56.289],[-3.301,56.29],[-3.295,56.289],[-3.292,56.293],[-3.296,56.298],[-3.294,56.299],[-3.296,56.303],[-3.298,56.307],[-3.301,56.314],[-3.297,56.315],[-3.295,56.317],[-3.288,56.322],[-3.283,56.324],[-3.276,56.326],[-3.271,56.326],[-3.267,56.328],[-3.268,56.332],[-3.273,56.334],[-3.268,56.336],[-3.268,56.339],[-3.262,56.339],[-3.256,56.34],[-3.258,56.342],[-3.255,56.345],[-3.261,56.349],[-3.274,56.348],[-3.277,56.35],[-3.283,56.35],[-3.298,56.352],[-3.301,56.351],[-3.308,56.347],[-3.317,56.349],[-3.324,56.349],[-3.324,56.35],[-3.306,56.35],[-3.301,56.354],[-3.313,56.358],[-3.324,56.36],[-3.333,56.368],[-3.336,56.369],[-3.337,56.372],[-3.343,56.374],[-3.345,56.372],[-3.354,56.376],[-3.369,56.378],[-3.372,56.38],[-3.38,56.381],[-3.383,56.384],[-3.389,56.383],[-3.402,56.378],[-3.412,56.378],[-3.419,56.377],[-3.427,56.378],[-3.425,56.383],[-3.426,56.389],[-3.425,56.396],[-3.43,56.406],[-3.433,56.41],[-3.438,56.415],[-3.443,56.417],[-3.45,56.419],[-3.448,56.422],[-3.443,56.418],[-3.438,56.416],[-3.435,56.414],[-3.431,56.411],[-3.426,56.402],[-3.423,56.398],[-3.424,56.396],[-3.421,56.391],[-3.422,56.388],[-3.415,56.381],[-3.413,56.379],[-3.401,56.38],[-3.393,56.384],[-3.384,56.386],[-3.38,56.385],[-3.373,56.383],[-3.365,56.382],[-3.354,56.378],[-3.345,56.377],[-3.339,56.376],[-3.329,56.371],[-3.319,56.363],[-3.314,56.361],[-3.307,56.36],[-3.303,56.358],[-3.296,56.358],[-3.288,56.359],[-3.281,56.36],[-3.281,56.361],[-3.254,56.369],[-3.236,56.37],[-3.227,56.372],[-3.222,56.374],[-3.213,56.376],[-3.208,56.379],[-3.206,56.383],[-3.203,56.385],[-3.195,56.385],[-3.193,56.388],[-3.19,56.389],[-3.171,56.4],[-3.169,56.402],[-3.159,56.406],[-3.157,56.41],[-3.148,56.415],[-3.146,56.418],[-3.139,56.424],[-3.13,56.428],[-3.127,56.431],[-3.123,56.431],[-3.118,56.434],[-3.111,56.435],[-3.1,56.439],[-3.096,56.442],[-3.094,56.444],[-3.082,56.451],[-3.071,56.451],[-3.068,56.452],[-3.058,56.454],[-3.057,56.456],[-3.052,56.458],[-3.058,56.463],[-3.063,56.465],[-3.069,56.462],[-3.079,56.462],[-3.087,56.462],[-3.089,56.467]]]]},"properties":{"Name":"Perth and Kinross-shire","ID":"S14000103"},"id":594}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.968,56.495],[-2.97,56.494],[-2.976,56.495],[-2.981,56.494],[-2.983,56.496],[-2.989,56.496],[-2.995,56.498],[-3.005,56.499],[-3.01,56.502],[-3.032,56.502],[-3.032,56.5],[-3.045,56.499],[-3.052,56.497],[-3.051,56.49],[-3.051,56.483],[-3.058,56.484],[-3.074,56.485],[-3.082,56.483],[-3.084,56.481],[-3.089,56.481],[-3.098,56.479],[-3.089,56.467],[-3.087,56.462],[-3.079,56.462],[-3.069,56.462],[-3.063,56.465],[-3.058,56.463],[-3.052,56.458],[-3.048,56.457],[-3.045,56.453],[-3.038,56.451],[-3.028,56.451],[-2.988,56.451],[-2.975,56.454],[-2.963,56.459],[-2.956,56.461],[-2.943,56.464],[-2.932,56.465],[-2.922,56.466],[-2.917,56.467],[-2.909,56.468],[-2.911,56.474],[-2.924,56.474],[-2.921,56.482],[-2.929,56.484],[-2.938,56.486],[-2.945,56.486],[-2.955,56.487],[-2.96,56.488],[-2.964,56.491],[-2.966,56.492],[-2.968,56.495]]]},"properties":{"Name":"Dundee Central","ID":"S14000075"},"id":595}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.883,56.047],[-3.89,56.049],[-3.895,56.046],[-3.901,56.046],[-3.905,56.048],[-3.915,56.049],[-3.92,56.048],[-3.93,56.05],[-3.935,56.049],[-3.943,56.051],[-3.947,56.049],[-3.954,56.05],[-3.961,56.048],[-3.973,56.049],[-3.976,56.048],[-3.979,56.044],[-3.978,56.04],[-3.992,56.038],[-4.001,56.035],[-4.01,56.031],[-4.018,56.03],[-4.02,56.028],[-4.019,56.027],[-4.021,56.023],[-4.024,56.021],[-4.024,56.018],[-4.03,56.01],[-4.022,56.01],[-4.019,56.006],[-4.012,56.007],[-4.004,56.007],[-3.996,56.006],[-3.991,56.006],[-3.988,56.008],[-3.985,56.004],[-3.98,56],[-3.982,55.995],[-3.977,55.993],[-3.979,55.991],[-3.989,55.987],[-3.985,55.983],[-3.965,55.987],[-3.959,55.987],[-3.955,55.985],[-3.949,55.984],[-3.943,55.98],[-3.946,55.976],[-3.949,55.973],[-3.95,55.971],[-3.94,55.969],[-3.938,55.963],[-3.936,55.963],[-3.926,55.965],[-3.922,55.964],[-3.919,55.962],[-3.914,55.961],[-3.912,55.96],[-3.906,55.96],[-3.904,55.962],[-3.899,55.961],[-3.886,55.962],[-3.881,55.962],[-3.868,55.963],[-3.86,55.959],[-3.868,55.956],[-3.869,55.954],[-3.876,55.952],[-3.879,55.953],[-3.889,55.949],[-3.892,55.947],[-3.893,55.945],[-3.898,55.944],[-3.9,55.94],[-3.903,55.937],[-3.898,55.937],[-3.892,55.938],[-3.882,55.929],[-3.877,55.923],[-3.866,55.921],[-3.86,55.918],[-3.843,55.913],[-3.835,55.912],[-3.833,55.908],[-3.825,55.905],[-3.819,55.904],[-3.818,55.906],[-3.81,55.904],[-3.814,55.902],[-3.818,55.898],[-3.823,55.896],[-3.821,55.895],[-3.81,55.897],[-3.8,55.898],[-3.798,55.9],[-3.784,55.901],[-3.777,55.906],[-3.768,55.908],[-3.767,55.91],[-3.76,55.916],[-3.761,55.918],[-3.754,55.92],[-3.751,55.924],[-3.743,55.926],[-3.742,55.931],[-3.738,55.933],[-3.735,55.933],[-3.733,55.935],[-3.727,55.936],[-3.725,55.935],[-3.716,55.936],[-3.716,55.934],[-3.709,55.934],[-3.7,55.936],[-3.699,55.939],[-3.691,55.938],[-3.687,55.94],[-3.683,55.942],[-3.677,55.943],[-3.674,55.945],[-3.671,55.944],[-3.667,55.946],[-3.668,55.948],[-3.672,55.949],[-3.674,55.953],[-3.673,55.955],[-3.669,55.955],[-3.665,55.96],[-3.656,55.959],[-3.653,55.959],[-3.655,55.963],[-3.649,55.967],[-3.649,55.969],[-3.645,55.97],[-3.632,55.974],[-3.63,55.977],[-3.632,55.982],[-3.627,55.983],[-3.629,55.986],[-3.633,55.987],[-3.64,55.986],[-3.641,55.987],[-3.648,55.988],[-3.652,55.987],[-3.654,55.989],[-3.661,55.99],[-3.663,55.993],[-3.667,55.993],[-3.676,55.997],[-3.679,55.999],[-3.685,55.998],[-3.694,55.999],[-3.701,56],[-3.709,56.002],[-3.718,55.997],[-3.729,56.001],[-3.736,56.004],[-3.743,56.011],[-3.755,56.02],[-3.774,56.024],[-3.778,56.024],[-3.781,56.027],[-3.783,56.024],[-3.792,56.022],[-3.8,56.021],[-3.805,56.016],[-3.808,56.016],[-3.814,56.018],[-3.819,56.015],[-3.816,56.011],[-3.821,56.011],[-3.818,56.008],[-3.821,56.007],[-3.828,56.008],[-3.836,56.006],[-3.842,56.009],[-3.843,56.013],[-3.854,56.012],[-3.864,56.013],[-3.873,56.013],[-3.875,56.014],[-3.879,56.021],[-3.882,56.023],[-3.881,56.027],[-3.89,56.031],[-3.889,56.033],[-3.891,56.038],[-3.885,56.036],[-3.881,56.039],[-3.88,56.044],[-3.883,56.047]]]},"properties":{"Name":"Falkirk","ID":"S14000083"},"id":596}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.425,55.994],[-3.434,55.993],[-3.442,55.995],[-3.448,55.996],[-3.458,55.997],[-3.465,55.998],[-3.467,55.999],[-3.473,56],[-3.481,55.998],[-3.494,55.998],[-3.505,55.998],[-3.513,56],[-3.516,56.002],[-3.516,56.005],[-3.525,56.004],[-3.531,56.007],[-3.541,56.008],[-3.546,56.009],[-3.555,56.011],[-3.563,56.011],[-3.568,56.014],[-3.569,56.016],[-3.583,56.019],[-3.586,56.018],[-3.594,56.019],[-3.598,56.021],[-3.606,56.019],[-3.609,56.02],[-3.613,56.017],[-3.624,56.016],[-3.628,56.018],[-3.633,56.017],[-3.632,56.014],[-3.638,56.015],[-3.66,56.015],[-3.668,56.013],[-3.672,56.011],[-3.676,56.011],[-3.676,56.007],[-3.679,56.006],[-3.691,56.005],[-3.689,56.001],[-3.694,56],[-3.694,55.999],[-3.685,55.998],[-3.679,55.999],[-3.676,55.997],[-3.667,55.993],[-3.663,55.993],[-3.661,55.99],[-3.654,55.989],[-3.652,55.987],[-3.648,55.988],[-3.641,55.987],[-3.64,55.986],[-3.633,55.987],[-3.629,55.986],[-3.627,55.983],[-3.632,55.982],[-3.63,55.977],[-3.632,55.974],[-3.645,55.97],[-3.649,55.969],[-3.649,55.967],[-3.655,55.963],[-3.653,55.959],[-3.656,55.959],[-3.665,55.96],[-3.669,55.955],[-3.673,55.955],[-3.674,55.953],[-3.672,55.949],[-3.668,55.948],[-3.667,55.946],[-3.671,55.944],[-3.674,55.945],[-3.677,55.943],[-3.683,55.942],[-3.687,55.94],[-3.691,55.938],[-3.699,55.939],[-3.7,55.936],[-3.709,55.934],[-3.716,55.934],[-3.716,55.936],[-3.725,55.935],[-3.727,55.936],[-3.733,55.935],[-3.735,55.933],[-3.738,55.933],[-3.742,55.931],[-3.743,55.926],[-3.751,55.924],[-3.754,55.92],[-3.761,55.918],[-3.76,55.916],[-3.767,55.91],[-3.768,55.908],[-3.777,55.906],[-3.784,55.901],[-3.798,55.9],[-3.8,55.898],[-3.81,55.897],[-3.821,55.895],[-3.823,55.896],[-3.831,55.894],[-3.823,55.884],[-3.812,55.884],[-3.802,55.875],[-3.795,55.874],[-3.788,55.875],[-3.785,55.877],[-3.778,55.876],[-3.774,55.881],[-3.77,55.881],[-3.769,55.876],[-3.765,55.874],[-3.762,55.875],[-3.759,55.877],[-3.745,55.879],[-3.734,55.882],[-3.731,55.883],[-3.725,55.885],[-3.719,55.885],[-3.712,55.882],[-3.713,55.88],[-3.713,55.876],[-3.711,55.874],[-3.731,55.87],[-3.738,55.867],[-3.747,55.865],[-3.746,55.861],[-3.75,55.859],[-3.749,55.856],[-3.744,55.839],[-3.733,55.843],[-3.728,55.846],[-3.724,55.847],[-3.721,55.845],[-3.717,55.844],[-3.702,55.847],[-3.698,55.846],[-3.682,55.849],[-3.676,55.851],[-3.673,55.853],[-3.665,55.856],[-3.662,55.853],[-3.65,55.855],[-3.64,55.856],[-3.636,55.855],[-3.627,55.856],[-3.621,55.858],[-3.617,55.858],[-3.613,55.861],[-3.607,55.863],[-3.599,55.862],[-3.596,55.86],[-3.59,55.859],[-3.584,55.854],[-3.582,55.856],[-3.578,55.856],[-3.573,55.86],[-3.57,55.862],[-3.568,55.87],[-3.561,55.872],[-3.554,55.875],[-3.56,55.881],[-3.567,55.886],[-3.564,55.886],[-3.57,55.891],[-3.568,55.893],[-3.576,55.895],[-3.585,55.895],[-3.589,55.899],[-3.575,55.905],[-3.578,55.907],[-3.57,55.912],[-3.563,55.914],[-3.569,55.918],[-3.58,55.919],[-3.583,55.92],[-3.59,55.92],[-3.591,55.922],[-3.596,55.928],[-3.587,55.929],[-3.583,55.932],[-3.579,55.932],[-3.581,55.935],[-3.572,55.936],[-3.568,55.937],[-3.569,55.94],[-3.56,55.941],[-3.553,55.944],[-3.557,55.947],[-3.552,55.949],[-3.554,55.955],[-3.55,55.955],[-3.518,55.955],[-3.501,55.953],[-3.488,55.954],[-3.476,55.951],[-3.474,55.95],[-3.454,55.945],[-3.449,55.948],[-3.449,55.951],[-3.44,55.951],[-3.435,55.951],[-3.429,55.952],[-3.425,55.954],[-3.426,55.959],[-3.443,55.961],[-3.442,55.967],[-3.445,55.97],[-3.448,55.978],[-3.442,55.978],[-3.437,55.979],[-3.435,55.98],[-3.43,55.982],[-3.43,55.985],[-3.432,55.989],[-3.427,55.99],[-3.425,55.994]]]},"properties":{"Name":"Bathgate and Linlithgow","ID":"S14000068"},"id":597}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.738,56.854],[-5.742,56.853],[-5.741,56.851],[-5.736,56.851],[-5.738,56.854]]],[[[-6.263,56.846],[-6.266,56.845],[-6.263,56.842],[-6.266,56.84],[-6.268,56.837],[-6.275,56.835],[-6.273,56.83],[-6.266,56.827],[-6.258,56.827],[-6.254,56.833],[-6.246,56.832],[-6.24,56.826],[-6.233,56.825],[-6.233,56.827],[-6.227,56.829],[-6.227,56.833],[-6.22,56.831],[-6.219,56.833],[-6.215,56.836],[-6.218,56.842],[-6.225,56.845],[-6.233,56.844],[-6.236,56.845],[-6.24,56.842],[-6.245,56.844],[-6.252,56.84],[-6.256,56.841],[-6.258,56.843],[-6.263,56.846]]],[[[-6.276,56.853],[-6.279,56.852],[-6.279,56.849],[-6.27,56.85],[-6.271,56.851],[-6.276,56.853]]],[[[-6.122,56.873],[-6.126,56.876],[-6.127,56.871],[-6.124,56.869],[-6.12,56.871],[-6.122,56.873]]],[[[-5.926,56.905],[-5.93,56.904],[-5.934,56.904],[-5.934,56.901],[-5.929,56.901],[-5.923,56.905],[-5.926,56.905]]],[[[-5.89,56.926],[-5.892,56.925],[-5.9,56.922],[-5.895,56.919],[-5.892,56.921],[-5.885,56.921],[-5.887,56.926],[-5.89,56.926]]],[[[-6.114,56.928],[-6.116,56.93],[-6.119,56.935],[-6.129,56.941],[-6.137,56.944],[-6.142,56.943],[-6.151,56.942],[-6.154,56.939],[-6.161,56.938],[-6.163,56.935],[-6.157,56.932],[-6.158,56.928],[-6.161,56.926],[-6.156,56.919],[-6.159,56.915],[-6.162,56.914],[-6.169,56.914],[-6.178,56.916],[-6.186,56.915],[-6.192,56.914],[-6.193,56.912],[-6.2,56.911],[-6.207,56.907],[-6.207,56.904],[-6.206,56.901],[-6.207,56.898],[-6.207,56.892],[-6.21,56.889],[-6.203,56.886],[-6.196,56.884],[-6.195,56.882],[-6.192,56.88],[-6.189,56.88],[-6.18,56.878],[-6.173,56.874],[-6.167,56.874],[-6.164,56.872],[-6.159,56.872],[-6.155,56.873],[-6.144,56.873],[-6.141,56.871],[-6.136,56.873],[-6.136,56.875],[-6.129,56.877],[-6.135,56.88],[-6.132,56.882],[-6.126,56.883],[-6.129,56.887],[-6.125,56.887],[-6.12,56.886],[-6.117,56.888],[-6.117,56.893],[-6.119,56.896],[-6.117,56.901],[-6.116,56.906],[-6.114,56.91],[-6.114,56.917],[-6.112,56.925],[-6.114,56.928]]],[[[-6.33,57.06],[-6.335,57.06],[-6.339,57.059],[-6.347,57.054],[-6.347,57.052],[-6.355,57.051],[-6.358,57.053],[-6.368,57.053],[-6.372,57.053],[-6.377,57.049],[-6.39,57.045],[-6.397,57.043],[-6.403,57.039],[-6.403,57.036],[-6.407,57.031],[-6.41,57.029],[-6.415,57.028],[-6.417,57.026],[-6.426,57.025],[-6.436,57.019],[-6.438,57.014],[-6.446,57.009],[-6.452,57.011],[-6.46,57.009],[-6.458,57.006],[-6.453,57.003],[-6.444,56.999],[-6.44,56.999],[-6.437,56.995],[-6.432,56.996],[-6.428,56.994],[-6.425,56.992],[-6.421,56.991],[-6.419,56.989],[-6.414,56.987],[-6.406,56.982],[-6.398,56.978],[-6.395,56.977],[-6.394,56.975],[-6.385,56.974],[-6.381,56.975],[-6.376,56.973],[-6.377,56.971],[-6.375,56.967],[-6.373,56.967],[-6.373,56.964],[-6.37,56.962],[-6.369,56.957],[-6.37,56.956],[-6.369,56.952],[-6.362,56.951],[-6.354,56.95],[-6.352,56.948],[-6.343,56.948],[-6.341,56.943],[-6.336,56.943],[-6.332,56.941],[-6.333,56.94],[-6.328,56.936],[-6.322,56.935],[-6.312,56.936],[-6.303,56.938],[-6.298,56.939],[-6.289,56.945],[-6.29,56.948],[-6.286,56.952],[-6.279,56.953],[-6.277,56.954],[-6.27,56.956],[-6.267,56.957],[-6.26,56.962],[-6.26,56.965],[-6.256,56.968],[-6.253,56.969],[-6.249,56.973],[-6.25,56.98],[-6.251,56.983],[-6.249,56.993],[-6.243,56.996],[-6.242,56.999],[-6.238,57.003],[-6.239,57.006],[-6.243,57.008],[-6.251,57.009],[-6.254,57.009],[-6.26,57.01],[-6.274,57.01],[-6.279,57.011],[-6.28,57.015],[-6.276,57.017],[-6.267,57.017],[-6.26,57.017],[-6.248,57.02],[-6.247,57.022],[-6.251,57.029],[-6.255,57.031],[-6.255,57.033],[-6.259,57.035],[-6.26,57.037],[-6.263,57.037],[-6.27,57.04],[-6.273,57.041],[-6.282,57.04],[-6.292,57.044],[-6.292,57.045],[-6.295,57.049],[-6.299,57.048],[-6.305,57.05],[-6.309,57.052],[-6.31,57.055],[-6.318,57.054],[-6.33,57.06]]],[[[-6.495,57.054],[-6.498,57.055],[-6.502,57.051],[-6.505,57.051],[-6.506,57.054],[-6.509,57.054],[-6.511,57.052],[-6.514,57.052],[-6.515,57.049],[-6.514,57.046],[-6.507,57.047],[-6.495,57.045],[-6.488,57.049],[-6.485,57.045],[-6.481,57.044],[-6.473,57.046],[-6.468,57.043],[-6.466,57.045],[-6.466,57.048],[-6.47,57.05],[-6.477,57.048],[-6.479,57.05],[-6.485,57.05],[-6.495,57.054]]],[[[-6.557,57.052],[-6.553,57.052],[-6.552,57.054],[-6.553,57.057],[-6.55,57.058],[-6.535,57.056],[-6.528,57.056],[-6.521,57.056],[-6.515,57.057],[-6.511,57.054],[-6.509,57.057],[-6.504,57.056],[-6.498,57.058],[-6.495,57.058],[-6.491,57.056],[-6.488,57.057],[-6.488,57.06],[-6.486,57.065],[-6.488,57.068],[-6.493,57.069],[-6.499,57.068],[-6.507,57.071],[-6.519,57.07],[-6.529,57.067],[-6.537,57.07],[-6.548,57.068],[-6.554,57.067],[-6.558,57.064],[-6.566,57.062],[-6.569,57.063],[-6.578,57.061],[-6.587,57.06],[-6.589,57.061],[-6.596,57.058],[-6.603,57.058],[-6.603,57.056],[-6.609,57.052],[-6.608,57.047],[-6.595,57.042],[-6.591,57.042],[-6.582,57.046],[-6.577,57.045],[-6.568,57.047],[-6.559,57.051],[-6.557,57.052]]],[[[-5.616,57.145],[-5.621,57.143],[-5.619,57.142],[-5.614,57.143],[-5.616,57.145]]],[[[-5.788,57.151],[-5.791,57.15],[-5.793,57.145],[-5.787,57.144],[-5.784,57.145],[-5.783,57.15],[-5.788,57.151]]],[[[-6.206,57.166],[-6.215,57.165],[-6.218,57.162],[-6.218,57.159],[-6.221,57.157],[-6.216,57.155],[-6.217,57.154],[-6.223,57.158],[-6.23,57.157],[-6.237,57.156],[-6.242,57.153],[-6.251,57.152],[-6.256,57.15],[-6.252,57.142],[-6.249,57.138],[-6.246,57.136],[-6.241,57.135],[-6.237,57.132],[-6.23,57.129],[-6.223,57.129],[-6.218,57.13],[-6.211,57.134],[-6.204,57.136],[-6.203,57.138],[-6.207,57.142],[-6.212,57.145],[-6.212,57.147],[-6.211,57.15],[-6.208,57.152],[-6.202,57.148],[-6.191,57.149],[-6.186,57.15],[-6.182,57.153],[-6.182,57.156],[-6.18,57.157],[-6.181,57.16],[-6.183,57.163],[-6.188,57.164],[-6.201,57.165],[-6.206,57.166]]],[[[-5.896,57.175],[-5.898,57.174],[-5.891,57.172],[-5.891,57.175],[-5.896,57.175]]],[[[-5.572,57.266],[-5.574,57.269],[-5.581,57.268],[-5.581,57.266],[-5.576,57.264],[-5.572,57.266]]],[[[-5.856,57.283],[-5.861,57.281],[-5.864,57.279],[-5.868,57.278],[-5.871,57.276],[-5.869,57.272],[-5.862,57.269],[-5.857,57.269],[-5.853,57.271],[-5.849,57.272],[-5.848,57.274],[-5.852,57.278],[-5.854,57.282],[-5.856,57.283]]],[[[-5.889,57.306],[-5.884,57.308],[-5.883,57.31],[-5.894,57.316],[-5.897,57.315],[-5.895,57.307],[-5.889,57.306]]],[[[-6.001,57.325],[-6.006,57.323],[-6.005,57.321],[-6.016,57.32],[-6.02,57.314],[-6.021,57.31],[-6.023,57.305],[-6.019,57.302],[-6.017,57.299],[-6.012,57.296],[-6.004,57.289],[-5.996,57.286],[-5.992,57.282],[-5.988,57.28],[-5.985,57.276],[-5.98,57.274],[-5.975,57.275],[-5.963,57.274],[-5.954,57.274],[-5.952,57.275],[-5.945,57.275],[-5.935,57.278],[-5.936,57.281],[-5.931,57.283],[-5.926,57.284],[-5.928,57.29],[-5.922,57.294],[-5.92,57.297],[-5.921,57.303],[-5.925,57.307],[-5.93,57.311],[-5.938,57.313],[-5.941,57.315],[-5.951,57.317],[-5.962,57.32],[-5.967,57.319],[-5.973,57.32],[-5.977,57.322],[-5.979,57.324],[-5.987,57.324],[-5.991,57.323],[-5.996,57.325],[-6.001,57.325]]],[[[-5.855,57.357],[-5.859,57.353],[-5.854,57.351],[-5.846,57.336],[-5.843,57.334],[-5.84,57.335],[-5.838,57.333],[-5.827,57.333],[-5.819,57.336],[-5.819,57.338],[-5.821,57.342],[-5.825,57.345],[-5.828,57.345],[-5.83,57.348],[-5.835,57.351],[-5.843,57.35],[-5.849,57.351],[-5.855,57.357]]],[[[-6.462,57.338],[-6.47,57.335],[-6.467,57.333],[-6.458,57.337],[-6.462,57.338]]],[[[-6.49,57.345],[-6.497,57.345],[-6.504,57.342],[-6.507,57.34],[-6.512,57.337],[-6.515,57.334],[-6.513,57.331],[-6.506,57.333],[-6.503,57.333],[-6.499,57.33],[-6.492,57.33],[-6.49,57.333],[-6.485,57.342],[-6.488,57.345],[-6.49,57.345]]],[[[-6.488,57.359],[-6.495,57.364],[-6.498,57.363],[-6.498,57.36],[-6.496,57.357],[-6.488,57.359]]],[[[-6.526,57.367],[-6.529,57.364],[-6.532,57.363],[-6.531,57.36],[-6.527,57.359],[-6.523,57.362],[-6.522,57.364],[-6.526,57.367]]],[[[-5.828,57.4],[-5.825,57.404],[-5.829,57.406],[-5.831,57.403],[-5.828,57.4]]],[[[-6.624,57.446],[-6.627,57.444],[-6.625,57.441],[-6.619,57.441],[-6.624,57.446]]],[[[-6.629,57.447],[-6.635,57.45],[-6.635,57.446],[-6.631,57.444],[-6.629,57.447]]],[[[-6.606,57.454],[-6.61,57.453],[-6.605,57.449],[-6.601,57.453],[-6.606,57.454]]],[[[-6.024,57.496],[-6.033,57.492],[-6.034,57.49],[-6.032,57.481],[-6.03,57.478],[-6.024,57.476],[-6.019,57.484],[-6.018,57.491],[-6.024,57.496]]],[[[-6.028,57.47],[-6.027,57.468],[-6.022,57.468],[-6.011,57.465],[-6.012,57.463],[-6.022,57.456],[-6.027,57.455],[-6.031,57.459],[-6.042,57.458],[-6.048,57.46],[-6.052,57.46],[-6.054,57.462],[-6.063,57.455],[-6.064,57.45],[-6.072,57.446],[-6.08,57.435],[-6.079,57.432],[-6.082,57.427],[-6.083,57.423],[-6.085,57.421],[-6.085,57.415],[-6.079,57.405],[-6.083,57.401],[-6.08,57.396],[-6.076,57.393],[-6.078,57.39],[-6.076,57.389],[-6.077,57.385],[-6.074,57.383],[-6.074,57.379],[-6.077,57.373],[-6.082,57.371],[-6.083,57.368],[-6.081,57.365],[-6.08,57.359],[-6.081,57.355],[-6.086,57.354],[-6.083,57.352],[-6.077,57.351],[-6.073,57.347],[-6.068,57.345],[-6.071,57.341],[-6.068,57.338],[-6.067,57.334],[-6.065,57.332],[-6.049,57.329],[-6.039,57.33],[-6.03,57.333],[-6.021,57.333],[-6.014,57.342],[-6.008,57.346],[-6.001,57.35],[-5.995,57.355],[-5.993,57.358],[-5.993,57.368],[-6.001,57.37],[-6.004,57.375],[-6.011,57.379],[-6.015,57.383],[-6.019,57.391],[-6.018,57.396],[-6.02,57.403],[-6.019,57.405],[-6.021,57.409],[-6.021,57.413],[-6.022,57.418],[-6.029,57.426],[-6.032,57.428],[-6.032,57.434],[-6.027,57.438],[-6.026,57.442],[-6.022,57.444],[-6.015,57.445],[-6.013,57.447],[-6.009,57.448],[-6.009,57.451],[-6.005,57.451],[-6.002,57.455],[-5.999,57.456],[-5.999,57.458],[-5.996,57.46],[-5.994,57.464],[-5.99,57.468],[-5.99,57.472],[-5.985,57.476],[-5.987,57.478],[-5.984,57.48],[-5.985,57.485],[-5.981,57.488],[-5.982,57.491],[-5.979,57.493],[-5.982,57.496],[-5.985,57.496],[-5.984,57.499],[-5.993,57.506],[-5.997,57.505],[-5.994,57.503],[-5.994,57.498],[-5.998,57.495],[-5.992,57.494],[-5.995,57.491],[-6.001,57.49],[-6.005,57.49],[-6.008,57.489],[-6.011,57.49],[-6.016,57.485],[-6.015,57.482],[-6.021,57.479],[-6.021,57.476],[-6.019,57.473],[-6.028,57.47]]],[[[-5.984,57.515],[-5.98,57.511],[-5.976,57.513],[-5.984,57.515]]],[[[-6.002,57.516],[-6.007,57.516],[-6.013,57.514],[-6.011,57.513],[-6.006,57.513],[-6.004,57.509],[-5.994,57.506],[-5.994,57.509],[-6,57.515],[-6.002,57.516]]],[[[-6.645,57.522],[-6.653,57.522],[-6.653,57.517],[-6.649,57.515],[-6.65,57.512],[-6.644,57.513],[-6.638,57.512],[-6.646,57.519],[-6.645,57.522]]],[[[-5.97,57.583],[-5.973,57.583],[-5.964,57.578],[-5.966,57.575],[-5.965,57.573],[-5.968,57.571],[-5.973,57.575],[-5.978,57.576],[-5.982,57.575],[-5.984,57.573],[-5.988,57.57],[-5.985,57.568],[-5.984,57.565],[-5.985,57.56],[-5.987,57.556],[-5.984,57.552],[-5.98,57.551],[-5.978,57.549],[-5.981,57.548],[-5.982,57.544],[-5.988,57.545],[-5.994,57.543],[-5.996,57.545],[-5.999,57.545],[-6.001,57.543],[-5.998,57.542],[-6.001,57.539],[-5.998,57.537],[-5.993,57.536],[-5.99,57.539],[-5.983,57.539],[-5.99,57.533],[-5.994,57.533],[-5.997,57.53],[-5.998,57.528],[-5.993,57.524],[-5.989,57.523],[-5.993,57.52],[-5.987,57.517],[-5.983,57.516],[-5.978,57.514],[-5.975,57.516],[-5.974,57.518],[-5.972,57.521],[-5.973,57.523],[-5.969,57.527],[-5.97,57.532],[-5.966,57.539],[-5.967,57.541],[-5.964,57.543],[-5.967,57.547],[-5.96,57.555],[-5.96,57.558],[-5.958,57.561],[-5.959,57.563],[-5.954,57.568],[-5.957,57.571],[-5.957,57.578],[-5.961,57.58],[-5.965,57.581],[-5.97,57.583]]],[[[-6.513,57.583],[-6.518,57.58],[-6.52,57.577],[-6.515,57.577],[-6.51,57.579],[-6.513,57.583]]],[[[-6.534,57.598],[-6.533,57.594],[-6.528,57.595],[-6.534,57.598]]],[[[-6.541,57.597],[-6.539,57.598],[-6.543,57.6],[-6.544,57.597],[-6.541,57.597]]],[[[-6.208,57.646],[-6.21,57.646],[-6.205,57.64],[-6.199,57.641],[-6.2,57.643],[-6.208,57.646]]],[[[-6.231,57.668],[-6.233,57.666],[-6.228,57.663],[-6.222,57.662],[-6.222,57.665],[-6.227,57.667],[-6.231,57.668]]],[[[-5.718,57.708],[-5.723,57.706],[-5.72,57.703],[-5.714,57.702],[-5.711,57.707],[-5.718,57.708]]],[[[-6.353,57.708],[-6.356,57.705],[-6.348,57.703],[-6.347,57.702],[-6.354,57.698],[-6.355,57.696],[-6.35,57.695],[-6.347,57.694],[-6.343,57.688],[-6.343,57.684],[-6.349,57.683],[-6.345,57.68],[-6.348,57.676],[-6.353,57.674],[-6.354,57.671],[-6.37,57.665],[-6.378,57.661],[-6.385,57.659],[-6.388,57.661],[-6.396,57.659],[-6.405,57.661],[-6.411,57.66],[-6.406,57.652],[-6.412,57.648],[-6.422,57.648],[-6.424,57.647],[-6.428,57.642],[-6.425,57.638],[-6.421,57.635],[-6.413,57.63],[-6.407,57.625],[-6.405,57.621],[-6.401,57.619],[-6.399,57.616],[-6.394,57.613],[-6.394,57.611],[-6.397,57.608],[-6.397,57.603],[-6.394,57.6],[-6.398,57.595],[-6.392,57.591],[-6.393,57.588],[-6.395,57.586],[-6.391,57.585],[-6.383,57.586],[-6.379,57.585],[-6.375,57.588],[-6.369,57.591],[-6.363,57.59],[-6.359,57.589],[-6.362,57.584],[-6.367,57.58],[-6.369,57.577],[-6.374,57.571],[-6.38,57.57],[-6.381,57.565],[-6.384,57.563],[-6.389,57.566],[-6.391,57.569],[-6.394,57.57],[-6.398,57.565],[-6.398,57.562],[-6.395,57.556],[-6.395,57.554],[-6.393,57.553],[-6.39,57.549],[-6.384,57.549],[-6.383,57.544],[-6.39,57.544],[-6.388,57.542],[-6.382,57.541],[-6.373,57.534],[-6.373,57.532],[-6.376,57.53],[-6.374,57.527],[-6.37,57.526],[-6.371,57.523],[-6.37,57.52],[-6.365,57.515],[-6.361,57.512],[-6.357,57.511],[-6.354,57.508],[-6.346,57.506],[-6.333,57.498],[-6.328,57.496],[-6.328,57.494],[-6.323,57.49],[-6.319,57.49],[-6.309,57.485],[-6.306,57.483],[-6.312,57.482],[-6.321,57.487],[-6.325,57.486],[-6.326,57.48],[-6.318,57.473],[-6.319,57.469],[-6.321,57.465],[-6.319,57.461],[-6.313,57.457],[-6.313,57.455],[-6.321,57.456],[-6.325,57.458],[-6.328,57.463],[-6.329,57.468],[-6.328,57.471],[-6.328,57.475],[-6.334,57.48],[-6.333,57.484],[-6.335,57.489],[-6.34,57.489],[-6.341,57.483],[-6.341,57.481],[-6.348,57.483],[-6.349,57.495],[-6.351,57.497],[-6.355,57.498],[-6.359,57.501],[-6.362,57.501],[-6.366,57.504],[-6.371,57.504],[-6.374,57.501],[-6.378,57.51],[-6.383,57.517],[-6.383,57.518],[-6.385,57.522],[-6.392,57.525],[-6.4,57.529],[-6.403,57.527],[-6.403,57.524],[-6.407,57.523],[-6.405,57.519],[-6.401,57.517],[-6.399,57.515],[-6.401,57.514],[-6.4,57.509],[-6.409,57.506],[-6.414,57.506],[-6.42,57.505],[-6.422,57.503],[-6.421,57.501],[-6.422,57.498],[-6.424,57.498],[-6.431,57.493],[-6.436,57.492],[-6.437,57.487],[-6.432,57.475],[-6.432,57.472],[-6.436,57.473],[-6.439,57.475],[-6.438,57.477],[-6.44,57.481],[-6.444,57.482],[-6.45,57.481],[-6.448,57.487],[-6.441,57.494],[-6.437,57.498],[-6.438,57.5],[-6.433,57.502],[-6.433,57.504],[-6.429,57.509],[-6.429,57.512],[-6.425,57.514],[-6.427,57.518],[-6.43,57.519],[-6.436,57.517],[-6.44,57.513],[-6.445,57.51],[-6.447,57.508],[-6.453,57.505],[-6.456,57.501],[-6.459,57.499],[-6.465,57.499],[-6.462,57.503],[-6.468,57.508],[-6.473,57.514],[-6.477,57.516],[-6.486,57.523],[-6.495,57.525],[-6.499,57.529],[-6.5,57.532],[-6.504,57.534],[-6.51,57.535],[-6.514,57.538],[-6.52,57.538],[-6.528,57.541],[-6.532,57.544],[-6.541,57.548],[-6.549,57.544],[-6.553,57.544],[-6.559,57.547],[-6.566,57.548],[-6.568,57.552],[-6.569,57.557],[-6.568,57.564],[-6.57,57.567],[-6.569,57.572],[-6.573,57.576],[-6.575,57.58],[-6.58,57.582],[-6.583,57.588],[-6.586,57.59],[-6.589,57.594],[-6.598,57.596],[-6.602,57.597],[-6.605,57.6],[-6.613,57.603],[-6.615,57.606],[-6.627,57.606],[-6.631,57.608],[-6.636,57.607],[-6.635,57.605],[-6.638,57.601],[-6.633,57.595],[-6.633,57.592],[-6.636,57.588],[-6.634,57.581],[-6.638,57.577],[-6.642,57.569],[-6.64,57.563],[-6.643,57.558],[-6.647,57.555],[-6.655,57.554],[-6.653,57.55],[-6.655,57.546],[-6.652,57.543],[-6.65,57.543],[-6.647,57.547],[-6.651,57.549],[-6.649,57.551],[-6.646,57.553],[-6.642,57.552],[-6.634,57.548],[-6.619,57.542],[-6.614,57.539],[-6.604,57.536],[-6.602,57.533],[-6.596,57.531],[-6.591,57.526],[-6.588,57.525],[-6.586,57.522],[-6.587,57.52],[-6.584,57.517],[-6.575,57.516],[-6.57,57.512],[-6.561,57.508],[-6.561,57.506],[-6.567,57.502],[-6.564,57.499],[-6.563,57.496],[-6.574,57.494],[-6.577,57.498],[-6.594,57.508],[-6.598,57.51],[-6.603,57.509],[-6.614,57.506],[-6.619,57.502],[-6.63,57.503],[-6.634,57.504],[-6.638,57.503],[-6.635,57.498],[-6.636,57.496],[-6.633,57.495],[-6.633,57.492],[-6.629,57.49],[-6.629,57.487],[-6.626,57.485],[-6.627,57.483],[-6.625,57.48],[-6.623,57.473],[-6.619,57.472],[-6.613,57.467],[-6.617,57.461],[-6.622,57.462],[-6.625,57.462],[-6.624,57.459],[-6.621,57.457],[-6.618,57.459],[-6.612,57.457],[-6.609,57.459],[-6.603,57.459],[-6.599,57.455],[-6.594,57.454],[-6.595,57.452],[-6.59,57.449],[-6.591,57.444],[-6.588,57.44],[-6.579,57.434],[-6.579,57.432],[-6.583,57.426],[-6.59,57.426],[-6.588,57.429],[-6.59,57.435],[-6.595,57.44],[-6.597,57.444],[-6.601,57.446],[-6.605,57.446],[-6.61,57.447],[-6.61,57.445],[-6.613,57.443],[-6.612,57.44],[-6.616,57.439],[-6.617,57.437],[-6.622,57.434],[-6.625,57.435],[-6.628,57.438],[-6.631,57.439],[-6.634,57.441],[-6.638,57.442],[-6.649,57.45],[-6.65,57.454],[-6.654,57.456],[-6.654,57.459],[-6.662,57.461],[-6.668,57.461],[-6.667,57.465],[-6.669,57.468],[-6.666,57.47],[-6.67,57.473],[-6.677,57.474],[-6.678,57.476],[-6.677,57.479],[-6.681,57.482],[-6.686,57.483],[-6.688,57.486],[-6.687,57.489],[-6.689,57.49],[-6.693,57.489],[-6.697,57.494],[-6.7,57.496],[-6.705,57.497],[-6.703,57.5],[-6.706,57.506],[-6.712,57.513],[-6.717,57.514],[-6.725,57.512],[-6.733,57.509],[-6.738,57.505],[-6.748,57.5],[-6.749,57.488],[-6.75,57.484],[-6.746,57.47],[-6.743,57.465],[-6.739,57.462],[-6.734,57.461],[-6.727,57.457],[-6.725,57.454],[-6.722,57.453],[-6.723,57.45],[-6.729,57.451],[-6.738,57.453],[-6.744,57.452],[-6.752,57.457],[-6.771,57.459],[-6.78,57.458],[-6.784,57.455],[-6.785,57.452],[-6.78,57.45],[-6.778,57.445],[-6.779,57.442],[-6.784,57.441],[-6.786,57.439],[-6.788,57.433],[-6.783,57.428],[-6.789,57.424],[-6.79,57.421],[-6.784,57.42],[-6.781,57.425],[-6.782,57.426],[-6.773,57.429],[-6.77,57.428],[-6.765,57.428],[-6.761,57.422],[-6.752,57.422],[-6.743,57.418],[-6.738,57.412],[-6.735,57.402],[-6.732,57.4],[-6.729,57.395],[-6.73,57.393],[-6.739,57.389],[-6.734,57.387],[-6.726,57.377],[-6.721,57.372],[-6.711,57.37],[-6.705,57.37],[-6.702,57.372],[-6.698,57.368],[-6.691,57.365],[-6.687,57.365],[-6.686,57.363],[-6.683,57.361],[-6.671,57.357],[-6.658,57.358],[-6.653,57.358],[-6.648,57.354],[-6.639,57.354],[-6.631,57.35],[-6.625,57.351],[-6.62,57.349],[-6.612,57.344],[-6.607,57.342],[-6.604,57.342],[-6.594,57.337],[-6.591,57.337],[-6.582,57.337],[-6.582,57.333],[-6.577,57.334],[-6.571,57.333],[-6.57,57.336],[-6.566,57.336],[-6.564,57.342],[-6.566,57.345],[-6.563,57.348],[-6.566,57.352],[-6.564,57.355],[-6.568,57.359],[-6.564,57.361],[-6.563,57.366],[-6.566,57.368],[-6.567,57.376],[-6.57,57.378],[-6.57,57.38],[-6.567,57.385],[-6.572,57.387],[-6.572,57.389],[-6.566,57.39],[-6.561,57.39],[-6.557,57.388],[-6.555,57.386],[-6.552,57.385],[-6.551,57.389],[-6.546,57.392],[-6.546,57.393],[-6.54,57.398],[-6.536,57.396],[-6.532,57.397],[-6.535,57.399],[-6.543,57.398],[-6.539,57.403],[-6.537,57.413],[-6.533,57.41],[-6.532,57.404],[-6.527,57.404],[-6.524,57.401],[-6.522,57.399],[-6.517,57.393],[-6.517,57.391],[-6.522,57.389],[-6.526,57.383],[-6.525,57.381],[-6.52,57.382],[-6.518,57.382],[-6.524,57.377],[-6.527,57.372],[-6.522,57.371],[-6.52,57.375],[-6.516,57.375],[-6.512,57.377],[-6.511,57.379],[-6.508,57.383],[-6.498,57.389],[-6.495,57.394],[-6.496,57.395],[-6.494,57.399],[-6.494,57.402],[-6.492,57.405],[-6.489,57.404],[-6.488,57.398],[-6.482,57.396],[-6.486,57.392],[-6.488,57.388],[-6.485,57.381],[-6.481,57.38],[-6.477,57.38],[-6.471,57.377],[-6.47,57.375],[-6.48,57.371],[-6.481,57.367],[-6.474,57.365],[-6.472,57.362],[-6.467,57.363],[-6.456,57.36],[-6.454,57.358],[-6.457,57.356],[-6.457,57.35],[-6.459,57.347],[-6.459,57.343],[-6.461,57.341],[-6.456,57.339],[-6.454,57.342],[-6.456,57.344],[-6.45,57.345],[-6.447,57.348],[-6.44,57.348],[-6.428,57.35],[-6.415,57.349],[-6.407,57.356],[-6.406,57.359],[-6.4,57.361],[-6.393,57.359],[-6.401,57.357],[-6.407,57.352],[-6.408,57.346],[-6.404,57.344],[-6.397,57.345],[-6.396,57.343],[-6.403,57.342],[-6.403,57.34],[-6.398,57.339],[-6.392,57.339],[-6.371,57.328],[-6.362,57.324],[-6.359,57.322],[-6.359,57.32],[-6.35,57.313],[-6.349,57.31],[-6.342,57.306],[-6.333,57.303],[-6.318,57.301],[-6.312,57.301],[-6.308,57.299],[-6.31,57.298],[-6.318,57.296],[-6.323,57.298],[-6.329,57.297],[-6.338,57.298],[-6.348,57.3],[-6.357,57.303],[-6.362,57.309],[-6.367,57.313],[-6.372,57.319],[-6.381,57.323],[-6.386,57.326],[-6.394,57.329],[-6.407,57.331],[-6.414,57.337],[-6.421,57.334],[-6.424,57.335],[-6.428,57.339],[-6.433,57.337],[-6.43,57.335],[-6.43,57.33],[-6.428,57.327],[-6.428,57.323],[-6.432,57.322],[-6.434,57.325],[-6.437,57.327],[-6.444,57.322],[-6.45,57.32],[-6.453,57.323],[-6.456,57.322],[-6.458,57.319],[-6.463,57.316],[-6.475,57.313],[-6.483,57.311],[-6.482,57.307],[-6.48,57.302],[-6.482,57.297],[-6.48,57.296],[-6.482,57.292],[-6.476,57.288],[-6.474,57.289],[-6.465,57.288],[-6.459,57.286],[-6.457,57.283],[-6.462,57.281],[-6.46,57.278],[-6.456,57.273],[-6.455,57.27],[-6.453,57.268],[-6.451,57.262],[-6.449,57.261],[-6.443,57.259],[-6.433,57.253],[-6.431,57.251],[-6.427,57.25],[-6.426,57.241],[-6.421,57.24],[-6.418,57.237],[-6.412,57.236],[-6.405,57.232],[-6.395,57.232],[-6.385,57.236],[-6.381,57.235],[-6.374,57.235],[-6.364,57.235],[-6.354,57.238],[-6.352,57.245],[-6.352,57.25],[-6.345,57.253],[-6.344,57.251],[-6.344,57.247],[-6.347,57.241],[-6.347,57.234],[-6.349,57.23],[-6.354,57.227],[-6.366,57.228],[-6.381,57.227],[-6.385,57.225],[-6.385,57.22],[-6.387,57.219],[-6.383,57.211],[-6.381,57.21],[-6.378,57.206],[-6.369,57.199],[-6.364,57.197],[-6.362,57.192],[-6.359,57.192],[-6.353,57.188],[-6.344,57.185],[-6.336,57.186],[-6.314,57.193],[-6.306,57.197],[-6.302,57.198],[-6.296,57.201],[-6.294,57.204],[-6.289,57.202],[-6.285,57.201],[-6.283,57.196],[-6.283,57.191],[-6.292,57.183],[-6.294,57.18],[-6.299,57.177],[-6.3,57.176],[-6.304,57.174],[-6.313,57.172],[-6.316,57.165],[-6.324,57.162],[-6.322,57.16],[-6.317,57.161],[-6.315,57.163],[-6.31,57.163],[-6.308,57.16],[-6.301,57.161],[-6.297,57.163],[-6.274,57.166],[-6.266,57.168],[-6.261,57.17],[-6.253,57.171],[-6.245,57.17],[-6.239,57.172],[-6.237,57.171],[-6.23,57.174],[-6.218,57.175],[-6.213,57.177],[-6.206,57.177],[-6.203,57.176],[-6.194,57.175],[-6.187,57.173],[-6.183,57.174],[-6.174,57.174],[-6.167,57.177],[-6.165,57.183],[-6.167,57.187],[-6.165,57.193],[-6.169,57.195],[-6.168,57.199],[-6.165,57.199],[-6.159,57.197],[-6.151,57.196],[-6.148,57.194],[-6.145,57.188],[-6.14,57.188],[-6.131,57.184],[-6.125,57.187],[-6.123,57.192],[-6.112,57.19],[-6.109,57.186],[-6.111,57.178],[-6.107,57.176],[-6.106,57.173],[-6.102,57.17],[-6.106,57.159],[-6.108,57.156],[-6.109,57.153],[-6.106,57.149],[-6.107,57.146],[-6.111,57.142],[-6.113,57.137],[-6.108,57.134],[-6.101,57.136],[-6.099,57.136],[-6.097,57.132],[-6.092,57.13],[-6.083,57.127],[-6.08,57.131],[-6.077,57.132],[-6.074,57.137],[-6.069,57.14],[-6.066,57.143],[-6.064,57.149],[-6.065,57.151],[-6.062,57.152],[-6.056,57.158],[-6.055,57.161],[-6.049,57.168],[-6.048,57.173],[-6.05,57.176],[-6.049,57.18],[-6.044,57.179],[-6.038,57.179],[-6.032,57.181],[-6.029,57.183],[-6.027,57.192],[-6.025,57.195],[-6.028,57.209],[-6.031,57.209],[-6.035,57.212],[-6.038,57.216],[-6.038,57.22],[-6.041,57.222],[-6.041,57.225],[-6.038,57.227],[-6.03,57.225],[-6.03,57.221],[-6.024,57.218],[-6.022,57.215],[-6.022,57.214],[-6.02,57.209],[-6.02,57.206],[-6.011,57.206],[-6.006,57.203],[-6.006,57.201],[-6.003,57.2],[-6.004,57.196],[-5.997,57.191],[-5.993,57.186],[-5.994,57.183],[-5.993,57.18],[-5.996,57.173],[-5.993,57.169],[-5.981,57.167],[-5.973,57.168],[-5.97,57.169],[-5.963,57.17],[-5.961,57.171],[-5.948,57.173],[-5.945,57.174],[-5.935,57.176],[-5.931,57.174],[-5.927,57.174],[-5.922,57.171],[-5.914,57.17],[-5.904,57.172],[-5.898,57.176],[-5.897,57.179],[-5.893,57.18],[-5.881,57.176],[-5.878,57.176],[-5.87,57.178],[-5.868,57.18],[-5.863,57.182],[-5.858,57.181],[-5.853,57.183],[-5.852,57.185],[-5.847,57.186],[-5.844,57.189],[-5.839,57.189],[-5.843,57.183],[-5.846,57.182],[-5.853,57.181],[-5.855,57.179],[-5.855,57.177],[-5.862,57.175],[-5.866,57.171],[-5.871,57.171],[-5.877,57.169],[-5.883,57.169],[-5.885,57.167],[-5.894,57.167],[-5.897,57.166],[-5.903,57.165],[-5.915,57.166],[-5.92,57.16],[-5.926,57.158],[-5.929,57.156],[-5.932,57.159],[-5.934,57.154],[-5.937,57.154],[-5.942,57.15],[-5.942,57.147],[-5.95,57.146],[-5.96,57.143],[-5.968,57.141],[-5.976,57.136],[-5.971,57.135],[-5.97,57.134],[-5.975,57.13],[-5.981,57.132],[-5.987,57.128],[-5.995,57.126],[-6,57.121],[-6.004,57.114],[-6,57.115],[-5.993,57.115],[-5.989,57.113],[-5.991,57.111],[-5.986,57.107],[-5.988,57.105],[-5.995,57.105],[-5.998,57.103],[-5.999,57.1],[-6.002,57.099],[-6.006,57.091],[-6.008,57.09],[-6.009,57.08],[-6.006,57.078],[-6.007,57.075],[-6.005,57.074],[-6.014,57.07],[-6.017,57.07],[-6.022,57.071],[-6.025,57.07],[-6.03,57.065],[-6.033,57.061],[-6.031,57.059],[-6.037,57.057],[-6.037,57.053],[-6.034,57.05],[-6.038,57.047],[-6.033,57.046],[-6.033,57.044],[-6.029,57.039],[-6.032,57.037],[-6.025,57.037],[-6.023,57.033],[-6.02,57.03],[-6.02,57.026],[-6.023,57.026],[-6.016,57.019],[-6.011,57.025],[-6.006,57.025],[-6.002,57.02],[-5.996,57.024],[-5.991,57.024],[-5.988,57.027],[-5.978,57.029],[-5.975,57.031],[-5.968,57.031],[-5.965,57.028],[-5.96,57.028],[-5.961,57.03],[-5.958,57.032],[-5.955,57.035],[-5.95,57.036],[-5.948,57.038],[-5.938,57.039],[-5.931,57.044],[-5.928,57.042],[-5.924,57.043],[-5.919,57.047],[-5.921,57.049],[-5.914,57.054],[-5.91,57.054],[-5.91,57.056],[-5.906,57.057],[-5.901,57.06],[-5.902,57.062],[-5.898,57.063],[-5.897,57.069],[-5.894,57.072],[-5.89,57.073],[-5.887,57.077],[-5.886,57.08],[-5.889,57.081],[-5.881,57.084],[-5.877,57.084],[-5.871,57.087],[-5.871,57.09],[-5.864,57.094],[-5.864,57.095],[-5.861,57.099],[-5.86,57.102],[-5.855,57.103],[-5.856,57.109],[-5.85,57.112],[-5.846,57.11],[-5.839,57.11],[-5.835,57.108],[-5.831,57.109],[-5.824,57.109],[-5.822,57.112],[-5.816,57.114],[-5.814,57.119],[-5.806,57.12],[-5.801,57.127],[-5.799,57.132],[-5.806,57.131],[-5.806,57.137],[-5.803,57.138],[-5.798,57.136],[-5.79,57.137],[-5.788,57.139],[-5.792,57.142],[-5.798,57.142],[-5.8,57.147],[-5.803,57.149],[-5.798,57.153],[-5.8,57.157],[-5.797,57.162],[-5.801,57.165],[-5.803,57.169],[-5.802,57.171],[-5.808,57.176],[-5.802,57.177],[-5.799,57.174],[-5.788,57.169],[-5.787,57.168],[-5.781,57.167],[-5.772,57.17],[-5.766,57.17],[-5.761,57.171],[-5.751,57.174],[-5.75,57.177],[-5.743,57.179],[-5.739,57.178],[-5.727,57.181],[-5.717,57.184],[-5.709,57.188],[-5.708,57.189],[-5.694,57.195],[-5.693,57.198],[-5.688,57.199],[-5.68,57.204],[-5.673,57.206],[-5.669,57.209],[-5.668,57.213],[-5.669,57.216],[-5.667,57.219],[-5.664,57.221],[-5.663,57.225],[-5.667,57.232],[-5.667,57.235],[-5.665,57.238],[-5.659,57.244],[-5.654,57.247],[-5.649,57.252],[-5.649,57.257],[-5.656,57.259],[-5.661,57.264],[-5.671,57.265],[-5.675,57.264],[-5.682,57.264],[-5.688,57.263],[-5.692,57.263],[-5.704,57.263],[-5.706,57.262],[-5.713,57.263],[-5.716,57.261],[-5.728,57.261],[-5.734,57.262],[-5.728,57.265],[-5.717,57.267],[-5.711,57.27],[-5.717,57.271],[-5.719,57.273],[-5.723,57.272],[-5.738,57.275],[-5.743,57.275],[-5.76,57.271],[-5.771,57.272],[-5.777,57.271],[-5.783,57.268],[-5.786,57.268],[-5.792,57.263],[-5.796,57.263],[-5.808,57.258],[-5.811,57.256],[-5.817,57.257],[-5.823,57.257],[-5.827,57.254],[-5.833,57.253],[-5.836,57.251],[-5.845,57.249],[-5.856,57.244],[-5.859,57.246],[-5.848,57.249],[-5.845,57.251],[-5.848,57.254],[-5.851,57.254],[-5.856,57.25],[-5.862,57.249],[-5.865,57.247],[-5.871,57.247],[-5.876,57.243],[-5.876,57.241],[-5.879,57.239],[-5.886,57.238],[-5.899,57.24],[-5.902,57.241],[-5.911,57.242],[-5.908,57.247],[-5.907,57.251],[-5.905,57.253],[-5.916,57.258],[-5.917,57.26],[-5.928,57.264],[-5.932,57.263],[-5.937,57.263],[-5.935,57.26],[-5.939,57.259],[-5.946,57.263],[-5.962,57.266],[-5.975,57.27],[-5.976,57.268],[-5.986,57.271],[-5.994,57.27],[-6,57.273],[-6.005,57.28],[-6.011,57.281],[-6.015,57.285],[-6.021,57.288],[-6.025,57.288],[-6.027,57.286],[-6.031,57.285],[-6.037,57.282],[-6.043,57.277],[-6.049,57.278],[-6.06,57.274],[-6.07,57.267],[-6.076,57.266],[-6.077,57.27],[-6.086,57.271],[-6.084,57.273],[-6.08,57.273],[-6.079,57.277],[-6.073,57.278],[-6.065,57.282],[-6.055,57.286],[-6.046,57.29],[-6.042,57.293],[-6.042,57.296],[-6.05,57.298],[-6.049,57.302],[-6.05,57.305],[-6.048,57.309],[-6.052,57.312],[-6.059,57.313],[-6.07,57.314],[-6.078,57.312],[-6.083,57.311],[-6.093,57.313],[-6.098,57.313],[-6.105,57.315],[-6.113,57.313],[-6.119,57.313],[-6.128,57.309],[-6.134,57.307],[-6.139,57.306],[-6.147,57.3],[-6.156,57.297],[-6.162,57.297],[-6.166,57.295],[-6.167,57.298],[-6.164,57.3],[-6.156,57.303],[-6.141,57.312],[-6.132,57.316],[-6.126,57.317],[-6.12,57.319],[-6.115,57.319],[-6.11,57.32],[-6.105,57.319],[-6.1,57.322],[-6.101,57.326],[-6.106,57.327],[-6.108,57.329],[-6.107,57.335],[-6.101,57.339],[-6.096,57.339],[-6.095,57.341],[-6.103,57.342],[-6.104,57.338],[-6.11,57.338],[-6.117,57.342],[-6.12,57.347],[-6.124,57.349],[-6.126,57.354],[-6.133,57.36],[-6.137,57.361],[-6.139,57.366],[-6.146,57.371],[-6.146,57.373],[-6.138,57.372],[-6.135,57.373],[-6.132,57.375],[-6.13,57.383],[-6.127,57.384],[-6.124,57.388],[-6.124,57.392],[-6.128,57.397],[-6.13,57.398],[-6.135,57.403],[-6.139,57.406],[-6.142,57.406],[-6.149,57.406],[-6.162,57.406],[-6.166,57.405],[-6.169,57.403],[-6.176,57.402],[-6.181,57.407],[-6.184,57.405],[-6.183,57.401],[-6.188,57.397],[-6.193,57.396],[-6.197,57.39],[-6.201,57.392],[-6.201,57.397],[-6.197,57.403],[-6.2,57.406],[-6.2,57.409],[-6.196,57.412],[-6.192,57.409],[-6.189,57.415],[-6.182,57.415],[-6.176,57.412],[-6.173,57.413],[-6.167,57.419],[-6.161,57.421],[-6.154,57.423],[-6.151,57.424],[-6.146,57.43],[-6.145,57.437],[-6.143,57.44],[-6.143,57.444],[-6.141,57.45],[-6.14,57.454],[-6.138,57.463],[-6.136,57.473],[-6.14,57.483],[-6.139,57.485],[-6.142,57.494],[-6.144,57.496],[-6.148,57.5],[-6.144,57.506],[-6.142,57.514],[-6.142,57.52],[-6.14,57.526],[-6.14,57.528],[-6.143,57.534],[-6.141,57.542],[-6.139,57.544],[-6.139,57.547],[-6.142,57.55],[-6.144,57.555],[-6.143,57.562],[-6.149,57.566],[-6.145,57.57],[-6.147,57.574],[-6.144,57.579],[-6.14,57.583],[-6.14,57.585],[-6.145,57.587],[-6.151,57.587],[-6.155,57.592],[-6.157,57.598],[-6.167,57.603],[-6.174,57.614],[-6.176,57.62],[-6.182,57.625],[-6.186,57.63],[-6.191,57.633],[-6.195,57.632],[-6.207,57.637],[-6.211,57.635],[-6.221,57.634],[-6.228,57.635],[-6.235,57.637],[-6.236,57.641],[-6.235,57.643],[-6.237,57.646],[-6.236,57.651],[-6.24,57.657],[-6.246,57.661],[-6.248,57.664],[-6.249,57.67],[-6.251,57.673],[-6.256,57.675],[-6.257,57.678],[-6.266,57.681],[-6.276,57.683],[-6.28,57.687],[-6.285,57.689],[-6.288,57.691],[-6.294,57.692],[-6.297,57.691],[-6.303,57.692],[-6.303,57.693],[-6.298,57.694],[-6.296,57.699],[-6.292,57.7],[-6.296,57.703],[-6.297,57.708],[-6.301,57.707],[-6.303,57.705],[-6.308,57.707],[-6.318,57.705],[-6.321,57.703],[-6.322,57.701],[-6.331,57.7],[-6.338,57.7],[-6.342,57.701],[-6.346,57.705],[-6.353,57.708]]],[[[-5.82,57.737],[-5.824,57.734],[-5.822,57.731],[-5.815,57.731],[-5.813,57.728],[-5.808,57.727],[-5.805,57.728],[-5.8,57.728],[-5.795,57.73],[-5.79,57.737],[-5.796,57.737],[-5.805,57.735],[-5.81,57.735],[-5.811,57.733],[-5.82,57.737]]],[[[-6.296,57.728],[-6.299,57.73],[-6.306,57.727],[-6.302,57.724],[-6.297,57.723],[-6.291,57.723],[-6.291,57.726],[-6.296,57.728]]],[[[-6.44,57.747],[-6.443,57.744],[-6.435,57.743],[-6.44,57.747]]],[[[-5.591,57.808],[-5.596,57.805],[-5.598,57.802],[-5.595,57.799],[-5.588,57.799],[-5.581,57.798],[-5.578,57.793],[-5.579,57.791],[-5.585,57.789],[-5.594,57.789],[-5.605,57.787],[-5.606,57.79],[-5.601,57.79],[-5.599,57.794],[-5.604,57.796],[-5.608,57.796],[-5.622,57.79],[-5.621,57.787],[-5.615,57.786],[-5.615,57.785],[-5.605,57.777],[-5.606,57.775],[-5.599,57.775],[-5.596,57.773],[-5.597,57.771],[-5.599,57.768],[-5.603,57.767],[-5.608,57.768],[-5.619,57.766],[-5.623,57.768],[-5.632,57.774],[-5.633,57.776],[-5.638,57.78],[-5.643,57.782],[-5.648,57.786],[-5.654,57.788],[-5.658,57.792],[-5.668,57.8],[-5.665,57.803],[-5.666,57.808],[-5.664,57.811],[-5.667,57.813],[-5.666,57.816],[-5.663,57.817],[-5.661,57.82],[-5.663,57.825],[-5.67,57.828],[-5.667,57.829],[-5.667,57.832],[-5.67,57.833],[-5.672,57.83],[-5.679,57.83],[-5.684,57.835],[-5.681,57.837],[-5.68,57.841],[-5.68,57.843],[-5.687,57.842],[-5.693,57.844],[-5.691,57.846],[-5.694,57.85],[-5.689,57.851],[-5.69,57.855],[-5.689,57.858],[-5.686,57.86],[-5.683,57.864],[-5.685,57.866],[-5.7,57.869],[-5.7,57.87],[-5.709,57.869],[-5.712,57.87],[-5.718,57.868],[-5.721,57.871],[-5.729,57.868],[-5.73,57.866],[-5.74,57.866],[-5.747,57.867],[-5.75,57.869],[-5.761,57.87],[-5.763,57.868],[-5.773,57.864],[-5.782,57.858],[-5.788,57.86],[-5.794,57.858],[-5.797,57.861],[-5.804,57.862],[-5.812,57.86],[-5.815,57.854],[-5.811,57.85],[-5.811,57.846],[-5.808,57.841],[-5.811,57.84],[-5.814,57.833],[-5.814,57.826],[-5.813,57.824],[-5.813,57.817],[-5.809,57.814],[-5.806,57.803],[-5.804,57.801],[-5.801,57.794],[-5.802,57.79],[-5.801,57.783],[-5.804,57.781],[-5.806,57.775],[-5.81,57.771],[-5.811,57.767],[-5.805,57.763],[-5.808,57.759],[-5.812,57.755],[-5.813,57.751],[-5.809,57.747],[-5.806,57.746],[-5.799,57.745],[-5.79,57.745],[-5.783,57.744],[-5.773,57.74],[-5.76,57.731],[-5.75,57.732],[-5.745,57.731],[-5.73,57.731],[-5.723,57.73],[-5.711,57.731],[-5.707,57.73],[-5.704,57.731],[-5.696,57.73],[-5.693,57.727],[-5.69,57.725],[-5.687,57.718],[-5.687,57.715],[-5.694,57.712],[-5.689,57.71],[-5.682,57.711],[-5.679,57.706],[-5.672,57.701],[-5.678,57.699],[-5.683,57.701],[-5.688,57.699],[-5.687,57.696],[-5.682,57.694],[-5.68,57.69],[-5.684,57.689],[-5.692,57.691],[-5.695,57.697],[-5.702,57.695],[-5.707,57.699],[-5.713,57.699],[-5.717,57.701],[-5.723,57.698],[-5.731,57.699],[-5.724,57.703],[-5.727,57.706],[-5.731,57.706],[-5.738,57.708],[-5.752,57.707],[-5.756,57.707],[-5.763,57.705],[-5.77,57.702],[-5.769,57.698],[-5.775,57.697],[-5.789,57.697],[-5.789,57.694],[-5.792,57.69],[-5.787,57.686],[-5.787,57.683],[-5.792,57.679],[-5.797,57.676],[-5.812,57.661],[-5.812,57.658],[-5.809,57.653],[-5.812,57.65],[-5.816,57.651],[-5.819,57.649],[-5.82,57.644],[-5.819,57.64],[-5.814,57.637],[-5.803,57.641],[-5.8,57.641],[-5.794,57.638],[-5.79,57.638],[-5.786,57.636],[-5.772,57.632],[-5.765,57.628],[-5.756,57.624],[-5.751,57.619],[-5.745,57.615],[-5.743,57.613],[-5.733,57.607],[-5.733,57.604],[-5.736,57.602],[-5.737,57.597],[-5.73,57.591],[-5.731,57.589],[-5.728,57.586],[-5.721,57.583],[-5.717,57.582],[-5.706,57.579],[-5.689,57.578],[-5.686,57.577],[-5.681,57.569],[-5.681,57.568],[-5.688,57.566],[-5.692,57.57],[-5.696,57.569],[-5.702,57.571],[-5.704,57.565],[-5.701,57.562],[-5.696,57.563],[-5.692,57.563],[-5.691,57.56],[-5.686,57.559],[-5.687,57.556],[-5.685,57.555],[-5.681,57.556],[-5.677,57.555],[-5.67,57.553],[-5.667,57.551],[-5.668,57.546],[-5.66,57.548],[-5.651,57.553],[-5.641,57.55],[-5.636,57.55],[-5.636,57.553],[-5.638,57.555],[-5.635,57.556],[-5.624,57.554],[-5.621,57.555],[-5.614,57.552],[-5.607,57.554],[-5.606,57.556],[-5.599,57.557],[-5.587,57.557],[-5.584,57.554],[-5.581,57.554],[-5.569,57.554],[-5.564,57.553],[-5.549,57.554],[-5.533,57.553],[-5.53,57.551],[-5.526,57.551],[-5.517,57.55],[-5.518,57.548],[-5.515,57.545],[-5.513,57.539],[-5.519,57.536],[-5.516,57.535],[-5.519,57.531],[-5.524,57.53],[-5.529,57.531],[-5.533,57.529],[-5.538,57.531],[-5.544,57.532],[-5.545,57.534],[-5.55,57.536],[-5.557,57.535],[-5.559,57.533],[-5.564,57.532],[-5.569,57.534],[-5.571,57.537],[-5.577,57.536],[-5.574,57.532],[-5.577,57.531],[-5.58,57.534],[-5.588,57.534],[-5.59,57.531],[-5.596,57.531],[-5.599,57.532],[-5.602,57.535],[-5.606,57.536],[-5.614,57.531],[-5.616,57.528],[-5.622,57.529],[-5.618,57.525],[-5.619,57.522],[-5.621,57.521],[-5.627,57.522],[-5.633,57.523],[-5.634,57.526],[-5.629,57.529],[-5.632,57.53],[-5.63,57.533],[-5.639,57.537],[-5.646,57.536],[-5.645,57.54],[-5.648,57.542],[-5.657,57.542],[-5.653,57.533],[-5.652,57.532],[-5.654,57.528],[-5.65,57.527],[-5.649,57.525],[-5.652,57.52],[-5.649,57.52],[-5.645,57.514],[-5.646,57.511],[-5.65,57.509],[-5.654,57.515],[-5.663,57.517],[-5.665,57.52],[-5.672,57.523],[-5.674,57.527],[-5.683,57.527],[-5.686,57.526],[-5.692,57.531],[-5.699,57.532],[-5.7,57.534],[-5.699,57.538],[-5.701,57.542],[-5.698,57.547],[-5.701,57.553],[-5.708,57.556],[-5.713,57.556],[-5.717,57.552],[-5.713,57.55],[-5.709,57.547],[-5.713,57.546],[-5.707,57.542],[-5.709,57.54],[-5.713,57.544],[-5.717,57.544],[-5.727,57.547],[-5.734,57.547],[-5.742,57.543],[-5.745,57.546],[-5.749,57.551],[-5.743,57.554],[-5.752,57.555],[-5.759,57.557],[-5.756,57.56],[-5.761,57.561],[-5.768,57.559],[-5.77,57.565],[-5.774,57.565],[-5.78,57.566],[-5.783,57.569],[-5.781,57.573],[-5.784,57.574],[-5.791,57.575],[-5.8,57.577],[-5.808,57.581],[-5.812,57.586],[-5.817,57.585],[-5.823,57.582],[-5.82,57.578],[-5.824,57.576],[-5.827,57.578],[-5.832,57.58],[-5.836,57.579],[-5.837,57.577],[-5.841,57.576],[-5.841,57.571],[-5.838,57.57],[-5.836,57.567],[-5.837,57.562],[-5.836,57.559],[-5.839,57.558],[-5.845,57.563],[-5.849,57.563],[-5.85,57.562],[-5.849,57.558],[-5.846,57.556],[-5.854,57.548],[-5.853,57.545],[-5.854,57.538],[-5.855,57.535],[-5.854,57.526],[-5.859,57.52],[-5.862,57.516],[-5.864,57.509],[-5.867,57.508],[-5.87,57.503],[-5.868,57.499],[-5.868,57.493],[-5.871,57.491],[-5.869,57.486],[-5.868,57.481],[-5.871,57.478],[-5.873,57.474],[-5.871,57.471],[-5.868,57.469],[-5.862,57.462],[-5.862,57.455],[-5.861,57.45],[-5.856,57.444],[-5.85,57.441],[-5.844,57.441],[-5.826,57.442],[-5.817,57.444],[-5.811,57.443],[-5.806,57.439],[-5.807,57.437],[-5.812,57.434],[-5.816,57.433],[-5.819,57.428],[-5.822,57.427],[-5.825,57.419],[-5.825,57.412],[-5.82,57.412],[-5.817,57.41],[-5.815,57.407],[-5.811,57.406],[-5.811,57.399],[-5.814,57.397],[-5.819,57.401],[-5.822,57.395],[-5.82,57.391],[-5.822,57.386],[-5.828,57.388],[-5.826,57.382],[-5.829,57.381],[-5.828,57.378],[-5.826,57.377],[-5.824,57.374],[-5.826,57.373],[-5.824,57.371],[-5.824,57.368],[-5.821,57.365],[-5.82,57.361],[-5.818,57.361],[-5.813,57.362],[-5.813,57.366],[-5.816,57.37],[-5.81,57.375],[-5.806,57.375],[-5.808,57.372],[-5.805,57.364],[-5.805,57.358],[-5.799,57.357],[-5.798,57.354],[-5.796,57.352],[-5.791,57.351],[-5.785,57.347],[-5.779,57.347],[-5.772,57.349],[-5.758,57.35],[-5.744,57.352],[-5.737,57.354],[-5.73,57.355],[-5.722,57.358],[-5.723,57.36],[-5.717,57.363],[-5.717,57.364],[-5.71,57.366],[-5.699,57.371],[-5.694,57.374],[-5.693,57.377],[-5.689,57.378],[-5.682,57.379],[-5.681,57.38],[-5.67,57.382],[-5.664,57.387],[-5.659,57.389],[-5.651,57.39],[-5.648,57.39],[-5.643,57.391],[-5.633,57.398],[-5.626,57.399],[-5.625,57.401],[-5.624,57.405],[-5.618,57.407],[-5.615,57.411],[-5.613,57.415],[-5.609,57.417],[-5.606,57.412],[-5.609,57.408],[-5.614,57.405],[-5.613,57.401],[-5.606,57.398],[-5.603,57.395],[-5.598,57.395],[-5.595,57.39],[-5.597,57.388],[-5.602,57.388],[-5.608,57.384],[-5.62,57.383],[-5.623,57.381],[-5.627,57.38],[-5.634,57.38],[-5.639,57.375],[-5.635,57.368],[-5.631,57.365],[-5.627,57.367],[-5.623,57.365],[-5.619,57.366],[-5.616,57.365],[-5.6,57.365],[-5.599,57.364],[-5.604,57.362],[-5.608,57.362],[-5.611,57.36],[-5.607,57.356],[-5.602,57.355],[-5.593,57.357],[-5.583,57.359],[-5.577,57.359],[-5.566,57.358],[-5.559,57.36],[-5.555,57.359],[-5.551,57.359],[-5.552,57.361],[-5.541,57.366],[-5.534,57.37],[-5.525,57.378],[-5.519,57.38],[-5.518,57.383],[-5.51,57.386],[-5.506,57.388],[-5.508,57.39],[-5.506,57.393],[-5.496,57.399],[-5.481,57.403],[-5.476,57.408],[-5.475,57.412],[-5.472,57.415],[-5.458,57.422],[-5.451,57.423],[-5.443,57.419],[-5.441,57.414],[-5.445,57.411],[-5.445,57.409],[-5.449,57.408],[-5.453,57.405],[-5.457,57.397],[-5.456,57.394],[-5.46,57.389],[-5.466,57.388],[-5.473,57.383],[-5.479,57.381],[-5.487,57.377],[-5.495,57.375],[-5.5,57.371],[-5.501,57.37],[-5.506,57.365],[-5.511,57.364],[-5.513,57.361],[-5.518,57.361],[-5.521,57.358],[-5.534,57.353],[-5.538,57.352],[-5.545,57.352],[-5.556,57.353],[-5.561,57.354],[-5.568,57.354],[-5.571,57.353],[-5.577,57.354],[-5.585,57.351],[-5.587,57.347],[-5.586,57.344],[-5.6,57.343],[-5.604,57.342],[-5.61,57.341],[-5.619,57.338],[-5.622,57.339],[-5.636,57.339],[-5.636,57.336],[-5.647,57.335],[-5.65,57.334],[-5.655,57.335],[-5.651,57.338],[-5.65,57.34],[-5.646,57.34],[-5.644,57.346],[-5.658,57.346],[-5.66,57.345],[-5.658,57.341],[-5.664,57.34],[-5.67,57.341],[-5.674,57.34],[-5.679,57.34],[-5.681,57.342],[-5.686,57.341],[-5.683,57.337],[-5.678,57.337],[-5.678,57.334],[-5.682,57.334],[-5.684,57.331],[-5.683,57.328],[-5.68,57.327],[-5.672,57.328],[-5.673,57.326],[-5.681,57.324],[-5.689,57.324],[-5.692,57.326],[-5.7,57.325],[-5.703,57.322],[-5.702,57.318],[-5.71,57.318],[-5.717,57.315],[-5.719,57.313],[-5.719,57.31],[-5.723,57.309],[-5.725,57.305],[-5.719,57.304],[-5.718,57.303],[-5.729,57.298],[-5.728,57.295],[-5.725,57.293],[-5.724,57.292],[-5.721,57.289],[-5.721,57.287],[-5.725,57.285],[-5.732,57.285],[-5.729,57.281],[-5.723,57.28],[-5.713,57.28],[-5.71,57.279],[-5.697,57.28],[-5.692,57.283],[-5.686,57.281],[-5.673,57.28],[-5.663,57.281],[-5.658,57.283],[-5.655,57.285],[-5.648,57.287],[-5.64,57.285],[-5.639,57.283],[-5.627,57.282],[-5.625,57.281],[-5.623,57.277],[-5.618,57.274],[-5.61,57.277],[-5.607,57.279],[-5.6,57.279],[-5.595,57.277],[-5.594,57.271],[-5.59,57.271],[-5.588,57.273],[-5.577,57.274],[-5.572,57.274],[-5.566,57.277],[-5.563,57.28],[-5.559,57.281],[-5.558,57.278],[-5.55,57.276],[-5.545,57.279],[-5.539,57.28],[-5.535,57.282],[-5.533,57.281],[-5.523,57.281],[-5.519,57.279],[-5.519,57.284],[-5.513,57.288],[-5.512,57.29],[-5.507,57.292],[-5.499,57.293],[-5.492,57.298],[-5.489,57.3],[-5.491,57.305],[-5.49,57.307],[-5.486,57.308],[-5.481,57.312],[-5.465,57.316],[-5.459,57.316],[-5.454,57.315],[-5.446,57.316],[-5.444,57.319],[-5.44,57.319],[-5.437,57.316],[-5.439,57.314],[-5.445,57.311],[-5.448,57.312],[-5.453,57.31],[-5.463,57.31],[-5.468,57.309],[-5.474,57.309],[-5.478,57.307],[-5.485,57.307],[-5.488,57.304],[-5.486,57.3],[-5.486,57.297],[-5.491,57.294],[-5.494,57.294],[-5.496,57.29],[-5.504,57.287],[-5.506,57.285],[-5.515,57.282],[-5.516,57.279],[-5.513,57.272],[-5.51,57.271],[-5.507,57.268],[-5.5,57.262],[-5.493,57.261],[-5.49,57.258],[-5.483,57.257],[-5.477,57.253],[-5.471,57.248],[-5.462,57.242],[-5.451,57.237],[-5.448,57.237],[-5.435,57.236],[-5.426,57.233],[-5.42,57.233],[-5.413,57.231],[-5.407,57.233],[-5.401,57.234],[-5.394,57.231],[-5.401,57.228],[-5.406,57.228],[-5.408,57.226],[-5.419,57.222],[-5.419,57.218],[-5.427,57.217],[-5.427,57.214],[-5.433,57.212],[-5.443,57.218],[-5.447,57.222],[-5.45,57.224],[-5.457,57.226],[-5.462,57.229],[-5.474,57.232],[-5.486,57.239],[-5.486,57.24],[-5.492,57.245],[-5.496,57.246],[-5.505,57.252],[-5.508,57.254],[-5.517,57.263],[-5.524,57.269],[-5.527,57.269],[-5.533,57.271],[-5.535,57.269],[-5.543,57.269],[-5.55,57.265],[-5.556,57.264],[-5.562,57.262],[-5.572,57.26],[-5.578,57.257],[-5.586,57.257],[-5.591,57.256],[-5.594,57.259],[-5.599,57.259],[-5.603,57.256],[-5.609,57.254],[-5.625,57.251],[-5.636,57.25],[-5.64,57.247],[-5.649,57.242],[-5.653,57.238],[-5.656,57.232],[-5.655,57.227],[-5.65,57.225],[-5.647,57.226],[-5.641,57.226],[-5.636,57.225],[-5.631,57.222],[-5.633,57.221],[-5.626,57.216],[-5.624,57.212],[-5.628,57.211],[-5.629,57.209],[-5.635,57.207],[-5.638,57.201],[-5.642,57.197],[-5.651,57.196],[-5.659,57.191],[-5.662,57.19],[-5.668,57.186],[-5.676,57.184],[-5.68,57.181],[-5.683,57.176],[-5.691,57.173],[-5.693,57.171],[-5.689,57.169],[-5.687,57.167],[-5.692,57.162],[-5.689,57.159],[-5.69,57.157],[-5.682,57.154],[-5.681,57.15],[-5.667,57.145],[-5.662,57.144],[-5.661,57.143],[-5.65,57.142],[-5.645,57.144],[-5.632,57.145],[-5.623,57.145],[-5.618,57.146],[-5.611,57.146],[-5.602,57.143],[-5.599,57.143],[-5.594,57.14],[-5.584,57.139],[-5.581,57.137],[-5.579,57.133],[-5.571,57.133],[-5.57,57.134],[-5.561,57.134],[-5.56,57.131],[-5.559,57.126],[-5.554,57.125],[-5.556,57.122],[-5.55,57.116],[-5.553,57.112],[-5.548,57.111],[-5.545,57.108],[-5.536,57.106],[-5.534,57.104],[-5.527,57.102],[-5.526,57.103],[-5.514,57.102],[-5.503,57.105],[-5.494,57.106],[-5.489,57.102],[-5.48,57.105],[-5.468,57.106],[-5.46,57.109],[-5.455,57.108],[-5.454,57.11],[-5.442,57.112],[-5.437,57.112],[-5.427,57.115],[-5.417,57.115],[-5.406,57.11],[-5.398,57.111],[-5.389,57.109],[-5.391,57.107],[-5.398,57.108],[-5.402,57.108],[-5.411,57.11],[-5.417,57.11],[-5.423,57.109],[-5.426,57.107],[-5.441,57.105],[-5.446,57.106],[-5.452,57.105],[-5.454,57.104],[-5.476,57.101],[-5.482,57.101],[-5.485,57.1],[-5.492,57.098],[-5.505,57.097],[-5.51,57.098],[-5.512,57.096],[-5.516,57.092],[-5.516,57.084],[-5.518,57.082],[-5.523,57.083],[-5.526,57.086],[-5.529,57.086],[-5.539,57.089],[-5.543,57.09],[-5.55,57.092],[-5.557,57.096],[-5.561,57.098],[-5.564,57.095],[-5.569,57.097],[-5.571,57.1],[-5.571,57.103],[-5.575,57.103],[-5.578,57.108],[-5.586,57.112],[-5.588,57.115],[-5.592,57.119],[-5.598,57.119],[-5.604,57.12],[-5.611,57.12],[-5.624,57.122],[-5.636,57.123],[-5.642,57.127],[-5.646,57.128],[-5.654,57.127],[-5.661,57.125],[-5.663,57.123],[-5.67,57.122],[-5.676,57.12],[-5.685,57.119],[-5.697,57.121],[-5.702,57.119],[-5.719,57.119],[-5.725,57.115],[-5.723,57.112],[-5.727,57.109],[-5.727,57.106],[-5.73,57.103],[-5.73,57.099],[-5.736,57.097],[-5.742,57.093],[-5.748,57.091],[-5.753,57.091],[-5.76,57.089],[-5.766,57.085],[-5.766,57.082],[-5.773,57.083],[-5.777,57.079],[-5.782,57.076],[-5.783,57.074],[-5.787,57.073],[-5.789,57.07],[-5.788,57.067],[-5.797,57.063],[-5.795,57.058],[-5.791,57.054],[-5.787,57.052],[-5.788,57.05],[-5.786,57.049],[-5.78,57.049],[-5.779,57.046],[-5.772,57.046],[-5.768,57.048],[-5.764,57.052],[-5.761,57.05],[-5.762,57.046],[-5.756,57.042],[-5.758,57.039],[-5.752,57.036],[-5.755,57.034],[-5.749,57.032],[-5.749,57.029],[-5.736,57.03],[-5.733,57.031],[-5.736,57.036],[-5.727,57.038],[-5.724,57.038],[-5.712,57.041],[-5.706,57.041],[-5.696,57.04],[-5.692,57.041],[-5.683,57.038],[-5.681,57.036],[-5.673,57.034],[-5.67,57.032],[-5.67,57.028],[-5.672,57.026],[-5.682,57.026],[-5.685,57.021],[-5.679,57.01],[-5.673,57.005],[-5.67,57.003],[-5.662,56.995],[-5.656,56.993],[-5.651,56.993],[-5.639,56.992],[-5.634,56.99],[-5.633,56.987],[-5.625,56.987],[-5.622,56.986],[-5.62,56.983],[-5.605,56.987],[-5.602,56.986],[-5.597,56.99],[-5.591,56.992],[-5.584,56.993],[-5.581,56.992],[-5.573,56.993],[-5.568,56.995],[-5.561,56.995],[-5.554,56.997],[-5.552,56.999],[-5.545,56.998],[-5.541,57],[-5.533,57.002],[-5.529,57],[-5.523,57.006],[-5.519,57.004],[-5.519,57.002],[-5.524,57.001],[-5.521,56.998],[-5.51,56.997],[-5.509,56.994],[-5.523,56.994],[-5.531,56.993],[-5.542,56.99],[-5.548,56.99],[-5.556,56.987],[-5.564,56.987],[-5.576,56.983],[-5.579,56.984],[-5.582,56.981],[-5.592,56.98],[-5.594,56.982],[-5.604,56.983],[-5.609,56.983],[-5.615,56.98],[-5.614,56.978],[-5.626,56.975],[-5.635,56.975],[-5.633,56.97],[-5.642,56.974],[-5.647,56.975],[-5.656,56.978],[-5.66,56.976],[-5.666,56.976],[-5.672,56.978],[-5.678,56.98],[-5.681,56.982],[-5.689,56.985],[-5.692,56.988],[-5.697,56.986],[-5.704,56.99],[-5.709,56.991],[-5.714,56.998],[-5.715,57.001],[-5.719,57.006],[-5.722,57.008],[-5.725,57.016],[-5.727,57.018],[-5.738,57.017],[-5.749,57.017],[-5.752,57.016],[-5.757,57.016],[-5.761,57.015],[-5.772,57.015],[-5.776,57.016],[-5.782,57.014],[-5.789,57.014],[-5.792,57.012],[-5.797,57.014],[-5.808,57.014],[-5.821,57.012],[-5.823,57.009],[-5.823,57.005],[-5.832,57.004],[-5.834,57.003],[-5.834,56.997],[-5.831,56.994],[-5.835,56.991],[-5.839,56.992],[-5.843,56.99],[-5.843,56.98],[-5.846,56.977],[-5.847,56.974],[-5.846,56.972],[-5.841,56.972],[-5.832,56.972],[-5.83,56.974],[-5.825,56.973],[-5.828,56.971],[-5.823,56.967],[-5.822,56.963],[-5.831,56.965],[-5.837,56.968],[-5.845,56.967],[-5.844,56.965],[-5.848,56.96],[-5.849,56.957],[-5.852,56.956],[-5.853,56.954],[-5.851,56.953],[-5.853,56.95],[-5.857,56.946],[-5.854,56.945],[-5.853,56.941],[-5.857,56.94],[-5.863,56.941],[-5.862,56.936],[-5.866,56.936],[-5.867,56.934],[-5.863,56.928],[-5.869,56.926],[-5.872,56.926],[-5.877,56.924],[-5.877,56.921],[-5.883,56.923],[-5.883,56.917],[-5.878,56.916],[-5.873,56.91],[-5.869,56.91],[-5.863,56.909],[-5.855,56.912],[-5.85,56.912],[-5.85,56.909],[-5.845,56.909],[-5.845,56.906],[-5.854,56.902],[-5.85,56.901],[-5.851,56.899],[-5.862,56.896],[-5.871,56.9],[-5.88,56.899],[-5.883,56.903],[-5.886,56.905],[-5.894,56.904],[-5.899,56.9],[-5.896,56.897],[-5.901,56.896],[-5.905,56.894],[-5.911,56.894],[-5.913,56.893],[-5.923,56.892],[-5.922,56.887],[-5.918,56.886],[-5.916,56.881],[-5.907,56.884],[-5.906,56.879],[-5.901,56.879],[-5.9,56.877],[-5.893,56.876],[-5.887,56.874],[-5.885,56.876],[-5.882,56.88],[-5.88,56.877],[-5.875,56.88],[-5.869,56.881],[-5.868,56.883],[-5.864,56.884],[-5.86,56.882],[-5.854,56.883],[-5.852,56.882],[-5.844,56.882],[-5.836,56.885],[-5.835,56.887],[-5.828,56.889],[-5.822,56.887],[-5.814,56.887],[-5.807,56.89],[-5.804,56.892],[-5.794,56.892],[-5.787,56.891],[-5.778,56.894],[-5.768,56.894],[-5.765,56.893],[-5.759,56.894],[-5.756,56.893],[-5.749,56.895],[-5.738,56.896],[-5.733,56.893],[-5.73,56.892],[-5.731,56.889],[-5.725,56.887],[-5.724,56.885],[-5.732,56.885],[-5.739,56.884],[-5.745,56.884],[-5.75,56.882],[-5.752,56.881],[-5.762,56.878],[-5.767,56.874],[-5.777,56.87],[-5.783,56.867],[-5.789,56.86],[-5.78,56.86],[-5.775,56.861],[-5.773,56.858],[-5.769,56.858],[-5.763,56.859],[-5.756,56.858],[-5.757,56.856],[-5.754,56.854],[-5.748,56.856],[-5.744,56.854],[-5.74,56.854],[-5.739,56.856],[-5.733,56.854],[-5.731,56.854],[-5.721,56.851],[-5.718,56.852],[-5.717,56.854],[-5.716,56.862],[-5.713,56.864],[-5.711,56.867],[-5.703,56.869],[-5.7,56.874],[-5.695,56.877],[-5.692,56.877],[-5.69,56.88],[-5.682,56.879],[-5.68,56.882],[-5.676,56.882],[-5.672,56.879],[-5.666,56.879],[-5.662,56.883],[-5.657,56.884],[-5.653,56.885],[-5.64,56.887],[-5.634,56.888],[-5.631,56.885],[-5.629,56.881],[-5.622,56.881],[-5.609,56.879],[-5.606,56.88],[-5.602,56.879],[-5.591,56.879],[-5.577,56.875],[-5.57,56.877],[-5.563,56.877],[-5.555,56.874],[-5.553,56.872],[-5.53,56.874],[-5.521,56.874],[-5.518,56.873],[-5.513,56.873],[-5.506,56.875],[-5.49,56.876],[-5.479,56.878],[-5.471,56.877],[-5.471,56.876],[-5.464,56.875],[-5.455,56.871],[-5.463,56.867],[-5.47,56.86],[-5.482,56.856],[-5.479,56.853],[-5.474,56.851],[-5.47,56.852],[-5.469,56.855],[-5.465,56.855],[-5.46,56.86],[-5.458,56.862],[-5.453,56.862],[-5.452,56.866],[-5.446,56.867],[-5.443,56.87],[-5.44,56.87],[-5.435,56.867],[-5.432,56.868],[-5.424,56.866],[-5.42,56.866],[-5.416,56.864],[-5.408,56.858],[-5.402,56.858],[-5.395,56.862],[-5.364,56.858],[-5.36,56.858],[-5.35,56.859],[-5.347,56.858],[-5.344,56.859],[-5.336,56.859],[-5.332,56.86],[-5.326,56.859],[-5.319,56.859],[-5.306,56.856],[-5.291,56.856],[-5.275,56.854],[-5.271,56.855],[-5.263,56.853],[-5.25,56.855],[-5.241,56.854],[-5.239,56.855],[-5.225,56.855],[-5.218,56.855],[-5.207,56.855],[-5.201,56.856],[-5.191,56.855],[-5.187,56.853],[-5.175,56.853],[-5.165,56.849],[-5.163,56.847],[-5.163,56.844],[-5.15,56.839],[-5.142,56.839],[-5.134,56.843],[-5.123,56.843],[-5.111,56.839],[-5.105,56.836],[-5.102,56.834],[-5.103,56.827],[-5.1,56.828],[-5.099,56.833],[-5.097,56.834],[-5.091,56.831],[-5.101,56.825],[-5.109,56.823],[-5.108,56.821],[-5.12,56.813],[-5.123,56.812],[-5.126,56.809],[-5.134,56.803],[-5.142,56.795],[-5.157,56.785],[-5.164,56.781],[-5.169,56.773],[-5.176,56.768],[-5.182,56.761],[-5.19,56.757],[-5.191,56.755],[-5.154,56.745],[-5.149,56.748],[-5.139,56.741],[-5.135,56.735],[-5.125,56.732],[-5.121,56.731],[-5.109,56.732],[-5.091,56.739],[-5.069,56.749],[-5.056,56.751],[-5.041,56.748],[-5.032,56.745],[-5.011,56.743],[-4.998,56.743],[-4.977,56.745],[-4.97,56.746],[-4.96,56.744],[-4.949,56.743],[-4.94,56.743],[-4.92,56.746],[-4.91,56.745],[-4.901,56.746],[-4.891,56.748],[-4.886,56.752],[-4.863,56.764],[-4.86,56.767],[-4.853,56.779],[-4.835,56.774],[-4.824,56.774],[-4.804,56.773],[-4.778,56.771],[-4.773,56.767],[-4.771,56.76],[-4.752,56.757],[-4.744,56.754],[-4.744,56.752],[-4.747,56.747],[-4.745,56.742],[-4.732,56.742],[-4.72,56.746],[-4.694,56.748],[-4.685,56.746],[-4.673,56.742],[-4.665,56.738],[-4.663,56.733],[-4.661,56.721],[-4.659,56.716],[-4.639,56.713],[-4.628,56.712],[-4.618,56.71],[-4.605,56.709],[-4.592,56.724],[-4.585,56.73],[-4.576,56.735],[-4.578,56.735],[-4.581,56.746],[-4.584,56.751],[-4.586,56.758],[-4.59,56.76],[-4.583,56.762],[-4.581,56.765],[-4.575,56.766],[-4.56,56.77],[-4.547,56.772],[-4.551,56.776],[-4.55,56.782],[-4.545,56.783],[-4.538,56.787],[-4.535,56.791],[-4.536,56.794],[-4.532,56.796],[-4.535,56.802],[-4.529,56.806],[-4.534,56.81],[-4.531,56.813],[-4.523,56.816],[-4.522,56.817],[-4.514,56.818],[-4.516,56.821],[-4.518,56.829],[-4.508,56.834],[-4.517,56.834],[-4.526,56.834],[-4.532,56.831],[-4.534,56.828],[-4.538,56.825],[-4.541,56.825],[-4.547,56.827],[-4.547,56.83],[-4.551,56.831],[-4.556,56.829],[-4.563,56.832],[-4.565,56.839],[-4.574,56.839],[-4.581,56.84],[-4.574,56.842],[-4.572,56.844],[-4.565,56.847],[-4.559,56.851],[-4.557,56.854],[-4.56,56.86],[-4.555,56.863],[-4.553,56.866],[-4.553,56.873],[-4.552,56.875],[-4.555,56.878],[-4.559,56.878],[-4.564,56.877],[-4.567,56.878],[-4.575,56.878],[-4.578,56.881],[-4.578,56.883],[-4.574,56.886],[-4.576,56.888],[-4.572,56.892],[-4.57,56.897],[-4.567,56.9],[-4.564,56.902],[-4.562,56.905],[-4.558,56.908],[-4.555,56.913],[-4.56,56.915],[-4.561,56.918],[-4.553,56.92],[-4.551,56.923],[-4.548,56.924],[-4.541,56.929],[-4.533,56.93],[-4.523,56.932],[-4.518,56.935],[-4.515,56.938],[-4.507,56.941],[-4.499,56.946],[-4.498,56.949],[-4.504,56.949],[-4.506,56.949],[-4.522,56.946],[-4.527,56.944],[-4.534,56.944],[-4.541,56.948],[-4.558,56.949],[-4.563,56.948],[-4.569,56.949],[-4.578,56.949],[-4.582,56.953],[-4.588,56.953],[-4.59,56.95],[-4.589,56.948],[-4.594,56.948],[-4.601,56.951],[-4.597,56.954],[-4.59,56.955],[-4.588,56.96],[-4.591,56.962],[-4.578,56.966],[-4.578,56.97],[-4.575,56.97],[-4.576,56.976],[-4.574,56.981],[-4.566,56.987],[-4.568,56.989],[-4.573,56.991],[-4.577,56.995],[-4.588,56.995],[-4.592,56.997],[-4.598,56.999],[-4.602,57.002],[-4.6,57.005],[-4.605,57.005],[-4.612,57.008],[-4.616,57.012],[-4.614,57.015],[-4.615,57.018],[-4.618,57.02],[-4.613,57.022],[-4.609,57.025],[-4.605,57.026],[-4.61,57.028],[-4.613,57.027],[-4.617,57.027],[-4.629,57.03],[-4.633,57.035],[-4.627,57.044],[-4.621,57.044],[-4.612,57.047],[-4.611,57.05],[-4.602,57.052],[-4.597,57.055],[-4.596,57.058],[-4.593,57.06],[-4.583,57.061],[-4.58,57.061],[-4.579,57.058],[-4.567,57.054],[-4.557,57.057],[-4.553,57.059],[-4.545,57.055],[-4.539,57.054],[-4.533,57.059],[-4.53,57.064],[-4.524,57.069],[-4.52,57.072],[-4.51,57.07],[-4.506,57.067],[-4.495,57.065],[-4.489,57.063],[-4.484,57.065],[-4.481,57.071],[-4.474,57.075],[-4.469,57.074],[-4.464,57.073],[-4.461,57.07],[-4.454,57.068],[-4.45,57.067],[-4.447,57.069],[-4.444,57.072],[-4.44,57.071],[-4.429,57.074],[-4.418,57.075],[-4.407,57.079],[-4.397,57.08],[-4.393,57.083],[-4.384,57.08],[-4.376,57.073],[-4.368,57.07],[-4.369,57.067],[-4.372,57.065],[-4.37,57.063],[-4.372,57.058],[-4.352,57.055],[-4.349,57.053],[-4.344,57.053],[-4.341,57.052],[-4.336,57.055],[-4.33,57.054],[-4.327,57.061],[-4.323,57.063],[-4.319,57.068],[-4.316,57.069],[-4.309,57.074],[-4.307,57.078],[-4.312,57.083],[-4.312,57.085],[-4.315,57.091],[-4.312,57.092],[-4.306,57.09],[-4.3,57.091],[-4.293,57.095],[-4.285,57.096],[-4.278,57.094],[-4.27,57.099],[-4.261,57.098],[-4.261,57.1],[-4.254,57.104],[-4.252,57.108],[-4.247,57.108],[-4.242,57.111],[-4.24,57.114],[-4.235,57.114],[-4.227,57.12],[-4.22,57.123],[-4.215,57.121],[-4.21,57.122],[-4.199,57.124],[-4.195,57.123],[-4.19,57.123],[-4.183,57.123],[-4.176,57.125],[-4.172,57.127],[-4.164,57.127],[-4.159,57.125],[-4.153,57.122],[-4.143,57.128],[-4.139,57.129],[-4.141,57.134],[-4.147,57.138],[-4.146,57.14],[-4.149,57.143],[-4.155,57.143],[-4.158,57.146],[-4.154,57.154],[-4.148,57.161],[-4.139,57.164],[-4.137,57.17],[-4.132,57.177],[-4.127,57.176],[-4.127,57.179],[-4.122,57.184],[-4.116,57.183],[-4.115,57.18],[-4.094,57.184],[-4.082,57.188],[-4.063,57.189],[-4.057,57.199],[-4.059,57.204],[-4.043,57.214],[-4.038,57.223],[-4.041,57.234],[-4.042,57.246],[-4.014,57.253],[-3.985,57.269],[-3.965,57.278],[-3.962,57.293],[-3.924,57.31],[-3.911,57.31],[-3.899,57.318],[-3.89,57.319],[-3.884,57.324],[-3.87,57.329],[-3.868,57.331],[-3.858,57.336],[-3.852,57.337],[-3.844,57.343],[-3.856,57.345],[-3.876,57.351],[-3.887,57.357],[-3.891,57.361],[-3.886,57.366],[-3.894,57.366],[-3.896,57.369],[-3.901,57.371],[-3.9,57.374],[-3.902,57.379],[-3.905,57.383],[-3.919,57.382],[-3.926,57.385],[-3.93,57.385],[-3.934,57.388],[-3.943,57.388],[-3.948,57.387],[-3.952,57.389],[-3.962,57.398],[-3.959,57.413],[-3.96,57.415],[-3.954,57.419],[-3.957,57.424],[-3.96,57.427],[-3.963,57.428],[-3.978,57.427],[-3.989,57.423],[-3.993,57.423],[-3.997,57.42],[-4.005,57.415],[-4.014,57.418],[-4.019,57.418],[-4.02,57.419],[-4.026,57.421],[-4.022,57.431],[-4.03,57.429],[-4.044,57.427],[-4.048,57.428],[-4.054,57.426],[-4.056,57.433],[-4.055,57.435],[-4.037,57.434],[-4.026,57.436],[-4.018,57.437],[-4.018,57.439],[-4.023,57.442],[-4.023,57.447],[-4.03,57.449],[-4.036,57.453],[-4.041,57.455],[-4.039,57.457],[-4.045,57.462],[-4.046,57.465],[-4.05,57.468],[-4.059,57.47],[-4.063,57.472],[-4.062,57.477],[-4.068,57.487],[-4.075,57.491],[-4.073,57.493],[-4.059,57.5],[-4.056,57.501],[-4.069,57.508],[-4.08,57.504],[-4.09,57.501],[-4.101,57.508],[-4.104,57.511],[-4.112,57.508],[-4.117,57.505],[-4.128,57.502],[-4.141,57.501],[-4.145,57.5],[-4.149,57.501],[-4.152,57.5],[-4.163,57.492],[-4.178,57.485],[-4.185,57.484],[-4.188,57.484],[-4.188,57.487],[-4.193,57.49],[-4.196,57.489],[-4.207,57.493],[-4.21,57.493],[-4.213,57.495],[-4.22,57.497],[-4.229,57.494],[-4.235,57.494],[-4.236,57.492],[-4.23,57.486],[-4.232,57.485],[-4.235,57.489],[-4.239,57.491],[-4.239,57.494],[-4.246,57.494],[-4.251,57.49],[-4.259,57.49],[-4.266,57.487],[-4.288,57.481],[-4.288,57.479],[-4.283,57.474],[-4.283,57.471],[-4.287,57.469],[-4.291,57.466],[-4.295,57.466],[-4.31,57.459],[-4.313,57.459],[-4.323,57.454],[-4.327,57.449],[-4.334,57.443],[-4.337,57.439],[-4.342,57.436],[-4.352,57.435],[-4.362,57.433],[-4.369,57.431],[-4.383,57.428],[-4.391,57.422],[-4.409,57.426],[-4.41,57.423],[-4.422,57.412],[-4.426,57.402],[-4.432,57.39],[-4.445,57.374],[-4.455,57.373],[-4.457,57.369],[-4.457,57.365],[-4.46,57.365],[-4.471,57.366],[-4.477,57.369],[-4.487,57.367],[-4.503,57.368],[-4.522,57.369],[-4.54,57.367],[-4.542,57.374],[-4.604,57.373],[-4.612,57.383],[-4.619,57.386],[-4.623,57.39],[-4.629,57.396],[-4.63,57.405],[-4.624,57.409],[-4.626,57.42],[-4.63,57.424],[-4.624,57.424],[-4.62,57.421],[-4.615,57.424],[-4.612,57.429],[-4.615,57.437],[-4.617,57.443],[-4.624,57.446],[-4.634,57.451],[-4.642,57.454],[-4.643,57.459],[-4.643,57.466],[-4.641,57.472],[-4.651,57.477],[-4.671,57.479],[-4.675,57.488],[-4.674,57.492],[-4.676,57.494],[-4.686,57.492],[-4.692,57.492],[-4.704,57.491],[-4.706,57.486],[-4.713,57.483],[-4.712,57.479],[-4.716,57.479],[-4.722,57.477],[-4.728,57.476],[-4.738,57.477],[-4.745,57.481],[-4.752,57.484],[-4.753,57.488],[-4.75,57.492],[-4.751,57.497],[-4.757,57.499],[-4.772,57.497],[-4.777,57.494],[-4.781,57.494],[-4.795,57.494],[-4.8,57.494],[-4.815,57.495],[-4.821,57.494],[-4.827,57.492],[-4.828,57.489],[-4.832,57.489],[-4.832,57.487],[-4.844,57.486],[-4.859,57.482],[-4.865,57.483],[-4.869,57.482],[-4.871,57.483],[-4.879,57.481],[-4.884,57.482],[-4.889,57.48],[-4.899,57.474],[-4.904,57.473],[-4.908,57.475],[-4.915,57.473],[-4.918,57.476],[-4.933,57.476],[-4.939,57.473],[-4.952,57.473],[-4.956,57.472],[-4.962,57.473],[-4.965,57.472],[-4.988,57.468],[-5.004,57.463],[-5.008,57.46],[-5.01,57.458],[-5.015,57.455],[-5.023,57.453],[-5.031,57.449],[-5.046,57.44],[-5.049,57.437],[-5.048,57.435],[-5.042,57.434],[-5.039,57.432],[-5.041,57.43],[-5.056,57.431],[-5.061,57.435],[-5.065,57.429],[-5.084,57.423],[-5.086,57.422],[-5.097,57.422],[-5.111,57.422],[-5.115,57.422],[-5.125,57.424],[-5.143,57.429],[-5.156,57.431],[-5.167,57.431],[-5.176,57.431],[-5.188,57.429],[-5.193,57.428],[-5.199,57.428],[-5.204,57.427],[-5.215,57.425],[-5.222,57.424],[-5.228,57.421],[-5.237,57.419],[-5.248,57.422],[-5.25,57.428],[-5.248,57.434],[-5.242,57.441],[-5.23,57.449],[-5.23,57.455],[-5.205,57.457],[-5.208,57.467],[-5.208,57.473],[-5.206,57.478],[-5.194,57.485],[-5.186,57.486],[-5.175,57.49],[-5.163,57.497],[-5.156,57.503],[-5.154,57.51],[-5.157,57.517],[-5.161,57.523],[-5.168,57.526],[-5.184,57.523],[-5.197,57.521],[-5.201,57.527],[-5.21,57.528],[-5.213,57.529],[-5.224,57.529],[-5.229,57.537],[-5.218,57.538],[-5.215,57.541],[-5.198,57.538],[-5.186,57.537],[-5.179,57.538],[-5.188,57.546],[-5.194,57.549],[-5.198,57.554],[-5.2,57.559],[-5.199,57.567],[-5.193,57.568],[-5.187,57.573],[-5.187,57.585],[-5.186,57.589],[-5.178,57.599],[-5.159,57.604],[-5.147,57.609],[-5.143,57.612],[-5.142,57.618],[-5.136,57.629],[-5.138,57.634],[-5.143,57.639],[-5.142,57.644],[-5.136,57.652],[-5.152,57.656],[-5.154,57.658],[-5.154,57.662],[-5.153,57.669],[-5.148,57.68],[-5.157,57.685],[-5.166,57.689],[-5.174,57.689],[-5.19,57.688],[-5.2,57.686],[-5.215,57.686],[-5.226,57.686],[-5.236,57.691],[-5.243,57.695],[-5.244,57.702],[-5.252,57.703],[-5.261,57.705],[-5.266,57.704],[-5.275,57.702],[-5.284,57.702],[-5.291,57.707],[-5.3,57.711],[-5.305,57.714],[-5.318,57.715],[-5.329,57.722],[-5.335,57.725],[-5.352,57.73],[-5.362,57.731],[-5.378,57.731],[-5.395,57.729],[-5.412,57.726],[-5.418,57.731],[-5.433,57.745],[-5.449,57.75],[-5.475,57.775],[-5.479,57.775],[-5.507,57.768],[-5.516,57.779],[-5.501,57.784],[-5.5,57.785],[-5.508,57.791],[-5.512,57.793],[-5.527,57.794],[-5.535,57.797],[-5.559,57.802],[-5.591,57.808]]],[[[-5.717,57.875],[-5.718,57.874],[-5.712,57.873],[-5.711,57.875],[-5.717,57.875]]]]},"properties":{"Name":"Inverness, Skye and West Ross-shire","ID":"S14000094"},"id":598}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.117,55.915],[-3.121,55.916],[-3.122,55.918],[-3.127,55.915],[-3.136,55.919],[-3.131,55.922],[-3.136,55.925],[-3.143,55.921],[-3.149,55.923],[-3.144,55.925],[-3.149,55.934],[-3.145,55.937],[-3.168,55.94],[-3.172,55.942],[-3.176,55.94],[-3.182,55.939],[-3.183,55.94],[-3.19,55.94],[-3.199,55.941],[-3.205,55.94],[-3.208,55.937],[-3.213,55.941],[-3.221,55.938],[-3.224,55.934],[-3.22,55.931],[-3.216,55.929],[-3.224,55.927],[-3.225,55.924],[-3.222,55.919],[-3.223,55.915],[-3.221,55.912],[-3.218,55.912],[-3.219,55.907],[-3.218,55.903],[-3.213,55.904],[-3.212,55.888],[-3.207,55.89],[-3.201,55.89],[-3.201,55.895],[-3.19,55.893],[-3.162,55.889],[-3.148,55.89],[-3.137,55.892],[-3.121,55.897],[-3.112,55.899],[-3.093,55.9],[-3.098,55.904],[-3.105,55.907],[-3.117,55.915]]]},"properties":{"Name":"Edinburgh South","ID":"S14000080"},"id":599}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.085,54.769],[-4.089,54.765],[-4.083,54.765],[-4.083,54.767],[-4.085,54.769]]],[[[-4.222,54.818],[-4.221,54.819],[-4.223,54.822],[-4.229,54.818],[-4.224,54.815],[-4.222,54.818]]],[[[-3.808,54.835],[-3.813,54.833],[-3.811,54.831],[-3.808,54.831],[-3.808,54.835]]],[[[-4.112,55.305],[-4.114,55.302],[-4.116,55.3],[-4.124,55.296],[-4.131,55.296],[-4.134,55.293],[-4.139,55.285],[-4.146,55.284],[-4.15,55.285],[-4.16,55.29],[-4.166,55.292],[-4.174,55.296],[-4.178,55.303],[-4.185,55.306],[-4.186,55.308],[-4.194,55.313],[-4.195,55.315],[-4.199,55.316],[-4.205,55.318],[-4.209,55.318],[-4.214,55.317],[-4.22,55.318],[-4.227,55.318],[-4.229,55.322],[-4.233,55.323],[-4.238,55.321],[-4.242,55.318],[-4.246,55.314],[-4.246,55.311],[-4.25,55.306],[-4.257,55.306],[-4.258,55.308],[-4.266,55.309],[-4.27,55.311],[-4.272,55.31],[-4.278,55.31],[-4.285,55.308],[-4.291,55.31],[-4.296,55.31],[-4.299,55.311],[-4.302,55.31],[-4.304,55.305],[-4.311,55.301],[-4.31,55.297],[-4.311,55.294],[-4.32,55.286],[-4.324,55.284],[-4.328,55.281],[-4.328,55.279],[-4.336,55.275],[-4.339,55.272],[-4.345,55.271],[-4.347,55.265],[-4.354,55.265],[-4.356,55.259],[-4.36,55.258],[-4.359,55.255],[-4.355,55.253],[-4.358,55.246],[-4.362,55.242],[-4.361,55.238],[-4.364,55.233],[-4.366,55.229],[-4.369,55.228],[-4.375,55.22],[-4.378,55.211],[-4.382,55.207],[-4.378,55.202],[-4.38,55.201],[-4.389,55.203],[-4.392,55.202],[-4.395,55.199],[-4.394,55.198],[-4.396,55.192],[-4.398,55.191],[-4.397,55.186],[-4.401,55.187],[-4.409,55.179],[-4.409,55.173],[-4.413,55.168],[-4.412,55.165],[-4.408,55.163],[-4.407,55.159],[-4.41,55.152],[-4.417,55.147],[-4.421,55.144],[-4.431,55.139],[-4.435,55.138],[-4.441,55.14],[-4.443,55.147],[-4.442,55.154],[-4.447,55.159],[-4.447,55.165],[-4.443,55.167],[-4.451,55.168],[-4.455,55.171],[-4.462,55.17],[-4.464,55.162],[-4.468,55.159],[-4.472,55.156],[-4.479,55.153],[-4.489,55.152],[-4.5,55.153],[-4.514,55.152],[-4.516,55.153],[-4.531,55.158],[-4.542,55.158],[-4.548,55.159],[-4.558,55.158],[-4.565,55.158],[-4.568,55.155],[-4.575,55.153],[-4.575,55.15],[-4.579,55.149],[-4.584,55.142],[-4.586,55.144],[-4.59,55.142],[-4.593,55.14],[-4.596,55.141],[-4.598,55.138],[-4.61,55.142],[-4.615,55.14],[-4.619,55.142],[-4.626,55.139],[-4.625,55.136],[-4.627,55.134],[-4.632,55.133],[-4.636,55.131],[-4.646,55.128],[-4.645,55.126],[-4.65,55.121],[-4.657,55.121],[-4.658,55.12],[-4.66,55.116],[-4.662,55.112],[-4.659,55.107],[-4.66,55.101],[-4.658,55.1],[-4.657,55.093],[-4.661,55.089],[-4.658,55.087],[-4.655,55.088],[-4.65,55.083],[-4.647,55.081],[-4.647,55.078],[-4.637,55.077],[-4.635,55.078],[-4.63,55.077],[-4.631,55.074],[-4.631,55.072],[-4.627,55.071],[-4.625,55.068],[-4.627,55.065],[-4.629,55.064],[-4.627,55.061],[-4.632,55.058],[-4.636,55.053],[-4.634,55.051],[-4.646,55.049],[-4.645,55.052],[-4.646,55.054],[-4.651,55.055],[-4.656,55.053],[-4.661,55.054],[-4.667,55.051],[-4.67,55.051],[-4.677,55.049],[-4.677,55.047],[-4.681,55.044],[-4.69,55.045],[-4.694,55.043],[-4.702,55.042],[-4.708,55.039],[-4.711,55.04],[-4.715,55.038],[-4.719,55.041],[-4.722,55.044],[-4.726,55.046],[-4.73,55.043],[-4.734,55.042],[-4.737,55.042],[-4.74,55.047],[-4.743,55.047],[-4.745,55.044],[-4.75,55.044],[-4.753,55.042],[-4.761,55.038],[-4.766,55.04],[-4.776,55.042],[-4.783,55.038],[-4.788,55.032],[-4.79,55.031],[-4.794,55.033],[-4.791,55.037],[-4.797,55.041],[-4.799,55.044],[-4.804,55.043],[-4.816,55.043],[-4.819,55.041],[-4.824,55.041],[-4.827,55.035],[-4.834,55.036],[-4.833,55.038],[-4.835,55.041],[-4.841,55.045],[-4.844,55.043],[-4.851,55.044],[-4.859,55.041],[-4.865,55.041],[-4.873,55.038],[-4.877,55.038],[-4.879,55.04],[-4.884,55.04],[-4.883,55.047],[-4.888,55.052],[-4.896,55.054],[-4.895,55.061],[-4.901,55.064],[-4.905,55.062],[-4.909,55.062],[-4.913,55.066],[-4.923,55.066],[-4.924,55.065],[-4.933,55.064],[-4.93,55.059],[-4.931,55.057],[-4.931,55.051],[-4.94,55.046],[-4.943,55.044],[-4.944,55.039],[-4.952,55.03],[-4.958,55.027],[-4.957,55.026],[-4.962,55.02],[-4.974,55.024],[-4.978,55.022],[-4.981,55.018],[-4.973,55.012],[-4.978,55.009],[-4.987,55.011],[-4.995,55.009],[-5.015,55.006],[-5.029,55.003],[-5.035,54.999],[-5.04,54.998],[-5.036,54.989],[-5.036,54.984],[-5.03,54.98],[-5.031,54.976],[-5.03,54.974],[-5.025,54.973],[-5.019,54.97],[-5.006,54.953],[-5.007,54.951],[-5.006,54.949],[-5.007,54.944],[-5.002,54.943],[-5,54.94],[-4.996,54.936],[-4.993,54.929],[-4.993,54.926],[-4.991,54.922],[-4.991,54.919],[-4.996,54.913],[-5.002,54.91],[-5.011,54.907],[-5.018,54.905],[-5.024,54.909],[-5.024,54.906],[-5.036,54.909],[-5.041,54.913],[-5.047,54.918],[-5.054,54.92],[-5.061,54.924],[-5.065,54.928],[-5.065,54.931],[-5.068,54.934],[-5.07,54.94],[-5.07,54.945],[-5.072,54.95],[-5.07,54.953],[-5.071,54.957],[-5.075,54.959],[-5.075,54.964],[-5.069,54.967],[-5.062,54.968],[-5.066,54.972],[-5.065,54.974],[-5.068,54.976],[-5.072,54.982],[-5.07,54.989],[-5.075,54.992],[-5.075,54.995],[-5.078,54.997],[-5.087,55],[-5.086,55.004],[-5.088,55.006],[-5.091,55.013],[-5.096,55.017],[-5.101,55.018],[-5.112,55.017],[-5.119,55.014],[-5.123,55.014],[-5.125,55.011],[-5.134,55.01],[-5.138,55.007],[-5.143,55.007],[-5.147,55.009],[-5.157,55.009],[-5.162,55.006],[-5.161,55.004],[-5.167,55.002],[-5.173,54.994],[-5.172,54.991],[-5.175,54.99],[-5.177,54.986],[-5.184,54.979],[-5.185,54.978],[-5.186,54.975],[-5.179,54.973],[-5.179,54.971],[-5.179,54.964],[-5.181,54.96],[-5.184,54.956],[-5.187,54.952],[-5.186,54.948],[-5.187,54.945],[-5.186,54.943],[-5.185,54.937],[-5.187,54.935],[-5.185,54.93],[-5.187,54.929],[-5.185,54.927],[-5.186,54.925],[-5.185,54.915],[-5.181,54.909],[-5.175,54.907],[-5.174,54.902],[-5.164,54.894],[-5.159,54.89],[-5.154,54.879],[-5.15,54.875],[-5.145,54.871],[-5.144,54.867],[-5.148,54.864],[-5.148,54.861],[-5.145,54.861],[-5.145,54.858],[-5.14,54.857],[-5.141,54.854],[-5.135,54.85],[-5.13,54.85],[-5.13,54.847],[-5.124,54.843],[-5.117,54.842],[-5.117,54.84],[-5.115,54.837],[-5.108,54.835],[-5.108,54.832],[-5.103,54.829],[-5.095,54.829],[-5.088,54.827],[-5.084,54.825],[-5.083,54.821],[-5.078,54.816],[-5.074,54.816],[-5.07,54.813],[-5.066,54.812],[-5.06,54.812],[-5.059,54.81],[-5.054,54.81],[-5.052,54.806],[-5.048,54.804],[-5.044,54.803],[-5.04,54.799],[-5.042,54.797],[-5.043,54.794],[-5.04,54.791],[-5.031,54.79],[-5.026,54.786],[-5.024,54.786],[-5.019,54.782],[-5.012,54.784],[-5.012,54.782],[-5.007,54.776],[-5.001,54.773],[-4.999,54.765],[-5,54.763],[-5.004,54.762],[-5.007,54.76],[-5.003,54.759],[-5.004,54.755],[-4.998,54.753],[-4.993,54.753],[-4.989,54.752],[-4.987,54.75],[-4.987,54.745],[-4.991,54.742],[-4.99,54.74],[-4.993,54.736],[-4.993,54.735],[-4.989,54.733],[-4.984,54.732],[-4.981,54.734],[-4.972,54.733],[-4.969,54.731],[-4.96,54.73],[-4.957,54.729],[-4.956,54.724],[-4.964,54.722],[-4.967,54.718],[-4.963,54.716],[-4.963,54.713],[-4.958,54.706],[-4.955,54.704],[-4.948,54.702],[-4.95,54.699],[-4.956,54.698],[-4.962,54.695],[-4.966,54.692],[-4.969,54.692],[-4.973,54.69],[-4.974,54.684],[-4.969,54.678],[-4.963,54.676],[-4.968,54.673],[-4.965,54.67],[-4.964,54.667],[-4.965,54.664],[-4.96,54.664],[-4.951,54.658],[-4.937,54.652],[-4.933,54.648],[-4.931,54.648],[-4.918,54.643],[-4.91,54.644],[-4.902,54.64],[-4.893,54.64],[-4.888,54.639],[-4.883,54.64],[-4.884,54.637],[-4.877,54.634],[-4.87,54.634],[-4.864,54.635],[-4.861,54.634],[-4.856,54.634],[-4.853,54.637],[-4.859,54.638],[-4.865,54.638],[-4.877,54.639],[-4.877,54.642],[-4.879,54.649],[-4.882,54.653],[-4.884,54.654],[-4.883,54.658],[-4.881,54.661],[-4.88,54.667],[-4.882,54.669],[-4.88,54.672],[-4.874,54.677],[-4.867,54.682],[-4.87,54.682],[-4.876,54.686],[-4.882,54.686],[-4.886,54.692],[-4.891,54.691],[-4.895,54.692],[-4.898,54.695],[-4.899,54.699],[-4.906,54.701],[-4.907,54.706],[-4.905,54.712],[-4.908,54.715],[-4.911,54.722],[-4.911,54.726],[-4.915,54.728],[-4.916,54.731],[-4.914,54.735],[-4.92,54.737],[-4.921,54.739],[-4.917,54.743],[-4.922,54.746],[-4.927,54.75],[-4.929,54.757],[-4.932,54.762],[-4.939,54.764],[-4.94,54.765],[-4.938,54.769],[-4.94,54.77],[-4.939,54.777],[-4.943,54.779],[-4.943,54.782],[-4.946,54.785],[-4.947,54.791],[-4.951,54.797],[-4.957,54.8],[-4.961,54.803],[-4.96,54.808],[-4.953,54.815],[-4.943,54.823],[-4.94,54.827],[-4.939,54.831],[-4.934,54.834],[-4.925,54.835],[-4.92,54.836],[-4.894,54.846],[-4.878,54.851],[-4.856,54.857],[-4.853,54.858],[-4.851,54.861],[-4.851,54.863],[-4.857,54.867],[-4.861,54.869],[-4.856,54.87],[-4.847,54.869],[-4.842,54.866],[-4.834,54.864],[-4.826,54.863],[-4.819,54.863],[-4.817,54.866],[-4.811,54.861],[-4.808,54.861],[-4.803,54.853],[-4.803,54.85],[-4.8,54.848],[-4.792,54.846],[-4.791,54.843],[-4.786,54.836],[-4.782,54.832],[-4.776,54.832],[-4.773,54.83],[-4.767,54.829],[-4.763,54.827],[-4.754,54.83],[-4.746,54.829],[-4.742,54.828],[-4.722,54.827],[-4.709,54.824],[-4.7,54.817],[-4.694,54.815],[-4.679,54.804],[-4.668,54.798],[-4.657,54.795],[-4.649,54.793],[-4.646,54.792],[-4.626,54.783],[-4.62,54.783],[-4.615,54.781],[-4.611,54.781],[-4.601,54.777],[-4.596,54.772],[-4.591,54.77],[-4.585,54.765],[-4.584,54.761],[-4.585,54.758],[-4.577,54.751],[-4.577,54.746],[-4.572,54.741],[-4.572,54.738],[-4.557,54.737],[-4.545,54.733],[-4.543,54.73],[-4.54,54.728],[-4.541,54.723],[-4.53,54.722],[-4.526,54.72],[-4.521,54.714],[-4.513,54.711],[-4.508,54.71],[-4.503,54.707],[-4.489,54.701],[-4.481,54.699],[-4.467,54.697],[-4.464,54.696],[-4.456,54.696],[-4.444,54.693],[-4.439,54.69],[-4.432,54.688],[-4.426,54.685],[-4.415,54.681],[-4.411,54.681],[-4.408,54.678],[-4.398,54.678],[-4.392,54.678],[-4.378,54.683],[-4.378,54.684],[-4.371,54.688],[-4.365,54.691],[-4.365,54.695],[-4.367,54.699],[-4.366,54.701],[-4.362,54.7],[-4.354,54.703],[-4.351,54.706],[-4.349,54.712],[-4.352,54.715],[-4.353,54.718],[-4.36,54.717],[-4.363,54.718],[-4.365,54.723],[-4.364,54.726],[-4.367,54.728],[-4.364,54.735],[-4.362,54.737],[-4.367,54.742],[-4.362,54.747],[-4.362,54.749],[-4.358,54.752],[-4.36,54.755],[-4.355,54.758],[-4.358,54.76],[-4.357,54.765],[-4.355,54.767],[-4.356,54.769],[-4.362,54.769],[-4.367,54.77],[-4.371,54.772],[-4.37,54.775],[-4.365,54.776],[-4.36,54.778],[-4.361,54.786],[-4.364,54.788],[-4.368,54.788],[-4.369,54.793],[-4.366,54.795],[-4.362,54.796],[-4.352,54.79],[-4.344,54.791],[-4.341,54.799],[-4.345,54.806],[-4.347,54.808],[-4.354,54.813],[-4.364,54.816],[-4.368,54.815],[-4.376,54.82],[-4.38,54.82],[-4.386,54.822],[-4.394,54.822],[-4.398,54.824],[-4.407,54.824],[-4.414,54.829],[-4.415,54.832],[-4.414,54.836],[-4.416,54.84],[-4.418,54.841],[-4.419,54.849],[-4.421,54.851],[-4.42,54.853],[-4.422,54.858],[-4.422,54.864],[-4.428,54.864],[-4.421,54.872],[-4.425,54.878],[-4.426,54.881],[-4.421,54.885],[-4.416,54.888],[-4.402,54.89],[-4.396,54.894],[-4.405,54.899],[-4.406,54.9],[-4.406,54.905],[-4.399,54.91],[-4.399,54.913],[-4.401,54.916],[-4.412,54.915],[-4.415,54.918],[-4.422,54.92],[-4.426,54.926],[-4.425,54.932],[-4.437,54.933],[-4.445,54.931],[-4.45,54.934],[-4.457,54.936],[-4.455,54.938],[-4.451,54.939],[-4.444,54.938],[-4.444,54.936],[-4.45,54.936],[-4.445,54.933],[-4.436,54.934],[-4.426,54.934],[-4.416,54.933],[-4.422,54.927],[-4.42,54.922],[-4.416,54.92],[-4.402,54.919],[-4.399,54.918],[-4.396,54.916],[-4.395,54.912],[-4.399,54.907],[-4.399,54.903],[-4.394,54.899],[-4.389,54.897],[-4.385,54.892],[-4.382,54.889],[-4.382,54.881],[-4.379,54.878],[-4.374,54.877],[-4.367,54.87],[-4.363,54.864],[-4.352,54.859],[-4.34,54.856],[-4.332,54.852],[-4.326,54.851],[-4.32,54.849],[-4.311,54.847],[-4.303,54.843],[-4.295,54.844],[-4.282,54.842],[-4.279,54.84],[-4.265,54.836],[-4.262,54.837],[-4.257,54.837],[-4.258,54.841],[-4.255,54.843],[-4.255,54.845],[-4.245,54.847],[-4.239,54.853],[-4.235,54.853],[-4.231,54.855],[-4.228,54.859],[-4.229,54.863],[-4.227,54.865],[-4.222,54.865],[-4.21,54.866],[-4.206,54.868],[-4.202,54.867],[-4.208,54.861],[-4.212,54.859],[-4.215,54.854],[-4.222,54.85],[-4.223,54.848],[-4.219,54.846],[-4.219,54.843],[-4.225,54.841],[-4.224,54.839],[-4.221,54.838],[-4.217,54.839],[-4.214,54.835],[-4.218,54.831],[-4.219,54.827],[-4.216,54.822],[-4.208,54.821],[-4.21,54.816],[-4.209,54.814],[-4.204,54.813],[-4.197,54.81],[-4.191,54.81],[-4.182,54.808],[-4.185,54.804],[-4.186,54.802],[-4.183,54.798],[-4.18,54.796],[-4.179,54.792],[-4.173,54.79],[-4.17,54.787],[-4.164,54.788],[-4.16,54.785],[-4.161,54.783],[-4.158,54.78],[-4.156,54.781],[-4.152,54.778],[-4.139,54.776],[-4.135,54.777],[-4.132,54.779],[-4.13,54.783],[-4.125,54.788],[-4.12,54.787],[-4.12,54.785],[-4.124,54.782],[-4.125,54.779],[-4.119,54.777],[-4.112,54.778],[-4.109,54.774],[-4.108,54.768],[-4.103,54.767],[-4.094,54.766],[-4.093,54.769],[-4.091,54.771],[-4.09,54.775],[-4.094,54.777],[-4.098,54.776],[-4.104,54.777],[-4.105,54.78],[-4.096,54.781],[-4.092,54.781],[-4.09,54.782],[-4.093,54.786],[-4.091,54.793],[-4.089,54.795],[-4.09,54.799],[-4.089,54.802],[-4.088,54.808],[-4.089,54.812],[-4.091,54.814],[-4.084,54.817],[-4.078,54.824],[-4.077,54.826],[-4.069,54.831],[-4.069,54.833],[-4.063,54.84],[-4.06,54.841],[-4.057,54.84],[-4.051,54.84],[-4.045,54.846],[-4.05,54.849],[-4.051,54.855],[-4.05,54.862],[-4.044,54.858],[-4.04,54.857],[-4.044,54.855],[-4.049,54.854],[-4.048,54.85],[-4.041,54.848],[-4.046,54.843],[-4.048,54.839],[-4.053,54.838],[-4.062,54.838],[-4.062,54.833],[-4.06,54.83],[-4.061,54.826],[-4.069,54.822],[-4.073,54.814],[-4.068,54.814],[-4.066,54.816],[-4.06,54.82],[-4.06,54.822],[-4.055,54.826],[-4.048,54.821],[-4.049,54.818],[-4.045,54.814],[-4.048,54.808],[-4.052,54.806],[-4.056,54.802],[-4.058,54.797],[-4.063,54.795],[-4.064,54.792],[-4.065,54.787],[-4.064,54.78],[-4.056,54.777],[-4.055,54.775],[-4.047,54.772],[-4.045,54.77],[-4.04,54.769],[-4.034,54.77],[-4.029,54.773],[-4.022,54.772],[-4.016,54.772],[-4.012,54.77],[-4.006,54.775],[-4.004,54.773],[-3.996,54.772],[-3.995,54.77],[-3.987,54.77],[-3.984,54.769],[-3.976,54.769],[-3.963,54.772],[-3.96,54.774],[-3.958,54.78],[-3.955,54.78],[-3.941,54.786],[-3.939,54.789],[-3.935,54.788],[-3.926,54.789],[-3.908,54.794],[-3.904,54.797],[-3.897,54.799],[-3.893,54.799],[-3.887,54.801],[-3.885,54.802],[-3.878,54.804],[-3.874,54.803],[-3.869,54.805],[-3.865,54.813],[-3.859,54.816],[-3.854,54.815],[-3.85,54.816],[-3.843,54.815],[-3.835,54.817],[-3.834,54.819],[-3.824,54.824],[-3.828,54.827],[-3.834,54.826],[-3.838,54.829],[-3.839,54.831],[-3.843,54.835],[-3.854,54.84],[-3.859,54.842],[-3.863,54.847],[-3.857,54.848],[-3.853,54.851],[-3.847,54.847],[-3.844,54.848],[-3.839,54.846],[-3.835,54.847],[-3.84,54.851],[-3.845,54.852],[-3.848,54.855],[-3.848,54.858],[-3.851,54.861],[-3.848,54.865],[-3.845,54.864],[-3.84,54.866],[-3.837,54.865],[-3.836,54.859],[-3.833,54.856],[-3.826,54.852],[-3.827,54.85],[-3.822,54.847],[-3.816,54.844],[-3.811,54.844],[-3.807,54.845],[-3.808,54.848],[-3.808,54.852],[-3.814,54.853],[-3.816,54.858],[-3.819,54.859],[-3.826,54.861],[-3.825,54.864],[-3.825,54.87],[-3.829,54.875],[-3.823,54.877],[-3.821,54.873],[-3.818,54.874],[-3.822,54.877],[-3.824,54.881],[-3.823,54.886],[-3.826,54.887],[-3.825,54.89],[-3.82,54.892],[-3.817,54.89],[-3.816,54.887],[-3.818,54.883],[-3.815,54.88],[-3.812,54.871],[-3.809,54.869],[-3.801,54.867],[-3.8,54.865],[-3.795,54.865],[-3.793,54.862],[-3.788,54.859],[-3.79,54.857],[-3.788,54.853],[-3.783,54.855],[-3.779,54.854],[-3.768,54.857],[-3.763,54.856],[-3.754,54.862],[-3.748,54.864],[-3.742,54.864],[-3.741,54.868],[-3.728,54.875],[-3.73,54.878],[-3.727,54.88],[-3.723,54.881],[-3.717,54.88],[-3.711,54.882],[-3.698,54.886],[-3.695,54.886],[-3.69,54.883],[-3.688,54.88],[-3.68,54.879],[-3.672,54.88],[-3.647,54.879],[-3.634,54.878],[-3.626,54.876],[-3.61,54.875],[-3.608,54.872],[-3.598,54.872],[-3.595,54.873],[-3.594,54.876],[-3.596,54.88],[-3.595,54.884],[-3.591,54.887],[-3.578,54.892],[-3.574,54.894],[-3.571,54.899],[-3.571,54.901],[-3.566,54.903],[-3.563,54.907],[-3.566,54.91],[-3.567,54.914],[-3.57,54.915],[-3.573,54.924],[-3.581,54.926],[-3.589,54.93],[-3.589,54.935],[-3.587,54.944],[-3.584,54.95],[-3.58,54.954],[-3.578,54.96],[-3.578,54.962],[-3.583,54.966],[-3.585,54.971],[-3.584,54.975],[-3.576,54.981],[-3.585,54.992],[-3.588,54.995],[-3.589,55],[-3.587,55.005],[-3.584,55.007],[-3.579,55.007],[-3.577,55.008],[-3.58,55.011],[-3.581,55.014],[-3.589,55.02],[-3.591,55.023],[-3.599,55.027],[-3.605,55.032],[-3.59,55.025],[-3.583,55.02],[-3.578,55.015],[-3.575,55.009],[-3.574,55.005],[-3.574,55.002],[-3.573,54.997],[-3.563,54.987],[-3.561,54.98],[-3.558,54.977],[-3.55,54.973],[-3.542,54.971],[-3.534,54.968],[-3.527,54.967],[-3.522,54.965],[-3.515,54.966],[-3.51,54.965],[-3.503,54.967],[-3.498,54.966],[-3.487,54.966],[-3.476,54.967],[-3.468,54.97],[-3.462,54.972],[-3.451,54.976],[-3.448,54.979],[-3.446,54.982],[-3.444,54.983],[-3.437,54.99],[-3.443,54.99],[-3.448,54.991],[-3.457,54.988],[-3.456,54.986],[-3.455,54.983],[-3.457,54.982],[-3.458,54.981],[-3.462,54.981],[-3.463,54.981],[-3.463,54.982],[-3.464,54.983],[-3.468,54.984],[-3.471,54.988],[-3.474,54.985],[-3.475,54.983],[-3.477,54.981],[-3.481,54.984],[-3.488,54.982],[-3.491,54.985],[-3.497,54.99],[-3.501,54.991],[-3.502,54.991],[-3.503,54.991],[-3.503,54.99],[-3.507,54.989],[-3.507,54.99],[-3.508,54.992],[-3.509,54.991],[-3.508,54.991],[-3.513,54.993],[-3.513,54.992],[-3.512,54.997],[-3.516,54.998],[-3.52,55.003],[-3.52,55.006],[-3.524,55.008],[-3.522,55.01],[-3.523,55.015],[-3.533,55.021],[-3.536,55.028],[-3.535,55.031],[-3.548,55.039],[-3.562,55.056],[-3.569,55.062],[-3.561,55.065],[-3.559,55.069],[-3.559,55.072],[-3.571,55.079],[-3.542,55.084],[-3.543,55.087],[-3.546,55.092],[-3.56,55.097],[-3.567,55.104],[-3.567,55.109],[-3.577,55.112],[-3.588,55.116],[-3.595,55.114],[-3.594,55.105],[-3.599,55.101],[-3.599,55.1],[-3.606,55.095],[-3.612,55.098],[-3.617,55.101],[-3.617,55.105],[-3.624,55.104],[-3.628,55.106],[-3.627,55.107],[-3.631,55.112],[-3.63,55.118],[-3.633,55.12],[-3.641,55.122],[-3.645,55.128],[-3.653,55.132],[-3.66,55.129],[-3.666,55.128],[-3.675,55.131],[-3.688,55.131],[-3.719,55.137],[-3.722,55.141],[-3.723,55.147],[-3.721,55.149],[-3.724,55.154],[-3.729,55.158],[-3.735,55.161],[-3.741,55.164],[-3.749,55.163],[-3.758,55.16],[-3.766,55.158],[-3.767,55.157],[-3.775,55.156],[-3.775,55.158],[-3.782,55.161],[-3.792,55.166],[-3.791,55.17],[-3.791,55.179],[-3.798,55.183],[-3.806,55.193],[-3.808,55.194],[-3.818,55.196],[-3.824,55.199],[-3.832,55.199],[-3.846,55.2],[-3.849,55.202],[-3.855,55.202],[-3.86,55.203],[-3.87,55.204],[-3.887,55.204],[-3.898,55.205],[-3.904,55.208],[-3.911,55.21],[-3.916,55.214],[-3.92,55.215],[-3.931,55.213],[-3.935,55.214],[-3.939,55.219],[-3.938,55.221],[-3.95,55.223],[-3.961,55.221],[-3.967,55.222],[-3.988,55.232],[-3.998,55.234],[-4.009,55.233],[-4.013,55.236],[-4.012,55.239],[-4.007,55.243],[-4.009,55.249],[-4.018,55.25],[-4.019,55.253],[-4.017,55.255],[-4.024,55.258],[-4.03,55.257],[-4.038,55.262],[-4.046,55.264],[-4.05,55.267],[-4.059,55.269],[-4.064,55.269],[-4.065,55.274],[-4.063,55.278],[-4.069,55.285],[-4.068,55.287],[-4.074,55.292],[-4.074,55.294],[-4.077,55.296],[-4.086,55.297],[-4.089,55.301],[-4.092,55.303],[-4.103,55.305],[-4.11,55.304],[-4.112,55.305]]]]},"properties":{"Name":"Dumfries and Galloway","ID":"S14000073"},"id":600}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.355,55.873],[-4.365,55.877],[-4.384,55.886],[-4.404,55.891],[-4.406,55.887],[-4.405,55.883],[-4.409,55.88],[-4.412,55.881],[-4.407,55.884],[-4.408,55.887],[-4.407,55.892],[-4.418,55.9],[-4.421,55.902],[-4.426,55.898],[-4.44,55.904],[-4.441,55.905],[-4.448,55.908],[-4.456,55.914],[-4.459,55.915],[-4.466,55.921],[-4.477,55.924],[-4.486,55.926],[-4.493,55.926],[-4.502,55.923],[-4.509,55.923],[-4.513,55.925],[-4.516,55.926],[-4.523,55.924],[-4.531,55.923],[-4.539,55.923],[-4.544,55.924],[-4.55,55.924],[-4.557,55.925],[-4.572,55.923],[-4.583,55.925],[-4.592,55.927],[-4.601,55.927],[-4.61,55.93],[-4.614,55.93],[-4.617,55.929],[-4.617,55.924],[-4.623,55.92],[-4.628,55.916],[-4.635,55.914],[-4.631,55.907],[-4.626,55.906],[-4.616,55.907],[-4.612,55.899],[-4.606,55.898],[-4.6,55.899],[-4.597,55.901],[-4.585,55.899],[-4.574,55.9],[-4.564,55.898],[-4.56,55.896],[-4.552,55.894],[-4.553,55.89],[-4.548,55.888],[-4.543,55.889],[-4.53,55.888],[-4.527,55.886],[-4.526,55.884],[-4.52,55.88],[-4.515,55.879],[-4.509,55.879],[-4.505,55.876],[-4.508,55.876],[-4.507,55.87],[-4.504,55.867],[-4.5,55.869],[-4.493,55.869],[-4.484,55.872],[-4.485,55.874],[-4.481,55.875],[-4.474,55.874],[-4.471,55.875],[-4.463,55.866],[-4.463,55.862],[-4.467,55.861],[-4.473,55.854],[-4.479,55.853],[-4.477,55.85],[-4.47,55.853],[-4.461,55.855],[-4.46,55.851],[-4.462,55.846],[-4.463,55.84],[-4.457,55.841],[-4.449,55.845],[-4.444,55.846],[-4.443,55.85],[-4.431,55.852],[-4.43,55.849],[-4.428,55.848],[-4.42,55.847],[-4.417,55.846],[-4.418,55.844],[-4.409,55.843],[-4.399,55.843],[-4.392,55.842],[-4.384,55.839],[-4.377,55.839],[-4.371,55.841],[-4.371,55.838],[-4.368,55.839],[-4.362,55.837],[-4.36,55.838],[-4.364,55.841],[-4.364,55.845],[-4.353,55.846],[-4.345,55.846],[-4.336,55.846],[-4.334,55.853],[-4.341,55.854],[-4.344,55.855],[-4.35,55.86],[-4.355,55.864],[-4.355,55.865],[-4.356,55.873],[-4.355,55.873]]]},"properties":{"Name":"Paisley and Renfrewshire North","ID":"S14000101"},"id":601}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.875,57.381],[-1.872,57.383],[-1.865,57.389],[-1.862,57.388],[-1.859,57.391],[-1.863,57.395],[-1.863,57.397],[-1.865,57.4],[-1.862,57.405],[-1.855,57.411],[-1.848,57.414],[-1.844,57.41],[-1.838,57.41],[-1.835,57.412],[-1.83,57.416],[-1.828,57.421],[-1.824,57.424],[-1.816,57.427],[-1.818,57.432],[-1.818,57.436],[-1.813,57.437],[-1.807,57.44],[-1.805,57.444],[-1.798,57.447],[-1.797,57.451],[-1.798,57.454],[-1.791,57.456],[-1.783,57.462],[-1.779,57.466],[-1.779,57.469],[-1.776,57.471],[-1.778,57.475],[-1.783,57.477],[-1.787,57.48],[-1.794,57.482],[-1.795,57.486],[-1.784,57.489],[-1.783,57.492],[-1.794,57.497],[-1.791,57.502],[-1.783,57.504],[-1.778,57.502],[-1.773,57.504],[-1.775,57.507],[-1.77,57.507],[-1.774,57.501],[-1.77,57.501],[-1.767,57.503],[-1.769,57.507],[-1.774,57.509],[-1.775,57.511],[-1.782,57.512],[-1.786,57.515],[-1.79,57.516],[-1.796,57.516],[-1.8,57.521],[-1.799,57.524],[-1.804,57.525],[-1.807,57.531],[-1.806,57.539],[-1.802,57.545],[-1.805,57.548],[-1.806,57.551],[-1.804,57.556],[-1.813,57.561],[-1.818,57.565],[-1.822,57.571],[-1.826,57.578],[-1.828,57.585],[-1.828,57.592],[-1.828,57.597],[-1.826,57.602],[-1.821,57.608],[-1.823,57.612],[-1.827,57.615],[-1.842,57.619],[-1.848,57.62],[-1.864,57.625],[-1.877,57.632],[-1.886,57.638],[-1.894,57.646],[-1.895,57.649],[-1.898,57.651],[-1.899,57.655],[-1.908,57.66],[-1.911,57.662],[-1.912,57.664],[-1.918,57.668],[-1.919,57.672],[-1.922,57.674],[-1.932,57.677],[-1.942,57.681],[-1.949,57.678],[-1.954,57.675],[-1.968,57.675],[-1.985,57.678],[-1.996,57.681],[-2.001,57.684],[-2.001,57.686],[-1.999,57.69],[-2.003,57.691],[-2.002,57.699],[-2.009,57.698],[-2.012,57.696],[-2.016,57.698],[-2.034,57.693],[-2.042,57.692],[-2.052,57.693],[-2.058,57.696],[-2.06,57.697],[-2.066,57.698],[-2.071,57.7],[-2.08,57.701],[-2.086,57.7],[-2.095,57.699],[-2.111,57.697],[-2.118,57.7],[-2.128,57.696],[-2.134,57.695],[-2.139,57.69],[-2.146,57.686],[-2.149,57.686],[-2.154,57.683],[-2.163,57.683],[-2.165,57.68],[-2.173,57.676],[-2.175,57.674],[-2.181,57.674],[-2.185,57.672],[-2.192,57.671],[-2.198,57.674],[-2.208,57.676],[-2.212,57.679],[-2.22,57.678],[-2.231,57.681],[-2.238,57.68],[-2.241,57.682],[-2.247,57.683],[-2.256,57.681],[-2.259,57.679],[-2.263,57.679],[-2.265,57.681],[-2.272,57.682],[-2.277,57.687],[-2.282,57.689],[-2.292,57.689],[-2.29,57.693],[-2.295,57.695],[-2.302,57.695],[-2.307,57.692],[-2.318,57.69],[-2.321,57.688],[-2.326,57.687],[-2.326,57.683],[-2.325,57.681],[-2.325,57.678],[-2.327,57.676],[-2.337,57.673],[-2.345,57.67],[-2.35,57.67],[-2.354,57.673],[-2.359,57.676],[-2.363,57.676],[-2.37,57.675],[-2.38,57.67],[-2.396,57.668],[-2.408,57.67],[-2.412,57.672],[-2.416,57.671],[-2.423,57.671],[-2.43,57.674],[-2.435,57.671],[-2.444,57.671],[-2.447,57.669],[-2.455,57.671],[-2.467,57.671],[-2.474,57.672],[-2.478,57.674],[-2.489,57.672],[-2.495,57.673],[-2.498,57.67],[-2.503,57.67],[-2.507,57.666],[-2.512,57.664],[-2.52,57.666],[-2.523,57.671],[-2.531,57.67],[-2.536,57.67],[-2.541,57.669],[-2.554,57.671],[-2.564,57.674],[-2.568,57.677],[-2.568,57.679],[-2.573,57.682],[-2.576,57.682],[-2.579,57.68],[-2.584,57.678],[-2.586,57.679],[-2.591,57.678],[-2.595,57.679],[-2.598,57.682],[-2.603,57.681],[-2.607,57.681],[-2.613,57.679],[-2.62,57.68],[-2.629,57.681],[-2.632,57.681],[-2.638,57.68],[-2.641,57.682],[-2.649,57.684],[-2.647,57.687],[-2.65,57.688],[-2.655,57.686],[-2.662,57.687],[-2.668,57.691],[-2.671,57.689],[-2.676,57.686],[-2.678,57.686],[-2.682,57.683],[-2.686,57.683],[-2.686,57.687],[-2.691,57.685],[-2.694,57.684],[-2.699,57.686],[-2.703,57.686],[-2.708,57.687],[-2.71,57.69],[-2.717,57.692],[-2.721,57.689],[-2.727,57.687],[-2.732,57.686],[-2.739,57.682],[-2.746,57.683],[-2.748,57.684],[-2.749,57.691],[-2.757,57.69],[-2.76,57.693],[-2.771,57.692],[-2.774,57.694],[-2.778,57.692],[-2.789,57.697],[-2.79,57.7],[-2.794,57.7],[-2.797,57.697],[-2.802,57.695],[-2.807,57.697],[-2.814,57.696],[-2.817,57.695],[-2.823,57.694],[-2.828,57.693],[-2.835,57.694],[-2.847,57.698],[-2.848,57.703],[-2.847,57.705],[-2.851,57.707],[-2.861,57.704],[-2.873,57.703],[-2.877,57.705],[-2.88,57.703],[-2.887,57.701],[-2.896,57.7],[-2.899,57.701],[-2.904,57.699],[-2.914,57.699],[-2.917,57.697],[-2.923,57.697],[-2.928,57.693],[-2.928,57.689],[-2.932,57.687],[-2.941,57.686],[-2.947,57.684],[-2.951,57.684],[-2.952,57.681],[-2.959,57.679],[-2.967,57.678],[-2.969,57.679],[-2.978,57.677],[-2.986,57.674],[-2.994,57.672],[-2.999,57.669],[-3.006,57.666],[-3.014,57.666],[-3.018,57.664],[-3.027,57.664],[-3.038,57.665],[-3.052,57.668],[-3.081,57.672],[-3.099,57.675],[-3.098,57.675],[-3.096,57.674],[-3.093,57.671],[-3.099,57.669],[-3.099,57.667],[-3.096,57.664],[-3.104,57.66],[-3.101,57.657],[-3.102,57.653],[-3.097,57.651],[-3.094,57.65],[-3.094,57.647],[-3.096,57.644],[-3.101,57.644],[-3.1,57.637],[-3.103,57.635],[-3.108,57.635],[-3.108,57.633],[-3.1,57.631],[-3.097,57.629],[-3.097,57.627],[-3.104,57.623],[-3.107,57.62],[-3.105,57.615],[-3.112,57.611],[-3.11,57.607],[-3.106,57.604],[-3.108,57.602],[-3.113,57.601],[-3.118,57.597],[-3.115,57.595],[-3.115,57.593],[-3.11,57.592],[-3.104,57.579],[-3.102,57.574],[-3.096,57.573],[-3.081,57.577],[-3.069,57.577],[-3.033,57.574],[-3.018,57.564],[-3.026,57.56],[-3.027,57.557],[-3.022,57.551],[-3.025,57.547],[-3.031,57.545],[-3.028,57.539],[-3.03,57.534],[-3.028,57.532],[-3.014,57.531],[-3.008,57.529],[-3.006,57.53],[-3.001,57.529],[-2.996,57.525],[-2.995,57.52],[-2.995,57.515],[-2.991,57.512],[-2.992,57.508],[-2.982,57.505],[-2.973,57.503],[-2.97,57.497],[-2.968,57.495],[-2.962,57.494],[-2.938,57.494],[-2.928,57.495],[-2.917,57.495],[-2.916,57.497],[-2.92,57.5],[-2.921,57.502],[-2.92,57.506],[-2.909,57.509],[-2.886,57.522],[-2.89,57.527],[-2.887,57.532],[-2.882,57.533],[-2.869,57.53],[-2.864,57.53],[-2.851,57.534],[-2.846,57.535],[-2.837,57.538],[-2.826,57.539],[-2.824,57.536],[-2.821,57.535],[-2.819,57.529],[-2.818,57.521],[-2.816,57.52],[-2.811,57.52],[-2.803,57.515],[-2.8,57.513],[-2.789,57.508],[-2.782,57.51],[-2.78,57.516],[-2.774,57.516],[-2.772,57.518],[-2.766,57.521],[-2.758,57.522],[-2.76,57.514],[-2.754,57.51],[-2.745,57.508],[-2.742,57.504],[-2.735,57.504],[-2.728,57.505],[-2.724,57.504],[-2.718,57.501],[-2.708,57.511],[-2.698,57.508],[-2.693,57.509],[-2.691,57.514],[-2.693,57.516],[-2.681,57.517],[-2.681,57.521],[-2.67,57.522],[-2.667,57.525],[-2.661,57.527],[-2.659,57.528],[-2.648,57.528],[-2.644,57.525],[-2.635,57.522],[-2.629,57.514],[-2.622,57.514],[-2.609,57.512],[-2.605,57.517],[-2.593,57.52],[-2.587,57.522],[-2.575,57.522],[-2.568,57.517],[-2.561,57.517],[-2.552,57.515],[-2.552,57.52],[-2.555,57.522],[-2.554,57.53],[-2.547,57.531],[-2.543,57.535],[-2.537,57.537],[-2.533,57.537],[-2.523,57.534],[-2.51,57.536],[-2.505,57.538],[-2.496,57.537],[-2.487,57.54],[-2.484,57.539],[-2.479,57.54],[-2.478,57.542],[-2.483,57.544],[-2.487,57.548],[-2.491,57.55],[-2.488,57.551],[-2.494,57.553],[-2.499,57.553],[-2.503,57.555],[-2.503,57.557],[-2.497,57.562],[-2.491,57.561],[-2.486,57.561],[-2.481,57.566],[-2.475,57.567],[-2.466,57.568],[-2.461,57.57],[-2.459,57.572],[-2.455,57.582],[-2.453,57.583],[-2.447,57.583],[-2.441,57.582],[-2.437,57.582],[-2.432,57.583],[-2.417,57.584],[-2.397,57.584],[-2.395,57.583],[-2.383,57.586],[-2.377,57.587],[-2.369,57.586],[-2.361,57.588],[-2.348,57.585],[-2.345,57.582],[-2.343,57.583],[-2.333,57.582],[-2.329,57.58],[-2.324,57.577],[-2.315,57.576],[-2.305,57.569],[-2.29,57.566],[-2.287,57.565],[-2.281,57.565],[-2.275,57.576],[-2.272,57.582],[-2.265,57.586],[-2.262,57.586],[-2.25,57.585],[-2.244,57.585],[-2.237,57.587],[-2.234,57.586],[-2.233,57.582],[-2.23,57.578],[-2.226,57.579],[-2.225,57.574],[-2.221,57.571],[-2.217,57.574],[-2.216,57.577],[-2.21,57.58],[-2.207,57.585],[-2.202,57.583],[-2.191,57.577],[-2.186,57.576],[-2.183,57.576],[-2.175,57.575],[-2.17,57.571],[-2.17,57.569],[-2.166,57.568],[-2.163,57.568],[-2.157,57.565],[-2.156,57.563],[-2.153,57.56],[-2.153,57.558],[-2.144,57.552],[-2.14,57.549],[-2.114,57.541],[-2.107,57.539],[-2.103,57.537],[-2.096,57.536],[-2.09,57.533],[-2.081,57.532],[-2.076,57.531],[-2.07,57.53],[-2.066,57.527],[-2.065,57.525],[-2.06,57.525],[-2.055,57.524],[-2.047,57.525],[-2.036,57.525],[-2.025,57.526],[-2.023,57.519],[-2.029,57.516],[-2.026,57.51],[-2.019,57.511],[-2.014,57.511],[-2.006,57.512],[-2.001,57.511],[-2.003,57.501],[-1.996,57.5],[-1.987,57.5],[-1.982,57.496],[-1.97,57.494],[-1.965,57.494],[-1.961,57.493],[-1.961,57.49],[-1.969,57.482],[-1.971,57.478],[-1.969,57.474],[-1.972,57.471],[-1.97,57.467],[-1.967,57.464],[-1.964,57.459],[-1.965,57.453],[-1.966,57.452],[-1.959,57.449],[-1.958,57.446],[-1.959,57.442],[-1.968,57.44],[-1.967,57.436],[-1.97,57.432],[-1.969,57.429],[-1.965,57.428],[-1.962,57.421],[-1.956,57.416],[-1.951,57.416],[-1.951,57.409],[-1.95,57.405],[-1.947,57.401],[-1.936,57.4],[-1.928,57.401],[-1.926,57.399],[-1.912,57.396],[-1.913,57.394],[-1.907,57.393],[-1.903,57.393],[-1.902,57.391],[-1.899,57.39],[-1.896,57.386],[-1.887,57.383],[-1.881,57.383],[-1.875,57.381]]]},"properties":{"Name":"Aberdeenshire North and Moray East","ID":"S14000062"},"id":602}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.943,57.853],[-3.941,57.85],[-3.929,57.842],[-3.927,57.842],[-3.94,57.85],[-3.943,57.853]]],[[[-5.633,57.847],[-5.637,57.847],[-5.641,57.845],[-5.645,57.84],[-5.643,57.838],[-5.64,57.837],[-5.639,57.833],[-5.631,57.829],[-5.624,57.827],[-5.623,57.825],[-5.617,57.822],[-5.611,57.822],[-5.606,57.821],[-5.602,57.822],[-5.6,57.826],[-5.602,57.83],[-5.605,57.833],[-5.613,57.836],[-5.627,57.84],[-5.634,57.843],[-5.633,57.847]]],[[[-5.471,57.899],[-5.479,57.898],[-5.481,57.893],[-5.48,57.891],[-5.48,57.886],[-5.477,57.883],[-5.466,57.878],[-5.461,57.882],[-5.461,57.889],[-5.464,57.894],[-5.468,57.898],[-5.471,57.899]]],[[[-5.226,57.949],[-5.236,57.949],[-5.239,57.948],[-5.235,57.942],[-5.228,57.94],[-5.223,57.939],[-5.221,57.937],[-5.215,57.937],[-5.217,57.94],[-5.212,57.944],[-5.208,57.946],[-5.214,57.949],[-5.217,57.948],[-5.226,57.949]]],[[[-5.446,57.967],[-5.448,57.964],[-5.441,57.964],[-5.44,57.966],[-5.446,57.967]]],[[[-5.509,57.968],[-5.511,57.966],[-5.522,57.96],[-5.521,57.958],[-5.512,57.954],[-5.509,57.955],[-5.499,57.957],[-5.497,57.958],[-5.5,57.961],[-5.505,57.962],[-5.504,57.964],[-5.507,57.965],[-5.509,57.968]]],[[[-5.428,57.979],[-5.43,57.979],[-5.434,57.976],[-5.435,57.974],[-5.433,57.971],[-5.425,57.974],[-5.422,57.977],[-5.425,57.979],[-5.428,57.979]]],[[[-5.35,57.993],[-5.348,57.988],[-5.352,57.982],[-5.348,57.98],[-5.345,57.98],[-5.341,57.984],[-5.34,57.989],[-5.342,57.992],[-5.35,57.993]]],[[[-5.35,57.997],[-5.352,57.996],[-5.348,57.993],[-5.345,57.996],[-5.35,57.997]]],[[[-5.446,58.014],[-5.453,58.015],[-5.455,58.014],[-5.456,58.012],[-5.45,58.01],[-5.451,58.006],[-5.448,58.004],[-5.44,58.005],[-5.435,58.007],[-5.435,58.01],[-5.44,58.01],[-5.446,58.012],[-5.446,58.014]]],[[[-5.432,58.018],[-5.437,58.015],[-5.431,58.011],[-5.431,58.016],[-5.432,58.018]]],[[[-5.409,58.024],[-5.414,58.022],[-5.413,58.02],[-5.415,58.017],[-5.419,58.017],[-5.419,58.011],[-5.421,58.005],[-5.415,58.007],[-5.415,58.002],[-5.412,58],[-5.405,58.002],[-5.397,58],[-5.393,58.002],[-5.388,58.006],[-5.391,58.009],[-5.395,58.007],[-5.399,58.01],[-5.403,58.01],[-5.403,58.013],[-5.401,58.017],[-5.397,58.017],[-5.398,58.02],[-5.403,58.023],[-5.409,58.024]]],[[[-5.47,58.031],[-5.473,58.03],[-5.472,58.025],[-5.468,58.026],[-5.465,58.029],[-5.466,58.031],[-5.47,58.031]]],[[[-5.442,58.05],[-5.447,58.049],[-5.451,58.043],[-5.449,58.04],[-5.443,58.038],[-5.432,58.038],[-5.431,58.041],[-5.424,58.047],[-5.43,58.048],[-5.434,58.047],[-5.438,58.05],[-5.442,58.05]]],[[[-5.459,58.052],[-5.466,58.049],[-5.466,58.045],[-5.46,58.044],[-5.456,58.049],[-5.459,58.052]]],[[[-5.277,58.103],[-5.279,58.101],[-5.277,58.1],[-5.271,58.102],[-5.277,58.103]]],[[[-5.3,58.104],[-5.305,58.104],[-5.302,58.101],[-5.292,58.102],[-5.3,58.104]]],[[[-5.316,58.145],[-5.323,58.145],[-5.322,58.142],[-5.312,58.142],[-5.316,58.145]]],[[[-5.294,58.253],[-5.298,58.252],[-5.294,58.25],[-5.291,58.251],[-5.294,58.253]]],[[[-5.262,58.267],[-5.268,58.266],[-5.271,58.264],[-5.279,58.261],[-5.28,58.258],[-5.274,58.257],[-5.268,58.253],[-5.264,58.253],[-5.26,58.251],[-5.254,58.252],[-5.248,58.251],[-5.243,58.25],[-5.244,58.258],[-5.252,58.261],[-5.256,58.261],[-5.259,58.264],[-5.258,58.266],[-5.262,58.267]]],[[[-5.15,58.285],[-5.15,58.283],[-5.152,58.28],[-5.148,58.28],[-5.146,58.278],[-5.142,58.279],[-5.144,58.282],[-5.149,58.283],[-5.15,58.285]]],[[[-5.132,58.288],[-5.135,58.287],[-5.139,58.283],[-5.138,58.28],[-5.133,58.279],[-5.127,58.279],[-5.125,58.28],[-5.125,58.284],[-5.128,58.284],[-5.129,58.286],[-5.132,58.288]]],[[[-5.207,58.29],[-5.211,58.288],[-5.208,58.287],[-5.203,58.29],[-5.207,58.29]]],[[[-5.181,58.39],[-5.2,58.387],[-5.202,58.383],[-5.207,58.384],[-5.209,58.381],[-5.209,58.378],[-5.203,58.374],[-5.197,58.374],[-5.193,58.372],[-5.187,58.376],[-5.179,58.376],[-5.176,58.375],[-5.172,58.376],[-5.167,58.382],[-5.174,58.388],[-5.177,58.387],[-5.181,58.39]]],[[[-5.091,58.4],[-5.087,58.396],[-5.084,58.398],[-5.091,58.4]]],[[[-5.107,58.406],[-5.111,58.403],[-5.105,58.402],[-5.101,58.404],[-5.107,58.406]]],[[[-5.075,58.407],[-5.081,58.406],[-5.087,58.404],[-5.08,58.402],[-5.073,58.404],[-5.075,58.407]]],[[[-5.082,58.466],[-5.085,58.464],[-5.081,58.462],[-5.077,58.463],[-5.082,58.466]]],[[[-4.711,58.477],[-4.709,58.48],[-4.705,58.482],[-4.706,58.486],[-4.71,58.485],[-4.712,58.48],[-4.711,58.477]]],[[[-5.121,58.479],[-5.125,58.478],[-5.129,58.478],[-5.132,58.476],[-5.133,58.473],[-5.127,58.474],[-5.124,58.476],[-5.119,58.476],[-5.117,58.478],[-5.121,58.479]]],[[[-4.403,58.538],[-4.407,58.537],[-4.407,58.532],[-4.399,58.53],[-4.397,58.532],[-4.403,58.538]]],[[[-4.389,58.541],[-4.393,58.541],[-4.393,58.538],[-4.397,58.535],[-4.392,58.533],[-4.388,58.536],[-4.387,58.54],[-4.389,58.541]]],[[[-4.295,58.55],[-4.305,58.549],[-4.296,58.544],[-4.289,58.548],[-4.295,58.55]]],[[[-4.783,58.549],[-4.79,58.55],[-4.791,58.547],[-4.784,58.546],[-4.783,58.549]]],[[[-4.334,58.562],[-4.341,58.56],[-4.346,58.561],[-4.349,58.557],[-4.346,58.555],[-4.347,58.553],[-4.352,58.552],[-4.351,58.55],[-4.346,58.549],[-4.339,58.548],[-4.336,58.55],[-4.335,58.554],[-4.33,58.554],[-4.328,58.556],[-4.331,58.562],[-4.334,58.562]]],[[[-4.35,58.563],[-4.356,58.562],[-4.356,58.559],[-4.35,58.558],[-4.346,58.561],[-4.35,58.563]]],[[[-4.669,58.571],[-4.671,58.567],[-4.676,58.569],[-4.677,58.567],[-4.682,58.567],[-4.686,58.564],[-4.678,58.565],[-4.672,58.566],[-4.666,58.569],[-4.669,58.571]]],[[[-4.802,58.571],[-4.8,58.573],[-4.803,58.574],[-4.809,58.571],[-4.802,58.571]]],[[[-4.288,57.481],[-4.293,57.481],[-4.304,57.483],[-4.309,57.483],[-4.316,57.48],[-4.323,57.484],[-4.33,57.485],[-4.339,57.484],[-4.354,57.482],[-4.364,57.482],[-4.366,57.48],[-4.372,57.479],[-4.379,57.479],[-4.385,57.481],[-4.39,57.487],[-4.392,57.487],[-4.394,57.491],[-4.4,57.493],[-4.404,57.495],[-4.408,57.497],[-4.415,57.497],[-4.422,57.493],[-4.43,57.491],[-4.434,57.489],[-4.435,57.483],[-4.442,57.482],[-4.452,57.484],[-4.449,57.478],[-4.456,57.476],[-4.458,57.477],[-4.462,57.476],[-4.464,57.48],[-4.461,57.481],[-4.458,57.48],[-4.457,57.478],[-4.453,57.477],[-4.45,57.48],[-4.454,57.48],[-4.457,57.482],[-4.455,57.486],[-4.45,57.486],[-4.443,57.484],[-4.437,57.485],[-4.435,57.49],[-4.432,57.496],[-4.428,57.494],[-4.423,57.496],[-4.416,57.505],[-4.411,57.504],[-4.4,57.507],[-4.395,57.51],[-4.383,57.512],[-4.37,57.513],[-4.364,57.512],[-4.355,57.51],[-4.344,57.506],[-4.333,57.505],[-4.328,57.505],[-4.323,57.505],[-4.311,57.502],[-4.296,57.504],[-4.292,57.505],[-4.286,57.504],[-4.281,57.505],[-4.274,57.504],[-4.271,57.505],[-4.261,57.503],[-4.25,57.502],[-4.245,57.501],[-4.234,57.501],[-4.234,57.503],[-4.23,57.508],[-4.226,57.51],[-4.218,57.517],[-4.211,57.518],[-4.21,57.521],[-4.202,57.527],[-4.197,57.533],[-4.195,57.535],[-4.194,57.539],[-4.199,57.541],[-4.202,57.544],[-4.21,57.542],[-4.228,57.543],[-4.229,57.546],[-4.232,57.547],[-4.243,57.546],[-4.25,57.547],[-4.252,57.549],[-4.243,57.552],[-4.237,57.552],[-4.232,57.551],[-4.224,57.551],[-4.216,57.549],[-4.214,57.55],[-4.198,57.548],[-4.193,57.546],[-4.188,57.546],[-4.184,57.547],[-4.178,57.552],[-4.175,57.553],[-4.177,57.559],[-4.173,57.565],[-4.169,57.567],[-4.158,57.571],[-4.149,57.574],[-4.141,57.577],[-4.133,57.579],[-4.125,57.578],[-4.115,57.579],[-4.109,57.578],[-4.094,57.573],[-4.091,57.574],[-4.1,57.577],[-4.104,57.58],[-4.11,57.585],[-4.113,57.59],[-4.113,57.594],[-4.107,57.597],[-4.105,57.599],[-4.102,57.607],[-4.095,57.612],[-4.089,57.616],[-4.082,57.62],[-4.08,57.622],[-4.071,57.625],[-4.067,57.629],[-4.064,57.633],[-4.057,57.639],[-4.052,57.64],[-4.049,57.645],[-4.04,57.65],[-4.031,57.654],[-4.025,57.659],[-4.023,57.659],[-4.012,57.662],[-4.002,57.668],[-4,57.673],[-3.997,57.674],[-3.994,57.678],[-4.002,57.68],[-4.012,57.679],[-4.022,57.679],[-4.028,57.68],[-4.035,57.684],[-4.037,57.684],[-4.04,57.68],[-4.047,57.677],[-4.056,57.676],[-4.06,57.675],[-4.071,57.67],[-4.08,57.667],[-4.084,57.665],[-4.09,57.664],[-4.097,57.664],[-4.108,57.663],[-4.122,57.66],[-4.128,57.659],[-4.143,57.659],[-4.146,57.659],[-4.155,57.657],[-4.161,57.658],[-4.165,57.659],[-4.168,57.663],[-4.164,57.67],[-4.166,57.676],[-4.174,57.675],[-4.188,57.675],[-4.19,57.674],[-4.206,57.672],[-4.215,57.674],[-4.221,57.672],[-4.234,57.669],[-4.247,57.666],[-4.252,57.663],[-4.263,57.658],[-4.267,57.655],[-4.275,57.652],[-4.281,57.649],[-4.287,57.646],[-4.29,57.645],[-4.299,57.641],[-4.305,57.64],[-4.316,57.634],[-4.325,57.631],[-4.331,57.627],[-4.333,57.624],[-4.344,57.616],[-4.346,57.616],[-4.352,57.612],[-4.355,57.61],[-4.368,57.601],[-4.378,57.596],[-4.38,57.594],[-4.387,57.591],[-4.4,57.588],[-4.412,57.579],[-4.416,57.577],[-4.421,57.577],[-4.425,57.574],[-4.43,57.573],[-4.436,57.571],[-4.437,57.573],[-4.429,57.575],[-4.425,57.577],[-4.427,57.579],[-4.422,57.581],[-4.423,57.584],[-4.418,57.586],[-4.416,57.588],[-4.409,57.593],[-4.413,57.597],[-4.418,57.599],[-4.419,57.602],[-4.416,57.606],[-4.407,57.611],[-4.401,57.613],[-4.394,57.617],[-4.386,57.62],[-4.379,57.624],[-4.373,57.626],[-4.366,57.627],[-4.367,57.629],[-4.365,57.631],[-4.359,57.635],[-4.347,57.64],[-4.348,57.642],[-4.343,57.644],[-4.338,57.65],[-4.325,57.656],[-4.319,57.655],[-4.313,57.656],[-4.306,57.656],[-4.301,57.661],[-4.304,57.662],[-4.299,57.665],[-4.302,57.673],[-4.3,57.676],[-4.291,57.68],[-4.285,57.683],[-4.279,57.683],[-4.264,57.679],[-4.259,57.679],[-4.255,57.681],[-4.242,57.684],[-4.242,57.687],[-4.235,57.688],[-4.229,57.69],[-4.217,57.691],[-4.213,57.691],[-4.207,57.693],[-4.19,57.691],[-4.18,57.689],[-4.176,57.685],[-4.168,57.686],[-4.159,57.689],[-4.153,57.693],[-4.147,57.696],[-4.133,57.704],[-4.124,57.708],[-4.115,57.712],[-4.114,57.714],[-4.108,57.719],[-4.093,57.724],[-4.085,57.728],[-4.073,57.732],[-4.06,57.731],[-4.058,57.73],[-4.047,57.73],[-4.048,57.733],[-4.039,57.737],[-4.024,57.738],[-4.018,57.738],[-4.017,57.736],[-4.013,57.737],[-4.012,57.741],[-4.009,57.741],[-4.009,57.734],[-4.008,57.73],[-4.011,57.728],[-4.011,57.726],[-4.015,57.725],[-4.021,57.723],[-4.025,57.719],[-4.026,57.717],[-4.025,57.713],[-4.029,57.711],[-4.033,57.705],[-4.034,57.701],[-4.036,57.699],[-4.035,57.694],[-4.024,57.695],[-4.021,57.692],[-4.012,57.693],[-4.007,57.695],[-4.002,57.694],[-3.995,57.692],[-3.987,57.691],[-3.978,57.693],[-3.971,57.698],[-3.969,57.7],[-3.958,57.709],[-3.954,57.711],[-3.942,57.72],[-3.933,57.728],[-3.93,57.733],[-3.925,57.738],[-3.922,57.74],[-3.918,57.744],[-3.918,57.75],[-3.916,57.753],[-3.91,57.755],[-3.908,57.757],[-3.9,57.76],[-3.895,57.766],[-3.89,57.768],[-3.882,57.772],[-3.877,57.773],[-3.871,57.777],[-3.864,57.782],[-3.858,57.787],[-3.853,57.789],[-3.849,57.794],[-3.848,57.796],[-3.842,57.801],[-3.837,57.803],[-3.825,57.813],[-3.819,57.818],[-3.815,57.82],[-3.81,57.826],[-3.802,57.831],[-3.791,57.838],[-3.781,57.851],[-3.778,57.854],[-3.78,57.858],[-3.78,57.861],[-3.772,57.867],[-3.783,57.867],[-3.79,57.865],[-3.797,57.865],[-3.808,57.862],[-3.815,57.859],[-3.813,57.857],[-3.816,57.853],[-3.821,57.849],[-3.822,57.845],[-3.829,57.84],[-3.828,57.836],[-3.834,57.834],[-3.84,57.833],[-3.85,57.829],[-3.856,57.825],[-3.867,57.823],[-3.875,57.822],[-3.886,57.823],[-3.895,57.821],[-3.903,57.821],[-3.909,57.823],[-3.919,57.82],[-3.919,57.818],[-3.931,57.816],[-3.939,57.817],[-3.943,57.814],[-3.945,57.814],[-3.943,57.82],[-3.94,57.821],[-3.929,57.821],[-3.926,57.821],[-3.919,57.826],[-3.912,57.827],[-3.913,57.829],[-3.907,57.831],[-3.907,57.833],[-3.912,57.834],[-3.918,57.834],[-3.922,57.835],[-3.927,57.834],[-3.931,57.835],[-3.932,57.837],[-3.94,57.841],[-3.947,57.843],[-3.956,57.846],[-3.961,57.846],[-3.966,57.845],[-3.988,57.837],[-3.994,57.835],[-4.005,57.831],[-4.026,57.821],[-4.039,57.817],[-4.049,57.815],[-4.055,57.818],[-4.06,57.819],[-4.068,57.824],[-4.08,57.829],[-4.086,57.83],[-4.099,57.832],[-4.104,57.834],[-4.103,57.837],[-4.113,57.834],[-4.124,57.838],[-4.133,57.842],[-4.131,57.838],[-4.127,57.838],[-4.123,57.835],[-4.119,57.834],[-4.118,57.83],[-4.119,57.829],[-4.13,57.828],[-4.141,57.828],[-4.144,57.829],[-4.151,57.833],[-4.164,57.834],[-4.167,57.838],[-4.169,57.844],[-4.171,57.847],[-4.177,57.85],[-4.18,57.854],[-4.185,57.855],[-4.186,57.851],[-4.188,57.85],[-4.191,57.856],[-4.192,57.861],[-4.194,57.863],[-4.202,57.862],[-4.205,57.862],[-4.211,57.859],[-4.215,57.86],[-4.224,57.858],[-4.238,57.859],[-4.252,57.857],[-4.265,57.851],[-4.27,57.85],[-4.281,57.857],[-4.284,57.855],[-4.289,57.856],[-4.292,57.854],[-4.297,57.852],[-4.301,57.853],[-4.303,57.857],[-4.3,57.86],[-4.303,57.863],[-4.31,57.863],[-4.316,57.861],[-4.325,57.864],[-4.35,57.874],[-4.358,57.878],[-4.362,57.882],[-4.358,57.887],[-4.351,57.887],[-4.348,57.891],[-4.351,57.894],[-4.354,57.895],[-4.357,57.9],[-4.365,57.902],[-4.371,57.902],[-4.377,57.901],[-4.379,57.899],[-4.397,57.91],[-4.395,57.912],[-4.399,57.914],[-4.4,57.916],[-4.401,57.922],[-4.402,57.924],[-4.413,57.929],[-4.415,57.932],[-4.415,57.936],[-4.424,57.942],[-4.433,57.944],[-4.444,57.947],[-4.448,57.948],[-4.454,57.953],[-4.464,57.954],[-4.467,57.955],[-4.476,57.954],[-4.484,57.954],[-4.489,57.955],[-4.496,57.956],[-4.503,57.955],[-4.507,57.953],[-4.514,57.955],[-4.522,57.955],[-4.537,57.957],[-4.54,57.96],[-4.544,57.962],[-4.548,57.962],[-4.558,57.964],[-4.567,57.967],[-4.576,57.969],[-4.572,57.97],[-4.568,57.968],[-4.561,57.966],[-4.559,57.965],[-4.551,57.963],[-4.545,57.964],[-4.538,57.961],[-4.537,57.958],[-4.533,57.957],[-4.528,57.957],[-4.522,57.956],[-4.505,57.956],[-4.489,57.957],[-4.483,57.955],[-4.473,57.956],[-4.468,57.957],[-4.463,57.955],[-4.454,57.954],[-4.447,57.949],[-4.442,57.947],[-4.433,57.945],[-4.424,57.944],[-4.42,57.943],[-4.418,57.938],[-4.413,57.935],[-4.414,57.932],[-4.406,57.93],[-4.403,57.926],[-4.4,57.923],[-4.399,57.919],[-4.397,57.916],[-4.394,57.914],[-4.384,57.91],[-4.375,57.911],[-4.373,57.91],[-4.362,57.907],[-4.361,57.905],[-4.353,57.9],[-4.35,57.897],[-4.346,57.891],[-4.346,57.889],[-4.333,57.881],[-4.327,57.878],[-4.321,57.877],[-4.312,57.876],[-4.305,57.874],[-4.304,57.872],[-4.291,57.862],[-4.275,57.861],[-4.27,57.862],[-4.271,57.864],[-4.274,57.866],[-4.272,57.87],[-4.258,57.87],[-4.236,57.871],[-4.232,57.875],[-4.215,57.873],[-4.212,57.873],[-4.198,57.87],[-4.196,57.869],[-4.187,57.867],[-4.18,57.867],[-4.178,57.868],[-4.174,57.868],[-4.173,57.865],[-4.174,57.86],[-4.168,57.86],[-4.162,57.859],[-4.153,57.859],[-4.147,57.86],[-4.144,57.864],[-4.144,57.866],[-4.139,57.869],[-4.135,57.87],[-4.133,57.868],[-4.133,57.863],[-4.134,57.859],[-4.142,57.859],[-4.147,57.855],[-4.145,57.854],[-4.137,57.856],[-4.132,57.856],[-4.127,57.855],[-4.121,57.856],[-4.116,57.854],[-4.111,57.849],[-4.108,57.854],[-4.104,57.857],[-4.095,57.862],[-4.088,57.864],[-4.076,57.867],[-4.067,57.868],[-4.058,57.867],[-4.048,57.868],[-4.034,57.867],[-4.02,57.863],[-4.016,57.859],[-4.01,57.86],[-4.01,57.864],[-4.016,57.874],[-4.017,57.878],[-4.011,57.882],[-4.013,57.887],[-4.013,57.891],[-4.006,57.893],[-4.004,57.899],[-4.001,57.901],[-3.997,57.903],[-3.992,57.903],[-3.994,57.906],[-4,57.918],[-4.001,57.926],[-4.006,57.931],[-4.01,57.931],[-4.017,57.932],[-4.025,57.929],[-4.027,57.928],[-4.034,57.928],[-4.034,57.93],[-4.039,57.931],[-4.046,57.933],[-4.06,57.936],[-4.069,57.937],[-4.072,57.938],[-4.076,57.944],[-4.081,57.947],[-4.082,57.951],[-4.07,57.956],[-4.066,57.954],[-4.059,57.954],[-4.055,57.955],[-4.051,57.949],[-4.047,57.945],[-4.041,57.946],[-4.031,57.947],[-4.021,57.95],[-4.012,57.949],[-4.013,57.946],[-4.016,57.945],[-4.02,57.942],[-4.021,57.938],[-4.024,57.936],[-4.019,57.934],[-4.013,57.935],[-4.004,57.935],[-4.001,57.937],[-3.999,57.946],[-3.994,57.95],[-3.992,57.957],[-3.988,57.965],[-3.983,57.97],[-3.975,57.973],[-3.969,57.975],[-3.964,57.974],[-3.956,57.976],[-3.953,57.976],[-3.943,57.98],[-3.936,57.983],[-3.917,57.984],[-3.904,57.987],[-3.901,57.987],[-3.891,57.988],[-3.888,57.99],[-3.883,57.996],[-3.875,57.999],[-3.871,58.002],[-3.866,58.002],[-3.86,58.004],[-3.848,58.007],[-3.844,58.012],[-3.841,58.013],[-3.841,58.019],[-3.838,58.029],[-3.833,58.039],[-3.827,58.042],[-3.822,58.043],[-3.816,58.045],[-3.806,58.055],[-3.802,58.058],[-3.799,58.059],[-3.791,58.062],[-3.786,58.063],[-3.78,58.065],[-3.773,58.065],[-3.764,58.063],[-3.763,58.065],[-3.758,58.067],[-3.745,58.068],[-3.735,58.078],[-3.725,58.081],[-3.716,58.082],[-3.713,58.084],[-3.705,58.086],[-3.702,58.089],[-3.691,58.094],[-3.684,58.097],[-3.679,58.1],[-3.672,58.102],[-3.665,58.109],[-3.659,58.113],[-3.652,58.115],[-3.644,58.114],[-3.63,58.119],[-3.629,58.122],[-3.626,58.123],[-3.62,58.126],[-3.619,58.128],[-3.616,58.129],[-3.613,58.132],[-3.607,58.133],[-3.585,58.14],[-3.583,58.14],[-3.577,58.143],[-3.571,58.145],[-3.572,58.147],[-3.559,58.152],[-3.55,58.158],[-3.544,58.159],[-3.539,58.162],[-3.528,58.166],[-3.525,58.166],[-3.517,58.168],[-3.514,58.17],[-3.508,58.172],[-3.503,58.177],[-3.496,58.181],[-3.495,58.185],[-3.489,58.188],[-3.489,58.191],[-3.485,58.193],[-3.479,58.194],[-3.476,58.196],[-3.475,58.2],[-3.47,58.206],[-3.47,58.208],[-3.466,58.209],[-3.464,58.214],[-3.457,58.219],[-3.449,58.222],[-3.446,58.226],[-3.439,58.229],[-3.435,58.233],[-3.436,58.235],[-3.43,58.24],[-3.429,58.244],[-3.425,58.245],[-3.418,58.245],[-3.411,58.249],[-3.411,58.25],[-3.4,58.256],[-3.4,58.258],[-3.388,58.266],[-3.378,58.27],[-3.375,58.272],[-3.367,58.275],[-3.362,58.276],[-3.354,58.278],[-3.343,58.28],[-3.339,58.282],[-3.336,58.281],[-3.328,58.282],[-3.331,58.286],[-3.321,58.286],[-3.317,58.287],[-3.311,58.288],[-3.302,58.289],[-3.297,58.289],[-3.293,58.291],[-3.293,58.293],[-3.289,58.296],[-3.287,58.294],[-3.272,58.299],[-3.26,58.3],[-3.255,58.298],[-3.252,58.298],[-3.245,58.301],[-3.238,58.302],[-3.232,58.303],[-3.225,58.305],[-3.221,58.305],[-3.21,58.31],[-3.204,58.316],[-3.199,58.317],[-3.198,58.32],[-3.192,58.322],[-3.189,58.327],[-3.183,58.33],[-3.182,58.333],[-3.175,58.335],[-3.17,58.339],[-3.162,58.342],[-3.161,58.346],[-3.154,58.348],[-3.151,58.351],[-3.142,58.356],[-3.135,58.357],[-3.127,58.36],[-3.118,58.368],[-3.108,58.371],[-3.112,58.373],[-3.107,58.375],[-3.106,58.383],[-3.098,58.389],[-3.101,58.39],[-3.098,58.393],[-3.101,58.396],[-3.095,58.399],[-3.091,58.404],[-3.088,58.404],[-3.091,58.408],[-3.089,58.411],[-3.084,58.414],[-3.083,58.417],[-3.087,58.418],[-3.081,58.421],[-3.081,58.424],[-3.074,58.426],[-3.07,58.428],[-3.069,58.431],[-3.07,58.434],[-3.084,58.438],[-3.086,58.44],[-3.086,58.443],[-3.077,58.442],[-3.067,58.443],[-3.062,58.442],[-3.06,58.444],[-3.064,58.445],[-3.062,58.447],[-3.056,58.447],[-3.051,58.45],[-3.051,58.454],[-3.057,58.46],[-3.056,58.463],[-3.052,58.465],[-3.052,58.467],[-3.048,58.472],[-3.049,58.476],[-3.049,58.478],[-3.053,58.48],[-3.059,58.479],[-3.063,58.479],[-3.071,58.477],[-3.078,58.475],[-3.087,58.474],[-3.101,58.475],[-3.105,58.474],[-3.112,58.476],[-3.12,58.479],[-3.126,58.484],[-3.13,58.493],[-3.133,58.502],[-3.132,58.514],[-3.131,58.519],[-3.126,58.527],[-3.12,58.531],[-3.113,58.532],[-3.109,58.535],[-3.108,58.537],[-3.089,58.546],[-3.083,58.551],[-3.084,58.552],[-3.082,58.557],[-3.077,58.559],[-3.075,58.561],[-3.069,58.563],[-3.067,58.566],[-3.069,58.568],[-3.068,58.571],[-3.065,58.575],[-3.065,58.577],[-3.061,58.58],[-3.063,58.583],[-3.068,58.585],[-3.073,58.59],[-3.071,58.593],[-3.063,58.594],[-3.053,58.596],[-3.046,58.596],[-3.043,58.598],[-3.042,58.601],[-3.043,58.604],[-3.038,58.606],[-3.036,58.611],[-3.041,58.614],[-3.038,58.618],[-3.039,58.623],[-3.038,58.632],[-3.034,58.634],[-3.032,58.638],[-3.027,58.638],[-3.025,58.64],[-3.024,58.644],[-3.032,58.646],[-3.035,58.646],[-3.039,58.644],[-3.043,58.645],[-3.047,58.647],[-3.053,58.648],[-3.056,58.645],[-3.063,58.644],[-3.072,58.644],[-3.083,58.645],[-3.086,58.646],[-3.091,58.646],[-3.094,58.647],[-3.104,58.646],[-3.108,58.644],[-3.114,58.642],[-3.123,58.642],[-3.128,58.643],[-3.134,58.64],[-3.158,58.637],[-3.165,58.64],[-3.169,58.643],[-3.172,58.651],[-3.181,58.654],[-3.184,58.658],[-3.187,58.658],[-3.192,58.66],[-3.194,58.656],[-3.208,58.655],[-3.22,58.655],[-3.221,58.652],[-3.225,58.65],[-3.232,58.651],[-3.239,58.649],[-3.242,58.653],[-3.25,58.654],[-3.263,58.652],[-3.269,58.654],[-3.273,58.653],[-3.277,58.653],[-3.283,58.65],[-3.286,58.648],[-3.294,58.646],[-3.303,58.646],[-3.31,58.643],[-3.31,58.646],[-3.324,58.647],[-3.332,58.647],[-3.338,58.648],[-3.343,58.647],[-3.347,58.649],[-3.347,58.653],[-3.352,58.657],[-3.352,58.66],[-3.355,58.664],[-3.362,58.669],[-3.366,58.67],[-3.371,58.67],[-3.377,58.672],[-3.378,58.67],[-3.39,58.668],[-3.391,58.666],[-3.399,58.665],[-3.403,58.663],[-3.408,58.658],[-3.413,58.643],[-3.413,58.639],[-3.407,58.637],[-3.403,58.636],[-3.398,58.633],[-3.383,58.629],[-3.377,58.629],[-3.373,58.627],[-3.371,58.622],[-3.365,58.622],[-3.362,58.62],[-3.352,58.62],[-3.349,58.619],[-3.347,58.616],[-3.347,58.612],[-3.354,58.604],[-3.355,58.602],[-3.363,58.598],[-3.371,58.594],[-3.375,58.594],[-3.382,58.598],[-3.389,58.6],[-3.396,58.602],[-3.403,58.602],[-3.414,58.601],[-3.426,58.604],[-3.431,58.603],[-3.436,58.606],[-3.432,58.608],[-3.435,58.61],[-3.439,58.611],[-3.45,58.608],[-3.453,58.61],[-3.46,58.612],[-3.47,58.611],[-3.479,58.609],[-3.483,58.61],[-3.5,58.605],[-3.505,58.603],[-3.509,58.599],[-3.518,58.597],[-3.525,58.597],[-3.53,58.6],[-3.537,58.601],[-3.543,58.602],[-3.549,58.605],[-3.552,58.608],[-3.548,58.61],[-3.551,58.611],[-3.54,58.614],[-3.536,58.623],[-3.541,58.623],[-3.546,58.624],[-3.553,58.622],[-3.558,58.624],[-3.56,58.622],[-3.568,58.62],[-3.58,58.619],[-3.585,58.618],[-3.589,58.619],[-3.601,58.617],[-3.606,58.617],[-3.61,58.617],[-3.619,58.617],[-3.629,58.615],[-3.639,58.615],[-3.65,58.618],[-3.651,58.62],[-3.661,58.619],[-3.669,58.617],[-3.672,58.614],[-3.672,58.609],[-3.673,58.607],[-3.678,58.608],[-3.682,58.608],[-3.694,58.605],[-3.696,58.605],[-3.715,58.599],[-3.725,58.594],[-3.728,58.593],[-3.731,58.59],[-3.734,58.59],[-3.736,58.587],[-3.742,58.583],[-3.746,58.582],[-3.751,58.579],[-3.755,58.579],[-3.762,58.576],[-3.772,58.575],[-3.777,58.571],[-3.775,58.566],[-3.778,58.564],[-3.787,58.563],[-3.792,58.564],[-3.794,58.572],[-3.801,58.574],[-3.811,58.571],[-3.821,58.568],[-3.827,58.568],[-3.829,58.569],[-3.835,58.568],[-3.841,58.569],[-3.844,58.566],[-3.85,58.564],[-3.856,58.565],[-3.862,58.563],[-3.87,58.565],[-3.879,58.565],[-3.88,58.566],[-3.886,58.566],[-3.89,58.568],[-3.901,58.567],[-3.907,58.564],[-3.908,58.559],[-3.915,58.559],[-3.921,58.56],[-3.924,58.563],[-3.923,58.567],[-3.928,58.57],[-3.933,58.571],[-3.933,58.573],[-3.944,58.57],[-3.946,58.567],[-3.95,58.569],[-3.95,58.571],[-3.953,58.573],[-3.959,58.573],[-3.967,58.569],[-3.97,58.569],[-3.975,58.57],[-3.984,58.57],[-3.986,58.57],[-3.993,58.568],[-3.995,58.566],[-4.003,58.566],[-4.006,58.567],[-4.008,58.578],[-4.012,58.581],[-4.011,58.587],[-4.012,58.59],[-4.016,58.594],[-4.015,58.597],[-4.016,58.6],[-4.02,58.601],[-4.02,58.597],[-4.023,58.593],[-4.032,58.591],[-4.039,58.592],[-4.043,58.591],[-4.044,58.583],[-4.051,58.581],[-4.047,58.579],[-4.049,58.577],[-4.047,58.572],[-4.055,58.569],[-4.061,58.566],[-4.068,58.565],[-4.071,58.563],[-4.069,58.558],[-4.074,58.552],[-4.081,58.552],[-4.085,58.558],[-4.084,58.56],[-4.087,58.562],[-4.09,58.557],[-4.095,58.559],[-4.095,58.561],[-4.099,58.563],[-4.104,58.564],[-4.11,58.56],[-4.115,58.566],[-4.125,58.569],[-4.131,58.565],[-4.142,58.565],[-4.147,58.566],[-4.149,58.563],[-4.153,58.563],[-4.153,58.559],[-4.155,58.557],[-4.157,58.552],[-4.157,58.548],[-4.164,58.547],[-4.168,58.545],[-4.175,58.544],[-4.174,58.542],[-4.182,58.543],[-4.183,58.546],[-4.196,58.546],[-4.199,58.549],[-4.2,58.552],[-4.204,58.551],[-4.21,58.552],[-4.214,58.551],[-4.213,58.548],[-4.213,58.546],[-4.21,58.543],[-4.211,58.541],[-4.216,58.541],[-4.214,58.536],[-4.209,58.534],[-4.21,58.532],[-4.222,58.533],[-4.231,58.535],[-4.237,58.536],[-4.242,58.534],[-4.233,58.525],[-4.23,58.524],[-4.226,58.519],[-4.225,58.517],[-4.222,58.514],[-4.227,58.513],[-4.23,58.515],[-4.229,58.519],[-4.234,58.522],[-4.24,58.522],[-4.238,58.526],[-4.242,58.526],[-4.254,58.525],[-4.261,58.524],[-4.261,58.522],[-4.264,58.518],[-4.268,58.521],[-4.267,58.523],[-4.271,58.524],[-4.269,58.527],[-4.261,58.53],[-4.263,58.533],[-4.267,58.536],[-4.283,58.541],[-4.291,58.539],[-4.293,58.541],[-4.299,58.543],[-4.304,58.541],[-4.308,58.543],[-4.316,58.542],[-4.318,58.54],[-4.331,58.542],[-4.344,58.541],[-4.345,58.54],[-4.35,58.539],[-4.357,58.536],[-4.359,58.534],[-4.366,58.529],[-4.37,58.526],[-4.373,58.52],[-4.378,58.518],[-4.383,58.512],[-4.383,58.51],[-4.39,58.509],[-4.396,58.509],[-4.401,58.506],[-4.405,58.503],[-4.41,58.5],[-4.417,58.495],[-4.421,58.493],[-4.43,58.492],[-4.424,58.489],[-4.423,58.482],[-4.424,58.48],[-4.436,58.477],[-4.441,58.474],[-4.444,58.469],[-4.446,58.465],[-4.448,58.465],[-4.455,58.461],[-4.458,58.456],[-4.465,58.451],[-4.469,58.447],[-4.475,58.446],[-4.481,58.448],[-4.477,58.453],[-4.47,58.456],[-4.467,58.458],[-4.466,58.468],[-4.463,58.471],[-4.463,58.475],[-4.459,58.48],[-4.455,58.482],[-4.452,58.485],[-4.452,58.489],[-4.455,58.491],[-4.456,58.494],[-4.453,58.497],[-4.45,58.497],[-4.449,58.501],[-4.447,58.503],[-4.439,58.505],[-4.433,58.51],[-4.425,58.51],[-4.425,58.513],[-4.413,58.52],[-4.409,58.522],[-4.41,58.524],[-4.416,58.525],[-4.421,58.524],[-4.425,58.528],[-4.429,58.529],[-4.431,58.531],[-4.426,58.534],[-4.425,58.537],[-4.427,58.54],[-4.428,58.545],[-4.426,58.549],[-4.427,58.552],[-4.432,58.552],[-4.438,58.556],[-4.441,58.553],[-4.446,58.553],[-4.449,58.551],[-4.45,58.549],[-4.456,58.549],[-4.452,58.554],[-4.458,58.562],[-4.462,58.561],[-4.469,58.564],[-4.475,58.563],[-4.479,58.565],[-4.485,58.567],[-4.492,58.568],[-4.495,58.574],[-4.501,58.576],[-4.508,58.576],[-4.513,58.578],[-4.519,58.578],[-4.525,58.577],[-4.527,58.58],[-4.533,58.579],[-4.539,58.579],[-4.543,58.581],[-4.545,58.578],[-4.553,58.577],[-4.562,58.578],[-4.571,58.576],[-4.577,58.58],[-4.583,58.578],[-4.59,58.577],[-4.588,58.575],[-4.596,58.573],[-4.6,58.569],[-4.595,58.564],[-4.598,58.562],[-4.599,58.559],[-4.602,58.558],[-4.604,58.554],[-4.603,58.552],[-4.597,58.548],[-4.594,58.542],[-4.593,58.535],[-4.602,58.533],[-4.602,58.527],[-4.606,58.526],[-4.613,58.523],[-4.614,58.516],[-4.617,58.518],[-4.616,58.52],[-4.618,58.524],[-4.625,58.524],[-4.628,58.522],[-4.635,58.52],[-4.639,58.521],[-4.642,58.521],[-4.649,58.516],[-4.652,58.511],[-4.658,58.509],[-4.66,58.505],[-4.662,58.5],[-4.661,58.496],[-4.663,58.49],[-4.662,58.485],[-4.665,58.482],[-4.673,58.484],[-4.678,58.483],[-4.678,58.481],[-4.686,58.477],[-4.694,58.478],[-4.695,58.475],[-4.7,58.468],[-4.713,58.465],[-4.716,58.463],[-4.723,58.464],[-4.725,58.462],[-4.727,58.456],[-4.736,58.447],[-4.74,58.447],[-4.75,58.45],[-4.755,58.45],[-4.751,58.454],[-4.754,58.456],[-4.75,58.46],[-4.748,58.461],[-4.74,58.469],[-4.731,58.474],[-4.726,58.48],[-4.716,58.49],[-4.713,58.496],[-4.709,58.499],[-4.694,58.504],[-4.695,58.509],[-4.688,58.508],[-4.683,58.511],[-4.682,58.513],[-4.685,58.514],[-4.678,58.518],[-4.674,58.523],[-4.668,58.526],[-4.663,58.525],[-4.661,58.528],[-4.657,58.53],[-4.652,58.534],[-4.652,58.538],[-4.655,58.542],[-4.655,58.544],[-4.658,58.545],[-4.659,58.548],[-4.654,58.552],[-4.658,58.552],[-4.667,58.55],[-4.672,58.552],[-4.678,58.55],[-4.682,58.552],[-4.683,58.555],[-4.692,58.557],[-4.697,58.556],[-4.705,58.557],[-4.71,58.56],[-4.71,58.563],[-4.705,58.566],[-4.711,58.567],[-4.718,58.57],[-4.728,58.57],[-4.734,58.566],[-4.741,58.57],[-4.745,58.576],[-4.74,58.58],[-4.745,58.583],[-4.75,58.582],[-4.755,58.584],[-4.755,58.587],[-4.757,58.589],[-4.763,58.588],[-4.767,58.591],[-4.767,58.596],[-4.765,58.598],[-4.77,58.6],[-4.771,58.601],[-4.769,58.604],[-4.774,58.604],[-4.779,58.602],[-4.786,58.6],[-4.793,58.6],[-4.787,58.597],[-4.786,58.595],[-4.78,58.595],[-4.776,58.591],[-4.767,58.585],[-4.766,58.579],[-4.769,58.576],[-4.776,58.578],[-4.791,58.578],[-4.798,58.575],[-4.798,58.571],[-4.802,58.569],[-4.803,58.565],[-4.806,58.563],[-4.804,58.561],[-4.8,58.559],[-4.797,58.556],[-4.791,58.554],[-4.782,58.553],[-4.778,58.551],[-4.779,58.544],[-4.782,58.54],[-4.784,58.538],[-4.789,58.537],[-4.791,58.533],[-4.794,58.531],[-4.8,58.525],[-4.804,58.525],[-4.805,58.523],[-4.809,58.521],[-4.817,58.526],[-4.82,58.524],[-4.825,58.522],[-4.83,58.523],[-4.821,58.527],[-4.821,58.529],[-4.811,58.535],[-4.804,58.538],[-4.801,58.539],[-4.796,58.541],[-4.796,58.545],[-4.793,58.546],[-4.799,58.551],[-4.806,58.554],[-4.809,58.554],[-4.814,58.556],[-4.817,58.561],[-4.82,58.563],[-4.819,58.565],[-4.819,58.568],[-4.817,58.57],[-4.822,58.571],[-4.818,58.579],[-4.819,58.584],[-4.817,58.588],[-4.823,58.591],[-4.829,58.596],[-4.828,58.598],[-4.834,58.599],[-4.836,58.601],[-4.846,58.599],[-4.855,58.603],[-4.857,58.605],[-4.867,58.607],[-4.876,58.613],[-4.876,58.614],[-4.883,58.615],[-4.887,58.613],[-4.892,58.612],[-4.911,58.614],[-4.916,58.614],[-4.923,58.616],[-4.936,58.617],[-4.943,58.612],[-4.944,58.609],[-4.952,58.61],[-4.957,58.61],[-4.959,58.611],[-4.958,58.614],[-4.972,58.616],[-4.976,58.616],[-4.98,58.62],[-4.985,58.622],[-4.987,58.621],[-4.993,58.625],[-4.999,58.627],[-5.002,58.625],[-5.007,58.626],[-5.011,58.622],[-5.015,58.615],[-5.013,58.614],[-5.014,58.611],[-5.011,58.61],[-5.013,58.607],[-5.012,58.604],[-5.016,58.602],[-5.011,58.599],[-5.013,58.596],[-5.01,58.593],[-5.011,58.591],[-5.018,58.59],[-5.022,58.586],[-5.016,58.584],[-5.022,58.579],[-5.014,58.578],[-5.027,58.572],[-5.027,58.569],[-5.031,58.568],[-5.03,58.562],[-5.035,58.56],[-5.039,58.557],[-5.041,58.554],[-5.04,58.551],[-5.044,58.549],[-5.046,58.547],[-5.056,58.54],[-5.062,58.538],[-5.07,58.535],[-5.08,58.537],[-5.084,58.537],[-5.091,58.537],[-5.09,58.534],[-5.092,58.531],[-5.096,58.53],[-5.105,58.526],[-5.107,58.522],[-5.112,58.52],[-5.118,58.514],[-5.117,58.512],[-5.119,58.51],[-5.116,58.507],[-5.119,58.504],[-5.118,58.502],[-5.122,58.499],[-5.12,58.498],[-5.122,58.494],[-5.126,58.494],[-5.125,58.49],[-5.12,58.489],[-5.121,58.485],[-5.113,58.484],[-5.116,58.481],[-5.113,58.479],[-5.107,58.483],[-5.103,58.482],[-5.103,58.479],[-5.093,58.479],[-5.089,58.479],[-5.085,58.475],[-5.088,58.472],[-5.086,58.469],[-5.071,58.466],[-5.071,58.464],[-5.061,58.463],[-5.056,58.464],[-5.055,58.46],[-5.062,58.46],[-5.065,58.461],[-5.071,58.457],[-5.055,58.455],[-5.049,58.454],[-5.039,58.454],[-5.032,58.453],[-5.017,58.453],[-5.019,58.45],[-5.018,58.447],[-5.016,58.445],[-5.009,58.444],[-5.006,58.442],[-4.996,58.441],[-4.992,58.439],[-5,58.437],[-5,58.435],[-4.994,58.431],[-4.991,58.43],[-4.988,58.427],[-4.995,58.424],[-4.996,58.426],[-5.015,58.439],[-5.019,58.441],[-5.023,58.444],[-5.031,58.448],[-5.038,58.45],[-5.042,58.45],[-5.048,58.451],[-5.058,58.449],[-5.065,58.452],[-5.07,58.45],[-5.073,58.452],[-5.078,58.451],[-5.078,58.447],[-5.082,58.447],[-5.084,58.446],[-5.096,58.442],[-5.102,58.436],[-5.109,58.436],[-5.108,58.431],[-5.113,58.43],[-5.112,58.428],[-5.114,58.424],[-5.105,58.422],[-5.1,58.422],[-5.092,58.424],[-5.09,58.42],[-5.084,58.419],[-5.079,58.42],[-5.08,58.417],[-5.089,58.417],[-5.099,58.417],[-5.107,58.415],[-5.11,58.416],[-5.113,58.415],[-5.11,58.411],[-5.103,58.41],[-5.101,58.411],[-5.095,58.407],[-5.088,58.408],[-5.083,58.407],[-5.073,58.407],[-5.066,58.409],[-5.067,58.411],[-5.065,58.415],[-5.056,58.414],[-5.046,58.414],[-5.046,58.411],[-5.052,58.411],[-5.061,58.409],[-5.065,58.406],[-5.07,58.404],[-5.069,58.402],[-5.062,58.403],[-5.057,58.403],[-5.063,58.398],[-5.057,58.397],[-5.051,58.395],[-5.045,58.396],[-5.041,58.394],[-5.032,58.393],[-5.045,58.386],[-5.033,58.382],[-5.032,58.381],[-5.025,58.379],[-5.035,58.377],[-5.039,58.372],[-5.045,58.373],[-5.047,58.378],[-5.043,58.38],[-5.041,58.377],[-5.037,58.378],[-5.035,58.38],[-5.046,58.384],[-5.051,58.382],[-5.057,58.382],[-5.059,58.385],[-5.066,58.384],[-5.064,58.388],[-5.065,58.39],[-5.074,58.388],[-5.078,58.39],[-5.08,58.392],[-5.086,58.392],[-5.094,58.389],[-5.09,58.394],[-5.11,58.398],[-5.116,58.396],[-5.119,58.403],[-5.127,58.405],[-5.127,58.407],[-5.132,58.412],[-5.146,58.411],[-5.144,58.408],[-5.146,58.407],[-5.152,58.405],[-5.151,58.404],[-5.153,58.4],[-5.152,58.398],[-5.148,58.396],[-5.149,58.391],[-5.143,58.389],[-5.145,58.387],[-5.144,58.385],[-5.152,58.383],[-5.155,58.379],[-5.164,58.373],[-5.169,58.368],[-5.172,58.364],[-5.172,58.361],[-5.165,58.36],[-5.161,58.355],[-5.155,58.354],[-5.155,58.352],[-5.161,58.351],[-5.169,58.353],[-5.176,58.355],[-5.182,58.353],[-5.183,58.351],[-5.175,58.35],[-5.177,58.348],[-5.173,58.346],[-5.172,58.342],[-5.176,58.341],[-5.17,58.338],[-5.167,58.337],[-5.162,58.337],[-5.161,58.334],[-5.168,58.33],[-5.168,58.326],[-5.17,58.323],[-5.164,58.32],[-5.153,58.32],[-5.15,58.322],[-5.147,58.327],[-5.138,58.327],[-5.134,58.323],[-5.135,58.319],[-5.14,58.317],[-5.144,58.317],[-5.147,58.312],[-5.141,58.311],[-5.127,58.311],[-5.131,58.308],[-5.136,58.308],[-5.142,58.307],[-5.146,58.3],[-5.141,58.3],[-5.134,58.298],[-5.134,58.297],[-5.141,58.294],[-5.14,58.291],[-5.135,58.293],[-5.125,58.293],[-5.127,58.291],[-5.122,58.288],[-5.119,58.284],[-5.123,58.28],[-5.116,58.28],[-5.11,58.282],[-5.108,58.279],[-5.104,58.28],[-5.104,58.277],[-5.092,58.271],[-5.088,58.267],[-5.081,58.264],[-5.075,58.262],[-5.07,58.262],[-5.064,58.259],[-5.061,58.261],[-5.053,58.257],[-5.041,58.261],[-5.031,58.255],[-5.024,58.258],[-5.023,58.259],[-5.029,58.261],[-5.033,58.257],[-5.035,58.259],[-5.032,58.263],[-5.023,58.264],[-5.012,58.264],[-5.008,58.264],[-5.002,58.262],[-4.996,58.261],[-4.991,58.259],[-4.986,58.26],[-4.98,58.258],[-4.978,58.258],[-4.97,58.257],[-4.955,58.258],[-4.945,58.26],[-4.929,58.259],[-4.923,58.258],[-4.925,58.256],[-4.933,58.255],[-4.951,58.253],[-4.957,58.254],[-4.965,58.253],[-4.981,58.254],[-4.987,58.254],[-4.995,58.251],[-4.991,58.246],[-4.984,58.244],[-4.976,58.242],[-4.971,58.24],[-4.963,58.238],[-4.96,58.236],[-4.954,58.234],[-4.946,58.23],[-4.949,58.227],[-4.947,58.225],[-4.943,58.225],[-4.937,58.223],[-4.936,58.22],[-4.939,58.218],[-4.937,58.216],[-4.942,58.216],[-4.948,58.222],[-4.956,58.226],[-4.959,58.226],[-4.972,58.228],[-4.978,58.228],[-4.979,58.23],[-4.982,58.232],[-4.987,58.235],[-4.99,58.238],[-5.003,58.24],[-5.003,58.245],[-5.006,58.249],[-5.007,58.255],[-5.021,58.257],[-5.028,58.252],[-5.026,58.251],[-5.036,58.249],[-5.039,58.248],[-5.043,58.249],[-5.047,58.251],[-5.05,58.252],[-5.054,58.25],[-5.053,58.247],[-5.057,58.246],[-5.063,58.248],[-5.07,58.251],[-5.077,58.252],[-5.088,58.258],[-5.096,58.261],[-5.105,58.265],[-5.104,58.266],[-5.107,58.27],[-5.118,58.27],[-5.117,58.267],[-5.125,58.267],[-5.127,58.264],[-5.132,58.263],[-5.133,58.26],[-5.122,58.259],[-5.12,58.256],[-5.122,58.247],[-5.129,58.251],[-5.125,58.255],[-5.132,58.257],[-5.133,58.259],[-5.138,58.26],[-5.142,58.26],[-5.146,58.258],[-5.147,58.256],[-5.152,58.253],[-5.156,58.254],[-5.157,58.256],[-5.162,58.26],[-5.166,58.258],[-5.165,58.256],[-5.171,58.251],[-5.171,58.246],[-5.168,58.245],[-5.172,58.241],[-5.169,58.24],[-5.165,58.238],[-5.162,58.235],[-5.17,58.236],[-5.174,58.238],[-5.177,58.247],[-5.18,58.247],[-5.181,58.251],[-5.185,58.252],[-5.188,58.249],[-5.196,58.249],[-5.204,58.246],[-5.214,58.25],[-5.212,58.253],[-5.218,58.256],[-5.224,58.253],[-5.23,58.249],[-5.231,58.246],[-5.236,58.248],[-5.231,58.25],[-5.232,58.253],[-5.238,58.253],[-5.24,58.249],[-5.248,58.25],[-5.252,58.25],[-5.253,58.248],[-5.261,58.247],[-5.264,58.245],[-5.273,58.243],[-5.276,58.239],[-5.282,58.239],[-5.285,58.237],[-5.29,58.237],[-5.293,58.235],[-5.295,58.231],[-5.303,58.226],[-5.309,58.224],[-5.31,58.228],[-5.313,58.23],[-5.315,58.235],[-5.319,58.235],[-5.318,58.239],[-5.325,58.242],[-5.334,58.241],[-5.342,58.245],[-5.34,58.25],[-5.348,58.251],[-5.353,58.251],[-5.356,58.253],[-5.368,58.251],[-5.371,58.254],[-5.371,58.258],[-5.375,58.26],[-5.374,58.264],[-5.378,58.263],[-5.384,58.26],[-5.388,58.255],[-5.394,58.254],[-5.397,58.25],[-5.395,58.248],[-5.4,58.241],[-5.404,58.241],[-5.402,58.238],[-5.404,58.237],[-5.391,58.232],[-5.386,58.232],[-5.38,58.229],[-5.377,58.226],[-5.371,58.223],[-5.37,58.221],[-5.364,58.219],[-5.361,58.217],[-5.361,58.211],[-5.36,58.21],[-5.36,58.205],[-5.358,58.202],[-5.345,58.201],[-5.34,58.199],[-5.34,58.197],[-5.343,58.196],[-5.344,58.192],[-5.343,58.189],[-5.337,58.189],[-5.336,58.187],[-5.339,58.186],[-5.336,58.184],[-5.331,58.184],[-5.332,58.181],[-5.327,58.181],[-5.322,58.182],[-5.316,58.182],[-5.312,58.178],[-5.305,58.176],[-5.306,58.175],[-5.303,58.173],[-5.318,58.17],[-5.315,58.168],[-5.312,58.168],[-5.309,58.163],[-5.303,58.164],[-5.299,58.165],[-5.295,58.164],[-5.292,58.167],[-5.287,58.167],[-5.281,58.166],[-5.284,58.164],[-5.289,58.164],[-5.297,58.162],[-5.301,58.163],[-5.304,58.162],[-5.307,58.157],[-5.31,58.155],[-5.298,58.153],[-5.296,58.151],[-5.287,58.152],[-5.283,58.154],[-5.279,58.148],[-5.273,58.149],[-5.27,58.148],[-5.261,58.148],[-5.257,58.152],[-5.241,58.153],[-5.241,58.148],[-5.252,58.147],[-5.25,58.143],[-5.255,58.141],[-5.26,58.137],[-5.269,58.139],[-5.273,58.138],[-5.287,58.138],[-5.29,58.14],[-5.295,58.137],[-5.287,58.131],[-5.286,58.127],[-5.279,58.125],[-5.273,58.124],[-5.269,58.126],[-5.264,58.124],[-5.268,58.122],[-5.278,58.122],[-5.287,58.12],[-5.289,58.122],[-5.303,58.12],[-5.298,58.115],[-5.295,58.113],[-5.29,58.113],[-5.285,58.113],[-5.284,58.109],[-5.278,58.106],[-5.272,58.107],[-5.269,58.105],[-5.268,58.102],[-5.281,58.092],[-5.281,58.09],[-5.276,58.086],[-5.278,58.083],[-5.283,58.086],[-5.285,58.085],[-5.289,58.079],[-5.282,58.076],[-5.281,58.073],[-5.285,58.073],[-5.293,58.074],[-5.294,58.072],[-5.3,58.069],[-5.301,58.064],[-5.31,58.066],[-5.308,58.069],[-5.314,58.07],[-5.325,58.069],[-5.327,58.072],[-5.332,58.078],[-5.338,58.078],[-5.342,58.076],[-5.352,58.079],[-5.354,58.074],[-5.358,58.068],[-5.356,58.064],[-5.354,58.062],[-5.354,58.058],[-5.359,58.058],[-5.361,58.061],[-5.359,58.062],[-5.362,58.068],[-5.364,58.069],[-5.366,58.074],[-5.369,58.077],[-5.374,58.076],[-5.381,58.081],[-5.38,58.082],[-5.382,58.086],[-5.39,58.087],[-5.393,58.091],[-5.397,58.091],[-5.401,58.097],[-5.404,58.096],[-5.412,58.101],[-5.423,58.103],[-5.425,58.105],[-5.435,58.106],[-5.439,58.101],[-5.436,58.099],[-5.437,58.096],[-5.44,58.096],[-5.444,58.098],[-5.447,58.097],[-5.448,58.092],[-5.454,58.085],[-5.446,58.08],[-5.45,58.078],[-5.453,58.078],[-5.458,58.077],[-5.458,58.075],[-5.456,58.07],[-5.453,58.072],[-5.448,58.068],[-5.444,58.062],[-5.433,58.059],[-5.426,58.059],[-5.423,58.056],[-5.417,58.055],[-5.413,58.053],[-5.413,58.051],[-5.418,58.05],[-5.42,58.046],[-5.415,58.046],[-5.418,58.043],[-5.422,58.044],[-5.424,58.038],[-5.423,58.037],[-5.416,58.034],[-5.409,58.034],[-5.406,58.033],[-5.397,58.032],[-5.386,58.029],[-5.376,58.03],[-5.372,58.032],[-5.367,58.031],[-5.358,58.027],[-5.353,58.022],[-5.35,58.02],[-5.351,58.017],[-5.347,58.014],[-5.353,58.01],[-5.355,58.007],[-5.353,58.006],[-5.341,58.006],[-5.335,58.008],[-5.331,58.007],[-5.328,58.005],[-5.327,58.001],[-5.323,58],[-5.32,57.994],[-5.314,57.993],[-5.312,57.991],[-5.308,57.988],[-5.307,57.986],[-5.313,57.983],[-5.314,57.981],[-5.307,57.978],[-5.304,57.979],[-5.286,57.977],[-5.282,57.975],[-5.269,57.975],[-5.259,57.974],[-5.252,57.971],[-5.246,57.971],[-5.243,57.967],[-5.245,57.965],[-5.241,57.962],[-5.234,57.961],[-5.228,57.961],[-5.227,57.959],[-5.222,57.958],[-5.216,57.958],[-5.214,57.957],[-5.198,57.958],[-5.192,57.957],[-5.191,57.951],[-5.195,57.949],[-5.192,57.948],[-5.193,57.944],[-5.187,57.945],[-5.183,57.947],[-5.184,57.95],[-5.179,57.953],[-5.176,57.952],[-5.177,57.949],[-5.181,57.947],[-5.177,57.944],[-5.179,57.941],[-5.183,57.94],[-5.186,57.937],[-5.194,57.935],[-5.2,57.929],[-5.206,57.93],[-5.208,57.929],[-5.217,57.929],[-5.222,57.927],[-5.222,57.924],[-5.214,57.921],[-5.21,57.921],[-5.206,57.918],[-5.199,57.916],[-5.193,57.91],[-5.181,57.908],[-5.172,57.901],[-5.169,57.901],[-5.168,57.897],[-5.165,57.893],[-5.159,57.896],[-5.152,57.896],[-5.144,57.894],[-5.141,57.89],[-5.136,57.886],[-5.136,57.883],[-5.134,57.881],[-5.127,57.879],[-5.121,57.879],[-5.109,57.875],[-5.099,57.869],[-5.097,57.866],[-5.094,57.864],[-5.095,57.862],[-5.09,57.86],[-5.089,57.857],[-5.082,57.853],[-5.081,57.851],[-5.084,57.848],[-5.08,57.846],[-5.078,57.841],[-5.065,57.827],[-5.069,57.824],[-5.071,57.821],[-5.074,57.818],[-5.086,57.829],[-5.099,57.843],[-5.101,57.846],[-5.107,57.853],[-5.109,57.857],[-5.118,57.866],[-5.121,57.871],[-5.128,57.872],[-5.128,57.875],[-5.135,57.875],[-5.145,57.874],[-5.152,57.875],[-5.153,57.877],[-5.158,57.88],[-5.162,57.882],[-5.167,57.882],[-5.166,57.884],[-5.173,57.887],[-5.181,57.887],[-5.182,57.889],[-5.189,57.891],[-5.19,57.892],[-5.194,57.894],[-5.198,57.898],[-5.203,57.9],[-5.212,57.904],[-5.212,57.906],[-5.217,57.909],[-5.223,57.912],[-5.239,57.915],[-5.239,57.917],[-5.243,57.918],[-5.249,57.917],[-5.259,57.917],[-5.274,57.915],[-5.277,57.913],[-5.283,57.912],[-5.297,57.91],[-5.31,57.911],[-5.315,57.911],[-5.324,57.914],[-5.333,57.915],[-5.333,57.917],[-5.342,57.92],[-5.351,57.927],[-5.355,57.927],[-5.351,57.932],[-5.353,57.935],[-5.358,57.938],[-5.365,57.939],[-5.372,57.937],[-5.369,57.932],[-5.372,57.93],[-5.376,57.93],[-5.378,57.932],[-5.387,57.931],[-5.393,57.932],[-5.397,57.933],[-5.404,57.931],[-5.406,57.927],[-5.394,57.921],[-5.395,57.919],[-5.394,57.913],[-5.386,57.912],[-5.385,57.91],[-5.378,57.91],[-5.36,57.908],[-5.346,57.908],[-5.339,57.906],[-5.334,57.902],[-5.323,57.896],[-5.317,57.892],[-5.313,57.887],[-5.314,57.883],[-5.312,57.879],[-5.306,57.877],[-5.295,57.874],[-5.269,57.871],[-5.251,57.868],[-5.243,57.866],[-5.241,57.863],[-5.242,57.857],[-5.237,57.854],[-5.233,57.853],[-5.22,57.848],[-5.217,57.844],[-5.218,57.842],[-5.226,57.843],[-5.232,57.844],[-5.243,57.846],[-5.253,57.849],[-5.26,57.85],[-5.261,57.852],[-5.267,57.854],[-5.27,57.854],[-5.283,57.856],[-5.287,57.855],[-5.293,57.856],[-5.303,57.86],[-5.31,57.861],[-5.311,57.862],[-5.317,57.863],[-5.325,57.865],[-5.333,57.87],[-5.336,57.875],[-5.337,57.879],[-5.34,57.88],[-5.35,57.886],[-5.356,57.889],[-5.376,57.895],[-5.383,57.897],[-5.39,57.899],[-5.4,57.905],[-5.413,57.905],[-5.421,57.908],[-5.425,57.907],[-5.428,57.903],[-5.431,57.903],[-5.433,57.898],[-5.433,57.895],[-5.438,57.894],[-5.437,57.889],[-5.44,57.887],[-5.433,57.885],[-5.433,57.881],[-5.439,57.881],[-5.442,57.879],[-5.441,57.875],[-5.441,57.873],[-5.446,57.87],[-5.454,57.869],[-5.453,57.867],[-5.457,57.865],[-5.455,57.863],[-5.452,57.862],[-5.451,57.856],[-5.452,57.853],[-5.456,57.851],[-5.463,57.853],[-5.468,57.852],[-5.471,57.854],[-5.472,57.857],[-5.475,57.858],[-5.482,57.857],[-5.486,57.857],[-5.49,57.861],[-5.508,57.862],[-5.515,57.865],[-5.519,57.865],[-5.537,57.868],[-5.541,57.871],[-5.539,57.875],[-5.548,57.88],[-5.551,57.884],[-5.55,57.888],[-5.553,57.891],[-5.549,57.897],[-5.55,57.9],[-5.557,57.901],[-5.559,57.903],[-5.556,57.905],[-5.556,57.908],[-5.553,57.909],[-5.553,57.913],[-5.559,57.913],[-5.558,57.915],[-5.565,57.918],[-5.572,57.915],[-5.579,57.913],[-5.581,57.914],[-5.581,57.92],[-5.585,57.918],[-5.603,57.925],[-5.608,57.924],[-5.614,57.925],[-5.621,57.924],[-5.624,57.919],[-5.628,57.916],[-5.636,57.913],[-5.642,57.906],[-5.642,57.904],[-5.646,57.903],[-5.647,57.901],[-5.644,57.897],[-5.649,57.893],[-5.656,57.889],[-5.644,57.884],[-5.643,57.883],[-5.652,57.883],[-5.656,57.88],[-5.654,57.876],[-5.651,57.875],[-5.649,57.872],[-5.645,57.871],[-5.647,57.866],[-5.644,57.866],[-5.638,57.863],[-5.642,57.861],[-5.643,57.856],[-5.638,57.856],[-5.632,57.857],[-5.632,57.855],[-5.626,57.855],[-5.622,57.855],[-5.614,57.851],[-5.609,57.852],[-5.602,57.849],[-5.599,57.847],[-5.599,57.844],[-5.601,57.842],[-5.59,57.841],[-5.585,57.84],[-5.582,57.836],[-5.583,57.834],[-5.581,57.829],[-5.583,57.828],[-5.585,57.817],[-5.584,57.815],[-5.591,57.808],[-5.559,57.802],[-5.535,57.797],[-5.527,57.794],[-5.512,57.793],[-5.508,57.791],[-5.5,57.785],[-5.501,57.784],[-5.516,57.779],[-5.507,57.768],[-5.479,57.775],[-5.475,57.775],[-5.449,57.75],[-5.433,57.745],[-5.418,57.731],[-5.412,57.726],[-5.395,57.729],[-5.378,57.731],[-5.362,57.731],[-5.352,57.73],[-5.335,57.725],[-5.329,57.722],[-5.318,57.715],[-5.305,57.714],[-5.3,57.711],[-5.291,57.707],[-5.284,57.702],[-5.275,57.702],[-5.266,57.704],[-5.261,57.705],[-5.252,57.703],[-5.244,57.702],[-5.243,57.695],[-5.236,57.691],[-5.226,57.686],[-5.215,57.686],[-5.2,57.686],[-5.19,57.688],[-5.174,57.689],[-5.166,57.689],[-5.157,57.685],[-5.148,57.68],[-5.153,57.669],[-5.154,57.662],[-5.154,57.658],[-5.152,57.656],[-5.136,57.652],[-5.142,57.644],[-5.143,57.639],[-5.138,57.634],[-5.136,57.629],[-5.142,57.618],[-5.143,57.612],[-5.147,57.609],[-5.159,57.604],[-5.178,57.599],[-5.186,57.589],[-5.187,57.585],[-5.187,57.573],[-5.193,57.568],[-5.199,57.567],[-5.2,57.559],[-5.198,57.554],[-5.194,57.549],[-5.188,57.546],[-5.179,57.538],[-5.186,57.537],[-5.198,57.538],[-5.215,57.541],[-5.218,57.538],[-5.229,57.537],[-5.224,57.529],[-5.213,57.529],[-5.21,57.528],[-5.201,57.527],[-5.197,57.521],[-5.184,57.523],[-5.168,57.526],[-5.161,57.523],[-5.157,57.517],[-5.154,57.51],[-5.156,57.503],[-5.163,57.497],[-5.175,57.49],[-5.186,57.486],[-5.194,57.485],[-5.206,57.478],[-5.208,57.473],[-5.208,57.467],[-5.205,57.457],[-5.23,57.455],[-5.23,57.449],[-5.242,57.441],[-5.248,57.434],[-5.25,57.428],[-5.248,57.422],[-5.237,57.419],[-5.228,57.421],[-5.222,57.424],[-5.215,57.425],[-5.204,57.427],[-5.199,57.428],[-5.193,57.428],[-5.188,57.429],[-5.176,57.431],[-5.167,57.431],[-5.156,57.431],[-5.143,57.429],[-5.125,57.424],[-5.115,57.422],[-5.111,57.422],[-5.097,57.422],[-5.086,57.422],[-5.084,57.423],[-5.065,57.429],[-5.061,57.435],[-5.056,57.431],[-5.041,57.43],[-5.039,57.432],[-5.042,57.434],[-5.048,57.435],[-5.049,57.437],[-5.046,57.44],[-5.031,57.449],[-5.023,57.453],[-5.015,57.455],[-5.01,57.458],[-5.008,57.46],[-5.004,57.463],[-4.988,57.468],[-4.965,57.472],[-4.962,57.473],[-4.956,57.472],[-4.952,57.473],[-4.939,57.473],[-4.933,57.476],[-4.918,57.476],[-4.915,57.473],[-4.908,57.475],[-4.904,57.473],[-4.899,57.474],[-4.889,57.48],[-4.884,57.482],[-4.879,57.481],[-4.871,57.483],[-4.869,57.482],[-4.865,57.483],[-4.859,57.482],[-4.844,57.486],[-4.832,57.487],[-4.832,57.489],[-4.828,57.489],[-4.827,57.492],[-4.821,57.494],[-4.815,57.495],[-4.8,57.494],[-4.795,57.494],[-4.781,57.494],[-4.777,57.494],[-4.772,57.497],[-4.757,57.499],[-4.751,57.497],[-4.75,57.492],[-4.753,57.488],[-4.752,57.484],[-4.745,57.481],[-4.738,57.477],[-4.728,57.476],[-4.722,57.477],[-4.716,57.479],[-4.712,57.479],[-4.713,57.483],[-4.706,57.486],[-4.704,57.491],[-4.692,57.492],[-4.686,57.492],[-4.676,57.494],[-4.674,57.492],[-4.675,57.488],[-4.671,57.479],[-4.651,57.477],[-4.641,57.472],[-4.643,57.466],[-4.643,57.459],[-4.642,57.454],[-4.634,57.451],[-4.624,57.446],[-4.617,57.443],[-4.615,57.437],[-4.612,57.429],[-4.615,57.424],[-4.62,57.421],[-4.624,57.424],[-4.63,57.424],[-4.626,57.42],[-4.624,57.409],[-4.63,57.405],[-4.629,57.396],[-4.623,57.39],[-4.619,57.386],[-4.612,57.383],[-4.604,57.373],[-4.542,57.374],[-4.54,57.367],[-4.522,57.369],[-4.503,57.368],[-4.487,57.367],[-4.477,57.369],[-4.471,57.366],[-4.46,57.365],[-4.457,57.365],[-4.457,57.369],[-4.455,57.373],[-4.445,57.374],[-4.432,57.39],[-4.426,57.402],[-4.422,57.412],[-4.41,57.423],[-4.409,57.426],[-4.391,57.422],[-4.383,57.428],[-4.369,57.431],[-4.362,57.433],[-4.352,57.435],[-4.342,57.436],[-4.337,57.439],[-4.334,57.443],[-4.327,57.449],[-4.323,57.454],[-4.313,57.459],[-4.31,57.459],[-4.295,57.466],[-4.291,57.466],[-4.287,57.469],[-4.283,57.471],[-4.283,57.474],[-4.288,57.479],[-4.288,57.481]]],[[[-3.113,58.693],[-3.114,58.696],[-3.116,58.697],[-3.123,58.694],[-3.122,58.69],[-3.126,58.688],[-3.128,58.684],[-3.124,58.682],[-3.132,58.681],[-3.131,58.678],[-3.131,58.674],[-3.134,58.672],[-3.14,58.67],[-3.14,58.668],[-3.134,58.667],[-3.129,58.67],[-3.124,58.671],[-3.113,58.67],[-3.107,58.671],[-3.106,58.675],[-3.105,58.68],[-3.101,58.681],[-3.101,58.685],[-3.108,58.687],[-3.111,58.69],[-3.113,58.693]]]]},"properties":{"Name":"Caithness, Sutherland and Easter Ross","ID":"S14000069"},"id":603}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.234,55.834],[-4.231,55.838],[-4.228,55.841],[-4.231,55.842],[-4.237,55.842],[-4.241,55.844],[-4.238,55.848],[-4.246,55.852],[-4.258,55.855],[-4.263,55.842],[-4.266,55.834],[-4.252,55.829],[-4.247,55.828],[-4.249,55.836],[-4.25,55.839],[-4.234,55.834]]],[[[-4.086,55.859],[-4.096,55.859],[-4.109,55.86],[-4.122,55.858],[-4.132,55.854],[-4.139,55.853],[-4.167,55.854],[-4.177,55.855],[-4.192,55.855],[-4.208,55.857],[-4.221,55.856],[-4.237,55.858],[-4.24,55.86],[-4.25,55.862],[-4.253,55.858],[-4.257,55.858],[-4.258,55.856],[-4.247,55.853],[-4.237,55.848],[-4.24,55.844],[-4.237,55.843],[-4.23,55.843],[-4.222,55.839],[-4.223,55.835],[-4.22,55.834],[-4.213,55.837],[-4.204,55.838],[-4.203,55.84],[-4.207,55.843],[-4.203,55.844],[-4.195,55.839],[-4.195,55.837],[-4.199,55.836],[-4.198,55.833],[-4.194,55.832],[-4.191,55.832],[-4.191,55.835],[-4.186,55.837],[-4.179,55.835],[-4.179,55.83],[-4.175,55.824],[-4.173,55.823],[-4.161,55.827],[-4.157,55.828],[-4.145,55.828],[-4.142,55.83],[-4.13,55.833],[-4.112,55.826],[-4.112,55.829],[-4.107,55.835],[-4.108,55.838],[-4.103,55.842],[-4.097,55.842],[-4.094,55.844],[-4.085,55.845],[-4.081,55.844],[-4.079,55.845],[-4.078,55.847],[-4.082,55.849],[-4.084,55.851],[-4.088,55.854],[-4.086,55.859]]]]},"properties":{"Name":"Glasgow East","ID":"S14000084"},"id":604}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.152,56.008],[-4.157,56.014],[-4.156,56.019],[-4.158,56.023],[-4.157,56.025],[-4.163,56.03],[-4.168,56.029],[-4.17,56.027],[-4.172,56.023],[-4.174,56.021],[-4.174,56.019],[-4.191,56.012],[-4.198,56.01],[-4.207,56.017],[-4.213,56.017],[-4.219,56.018],[-4.223,56.02],[-4.241,56.017],[-4.25,56.016],[-4.257,56.017],[-4.259,56.019],[-4.267,56.023],[-4.273,56.023],[-4.273,56.026],[-4.275,56.029],[-4.28,56.029],[-4.291,56.027],[-4.296,56.026],[-4.296,56.02],[-4.299,56.017],[-4.295,56.014],[-4.294,56.009],[-4.283,55.999],[-4.276,55.997],[-4.275,55.993],[-4.275,55.983],[-4.274,55.977],[-4.279,55.977],[-4.28,55.975],[-4.273,55.965],[-4.282,55.967],[-4.289,55.967],[-4.294,55.963],[-4.288,55.961],[-4.286,55.958],[-4.295,55.959],[-4.304,55.957],[-4.319,55.96],[-4.32,55.958],[-4.331,55.958],[-4.335,55.959],[-4.345,55.965],[-4.351,55.972],[-4.358,55.973],[-4.364,55.976],[-4.363,55.978],[-4.366,55.98],[-4.375,55.981],[-4.38,55.98],[-4.384,55.98],[-4.394,55.978],[-4.398,55.977],[-4.398,55.973],[-4.402,55.972],[-4.399,55.967],[-4.4,55.962],[-4.398,55.958],[-4.398,55.955],[-4.394,55.954],[-4.386,55.952],[-4.385,55.946],[-4.39,55.945],[-4.387,55.94],[-4.389,55.937],[-4.389,55.934],[-4.383,55.934],[-4.38,55.93],[-4.384,55.928],[-4.381,55.927],[-4.38,55.921],[-4.371,55.921],[-4.364,55.921],[-4.357,55.921],[-4.351,55.917],[-4.349,55.915],[-4.348,55.912],[-4.349,55.91],[-4.349,55.906],[-4.341,55.904],[-4.336,55.904],[-4.328,55.9],[-4.322,55.901],[-4.314,55.907],[-4.309,55.907],[-4.307,55.906],[-4.301,55.906],[-4.301,55.909],[-4.297,55.909],[-4.29,55.912],[-4.292,55.914],[-4.301,55.916],[-4.299,55.921],[-4.298,55.929],[-4.296,55.928],[-4.284,55.928],[-4.276,55.93],[-4.267,55.928],[-4.27,55.923],[-4.269,55.92],[-4.264,55.918],[-4.26,55.913],[-4.256,55.913],[-4.251,55.911],[-4.249,55.907],[-4.247,55.904],[-4.238,55.905],[-4.238,55.901],[-4.236,55.897],[-4.232,55.897],[-4.228,55.896],[-4.217,55.898],[-4.207,55.898],[-4.197,55.898],[-4.191,55.9],[-4.19,55.901],[-4.182,55.903],[-4.18,55.905],[-4.184,55.905],[-4.189,55.908],[-4.193,55.908],[-4.194,55.913],[-4.172,55.917],[-4.156,55.915],[-4.155,55.913],[-4.145,55.913],[-4.136,55.914],[-4.135,55.92],[-4.136,55.923],[-4.14,55.925],[-4.125,55.928],[-4.114,55.929],[-4.121,55.934],[-4.127,55.935],[-4.15,55.936],[-4.151,55.939],[-4.156,55.942],[-4.157,55.945],[-4.151,55.948],[-4.144,55.949],[-4.129,55.949],[-4.115,55.953],[-4.123,55.953],[-4.125,55.956],[-4.117,55.96],[-4.111,55.961],[-4.117,55.968],[-4.116,55.973],[-4.113,55.977],[-4.117,55.978],[-4.121,55.981],[-4.124,55.982],[-4.129,55.986],[-4.132,55.986],[-4.134,55.991],[-4.146,55.996],[-4.149,55.999],[-4.153,56.006],[-4.152,56.008]]]},"properties":{"Name":"Mid Dunbartonshire","ID":"S14000097"},"id":605}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.232,55.897],[-4.236,55.897],[-4.238,55.901],[-4.238,55.905],[-4.247,55.904],[-4.249,55.907],[-4.251,55.911],[-4.256,55.913],[-4.26,55.913],[-4.264,55.918],[-4.269,55.92],[-4.27,55.923],[-4.267,55.928],[-4.276,55.93],[-4.284,55.928],[-4.296,55.928],[-4.298,55.929],[-4.299,55.921],[-4.301,55.916],[-4.292,55.914],[-4.29,55.912],[-4.297,55.909],[-4.301,55.909],[-4.301,55.906],[-4.307,55.906],[-4.309,55.907],[-4.314,55.907],[-4.322,55.901],[-4.319,55.899],[-4.321,55.896],[-4.316,55.894],[-4.32,55.892],[-4.322,55.889],[-4.29,55.878],[-4.297,55.872],[-4.298,55.869],[-4.303,55.868],[-4.306,55.865],[-4.297,55.863],[-4.295,55.861],[-4.279,55.857],[-4.274,55.857],[-4.265,55.857],[-4.258,55.856],[-4.257,55.858],[-4.253,55.858],[-4.25,55.862],[-4.248,55.867],[-4.245,55.869],[-4.248,55.871],[-4.245,55.872],[-4.239,55.881],[-4.239,55.883],[-4.241,55.889],[-4.241,55.892],[-4.233,55.891],[-4.232,55.897]]]},"properties":{"Name":"Glasgow North","ID":"S14000085"},"id":606}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.234,55.834],[-4.25,55.839],[-4.249,55.836],[-4.247,55.828],[-4.252,55.829],[-4.266,55.834],[-4.263,55.842],[-4.264,55.841],[-4.29,55.832],[-4.296,55.829],[-4.297,55.834],[-4.305,55.838],[-4.309,55.84],[-4.317,55.839],[-4.323,55.836],[-4.331,55.833],[-4.332,55.83],[-4.334,55.825],[-4.338,55.821],[-4.337,55.818],[-4.334,55.815],[-4.333,55.812],[-4.328,55.812],[-4.327,55.808],[-4.315,55.809],[-4.313,55.811],[-4.308,55.809],[-4.306,55.81],[-4.298,55.81],[-4.293,55.814],[-4.29,55.813],[-4.283,55.812],[-4.278,55.81],[-4.272,55.809],[-4.267,55.811],[-4.261,55.811],[-4.263,55.807],[-4.267,55.807],[-4.266,55.804],[-4.265,55.8],[-4.26,55.798],[-4.263,55.793],[-4.268,55.792],[-4.262,55.786],[-4.259,55.787],[-4.252,55.787],[-4.251,55.785],[-4.243,55.787],[-4.239,55.785],[-4.227,55.781],[-4.225,55.784],[-4.23,55.786],[-4.224,55.792],[-4.209,55.799],[-4.204,55.8],[-4.211,55.8],[-4.212,55.81],[-4.215,55.815],[-4.225,55.812],[-4.228,55.817],[-4.234,55.819],[-4.235,55.824],[-4.229,55.824],[-4.231,55.833],[-4.234,55.834]]]},"properties":{"Name":"Glasgow South","ID":"S14000087"},"id":607}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.322,55.901],[-4.328,55.9],[-4.336,55.904],[-4.341,55.904],[-4.349,55.906],[-4.349,55.91],[-4.348,55.912],[-4.349,55.915],[-4.351,55.917],[-4.357,55.921],[-4.364,55.921],[-4.371,55.921],[-4.38,55.921],[-4.38,55.919],[-4.385,55.918],[-4.388,55.916],[-4.39,55.911],[-4.375,55.9],[-4.37,55.899],[-4.372,55.894],[-4.376,55.89],[-4.386,55.892],[-4.387,55.89],[-4.392,55.89],[-4.381,55.887],[-4.367,55.881],[-4.357,55.876],[-4.347,55.873],[-4.341,55.87],[-4.321,55.869],[-4.309,55.866],[-4.303,55.868],[-4.298,55.869],[-4.297,55.872],[-4.29,55.878],[-4.322,55.889],[-4.32,55.892],[-4.316,55.894],[-4.321,55.896],[-4.319,55.899],[-4.322,55.901]]]},"properties":{"Name":"Glasgow West","ID":"S14000089"},"id":608}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.02,56.028],[-4.032,56.03],[-4.034,56.029],[-4.042,56.029],[-4.044,56.031],[-4.048,56.03],[-4.054,56.031],[-4.062,56.03],[-4.079,56.027],[-4.08,56.026],[-4.086,56.027],[-4.097,56.027],[-4.1,56.019],[-4.112,56.015],[-4.114,56.015],[-4.12,56.014],[-4.123,56.01],[-4.129,56.009],[-4.136,56.006],[-4.152,56.008],[-4.153,56.006],[-4.149,55.999],[-4.146,55.996],[-4.134,55.991],[-4.132,55.986],[-4.129,55.986],[-4.124,55.982],[-4.121,55.981],[-4.117,55.978],[-4.113,55.977],[-4.116,55.973],[-4.117,55.968],[-4.111,55.961],[-4.117,55.96],[-4.125,55.956],[-4.123,55.953],[-4.115,55.953],[-4.129,55.949],[-4.144,55.949],[-4.151,55.948],[-4.157,55.945],[-4.156,55.942],[-4.151,55.939],[-4.15,55.936],[-4.127,55.935],[-4.121,55.934],[-4.114,55.929],[-4.125,55.928],[-4.14,55.925],[-4.136,55.923],[-4.135,55.92],[-4.136,55.914],[-4.145,55.913],[-4.155,55.913],[-4.156,55.915],[-4.172,55.917],[-4.194,55.913],[-4.193,55.908],[-4.189,55.908],[-4.184,55.905],[-4.18,55.905],[-4.178,55.903],[-4.177,55.9],[-4.173,55.897],[-4.163,55.896],[-4.16,55.89],[-4.162,55.888],[-4.17,55.886],[-4.164,55.884],[-4.158,55.886],[-4.157,55.884],[-4.15,55.887],[-4.148,55.884],[-4.141,55.883],[-4.133,55.884],[-4.13,55.885],[-4.119,55.886],[-4.107,55.887],[-4.104,55.889],[-4.098,55.895],[-4.092,55.892],[-4.084,55.895],[-4.087,55.898],[-4.097,55.898],[-4.089,55.903],[-4.086,55.904],[-4.088,55.908],[-4.096,55.91],[-4.099,55.913],[-4.109,55.916],[-4.111,55.923],[-4.096,55.924],[-4.09,55.924],[-4.076,55.925],[-4.069,55.926],[-4.063,55.923],[-4.043,55.924],[-4.036,55.926],[-4.033,55.929],[-4.029,55.93],[-4.027,55.928],[-4.019,55.929],[-4.012,55.928],[-4.003,55.93],[-4.002,55.932],[-3.991,55.929],[-3.987,55.927],[-3.984,55.924],[-3.979,55.925],[-3.977,55.931],[-3.972,55.932],[-3.965,55.932],[-3.964,55.93],[-3.958,55.931],[-3.952,55.929],[-3.949,55.93],[-3.945,55.929],[-3.933,55.93],[-3.931,55.929],[-3.925,55.931],[-3.921,55.931],[-3.916,55.927],[-3.914,55.928],[-3.91,55.931],[-3.903,55.931],[-3.9,55.933],[-3.898,55.937],[-3.903,55.937],[-3.9,55.94],[-3.898,55.944],[-3.893,55.945],[-3.892,55.947],[-3.889,55.949],[-3.879,55.953],[-3.876,55.952],[-3.869,55.954],[-3.868,55.956],[-3.86,55.959],[-3.868,55.963],[-3.881,55.962],[-3.886,55.962],[-3.899,55.961],[-3.904,55.962],[-3.906,55.96],[-3.912,55.96],[-3.914,55.961],[-3.919,55.962],[-3.922,55.964],[-3.926,55.965],[-3.936,55.963],[-3.938,55.963],[-3.94,55.969],[-3.95,55.971],[-3.949,55.973],[-3.946,55.976],[-3.943,55.98],[-3.949,55.984],[-3.955,55.985],[-3.959,55.987],[-3.965,55.987],[-3.985,55.983],[-3.989,55.987],[-3.979,55.991],[-3.977,55.993],[-3.982,55.995],[-3.98,56],[-3.985,56.004],[-3.988,56.008],[-3.991,56.006],[-3.996,56.006],[-4.004,56.007],[-4.012,56.007],[-4.019,56.006],[-4.022,56.01],[-4.03,56.01],[-4.024,56.018],[-4.024,56.021],[-4.021,56.023],[-4.019,56.027],[-4.02,56.028]]]},"properties":{"Name":"Cumbernauld and Kirkintilloch","ID":"S14000072"},"id":609}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.003,55.93],[-4.012,55.928],[-4.019,55.929],[-4.027,55.928],[-4.029,55.93],[-4.033,55.929],[-4.036,55.926],[-4.043,55.924],[-4.063,55.923],[-4.069,55.926],[-4.076,55.925],[-4.09,55.924],[-4.096,55.924],[-4.111,55.923],[-4.109,55.916],[-4.099,55.913],[-4.096,55.91],[-4.088,55.908],[-4.086,55.904],[-4.089,55.903],[-4.097,55.898],[-4.087,55.898],[-4.084,55.895],[-4.092,55.892],[-4.098,55.895],[-4.104,55.889],[-4.107,55.887],[-4.106,55.884],[-4.095,55.885],[-4.093,55.883],[-4.089,55.882],[-4.082,55.884],[-4.078,55.881],[-4.08,55.877],[-4.079,55.874],[-4.08,55.869],[-4.077,55.864],[-4.072,55.861],[-4.081,55.859],[-4.086,55.859],[-4.088,55.854],[-4.084,55.851],[-4.082,55.849],[-4.078,55.847],[-4.079,55.845],[-4.081,55.844],[-4.085,55.845],[-4.094,55.844],[-4.097,55.842],[-4.103,55.842],[-4.108,55.838],[-4.107,55.835],[-4.091,55.828],[-4.083,55.827],[-4.074,55.823],[-4.064,55.82],[-4.049,55.813],[-4.041,55.809],[-4.052,55.804],[-4.053,55.801],[-4.047,55.797],[-4.043,55.797],[-4.044,55.8],[-4.037,55.796],[-4.029,55.797],[-4.029,55.799],[-4.023,55.801],[-4.018,55.8],[-4.017,55.802],[-4.015,55.807],[-4.01,55.808],[-4.005,55.81],[-4,55.81],[-3.993,55.806],[-3.995,55.818],[-3.996,55.821],[-4.005,55.839],[-3.993,55.838],[-3.994,55.841],[-3.993,55.843],[-3.995,55.846],[-3.995,55.854],[-3.996,55.857],[-4.004,55.858],[-4.004,55.861],[-3.998,55.863],[-4.004,55.864],[-4.008,55.866],[-4.009,55.872],[-4.004,55.875],[-4.003,55.876],[-4.009,55.879],[-4.013,55.877],[-4.016,55.88],[-4.021,55.881],[-4.021,55.885],[-4.018,55.887],[-4.021,55.888],[-4.015,55.901],[-4.014,55.905],[-4.019,55.91],[-4.009,55.912],[-4.011,55.918],[-4.002,55.923],[-4.003,55.93]]]},"properties":{"Name":"Coatbridge and Bellshill","ID":"S14000070"},"id":610}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.043,55.797],[-4.047,55.797],[-4.051,55.795],[-4.056,55.796],[-4.06,55.794],[-4.065,55.794],[-4.071,55.792],[-4.077,55.792],[-4.072,55.788],[-4.076,55.788],[-4.084,55.786],[-4.087,55.785],[-4.09,55.784],[-4.096,55.783],[-4.102,55.782],[-4.113,55.783],[-4.122,55.782],[-4.119,55.779],[-4.125,55.774],[-4.13,55.771],[-4.131,55.767],[-4.137,55.758],[-4.138,55.755],[-4.145,55.755],[-4.147,55.754],[-4.142,55.751],[-4.143,55.746],[-4.141,55.744],[-4.13,55.745],[-4.128,55.747],[-4.12,55.749],[-4.111,55.747],[-4.109,55.747],[-4.101,55.746],[-4.093,55.741],[-4.096,55.74],[-4.097,55.734],[-4.092,55.732],[-4.084,55.726],[-4.077,55.727],[-4.071,55.724],[-4.068,55.721],[-4.065,55.72],[-4.066,55.714],[-4.066,55.709],[-4.059,55.711],[-4.055,55.713],[-4.041,55.719],[-4.03,55.715],[-4.028,55.716],[-4.023,55.715],[-4.018,55.716],[-4.015,55.714],[-4.01,55.716],[-4.006,55.711],[-4.004,55.709],[-4,55.704],[-3.999,55.7],[-3.991,55.703],[-3.985,55.705],[-3.979,55.707],[-3.976,55.704],[-3.972,55.707],[-3.971,55.709],[-3.966,55.709],[-3.966,55.703],[-3.968,55.701],[-3.962,55.699],[-3.96,55.694],[-3.961,55.693],[-3.958,55.69],[-3.955,55.689],[-3.949,55.682],[-3.962,55.677],[-3.96,55.675],[-3.966,55.67],[-3.97,55.665],[-3.979,55.66],[-3.977,55.659],[-3.982,55.656],[-3.99,55.653],[-3.988,55.652],[-3.985,55.647],[-3.989,55.644],[-3.989,55.641],[-3.993,55.638],[-4.002,55.635],[-4.001,55.631],[-4.003,55.629],[-4.004,55.624],[-4.01,55.622],[-4.015,55.619],[-4.026,55.615],[-4.03,55.615],[-4.035,55.609],[-4.039,55.606],[-4.036,55.601],[-4.041,55.6],[-4.041,55.597],[-4.038,55.597],[-4.037,55.594],[-4.04,55.592],[-4.037,55.59],[-4.034,55.588],[-4.034,55.584],[-4.023,55.581],[-4.015,55.577],[-4.008,55.575],[-4.008,55.574],[-4.002,55.572],[-3.995,55.572],[-3.987,55.574],[-3.978,55.577],[-3.974,55.58],[-3.97,55.585],[-3.961,55.588],[-3.952,55.589],[-3.948,55.591],[-3.941,55.593],[-3.935,55.596],[-3.93,55.596],[-3.92,55.603],[-3.912,55.611],[-3.908,55.611],[-3.903,55.615],[-3.897,55.618],[-3.891,55.618],[-3.888,55.614],[-3.885,55.613],[-3.846,55.605],[-3.839,55.609],[-3.844,55.611],[-3.838,55.616],[-3.852,55.628],[-3.842,55.629],[-3.837,55.628],[-3.836,55.625],[-3.831,55.627],[-3.821,55.626],[-3.813,55.627],[-3.8,55.632],[-3.799,55.63],[-3.777,55.637],[-3.767,55.631],[-3.761,55.632],[-3.757,55.633],[-3.756,55.637],[-3.753,55.637],[-3.748,55.645],[-3.741,55.649],[-3.739,55.653],[-3.73,55.652],[-3.725,55.656],[-3.722,55.657],[-3.712,55.656],[-3.708,55.657],[-3.704,55.66],[-3.703,55.662],[-3.706,55.666],[-3.71,55.669],[-3.71,55.672],[-3.709,55.674],[-3.716,55.674],[-3.72,55.672],[-3.727,55.67],[-3.734,55.671],[-3.738,55.681],[-3.745,55.68],[-3.759,55.679],[-3.752,55.686],[-3.74,55.69],[-3.732,55.691],[-3.749,55.695],[-3.759,55.699],[-3.764,55.7],[-3.77,55.701],[-3.778,55.701],[-3.79,55.702],[-3.802,55.702],[-3.806,55.702],[-3.814,55.703],[-3.821,55.706],[-3.825,55.702],[-3.83,55.7],[-3.831,55.697],[-3.838,55.699],[-3.842,55.693],[-3.853,55.696],[-3.855,55.699],[-3.863,55.7],[-3.866,55.703],[-3.869,55.704],[-3.874,55.704],[-3.876,55.708],[-3.874,55.711],[-3.875,55.713],[-3.879,55.715],[-3.887,55.721],[-3.89,55.721],[-3.893,55.719],[-3.896,55.721],[-3.893,55.727],[-3.895,55.728],[-3.902,55.727],[-3.907,55.731],[-3.907,55.733],[-3.904,55.735],[-3.91,55.739],[-3.915,55.738],[-3.916,55.735],[-3.92,55.736],[-3.923,55.737],[-3.924,55.742],[-3.928,55.745],[-3.93,55.748],[-3.941,55.749],[-3.953,55.753],[-3.957,55.756],[-3.963,55.76],[-3.973,55.763],[-3.973,55.767],[-3.982,55.769],[-3.993,55.769],[-4.002,55.771],[-3.998,55.774],[-4.002,55.776],[-3.999,55.778],[-4.002,55.78],[-4.014,55.781],[-4.018,55.785],[-4.025,55.785],[-4.038,55.792],[-4.043,55.797]]]},"properties":{"Name":"Hamilton and Clyde Valley","ID":"S14000092"},"id":611}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.198,55.833],[-4.2,55.835],[-4.196,55.839],[-4.204,55.844],[-4.206,55.843],[-4.202,55.84],[-4.205,55.838],[-4.213,55.836],[-4.219,55.833],[-4.223,55.834],[-4.223,55.839],[-4.228,55.841],[-4.231,55.838],[-4.234,55.834],[-4.231,55.833],[-4.229,55.824],[-4.235,55.824],[-4.234,55.819],[-4.228,55.817],[-4.225,55.812],[-4.215,55.815],[-4.212,55.81],[-4.211,55.8],[-4.204,55.8],[-4.199,55.801],[-4.188,55.803],[-4.183,55.804],[-4.177,55.802],[-4.172,55.806],[-4.17,55.806],[-4.169,55.802],[-4.164,55.804],[-4.158,55.803],[-4.151,55.805],[-4.148,55.801],[-4.143,55.802],[-4.135,55.8],[-4.133,55.798],[-4.13,55.799],[-4.13,55.795],[-4.132,55.792],[-4.128,55.791],[-4.124,55.791],[-4.121,55.789],[-4.115,55.788],[-4.113,55.787],[-4.124,55.785],[-4.122,55.782],[-4.113,55.783],[-4.102,55.782],[-4.096,55.783],[-4.09,55.784],[-4.087,55.785],[-4.084,55.786],[-4.076,55.788],[-4.072,55.788],[-4.077,55.792],[-4.071,55.792],[-4.065,55.794],[-4.06,55.794],[-4.056,55.796],[-4.051,55.795],[-4.047,55.797],[-4.053,55.801],[-4.052,55.804],[-4.041,55.809],[-4.049,55.813],[-4.064,55.82],[-4.074,55.823],[-4.083,55.827],[-4.091,55.828],[-4.107,55.835],[-4.112,55.829],[-4.112,55.826],[-4.13,55.833],[-4.142,55.83],[-4.145,55.828],[-4.157,55.828],[-4.161,55.827],[-4.173,55.823],[-4.175,55.824],[-4.179,55.83],[-4.179,55.835],[-4.186,55.837],[-4.191,55.835],[-4.191,55.832],[-4.194,55.832],[-4.198,55.833]]]},"properties":{"Name":"Rutherglen","ID":"S14000104"},"id":612}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.107,55.887],[-4.119,55.886],[-4.13,55.885],[-4.133,55.884],[-4.141,55.883],[-4.148,55.884],[-4.15,55.887],[-4.157,55.884],[-4.158,55.886],[-4.164,55.884],[-4.17,55.886],[-4.162,55.888],[-4.16,55.89],[-4.163,55.896],[-4.173,55.897],[-4.177,55.9],[-4.178,55.903],[-4.18,55.905],[-4.182,55.903],[-4.19,55.901],[-4.191,55.9],[-4.197,55.898],[-4.207,55.898],[-4.217,55.898],[-4.228,55.896],[-4.232,55.897],[-4.233,55.891],[-4.241,55.892],[-4.241,55.889],[-4.239,55.883],[-4.239,55.881],[-4.245,55.872],[-4.248,55.871],[-4.245,55.869],[-4.248,55.867],[-4.25,55.862],[-4.24,55.86],[-4.237,55.858],[-4.221,55.856],[-4.208,55.857],[-4.192,55.855],[-4.177,55.855],[-4.167,55.854],[-4.139,55.853],[-4.132,55.854],[-4.122,55.858],[-4.109,55.86],[-4.096,55.859],[-4.086,55.859],[-4.081,55.859],[-4.072,55.861],[-4.077,55.864],[-4.08,55.869],[-4.079,55.874],[-4.08,55.877],[-4.078,55.881],[-4.082,55.884],[-4.089,55.882],[-4.093,55.883],[-4.095,55.885],[-4.106,55.884],[-4.107,55.887]]]},"properties":{"Name":"Glasgow North East","ID":"S14000086"},"id":613}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.061,57.212],[-2.064,57.214],[-2.068,57.214],[-2.076,57.218],[-2.081,57.219],[-2.088,57.219],[-2.095,57.222],[-2.116,57.225],[-2.128,57.227],[-2.129,57.223],[-2.131,57.218],[-2.138,57.217],[-2.137,57.215],[-2.143,57.211],[-2.148,57.211],[-2.155,57.214],[-2.165,57.213],[-2.167,57.211],[-2.172,57.213],[-2.175,57.21],[-2.179,57.213],[-2.18,57.216],[-2.186,57.218],[-2.192,57.219],[-2.202,57.223],[-2.204,57.226],[-2.204,57.231],[-2.207,57.231],[-2.211,57.229],[-2.217,57.23],[-2.224,57.23],[-2.226,57.229],[-2.231,57.231],[-2.236,57.229],[-2.238,57.234],[-2.241,57.235],[-2.244,57.234],[-2.252,57.233],[-2.254,57.231],[-2.259,57.229],[-2.264,57.229],[-2.265,57.232],[-2.271,57.233],[-2.273,57.235],[-2.274,57.23],[-2.28,57.227],[-2.28,57.225],[-2.279,57.22],[-2.282,57.215],[-2.278,57.213],[-2.278,57.211],[-2.282,57.207],[-2.278,57.204],[-2.281,57.201],[-2.29,57.202],[-2.295,57.198],[-2.29,57.193],[-2.286,57.188],[-2.281,57.186],[-2.278,57.183],[-2.274,57.182],[-2.272,57.18],[-2.273,57.177],[-2.271,57.173],[-2.268,57.173],[-2.261,57.17],[-2.255,57.162],[-2.254,57.158],[-2.257,57.157],[-2.259,57.154],[-2.267,57.147],[-2.253,57.147],[-2.247,57.148],[-2.234,57.146],[-2.22,57.147],[-2.206,57.146],[-2.198,57.145],[-2.18,57.149],[-2.173,57.145],[-2.164,57.148],[-2.149,57.149],[-2.149,57.145],[-2.131,57.148],[-2.124,57.149],[-2.118,57.15],[-2.113,57.146],[-2.106,57.148],[-2.105,57.15],[-2.109,57.152],[-2.113,57.158],[-2.11,57.161],[-2.106,57.16],[-2.097,57.161],[-2.087,57.162],[-2.079,57.162],[-2.078,57.171],[-2.075,57.18],[-2.072,57.189],[-2.067,57.198],[-2.065,57.203],[-2.061,57.212]]]},"properties":{"Name":"Aberdeen North","ID":"S14000060"},"id":614}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.457,54.982],[-3.455,54.983],[-3.456,54.986],[-3.457,54.982]]],[[[-3.053,54.993],[-3.053,54.995],[-3.049,54.997],[-3.045,54.998],[-3.046,55.001],[-3.047,55.005],[-3.05,55.009],[-3.046,55.011],[-3.041,55.017],[-3.042,55.02],[-3.04,55.023],[-3.036,55.022],[-3.034,55.024],[-3.031,55.024],[-3.032,55.031],[-3.03,55.034],[-3.026,55.036],[-3.035,55.039],[-3.036,55.04],[-3.038,55.044],[-3.042,55.045],[-3.043,55.045],[-3.044,55.045],[-3.044,55.046],[-3.053,55.05],[-3.051,55.053],[-3.048,55.053],[-3.043,55.056],[-3.021,55.055],[-3,55.052],[-2.959,55.049],[-2.956,55.054],[-2.954,55.055],[-2.948,55.056],[-2.944,55.058],[-2.937,55.06],[-2.941,55.062],[-2.943,55.065],[-2.942,55.068],[-2.935,55.071],[-2.934,55.071],[-2.933,55.071],[-2.93,55.07],[-2.928,55.07],[-2.927,55.07],[-2.926,55.071],[-2.923,55.072],[-2.921,55.073],[-2.919,55.074],[-2.917,55.075],[-2.917,55.076],[-2.917,55.078],[-2.915,55.079],[-2.912,55.078],[-2.911,55.078],[-2.9,55.077],[-2.896,55.078],[-2.893,55.085],[-2.893,55.088],[-2.886,55.087],[-2.886,55.089],[-2.883,55.091],[-2.882,55.093],[-2.884,55.095],[-2.877,55.095],[-2.871,55.1],[-2.873,55.102],[-2.871,55.106],[-2.868,55.107],[-2.864,55.107],[-2.859,55.108],[-2.857,55.109],[-2.859,55.114],[-2.861,55.115],[-2.86,55.123],[-2.861,55.129],[-2.865,55.135],[-2.872,55.138],[-2.874,55.141],[-2.882,55.142],[-2.89,55.141],[-2.893,55.146],[-2.897,55.147],[-2.9,55.152],[-2.9,55.155],[-2.9,55.163],[-2.9,55.17],[-2.905,55.174],[-2.901,55.182],[-2.895,55.189],[-2.897,55.194],[-2.89,55.198],[-2.886,55.203],[-2.888,55.208],[-2.867,55.22],[-2.862,55.223],[-2.866,55.227],[-2.864,55.234],[-2.864,55.236],[-2.869,55.237],[-2.878,55.236],[-2.882,55.234],[-2.884,55.235],[-2.892,55.234],[-2.895,55.235],[-2.9,55.236],[-2.905,55.236],[-2.908,55.235],[-2.918,55.235],[-2.921,55.237],[-2.92,55.239],[-2.915,55.244],[-2.913,55.249],[-2.911,55.249],[-2.905,55.257],[-2.9,55.26],[-2.891,55.263],[-2.886,55.263],[-2.884,55.265],[-2.888,55.268],[-2.886,55.271],[-2.891,55.274],[-2.894,55.278],[-2.893,55.28],[-2.898,55.284],[-2.904,55.285],[-2.907,55.286],[-2.913,55.284],[-2.916,55.28],[-2.917,55.277],[-2.924,55.28],[-2.932,55.283],[-2.946,55.288],[-2.95,55.287],[-2.955,55.289],[-2.965,55.29],[-2.969,55.284],[-2.977,55.282],[-2.98,55.282],[-2.984,55.279],[-2.989,55.278],[-2.991,55.276],[-2.994,55.27],[-3.009,55.267],[-3.011,55.269],[-3.013,55.276],[-3.02,55.279],[-3.028,55.278],[-3.033,55.275],[-3.043,55.272],[-3.046,55.276],[-3.054,55.28],[-3.055,55.282],[-3.053,55.284],[-3.054,55.287],[-3.052,55.292],[-3.047,55.296],[-3.052,55.297],[-3.055,55.3],[-3.061,55.304],[-3.061,55.307],[-3.068,55.312],[-3.07,55.316],[-3.077,55.315],[-3.082,55.316],[-3.086,55.321],[-3.086,55.328],[-3.099,55.331],[-3.1,55.339],[-3.101,55.341],[-3.098,55.343],[-3.099,55.345],[-3.102,55.352],[-3.111,55.349],[-3.115,55.357],[-3.117,55.356],[-3.125,55.358],[-3.127,55.36],[-3.134,55.359],[-3.135,55.358],[-3.152,55.355],[-3.157,55.351],[-3.164,55.35],[-3.169,55.347],[-3.174,55.347],[-3.18,55.353],[-3.182,55.357],[-3.181,55.36],[-3.179,55.36],[-3.188,55.363],[-3.193,55.366],[-3.197,55.367],[-3.201,55.366],[-3.206,55.367],[-3.206,55.369],[-3.215,55.373],[-3.217,55.376],[-3.223,55.376],[-3.225,55.375],[-3.225,55.373],[-3.232,55.371],[-3.235,55.366],[-3.247,55.368],[-3.251,55.364],[-3.255,55.363],[-3.263,55.362],[-3.266,55.361],[-3.267,55.358],[-3.264,55.356],[-3.269,55.354],[-3.281,55.35],[-3.287,55.344],[-3.292,55.342],[-3.304,55.342],[-3.313,55.347],[-3.318,55.348],[-3.319,55.351],[-3.316,55.352],[-3.313,55.355],[-3.312,55.359],[-3.313,55.362],[-3.316,55.363],[-3.314,55.367],[-3.306,55.368],[-3.304,55.369],[-3.306,55.373],[-3.312,55.38],[-3.308,55.383],[-3.306,55.389],[-3.303,55.394],[-3.297,55.397],[-3.294,55.401],[-3.282,55.406],[-3.282,55.408],[-3.279,55.41],[-3.276,55.41],[-3.271,55.412],[-3.264,55.413],[-3.262,55.416],[-3.256,55.418],[-3.254,55.422],[-3.244,55.427],[-3.245,55.43],[-3.258,55.43],[-3.267,55.434],[-3.27,55.433],[-3.28,55.435],[-3.286,55.434],[-3.289,55.432],[-3.293,55.431],[-3.3,55.433],[-3.305,55.436],[-3.309,55.439],[-3.308,55.442],[-3.311,55.445],[-3.318,55.444],[-3.325,55.442],[-3.328,55.445],[-3.333,55.456],[-3.336,55.463],[-3.339,55.465],[-3.345,55.466],[-3.345,55.469],[-3.348,55.471],[-3.352,55.471],[-3.357,55.475],[-3.356,55.479],[-3.352,55.489],[-3.353,55.498],[-3.349,55.501],[-3.346,55.503],[-3.339,55.502],[-3.334,55.503],[-3.325,55.509],[-3.318,55.509],[-3.319,55.515],[-3.314,55.518],[-3.308,55.519],[-3.306,55.522],[-3.306,55.527],[-3.3,55.526],[-3.289,55.519],[-3.279,55.514],[-3.268,55.518],[-3.261,55.524],[-3.262,55.527],[-3.255,55.532],[-3.25,55.532],[-3.24,55.535],[-3.234,55.539],[-3.231,55.543],[-3.233,55.55],[-3.226,55.551],[-3.224,55.556],[-3.216,55.557],[-3.211,55.557],[-3.203,55.56],[-3.2,55.565],[-3.194,55.566],[-3.189,55.569],[-3.185,55.572],[-3.177,55.568],[-3.174,55.563],[-3.168,55.561],[-3.162,55.56],[-3.16,55.555],[-3.152,55.553],[-3.134,55.551],[-3.126,55.549],[-3.123,55.546],[-3.116,55.55],[-3.098,55.554],[-3.094,55.554],[-3.093,55.557],[-3.086,55.575],[-3.086,55.579],[-3.085,55.583],[-3.081,55.587],[-3.074,55.591],[-3.07,55.589],[-3.066,55.587],[-3.063,55.581],[-3.064,55.575],[-3.063,55.57],[-3.058,55.567],[-3.055,55.564],[-3.048,55.565],[-3.043,55.564],[-3.041,55.566],[-3.043,55.568],[-3.041,55.571],[-3.037,55.57],[-3.03,55.568],[-3.023,55.57],[-3.023,55.572],[-3.017,55.575],[-3.019,55.581],[-3.014,55.584],[-3.014,55.587],[-3.012,55.589],[-3.001,55.588],[-2.995,55.585],[-2.987,55.584],[-2.985,55.585],[-2.981,55.596],[-2.973,55.601],[-2.97,55.605],[-2.975,55.607],[-2.977,55.613],[-2.979,55.615],[-2.979,55.62],[-2.982,55.625],[-2.98,55.628],[-2.966,55.626],[-2.96,55.624],[-2.956,55.619],[-2.954,55.618],[-2.945,55.616],[-2.938,55.615],[-2.933,55.615],[-2.926,55.617],[-2.92,55.616],[-2.92,55.621],[-2.921,55.622],[-2.932,55.625],[-2.943,55.629],[-2.951,55.63],[-2.954,55.632],[-2.952,55.636],[-2.952,55.64],[-2.955,55.642],[-2.963,55.644],[-2.971,55.651],[-2.976,55.653],[-2.975,55.659],[-2.972,55.661],[-2.978,55.666],[-2.979,55.668],[-2.983,55.671],[-2.985,55.674],[-2.996,55.677],[-3,55.679],[-3.001,55.683],[-3.001,55.688],[-3.008,55.692],[-3.011,55.696],[-3.016,55.696],[-3.027,55.702],[-3.027,55.705],[-3.037,55.71],[-3.043,55.708],[-3.047,55.71],[-3.058,55.711],[-3.069,55.718],[-3.07,55.72],[-3.079,55.719],[-3.09,55.719],[-3.093,55.722],[-3.103,55.719],[-3.107,55.718],[-3.111,55.717],[-3.12,55.715],[-3.127,55.71],[-3.134,55.711],[-3.139,55.716],[-3.137,55.72],[-3.145,55.72],[-3.145,55.723],[-3.151,55.725],[-3.151,55.728],[-3.146,55.734],[-3.144,55.74],[-3.151,55.745],[-3.155,55.745],[-3.16,55.747],[-3.162,55.75],[-3.162,55.755],[-3.154,55.761],[-3.157,55.762],[-3.17,55.771],[-3.174,55.772],[-3.174,55.774],[-3.168,55.778],[-3.168,55.78],[-3.181,55.781],[-3.177,55.784],[-3.186,55.789],[-3.183,55.793],[-3.184,55.794],[-3.189,55.796],[-3.185,55.802],[-3.196,55.802],[-3.202,55.796],[-3.212,55.79],[-3.214,55.784],[-3.22,55.784],[-3.226,55.787],[-3.231,55.782],[-3.236,55.779],[-3.246,55.781],[-3.251,55.782],[-3.257,55.778],[-3.263,55.777],[-3.265,55.778],[-3.274,55.775],[-3.293,55.781],[-3.29,55.793],[-3.295,55.795],[-3.299,55.793],[-3.305,55.793],[-3.303,55.797],[-3.307,55.798],[-3.311,55.795],[-3.319,55.795],[-3.325,55.793],[-3.327,55.794],[-3.333,55.794],[-3.337,55.791],[-3.342,55.792],[-3.347,55.794],[-3.345,55.801],[-3.348,55.803],[-3.35,55.808],[-3.355,55.813],[-3.359,55.813],[-3.364,55.819],[-3.369,55.824],[-3.373,55.822],[-3.379,55.82],[-3.386,55.82],[-3.391,55.819],[-3.395,55.82],[-3.4,55.819],[-3.411,55.814],[-3.416,55.809],[-3.426,55.811],[-3.429,55.807],[-3.436,55.806],[-3.439,55.801],[-3.441,55.797],[-3.445,55.793],[-3.441,55.789],[-3.438,55.789],[-3.439,55.786],[-3.445,55.784],[-3.448,55.78],[-3.452,55.781],[-3.459,55.777],[-3.47,55.774],[-3.474,55.771],[-3.483,55.772],[-3.488,55.774],[-3.499,55.776],[-3.519,55.781],[-3.529,55.783],[-3.531,55.779],[-3.534,55.772],[-3.54,55.77],[-3.546,55.767],[-3.55,55.766],[-3.557,55.761],[-3.561,55.76],[-3.561,55.758],[-3.562,55.757],[-3.563,55.757],[-3.564,55.756],[-3.565,55.756],[-3.566,55.755],[-3.567,55.752],[-3.567,55.751],[-3.567,55.749],[-3.568,55.749],[-3.567,55.748],[-3.565,55.747],[-3.564,55.746],[-3.566,55.743],[-3.567,55.742],[-3.567,55.741],[-3.569,55.74],[-3.585,55.743],[-3.599,55.737],[-3.604,55.736],[-3.612,55.738],[-3.615,55.742],[-3.627,55.741],[-3.628,55.737],[-3.632,55.734],[-3.635,55.733],[-3.64,55.729],[-3.652,55.723],[-3.658,55.723],[-3.66,55.721],[-3.669,55.721],[-3.673,55.719],[-3.678,55.717],[-3.681,55.713],[-3.688,55.71],[-3.691,55.706],[-3.696,55.703],[-3.702,55.701],[-3.707,55.701],[-3.716,55.7],[-3.716,55.696],[-3.719,55.694],[-3.724,55.694],[-3.725,55.692],[-3.732,55.691],[-3.74,55.69],[-3.752,55.686],[-3.759,55.679],[-3.745,55.68],[-3.738,55.681],[-3.734,55.671],[-3.727,55.67],[-3.72,55.672],[-3.716,55.674],[-3.709,55.674],[-3.71,55.672],[-3.71,55.669],[-3.706,55.666],[-3.703,55.662],[-3.704,55.66],[-3.708,55.657],[-3.712,55.656],[-3.722,55.657],[-3.725,55.656],[-3.73,55.652],[-3.739,55.653],[-3.741,55.649],[-3.748,55.645],[-3.753,55.637],[-3.756,55.637],[-3.757,55.633],[-3.761,55.632],[-3.767,55.631],[-3.777,55.637],[-3.799,55.63],[-3.8,55.632],[-3.813,55.627],[-3.821,55.626],[-3.831,55.627],[-3.836,55.625],[-3.837,55.628],[-3.842,55.629],[-3.852,55.628],[-3.838,55.616],[-3.844,55.611],[-3.839,55.609],[-3.846,55.605],[-3.885,55.613],[-3.888,55.614],[-3.891,55.618],[-3.897,55.618],[-3.903,55.615],[-3.908,55.611],[-3.912,55.611],[-3.92,55.603],[-3.93,55.596],[-3.935,55.596],[-3.941,55.593],[-3.948,55.591],[-3.952,55.589],[-3.961,55.588],[-3.97,55.585],[-3.974,55.58],[-3.978,55.577],[-3.987,55.574],[-3.995,55.572],[-4.002,55.572],[-4.008,55.574],[-4.01,55.57],[-3.997,55.564],[-3.991,55.564],[-3.989,55.563],[-3.984,55.563],[-3.976,55.565],[-3.976,55.562],[-3.972,55.556],[-3.959,55.557],[-3.957,55.556],[-3.959,55.552],[-3.958,55.549],[-3.961,55.545],[-3.958,55.542],[-3.965,55.535],[-3.973,55.534],[-3.974,55.53],[-3.988,55.526],[-3.99,55.52],[-3.994,55.515],[-3.994,55.514],[-3.999,55.51],[-4.006,55.507],[-4.008,55.506],[-4.012,55.505],[-4.016,55.501],[-4.02,55.499],[-4.019,55.495],[-4.024,55.494],[-4.026,55.492],[-4.02,55.489],[-4.016,55.487],[-4.012,55.483],[-4.014,55.478],[-4.014,55.475],[-4.017,55.473],[-4.008,55.471],[-4.003,55.467],[-4,55.464],[-3.991,55.465],[-3.986,55.464],[-3.987,55.461],[-3.992,55.461],[-3.996,55.456],[-3.998,55.455],[-4.005,55.455],[-4.011,55.451],[-4.013,55.448],[-4.016,55.447],[-4.008,55.445],[-4.005,55.443],[-4.003,55.439],[-4.003,55.437],[-4.008,55.436],[-4.019,55.431],[-4.031,55.426],[-4.033,55.424],[-4.043,55.422],[-4.051,55.424],[-4.054,55.421],[-4.068,55.416],[-4.086,55.412],[-4.091,55.412],[-4.094,55.404],[-4.098,55.395],[-4.098,55.391],[-4.099,55.389],[-4.097,55.385],[-4.101,55.382],[-4.104,55.374],[-4.107,55.369],[-4.103,55.366],[-4.103,55.364],[-4.1,55.361],[-4.099,55.358],[-4.093,55.354],[-4.086,55.351],[-4.099,55.343],[-4.101,55.34],[-4.107,55.332],[-4.112,55.328],[-4.116,55.325],[-4.119,55.322],[-4.121,55.315],[-4.122,55.314],[-4.116,55.307],[-4.112,55.305],[-4.11,55.304],[-4.103,55.305],[-4.092,55.303],[-4.089,55.301],[-4.086,55.297],[-4.077,55.296],[-4.074,55.294],[-4.074,55.292],[-4.068,55.287],[-4.069,55.285],[-4.063,55.278],[-4.065,55.274],[-4.064,55.269],[-4.059,55.269],[-4.05,55.267],[-4.046,55.264],[-4.038,55.262],[-4.03,55.257],[-4.024,55.258],[-4.017,55.255],[-4.019,55.253],[-4.018,55.25],[-4.009,55.249],[-4.007,55.243],[-4.012,55.239],[-4.013,55.236],[-4.009,55.233],[-3.998,55.234],[-3.988,55.232],[-3.967,55.222],[-3.961,55.221],[-3.95,55.223],[-3.938,55.221],[-3.939,55.219],[-3.935,55.214],[-3.931,55.213],[-3.92,55.215],[-3.916,55.214],[-3.911,55.21],[-3.904,55.208],[-3.898,55.205],[-3.887,55.204],[-3.87,55.204],[-3.86,55.203],[-3.855,55.202],[-3.849,55.202],[-3.846,55.2],[-3.832,55.199],[-3.824,55.199],[-3.818,55.196],[-3.808,55.194],[-3.806,55.193],[-3.798,55.183],[-3.791,55.179],[-3.791,55.17],[-3.792,55.166],[-3.782,55.161],[-3.775,55.158],[-3.775,55.156],[-3.767,55.157],[-3.766,55.158],[-3.758,55.16],[-3.749,55.163],[-3.741,55.164],[-3.735,55.161],[-3.729,55.158],[-3.724,55.154],[-3.721,55.149],[-3.723,55.147],[-3.722,55.141],[-3.719,55.137],[-3.688,55.131],[-3.675,55.131],[-3.666,55.128],[-3.66,55.129],[-3.653,55.132],[-3.645,55.128],[-3.641,55.122],[-3.633,55.12],[-3.63,55.118],[-3.631,55.112],[-3.627,55.107],[-3.628,55.106],[-3.624,55.104],[-3.617,55.105],[-3.617,55.101],[-3.612,55.098],[-3.606,55.095],[-3.599,55.1],[-3.599,55.101],[-3.594,55.105],[-3.595,55.114],[-3.588,55.116],[-3.577,55.112],[-3.567,55.109],[-3.567,55.104],[-3.56,55.097],[-3.546,55.092],[-3.543,55.087],[-3.542,55.084],[-3.571,55.079],[-3.559,55.072],[-3.559,55.069],[-3.561,55.065],[-3.569,55.062],[-3.562,55.056],[-3.548,55.039],[-3.535,55.031],[-3.536,55.028],[-3.533,55.021],[-3.523,55.015],[-3.522,55.01],[-3.524,55.008],[-3.52,55.006],[-3.52,55.003],[-3.516,54.998],[-3.512,54.997],[-3.513,54.992],[-3.512,54.993],[-3.511,54.993],[-3.51,54.991],[-3.51,54.99],[-3.506,54.99],[-3.505,54.99],[-3.503,54.991],[-3.496,54.99],[-3.495,54.99],[-3.492,54.988],[-3.491,54.988],[-3.49,54.986],[-3.488,54.983],[-3.482,54.984],[-3.479,54.983],[-3.479,54.982],[-3.475,54.983],[-3.475,54.986],[-3.475,54.987],[-3.471,54.988],[-3.469,54.985],[-3.463,54.983],[-3.463,54.982],[-3.458,54.981],[-3.456,54.983],[-3.458,54.986],[-3.458,54.988],[-3.457,54.989],[-3.456,54.99],[-3.454,54.99],[-3.45,54.992],[-3.443,54.992],[-3.437,54.992],[-3.433,54.992],[-3.43,54.988],[-3.426,54.986],[-3.425,54.986],[-3.422,54.984],[-3.422,54.983],[-3.419,54.979],[-3.412,54.978],[-3.409,54.974],[-3.394,54.973],[-3.376,54.972],[-3.371,54.971],[-3.366,54.971],[-3.359,54.974],[-3.348,54.974],[-3.34,54.974],[-3.331,54.977],[-3.329,54.979],[-3.317,54.977],[-3.311,54.975],[-3.294,54.969],[-3.288,54.969],[-3.278,54.967],[-3.269,54.966],[-3.265,54.968],[-3.27,54.969],[-3.276,54.974],[-3.279,54.979],[-3.277,54.981],[-3.272,54.983],[-3.271,54.981],[-3.275,54.979],[-3.269,54.972],[-3.265,54.969],[-3.257,54.972],[-3.254,54.973],[-3.246,54.972],[-3.241,54.969],[-3.237,54.971],[-3.22,54.974],[-3.212,54.976],[-3.205,54.976],[-3.189,54.974],[-3.184,54.972],[-3.177,54.972],[-3.164,54.969],[-3.158,54.965],[-3.149,54.964],[-3.142,54.966],[-3.133,54.969],[-3.125,54.973],[-3.121,54.976],[-3.114,54.977],[-3.105,54.979],[-3.097,54.977],[-3.092,54.975],[-3.088,54.979],[-3.075,54.982],[-3.065,54.986],[-3.057,54.987],[-3.059,54.992],[-3.053,54.993]]]]},"properties":{"Name":"Dumfriesshire, Clydesdale and Tweeddale","ID":"S14000074"},"id":615}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.559,56.189],[-2.563,56.189],[-2.562,56.186],[-2.557,56.183],[-2.552,56.182],[-2.548,56.182],[-2.553,56.187],[-2.559,56.189]]],[[[-3.012,56.195],[-3.004,56.193],[-3.002,56.192],[-2.996,56.192],[-2.993,56.194],[-2.983,56.201],[-2.972,56.205],[-2.963,56.209],[-2.955,56.21],[-2.936,56.212],[-2.925,56.212],[-2.908,56.21],[-2.906,56.209],[-2.893,56.207],[-2.885,56.204],[-2.878,56.2],[-2.875,56.196],[-2.881,56.195],[-2.88,56.193],[-2.873,56.195],[-2.867,56.194],[-2.866,56.191],[-2.868,56.187],[-2.863,56.187],[-2.856,56.189],[-2.852,56.189],[-2.846,56.187],[-2.842,56.184],[-2.837,56.184],[-2.838,56.186],[-2.832,56.189],[-2.826,56.19],[-2.819,56.19],[-2.808,56.185],[-2.808,56.187],[-2.803,56.189],[-2.801,56.193],[-2.793,56.197],[-2.788,56.197],[-2.782,56.201],[-2.776,56.201],[-2.772,56.202],[-2.766,56.205],[-2.761,56.205],[-2.753,56.206],[-2.743,56.211],[-2.736,56.21],[-2.725,56.213],[-2.719,56.215],[-2.713,56.215],[-2.708,56.216],[-2.705,56.219],[-2.705,56.221],[-2.7,56.223],[-2.696,56.222],[-2.689,56.223],[-2.682,56.226],[-2.676,56.233],[-2.669,56.235],[-2.662,56.237],[-2.647,56.243],[-2.64,56.247],[-2.638,56.249],[-2.629,56.253],[-2.63,56.257],[-2.625,56.258],[-2.621,56.261],[-2.615,56.262],[-2.613,56.261],[-2.608,56.262],[-2.601,56.265],[-2.601,56.267],[-2.596,56.269],[-2.593,56.272],[-2.585,56.279],[-2.59,56.28],[-2.59,56.282],[-2.597,56.283],[-2.599,56.287],[-2.604,56.286],[-2.613,56.286],[-2.621,56.291],[-2.627,56.293],[-2.63,56.293],[-2.635,56.297],[-2.641,56.3],[-2.643,56.302],[-2.652,56.307],[-2.658,56.313],[-2.657,56.314],[-2.66,56.318],[-2.665,56.318],[-2.674,56.32],[-2.678,56.32],[-2.685,56.325],[-2.69,56.326],[-2.695,56.325],[-2.706,56.325],[-2.71,56.327],[-2.716,56.328],[-2.722,56.326],[-2.735,56.328],[-2.739,56.328],[-2.747,56.33],[-2.75,56.332],[-2.756,56.331],[-2.777,56.333],[-2.781,56.335],[-2.784,56.34],[-2.786,56.34],[-2.791,56.343],[-2.799,56.343],[-2.801,56.345],[-2.805,56.345],[-2.813,56.362],[-2.818,56.366],[-2.822,56.367],[-2.825,56.363],[-2.826,56.359],[-2.829,56.355],[-2.839,56.353],[-2.848,56.356],[-2.851,56.358],[-2.859,56.359],[-2.865,56.362],[-2.869,56.36],[-2.873,56.36],[-2.881,56.362],[-2.888,56.362],[-2.888,56.356],[-2.892,56.355],[-2.895,56.354],[-2.9,56.355],[-2.891,56.357],[-2.89,56.358],[-2.889,56.366],[-2.883,56.368],[-2.872,56.369],[-2.869,56.367],[-2.864,56.371],[-2.857,56.371],[-2.853,56.369],[-2.849,56.371],[-2.841,56.373],[-2.828,56.377],[-2.824,56.38],[-2.82,56.388],[-2.815,56.389],[-2.812,56.394],[-2.811,56.402],[-2.81,56.405],[-2.811,56.409],[-2.81,56.413],[-2.806,56.42],[-2.804,56.43],[-2.803,56.44],[-2.807,56.443],[-2.817,56.445],[-2.821,56.444],[-2.831,56.443],[-2.841,56.442],[-2.85,56.439],[-2.855,56.439],[-2.865,56.441],[-2.87,56.446],[-2.875,56.447],[-2.877,56.45],[-2.882,56.452],[-2.895,56.453],[-2.921,56.452],[-2.926,56.45],[-2.932,56.448],[-2.937,56.446],[-2.941,56.443],[-2.943,56.438],[-2.946,56.436],[-2.953,56.435],[-2.955,56.433],[-2.962,56.431],[-2.967,56.431],[-2.974,56.428],[-2.985,56.424],[-2.99,56.421],[-2.996,56.42],[-3.002,56.421],[-3.01,56.419],[-3.015,56.418],[-3.024,56.418],[-3.04,56.416],[-3.043,56.413],[-3.047,56.409],[-3.053,56.407],[-3.064,56.403],[-3.08,56.4],[-3.089,56.396],[-3.095,56.394],[-3.117,56.391],[-3.133,56.385],[-3.146,56.382],[-3.159,56.377],[-3.166,56.375],[-3.173,56.374],[-3.18,56.372],[-3.187,56.369],[-3.194,56.365],[-3.204,56.363],[-3.212,56.36],[-3.23,56.356],[-3.235,56.354],[-3.25,56.353],[-3.256,56.351],[-3.277,56.35],[-3.274,56.348],[-3.261,56.349],[-3.255,56.345],[-3.258,56.342],[-3.256,56.34],[-3.262,56.339],[-3.268,56.339],[-3.268,56.336],[-3.273,56.334],[-3.268,56.332],[-3.267,56.328],[-3.271,56.326],[-3.276,56.326],[-3.283,56.324],[-3.288,56.322],[-3.295,56.317],[-3.297,56.315],[-3.301,56.314],[-3.298,56.307],[-3.296,56.303],[-3.294,56.299],[-3.296,56.298],[-3.292,56.293],[-3.295,56.289],[-3.301,56.29],[-3.302,56.289],[-3.31,56.287],[-3.313,56.285],[-3.325,56.283],[-3.328,56.286],[-3.336,56.289],[-3.341,56.286],[-3.343,56.287],[-3.348,56.286],[-3.351,56.286],[-3.355,56.28],[-3.358,56.279],[-3.371,56.274],[-3.373,56.271],[-3.376,56.271],[-3.384,56.269],[-3.379,56.263],[-3.369,56.26],[-3.36,56.259],[-3.354,56.256],[-3.357,56.249],[-3.368,56.24],[-3.358,56.241],[-3.344,56.238],[-3.336,56.238],[-3.329,56.237],[-3.321,56.238],[-3.317,56.24],[-3.31,56.238],[-3.303,56.236],[-3.291,56.235],[-3.288,56.235],[-3.28,56.234],[-3.27,56.236],[-3.268,56.234],[-3.263,56.233],[-3.26,56.235],[-3.251,56.234],[-3.244,56.231],[-3.24,56.227],[-3.224,56.226],[-3.214,56.224],[-3.197,56.224],[-3.188,56.223],[-3.178,56.223],[-3.179,56.226],[-3.182,56.23],[-3.176,56.23],[-3.168,56.227],[-3.154,56.23],[-3.154,56.233],[-3.151,56.235],[-3.144,56.233],[-3.138,56.232],[-3.137,56.234],[-3.131,56.235],[-3.125,56.236],[-3.123,56.237],[-3.115,56.238],[-3.093,56.234],[-3.089,56.234],[-3.076,56.23],[-3.071,56.228],[-3.071,56.224],[-3.078,56.223],[-3.075,56.216],[-3.081,56.216],[-3.081,56.212],[-3.085,56.212],[-3.083,56.206],[-3.08,56.202],[-3.084,56.201],[-3.083,56.194],[-3.086,56.193],[-3.083,56.191],[-3.08,56.191],[-3.076,56.193],[-3.069,56.191],[-3.066,56.188],[-3.062,56.189],[-3.057,56.185],[-3.053,56.185],[-3.049,56.189],[-3.043,56.191],[-3.042,56.193],[-3.039,56.195],[-3.03,56.195],[-3.024,56.194],[-3.015,56.193],[-3.013,56.194],[-3.012,56.195]]]]},"properties":{"Name":"North East Fife","ID":"S14000100"},"id":616}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.015,56.193],[-3.024,56.194],[-3.03,56.195],[-3.039,56.195],[-3.042,56.193],[-3.043,56.191],[-3.049,56.189],[-3.053,56.185],[-3.057,56.185],[-3.062,56.189],[-3.066,56.188],[-3.069,56.191],[-3.076,56.193],[-3.08,56.191],[-3.083,56.191],[-3.086,56.193],[-3.083,56.194],[-3.084,56.201],[-3.08,56.202],[-3.083,56.206],[-3.085,56.212],[-3.081,56.212],[-3.081,56.216],[-3.075,56.216],[-3.078,56.223],[-3.071,56.224],[-3.071,56.228],[-3.076,56.23],[-3.089,56.234],[-3.093,56.234],[-3.115,56.238],[-3.123,56.237],[-3.125,56.236],[-3.131,56.235],[-3.137,56.234],[-3.138,56.232],[-3.144,56.233],[-3.151,56.235],[-3.154,56.233],[-3.154,56.23],[-3.168,56.227],[-3.176,56.23],[-3.182,56.23],[-3.179,56.226],[-3.178,56.223],[-3.188,56.223],[-3.197,56.224],[-3.214,56.224],[-3.224,56.226],[-3.24,56.227],[-3.244,56.231],[-3.251,56.234],[-3.26,56.235],[-3.263,56.233],[-3.268,56.234],[-3.27,56.236],[-3.28,56.234],[-3.291,56.23],[-3.29,56.225],[-3.275,56.224],[-3.266,56.218],[-3.27,56.216],[-3.275,56.214],[-3.274,56.208],[-3.27,56.203],[-3.267,56.203],[-3.261,56.196],[-3.309,56.185],[-3.307,56.18],[-3.306,56.179],[-3.301,56.179],[-3.299,56.175],[-3.295,56.175],[-3.293,56.173],[-3.297,56.171],[-3.307,56.17],[-3.306,56.168],[-3.316,56.166],[-3.32,56.17],[-3.324,56.172],[-3.332,56.173],[-3.342,56.174],[-3.348,56.172],[-3.349,56.17],[-3.356,56.169],[-3.359,56.167],[-3.365,56.166],[-3.372,56.164],[-3.367,56.155],[-3.37,56.147],[-3.382,56.143],[-3.396,56.142],[-3.398,56.139],[-3.397,56.134],[-3.392,56.127],[-3.391,56.124],[-3.394,56.118],[-3.393,56.114],[-3.388,56.116],[-3.383,56.12],[-3.374,56.123],[-3.361,56.126],[-3.361,56.128],[-3.358,56.13],[-3.359,56.132],[-3.356,56.135],[-3.349,56.135],[-3.342,56.139],[-3.334,56.14],[-3.328,56.13],[-3.324,56.129],[-3.331,56.12],[-3.331,56.118],[-3.328,56.117],[-3.327,56.113],[-3.323,56.113],[-3.321,56.111],[-3.316,56.113],[-3.306,56.114],[-3.301,56.116],[-3.305,56.119],[-3.289,56.123],[-3.282,56.124],[-3.262,56.127],[-3.243,56.133],[-3.224,56.135],[-3.211,56.138],[-3.201,56.14],[-3.192,56.142],[-3.183,56.143],[-3.17,56.144],[-3.147,56.144],[-3.139,56.145],[-3.136,56.149],[-3.137,56.153],[-3.129,56.154],[-3.128,56.151],[-3.117,56.153],[-3.116,56.15],[-3.113,56.148],[-3.117,56.145],[-3.109,56.142],[-3.114,56.137],[-3.103,56.136],[-3.096,56.14],[-3.09,56.139],[-3.084,56.14],[-3.075,56.148],[-3.068,56.152],[-3.065,56.157],[-3.055,56.163],[-3.046,56.168],[-3.043,56.168],[-3.036,56.167],[-3.027,56.172],[-3.019,56.174],[-3.016,56.178],[-3.01,56.182],[-3.007,56.182],[-3.005,56.186],[-3.002,56.185],[-2.997,56.189],[-2.998,56.192],[-3.011,56.195],[-3.015,56.193]]]},"properties":{"Name":"Glenrothes and Mid Fife","ID":"S14000090"},"id":617}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.582,51.714],[-3.593,51.72],[-3.6,51.721],[-3.612,51.717],[-3.618,51.711],[-3.626,51.707],[-3.628,51.705],[-3.638,51.698],[-3.65,51.691],[-3.653,51.687],[-3.659,51.684],[-3.667,51.681],[-3.684,51.681],[-3.685,51.685],[-3.695,51.683],[-3.699,51.683],[-3.709,51.678],[-3.714,51.677],[-3.719,51.678],[-3.728,51.678],[-3.731,51.677],[-3.731,51.675],[-3.725,51.674],[-3.721,51.672],[-3.72,51.67],[-3.726,51.668],[-3.726,51.666],[-3.735,51.664],[-3.738,51.662],[-3.741,51.664],[-3.743,51.663],[-3.749,51.662],[-3.754,51.666],[-3.765,51.657],[-3.767,51.652],[-3.765,51.646],[-3.768,51.643],[-3.78,51.64],[-3.784,51.641],[-3.79,51.641],[-3.793,51.642],[-3.799,51.641],[-3.8,51.643],[-3.807,51.644],[-3.811,51.642],[-3.815,51.644],[-3.822,51.645],[-3.832,51.651],[-3.836,51.652],[-3.838,51.649],[-3.837,51.643],[-3.835,51.642],[-3.834,51.638],[-3.83,51.635],[-3.831,51.627],[-3.835,51.623],[-3.843,51.619],[-3.851,51.614],[-3.849,51.612],[-3.843,51.608],[-3.818,51.593],[-3.813,51.59],[-3.809,51.587],[-3.804,51.584],[-3.8,51.579],[-3.797,51.575],[-3.797,51.569],[-3.792,51.571],[-3.79,51.57],[-3.781,51.561],[-3.78,51.56],[-3.77,51.546],[-3.762,51.538],[-3.763,51.537],[-3.756,51.52],[-3.752,51.515],[-3.746,51.507],[-3.748,51.505],[-3.745,51.503],[-3.744,51.501],[-3.736,51.499],[-3.72,51.5],[-3.715,51.5],[-3.713,51.502],[-3.702,51.506],[-3.69,51.507],[-3.68,51.51],[-3.673,51.512],[-3.669,51.513],[-3.672,51.515],[-3.665,51.516],[-3.654,51.518],[-3.662,51.521],[-3.666,51.524],[-3.669,51.529],[-3.668,51.537],[-3.656,51.539],[-3.652,51.546],[-3.65,51.552],[-3.652,51.557],[-3.657,51.559],[-3.658,51.561],[-3.655,51.565],[-3.649,51.564],[-3.645,51.564],[-3.643,51.562],[-3.638,51.561],[-3.634,51.562],[-3.635,51.565],[-3.631,51.566],[-3.625,51.571],[-3.622,51.572],[-3.613,51.572],[-3.61,51.571],[-3.614,51.578],[-3.614,51.58],[-3.612,51.583],[-3.612,51.587],[-3.61,51.594],[-3.609,51.596],[-3.613,51.598],[-3.608,51.606],[-3.608,51.61],[-3.611,51.611],[-3.611,51.617],[-3.612,51.618],[-3.613,51.623],[-3.611,51.627],[-3.606,51.628],[-3.608,51.632],[-3.603,51.634],[-3.6,51.638],[-3.596,51.638],[-3.595,51.641],[-3.58,51.645],[-3.565,51.642],[-3.562,51.647],[-3.564,51.655],[-3.575,51.662],[-3.576,51.664],[-3.582,51.674],[-3.59,51.679],[-3.588,51.682],[-3.584,51.686],[-3.586,51.69],[-3.581,51.695],[-3.585,51.703],[-3.582,51.714]]]},"properties":{"Name":"Aberafan Maesteg","ID":"W07000081"},"id":618}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.082,53.256],[-3.078,53.252],[-3.075,53.254],[-3.082,53.256]]],[[[-3.074,53.254],[-3.079,53.252],[-3.082,53.254],[-3.084,53.256],[-3.09,53.255],[-3.094,53.256],[-3.099,53.252],[-3.098,53.249],[-3.088,53.248],[-3.078,53.245],[-3.071,53.245],[-3.07,53.243],[-3.077,53.24],[-3.08,53.243],[-3.09,53.243],[-3.069,53.232],[-3.065,53.229],[-3.062,53.226],[-3.055,53.223],[-3.043,53.221],[-3.013,53.21],[-2.934,53.182],[-2.931,53.182],[-2.92,53.183],[-2.922,53.189],[-2.929,53.194],[-2.935,53.196],[-2.944,53.204],[-2.949,53.211],[-2.967,53.219],[-2.978,53.225],[-2.985,53.228],[-2.993,53.233],[-3.025,53.248],[-3.036,53.252],[-3.069,53.253],[-3.074,53.254]]],[[[-3.095,53.262],[-3.101,53.267],[-3.101,53.262],[-3.099,53.261],[-3.095,53.262]]],[[[-3.19,53.286],[-3.2,53.279],[-3.196,53.277],[-3.203,53.273],[-3.212,53.271],[-3.211,53.267],[-3.209,53.264],[-3.202,53.26],[-3.203,53.258],[-3.199,53.256],[-3.194,53.254],[-3.191,53.257],[-3.186,53.255],[-3.174,53.246],[-3.177,53.244],[-3.176,53.24],[-3.169,53.239],[-3.164,53.234],[-3.16,53.232],[-3.156,53.232],[-3.153,53.231],[-3.148,53.231],[-3.148,53.229],[-3.15,53.225],[-3.153,53.223],[-3.151,53.22],[-3.144,53.219],[-3.14,53.217],[-3.133,53.217],[-3.13,53.219],[-3.123,53.222],[-3.118,53.217],[-3.114,53.213],[-3.102,53.217],[-3.101,53.213],[-3.097,53.211],[-3.093,53.21],[-3.089,53.205],[-3.086,53.203],[-3.082,53.203],[-3.081,53.201],[-3.083,53.197],[-3.091,53.194],[-3.091,53.192],[-3.098,53.186],[-3.102,53.181],[-3.096,53.18],[-3.094,53.176],[-3.099,53.176],[-3.097,53.172],[-3.103,53.17],[-3.102,53.167],[-3.096,53.162],[-3.093,53.161],[-3.088,53.156],[-3.089,53.155],[-3.085,53.153],[-3.075,53.151],[-3.069,53.15],[-3.059,53.148],[-3.055,53.145],[-3.059,53.144],[-3.06,53.14],[-3.062,53.138],[-3.059,53.136],[-3.058,53.131],[-3.064,53.132],[-3.067,53.134],[-3.074,53.134],[-3.08,53.135],[-3.086,53.128],[-3.092,53.126],[-3.098,53.127],[-3.103,53.13],[-3.108,53.13],[-3.113,53.132],[-3.116,53.133],[-3.125,53.131],[-3.128,53.129],[-3.134,53.129],[-3.13,53.127],[-3.134,53.126],[-3.142,53.119],[-3.145,53.118],[-3.147,53.115],[-3.151,53.116],[-3.154,53.113],[-3.16,53.112],[-3.172,53.111],[-3.17,53.108],[-3.163,53.106],[-3.154,53.105],[-3.146,53.104],[-3.148,53.099],[-3.152,53.094],[-3.148,53.091],[-3.148,53.088],[-3.146,53.085],[-3.143,53.085],[-3.14,53.08],[-3.141,53.076],[-3.137,53.073],[-3.13,53.072],[-3.124,53.074],[-3.121,53.073],[-3.117,53.072],[-3.11,53.074],[-3.104,53.078],[-3.095,53.079],[-3.092,53.082],[-3.086,53.083],[-3.079,53.088],[-3.071,53.09],[-3.067,53.086],[-3.063,53.085],[-3.059,53.085],[-3.044,53.089],[-3.039,53.091],[-3.038,53.095],[-3.032,53.097],[-3.027,53.095],[-3.029,53.104],[-3.025,53.104],[-3.019,53.107],[-3.018,53.109],[-3.015,53.109],[-3.006,53.116],[-3.006,53.12],[-3.003,53.12],[-3.005,53.124],[-3.001,53.126],[-2.995,53.131],[-2.98,53.132],[-2.972,53.134],[-2.97,53.133],[-2.964,53.133],[-2.977,53.148],[-2.98,53.149],[-2.984,53.148],[-2.988,53.152],[-2.993,53.153],[-2.992,53.157],[-2.988,53.157],[-2.985,53.159],[-2.981,53.156],[-2.976,53.157],[-2.97,53.161],[-2.966,53.16],[-2.962,53.162],[-2.953,53.165],[-2.947,53.167],[-2.944,53.165],[-2.934,53.169],[-2.928,53.171],[-2.927,53.173],[-2.921,53.177],[-2.92,53.182],[-2.934,53.181],[-2.939,53.183],[-2.99,53.201],[-2.992,53.201],[-3.014,53.21],[-3.027,53.214],[-3.039,53.218],[-3.049,53.221],[-3.058,53.222],[-3.063,53.224],[-3.064,53.226],[-3.068,53.229],[-3.084,53.237],[-3.094,53.24],[-3.099,53.24],[-3.103,53.243],[-3.123,53.249],[-3.127,53.251],[-3.13,53.254],[-3.131,53.258],[-3.135,53.258],[-3.143,53.259],[-3.151,53.264],[-3.161,53.268],[-3.166,53.272],[-3.176,53.277],[-3.177,53.279],[-3.182,53.281],[-3.19,53.286]]]]},"properties":{"Name":"Alyn and Deeside","ID":"W07000082"},"id":619}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.757,53.317],[-3.766,53.319],[-3.771,53.324],[-3.778,53.329],[-3.788,53.325],[-3.806,53.323],[-3.819,53.323],[-3.826,53.325],[-3.83,53.327],[-3.828,53.33],[-3.833,53.335],[-3.831,53.337],[-3.834,53.338],[-3.841,53.337],[-3.856,53.342],[-3.859,53.341],[-3.869,53.343],[-3.876,53.34],[-3.88,53.339],[-3.877,53.333],[-3.86,53.327],[-3.859,53.326],[-3.851,53.323],[-3.845,53.319],[-3.843,53.316],[-3.843,53.31],[-3.84,53.305],[-3.84,53.301],[-3.838,53.298],[-3.838,53.296],[-3.831,53.294],[-3.823,53.289],[-3.822,53.286],[-3.815,53.28],[-3.805,53.277],[-3.803,53.274],[-3.799,53.273],[-3.798,53.269],[-3.8,53.265],[-3.803,53.263],[-3.811,53.259],[-3.817,53.257],[-3.818,53.255],[-3.821,53.251],[-3.814,53.247],[-3.809,53.244],[-3.806,53.241],[-3.806,53.235],[-3.81,53.232],[-3.819,53.229],[-3.822,53.227],[-3.82,53.225],[-3.821,53.223],[-3.827,53.219],[-3.826,53.215],[-3.828,53.21],[-3.832,53.21],[-3.829,53.213],[-3.829,53.22],[-3.821,53.224],[-3.823,53.228],[-3.81,53.234],[-3.808,53.236],[-3.809,53.241],[-3.81,53.242],[-3.823,53.247],[-3.827,53.25],[-3.828,53.254],[-3.825,53.257],[-3.823,53.26],[-3.819,53.261],[-3.811,53.264],[-3.81,53.266],[-3.813,53.268],[-3.816,53.273],[-3.816,53.276],[-3.825,53.279],[-3.83,53.283],[-3.83,53.287],[-3.833,53.287],[-3.841,53.295],[-3.845,53.296],[-3.851,53.296],[-3.862,53.289],[-3.864,53.288],[-3.87,53.287],[-3.875,53.288],[-3.88,53.289],[-3.884,53.289],[-3.891,53.285],[-3.896,53.284],[-3.912,53.276],[-3.921,53.272],[-3.933,53.269],[-3.944,53.267],[-3.95,53.267],[-3.966,53.264],[-3.973,53.261],[-3.983,53.26],[-3.988,53.256],[-3.993,53.256],[-4.002,53.253],[-4.003,53.25],[-4,53.249],[-4.009,53.247],[-4.01,53.244],[-4.019,53.244],[-4.027,53.243],[-4.028,53.24],[-4.031,53.237],[-4.034,53.237],[-4.048,53.234],[-4.057,53.233],[-4.066,53.234],[-4.073,53.231],[-4.079,53.23],[-4.081,53.229],[-4.088,53.231],[-4.088,53.234],[-4.094,53.236],[-4.099,53.235],[-4.105,53.233],[-4.11,53.234],[-4.111,53.232],[-4.116,53.232],[-4.12,53.235],[-4.123,53.237],[-4.128,53.236],[-4.137,53.231],[-4.141,53.231],[-4.146,53.229],[-4.159,53.22],[-4.163,53.219],[-4.176,53.218],[-4.184,53.215],[-4.194,53.213],[-4.199,53.21],[-4.202,53.208],[-4.208,53.204],[-4.209,53.202],[-4.209,53.194],[-4.21,53.189],[-4.205,53.192],[-4.203,53.191],[-4.192,53.192],[-4.186,53.19],[-4.169,53.191],[-4.167,53.188],[-4.156,53.186],[-4.15,53.183],[-4.146,53.179],[-4.139,53.179],[-4.136,53.176],[-4.129,53.173],[-4.123,53.175],[-4.117,53.177],[-4.11,53.173],[-4.108,53.168],[-4.11,53.165],[-4.109,53.161],[-4.106,53.157],[-4.101,53.155],[-4.098,53.151],[-4.089,53.146],[-4.084,53.149],[-4.079,53.145],[-4.071,53.142],[-4.064,53.144],[-4.059,53.139],[-4.06,53.137],[-4.056,53.134],[-4.055,53.131],[-4.051,53.13],[-4.052,53.128],[-4.053,53.121],[-4.048,53.117],[-4.042,53.105],[-4.039,53.102],[-4.031,53.1],[-4.029,53.102],[-4.023,53.102],[-4.016,53.104],[-4.014,53.101],[-4.012,53.096],[-4.014,53.091],[-4.009,53.089],[-4.003,53.085],[-3.998,53.085],[-3.996,53.083],[-3.987,53.084],[-3.991,53.079],[-3.991,53.076],[-3.987,53.076],[-3.982,53.073],[-3.981,53.071],[-3.977,53.069],[-3.977,53.065],[-3.978,53.061],[-3.981,53.059],[-3.99,53.054],[-3.993,53.05],[-3.993,53.042],[-3.997,53.038],[-3.992,53.028],[-3.99,53.027],[-3.994,53.021],[-3.993,53.017],[-3.992,53.014],[-3.987,53.013],[-3.985,53.011],[-3.963,53.011],[-3.956,53.013],[-3.951,53.015],[-3.945,53.016],[-3.941,53.018],[-3.931,53.017],[-3.924,53.02],[-3.917,53.02],[-3.915,53.023],[-3.906,53.021],[-3.899,53.021],[-3.898,53.015],[-3.889,53.01],[-3.893,53.006],[-3.892,53.001],[-3.896,52.997],[-3.893,52.995],[-3.883,52.992],[-3.883,52.991],[-3.877,52.988],[-3.849,52.977],[-3.85,52.974],[-3.842,52.967],[-3.841,52.962],[-3.834,52.962],[-3.833,52.958],[-3.829,52.954],[-3.82,52.95],[-3.813,52.949],[-3.802,52.952],[-3.798,52.955],[-3.791,52.955],[-3.784,52.957],[-3.775,52.958],[-3.767,52.96],[-3.763,52.963],[-3.757,52.969],[-3.75,52.974],[-3.744,52.977],[-3.735,52.98],[-3.719,52.984],[-3.703,52.987],[-3.695,52.987],[-3.683,52.987],[-3.678,52.994],[-3.673,52.997],[-3.665,52.996],[-3.66,52.997],[-3.649,53],[-3.643,53.005],[-3.636,53.007],[-3.629,53.007],[-3.62,53.01],[-3.606,53.012],[-3.6,53.011],[-3.603,53.003],[-3.605,53.001],[-3.609,52.999],[-3.607,52.997],[-3.602,52.994],[-3.6,52.989],[-3.6,52.986],[-3.597,52.979],[-3.592,52.973],[-3.591,52.971],[-3.583,52.968],[-3.573,52.968],[-3.57,52.97],[-3.567,52.97],[-3.559,52.968],[-3.552,52.969],[-3.544,52.968],[-3.543,52.97],[-3.534,52.974],[-3.528,52.971],[-3.523,52.971],[-3.515,52.969],[-3.508,52.969],[-3.508,52.966],[-3.503,52.966],[-3.501,52.968],[-3.491,52.971],[-3.483,52.97],[-3.481,52.972],[-3.473,52.977],[-3.472,52.978],[-3.46,52.985],[-3.458,52.987],[-3.455,52.988],[-3.457,52.992],[-3.458,52.995],[-3.455,52.998],[-3.452,52.993],[-3.441,52.998],[-3.438,52.998],[-3.425,53.003],[-3.425,53.005],[-3.42,53.009],[-3.41,53.016],[-3.408,53.02],[-3.405,53.021],[-3.403,53.027],[-3.408,53.034],[-3.403,53.035],[-3.403,53.037],[-3.397,53.037],[-3.393,53.039],[-3.387,53.04],[-3.381,53.04],[-3.378,53.042],[-3.366,53.043],[-3.361,53.044],[-3.353,53.047],[-3.348,53.049],[-3.346,53.05],[-3.341,53.051],[-3.34,53.052],[-3.336,53.054],[-3.34,53.056],[-3.34,53.061],[-3.337,53.061],[-3.335,53.065],[-3.327,53.065],[-3.322,53.071],[-3.314,53.071],[-3.31,53.073],[-3.311,53.078],[-3.309,53.081],[-3.311,53.084],[-3.309,53.086],[-3.305,53.087],[-3.303,53.091],[-3.306,53.093],[-3.31,53.091],[-3.312,53.093],[-3.31,53.096],[-3.311,53.101],[-3.315,53.105],[-3.317,53.102],[-3.317,53.1],[-3.323,53.102],[-3.331,53.102],[-3.336,53.104],[-3.334,53.106],[-3.338,53.107],[-3.338,53.11],[-3.34,53.114],[-3.345,53.114],[-3.347,53.116],[-3.347,53.12],[-3.349,53.123],[-3.354,53.121],[-3.36,53.116],[-3.366,53.118],[-3.368,53.118],[-3.376,53.12],[-3.381,53.119],[-3.384,53.115],[-3.392,53.122],[-3.391,53.124],[-3.383,53.129],[-3.382,53.132],[-3.374,53.134],[-3.373,53.138],[-3.367,53.14],[-3.365,53.145],[-3.358,53.147],[-3.355,53.159],[-3.356,53.165],[-3.362,53.168],[-3.367,53.168],[-3.367,53.171],[-3.364,53.174],[-3.362,53.179],[-3.362,53.182],[-3.364,53.182],[-3.367,53.178],[-3.373,53.175],[-3.38,53.176],[-3.391,53.174],[-3.395,53.172],[-3.399,53.166],[-3.403,53.167],[-3.406,53.164],[-3.412,53.165],[-3.415,53.167],[-3.42,53.167],[-3.422,53.162],[-3.43,53.158],[-3.436,53.16],[-3.436,53.161],[-3.449,53.162],[-3.457,53.165],[-3.46,53.164],[-3.464,53.168],[-3.471,53.17],[-3.472,53.173],[-3.472,53.183],[-3.473,53.186],[-3.47,53.191],[-3.472,53.192],[-3.469,53.197],[-3.47,53.205],[-3.466,53.213],[-3.466,53.221],[-3.484,53.228],[-3.483,53.23],[-3.492,53.233],[-3.499,53.237],[-3.504,53.238],[-3.504,53.239],[-3.51,53.242],[-3.515,53.239],[-3.521,53.24],[-3.526,53.24],[-3.528,53.245],[-3.533,53.249],[-3.529,53.253],[-3.535,53.254],[-3.545,53.255],[-3.55,53.255],[-3.559,53.255],[-3.558,53.257],[-3.558,53.263],[-3.552,53.266],[-3.554,53.269],[-3.568,53.268],[-3.573,53.268],[-3.574,53.27],[-3.579,53.271],[-3.588,53.271],[-3.593,53.272],[-3.602,53.27],[-3.618,53.274],[-3.624,53.273],[-3.627,53.271],[-3.63,53.273],[-3.636,53.272],[-3.636,53.271],[-3.644,53.269],[-3.654,53.271],[-3.663,53.273],[-3.667,53.273],[-3.675,53.277],[-3.684,53.278],[-3.692,53.277],[-3.696,53.275],[-3.702,53.274],[-3.704,53.275],[-3.714,53.273],[-3.719,53.271],[-3.723,53.272],[-3.727,53.275],[-3.73,53.275],[-3.734,53.274],[-3.737,53.275],[-3.74,53.269],[-3.749,53.269],[-3.754,53.273],[-3.754,53.276],[-3.757,53.278],[-3.767,53.28],[-3.776,53.286],[-3.768,53.292],[-3.764,53.297],[-3.765,53.301],[-3.767,53.306],[-3.767,53.309],[-3.762,53.311],[-3.756,53.314],[-3.757,53.317]]]},"properties":{"Name":"Bangor Aberconwy","ID":"W07000083"},"id":620}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.157,51.816],[-3.162,51.816],[-3.194,51.813],[-3.203,51.813],[-3.208,51.813],[-3.239,51.812],[-3.283,51.825],[-3.309,51.806],[-3.31,51.794],[-3.317,51.794],[-3.334,51.79],[-3.333,51.782],[-3.329,51.759],[-3.318,51.743],[-3.312,51.742],[-3.31,51.739],[-3.313,51.738],[-3.316,51.732],[-3.301,51.736],[-3.299,51.734],[-3.3,51.73],[-3.297,51.728],[-3.297,51.722],[-3.293,51.719],[-3.292,51.716],[-3.289,51.713],[-3.29,51.71],[-3.286,51.702],[-3.279,51.695],[-3.278,51.69],[-3.275,51.683],[-3.274,51.682],[-3.272,51.681],[-3.264,51.686],[-3.253,51.687],[-3.247,51.689],[-3.249,51.684],[-3.245,51.682],[-3.241,51.677],[-3.234,51.675],[-3.229,51.671],[-3.225,51.676],[-3.222,51.676],[-3.221,51.68],[-3.218,51.682],[-3.215,51.679],[-3.212,51.68],[-3.212,51.681],[-3.207,51.687],[-3.208,51.692],[-3.207,51.697],[-3.208,51.703],[-3.213,51.706],[-3.218,51.711],[-3.22,51.715],[-3.219,51.718],[-3.223,51.723],[-3.224,51.728],[-3.22,51.727],[-3.216,51.73],[-3.212,51.731],[-3.212,51.734],[-3.215,51.738],[-3.217,51.743],[-3.22,51.745],[-3.217,51.747],[-3.214,51.748],[-3.21,51.75],[-3.194,51.739],[-3.185,51.726],[-3.178,51.721],[-3.179,51.719],[-3.174,51.717],[-3.167,51.71],[-3.159,51.713],[-3.156,51.713],[-3.152,51.71],[-3.147,51.71],[-3.146,51.709],[-3.146,51.702],[-3.139,51.699],[-3.134,51.699],[-3.128,51.695],[-3.129,51.693],[-3.132,51.689],[-3.138,51.685],[-3.139,51.683],[-3.135,51.681],[-3.126,51.682],[-3.122,51.684],[-3.123,51.686],[-3.116,51.691],[-3.117,51.695],[-3.114,51.696],[-3.115,51.698],[-3.109,51.703],[-3.108,51.715],[-3.11,51.719],[-3.106,51.721],[-3.109,51.722],[-3.109,51.726],[-3.11,51.728],[-3.112,51.735],[-3.108,51.737],[-3.106,51.742],[-3.111,51.745],[-3.11,51.751],[-3.115,51.755],[-3.115,51.759],[-3.106,51.761],[-3.124,51.771],[-3.144,51.786],[-3.134,51.793],[-3.138,51.793],[-3.142,51.795],[-3.145,51.795],[-3.155,51.796],[-3.152,51.799],[-3.153,51.804],[-3.149,51.804],[-3.146,51.805],[-3.151,51.808],[-3.15,51.81],[-3.152,51.814],[-3.157,51.816]]]},"properties":{"Name":"Blaenau Gwent and Rhymney","ID":"W07000084"},"id":621}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.231,52.453],[-3.232,52.457],[-3.238,52.457],[-3.247,52.461],[-3.253,52.462],[-3.254,52.464],[-3.261,52.463],[-3.271,52.462],[-3.274,52.46],[-3.287,52.458],[-3.295,52.454],[-3.296,52.451],[-3.305,52.449],[-3.312,52.444],[-3.317,52.444],[-3.323,52.443],[-3.33,52.445],[-3.332,52.444],[-3.335,52.44],[-3.339,52.439],[-3.341,52.436],[-3.344,52.435],[-3.35,52.44],[-3.353,52.44],[-3.36,52.439],[-3.363,52.441],[-3.367,52.444],[-3.374,52.444],[-3.381,52.441],[-3.392,52.441],[-3.398,52.439],[-3.403,52.436],[-3.397,52.433],[-3.399,52.431],[-3.412,52.43],[-3.416,52.427],[-3.423,52.414],[-3.427,52.412],[-3.428,52.41],[-3.436,52.406],[-3.437,52.403],[-3.443,52.402],[-3.454,52.401],[-3.462,52.395],[-3.468,52.395],[-3.471,52.393],[-3.477,52.391],[-3.486,52.393],[-3.49,52.392],[-3.492,52.394],[-3.492,52.398],[-3.494,52.399],[-3.498,52.403],[-3.505,52.405],[-3.509,52.407],[-3.516,52.409],[-3.52,52.406],[-3.532,52.405],[-3.535,52.405],[-3.539,52.403],[-3.539,52.398],[-3.551,52.395],[-3.558,52.39],[-3.558,52.389],[-3.566,52.383],[-3.572,52.374],[-3.576,52.373],[-3.583,52.373],[-3.592,52.372],[-3.594,52.367],[-3.592,52.364],[-3.587,52.359],[-3.588,52.358],[-3.597,52.359],[-3.606,52.361],[-3.623,52.369],[-3.636,52.37],[-3.641,52.372],[-3.646,52.375],[-3.646,52.38],[-3.653,52.381],[-3.667,52.385],[-3.672,52.383],[-3.678,52.382],[-3.681,52.38],[-3.682,52.375],[-3.684,52.37],[-3.685,52.368],[-3.672,52.36],[-3.667,52.358],[-3.662,52.35],[-3.658,52.348],[-3.669,52.345],[-3.671,52.344],[-3.679,52.343],[-3.681,52.341],[-3.688,52.34],[-3.697,52.341],[-3.701,52.34],[-3.705,52.341],[-3.734,52.326],[-3.734,52.325],[-3.745,52.318],[-3.743,52.315],[-3.743,52.313],[-3.74,52.312],[-3.735,52.311],[-3.73,52.309],[-3.727,52.304],[-3.726,52.299],[-3.729,52.298],[-3.732,52.294],[-3.733,52.29],[-3.73,52.288],[-3.725,52.288],[-3.721,52.285],[-3.716,52.283],[-3.714,52.28],[-3.709,52.276],[-3.708,52.274],[-3.711,52.273],[-3.716,52.274],[-3.72,52.273],[-3.723,52.27],[-3.728,52.27],[-3.73,52.272],[-3.736,52.267],[-3.744,52.265],[-3.743,52.263],[-3.745,52.258],[-3.749,52.255],[-3.752,52.254],[-3.753,52.251],[-3.749,52.248],[-3.746,52.248],[-3.744,52.246],[-3.749,52.241],[-3.748,52.237],[-3.75,52.234],[-3.745,52.232],[-3.743,52.229],[-3.743,52.227],[-3.749,52.222],[-3.751,52.217],[-3.751,52.215],[-3.746,52.211],[-3.749,52.205],[-3.751,52.203],[-3.752,52.198],[-3.748,52.194],[-3.746,52.192],[-3.747,52.19],[-3.75,52.188],[-3.75,52.183],[-3.752,52.181],[-3.751,52.179],[-3.749,52.176],[-3.749,52.173],[-3.75,52.171],[-3.749,52.167],[-3.75,52.163],[-3.747,52.161],[-3.748,52.156],[-3.746,52.154],[-3.746,52.148],[-3.744,52.147],[-3.744,52.143],[-3.742,52.139],[-3.746,52.136],[-3.758,52.13],[-3.758,52.128],[-3.749,52.128],[-3.747,52.124],[-3.742,52.122],[-3.737,52.121],[-3.732,52.121],[-3.726,52.119],[-3.723,52.115],[-3.72,52.118],[-3.716,52.113],[-3.716,52.11],[-3.714,52.107],[-3.715,52.103],[-3.723,52.099],[-3.725,52.097],[-3.729,52.094],[-3.723,52.093],[-3.722,52.087],[-3.701,52.082],[-3.695,52.078],[-3.687,52.077],[-3.682,52.074],[-3.672,52.075],[-3.667,52.073],[-3.669,52.069],[-3.675,52.067],[-3.677,52.063],[-3.68,52.062],[-3.678,52.059],[-3.674,52.057],[-3.668,52.056],[-3.662,52.052],[-3.66,52.049],[-3.661,52.048],[-3.654,52.042],[-3.65,52.042],[-3.647,52.039],[-3.651,52.035],[-3.656,52.034],[-3.662,52.031],[-3.662,52.028],[-3.668,52.025],[-3.673,52.018],[-3.672,52.016],[-3.667,52.016],[-3.666,52.012],[-3.671,52.006],[-3.672,52.002],[-3.685,51.995],[-3.685,51.992],[-3.688,51.99],[-3.698,51.981],[-3.694,51.977],[-3.701,51.973],[-3.703,51.97],[-3.711,51.962],[-3.707,51.96],[-3.707,51.958],[-3.702,51.954],[-3.705,51.948],[-3.701,51.948],[-3.702,51.946],[-3.711,51.947],[-3.719,51.943],[-3.721,51.941],[-3.721,51.938],[-3.721,51.934],[-3.718,51.932],[-3.718,51.929],[-3.721,51.927],[-3.722,51.924],[-3.723,51.92],[-3.723,51.917],[-3.725,51.914],[-3.727,51.913],[-3.728,51.911],[-3.723,51.908],[-3.718,51.907],[-3.713,51.905],[-3.718,51.901],[-3.714,51.887],[-3.718,51.883],[-3.721,51.881],[-3.722,51.878],[-3.728,51.873],[-3.731,51.872],[-3.738,51.865],[-3.739,51.864],[-3.743,51.864],[-3.748,51.862],[-3.751,51.858],[-3.755,51.856],[-3.761,51.854],[-3.773,51.846],[-3.777,51.838],[-3.779,51.837],[-3.78,51.834],[-3.783,51.83],[-3.784,51.827],[-3.782,51.822],[-3.787,51.816],[-3.788,51.812],[-3.791,51.81],[-3.796,51.81],[-3.796,51.807],[-3.799,51.804],[-3.804,51.801],[-3.807,51.795],[-3.807,51.793],[-3.81,51.791],[-3.812,51.794],[-3.816,51.797],[-3.814,51.799],[-3.819,51.802],[-3.829,51.805],[-3.835,51.807],[-3.836,51.808],[-3.842,51.809],[-3.853,51.81],[-3.855,51.809],[-3.866,51.81],[-3.868,51.808],[-3.872,51.807],[-3.878,51.808],[-3.887,51.804],[-3.892,51.804],[-3.896,51.804],[-3.9,51.804],[-3.893,51.801],[-3.892,51.797],[-3.889,51.793],[-3.885,51.792],[-3.886,51.789],[-3.882,51.788],[-3.883,51.784],[-3.883,51.78],[-3.885,51.773],[-3.887,51.771],[-3.887,51.769],[-3.89,51.768],[-3.897,51.769],[-3.9,51.771],[-3.907,51.769],[-3.908,51.77],[-3.913,51.771],[-3.914,51.773],[-3.919,51.775],[-3.925,51.773],[-3.928,51.774],[-3.936,51.771],[-3.93,51.77],[-3.927,51.766],[-3.92,51.762],[-3.922,51.76],[-3.916,51.758],[-3.918,51.755],[-3.91,51.752],[-3.903,51.749],[-3.898,51.744],[-3.891,51.741],[-3.888,51.739],[-3.887,51.731],[-3.884,51.727],[-3.885,51.724],[-3.881,51.72],[-3.879,51.716],[-3.881,51.714],[-3.88,51.712],[-3.874,51.709],[-3.873,51.706],[-3.876,51.704],[-3.867,51.703],[-3.865,51.705],[-3.859,51.701],[-3.856,51.7],[-3.856,51.698],[-3.849,51.7],[-3.845,51.698],[-3.835,51.698],[-3.828,51.699],[-3.827,51.698],[-3.822,51.697],[-3.818,51.701],[-3.812,51.703],[-3.81,51.705],[-3.807,51.705],[-3.804,51.707],[-3.8,51.708],[-3.797,51.707],[-3.785,51.719],[-3.781,51.724],[-3.779,51.728],[-3.777,51.73],[-3.778,51.734],[-3.777,51.737],[-3.778,51.738],[-3.778,51.744],[-3.777,51.748],[-3.77,51.755],[-3.755,51.753],[-3.751,51.754],[-3.746,51.753],[-3.742,51.757],[-3.738,51.758],[-3.735,51.764],[-3.732,51.767],[-3.737,51.77],[-3.728,51.776],[-3.719,51.778],[-3.711,51.778],[-3.707,51.78],[-3.691,51.782],[-3.686,51.78],[-3.683,51.781],[-3.679,51.784],[-3.674,51.785],[-3.67,51.787],[-3.669,51.786],[-3.664,51.785],[-3.653,51.785],[-3.649,51.782],[-3.641,51.781],[-3.637,51.777],[-3.634,51.778],[-3.629,51.775],[-3.622,51.774],[-3.615,51.773],[-3.612,51.772],[-3.605,51.773],[-3.601,51.772],[-3.598,51.77],[-3.598,51.764],[-3.595,51.762],[-3.596,51.759],[-3.591,51.755],[-3.59,51.757],[-3.586,51.758],[-3.579,51.76],[-3.571,51.762],[-3.565,51.766],[-3.566,51.767],[-3.564,51.77],[-3.563,51.773],[-3.56,51.776],[-3.555,51.778],[-3.547,51.778],[-3.541,51.776],[-3.535,51.777],[-3.535,51.78],[-3.541,51.784],[-3.534,51.787],[-3.529,51.787],[-3.529,51.788],[-3.517,51.794],[-3.512,51.796],[-3.504,51.8],[-3.488,51.806],[-3.482,51.807],[-3.477,51.809],[-3.474,51.812],[-3.473,51.819],[-3.469,51.823],[-3.47,51.829],[-3.463,51.829],[-3.46,51.83],[-3.458,51.828],[-3.452,51.826],[-3.446,51.821],[-3.444,51.816],[-3.442,51.816],[-3.433,51.821],[-3.431,51.824],[-3.422,51.829],[-3.417,51.835],[-3.402,51.826],[-3.402,51.825],[-3.406,51.821],[-3.405,51.816],[-3.401,51.814],[-3.398,51.814],[-3.39,51.815],[-3.386,51.815],[-3.382,51.812],[-3.378,51.811],[-3.373,51.812],[-3.37,51.808],[-3.366,51.805],[-3.358,51.807],[-3.356,51.803],[-3.357,51.796],[-3.36,51.791],[-3.351,51.79],[-3.334,51.79],[-3.317,51.794],[-3.31,51.794],[-3.309,51.806],[-3.283,51.825],[-3.239,51.812],[-3.208,51.813],[-3.203,51.813],[-3.194,51.813],[-3.162,51.816],[-3.157,51.816],[-3.153,51.817],[-3.148,51.819],[-3.144,51.82],[-3.14,51.823],[-3.142,51.825],[-3.137,51.828],[-3.134,51.829],[-3.133,51.832],[-3.127,51.836],[-3.124,51.834],[-3.118,51.839],[-3.117,51.837],[-3.109,51.835],[-3.106,51.833],[-3.102,51.832],[-3.104,51.837],[-3.103,51.84],[-3.097,51.839],[-3.096,51.842],[-3.098,51.844],[-3.096,51.847],[-3.09,51.848],[-3.084,51.85],[-3.083,51.852],[-3.076,51.855],[-3.077,51.858],[-3.07,51.861],[-3.063,51.863],[-3.066,51.865],[-3.07,51.87],[-3.073,51.872],[-3.072,51.875],[-3.069,51.875],[-3.064,51.879],[-3.062,51.877],[-3.057,51.88],[-3.043,51.881],[-3.04,51.885],[-3.042,51.89],[-3.039,51.892],[-3.039,51.894],[-3.043,51.899],[-3.043,51.901],[-3.048,51.904],[-3.05,51.907],[-3.05,51.911],[-3.06,51.914],[-3.06,51.917],[-3.062,51.919],[-3.065,51.919],[-3.07,51.922],[-3.079,51.925],[-3.079,51.928],[-3.084,51.931],[-3.084,51.933],[-3.08,51.936],[-3.085,51.942],[-3.087,51.948],[-3.09,51.95],[-3.085,51.953],[-3.082,51.955],[-3.088,51.959],[-3.093,51.965],[-3.087,51.97],[-3.083,51.973],[-3.078,51.973],[-3.077,51.976],[-3.067,51.983],[-3.07,51.99],[-3.076,51.996],[-3.079,51.997],[-3.084,52.004],[-3.087,52.014],[-3.092,52.017],[-3.099,52.023],[-3.093,52.029],[-3.092,52.033],[-3.086,52.04],[-3.087,52.042],[-3.093,52.047],[-3.091,52.05],[-3.098,52.055],[-3.101,52.058],[-3.106,52.059],[-3.111,52.065],[-3.116,52.066],[-3.119,52.069],[-3.121,52.076],[-3.126,52.079],[-3.119,52.088],[-3.121,52.094],[-3.123,52.103],[-3.121,52.104],[-3.108,52.105],[-3.105,52.108],[-3.107,52.112],[-3.108,52.115],[-3.105,52.117],[-3.107,52.119],[-3.115,52.122],[-3.124,52.122],[-3.128,52.124],[-3.134,52.123],[-3.137,52.123],[-3.142,52.128],[-3.141,52.13],[-3.137,52.131],[-3.134,52.134],[-3.136,52.138],[-3.128,52.138],[-3.124,52.139],[-3.115,52.139],[-3.108,52.142],[-3.098,52.144],[-3.094,52.144],[-3.083,52.149],[-3.073,52.156],[-3.072,52.158],[-3.075,52.16],[-3.084,52.163],[-3.086,52.161],[-3.089,52.159],[-3.095,52.155],[-3.099,52.155],[-3.102,52.157],[-3.105,52.157],[-3.108,52.159],[-3.112,52.159],[-3.117,52.16],[-3.122,52.163],[-3.122,52.167],[-3.112,52.17],[-3.112,52.174],[-3.107,52.176],[-3.102,52.177],[-3.097,52.18],[-3.095,52.183],[-3.097,52.184],[-3.096,52.19],[-3.096,52.195],[-3.1,52.2],[-3.1,52.202],[-3.094,52.204],[-3.087,52.207],[-3.084,52.21],[-3.072,52.215],[-3.078,52.216],[-3.077,52.219],[-3.072,52.223],[-3.073,52.224],[-3.07,52.229],[-3.074,52.235],[-3.073,52.236],[-3.068,52.237],[-3.059,52.236],[-3.055,52.238],[-3.044,52.239],[-3.046,52.241],[-3.043,52.243],[-3.043,52.245],[-3.048,52.25],[-3.044,52.254],[-3.039,52.254],[-3.037,52.256],[-3.029,52.258],[-3.026,52.258],[-3.017,52.262],[-3.011,52.262],[-3.006,52.264],[-2.999,52.264],[-2.996,52.261],[-2.989,52.261],[-2.985,52.262],[-2.979,52.262],[-2.976,52.26],[-2.97,52.262],[-2.966,52.262],[-2.964,52.264],[-2.965,52.268],[-2.956,52.27],[-2.957,52.272],[-2.963,52.273],[-2.965,52.274],[-2.973,52.273],[-2.994,52.273],[-2.997,52.275],[-3.001,52.275],[-3.007,52.277],[-3.012,52.277],[-3.013,52.279],[-3.009,52.283],[-3.01,52.286],[-3.012,52.288],[-3.005,52.292],[-3.005,52.294],[-3.004,52.298],[-3.001,52.3],[-3.001,52.303],[-3.004,52.311],[-3.001,52.322],[-2.997,52.325],[-2.99,52.325],[-2.986,52.323],[-2.981,52.327],[-2.971,52.329],[-2.967,52.329],[-2.967,52.332],[-2.962,52.336],[-2.961,52.339],[-2.956,52.344],[-2.955,52.349],[-2.96,52.349],[-2.963,52.351],[-2.972,52.352],[-2.974,52.355],[-2.978,52.354],[-2.985,52.351],[-2.991,52.352],[-2.994,52.351],[-2.998,52.352],[-3.003,52.351],[-3.006,52.349],[-3.009,52.349],[-3.022,52.347],[-3.026,52.347],[-3.041,52.344],[-3.047,52.347],[-3.052,52.348],[-3.058,52.348],[-3.065,52.35],[-3.065,52.353],[-3.071,52.355],[-3.074,52.357],[-3.083,52.359],[-3.092,52.363],[-3.098,52.367],[-3.101,52.368],[-3.102,52.371],[-3.111,52.377],[-3.12,52.377],[-3.126,52.38],[-3.128,52.383],[-3.141,52.387],[-3.149,52.388],[-3.154,52.388],[-3.158,52.392],[-3.162,52.394],[-3.159,52.398],[-3.161,52.4],[-3.17,52.403],[-3.173,52.407],[-3.181,52.41],[-3.188,52.412],[-3.192,52.415],[-3.195,52.414],[-3.199,52.417],[-3.212,52.419],[-3.219,52.421],[-3.222,52.427],[-3.225,52.429],[-3.231,52.43],[-3.23,52.435],[-3.229,52.437],[-3.23,52.44],[-3.234,52.44],[-3.236,52.443],[-3.233,52.446],[-3.233,52.451],[-3.231,52.453]]]},"properties":{"Name":"Brecon, Radnor and Cwm Tawe","ID":"W07000085"},"id":622}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.484,51.573],[-3.489,51.574],[-3.492,51.573],[-3.497,51.573],[-3.503,51.572],[-3.506,51.57],[-3.508,51.571],[-3.53,51.571],[-3.527,51.567],[-3.528,51.565],[-3.535,51.564],[-3.542,51.566],[-3.548,51.564],[-3.552,51.561],[-3.556,51.561],[-3.564,51.557],[-3.565,51.556],[-3.581,51.554],[-3.589,51.556],[-3.593,51.558],[-3.592,51.56],[-3.597,51.561],[-3.6,51.564],[-3.6,51.566],[-3.606,51.567],[-3.61,51.571],[-3.613,51.572],[-3.622,51.572],[-3.625,51.571],[-3.631,51.566],[-3.635,51.565],[-3.634,51.562],[-3.638,51.561],[-3.643,51.562],[-3.645,51.564],[-3.649,51.564],[-3.655,51.565],[-3.658,51.561],[-3.657,51.559],[-3.652,51.557],[-3.65,51.552],[-3.652,51.546],[-3.656,51.539],[-3.668,51.537],[-3.669,51.529],[-3.666,51.524],[-3.662,51.521],[-3.654,51.518],[-3.665,51.516],[-3.672,51.515],[-3.669,51.513],[-3.673,51.512],[-3.68,51.51],[-3.69,51.507],[-3.702,51.506],[-3.713,51.502],[-3.715,51.5],[-3.72,51.5],[-3.736,51.499],[-3.728,51.492],[-3.724,51.488],[-3.725,51.487],[-3.723,51.484],[-3.721,51.482],[-3.721,51.48],[-3.715,51.479],[-3.71,51.476],[-3.706,51.476],[-3.702,51.474],[-3.699,51.478],[-3.694,51.478],[-3.69,51.477],[-3.685,51.477],[-3.68,51.474],[-3.673,51.48],[-3.667,51.481],[-3.663,51.48],[-3.65,51.478],[-3.641,51.471],[-3.639,51.47],[-3.633,51.474],[-3.626,51.475],[-3.62,51.477],[-3.615,51.48],[-3.612,51.481],[-3.605,51.482],[-3.597,51.484],[-3.593,51.482],[-3.584,51.483],[-3.58,51.485],[-3.575,51.486],[-3.566,51.49],[-3.555,51.493],[-3.534,51.482],[-3.532,51.485],[-3.534,51.489],[-3.539,51.491],[-3.528,51.494],[-3.529,51.496],[-3.525,51.497],[-3.529,51.5],[-3.516,51.503],[-3.509,51.506],[-3.508,51.508],[-3.498,51.513],[-3.495,51.514],[-3.488,51.517],[-3.484,51.522],[-3.483,51.527],[-3.48,51.529],[-3.482,51.531],[-3.477,51.539],[-3.475,51.54],[-3.468,51.54],[-3.463,51.543],[-3.467,51.546],[-3.47,51.549],[-3.47,51.554],[-3.475,51.557],[-3.48,51.559],[-3.478,51.56],[-3.477,51.566],[-3.482,51.568],[-3.486,51.57],[-3.484,51.573]]]},"properties":{"Name":"Bridgend","ID":"W07000086"},"id":623}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.758,52.128],[-3.765,52.124],[-3.766,52.118],[-3.771,52.118],[-3.774,52.116],[-3.775,52.11],[-3.776,52.107],[-3.78,52.108],[-3.786,52.107],[-3.797,52.111],[-3.795,52.112],[-3.8,52.116],[-3.805,52.119],[-3.806,52.122],[-3.812,52.121],[-3.817,52.123],[-3.823,52.124],[-3.83,52.129],[-3.831,52.132],[-3.837,52.132],[-3.843,52.136],[-3.845,52.136],[-3.854,52.141],[-3.86,52.142],[-3.869,52.142],[-3.875,52.139],[-3.876,52.137],[-3.88,52.135],[-3.886,52.133],[-3.887,52.131],[-3.894,52.125],[-3.899,52.124],[-3.9,52.122],[-3.904,52.123],[-3.907,52.12],[-3.914,52.124],[-3.914,52.126],[-3.919,52.128],[-3.923,52.128],[-3.93,52.13],[-3.932,52.132],[-3.939,52.138],[-3.942,52.138],[-3.952,52.133],[-3.964,52.126],[-3.97,52.123],[-3.974,52.118],[-3.976,52.119],[-3.979,52.114],[-3.981,52.113],[-3.987,52.112],[-3.99,52.113],[-3.996,52.112],[-3.997,52.108],[-4,52.104],[-4.004,52.103],[-4.009,52.099],[-4.019,52.097],[-4.026,52.098],[-4.035,52.104],[-4.041,52.108],[-4.049,52.112],[-4.052,52.111],[-4.058,52.114],[-4.063,52.111],[-4.065,52.11],[-4.069,52.108],[-4.073,52.109],[-4.078,52.108],[-4.085,52.104],[-4.087,52.105],[-4.092,52.103],[-4.097,52.1],[-4.1,52.096],[-4.119,52.096],[-4.118,52.093],[-4.128,52.093],[-4.135,52.096],[-4.14,52.094],[-4.144,52.094],[-4.149,52.09],[-4.153,52.089],[-4.154,52.087],[-4.159,52.086],[-4.153,52.082],[-4.154,52.08],[-4.158,52.081],[-4.161,52.076],[-4.166,52.075],[-4.162,52.071],[-4.164,52.068],[-4.167,52.067],[-4.171,52.068],[-4.172,52.065],[-4.176,52.064],[-4.181,52.064],[-4.185,52.061],[-4.192,52.059],[-4.195,52.061],[-4.197,52.065],[-4.206,52.063],[-4.204,52.061],[-4.205,52.059],[-4.209,52.057],[-4.213,52.058],[-4.214,52.054],[-4.214,52.051],[-4.221,52.051],[-4.223,52.049],[-4.226,52.05],[-4.23,52.048],[-4.23,52.04],[-4.235,52.038],[-4.241,52.041],[-4.245,52.039],[-4.251,52.039],[-4.256,52.038],[-4.261,52.04],[-4.264,52.038],[-4.272,52.04],[-4.277,52.04],[-4.283,52.04],[-4.291,52.044],[-4.29,52.046],[-4.285,52.05],[-4.289,52.053],[-4.301,52.052],[-4.303,52.047],[-4.306,52.045],[-4.307,52.043],[-4.304,52.04],[-4.306,52.039],[-4.31,52.039],[-4.316,52.037],[-4.323,52.038],[-4.33,52.038],[-4.332,52.041],[-4.335,52.041],[-4.338,52.032],[-4.344,52.032],[-4.35,52.027],[-4.357,52.029],[-4.362,52.028],[-4.366,52.03],[-4.364,52.032],[-4.365,52.035],[-4.371,52.035],[-4.374,52.037],[-4.381,52.037],[-4.385,52.04],[-4.388,52.037],[-4.396,52.035],[-4.402,52.035],[-4.402,52.038],[-4.406,52.038],[-4.41,52.038],[-4.415,52.04],[-4.42,52.038],[-4.427,52.041],[-4.437,52.044],[-4.44,52.042],[-4.445,52.042],[-4.447,52.044],[-4.452,52.043],[-4.456,52.039],[-4.463,52.037],[-4.47,52.041],[-4.475,52.039],[-4.478,52.043],[-4.482,52.044],[-4.481,52.047],[-4.486,52.047],[-4.487,52.049],[-4.502,52.043],[-4.504,52.044],[-4.51,52.044],[-4.516,52.047],[-4.521,52.046],[-4.527,52.045],[-4.532,52.046],[-4.534,52.044],[-4.538,52.045],[-4.54,52.048],[-4.541,52.052],[-4.545,52.05],[-4.545,52.048],[-4.543,52.046],[-4.545,52.044],[-4.555,52.044],[-4.555,52.041],[-4.551,52.038],[-4.549,52.03],[-4.548,52.022],[-4.546,52.018],[-4.536,52.018],[-4.53,52.014],[-4.522,52.011],[-4.52,52.004],[-4.516,52.002],[-4.516,52],[-4.512,51.995],[-4.5,51.992],[-4.493,51.992],[-4.487,51.988],[-4.488,51.984],[-4.487,51.981],[-4.487,51.978],[-4.486,51.976],[-4.488,51.971],[-4.488,51.968],[-4.493,51.963],[-4.497,51.961],[-4.519,51.958],[-4.533,51.954],[-4.535,51.956],[-4.541,51.957],[-4.544,51.954],[-4.552,51.952],[-4.553,51.949],[-4.556,51.949],[-4.56,51.947],[-4.566,51.937],[-4.57,51.934],[-4.578,51.932],[-4.585,51.932],[-4.588,51.932],[-4.594,51.935],[-4.599,51.941],[-4.606,51.938],[-4.607,51.935],[-4.613,51.932],[-4.619,51.929],[-4.626,51.929],[-4.628,51.927],[-4.628,51.924],[-4.629,51.922],[-4.635,51.919],[-4.637,51.919],[-4.643,51.921],[-4.645,51.92],[-4.651,51.923],[-4.665,51.929],[-4.668,51.934],[-4.67,51.933],[-4.673,51.928],[-4.683,51.925],[-4.689,51.923],[-4.696,51.923],[-4.705,51.92],[-4.705,51.919],[-4.714,51.916],[-4.718,51.912],[-4.716,51.912],[-4.713,51.908],[-4.714,51.899],[-4.722,51.898],[-4.723,51.895],[-4.715,51.892],[-4.716,51.888],[-4.707,51.889],[-4.706,51.883],[-4.701,51.879],[-4.699,51.874],[-4.699,51.868],[-4.697,51.866],[-4.698,51.864],[-4.696,51.861],[-4.694,51.86],[-4.702,51.855],[-4.7,51.851],[-4.704,51.852],[-4.709,51.847],[-4.709,51.845],[-4.705,51.844],[-4.704,51.839],[-4.695,51.839],[-4.684,51.84],[-4.682,51.838],[-4.673,51.836],[-4.67,51.837],[-4.665,51.835],[-4.663,51.833],[-4.657,51.832],[-4.652,51.832],[-4.646,51.831],[-4.643,51.83],[-4.643,51.827],[-4.64,51.824],[-4.634,51.822],[-4.634,51.82],[-4.626,51.816],[-4.622,51.814],[-4.617,51.811],[-4.618,51.808],[-4.626,51.803],[-4.633,51.802],[-4.638,51.799],[-4.645,51.797],[-4.642,51.793],[-4.641,51.791],[-4.637,51.789],[-4.637,51.787],[-4.634,51.785],[-4.635,51.783],[-4.645,51.778],[-4.644,51.776],[-4.64,51.775],[-4.635,51.771],[-4.627,51.772],[-4.623,51.768],[-4.624,51.763],[-4.626,51.762],[-4.631,51.757],[-4.63,51.752],[-4.627,51.751],[-4.63,51.748],[-4.633,51.747],[-4.632,51.742],[-4.635,51.74],[-4.633,51.735],[-4.629,51.734],[-4.62,51.737],[-4.611,51.738],[-4.59,51.737],[-4.579,51.734],[-4.574,51.738],[-4.568,51.737],[-4.564,51.74],[-4.559,51.742],[-4.518,51.738],[-4.505,51.736],[-4.493,51.735],[-4.471,51.732],[-4.463,51.732],[-4.446,51.733],[-4.437,51.738],[-4.424,51.741],[-4.42,51.743],[-4.418,51.745],[-4.423,51.746],[-4.427,51.747],[-4.431,51.751],[-4.435,51.752],[-4.444,51.759],[-4.448,51.761],[-4.456,51.763],[-4.46,51.769],[-4.459,51.771],[-4.453,51.774],[-4.448,51.781],[-4.451,51.783],[-4.458,51.788],[-4.456,51.79],[-4.453,51.787],[-4.446,51.786],[-4.442,51.783],[-4.438,51.779],[-4.441,51.773],[-4.449,51.77],[-4.437,51.765],[-4.433,51.763],[-4.427,51.764],[-4.419,51.762],[-4.417,51.76],[-4.407,51.757],[-4.404,51.757],[-4.4,51.76],[-4.398,51.763],[-4.391,51.764],[-4.388,51.767],[-4.382,51.771],[-4.381,51.773],[-4.377,51.776],[-4.374,51.78],[-4.374,51.785],[-4.371,51.79],[-4.362,51.794],[-4.356,51.795],[-4.341,51.799],[-4.334,51.799],[-4.33,51.8],[-4.326,51.802],[-4.324,51.811],[-4.321,51.815],[-4.32,51.819],[-4.32,51.821],[-4.328,51.826],[-4.328,51.828],[-4.318,51.833],[-4.314,51.837],[-4.313,51.837],[-4.311,51.837],[-4.306,51.837],[-4.291,51.839],[-4.286,51.837],[-4.286,51.836],[-4.284,51.834],[-4.279,51.833],[-4.277,51.83],[-4.272,51.829],[-4.273,51.827],[-4.271,51.824],[-4.263,51.824],[-4.256,51.826],[-4.246,51.826],[-4.241,51.828],[-4.231,51.829],[-4.226,51.828],[-4.22,51.83],[-4.215,51.83],[-4.208,51.831],[-4.207,51.829],[-4.202,51.829],[-4.198,51.827],[-4.191,51.824],[-4.19,51.821],[-4.186,51.815],[-4.183,51.809],[-4.18,51.805],[-4.179,51.798],[-4.177,51.795],[-4.171,51.794],[-4.164,51.797],[-4.159,51.801],[-4.15,51.804],[-4.147,51.804],[-4.145,51.807],[-4.145,51.811],[-4.141,51.811],[-4.136,51.812],[-4.133,51.815],[-4.127,51.818],[-4.124,51.819],[-4.117,51.823],[-4.118,51.824],[-4.111,51.83],[-4.105,51.83],[-4.103,51.832],[-4.097,51.834],[-4.093,51.833],[-4.087,51.835],[-4.084,51.832],[-4.084,51.829],[-4.082,51.823],[-4.078,51.821],[-4.07,51.821],[-4.068,51.818],[-4.07,51.817],[-4.071,51.813],[-4.068,51.807],[-4.066,51.805],[-4.069,51.803],[-4.068,51.801],[-4.069,51.798],[-4.073,51.795],[-4.07,51.793],[-4.072,51.79],[-4.071,51.788],[-4.073,51.785],[-4.068,51.779],[-4.073,51.778],[-4.072,51.77],[-4.067,51.77],[-4.064,51.769],[-4.06,51.772],[-4.042,51.777],[-4.037,51.777],[-4.023,51.78],[-4.02,51.783],[-4.013,51.783],[-4.006,51.786],[-3.999,51.786],[-3.998,51.783],[-4,51.781],[-3.998,51.777],[-4,51.774],[-3.996,51.774],[-3.983,51.768],[-3.981,51.765],[-3.978,51.765],[-3.965,51.764],[-3.951,51.766],[-3.949,51.769],[-3.944,51.77],[-3.94,51.77],[-3.936,51.771],[-3.928,51.774],[-3.925,51.773],[-3.919,51.775],[-3.914,51.773],[-3.913,51.771],[-3.908,51.77],[-3.907,51.769],[-3.9,51.771],[-3.897,51.769],[-3.89,51.768],[-3.887,51.769],[-3.887,51.771],[-3.885,51.773],[-3.883,51.78],[-3.883,51.784],[-3.882,51.788],[-3.886,51.789],[-3.885,51.792],[-3.889,51.793],[-3.892,51.797],[-3.893,51.801],[-3.9,51.804],[-3.896,51.804],[-3.892,51.804],[-3.887,51.804],[-3.878,51.808],[-3.872,51.807],[-3.868,51.808],[-3.866,51.81],[-3.855,51.809],[-3.853,51.81],[-3.842,51.809],[-3.836,51.808],[-3.835,51.807],[-3.829,51.805],[-3.819,51.802],[-3.814,51.799],[-3.816,51.797],[-3.812,51.794],[-3.81,51.791],[-3.807,51.793],[-3.807,51.795],[-3.804,51.801],[-3.799,51.804],[-3.796,51.807],[-3.796,51.81],[-3.791,51.81],[-3.788,51.812],[-3.787,51.816],[-3.782,51.822],[-3.784,51.827],[-3.783,51.83],[-3.78,51.834],[-3.779,51.837],[-3.777,51.838],[-3.773,51.846],[-3.761,51.854],[-3.755,51.856],[-3.751,51.858],[-3.748,51.862],[-3.743,51.864],[-3.739,51.864],[-3.738,51.865],[-3.731,51.872],[-3.728,51.873],[-3.722,51.878],[-3.721,51.881],[-3.718,51.883],[-3.714,51.887],[-3.718,51.901],[-3.713,51.905],[-3.718,51.907],[-3.723,51.908],[-3.728,51.911],[-3.727,51.913],[-3.725,51.914],[-3.723,51.917],[-3.723,51.92],[-3.722,51.924],[-3.721,51.927],[-3.718,51.929],[-3.718,51.932],[-3.721,51.934],[-3.721,51.938],[-3.721,51.941],[-3.719,51.943],[-3.711,51.947],[-3.702,51.946],[-3.701,51.948],[-3.705,51.948],[-3.702,51.954],[-3.707,51.958],[-3.707,51.96],[-3.711,51.962],[-3.703,51.97],[-3.701,51.973],[-3.694,51.977],[-3.698,51.981],[-3.688,51.99],[-3.685,51.992],[-3.685,51.995],[-3.672,52.002],[-3.671,52.006],[-3.666,52.012],[-3.667,52.016],[-3.672,52.016],[-3.673,52.018],[-3.668,52.025],[-3.662,52.028],[-3.662,52.031],[-3.656,52.034],[-3.651,52.035],[-3.647,52.039],[-3.65,52.042],[-3.654,52.042],[-3.661,52.048],[-3.66,52.049],[-3.662,52.052],[-3.668,52.056],[-3.674,52.057],[-3.678,52.059],[-3.68,52.062],[-3.677,52.063],[-3.675,52.067],[-3.669,52.069],[-3.667,52.073],[-3.672,52.075],[-3.682,52.074],[-3.687,52.077],[-3.695,52.078],[-3.701,52.082],[-3.722,52.087],[-3.723,52.093],[-3.729,52.094],[-3.725,52.097],[-3.723,52.099],[-3.715,52.103],[-3.714,52.107],[-3.716,52.11],[-3.716,52.113],[-3.72,52.118],[-3.723,52.115],[-3.726,52.119],[-3.732,52.121],[-3.737,52.121],[-3.742,52.122],[-3.747,52.124],[-3.749,52.128],[-3.758,52.128]]]},"properties":{"Name":"Caerfyrddin","ID":"W07000087"},"id":624}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.212,51.68],[-3.215,51.679],[-3.218,51.682],[-3.221,51.68],[-3.222,51.676],[-3.225,51.676],[-3.229,51.671],[-3.234,51.675],[-3.241,51.677],[-3.245,51.682],[-3.249,51.684],[-3.247,51.689],[-3.253,51.687],[-3.264,51.686],[-3.272,51.681],[-3.274,51.682],[-3.279,51.681],[-3.285,51.677],[-3.285,51.671],[-3.283,51.668],[-3.284,51.662],[-3.286,51.658],[-3.293,51.66],[-3.295,51.664],[-3.297,51.661],[-3.297,51.657],[-3.301,51.655],[-3.301,51.652],[-3.308,51.648],[-3.31,51.645],[-3.314,51.645],[-3.308,51.639],[-3.303,51.635],[-3.303,51.629],[-3.305,51.628],[-3.303,51.624],[-3.306,51.621],[-3.3,51.618],[-3.303,51.615],[-3.296,51.603],[-3.293,51.601],[-3.294,51.598],[-3.291,51.592],[-3.288,51.588],[-3.281,51.585],[-3.277,51.587],[-3.27,51.584],[-3.266,51.579],[-3.269,51.577],[-3.268,51.573],[-3.264,51.569],[-3.263,51.566],[-3.254,51.569],[-3.249,51.569],[-3.246,51.567],[-3.242,51.565],[-3.236,51.557],[-3.238,51.553],[-3.234,51.553],[-3.228,51.55],[-3.216,51.553],[-3.215,51.551],[-3.207,51.553],[-3.202,51.554],[-3.199,51.556],[-3.19,51.558],[-3.188,51.557],[-3.181,51.557],[-3.178,51.558],[-3.17,51.559],[-3.165,51.56],[-3.157,51.558],[-3.153,51.552],[-3.15,51.551],[-3.144,51.554],[-3.141,51.554],[-3.135,51.553],[-3.128,51.55],[-3.125,51.547],[-3.121,51.547],[-3.119,51.546],[-3.117,51.548],[-3.112,51.549],[-3.11,51.551],[-3.111,51.554],[-3.109,51.555],[-3.107,51.558],[-3.102,51.559],[-3.1,51.56],[-3.104,51.564],[-3.1,51.565],[-3.099,51.564],[-3.094,51.563],[-3.09,51.568],[-3.091,51.57],[-3.097,51.572],[-3.1,51.576],[-3.105,51.575],[-3.116,51.581],[-3.122,51.58],[-3.124,51.584],[-3.124,51.588],[-3.121,51.59],[-3.12,51.593],[-3.109,51.595],[-3.107,51.597],[-3.108,51.6],[-3.111,51.601],[-3.11,51.603],[-3.115,51.607],[-3.12,51.608],[-3.126,51.61],[-3.129,51.611],[-3.132,51.613],[-3.133,51.619],[-3.136,51.622],[-3.141,51.623],[-3.144,51.628],[-3.144,51.633],[-3.147,51.636],[-3.153,51.637],[-3.163,51.638],[-3.167,51.64],[-3.166,51.643],[-3.169,51.65],[-3.168,51.653],[-3.171,51.66],[-3.17,51.662],[-3.177,51.664],[-3.186,51.663],[-3.185,51.661],[-3.196,51.659],[-3.204,51.66],[-3.208,51.659],[-3.215,51.665],[-3.214,51.673],[-3.211,51.677],[-3.212,51.68]]]},"properties":{"Name":"Caerphilly","ID":"W07000088"},"id":625}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.083,51.502],[-3.086,51.505],[-3.089,51.51],[-3.078,51.513],[-3.081,51.515],[-3.078,51.517],[-3.072,51.518],[-3.069,51.52],[-3.077,51.524],[-3.08,51.527],[-3.078,51.528],[-3.081,51.532],[-3.091,51.533],[-3.094,51.536],[-3.096,51.533],[-3.103,51.529],[-3.112,51.525],[-3.115,51.526],[-3.114,51.528],[-3.12,51.531],[-3.127,51.529],[-3.129,51.527],[-3.134,51.528],[-3.14,51.53],[-3.152,51.53],[-3.162,51.533],[-3.169,51.531],[-3.17,51.527],[-3.174,51.525],[-3.177,51.526],[-3.182,51.525],[-3.181,51.515],[-3.177,51.503],[-3.171,51.483],[-3.17,51.48],[-3.172,51.477],[-3.165,51.479],[-3.159,51.481],[-3.155,51.484],[-3.141,51.496],[-3.136,51.498],[-3.132,51.497],[-3.129,51.496],[-3.132,51.492],[-3.127,51.492],[-3.118,51.492],[-3.115,51.493],[-3.111,51.492],[-3.098,51.495],[-3.093,51.497],[-3.083,51.502]]]},"properties":{"Name":"Cardiff East","ID":"W07000089"},"id":626}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.264,51.569],[-3.271,51.566],[-3.279,51.57],[-3.285,51.569],[-3.278,51.564],[-3.277,51.562],[-3.274,51.56],[-3.271,51.556],[-3.271,51.553],[-3.273,51.548],[-3.274,51.546],[-3.263,51.539],[-3.261,51.536],[-3.259,51.533],[-3.254,51.532],[-3.253,51.525],[-3.255,51.521],[-3.252,51.518],[-3.245,51.516],[-3.24,51.516],[-3.237,51.514],[-3.241,51.509],[-3.235,51.506],[-3.229,51.501],[-3.223,51.498],[-3.219,51.499],[-3.208,51.497],[-3.199,51.497],[-3.196,51.495],[-3.187,51.5],[-3.184,51.499],[-3.183,51.505],[-3.177,51.503],[-3.181,51.515],[-3.182,51.525],[-3.177,51.526],[-3.174,51.525],[-3.17,51.527],[-3.169,51.531],[-3.162,51.533],[-3.152,51.53],[-3.14,51.53],[-3.134,51.528],[-3.129,51.527],[-3.127,51.529],[-3.12,51.531],[-3.114,51.528],[-3.115,51.526],[-3.112,51.525],[-3.103,51.529],[-3.096,51.533],[-3.094,51.536],[-3.095,51.537],[-3.108,51.543],[-3.108,51.545],[-3.119,51.546],[-3.121,51.547],[-3.125,51.547],[-3.128,51.55],[-3.135,51.553],[-3.141,51.554],[-3.144,51.554],[-3.15,51.551],[-3.153,51.552],[-3.157,51.558],[-3.165,51.56],[-3.17,51.559],[-3.178,51.558],[-3.181,51.557],[-3.188,51.557],[-3.19,51.558],[-3.199,51.556],[-3.202,51.554],[-3.207,51.553],[-3.215,51.551],[-3.216,51.553],[-3.228,51.55],[-3.234,51.553],[-3.238,51.553],[-3.236,51.557],[-3.242,51.565],[-3.246,51.567],[-3.249,51.569],[-3.254,51.569],[-3.263,51.566],[-3.264,51.569]]]},"properties":{"Name":"Cardiff North","ID":"W07000090"},"id":627}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.118,51.375],[-3.117,51.378],[-3.122,51.38],[-3.125,51.377],[-3.121,51.375],[-3.118,51.375]]],[[[-3.136,51.498],[-3.141,51.496],[-3.155,51.484],[-3.159,51.481],[-3.165,51.479],[-3.172,51.477],[-3.17,51.48],[-3.171,51.483],[-3.177,51.503],[-3.183,51.505],[-3.184,51.499],[-3.187,51.5],[-3.196,51.495],[-3.194,51.49],[-3.189,51.487],[-3.188,51.485],[-3.185,51.478],[-3.182,51.476],[-3.198,51.477],[-3.198,51.473],[-3.201,51.472],[-3.207,51.466],[-3.218,51.475],[-3.225,51.475],[-3.235,51.472],[-3.243,51.47],[-3.244,51.467],[-3.248,51.465],[-3.254,51.464],[-3.258,51.465],[-3.258,51.463],[-3.252,51.464],[-3.249,51.463],[-3.247,51.461],[-3.241,51.456],[-3.242,51.453],[-3.238,51.45],[-3.242,51.449],[-3.242,51.447],[-3.246,51.444],[-3.25,51.444],[-3.252,51.443],[-3.253,51.44],[-3.249,51.436],[-3.255,51.436],[-3.259,51.435],[-3.261,51.433],[-3.254,51.426],[-3.248,51.422],[-3.235,51.417],[-3.231,51.415],[-3.236,51.413],[-3.234,51.41],[-3.235,51.408],[-3.242,51.405],[-3.239,51.403],[-3.241,51.4],[-3.239,51.397],[-3.23,51.402],[-3.224,51.404],[-3.22,51.403],[-3.206,51.4],[-3.194,51.4],[-3.187,51.4],[-3.187,51.402],[-3.183,51.403],[-3.176,51.405],[-3.17,51.406],[-3.172,51.415],[-3.171,51.427],[-3.164,51.441],[-3.167,51.445],[-3.164,51.449],[-3.165,51.451],[-3.162,51.453],[-3.157,51.452],[-3.149,51.458],[-3.141,51.463],[-3.136,51.467],[-3.136,51.469],[-3.14,51.473],[-3.136,51.472],[-3.132,51.474],[-3.13,51.477],[-3.126,51.481],[-3.125,51.484],[-3.122,51.488],[-3.127,51.489],[-3.128,51.491],[-3.132,51.491],[-3.133,51.493],[-3.13,51.496],[-3.136,51.498]]]]},"properties":{"Name":"Cardiff South and Penarth","ID":"W07000091"},"id":628}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.273,51.548],[-3.274,51.551],[-3.281,51.551],[-3.285,51.55],[-3.29,51.55],[-3.298,51.548],[-3.3,51.549],[-3.306,51.548],[-3.31,51.549],[-3.313,51.543],[-3.321,51.543],[-3.323,51.542],[-3.322,51.539],[-3.324,51.536],[-3.327,51.535],[-3.336,51.537],[-3.338,51.536],[-3.344,51.535],[-3.35,51.533],[-3.354,51.534],[-3.357,51.535],[-3.365,51.533],[-3.366,51.531],[-3.369,51.53],[-3.37,51.533],[-3.377,51.532],[-3.39,51.528],[-3.391,51.53],[-3.39,51.533],[-3.393,51.533],[-3.393,51.531],[-3.396,51.529],[-3.396,51.524],[-3.401,51.521],[-3.411,51.518],[-3.412,51.514],[-3.414,51.513],[-3.413,51.509],[-3.41,51.506],[-3.408,51.502],[-3.404,51.499],[-3.4,51.5],[-3.4,51.503],[-3.396,51.508],[-3.389,51.51],[-3.383,51.51],[-3.379,51.512],[-3.371,51.509],[-3.365,51.512],[-3.362,51.511],[-3.358,51.512],[-3.354,51.51],[-3.342,51.509],[-3.33,51.508],[-3.318,51.506],[-3.312,51.507],[-3.311,51.505],[-3.306,51.502],[-3.298,51.5],[-3.296,51.498],[-3.294,51.492],[-3.288,51.487],[-3.283,51.481],[-3.28,51.474],[-3.271,51.465],[-3.258,51.465],[-3.254,51.464],[-3.248,51.465],[-3.244,51.467],[-3.243,51.47],[-3.235,51.472],[-3.225,51.475],[-3.218,51.475],[-3.207,51.466],[-3.201,51.472],[-3.198,51.473],[-3.198,51.477],[-3.182,51.476],[-3.185,51.478],[-3.188,51.485],[-3.189,51.487],[-3.194,51.49],[-3.196,51.495],[-3.199,51.497],[-3.208,51.497],[-3.219,51.499],[-3.223,51.498],[-3.229,51.501],[-3.235,51.506],[-3.241,51.509],[-3.237,51.514],[-3.24,51.516],[-3.245,51.516],[-3.252,51.518],[-3.255,51.521],[-3.253,51.525],[-3.254,51.532],[-3.259,51.533],[-3.261,51.536],[-3.263,51.539],[-3.274,51.546],[-3.273,51.548]]]},"properties":{"Name":"Cardiff West","ID":"W07000092"},"id":629}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.688,52.134],[-4.691,52.132],[-4.689,52.13],[-4.686,52.132],[-4.688,52.134]]],[[[-3.685,52.368],[-3.692,52.367],[-3.696,52.368],[-3.696,52.371],[-3.701,52.377],[-3.701,52.383],[-3.704,52.389],[-3.711,52.393],[-3.707,52.4],[-3.713,52.402],[-3.712,52.408],[-3.712,52.413],[-3.715,52.415],[-3.726,52.416],[-3.734,52.422],[-3.731,52.425],[-3.736,52.428],[-3.739,52.431],[-3.747,52.432],[-3.754,52.435],[-3.762,52.44],[-3.769,52.441],[-3.772,52.442],[-3.771,52.446],[-3.767,52.455],[-3.764,52.459],[-3.764,52.465],[-3.767,52.468],[-3.765,52.47],[-3.758,52.471],[-3.746,52.473],[-3.743,52.477],[-3.741,52.481],[-3.739,52.487],[-3.741,52.496],[-3.73,52.499],[-3.733,52.507],[-3.742,52.508],[-3.749,52.506],[-3.753,52.503],[-3.763,52.5],[-3.766,52.5],[-3.77,52.496],[-3.769,52.494],[-3.77,52.491],[-3.774,52.488],[-3.778,52.488],[-3.793,52.487],[-3.797,52.488],[-3.798,52.485],[-3.802,52.484],[-3.805,52.481],[-3.81,52.479],[-3.812,52.479],[-3.814,52.483],[-3.825,52.484],[-3.828,52.486],[-3.827,52.489],[-3.833,52.493],[-3.832,52.495],[-3.838,52.498],[-3.838,52.502],[-3.841,52.507],[-3.841,52.511],[-3.844,52.512],[-3.844,52.517],[-3.836,52.526],[-3.839,52.531],[-3.838,52.537],[-3.84,52.539],[-3.841,52.551],[-3.846,52.553],[-3.851,52.557],[-3.86,52.561],[-3.87,52.561],[-3.874,52.56],[-3.878,52.561],[-3.886,52.56],[-3.896,52.561],[-3.898,52.56],[-3.906,52.561],[-3.908,52.56],[-3.914,52.562],[-3.918,52.561],[-3.926,52.561],[-3.927,52.555],[-3.933,52.553],[-3.935,52.553],[-3.942,52.558],[-3.944,52.558],[-3.954,52.556],[-3.96,52.552],[-3.961,52.55],[-3.966,52.549],[-3.965,52.545],[-3.969,52.544],[-3.972,52.541],[-3.977,52.539],[-3.984,52.536],[-3.991,52.536],[-3.996,52.535],[-3.999,52.533],[-4.003,52.533],[-4.009,52.529],[-4.014,52.526],[-4.026,52.526],[-4.034,52.527],[-4.041,52.527],[-4.046,52.527],[-4.049,52.53],[-4.052,52.535],[-4.054,52.534],[-4.058,52.531],[-4.059,52.524],[-4.056,52.512],[-4.053,52.499],[-4.052,52.487],[-4.052,52.482],[-4.053,52.48],[-4.058,52.479],[-4.062,52.477],[-4.064,52.472],[-4.067,52.47],[-4.074,52.457],[-4.076,52.452],[-4.077,52.451],[-4.082,52.439],[-4.08,52.435],[-4.08,52.432],[-4.082,52.431],[-4.086,52.424],[-4.085,52.421],[-4.085,52.417],[-4.09,52.414],[-4.09,52.412],[-4.086,52.41],[-4.091,52.406],[-4.089,52.401],[-4.091,52.397],[-4.096,52.394],[-4.103,52.383],[-4.108,52.378],[-4.111,52.374],[-4.112,52.369],[-4.116,52.365],[-4.118,52.361],[-4.12,52.354],[-4.123,52.349],[-4.123,52.346],[-4.128,52.339],[-4.135,52.334],[-4.135,52.332],[-4.138,52.329],[-4.138,52.326],[-4.14,52.323],[-4.146,52.318],[-4.15,52.316],[-4.157,52.308],[-4.163,52.306],[-4.166,52.3],[-4.168,52.297],[-4.174,52.294],[-4.183,52.291],[-4.186,52.286],[-4.189,52.28],[-4.193,52.276],[-4.2,52.273],[-4.203,52.267],[-4.207,52.264],[-4.213,52.262],[-4.233,52.252],[-4.239,52.25],[-4.246,52.249],[-4.253,52.249],[-4.261,52.246],[-4.266,52.244],[-4.27,52.239],[-4.273,52.239],[-4.282,52.234],[-4.287,52.232],[-4.293,52.228],[-4.296,52.228],[-4.303,52.223],[-4.315,52.218],[-4.325,52.214],[-4.333,52.213],[-4.336,52.214],[-4.342,52.211],[-4.351,52.21],[-4.355,52.211],[-4.358,52.213],[-4.358,52.215],[-4.361,52.218],[-4.365,52.219],[-4.369,52.217],[-4.373,52.217],[-4.379,52.214],[-4.384,52.207],[-4.389,52.206],[-4.392,52.204],[-4.403,52.196],[-4.405,52.195],[-4.408,52.192],[-4.416,52.189],[-4.419,52.186],[-4.429,52.178],[-4.437,52.175],[-4.441,52.174],[-4.445,52.17],[-4.452,52.17],[-4.456,52.168],[-4.46,52.167],[-4.467,52.169],[-4.467,52.167],[-4.471,52.16],[-4.473,52.16],[-4.481,52.157],[-4.485,52.154],[-4.488,52.154],[-4.492,52.148],[-4.497,52.144],[-4.504,52.141],[-4.512,52.138],[-4.519,52.135],[-4.525,52.135],[-4.538,52.135],[-4.543,52.135],[-4.546,52.134],[-4.551,52.139],[-4.556,52.139],[-4.557,52.142],[-4.56,52.144],[-4.567,52.145],[-4.575,52.143],[-4.578,52.141],[-4.586,52.138],[-4.59,52.138],[-4.595,52.139],[-4.6,52.138],[-4.605,52.14],[-4.609,52.14],[-4.619,52.138],[-4.626,52.139],[-4.631,52.138],[-4.635,52.139],[-4.643,52.138],[-4.644,52.134],[-4.659,52.134],[-4.662,52.132],[-4.671,52.132],[-4.674,52.129],[-4.681,52.129],[-4.686,52.13],[-4.688,52.129],[-4.69,52.121],[-4.692,52.12],[-4.687,52.117],[-4.685,52.109],[-4.688,52.104],[-4.682,52.105],[-4.676,52.102],[-4.675,52.1],[-4.675,52.093],[-4.678,52.091],[-4.678,52.089],[-4.681,52.085],[-4.676,52.083],[-4.669,52.083],[-4.661,52.081],[-4.659,52.082],[-4.651,52.082],[-4.643,52.08],[-4.644,52.078],[-4.649,52.08],[-4.655,52.081],[-4.66,52.08],[-4.671,52.082],[-4.676,52.082],[-4.682,52.085],[-4.682,52.09],[-4.681,52.093],[-4.682,52.096],[-4.689,52.099],[-4.691,52.101],[-4.688,52.103],[-4.693,52.105],[-4.702,52.106],[-4.703,52.108],[-4.708,52.108],[-4.712,52.109],[-4.713,52.111],[-4.721,52.112],[-4.723,52.115],[-4.73,52.118],[-4.733,52.115],[-4.734,52.111],[-4.737,52.108],[-4.746,52.106],[-4.748,52.104],[-4.743,52.102],[-4.741,52.099],[-4.744,52.096],[-4.75,52.093],[-4.753,52.088],[-4.758,52.084],[-4.759,52.08],[-4.765,52.077],[-4.768,52.076],[-4.771,52.072],[-4.777,52.069],[-4.777,52.067],[-4.783,52.066],[-4.786,52.061],[-4.791,52.059],[-4.799,52.057],[-4.808,52.057],[-4.814,52.056],[-4.819,52.056],[-4.827,52.054],[-4.83,52.051],[-4.838,52.05],[-4.836,52.048],[-4.84,52.047],[-4.845,52.042],[-4.847,52.039],[-4.845,52.036],[-4.84,52.035],[-4.838,52.033],[-4.837,52.03],[-4.838,52.026],[-4.828,52.022],[-4.832,52.021],[-4.834,52.022],[-4.842,52.021],[-4.847,52.022],[-4.854,52.022],[-4.856,52.023],[-4.862,52.022],[-4.864,52.021],[-4.873,52.021],[-4.885,52.02],[-4.888,52.023],[-4.893,52.023],[-4.893,52.03],[-4.897,52.031],[-4.9,52.033],[-4.906,52.035],[-4.911,52.033],[-4.918,52.026],[-4.912,52.024],[-4.909,52.021],[-4.92,52.015],[-4.92,52.012],[-4.929,52.01],[-4.932,52.009],[-4.937,52.007],[-4.941,52.007],[-4.944,52.004],[-4.953,52.003],[-4.962,52],[-4.966,52.002],[-4.97,52.001],[-4.969,51.997],[-4.973,51.996],[-4.977,52],[-4.982,52.001],[-4.987,51.999],[-4.99,52.001],[-4.993,52.005],[-4.986,52.009],[-4.984,52.014],[-4.988,52.017],[-4.987,52.021],[-4.99,52.025],[-4.994,52.023],[-4.998,52.025],[-5.01,52.023],[-5.014,52.023],[-5.022,52.022],[-5.023,52.025],[-5.028,52.024],[-5.033,52.027],[-5.035,52.025],[-5.039,52.028],[-5.046,52.026],[-5.049,52.028],[-5.051,52.027],[-5.059,52.028],[-5.061,52.031],[-5.071,52.03],[-5.073,52.025],[-5.082,52.023],[-5.088,52.018],[-5.088,52.015],[-5.085,52.012],[-5.08,52.011],[-5.079,52.006],[-5.073,52.006],[-5.074,52.003],[-5.079,52.001],[-5.079,52],[-5.086,51.998],[-5.094,51.994],[-5.092,51.992],[-5.089,51.991],[-5.087,51.987],[-5.081,51.987],[-5.083,51.983],[-5.088,51.98],[-5.082,51.974],[-5.085,51.969],[-5.089,51.968],[-5.099,51.969],[-5.103,51.968],[-5.103,51.964],[-5.106,51.963],[-5.107,51.961],[-5.111,51.962],[-5.121,51.961],[-5.127,51.962],[-5.13,51.961],[-5.137,51.964],[-5.145,51.961],[-5.142,51.959],[-5.145,51.957],[-5.148,51.953],[-5.155,51.953],[-5.157,51.949],[-5.159,51.948],[-5.166,51.948],[-5.17,51.95],[-5.174,51.949],[-5.175,51.951],[-5.182,51.95],[-5.191,51.951],[-5.195,51.95],[-5.197,51.946],[-5.201,51.945],[-5.198,51.942],[-5.207,51.94],[-5.208,51.934],[-5.206,51.933],[-5.2,51.933],[-5.194,51.929],[-5.189,51.927],[-5.181,51.922],[-5.181,51.918],[-5.185,51.909],[-5.188,51.907],[-5.19,51.904],[-5.19,51.902],[-5.185,51.9],[-5.183,51.898],[-5.179,51.897],[-5.177,51.895],[-5.174,51.895],[-5.171,51.9],[-5.17,51.901],[-5.164,51.901],[-5.162,51.903],[-5.156,51.904],[-5.153,51.911],[-5.142,51.913],[-5.138,51.914],[-5.135,51.919],[-5.132,51.919],[-5.13,51.923],[-5.124,51.922],[-5.122,51.92],[-5.117,51.922],[-5.109,51.923],[-5.104,51.921],[-5.096,51.924],[-5.084,51.925],[-5.075,51.926],[-5.066,51.926],[-5.065,51.925],[-5.059,51.924],[-5.058,51.92],[-5.052,51.92],[-5.047,51.921],[-5.043,51.916],[-5.042,51.912],[-5.037,51.91],[-5.034,51.911],[-5.026,51.911],[-5.021,51.911],[-5.011,51.914],[-5.011,51.918],[-5.015,51.922],[-5.018,51.926],[-5.022,51.928],[-5.026,51.929],[-5.032,51.931],[-5.026,51.937],[-5.017,51.939],[-5.009,51.943],[-5.006,51.946],[-4.996,51.946],[-4.995,51.943],[-4.991,51.94],[-4.987,51.939],[-4.981,51.94],[-4.969,51.939],[-4.964,51.935],[-4.959,51.933],[-4.962,51.921],[-4.952,51.916],[-4.949,51.918],[-4.941,51.911],[-4.94,51.908],[-4.936,51.906],[-4.925,51.906],[-4.911,51.905],[-4.902,51.904],[-4.895,51.904],[-4.88,51.905],[-4.868,51.905],[-4.856,51.908],[-4.853,51.908],[-4.848,51.903],[-4.853,51.895],[-4.852,51.893],[-4.855,51.887],[-4.854,51.883],[-4.851,51.88],[-4.849,51.871],[-4.853,51.868],[-4.844,51.865],[-4.841,51.864],[-4.829,51.864],[-4.822,51.855],[-4.816,51.853],[-4.811,51.848],[-4.8,51.844],[-4.797,51.844],[-4.794,51.846],[-4.792,51.847],[-4.787,51.844],[-4.786,51.842],[-4.782,51.84],[-4.779,51.833],[-4.768,51.833],[-4.759,51.833],[-4.754,51.836],[-4.747,51.837],[-4.742,51.836],[-4.743,51.832],[-4.741,51.827],[-4.732,51.829],[-4.725,51.832],[-4.718,51.832],[-4.71,51.83],[-4.705,51.829],[-4.697,51.829],[-4.689,51.833],[-4.688,51.836],[-4.686,51.838],[-4.682,51.838],[-4.684,51.84],[-4.695,51.839],[-4.704,51.839],[-4.705,51.844],[-4.709,51.845],[-4.709,51.847],[-4.704,51.852],[-4.7,51.851],[-4.702,51.855],[-4.694,51.86],[-4.696,51.861],[-4.698,51.864],[-4.697,51.866],[-4.699,51.868],[-4.699,51.874],[-4.701,51.879],[-4.706,51.883],[-4.707,51.889],[-4.716,51.888],[-4.715,51.892],[-4.723,51.895],[-4.722,51.898],[-4.714,51.899],[-4.713,51.908],[-4.716,51.912],[-4.718,51.912],[-4.714,51.916],[-4.705,51.919],[-4.705,51.92],[-4.696,51.923],[-4.689,51.923],[-4.683,51.925],[-4.673,51.928],[-4.67,51.933],[-4.668,51.934],[-4.665,51.929],[-4.651,51.923],[-4.645,51.92],[-4.643,51.921],[-4.637,51.919],[-4.635,51.919],[-4.629,51.922],[-4.628,51.924],[-4.628,51.927],[-4.626,51.929],[-4.619,51.929],[-4.613,51.932],[-4.607,51.935],[-4.606,51.938],[-4.599,51.941],[-4.594,51.935],[-4.588,51.932],[-4.585,51.932],[-4.578,51.932],[-4.57,51.934],[-4.566,51.937],[-4.56,51.947],[-4.556,51.949],[-4.553,51.949],[-4.552,51.952],[-4.544,51.954],[-4.541,51.957],[-4.535,51.956],[-4.533,51.954],[-4.519,51.958],[-4.497,51.961],[-4.493,51.963],[-4.488,51.968],[-4.488,51.971],[-4.486,51.976],[-4.487,51.978],[-4.487,51.981],[-4.488,51.984],[-4.487,51.988],[-4.493,51.992],[-4.5,51.992],[-4.512,51.995],[-4.516,52],[-4.516,52.002],[-4.52,52.004],[-4.522,52.011],[-4.53,52.014],[-4.536,52.018],[-4.546,52.018],[-4.548,52.022],[-4.549,52.03],[-4.551,52.038],[-4.555,52.041],[-4.555,52.044],[-4.545,52.044],[-4.543,52.046],[-4.545,52.048],[-4.545,52.05],[-4.541,52.052],[-4.54,52.048],[-4.538,52.045],[-4.534,52.044],[-4.532,52.046],[-4.527,52.045],[-4.521,52.046],[-4.516,52.047],[-4.51,52.044],[-4.504,52.044],[-4.502,52.043],[-4.487,52.049],[-4.486,52.047],[-4.481,52.047],[-4.482,52.044],[-4.478,52.043],[-4.475,52.039],[-4.47,52.041],[-4.463,52.037],[-4.456,52.039],[-4.452,52.043],[-4.447,52.044],[-4.445,52.042],[-4.44,52.042],[-4.437,52.044],[-4.427,52.041],[-4.42,52.038],[-4.415,52.04],[-4.41,52.038],[-4.406,52.038],[-4.402,52.038],[-4.402,52.035],[-4.396,52.035],[-4.388,52.037],[-4.385,52.04],[-4.381,52.037],[-4.374,52.037],[-4.371,52.035],[-4.365,52.035],[-4.364,52.032],[-4.366,52.03],[-4.362,52.028],[-4.357,52.029],[-4.35,52.027],[-4.344,52.032],[-4.338,52.032],[-4.335,52.041],[-4.332,52.041],[-4.33,52.038],[-4.323,52.038],[-4.316,52.037],[-4.31,52.039],[-4.306,52.039],[-4.304,52.04],[-4.307,52.043],[-4.306,52.045],[-4.303,52.047],[-4.301,52.052],[-4.289,52.053],[-4.285,52.05],[-4.29,52.046],[-4.291,52.044],[-4.283,52.04],[-4.277,52.04],[-4.272,52.04],[-4.264,52.038],[-4.261,52.04],[-4.256,52.038],[-4.251,52.039],[-4.245,52.039],[-4.241,52.041],[-4.235,52.038],[-4.23,52.04],[-4.23,52.048],[-4.226,52.05],[-4.223,52.049],[-4.221,52.051],[-4.214,52.051],[-4.214,52.054],[-4.213,52.058],[-4.209,52.057],[-4.205,52.059],[-4.204,52.061],[-4.206,52.063],[-4.197,52.065],[-4.195,52.061],[-4.192,52.059],[-4.185,52.061],[-4.181,52.064],[-4.176,52.064],[-4.172,52.065],[-4.171,52.068],[-4.167,52.067],[-4.164,52.068],[-4.162,52.071],[-4.166,52.075],[-4.161,52.076],[-4.158,52.081],[-4.154,52.08],[-4.153,52.082],[-4.159,52.086],[-4.154,52.087],[-4.153,52.089],[-4.149,52.09],[-4.144,52.094],[-4.14,52.094],[-4.135,52.096],[-4.128,52.093],[-4.118,52.093],[-4.119,52.096],[-4.1,52.096],[-4.097,52.1],[-4.092,52.103],[-4.087,52.105],[-4.085,52.104],[-4.078,52.108],[-4.073,52.109],[-4.069,52.108],[-4.065,52.11],[-4.063,52.111],[-4.058,52.114],[-4.052,52.111],[-4.049,52.112],[-4.041,52.108],[-4.035,52.104],[-4.026,52.098],[-4.019,52.097],[-4.009,52.099],[-4.004,52.103],[-4,52.104],[-3.997,52.108],[-3.996,52.112],[-3.99,52.113],[-3.987,52.112],[-3.981,52.113],[-3.979,52.114],[-3.976,52.119],[-3.974,52.118],[-3.97,52.123],[-3.964,52.126],[-3.952,52.133],[-3.942,52.138],[-3.939,52.138],[-3.932,52.132],[-3.93,52.13],[-3.923,52.128],[-3.919,52.128],[-3.914,52.126],[-3.914,52.124],[-3.907,52.12],[-3.904,52.123],[-3.9,52.122],[-3.899,52.124],[-3.894,52.125],[-3.887,52.131],[-3.886,52.133],[-3.88,52.135],[-3.876,52.137],[-3.875,52.139],[-3.869,52.142],[-3.86,52.142],[-3.854,52.141],[-3.845,52.136],[-3.843,52.136],[-3.837,52.132],[-3.831,52.132],[-3.83,52.129],[-3.823,52.124],[-3.817,52.123],[-3.812,52.121],[-3.806,52.122],[-3.805,52.119],[-3.8,52.116],[-3.795,52.112],[-3.797,52.111],[-3.786,52.107],[-3.78,52.108],[-3.776,52.107],[-3.775,52.11],[-3.774,52.116],[-3.771,52.118],[-3.766,52.118],[-3.765,52.124],[-3.758,52.128],[-3.758,52.13],[-3.746,52.136],[-3.742,52.139],[-3.744,52.143],[-3.744,52.147],[-3.746,52.148],[-3.746,52.154],[-3.748,52.156],[-3.747,52.161],[-3.75,52.163],[-3.749,52.167],[-3.75,52.171],[-3.749,52.173],[-3.749,52.176],[-3.751,52.179],[-3.752,52.181],[-3.75,52.183],[-3.75,52.188],[-3.747,52.19],[-3.746,52.192],[-3.748,52.194],[-3.752,52.198],[-3.751,52.203],[-3.749,52.205],[-3.746,52.211],[-3.751,52.215],[-3.751,52.217],[-3.749,52.222],[-3.743,52.227],[-3.743,52.229],[-3.745,52.232],[-3.75,52.234],[-3.748,52.237],[-3.749,52.241],[-3.744,52.246],[-3.746,52.248],[-3.749,52.248],[-3.753,52.251],[-3.752,52.254],[-3.749,52.255],[-3.745,52.258],[-3.743,52.263],[-3.744,52.265],[-3.736,52.267],[-3.73,52.272],[-3.728,52.27],[-3.723,52.27],[-3.72,52.273],[-3.716,52.274],[-3.711,52.273],[-3.708,52.274],[-3.709,52.276],[-3.714,52.28],[-3.716,52.283],[-3.721,52.285],[-3.725,52.288],[-3.73,52.288],[-3.733,52.29],[-3.732,52.294],[-3.729,52.298],[-3.726,52.299],[-3.727,52.304],[-3.73,52.309],[-3.735,52.311],[-3.74,52.312],[-3.743,52.313],[-3.743,52.315],[-3.745,52.318],[-3.734,52.325],[-3.734,52.326],[-3.705,52.341],[-3.701,52.34],[-3.697,52.341],[-3.688,52.34],[-3.681,52.341],[-3.679,52.343],[-3.671,52.344],[-3.669,52.345],[-3.658,52.348],[-3.662,52.35],[-3.667,52.358],[-3.672,52.36],[-3.685,52.368]]]]},"properties":{"Name":"Ceredigion Preseli","ID":"W07000093"},"id":630}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.19,53.286],[-3.193,53.289],[-3.203,53.295],[-3.22,53.301],[-3.227,53.303],[-3.235,53.306],[-3.239,53.308],[-3.253,53.314],[-3.256,53.314],[-3.26,53.316],[-3.26,53.318],[-3.264,53.324],[-3.273,53.321],[-3.28,53.323],[-3.304,53.335],[-3.305,53.34],[-3.31,53.342],[-3.311,53.346],[-3.31,53.348],[-3.313,53.353],[-3.31,53.356],[-3.316,53.357],[-3.327,53.357],[-3.335,53.356],[-3.362,53.352],[-3.384,53.349],[-3.392,53.347],[-3.401,53.345],[-3.413,53.343],[-3.435,53.337],[-3.447,53.333],[-3.436,53.317],[-3.44,53.316],[-3.438,53.314],[-3.431,53.312],[-3.434,53.31],[-3.432,53.306],[-3.435,53.301],[-3.434,53.299],[-3.432,53.297],[-3.431,53.292],[-3.436,53.293],[-3.438,53.292],[-3.439,53.288],[-3.436,53.285],[-3.434,53.28],[-3.438,53.277],[-3.446,53.276],[-3.446,53.272],[-3.439,53.264],[-3.436,53.264],[-3.432,53.261],[-3.433,53.259],[-3.429,53.258],[-3.428,53.255],[-3.423,53.252],[-3.422,53.25],[-3.425,53.247],[-3.424,53.245],[-3.416,53.244],[-3.415,53.24],[-3.408,53.235],[-3.405,53.234],[-3.404,53.231],[-3.398,53.23],[-3.398,53.228],[-3.385,53.226],[-3.387,53.224],[-3.386,53.222],[-3.389,53.22],[-3.381,53.219],[-3.378,53.212],[-3.375,53.206],[-3.372,53.205],[-3.364,53.2],[-3.361,53.194],[-3.357,53.189],[-3.356,53.187],[-3.359,53.183],[-3.362,53.182],[-3.362,53.179],[-3.364,53.174],[-3.367,53.171],[-3.367,53.168],[-3.362,53.168],[-3.356,53.165],[-3.355,53.159],[-3.358,53.147],[-3.365,53.145],[-3.367,53.14],[-3.373,53.138],[-3.374,53.134],[-3.382,53.132],[-3.383,53.129],[-3.391,53.124],[-3.392,53.122],[-3.384,53.115],[-3.381,53.119],[-3.376,53.12],[-3.368,53.118],[-3.366,53.118],[-3.36,53.116],[-3.354,53.121],[-3.349,53.123],[-3.347,53.12],[-3.347,53.116],[-3.345,53.114],[-3.34,53.114],[-3.338,53.11],[-3.338,53.107],[-3.334,53.106],[-3.336,53.104],[-3.331,53.102],[-3.323,53.102],[-3.317,53.1],[-3.317,53.102],[-3.315,53.105],[-3.311,53.101],[-3.31,53.096],[-3.312,53.093],[-3.31,53.091],[-3.306,53.093],[-3.303,53.091],[-3.305,53.087],[-3.309,53.086],[-3.311,53.084],[-3.309,53.081],[-3.311,53.078],[-3.31,53.073],[-3.314,53.071],[-3.322,53.071],[-3.327,53.065],[-3.335,53.065],[-3.337,53.061],[-3.34,53.061],[-3.34,53.056],[-3.336,53.054],[-3.34,53.052],[-3.341,53.051],[-3.346,53.05],[-3.348,53.049],[-3.353,53.047],[-3.361,53.044],[-3.366,53.043],[-3.378,53.042],[-3.381,53.04],[-3.387,53.04],[-3.393,53.039],[-3.397,53.037],[-3.403,53.037],[-3.403,53.035],[-3.408,53.034],[-3.403,53.027],[-3.405,53.021],[-3.408,53.02],[-3.41,53.016],[-3.42,53.009],[-3.425,53.005],[-3.425,53.003],[-3.419,53.003],[-3.416,52.999],[-3.409,52.999],[-3.407,53.001],[-3.399,53.003],[-3.393,53.001],[-3.385,52.999],[-3.384,52.996],[-3.378,52.995],[-3.37,52.999],[-3.365,53.002],[-3.359,53.003],[-3.354,53],[-3.347,53.002],[-3.343,53.004],[-3.341,53.009],[-3.337,53.011],[-3.335,53.009],[-3.337,53.005],[-3.335,53.002],[-3.33,53.002],[-3.324,53.001],[-3.32,53.003],[-3.31,53.006],[-3.302,53.008],[-3.294,52.999],[-3.289,52.995],[-3.286,52.996],[-3.276,53],[-3.271,53],[-3.254,53.003],[-3.246,52.995],[-3.244,52.993],[-3.242,52.988],[-3.238,52.985],[-3.228,52.983],[-3.221,52.98],[-3.219,52.972],[-3.215,52.971],[-3.227,52.967],[-3.233,52.964],[-3.237,52.963],[-3.245,52.959],[-3.243,52.955],[-3.237,52.951],[-3.234,52.95],[-3.229,52.95],[-3.222,52.949],[-3.198,52.944],[-3.188,52.946],[-3.172,52.949],[-3.162,52.948],[-3.154,52.95],[-3.145,52.951],[-3.137,52.954],[-3.126,52.954],[-3.118,52.955],[-3.108,52.956],[-3.102,52.955],[-3.094,52.956],[-3.091,52.957],[-3.085,52.959],[-3.08,52.962],[-3.078,52.964],[-3.084,52.969],[-3.08,52.972],[-3.08,52.974],[-3.083,52.977],[-3.087,52.98],[-3.093,52.981],[-3.102,52.985],[-3.108,52.986],[-3.112,52.988],[-3.117,52.987],[-3.127,52.987],[-3.132,52.988],[-3.139,52.993],[-3.143,52.994],[-3.149,52.999],[-3.146,53.001],[-3.145,53.005],[-3.147,53.009],[-3.134,53.019],[-3.131,53.024],[-3.133,53.031],[-3.141,53.041],[-3.148,53.044],[-3.137,53.052],[-3.129,53.061],[-3.13,53.065],[-3.127,53.069],[-3.13,53.072],[-3.137,53.073],[-3.141,53.076],[-3.14,53.08],[-3.143,53.085],[-3.146,53.085],[-3.148,53.088],[-3.148,53.091],[-3.152,53.094],[-3.148,53.099],[-3.146,53.104],[-3.154,53.105],[-3.163,53.106],[-3.17,53.108],[-3.172,53.111],[-3.16,53.112],[-3.154,53.113],[-3.151,53.116],[-3.147,53.115],[-3.145,53.118],[-3.142,53.119],[-3.134,53.126],[-3.13,53.127],[-3.134,53.129],[-3.128,53.129],[-3.125,53.131],[-3.116,53.133],[-3.113,53.132],[-3.108,53.13],[-3.103,53.13],[-3.098,53.127],[-3.092,53.126],[-3.086,53.128],[-3.08,53.135],[-3.074,53.134],[-3.067,53.134],[-3.064,53.132],[-3.058,53.131],[-3.059,53.136],[-3.062,53.138],[-3.06,53.14],[-3.059,53.144],[-3.055,53.145],[-3.059,53.148],[-3.069,53.15],[-3.075,53.151],[-3.085,53.153],[-3.089,53.155],[-3.088,53.156],[-3.093,53.161],[-3.096,53.162],[-3.102,53.167],[-3.103,53.17],[-3.097,53.172],[-3.099,53.176],[-3.094,53.176],[-3.096,53.18],[-3.102,53.181],[-3.098,53.186],[-3.091,53.192],[-3.091,53.194],[-3.083,53.197],[-3.081,53.201],[-3.082,53.203],[-3.086,53.203],[-3.089,53.205],[-3.093,53.21],[-3.097,53.211],[-3.101,53.213],[-3.102,53.217],[-3.114,53.213],[-3.118,53.217],[-3.123,53.222],[-3.13,53.219],[-3.133,53.217],[-3.14,53.217],[-3.144,53.219],[-3.151,53.22],[-3.153,53.223],[-3.15,53.225],[-3.148,53.229],[-3.148,53.231],[-3.153,53.231],[-3.156,53.232],[-3.16,53.232],[-3.164,53.234],[-3.169,53.239],[-3.176,53.24],[-3.177,53.244],[-3.174,53.246],[-3.186,53.255],[-3.191,53.257],[-3.194,53.254],[-3.199,53.256],[-3.203,53.258],[-3.202,53.26],[-3.209,53.264],[-3.211,53.267],[-3.212,53.271],[-3.203,53.273],[-3.196,53.277],[-3.2,53.279],[-3.19,53.286]]]},"properties":{"Name":"Clwyd East","ID":"W07000094"},"id":631}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.362,53.182],[-3.359,53.183],[-3.356,53.187],[-3.357,53.189],[-3.361,53.194],[-3.364,53.2],[-3.372,53.205],[-3.375,53.206],[-3.378,53.212],[-3.381,53.219],[-3.389,53.22],[-3.386,53.222],[-3.387,53.224],[-3.385,53.226],[-3.398,53.228],[-3.398,53.23],[-3.404,53.231],[-3.405,53.234],[-3.408,53.235],[-3.415,53.24],[-3.416,53.244],[-3.424,53.245],[-3.425,53.247],[-3.422,53.25],[-3.423,53.252],[-3.428,53.255],[-3.429,53.258],[-3.433,53.259],[-3.432,53.261],[-3.436,53.264],[-3.439,53.264],[-3.446,53.272],[-3.446,53.276],[-3.438,53.277],[-3.434,53.28],[-3.436,53.285],[-3.439,53.288],[-3.438,53.292],[-3.436,53.293],[-3.431,53.292],[-3.432,53.297],[-3.434,53.299],[-3.435,53.301],[-3.432,53.306],[-3.434,53.31],[-3.431,53.312],[-3.438,53.314],[-3.44,53.316],[-3.436,53.317],[-3.447,53.333],[-3.456,53.331],[-3.469,53.329],[-3.472,53.33],[-3.481,53.328],[-3.488,53.326],[-3.492,53.324],[-3.509,53.313],[-3.505,53.31],[-3.5,53.308],[-3.495,53.303],[-3.497,53.302],[-3.5,53.305],[-3.507,53.309],[-3.511,53.313],[-3.508,53.317],[-3.513,53.317],[-3.519,53.315],[-3.531,53.31],[-3.538,53.309],[-3.558,53.302],[-3.578,53.297],[-3.601,53.292],[-3.616,53.29],[-3.622,53.291],[-3.634,53.295],[-3.655,53.292],[-3.672,53.293],[-3.68,53.295],[-3.686,53.294],[-3.694,53.293],[-3.708,53.294],[-3.715,53.295],[-3.726,53.298],[-3.732,53.3],[-3.737,53.304],[-3.739,53.306],[-3.739,53.31],[-3.737,53.311],[-3.739,53.314],[-3.744,53.316],[-3.749,53.316],[-3.757,53.317],[-3.756,53.314],[-3.762,53.311],[-3.767,53.309],[-3.767,53.306],[-3.765,53.301],[-3.764,53.297],[-3.768,53.292],[-3.776,53.286],[-3.767,53.28],[-3.757,53.278],[-3.754,53.276],[-3.754,53.273],[-3.749,53.269],[-3.74,53.269],[-3.737,53.275],[-3.734,53.274],[-3.73,53.275],[-3.727,53.275],[-3.723,53.272],[-3.719,53.271],[-3.714,53.273],[-3.704,53.275],[-3.702,53.274],[-3.696,53.275],[-3.692,53.277],[-3.684,53.278],[-3.675,53.277],[-3.667,53.273],[-3.663,53.273],[-3.654,53.271],[-3.644,53.269],[-3.636,53.271],[-3.636,53.272],[-3.63,53.273],[-3.627,53.271],[-3.624,53.273],[-3.618,53.274],[-3.602,53.27],[-3.593,53.272],[-3.588,53.271],[-3.579,53.271],[-3.574,53.27],[-3.573,53.268],[-3.568,53.268],[-3.554,53.269],[-3.552,53.266],[-3.558,53.263],[-3.558,53.257],[-3.559,53.255],[-3.55,53.255],[-3.545,53.255],[-3.535,53.254],[-3.529,53.253],[-3.533,53.249],[-3.528,53.245],[-3.526,53.24],[-3.521,53.24],[-3.515,53.239],[-3.51,53.242],[-3.504,53.239],[-3.504,53.238],[-3.499,53.237],[-3.492,53.233],[-3.483,53.23],[-3.484,53.228],[-3.466,53.221],[-3.466,53.213],[-3.47,53.205],[-3.469,53.197],[-3.472,53.192],[-3.47,53.191],[-3.473,53.186],[-3.472,53.183],[-3.472,53.173],[-3.471,53.17],[-3.464,53.168],[-3.46,53.164],[-3.457,53.165],[-3.449,53.162],[-3.436,53.161],[-3.436,53.16],[-3.43,53.158],[-3.422,53.162],[-3.42,53.167],[-3.415,53.167],[-3.412,53.165],[-3.406,53.164],[-3.403,53.167],[-3.399,53.166],[-3.395,53.172],[-3.391,53.174],[-3.38,53.176],[-3.373,53.175],[-3.367,53.178],[-3.364,53.182],[-3.362,53.182]]]},"properties":{"Name":"Clwyd North","ID":"W07000095"},"id":632}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.793,52.768],[-4.796,52.766],[-4.795,52.761],[-4.796,52.76],[-4.795,52.756],[-4.798,52.756],[-4.798,52.753],[-4.802,52.751],[-4.801,52.748],[-4.796,52.749],[-4.795,52.751],[-4.797,52.753],[-4.795,52.754],[-4.79,52.754],[-4.786,52.753],[-4.78,52.759],[-4.781,52.763],[-4.78,52.766],[-4.784,52.768],[-4.791,52.768],[-4.793,52.768]]],[[[-3.425,53.003],[-3.438,52.998],[-3.441,52.998],[-3.452,52.993],[-3.455,52.998],[-3.458,52.995],[-3.457,52.992],[-3.455,52.988],[-3.458,52.987],[-3.46,52.985],[-3.472,52.978],[-3.473,52.977],[-3.481,52.972],[-3.483,52.97],[-3.491,52.971],[-3.501,52.968],[-3.503,52.966],[-3.508,52.966],[-3.508,52.969],[-3.515,52.969],[-3.523,52.971],[-3.528,52.971],[-3.534,52.974],[-3.543,52.97],[-3.544,52.968],[-3.552,52.969],[-3.559,52.968],[-3.567,52.97],[-3.57,52.97],[-3.573,52.968],[-3.583,52.968],[-3.591,52.971],[-3.592,52.973],[-3.597,52.979],[-3.6,52.986],[-3.6,52.989],[-3.602,52.994],[-3.607,52.997],[-3.609,52.999],[-3.605,53.001],[-3.603,53.003],[-3.6,53.011],[-3.606,53.012],[-3.62,53.01],[-3.629,53.007],[-3.636,53.007],[-3.643,53.005],[-3.649,53],[-3.66,52.997],[-3.665,52.996],[-3.673,52.997],[-3.678,52.994],[-3.683,52.987],[-3.695,52.987],[-3.703,52.987],[-3.719,52.984],[-3.735,52.98],[-3.744,52.977],[-3.75,52.974],[-3.757,52.969],[-3.763,52.963],[-3.767,52.96],[-3.775,52.958],[-3.784,52.957],[-3.791,52.955],[-3.798,52.955],[-3.802,52.952],[-3.813,52.949],[-3.82,52.95],[-3.829,52.954],[-3.833,52.958],[-3.834,52.962],[-3.841,52.962],[-3.842,52.967],[-3.85,52.974],[-3.849,52.977],[-3.877,52.988],[-3.883,52.991],[-3.883,52.992],[-3.893,52.995],[-3.896,52.997],[-3.892,53.001],[-3.893,53.006],[-3.889,53.01],[-3.898,53.015],[-3.899,53.021],[-3.906,53.021],[-3.915,53.023],[-3.917,53.02],[-3.924,53.02],[-3.931,53.017],[-3.941,53.018],[-3.945,53.016],[-3.951,53.015],[-3.956,53.013],[-3.963,53.011],[-3.985,53.011],[-3.987,53.013],[-3.992,53.014],[-3.993,53.017],[-3.994,53.021],[-3.99,53.027],[-3.992,53.028],[-3.997,53.038],[-3.993,53.042],[-3.993,53.05],[-3.99,53.054],[-3.981,53.059],[-3.978,53.061],[-3.977,53.065],[-3.977,53.069],[-3.981,53.071],[-3.982,53.073],[-3.987,53.076],[-3.991,53.076],[-3.991,53.079],[-3.987,53.084],[-3.996,53.083],[-3.998,53.085],[-4.003,53.085],[-4.009,53.089],[-4.014,53.091],[-4.012,53.096],[-4.014,53.101],[-4.016,53.104],[-4.023,53.102],[-4.029,53.102],[-4.031,53.1],[-4.039,53.102],[-4.042,53.105],[-4.048,53.117],[-4.053,53.121],[-4.052,53.128],[-4.051,53.13],[-4.055,53.131],[-4.056,53.134],[-4.06,53.137],[-4.059,53.139],[-4.064,53.144],[-4.071,53.142],[-4.079,53.145],[-4.084,53.149],[-4.089,53.146],[-4.098,53.151],[-4.101,53.155],[-4.106,53.157],[-4.109,53.161],[-4.11,53.165],[-4.108,53.168],[-4.11,53.173],[-4.117,53.177],[-4.123,53.175],[-4.129,53.173],[-4.136,53.176],[-4.139,53.179],[-4.146,53.179],[-4.15,53.183],[-4.156,53.186],[-4.167,53.188],[-4.169,53.191],[-4.186,53.19],[-4.192,53.192],[-4.203,53.191],[-4.205,53.192],[-4.21,53.189],[-4.208,53.187],[-4.214,53.182],[-4.219,53.181],[-4.221,53.178],[-4.23,53.175],[-4.234,53.174],[-4.244,53.17],[-4.245,53.168],[-4.258,53.161],[-4.262,53.155],[-4.267,53.151],[-4.27,53.146],[-4.272,53.146],[-4.277,53.142],[-4.279,53.139],[-4.285,53.139],[-4.294,53.136],[-4.301,53.132],[-4.307,53.13],[-4.312,53.127],[-4.313,53.124],[-4.312,53.12],[-4.313,53.118],[-4.311,53.115],[-4.311,53.111],[-4.312,53.107],[-4.312,53.105],[-4.314,53.102],[-4.32,53.098],[-4.322,53.101],[-4.325,53.103],[-4.325,53.108],[-4.332,53.114],[-4.329,53.12],[-4.329,53.123],[-4.336,53.123],[-4.338,53.122],[-4.342,53.118],[-4.347,53.114],[-4.348,53.111],[-4.347,53.105],[-4.343,53.097],[-4.338,53.088],[-4.336,53.084],[-4.337,53.078],[-4.338,53.074],[-4.338,53.065],[-4.339,53.062],[-4.339,53.054],[-4.341,53.052],[-4.343,53.047],[-4.349,53.045],[-4.349,53.042],[-4.351,53.037],[-4.353,53.033],[-4.359,53.031],[-4.362,53.031],[-4.365,53.027],[-4.369,53.026],[-4.373,53.022],[-4.381,53.018],[-4.384,53.015],[-4.39,53.014],[-4.396,53.008],[-4.402,53.005],[-4.407,52.999],[-4.413,52.997],[-4.423,53],[-4.429,53],[-4.436,52.999],[-4.44,52.996],[-4.444,52.99],[-4.459,52.983],[-4.463,52.976],[-4.468,52.97],[-4.472,52.967],[-4.474,52.966],[-4.478,52.967],[-4.482,52.966],[-4.486,52.961],[-4.491,52.956],[-4.5,52.95],[-4.505,52.95],[-4.507,52.948],[-4.52,52.94],[-4.529,52.937],[-4.533,52.937],[-4.54,52.939],[-4.545,52.938],[-4.555,52.937],[-4.562,52.938],[-4.565,52.939],[-4.568,52.944],[-4.564,52.946],[-4.564,52.948],[-4.57,52.945],[-4.571,52.939],[-4.578,52.938],[-4.582,52.935],[-4.591,52.928],[-4.598,52.926],[-4.608,52.926],[-4.611,52.924],[-4.614,52.924],[-4.618,52.922],[-4.623,52.917],[-4.622,52.915],[-4.627,52.91],[-4.634,52.905],[-4.637,52.906],[-4.649,52.904],[-4.656,52.899],[-4.659,52.895],[-4.667,52.888],[-4.665,52.887],[-4.665,52.884],[-4.668,52.879],[-4.674,52.876],[-4.679,52.875],[-4.687,52.876],[-4.69,52.874],[-4.693,52.868],[-4.691,52.864],[-4.696,52.86],[-4.702,52.859],[-4.705,52.86],[-4.709,52.859],[-4.714,52.855],[-4.721,52.856],[-4.726,52.854],[-4.723,52.851],[-4.726,52.847],[-4.725,52.844],[-4.722,52.842],[-4.724,52.84],[-4.722,52.838],[-4.724,52.835],[-4.731,52.832],[-4.733,52.832],[-4.735,52.829],[-4.738,52.828],[-4.737,52.825],[-4.741,52.822],[-4.752,52.816],[-4.751,52.81],[-4.753,52.808],[-4.751,52.807],[-4.755,52.804],[-4.757,52.802],[-4.762,52.802],[-4.763,52.799],[-4.768,52.798],[-4.767,52.795],[-4.764,52.794],[-4.763,52.792],[-4.756,52.788],[-4.749,52.787],[-4.744,52.784],[-4.737,52.784],[-4.732,52.782],[-4.726,52.79],[-4.723,52.8],[-4.721,52.803],[-4.716,52.804],[-4.706,52.803],[-4.693,52.8],[-4.691,52.798],[-4.692,52.795],[-4.689,52.794],[-4.679,52.801],[-4.674,52.801],[-4.671,52.803],[-4.666,52.805],[-4.661,52.806],[-4.656,52.805],[-4.651,52.803],[-4.65,52.799],[-4.644,52.8],[-4.639,52.803],[-4.638,52.804],[-4.633,52.805],[-4.63,52.807],[-4.625,52.81],[-4.617,52.819],[-4.615,52.822],[-4.611,52.824],[-4.603,52.825],[-4.594,52.824],[-4.581,52.821],[-4.572,52.818],[-4.556,52.811],[-4.536,52.8],[-4.537,52.798],[-4.542,52.794],[-4.542,52.791],[-4.543,52.787],[-4.538,52.784],[-4.536,52.782],[-4.533,52.781],[-4.531,52.778],[-4.528,52.778],[-4.523,52.781],[-4.519,52.782],[-4.52,52.786],[-4.515,52.793],[-4.506,52.795],[-4.497,52.795],[-4.492,52.791],[-4.489,52.794],[-4.487,52.795],[-4.486,52.801],[-4.483,52.804],[-4.486,52.809],[-4.488,52.81],[-4.497,52.81],[-4.5,52.813],[-4.501,52.815],[-4.501,52.82],[-4.497,52.826],[-4.503,52.826],[-4.502,52.831],[-4.495,52.838],[-4.491,52.841],[-4.482,52.844],[-4.474,52.846],[-4.47,52.848],[-4.47,52.85],[-4.479,52.853],[-4.477,52.858],[-4.473,52.86],[-4.464,52.864],[-4.466,52.867],[-4.46,52.87],[-4.442,52.876],[-4.428,52.879],[-4.41,52.881],[-4.399,52.881],[-4.4,52.883],[-4.411,52.883],[-4.415,52.885],[-4.417,52.887],[-4.41,52.89],[-4.407,52.891],[-4.405,52.885],[-4.403,52.887],[-4.402,52.89],[-4.394,52.895],[-4.389,52.896],[-4.375,52.896],[-4.348,52.895],[-4.327,52.892],[-4.328,52.897],[-4.325,52.9],[-4.325,52.905],[-4.317,52.909],[-4.3,52.911],[-4.29,52.911],[-4.281,52.911],[-4.267,52.91],[-4.258,52.912],[-4.254,52.914],[-4.235,52.915],[-4.232,52.915],[-4.23,52.919],[-4.219,52.919],[-4.2,52.914],[-4.195,52.915],[-4.178,52.908],[-4.167,52.906],[-4.152,52.906],[-4.152,52.908],[-4.15,52.91],[-4.139,52.912],[-4.135,52.914],[-4.136,52.916],[-4.132,52.917],[-4.13,52.924],[-4.125,52.924],[-4.111,52.92],[-4.108,52.918],[-4.109,52.915],[-4.112,52.912],[-4.103,52.909],[-4.1,52.91],[-4.098,52.913],[-4.091,52.915],[-4.087,52.919],[-4.078,52.922],[-4.073,52.923],[-4.066,52.923],[-4.061,52.922],[-4.053,52.927],[-4.05,52.927],[-4.046,52.928],[-4.04,52.936],[-4.037,52.937],[-4.032,52.937],[-4.041,52.934],[-4.044,52.927],[-4.052,52.925],[-4.056,52.924],[-4.057,52.921],[-4.063,52.918],[-4.074,52.915],[-4.079,52.91],[-4.084,52.904],[-4.087,52.902],[-4.091,52.902],[-4.104,52.899],[-4.11,52.898],[-4.116,52.895],[-4.121,52.896],[-4.133,52.897],[-4.133,52.901],[-4.141,52.9],[-4.148,52.896],[-4.15,52.892],[-4.148,52.887],[-4.144,52.88],[-4.138,52.874],[-4.125,52.86],[-4.121,52.854],[-4.119,52.848],[-4.119,52.845],[-4.125,52.84],[-4.127,52.835],[-4.126,52.83],[-4.119,52.83],[-4.12,52.826],[-4.133,52.819],[-4.137,52.82],[-4.139,52.823],[-4.142,52.821],[-4.147,52.819],[-4.152,52.815],[-4.152,52.813],[-4.15,52.808],[-4.144,52.801],[-4.133,52.791],[-4.13,52.788],[-4.114,52.776],[-4.112,52.773],[-4.102,52.766],[-4.081,52.748],[-4.076,52.74],[-4.071,52.735],[-4.067,52.728],[-4.06,52.72],[-4.055,52.72],[-4.045,52.719],[-4.041,52.722],[-4.035,52.722],[-4.031,52.725],[-4.031,52.727],[-4.028,52.732],[-4.022,52.735],[-4.013,52.735],[-4.004,52.737],[-3.999,52.739],[-3.996,52.741],[-3.992,52.739],[-3.987,52.74],[-3.983,52.742],[-3.977,52.743],[-3.97,52.748],[-3.966,52.75],[-3.961,52.751],[-3.958,52.75],[-3.95,52.753],[-3.935,52.749],[-3.945,52.75],[-3.949,52.751],[-3.962,52.745],[-3.971,52.74],[-3.977,52.738],[-3.982,52.738],[-3.989,52.736],[-3.992,52.731],[-4,52.724],[-4.002,52.722],[-4.007,52.721],[-4.012,52.716],[-4.015,52.718],[-4.015,52.721],[-4.021,52.718],[-4.025,52.715],[-4.029,52.715],[-4.036,52.714],[-4.032,52.709],[-4.041,52.706],[-4.051,52.704],[-4.052,52.706],[-4.057,52.706],[-4.053,52.709],[-4.054,52.71],[-4.048,52.715],[-4.05,52.715],[-4.059,52.708],[-4.058,52.704],[-4.056,52.693],[-4.057,52.687],[-4.062,52.686],[-4.066,52.683],[-4.07,52.681],[-4.078,52.676],[-4.083,52.672],[-4.095,52.669],[-4.097,52.664],[-4.1,52.662],[-4.101,52.659],[-4.106,52.656],[-4.107,52.653],[-4.111,52.647],[-4.114,52.644],[-4.117,52.64],[-4.117,52.635],[-4.123,52.628],[-4.124,52.623],[-4.129,52.613],[-4.126,52.609],[-4.116,52.605],[-4.111,52.605],[-4.102,52.607],[-4.098,52.607],[-4.092,52.606],[-4.091,52.601],[-4.098,52.601],[-4.104,52.599],[-4.106,52.6],[-4.113,52.604],[-4.117,52.604],[-4.124,52.608],[-4.127,52.607],[-4.118,52.602],[-4.11,52.595],[-4.105,52.589],[-4.098,52.58],[-4.089,52.569],[-4.081,52.559],[-4.074,52.547],[-4.07,52.543],[-4.067,52.542],[-4.06,52.541],[-4.048,52.543],[-4.036,52.545],[-4.033,52.545],[-4.027,52.547],[-4.02,52.548],[-4.014,52.547],[-3.996,52.553],[-3.993,52.552],[-3.986,52.555],[-3.977,52.556],[-3.971,52.555],[-3.96,52.561],[-3.953,52.559],[-3.943,52.56],[-3.938,52.559],[-3.936,52.555],[-3.934,52.554],[-3.929,52.555],[-3.928,52.558],[-3.928,52.563],[-3.931,52.566],[-3.928,52.572],[-3.924,52.571],[-3.919,52.573],[-3.914,52.575],[-3.915,52.579],[-3.909,52.577],[-3.906,52.578],[-3.902,52.579],[-3.897,52.578],[-3.892,52.577],[-3.884,52.58],[-3.882,52.583],[-3.877,52.583],[-3.875,52.587],[-3.873,52.59],[-3.875,52.593],[-3.868,52.591],[-3.865,52.593],[-3.861,52.599],[-3.858,52.6],[-3.849,52.601],[-3.842,52.6],[-3.842,52.602],[-3.844,52.605],[-3.849,52.607],[-3.845,52.611],[-3.847,52.617],[-3.85,52.619],[-3.849,52.621],[-3.844,52.623],[-3.846,52.625],[-3.846,52.629],[-3.841,52.631],[-3.838,52.631],[-3.835,52.633],[-3.834,52.636],[-3.842,52.638],[-3.844,52.641],[-3.843,52.645],[-3.841,52.648],[-3.841,52.651],[-3.837,52.656],[-3.83,52.66],[-3.829,52.662],[-3.822,52.667],[-3.818,52.671],[-3.818,52.673],[-3.814,52.674],[-3.808,52.675],[-3.808,52.678],[-3.804,52.678],[-3.795,52.673],[-3.788,52.671],[-3.775,52.672],[-3.77,52.671],[-3.765,52.673],[-3.76,52.67],[-3.757,52.67],[-3.753,52.675],[-3.744,52.681],[-3.737,52.678],[-3.729,52.678],[-3.724,52.677],[-3.717,52.679],[-3.713,52.676],[-3.713,52.672],[-3.709,52.671],[-3.706,52.673],[-3.707,52.676],[-3.702,52.677],[-3.701,52.679],[-3.704,52.683],[-3.7,52.684],[-3.697,52.688],[-3.693,52.687],[-3.688,52.691],[-3.684,52.694],[-3.678,52.693],[-3.676,52.694],[-3.669,52.692],[-3.659,52.691],[-3.655,52.692],[-3.65,52.694],[-3.648,52.695],[-3.643,52.696],[-3.634,52.696],[-3.627,52.697],[-3.62,52.697],[-3.614,52.702],[-3.608,52.704],[-3.603,52.705],[-3.605,52.709],[-3.602,52.713],[-3.601,52.716],[-3.602,52.719],[-3.601,52.721],[-3.599,52.726],[-3.593,52.731],[-3.592,52.735],[-3.584,52.737],[-3.584,52.74],[-3.589,52.739],[-3.591,52.742],[-3.591,52.744],[-3.588,52.747],[-3.593,52.751],[-3.593,52.753],[-3.595,52.757],[-3.592,52.76],[-3.594,52.762],[-3.59,52.766],[-3.593,52.77],[-3.596,52.777],[-3.599,52.779],[-3.597,52.783],[-3.606,52.787],[-3.607,52.791],[-3.609,52.794],[-3.608,52.797],[-3.597,52.805],[-3.598,52.809],[-3.596,52.811],[-3.597,52.814],[-3.592,52.818],[-3.59,52.824],[-3.586,52.828],[-3.58,52.826],[-3.573,52.823],[-3.568,52.823],[-3.565,52.826],[-3.567,52.83],[-3.551,52.834],[-3.534,52.838],[-3.522,52.837],[-3.518,52.837],[-3.505,52.842],[-3.497,52.849],[-3.487,52.86],[-3.483,52.865],[-3.473,52.863],[-3.469,52.862],[-3.465,52.863],[-3.426,52.867],[-3.389,52.876],[-3.38,52.884],[-3.375,52.892],[-3.376,52.895],[-3.373,52.901],[-3.363,52.904],[-3.359,52.905],[-3.356,52.91],[-3.354,52.914],[-3.349,52.916],[-3.354,52.921],[-3.352,52.922],[-3.34,52.925],[-3.338,52.927],[-3.333,52.928],[-3.327,52.932],[-3.324,52.932],[-3.32,52.939],[-3.314,52.947],[-3.309,52.946],[-3.297,52.943],[-3.291,52.944],[-3.276,52.944],[-3.251,52.946],[-3.243,52.947],[-3.237,52.949],[-3.237,52.951],[-3.243,52.955],[-3.245,52.959],[-3.237,52.963],[-3.233,52.964],[-3.227,52.967],[-3.215,52.971],[-3.219,52.972],[-3.221,52.98],[-3.228,52.983],[-3.238,52.985],[-3.242,52.988],[-3.244,52.993],[-3.246,52.995],[-3.254,53.003],[-3.271,53],[-3.276,53],[-3.286,52.996],[-3.289,52.995],[-3.294,52.999],[-3.302,53.008],[-3.31,53.006],[-3.32,53.003],[-3.324,53.001],[-3.33,53.002],[-3.335,53.002],[-3.337,53.005],[-3.335,53.009],[-3.337,53.011],[-3.341,53.009],[-3.343,53.004],[-3.347,53.002],[-3.354,53],[-3.359,53.003],[-3.365,53.002],[-3.37,52.999],[-3.378,52.995],[-3.384,52.996],[-3.385,52.999],[-3.393,53.001],[-3.399,53.003],[-3.407,53.001],[-3.409,52.999],[-3.416,52.999],[-3.419,53.003],[-3.425,53.003]]]]},"properties":{"Name":"Dwyfor Meirionnydd","ID":"W07000096"},"id":633}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.05,51.712],[-4.047,51.71],[-4.046,51.71],[-4.043,51.708],[-4.047,51.707],[-4.05,51.708],[-4.051,51.709],[-4.052,51.704],[-4.051,51.702],[-4.052,51.699],[-4.058,51.699],[-4.06,51.698],[-4.062,51.693],[-4.064,51.691],[-4.066,51.688],[-4.069,51.684],[-4.073,51.685],[-4.077,51.682],[-4.075,51.677],[-4.071,51.675],[-4.068,51.669],[-4.071,51.667],[-4.079,51.663],[-4.081,51.661],[-4.076,51.657],[-4.081,51.657],[-4.084,51.655],[-4.09,51.656],[-4.102,51.654],[-4.113,51.65],[-4.116,51.646],[-4.117,51.643],[-4.121,51.642],[-4.126,51.642],[-4.131,51.641],[-4.134,51.642],[-4.14,51.639],[-4.137,51.636],[-4.143,51.634],[-4.153,51.636],[-4.158,51.634],[-4.162,51.632],[-4.163,51.629],[-4.168,51.627],[-4.169,51.624],[-4.175,51.625],[-4.179,51.626],[-4.186,51.625],[-4.189,51.628],[-4.19,51.63],[-4.197,51.635],[-4.204,51.639],[-4.211,51.641],[-4.215,51.641],[-4.221,51.64],[-4.218,51.637],[-4.218,51.633],[-4.216,51.63],[-4.225,51.629],[-4.234,51.631],[-4.238,51.631],[-4.242,51.63],[-4.242,51.632],[-4.238,51.635],[-4.233,51.641],[-4.234,51.644],[-4.238,51.644],[-4.238,51.647],[-4.245,51.648],[-4.247,51.645],[-4.249,51.639],[-4.255,51.631],[-4.259,51.629],[-4.267,51.628],[-4.272,51.625],[-4.278,51.617],[-4.283,51.614],[-4.286,51.614],[-4.295,51.615],[-4.303,51.613],[-4.309,51.61],[-4.306,51.608],[-4.3,51.601],[-4.296,51.596],[-4.291,51.585],[-4.29,51.581],[-4.289,51.576],[-4.291,51.57],[-4.298,51.569],[-4.305,51.565],[-4.306,51.562],[-4.301,51.562],[-4.299,51.56],[-4.291,51.563],[-4.286,51.561],[-4.282,51.562],[-4.271,51.555],[-4.266,51.555],[-4.263,51.553],[-4.26,51.553],[-4.258,51.55],[-4.256,51.55],[-4.248,51.547],[-4.245,51.547],[-4.243,51.545],[-4.236,51.542],[-4.224,51.54],[-4.215,51.541],[-4.213,51.537],[-4.21,51.537],[-4.209,51.543],[-4.206,51.546],[-4.202,51.547],[-4.195,51.548],[-4.191,51.547],[-4.183,51.548],[-4.18,51.547],[-4.174,51.547],[-4.165,51.544],[-4.162,51.545],[-4.157,51.542],[-4.153,51.541],[-4.148,51.543],[-4.146,51.545],[-4.147,51.548],[-4.161,51.555],[-4.16,51.559],[-4.157,51.562],[-4.153,51.564],[-4.144,51.568],[-4.144,51.569],[-4.136,51.569],[-4.124,51.57],[-4.121,51.569],[-4.117,51.57],[-4.115,51.572],[-4.109,51.573],[-4.11,51.57],[-4.106,51.568],[-4.102,51.565],[-4.094,51.566],[-4.089,51.565],[-4.087,51.562],[-4.082,51.561],[-4.074,51.562],[-4.067,51.558],[-4.061,51.558],[-4.059,51.561],[-4.059,51.563],[-4.055,51.565],[-4.052,51.564],[-4.049,51.566],[-4.045,51.566],[-4.041,51.568],[-4.037,51.568],[-4.034,51.57],[-4.027,51.567],[-4.024,51.563],[-4.018,51.565],[-4.014,51.564],[-4.015,51.567],[-4.012,51.568],[-4.006,51.568],[-4.001,51.565],[-3.999,51.565],[-3.993,51.563],[-3.988,51.565],[-3.981,51.565],[-3.98,51.567],[-3.977,51.569],[-3.992,51.573],[-3.998,51.576],[-4.001,51.58],[-4,51.587],[-3.994,51.598],[-4.001,51.6],[-4.004,51.603],[-4.005,51.606],[-4.007,51.608],[-4.013,51.611],[-4.012,51.614],[-4.008,51.618],[-4.007,51.623],[-4.001,51.626],[-4.006,51.627],[-4.006,51.629],[-4.009,51.632],[-4.005,51.634],[-3.992,51.631],[-3.988,51.631],[-3.985,51.63],[-3.979,51.628],[-3.976,51.631],[-3.964,51.636],[-3.961,51.639],[-3.963,51.642],[-3.972,51.646],[-3.973,51.645],[-3.979,51.648],[-3.98,51.649],[-3.984,51.65],[-3.992,51.655],[-3.984,51.656],[-3.983,51.658],[-3.976,51.659],[-3.971,51.659],[-3.964,51.661],[-3.963,51.663],[-3.95,51.668],[-3.951,51.669],[-3.946,51.676],[-3.948,51.678],[-3.945,51.679],[-3.941,51.683],[-3.93,51.688],[-3.921,51.69],[-3.916,51.693],[-3.91,51.693],[-3.91,51.695],[-3.907,51.697],[-3.911,51.699],[-3.907,51.702],[-3.904,51.708],[-3.9,51.712],[-3.892,51.714],[-3.887,51.717],[-3.883,51.718],[-3.881,51.72],[-3.885,51.724],[-3.884,51.727],[-3.887,51.731],[-3.888,51.739],[-3.891,51.741],[-3.898,51.744],[-3.903,51.749],[-3.91,51.752],[-3.918,51.755],[-3.916,51.758],[-3.922,51.76],[-3.92,51.762],[-3.927,51.766],[-3.93,51.77],[-3.936,51.771],[-3.94,51.77],[-3.944,51.77],[-3.949,51.769],[-3.951,51.766],[-3.965,51.764],[-3.978,51.765],[-3.981,51.765],[-3.983,51.768],[-3.996,51.774],[-4,51.774],[-4.005,51.769],[-4.003,51.764],[-4.004,51.762],[-4.01,51.76],[-4.008,51.758],[-4.012,51.756],[-4.014,51.753],[-4.02,51.749],[-4.026,51.749],[-4.031,51.742],[-4.032,51.739],[-4.038,51.736],[-4.044,51.736],[-4.046,51.732],[-4.049,51.73],[-4.048,51.726],[-4.048,51.722],[-4.045,51.72],[-4.046,51.717],[-4.046,51.713],[-4.05,51.712]]]},"properties":{"Name":"Gower","ID":"W07000097"},"id":634}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.331,51.725],[-4.331,51.723],[-4.325,51.723],[-4.326,51.725],[-4.331,51.725]]],[[[-4.334,51.727],[-4.335,51.728],[-4.342,51.727],[-4.342,51.724],[-4.336,51.723],[-4.334,51.727]]],[[[-4.342,51.729],[-4.348,51.728],[-4.35,51.729],[-4.356,51.729],[-4.36,51.725],[-4.36,51.723],[-4.353,51.723],[-4.352,51.724],[-4.346,51.725],[-4.343,51.726],[-4.342,51.729]]],[[[-4,51.774],[-3.998,51.777],[-4,51.781],[-3.998,51.783],[-3.999,51.786],[-4.006,51.786],[-4.013,51.783],[-4.02,51.783],[-4.023,51.78],[-4.037,51.777],[-4.042,51.777],[-4.06,51.772],[-4.064,51.769],[-4.067,51.77],[-4.072,51.77],[-4.073,51.778],[-4.068,51.779],[-4.073,51.785],[-4.071,51.788],[-4.072,51.79],[-4.07,51.793],[-4.073,51.795],[-4.069,51.798],[-4.068,51.801],[-4.069,51.803],[-4.066,51.805],[-4.068,51.807],[-4.071,51.813],[-4.07,51.817],[-4.068,51.818],[-4.07,51.821],[-4.078,51.821],[-4.082,51.823],[-4.084,51.829],[-4.084,51.832],[-4.087,51.835],[-4.093,51.833],[-4.097,51.834],[-4.103,51.832],[-4.105,51.83],[-4.111,51.83],[-4.118,51.824],[-4.117,51.823],[-4.124,51.819],[-4.127,51.818],[-4.133,51.815],[-4.136,51.812],[-4.141,51.811],[-4.145,51.811],[-4.145,51.807],[-4.147,51.804],[-4.15,51.804],[-4.159,51.801],[-4.164,51.797],[-4.171,51.794],[-4.177,51.795],[-4.179,51.798],[-4.18,51.805],[-4.183,51.809],[-4.186,51.815],[-4.19,51.821],[-4.191,51.824],[-4.198,51.827],[-4.202,51.829],[-4.207,51.829],[-4.208,51.831],[-4.215,51.83],[-4.22,51.83],[-4.226,51.828],[-4.231,51.829],[-4.241,51.828],[-4.246,51.826],[-4.256,51.826],[-4.263,51.824],[-4.271,51.824],[-4.273,51.827],[-4.272,51.829],[-4.277,51.83],[-4.279,51.833],[-4.284,51.834],[-4.286,51.836],[-4.286,51.837],[-4.291,51.839],[-4.306,51.837],[-4.311,51.837],[-4.314,51.835],[-4.313,51.836],[-4.314,51.837],[-4.314,51.836],[-4.316,51.835],[-4.316,51.834],[-4.326,51.828],[-4.327,51.826],[-4.323,51.825],[-4.319,51.821],[-4.318,51.819],[-4.319,51.814],[-4.323,51.81],[-4.322,51.806],[-4.323,51.803],[-4.326,51.8],[-4.334,51.797],[-4.343,51.797],[-4.356,51.79],[-4.365,51.788],[-4.366,51.785],[-4.364,51.783],[-4.362,51.78],[-4.364,51.774],[-4.372,51.768],[-4.372,51.762],[-4.375,51.758],[-4.376,51.754],[-4.375,51.749],[-4.376,51.748],[-4.37,51.742],[-4.368,51.741],[-4.364,51.737],[-4.356,51.738],[-4.345,51.737],[-4.34,51.736],[-4.337,51.737],[-4.331,51.737],[-4.322,51.735],[-4.321,51.738],[-4.318,51.737],[-4.321,51.733],[-4.323,51.733],[-4.325,51.73],[-4.323,51.727],[-4.317,51.725],[-4.32,51.722],[-4.324,51.721],[-4.328,51.722],[-4.332,51.724],[-4.338,51.723],[-4.343,51.725],[-4.352,51.724],[-4.352,51.723],[-4.36,51.723],[-4.36,51.725],[-4.356,51.728],[-4.361,51.73],[-4.368,51.729],[-4.375,51.733],[-4.38,51.731],[-4.38,51.727],[-4.375,51.722],[-4.369,51.712],[-4.356,51.701],[-4.348,51.695],[-4.336,51.686],[-4.324,51.679],[-4.317,51.675],[-4.309,51.672],[-4.298,51.669],[-4.291,51.668],[-4.283,51.668],[-4.276,51.669],[-4.269,51.671],[-4.264,51.674],[-4.266,51.676],[-4.262,51.677],[-4.253,51.679],[-4.245,51.678],[-4.236,51.68],[-4.231,51.679],[-4.226,51.68],[-4.225,51.683],[-4.219,51.685],[-4.211,51.685],[-4.197,51.684],[-4.189,51.682],[-4.182,51.681],[-4.179,51.678],[-4.173,51.67],[-4.173,51.674],[-4.164,51.665],[-4.163,51.662],[-4.159,51.659],[-4.154,51.658],[-4.153,51.655],[-4.146,51.655],[-4.142,51.659],[-4.138,51.66],[-4.135,51.661],[-4.13,51.658],[-4.116,51.66],[-4.112,51.659],[-4.109,51.66],[-4.099,51.661],[-4.089,51.663],[-4.085,51.662],[-4.081,51.665],[-4.083,51.668],[-4.08,51.672],[-4.081,51.676],[-4.081,51.68],[-4.082,51.685],[-4.081,51.689],[-4.078,51.689],[-4.074,51.689],[-4.068,51.69],[-4.065,51.694],[-4.066,51.697],[-4.06,51.7],[-4.053,51.701],[-4.054,51.704],[-4.052,51.706],[-4.054,51.709],[-4.052,51.71],[-4.047,51.708],[-4.047,51.707],[-4.045,51.709],[-4.05,51.712],[-4.046,51.713],[-4.046,51.717],[-4.045,51.72],[-4.048,51.722],[-4.048,51.726],[-4.049,51.73],[-4.046,51.732],[-4.044,51.736],[-4.038,51.736],[-4.032,51.739],[-4.031,51.742],[-4.026,51.749],[-4.02,51.749],[-4.014,51.753],[-4.012,51.756],[-4.008,51.758],[-4.01,51.76],[-4.004,51.762],[-4.003,51.764],[-4.005,51.769],[-4,51.774]]]]},"properties":{"Name":"Llanelli","ID":"W07000098"},"id":635}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.334,51.79],[-3.351,51.79],[-3.36,51.791],[-3.357,51.796],[-3.356,51.803],[-3.358,51.807],[-3.366,51.805],[-3.37,51.808],[-3.373,51.812],[-3.378,51.811],[-3.382,51.812],[-3.386,51.815],[-3.39,51.815],[-3.398,51.814],[-3.401,51.814],[-3.405,51.816],[-3.406,51.821],[-3.402,51.825],[-3.402,51.826],[-3.417,51.835],[-3.422,51.829],[-3.431,51.824],[-3.433,51.821],[-3.442,51.816],[-3.444,51.816],[-3.446,51.821],[-3.452,51.826],[-3.458,51.828],[-3.46,51.83],[-3.463,51.829],[-3.47,51.829],[-3.469,51.823],[-3.473,51.819],[-3.474,51.812],[-3.477,51.809],[-3.482,51.807],[-3.488,51.806],[-3.504,51.8],[-3.512,51.796],[-3.517,51.794],[-3.529,51.788],[-3.529,51.787],[-3.534,51.787],[-3.541,51.784],[-3.535,51.78],[-3.535,51.777],[-3.541,51.776],[-3.547,51.778],[-3.555,51.778],[-3.56,51.776],[-3.563,51.773],[-3.564,51.77],[-3.566,51.767],[-3.565,51.766],[-3.571,51.762],[-3.579,51.76],[-3.586,51.758],[-3.59,51.757],[-3.591,51.755],[-3.594,51.753],[-3.59,51.75],[-3.591,51.749],[-3.582,51.735],[-3.579,51.718],[-3.582,51.714],[-3.56,51.712],[-3.553,51.712],[-3.547,51.711],[-3.541,51.712],[-3.536,51.71],[-3.53,51.708],[-3.521,51.703],[-3.513,51.702],[-3.507,51.701],[-3.498,51.694],[-3.487,51.686],[-3.462,51.677],[-3.455,51.677],[-3.448,51.675],[-3.445,51.676],[-3.44,51.672],[-3.43,51.667],[-3.426,51.671],[-3.419,51.668],[-3.406,51.678],[-3.407,51.68],[-3.402,51.686],[-3.399,51.69],[-3.403,51.692],[-3.4,51.694],[-3.402,51.696],[-3.399,51.699],[-3.395,51.7],[-3.396,51.703],[-3.391,51.705],[-3.381,51.711],[-3.372,51.702],[-3.365,51.696],[-3.357,51.682],[-3.349,51.677],[-3.344,51.671],[-3.343,51.668],[-3.34,51.667],[-3.334,51.66],[-3.329,51.655],[-3.324,51.654],[-3.318,51.656],[-3.314,51.656],[-3.313,51.651],[-3.316,51.649],[-3.314,51.648],[-3.314,51.645],[-3.31,51.645],[-3.308,51.648],[-3.301,51.652],[-3.301,51.655],[-3.297,51.657],[-3.297,51.661],[-3.295,51.664],[-3.293,51.66],[-3.286,51.658],[-3.284,51.662],[-3.283,51.668],[-3.285,51.671],[-3.285,51.677],[-3.279,51.681],[-3.274,51.682],[-3.275,51.683],[-3.278,51.69],[-3.279,51.695],[-3.286,51.702],[-3.29,51.71],[-3.289,51.713],[-3.292,51.716],[-3.293,51.719],[-3.297,51.722],[-3.297,51.728],[-3.3,51.73],[-3.299,51.734],[-3.301,51.736],[-3.316,51.732],[-3.313,51.738],[-3.31,51.739],[-3.312,51.742],[-3.318,51.743],[-3.329,51.759],[-3.333,51.782],[-3.334,51.79]]]},"properties":{"Name":"Merthyr Tydfil and Aberdare","ID":"W07000099"},"id":636}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.702,51.642],[-4.71,51.642],[-4.706,51.639],[-4.702,51.639],[-4.701,51.637],[-4.704,51.633],[-4.701,51.632],[-4.694,51.635],[-4.692,51.631],[-4.688,51.632],[-4.685,51.63],[-4.68,51.632],[-4.681,51.635],[-4.678,51.635],[-4.678,51.637],[-4.68,51.641],[-4.687,51.642],[-4.692,51.64],[-4.698,51.641],[-4.702,51.642]]],[[[-5.274,51.704],[-5.282,51.701],[-5.284,51.697],[-5.289,51.696],[-5.288,51.693],[-5.278,51.693],[-5.27,51.696],[-5.27,51.699],[-5.266,51.7],[-5.274,51.704]]],[[[-5.296,51.745],[-5.301,51.745],[-5.308,51.741],[-5.313,51.74],[-5.312,51.737],[-5.313,51.735],[-5.311,51.733],[-5.301,51.732],[-5.299,51.729],[-5.293,51.728],[-5.288,51.731],[-5.288,51.734],[-5.283,51.735],[-5.28,51.735],[-5.275,51.733],[-5.269,51.735],[-5.277,51.739],[-5.282,51.738],[-5.281,51.741],[-5.289,51.742],[-5.296,51.745]]],[[[-5.337,51.878],[-5.346,51.876],[-5.347,51.872],[-5.342,51.87],[-5.343,51.868],[-5.346,51.866],[-5.349,51.867],[-5.352,51.867],[-5.353,51.864],[-5.348,51.857],[-5.343,51.859],[-5.341,51.855],[-5.336,51.855],[-5.332,51.861],[-5.335,51.866],[-5.335,51.87],[-5.333,51.871],[-5.333,51.874],[-5.33,51.877],[-5.337,51.878]]],[[[-4.682,51.838],[-4.686,51.838],[-4.688,51.836],[-4.689,51.833],[-4.697,51.829],[-4.705,51.829],[-4.71,51.83],[-4.718,51.832],[-4.725,51.832],[-4.732,51.829],[-4.741,51.827],[-4.743,51.832],[-4.742,51.836],[-4.747,51.837],[-4.754,51.836],[-4.759,51.833],[-4.768,51.833],[-4.779,51.833],[-4.782,51.84],[-4.786,51.842],[-4.787,51.844],[-4.792,51.847],[-4.794,51.846],[-4.797,51.844],[-4.8,51.844],[-4.811,51.848],[-4.816,51.853],[-4.822,51.855],[-4.829,51.864],[-4.841,51.864],[-4.844,51.865],[-4.853,51.868],[-4.849,51.871],[-4.851,51.88],[-4.854,51.883],[-4.855,51.887],[-4.852,51.893],[-4.853,51.895],[-4.848,51.903],[-4.853,51.908],[-4.856,51.908],[-4.868,51.905],[-4.88,51.905],[-4.895,51.904],[-4.902,51.904],[-4.911,51.905],[-4.925,51.906],[-4.936,51.906],[-4.94,51.908],[-4.941,51.911],[-4.949,51.918],[-4.952,51.916],[-4.962,51.921],[-4.959,51.933],[-4.964,51.935],[-4.969,51.939],[-4.981,51.94],[-4.987,51.939],[-4.991,51.94],[-4.995,51.943],[-4.996,51.946],[-5.006,51.946],[-5.009,51.943],[-5.017,51.939],[-5.026,51.937],[-5.032,51.931],[-5.026,51.929],[-5.022,51.928],[-5.018,51.926],[-5.015,51.922],[-5.011,51.918],[-5.011,51.914],[-5.021,51.911],[-5.026,51.911],[-5.034,51.911],[-5.037,51.91],[-5.042,51.912],[-5.043,51.916],[-5.047,51.921],[-5.052,51.92],[-5.058,51.92],[-5.059,51.924],[-5.065,51.925],[-5.066,51.926],[-5.075,51.926],[-5.084,51.925],[-5.096,51.924],[-5.104,51.921],[-5.109,51.923],[-5.117,51.922],[-5.122,51.92],[-5.124,51.922],[-5.13,51.923],[-5.132,51.919],[-5.135,51.919],[-5.138,51.914],[-5.142,51.913],[-5.153,51.911],[-5.156,51.904],[-5.162,51.903],[-5.164,51.901],[-5.17,51.901],[-5.171,51.9],[-5.174,51.895],[-5.177,51.895],[-5.179,51.897],[-5.183,51.898],[-5.185,51.9],[-5.19,51.902],[-5.19,51.904],[-5.188,51.907],[-5.185,51.909],[-5.181,51.918],[-5.181,51.922],[-5.189,51.927],[-5.194,51.929],[-5.2,51.933],[-5.206,51.933],[-5.208,51.934],[-5.211,51.932],[-5.222,51.931],[-5.224,51.93],[-5.23,51.931],[-5.235,51.929],[-5.239,51.924],[-5.244,51.922],[-5.25,51.922],[-5.253,51.919],[-5.253,51.917],[-5.266,51.914],[-5.272,51.914],[-5.275,51.911],[-5.28,51.913],[-5.286,51.911],[-5.286,51.914],[-5.288,51.914],[-5.293,51.911],[-5.299,51.91],[-5.301,51.909],[-5.306,51.908],[-5.311,51.905],[-5.314,51.902],[-5.304,51.904],[-5.304,51.9],[-5.299,51.9],[-5.296,51.898],[-5.296,51.893],[-5.3,51.89],[-5.302,51.89],[-5.304,51.886],[-5.309,51.888],[-5.316,51.885],[-5.314,51.88],[-5.309,51.879],[-5.31,51.871],[-5.314,51.869],[-5.315,51.866],[-5.32,51.865],[-5.319,51.862],[-5.315,51.86],[-5.307,51.862],[-5.305,51.864],[-5.302,51.864],[-5.298,51.866],[-5.296,51.861],[-5.292,51.863],[-5.291,51.864],[-5.28,51.866],[-5.276,51.87],[-5.274,51.868],[-5.267,51.872],[-5.26,51.869],[-5.256,51.872],[-5.25,51.869],[-5.247,51.873],[-5.24,51.871],[-5.232,51.873],[-5.22,51.873],[-5.211,51.87],[-5.208,51.868],[-5.205,51.869],[-5.199,51.867],[-5.193,51.87],[-5.192,51.868],[-5.188,51.868],[-5.179,51.867],[-5.178,51.864],[-5.175,51.863],[-5.17,51.864],[-5.166,51.865],[-5.156,51.862],[-5.15,51.863],[-5.145,51.862],[-5.141,51.864],[-5.137,51.864],[-5.133,51.862],[-5.133,51.86],[-5.128,51.858],[-5.117,51.844],[-5.114,51.837],[-5.114,51.831],[-5.117,51.827],[-5.112,51.823],[-5.111,51.82],[-5.107,51.819],[-5.107,51.816],[-5.103,51.811],[-5.105,51.809],[-5.103,51.805],[-5.105,51.803],[-5.105,51.798],[-5.107,51.795],[-5.104,51.79],[-5.105,51.786],[-5.102,51.784],[-5.103,51.779],[-5.106,51.779],[-5.106,51.776],[-5.117,51.77],[-5.117,51.768],[-5.123,51.769],[-5.128,51.769],[-5.132,51.77],[-5.132,51.772],[-5.137,51.773],[-5.141,51.771],[-5.149,51.773],[-5.152,51.771],[-5.158,51.771],[-5.159,51.772],[-5.164,51.77],[-5.171,51.766],[-5.175,51.765],[-5.178,51.762],[-5.178,51.76],[-5.183,51.759],[-5.186,51.755],[-5.191,51.755],[-5.196,51.757],[-5.199,51.754],[-5.204,51.755],[-5.204,51.753],[-5.202,51.751],[-5.203,51.749],[-5.203,51.746],[-5.206,51.737],[-5.211,51.734],[-5.218,51.735],[-5.222,51.737],[-5.227,51.738],[-5.234,51.738],[-5.24,51.737],[-5.246,51.738],[-5.25,51.738],[-5.253,51.733],[-5.246,51.733],[-5.241,51.728],[-5.236,51.726],[-5.233,51.726],[-5.227,51.722],[-5.224,51.724],[-5.215,51.724],[-5.208,51.721],[-5.201,51.717],[-5.201,51.716],[-5.204,51.712],[-5.198,51.711],[-5.191,51.709],[-5.187,51.709],[-5.187,51.704],[-5.19,51.699],[-5.188,51.698],[-5.189,51.695],[-5.186,51.694],[-5.188,51.691],[-5.185,51.689],[-5.182,51.689],[-5.184,51.686],[-5.177,51.684],[-5.177,51.681],[-5.171,51.681],[-5.171,51.687],[-5.169,51.688],[-5.162,51.687],[-5.158,51.688],[-5.157,51.69],[-5.161,51.692],[-5.155,51.694],[-5.154,51.697],[-5.157,51.699],[-5.157,51.701],[-5.153,51.704],[-5.162,51.705],[-5.169,51.707],[-5.168,51.711],[-5.173,51.715],[-5.17,51.719],[-5.166,51.719],[-5.159,51.716],[-5.157,51.713],[-5.149,51.713],[-5.143,51.714],[-5.137,51.713],[-5.131,51.717],[-5.125,51.717],[-5.121,51.715],[-5.116,51.714],[-5.113,51.714],[-5.112,51.717],[-5.109,51.716],[-5.106,51.717],[-5.107,51.72],[-5.105,51.72],[-5.107,51.723],[-5.107,51.728],[-5.104,51.731],[-5.102,51.729],[-5.105,51.728],[-5.105,51.724],[-5.098,51.722],[-5.095,51.721],[-5.095,51.719],[-5.092,51.715],[-5.089,51.714],[-5.086,51.712],[-5.088,51.71],[-5.086,51.707],[-5.081,51.706],[-5.078,51.707],[-5.075,51.706],[-5.07,51.708],[-5.063,51.708],[-5.061,51.71],[-5.057,51.709],[-5.056,51.708],[-5.051,51.707],[-5.049,51.708],[-5.041,51.708],[-5.034,51.711],[-5.03,51.709],[-5.026,51.71],[-5.019,51.707],[-5.009,51.703],[-5.001,51.701],[-4.985,51.699],[-4.977,51.701],[-4.968,51.706],[-4.965,51.705],[-4.956,51.707],[-4.947,51.704],[-4.943,51.705],[-4.943,51.709],[-4.94,51.708],[-4.935,51.71],[-4.929,51.709],[-4.923,51.706],[-4.921,51.705],[-4.916,51.707],[-4.913,51.709],[-4.909,51.711],[-4.904,51.712],[-4.895,51.711],[-4.893,51.713],[-4.893,51.717],[-4.888,51.725],[-4.89,51.727],[-4.887,51.731],[-4.892,51.734],[-4.901,51.737],[-4.905,51.741],[-4.904,51.743],[-4.909,51.744],[-4.91,51.746],[-4.902,51.746],[-4.899,51.748],[-4.901,51.754],[-4.907,51.761],[-4.9,51.763],[-4.902,51.766],[-4.91,51.77],[-4.915,51.771],[-4.921,51.771],[-4.938,51.765],[-4.944,51.767],[-4.948,51.77],[-4.947,51.773],[-4.945,51.779],[-4.936,51.783],[-4.935,51.781],[-4.942,51.778],[-4.944,51.771],[-4.942,51.768],[-4.937,51.767],[-4.932,51.772],[-4.923,51.775],[-4.913,51.773],[-4.905,51.773],[-4.901,51.772],[-4.897,51.768],[-4.895,51.768],[-4.888,51.773],[-4.885,51.772],[-4.883,51.774],[-4.875,51.775],[-4.869,51.78],[-4.868,51.782],[-4.862,51.787],[-4.851,51.791],[-4.846,51.789],[-4.853,51.788],[-4.863,51.784],[-4.865,51.783],[-4.868,51.776],[-4.873,51.772],[-4.882,51.77],[-4.888,51.767],[-4.89,51.764],[-4.887,51.762],[-4.894,51.754],[-4.893,51.75],[-4.894,51.745],[-4.897,51.741],[-4.896,51.74],[-4.888,51.738],[-4.881,51.735],[-4.87,51.733],[-4.874,51.732],[-4.883,51.732],[-4.885,51.727],[-4.883,51.722],[-4.884,51.719],[-4.879,51.718],[-4.872,51.72],[-4.87,51.724],[-4.864,51.722],[-4.862,51.723],[-4.856,51.723],[-4.846,51.726],[-4.838,51.725],[-4.835,51.722],[-4.842,51.723],[-4.848,51.722],[-4.851,51.72],[-4.854,51.72],[-4.861,51.72],[-4.861,51.719],[-4.855,51.715],[-4.855,51.713],[-4.85,51.711],[-4.846,51.707],[-4.849,51.706],[-4.849,51.702],[-4.855,51.705],[-4.864,51.715],[-4.868,51.716],[-4.873,51.717],[-4.878,51.716],[-4.885,51.716],[-4.888,51.71],[-4.892,51.708],[-4.901,51.708],[-4.905,51.708],[-4.909,51.703],[-4.919,51.699],[-4.907,51.695],[-4.918,51.694],[-4.922,51.697],[-4.92,51.701],[-4.925,51.702],[-4.929,51.704],[-4.933,51.705],[-4.935,51.701],[-4.94,51.699],[-4.944,51.699],[-4.945,51.696],[-4.959,51.698],[-4.96,51.693],[-4.966,51.692],[-4.969,51.689],[-4.975,51.689],[-4.977,51.687],[-4.971,51.686],[-4.965,51.683],[-4.959,51.683],[-4.954,51.681],[-4.94,51.68],[-4.937,51.681],[-4.931,51.68],[-4.938,51.678],[-4.936,51.674],[-4.939,51.674],[-4.941,51.676],[-4.946,51.677],[-4.95,51.677],[-4.953,51.675],[-4.957,51.676],[-4.96,51.676],[-4.964,51.677],[-4.967,51.675],[-4.973,51.674],[-4.98,51.675],[-4.979,51.678],[-4.986,51.685],[-4.984,51.686],[-4.98,51.687],[-4.981,51.689],[-4.985,51.69],[-4.99,51.689],[-5.005,51.69],[-5.007,51.688],[-5.009,51.69],[-5.021,51.692],[-5.027,51.695],[-5.036,51.695],[-5.038,51.693],[-5.042,51.695],[-5.051,51.694],[-5.052,51.69],[-5.057,51.688],[-5.05,51.687],[-5.045,51.685],[-5.042,51.681],[-5.045,51.677],[-5.051,51.676],[-5.057,51.677],[-5.06,51.678],[-5.066,51.677],[-5.074,51.678],[-5.078,51.679],[-5.081,51.682],[-5.08,51.685],[-5.076,51.687],[-5.08,51.69],[-5.102,51.691],[-5.11,51.692],[-5.114,51.69],[-5.107,51.687],[-5.108,51.685],[-5.116,51.684],[-5.12,51.684],[-5.125,51.681],[-5.121,51.679],[-5.117,51.675],[-5.113,51.674],[-5.108,51.67],[-5.104,51.67],[-5.101,51.667],[-5.096,51.668],[-5.092,51.666],[-5.09,51.667],[-5.085,51.665],[-5.077,51.664],[-5.075,51.665],[-5.067,51.665],[-5.065,51.663],[-5.06,51.657],[-5.059,51.653],[-5.055,51.65],[-5.055,51.647],[-5.052,51.645],[-5.05,51.641],[-5.05,51.638],[-5.052,51.636],[-5.051,51.633],[-5.057,51.633],[-5.062,51.629],[-5.062,51.623],[-5.059,51.621],[-5.052,51.62],[-5.048,51.62],[-5.046,51.619],[-5.041,51.62],[-5.04,51.618],[-5.033,51.618],[-5.031,51.616],[-5.028,51.615],[-5.02,51.614],[-5.017,51.611],[-5.013,51.61],[-5.008,51.609],[-5.002,51.611],[-4.994,51.611],[-4.99,51.611],[-4.989,51.613],[-4.984,51.611],[-4.983,51.61],[-4.977,51.609],[-4.973,51.606],[-4.965,51.606],[-4.956,51.604],[-4.956,51.602],[-4.95,51.6],[-4.949,51.598],[-4.946,51.598],[-4.938,51.597],[-4.936,51.599],[-4.931,51.599],[-4.926,51.596],[-4.923,51.598],[-4.925,51.599],[-4.925,51.602],[-4.923,51.603],[-4.922,51.608],[-4.921,51.61],[-4.916,51.608],[-4.908,51.612],[-4.903,51.612],[-4.898,51.61],[-4.897,51.613],[-4.901,51.614],[-4.904,51.617],[-4.898,51.622],[-4.901,51.624],[-4.897,51.629],[-4.891,51.631],[-4.881,51.632],[-4.88,51.635],[-4.877,51.637],[-4.866,51.638],[-4.863,51.64],[-4.868,51.641],[-4.867,51.643],[-4.861,51.647],[-4.85,51.647],[-4.843,51.645],[-4.836,51.645],[-4.835,51.648],[-4.827,51.647],[-4.825,51.646],[-4.826,51.644],[-4.824,51.642],[-4.817,51.643],[-4.816,51.645],[-4.811,51.644],[-4.807,51.644],[-4.803,51.642],[-4.807,51.641],[-4.806,51.639],[-4.797,51.638],[-4.787,51.638],[-4.786,51.635],[-4.781,51.635],[-4.779,51.638],[-4.775,51.64],[-4.777,51.642],[-4.77,51.643],[-4.769,51.644],[-4.765,51.644],[-4.761,51.644],[-4.756,51.644],[-4.756,51.646],[-4.76,51.646],[-4.762,51.649],[-4.76,51.651],[-4.757,51.654],[-4.751,51.654],[-4.746,51.653],[-4.744,51.653],[-4.738,51.653],[-4.735,51.652],[-4.725,51.652],[-4.721,51.651],[-4.716,51.654],[-4.714,51.659],[-4.708,51.664],[-4.703,51.668],[-4.7,51.669],[-4.696,51.671],[-4.702,51.675],[-4.702,51.677],[-4.695,51.686],[-4.695,51.688],[-4.689,51.69],[-4.689,51.692],[-4.681,51.698],[-4.688,51.699],[-4.692,51.704],[-4.695,51.706],[-4.698,51.711],[-4.686,51.722],[-4.676,51.727],[-4.661,51.732],[-4.654,51.733],[-4.641,51.735],[-4.633,51.735],[-4.635,51.74],[-4.632,51.742],[-4.633,51.747],[-4.63,51.748],[-4.627,51.751],[-4.63,51.752],[-4.631,51.757],[-4.626,51.762],[-4.624,51.763],[-4.623,51.768],[-4.627,51.772],[-4.635,51.771],[-4.64,51.775],[-4.644,51.776],[-4.645,51.778],[-4.635,51.783],[-4.634,51.785],[-4.637,51.787],[-4.637,51.789],[-4.641,51.791],[-4.642,51.793],[-4.645,51.797],[-4.638,51.799],[-4.633,51.802],[-4.626,51.803],[-4.618,51.808],[-4.617,51.811],[-4.622,51.814],[-4.626,51.816],[-4.634,51.82],[-4.634,51.822],[-4.64,51.824],[-4.643,51.827],[-4.643,51.83],[-4.646,51.831],[-4.652,51.832],[-4.657,51.832],[-4.663,51.833],[-4.665,51.835],[-4.67,51.837],[-4.673,51.836],[-4.682,51.838]]]]},"properties":{"Name":"Mid and South Pembrokeshire","ID":"W07000100"},"id":637}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.65,51.826],[-2.657,51.827],[-2.658,51.832],[-2.66,51.834],[-2.666,51.836],[-2.677,51.836],[-2.683,51.838],[-2.687,51.836],[-2.687,51.833],[-2.693,51.834],[-2.693,51.838],[-2.697,51.845],[-2.7,51.843],[-2.705,51.846],[-2.707,51.843],[-2.707,51.839],[-2.71,51.839],[-2.716,51.841],[-2.719,51.844],[-2.718,51.847],[-2.72,51.849],[-2.726,51.844],[-2.728,51.84],[-2.732,51.841],[-2.739,51.837],[-2.741,51.839],[-2.74,51.842],[-2.747,51.845],[-2.757,51.846],[-2.758,51.85],[-2.764,51.856],[-2.765,51.858],[-2.769,51.86],[-2.778,51.865],[-2.779,51.867],[-2.777,51.873],[-2.774,51.875],[-2.77,51.88],[-2.779,51.884],[-2.785,51.884],[-2.79,51.886],[-2.799,51.89],[-2.802,51.891],[-2.802,51.893],[-2.805,51.896],[-2.814,51.898],[-2.816,51.899],[-2.818,51.904],[-2.821,51.905],[-2.833,51.905],[-2.836,51.906],[-2.837,51.914],[-2.84,51.915],[-2.841,51.917],[-2.845,51.915],[-2.854,51.916],[-2.861,51.914],[-2.863,51.917],[-2.851,51.919],[-2.847,51.92],[-2.845,51.922],[-2.848,51.924],[-2.854,51.924],[-2.859,51.928],[-2.863,51.927],[-2.87,51.927],[-2.872,51.93],[-2.875,51.933],[-2.883,51.934],[-2.888,51.934],[-2.889,51.932],[-2.887,51.928],[-2.893,51.925],[-2.9,51.926],[-2.905,51.925],[-2.908,51.921],[-2.913,51.92],[-2.916,51.918],[-2.92,51.917],[-2.928,51.914],[-2.934,51.915],[-2.936,51.913],[-2.939,51.912],[-2.942,51.91],[-2.95,51.909],[-2.954,51.906],[-2.961,51.907],[-2.968,51.905],[-2.973,51.906],[-2.974,51.911],[-2.973,51.915],[-2.976,51.921],[-2.974,51.921],[-2.975,51.925],[-2.978,51.927],[-2.984,51.926],[-2.987,51.926],[-2.999,51.923],[-3.002,51.924],[-3.008,51.927],[-3.01,51.933],[-3.008,51.938],[-3.013,51.945],[-3.022,51.951],[-3.022,51.952],[-3.026,51.957],[-3.035,51.96],[-3.038,51.965],[-3.041,51.968],[-3.051,51.972],[-3.057,51.975],[-3.06,51.979],[-3.067,51.983],[-3.077,51.976],[-3.078,51.973],[-3.083,51.973],[-3.087,51.97],[-3.093,51.965],[-3.088,51.959],[-3.082,51.955],[-3.085,51.953],[-3.09,51.95],[-3.087,51.948],[-3.085,51.942],[-3.08,51.936],[-3.084,51.933],[-3.084,51.931],[-3.079,51.928],[-3.079,51.925],[-3.07,51.922],[-3.065,51.919],[-3.062,51.919],[-3.06,51.917],[-3.06,51.914],[-3.05,51.911],[-3.05,51.907],[-3.048,51.904],[-3.043,51.901],[-3.043,51.899],[-3.039,51.894],[-3.039,51.892],[-3.042,51.89],[-3.04,51.885],[-3.043,51.881],[-3.057,51.88],[-3.062,51.877],[-3.064,51.879],[-3.069,51.875],[-3.072,51.875],[-3.073,51.872],[-3.07,51.87],[-3.066,51.865],[-3.063,51.863],[-3.07,51.861],[-3.077,51.858],[-3.076,51.855],[-3.083,51.852],[-3.084,51.85],[-3.09,51.848],[-3.096,51.847],[-3.098,51.844],[-3.096,51.842],[-3.097,51.839],[-3.103,51.84],[-3.104,51.837],[-3.102,51.832],[-3.106,51.833],[-3.109,51.835],[-3.117,51.837],[-3.118,51.839],[-3.124,51.834],[-3.127,51.836],[-3.133,51.832],[-3.134,51.829],[-3.137,51.828],[-3.142,51.825],[-3.14,51.823],[-3.144,51.82],[-3.148,51.819],[-3.153,51.817],[-3.157,51.816],[-3.152,51.814],[-3.15,51.81],[-3.151,51.808],[-3.146,51.805],[-3.149,51.804],[-3.153,51.804],[-3.152,51.799],[-3.155,51.796],[-3.145,51.795],[-3.142,51.795],[-3.138,51.793],[-3.134,51.793],[-3.122,51.795],[-3.116,51.795],[-3.108,51.796],[-3.096,51.792],[-3.082,51.788],[-3.077,51.789],[-3.059,51.784],[-3.043,51.77],[-3.048,51.77],[-3.048,51.766],[-3.051,51.764],[-3.049,51.76],[-3.044,51.756],[-3.035,51.753],[-3.028,51.745],[-3.028,51.74],[-3.034,51.726],[-3.025,51.718],[-3.019,51.72],[-3.014,51.719],[-3.005,51.721],[-3.001,51.721],[-2.997,51.718],[-2.992,51.719],[-2.985,51.716],[-2.982,51.714],[-2.985,51.711],[-2.986,51.709],[-2.992,51.706],[-2.995,51.701],[-2.997,51.7],[-2.999,51.697],[-3.002,51.691],[-2.998,51.691],[-2.99,51.692],[-2.983,51.692],[-2.98,51.693],[-2.971,51.694],[-2.969,51.691],[-2.971,51.69],[-2.975,51.686],[-2.978,51.679],[-2.982,51.675],[-2.99,51.676],[-2.99,51.68],[-3.002,51.678],[-3.003,51.673],[-3.003,51.67],[-3,51.667],[-2.997,51.667],[-2.991,51.664],[-2.99,51.659],[-2.979,51.654],[-2.977,51.651],[-2.976,51.647],[-2.979,51.645],[-2.979,51.642],[-2.974,51.639],[-2.975,51.637],[-2.972,51.634],[-2.969,51.632],[-2.96,51.631],[-2.959,51.629],[-2.954,51.63],[-2.948,51.629],[-2.947,51.626],[-2.944,51.623],[-2.945,51.621],[-2.942,51.62],[-2.943,51.62],[-2.939,51.619],[-2.932,51.619],[-2.924,51.626],[-2.92,51.627],[-2.912,51.623],[-2.908,51.629],[-2.905,51.63],[-2.901,51.628],[-2.896,51.631],[-2.9,51.632],[-2.895,51.637],[-2.892,51.637],[-2.886,51.64],[-2.884,51.642],[-2.874,51.639],[-2.87,51.642],[-2.859,51.644],[-2.855,51.644],[-2.848,51.647],[-2.843,51.646],[-2.837,51.649],[-2.834,51.648],[-2.834,51.645],[-2.828,51.643],[-2.825,51.639],[-2.82,51.633],[-2.816,51.631],[-2.812,51.626],[-2.806,51.624],[-2.807,51.62],[-2.803,51.618],[-2.804,51.616],[-2.808,51.617],[-2.83,51.615],[-2.828,51.61],[-2.832,51.609],[-2.834,51.606],[-2.836,51.603],[-2.841,51.604],[-2.841,51.602],[-2.847,51.601],[-2.846,51.599],[-2.851,51.594],[-2.849,51.591],[-2.846,51.59],[-2.846,51.587],[-2.851,51.585],[-2.852,51.581],[-2.855,51.582],[-2.858,51.578],[-2.853,51.571],[-2.846,51.573],[-2.845,51.569],[-2.834,51.57],[-2.834,51.565],[-2.831,51.561],[-2.822,51.554],[-2.819,51.555],[-2.805,51.56],[-2.791,51.567],[-2.773,51.573],[-2.765,51.575],[-2.756,51.579],[-2.752,51.579],[-2.748,51.58],[-2.744,51.581],[-2.725,51.582],[-2.717,51.582],[-2.713,51.582],[-2.709,51.587],[-2.704,51.589],[-2.7,51.594],[-2.694,51.599],[-2.687,51.603],[-2.677,51.607],[-2.671,51.608],[-2.667,51.611],[-2.662,51.619],[-2.658,51.622],[-2.659,51.624],[-2.665,51.629],[-2.67,51.634],[-2.67,51.636],[-2.667,51.639],[-2.667,51.643],[-2.669,51.645],[-2.672,51.646],[-2.677,51.644],[-2.681,51.647],[-2.68,51.65],[-2.671,51.657],[-2.667,51.663],[-2.669,51.664],[-2.674,51.661],[-2.68,51.659],[-2.686,51.661],[-2.687,51.663],[-2.685,51.668],[-2.677,51.67],[-2.67,51.67],[-2.661,51.671],[-2.659,51.672],[-2.658,51.675],[-2.662,51.677],[-2.668,51.678],[-2.673,51.681],[-2.674,51.683],[-2.67,51.688],[-2.67,51.694],[-2.674,51.697],[-2.681,51.699],[-2.684,51.701],[-2.684,51.703],[-2.679,51.703],[-2.676,51.701],[-2.673,51.701],[-2.669,51.702],[-2.669,51.706],[-2.673,51.71],[-2.68,51.714],[-2.682,51.721],[-2.681,51.724],[-2.687,51.728],[-2.688,51.731],[-2.685,51.733],[-2.676,51.735],[-2.672,51.737],[-2.672,51.741],[-2.67,51.743],[-2.666,51.748],[-2.663,51.753],[-2.666,51.757],[-2.672,51.759],[-2.674,51.761],[-2.68,51.769],[-2.68,51.771],[-2.675,51.776],[-2.676,51.78],[-2.673,51.785],[-2.676,51.788],[-2.673,51.789],[-2.673,51.793],[-2.67,51.794],[-2.677,51.799],[-2.678,51.804],[-2.673,51.809],[-2.659,51.811],[-2.659,51.814],[-2.661,51.818],[-2.659,51.82],[-2.661,51.823],[-2.65,51.824],[-2.65,51.826]]]},"properties":{"Name":"Monmouthshire","ID":"W07000101"},"id":638}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.977,52.967],[-2.982,52.97],[-2.985,52.971],[-2.986,52.972],[-2.99,52.976],[-2.994,52.977],[-2.999,52.975],[-3.003,52.98],[-3.003,52.985],[-2.998,52.988],[-2.997,52.991],[-2.995,52.992],[-2.996,52.995],[-3,52.999],[-2.999,53.006],[-2.998,53.009],[-3.009,53.008],[-3.011,53.009],[-3.011,53.018],[-3.013,53.019],[-3.012,53.024],[-3.015,53.024],[-3.013,53.029],[-3.016,53.033],[-3.012,53.036],[-3.017,53.039],[-3.022,53.037],[-3.024,53.04],[-3.035,53.04],[-3.038,53.039],[-3.041,53.037],[-3.047,53.039],[-3.049,53.038],[-3.059,53.043],[-3.064,53.044],[-3.07,53.043],[-3.072,53.041],[-3.078,53.04],[-3.082,53.038],[-3.088,53.038],[-3.086,53.041],[-3.091,53.041],[-3.11,53.05],[-3.119,53.04],[-3.125,53.04],[-3.131,53.044],[-3.137,53.041],[-3.141,53.041],[-3.133,53.031],[-3.131,53.024],[-3.134,53.019],[-3.147,53.009],[-3.145,53.005],[-3.146,53.001],[-3.149,52.999],[-3.143,52.994],[-3.139,52.993],[-3.132,52.988],[-3.127,52.987],[-3.117,52.987],[-3.112,52.988],[-3.108,52.986],[-3.102,52.985],[-3.093,52.981],[-3.087,52.98],[-3.083,52.977],[-3.08,52.974],[-3.08,52.972],[-3.084,52.969],[-3.078,52.964],[-3.08,52.962],[-3.085,52.959],[-3.091,52.957],[-3.094,52.956],[-3.102,52.955],[-3.108,52.956],[-3.118,52.955],[-3.126,52.954],[-3.137,52.954],[-3.145,52.951],[-3.154,52.95],[-3.162,52.948],[-3.172,52.949],[-3.188,52.946],[-3.198,52.944],[-3.222,52.949],[-3.229,52.95],[-3.234,52.95],[-3.237,52.951],[-3.237,52.949],[-3.243,52.947],[-3.251,52.946],[-3.276,52.944],[-3.291,52.944],[-3.297,52.943],[-3.309,52.946],[-3.314,52.947],[-3.32,52.939],[-3.324,52.932],[-3.327,52.932],[-3.333,52.928],[-3.338,52.927],[-3.34,52.925],[-3.352,52.922],[-3.354,52.921],[-3.349,52.916],[-3.354,52.914],[-3.356,52.91],[-3.359,52.905],[-3.363,52.904],[-3.373,52.901],[-3.376,52.895],[-3.375,52.892],[-3.38,52.884],[-3.389,52.876],[-3.426,52.867],[-3.465,52.863],[-3.469,52.862],[-3.473,52.863],[-3.483,52.865],[-3.487,52.86],[-3.497,52.849],[-3.505,52.842],[-3.518,52.837],[-3.522,52.837],[-3.534,52.838],[-3.551,52.834],[-3.567,52.83],[-3.565,52.826],[-3.568,52.823],[-3.573,52.823],[-3.58,52.826],[-3.586,52.828],[-3.59,52.824],[-3.592,52.818],[-3.597,52.814],[-3.596,52.811],[-3.598,52.809],[-3.597,52.805],[-3.608,52.797],[-3.609,52.794],[-3.607,52.791],[-3.606,52.787],[-3.597,52.783],[-3.599,52.779],[-3.596,52.777],[-3.593,52.77],[-3.59,52.766],[-3.594,52.762],[-3.592,52.76],[-3.595,52.757],[-3.593,52.753],[-3.593,52.751],[-3.588,52.747],[-3.591,52.744],[-3.591,52.742],[-3.589,52.739],[-3.584,52.74],[-3.584,52.737],[-3.592,52.735],[-3.593,52.731],[-3.599,52.726],[-3.601,52.721],[-3.602,52.719],[-3.601,52.716],[-3.602,52.713],[-3.605,52.709],[-3.603,52.705],[-3.608,52.704],[-3.614,52.702],[-3.62,52.697],[-3.627,52.697],[-3.634,52.696],[-3.643,52.696],[-3.648,52.695],[-3.65,52.694],[-3.655,52.692],[-3.659,52.691],[-3.669,52.692],[-3.676,52.694],[-3.678,52.693],[-3.684,52.694],[-3.688,52.691],[-3.693,52.687],[-3.697,52.688],[-3.7,52.684],[-3.704,52.683],[-3.701,52.679],[-3.702,52.677],[-3.707,52.676],[-3.706,52.673],[-3.709,52.671],[-3.713,52.672],[-3.713,52.676],[-3.717,52.679],[-3.724,52.677],[-3.729,52.678],[-3.737,52.678],[-3.744,52.681],[-3.753,52.675],[-3.757,52.67],[-3.76,52.67],[-3.765,52.673],[-3.77,52.671],[-3.775,52.672],[-3.788,52.671],[-3.795,52.673],[-3.804,52.678],[-3.808,52.678],[-3.808,52.675],[-3.814,52.674],[-3.818,52.673],[-3.818,52.671],[-3.822,52.667],[-3.829,52.662],[-3.83,52.66],[-3.837,52.656],[-3.841,52.651],[-3.841,52.648],[-3.843,52.645],[-3.844,52.641],[-3.842,52.638],[-3.834,52.636],[-3.835,52.633],[-3.838,52.631],[-3.841,52.631],[-3.846,52.629],[-3.846,52.625],[-3.844,52.623],[-3.849,52.621],[-3.85,52.619],[-3.847,52.617],[-3.845,52.611],[-3.849,52.607],[-3.844,52.605],[-3.842,52.602],[-3.842,52.6],[-3.849,52.601],[-3.858,52.6],[-3.861,52.599],[-3.865,52.593],[-3.868,52.591],[-3.875,52.593],[-3.873,52.59],[-3.875,52.587],[-3.877,52.583],[-3.882,52.583],[-3.884,52.58],[-3.892,52.577],[-3.9,52.579],[-3.906,52.577],[-3.91,52.577],[-3.915,52.578],[-3.914,52.575],[-3.915,52.573],[-3.921,52.572],[-3.923,52.57],[-3.928,52.571],[-3.929,52.566],[-3.927,52.564],[-3.926,52.561],[-3.918,52.561],[-3.914,52.562],[-3.908,52.56],[-3.906,52.561],[-3.898,52.56],[-3.896,52.561],[-3.886,52.56],[-3.878,52.561],[-3.874,52.56],[-3.87,52.561],[-3.86,52.561],[-3.851,52.557],[-3.846,52.553],[-3.841,52.551],[-3.84,52.539],[-3.838,52.537],[-3.839,52.531],[-3.836,52.526],[-3.844,52.517],[-3.844,52.512],[-3.841,52.511],[-3.841,52.507],[-3.838,52.502],[-3.838,52.498],[-3.832,52.495],[-3.833,52.493],[-3.827,52.489],[-3.828,52.486],[-3.825,52.484],[-3.814,52.483],[-3.812,52.479],[-3.81,52.479],[-3.805,52.481],[-3.802,52.484],[-3.798,52.485],[-3.797,52.488],[-3.793,52.487],[-3.778,52.488],[-3.774,52.488],[-3.77,52.491],[-3.769,52.494],[-3.77,52.496],[-3.766,52.5],[-3.763,52.5],[-3.753,52.503],[-3.749,52.506],[-3.742,52.508],[-3.733,52.507],[-3.73,52.499],[-3.741,52.496],[-3.739,52.487],[-3.741,52.481],[-3.743,52.477],[-3.746,52.473],[-3.758,52.471],[-3.765,52.47],[-3.767,52.468],[-3.764,52.465],[-3.764,52.459],[-3.767,52.455],[-3.771,52.446],[-3.772,52.442],[-3.769,52.441],[-3.762,52.44],[-3.754,52.435],[-3.747,52.432],[-3.739,52.431],[-3.736,52.428],[-3.731,52.425],[-3.734,52.422],[-3.726,52.416],[-3.715,52.415],[-3.712,52.413],[-3.712,52.408],[-3.713,52.402],[-3.707,52.4],[-3.711,52.393],[-3.704,52.389],[-3.701,52.383],[-3.701,52.377],[-3.696,52.371],[-3.696,52.368],[-3.692,52.367],[-3.685,52.368],[-3.684,52.37],[-3.682,52.375],[-3.681,52.38],[-3.678,52.382],[-3.672,52.383],[-3.667,52.385],[-3.653,52.381],[-3.646,52.38],[-3.646,52.375],[-3.641,52.372],[-3.636,52.37],[-3.623,52.369],[-3.606,52.361],[-3.597,52.359],[-3.588,52.358],[-3.587,52.359],[-3.592,52.364],[-3.594,52.367],[-3.592,52.372],[-3.583,52.373],[-3.576,52.373],[-3.572,52.374],[-3.566,52.383],[-3.558,52.389],[-3.558,52.39],[-3.551,52.395],[-3.539,52.398],[-3.539,52.403],[-3.535,52.405],[-3.532,52.405],[-3.52,52.406],[-3.516,52.409],[-3.509,52.407],[-3.505,52.405],[-3.498,52.403],[-3.494,52.399],[-3.492,52.398],[-3.492,52.394],[-3.49,52.392],[-3.486,52.393],[-3.477,52.391],[-3.471,52.393],[-3.468,52.395],[-3.462,52.395],[-3.454,52.401],[-3.443,52.402],[-3.437,52.403],[-3.436,52.406],[-3.428,52.41],[-3.427,52.412],[-3.423,52.414],[-3.416,52.427],[-3.412,52.43],[-3.399,52.431],[-3.397,52.433],[-3.403,52.436],[-3.398,52.439],[-3.392,52.441],[-3.381,52.441],[-3.374,52.444],[-3.367,52.444],[-3.363,52.441],[-3.36,52.439],[-3.353,52.44],[-3.35,52.44],[-3.344,52.435],[-3.341,52.436],[-3.339,52.439],[-3.335,52.44],[-3.332,52.444],[-3.33,52.445],[-3.323,52.443],[-3.317,52.444],[-3.312,52.444],[-3.305,52.449],[-3.296,52.451],[-3.295,52.454],[-3.287,52.458],[-3.274,52.46],[-3.271,52.462],[-3.261,52.463],[-3.254,52.464],[-3.253,52.462],[-3.247,52.461],[-3.238,52.457],[-3.232,52.457],[-3.231,52.453],[-3.223,52.457],[-3.217,52.463],[-3.216,52.466],[-3.212,52.468],[-3.197,52.475],[-3.194,52.476],[-3.181,52.474],[-3.171,52.479],[-3.157,52.485],[-3.145,52.489],[-3.139,52.492],[-3.128,52.492],[-3.121,52.494],[-3.118,52.495],[-3.113,52.498],[-3.109,52.499],[-3.098,52.5],[-3.086,52.499],[-3.076,52.499],[-3.054,52.5],[-3.046,52.499],[-3.044,52.5],[-3.029,52.501],[-3.033,52.504],[-3.034,52.506],[-3.032,52.51],[-3.036,52.512],[-3.032,52.519],[-3.032,52.524],[-3.027,52.524],[-3.023,52.523],[-3.02,52.523],[-3.016,52.522],[-3.012,52.522],[-3.011,52.52],[-3.006,52.52],[-3.001,52.523],[-3.001,52.525],[-3.005,52.529],[-3.002,52.532],[-3.004,52.534],[-3,52.541],[-2.998,52.548],[-2.995,52.552],[-3,52.555],[-2.998,52.556],[-2.999,52.559],[-2.998,52.564],[-3.001,52.568],[-3.007,52.574],[-3.014,52.575],[-3.02,52.575],[-3.028,52.573],[-3.036,52.572],[-3.043,52.568],[-3.05,52.561],[-3.057,52.559],[-3.06,52.555],[-3.065,52.557],[-3.072,52.554],[-3.081,52.552],[-3.087,52.551],[-3.086,52.549],[-3.092,52.548],[-3.094,52.545],[-3.091,52.543],[-3.083,52.541],[-3.081,52.539],[-3.083,52.536],[-3.091,52.533],[-3.098,52.533],[-3.1,52.531],[-3.104,52.531],[-3.122,52.528],[-3.127,52.528],[-3.131,52.527],[-3.135,52.528],[-3.137,52.534],[-3.13,52.537],[-3.117,52.538],[-3.111,52.541],[-3.117,52.552],[-3.126,52.564],[-3.127,52.566],[-3.132,52.569],[-3.135,52.572],[-3.138,52.574],[-3.138,52.583],[-3.14,52.585],[-3.136,52.586],[-3.13,52.586],[-3.122,52.588],[-3.118,52.586],[-3.114,52.589],[-3.11,52.59],[-3.106,52.595],[-3.102,52.595],[-3.101,52.598],[-3.089,52.6],[-3.089,52.603],[-3.091,52.606],[-3.093,52.61],[-3.083,52.616],[-3.083,52.619],[-3.081,52.622],[-3.072,52.626],[-3.075,52.627],[-3.068,52.631],[-3.065,52.63],[-3.06,52.631],[-3.063,52.634],[-3.075,52.639],[-3.082,52.641],[-3.069,52.646],[-3.063,52.645],[-3.058,52.647],[-3.052,52.647],[-3.052,52.652],[-3.049,52.654],[-3.045,52.657],[-3.049,52.658],[-3.049,52.663],[-3.045,52.666],[-3.043,52.668],[-3.043,52.672],[-3.039,52.675],[-3.046,52.675],[-3.043,52.679],[-3.043,52.685],[-3.043,52.687],[-3.047,52.691],[-3.041,52.693],[-3.036,52.693],[-3.032,52.697],[-3.032,52.7],[-3.029,52.703],[-3.026,52.704],[-3.023,52.707],[-3.022,52.711],[-3.025,52.715],[-3.025,52.717],[-3.02,52.722],[-3.012,52.721],[-3.008,52.722],[-3.006,52.721],[-3.001,52.72],[-2.997,52.722],[-2.985,52.723],[-2.982,52.726],[-2.978,52.726],[-2.975,52.723],[-2.977,52.72],[-2.978,52.716],[-2.966,52.714],[-2.961,52.716],[-2.962,52.72],[-2.961,52.721],[-2.962,52.726],[-2.967,52.726],[-2.967,52.729],[-2.965,52.732],[-2.969,52.732],[-2.971,52.735],[-2.974,52.736],[-2.979,52.734],[-2.987,52.733],[-2.991,52.734],[-2.997,52.736],[-2.997,52.739],[-2.993,52.739],[-2.992,52.744],[-3,52.745],[-3.008,52.749],[-3.01,52.75],[-3.016,52.748],[-3.02,52.753],[-3.014,52.754],[-3.011,52.758],[-3.011,52.762],[-3.018,52.768],[-3.024,52.764],[-3.031,52.766],[-3.037,52.765],[-3.035,52.768],[-3.038,52.77],[-3.044,52.769],[-3.048,52.767],[-3.053,52.77],[-3.05,52.772],[-3.058,52.774],[-3.059,52.771],[-3.063,52.771],[-3.067,52.774],[-3.07,52.774],[-3.072,52.77],[-3.075,52.77],[-3.08,52.772],[-3.078,52.774],[-3.081,52.778],[-3.089,52.778],[-3.088,52.78],[-3.092,52.787],[-3.086,52.79],[-3.087,52.796],[-3.091,52.796],[-3.098,52.791],[-3.106,52.793],[-3.108,52.791],[-3.107,52.79],[-3.11,52.787],[-3.116,52.786],[-3.119,52.787],[-3.126,52.787],[-3.131,52.788],[-3.142,52.79],[-3.145,52.789],[-3.147,52.792],[-3.152,52.793],[-3.158,52.793],[-3.162,52.799],[-3.156,52.801],[-3.154,52.804],[-3.153,52.807],[-3.156,52.808],[-3.159,52.807],[-3.161,52.804],[-3.168,52.808],[-3.165,52.812],[-3.168,52.819],[-3.165,52.823],[-3.161,52.826],[-3.158,52.83],[-3.154,52.832],[-3.156,52.837],[-3.152,52.84],[-3.152,52.842],[-3.158,52.847],[-3.163,52.847],[-3.158,52.85],[-3.154,52.854],[-3.148,52.856],[-3.142,52.86],[-3.134,52.862],[-3.128,52.867],[-3.129,52.869],[-3.136,52.871],[-3.14,52.874],[-3.142,52.873],[-3.152,52.878],[-3.153,52.88],[-3.148,52.881],[-3.147,52.885],[-3.136,52.886],[-3.147,52.89],[-3.145,52.893],[-3.138,52.895],[-3.133,52.895],[-3.127,52.894],[-3.122,52.895],[-3.115,52.895],[-3.114,52.895],[-3.117,52.9],[-3.115,52.905],[-3.113,52.906],[-3.113,52.912],[-3.109,52.92],[-3.106,52.921],[-3.1,52.928],[-3.096,52.93],[-3.088,52.929],[-3.084,52.927],[-3.076,52.925],[-3.07,52.927],[-3.063,52.927],[-3.062,52.929],[-3.056,52.928],[-3.052,52.929],[-3.048,52.928],[-3.046,52.929],[-3.041,52.928],[-3.035,52.93],[-3.031,52.931],[-3.028,52.937],[-3.023,52.941],[-3.023,52.943],[-3.017,52.949],[-3.012,52.95],[-3.01,52.956],[-3.004,52.958],[-2.994,52.958],[-2.99,52.96],[-2.985,52.959],[-2.982,52.959],[-2.98,52.962],[-2.979,52.965],[-2.977,52.967]]]},"properties":{"Name":"Montgomeryshire and Glyndwr","ID":"W07000102"},"id":639}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.591,51.755],[-3.596,51.759],[-3.595,51.762],[-3.598,51.764],[-3.598,51.77],[-3.601,51.772],[-3.605,51.773],[-3.612,51.772],[-3.615,51.773],[-3.622,51.774],[-3.629,51.775],[-3.634,51.778],[-3.637,51.777],[-3.641,51.781],[-3.649,51.782],[-3.653,51.785],[-3.664,51.785],[-3.669,51.786],[-3.67,51.787],[-3.674,51.785],[-3.679,51.784],[-3.683,51.781],[-3.686,51.78],[-3.691,51.782],[-3.707,51.78],[-3.711,51.778],[-3.719,51.778],[-3.728,51.776],[-3.737,51.77],[-3.732,51.767],[-3.735,51.764],[-3.738,51.758],[-3.742,51.757],[-3.746,51.753],[-3.751,51.754],[-3.755,51.753],[-3.77,51.755],[-3.777,51.748],[-3.778,51.744],[-3.778,51.738],[-3.777,51.737],[-3.778,51.734],[-3.777,51.73],[-3.779,51.728],[-3.781,51.724],[-3.785,51.719],[-3.797,51.707],[-3.8,51.708],[-3.804,51.707],[-3.807,51.705],[-3.81,51.705],[-3.812,51.703],[-3.818,51.701],[-3.822,51.697],[-3.827,51.698],[-3.828,51.699],[-3.835,51.698],[-3.845,51.698],[-3.849,51.7],[-3.856,51.698],[-3.856,51.7],[-3.859,51.701],[-3.865,51.705],[-3.867,51.703],[-3.876,51.704],[-3.873,51.706],[-3.874,51.709],[-3.88,51.712],[-3.881,51.714],[-3.879,51.716],[-3.881,51.72],[-3.883,51.718],[-3.887,51.717],[-3.892,51.714],[-3.9,51.712],[-3.904,51.708],[-3.907,51.702],[-3.911,51.699],[-3.907,51.697],[-3.91,51.695],[-3.91,51.693],[-3.907,51.693],[-3.902,51.69],[-3.905,51.687],[-3.905,51.686],[-3.902,51.68],[-3.906,51.675],[-3.908,51.674],[-3.916,51.674],[-3.917,51.668],[-3.919,51.666],[-3.92,51.661],[-3.922,51.66],[-3.924,51.652],[-3.927,51.65],[-3.93,51.649],[-3.934,51.645],[-3.931,51.641],[-3.931,51.639],[-3.935,51.636],[-3.934,51.634],[-3.934,51.629],[-3.936,51.625],[-3.935,51.621],[-3.93,51.616],[-3.926,51.615],[-3.927,51.611],[-3.919,51.609],[-3.903,51.613],[-3.893,51.619],[-3.879,51.617],[-3.871,51.618],[-3.868,51.619],[-3.861,51.619],[-3.855,51.618],[-3.851,51.618],[-3.843,51.622],[-3.837,51.624],[-3.834,51.626],[-3.832,51.634],[-3.832,51.636],[-3.836,51.638],[-3.839,51.645],[-3.839,51.649],[-3.836,51.652],[-3.832,51.651],[-3.822,51.645],[-3.815,51.644],[-3.811,51.642],[-3.807,51.644],[-3.8,51.643],[-3.799,51.641],[-3.793,51.642],[-3.79,51.641],[-3.784,51.641],[-3.78,51.64],[-3.768,51.643],[-3.765,51.646],[-3.767,51.652],[-3.765,51.657],[-3.754,51.666],[-3.749,51.662],[-3.743,51.663],[-3.741,51.664],[-3.738,51.662],[-3.735,51.664],[-3.726,51.666],[-3.726,51.668],[-3.72,51.67],[-3.721,51.672],[-3.725,51.674],[-3.731,51.675],[-3.731,51.677],[-3.728,51.678],[-3.719,51.678],[-3.714,51.677],[-3.709,51.678],[-3.699,51.683],[-3.695,51.683],[-3.685,51.685],[-3.684,51.681],[-3.667,51.681],[-3.659,51.684],[-3.653,51.687],[-3.65,51.691],[-3.638,51.698],[-3.628,51.705],[-3.626,51.707],[-3.618,51.711],[-3.612,51.717],[-3.6,51.721],[-3.593,51.72],[-3.582,51.714],[-3.579,51.718],[-3.582,51.735],[-3.591,51.749],[-3.59,51.75],[-3.594,51.753],[-3.591,51.755]]]},"properties":{"Name":"Neath and Swansea East","ID":"W07000103"},"id":640}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.945,51.621],[-2.944,51.623],[-2.947,51.626],[-2.948,51.629],[-2.954,51.63],[-2.959,51.629],[-2.959,51.627],[-2.965,51.625],[-2.968,51.627],[-2.971,51.626],[-2.979,51.627],[-2.984,51.627],[-2.989,51.629],[-2.993,51.627],[-2.991,51.625],[-2.999,51.622],[-3,51.62],[-3.009,51.621],[-3.019,51.618],[-3.021,51.616],[-3.027,51.617],[-3.033,51.621],[-3.039,51.622],[-3.044,51.623],[-3.048,51.622],[-3.05,51.617],[-3.045,51.614],[-3.045,51.612],[-3.047,51.609],[-3.045,51.607],[-3.037,51.607],[-3.029,51.603],[-3.03,51.601],[-3.03,51.599],[-3.032,51.594],[-3.027,51.593],[-3.012,51.598],[-3.005,51.6],[-3.003,51.598],[-3.005,51.596],[-2.997,51.594],[-2.996,51.591],[-3.003,51.589],[-3.006,51.584],[-3.007,51.58],[-3.008,51.576],[-3.007,51.566],[-3.007,51.561],[-3.005,51.559],[-3,51.558],[-2.997,51.557],[-2.993,51.552],[-2.988,51.549],[-2.971,51.555],[-2.969,51.558],[-2.971,51.56],[-2.978,51.562],[-2.983,51.565],[-2.987,51.568],[-2.987,51.571],[-2.985,51.574],[-2.977,51.575],[-2.976,51.577],[-2.982,51.58],[-2.985,51.584],[-2.994,51.589],[-2.995,51.592],[-2.991,51.595],[-2.99,51.598],[-2.993,51.609],[-2.984,51.61],[-2.98,51.607],[-2.977,51.606],[-2.976,51.61],[-2.972,51.609],[-2.967,51.605],[-2.962,51.603],[-2.957,51.602],[-2.955,51.606],[-2.95,51.608],[-2.947,51.607],[-2.944,51.611],[-2.936,51.615],[-2.941,51.616],[-2.944,51.618],[-2.945,51.621]]],[[[-2.822,51.554],[-2.831,51.561],[-2.834,51.565],[-2.834,51.57],[-2.845,51.569],[-2.846,51.573],[-2.853,51.571],[-2.858,51.578],[-2.855,51.582],[-2.852,51.581],[-2.851,51.585],[-2.846,51.587],[-2.846,51.59],[-2.849,51.591],[-2.851,51.594],[-2.846,51.599],[-2.847,51.601],[-2.841,51.602],[-2.841,51.604],[-2.836,51.603],[-2.834,51.606],[-2.832,51.609],[-2.828,51.61],[-2.83,51.615],[-2.808,51.617],[-2.804,51.616],[-2.803,51.618],[-2.807,51.62],[-2.806,51.624],[-2.812,51.626],[-2.816,51.631],[-2.82,51.633],[-2.825,51.639],[-2.828,51.643],[-2.834,51.645],[-2.834,51.648],[-2.837,51.649],[-2.843,51.646],[-2.848,51.647],[-2.855,51.644],[-2.859,51.644],[-2.87,51.642],[-2.874,51.639],[-2.884,51.642],[-2.886,51.64],[-2.889,51.637],[-2.897,51.634],[-2.899,51.632],[-2.896,51.63],[-2.901,51.627],[-2.904,51.627],[-2.908,51.629],[-2.91,51.626],[-2.909,51.623],[-2.913,51.623],[-2.921,51.627],[-2.927,51.623],[-2.931,51.619],[-2.939,51.618],[-2.935,51.616],[-2.936,51.614],[-2.943,51.611],[-2.943,51.609],[-2.946,51.606],[-2.95,51.608],[-2.954,51.605],[-2.955,51.602],[-2.961,51.602],[-2.969,51.605],[-2.972,51.608],[-2.975,51.608],[-2.976,51.606],[-2.98,51.605],[-2.985,51.609],[-2.989,51.609],[-2.992,51.608],[-2.989,51.604],[-2.988,51.597],[-2.993,51.591],[-2.99,51.587],[-2.984,51.585],[-2.981,51.582],[-2.974,51.578],[-2.974,51.575],[-2.976,51.573],[-2.982,51.572],[-2.984,51.57],[-2.984,51.568],[-2.979,51.565],[-2.97,51.562],[-2.965,51.558],[-2.966,51.555],[-2.97,51.552],[-2.98,51.548],[-2.982,51.546],[-2.98,51.544],[-2.975,51.543],[-2.97,51.54],[-2.963,51.538],[-2.962,51.537],[-2.951,51.535],[-2.936,51.536],[-2.916,51.536],[-2.908,51.533],[-2.902,51.535],[-2.895,51.536],[-2.891,51.536],[-2.884,51.539],[-2.88,51.539],[-2.87,51.542],[-2.863,51.543],[-2.853,51.544],[-2.845,51.546],[-2.837,51.549],[-2.832,51.55],[-2.823,51.554],[-2.822,51.554]]]]},"properties":{"Name":"Newport East","ID":"W07000104"},"id":641}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.116,51.691],[-3.123,51.686],[-3.122,51.684],[-3.126,51.682],[-3.135,51.681],[-3.139,51.683],[-3.138,51.685],[-3.132,51.689],[-3.129,51.693],[-3.128,51.695],[-3.134,51.699],[-3.139,51.699],[-3.146,51.702],[-3.146,51.709],[-3.147,51.71],[-3.152,51.71],[-3.156,51.713],[-3.159,51.713],[-3.167,51.71],[-3.174,51.717],[-3.179,51.719],[-3.178,51.721],[-3.185,51.726],[-3.194,51.739],[-3.21,51.75],[-3.214,51.748],[-3.217,51.747],[-3.22,51.745],[-3.217,51.743],[-3.215,51.738],[-3.212,51.734],[-3.212,51.731],[-3.216,51.73],[-3.22,51.727],[-3.224,51.728],[-3.223,51.723],[-3.219,51.718],[-3.22,51.715],[-3.218,51.711],[-3.213,51.706],[-3.208,51.703],[-3.207,51.697],[-3.208,51.692],[-3.207,51.687],[-3.212,51.681],[-3.212,51.68],[-3.211,51.677],[-3.214,51.673],[-3.215,51.665],[-3.208,51.659],[-3.204,51.66],[-3.196,51.659],[-3.185,51.661],[-3.186,51.663],[-3.177,51.664],[-3.17,51.662],[-3.171,51.66],[-3.168,51.653],[-3.169,51.65],[-3.166,51.643],[-3.167,51.64],[-3.163,51.638],[-3.153,51.637],[-3.147,51.636],[-3.144,51.633],[-3.144,51.628],[-3.141,51.623],[-3.136,51.622],[-3.133,51.619],[-3.132,51.613],[-3.129,51.611],[-3.126,51.61],[-3.12,51.608],[-3.115,51.607],[-3.11,51.603],[-3.111,51.601],[-3.108,51.6],[-3.107,51.597],[-3.109,51.595],[-3.12,51.593],[-3.121,51.59],[-3.124,51.588],[-3.124,51.584],[-3.122,51.58],[-3.116,51.581],[-3.105,51.575],[-3.1,51.576],[-3.097,51.572],[-3.091,51.57],[-3.09,51.568],[-3.094,51.563],[-3.099,51.564],[-3.1,51.565],[-3.104,51.564],[-3.1,51.56],[-3.102,51.559],[-3.107,51.558],[-3.109,51.555],[-3.111,51.554],[-3.11,51.551],[-3.112,51.549],[-3.117,51.548],[-3.119,51.546],[-3.108,51.545],[-3.108,51.543],[-3.095,51.537],[-3.094,51.536],[-3.091,51.533],[-3.081,51.532],[-3.078,51.528],[-3.08,51.527],[-3.077,51.524],[-3.069,51.52],[-3.072,51.518],[-3.078,51.517],[-3.081,51.515],[-3.078,51.513],[-3.089,51.51],[-3.086,51.505],[-3.083,51.502],[-3.076,51.505],[-3.071,51.504],[-3.065,51.506],[-3.057,51.509],[-3.054,51.512],[-3.047,51.514],[-3.044,51.517],[-3.043,51.519],[-3.033,51.519],[-3.028,51.521],[-3.005,51.53],[-2.995,51.536],[-2.993,51.543],[-2.99,51.545],[-2.99,51.548],[-2.996,51.553],[-2.997,51.556],[-3.003,51.558],[-3.005,51.559],[-3.007,51.561],[-3.007,51.566],[-3.008,51.576],[-3.007,51.58],[-3.006,51.584],[-3.003,51.589],[-2.996,51.591],[-2.997,51.594],[-3.005,51.596],[-3.003,51.598],[-3.005,51.6],[-3.012,51.598],[-3.027,51.593],[-3.032,51.594],[-3.03,51.599],[-3.03,51.601],[-3.029,51.603],[-3.037,51.607],[-3.045,51.607],[-3.051,51.609],[-3.057,51.61],[-3.063,51.612],[-3.067,51.616],[-3.071,51.618],[-3.079,51.618],[-3.086,51.621],[-3.087,51.627],[-3.102,51.631],[-3.103,51.634],[-3.098,51.637],[-3.094,51.638],[-3.089,51.642],[-3.085,51.647],[-3.076,51.652],[-3.075,51.653],[-3.077,51.659],[-3.073,51.663],[-3.073,51.671],[-3.072,51.674],[-3.081,51.683],[-3.083,51.684],[-3.084,51.688],[-3.092,51.687],[-3.1,51.682],[-3.103,51.682],[-3.116,51.685],[-3.115,51.69],[-3.116,51.691]]]},"properties":{"Name":"Newport West and Islwyn","ID":"W07000105"},"id":642}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.314,51.645],[-3.314,51.648],[-3.316,51.649],[-3.313,51.651],[-3.314,51.656],[-3.318,51.656],[-3.324,51.654],[-3.329,51.655],[-3.334,51.66],[-3.34,51.667],[-3.343,51.668],[-3.344,51.671],[-3.349,51.677],[-3.357,51.682],[-3.365,51.696],[-3.372,51.702],[-3.381,51.711],[-3.391,51.705],[-3.396,51.703],[-3.395,51.7],[-3.399,51.699],[-3.402,51.696],[-3.4,51.694],[-3.403,51.692],[-3.399,51.69],[-3.402,51.686],[-3.407,51.68],[-3.406,51.678],[-3.419,51.668],[-3.426,51.671],[-3.43,51.667],[-3.43,51.665],[-3.424,51.659],[-3.423,51.66],[-3.41,51.647],[-3.405,51.639],[-3.4,51.634],[-3.392,51.628],[-3.384,51.625],[-3.379,51.622],[-3.382,51.618],[-3.379,51.616],[-3.381,51.613],[-3.38,51.61],[-3.378,51.607],[-3.378,51.602],[-3.374,51.599],[-3.374,51.597],[-3.37,51.591],[-3.373,51.588],[-3.376,51.582],[-3.372,51.579],[-3.37,51.575],[-3.372,51.566],[-3.375,51.565],[-3.38,51.567],[-3.382,51.566],[-3.394,51.566],[-3.403,51.568],[-3.406,51.567],[-3.409,51.562],[-3.409,51.56],[-3.416,51.556],[-3.421,51.555],[-3.43,51.555],[-3.436,51.553],[-3.44,51.556],[-3.439,51.561],[-3.454,51.566],[-3.453,51.569],[-3.467,51.566],[-3.473,51.568],[-3.48,51.57],[-3.484,51.573],[-3.486,51.57],[-3.482,51.568],[-3.477,51.566],[-3.478,51.56],[-3.48,51.559],[-3.475,51.557],[-3.47,51.554],[-3.47,51.549],[-3.467,51.546],[-3.463,51.543],[-3.468,51.54],[-3.475,51.54],[-3.477,51.539],[-3.482,51.531],[-3.48,51.529],[-3.483,51.527],[-3.484,51.522],[-3.488,51.517],[-3.495,51.514],[-3.498,51.513],[-3.489,51.513],[-3.475,51.515],[-3.465,51.515],[-3.453,51.511],[-3.443,51.51],[-3.44,51.508],[-3.433,51.506],[-3.429,51.508],[-3.428,51.506],[-3.423,51.507],[-3.42,51.505],[-3.417,51.507],[-3.41,51.506],[-3.413,51.509],[-3.414,51.513],[-3.412,51.514],[-3.411,51.518],[-3.401,51.521],[-3.396,51.524],[-3.396,51.529],[-3.393,51.531],[-3.393,51.533],[-3.39,51.533],[-3.391,51.53],[-3.39,51.528],[-3.377,51.532],[-3.37,51.533],[-3.369,51.53],[-3.366,51.531],[-3.365,51.533],[-3.357,51.535],[-3.354,51.534],[-3.35,51.533],[-3.344,51.535],[-3.338,51.536],[-3.336,51.537],[-3.327,51.535],[-3.324,51.536],[-3.322,51.539],[-3.323,51.542],[-3.321,51.543],[-3.313,51.543],[-3.31,51.549],[-3.306,51.548],[-3.3,51.549],[-3.298,51.548],[-3.29,51.55],[-3.285,51.55],[-3.281,51.551],[-3.274,51.551],[-3.273,51.548],[-3.271,51.553],[-3.271,51.556],[-3.274,51.56],[-3.277,51.562],[-3.278,51.564],[-3.285,51.569],[-3.279,51.57],[-3.271,51.566],[-3.264,51.569],[-3.268,51.573],[-3.269,51.577],[-3.266,51.579],[-3.27,51.584],[-3.277,51.587],[-3.281,51.585],[-3.288,51.588],[-3.291,51.592],[-3.294,51.598],[-3.293,51.601],[-3.296,51.603],[-3.303,51.615],[-3.3,51.618],[-3.306,51.621],[-3.303,51.624],[-3.305,51.628],[-3.303,51.629],[-3.303,51.635],[-3.308,51.639],[-3.314,51.645]]]},"properties":{"Name":"Pontypridd","ID":"W07000106"},"id":643}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.43,51.667],[-3.44,51.672],[-3.445,51.676],[-3.448,51.675],[-3.455,51.677],[-3.462,51.677],[-3.487,51.686],[-3.498,51.694],[-3.507,51.701],[-3.513,51.702],[-3.521,51.703],[-3.53,51.708],[-3.536,51.71],[-3.541,51.712],[-3.547,51.711],[-3.553,51.712],[-3.56,51.712],[-3.582,51.714],[-3.585,51.703],[-3.581,51.695],[-3.586,51.69],[-3.584,51.686],[-3.588,51.682],[-3.59,51.679],[-3.582,51.674],[-3.576,51.664],[-3.575,51.662],[-3.564,51.655],[-3.562,51.647],[-3.565,51.642],[-3.58,51.645],[-3.595,51.641],[-3.596,51.638],[-3.6,51.638],[-3.603,51.634],[-3.608,51.632],[-3.606,51.628],[-3.611,51.627],[-3.613,51.623],[-3.612,51.618],[-3.611,51.617],[-3.611,51.611],[-3.608,51.61],[-3.608,51.606],[-3.613,51.598],[-3.609,51.596],[-3.61,51.594],[-3.612,51.587],[-3.612,51.583],[-3.614,51.58],[-3.614,51.578],[-3.61,51.571],[-3.606,51.567],[-3.6,51.566],[-3.6,51.564],[-3.597,51.561],[-3.592,51.56],[-3.593,51.558],[-3.589,51.556],[-3.581,51.554],[-3.565,51.556],[-3.564,51.557],[-3.556,51.561],[-3.552,51.561],[-3.548,51.564],[-3.542,51.566],[-3.535,51.564],[-3.528,51.565],[-3.527,51.567],[-3.53,51.571],[-3.508,51.571],[-3.506,51.57],[-3.503,51.572],[-3.497,51.573],[-3.492,51.573],[-3.489,51.574],[-3.484,51.573],[-3.48,51.57],[-3.473,51.568],[-3.467,51.566],[-3.453,51.569],[-3.454,51.566],[-3.439,51.561],[-3.44,51.556],[-3.436,51.553],[-3.43,51.555],[-3.421,51.555],[-3.416,51.556],[-3.409,51.56],[-3.409,51.562],[-3.406,51.567],[-3.403,51.568],[-3.394,51.566],[-3.382,51.566],[-3.38,51.567],[-3.375,51.565],[-3.372,51.566],[-3.37,51.575],[-3.372,51.579],[-3.376,51.582],[-3.373,51.588],[-3.37,51.591],[-3.374,51.597],[-3.374,51.599],[-3.378,51.602],[-3.378,51.607],[-3.38,51.61],[-3.381,51.613],[-3.379,51.616],[-3.382,51.618],[-3.379,51.622],[-3.384,51.625],[-3.392,51.628],[-3.4,51.634],[-3.405,51.639],[-3.41,51.647],[-3.423,51.66],[-3.424,51.659],[-3.43,51.665],[-3.43,51.667]]]},"properties":{"Name":"Rhondda and Ogmore","ID":"W07000107"},"id":644}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.994,51.598],[-3.986,51.603],[-3.977,51.607],[-3.961,51.612],[-3.954,51.613],[-3.943,51.613],[-3.94,51.614],[-3.929,51.613],[-3.93,51.616],[-3.935,51.621],[-3.936,51.625],[-3.934,51.629],[-3.934,51.634],[-3.935,51.636],[-3.931,51.639],[-3.931,51.641],[-3.934,51.645],[-3.93,51.649],[-3.927,51.65],[-3.924,51.652],[-3.922,51.66],[-3.92,51.661],[-3.919,51.666],[-3.917,51.668],[-3.916,51.674],[-3.908,51.674],[-3.906,51.675],[-3.902,51.68],[-3.905,51.686],[-3.905,51.687],[-3.902,51.69],[-3.907,51.693],[-3.91,51.693],[-3.916,51.693],[-3.921,51.69],[-3.93,51.688],[-3.941,51.683],[-3.945,51.679],[-3.948,51.678],[-3.946,51.676],[-3.951,51.669],[-3.95,51.668],[-3.963,51.663],[-3.964,51.661],[-3.971,51.659],[-3.976,51.659],[-3.983,51.658],[-3.984,51.656],[-3.992,51.655],[-3.984,51.65],[-3.98,51.649],[-3.979,51.648],[-3.973,51.645],[-3.972,51.646],[-3.963,51.642],[-3.961,51.639],[-3.964,51.636],[-3.976,51.631],[-3.979,51.628],[-3.985,51.63],[-3.988,51.631],[-3.992,51.631],[-4.005,51.634],[-4.009,51.632],[-4.006,51.629],[-4.006,51.627],[-4.001,51.626],[-4.007,51.623],[-4.008,51.618],[-4.012,51.614],[-4.013,51.611],[-4.007,51.608],[-4.005,51.606],[-4.004,51.603],[-4.001,51.6],[-3.994,51.598]]]},"properties":{"Name":"Swansea West","ID":"W07000108"},"id":645}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.959,51.629],[-2.96,51.631],[-2.969,51.632],[-2.972,51.634],[-2.975,51.637],[-2.974,51.639],[-2.979,51.642],[-2.979,51.645],[-2.976,51.647],[-2.977,51.651],[-2.979,51.654],[-2.99,51.659],[-2.991,51.664],[-2.997,51.667],[-3,51.667],[-3.003,51.67],[-3.003,51.673],[-3.002,51.678],[-2.99,51.68],[-2.99,51.676],[-2.982,51.675],[-2.978,51.679],[-2.975,51.686],[-2.971,51.69],[-2.969,51.691],[-2.971,51.694],[-2.98,51.693],[-2.983,51.692],[-2.99,51.692],[-2.998,51.691],[-3.002,51.691],[-2.999,51.697],[-2.997,51.7],[-2.995,51.701],[-2.992,51.706],[-2.986,51.709],[-2.985,51.711],[-2.982,51.714],[-2.985,51.716],[-2.992,51.719],[-2.997,51.718],[-3.001,51.721],[-3.005,51.721],[-3.014,51.719],[-3.019,51.72],[-3.025,51.718],[-3.034,51.726],[-3.028,51.74],[-3.028,51.745],[-3.035,51.753],[-3.044,51.756],[-3.049,51.76],[-3.051,51.764],[-3.048,51.766],[-3.048,51.77],[-3.043,51.77],[-3.059,51.784],[-3.077,51.789],[-3.082,51.788],[-3.096,51.792],[-3.108,51.796],[-3.116,51.795],[-3.122,51.795],[-3.134,51.793],[-3.144,51.786],[-3.124,51.771],[-3.106,51.761],[-3.115,51.759],[-3.115,51.755],[-3.11,51.751],[-3.111,51.745],[-3.106,51.742],[-3.108,51.737],[-3.112,51.735],[-3.11,51.728],[-3.109,51.726],[-3.109,51.722],[-3.106,51.721],[-3.11,51.719],[-3.108,51.715],[-3.109,51.703],[-3.115,51.698],[-3.114,51.696],[-3.117,51.695],[-3.116,51.691],[-3.115,51.69],[-3.116,51.685],[-3.103,51.682],[-3.1,51.682],[-3.092,51.687],[-3.084,51.688],[-3.083,51.684],[-3.081,51.683],[-3.072,51.674],[-3.073,51.671],[-3.073,51.663],[-3.077,51.659],[-3.075,51.653],[-3.076,51.652],[-3.085,51.647],[-3.089,51.642],[-3.094,51.638],[-3.098,51.637],[-3.103,51.634],[-3.102,51.631],[-3.087,51.627],[-3.086,51.621],[-3.079,51.618],[-3.071,51.618],[-3.067,51.616],[-3.063,51.612],[-3.057,51.61],[-3.051,51.609],[-3.045,51.607],[-3.047,51.609],[-3.045,51.612],[-3.045,51.614],[-3.05,51.617],[-3.048,51.622],[-3.044,51.623],[-3.039,51.622],[-3.033,51.621],[-3.027,51.617],[-3.021,51.616],[-3.019,51.618],[-3.009,51.621],[-3,51.62],[-2.999,51.622],[-2.991,51.625],[-2.993,51.627],[-2.989,51.629],[-2.984,51.627],[-2.979,51.627],[-2.971,51.626],[-2.968,51.627],[-2.965,51.625],[-2.959,51.627],[-2.959,51.629]]]},"properties":{"Name":"Torfaen","ID":"W07000109"},"id":646}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.41,51.506],[-3.417,51.507],[-3.42,51.505],[-3.423,51.507],[-3.428,51.506],[-3.429,51.508],[-3.433,51.506],[-3.44,51.508],[-3.443,51.51],[-3.453,51.511],[-3.465,51.515],[-3.475,51.515],[-3.489,51.513],[-3.498,51.513],[-3.508,51.508],[-3.509,51.506],[-3.516,51.503],[-3.529,51.5],[-3.525,51.497],[-3.529,51.496],[-3.528,51.494],[-3.539,51.491],[-3.534,51.489],[-3.532,51.485],[-3.534,51.482],[-3.555,51.493],[-3.566,51.49],[-3.575,51.486],[-3.58,51.485],[-3.584,51.483],[-3.593,51.482],[-3.597,51.484],[-3.605,51.482],[-3.612,51.481],[-3.615,51.48],[-3.62,51.477],[-3.625,51.474],[-3.632,51.473],[-3.642,51.468],[-3.642,51.463],[-3.637,51.461],[-3.636,51.459],[-3.629,51.455],[-3.619,51.452],[-3.612,51.448],[-3.606,51.446],[-3.604,51.441],[-3.599,51.442],[-3.595,51.438],[-3.59,51.435],[-3.587,51.43],[-3.584,51.429],[-3.576,51.418],[-3.571,51.416],[-3.567,51.413],[-3.564,51.409],[-3.562,51.404],[-3.559,51.401],[-3.551,51.4],[-3.54,51.398],[-3.534,51.398],[-3.527,51.4],[-3.52,51.4],[-3.516,51.398],[-3.508,51.398],[-3.496,51.395],[-3.489,51.395],[-3.477,51.392],[-3.472,51.393],[-3.466,51.391],[-3.457,51.389],[-3.448,51.388],[-3.441,51.388],[-3.433,51.388],[-3.427,51.387],[-3.423,51.388],[-3.415,51.388],[-3.409,51.386],[-3.405,51.381],[-3.399,51.382],[-3.394,51.382],[-3.382,51.385],[-3.381,51.383],[-3.373,51.384],[-3.366,51.384],[-3.358,51.384],[-3.341,51.381],[-3.333,51.383],[-3.325,51.387],[-3.317,51.389],[-3.311,51.393],[-3.303,51.392],[-3.298,51.391],[-3.291,51.386],[-3.288,51.39],[-3.289,51.391],[-3.284,51.394],[-3.279,51.393],[-3.282,51.389],[-3.274,51.39],[-3.271,51.39],[-3.268,51.388],[-3.265,51.388],[-3.266,51.392],[-3.26,51.395],[-3.256,51.393],[-3.251,51.397],[-3.249,51.396],[-3.239,51.397],[-3.241,51.4],[-3.239,51.403],[-3.242,51.405],[-3.235,51.408],[-3.234,51.41],[-3.236,51.413],[-3.231,51.415],[-3.235,51.417],[-3.248,51.422],[-3.254,51.426],[-3.261,51.433],[-3.259,51.435],[-3.255,51.436],[-3.249,51.436],[-3.253,51.44],[-3.252,51.443],[-3.25,51.444],[-3.246,51.444],[-3.242,51.447],[-3.242,51.449],[-3.238,51.45],[-3.242,51.453],[-3.241,51.456],[-3.247,51.461],[-3.249,51.463],[-3.252,51.464],[-3.258,51.463],[-3.258,51.465],[-3.271,51.465],[-3.28,51.474],[-3.283,51.481],[-3.288,51.487],[-3.294,51.492],[-3.296,51.498],[-3.298,51.5],[-3.306,51.502],[-3.311,51.505],[-3.312,51.507],[-3.318,51.506],[-3.33,51.508],[-3.342,51.509],[-3.354,51.51],[-3.358,51.512],[-3.362,51.511],[-3.365,51.512],[-3.371,51.509],[-3.379,51.512],[-3.383,51.51],[-3.389,51.51],[-3.396,51.508],[-3.4,51.503],[-3.4,51.5],[-3.404,51.499],[-3.408,51.502],[-3.41,51.506]]]},"properties":{"Name":"Vale of Glamorgan","ID":"W07000110"},"id":647}, - {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.964,53.133],[-2.97,53.133],[-2.972,53.134],[-2.98,53.132],[-2.995,53.131],[-3.001,53.126],[-3.005,53.124],[-3.003,53.12],[-3.006,53.12],[-3.006,53.116],[-3.015,53.109],[-3.018,53.109],[-3.019,53.107],[-3.025,53.104],[-3.029,53.104],[-3.027,53.095],[-3.032,53.097],[-3.038,53.095],[-3.039,53.091],[-3.044,53.089],[-3.059,53.085],[-3.063,53.085],[-3.067,53.086],[-3.071,53.09],[-3.079,53.088],[-3.086,53.083],[-3.092,53.082],[-3.095,53.079],[-3.104,53.078],[-3.11,53.074],[-3.117,53.072],[-3.121,53.073],[-3.124,53.074],[-3.13,53.072],[-3.127,53.069],[-3.13,53.065],[-3.129,53.061],[-3.137,53.052],[-3.148,53.044],[-3.141,53.041],[-3.137,53.041],[-3.131,53.044],[-3.125,53.04],[-3.119,53.04],[-3.11,53.05],[-3.091,53.041],[-3.086,53.041],[-3.088,53.038],[-3.082,53.038],[-3.078,53.04],[-3.072,53.041],[-3.07,53.043],[-3.064,53.044],[-3.059,53.043],[-3.049,53.038],[-3.047,53.039],[-3.041,53.037],[-3.038,53.039],[-3.035,53.04],[-3.024,53.04],[-3.022,53.037],[-3.017,53.039],[-3.012,53.036],[-3.016,53.033],[-3.013,53.029],[-3.015,53.024],[-3.012,53.024],[-3.013,53.019],[-3.011,53.018],[-3.011,53.009],[-3.009,53.008],[-2.998,53.009],[-2.999,53.006],[-3,52.999],[-2.996,52.995],[-2.995,52.992],[-2.997,52.991],[-2.998,52.988],[-3.003,52.985],[-3.003,52.98],[-2.999,52.975],[-2.994,52.977],[-2.99,52.976],[-2.986,52.972],[-2.985,52.971],[-2.982,52.97],[-2.977,52.967],[-2.975,52.969],[-2.968,52.964],[-2.973,52.96],[-2.962,52.956],[-2.959,52.951],[-2.949,52.946],[-2.937,52.943],[-2.932,52.94],[-2.927,52.939],[-2.927,52.942],[-2.92,52.943],[-2.909,52.942],[-2.902,52.945],[-2.901,52.948],[-2.896,52.951],[-2.891,52.951],[-2.887,52.952],[-2.886,52.948],[-2.884,52.947],[-2.872,52.945],[-2.867,52.945],[-2.855,52.944],[-2.848,52.945],[-2.843,52.942],[-2.84,52.942],[-2.842,52.938],[-2.838,52.932],[-2.824,52.923],[-2.823,52.92],[-2.812,52.914],[-2.812,52.909],[-2.807,52.907],[-2.803,52.901],[-2.8,52.895],[-2.795,52.897],[-2.793,52.901],[-2.782,52.909],[-2.776,52.912],[-2.755,52.925],[-2.745,52.924],[-2.729,52.925],[-2.726,52.931],[-2.727,52.934],[-2.726,52.941],[-2.726,52.946],[-2.727,52.948],[-2.728,52.954],[-2.724,52.956],[-2.727,52.959],[-2.728,52.962],[-2.727,52.965],[-2.728,52.967],[-2.733,52.968],[-2.735,52.97],[-2.731,52.975],[-2.732,52.977],[-2.727,52.981],[-2.727,52.983],[-2.732,52.985],[-2.737,52.985],[-2.744,52.987],[-2.753,52.986],[-2.76,52.986],[-2.762,52.987],[-2.761,52.991],[-2.764,52.994],[-2.768,52.994],[-2.776,52.994],[-2.78,52.993],[-2.783,52.996],[-2.785,52.994],[-2.79,52.996],[-2.799,52.99],[-2.803,52.99],[-2.806,52.992],[-2.815,52.993],[-2.819,52.994],[-2.825,52.994],[-2.828,52.994],[-2.835,52.998],[-2.836,53.002],[-2.841,53.007],[-2.841,53.01],[-2.839,53.011],[-2.844,53.018],[-2.847,53.019],[-2.852,53.017],[-2.859,53.02],[-2.861,53.023],[-2.86,53.029],[-2.856,53.033],[-2.856,53.037],[-2.859,53.039],[-2.862,53.039],[-2.867,53.041],[-2.862,53.042],[-2.866,53.044],[-2.868,53.046],[-2.863,53.049],[-2.863,53.052],[-2.86,53.053],[-2.86,53.055],[-2.866,53.059],[-2.87,53.057],[-2.872,53.059],[-2.865,53.061],[-2.864,53.063],[-2.869,53.07],[-2.873,53.07],[-2.878,53.07],[-2.875,53.073],[-2.881,53.074],[-2.879,53.078],[-2.876,53.082],[-2.88,53.083],[-2.891,53.087],[-2.893,53.092],[-2.901,53.091],[-2.9,53.098],[-2.895,53.099],[-2.892,53.097],[-2.887,53.105],[-2.893,53.104],[-2.892,53.109],[-2.889,53.109],[-2.884,53.111],[-2.884,53.113],[-2.882,53.118],[-2.883,53.122],[-2.892,53.118],[-2.897,53.114],[-2.899,53.114],[-2.903,53.112],[-2.908,53.113],[-2.912,53.113],[-2.92,53.116],[-2.924,53.119],[-2.932,53.12],[-2.934,53.121],[-2.938,53.121],[-2.941,53.122],[-2.945,53.122],[-2.946,53.127],[-2.958,53.13],[-2.96,53.132],[-2.964,53.133]]]},"properties":{"Name":"Wrexham","ID":"W07000111"},"id":648}, - {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.03,53.316],[-4.028,53.317],[-4.02,53.321],[-4.026,53.321],[-4.03,53.319],[-4.032,53.317],[-4.03,53.316]]],[[[-4.623,53.328],[-4.628,53.326],[-4.642,53.325],[-4.647,53.323],[-4.653,53.323],[-4.662,53.319],[-4.667,53.319],[-4.669,53.322],[-4.675,53.321],[-4.679,53.323],[-4.681,53.321],[-4.681,53.316],[-4.686,53.311],[-4.689,53.312],[-4.696,53.309],[-4.697,53.307],[-4.691,53.301],[-4.688,53.299],[-4.681,53.301],[-4.678,53.299],[-4.68,53.297],[-4.677,53.295],[-4.679,53.293],[-4.684,53.291],[-4.687,53.288],[-4.686,53.284],[-4.682,53.282],[-4.676,53.284],[-4.667,53.281],[-4.664,53.283],[-4.66,53.283],[-4.66,53.286],[-4.651,53.287],[-4.652,53.285],[-4.646,53.283],[-4.642,53.285],[-4.638,53.282],[-4.63,53.28],[-4.628,53.281],[-4.624,53.279],[-4.62,53.28],[-4.616,53.278],[-4.62,53.276],[-4.625,53.268],[-4.62,53.267],[-4.62,53.265],[-4.619,53.262],[-4.614,53.259],[-4.609,53.256],[-4.612,53.253],[-4.614,53.248],[-4.61,53.245],[-4.604,53.245],[-4.597,53.24],[-4.593,53.242],[-4.592,53.244],[-4.588,53.245],[-4.588,53.242],[-4.584,53.241],[-4.579,53.242],[-4.567,53.244],[-4.565,53.246],[-4.559,53.247],[-4.561,53.25],[-4.558,53.253],[-4.563,53.256],[-4.565,53.259],[-4.569,53.26],[-4.569,53.262],[-4.563,53.263],[-4.562,53.264],[-4.568,53.266],[-4.571,53.265],[-4.575,53.266],[-4.58,53.271],[-4.58,53.273],[-4.583,53.275],[-4.588,53.274],[-4.593,53.275],[-4.595,53.278],[-4.592,53.279],[-4.595,53.281],[-4.598,53.282],[-4.598,53.287],[-4.595,53.288],[-4.593,53.291],[-4.589,53.291],[-4.588,53.299],[-4.593,53.304],[-4.596,53.306],[-4.604,53.305],[-4.605,53.303],[-4.613,53.304],[-4.615,53.306],[-4.615,53.309],[-4.617,53.31],[-4.621,53.311],[-4.625,53.313],[-4.622,53.317],[-4.625,53.319],[-4.627,53.315],[-4.629,53.314],[-4.633,53.317],[-4.637,53.317],[-4.642,53.318],[-4.646,53.317],[-4.648,53.32],[-4.645,53.324],[-4.64,53.325],[-4.628,53.326],[-4.623,53.328]]],[[[-4.57,53.404],[-4.573,53.404],[-4.575,53.402],[-4.575,53.399],[-4.572,53.397],[-4.57,53.395],[-4.572,53.392],[-4.567,53.391],[-4.564,53.389],[-4.568,53.384],[-4.563,53.38],[-4.562,53.377],[-4.559,53.377],[-4.555,53.375],[-4.557,53.372],[-4.557,53.369],[-4.56,53.362],[-4.562,53.358],[-4.567,53.357],[-4.566,53.356],[-4.566,53.35],[-4.569,53.348],[-4.57,53.346],[-4.567,53.344],[-4.571,53.341],[-4.57,53.338],[-4.572,53.335],[-4.575,53.333],[-4.58,53.334],[-4.584,53.331],[-4.581,53.329],[-4.583,53.326],[-4.572,53.324],[-4.57,53.321],[-4.57,53.318],[-4.564,53.318],[-4.562,53.317],[-4.561,53.313],[-4.563,53.31],[-4.563,53.307],[-4.564,53.303],[-4.566,53.302],[-4.564,53.3],[-4.561,53.302],[-4.551,53.303],[-4.545,53.308],[-4.542,53.308],[-4.546,53.304],[-4.547,53.301],[-4.556,53.298],[-4.56,53.298],[-4.561,53.296],[-4.567,53.294],[-4.573,53.29],[-4.576,53.286],[-4.583,53.283],[-4.582,53.28],[-4.583,53.276],[-4.577,53.274],[-4.575,53.276],[-4.572,53.273],[-4.564,53.272],[-4.566,53.269],[-4.559,53.264],[-4.554,53.266],[-4.558,53.26],[-4.552,53.255],[-4.553,53.25],[-4.549,53.245],[-4.539,53.241],[-4.536,53.237],[-4.526,53.235],[-4.521,53.232],[-4.524,53.226],[-4.521,53.223],[-4.516,53.223],[-4.506,53.217],[-4.503,53.214],[-4.501,53.211],[-4.505,53.209],[-4.505,53.207],[-4.5,53.204],[-4.503,53.201],[-4.506,53.193],[-4.504,53.191],[-4.506,53.189],[-4.504,53.187],[-4.494,53.186],[-4.491,53.188],[-4.486,53.185],[-4.49,53.181],[-4.486,53.177],[-4.481,53.18],[-4.476,53.18],[-4.473,53.182],[-4.467,53.182],[-4.467,53.184],[-4.458,53.179],[-4.459,53.175],[-4.457,53.172],[-4.452,53.17],[-4.451,53.166],[-4.449,53.162],[-4.443,53.161],[-4.443,53.155],[-4.436,53.159],[-4.431,53.159],[-4.428,53.161],[-4.426,53.166],[-4.421,53.168],[-4.415,53.171],[-4.411,53.178],[-4.408,53.179],[-4.402,53.181],[-4.401,53.184],[-4.397,53.188],[-4.385,53.191],[-4.381,53.183],[-4.382,53.178],[-4.387,53.17],[-4.395,53.171],[-4.401,53.169],[-4.406,53.169],[-4.409,53.167],[-4.417,53.166],[-4.42,53.164],[-4.42,53.162],[-4.417,53.159],[-4.415,53.154],[-4.41,53.149],[-4.408,53.144],[-4.416,53.136],[-4.414,53.135],[-4.41,53.138],[-4.406,53.14],[-4.407,53.143],[-4.403,53.145],[-4.395,53.145],[-4.38,53.142],[-4.375,53.139],[-4.367,53.135],[-4.358,53.131],[-4.348,53.131],[-4.335,53.128],[-4.33,53.127],[-4.327,53.128],[-4.337,53.13],[-4.346,53.135],[-4.344,53.138],[-4.34,53.14],[-4.336,53.146],[-4.337,53.148],[-4.328,53.147],[-4.325,53.146],[-4.318,53.144],[-4.299,53.149],[-4.283,53.156],[-4.28,53.158],[-4.277,53.162],[-4.274,53.165],[-4.266,53.167],[-4.256,53.173],[-4.249,53.176],[-4.245,53.179],[-4.236,53.182],[-4.231,53.182],[-4.224,53.184],[-4.216,53.19],[-4.214,53.195],[-4.216,53.2],[-4.214,53.205],[-4.212,53.209],[-4.205,53.214],[-4.197,53.216],[-4.186,53.217],[-4.183,53.221],[-4.178,53.224],[-4.172,53.223],[-4.166,53.221],[-4.162,53.222],[-4.159,53.227],[-4.161,53.228],[-4.158,53.232],[-4.156,53.233],[-4.15,53.236],[-4.143,53.237],[-4.137,53.241],[-4.129,53.245],[-4.124,53.247],[-4.11,53.252],[-4.105,53.255],[-4.098,53.261],[-4.087,53.263],[-4.086,53.267],[-4.086,53.275],[-4.076,53.281],[-4.071,53.291],[-4.065,53.295],[-4.059,53.295],[-4.057,53.297],[-4.058,53.301],[-4.052,53.305],[-4.046,53.305],[-4.044,53.308],[-4.041,53.309],[-4.041,53.312],[-4.045,53.311],[-4.054,53.313],[-4.057,53.315],[-4.068,53.313],[-4.071,53.312],[-4.083,53.314],[-4.089,53.315],[-4.092,53.315],[-4.098,53.318],[-4.106,53.318],[-4.109,53.319],[-4.119,53.319],[-4.135,53.315],[-4.137,53.312],[-4.141,53.31],[-4.144,53.305],[-4.148,53.304],[-4.172,53.303],[-4.174,53.301],[-4.182,53.3],[-4.188,53.298],[-4.194,53.298],[-4.201,53.296],[-4.21,53.296],[-4.214,53.299],[-4.213,53.302],[-4.207,53.307],[-4.204,53.313],[-4.206,53.315],[-4.209,53.315],[-4.219,53.319],[-4.22,53.32],[-4.22,53.326],[-4.221,53.329],[-4.224,53.332],[-4.224,53.334],[-4.227,53.337],[-4.232,53.338],[-4.233,53.34],[-4.228,53.344],[-4.231,53.347],[-4.236,53.348],[-4.236,53.353],[-4.234,53.353],[-4.23,53.358],[-4.238,53.357],[-4.24,53.359],[-4.247,53.361],[-4.252,53.361],[-4.257,53.359],[-4.265,53.361],[-4.266,53.363],[-4.264,53.365],[-4.265,53.367],[-4.269,53.371],[-4.273,53.373],[-4.274,53.375],[-4.281,53.375],[-4.276,53.371],[-4.287,53.365],[-4.291,53.367],[-4.288,53.37],[-4.286,53.373],[-4.282,53.376],[-4.277,53.378],[-4.278,53.38],[-4.273,53.383],[-4.27,53.387],[-4.269,53.391],[-4.271,53.392],[-4.27,53.396],[-4.275,53.397],[-4.276,53.401],[-4.274,53.402],[-4.277,53.405],[-4.285,53.407],[-4.283,53.41],[-4.288,53.416],[-4.294,53.412],[-4.297,53.414],[-4.306,53.414],[-4.312,53.415],[-4.316,53.417],[-4.324,53.417],[-4.325,53.418],[-4.333,53.415],[-4.333,53.417],[-4.34,53.419],[-4.342,53.417],[-4.352,53.416],[-4.354,53.415],[-4.363,53.416],[-4.366,53.418],[-4.367,53.421],[-4.373,53.424],[-4.38,53.426],[-4.382,53.424],[-4.393,53.425],[-4.397,53.423],[-4.403,53.421],[-4.406,53.422],[-4.405,53.427],[-4.41,53.427],[-4.417,53.426],[-4.426,53.43],[-4.429,53.428],[-4.436,53.428],[-4.442,53.425],[-4.449,53.424],[-4.446,53.421],[-4.453,53.418],[-4.447,53.416],[-4.45,53.413],[-4.454,53.414],[-4.454,53.416],[-4.46,53.416],[-4.468,53.417],[-4.476,53.419],[-4.472,53.422],[-4.478,53.422],[-4.481,53.419],[-4.484,53.42],[-4.486,53.416],[-4.489,53.415],[-4.487,53.413],[-4.496,53.413],[-4.5,53.414],[-4.503,53.412],[-4.504,53.409],[-4.512,53.41],[-4.517,53.414],[-4.52,53.412],[-4.524,53.412],[-4.528,53.411],[-4.528,53.407],[-4.537,53.406],[-4.549,53.406],[-4.551,53.404],[-4.557,53.404],[-4.562,53.407],[-4.569,53.406],[-4.57,53.404]]]]},"properties":{"Name":"Ynys Môn","ID":"W07000112"},"id":649}]} \ No newline at end of file + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.775,51.332],[-0.783,51.336],[-0.787,51.339],[-0.793,51.34],[-0.798,51.342],[-0.809,51.341],[-0.814,51.342],[-0.814,51.345],[-0.819,51.349],[-0.825,51.35],[-0.826,51.352],[-0.831,51.353],[-0.837,51.353],[-0.843,51.352],[-0.842,51.349],[-0.831,51.348],[-0.833,51.343],[-0.83,51.343],[-0.833,51.336],[-0.825,51.332],[-0.824,51.329],[-0.825,51.323],[-0.839,51.322],[-0.838,51.318],[-0.835,51.312],[-0.838,51.307],[-0.836,51.301],[-0.834,51.299],[-0.797,51.302],[-0.797,51.298],[-0.802,51.295],[-0.802,51.292],[-0.8,51.289],[-0.796,51.287],[-0.798,51.285],[-0.79,51.282],[-0.807,51.276],[-0.803,51.272],[-0.805,51.27],[-0.804,51.261],[-0.806,51.258],[-0.806,51.253],[-0.805,51.245],[-0.802,51.239],[-0.797,51.24],[-0.79,51.242],[-0.775,51.241],[-0.771,51.239],[-0.77,51.236],[-0.761,51.235],[-0.752,51.232],[-0.746,51.23],[-0.742,51.231],[-0.739,51.234],[-0.739,51.236],[-0.736,51.238],[-0.738,51.241],[-0.735,51.247],[-0.736,51.249],[-0.734,51.251],[-0.731,51.252],[-0.729,51.256],[-0.733,51.258],[-0.734,51.26],[-0.732,51.262],[-0.731,51.268],[-0.73,51.27],[-0.73,51.274],[-0.733,51.277],[-0.731,51.28],[-0.733,51.282],[-0.734,51.284],[-0.736,51.285],[-0.737,51.29],[-0.737,51.292],[-0.74,51.296],[-0.739,51.301],[-0.744,51.306],[-0.745,51.31],[-0.751,51.313],[-0.756,51.314],[-0.759,51.317],[-0.763,51.318],[-0.765,51.325],[-0.769,51.328],[-0.772,51.328],[-0.775,51.332]]]},"properties":{"PCON24NM":"Aldershot","PCON24CD":"E14001063"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.905,52.643],[-1.91,52.644],[-1.918,52.65],[-1.917,52.652],[-1.909,52.654],[-1.913,52.658],[-1.924,52.656],[-1.934,52.662],[-1.94,52.656],[-1.946,52.657],[-1.954,52.663],[-1.955,52.663],[-1.96,52.662],[-1.956,52.656],[-1.955,52.654],[-1.961,52.654],[-1.96,52.645],[-1.963,52.644],[-1.965,52.641],[-1.971,52.642],[-1.976,52.64],[-1.985,52.64],[-1.987,52.64],[-1.991,52.637],[-1.988,52.636],[-1.988,52.633],[-1.985,52.625],[-1.979,52.624],[-1.975,52.621],[-1.973,52.618],[-1.968,52.615],[-1.967,52.612],[-1.97,52.602],[-1.973,52.598],[-1.968,52.599],[-1.953,52.6],[-1.952,52.598],[-1.946,52.595],[-1.942,52.591],[-1.95,52.572],[-1.956,52.571],[-1.945,52.563],[-1.942,52.561],[-1.936,52.56],[-1.933,52.559],[-1.933,52.554],[-1.929,52.554],[-1.923,52.551],[-1.918,52.547],[-1.912,52.552],[-1.908,52.553],[-1.899,52.555],[-1.896,52.559],[-1.892,52.562],[-1.879,52.57],[-1.876,52.58],[-1.873,52.585],[-1.875,52.586],[-1.88,52.589],[-1.884,52.594],[-1.892,52.599],[-1.892,52.601],[-1.887,52.607],[-1.885,52.611],[-1.886,52.615],[-1.893,52.622],[-1.897,52.625],[-1.904,52.628],[-1.91,52.632],[-1.916,52.635],[-1.91,52.639],[-1.905,52.643]]]},"properties":{"PCON24NM":"Aldridge-Brownhills","PCON24CD":"E14001064"},"PCON24CD":1}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.316,53.435],[-2.319,53.433],[-2.327,53.433],[-2.334,53.436],[-2.336,53.438],[-2.341,53.436],[-2.343,53.438],[-2.349,53.432],[-2.35,53.428],[-2.354,53.425],[-2.36,53.424],[-2.362,53.418],[-2.369,53.415],[-2.372,53.416],[-2.395,53.415],[-2.405,53.415],[-2.407,53.411],[-2.414,53.41],[-2.426,53.411],[-2.428,53.411],[-2.433,53.41],[-2.439,53.411],[-2.447,53.414],[-2.454,53.413],[-2.463,53.403],[-2.466,53.4],[-2.472,53.398],[-2.478,53.396],[-2.476,53.395],[-2.476,53.394],[-2.471,53.392],[-2.465,53.395],[-2.455,53.394],[-2.448,53.395],[-2.446,53.392],[-2.432,53.388],[-2.428,53.388],[-2.425,53.387],[-2.421,53.387],[-2.417,53.385],[-2.411,53.384],[-2.407,53.38],[-2.401,53.378],[-2.4,53.375],[-2.396,53.374],[-2.39,53.371],[-2.381,53.37],[-2.378,53.366],[-2.367,53.364],[-2.365,53.363],[-2.36,53.364],[-2.361,53.366],[-2.357,53.369],[-2.348,53.368],[-2.344,53.367],[-2.341,53.367],[-2.333,53.366],[-2.33,53.363],[-2.328,53.36],[-2.324,53.361],[-2.32,53.359],[-2.314,53.359],[-2.314,53.357],[-2.306,53.358],[-2.3,53.36],[-2.297,53.362],[-2.294,53.368],[-2.291,53.373],[-2.286,53.376],[-2.289,53.377],[-2.293,53.381],[-2.297,53.382],[-2.3,53.385],[-2.3,53.392],[-2.305,53.397],[-2.307,53.397],[-2.32,53.412],[-2.328,53.41],[-2.331,53.409],[-2.341,53.407],[-2.346,53.408],[-2.339,53.413],[-2.318,53.432],[-2.316,53.435]]]},"properties":{"PCON24NM":"Altrincham and Sale West","PCON24CD":"E14001065"},"PCON24CD":2}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.332,53.081],[-1.344,53.086],[-1.353,53.086],[-1.365,53.093],[-1.364,53.096],[-1.37,53.099],[-1.37,53.102],[-1.373,53.104],[-1.373,53.108],[-1.379,53.109],[-1.387,53.106],[-1.395,53.105],[-1.403,53.107],[-1.409,53.107],[-1.413,53.106],[-1.419,53.106],[-1.424,53.103],[-1.427,53.105],[-1.434,53.106],[-1.448,53.104],[-1.453,53.107],[-1.456,53.11],[-1.46,53.108],[-1.461,53.11],[-1.465,53.111],[-1.469,53.106],[-1.469,53.101],[-1.472,53.099],[-1.47,53.096],[-1.465,53.092],[-1.462,53.087],[-1.458,53.083],[-1.466,53.083],[-1.47,53.076],[-1.476,53.075],[-1.479,53.073],[-1.477,53.068],[-1.48,53.068],[-1.484,53.064],[-1.488,53.064],[-1.484,53.06],[-1.483,53.055],[-1.48,53.049],[-1.482,53.047],[-1.482,53.046],[-1.454,53.04],[-1.45,53.038],[-1.443,53.037],[-1.445,53.034],[-1.449,53.024],[-1.451,53.022],[-1.456,53.02],[-1.461,53.016],[-1.462,53.013],[-1.464,53.011],[-1.463,53.009],[-1.47,53.008],[-1.472,53.002],[-1.469,52.999],[-1.471,52.996],[-1.471,52.993],[-1.467,52.994],[-1.464,52.992],[-1.463,52.983],[-1.461,52.984],[-1.451,52.982],[-1.445,52.979],[-1.432,52.979],[-1.424,52.981],[-1.418,52.98],[-1.416,52.981],[-1.41,52.98],[-1.409,52.977],[-1.404,52.979],[-1.395,52.981],[-1.394,52.982],[-1.384,52.982],[-1.386,52.979],[-1.378,52.977],[-1.375,52.974],[-1.372,52.973],[-1.367,52.977],[-1.362,52.977],[-1.359,52.978],[-1.347,52.978],[-1.341,52.979],[-1.333,52.978],[-1.328,52.984],[-1.331,52.987],[-1.328,52.987],[-1.323,52.99],[-1.323,52.993],[-1.318,52.997],[-1.317,52.999],[-1.313,53.002],[-1.307,53.004],[-1.312,53.005],[-1.316,53.009],[-1.32,53.011],[-1.319,53.016],[-1.322,53.02],[-1.325,53.026],[-1.331,53.03],[-1.333,53.036],[-1.333,53.038],[-1.334,53.041],[-1.333,53.045],[-1.333,53.048],[-1.336,53.052],[-1.336,53.053],[-1.34,53.059],[-1.345,53.063],[-1.344,53.069],[-1.342,53.071],[-1.337,53.074],[-1.334,53.079],[-1.332,53.081]]]},"properties":{"PCON24NM":"Amber Valley","PCON24CD":"E14001066"},"PCON24CD":3}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.529,50.866],[-0.526,50.867],[-0.528,50.871],[-0.532,50.873],[-0.536,50.872],[-0.536,50.868],[-0.539,50.866],[-0.532,50.864],[-0.529,50.866]]],[[[-0.239,50.95],[-0.245,50.95],[-0.248,50.953],[-0.252,50.956],[-0.259,50.955],[-0.266,50.957],[-0.274,50.955],[-0.275,50.954],[-0.275,50.953],[-0.282,50.95],[-0.284,50.95],[-0.29,50.949],[-0.293,50.947],[-0.293,50.945],[-0.295,50.943],[-0.297,50.943],[-0.298,50.943],[-0.298,50.942],[-0.299,50.941],[-0.299,50.94],[-0.303,50.935],[-0.306,50.934],[-0.31,50.931],[-0.31,50.928],[-0.307,50.923],[-0.3,50.918],[-0.3,50.914],[-0.298,50.911],[-0.295,50.911],[-0.292,50.908],[-0.292,50.901],[-0.294,50.899],[-0.303,50.899],[-0.303,50.896],[-0.307,50.893],[-0.309,50.889],[-0.307,50.888],[-0.308,50.885],[-0.307,50.882],[-0.303,50.88],[-0.304,50.877],[-0.303,50.875],[-0.303,50.872],[-0.298,50.868],[-0.299,50.865],[-0.3,50.865],[-0.293,50.863],[-0.286,50.864],[-0.28,50.863],[-0.269,50.864],[-0.262,50.862],[-0.257,50.862],[-0.257,50.867],[-0.259,50.871],[-0.25,50.871],[-0.248,50.864],[-0.245,50.864],[-0.241,50.865],[-0.239,50.868],[-0.245,50.869],[-0.249,50.873],[-0.248,50.875],[-0.246,50.876],[-0.244,50.884],[-0.243,50.891],[-0.244,50.902],[-0.242,50.902],[-0.244,50.907],[-0.237,50.908],[-0.233,50.911],[-0.227,50.913],[-0.226,50.916],[-0.229,50.919],[-0.229,50.922],[-0.23,50.93],[-0.23,50.933],[-0.232,50.936],[-0.229,50.938],[-0.228,50.942],[-0.224,50.943],[-0.225,50.948],[-0.23,50.949],[-0.239,50.95]]],[[[-0.321,50.948],[-0.328,50.947],[-0.333,50.949],[-0.337,50.948],[-0.34,50.944],[-0.351,50.942],[-0.352,50.947],[-0.355,50.95],[-0.359,50.952],[-0.366,50.951],[-0.369,50.946],[-0.38,50.942],[-0.383,50.941],[-0.389,50.946],[-0.388,50.948],[-0.394,50.951],[-0.395,50.954],[-0.392,50.964],[-0.397,50.963],[-0.404,50.964],[-0.406,50.966],[-0.402,50.971],[-0.405,50.974],[-0.407,50.976],[-0.41,50.973],[-0.413,50.974],[-0.412,50.979],[-0.407,50.988],[-0.413,50.989],[-0.415,50.988],[-0.419,50.99],[-0.419,50.994],[-0.417,50.999],[-0.414,51.003],[-0.417,51.003],[-0.418,51.006],[-0.421,51.007],[-0.424,51.003],[-0.431,51.003],[-0.433,51.001],[-0.435,50.994],[-0.437,50.992],[-0.44,50.992],[-0.443,50.988],[-0.448,50.993],[-0.461,50.997],[-0.463,50.994],[-0.472,50.996],[-0.474,50.995],[-0.48,50.996],[-0.483,50.995],[-0.489,50.996],[-0.49,50.998],[-0.497,50.999],[-0.502,50.996],[-0.505,50.997],[-0.509,50.996],[-0.515,50.996],[-0.518,50.999],[-0.516,51.001],[-0.511,51.004],[-0.511,51.008],[-0.504,51.006],[-0.503,51.009],[-0.492,51.011],[-0.489,51.01],[-0.484,51.012],[-0.487,51.016],[-0.479,51.019],[-0.477,51.021],[-0.478,51.023],[-0.475,51.026],[-0.476,51.032],[-0.474,51.034],[-0.476,51.037],[-0.483,51.039],[-0.484,51.042],[-0.479,51.045],[-0.479,51.047],[-0.477,51.052],[-0.477,51.057],[-0.482,51.056],[-0.484,51.059],[-0.485,51.062],[-0.478,51.066],[-0.48,51.068],[-0.485,51.068],[-0.486,51.07],[-0.488,51.082],[-0.489,51.086],[-0.492,51.094],[-0.503,51.089],[-0.507,51.088],[-0.513,51.089],[-0.517,51.091],[-0.523,51.092],[-0.527,51.09],[-0.529,51.092],[-0.535,51.094],[-0.537,51.091],[-0.536,51.089],[-0.533,51.086],[-0.539,51.082],[-0.541,51.083],[-0.551,51.083],[-0.556,51.084],[-0.558,51.083],[-0.567,51.085],[-0.569,51.086],[-0.578,51.087],[-0.588,51.084],[-0.595,51.08],[-0.6,51.08],[-0.605,51.081],[-0.608,51.082],[-0.615,51.085],[-0.621,51.088],[-0.63,51.089],[-0.634,51.087],[-0.638,51.085],[-0.646,51.084],[-0.648,51.083],[-0.654,51.083],[-0.657,51.082],[-0.664,51.082],[-0.669,51.077],[-0.679,51.076],[-0.682,51.075],[-0.687,51.076],[-0.696,51.072],[-0.704,51.077],[-0.706,51.079],[-0.715,51.077],[-0.723,51.078],[-0.73,51.08],[-0.732,51.084],[-0.738,51.085],[-0.745,51.085],[-0.753,51.086],[-0.756,51.085],[-0.762,51.086],[-0.767,51.085],[-0.771,51.083],[-0.781,51.079],[-0.783,51.076],[-0.788,51.072],[-0.796,51.065],[-0.8,51.063],[-0.806,51.064],[-0.812,51.063],[-0.813,51.066],[-0.816,51.065],[-0.816,51.062],[-0.82,51.061],[-0.823,51.062],[-0.826,51.061],[-0.83,51.063],[-0.83,51.067],[-0.831,51.069],[-0.837,51.069],[-0.843,51.067],[-0.845,51.065],[-0.85,51.059],[-0.85,51.056],[-0.851,51.049],[-0.853,51.045],[-0.861,51.042],[-0.867,51.039],[-0.877,51.031],[-0.883,51.027],[-0.888,51.026],[-0.895,51.023],[-0.897,51.022],[-0.899,51.018],[-0.897,51.016],[-0.898,51.01],[-0.894,51.007],[-0.893,51.003],[-0.896,51.001],[-0.9,51.001],[-0.904,50.999],[-0.908,50.994],[-0.908,50.991],[-0.912,50.987],[-0.915,50.981],[-0.918,50.978],[-0.915,50.971],[-0.92,50.965],[-0.925,50.962],[-0.929,50.958],[-0.929,50.952],[-0.93,50.948],[-0.932,50.945],[-0.939,50.944],[-0.937,50.942],[-0.931,50.935],[-0.926,50.937],[-0.916,50.937],[-0.907,50.94],[-0.895,50.94],[-0.891,50.938],[-0.886,50.941],[-0.876,50.942],[-0.87,50.944],[-0.865,50.947],[-0.855,50.948],[-0.852,50.953],[-0.847,50.949],[-0.846,50.946],[-0.849,50.943],[-0.845,50.942],[-0.846,50.935],[-0.849,50.931],[-0.845,50.931],[-0.841,50.929],[-0.834,50.93],[-0.83,50.933],[-0.829,50.936],[-0.828,50.938],[-0.828,50.939],[-0.829,50.941],[-0.828,50.945],[-0.827,50.945],[-0.826,50.948],[-0.822,50.95],[-0.82,50.952],[-0.815,50.951],[-0.815,50.947],[-0.812,50.945],[-0.811,50.942],[-0.807,50.94],[-0.803,50.938],[-0.798,50.941],[-0.784,50.94],[-0.785,50.936],[-0.78,50.936],[-0.775,50.935],[-0.774,50.933],[-0.768,50.926],[-0.766,50.922],[-0.766,50.917],[-0.761,50.914],[-0.761,50.909],[-0.763,50.903],[-0.77,50.9],[-0.774,50.896],[-0.775,50.892],[-0.77,50.893],[-0.756,50.892],[-0.754,50.891],[-0.749,50.892],[-0.744,50.891],[-0.738,50.893],[-0.729,50.895],[-0.728,50.892],[-0.719,50.889],[-0.72,50.884],[-0.722,50.88],[-0.726,50.878],[-0.729,50.874],[-0.73,50.871],[-0.735,50.868],[-0.734,50.867],[-0.737,50.862],[-0.736,50.859],[-0.737,50.857],[-0.736,50.853],[-0.734,50.852],[-0.724,50.854],[-0.717,50.855],[-0.703,50.856],[-0.686,50.855],[-0.69,50.852],[-0.691,50.849],[-0.694,50.847],[-0.693,50.844],[-0.693,50.836],[-0.688,50.829],[-0.686,50.823],[-0.687,50.821],[-0.683,50.819],[-0.677,50.818],[-0.669,50.814],[-0.668,50.81],[-0.666,50.808],[-0.661,50.808],[-0.655,50.806],[-0.655,50.804],[-0.65,50.803],[-0.644,50.802],[-0.639,50.8],[-0.635,50.8],[-0.633,50.802],[-0.629,50.803],[-0.63,50.807],[-0.636,50.809],[-0.644,50.814],[-0.638,50.817],[-0.633,50.819],[-0.631,50.823],[-0.626,50.825],[-0.622,50.826],[-0.62,50.829],[-0.624,50.83],[-0.623,50.833],[-0.617,50.832],[-0.61,50.834],[-0.609,50.831],[-0.6,50.832],[-0.592,50.831],[-0.584,50.832],[-0.576,50.832],[-0.569,50.832],[-0.571,50.833],[-0.571,50.836],[-0.565,50.837],[-0.566,50.84],[-0.566,50.844],[-0.561,50.851],[-0.552,50.854],[-0.548,50.851],[-0.542,50.853],[-0.539,50.858],[-0.541,50.859],[-0.547,50.86],[-0.545,50.866],[-0.54,50.866],[-0.536,50.868],[-0.536,50.873],[-0.531,50.873],[-0.527,50.87],[-0.525,50.867],[-0.53,50.864],[-0.533,50.864],[-0.542,50.866],[-0.544,50.866],[-0.546,50.86],[-0.541,50.859],[-0.539,50.857],[-0.541,50.853],[-0.547,50.851],[-0.552,50.854],[-0.56,50.851],[-0.565,50.844],[-0.565,50.837],[-0.57,50.836],[-0.571,50.833],[-0.568,50.832],[-0.567,50.829],[-0.564,50.828],[-0.556,50.829],[-0.54,50.83],[-0.538,50.831],[-0.528,50.83],[-0.522,50.828],[-0.521,50.827],[-0.516,50.826],[-0.501,50.835],[-0.501,50.838],[-0.51,50.839],[-0.508,50.844],[-0.499,50.846],[-0.497,50.85],[-0.498,50.853],[-0.495,50.856],[-0.498,50.857],[-0.498,50.862],[-0.497,50.864],[-0.493,50.867],[-0.489,50.874],[-0.487,50.876],[-0.481,50.876],[-0.477,50.885],[-0.472,50.885],[-0.465,50.884],[-0.462,50.889],[-0.461,50.892],[-0.455,50.897],[-0.451,50.895],[-0.452,50.891],[-0.449,50.882],[-0.44,50.878],[-0.437,50.883],[-0.431,50.89],[-0.431,50.893],[-0.427,50.893],[-0.427,50.889],[-0.424,50.886],[-0.414,50.886],[-0.412,50.884],[-0.413,50.881],[-0.409,50.88],[-0.406,50.884],[-0.402,50.886],[-0.396,50.892],[-0.393,50.893],[-0.389,50.892],[-0.389,50.889],[-0.385,50.889],[-0.38,50.886],[-0.364,50.888],[-0.367,50.884],[-0.366,50.877],[-0.365,50.875],[-0.36,50.873],[-0.355,50.869],[-0.349,50.866],[-0.349,50.864],[-0.34,50.863],[-0.326,50.864],[-0.32,50.865],[-0.311,50.865],[-0.308,50.867],[-0.299,50.866],[-0.299,50.868],[-0.304,50.872],[-0.303,50.875],[-0.305,50.877],[-0.303,50.88],[-0.307,50.882],[-0.309,50.885],[-0.308,50.887],[-0.31,50.889],[-0.307,50.894],[-0.304,50.896],[-0.304,50.899],[-0.294,50.899],[-0.292,50.901],[-0.293,50.908],[-0.295,50.91],[-0.298,50.911],[-0.3,50.914],[-0.3,50.918],[-0.307,50.922],[-0.31,50.928],[-0.309,50.931],[-0.306,50.934],[-0.303,50.935],[-0.302,50.937],[-0.307,50.941],[-0.309,50.947],[-0.313,50.948],[-0.319,50.947],[-0.32,50.947],[-0.321,50.948]]]]},"properties":{"PCON24NM":"Arundel and South Downs","PCON24CD":"E14001067"},"PCON24CD":4}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.23,53.178],[-1.239,53.179],[-1.245,53.175],[-1.245,53.173],[-1.249,53.171],[-1.25,53.168],[-1.254,53.165],[-1.259,53.164],[-1.262,53.167],[-1.268,53.168],[-1.275,53.168],[-1.281,53.167],[-1.289,53.171],[-1.296,53.171],[-1.298,53.169],[-1.3,53.168],[-1.301,53.164],[-1.304,53.165],[-1.308,53.163],[-1.313,53.164],[-1.317,53.165],[-1.319,53.163],[-1.323,53.162],[-1.323,53.16],[-1.326,53.158],[-1.322,53.151],[-1.321,53.143],[-1.318,53.138],[-1.315,53.136],[-1.318,53.135],[-1.322,53.131],[-1.32,53.128],[-1.315,53.126],[-1.311,53.118],[-1.312,53.116],[-1.31,53.113],[-1.312,53.109],[-1.309,53.108],[-1.304,53.103],[-1.302,53.101],[-1.307,53.099],[-1.309,53.095],[-1.303,53.089],[-1.308,53.086],[-1.322,53.085],[-1.326,53.084],[-1.332,53.081],[-1.334,53.079],[-1.337,53.074],[-1.342,53.071],[-1.344,53.069],[-1.345,53.063],[-1.34,53.059],[-1.336,53.053],[-1.33,53.054],[-1.32,53.048],[-1.314,53.048],[-1.311,53.047],[-1.308,53.048],[-1.306,53.046],[-1.304,53.042],[-1.299,53.046],[-1.295,53.046],[-1.288,53.048],[-1.279,53.047],[-1.279,53.044],[-1.271,53.042],[-1.269,53.039],[-1.266,53.038],[-1.258,53.041],[-1.247,53.044],[-1.239,53.049],[-1.232,53.05],[-1.228,53.053],[-1.229,53.058],[-1.231,53.061],[-1.23,53.068],[-1.228,53.071],[-1.226,53.077],[-1.226,53.081],[-1.219,53.085],[-1.21,53.085],[-1.203,53.087],[-1.2,53.091],[-1.195,53.093],[-1.196,53.095],[-1.187,53.099],[-1.175,53.102],[-1.164,53.103],[-1.17,53.11],[-1.176,53.112],[-1.178,53.115],[-1.169,53.115],[-1.168,53.116],[-1.17,53.121],[-1.172,53.122],[-1.194,53.12],[-1.201,53.122],[-1.203,53.124],[-1.21,53.126],[-1.223,53.13],[-1.238,53.139],[-1.24,53.14],[-1.237,53.146],[-1.241,53.153],[-1.239,53.153],[-1.228,53.152],[-1.227,53.155],[-1.221,53.159],[-1.225,53.163],[-1.222,53.165],[-1.217,53.162],[-1.214,53.166],[-1.23,53.172],[-1.231,53.175],[-1.23,53.178]]]},"properties":{"PCON24NM":"Ashfield","PCON24CD":"E14001068"},"PCON24CD":5}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.148,51.177],[1.144,51.179],[1.138,51.184],[1.131,51.186],[1.127,51.186],[1.116,51.188],[1.118,51.192],[1.115,51.194],[1.113,51.189],[1.109,51.187],[1.097,51.189],[1.085,51.19],[1.08,51.192],[1.075,51.197],[1.067,51.201],[1.058,51.205],[1.055,51.19],[1.055,51.189],[1.05,51.185],[1.042,51.187],[1.042,51.184],[1.04,51.182],[1.029,51.181],[1.021,51.179],[1.018,51.179],[1.014,51.181],[1.008,51.182],[1.004,51.18],[0.999,51.182],[0.99,51.188],[0.99,51.191],[0.986,51.192],[0.979,51.192],[0.973,51.193],[0.972,51.191],[0.967,51.192],[0.967,51.197],[0.965,51.198],[0.959,51.197],[0.95,51.2],[0.951,51.203],[0.946,51.203],[0.943,51.198],[0.94,51.198],[0.938,51.195],[0.932,51.193],[0.924,51.196],[0.921,51.192],[0.917,51.194],[0.914,51.192],[0.914,51.189],[0.911,51.186],[0.91,51.183],[0.913,51.183],[0.913,51.18],[0.91,51.177],[0.911,51.176],[0.91,51.173],[0.897,51.177],[0.892,51.178],[0.884,51.175],[0.879,51.176],[0.875,51.174],[0.87,51.174],[0.867,51.175],[0.86,51.174],[0.853,51.17],[0.852,51.168],[0.839,51.161],[0.84,51.155],[0.837,51.153],[0.845,51.151],[0.847,51.149],[0.843,51.143],[0.839,51.144],[0.838,51.142],[0.828,51.14],[0.829,51.137],[0.827,51.134],[0.834,51.131],[0.836,51.134],[0.838,51.131],[0.838,51.127],[0.845,51.125],[0.849,51.123],[0.858,51.12],[0.86,51.122],[0.869,51.119],[0.871,51.117],[0.868,51.114],[0.87,51.113],[0.88,51.109],[0.88,51.112],[0.88,51.121],[0.885,51.118],[0.898,51.113],[0.895,51.106],[0.893,51.099],[0.895,51.094],[0.901,51.095],[0.907,51.096],[0.922,51.094],[0.926,51.099],[0.93,51.1],[0.935,51.103],[0.936,51.106],[0.939,51.107],[0.944,51.105],[0.948,51.103],[0.953,51.102],[0.955,51.104],[0.958,51.105],[0.969,51.106],[0.974,51.107],[0.98,51.104],[0.982,51.102],[0.985,51.1],[0.983,51.093],[0.983,51.091],[0.99,51.09],[0.989,51.084],[0.996,51.082],[0.997,51.083],[0.997,51.086],[0.999,51.087],[0.998,51.091],[1,51.095],[1.01,51.093],[1.012,51.091],[1.012,51.088],[1.015,51.086],[1.02,51.09],[1.027,51.089],[1.033,51.086],[1.036,51.086],[1.038,51.095],[1.041,51.097],[1.048,51.095],[1.047,51.091],[1.052,51.093],[1.058,51.093],[1.065,51.097],[1.069,51.101],[1.073,51.102],[1.082,51.104],[1.085,51.102],[1.086,51.094],[1.09,51.092],[1.095,51.087],[1.102,51.087],[1.109,51.089],[1.113,51.088],[1.117,51.087],[1.128,51.1],[1.138,51.102],[1.15,51.101],[1.164,51.102],[1.172,51.105],[1.175,51.102],[1.182,51.1],[1.185,51.1],[1.195,51.097],[1.199,51.097],[1.203,51.1],[1.196,51.102],[1.197,51.105],[1.194,51.111],[1.196,51.116],[1.197,51.118],[1.189,51.119],[1.186,51.121],[1.181,51.119],[1.178,51.124],[1.175,51.122],[1.172,51.125],[1.176,51.129],[1.179,51.135],[1.182,51.133],[1.185,51.135],[1.188,51.135],[1.189,51.139],[1.208,51.15],[1.211,51.151],[1.208,51.157],[1.201,51.155],[1.191,51.154],[1.183,51.158],[1.181,51.156],[1.177,51.157],[1.177,51.162],[1.171,51.161],[1.169,51.163],[1.162,51.158],[1.157,51.16],[1.153,51.163],[1.144,51.166],[1.143,51.169],[1.144,51.174],[1.148,51.177]]]},"properties":{"PCON24NM":"Ashford","PCON24CD":"E14001069"},"PCON24CD":6}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.062,53.522],[-2.065,53.523],[-2.071,53.521],[-2.078,53.521],[-2.092,53.521],[-2.095,53.516],[-2.1,53.514],[-2.103,53.51],[-2.111,53.508],[-2.12,53.506],[-2.12,53.502],[-2.127,53.499],[-2.132,53.498],[-2.135,53.495],[-2.136,53.492],[-2.141,53.491],[-2.148,53.493],[-2.154,53.493],[-2.157,53.494],[-2.162,53.493],[-2.166,53.489],[-2.17,53.487],[-2.167,53.481],[-2.165,53.477],[-2.162,53.475],[-2.156,53.475],[-2.15,53.473],[-2.15,53.471],[-2.147,53.468],[-2.15,53.464],[-2.148,53.463],[-2.14,53.463],[-2.13,53.465],[-2.126,53.464],[-2.125,53.461],[-2.117,53.462],[-2.118,53.463],[-2.103,53.466],[-2.1,53.462],[-2.098,53.464],[-2.097,53.465],[-2.081,53.465],[-2.077,53.467],[-2.073,53.472],[-2.076,53.472],[-2.075,53.475],[-2.079,53.476],[-2.076,53.479],[-2.073,53.487],[-2.068,53.492],[-2.069,53.497],[-2.062,53.499],[-2.059,53.502],[-2.056,53.505],[-2.057,53.509],[-2.055,53.511],[-2.057,53.513],[-2.062,53.513],[-2.061,53.518],[-2.062,53.522]]]},"properties":{"PCON24NM":"Ashton-under-Lyne","PCON24CD":"E14001070"},"PCON24CD":7}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.702,51.909],[-0.705,51.911],[-0.715,51.915],[-0.724,51.919],[-0.725,51.919],[-0.733,51.923],[-0.74,51.919],[-0.743,51.919],[-0.75,51.913],[-0.754,51.911],[-0.756,51.908],[-0.767,51.903],[-0.77,51.905],[-0.774,51.906],[-0.781,51.905],[-0.786,51.905],[-0.791,51.903],[-0.796,51.899],[-0.796,51.894],[-0.799,51.892],[-0.803,51.894],[-0.802,51.897],[-0.806,51.898],[-0.811,51.897],[-0.826,51.897],[-0.83,51.895],[-0.834,51.898],[-0.838,51.897],[-0.839,51.895],[-0.851,51.886],[-0.853,51.883],[-0.858,51.883],[-0.859,51.882],[-0.863,51.877],[-0.862,51.876],[-0.854,51.871],[-0.855,51.87],[-0.861,51.866],[-0.861,51.864],[-0.859,51.859],[-0.855,51.857],[-0.854,51.852],[-0.849,51.848],[-0.847,51.849],[-0.84,51.852],[-0.838,51.856],[-0.833,51.854],[-0.829,51.849],[-0.83,51.846],[-0.828,51.838],[-0.83,51.836],[-0.827,51.832],[-0.829,51.831],[-0.834,51.831],[-0.841,51.833],[-0.845,51.832],[-0.846,51.83],[-0.854,51.827],[-0.858,51.828],[-0.861,51.826],[-0.851,51.821],[-0.852,51.818],[-0.848,51.817],[-0.838,51.812],[-0.842,51.81],[-0.839,51.807],[-0.834,51.809],[-0.831,51.807],[-0.827,51.802],[-0.826,51.8],[-0.822,51.797],[-0.82,51.794],[-0.809,51.793],[-0.804,51.796],[-0.796,51.798],[-0.792,51.794],[-0.784,51.797],[-0.779,51.79],[-0.776,51.785],[-0.765,51.778],[-0.756,51.775],[-0.749,51.777],[-0.745,51.779],[-0.743,51.782],[-0.746,51.789],[-0.744,51.789],[-0.75,51.793],[-0.743,51.798],[-0.737,51.795],[-0.723,51.783],[-0.716,51.781],[-0.715,51.778],[-0.712,51.777],[-0.71,51.773],[-0.704,51.768],[-0.701,51.764],[-0.695,51.761],[-0.692,51.759],[-0.687,51.762],[-0.673,51.768],[-0.676,51.771],[-0.677,51.776],[-0.676,51.779],[-0.679,51.782],[-0.681,51.788],[-0.688,51.791],[-0.689,51.793],[-0.682,51.795],[-0.683,51.797],[-0.69,51.804],[-0.692,51.806],[-0.696,51.81],[-0.699,51.812],[-0.701,51.815],[-0.709,51.821],[-0.712,51.818],[-0.719,51.816],[-0.723,51.818],[-0.729,51.822],[-0.733,51.828],[-0.738,51.831],[-0.738,51.834],[-0.745,51.838],[-0.746,51.842],[-0.736,51.842],[-0.733,51.848],[-0.728,51.85],[-0.723,51.85],[-0.723,51.854],[-0.717,51.857],[-0.71,51.858],[-0.707,51.854],[-0.702,51.858],[-0.696,51.858],[-0.692,51.857],[-0.687,51.849],[-0.695,51.841],[-0.688,51.84],[-0.684,51.836],[-0.678,51.826],[-0.672,51.82],[-0.669,51.819],[-0.667,51.816],[-0.663,51.816],[-0.651,51.815],[-0.648,51.814],[-0.644,51.816],[-0.634,51.819],[-0.633,51.82],[-0.626,51.816],[-0.621,51.815],[-0.615,51.815],[-0.612,51.812],[-0.606,51.812],[-0.597,51.814],[-0.595,51.814],[-0.595,51.811],[-0.592,51.808],[-0.582,51.807],[-0.577,51.812],[-0.574,51.816],[-0.575,51.819],[-0.567,51.82],[-0.563,51.824],[-0.561,51.826],[-0.561,51.83],[-0.557,51.831],[-0.554,51.827],[-0.549,51.828],[-0.543,51.825],[-0.539,51.829],[-0.538,51.831],[-0.54,51.832],[-0.549,51.836],[-0.551,51.839],[-0.556,51.843],[-0.556,51.845],[-0.561,51.845],[-0.565,51.848],[-0.567,51.851],[-0.57,51.852],[-0.571,51.855],[-0.569,51.858],[-0.574,51.861],[-0.577,51.866],[-0.582,51.868],[-0.584,51.87],[-0.587,51.871],[-0.609,51.876],[-0.613,51.878],[-0.62,51.885],[-0.627,51.883],[-0.637,51.883],[-0.655,51.888],[-0.659,51.891],[-0.66,51.895],[-0.667,51.897],[-0.674,51.902],[-0.678,51.902],[-0.683,51.9],[-0.693,51.9],[-0.696,51.902],[-0.696,51.904],[-0.702,51.909]]]},"properties":{"PCON24NM":"Aylesbury","PCON24CD":"E14001071"},"PCON24CD":8}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.295,52.135],[-1.298,52.135],[-1.299,52.138],[-1.305,52.141],[-1.308,52.144],[-1.306,52.146],[-1.311,52.15],[-1.318,52.153],[-1.318,52.156],[-1.324,52.162],[-1.33,52.166],[-1.332,52.168],[-1.334,52.166],[-1.334,52.159],[-1.338,52.159],[-1.343,52.153],[-1.342,52.151],[-1.343,52.149],[-1.341,52.145],[-1.35,52.141],[-1.348,52.138],[-1.35,52.135],[-1.355,52.136],[-1.363,52.135],[-1.364,52.137],[-1.37,52.135],[-1.37,52.133],[-1.387,52.126],[-1.393,52.119],[-1.392,52.117],[-1.385,52.117],[-1.382,52.117],[-1.378,52.118],[-1.372,52.118],[-1.37,52.113],[-1.365,52.11],[-1.359,52.105],[-1.358,52.101],[-1.362,52.101],[-1.371,52.099],[-1.374,52.1],[-1.378,52.096],[-1.385,52.094],[-1.388,52.098],[-1.397,52.102],[-1.402,52.106],[-1.404,52.11],[-1.412,52.113],[-1.414,52.115],[-1.421,52.118],[-1.425,52.118],[-1.437,52.117],[-1.442,52.115],[-1.449,52.116],[-1.453,52.113],[-1.449,52.108],[-1.448,52.105],[-1.448,52.1],[-1.447,52.098],[-1.468,52.097],[-1.471,52.098],[-1.474,52.101],[-1.477,52.101],[-1.48,52.094],[-1.488,52.094],[-1.485,52.091],[-1.486,52.088],[-1.49,52.086],[-1.491,52.084],[-1.494,52.082],[-1.493,52.08],[-1.491,52.077],[-1.493,52.075],[-1.498,52.074],[-1.502,52.072],[-1.502,52.066],[-1.499,52.064],[-1.497,52.059],[-1.5,52.052],[-1.502,52.05],[-1.503,52.044],[-1.506,52.038],[-1.507,52.034],[-1.51,52.027],[-1.511,52.021],[-1.521,52.005],[-1.523,51.997],[-1.525,51.993],[-1.529,51.993],[-1.54,51.996],[-1.544,51.996],[-1.554,51.992],[-1.557,51.992],[-1.557,51.989],[-1.55,51.981],[-1.564,51.977],[-1.568,51.976],[-1.581,51.973],[-1.587,51.974],[-1.6,51.977],[-1.596,51.973],[-1.592,51.97],[-1.595,51.968],[-1.597,51.964],[-1.6,51.963],[-1.612,51.955],[-1.614,51.956],[-1.622,51.962],[-1.625,51.967],[-1.63,51.97],[-1.632,51.97],[-1.636,51.974],[-1.643,51.978],[-1.666,51.987],[-1.665,51.985],[-1.665,51.981],[-1.669,51.975],[-1.666,51.971],[-1.664,51.966],[-1.662,51.964],[-1.658,51.963],[-1.652,51.962],[-1.655,51.96],[-1.655,51.958],[-1.649,51.959],[-1.646,51.957],[-1.635,51.957],[-1.629,51.953],[-1.626,51.95],[-1.617,51.939],[-1.628,51.933],[-1.64,51.925],[-1.643,51.924],[-1.641,51.92],[-1.645,51.919],[-1.641,51.913],[-1.636,51.911],[-1.635,51.908],[-1.636,51.902],[-1.633,51.9],[-1.628,51.899],[-1.624,51.896],[-1.625,51.894],[-1.629,51.894],[-1.627,51.891],[-1.623,51.891],[-1.626,51.887],[-1.624,51.886],[-1.618,51.886],[-1.614,51.884],[-1.611,51.886],[-1.614,51.889],[-1.604,51.892],[-1.594,51.894],[-1.593,51.895],[-1.585,51.898],[-1.579,51.898],[-1.576,51.902],[-1.57,51.903],[-1.56,51.9],[-1.562,51.897],[-1.565,51.89],[-1.57,51.886],[-1.563,51.88],[-1.559,51.876],[-1.555,51.876],[-1.551,51.873],[-1.549,51.873],[-1.545,51.869],[-1.542,51.866],[-1.543,51.863],[-1.546,51.862],[-1.546,51.859],[-1.544,51.858],[-1.544,51.853],[-1.536,51.849],[-1.535,51.845],[-1.521,51.838],[-1.512,51.84],[-1.497,51.842],[-1.49,51.842],[-1.476,51.838],[-1.471,51.838],[-1.463,51.84],[-1.46,51.839],[-1.437,51.845],[-1.437,51.847],[-1.44,51.849],[-1.44,51.853],[-1.439,51.855],[-1.437,51.864],[-1.433,51.867],[-1.43,51.866],[-1.429,51.862],[-1.422,51.869],[-1.421,51.877],[-1.414,51.876],[-1.415,51.879],[-1.42,51.885],[-1.417,51.886],[-1.417,51.889],[-1.419,51.893],[-1.424,51.892],[-1.428,51.894],[-1.429,51.898],[-1.425,51.904],[-1.426,51.906],[-1.414,51.906],[-1.406,51.909],[-1.405,51.912],[-1.402,51.914],[-1.397,51.915],[-1.383,51.921],[-1.378,51.917],[-1.371,51.913],[-1.372,51.913],[-1.367,51.909],[-1.359,51.907],[-1.351,51.899],[-1.346,51.899],[-1.338,51.898],[-1.335,51.897],[-1.333,51.898],[-1.329,51.898],[-1.329,51.911],[-1.325,51.918],[-1.325,51.923],[-1.314,51.922],[-1.307,51.92],[-1.303,51.922],[-1.299,51.921],[-1.296,51.921],[-1.292,51.924],[-1.285,51.926],[-1.283,51.929],[-1.288,51.932],[-1.297,51.935],[-1.298,51.938],[-1.291,51.943],[-1.283,51.94],[-1.273,51.941],[-1.264,51.939],[-1.255,51.938],[-1.241,51.938],[-1.235,51.939],[-1.236,51.943],[-1.235,51.949],[-1.23,51.947],[-1.226,51.947],[-1.228,51.954],[-1.226,51.959],[-1.224,51.96],[-1.223,51.966],[-1.217,51.973],[-1.209,51.972],[-1.204,51.972],[-1.202,51.974],[-1.201,51.978],[-1.207,51.978],[-1.218,51.98],[-1.224,51.98],[-1.23,51.981],[-1.234,51.983],[-1.24,51.985],[-1.242,51.986],[-1.247,51.985],[-1.249,51.986],[-1.254,51.983],[-1.261,51.981],[-1.27,51.983],[-1.281,51.982],[-1.284,51.983],[-1.287,51.988],[-1.287,51.99],[-1.284,51.991],[-1.282,51.993],[-1.284,51.996],[-1.283,52],[-1.28,52.003],[-1.277,52.005],[-1.28,52.009],[-1.284,52.009],[-1.282,52.011],[-1.279,52.011],[-1.278,52.014],[-1.281,52.018],[-1.285,52.021],[-1.284,52.025],[-1.286,52.027],[-1.294,52.028],[-1.292,52.031],[-1.295,52.038],[-1.294,52.039],[-1.3,52.045],[-1.307,52.047],[-1.313,52.052],[-1.307,52.058],[-1.309,52.061],[-1.308,52.064],[-1.304,52.064],[-1.301,52.066],[-1.3,52.069],[-1.307,52.07],[-1.302,52.075],[-1.299,52.075],[-1.298,52.078],[-1.299,52.08],[-1.316,52.08],[-1.319,52.08],[-1.321,52.085],[-1.32,52.088],[-1.317,52.09],[-1.308,52.092],[-1.298,52.092],[-1.295,52.093],[-1.288,52.093],[-1.28,52.094],[-1.276,52.097],[-1.27,52.098],[-1.262,52.096],[-1.254,52.096],[-1.248,52.096],[-1.249,52.099],[-1.252,52.102],[-1.253,52.104],[-1.259,52.108],[-1.269,52.113],[-1.273,52.115],[-1.277,52.117],[-1.282,52.123],[-1.291,52.129],[-1.295,52.135]]]},"properties":{"PCON24NM":"Banbury","PCON24CD":"E14001072"},"PCON24CD":9}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.075,51.53],[0.075,51.532],[0.069,51.542],[0.069,51.544],[0.068,51.544],[0.067,51.54],[0.072,51.532],[0.075,51.53]]],[[[0.143,51.515],[0.145,51.517],[0.148,51.529],[0.148,51.535],[0.142,51.536],[0.144,51.538],[0.14,51.541],[0.151,51.542],[0.162,51.543],[0.156,51.548],[0.156,51.551],[0.154,51.551],[0.142,51.551],[0.137,51.553],[0.144,51.555],[0.145,51.556],[0.127,51.556],[0.128,51.557],[0.124,51.562],[0.125,51.564],[0.12,51.563],[0.117,51.557],[0.111,51.552],[0.108,51.553],[0.105,51.55],[0.094,51.546],[0.092,51.549],[0.086,51.547],[0.082,51.545],[0.075,51.544],[0.07,51.544],[0.069,51.542],[0.071,51.537],[0.076,51.53],[0.086,51.526],[0.092,51.527],[0.093,51.523],[0.096,51.521],[0.096,51.517],[0.099,51.515],[0.107,51.514],[0.114,51.516],[0.119,51.518],[0.126,51.519],[0.136,51.518],[0.143,51.515]]]]},"properties":{"PCON24NM":"Barking","PCON24CD":"E14001073"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.349,53.583],[-1.351,53.581],[-1.354,53.583],[-1.356,53.589],[-1.355,53.592],[-1.356,53.595],[-1.36,53.597],[-1.36,53.599],[-1.364,53.602],[-1.369,53.604],[-1.379,53.607],[-1.384,53.604],[-1.393,53.601],[-1.4,53.599],[-1.402,53.6],[-1.407,53.601],[-1.413,53.601],[-1.415,53.603],[-1.422,53.603],[-1.429,53.605],[-1.429,53.607],[-1.433,53.609],[-1.439,53.607],[-1.447,53.613],[-1.455,53.608],[-1.475,53.6],[-1.479,53.597],[-1.484,53.595],[-1.485,53.597],[-1.492,53.597],[-1.493,53.599],[-1.492,53.603],[-1.495,53.603],[-1.497,53.597],[-1.501,53.6],[-1.507,53.598],[-1.512,53.597],[-1.519,53.6],[-1.528,53.597],[-1.532,53.593],[-1.538,53.595],[-1.54,53.598],[-1.545,53.599],[-1.547,53.602],[-1.551,53.604],[-1.558,53.606],[-1.562,53.607],[-1.567,53.605],[-1.571,53.6],[-1.575,53.598],[-1.576,53.595],[-1.574,53.592],[-1.577,53.591],[-1.574,53.587],[-1.563,53.585],[-1.559,53.582],[-1.554,53.576],[-1.548,53.575],[-1.542,53.573],[-1.542,53.569],[-1.545,53.565],[-1.538,53.562],[-1.537,53.563],[-1.528,53.565],[-1.525,53.561],[-1.519,53.563],[-1.516,53.56],[-1.511,53.561],[-1.51,53.557],[-1.508,53.553],[-1.497,53.553],[-1.494,53.554],[-1.49,53.557],[-1.489,53.553],[-1.484,53.549],[-1.472,53.544],[-1.47,53.542],[-1.464,53.54],[-1.464,53.544],[-1.46,53.545],[-1.452,53.55],[-1.45,53.554],[-1.447,53.553],[-1.441,53.552],[-1.436,53.552],[-1.434,53.554],[-1.423,53.556],[-1.411,53.556],[-1.406,53.56],[-1.398,53.558],[-1.396,53.557],[-1.388,53.559],[-1.382,53.558],[-1.378,53.555],[-1.375,53.557],[-1.377,53.559],[-1.368,53.563],[-1.368,53.56],[-1.363,53.557],[-1.36,53.554],[-1.357,53.552],[-1.356,53.55],[-1.351,53.545],[-1.347,53.543],[-1.341,53.546],[-1.334,53.541],[-1.328,53.544],[-1.329,53.546],[-1.334,53.548],[-1.337,53.55],[-1.331,53.557],[-1.332,53.563],[-1.335,53.565],[-1.346,53.577],[-1.349,53.583]]]},"properties":{"PCON24NM":"Barnsley North","PCON24CD":"E14001074"},"PCON24CD":11}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.332,53.563],[-1.331,53.557],[-1.337,53.55],[-1.334,53.548],[-1.329,53.546],[-1.328,53.544],[-1.334,53.541],[-1.341,53.546],[-1.347,53.543],[-1.351,53.545],[-1.356,53.55],[-1.357,53.552],[-1.36,53.554],[-1.363,53.557],[-1.368,53.56],[-1.368,53.563],[-1.377,53.559],[-1.375,53.557],[-1.378,53.555],[-1.382,53.558],[-1.388,53.559],[-1.396,53.557],[-1.398,53.558],[-1.406,53.56],[-1.411,53.556],[-1.423,53.556],[-1.434,53.554],[-1.436,53.552],[-1.441,53.552],[-1.447,53.553],[-1.45,53.554],[-1.452,53.55],[-1.46,53.545],[-1.464,53.544],[-1.464,53.54],[-1.47,53.542],[-1.472,53.544],[-1.484,53.549],[-1.489,53.553],[-1.49,53.557],[-1.494,53.554],[-1.497,53.553],[-1.499,53.551],[-1.503,53.55],[-1.498,53.544],[-1.503,53.543],[-1.508,53.539],[-1.503,53.535],[-1.495,53.529],[-1.483,53.527],[-1.482,53.521],[-1.489,53.517],[-1.491,53.511],[-1.489,53.508],[-1.481,53.5],[-1.473,53.495],[-1.47,53.49],[-1.465,53.481],[-1.455,53.472],[-1.457,53.474],[-1.451,53.477],[-1.451,53.482],[-1.452,53.485],[-1.444,53.488],[-1.441,53.491],[-1.435,53.488],[-1.428,53.486],[-1.426,53.489],[-1.417,53.492],[-1.416,53.495],[-1.412,53.496],[-1.412,53.499],[-1.409,53.503],[-1.406,53.505],[-1.397,53.506],[-1.381,53.514],[-1.371,53.515],[-1.369,53.515],[-1.36,53.513],[-1.341,53.515],[-1.33,53.515],[-1.326,53.512],[-1.32,53.514],[-1.315,53.513],[-1.312,53.514],[-1.31,53.513],[-1.299,53.515],[-1.289,53.516],[-1.286,53.515],[-1.281,53.517],[-1.276,53.521],[-1.286,53.527],[-1.281,53.529],[-1.276,53.528],[-1.276,53.53],[-1.284,53.531],[-1.288,53.532],[-1.29,53.534],[-1.294,53.536],[-1.287,53.538],[-1.289,53.541],[-1.289,53.544],[-1.294,53.547],[-1.297,53.551],[-1.304,53.555],[-1.315,53.556],[-1.317,53.558],[-1.327,53.558],[-1.332,53.563]]]},"properties":{"PCON24NM":"Barnsley South","PCON24CD":"E14001075"},"PCON24CD":12}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.252,54.151],[-3.255,54.153],[-3.263,54.15],[-3.271,54.148],[-3.276,54.144],[-3.277,54.142],[-3.275,54.13],[-3.272,54.123],[-3.271,54.118],[-3.269,54.112],[-3.269,54.108],[-3.264,54.103],[-3.255,54.091],[-3.247,54.082],[-3.235,54.071],[-3.233,54.07],[-3.223,54.062],[-3.212,54.05],[-3.21,54.048],[-3.196,54.044],[-3.187,54.046],[-3.173,54.047],[-3.171,54.049],[-3.171,54.054],[-3.175,54.052],[-3.179,54.055],[-3.185,54.052],[-3.196,54.049],[-3.199,54.049],[-3.206,54.052],[-3.208,54.057],[-3.207,54.059],[-3.211,54.062],[-3.21,54.065],[-3.214,54.066],[-3.219,54.066],[-3.223,54.068],[-3.227,54.075],[-3.226,54.078],[-3.224,54.08],[-3.229,54.086],[-3.23,54.088],[-3.236,54.087],[-3.242,54.09],[-3.245,54.094],[-3.242,54.097],[-3.244,54.098],[-3.245,54.102],[-3.247,54.112],[-3.251,54.116],[-3.25,54.121],[-3.251,54.126],[-3.254,54.13],[-3.256,54.135],[-3.263,54.14],[-3.264,54.141],[-3.265,54.148],[-3.256,54.15],[-3.252,54.151]]],[[[-3.398,54.367],[-3.4,54.366],[-3.4,54.365],[-3.402,54.364],[-3.403,54.361],[-3.41,54.359],[-3.412,54.354],[-3.406,54.351],[-3.405,54.348],[-3.406,54.339],[-3.4,54.339],[-3.392,54.341],[-3.392,54.339],[-3.399,54.335],[-3.402,54.335],[-3.409,54.337],[-3.412,54.338],[-3.41,54.343],[-3.411,54.345],[-3.409,54.349],[-3.412,54.35],[-3.414,54.345],[-3.419,54.343],[-3.423,54.34],[-3.425,54.333],[-3.425,54.329],[-3.417,54.314],[-3.416,54.309],[-3.416,54.304],[-3.418,54.297],[-3.423,54.294],[-3.422,54.291],[-3.42,54.287],[-3.421,54.284],[-3.409,54.271],[-3.405,54.268],[-3.404,54.264],[-3.394,54.254],[-3.389,54.252],[-3.387,54.249],[-3.379,54.244],[-3.365,54.232],[-3.353,54.22],[-3.33,54.196],[-3.322,54.191],[-3.314,54.189],[-3.299,54.188],[-3.291,54.191],[-3.286,54.196],[-3.281,54.196],[-3.276,54.192],[-3.269,54.19],[-3.262,54.19],[-3.252,54.193],[-3.246,54.198],[-3.245,54.201],[-3.24,54.203],[-3.245,54.208],[-3.25,54.21],[-3.249,54.214],[-3.251,54.216],[-3.255,54.215],[-3.254,54.22],[-3.251,54.22],[-3.249,54.223],[-3.243,54.225],[-3.233,54.229],[-3.237,54.232],[-3.232,54.233],[-3.232,54.237],[-3.228,54.237],[-3.226,54.24],[-3.224,54.247],[-3.225,54.25],[-3.223,54.252],[-3.224,54.255],[-3.231,54.258],[-3.231,54.261],[-3.228,54.264],[-3.23,54.266],[-3.226,54.269],[-3.224,54.265],[-3.228,54.262],[-3.221,54.259],[-3.216,54.258],[-3.211,54.25],[-3.213,54.248],[-3.21,54.246],[-3.2,54.238],[-3.198,54.233],[-3.198,54.229],[-3.193,54.228],[-3.197,54.225],[-3.199,54.22],[-3.205,54.218],[-3.206,54.212],[-3.208,54.209],[-3.212,54.209],[-3.212,54.2],[-3.215,54.197],[-3.216,54.189],[-3.218,54.187],[-3.215,54.185],[-3.217,54.177],[-3.223,54.173],[-3.23,54.172],[-3.246,54.172],[-3.255,54.17],[-3.257,54.166],[-3.256,54.163],[-3.252,54.16],[-3.252,54.157],[-3.25,54.155],[-3.247,54.155],[-3.245,54.158],[-3.242,54.158],[-3.238,54.156],[-3.237,54.154],[-3.24,54.151],[-3.24,54.145],[-3.244,54.137],[-3.245,54.126],[-3.244,54.123],[-3.245,54.117],[-3.241,54.113],[-3.242,54.109],[-3.239,54.104],[-3.235,54.101],[-3.233,54.101],[-3.227,54.094],[-3.224,54.094],[-3.22,54.095],[-3.215,54.098],[-3.194,54.104],[-3.191,54.103],[-3.185,54.096],[-3.188,54.093],[-3.187,54.09],[-3.178,54.086],[-3.174,54.083],[-3.171,54.08],[-3.167,54.077],[-3.166,54.075],[-3.156,54.07],[-3.154,54.066],[-3.15,54.066],[-3.158,54.072],[-3.165,54.074],[-3.166,54.077],[-3.17,54.079],[-3.172,54.082],[-3.165,54.083],[-3.161,54.087],[-3.154,54.091],[-3.142,54.097],[-3.141,54.098],[-3.131,54.102],[-3.13,54.106],[-3.122,54.11],[-3.121,54.112],[-3.115,54.115],[-3.108,54.118],[-3.105,54.12],[-3.104,54.123],[-3.102,54.125],[-3.101,54.128],[-3.095,54.131],[-3.091,54.135],[-3.088,54.136],[-3.088,54.138],[-3.085,54.141],[-3.084,54.147],[-3.079,54.151],[-3.078,54.154],[-3.073,54.157],[-3.068,54.16],[-3.061,54.162],[-3.06,54.17],[-3.059,54.172],[-3.061,54.177],[-3.063,54.179],[-3.062,54.182],[-3.056,54.188],[-3.053,54.188],[-3.055,54.194],[-3.053,54.199],[-3.05,54.201],[-3.045,54.199],[-3.04,54.203],[-3.039,54.206],[-3.035,54.208],[-3.032,54.211],[-3.036,54.216],[-3.045,54.219],[-3.05,54.218],[-3.053,54.221],[-3.052,54.233],[-3.052,54.234],[-3.052,54.236],[-3.061,54.241],[-3.062,54.244],[-3.065,54.246],[-3.062,54.249],[-3.065,54.254],[-3.073,54.259],[-3.076,54.262],[-3.08,54.262],[-3.08,54.264],[-3.086,54.269],[-3.087,54.271],[-3.085,54.273],[-3.086,54.277],[-3.089,54.277],[-3.098,54.276],[-3.106,54.272],[-3.108,54.27],[-3.112,54.27],[-3.117,54.268],[-3.116,54.265],[-3.111,54.266],[-3.11,54.264],[-3.104,54.262],[-3.108,54.259],[-3.107,54.254],[-3.111,54.251],[-3.116,54.252],[-3.135,54.249],[-3.131,54.257],[-3.131,54.261],[-3.143,54.278],[-3.137,54.288],[-3.132,54.293],[-3.128,54.296],[-3.127,54.299],[-3.122,54.304],[-3.124,54.309],[-3.13,54.313],[-3.13,54.317],[-3.136,54.32],[-3.132,54.329],[-3.135,54.33],[-3.136,54.333],[-3.149,54.351],[-3.146,54.355],[-3.143,54.359],[-3.139,54.36],[-3.139,54.363],[-3.137,54.365],[-3.137,54.372],[-3.135,54.374],[-3.131,54.375],[-3.124,54.377],[-3.124,54.385],[-3.121,54.39],[-3.123,54.392],[-3.122,54.395],[-3.126,54.396],[-3.125,54.399],[-3.126,54.402],[-3.122,54.408],[-3.118,54.411],[-3.114,54.418],[-3.115,54.422],[-3.121,54.424],[-3.124,54.428],[-3.129,54.422],[-3.136,54.422],[-3.154,54.43],[-3.157,54.43],[-3.16,54.434],[-3.158,54.435],[-3.158,54.438],[-3.16,54.441],[-3.161,54.447],[-3.165,54.447],[-3.167,54.454],[-3.175,54.455],[-3.179,54.457],[-3.184,54.462],[-3.193,54.463],[-3.197,54.466],[-3.198,54.46],[-3.2,54.458],[-3.208,54.457],[-3.211,54.454],[-3.214,54.455],[-3.222,54.45],[-3.225,54.448],[-3.231,54.448],[-3.239,54.445],[-3.243,54.445],[-3.246,54.441],[-3.261,54.442],[-3.265,54.44],[-3.273,54.439],[-3.276,54.436],[-3.281,54.434],[-3.285,54.434],[-3.292,54.43],[-3.304,54.425],[-3.311,54.418],[-3.316,54.414],[-3.319,54.412],[-3.319,54.409],[-3.324,54.406],[-3.324,54.403],[-3.32,54.402],[-3.316,54.399],[-3.322,54.396],[-3.325,54.396],[-3.334,54.392],[-3.336,54.388],[-3.341,54.388],[-3.345,54.384],[-3.349,54.383],[-3.353,54.384],[-3.367,54.384],[-3.37,54.38],[-3.375,54.377],[-3.377,54.375],[-3.382,54.374],[-3.384,54.371],[-3.392,54.371],[-3.394,54.369],[-3.394,54.367],[-3.398,54.367]]]]},"properties":{"PCON24NM":"Barrow and Furness","PCON24CD":"E14001076"},"PCON24CD":13}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.495,51.624],[0.481,51.626],[0.466,51.623],[0.461,51.624],[0.447,51.627],[0.446,51.631],[0.444,51.633],[0.443,51.639],[0.447,51.642],[0.446,51.643],[0.442,51.644],[0.44,51.647],[0.434,51.65],[0.423,51.649],[0.413,51.65],[0.411,51.651],[0.402,51.651],[0.403,51.647],[0.399,51.645],[0.396,51.645],[0.392,51.64],[0.387,51.637],[0.385,51.633],[0.388,51.628],[0.385,51.623],[0.384,51.62],[0.376,51.615],[0.378,51.612],[0.379,51.604],[0.383,51.6],[0.382,51.596],[0.384,51.594],[0.386,51.586],[0.381,51.585],[0.383,51.577],[0.383,51.572],[0.384,51.57],[0.382,51.568],[0.383,51.566],[0.386,51.566],[0.398,51.569],[0.403,51.57],[0.41,51.57],[0.416,51.569],[0.424,51.568],[0.432,51.567],[0.472,51.569],[0.478,51.568],[0.477,51.565],[0.471,51.564],[0.472,51.562],[0.476,51.563],[0.48,51.559],[0.483,51.559],[0.486,51.559],[0.487,51.56],[0.488,51.561],[0.489,51.561],[0.491,51.562],[0.493,51.562],[0.495,51.562],[0.497,51.563],[0.5,51.564],[0.497,51.565],[0.496,51.566],[0.495,51.568],[0.495,51.571],[0.493,51.573],[0.494,51.576],[0.496,51.58],[0.499,51.585],[0.499,51.593],[0.488,51.592],[0.488,51.597],[0.493,51.597],[0.498,51.598],[0.5,51.6],[0.504,51.6],[0.505,51.603],[0.499,51.602],[0.498,51.607],[0.502,51.611],[0.5,51.619],[0.495,51.624]]]},"properties":{"PCON24NM":"Basildon and Billericay","PCON24CD":"E14001077"},"PCON24CD":14}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.11,51.238],[-1.066,51.258],[-1.065,51.259],[-1.068,51.266],[-1.066,51.269],[-1.067,51.271],[-1.058,51.272],[-1.063,51.275],[-1.062,51.281],[-1.053,51.283],[-1.052,51.287],[-1.049,51.287],[-1.048,51.291],[-1.045,51.293],[-1.043,51.298],[-1.042,51.302],[-1.055,51.305],[-1.056,51.302],[-1.065,51.301],[-1.065,51.299],[-1.071,51.298],[-1.07,51.288],[-1.075,51.288],[-1.089,51.29],[-1.09,51.285],[-1.095,51.283],[-1.106,51.281],[-1.102,51.277],[-1.113,51.276],[-1.119,51.276],[-1.126,51.278],[-1.136,51.278],[-1.14,51.28],[-1.149,51.277],[-1.152,51.284],[-1.151,51.289],[-1.165,51.29],[-1.172,51.296],[-1.177,51.297],[-1.179,51.294],[-1.178,51.291],[-1.181,51.288],[-1.178,51.282],[-1.182,51.283],[-1.186,51.286],[-1.19,51.287],[-1.194,51.284],[-1.198,51.277],[-1.205,51.273],[-1.212,51.271],[-1.219,51.269],[-1.218,51.266],[-1.215,51.265],[-1.214,51.263],[-1.222,51.261],[-1.222,51.253],[-1.223,51.247],[-1.223,51.244],[-1.226,51.245],[-1.231,51.244],[-1.229,51.24],[-1.229,51.234],[-1.233,51.235],[-1.233,51.23],[-1.235,51.226],[-1.235,51.224],[-1.235,51.223],[-1.238,51.213],[-1.242,51.21],[-1.24,51.207],[-1.24,51.203],[-1.243,51.202],[-1.244,51.197],[-1.247,51.194],[-1.249,51.191],[-1.241,51.192],[-1.23,51.194],[-1.21,51.199],[-1.204,51.201],[-1.197,51.202],[-1.191,51.203],[-1.182,51.208],[-1.174,51.213],[-1.162,51.224],[-1.159,51.225],[-1.156,51.224],[-1.149,51.222],[-1.139,51.224],[-1.131,51.227],[-1.11,51.238]]]},"properties":{"PCON24NM":"Basingstoke","PCON24CD":"E14001078"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.798,53.455],[-0.805,53.457],[-0.818,53.459],[-0.872,53.466],[-0.874,53.462],[-0.875,53.461],[-0.886,53.462],[-0.897,53.462],[-0.9,53.461],[-0.917,53.461],[-0.921,53.465],[-0.919,53.466],[-0.912,53.47],[-0.902,53.474],[-0.9,53.475],[-0.904,53.478],[-0.936,53.503],[-0.953,53.484],[-0.977,53.475],[-0.982,53.475],[-0.986,53.472],[-0.983,53.468],[-0.986,53.461],[-0.994,53.453],[-0.991,53.452],[-0.994,53.449],[-0.997,53.444],[-0.998,53.439],[-0.996,53.437],[-1,53.435],[-1.006,53.434],[-1.009,53.434],[-1.013,53.432],[-1.014,53.427],[-1.022,53.426],[-1.023,53.425],[-1.031,53.425],[-1.029,53.429],[-1.031,53.431],[-1.037,53.431],[-1.054,53.426],[-1.057,53.425],[-1.068,53.428],[-1.073,53.428],[-1.08,53.427],[-1.079,53.424],[-1.083,53.423],[-1.087,53.426],[-1.093,53.422],[-1.099,53.419],[-1.108,53.406],[-1.116,53.407],[-1.115,53.401],[-1.116,53.398],[-1.123,53.398],[-1.129,53.394],[-1.132,53.394],[-1.135,53.39],[-1.131,53.39],[-1.131,53.386],[-1.133,53.382],[-1.13,53.379],[-1.131,53.376],[-1.134,53.373],[-1.145,53.371],[-1.146,53.369],[-1.144,53.367],[-1.146,53.366],[-1.145,53.363],[-1.141,53.364],[-1.139,53.361],[-1.139,53.356],[-1.152,53.354],[-1.162,53.358],[-1.162,53.352],[-1.16,53.35],[-1.157,53.345],[-1.154,53.345],[-1.14,53.347],[-1.139,53.341],[-1.145,53.341],[-1.149,53.339],[-1.16,53.333],[-1.164,53.329],[-1.169,53.328],[-1.176,53.325],[-1.174,53.321],[-1.18,53.321],[-1.192,53.319],[-1.195,53.315],[-1.197,53.315],[-1.2,53.311],[-1.191,53.307],[-1.187,53.304],[-1.18,53.306],[-1.174,53.303],[-1.175,53.299],[-1.174,53.296],[-1.172,53.295],[-1.176,53.29],[-1.179,53.289],[-1.177,53.284],[-1.175,53.282],[-1.166,53.278],[-1.171,53.276],[-1.173,53.274],[-1.177,53.274],[-1.182,53.269],[-1.176,53.267],[-1.179,53.264],[-1.183,53.265],[-1.189,53.264],[-1.201,53.262],[-1.208,53.253],[-1.209,53.25],[-1.213,53.248],[-1.21,53.241],[-1.205,53.239],[-1.205,53.237],[-1.202,53.235],[-1.205,53.231],[-1.206,53.227],[-1.209,53.224],[-1.209,53.218],[-1.202,53.216],[-1.189,53.218],[-1.179,53.219],[-1.17,53.219],[-1.163,53.221],[-1.158,53.222],[-1.146,53.225],[-1.14,53.226],[-1.133,53.226],[-1.124,53.225],[-1.122,53.231],[-1.117,53.232],[-1.111,53.23],[-1.105,53.235],[-1.103,53.236],[-1.093,53.237],[-1.088,53.237],[-1.072,53.241],[-1.056,53.25],[-1.052,53.252],[-1.046,53.254],[-1.04,53.256],[-1.028,53.261],[-1.012,53.264],[-1.014,53.265],[-1.006,53.267],[-1,53.269],[-0.998,53.271],[-0.993,53.269],[-0.994,53.265],[-0.987,53.264],[-0.975,53.267],[-0.969,53.267],[-0.963,53.27],[-0.959,53.268],[-0.956,53.268],[-0.95,53.271],[-0.949,53.275],[-0.963,53.279],[-0.969,53.28],[-0.973,53.285],[-0.97,53.286],[-0.972,53.291],[-0.971,53.297],[-0.947,53.3],[-0.948,53.301],[-0.943,53.303],[-0.936,53.302],[-0.934,53.304],[-0.929,53.304],[-0.921,53.302],[-0.921,53.301],[-0.915,53.3],[-0.905,53.301],[-0.904,53.305],[-0.909,53.307],[-0.904,53.313],[-0.903,53.318],[-0.892,53.319],[-0.882,53.32],[-0.881,53.321],[-0.872,53.322],[-0.873,53.325],[-0.871,53.328],[-0.885,53.328],[-0.895,53.326],[-0.922,53.325],[-0.924,53.327],[-0.922,53.329],[-0.923,53.334],[-0.929,53.336],[-0.925,53.339],[-0.926,53.342],[-0.93,53.343],[-0.937,53.341],[-0.944,53.342],[-0.951,53.339],[-0.957,53.341],[-0.958,53.342],[-0.964,53.346],[-0.957,53.352],[-0.95,53.351],[-0.946,53.35],[-0.941,53.355],[-0.937,53.356],[-0.934,53.357],[-0.927,53.356],[-0.924,53.358],[-0.933,53.359],[-0.929,53.363],[-0.93,53.366],[-0.927,53.371],[-0.927,53.374],[-0.93,53.376],[-0.931,53.383],[-0.932,53.384],[-0.931,53.39],[-0.934,53.395],[-0.943,53.398],[-0.944,53.401],[-0.945,53.402],[-0.945,53.407],[-0.937,53.407],[-0.932,53.41],[-0.921,53.412],[-0.91,53.406],[-0.908,53.401],[-0.906,53.399],[-0.901,53.4],[-0.89,53.398],[-0.885,53.396],[-0.871,53.393],[-0.869,53.392],[-0.867,53.389],[-0.86,53.39],[-0.855,53.386],[-0.85,53.384],[-0.833,53.382],[-0.821,53.382],[-0.804,53.382],[-0.787,53.384],[-0.79,53.385],[-0.789,53.387],[-0.782,53.388],[-0.778,53.39],[-0.777,53.391],[-0.778,53.397],[-0.779,53.399],[-0.784,53.401],[-0.788,53.403],[-0.791,53.407],[-0.792,53.412],[-0.789,53.414],[-0.795,53.414],[-0.804,53.417],[-0.809,53.42],[-0.818,53.426],[-0.819,53.428],[-0.817,53.432],[-0.82,53.437],[-0.821,53.44],[-0.819,53.442],[-0.81,53.444],[-0.805,53.448],[-0.801,53.453],[-0.798,53.455]]]},"properties":{"PCON24NM":"Bassetlaw","PCON24CD":"E14001079"},"PCON24CD":16}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.295,51.429],[-2.299,51.429],[-2.304,51.425],[-2.307,51.425],[-2.31,51.423],[-2.314,51.423],[-2.314,51.429],[-2.322,51.433],[-2.325,51.437],[-2.332,51.438],[-2.336,51.437],[-2.342,51.439],[-2.347,51.439],[-2.352,51.439],[-2.358,51.436],[-2.361,51.437],[-2.368,51.437],[-2.377,51.433],[-2.38,51.434],[-2.386,51.432],[-2.399,51.432],[-2.403,51.432],[-2.406,51.429],[-2.411,51.426],[-2.416,51.426],[-2.424,51.424],[-2.427,51.424],[-2.444,51.422],[-2.444,51.418],[-2.438,51.414],[-2.44,51.411],[-2.446,51.408],[-2.451,51.402],[-2.447,51.399],[-2.445,51.397],[-2.431,51.391],[-2.421,51.393],[-2.417,51.393],[-2.41,51.392],[-2.406,51.388],[-2.411,51.385],[-2.409,51.382],[-2.412,51.38],[-2.414,51.376],[-2.412,51.375],[-2.407,51.374],[-2.409,51.369],[-2.399,51.368],[-2.401,51.366],[-2.399,51.364],[-2.389,51.363],[-2.384,51.357],[-2.382,51.352],[-2.373,51.353],[-2.374,51.355],[-2.362,51.355],[-2.359,51.356],[-2.348,51.354],[-2.344,51.355],[-2.335,51.361],[-2.331,51.361],[-2.332,51.364],[-2.328,51.364],[-2.327,51.362],[-2.319,51.363],[-2.316,51.368],[-2.316,51.37],[-2.318,51.372],[-2.318,51.377],[-2.323,51.382],[-2.317,51.386],[-2.312,51.386],[-2.303,51.381],[-2.3,51.379],[-2.299,51.373],[-2.302,51.37],[-2.308,51.365],[-2.3,51.362],[-2.297,51.364],[-2.292,51.37],[-2.29,51.374],[-2.293,51.38],[-2.297,51.385],[-2.296,51.391],[-2.297,51.395],[-2.288,51.396],[-2.284,51.397],[-2.288,51.403],[-2.291,51.406],[-2.286,51.408],[-2.282,51.41],[-2.279,51.416],[-2.282,51.421],[-2.289,51.425],[-2.295,51.426],[-2.295,51.429]]]},"properties":{"PCON24NM":"Bath","PCON24CD":"E14001080"},"PCON24CD":17}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.134,51.476],[-0.13,51.481],[-0.127,51.482],[-0.128,51.485],[-0.137,51.483],[-0.149,51.484],[-0.166,51.481],[-0.172,51.48],[-0.176,51.477],[-0.178,51.471],[-0.182,51.466],[-0.187,51.464],[-0.182,51.458],[-0.173,51.459],[-0.171,51.455],[-0.165,51.447],[-0.163,51.448],[-0.156,51.451],[-0.152,51.445],[-0.153,51.443],[-0.144,51.442],[-0.146,51.446],[-0.142,51.451],[-0.148,51.452],[-0.148,51.457],[-0.151,51.463],[-0.151,51.468],[-0.138,51.472],[-0.134,51.476]]]},"properties":{"PCON24NM":"Battersea","PCON24CD":"E14001081"},"PCON24CD":18}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.522,51.605],[-0.53,51.602],[-0.532,51.596],[-0.529,51.592],[-0.525,51.586],[-0.531,51.581],[-0.533,51.578],[-0.536,51.579],[-0.535,51.572],[-0.537,51.569],[-0.541,51.567],[-0.549,51.567],[-0.555,51.569],[-0.559,51.568],[-0.572,51.572],[-0.571,51.576],[-0.58,51.576],[-0.585,51.581],[-0.589,51.583],[-0.607,51.588],[-0.599,51.597],[-0.609,51.598],[-0.607,51.601],[-0.609,51.604],[-0.613,51.606],[-0.613,51.608],[-0.61,51.612],[-0.616,51.614],[-0.617,51.616],[-0.612,51.62],[-0.613,51.626],[-0.609,51.629],[-0.612,51.63],[-0.613,51.632],[-0.621,51.634],[-0.622,51.629],[-0.627,51.631],[-0.629,51.633],[-0.636,51.635],[-0.64,51.635],[-0.643,51.629],[-0.642,51.625],[-0.643,51.619],[-0.654,51.618],[-0.654,51.616],[-0.657,51.615],[-0.658,51.613],[-0.661,51.611],[-0.675,51.608],[-0.676,51.608],[-0.682,51.607],[-0.689,51.608],[-0.692,51.604],[-0.697,51.604],[-0.702,51.605],[-0.71,51.609],[-0.716,51.61],[-0.727,51.61],[-0.734,51.611],[-0.746,51.614],[-0.756,51.614],[-0.768,51.612],[-0.771,51.608],[-0.77,51.6],[-0.766,51.594],[-0.767,51.587],[-0.77,51.584],[-0.779,51.581],[-0.781,51.584],[-0.786,51.583],[-0.783,51.581],[-0.788,51.575],[-0.791,51.575],[-0.796,51.574],[-0.797,51.572],[-0.801,51.57],[-0.804,51.565],[-0.804,51.563],[-0.801,51.56],[-0.795,51.557],[-0.791,51.553],[-0.786,51.554],[-0.783,51.556],[-0.779,51.56],[-0.776,51.566],[-0.771,51.568],[-0.768,51.566],[-0.762,51.566],[-0.758,51.565],[-0.749,51.568],[-0.745,51.571],[-0.739,51.573],[-0.728,51.577],[-0.719,51.578],[-0.715,51.576],[-0.712,51.571],[-0.712,51.565],[-0.706,51.562],[-0.703,51.563],[-0.702,51.565],[-0.697,51.565],[-0.695,51.563],[-0.691,51.557],[-0.691,51.548],[-0.693,51.544],[-0.698,51.537],[-0.698,51.535],[-0.7,51.531],[-0.702,51.524],[-0.702,51.519],[-0.704,51.513],[-0.703,51.511],[-0.699,51.51],[-0.693,51.51],[-0.686,51.507],[-0.683,51.503],[-0.682,51.5],[-0.678,51.495],[-0.673,51.492],[-0.669,51.49],[-0.662,51.488],[-0.654,51.487],[-0.652,51.486],[-0.646,51.49],[-0.642,51.49],[-0.634,51.493],[-0.636,51.495],[-0.64,51.496],[-0.644,51.496],[-0.642,51.501],[-0.643,51.503],[-0.647,51.501],[-0.653,51.501],[-0.654,51.504],[-0.659,51.505],[-0.659,51.507],[-0.654,51.508],[-0.653,51.515],[-0.655,51.519],[-0.659,51.519],[-0.66,51.525],[-0.66,51.528],[-0.653,51.53],[-0.645,51.534],[-0.645,51.536],[-0.631,51.539],[-0.624,51.538],[-0.62,51.538],[-0.62,51.535],[-0.615,51.534],[-0.611,51.531],[-0.606,51.532],[-0.606,51.53],[-0.596,51.528],[-0.595,51.524],[-0.588,51.523],[-0.581,51.523],[-0.581,51.526],[-0.576,51.534],[-0.567,51.533],[-0.568,51.53],[-0.575,51.529],[-0.572,51.527],[-0.572,51.524],[-0.565,51.521],[-0.569,51.518],[-0.567,51.515],[-0.569,51.511],[-0.566,51.511],[-0.554,51.509],[-0.529,51.51],[-0.526,51.509],[-0.529,51.502],[-0.529,51.497],[-0.532,51.493],[-0.516,51.493],[-0.511,51.494],[-0.501,51.495],[-0.49,51.495],[-0.489,51.497],[-0.49,51.499],[-0.485,51.503],[-0.483,51.507],[-0.486,51.51],[-0.49,51.511],[-0.49,51.514],[-0.492,51.517],[-0.49,51.52],[-0.491,51.522],[-0.491,51.527],[-0.489,51.529],[-0.49,51.534],[-0.495,51.538],[-0.491,51.545],[-0.486,51.55],[-0.483,51.552],[-0.479,51.555],[-0.477,51.558],[-0.477,51.56],[-0.481,51.561],[-0.483,51.563],[-0.483,51.566],[-0.485,51.567],[-0.484,51.571],[-0.485,51.575],[-0.489,51.578],[-0.49,51.582],[-0.495,51.585],[-0.496,51.588],[-0.5,51.592],[-0.499,51.594],[-0.5,51.597],[-0.501,51.6],[-0.51,51.6],[-0.518,51.6],[-0.521,51.602],[-0.522,51.605]]]},"properties":{"PCON24NM":"Beaconsfield","PCON24CD":"E14001082"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.026,51.424],[-0.028,51.425],[-0.034,51.425],[-0.04,51.424],[-0.042,51.424],[-0.043,51.423],[-0.044,51.423],[-0.045,51.423],[-0.046,51.423],[-0.047,51.423],[-0.049,51.423],[-0.051,51.423],[-0.052,51.423],[-0.055,51.424],[-0.055,51.423],[-0.056,51.423],[-0.063,51.425],[-0.064,51.425],[-0.065,51.425],[-0.066,51.425],[-0.068,51.426],[-0.069,51.426],[-0.071,51.426],[-0.072,51.426],[-0.074,51.426],[-0.079,51.42],[-0.081,51.417],[-0.08,51.416],[-0.073,51.413],[-0.073,51.408],[-0.068,51.404],[-0.062,51.402],[-0.06,51.399],[-0.053,51.401],[-0.051,51.4],[-0.051,51.397],[-0.053,51.395],[-0.048,51.393],[-0.043,51.389],[-0.037,51.388],[-0.038,51.383],[-0.037,51.377],[-0.03,51.377],[-0.026,51.376],[-0.024,51.372],[-0.023,51.367],[-0.02,51.364],[-0.016,51.365],[-0.006,51.368],[-0.001,51.371],[0.002,51.374],[0.003,51.377],[-0.002,51.377],[0.003,51.381],[0.003,51.388],[0.008,51.391],[0.007,51.393],[0.01,51.395],[0.01,51.396],[0.015,51.398],[0.014,51.4],[0.006,51.403],[0.002,51.406],[-0.004,51.409],[-0.008,51.414],[-0.011,51.414],[-0.014,51.414],[-0.014,51.415],[-0.017,51.415],[-0.018,51.415],[-0.02,51.416],[-0.021,51.416],[-0.022,51.417],[-0.023,51.418],[-0.022,51.418],[-0.022,51.421],[-0.022,51.422],[-0.023,51.422],[-0.026,51.424]]]},"properties":{"PCON24NM":"Beckenham and Penge","PCON24CD":"E14001083"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.443,52.116],[-0.434,52.118],[-0.438,52.12],[-0.423,52.123],[-0.409,52.13],[-0.414,52.14],[-0.41,52.141],[-0.412,52.143],[-0.408,52.145],[-0.406,52.147],[-0.411,52.149],[-0.413,52.154],[-0.412,52.157],[-0.423,52.16],[-0.425,52.156],[-0.429,52.16],[-0.443,52.163],[-0.45,52.164],[-0.456,52.168],[-0.462,52.166],[-0.466,52.165],[-0.463,52.161],[-0.469,52.161],[-0.472,52.158],[-0.478,52.157],[-0.477,52.152],[-0.479,52.15],[-0.485,52.148],[-0.489,52.15],[-0.493,52.149],[-0.488,52.144],[-0.492,52.144],[-0.497,52.142],[-0.491,52.141],[-0.5,52.137],[-0.499,52.131],[-0.503,52.13],[-0.504,52.128],[-0.501,52.121],[-0.506,52.118],[-0.511,52.117],[-0.519,52.118],[-0.519,52.115],[-0.51,52.106],[-0.506,52.108],[-0.504,52.106],[-0.504,52.103],[-0.499,52.105],[-0.487,52.106],[-0.486,52.108],[-0.482,52.109],[-0.48,52.113],[-0.472,52.12],[-0.467,52.119],[-0.466,52.115],[-0.46,52.116],[-0.455,52.115],[-0.451,52.116],[-0.443,52.116]]]},"properties":{"PCON24NM":"Bedford","PCON24CD":"E14001084"},"PCON24CD":21}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.032,51.493],[-0.033,51.497],[-0.032,51.504],[-0.036,51.507],[-0.041,51.507],[-0.044,51.507],[-0.051,51.503],[-0.056,51.501],[-0.064,51.501],[-0.071,51.502],[-0.072,51.503],[-0.081,51.506],[-0.092,51.507],[-0.096,51.508],[-0.109,51.508],[-0.107,51.505],[-0.107,51.502],[-0.108,51.5],[-0.111,51.496],[-0.102,51.492],[-0.099,51.495],[-0.095,51.494],[-0.087,51.494],[-0.078,51.489],[-0.075,51.489],[-0.066,51.487],[-0.056,51.488],[-0.054,51.488],[-0.052,51.488],[-0.051,51.488],[-0.05,51.488],[-0.052,51.489],[-0.051,51.49],[-0.05,51.49],[-0.049,51.49],[-0.048,51.49],[-0.047,51.491],[-0.046,51.49],[-0.045,51.49],[-0.044,51.49],[-0.042,51.49],[-0.041,51.492],[-0.04,51.492],[-0.04,51.493],[-0.039,51.493],[-0.037,51.492],[-0.034,51.493],[-0.033,51.493],[-0.032,51.493]]]},"properties":{"PCON24NM":"Bermondsey and Old Southwark","PCON24CD":"E14001085"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.053,51.535],[-0.06,51.534],[-0.065,51.533],[-0.066,51.531],[-0.072,51.531],[-0.075,51.53],[-0.077,51.527],[-0.076,51.522],[-0.079,51.522],[-0.079,51.519],[-0.074,51.514],[-0.073,51.51],[-0.075,51.51],[-0.071,51.508],[-0.067,51.509],[-0.047,51.51],[-0.042,51.511],[-0.036,51.513],[-0.034,51.516],[-0.036,51.519],[-0.037,51.524],[-0.042,51.531],[-0.046,51.533],[-0.053,51.535]]]},"properties":{"PCON24NM":"Bethnal Green and Stepney","PCON24CD":"E14001086"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.247,53.741],[-0.244,53.74],[-0.243,53.739],[-0.245,53.735],[-0.243,53.73],[-0.234,53.728],[-0.237,53.727],[-0.235,53.724],[-0.236,53.72],[-0.233,53.717],[-0.23,53.711],[-0.227,53.708],[-0.218,53.706],[-0.21,53.702],[-0.193,53.691],[-0.184,53.687],[-0.173,53.679],[-0.168,53.675],[-0.163,53.672],[-0.147,53.66],[-0.138,53.654],[-0.131,53.649],[-0.116,53.642],[-0.114,53.639],[-0.104,53.635],[-0.093,53.633],[-0.079,53.631],[-0.054,53.629],[-0.05,53.632],[-0.043,53.633],[-0.03,53.636],[-0.023,53.638],[-0.008,53.641],[0.004,53.643],[0.015,53.644],[0.019,53.645],[0.022,53.647],[0.03,53.649],[0.034,53.649],[0.046,53.647],[0.065,53.644],[0.08,53.641],[0.089,53.638],[0.095,53.636],[0.105,53.632],[0.114,53.628],[0.121,53.624],[0.125,53.623],[0.133,53.617],[0.139,53.614],[0.144,53.61],[0.146,53.608],[0.146,53.601],[0.144,53.598],[0.14,53.594],[0.135,53.591],[0.132,53.59],[0.127,53.587],[0.121,53.581],[0.115,53.577],[0.108,53.575],[0.106,53.573],[0.11,53.572],[0.13,53.586],[0.136,53.589],[0.144,53.596],[0.148,53.602],[0.147,53.607],[0.146,53.612],[0.142,53.62],[0.142,53.622],[0.139,53.625],[0.132,53.637],[0.129,53.645],[0.125,53.652],[0.117,53.662],[0.115,53.663],[0.103,53.675],[0.096,53.681],[0.07,53.701],[0.058,53.711],[0.046,53.719],[0.041,53.726],[0.029,53.737],[0.014,53.747],[0.003,53.756],[-0.003,53.762],[-0.014,53.771],[-0.027,53.781],[-0.044,53.795],[-0.049,53.801],[-0.063,53.812],[-0.069,53.819],[-0.077,53.825],[-0.081,53.829],[-0.088,53.834],[-0.096,53.842],[-0.102,53.847],[-0.11,53.846],[-0.122,53.844],[-0.131,53.845],[-0.133,53.848],[-0.142,53.853],[-0.15,53.853],[-0.15,53.856],[-0.151,53.857],[-0.151,53.862],[-0.152,53.868],[-0.162,53.869],[-0.166,53.872],[-0.171,53.872],[-0.17,53.876],[-0.177,53.876],[-0.177,53.88],[-0.182,53.889],[-0.183,53.89],[-0.193,53.89],[-0.2,53.888],[-0.209,53.889],[-0.211,53.89],[-0.217,53.89],[-0.226,53.891],[-0.227,53.886],[-0.229,53.88],[-0.232,53.879],[-0.247,53.881],[-0.253,53.88],[-0.253,53.885],[-0.255,53.887],[-0.256,53.893],[-0.258,53.895],[-0.259,53.898],[-0.265,53.899],[-0.272,53.903],[-0.276,53.9],[-0.274,53.899],[-0.283,53.896],[-0.29,53.897],[-0.292,53.903],[-0.299,53.905],[-0.306,53.903],[-0.31,53.899],[-0.313,53.9],[-0.329,53.901],[-0.33,53.906],[-0.334,53.909],[-0.34,53.908],[-0.342,53.91],[-0.346,53.91],[-0.352,53.908],[-0.356,53.907],[-0.364,53.909],[-0.367,53.91],[-0.368,53.913],[-0.369,53.913],[-0.371,53.912],[-0.376,53.913],[-0.38,53.912],[-0.384,53.909],[-0.384,53.906],[-0.381,53.904],[-0.383,53.901],[-0.392,53.899],[-0.395,53.896],[-0.396,53.892],[-0.394,53.888],[-0.395,53.885],[-0.397,53.884],[-0.403,53.884],[-0.407,53.885],[-0.408,53.882],[-0.399,53.878],[-0.398,53.874],[-0.4,53.867],[-0.397,53.861],[-0.393,53.856],[-0.393,53.854],[-0.396,53.848],[-0.399,53.846],[-0.4,53.844],[-0.394,53.84],[-0.386,53.84],[-0.381,53.835],[-0.38,53.832],[-0.381,53.827],[-0.377,53.825],[-0.37,53.825],[-0.368,53.824],[-0.364,53.819],[-0.358,53.817],[-0.354,53.814],[-0.354,53.809],[-0.349,53.809],[-0.346,53.811],[-0.339,53.811],[-0.322,53.812],[-0.316,53.813],[-0.304,53.799],[-0.302,53.797],[-0.291,53.791],[-0.278,53.782],[-0.273,53.783],[-0.268,53.785],[-0.266,53.782],[-0.258,53.783],[-0.258,53.781],[-0.252,53.781],[-0.253,53.775],[-0.254,53.773],[-0.254,53.763],[-0.251,53.762],[-0.25,53.76],[-0.246,53.76],[-0.244,53.756],[-0.242,53.755],[-0.243,53.751],[-0.246,53.749],[-0.245,53.745],[-0.247,53.741]]],[[[-0.411,53.924],[-0.418,53.923],[-0.424,53.925],[-0.428,53.929],[-0.433,53.929],[-0.436,53.927],[-0.442,53.93],[-0.451,53.932],[-0.451,53.934],[-0.458,53.935],[-0.482,53.935],[-0.486,53.935],[-0.491,53.935],[-0.489,53.939],[-0.499,53.938],[-0.5,53.935],[-0.505,53.937],[-0.506,53.939],[-0.51,53.94],[-0.519,53.94],[-0.525,53.939],[-0.526,53.942],[-0.537,53.941],[-0.547,53.939],[-0.553,53.941],[-0.578,53.941],[-0.602,53.937],[-0.615,53.937],[-0.629,53.935],[-0.626,53.928],[-0.632,53.925],[-0.638,53.924],[-0.644,53.922],[-0.643,53.919],[-0.64,53.916],[-0.636,53.913],[-0.634,53.913],[-0.626,53.908],[-0.617,53.905],[-0.615,53.906],[-0.603,53.9],[-0.6,53.894],[-0.595,53.889],[-0.595,53.887],[-0.592,53.883],[-0.592,53.88],[-0.589,53.878],[-0.586,53.869],[-0.581,53.861],[-0.58,53.858],[-0.577,53.852],[-0.573,53.849],[-0.581,53.846],[-0.587,53.845],[-0.596,53.842],[-0.603,53.839],[-0.609,53.839],[-0.624,53.836],[-0.635,53.835],[-0.641,53.836],[-0.637,53.833],[-0.638,53.831],[-0.642,53.83],[-0.642,53.826],[-0.645,53.824],[-0.647,53.821],[-0.651,53.818],[-0.65,53.816],[-0.639,53.813],[-0.631,53.811],[-0.631,53.809],[-0.627,53.808],[-0.633,53.805],[-0.63,53.803],[-0.621,53.802],[-0.618,53.799],[-0.616,53.799],[-0.589,53.801],[-0.581,53.803],[-0.573,53.806],[-0.568,53.808],[-0.559,53.811],[-0.554,53.814],[-0.548,53.815],[-0.539,53.807],[-0.538,53.801],[-0.533,53.802],[-0.526,53.805],[-0.518,53.803],[-0.514,53.804],[-0.51,53.807],[-0.504,53.808],[-0.497,53.808],[-0.485,53.81],[-0.476,53.812],[-0.47,53.816],[-0.462,53.817],[-0.45,53.818],[-0.444,53.82],[-0.436,53.821],[-0.432,53.82],[-0.433,53.818],[-0.437,53.815],[-0.429,53.814],[-0.427,53.809],[-0.428,53.806],[-0.427,53.804],[-0.423,53.805],[-0.417,53.805],[-0.41,53.805],[-0.398,53.804],[-0.386,53.802],[-0.381,53.802],[-0.381,53.804],[-0.376,53.804],[-0.375,53.808],[-0.37,53.809],[-0.366,53.804],[-0.365,53.804],[-0.358,53.805],[-0.354,53.809],[-0.355,53.815],[-0.358,53.818],[-0.364,53.819],[-0.369,53.824],[-0.377,53.825],[-0.382,53.827],[-0.381,53.832],[-0.381,53.835],[-0.384,53.838],[-0.387,53.84],[-0.395,53.84],[-0.4,53.843],[-0.4,53.846],[-0.396,53.848],[-0.393,53.854],[-0.4,53.866],[-0.399,53.874],[-0.399,53.878],[-0.408,53.882],[-0.407,53.885],[-0.403,53.884],[-0.395,53.885],[-0.394,53.888],[-0.396,53.892],[-0.396,53.896],[-0.392,53.9],[-0.383,53.902],[-0.382,53.904],[-0.385,53.906],[-0.384,53.91],[-0.387,53.911],[-0.394,53.919],[-0.398,53.92],[-0.399,53.921],[-0.411,53.924]]]]},"properties":{"PCON24NM":"Beverley and Holderness","PCON24CD":"E14001087"},"PCON24CD":24}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.605,51.012],[0.601,51.01],[0.597,51.009],[0.592,51.01],[0.587,51.008],[0.585,51.006],[0.579,51.004],[0.576,51.005],[0.572,51.003],[0.567,51.004],[0.565,51.007],[0.562,51.008],[0.559,51.007],[0.548,51.009],[0.541,51.012],[0.541,51.017],[0.538,51.022],[0.529,51.021],[0.523,51.023],[0.515,51.023],[0.508,51.024],[0.504,51.028],[0.502,51.028],[0.497,51.031],[0.483,51.031],[0.48,51.029],[0.472,51.031],[0.466,51.034],[0.468,51.041],[0.467,51.043],[0.471,51.046],[0.471,51.049],[0.464,51.053],[0.462,51.055],[0.458,51.055],[0.453,51.057],[0.448,51.057],[0.447,51.058],[0.441,51.058],[0.438,51.06],[0.433,51.061],[0.428,51.063],[0.418,51.063],[0.416,51.065],[0.411,51.066],[0.409,51.069],[0.401,51.071],[0.401,51.073],[0.405,51.075],[0.407,51.08],[0.403,51.082],[0.396,51.083],[0.398,51.083],[0.392,51.077],[0.396,51.074],[0.391,51.073],[0.377,51.073],[0.367,51.068],[0.363,51.067],[0.361,51.065],[0.361,51.061],[0.357,51.058],[0.357,51.051],[0.358,51.046],[0.355,51.041],[0.355,51.031],[0.348,51.027],[0.348,51.022],[0.351,51.02],[0.352,51.018],[0.345,51.015],[0.342,51.016],[0.337,51.014],[0.331,51.014],[0.329,51.013],[0.33,51.01],[0.33,51.004],[0.323,51],[0.325,50.998],[0.322,50.993],[0.324,50.991],[0.323,50.987],[0.327,50.985],[0.329,50.981],[0.33,50.973],[0.328,50.97],[0.326,50.967],[0.324,50.964],[0.328,50.961],[0.335,50.961],[0.342,50.961],[0.344,50.958],[0.341,50.957],[0.336,50.953],[0.339,50.951],[0.338,50.948],[0.341,50.947],[0.344,50.944],[0.341,50.941],[0.343,50.939],[0.348,50.938],[0.351,50.939],[0.357,50.935],[0.361,50.936],[0.367,50.933],[0.367,50.931],[0.363,50.926],[0.363,50.923],[0.359,50.922],[0.358,50.917],[0.364,50.917],[0.364,50.914],[0.358,50.913],[0.361,50.909],[0.361,50.906],[0.363,50.903],[0.37,50.901],[0.374,50.898],[0.371,50.893],[0.367,50.89],[0.361,50.892],[0.359,50.891],[0.351,50.894],[0.346,50.892],[0.341,50.893],[0.339,50.899],[0.33,50.895],[0.323,50.894],[0.32,50.893],[0.317,50.894],[0.309,50.891],[0.307,50.888],[0.308,50.882],[0.307,50.879],[0.31,50.875],[0.309,50.874],[0.31,50.868],[0.308,50.864],[0.304,50.864],[0.304,50.859],[0.302,50.856],[0.298,50.856],[0.294,50.855],[0.296,50.851],[0.292,50.846],[0.294,50.844],[0.298,50.844],[0.301,50.84],[0.303,50.839],[0.311,50.839],[0.312,50.837],[0.31,50.832],[0.312,50.831],[0.309,50.827],[0.306,50.826],[0.308,50.82],[0.313,50.817],[0.313,50.813],[0.314,50.809],[0.318,50.807],[0.323,50.807],[0.327,50.805],[0.33,50.805],[0.334,50.802],[0.339,50.799],[0.344,50.804],[0.35,50.81],[0.363,50.816],[0.382,50.822],[0.412,50.83],[0.419,50.831],[0.44,50.833],[0.448,50.835],[0.455,50.835],[0.481,50.838],[0.486,50.839],[0.498,50.841],[0.503,50.843],[0.505,50.844],[0.506,50.847],[0.509,50.851],[0.512,50.849],[0.519,50.851],[0.522,50.857],[0.521,50.859],[0.518,50.861],[0.52,50.863],[0.519,50.865],[0.521,50.867],[0.522,50.869],[0.52,50.872],[0.52,50.877],[0.523,50.878],[0.525,50.881],[0.524,50.884],[0.529,50.89],[0.529,50.892],[0.533,50.893],[0.537,50.895],[0.546,50.892],[0.552,50.892],[0.556,50.894],[0.561,50.889],[0.566,50.889],[0.573,50.886],[0.581,50.884],[0.582,50.885],[0.591,50.884],[0.599,50.884],[0.604,50.879],[0.607,50.879],[0.613,50.881],[0.611,50.882],[0.615,50.885],[0.619,50.886],[0.619,50.888],[0.623,50.889],[0.622,50.892],[0.623,50.897],[0.628,50.902],[0.626,50.908],[0.621,50.906],[0.618,50.908],[0.621,50.919],[0.624,50.923],[0.625,50.928],[0.634,50.93],[0.641,50.931],[0.646,50.93],[0.652,50.931],[0.657,50.93],[0.665,50.932],[0.672,50.932],[0.677,50.929],[0.682,50.929],[0.687,50.93],[0.688,50.928],[0.692,50.929],[0.704,50.933],[0.709,50.934],[0.712,50.933],[0.72,50.937],[0.714,50.944],[0.712,50.946],[0.718,50.952],[0.718,50.954],[0.711,50.957],[0.705,50.954],[0.701,50.954],[0.691,50.95],[0.68,50.949],[0.676,50.947],[0.66,50.95],[0.651,50.949],[0.651,50.954],[0.649,50.957],[0.653,50.962],[0.658,50.964],[0.659,50.97],[0.659,50.978],[0.661,50.984],[0.668,50.99],[0.673,50.993],[0.673,50.994],[0.676,50.996],[0.681,51.002],[0.675,51.004],[0.671,51.01],[0.671,51.011],[0.665,51.016],[0.661,51.018],[0.658,51.017],[0.655,51.015],[0.646,51.015],[0.639,51.012],[0.636,51.012],[0.63,51.017],[0.627,51.018],[0.625,51.016],[0.616,51.015],[0.611,51.012],[0.605,51.012]]]},"properties":{"PCON24NM":"Bexhill and Battle","PCON24CD":"E14001088"},"PCON24CD":25}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.203,51.458],[0.204,51.46],[0.21,51.463],[0.211,51.468],[0.208,51.471],[0.211,51.473],[0.212,51.476],[0.216,51.477],[0.218,51.48],[0.212,51.483],[0.209,51.482],[0.199,51.48],[0.19,51.48],[0.187,51.48],[0.182,51.478],[0.18,51.472],[0.177,51.473],[0.175,51.477],[0.167,51.477],[0.16,51.479],[0.154,51.479],[0.154,51.481],[0.143,51.48],[0.138,51.481],[0.138,51.483],[0.132,51.482],[0.13,51.483],[0.126,51.482],[0.122,51.483],[0.124,51.477],[0.118,51.479],[0.112,51.473],[0.119,51.472],[0.118,51.468],[0.123,51.466],[0.122,51.463],[0.124,51.462],[0.122,51.456],[0.123,51.453],[0.12,51.449],[0.13,51.448],[0.15,51.448],[0.153,51.448],[0.161,51.445],[0.168,51.443],[0.171,51.441],[0.173,51.443],[0.176,51.442],[0.179,51.443],[0.184,51.445],[0.191,51.449],[0.193,51.452],[0.198,51.452],[0.203,51.454],[0.203,51.458]]]},"properties":{"PCON24NM":"Bexleyheath and Crayford","PCON24CD":"E14001089"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.056,51.943],[-1.055,51.949],[-1.059,51.949],[-1.065,51.948],[-1.076,51.943],[-1.08,51.945],[-1.079,51.947],[-1.081,51.95],[-1.09,51.954],[-1.089,51.956],[-1.095,51.957],[-1.092,51.962],[-1.088,51.967],[-1.085,51.968],[-1.08,51.976],[-1.079,51.98],[-1.059,51.998],[-1.053,52.002],[-1.058,52.003],[-1.059,52.008],[-1.065,52.009],[-1.074,52.006],[-1.079,52.009],[-1.082,52.007],[-1.089,52.006],[-1.091,52.009],[-1.097,52.015],[-1.1,52.013],[-1.103,52.013],[-1.112,52.017],[-1.118,52.015],[-1.12,52.016],[-1.123,52.011],[-1.125,52.007],[-1.131,52.005],[-1.134,51.997],[-1.141,51.998],[-1.149,51.995],[-1.151,51.993],[-1.157,51.992],[-1.164,51.993],[-1.172,51.986],[-1.175,51.983],[-1.18,51.982],[-1.191,51.982],[-1.196,51.977],[-1.201,51.978],[-1.202,51.974],[-1.204,51.972],[-1.209,51.972],[-1.217,51.973],[-1.223,51.966],[-1.224,51.96],[-1.226,51.959],[-1.228,51.954],[-1.226,51.947],[-1.23,51.947],[-1.235,51.949],[-1.236,51.943],[-1.235,51.939],[-1.241,51.938],[-1.255,51.938],[-1.264,51.939],[-1.273,51.941],[-1.283,51.94],[-1.291,51.943],[-1.298,51.938],[-1.297,51.935],[-1.288,51.932],[-1.283,51.929],[-1.285,51.926],[-1.292,51.924],[-1.296,51.921],[-1.299,51.921],[-1.303,51.922],[-1.307,51.92],[-1.314,51.922],[-1.325,51.923],[-1.325,51.918],[-1.329,51.911],[-1.329,51.898],[-1.333,51.898],[-1.335,51.897],[-1.338,51.898],[-1.346,51.899],[-1.351,51.899],[-1.359,51.907],[-1.367,51.909],[-1.372,51.913],[-1.371,51.913],[-1.378,51.917],[-1.383,51.921],[-1.397,51.915],[-1.402,51.914],[-1.405,51.912],[-1.406,51.909],[-1.414,51.906],[-1.426,51.906],[-1.425,51.904],[-1.429,51.898],[-1.428,51.894],[-1.424,51.892],[-1.419,51.893],[-1.417,51.889],[-1.417,51.886],[-1.42,51.885],[-1.415,51.879],[-1.414,51.876],[-1.421,51.877],[-1.422,51.869],[-1.429,51.862],[-1.43,51.866],[-1.433,51.867],[-1.437,51.864],[-1.439,51.855],[-1.44,51.853],[-1.44,51.849],[-1.437,51.847],[-1.437,51.845],[-1.46,51.839],[-1.463,51.84],[-1.471,51.838],[-1.476,51.838],[-1.471,51.833],[-1.468,51.834],[-1.466,51.83],[-1.462,51.827],[-1.462,51.824],[-1.466,51.823],[-1.457,51.819],[-1.457,51.814],[-1.454,51.814],[-1.453,51.811],[-1.454,51.804],[-1.462,51.798],[-1.459,51.792],[-1.463,51.789],[-1.464,51.785],[-1.457,51.783],[-1.464,51.779],[-1.47,51.777],[-1.478,51.776],[-1.476,51.771],[-1.474,51.769],[-1.471,51.769],[-1.467,51.765],[-1.461,51.761],[-1.454,51.76],[-1.451,51.759],[-1.448,51.754],[-1.438,51.751],[-1.435,51.752],[-1.433,51.75],[-1.428,51.755],[-1.426,51.753],[-1.418,51.751],[-1.411,51.764],[-1.412,51.768],[-1.406,51.774],[-1.397,51.773],[-1.401,51.768],[-1.399,51.768],[-1.392,51.765],[-1.376,51.764],[-1.372,51.767],[-1.371,51.77],[-1.367,51.769],[-1.368,51.766],[-1.364,51.764],[-1.363,51.762],[-1.359,51.764],[-1.364,51.767],[-1.362,51.774],[-1.347,51.777],[-1.342,51.781],[-1.338,51.784],[-1.336,51.785],[-1.318,51.789],[-1.315,51.788],[-1.306,51.789],[-1.304,51.788],[-1.305,51.785],[-1.304,51.781],[-1.298,51.786],[-1.289,51.791],[-1.283,51.796],[-1.277,51.795],[-1.269,51.796],[-1.268,51.794],[-1.264,51.792],[-1.258,51.794],[-1.253,51.789],[-1.253,51.787],[-1.248,51.787],[-1.244,51.79],[-1.247,51.793],[-1.253,51.796],[-1.254,51.798],[-1.248,51.8],[-1.243,51.805],[-1.245,51.808],[-1.242,51.81],[-1.231,51.809],[-1.225,51.806],[-1.221,51.805],[-1.221,51.802],[-1.216,51.803],[-1.21,51.802],[-1.208,51.798],[-1.206,51.8],[-1.202,51.798],[-1.198,51.798],[-1.195,51.797],[-1.191,51.799],[-1.192,51.8],[-1.188,51.804],[-1.187,51.809],[-1.187,51.812],[-1.172,51.812],[-1.167,51.814],[-1.164,51.81],[-1.154,51.805],[-1.151,51.801],[-1.154,51.796],[-1.146,51.798],[-1.142,51.798],[-1.137,51.796],[-1.132,51.797],[-1.127,51.8],[-1.125,51.798],[-1.125,51.795],[-1.124,51.794],[-1.121,51.797],[-1.117,51.799],[-1.12,51.8],[-1.121,51.804],[-1.125,51.808],[-1.123,51.81],[-1.119,51.811],[-1.117,51.814],[-1.11,51.817],[-1.115,51.819],[-1.119,51.821],[-1.123,51.825],[-1.126,51.829],[-1.13,51.831],[-1.134,51.832],[-1.141,51.835],[-1.133,51.838],[-1.129,51.839],[-1.124,51.843],[-1.122,51.845],[-1.113,51.841],[-1.103,51.84],[-1.092,51.834],[-1.089,51.834],[-1.086,51.831],[-1.081,51.829],[-1.076,51.829],[-1.072,51.831],[-1.072,51.834],[-1.069,51.835],[-1.066,51.833],[-1.062,51.832],[-1.057,51.836],[-1.052,51.838],[-1.052,51.84],[-1.062,51.844],[-1.062,51.849],[-1.066,51.853],[-1.063,51.854],[-1.063,51.859],[-1.066,51.865],[-1.064,51.866],[-1.065,51.87],[-1.069,51.875],[-1.076,51.876],[-1.077,51.879],[-1.07,51.883],[-1.071,51.885],[-1.069,51.887],[-1.071,51.889],[-1.077,51.889],[-1.079,51.89],[-1.086,51.891],[-1.094,51.894],[-1.092,51.897],[-1.087,51.897],[-1.084,51.9],[-1.086,51.901],[-1.085,51.905],[-1.086,51.907],[-1.082,51.912],[-1.083,51.918],[-1.086,51.92],[-1.086,51.923],[-1.083,51.925],[-1.081,51.928],[-1.078,51.927],[-1.075,51.931],[-1.076,51.932],[-1.07,51.934],[-1.062,51.935],[-1.061,51.938],[-1.056,51.943]]]},"properties":{"PCON24NM":"Bicester and Woodstock","PCON24CD":"E14001090"},"PCON24CD":27}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.013,53.402],[-3.022,53.401],[-3.026,53.403],[-3.032,53.405],[-3.041,53.403],[-3.045,53.404],[-3.053,53.41],[-3.053,53.411],[-3.065,53.416],[-3.075,53.414],[-3.083,53.41],[-3.086,53.408],[-3.088,53.404],[-3.089,53.4],[-3.086,53.388],[-3.086,53.386],[-3.083,53.383],[-3.074,53.377],[-3.072,53.372],[-3.07,53.365],[-3.066,53.361],[-3.044,53.347],[-3.039,53.344],[-3.029,53.342],[-3.021,53.338],[-3.014,53.341],[-3.014,53.344],[-3.017,53.346],[-3.007,53.347],[-2.999,53.35],[-3.006,53.364],[-2.999,53.365],[-2.999,53.368],[-2.995,53.368],[-3.001,53.374],[-2.999,53.376],[-3.003,53.378],[-3.007,53.383],[-3.008,53.394],[-3.013,53.402]]]},"properties":{"PCON24NM":"Birkenhead","PCON24CD":"E14001091"},"PCON24CD":28}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.901,52.455],[-1.901,52.457],[-1.905,52.458],[-1.902,52.461],[-1.904,52.463],[-1.901,52.467],[-1.906,52.468],[-1.913,52.472],[-1.919,52.473],[-1.921,52.472],[-1.932,52.472],[-1.93,52.475],[-1.935,52.477],[-1.933,52.48],[-1.933,52.481],[-1.927,52.486],[-1.934,52.487],[-1.943,52.492],[-1.946,52.49],[-1.947,52.487],[-1.95,52.487],[-1.951,52.483],[-1.956,52.482],[-1.962,52.483],[-1.964,52.482],[-1.969,52.477],[-1.965,52.475],[-1.966,52.473],[-1.969,52.472],[-1.977,52.467],[-1.998,52.463],[-2.001,52.463],[-2.008,52.462],[-2.013,52.462],[-2.012,52.454],[-2.014,52.45],[-2.016,52.447],[-2.017,52.443],[-2.017,52.433],[-2.015,52.432],[-2.015,52.429],[-2.013,52.429],[-2.01,52.427],[-2.007,52.428],[-2.004,52.426],[-2.002,52.423],[-2.002,52.421],[-1.997,52.417],[-1.991,52.415],[-1.986,52.417],[-1.984,52.418],[-1.975,52.42],[-1.98,52.425],[-1.975,52.427],[-1.975,52.431],[-1.976,52.435],[-1.976,52.438],[-1.979,52.441],[-1.975,52.446],[-1.97,52.447],[-1.96,52.446],[-1.952,52.446],[-1.934,52.448],[-1.929,52.447],[-1.925,52.447],[-1.919,52.447],[-1.915,52.449],[-1.909,52.45],[-1.901,52.455]]]},"properties":{"PCON24NM":"Birmingham Edgbaston","PCON24CD":"E14001092"},"PCON24CD":29}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.792,52.509],[-1.784,52.511],[-1.783,52.513],[-1.776,52.515],[-1.772,52.519],[-1.774,52.523],[-1.784,52.528],[-1.79,52.526],[-1.801,52.527],[-1.808,52.53],[-1.811,52.532],[-1.816,52.532],[-1.819,52.534],[-1.831,52.536],[-1.835,52.535],[-1.848,52.54],[-1.847,52.542],[-1.856,52.547],[-1.859,52.545],[-1.865,52.549],[-1.865,52.551],[-1.874,52.554],[-1.88,52.558],[-1.883,52.559],[-1.885,52.553],[-1.892,52.555],[-1.895,52.551],[-1.899,52.55],[-1.894,52.547],[-1.895,52.544],[-1.901,52.544],[-1.908,52.542],[-1.912,52.54],[-1.902,52.535],[-1.896,52.529],[-1.888,52.532],[-1.881,52.534],[-1.878,52.527],[-1.874,52.522],[-1.878,52.521],[-1.873,52.519],[-1.868,52.515],[-1.862,52.509],[-1.853,52.506],[-1.846,52.505],[-1.831,52.505],[-1.823,52.507],[-1.804,52.509],[-1.792,52.509]]]},"properties":{"PCON24NM":"Birmingham Erdington","PCON24CD":"E14001093"},"PCON24CD":30}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.859,52.465],[-1.869,52.468],[-1.876,52.471],[-1.887,52.463],[-1.883,52.462],[-1.883,52.46],[-1.883,52.454],[-1.891,52.454],[-1.896,52.453],[-1.901,52.455],[-1.909,52.45],[-1.912,52.445],[-1.912,52.438],[-1.903,52.435],[-1.906,52.432],[-1.91,52.426],[-1.905,52.422],[-1.9,52.425],[-1.894,52.426],[-1.893,52.428],[-1.888,52.427],[-1.88,52.43],[-1.87,52.435],[-1.86,52.433],[-1.856,52.433],[-1.859,52.427],[-1.858,52.421],[-1.854,52.417],[-1.854,52.416],[-1.849,52.411],[-1.844,52.411],[-1.842,52.413],[-1.834,52.418],[-1.831,52.422],[-1.825,52.429],[-1.832,52.431],[-1.839,52.434],[-1.835,52.438],[-1.842,52.44],[-1.841,52.45],[-1.844,52.453],[-1.847,52.455],[-1.845,52.457],[-1.859,52.465]]]},"properties":{"PCON24NM":"Birmingham Hall Green and Moseley","PCON24CD":"E14001094"},"PCON24CD":31}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.754,52.513],[-1.76,52.514],[-1.766,52.514],[-1.774,52.513],[-1.785,52.51],[-1.792,52.509],[-1.804,52.509],[-1.823,52.507],[-1.831,52.505],[-1.849,52.502],[-1.857,52.499],[-1.854,52.498],[-1.845,52.494],[-1.832,52.49],[-1.831,52.485],[-1.848,52.483],[-1.847,52.478],[-1.841,52.479],[-1.842,52.476],[-1.836,52.473],[-1.832,52.473],[-1.828,52.471],[-1.822,52.473],[-1.822,52.477],[-1.818,52.482],[-1.817,52.485],[-1.804,52.484],[-1.796,52.483],[-1.8,52.481],[-1.801,52.478],[-1.792,52.477],[-1.791,52.475],[-1.794,52.473],[-1.792,52.47],[-1.788,52.469],[-1.784,52.466],[-1.782,52.463],[-1.774,52.466],[-1.769,52.469],[-1.768,52.473],[-1.759,52.469],[-1.756,52.472],[-1.759,52.475],[-1.759,52.482],[-1.763,52.487],[-1.761,52.494],[-1.758,52.495],[-1.748,52.494],[-1.744,52.495],[-1.739,52.492],[-1.733,52.492],[-1.744,52.508],[-1.746,52.51],[-1.754,52.513]]]},"properties":{"PCON24NM":"Birmingham Hodge Hill and Solihull North","PCON24CD":"E14001095"},"PCON24CD":32}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.862,52.509],[-1.868,52.51],[-1.873,52.509],[-1.88,52.506],[-1.884,52.502],[-1.886,52.499],[-1.897,52.5],[-1.903,52.499],[-1.906,52.5],[-1.915,52.497],[-1.924,52.501],[-1.942,52.505],[-1.951,52.502],[-1.938,52.498],[-1.944,52.496],[-1.946,52.493],[-1.943,52.492],[-1.934,52.487],[-1.927,52.486],[-1.933,52.481],[-1.933,52.48],[-1.935,52.477],[-1.93,52.475],[-1.932,52.472],[-1.921,52.472],[-1.919,52.473],[-1.913,52.472],[-1.906,52.468],[-1.901,52.467],[-1.904,52.463],[-1.902,52.461],[-1.905,52.458],[-1.901,52.457],[-1.901,52.455],[-1.896,52.453],[-1.891,52.454],[-1.883,52.454],[-1.883,52.46],[-1.883,52.462],[-1.887,52.463],[-1.876,52.471],[-1.869,52.468],[-1.859,52.465],[-1.858,52.467],[-1.854,52.468],[-1.858,52.469],[-1.855,52.473],[-1.842,52.476],[-1.841,52.479],[-1.847,52.478],[-1.848,52.483],[-1.831,52.485],[-1.832,52.49],[-1.845,52.494],[-1.854,52.498],[-1.857,52.499],[-1.849,52.502],[-1.831,52.505],[-1.846,52.505],[-1.853,52.506],[-1.862,52.509]]]},"properties":{"PCON24NM":"Birmingham Ladywood","PCON24CD":"E14001096"},"PCON24CD":33}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.96,52.446],[-1.97,52.447],[-1.975,52.446],[-1.979,52.441],[-1.976,52.438],[-1.976,52.435],[-1.975,52.431],[-1.975,52.427],[-1.98,52.425],[-1.975,52.42],[-1.984,52.418],[-1.986,52.417],[-1.989,52.414],[-1.996,52.412],[-1.998,52.41],[-2.004,52.411],[-2.005,52.409],[-2.013,52.407],[-2.018,52.406],[-2.02,52.407],[-2.028,52.407],[-2.033,52.403],[-2.032,52.401],[-2.028,52.4],[-2.021,52.4],[-2.019,52.396],[-2.017,52.394],[-2.014,52.394],[-2.013,52.389],[-2.011,52.386],[-2.008,52.387],[-2.005,52.384],[-2.002,52.384],[-2,52.382],[-1.995,52.381],[-1.99,52.382],[-1.988,52.385],[-1.984,52.387],[-1.979,52.388],[-1.976,52.387],[-1.972,52.389],[-1.966,52.389],[-1.965,52.392],[-1.959,52.388],[-1.954,52.393],[-1.945,52.391],[-1.935,52.388],[-1.933,52.39],[-1.928,52.393],[-1.924,52.397],[-1.919,52.398],[-1.918,52.4],[-1.915,52.403],[-1.914,52.407],[-1.916,52.408],[-1.919,52.413],[-1.915,52.414],[-1.918,52.416],[-1.916,52.418],[-1.917,52.421],[-1.923,52.417],[-1.932,52.414],[-1.945,52.413],[-1.954,52.412],[-1.96,52.41],[-1.959,52.414],[-1.955,52.416],[-1.956,52.42],[-1.961,52.422],[-1.956,52.425],[-1.946,52.434],[-1.946,52.436],[-1.953,52.438],[-1.956,52.441],[-1.96,52.446]]]},"properties":{"PCON24NM":"Birmingham Northfield","PCON24CD":"E14001097"},"PCON24CD":34}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.883,52.559],[-1.892,52.562],[-1.896,52.559],[-1.899,52.555],[-1.908,52.553],[-1.912,52.552],[-1.918,52.547],[-1.922,52.546],[-1.932,52.546],[-1.93,52.543],[-1.93,52.533],[-1.937,52.532],[-1.943,52.534],[-1.947,52.533],[-1.951,52.53],[-1.957,52.53],[-1.96,52.531],[-1.962,52.528],[-1.96,52.525],[-1.958,52.519],[-1.962,52.516],[-1.962,52.51],[-1.961,52.507],[-1.963,52.505],[-1.951,52.502],[-1.942,52.505],[-1.924,52.501],[-1.915,52.497],[-1.906,52.5],[-1.903,52.499],[-1.897,52.5],[-1.886,52.499],[-1.884,52.502],[-1.88,52.506],[-1.873,52.509],[-1.868,52.51],[-1.862,52.509],[-1.868,52.515],[-1.873,52.519],[-1.878,52.521],[-1.874,52.522],[-1.878,52.527],[-1.881,52.534],[-1.888,52.532],[-1.896,52.529],[-1.902,52.535],[-1.912,52.54],[-1.908,52.542],[-1.901,52.544],[-1.895,52.544],[-1.894,52.547],[-1.899,52.55],[-1.895,52.551],[-1.892,52.555],[-1.885,52.553],[-1.883,52.559]]]},"properties":{"PCON24NM":"Birmingham Perry Barr","PCON24CD":"E14001098"},"PCON24CD":35}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.909,52.45],[-1.915,52.449],[-1.919,52.447],[-1.925,52.447],[-1.929,52.447],[-1.934,52.448],[-1.952,52.446],[-1.96,52.446],[-1.956,52.441],[-1.953,52.438],[-1.946,52.436],[-1.946,52.434],[-1.956,52.425],[-1.961,52.422],[-1.956,52.42],[-1.955,52.416],[-1.959,52.414],[-1.96,52.41],[-1.954,52.412],[-1.945,52.413],[-1.932,52.414],[-1.923,52.417],[-1.917,52.421],[-1.916,52.418],[-1.918,52.416],[-1.915,52.414],[-1.919,52.413],[-1.916,52.408],[-1.914,52.407],[-1.911,52.407],[-1.909,52.404],[-1.905,52.403],[-1.901,52.404],[-1.897,52.403],[-1.892,52.404],[-1.886,52.404],[-1.883,52.4],[-1.879,52.4],[-1.878,52.402],[-1.872,52.402],[-1.872,52.405],[-1.869,52.405],[-1.869,52.408],[-1.863,52.41],[-1.858,52.408],[-1.854,52.409],[-1.849,52.411],[-1.854,52.416],[-1.854,52.417],[-1.858,52.421],[-1.859,52.427],[-1.856,52.433],[-1.86,52.433],[-1.87,52.435],[-1.88,52.43],[-1.888,52.427],[-1.893,52.428],[-1.894,52.426],[-1.9,52.425],[-1.905,52.422],[-1.91,52.426],[-1.906,52.432],[-1.903,52.435],[-1.912,52.438],[-1.912,52.445],[-1.909,52.45]]]},"properties":{"PCON24NM":"Birmingham Selly Oak","PCON24CD":"E14001099"},"PCON24CD":36}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.759,52.469],[-1.768,52.473],[-1.769,52.469],[-1.774,52.466],[-1.782,52.463],[-1.784,52.466],[-1.788,52.469],[-1.792,52.47],[-1.794,52.473],[-1.791,52.475],[-1.792,52.477],[-1.801,52.478],[-1.8,52.481],[-1.796,52.483],[-1.804,52.484],[-1.817,52.485],[-1.818,52.482],[-1.822,52.477],[-1.822,52.473],[-1.828,52.471],[-1.832,52.473],[-1.836,52.473],[-1.842,52.476],[-1.855,52.473],[-1.858,52.469],[-1.854,52.468],[-1.858,52.467],[-1.859,52.465],[-1.845,52.457],[-1.847,52.455],[-1.844,52.453],[-1.841,52.45],[-1.842,52.44],[-1.835,52.438],[-1.839,52.434],[-1.832,52.431],[-1.825,52.429],[-1.819,52.431],[-1.817,52.433],[-1.816,52.438],[-1.812,52.44],[-1.812,52.443],[-1.81,52.445],[-1.807,52.45],[-1.805,52.454],[-1.8,52.458],[-1.792,52.454],[-1.782,52.451],[-1.776,52.451],[-1.761,52.451],[-1.755,52.456],[-1.763,52.464],[-1.764,52.466],[-1.759,52.469]]]},"properties":{"PCON24NM":"Birmingham Yardley","PCON24CD":"E14001100"},"PCON24CD":37}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.952,54.854],[-1.959,54.856],[-1.964,54.859],[-1.969,54.86],[-1.973,54.861],[-1.971,54.863],[-1.981,54.868],[-1.987,54.868],[-1.99,54.87],[-1.995,54.87],[-2.002,54.868],[-2.006,54.869],[-2.012,54.867],[-2.012,54.864],[-2.019,54.862],[-2.023,54.859],[-2.027,54.859],[-2.028,54.856],[-2.036,54.853],[-2.036,54.851],[-2.04,54.848],[-2.055,54.847],[-2.065,54.844],[-2.067,54.845],[-2.074,54.841],[-2.082,54.838],[-2.097,54.837],[-2.098,54.837],[-2.099,54.837],[-2.1,54.837],[-2.103,54.84],[-2.111,54.84],[-2.116,54.841],[-2.121,54.841],[-2.135,54.843],[-2.14,54.842],[-2.139,54.838],[-2.14,54.834],[-2.143,54.831],[-2.143,54.827],[-2.151,54.823],[-2.161,54.819],[-2.166,54.814],[-2.169,54.804],[-2.174,54.806],[-2.182,54.807],[-2.187,54.806],[-2.199,54.807],[-2.199,54.805],[-2.202,54.8],[-2.211,54.789],[-2.214,54.787],[-2.215,54.784],[-2.22,54.783],[-2.227,54.783],[-2.234,54.784],[-2.236,54.787],[-2.249,54.788],[-2.251,54.79],[-2.261,54.792],[-2.267,54.795],[-2.277,54.796],[-2.283,54.798],[-2.286,54.796],[-2.29,54.796],[-2.293,54.793],[-2.296,54.794],[-2.302,54.792],[-2.308,54.792],[-2.312,54.791],[-2.314,54.785],[-2.314,54.781],[-2.312,54.778],[-2.312,54.775],[-2.309,54.774],[-2.31,54.772],[-2.315,54.77],[-2.322,54.765],[-2.323,54.761],[-2.321,54.755],[-2.327,54.747],[-2.328,54.743],[-2.326,54.741],[-2.327,54.738],[-2.331,54.735],[-2.332,54.732],[-2.33,54.728],[-2.326,54.726],[-2.33,54.723],[-2.338,54.719],[-2.337,54.717],[-2.342,54.716],[-2.342,54.711],[-2.345,54.709],[-2.342,54.706],[-2.344,54.702],[-2.35,54.701],[-2.355,54.697],[-2.352,54.695],[-2.354,54.691],[-2.35,54.69],[-2.352,54.686],[-2.343,54.682],[-2.342,54.679],[-2.336,54.675],[-2.329,54.675],[-2.327,54.673],[-2.327,54.671],[-2.322,54.669],[-2.303,54.67],[-2.302,54.666],[-2.293,54.664],[-2.293,54.661],[-2.288,54.65],[-2.295,54.649],[-2.303,54.643],[-2.307,54.642],[-2.309,54.639],[-2.32,54.635],[-2.325,54.632],[-2.309,54.612],[-2.305,54.596],[-2.271,54.582],[-2.262,54.574],[-2.246,54.565],[-2.209,54.552],[-2.21,54.544],[-2.198,54.533],[-2.182,54.536],[-2.172,54.532],[-2.171,54.529],[-2.174,54.524],[-2.174,54.522],[-2.169,54.52],[-2.163,54.505],[-2.163,54.503],[-2.166,54.49],[-2.159,54.472],[-2.162,54.465],[-2.17,54.458],[-2.165,54.457],[-2.155,54.457],[-2.15,54.46],[-2.135,54.462],[-2.126,54.462],[-2.124,54.462],[-2.117,54.462],[-2.114,54.464],[-2.103,54.465],[-2.095,54.467],[-2.086,54.468],[-2.082,54.47],[-2.076,54.473],[-2.071,54.474],[-2.068,54.477],[-2.059,54.481],[-2.053,54.481],[-2.049,54.483],[-2.043,54.484],[-2.045,54.475],[-2.03,54.473],[-2.015,54.472],[-1.997,54.467],[-1.987,54.462],[-1.985,54.46],[-1.976,54.46],[-1.971,54.455],[-1.97,54.452],[-1.96,54.452],[-1.957,54.453],[-1.947,54.454],[-1.943,54.453],[-1.934,54.457],[-1.928,54.456],[-1.913,54.462],[-1.893,54.467],[-1.885,54.473],[-1.878,54.478],[-1.867,54.482],[-1.859,54.482],[-1.861,54.486],[-1.858,54.494],[-1.859,54.497],[-1.858,54.504],[-1.848,54.504],[-1.844,54.505],[-1.839,54.508],[-1.836,54.508],[-1.832,54.505],[-1.832,54.503],[-1.828,54.503],[-1.824,54.5],[-1.825,54.498],[-1.822,54.495],[-1.814,54.492],[-1.793,54.484],[-1.79,54.493],[-1.785,54.501],[-1.782,54.507],[-1.776,54.507],[-1.778,54.516],[-1.776,54.519],[-1.777,54.525],[-1.782,54.527],[-1.78,54.532],[-1.773,54.533],[-1.767,54.532],[-1.765,54.53],[-1.761,54.529],[-1.754,54.529],[-1.752,54.53],[-1.748,54.529],[-1.744,54.53],[-1.733,54.528],[-1.731,54.531],[-1.727,54.53],[-1.722,54.542],[-1.72,54.542],[-1.715,54.539],[-1.705,54.537],[-1.697,54.536],[-1.699,54.541],[-1.698,54.544],[-1.704,54.545],[-1.705,54.549],[-1.701,54.55],[-1.701,54.553],[-1.698,54.556],[-1.697,54.558],[-1.702,54.558],[-1.709,54.563],[-1.71,54.565],[-1.708,54.569],[-1.704,54.572],[-1.709,54.574],[-1.703,54.582],[-1.7,54.584],[-1.694,54.585],[-1.694,54.587],[-1.679,54.586],[-1.681,54.597],[-1.681,54.606],[-1.682,54.618],[-1.673,54.617],[-1.663,54.616],[-1.657,54.615],[-1.65,54.618],[-1.642,54.619],[-1.641,54.617],[-1.631,54.616],[-1.631,54.618],[-1.619,54.619],[-1.619,54.623],[-1.616,54.633],[-1.614,54.634],[-1.613,54.639],[-1.606,54.639],[-1.605,54.644],[-1.611,54.644],[-1.61,54.651],[-1.61,54.655],[-1.609,54.66],[-1.607,54.662],[-1.604,54.662],[-1.602,54.666],[-1.606,54.676],[-1.603,54.676],[-1.605,54.68],[-1.622,54.676],[-1.629,54.677],[-1.629,54.678],[-1.636,54.677],[-1.637,54.68],[-1.643,54.684],[-1.65,54.686],[-1.656,54.687],[-1.664,54.693],[-1.675,54.7],[-1.678,54.704],[-1.683,54.705],[-1.686,54.705],[-1.692,54.701],[-1.691,54.695],[-1.693,54.692],[-1.687,54.692],[-1.677,54.692],[-1.677,54.687],[-1.682,54.686],[-1.683,54.683],[-1.685,54.679],[-1.683,54.673],[-1.69,54.674],[-1.694,54.673],[-1.704,54.674],[-1.711,54.68],[-1.725,54.686],[-1.723,54.688],[-1.72,54.694],[-1.73,54.7],[-1.729,54.704],[-1.722,54.702],[-1.715,54.7],[-1.71,54.701],[-1.709,54.704],[-1.714,54.706],[-1.712,54.712],[-1.706,54.714],[-1.709,54.715],[-1.716,54.721],[-1.722,54.722],[-1.729,54.724],[-1.736,54.728],[-1.727,54.729],[-1.735,54.731],[-1.739,54.738],[-1.74,54.743],[-1.733,54.746],[-1.734,54.748],[-1.731,54.75],[-1.729,54.757],[-1.73,54.758],[-1.744,54.76],[-1.753,54.758],[-1.759,54.756],[-1.76,54.755],[-1.768,54.754],[-1.769,54.752],[-1.78,54.751],[-1.783,54.751],[-1.788,54.75],[-1.792,54.75],[-1.794,54.747],[-1.8,54.747],[-1.807,54.747],[-1.81,54.752],[-1.832,54.756],[-1.841,54.757],[-1.859,54.771],[-1.865,54.773],[-1.873,54.774],[-1.881,54.778],[-1.901,54.791],[-1.916,54.797],[-1.926,54.794],[-1.945,54.797],[-1.954,54.786],[-1.975,54.771],[-1.985,54.773],[-1.992,54.776],[-1.995,54.781],[-2.005,54.791],[-2.005,54.795],[-2.011,54.795],[-2.018,54.797],[-2.025,54.799],[-2.03,54.798],[-2.032,54.8],[-2.032,54.806],[-2.029,54.808],[-2.027,54.812],[-2.03,54.816],[-2.028,54.819],[-2.022,54.822],[-2.019,54.822],[-2.016,54.827],[-2.006,54.832],[-2.004,54.834],[-1.992,54.836],[-1.988,54.838],[-1.986,54.84],[-1.981,54.842],[-1.968,54.843],[-1.964,54.846],[-1.959,54.848],[-1.958,54.85],[-1.954,54.85],[-1.952,54.854]]]},"properties":{"PCON24NM":"Bishop Auckland","PCON24CD":"E14001101"},"PCON24CD":38}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.466,53.781],[-2.469,53.782],[-2.474,53.78],[-2.477,53.781],[-2.481,53.774],[-2.487,53.773],[-2.499,53.769],[-2.505,53.77],[-2.51,53.769],[-2.511,53.767],[-2.526,53.76],[-2.53,53.76],[-2.534,53.759],[-2.54,53.76],[-2.546,53.759],[-2.549,53.758],[-2.552,53.755],[-2.554,53.75],[-2.558,53.749],[-2.562,53.747],[-2.564,53.739],[-2.557,53.735],[-2.555,53.725],[-2.551,53.727],[-2.546,53.725],[-2.547,53.722],[-2.541,53.72],[-2.539,53.715],[-2.526,53.713],[-2.508,53.713],[-2.504,53.715],[-2.502,53.721],[-2.5,53.72],[-2.496,53.724],[-2.496,53.726],[-2.492,53.728],[-2.485,53.722],[-2.483,53.722],[-2.48,53.726],[-2.475,53.727],[-2.471,53.727],[-2.466,53.729],[-2.462,53.724],[-2.458,53.725],[-2.456,53.722],[-2.46,53.721],[-2.458,53.717],[-2.453,53.72],[-2.443,53.728],[-2.439,53.732],[-2.44,53.733],[-2.44,53.739],[-2.442,53.745],[-2.439,53.748],[-2.441,53.75],[-2.447,53.755],[-2.451,53.756],[-2.452,53.761],[-2.448,53.766],[-2.454,53.771],[-2.454,53.773],[-2.46,53.778],[-2.466,53.781]]]},"properties":{"PCON24NM":"Blackburn","PCON24CD":"E14001102"},"PCON24CD":39}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.172,53.555],[-2.177,53.554],[-2.179,53.555],[-2.181,53.551],[-2.183,53.548],[-2.187,53.55],[-2.192,53.549],[-2.191,53.547],[-2.199,53.547],[-2.198,53.55],[-2.204,53.553],[-2.208,53.552],[-2.212,53.552],[-2.214,53.554],[-2.222,53.552],[-2.23,53.548],[-2.236,53.548],[-2.234,53.542],[-2.237,53.539],[-2.245,53.543],[-2.251,53.545],[-2.26,53.543],[-2.268,53.538],[-2.269,53.536],[-2.266,53.531],[-2.266,53.527],[-2.264,53.525],[-2.257,53.527],[-2.247,53.529],[-2.249,53.525],[-2.251,53.524],[-2.257,53.518],[-2.251,53.517],[-2.247,53.514],[-2.245,53.512],[-2.244,53.51],[-2.239,53.511],[-2.233,53.509],[-2.227,53.502],[-2.226,53.498],[-2.229,53.496],[-2.23,53.493],[-2.226,53.492],[-2.222,53.496],[-2.217,53.495],[-2.212,53.497],[-2.196,53.502],[-2.184,53.507],[-2.178,53.507],[-2.174,53.509],[-2.173,53.512],[-2.169,53.514],[-2.162,53.513],[-2.156,53.516],[-2.155,53.518],[-2.159,53.522],[-2.165,53.52],[-2.17,53.524],[-2.172,53.527],[-2.186,53.529],[-2.176,53.538],[-2.169,53.546],[-2.17,53.551],[-2.172,53.552],[-2.172,53.555]]]},"properties":{"PCON24NM":"Blackley and Middleton South","PCON24CD":"E14001103"},"PCON24CD":40}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.978,53.862],[-2.978,53.866],[-2.979,53.871],[-2.972,53.872],[-2.969,53.874],[-2.971,53.877],[-2.976,53.88],[-2.993,53.885],[-3,53.891],[-3.003,53.895],[-3.007,53.902],[-3.006,53.903],[-3.006,53.912],[-3.006,53.919],[-3.009,53.918],[-3.013,53.92],[-3.006,53.921],[-3.004,53.924],[-3.006,53.928],[-3.009,53.929],[-3.014,53.929],[-3.018,53.927],[-3.026,53.926],[-3.032,53.927],[-3.045,53.923],[-3.049,53.921],[-3.051,53.918],[-3.051,53.909],[-3.048,53.898],[-3.047,53.888],[-3.049,53.866],[-3.051,53.857],[-3.054,53.85],[-3.056,53.841],[-3.05,53.841],[-3.049,53.839],[-3.044,53.839],[-3.041,53.835],[-3.04,53.829],[-3.02,53.841],[-3.015,53.843],[-3.018,53.845],[-3.018,53.848],[-3.009,53.852],[-3.007,53.85],[-2.997,53.852],[-2.995,53.861],[-2.989,53.858],[-2.984,53.857],[-2.982,53.858],[-2.979,53.859],[-2.978,53.862]]]},"properties":{"PCON24NM":"Blackpool North and Fleetwood","PCON24CD":"E14001104"},"PCON24CD":41}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.02,53.841],[-3.04,53.829],[-3.041,53.835],[-3.044,53.839],[-3.049,53.839],[-3.05,53.841],[-3.056,53.841],[-3.057,53.832],[-3.056,53.822],[-3.057,53.819],[-3.056,53.807],[-3.057,53.796],[-3.059,53.794],[-3.059,53.784],[-3.057,53.777],[-3.033,53.781],[-3.029,53.773],[-3.016,53.775],[-3.01,53.774],[-2.996,53.775],[-3.006,53.788],[-3.004,53.791],[-2.999,53.794],[-2.99,53.794],[-2.983,53.794],[-2.987,53.799],[-2.99,53.8],[-2.987,53.802],[-2.992,53.808],[-2.995,53.815],[-2.995,53.818],[-2.998,53.819],[-3.003,53.823],[-3.009,53.825],[-3.013,53.829],[-3.009,53.83],[-3.007,53.833],[-3.01,53.837],[-3.016,53.841],[-3.016,53.838],[-3.019,53.837],[-3.02,53.841]]]},"properties":{"PCON24NM":"Blackpool South","PCON24CD":"E14001105"},"PCON24CD":42}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.687,54.956],[-1.685,54.957],[-1.684,54.96],[-1.68,54.964],[-1.69,54.966],[-1.697,54.969],[-1.701,54.97],[-1.706,54.97],[-1.71,54.966],[-1.719,54.967],[-1.727,54.97],[-1.728,54.975],[-1.747,54.981],[-1.753,54.982],[-1.764,54.98],[-1.776,54.981],[-1.785,54.985],[-1.793,54.983],[-1.801,54.979],[-1.813,54.976],[-1.812,54.971],[-1.816,54.969],[-1.816,54.967],[-1.822,54.966],[-1.825,54.962],[-1.823,54.956],[-1.831,54.955],[-1.834,54.951],[-1.831,54.947],[-1.831,54.944],[-1.825,54.941],[-1.825,54.939],[-1.827,54.937],[-1.826,54.934],[-1.827,54.93],[-1.833,54.931],[-1.841,54.93],[-1.846,54.924],[-1.853,54.917],[-1.848,54.914],[-1.845,54.914],[-1.834,54.912],[-1.828,54.91],[-1.821,54.906],[-1.823,54.905],[-1.828,54.905],[-1.831,54.902],[-1.839,54.897],[-1.845,54.897],[-1.845,54.894],[-1.848,54.89],[-1.854,54.891],[-1.855,54.889],[-1.851,54.885],[-1.854,54.88],[-1.86,54.878],[-1.86,54.869],[-1.862,54.866],[-1.867,54.864],[-1.871,54.86],[-1.868,54.857],[-1.867,54.854],[-1.868,54.853],[-1.87,54.851],[-1.881,54.847],[-1.882,54.844],[-1.879,54.844],[-1.878,54.841],[-1.874,54.841],[-1.877,54.837],[-1.872,54.835],[-1.866,54.838],[-1.86,54.835],[-1.853,54.835],[-1.847,54.839],[-1.84,54.837],[-1.83,54.838],[-1.823,54.837],[-1.817,54.834],[-1.815,54.831],[-1.809,54.828],[-1.807,54.832],[-1.807,54.836],[-1.801,54.841],[-1.796,54.838],[-1.791,54.836],[-1.783,54.842],[-1.78,54.845],[-1.776,54.847],[-1.777,54.85],[-1.774,54.852],[-1.773,54.858],[-1.768,54.866],[-1.766,54.867],[-1.763,54.871],[-1.76,54.874],[-1.75,54.872],[-1.751,54.875],[-1.75,54.878],[-1.746,54.883],[-1.744,54.888],[-1.741,54.889],[-1.734,54.888],[-1.729,54.894],[-1.724,54.895],[-1.717,54.898],[-1.715,54.9],[-1.711,54.9],[-1.707,54.904],[-1.71,54.907],[-1.701,54.908],[-1.698,54.906],[-1.699,54.909],[-1.71,54.909],[-1.716,54.908],[-1.725,54.909],[-1.728,54.91],[-1.728,54.913],[-1.731,54.917],[-1.737,54.919],[-1.736,54.924],[-1.73,54.923],[-1.726,54.929],[-1.718,54.933],[-1.723,54.936],[-1.718,54.938],[-1.714,54.936],[-1.711,54.938],[-1.71,54.942],[-1.707,54.943],[-1.706,54.946],[-1.7,54.947],[-1.699,54.949],[-1.696,54.953],[-1.692,54.956],[-1.689,54.956],[-1.687,54.956]]]},"properties":{"PCON24NM":"Blaydon and Consett","PCON24CD":"E14001106"},"PCON24CD":43}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.495,55.102],[-1.498,55.108],[-1.498,55.113],[-1.498,55.116],[-1.499,55.12],[-1.497,55.124],[-1.5,55.128],[-1.51,55.132],[-1.511,55.132],[-1.521,55.136],[-1.529,55.136],[-1.537,55.134],[-1.545,55.134],[-1.549,55.136],[-1.538,55.137],[-1.535,55.139],[-1.532,55.139],[-1.519,55.143],[-1.518,55.139],[-1.516,55.136],[-1.508,55.134],[-1.507,55.135],[-1.516,55.143],[-1.521,55.15],[-1.525,55.158],[-1.525,55.163],[-1.521,55.17],[-1.515,55.174],[-1.515,55.179],[-1.512,55.184],[-1.508,55.185],[-1.502,55.184],[-1.501,55.187],[-1.505,55.193],[-1.503,55.196],[-1.504,55.198],[-1.511,55.199],[-1.516,55.204],[-1.519,55.207],[-1.532,55.206],[-1.543,55.206],[-1.552,55.205],[-1.554,55.207],[-1.558,55.203],[-1.563,55.207],[-1.569,55.202],[-1.574,55.202],[-1.586,55.204],[-1.59,55.206],[-1.597,55.201],[-1.606,55.199],[-1.61,55.199],[-1.611,55.198],[-1.616,55.198],[-1.617,55.194],[-1.621,55.193],[-1.625,55.191],[-1.628,55.192],[-1.637,55.19],[-1.637,55.187],[-1.636,55.182],[-1.634,55.179],[-1.641,55.176],[-1.647,55.174],[-1.651,55.171],[-1.648,55.169],[-1.638,55.17],[-1.632,55.17],[-1.632,55.168],[-1.636,55.166],[-1.637,55.164],[-1.634,55.161],[-1.635,55.154],[-1.625,55.151],[-1.621,55.151],[-1.632,55.146],[-1.64,55.145],[-1.65,55.139],[-1.647,55.133],[-1.651,55.129],[-1.648,55.124],[-1.64,55.121],[-1.642,55.12],[-1.638,55.116],[-1.635,55.117],[-1.634,55.116],[-1.63,55.114],[-1.627,55.114],[-1.621,55.113],[-1.617,55.114],[-1.616,55.111],[-1.613,55.111],[-1.611,55.115],[-1.607,55.116],[-1.604,55.114],[-1.603,55.111],[-1.597,55.111],[-1.586,55.113],[-1.584,55.117],[-1.579,55.116],[-1.581,55.114],[-1.577,55.112],[-1.577,55.108],[-1.57,55.104],[-1.566,55.104],[-1.567,55.099],[-1.555,55.101],[-1.546,55.104],[-1.541,55.104],[-1.533,55.102],[-1.529,55.097],[-1.521,55.098],[-1.506,55.098],[-1.502,55.1],[-1.5,55.102],[-1.495,55.102]]]},"properties":{"PCON24NM":"Blyth and Ashington","PCON24CD":"E14001107"},"PCON24CD":44}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.516,50.826],[-0.521,50.827],[-0.522,50.828],[-0.528,50.83],[-0.538,50.831],[-0.54,50.83],[-0.556,50.829],[-0.564,50.828],[-0.567,50.829],[-0.572,50.829],[-0.576,50.827],[-0.573,50.824],[-0.574,50.82],[-0.571,50.816],[-0.566,50.819],[-0.561,50.818],[-0.559,50.812],[-0.552,50.811],[-0.545,50.808],[-0.542,50.802],[-0.538,50.802],[-0.523,50.802],[-0.495,50.803],[-0.495,50.808],[-0.493,50.812],[-0.49,50.814],[-0.489,50.818],[-0.501,50.818],[-0.51,50.821],[-0.515,50.823],[-0.516,50.826]]],[[[-0.569,50.832],[-0.576,50.832],[-0.584,50.832],[-0.592,50.831],[-0.6,50.832],[-0.609,50.831],[-0.61,50.834],[-0.617,50.832],[-0.623,50.833],[-0.624,50.83],[-0.62,50.829],[-0.622,50.826],[-0.626,50.825],[-0.631,50.823],[-0.633,50.819],[-0.638,50.817],[-0.644,50.814],[-0.636,50.809],[-0.63,50.807],[-0.629,50.803],[-0.633,50.802],[-0.635,50.8],[-0.639,50.8],[-0.644,50.802],[-0.65,50.803],[-0.655,50.804],[-0.658,50.799],[-0.661,50.797],[-0.665,50.797],[-0.671,50.798],[-0.674,50.8],[-0.687,50.799],[-0.691,50.798],[-0.692,50.794],[-0.696,50.793],[-0.704,50.793],[-0.708,50.79],[-0.717,50.789],[-0.72,50.788],[-0.725,50.787],[-0.728,50.78],[-0.728,50.779],[-0.731,50.774],[-0.728,50.771],[-0.719,50.774],[-0.694,50.779],[-0.682,50.78],[-0.656,50.784],[-0.653,50.786],[-0.648,50.787],[-0.63,50.788],[-0.617,50.791],[-0.605,50.791],[-0.593,50.792],[-0.588,50.795],[-0.58,50.795],[-0.569,50.798],[-0.56,50.8],[-0.551,50.8],[-0.542,50.8],[-0.545,50.806],[-0.552,50.811],[-0.557,50.811],[-0.561,50.813],[-0.562,50.818],[-0.566,50.819],[-0.572,50.816],[-0.574,50.82],[-0.573,50.823],[-0.576,50.826],[-0.574,50.829],[-0.568,50.829],[-0.569,50.832]]]]},"properties":{"PCON24NM":"Bognor Regis and Littlehampton","PCON24CD":"E14001108"},"PCON24CD":45}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.282,53.309],[-1.292,53.309],[-1.3,53.312],[-1.305,53.313],[-1.315,53.311],[-1.319,53.31],[-1.322,53.309],[-1.316,53.305],[-1.316,53.302],[-1.311,53.298],[-1.313,53.297],[-1.324,53.294],[-1.322,53.289],[-1.319,53.286],[-1.316,53.281],[-1.309,53.275],[-1.306,53.274],[-1.304,53.27],[-1.302,53.267],[-1.303,53.263],[-1.309,53.263],[-1.317,53.263],[-1.322,53.261],[-1.323,53.26],[-1.331,53.257],[-1.324,53.253],[-1.323,53.241],[-1.319,53.24],[-1.326,53.236],[-1.332,53.237],[-1.332,53.242],[-1.339,53.242],[-1.347,53.24],[-1.351,53.246],[-1.362,53.245],[-1.366,53.243],[-1.375,53.241],[-1.38,53.244],[-1.392,53.237],[-1.394,53.234],[-1.401,53.234],[-1.396,53.227],[-1.398,53.225],[-1.396,53.223],[-1.391,53.219],[-1.386,53.217],[-1.383,53.215],[-1.382,53.212],[-1.383,53.21],[-1.389,53.211],[-1.384,53.205],[-1.383,53.201],[-1.381,53.199],[-1.377,53.198],[-1.374,53.196],[-1.371,53.196],[-1.369,53.195],[-1.368,53.191],[-1.371,53.19],[-1.367,53.186],[-1.361,53.184],[-1.365,53.181],[-1.371,53.181],[-1.377,53.174],[-1.385,53.173],[-1.39,53.171],[-1.396,53.167],[-1.393,53.164],[-1.393,53.158],[-1.397,53.159],[-1.4,53.158],[-1.401,53.152],[-1.408,53.152],[-1.41,53.155],[-1.414,53.155],[-1.419,53.152],[-1.424,53.151],[-1.43,53.155],[-1.437,53.155],[-1.441,53.157],[-1.444,53.159],[-1.449,53.159],[-1.453,53.164],[-1.455,53.162],[-1.456,53.154],[-1.454,53.15],[-1.458,53.143],[-1.456,53.141],[-1.46,53.137],[-1.465,53.137],[-1.466,53.132],[-1.468,53.129],[-1.466,53.127],[-1.469,53.125],[-1.47,53.12],[-1.465,53.114],[-1.465,53.111],[-1.461,53.11],[-1.46,53.108],[-1.456,53.11],[-1.453,53.107],[-1.448,53.104],[-1.434,53.106],[-1.427,53.105],[-1.424,53.103],[-1.419,53.106],[-1.413,53.106],[-1.409,53.107],[-1.403,53.107],[-1.395,53.105],[-1.387,53.106],[-1.379,53.109],[-1.373,53.108],[-1.373,53.104],[-1.37,53.102],[-1.37,53.099],[-1.364,53.096],[-1.365,53.093],[-1.353,53.086],[-1.344,53.086],[-1.332,53.081],[-1.326,53.084],[-1.322,53.085],[-1.308,53.086],[-1.303,53.089],[-1.309,53.095],[-1.307,53.099],[-1.302,53.101],[-1.304,53.103],[-1.309,53.108],[-1.312,53.109],[-1.31,53.113],[-1.312,53.116],[-1.311,53.118],[-1.315,53.126],[-1.32,53.128],[-1.322,53.131],[-1.318,53.135],[-1.315,53.136],[-1.318,53.138],[-1.321,53.143],[-1.322,53.151],[-1.326,53.158],[-1.323,53.16],[-1.323,53.162],[-1.319,53.163],[-1.317,53.165],[-1.313,53.164],[-1.308,53.163],[-1.304,53.165],[-1.301,53.164],[-1.3,53.168],[-1.298,53.169],[-1.296,53.171],[-1.289,53.171],[-1.281,53.167],[-1.275,53.168],[-1.268,53.168],[-1.262,53.167],[-1.259,53.164],[-1.254,53.165],[-1.25,53.168],[-1.249,53.171],[-1.245,53.173],[-1.245,53.175],[-1.239,53.179],[-1.23,53.178],[-1.223,53.18],[-1.218,53.179],[-1.216,53.181],[-1.21,53.181],[-1.202,53.182],[-1.197,53.185],[-1.195,53.189],[-1.197,53.195],[-1.202,53.199],[-1.201,53.204],[-1.203,53.208],[-1.208,53.212],[-1.211,53.216],[-1.209,53.218],[-1.209,53.224],[-1.206,53.227],[-1.205,53.231],[-1.202,53.235],[-1.205,53.237],[-1.205,53.239],[-1.21,53.241],[-1.213,53.248],[-1.209,53.25],[-1.208,53.253],[-1.201,53.262],[-1.189,53.264],[-1.183,53.265],[-1.179,53.264],[-1.176,53.267],[-1.182,53.269],[-1.177,53.274],[-1.173,53.274],[-1.171,53.276],[-1.166,53.278],[-1.175,53.282],[-1.177,53.284],[-1.179,53.289],[-1.176,53.29],[-1.172,53.295],[-1.174,53.296],[-1.175,53.299],[-1.174,53.303],[-1.18,53.306],[-1.187,53.304],[-1.191,53.307],[-1.2,53.311],[-1.203,53.307],[-1.203,53.304],[-1.211,53.305],[-1.22,53.304],[-1.23,53.309],[-1.237,53.306],[-1.242,53.302],[-1.248,53.303],[-1.254,53.302],[-1.264,53.305],[-1.268,53.306],[-1.27,53.309],[-1.274,53.311],[-1.276,53.309],[-1.282,53.309]]]},"properties":{"PCON24NM":"Bolsover","PCON24CD":"E14001109"},"PCON24CD":46}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.379,53.631],[-2.383,53.631],[-2.386,53.633],[-2.398,53.632],[-2.401,53.629],[-2.401,53.625],[-2.409,53.625],[-2.416,53.624],[-2.422,53.624],[-2.426,53.627],[-2.426,53.635],[-2.431,53.638],[-2.433,53.641],[-2.439,53.646],[-2.443,53.642],[-2.45,53.641],[-2.448,53.637],[-2.449,53.635],[-2.449,53.631],[-2.451,53.628],[-2.456,53.627],[-2.454,53.622],[-2.46,53.62],[-2.464,53.622],[-2.47,53.62],[-2.473,53.617],[-2.471,53.614],[-2.465,53.612],[-2.459,53.61],[-2.454,53.604],[-2.446,53.598],[-2.452,53.597],[-2.451,53.589],[-2.456,53.585],[-2.454,53.58],[-2.458,53.579],[-2.452,53.575],[-2.456,53.574],[-2.444,53.576],[-2.431,53.576],[-2.429,53.576],[-2.43,53.58],[-2.422,53.58],[-2.42,53.577],[-2.415,53.57],[-2.404,53.567],[-2.407,53.563],[-2.404,53.562],[-2.399,53.563],[-2.392,53.562],[-2.39,53.558],[-2.386,53.558],[-2.379,53.556],[-2.383,53.551],[-2.378,53.552],[-2.374,53.554],[-2.367,53.553],[-2.363,53.556],[-2.361,53.553],[-2.358,53.553],[-2.356,53.557],[-2.357,53.563],[-2.361,53.568],[-2.366,53.569],[-2.369,53.57],[-2.373,53.57],[-2.373,53.573],[-2.374,53.58],[-2.377,53.582],[-2.375,53.59],[-2.377,53.593],[-2.369,53.596],[-2.369,53.597],[-2.367,53.6],[-2.364,53.606],[-2.365,53.609],[-2.363,53.61],[-2.369,53.616],[-2.374,53.616],[-2.378,53.621],[-2.378,53.623],[-2.383,53.626],[-2.379,53.627],[-2.379,53.631]]]},"properties":{"PCON24NM":"Bolton North East","PCON24CD":"E14001110"},"PCON24CD":47}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.374,53.554],[-2.378,53.552],[-2.383,53.551],[-2.379,53.556],[-2.386,53.558],[-2.39,53.558],[-2.392,53.562],[-2.399,53.563],[-2.404,53.562],[-2.407,53.563],[-2.404,53.567],[-2.415,53.57],[-2.42,53.577],[-2.422,53.58],[-2.43,53.58],[-2.429,53.576],[-2.431,53.576],[-2.444,53.576],[-2.456,53.574],[-2.464,53.574],[-2.465,53.572],[-2.462,53.57],[-2.462,53.567],[-2.454,53.562],[-2.447,53.561],[-2.451,53.559],[-2.449,53.557],[-2.442,53.554],[-2.435,53.55],[-2.437,53.547],[-2.436,53.542],[-2.441,53.538],[-2.442,53.534],[-2.448,53.528],[-2.451,53.529],[-2.454,53.526],[-2.432,53.522],[-2.422,53.52],[-2.415,53.515],[-2.415,53.512],[-2.392,53.512],[-2.379,53.514],[-2.37,53.513],[-2.369,53.516],[-2.366,53.52],[-2.362,53.523],[-2.354,53.525],[-2.354,53.526],[-2.351,53.53],[-2.354,53.53],[-2.351,53.536],[-2.346,53.537],[-2.343,53.537],[-2.338,53.534],[-2.337,53.536],[-2.344,53.545],[-2.348,53.548],[-2.367,53.552],[-2.374,53.554]]]},"properties":{"PCON24NM":"Bolton South and Walkden","PCON24CD":"E14001111"},"PCON24CD":48}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.473,53.617],[-2.479,53.617],[-2.497,53.623],[-2.508,53.625],[-2.511,53.627],[-2.522,53.62],[-2.534,53.615],[-2.539,53.611],[-2.552,53.608],[-2.553,53.605],[-2.556,53.604],[-2.56,53.599],[-2.569,53.596],[-2.575,53.595],[-2.58,53.601],[-2.585,53.606],[-2.592,53.61],[-2.596,53.611],[-2.598,53.609],[-2.603,53.609],[-2.615,53.603],[-2.617,53.596],[-2.62,53.594],[-2.626,53.594],[-2.629,53.591],[-2.625,53.589],[-2.618,53.591],[-2.612,53.59],[-2.606,53.588],[-2.596,53.589],[-2.595,53.588],[-2.585,53.585],[-2.582,53.583],[-2.578,53.581],[-2.579,53.578],[-2.575,53.577],[-2.573,53.574],[-2.568,53.572],[-2.566,53.569],[-2.569,53.565],[-2.563,53.563],[-2.563,53.558],[-2.56,53.555],[-2.564,53.551],[-2.567,53.551],[-2.569,53.548],[-2.563,53.547],[-2.559,53.546],[-2.559,53.542],[-2.562,53.54],[-2.56,53.538],[-2.556,53.538],[-2.551,53.535],[-2.544,53.533],[-2.542,53.531],[-2.536,53.528],[-2.534,53.523],[-2.529,53.523],[-2.528,53.526],[-2.524,53.526],[-2.523,53.527],[-2.522,53.527],[-2.521,53.527],[-2.521,53.528],[-2.521,53.527],[-2.52,53.528],[-2.519,53.528],[-2.518,53.529],[-2.517,53.529],[-2.515,53.531],[-2.516,53.536],[-2.513,53.536],[-2.51,53.534],[-2.507,53.539],[-2.499,53.538],[-2.496,53.537],[-2.49,53.536],[-2.49,53.535],[-2.482,53.533],[-2.478,53.534],[-2.466,53.531],[-2.462,53.531],[-2.451,53.529],[-2.448,53.528],[-2.442,53.534],[-2.441,53.538],[-2.436,53.542],[-2.437,53.547],[-2.435,53.55],[-2.442,53.554],[-2.449,53.557],[-2.451,53.559],[-2.447,53.561],[-2.454,53.562],[-2.462,53.567],[-2.462,53.57],[-2.465,53.572],[-2.464,53.574],[-2.456,53.574],[-2.452,53.575],[-2.458,53.579],[-2.454,53.58],[-2.456,53.585],[-2.451,53.589],[-2.452,53.597],[-2.446,53.598],[-2.454,53.604],[-2.459,53.61],[-2.465,53.612],[-2.471,53.614],[-2.473,53.617]]]},"properties":{"PCON24NM":"Bolton West","PCON24CD":"E14001112"},"PCON24CD":49}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.952,53.491],[-2.956,53.493],[-2.964,53.495],[-2.971,53.496],[-2.98,53.497],[-2.989,53.49],[-2.997,53.494],[-3,53.492],[-3.004,53.488],[-3.008,53.488],[-3.014,53.495],[-3.024,53.493],[-3.033,53.487],[-3.038,53.486],[-3.034,53.482],[-3.043,53.478],[-3.04,53.474],[-3.038,53.468],[-3.041,53.466],[-3.028,53.455],[-3.024,53.456],[-3.021,53.454],[-3.01,53.441],[-3.009,53.438],[-2.994,53.442],[-2.993,53.44],[-2.975,53.443],[-2.976,53.445],[-2.973,53.447],[-2.974,53.45],[-2.972,53.452],[-2.972,53.456],[-2.974,53.463],[-2.967,53.468],[-2.96,53.468],[-2.959,53.474],[-2.957,53.475],[-2.957,53.476],[-2.957,53.477],[-2.953,53.484],[-2.95,53.489],[-2.952,53.491]]]},"properties":{"PCON24NM":"Bootle","PCON24CD":"E14001113"},"PCON24CD":50}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.069,52.864],[-0.066,52.863],[-0.059,52.864],[-0.04,52.868],[-0.035,52.87],[-0.037,52.872],[-0.062,52.866],[-0.069,52.864]]],[[[-0.07,52.864],[-0.065,52.866],[-0.039,52.872],[-0.029,52.876],[0.011,52.893],[0.027,52.899],[0.036,52.903],[0.038,52.906],[0.047,52.912],[0.053,52.916],[0.054,52.919],[0.057,52.92],[0.066,52.924],[0.071,52.93],[0.062,52.93],[0.05,52.931],[0.04,52.933],[0.032,52.937],[0.026,52.938],[0.023,52.94],[0.011,52.95],[0.003,52.956],[-0.01,52.967],[-0.009,52.967],[-0.001,52.96],[0.001,52.959],[0.005,52.955],[0.013,52.95],[0.025,52.94],[0.032,52.938],[0.041,52.934],[0.051,52.931],[0.058,52.931],[0.069,52.931],[0.078,52.934],[0.078,52.939],[0.081,52.946],[0.083,52.947],[0.084,52.95],[0.089,52.953],[0.094,52.958],[0.093,52.959],[0.097,52.961],[0.1,52.965],[0.107,52.966],[0.108,52.969],[0.111,52.971],[0.115,52.976],[0.126,52.985],[0.129,52.99],[0.133,52.991],[0.136,52.995],[0.145,53],[0.15,53.004],[0.151,53.008],[0.16,53.011],[0.162,53.012],[0.17,53.017],[0.173,53.02],[0.179,53.021],[0.184,53.024],[0.186,53.027],[0.194,53.028],[0.198,53.032],[0.206,53.034],[0.209,53.035],[0.212,53.036],[0.216,53.037],[0.228,53.042],[0.231,53.043],[0.234,53.045],[0.239,53.046],[0.248,53.051],[0.251,53.053],[0.258,53.056],[0.269,53.063],[0.272,53.067],[0.287,53.075],[0.29,53.078],[0.292,53.078],[0.297,53.081],[0.309,53.086],[0.319,53.092],[0.326,53.09],[0.33,53.09],[0.332,53.087],[0.336,53.09],[0.339,53.1],[0.337,53.101],[0.34,53.104],[0.345,53.105],[0.348,53.109],[0.349,53.114],[0.347,53.127],[0.348,53.135],[0.349,53.138],[0.349,53.149],[0.349,53.154],[0.351,53.159],[0.352,53.17],[0.354,53.179],[0.354,53.184],[0.356,53.186],[0.355,53.192],[0.351,53.199],[0.351,53.202],[0.343,53.216],[0.34,53.221],[0.339,53.235],[0.337,53.24],[0.33,53.253],[0.327,53.257],[0.322,53.266],[0.301,53.264],[0.289,53.262],[0.277,53.26],[0.272,53.256],[0.269,53.256],[0.262,53.257],[0.247,53.255],[0.241,53.253],[0.243,53.25],[0.236,53.241],[0.228,53.238],[0.22,53.236],[0.213,53.242],[0.204,53.238],[0.197,53.242],[0.193,53.244],[0.191,53.248],[0.192,53.251],[0.183,53.249],[0.175,53.248],[0.174,53.25],[0.166,53.252],[0.164,53.255],[0.161,53.257],[0.155,53.257],[0.147,53.254],[0.139,53.249],[0.133,53.248],[0.125,53.251],[0.111,53.252],[0.109,53.249],[0.108,53.244],[0.106,53.239],[0.115,53.234],[0.112,53.23],[0.115,53.224],[0.114,53.22],[0.119,53.22],[0.122,53.219],[0.131,53.217],[0.128,53.215],[0.128,53.212],[0.125,53.211],[0.123,53.207],[0.123,53.203],[0.125,53.202],[0.12,53.195],[0.131,53.194],[0.13,53.191],[0.122,53.185],[0.119,53.181],[0.121,53.179],[0.128,53.176],[0.129,53.17],[0.132,53.169],[0.131,53.166],[0.135,53.163],[0.127,53.161],[0.127,53.157],[0.13,53.157],[0.132,53.15],[0.132,53.144],[0.136,53.137],[0.14,53.133],[0.141,53.129],[0.105,53.12],[0.104,53.127],[0.089,53.126],[0.09,53.121],[0.075,53.121],[0.072,53.111],[0.051,53.115],[0.049,53.109],[0.035,53.111],[0.032,53.103],[0.014,53.104],[0.016,53.106],[0.012,53.11],[0.009,53.108],[0.004,53.108],[0.003,53.105],[-0.004,53.106],[0,53.117],[-0.021,53.114],[-0.023,53.119],[-0.034,53.118],[-0.037,53.126],[-0.05,53.124],[-0.04,53.112],[-0.048,53.112],[-0.049,53.114],[-0.059,53.114],[-0.065,53.108],[-0.07,53.104],[-0.068,53.087],[-0.077,53.086],[-0.076,53.082],[-0.095,53.081],[-0.095,53.079],[-0.1,53.079],[-0.103,53.069],[-0.115,53.068],[-0.11,53.059],[-0.1,53.045],[-0.108,53.041],[-0.119,53.049],[-0.13,53.048],[-0.129,53.046],[-0.138,53.046],[-0.141,53.04],[-0.136,53.038],[-0.138,53.037],[-0.136,53.035],[-0.138,53.03],[-0.164,53.05],[-0.189,53.063],[-0.196,53.07],[-0.199,53.07],[-0.211,53.07],[-0.214,53.062],[-0.218,53.052],[-0.22,53.048],[-0.218,53.045],[-0.22,53.039],[-0.223,53.035],[-0.225,53.03],[-0.223,53.028],[-0.216,53.024],[-0.213,53.021],[-0.215,53.018],[-0.21,53.015],[-0.207,53.011],[-0.204,53.009],[-0.202,53.006],[-0.194,52.998],[-0.19,52.996],[-0.197,52.989],[-0.199,52.985],[-0.199,52.982],[-0.201,52.977],[-0.216,52.961],[-0.224,52.956],[-0.247,52.929],[-0.241,52.927],[-0.23,52.925],[-0.214,52.924],[-0.202,52.921],[-0.198,52.918],[-0.188,52.917],[-0.184,52.915],[-0.18,52.915],[-0.176,52.918],[-0.172,52.916],[-0.168,52.912],[-0.157,52.912],[-0.154,52.908],[-0.151,52.906],[-0.149,52.901],[-0.149,52.897],[-0.152,52.894],[-0.145,52.891],[-0.144,52.887],[-0.142,52.885],[-0.138,52.885],[-0.134,52.886],[-0.127,52.881],[-0.122,52.883],[-0.119,52.882],[-0.117,52.88],[-0.112,52.878],[-0.108,52.877],[-0.104,52.877],[-0.099,52.874],[-0.095,52.867],[-0.09,52.866],[-0.085,52.865],[-0.08,52.867],[-0.07,52.864]]]]},"properties":{"PCON24NM":"Boston and Skegness","PCON24CD":"E14001114"},"PCON24CD":51}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.806,50.741],[-1.815,50.743],[-1.815,50.748],[-1.817,50.754],[-1.814,50.755],[-1.817,50.757],[-1.832,50.758],[-1.837,50.759],[-1.844,50.763],[-1.843,50.764],[-1.848,50.771],[-1.852,50.773],[-1.856,50.773],[-1.857,50.77],[-1.864,50.764],[-1.868,50.763],[-1.875,50.765],[-1.875,50.762],[-1.879,50.757],[-1.88,50.755],[-1.883,50.753],[-1.877,50.752],[-1.878,50.749],[-1.864,50.746],[-1.862,50.744],[-1.865,50.737],[-1.874,50.732],[-1.866,50.727],[-1.862,50.726],[-1.861,50.722],[-1.866,50.72],[-1.865,50.717],[-1.858,50.718],[-1.83,50.721],[-1.816,50.721],[-1.804,50.721],[-1.769,50.716],[-1.755,50.714],[-1.749,50.712],[-1.745,50.714],[-1.744,50.718],[-1.752,50.719],[-1.759,50.718],[-1.761,50.72],[-1.767,50.722],[-1.769,50.724],[-1.769,50.727],[-1.776,50.73],[-1.779,50.729],[-1.784,50.73],[-1.788,50.729],[-1.794,50.731],[-1.792,50.733],[-1.796,50.739],[-1.801,50.739],[-1.804,50.74],[-1.806,50.741]]]},"properties":{"PCON24NM":"Bournemouth East","PCON24CD":"E14001115"},"PCON24CD":52}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.875,50.765],[-1.875,50.767],[-1.878,50.77],[-1.886,50.772],[-1.887,50.776],[-1.894,50.78],[-1.899,50.778],[-1.906,50.777],[-1.91,50.775],[-1.91,50.774],[-1.917,50.772],[-1.924,50.764],[-1.925,50.759],[-1.932,50.754],[-1.938,50.757],[-1.939,50.757],[-1.941,50.752],[-1.946,50.749],[-1.943,50.746],[-1.927,50.738],[-1.927,50.737],[-1.93,50.733],[-1.927,50.731],[-1.927,50.729],[-1.906,50.724],[-1.908,50.716],[-1.903,50.713],[-1.903,50.709],[-1.888,50.713],[-1.865,50.717],[-1.866,50.72],[-1.861,50.722],[-1.862,50.726],[-1.866,50.727],[-1.874,50.732],[-1.865,50.737],[-1.862,50.744],[-1.864,50.746],[-1.878,50.749],[-1.877,50.752],[-1.883,50.753],[-1.88,50.755],[-1.879,50.757],[-1.875,50.762],[-1.875,50.765]]]},"properties":{"PCON24NM":"Bournemouth West","PCON24CD":"E14001116"},"PCON24CD":53}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.735,51.365],[-0.727,51.385],[-0.732,51.39],[-0.734,51.391],[-0.728,51.394],[-0.728,51.396],[-0.724,51.4],[-0.721,51.405],[-0.718,51.415],[-0.721,51.417],[-0.721,51.419],[-0.725,51.423],[-0.721,51.424],[-0.722,51.426],[-0.724,51.431],[-0.728,51.431],[-0.731,51.428],[-0.733,51.427],[-0.741,51.429],[-0.755,51.43],[-0.766,51.426],[-0.768,51.424],[-0.778,51.422],[-0.774,51.42],[-0.774,51.419],[-0.771,51.417],[-0.775,51.412],[-0.776,51.409],[-0.783,51.41],[-0.791,51.405],[-0.801,51.404],[-0.798,51.396],[-0.796,51.393],[-0.789,51.372],[-0.809,51.371],[-0.815,51.37],[-0.827,51.364],[-0.832,51.358],[-0.835,51.354],[-0.837,51.353],[-0.831,51.353],[-0.826,51.352],[-0.825,51.35],[-0.819,51.349],[-0.814,51.345],[-0.814,51.342],[-0.809,51.341],[-0.798,51.342],[-0.793,51.34],[-0.787,51.339],[-0.783,51.336],[-0.775,51.332],[-0.773,51.333],[-0.768,51.336],[-0.765,51.337],[-0.762,51.34],[-0.758,51.341],[-0.759,51.343],[-0.754,51.346],[-0.748,51.352],[-0.744,51.355],[-0.739,51.36],[-0.735,51.365]]]},"properties":{"PCON24NM":"Bracknell","PCON24CD":"E14001117"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.703,53.836],[-1.704,53.842],[-1.701,53.845],[-1.696,53.847],[-1.693,53.853],[-1.695,53.858],[-1.702,53.858],[-1.71,53.864],[-1.709,53.859],[-1.712,53.856],[-1.712,53.854],[-1.715,53.852],[-1.718,53.853],[-1.723,53.856],[-1.728,53.857],[-1.733,53.855],[-1.744,53.849],[-1.748,53.846],[-1.753,53.843],[-1.751,53.841],[-1.747,53.839],[-1.749,53.836],[-1.747,53.832],[-1.744,53.829],[-1.738,53.829],[-1.734,53.826],[-1.737,53.824],[-1.743,53.825],[-1.745,53.823],[-1.755,53.817],[-1.758,53.818],[-1.768,53.819],[-1.76,53.809],[-1.757,53.804],[-1.756,53.801],[-1.752,53.803],[-1.745,53.798],[-1.743,53.793],[-1.746,53.791],[-1.754,53.789],[-1.754,53.786],[-1.758,53.782],[-1.771,53.784],[-1.776,53.781],[-1.78,53.781],[-1.778,53.777],[-1.771,53.775],[-1.762,53.772],[-1.759,53.774],[-1.756,53.771],[-1.749,53.772],[-1.748,53.769],[-1.744,53.768],[-1.736,53.77],[-1.73,53.773],[-1.728,53.776],[-1.721,53.777],[-1.714,53.783],[-1.719,53.785],[-1.723,53.784],[-1.726,53.787],[-1.733,53.787],[-1.732,53.789],[-1.713,53.792],[-1.71,53.793],[-1.704,53.802],[-1.707,53.804],[-1.706,53.807],[-1.708,53.81],[-1.707,53.813],[-1.708,53.814],[-1.705,53.823],[-1.707,53.829],[-1.704,53.833],[-1.703,53.836]]]},"properties":{"PCON24NM":"Bradford East","PCON24CD":"E14001118"},"PCON24CD":55}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.78,53.781],[-1.786,53.783],[-1.784,53.786],[-1.787,53.789],[-1.782,53.791],[-1.784,53.795],[-1.791,53.795],[-1.799,53.794],[-1.8,53.79],[-1.803,53.787],[-1.803,53.784],[-1.8,53.783],[-1.805,53.78],[-1.806,53.777],[-1.811,53.777],[-1.813,53.775],[-1.818,53.775],[-1.818,53.777],[-1.824,53.777],[-1.827,53.774],[-1.833,53.776],[-1.842,53.775],[-1.846,53.772],[-1.85,53.773],[-1.852,53.775],[-1.852,53.778],[-1.845,53.779],[-1.843,53.781],[-1.852,53.786],[-1.859,53.784],[-1.864,53.785],[-1.868,53.783],[-1.873,53.779],[-1.872,53.775],[-1.873,53.771],[-1.872,53.762],[-1.869,53.758],[-1.87,53.755],[-1.865,53.751],[-1.86,53.752],[-1.855,53.751],[-1.851,53.753],[-1.846,53.753],[-1.844,53.755],[-1.84,53.756],[-1.836,53.759],[-1.834,53.759],[-1.831,53.762],[-1.822,53.764],[-1.815,53.764],[-1.811,53.764],[-1.802,53.759],[-1.801,53.755],[-1.795,53.753],[-1.794,53.749],[-1.796,53.748],[-1.793,53.745],[-1.786,53.742],[-1.785,53.74],[-1.78,53.738],[-1.779,53.736],[-1.779,53.731],[-1.775,53.727],[-1.77,53.726],[-1.764,53.73],[-1.761,53.735],[-1.746,53.734],[-1.747,53.738],[-1.746,53.742],[-1.747,53.747],[-1.741,53.748],[-1.734,53.748],[-1.728,53.753],[-1.726,53.756],[-1.722,53.759],[-1.711,53.763],[-1.709,53.762],[-1.705,53.765],[-1.702,53.764],[-1.694,53.761],[-1.682,53.756],[-1.673,53.762],[-1.67,53.762],[-1.665,53.764],[-1.663,53.767],[-1.656,53.767],[-1.653,53.767],[-1.646,53.771],[-1.641,53.774],[-1.641,53.78],[-1.644,53.78],[-1.665,53.78],[-1.668,53.779],[-1.676,53.78],[-1.683,53.786],[-1.693,53.784],[-1.701,53.783],[-1.712,53.783],[-1.708,53.787],[-1.708,53.79],[-1.71,53.793],[-1.713,53.792],[-1.732,53.789],[-1.733,53.787],[-1.726,53.787],[-1.723,53.784],[-1.719,53.785],[-1.714,53.783],[-1.721,53.777],[-1.728,53.776],[-1.73,53.773],[-1.736,53.77],[-1.744,53.768],[-1.748,53.769],[-1.749,53.772],[-1.756,53.771],[-1.759,53.774],[-1.762,53.772],[-1.771,53.775],[-1.778,53.777],[-1.78,53.781]]]},"properties":{"PCON24NM":"Bradford South","PCON24CD":"E14001119"},"PCON24CD":56}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.768,53.819],[-1.774,53.827],[-1.777,53.824],[-1.78,53.826],[-1.784,53.825],[-1.788,53.826],[-1.793,53.826],[-1.799,53.827],[-1.806,53.824],[-1.809,53.825],[-1.816,53.823],[-1.817,53.824],[-1.823,53.822],[-1.829,53.822],[-1.833,53.82],[-1.837,53.821],[-1.842,53.818],[-1.846,53.818],[-1.85,53.812],[-1.854,53.811],[-1.855,53.813],[-1.867,53.812],[-1.87,53.809],[-1.876,53.808],[-1.882,53.809],[-1.882,53.808],[-1.872,53.799],[-1.868,53.797],[-1.872,53.794],[-1.884,53.79],[-1.886,53.787],[-1.895,53.784],[-1.896,53.781],[-1.889,53.781],[-1.888,53.78],[-1.881,53.78],[-1.873,53.779],[-1.868,53.783],[-1.864,53.785],[-1.859,53.784],[-1.852,53.786],[-1.843,53.781],[-1.845,53.779],[-1.852,53.778],[-1.852,53.775],[-1.85,53.773],[-1.846,53.772],[-1.842,53.775],[-1.833,53.776],[-1.827,53.774],[-1.824,53.777],[-1.818,53.777],[-1.818,53.775],[-1.813,53.775],[-1.811,53.777],[-1.806,53.777],[-1.805,53.78],[-1.8,53.783],[-1.803,53.784],[-1.803,53.787],[-1.8,53.79],[-1.799,53.794],[-1.791,53.795],[-1.784,53.795],[-1.782,53.791],[-1.787,53.789],[-1.784,53.786],[-1.786,53.783],[-1.78,53.781],[-1.776,53.781],[-1.771,53.784],[-1.758,53.782],[-1.754,53.786],[-1.754,53.789],[-1.746,53.791],[-1.743,53.793],[-1.745,53.798],[-1.752,53.803],[-1.756,53.801],[-1.757,53.804],[-1.76,53.809],[-1.768,53.819]]]},"properties":{"PCON24NM":"Bradford West","PCON24CD":"E14001120"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.781,51.967],[0.776,51.967],[0.774,51.971],[0.773,51.979],[0.775,51.983],[0.771,51.982],[0.767,51.984],[0.76,51.985],[0.76,51.987],[0.763,51.991],[0.76,51.995],[0.761,51.998],[0.757,51.999],[0.752,51.999],[0.75,52],[0.75,52.003],[0.749,52.006],[0.742,52.008],[0.738,52.012],[0.742,52.016],[0.742,52.02],[0.743,52.023],[0.741,52.025],[0.741,52.03],[0.737,52.032],[0.72,52.028],[0.714,52.027],[0.707,52.03],[0.709,52.033],[0.712,52.035],[0.704,52.036],[0.703,52.038],[0.699,52.037],[0.697,52.039],[0.697,52.043],[0.7,52.048],[0.704,52.047],[0.713,52.049],[0.716,52.049],[0.716,52.051],[0.711,52.054],[0.707,52.06],[0.704,52.063],[0.704,52.066],[0.71,52.067],[0.711,52.069],[0.712,52.072],[0.706,52.074],[0.707,52.077],[0.701,52.08],[0.693,52.079],[0.69,52.08],[0.688,52.086],[0.684,52.087],[0.681,52.086],[0.679,52.084],[0.674,52.085],[0.673,52.086],[0.665,52.086],[0.66,52.084],[0.657,52.085],[0.652,52.083],[0.642,52.086],[0.634,52.086],[0.632,52.082],[0.628,52.082],[0.626,52.079],[0.62,52.079],[0.62,52.077],[0.612,52.079],[0.608,52.081],[0.604,52.079],[0.604,52.077],[0.595,52.075],[0.59,52.075],[0.583,52.074],[0.576,52.073],[0.576,52.071],[0.572,52.069],[0.566,52.071],[0.562,52.071],[0.555,52.069],[0.552,52.069],[0.55,52.067],[0.55,52.064],[0.546,52.06],[0.542,52.058],[0.539,52.058],[0.534,52.06],[0.53,52.059],[0.523,52.057],[0.519,52.057],[0.517,52.059],[0.511,52.06],[0.505,52.055],[0.501,52.054],[0.5,52.057],[0.495,52.057],[0.49,52.06],[0.487,52.064],[0.49,52.067],[0.483,52.072],[0.475,52.074],[0.471,52.073],[0.47,52.076],[0.465,52.077],[0.458,52.076],[0.462,52.072],[0.454,52.071],[0.452,52.068],[0.444,52.069],[0.445,52.072],[0.438,52.072],[0.435,52.069],[0.429,52.068],[0.421,52.066],[0.419,52.065],[0.409,52.064],[0.405,52.066],[0.404,52.064],[0.399,52.064],[0.396,52.061],[0.39,52.06],[0.382,52.051],[0.38,52.05],[0.383,52.046],[0.388,52.044],[0.388,52.041],[0.39,52.036],[0.386,52.036],[0.381,52.037],[0.378,52.036],[0.372,52.037],[0.367,52.04],[0.364,52.044],[0.356,52.04],[0.353,52.04],[0.347,52.038],[0.345,52.04],[0.341,52.039],[0.332,52.033],[0.323,52.027],[0.314,52.024],[0.309,52.023],[0.308,52.02],[0.311,52.018],[0.313,52.014],[0.318,52.01],[0.326,52.006],[0.327,52.002],[0.331,51.999],[0.336,51.998],[0.341,51.998],[0.342,51.988],[0.343,51.979],[0.345,51.975],[0.352,51.972],[0.354,51.97],[0.359,51.968],[0.368,51.964],[0.376,51.962],[0.382,51.959],[0.383,51.957],[0.389,51.955],[0.392,51.951],[0.394,51.952],[0.396,51.95],[0.394,51.947],[0.392,51.939],[0.398,51.937],[0.402,51.937],[0.408,51.934],[0.413,51.93],[0.411,51.927],[0.412,51.923],[0.403,51.922],[0.4,51.919],[0.394,51.917],[0.393,51.915],[0.399,51.914],[0.402,51.912],[0.404,51.908],[0.402,51.904],[0.394,51.906],[0.389,51.903],[0.385,51.902],[0.388,51.898],[0.393,51.892],[0.4,51.886],[0.405,51.885],[0.412,51.886],[0.416,51.881],[0.42,51.88],[0.425,51.876],[0.43,51.868],[0.421,51.861],[0.421,51.86],[0.418,51.857],[0.424,51.854],[0.425,51.851],[0.424,51.846],[0.428,51.838],[0.431,51.836],[0.431,51.832],[0.435,51.831],[0.44,51.832],[0.443,51.829],[0.447,51.829],[0.45,51.831],[0.451,51.834],[0.459,51.835],[0.462,51.835],[0.466,51.839],[0.469,51.84],[0.475,51.84],[0.486,51.84],[0.489,51.843],[0.5,51.846],[0.507,51.848],[0.511,51.848],[0.518,51.849],[0.519,51.85],[0.525,51.849],[0.52,51.844],[0.524,51.84],[0.529,51.837],[0.53,51.83],[0.533,51.832],[0.532,51.838],[0.541,51.838],[0.542,51.84],[0.55,51.841],[0.557,51.844],[0.562,51.846],[0.568,51.847],[0.575,51.849],[0.574,51.853],[0.568,51.858],[0.566,51.865],[0.576,51.867],[0.58,51.869],[0.584,51.871],[0.584,51.877],[0.588,51.879],[0.588,51.883],[0.591,51.886],[0.586,51.891],[0.59,51.896],[0.588,51.898],[0.591,51.9],[0.592,51.902],[0.594,51.905],[0.59,51.905],[0.595,51.909],[0.594,51.912],[0.6,51.918],[0.601,51.922],[0.608,51.921],[0.609,51.919],[0.627,51.916],[0.63,51.916],[0.634,51.913],[0.639,51.914],[0.64,51.91],[0.645,51.907],[0.655,51.908],[0.66,51.905],[0.663,51.908],[0.667,51.909],[0.662,51.913],[0.659,51.918],[0.666,51.92],[0.669,51.922],[0.676,51.923],[0.68,51.927],[0.673,51.928],[0.673,51.932],[0.669,51.933],[0.668,51.935],[0.662,51.937],[0.66,51.939],[0.661,51.942],[0.663,51.947],[0.665,51.949],[0.666,51.952],[0.671,51.952],[0.67,51.954],[0.664,51.956],[0.665,51.957],[0.67,51.959],[0.668,51.962],[0.669,51.964],[0.674,51.967],[0.676,51.966],[0.678,51.97],[0.678,51.975],[0.675,51.975],[0.675,51.981],[0.677,51.983],[0.682,51.983],[0.686,51.984],[0.687,51.989],[0.695,51.987],[0.696,51.985],[0.691,51.983],[0.695,51.981],[0.697,51.985],[0.7,51.984],[0.705,51.981],[0.707,51.976],[0.71,51.974],[0.708,51.972],[0.71,51.968],[0.72,51.965],[0.725,51.961],[0.724,51.958],[0.726,51.955],[0.731,51.953],[0.737,51.956],[0.741,51.955],[0.745,51.956],[0.75,51.955],[0.756,51.953],[0.764,51.954],[0.768,51.958],[0.768,51.962],[0.773,51.96],[0.778,51.961],[0.782,51.963],[0.781,51.967]]]},"properties":{"PCON24NM":"Braintree","PCON24CD":"E14001121"},"PCON24CD":58}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.232,51.571],[-0.235,51.573],[-0.242,51.573],[-0.247,51.571],[-0.25,51.569],[-0.253,51.573],[-0.251,51.573],[-0.255,51.58],[-0.254,51.581],[-0.249,51.585],[-0.253,51.589],[-0.262,51.596],[-0.268,51.595],[-0.266,51.592],[-0.266,51.59],[-0.27,51.588],[-0.272,51.586],[-0.266,51.584],[-0.267,51.583],[-0.274,51.581],[-0.278,51.58],[-0.272,51.57],[-0.268,51.568],[-0.265,51.566],[-0.261,51.564],[-0.265,51.562],[-0.265,51.559],[-0.268,51.556],[-0.266,51.553],[-0.269,51.551],[-0.269,51.549],[-0.272,51.546],[-0.275,51.544],[-0.279,51.539],[-0.282,51.538],[-0.278,51.535],[-0.279,51.533],[-0.284,51.534],[-0.289,51.532],[-0.286,51.529],[-0.281,51.528],[-0.267,51.531],[-0.26,51.535],[-0.256,51.534],[-0.257,51.541],[-0.251,51.541],[-0.246,51.543],[-0.242,51.539],[-0.238,51.54],[-0.231,51.537],[-0.228,51.536],[-0.222,51.537],[-0.219,51.539],[-0.215,51.537],[-0.207,51.543],[-0.202,51.545],[-0.207,51.55],[-0.213,51.555],[-0.222,51.563],[-0.232,51.571]]]},"properties":{"PCON24NM":"Brent East","PCON24CD":"E14001122"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.278,51.58],[-0.282,51.584],[-0.284,51.585],[-0.294,51.587],[-0.303,51.587],[-0.307,51.587],[-0.314,51.584],[-0.317,51.582],[-0.323,51.579],[-0.327,51.579],[-0.325,51.574],[-0.324,51.572],[-0.322,51.57],[-0.329,51.566],[-0.328,51.563],[-0.331,51.562],[-0.336,51.557],[-0.328,51.555],[-0.318,51.552],[-0.313,51.549],[-0.308,51.546],[-0.309,51.543],[-0.306,51.539],[-0.306,51.534],[-0.303,51.532],[-0.297,51.535],[-0.293,51.535],[-0.282,51.538],[-0.279,51.539],[-0.275,51.544],[-0.272,51.546],[-0.269,51.549],[-0.269,51.551],[-0.266,51.553],[-0.268,51.556],[-0.265,51.559],[-0.265,51.562],[-0.261,51.564],[-0.265,51.566],[-0.268,51.568],[-0.272,51.57],[-0.278,51.58]]]},"properties":{"PCON24NM":"Brent West","PCON24CD":"E14001123"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.298,51.495],[-0.306,51.496],[-0.305,51.495],[-0.312,51.492],[-0.316,51.495],[-0.319,51.494],[-0.323,51.496],[-0.33,51.495],[-0.335,51.496],[-0.342,51.496],[-0.35,51.499],[-0.358,51.498],[-0.363,51.496],[-0.365,51.493],[-0.372,51.49],[-0.375,51.494],[-0.381,51.492],[-0.381,51.488],[-0.376,51.489],[-0.373,51.485],[-0.374,51.482],[-0.372,51.48],[-0.373,51.475],[-0.373,51.472],[-0.367,51.471],[-0.366,51.468],[-0.386,51.463],[-0.398,51.46],[-0.401,51.459],[-0.4,51.456],[-0.394,51.455],[-0.388,51.449],[-0.384,51.45],[-0.375,51.456],[-0.373,51.457],[-0.37,51.457],[-0.373,51.454],[-0.373,51.452],[-0.346,51.448],[-0.344,51.453],[-0.344,51.457],[-0.341,51.457],[-0.338,51.455],[-0.333,51.455],[-0.33,51.458],[-0.326,51.458],[-0.327,51.462],[-0.325,51.464],[-0.322,51.465],[-0.322,51.47],[-0.312,51.474],[-0.307,51.476],[-0.304,51.48],[-0.301,51.482],[-0.299,51.485],[-0.293,51.487],[-0.288,51.489],[-0.287,51.492],[-0.288,51.494],[-0.294,51.492],[-0.298,51.495]]]},"properties":{"PCON24NM":"Brentford and Isleworth","PCON24CD":"E14001124"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.377,51.699],[0.369,51.693],[0.363,51.692],[0.361,51.69],[0.347,51.694],[0.344,51.698],[0.339,51.702],[0.339,51.707],[0.337,51.709],[0.336,51.714],[0.334,51.719],[0.339,51.721],[0.343,51.724],[0.348,51.731],[0.345,51.735],[0.346,51.742],[0.344,51.749],[0.341,51.753],[0.343,51.758],[0.344,51.76],[0.345,51.766],[0.344,51.768],[0.322,51.77],[0.313,51.769],[0.312,51.77],[0.308,51.77],[0.303,51.772],[0.3,51.772],[0.299,51.774],[0.302,51.775],[0.302,51.779],[0.296,51.781],[0.299,51.785],[0.297,51.79],[0.296,51.79],[0.288,51.789],[0.281,51.79],[0.26,51.784],[0.258,51.782],[0.238,51.78],[0.238,51.776],[0.237,51.774],[0.233,51.773],[0.229,51.775],[0.227,51.773],[0.222,51.774],[0.217,51.772],[0.209,51.774],[0.203,51.773],[0.198,51.772],[0.192,51.772],[0.181,51.771],[0.178,51.767],[0.168,51.762],[0.165,51.761],[0.161,51.758],[0.167,51.749],[0.169,51.749],[0.171,51.745],[0.173,51.737],[0.172,51.736],[0.163,51.734],[0.157,51.732],[0.153,51.722],[0.145,51.723],[0.141,51.723],[0.146,51.71],[0.139,51.709],[0.137,51.707],[0.14,51.705],[0.138,51.702],[0.135,51.702],[0.133,51.696],[0.132,51.689],[0.136,51.689],[0.129,51.682],[0.125,51.679],[0.114,51.681],[0.115,51.674],[0.116,51.669],[0.119,51.668],[0.118,51.665],[0.122,51.662],[0.127,51.662],[0.128,51.658],[0.121,51.655],[0.12,51.652],[0.114,51.651],[0.11,51.652],[0.108,51.649],[0.105,51.648],[0.105,51.645],[0.109,51.643],[0.111,51.642],[0.114,51.639],[0.114,51.634],[0.118,51.632],[0.118,51.629],[0.123,51.628],[0.125,51.625],[0.129,51.621],[0.136,51.624],[0.138,51.624],[0.155,51.623],[0.165,51.622],[0.169,51.621],[0.175,51.624],[0.18,51.624],[0.182,51.626],[0.186,51.624],[0.197,51.626],[0.203,51.625],[0.212,51.627],[0.222,51.63],[0.224,51.632],[0.239,51.623],[0.25,51.619],[0.258,51.614],[0.264,51.608],[0.258,51.607],[0.257,51.604],[0.254,51.602],[0.262,51.6],[0.27,51.6],[0.269,51.595],[0.27,51.591],[0.274,51.587],[0.282,51.578],[0.287,51.572],[0.29,51.564],[0.313,51.566],[0.34,51.568],[0.348,51.568],[0.379,51.566],[0.383,51.566],[0.382,51.568],[0.384,51.57],[0.383,51.572],[0.383,51.577],[0.381,51.585],[0.386,51.586],[0.384,51.594],[0.382,51.596],[0.383,51.6],[0.379,51.604],[0.378,51.612],[0.376,51.615],[0.384,51.62],[0.385,51.623],[0.388,51.628],[0.385,51.633],[0.387,51.637],[0.392,51.64],[0.396,51.645],[0.399,51.645],[0.403,51.647],[0.402,51.651],[0.402,51.652],[0.398,51.654],[0.398,51.655],[0.403,51.66],[0.4,51.662],[0.403,51.663],[0.407,51.668],[0.413,51.671],[0.407,51.673],[0.405,51.679],[0.398,51.679],[0.402,51.682],[0.397,51.684],[0.393,51.689],[0.392,51.691],[0.386,51.692],[0.381,51.695],[0.381,51.697],[0.377,51.699]]]},"properties":{"PCON24NM":"Brentwood and Ongar","PCON24CD":"E14001125"},"PCON24CD":62}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.934,51.081],[-2.935,51.083],[-2.938,51.084],[-2.943,51.088],[-2.945,51.091],[-2.949,51.091],[-2.954,51.092],[-2.966,51.1],[-2.966,51.103],[-2.971,51.105],[-2.973,51.108],[-2.974,51.111],[-2.98,51.115],[-2.984,51.116],[-2.988,51.116],[-2.993,51.117],[-2.996,51.119],[-2.998,51.125],[-3.001,51.129],[-3.004,51.134],[-3.003,51.137],[-2.998,51.14],[-2.993,51.142],[-2.994,51.145],[-2.998,51.144],[-2.999,51.146],[-2.997,51.149],[-2.999,51.152],[-2.998,51.153],[-2.992,51.154],[-2.992,51.157],[-2.99,51.162],[-2.996,51.161],[-3.002,51.161],[-3.006,51.163],[-3.004,51.167],[-3.007,51.171],[-3.01,51.173],[-3.02,51.176],[-3.027,51.175],[-3.029,51.173],[-3.028,51.169],[-3.029,51.166],[-3.034,51.163],[-3.037,51.162],[-3.043,51.164],[-3.056,51.173],[-3.06,51.179],[-3.056,51.187],[-3.054,51.189],[-3.048,51.192],[-3.045,51.195],[-3.042,51.195],[-3.036,51.194],[-3.033,51.194],[-3.028,51.201],[-3.024,51.213],[-3.02,51.216],[-3.02,51.219],[-3.028,51.219],[-3.033,51.217],[-3.046,51.21],[-3.055,51.206],[-3.052,51.203],[-3.057,51.202],[-3.059,51.199],[-3.067,51.194],[-3.07,51.195],[-3.079,51.197],[-3.084,51.195],[-3.089,51.191],[-3.096,51.19],[-3.098,51.188],[-3.097,51.185],[-3.107,51.183],[-3.106,51.178],[-3.112,51.177],[-3.117,51.175],[-3.113,51.171],[-3.114,51.17],[-3.123,51.17],[-3.132,51.168],[-3.134,51.166],[-3.133,51.164],[-3.141,51.162],[-3.144,51.163],[-3.153,51.162],[-3.157,51.163],[-3.161,51.158],[-3.163,51.154],[-3.166,51.153],[-3.173,51.153],[-3.177,51.147],[-3.18,51.146],[-3.187,51.147],[-3.194,51.143],[-3.205,51.142],[-3.213,51.136],[-3.216,51.133],[-3.216,51.129],[-3.208,51.126],[-3.205,51.123],[-3.198,51.119],[-3.194,51.115],[-3.194,51.113],[-3.186,51.112],[-3.181,51.109],[-3.174,51.107],[-3.169,51.108],[-3.168,51.104],[-3.161,51.105],[-3.158,51.108],[-3.154,51.109],[-3.151,51.106],[-3.148,51.107],[-3.142,51.109],[-3.143,51.106],[-3.14,51.101],[-3.142,51.099],[-3.15,51.098],[-3.154,51.095],[-3.151,51.093],[-3.156,51.091],[-3.157,51.09],[-3.15,51.089],[-3.153,51.085],[-3.148,51.082],[-3.146,51.079],[-3.137,51.072],[-3.135,51.072],[-3.121,51.071],[-3.115,51.073],[-3.104,51.073],[-3.1,51.072],[-3.099,51.067],[-3.096,51.068],[-3.095,51.065],[-3.09,51.066],[-3.09,51.071],[-3.086,51.07],[-3.084,51.072],[-3.07,51.068],[-3.062,51.065],[-3.053,51.065],[-3.051,51.066],[-3.045,51.065],[-3.043,51.062],[-3.041,51.061],[-3.036,51.061],[-3.03,51.059],[-3.025,51.06],[-3.024,51.057],[-3.03,51.055],[-3.029,51.051],[-3.028,51.048],[-3.022,51.054],[-3.016,51.055],[-3.009,51.052],[-3.003,51.053],[-2.997,51.054],[-2.995,51.051],[-2.994,51.047],[-2.987,51.046],[-2.982,51.041],[-2.978,51.043],[-2.973,51.043],[-2.973,51.044],[-2.967,51.047],[-2.963,51.048],[-2.957,51.048],[-2.955,51.051],[-2.951,51.052],[-2.951,51.054],[-2.947,51.057],[-2.944,51.058],[-2.933,51.057],[-2.927,51.062],[-2.93,51.063],[-2.932,51.062],[-2.941,51.067],[-2.946,51.069],[-2.947,51.073],[-2.949,51.074],[-2.946,51.076],[-2.939,51.076],[-2.936,51.077],[-2.937,51.08],[-2.934,51.081]]],[[[-2.993,51.301],[-2.995,51.303],[-2.995,51.308],[-2.989,51.309],[-2.986,51.313],[-2.987,51.315],[-2.993,51.318],[-2.994,51.321],[-3.001,51.322],[-3.003,51.325],[-3.011,51.325],[-3.019,51.327],[-3.022,51.326],[-3.026,51.328],[-3.032,51.328],[-3.035,51.327],[-3.028,51.324],[-3.024,51.324],[-3.014,51.324],[-3.011,51.32],[-3.012,51.307],[-3.019,51.279],[-3.022,51.269],[-3.021,51.265],[-3.018,51.26],[-3.012,51.252],[-3.002,51.245],[-3,51.242],[-2.999,51.237],[-3,51.233],[-3.003,51.228],[-3.004,51.224],[-3.002,51.223],[-3.007,51.221],[-3.01,51.218],[-3.018,51.207],[-3.021,51.202],[-3.022,51.198],[-3.027,51.193],[-3.035,51.189],[-3.045,51.188],[-3.051,51.187],[-3.056,51.182],[-3.056,51.178],[-3.055,51.176],[-3.046,51.17],[-3.042,51.166],[-3.036,51.164],[-3.034,51.164],[-3.031,51.167],[-3.031,51.174],[-3.029,51.176],[-3.023,51.177],[-3.018,51.177],[-3.009,51.175],[-3.006,51.173],[-3.002,51.167],[-3.002,51.162],[-2.996,51.162],[-2.991,51.163],[-2.988,51.16],[-2.991,51.157],[-2.99,51.154],[-2.992,51.153],[-2.997,51.153],[-2.999,51.152],[-2.996,51.149],[-2.999,51.146],[-2.992,51.145],[-2.993,51.142],[-2.997,51.14],[-3.002,51.137],[-3.003,51.134],[-3.001,51.131],[-3.001,51.129],[-2.998,51.125],[-2.995,51.118],[-2.993,51.117],[-2.988,51.116],[-2.984,51.117],[-2.98,51.115],[-2.974,51.112],[-2.973,51.108],[-2.97,51.105],[-2.966,51.103],[-2.966,51.1],[-2.955,51.093],[-2.949,51.091],[-2.945,51.091],[-2.943,51.088],[-2.939,51.085],[-2.935,51.083],[-2.925,51.085],[-2.922,51.082],[-2.912,51.085],[-2.904,51.075],[-2.9,51.074],[-2.89,51.071],[-2.888,51.069],[-2.883,51.074],[-2.878,51.081],[-2.859,51.078],[-2.857,51.078],[-2.85,51.103],[-2.854,51.102],[-2.864,51.104],[-2.862,51.106],[-2.914,51.119],[-2.915,51.119],[-2.928,51.135],[-2.936,51.142],[-2.939,51.145],[-2.94,51.147],[-2.93,51.145],[-2.918,51.144],[-2.906,51.142],[-2.904,51.148],[-2.909,51.149],[-2.906,51.152],[-2.901,51.163],[-2.898,51.17],[-2.897,51.175],[-2.896,51.183],[-2.917,51.185],[-2.926,51.188],[-2.93,51.188],[-2.936,51.186],[-2.94,51.187],[-2.949,51.188],[-2.957,51.186],[-2.958,51.182],[-2.962,51.182],[-2.968,51.185],[-2.974,51.186],[-2.978,51.188],[-2.972,51.218],[-2.968,51.214],[-2.964,51.214],[-2.963,51.217],[-2.957,51.216],[-2.956,51.22],[-2.959,51.221],[-2.958,51.225],[-2.961,51.229],[-2.969,51.229],[-2.972,51.232],[-2.977,51.233],[-2.983,51.235],[-2.982,51.239],[-2.979,51.249],[-2.982,51.252],[-2.98,51.259],[-2.993,51.261],[-2.993,51.262],[-2.988,51.272],[-2.993,51.277],[-2.986,51.28],[-2.983,51.288],[-2.98,51.288],[-2.98,51.293],[-2.975,51.296],[-2.977,51.297],[-2.987,51.298],[-2.993,51.301]]]]},"properties":{"PCON24NM":"Bridgwater","PCON24CD":"E14001126"},"PCON24CD":63}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.384,53.91],[-0.388,53.912],[-0.393,53.919],[-0.398,53.92],[-0.394,53.919],[-0.387,53.911],[-0.384,53.91]]],[[[-0.411,53.924],[-0.393,53.919],[-0.388,53.912],[-0.382,53.911],[-0.376,53.914],[-0.371,53.912],[-0.368,53.913],[-0.367,53.91],[-0.364,53.909],[-0.356,53.907],[-0.352,53.908],[-0.346,53.91],[-0.342,53.91],[-0.34,53.908],[-0.334,53.909],[-0.33,53.906],[-0.329,53.901],[-0.313,53.9],[-0.31,53.899],[-0.306,53.903],[-0.299,53.905],[-0.292,53.903],[-0.29,53.897],[-0.283,53.896],[-0.274,53.899],[-0.276,53.9],[-0.272,53.903],[-0.265,53.899],[-0.259,53.898],[-0.258,53.895],[-0.256,53.893],[-0.255,53.887],[-0.253,53.885],[-0.253,53.88],[-0.247,53.881],[-0.232,53.879],[-0.229,53.88],[-0.227,53.886],[-0.226,53.891],[-0.217,53.89],[-0.211,53.89],[-0.209,53.889],[-0.2,53.888],[-0.193,53.89],[-0.183,53.89],[-0.182,53.889],[-0.177,53.88],[-0.177,53.876],[-0.17,53.876],[-0.171,53.872],[-0.166,53.872],[-0.162,53.869],[-0.152,53.868],[-0.151,53.862],[-0.151,53.857],[-0.15,53.856],[-0.15,53.853],[-0.142,53.853],[-0.133,53.848],[-0.131,53.845],[-0.122,53.844],[-0.11,53.846],[-0.102,53.847],[-0.106,53.85],[-0.122,53.864],[-0.13,53.872],[-0.133,53.877],[-0.137,53.881],[-0.146,53.89],[-0.154,53.899],[-0.157,53.904],[-0.157,53.908],[-0.159,53.912],[-0.163,53.919],[-0.173,53.932],[-0.176,53.938],[-0.183,53.949],[-0.189,53.96],[-0.196,53.974],[-0.205,53.99],[-0.213,54.008],[-0.213,54.011],[-0.215,54.016],[-0.214,54.017],[-0.215,54.021],[-0.216,54.027],[-0.216,54.038],[-0.213,54.054],[-0.207,54.068],[-0.201,54.074],[-0.198,54.078],[-0.191,54.081],[-0.187,54.081],[-0.182,54.087],[-0.172,54.096],[-0.168,54.098],[-0.162,54.1],[-0.147,54.102],[-0.14,54.104],[-0.122,54.104],[-0.117,54.105],[-0.113,54.103],[-0.105,54.104],[-0.1,54.106],[-0.092,54.107],[-0.079,54.112],[-0.076,54.116],[-0.082,54.117],[-0.083,54.123],[-0.091,54.125],[-0.096,54.127],[-0.1,54.13],[-0.109,54.132],[-0.114,54.131],[-0.119,54.134],[-0.129,54.135],[-0.137,54.138],[-0.139,54.139],[-0.146,54.141],[-0.149,54.143],[-0.157,54.144],[-0.157,54.146],[-0.163,54.146],[-0.165,54.149],[-0.173,54.151],[-0.19,54.155],[-0.199,54.156],[-0.213,54.158],[-0.217,54.148],[-0.221,54.143],[-0.223,54.137],[-0.229,54.136],[-0.23,54.133],[-0.237,54.137],[-0.244,54.137],[-0.25,54.138],[-0.265,54.141],[-0.269,54.138],[-0.273,54.139],[-0.28,54.14],[-0.289,54.139],[-0.301,54.137],[-0.304,54.136],[-0.307,54.138],[-0.312,54.143],[-0.314,54.146],[-0.323,54.145],[-0.324,54.15],[-0.329,54.149],[-0.336,54.15],[-0.343,54.148],[-0.346,54.147],[-0.351,54.15],[-0.355,54.15],[-0.36,54.153],[-0.375,54.154],[-0.373,54.156],[-0.375,54.163],[-0.381,54.17],[-0.391,54.177],[-0.396,54.175],[-0.403,54.175],[-0.408,54.176],[-0.418,54.174],[-0.418,54.171],[-0.423,54.171],[-0.425,54.17],[-0.423,54.166],[-0.433,54.164],[-0.433,54.158],[-0.427,54.137],[-0.43,54.137],[-0.439,54.133],[-0.444,54.132],[-0.454,54.127],[-0.459,54.126],[-0.454,54.121],[-0.454,54.117],[-0.459,54.115],[-0.459,54.114],[-0.468,54.111],[-0.466,54.108],[-0.49,54.101],[-0.494,54.099],[-0.503,54.094],[-0.514,54.09],[-0.52,54.087],[-0.525,54.085],[-0.528,54.089],[-0.534,54.087],[-0.542,54.092],[-0.545,54.091],[-0.55,54.093],[-0.558,54.093],[-0.563,54.094],[-0.566,54.09],[-0.584,54.088],[-0.59,54.087],[-0.594,54.084],[-0.599,54.082],[-0.605,54.078],[-0.61,54.073],[-0.614,54.071],[-0.618,54.07],[-0.632,54.069],[-0.643,54.067],[-0.654,54.065],[-0.66,54.063],[-0.652,54.06],[-0.645,54.055],[-0.654,54.046],[-0.658,54.044],[-0.656,54.041],[-0.661,54.037],[-0.663,54.037],[-0.664,54.038],[-0.665,54.038],[-0.667,54.038],[-0.668,54.037],[-0.674,54.038],[-0.678,54.038],[-0.68,54.036],[-0.681,54.034],[-0.683,54.034],[-0.687,54.031],[-0.687,54.026],[-0.688,54.024],[-0.684,54.023],[-0.684,54.021],[-0.678,54.018],[-0.683,54.013],[-0.682,54.011],[-0.684,54.009],[-0.688,54.008],[-0.689,54.008],[-0.696,54.007],[-0.697,54.007],[-0.705,54.006],[-0.708,54.008],[-0.711,54.011],[-0.715,54.011],[-0.717,54.01],[-0.72,54.012],[-0.726,54.012],[-0.729,54.013],[-0.73,54.013],[-0.73,54.015],[-0.731,54.021],[-0.734,54.03],[-0.738,54.029],[-0.741,54.029],[-0.742,54.028],[-0.752,54.026],[-0.757,54.026],[-0.761,54.025],[-0.763,54.025],[-0.764,54.024],[-0.765,54.024],[-0.767,54.024],[-0.768,54.024],[-0.769,54.024],[-0.772,54.024],[-0.775,54.024],[-0.776,54.024],[-0.777,54.024],[-0.778,54.024],[-0.779,54.023],[-0.78,54.023],[-0.781,54.023],[-0.782,54.023],[-0.783,54.022],[-0.784,54.022],[-0.785,54.022],[-0.786,54.022],[-0.787,54.022],[-0.788,54.022],[-0.788,54.021],[-0.789,54.021],[-0.79,54.021],[-0.791,54.021],[-0.792,54.021],[-0.793,54.021],[-0.794,54.02],[-0.795,54.02],[-0.796,54.02],[-0.797,54.02],[-0.799,54.019],[-0.8,54.02],[-0.8,54.022],[-0.799,54.022],[-0.8,54.023],[-0.799,54.023],[-0.799,54.024],[-0.803,54.024],[-0.803,54.023],[-0.807,54.023],[-0.81,54.022],[-0.811,54.022],[-0.812,54.022],[-0.816,54.022],[-0.818,54.021],[-0.819,54.021],[-0.827,54.021],[-0.833,54.021],[-0.834,54.021],[-0.837,54.022],[-0.842,54.021],[-0.843,54.022],[-0.848,54.019],[-0.849,54.018],[-0.85,54.018],[-0.851,54.018],[-0.852,54.018],[-0.853,54.018],[-0.854,54.018],[-0.857,54.017],[-0.858,54.017],[-0.86,54.016],[-0.861,54.017],[-0.864,54.017],[-0.865,54.017],[-0.867,54.017],[-0.868,54.017],[-0.869,54.017],[-0.87,54.017],[-0.873,54.017],[-0.875,54.017],[-0.875,54.018],[-0.877,54.017],[-0.878,54.017],[-0.879,54.017],[-0.877,54.015],[-0.878,54.013],[-0.882,54.012],[-0.887,54.01],[-0.889,54.009],[-0.891,54.003],[-0.893,54.001],[-0.893,54],[-0.895,53.999],[-0.897,53.999],[-0.898,53.999],[-0.899,53.999],[-0.9,54],[-0.901,53.999],[-0.902,53.999],[-0.905,53.998],[-0.909,53.997],[-0.905,53.994],[-0.892,53.997],[-0.888,53.999],[-0.878,54],[-0.875,53.988],[-0.881,53.983],[-0.88,53.981],[-0.874,53.978],[-0.88,53.975],[-0.875,53.97],[-0.866,53.972],[-0.864,53.968],[-0.859,53.961],[-0.86,53.959],[-0.858,53.957],[-0.851,53.952],[-0.846,53.948],[-0.84,53.943],[-0.833,53.944],[-0.82,53.945],[-0.816,53.946],[-0.812,53.945],[-0.808,53.945],[-0.8,53.941],[-0.791,53.946],[-0.786,53.947],[-0.78,53.946],[-0.774,53.949],[-0.774,53.95],[-0.773,53.95],[-0.759,53.948],[-0.756,53.941],[-0.757,53.939],[-0.757,53.935],[-0.754,53.928],[-0.754,53.925],[-0.751,53.923],[-0.755,53.92],[-0.76,53.917],[-0.764,53.917],[-0.764,53.915],[-0.77,53.908],[-0.774,53.904],[-0.778,53.901],[-0.778,53.899],[-0.775,53.897],[-0.771,53.896],[-0.772,53.892],[-0.768,53.887],[-0.765,53.889],[-0.758,53.887],[-0.749,53.887],[-0.743,53.885],[-0.742,53.882],[-0.739,53.88],[-0.729,53.872],[-0.726,53.872],[-0.726,53.867],[-0.723,53.855],[-0.712,53.85],[-0.709,53.848],[-0.704,53.84],[-0.701,53.837],[-0.704,53.831],[-0.699,53.831],[-0.695,53.833],[-0.674,53.837],[-0.668,53.839],[-0.661,53.844],[-0.661,53.847],[-0.658,53.847],[-0.655,53.848],[-0.649,53.848],[-0.647,53.851],[-0.642,53.853],[-0.636,53.854],[-0.63,53.855],[-0.624,53.857],[-0.623,53.856],[-0.615,53.86],[-0.61,53.86],[-0.606,53.859],[-0.602,53.856],[-0.586,53.859],[-0.58,53.858],[-0.581,53.861],[-0.586,53.869],[-0.589,53.878],[-0.592,53.88],[-0.592,53.883],[-0.595,53.887],[-0.595,53.889],[-0.6,53.894],[-0.603,53.9],[-0.615,53.906],[-0.617,53.905],[-0.626,53.908],[-0.634,53.913],[-0.636,53.913],[-0.64,53.916],[-0.643,53.919],[-0.644,53.922],[-0.638,53.924],[-0.632,53.925],[-0.626,53.928],[-0.629,53.935],[-0.615,53.937],[-0.602,53.937],[-0.578,53.941],[-0.553,53.941],[-0.547,53.939],[-0.537,53.941],[-0.526,53.942],[-0.525,53.939],[-0.519,53.94],[-0.51,53.94],[-0.506,53.939],[-0.505,53.937],[-0.5,53.935],[-0.499,53.938],[-0.489,53.939],[-0.491,53.935],[-0.486,53.935],[-0.482,53.935],[-0.458,53.935],[-0.451,53.934],[-0.451,53.932],[-0.442,53.93],[-0.436,53.927],[-0.433,53.929],[-0.428,53.929],[-0.424,53.925],[-0.418,53.923],[-0.411,53.924]]]]},"properties":{"PCON24NM":"Bridlington and The Wolds","PCON24CD":"E14001127"},"PCON24CD":64}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.112,53.59],[-0.129,53.601],[-0.131,53.601],[-0.134,53.604],[-0.138,53.607],[-0.143,53.609],[-0.153,53.616],[-0.165,53.621],[-0.174,53.624],[-0.175,53.625],[-0.199,53.636],[-0.204,53.638],[-0.219,53.649],[-0.225,53.655],[-0.234,53.664],[-0.242,53.668],[-0.252,53.677],[-0.272,53.702],[-0.279,53.708],[-0.284,53.711],[-0.289,53.713],[-0.3,53.714],[-0.312,53.713],[-0.329,53.712],[-0.353,53.707],[-0.356,53.707],[-0.373,53.703],[-0.387,53.702],[-0.395,53.7],[-0.423,53.697],[-0.425,53.698],[-0.444,53.697],[-0.462,53.698],[-0.47,53.698],[-0.475,53.697],[-0.481,53.693],[-0.491,53.689],[-0.498,53.683],[-0.503,53.681],[-0.518,53.678],[-0.526,53.678],[-0.53,53.675],[-0.531,53.671],[-0.53,53.669],[-0.53,53.664],[-0.536,53.66],[-0.537,53.657],[-0.534,53.652],[-0.528,53.651],[-0.551,53.65],[-0.572,53.649],[-0.628,53.648],[-0.629,53.64],[-0.63,53.638],[-0.629,53.635],[-0.628,53.629],[-0.627,53.626],[-0.63,53.621],[-0.639,53.621],[-0.641,53.618],[-0.639,53.615],[-0.631,53.615],[-0.626,53.61],[-0.62,53.608],[-0.608,53.6],[-0.605,53.599],[-0.594,53.597],[-0.598,53.595],[-0.6,53.592],[-0.599,53.584],[-0.596,53.582],[-0.599,53.571],[-0.59,53.57],[-0.592,53.565],[-0.582,53.565],[-0.582,53.563],[-0.576,53.562],[-0.574,53.558],[-0.57,53.553],[-0.565,53.551],[-0.56,53.549],[-0.562,53.545],[-0.552,53.544],[-0.546,53.545],[-0.533,53.548],[-0.524,53.55],[-0.514,53.551],[-0.511,53.549],[-0.502,53.55],[-0.501,53.542],[-0.493,53.547],[-0.491,53.546],[-0.483,53.545],[-0.477,53.546],[-0.475,53.548],[-0.467,53.549],[-0.467,53.554],[-0.466,53.556],[-0.463,53.556],[-0.458,53.559],[-0.453,53.56],[-0.445,53.564],[-0.439,53.571],[-0.429,53.575],[-0.428,53.573],[-0.424,53.57],[-0.42,53.564],[-0.417,53.563],[-0.393,53.561],[-0.389,53.56],[-0.363,53.559],[-0.356,53.556],[-0.348,53.556],[-0.346,53.558],[-0.336,53.559],[-0.327,53.571],[-0.323,53.575],[-0.324,53.576],[-0.314,53.584],[-0.314,53.586],[-0.31,53.588],[-0.311,53.59],[-0.303,53.591],[-0.305,53.594],[-0.301,53.595],[-0.304,53.601],[-0.303,53.603],[-0.305,53.605],[-0.309,53.614],[-0.306,53.614],[-0.301,53.616],[-0.298,53.613],[-0.292,53.614],[-0.29,53.611],[-0.287,53.612],[-0.285,53.609],[-0.281,53.606],[-0.283,53.605],[-0.275,53.602],[-0.27,53.599],[-0.268,53.599],[-0.262,53.596],[-0.259,53.597],[-0.254,53.592],[-0.248,53.594],[-0.251,53.589],[-0.249,53.587],[-0.243,53.586],[-0.239,53.588],[-0.235,53.586],[-0.231,53.581],[-0.231,53.58],[-0.227,53.576],[-0.228,53.574],[-0.224,53.572],[-0.225,53.57],[-0.223,53.568],[-0.217,53.568],[-0.213,53.57],[-0.209,53.57],[-0.205,53.572],[-0.198,53.57],[-0.195,53.572],[-0.192,53.568],[-0.188,53.564],[-0.19,53.561],[-0.196,53.556],[-0.214,53.539],[-0.22,53.533],[-0.211,53.532],[-0.214,53.526],[-0.211,53.522],[-0.206,53.515],[-0.204,53.509],[-0.204,53.507],[-0.208,53.503],[-0.205,53.499],[-0.208,53.495],[-0.211,53.486],[-0.202,53.487],[-0.194,53.484],[-0.187,53.483],[-0.188,53.48],[-0.184,53.479],[-0.185,53.477],[-0.182,53.476],[-0.182,53.469],[-0.169,53.467],[-0.166,53.467],[-0.159,53.468],[-0.157,53.463],[-0.156,53.457],[-0.152,53.453],[-0.149,53.447],[-0.144,53.441],[-0.139,53.442],[-0.134,53.441],[-0.132,53.436],[-0.127,53.436],[-0.123,53.437],[-0.12,53.434],[-0.112,53.438],[-0.111,53.44],[-0.091,53.447],[-0.087,53.45],[-0.082,53.451],[-0.086,53.456],[-0.095,53.461],[-0.103,53.466],[-0.108,53.47],[-0.09,53.478],[-0.094,53.481],[-0.092,53.483],[-0.095,53.486],[-0.09,53.485],[-0.078,53.49],[-0.075,53.489],[-0.073,53.497],[-0.068,53.516],[-0.065,53.519],[-0.061,53.52],[-0.047,53.52],[-0.044,53.518],[-0.04,53.513],[-0.036,53.514],[-0.033,53.516],[-0.029,53.517],[-0.025,53.517],[-0.02,53.518],[-0.017,53.515],[-0.014,53.517],[-0.008,53.517],[0.005,53.52],[0.011,53.522],[0.013,53.524],[0.017,53.525],[0.015,53.529],[0.009,53.535],[0.006,53.534],[-0.003,53.535],[-0.005,53.537],[-0.018,53.536],[-0.029,53.535],[-0.033,53.535],[-0.043,53.539],[-0.05,53.544],[-0.05,53.547],[-0.052,53.551],[-0.057,53.548],[-0.056,53.545],[-0.064,53.541],[-0.066,53.544],[-0.065,53.547],[-0.078,53.54],[-0.084,53.539],[-0.087,53.54],[-0.092,53.54],[-0.093,53.541],[-0.098,53.541],[-0.099,53.544],[-0.125,53.544],[-0.124,53.549],[-0.136,53.549],[-0.14,53.555],[-0.136,53.556],[-0.139,53.559],[-0.15,53.568],[-0.14,53.573],[-0.137,53.576],[-0.131,53.576],[-0.124,53.583],[-0.119,53.583],[-0.118,53.586],[-0.112,53.59]]]},"properties":{"PCON24NM":"Brigg and Immingham","PCON24CD":"E14001128"},"PCON24CD":65}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.083,50.863],[-0.089,50.862],[-0.096,50.86],[-0.099,50.858],[-0.106,50.857],[-0.108,50.856],[-0.111,50.85],[-0.12,50.843],[-0.124,50.838],[-0.106,50.836],[-0.109,50.833],[-0.113,50.832],[-0.119,50.831],[-0.127,50.826],[-0.134,50.829],[-0.137,50.822],[-0.137,50.819],[-0.133,50.818],[-0.121,50.816],[-0.119,50.816],[-0.108,50.813],[-0.094,50.811],[-0.092,50.812],[-0.083,50.809],[-0.054,50.801],[-0.05,50.802],[-0.044,50.8],[-0.034,50.798],[-0.032,50.797],[-0.013,50.792],[-0.003,50.79],[0,50.789],[0.011,50.787],[0.016,50.785],[0.021,50.785],[0.03,50.783],[0.031,50.788],[0.03,50.795],[0.021,50.798],[0.022,50.8],[0.009,50.802],[0.014,50.808],[0.014,50.811],[0.004,50.812],[-0.003,50.82],[-0.006,50.819],[-0.015,50.818],[-0.017,50.816],[-0.02,50.822],[-0.026,50.818],[-0.031,50.817],[-0.04,50.822],[-0.045,50.822],[-0.039,50.829],[-0.038,50.836],[-0.036,50.84],[-0.037,50.841],[-0.043,50.843],[-0.046,50.845],[-0.053,50.844],[-0.064,50.841],[-0.073,50.841],[-0.071,50.846],[-0.072,50.848],[-0.079,50.854],[-0.08,50.861],[-0.083,50.863]]]},"properties":{"PCON24NM":"Brighton Kemptown and Peacehaven","PCON24CD":"E14001129"},"PCON24CD":66}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.135,50.887],[-0.137,50.885],[-0.142,50.884],[-0.145,50.887],[-0.153,50.885],[-0.153,50.88],[-0.162,50.881],[-0.168,50.881],[-0.168,50.886],[-0.166,50.892],[-0.169,50.892],[-0.169,50.89],[-0.178,50.89],[-0.182,50.888],[-0.181,50.884],[-0.182,50.881],[-0.185,50.877],[-0.19,50.874],[-0.188,50.869],[-0.184,50.867],[-0.183,50.863],[-0.171,50.856],[-0.164,50.851],[-0.161,50.847],[-0.159,50.842],[-0.154,50.837],[-0.147,50.831],[-0.15,50.831],[-0.154,50.828],[-0.157,50.822],[-0.14,50.819],[-0.137,50.819],[-0.137,50.822],[-0.134,50.829],[-0.127,50.826],[-0.119,50.831],[-0.113,50.832],[-0.109,50.833],[-0.106,50.836],[-0.124,50.838],[-0.12,50.843],[-0.111,50.85],[-0.108,50.856],[-0.106,50.857],[-0.099,50.858],[-0.096,50.86],[-0.089,50.862],[-0.083,50.863],[-0.084,50.869],[-0.086,50.871],[-0.085,50.873],[-0.098,50.878],[-0.098,50.877],[-0.104,50.875],[-0.105,50.872],[-0.116,50.874],[-0.122,50.873],[-0.122,50.876],[-0.124,50.878],[-0.13,50.879],[-0.135,50.878],[-0.136,50.88],[-0.135,50.887]]]},"properties":{"PCON24NM":"Brighton Pavilion","PCON24CD":"E14001130"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.626,51.45],[-2.628,51.454],[-2.627,51.45],[-2.626,51.45]]],[[[-2.628,51.454],[-2.631,51.458],[-2.632,51.458],[-2.628,51.454]]],[[[-2.576,51.476],[-2.581,51.476],[-2.585,51.474],[-2.591,51.475],[-2.589,51.48],[-2.597,51.48],[-2.601,51.483],[-2.605,51.481],[-2.611,51.476],[-2.616,51.475],[-2.615,51.472],[-2.62,51.468],[-2.62,51.466],[-2.629,51.461],[-2.63,51.458],[-2.627,51.455],[-2.624,51.45],[-2.624,51.447],[-2.617,51.446],[-2.607,51.447],[-2.599,51.446],[-2.593,51.446],[-2.588,51.445],[-2.582,51.448],[-2.585,51.45],[-2.584,51.455],[-2.584,51.46],[-2.581,51.461],[-2.574,51.467],[-2.568,51.469],[-2.574,51.473],[-2.576,51.476]]]]},"properties":{"PCON24NM":"Bristol Central","PCON24CD":"E14001131"},"PCON24CD":68}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.518,51.456],[-2.518,51.459],[-2.515,51.46],[-2.512,51.462],[-2.511,51.465],[-2.513,51.467],[-2.521,51.467],[-2.527,51.467],[-2.54,51.466],[-2.551,51.464],[-2.55,51.468],[-2.556,51.468],[-2.557,51.47],[-2.562,51.47],[-2.563,51.472],[-2.568,51.469],[-2.574,51.467],[-2.581,51.461],[-2.584,51.46],[-2.584,51.455],[-2.585,51.45],[-2.582,51.448],[-2.577,51.447],[-2.577,51.444],[-2.573,51.443],[-2.569,51.442],[-2.57,51.44],[-2.579,51.437],[-2.582,51.436],[-2.587,51.434],[-2.584,51.427],[-2.579,51.426],[-2.578,51.425],[-2.564,51.428],[-2.561,51.42],[-2.559,51.411],[-2.556,51.409],[-2.542,51.409],[-2.534,51.414],[-2.534,51.417],[-2.529,51.422],[-2.531,51.423],[-2.527,51.426],[-2.523,51.426],[-2.524,51.43],[-2.527,51.432],[-2.525,51.434],[-2.527,51.436],[-2.527,51.443],[-2.53,51.446],[-2.537,51.445],[-2.536,51.447],[-2.532,51.446],[-2.53,51.448],[-2.522,51.45],[-2.519,51.453],[-2.518,51.456]]]},"properties":{"PCON24NM":"Bristol East","PCON24CD":"E14001132"},"PCON24CD":69}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.477,51.476],[-2.484,51.475],[-2.49,51.477],[-2.481,51.484],[-2.486,51.487],[-2.489,51.489],[-2.488,51.492],[-2.492,51.493],[-2.497,51.49],[-2.495,51.488],[-2.5,51.487],[-2.504,51.487],[-2.506,51.485],[-2.511,51.485],[-2.512,51.482],[-2.515,51.482],[-2.517,51.485],[-2.511,51.49],[-2.516,51.494],[-2.523,51.492],[-2.527,51.493],[-2.528,51.495],[-2.537,51.497],[-2.542,51.493],[-2.552,51.492],[-2.555,51.493],[-2.555,51.496],[-2.56,51.496],[-2.565,51.496],[-2.565,51.498],[-2.571,51.5],[-2.575,51.493],[-2.582,51.489],[-2.58,51.486],[-2.579,51.482],[-2.576,51.48],[-2.576,51.476],[-2.574,51.473],[-2.568,51.469],[-2.563,51.472],[-2.562,51.47],[-2.557,51.47],[-2.556,51.468],[-2.55,51.468],[-2.551,51.464],[-2.54,51.466],[-2.527,51.467],[-2.521,51.467],[-2.513,51.467],[-2.511,51.465],[-2.512,51.462],[-2.515,51.46],[-2.518,51.459],[-2.518,51.456],[-2.512,51.457],[-2.506,51.455],[-2.505,51.452],[-2.5,51.451],[-2.495,51.451],[-2.487,51.453],[-2.482,51.457],[-2.482,51.464],[-2.484,51.465],[-2.486,51.467],[-2.478,51.468],[-2.48,51.473],[-2.477,51.476]]]},"properties":{"PCON24NM":"Bristol North East","PCON24CD":"E14001133"},"PCON24CD":70}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.649,51.473],[-2.651,51.474],[-2.653,51.48],[-2.661,51.487],[-2.665,51.486],[-2.668,51.482],[-2.664,51.486],[-2.661,51.486],[-2.654,51.48],[-2.652,51.478],[-2.651,51.474],[-2.649,51.473]]],[[[-2.733,51.494],[-2.733,51.495],[-2.734,51.494],[-2.733,51.494]]],[[[-2.631,51.514],[-2.639,51.512],[-2.645,51.512],[-2.654,51.514],[-2.654,51.518],[-2.651,51.521],[-2.657,51.526],[-2.665,51.531],[-2.666,51.534],[-2.664,51.537],[-2.674,51.544],[-2.676,51.543],[-2.676,51.542],[-2.679,51.539],[-2.681,51.536],[-2.686,51.531],[-2.687,51.529],[-2.688,51.529],[-2.694,51.524],[-2.694,51.523],[-2.703,51.515],[-2.706,51.515],[-2.71,51.512],[-2.715,51.508],[-2.715,51.505],[-2.71,51.502],[-2.709,51.498],[-2.699,51.494],[-2.692,51.49],[-2.686,51.485],[-2.679,51.481],[-2.675,51.481],[-2.668,51.484],[-2.666,51.487],[-2.664,51.488],[-2.66,51.487],[-2.652,51.482],[-2.649,51.477],[-2.649,51.474],[-2.644,51.471],[-2.636,51.469],[-2.633,51.467],[-2.63,51.461],[-2.63,51.458],[-2.629,51.461],[-2.62,51.466],[-2.62,51.468],[-2.615,51.472],[-2.616,51.475],[-2.611,51.476],[-2.605,51.481],[-2.601,51.483],[-2.597,51.48],[-2.589,51.48],[-2.591,51.475],[-2.585,51.474],[-2.581,51.476],[-2.576,51.476],[-2.576,51.48],[-2.579,51.482],[-2.58,51.486],[-2.582,51.489],[-2.575,51.493],[-2.571,51.5],[-2.573,51.5],[-2.582,51.501],[-2.588,51.501],[-2.588,51.507],[-2.591,51.51],[-2.589,51.512],[-2.583,51.513],[-2.581,51.517],[-2.588,51.517],[-2.602,51.514],[-2.609,51.513],[-2.621,51.515],[-2.626,51.515],[-2.631,51.514]],[[-2.632,51.458],[-2.631,51.458],[-2.632,51.461],[-2.635,51.467],[-2.632,51.462],[-2.632,51.458]],[[-2.636,51.468],[-2.646,51.47],[-2.649,51.472],[-2.646,51.471],[-2.636,51.468]]]]},"properties":{"PCON24NM":"Bristol North West","PCON24CD":"E14001134"},"PCON24CD":71}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.59,51.445],[-2.598,51.446],[-2.606,51.446],[-2.619,51.445],[-2.625,51.447],[-2.626,51.45],[-2.627,51.45],[-2.627,51.447],[-2.633,51.447],[-2.637,51.444],[-2.64,51.44],[-2.634,51.439],[-2.63,51.44],[-2.63,51.437],[-2.633,51.436],[-2.634,51.426],[-2.637,51.423],[-2.631,51.419],[-2.632,51.417],[-2.63,51.415],[-2.632,51.408],[-2.635,51.407],[-2.633,51.403],[-2.628,51.402],[-2.626,51.404],[-2.62,51.404],[-2.617,51.402],[-2.612,51.402],[-2.611,51.401],[-2.601,51.4],[-2.593,51.397],[-2.59,51.398],[-2.585,51.4],[-2.582,51.401],[-2.578,51.399],[-2.576,51.401],[-2.571,51.399],[-2.566,51.403],[-2.567,51.405],[-2.563,51.407],[-2.561,51.412],[-2.559,51.411],[-2.561,51.42],[-2.564,51.428],[-2.578,51.425],[-2.579,51.426],[-2.584,51.427],[-2.587,51.434],[-2.582,51.436],[-2.579,51.437],[-2.57,51.44],[-2.569,51.442],[-2.573,51.443],[-2.577,51.444],[-2.577,51.447],[-2.58,51.448],[-2.585,51.446],[-2.588,51.445],[-2.59,51.445]]]},"properties":{"PCON24NM":"Bristol South","PCON24CD":"E14001135"},"PCON24CD":72}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.424,52.702],[1.423,52.704],[1.419,52.705],[1.414,52.708],[1.409,52.709],[1.408,52.713],[1.402,52.716],[1.405,52.721],[1.407,52.721],[1.41,52.726],[1.4,52.727],[1.405,52.729],[1.406,52.733],[1.397,52.729],[1.397,52.731],[1.393,52.732],[1.391,52.739],[1.372,52.743],[1.364,52.745],[1.358,52.746],[1.357,52.751],[1.349,52.753],[1.345,52.755],[1.339,52.764],[1.338,52.768],[1.335,52.768],[1.328,52.767],[1.327,52.769],[1.322,52.773],[1.321,52.775],[1.317,52.777],[1.315,52.783],[1.315,52.786],[1.317,52.789],[1.314,52.791],[1.315,52.793],[1.311,52.796],[1.315,52.801],[1.308,52.802],[1.309,52.805],[1.307,52.807],[1.303,52.805],[1.299,52.807],[1.289,52.805],[1.287,52.809],[1.283,52.808],[1.28,52.811],[1.277,52.817],[1.27,52.819],[1.267,52.819],[1.263,52.815],[1.262,52.813],[1.257,52.814],[1.252,52.814],[1.251,52.815],[1.251,52.82],[1.248,52.821],[1.238,52.82],[1.238,52.823],[1.233,52.823],[1.231,52.824],[1.224,52.825],[1.224,52.828],[1.214,52.829],[1.207,52.827],[1.208,52.825],[1.204,52.822],[1.203,52.816],[1.193,52.815],[1.189,52.82],[1.181,52.82],[1.181,52.827],[1.177,52.828],[1.173,52.831],[1.167,52.829],[1.166,52.826],[1.156,52.822],[1.145,52.824],[1.144,52.821],[1.147,52.82],[1.148,52.816],[1.15,52.816],[1.15,52.812],[1.136,52.814],[1.132,52.815],[1.128,52.815],[1.124,52.818],[1.119,52.819],[1.11,52.825],[1.102,52.829],[1.103,52.831],[1.099,52.832],[1.096,52.831],[1.092,52.833],[1.09,52.838],[1.086,52.84],[1.073,52.841],[1.071,52.838],[1.066,52.836],[1.065,52.834],[1.059,52.835],[1.053,52.834],[1.049,52.831],[1.043,52.831],[1.042,52.835],[1.029,52.833],[1.023,52.833],[1.02,52.835],[1.009,52.837],[1.008,52.84],[1.008,52.845],[1.006,52.848],[1.011,52.858],[0.999,52.861],[0.994,52.86],[0.982,52.861],[0.959,52.862],[0.952,52.861],[0.948,52.858],[0.944,52.852],[0.942,52.85],[0.938,52.854],[0.93,52.862],[0.927,52.868],[0.921,52.87],[0.919,52.871],[0.925,52.874],[0.925,52.878],[0.922,52.879],[0.915,52.88],[0.91,52.886],[0.912,52.887],[0.913,52.891],[0.915,52.893],[0.916,52.896],[0.914,52.899],[0.909,52.901],[0.905,52.907],[0.902,52.908],[0.896,52.908],[0.888,52.907],[0.884,52.91],[0.884,52.914],[0.832,52.913],[0.829,52.913],[0.814,52.917],[0.815,52.913],[0.804,52.911],[0.788,52.908],[0.79,52.9],[0.805,52.901],[0.817,52.9],[0.815,52.897],[0.817,52.895],[0.821,52.895],[0.822,52.893],[0.818,52.892],[0.817,52.888],[0.811,52.883],[0.807,52.879],[0.797,52.885],[0.794,52.882],[0.798,52.864],[0.795,52.866],[0.791,52.866],[0.791,52.86],[0.78,52.859],[0.766,52.857],[0.758,52.856],[0.743,52.856],[0.732,52.858],[0.731,52.855],[0.728,52.855],[0.724,52.85],[0.725,52.843],[0.736,52.835],[0.737,52.833],[0.745,52.828],[0.745,52.825],[0.749,52.823],[0.748,52.82],[0.752,52.819],[0.755,52.817],[0.753,52.814],[0.749,52.816],[0.743,52.811],[0.734,52.806],[0.731,52.802],[0.736,52.799],[0.724,52.795],[0.723,52.793],[0.713,52.79],[0.708,52.788],[0.708,52.787],[0.718,52.784],[0.718,52.782],[0.728,52.782],[0.73,52.781],[0.741,52.78],[0.752,52.778],[0.753,52.776],[0.765,52.777],[0.77,52.779],[0.774,52.775],[0.777,52.772],[0.78,52.769],[0.788,52.77],[0.796,52.769],[0.802,52.77],[0.8,52.777],[0.803,52.781],[0.811,52.781],[0.81,52.784],[0.812,52.786],[0.819,52.786],[0.82,52.79],[0.818,52.794],[0.821,52.797],[0.829,52.797],[0.832,52.799],[0.833,52.802],[0.83,52.805],[0.839,52.811],[0.842,52.809],[0.855,52.807],[0.858,52.808],[0.865,52.807],[0.867,52.803],[0.87,52.801],[0.872,52.798],[0.878,52.798],[0.88,52.796],[0.881,52.794],[0.89,52.791],[0.893,52.794],[0.901,52.796],[0.913,52.8],[0.916,52.802],[0.92,52.803],[0.924,52.801],[0.924,52.798],[0.927,52.796],[0.927,52.793],[0.93,52.792],[0.93,52.789],[0.938,52.788],[0.939,52.791],[0.937,52.796],[0.951,52.805],[0.967,52.803],[0.968,52.808],[0.976,52.807],[0.975,52.805],[0.981,52.805],[0.981,52.801],[0.986,52.801],[0.99,52.798],[0.994,52.798],[0.997,52.793],[0.992,52.787],[0.992,52.78],[0.999,52.779],[1.002,52.776],[1,52.766],[1.011,52.763],[1.028,52.769],[1.034,52.77],[1.045,52.769],[1.053,52.762],[1.053,52.76],[1.055,52.757],[1.051,52.75],[1.056,52.746],[1.06,52.744],[1.068,52.743],[1.079,52.741],[1.081,52.737],[1.083,52.735],[1.083,52.73],[1.087,52.729],[1.089,52.723],[1.094,52.72],[1.096,52.72],[1.1,52.716],[1.105,52.715],[1.104,52.713],[1.1,52.712],[1.09,52.706],[1.086,52.704],[1.084,52.702],[1.087,52.699],[1.088,52.697],[1.095,52.693],[1.102,52.689],[1.102,52.686],[1.108,52.683],[1.102,52.675],[1.1,52.673],[1.1,52.67],[1.1,52.665],[1.099,52.66],[1.098,52.65],[1.101,52.649],[1.11,52.647],[1.115,52.646],[1.124,52.645],[1.132,52.646],[1.132,52.643],[1.135,52.643],[1.138,52.647],[1.139,52.654],[1.138,52.658],[1.139,52.66],[1.146,52.66],[1.146,52.668],[1.147,52.671],[1.152,52.668],[1.16,52.667],[1.164,52.665],[1.174,52.665],[1.176,52.668],[1.182,52.672],[1.186,52.677],[1.19,52.679],[1.194,52.678],[1.2,52.675],[1.204,52.67],[1.202,52.664],[1.203,52.661],[1.207,52.661],[1.208,52.669],[1.213,52.669],[1.217,52.673],[1.215,52.678],[1.213,52.68],[1.215,52.682],[1.211,52.688],[1.214,52.69],[1.215,52.694],[1.207,52.698],[1.214,52.701],[1.219,52.704],[1.223,52.702],[1.221,52.7],[1.217,52.693],[1.223,52.69],[1.231,52.687],[1.241,52.682],[1.243,52.681],[1.244,52.676],[1.249,52.668],[1.254,52.671],[1.251,52.672],[1.258,52.674],[1.265,52.675],[1.263,52.677],[1.283,52.677],[1.292,52.685],[1.296,52.681],[1.295,52.679],[1.3,52.677],[1.3,52.674],[1.31,52.672],[1.315,52.671],[1.317,52.674],[1.324,52.674],[1.327,52.672],[1.326,52.67],[1.33,52.669],[1.335,52.67],[1.34,52.674],[1.347,52.675],[1.349,52.678],[1.354,52.678],[1.36,52.675],[1.357,52.674],[1.352,52.671],[1.354,52.667],[1.356,52.664],[1.365,52.653],[1.356,52.65],[1.367,52.648],[1.372,52.644],[1.372,52.641],[1.373,52.635],[1.371,52.63],[1.371,52.628],[1.368,52.624],[1.37,52.624],[1.373,52.621],[1.377,52.621],[1.377,52.62],[1.377,52.614],[1.378,52.614],[1.379,52.611],[1.381,52.609],[1.381,52.607],[1.384,52.605],[1.391,52.605],[1.399,52.609],[1.401,52.613],[1.402,52.614],[1.403,52.615],[1.405,52.615],[1.405,52.614],[1.407,52.615],[1.408,52.618],[1.41,52.62],[1.411,52.62],[1.414,52.621],[1.416,52.621],[1.42,52.622],[1.422,52.622],[1.424,52.622],[1.428,52.619],[1.431,52.619],[1.433,52.62],[1.435,52.62],[1.437,52.619],[1.437,52.618],[1.438,52.618],[1.437,52.616],[1.436,52.615],[1.433,52.612],[1.436,52.611],[1.438,52.61],[1.444,52.605],[1.446,52.604],[1.447,52.603],[1.452,52.602],[1.454,52.601],[1.455,52.6],[1.454,52.598],[1.453,52.596],[1.457,52.594],[1.461,52.595],[1.463,52.594],[1.464,52.593],[1.466,52.592],[1.467,52.59],[1.467,52.589],[1.469,52.587],[1.473,52.587],[1.473,52.586],[1.476,52.586],[1.484,52.588],[1.486,52.587],[1.487,52.586],[1.488,52.585],[1.488,52.583],[1.49,52.58],[1.492,52.579],[1.492,52.577],[1.494,52.575],[1.495,52.573],[1.498,52.571],[1.503,52.572],[1.506,52.573],[1.511,52.575],[1.513,52.576],[1.514,52.576],[1.515,52.577],[1.518,52.576],[1.523,52.573],[1.525,52.57],[1.524,52.568],[1.524,52.567],[1.521,52.565],[1.522,52.563],[1.526,52.56],[1.53,52.56],[1.532,52.561],[1.533,52.562],[1.535,52.563],[1.536,52.562],[1.538,52.561],[1.539,52.558],[1.542,52.556],[1.547,52.556],[1.553,52.56],[1.557,52.56],[1.56,52.558],[1.563,52.558],[1.566,52.559],[1.574,52.559],[1.579,52.557],[1.584,52.558],[1.59,52.558],[1.594,52.56],[1.597,52.564],[1.601,52.567],[1.606,52.569],[1.608,52.57],[1.607,52.574],[1.613,52.575],[1.62,52.574],[1.626,52.577],[1.627,52.58],[1.63,52.581],[1.636,52.582],[1.638,52.584],[1.639,52.587],[1.645,52.589],[1.632,52.592],[1.635,52.595],[1.637,52.598],[1.639,52.599],[1.642,52.603],[1.65,52.602],[1.653,52.603],[1.656,52.607],[1.665,52.608],[1.667,52.61],[1.676,52.61],[1.678,52.612],[1.672,52.617],[1.667,52.618],[1.663,52.621],[1.659,52.626],[1.654,52.624],[1.649,52.625],[1.641,52.627],[1.644,52.63],[1.638,52.63],[1.633,52.633],[1.63,52.627],[1.623,52.627],[1.621,52.625],[1.617,52.626],[1.618,52.629],[1.612,52.625],[1.606,52.624],[1.6,52.625],[1.598,52.628],[1.593,52.629],[1.593,52.632],[1.591,52.635],[1.592,52.637],[1.589,52.638],[1.584,52.636],[1.578,52.637],[1.575,52.639],[1.572,52.637],[1.567,52.638],[1.566,52.64],[1.567,52.644],[1.57,52.647],[1.568,52.649],[1.559,52.65],[1.557,52.651],[1.557,52.654],[1.56,52.659],[1.562,52.665],[1.56,52.67],[1.553,52.673],[1.55,52.681],[1.543,52.679],[1.538,52.681],[1.537,52.683],[1.533,52.683],[1.531,52.682],[1.524,52.683],[1.523,52.685],[1.519,52.687],[1.516,52.682],[1.512,52.682],[1.509,52.683],[1.51,52.686],[1.512,52.688],[1.513,52.689],[1.511,52.69],[1.505,52.689],[1.501,52.69],[1.498,52.687],[1.491,52.688],[1.489,52.689],[1.489,52.693],[1.482,52.693],[1.477,52.689],[1.472,52.69],[1.471,52.693],[1.467,52.695],[1.468,52.698],[1.465,52.699],[1.461,52.705],[1.457,52.703],[1.45,52.703],[1.442,52.701],[1.443,52.695],[1.439,52.693],[1.439,52.691],[1.434,52.689],[1.429,52.691],[1.426,52.69],[1.419,52.692],[1.416,52.694],[1.42,52.697],[1.423,52.699],[1.424,52.702]]]},"properties":{"PCON24NM":"Broadland and Fakenham","PCON24CD":"E14001136"},"PCON24CD":73}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.028,51.427],[0.027,51.428],[0.026,51.429],[0.025,51.429],[0.023,51.428],[0.022,51.427],[0.021,51.427],[0.02,51.427],[0.019,51.427],[0.018,51.427],[0.014,51.426],[0.014,51.425],[0.012,51.424],[0.011,51.423],[0.009,51.423],[0.008,51.423],[0.007,51.421],[0.006,51.421],[0.006,51.42],[0.005,51.42],[0.005,51.419],[0.003,51.418],[0.002,51.418],[0.001,51.418],[0,51.418],[0,51.417],[-0.004,51.415],[-0.005,51.415],[-0.006,51.416],[-0.007,51.416],[-0.007,51.415],[-0.008,51.414],[-0.004,51.409],[0.002,51.406],[0.006,51.403],[0.014,51.4],[0.015,51.398],[0.01,51.396],[0.01,51.395],[0.007,51.393],[0.008,51.391],[0.003,51.388],[0.003,51.381],[-0.002,51.377],[0.003,51.377],[0.002,51.374],[-0.001,51.371],[-0.006,51.368],[-0.016,51.365],[-0.02,51.364],[-0.016,51.359],[-0.008,51.356],[-0.006,51.353],[0.001,51.334],[0.003,51.332],[0.002,51.329],[0.005,51.322],[0.007,51.316],[0.01,51.316],[0.008,51.31],[0.011,51.302],[0.015,51.292],[0.019,51.292],[0.021,51.297],[0.025,51.302],[0.033,51.308],[0.037,51.306],[0.043,51.301],[0.05,51.304],[0.049,51.306],[0.044,51.308],[0.043,51.31],[0.044,51.32],[0.039,51.326],[0.042,51.331],[0.038,51.332],[0.042,51.34],[0.046,51.342],[0.044,51.343],[0.044,51.347],[0.04,51.349],[0.046,51.353],[0.044,51.354],[0.046,51.356],[0.05,51.362],[0.053,51.362],[0.055,51.365],[0.05,51.368],[0.048,51.37],[0.054,51.374],[0.058,51.381],[0.061,51.383],[0.062,51.385],[0.066,51.39],[0.064,51.394],[0.067,51.396],[0.059,51.404],[0.054,51.409],[0.045,51.417],[0.035,51.423],[0.032,51.425],[0.031,51.425],[0.029,51.427],[0.028,51.427]]]},"properties":{"PCON24NM":"Bromley and Biggin Hill","PCON24CD":"E14001137"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.017,52.433],[-2.024,52.435],[-2.024,52.432],[-2.029,52.429],[-2.03,52.427],[-2.037,52.428],[-2.037,52.431],[-2.04,52.438],[-2.037,52.44],[-2.038,52.442],[-2.047,52.44],[-2.056,52.441],[-2.058,52.441],[-2.06,52.437],[-2.059,52.435],[-2.06,52.429],[-2.062,52.427],[-2.067,52.43],[-2.062,52.432],[-2.068,52.433],[-2.072,52.434],[-2.078,52.434],[-2.082,52.432],[-2.086,52.433],[-2.087,52.437],[-2.09,52.443],[-2.099,52.445],[-2.105,52.444],[-2.109,52.441],[-2.112,52.437],[-2.117,52.434],[-2.13,52.432],[-2.133,52.428],[-2.136,52.426],[-2.144,52.426],[-2.165,52.43],[-2.164,52.424],[-2.168,52.424],[-2.165,52.422],[-2.164,52.417],[-2.16,52.416],[-2.158,52.409],[-2.154,52.41],[-2.146,52.41],[-2.145,52.411],[-2.134,52.41],[-2.128,52.406],[-2.126,52.402],[-2.131,52.399],[-2.135,52.399],[-2.138,52.396],[-2.138,52.394],[-2.133,52.392],[-2.13,52.389],[-2.132,52.387],[-2.128,52.381],[-2.123,52.373],[-2.122,52.366],[-2.12,52.364],[-2.121,52.362],[-2.12,52.36],[-2.124,52.359],[-2.131,52.358],[-2.132,52.355],[-2.135,52.353],[-2.137,52.35],[-2.125,52.344],[-2.125,52.34],[-2.117,52.342],[-2.116,52.339],[-2.113,52.337],[-2.118,52.335],[-2.118,52.332],[-2.116,52.328],[-2.119,52.325],[-2.116,52.322],[-2.124,52.315],[-2.116,52.313],[-2.11,52.315],[-2.102,52.313],[-2.095,52.313],[-2.086,52.315],[-2.085,52.314],[-2.089,52.306],[-2.085,52.297],[-2.092,52.289],[-2.088,52.289],[-2.074,52.289],[-2.06,52.284],[-2.056,52.285],[-2.051,52.287],[-2.047,52.288],[-2.038,52.286],[-2.033,52.283],[-2.031,52.283],[-2.024,52.28],[-2.016,52.279],[-2.009,52.278],[-2.002,52.28],[-1.998,52.284],[-2.002,52.288],[-1.991,52.292],[-1.988,52.29],[-1.984,52.292],[-1.985,52.293],[-1.983,52.298],[-1.976,52.304],[-1.982,52.308],[-1.978,52.31],[-1.974,52.308],[-1.969,52.313],[-1.97,52.315],[-1.961,52.315],[-1.958,52.318],[-1.953,52.32],[-1.95,52.322],[-1.943,52.321],[-1.941,52.323],[-1.933,52.324],[-1.928,52.324],[-1.922,52.322],[-1.91,52.323],[-1.909,52.32],[-1.899,52.322],[-1.892,52.321],[-1.89,52.318],[-1.881,52.311],[-1.875,52.312],[-1.87,52.313],[-1.867,52.319],[-1.867,52.331],[-1.868,52.333],[-1.874,52.339],[-1.876,52.346],[-1.885,52.354],[-1.889,52.361],[-1.876,52.364],[-1.872,52.368],[-1.863,52.376],[-1.861,52.38],[-1.861,52.384],[-1.858,52.387],[-1.849,52.394],[-1.847,52.397],[-1.845,52.4],[-1.851,52.402],[-1.853,52.401],[-1.865,52.405],[-1.869,52.405],[-1.872,52.405],[-1.872,52.402],[-1.878,52.402],[-1.879,52.4],[-1.883,52.4],[-1.886,52.404],[-1.892,52.404],[-1.897,52.403],[-1.901,52.404],[-1.905,52.403],[-1.909,52.404],[-1.911,52.407],[-1.914,52.407],[-1.915,52.403],[-1.918,52.4],[-1.919,52.398],[-1.924,52.397],[-1.928,52.393],[-1.933,52.39],[-1.935,52.388],[-1.945,52.391],[-1.954,52.393],[-1.959,52.388],[-1.965,52.392],[-1.966,52.389],[-1.972,52.389],[-1.976,52.387],[-1.979,52.388],[-1.984,52.387],[-1.988,52.385],[-1.99,52.382],[-1.995,52.381],[-2,52.382],[-2.002,52.384],[-2.005,52.384],[-2.008,52.387],[-2.011,52.386],[-2.013,52.389],[-2.014,52.394],[-2.017,52.394],[-2.019,52.396],[-2.021,52.4],[-2.028,52.4],[-2.032,52.401],[-2.033,52.403],[-2.028,52.407],[-2.02,52.407],[-2.018,52.406],[-2.013,52.407],[-2.005,52.409],[-2.004,52.411],[-1.998,52.41],[-1.996,52.412],[-1.989,52.414],[-1.986,52.417],[-1.991,52.415],[-1.997,52.417],[-2.002,52.421],[-2.002,52.423],[-2.004,52.426],[-2.007,52.428],[-2.01,52.427],[-2.013,52.429],[-2.015,52.429],[-2.015,52.432],[-2.017,52.433]]]},"properties":{"PCON24NM":"Bromsgrove","PCON24CD":"E14001138"},"PCON24CD":75}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.042,51.775],[0.043,51.779],[0.046,51.782],[0.043,51.789],[0.037,51.79],[0.034,51.791],[0.032,51.795],[0.033,51.797],[0.037,51.798],[0.038,51.794],[0.04,51.794],[0.042,51.798],[0.042,51.802],[0.039,51.804],[0.038,51.809],[0.034,51.81],[0.032,51.809],[0.03,51.806],[0.022,51.805],[0.016,51.807],[0.011,51.806],[0.005,51.809],[0.001,51.807],[0,51.805],[-0.003,51.806],[-0.007,51.805],[-0.004,51.802],[-0.004,51.8],[-0.01,51.801],[-0.011,51.803],[-0.018,51.8],[-0.021,51.8],[-0.025,51.797],[-0.033,51.799],[-0.043,51.8],[-0.044,51.797],[-0.047,51.797],[-0.048,51.79],[-0.053,51.789],[-0.056,51.786],[-0.056,51.783],[-0.064,51.782],[-0.067,51.783],[-0.076,51.781],[-0.08,51.782],[-0.086,51.779],[-0.087,51.773],[-0.09,51.77],[-0.089,51.763],[-0.095,51.758],[-0.095,51.754],[-0.096,51.75],[-0.089,51.749],[-0.089,51.746],[-0.092,51.743],[-0.096,51.741],[-0.097,51.738],[-0.102,51.732],[-0.102,51.73],[-0.105,51.729],[-0.109,51.724],[-0.114,51.721],[-0.113,51.719],[-0.107,51.713],[-0.107,51.706],[-0.106,51.694],[-0.106,51.692],[-0.095,51.69],[-0.085,51.69],[-0.079,51.689],[-0.066,51.684],[-0.061,51.683],[-0.057,51.683],[-0.049,51.684],[-0.046,51.683],[-0.028,51.682],[-0.02,51.681],[-0.012,51.681],[-0.012,51.687],[-0.016,51.69],[-0.02,51.703],[-0.018,51.707],[-0.015,51.717],[-0.014,51.723],[-0.013,51.737],[-0.014,51.742],[-0.012,51.743],[-0.006,51.742],[0.002,51.746],[0.003,51.754],[0.004,51.755],[0.01,51.756],[0.013,51.758],[0.012,51.761],[0.014,51.764],[0.018,51.767],[0.018,51.77],[0.025,51.773],[0.031,51.775],[0.037,51.776],[0.042,51.775]]]},"properties":{"PCON24NM":"Broxbourne","PCON24CD":"E14001139"},"PCON24CD":76}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.258,53.041],[-1.266,53.038],[-1.269,53.039],[-1.271,53.042],[-1.279,53.044],[-1.279,53.047],[-1.288,53.048],[-1.295,53.046],[-1.299,53.046],[-1.304,53.042],[-1.306,53.046],[-1.308,53.048],[-1.311,53.047],[-1.314,53.048],[-1.32,53.048],[-1.33,53.054],[-1.336,53.053],[-1.336,53.052],[-1.333,53.048],[-1.333,53.045],[-1.334,53.041],[-1.333,53.038],[-1.333,53.036],[-1.331,53.03],[-1.325,53.026],[-1.322,53.02],[-1.319,53.016],[-1.32,53.011],[-1.316,53.009],[-1.312,53.005],[-1.307,53.004],[-1.302,52.998],[-1.301,52.995],[-1.3,52.99],[-1.295,52.988],[-1.295,52.986],[-1.297,52.985],[-1.293,52.975],[-1.291,52.971],[-1.288,52.97],[-1.289,52.966],[-1.289,52.961],[-1.291,52.96],[-1.291,52.955],[-1.288,52.955],[-1.282,52.951],[-1.281,52.949],[-1.283,52.946],[-1.278,52.936],[-1.278,52.933],[-1.282,52.929],[-1.286,52.926],[-1.283,52.921],[-1.283,52.915],[-1.282,52.91],[-1.274,52.905],[-1.267,52.905],[-1.26,52.904],[-1.256,52.902],[-1.249,52.903],[-1.245,52.902],[-1.248,52.9],[-1.246,52.898],[-1.24,52.894],[-1.24,52.892],[-1.233,52.893],[-1.227,52.896],[-1.22,52.896],[-1.219,52.898],[-1.221,52.901],[-1.22,52.903],[-1.214,52.904],[-1.213,52.91],[-1.211,52.912],[-1.206,52.912],[-1.199,52.909],[-1.191,52.914],[-1.182,52.917],[-1.197,52.929],[-1.206,52.933],[-1.215,52.934],[-1.215,52.936],[-1.218,52.941],[-1.224,52.942],[-1.227,52.941],[-1.234,52.944],[-1.245,52.95],[-1.247,52.954],[-1.242,52.962],[-1.241,52.963],[-1.244,52.968],[-1.251,52.965],[-1.253,52.967],[-1.26,52.966],[-1.268,52.973],[-1.261,52.976],[-1.265,52.98],[-1.27,52.978],[-1.275,52.982],[-1.275,52.985],[-1.278,52.985],[-1.278,52.989],[-1.271,52.991],[-1.272,52.993],[-1.277,52.995],[-1.281,52.995],[-1.279,53.001],[-1.275,53.003],[-1.275,53.005],[-1.277,53.006],[-1.272,53.011],[-1.268,53.014],[-1.264,53.013],[-1.261,53.014],[-1.256,53.018],[-1.256,53.023],[-1.247,53.028],[-1.248,53.031],[-1.241,53.031],[-1.239,53.033],[-1.247,53.035],[-1.253,53.04],[-1.258,53.041]]]},"properties":{"PCON24NM":"Broxtowe","PCON24CD":"E14001140"},"PCON24CD":77}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.871,52.04],[-0.873,52.036],[-0.876,52.034],[-0.878,52.03],[-0.884,52.028],[-0.889,52.032],[-0.891,52.03],[-0.9,52.026],[-0.904,52.024],[-0.906,52.021],[-0.912,52.025],[-0.914,52.029],[-0.92,52.033],[-0.924,52.036],[-0.93,52.044],[-0.93,52.05],[-0.932,52.054],[-0.937,52.059],[-0.938,52.061],[-0.942,52.064],[-0.94,52.068],[-0.944,52.07],[-0.944,52.073],[-0.94,52.076],[-0.945,52.077],[-0.947,52.079],[-0.952,52.082],[-0.959,52.079],[-0.965,52.075],[-0.968,52.071],[-0.973,52.073],[-0.981,52.071],[-0.982,52.07],[-0.99,52.071],[-0.995,52.073],[-1,52.072],[-1.006,52.073],[-1.007,52.072],[-1.013,52.072],[-1.02,52.073],[-1.021,52.075],[-1.028,52.075],[-1.042,52.074],[-1.032,52.071],[-1.029,52.07],[-1.026,52.066],[-1.03,52.063],[-1.038,52.066],[-1.041,52.066],[-1.048,52.063],[-1.053,52.06],[-1.062,52.063],[-1.068,52.061],[-1.072,52.058],[-1.076,52.059],[-1.08,52.057],[-1.083,52.052],[-1.089,52.052],[-1.096,52.051],[-1.099,52.049],[-1.104,52.048],[-1.106,52.049],[-1.114,52.048],[-1.12,52.046],[-1.122,52.045],[-1.123,52.042],[-1.126,52.039],[-1.127,52.037],[-1.131,52.032],[-1.133,52.028],[-1.137,52.022],[-1.136,52.02],[-1.128,52.018],[-1.125,52.017],[-1.121,52.017],[-1.118,52.015],[-1.112,52.017],[-1.103,52.013],[-1.1,52.013],[-1.097,52.015],[-1.091,52.009],[-1.089,52.006],[-1.082,52.007],[-1.079,52.009],[-1.074,52.006],[-1.065,52.009],[-1.059,52.008],[-1.058,52.003],[-1.053,52.002],[-1.059,51.998],[-1.079,51.98],[-1.08,51.976],[-1.085,51.968],[-1.088,51.967],[-1.092,51.962],[-1.095,51.957],[-1.089,51.956],[-1.09,51.954],[-1.081,51.95],[-1.079,51.947],[-1.08,51.945],[-1.076,51.943],[-1.065,51.948],[-1.059,51.949],[-1.055,51.949],[-1.056,51.943],[-1.044,51.939],[-1.044,51.937],[-1.04,51.936],[-1.034,51.938],[-1.028,51.938],[-1.024,51.936],[-1.019,51.936],[-1.017,51.938],[-1.013,51.939],[-1.01,51.942],[-1.002,51.943],[-0.992,51.94],[-0.989,51.941],[-0.984,51.945],[-0.983,51.949],[-0.978,51.951],[-0.977,51.954],[-0.97,51.956],[-0.959,51.955],[-0.956,51.955],[-0.949,51.951],[-0.938,51.95],[-0.933,51.947],[-0.926,51.947],[-0.92,51.943],[-0.917,51.942],[-0.91,51.938],[-0.909,51.936],[-0.91,51.932],[-0.909,51.93],[-0.901,51.927],[-0.904,51.921],[-0.907,51.92],[-0.911,51.917],[-0.918,51.907],[-0.927,51.907],[-0.932,51.905],[-0.932,51.902],[-0.943,51.897],[-0.953,51.899],[-0.956,51.899],[-0.957,51.896],[-0.96,51.896],[-0.966,51.892],[-0.97,51.892],[-0.973,51.893],[-0.975,51.891],[-0.983,51.887],[-0.986,51.883],[-0.983,51.881],[-0.987,51.876],[-0.982,51.875],[-0.981,51.872],[-0.976,51.873],[-0.971,51.872],[-0.973,51.869],[-0.973,51.867],[-0.965,51.864],[-0.957,51.86],[-0.954,51.862],[-0.949,51.86],[-0.943,51.861],[-0.943,51.858],[-0.935,51.858],[-0.934,51.859],[-0.925,51.858],[-0.918,51.861],[-0.902,51.857],[-0.897,51.858],[-0.895,51.861],[-0.891,51.864],[-0.889,51.868],[-0.885,51.868],[-0.875,51.863],[-0.861,51.86],[-0.859,51.859],[-0.861,51.864],[-0.861,51.866],[-0.855,51.87],[-0.854,51.871],[-0.862,51.876],[-0.863,51.877],[-0.859,51.882],[-0.858,51.883],[-0.853,51.883],[-0.851,51.886],[-0.839,51.895],[-0.838,51.897],[-0.834,51.898],[-0.83,51.895],[-0.826,51.897],[-0.811,51.897],[-0.806,51.898],[-0.802,51.897],[-0.803,51.894],[-0.799,51.892],[-0.796,51.894],[-0.796,51.899],[-0.791,51.903],[-0.786,51.905],[-0.781,51.905],[-0.774,51.906],[-0.77,51.905],[-0.767,51.903],[-0.756,51.908],[-0.754,51.911],[-0.75,51.913],[-0.743,51.919],[-0.74,51.919],[-0.733,51.923],[-0.725,51.919],[-0.724,51.919],[-0.715,51.915],[-0.705,51.911],[-0.702,51.909],[-0.692,51.922],[-0.69,51.928],[-0.683,51.936],[-0.681,51.939],[-0.683,51.942],[-0.679,51.944],[-0.673,51.946],[-0.67,51.949],[-0.673,51.952],[-0.672,51.956],[-0.668,51.955],[-0.662,51.956],[-0.659,51.96],[-0.656,51.961],[-0.654,51.964],[-0.653,51.967],[-0.651,51.968],[-0.653,51.969],[-0.669,51.978],[-0.671,51.977],[-0.678,51.977],[-0.682,51.98],[-0.688,51.981],[-0.693,51.982],[-0.696,51.982],[-0.702,51.985],[-0.701,51.993],[-0.707,51.998],[-0.709,52.002],[-0.71,52.005],[-0.713,52.01],[-0.717,52.012],[-0.724,52.013],[-0.736,52.012],[-0.751,52.013],[-0.757,52.015],[-0.761,52.011],[-0.771,52.004],[-0.775,52.002],[-0.776,52],[-0.789,52.005],[-0.797,52.01],[-0.803,52.013],[-0.804,52.012],[-0.812,52.01],[-0.812,52.006],[-0.816,52.005],[-0.819,52.008],[-0.82,52.012],[-0.827,52.015],[-0.832,52.018],[-0.835,52.019],[-0.839,52.021],[-0.845,52.023],[-0.847,52.026],[-0.857,52.031],[-0.856,52.032],[-0.861,52.036],[-0.871,52.04]]]},"properties":{"PCON24NM":"Buckingham and Bletchley","PCON24CD":"E14001141"},"PCON24CD":78}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.112,53.806],[-2.129,53.82],[-2.135,53.816],[-2.142,53.82],[-2.149,53.82],[-2.152,53.824],[-2.167,53.822],[-2.171,53.823],[-2.186,53.822],[-2.193,53.823],[-2.196,53.826],[-2.199,53.827],[-2.199,53.83],[-2.204,53.832],[-2.206,53.831],[-2.21,53.83],[-2.217,53.828],[-2.219,53.825],[-2.227,53.828],[-2.23,53.83],[-2.23,53.834],[-2.232,53.836],[-2.24,53.834],[-2.24,53.831],[-2.243,53.828],[-2.246,53.827],[-2.254,53.831],[-2.272,53.825],[-2.277,53.824],[-2.275,53.819],[-2.27,53.815],[-2.277,53.813],[-2.28,53.808],[-2.283,53.807],[-2.289,53.809],[-2.295,53.809],[-2.297,53.811],[-2.296,53.814],[-2.303,53.815],[-2.303,53.818],[-2.305,53.82],[-2.309,53.817],[-2.311,53.813],[-2.315,53.812],[-2.319,53.812],[-2.323,53.81],[-2.326,53.807],[-2.33,53.807],[-2.335,53.801],[-2.336,53.795],[-2.342,53.795],[-2.341,53.792],[-2.337,53.792],[-2.339,53.789],[-2.336,53.785],[-2.336,53.782],[-2.33,53.781],[-2.332,53.778],[-2.33,53.774],[-2.331,53.77],[-2.329,53.766],[-2.328,53.76],[-2.322,53.757],[-2.316,53.752],[-2.314,53.752],[-2.314,53.747],[-2.303,53.748],[-2.295,53.752],[-2.293,53.75],[-2.287,53.746],[-2.285,53.744],[-2.282,53.745],[-2.278,53.743],[-2.275,53.744],[-2.271,53.742],[-2.267,53.743],[-2.263,53.746],[-2.264,53.747],[-2.257,53.75],[-2.256,53.753],[-2.252,53.755],[-2.24,53.747],[-2.235,53.742],[-2.233,53.738],[-2.226,53.739],[-2.217,53.738],[-2.205,53.734],[-2.203,53.732],[-2.197,53.733],[-2.185,53.731],[-2.181,53.729],[-2.173,53.723],[-2.171,53.725],[-2.167,53.727],[-2.164,53.731],[-2.156,53.734],[-2.156,53.735],[-2.148,53.734],[-2.144,53.737],[-2.141,53.742],[-2.142,53.746],[-2.134,53.749],[-2.13,53.755],[-2.132,53.758],[-2.13,53.763],[-2.13,53.768],[-2.131,53.774],[-2.135,53.777],[-2.136,53.78],[-2.13,53.785],[-2.125,53.788],[-2.126,53.79],[-2.13,53.792],[-2.128,53.795],[-2.128,53.798],[-2.126,53.799],[-2.112,53.806]]]},"properties":{"PCON24NM":"Burnley","PCON24CD":"E14001142"},"PCON24CD":79}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.779,53.045],[-1.781,53.046],[-1.79,53.043],[-1.79,53.039],[-1.794,53.039],[-1.793,53.032],[-1.791,53.03],[-1.79,53.026],[-1.785,53.024],[-1.795,53.02],[-1.794,53.017],[-1.798,53.016],[-1.8,53.017],[-1.802,53.022],[-1.806,53.023],[-1.808,53.026],[-1.814,53.03],[-1.821,53.029],[-1.83,53.033],[-1.846,53.03],[-1.851,53.031],[-1.856,53.034],[-1.864,53.03],[-1.863,53.029],[-1.872,53.02],[-1.876,53.022],[-1.884,53.02],[-1.887,53.016],[-1.883,53.011],[-1.877,53.006],[-1.879,53.003],[-1.878,53],[-1.881,52.996],[-1.881,52.995],[-1.874,52.994],[-1.87,52.991],[-1.87,52.987],[-1.865,52.983],[-1.865,52.981],[-1.86,52.978],[-1.861,52.975],[-1.868,52.974],[-1.871,52.974],[-1.872,52.972],[-1.877,52.972],[-1.881,52.97],[-1.888,52.971],[-1.889,52.969],[-1.897,52.972],[-1.899,52.971],[-1.903,52.966],[-1.911,52.963],[-1.914,52.965],[-1.918,52.966],[-1.922,52.964],[-1.925,52.963],[-1.928,52.96],[-1.923,52.957],[-1.918,52.958],[-1.916,52.954],[-1.918,52.952],[-1.909,52.949],[-1.904,52.946],[-1.91,52.94],[-1.919,52.941],[-1.924,52.942],[-1.928,52.941],[-1.931,52.938],[-1.932,52.934],[-1.934,52.932],[-1.94,52.932],[-1.951,52.934],[-1.954,52.935],[-1.962,52.937],[-1.97,52.941],[-1.976,52.938],[-1.976,52.935],[-1.98,52.934],[-1.985,52.936],[-1.994,52.934],[-2,52.932],[-2.002,52.929],[-2.009,52.927],[-2.017,52.924],[-2.026,52.925],[-2.034,52.922],[-2.034,52.918],[-2.042,52.917],[-2.036,52.915],[-2.024,52.91],[-2.016,52.908],[-2.013,52.906],[-2.017,52.902],[-2.008,52.899],[-2.003,52.897],[-2,52.892],[-1.996,52.892],[-1.991,52.894],[-1.986,52.895],[-1.98,52.894],[-1.97,52.885],[-1.964,52.884],[-1.958,52.886],[-1.956,52.885],[-1.952,52.886],[-1.949,52.884],[-1.945,52.884],[-1.943,52.881],[-1.94,52.879],[-1.934,52.878],[-1.926,52.879],[-1.922,52.877],[-1.919,52.873],[-1.91,52.873],[-1.898,52.869],[-1.892,52.865],[-1.893,52.863],[-1.89,52.861],[-1.879,52.859],[-1.865,52.86],[-1.857,52.854],[-1.852,52.852],[-1.846,52.853],[-1.842,52.855],[-1.837,52.847],[-1.833,52.845],[-1.83,52.843],[-1.804,52.855],[-1.778,52.845],[-1.778,52.843],[-1.78,52.82],[-1.773,52.819],[-1.736,52.816],[-1.721,52.813],[-1.71,52.812],[-1.704,52.812],[-1.702,52.811],[-1.699,52.807],[-1.7,52.802],[-1.692,52.796],[-1.68,52.789],[-1.685,52.785],[-1.687,52.782],[-1.684,52.778],[-1.68,52.777],[-1.67,52.774],[-1.67,52.778],[-1.671,52.781],[-1.667,52.785],[-1.663,52.785],[-1.658,52.783],[-1.657,52.781],[-1.652,52.78],[-1.649,52.78],[-1.638,52.787],[-1.627,52.78],[-1.619,52.785],[-1.612,52.781],[-1.609,52.784],[-1.614,52.786],[-1.614,52.788],[-1.612,52.79],[-1.604,52.791],[-1.601,52.794],[-1.604,52.795],[-1.598,52.798],[-1.596,52.797],[-1.589,52.8],[-1.591,52.802],[-1.59,52.806],[-1.593,52.809],[-1.605,52.815],[-1.61,52.816],[-1.608,52.819],[-1.607,52.822],[-1.602,52.827],[-1.598,52.828],[-1.589,52.829],[-1.594,52.835],[-1.599,52.838],[-1.602,52.837],[-1.603,52.841],[-1.607,52.843],[-1.613,52.845],[-1.618,52.845],[-1.623,52.849],[-1.625,52.85],[-1.63,52.853],[-1.635,52.853],[-1.643,52.856],[-1.646,52.856],[-1.651,52.857],[-1.659,52.857],[-1.664,52.858],[-1.67,52.861],[-1.679,52.862],[-1.685,52.862],[-1.69,52.864],[-1.694,52.863],[-1.701,52.862],[-1.7,52.864],[-1.703,52.866],[-1.714,52.866],[-1.718,52.865],[-1.716,52.862],[-1.721,52.862],[-1.725,52.86],[-1.73,52.863],[-1.739,52.865],[-1.74,52.868],[-1.746,52.866],[-1.75,52.867],[-1.752,52.871],[-1.751,52.874],[-1.756,52.875],[-1.759,52.877],[-1.765,52.879],[-1.769,52.878],[-1.776,52.88],[-1.775,52.883],[-1.78,52.882],[-1.783,52.884],[-1.786,52.883],[-1.788,52.88],[-1.793,52.881],[-1.794,52.883],[-1.801,52.886],[-1.805,52.883],[-1.812,52.881],[-1.812,52.882],[-1.824,52.883],[-1.828,52.885],[-1.828,52.887],[-1.833,52.887],[-1.833,52.89],[-1.834,52.896],[-1.831,52.896],[-1.833,52.902],[-1.836,52.904],[-1.841,52.905],[-1.847,52.91],[-1.844,52.91],[-1.843,52.913],[-1.848,52.913],[-1.848,52.92],[-1.851,52.921],[-1.855,52.92],[-1.856,52.924],[-1.856,52.927],[-1.853,52.928],[-1.854,52.931],[-1.849,52.932],[-1.851,52.934],[-1.847,52.936],[-1.844,52.939],[-1.84,52.941],[-1.836,52.941],[-1.836,52.945],[-1.83,52.946],[-1.829,52.948],[-1.831,52.952],[-1.834,52.954],[-1.829,52.958],[-1.829,52.961],[-1.826,52.962],[-1.828,52.964],[-1.828,52.966],[-1.83,52.971],[-1.829,52.975],[-1.824,52.979],[-1.807,52.98],[-1.803,52.981],[-1.802,52.983],[-1.805,52.985],[-1.799,52.986],[-1.794,52.988],[-1.789,52.989],[-1.787,52.991],[-1.789,52.993],[-1.784,52.995],[-1.781,52.995],[-1.778,52.996],[-1.771,52.996],[-1.768,53],[-1.763,53],[-1.766,53.009],[-1.764,53.01],[-1.762,53.015],[-1.759,53.015],[-1.758,53.018],[-1.764,53.021],[-1.762,53.025],[-1.758,53.028],[-1.757,53.031],[-1.761,53.034],[-1.759,53.035],[-1.76,53.039],[-1.766,53.041],[-1.768,53.044],[-1.773,53.044],[-1.779,53.043],[-1.779,53.045]]]},"properties":{"PCON24NM":"Burton and Uttoxeter","PCON24CD":"E14001143"},"PCON24CD":80}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.272,53.615],[-2.273,53.619],[-2.278,53.619],[-2.278,53.62],[-2.282,53.622],[-2.284,53.625],[-2.284,53.627],[-2.287,53.632],[-2.295,53.64],[-2.298,53.648],[-2.297,53.653],[-2.294,53.658],[-2.296,53.664],[-2.3,53.667],[-2.306,53.663],[-2.308,53.661],[-2.311,53.66],[-2.316,53.655],[-2.32,53.656],[-2.333,53.655],[-2.353,53.658],[-2.355,53.659],[-2.356,53.665],[-2.361,53.665],[-2.371,53.667],[-2.368,53.662],[-2.364,53.657],[-2.363,53.655],[-2.365,53.652],[-2.367,53.645],[-2.371,53.645],[-2.372,53.642],[-2.369,53.635],[-2.37,53.632],[-2.376,53.632],[-2.379,53.631],[-2.379,53.627],[-2.383,53.626],[-2.378,53.623],[-2.378,53.621],[-2.374,53.616],[-2.369,53.616],[-2.363,53.61],[-2.365,53.609],[-2.364,53.606],[-2.367,53.6],[-2.369,53.597],[-2.369,53.596],[-2.377,53.593],[-2.375,53.59],[-2.377,53.582],[-2.374,53.58],[-2.373,53.573],[-2.373,53.57],[-2.369,53.57],[-2.366,53.569],[-2.361,53.568],[-2.357,53.563],[-2.354,53.564],[-2.342,53.566],[-2.335,53.567],[-2.34,53.576],[-2.343,53.578],[-2.349,53.578],[-2.351,53.58],[-2.345,53.581],[-2.345,53.588],[-2.341,53.59],[-2.338,53.586],[-2.334,53.583],[-2.329,53.584],[-2.32,53.582],[-2.318,53.583],[-2.313,53.578],[-2.305,53.577],[-2.303,53.576],[-2.303,53.572],[-2.296,53.571],[-2.298,53.569],[-2.305,53.569],[-2.301,53.565],[-2.301,53.562],[-2.294,53.564],[-2.29,53.568],[-2.292,53.573],[-2.286,53.572],[-2.284,53.576],[-2.287,53.578],[-2.282,53.58],[-2.281,53.583],[-2.283,53.586],[-2.278,53.586],[-2.279,53.588],[-2.277,53.591],[-2.272,53.59],[-2.27,53.592],[-2.259,53.592],[-2.258,53.595],[-2.256,53.597],[-2.25,53.599],[-2.246,53.599],[-2.245,53.601],[-2.248,53.602],[-2.251,53.607],[-2.259,53.606],[-2.267,53.609],[-2.272,53.615]]]},"properties":{"PCON24NM":"Bury North","PCON24CD":"E14001144"},"PCON24CD":81}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.281,53.583],[-2.282,53.58],[-2.287,53.578],[-2.284,53.576],[-2.286,53.572],[-2.292,53.573],[-2.29,53.568],[-2.294,53.564],[-2.301,53.562],[-2.301,53.565],[-2.305,53.569],[-2.298,53.569],[-2.296,53.571],[-2.303,53.572],[-2.303,53.576],[-2.305,53.577],[-2.313,53.578],[-2.318,53.583],[-2.32,53.582],[-2.329,53.584],[-2.334,53.583],[-2.338,53.586],[-2.341,53.59],[-2.345,53.588],[-2.345,53.581],[-2.351,53.58],[-2.349,53.578],[-2.343,53.578],[-2.34,53.576],[-2.335,53.567],[-2.342,53.566],[-2.354,53.564],[-2.357,53.563],[-2.356,53.557],[-2.358,53.553],[-2.361,53.553],[-2.363,53.556],[-2.367,53.553],[-2.374,53.554],[-2.367,53.552],[-2.348,53.548],[-2.344,53.545],[-2.337,53.536],[-2.338,53.534],[-2.336,53.532],[-2.328,53.529],[-2.325,53.527],[-2.319,53.527],[-2.312,53.527],[-2.305,53.524],[-2.302,53.521],[-2.303,53.518],[-2.291,53.514],[-2.29,53.511],[-2.291,53.506],[-2.29,53.504],[-2.285,53.502],[-2.28,53.5],[-2.275,53.502],[-2.276,53.506],[-2.274,53.509],[-2.269,53.51],[-2.263,53.508],[-2.261,53.506],[-2.254,53.508],[-2.25,53.508],[-2.245,53.512],[-2.247,53.514],[-2.251,53.517],[-2.257,53.518],[-2.251,53.524],[-2.249,53.525],[-2.247,53.529],[-2.257,53.527],[-2.264,53.525],[-2.266,53.527],[-2.266,53.531],[-2.269,53.536],[-2.268,53.538],[-2.26,53.543],[-2.251,53.545],[-2.245,53.543],[-2.237,53.539],[-2.234,53.542],[-2.236,53.548],[-2.237,53.554],[-2.242,53.557],[-2.237,53.559],[-2.239,53.561],[-2.248,53.563],[-2.243,53.568],[-2.246,53.569],[-2.243,53.572],[-2.251,53.577],[-2.251,53.578],[-2.254,53.581],[-2.255,53.582],[-2.259,53.585],[-2.265,53.586],[-2.268,53.584],[-2.269,53.58],[-2.274,53.579],[-2.278,53.58],[-2.281,53.583]]]},"properties":{"PCON24NM":"Bury South","PCON24CD":"E14001145"},"PCON24CD":82}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.967,52.37],[0.964,52.372],[0.957,52.372],[0.953,52.375],[0.947,52.376],[0.942,52.379],[0.942,52.381],[0.937,52.384],[0.936,52.387],[0.93,52.389],[0.928,52.388],[0.922,52.39],[0.914,52.389],[0.908,52.386],[0.905,52.386],[0.898,52.388],[0.894,52.388],[0.892,52.39],[0.88,52.392],[0.875,52.39],[0.866,52.391],[0.857,52.395],[0.857,52.398],[0.855,52.399],[0.849,52.4],[0.841,52.401],[0.835,52.4],[0.83,52.397],[0.828,52.395],[0.823,52.394],[0.815,52.393],[0.813,52.391],[0.808,52.39],[0.801,52.39],[0.795,52.391],[0.786,52.386],[0.779,52.387],[0.773,52.386],[0.77,52.39],[0.766,52.39],[0.761,52.387],[0.75,52.383],[0.745,52.385],[0.741,52.388],[0.741,52.392],[0.738,52.395],[0.733,52.395],[0.722,52.394],[0.712,52.395],[0.709,52.392],[0.701,52.381],[0.693,52.371],[0.689,52.369],[0.682,52.364],[0.676,52.361],[0.675,52.357],[0.682,52.356],[0.696,52.356],[0.709,52.351],[0.72,52.349],[0.739,52.348],[0.734,52.338],[0.733,52.331],[0.73,52.321],[0.723,52.308],[0.722,52.303],[0.725,52.301],[0.725,52.296],[0.72,52.295],[0.719,52.293],[0.714,52.291],[0.708,52.292],[0.702,52.292],[0.695,52.294],[0.692,52.293],[0.687,52.292],[0.685,52.29],[0.685,52.285],[0.68,52.282],[0.677,52.276],[0.673,52.275],[0.67,52.268],[0.67,52.267],[0.665,52.257],[0.673,52.257],[0.685,52.257],[0.683,52.254],[0.676,52.255],[0.676,52.252],[0.674,52.249],[0.679,52.249],[0.678,52.245],[0.681,52.242],[0.683,52.238],[0.687,52.232],[0.69,52.23],[0.701,52.231],[0.699,52.228],[0.703,52.228],[0.703,52.226],[0.706,52.222],[0.71,52.223],[0.717,52.226],[0.732,52.228],[0.74,52.22],[0.747,52.217],[0.75,52.212],[0.758,52.213],[0.768,52.212],[0.776,52.211],[0.773,52.206],[0.772,52.2],[0.776,52.197],[0.775,52.193],[0.771,52.191],[0.771,52.188],[0.765,52.188],[0.766,52.191],[0.763,52.191],[0.758,52.189],[0.763,52.187],[0.758,52.183],[0.754,52.182],[0.749,52.183],[0.747,52.187],[0.74,52.189],[0.735,52.187],[0.732,52.182],[0.728,52.178],[0.717,52.178],[0.716,52.178],[0.716,52.175],[0.72,52.174],[0.721,52.168],[0.723,52.165],[0.73,52.166],[0.734,52.169],[0.738,52.17],[0.738,52.166],[0.742,52.165],[0.743,52.16],[0.75,52.159],[0.753,52.16],[0.762,52.158],[0.765,52.174],[0.769,52.175],[0.777,52.175],[0.777,52.177],[0.787,52.178],[0.793,52.176],[0.802,52.174],[0.814,52.171],[0.821,52.164],[0.826,52.163],[0.845,52.161],[0.854,52.162],[0.869,52.166],[0.872,52.163],[0.874,52.16],[0.877,52.16],[0.882,52.155],[0.89,52.156],[0.894,52.158],[0.892,52.15],[0.897,52.15],[0.907,52.153],[0.913,52.154],[0.919,52.156],[0.923,52.154],[0.927,52.153],[0.932,52.156],[0.935,52.156],[0.938,52.158],[0.942,52.154],[0.938,52.153],[0.944,52.15],[0.945,52.147],[0.947,52.146],[0.952,52.146],[0.955,52.148],[0.956,52.151],[0.96,52.149],[0.967,52.149],[0.971,52.153],[0.977,52.154],[0.977,52.15],[0.99,52.152],[0.993,52.153],[0.991,52.157],[0.998,52.16],[1.002,52.162],[1,52.165],[1.001,52.166],[1.007,52.169],[1.009,52.169],[1.013,52.171],[1.025,52.173],[1.028,52.172],[1.03,52.174],[1.024,52.177],[1.026,52.18],[1.032,52.181],[1.033,52.183],[1.025,52.185],[1.023,52.185],[1.022,52.186],[1.014,52.193],[1.009,52.195],[1.001,52.197],[0.995,52.197],[0.992,52.199],[0.991,52.202],[0.984,52.201],[0.982,52.202],[0.978,52.201],[0.969,52.202],[0.964,52.203],[0.965,52.206],[0.962,52.212],[0.964,52.216],[0.962,52.218],[0.956,52.22],[0.949,52.216],[0.941,52.211],[0.931,52.213],[0.927,52.213],[0.926,52.215],[0.928,52.22],[0.923,52.221],[0.923,52.223],[0.917,52.224],[0.925,52.233],[0.926,52.235],[0.93,52.238],[0.941,52.249],[0.945,52.251],[0.954,52.256],[0.949,52.257],[0.936,52.257],[0.93,52.256],[0.92,52.256],[0.92,52.255],[0.911,52.257],[0.908,52.26],[0.897,52.262],[0.893,52.265],[0.888,52.266],[0.886,52.269],[0.882,52.273],[0.88,52.278],[0.881,52.281],[0.886,52.282],[0.886,52.283],[0.881,52.284],[0.881,52.286],[0.883,52.293],[0.887,52.293],[0.886,52.297],[0.883,52.3],[0.893,52.3],[0.9,52.299],[0.903,52.301],[0.904,52.306],[0.916,52.308],[0.919,52.309],[0.918,52.311],[0.925,52.312],[0.931,52.313],[0.928,52.316],[0.925,52.326],[0.931,52.33],[0.933,52.336],[0.938,52.335],[0.941,52.336],[0.953,52.337],[0.958,52.341],[0.956,52.342],[0.958,52.351],[0.954,52.357],[0.959,52.361],[0.967,52.366],[0.967,52.37]]]},"properties":{"PCON24NM":"Bury St Edmunds and Stowmarket","PCON24CD":"E14001146"},"PCON24CD":83}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.951,53.786],[-1.96,53.784],[-1.981,53.786],[-1.987,53.796],[-1.996,53.8],[-2.01,53.807],[-2.018,53.808],[-2.027,53.809],[-2.031,53.809],[-2.036,53.813],[-2.036,53.814],[-2.05,53.82],[-2.061,53.826],[-2.085,53.819],[-2.092,53.814],[-2.103,53.809],[-2.112,53.806],[-2.126,53.799],[-2.128,53.798],[-2.128,53.795],[-2.13,53.792],[-2.126,53.79],[-2.125,53.788],[-2.13,53.785],[-2.136,53.78],[-2.135,53.777],[-2.131,53.774],[-2.13,53.768],[-2.13,53.763],[-2.132,53.758],[-2.13,53.755],[-2.134,53.749],[-2.142,53.746],[-2.141,53.742],[-2.144,53.737],[-2.148,53.734],[-2.156,53.735],[-2.156,53.734],[-2.164,53.731],[-2.167,53.727],[-2.171,53.725],[-2.173,53.723],[-2.17,53.719],[-2.172,53.717],[-2.167,53.714],[-2.166,53.71],[-2.163,53.707],[-2.163,53.699],[-2.161,53.698],[-2.152,53.695],[-2.145,53.692],[-2.148,53.686],[-2.146,53.682],[-2.145,53.68],[-2.141,53.679],[-2.14,53.683],[-2.134,53.686],[-2.128,53.682],[-2.125,53.675],[-2.118,53.671],[-2.114,53.671],[-2.097,53.673],[-2.093,53.67],[-2.087,53.671],[-2.084,53.673],[-2.084,53.678],[-2.08,53.678],[-2.077,53.677],[-2.072,53.679],[-2.062,53.683],[-2.051,53.684],[-2.049,53.68],[-2.052,53.679],[-2.055,53.676],[-2.054,53.671],[-2.045,53.665],[-2.037,53.662],[-2.036,53.659],[-2.037,53.655],[-2.041,53.651],[-2.04,53.649],[-2.042,53.645],[-2.041,53.641],[-2.037,53.638],[-2.03,53.636],[-2.029,53.634],[-2.031,53.629],[-2.027,53.624],[-2.026,53.621],[-2.023,53.616],[-2.014,53.615],[-2.009,53.617],[-2.004,53.619],[-2.005,53.622],[-1.994,53.624],[-1.989,53.624],[-1.98,53.623],[-1.973,53.626],[-1.966,53.629],[-1.963,53.633],[-1.957,53.634],[-1.947,53.638],[-1.94,53.642],[-1.936,53.645],[-1.934,53.648],[-1.905,53.645],[-1.898,53.645],[-1.895,53.645],[-1.893,53.649],[-1.882,53.654],[-1.873,53.658],[-1.867,53.66],[-1.86,53.663],[-1.855,53.663],[-1.85,53.666],[-1.848,53.665],[-1.844,53.666],[-1.851,53.67],[-1.854,53.672],[-1.85,53.673],[-1.843,53.672],[-1.839,53.671],[-1.836,53.669],[-1.833,53.67],[-1.826,53.67],[-1.819,53.673],[-1.814,53.677],[-1.81,53.678],[-1.789,53.683],[-1.78,53.684],[-1.768,53.688],[-1.761,53.69],[-1.76,53.693],[-1.753,53.693],[-1.748,53.695],[-1.742,53.692],[-1.741,53.687],[-1.737,53.685],[-1.735,53.682],[-1.731,53.68],[-1.727,53.683],[-1.732,53.685],[-1.732,53.686],[-1.736,53.69],[-1.733,53.695],[-1.74,53.699],[-1.74,53.705],[-1.736,53.709],[-1.739,53.712],[-1.737,53.714],[-1.741,53.717],[-1.748,53.719],[-1.755,53.721],[-1.754,53.726],[-1.759,53.725],[-1.77,53.726],[-1.775,53.727],[-1.779,53.731],[-1.779,53.736],[-1.78,53.738],[-1.785,53.74],[-1.786,53.742],[-1.793,53.745],[-1.797,53.744],[-1.801,53.742],[-1.807,53.742],[-1.814,53.741],[-1.816,53.735],[-1.825,53.731],[-1.826,53.727],[-1.831,53.728],[-1.839,53.727],[-1.835,53.723],[-1.829,53.724],[-1.823,53.723],[-1.815,53.717],[-1.817,53.716],[-1.814,53.711],[-1.819,53.706],[-1.816,53.705],[-1.815,53.703],[-1.817,53.701],[-1.831,53.7],[-1.84,53.7],[-1.841,53.698],[-1.845,53.698],[-1.844,53.694],[-1.85,53.694],[-1.854,53.693],[-1.858,53.696],[-1.863,53.697],[-1.867,53.697],[-1.876,53.698],[-1.878,53.702],[-1.881,53.702],[-1.89,53.706],[-1.899,53.708],[-1.903,53.708],[-1.907,53.706],[-1.911,53.703],[-1.916,53.703],[-1.921,53.701],[-1.929,53.697],[-1.93,53.689],[-1.934,53.688],[-1.935,53.691],[-1.938,53.695],[-1.944,53.697],[-1.947,53.692],[-1.953,53.695],[-1.952,53.697],[-1.959,53.699],[-1.955,53.7],[-1.951,53.704],[-1.95,53.708],[-1.947,53.708],[-1.946,53.71],[-1.939,53.712],[-1.932,53.712],[-1.929,53.71],[-1.922,53.712],[-1.923,53.713],[-1.92,53.716],[-1.921,53.719],[-1.928,53.721],[-1.929,53.724],[-1.929,53.726],[-1.933,53.728],[-1.932,53.73],[-1.926,53.728],[-1.921,53.73],[-1.921,53.735],[-1.922,53.738],[-1.92,53.74],[-1.923,53.745],[-1.922,53.747],[-1.926,53.749],[-1.927,53.751],[-1.925,53.755],[-1.925,53.763],[-1.927,53.765],[-1.929,53.771],[-1.937,53.775],[-1.941,53.775],[-1.944,53.778],[-1.947,53.779],[-1.947,53.782],[-1.951,53.786]]]},"properties":{"PCON24NM":"Calder Valley","PCON24CD":"E14001147"},"PCON24CD":84}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.091,50.125],[-5.1,50.123],[-5.103,50.126],[-5.109,50.13],[-5.116,50.131],[-5.115,50.133],[-5.12,50.138],[-5.124,50.137],[-5.129,50.134],[-5.134,50.134],[-5.144,50.14],[-5.144,50.144],[-5.141,50.144],[-5.137,50.146],[-5.136,50.148],[-5.133,50.151],[-5.129,50.156],[-5.127,50.157],[-5.124,50.16],[-5.127,50.163],[-5.123,50.166],[-5.12,50.171],[-5.117,50.173],[-5.121,50.175],[-5.12,50.177],[-5.122,50.179],[-5.129,50.177],[-5.138,50.176],[-5.14,50.174],[-5.145,50.173],[-5.15,50.176],[-5.147,50.177],[-5.152,50.18],[-5.15,50.184],[-5.151,50.188],[-5.149,50.191],[-5.149,50.198],[-5.147,50.2],[-5.146,50.204],[-5.152,50.207],[-5.142,50.212],[-5.135,50.214],[-5.136,50.216],[-5.133,50.22],[-5.126,50.224],[-5.123,50.226],[-5.122,50.23],[-5.129,50.231],[-5.141,50.235],[-5.145,50.238],[-5.153,50.238],[-5.159,50.243],[-5.167,50.244],[-5.175,50.247],[-5.184,50.249],[-5.189,50.252],[-5.197,50.255],[-5.185,50.266],[-5.181,50.269],[-5.173,50.274],[-5.169,50.277],[-5.156,50.285],[-5.141,50.293],[-5.132,50.296],[-5.122,50.298],[-5.112,50.301],[-5.097,50.308],[-5.093,50.314],[-5.096,50.318],[-5.104,50.32],[-5.109,50.321],[-5.109,50.325],[-5.118,50.326],[-5.119,50.328],[-5.13,50.331],[-5.131,50.333],[-5.137,50.333],[-5.139,50.334],[-5.14,50.341],[-5.136,50.345],[-5.133,50.35],[-5.14,50.351],[-5.149,50.356],[-5.153,50.356],[-5.154,50.352],[-5.156,50.348],[-5.168,50.343],[-5.171,50.341],[-5.181,50.34],[-5.18,50.336],[-5.182,50.334],[-5.19,50.332],[-5.192,50.328],[-5.196,50.325],[-5.197,50.323],[-5.201,50.321],[-5.206,50.321],[-5.218,50.321],[-5.221,50.322],[-5.226,50.32],[-5.235,50.318],[-5.235,50.315],[-5.234,50.311],[-5.234,50.305],[-5.239,50.297],[-5.239,50.295],[-5.242,50.293],[-5.243,50.29],[-5.243,50.287],[-5.246,50.287],[-5.246,50.285],[-5.251,50.282],[-5.257,50.282],[-5.262,50.279],[-5.26,50.277],[-5.263,50.275],[-5.274,50.275],[-5.278,50.274],[-5.283,50.269],[-5.288,50.268],[-5.285,50.266],[-5.291,50.262],[-5.295,50.261],[-5.3,50.263],[-5.303,50.259],[-5.306,50.26],[-5.311,50.257],[-5.313,50.253],[-5.315,50.25],[-5.32,50.249],[-5.325,50.244],[-5.334,50.242],[-5.336,50.24],[-5.341,50.238],[-5.345,50.238],[-5.352,50.24],[-5.356,50.241],[-5.363,50.238],[-5.366,50.238],[-5.368,50.236],[-5.373,50.237],[-5.377,50.243],[-5.38,50.244],[-5.385,50.24],[-5.394,50.241],[-5.395,50.238],[-5.391,50.233],[-5.392,50.229],[-5.395,50.224],[-5.401,50.217],[-5.408,50.21],[-5.418,50.204],[-5.426,50.2],[-5.43,50.198],[-5.434,50.192],[-5.43,50.191],[-5.422,50.189],[-5.414,50.193],[-5.411,50.192],[-5.42,50.188],[-5.425,50.189],[-5.433,50.184],[-5.431,50.182],[-5.431,50.179],[-5.437,50.176],[-5.434,50.177],[-5.43,50.175],[-5.422,50.175],[-5.419,50.176],[-5.416,50.174],[-5.41,50.175],[-5.402,50.173],[-5.396,50.172],[-5.394,50.167],[-5.391,50.167],[-5.383,50.165],[-5.384,50.161],[-5.382,50.159],[-5.376,50.163],[-5.367,50.163],[-5.36,50.164],[-5.354,50.163],[-5.336,50.168],[-5.333,50.17],[-5.328,50.171],[-5.331,50.178],[-5.321,50.178],[-5.326,50.185],[-5.325,50.189],[-5.319,50.192],[-5.315,50.196],[-5.311,50.194],[-5.305,50.191],[-5.297,50.188],[-5.295,50.187],[-5.289,50.185],[-5.286,50.181],[-5.284,50.18],[-5.276,50.18],[-5.275,50.179],[-5.267,50.183],[-5.249,50.19],[-5.248,50.194],[-5.241,50.198],[-5.238,50.2],[-5.235,50.202],[-5.228,50.205],[-5.226,50.196],[-5.222,50.193],[-5.218,50.192],[-5.211,50.19],[-5.208,50.189],[-5.206,50.185],[-5.203,50.183],[-5.203,50.18],[-5.201,50.178],[-5.201,50.174],[-5.198,50.171],[-5.197,50.169],[-5.193,50.167],[-5.189,50.169],[-5.187,50.167],[-5.183,50.168],[-5.179,50.165],[-5.181,50.163],[-5.18,50.16],[-5.178,50.155],[-5.183,50.153],[-5.184,50.15],[-5.189,50.148],[-5.193,50.151],[-5.197,50.15],[-5.203,50.147],[-5.208,50.146],[-5.209,50.143],[-5.214,50.138],[-5.212,50.134],[-5.21,50.134],[-5.208,50.13],[-5.211,50.128],[-5.212,50.12],[-5.207,50.12],[-5.208,50.115],[-5.206,50.115],[-5.202,50.113],[-5.191,50.112],[-5.189,50.108],[-5.19,50.104],[-5.194,50.101],[-5.199,50.095],[-5.199,50.094],[-5.197,50.09],[-5.192,50.091],[-5.187,50.089],[-5.178,50.091],[-5.175,50.09],[-5.166,50.093],[-5.162,50.094],[-5.167,50.097],[-5.167,50.1],[-5.163,50.104],[-5.162,50.109],[-5.159,50.108],[-5.161,50.104],[-5.164,50.1],[-5.163,50.097],[-5.156,50.097],[-5.152,50.099],[-5.148,50.098],[-5.144,50.099],[-5.141,50.102],[-5.139,50.101],[-5.124,50.099],[-5.12,50.102],[-5.116,50.104],[-5.111,50.104],[-5.105,50.102],[-5.103,50.1],[-5.099,50.1],[-5.095,50.102],[-5.091,50.103],[-5.085,50.109],[-5.082,50.111],[-5.089,50.113],[-5.091,50.114],[-5.091,50.119],[-5.089,50.12],[-5.091,50.125]]]},"properties":{"PCON24NM":"Camborne and Redruth","PCON24CD":"E14001148"},"PCON24CD":85}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.171,52.234],[0.166,52.234],[0.155,52.237],[0.148,52.23],[0.13,52.236],[0.125,52.234],[0.119,52.231],[0.117,52.228],[0.108,52.231],[0.103,52.228],[0.082,52.218],[0.069,52.216],[0.069,52.215],[0.07,52.212],[0.074,52.212],[0.074,52.208],[0.077,52.208],[0.079,52.204],[0.086,52.203],[0.085,52.201],[0.095,52.199],[0.098,52.197],[0.097,52.192],[0.104,52.192],[0.105,52.19],[0.1,52.185],[0.099,52.177],[0.101,52.174],[0.099,52.171],[0.107,52.17],[0.108,52.168],[0.104,52.163],[0.101,52.161],[0.103,52.158],[0.121,52.165],[0.132,52.168],[0.131,52.179],[0.131,52.183],[0.133,52.187],[0.14,52.188],[0.146,52.187],[0.155,52.186],[0.159,52.184],[0.163,52.19],[0.167,52.189],[0.17,52.192],[0.164,52.194],[0.16,52.2],[0.168,52.197],[0.17,52.199],[0.175,52.199],[0.18,52.202],[0.176,52.205],[0.171,52.206],[0.17,52.209],[0.176,52.217],[0.165,52.218],[0.161,52.221],[0.157,52.223],[0.155,52.226],[0.157,52.227],[0.161,52.231],[0.167,52.23],[0.169,52.234],[0.171,52.233],[0.171,52.234]]]},"properties":{"PCON24NM":"Cambridge","PCON24CD":"E14001149"},"PCON24CD":86}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.944,52.774],[-1.949,52.774],[-1.951,52.772],[-1.956,52.769],[-1.959,52.768],[-1.965,52.766],[-1.971,52.765],[-1.973,52.762],[-1.977,52.762],[-1.983,52.762],[-1.997,52.764],[-2.004,52.761],[-2.007,52.761],[-2.018,52.759],[-2.015,52.754],[-2.015,52.751],[-2.018,52.744],[-2.018,52.742],[-2.027,52.736],[-2.025,52.735],[-2.025,52.729],[-2.031,52.713],[-2.031,52.705],[-2.041,52.702],[-2.045,52.699],[-2.047,52.694],[-2.055,52.69],[-2.05,52.685],[-2.05,52.681],[-2.052,52.68],[-2.051,52.678],[-2.043,52.676],[-2.041,52.674],[-2.036,52.671],[-2.028,52.671],[-2.026,52.672],[-2.019,52.673],[-2.013,52.669],[-2.006,52.67],[-2.002,52.667],[-2.001,52.665],[-2,52.66],[-1.998,52.657],[-1.993,52.653],[-1.994,52.648],[-1.992,52.645],[-1.984,52.644],[-1.987,52.64],[-1.985,52.64],[-1.976,52.64],[-1.971,52.642],[-1.965,52.641],[-1.963,52.644],[-1.96,52.645],[-1.961,52.654],[-1.955,52.654],[-1.956,52.656],[-1.96,52.662],[-1.955,52.663],[-1.961,52.668],[-1.959,52.672],[-1.963,52.675],[-1.962,52.678],[-1.958,52.679],[-1.959,52.684],[-1.955,52.684],[-1.954,52.687],[-1.951,52.688],[-1.948,52.691],[-1.947,52.696],[-1.943,52.697],[-1.936,52.696],[-1.93,52.703],[-1.93,52.704],[-1.926,52.708],[-1.921,52.708],[-1.917,52.709],[-1.924,52.714],[-1.931,52.715],[-1.937,52.714],[-1.938,52.716],[-1.933,52.721],[-1.934,52.724],[-1.934,52.728],[-1.927,52.731],[-1.926,52.735],[-1.92,52.738],[-1.916,52.739],[-1.912,52.743],[-1.914,52.747],[-1.911,52.751],[-1.917,52.755],[-1.912,52.758],[-1.913,52.76],[-1.923,52.762],[-1.926,52.764],[-1.93,52.768],[-1.932,52.768],[-1.938,52.772],[-1.944,52.774]]]},"properties":{"PCON24NM":"Cannock Chase","PCON24CD":"E14001150"},"PCON24CD":87}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.082,51.368],[1.069,51.369],[1.066,51.367],[1.06,51.366],[1.054,51.366],[1.033,51.366],[1.031,51.364],[1.025,51.364],[1.025,51.363],[1.015,51.355],[1.013,51.353],[1.008,51.35],[0.998,51.348],[0.989,51.347],[0.976,51.346],[0.968,51.347],[0.959,51.345],[0.95,51.346],[0.958,51.338],[0.964,51.336],[0.971,51.338],[0.973,51.336],[0.991,51.325],[1.001,51.319],[1.008,51.32],[1.015,51.317],[1.017,51.313],[1.012,51.312],[1.007,51.31],[1.009,51.307],[1.011,51.303],[1.004,51.288],[1.006,51.284],[0.998,51.281],[0.988,51.279],[0.982,51.278],[0.98,51.275],[0.977,51.272],[0.977,51.27],[0.973,51.269],[0.973,51.267],[0.979,51.263],[0.988,51.257],[0.992,51.255],[0.998,51.251],[0.998,51.25],[0.99,51.246],[0.991,51.242],[0.986,51.238],[0.986,51.236],[0.991,51.23],[0.99,51.224],[0.995,51.223],[0.997,51.221],[1.001,51.215],[0.999,51.214],[1.005,51.211],[1.005,51.208],[1.003,51.203],[1.003,51.198],[0.997,51.192],[0.99,51.191],[0.99,51.188],[0.999,51.182],[1.004,51.18],[1.008,51.182],[1.014,51.181],[1.018,51.179],[1.021,51.179],[1.029,51.181],[1.04,51.182],[1.042,51.184],[1.042,51.187],[1.05,51.185],[1.055,51.189],[1.055,51.19],[1.058,51.205],[1.067,51.201],[1.075,51.197],[1.08,51.192],[1.085,51.19],[1.097,51.189],[1.109,51.187],[1.113,51.189],[1.115,51.194],[1.118,51.192],[1.116,51.188],[1.127,51.186],[1.131,51.186],[1.138,51.184],[1.144,51.179],[1.148,51.177],[1.15,51.186],[1.154,51.191],[1.158,51.191],[1.16,51.188],[1.164,51.185],[1.17,51.184],[1.18,51.188],[1.181,51.19],[1.184,51.19],[1.189,51.186],[1.192,51.184],[1.198,51.187],[1.207,51.194],[1.219,51.203],[1.222,51.207],[1.219,51.209],[1.209,51.213],[1.202,51.218],[1.197,51.22],[1.193,51.22],[1.186,51.218],[1.189,51.223],[1.195,51.231],[1.197,51.236],[1.206,51.246],[1.212,51.252],[1.208,51.255],[1.197,51.259],[1.195,51.259],[1.195,51.265],[1.197,51.268],[1.195,51.269],[1.203,51.276],[1.205,51.276],[1.211,51.282],[1.21,51.284],[1.205,51.286],[1.2,51.292],[1.203,51.293],[1.203,51.295],[1.206,51.299],[1.208,51.304],[1.213,51.306],[1.214,51.311],[1.222,51.309],[1.219,51.312],[1.225,51.314],[1.229,51.316],[1.226,51.318],[1.225,51.322],[1.22,51.323],[1.218,51.321],[1.21,51.323],[1.206,51.324],[1.199,51.321],[1.194,51.317],[1.191,51.317],[1.187,51.314],[1.184,51.315],[1.178,51.314],[1.178,51.312],[1.172,51.312],[1.171,51.31],[1.166,51.308],[1.164,51.303],[1.157,51.302],[1.155,51.301],[1.147,51.3],[1.143,51.3],[1.14,51.298],[1.135,51.29],[1.135,51.288],[1.131,51.286],[1.128,51.287],[1.124,51.284],[1.121,51.285],[1.117,51.289],[1.115,51.293],[1.111,51.297],[1.106,51.297],[1.106,51.301],[1.104,51.305],[1.096,51.306],[1.096,51.31],[1.092,51.313],[1.091,51.316],[1.086,51.314],[1.085,51.315],[1.087,51.319],[1.086,51.323],[1.087,51.328],[1.09,51.33],[1.093,51.334],[1.088,51.335],[1.085,51.339],[1.082,51.341],[1.087,51.345],[1.081,51.346],[1.077,51.349],[1.083,51.354],[1.078,51.357],[1.08,51.361],[1.082,51.368]]]},"properties":{"PCON24NM":"Canterbury","PCON24CD":"E14001151"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.599,55.115],[-2.6,55.117],[-2.602,55.122],[-2.601,55.124],[-2.606,55.126],[-2.616,55.128],[-2.621,55.129],[-2.626,55.128],[-2.633,55.128],[-2.636,55.13],[-2.645,55.131],[-2.657,55.136],[-2.66,55.142],[-2.66,55.144],[-2.663,55.147],[-2.669,55.147],[-2.674,55.152],[-2.676,55.158],[-2.683,55.166],[-2.676,55.173],[-2.675,55.176],[-2.677,55.177],[-2.69,55.189],[-2.69,55.188],[-2.691,55.188],[-2.691,55.187],[-2.692,55.187],[-2.693,55.186],[-2.694,55.185],[-2.694,55.184],[-2.695,55.183],[-2.696,55.182],[-2.698,55.181],[-2.698,55.18],[-2.699,55.179],[-2.699,55.178],[-2.7,55.178],[-2.7,55.177],[-2.701,55.176],[-2.702,55.175],[-2.703,55.174],[-2.704,55.173],[-2.705,55.172],[-2.707,55.172],[-2.708,55.172],[-2.709,55.172],[-2.71,55.172],[-2.715,55.172],[-2.716,55.172],[-2.722,55.169],[-2.723,55.169],[-2.729,55.168],[-2.73,55.168],[-2.735,55.165],[-2.736,55.165],[-2.736,55.164],[-2.737,55.164],[-2.74,55.163],[-2.741,55.162],[-2.746,55.159],[-2.749,55.157],[-2.75,55.157],[-2.753,55.157],[-2.754,55.157],[-2.759,55.155],[-2.76,55.155],[-2.76,55.154],[-2.761,55.154],[-2.762,55.153],[-2.763,55.153],[-2.764,55.153],[-2.767,55.152],[-2.766,55.151],[-2.767,55.151],[-2.769,55.151],[-2.77,55.15],[-2.771,55.15],[-2.773,55.15],[-2.775,55.149],[-2.775,55.148],[-2.777,55.148],[-2.778,55.147],[-2.783,55.145],[-2.783,55.144],[-2.784,55.144],[-2.784,55.143],[-2.786,55.142],[-2.787,55.142],[-2.791,55.141],[-2.791,55.14],[-2.795,55.14],[-2.804,55.138],[-2.813,55.136],[-2.819,55.138],[-2.825,55.138],[-2.827,55.136],[-2.833,55.133],[-2.833,55.131],[-2.827,55.127],[-2.828,55.125],[-2.833,55.121],[-2.84,55.123],[-2.842,55.121],[-2.839,55.119],[-2.846,55.115],[-2.844,55.112],[-2.85,55.111],[-2.852,55.108],[-2.859,55.108],[-2.864,55.107],[-2.868,55.107],[-2.871,55.106],[-2.873,55.102],[-2.871,55.1],[-2.877,55.095],[-2.884,55.095],[-2.882,55.093],[-2.883,55.091],[-2.886,55.089],[-2.886,55.087],[-2.893,55.088],[-2.893,55.085],[-2.896,55.078],[-2.9,55.077],[-2.911,55.078],[-2.912,55.078],[-2.915,55.079],[-2.917,55.078],[-2.917,55.076],[-2.917,55.075],[-2.919,55.074],[-2.921,55.073],[-2.923,55.072],[-2.926,55.071],[-2.927,55.07],[-2.928,55.07],[-2.93,55.07],[-2.933,55.071],[-2.934,55.071],[-2.935,55.071],[-2.942,55.068],[-2.943,55.065],[-2.941,55.062],[-2.937,55.06],[-2.944,55.058],[-2.948,55.056],[-2.954,55.055],[-2.956,55.054],[-2.959,55.049],[-3,55.052],[-3.021,55.055],[-3.043,55.056],[-3.048,55.053],[-3.051,55.053],[-3.053,55.05],[-3.044,55.046],[-3.044,55.045],[-3.043,55.045],[-3.042,55.045],[-3.038,55.044],[-3.036,55.04],[-3.035,55.039],[-3.026,55.036],[-3.03,55.034],[-3.032,55.031],[-3.031,55.024],[-3.034,55.024],[-3.036,55.022],[-3.04,55.023],[-3.042,55.02],[-3.041,55.017],[-3.046,55.011],[-3.05,55.009],[-3.047,55.005],[-3.046,55.001],[-3.045,54.998],[-3.049,54.997],[-3.053,54.995],[-3.053,54.993],[-3.055,54.992],[-3.058,54.99],[-3.054,54.986],[-3.052,54.986],[-3.047,54.982],[-3.045,54.978],[-3.041,54.977],[-3.038,54.974],[-3.042,54.97],[-3.042,54.975],[-3.049,54.977],[-3.054,54.98],[-3.057,54.983],[-3.061,54.983],[-3.064,54.98],[-3.068,54.975],[-3.07,54.97],[-3.076,54.968],[-3.086,54.968],[-3.094,54.971],[-3.104,54.971],[-3.109,54.968],[-3.103,54.966],[-3.11,54.965],[-3.113,54.964],[-3.118,54.958],[-3.113,54.956],[-3.109,54.956],[-3.107,54.955],[-3.116,54.952],[-3.125,54.951],[-3.131,54.948],[-3.132,54.946],[-3.126,54.94],[-3.127,54.938],[-3.121,54.935],[-3.11,54.933],[-3.103,54.936],[-3.083,54.94],[-3.072,54.947],[-3.06,54.951],[-3.057,54.951],[-3.051,54.949],[-3.047,54.949],[-3.04,54.946],[-3.028,54.946],[-3.016,54.948],[-3.008,54.947],[-3.006,54.946],[-3.004,54.942],[-2.999,54.935],[-3.006,54.931],[-3.014,54.926],[-3.014,54.924],[-3.01,54.92],[-3.007,54.919],[-2.996,54.92],[-2.983,54.919],[-2.98,54.918],[-2.974,54.914],[-2.975,54.913],[-2.984,54.912],[-2.982,54.905],[-2.978,54.902],[-2.984,54.898],[-2.984,54.896],[-2.991,54.897],[-2.991,54.888],[-2.984,54.884],[-2.99,54.881],[-2.985,54.877],[-2.977,54.873],[-2.966,54.869],[-2.961,54.874],[-2.955,54.871],[-2.951,54.871],[-2.946,54.872],[-2.943,54.877],[-2.939,54.877],[-2.936,54.876],[-2.935,54.873],[-2.929,54.872],[-2.924,54.87],[-2.923,54.868],[-2.915,54.87],[-2.911,54.871],[-2.906,54.87],[-2.902,54.873],[-2.897,54.87],[-2.894,54.87],[-2.891,54.873],[-2.876,54.868],[-2.876,54.865],[-2.869,54.864],[-2.867,54.861],[-2.851,54.85],[-2.853,54.843],[-2.848,54.837],[-2.848,54.833],[-2.839,54.834],[-2.838,54.832],[-2.834,54.831],[-2.834,54.828],[-2.829,54.825],[-2.826,54.828],[-2.822,54.825],[-2.818,54.828],[-2.811,54.823],[-2.799,54.819],[-2.793,54.82],[-2.782,54.822],[-2.773,54.821],[-2.767,54.823],[-2.76,54.824],[-2.756,54.823],[-2.755,54.827],[-2.751,54.829],[-2.743,54.828],[-2.741,54.824],[-2.738,54.824],[-2.736,54.821],[-2.729,54.819],[-2.715,54.82],[-2.707,54.819],[-2.706,54.816],[-2.69,54.819],[-2.69,54.821],[-2.694,54.824],[-2.697,54.828],[-2.7,54.831],[-2.699,54.834],[-2.691,54.837],[-2.685,54.838],[-2.685,54.836],[-2.68,54.835],[-2.677,54.837],[-2.673,54.842],[-2.669,54.845],[-2.658,54.849],[-2.655,54.855],[-2.649,54.853],[-2.635,54.855],[-2.631,54.854],[-2.624,54.854],[-2.615,54.853],[-2.611,54.853],[-2.602,54.853],[-2.598,54.852],[-2.594,54.849],[-2.583,54.846],[-2.582,54.848],[-2.573,54.854],[-2.581,54.864],[-2.589,54.87],[-2.59,54.874],[-2.593,54.875],[-2.599,54.88],[-2.605,54.884],[-2.605,54.885],[-2.594,54.888],[-2.588,54.891],[-2.576,54.897],[-2.575,54.9],[-2.568,54.909],[-2.566,54.919],[-2.56,54.92],[-2.557,54.922],[-2.559,54.924],[-2.554,54.925],[-2.548,54.926],[-2.545,54.929],[-2.551,54.929],[-2.552,54.93],[-2.552,54.932],[-2.554,54.934],[-2.56,54.934],[-2.565,54.94],[-2.568,54.941],[-2.571,54.948],[-2.568,54.958],[-2.571,54.96],[-2.578,54.961],[-2.586,54.963],[-2.596,54.963],[-2.598,54.966],[-2.601,54.971],[-2.6,54.974],[-2.592,54.974],[-2.591,54.977],[-2.586,54.982],[-2.581,54.982],[-2.576,54.985],[-2.573,54.989],[-2.574,54.992],[-2.569,55],[-2.568,55.003],[-2.573,55.005],[-2.572,55.008],[-2.575,55.011],[-2.572,55.014],[-2.573,55.016],[-2.568,55.017],[-2.566,55.02],[-2.559,55.021],[-2.556,55.02],[-2.547,55.024],[-2.545,55.027],[-2.536,55.028],[-2.527,55.029],[-2.528,55.032],[-2.521,55.033],[-2.513,55.034],[-2.511,55.035],[-2.506,55.035],[-2.505,55.037],[-2.493,55.037],[-2.483,55.04],[-2.483,55.043],[-2.488,55.046],[-2.488,55.048],[-2.494,55.051],[-2.495,55.053],[-2.496,55.054],[-2.496,55.055],[-2.502,55.058],[-2.503,55.063],[-2.494,55.066],[-2.492,55.068],[-2.493,55.071],[-2.5,55.074],[-2.501,55.075],[-2.497,55.077],[-2.495,55.082],[-2.49,55.081],[-2.486,55.081],[-2.486,55.083],[-2.491,55.086],[-2.498,55.087],[-2.501,55.09],[-2.506,55.089],[-2.517,55.089],[-2.518,55.085],[-2.525,55.085],[-2.531,55.085],[-2.532,55.083],[-2.537,55.083],[-2.54,55.084],[-2.549,55.083],[-2.558,55.082],[-2.559,55.084],[-2.563,55.085],[-2.558,55.089],[-2.567,55.092],[-2.569,55.094],[-2.568,55.096],[-2.572,55.098],[-2.577,55.096],[-2.583,55.098],[-2.583,55.101],[-2.585,55.103],[-2.592,55.104],[-2.594,55.108],[-2.593,55.11],[-2.594,55.114],[-2.598,55.115],[-2.599,55.115]]]},"properties":{"PCON24NM":"Carlisle","PCON24CD":"E14001152"},"PCON24CD":89}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.134,51.391],[-0.142,51.389],[-0.144,51.391],[-0.158,51.389],[-0.165,51.388],[-0.166,51.39],[-0.171,51.392],[-0.175,51.393],[-0.179,51.39],[-0.188,51.385],[-0.194,51.388],[-0.2,51.385],[-0.197,51.381],[-0.193,51.383],[-0.187,51.382],[-0.182,51.377],[-0.183,51.374],[-0.181,51.37],[-0.181,51.362],[-0.182,51.361],[-0.174,51.358],[-0.178,51.353],[-0.179,51.349],[-0.183,51.344],[-0.187,51.341],[-0.174,51.333],[-0.173,51.33],[-0.17,51.329],[-0.163,51.33],[-0.164,51.326],[-0.161,51.323],[-0.157,51.322],[-0.156,51.322],[-0.149,51.323],[-0.145,51.325],[-0.144,51.326],[-0.146,51.327],[-0.149,51.329],[-0.148,51.329],[-0.146,51.33],[-0.144,51.331],[-0.145,51.332],[-0.146,51.334],[-0.147,51.337],[-0.147,51.338],[-0.147,51.339],[-0.144,51.34],[-0.143,51.341],[-0.144,51.341],[-0.144,51.342],[-0.145,51.342],[-0.144,51.342],[-0.143,51.343],[-0.142,51.343],[-0.136,51.344],[-0.135,51.345],[-0.133,51.345],[-0.132,51.345],[-0.131,51.345],[-0.131,51.346],[-0.129,51.346],[-0.129,51.347],[-0.127,51.347],[-0.127,51.346],[-0.127,51.345],[-0.126,51.345],[-0.125,51.345],[-0.119,51.346],[-0.118,51.346],[-0.117,51.347],[-0.118,51.349],[-0.118,51.35],[-0.118,51.351],[-0.119,51.353],[-0.12,51.353],[-0.121,51.355],[-0.122,51.358],[-0.125,51.358],[-0.125,51.359],[-0.124,51.359],[-0.123,51.359],[-0.123,51.36],[-0.122,51.36],[-0.122,51.361],[-0.121,51.361],[-0.122,51.362],[-0.121,51.362],[-0.121,51.363],[-0.121,51.365],[-0.123,51.365],[-0.124,51.365],[-0.122,51.366],[-0.122,51.367],[-0.122,51.368],[-0.123,51.368],[-0.123,51.371],[-0.124,51.372],[-0.125,51.373],[-0.125,51.374],[-0.126,51.374],[-0.128,51.375],[-0.127,51.375],[-0.126,51.375],[-0.126,51.376],[-0.127,51.377],[-0.128,51.38],[-0.129,51.381],[-0.129,51.382],[-0.129,51.383],[-0.129,51.385],[-0.129,51.386],[-0.131,51.386],[-0.13,51.387],[-0.132,51.389],[-0.133,51.39],[-0.134,51.391]]]},"properties":{"PCON24NM":"Carshalton and Wallington","PCON24CD":"E14001153"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.552,51.543],[0.554,51.544],[0.548,51.547],[0.545,51.547],[0.544,51.544],[0.544,51.541],[0.542,51.534],[0.539,51.534],[0.535,51.53],[0.523,51.532],[0.518,51.53],[0.521,51.527],[0.526,51.52],[0.529,51.518],[0.54,51.521],[0.547,51.518],[0.553,51.511],[0.573,51.508],[0.58,51.509],[0.587,51.513],[0.589,51.511],[0.6,51.512],[0.609,51.514],[0.617,51.514],[0.625,51.516],[0.625,51.519],[0.628,51.52],[0.637,51.522],[0.628,51.527],[0.625,51.528],[0.621,51.53],[0.616,51.53],[0.611,51.529],[0.605,51.53],[0.605,51.532],[0.602,51.535],[0.597,51.534],[0.587,51.536],[0.581,51.538],[0.577,51.538],[0.566,51.541],[0.559,51.544],[0.552,51.543]]],[[[0.558,51.588],[0.554,51.589],[0.552,51.589],[0.537,51.59],[0.524,51.59],[0.526,51.589],[0.527,51.586],[0.525,51.584],[0.525,51.575],[0.523,51.574],[0.523,51.569],[0.522,51.565],[0.52,51.565],[0.518,51.56],[0.508,51.552],[0.507,51.548],[0.506,51.545],[0.509,51.536],[0.513,51.532],[0.514,51.531],[0.515,51.531],[0.516,51.531],[0.516,51.53],[0.517,51.53],[0.523,51.533],[0.527,51.533],[0.533,51.531],[0.538,51.534],[0.542,51.534],[0.544,51.542],[0.543,51.544],[0.545,51.548],[0.551,51.546],[0.561,51.544],[0.565,51.542],[0.578,51.539],[0.581,51.539],[0.6,51.537],[0.612,51.534],[0.619,51.533],[0.627,51.532],[0.627,51.535],[0.624,51.537],[0.627,51.538],[0.625,51.538],[0.623,51.542],[0.625,51.544],[0.624,51.548],[0.627,51.551],[0.626,51.554],[0.627,51.555],[0.631,51.557],[0.635,51.561],[0.634,51.565],[0.635,51.568],[0.632,51.571],[0.613,51.575],[0.592,51.578],[0.589,51.579],[0.583,51.583],[0.569,51.588],[0.564,51.588],[0.558,51.588]]]]},"properties":{"PCON24NM":"Castle Point","PCON24CD":"E14001154"},"PCON24CD":91}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.624,50.922],[-3.627,50.92],[-3.641,50.918],[-3.644,50.922],[-3.65,50.922],[-3.659,50.921],[-3.664,50.921],[-3.674,50.919],[-3.677,50.918],[-3.687,50.915],[-3.699,50.913],[-3.698,50.911],[-3.713,50.911],[-3.726,50.91],[-3.729,50.91],[-3.73,50.908],[-3.734,50.905],[-3.737,50.901],[-3.736,50.896],[-3.734,50.892],[-3.735,50.89],[-3.739,50.891],[-3.745,50.89],[-3.741,50.888],[-3.749,50.883],[-3.749,50.879],[-3.755,50.876],[-3.761,50.877],[-3.76,50.88],[-3.767,50.888],[-3.775,50.89],[-3.775,50.892],[-3.779,50.894],[-3.783,50.899],[-3.782,50.9],[-3.783,50.902],[-3.793,50.904],[-3.796,50.901],[-3.802,50.903],[-3.806,50.903],[-3.813,50.905],[-3.817,50.902],[-3.818,50.903],[-3.814,50.909],[-3.811,50.912],[-3.818,50.915],[-3.821,50.914],[-3.822,50.912],[-3.827,50.909],[-3.827,50.907],[-3.834,50.909],[-3.838,50.908],[-3.846,50.909],[-3.861,50.907],[-3.865,50.909],[-3.87,50.909],[-3.878,50.906],[-3.892,50.908],[-3.898,50.906],[-3.902,50.903],[-3.904,50.905],[-3.912,50.904],[-3.915,50.903],[-3.92,50.897],[-3.915,50.894],[-3.913,50.89],[-3.907,50.885],[-3.902,50.886],[-3.9,50.885],[-3.899,50.878],[-3.903,50.877],[-3.907,50.874],[-3.912,50.874],[-3.926,50.87],[-3.925,50.868],[-3.921,50.866],[-3.919,50.863],[-3.909,50.86],[-3.905,50.856],[-3.904,50.848],[-3.896,50.848],[-3.889,50.847],[-3.885,50.845],[-3.889,50.841],[-3.892,50.841],[-3.896,50.838],[-3.896,50.836],[-3.899,50.835],[-3.906,50.83],[-3.91,50.829],[-3.913,50.83],[-3.918,50.83],[-3.921,50.828],[-3.925,50.827],[-3.93,50.828],[-3.938,50.826],[-3.939,50.829],[-3.943,50.833],[-3.943,50.837],[-3.95,50.842],[-3.954,50.844],[-3.962,50.85],[-3.959,50.855],[-3.967,50.855],[-3.972,50.857],[-3.976,50.856],[-3.986,50.851],[-3.989,50.85],[-3.992,50.852],[-3.995,50.852],[-3.997,50.855],[-3.995,50.856],[-3.995,50.86],[-3.998,50.862],[-3.995,50.865],[-3.995,50.869],[-4.006,50.867],[-4.011,50.865],[-4.023,50.866],[-4.024,50.86],[-4.032,50.86],[-4.036,50.859],[-4.039,50.86],[-4.041,50.863],[-4.04,50.869],[-4.046,50.865],[-4.047,50.864],[-4.053,50.864],[-4.054,50.867],[-4.057,50.871],[-4.061,50.871],[-4.066,50.87],[-4.069,50.875],[-4.077,50.872],[-4.079,50.872],[-4.09,50.867],[-4.089,50.862],[-4.085,50.858],[-4.095,50.852],[-4.103,50.85],[-4.101,50.847],[-4.105,50.846],[-4.103,50.843],[-4.103,50.836],[-4.106,50.836],[-4.11,50.838],[-4.118,50.838],[-4.121,50.842],[-4.128,50.844],[-4.13,50.842],[-4.133,50.841],[-4.135,50.839],[-4.138,50.84],[-4.14,50.838],[-4.138,50.835],[-4.14,50.832],[-4.147,50.831],[-4.151,50.831],[-4.155,50.83],[-4.164,50.83],[-4.158,50.823],[-4.16,50.82],[-4.158,50.815],[-4.171,50.811],[-4.177,50.807],[-4.174,50.805],[-4.176,50.802],[-4.173,50.799],[-4.174,50.798],[-4.182,50.796],[-4.187,50.794],[-4.191,50.789],[-4.184,50.789],[-4.18,50.791],[-4.169,50.792],[-4.166,50.787],[-4.177,50.786],[-4.184,50.784],[-4.176,50.774],[-4.168,50.771],[-4.163,50.772],[-4.159,50.765],[-4.157,50.761],[-4.156,50.758],[-4.158,50.755],[-4.154,50.751],[-4.152,50.748],[-4.154,50.745],[-4.141,50.747],[-4.134,50.749],[-4.131,50.748],[-4.124,50.749],[-4.118,50.755],[-4.115,50.757],[-4.113,50.754],[-4.105,50.748],[-4.103,50.746],[-4.097,50.744],[-4.094,50.74],[-4.09,50.738],[-4.087,50.735],[-4.086,50.732],[-4.081,50.727],[-4.075,50.728],[-4.071,50.728],[-4.061,50.73],[-4.051,50.731],[-4.044,50.73],[-4.048,50.727],[-4.054,50.718],[-4.057,50.71],[-4.05,50.703],[-4.054,50.699],[-4.056,50.696],[-4.06,50.691],[-4.062,50.687],[-4.053,50.691],[-4.051,50.692],[-4.046,50.695],[-4.043,50.694],[-4.04,50.69],[-4.028,50.68],[-4.021,50.676],[-4.019,50.674],[-4.008,50.679],[-4.001,50.685],[-3.994,50.692],[-3.988,50.7],[-3.976,50.703],[-3.973,50.706],[-3.966,50.707],[-3.959,50.702],[-3.948,50.693],[-3.936,50.689],[-3.942,50.685],[-3.944,50.672],[-3.941,50.665],[-3.937,50.66],[-3.931,50.656],[-3.922,50.655],[-3.908,50.653],[-3.897,50.655],[-3.895,50.653],[-3.9,50.647],[-3.891,50.645],[-3.885,50.64],[-3.882,50.638],[-3.879,50.616],[-3.873,50.614],[-3.873,50.613],[-3.877,50.606],[-3.879,50.599],[-3.883,50.597],[-3.881,50.593],[-3.881,50.588],[-3.879,50.586],[-3.881,50.584],[-3.877,50.579],[-3.877,50.575],[-3.874,50.575],[-3.87,50.571],[-3.872,50.567],[-3.875,50.564],[-3.874,50.562],[-3.876,50.559],[-3.874,50.556],[-3.874,50.554],[-3.877,50.553],[-3.875,50.545],[-3.876,50.543],[-3.875,50.537],[-3.871,50.534],[-3.864,50.534],[-3.859,50.533],[-3.855,50.533],[-3.851,50.536],[-3.843,50.533],[-3.844,50.531],[-3.841,50.53],[-3.836,50.527],[-3.837,50.524],[-3.835,50.522],[-3.827,50.516],[-3.823,50.517],[-3.82,50.519],[-3.818,50.525],[-3.814,50.526],[-3.815,50.529],[-3.808,50.533],[-3.806,50.533],[-3.802,50.537],[-3.8,50.537],[-3.795,50.533],[-3.798,50.53],[-3.798,50.526],[-3.8,50.523],[-3.798,50.521],[-3.791,50.521],[-3.788,50.521],[-3.785,50.518],[-3.786,50.513],[-3.787,50.51],[-3.786,50.508],[-3.788,50.504],[-3.792,50.502],[-3.789,50.499],[-3.785,50.499],[-3.779,50.499],[-3.776,50.496],[-3.779,50.495],[-3.787,50.495],[-3.795,50.492],[-3.795,50.49],[-3.798,50.489],[-3.795,50.486],[-3.792,50.482],[-3.794,50.481],[-3.792,50.478],[-3.787,50.478],[-3.787,50.476],[-3.786,50.473],[-3.782,50.473],[-3.779,50.466],[-3.777,50.464],[-3.773,50.463],[-3.768,50.467],[-3.762,50.468],[-3.759,50.47],[-3.758,50.474],[-3.762,50.479],[-3.766,50.481],[-3.768,50.485],[-3.768,50.489],[-3.766,50.493],[-3.766,50.495],[-3.768,50.5],[-3.767,50.504],[-3.765,50.506],[-3.757,50.51],[-3.754,50.51],[-3.745,50.508],[-3.742,50.508],[-3.737,50.506],[-3.735,50.502],[-3.73,50.499],[-3.728,50.498],[-3.723,50.5],[-3.722,50.503],[-3.717,50.504],[-3.711,50.503],[-3.702,50.502],[-3.695,50.497],[-3.693,50.497],[-3.686,50.495],[-3.681,50.493],[-3.68,50.495],[-3.676,50.496],[-3.673,50.5],[-3.674,50.502],[-3.679,50.503],[-3.684,50.504],[-3.696,50.509],[-3.697,50.51],[-3.704,50.513],[-3.714,50.518],[-3.718,50.517],[-3.718,50.519],[-3.723,50.521],[-3.717,50.524],[-3.713,50.527],[-3.705,50.526],[-3.697,50.526],[-3.692,50.525],[-3.689,50.523],[-3.685,50.521],[-3.68,50.525],[-3.676,50.528],[-3.665,50.535],[-3.661,50.535],[-3.665,50.54],[-3.664,50.544],[-3.665,50.546],[-3.659,50.559],[-3.654,50.566],[-3.649,50.569],[-3.641,50.576],[-3.636,50.576],[-3.633,50.578],[-3.629,50.577],[-3.625,50.581],[-3.626,50.585],[-3.623,50.585],[-3.615,50.591],[-3.614,50.592],[-3.61,50.591],[-3.605,50.591],[-3.602,50.593],[-3.598,50.591],[-3.598,50.589],[-3.594,50.586],[-3.589,50.585],[-3.587,50.587],[-3.578,50.588],[-3.574,50.587],[-3.567,50.591],[-3.564,50.595],[-3.555,50.599],[-3.551,50.6],[-3.55,50.601],[-3.553,50.607],[-3.554,50.612],[-3.551,50.621],[-3.545,50.627],[-3.53,50.632],[-3.522,50.636],[-3.52,50.641],[-3.52,50.645],[-3.516,50.648],[-3.512,50.652],[-3.509,50.655],[-3.505,50.654],[-3.502,50.654],[-3.497,50.653],[-3.493,50.653],[-3.481,50.651],[-3.478,50.65],[-3.476,50.647],[-3.471,50.644],[-3.464,50.642],[-3.455,50.641],[-3.452,50.642],[-3.451,50.646],[-3.452,50.649],[-3.456,50.653],[-3.458,50.657],[-3.465,50.66],[-3.468,50.668],[-3.468,50.675],[-3.469,50.681],[-3.47,50.682],[-3.477,50.683],[-3.484,50.688],[-3.49,50.688],[-3.495,50.69],[-3.494,50.692],[-3.502,50.694],[-3.506,50.691],[-3.519,50.693],[-3.524,50.693],[-3.527,50.695],[-3.529,50.693],[-3.539,50.693],[-3.543,50.699],[-3.545,50.702],[-3.55,50.704],[-3.563,50.707],[-3.564,50.71],[-3.566,50.711],[-3.567,50.714],[-3.565,50.718],[-3.566,50.724],[-3.569,50.727],[-3.566,50.729],[-3.561,50.73],[-3.564,50.736],[-3.567,50.737],[-3.565,50.74],[-3.569,50.741],[-3.57,50.745],[-3.579,50.742],[-3.583,50.742],[-3.586,50.744],[-3.581,50.747],[-3.574,50.753],[-3.575,50.755],[-3.569,50.756],[-3.571,50.758],[-3.57,50.76],[-3.559,50.758],[-3.558,50.762],[-3.551,50.765],[-3.551,50.767],[-3.552,50.771],[-3.547,50.773],[-3.55,50.775],[-3.556,50.775],[-3.563,50.775],[-3.563,50.779],[-3.567,50.779],[-3.569,50.782],[-3.569,50.784],[-3.572,50.789],[-3.563,50.791],[-3.553,50.792],[-3.543,50.791],[-3.537,50.792],[-3.53,50.789],[-3.525,50.787],[-3.524,50.789],[-3.524,50.793],[-3.527,50.796],[-3.526,50.798],[-3.521,50.796],[-3.518,50.797],[-3.517,50.8],[-3.511,50.805],[-3.512,50.808],[-3.512,50.811],[-3.508,50.812],[-3.51,50.82],[-3.505,50.826],[-3.5,50.825],[-3.499,50.821],[-3.497,50.816],[-3.497,50.812],[-3.5,50.806],[-3.503,50.804],[-3.503,50.799],[-3.49,50.8],[-3.481,50.799],[-3.478,50.796],[-3.476,50.795],[-3.466,50.799],[-3.461,50.803],[-3.457,50.803],[-3.455,50.801],[-3.451,50.8],[-3.446,50.8],[-3.44,50.802],[-3.438,50.808],[-3.436,50.808],[-3.43,50.812],[-3.426,50.812],[-3.418,50.815],[-3.41,50.819],[-3.407,50.823],[-3.41,50.823],[-3.414,50.826],[-3.407,50.829],[-3.411,50.83],[-3.413,50.832],[-3.413,50.835],[-3.416,50.836],[-3.43,50.833],[-3.434,50.829],[-3.442,50.832],[-3.454,50.829],[-3.463,50.831],[-3.47,50.836],[-3.47,50.84],[-3.469,50.845],[-3.467,50.85],[-3.462,50.853],[-3.46,50.857],[-3.46,50.86],[-3.466,50.86],[-3.466,50.861],[-3.472,50.864],[-3.476,50.868],[-3.477,50.871],[-3.484,50.87],[-3.487,50.868],[-3.496,50.868],[-3.498,50.864],[-3.505,50.861],[-3.51,50.86],[-3.511,50.858],[-3.516,50.859],[-3.517,50.862],[-3.521,50.863],[-3.524,50.866],[-3.524,50.869],[-3.527,50.872],[-3.533,50.873],[-3.538,50.876],[-3.539,50.88],[-3.542,50.885],[-3.545,50.888],[-3.549,50.89],[-3.551,50.893],[-3.56,50.895],[-3.565,50.898],[-3.569,50.898],[-3.572,50.901],[-3.58,50.904],[-3.591,50.905],[-3.592,50.907],[-3.597,50.909],[-3.597,50.912],[-3.599,50.914],[-3.603,50.915],[-3.608,50.913],[-3.616,50.914],[-3.623,50.914],[-3.624,50.922]]]},"properties":{"PCON24NM":"Central Devon","PCON24CD":"E14001155"},"PCON24CD":92}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.402,52.286],[1.394,52.283],[1.391,52.283],[1.387,52.281],[1.382,52.28],[1.377,52.276],[1.372,52.275],[1.36,52.279],[1.355,52.279],[1.356,52.275],[1.35,52.277],[1.35,52.279],[1.346,52.28],[1.344,52.282],[1.345,52.286],[1.347,52.289],[1.347,52.293],[1.344,52.295],[1.332,52.298],[1.328,52.298],[1.33,52.291],[1.333,52.291],[1.334,52.288],[1.34,52.287],[1.341,52.284],[1.339,52.277],[1.337,52.277],[1.339,52.268],[1.339,52.266],[1.329,52.265],[1.325,52.263],[1.322,52.26],[1.317,52.259],[1.309,52.26],[1.301,52.259],[1.297,52.256],[1.292,52.255],[1.292,52.253],[1.294,52.248],[1.287,52.24],[1.282,52.24],[1.27,52.236],[1.268,52.234],[1.26,52.231],[1.254,52.23],[1.247,52.229],[1.238,52.23],[1.231,52.229],[1.226,52.231],[1.23,52.234],[1.231,52.238],[1.228,52.239],[1.229,52.242],[1.227,52.244],[1.229,52.246],[1.225,52.251],[1.215,52.257],[1.226,52.26],[1.229,52.265],[1.227,52.267],[1.22,52.268],[1.216,52.27],[1.212,52.268],[1.204,52.27],[1.206,52.273],[1.209,52.275],[1.196,52.282],[1.19,52.284],[1.189,52.286],[1.185,52.286],[1.182,52.28],[1.177,52.281],[1.175,52.278],[1.18,52.277],[1.179,52.273],[1.183,52.271],[1.18,52.269],[1.179,52.266],[1.18,52.265],[1.176,52.263],[1.178,52.261],[1.182,52.262],[1.181,52.253],[1.167,52.252],[1.159,52.25],[1.154,52.249],[1.158,52.246],[1.156,52.243],[1.152,52.243],[1.149,52.241],[1.15,52.238],[1.146,52.233],[1.146,52.23],[1.142,52.23],[1.142,52.227],[1.135,52.226],[1.12,52.227],[1.114,52.225],[1.104,52.223],[1.102,52.222],[1.087,52.221],[1.082,52.221],[1.075,52.221],[1.068,52.22],[1.063,52.221],[1.062,52.213],[1.059,52.209],[1.054,52.2],[1.039,52.19],[1.035,52.193],[1.031,52.191],[1.03,52.189],[1.023,52.185],[1.025,52.185],[1.033,52.183],[1.032,52.181],[1.026,52.18],[1.024,52.177],[1.03,52.174],[1.028,52.172],[1.025,52.173],[1.013,52.171],[1.009,52.169],[1.007,52.169],[1.001,52.166],[1,52.165],[1.002,52.162],[0.998,52.16],[0.991,52.157],[0.993,52.153],[0.99,52.152],[0.977,52.15],[0.977,52.154],[0.971,52.153],[0.967,52.149],[0.96,52.149],[0.956,52.151],[0.955,52.148],[0.952,52.146],[0.947,52.146],[0.947,52.143],[0.949,52.138],[0.946,52.136],[0.947,52.131],[0.945,52.128],[0.951,52.124],[0.954,52.12],[0.951,52.12],[0.951,52.115],[0.953,52.109],[0.959,52.105],[0.966,52.105],[0.97,52.106],[0.973,52.107],[0.975,52.101],[0.973,52.098],[0.98,52.096],[0.984,52.097],[0.993,52.096],[0.997,52.098],[1.004,52.099],[1.007,52.094],[1.011,52.092],[1.017,52.09],[1.02,52.087],[1.021,52.084],[1.028,52.078],[1.028,52.076],[1.026,52.071],[1.036,52.068],[1.041,52.069],[1.041,52.075],[1.048,52.078],[1.051,52.075],[1.053,52.07],[1.058,52.069],[1.058,52.067],[1.069,52.065],[1.087,52.066],[1.092,52.065],[1.097,52.067],[1.098,52.069],[1.103,52.07],[1.108,52.072],[1.112,52.068],[1.122,52.062],[1.126,52.064],[1.13,52.069],[1.133,52.071],[1.137,52.067],[1.142,52.07],[1.154,52.072],[1.155,52.075],[1.153,52.076],[1.152,52.079],[1.163,52.081],[1.172,52.081],[1.19,52.08],[1.187,52.077],[1.197,52.073],[1.197,52.071],[1.201,52.068],[1.204,52.067],[1.206,52.064],[1.205,52.058],[1.206,52.054],[1.204,52.049],[1.209,52.048],[1.206,52.041],[1.212,52.042],[1.217,52.045],[1.228,52.045],[1.224,52.049],[1.227,52.05],[1.239,52.05],[1.246,52.051],[1.254,52.051],[1.261,52.057],[1.263,52.06],[1.262,52.063],[1.265,52.064],[1.261,52.071],[1.264,52.073],[1.264,52.075],[1.267,52.077],[1.272,52.078],[1.273,52.079],[1.274,52.083],[1.279,52.083],[1.282,52.081],[1.285,52.083],[1.287,52.088],[1.285,52.096],[1.292,52.095],[1.292,52.097],[1.295,52.1],[1.3,52.102],[1.306,52.105],[1.309,52.111],[1.312,52.114],[1.318,52.113],[1.32,52.114],[1.321,52.12],[1.324,52.121],[1.328,52.119],[1.331,52.119],[1.334,52.121],[1.34,52.118],[1.349,52.118],[1.357,52.116],[1.362,52.117],[1.367,52.121],[1.373,52.121],[1.373,52.125],[1.377,52.128],[1.381,52.128],[1.389,52.127],[1.391,52.13],[1.39,52.131],[1.392,52.135],[1.392,52.138],[1.403,52.142],[1.416,52.142],[1.422,52.141],[1.428,52.141],[1.429,52.139],[1.433,52.138],[1.435,52.147],[1.431,52.149],[1.426,52.15],[1.419,52.154],[1.416,52.154],[1.415,52.158],[1.417,52.16],[1.416,52.163],[1.422,52.166],[1.431,52.168],[1.434,52.168],[1.44,52.171],[1.449,52.171],[1.452,52.173],[1.455,52.173],[1.463,52.168],[1.466,52.168],[1.469,52.17],[1.474,52.171],[1.477,52.169],[1.484,52.17],[1.485,52.173],[1.488,52.175],[1.482,52.177],[1.483,52.178],[1.481,52.183],[1.484,52.186],[1.475,52.188],[1.47,52.19],[1.458,52.189],[1.456,52.193],[1.451,52.192],[1.447,52.196],[1.443,52.198],[1.441,52.202],[1.447,52.205],[1.446,52.211],[1.443,52.214],[1.447,52.217],[1.453,52.216],[1.456,52.219],[1.456,52.222],[1.46,52.221],[1.459,52.226],[1.464,52.231],[1.46,52.233],[1.458,52.241],[1.457,52.243],[1.457,52.248],[1.448,52.253],[1.442,52.254],[1.443,52.256],[1.439,52.257],[1.437,52.255],[1.432,52.256],[1.424,52.26],[1.42,52.264],[1.42,52.267],[1.422,52.268],[1.414,52.272],[1.411,52.276],[1.411,52.277],[1.415,52.279],[1.41,52.285],[1.407,52.284],[1.404,52.287],[1.402,52.286]]]},"properties":{"PCON24NM":"Central Suffolk and North Ipswich","PCON24CD":"E14001156"},"PCON24CD":93}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.453,51.341],[0.449,51.341],[0.431,51.345],[0.426,51.347],[0.411,51.348],[0.404,51.345],[0.4,51.344],[0.397,51.346],[0.401,51.351],[0.401,51.353],[0.397,51.353],[0.397,51.35],[0.391,51.347],[0.395,51.345],[0.39,51.342],[0.393,51.339],[0.397,51.338],[0.407,51.338],[0.41,51.334],[0.41,51.331],[0.417,51.328],[0.425,51.326],[0.427,51.325],[0.43,51.325],[0.429,51.321],[0.432,51.32],[0.431,51.316],[0.428,51.313],[0.43,51.313],[0.43,51.31],[0.432,51.305],[0.43,51.3],[0.431,51.298],[0.437,51.299],[0.446,51.298],[0.447,51.3],[0.446,51.303],[0.447,51.309],[0.452,51.31],[0.452,51.311],[0.458,51.313],[0.458,51.316],[0.456,51.318],[0.457,51.322],[0.46,51.324],[0.45,51.33],[0.451,51.334],[0.457,51.335],[0.457,51.336],[0.453,51.341]]],[[[0.536,51.378],[0.527,51.379],[0.52,51.382],[0.514,51.379],[0.511,51.378],[0.511,51.371],[0.508,51.366],[0.504,51.367],[0.502,51.366],[0.501,51.361],[0.497,51.36],[0.497,51.357],[0.499,51.354],[0.494,51.353],[0.488,51.356],[0.482,51.358],[0.48,51.357],[0.476,51.361],[0.47,51.362],[0.467,51.364],[0.457,51.368],[0.452,51.366],[0.45,51.365],[0.451,51.359],[0.456,51.356],[0.458,51.352],[0.455,51.349],[0.45,51.348],[0.453,51.346],[0.453,51.342],[0.458,51.336],[0.457,51.335],[0.452,51.333],[0.451,51.331],[0.455,51.329],[0.457,51.331],[0.46,51.33],[0.457,51.327],[0.461,51.326],[0.457,51.318],[0.459,51.316],[0.458,51.314],[0.46,51.311],[0.464,51.304],[0.47,51.302],[0.48,51.303],[0.483,51.301],[0.486,51.3],[0.493,51.301],[0.495,51.303],[0.494,51.306],[0.498,51.307],[0.502,51.305],[0.507,51.305],[0.513,51.308],[0.514,51.314],[0.517,51.316],[0.519,51.319],[0.523,51.321],[0.526,51.325],[0.523,51.326],[0.521,51.329],[0.526,51.333],[0.526,51.335],[0.533,51.337],[0.539,51.333],[0.54,51.33],[0.544,51.328],[0.549,51.331],[0.554,51.331],[0.557,51.337],[0.563,51.339],[0.565,51.348],[0.565,51.352],[0.562,51.356],[0.561,51.36],[0.555,51.363],[0.555,51.367],[0.553,51.368],[0.551,51.372],[0.552,51.374],[0.545,51.375],[0.536,51.378]]]]},"properties":{"PCON24NM":"Chatham and Aylesford","PCON24CD":"E14001157"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.146,53.393],[-2.153,53.392],[-2.153,53.384],[-2.155,53.382],[-2.162,53.384],[-2.171,53.388],[-2.176,53.387],[-2.188,53.388],[-2.184,53.391],[-2.186,53.397],[-2.201,53.398],[-2.206,53.4],[-2.207,53.401],[-2.207,53.405],[-2.213,53.407],[-2.219,53.405],[-2.22,53.402],[-2.223,53.401],[-2.238,53.401],[-2.243,53.399],[-2.243,53.398],[-2.247,53.396],[-2.246,53.394],[-2.246,53.388],[-2.243,53.388],[-2.243,53.383],[-2.241,53.381],[-2.242,53.378],[-2.241,53.375],[-2.239,53.371],[-2.237,53.37],[-2.241,53.36],[-2.233,53.359],[-2.224,53.36],[-2.216,53.359],[-2.215,53.357],[-2.211,53.357],[-2.208,53.355],[-2.202,53.355],[-2.185,53.353],[-2.188,53.349],[-2.181,53.344],[-2.183,53.343],[-2.19,53.342],[-2.194,53.339],[-2.19,53.338],[-2.188,53.334],[-2.185,53.333],[-2.18,53.331],[-2.169,53.331],[-2.163,53.328],[-2.158,53.329],[-2.153,53.329],[-2.151,53.337],[-2.144,53.343],[-2.148,53.345],[-2.151,53.348],[-2.138,53.357],[-2.14,53.359],[-2.139,53.365],[-2.137,53.367],[-2.134,53.365],[-2.128,53.365],[-2.125,53.366],[-2.124,53.371],[-2.122,53.376],[-2.118,53.375],[-2.131,53.382],[-2.129,53.384],[-2.13,53.386],[-2.13,53.388],[-2.131,53.392],[-2.134,53.396],[-2.136,53.395],[-2.143,53.391],[-2.146,53.393]]]},"properties":{"PCON24NM":"Cheadle","PCON24CD":"E14001158"},"PCON24CD":95}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.533,51.744],[0.526,51.75],[0.519,51.752],[0.51,51.757],[0.508,51.761],[0.508,51.765],[0.51,51.771],[0.501,51.773],[0.502,51.767],[0.501,51.763],[0.493,51.765],[0.484,51.765],[0.481,51.759],[0.485,51.757],[0.483,51.753],[0.477,51.753],[0.468,51.757],[0.463,51.758],[0.452,51.757],[0.448,51.757],[0.441,51.756],[0.441,51.755],[0.435,51.749],[0.436,51.746],[0.442,51.741],[0.444,51.737],[0.447,51.735],[0.444,51.731],[0.443,51.726],[0.446,51.723],[0.443,51.72],[0.446,51.718],[0.447,51.714],[0.447,51.711],[0.45,51.708],[0.449,51.706],[0.445,51.704],[0.442,51.701],[0.444,51.699],[0.446,51.695],[0.441,51.692],[0.441,51.69],[0.446,51.689],[0.45,51.691],[0.453,51.693],[0.452,51.696],[0.462,51.702],[0.466,51.707],[0.469,51.709],[0.473,51.708],[0.477,51.708],[0.485,51.707],[0.485,51.709],[0.488,51.71],[0.495,51.71],[0.497,51.708],[0.498,51.704],[0.503,51.703],[0.51,51.701],[0.517,51.703],[0.52,51.706],[0.516,51.71],[0.513,51.711],[0.516,51.72],[0.519,51.723],[0.518,51.726],[0.52,51.727],[0.52,51.73],[0.524,51.731],[0.525,51.734],[0.524,51.739],[0.521,51.741],[0.522,51.743],[0.533,51.744]]]},"properties":{"PCON24NM":"Chelmsford","PCON24CD":"E14001159"},"PCON24CD":96}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.156,51.495],[-0.161,51.494],[-0.166,51.491],[-0.17,51.493],[-0.179,51.487],[-0.184,51.492],[-0.196,51.487],[-0.198,51.488],[-0.199,51.489],[-0.2,51.49],[-0.202,51.491],[-0.202,51.492],[-0.209,51.491],[-0.215,51.491],[-0.216,51.489],[-0.226,51.486],[-0.224,51.482],[-0.224,51.478],[-0.222,51.474],[-0.217,51.47],[-0.21,51.467],[-0.202,51.465],[-0.194,51.465],[-0.19,51.465],[-0.184,51.468],[-0.181,51.472],[-0.179,51.478],[-0.176,51.482],[-0.17,51.483],[-0.15,51.485],[-0.155,51.489],[-0.155,51.49],[-0.156,51.491],[-0.156,51.492],[-0.156,51.493],[-0.155,51.494],[-0.156,51.494],[-0.156,51.495]]]},"properties":{"PCON24NM":"Chelsea and Fulham","PCON24CD":"E14001160"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.01,51.903],[-2.025,51.902],[-2.03,51.904],[-2.038,51.906],[-2.041,51.907],[-2.048,51.908],[-2.047,51.91],[-2.05,51.911],[-2.054,51.91],[-2.056,51.912],[-2.061,51.913],[-2.064,51.914],[-2.072,51.914],[-2.08,51.916],[-2.084,51.915],[-2.089,51.91],[-2.086,51.909],[-2.088,51.907],[-2.099,51.914],[-2.103,51.911],[-2.11,51.909],[-2.116,51.91],[-2.122,51.905],[-2.125,51.905],[-2.128,51.902],[-2.133,51.905],[-2.137,51.9],[-2.143,51.889],[-2.142,51.885],[-2.126,51.888],[-2.124,51.886],[-2.129,51.883],[-2.126,51.879],[-2.123,51.883],[-2.112,51.88],[-2.106,51.878],[-2.102,51.876],[-2.098,51.879],[-2.095,51.875],[-2.092,51.874],[-2.092,51.871],[-2.086,51.873],[-2.076,51.872],[-2.076,51.869],[-2.071,51.869],[-2.071,51.866],[-2.066,51.864],[-2.06,51.865],[-2.056,51.863],[-2.052,51.86],[-2.048,51.858],[-2.04,51.86],[-2.037,51.862],[-2.037,51.864],[-2.026,51.864],[-2.024,51.868],[-2.025,51.871],[-2.022,51.876],[-2.021,51.876],[-2.016,51.882],[-2.017,51.886],[-2.013,51.892],[-2.012,51.896],[-2.013,51.899],[-2.01,51.903]]]},"properties":{"PCON24NM":"Cheltenham","PCON24CD":"E14001161"},"PCON24CD":98}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.564,51.74],[-0.573,51.736],[-0.576,51.737],[-0.584,51.746],[-0.586,51.752],[-0.594,51.751],[-0.6,51.751],[-0.609,51.75],[-0.613,51.747],[-0.613,51.745],[-0.615,51.743],[-0.615,51.74],[-0.612,51.739],[-0.609,51.736],[-0.603,51.733],[-0.604,51.728],[-0.614,51.731],[-0.617,51.728],[-0.626,51.724],[-0.632,51.722],[-0.634,51.718],[-0.637,51.719],[-0.643,51.711],[-0.639,51.71],[-0.641,51.707],[-0.635,51.703],[-0.637,51.702],[-0.634,51.7],[-0.634,51.698],[-0.629,51.698],[-0.625,51.699],[-0.619,51.696],[-0.623,51.692],[-0.625,51.688],[-0.63,51.69],[-0.634,51.691],[-0.641,51.689],[-0.644,51.687],[-0.646,51.681],[-0.649,51.679],[-0.652,51.674],[-0.66,51.677],[-0.661,51.676],[-0.668,51.677],[-0.677,51.678],[-0.685,51.68],[-0.69,51.679],[-0.697,51.675],[-0.713,51.676],[-0.716,51.677],[-0.719,51.673],[-0.715,51.671],[-0.716,51.67],[-0.706,51.665],[-0.707,51.662],[-0.713,51.662],[-0.719,51.661],[-0.719,51.659],[-0.726,51.658],[-0.727,51.651],[-0.727,51.646],[-0.726,51.644],[-0.719,51.644],[-0.712,51.643],[-0.707,51.641],[-0.697,51.646],[-0.692,51.638],[-0.689,51.63],[-0.69,51.625],[-0.689,51.618],[-0.681,51.621],[-0.679,51.621],[-0.677,51.616],[-0.674,51.614],[-0.677,51.609],[-0.676,51.608],[-0.675,51.608],[-0.661,51.611],[-0.658,51.613],[-0.657,51.615],[-0.654,51.616],[-0.654,51.618],[-0.643,51.619],[-0.642,51.625],[-0.643,51.629],[-0.64,51.635],[-0.636,51.635],[-0.629,51.633],[-0.627,51.631],[-0.622,51.629],[-0.621,51.634],[-0.613,51.632],[-0.612,51.63],[-0.609,51.629],[-0.613,51.626],[-0.612,51.62],[-0.617,51.616],[-0.616,51.614],[-0.61,51.612],[-0.613,51.608],[-0.613,51.606],[-0.609,51.604],[-0.607,51.601],[-0.609,51.598],[-0.599,51.597],[-0.607,51.588],[-0.589,51.583],[-0.585,51.581],[-0.58,51.576],[-0.571,51.576],[-0.572,51.572],[-0.559,51.568],[-0.555,51.569],[-0.549,51.567],[-0.541,51.567],[-0.537,51.569],[-0.535,51.572],[-0.536,51.579],[-0.533,51.578],[-0.531,51.581],[-0.525,51.586],[-0.529,51.592],[-0.532,51.596],[-0.53,51.602],[-0.522,51.605],[-0.526,51.614],[-0.53,51.617],[-0.532,51.625],[-0.535,51.63],[-0.535,51.637],[-0.539,51.638],[-0.538,51.642],[-0.531,51.649],[-0.537,51.652],[-0.536,51.66],[-0.533,51.661],[-0.533,51.663],[-0.524,51.658],[-0.522,51.659],[-0.523,51.664],[-0.521,51.668],[-0.515,51.665],[-0.512,51.669],[-0.505,51.673],[-0.508,51.678],[-0.511,51.68],[-0.521,51.68],[-0.524,51.682],[-0.531,51.681],[-0.535,51.682],[-0.539,51.68],[-0.546,51.68],[-0.549,51.685],[-0.547,51.689],[-0.543,51.694],[-0.544,51.697],[-0.547,51.699],[-0.548,51.703],[-0.553,51.704],[-0.563,51.712],[-0.561,51.718],[-0.556,51.722],[-0.55,51.723],[-0.554,51.728],[-0.552,51.731],[-0.558,51.734],[-0.559,51.737],[-0.563,51.736],[-0.564,51.74]]]},"properties":{"PCON24NM":"Chesham and Amersham","PCON24CD":"E14001162"},"PCON24CD":99}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.98,53.305],[-2.993,53.307],[-3.002,53.303],[-3.011,53.3],[-3.013,53.299],[-3.019,53.3],[-3.026,53.298],[-3.031,53.299],[-3.037,53.301],[-3.038,53.305],[-3.046,53.307],[-3.048,53.31],[-3.051,53.311],[-3.06,53.309],[-3.064,53.312],[-3.074,53.316],[-3.078,53.315],[-3.082,53.311],[-3.089,53.308],[-3.096,53.305],[-3.109,53.297],[-3.104,53.295],[-3.108,53.294],[-3.108,53.291],[-3.101,53.287],[-3.091,53.285],[-3.086,53.282],[-3.084,53.279],[-3.084,53.277],[-3.09,53.279],[-3.09,53.276],[-3.092,53.275],[-3.089,53.271],[-3.091,53.269],[-3.097,53.272],[-3.1,53.27],[-3.101,53.267],[-3.095,53.262],[-3.093,53.261],[-3.092,53.26],[-3.088,53.258],[-3.085,53.258],[-3.082,53.256],[-3.075,53.254],[-3.074,53.254],[-3.069,53.253],[-3.036,53.252],[-3.025,53.248],[-2.993,53.233],[-2.985,53.228],[-2.978,53.225],[-2.967,53.219],[-2.949,53.211],[-2.944,53.204],[-2.935,53.196],[-2.929,53.194],[-2.922,53.189],[-2.92,53.183],[-2.906,53.194],[-2.903,53.193],[-2.902,53.19],[-2.904,53.187],[-2.902,53.184],[-2.893,53.184],[-2.888,53.186],[-2.88,53.189],[-2.876,53.191],[-2.871,53.189],[-2.871,53.182],[-2.862,53.178],[-2.857,53.177],[-2.854,53.179],[-2.855,53.185],[-2.854,53.188],[-2.849,53.192],[-2.848,53.194],[-2.849,53.198],[-2.856,53.204],[-2.859,53.207],[-2.866,53.211],[-2.867,53.213],[-2.863,53.213],[-2.859,53.216],[-2.862,53.22],[-2.861,53.223],[-2.866,53.225],[-2.864,53.228],[-2.865,53.229],[-2.873,53.235],[-2.876,53.237],[-2.876,53.241],[-2.883,53.243],[-2.884,53.246],[-2.887,53.246],[-2.889,53.25],[-2.891,53.25],[-2.892,53.253],[-2.899,53.256],[-2.91,53.255],[-2.912,53.256],[-2.927,53.252],[-2.931,53.257],[-2.932,53.261],[-2.939,53.267],[-2.942,53.266],[-2.953,53.271],[-2.96,53.275],[-2.97,53.275],[-2.968,53.28],[-2.966,53.281],[-2.963,53.287],[-2.947,53.286],[-2.952,53.29],[-2.945,53.293],[-2.946,53.296],[-2.941,53.299],[-2.947,53.306],[-2.949,53.303],[-2.955,53.304],[-2.961,53.304],[-2.969,53.302],[-2.98,53.305]]]},"properties":{"PCON24NM":"Chester North and Neston","PCON24CD":"E14001163"},"PCON24CD":100}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.557,53.26],[-2.56,53.262],[-2.564,53.264],[-2.56,53.266],[-2.56,53.27],[-2.564,53.272],[-2.57,53.272],[-2.576,53.273],[-2.581,53.273],[-2.589,53.271],[-2.595,53.273],[-2.601,53.28],[-2.609,53.281],[-2.612,53.286],[-2.617,53.288],[-2.621,53.288],[-2.624,53.286],[-2.628,53.283],[-2.637,53.282],[-2.645,53.283],[-2.651,53.282],[-2.651,53.273],[-2.649,53.272],[-2.65,53.267],[-2.658,53.265],[-2.665,53.26],[-2.669,53.254],[-2.678,53.257],[-2.689,53.256],[-2.693,53.25],[-2.696,53.249],[-2.697,53.245],[-2.691,53.243],[-2.691,53.239],[-2.701,53.239],[-2.709,53.236],[-2.712,53.235],[-2.706,53.23],[-2.707,53.227],[-2.71,53.225],[-2.713,53.219],[-2.716,53.216],[-2.722,53.216],[-2.726,53.215],[-2.732,53.21],[-2.735,53.209],[-2.743,53.208],[-2.752,53.206],[-2.763,53.21],[-2.764,53.209],[-2.77,53.207],[-2.771,53.204],[-2.775,53.203],[-2.799,53.199],[-2.802,53.202],[-2.806,53.204],[-2.811,53.203],[-2.817,53.199],[-2.82,53.2],[-2.826,53.198],[-2.833,53.199],[-2.842,53.197],[-2.84,53.195],[-2.848,53.194],[-2.849,53.192],[-2.854,53.188],[-2.855,53.185],[-2.854,53.179],[-2.857,53.177],[-2.862,53.178],[-2.871,53.182],[-2.871,53.189],[-2.876,53.191],[-2.88,53.189],[-2.888,53.186],[-2.893,53.183],[-2.9,53.183],[-2.904,53.185],[-2.905,53.187],[-2.904,53.19],[-2.905,53.193],[-2.92,53.182],[-2.921,53.177],[-2.927,53.173],[-2.928,53.171],[-2.934,53.169],[-2.944,53.165],[-2.947,53.167],[-2.953,53.165],[-2.962,53.162],[-2.966,53.16],[-2.97,53.161],[-2.976,53.157],[-2.981,53.156],[-2.985,53.159],[-2.988,53.157],[-2.992,53.157],[-2.993,53.153],[-2.988,53.152],[-2.984,53.148],[-2.98,53.149],[-2.977,53.148],[-2.964,53.133],[-2.96,53.132],[-2.958,53.13],[-2.946,53.127],[-2.945,53.122],[-2.941,53.122],[-2.938,53.121],[-2.934,53.121],[-2.932,53.12],[-2.924,53.119],[-2.92,53.116],[-2.912,53.113],[-2.908,53.113],[-2.903,53.112],[-2.899,53.114],[-2.897,53.114],[-2.892,53.118],[-2.883,53.122],[-2.882,53.118],[-2.884,53.113],[-2.884,53.111],[-2.889,53.109],[-2.892,53.109],[-2.893,53.104],[-2.887,53.105],[-2.892,53.097],[-2.895,53.099],[-2.9,53.098],[-2.901,53.091],[-2.893,53.092],[-2.891,53.087],[-2.88,53.083],[-2.876,53.082],[-2.879,53.078],[-2.881,53.074],[-2.875,53.073],[-2.878,53.07],[-2.873,53.07],[-2.869,53.07],[-2.864,53.063],[-2.865,53.061],[-2.872,53.059],[-2.87,53.057],[-2.866,53.059],[-2.86,53.055],[-2.86,53.053],[-2.863,53.052],[-2.863,53.049],[-2.868,53.046],[-2.866,53.044],[-2.862,53.042],[-2.867,53.041],[-2.862,53.039],[-2.859,53.039],[-2.856,53.037],[-2.856,53.033],[-2.86,53.029],[-2.861,53.023],[-2.859,53.02],[-2.852,53.017],[-2.847,53.019],[-2.844,53.018],[-2.839,53.011],[-2.841,53.01],[-2.841,53.007],[-2.836,53.002],[-2.835,52.998],[-2.828,52.994],[-2.825,52.994],[-2.819,52.994],[-2.815,52.993],[-2.806,52.992],[-2.803,52.99],[-2.799,52.99],[-2.79,52.996],[-2.785,52.994],[-2.783,52.996],[-2.78,52.993],[-2.776,52.994],[-2.768,52.994],[-2.764,52.994],[-2.761,52.991],[-2.762,52.987],[-2.76,52.986],[-2.753,52.986],[-2.744,52.987],[-2.737,52.985],[-2.732,52.985],[-2.727,52.983],[-2.726,52.983],[-2.716,52.984],[-2.708,52.988],[-2.701,52.993],[-2.699,52.995],[-2.694,52.994],[-2.692,52.991],[-2.689,52.99],[-2.685,52.986],[-2.676,52.986],[-2.664,52.989],[-2.661,52.991],[-2.658,52.992],[-2.652,52.995],[-2.649,52.996],[-2.645,52.995],[-2.643,52.993],[-2.633,52.997],[-2.628,52.995],[-2.628,52.993],[-2.626,52.989],[-2.622,52.987],[-2.608,52.988],[-2.604,52.982],[-2.606,52.98],[-2.601,52.979],[-2.599,52.977],[-2.595,52.976],[-2.598,52.971],[-2.596,52.968],[-2.596,52.965],[-2.598,52.963],[-2.592,52.961],[-2.586,52.955],[-2.584,52.956],[-2.578,52.956],[-2.575,52.958],[-2.57,52.96],[-2.567,52.964],[-2.561,52.964],[-2.554,52.957],[-2.547,52.957],[-2.539,52.952],[-2.534,52.948],[-2.53,52.947],[-2.529,52.949],[-2.527,52.951],[-2.523,52.959],[-2.524,52.966],[-2.523,52.972],[-2.52,52.974],[-2.513,52.971],[-2.509,52.966],[-2.507,52.966],[-2.499,52.968],[-2.492,52.968],[-2.491,52.965],[-2.488,52.965],[-2.484,52.96],[-2.481,52.959],[-2.475,52.963],[-2.47,52.961],[-2.465,52.964],[-2.453,52.965],[-2.448,52.968],[-2.443,52.971],[-2.439,52.969],[-2.435,52.97],[-2.436,52.973],[-2.434,52.976],[-2.436,52.978],[-2.434,52.98],[-2.438,52.985],[-2.435,52.987],[-2.429,52.986],[-2.424,52.986],[-2.419,52.988],[-2.41,52.988],[-2.405,52.991],[-2.405,52.994],[-2.4,52.995],[-2.397,52.995],[-2.391,52.996],[-2.389,52.996],[-2.384,52.998],[-2.381,52.998],[-2.38,53],[-2.381,53.005],[-2.383,53.007],[-2.381,53.009],[-2.375,53.01],[-2.37,53.015],[-2.378,53.02],[-2.384,53.026],[-2.38,53.028],[-2.381,53.03],[-2.384,53.032],[-2.385,53.038],[-2.383,53.043],[-2.383,53.049],[-2.381,53.05],[-2.381,53.053],[-2.376,53.053],[-2.375,53.055],[-2.375,53.057],[-2.38,53.058],[-2.38,53.061],[-2.39,53.064],[-2.4,53.058],[-2.405,53.057],[-2.413,53.059],[-2.416,53.06],[-2.427,53.058],[-2.429,53.059],[-2.434,53.055],[-2.448,53.057],[-2.454,53.057],[-2.456,53.058],[-2.461,53.057],[-2.476,53.06],[-2.476,53.054],[-2.472,53.05],[-2.475,53.045],[-2.475,53.042],[-2.476,53.04],[-2.481,53.04],[-2.486,53.039],[-2.492,53.038],[-2.495,53.036],[-2.499,53.037],[-2.5,53.04],[-2.506,53.043],[-2.51,53.043],[-2.516,53.049],[-2.519,53.049],[-2.525,53.055],[-2.524,53.059],[-2.526,53.062],[-2.531,53.061],[-2.54,53.06],[-2.54,53.064],[-2.536,53.068],[-2.535,53.07],[-2.528,53.072],[-2.524,53.071],[-2.523,53.073],[-2.524,53.076],[-2.519,53.079],[-2.52,53.083],[-2.517,53.085],[-2.508,53.086],[-2.509,53.087],[-2.503,53.091],[-2.506,53.093],[-2.504,53.095],[-2.505,53.099],[-2.503,53.103],[-2.499,53.104],[-2.498,53.107],[-2.5,53.11],[-2.498,53.112],[-2.502,53.115],[-2.502,53.117],[-2.504,53.121],[-2.502,53.124],[-2.486,53.123],[-2.475,53.123],[-2.466,53.125],[-2.454,53.126],[-2.456,53.128],[-2.455,53.131],[-2.452,53.139],[-2.457,53.149],[-2.457,53.152],[-2.455,53.156],[-2.456,53.157],[-2.462,53.156],[-2.464,53.153],[-2.469,53.153],[-2.472,53.155],[-2.476,53.155],[-2.484,53.16],[-2.485,53.162],[-2.487,53.163],[-2.493,53.163],[-2.496,53.164],[-2.502,53.164],[-2.502,53.16],[-2.517,53.159],[-2.518,53.16],[-2.523,53.159],[-2.523,53.155],[-2.528,53.153],[-2.533,53.152],[-2.543,53.15],[-2.548,53.151],[-2.558,53.16],[-2.561,53.163],[-2.567,53.162],[-2.567,53.164],[-2.565,53.167],[-2.565,53.171],[-2.568,53.172],[-2.566,53.175],[-2.569,53.178],[-2.569,53.18],[-2.573,53.183],[-2.577,53.189],[-2.576,53.192],[-2.58,53.195],[-2.58,53.197],[-2.584,53.199],[-2.589,53.199],[-2.596,53.201],[-2.602,53.2],[-2.605,53.2],[-2.612,53.204],[-2.625,53.207],[-2.62,53.214],[-2.614,53.221],[-2.61,53.218],[-2.608,53.221],[-2.602,53.221],[-2.596,53.224],[-2.59,53.224],[-2.583,53.225],[-2.574,53.229],[-2.572,53.232],[-2.578,53.237],[-2.575,53.239],[-2.578,53.244],[-2.571,53.245],[-2.572,53.248],[-2.571,53.251],[-2.565,53.252],[-2.559,53.256],[-2.55,53.255],[-2.555,53.258],[-2.557,53.26]]]},"properties":{"PCON24NM":"Chester South and Eddisbury","PCON24CD":"E14001164"},"PCON24CD":101}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.331,53.257],[-1.336,53.259],[-1.342,53.263],[-1.348,53.262],[-1.353,53.263],[-1.35,53.269],[-1.355,53.27],[-1.359,53.267],[-1.365,53.265],[-1.372,53.265],[-1.384,53.268],[-1.392,53.271],[-1.402,53.27],[-1.41,53.267],[-1.414,53.268],[-1.416,53.27],[-1.423,53.274],[-1.423,53.279],[-1.421,53.281],[-1.423,53.283],[-1.43,53.282],[-1.439,53.28],[-1.444,53.283],[-1.449,53.283],[-1.454,53.281],[-1.459,53.283],[-1.461,53.278],[-1.464,53.278],[-1.465,53.27],[-1.463,53.269],[-1.47,53.268],[-1.48,53.263],[-1.476,53.26],[-1.471,53.259],[-1.476,53.255],[-1.475,53.253],[-1.48,53.249],[-1.481,53.246],[-1.479,53.244],[-1.478,53.24],[-1.472,53.24],[-1.472,53.233],[-1.483,53.233],[-1.484,53.231],[-1.482,53.226],[-1.477,53.226],[-1.476,53.225],[-1.478,53.222],[-1.471,53.221],[-1.468,53.22],[-1.462,53.222],[-1.457,53.22],[-1.448,53.221],[-1.445,53.22],[-1.441,53.221],[-1.439,53.219],[-1.441,53.217],[-1.44,53.214],[-1.437,53.213],[-1.428,53.215],[-1.423,53.214],[-1.421,53.212],[-1.415,53.215],[-1.408,53.216],[-1.401,53.214],[-1.4,53.215],[-1.402,53.218],[-1.396,53.223],[-1.398,53.225],[-1.396,53.227],[-1.401,53.234],[-1.394,53.234],[-1.392,53.237],[-1.38,53.244],[-1.375,53.241],[-1.366,53.243],[-1.362,53.245],[-1.351,53.246],[-1.347,53.24],[-1.339,53.242],[-1.332,53.242],[-1.332,53.237],[-1.326,53.236],[-1.319,53.24],[-1.323,53.241],[-1.324,53.253],[-1.331,53.257]]]},"properties":{"PCON24NM":"Chesterfield","PCON24CD":"E14001165"},"PCON24CD":102}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.912,50.801],[-0.908,50.799],[-0.907,50.801],[-0.912,50.801]]],[[[-0.923,50.831],[-0.926,50.832],[-0.933,50.829],[-0.939,50.831],[-0.941,50.828],[-0.942,50.824],[-0.94,50.823],[-0.942,50.821],[-0.939,50.819],[-0.94,50.817],[-0.943,50.815],[-0.932,50.814],[-0.925,50.81],[-0.921,50.806],[-0.911,50.803],[-0.911,50.806],[-0.909,50.809],[-0.91,50.813],[-0.908,50.817],[-0.91,50.823],[-0.912,50.827],[-0.918,50.828],[-0.923,50.831]]],[[[-0.829,50.936],[-0.83,50.933],[-0.834,50.93],[-0.841,50.929],[-0.845,50.931],[-0.849,50.931],[-0.846,50.935],[-0.845,50.942],[-0.849,50.943],[-0.846,50.946],[-0.847,50.949],[-0.852,50.953],[-0.855,50.948],[-0.865,50.947],[-0.87,50.944],[-0.876,50.942],[-0.886,50.941],[-0.891,50.938],[-0.895,50.94],[-0.907,50.94],[-0.916,50.937],[-0.926,50.937],[-0.931,50.935],[-0.928,50.931],[-0.928,50.928],[-0.924,50.924],[-0.925,50.923],[-0.939,50.919],[-0.943,50.913],[-0.946,50.911],[-0.95,50.905],[-0.95,50.898],[-0.952,50.897],[-0.956,50.891],[-0.958,50.891],[-0.951,50.886],[-0.947,50.884],[-0.945,50.88],[-0.941,50.878],[-0.939,50.874],[-0.937,50.87],[-0.932,50.868],[-0.926,50.864],[-0.93,50.859],[-0.933,50.855],[-0.933,50.852],[-0.934,50.85],[-0.932,50.846],[-0.932,50.844],[-0.931,50.841],[-0.938,50.832],[-0.935,50.83],[-0.923,50.832],[-0.917,50.828],[-0.913,50.828],[-0.914,50.832],[-0.914,50.834],[-0.916,50.836],[-0.916,50.838],[-0.913,50.84],[-0.91,50.839],[-0.909,50.838],[-0.905,50.838],[-0.898,50.838],[-0.894,50.838],[-0.893,50.833],[-0.896,50.832],[-0.894,50.826],[-0.892,50.823],[-0.892,50.819],[-0.891,50.817],[-0.885,50.814],[-0.877,50.811],[-0.874,50.814],[-0.875,50.817],[-0.87,50.823],[-0.866,50.827],[-0.867,50.83],[-0.87,50.832],[-0.869,50.834],[-0.871,50.837],[-0.867,50.839],[-0.858,50.839],[-0.861,50.835],[-0.861,50.83],[-0.861,50.828],[-0.854,50.829],[-0.858,50.824],[-0.863,50.824],[-0.866,50.82],[-0.87,50.818],[-0.868,50.813],[-0.862,50.812],[-0.856,50.81],[-0.857,50.808],[-0.849,50.805],[-0.843,50.805],[-0.837,50.809],[-0.83,50.811],[-0.829,50.813],[-0.823,50.814],[-0.82,50.817],[-0.821,50.82],[-0.817,50.825],[-0.818,50.828],[-0.817,50.83],[-0.812,50.832],[-0.81,50.826],[-0.812,50.823],[-0.816,50.82],[-0.814,50.814],[-0.819,50.812],[-0.825,50.81],[-0.825,50.804],[-0.83,50.804],[-0.833,50.805],[-0.836,50.804],[-0.84,50.801],[-0.844,50.8],[-0.849,50.801],[-0.854,50.803],[-0.86,50.803],[-0.862,50.805],[-0.869,50.808],[-0.878,50.808],[-0.882,50.806],[-0.884,50.803],[-0.891,50.8],[-0.893,50.793],[-0.894,50.79],[-0.898,50.789],[-0.901,50.79],[-0.904,50.787],[-0.905,50.782],[-0.913,50.781],[-0.915,50.782],[-0.914,50.784],[-0.91,50.785],[-0.909,50.788],[-0.912,50.789],[-0.913,50.786],[-0.916,50.784],[-0.917,50.78],[-0.907,50.775],[-0.902,50.773],[-0.876,50.766],[-0.863,50.762],[-0.843,50.754],[-0.832,50.748],[-0.83,50.746],[-0.815,50.738],[-0.805,50.731],[-0.802,50.728],[-0.794,50.724],[-0.786,50.722],[-0.784,50.725],[-0.776,50.73],[-0.763,50.743],[-0.762,50.751],[-0.766,50.758],[-0.769,50.76],[-0.773,50.762],[-0.779,50.762],[-0.786,50.76],[-0.781,50.765],[-0.78,50.769],[-0.776,50.767],[-0.771,50.769],[-0.766,50.769],[-0.763,50.773],[-0.755,50.772],[-0.757,50.768],[-0.754,50.765],[-0.75,50.764],[-0.75,50.761],[-0.754,50.76],[-0.753,50.758],[-0.749,50.759],[-0.744,50.763],[-0.736,50.768],[-0.728,50.771],[-0.731,50.774],[-0.728,50.779],[-0.728,50.78],[-0.725,50.787],[-0.72,50.788],[-0.717,50.789],[-0.708,50.79],[-0.704,50.793],[-0.696,50.793],[-0.692,50.794],[-0.691,50.798],[-0.687,50.799],[-0.674,50.8],[-0.671,50.798],[-0.665,50.797],[-0.661,50.797],[-0.658,50.799],[-0.655,50.804],[-0.655,50.806],[-0.661,50.808],[-0.666,50.808],[-0.668,50.81],[-0.669,50.814],[-0.677,50.818],[-0.683,50.819],[-0.687,50.821],[-0.686,50.823],[-0.688,50.829],[-0.693,50.836],[-0.693,50.844],[-0.694,50.847],[-0.691,50.849],[-0.69,50.852],[-0.686,50.855],[-0.703,50.856],[-0.717,50.855],[-0.724,50.854],[-0.734,50.852],[-0.736,50.853],[-0.737,50.857],[-0.736,50.859],[-0.737,50.862],[-0.734,50.867],[-0.735,50.868],[-0.73,50.871],[-0.729,50.874],[-0.726,50.878],[-0.722,50.88],[-0.72,50.884],[-0.719,50.889],[-0.728,50.892],[-0.729,50.895],[-0.738,50.893],[-0.744,50.891],[-0.749,50.892],[-0.754,50.891],[-0.756,50.892],[-0.77,50.893],[-0.775,50.892],[-0.774,50.896],[-0.77,50.9],[-0.763,50.903],[-0.761,50.909],[-0.761,50.914],[-0.766,50.917],[-0.766,50.922],[-0.768,50.926],[-0.774,50.933],[-0.775,50.935],[-0.78,50.936],[-0.785,50.936],[-0.784,50.94],[-0.798,50.941],[-0.803,50.938],[-0.807,50.94],[-0.811,50.942],[-0.812,50.945],[-0.815,50.947],[-0.815,50.951],[-0.82,50.952],[-0.822,50.95],[-0.826,50.948],[-0.827,50.945],[-0.828,50.945],[-0.829,50.941],[-0.828,50.939],[-0.828,50.938],[-0.829,50.936]]]]},"properties":{"PCON24NM":"Chichester","PCON24CD":"E14001166"},"PCON24CD":103}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.073,51.605],[0.063,51.607],[0.061,51.608],[0.049,51.614],[0.05,51.616],[0.043,51.617],[0.041,51.616],[0.033,51.622],[0.022,51.629],[0.026,51.635],[0.023,51.638],[0.023,51.641],[0.016,51.64],[0.011,51.641],[0.001,51.642],[0,51.644],[-0.008,51.644],[-0.007,51.646],[-0.012,51.646],[-0.013,51.643],[-0.013,51.639],[-0.014,51.638],[-0.014,51.637],[-0.015,51.637],[-0.017,51.634],[-0.019,51.63],[-0.02,51.63],[-0.023,51.626],[-0.024,51.624],[-0.025,51.623],[-0.026,51.622],[-0.03,51.618],[-0.035,51.614],[-0.035,51.613],[-0.034,51.609],[-0.017,51.601],[-0.017,51.603],[-0.013,51.603],[-0.007,51.605],[-0.002,51.604],[-0.003,51.598],[-0.001,51.592],[0.01,51.594],[0.013,51.595],[0.018,51.595],[0.026,51.596],[0.038,51.594],[0.042,51.597],[0.046,51.6],[0.054,51.598],[0.056,51.601],[0.067,51.599],[0.077,51.597],[0.073,51.605]]]},"properties":{"PCON24NM":"Chingford and Woodford Green","PCON24CD":"E14001167"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.838,51.58],[-1.848,51.58],[-1.85,51.578],[-1.857,51.577],[-1.865,51.575],[-1.871,51.576],[-1.873,51.576],[-1.885,51.574],[-1.887,51.575],[-1.896,51.575],[-1.898,51.573],[-1.902,51.574],[-1.907,51.578],[-1.909,51.58],[-1.919,51.578],[-1.925,51.576],[-1.938,51.576],[-1.946,51.575],[-1.946,51.573],[-1.948,51.571],[-1.945,51.567],[-1.943,51.566],[-1.942,51.563],[-1.944,51.562],[-1.943,51.557],[-1.94,51.553],[-1.948,51.554],[-1.94,51.55],[-1.939,51.546],[-1.944,51.54],[-1.946,51.536],[-1.951,51.534],[-1.954,51.532],[-1.957,51.531],[-1.962,51.528],[-1.963,51.525],[-1.967,51.522],[-1.967,51.52],[-1.97,51.52],[-1.972,51.518],[-1.976,51.517],[-1.987,51.516],[-1.997,51.519],[-2.004,51.519],[-2.004,51.515],[-2.015,51.512],[-2.013,51.511],[-2.015,51.507],[-2.021,51.503],[-2.026,51.505],[-2.039,51.505],[-2.041,51.503],[-2.036,51.499],[-2.04,51.498],[-2.05,51.498],[-2.051,51.496],[-2.055,51.496],[-2.058,51.5],[-2.061,51.501],[-2.066,51.499],[-2.068,51.497],[-2.068,51.494],[-2.066,51.491],[-2.065,51.489],[-2.061,51.488],[-2.063,51.485],[-2.056,51.483],[-2.056,51.48],[-2.058,51.48],[-2.066,51.482],[-2.069,51.476],[-2.072,51.476],[-2.075,51.474],[-2.082,51.472],[-2.084,51.469],[-2.1,51.471],[-2.103,51.469],[-2.111,51.475],[-2.118,51.477],[-2.123,51.477],[-2.127,51.479],[-2.132,51.479],[-2.133,51.477],[-2.142,51.471],[-2.143,51.469],[-2.148,51.465],[-2.15,51.462],[-2.152,51.452],[-2.149,51.447],[-2.158,51.445],[-2.161,51.447],[-2.166,51.448],[-2.17,51.451],[-2.181,51.453],[-2.185,51.454],[-2.188,51.45],[-2.194,51.45],[-2.196,51.452],[-2.199,51.451],[-2.204,51.452],[-2.207,51.449],[-2.209,51.444],[-2.212,51.442],[-2.218,51.443],[-2.22,51.442],[-2.218,51.439],[-2.223,51.437],[-2.225,51.435],[-2.225,51.432],[-2.231,51.428],[-2.231,51.426],[-2.229,51.423],[-2.235,51.421],[-2.231,51.418],[-2.228,51.417],[-2.229,51.414],[-2.22,51.415],[-2.213,51.409],[-2.212,51.405],[-2.208,51.404],[-2.204,51.4],[-2.155,51.403],[-2.147,51.403],[-2.143,51.403],[-2.128,51.404],[-2.088,51.405],[-2.085,51.412],[-2.083,51.413],[-2.068,51.412],[-2.059,51.413],[-2.052,51.413],[-2.047,51.415],[-2.04,51.42],[-2.034,51.419],[-2.033,51.422],[-2.034,51.424],[-2.033,51.43],[-2.03,51.433],[-2.028,51.437],[-2.025,51.434],[-2.02,51.434],[-2.014,51.435],[-2.013,51.432],[-2.009,51.429],[-2.005,51.432],[-2.004,51.434],[-2,51.436],[-1.995,51.433],[-1.989,51.432],[-1.99,51.43],[-1.984,51.428],[-1.98,51.429],[-1.976,51.428],[-1.977,51.424],[-1.98,51.418],[-1.977,51.416],[-1.976,51.413],[-1.977,51.406],[-1.975,51.404],[-1.969,51.404],[-1.967,51.404],[-1.962,51.404],[-1.959,51.406],[-1.947,51.409],[-1.922,51.412],[-1.915,51.413],[-1.917,51.414],[-1.913,51.419],[-1.907,51.422],[-1.902,51.422],[-1.901,51.424],[-1.882,51.439],[-1.879,51.443],[-1.888,51.447],[-1.892,51.453],[-1.893,51.454],[-1.889,51.456],[-1.893,51.458],[-1.893,51.46],[-1.898,51.464],[-1.892,51.467],[-1.886,51.467],[-1.878,51.467],[-1.866,51.465],[-1.858,51.466],[-1.849,51.466],[-1.845,51.467],[-1.839,51.465],[-1.823,51.463],[-1.822,51.459],[-1.813,51.461],[-1.812,51.464],[-1.812,51.467],[-1.811,51.474],[-1.812,51.475],[-1.805,51.481],[-1.798,51.484],[-1.803,51.488],[-1.809,51.494],[-1.813,51.497],[-1.811,51.5],[-1.814,51.501],[-1.813,51.505],[-1.814,51.507],[-1.823,51.505],[-1.828,51.505],[-1.832,51.501],[-1.838,51.501],[-1.841,51.509],[-1.844,51.512],[-1.845,51.515],[-1.842,51.516],[-1.847,51.524],[-1.843,51.526],[-1.841,51.524],[-1.844,51.522],[-1.838,51.516],[-1.837,51.511],[-1.831,51.511],[-1.83,51.515],[-1.833,51.519],[-1.835,51.519],[-1.837,51.524],[-1.839,51.526],[-1.844,51.538],[-1.844,51.543],[-1.852,51.545],[-1.851,51.547],[-1.854,51.55],[-1.849,51.553],[-1.861,51.559],[-1.862,51.56],[-1.86,51.565],[-1.858,51.563],[-1.845,51.562],[-1.847,51.566],[-1.85,51.567],[-1.848,51.569],[-1.844,51.57],[-1.845,51.573],[-1.843,51.579],[-1.84,51.578],[-1.838,51.58]]]},"properties":{"PCON24NM":"Chippenham","PCON24CD":"E14001168"},"PCON24CD":105}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.182,51.669],[-0.188,51.668],[-0.191,51.664],[-0.197,51.665],[-0.195,51.668],[-0.199,51.668],[-0.2,51.67],[-0.203,51.67],[-0.208,51.667],[-0.208,51.663],[-0.213,51.662],[-0.22,51.661],[-0.226,51.658],[-0.228,51.66],[-0.234,51.658],[-0.244,51.657],[-0.25,51.655],[-0.252,51.647],[-0.257,51.642],[-0.262,51.644],[-0.268,51.644],[-0.273,51.642],[-0.274,51.639],[-0.281,51.638],[-0.285,51.637],[-0.292,51.636],[-0.296,51.635],[-0.303,51.636],[-0.298,51.631],[-0.288,51.624],[-0.279,51.622],[-0.275,51.621],[-0.266,51.622],[-0.255,51.622],[-0.251,51.625],[-0.245,51.625],[-0.242,51.626],[-0.24,51.629],[-0.233,51.63],[-0.233,51.626],[-0.216,51.623],[-0.213,51.624],[-0.204,51.625],[-0.198,51.622],[-0.2,51.62],[-0.207,51.619],[-0.213,51.62],[-0.215,51.615],[-0.214,51.612],[-0.209,51.608],[-0.202,51.605],[-0.197,51.61],[-0.191,51.613],[-0.189,51.615],[-0.186,51.616],[-0.18,51.617],[-0.178,51.624],[-0.175,51.624],[-0.172,51.62],[-0.164,51.619],[-0.161,51.62],[-0.159,51.621],[-0.161,51.625],[-0.156,51.628],[-0.145,51.615],[-0.142,51.617],[-0.135,51.622],[-0.134,51.626],[-0.129,51.632],[-0.141,51.638],[-0.145,51.643],[-0.148,51.642],[-0.149,51.645],[-0.152,51.646],[-0.15,51.649],[-0.153,51.653],[-0.155,51.656],[-0.165,51.658],[-0.186,51.663],[-0.182,51.669]]]},"properties":{"PCON24NM":"Chipping Barnet","PCON24CD":"E14001169"},"PCON24CD":106}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.562,53.747],[-2.564,53.749],[-2.574,53.751],[-2.577,53.751],[-2.58,53.748],[-2.587,53.743],[-2.594,53.743],[-2.599,53.743],[-2.605,53.739],[-2.611,53.737],[-2.617,53.732],[-2.624,53.729],[-2.623,53.724],[-2.63,53.718],[-2.64,53.718],[-2.648,53.716],[-2.647,53.715],[-2.651,53.712],[-2.656,53.713],[-2.657,53.717],[-2.658,53.718],[-2.669,53.712],[-2.674,53.709],[-2.677,53.704],[-2.678,53.694],[-2.674,53.693],[-2.662,53.692],[-2.658,53.691],[-2.656,53.688],[-2.658,53.686],[-2.659,53.681],[-2.665,53.682],[-2.668,53.68],[-2.677,53.679],[-2.687,53.679],[-2.699,53.68],[-2.707,53.682],[-2.708,53.676],[-2.711,53.676],[-2.714,53.669],[-2.714,53.666],[-2.706,53.665],[-2.7,53.665],[-2.698,53.664],[-2.693,53.665],[-2.684,53.664],[-2.678,53.666],[-2.673,53.665],[-2.67,53.656],[-2.665,53.653],[-2.663,53.649],[-2.658,53.65],[-2.658,53.639],[-2.655,53.639],[-2.653,53.633],[-2.656,53.632],[-2.662,53.633],[-2.676,53.624],[-2.674,53.616],[-2.685,53.613],[-2.69,53.612],[-2.695,53.616],[-2.698,53.614],[-2.698,53.611],[-2.696,53.605],[-2.689,53.604],[-2.687,53.603],[-2.679,53.605],[-2.671,53.605],[-2.667,53.603],[-2.661,53.603],[-2.655,53.605],[-2.647,53.607],[-2.641,53.607],[-2.635,53.608],[-2.631,53.606],[-2.632,53.604],[-2.631,53.6],[-2.628,53.597],[-2.626,53.594],[-2.62,53.594],[-2.617,53.596],[-2.615,53.603],[-2.603,53.609],[-2.598,53.609],[-2.596,53.611],[-2.592,53.61],[-2.585,53.606],[-2.58,53.601],[-2.575,53.595],[-2.569,53.596],[-2.56,53.599],[-2.556,53.604],[-2.553,53.605],[-2.552,53.608],[-2.539,53.611],[-2.534,53.615],[-2.522,53.62],[-2.511,53.627],[-2.515,53.629],[-2.52,53.63],[-2.525,53.642],[-2.521,53.645],[-2.525,53.654],[-2.529,53.657],[-2.529,53.661],[-2.532,53.665],[-2.53,53.666],[-2.526,53.672],[-2.525,53.675],[-2.521,53.675],[-2.518,53.678],[-2.517,53.685],[-2.518,53.687],[-2.515,53.69],[-2.516,53.692],[-2.523,53.695],[-2.525,53.695],[-2.532,53.696],[-2.54,53.702],[-2.543,53.707],[-2.543,53.71],[-2.539,53.713],[-2.539,53.715],[-2.541,53.72],[-2.547,53.722],[-2.546,53.725],[-2.551,53.727],[-2.555,53.725],[-2.557,53.735],[-2.564,53.739],[-2.562,53.747]]]},"properties":{"PCON24NM":"Chorley","PCON24CD":"E14001170"},"PCON24CD":107}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.851,50.859],[-1.851,50.857],[-1.855,50.854],[-1.859,50.858],[-1.862,50.865],[-1.865,50.865],[-1.873,50.863],[-1.882,50.865],[-1.885,50.86],[-1.889,50.853],[-1.887,50.849],[-1.896,50.844],[-1.895,50.841],[-1.9,50.84],[-1.9,50.833],[-1.902,50.83],[-1.902,50.827],[-1.905,50.823],[-1.909,50.825],[-1.911,50.824],[-1.916,50.825],[-1.921,50.824],[-1.927,50.821],[-1.933,50.821],[-1.934,50.817],[-1.932,50.812],[-1.928,50.807],[-1.932,50.807],[-1.932,50.804],[-1.939,50.803],[-1.941,50.8],[-1.936,50.797],[-1.935,50.794],[-1.936,50.789],[-1.939,50.786],[-1.937,50.783],[-1.933,50.78],[-1.926,50.781],[-1.924,50.783],[-1.92,50.784],[-1.919,50.781],[-1.922,50.776],[-1.915,50.773],[-1.91,50.775],[-1.906,50.777],[-1.899,50.778],[-1.894,50.78],[-1.887,50.776],[-1.886,50.772],[-1.878,50.77],[-1.875,50.767],[-1.875,50.765],[-1.868,50.763],[-1.864,50.764],[-1.857,50.77],[-1.856,50.773],[-1.852,50.773],[-1.848,50.771],[-1.843,50.764],[-1.844,50.763],[-1.837,50.759],[-1.832,50.758],[-1.817,50.757],[-1.814,50.755],[-1.817,50.754],[-1.815,50.748],[-1.815,50.743],[-1.806,50.741],[-1.805,50.741],[-1.804,50.741],[-1.801,50.74],[-1.796,50.74],[-1.791,50.733],[-1.791,50.73],[-1.78,50.73],[-1.776,50.731],[-1.77,50.731],[-1.774,50.735],[-1.772,50.737],[-1.769,50.731],[-1.769,50.729],[-1.766,50.729],[-1.766,50.725],[-1.76,50.723],[-1.755,50.729],[-1.753,50.727],[-1.75,50.726],[-1.745,50.728],[-1.741,50.727],[-1.741,50.725],[-1.736,50.727],[-1.73,50.732],[-1.725,50.734],[-1.716,50.736],[-1.707,50.737],[-1.694,50.737],[-1.693,50.737],[-1.691,50.741],[-1.685,50.744],[-1.682,50.75],[-1.683,50.752],[-1.69,50.752],[-1.704,50.753],[-1.718,50.752],[-1.728,50.751],[-1.744,50.747],[-1.744,50.753],[-1.745,50.756],[-1.742,50.757],[-1.742,50.76],[-1.739,50.763],[-1.745,50.773],[-1.748,50.775],[-1.746,50.776],[-1.749,50.779],[-1.756,50.778],[-1.768,50.773],[-1.77,50.773],[-1.769,50.77],[-1.776,50.767],[-1.781,50.767],[-1.783,50.765],[-1.788,50.767],[-1.79,50.772],[-1.79,50.775],[-1.788,50.779],[-1.791,50.78],[-1.792,50.782],[-1.795,50.782],[-1.801,50.788],[-1.804,50.793],[-1.803,50.799],[-1.805,50.801],[-1.804,50.803],[-1.808,50.804],[-1.812,50.806],[-1.812,50.809],[-1.807,50.81],[-1.803,50.814],[-1.807,50.815],[-1.807,50.818],[-1.804,50.82],[-1.805,50.824],[-1.803,50.83],[-1.801,50.832],[-1.798,50.83],[-1.794,50.831],[-1.792,50.834],[-1.791,50.837],[-1.799,50.839],[-1.804,50.845],[-1.8,50.848],[-1.805,50.851],[-1.806,50.853],[-1.804,50.857],[-1.808,50.864],[-1.813,50.865],[-1.815,50.862],[-1.815,50.859],[-1.821,50.857],[-1.83,50.855],[-1.842,50.858],[-1.851,50.859]]]},"properties":{"PCON24NM":"Christchurch","PCON24CD":"E14001171"},"PCON24CD":108}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.16,51.537],[-0.165,51.536],[-0.17,51.539],[-0.174,51.539],[-0.18,51.54],[-0.185,51.538],[-0.189,51.535],[-0.177,51.525],[-0.17,51.527],[-0.167,51.528],[-0.164,51.525],[-0.167,51.524],[-0.164,51.521],[-0.171,51.52],[-0.18,51.52],[-0.185,51.52],[-0.18,51.518],[-0.175,51.514],[-0.176,51.513],[-0.171,51.51],[-0.175,51.502],[-0.18,51.502],[-0.18,51.498],[-0.177,51.498],[-0.174,51.498],[-0.172,51.498],[-0.168,51.499],[-0.168,51.498],[-0.166,51.499],[-0.165,51.499],[-0.161,51.502],[-0.16,51.502],[-0.158,51.502],[-0.158,51.501],[-0.157,51.498],[-0.156,51.497],[-0.156,51.496],[-0.155,51.495],[-0.156,51.495],[-0.156,51.494],[-0.155,51.494],[-0.156,51.493],[-0.156,51.492],[-0.156,51.491],[-0.155,51.49],[-0.155,51.489],[-0.15,51.486],[-0.138,51.485],[-0.133,51.486],[-0.128,51.488],[-0.125,51.492],[-0.123,51.504],[-0.121,51.507],[-0.118,51.51],[-0.112,51.511],[-0.1,51.511],[-0.092,51.509],[-0.079,51.508],[-0.077,51.51],[-0.075,51.51],[-0.073,51.51],[-0.074,51.514],[-0.079,51.519],[-0.079,51.522],[-0.081,51.522],[-0.085,51.52],[-0.086,51.519],[-0.092,51.521],[-0.093,51.521],[-0.094,51.522],[-0.096,51.523],[-0.097,51.523],[-0.098,51.523],[-0.097,51.522],[-0.098,51.521],[-0.105,51.519],[-0.11,51.518],[-0.113,51.518],[-0.113,51.517],[-0.112,51.515],[-0.115,51.516],[-0.119,51.515],[-0.123,51.515],[-0.128,51.513],[-0.129,51.513],[-0.131,51.517],[-0.137,51.519],[-0.143,51.524],[-0.147,51.525],[-0.151,51.535],[-0.153,51.538],[-0.156,51.537],[-0.158,51.537],[-0.159,51.537],[-0.159,51.536],[-0.16,51.537]]]},"properties":{"PCON24NM":"Cities of London and Westminster","PCON24CD":"E14001172"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.438,54.801],[-1.444,54.802],[-1.448,54.801],[-1.455,54.8],[-1.46,54.802],[-1.468,54.8],[-1.478,54.8],[-1.483,54.799],[-1.491,54.799],[-1.494,54.801],[-1.492,54.804],[-1.485,54.809],[-1.482,54.81],[-1.494,54.816],[-1.49,54.82],[-1.494,54.823],[-1.498,54.823],[-1.504,54.831],[-1.503,54.836],[-1.504,54.837],[-1.516,54.835],[-1.514,54.829],[-1.518,54.829],[-1.528,54.829],[-1.534,54.829],[-1.538,54.826],[-1.548,54.824],[-1.562,54.826],[-1.57,54.824],[-1.573,54.82],[-1.577,54.823],[-1.584,54.823],[-1.589,54.821],[-1.592,54.817],[-1.596,54.816],[-1.607,54.818],[-1.617,54.815],[-1.62,54.813],[-1.63,54.813],[-1.636,54.815],[-1.64,54.819],[-1.639,54.821],[-1.646,54.822],[-1.648,54.826],[-1.652,54.825],[-1.653,54.827],[-1.664,54.825],[-1.66,54.82],[-1.655,54.816],[-1.657,54.814],[-1.657,54.807],[-1.664,54.807],[-1.684,54.806],[-1.69,54.807],[-1.695,54.803],[-1.702,54.804],[-1.707,54.805],[-1.707,54.8],[-1.713,54.799],[-1.718,54.795],[-1.726,54.797],[-1.732,54.798],[-1.737,54.798],[-1.739,54.795],[-1.738,54.791],[-1.745,54.792],[-1.747,54.794],[-1.752,54.794],[-1.759,54.792],[-1.762,54.795],[-1.77,54.796],[-1.779,54.799],[-1.779,54.796],[-1.784,54.796],[-1.788,54.788],[-1.795,54.791],[-1.796,54.789],[-1.802,54.791],[-1.804,54.794],[-1.801,54.795],[-1.791,54.801],[-1.801,54.8],[-1.806,54.804],[-1.82,54.803],[-1.822,54.805],[-1.833,54.804],[-1.839,54.801],[-1.842,54.802],[-1.848,54.801],[-1.848,54.799],[-1.852,54.797],[-1.858,54.796],[-1.865,54.792],[-1.869,54.792],[-1.869,54.789],[-1.878,54.784],[-1.881,54.778],[-1.873,54.774],[-1.865,54.773],[-1.859,54.771],[-1.841,54.757],[-1.832,54.756],[-1.81,54.752],[-1.807,54.747],[-1.8,54.747],[-1.794,54.747],[-1.792,54.75],[-1.788,54.75],[-1.783,54.751],[-1.78,54.751],[-1.769,54.752],[-1.768,54.754],[-1.76,54.755],[-1.759,54.756],[-1.753,54.758],[-1.744,54.76],[-1.73,54.758],[-1.729,54.757],[-1.731,54.75],[-1.734,54.748],[-1.733,54.746],[-1.74,54.743],[-1.739,54.738],[-1.735,54.731],[-1.727,54.729],[-1.736,54.728],[-1.729,54.724],[-1.722,54.722],[-1.716,54.721],[-1.709,54.715],[-1.706,54.714],[-1.712,54.712],[-1.714,54.706],[-1.709,54.704],[-1.71,54.701],[-1.715,54.7],[-1.722,54.702],[-1.729,54.704],[-1.73,54.7],[-1.72,54.694],[-1.723,54.688],[-1.725,54.686],[-1.711,54.68],[-1.704,54.674],[-1.694,54.673],[-1.69,54.674],[-1.683,54.673],[-1.685,54.679],[-1.683,54.683],[-1.682,54.686],[-1.677,54.687],[-1.677,54.692],[-1.687,54.692],[-1.693,54.692],[-1.691,54.695],[-1.692,54.701],[-1.686,54.705],[-1.683,54.705],[-1.678,54.704],[-1.675,54.704],[-1.672,54.706],[-1.666,54.705],[-1.657,54.708],[-1.649,54.708],[-1.645,54.712],[-1.642,54.713],[-1.637,54.713],[-1.629,54.717],[-1.624,54.718],[-1.623,54.721],[-1.618,54.725],[-1.6,54.731],[-1.595,54.73],[-1.592,54.733],[-1.585,54.736],[-1.579,54.741],[-1.583,54.745],[-1.582,54.747],[-1.584,54.75],[-1.581,54.751],[-1.575,54.75],[-1.563,54.745],[-1.562,54.742],[-1.554,54.745],[-1.55,54.741],[-1.542,54.743],[-1.537,54.741],[-1.528,54.745],[-1.522,54.742],[-1.518,54.745],[-1.515,54.744],[-1.514,54.751],[-1.507,54.75],[-1.506,54.748],[-1.5,54.749],[-1.501,54.752],[-1.498,54.753],[-1.495,54.756],[-1.486,54.756],[-1.485,54.753],[-1.474,54.752],[-1.474,54.75],[-1.467,54.75],[-1.463,54.748],[-1.457,54.747],[-1.458,54.748],[-1.454,54.753],[-1.459,54.761],[-1.462,54.763],[-1.458,54.765],[-1.459,54.77],[-1.457,54.772],[-1.468,54.779],[-1.472,54.779],[-1.469,54.782],[-1.468,54.786],[-1.468,54.791],[-1.464,54.791],[-1.454,54.79],[-1.448,54.789],[-1.437,54.796],[-1.438,54.801]]]},"properties":{"PCON24NM":"City of Durham","PCON24CD":"E14001173"},"PCON24CD":110}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.254,51.874],[1.251,51.871],[1.252,51.869],[1.259,51.869],[1.265,51.864],[1.269,51.865],[1.267,51.869],[1.265,51.872],[1.254,51.874]]],[[[1.264,51.875],[1.264,51.878],[1.26,51.878],[1.26,51.876],[1.264,51.875]]],[[[1.256,51.884],[1.25,51.883],[1.247,51.881],[1.236,51.882],[1.229,51.881],[1.227,51.879],[1.226,51.875],[1.234,51.874],[1.238,51.87],[1.244,51.871],[1.247,51.873],[1.246,51.875],[1.254,51.877],[1.257,51.876],[1.26,51.882],[1.256,51.884]]],[[[1.236,51.899],[1.231,51.9],[1.229,51.898],[1.23,51.896],[1.233,51.893],[1.231,51.889],[1.232,51.887],[1.242,51.886],[1.247,51.891],[1.244,51.893],[1.245,51.896],[1.238,51.897],[1.236,51.899]]],[[[1.254,51.904],[1.25,51.905],[1.247,51.909],[1.241,51.909],[1.237,51.912],[1.232,51.918],[1.231,51.923],[1.228,51.927],[1.223,51.924],[1.215,51.923],[1.211,51.921],[1.2,51.921],[1.2,51.914],[1.192,51.912],[1.189,51.913],[1.186,51.916],[1.183,51.917],[1.183,51.913],[1.176,51.913],[1.172,51.914],[1.166,51.917],[1.163,51.92],[1.165,51.925],[1.155,51.927],[1.15,51.931],[1.142,51.933],[1.134,51.931],[1.128,51.928],[1.122,51.924],[1.117,51.922],[1.116,51.918],[1.11,51.914],[1.11,51.912],[1.098,51.907],[1.097,51.906],[1.086,51.904],[1.088,51.902],[1.083,51.899],[1.076,51.904],[1.072,51.904],[1.069,51.898],[1.066,51.9],[1.066,51.904],[1.061,51.905],[1.061,51.903],[1.063,51.901],[1.061,51.896],[1.063,51.895],[1.059,51.889],[1.062,51.888],[1.055,51.883],[1.055,51.877],[1.043,51.873],[1.036,51.874],[1.035,51.873],[1.029,51.874],[1.025,51.874],[1.02,51.875],[1.012,51.869],[1.01,51.866],[1.011,51.862],[1.014,51.86],[1.014,51.857],[1.023,51.855],[1.026,51.853],[1.028,51.853],[1.037,51.854],[1.039,51.853],[1.042,51.854],[1.046,51.849],[1.048,51.848],[1.051,51.842],[1.052,51.841],[1.058,51.834],[1.061,51.831],[1.059,51.827],[1.06,51.824],[1.065,51.819],[1.066,51.816],[1.062,51.81],[1.054,51.807],[1.05,51.805],[1.033,51.801],[1.027,51.801],[1.021,51.803],[1.018,51.801],[1.022,51.798],[1.03,51.796],[1.036,51.791],[1.039,51.788],[1.037,51.785],[1.032,51.786],[1.031,51.785],[1.033,51.778],[1.04,51.772],[1.044,51.77],[1.055,51.77],[1.058,51.77],[1.068,51.77],[1.083,51.772],[1.092,51.772],[1.094,51.772],[1.111,51.773],[1.113,51.773],[1.133,51.778],[1.143,51.782],[1.15,51.785],[1.166,51.792],[1.174,51.794],[1.205,51.804],[1.215,51.809],[1.218,51.809],[1.221,51.812],[1.226,51.814],[1.237,51.82],[1.242,51.824],[1.253,51.833],[1.258,51.836],[1.264,51.842],[1.266,51.842],[1.276,51.852],[1.28,51.854],[1.285,51.859],[1.287,51.859],[1.29,51.863],[1.292,51.87],[1.291,51.874],[1.278,51.879],[1.269,51.884],[1.263,51.885],[1.269,51.878],[1.268,51.874],[1.271,51.868],[1.271,51.864],[1.273,51.862],[1.27,51.858],[1.271,51.852],[1.266,51.854],[1.266,51.858],[1.27,51.86],[1.272,51.862],[1.27,51.864],[1.264,51.863],[1.26,51.864],[1.249,51.862],[1.246,51.86],[1.236,51.862],[1.235,51.859],[1.228,51.858],[1.232,51.863],[1.226,51.866],[1.23,51.868],[1.227,51.873],[1.222,51.871],[1.22,51.872],[1.225,51.876],[1.224,51.88],[1.219,51.879],[1.214,51.877],[1.209,51.871],[1.203,51.872],[1.188,51.87],[1.187,51.873],[1.192,51.872],[1.194,51.875],[1.198,51.875],[1.197,51.877],[1.203,51.878],[1.2,51.884],[1.207,51.887],[1.213,51.887],[1.213,51.89],[1.218,51.889],[1.226,51.89],[1.231,51.893],[1.228,51.895],[1.222,51.896],[1.213,51.899],[1.222,51.901],[1.224,51.902],[1.229,51.904],[1.233,51.904],[1.233,51.901],[1.237,51.9],[1.24,51.897],[1.246,51.897],[1.253,51.901],[1.254,51.904]]]]},"properties":{"PCON24NM":"Clacton","PCON24CD":"E14001174"},"PCON24CD":111}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.113,51.47],[-0.119,51.469],[-0.122,51.472],[-0.126,51.47],[-0.129,51.472],[-0.129,51.474],[-0.134,51.476],[-0.138,51.472],[-0.151,51.468],[-0.151,51.463],[-0.148,51.457],[-0.148,51.452],[-0.142,51.451],[-0.146,51.446],[-0.144,51.442],[-0.136,51.442],[-0.132,51.443],[-0.129,51.447],[-0.124,51.445],[-0.117,51.443],[-0.113,51.441],[-0.109,51.44],[-0.111,51.445],[-0.111,51.453],[-0.114,51.455],[-0.116,51.461],[-0.112,51.468],[-0.113,51.47]]]},"properties":{"PCON24NM":"Clapham and Brixton Hill","PCON24CD":"E14001175"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.913,51.845],[0.914,51.846],[0.915,51.846],[0.918,51.845],[0.92,51.845],[0.919,51.852],[0.916,51.857],[0.914,51.859],[0.915,51.863],[0.91,51.868],[0.911,51.87],[0.908,51.874],[0.908,51.877],[0.913,51.878],[0.914,51.882],[0.919,51.882],[0.919,51.886],[0.918,51.887],[0.924,51.887],[0.927,51.885],[0.927,51.884],[0.928,51.881],[0.936,51.877],[0.935,51.882],[0.94,51.884],[0.951,51.89],[0.953,51.893],[0.949,51.897],[0.957,51.904],[0.955,51.905],[0.949,51.905],[0.944,51.906],[0.947,51.909],[0.938,51.913],[0.932,51.913],[0.934,51.917],[0.931,51.92],[0.934,51.921],[0.931,51.926],[0.928,51.927],[0.918,51.927],[0.915,51.929],[0.908,51.929],[0.901,51.929],[0.889,51.926],[0.891,51.923],[0.886,51.92],[0.882,51.92],[0.879,51.921],[0.875,51.92],[0.872,51.917],[0.872,51.915],[0.868,51.907],[0.87,51.904],[0.868,51.902],[0.862,51.901],[0.845,51.897],[0.845,51.896],[0.846,51.892],[0.846,51.891],[0.85,51.88],[0.85,51.873],[0.854,51.87],[0.856,51.864],[0.861,51.864],[0.867,51.863],[0.869,51.861],[0.867,51.859],[0.867,51.853],[0.871,51.852],[0.873,51.849],[0.883,51.848],[0.889,51.846],[0.897,51.846],[0.899,51.843],[0.913,51.845]]]},"properties":{"PCON24NM":"Colchester","PCON24CD":"E14001176"},"PCON24CD":113}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.777,53.614],[-1.787,53.611],[-1.788,53.611],[-1.796,53.61],[-1.811,53.608],[-1.815,53.609],[-1.819,53.608],[-1.823,53.61],[-1.83,53.608],[-1.835,53.615],[-1.835,53.617],[-1.839,53.619],[-1.838,53.622],[-1.841,53.624],[-1.84,53.628],[-1.835,53.631],[-1.826,53.634],[-1.824,53.636],[-1.815,53.638],[-1.813,53.641],[-1.813,53.645],[-1.816,53.646],[-1.814,53.652],[-1.811,53.652],[-1.811,53.656],[-1.808,53.659],[-1.809,53.66],[-1.803,53.661],[-1.804,53.664],[-1.802,53.665],[-1.806,53.668],[-1.806,53.673],[-1.813,53.671],[-1.819,53.673],[-1.826,53.67],[-1.833,53.67],[-1.836,53.669],[-1.839,53.671],[-1.843,53.672],[-1.85,53.673],[-1.854,53.672],[-1.851,53.67],[-1.844,53.666],[-1.848,53.665],[-1.85,53.666],[-1.855,53.663],[-1.86,53.663],[-1.867,53.66],[-1.873,53.658],[-1.882,53.654],[-1.893,53.649],[-1.895,53.645],[-1.898,53.645],[-1.905,53.645],[-1.934,53.648],[-1.936,53.645],[-1.94,53.642],[-1.947,53.638],[-1.957,53.634],[-1.963,53.633],[-1.966,53.629],[-1.973,53.626],[-1.98,53.623],[-1.989,53.624],[-1.994,53.624],[-2.005,53.622],[-2.004,53.619],[-2.009,53.617],[-2.007,53.612],[-1.996,53.605],[-1.983,53.59],[-1.978,53.587],[-1.971,53.584],[-1.967,53.58],[-1.957,53.578],[-1.951,53.574],[-1.946,53.572],[-1.945,53.569],[-1.943,53.562],[-1.929,53.556],[-1.924,53.553],[-1.922,53.553],[-1.919,53.551],[-1.913,53.552],[-1.91,53.538],[-1.901,53.539],[-1.898,53.538],[-1.894,53.534],[-1.887,53.536],[-1.883,53.539],[-1.876,53.54],[-1.871,53.539],[-1.863,53.535],[-1.86,53.534],[-1.856,53.53],[-1.851,53.526],[-1.846,53.525],[-1.843,53.521],[-1.841,53.52],[-1.834,53.521],[-1.827,53.524],[-1.822,53.521],[-1.809,53.533],[-1.804,53.537],[-1.797,53.534],[-1.792,53.535],[-1.785,53.535],[-1.777,53.536],[-1.771,53.534],[-1.765,53.536],[-1.756,53.537],[-1.742,53.541],[-1.73,53.547],[-1.727,53.55],[-1.724,53.552],[-1.726,53.555],[-1.723,53.56],[-1.704,53.56],[-1.71,53.565],[-1.708,53.566],[-1.714,53.573],[-1.722,53.577],[-1.726,53.574],[-1.732,53.576],[-1.73,53.58],[-1.732,53.581],[-1.732,53.584],[-1.736,53.584],[-1.743,53.585],[-1.751,53.584],[-1.751,53.586],[-1.756,53.587],[-1.759,53.591],[-1.754,53.594],[-1.755,53.601],[-1.76,53.607],[-1.764,53.608],[-1.767,53.612],[-1.773,53.612],[-1.777,53.614]]]},"properties":{"PCON24NM":"Colne Valley","PCON24CD":"E14001177"},"PCON24CD":114}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.309,53.246],[-2.321,53.248],[-2.324,53.251],[-2.331,53.253],[-2.334,53.252],[-2.34,53.252],[-2.345,53.249],[-2.349,53.249],[-2.351,53.246],[-2.35,53.244],[-2.347,53.241],[-2.354,53.236],[-2.359,53.233],[-2.36,53.231],[-2.364,53.224],[-2.368,53.223],[-2.378,53.227],[-2.381,53.228],[-2.386,53.23],[-2.396,53.234],[-2.399,53.232],[-2.397,53.231],[-2.399,53.228],[-2.398,53.225],[-2.401,53.222],[-2.411,53.221],[-2.414,53.219],[-2.412,53.213],[-2.409,53.213],[-2.409,53.209],[-2.41,53.206],[-2.406,53.204],[-2.401,53.203],[-2.399,53.205],[-2.393,53.205],[-2.39,53.196],[-2.385,53.197],[-2.373,53.196],[-2.371,53.19],[-2.376,53.189],[-2.369,53.183],[-2.372,53.179],[-2.378,53.174],[-2.378,53.172],[-2.387,53.176],[-2.392,53.18],[-2.398,53.177],[-2.398,53.172],[-2.407,53.174],[-2.411,53.173],[-2.415,53.175],[-2.42,53.173],[-2.426,53.173],[-2.431,53.177],[-2.433,53.174],[-2.437,53.173],[-2.436,53.17],[-2.441,53.169],[-2.442,53.164],[-2.444,53.16],[-2.455,53.161],[-2.456,53.157],[-2.455,53.156],[-2.457,53.152],[-2.457,53.149],[-2.452,53.139],[-2.455,53.131],[-2.456,53.128],[-2.454,53.126],[-2.446,53.126],[-2.434,53.124],[-2.431,53.122],[-2.422,53.12],[-2.415,53.118],[-2.411,53.122],[-2.408,53.125],[-2.402,53.124],[-2.397,53.126],[-2.392,53.126],[-2.385,53.124],[-2.381,53.122],[-2.381,53.119],[-2.378,53.117],[-2.369,53.119],[-2.362,53.115],[-2.364,53.112],[-2.363,53.109],[-2.359,53.109],[-2.355,53.11],[-2.349,53.107],[-2.35,53.106],[-2.343,53.105],[-2.336,53.102],[-2.333,53.1],[-2.332,53.093],[-2.335,53.087],[-2.327,53.087],[-2.323,53.084],[-2.317,53.081],[-2.31,53.082],[-2.303,53.083],[-2.302,53.081],[-2.297,53.081],[-2.295,53.078],[-2.288,53.08],[-2.282,53.08],[-2.275,53.082],[-2.274,53.084],[-2.277,53.086],[-2.271,53.087],[-2.267,53.088],[-2.261,53.089],[-2.255,53.091],[-2.253,53.093],[-2.251,53.093],[-2.248,53.09],[-2.24,53.098],[-2.238,53.101],[-2.234,53.103],[-2.227,53.104],[-2.223,53.104],[-2.222,53.108],[-2.217,53.111],[-2.211,53.116],[-2.204,53.12],[-2.188,53.135],[-2.18,53.143],[-2.177,53.146],[-2.172,53.148],[-2.168,53.148],[-2.163,53.152],[-2.16,53.153],[-2.157,53.155],[-2.155,53.159],[-2.151,53.16],[-2.149,53.158],[-2.141,53.157],[-2.144,53.171],[-2.145,53.176],[-2.141,53.18],[-2.141,53.184],[-2.144,53.188],[-2.147,53.185],[-2.151,53.186],[-2.154,53.189],[-2.163,53.188],[-2.17,53.188],[-2.171,53.19],[-2.179,53.187],[-2.189,53.18],[-2.191,53.177],[-2.202,53.177],[-2.207,53.179],[-2.211,53.179],[-2.219,53.183],[-2.215,53.187],[-2.216,53.19],[-2.22,53.194],[-2.228,53.2],[-2.231,53.201],[-2.241,53.199],[-2.243,53.202],[-2.256,53.205],[-2.259,53.205],[-2.264,53.206],[-2.27,53.21],[-2.28,53.212],[-2.284,53.216],[-2.287,53.218],[-2.291,53.222],[-2.297,53.223],[-2.302,53.225],[-2.306,53.23],[-2.306,53.235],[-2.31,53.244],[-2.309,53.246]]]},"properties":{"PCON24NM":"Congleton","PCON24CD":"E14001178"},"PCON24CD":115}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.495,52.64],[-0.499,52.639],[-0.504,52.64],[-0.512,52.644],[-0.521,52.641],[-0.521,52.637],[-0.529,52.632],[-0.533,52.632],[-0.538,52.628],[-0.541,52.625],[-0.538,52.621],[-0.539,52.618],[-0.55,52.612],[-0.548,52.607],[-0.551,52.604],[-0.552,52.6],[-0.544,52.596],[-0.544,52.593],[-0.552,52.594],[-0.559,52.594],[-0.561,52.592],[-0.561,52.589],[-0.563,52.586],[-0.572,52.586],[-0.576,52.586],[-0.579,52.589],[-0.578,52.593],[-0.579,52.595],[-0.584,52.595],[-0.583,52.593],[-0.585,52.589],[-0.589,52.587],[-0.594,52.588],[-0.602,52.589],[-0.608,52.585],[-0.617,52.583],[-0.62,52.58],[-0.625,52.579],[-0.628,52.577],[-0.633,52.576],[-0.633,52.574],[-0.639,52.572],[-0.643,52.573],[-0.647,52.574],[-0.648,52.571],[-0.655,52.57],[-0.671,52.564],[-0.672,52.56],[-0.677,52.558],[-0.684,52.552],[-0.688,52.547],[-0.692,52.546],[-0.698,52.546],[-0.697,52.538],[-0.701,52.538],[-0.7,52.536],[-0.704,52.531],[-0.715,52.523],[-0.721,52.523],[-0.727,52.523],[-0.739,52.519],[-0.742,52.517],[-0.741,52.516],[-0.742,52.512],[-0.736,52.511],[-0.731,52.508],[-0.722,52.505],[-0.729,52.497],[-0.733,52.49],[-0.733,52.485],[-0.734,52.482],[-0.74,52.475],[-0.741,52.468],[-0.739,52.463],[-0.738,52.458],[-0.734,52.458],[-0.727,52.459],[-0.723,52.46],[-0.72,52.457],[-0.709,52.46],[-0.702,52.464],[-0.696,52.471],[-0.693,52.477],[-0.689,52.476],[-0.685,52.478],[-0.679,52.476],[-0.672,52.479],[-0.673,52.484],[-0.665,52.485],[-0.662,52.483],[-0.657,52.485],[-0.654,52.482],[-0.646,52.481],[-0.64,52.482],[-0.635,52.48],[-0.632,52.475],[-0.635,52.47],[-0.633,52.469],[-0.632,52.465],[-0.634,52.463],[-0.64,52.466],[-0.643,52.464],[-0.649,52.463],[-0.653,52.461],[-0.658,52.46],[-0.663,52.457],[-0.664,52.454],[-0.654,52.448],[-0.66,52.446],[-0.659,52.443],[-0.66,52.439],[-0.659,52.434],[-0.653,52.435],[-0.646,52.437],[-0.644,52.436],[-0.634,52.434],[-0.63,52.435],[-0.627,52.434],[-0.628,52.429],[-0.621,52.425],[-0.621,52.42],[-0.614,52.42],[-0.618,52.417],[-0.618,52.413],[-0.621,52.412],[-0.621,52.409],[-0.624,52.408],[-0.625,52.406],[-0.616,52.402],[-0.616,52.4],[-0.622,52.396],[-0.627,52.386],[-0.628,52.382],[-0.624,52.38],[-0.624,52.375],[-0.621,52.372],[-0.622,52.368],[-0.628,52.365],[-0.628,52.364],[-0.632,52.362],[-0.627,52.359],[-0.629,52.357],[-0.627,52.355],[-0.623,52.353],[-0.626,52.346],[-0.627,52.344],[-0.623,52.342],[-0.633,52.337],[-0.635,52.333],[-0.63,52.332],[-0.619,52.333],[-0.614,52.332],[-0.61,52.333],[-0.608,52.331],[-0.603,52.328],[-0.599,52.325],[-0.596,52.326],[-0.59,52.323],[-0.58,52.32],[-0.567,52.318],[-0.56,52.319],[-0.558,52.317],[-0.554,52.318],[-0.55,52.321],[-0.541,52.32],[-0.533,52.316],[-0.524,52.318],[-0.52,52.318],[-0.517,52.318],[-0.508,52.32],[-0.487,52.321],[-0.483,52.321],[-0.476,52.318],[-0.474,52.32],[-0.465,52.323],[-0.465,52.327],[-0.465,52.333],[-0.468,52.338],[-0.472,52.34],[-0.483,52.341],[-0.477,52.348],[-0.489,52.354],[-0.494,52.358],[-0.499,52.36],[-0.499,52.367],[-0.495,52.37],[-0.489,52.374],[-0.496,52.38],[-0.494,52.381],[-0.49,52.379],[-0.487,52.379],[-0.485,52.382],[-0.47,52.38],[-0.468,52.383],[-0.464,52.382],[-0.462,52.383],[-0.457,52.382],[-0.455,52.386],[-0.446,52.383],[-0.443,52.384],[-0.437,52.388],[-0.433,52.396],[-0.422,52.4],[-0.416,52.404],[-0.42,52.405],[-0.417,52.412],[-0.41,52.413],[-0.401,52.415],[-0.398,52.418],[-0.39,52.422],[-0.379,52.428],[-0.372,52.431],[-0.366,52.432],[-0.362,52.434],[-0.37,52.437],[-0.369,52.441],[-0.367,52.443],[-0.363,52.447],[-0.362,52.449],[-0.363,52.451],[-0.355,52.456],[-0.353,52.461],[-0.349,52.463],[-0.344,52.466],[-0.342,52.467],[-0.342,52.469],[-0.349,52.472],[-0.349,52.473],[-0.348,52.478],[-0.35,52.481],[-0.35,52.483],[-0.354,52.485],[-0.358,52.489],[-0.358,52.492],[-0.359,52.495],[-0.359,52.497],[-0.356,52.501],[-0.352,52.503],[-0.356,52.506],[-0.358,52.506],[-0.369,52.509],[-0.373,52.511],[-0.378,52.511],[-0.387,52.516],[-0.392,52.519],[-0.4,52.522],[-0.409,52.523],[-0.413,52.525],[-0.414,52.527],[-0.41,52.531],[-0.405,52.532],[-0.401,52.539],[-0.404,52.543],[-0.402,52.548],[-0.411,52.55],[-0.416,52.552],[-0.416,52.556],[-0.42,52.559],[-0.417,52.562],[-0.41,52.562],[-0.407,52.566],[-0.412,52.569],[-0.416,52.57],[-0.415,52.579],[-0.42,52.581],[-0.427,52.582],[-0.447,52.579],[-0.461,52.576],[-0.479,52.574],[-0.481,52.576],[-0.479,52.577],[-0.485,52.58],[-0.493,52.582],[-0.498,52.587],[-0.494,52.59],[-0.491,52.591],[-0.489,52.597],[-0.486,52.599],[-0.485,52.602],[-0.481,52.603],[-0.48,52.614],[-0.474,52.614],[-0.475,52.617],[-0.471,52.618],[-0.472,52.621],[-0.471,52.624],[-0.473,52.627],[-0.477,52.631],[-0.485,52.633],[-0.488,52.633],[-0.495,52.64]]]},"properties":{"PCON24NM":"Corby and East Northamptonshire","PCON24CD":"E14001179"},"PCON24CD":116}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.463,52.376],[-1.463,52.38],[-1.46,52.381],[-1.447,52.385],[-1.436,52.392],[-1.433,52.395],[-1.431,52.399],[-1.432,52.402],[-1.437,52.408],[-1.438,52.411],[-1.435,52.413],[-1.429,52.421],[-1.424,52.431],[-1.425,52.435],[-1.432,52.438],[-1.44,52.44],[-1.447,52.443],[-1.445,52.446],[-1.446,52.448],[-1.454,52.45],[-1.46,52.454],[-1.462,52.458],[-1.466,52.459],[-1.471,52.457],[-1.473,52.456],[-1.483,52.458],[-1.493,52.458],[-1.492,52.455],[-1.496,52.452],[-1.5,52.451],[-1.497,52.444],[-1.501,52.439],[-1.513,52.421],[-1.506,52.421],[-1.509,52.416],[-1.509,52.413],[-1.508,52.412],[-1.498,52.42],[-1.495,52.417],[-1.492,52.417],[-1.487,52.421],[-1.487,52.415],[-1.488,52.407],[-1.485,52.406],[-1.484,52.411],[-1.48,52.412],[-1.473,52.411],[-1.472,52.414],[-1.464,52.416],[-1.46,52.417],[-1.459,52.414],[-1.46,52.41],[-1.459,52.407],[-1.464,52.4],[-1.47,52.395],[-1.479,52.391],[-1.482,52.39],[-1.477,52.386],[-1.471,52.383],[-1.463,52.376]]]},"properties":{"PCON24NM":"Coventry East","PCON24CD":"E14001180"},"PCON24CD":117}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.5,52.451],[-1.505,52.45],[-1.52,52.453],[-1.518,52.457],[-1.522,52.456],[-1.529,52.457],[-1.535,52.459],[-1.54,52.465],[-1.549,52.459],[-1.551,52.457],[-1.563,52.456],[-1.568,52.456],[-1.574,52.458],[-1.579,52.458],[-1.586,52.46],[-1.593,52.462],[-1.597,52.458],[-1.595,52.456],[-1.594,52.454],[-1.596,52.451],[-1.594,52.448],[-1.593,52.445],[-1.596,52.44],[-1.606,52.44],[-1.609,52.438],[-1.61,52.434],[-1.606,52.433],[-1.607,52.431],[-1.611,52.432],[-1.614,52.428],[-1.61,52.426],[-1.611,52.423],[-1.605,52.419],[-1.604,52.409],[-1.603,52.408],[-1.597,52.408],[-1.592,52.404],[-1.591,52.402],[-1.578,52.402],[-1.573,52.403],[-1.574,52.409],[-1.559,52.407],[-1.553,52.407],[-1.547,52.405],[-1.547,52.403],[-1.541,52.401],[-1.527,52.402],[-1.526,52.404],[-1.52,52.406],[-1.519,52.409],[-1.517,52.411],[-1.509,52.413],[-1.509,52.416],[-1.506,52.421],[-1.513,52.421],[-1.501,52.439],[-1.497,52.444],[-1.5,52.451]]]},"properties":{"PCON24NM":"Coventry North West","PCON24CD":"E14001181"},"PCON24CD":118}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.463,52.376],[-1.471,52.383],[-1.477,52.386],[-1.482,52.39],[-1.479,52.391],[-1.47,52.395],[-1.464,52.4],[-1.459,52.407],[-1.46,52.41],[-1.459,52.414],[-1.46,52.417],[-1.464,52.416],[-1.472,52.414],[-1.473,52.411],[-1.48,52.412],[-1.484,52.411],[-1.485,52.406],[-1.488,52.407],[-1.487,52.415],[-1.487,52.421],[-1.492,52.417],[-1.495,52.417],[-1.498,52.42],[-1.508,52.412],[-1.509,52.413],[-1.517,52.411],[-1.519,52.409],[-1.52,52.406],[-1.526,52.404],[-1.527,52.402],[-1.541,52.401],[-1.547,52.403],[-1.547,52.405],[-1.553,52.407],[-1.559,52.407],[-1.574,52.409],[-1.573,52.403],[-1.578,52.402],[-1.591,52.402],[-1.592,52.404],[-1.597,52.408],[-1.603,52.408],[-1.604,52.4],[-1.601,52.395],[-1.603,52.39],[-1.601,52.389],[-1.595,52.387],[-1.58,52.385],[-1.577,52.383],[-1.57,52.383],[-1.568,52.385],[-1.564,52.381],[-1.562,52.377],[-1.555,52.374],[-1.556,52.372],[-1.558,52.369],[-1.557,52.366],[-1.552,52.364],[-1.549,52.366],[-1.547,52.365],[-1.542,52.367],[-1.546,52.369],[-1.535,52.378],[-1.533,52.376],[-1.525,52.379],[-1.52,52.376],[-1.518,52.372],[-1.513,52.37],[-1.509,52.374],[-1.508,52.375],[-1.504,52.378],[-1.487,52.377],[-1.482,52.377],[-1.48,52.374],[-1.477,52.375],[-1.471,52.377],[-1.466,52.377],[-1.464,52.374],[-1.46,52.375],[-1.463,52.376]]]},"properties":{"PCON24NM":"Coventry South","PCON24CD":"E14001182"},"PCON24CD":119}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.495,55.102],[-1.5,55.102],[-1.502,55.1],[-1.506,55.098],[-1.521,55.098],[-1.529,55.097],[-1.533,55.102],[-1.541,55.104],[-1.546,55.104],[-1.555,55.101],[-1.567,55.099],[-1.566,55.104],[-1.57,55.104],[-1.577,55.108],[-1.577,55.112],[-1.581,55.114],[-1.579,55.116],[-1.584,55.117],[-1.586,55.113],[-1.597,55.111],[-1.603,55.111],[-1.604,55.114],[-1.607,55.116],[-1.611,55.115],[-1.613,55.111],[-1.616,55.111],[-1.617,55.114],[-1.621,55.113],[-1.626,55.108],[-1.628,55.11],[-1.632,55.111],[-1.636,55.109],[-1.641,55.108],[-1.647,55.105],[-1.637,55.101],[-1.635,55.085],[-1.631,55.085],[-1.63,55.068],[-1.634,55.065],[-1.638,55.065],[-1.64,55.069],[-1.642,55.071],[-1.648,55.079],[-1.662,55.078],[-1.691,55.073],[-1.691,55.07],[-1.701,55.071],[-1.705,55.071],[-1.704,55.066],[-1.714,55.065],[-1.711,55.053],[-1.698,55.052],[-1.695,55.05],[-1.694,55.047],[-1.695,55.043],[-1.692,55.041],[-1.686,55.04],[-1.68,55.041],[-1.679,55.039],[-1.672,55.041],[-1.668,55.041],[-1.666,55.038],[-1.656,55.039],[-1.652,55.039],[-1.65,55.037],[-1.643,55.037],[-1.63,55.034],[-1.629,55.037],[-1.63,55.041],[-1.622,55.039],[-1.617,55.041],[-1.602,55.04],[-1.586,55.039],[-1.579,55.028],[-1.55,55.025],[-1.553,55.021],[-1.554,55.018],[-1.559,55.016],[-1.559,55.012],[-1.554,55.014],[-1.543,55.015],[-1.533,55.014],[-1.53,55.013],[-1.527,55.014],[-1.524,55.018],[-1.521,55.018],[-1.514,55.021],[-1.511,55.019],[-1.507,55.022],[-1.503,55.023],[-1.508,55.028],[-1.5,55.027],[-1.5,55.03],[-1.496,55.034],[-1.499,55.037],[-1.492,55.038],[-1.493,55.04],[-1.5,55.04],[-1.505,55.042],[-1.507,55.048],[-1.496,55.052],[-1.493,55.054],[-1.487,55.055],[-1.491,55.063],[-1.49,55.066],[-1.48,55.067],[-1.477,55.07],[-1.474,55.071],[-1.471,55.074],[-1.467,55.075],[-1.462,55.074],[-1.464,55.08],[-1.468,55.08],[-1.471,55.083],[-1.47,55.085],[-1.476,55.085],[-1.483,55.09],[-1.489,55.095],[-1.495,55.102]]]},"properties":{"PCON24NM":"Cramlington and Killingworth","PCON24CD":"E14001183"},"PCON24CD":120}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.14,51.16],[-0.15,51.16],[-0.155,51.16],[-0.162,51.16],[-0.169,51.163],[-0.177,51.167],[-0.185,51.165],[-0.186,51.162],[-0.196,51.162],[-0.204,51.156],[-0.212,51.155],[-0.212,51.15],[-0.214,51.15],[-0.223,51.148],[-0.227,51.148],[-0.229,51.146],[-0.236,51.146],[-0.239,51.147],[-0.243,51.146],[-0.247,51.146],[-0.249,51.144],[-0.255,51.144],[-0.255,51.139],[-0.249,51.142],[-0.241,51.143],[-0.237,51.143],[-0.226,51.142],[-0.206,51.141],[-0.202,51.138],[-0.205,51.135],[-0.211,51.133],[-0.215,51.13],[-0.219,51.129],[-0.22,51.127],[-0.222,51.124],[-0.221,51.122],[-0.222,51.116],[-0.226,51.115],[-0.227,51.113],[-0.236,51.112],[-0.237,51.109],[-0.231,51.108],[-0.231,51.103],[-0.231,51.099],[-0.227,51.098],[-0.219,51.1],[-0.218,51.092],[-0.212,51.092],[-0.212,51.087],[-0.208,51.086],[-0.201,51.085],[-0.196,51.085],[-0.192,51.088],[-0.174,51.089],[-0.161,51.093],[-0.154,51.096],[-0.148,51.101],[-0.14,51.108],[-0.137,51.112],[-0.137,51.117],[-0.141,51.124],[-0.141,51.128],[-0.139,51.132],[-0.14,51.135],[-0.138,51.142],[-0.136,51.148],[-0.136,51.154],[-0.133,51.159],[-0.14,51.16]]]},"properties":{"PCON24NM":"Crawley","PCON24CD":"E14001184"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.317,53.081],[-2.323,53.084],[-2.327,53.087],[-2.335,53.087],[-2.332,53.093],[-2.333,53.1],[-2.336,53.102],[-2.343,53.105],[-2.35,53.106],[-2.349,53.107],[-2.355,53.11],[-2.359,53.109],[-2.363,53.109],[-2.364,53.112],[-2.362,53.115],[-2.369,53.119],[-2.378,53.117],[-2.381,53.119],[-2.381,53.122],[-2.385,53.124],[-2.392,53.126],[-2.397,53.126],[-2.402,53.124],[-2.408,53.125],[-2.411,53.122],[-2.415,53.118],[-2.422,53.12],[-2.431,53.122],[-2.434,53.124],[-2.446,53.126],[-2.454,53.126],[-2.466,53.125],[-2.475,53.123],[-2.486,53.123],[-2.502,53.124],[-2.504,53.121],[-2.502,53.117],[-2.502,53.115],[-2.498,53.112],[-2.5,53.11],[-2.498,53.107],[-2.499,53.104],[-2.503,53.103],[-2.505,53.099],[-2.504,53.095],[-2.506,53.093],[-2.503,53.091],[-2.509,53.087],[-2.508,53.086],[-2.517,53.085],[-2.52,53.083],[-2.519,53.079],[-2.524,53.076],[-2.523,53.073],[-2.524,53.071],[-2.528,53.072],[-2.535,53.07],[-2.536,53.068],[-2.54,53.064],[-2.54,53.06],[-2.531,53.061],[-2.526,53.062],[-2.524,53.059],[-2.525,53.055],[-2.519,53.049],[-2.516,53.049],[-2.51,53.043],[-2.506,53.043],[-2.5,53.04],[-2.499,53.037],[-2.495,53.036],[-2.492,53.038],[-2.486,53.039],[-2.481,53.04],[-2.476,53.04],[-2.475,53.042],[-2.475,53.045],[-2.472,53.05],[-2.476,53.054],[-2.476,53.06],[-2.461,53.057],[-2.456,53.058],[-2.454,53.057],[-2.448,53.057],[-2.434,53.055],[-2.429,53.059],[-2.427,53.058],[-2.416,53.06],[-2.413,53.059],[-2.405,53.057],[-2.4,53.058],[-2.39,53.064],[-2.38,53.061],[-2.38,53.058],[-2.375,53.057],[-2.375,53.055],[-2.358,53.055],[-2.357,53.058],[-2.353,53.059],[-2.348,53.056],[-2.344,53.059],[-2.341,53.06],[-2.339,53.064],[-2.335,53.068],[-2.332,53.07],[-2.329,53.074],[-2.329,53.077],[-2.325,53.077],[-2.319,53.081],[-2.317,53.081]]]},"properties":{"PCON24NM":"Crewe and Nantwich","PCON24CD":"E14001185"},"PCON24CD":122}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.02,51.364],[-0.023,51.367],[-0.024,51.372],[-0.026,51.376],[-0.03,51.377],[-0.037,51.377],[-0.038,51.383],[-0.037,51.388],[-0.043,51.389],[-0.048,51.393],[-0.053,51.395],[-0.051,51.397],[-0.051,51.4],[-0.053,51.401],[-0.06,51.399],[-0.063,51.396],[-0.068,51.395],[-0.073,51.398],[-0.078,51.392],[-0.087,51.385],[-0.092,51.378],[-0.093,51.372],[-0.085,51.373],[-0.081,51.375],[-0.069,51.374],[-0.064,51.376],[-0.063,51.373],[-0.066,51.369],[-0.069,51.368],[-0.069,51.364],[-0.064,51.361],[-0.061,51.36],[-0.063,51.357],[-0.07,51.356],[-0.077,51.353],[-0.074,51.35],[-0.077,51.348],[-0.073,51.347],[-0.068,51.344],[-0.069,51.343],[-0.069,51.34],[-0.064,51.339],[-0.059,51.336],[-0.059,51.331],[-0.055,51.325],[-0.056,51.322],[-0.052,51.322],[-0.048,51.327],[-0.051,51.332],[-0.05,51.333],[-0.042,51.334],[-0.038,51.339],[-0.033,51.337],[-0.025,51.339],[-0.021,51.338],[-0.018,51.333],[-0.013,51.332],[-0.011,51.334],[-0.007,51.333],[-0.002,51.33],[0.002,51.329],[0.003,51.332],[0.001,51.334],[-0.006,51.353],[-0.008,51.356],[-0.016,51.359],[-0.02,51.364]]]},"properties":{"PCON24NM":"Croydon East","PCON24CD":"E14001186"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.056,51.322],[-0.055,51.325],[-0.059,51.331],[-0.059,51.336],[-0.064,51.339],[-0.069,51.34],[-0.069,51.343],[-0.068,51.344],[-0.073,51.347],[-0.077,51.348],[-0.074,51.35],[-0.077,51.353],[-0.07,51.356],[-0.063,51.357],[-0.061,51.36],[-0.064,51.361],[-0.069,51.364],[-0.069,51.368],[-0.066,51.369],[-0.063,51.373],[-0.064,51.376],[-0.069,51.374],[-0.081,51.375],[-0.085,51.373],[-0.093,51.372],[-0.093,51.367],[-0.099,51.368],[-0.098,51.359],[-0.108,51.357],[-0.107,51.355],[-0.11,51.354],[-0.111,51.349],[-0.114,51.346],[-0.117,51.346],[-0.118,51.346],[-0.119,51.346],[-0.125,51.345],[-0.126,51.345],[-0.127,51.345],[-0.127,51.346],[-0.127,51.347],[-0.129,51.347],[-0.129,51.346],[-0.131,51.346],[-0.131,51.345],[-0.132,51.345],[-0.133,51.345],[-0.135,51.345],[-0.136,51.344],[-0.142,51.343],[-0.143,51.343],[-0.144,51.342],[-0.145,51.342],[-0.144,51.342],[-0.144,51.341],[-0.143,51.341],[-0.144,51.34],[-0.147,51.339],[-0.147,51.338],[-0.147,51.337],[-0.146,51.334],[-0.145,51.332],[-0.144,51.331],[-0.146,51.33],[-0.148,51.329],[-0.149,51.329],[-0.146,51.327],[-0.144,51.326],[-0.145,51.325],[-0.149,51.323],[-0.156,51.322],[-0.157,51.321],[-0.162,51.32],[-0.161,51.318],[-0.157,51.313],[-0.158,51.311],[-0.154,51.31],[-0.158,51.305],[-0.155,51.301],[-0.151,51.301],[-0.141,51.3],[-0.137,51.301],[-0.131,51.295],[-0.13,51.293],[-0.126,51.289],[-0.124,51.287],[-0.118,51.287],[-0.115,51.292],[-0.111,51.292],[-0.094,51.299],[-0.091,51.301],[-0.089,51.307],[-0.082,51.311],[-0.082,51.313],[-0.085,51.316],[-0.079,51.318],[-0.079,51.32],[-0.071,51.321],[-0.07,51.319],[-0.064,51.319],[-0.056,51.322]]]},"properties":{"PCON24NM":"Croydon South","PCON24CD":"E14001187"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.06,51.399],[-0.062,51.402],[-0.068,51.404],[-0.073,51.408],[-0.081,51.404],[-0.086,51.4],[-0.092,51.398],[-0.093,51.395],[-0.098,51.397],[-0.11,51.405],[-0.114,51.403],[-0.119,51.402],[-0.125,51.399],[-0.126,51.398],[-0.125,51.398],[-0.124,51.398],[-0.127,51.396],[-0.128,51.395],[-0.129,51.394],[-0.129,51.393],[-0.132,51.392],[-0.133,51.391],[-0.134,51.391],[-0.133,51.39],[-0.132,51.389],[-0.13,51.387],[-0.131,51.386],[-0.129,51.386],[-0.129,51.385],[-0.129,51.383],[-0.129,51.382],[-0.129,51.381],[-0.128,51.38],[-0.127,51.377],[-0.126,51.376],[-0.126,51.375],[-0.127,51.375],[-0.128,51.375],[-0.126,51.374],[-0.125,51.374],[-0.125,51.373],[-0.124,51.372],[-0.123,51.371],[-0.123,51.368],[-0.122,51.368],[-0.122,51.367],[-0.122,51.366],[-0.124,51.365],[-0.123,51.365],[-0.121,51.365],[-0.121,51.363],[-0.121,51.362],[-0.122,51.362],[-0.121,51.361],[-0.122,51.361],[-0.122,51.36],[-0.123,51.36],[-0.123,51.359],[-0.124,51.359],[-0.125,51.359],[-0.125,51.358],[-0.122,51.358],[-0.121,51.355],[-0.12,51.353],[-0.119,51.353],[-0.118,51.351],[-0.118,51.35],[-0.118,51.349],[-0.117,51.347],[-0.117,51.346],[-0.114,51.346],[-0.111,51.349],[-0.11,51.354],[-0.107,51.355],[-0.108,51.357],[-0.098,51.359],[-0.099,51.368],[-0.093,51.367],[-0.093,51.372],[-0.092,51.378],[-0.087,51.385],[-0.078,51.392],[-0.073,51.398],[-0.068,51.395],[-0.063,51.396],[-0.06,51.399]]]},"properties":{"PCON24NM":"Croydon West","PCON24CD":"E14001188"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.192,51.555],[0.19,51.553],[0.184,51.558],[0.185,51.56],[0.183,51.561],[0.184,51.565],[0.174,51.565],[0.162,51.562],[0.156,51.565],[0.15,51.57],[0.148,51.575],[0.147,51.576],[0.142,51.575],[0.142,51.572],[0.131,51.571],[0.129,51.566],[0.125,51.564],[0.124,51.562],[0.128,51.557],[0.127,51.556],[0.145,51.556],[0.144,51.555],[0.137,51.553],[0.142,51.551],[0.154,51.551],[0.156,51.551],[0.156,51.548],[0.162,51.543],[0.151,51.542],[0.14,51.541],[0.144,51.538],[0.142,51.536],[0.148,51.535],[0.148,51.529],[0.145,51.517],[0.143,51.515],[0.151,51.513],[0.166,51.511],[0.174,51.508],[0.179,51.505],[0.18,51.501],[0.182,51.499],[0.184,51.492],[0.185,51.491],[0.189,51.488],[0.196,51.488],[0.201,51.489],[0.211,51.49],[0.212,51.491],[0.214,51.496],[0.22,51.497],[0.225,51.498],[0.23,51.499],[0.226,51.506],[0.227,51.507],[0.24,51.507],[0.242,51.508],[0.24,51.513],[0.241,51.514],[0.237,51.519],[0.244,51.518],[0.244,51.52],[0.241,51.521],[0.243,51.524],[0.231,51.525],[0.234,51.532],[0.23,51.534],[0.23,51.538],[0.226,51.537],[0.216,51.538],[0.217,51.542],[0.209,51.544],[0.203,51.546],[0.208,51.555],[0.203,51.556],[0.202,51.556],[0.2,51.556],[0.199,51.557],[0.198,51.556],[0.195,51.556],[0.192,51.555]]]},"properties":{"PCON24NM":"Dagenham and Rainham","PCON24CD":"E14001189"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.619,54.619],[-1.631,54.618],[-1.631,54.616],[-1.641,54.617],[-1.642,54.619],[-1.65,54.618],[-1.657,54.615],[-1.663,54.616],[-1.673,54.617],[-1.682,54.618],[-1.681,54.606],[-1.681,54.597],[-1.679,54.586],[-1.694,54.587],[-1.694,54.585],[-1.7,54.584],[-1.703,54.582],[-1.709,54.574],[-1.704,54.572],[-1.708,54.569],[-1.71,54.565],[-1.709,54.563],[-1.702,54.558],[-1.697,54.558],[-1.698,54.556],[-1.701,54.553],[-1.701,54.55],[-1.705,54.549],[-1.704,54.545],[-1.698,54.544],[-1.699,54.541],[-1.697,54.536],[-1.69,54.536],[-1.683,54.533],[-1.681,54.533],[-1.673,54.535],[-1.667,54.536],[-1.658,54.535],[-1.655,54.533],[-1.655,54.53],[-1.657,54.526],[-1.654,54.524],[-1.646,54.524],[-1.64,54.526],[-1.634,54.526],[-1.632,54.523],[-1.633,54.519],[-1.639,54.516],[-1.633,54.514],[-1.629,54.514],[-1.619,54.516],[-1.613,54.52],[-1.604,54.519],[-1.6,54.517],[-1.604,54.512],[-1.601,54.511],[-1.595,54.512],[-1.59,54.512],[-1.581,54.513],[-1.58,54.511],[-1.584,54.508],[-1.583,54.507],[-1.57,54.508],[-1.554,54.507],[-1.548,54.505],[-1.548,54.512],[-1.544,54.512],[-1.542,54.51],[-1.532,54.506],[-1.528,54.509],[-1.525,54.509],[-1.521,54.511],[-1.516,54.511],[-1.511,54.513],[-1.514,54.517],[-1.514,54.521],[-1.507,54.52],[-1.503,54.521],[-1.504,54.531],[-1.506,54.533],[-1.513,54.535],[-1.518,54.536],[-1.512,54.538],[-1.513,54.542],[-1.511,54.548],[-1.508,54.548],[-1.505,54.552],[-1.508,54.552],[-1.514,54.552],[-1.518,54.551],[-1.527,54.55],[-1.53,54.548],[-1.54,54.553],[-1.541,54.559],[-1.535,54.565],[-1.532,54.566],[-1.525,54.567],[-1.519,54.564],[-1.515,54.565],[-1.51,54.571],[-1.508,54.57],[-1.505,54.573],[-1.494,54.575],[-1.491,54.578],[-1.496,54.579],[-1.5,54.581],[-1.5,54.583],[-1.498,54.587],[-1.506,54.59],[-1.508,54.592],[-1.513,54.592],[-1.514,54.595],[-1.522,54.597],[-1.53,54.596],[-1.548,54.592],[-1.557,54.592],[-1.561,54.59],[-1.563,54.587],[-1.558,54.585],[-1.553,54.582],[-1.556,54.582],[-1.561,54.582],[-1.565,54.581],[-1.57,54.581],[-1.576,54.58],[-1.579,54.582],[-1.584,54.582],[-1.585,54.588],[-1.591,54.59],[-1.593,54.595],[-1.59,54.595],[-1.59,54.598],[-1.593,54.604],[-1.584,54.608],[-1.586,54.611],[-1.596,54.608],[-1.603,54.606],[-1.606,54.607],[-1.607,54.612],[-1.607,54.618],[-1.611,54.617],[-1.614,54.619],[-1.619,54.619]]]},"properties":{"PCON24NM":"Darlington","PCON24CD":"E14001190"},"PCON24CD":127}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.315,51.465],[0.312,51.467],[0.309,51.466],[0.305,51.462],[0.302,51.461],[0.3,51.458],[0.297,51.458],[0.291,51.455],[0.285,51.454],[0.274,51.454],[0.267,51.456],[0.261,51.461],[0.254,51.462],[0.242,51.468],[0.24,51.469],[0.236,51.472],[0.229,51.476],[0.22,51.48],[0.217,51.48],[0.216,51.476],[0.213,51.475],[0.212,51.473],[0.209,51.471],[0.212,51.469],[0.21,51.462],[0.205,51.46],[0.203,51.458],[0.203,51.454],[0.198,51.452],[0.193,51.452],[0.191,51.449],[0.184,51.445],[0.179,51.443],[0.176,51.442],[0.173,51.443],[0.171,51.441],[0.167,51.435],[0.166,51.43],[0.163,51.429],[0.156,51.431],[0.154,51.428],[0.153,51.422],[0.151,51.42],[0.151,51.415],[0.149,51.412],[0.154,51.411],[0.153,51.409],[0.16,51.408],[0.163,51.407],[0.166,51.408],[0.165,51.411],[0.178,51.416],[0.178,51.418],[0.184,51.42],[0.182,51.422],[0.184,51.425],[0.196,51.426],[0.196,51.43],[0.214,51.434],[0.222,51.429],[0.23,51.43],[0.234,51.427],[0.234,51.425],[0.233,51.423],[0.236,51.421],[0.238,51.417],[0.24,51.413],[0.243,51.413],[0.246,51.408],[0.273,51.408],[0.278,51.407],[0.28,51.403],[0.278,51.402],[0.284,51.4],[0.297,51.397],[0.332,51.387],[0.337,51.387],[0.335,51.389],[0.343,51.391],[0.345,51.393],[0.344,51.395],[0.339,51.396],[0.338,51.398],[0.335,51.4],[0.334,51.409],[0.331,51.415],[0.331,51.421],[0.333,51.426],[0.325,51.429],[0.324,51.432],[0.324,51.435],[0.326,51.44],[0.326,51.443],[0.319,51.447],[0.32,51.45],[0.318,51.452],[0.311,51.453],[0.315,51.465]]]},"properties":{"PCON24NM":"Dartford","PCON24CD":"E14001191"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.901,52.46],[-0.905,52.463],[-0.91,52.461],[-0.93,52.466],[-0.942,52.468],[-0.944,52.473],[-0.949,52.477],[-0.953,52.477],[-0.959,52.476],[-0.968,52.477],[-0.976,52.471],[-0.982,52.471],[-0.985,52.472],[-0.99,52.47],[-0.995,52.469],[-0.997,52.471],[-1.001,52.471],[-1.003,52.467],[-1.006,52.465],[-1.01,52.464],[-1.028,52.459],[-1.031,52.455],[-1.038,52.452],[-1.045,52.446],[-1.043,52.444],[-1.035,52.443],[-1.034,52.44],[-1.035,52.435],[-1.038,52.434],[-1.04,52.431],[-1.045,52.429],[-1.05,52.425],[-1.05,52.422],[-1.055,52.422],[-1.061,52.425],[-1.063,52.428],[-1.068,52.429],[-1.069,52.434],[-1.076,52.435],[-1.079,52.436],[-1.083,52.436],[-1.087,52.434],[-1.092,52.433],[-1.095,52.43],[-1.093,52.428],[-1.11,52.422],[-1.118,52.421],[-1.121,52.417],[-1.125,52.418],[-1.134,52.412],[-1.135,52.41],[-1.138,52.405],[-1.138,52.404],[-1.142,52.4],[-1.151,52.398],[-1.152,52.399],[-1.163,52.399],[-1.166,52.397],[-1.176,52.395],[-1.178,52.393],[-1.184,52.392],[-1.188,52.393],[-1.188,52.395],[-1.194,52.396],[-1.198,52.396],[-1.202,52.397],[-1.202,52.396],[-1.172,52.361],[-1.175,52.361],[-1.175,52.356],[-1.179,52.354],[-1.187,52.354],[-1.192,52.351],[-1.195,52.353],[-1.198,52.353],[-1.206,52.351],[-1.209,52.349],[-1.221,52.35],[-1.225,52.347],[-1.233,52.347],[-1.238,52.344],[-1.243,52.342],[-1.249,52.341],[-1.251,52.339],[-1.258,52.337],[-1.263,52.334],[-1.262,52.332],[-1.265,52.329],[-1.261,52.328],[-1.258,52.326],[-1.245,52.321],[-1.242,52.322],[-1.237,52.321],[-1.224,52.319],[-1.215,52.317],[-1.209,52.315],[-1.213,52.31],[-1.215,52.309],[-1.218,52.306],[-1.221,52.306],[-1.223,52.303],[-1.229,52.298],[-1.229,52.295],[-1.232,52.294],[-1.234,52.29],[-1.227,52.289],[-1.222,52.284],[-1.223,52.282],[-1.221,52.279],[-1.222,52.276],[-1.219,52.27],[-1.217,52.269],[-1.216,52.264],[-1.221,52.261],[-1.223,52.26],[-1.233,52.253],[-1.232,52.251],[-1.235,52.249],[-1.241,52.248],[-1.246,52.249],[-1.254,52.248],[-1.259,52.244],[-1.265,52.242],[-1.268,52.237],[-1.267,52.235],[-1.275,52.238],[-1.285,52.239],[-1.281,52.234],[-1.278,52.229],[-1.273,52.228],[-1.277,52.225],[-1.276,52.223],[-1.271,52.219],[-1.265,52.217],[-1.261,52.216],[-1.26,52.212],[-1.258,52.209],[-1.257,52.206],[-1.255,52.199],[-1.255,52.198],[-1.262,52.196],[-1.27,52.196],[-1.274,52.195],[-1.281,52.196],[-1.281,52.192],[-1.291,52.192],[-1.301,52.192],[-1.31,52.19],[-1.313,52.19],[-1.316,52.187],[-1.318,52.181],[-1.323,52.182],[-1.329,52.177],[-1.332,52.172],[-1.332,52.168],[-1.33,52.166],[-1.324,52.162],[-1.318,52.156],[-1.318,52.153],[-1.311,52.15],[-1.306,52.146],[-1.308,52.144],[-1.305,52.141],[-1.299,52.138],[-1.298,52.135],[-1.295,52.135],[-1.291,52.129],[-1.282,52.123],[-1.277,52.117],[-1.273,52.115],[-1.269,52.113],[-1.259,52.108],[-1.253,52.104],[-1.252,52.102],[-1.251,52.103],[-1.242,52.106],[-1.241,52.11],[-1.242,52.115],[-1.239,52.119],[-1.243,52.121],[-1.243,52.124],[-1.245,52.127],[-1.242,52.128],[-1.238,52.128],[-1.236,52.129],[-1.235,52.132],[-1.232,52.131],[-1.227,52.136],[-1.223,52.134],[-1.22,52.136],[-1.215,52.137],[-1.209,52.136],[-1.204,52.139],[-1.204,52.14],[-1.195,52.142],[-1.194,52.145],[-1.19,52.146],[-1.185,52.145],[-1.173,52.143],[-1.168,52.143],[-1.148,52.146],[-1.138,52.146],[-1.137,52.149],[-1.14,52.151],[-1.145,52.153],[-1.144,52.158],[-1.146,52.16],[-1.157,52.164],[-1.158,52.17],[-1.153,52.17],[-1.144,52.166],[-1.139,52.17],[-1.137,52.173],[-1.135,52.173],[-1.13,52.169],[-1.124,52.173],[-1.121,52.174],[-1.126,52.177],[-1.128,52.181],[-1.127,52.186],[-1.12,52.182],[-1.113,52.179],[-1.103,52.18],[-1.098,52.179],[-1.091,52.181],[-1.089,52.183],[-1.09,52.19],[-1.082,52.194],[-1.079,52.193],[-1.06,52.197],[-1.052,52.195],[-1.044,52.193],[-1.038,52.196],[-1.042,52.2],[-1.044,52.203],[-1.057,52.218],[-1.066,52.227],[-1.063,52.229],[-1.059,52.227],[-1.057,52.231],[-1.052,52.232],[-1.048,52.231],[-1.042,52.233],[-1.043,52.236],[-1.042,52.238],[-1.035,52.238],[-1.02,52.241],[-1.014,52.242],[-1.014,52.245],[-1.009,52.248],[-0.997,52.248],[-0.998,52.251],[-0.989,52.257],[-0.987,52.258],[-0.972,52.258],[-0.962,52.259],[-0.959,52.261],[-0.955,52.262],[-0.946,52.264],[-0.945,52.263],[-0.937,52.269],[-0.933,52.269],[-0.932,52.271],[-0.925,52.272],[-0.923,52.274],[-0.923,52.277],[-0.91,52.277],[-0.905,52.278],[-0.905,52.279],[-0.899,52.279],[-0.898,52.281],[-0.895,52.28],[-0.888,52.278],[-0.885,52.275],[-0.88,52.28],[-0.875,52.283],[-0.87,52.282],[-0.865,52.279],[-0.86,52.281],[-0.856,52.282],[-0.851,52.281],[-0.852,52.279],[-0.849,52.278],[-0.845,52.281],[-0.837,52.281],[-0.833,52.279],[-0.827,52.281],[-0.825,52.278],[-0.82,52.274],[-0.815,52.275],[-0.809,52.275],[-0.803,52.267],[-0.802,52.262],[-0.801,52.253],[-0.795,52.254],[-0.791,52.242],[-0.781,52.245],[-0.779,52.247],[-0.774,52.245],[-0.769,52.246],[-0.762,52.249],[-0.759,52.248],[-0.753,52.248],[-0.748,52.246],[-0.738,52.248],[-0.737,52.247],[-0.725,52.252],[-0.721,52.256],[-0.718,52.259],[-0.714,52.262],[-0.71,52.263],[-0.71,52.265],[-0.705,52.265],[-0.701,52.269],[-0.7,52.272],[-0.691,52.275],[-0.689,52.275],[-0.685,52.277],[-0.685,52.28],[-0.695,52.28],[-0.702,52.284],[-0.709,52.284],[-0.712,52.284],[-0.717,52.289],[-0.722,52.291],[-0.728,52.292],[-0.732,52.294],[-0.735,52.297],[-0.739,52.298],[-0.744,52.303],[-0.748,52.303],[-0.757,52.304],[-0.761,52.306],[-0.761,52.309],[-0.756,52.31],[-0.744,52.317],[-0.74,52.32],[-0.736,52.321],[-0.734,52.318],[-0.726,52.319],[-0.724,52.321],[-0.718,52.32],[-0.715,52.32],[-0.711,52.32],[-0.705,52.319],[-0.7,52.321],[-0.702,52.326],[-0.697,52.327],[-0.691,52.327],[-0.681,52.328],[-0.68,52.332],[-0.682,52.334],[-0.68,52.338],[-0.686,52.341],[-0.684,52.342],[-0.683,52.35],[-0.686,52.351],[-0.687,52.353],[-0.69,52.354],[-0.692,52.358],[-0.696,52.359],[-0.7,52.364],[-0.706,52.363],[-0.715,52.364],[-0.72,52.363],[-0.728,52.361],[-0.73,52.359],[-0.735,52.358],[-0.74,52.353],[-0.746,52.35],[-0.749,52.347],[-0.754,52.348],[-0.766,52.35],[-0.77,52.35],[-0.772,52.351],[-0.776,52.35],[-0.779,52.353],[-0.789,52.347],[-0.791,52.356],[-0.796,52.362],[-0.8,52.364],[-0.82,52.372],[-0.826,52.374],[-0.832,52.377],[-0.834,52.385],[-0.84,52.391],[-0.841,52.393],[-0.855,52.394],[-0.862,52.396],[-0.866,52.4],[-0.874,52.403],[-0.885,52.4],[-0.888,52.398],[-0.891,52.399],[-0.89,52.404],[-0.888,52.412],[-0.889,52.415],[-0.886,52.421],[-0.887,52.423],[-0.882,52.423],[-0.875,52.424],[-0.869,52.433],[-0.864,52.434],[-0.873,52.437],[-0.879,52.439],[-0.894,52.442],[-0.904,52.442],[-0.904,52.445],[-0.905,52.448],[-0.906,52.454],[-0.901,52.46]]]},"properties":{"PCON24NM":"Daventry","PCON24CD":"E14001192"},"PCON24CD":129}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.441,52.911],[-1.434,52.913],[-1.423,52.914],[-1.422,52.919],[-1.419,52.923],[-1.417,52.93],[-1.426,52.936],[-1.431,52.938],[-1.437,52.937],[-1.443,52.94],[-1.446,52.945],[-1.452,52.945],[-1.453,52.948],[-1.469,52.951],[-1.466,52.954],[-1.471,52.954],[-1.477,52.951],[-1.484,52.948],[-1.488,52.943],[-1.493,52.94],[-1.498,52.935],[-1.5,52.931],[-1.504,52.929],[-1.511,52.93],[-1.525,52.933],[-1.527,52.932],[-1.538,52.925],[-1.544,52.924],[-1.553,52.923],[-1.551,52.917],[-1.557,52.915],[-1.554,52.909],[-1.555,52.906],[-1.551,52.902],[-1.547,52.9],[-1.545,52.9],[-1.54,52.894],[-1.542,52.892],[-1.542,52.89],[-1.538,52.888],[-1.531,52.889],[-1.526,52.891],[-1.523,52.887],[-1.518,52.889],[-1.514,52.893],[-1.519,52.895],[-1.518,52.9],[-1.513,52.902],[-1.506,52.901],[-1.502,52.903],[-1.498,52.905],[-1.489,52.905],[-1.491,52.91],[-1.488,52.912],[-1.484,52.914],[-1.483,52.922],[-1.485,52.923],[-1.483,52.926],[-1.478,52.927],[-1.467,52.925],[-1.464,52.92],[-1.452,52.917],[-1.447,52.918],[-1.443,52.918],[-1.441,52.913],[-1.441,52.911]]]},"properties":{"PCON24NM":"Derby North","PCON24CD":"E14001193"},"PCON24CD":130}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.441,52.911],[-1.441,52.913],[-1.443,52.918],[-1.447,52.918],[-1.452,52.917],[-1.464,52.92],[-1.467,52.925],[-1.478,52.927],[-1.483,52.926],[-1.485,52.923],[-1.483,52.922],[-1.484,52.914],[-1.488,52.912],[-1.491,52.91],[-1.489,52.905],[-1.498,52.905],[-1.502,52.903],[-1.506,52.901],[-1.513,52.902],[-1.518,52.9],[-1.519,52.895],[-1.514,52.893],[-1.518,52.889],[-1.523,52.887],[-1.516,52.886],[-1.515,52.885],[-1.503,52.885],[-1.502,52.881],[-1.499,52.882],[-1.5,52.877],[-1.494,52.874],[-1.495,52.87],[-1.491,52.869],[-1.484,52.871],[-1.468,52.871],[-1.467,52.873],[-1.464,52.872],[-1.453,52.868],[-1.445,52.863],[-1.444,52.861],[-1.438,52.863],[-1.424,52.865],[-1.425,52.868],[-1.429,52.87],[-1.424,52.874],[-1.416,52.876],[-1.42,52.878],[-1.421,52.881],[-1.419,52.884],[-1.412,52.884],[-1.406,52.895],[-1.403,52.897],[-1.403,52.9],[-1.411,52.9],[-1.412,52.903],[-1.424,52.903],[-1.428,52.904],[-1.434,52.905],[-1.436,52.908],[-1.441,52.911]]]},"properties":{"PCON24NM":"Derby South","PCON24CD":"E14001194"},"PCON24CD":131}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.599,53.311],[-1.599,53.315],[-1.602,53.318],[-1.61,53.323],[-1.619,53.318],[-1.625,53.316],[-1.628,53.316],[-1.633,53.321],[-1.627,53.325],[-1.627,53.329],[-1.624,53.33],[-1.622,53.334],[-1.617,53.337],[-1.612,53.342],[-1.612,53.343],[-1.604,53.342],[-1.6,53.343],[-1.591,53.345],[-1.592,53.346],[-1.617,53.351],[-1.626,53.352],[-1.631,53.356],[-1.655,53.363],[-1.664,53.367],[-1.663,53.374],[-1.654,53.385],[-1.654,53.392],[-1.662,53.391],[-1.664,53.381],[-1.673,53.369],[-1.67,53.365],[-1.671,53.359],[-1.673,53.353],[-1.671,53.35],[-1.677,53.342],[-1.686,53.336],[-1.691,53.337],[-1.697,53.335],[-1.7,53.332],[-1.7,53.324],[-1.706,53.325],[-1.712,53.325],[-1.713,53.322],[-1.72,53.319],[-1.728,53.319],[-1.727,53.329],[-1.725,53.332],[-1.734,53.335],[-1.731,53.337],[-1.732,53.338],[-1.737,53.337],[-1.741,53.337],[-1.749,53.335],[-1.759,53.338],[-1.766,53.336],[-1.769,53.333],[-1.784,53.325],[-1.788,53.324],[-1.798,53.319],[-1.806,53.317],[-1.809,53.314],[-1.817,53.305],[-1.823,53.303],[-1.825,53.299],[-1.822,53.294],[-1.824,53.292],[-1.817,53.286],[-1.818,53.283],[-1.813,53.28],[-1.81,53.275],[-1.802,53.273],[-1.8,53.271],[-1.799,53.265],[-1.797,53.263],[-1.799,53.261],[-1.796,53.259],[-1.792,53.258],[-1.79,53.256],[-1.794,53.255],[-1.799,53.256],[-1.806,53.256],[-1.808,53.258],[-1.816,53.258],[-1.818,53.257],[-1.817,53.254],[-1.821,53.252],[-1.833,53.252],[-1.837,53.249],[-1.843,53.251],[-1.847,53.249],[-1.845,53.246],[-1.852,53.244],[-1.858,53.236],[-1.858,53.234],[-1.861,53.231],[-1.867,53.23],[-1.874,53.227],[-1.871,53.225],[-1.866,53.224],[-1.861,53.222],[-1.853,53.217],[-1.851,53.217],[-1.835,53.212],[-1.831,53.211],[-1.832,53.206],[-1.832,53.198],[-1.842,53.195],[-1.841,53.197],[-1.848,53.199],[-1.853,53.203],[-1.863,53.205],[-1.873,53.216],[-1.874,53.211],[-1.873,53.208],[-1.878,53.207],[-1.877,53.203],[-1.882,53.204],[-1.884,53.205],[-1.882,53.207],[-1.883,53.211],[-1.888,53.218],[-1.893,53.219],[-1.897,53.216],[-1.895,53.212],[-1.898,53.21],[-1.907,53.219],[-1.912,53.221],[-1.918,53.218],[-1.913,53.217],[-1.909,53.215],[-1.912,53.213],[-1.91,53.212],[-1.906,53.212],[-1.9,53.208],[-1.901,53.207],[-1.899,53.2],[-1.887,53.198],[-1.883,53.196],[-1.876,53.196],[-1.872,53.194],[-1.87,53.192],[-1.859,53.187],[-1.854,53.185],[-1.846,53.18],[-1.846,53.179],[-1.839,53.177],[-1.832,53.173],[-1.833,53.171],[-1.827,53.166],[-1.825,53.164],[-1.816,53.158],[-1.815,53.155],[-1.812,53.153],[-1.817,53.149],[-1.818,53.144],[-1.821,53.141],[-1.822,53.138],[-1.82,53.134],[-1.814,53.132],[-1.809,53.127],[-1.81,53.124],[-1.806,53.123],[-1.802,53.118],[-1.8,53.115],[-1.795,53.113],[-1.793,53.11],[-1.789,53.109],[-1.786,53.107],[-1.788,53.105],[-1.784,53.102],[-1.786,53.1],[-1.782,53.096],[-1.785,53.095],[-1.784,53.093],[-1.789,53.091],[-1.793,53.091],[-1.794,53.088],[-1.791,53.086],[-1.792,53.084],[-1.789,53.081],[-1.789,53.079],[-1.791,53.078],[-1.789,53.073],[-1.786,53.07],[-1.784,53.065],[-1.786,53.063],[-1.783,53.061],[-1.776,53.06],[-1.777,53.058],[-1.782,53.056],[-1.784,53.054],[-1.785,53.05],[-1.781,53.048],[-1.779,53.045],[-1.779,53.043],[-1.773,53.044],[-1.768,53.044],[-1.766,53.041],[-1.76,53.039],[-1.759,53.035],[-1.761,53.034],[-1.757,53.031],[-1.758,53.028],[-1.762,53.025],[-1.764,53.021],[-1.758,53.018],[-1.759,53.015],[-1.762,53.015],[-1.764,53.01],[-1.766,53.009],[-1.763,53],[-1.768,53],[-1.771,52.996],[-1.778,52.996],[-1.781,52.995],[-1.784,52.995],[-1.789,52.993],[-1.787,52.991],[-1.789,52.989],[-1.794,52.988],[-1.799,52.986],[-1.805,52.985],[-1.802,52.983],[-1.803,52.981],[-1.807,52.98],[-1.824,52.979],[-1.829,52.975],[-1.83,52.971],[-1.828,52.966],[-1.828,52.964],[-1.826,52.962],[-1.829,52.961],[-1.829,52.958],[-1.834,52.954],[-1.831,52.952],[-1.829,52.948],[-1.83,52.946],[-1.836,52.945],[-1.836,52.941],[-1.84,52.941],[-1.844,52.939],[-1.847,52.936],[-1.851,52.934],[-1.849,52.932],[-1.854,52.931],[-1.853,52.928],[-1.856,52.927],[-1.856,52.924],[-1.855,52.92],[-1.851,52.921],[-1.848,52.92],[-1.848,52.913],[-1.843,52.913],[-1.844,52.91],[-1.847,52.91],[-1.841,52.905],[-1.836,52.904],[-1.833,52.902],[-1.831,52.896],[-1.834,52.896],[-1.833,52.89],[-1.833,52.887],[-1.828,52.887],[-1.828,52.885],[-1.824,52.883],[-1.812,52.882],[-1.812,52.881],[-1.805,52.883],[-1.801,52.886],[-1.794,52.883],[-1.793,52.881],[-1.788,52.88],[-1.786,52.883],[-1.783,52.884],[-1.78,52.882],[-1.775,52.883],[-1.776,52.88],[-1.769,52.878],[-1.765,52.879],[-1.759,52.877],[-1.756,52.875],[-1.751,52.874],[-1.752,52.871],[-1.75,52.867],[-1.746,52.866],[-1.74,52.868],[-1.739,52.865],[-1.73,52.863],[-1.725,52.86],[-1.721,52.862],[-1.716,52.862],[-1.718,52.865],[-1.714,52.866],[-1.703,52.866],[-1.7,52.864],[-1.701,52.862],[-1.694,52.863],[-1.69,52.864],[-1.685,52.862],[-1.679,52.862],[-1.67,52.861],[-1.664,52.858],[-1.659,52.857],[-1.651,52.857],[-1.646,52.856],[-1.643,52.856],[-1.635,52.853],[-1.631,52.855],[-1.628,52.858],[-1.632,52.86],[-1.623,52.863],[-1.614,52.862],[-1.611,52.865],[-1.607,52.867],[-1.609,52.87],[-1.609,52.873],[-1.607,52.876],[-1.609,52.879],[-1.608,52.881],[-1.609,52.884],[-1.612,52.886],[-1.62,52.886],[-1.63,52.891],[-1.631,52.895],[-1.633,52.896],[-1.631,52.901],[-1.632,52.903],[-1.631,52.906],[-1.637,52.907],[-1.639,52.909],[-1.652,52.907],[-1.653,52.912],[-1.655,52.914],[-1.654,52.921],[-1.653,52.928],[-1.651,52.931],[-1.649,52.94],[-1.65,52.944],[-1.641,52.948],[-1.636,52.948],[-1.633,52.947],[-1.625,52.946],[-1.621,52.948],[-1.613,52.944],[-1.607,52.947],[-1.603,52.95],[-1.604,52.953],[-1.608,52.955],[-1.607,52.957],[-1.599,52.963],[-1.589,52.962],[-1.586,52.961],[-1.578,52.964],[-1.576,52.966],[-1.572,52.967],[-1.574,52.97],[-1.571,52.974],[-1.576,52.975],[-1.578,52.978],[-1.587,52.982],[-1.593,52.983],[-1.597,52.983],[-1.601,52.984],[-1.602,52.988],[-1.599,52.999],[-1.592,53.001],[-1.582,53.001],[-1.577,53.002],[-1.577,53.008],[-1.58,53.011],[-1.578,53.015],[-1.574,53.015],[-1.576,53.018],[-1.571,53.021],[-1.572,53.024],[-1.568,53.024],[-1.56,53.023],[-1.558,53.024],[-1.547,53.018],[-1.551,53.016],[-1.547,53.008],[-1.545,53.005],[-1.534,53.005],[-1.531,53.004],[-1.524,52.998],[-1.519,52.997],[-1.514,52.995],[-1.512,52.999],[-1.509,52.998],[-1.504,53],[-1.502,52.998],[-1.497,52.999],[-1.493,53.004],[-1.496,53.008],[-1.499,53.009],[-1.499,53.013],[-1.504,53.014],[-1.505,53.017],[-1.507,53.02],[-1.505,53.023],[-1.509,53.023],[-1.513,53.027],[-1.51,53.032],[-1.514,53.043],[-1.503,53.041],[-1.5,53.043],[-1.491,53.043],[-1.491,53.045],[-1.49,53.048],[-1.487,53.049],[-1.482,53.047],[-1.48,53.049],[-1.483,53.055],[-1.484,53.06],[-1.488,53.064],[-1.484,53.064],[-1.48,53.068],[-1.477,53.068],[-1.479,53.073],[-1.476,53.075],[-1.47,53.076],[-1.466,53.083],[-1.458,53.083],[-1.462,53.087],[-1.465,53.092],[-1.47,53.096],[-1.472,53.099],[-1.469,53.101],[-1.469,53.106],[-1.465,53.111],[-1.465,53.114],[-1.47,53.12],[-1.486,53.123],[-1.487,53.123],[-1.489,53.13],[-1.494,53.131],[-1.496,53.134],[-1.509,53.146],[-1.51,53.151],[-1.516,53.154],[-1.517,53.156],[-1.54,53.171],[-1.548,53.182],[-1.552,53.19],[-1.553,53.196],[-1.548,53.2],[-1.53,53.201],[-1.518,53.201],[-1.516,53.203],[-1.517,53.206],[-1.529,53.207],[-1.533,53.208],[-1.535,53.211],[-1.54,53.211],[-1.553,53.216],[-1.569,53.223],[-1.569,53.225],[-1.566,53.227],[-1.565,53.231],[-1.571,53.236],[-1.571,53.24],[-1.568,53.243],[-1.56,53.248],[-1.557,53.25],[-1.566,53.261],[-1.571,53.263],[-1.577,53.263],[-1.583,53.264],[-1.583,53.269],[-1.584,53.272],[-1.589,53.278],[-1.588,53.281],[-1.583,53.283],[-1.579,53.287],[-1.585,53.291],[-1.597,53.296],[-1.599,53.302],[-1.598,53.305],[-1.599,53.311]]]},"properties":{"PCON24NM":"Derbyshire Dales","PCON24CD":"E14001195"},"PCON24CD":132}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.632,53.731],[-1.636,53.729],[-1.642,53.728],[-1.647,53.732],[-1.656,53.732],[-1.66,53.729],[-1.659,53.728],[-1.661,53.725],[-1.664,53.722],[-1.664,53.72],[-1.659,53.718],[-1.655,53.718],[-1.655,53.716],[-1.658,53.714],[-1.657,53.712],[-1.66,53.706],[-1.657,53.703],[-1.666,53.7],[-1.667,53.696],[-1.663,53.691],[-1.666,53.688],[-1.661,53.686],[-1.665,53.684],[-1.67,53.686],[-1.675,53.678],[-1.676,53.676],[-1.67,53.673],[-1.664,53.673],[-1.664,53.671],[-1.661,53.663],[-1.669,53.659],[-1.675,53.656],[-1.678,53.651],[-1.683,53.652],[-1.69,53.651],[-1.693,53.652],[-1.696,53.655],[-1.699,53.656],[-1.703,53.655],[-1.706,53.656],[-1.709,53.652],[-1.71,53.648],[-1.708,53.646],[-1.708,53.643],[-1.705,53.64],[-1.699,53.638],[-1.701,53.636],[-1.698,53.632],[-1.7,53.629],[-1.705,53.627],[-1.702,53.625],[-1.704,53.622],[-1.693,53.623],[-1.689,53.626],[-1.683,53.628],[-1.68,53.627],[-1.681,53.624],[-1.675,53.623],[-1.668,53.624],[-1.667,53.622],[-1.659,53.623],[-1.657,53.622],[-1.649,53.624],[-1.648,53.622],[-1.628,53.629],[-1.615,53.626],[-1.61,53.628],[-1.616,53.63],[-1.612,53.633],[-1.616,53.635],[-1.619,53.639],[-1.623,53.639],[-1.623,53.642],[-1.619,53.646],[-1.625,53.654],[-1.621,53.655],[-1.611,53.656],[-1.603,53.658],[-1.593,53.659],[-1.591,53.663],[-1.603,53.669],[-1.607,53.669],[-1.61,53.673],[-1.614,53.674],[-1.615,53.678],[-1.611,53.678],[-1.605,53.68],[-1.602,53.684],[-1.599,53.684],[-1.592,53.689],[-1.592,53.692],[-1.602,53.692],[-1.602,53.696],[-1.598,53.7],[-1.595,53.7],[-1.59,53.702],[-1.577,53.705],[-1.571,53.706],[-1.572,53.707],[-1.579,53.71],[-1.58,53.713],[-1.585,53.717],[-1.587,53.717],[-1.592,53.719],[-1.602,53.72],[-1.605,53.721],[-1.611,53.721],[-1.618,53.719],[-1.623,53.719],[-1.623,53.721],[-1.632,53.729],[-1.632,53.731]]]},"properties":{"PCON24NM":"Dewsbury and Batley","PCON24CD":"E14001196"},"PCON24CD":133}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.188,51.717],[-1.19,51.715],[-1.194,51.714],[-1.201,51.712],[-1.21,51.716],[-1.218,51.715],[-1.222,51.711],[-1.225,51.714],[-1.231,51.718],[-1.234,51.722],[-1.241,51.725],[-1.242,51.72],[-1.238,51.717],[-1.235,51.714],[-1.235,51.708],[-1.233,51.707],[-1.233,51.704],[-1.231,51.703],[-1.231,51.699],[-1.229,51.697],[-1.223,51.692],[-1.222,51.685],[-1.225,51.682],[-1.227,51.676],[-1.23,51.675],[-1.231,51.673],[-1.246,51.667],[-1.252,51.667],[-1.259,51.668],[-1.263,51.67],[-1.268,51.67],[-1.278,51.669],[-1.284,51.665],[-1.282,51.66],[-1.279,51.658],[-1.28,51.657],[-1.284,51.657],[-1.285,51.655],[-1.288,51.652],[-1.297,51.654],[-1.295,51.656],[-1.298,51.658],[-1.303,51.658],[-1.308,51.658],[-1.309,51.662],[-1.312,51.663],[-1.32,51.66],[-1.322,51.66],[-1.327,51.658],[-1.333,51.657],[-1.336,51.654],[-1.343,51.654],[-1.345,51.655],[-1.351,51.657],[-1.36,51.655],[-1.369,51.655],[-1.374,51.653],[-1.376,51.651],[-1.385,51.651],[-1.389,51.65],[-1.397,51.651],[-1.402,51.648],[-1.41,51.644],[-1.411,51.643],[-1.416,51.641],[-1.415,51.64],[-1.423,51.637],[-1.426,51.639],[-1.434,51.642],[-1.444,51.643],[-1.45,51.641],[-1.453,51.64],[-1.453,51.637],[-1.46,51.633],[-1.463,51.63],[-1.472,51.625],[-1.479,51.621],[-1.479,51.617],[-1.488,51.619],[-1.497,51.622],[-1.492,51.627],[-1.487,51.631],[-1.478,51.634],[-1.476,51.641],[-1.471,51.644],[-1.467,51.644],[-1.464,51.646],[-1.466,51.647],[-1.472,51.649],[-1.478,51.653],[-1.479,51.655],[-1.482,51.654],[-1.488,51.655],[-1.5,51.655],[-1.509,51.657],[-1.511,51.659],[-1.517,51.66],[-1.524,51.662],[-1.525,51.665],[-1.53,51.667],[-1.539,51.665],[-1.545,51.661],[-1.556,51.658],[-1.563,51.654],[-1.565,51.649],[-1.561,51.646],[-1.564,51.645],[-1.569,51.639],[-1.573,51.636],[-1.572,51.632],[-1.57,51.629],[-1.563,51.628],[-1.561,51.624],[-1.554,51.622],[-1.556,51.617],[-1.561,51.616],[-1.565,51.615],[-1.57,51.617],[-1.578,51.617],[-1.582,51.615],[-1.588,51.61],[-1.596,51.607],[-1.595,51.605],[-1.595,51.595],[-1.593,51.595],[-1.584,51.586],[-1.583,51.577],[-1.584,51.575],[-1.583,51.568],[-1.578,51.563],[-1.579,51.561],[-1.575,51.554],[-1.572,51.551],[-1.57,51.547],[-1.566,51.546],[-1.56,51.551],[-1.555,51.553],[-1.543,51.552],[-1.54,51.55],[-1.531,51.548],[-1.521,51.551],[-1.515,51.551],[-1.509,51.549],[-1.505,51.547],[-1.496,51.546],[-1.486,51.541],[-1.488,51.536],[-1.486,51.534],[-1.478,51.533],[-1.476,51.531],[-1.471,51.53],[-1.471,51.529],[-1.463,51.53],[-1.465,51.535],[-1.461,51.536],[-1.455,51.535],[-1.447,51.537],[-1.431,51.543],[-1.427,51.546],[-1.423,51.536],[-1.417,51.539],[-1.41,51.545],[-1.405,51.546],[-1.4,51.545],[-1.396,51.54],[-1.389,51.54],[-1.384,51.54],[-1.377,51.546],[-1.378,51.55],[-1.373,51.55],[-1.367,51.552],[-1.359,51.547],[-1.356,51.547],[-1.351,51.547],[-1.347,51.544],[-1.344,51.543],[-1.338,51.546],[-1.338,51.549],[-1.335,51.555],[-1.333,51.56],[-1.329,51.564],[-1.327,51.56],[-1.32,51.559],[-1.315,51.557],[-1.303,51.557],[-1.297,51.553],[-1.294,51.554],[-1.287,51.552],[-1.284,51.549],[-1.28,51.547],[-1.27,51.545],[-1.268,51.542],[-1.261,51.538],[-1.257,51.537],[-1.242,51.538],[-1.236,51.537],[-1.23,51.535],[-1.219,51.537],[-1.217,51.536],[-1.21,51.536],[-1.206,51.538],[-1.203,51.537],[-1.206,51.532],[-1.205,51.528],[-1.193,51.53],[-1.18,51.532],[-1.173,51.534],[-1.166,51.534],[-1.159,51.535],[-1.16,51.537],[-1.152,51.54],[-1.147,51.541],[-1.14,51.543],[-1.142,51.544],[-1.146,51.55],[-1.147,51.553],[-1.143,51.557],[-1.141,51.561],[-1.138,51.564],[-1.135,51.565],[-1.13,51.567],[-1.126,51.571],[-1.127,51.581],[-1.124,51.588],[-1.124,51.592],[-1.121,51.599],[-1.117,51.604],[-1.114,51.612],[-1.116,51.616],[-1.116,51.619],[-1.125,51.622],[-1.139,51.624],[-1.144,51.625],[-1.144,51.628],[-1.148,51.628],[-1.148,51.632],[-1.15,51.634],[-1.155,51.636],[-1.158,51.636],[-1.164,51.635],[-1.173,51.634],[-1.18,51.636],[-1.179,51.64],[-1.177,51.647],[-1.178,51.649],[-1.181,51.654],[-1.182,51.658],[-1.18,51.66],[-1.181,51.663],[-1.177,51.667],[-1.18,51.67],[-1.173,51.673],[-1.166,51.674],[-1.165,51.675],[-1.164,51.68],[-1.165,51.682],[-1.159,51.69],[-1.157,51.696],[-1.166,51.7],[-1.164,51.702],[-1.167,51.706],[-1.173,51.708],[-1.18,51.708],[-1.186,51.707],[-1.187,51.71],[-1.188,51.717]]]},"properties":{"PCON24NM":"Didcot and Wantage","PCON24CD":"E14001197"},"PCON24CD":134}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.045,53.559],[-1.049,53.56],[-1.058,53.558],[-1.06,53.564],[-1.064,53.567],[-1.068,53.568],[-1.072,53.568],[-1.073,53.566],[-1.082,53.567],[-1.083,53.567],[-1.084,53.566],[-1.088,53.565],[-1.091,53.563],[-1.09,53.558],[-1.092,53.556],[-1.093,53.554],[-1.104,53.549],[-1.109,53.546],[-1.117,53.545],[-1.122,53.543],[-1.125,53.539],[-1.13,53.534],[-1.134,53.532],[-1.14,53.53],[-1.148,53.527],[-1.15,53.524],[-1.147,53.522],[-1.154,53.521],[-1.161,53.519],[-1.164,53.516],[-1.161,53.515],[-1.16,53.512],[-1.162,53.509],[-1.164,53.507],[-1.172,53.507],[-1.172,53.501],[-1.173,53.498],[-1.169,53.493],[-1.166,53.491],[-1.165,53.489],[-1.172,53.485],[-1.172,53.482],[-1.168,53.479],[-1.17,53.476],[-1.168,53.471],[-1.17,53.469],[-1.169,53.465],[-1.17,53.461],[-1.17,53.458],[-1.178,53.458],[-1.178,53.456],[-1.191,53.456],[-1.192,53.457],[-1.202,53.457],[-1.222,53.455],[-1.225,53.451],[-1.225,53.449],[-1.231,53.447],[-1.238,53.444],[-1.239,53.443],[-1.244,53.441],[-1.247,53.444],[-1.254,53.443],[-1.251,53.441],[-1.238,53.441],[-1.24,53.435],[-1.238,53.433],[-1.233,53.434],[-1.223,53.434],[-1.216,53.435],[-1.208,53.432],[-1.197,53.432],[-1.196,53.433],[-1.196,53.436],[-1.186,53.435],[-1.182,53.434],[-1.177,53.435],[-1.17,53.435],[-1.167,53.431],[-1.163,53.428],[-1.16,53.424],[-1.153,53.425],[-1.146,53.426],[-1.137,53.425],[-1.136,53.424],[-1.144,53.418],[-1.146,53.412],[-1.136,53.411],[-1.133,53.409],[-1.116,53.41],[-1.116,53.407],[-1.108,53.406],[-1.099,53.419],[-1.093,53.422],[-1.087,53.426],[-1.083,53.423],[-1.079,53.424],[-1.08,53.427],[-1.073,53.428],[-1.068,53.428],[-1.057,53.425],[-1.055,53.428],[-1.054,53.434],[-1.052,53.435],[-1.057,53.439],[-1.055,53.442],[-1.057,53.444],[-1.056,53.448],[-1.066,53.448],[-1.06,53.457],[-1.065,53.458],[-1.078,53.46],[-1.08,53.464],[-1.085,53.466],[-1.089,53.465],[-1.093,53.466],[-1.101,53.47],[-1.103,53.474],[-1.099,53.477],[-1.094,53.484],[-1.091,53.486],[-1.085,53.486],[-1.08,53.488],[-1.077,53.491],[-1.088,53.492],[-1.097,53.496],[-1.091,53.497],[-1.075,53.496],[-1.079,53.499],[-1.068,53.506],[-1.067,53.508],[-1.063,53.508],[-1.066,53.512],[-1.063,53.516],[-1.064,53.519],[-1.063,53.521],[-1.057,53.519],[-1.047,53.519],[-1.041,53.518],[-1.031,53.524],[-1.028,53.527],[-1.001,53.533],[-0.995,53.535],[-0.996,53.537],[-1.001,53.54],[-0.999,53.543],[-0.999,53.548],[-1.004,53.55],[-1.006,53.548],[-1.014,53.543],[-1.019,53.542],[-1.022,53.54],[-1.039,53.545],[-1.04,53.546],[-1.04,53.549],[-1.044,53.55],[-1.041,53.556],[-1.045,53.559]]]},"properties":{"PCON24NM":"Doncaster Central","PCON24CD":"E14001198"},"PCON24CD":135}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.798,53.455],[-0.787,53.461],[-0.785,53.464],[-0.786,53.473],[-0.785,53.477],[-0.781,53.479],[-0.774,53.479],[-0.772,53.481],[-0.775,53.486],[-0.776,53.489],[-0.774,53.491],[-0.769,53.494],[-0.769,53.498],[-0.766,53.501],[-0.763,53.501],[-0.753,53.501],[-0.743,53.511],[-0.739,53.526],[-0.743,53.533],[-0.743,53.537],[-0.74,53.543],[-0.739,53.546],[-0.74,53.549],[-0.747,53.556],[-0.749,53.563],[-0.748,53.568],[-0.746,53.573],[-0.744,53.575],[-0.735,53.579],[-0.732,53.584],[-0.732,53.586],[-0.737,53.59],[-0.74,53.593],[-0.738,53.599],[-0.733,53.605],[-0.729,53.608],[-0.723,53.609],[-0.713,53.608],[-0.709,53.608],[-0.704,53.61],[-0.701,53.613],[-0.703,53.617],[-0.709,53.621],[-0.713,53.624],[-0.715,53.628],[-0.715,53.633],[-0.715,53.642],[-0.712,53.647],[-0.709,53.648],[-0.701,53.652],[-0.697,53.656],[-0.69,53.673],[-0.69,53.677],[-0.696,53.681],[-0.698,53.685],[-0.701,53.684],[-0.705,53.681],[-0.702,53.677],[-0.714,53.677],[-0.722,53.679],[-0.723,53.674],[-0.731,53.673],[-0.746,53.67],[-0.746,53.669],[-0.755,53.666],[-0.759,53.664],[-0.753,53.663],[-0.774,53.656],[-0.774,53.658],[-0.77,53.662],[-0.772,53.664],[-0.778,53.661],[-0.789,53.659],[-0.8,53.654],[-0.803,53.652],[-0.805,53.647],[-0.814,53.643],[-0.817,53.645],[-0.827,53.643],[-0.834,53.641],[-0.841,53.636],[-0.848,53.633],[-0.867,53.638],[-0.923,53.653],[-0.938,53.657],[-0.947,53.659],[-0.957,53.659],[-0.99,53.659],[-0.992,53.656],[-0.99,53.653],[-0.991,53.65],[-0.989,53.648],[-0.988,53.645],[-0.984,53.638],[-0.984,53.633],[-0.982,53.624],[-0.982,53.623],[-0.982,53.622],[-0.982,53.619],[-0.985,53.615],[-0.979,53.613],[-0.977,53.611],[-0.984,53.605],[-0.987,53.603],[-0.993,53.6],[-1.033,53.585],[-1.042,53.581],[-1.037,53.578],[-1.036,53.574],[-1.04,53.569],[-1.041,53.566],[-1.04,53.561],[-1.045,53.559],[-1.041,53.556],[-1.044,53.55],[-1.04,53.549],[-1.04,53.546],[-1.039,53.545],[-1.022,53.54],[-1.019,53.542],[-1.014,53.543],[-1.006,53.548],[-1.004,53.55],[-0.999,53.548],[-0.999,53.543],[-1.001,53.54],[-0.996,53.537],[-0.995,53.535],[-1.001,53.533],[-1.028,53.527],[-1.031,53.524],[-1.041,53.518],[-1.047,53.519],[-1.057,53.519],[-1.063,53.521],[-1.064,53.519],[-1.063,53.516],[-1.066,53.512],[-1.063,53.508],[-1.067,53.508],[-1.068,53.506],[-1.079,53.499],[-1.075,53.496],[-1.091,53.497],[-1.097,53.496],[-1.088,53.492],[-1.077,53.491],[-1.08,53.488],[-1.085,53.486],[-1.091,53.486],[-1.094,53.484],[-1.099,53.477],[-1.103,53.474],[-1.101,53.47],[-1.093,53.466],[-1.089,53.465],[-1.085,53.466],[-1.08,53.464],[-1.078,53.46],[-1.065,53.458],[-1.06,53.457],[-1.066,53.448],[-1.056,53.448],[-1.057,53.444],[-1.055,53.442],[-1.057,53.439],[-1.052,53.435],[-1.054,53.434],[-1.055,53.428],[-1.057,53.425],[-1.054,53.426],[-1.037,53.431],[-1.031,53.431],[-1.029,53.429],[-1.031,53.425],[-1.023,53.425],[-1.022,53.426],[-1.014,53.427],[-1.013,53.432],[-1.009,53.434],[-1.006,53.434],[-1,53.435],[-0.996,53.437],[-0.998,53.439],[-0.997,53.444],[-0.994,53.449],[-0.991,53.452],[-0.994,53.453],[-0.986,53.461],[-0.983,53.468],[-0.986,53.472],[-0.982,53.475],[-0.977,53.475],[-0.953,53.484],[-0.936,53.503],[-0.904,53.478],[-0.9,53.475],[-0.902,53.474],[-0.912,53.47],[-0.919,53.466],[-0.921,53.465],[-0.917,53.461],[-0.9,53.461],[-0.897,53.462],[-0.886,53.462],[-0.875,53.461],[-0.874,53.462],[-0.872,53.466],[-0.818,53.459],[-0.805,53.457],[-0.798,53.455]]]},"properties":{"PCON24NM":"Doncaster East and the Isle of Axholme","PCON24CD":"E14001199"},"PCON24CD":136}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.045,53.559],[-1.04,53.561],[-1.041,53.566],[-1.04,53.569],[-1.036,53.574],[-1.037,53.578],[-1.042,53.581],[-1.033,53.585],[-0.993,53.6],[-0.987,53.603],[-0.984,53.605],[-0.977,53.611],[-0.979,53.613],[-0.985,53.615],[-0.982,53.619],[-0.982,53.622],[-0.989,53.615],[-0.996,53.612],[-1.018,53.607],[-1.021,53.605],[-1.029,53.604],[-1.033,53.601],[-1.041,53.602],[-1.052,53.601],[-1.064,53.596],[-1.071,53.594],[-1.076,53.596],[-1.086,53.595],[-1.091,53.592],[-1.09,53.59],[-1.086,53.587],[-1.083,53.584],[-1.081,53.572],[-1.082,53.567],[-1.073,53.566],[-1.072,53.568],[-1.068,53.568],[-1.064,53.567],[-1.06,53.564],[-1.058,53.558],[-1.049,53.56],[-1.045,53.559]]],[[[-1.092,53.556],[-1.09,53.559],[-1.091,53.564],[-1.088,53.565],[-1.083,53.567],[-1.081,53.572],[-1.083,53.583],[-1.086,53.587],[-1.091,53.591],[-1.091,53.592],[-1.087,53.595],[-1.076,53.596],[-1.072,53.595],[-1.065,53.596],[-1.052,53.602],[-1.04,53.602],[-1.033,53.602],[-1.029,53.604],[-1.021,53.606],[-1.019,53.607],[-0.996,53.612],[-0.987,53.617],[-0.982,53.623],[-0.983,53.628],[-0.984,53.633],[-0.985,53.638],[-0.989,53.645],[-0.989,53.648],[-0.991,53.651],[-0.991,53.653],[-0.992,53.657],[-0.991,53.659],[-0.991,53.661],[-1,53.659],[-1.01,53.659],[-1.018,53.658],[-1.029,53.655],[-1.037,53.654],[-1.044,53.657],[-1.049,53.656],[-1.052,53.652],[-1.055,53.651],[-1.066,53.649],[-1.072,53.649],[-1.083,53.652],[-1.086,53.652],[-1.091,53.65],[-1.095,53.65],[-1.102,53.649],[-1.114,53.647],[-1.116,53.646],[-1.121,53.647],[-1.125,53.644],[-1.129,53.642],[-1.127,53.639],[-1.13,53.634],[-1.136,53.633],[-1.139,53.633],[-1.146,53.639],[-1.15,53.639],[-1.152,53.643],[-1.159,53.643],[-1.161,53.642],[-1.168,53.641],[-1.174,53.638],[-1.18,53.638],[-1.189,53.636],[-1.194,53.636],[-1.198,53.64],[-1.207,53.643],[-1.21,53.643],[-1.211,53.641],[-1.216,53.642],[-1.218,53.64],[-1.22,53.634],[-1.217,53.629],[-1.217,53.624],[-1.227,53.622],[-1.233,53.621],[-1.231,53.619],[-1.233,53.617],[-1.246,53.617],[-1.248,53.616],[-1.245,53.608],[-1.252,53.607],[-1.25,53.601],[-1.258,53.6],[-1.255,53.597],[-1.258,53.595],[-1.258,53.592],[-1.269,53.59],[-1.277,53.59],[-1.279,53.588],[-1.278,53.586],[-1.282,53.583],[-1.288,53.581],[-1.295,53.579],[-1.297,53.578],[-1.308,53.575],[-1.312,53.577],[-1.319,53.578],[-1.321,53.579],[-1.334,53.58],[-1.336,53.581],[-1.346,53.584],[-1.349,53.583],[-1.346,53.577],[-1.335,53.565],[-1.332,53.563],[-1.327,53.558],[-1.317,53.558],[-1.315,53.556],[-1.304,53.555],[-1.297,53.551],[-1.294,53.547],[-1.289,53.544],[-1.289,53.541],[-1.287,53.538],[-1.294,53.536],[-1.29,53.534],[-1.288,53.532],[-1.284,53.531],[-1.276,53.53],[-1.276,53.528],[-1.281,53.529],[-1.286,53.527],[-1.276,53.521],[-1.281,53.517],[-1.286,53.515],[-1.289,53.516],[-1.299,53.515],[-1.31,53.513],[-1.312,53.514],[-1.311,53.512],[-1.313,53.502],[-1.31,53.498],[-1.299,53.493],[-1.295,53.492],[-1.284,53.491],[-1.274,53.491],[-1.267,53.493],[-1.265,53.492],[-1.26,53.494],[-1.247,53.494],[-1.244,53.495],[-1.242,53.493],[-1.237,53.494],[-1.235,53.493],[-1.229,53.494],[-1.222,53.493],[-1.221,53.488],[-1.219,53.489],[-1.213,53.487],[-1.209,53.489],[-1.208,53.494],[-1.206,53.496],[-1.2,53.497],[-1.193,53.502],[-1.191,53.506],[-1.185,53.51],[-1.179,53.509],[-1.172,53.507],[-1.164,53.507],[-1.162,53.509],[-1.16,53.512],[-1.161,53.515],[-1.164,53.516],[-1.161,53.519],[-1.154,53.521],[-1.147,53.522],[-1.15,53.524],[-1.148,53.527],[-1.14,53.53],[-1.134,53.532],[-1.13,53.534],[-1.125,53.539],[-1.122,53.543],[-1.117,53.545],[-1.109,53.546],[-1.104,53.549],[-1.093,53.554],[-1.092,53.555],[-1.092,53.556]]]]},"properties":{"PCON24NM":"Doncaster North","PCON24CD":"E14001200"},"PCON24CD":137}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.36,51.312],[-0.364,51.312],[-0.367,51.315],[-0.372,51.31],[-0.377,51.31],[-0.379,51.313],[-0.384,51.313],[-0.388,51.31],[-0.392,51.311],[-0.393,51.312],[-0.397,51.311],[-0.393,51.309],[-0.393,51.301],[-0.395,51.298],[-0.396,51.296],[-0.395,51.292],[-0.396,51.287],[-0.397,51.286],[-0.397,51.279],[-0.392,51.275],[-0.393,51.273],[-0.389,51.269],[-0.387,51.265],[-0.39,51.265],[-0.391,51.262],[-0.39,51.257],[-0.394,51.255],[-0.396,51.251],[-0.396,51.244],[-0.397,51.241],[-0.397,51.238],[-0.402,51.236],[-0.409,51.235],[-0.416,51.237],[-0.419,51.238],[-0.425,51.241],[-0.435,51.24],[-0.43,51.235],[-0.427,51.233],[-0.426,51.23],[-0.431,51.227],[-0.434,51.218],[-0.438,51.21],[-0.431,51.208],[-0.429,51.206],[-0.422,51.204],[-0.418,51.201],[-0.414,51.195],[-0.41,51.193],[-0.411,51.19],[-0.409,51.185],[-0.41,51.182],[-0.408,51.178],[-0.408,51.176],[-0.414,51.175],[-0.419,51.173],[-0.423,51.174],[-0.428,51.176],[-0.431,51.176],[-0.434,51.18],[-0.438,51.18],[-0.444,51.184],[-0.447,51.181],[-0.456,51.176],[-0.458,51.173],[-0.464,51.172],[-0.464,51.167],[-0.464,51.164],[-0.464,51.16],[-0.462,51.158],[-0.464,51.155],[-0.463,51.151],[-0.46,51.152],[-0.459,51.148],[-0.454,51.149],[-0.452,51.146],[-0.45,51.143],[-0.452,51.138],[-0.451,51.136],[-0.45,51.132],[-0.447,51.132],[-0.444,51.127],[-0.441,51.127],[-0.439,51.13],[-0.43,51.129],[-0.428,51.124],[-0.421,51.125],[-0.417,51.125],[-0.418,51.12],[-0.419,51.105],[-0.411,51.107],[-0.402,51.108],[-0.4,51.112],[-0.395,51.114],[-0.39,51.115],[-0.385,51.115],[-0.383,51.117],[-0.374,51.117],[-0.36,51.119],[-0.358,51.121],[-0.353,51.118],[-0.344,51.119],[-0.331,51.123],[-0.326,51.126],[-0.317,51.124],[-0.313,51.124],[-0.308,51.125],[-0.304,51.124],[-0.294,51.126],[-0.29,51.128],[-0.288,51.13],[-0.285,51.131],[-0.279,51.13],[-0.275,51.13],[-0.268,51.133],[-0.265,51.135],[-0.26,51.138],[-0.255,51.139],[-0.255,51.144],[-0.249,51.144],[-0.247,51.146],[-0.243,51.146],[-0.239,51.147],[-0.236,51.146],[-0.229,51.146],[-0.227,51.148],[-0.223,51.148],[-0.214,51.15],[-0.212,51.15],[-0.212,51.155],[-0.204,51.156],[-0.196,51.162],[-0.186,51.162],[-0.185,51.165],[-0.177,51.167],[-0.169,51.163],[-0.162,51.16],[-0.155,51.16],[-0.15,51.16],[-0.14,51.16],[-0.136,51.161],[-0.128,51.163],[-0.128,51.166],[-0.129,51.175],[-0.135,51.177],[-0.137,51.181],[-0.139,51.182],[-0.144,51.187],[-0.143,51.19],[-0.139,51.193],[-0.137,51.2],[-0.138,51.207],[-0.136,51.211],[-0.137,51.212],[-0.145,51.211],[-0.144,51.214],[-0.147,51.22],[-0.153,51.226],[-0.154,51.224],[-0.154,51.22],[-0.159,51.217],[-0.156,51.211],[-0.165,51.212],[-0.169,51.21],[-0.176,51.21],[-0.187,51.209],[-0.193,51.206],[-0.199,51.209],[-0.203,51.208],[-0.207,51.206],[-0.21,51.205],[-0.219,51.209],[-0.222,51.212],[-0.226,51.213],[-0.233,51.213],[-0.234,51.217],[-0.236,51.22],[-0.235,51.221],[-0.243,51.225],[-0.249,51.224],[-0.251,51.227],[-0.249,51.229],[-0.25,51.231],[-0.244,51.237],[-0.234,51.238],[-0.231,51.241],[-0.232,51.242],[-0.229,51.245],[-0.23,51.247],[-0.226,51.249],[-0.228,51.251],[-0.226,51.254],[-0.227,51.256],[-0.24,51.261],[-0.248,51.259],[-0.253,51.261],[-0.254,51.259],[-0.261,51.258],[-0.261,51.259],[-0.266,51.263],[-0.266,51.266],[-0.267,51.269],[-0.267,51.274],[-0.266,51.278],[-0.269,51.284],[-0.27,51.289],[-0.272,51.292],[-0.273,51.293],[-0.281,51.291],[-0.293,51.284],[-0.299,51.282],[-0.301,51.279],[-0.304,51.279],[-0.309,51.273],[-0.316,51.275],[-0.318,51.274],[-0.321,51.277],[-0.324,51.276],[-0.33,51.276],[-0.333,51.279],[-0.336,51.29],[-0.335,51.295],[-0.34,51.297],[-0.345,51.298],[-0.346,51.301],[-0.354,51.301],[-0.356,51.306],[-0.359,51.308],[-0.355,51.311],[-0.36,51.312]]]},"properties":{"PCON24NM":"Dorking and Horley","PCON24CD":"E14001201"},"PCON24CD":138}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.394,51.257],[1.386,51.255],[1.381,51.25],[1.373,51.251],[1.365,51.26],[1.36,51.263],[1.355,51.265],[1.354,51.263],[1.35,51.262],[1.335,51.262],[1.336,51.259],[1.332,51.258],[1.329,51.262],[1.324,51.258],[1.31,51.258],[1.302,51.257],[1.294,51.257],[1.288,51.25],[1.288,51.247],[1.284,51.243],[1.281,51.241],[1.274,51.233],[1.269,51.231],[1.264,51.229],[1.261,51.227],[1.255,51.229],[1.253,51.234],[1.242,51.237],[1.231,51.233],[1.225,51.235],[1.216,51.24],[1.218,51.243],[1.206,51.246],[1.197,51.236],[1.195,51.231],[1.189,51.223],[1.186,51.218],[1.193,51.22],[1.197,51.22],[1.202,51.218],[1.209,51.213],[1.219,51.209],[1.222,51.207],[1.219,51.203],[1.207,51.194],[1.198,51.187],[1.192,51.184],[1.189,51.186],[1.184,51.19],[1.181,51.19],[1.18,51.188],[1.17,51.184],[1.164,51.185],[1.16,51.188],[1.158,51.191],[1.154,51.191],[1.15,51.186],[1.148,51.177],[1.144,51.174],[1.143,51.169],[1.144,51.166],[1.153,51.163],[1.157,51.16],[1.162,51.158],[1.169,51.163],[1.171,51.161],[1.177,51.162],[1.177,51.157],[1.181,51.156],[1.183,51.158],[1.191,51.154],[1.201,51.155],[1.208,51.157],[1.211,51.151],[1.208,51.15],[1.189,51.139],[1.188,51.135],[1.185,51.135],[1.182,51.133],[1.179,51.135],[1.176,51.129],[1.172,51.125],[1.175,51.122],[1.178,51.124],[1.181,51.119],[1.186,51.121],[1.189,51.119],[1.197,51.118],[1.196,51.116],[1.194,51.111],[1.197,51.105],[1.196,51.102],[1.203,51.1],[1.204,51.097],[1.209,51.099],[1.22,51.101],[1.221,51.098],[1.226,51.1],[1.236,51.101],[1.247,51.101],[1.25,51.1],[1.253,51.101],[1.261,51.103],[1.268,51.102],[1.282,51.106],[1.281,51.108],[1.294,51.109],[1.297,51.112],[1.302,51.113],[1.313,51.114],[1.318,51.117],[1.313,51.119],[1.317,51.123],[1.327,51.126],[1.329,51.123],[1.335,51.126],[1.343,51.127],[1.343,51.131],[1.348,51.133],[1.355,51.134],[1.365,51.136],[1.376,51.141],[1.382,51.145],[1.384,51.15],[1.393,51.155],[1.397,51.159],[1.401,51.165],[1.405,51.174],[1.405,51.18],[1.406,51.187],[1.404,51.213],[1.405,51.218],[1.405,51.23],[1.403,51.239],[1.399,51.247],[1.394,51.257]]]},"properties":{"PCON24NM":"Dover and Deal","PCON24CD":"E14001202"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.143,52.347],[-2.146,52.345],[-2.149,52.346],[-2.151,52.344],[-2.152,52.34],[-2.152,52.337],[-2.165,52.326],[-2.168,52.325],[-2.168,52.318],[-2.173,52.317],[-2.175,52.32],[-2.175,52.325],[-2.171,52.331],[-2.178,52.332],[-2.19,52.329],[-2.19,52.332],[-2.193,52.335],[-2.192,52.337],[-2.196,52.341],[-2.201,52.344],[-2.205,52.346],[-2.205,52.351],[-2.212,52.356],[-2.219,52.359],[-2.232,52.361],[-2.242,52.36],[-2.246,52.361],[-2.248,52.355],[-2.246,52.353],[-2.251,52.347],[-2.252,52.345],[-2.254,52.341],[-2.261,52.341],[-2.264,52.336],[-2.268,52.337],[-2.268,52.334],[-2.272,52.333],[-2.261,52.329],[-2.261,52.326],[-2.264,52.326],[-2.266,52.324],[-2.266,52.319],[-2.274,52.311],[-2.276,52.301],[-2.275,52.292],[-2.272,52.287],[-2.27,52.281],[-2.274,52.276],[-2.275,52.271],[-2.266,52.268],[-2.256,52.268],[-2.252,52.267],[-2.244,52.26],[-2.238,52.257],[-2.236,52.253],[-2.232,52.25],[-2.232,52.248],[-2.235,52.242],[-2.235,52.24],[-2.233,52.237],[-2.24,52.234],[-2.242,52.23],[-2.241,52.226],[-2.243,52.222],[-2.236,52.222],[-2.233,52.227],[-2.229,52.225],[-2.227,52.228],[-2.222,52.231],[-2.211,52.226],[-2.207,52.225],[-2.194,52.223],[-2.189,52.221],[-2.171,52.218],[-2.163,52.214],[-2.158,52.213],[-2.162,52.204],[-2.166,52.198],[-2.171,52.185],[-2.179,52.184],[-2.183,52.183],[-2.185,52.18],[-2.187,52.173],[-2.189,52.171],[-2.195,52.17],[-2.2,52.169],[-2.203,52.167],[-2.202,52.167],[-2.197,52.162],[-2.197,52.156],[-2.195,52.151],[-2.19,52.146],[-2.169,52.145],[-2.165,52.143],[-2.172,52.141],[-2.173,52.137],[-2.173,52.135],[-2.177,52.134],[-2.185,52.13],[-2.191,52.131],[-2.194,52.129],[-2.195,52.125],[-2.187,52.122],[-2.184,52.12],[-2.186,52.118],[-2.181,52.115],[-2.18,52.113],[-2.176,52.112],[-2.173,52.109],[-2.169,52.108],[-2.163,52.109],[-2.158,52.108],[-2.152,52.107],[-2.148,52.111],[-2.144,52.112],[-2.142,52.121],[-2.144,52.123],[-2.138,52.125],[-2.135,52.123],[-2.138,52.122],[-2.139,52.117],[-2.136,52.117],[-2.127,52.118],[-2.124,52.117],[-2.117,52.118],[-2.108,52.119],[-2.11,52.123],[-2.108,52.125],[-2.097,52.125],[-2.093,52.124],[-2.089,52.128],[-2.089,52.129],[-2.078,52.131],[-2.076,52.132],[-2.062,52.129],[-2.057,52.126],[-2.061,52.125],[-2.066,52.123],[-2.068,52.119],[-2.068,52.117],[-2.071,52.114],[-2.072,52.11],[-2.07,52.108],[-2.071,52.102],[-2.069,52.097],[-2.066,52.093],[-2.055,52.096],[-2.044,52.096],[-2.041,52.098],[-2.035,52.097],[-2.036,52.093],[-2.037,52.085],[-2.039,52.079],[-2.044,52.074],[-2.038,52.071],[-2.031,52.078],[-2.025,52.078],[-2.023,52.082],[-2.019,52.083],[-2.017,52.092],[-2.008,52.086],[-2.008,52.084],[-2.003,52.083],[-2.003,52.081],[-1.992,52.082],[-1.993,52.078],[-1.992,52.071],[-1.99,52.07],[-1.98,52.071],[-1.972,52.07],[-1.964,52.07],[-1.963,52.074],[-1.954,52.073],[-1.938,52.07],[-1.934,52.067],[-1.928,52.064],[-1.941,52.052],[-1.93,52.049],[-1.923,52.048],[-1.913,52.044],[-1.909,52.043],[-1.903,52.039],[-1.896,52.036],[-1.885,52.03],[-1.874,52.024],[-1.867,52.018],[-1.862,52.017],[-1.864,52.014],[-1.851,52.008],[-1.844,52.008],[-1.839,52.007],[-1.835,52.009],[-1.836,52.011],[-1.834,52.018],[-1.836,52.023],[-1.826,52.029],[-1.825,52.031],[-1.831,52.033],[-1.829,52.036],[-1.83,52.039],[-1.833,52.04],[-1.835,52.044],[-1.839,52.044],[-1.848,52.047],[-1.857,52.052],[-1.863,52.053],[-1.861,52.058],[-1.863,52.063],[-1.865,52.066],[-1.872,52.065],[-1.874,52.07],[-1.869,52.074],[-1.856,52.074],[-1.853,52.072],[-1.847,52.079],[-1.838,52.074],[-1.832,52.073],[-1.823,52.081],[-1.819,52.085],[-1.818,52.084],[-1.816,52.08],[-1.813,52.079],[-1.813,52.083],[-1.81,52.086],[-1.81,52.088],[-1.806,52.093],[-1.802,52.097],[-1.796,52.101],[-1.792,52.1],[-1.788,52.104],[-1.79,52.106],[-1.786,52.107],[-1.768,52.113],[-1.759,52.115],[-1.765,52.116],[-1.77,52.115],[-1.775,52.118],[-1.778,52.118],[-1.781,52.12],[-1.788,52.12],[-1.793,52.122],[-1.794,52.124],[-1.792,52.129],[-1.786,52.132],[-1.799,52.136],[-1.809,52.14],[-1.817,52.139],[-1.823,52.136],[-1.825,52.142],[-1.823,52.146],[-1.829,52.146],[-1.834,52.148],[-1.84,52.153],[-1.848,52.15],[-1.852,52.148],[-1.847,52.147],[-1.846,52.143],[-1.85,52.139],[-1.854,52.139],[-1.86,52.141],[-1.867,52.145],[-1.864,52.147],[-1.867,52.15],[-1.867,52.153],[-1.877,52.155],[-1.881,52.155],[-1.889,52.156],[-1.892,52.155],[-1.895,52.15],[-1.894,52.148],[-1.886,52.149],[-1.885,52.148],[-1.893,52.139],[-1.9,52.136],[-1.903,52.133],[-1.905,52.132],[-1.903,52.127],[-1.904,52.123],[-1.906,52.122],[-1.913,52.123],[-1.924,52.126],[-1.928,52.125],[-1.931,52.117],[-1.93,52.11],[-1.932,52.109],[-1.944,52.109],[-1.951,52.11],[-1.957,52.111],[-1.962,52.114],[-1.965,52.113],[-1.97,52.115],[-1.977,52.119],[-1.986,52.121],[-1.984,52.123],[-1.978,52.127],[-1.985,52.132],[-1.988,52.133],[-1.99,52.135],[-1.991,52.142],[-1.984,52.148],[-1.983,52.151],[-1.988,52.155],[-1.999,52.158],[-1.998,52.163],[-2,52.167],[-2.006,52.164],[-2.013,52.166],[-2.016,52.17],[-2.026,52.17],[-2.023,52.174],[-2.018,52.188],[-2.015,52.19],[-2.008,52.189],[-2.003,52.19],[-2,52.193],[-1.996,52.199],[-1.993,52.205],[-1.997,52.207],[-2.003,52.206],[-2.002,52.209],[-2.004,52.211],[-2.012,52.214],[-2.013,52.217],[-2.017,52.218],[-2.021,52.217],[-2.024,52.219],[-2.026,52.223],[-2.036,52.224],[-2.038,52.223],[-2.039,52.219],[-2.046,52.224],[-2.052,52.225],[-2.058,52.227],[-2.057,52.229],[-2.061,52.232],[-2.06,52.234],[-2.065,52.237],[-2.069,52.239],[-2.068,52.242],[-2.077,52.245],[-2.084,52.245],[-2.094,52.244],[-2.099,52.241],[-2.103,52.242],[-2.106,52.249],[-2.104,52.254],[-2.107,52.255],[-2.108,52.259],[-2.111,52.261],[-2.11,52.264],[-2.134,52.267],[-2.133,52.271],[-2.137,52.272],[-2.137,52.275],[-2.139,52.276],[-2.15,52.275],[-2.15,52.279],[-2.148,52.281],[-2.15,52.283],[-2.149,52.286],[-2.151,52.286],[-2.15,52.289],[-2.144,52.288],[-2.14,52.292],[-2.136,52.294],[-2.137,52.297],[-2.138,52.298],[-2.138,52.301],[-2.144,52.303],[-2.139,52.307],[-2.135,52.309],[-2.135,52.312],[-2.142,52.312],[-2.147,52.313],[-2.145,52.316],[-2.147,52.319],[-2.152,52.321],[-2.15,52.325],[-2.144,52.326],[-2.136,52.33],[-2.136,52.333],[-2.138,52.336],[-2.143,52.337],[-2.145,52.34],[-2.143,52.347]]]},"properties":{"PCON24NM":"Droitwich and Evesham","PCON24CD":"E14001203"},"PCON24CD":140}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.122,52.557],[-2.128,52.558],[-2.128,52.554],[-2.133,52.554],[-2.135,52.552],[-2.139,52.548],[-2.137,52.547],[-2.135,52.543],[-2.137,52.533],[-2.146,52.529],[-2.152,52.526],[-2.146,52.523],[-2.145,52.521],[-2.145,52.518],[-2.148,52.515],[-2.148,52.512],[-2.151,52.508],[-2.155,52.508],[-2.159,52.506],[-2.153,52.5],[-2.148,52.501],[-2.143,52.502],[-2.143,52.499],[-2.145,52.496],[-2.144,52.493],[-2.136,52.487],[-2.133,52.482],[-2.129,52.482],[-2.124,52.487],[-2.119,52.489],[-2.114,52.495],[-2.113,52.498],[-2.111,52.5],[-2.112,52.502],[-2.105,52.503],[-2.098,52.505],[-2.092,52.5],[-2.086,52.503],[-2.086,52.5],[-2.084,52.497],[-2.075,52.495],[-2.07,52.492],[-2.069,52.496],[-2.063,52.5],[-2.061,52.502],[-2.061,52.507],[-2.057,52.512],[-2.063,52.514],[-2.07,52.521],[-2.076,52.524],[-2.08,52.524],[-2.079,52.529],[-2.078,52.532],[-2.086,52.532],[-2.088,52.537],[-2.093,52.538],[-2.095,52.541],[-2.104,52.542],[-2.108,52.544],[-2.11,52.546],[-2.115,52.549],[-2.122,52.557]]]},"properties":{"PCON24NM":"Dudley","PCON24CD":"E14001204"},"PCON24CD":141}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.093,51.472],[-0.096,51.47],[-0.099,51.472],[-0.102,51.47],[-0.113,51.47],[-0.112,51.468],[-0.116,51.461],[-0.114,51.455],[-0.111,51.453],[-0.111,51.445],[-0.109,51.44],[-0.108,51.438],[-0.111,51.437],[-0.118,51.434],[-0.115,51.431],[-0.114,51.425],[-0.115,51.423],[-0.106,51.423],[-0.093,51.423],[-0.086,51.419],[-0.079,51.42],[-0.074,51.426],[-0.074,51.427],[-0.075,51.428],[-0.075,51.43],[-0.073,51.432],[-0.069,51.433],[-0.065,51.436],[-0.063,51.438],[-0.064,51.439],[-0.064,51.441],[-0.065,51.441],[-0.064,51.442],[-0.064,51.444],[-0.068,51.446],[-0.071,51.445],[-0.076,51.45],[-0.077,51.454],[-0.082,51.454],[-0.084,51.456],[-0.079,51.464],[-0.078,51.467],[-0.076,51.469],[-0.084,51.469],[-0.091,51.468],[-0.093,51.472]]]},"properties":{"PCON24NM":"Dulwich and West Norwood","PCON24CD":"E14001205"},"PCON24CD":142}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.492,51.906],[-0.496,51.917],[-0.503,51.92],[-0.514,51.923],[-0.512,51.928],[-0.512,51.932],[-0.518,51.935],[-0.518,51.938],[-0.524,51.937],[-0.537,51.937],[-0.542,51.936],[-0.546,51.936],[-0.548,51.942],[-0.552,51.944],[-0.562,51.944],[-0.571,51.943],[-0.573,51.938],[-0.578,51.934],[-0.585,51.933],[-0.591,51.934],[-0.606,51.943],[-0.61,51.945],[-0.634,51.959],[-0.651,51.968],[-0.653,51.967],[-0.654,51.964],[-0.656,51.961],[-0.659,51.96],[-0.662,51.956],[-0.668,51.955],[-0.672,51.956],[-0.673,51.952],[-0.67,51.949],[-0.673,51.946],[-0.679,51.944],[-0.683,51.942],[-0.681,51.939],[-0.683,51.936],[-0.69,51.928],[-0.692,51.922],[-0.702,51.909],[-0.696,51.904],[-0.696,51.902],[-0.693,51.9],[-0.683,51.9],[-0.678,51.902],[-0.674,51.902],[-0.667,51.897],[-0.66,51.895],[-0.657,51.895],[-0.654,51.898],[-0.648,51.901],[-0.646,51.899],[-0.638,51.904],[-0.632,51.909],[-0.627,51.904],[-0.622,51.894],[-0.616,51.889],[-0.611,51.893],[-0.601,51.897],[-0.592,51.897],[-0.583,51.899],[-0.577,51.9],[-0.571,51.899],[-0.569,51.895],[-0.561,51.89],[-0.556,51.89],[-0.544,51.886],[-0.549,51.883],[-0.55,51.878],[-0.546,51.877],[-0.531,51.877],[-0.526,51.874],[-0.522,51.876],[-0.519,51.873],[-0.513,51.87],[-0.506,51.871],[-0.497,51.875],[-0.493,51.875],[-0.495,51.878],[-0.501,51.882],[-0.494,51.885],[-0.496,51.886],[-0.49,51.888],[-0.484,51.888],[-0.485,51.891],[-0.506,51.9],[-0.494,51.906],[-0.492,51.906]]]},"properties":{"PCON24NM":"Dunstable and Leighton Buzzard","PCON24CD":"E14001206"},"PCON24CD":143}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.256,51.534],[-0.26,51.535],[-0.267,51.531],[-0.281,51.528],[-0.286,51.529],[-0.289,51.532],[-0.284,51.534],[-0.279,51.533],[-0.278,51.535],[-0.282,51.538],[-0.293,51.535],[-0.297,51.535],[-0.303,51.532],[-0.309,51.531],[-0.308,51.523],[-0.311,51.521],[-0.323,51.521],[-0.323,51.517],[-0.32,51.514],[-0.314,51.514],[-0.313,51.512],[-0.309,51.513],[-0.306,51.511],[-0.305,51.507],[-0.307,51.504],[-0.306,51.498],[-0.301,51.499],[-0.294,51.502],[-0.286,51.501],[-0.281,51.503],[-0.277,51.499],[-0.272,51.495],[-0.268,51.494],[-0.258,51.495],[-0.253,51.5],[-0.254,51.505],[-0.246,51.505],[-0.246,51.507],[-0.235,51.506],[-0.235,51.51],[-0.236,51.514],[-0.23,51.515],[-0.227,51.512],[-0.22,51.512],[-0.221,51.514],[-0.223,51.516],[-0.225,51.518],[-0.226,51.519],[-0.228,51.521],[-0.227,51.525],[-0.227,51.526],[-0.228,51.529],[-0.229,51.53],[-0.228,51.53],[-0.234,51.533],[-0.243,51.532],[-0.251,51.534],[-0.256,51.534]]]},"properties":{"PCON24NM":"Ealing Central and Acton","PCON24CD":"E14001207"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.336,51.557],[-0.346,51.558],[-0.347,51.559],[-0.362,51.557],[-0.363,51.556],[-0.365,51.556],[-0.376,51.553],[-0.378,51.555],[-0.385,51.551],[-0.394,51.549],[-0.397,51.546],[-0.395,51.543],[-0.405,51.542],[-0.417,51.54],[-0.419,51.538],[-0.414,51.535],[-0.405,51.533],[-0.376,51.529],[-0.375,51.533],[-0.366,51.532],[-0.364,51.529],[-0.359,51.528],[-0.356,51.527],[-0.358,51.523],[-0.351,51.522],[-0.348,51.519],[-0.348,51.516],[-0.351,51.514],[-0.349,51.511],[-0.344,51.511],[-0.338,51.512],[-0.32,51.514],[-0.323,51.517],[-0.323,51.521],[-0.311,51.521],[-0.308,51.523],[-0.309,51.531],[-0.303,51.532],[-0.306,51.534],[-0.306,51.539],[-0.309,51.543],[-0.308,51.546],[-0.313,51.549],[-0.318,51.552],[-0.328,51.555],[-0.336,51.557]]]},"properties":{"PCON24NM":"Ealing North","PCON24CD":"E14001208"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.32,51.514],[-0.338,51.512],[-0.344,51.511],[-0.349,51.511],[-0.351,51.514],[-0.348,51.516],[-0.348,51.519],[-0.351,51.522],[-0.358,51.523],[-0.356,51.527],[-0.359,51.528],[-0.364,51.529],[-0.366,51.532],[-0.375,51.533],[-0.376,51.529],[-0.376,51.526],[-0.382,51.519],[-0.39,51.513],[-0.393,51.508],[-0.394,51.507],[-0.404,51.503],[-0.407,51.5],[-0.387,51.495],[-0.384,51.495],[-0.378,51.497],[-0.375,51.494],[-0.372,51.49],[-0.365,51.493],[-0.363,51.496],[-0.358,51.498],[-0.35,51.499],[-0.342,51.496],[-0.335,51.496],[-0.33,51.495],[-0.323,51.496],[-0.319,51.494],[-0.316,51.495],[-0.312,51.492],[-0.305,51.495],[-0.306,51.496],[-0.298,51.495],[-0.301,51.499],[-0.306,51.498],[-0.307,51.504],[-0.305,51.507],[-0.306,51.511],[-0.309,51.513],[-0.313,51.512],[-0.314,51.514],[-0.32,51.514]]]},"properties":{"PCON24NM":"Ealing Southall","PCON24CD":"E14001209"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.989,51.381],[-0.989,51.389],[-0.984,51.388],[-0.978,51.39],[-0.974,51.392],[-0.974,51.387],[-0.972,51.385],[-0.97,51.385],[-0.963,51.388],[-0.96,51.386],[-0.956,51.388],[-0.948,51.388],[-0.941,51.395],[-0.942,51.398],[-0.939,51.401],[-0.936,51.401],[-0.931,51.405],[-0.926,51.407],[-0.927,51.408],[-0.922,51.41],[-0.917,51.415],[-0.911,51.419],[-0.911,51.42],[-0.905,51.421],[-0.895,51.424],[-0.892,51.428],[-0.894,51.431],[-0.898,51.429],[-0.9,51.437],[-0.898,51.439],[-0.89,51.44],[-0.886,51.442],[-0.883,51.447],[-0.878,51.448],[-0.876,51.455],[-0.865,51.461],[-0.866,51.463],[-0.872,51.462],[-0.88,51.462],[-0.882,51.465],[-0.889,51.464],[-0.886,51.468],[-0.89,51.472],[-0.892,51.48],[-0.898,51.486],[-0.898,51.487],[-0.902,51.485],[-0.905,51.485],[-0.91,51.482],[-0.91,51.477],[-0.917,51.474],[-0.92,51.472],[-0.922,51.468],[-0.923,51.467],[-0.93,51.468],[-0.938,51.463],[-0.946,51.46],[-0.949,51.46],[-0.95,51.458],[-0.945,51.457],[-0.939,51.455],[-0.935,51.452],[-0.932,51.448],[-0.928,51.445],[-0.932,51.441],[-0.937,51.444],[-0.945,51.446],[-0.956,51.443],[-0.959,51.44],[-0.957,51.439],[-0.963,51.434],[-0.967,51.437],[-0.968,51.436],[-0.976,51.436],[-0.977,51.435],[-0.984,51.434],[-0.995,51.435],[-0.999,51.437],[-1.001,51.43],[-1.001,51.426],[-1,51.425],[-1,51.42],[-0.998,51.417],[-1,51.416],[-0.999,51.412],[-1.004,51.408],[-1.004,51.404],[-1.009,51.399],[-1.012,51.393],[-1.007,51.391],[-1,51.388],[-0.993,51.384],[-0.989,51.381]]]},"properties":{"PCON24NM":"Earley and Woodley","PCON24CD":"E14001210"},"PCON24CD":147}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.242,54.723],[-1.244,54.724],[-1.255,54.732],[-1.259,54.735],[-1.267,54.741],[-1.267,54.743],[-1.277,54.75],[-1.28,54.753],[-1.287,54.757],[-1.292,54.761],[-1.301,54.77],[-1.302,54.772],[-1.309,54.78],[-1.31,54.783],[-1.308,54.786],[-1.311,54.79],[-1.312,54.795],[-1.31,54.799],[-1.313,54.81],[-1.313,54.812],[-1.319,54.82],[-1.319,54.824],[-1.323,54.83],[-1.326,54.832],[-1.325,54.835],[-1.328,54.839],[-1.336,54.844],[-1.345,54.855],[-1.347,54.861],[-1.354,54.86],[-1.36,54.858],[-1.369,54.858],[-1.374,54.854],[-1.381,54.847],[-1.384,54.848],[-1.387,54.847],[-1.393,54.846],[-1.4,54.847],[-1.405,54.845],[-1.414,54.845],[-1.412,54.842],[-1.422,54.839],[-1.421,54.834],[-1.416,54.831],[-1.417,54.829],[-1.413,54.825],[-1.414,54.82],[-1.418,54.818],[-1.419,54.814],[-1.421,54.813],[-1.424,54.803],[-1.429,54.801],[-1.438,54.801],[-1.437,54.796],[-1.448,54.789],[-1.454,54.79],[-1.464,54.791],[-1.468,54.791],[-1.468,54.786],[-1.469,54.782],[-1.472,54.779],[-1.468,54.779],[-1.457,54.772],[-1.459,54.77],[-1.458,54.765],[-1.462,54.763],[-1.459,54.761],[-1.454,54.753],[-1.458,54.748],[-1.457,54.747],[-1.459,54.743],[-1.458,54.739],[-1.465,54.737],[-1.463,54.734],[-1.454,54.733],[-1.448,54.734],[-1.446,54.733],[-1.438,54.733],[-1.431,54.733],[-1.425,54.73],[-1.422,54.731],[-1.415,54.73],[-1.414,54.727],[-1.409,54.728],[-1.406,54.726],[-1.406,54.722],[-1.402,54.722],[-1.395,54.719],[-1.398,54.717],[-1.401,54.711],[-1.4,54.707],[-1.396,54.704],[-1.402,54.7],[-1.399,54.697],[-1.397,54.696],[-1.4,54.692],[-1.398,54.688],[-1.39,54.683],[-1.381,54.684],[-1.379,54.687],[-1.374,54.69],[-1.372,54.692],[-1.363,54.692],[-1.345,54.691],[-1.333,54.692],[-1.329,54.69],[-1.328,54.691],[-1.319,54.691],[-1.319,54.693],[-1.313,54.696],[-1.314,54.701],[-1.309,54.702],[-1.303,54.706],[-1.304,54.708],[-1.301,54.71],[-1.306,54.715],[-1.304,54.719],[-1.295,54.719],[-1.29,54.718],[-1.281,54.723],[-1.271,54.727],[-1.257,54.726],[-1.256,54.722],[-1.252,54.72],[-1.248,54.722],[-1.243,54.722],[-1.242,54.723]]]},"properties":{"PCON24NM":"Easington","PCON24CD":"E14001211"},"PCON24CD":148}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.013,50.892],[0.01,50.895],[0,50.889],[0.009,50.888],[0.011,50.887],[0.016,50.888],[0.015,50.89],[0.014,50.891],[0.013,50.892]]],[[[0.012,50.893],[0.013,50.897],[0.01,50.895],[0.012,50.893]]],[[[0.027,51.14],[0.023,51.139],[0.02,51.14],[0.017,51.139],[0.007,51.139],[0.001,51.14],[-0.006,51.138],[-0.01,51.138],[-0.017,51.141],[-0.02,51.139],[-0.025,51.139],[-0.041,51.14],[-0.046,51.139],[-0.056,51.137],[-0.063,51.141],[-0.067,51.141],[-0.076,51.142],[-0.085,51.143],[-0.094,51.138],[-0.109,51.139],[-0.115,51.141],[-0.131,51.139],[-0.132,51.141],[-0.138,51.142],[-0.14,51.135],[-0.139,51.132],[-0.141,51.128],[-0.141,51.124],[-0.137,51.117],[-0.137,51.112],[-0.14,51.108],[-0.148,51.101],[-0.154,51.096],[-0.161,51.093],[-0.174,51.089],[-0.192,51.088],[-0.196,51.085],[-0.201,51.085],[-0.208,51.086],[-0.212,51.087],[-0.211,51.079],[-0.213,51.072],[-0.211,51.068],[-0.212,51.064],[-0.218,51.064],[-0.219,51.062],[-0.223,51.06],[-0.223,51.057],[-0.219,51.052],[-0.222,51.048],[-0.225,51.045],[-0.227,51.042],[-0.222,51.041],[-0.219,51.038],[-0.21,51.038],[-0.202,51.038],[-0.194,51.039],[-0.194,51.044],[-0.198,51.047],[-0.193,51.049],[-0.197,51.051],[-0.194,51.055],[-0.197,51.058],[-0.193,51.06],[-0.189,51.059],[-0.18,51.055],[-0.179,51.058],[-0.175,51.059],[-0.173,51.06],[-0.167,51.059],[-0.166,51.054],[-0.164,51.053],[-0.162,51.049],[-0.162,51.045],[-0.164,51.042],[-0.156,51.042],[-0.156,51.038],[-0.155,51.037],[-0.141,51.037],[-0.135,51.038],[-0.13,51.04],[-0.125,51.04],[-0.124,51.037],[-0.117,51.034],[-0.112,51.035],[-0.111,51.032],[-0.112,51.024],[-0.108,51.024],[-0.106,51.018],[-0.102,51.019],[-0.09,51.018],[-0.084,51.019],[-0.079,51.017],[-0.077,51.02],[-0.072,51.017],[-0.067,51.01],[-0.063,51.007],[-0.057,51.008],[-0.055,51.008],[-0.051,51.004],[-0.058,51.004],[-0.062,51.002],[-0.066,51.001],[-0.073,50.998],[-0.07,50.996],[-0.071,50.991],[-0.074,50.992],[-0.084,50.991],[-0.092,50.983],[-0.094,50.979],[-0.102,50.98],[-0.109,50.98],[-0.112,50.976],[-0.115,50.976],[-0.116,50.973],[-0.116,50.967],[-0.111,50.968],[-0.109,50.965],[-0.106,50.963],[-0.103,50.962],[-0.102,50.961],[-0.097,50.961],[-0.089,50.963],[-0.081,50.962],[-0.082,50.959],[-0.083,50.949],[-0.078,50.95],[-0.072,50.95],[-0.068,50.955],[-0.069,50.961],[-0.061,50.96],[-0.058,50.961],[-0.056,50.958],[-0.048,50.958],[-0.052,50.953],[-0.051,50.947],[-0.049,50.946],[-0.037,50.946],[-0.037,50.941],[-0.031,50.94],[-0.03,50.937],[-0.033,50.929],[-0.029,50.924],[-0.025,50.924],[-0.021,50.925],[-0.016,50.928],[-0.014,50.924],[-0.015,50.92],[-0.016,50.913],[-0.023,50.912],[-0.025,50.908],[-0.027,50.901],[-0.025,50.9],[-0.026,50.898],[-0.026,50.893],[-0.033,50.896],[-0.04,50.894],[-0.045,50.884],[-0.045,50.88],[-0.037,50.883],[-0.03,50.885],[-0.022,50.884],[-0.017,50.88],[-0.008,50.883],[-0.009,50.886],[-0.008,50.888],[-0.003,50.887],[-0.001,50.889],[0.011,50.896],[0.017,50.898],[0.018,50.897],[0.019,50.898],[0.02,50.898],[0.021,50.903],[0.022,50.903],[0.023,50.904],[0.024,50.904],[0.027,50.905],[0.03,50.904],[0.034,50.906],[0.034,50.907],[0.033,50.911],[0.032,50.912],[0.03,50.913],[0.033,50.915],[0.043,50.913],[0.05,50.916],[0.047,50.921],[0.048,50.923],[0.052,50.923],[0.057,50.926],[0.068,50.925],[0.072,50.923],[0.079,50.922],[0.082,50.92],[0.089,50.919],[0.09,50.921],[0.096,50.923],[0.106,50.919],[0.111,50.916],[0.117,50.915],[0.121,50.921],[0.116,50.923],[0.114,50.927],[0.114,50.929],[0.11,50.931],[0.109,50.934],[0.111,50.936],[0.119,50.941],[0.114,50.943],[0.106,50.946],[0.101,50.949],[0.102,50.951],[0.107,50.95],[0.111,50.956],[0.112,50.96],[0.108,50.967],[0.105,50.968],[0.105,50.97],[0.117,50.976],[0.123,50.98],[0.129,50.979],[0.131,50.981],[0.136,50.98],[0.139,50.981],[0.141,50.978],[0.147,50.979],[0.153,50.975],[0.162,50.977],[0.156,50.98],[0.157,50.982],[0.154,50.984],[0.154,50.988],[0.153,50.992],[0.157,50.992],[0.159,50.994],[0.158,50.995],[0.162,51],[0.159,51.005],[0.157,51.008],[0.157,51.014],[0.152,51.015],[0.151,51.018],[0.152,51.021],[0.153,51.024],[0.148,51.026],[0.147,51.028],[0.141,51.031],[0.134,51.039],[0.135,51.041],[0.131,51.043],[0.125,51.044],[0.119,51.047],[0.117,51.046],[0.114,51.048],[0.11,51.047],[0.106,51.048],[0.101,51.044],[0.093,51.045],[0.087,51.048],[0.082,51.047],[0.072,51.045],[0.066,51.048],[0.068,51.05],[0.065,51.054],[0.067,51.058],[0.067,51.062],[0.06,51.062],[0.056,51.063],[0.052,51.065],[0.045,51.066],[0.04,51.068],[0.033,51.069],[0.032,51.072],[0.035,51.073],[0.042,51.072],[0.047,51.076],[0.051,51.078],[0.056,51.082],[0.05,51.085],[0.047,51.086],[0.051,51.091],[0.05,51.094],[0.054,51.094],[0.053,51.097],[0.049,51.097],[0.049,51.101],[0.042,51.101],[0.04,51.099],[0.032,51.102],[0.019,51.104],[0.021,51.107],[0.026,51.109],[0.035,51.109],[0.038,51.11],[0.037,51.115],[0.028,51.118],[0.027,51.122],[0.025,51.123],[0.026,51.127],[0.025,51.128],[0.026,51.132],[0.028,51.133],[0.027,51.138],[0.027,51.14]]]]},"properties":{"PCON24NM":"East Grinstead and Uckfield","PCON24CD":"E14001212"},"PCON24CD":149}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.064,51.557],[0.06,51.556],[0.057,51.558],[0.05,51.564],[0.042,51.561],[0.043,51.558],[0.046,51.555],[0.035,51.555],[0.035,51.551],[0.036,51.548],[0.031,51.547],[0.032,51.54],[0.035,51.535],[0.033,51.535],[0.038,51.53],[0.041,51.52],[0.045,51.52],[0.052,51.52],[0.058,51.52],[0.08,51.528],[0.075,51.53],[0.072,51.532],[0.067,51.54],[0.068,51.544],[0.069,51.547],[0.068,51.553],[0.064,51.557]]]},"properties":{"PCON24NM":"East Ham","PCON24CD":"E14001213"},"PCON24CD":150}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.065,51.205],[-1.064,51.209],[-1.069,51.221],[-1.068,51.225],[-1.073,51.225],[-1.076,51.223],[-1.084,51.224],[-1.087,51.223],[-1.091,51.221],[-1.091,51.225],[-1.092,51.231],[-1.095,51.231],[-1.098,51.233],[-1.112,51.232],[-1.11,51.238],[-1.131,51.227],[-1.139,51.224],[-1.149,51.222],[-1.156,51.224],[-1.159,51.225],[-1.162,51.224],[-1.174,51.213],[-1.182,51.208],[-1.191,51.203],[-1.197,51.202],[-1.204,51.201],[-1.21,51.199],[-1.23,51.194],[-1.241,51.192],[-1.249,51.191],[-1.242,51.191],[-1.231,51.191],[-1.225,51.189],[-1.221,51.186],[-1.207,51.181],[-1.202,51.185],[-1.198,51.184],[-1.192,51.185],[-1.19,51.182],[-1.193,51.179],[-1.189,51.177],[-1.182,51.175],[-1.182,51.171],[-1.187,51.165],[-1.194,51.163],[-1.197,51.161],[-1.205,51.162],[-1.212,51.159],[-1.214,51.159],[-1.213,51.152],[-1.209,51.15],[-1.201,51.15],[-1.19,51.147],[-1.184,51.144],[-1.184,51.141],[-1.187,51.138],[-1.177,51.134],[-1.174,51.134],[-1.168,51.135],[-1.162,51.135],[-1.156,51.136],[-1.151,51.136],[-1.152,51.139],[-1.143,51.141],[-1.132,51.144],[-1.13,51.139],[-1.123,51.139],[-1.111,51.137],[-1.102,51.14],[-1.095,51.14],[-1.095,51.133],[-1.092,51.13],[-1.095,51.126],[-1.094,51.122],[-1.091,51.12],[-1.091,51.112],[-1.092,51.11],[-1.081,51.109],[-1.075,51.108],[-1.083,51.103],[-1.083,51.099],[-1.086,51.097],[-1.095,51.095],[-1.1,51.092],[-1.106,51.091],[-1.108,51.089],[-1.108,51.086],[-1.106,51.081],[-1.107,51.079],[-1.101,51.074],[-1.1,51.072],[-1.092,51.067],[-1.095,51.065],[-1.094,51.063],[-1.089,51.061],[-1.088,51.059],[-1.09,51.054],[-1.085,51.051],[-1.082,51.047],[-1.076,51.048],[-1.069,51.047],[-1.062,51.045],[-1.06,51.047],[-1.056,51.047],[-1.055,51.046],[-1.065,51.042],[-1.074,51.034],[-1.073,51.031],[-1.065,51.031],[-1.062,51.02],[-1.064,51.017],[-1.065,51.012],[-1.067,51.012],[-1.069,51.009],[-1.068,51.004],[-1.069,51],[-1.07,50.994],[-1.067,50.99],[-1.067,50.986],[-1.066,50.985],[-1.063,50.978],[-1.061,50.978],[-1.056,50.978],[-1.054,50.972],[-1.052,50.97],[-1.045,50.969],[-1.046,50.966],[-1.045,50.964],[-1.046,50.959],[-1.046,50.954],[-1.041,50.952],[-1.036,50.952],[-1.038,50.945],[-1.037,50.944],[-1.037,50.938],[-1.038,50.933],[-1.037,50.932],[-1.039,50.928],[-1.036,50.922],[-1.039,50.919],[-1.045,50.915],[-1.048,50.903],[-1.041,50.903],[-1.029,50.905],[-1.024,50.906],[-1.026,50.909],[-1.019,50.909],[-1.018,50.904],[-1.012,50.902],[-1.011,50.904],[-1.001,50.899],[-1.005,50.897],[-0.999,50.895],[-0.992,50.892],[-0.979,50.878],[-0.968,50.877],[-0.968,50.873],[-0.96,50.872],[-0.964,50.867],[-0.954,50.868],[-0.941,50.873],[-0.939,50.874],[-0.941,50.878],[-0.945,50.88],[-0.947,50.884],[-0.951,50.886],[-0.958,50.891],[-0.956,50.891],[-0.952,50.897],[-0.95,50.898],[-0.95,50.905],[-0.946,50.911],[-0.943,50.913],[-0.939,50.919],[-0.925,50.923],[-0.924,50.924],[-0.928,50.928],[-0.928,50.931],[-0.931,50.935],[-0.937,50.942],[-0.939,50.944],[-0.932,50.945],[-0.93,50.948],[-0.929,50.952],[-0.929,50.958],[-0.925,50.962],[-0.92,50.965],[-0.915,50.971],[-0.918,50.978],[-0.915,50.981],[-0.912,50.987],[-0.908,50.991],[-0.908,50.994],[-0.904,50.999],[-0.9,51.001],[-0.896,51.001],[-0.893,51.003],[-0.894,51.007],[-0.898,51.01],[-0.897,51.016],[-0.899,51.018],[-0.897,51.022],[-0.895,51.023],[-0.888,51.026],[-0.883,51.027],[-0.877,51.031],[-0.867,51.039],[-0.861,51.042],[-0.853,51.045],[-0.851,51.049],[-0.85,51.056],[-0.85,51.059],[-0.855,51.064],[-0.862,51.063],[-0.865,51.063],[-0.873,51.059],[-0.874,51.058],[-0.886,51.057],[-0.89,51.054],[-0.896,51.054],[-0.9,51.056],[-0.9,51.058],[-0.904,51.063],[-0.907,51.067],[-0.919,51.07],[-0.914,51.078],[-0.91,51.083],[-0.9,51.085],[-0.896,51.081],[-0.898,51.078],[-0.89,51.075],[-0.888,51.076],[-0.888,51.08],[-0.884,51.082],[-0.883,51.085],[-0.88,51.086],[-0.882,51.093],[-0.88,51.097],[-0.883,51.099],[-0.884,51.102],[-0.887,51.102],[-0.89,51.104],[-0.896,51.106],[-0.89,51.111],[-0.89,51.115],[-0.887,51.117],[-0.888,51.121],[-0.886,51.123],[-0.885,51.126],[-0.881,51.132],[-0.879,51.134],[-0.873,51.132],[-0.869,51.134],[-0.866,51.134],[-0.86,51.138],[-0.856,51.138],[-0.852,51.14],[-0.851,51.142],[-0.853,51.146],[-0.849,51.146],[-0.844,51.144],[-0.841,51.142],[-0.836,51.142],[-0.833,51.144],[-0.834,51.148],[-0.831,51.156],[-0.831,51.16],[-0.829,51.168],[-0.825,51.181],[-0.83,51.188],[-0.835,51.191],[-0.837,51.194],[-0.843,51.199],[-0.847,51.206],[-0.847,51.209],[-0.849,51.211],[-0.851,51.211],[-0.868,51.213],[-0.872,51.213],[-0.881,51.21],[-0.895,51.21],[-0.903,51.209],[-0.906,51.207],[-0.909,51.205],[-0.912,51.206],[-0.92,51.205],[-0.921,51.204],[-0.93,51.203],[-0.932,51.203],[-0.949,51.199],[-0.951,51.2],[-0.957,51.196],[-0.963,51.194],[-0.965,51.19],[-0.969,51.187],[-0.974,51.186],[-0.977,51.188],[-0.988,51.191],[-0.997,51.19],[-1.004,51.189],[-1.008,51.19],[-1.013,51.188],[-1.023,51.19],[-1.036,51.191],[-1.044,51.19],[-1.05,51.188],[-1.052,51.189],[-1.062,51.189],[-1.062,51.191],[-1.071,51.188],[-1.069,51.193],[-1.071,51.194],[-1.065,51.198],[-1.065,51.2],[-1.065,51.205]]]},"properties":{"PCON24NM":"East Hampshire","PCON24CD":"E14001214"},"PCON24CD":151}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.002,51.329],[-0.002,51.33],[-0.007,51.333],[-0.011,51.334],[-0.013,51.332],[-0.018,51.333],[-0.021,51.338],[-0.025,51.339],[-0.033,51.337],[-0.038,51.339],[-0.042,51.334],[-0.05,51.333],[-0.051,51.332],[-0.048,51.327],[-0.052,51.322],[-0.056,51.322],[-0.064,51.319],[-0.07,51.319],[-0.071,51.321],[-0.079,51.32],[-0.079,51.318],[-0.085,51.316],[-0.082,51.313],[-0.082,51.311],[-0.089,51.307],[-0.091,51.301],[-0.094,51.299],[-0.111,51.292],[-0.115,51.292],[-0.118,51.287],[-0.124,51.287],[-0.126,51.289],[-0.13,51.293],[-0.131,51.295],[-0.137,51.301],[-0.141,51.3],[-0.151,51.301],[-0.153,51.295],[-0.158,51.295],[-0.164,51.29],[-0.163,51.286],[-0.17,51.277],[-0.172,51.27],[-0.17,51.268],[-0.16,51.269],[-0.157,51.268],[-0.157,51.264],[-0.155,51.262],[-0.16,51.259],[-0.156,51.255],[-0.15,51.254],[-0.146,51.25],[-0.143,51.246],[-0.146,51.24],[-0.145,51.238],[-0.148,51.234],[-0.152,51.235],[-0.155,51.231],[-0.153,51.226],[-0.147,51.22],[-0.144,51.214],[-0.145,51.211],[-0.137,51.212],[-0.136,51.211],[-0.138,51.207],[-0.137,51.2],[-0.139,51.193],[-0.143,51.19],[-0.144,51.187],[-0.139,51.182],[-0.137,51.181],[-0.135,51.177],[-0.129,51.175],[-0.128,51.166],[-0.128,51.163],[-0.136,51.161],[-0.14,51.16],[-0.133,51.159],[-0.136,51.154],[-0.136,51.148],[-0.138,51.142],[-0.132,51.141],[-0.131,51.139],[-0.115,51.141],[-0.109,51.139],[-0.094,51.138],[-0.085,51.143],[-0.076,51.142],[-0.067,51.141],[-0.063,51.141],[-0.056,51.137],[-0.046,51.139],[-0.041,51.14],[-0.025,51.139],[-0.02,51.139],[-0.017,51.141],[-0.01,51.138],[-0.006,51.138],[0.001,51.14],[0.007,51.139],[0.017,51.139],[0.02,51.14],[0.023,51.139],[0.027,51.14],[0.038,51.14],[0.046,51.142],[0.05,51.143],[0.054,51.148],[0.055,51.15],[0.051,51.152],[0.051,51.157],[0.049,51.159],[0.047,51.162],[0.046,51.169],[0.047,51.174],[0.052,51.178],[0.053,51.18],[0.05,51.185],[0.047,51.186],[0.045,51.189],[0.048,51.191],[0.044,51.192],[0.039,51.198],[0.039,51.201],[0.036,51.204],[0.037,51.207],[0.034,51.211],[0.034,51.214],[0.036,51.217],[0.041,51.217],[0.043,51.22],[0.043,51.225],[0.042,51.227],[0.046,51.233],[0.052,51.236],[0.054,51.238],[0.058,51.248],[0.057,51.251],[0.054,51.254],[0.052,51.263],[0.05,51.266],[0.05,51.268],[0.046,51.274],[0.045,51.278],[0.048,51.286],[0.047,51.289],[0.042,51.293],[0.043,51.297],[0.043,51.301],[0.037,51.306],[0.033,51.308],[0.025,51.302],[0.021,51.297],[0.019,51.292],[0.015,51.292],[0.011,51.302],[0.008,51.31],[0.01,51.316],[0.007,51.316],[0.005,51.322],[0.002,51.329]]]},"properties":{"PCON24NM":"East Surrey","PCON24CD":"E14001215"},"PCON24CD":152}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.358,51.311],[1.363,51.314],[1.361,51.317],[1.362,51.32],[1.366,51.324],[1.37,51.326],[1.372,51.326],[1.377,51.33],[1.379,51.33],[1.388,51.327],[1.4,51.326],[1.409,51.327],[1.411,51.324],[1.414,51.325],[1.415,51.327],[1.421,51.331],[1.426,51.332],[1.426,51.333],[1.433,51.339],[1.439,51.346],[1.44,51.348],[1.442,51.35],[1.444,51.354],[1.443,51.358],[1.446,51.359],[1.445,51.363],[1.446,51.368],[1.448,51.37],[1.45,51.378],[1.446,51.38],[1.445,51.383],[1.441,51.385],[1.442,51.387],[1.435,51.389],[1.425,51.394],[1.419,51.392],[1.409,51.392],[1.384,51.393],[1.381,51.391],[1.379,51.388],[1.374,51.387],[1.374,51.384],[1.376,51.382],[1.374,51.38],[1.376,51.378],[1.375,51.376],[1.369,51.374],[1.385,51.369],[1.384,51.368],[1.389,51.365],[1.393,51.361],[1.39,51.36],[1.386,51.36],[1.385,51.353],[1.384,51.353],[1.383,51.342],[1.38,51.339],[1.38,51.336],[1.369,51.336],[1.37,51.338],[1.361,51.338],[1.359,51.328],[1.36,51.325],[1.352,51.313],[1.358,51.311]]]},"properties":{"PCON24NM":"East Thanet","PCON24CD":"E14001216"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.691,51.584],[-1.694,51.581],[-1.698,51.58],[-1.702,51.577],[-1.718,51.574],[-1.72,51.574],[-1.73,51.572],[-1.723,51.567],[-1.721,51.564],[-1.719,51.56],[-1.721,51.548],[-1.723,51.541],[-1.724,51.541],[-1.732,51.543],[-1.729,51.537],[-1.724,51.534],[-1.725,51.527],[-1.731,51.528],[-1.74,51.529],[-1.756,51.53],[-1.764,51.531],[-1.77,51.53],[-1.771,51.533],[-1.781,51.537],[-1.795,51.54],[-1.797,51.544],[-1.797,51.546],[-1.806,51.55],[-1.808,51.549],[-1.812,51.553],[-1.821,51.549],[-1.831,51.545],[-1.839,51.542],[-1.844,51.543],[-1.844,51.538],[-1.839,51.526],[-1.837,51.524],[-1.835,51.519],[-1.833,51.519],[-1.83,51.515],[-1.831,51.511],[-1.837,51.511],[-1.838,51.516],[-1.844,51.522],[-1.841,51.524],[-1.843,51.526],[-1.847,51.524],[-1.842,51.516],[-1.845,51.515],[-1.844,51.512],[-1.841,51.509],[-1.838,51.501],[-1.832,51.501],[-1.828,51.505],[-1.823,51.505],[-1.814,51.507],[-1.813,51.505],[-1.814,51.501],[-1.811,51.5],[-1.813,51.497],[-1.809,51.494],[-1.803,51.488],[-1.798,51.484],[-1.805,51.481],[-1.812,51.475],[-1.811,51.474],[-1.812,51.467],[-1.812,51.464],[-1.813,51.461],[-1.822,51.459],[-1.823,51.463],[-1.839,51.465],[-1.845,51.467],[-1.849,51.466],[-1.858,51.466],[-1.866,51.465],[-1.878,51.467],[-1.886,51.467],[-1.892,51.467],[-1.898,51.464],[-1.893,51.46],[-1.893,51.458],[-1.889,51.456],[-1.893,51.454],[-1.892,51.453],[-1.888,51.447],[-1.879,51.443],[-1.882,51.439],[-1.901,51.424],[-1.902,51.422],[-1.907,51.422],[-1.913,51.419],[-1.917,51.414],[-1.915,51.413],[-1.893,51.414],[-1.884,51.407],[-1.877,51.404],[-1.88,51.394],[-1.884,51.386],[-1.892,51.383],[-1.905,51.373],[-1.909,51.371],[-1.92,51.365],[-1.919,51.363],[-1.923,51.36],[-1.922,51.356],[-1.921,51.354],[-1.922,51.352],[-1.916,51.347],[-1.911,51.346],[-1.907,51.342],[-1.908,51.34],[-1.913,51.329],[-1.905,51.323],[-1.9,51.323],[-1.902,51.32],[-1.91,51.315],[-1.909,51.31],[-1.91,51.304],[-1.917,51.302],[-1.915,51.296],[-1.915,51.293],[-1.912,51.283],[-1.906,51.273],[-1.897,51.262],[-1.898,51.248],[-1.895,51.242],[-1.902,51.244],[-1.91,51.251],[-1.913,51.252],[-1.926,51.247],[-1.931,51.246],[-1.934,51.245],[-1.941,51.245],[-1.952,51.246],[-1.968,51.25],[-1.977,51.245],[-1.978,51.243],[-1.973,51.238],[-1.986,51.235],[-1.992,51.235],[-1.999,51.234],[-2.005,51.235],[-2.007,51.232],[-2.001,51.23],[-1.991,51.229],[-1.993,51.214],[-1.986,51.218],[-1.977,51.218],[-1.972,51.208],[-1.961,51.208],[-1.957,51.208],[-1.956,51.201],[-1.957,51.195],[-1.956,51.193],[-1.969,51.189],[-1.974,51.188],[-1.988,51.186],[-1.991,51.185],[-1.981,51.18],[-1.968,51.173],[-1.96,51.17],[-1.956,51.168],[-1.951,51.165],[-1.951,51.163],[-1.942,51.161],[-1.936,51.159],[-1.936,51.156],[-1.932,51.152],[-1.929,51.147],[-1.926,51.145],[-1.921,51.143],[-1.917,51.141],[-1.92,51.132],[-1.917,51.131],[-1.912,51.128],[-1.921,51.13],[-1.922,51.127],[-1.926,51.124],[-1.925,51.12],[-1.926,51.119],[-1.933,51.116],[-1.933,51.114],[-1.94,51.112],[-1.932,51.112],[-1.929,51.115],[-1.925,51.115],[-1.917,51.118],[-1.912,51.119],[-1.91,51.117],[-1.915,51.113],[-1.914,51.111],[-1.91,51.111],[-1.904,51.108],[-1.905,51.106],[-1.903,51.104],[-1.899,51.103],[-1.893,51.101],[-1.896,51.098],[-1.89,51.096],[-1.877,51.1],[-1.873,51.098],[-1.871,51.092],[-1.866,51.092],[-1.866,51.094],[-1.86,51.096],[-1.857,51.093],[-1.85,51.093],[-1.842,51.098],[-1.841,51.099],[-1.843,51.102],[-1.841,51.103],[-1.827,51.091],[-1.821,51.093],[-1.816,51.098],[-1.808,51.1],[-1.812,51.107],[-1.805,51.111],[-1.795,51.106],[-1.792,51.11],[-1.789,51.119],[-1.786,51.127],[-1.78,51.136],[-1.774,51.143],[-1.767,51.15],[-1.768,51.152],[-1.762,51.152],[-1.754,51.153],[-1.751,51.157],[-1.745,51.161],[-1.74,51.163],[-1.734,51.165],[-1.73,51.17],[-1.727,51.17],[-1.715,51.17],[-1.712,51.174],[-1.713,51.181],[-1.708,51.182],[-1.705,51.181],[-1.702,51.183],[-1.705,51.187],[-1.705,51.194],[-1.703,51.196],[-1.698,51.199],[-1.693,51.203],[-1.694,51.204],[-1.691,51.207],[-1.69,51.215],[-1.674,51.216],[-1.673,51.217],[-1.667,51.217],[-1.653,51.22],[-1.637,51.218],[-1.634,51.218],[-1.631,51.224],[-1.628,51.226],[-1.626,51.231],[-1.622,51.235],[-1.619,51.241],[-1.614,51.241],[-1.61,51.243],[-1.611,51.246],[-1.608,51.249],[-1.607,51.252],[-1.601,51.251],[-1.6,51.254],[-1.588,51.253],[-1.584,51.255],[-1.578,51.256],[-1.572,51.255],[-1.564,51.252],[-1.557,51.249],[-1.549,51.248],[-1.544,51.245],[-1.536,51.249],[-1.531,51.255],[-1.53,51.26],[-1.531,51.263],[-1.537,51.261],[-1.541,51.261],[-1.539,51.268],[-1.537,51.27],[-1.537,51.277],[-1.543,51.281],[-1.535,51.287],[-1.529,51.286],[-1.523,51.287],[-1.524,51.293],[-1.52,51.296],[-1.521,51.298],[-1.525,51.297],[-1.528,51.3],[-1.525,51.307],[-1.527,51.309],[-1.527,51.311],[-1.528,51.314],[-1.534,51.316],[-1.533,51.321],[-1.532,51.327],[-1.531,51.329],[-1.527,51.331],[-1.528,51.334],[-1.528,51.338],[-1.521,51.338],[-1.516,51.339],[-1.511,51.335],[-1.498,51.329],[-1.497,51.333],[-1.491,51.341],[-1.487,51.345],[-1.486,51.349],[-1.491,51.352],[-1.494,51.352],[-1.501,51.356],[-1.499,51.363],[-1.495,51.368],[-1.495,51.37],[-1.502,51.369],[-1.513,51.372],[-1.515,51.377],[-1.517,51.379],[-1.521,51.379],[-1.526,51.378],[-1.529,51.381],[-1.538,51.386],[-1.538,51.388],[-1.546,51.391],[-1.549,51.395],[-1.555,51.396],[-1.556,51.398],[-1.554,51.402],[-1.554,51.403],[-1.553,51.41],[-1.562,51.408],[-1.563,51.413],[-1.57,51.415],[-1.571,51.416],[-1.568,51.42],[-1.563,51.421],[-1.558,51.421],[-1.546,51.423],[-1.544,51.425],[-1.539,51.426],[-1.533,51.426],[-1.527,51.424],[-1.528,51.428],[-1.532,51.43],[-1.528,51.435],[-1.524,51.441],[-1.524,51.447],[-1.525,51.45],[-1.529,51.454],[-1.546,51.459],[-1.549,51.461],[-1.551,51.465],[-1.556,51.467],[-1.559,51.47],[-1.561,51.476],[-1.567,51.477],[-1.568,51.482],[-1.57,51.486],[-1.574,51.487],[-1.579,51.491],[-1.583,51.496],[-1.582,51.501],[-1.586,51.502],[-1.588,51.514],[-1.585,51.525],[-1.589,51.524],[-1.59,51.522],[-1.594,51.52],[-1.603,51.518],[-1.608,51.529],[-1.612,51.533],[-1.614,51.537],[-1.624,51.544],[-1.632,51.553],[-1.634,51.553],[-1.639,51.559],[-1.644,51.564],[-1.648,51.572],[-1.655,51.577],[-1.658,51.574],[-1.663,51.574],[-1.677,51.569],[-1.68,51.573],[-1.683,51.573],[-1.688,51.579],[-1.689,51.582],[-1.691,51.584]]]},"properties":{"PCON24NM":"East Wiltshire","PCON24CD":"E14001217"},"PCON24CD":154}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.245,50.864],[-0.248,50.864],[-0.25,50.871],[-0.259,50.871],[-0.257,50.867],[-0.257,50.862],[-0.262,50.862],[-0.269,50.864],[-0.28,50.863],[-0.286,50.864],[-0.293,50.863],[-0.3,50.865],[-0.299,50.861],[-0.294,50.86],[-0.293,50.857],[-0.295,50.854],[-0.29,50.851],[-0.292,50.848],[-0.287,50.846],[-0.287,50.841],[-0.282,50.834],[-0.279,50.832],[-0.275,50.831],[-0.271,50.832],[-0.262,50.832],[-0.247,50.831],[-0.238,50.831],[-0.237,50.829],[-0.229,50.829],[-0.216,50.828],[-0.215,50.831],[-0.225,50.841],[-0.229,50.846],[-0.231,50.848],[-0.236,50.853],[-0.236,50.858],[-0.239,50.859],[-0.24,50.862],[-0.245,50.864]]],[[[-0.365,50.875],[-0.37,50.873],[-0.371,50.87],[-0.368,50.867],[-0.367,50.863],[-0.367,50.861],[-0.378,50.861],[-0.383,50.863],[-0.388,50.86],[-0.392,50.86],[-0.403,50.856],[-0.405,50.855],[-0.402,50.849],[-0.399,50.845],[-0.399,50.84],[-0.398,50.839],[-0.393,50.839],[-0.391,50.837],[-0.392,50.828],[-0.392,50.824],[-0.388,50.824],[-0.387,50.819],[-0.372,50.819],[-0.364,50.82],[-0.362,50.817],[-0.362,50.812],[-0.36,50.811],[-0.344,50.814],[-0.336,50.816],[-0.328,50.819],[-0.309,50.822],[-0.304,50.823],[-0.291,50.825],[-0.278,50.827],[-0.273,50.827],[-0.25,50.826],[-0.252,50.83],[-0.267,50.831],[-0.278,50.829],[-0.283,50.833],[-0.289,50.839],[-0.289,50.846],[-0.292,50.847],[-0.291,50.851],[-0.295,50.854],[-0.293,50.859],[-0.296,50.86],[-0.302,50.861],[-0.301,50.864],[-0.299,50.866],[-0.308,50.867],[-0.311,50.865],[-0.32,50.865],[-0.326,50.864],[-0.34,50.863],[-0.349,50.864],[-0.349,50.866],[-0.355,50.869],[-0.36,50.873],[-0.365,50.875]]]]},"properties":{"PCON24NM":"East Worthing and Shoreham","PCON24CD":"E14001218"},"PCON24CD":155}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.314,50.809],[0.31,50.808],[0.3,50.81],[0.3,50.813],[0.289,50.813],[0.285,50.812],[0.28,50.809],[0.276,50.805],[0.271,50.81],[0.267,50.811],[0.261,50.806],[0.262,50.802],[0.254,50.799],[0.25,50.799],[0.25,50.801],[0.246,50.803],[0.23,50.801],[0.227,50.799],[0.233,50.797],[0.232,50.793],[0.23,50.787],[0.228,50.783],[0.223,50.78],[0.217,50.775],[0.215,50.764],[0.217,50.762],[0.214,50.76],[0.217,50.757],[0.209,50.751],[0.215,50.744],[0.211,50.743],[0.21,50.738],[0.218,50.737],[0.223,50.737],[0.229,50.736],[0.243,50.735],[0.247,50.736],[0.258,50.738],[0.262,50.741],[0.266,50.746],[0.272,50.753],[0.277,50.756],[0.286,50.76],[0.288,50.763],[0.296,50.77],[0.303,50.775],[0.31,50.779],[0.319,50.782],[0.329,50.785],[0.331,50.788],[0.331,50.79],[0.339,50.799],[0.334,50.802],[0.33,50.805],[0.327,50.805],[0.323,50.807],[0.318,50.807],[0.314,50.809]]]},"properties":{"PCON24NM":"Eastbourne","PCON24CD":"E14001219"},"PCON24CD":156}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.291,50.947],[-1.292,50.949],[-1.283,50.956],[-1.282,50.959],[-1.276,50.962],[-1.272,50.962],[-1.269,50.967],[-1.266,50.968],[-1.26,50.974],[-1.258,50.978],[-1.263,50.98],[-1.267,50.98],[-1.268,50.979],[-1.272,50.979],[-1.275,50.974],[-1.281,50.974],[-1.287,50.974],[-1.295,50.975],[-1.295,50.976],[-1.291,50.983],[-1.302,50.983],[-1.312,50.985],[-1.317,50.985],[-1.319,50.987],[-1.323,50.988],[-1.323,50.984],[-1.328,50.98],[-1.33,50.984],[-1.335,50.983],[-1.344,50.985],[-1.345,50.987],[-1.343,50.991],[-1.347,50.991],[-1.353,50.998],[-1.36,50.999],[-1.369,51.001],[-1.381,51.003],[-1.385,51.004],[-1.389,51.004],[-1.393,51.004],[-1.392,50.999],[-1.396,50.999],[-1.4,50.994],[-1.405,50.996],[-1.407,50.996],[-1.406,50.992],[-1.413,50.989],[-1.412,50.986],[-1.414,50.984],[-1.412,50.98],[-1.409,50.978],[-1.403,50.978],[-1.404,50.975],[-1.393,50.975],[-1.396,50.969],[-1.393,50.968],[-1.394,50.965],[-1.385,50.962],[-1.386,50.958],[-1.384,50.956],[-1.376,50.955],[-1.376,50.952],[-1.379,50.951],[-1.38,50.948],[-1.371,50.946],[-1.367,50.947],[-1.355,50.941],[-1.359,50.938],[-1.353,50.935],[-1.357,50.933],[-1.358,50.931],[-1.344,50.923],[-1.339,50.924],[-1.335,50.921],[-1.329,50.914],[-1.329,50.913],[-1.325,50.908],[-1.329,50.907],[-1.328,50.904],[-1.324,50.904],[-1.32,50.904],[-1.322,50.908],[-1.328,50.914],[-1.311,50.925],[-1.307,50.934],[-1.303,50.938],[-1.299,50.94],[-1.297,50.943],[-1.291,50.947]]]},"properties":{"PCON24NM":"Eastleigh","PCON24CD":"E14001220"},"PCON24CD":157}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.015,51.637],[-0.019,51.638],[-0.026,51.64],[-0.028,51.64],[-0.031,51.637],[-0.052,51.641],[-0.051,51.644],[-0.06,51.645],[-0.062,51.641],[-0.066,51.638],[-0.076,51.649],[-0.08,51.65],[-0.087,51.652],[-0.091,51.652],[-0.095,51.647],[-0.097,51.646],[-0.1,51.648],[-0.109,51.645],[-0.108,51.643],[-0.11,51.641],[-0.109,51.638],[-0.11,51.637],[-0.117,51.635],[-0.118,51.63],[-0.114,51.628],[-0.111,51.626],[-0.109,51.622],[-0.106,51.624],[-0.1,51.622],[-0.099,51.619],[-0.101,51.615],[-0.095,51.616],[-0.087,51.616],[-0.086,51.608],[-0.077,51.608],[-0.056,51.609],[-0.041,51.606],[-0.035,51.609],[-0.034,51.609],[-0.035,51.613],[-0.035,51.614],[-0.03,51.618],[-0.026,51.622],[-0.025,51.623],[-0.024,51.624],[-0.023,51.626],[-0.02,51.63],[-0.019,51.63],[-0.017,51.634],[-0.015,51.637]]]},"properties":{"PCON24NM":"Edmonton and Winchmore Hill","PCON24CD":"E14001221"},"PCON24CD":158}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.886,53.293],[-2.888,53.295],[-2.896,53.297],[-2.901,53.297],[-2.891,53.29],[-2.888,53.289],[-2.886,53.293]]],[[[-2.995,53.368],[-2.999,53.368],[-2.999,53.365],[-3.006,53.364],[-2.999,53.35],[-2.995,53.342],[-2.98,53.305],[-2.969,53.302],[-2.961,53.304],[-2.955,53.304],[-2.949,53.303],[-2.947,53.306],[-2.941,53.299],[-2.946,53.296],[-2.945,53.293],[-2.952,53.29],[-2.947,53.286],[-2.963,53.287],[-2.966,53.281],[-2.968,53.28],[-2.97,53.275],[-2.96,53.275],[-2.953,53.271],[-2.942,53.266],[-2.939,53.267],[-2.932,53.261],[-2.931,53.257],[-2.927,53.252],[-2.912,53.256],[-2.898,53.259],[-2.884,53.26],[-2.876,53.262],[-2.879,53.272],[-2.883,53.275],[-2.887,53.283],[-2.893,53.286],[-2.888,53.289],[-2.89,53.29],[-2.902,53.297],[-2.906,53.301],[-2.911,53.304],[-2.918,53.306],[-2.92,53.305],[-2.929,53.308],[-2.933,53.311],[-2.94,53.316],[-2.947,53.323],[-2.95,53.323],[-2.953,53.327],[-2.958,53.331],[-2.96,53.336],[-2.968,53.347],[-2.973,53.353],[-2.984,53.362],[-2.986,53.361],[-2.99,53.363],[-2.995,53.368]]]]},"properties":{"PCON24NM":"Ellesmere Port and Bromborough","PCON24CD":"E14001222"},"PCON24CD":159}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.055,51.471],[0.048,51.473],[0.047,51.475],[0.044,51.479],[0.036,51.479],[0.034,51.475],[0.024,51.476],[0.029,51.468],[0.022,51.465],[0.02,51.466],[0.014,51.465],[0.009,51.464],[0.01,51.463],[0.01,51.461],[0.01,51.459],[0.011,51.458],[0.011,51.457],[0.012,51.457],[0.014,51.456],[0.018,51.455],[0.017,51.454],[0.018,51.453],[0.019,51.452],[0.02,51.451],[0.015,51.451],[0.016,51.45],[0.017,51.45],[0.02,51.449],[0.021,51.449],[0.022,51.449],[0.022,51.448],[0.023,51.447],[0.021,51.447],[0.021,51.445],[0.021,51.444],[0.023,51.442],[0.028,51.442],[0.029,51.44],[0.029,51.439],[0.027,51.438],[0.026,51.438],[0.025,51.438],[0.025,51.437],[0.026,51.436],[0.027,51.437],[0.028,51.437],[0.029,51.435],[0.029,51.434],[0.031,51.433],[0.034,51.432],[0.038,51.432],[0.038,51.431],[0.038,51.429],[0.038,51.428],[0.038,51.427],[0.039,51.427],[0.039,51.426],[0.039,51.425],[0.037,51.423],[0.035,51.423],[0.045,51.417],[0.054,51.409],[0.059,51.404],[0.065,51.4],[0.076,51.396],[0.087,51.395],[0.095,51.395],[0.095,51.398],[0.098,51.4],[0.094,51.403],[0.091,51.403],[0.088,51.406],[0.1,51.41],[0.103,51.411],[0.105,51.415],[0.095,51.42],[0.089,51.424],[0.084,51.429],[0.075,51.432],[0.081,51.44],[0.087,51.443],[0.086,51.445],[0.088,51.447],[0.086,51.457],[0.079,51.459],[0.083,51.46],[0.082,51.462],[0.072,51.463],[0.068,51.463],[0.066,51.464],[0.059,51.464],[0.057,51.468],[0.053,51.468],[0.055,51.471]]]},"properties":{"PCON24NM":"Eltham and Chislehurst","PCON24CD":"E14001223"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.161,52.221],[0.166,52.222],[0.167,52.227],[0.17,52.229],[0.171,52.233],[0.169,52.234],[0.167,52.23],[0.161,52.231],[0.157,52.227],[0.155,52.226],[0.157,52.223],[0.161,52.221]]],[[[0.246,52.501],[0.239,52.509],[0.236,52.507],[0.202,52.48],[0.201,52.481],[0.171,52.458],[0.176,52.461],[0.179,52.459],[0.155,52.44],[0.151,52.442],[0.138,52.431],[0.124,52.421],[0.119,52.423],[0.121,52.431],[0.13,52.436],[0.126,52.438],[0.12,52.434],[0.117,52.433],[0.114,52.427],[0.111,52.428],[0.106,52.425],[0.088,52.43],[0.082,52.427],[0.081,52.425],[0.082,52.423],[0.077,52.421],[0.072,52.421],[0.063,52.418],[0.059,52.415],[0.055,52.414],[0.05,52.415],[0.047,52.419],[0.044,52.418],[0.042,52.413],[0.048,52.411],[0.053,52.409],[0.05,52.407],[0.053,52.402],[0.056,52.398],[0.054,52.395],[0.046,52.392],[0.034,52.386],[0.037,52.384],[0.042,52.381],[0.047,52.368],[0.049,52.364],[0.051,52.358],[0.093,52.391],[0.1,52.399],[0.109,52.407],[0.115,52.411],[0.124,52.415],[0.141,52.422],[0.246,52.501]]],[[[0.429,52.436],[0.428,52.437],[0.424,52.445],[0.423,52.454],[0.428,52.454],[0.412,52.461],[0.406,52.463],[0.402,52.466],[0.398,52.469],[0.391,52.476],[0.384,52.478],[0.381,52.479],[0.376,52.486],[0.373,52.488],[0.372,52.491],[0.367,52.496],[0.367,52.501],[0.362,52.499],[0.36,52.501],[0.349,52.501],[0.342,52.503],[0.337,52.506],[0.331,52.509],[0.323,52.508],[0.318,52.508],[0.318,52.512],[0.309,52.514],[0.29,52.511],[0.279,52.509],[0.269,52.509],[0.256,52.508],[0.246,52.5],[0.141,52.422],[0.123,52.415],[0.116,52.411],[0.11,52.407],[0.099,52.397],[0.093,52.391],[0.05,52.357],[0.044,52.353],[0.05,52.349],[0.057,52.346],[0.059,52.344],[0.065,52.342],[0.075,52.338],[0.083,52.335],[0.087,52.336],[0.094,52.334],[0.097,52.331],[0.103,52.33],[0.103,52.327],[0.106,52.324],[0.11,52.323],[0.118,52.322],[0.121,52.317],[0.12,52.316],[0.101,52.312],[0.106,52.31],[0.102,52.304],[0.094,52.305],[0.09,52.306],[0.085,52.304],[0.08,52.304],[0.074,52.3],[0.07,52.296],[0.063,52.293],[0.072,52.284],[0.076,52.278],[0.083,52.282],[0.086,52.277],[0.089,52.268],[0.094,52.265],[0.098,52.267],[0.108,52.27],[0.111,52.271],[0.12,52.27],[0.127,52.272],[0.136,52.276],[0.138,52.274],[0.133,52.271],[0.133,52.269],[0.131,52.265],[0.137,52.261],[0.137,52.26],[0.141,52.258],[0.142,52.256],[0.146,52.253],[0.13,52.236],[0.148,52.23],[0.155,52.237],[0.166,52.234],[0.171,52.234],[0.172,52.235],[0.179,52.238],[0.181,52.241],[0.183,52.242],[0.186,52.251],[0.192,52.255],[0.197,52.256],[0.2,52.258],[0.201,52.261],[0.207,52.264],[0.209,52.269],[0.212,52.27],[0.215,52.267],[0.22,52.263],[0.219,52.26],[0.21,52.249],[0.218,52.249],[0.222,52.242],[0.226,52.24],[0.23,52.237],[0.225,52.232],[0.23,52.229],[0.235,52.229],[0.24,52.226],[0.242,52.226],[0.245,52.223],[0.248,52.221],[0.249,52.219],[0.254,52.215],[0.269,52.208],[0.275,52.205],[0.281,52.203],[0.288,52.201],[0.297,52.197],[0.311,52.19],[0.31,52.186],[0.318,52.182],[0.322,52.179],[0.325,52.179],[0.331,52.177],[0.338,52.174],[0.342,52.172],[0.346,52.172],[0.352,52.169],[0.362,52.167],[0.364,52.168],[0.377,52.167],[0.376,52.163],[0.384,52.162],[0.389,52.162],[0.392,52.159],[0.395,52.158],[0.403,52.159],[0.407,52.159],[0.41,52.156],[0.417,52.159],[0.421,52.16],[0.436,52.16],[0.438,52.16],[0.439,52.166],[0.444,52.165],[0.443,52.169],[0.445,52.171],[0.453,52.173],[0.457,52.171],[0.463,52.171],[0.468,52.168],[0.47,52.165],[0.473,52.164],[0.477,52.168],[0.479,52.166],[0.486,52.165],[0.49,52.166],[0.49,52.168],[0.487,52.17],[0.491,52.172],[0.491,52.174],[0.494,52.178],[0.493,52.181],[0.495,52.186],[0.495,52.189],[0.497,52.191],[0.501,52.193],[0.503,52.196],[0.501,52.198],[0.502,52.203],[0.504,52.205],[0.503,52.207],[0.507,52.209],[0.509,52.214],[0.513,52.214],[0.513,52.224],[0.514,52.227],[0.512,52.228],[0.508,52.23],[0.501,52.236],[0.495,52.239],[0.489,52.239],[0.484,52.235],[0.483,52.232],[0.478,52.235],[0.471,52.241],[0.465,52.24],[0.46,52.243],[0.455,52.248],[0.453,52.248],[0.45,52.243],[0.446,52.244],[0.443,52.243],[0.434,52.25],[0.427,52.254],[0.415,52.248],[0.421,52.243],[0.421,52.24],[0.415,52.238],[0.412,52.24],[0.408,52.239],[0.395,52.231],[0.385,52.234],[0.371,52.227],[0.343,52.242],[0.351,52.245],[0.361,52.249],[0.358,52.253],[0.35,52.259],[0.343,52.263],[0.345,52.265],[0.34,52.268],[0.344,52.27],[0.35,52.275],[0.355,52.279],[0.351,52.283],[0.359,52.289],[0.361,52.293],[0.359,52.297],[0.361,52.298],[0.369,52.297],[0.371,52.295],[0.376,52.294],[0.383,52.293],[0.386,52.29],[0.385,52.283],[0.395,52.28],[0.395,52.279],[0.404,52.274],[0.417,52.262],[0.424,52.256],[0.454,52.264],[0.46,52.266],[0.495,52.272],[0.499,52.274],[0.495,52.276],[0.497,52.28],[0.5,52.285],[0.505,52.285],[0.505,52.286],[0.501,52.289],[0.496,52.291],[0.488,52.296],[0.486,52.297],[0.482,52.3],[0.476,52.303],[0.471,52.304],[0.469,52.307],[0.462,52.309],[0.461,52.311],[0.457,52.317],[0.448,52.317],[0.446,52.318],[0.431,52.316],[0.43,52.32],[0.429,52.324],[0.424,52.329],[0.43,52.331],[0.438,52.335],[0.437,52.337],[0.438,52.341],[0.44,52.342],[0.443,52.349],[0.436,52.352],[0.429,52.353],[0.421,52.352],[0.419,52.358],[0.416,52.36],[0.41,52.36],[0.407,52.363],[0.4,52.373],[0.389,52.387],[0.385,52.392],[0.379,52.402],[0.375,52.41],[0.418,52.428],[0.425,52.43],[0.423,52.434],[0.428,52.435],[0.429,52.436]]]]},"properties":{"PCON24NM":"Ely and East Cambridgeshire","PCON24CD":"E14001224"},"PCON24CD":161}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.012,51.681],[-0.02,51.681],[-0.028,51.682],[-0.046,51.683],[-0.049,51.684],[-0.057,51.683],[-0.061,51.683],[-0.066,51.684],[-0.079,51.689],[-0.085,51.69],[-0.095,51.69],[-0.106,51.692],[-0.109,51.692],[-0.118,51.689],[-0.122,51.689],[-0.133,51.689],[-0.138,51.688],[-0.146,51.686],[-0.153,51.686],[-0.163,51.688],[-0.163,51.686],[-0.153,51.681],[-0.149,51.681],[-0.149,51.672],[-0.151,51.672],[-0.152,51.667],[-0.142,51.668],[-0.138,51.668],[-0.131,51.667],[-0.127,51.667],[-0.127,51.663],[-0.121,51.663],[-0.121,51.66],[-0.126,51.659],[-0.125,51.652],[-0.114,51.654],[-0.113,51.65],[-0.106,51.651],[-0.104,51.648],[-0.109,51.647],[-0.109,51.645],[-0.1,51.648],[-0.097,51.646],[-0.095,51.647],[-0.091,51.652],[-0.087,51.652],[-0.08,51.65],[-0.076,51.649],[-0.066,51.638],[-0.062,51.641],[-0.06,51.645],[-0.051,51.644],[-0.052,51.641],[-0.031,51.637],[-0.028,51.64],[-0.026,51.64],[-0.019,51.638],[-0.015,51.637],[-0.014,51.637],[-0.014,51.638],[-0.013,51.639],[-0.013,51.643],[-0.012,51.646],[-0.012,51.653],[-0.009,51.66],[-0.011,51.663],[-0.011,51.669],[-0.011,51.672],[-0.01,51.677],[-0.012,51.681]]]},"properties":{"PCON24NM":"Enfield North","PCON24CD":"E14001225"},"PCON24CD":162}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.157,51.732],[0.155,51.731],[0.148,51.731],[0.142,51.728],[0.138,51.729],[0.134,51.728],[0.13,51.73],[0.127,51.733],[0.124,51.732],[0.122,51.734],[0.118,51.733],[0.115,51.738],[0.115,51.74],[0.103,51.739],[0.097,51.738],[0.093,51.736],[0.084,51.735],[0.081,51.738],[0.08,51.741],[0.067,51.749],[0.064,51.751],[0.066,51.754],[0.066,51.758],[0.067,51.761],[0.063,51.762],[0.058,51.761],[0.055,51.762],[0.049,51.76],[0.045,51.761],[0.041,51.759],[0.037,51.758],[0.036,51.755],[0.036,51.751],[0.039,51.75],[0.04,51.746],[0.047,51.746],[0.055,51.748],[0.056,51.744],[0.053,51.741],[0.049,51.742],[0.046,51.74],[0.043,51.741],[0.039,51.737],[0.038,51.734],[0.034,51.736],[0.031,51.735],[0.028,51.735],[0.028,51.732],[0.024,51.732],[0.024,51.728],[0.023,51.726],[0.023,51.721],[0.02,51.719],[0.023,51.717],[0.018,51.716],[0.016,51.714],[0.01,51.716],[0.015,51.718],[0.014,51.721],[0.011,51.721],[0.005,51.723],[0.002,51.723],[-0.01,51.724],[-0.014,51.723],[-0.015,51.717],[-0.018,51.707],[-0.02,51.703],[-0.016,51.69],[-0.012,51.687],[-0.012,51.681],[-0.01,51.677],[-0.011,51.672],[-0.011,51.669],[-0.011,51.663],[-0.009,51.66],[-0.012,51.653],[-0.012,51.646],[-0.007,51.646],[-0.008,51.644],[0,51.644],[0.001,51.642],[0.011,51.641],[0.016,51.64],[0.023,51.641],[0.023,51.638],[0.026,51.635],[0.022,51.629],[0.033,51.622],[0.041,51.616],[0.043,51.617],[0.05,51.616],[0.049,51.614],[0.061,51.608],[0.063,51.607],[0.073,51.605],[0.079,51.607],[0.085,51.606],[0.087,51.604],[0.093,51.606],[0.093,51.609],[0.095,51.611],[0.092,51.614],[0.098,51.615],[0.1,51.613],[0.104,51.613],[0.11,51.614],[0.117,51.617],[0.119,51.615],[0.124,51.617],[0.129,51.621],[0.125,51.625],[0.123,51.628],[0.118,51.629],[0.118,51.632],[0.114,51.634],[0.114,51.639],[0.111,51.642],[0.109,51.643],[0.105,51.645],[0.105,51.648],[0.108,51.649],[0.11,51.652],[0.114,51.651],[0.12,51.652],[0.121,51.655],[0.128,51.658],[0.127,51.662],[0.122,51.662],[0.118,51.665],[0.119,51.668],[0.116,51.669],[0.115,51.674],[0.114,51.681],[0.125,51.679],[0.129,51.682],[0.136,51.689],[0.132,51.689],[0.133,51.696],[0.135,51.702],[0.138,51.702],[0.14,51.705],[0.137,51.707],[0.139,51.709],[0.146,51.71],[0.141,51.723],[0.145,51.723],[0.153,51.722],[0.157,51.732]]]},"properties":{"PCON24NM":"Epping Forest","PCON24CD":"E14001226"},"PCON24CD":163}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.245,51.38],[-0.252,51.379],[-0.261,51.38],[-0.265,51.376],[-0.272,51.373],[-0.277,51.369],[-0.28,51.368],[-0.286,51.364],[-0.285,51.361],[-0.291,51.357],[-0.293,51.353],[-0.3,51.348],[-0.304,51.343],[-0.305,51.339],[-0.306,51.335],[-0.314,51.331],[-0.319,51.328],[-0.328,51.326],[-0.331,51.329],[-0.335,51.326],[-0.345,51.322],[-0.352,51.319],[-0.36,51.312],[-0.355,51.311],[-0.359,51.308],[-0.356,51.306],[-0.354,51.301],[-0.346,51.301],[-0.345,51.298],[-0.34,51.297],[-0.335,51.295],[-0.336,51.29],[-0.333,51.279],[-0.33,51.276],[-0.324,51.276],[-0.321,51.277],[-0.318,51.274],[-0.316,51.275],[-0.309,51.273],[-0.304,51.279],[-0.301,51.279],[-0.299,51.282],[-0.293,51.284],[-0.281,51.291],[-0.273,51.293],[-0.272,51.292],[-0.267,51.298],[-0.264,51.3],[-0.252,51.3],[-0.247,51.298],[-0.247,51.301],[-0.243,51.307],[-0.244,51.313],[-0.241,51.316],[-0.243,51.321],[-0.235,51.327],[-0.221,51.33],[-0.23,51.337],[-0.224,51.34],[-0.217,51.343],[-0.22,51.35],[-0.222,51.351],[-0.223,51.357],[-0.227,51.363],[-0.233,51.366],[-0.237,51.367],[-0.241,51.366],[-0.245,51.367],[-0.245,51.37],[-0.245,51.38]]]},"properties":{"PCON24NM":"Epsom and Ewell","PCON24CD":"E14001227"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.24,52.892],[-1.24,52.894],[-1.246,52.898],[-1.248,52.9],[-1.245,52.902],[-1.249,52.903],[-1.256,52.902],[-1.26,52.904],[-1.267,52.905],[-1.274,52.905],[-1.282,52.91],[-1.283,52.915],[-1.283,52.921],[-1.286,52.926],[-1.282,52.929],[-1.278,52.933],[-1.278,52.936],[-1.283,52.946],[-1.281,52.949],[-1.282,52.951],[-1.288,52.955],[-1.291,52.955],[-1.291,52.96],[-1.289,52.961],[-1.289,52.966],[-1.288,52.97],[-1.291,52.971],[-1.293,52.975],[-1.297,52.985],[-1.295,52.986],[-1.295,52.988],[-1.3,52.99],[-1.301,52.995],[-1.302,52.998],[-1.307,53.004],[-1.313,53.002],[-1.317,52.999],[-1.318,52.997],[-1.323,52.993],[-1.323,52.99],[-1.328,52.987],[-1.331,52.987],[-1.328,52.984],[-1.333,52.978],[-1.332,52.976],[-1.328,52.974],[-1.326,52.972],[-1.326,52.968],[-1.328,52.965],[-1.335,52.967],[-1.34,52.962],[-1.338,52.959],[-1.34,52.957],[-1.331,52.951],[-1.33,52.946],[-1.33,52.943],[-1.342,52.942],[-1.339,52.94],[-1.335,52.939],[-1.334,52.937],[-1.329,52.94],[-1.325,52.939],[-1.33,52.935],[-1.329,52.933],[-1.338,52.933],[-1.342,52.93],[-1.351,52.93],[-1.358,52.927],[-1.356,52.925],[-1.356,52.921],[-1.358,52.919],[-1.361,52.912],[-1.361,52.908],[-1.368,52.902],[-1.371,52.895],[-1.366,52.897],[-1.359,52.895],[-1.355,52.893],[-1.357,52.89],[-1.354,52.889],[-1.35,52.889],[-1.348,52.888],[-1.342,52.89],[-1.342,52.885],[-1.347,52.886],[-1.347,52.88],[-1.336,52.879],[-1.334,52.876],[-1.327,52.874],[-1.322,52.876],[-1.32,52.875],[-1.319,52.873],[-1.311,52.873],[-1.308,52.874],[-1.306,52.877],[-1.302,52.876],[-1.296,52.875],[-1.29,52.872],[-1.287,52.872],[-1.281,52.875],[-1.275,52.876],[-1.268,52.873],[-1.263,52.874],[-1.259,52.875],[-1.254,52.879],[-1.245,52.879],[-1.24,52.88],[-1.238,52.882],[-1.24,52.884],[-1.244,52.886],[-1.246,52.889],[-1.245,52.891],[-1.24,52.892]]]},"properties":{"PCON24NM":"Erewash","PCON24CD":"E14001228"},"PCON24CD":165}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.076,51.496],[0.079,51.494],[0.078,51.491],[0.073,51.491],[0.074,51.482],[0.079,51.481],[0.076,51.478],[0.069,51.48],[0.063,51.476],[0.058,51.471],[0.055,51.471],[0.053,51.468],[0.057,51.468],[0.059,51.464],[0.066,51.464],[0.068,51.463],[0.072,51.463],[0.082,51.462],[0.082,51.465],[0.085,51.469],[0.093,51.473],[0.097,51.473],[0.098,51.475],[0.102,51.474],[0.108,51.476],[0.112,51.473],[0.118,51.479],[0.124,51.477],[0.122,51.483],[0.126,51.482],[0.13,51.483],[0.132,51.482],[0.138,51.483],[0.138,51.481],[0.143,51.48],[0.154,51.481],[0.154,51.479],[0.16,51.479],[0.167,51.477],[0.175,51.477],[0.177,51.473],[0.18,51.472],[0.182,51.478],[0.187,51.48],[0.178,51.483],[0.173,51.489],[0.172,51.497],[0.166,51.504],[0.16,51.506],[0.153,51.506],[0.15,51.506],[0.144,51.508],[0.131,51.513],[0.125,51.513],[0.12,51.511],[0.107,51.509],[0.1,51.51],[0.092,51.509],[0.088,51.506],[0.082,51.499],[0.076,51.496]]]},"properties":{"PCON24NM":"Erith and Thamesmead","PCON24CD":"E14001229"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.318,51.394],[-0.325,51.392],[-0.328,51.392],[-0.337,51.399],[-0.341,51.403],[-0.345,51.404],[-0.36,51.412],[-0.367,51.411],[-0.373,51.409],[-0.378,51.408],[-0.383,51.409],[-0.39,51.41],[-0.402,51.406],[-0.408,51.405],[-0.411,51.404],[-0.415,51.4],[-0.422,51.392],[-0.427,51.39],[-0.427,51.387],[-0.432,51.384],[-0.432,51.382],[-0.441,51.377],[-0.446,51.377],[-0.447,51.374],[-0.445,51.368],[-0.441,51.366],[-0.434,51.365],[-0.432,51.364],[-0.433,51.357],[-0.411,51.362],[-0.408,51.358],[-0.411,51.358],[-0.409,51.354],[-0.406,51.354],[-0.401,51.351],[-0.395,51.349],[-0.395,51.348],[-0.389,51.346],[-0.38,51.345],[-0.364,51.349],[-0.356,51.349],[-0.342,51.349],[-0.336,51.35],[-0.328,51.352],[-0.324,51.354],[-0.32,51.359],[-0.318,51.364],[-0.317,51.372],[-0.314,51.375],[-0.309,51.375],[-0.307,51.379],[-0.311,51.386],[-0.318,51.394]]]},"properties":{"PCON24NM":"Esher and Walton","PCON24CD":"E14001230"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.499,50.696],[-3.486,50.706],[-3.485,50.711],[-3.49,50.712],[-3.495,50.71],[-3.498,50.711],[-3.494,50.716],[-3.494,50.718],[-3.49,50.723],[-3.493,50.726],[-3.489,50.728],[-3.483,50.726],[-3.481,50.731],[-3.482,50.734],[-3.492,50.732],[-3.494,50.74],[-3.487,50.741],[-3.484,50.743],[-3.483,50.747],[-3.487,50.749],[-3.486,50.751],[-3.491,50.754],[-3.499,50.754],[-3.503,50.755],[-3.507,50.759],[-3.507,50.761],[-3.512,50.761],[-3.515,50.759],[-3.523,50.758],[-3.526,50.755],[-3.531,50.757],[-3.535,50.756],[-3.538,50.753],[-3.543,50.752],[-3.549,50.748],[-3.552,50.746],[-3.56,50.745],[-3.568,50.746],[-3.57,50.745],[-3.569,50.741],[-3.565,50.74],[-3.567,50.737],[-3.564,50.736],[-3.561,50.73],[-3.566,50.729],[-3.569,50.727],[-3.566,50.724],[-3.565,50.718],[-3.567,50.714],[-3.566,50.711],[-3.564,50.71],[-3.563,50.707],[-3.55,50.704],[-3.545,50.702],[-3.543,50.699],[-3.539,50.693],[-3.529,50.693],[-3.527,50.695],[-3.524,50.693],[-3.519,50.693],[-3.506,50.691],[-3.502,50.694],[-3.5,50.696],[-3.499,50.696]]]},"properties":{"PCON24NM":"Exeter","PCON24CD":"E14001231"},"PCON24CD":168}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.5,50.696],[-3.502,50.694],[-3.494,50.692],[-3.495,50.69],[-3.49,50.688],[-3.484,50.688],[-3.477,50.683],[-3.47,50.682],[-3.477,50.684],[-3.481,50.687],[-3.487,50.69],[-3.491,50.693],[-3.498,50.694],[-3.5,50.696]]],[[[-3.426,50.812],[-3.43,50.812],[-3.436,50.808],[-3.438,50.808],[-3.44,50.802],[-3.446,50.8],[-3.451,50.8],[-3.455,50.801],[-3.457,50.803],[-3.461,50.803],[-3.466,50.799],[-3.476,50.795],[-3.478,50.796],[-3.481,50.799],[-3.49,50.8],[-3.503,50.799],[-3.503,50.804],[-3.5,50.806],[-3.497,50.812],[-3.497,50.816],[-3.499,50.821],[-3.5,50.825],[-3.505,50.826],[-3.51,50.82],[-3.508,50.812],[-3.512,50.811],[-3.512,50.808],[-3.511,50.805],[-3.517,50.8],[-3.518,50.797],[-3.521,50.796],[-3.526,50.798],[-3.527,50.796],[-3.524,50.793],[-3.524,50.789],[-3.525,50.787],[-3.53,50.789],[-3.537,50.792],[-3.543,50.791],[-3.553,50.792],[-3.563,50.791],[-3.572,50.789],[-3.569,50.784],[-3.569,50.782],[-3.567,50.779],[-3.563,50.779],[-3.563,50.775],[-3.556,50.775],[-3.55,50.775],[-3.547,50.773],[-3.552,50.771],[-3.551,50.767],[-3.551,50.765],[-3.558,50.762],[-3.559,50.758],[-3.57,50.76],[-3.571,50.758],[-3.569,50.756],[-3.575,50.755],[-3.574,50.753],[-3.581,50.747],[-3.586,50.744],[-3.583,50.742],[-3.579,50.742],[-3.57,50.745],[-3.568,50.746],[-3.56,50.745],[-3.552,50.746],[-3.549,50.748],[-3.543,50.752],[-3.538,50.753],[-3.535,50.756],[-3.531,50.757],[-3.526,50.755],[-3.523,50.758],[-3.515,50.759],[-3.512,50.761],[-3.507,50.761],[-3.507,50.759],[-3.503,50.755],[-3.499,50.754],[-3.491,50.754],[-3.486,50.751],[-3.487,50.749],[-3.483,50.747],[-3.484,50.743],[-3.487,50.741],[-3.494,50.74],[-3.492,50.732],[-3.482,50.734],[-3.481,50.731],[-3.483,50.726],[-3.489,50.728],[-3.493,50.726],[-3.49,50.723],[-3.494,50.718],[-3.494,50.716],[-3.498,50.711],[-3.495,50.71],[-3.49,50.712],[-3.485,50.711],[-3.486,50.706],[-3.499,50.696],[-3.497,50.694],[-3.491,50.694],[-3.486,50.69],[-3.48,50.691],[-3.473,50.687],[-3.472,50.685],[-3.467,50.683],[-3.463,50.677],[-3.456,50.675],[-3.453,50.679],[-3.45,50.676],[-3.45,50.673],[-3.445,50.67],[-3.44,50.661],[-3.436,50.656],[-3.432,50.648],[-3.433,50.646],[-3.425,50.641],[-3.423,50.639],[-3.422,50.635],[-3.418,50.632],[-3.416,50.63],[-3.416,50.624],[-3.417,50.622],[-3.421,50.622],[-3.426,50.618],[-3.423,50.617],[-3.416,50.616],[-3.409,50.612],[-3.401,50.611],[-3.388,50.609],[-3.385,50.607],[-3.381,50.608],[-3.374,50.608],[-3.369,50.61],[-3.364,50.61],[-3.363,50.608],[-3.359,50.607],[-3.358,50.612],[-3.359,50.615],[-3.353,50.618],[-3.346,50.621],[-3.334,50.625],[-3.322,50.628],[-3.311,50.63],[-3.308,50.631],[-3.304,50.63],[-3.296,50.635],[-3.294,50.636],[-3.293,50.639],[-3.289,50.641],[-3.289,50.643],[-3.285,50.648],[-3.285,50.653],[-3.28,50.656],[-3.281,50.657],[-3.276,50.661],[-3.267,50.667],[-3.267,50.67],[-3.262,50.672],[-3.263,50.68],[-3.266,50.683],[-3.271,50.686],[-3.275,50.682],[-3.279,50.682],[-3.289,50.682],[-3.294,50.682],[-3.294,50.685],[-3.297,50.686],[-3.294,50.69],[-3.294,50.692],[-3.293,50.695],[-3.288,50.697],[-3.292,50.698],[-3.296,50.697],[-3.296,50.694],[-3.303,50.695],[-3.306,50.693],[-3.311,50.692],[-3.315,50.691],[-3.324,50.69],[-3.327,50.691],[-3.331,50.694],[-3.338,50.7],[-3.346,50.704],[-3.35,50.706],[-3.362,50.708],[-3.369,50.706],[-3.374,50.706],[-3.376,50.709],[-3.381,50.712],[-3.381,50.715],[-3.384,50.719],[-3.387,50.72],[-3.392,50.722],[-3.395,50.721],[-3.398,50.722],[-3.406,50.723],[-3.407,50.728],[-3.405,50.729],[-3.389,50.73],[-3.381,50.73],[-3.376,50.729],[-3.37,50.728],[-3.357,50.726],[-3.353,50.733],[-3.348,50.737],[-3.341,50.738],[-3.333,50.738],[-3.33,50.737],[-3.329,50.739],[-3.332,50.749],[-3.326,50.749],[-3.326,50.753],[-3.329,50.754],[-3.33,50.758],[-3.327,50.759],[-3.329,50.764],[-3.328,50.767],[-3.33,50.769],[-3.332,50.778],[-3.343,50.777],[-3.346,50.781],[-3.347,50.784],[-3.345,50.789],[-3.338,50.799],[-3.338,50.803],[-3.34,50.806],[-3.339,50.813],[-3.345,50.811],[-3.35,50.81],[-3.354,50.808],[-3.359,50.809],[-3.36,50.812],[-3.367,50.812],[-3.368,50.811],[-3.373,50.811],[-3.377,50.81],[-3.381,50.811],[-3.391,50.808],[-3.402,50.807],[-3.406,50.805],[-3.411,50.805],[-3.412,50.807],[-3.417,50.808],[-3.42,50.812],[-3.426,50.812]]]]},"properties":{"PCON24NM":"Exmouth and Exeter East","PCON24CD":"E14001232"},"PCON24CD":169}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.999,50.895],[-1.005,50.897],[-1.001,50.899],[-1.011,50.904],[-1.012,50.902],[-1.018,50.904],[-1.019,50.909],[-1.026,50.909],[-1.024,50.906],[-1.029,50.905],[-1.041,50.903],[-1.048,50.903],[-1.045,50.915],[-1.039,50.919],[-1.036,50.922],[-1.039,50.928],[-1.037,50.932],[-1.051,50.926],[-1.062,50.92],[-1.069,50.916],[-1.075,50.917],[-1.076,50.914],[-1.082,50.917],[-1.083,50.919],[-1.088,50.921],[-1.093,50.916],[-1.099,50.916],[-1.101,50.914],[-1.111,50.91],[-1.115,50.907],[-1.117,50.91],[-1.125,50.91],[-1.123,50.908],[-1.125,50.906],[-1.129,50.901],[-1.132,50.903],[-1.135,50.904],[-1.139,50.903],[-1.146,50.903],[-1.149,50.901],[-1.154,50.897],[-1.162,50.9],[-1.159,50.902],[-1.166,50.902],[-1.17,50.904],[-1.173,50.903],[-1.177,50.905],[-1.173,50.912],[-1.172,50.915],[-1.172,50.919],[-1.182,50.919],[-1.183,50.918],[-1.188,50.915],[-1.19,50.912],[-1.196,50.911],[-1.2,50.909],[-1.206,50.908],[-1.212,50.911],[-1.217,50.911],[-1.222,50.908],[-1.229,50.907],[-1.233,50.905],[-1.233,50.903],[-1.227,50.9],[-1.227,50.897],[-1.216,50.891],[-1.218,50.888],[-1.217,50.884],[-1.225,50.881],[-1.227,50.877],[-1.236,50.871],[-1.233,50.87],[-1.237,50.864],[-1.23,50.861],[-1.229,50.856],[-1.221,50.854],[-1.216,50.854],[-1.21,50.853],[-1.215,50.848],[-1.211,50.846],[-1.205,50.846],[-1.201,50.844],[-1.194,50.84],[-1.186,50.839],[-1.187,50.836],[-1.179,50.837],[-1.179,50.838],[-1.176,50.841],[-1.176,50.845],[-1.179,50.848],[-1.177,50.85],[-1.169,50.85],[-1.171,50.848],[-1.177,50.847],[-1.174,50.845],[-1.173,50.841],[-1.171,50.84],[-1.169,50.84],[-1.168,50.84],[-1.165,50.841],[-1.164,50.843],[-1.16,50.845],[-1.156,50.845],[-1.152,50.841],[-1.148,50.842],[-1.144,50.839],[-1.141,50.839],[-1.139,50.839],[-1.136,50.839],[-1.135,50.839],[-1.132,50.838],[-1.131,50.838],[-1.13,50.838],[-1.129,50.838],[-1.122,50.836],[-1.121,50.836],[-1.114,50.836],[-1.113,50.836],[-1.112,50.838],[-1.113,50.838],[-1.113,50.839],[-1.114,50.84],[-1.115,50.84],[-1.116,50.841],[-1.117,50.843],[-1.118,50.851],[-1.116,50.855],[-1.116,50.858],[-1.1,50.857],[-1.099,50.859],[-1.094,50.859],[-1.084,50.857],[-1.076,50.856],[-1.071,50.857],[-1.071,50.859],[-1.062,50.858],[-1.062,50.855],[-1.054,50.855],[-1.054,50.857],[-1.053,50.859],[-1.05,50.86],[-1.049,50.865],[-1.053,50.865],[-1.053,50.867],[-1.047,50.866],[-1.046,50.869],[-1.048,50.871],[-1.044,50.873],[-1.041,50.877],[-1.035,50.877],[-1.032,50.875],[-1.022,50.879],[-1.017,50.877],[-1.013,50.876],[-1.009,50.881],[-1.002,50.889],[-0.999,50.895]]]},"properties":{"PCON24NM":"Fareham and Waterlooville","PCON24CD":"E14001233"},"PCON24CD":170}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.746,51.23],[-0.752,51.232],[-0.761,51.235],[-0.77,51.236],[-0.771,51.239],[-0.775,51.241],[-0.79,51.242],[-0.797,51.24],[-0.802,51.239],[-0.805,51.245],[-0.808,51.243],[-0.813,51.242],[-0.817,51.239],[-0.821,51.239],[-0.821,51.234],[-0.827,51.234],[-0.828,51.231],[-0.829,51.226],[-0.835,51.222],[-0.84,51.215],[-0.847,51.212],[-0.849,51.211],[-0.847,51.209],[-0.847,51.206],[-0.843,51.199],[-0.837,51.194],[-0.835,51.191],[-0.83,51.188],[-0.825,51.181],[-0.829,51.168],[-0.831,51.16],[-0.831,51.156],[-0.834,51.148],[-0.833,51.144],[-0.836,51.142],[-0.841,51.142],[-0.844,51.144],[-0.849,51.146],[-0.853,51.146],[-0.851,51.142],[-0.852,51.14],[-0.856,51.138],[-0.86,51.138],[-0.866,51.134],[-0.869,51.134],[-0.873,51.132],[-0.879,51.134],[-0.881,51.132],[-0.885,51.126],[-0.886,51.123],[-0.888,51.121],[-0.887,51.117],[-0.89,51.115],[-0.89,51.111],[-0.896,51.106],[-0.89,51.104],[-0.887,51.102],[-0.884,51.102],[-0.883,51.099],[-0.88,51.097],[-0.882,51.093],[-0.88,51.086],[-0.883,51.085],[-0.884,51.082],[-0.888,51.08],[-0.888,51.076],[-0.89,51.075],[-0.898,51.078],[-0.896,51.081],[-0.9,51.085],[-0.91,51.083],[-0.914,51.078],[-0.919,51.07],[-0.907,51.067],[-0.904,51.063],[-0.9,51.058],[-0.9,51.056],[-0.896,51.054],[-0.89,51.054],[-0.886,51.057],[-0.874,51.058],[-0.873,51.059],[-0.865,51.063],[-0.862,51.063],[-0.855,51.064],[-0.85,51.059],[-0.845,51.065],[-0.843,51.067],[-0.837,51.069],[-0.831,51.069],[-0.83,51.067],[-0.83,51.063],[-0.826,51.061],[-0.823,51.062],[-0.82,51.061],[-0.816,51.062],[-0.816,51.065],[-0.813,51.066],[-0.812,51.063],[-0.806,51.064],[-0.8,51.063],[-0.796,51.065],[-0.788,51.072],[-0.783,51.076],[-0.781,51.079],[-0.771,51.083],[-0.767,51.085],[-0.762,51.086],[-0.756,51.085],[-0.753,51.086],[-0.745,51.085],[-0.738,51.085],[-0.732,51.084],[-0.73,51.08],[-0.723,51.078],[-0.715,51.077],[-0.706,51.079],[-0.704,51.077],[-0.696,51.072],[-0.687,51.076],[-0.686,51.082],[-0.689,51.084],[-0.686,51.085],[-0.687,51.088],[-0.683,51.091],[-0.675,51.093],[-0.68,51.096],[-0.678,51.097],[-0.683,51.099],[-0.679,51.102],[-0.68,51.103],[-0.688,51.108],[-0.699,51.103],[-0.703,51.106],[-0.709,51.107],[-0.714,51.113],[-0.723,51.112],[-0.73,51.114],[-0.734,51.121],[-0.733,51.126],[-0.733,51.134],[-0.734,51.139],[-0.737,51.14],[-0.737,51.144],[-0.738,51.147],[-0.746,51.154],[-0.748,51.16],[-0.749,51.161],[-0.748,51.172],[-0.741,51.18],[-0.737,51.179],[-0.733,51.181],[-0.73,51.188],[-0.724,51.19],[-0.724,51.192],[-0.732,51.197],[-0.742,51.206],[-0.746,51.207],[-0.748,51.211],[-0.748,51.214],[-0.746,51.217],[-0.742,51.22],[-0.743,51.222],[-0.746,51.221],[-0.747,51.223],[-0.742,51.224],[-0.742,51.228],[-0.745,51.228],[-0.746,51.23]]]},"properties":{"PCON24NM":"Farnham and Bordon","PCON24CD":"E14001234"},"PCON24CD":171}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.95,51.346],[0.937,51.347],[0.926,51.345],[0.919,51.346],[0.915,51.344],[0.911,51.344],[0.904,51.343],[0.894,51.341],[0.893,51.345],[0.883,51.35],[0.879,51.353],[0.874,51.354],[0.866,51.356],[0.861,51.356],[0.852,51.355],[0.843,51.355],[0.838,51.354],[0.823,51.355],[0.817,51.356],[0.814,51.358],[0.806,51.36],[0.782,51.361],[0.779,51.362],[0.776,51.354],[0.776,51.351],[0.772,51.346],[0.764,51.342],[0.761,51.336],[0.757,51.332],[0.754,51.33],[0.754,51.327],[0.75,51.325],[0.746,51.331],[0.743,51.328],[0.739,51.325],[0.739,51.321],[0.735,51.322],[0.73,51.32],[0.723,51.322],[0.718,51.328],[0.722,51.331],[0.719,51.332],[0.714,51.331],[0.71,51.325],[0.707,51.324],[0.706,51.321],[0.702,51.317],[0.698,51.319],[0.696,51.318],[0.686,51.321],[0.645,51.336],[0.639,51.337],[0.629,51.333],[0.618,51.332],[0.619,51.334],[0.613,51.335],[0.608,51.328],[0.604,51.326],[0.601,51.328],[0.605,51.329],[0.607,51.331],[0.601,51.333],[0.597,51.333],[0.586,51.335],[0.583,51.335],[0.575,51.338],[0.57,51.337],[0.563,51.339],[0.557,51.337],[0.554,51.331],[0.549,51.331],[0.544,51.328],[0.54,51.33],[0.539,51.333],[0.533,51.337],[0.526,51.335],[0.526,51.333],[0.521,51.329],[0.523,51.326],[0.526,51.325],[0.523,51.321],[0.519,51.319],[0.517,51.316],[0.514,51.314],[0.513,51.308],[0.507,51.305],[0.502,51.305],[0.498,51.307],[0.494,51.306],[0.495,51.303],[0.493,51.301],[0.499,51.298],[0.499,51.297],[0.506,51.296],[0.511,51.295],[0.513,51.293],[0.519,51.294],[0.524,51.292],[0.526,51.29],[0.528,51.293],[0.532,51.294],[0.537,51.291],[0.542,51.29],[0.543,51.288],[0.548,51.285],[0.546,51.284],[0.542,51.275],[0.539,51.274],[0.534,51.268],[0.534,51.264],[0.528,51.264],[0.532,51.257],[0.531,51.253],[0.536,51.25],[0.541,51.244],[0.544,51.241],[0.548,51.239],[0.546,51.235],[0.551,51.235],[0.56,51.231],[0.56,51.233],[0.573,51.235],[0.571,51.24],[0.573,51.243],[0.585,51.245],[0.589,51.245],[0.591,51.243],[0.594,51.238],[0.597,51.239],[0.6,51.238],[0.604,51.236],[0.603,51.234],[0.605,51.231],[0.607,51.226],[0.606,51.22],[0.616,51.223],[0.637,51.222],[0.638,51.225],[0.637,51.232],[0.639,51.238],[0.643,51.242],[0.643,51.244],[0.646,51.246],[0.659,51.243],[0.663,51.24],[0.663,51.237],[0.656,51.231],[0.653,51.23],[0.656,51.226],[0.655,51.224],[0.659,51.222],[0.67,51.223],[0.667,51.218],[0.668,51.215],[0.674,51.213],[0.676,51.217],[0.681,51.217],[0.683,51.218],[0.688,51.216],[0.694,51.218],[0.698,51.216],[0.702,51.217],[0.706,51.219],[0.711,51.224],[0.715,51.224],[0.721,51.221],[0.722,51.218],[0.722,51.214],[0.725,51.209],[0.737,51.21],[0.74,51.208],[0.747,51.21],[0.744,51.213],[0.745,51.215],[0.75,51.216],[0.751,51.219],[0.755,51.218],[0.761,51.224],[0.766,51.225],[0.77,51.226],[0.778,51.231],[0.779,51.234],[0.782,51.239],[0.793,51.238],[0.796,51.237],[0.791,51.231],[0.798,51.229],[0.804,51.23],[0.81,51.227],[0.812,51.228],[0.816,51.225],[0.822,51.224],[0.825,51.229],[0.835,51.232],[0.842,51.237],[0.851,51.232],[0.855,51.231],[0.86,51.231],[0.861,51.235],[0.863,51.239],[0.868,51.24],[0.877,51.24],[0.88,51.239],[0.882,51.243],[0.888,51.245],[0.892,51.248],[0.897,51.247],[0.902,51.245],[0.906,51.248],[0.905,51.25],[0.92,51.251],[0.921,51.258],[0.924,51.259],[0.927,51.26],[0.931,51.258],[0.934,51.256],[0.938,51.253],[0.942,51.254],[0.949,51.256],[0.951,51.258],[0.95,51.263],[0.954,51.267],[0.955,51.269],[0.965,51.268],[0.968,51.269],[0.973,51.269],[0.977,51.27],[0.977,51.272],[0.98,51.275],[0.982,51.278],[0.988,51.279],[0.998,51.281],[1.006,51.284],[1.004,51.288],[1.011,51.303],[1.009,51.307],[1.007,51.31],[1.012,51.312],[1.017,51.313],[1.015,51.317],[1.008,51.32],[1.001,51.319],[0.991,51.325],[0.973,51.336],[0.971,51.338],[0.964,51.336],[0.958,51.338],[0.95,51.346]]]},"properties":{"PCON24NM":"Faversham and Mid Kent","PCON24CD":"E14001235"},"PCON24CD":172}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.407,51.5],[-0.411,51.498],[-0.413,51.489],[-0.417,51.482],[-0.415,51.477],[-0.416,51.474],[-0.411,51.47],[-0.422,51.466],[-0.434,51.462],[-0.437,51.458],[-0.441,51.457],[-0.444,51.453],[-0.448,51.454],[-0.459,51.456],[-0.459,51.453],[-0.461,51.452],[-0.461,51.449],[-0.458,51.449],[-0.457,51.443],[-0.455,51.442],[-0.456,51.438],[-0.446,51.44],[-0.448,51.435],[-0.44,51.435],[-0.44,51.431],[-0.433,51.429],[-0.428,51.429],[-0.419,51.432],[-0.414,51.43],[-0.405,51.422],[-0.399,51.424],[-0.391,51.422],[-0.385,51.421],[-0.384,51.423],[-0.388,51.428],[-0.383,51.432],[-0.376,51.436],[-0.378,51.437],[-0.367,51.442],[-0.373,51.444],[-0.379,51.443],[-0.38,51.444],[-0.386,51.447],[-0.388,51.449],[-0.394,51.455],[-0.4,51.456],[-0.401,51.459],[-0.398,51.46],[-0.386,51.463],[-0.366,51.468],[-0.367,51.471],[-0.373,51.472],[-0.373,51.475],[-0.372,51.48],[-0.374,51.482],[-0.373,51.485],[-0.376,51.489],[-0.381,51.488],[-0.381,51.492],[-0.375,51.494],[-0.378,51.497],[-0.384,51.495],[-0.387,51.495],[-0.407,51.5]]]},"properties":{"PCON24NM":"Feltham and Heston","PCON24CD":"E14001236"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.477,51.476],[-2.474,51.48],[-2.47,51.487],[-2.467,51.489],[-2.459,51.493],[-2.457,51.497],[-2.46,51.501],[-2.477,51.505],[-2.483,51.506],[-2.49,51.506],[-2.49,51.511],[-2.495,51.513],[-2.496,51.518],[-2.49,51.521],[-2.487,51.525],[-2.491,51.527],[-2.489,51.531],[-2.493,51.532],[-2.496,51.535],[-2.509,51.54],[-2.52,51.535],[-2.523,51.536],[-2.526,51.536],[-2.533,51.54],[-2.539,51.539],[-2.539,51.537],[-2.548,51.546],[-2.552,51.551],[-2.564,51.549],[-2.583,51.542],[-2.586,51.54],[-2.591,51.535],[-2.595,51.532],[-2.6,51.531],[-2.613,51.528],[-2.641,51.518],[-2.641,51.517],[-2.631,51.514],[-2.626,51.515],[-2.621,51.515],[-2.609,51.513],[-2.602,51.514],[-2.588,51.517],[-2.581,51.517],[-2.583,51.513],[-2.589,51.512],[-2.591,51.51],[-2.588,51.507],[-2.588,51.501],[-2.582,51.501],[-2.573,51.5],[-2.571,51.5],[-2.565,51.498],[-2.565,51.496],[-2.56,51.496],[-2.555,51.496],[-2.555,51.493],[-2.552,51.492],[-2.542,51.493],[-2.537,51.497],[-2.528,51.495],[-2.527,51.493],[-2.523,51.492],[-2.516,51.494],[-2.511,51.49],[-2.517,51.485],[-2.515,51.482],[-2.512,51.482],[-2.511,51.485],[-2.506,51.485],[-2.504,51.487],[-2.5,51.487],[-2.495,51.488],[-2.497,51.49],[-2.492,51.493],[-2.488,51.492],[-2.489,51.489],[-2.486,51.487],[-2.481,51.484],[-2.49,51.477],[-2.484,51.475],[-2.477,51.476]]]},"properties":{"PCON24NM":"Filton and Bradley Stoke","PCON24CD":"E14001237"},"PCON24CD":174}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.161,51.62],[-0.164,51.619],[-0.172,51.62],[-0.175,51.624],[-0.178,51.624],[-0.18,51.617],[-0.186,51.616],[-0.189,51.615],[-0.191,51.613],[-0.197,51.61],[-0.202,51.605],[-0.205,51.604],[-0.208,51.604],[-0.212,51.599],[-0.215,51.597],[-0.222,51.598],[-0.217,51.595],[-0.213,51.594],[-0.21,51.59],[-0.207,51.589],[-0.21,51.586],[-0.212,51.581],[-0.215,51.578],[-0.221,51.574],[-0.232,51.571],[-0.222,51.563],[-0.213,51.555],[-0.21,51.557],[-0.206,51.555],[-0.199,51.556],[-0.198,51.559],[-0.191,51.562],[-0.19,51.565],[-0.18,51.57],[-0.173,51.571],[-0.169,51.574],[-0.17,51.576],[-0.167,51.579],[-0.167,51.581],[-0.163,51.584],[-0.158,51.586],[-0.16,51.588],[-0.159,51.592],[-0.162,51.598],[-0.156,51.606],[-0.16,51.606],[-0.16,51.609],[-0.162,51.612],[-0.159,51.613],[-0.161,51.62]]]},"properties":{"PCON24NM":"Finchley and Golders Green","PCON24CD":"E14001238"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.203,51.1],[1.199,51.097],[1.195,51.097],[1.185,51.1],[1.182,51.1],[1.175,51.102],[1.172,51.105],[1.164,51.102],[1.15,51.101],[1.138,51.102],[1.128,51.1],[1.117,51.087],[1.113,51.088],[1.109,51.089],[1.102,51.087],[1.095,51.087],[1.09,51.092],[1.086,51.094],[1.085,51.102],[1.082,51.104],[1.073,51.102],[1.069,51.101],[1.065,51.097],[1.058,51.093],[1.052,51.093],[1.047,51.091],[1.048,51.095],[1.041,51.097],[1.038,51.095],[1.036,51.086],[1.033,51.086],[1.027,51.089],[1.02,51.09],[1.015,51.086],[1.012,51.088],[1.012,51.091],[1.01,51.093],[1,51.095],[0.998,51.091],[0.999,51.087],[0.997,51.086],[0.997,51.083],[0.996,51.082],[0.989,51.084],[0.99,51.09],[0.983,51.091],[0.98,51.09],[0.98,51.087],[0.977,51.084],[0.978,51.081],[0.975,51.079],[0.973,51.08],[0.969,51.077],[0.967,51.077],[0.969,51.063],[0.963,51.061],[0.959,51.06],[0.952,51.057],[0.947,51.055],[0.935,51.059],[0.932,51.059],[0.927,51.058],[0.927,51.056],[0.921,51.056],[0.923,51.052],[0.917,51.052],[0.916,51.051],[0.91,51.05],[0.907,51.051],[0.901,51.049],[0.898,51.045],[0.9,51.043],[0.9,51.039],[0.894,51.037],[0.893,51.039],[0.886,51.04],[0.883,51.042],[0.881,51.048],[0.878,51.051],[0.875,51.051],[0.87,51.052],[0.871,51.046],[0.87,51.044],[0.861,51.044],[0.856,51.045],[0.856,51.034],[0.853,51.032],[0.85,51.033],[0.846,51.033],[0.839,51.031],[0.84,51.039],[0.834,51.04],[0.831,51.041],[0.833,51.045],[0.837,51.044],[0.836,51.048],[0.831,51.049],[0.782,50.994],[0.779,50.989],[0.781,50.987],[0.777,50.985],[0.779,50.982],[0.779,50.98],[0.777,50.977],[0.784,50.977],[0.789,50.971],[0.805,50.956],[0.813,50.949],[0.813,50.942],[0.817,50.942],[0.821,50.946],[0.823,50.945],[0.83,50.946],[0.833,50.949],[0.837,50.95],[0.839,50.952],[0.84,50.956],[0.844,50.957],[0.849,50.951],[0.853,50.952],[0.856,50.953],[0.861,50.942],[0.86,50.94],[0.864,50.936],[0.868,50.933],[0.865,50.929],[0.855,50.924],[0.899,50.917],[0.923,50.914],[0.937,50.912],[0.955,50.911],[0.971,50.911],[0.978,50.913],[0.981,50.915],[0.981,50.918],[0.978,50.926],[0.972,50.938],[0.966,50.952],[0.964,50.962],[0.964,50.968],[0.974,50.996],[0.978,51.005],[0.985,51.013],[0.992,51.021],[0.997,51.025],[1.007,51.032],[1.017,51.037],[1.037,51.049],[1.039,51.05],[1.051,51.056],[1.061,51.06],[1.076,51.063],[1.089,51.066],[1.095,51.067],[1.101,51.069],[1.127,51.071],[1.146,51.073],[1.156,51.073],[1.163,51.073],[1.168,51.074],[1.178,51.076],[1.184,51.076],[1.189,51.077],[1.19,51.081],[1.192,51.082],[1.199,51.083],[1.201,51.085],[1.202,51.089],[1.206,51.093],[1.21,51.094],[1.216,51.097],[1.221,51.098],[1.22,51.101],[1.209,51.099],[1.204,51.097],[1.203,51.1]]]},"properties":{"PCON24NM":"Folkestone and Hythe","PCON24CD":"E14001239"},"PCON24CD":176}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.351,52.021],[-2.354,52.02],[-2.361,52.018],[-2.375,52.016],[-2.38,52.014],[-2.387,52.012],[-2.393,52.013],[-2.394,52.012],[-2.395,52.005],[-2.397,52.001],[-2.399,51.999],[-2.399,51.996],[-2.403,51.996],[-2.413,51.994],[-2.423,51.994],[-2.426,51.996],[-2.437,51.997],[-2.435,51.999],[-2.436,52.001],[-2.434,52.007],[-2.435,52.011],[-2.434,52.012],[-2.437,52.015],[-2.441,52.015],[-2.447,52.016],[-2.455,52.015],[-2.46,52.016],[-2.464,52.019],[-2.464,52.023],[-2.474,52.024],[-2.479,52.023],[-2.477,52.02],[-2.479,52.017],[-2.485,52.013],[-2.491,52.01],[-2.491,52.006],[-2.487,52.004],[-2.485,52],[-2.479,52],[-2.471,51.995],[-2.48,51.991],[-2.482,51.989],[-2.489,51.987],[-2.491,51.982],[-2.495,51.981],[-2.496,51.976],[-2.495,51.971],[-2.492,51.967],[-2.493,51.965],[-2.499,51.964],[-2.5,51.96],[-2.498,51.959],[-2.492,51.957],[-2.49,51.955],[-2.486,51.957],[-2.482,51.956],[-2.476,51.956],[-2.472,51.955],[-2.471,51.953],[-2.467,51.952],[-2.464,51.949],[-2.465,51.947],[-2.464,51.943],[-2.465,51.941],[-2.463,51.939],[-2.468,51.937],[-2.466,51.931],[-2.466,51.928],[-2.461,51.925],[-2.455,51.919],[-2.448,51.919],[-2.448,51.916],[-2.443,51.912],[-2.444,51.91],[-2.442,51.907],[-2.444,51.906],[-2.44,51.902],[-2.444,51.901],[-2.441,51.899],[-2.446,51.894],[-2.449,51.895],[-2.458,51.893],[-2.465,51.893],[-2.468,51.892],[-2.474,51.887],[-2.478,51.885],[-2.482,51.886],[-2.487,51.885],[-2.489,51.881],[-2.494,51.88],[-2.495,51.884],[-2.498,51.882],[-2.501,51.882],[-2.501,51.885],[-2.504,51.887],[-2.51,51.884],[-2.514,51.879],[-2.519,51.871],[-2.522,51.865],[-2.525,51.863],[-2.531,51.863],[-2.532,51.861],[-2.539,51.86],[-2.547,51.861],[-2.55,51.863],[-2.556,51.863],[-2.562,51.864],[-2.568,51.863],[-2.576,51.863],[-2.585,51.86],[-2.579,51.854],[-2.579,51.852],[-2.583,51.85],[-2.588,51.851],[-2.594,51.856],[-2.6,51.857],[-2.605,51.855],[-2.61,51.847],[-2.617,51.845],[-2.622,51.843],[-2.625,51.839],[-2.63,51.839],[-2.636,51.841],[-2.638,51.838],[-2.641,51.837],[-2.644,51.833],[-2.646,51.829],[-2.65,51.826],[-2.65,51.824],[-2.661,51.823],[-2.659,51.82],[-2.661,51.818],[-2.659,51.814],[-2.659,51.811],[-2.673,51.809],[-2.678,51.804],[-2.677,51.799],[-2.67,51.794],[-2.673,51.793],[-2.673,51.789],[-2.676,51.788],[-2.673,51.785],[-2.676,51.78],[-2.675,51.776],[-2.68,51.771],[-2.68,51.769],[-2.674,51.761],[-2.672,51.759],[-2.666,51.757],[-2.663,51.753],[-2.666,51.748],[-2.67,51.743],[-2.671,51.74],[-2.671,51.737],[-2.675,51.734],[-2.686,51.732],[-2.686,51.728],[-2.68,51.725],[-2.681,51.721],[-2.679,51.714],[-2.673,51.711],[-2.669,51.707],[-2.669,51.702],[-2.674,51.7],[-2.677,51.701],[-2.68,51.703],[-2.683,51.703],[-2.683,51.7],[-2.673,51.697],[-2.67,51.695],[-2.668,51.692],[-2.668,51.688],[-2.672,51.684],[-2.672,51.682],[-2.668,51.679],[-2.662,51.678],[-2.658,51.676],[-2.656,51.673],[-2.66,51.671],[-2.667,51.669],[-2.681,51.669],[-2.684,51.668],[-2.685,51.664],[-2.685,51.662],[-2.679,51.66],[-2.674,51.662],[-2.671,51.665],[-2.666,51.666],[-2.665,51.662],[-2.667,51.659],[-2.671,51.655],[-2.679,51.649],[-2.677,51.645],[-2.673,51.647],[-2.67,51.647],[-2.666,51.643],[-2.665,51.64],[-2.668,51.635],[-2.667,51.634],[-2.662,51.628],[-2.656,51.624],[-2.655,51.622],[-2.659,51.617],[-2.657,51.611],[-2.653,51.609],[-2.65,51.611],[-2.647,51.616],[-2.65,51.619],[-2.651,51.622],[-2.651,51.626],[-2.649,51.63],[-2.645,51.633],[-2.641,51.636],[-2.639,51.64],[-2.632,51.645],[-2.631,51.648],[-2.624,51.654],[-2.626,51.659],[-2.626,51.661],[-2.622,51.663],[-2.617,51.666],[-2.607,51.673],[-2.597,51.678],[-2.575,51.685],[-2.573,51.689],[-2.564,51.69],[-2.56,51.693],[-2.558,51.694],[-2.554,51.692],[-2.545,51.699],[-2.538,51.701],[-2.534,51.701],[-2.527,51.702],[-2.519,51.707],[-2.516,51.709],[-2.511,51.709],[-2.505,51.71],[-2.501,51.716],[-2.501,51.718],[-2.498,51.725],[-2.494,51.729],[-2.49,51.731],[-2.479,51.735],[-2.477,51.74],[-2.471,51.744],[-2.465,51.747],[-2.46,51.748],[-2.453,51.75],[-2.438,51.759],[-2.43,51.762],[-2.426,51.764],[-2.411,51.768],[-2.407,51.771],[-2.404,51.775],[-2.406,51.778],[-2.411,51.78],[-2.42,51.781],[-2.43,51.782],[-2.436,51.781],[-2.441,51.782],[-2.448,51.785],[-2.45,51.787],[-2.453,51.796],[-2.452,51.799],[-2.448,51.802],[-2.444,51.809],[-2.441,51.813],[-2.431,51.818],[-2.424,51.819],[-2.417,51.818],[-2.411,51.814],[-2.405,51.807],[-2.402,51.804],[-2.386,51.801],[-2.369,51.794],[-2.361,51.795],[-2.354,51.796],[-2.351,51.798],[-2.348,51.8],[-2.348,51.803],[-2.354,51.803],[-2.36,51.807],[-2.362,51.811],[-2.362,51.817],[-2.363,51.822],[-2.363,51.825],[-2.359,51.828],[-2.352,51.829],[-2.351,51.831],[-2.356,51.833],[-2.357,51.836],[-2.357,51.839],[-2.354,51.845],[-2.352,51.847],[-2.343,51.848],[-2.333,51.851],[-2.329,51.85],[-2.325,51.848],[-2.32,51.848],[-2.308,51.847],[-2.304,51.845],[-2.302,51.837],[-2.301,51.835],[-2.297,51.833],[-2.294,51.833],[-2.291,51.835],[-2.291,51.839],[-2.281,51.844],[-2.281,51.847],[-2.289,51.858],[-2.286,51.861],[-2.278,51.862],[-2.273,51.865],[-2.271,51.868],[-2.271,51.871],[-2.268,51.875],[-2.26,51.876],[-2.262,51.878],[-2.26,51.88],[-2.251,51.883],[-2.252,51.886],[-2.256,51.887],[-2.259,51.89],[-2.263,51.9],[-2.267,51.905],[-2.269,51.908],[-2.271,51.915],[-2.27,51.918],[-2.264,51.924],[-2.261,51.924],[-2.254,51.923],[-2.251,51.923],[-2.245,51.926],[-2.237,51.927],[-2.23,51.93],[-2.225,51.931],[-2.222,51.933],[-2.224,51.935],[-2.229,51.939],[-2.227,51.943],[-2.227,51.948],[-2.224,51.951],[-2.217,51.951],[-2.214,51.952],[-2.212,51.957],[-2.209,51.961],[-2.202,51.963],[-2.197,51.966],[-2.194,51.969],[-2.19,51.977],[-2.185,51.98],[-2.178,51.983],[-2.176,51.985],[-2.175,51.988],[-2.177,51.995],[-2.175,51.996],[-2.179,51.999],[-2.181,51.999],[-2.179,51.995],[-2.182,51.992],[-2.185,51.991],[-2.19,51.992],[-2.199,51.996],[-2.201,51.995],[-2.213,51.997],[-2.217,51.994],[-2.221,51.996],[-2.226,51.991],[-2.228,51.989],[-2.234,51.986],[-2.238,51.981],[-2.249,51.968],[-2.251,51.967],[-2.259,51.968],[-2.264,51.967],[-2.268,51.969],[-2.277,51.97],[-2.281,51.971],[-2.288,51.971],[-2.293,51.97],[-2.3,51.967],[-2.304,51.969],[-2.309,51.974],[-2.313,51.977],[-2.326,51.976],[-2.322,51.982],[-2.323,51.984],[-2.322,51.99],[-2.321,51.992],[-2.323,51.996],[-2.324,51.999],[-2.326,52],[-2.325,52.004],[-2.327,52.006],[-2.337,52.008],[-2.341,52.007],[-2.347,52.011],[-2.353,52.014],[-2.349,52.018],[-2.351,52.021]]]},"properties":{"PCON24NM":"Forest of Dean","PCON24CD":"E14001240"},"PCON24CD":177}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.308,51.365],[-2.302,51.37],[-2.299,51.373],[-2.3,51.379],[-2.303,51.381],[-2.312,51.386],[-2.317,51.386],[-2.323,51.382],[-2.318,51.377],[-2.318,51.372],[-2.316,51.37],[-2.316,51.368],[-2.319,51.363],[-2.327,51.362],[-2.328,51.364],[-2.332,51.364],[-2.331,51.361],[-2.335,51.361],[-2.344,51.355],[-2.348,51.354],[-2.359,51.356],[-2.362,51.355],[-2.374,51.355],[-2.373,51.353],[-2.382,51.352],[-2.384,51.357],[-2.389,51.363],[-2.399,51.364],[-2.401,51.366],[-2.399,51.368],[-2.409,51.369],[-2.407,51.374],[-2.412,51.375],[-2.414,51.376],[-2.417,51.375],[-2.415,51.372],[-2.417,51.37],[-2.418,51.365],[-2.422,51.362],[-2.425,51.36],[-2.428,51.363],[-2.431,51.364],[-2.443,51.364],[-2.447,51.365],[-2.452,51.368],[-2.447,51.373],[-2.443,51.375],[-2.443,51.378],[-2.445,51.378],[-2.449,51.376],[-2.451,51.376],[-2.461,51.374],[-2.468,51.373],[-2.474,51.374],[-2.48,51.371],[-2.481,51.369],[-2.485,51.368],[-2.493,51.363],[-2.498,51.363],[-2.495,51.36],[-2.499,51.359],[-2.506,51.359],[-2.506,51.361],[-2.51,51.363],[-2.52,51.361],[-2.515,51.356],[-2.51,51.353],[-2.509,51.349],[-2.502,51.349],[-2.488,51.349],[-2.484,51.35],[-2.479,51.349],[-2.468,51.348],[-2.465,51.344],[-2.466,51.331],[-2.463,51.326],[-2.462,51.325],[-2.464,51.322],[-2.471,51.318],[-2.471,51.314],[-2.465,51.309],[-2.465,51.307],[-2.461,51.306],[-2.46,51.304],[-2.467,51.302],[-2.474,51.301],[-2.479,51.302],[-2.488,51.301],[-2.488,51.299],[-2.492,51.296],[-2.493,51.293],[-2.497,51.293],[-2.497,51.291],[-2.497,51.287],[-2.5,51.285],[-2.5,51.283],[-2.506,51.279],[-2.511,51.275],[-2.515,51.275],[-2.516,51.268],[-2.525,51.265],[-2.529,51.263],[-2.533,51.26],[-2.54,51.259],[-2.538,51.255],[-2.539,51.253],[-2.557,51.243],[-2.56,51.239],[-2.555,51.239],[-2.553,51.237],[-2.554,51.234],[-2.552,51.228],[-2.546,51.226],[-2.552,51.214],[-2.555,51.211],[-2.544,51.207],[-2.537,51.206],[-2.531,51.206],[-2.531,51.204],[-2.524,51.203],[-2.529,51.189],[-2.526,51.19],[-2.522,51.187],[-2.523,51.185],[-2.521,51.18],[-2.521,51.176],[-2.52,51.174],[-2.528,51.171],[-2.537,51.169],[-2.541,51.161],[-2.545,51.161],[-2.557,51.159],[-2.565,51.155],[-2.567,51.155],[-2.571,51.153],[-2.569,51.15],[-2.573,51.147],[-2.578,51.149],[-2.58,51.146],[-2.583,51.146],[-2.587,51.143],[-2.595,51.142],[-2.598,51.144],[-2.607,51.144],[-2.609,51.149],[-2.607,51.151],[-2.609,51.155],[-2.609,51.157],[-2.613,51.158],[-2.615,51.162],[-2.622,51.16],[-2.631,51.16],[-2.635,51.158],[-2.64,51.159],[-2.641,51.16],[-2.647,51.161],[-2.652,51.161],[-2.652,51.163],[-2.67,51.164],[-2.663,51.16],[-2.666,51.158],[-2.661,51.153],[-2.665,51.151],[-2.666,51.147],[-2.664,51.146],[-2.664,51.14],[-2.668,51.137],[-2.668,51.135],[-2.67,51.132],[-2.669,51.128],[-2.665,51.125],[-2.661,51.125],[-2.653,51.127],[-2.647,51.125],[-2.642,51.125],[-2.637,51.122],[-2.63,51.123],[-2.626,51.125],[-2.622,51.123],[-2.624,51.117],[-2.623,51.115],[-2.62,51.114],[-2.621,51.11],[-2.621,51.106],[-2.617,51.103],[-2.613,51.104],[-2.604,51.104],[-2.602,51.105],[-2.597,51.102],[-2.598,51.098],[-2.593,51.093],[-2.589,51.091],[-2.581,51.09],[-2.579,51.089],[-2.57,51.091],[-2.565,51.093],[-2.562,51.092],[-2.555,51.092],[-2.553,51.095],[-2.547,51.098],[-2.537,51.099],[-2.534,51.1],[-2.526,51.102],[-2.521,51.102],[-2.52,51.103],[-2.517,51.104],[-2.511,51.104],[-2.503,51.107],[-2.499,51.11],[-2.502,51.113],[-2.493,51.114],[-2.485,51.117],[-2.482,51.119],[-2.478,51.118],[-2.471,51.119],[-2.469,51.122],[-2.465,51.122],[-2.463,51.123],[-2.453,51.123],[-2.448,51.127],[-2.449,51.128],[-2.444,51.132],[-2.439,51.133],[-2.435,51.133],[-2.434,51.137],[-2.428,51.143],[-2.425,51.142],[-2.419,51.141],[-2.412,51.144],[-2.411,51.146],[-2.408,51.148],[-2.404,51.145],[-2.405,51.142],[-2.401,51.14],[-2.391,51.144],[-2.385,51.143],[-2.377,51.143],[-2.375,51.144],[-2.369,51.143],[-2.368,51.141],[-2.364,51.137],[-2.36,51.136],[-2.355,51.133],[-2.352,51.133],[-2.346,51.131],[-2.346,51.133],[-2.341,51.135],[-2.332,51.138],[-2.331,51.141],[-2.332,51.145],[-2.322,51.154],[-2.32,51.158],[-2.317,51.159],[-2.312,51.164],[-2.311,51.167],[-2.306,51.171],[-2.304,51.172],[-2.299,51.175],[-2.298,51.18],[-2.292,51.186],[-2.291,51.188],[-2.288,51.188],[-2.288,51.192],[-2.285,51.193],[-2.285,51.197],[-2.281,51.198],[-2.28,51.202],[-2.273,51.208],[-2.267,51.217],[-2.269,51.218],[-2.268,51.221],[-2.268,51.224],[-2.264,51.23],[-2.261,51.239],[-2.255,51.243],[-2.253,51.247],[-2.245,51.254],[-2.25,51.259],[-2.245,51.264],[-2.245,51.272],[-2.247,51.275],[-2.247,51.278],[-2.251,51.283],[-2.253,51.29],[-2.257,51.292],[-2.261,51.291],[-2.265,51.293],[-2.263,51.295],[-2.267,51.296],[-2.27,51.295],[-2.273,51.295],[-2.28,51.292],[-2.279,51.295],[-2.281,51.299],[-2.278,51.303],[-2.278,51.305],[-2.283,51.308],[-2.283,51.311],[-2.277,51.31],[-2.276,51.312],[-2.272,51.314],[-2.273,51.319],[-2.275,51.322],[-2.273,51.323],[-2.277,51.325],[-2.281,51.324],[-2.289,51.325],[-2.287,51.328],[-2.291,51.331],[-2.3,51.332],[-2.3,51.336],[-2.294,51.338],[-2.296,51.342],[-2.298,51.343],[-2.303,51.341],[-2.306,51.342],[-2.311,51.34],[-2.318,51.345],[-2.32,51.347],[-2.324,51.348],[-2.333,51.346],[-2.339,51.346],[-2.341,51.345],[-2.344,51.346],[-2.342,51.348],[-2.337,51.351],[-2.332,51.352],[-2.328,51.354],[-2.326,51.354],[-2.322,51.357],[-2.319,51.356],[-2.31,51.358],[-2.311,51.361],[-2.308,51.365]]]},"properties":{"PCON24NM":"Frome and East Somerset","PCON24CD":"E14001241"},"PCON24CD":178}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.878,53.861],[-2.885,53.863],[-2.892,53.863],[-2.896,53.86],[-2.901,53.864],[-2.904,53.865],[-2.911,53.864],[-2.912,53.86],[-2.921,53.857],[-2.925,53.856],[-2.933,53.856],[-2.938,53.852],[-2.944,53.85],[-2.951,53.853],[-2.956,53.856],[-2.958,53.86],[-2.964,53.861],[-2.973,53.86],[-2.977,53.862],[-2.979,53.859],[-2.982,53.858],[-2.984,53.857],[-2.989,53.858],[-2.995,53.861],[-2.997,53.852],[-3.007,53.85],[-3.009,53.852],[-3.018,53.848],[-3.018,53.845],[-3.015,53.843],[-3.02,53.841],[-3.019,53.837],[-3.016,53.838],[-3.016,53.841],[-3.01,53.837],[-3.007,53.833],[-3.009,53.83],[-3.013,53.829],[-3.009,53.825],[-3.003,53.823],[-2.998,53.819],[-2.995,53.818],[-2.995,53.815],[-2.992,53.808],[-2.987,53.802],[-2.99,53.8],[-2.987,53.799],[-2.983,53.794],[-2.99,53.794],[-2.999,53.794],[-3.004,53.791],[-3.006,53.788],[-2.996,53.775],[-3.01,53.774],[-3.016,53.775],[-3.029,53.773],[-3.033,53.781],[-3.057,53.777],[-3.055,53.762],[-3.052,53.761],[-3.047,53.754],[-3.04,53.749],[-3.039,53.748],[-3.035,53.748],[-3.029,53.744],[-3.015,53.739],[-3.005,53.737],[-2.992,53.737],[-2.98,53.734],[-2.975,53.734],[-2.963,53.734],[-2.958,53.733],[-2.929,53.731],[-2.919,53.731],[-2.904,53.733],[-2.879,53.735],[-2.871,53.737],[-2.859,53.738],[-2.848,53.74],[-2.831,53.744],[-2.823,53.745],[-2.815,53.748],[-2.804,53.75],[-2.794,53.752],[-2.79,53.756],[-2.792,53.761],[-2.794,53.761],[-2.795,53.763],[-2.799,53.766],[-2.798,53.768],[-2.799,53.771],[-2.791,53.781],[-2.786,53.784],[-2.78,53.788],[-2.783,53.79],[-2.812,53.808],[-2.815,53.808],[-2.819,53.814],[-2.822,53.818],[-2.826,53.82],[-2.836,53.826],[-2.841,53.831],[-2.849,53.832],[-2.857,53.831],[-2.863,53.829],[-2.869,53.831],[-2.869,53.834],[-2.861,53.837],[-2.859,53.839],[-2.858,53.843],[-2.868,53.846],[-2.872,53.843],[-2.884,53.844],[-2.89,53.846],[-2.891,53.848],[-2.887,53.851],[-2.89,53.852],[-2.884,53.856],[-2.876,53.857],[-2.878,53.861]]]},"properties":{"PCON24NM":"Fylde","PCON24CD":"E14001242"},"PCON24CD":179}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.132,53.436],[-0.134,53.441],[-0.139,53.442],[-0.144,53.441],[-0.149,53.447],[-0.152,53.453],[-0.156,53.457],[-0.157,53.463],[-0.159,53.468],[-0.166,53.467],[-0.169,53.467],[-0.182,53.469],[-0.182,53.476],[-0.185,53.477],[-0.184,53.479],[-0.188,53.48],[-0.187,53.483],[-0.194,53.484],[-0.202,53.487],[-0.211,53.486],[-0.208,53.495],[-0.205,53.499],[-0.208,53.503],[-0.204,53.507],[-0.204,53.509],[-0.206,53.515],[-0.211,53.522],[-0.214,53.526],[-0.211,53.532],[-0.22,53.533],[-0.214,53.539],[-0.196,53.556],[-0.19,53.561],[-0.188,53.564],[-0.192,53.568],[-0.195,53.572],[-0.198,53.57],[-0.205,53.572],[-0.209,53.57],[-0.213,53.57],[-0.217,53.568],[-0.223,53.568],[-0.225,53.57],[-0.224,53.572],[-0.228,53.574],[-0.227,53.576],[-0.231,53.58],[-0.231,53.581],[-0.235,53.586],[-0.239,53.588],[-0.243,53.586],[-0.249,53.587],[-0.251,53.589],[-0.248,53.594],[-0.254,53.592],[-0.259,53.597],[-0.262,53.596],[-0.268,53.599],[-0.27,53.599],[-0.275,53.602],[-0.283,53.605],[-0.281,53.606],[-0.285,53.609],[-0.287,53.612],[-0.29,53.611],[-0.292,53.614],[-0.298,53.613],[-0.301,53.616],[-0.306,53.614],[-0.309,53.614],[-0.305,53.605],[-0.303,53.603],[-0.304,53.601],[-0.301,53.595],[-0.305,53.594],[-0.303,53.591],[-0.311,53.59],[-0.31,53.588],[-0.314,53.586],[-0.314,53.584],[-0.324,53.576],[-0.323,53.575],[-0.327,53.571],[-0.336,53.559],[-0.346,53.558],[-0.348,53.556],[-0.356,53.556],[-0.363,53.559],[-0.389,53.56],[-0.393,53.561],[-0.417,53.563],[-0.42,53.564],[-0.424,53.57],[-0.428,53.573],[-0.429,53.575],[-0.439,53.571],[-0.445,53.564],[-0.453,53.56],[-0.458,53.559],[-0.463,53.556],[-0.466,53.556],[-0.467,53.554],[-0.467,53.549],[-0.475,53.548],[-0.477,53.546],[-0.483,53.545],[-0.491,53.546],[-0.492,53.544],[-0.496,53.54],[-0.501,53.537],[-0.481,53.538],[-0.463,53.541],[-0.443,53.546],[-0.434,53.546],[-0.431,53.546],[-0.428,53.544],[-0.428,53.541],[-0.422,53.534],[-0.415,53.536],[-0.408,53.532],[-0.409,53.529],[-0.406,53.525],[-0.407,53.521],[-0.405,53.518],[-0.414,53.515],[-0.422,53.514],[-0.427,53.512],[-0.439,53.511],[-0.449,53.509],[-0.455,53.509],[-0.462,53.51],[-0.479,53.508],[-0.488,53.505],[-0.482,53.5],[-0.481,53.496],[-0.485,53.49],[-0.487,53.489],[-0.489,53.485],[-0.486,53.48],[-0.474,53.477],[-0.472,53.475],[-0.484,53.472],[-0.501,53.469],[-0.505,53.468],[-0.513,53.468],[-0.525,53.465],[-0.535,53.463],[-0.552,53.461],[-0.552,53.46],[-0.566,53.458],[-0.584,53.457],[-0.599,53.456],[-0.613,53.457],[-0.63,53.458],[-0.627,53.462],[-0.629,53.465],[-0.635,53.47],[-0.635,53.472],[-0.633,53.474],[-0.634,53.48],[-0.632,53.48],[-0.634,53.485],[-0.63,53.486],[-0.631,53.488],[-0.629,53.491],[-0.626,53.496],[-0.626,53.499],[-0.628,53.507],[-0.624,53.513],[-0.661,53.514],[-0.676,53.513],[-0.682,53.515],[-0.685,53.514],[-0.689,53.516],[-0.698,53.516],[-0.702,53.514],[-0.714,53.517],[-0.729,53.519],[-0.739,53.52],[-0.742,53.51],[-0.748,53.504],[-0.751,53.501],[-0.755,53.5],[-0.761,53.5],[-0.766,53.5],[-0.768,53.498],[-0.768,53.494],[-0.773,53.491],[-0.775,53.489],[-0.771,53.483],[-0.771,53.48],[-0.773,53.478],[-0.778,53.478],[-0.783,53.477],[-0.785,53.474],[-0.784,53.464],[-0.785,53.462],[-0.793,53.457],[-0.8,53.453],[-0.805,53.447],[-0.809,53.444],[-0.82,53.441],[-0.819,53.437],[-0.815,53.432],[-0.817,53.426],[-0.808,53.42],[-0.804,53.418],[-0.795,53.415],[-0.79,53.416],[-0.788,53.414],[-0.791,53.411],[-0.788,53.404],[-0.785,53.402],[-0.78,53.4],[-0.776,53.397],[-0.776,53.391],[-0.777,53.389],[-0.784,53.386],[-0.775,53.379],[-0.775,53.377],[-0.781,53.376],[-0.785,53.375],[-0.79,53.368],[-0.79,53.363],[-0.781,53.362],[-0.777,53.365],[-0.773,53.364],[-0.765,53.356],[-0.76,53.355],[-0.758,53.352],[-0.762,53.35],[-0.764,53.346],[-0.763,53.345],[-0.758,53.342],[-0.756,53.339],[-0.759,53.336],[-0.762,53.332],[-0.766,53.33],[-0.76,53.325],[-0.754,53.326],[-0.75,53.325],[-0.75,53.323],[-0.753,53.321],[-0.753,53.314],[-0.752,53.309],[-0.747,53.305],[-0.746,53.304],[-0.75,53.294],[-0.754,53.292],[-0.76,53.294],[-0.759,53.297],[-0.761,53.299],[-0.764,53.298],[-0.764,53.295],[-0.766,53.291],[-0.777,53.284],[-0.777,53.282],[-0.772,53.278],[-0.764,53.273],[-0.765,53.27],[-0.772,53.261],[-0.773,53.259],[-0.772,53.256],[-0.77,53.254],[-0.772,53.252],[-0.777,53.252],[-0.778,53.251],[-0.777,53.247],[-0.761,53.246],[-0.752,53.245],[-0.741,53.244],[-0.735,53.244],[-0.734,53.254],[-0.713,53.258],[-0.695,53.258],[-0.691,53.258],[-0.688,53.258],[-0.667,53.24],[-0.666,53.241],[-0.654,53.242],[-0.649,53.243],[-0.646,53.247],[-0.648,53.253],[-0.632,53.255],[-0.632,53.256],[-0.622,53.258],[-0.619,53.257],[-0.611,53.256],[-0.595,53.245],[-0.56,53.251],[-0.539,53.255],[-0.531,53.254],[-0.515,53.254],[-0.506,53.25],[-0.502,53.251],[-0.501,53.248],[-0.496,53.247],[-0.496,53.241],[-0.494,53.233],[-0.496,53.234],[-0.495,53.225],[-0.488,53.225],[-0.474,53.227],[-0.463,53.227],[-0.446,53.23],[-0.43,53.231],[-0.414,53.23],[-0.399,53.231],[-0.382,53.232],[-0.379,53.231],[-0.371,53.226],[-0.366,53.225],[-0.36,53.227],[-0.353,53.228],[-0.348,53.224],[-0.346,53.219],[-0.348,53.217],[-0.346,53.214],[-0.342,53.212],[-0.337,53.208],[-0.338,53.204],[-0.336,53.202],[-0.33,53.201],[-0.326,53.196],[-0.325,53.191],[-0.32,53.185],[-0.31,53.182],[-0.3,53.182],[-0.295,53.18],[-0.29,53.179],[-0.288,53.185],[-0.292,53.192],[-0.291,53.195],[-0.294,53.201],[-0.302,53.21],[-0.301,53.214],[-0.293,53.219],[-0.288,53.222],[-0.289,53.223],[-0.28,53.226],[-0.276,53.232],[-0.276,53.234],[-0.282,53.241],[-0.282,53.247],[-0.28,53.25],[-0.291,53.255],[-0.287,53.258],[-0.293,53.259],[-0.29,53.264],[-0.301,53.264],[-0.299,53.269],[-0.304,53.27],[-0.302,53.273],[-0.303,53.275],[-0.315,53.277],[-0.316,53.28],[-0.313,53.283],[-0.314,53.285],[-0.312,53.288],[-0.315,53.29],[-0.314,53.294],[-0.317,53.298],[-0.306,53.302],[-0.296,53.303],[-0.3,53.311],[-0.31,53.32],[-0.303,53.323],[-0.3,53.325],[-0.297,53.33],[-0.299,53.331],[-0.293,53.334],[-0.285,53.328],[-0.278,53.324],[-0.276,53.322],[-0.272,53.322],[-0.269,53.325],[-0.255,53.33],[-0.25,53.334],[-0.256,53.34],[-0.256,53.344],[-0.244,53.347],[-0.241,53.349],[-0.232,53.351],[-0.23,53.355],[-0.225,53.356],[-0.223,53.358],[-0.221,53.362],[-0.215,53.367],[-0.209,53.371],[-0.205,53.372],[-0.207,53.374],[-0.216,53.38],[-0.217,53.382],[-0.224,53.387],[-0.228,53.393],[-0.229,53.398],[-0.225,53.4],[-0.219,53.4],[-0.216,53.402],[-0.218,53.403],[-0.213,53.404],[-0.206,53.408],[-0.21,53.411],[-0.21,53.414],[-0.211,53.415],[-0.213,53.42],[-0.217,53.424],[-0.214,53.429],[-0.202,53.431],[-0.197,53.432],[-0.196,53.435],[-0.191,53.435],[-0.185,53.437],[-0.181,53.441],[-0.175,53.438],[-0.164,53.438],[-0.159,53.437],[-0.141,53.435],[-0.135,53.436],[-0.132,53.436]]]},"properties":{"PCON24NM":"Gainsborough","PCON24CD":"E14001243"},"PCON24CD":180}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.557,54.93],[-1.562,54.934],[-1.572,54.934],[-1.576,54.938],[-1.583,54.941],[-1.574,54.95],[-1.583,54.951],[-1.584,54.952],[-1.582,54.956],[-1.582,54.96],[-1.579,54.964],[-1.583,54.965],[-1.588,54.969],[-1.594,54.97],[-1.605,54.968],[-1.61,54.966],[-1.615,54.962],[-1.63,54.958],[-1.635,54.957],[-1.637,54.958],[-1.648,54.959],[-1.649,54.959],[-1.66,54.962],[-1.676,54.964],[-1.679,54.963],[-1.684,54.96],[-1.684,54.958],[-1.684,54.957],[-1.686,54.956],[-1.692,54.955],[-1.696,54.952],[-1.699,54.949],[-1.7,54.947],[-1.706,54.946],[-1.707,54.943],[-1.71,54.942],[-1.711,54.938],[-1.714,54.936],[-1.718,54.938],[-1.723,54.936],[-1.718,54.933],[-1.726,54.929],[-1.73,54.923],[-1.736,54.924],[-1.737,54.919],[-1.731,54.917],[-1.728,54.913],[-1.728,54.91],[-1.725,54.909],[-1.716,54.908],[-1.71,54.909],[-1.699,54.909],[-1.698,54.906],[-1.692,54.903],[-1.688,54.908],[-1.682,54.908],[-1.675,54.909],[-1.67,54.909],[-1.67,54.916],[-1.667,54.916],[-1.67,54.921],[-1.666,54.922],[-1.657,54.927],[-1.656,54.929],[-1.651,54.93],[-1.645,54.928],[-1.642,54.931],[-1.643,54.934],[-1.639,54.935],[-1.635,54.933],[-1.626,54.933],[-1.624,54.93],[-1.619,54.932],[-1.61,54.934],[-1.608,54.927],[-1.605,54.922],[-1.596,54.919],[-1.59,54.92],[-1.588,54.917],[-1.584,54.918],[-1.583,54.92],[-1.582,54.924],[-1.573,54.925],[-1.571,54.924],[-1.557,54.93]]]},"properties":{"PCON24NM":"Gateshead Central and Whickham","PCON24CD":"E14001244"},"PCON24CD":181}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.007,52.985],[-1.009,52.989],[-1.015,52.99],[-1.017,52.989],[-1.022,52.993],[-1.031,52.993],[-1.034,52.996],[-1.038,52.996],[-1.039,53],[-1.034,53.005],[-1.037,53.007],[-1.046,53.007],[-1.049,53.01],[-1.053,53.011],[-1.054,53.014],[-1.042,53.019],[-1.032,53.02],[-1.03,53.021],[-1.031,53.025],[-1.036,53.027],[-1.042,53.031],[-1.049,53.033],[-1.053,53.032],[-1.054,53.03],[-1.064,53.03],[-1.074,53.031],[-1.08,53.031],[-1.093,53.03],[-1.097,53.028],[-1.109,53.03],[-1.11,53.027],[-1.115,53.021],[-1.13,53.026],[-1.134,53.023],[-1.137,53.028],[-1.137,53.032],[-1.14,53.034],[-1.142,53.042],[-1.146,53.045],[-1.151,53.047],[-1.156,53.047],[-1.172,53.043],[-1.175,53.039],[-1.177,53.037],[-1.177,53.035],[-1.179,53.025],[-1.183,53.022],[-1.183,53.019],[-1.184,53.014],[-1.171,53.014],[-1.168,53.014],[-1.167,53.01],[-1.158,53.011],[-1.144,53.007],[-1.152,52.997],[-1.146,52.998],[-1.141,52.997],[-1.14,52.993],[-1.141,52.989],[-1.14,52.986],[-1.133,52.987],[-1.124,52.983],[-1.126,52.981],[-1.121,52.974],[-1.12,52.968],[-1.115,52.965],[-1.104,52.964],[-1.102,52.962],[-1.101,52.959],[-1.097,52.958],[-1.092,52.955],[-1.092,52.953],[-1.088,52.952],[-1.086,52.949],[-1.083,52.948],[-1.075,52.956],[-1.068,52.955],[-1.064,52.951],[-1.054,52.951],[-1.049,52.953],[-1.041,52.951],[-1.037,52.956],[-1.034,52.958],[-1.033,52.967],[-1.036,52.972],[-1.038,52.982],[-1.034,52.986],[-1.027,52.986],[-1.024,52.985],[-1.019,52.98],[-1.014,52.981],[-1.007,52.985]]]},"properties":{"PCON24NM":"Gedling","PCON24CD":"E14001245"},"PCON24CD":182}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.627,51.375],[0.624,51.376],[0.625,51.381],[0.628,51.382],[0.63,51.384],[0.633,51.384],[0.636,51.387],[0.635,51.389],[0.627,51.388],[0.621,51.389],[0.622,51.383],[0.617,51.378],[0.614,51.378],[0.61,51.381],[0.606,51.381],[0.599,51.385],[0.596,51.387],[0.593,51.388],[0.593,51.39],[0.588,51.391],[0.585,51.39],[0.58,51.391],[0.577,51.391],[0.575,51.393],[0.572,51.393],[0.568,51.395],[0.558,51.397],[0.555,51.399],[0.552,51.395],[0.544,51.397],[0.541,51.396],[0.543,51.394],[0.538,51.392],[0.537,51.39],[0.543,51.389],[0.541,51.386],[0.538,51.385],[0.536,51.38],[0.536,51.378],[0.545,51.375],[0.552,51.374],[0.551,51.372],[0.553,51.368],[0.555,51.367],[0.555,51.363],[0.561,51.36],[0.562,51.356],[0.565,51.352],[0.565,51.348],[0.563,51.339],[0.57,51.337],[0.575,51.338],[0.583,51.335],[0.586,51.335],[0.597,51.333],[0.601,51.333],[0.604,51.336],[0.608,51.335],[0.612,51.338],[0.614,51.341],[0.618,51.348],[0.622,51.35],[0.625,51.355],[0.629,51.359],[0.635,51.366],[0.623,51.369],[0.626,51.371],[0.627,51.375]]],[[[0.614,51.4],[0.612,51.401],[0.602,51.402],[0.595,51.399],[0.599,51.395],[0.603,51.394],[0.612,51.4],[0.614,51.4]]]]},"properties":{"PCON24NM":"Gillingham and Rainham","PCON24CD":"E14001246"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.67,51.164],[-2.681,51.166],[-2.709,51.169],[-2.717,51.17],[-2.718,51.167],[-2.722,51.165],[-2.725,51.165],[-2.727,51.16],[-2.731,51.155],[-2.745,51.16],[-2.745,51.143],[-2.751,51.141],[-2.755,51.139],[-2.756,51.135],[-2.758,51.134],[-2.759,51.127],[-2.756,51.126],[-2.755,51.123],[-2.752,51.121],[-2.753,51.117],[-2.754,51.111],[-2.752,51.108],[-2.754,51.105],[-2.765,51.108],[-2.772,51.097],[-2.791,51.098],[-2.794,51.108],[-2.82,51.108],[-2.845,51.102],[-2.85,51.103],[-2.857,51.078],[-2.859,51.078],[-2.878,51.081],[-2.883,51.074],[-2.888,51.069],[-2.891,51.067],[-2.893,51.061],[-2.893,51.055],[-2.885,51.049],[-2.884,51.049],[-2.884,51.048],[-2.884,51.047],[-2.926,51.022],[-2.946,51.014],[-2.951,51.01],[-2.948,51.006],[-2.949,51.003],[-2.957,51.002],[-2.96,51.001],[-2.972,51],[-2.978,50.998],[-2.981,50.994],[-2.979,50.993],[-2.984,50.99],[-2.978,50.985],[-2.976,50.977],[-2.975,50.973],[-2.983,50.972],[-2.982,50.969],[-2.98,50.967],[-2.98,50.965],[-2.985,50.963],[-2.976,50.962],[-2.969,50.966],[-2.964,50.965],[-2.96,50.967],[-2.957,50.964],[-2.95,50.958],[-2.938,50.951],[-2.934,50.948],[-2.929,50.94],[-2.923,50.94],[-2.919,50.942],[-2.916,50.945],[-2.908,50.945],[-2.904,50.949],[-2.902,50.948],[-2.897,50.95],[-2.895,50.952],[-2.898,50.959],[-2.892,50.957],[-2.885,50.957],[-2.88,50.957],[-2.877,50.955],[-2.868,50.952],[-2.864,50.949],[-2.856,50.957],[-2.854,50.96],[-2.855,50.963],[-2.853,50.967],[-2.849,50.964],[-2.835,50.959],[-2.835,50.961],[-2.83,50.963],[-2.824,50.961],[-2.811,50.963],[-2.809,50.964],[-2.802,50.966],[-2.797,50.97],[-2.795,50.966],[-2.791,50.964],[-2.791,50.962],[-2.792,50.957],[-2.791,50.954],[-2.785,50.952],[-2.785,50.949],[-2.782,50.945],[-2.771,50.94],[-2.771,50.936],[-2.768,50.935],[-2.759,50.935],[-2.754,50.939],[-2.748,50.938],[-2.739,50.935],[-2.737,50.931],[-2.732,50.928],[-2.728,50.927],[-2.723,50.931],[-2.723,50.933],[-2.726,50.938],[-2.718,50.94],[-2.72,50.943],[-2.713,50.942],[-2.713,50.947],[-2.714,50.949],[-2.711,50.952],[-2.706,50.952],[-2.702,50.954],[-2.701,50.956],[-2.696,50.959],[-2.692,50.959],[-2.693,50.962],[-2.689,50.962],[-2.688,50.967],[-2.681,50.966],[-2.675,50.963],[-2.669,50.966],[-2.671,50.971],[-2.667,50.974],[-2.662,50.973],[-2.653,50.975],[-2.651,50.978],[-2.645,50.978],[-2.645,50.975],[-2.641,50.973],[-2.636,50.969],[-2.635,50.961],[-2.633,50.963],[-2.628,50.964],[-2.622,50.962],[-2.615,50.962],[-2.612,50.959],[-2.598,50.96],[-2.595,50.961],[-2.596,50.965],[-2.6,50.967],[-2.598,50.973],[-2.603,50.976],[-2.596,50.981],[-2.589,50.977],[-2.583,50.979],[-2.581,50.981],[-2.575,50.983],[-2.575,50.987],[-2.569,50.985],[-2.562,50.978],[-2.556,50.98],[-2.553,50.983],[-2.545,50.985],[-2.545,50.992],[-2.552,50.994],[-2.551,50.996],[-2.547,50.997],[-2.547,51],[-2.535,50.999],[-2.536,50.994],[-2.53,50.993],[-2.523,50.992],[-2.52,50.994],[-2.513,50.994],[-2.509,50.995],[-2.502,50.994],[-2.497,50.987],[-2.492,50.979],[-2.489,50.977],[-2.488,50.973],[-2.485,50.971],[-2.48,50.966],[-2.475,50.963],[-2.476,50.961],[-2.475,50.958],[-2.467,50.96],[-2.464,50.955],[-2.461,50.956],[-2.458,50.953],[-2.46,50.951],[-2.455,50.949],[-2.449,50.953],[-2.443,50.958],[-2.442,50.963],[-2.445,50.963],[-2.447,50.968],[-2.437,50.969],[-2.428,50.971],[-2.425,50.97],[-2.42,50.965],[-2.418,50.962],[-2.415,50.961],[-2.403,50.965],[-2.398,50.968],[-2.389,50.97],[-2.384,50.972],[-2.375,50.973],[-2.358,50.977],[-2.346,50.979],[-2.344,50.982],[-2.345,50.984],[-2.353,50.99],[-2.355,50.991],[-2.371,50.992],[-2.375,50.991],[-2.381,50.997],[-2.381,51.005],[-2.378,51.007],[-2.376,51.01],[-2.378,51.012],[-2.371,51.014],[-2.367,51.018],[-2.363,51.02],[-2.361,51.025],[-2.352,51.029],[-2.347,51.032],[-2.344,51.033],[-2.343,51.035],[-2.338,51.037],[-2.335,51.04],[-2.332,51.04],[-2.33,51.042],[-2.333,51.047],[-2.333,51.051],[-2.34,51.056],[-2.344,51.055],[-2.35,51.062],[-2.349,51.071],[-2.343,51.075],[-2.337,51.075],[-2.33,51.077],[-2.326,51.08],[-2.329,51.085],[-2.336,51.087],[-2.339,51.086],[-2.341,51.088],[-2.347,51.088],[-2.354,51.095],[-2.355,51.097],[-2.361,51.1],[-2.363,51.104],[-2.361,51.109],[-2.363,51.114],[-2.366,51.115],[-2.365,51.119],[-2.361,51.12],[-2.356,51.121],[-2.353,51.123],[-2.346,51.124],[-2.343,51.127],[-2.346,51.131],[-2.352,51.133],[-2.355,51.133],[-2.36,51.136],[-2.364,51.137],[-2.368,51.141],[-2.369,51.143],[-2.375,51.144],[-2.377,51.143],[-2.385,51.143],[-2.391,51.144],[-2.401,51.14],[-2.405,51.142],[-2.404,51.145],[-2.408,51.148],[-2.411,51.146],[-2.412,51.144],[-2.419,51.141],[-2.425,51.142],[-2.428,51.143],[-2.434,51.137],[-2.435,51.133],[-2.439,51.133],[-2.444,51.132],[-2.449,51.128],[-2.448,51.127],[-2.453,51.123],[-2.463,51.123],[-2.465,51.122],[-2.469,51.122],[-2.471,51.119],[-2.478,51.118],[-2.482,51.119],[-2.485,51.117],[-2.493,51.114],[-2.502,51.113],[-2.499,51.11],[-2.503,51.107],[-2.511,51.104],[-2.517,51.104],[-2.52,51.103],[-2.521,51.102],[-2.526,51.102],[-2.534,51.1],[-2.537,51.099],[-2.547,51.098],[-2.553,51.095],[-2.555,51.092],[-2.562,51.092],[-2.565,51.093],[-2.57,51.091],[-2.579,51.089],[-2.581,51.09],[-2.589,51.091],[-2.593,51.093],[-2.598,51.098],[-2.597,51.102],[-2.602,51.105],[-2.604,51.104],[-2.613,51.104],[-2.617,51.103],[-2.621,51.106],[-2.621,51.11],[-2.62,51.114],[-2.623,51.115],[-2.624,51.117],[-2.622,51.123],[-2.626,51.125],[-2.63,51.123],[-2.637,51.122],[-2.642,51.125],[-2.647,51.125],[-2.653,51.127],[-2.661,51.125],[-2.665,51.125],[-2.669,51.128],[-2.67,51.132],[-2.668,51.135],[-2.668,51.137],[-2.664,51.14],[-2.664,51.146],[-2.666,51.147],[-2.665,51.151],[-2.661,51.153],[-2.666,51.158],[-2.663,51.16],[-2.67,51.164]]]},"properties":{"PCON24NM":"Glastonbury and Somerton","PCON24CD":"E14001247"},"PCON24CD":184}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.198,51.872],[-2.209,51.867],[-2.217,51.863],[-2.223,51.859],[-2.231,51.862],[-2.227,51.866],[-2.225,51.87],[-2.229,51.873],[-2.233,51.875],[-2.241,51.876],[-2.24,51.883],[-2.246,51.881],[-2.252,51.878],[-2.26,51.876],[-2.268,51.875],[-2.27,51.871],[-2.269,51.868],[-2.275,51.862],[-2.285,51.86],[-2.287,51.858],[-2.28,51.848],[-2.279,51.845],[-2.281,51.843],[-2.29,51.839],[-2.29,51.835],[-2.295,51.832],[-2.299,51.832],[-2.301,51.832],[-2.301,51.827],[-2.298,51.825],[-2.291,51.822],[-2.29,51.82],[-2.281,51.816],[-2.283,51.815],[-2.272,51.812],[-2.27,51.81],[-2.263,51.808],[-2.257,51.821],[-2.255,51.821],[-2.249,51.825],[-2.246,51.826],[-2.238,51.825],[-2.231,51.826],[-2.227,51.828],[-2.225,51.827],[-2.226,51.822],[-2.223,51.821],[-2.214,51.826],[-2.209,51.829],[-2.202,51.836],[-2.192,51.842],[-2.187,51.846],[-2.182,51.852],[-2.177,51.856],[-2.187,51.862],[-2.196,51.866],[-2.198,51.872]]]},"properties":{"PCON24NM":"Gloucester","PCON24CD":"E14001248"},"PCON24CD":185}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.651,51.243],[-0.654,51.242],[-0.666,51.242],[-0.681,51.238],[-0.688,51.238],[-0.693,51.237],[-0.698,51.235],[-0.703,51.238],[-0.706,51.243],[-0.704,51.247],[-0.706,51.257],[-0.702,51.266],[-0.703,51.271],[-0.705,51.275],[-0.708,51.276],[-0.712,51.279],[-0.71,51.282],[-0.717,51.282],[-0.72,51.279],[-0.728,51.28],[-0.731,51.28],[-0.733,51.277],[-0.73,51.274],[-0.73,51.27],[-0.731,51.268],[-0.732,51.262],[-0.734,51.26],[-0.733,51.258],[-0.729,51.256],[-0.731,51.252],[-0.734,51.251],[-0.736,51.249],[-0.735,51.247],[-0.738,51.241],[-0.736,51.238],[-0.739,51.236],[-0.739,51.234],[-0.742,51.231],[-0.746,51.23],[-0.745,51.228],[-0.742,51.228],[-0.742,51.224],[-0.747,51.223],[-0.746,51.221],[-0.743,51.222],[-0.742,51.22],[-0.746,51.217],[-0.748,51.214],[-0.748,51.211],[-0.746,51.207],[-0.742,51.206],[-0.732,51.197],[-0.724,51.192],[-0.724,51.19],[-0.73,51.188],[-0.733,51.181],[-0.737,51.179],[-0.741,51.18],[-0.748,51.172],[-0.749,51.161],[-0.748,51.16],[-0.746,51.154],[-0.738,51.147],[-0.737,51.144],[-0.737,51.14],[-0.734,51.139],[-0.733,51.134],[-0.733,51.126],[-0.734,51.121],[-0.73,51.114],[-0.723,51.112],[-0.714,51.113],[-0.709,51.107],[-0.703,51.106],[-0.699,51.103],[-0.688,51.108],[-0.68,51.103],[-0.679,51.102],[-0.683,51.099],[-0.678,51.097],[-0.68,51.096],[-0.675,51.093],[-0.683,51.091],[-0.687,51.088],[-0.686,51.085],[-0.689,51.084],[-0.686,51.082],[-0.687,51.076],[-0.682,51.075],[-0.679,51.076],[-0.669,51.077],[-0.664,51.082],[-0.657,51.082],[-0.654,51.083],[-0.648,51.083],[-0.646,51.084],[-0.638,51.085],[-0.634,51.087],[-0.63,51.089],[-0.621,51.088],[-0.615,51.085],[-0.608,51.082],[-0.605,51.081],[-0.6,51.08],[-0.595,51.08],[-0.588,51.084],[-0.578,51.087],[-0.569,51.086],[-0.567,51.085],[-0.558,51.083],[-0.556,51.084],[-0.551,51.083],[-0.541,51.083],[-0.539,51.082],[-0.533,51.086],[-0.536,51.089],[-0.537,51.091],[-0.535,51.094],[-0.529,51.092],[-0.527,51.09],[-0.523,51.092],[-0.517,51.091],[-0.513,51.089],[-0.507,51.088],[-0.503,51.089],[-0.492,51.094],[-0.489,51.097],[-0.483,51.096],[-0.478,51.097],[-0.474,51.097],[-0.471,51.098],[-0.461,51.099],[-0.457,51.101],[-0.453,51.1],[-0.446,51.1],[-0.439,51.102],[-0.44,51.098],[-0.432,51.101],[-0.422,51.104],[-0.419,51.105],[-0.418,51.12],[-0.417,51.125],[-0.421,51.125],[-0.428,51.124],[-0.43,51.129],[-0.439,51.13],[-0.441,51.127],[-0.444,51.127],[-0.447,51.132],[-0.45,51.132],[-0.451,51.136],[-0.452,51.138],[-0.45,51.143],[-0.452,51.146],[-0.454,51.149],[-0.459,51.148],[-0.46,51.152],[-0.463,51.151],[-0.464,51.155],[-0.462,51.158],[-0.464,51.16],[-0.464,51.164],[-0.464,51.167],[-0.464,51.172],[-0.458,51.173],[-0.456,51.176],[-0.447,51.181],[-0.444,51.184],[-0.438,51.18],[-0.434,51.18],[-0.431,51.176],[-0.428,51.176],[-0.423,51.174],[-0.419,51.173],[-0.414,51.175],[-0.408,51.176],[-0.408,51.178],[-0.41,51.182],[-0.409,51.185],[-0.411,51.19],[-0.41,51.193],[-0.414,51.195],[-0.418,51.201],[-0.422,51.204],[-0.429,51.206],[-0.431,51.208],[-0.438,51.21],[-0.434,51.218],[-0.431,51.227],[-0.426,51.23],[-0.427,51.233],[-0.43,51.235],[-0.435,51.24],[-0.437,51.237],[-0.441,51.235],[-0.446,51.237],[-0.452,51.238],[-0.454,51.241],[-0.459,51.241],[-0.48,51.24],[-0.487,51.24],[-0.492,51.241],[-0.503,51.24],[-0.505,51.237],[-0.51,51.237],[-0.514,51.236],[-0.526,51.233],[-0.529,51.231],[-0.53,51.227],[-0.537,51.222],[-0.536,51.219],[-0.54,51.215],[-0.547,51.217],[-0.552,51.217],[-0.56,51.216],[-0.566,51.218],[-0.569,51.222],[-0.576,51.223],[-0.577,51.225],[-0.583,51.226],[-0.595,51.224],[-0.603,51.223],[-0.604,51.227],[-0.606,51.228],[-0.618,51.229],[-0.619,51.234],[-0.621,51.234],[-0.622,51.24],[-0.629,51.238],[-0.639,51.237],[-0.639,51.238],[-0.648,51.24],[-0.648,51.242],[-0.651,51.243]]]},"properties":{"PCON24NM":"Godalming and Ash","PCON24CD":"E14001249"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.698,53.685],[-0.701,53.69],[-0.7,53.695],[-0.698,53.698],[-0.705,53.701],[-0.72,53.703],[-0.731,53.704],[-0.746,53.703],[-0.754,53.7],[-0.767,53.696],[-0.775,53.695],[-0.784,53.696],[-0.799,53.703],[-0.806,53.704],[-0.812,53.704],[-0.82,53.702],[-0.825,53.7],[-0.829,53.698],[-0.837,53.691],[-0.846,53.686],[-0.85,53.685],[-0.856,53.686],[-0.864,53.692],[-0.866,53.695],[-0.869,53.697],[-0.885,53.694],[-0.946,53.679],[-0.991,53.674],[-0.99,53.659],[-0.957,53.659],[-0.947,53.659],[-0.938,53.657],[-0.923,53.653],[-0.867,53.638],[-0.848,53.633],[-0.841,53.636],[-0.834,53.641],[-0.827,53.643],[-0.817,53.645],[-0.814,53.643],[-0.805,53.647],[-0.803,53.652],[-0.8,53.654],[-0.789,53.659],[-0.778,53.661],[-0.772,53.664],[-0.77,53.662],[-0.774,53.658],[-0.774,53.656],[-0.753,53.663],[-0.759,53.664],[-0.755,53.666],[-0.746,53.669],[-0.746,53.67],[-0.731,53.673],[-0.723,53.674],[-0.722,53.679],[-0.714,53.677],[-0.702,53.677],[-0.705,53.681],[-0.701,53.684],[-0.698,53.685]]],[[[-0.991,53.661],[-0.992,53.674],[-0.946,53.68],[-0.894,53.693],[-0.886,53.695],[-0.87,53.697],[-0.867,53.698],[-0.867,53.701],[-0.864,53.704],[-0.859,53.706],[-0.847,53.709],[-0.844,53.712],[-0.844,53.717],[-0.847,53.725],[-0.85,53.729],[-0.854,53.731],[-0.858,53.73],[-0.858,53.724],[-0.861,53.722],[-0.866,53.722],[-0.878,53.723],[-0.888,53.727],[-0.894,53.727],[-0.898,53.726],[-0.905,53.727],[-0.903,53.722],[-0.904,53.718],[-0.907,53.717],[-0.913,53.718],[-0.924,53.718],[-0.935,53.716],[-0.94,53.713],[-0.944,53.712],[-0.949,53.713],[-0.954,53.714],[-0.958,53.714],[-0.959,53.71],[-0.961,53.708],[-0.957,53.706],[-0.962,53.703],[-0.964,53.7],[-0.968,53.701],[-0.968,53.707],[-0.98,53.705],[-0.983,53.703],[-0.981,53.697],[-0.986,53.697],[-0.995,53.697],[-0.999,53.699],[-1.003,53.698],[-1.007,53.695],[-1.012,53.697],[-1.022,53.698],[-1.034,53.696],[-1.038,53.694],[-1.045,53.698],[-1.048,53.698],[-1.054,53.697],[-1.054,53.701],[-1.063,53.707],[-1.069,53.704],[-1.075,53.704],[-1.078,53.698],[-1.076,53.697],[-1.085,53.687],[-1.081,53.685],[-1.087,53.683],[-1.094,53.678],[-1.097,53.675],[-1.102,53.674],[-1.104,53.67],[-1.092,53.669],[-1.087,53.667],[-1.089,53.664],[-1.084,53.662],[-1.079,53.66],[-1.071,53.66],[-1.071,53.658],[-1.063,53.657],[-1.062,53.659],[-1.057,53.658],[-1.051,53.658],[-1.049,53.656],[-1.044,53.657],[-1.037,53.654],[-1.029,53.655],[-1.018,53.658],[-1.01,53.659],[-1,53.659],[-0.991,53.661]]],[[[-0.859,53.961],[-0.864,53.968],[-0.866,53.972],[-0.875,53.97],[-0.88,53.975],[-0.874,53.978],[-0.88,53.981],[-0.881,53.983],[-0.875,53.988],[-0.878,54],[-0.888,53.999],[-0.892,53.997],[-0.905,53.994],[-0.909,53.997],[-0.912,53.994],[-0.925,53.992],[-0.92,53.99],[-0.923,53.989],[-0.928,53.983],[-0.927,53.98],[-0.929,53.976],[-0.934,53.97],[-0.933,53.967],[-0.928,53.964],[-0.925,53.964],[-0.921,53.96],[-0.923,53.956],[-0.927,53.953],[-0.927,53.952],[-0.925,53.949],[-0.927,53.946],[-0.928,53.942],[-0.925,53.941],[-0.926,53.937],[-0.924,53.934],[-0.927,53.933],[-0.929,53.929],[-0.923,53.925],[-0.922,53.922],[-0.924,53.92],[-0.928,53.92],[-0.928,53.918],[-0.932,53.917],[-0.931,53.915],[-0.933,53.908],[-0.938,53.908],[-0.941,53.904],[-0.94,53.899],[-0.941,53.898],[-0.947,53.896],[-0.948,53.893],[-0.941,53.891],[-0.933,53.89],[-0.921,53.891],[-0.921,53.888],[-0.922,53.888],[-0.923,53.888],[-0.925,53.883],[-0.924,53.881],[-0.923,53.879],[-0.924,53.878],[-0.925,53.878],[-0.927,53.877],[-0.929,53.877],[-0.931,53.876],[-0.932,53.876],[-0.933,53.876],[-0.938,53.876],[-0.939,53.876],[-0.941,53.874],[-0.939,53.869],[-0.94,53.867],[-0.941,53.866],[-0.942,53.866],[-0.944,53.866],[-0.945,53.865],[-0.946,53.865],[-0.948,53.861],[-0.942,53.855],[-0.946,53.851],[-0.945,53.848],[-0.947,53.845],[-0.943,53.835],[-0.94,53.833],[-0.941,53.824],[-0.939,53.823],[-0.933,53.821],[-0.928,53.82],[-0.925,53.816],[-0.92,53.816],[-0.928,53.81],[-0.929,53.806],[-0.933,53.804],[-0.934,53.801],[-0.928,53.797],[-0.931,53.791],[-0.933,53.79],[-0.934,53.784],[-0.937,53.779],[-0.933,53.774],[-0.929,53.773],[-0.928,53.77],[-0.928,53.765],[-0.93,53.763],[-0.934,53.762],[-0.94,53.758],[-0.95,53.754],[-0.964,53.751],[-0.973,53.75],[-0.966,53.749],[-0.963,53.747],[-0.961,53.743],[-0.961,53.737],[-0.953,53.737],[-0.945,53.734],[-0.936,53.733],[-0.926,53.732],[-0.916,53.734],[-0.911,53.733],[-0.909,53.731],[-0.911,53.728],[-0.894,53.728],[-0.887,53.728],[-0.872,53.724],[-0.863,53.73],[-0.858,53.732],[-0.853,53.732],[-0.849,53.731],[-0.846,53.728],[-0.842,53.724],[-0.84,53.716],[-0.841,53.712],[-0.843,53.708],[-0.848,53.705],[-0.857,53.704],[-0.863,53.702],[-0.863,53.696],[-0.859,53.692],[-0.854,53.687],[-0.849,53.687],[-0.838,53.694],[-0.832,53.699],[-0.825,53.704],[-0.82,53.705],[-0.81,53.707],[-0.805,53.707],[-0.795,53.705],[-0.787,53.7],[-0.781,53.698],[-0.771,53.699],[-0.749,53.706],[-0.733,53.707],[-0.716,53.707],[-0.702,53.704],[-0.696,53.704],[-0.687,53.708],[-0.682,53.713],[-0.676,53.72],[-0.671,53.722],[-0.647,53.726],[-0.627,53.73],[-0.617,53.731],[-0.602,53.73],[-0.589,53.728],[-0.584,53.725],[-0.583,53.724],[-0.568,53.715],[-0.553,53.71],[-0.545,53.709],[-0.535,53.709],[-0.526,53.71],[-0.515,53.712],[-0.487,53.716],[-0.473,53.717],[-0.463,53.717],[-0.462,53.72],[-0.465,53.725],[-0.465,53.729],[-0.469,53.733],[-0.469,53.736],[-0.473,53.738],[-0.474,53.743],[-0.483,53.759],[-0.479,53.76],[-0.467,53.763],[-0.458,53.764],[-0.454,53.766],[-0.452,53.769],[-0.452,53.773],[-0.45,53.776],[-0.45,53.78],[-0.452,53.783],[-0.444,53.785],[-0.446,53.792],[-0.446,53.793],[-0.434,53.795],[-0.414,53.794],[-0.409,53.795],[-0.41,53.805],[-0.417,53.805],[-0.423,53.805],[-0.427,53.804],[-0.428,53.806],[-0.427,53.809],[-0.429,53.814],[-0.437,53.815],[-0.433,53.818],[-0.432,53.82],[-0.436,53.821],[-0.444,53.82],[-0.45,53.818],[-0.462,53.817],[-0.47,53.816],[-0.476,53.812],[-0.485,53.81],[-0.497,53.808],[-0.504,53.808],[-0.51,53.807],[-0.514,53.804],[-0.518,53.803],[-0.526,53.805],[-0.533,53.802],[-0.538,53.801],[-0.539,53.807],[-0.548,53.815],[-0.554,53.814],[-0.559,53.811],[-0.568,53.808],[-0.573,53.806],[-0.581,53.803],[-0.589,53.801],[-0.616,53.799],[-0.618,53.799],[-0.621,53.802],[-0.63,53.803],[-0.633,53.805],[-0.627,53.808],[-0.631,53.809],[-0.631,53.811],[-0.639,53.813],[-0.65,53.816],[-0.651,53.818],[-0.647,53.821],[-0.645,53.824],[-0.642,53.826],[-0.642,53.83],[-0.638,53.831],[-0.637,53.833],[-0.641,53.836],[-0.635,53.835],[-0.624,53.836],[-0.609,53.839],[-0.603,53.839],[-0.596,53.842],[-0.587,53.845],[-0.581,53.846],[-0.573,53.849],[-0.577,53.852],[-0.58,53.858],[-0.586,53.859],[-0.602,53.856],[-0.606,53.859],[-0.61,53.86],[-0.615,53.86],[-0.623,53.856],[-0.624,53.857],[-0.63,53.855],[-0.636,53.854],[-0.642,53.853],[-0.647,53.851],[-0.649,53.848],[-0.655,53.848],[-0.658,53.847],[-0.661,53.847],[-0.661,53.844],[-0.668,53.839],[-0.674,53.837],[-0.695,53.833],[-0.699,53.831],[-0.704,53.831],[-0.701,53.837],[-0.704,53.84],[-0.709,53.848],[-0.712,53.85],[-0.723,53.855],[-0.726,53.867],[-0.726,53.872],[-0.729,53.872],[-0.739,53.88],[-0.742,53.882],[-0.743,53.885],[-0.749,53.887],[-0.758,53.887],[-0.765,53.889],[-0.768,53.887],[-0.772,53.892],[-0.771,53.896],[-0.775,53.897],[-0.778,53.899],[-0.778,53.901],[-0.774,53.904],[-0.77,53.908],[-0.764,53.915],[-0.764,53.917],[-0.76,53.917],[-0.755,53.92],[-0.751,53.923],[-0.754,53.925],[-0.754,53.928],[-0.757,53.935],[-0.757,53.939],[-0.756,53.941],[-0.759,53.948],[-0.773,53.95],[-0.774,53.95],[-0.774,53.949],[-0.78,53.946],[-0.786,53.947],[-0.791,53.946],[-0.8,53.941],[-0.808,53.945],[-0.812,53.945],[-0.816,53.946],[-0.82,53.945],[-0.833,53.944],[-0.84,53.943],[-0.846,53.948],[-0.851,53.952],[-0.858,53.957],[-0.86,53.959],[-0.859,53.961]]]]},"properties":{"PCON24NM":"Goole and Pocklington","PCON24CD":"E14001250"},"PCON24CD":187}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.15,53.471],[-2.158,53.47],[-2.167,53.469],[-2.174,53.469],[-2.194,53.472],[-2.195,53.468],[-2.198,53.464],[-2.198,53.46],[-2.203,53.459],[-2.202,53.456],[-2.205,53.455],[-2.198,53.445],[-2.204,53.442],[-2.205,53.441],[-2.211,53.43],[-2.216,53.43],[-2.219,53.422],[-2.208,53.42],[-2.202,53.424],[-2.2,53.427],[-2.197,53.428],[-2.193,53.428],[-2.191,53.435],[-2.186,53.436],[-2.176,53.433],[-2.175,53.434],[-2.173,53.448],[-2.167,53.449],[-2.166,53.454],[-2.162,53.453],[-2.158,53.455],[-2.154,53.451],[-2.15,53.449],[-2.149,53.447],[-2.143,53.442],[-2.141,53.439],[-2.135,53.438],[-2.131,53.439],[-2.123,53.438],[-2.119,53.439],[-2.111,53.438],[-2.107,53.434],[-2.103,53.433],[-2.097,53.434],[-2.098,53.436],[-2.093,53.438],[-2.092,53.441],[-2.089,53.443],[-2.091,53.446],[-2.088,53.449],[-2.091,53.45],[-2.096,53.451],[-2.096,53.455],[-2.095,53.457],[-2.096,53.461],[-2.099,53.462],[-2.098,53.464],[-2.1,53.462],[-2.103,53.466],[-2.118,53.463],[-2.117,53.462],[-2.125,53.461],[-2.126,53.464],[-2.13,53.465],[-2.14,53.463],[-2.148,53.463],[-2.15,53.464],[-2.147,53.468],[-2.15,53.471]]]},"properties":{"PCON24NM":"Gorton and Denton","PCON24CD":"E14001251"},"PCON24CD":188}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.179,50.837],[-1.187,50.836],[-1.186,50.839],[-1.194,50.84],[-1.201,50.844],[-1.205,50.846],[-1.211,50.846],[-1.212,50.839],[-1.216,50.836],[-1.219,50.836],[-1.222,50.834],[-1.225,50.834],[-1.229,50.832],[-1.233,50.832],[-1.235,50.828],[-1.237,50.828],[-1.238,50.824],[-1.241,50.822],[-1.241,50.82],[-1.243,50.818],[-1.238,50.818],[-1.228,50.814],[-1.223,50.813],[-1.216,50.81],[-1.209,50.806],[-1.201,50.798],[-1.196,50.793],[-1.188,50.789],[-1.185,50.788],[-1.171,50.786],[-1.166,50.786],[-1.161,50.784],[-1.155,50.782],[-1.143,50.774],[-1.138,50.774],[-1.134,50.776],[-1.126,50.781],[-1.116,50.787],[-1.114,50.788],[-1.121,50.788],[-1.124,50.79],[-1.129,50.788],[-1.128,50.792],[-1.123,50.792],[-1.119,50.791],[-1.117,50.796],[-1.124,50.799],[-1.124,50.804],[-1.131,50.803],[-1.132,50.804],[-1.124,50.806],[-1.133,50.812],[-1.142,50.817],[-1.143,50.822],[-1.146,50.826],[-1.149,50.826],[-1.152,50.83],[-1.15,50.833],[-1.152,50.836],[-1.159,50.839],[-1.165,50.837],[-1.175,50.839],[-1.179,50.837]]]},"properties":{"PCON24NM":"Gosport","PCON24CD":"E14001252"},"PCON24CD":189}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.202,53.006],[-0.206,53.005],[-0.219,53.005],[-0.235,53.005],[-0.239,53.006],[-0.258,53.005],[-0.266,53.004],[-0.286,52.997],[-0.289,52.995],[-0.294,52.994],[-0.298,52.992],[-0.305,52.99],[-0.316,52.988],[-0.322,52.988],[-0.336,52.99],[-0.337,52.988],[-0.337,52.983],[-0.348,52.981],[-0.355,52.979],[-0.37,52.978],[-0.377,52.978],[-0.379,52.975],[-0.384,52.975],[-0.386,52.976],[-0.391,52.976],[-0.397,52.979],[-0.402,52.978],[-0.42,52.979],[-0.427,52.978],[-0.438,52.98],[-0.452,52.98],[-0.456,52.981],[-0.458,52.984],[-0.462,52.982],[-0.478,52.977],[-0.481,52.979],[-0.49,52.984],[-0.497,52.983],[-0.501,52.983],[-0.511,52.982],[-0.507,52.985],[-0.501,52.986],[-0.5,52.988],[-0.503,52.99],[-0.509,52.99],[-0.512,52.992],[-0.516,52.992],[-0.523,52.988],[-0.526,52.99],[-0.532,52.99],[-0.531,52.998],[-0.523,53.05],[-0.536,53.05],[-0.566,53.049],[-0.574,53.05],[-0.574,53.047],[-0.58,53.046],[-0.589,53.047],[-0.589,53.048],[-0.596,53.048],[-0.602,53.05],[-0.604,53.052],[-0.637,53.055],[-0.636,53.052],[-0.648,53.054],[-0.662,53.055],[-0.661,53.057],[-0.67,53.058],[-0.681,53.058],[-0.69,53.06],[-0.695,53.059],[-0.694,53.057],[-0.698,53.053],[-0.706,53.052],[-0.716,53.059],[-0.722,53.06],[-0.725,53.057],[-0.731,53.054],[-0.734,53.056],[-0.741,53.054],[-0.75,53.055],[-0.756,53.044],[-0.757,53.038],[-0.759,53.035],[-0.758,53.032],[-0.761,53.029],[-0.77,53.027],[-0.777,53.025],[-0.781,53.024],[-0.788,53.026],[-0.796,53.011],[-0.804,53.012],[-0.804,53.006],[-0.8,53.002],[-0.796,53.001],[-0.793,52.996],[-0.788,52.992],[-0.784,52.99],[-0.785,52.989],[-0.78,52.986],[-0.777,52.979],[-0.778,52.977],[-0.778,52.974],[-0.778,52.963],[-0.779,52.961],[-0.776,52.959],[-0.765,52.955],[-0.755,52.951],[-0.756,52.947],[-0.759,52.942],[-0.762,52.936],[-0.762,52.934],[-0.765,52.93],[-0.766,52.927],[-0.763,52.924],[-0.767,52.923],[-0.769,52.92],[-0.769,52.917],[-0.772,52.912],[-0.773,52.909],[-0.777,52.905],[-0.774,52.903],[-0.77,52.904],[-0.769,52.902],[-0.764,52.903],[-0.764,52.901],[-0.759,52.901],[-0.76,52.899],[-0.767,52.887],[-0.762,52.885],[-0.757,52.886],[-0.748,52.883],[-0.743,52.883],[-0.736,52.872],[-0.736,52.87],[-0.732,52.865],[-0.719,52.855],[-0.709,52.845],[-0.706,52.838],[-0.7,52.84],[-0.695,52.839],[-0.693,52.842],[-0.687,52.842],[-0.686,52.845],[-0.679,52.846],[-0.676,52.848],[-0.678,52.851],[-0.678,52.854],[-0.681,52.859],[-0.684,52.86],[-0.684,52.863],[-0.688,52.869],[-0.651,52.882],[-0.639,52.887],[-0.633,52.888],[-0.623,52.891],[-0.622,52.889],[-0.609,52.888],[-0.601,52.888],[-0.596,52.889],[-0.591,52.887],[-0.583,52.881],[-0.585,52.879],[-0.586,52.873],[-0.589,52.872],[-0.586,52.862],[-0.59,52.861],[-0.591,52.855],[-0.59,52.852],[-0.592,52.85],[-0.592,52.845],[-0.59,52.843],[-0.587,52.843],[-0.58,52.838],[-0.583,52.836],[-0.582,52.834],[-0.577,52.832],[-0.566,52.834],[-0.556,52.835],[-0.557,52.832],[-0.542,52.831],[-0.535,52.831],[-0.518,52.835],[-0.51,52.836],[-0.497,52.838],[-0.493,52.837],[-0.485,52.837],[-0.472,52.833],[-0.467,52.836],[-0.466,52.839],[-0.456,52.841],[-0.451,52.843],[-0.443,52.844],[-0.442,52.841],[-0.439,52.84],[-0.436,52.841],[-0.433,52.84],[-0.432,52.837],[-0.43,52.837],[-0.423,52.838],[-0.419,52.84],[-0.414,52.841],[-0.415,52.844],[-0.404,52.842],[-0.398,52.839],[-0.4,52.837],[-0.398,52.834],[-0.395,52.832],[-0.396,52.829],[-0.4,52.827],[-0.399,52.824],[-0.407,52.824],[-0.417,52.822],[-0.419,52.82],[-0.413,52.815],[-0.416,52.812],[-0.417,52.808],[-0.415,52.804],[-0.417,52.799],[-0.413,52.796],[-0.414,52.793],[-0.408,52.792],[-0.404,52.781],[-0.407,52.777],[-0.408,52.769],[-0.406,52.767],[-0.407,52.764],[-0.407,52.761],[-0.403,52.76],[-0.399,52.755],[-0.383,52.756],[-0.376,52.756],[-0.376,52.754],[-0.37,52.754],[-0.369,52.756],[-0.36,52.755],[-0.31,52.747],[-0.305,52.746],[-0.291,52.753],[-0.287,52.756],[-0.265,52.768],[-0.261,52.771],[-0.262,52.777],[-0.261,52.78],[-0.262,52.787],[-0.266,52.793],[-0.269,52.81],[-0.272,52.832],[-0.275,52.841],[-0.276,52.861],[-0.271,52.872],[-0.266,52.871],[-0.265,52.869],[-0.26,52.868],[-0.258,52.87],[-0.259,52.872],[-0.27,52.877],[-0.256,52.906],[-0.247,52.929],[-0.224,52.956],[-0.216,52.961],[-0.201,52.977],[-0.199,52.982],[-0.199,52.985],[-0.197,52.989],[-0.19,52.996],[-0.194,52.998],[-0.202,53.006]]]},"properties":{"PCON24NM":"Grantham and Bourne","PCON24CD":"E14001253"},"PCON24CD":190}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.459,51.456],[0.457,51.454],[0.449,51.452],[0.448,51.453],[0.439,51.448],[0.428,51.447],[0.414,51.444],[0.401,51.443],[0.389,51.443],[0.365,51.446],[0.353,51.446],[0.339,51.448],[0.328,51.451],[0.321,51.458],[0.318,51.463],[0.315,51.465],[0.311,51.453],[0.318,51.452],[0.32,51.45],[0.319,51.447],[0.326,51.443],[0.326,51.44],[0.324,51.435],[0.324,51.432],[0.325,51.429],[0.333,51.426],[0.331,51.421],[0.331,51.415],[0.334,51.409],[0.335,51.4],[0.338,51.398],[0.339,51.396],[0.344,51.395],[0.345,51.393],[0.343,51.391],[0.335,51.389],[0.337,51.387],[0.334,51.383],[0.331,51.371],[0.333,51.368],[0.337,51.37],[0.335,51.365],[0.336,51.361],[0.337,51.36],[0.34,51.356],[0.342,51.355],[0.342,51.348],[0.341,51.344],[0.341,51.34],[0.345,51.339],[0.344,51.333],[0.342,51.329],[0.341,51.325],[0.352,51.327],[0.355,51.328],[0.361,51.329],[0.363,51.33],[0.366,51.328],[0.378,51.329],[0.381,51.33],[0.384,51.336],[0.377,51.336],[0.381,51.339],[0.389,51.339],[0.39,51.342],[0.395,51.345],[0.391,51.347],[0.397,51.35],[0.397,51.353],[0.401,51.353],[0.404,51.356],[0.412,51.363],[0.415,51.367],[0.42,51.376],[0.425,51.376],[0.43,51.384],[0.431,51.388],[0.434,51.389],[0.447,51.389],[0.448,51.39],[0.453,51.391],[0.457,51.394],[0.452,51.398],[0.457,51.399],[0.468,51.398],[0.469,51.4],[0.468,51.403],[0.478,51.407],[0.476,51.41],[0.475,51.413],[0.481,51.415],[0.484,51.413],[0.489,51.415],[0.489,51.419],[0.491,51.425],[0.49,51.426],[0.488,51.431],[0.489,51.435],[0.486,51.436],[0.49,51.438],[0.488,51.44],[0.488,51.443],[0.484,51.445],[0.476,51.447],[0.469,51.451],[0.468,51.454],[0.463,51.454],[0.459,51.456]]]},"properties":{"PCON24NM":"Gravesham","PCON24CD":"E14001254"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.009,53.535],[0.001,53.54],[-0.003,53.544],[-0.009,53.547],[-0.026,53.56],[-0.029,53.564],[-0.034,53.568],[-0.037,53.568],[-0.042,53.57],[-0.044,53.572],[-0.062,53.583],[-0.072,53.584],[-0.079,53.577],[-0.081,53.579],[-0.086,53.58],[-0.093,53.581],[-0.095,53.583],[-0.1,53.584],[-0.112,53.59],[-0.118,53.586],[-0.119,53.583],[-0.124,53.583],[-0.131,53.576],[-0.137,53.576],[-0.14,53.573],[-0.15,53.568],[-0.139,53.559],[-0.136,53.556],[-0.14,53.555],[-0.136,53.549],[-0.124,53.549],[-0.125,53.544],[-0.099,53.544],[-0.098,53.541],[-0.093,53.541],[-0.092,53.54],[-0.087,53.54],[-0.084,53.539],[-0.078,53.54],[-0.065,53.547],[-0.066,53.544],[-0.064,53.541],[-0.056,53.545],[-0.057,53.548],[-0.052,53.551],[-0.05,53.547],[-0.05,53.544],[-0.043,53.539],[-0.033,53.535],[-0.029,53.535],[-0.018,53.536],[-0.005,53.537],[-0.003,53.535],[0.006,53.534],[0.009,53.535]]]},"properties":{"PCON24NM":"Great Grimsby and Cleethorpes","PCON24CD":"E14001255"},"PCON24CD":192}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.74,52.532],[1.739,52.535],[1.734,52.549],[1.732,52.563],[1.733,52.569],[1.736,52.572],[1.732,52.572],[1.731,52.58],[1.729,52.585],[1.728,52.589],[1.725,52.593],[1.726,52.598],[1.725,52.603],[1.723,52.606],[1.715,52.611],[1.711,52.611],[1.706,52.608],[1.698,52.607],[1.692,52.604],[1.684,52.601],[1.674,52.599],[1.671,52.599],[1.661,52.598],[1.65,52.594],[1.65,52.593],[1.651,52.587],[1.648,52.583],[1.65,52.579],[1.651,52.576],[1.644,52.574],[1.64,52.575],[1.636,52.574],[1.633,52.57],[1.634,52.563],[1.634,52.562],[1.629,52.558],[1.625,52.553],[1.621,52.552],[1.615,52.552],[1.609,52.55],[1.606,52.545],[1.606,52.542],[1.611,52.54],[1.619,52.541],[1.621,52.54],[1.622,52.536],[1.62,52.534],[1.622,52.532],[1.628,52.529],[1.629,52.526],[1.634,52.527],[1.637,52.528],[1.631,52.532],[1.638,52.534],[1.637,52.537],[1.643,52.539],[1.65,52.54],[1.654,52.541],[1.659,52.542],[1.659,52.545],[1.663,52.548],[1.669,52.55],[1.675,52.549],[1.678,52.548],[1.682,52.548],[1.684,52.55],[1.69,52.547],[1.691,52.545],[1.696,52.544],[1.701,52.545],[1.704,52.544],[1.706,52.54],[1.717,52.535],[1.724,52.534],[1.726,52.531],[1.74,52.532]]],[[[1.633,52.633],[1.627,52.631],[1.622,52.633],[1.617,52.632],[1.618,52.629],[1.617,52.626],[1.621,52.625],[1.623,52.627],[1.63,52.627],[1.633,52.633]]],[[[1.645,52.589],[1.648,52.594],[1.653,52.598],[1.659,52.604],[1.667,52.607],[1.682,52.608],[1.69,52.614],[1.695,52.618],[1.699,52.618],[1.706,52.62],[1.711,52.619],[1.716,52.617],[1.715,52.613],[1.72,52.611],[1.723,52.614],[1.721,52.616],[1.722,52.62],[1.725,52.622],[1.726,52.624],[1.725,52.627],[1.72,52.63],[1.717,52.631],[1.71,52.631],[1.706,52.629],[1.703,52.626],[1.698,52.625],[1.697,52.623],[1.692,52.621],[1.688,52.623],[1.688,52.626],[1.686,52.628],[1.682,52.628],[1.679,52.629],[1.67,52.629],[1.667,52.63],[1.657,52.63],[1.653,52.632],[1.65,52.63],[1.644,52.63],[1.641,52.627],[1.649,52.625],[1.654,52.624],[1.659,52.626],[1.663,52.621],[1.667,52.618],[1.672,52.617],[1.678,52.612],[1.676,52.61],[1.667,52.61],[1.665,52.608],[1.656,52.607],[1.653,52.603],[1.65,52.602],[1.642,52.603],[1.639,52.599],[1.637,52.598],[1.635,52.595],[1.632,52.592],[1.645,52.589]]],[[[1.675,52.743],[1.668,52.741],[1.663,52.739],[1.651,52.738],[1.639,52.734],[1.635,52.731],[1.633,52.727],[1.627,52.725],[1.628,52.723],[1.619,52.717],[1.612,52.715],[1.603,52.715],[1.585,52.711],[1.579,52.708],[1.577,52.704],[1.571,52.701],[1.562,52.702],[1.555,52.701],[1.551,52.699],[1.545,52.696],[1.545,52.693],[1.55,52.687],[1.55,52.683],[1.553,52.674],[1.56,52.67],[1.562,52.665],[1.561,52.658],[1.558,52.655],[1.558,52.651],[1.561,52.65],[1.568,52.649],[1.57,52.646],[1.567,52.642],[1.568,52.638],[1.571,52.638],[1.575,52.64],[1.578,52.638],[1.586,52.637],[1.59,52.639],[1.593,52.637],[1.592,52.634],[1.594,52.632],[1.593,52.629],[1.598,52.629],[1.6,52.626],[1.604,52.624],[1.611,52.625],[1.614,52.627],[1.617,52.629],[1.616,52.632],[1.622,52.634],[1.625,52.632],[1.629,52.632],[1.634,52.633],[1.639,52.63],[1.65,52.631],[1.653,52.632],[1.658,52.631],[1.667,52.63],[1.67,52.629],[1.679,52.63],[1.682,52.628],[1.686,52.628],[1.689,52.626],[1.689,52.623],[1.693,52.622],[1.696,52.623],[1.698,52.626],[1.703,52.626],[1.706,52.63],[1.71,52.631],[1.717,52.631],[1.721,52.63],[1.725,52.627],[1.727,52.623],[1.725,52.621],[1.722,52.62],[1.722,52.616],[1.724,52.614],[1.723,52.612],[1.72,52.611],[1.721,52.608],[1.726,52.604],[1.727,52.598],[1.727,52.593],[1.729,52.589],[1.73,52.585],[1.733,52.58],[1.734,52.574],[1.735,52.573],[1.74,52.573],[1.739,52.576],[1.739,52.583],[1.737,52.587],[1.738,52.592],[1.739,52.603],[1.741,52.608],[1.742,52.62],[1.745,52.626],[1.742,52.634],[1.737,52.648],[1.732,52.655],[1.73,52.659],[1.731,52.66],[1.728,52.667],[1.721,52.677],[1.715,52.688],[1.706,52.701],[1.704,52.709],[1.698,52.724],[1.687,52.732],[1.681,52.738],[1.675,52.743]]]]},"properties":{"PCON24NM":"Great Yarmouth","PCON24CD":"E14001256"},"PCON24CD":193}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.017,51.48],[-0.019,51.484],[-0.025,51.485],[-0.026,51.483],[-0.026,51.482],[-0.024,51.481],[-0.023,51.481],[-0.023,51.48],[-0.022,51.48],[-0.02,51.48],[-0.018,51.481],[-0.017,51.481],[-0.017,51.48]]],[[[0.076,51.496],[0.07,51.495],[0.058,51.494],[0.04,51.495],[0.029,51.494],[0.024,51.494],[0.016,51.496],[0.005,51.504],[0.001,51.505],[-0.002,51.503],[-0.002,51.5],[-0.001,51.496],[0.001,51.496],[0.002,51.49],[0,51.487],[-0.003,51.485],[-0.016,51.482],[-0.019,51.477],[-0.023,51.475],[-0.023,51.474],[-0.022,51.474],[-0.02,51.473],[-0.02,51.472],[-0.019,51.472],[-0.019,51.471],[-0.019,51.47],[-0.017,51.469],[-0.016,51.469],[-0.015,51.468],[-0.014,51.47],[-0.014,51.472],[-0.014,51.473],[-0.014,51.472],[-0.013,51.472],[-0.01,51.473],[-0.008,51.473],[-0.006,51.472],[-0.004,51.472],[0,51.472],[0.004,51.472],[0.011,51.473],[0.012,51.473],[0.017,51.474],[0.018,51.474],[0.015,51.473],[0.016,51.47],[0.017,51.469],[0.016,51.469],[0.014,51.47],[0.013,51.47],[0.013,51.469],[0.013,51.468],[0.013,51.467],[0.012,51.466],[0.009,51.466],[0.009,51.465],[0.009,51.464],[0.014,51.465],[0.02,51.466],[0.022,51.465],[0.029,51.468],[0.024,51.476],[0.034,51.475],[0.036,51.479],[0.044,51.479],[0.047,51.475],[0.048,51.473],[0.055,51.471],[0.058,51.471],[0.063,51.476],[0.069,51.48],[0.076,51.478],[0.079,51.481],[0.074,51.482],[0.073,51.491],[0.078,51.491],[0.079,51.494],[0.076,51.496]]]]},"properties":{"PCON24NM":"Greenwich and Woolwich","PCON24CD":"E14001257"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.462,51.33],[-0.468,51.328],[-0.468,51.327],[-0.474,51.327],[-0.479,51.33],[-0.484,51.331],[-0.489,51.33],[-0.489,51.328],[-0.486,51.325],[-0.479,51.323],[-0.475,51.319],[-0.475,51.316],[-0.482,51.315],[-0.482,51.316],[-0.487,51.316],[-0.491,51.315],[-0.492,51.311],[-0.499,51.308],[-0.505,51.31],[-0.508,51.312],[-0.513,51.312],[-0.511,51.309],[-0.511,51.306],[-0.516,51.304],[-0.526,51.302],[-0.526,51.3],[-0.531,51.298],[-0.535,51.299],[-0.538,51.301],[-0.546,51.295],[-0.544,51.289],[-0.547,51.287],[-0.547,51.283],[-0.542,51.279],[-0.542,51.277],[-0.538,51.277],[-0.535,51.275],[-0.539,51.27],[-0.537,51.269],[-0.541,51.266],[-0.547,51.266],[-0.553,51.268],[-0.555,51.271],[-0.558,51.271],[-0.56,51.27],[-0.566,51.272],[-0.582,51.277],[-0.59,51.282],[-0.601,51.286],[-0.605,51.284],[-0.613,51.283],[-0.619,51.283],[-0.624,51.279],[-0.63,51.279],[-0.633,51.277],[-0.63,51.274],[-0.633,51.269],[-0.639,51.269],[-0.644,51.267],[-0.644,51.265],[-0.648,51.264],[-0.655,51.259],[-0.651,51.258],[-0.649,51.251],[-0.654,51.251],[-0.653,51.248],[-0.651,51.243],[-0.648,51.242],[-0.648,51.24],[-0.639,51.238],[-0.639,51.237],[-0.629,51.238],[-0.622,51.24],[-0.621,51.234],[-0.619,51.234],[-0.618,51.229],[-0.606,51.228],[-0.604,51.227],[-0.603,51.223],[-0.595,51.224],[-0.583,51.226],[-0.577,51.225],[-0.576,51.223],[-0.569,51.222],[-0.566,51.218],[-0.56,51.216],[-0.552,51.217],[-0.547,51.217],[-0.54,51.215],[-0.536,51.219],[-0.537,51.222],[-0.53,51.227],[-0.529,51.231],[-0.526,51.233],[-0.514,51.236],[-0.51,51.237],[-0.505,51.237],[-0.503,51.24],[-0.492,51.241],[-0.487,51.24],[-0.48,51.24],[-0.459,51.241],[-0.454,51.241],[-0.452,51.238],[-0.446,51.237],[-0.441,51.235],[-0.437,51.237],[-0.435,51.24],[-0.425,51.241],[-0.419,51.238],[-0.416,51.237],[-0.409,51.235],[-0.402,51.236],[-0.397,51.238],[-0.397,51.241],[-0.396,51.244],[-0.396,51.251],[-0.394,51.255],[-0.39,51.257],[-0.391,51.262],[-0.39,51.265],[-0.387,51.265],[-0.389,51.269],[-0.393,51.273],[-0.392,51.275],[-0.397,51.279],[-0.397,51.286],[-0.396,51.287],[-0.395,51.292],[-0.396,51.296],[-0.395,51.298],[-0.398,51.298],[-0.403,51.296],[-0.404,51.295],[-0.409,51.303],[-0.416,51.304],[-0.426,51.304],[-0.437,51.304],[-0.44,51.305],[-0.443,51.308],[-0.444,51.313],[-0.446,51.317],[-0.446,51.324],[-0.441,51.325],[-0.437,51.327],[-0.446,51.327],[-0.451,51.329],[-0.451,51.331],[-0.456,51.331],[-0.462,51.33]]]},"properties":{"PCON24NM":"Guildford","PCON24CD":"E14001258"},"PCON24CD":195}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.061,51.578],[-0.062,51.578],[-0.064,51.577],[-0.067,51.577],[-0.074,51.576],[-0.075,51.576],[-0.079,51.575],[-0.08,51.572],[-0.088,51.568],[-0.092,51.564],[-0.092,51.56],[-0.091,51.56],[-0.09,51.558],[-0.09,51.554],[-0.089,51.554],[-0.088,51.553],[-0.087,51.553],[-0.086,51.552],[-0.085,51.552],[-0.083,51.552],[-0.08,51.552],[-0.079,51.551],[-0.078,51.55],[-0.078,51.549],[-0.075,51.551],[-0.056,51.553],[-0.052,51.551],[-0.044,51.552],[-0.042,51.549],[-0.033,51.55],[-0.029,51.552],[-0.022,51.552],[-0.017,51.552],[-0.018,51.555],[-0.023,51.557],[-0.026,51.56],[-0.03,51.561],[-0.033,51.561],[-0.045,51.562],[-0.047,51.564],[-0.058,51.572],[-0.061,51.578]]]},"properties":{"PCON24NM":"Hackney North and Stoke Newington","PCON24CD":"E14001259"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.017,51.552],[-0.022,51.552],[-0.029,51.552],[-0.033,51.55],[-0.042,51.549],[-0.044,51.552],[-0.052,51.551],[-0.056,51.553],[-0.075,51.551],[-0.078,51.549],[-0.077,51.546],[-0.076,51.545],[-0.077,51.539],[-0.078,51.537],[-0.084,51.537],[-0.088,51.537],[-0.092,51.535],[-0.094,51.534],[-0.095,51.534],[-0.096,51.532],[-0.096,51.531],[-0.095,51.53],[-0.095,51.529],[-0.089,51.527],[-0.088,51.526],[-0.087,51.526],[-0.085,51.526],[-0.085,51.525],[-0.085,51.524],[-0.084,51.524],[-0.085,51.52],[-0.081,51.522],[-0.079,51.522],[-0.076,51.522],[-0.077,51.527],[-0.075,51.53],[-0.072,51.531],[-0.066,51.531],[-0.065,51.533],[-0.06,51.534],[-0.053,51.535],[-0.051,51.536],[-0.047,51.535],[-0.041,51.538],[-0.038,51.542],[-0.033,51.545],[-0.029,51.543],[-0.017,51.543],[-0.019,51.55],[-0.017,51.552]]]},"properties":{"PCON24NM":"Hackney South and Shoreditch","PCON24CD":"E14001260"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.071,52.482],[-2.075,52.485],[-2.08,52.484],[-2.084,52.484],[-2.091,52.483],[-2.092,52.486],[-2.096,52.485],[-2.103,52.485],[-2.106,52.481],[-2.109,52.473],[-2.115,52.465],[-2.112,52.463],[-2.112,52.461],[-2.103,52.463],[-2.101,52.462],[-2.104,52.457],[-2.107,52.457],[-2.11,52.455],[-2.117,52.452],[-2.118,52.45],[-2.112,52.445],[-2.113,52.443],[-2.109,52.441],[-2.105,52.444],[-2.099,52.445],[-2.09,52.443],[-2.087,52.437],[-2.086,52.433],[-2.082,52.432],[-2.078,52.434],[-2.072,52.434],[-2.068,52.433],[-2.062,52.432],[-2.067,52.43],[-2.062,52.427],[-2.06,52.429],[-2.059,52.435],[-2.06,52.437],[-2.058,52.441],[-2.056,52.441],[-2.047,52.44],[-2.038,52.442],[-2.037,52.44],[-2.04,52.438],[-2.037,52.431],[-2.037,52.428],[-2.03,52.427],[-2.029,52.429],[-2.024,52.432],[-2.024,52.435],[-2.017,52.433],[-2.017,52.443],[-2.016,52.447],[-2.014,52.45],[-2.012,52.454],[-2.013,52.462],[-2.013,52.465],[-2.014,52.47],[-2.02,52.476],[-2.022,52.48],[-2.035,52.475],[-2.041,52.473],[-2.045,52.471],[-2.048,52.472],[-2.053,52.471],[-2.056,52.472],[-2.058,52.48],[-2.066,52.477],[-2.07,52.478],[-2.073,52.479],[-2.071,52.482]]]},"properties":{"PCON24NM":"Halesowen","PCON24CD":"E14001261"},"PCON24CD":198}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.927,53.787],[-1.947,53.787],[-1.951,53.786],[-1.947,53.782],[-1.947,53.779],[-1.944,53.778],[-1.941,53.775],[-1.937,53.775],[-1.929,53.771],[-1.927,53.765],[-1.925,53.763],[-1.925,53.755],[-1.927,53.751],[-1.926,53.749],[-1.922,53.747],[-1.923,53.745],[-1.92,53.74],[-1.922,53.738],[-1.921,53.735],[-1.921,53.73],[-1.926,53.728],[-1.932,53.73],[-1.933,53.728],[-1.929,53.726],[-1.929,53.724],[-1.928,53.721],[-1.921,53.719],[-1.92,53.716],[-1.923,53.713],[-1.922,53.712],[-1.929,53.71],[-1.932,53.712],[-1.939,53.712],[-1.946,53.71],[-1.947,53.708],[-1.95,53.708],[-1.951,53.704],[-1.955,53.7],[-1.959,53.699],[-1.952,53.697],[-1.953,53.695],[-1.947,53.692],[-1.944,53.697],[-1.938,53.695],[-1.935,53.691],[-1.934,53.688],[-1.93,53.689],[-1.929,53.697],[-1.921,53.701],[-1.916,53.703],[-1.911,53.703],[-1.907,53.706],[-1.903,53.708],[-1.899,53.708],[-1.89,53.706],[-1.881,53.702],[-1.878,53.702],[-1.876,53.698],[-1.867,53.697],[-1.863,53.697],[-1.858,53.696],[-1.854,53.693],[-1.85,53.694],[-1.844,53.694],[-1.845,53.698],[-1.841,53.698],[-1.84,53.7],[-1.831,53.7],[-1.817,53.701],[-1.815,53.703],[-1.816,53.705],[-1.819,53.706],[-1.814,53.711],[-1.817,53.716],[-1.815,53.717],[-1.823,53.723],[-1.829,53.724],[-1.835,53.723],[-1.839,53.727],[-1.831,53.728],[-1.826,53.727],[-1.825,53.731],[-1.816,53.735],[-1.814,53.741],[-1.807,53.742],[-1.801,53.742],[-1.797,53.744],[-1.793,53.745],[-1.796,53.748],[-1.794,53.749],[-1.795,53.753],[-1.801,53.755],[-1.802,53.759],[-1.811,53.764],[-1.815,53.764],[-1.822,53.764],[-1.831,53.762],[-1.834,53.759],[-1.836,53.759],[-1.84,53.756],[-1.844,53.755],[-1.846,53.753],[-1.851,53.753],[-1.855,53.751],[-1.86,53.752],[-1.865,53.751],[-1.87,53.755],[-1.869,53.758],[-1.872,53.762],[-1.873,53.771],[-1.872,53.775],[-1.873,53.779],[-1.881,53.78],[-1.888,53.78],[-1.889,53.781],[-1.896,53.781],[-1.915,53.782],[-1.927,53.787]]]},"properties":{"PCON24NM":"Halifax","PCON24CD":"E14001262"},"PCON24CD":199}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.172,50.919],[-1.169,50.923],[-1.173,50.924],[-1.178,50.927],[-1.183,50.929],[-1.184,50.931],[-1.188,50.93],[-1.191,50.931],[-1.194,50.929],[-1.197,50.929],[-1.203,50.926],[-1.213,50.928],[-1.217,50.925],[-1.223,50.923],[-1.22,50.929],[-1.214,50.932],[-1.215,50.934],[-1.213,50.936],[-1.22,50.936],[-1.225,50.934],[-1.231,50.935],[-1.235,50.94],[-1.25,50.935],[-1.26,50.931],[-1.262,50.933],[-1.265,50.93],[-1.268,50.93],[-1.274,50.936],[-1.281,50.937],[-1.285,50.936],[-1.287,50.94],[-1.287,50.943],[-1.288,50.946],[-1.291,50.947],[-1.297,50.943],[-1.299,50.94],[-1.303,50.938],[-1.307,50.934],[-1.311,50.925],[-1.328,50.914],[-1.322,50.908],[-1.32,50.904],[-1.324,50.904],[-1.322,50.901],[-1.335,50.897],[-1.337,50.895],[-1.341,50.894],[-1.343,50.891],[-1.349,50.889],[-1.351,50.887],[-1.359,50.885],[-1.365,50.88],[-1.358,50.876],[-1.351,50.87],[-1.34,50.863],[-1.332,50.857],[-1.322,50.852],[-1.314,50.85],[-1.31,50.851],[-1.314,50.854],[-1.313,50.855],[-1.313,50.863],[-1.309,50.869],[-1.312,50.87],[-1.313,50.875],[-1.31,50.875],[-1.3,50.879],[-1.305,50.882],[-1.301,50.887],[-1.296,50.889],[-1.293,50.892],[-1.289,50.894],[-1.288,50.892],[-1.293,50.89],[-1.295,50.887],[-1.299,50.887],[-1.302,50.884],[-1.296,50.879],[-1.305,50.875],[-1.306,50.872],[-1.306,50.868],[-1.309,50.86],[-1.307,50.857],[-1.308,50.854],[-1.303,50.849],[-1.305,50.845],[-1.308,50.843],[-1.306,50.841],[-1.302,50.838],[-1.297,50.836],[-1.275,50.83],[-1.26,50.825],[-1.246,50.817],[-1.243,50.818],[-1.241,50.82],[-1.241,50.822],[-1.238,50.824],[-1.237,50.828],[-1.235,50.828],[-1.233,50.832],[-1.229,50.832],[-1.225,50.834],[-1.222,50.834],[-1.219,50.836],[-1.216,50.836],[-1.212,50.839],[-1.211,50.846],[-1.215,50.848],[-1.21,50.853],[-1.216,50.854],[-1.221,50.854],[-1.229,50.856],[-1.23,50.861],[-1.237,50.864],[-1.233,50.87],[-1.236,50.871],[-1.227,50.877],[-1.225,50.881],[-1.217,50.884],[-1.218,50.888],[-1.216,50.891],[-1.227,50.897],[-1.227,50.9],[-1.233,50.903],[-1.233,50.905],[-1.229,50.907],[-1.222,50.908],[-1.217,50.911],[-1.212,50.911],[-1.206,50.908],[-1.2,50.909],[-1.196,50.911],[-1.19,50.912],[-1.188,50.915],[-1.183,50.918],[-1.182,50.919],[-1.172,50.919]]]},"properties":{"PCON24NM":"Hamble Valley","PCON24CD":"E14001263"},"PCON24CD":200}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.22,51.512],[-0.227,51.512],[-0.23,51.515],[-0.236,51.514],[-0.235,51.51],[-0.235,51.506],[-0.246,51.507],[-0.246,51.505],[-0.254,51.505],[-0.253,51.5],[-0.258,51.495],[-0.268,51.494],[-0.272,51.495],[-0.277,51.499],[-0.281,51.503],[-0.286,51.501],[-0.294,51.502],[-0.301,51.499],[-0.298,51.495],[-0.294,51.492],[-0.288,51.494],[-0.287,51.492],[-0.288,51.489],[-0.293,51.487],[-0.287,51.488],[-0.282,51.486],[-0.277,51.484],[-0.273,51.477],[-0.269,51.474],[-0.266,51.472],[-0.259,51.471],[-0.255,51.473],[-0.252,51.477],[-0.251,51.482],[-0.25,51.486],[-0.248,51.487],[-0.241,51.49],[-0.233,51.49],[-0.229,51.489],[-0.226,51.486],[-0.216,51.489],[-0.215,51.491],[-0.209,51.491],[-0.202,51.492],[-0.203,51.494],[-0.205,51.494],[-0.205,51.495],[-0.207,51.496],[-0.208,51.496],[-0.21,51.497],[-0.21,51.498],[-0.211,51.498],[-0.214,51.501],[-0.215,51.502],[-0.216,51.503],[-0.217,51.504],[-0.217,51.505],[-0.218,51.506],[-0.216,51.506],[-0.216,51.508],[-0.216,51.509],[-0.218,51.51],[-0.22,51.512]]]},"properties":{"PCON24NM":"Hammersmith and Chiswick","PCON24CD":"E14001264"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.133,51.573],[-0.14,51.58],[-0.144,51.58],[-0.148,51.586],[-0.152,51.585],[-0.155,51.583],[-0.16,51.582],[-0.163,51.584],[-0.167,51.581],[-0.167,51.579],[-0.17,51.576],[-0.169,51.574],[-0.173,51.571],[-0.18,51.57],[-0.19,51.565],[-0.191,51.562],[-0.198,51.559],[-0.199,51.556],[-0.206,51.555],[-0.21,51.557],[-0.213,51.555],[-0.207,51.55],[-0.202,51.545],[-0.191,51.536],[-0.189,51.535],[-0.185,51.538],[-0.18,51.54],[-0.174,51.539],[-0.17,51.539],[-0.165,51.536],[-0.16,51.537],[-0.159,51.543],[-0.161,51.545],[-0.159,51.547],[-0.16,51.551],[-0.155,51.551],[-0.153,51.549],[-0.15,51.551],[-0.146,51.556],[-0.139,51.558],[-0.141,51.561],[-0.141,51.565],[-0.142,51.568],[-0.133,51.573]]]},"properties":{"PCON24NM":"Hampstead and Highgate","PCON24CD":"E14001265"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.883,52.514],[-0.886,52.513],[-0.889,52.514],[-0.884,52.519],[-0.886,52.524],[-0.891,52.524],[-0.9,52.527],[-0.904,52.528],[-0.905,52.529],[-0.909,52.529],[-0.916,52.532],[-0.919,52.538],[-0.919,52.542],[-0.917,52.545],[-0.921,52.548],[-0.921,52.553],[-0.926,52.556],[-0.929,52.558],[-0.926,52.562],[-0.921,52.564],[-0.922,52.567],[-0.93,52.57],[-0.933,52.573],[-0.935,52.576],[-0.941,52.58],[-0.938,52.585],[-0.934,52.59],[-0.933,52.592],[-0.936,52.594],[-0.936,52.599],[-0.945,52.597],[-0.948,52.598],[-0.953,52.597],[-0.955,52.598],[-0.964,52.6],[-0.965,52.602],[-0.973,52.608],[-0.977,52.615],[-0.98,52.615],[-0.984,52.618],[-0.997,52.612],[-1.004,52.61],[-1.011,52.613],[-1.021,52.606],[-1.024,52.601],[-1.026,52.602],[-1.032,52.599],[-1.037,52.601],[-1.042,52.598],[-1.045,52.6],[-1.051,52.601],[-1.06,52.604],[-1.062,52.604],[-1.059,52.609],[-1.071,52.614],[-1.067,52.617],[-1.07,52.618],[-1.074,52.613],[-1.077,52.614],[-1.086,52.615],[-1.097,52.616],[-1.098,52.611],[-1.093,52.61],[-1.099,52.603],[-1.102,52.602],[-1.102,52.599],[-1.107,52.596],[-1.11,52.597],[-1.116,52.597],[-1.12,52.598],[-1.121,52.596],[-1.127,52.596],[-1.127,52.591],[-1.136,52.589],[-1.141,52.59],[-1.144,52.588],[-1.143,52.583],[-1.141,52.582],[-1.14,52.578],[-1.141,52.576],[-1.133,52.573],[-1.132,52.57],[-1.134,52.566],[-1.134,52.564],[-1.129,52.564],[-1.127,52.562],[-1.125,52.565],[-1.124,52.569],[-1.12,52.567],[-1.117,52.567],[-1.114,52.566],[-1.11,52.566],[-1.103,52.565],[-1.095,52.565],[-1.095,52.562],[-1.085,52.558],[-1.08,52.556],[-1.075,52.557],[-1.072,52.562],[-1.064,52.562],[-1.064,52.559],[-1.059,52.559],[-1.06,52.556],[-1.065,52.552],[-1.07,52.544],[-1.075,52.54],[-1.067,52.541],[-1.067,52.542],[-1.06,52.543],[-1.049,52.542],[-1.044,52.544],[-1.036,52.542],[-1.036,52.538],[-1.031,52.533],[-1.028,52.534],[-1.026,52.536],[-1.016,52.533],[-1.016,52.527],[-1.017,52.525],[-1.016,52.521],[-1.017,52.518],[-1.017,52.513],[-1.022,52.509],[-1.028,52.511],[-1.031,52.509],[-1.037,52.504],[-1.035,52.499],[-1.04,52.498],[-1.04,52.495],[-1.036,52.491],[-1.044,52.485],[-1.043,52.483],[-1.049,52.48],[-1.049,52.476],[-1.045,52.474],[-1.044,52.47],[-1.041,52.47],[-1.035,52.464],[-1.028,52.459],[-1.01,52.464],[-1.006,52.465],[-1.003,52.467],[-1.001,52.471],[-0.997,52.471],[-0.995,52.469],[-0.99,52.47],[-0.985,52.472],[-0.982,52.471],[-0.976,52.471],[-0.968,52.477],[-0.959,52.476],[-0.953,52.477],[-0.949,52.477],[-0.944,52.473],[-0.942,52.468],[-0.93,52.466],[-0.91,52.461],[-0.905,52.463],[-0.901,52.46],[-0.898,52.463],[-0.895,52.466],[-0.89,52.47],[-0.886,52.469],[-0.882,52.471],[-0.882,52.476],[-0.885,52.479],[-0.885,52.481],[-0.893,52.485],[-0.898,52.486],[-0.897,52.491],[-0.895,52.492],[-0.884,52.492],[-0.882,52.493],[-0.882,52.497],[-0.879,52.498],[-0.882,52.5],[-0.883,52.503],[-0.88,52.504],[-0.881,52.508],[-0.88,52.51],[-0.883,52.514]]]},"properties":{"PCON24NM":"Harborough, Oadby and Wigston","PCON24CD":"E14001266"},"PCON24CD":203}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.281,51.79],[0.282,51.794],[0.286,51.795],[0.284,51.797],[0.285,51.802],[0.286,51.808],[0.285,51.812],[0.284,51.821],[0.286,51.825],[0.291,51.825],[0.3,51.825],[0.305,51.83],[0.309,51.831],[0.319,51.839],[0.327,51.84],[0.332,51.839],[0.336,51.844],[0.334,51.845],[0.329,51.844],[0.327,51.847],[0.33,51.852],[0.327,51.855],[0.315,51.855],[0.308,51.849],[0.301,51.851],[0.298,51.853],[0.298,51.859],[0.289,51.863],[0.285,51.866],[0.27,51.866],[0.272,51.862],[0.268,51.861],[0.266,51.866],[0.251,51.867],[0.226,51.87],[0.222,51.873],[0.216,51.872],[0.214,51.874],[0.208,51.873],[0.205,51.873],[0.199,51.873],[0.196,51.868],[0.194,51.866],[0.187,51.865],[0.183,51.864],[0.17,51.862],[0.172,51.858],[0.173,51.854],[0.171,51.852],[0.173,51.85],[0.167,51.851],[0.165,51.85],[0.165,51.847],[0.163,51.845],[0.162,51.84],[0.161,51.834],[0.162,51.832],[0.166,51.832],[0.166,51.83],[0.162,51.828],[0.163,51.823],[0.166,51.822],[0.165,51.819],[0.169,51.818],[0.173,51.819],[0.167,51.813],[0.162,51.815],[0.159,51.814],[0.158,51.81],[0.155,51.807],[0.153,51.803],[0.15,51.801],[0.152,51.799],[0.148,51.796],[0.141,51.797],[0.135,51.795],[0.129,51.796],[0.126,51.795],[0.122,51.791],[0.116,51.789],[0.107,51.788],[0.099,51.783],[0.093,51.785],[0.077,51.783],[0.064,51.784],[0.06,51.783],[0.057,51.779],[0.052,51.776],[0.042,51.775],[0.037,51.776],[0.031,51.775],[0.025,51.773],[0.018,51.77],[0.018,51.767],[0.014,51.764],[0.012,51.761],[0.013,51.758],[0.01,51.756],[0.004,51.755],[0.003,51.754],[0.002,51.746],[-0.006,51.742],[-0.012,51.743],[-0.014,51.742],[-0.013,51.737],[-0.014,51.723],[-0.01,51.724],[0.002,51.723],[0.005,51.723],[0.011,51.721],[0.014,51.721],[0.015,51.718],[0.01,51.716],[0.016,51.714],[0.018,51.716],[0.023,51.717],[0.02,51.719],[0.023,51.721],[0.023,51.726],[0.024,51.728],[0.024,51.732],[0.028,51.732],[0.028,51.735],[0.031,51.735],[0.034,51.736],[0.038,51.734],[0.039,51.737],[0.043,51.741],[0.046,51.74],[0.049,51.742],[0.053,51.741],[0.056,51.744],[0.055,51.748],[0.047,51.746],[0.04,51.746],[0.039,51.75],[0.036,51.751],[0.036,51.755],[0.037,51.758],[0.041,51.759],[0.045,51.761],[0.049,51.76],[0.055,51.762],[0.058,51.761],[0.063,51.762],[0.067,51.761],[0.066,51.758],[0.066,51.754],[0.064,51.751],[0.067,51.749],[0.08,51.741],[0.081,51.738],[0.084,51.735],[0.093,51.736],[0.097,51.738],[0.103,51.739],[0.115,51.74],[0.115,51.738],[0.118,51.733],[0.122,51.734],[0.124,51.732],[0.127,51.733],[0.13,51.73],[0.134,51.728],[0.138,51.729],[0.142,51.728],[0.148,51.731],[0.155,51.731],[0.157,51.732],[0.163,51.734],[0.172,51.736],[0.173,51.737],[0.171,51.745],[0.169,51.749],[0.167,51.749],[0.161,51.758],[0.165,51.761],[0.168,51.762],[0.178,51.767],[0.181,51.771],[0.192,51.772],[0.198,51.772],[0.203,51.773],[0.209,51.774],[0.217,51.772],[0.222,51.774],[0.227,51.773],[0.229,51.775],[0.233,51.773],[0.237,51.774],[0.238,51.776],[0.238,51.78],[0.258,51.782],[0.26,51.784],[0.281,51.79]]]},"properties":{"PCON24NM":"Harlow","PCON24CD":"E14001267"},"PCON24CD":204}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.339,51.85],[-0.344,51.845],[-0.358,51.84],[-0.363,51.842],[-0.365,51.838],[-0.367,51.835],[-0.369,51.831],[-0.373,51.829],[-0.376,51.83],[-0.399,51.837],[-0.409,51.843],[-0.412,51.846],[-0.422,51.85],[-0.425,51.849],[-0.425,51.847],[-0.432,51.849],[-0.433,51.848],[-0.439,51.852],[-0.448,51.848],[-0.454,51.853],[-0.458,51.851],[-0.461,51.853],[-0.464,51.85],[-0.468,51.853],[-0.47,51.856],[-0.478,51.853],[-0.476,51.849],[-0.471,51.845],[-0.479,51.842],[-0.491,51.843],[-0.492,51.835],[-0.497,51.837],[-0.502,51.837],[-0.505,51.832],[-0.506,51.828],[-0.511,51.826],[-0.509,51.824],[-0.503,51.822],[-0.501,51.819],[-0.504,51.818],[-0.502,51.815],[-0.506,51.814],[-0.511,51.811],[-0.518,51.808],[-0.52,51.805],[-0.524,51.806],[-0.532,51.809],[-0.537,51.814],[-0.543,51.815],[-0.542,51.818],[-0.55,51.825],[-0.554,51.827],[-0.557,51.831],[-0.561,51.83],[-0.561,51.826],[-0.563,51.824],[-0.567,51.82],[-0.575,51.819],[-0.574,51.816],[-0.577,51.812],[-0.582,51.807],[-0.592,51.808],[-0.595,51.811],[-0.595,51.814],[-0.597,51.814],[-0.606,51.812],[-0.612,51.812],[-0.615,51.815],[-0.621,51.815],[-0.626,51.816],[-0.633,51.82],[-0.634,51.819],[-0.644,51.816],[-0.648,51.814],[-0.651,51.815],[-0.663,51.816],[-0.667,51.816],[-0.669,51.819],[-0.672,51.82],[-0.678,51.826],[-0.684,51.836],[-0.688,51.84],[-0.695,51.841],[-0.687,51.849],[-0.692,51.857],[-0.696,51.858],[-0.702,51.858],[-0.707,51.854],[-0.71,51.858],[-0.717,51.857],[-0.723,51.854],[-0.723,51.85],[-0.728,51.85],[-0.733,51.848],[-0.736,51.842],[-0.746,51.842],[-0.745,51.838],[-0.738,51.834],[-0.738,51.831],[-0.733,51.828],[-0.729,51.822],[-0.723,51.818],[-0.719,51.816],[-0.712,51.818],[-0.709,51.821],[-0.701,51.815],[-0.699,51.812],[-0.696,51.81],[-0.692,51.806],[-0.69,51.804],[-0.683,51.797],[-0.682,51.795],[-0.689,51.793],[-0.688,51.791],[-0.681,51.788],[-0.679,51.782],[-0.676,51.779],[-0.677,51.776],[-0.676,51.771],[-0.673,51.768],[-0.669,51.766],[-0.661,51.764],[-0.652,51.759],[-0.649,51.759],[-0.647,51.756],[-0.643,51.754],[-0.631,51.753],[-0.628,51.755],[-0.623,51.754],[-0.614,51.751],[-0.613,51.747],[-0.609,51.75],[-0.6,51.751],[-0.594,51.751],[-0.586,51.752],[-0.584,51.746],[-0.576,51.737],[-0.573,51.736],[-0.564,51.74],[-0.555,51.744],[-0.547,51.744],[-0.535,51.741],[-0.527,51.743],[-0.527,51.747],[-0.525,51.748],[-0.523,51.755],[-0.518,51.758],[-0.515,51.762],[-0.517,51.766],[-0.514,51.767],[-0.515,51.769],[-0.507,51.771],[-0.501,51.771],[-0.497,51.771],[-0.487,51.771],[-0.482,51.774],[-0.478,51.774],[-0.475,51.772],[-0.466,51.776],[-0.459,51.778],[-0.454,51.781],[-0.442,51.783],[-0.437,51.782],[-0.43,51.778],[-0.431,51.777],[-0.43,51.768],[-0.423,51.766],[-0.423,51.76],[-0.424,51.754],[-0.426,51.753],[-0.421,51.749],[-0.427,51.744],[-0.422,51.741],[-0.418,51.737],[-0.418,51.735],[-0.415,51.732],[-0.412,51.732],[-0.407,51.732],[-0.404,51.73],[-0.388,51.731],[-0.381,51.73],[-0.375,51.73],[-0.371,51.731],[-0.369,51.734],[-0.36,51.734],[-0.36,51.738],[-0.363,51.737],[-0.369,51.74],[-0.367,51.742],[-0.375,51.746],[-0.369,51.749],[-0.363,51.75],[-0.354,51.756],[-0.362,51.759],[-0.356,51.762],[-0.355,51.765],[-0.349,51.768],[-0.344,51.773],[-0.336,51.773],[-0.337,51.779],[-0.334,51.78],[-0.333,51.777],[-0.325,51.779],[-0.323,51.775],[-0.322,51.767],[-0.319,51.769],[-0.315,51.773],[-0.313,51.772],[-0.31,51.773],[-0.304,51.773],[-0.301,51.772],[-0.296,51.765],[-0.294,51.764],[-0.291,51.764],[-0.285,51.76],[-0.275,51.765],[-0.267,51.768],[-0.269,51.77],[-0.272,51.769],[-0.276,51.772],[-0.277,51.778],[-0.274,51.783],[-0.274,51.787],[-0.271,51.791],[-0.277,51.798],[-0.275,51.8],[-0.265,51.802],[-0.257,51.803],[-0.254,51.805],[-0.247,51.807],[-0.244,51.809],[-0.243,51.813],[-0.247,51.815],[-0.249,51.818],[-0.252,51.822],[-0.256,51.824],[-0.262,51.828],[-0.264,51.833],[-0.267,51.835],[-0.274,51.835],[-0.279,51.835],[-0.289,51.836],[-0.296,51.834],[-0.303,51.836],[-0.308,51.835],[-0.319,51.837],[-0.322,51.839],[-0.323,51.845],[-0.339,51.85]]]},"properties":{"PCON24NM":"Harpenden and Berkhamsted","PCON24CD":"E14001268"},"PCON24CD":205}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.544,53.955],[-1.541,53.956],[-1.534,53.952],[-1.53,53.952],[-1.526,53.954],[-1.518,53.953],[-1.514,53.957],[-1.511,53.959],[-1.517,53.966],[-1.507,53.977],[-1.496,53.979],[-1.491,53.982],[-1.485,53.981],[-1.484,53.985],[-1.488,53.986],[-1.49,53.988],[-1.488,53.992],[-1.48,53.993],[-1.477,53.994],[-1.474,53.994],[-1.469,53.991],[-1.462,53.991],[-1.455,53.992],[-1.45,53.995],[-1.442,53.998],[-1.437,53.993],[-1.43,53.994],[-1.427,53.991],[-1.425,53.99],[-1.427,53.985],[-1.423,53.982],[-1.415,53.982],[-1.411,53.983],[-1.412,53.987],[-1.404,53.991],[-1.399,53.994],[-1.392,53.994],[-1.389,54],[-1.384,54],[-1.384,53.997],[-1.38,53.996],[-1.368,53.994],[-1.362,53.993],[-1.352,53.993],[-1.347,53.997],[-1.345,54.002],[-1.349,54.005],[-1.355,54.013],[-1.351,54.015],[-1.344,54.02],[-1.35,54.023],[-1.35,54.026],[-1.352,54.032],[-1.354,54.033],[-1.357,54.032],[-1.358,54.037],[-1.361,54.038],[-1.366,54.037],[-1.368,54.035],[-1.379,54.036],[-1.383,54.037],[-1.387,54.047],[-1.387,54.052],[-1.39,54.06],[-1.395,54.06],[-1.395,54.058],[-1.399,54.057],[-1.402,54.062],[-1.41,54.059],[-1.413,54.058],[-1.418,54.061],[-1.423,54.066],[-1.432,54.073],[-1.435,54.072],[-1.446,54.069],[-1.452,54.07],[-1.454,54.071],[-1.461,54.073],[-1.471,54.077],[-1.472,54.078],[-1.47,54.081],[-1.48,54.083],[-1.487,54.084],[-1.496,54.082],[-1.504,54.083],[-1.521,54.076],[-1.523,54.071],[-1.523,54.067],[-1.517,54.066],[-1.511,54.063],[-1.51,54.06],[-1.508,54.058],[-1.519,54.055],[-1.517,54.053],[-1.521,54.048],[-1.519,54.046],[-1.526,54.046],[-1.531,54.047],[-1.539,54.046],[-1.538,54.045],[-1.533,54.043],[-1.531,54.041],[-1.524,54.039],[-1.521,54.036],[-1.525,54.035],[-1.526,54.032],[-1.524,54.026],[-1.521,54.021],[-1.523,54.021],[-1.529,54.021],[-1.534,54.02],[-1.539,54.02],[-1.542,54.022],[-1.541,54.026],[-1.549,54.029],[-1.555,54.033],[-1.565,54.032],[-1.569,54.034],[-1.571,54.03],[-1.577,54.03],[-1.581,54.032],[-1.586,54.033],[-1.589,54.03],[-1.588,54.027],[-1.59,54.026],[-1.594,54.027],[-1.608,54.029],[-1.609,54.026],[-1.614,54.027],[-1.617,54.025],[-1.619,54.021],[-1.618,54.02],[-1.61,54.014],[-1.611,54.012],[-1.615,54.008],[-1.623,53.998],[-1.623,53.995],[-1.613,53.995],[-1.604,53.993],[-1.594,53.987],[-1.592,53.984],[-1.586,53.985],[-1.584,53.984],[-1.576,53.976],[-1.562,53.978],[-1.561,53.974],[-1.562,53.97],[-1.562,53.967],[-1.559,53.966],[-1.558,53.962],[-1.564,53.96],[-1.56,53.956],[-1.558,53.956],[-1.552,53.957],[-1.549,53.953],[-1.544,53.955]]]},"properties":{"PCON24NM":"Harrogate and Knaresborough","PCON24CD":"E14001269"},"PCON24CD":206}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.262,51.596],[-0.273,51.605],[-0.275,51.607],[-0.283,51.614],[-0.285,51.615],[-0.301,51.629],[-0.305,51.633],[-0.304,51.636],[-0.305,51.637],[-0.317,51.641],[-0.319,51.639],[-0.33,51.635],[-0.339,51.63],[-0.34,51.631],[-0.35,51.627],[-0.359,51.625],[-0.363,51.624],[-0.368,51.621],[-0.366,51.618],[-0.363,51.617],[-0.355,51.61],[-0.354,51.604],[-0.357,51.603],[-0.35,51.599],[-0.338,51.603],[-0.328,51.604],[-0.321,51.598],[-0.323,51.592],[-0.329,51.59],[-0.326,51.588],[-0.317,51.582],[-0.314,51.584],[-0.307,51.587],[-0.303,51.587],[-0.294,51.587],[-0.284,51.585],[-0.282,51.584],[-0.278,51.58],[-0.274,51.581],[-0.267,51.583],[-0.266,51.584],[-0.272,51.586],[-0.27,51.588],[-0.266,51.59],[-0.266,51.592],[-0.268,51.595],[-0.262,51.596]]]},"properties":{"PCON24NM":"Harrow East","PCON24CD":"E14001270"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.357,51.603],[-0.365,51.607],[-0.37,51.606],[-0.373,51.601],[-0.369,51.598],[-0.364,51.59],[-0.365,51.586],[-0.373,51.584],[-0.37,51.578],[-0.371,51.575],[-0.38,51.577],[-0.382,51.573],[-0.386,51.571],[-0.383,51.567],[-0.382,51.563],[-0.382,51.562],[-0.38,51.559],[-0.379,51.558],[-0.378,51.555],[-0.376,51.553],[-0.365,51.556],[-0.363,51.556],[-0.362,51.557],[-0.347,51.559],[-0.346,51.558],[-0.336,51.557],[-0.331,51.562],[-0.328,51.563],[-0.329,51.566],[-0.322,51.57],[-0.324,51.572],[-0.325,51.574],[-0.327,51.579],[-0.323,51.579],[-0.317,51.582],[-0.326,51.588],[-0.329,51.59],[-0.323,51.592],[-0.321,51.598],[-0.328,51.604],[-0.338,51.603],[-0.35,51.599],[-0.357,51.603]]]},"properties":{"PCON24NM":"Harrow West","PCON24CD":"E14001271"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.243,54.722],[-1.248,54.722],[-1.252,54.72],[-1.256,54.722],[-1.257,54.726],[-1.271,54.727],[-1.281,54.723],[-1.29,54.718],[-1.295,54.719],[-1.304,54.719],[-1.306,54.715],[-1.301,54.71],[-1.304,54.708],[-1.303,54.706],[-1.309,54.702],[-1.314,54.701],[-1.313,54.696],[-1.319,54.693],[-1.319,54.691],[-1.328,54.691],[-1.329,54.69],[-1.333,54.692],[-1.345,54.691],[-1.334,54.689],[-1.332,54.687],[-1.331,54.681],[-1.333,54.673],[-1.338,54.67],[-1.344,54.669],[-1.342,54.666],[-1.346,54.664],[-1.346,54.659],[-1.343,54.658],[-1.341,54.653],[-1.341,54.65],[-1.35,54.651],[-1.352,54.649],[-1.358,54.649],[-1.359,54.649],[-1.366,54.649],[-1.375,54.647],[-1.384,54.646],[-1.381,54.644],[-1.368,54.643],[-1.357,54.638],[-1.351,54.639],[-1.338,54.635],[-1.335,54.631],[-1.33,54.636],[-1.329,54.638],[-1.329,54.643],[-1.326,54.645],[-1.322,54.645],[-1.316,54.645],[-1.314,54.643],[-1.307,54.637],[-1.298,54.636],[-1.299,54.628],[-1.292,54.629],[-1.291,54.627],[-1.28,54.628],[-1.272,54.625],[-1.269,54.626],[-1.267,54.624],[-1.26,54.625],[-1.255,54.623],[-1.251,54.625],[-1.246,54.626],[-1.242,54.625],[-1.239,54.626],[-1.238,54.626],[-1.236,54.629],[-1.235,54.629],[-1.233,54.627],[-1.23,54.626],[-1.227,54.627],[-1.224,54.625],[-1.22,54.625],[-1.21,54.622],[-1.201,54.623],[-1.191,54.632],[-1.195,54.635],[-1.191,54.636],[-1.189,54.633],[-1.184,54.633],[-1.173,54.634],[-1.168,54.638],[-1.168,54.64],[-1.169,54.644],[-1.168,54.646],[-1.164,54.647],[-1.176,54.654],[-1.185,54.661],[-1.187,54.664],[-1.19,54.67],[-1.197,54.676],[-1.199,54.681],[-1.198,54.692],[-1.189,54.694],[-1.193,54.697],[-1.196,54.699],[-1.193,54.7],[-1.186,54.697],[-1.187,54.695],[-1.182,54.693],[-1.178,54.694],[-1.175,54.697],[-1.178,54.699],[-1.187,54.702],[-1.194,54.704],[-1.202,54.706],[-1.227,54.716],[-1.239,54.721],[-1.243,54.722]]]},"properties":{"PCON24NM":"Hartlepool","PCON24CD":"E14001272"},"PCON24CD":209}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.975,51.805],[0.976,51.806],[0.97,51.808],[0.965,51.809],[0.957,51.808],[0.944,51.807],[0.936,51.804],[0.934,51.804],[0.931,51.801],[0.926,51.802],[0.919,51.797],[0.92,51.794],[0.911,51.792],[0.904,51.788],[0.902,51.786],[0.899,51.778],[0.904,51.774],[0.908,51.774],[0.92,51.773],[0.936,51.774],[0.942,51.775],[0.946,51.775],[0.962,51.781],[0.971,51.782],[0.981,51.785],[0.984,51.787],[0.989,51.788],[1.001,51.793],[1.005,51.797],[1.003,51.8],[0.997,51.803],[0.991,51.804],[0.984,51.804],[0.975,51.805]]],[[[0.895,51.791],[0.897,51.789],[0.903,51.791],[0.91,51.794],[0.915,51.795],[0.919,51.799],[0.924,51.802],[0.931,51.802],[0.932,51.804],[0.93,51.806],[0.927,51.806],[0.925,51.808],[0.938,51.808],[0.944,51.81],[0.958,51.812],[0.962,51.812],[0.97,51.813],[0.975,51.811],[0.978,51.809],[0.984,51.807],[0.991,51.807],[0.984,51.811],[0.977,51.814],[0.971,51.817],[0.967,51.819],[0.95,51.823],[0.949,51.825],[0.964,51.822],[0.966,51.822],[0.976,51.819],[0.981,51.819],[0.976,51.826],[0.974,51.831],[0.978,51.836],[0.978,51.838],[0.976,51.846],[0.967,51.849],[0.961,51.853],[0.955,51.854],[0.951,51.851],[0.952,51.848],[0.946,51.847],[0.939,51.846],[0.938,51.848],[0.933,51.846],[0.93,51.845],[0.917,51.846],[0.916,51.846],[0.913,51.845],[0.899,51.843],[0.897,51.846],[0.889,51.846],[0.886,51.841],[0.88,51.841],[0.879,51.836],[0.881,51.834],[0.876,51.83],[0.868,51.825],[0.871,51.821],[0.867,51.82],[0.865,51.817],[0.864,51.814],[0.868,51.811],[0.868,51.808],[0.87,51.806],[0.877,51.805],[0.878,51.802],[0.883,51.8],[0.889,51.8],[0.891,51.797],[0.89,51.793],[0.895,51.791]]],[[[0.92,51.887],[0.919,51.887],[0.918,51.887],[0.919,51.886],[0.919,51.882],[0.914,51.882],[0.913,51.878],[0.908,51.877],[0.908,51.874],[0.911,51.87],[0.91,51.868],[0.915,51.863],[0.914,51.859],[0.916,51.857],[0.919,51.852],[0.92,51.845],[0.928,51.846],[0.931,51.845],[0.938,51.848],[0.939,51.846],[0.945,51.847],[0.948,51.849],[0.953,51.852],[0.95,51.855],[0.949,51.858],[0.951,51.86],[0.951,51.863],[0.948,51.864],[0.947,51.866],[0.939,51.872],[0.936,51.876],[0.931,51.879],[0.928,51.88],[0.927,51.881],[0.927,51.885],[0.925,51.886],[0.924,51.887],[0.92,51.887]]],[[[1.054,51.953],[1.053,51.957],[1.048,51.959],[1.042,51.959],[1.042,51.956],[1.032,51.957],[1.029,51.957],[1.025,51.955],[1.019,51.953],[1.016,51.955],[1.012,51.955],[1.008,51.956],[1.005,51.96],[1.004,51.962],[0.999,51.964],[0.993,51.962],[0.989,51.961],[0.982,51.962],[0.975,51.961],[0.968,51.964],[0.972,51.969],[0.965,51.972],[0.965,51.975],[0.963,51.977],[0.956,51.976],[0.952,51.973],[0.943,51.971],[0.94,51.972],[0.931,51.972],[0.928,51.972],[0.925,51.976],[0.917,51.974],[0.904,51.973],[0.9,51.974],[0.896,51.972],[0.893,51.973],[0.889,51.973],[0.887,51.969],[0.881,51.967],[0.873,51.967],[0.873,51.969],[0.868,51.969],[0.863,51.968],[0.859,51.966],[0.858,51.963],[0.854,51.963],[0.849,51.961],[0.842,51.962],[0.84,51.963],[0.833,51.966],[0.831,51.966],[0.822,51.969],[0.819,51.968],[0.814,51.966],[0.814,51.962],[0.812,51.961],[0.8,51.962],[0.796,51.964],[0.787,51.963],[0.785,51.968],[0.781,51.967],[0.782,51.963],[0.778,51.961],[0.773,51.96],[0.768,51.962],[0.768,51.958],[0.764,51.954],[0.756,51.953],[0.75,51.955],[0.746,51.949],[0.744,51.943],[0.74,51.94],[0.741,51.934],[0.74,51.932],[0.737,51.93],[0.736,51.927],[0.732,51.923],[0.73,51.923],[0.731,51.919],[0.73,51.916],[0.724,51.913],[0.722,51.91],[0.724,51.909],[0.729,51.908],[0.725,51.905],[0.721,51.905],[0.715,51.905],[0.713,51.902],[0.708,51.905],[0.705,51.904],[0.699,51.903],[0.7,51.9],[0.705,51.897],[0.709,51.895],[0.713,51.891],[0.713,51.887],[0.718,51.882],[0.723,51.879],[0.718,51.878],[0.722,51.873],[0.717,51.872],[0.722,51.869],[0.726,51.87],[0.73,51.868],[0.737,51.872],[0.741,51.871],[0.742,51.876],[0.745,51.886],[0.753,51.888],[0.758,51.885],[0.755,51.883],[0.757,51.88],[0.761,51.88],[0.764,51.882],[0.77,51.881],[0.771,51.884],[0.773,51.886],[0.786,51.885],[0.79,51.884],[0.796,51.884],[0.845,51.897],[0.862,51.901],[0.868,51.902],[0.87,51.904],[0.868,51.907],[0.872,51.915],[0.872,51.917],[0.875,51.92],[0.879,51.921],[0.882,51.92],[0.886,51.92],[0.891,51.923],[0.889,51.926],[0.901,51.929],[0.908,51.929],[0.915,51.929],[0.918,51.927],[0.928,51.927],[0.931,51.926],[0.934,51.921],[0.931,51.92],[0.934,51.917],[0.932,51.913],[0.938,51.913],[0.947,51.909],[0.944,51.906],[0.949,51.905],[0.955,51.905],[0.957,51.904],[0.949,51.897],[0.953,51.893],[0.951,51.89],[0.94,51.884],[0.935,51.882],[0.936,51.877],[0.939,51.872],[0.947,51.867],[0.951,51.863],[0.952,51.86],[0.95,51.857],[0.953,51.855],[0.957,51.855],[0.963,51.853],[0.969,51.851],[0.976,51.849],[0.98,51.848],[0.982,51.845],[0.981,51.843],[0.984,51.841],[0.985,51.837],[0.984,51.834],[0.983,51.83],[0.987,51.824],[0.994,51.816],[0.997,51.814],[1.003,51.811],[1.006,51.808],[1.013,51.805],[1.017,51.806],[1.023,51.805],[1.04,51.806],[1.06,51.812],[1.064,51.816],[1.063,51.82],[1.06,51.824],[1.059,51.827],[1.061,51.831],[1.058,51.834],[1.052,51.841],[1.051,51.842],[1.048,51.848],[1.046,51.849],[1.042,51.854],[1.039,51.853],[1.037,51.854],[1.028,51.853],[1.026,51.853],[1.023,51.855],[1.014,51.857],[1.014,51.86],[1.011,51.862],[1.01,51.866],[1.012,51.869],[1.02,51.875],[1.025,51.874],[1.029,51.874],[1.035,51.873],[1.036,51.874],[1.043,51.873],[1.055,51.877],[1.055,51.883],[1.062,51.888],[1.059,51.889],[1.063,51.895],[1.061,51.896],[1.063,51.901],[1.061,51.903],[1.061,51.905],[1.066,51.904],[1.066,51.9],[1.069,51.898],[1.072,51.904],[1.076,51.904],[1.083,51.899],[1.088,51.902],[1.086,51.904],[1.097,51.906],[1.098,51.907],[1.11,51.912],[1.11,51.914],[1.116,51.918],[1.117,51.922],[1.122,51.924],[1.128,51.928],[1.134,51.931],[1.142,51.933],[1.15,51.931],[1.155,51.927],[1.165,51.925],[1.163,51.92],[1.166,51.917],[1.172,51.914],[1.176,51.913],[1.183,51.913],[1.183,51.917],[1.186,51.916],[1.189,51.913],[1.192,51.912],[1.2,51.914],[1.2,51.921],[1.211,51.921],[1.215,51.923],[1.223,51.924],[1.228,51.927],[1.231,51.923],[1.232,51.918],[1.237,51.912],[1.241,51.909],[1.247,51.909],[1.25,51.905],[1.254,51.904],[1.258,51.912],[1.256,51.913],[1.263,51.919],[1.269,51.923],[1.275,51.931],[1.281,51.935],[1.285,51.937],[1.29,51.938],[1.291,51.943],[1.29,51.947],[1.288,51.949],[1.281,51.945],[1.278,51.945],[1.28,51.94],[1.275,51.939],[1.273,51.941],[1.267,51.942],[1.267,51.946],[1.262,51.946],[1.261,51.948],[1.246,51.948],[1.241,51.948],[1.235,51.944],[1.233,51.941],[1.227,51.939],[1.221,51.94],[1.219,51.942],[1.213,51.941],[1.209,51.942],[1.204,51.943],[1.199,51.941],[1.188,51.941],[1.181,51.942],[1.176,51.943],[1.172,51.946],[1.171,51.948],[1.163,51.948],[1.149,51.946],[1.146,51.943],[1.136,51.94],[1.13,51.941],[1.127,51.942],[1.119,51.94],[1.112,51.943],[1.106,51.942],[1.089,51.945],[1.081,51.944],[1.078,51.947],[1.076,51.947],[1.066,51.946],[1.062,51.947],[1.058,51.949],[1.054,51.953]]]]},"properties":{"PCON24NM":"Harwich and North Essex","PCON24CD":"E14001273"},"PCON24CD":210}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.779,50.989],[0.778,50.991],[0.773,50.993],[0.757,50.995],[0.741,51.001],[0.738,51.001],[0.725,50.999],[0.721,50.999],[0.711,50.998],[0.709,50.998],[0.705,50.995],[0.699,50.998],[0.689,50.999],[0.682,51.001],[0.681,51.002],[0.676,50.996],[0.673,50.994],[0.673,50.993],[0.668,50.99],[0.661,50.984],[0.659,50.978],[0.659,50.97],[0.658,50.964],[0.653,50.962],[0.649,50.957],[0.651,50.954],[0.651,50.949],[0.66,50.95],[0.676,50.947],[0.68,50.949],[0.691,50.95],[0.701,50.954],[0.705,50.954],[0.711,50.957],[0.718,50.954],[0.718,50.952],[0.712,50.946],[0.714,50.944],[0.72,50.937],[0.712,50.933],[0.709,50.934],[0.704,50.933],[0.692,50.929],[0.688,50.928],[0.687,50.93],[0.682,50.929],[0.677,50.929],[0.672,50.932],[0.665,50.932],[0.657,50.93],[0.652,50.931],[0.646,50.93],[0.641,50.931],[0.634,50.93],[0.625,50.928],[0.624,50.923],[0.621,50.919],[0.618,50.908],[0.621,50.906],[0.626,50.908],[0.628,50.902],[0.623,50.897],[0.622,50.892],[0.623,50.889],[0.619,50.888],[0.619,50.886],[0.615,50.885],[0.611,50.882],[0.613,50.881],[0.607,50.879],[0.604,50.879],[0.599,50.884],[0.591,50.884],[0.582,50.885],[0.581,50.884],[0.573,50.886],[0.566,50.889],[0.561,50.889],[0.556,50.894],[0.552,50.892],[0.546,50.892],[0.537,50.895],[0.533,50.893],[0.529,50.892],[0.529,50.89],[0.524,50.884],[0.525,50.881],[0.523,50.878],[0.52,50.877],[0.52,50.872],[0.522,50.869],[0.521,50.867],[0.519,50.865],[0.52,50.863],[0.518,50.861],[0.521,50.859],[0.522,50.857],[0.519,50.851],[0.512,50.849],[0.509,50.851],[0.506,50.847],[0.505,50.844],[0.503,50.843],[0.509,50.844],[0.517,50.847],[0.523,50.848],[0.537,50.85],[0.558,50.851],[0.576,50.854],[0.582,50.854],[0.592,50.854],[0.597,50.855],[0.599,50.857],[0.603,50.858],[0.609,50.86],[0.624,50.861],[0.629,50.863],[0.632,50.865],[0.641,50.867],[0.65,50.868],[0.652,50.869],[0.659,50.87],[0.667,50.872],[0.67,50.873],[0.673,50.878],[0.679,50.881],[0.683,50.886],[0.693,50.892],[0.702,50.897],[0.718,50.907],[0.732,50.915],[0.74,50.917],[0.752,50.923],[0.765,50.927],[0.775,50.928],[0.772,50.931],[0.774,50.932],[0.782,50.933],[0.788,50.933],[0.798,50.932],[0.833,50.927],[0.836,50.926],[0.855,50.924],[0.865,50.929],[0.868,50.933],[0.864,50.936],[0.86,50.94],[0.861,50.942],[0.856,50.953],[0.853,50.952],[0.849,50.951],[0.844,50.957],[0.84,50.956],[0.839,50.952],[0.837,50.95],[0.833,50.949],[0.83,50.946],[0.823,50.945],[0.821,50.946],[0.817,50.942],[0.813,50.942],[0.813,50.949],[0.805,50.956],[0.789,50.971],[0.784,50.977],[0.777,50.977],[0.779,50.98],[0.779,50.982],[0.777,50.985],[0.781,50.987],[0.779,50.989]]]},"properties":{"PCON24NM":"Hastings and Rye","PCON24CD":"E14001274"},"PCON24CD":211}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.969,50.834],[-0.978,50.832],[-0.982,50.831],[-0.983,50.828],[-0.987,50.827],[-0.986,50.824],[-0.984,50.822],[-0.986,50.819],[-0.986,50.814],[-0.989,50.811],[-0.989,50.806],[-0.991,50.802],[-0.995,50.798],[-1,50.795],[-1.006,50.793],[-1.016,50.794],[-1.018,50.792],[-1.02,50.793],[-1.025,50.795],[-1.025,50.792],[-1.022,50.786],[-0.987,50.784],[-0.971,50.782],[-0.952,50.778],[-0.939,50.777],[-0.936,50.778],[-0.937,50.782],[-0.941,50.785],[-0.951,50.784],[-0.951,50.787],[-0.96,50.791],[-0.957,50.795],[-0.957,50.799],[-0.953,50.801],[-0.957,50.804],[-0.966,50.803],[-0.97,50.805],[-0.962,50.808],[-0.961,50.811],[-0.956,50.809],[-0.957,50.816],[-0.951,50.824],[-0.953,50.828],[-0.959,50.831],[-0.964,50.832],[-0.967,50.831],[-0.969,50.834]]],[[[-0.932,50.846],[-0.934,50.85],[-0.933,50.852],[-0.933,50.855],[-0.93,50.859],[-0.926,50.864],[-0.932,50.868],[-0.937,50.87],[-0.939,50.874],[-0.941,50.873],[-0.954,50.868],[-0.964,50.867],[-0.96,50.872],[-0.968,50.873],[-0.968,50.877],[-0.979,50.878],[-0.992,50.892],[-0.999,50.895],[-1.002,50.889],[-1.009,50.881],[-1.013,50.876],[-1.017,50.877],[-1.022,50.879],[-1.032,50.875],[-1.035,50.877],[-1.041,50.877],[-1.044,50.873],[-1.048,50.871],[-1.046,50.869],[-1.047,50.866],[-1.053,50.867],[-1.053,50.865],[-1.049,50.865],[-1.05,50.86],[-1.053,50.859],[-1.054,50.857],[-1.047,50.854],[-1.038,50.853],[-1.023,50.853],[-1.025,50.85],[-1.022,50.842],[-1.021,50.839],[-1.019,50.839],[-1.02,50.843],[-1.012,50.844],[-1.004,50.843],[-1.001,50.844],[-0.997,50.84],[-0.99,50.838],[-0.98,50.839],[-0.977,50.841],[-0.971,50.842],[-0.966,50.84],[-0.963,50.841],[-0.959,50.839],[-0.952,50.843],[-0.938,50.842],[-0.932,50.846]]]]},"properties":{"PCON24NM":"Havant","PCON24CD":"E14001275"},"PCON24CD":212}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.417,51.54],[-0.419,51.542],[-0.424,51.541],[-0.437,51.537],[-0.441,51.536],[-0.44,51.533],[-0.441,51.53],[-0.438,51.527],[-0.442,51.523],[-0.447,51.523],[-0.444,51.519],[-0.451,51.516],[-0.45,51.51],[-0.45,51.507],[-0.46,51.509],[-0.474,51.51],[-0.486,51.51],[-0.483,51.507],[-0.485,51.503],[-0.49,51.499],[-0.489,51.497],[-0.49,51.495],[-0.495,51.493],[-0.499,51.489],[-0.499,51.486],[-0.502,51.482],[-0.504,51.479],[-0.505,51.474],[-0.507,51.471],[-0.51,51.469],[-0.507,51.467],[-0.504,51.468],[-0.497,51.466],[-0.495,51.464],[-0.49,51.462],[-0.485,51.461],[-0.476,51.461],[-0.474,51.459],[-0.462,51.457],[-0.459,51.456],[-0.448,51.454],[-0.444,51.453],[-0.441,51.457],[-0.437,51.458],[-0.434,51.462],[-0.422,51.466],[-0.411,51.47],[-0.416,51.474],[-0.415,51.477],[-0.417,51.482],[-0.413,51.489],[-0.411,51.498],[-0.407,51.5],[-0.404,51.503],[-0.394,51.507],[-0.393,51.508],[-0.39,51.513],[-0.382,51.519],[-0.376,51.526],[-0.376,51.529],[-0.405,51.533],[-0.414,51.535],[-0.419,51.538],[-0.417,51.54]]]},"properties":{"PCON24NM":"Hayes and Harlington","PCON24CD":"E14001276"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.093,53.438],[-2.098,53.436],[-2.097,53.434],[-2.103,53.433],[-2.107,53.434],[-2.111,53.438],[-2.119,53.439],[-2.123,53.438],[-2.131,53.439],[-2.128,53.433],[-2.126,53.426],[-2.129,53.422],[-2.135,53.421],[-2.136,53.416],[-2.147,53.411],[-2.149,53.408],[-2.15,53.402],[-2.155,53.4],[-2.146,53.393],[-2.143,53.391],[-2.136,53.395],[-2.134,53.396],[-2.131,53.392],[-2.13,53.388],[-2.13,53.386],[-2.129,53.384],[-2.131,53.382],[-2.118,53.375],[-2.122,53.376],[-2.124,53.371],[-2.125,53.366],[-2.128,53.365],[-2.123,53.362],[-2.121,53.364],[-2.116,53.365],[-2.11,53.365],[-2.104,53.366],[-2.095,53.366],[-2.091,53.364],[-2.084,53.36],[-2.073,53.358],[-2.065,53.358],[-2.061,53.358],[-2.056,53.362],[-2.055,53.367],[-2.05,53.369],[-2.047,53.369],[-2.041,53.372],[-2.033,53.372],[-2.031,53.37],[-2.029,53.371],[-2.034,53.375],[-2.031,53.375],[-2.026,53.374],[-2.021,53.375],[-2.021,53.378],[-2.017,53.378],[-2.019,53.38],[-2.015,53.381],[-2.013,53.384],[-2.005,53.386],[-2.005,53.392],[-2.002,53.396],[-1.994,53.409],[-1.994,53.413],[-1.992,53.415],[-2.005,53.415],[-2.011,53.417],[-2.014,53.416],[-2.017,53.419],[-2.024,53.421],[-2.02,53.425],[-2.026,53.43],[-2.03,53.429],[-2.034,53.429],[-2.038,53.427],[-2.047,53.43],[-2.056,53.432],[-2.062,53.429],[-2.065,53.43],[-2.075,53.426],[-2.083,53.427],[-2.086,53.429],[-2.085,53.434],[-2.089,53.437],[-2.093,53.438]]]},"properties":{"PCON24NM":"Hazel Grove","PCON24CD":"E14001277"},"PCON24CD":214}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.422,51.741],[-0.427,51.744],[-0.421,51.749],[-0.426,51.753],[-0.424,51.754],[-0.423,51.76],[-0.423,51.766],[-0.43,51.768],[-0.431,51.777],[-0.43,51.778],[-0.437,51.782],[-0.442,51.783],[-0.454,51.781],[-0.459,51.778],[-0.466,51.776],[-0.475,51.772],[-0.478,51.774],[-0.482,51.774],[-0.487,51.771],[-0.497,51.771],[-0.501,51.771],[-0.507,51.771],[-0.515,51.769],[-0.514,51.767],[-0.517,51.766],[-0.515,51.762],[-0.518,51.758],[-0.523,51.755],[-0.525,51.748],[-0.527,51.747],[-0.527,51.743],[-0.535,51.741],[-0.547,51.744],[-0.555,51.744],[-0.564,51.74],[-0.563,51.736],[-0.559,51.737],[-0.558,51.734],[-0.552,51.731],[-0.554,51.728],[-0.55,51.723],[-0.556,51.722],[-0.561,51.718],[-0.563,51.712],[-0.553,51.704],[-0.548,51.703],[-0.547,51.699],[-0.544,51.697],[-0.543,51.694],[-0.547,51.689],[-0.549,51.685],[-0.546,51.68],[-0.539,51.68],[-0.535,51.682],[-0.531,51.681],[-0.524,51.682],[-0.525,51.688],[-0.523,51.69],[-0.523,51.695],[-0.521,51.698],[-0.519,51.704],[-0.515,51.707],[-0.512,51.704],[-0.503,51.701],[-0.489,51.698],[-0.476,51.699],[-0.47,51.697],[-0.473,51.701],[-0.474,51.708],[-0.477,51.712],[-0.48,51.717],[-0.478,51.719],[-0.484,51.724],[-0.483,51.728],[-0.478,51.73],[-0.469,51.732],[-0.467,51.735],[-0.461,51.731],[-0.458,51.732],[-0.454,51.73],[-0.45,51.726],[-0.44,51.728],[-0.442,51.731],[-0.438,51.734],[-0.432,51.737],[-0.426,51.738],[-0.422,51.741]]]},"properties":{"PCON24NM":"Hemel Hempstead","PCON24CD":"E14001278"},"PCON24CD":215}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.303,51.636],[-0.304,51.636],[-0.305,51.633],[-0.301,51.629],[-0.285,51.615],[-0.283,51.614],[-0.275,51.607],[-0.273,51.605],[-0.262,51.596],[-0.253,51.589],[-0.249,51.585],[-0.254,51.581],[-0.255,51.58],[-0.251,51.573],[-0.253,51.573],[-0.25,51.569],[-0.247,51.571],[-0.242,51.573],[-0.235,51.573],[-0.232,51.571],[-0.221,51.574],[-0.215,51.578],[-0.212,51.581],[-0.21,51.586],[-0.207,51.589],[-0.21,51.59],[-0.213,51.594],[-0.217,51.595],[-0.222,51.598],[-0.215,51.597],[-0.212,51.599],[-0.208,51.604],[-0.205,51.604],[-0.202,51.605],[-0.209,51.608],[-0.214,51.612],[-0.215,51.615],[-0.213,51.62],[-0.207,51.619],[-0.2,51.62],[-0.198,51.622],[-0.204,51.625],[-0.213,51.624],[-0.216,51.623],[-0.233,51.626],[-0.233,51.63],[-0.24,51.629],[-0.242,51.626],[-0.245,51.625],[-0.251,51.625],[-0.255,51.622],[-0.266,51.622],[-0.275,51.621],[-0.279,51.622],[-0.288,51.624],[-0.298,51.631],[-0.303,51.636]]]},"properties":{"PCON24NM":"Hendon","PCON24CD":"E14001279"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.124,51.794],[-1.125,51.795],[-1.125,51.798],[-1.127,51.8],[-1.132,51.797],[-1.137,51.796],[-1.142,51.798],[-1.146,51.798],[-1.154,51.796],[-1.151,51.801],[-1.154,51.805],[-1.164,51.81],[-1.167,51.814],[-1.172,51.812],[-1.187,51.812],[-1.187,51.809],[-1.188,51.804],[-1.192,51.8],[-1.191,51.799],[-1.195,51.797],[-1.198,51.798],[-1.202,51.798],[-1.206,51.8],[-1.208,51.798],[-1.21,51.802],[-1.216,51.803],[-1.221,51.802],[-1.221,51.805],[-1.225,51.806],[-1.231,51.809],[-1.242,51.81],[-1.245,51.808],[-1.243,51.805],[-1.248,51.8],[-1.254,51.798],[-1.253,51.796],[-1.247,51.793],[-1.244,51.79],[-1.248,51.787],[-1.253,51.787],[-1.254,51.786],[-1.243,51.781],[-1.221,51.772],[-1.216,51.773],[-1.211,51.772],[-1.198,51.769],[-1.19,51.768],[-1.188,51.766],[-1.18,51.766],[-1.18,51.763],[-1.183,51.762],[-1.186,51.76],[-1.186,51.757],[-1.195,51.754],[-1.195,51.746],[-1.192,51.742],[-1.193,51.74],[-1.193,51.736],[-1.179,51.736],[-1.176,51.733],[-1.19,51.727],[-1.189,51.724],[-1.184,51.722],[-1.186,51.72],[-1.188,51.717],[-1.187,51.71],[-1.186,51.707],[-1.18,51.708],[-1.173,51.708],[-1.167,51.706],[-1.164,51.702],[-1.166,51.7],[-1.157,51.696],[-1.159,51.69],[-1.165,51.682],[-1.164,51.68],[-1.165,51.675],[-1.166,51.674],[-1.173,51.673],[-1.18,51.67],[-1.177,51.667],[-1.181,51.663],[-1.18,51.66],[-1.182,51.658],[-1.181,51.654],[-1.178,51.649],[-1.177,51.647],[-1.179,51.64],[-1.18,51.636],[-1.173,51.634],[-1.164,51.635],[-1.158,51.636],[-1.155,51.636],[-1.15,51.634],[-1.148,51.632],[-1.148,51.628],[-1.144,51.628],[-1.144,51.625],[-1.139,51.624],[-1.125,51.622],[-1.116,51.619],[-1.116,51.616],[-1.114,51.612],[-1.117,51.604],[-1.121,51.599],[-1.124,51.592],[-1.124,51.588],[-1.127,51.581],[-1.126,51.571],[-1.13,51.567],[-1.135,51.565],[-1.138,51.564],[-1.141,51.561],[-1.143,51.557],[-1.147,51.553],[-1.146,51.55],[-1.142,51.544],[-1.14,51.543],[-1.136,51.54],[-1.134,51.535],[-1.135,51.533],[-1.138,51.527],[-1.144,51.523],[-1.144,51.522],[-1.142,51.516],[-1.134,51.511],[-1.127,51.512],[-1.119,51.512],[-1.113,51.51],[-1.109,51.505],[-1.107,51.501],[-1.107,51.5],[-1.104,51.492],[-1.101,51.489],[-1.088,51.486],[-1.077,51.488],[-1.073,51.489],[-1.058,51.492],[-1.052,51.492],[-1.042,51.489],[-1.038,51.484],[-1.039,51.477],[-1.038,51.476],[-1.027,51.471],[-1.018,51.467],[-1.014,51.466],[-1.007,51.468],[-1.008,51.471],[-1,51.475],[-0.998,51.478],[-0.998,51.484],[-0.987,51.486],[-0.984,51.485],[-0.98,51.486],[-0.978,51.488],[-0.974,51.487],[-0.972,51.488],[-0.969,51.49],[-0.962,51.493],[-0.957,51.493],[-0.952,51.488],[-0.948,51.485],[-0.944,51.482],[-0.945,51.479],[-0.941,51.475],[-0.947,51.473],[-0.949,51.47],[-0.947,51.467],[-0.954,51.465],[-0.955,51.461],[-0.949,51.46],[-0.946,51.46],[-0.938,51.463],[-0.93,51.468],[-0.923,51.467],[-0.922,51.468],[-0.92,51.472],[-0.917,51.474],[-0.91,51.477],[-0.91,51.482],[-0.905,51.485],[-0.902,51.485],[-0.898,51.487],[-0.898,51.489],[-0.894,51.496],[-0.887,51.5],[-0.88,51.502],[-0.872,51.502],[-0.87,51.504],[-0.871,51.507],[-0.874,51.509],[-0.88,51.511],[-0.881,51.516],[-0.879,51.518],[-0.878,51.523],[-0.888,51.53],[-0.899,51.536],[-0.9,51.537],[-0.9,51.54],[-0.897,51.545],[-0.903,51.546],[-0.902,51.549],[-0.903,51.553],[-0.902,51.556],[-0.911,51.558],[-0.914,51.562],[-0.92,51.562],[-0.921,51.564],[-0.924,51.563],[-0.928,51.566],[-0.928,51.568],[-0.939,51.571],[-0.94,51.576],[-0.94,51.582],[-0.942,51.585],[-0.934,51.589],[-0.925,51.591],[-0.917,51.599],[-0.92,51.604],[-0.93,51.604],[-0.932,51.602],[-0.936,51.603],[-0.943,51.605],[-0.943,51.607],[-0.944,51.611],[-0.94,51.614],[-0.939,51.618],[-0.946,51.619],[-0.95,51.621],[-0.95,51.629],[-0.949,51.631],[-0.944,51.631],[-0.938,51.635],[-0.935,51.636],[-0.935,51.637],[-0.938,51.642],[-0.945,51.647],[-0.944,51.652],[-0.945,51.654],[-0.94,51.654],[-0.934,51.653],[-0.925,51.655],[-0.923,51.657],[-0.925,51.66],[-0.928,51.661],[-0.931,51.666],[-0.925,51.665],[-0.925,51.667],[-0.918,51.672],[-0.91,51.674],[-0.907,51.673],[-0.898,51.67],[-0.895,51.668],[-0.884,51.668],[-0.878,51.668],[-0.882,51.673],[-0.885,51.674],[-0.895,51.675],[-0.898,51.676],[-0.894,51.679],[-0.891,51.679],[-0.887,51.681],[-0.88,51.681],[-0.881,51.684],[-0.884,51.686],[-0.893,51.689],[-0.895,51.693],[-0.891,51.697],[-0.89,51.701],[-0.887,51.703],[-0.889,51.709],[-0.888,51.713],[-0.888,51.718],[-0.891,51.721],[-0.897,51.722],[-0.9,51.725],[-0.902,51.728],[-0.901,51.729],[-0.909,51.737],[-0.915,51.738],[-0.917,51.737],[-0.92,51.741],[-0.921,51.745],[-0.924,51.748],[-0.928,51.746],[-0.932,51.75],[-0.933,51.752],[-0.936,51.753],[-0.94,51.753],[-0.945,51.754],[-0.947,51.755],[-0.954,51.758],[-0.965,51.759],[-0.974,51.758],[-0.976,51.76],[-0.981,51.76],[-0.981,51.753],[-0.987,51.752],[-0.994,51.755],[-1.008,51.755],[-1.011,51.756],[-1.024,51.756],[-1.03,51.758],[-1.032,51.757],[-1.033,51.753],[-1.03,51.749],[-1.03,51.746],[-1.032,51.744],[-1.043,51.745],[-1.048,51.748],[-1.053,51.75],[-1.056,51.752],[-1.063,51.754],[-1.066,51.754],[-1.069,51.756],[-1.073,51.758],[-1.077,51.759],[-1.081,51.757],[-1.083,51.76],[-1.083,51.764],[-1.079,51.771],[-1.083,51.774],[-1.08,51.777],[-1.084,51.781],[-1.097,51.782],[-1.098,51.78],[-1.106,51.782],[-1.111,51.784],[-1.115,51.787],[-1.122,51.787],[-1.123,51.789],[-1.12,51.792],[-1.124,51.794]]]},"properties":{"PCON24NM":"Henley and Thame","PCON24CD":"E14001280"},"PCON24CD":217}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.468,51.937],[-2.472,51.94],[-2.477,51.94],[-2.478,51.942],[-2.483,51.942],[-2.487,51.942],[-2.491,51.938],[-2.496,51.937],[-2.501,51.936],[-2.508,51.933],[-2.513,51.93],[-2.518,51.93],[-2.527,51.928],[-2.532,51.927],[-2.535,51.928],[-2.547,51.926],[-2.55,51.929],[-2.559,51.931],[-2.563,51.932],[-2.565,51.93],[-2.573,51.929],[-2.576,51.929],[-2.59,51.927],[-2.59,51.924],[-2.593,51.923],[-2.598,51.927],[-2.602,51.927],[-2.606,51.929],[-2.608,51.933],[-2.608,51.94],[-2.606,51.941],[-2.602,51.938],[-2.6,51.939],[-2.601,51.942],[-2.599,51.945],[-2.594,51.948],[-2.598,51.951],[-2.595,51.954],[-2.587,51.958],[-2.592,51.963],[-2.6,51.961],[-2.603,51.955],[-2.608,51.953],[-2.609,51.956],[-2.615,51.955],[-2.628,51.947],[-2.636,51.949],[-2.642,51.947],[-2.648,51.945],[-2.654,51.947],[-2.656,51.949],[-2.659,51.952],[-2.662,51.956],[-2.659,51.959],[-2.658,51.963],[-2.656,51.966],[-2.652,51.969],[-2.645,51.97],[-2.63,51.972],[-2.614,51.976],[-2.608,51.98],[-2.601,51.985],[-2.6,51.987],[-2.602,51.991],[-2.604,51.991],[-2.615,51.99],[-2.62,51.991],[-2.626,51.99],[-2.634,51.991],[-2.634,51.993],[-2.631,51.996],[-2.628,51.999],[-2.62,52.003],[-2.626,52.007],[-2.624,52.01],[-2.624,52.013],[-2.627,52.013],[-2.635,52.012],[-2.637,52.013],[-2.637,52.016],[-2.632,52.019],[-2.63,52.027],[-2.632,52.03],[-2.637,52.03],[-2.639,52.027],[-2.641,52.025],[-2.651,52.021],[-2.654,52.021],[-2.657,52.022],[-2.657,52.027],[-2.665,52.03],[-2.667,52.033],[-2.66,52.035],[-2.657,52.038],[-2.659,52.04],[-2.663,52.04],[-2.667,52.04],[-2.675,52.044],[-2.673,52.047],[-2.675,52.049],[-2.676,52.052],[-2.682,52.057],[-2.681,52.059],[-2.683,52.062],[-2.693,52.066],[-2.702,52.065],[-2.711,52.071],[-2.714,52.075],[-2.722,52.075],[-2.722,52.074],[-2.728,52.074],[-2.73,52.076],[-2.747,52.077],[-2.769,52.078],[-2.771,52.072],[-2.775,52.07],[-2.754,52.066],[-2.759,52.062],[-2.76,52.06],[-2.756,52.06],[-2.756,52.056],[-2.748,52.054],[-2.745,52.055],[-2.744,52.051],[-2.741,52.052],[-2.738,52.049],[-2.74,52.047],[-2.752,52.045],[-2.759,52.046],[-2.766,52.047],[-2.771,52.051],[-2.774,52.052],[-2.782,52.053],[-2.79,52.05],[-2.798,52.051],[-2.801,52.052],[-2.802,52.057],[-2.807,52.059],[-2.809,52.061],[-2.808,52.063],[-2.81,52.068],[-2.808,52.072],[-2.811,52.077],[-2.814,52.08],[-2.811,52.082],[-2.817,52.084],[-2.825,52.084],[-2.829,52.085],[-2.833,52.083],[-2.836,52.084],[-2.837,52.086],[-2.848,52.095],[-2.85,52.094],[-2.856,52.093],[-2.852,52.097],[-2.857,52.101],[-2.862,52.101],[-2.864,52.105],[-2.877,52.112],[-2.882,52.112],[-2.884,52.111],[-2.889,52.111],[-2.897,52.108],[-2.899,52.102],[-2.898,52.099],[-2.9,52.096],[-2.9,52.092],[-2.901,52.087],[-2.903,52.087],[-2.907,52.08],[-2.909,52.082],[-2.913,52.081],[-2.912,52.079],[-2.915,52.078],[-2.917,52.08],[-2.922,52.083],[-2.93,52.085],[-2.938,52.087],[-2.941,52.089],[-2.944,52.093],[-2.948,52.094],[-2.949,52.091],[-2.953,52.087],[-2.958,52.086],[-2.967,52.089],[-2.971,52.093],[-2.971,52.095],[-2.968,52.098],[-2.966,52.103],[-2.971,52.103],[-2.976,52.105],[-2.979,52.107],[-2.986,52.107],[-2.987,52.108],[-2.984,52.112],[-2.984,52.114],[-2.989,52.117],[-2.996,52.113],[-2.996,52.11],[-2.998,52.109],[-3.013,52.107],[-3.021,52.105],[-3.028,52.104],[-3.042,52.104],[-3.042,52.106],[-3.035,52.107],[-3.034,52.109],[-3.039,52.11],[-3.044,52.108],[-3.048,52.11],[-3.057,52.108],[-3.064,52.108],[-3.07,52.11],[-3.069,52.112],[-3.063,52.112],[-3.063,52.115],[-3.073,52.12],[-3.082,52.12],[-3.089,52.122],[-3.099,52.12],[-3.105,52.117],[-3.108,52.115],[-3.107,52.112],[-3.105,52.108],[-3.108,52.105],[-3.121,52.104],[-3.123,52.103],[-3.121,52.094],[-3.119,52.088],[-3.126,52.079],[-3.121,52.076],[-3.119,52.069],[-3.116,52.066],[-3.111,52.065],[-3.106,52.059],[-3.101,52.058],[-3.098,52.055],[-3.091,52.05],[-3.093,52.047],[-3.087,52.042],[-3.086,52.04],[-3.092,52.033],[-3.093,52.029],[-3.099,52.023],[-3.092,52.017],[-3.087,52.014],[-3.084,52.004],[-3.079,51.997],[-3.076,51.996],[-3.07,51.99],[-3.067,51.983],[-3.06,51.979],[-3.057,51.975],[-3.051,51.972],[-3.041,51.968],[-3.038,51.965],[-3.035,51.96],[-3.026,51.957],[-3.022,51.952],[-3.022,51.951],[-3.013,51.945],[-3.008,51.938],[-3.01,51.933],[-3.008,51.927],[-3.002,51.924],[-2.999,51.923],[-2.987,51.926],[-2.984,51.926],[-2.978,51.927],[-2.975,51.925],[-2.974,51.921],[-2.976,51.921],[-2.973,51.915],[-2.974,51.911],[-2.973,51.906],[-2.968,51.905],[-2.961,51.907],[-2.954,51.906],[-2.95,51.909],[-2.942,51.91],[-2.939,51.912],[-2.936,51.913],[-2.934,51.915],[-2.928,51.914],[-2.92,51.917],[-2.916,51.918],[-2.913,51.92],[-2.908,51.921],[-2.905,51.925],[-2.9,51.926],[-2.893,51.925],[-2.887,51.928],[-2.889,51.932],[-2.888,51.934],[-2.883,51.934],[-2.875,51.933],[-2.872,51.93],[-2.87,51.927],[-2.863,51.927],[-2.859,51.928],[-2.854,51.924],[-2.848,51.924],[-2.845,51.922],[-2.847,51.92],[-2.851,51.919],[-2.863,51.917],[-2.861,51.914],[-2.854,51.916],[-2.845,51.915],[-2.841,51.917],[-2.84,51.915],[-2.837,51.914],[-2.836,51.906],[-2.833,51.905],[-2.821,51.905],[-2.818,51.904],[-2.816,51.899],[-2.814,51.898],[-2.805,51.896],[-2.802,51.893],[-2.802,51.891],[-2.799,51.89],[-2.79,51.886],[-2.785,51.884],[-2.779,51.884],[-2.77,51.88],[-2.774,51.875],[-2.777,51.873],[-2.779,51.867],[-2.778,51.865],[-2.769,51.86],[-2.765,51.858],[-2.764,51.856],[-2.758,51.85],[-2.757,51.846],[-2.747,51.845],[-2.74,51.842],[-2.741,51.839],[-2.739,51.837],[-2.732,51.841],[-2.728,51.84],[-2.726,51.844],[-2.72,51.849],[-2.718,51.847],[-2.719,51.844],[-2.716,51.841],[-2.71,51.839],[-2.707,51.839],[-2.707,51.843],[-2.705,51.846],[-2.7,51.843],[-2.697,51.845],[-2.693,51.838],[-2.693,51.834],[-2.687,51.833],[-2.687,51.836],[-2.683,51.838],[-2.677,51.836],[-2.666,51.836],[-2.66,51.834],[-2.658,51.832],[-2.657,51.827],[-2.65,51.826],[-2.646,51.829],[-2.644,51.833],[-2.641,51.837],[-2.638,51.838],[-2.636,51.841],[-2.63,51.839],[-2.625,51.839],[-2.622,51.843],[-2.617,51.845],[-2.61,51.847],[-2.605,51.855],[-2.6,51.857],[-2.594,51.856],[-2.588,51.851],[-2.583,51.85],[-2.579,51.852],[-2.579,51.854],[-2.585,51.86],[-2.576,51.863],[-2.568,51.863],[-2.562,51.864],[-2.556,51.863],[-2.55,51.863],[-2.547,51.861],[-2.539,51.86],[-2.532,51.861],[-2.531,51.863],[-2.525,51.863],[-2.522,51.865],[-2.519,51.871],[-2.514,51.879],[-2.51,51.884],[-2.504,51.887],[-2.501,51.885],[-2.501,51.882],[-2.498,51.882],[-2.495,51.884],[-2.494,51.88],[-2.489,51.881],[-2.487,51.885],[-2.482,51.886],[-2.478,51.885],[-2.474,51.887],[-2.468,51.892],[-2.465,51.893],[-2.458,51.893],[-2.449,51.895],[-2.446,51.894],[-2.441,51.899],[-2.444,51.901],[-2.44,51.902],[-2.444,51.906],[-2.442,51.907],[-2.444,51.91],[-2.443,51.912],[-2.448,51.916],[-2.448,51.919],[-2.455,51.919],[-2.461,51.925],[-2.466,51.928],[-2.466,51.931],[-2.468,51.937]]]},"properties":{"PCON24NM":"Hereford and South Herefordshire","PCON24CD":"E14001281"},"PCON24CD":218}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.349,51.299],[1.346,51.302],[1.343,51.296],[1.34,51.293],[1.335,51.293],[1.331,51.291],[1.328,51.286],[1.332,51.284],[1.331,51.282],[1.334,51.281],[1.337,51.282],[1.34,51.28],[1.339,51.278],[1.342,51.276],[1.348,51.274],[1.356,51.279],[1.351,51.281],[1.352,51.284],[1.35,51.286],[1.35,51.29],[1.346,51.293],[1.348,51.296],[1.354,51.299],[1.349,51.299]]],[[[1.367,51.313],[1.36,51.312],[1.353,51.307],[1.349,51.301],[1.351,51.299],[1.347,51.293],[1.351,51.291],[1.355,51.29],[1.35,51.286],[1.353,51.284],[1.351,51.281],[1.354,51.281],[1.357,51.278],[1.352,51.277],[1.352,51.275],[1.348,51.274],[1.342,51.276],[1.339,51.278],[1.34,51.28],[1.336,51.282],[1.332,51.281],[1.331,51.284],[1.328,51.287],[1.334,51.293],[1.338,51.293],[1.343,51.297],[1.346,51.302],[1.345,51.308],[1.34,51.313],[1.335,51.314],[1.332,51.313],[1.325,51.317],[1.315,51.318],[1.311,51.317],[1.299,51.319],[1.295,51.32],[1.29,51.321],[1.284,51.321],[1.281,51.32],[1.273,51.321],[1.268,51.322],[1.263,51.322],[1.257,51.323],[1.252,51.326],[1.251,51.329],[1.246,51.329],[1.241,51.331],[1.235,51.331],[1.232,51.329],[1.22,51.323],[1.225,51.322],[1.226,51.318],[1.229,51.316],[1.225,51.314],[1.219,51.312],[1.222,51.309],[1.214,51.311],[1.213,51.306],[1.208,51.304],[1.206,51.299],[1.203,51.295],[1.203,51.293],[1.2,51.292],[1.205,51.286],[1.21,51.284],[1.211,51.282],[1.205,51.276],[1.203,51.276],[1.195,51.269],[1.197,51.268],[1.195,51.265],[1.195,51.259],[1.197,51.259],[1.208,51.255],[1.212,51.252],[1.206,51.246],[1.218,51.243],[1.216,51.24],[1.225,51.235],[1.231,51.233],[1.242,51.237],[1.253,51.234],[1.255,51.229],[1.261,51.227],[1.264,51.229],[1.269,51.231],[1.274,51.233],[1.281,51.241],[1.284,51.243],[1.288,51.247],[1.288,51.25],[1.294,51.257],[1.302,51.257],[1.31,51.258],[1.324,51.258],[1.329,51.262],[1.332,51.258],[1.336,51.259],[1.335,51.262],[1.35,51.262],[1.354,51.263],[1.355,51.265],[1.36,51.263],[1.365,51.26],[1.373,51.251],[1.381,51.25],[1.386,51.255],[1.394,51.257],[1.388,51.268],[1.382,51.279],[1.377,51.287],[1.373,51.307],[1.371,51.312],[1.368,51.313],[1.367,51.313]]],[[[1.374,51.387],[1.367,51.387],[1.364,51.386],[1.359,51.386],[1.353,51.387],[1.349,51.386],[1.341,51.385],[1.335,51.386],[1.334,51.384],[1.328,51.382],[1.325,51.382],[1.316,51.382],[1.304,51.382],[1.299,51.383],[1.294,51.382],[1.29,51.383],[1.28,51.378],[1.273,51.378],[1.266,51.378],[1.256,51.377],[1.251,51.377],[1.236,51.379],[1.214,51.38],[1.199,51.38],[1.192,51.378],[1.181,51.377],[1.174,51.376],[1.166,51.375],[1.147,51.373],[1.137,51.373],[1.129,51.373],[1.115,51.372],[1.099,51.373],[1.099,51.37],[1.095,51.369],[1.082,51.368],[1.08,51.361],[1.078,51.357],[1.083,51.354],[1.077,51.349],[1.081,51.346],[1.087,51.345],[1.082,51.341],[1.085,51.339],[1.088,51.335],[1.093,51.334],[1.09,51.33],[1.087,51.328],[1.086,51.323],[1.087,51.319],[1.085,51.315],[1.086,51.314],[1.091,51.316],[1.092,51.313],[1.096,51.31],[1.096,51.306],[1.104,51.305],[1.106,51.301],[1.106,51.297],[1.111,51.297],[1.115,51.293],[1.117,51.289],[1.121,51.285],[1.124,51.284],[1.128,51.287],[1.131,51.286],[1.135,51.288],[1.135,51.29],[1.14,51.298],[1.142,51.3],[1.147,51.3],[1.159,51.302],[1.164,51.303],[1.166,51.307],[1.175,51.312],[1.178,51.312],[1.179,51.314],[1.184,51.315],[1.188,51.314],[1.19,51.317],[1.194,51.317],[1.199,51.321],[1.204,51.323],[1.207,51.324],[1.209,51.324],[1.211,51.324],[1.216,51.321],[1.221,51.324],[1.232,51.329],[1.23,51.332],[1.234,51.332],[1.236,51.331],[1.242,51.331],[1.246,51.329],[1.252,51.329],[1.253,51.326],[1.259,51.323],[1.264,51.322],[1.268,51.322],[1.273,51.321],[1.281,51.32],[1.284,51.321],[1.291,51.321],[1.299,51.319],[1.31,51.317],[1.314,51.318],[1.325,51.317],[1.332,51.313],[1.335,51.314],[1.34,51.313],[1.345,51.308],[1.346,51.302],[1.348,51.302],[1.353,51.308],[1.358,51.311],[1.352,51.313],[1.36,51.325],[1.359,51.328],[1.361,51.338],[1.37,51.338],[1.369,51.336],[1.38,51.336],[1.38,51.339],[1.383,51.342],[1.384,51.353],[1.385,51.353],[1.386,51.36],[1.39,51.36],[1.393,51.361],[1.389,51.365],[1.384,51.368],[1.385,51.369],[1.369,51.374],[1.375,51.376],[1.376,51.378],[1.374,51.38],[1.376,51.382],[1.374,51.384],[1.374,51.387]]]]},"properties":{"PCON24NM":"Herne Bay and Sandwich","PCON24CD":"E14001282"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.196,51.868],[0.194,51.87],[0.194,51.873],[0.188,51.875],[0.185,51.878],[0.175,51.883],[0.178,51.886],[0.177,51.888],[0.182,51.891],[0.184,51.894],[0.179,51.896],[0.176,51.895],[0.168,51.894],[0.169,51.892],[0.165,51.891],[0.162,51.892],[0.147,51.887],[0.142,51.888],[0.14,51.885],[0.129,51.884],[0.125,51.885],[0.125,51.878],[0.127,51.876],[0.121,51.868],[0.122,51.865],[0.117,51.859],[0.112,51.86],[0.104,51.861],[0.099,51.864],[0.094,51.862],[0.092,51.86],[0.088,51.861],[0.082,51.863],[0.077,51.864],[0.077,51.866],[0.067,51.869],[0.064,51.871],[0.058,51.874],[0.052,51.868],[0.051,51.865],[0.046,51.859],[0.039,51.855],[0.039,51.852],[0.034,51.849],[0.032,51.845],[0.027,51.842],[0.02,51.841],[0.019,51.837],[0.014,51.834],[0.017,51.833],[0.015,51.83],[0.006,51.83],[-0.003,51.829],[-0.006,51.827],[-0.009,51.825],[-0.013,51.824],[-0.019,51.827],[-0.027,51.827],[-0.029,51.826],[-0.034,51.826],[-0.034,51.827],[-0.048,51.82],[-0.051,51.822],[-0.056,51.827],[-0.06,51.83],[-0.065,51.827],[-0.063,51.824],[-0.067,51.822],[-0.071,51.82],[-0.079,51.822],[-0.083,51.821],[-0.087,51.822],[-0.093,51.822],[-0.091,51.816],[-0.096,51.814],[-0.103,51.814],[-0.112,51.811],[-0.114,51.809],[-0.114,51.805],[-0.118,51.804],[-0.117,51.801],[-0.106,51.8],[-0.107,51.797],[-0.107,51.795],[-0.112,51.795],[-0.113,51.792],[-0.11,51.786],[-0.103,51.783],[-0.097,51.783],[-0.093,51.785],[-0.089,51.781],[-0.089,51.779],[-0.086,51.779],[-0.08,51.782],[-0.076,51.781],[-0.067,51.783],[-0.064,51.782],[-0.056,51.783],[-0.056,51.786],[-0.053,51.789],[-0.048,51.79],[-0.047,51.797],[-0.044,51.797],[-0.043,51.8],[-0.033,51.799],[-0.025,51.797],[-0.021,51.8],[-0.018,51.8],[-0.011,51.803],[-0.01,51.801],[-0.004,51.8],[-0.004,51.802],[-0.007,51.805],[-0.003,51.806],[0,51.805],[0.001,51.807],[0.005,51.809],[0.011,51.806],[0.016,51.807],[0.022,51.805],[0.03,51.806],[0.032,51.809],[0.034,51.81],[0.038,51.809],[0.039,51.804],[0.042,51.802],[0.042,51.798],[0.04,51.794],[0.038,51.794],[0.037,51.798],[0.033,51.797],[0.032,51.795],[0.034,51.791],[0.037,51.79],[0.043,51.789],[0.046,51.782],[0.043,51.779],[0.042,51.775],[0.052,51.776],[0.057,51.779],[0.06,51.783],[0.064,51.784],[0.077,51.783],[0.093,51.785],[0.099,51.783],[0.107,51.788],[0.116,51.789],[0.122,51.791],[0.126,51.795],[0.129,51.796],[0.135,51.795],[0.141,51.797],[0.148,51.796],[0.152,51.799],[0.15,51.801],[0.153,51.803],[0.155,51.807],[0.158,51.81],[0.159,51.814],[0.162,51.815],[0.167,51.813],[0.173,51.819],[0.169,51.818],[0.165,51.819],[0.166,51.822],[0.163,51.823],[0.162,51.828],[0.166,51.83],[0.166,51.832],[0.162,51.832],[0.161,51.834],[0.162,51.84],[0.163,51.845],[0.165,51.847],[0.165,51.85],[0.167,51.851],[0.173,51.85],[0.171,51.852],[0.173,51.854],[0.172,51.858],[0.17,51.862],[0.183,51.864],[0.187,51.865],[0.194,51.866],[0.196,51.868]]]},"properties":{"PCON24NM":"Hertford and Stortford","PCON24CD":"E14001283"},"PCON24CD":220}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.106,51.692],[-0.106,51.694],[-0.107,51.706],[-0.107,51.713],[-0.113,51.719],[-0.114,51.721],[-0.109,51.724],[-0.105,51.729],[-0.102,51.73],[-0.102,51.732],[-0.097,51.738],[-0.096,51.741],[-0.092,51.743],[-0.101,51.745],[-0.102,51.743],[-0.105,51.742],[-0.116,51.742],[-0.128,51.741],[-0.128,51.739],[-0.135,51.739],[-0.138,51.737],[-0.144,51.735],[-0.152,51.737],[-0.155,51.737],[-0.154,51.732],[-0.152,51.729],[-0.153,51.727],[-0.157,51.726],[-0.157,51.723],[-0.162,51.715],[-0.164,51.709],[-0.172,51.703],[-0.176,51.703],[-0.181,51.706],[-0.19,51.707],[-0.199,51.71],[-0.206,51.71],[-0.213,51.711],[-0.218,51.714],[-0.227,51.713],[-0.235,51.71],[-0.237,51.706],[-0.241,51.71],[-0.241,51.716],[-0.251,51.725],[-0.255,51.73],[-0.26,51.734],[-0.262,51.737],[-0.266,51.738],[-0.272,51.736],[-0.28,51.735],[-0.284,51.733],[-0.289,51.728],[-0.284,51.724],[-0.286,51.721],[-0.277,51.721],[-0.28,51.717],[-0.286,51.713],[-0.296,51.711],[-0.296,51.709],[-0.302,51.708],[-0.299,51.699],[-0.3,51.697],[-0.309,51.698],[-0.313,51.696],[-0.316,51.697],[-0.322,51.693],[-0.325,51.697],[-0.326,51.702],[-0.333,51.702],[-0.334,51.699],[-0.339,51.698],[-0.343,51.698],[-0.35,51.699],[-0.355,51.698],[-0.357,51.696],[-0.356,51.692],[-0.363,51.689],[-0.367,51.689],[-0.372,51.688],[-0.375,51.693],[-0.379,51.69],[-0.378,51.688],[-0.369,51.684],[-0.371,51.681],[-0.369,51.678],[-0.374,51.674],[-0.37,51.672],[-0.369,51.67],[-0.363,51.666],[-0.365,51.661],[-0.37,51.657],[-0.375,51.654],[-0.371,51.652],[-0.378,51.646],[-0.376,51.645],[-0.377,51.638],[-0.37,51.631],[-0.367,51.627],[-0.363,51.624],[-0.359,51.625],[-0.35,51.627],[-0.34,51.631],[-0.339,51.63],[-0.33,51.635],[-0.319,51.639],[-0.317,51.641],[-0.305,51.637],[-0.304,51.636],[-0.303,51.636],[-0.296,51.635],[-0.292,51.636],[-0.285,51.637],[-0.281,51.638],[-0.274,51.639],[-0.273,51.642],[-0.268,51.644],[-0.262,51.644],[-0.257,51.642],[-0.252,51.647],[-0.25,51.655],[-0.244,51.657],[-0.234,51.658],[-0.228,51.66],[-0.226,51.658],[-0.22,51.661],[-0.213,51.662],[-0.208,51.663],[-0.208,51.667],[-0.203,51.67],[-0.2,51.67],[-0.199,51.668],[-0.195,51.668],[-0.197,51.665],[-0.191,51.664],[-0.188,51.668],[-0.182,51.669],[-0.175,51.673],[-0.172,51.673],[-0.164,51.682],[-0.163,51.686],[-0.163,51.688],[-0.153,51.686],[-0.146,51.686],[-0.138,51.688],[-0.133,51.689],[-0.122,51.689],[-0.118,51.689],[-0.109,51.692],[-0.106,51.692]]]},"properties":{"PCON24NM":"Hertsmere","PCON24CD":"E14001284"},"PCON24CD":221}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.648,55.169],[-1.655,55.167],[-1.657,55.166],[-1.663,55.168],[-1.666,55.165],[-1.664,55.163],[-1.667,55.16],[-1.676,55.156],[-1.671,55.154],[-1.671,55.151],[-1.675,55.152],[-1.68,55.152],[-1.688,55.15],[-1.697,55.151],[-1.706,55.15],[-1.709,55.151],[-1.712,55.155],[-1.711,55.158],[-1.71,55.168],[-1.715,55.17],[-1.717,55.176],[-1.72,55.175],[-1.724,55.175],[-1.725,55.173],[-1.731,55.176],[-1.737,55.174],[-1.741,55.174],[-1.747,55.179],[-1.744,55.18],[-1.747,55.183],[-1.751,55.189],[-1.756,55.205],[-1.749,55.207],[-1.756,55.218],[-1.76,55.218],[-1.761,55.22],[-1.753,55.222],[-1.753,55.224],[-1.743,55.227],[-1.744,55.228],[-1.738,55.232],[-1.731,55.231],[-1.725,55.234],[-1.725,55.236],[-1.72,55.237],[-1.723,55.24],[-1.724,55.242],[-1.722,55.246],[-1.727,55.246],[-1.731,55.249],[-1.729,55.252],[-1.73,55.255],[-1.727,55.256],[-1.724,55.259],[-1.719,55.261],[-1.719,55.263],[-1.715,55.264],[-1.712,55.261],[-1.711,55.258],[-1.705,55.26],[-1.706,55.256],[-1.694,55.256],[-1.69,55.256],[-1.672,55.264],[-1.67,55.266],[-1.652,55.268],[-1.655,55.272],[-1.654,55.275],[-1.656,55.282],[-1.661,55.287],[-1.662,55.288],[-1.666,55.293],[-1.671,55.293],[-1.678,55.295],[-1.685,55.297],[-1.684,55.299],[-1.691,55.302],[-1.695,55.299],[-1.706,55.298],[-1.711,55.296],[-1.716,55.293],[-1.72,55.292],[-1.724,55.293],[-1.729,55.292],[-1.732,55.293],[-1.736,55.292],[-1.74,55.294],[-1.74,55.298],[-1.744,55.298],[-1.747,55.296],[-1.747,55.294],[-1.751,55.291],[-1.75,55.289],[-1.753,55.287],[-1.763,55.29],[-1.765,55.291],[-1.768,55.286],[-1.77,55.284],[-1.77,55.282],[-1.773,55.28],[-1.777,55.281],[-1.782,55.282],[-1.791,55.277],[-1.787,55.274],[-1.789,55.269],[-1.8,55.269],[-1.806,55.267],[-1.807,55.265],[-1.813,55.269],[-1.815,55.268],[-1.814,55.264],[-1.817,55.262],[-1.821,55.263],[-1.831,55.268],[-1.834,55.272],[-1.833,55.274],[-1.838,55.276],[-1.843,55.273],[-1.848,55.267],[-1.854,55.264],[-1.861,55.262],[-1.867,55.263],[-1.87,55.261],[-1.872,55.259],[-1.879,55.256],[-1.883,55.251],[-1.892,55.249],[-1.898,55.246],[-1.904,55.244],[-1.905,55.245],[-1.914,55.246],[-1.917,55.25],[-1.924,55.248],[-1.924,55.246],[-1.919,55.238],[-1.925,55.238],[-1.926,55.236],[-1.93,55.233],[-1.929,55.231],[-1.933,55.222],[-1.932,55.216],[-1.947,55.216],[-1.955,55.214],[-1.954,55.207],[-1.974,55.209],[-1.992,55.21],[-1.99,55.207],[-2.006,55.206],[-2.02,55.205],[-2.045,55.201],[-2.04,55.197],[-2.036,55.19],[-2.052,55.185],[-2.054,55.18],[-2.052,55.179],[-2.069,55.175],[-2.069,55.177],[-2.079,55.18],[-2.091,55.181],[-2.093,55.184],[-2.098,55.185],[-2.102,55.187],[-2.1,55.19],[-2.094,55.194],[-2.096,55.196],[-2.104,55.195],[-2.108,55.196],[-2.116,55.196],[-2.119,55.195],[-2.124,55.196],[-2.132,55.196],[-2.133,55.193],[-2.139,55.193],[-2.144,55.193],[-2.141,55.188],[-2.152,55.185],[-2.158,55.185],[-2.159,55.184],[-2.167,55.185],[-2.165,55.188],[-2.166,55.19],[-2.164,55.193],[-2.163,55.196],[-2.159,55.206],[-2.154,55.207],[-2.153,55.209],[-2.151,55.211],[-2.154,55.213],[-2.153,55.215],[-2.149,55.218],[-2.146,55.218],[-2.139,55.225],[-2.134,55.227],[-2.13,55.227],[-2.128,55.229],[-2.122,55.231],[-2.124,55.233],[-2.123,55.235],[-2.116,55.236],[-2.12,55.241],[-2.118,55.244],[-2.121,55.247],[-2.129,55.248],[-2.133,55.254],[-2.135,55.254],[-2.151,55.255],[-2.158,55.259],[-2.154,55.267],[-2.15,55.268],[-2.149,55.275],[-2.151,55.278],[-2.149,55.287],[-2.153,55.29],[-2.162,55.291],[-2.164,55.292],[-2.166,55.304],[-2.172,55.311],[-2.18,55.311],[-2.193,55.312],[-2.211,55.31],[-2.215,55.315],[-2.221,55.319],[-2.222,55.318],[-2.235,55.319],[-2.244,55.318],[-2.248,55.324],[-2.245,55.326],[-2.246,55.329],[-2.25,55.333],[-2.261,55.331],[-2.281,55.333],[-2.288,55.337],[-2.289,55.344],[-2.295,55.348],[-2.296,55.351],[-2.3,55.354],[-2.308,55.357],[-2.312,55.36],[-2.32,55.363],[-2.329,55.368],[-2.337,55.367],[-2.341,55.366],[-2.35,55.364],[-2.351,55.363],[-2.355,55.362],[-2.358,55.36],[-2.373,55.355],[-2.379,55.351],[-2.379,55.349],[-2.384,55.348],[-2.395,55.348],[-2.4,55.349],[-2.4,55.352],[-2.402,55.355],[-2.409,55.357],[-2.415,55.359],[-2.42,55.359],[-2.426,55.358],[-2.429,55.356],[-2.439,55.359],[-2.445,55.359],[-2.461,55.353],[-2.468,55.353],[-2.473,55.355],[-2.481,55.354],[-2.489,55.352],[-2.496,55.347],[-2.499,55.342],[-2.502,55.34],[-2.502,55.337],[-2.51,55.331],[-2.514,55.33],[-2.518,55.325],[-2.525,55.322],[-2.531,55.323],[-2.543,55.32],[-2.55,55.316],[-2.559,55.317],[-2.557,55.311],[-2.56,55.309],[-2.565,55.306],[-2.566,55.303],[-2.574,55.301],[-2.573,55.297],[-2.58,55.294],[-2.589,55.292],[-2.594,55.29],[-2.598,55.287],[-2.605,55.285],[-2.609,55.283],[-2.614,55.278],[-2.623,55.272],[-2.624,55.27],[-2.628,55.268],[-2.626,55.265],[-2.627,55.262],[-2.641,55.261],[-2.647,55.26],[-2.644,55.258],[-2.632,55.253],[-2.629,55.251],[-2.624,55.249],[-2.612,55.248],[-2.615,55.246],[-2.62,55.247],[-2.63,55.245],[-2.632,55.239],[-2.635,55.23],[-2.635,55.225],[-2.631,55.224],[-2.639,55.223],[-2.642,55.221],[-2.648,55.22],[-2.66,55.22],[-2.667,55.222],[-2.683,55.202],[-2.681,55.199],[-2.686,55.195],[-2.686,55.191],[-2.69,55.189],[-2.677,55.177],[-2.675,55.176],[-2.676,55.173],[-2.683,55.166],[-2.676,55.158],[-2.674,55.152],[-2.669,55.147],[-2.663,55.147],[-2.66,55.144],[-2.66,55.142],[-2.657,55.136],[-2.645,55.131],[-2.636,55.13],[-2.633,55.128],[-2.626,55.128],[-2.621,55.129],[-2.616,55.128],[-2.606,55.126],[-2.601,55.124],[-2.602,55.122],[-2.6,55.117],[-2.599,55.115],[-2.598,55.115],[-2.594,55.114],[-2.593,55.11],[-2.594,55.108],[-2.592,55.104],[-2.585,55.103],[-2.583,55.101],[-2.583,55.098],[-2.577,55.096],[-2.572,55.098],[-2.568,55.096],[-2.569,55.094],[-2.567,55.092],[-2.558,55.089],[-2.563,55.085],[-2.559,55.084],[-2.558,55.082],[-2.549,55.083],[-2.54,55.084],[-2.537,55.083],[-2.532,55.083],[-2.531,55.085],[-2.525,55.085],[-2.518,55.085],[-2.517,55.089],[-2.506,55.089],[-2.501,55.09],[-2.498,55.087],[-2.491,55.086],[-2.486,55.083],[-2.486,55.081],[-2.49,55.081],[-2.495,55.082],[-2.497,55.077],[-2.501,55.075],[-2.5,55.074],[-2.493,55.071],[-2.492,55.068],[-2.494,55.066],[-2.503,55.063],[-2.502,55.058],[-2.496,55.055],[-2.496,55.054],[-2.495,55.053],[-2.494,55.051],[-2.488,55.048],[-2.488,55.046],[-2.483,55.043],[-2.483,55.04],[-2.493,55.037],[-2.505,55.037],[-2.506,55.035],[-2.511,55.035],[-2.513,55.034],[-2.521,55.033],[-2.528,55.032],[-2.527,55.029],[-2.536,55.028],[-2.545,55.027],[-2.547,55.024],[-2.556,55.02],[-2.559,55.021],[-2.566,55.02],[-2.568,55.017],[-2.573,55.016],[-2.572,55.014],[-2.575,55.011],[-2.572,55.008],[-2.573,55.005],[-2.568,55.003],[-2.569,55],[-2.574,54.992],[-2.573,54.989],[-2.576,54.985],[-2.581,54.982],[-2.586,54.982],[-2.591,54.977],[-2.592,54.974],[-2.6,54.974],[-2.601,54.971],[-2.598,54.966],[-2.596,54.963],[-2.586,54.963],[-2.578,54.961],[-2.571,54.96],[-2.568,54.958],[-2.571,54.948],[-2.568,54.941],[-2.565,54.94],[-2.56,54.934],[-2.554,54.934],[-2.552,54.932],[-2.552,54.93],[-2.551,54.929],[-2.545,54.929],[-2.548,54.926],[-2.554,54.925],[-2.559,54.924],[-2.557,54.922],[-2.56,54.92],[-2.566,54.919],[-2.568,54.909],[-2.575,54.9],[-2.576,54.897],[-2.588,54.891],[-2.594,54.888],[-2.605,54.885],[-2.605,54.884],[-2.599,54.88],[-2.593,54.875],[-2.59,54.874],[-2.589,54.87],[-2.581,54.864],[-2.573,54.854],[-2.582,54.848],[-2.583,54.846],[-2.578,54.836],[-2.573,54.831],[-2.568,54.824],[-2.558,54.817],[-2.543,54.812],[-2.535,54.807],[-2.531,54.806],[-2.523,54.806],[-2.517,54.808],[-2.511,54.809],[-2.503,54.81],[-2.496,54.81],[-2.488,54.815],[-2.482,54.817],[-2.469,54.826],[-2.461,54.834],[-2.457,54.832],[-2.452,54.832],[-2.447,54.835],[-2.442,54.836],[-2.434,54.84],[-2.423,54.843],[-2.415,54.851],[-2.411,54.856],[-2.402,54.851],[-2.398,54.844],[-2.393,54.835],[-2.389,54.832],[-2.382,54.831],[-2.373,54.827],[-2.369,54.822],[-2.37,54.821],[-2.36,54.817],[-2.356,54.814],[-2.348,54.807],[-2.343,54.806],[-2.338,54.807],[-2.334,54.805],[-2.328,54.805],[-2.327,54.801],[-2.323,54.797],[-2.323,54.795],[-2.315,54.793],[-2.312,54.791],[-2.308,54.792],[-2.302,54.792],[-2.296,54.794],[-2.293,54.793],[-2.29,54.796],[-2.286,54.796],[-2.283,54.798],[-2.277,54.796],[-2.267,54.795],[-2.261,54.792],[-2.251,54.79],[-2.249,54.788],[-2.236,54.787],[-2.234,54.784],[-2.227,54.783],[-2.22,54.783],[-2.215,54.784],[-2.214,54.787],[-2.211,54.789],[-2.202,54.8],[-2.199,54.805],[-2.199,54.807],[-2.187,54.806],[-2.182,54.807],[-2.174,54.806],[-2.169,54.804],[-2.166,54.814],[-2.161,54.819],[-2.151,54.823],[-2.143,54.827],[-2.143,54.831],[-2.14,54.834],[-2.139,54.838],[-2.14,54.842],[-2.135,54.843],[-2.121,54.841],[-2.116,54.841],[-2.111,54.84],[-2.103,54.84],[-2.1,54.837],[-2.099,54.837],[-2.098,54.837],[-2.097,54.837],[-2.082,54.838],[-2.074,54.841],[-2.067,54.845],[-2.065,54.844],[-2.055,54.847],[-2.04,54.848],[-2.036,54.851],[-2.036,54.853],[-2.028,54.856],[-2.027,54.859],[-2.023,54.859],[-2.019,54.862],[-2.012,54.864],[-2.012,54.867],[-2.006,54.869],[-2.002,54.868],[-1.995,54.87],[-1.99,54.87],[-1.987,54.868],[-1.981,54.868],[-1.971,54.863],[-1.973,54.861],[-1.969,54.86],[-1.964,54.859],[-1.959,54.856],[-1.952,54.854],[-1.944,54.852],[-1.939,54.852],[-1.931,54.853],[-1.931,54.852],[-1.926,54.849],[-1.923,54.85],[-1.921,54.842],[-1.919,54.841],[-1.92,54.837],[-1.915,54.834],[-1.906,54.841],[-1.899,54.843],[-1.896,54.846],[-1.894,54.844],[-1.887,54.844],[-1.881,54.847],[-1.87,54.851],[-1.868,54.853],[-1.867,54.854],[-1.868,54.857],[-1.871,54.86],[-1.867,54.864],[-1.862,54.866],[-1.86,54.869],[-1.86,54.878],[-1.854,54.88],[-1.851,54.885],[-1.855,54.889],[-1.854,54.891],[-1.848,54.89],[-1.845,54.894],[-1.845,54.897],[-1.839,54.897],[-1.831,54.902],[-1.828,54.905],[-1.823,54.905],[-1.821,54.906],[-1.828,54.91],[-1.834,54.912],[-1.845,54.914],[-1.848,54.914],[-1.853,54.917],[-1.846,54.924],[-1.841,54.93],[-1.833,54.931],[-1.827,54.93],[-1.826,54.934],[-1.827,54.937],[-1.825,54.939],[-1.825,54.941],[-1.831,54.944],[-1.831,54.947],[-1.834,54.951],[-1.831,54.955],[-1.823,54.956],[-1.825,54.962],[-1.822,54.966],[-1.816,54.967],[-1.816,54.969],[-1.812,54.971],[-1.813,54.976],[-1.801,54.979],[-1.793,54.983],[-1.785,54.985],[-1.782,54.984],[-1.774,54.982],[-1.767,54.981],[-1.757,54.983],[-1.75,54.983],[-1.739,54.98],[-1.733,54.98],[-1.737,54.987],[-1.726,54.988],[-1.726,54.992],[-1.732,54.993],[-1.731,54.996],[-1.74,54.999],[-1.742,55.002],[-1.73,55.004],[-1.723,55.004],[-1.722,55.01],[-1.712,55.006],[-1.698,55.002],[-1.696,55.007],[-1.7,55.008],[-1.699,55.011],[-1.689,55.011],[-1.688,55.01],[-1.68,55.01],[-1.679,55.012],[-1.675,55.014],[-1.674,55.017],[-1.666,55.02],[-1.666,55.023],[-1.664,55.027],[-1.666,55.032],[-1.665,55.036],[-1.666,55.038],[-1.668,55.041],[-1.672,55.041],[-1.679,55.039],[-1.68,55.041],[-1.686,55.04],[-1.692,55.041],[-1.695,55.043],[-1.694,55.047],[-1.695,55.05],[-1.698,55.052],[-1.711,55.053],[-1.714,55.065],[-1.704,55.066],[-1.705,55.071],[-1.701,55.071],[-1.691,55.07],[-1.691,55.073],[-1.662,55.078],[-1.648,55.079],[-1.642,55.071],[-1.64,55.069],[-1.638,55.065],[-1.634,55.065],[-1.63,55.068],[-1.631,55.085],[-1.635,55.085],[-1.637,55.101],[-1.647,55.105],[-1.641,55.108],[-1.636,55.109],[-1.632,55.111],[-1.628,55.11],[-1.626,55.108],[-1.621,55.113],[-1.627,55.114],[-1.63,55.114],[-1.634,55.116],[-1.635,55.117],[-1.638,55.116],[-1.642,55.12],[-1.64,55.121],[-1.648,55.124],[-1.651,55.129],[-1.647,55.133],[-1.65,55.139],[-1.64,55.145],[-1.632,55.146],[-1.621,55.151],[-1.625,55.151],[-1.635,55.154],[-1.634,55.161],[-1.637,55.164],[-1.636,55.166],[-1.632,55.168],[-1.632,55.17],[-1.638,55.17],[-1.648,55.169]]]},"properties":{"PCON24NM":"Hexham","PCON24CD":"E14001285"},"PCON24CD":222}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.185,53.638],[-2.182,53.64],[-2.183,53.645],[-2.182,53.648],[-2.19,53.648],[-2.198,53.652],[-2.205,53.654],[-2.207,53.657],[-2.207,53.661],[-2.215,53.665],[-2.218,53.669],[-2.222,53.669],[-2.226,53.671],[-2.233,53.669],[-2.237,53.667],[-2.246,53.664],[-2.249,53.66],[-2.254,53.657],[-2.261,53.654],[-2.263,53.652],[-2.266,53.651],[-2.27,53.646],[-2.268,53.641],[-2.265,53.639],[-2.264,53.63],[-2.262,53.626],[-2.26,53.624],[-2.26,53.621],[-2.258,53.616],[-2.266,53.615],[-2.269,53.616],[-2.272,53.615],[-2.267,53.609],[-2.259,53.606],[-2.251,53.607],[-2.248,53.602],[-2.245,53.601],[-2.246,53.599],[-2.25,53.599],[-2.256,53.597],[-2.258,53.595],[-2.259,53.592],[-2.27,53.592],[-2.272,53.59],[-2.277,53.591],[-2.279,53.588],[-2.278,53.586],[-2.283,53.586],[-2.281,53.583],[-2.278,53.58],[-2.274,53.579],[-2.269,53.58],[-2.268,53.584],[-2.265,53.586],[-2.259,53.585],[-2.255,53.582],[-2.254,53.581],[-2.251,53.578],[-2.251,53.577],[-2.243,53.572],[-2.246,53.569],[-2.243,53.568],[-2.248,53.563],[-2.239,53.561],[-2.237,53.559],[-2.242,53.557],[-2.237,53.554],[-2.236,53.548],[-2.23,53.548],[-2.222,53.552],[-2.214,53.554],[-2.212,53.552],[-2.208,53.552],[-2.204,53.553],[-2.198,53.55],[-2.199,53.547],[-2.191,53.547],[-2.192,53.549],[-2.187,53.55],[-2.183,53.548],[-2.181,53.551],[-2.179,53.555],[-2.177,53.554],[-2.172,53.555],[-2.172,53.558],[-2.163,53.563],[-2.154,53.566],[-2.151,53.567],[-2.152,53.579],[-2.157,53.582],[-2.157,53.587],[-2.164,53.593],[-2.167,53.598],[-2.166,53.6],[-2.173,53.604],[-2.167,53.606],[-2.165,53.608],[-2.172,53.61],[-2.173,53.612],[-2.166,53.618],[-2.162,53.624],[-2.163,53.626],[-2.172,53.625],[-2.179,53.626],[-2.179,53.631],[-2.186,53.637],[-2.185,53.638]]]},"properties":{"PCON24NM":"Heywood and Middleton North","PCON24CD":"E14001286"},"PCON24CD":223}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.822,53.521],[-1.827,53.524],[-1.834,53.521],[-1.841,53.52],[-1.843,53.521],[-1.846,53.525],[-1.851,53.526],[-1.856,53.53],[-1.86,53.534],[-1.863,53.535],[-1.871,53.539],[-1.876,53.54],[-1.883,53.539],[-1.887,53.536],[-1.894,53.534],[-1.898,53.538],[-1.901,53.539],[-1.91,53.538],[-1.914,53.537],[-1.916,53.533],[-1.922,53.531],[-1.924,53.523],[-1.927,53.521],[-1.922,53.517],[-1.917,53.515],[-1.922,53.51],[-1.924,53.51],[-1.935,53.506],[-1.943,53.507],[-1.946,53.505],[-1.956,53.504],[-1.959,53.506],[-1.963,53.51],[-1.972,53.504],[-1.972,53.499],[-1.971,53.495],[-1.975,53.487],[-1.983,53.484],[-1.987,53.482],[-1.989,53.475],[-1.987,53.473],[-1.988,53.471],[-1.987,53.467],[-1.981,53.464],[-1.981,53.463],[-1.988,53.461],[-1.987,53.454],[-1.99,53.454],[-1.995,53.45],[-1.995,53.447],[-1.999,53.446],[-2.006,53.441],[-2.004,53.436],[-2.007,53.436],[-2.012,53.44],[-2.018,53.438],[-2.023,53.433],[-2.027,53.432],[-2.026,53.43],[-2.02,53.425],[-2.024,53.421],[-2.017,53.419],[-2.014,53.416],[-2.011,53.417],[-2.005,53.415],[-1.992,53.415],[-1.994,53.413],[-1.994,53.409],[-2.002,53.396],[-2.005,53.392],[-2.005,53.386],[-2.013,53.384],[-2.015,53.381],[-2.019,53.38],[-2.017,53.378],[-2.021,53.378],[-2.021,53.375],[-2.026,53.374],[-2.031,53.375],[-2.034,53.375],[-2.029,53.371],[-2.031,53.37],[-2.034,53.368],[-2.027,53.364],[-2.024,53.364],[-2.023,53.367],[-2.018,53.366],[-2.016,53.363],[-2.009,53.362],[-2.011,53.357],[-2.007,53.355],[-2.008,53.351],[-2.008,53.348],[-2.005,53.346],[-2.01,53.342],[-2.014,53.34],[-2.014,53.332],[-2.009,53.331],[-2.012,53.328],[-2.011,53.324],[-2.004,53.321],[-2.002,53.319],[-2.004,53.314],[-2.004,53.311],[-2.009,53.305],[-2.009,53.291],[-2.008,53.289],[-2.008,53.283],[-2.009,53.28],[-2.007,53.276],[-2.005,53.268],[-2.009,53.261],[-2,53.255],[-2.002,53.249],[-2,53.245],[-1.993,53.242],[-1.984,53.239],[-1.982,53.239],[-1.979,53.233],[-1.975,53.231],[-1.975,53.228],[-1.988,53.225],[-1.99,53.223],[-1.989,53.216],[-1.987,53.214],[-1.978,53.217],[-1.976,53.219],[-1.971,53.221],[-1.962,53.226],[-1.961,53.219],[-1.957,53.214],[-1.951,53.212],[-1.939,53.212],[-1.931,53.209],[-1.925,53.206],[-1.922,53.203],[-1.915,53.203],[-1.909,53.199],[-1.902,53.199],[-1.899,53.2],[-1.901,53.207],[-1.9,53.208],[-1.906,53.212],[-1.91,53.212],[-1.912,53.213],[-1.909,53.215],[-1.913,53.217],[-1.918,53.218],[-1.912,53.221],[-1.907,53.219],[-1.898,53.21],[-1.895,53.212],[-1.897,53.216],[-1.893,53.219],[-1.888,53.218],[-1.883,53.211],[-1.882,53.207],[-1.884,53.205],[-1.882,53.204],[-1.877,53.203],[-1.878,53.207],[-1.873,53.208],[-1.874,53.211],[-1.873,53.216],[-1.863,53.205],[-1.853,53.203],[-1.848,53.199],[-1.841,53.197],[-1.842,53.195],[-1.832,53.198],[-1.832,53.206],[-1.831,53.211],[-1.835,53.212],[-1.851,53.217],[-1.853,53.217],[-1.861,53.222],[-1.866,53.224],[-1.871,53.225],[-1.874,53.227],[-1.867,53.23],[-1.861,53.231],[-1.858,53.234],[-1.858,53.236],[-1.852,53.244],[-1.845,53.246],[-1.847,53.249],[-1.843,53.251],[-1.837,53.249],[-1.833,53.252],[-1.821,53.252],[-1.817,53.254],[-1.818,53.257],[-1.816,53.258],[-1.808,53.258],[-1.806,53.256],[-1.799,53.256],[-1.794,53.255],[-1.79,53.256],[-1.792,53.258],[-1.796,53.259],[-1.799,53.261],[-1.797,53.263],[-1.799,53.265],[-1.8,53.271],[-1.802,53.273],[-1.81,53.275],[-1.813,53.28],[-1.818,53.283],[-1.817,53.286],[-1.824,53.292],[-1.822,53.294],[-1.825,53.299],[-1.823,53.303],[-1.817,53.305],[-1.809,53.314],[-1.806,53.317],[-1.798,53.319],[-1.788,53.324],[-1.784,53.325],[-1.769,53.333],[-1.766,53.336],[-1.759,53.338],[-1.749,53.335],[-1.741,53.337],[-1.737,53.337],[-1.732,53.338],[-1.731,53.337],[-1.734,53.335],[-1.725,53.332],[-1.727,53.329],[-1.728,53.319],[-1.72,53.319],[-1.713,53.322],[-1.712,53.325],[-1.706,53.325],[-1.7,53.324],[-1.7,53.332],[-1.697,53.335],[-1.691,53.337],[-1.686,53.336],[-1.677,53.342],[-1.671,53.35],[-1.673,53.353],[-1.671,53.359],[-1.67,53.365],[-1.673,53.369],[-1.664,53.381],[-1.662,53.391],[-1.654,53.392],[-1.655,53.393],[-1.665,53.394],[-1.668,53.393],[-1.673,53.397],[-1.682,53.402],[-1.695,53.401],[-1.705,53.405],[-1.703,53.411],[-1.704,53.415],[-1.709,53.417],[-1.717,53.419],[-1.723,53.419],[-1.73,53.416],[-1.735,53.42],[-1.74,53.421],[-1.747,53.426],[-1.744,53.43],[-1.745,53.432],[-1.749,53.436],[-1.75,53.439],[-1.744,53.445],[-1.744,53.448],[-1.747,53.453],[-1.747,53.458],[-1.745,53.462],[-1.748,53.464],[-1.751,53.465],[-1.759,53.464],[-1.766,53.464],[-1.771,53.467],[-1.776,53.468],[-1.778,53.472],[-1.781,53.475],[-1.79,53.476],[-1.801,53.481],[-1.802,53.487],[-1.8,53.488],[-1.8,53.494],[-1.796,53.494],[-1.795,53.498],[-1.796,53.503],[-1.799,53.505],[-1.81,53.506],[-1.801,53.511],[-1.807,53.512],[-1.813,53.512],[-1.82,53.513],[-1.822,53.521]]]},"properties":{"PCON24NM":"High Peak","PCON24CD":"E14001287"},"PCON24CD":224}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.361,52.676],[-1.363,52.68],[-1.371,52.678],[-1.374,52.677],[-1.382,52.675],[-1.384,52.674],[-1.397,52.674],[-1.399,52.672],[-1.408,52.673],[-1.418,52.678],[-1.421,52.683],[-1.424,52.684],[-1.429,52.683],[-1.43,52.681],[-1.445,52.685],[-1.451,52.688],[-1.445,52.693],[-1.441,52.696],[-1.438,52.699],[-1.436,52.704],[-1.44,52.702],[-1.451,52.703],[-1.456,52.703],[-1.467,52.707],[-1.473,52.702],[-1.476,52.702],[-1.482,52.698],[-1.488,52.695],[-1.493,52.693],[-1.495,52.693],[-1.498,52.689],[-1.504,52.687],[-1.507,52.688],[-1.512,52.692],[-1.513,52.696],[-1.519,52.702],[-1.526,52.704],[-1.527,52.708],[-1.52,52.707],[-1.517,52.712],[-1.51,52.714],[-1.497,52.721],[-1.499,52.724],[-1.503,52.725],[-1.511,52.723],[-1.518,52.728],[-1.525,52.728],[-1.532,52.727],[-1.535,52.728],[-1.545,52.728],[-1.55,52.726],[-1.55,52.72],[-1.556,52.718],[-1.564,52.711],[-1.569,52.71],[-1.574,52.712],[-1.578,52.711],[-1.585,52.707],[-1.592,52.706],[-1.591,52.705],[-1.596,52.703],[-1.598,52.7],[-1.591,52.698],[-1.587,52.695],[-1.589,52.693],[-1.59,52.687],[-1.584,52.685],[-1.579,52.68],[-1.577,52.678],[-1.569,52.68],[-1.566,52.678],[-1.57,52.676],[-1.565,52.674],[-1.56,52.671],[-1.553,52.669],[-1.55,52.663],[-1.546,52.659],[-1.547,52.656],[-1.542,52.654],[-1.545,52.65],[-1.543,52.648],[-1.545,52.645],[-1.547,52.642],[-1.554,52.64],[-1.559,52.637],[-1.568,52.636],[-1.571,52.634],[-1.565,52.631],[-1.567,52.629],[-1.566,52.626],[-1.568,52.623],[-1.567,52.621],[-1.561,52.62],[-1.561,52.617],[-1.554,52.613],[-1.557,52.609],[-1.557,52.601],[-1.56,52.596],[-1.556,52.594],[-1.553,52.594],[-1.547,52.592],[-1.543,52.589],[-1.538,52.59],[-1.532,52.586],[-1.531,52.583],[-1.527,52.583],[-1.525,52.58],[-1.527,52.575],[-1.523,52.574],[-1.52,52.57],[-1.503,52.564],[-1.464,52.553],[-1.459,52.552],[-1.427,52.54],[-1.419,52.538],[-1.417,52.534],[-1.415,52.534],[-1.407,52.532],[-1.381,52.522],[-1.373,52.519],[-1.374,52.518],[-1.363,52.515],[-1.342,52.507],[-1.338,52.506],[-1.325,52.501],[-1.319,52.511],[-1.318,52.515],[-1.324,52.517],[-1.322,52.519],[-1.328,52.523],[-1.33,52.525],[-1.33,52.529],[-1.331,52.531],[-1.335,52.533],[-1.333,52.538],[-1.335,52.544],[-1.337,52.55],[-1.339,52.553],[-1.337,52.556],[-1.333,52.558],[-1.335,52.56],[-1.329,52.566],[-1.326,52.565],[-1.324,52.568],[-1.32,52.566],[-1.31,52.563],[-1.302,52.561],[-1.298,52.563],[-1.289,52.565],[-1.289,52.564],[-1.282,52.563],[-1.278,52.565],[-1.276,52.564],[-1.272,52.567],[-1.268,52.571],[-1.27,52.575],[-1.281,52.576],[-1.286,52.578],[-1.297,52.58],[-1.295,52.584],[-1.296,52.588],[-1.291,52.593],[-1.285,52.595],[-1.275,52.601],[-1.275,52.603],[-1.278,52.605],[-1.28,52.607],[-1.274,52.61],[-1.277,52.612],[-1.272,52.615],[-1.265,52.614],[-1.258,52.616],[-1.258,52.621],[-1.261,52.625],[-1.263,52.627],[-1.26,52.629],[-1.252,52.631],[-1.249,52.632],[-1.241,52.633],[-1.244,52.636],[-1.249,52.637],[-1.256,52.635],[-1.261,52.637],[-1.262,52.643],[-1.27,52.647],[-1.277,52.648],[-1.282,52.652],[-1.285,52.651],[-1.29,52.653],[-1.292,52.651],[-1.299,52.647],[-1.307,52.646],[-1.305,52.642],[-1.312,52.64],[-1.317,52.64],[-1.321,52.636],[-1.322,52.64],[-1.32,52.647],[-1.336,52.65],[-1.345,52.654],[-1.354,52.66],[-1.36,52.662],[-1.359,52.664],[-1.361,52.667],[-1.359,52.673],[-1.361,52.676]]]},"properties":{"PCON24NM":"Hinckley and Bosworth","PCON24CD":"E14001288"},"PCON24CD":225}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.219,52.037],[-0.226,52.046],[-0.227,52.047],[-0.238,52.046],[-0.24,52.052],[-0.24,52.058],[-0.243,52.059],[-0.256,52.063],[-0.262,52.064],[-0.262,52.067],[-0.274,52.07],[-0.276,52.068],[-0.275,52.065],[-0.277,52.061],[-0.276,52.059],[-0.28,52.058],[-0.29,52.054],[-0.296,52.053],[-0.297,52.049],[-0.305,52.043],[-0.308,52.044],[-0.315,52.042],[-0.316,52.04],[-0.321,52.04],[-0.328,52.043],[-0.332,52.046],[-0.334,52.051],[-0.339,52.052],[-0.346,52.051],[-0.349,52.048],[-0.347,52.045],[-0.356,52.048],[-0.36,52.047],[-0.37,52.05],[-0.374,52.052],[-0.376,52.056],[-0.379,52.059],[-0.39,52.057],[-0.395,52.053],[-0.399,52.052],[-0.4,52.05],[-0.404,52.048],[-0.401,52.042],[-0.396,52.042],[-0.393,52.04],[-0.388,52.035],[-0.385,52.035],[-0.383,52.033],[-0.381,52.034],[-0.377,52.027],[-0.378,52.024],[-0.376,52.022],[-0.373,52.021],[-0.366,52.016],[-0.37,52.012],[-0.365,52.013],[-0.358,52.01],[-0.348,52.008],[-0.347,52.009],[-0.343,52.009],[-0.343,52.005],[-0.339,52.001],[-0.337,52.002],[-0.329,51.995],[-0.334,51.995],[-0.341,51.99],[-0.338,51.988],[-0.339,51.983],[-0.347,51.984],[-0.352,51.983],[-0.356,51.985],[-0.362,51.985],[-0.367,51.984],[-0.368,51.98],[-0.362,51.974],[-0.352,51.974],[-0.349,51.97],[-0.352,51.966],[-0.349,51.964],[-0.351,51.962],[-0.35,51.958],[-0.354,51.957],[-0.363,51.953],[-0.366,51.951],[-0.372,51.948],[-0.383,51.951],[-0.383,51.953],[-0.379,51.958],[-0.38,51.965],[-0.378,51.972],[-0.379,51.976],[-0.381,51.979],[-0.385,51.978],[-0.386,51.979],[-0.391,51.977],[-0.392,51.973],[-0.395,51.967],[-0.399,51.967],[-0.401,51.961],[-0.402,51.956],[-0.404,51.956],[-0.402,51.949],[-0.404,51.948],[-0.406,51.941],[-0.402,51.933],[-0.406,51.932],[-0.403,51.93],[-0.39,51.926],[-0.387,51.921],[-0.384,51.918],[-0.386,51.916],[-0.385,51.911],[-0.379,51.904],[-0.378,51.902],[-0.378,51.899],[-0.373,51.895],[-0.365,51.894],[-0.359,51.889],[-0.358,51.886],[-0.355,51.885],[-0.352,51.88],[-0.35,51.879],[-0.351,51.876],[-0.354,51.876],[-0.354,51.871],[-0.355,51.867],[-0.354,51.864],[-0.35,51.861],[-0.35,51.857],[-0.342,51.853],[-0.339,51.85],[-0.323,51.845],[-0.322,51.839],[-0.319,51.837],[-0.308,51.835],[-0.303,51.836],[-0.296,51.834],[-0.289,51.836],[-0.279,51.835],[-0.274,51.835],[-0.273,51.84],[-0.271,51.845],[-0.266,51.847],[-0.263,51.851],[-0.262,51.853],[-0.265,51.861],[-0.259,51.864],[-0.259,51.867],[-0.253,51.87],[-0.251,51.874],[-0.253,51.878],[-0.249,51.884],[-0.246,51.885],[-0.242,51.883],[-0.235,51.882],[-0.23,51.883],[-0.226,51.887],[-0.223,51.892],[-0.225,51.893],[-0.226,51.898],[-0.229,51.899],[-0.23,51.903],[-0.234,51.905],[-0.229,51.913],[-0.228,51.917],[-0.225,51.923],[-0.228,51.925],[-0.228,51.927],[-0.225,51.929],[-0.22,51.931],[-0.207,51.93],[-0.205,51.929],[-0.202,51.931],[-0.199,51.929],[-0.197,51.931],[-0.193,51.928],[-0.188,51.928],[-0.185,51.932],[-0.176,51.931],[-0.171,51.928],[-0.165,51.927],[-0.162,51.92],[-0.155,51.924],[-0.16,51.925],[-0.159,51.929],[-0.163,51.932],[-0.172,51.934],[-0.177,51.936],[-0.181,51.938],[-0.184,51.942],[-0.184,51.944],[-0.188,51.953],[-0.194,51.957],[-0.197,51.958],[-0.2,51.953],[-0.203,51.953],[-0.206,51.947],[-0.212,51.947],[-0.224,51.949],[-0.232,51.949],[-0.228,51.954],[-0.238,51.957],[-0.244,51.958],[-0.241,51.962],[-0.244,51.963],[-0.242,51.965],[-0.243,51.969],[-0.246,51.974],[-0.252,51.971],[-0.253,51.978],[-0.26,51.98],[-0.257,51.985],[-0.248,51.985],[-0.245,51.99],[-0.244,51.999],[-0.238,51.999],[-0.232,52.001],[-0.229,52.003],[-0.223,52.005],[-0.217,52.006],[-0.213,52.008],[-0.204,52.009],[-0.201,52.01],[-0.206,52.016],[-0.208,52.021],[-0.213,52.027],[-0.219,52.037]]]},"properties":{"PCON24NM":"Hitchin","PCON24CD":"E14001289"},"PCON24CD":226}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.129,51.549],[-0.131,51.551],[-0.137,51.555],[-0.139,51.558],[-0.146,51.556],[-0.15,51.551],[-0.153,51.549],[-0.155,51.551],[-0.16,51.551],[-0.159,51.547],[-0.161,51.545],[-0.159,51.543],[-0.16,51.537],[-0.159,51.536],[-0.159,51.537],[-0.158,51.537],[-0.156,51.537],[-0.153,51.538],[-0.151,51.535],[-0.147,51.525],[-0.143,51.524],[-0.137,51.519],[-0.131,51.517],[-0.129,51.513],[-0.128,51.513],[-0.123,51.515],[-0.119,51.515],[-0.115,51.516],[-0.112,51.515],[-0.113,51.517],[-0.113,51.518],[-0.11,51.518],[-0.105,51.519],[-0.107,51.522],[-0.112,51.524],[-0.114,51.526],[-0.116,51.53],[-0.123,51.531],[-0.122,51.537],[-0.126,51.542],[-0.127,51.547],[-0.129,51.549]]]},"properties":{"PCON24NM":"Holborn and St Pancras","PCON24CD":"E14001290"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.052,50.908],[-3.061,50.908],[-3.078,50.905],[-3.088,50.906],[-3.103,50.904],[-3.107,50.903],[-3.112,50.902],[-3.122,50.898],[-3.126,50.902],[-3.132,50.896],[-3.138,50.893],[-3.144,50.891],[-3.142,50.889],[-3.148,50.887],[-3.155,50.886],[-3.165,50.884],[-3.164,50.882],[-3.171,50.879],[-3.176,50.877],[-3.179,50.878],[-3.182,50.876],[-3.192,50.879],[-3.198,50.877],[-3.209,50.877],[-3.214,50.881],[-3.218,50.885],[-3.219,50.888],[-3.218,50.893],[-3.227,50.895],[-3.232,50.895],[-3.239,50.89],[-3.244,50.889],[-3.248,50.887],[-3.252,50.884],[-3.254,50.879],[-3.259,50.877],[-3.265,50.872],[-3.271,50.869],[-3.277,50.868],[-3.279,50.868],[-3.284,50.878],[-3.284,50.883],[-3.282,50.886],[-3.283,50.888],[-3.286,50.887],[-3.298,50.888],[-3.308,50.887],[-3.31,50.885],[-3.313,50.887],[-3.324,50.884],[-3.325,50.88],[-3.331,50.88],[-3.331,50.878],[-3.34,50.878],[-3.357,50.877],[-3.362,50.875],[-3.362,50.879],[-3.364,50.881],[-3.369,50.88],[-3.375,50.874],[-3.383,50.872],[-3.388,50.871],[-3.394,50.872],[-3.402,50.873],[-3.41,50.872],[-3.418,50.872],[-3.421,50.871],[-3.429,50.871],[-3.431,50.871],[-3.448,50.873],[-3.455,50.872],[-3.465,50.872],[-3.473,50.873],[-3.477,50.871],[-3.476,50.868],[-3.472,50.864],[-3.466,50.861],[-3.466,50.86],[-3.46,50.86],[-3.46,50.857],[-3.462,50.853],[-3.467,50.85],[-3.469,50.845],[-3.47,50.84],[-3.47,50.836],[-3.463,50.831],[-3.454,50.829],[-3.442,50.832],[-3.434,50.829],[-3.43,50.833],[-3.416,50.836],[-3.413,50.835],[-3.413,50.832],[-3.411,50.83],[-3.407,50.829],[-3.414,50.826],[-3.41,50.823],[-3.407,50.823],[-3.41,50.819],[-3.418,50.815],[-3.426,50.812],[-3.42,50.812],[-3.417,50.808],[-3.412,50.807],[-3.411,50.805],[-3.406,50.805],[-3.402,50.807],[-3.391,50.808],[-3.381,50.811],[-3.377,50.81],[-3.373,50.811],[-3.368,50.811],[-3.367,50.812],[-3.36,50.812],[-3.359,50.809],[-3.354,50.808],[-3.35,50.81],[-3.345,50.811],[-3.339,50.813],[-3.34,50.806],[-3.338,50.803],[-3.338,50.799],[-3.345,50.789],[-3.347,50.784],[-3.346,50.781],[-3.343,50.777],[-3.332,50.778],[-3.33,50.769],[-3.328,50.767],[-3.329,50.764],[-3.327,50.759],[-3.33,50.758],[-3.329,50.754],[-3.326,50.753],[-3.326,50.749],[-3.332,50.749],[-3.329,50.739],[-3.33,50.737],[-3.333,50.738],[-3.341,50.738],[-3.348,50.737],[-3.353,50.733],[-3.357,50.726],[-3.37,50.728],[-3.376,50.729],[-3.381,50.73],[-3.389,50.73],[-3.405,50.729],[-3.407,50.728],[-3.406,50.723],[-3.398,50.722],[-3.395,50.721],[-3.392,50.722],[-3.387,50.72],[-3.384,50.719],[-3.381,50.715],[-3.381,50.712],[-3.376,50.709],[-3.374,50.706],[-3.369,50.706],[-3.362,50.708],[-3.35,50.706],[-3.346,50.704],[-3.338,50.7],[-3.331,50.694],[-3.327,50.691],[-3.324,50.69],[-3.315,50.691],[-3.311,50.692],[-3.306,50.693],[-3.303,50.695],[-3.296,50.694],[-3.296,50.697],[-3.292,50.698],[-3.288,50.697],[-3.293,50.695],[-3.294,50.692],[-3.294,50.69],[-3.297,50.686],[-3.294,50.685],[-3.294,50.682],[-3.289,50.682],[-3.279,50.682],[-3.275,50.682],[-3.271,50.686],[-3.266,50.683],[-3.263,50.68],[-3.262,50.672],[-3.254,50.674],[-3.246,50.675],[-3.24,50.677],[-3.231,50.679],[-3.213,50.682],[-3.199,50.682],[-3.193,50.684],[-3.185,50.685],[-3.167,50.685],[-3.158,50.686],[-3.147,50.685],[-3.138,50.687],[-3.127,50.687],[-3.115,50.686],[-3.105,50.685],[-3.096,50.685],[-3.095,50.69],[-3.093,50.692],[-3.092,50.696],[-3.087,50.697],[-3.085,50.701],[-3.08,50.702],[-3.071,50.703],[-3.061,50.703],[-3.06,50.708],[-3.058,50.714],[-3.055,50.717],[-3.059,50.705],[-3.053,50.702],[-3.048,50.702],[-3.029,50.699],[-3.023,50.698],[-3.007,50.7],[-3.002,50.702],[-2.998,50.705],[-2.992,50.706],[-2.984,50.705],[-2.976,50.708],[-2.971,50.709],[-2.966,50.713],[-2.958,50.713],[-2.953,50.714],[-2.948,50.718],[-2.949,50.721],[-2.953,50.725],[-2.953,50.729],[-2.948,50.734],[-2.947,50.737],[-2.94,50.743],[-2.938,50.746],[-2.941,50.749],[-2.94,50.752],[-2.935,50.754],[-2.939,50.757],[-2.95,50.761],[-2.956,50.764],[-2.954,50.768],[-2.944,50.776],[-2.932,50.782],[-2.929,50.783],[-2.914,50.784],[-2.898,50.786],[-2.893,50.79],[-2.887,50.793],[-2.887,50.797],[-2.889,50.799],[-2.89,50.803],[-2.893,50.805],[-2.907,50.805],[-2.919,50.806],[-2.924,50.808],[-2.929,50.808],[-2.938,50.81],[-2.942,50.811],[-2.948,50.815],[-2.953,50.815],[-2.96,50.816],[-2.957,50.82],[-2.954,50.821],[-2.959,50.826],[-2.963,50.828],[-2.962,50.83],[-2.966,50.832],[-2.966,50.833],[-2.97,50.834],[-2.968,50.84],[-2.972,50.844],[-2.97,50.85],[-2.971,50.851],[-2.975,50.852],[-2.974,50.856],[-2.983,50.855],[-2.988,50.856],[-2.996,50.855],[-2.998,50.851],[-3.007,50.854],[-3.011,50.857],[-3.014,50.855],[-3.021,50.855],[-3.035,50.851],[-3.037,50.854],[-3.036,50.858],[-3.033,50.861],[-3.035,50.864],[-3.039,50.869],[-3.044,50.868],[-3.046,50.872],[-3.054,50.873],[-3.054,50.876],[-3.052,50.88],[-3.052,50.886],[-3.056,50.891],[-3.055,50.897],[-3.05,50.904],[-3.052,50.908]]]},"properties":{"PCON24NM":"Honiton and Sidmouth","PCON24CD":"E14001291"},"PCON24CD":228}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.313,51.566],[0.29,51.564],[0.287,51.572],[0.282,51.578],[0.274,51.587],[0.27,51.591],[0.269,51.595],[0.27,51.6],[0.262,51.6],[0.254,51.602],[0.257,51.604],[0.258,51.607],[0.264,51.608],[0.258,51.614],[0.25,51.619],[0.239,51.623],[0.224,51.632],[0.222,51.63],[0.212,51.627],[0.203,51.625],[0.197,51.626],[0.196,51.625],[0.204,51.617],[0.208,51.616],[0.207,51.613],[0.206,51.609],[0.199,51.605],[0.194,51.603],[0.193,51.6],[0.199,51.595],[0.213,51.593],[0.214,51.592],[0.216,51.591],[0.217,51.591],[0.218,51.59],[0.219,51.589],[0.223,51.588],[0.232,51.583],[0.224,51.58],[0.22,51.58],[0.22,51.576],[0.218,51.574],[0.217,51.574],[0.212,51.575],[0.213,51.569],[0.213,51.568],[0.213,51.567],[0.212,51.566],[0.212,51.565],[0.211,51.563],[0.21,51.562],[0.21,51.561],[0.209,51.56],[0.203,51.556],[0.208,51.555],[0.203,51.546],[0.209,51.544],[0.217,51.542],[0.216,51.538],[0.226,51.537],[0.23,51.538],[0.23,51.534],[0.234,51.532],[0.231,51.525],[0.243,51.524],[0.246,51.524],[0.246,51.527],[0.251,51.529],[0.254,51.518],[0.264,51.518],[0.265,51.525],[0.265,51.532],[0.272,51.533],[0.276,51.533],[0.282,51.534],[0.298,51.535],[0.297,51.538],[0.301,51.539],[0.311,51.539],[0.322,51.541],[0.331,51.541],[0.334,51.542],[0.331,51.546],[0.328,51.549],[0.328,51.551],[0.325,51.553],[0.319,51.555],[0.315,51.558],[0.313,51.566]]]},"properties":{"PCON24NM":"Hornchurch and Upminster","PCON24CD":"E14001292"},"PCON24CD":229}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.145,51.615],[-0.156,51.628],[-0.161,51.625],[-0.159,51.621],[-0.161,51.62],[-0.159,51.613],[-0.162,51.612],[-0.16,51.609],[-0.16,51.606],[-0.156,51.606],[-0.162,51.598],[-0.159,51.592],[-0.16,51.588],[-0.158,51.586],[-0.163,51.584],[-0.16,51.582],[-0.155,51.583],[-0.152,51.585],[-0.148,51.586],[-0.144,51.58],[-0.14,51.58],[-0.133,51.573],[-0.12,51.576],[-0.116,51.573],[-0.115,51.571],[-0.11,51.568],[-0.104,51.565],[-0.101,51.567],[-0.098,51.569],[-0.096,51.571],[-0.098,51.573],[-0.098,51.574],[-0.099,51.582],[-0.099,51.587],[-0.103,51.59],[-0.113,51.588],[-0.119,51.596],[-0.124,51.601],[-0.137,51.609],[-0.145,51.615]]]},"properties":{"PCON24NM":"Hornsey and Friern Barnet","PCON24CD":"E14001293"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.274,50.955],[-0.266,50.957],[-0.259,50.955],[-0.252,50.956],[-0.248,50.953],[-0.245,50.95],[-0.239,50.95],[-0.241,50.953],[-0.24,50.958],[-0.242,50.968],[-0.24,50.974],[-0.233,50.984],[-0.23,50.986],[-0.231,50.989],[-0.236,50.987],[-0.242,50.987],[-0.242,50.991],[-0.236,50.993],[-0.237,50.996],[-0.235,50.999],[-0.236,51.005],[-0.233,51.008],[-0.232,51.011],[-0.238,51.012],[-0.245,51.012],[-0.246,51.014],[-0.243,51.017],[-0.24,51.017],[-0.237,51.021],[-0.244,51.024],[-0.249,51.025],[-0.247,51.033],[-0.229,51.038],[-0.225,51.037],[-0.219,51.038],[-0.222,51.041],[-0.227,51.042],[-0.225,51.045],[-0.222,51.048],[-0.219,51.052],[-0.223,51.057],[-0.223,51.06],[-0.219,51.062],[-0.218,51.064],[-0.212,51.064],[-0.211,51.068],[-0.213,51.072],[-0.211,51.079],[-0.212,51.087],[-0.212,51.092],[-0.218,51.092],[-0.219,51.1],[-0.227,51.098],[-0.231,51.099],[-0.231,51.103],[-0.231,51.108],[-0.237,51.109],[-0.236,51.112],[-0.227,51.113],[-0.226,51.115],[-0.222,51.116],[-0.221,51.122],[-0.222,51.124],[-0.22,51.127],[-0.219,51.129],[-0.215,51.13],[-0.211,51.133],[-0.205,51.135],[-0.202,51.138],[-0.206,51.141],[-0.226,51.142],[-0.237,51.143],[-0.241,51.143],[-0.249,51.142],[-0.255,51.139],[-0.26,51.138],[-0.265,51.135],[-0.268,51.133],[-0.275,51.13],[-0.279,51.13],[-0.285,51.131],[-0.288,51.13],[-0.29,51.128],[-0.294,51.126],[-0.304,51.124],[-0.308,51.125],[-0.313,51.124],[-0.317,51.124],[-0.326,51.126],[-0.331,51.123],[-0.344,51.119],[-0.353,51.118],[-0.358,51.121],[-0.36,51.119],[-0.374,51.117],[-0.383,51.117],[-0.385,51.115],[-0.39,51.115],[-0.395,51.114],[-0.4,51.112],[-0.402,51.108],[-0.411,51.107],[-0.419,51.105],[-0.422,51.104],[-0.432,51.101],[-0.44,51.098],[-0.439,51.102],[-0.446,51.1],[-0.453,51.1],[-0.457,51.101],[-0.461,51.099],[-0.471,51.098],[-0.474,51.097],[-0.478,51.097],[-0.483,51.096],[-0.489,51.097],[-0.492,51.094],[-0.489,51.086],[-0.488,51.082],[-0.486,51.07],[-0.485,51.068],[-0.48,51.068],[-0.478,51.066],[-0.485,51.062],[-0.484,51.059],[-0.482,51.056],[-0.477,51.057],[-0.477,51.052],[-0.479,51.047],[-0.479,51.045],[-0.484,51.042],[-0.483,51.039],[-0.476,51.037],[-0.474,51.034],[-0.476,51.032],[-0.475,51.026],[-0.478,51.023],[-0.477,51.021],[-0.479,51.019],[-0.487,51.016],[-0.484,51.012],[-0.489,51.01],[-0.492,51.011],[-0.503,51.009],[-0.504,51.006],[-0.511,51.008],[-0.511,51.004],[-0.516,51.001],[-0.518,50.999],[-0.515,50.996],[-0.509,50.996],[-0.505,50.997],[-0.502,50.996],[-0.497,50.999],[-0.49,50.998],[-0.489,50.996],[-0.483,50.995],[-0.48,50.996],[-0.474,50.995],[-0.472,50.996],[-0.463,50.994],[-0.461,50.997],[-0.448,50.993],[-0.443,50.988],[-0.44,50.992],[-0.437,50.992],[-0.435,50.994],[-0.433,51.001],[-0.431,51.003],[-0.424,51.003],[-0.421,51.007],[-0.418,51.006],[-0.417,51.003],[-0.414,51.003],[-0.417,50.999],[-0.419,50.994],[-0.419,50.99],[-0.415,50.988],[-0.413,50.989],[-0.407,50.988],[-0.412,50.979],[-0.413,50.974],[-0.41,50.973],[-0.407,50.976],[-0.405,50.974],[-0.402,50.971],[-0.406,50.966],[-0.404,50.964],[-0.397,50.963],[-0.392,50.964],[-0.395,50.954],[-0.394,50.951],[-0.388,50.948],[-0.389,50.946],[-0.383,50.941],[-0.38,50.942],[-0.369,50.946],[-0.366,50.951],[-0.359,50.952],[-0.355,50.95],[-0.352,50.947],[-0.351,50.942],[-0.34,50.944],[-0.337,50.948],[-0.333,50.949],[-0.328,50.947],[-0.321,50.948],[-0.317,50.947],[-0.314,50.948],[-0.313,50.948],[-0.31,50.947],[-0.308,50.945],[-0.306,50.941],[-0.301,50.939],[-0.299,50.94],[-0.298,50.943],[-0.293,50.945],[-0.293,50.946],[-0.292,50.948],[-0.291,50.948],[-0.28,50.95],[-0.275,50.952],[-0.274,50.955]]]},"properties":{"PCON24NM":"Horsham","PCON24CD":"E14001294"},"PCON24CD":231}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.369,54.858],[-1.373,54.858],[-1.382,54.862],[-1.386,54.868],[-1.381,54.87],[-1.381,54.873],[-1.387,54.873],[-1.391,54.875],[-1.391,54.878],[-1.389,54.879],[-1.381,54.877],[-1.379,54.879],[-1.384,54.884],[-1.395,54.888],[-1.4,54.889],[-1.409,54.887],[-1.417,54.887],[-1.427,54.892],[-1.43,54.896],[-1.428,54.902],[-1.435,54.903],[-1.44,54.902],[-1.438,54.906],[-1.441,54.909],[-1.44,54.912],[-1.446,54.91],[-1.452,54.908],[-1.458,54.904],[-1.458,54.9],[-1.461,54.898],[-1.464,54.899],[-1.467,54.903],[-1.472,54.903],[-1.481,54.895],[-1.487,54.892],[-1.494,54.891],[-1.496,54.888],[-1.501,54.887],[-1.502,54.885],[-1.499,54.882],[-1.5,54.88],[-1.507,54.871],[-1.51,54.865],[-1.51,54.859],[-1.504,54.837],[-1.503,54.836],[-1.504,54.831],[-1.498,54.823],[-1.494,54.823],[-1.49,54.82],[-1.494,54.816],[-1.482,54.81],[-1.485,54.809],[-1.492,54.804],[-1.494,54.801],[-1.491,54.799],[-1.483,54.799],[-1.478,54.8],[-1.468,54.8],[-1.46,54.802],[-1.455,54.8],[-1.448,54.801],[-1.444,54.802],[-1.438,54.801],[-1.429,54.801],[-1.424,54.803],[-1.421,54.813],[-1.419,54.814],[-1.418,54.818],[-1.414,54.82],[-1.413,54.825],[-1.417,54.829],[-1.416,54.831],[-1.421,54.834],[-1.422,54.839],[-1.412,54.842],[-1.414,54.845],[-1.405,54.845],[-1.4,54.847],[-1.393,54.846],[-1.387,54.847],[-1.384,54.848],[-1.381,54.847],[-1.374,54.854],[-1.369,54.858]]]},"properties":{"PCON24NM":"Houghton and Sunderland South","PCON24CD":"E14001295"},"PCON24CD":232}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.188,50.869],[-0.199,50.87],[-0.201,50.875],[-0.202,50.876],[-0.205,50.87],[-0.214,50.87],[-0.214,50.875],[-0.225,50.876],[-0.227,50.878],[-0.233,50.876],[-0.237,50.872],[-0.239,50.868],[-0.241,50.865],[-0.245,50.864],[-0.24,50.862],[-0.239,50.859],[-0.236,50.858],[-0.236,50.853],[-0.231,50.848],[-0.229,50.846],[-0.225,50.841],[-0.215,50.831],[-0.216,50.828],[-0.205,50.826],[-0.198,50.826],[-0.181,50.824],[-0.172,50.824],[-0.157,50.822],[-0.154,50.828],[-0.15,50.831],[-0.147,50.831],[-0.154,50.837],[-0.159,50.842],[-0.161,50.847],[-0.164,50.851],[-0.171,50.856],[-0.183,50.863],[-0.184,50.867],[-0.188,50.869]]]},"properties":{"PCON24NM":"Hove and Portslade","PCON24CD":"E14001296"},"PCON24CD":233}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.731,53.68],[-1.735,53.682],[-1.737,53.685],[-1.741,53.687],[-1.742,53.692],[-1.748,53.695],[-1.753,53.693],[-1.76,53.693],[-1.761,53.69],[-1.768,53.688],[-1.78,53.684],[-1.789,53.683],[-1.81,53.678],[-1.814,53.677],[-1.819,53.673],[-1.813,53.671],[-1.806,53.673],[-1.806,53.668],[-1.802,53.665],[-1.804,53.664],[-1.803,53.661],[-1.809,53.66],[-1.808,53.659],[-1.811,53.656],[-1.811,53.652],[-1.814,53.652],[-1.816,53.646],[-1.813,53.645],[-1.813,53.641],[-1.815,53.638],[-1.824,53.636],[-1.826,53.634],[-1.835,53.631],[-1.84,53.628],[-1.841,53.624],[-1.838,53.622],[-1.839,53.619],[-1.835,53.617],[-1.835,53.615],[-1.83,53.608],[-1.823,53.61],[-1.819,53.608],[-1.815,53.609],[-1.811,53.608],[-1.796,53.61],[-1.788,53.611],[-1.787,53.611],[-1.777,53.614],[-1.773,53.617],[-1.765,53.618],[-1.757,53.62],[-1.748,53.625],[-1.742,53.626],[-1.737,53.629],[-1.732,53.63],[-1.726,53.633],[-1.724,53.632],[-1.723,53.628],[-1.719,53.624],[-1.709,53.624],[-1.704,53.622],[-1.702,53.625],[-1.705,53.627],[-1.7,53.629],[-1.698,53.632],[-1.701,53.636],[-1.699,53.638],[-1.705,53.64],[-1.708,53.643],[-1.708,53.646],[-1.71,53.648],[-1.713,53.648],[-1.718,53.65],[-1.725,53.652],[-1.729,53.65],[-1.734,53.653],[-1.734,53.655],[-1.739,53.664],[-1.737,53.669],[-1.734,53.672],[-1.734,53.676],[-1.73,53.679],[-1.731,53.68]]]},"properties":{"PCON24NM":"Huddersfield","PCON24CD":"E14001297"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.009,52.462],[-0.023,52.464],[-0.034,52.453],[-0.038,52.455],[-0.048,52.444],[-0.05,52.445],[-0.058,52.437],[-0.068,52.441],[-0.073,52.443],[-0.086,52.431],[-0.093,52.428],[-0.09,52.427],[-0.093,52.423],[-0.105,52.425],[-0.108,52.423],[-0.114,52.425],[-0.12,52.425],[-0.122,52.429],[-0.114,52.431],[-0.123,52.433],[-0.128,52.433],[-0.133,52.434],[-0.133,52.437],[-0.131,52.441],[-0.136,52.443],[-0.14,52.448],[-0.138,52.45],[-0.155,52.451],[-0.16,52.447],[-0.169,52.447],[-0.171,52.446],[-0.171,52.443],[-0.168,52.442],[-0.171,52.437],[-0.181,52.438],[-0.18,52.442],[-0.186,52.442],[-0.181,52.463],[-0.183,52.467],[-0.186,52.469],[-0.193,52.467],[-0.204,52.469],[-0.222,52.454],[-0.226,52.451],[-0.23,52.446],[-0.24,52.446],[-0.257,52.445],[-0.265,52.445],[-0.27,52.448],[-0.27,52.453],[-0.277,52.451],[-0.282,52.452],[-0.297,52.45],[-0.299,52.451],[-0.303,52.45],[-0.306,52.452],[-0.316,52.451],[-0.33,52.448],[-0.322,52.439],[-0.316,52.43],[-0.318,52.427],[-0.336,52.422],[-0.34,52.42],[-0.345,52.415],[-0.349,52.413],[-0.354,52.422],[-0.358,52.424],[-0.365,52.421],[-0.38,52.422],[-0.39,52.422],[-0.398,52.418],[-0.401,52.415],[-0.41,52.413],[-0.417,52.412],[-0.42,52.405],[-0.416,52.404],[-0.422,52.4],[-0.433,52.396],[-0.437,52.388],[-0.443,52.384],[-0.446,52.383],[-0.455,52.386],[-0.457,52.382],[-0.462,52.383],[-0.464,52.382],[-0.468,52.383],[-0.47,52.38],[-0.485,52.382],[-0.487,52.379],[-0.49,52.379],[-0.494,52.381],[-0.496,52.38],[-0.489,52.374],[-0.495,52.37],[-0.499,52.367],[-0.499,52.36],[-0.494,52.358],[-0.489,52.354],[-0.477,52.348],[-0.483,52.341],[-0.472,52.34],[-0.468,52.338],[-0.465,52.333],[-0.465,52.327],[-0.465,52.323],[-0.462,52.322],[-0.451,52.317],[-0.443,52.314],[-0.44,52.315],[-0.436,52.314],[-0.434,52.312],[-0.433,52.308],[-0.434,52.302],[-0.436,52.297],[-0.432,52.296],[-0.432,52.293],[-0.428,52.291],[-0.423,52.288],[-0.422,52.285],[-0.419,52.284],[-0.412,52.285],[-0.407,52.287],[-0.402,52.283],[-0.401,52.28],[-0.398,52.279],[-0.393,52.282],[-0.385,52.281],[-0.381,52.283],[-0.375,52.28],[-0.375,52.274],[-0.381,52.273],[-0.382,52.27],[-0.382,52.266],[-0.378,52.265],[-0.378,52.254],[-0.377,52.248],[-0.375,52.243],[-0.373,52.234],[-0.369,52.235],[-0.363,52.234],[-0.356,52.234],[-0.351,52.231],[-0.34,52.231],[-0.344,52.235],[-0.343,52.242],[-0.335,52.243],[-0.329,52.243],[-0.323,52.243],[-0.316,52.242],[-0.314,52.239],[-0.299,52.241],[-0.294,52.241],[-0.286,52.237],[-0.287,52.235],[-0.279,52.242],[-0.277,52.249],[-0.278,52.253],[-0.285,52.255],[-0.288,52.254],[-0.294,52.258],[-0.295,52.262],[-0.29,52.261],[-0.287,52.262],[-0.285,52.26],[-0.279,52.258],[-0.266,52.257],[-0.258,52.256],[-0.249,52.257],[-0.238,52.255],[-0.238,52.261],[-0.232,52.269],[-0.228,52.271],[-0.216,52.267],[-0.217,52.265],[-0.213,52.262],[-0.209,52.261],[-0.183,52.257],[-0.184,52.261],[-0.183,52.264],[-0.178,52.27],[-0.18,52.27],[-0.175,52.28],[-0.171,52.282],[-0.164,52.282],[-0.16,52.283],[-0.147,52.284],[-0.143,52.283],[-0.138,52.277],[-0.13,52.282],[-0.125,52.283],[-0.121,52.284],[-0.113,52.287],[-0.106,52.288],[-0.103,52.292],[-0.097,52.296],[-0.093,52.3],[-0.091,52.306],[-0.086,52.308],[-0.078,52.307],[-0.075,52.308],[-0.07,52.312],[-0.062,52.311],[-0.058,52.313],[-0.056,52.315],[-0.045,52.315],[-0.042,52.315],[-0.036,52.314],[-0.031,52.317],[-0.022,52.315],[-0.017,52.313],[-0.014,52.313],[-0.007,52.317],[-0.004,52.324],[0,52.328],[0.003,52.329],[0.009,52.335],[0.009,52.342],[0.013,52.344],[0.026,52.351],[0.031,52.353],[0.038,52.354],[0.043,52.353],[0.051,52.358],[0.049,52.364],[0.047,52.368],[0.042,52.381],[0.037,52.384],[0.034,52.386],[0.031,52.387],[0.027,52.391],[0.029,52.394],[0.029,52.399],[0.027,52.401],[0.027,52.406],[0.024,52.407],[0.023,52.411],[0.019,52.415],[0.031,52.425],[0.034,52.427],[0.033,52.43],[0.025,52.432],[0.022,52.434],[0.024,52.439],[0.023,52.442],[0.012,52.448],[0.011,52.453],[0.007,52.455],[0,52.454],[-0.003,52.455],[-0.008,52.458],[-0.009,52.462]]]},"properties":{"PCON24NM":"Huntingdon","PCON24CD":"E14001298"},"PCON24CD":235}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.342,53.795],[-2.345,53.793],[-2.355,53.798],[-2.359,53.797],[-2.359,53.795],[-2.363,53.794],[-2.37,53.794],[-2.371,53.795],[-2.369,53.799],[-2.37,53.801],[-2.375,53.801],[-2.379,53.802],[-2.39,53.802],[-2.399,53.803],[-2.398,53.807],[-2.399,53.809],[-2.393,53.815],[-2.397,53.817],[-2.401,53.814],[-2.407,53.813],[-2.412,53.81],[-2.424,53.803],[-2.434,53.798],[-2.44,53.795],[-2.449,53.787],[-2.455,53.783],[-2.462,53.781],[-2.466,53.781],[-2.46,53.778],[-2.454,53.773],[-2.454,53.771],[-2.448,53.766],[-2.452,53.761],[-2.451,53.756],[-2.447,53.755],[-2.441,53.75],[-2.439,53.748],[-2.442,53.745],[-2.44,53.739],[-2.44,53.733],[-2.439,53.732],[-2.434,53.728],[-2.432,53.72],[-2.434,53.719],[-2.426,53.715],[-2.418,53.711],[-2.42,53.708],[-2.413,53.705],[-2.405,53.707],[-2.395,53.705],[-2.39,53.705],[-2.386,53.703],[-2.38,53.703],[-2.375,53.704],[-2.369,53.702],[-2.36,53.703],[-2.351,53.701],[-2.343,53.699],[-2.337,53.698],[-2.333,53.699],[-2.331,53.696],[-2.322,53.692],[-2.321,53.689],[-2.319,53.683],[-2.317,53.682],[-2.312,53.684],[-2.307,53.683],[-2.306,53.685],[-2.306,53.692],[-2.312,53.696],[-2.31,53.698],[-2.312,53.701],[-2.311,53.707],[-2.305,53.707],[-2.306,53.718],[-2.305,53.723],[-2.309,53.722],[-2.311,53.727],[-2.31,53.732],[-2.311,53.737],[-2.309,53.74],[-2.303,53.744],[-2.303,53.748],[-2.314,53.747],[-2.314,53.752],[-2.316,53.752],[-2.322,53.757],[-2.328,53.76],[-2.329,53.766],[-2.331,53.77],[-2.33,53.774],[-2.332,53.778],[-2.33,53.781],[-2.336,53.782],[-2.336,53.785],[-2.339,53.789],[-2.337,53.792],[-2.341,53.792],[-2.342,53.795]]]},"properties":{"PCON24NM":"Hyndburn","PCON24CD":"E14001299"},"PCON24CD":236}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.138,51.624],[0.136,51.624],[0.129,51.621],[0.124,51.617],[0.119,51.615],[0.117,51.617],[0.11,51.614],[0.104,51.613],[0.1,51.613],[0.098,51.615],[0.092,51.614],[0.095,51.611],[0.093,51.609],[0.093,51.606],[0.087,51.604],[0.085,51.606],[0.079,51.607],[0.073,51.605],[0.077,51.597],[0.067,51.599],[0.056,51.601],[0.054,51.598],[0.046,51.6],[0.042,51.597],[0.038,51.594],[0.037,51.592],[0.04,51.588],[0.04,51.583],[0.041,51.58],[0.045,51.575],[0.049,51.572],[0.059,51.561],[0.063,51.558],[0.07,51.559],[0.069,51.562],[0.073,51.562],[0.08,51.565],[0.082,51.569],[0.077,51.571],[0.079,51.574],[0.083,51.574],[0.093,51.575],[0.097,51.577],[0.106,51.581],[0.115,51.583],[0.128,51.582],[0.126,51.587],[0.131,51.588],[0.13,51.59],[0.138,51.594],[0.147,51.599],[0.148,51.599],[0.15,51.603],[0.149,51.609],[0.147,51.613],[0.144,51.617],[0.138,51.624]]]},"properties":{"PCON24NM":"Ilford North","PCON24CD":"E14001300"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.148,51.599],[0.147,51.599],[0.138,51.594],[0.13,51.59],[0.131,51.588],[0.126,51.587],[0.128,51.582],[0.115,51.583],[0.106,51.581],[0.097,51.577],[0.093,51.575],[0.083,51.574],[0.079,51.574],[0.077,51.571],[0.082,51.569],[0.08,51.565],[0.073,51.562],[0.069,51.562],[0.07,51.559],[0.063,51.558],[0.064,51.557],[0.068,51.553],[0.069,51.547],[0.068,51.544],[0.069,51.544],[0.07,51.544],[0.075,51.544],[0.082,51.545],[0.086,51.547],[0.092,51.549],[0.094,51.546],[0.105,51.55],[0.108,51.553],[0.111,51.552],[0.117,51.557],[0.12,51.563],[0.125,51.564],[0.129,51.566],[0.131,51.571],[0.142,51.572],[0.142,51.575],[0.147,51.576],[0.147,51.581],[0.151,51.584],[0.151,51.595],[0.148,51.599]]]},"properties":{"PCON24NM":"Ilford South","PCON24CD":"E14001301"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.206,52.041],[1.209,52.048],[1.204,52.049],[1.206,52.054],[1.205,52.058],[1.206,52.064],[1.204,52.067],[1.201,52.068],[1.197,52.071],[1.197,52.073],[1.187,52.077],[1.19,52.08],[1.172,52.081],[1.163,52.081],[1.152,52.079],[1.153,52.076],[1.155,52.075],[1.154,52.072],[1.142,52.07],[1.137,52.067],[1.133,52.071],[1.13,52.069],[1.126,52.064],[1.122,52.062],[1.121,52.06],[1.122,52.057],[1.11,52.054],[1.111,52.052],[1.114,52.049],[1.107,52.047],[1.109,52.044],[1.111,52.042],[1.113,52.035],[1.12,52.036],[1.126,52.034],[1.129,52.03],[1.134,52.03],[1.146,52.034],[1.15,52.034],[1.155,52.036],[1.157,52.041],[1.16,52.044],[1.164,52.045],[1.158,52.038],[1.158,52.035],[1.161,52.032],[1.166,52.03],[1.17,52.03],[1.174,52.024],[1.179,52.022],[1.183,52.023],[1.187,52.022],[1.195,52.024],[1.202,52.024],[1.209,52.021],[1.215,52.026],[1.219,52.023],[1.224,52.029],[1.213,52.034],[1.205,52.036],[1.202,52.037],[1.203,52.04],[1.206,52.041]]]},"properties":{"PCON24NM":"Ipswich","PCON24CD":"E14001302"},"PCON24CD":239}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.269,50.58],[-1.264,50.58],[-1.26,50.579],[-1.25,50.581],[-1.247,50.582],[-1.242,50.583],[-1.235,50.586],[-1.229,50.587],[-1.21,50.593],[-1.202,50.593],[-1.196,50.595],[-1.185,50.597],[-1.179,50.601],[-1.175,50.608],[-1.177,50.611],[-1.172,50.615],[-1.174,50.621],[-1.174,50.625],[-1.169,50.634],[-1.168,50.64],[-1.166,50.644],[-1.16,50.649],[-1.152,50.654],[-1.138,50.661],[-1.125,50.664],[-1.112,50.666],[-1.099,50.665],[-1.095,50.672],[-1.088,50.675],[-1.086,50.677],[-1.078,50.68],[-1.073,50.681],[-1.07,50.684],[-1.071,50.688],[-1.076,50.691],[-1.082,50.694],[-1.094,50.696],[-1.093,50.694],[-1.098,50.691],[-1.102,50.692],[-1.108,50.694],[-1.106,50.697],[-1.104,50.698],[-1.101,50.697],[-1.098,50.696],[-1.099,50.701],[-1.098,50.706],[-1.101,50.707],[-1.103,50.713],[-1.106,50.714],[-1.108,50.72],[-1.11,50.722],[-1.12,50.723],[-1.13,50.727],[-1.137,50.727],[-1.144,50.729],[-1.148,50.731],[-1.157,50.734],[-1.164,50.733],[-1.179,50.734],[-1.184,50.733],[-1.186,50.734],[-1.193,50.733],[-1.198,50.734],[-1.211,50.735],[-1.215,50.734],[-1.218,50.735],[-1.218,50.731],[-1.225,50.727],[-1.226,50.727],[-1.22,50.732],[-1.219,50.735],[-1.215,50.736],[-1.216,50.739],[-1.221,50.739],[-1.231,50.743],[-1.238,50.743],[-1.243,50.739],[-1.245,50.738],[-1.247,50.735],[-1.25,50.734],[-1.254,50.728],[-1.254,50.724],[-1.257,50.721],[-1.257,50.718],[-1.258,50.715],[-1.254,50.711],[-1.247,50.716],[-1.245,50.709],[-1.241,50.698],[-1.241,50.693],[-1.246,50.689],[-1.247,50.686],[-1.242,50.684],[-1.231,50.682],[-1.227,50.681],[-1.217,50.683],[-1.218,50.674],[-1.213,50.669],[-1.218,50.668],[-1.223,50.668],[-1.224,50.665],[-1.221,50.659],[-1.217,50.655],[-1.224,50.652],[-1.225,50.65],[-1.22,50.646],[-1.223,50.636],[-1.226,50.629],[-1.232,50.627],[-1.236,50.626],[-1.24,50.622],[-1.242,50.617],[-1.233,50.618],[-1.232,50.615],[-1.238,50.615],[-1.235,50.611],[-1.239,50.607],[-1.239,50.605],[-1.241,50.604],[-1.248,50.602],[-1.249,50.6],[-1.252,50.597],[-1.249,50.595],[-1.245,50.589],[-1.247,50.588],[-1.252,50.586],[-1.256,50.586],[-1.265,50.584],[-1.27,50.584],[-1.269,50.58]]]},"properties":{"PCON24NM":"Isle of Wight East","PCON24CD":"E14001303"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.243,50.739],[-1.242,50.741],[-1.24,50.743],[-1.242,50.746],[-1.246,50.75],[-1.248,50.752],[-1.255,50.754],[-1.261,50.76],[-1.271,50.766],[-1.277,50.766],[-1.288,50.763],[-1.291,50.758],[-1.291,50.753],[-1.289,50.745],[-1.286,50.744],[-1.286,50.741],[-1.282,50.737],[-1.281,50.733],[-1.277,50.732],[-1.279,50.726],[-1.282,50.723],[-1.287,50.713],[-1.289,50.715],[-1.287,50.717],[-1.285,50.722],[-1.284,50.727],[-1.284,50.731],[-1.288,50.736],[-1.29,50.738],[-1.289,50.742],[-1.294,50.751],[-1.294,50.754],[-1.292,50.758],[-1.295,50.76],[-1.298,50.765],[-1.302,50.767],[-1.314,50.767],[-1.32,50.765],[-1.324,50.763],[-1.328,50.758],[-1.335,50.756],[-1.338,50.755],[-1.345,50.75],[-1.345,50.749],[-1.349,50.742],[-1.353,50.739],[-1.364,50.738],[-1.37,50.736],[-1.379,50.734],[-1.381,50.733],[-1.389,50.732],[-1.398,50.729],[-1.397,50.725],[-1.394,50.723],[-1.39,50.723],[-1.39,50.72],[-1.393,50.719],[-1.391,50.716],[-1.401,50.718],[-1.409,50.718],[-1.409,50.715],[-1.414,50.713],[-1.416,50.717],[-1.413,50.718],[-1.413,50.721],[-1.416,50.725],[-1.424,50.727],[-1.429,50.726],[-1.434,50.724],[-1.442,50.722],[-1.446,50.72],[-1.449,50.719],[-1.457,50.716],[-1.46,50.714],[-1.47,50.71],[-1.479,50.708],[-1.487,50.707],[-1.501,50.707],[-1.503,50.705],[-1.5,50.703],[-1.506,50.703],[-1.508,50.706],[-1.516,50.707],[-1.522,50.707],[-1.527,50.704],[-1.53,50.704],[-1.535,50.701],[-1.534,50.696],[-1.535,50.692],[-1.538,50.69],[-1.542,50.689],[-1.545,50.682],[-1.547,50.679],[-1.55,50.678],[-1.563,50.676],[-1.57,50.673],[-1.569,50.667],[-1.57,50.665],[-1.576,50.664],[-1.587,50.663],[-1.579,50.661],[-1.579,50.66],[-1.569,50.661],[-1.564,50.663],[-1.549,50.664],[-1.54,50.666],[-1.524,50.668],[-1.513,50.668],[-1.511,50.67],[-1.505,50.668],[-1.494,50.668],[-1.485,50.667],[-1.476,50.662],[-1.468,50.656],[-1.465,50.653],[-1.458,50.651],[-1.453,50.646],[-1.447,50.643],[-1.432,50.64],[-1.426,50.638],[-1.41,50.634],[-1.398,50.629],[-1.389,50.627],[-1.366,50.613],[-1.362,50.61],[-1.353,50.608],[-1.339,50.602],[-1.324,50.592],[-1.318,50.589],[-1.309,50.581],[-1.308,50.578],[-1.302,50.576],[-1.295,50.575],[-1.287,50.577],[-1.281,50.577],[-1.278,50.579],[-1.269,50.58],[-1.27,50.584],[-1.265,50.584],[-1.256,50.586],[-1.252,50.586],[-1.247,50.588],[-1.245,50.589],[-1.249,50.595],[-1.252,50.597],[-1.249,50.6],[-1.248,50.602],[-1.241,50.604],[-1.239,50.605],[-1.239,50.607],[-1.235,50.611],[-1.238,50.615],[-1.232,50.615],[-1.233,50.618],[-1.242,50.617],[-1.24,50.622],[-1.236,50.626],[-1.232,50.627],[-1.226,50.629],[-1.223,50.636],[-1.22,50.646],[-1.225,50.65],[-1.224,50.652],[-1.217,50.655],[-1.221,50.659],[-1.224,50.665],[-1.223,50.668],[-1.218,50.668],[-1.213,50.669],[-1.218,50.674],[-1.217,50.683],[-1.227,50.681],[-1.231,50.682],[-1.242,50.684],[-1.247,50.686],[-1.246,50.689],[-1.241,50.693],[-1.241,50.698],[-1.245,50.709],[-1.247,50.716],[-1.254,50.711],[-1.258,50.715],[-1.257,50.718],[-1.257,50.721],[-1.254,50.724],[-1.254,50.728],[-1.25,50.734],[-1.247,50.735],[-1.245,50.738],[-1.243,50.739]]]},"properties":{"PCON24NM":"Isle of Wight West","PCON24CD":"E14001304"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.104,51.565],[-0.11,51.568],[-0.115,51.571],[-0.116,51.573],[-0.12,51.576],[-0.133,51.573],[-0.142,51.568],[-0.141,51.565],[-0.141,51.561],[-0.139,51.558],[-0.137,51.555],[-0.131,51.551],[-0.129,51.549],[-0.119,51.558],[-0.107,51.549],[-0.103,51.546],[-0.096,51.547],[-0.084,51.547],[-0.082,51.547],[-0.08,51.546],[-0.076,51.547],[-0.078,51.55],[-0.079,51.551],[-0.08,51.552],[-0.083,51.552],[-0.085,51.552],[-0.086,51.552],[-0.087,51.553],[-0.088,51.553],[-0.089,51.554],[-0.09,51.554],[-0.09,51.558],[-0.091,51.56],[-0.092,51.56],[-0.093,51.56],[-0.094,51.561],[-0.095,51.561],[-0.099,51.561],[-0.1,51.562],[-0.102,51.563],[-0.103,51.564],[-0.104,51.565]]]},"properties":{"PCON24NM":"Islington North","PCON24CD":"E14001305"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.084,51.547],[-0.096,51.547],[-0.103,51.546],[-0.107,51.549],[-0.119,51.558],[-0.129,51.549],[-0.127,51.547],[-0.126,51.542],[-0.122,51.537],[-0.123,51.531],[-0.116,51.53],[-0.114,51.526],[-0.112,51.524],[-0.107,51.522],[-0.105,51.519],[-0.098,51.521],[-0.097,51.522],[-0.098,51.523],[-0.097,51.523],[-0.096,51.523],[-0.094,51.522],[-0.093,51.521],[-0.092,51.521],[-0.086,51.519],[-0.085,51.52],[-0.084,51.524],[-0.085,51.524],[-0.085,51.525],[-0.085,51.526],[-0.087,51.526],[-0.088,51.526],[-0.089,51.527],[-0.095,51.529],[-0.095,51.53],[-0.096,51.531],[-0.096,51.532],[-0.095,51.534],[-0.094,51.534],[-0.092,51.535],[-0.088,51.537],[-0.084,51.537],[-0.078,51.537],[-0.077,51.539],[-0.076,51.545],[-0.077,51.546],[-0.08,51.546],[-0.082,51.547],[-0.084,51.547]]]},"properties":{"PCON24NM":"Islington South and Finsbury","PCON24CD":"E14001306"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.449,54.985],[-1.451,54.986],[-1.464,54.984],[-1.472,54.986],[-1.479,54.986],[-1.493,54.986],[-1.517,54.986],[-1.525,54.984],[-1.53,54.981],[-1.532,54.978],[-1.533,54.97],[-1.535,54.962],[-1.538,54.961],[-1.548,54.96],[-1.552,54.958],[-1.556,54.959],[-1.563,54.962],[-1.568,54.964],[-1.579,54.964],[-1.582,54.96],[-1.582,54.956],[-1.584,54.952],[-1.583,54.951],[-1.574,54.95],[-1.583,54.941],[-1.576,54.938],[-1.572,54.934],[-1.562,54.934],[-1.557,54.93],[-1.553,54.928],[-1.547,54.931],[-1.536,54.932],[-1.533,54.932],[-1.526,54.933],[-1.517,54.931],[-1.512,54.932],[-1.51,54.93],[-1.5,54.931],[-1.496,54.931],[-1.492,54.93],[-1.488,54.931],[-1.485,54.929],[-1.481,54.93],[-1.461,54.93],[-1.461,54.932],[-1.45,54.934],[-1.453,54.941],[-1.444,54.943],[-1.444,54.946],[-1.436,54.946],[-1.436,54.948],[-1.431,54.948],[-1.429,54.95],[-1.448,54.958],[-1.459,54.96],[-1.453,54.963],[-1.46,54.966],[-1.458,54.967],[-1.461,54.971],[-1.453,54.975],[-1.449,54.977],[-1.452,54.979],[-1.45,54.981],[-1.449,54.985]]]},"properties":{"PCON24NM":"Jarrow and Gateshead East","PCON24CD":"E14001307"},"PCON24CD":244}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.778,53.923],[-1.782,53.929],[-1.785,53.93],[-1.793,53.929],[-1.796,53.931],[-1.797,53.936],[-1.806,53.939],[-1.819,53.938],[-1.83,53.938],[-1.83,53.94],[-1.836,53.939],[-1.842,53.939],[-1.848,53.941],[-1.849,53.936],[-1.836,53.932],[-1.839,53.931],[-1.843,53.933],[-1.848,53.932],[-1.853,53.931],[-1.861,53.933],[-1.863,53.934],[-1.862,53.939],[-1.865,53.942],[-1.874,53.945],[-1.876,53.949],[-1.876,53.951],[-1.88,53.955],[-1.878,53.959],[-1.879,53.962],[-1.885,53.963],[-1.886,53.961],[-1.89,53.959],[-1.893,53.955],[-1.899,53.955],[-1.906,53.958],[-1.918,53.955],[-1.923,53.956],[-1.928,53.95],[-1.931,53.95],[-1.934,53.952],[-1.942,53.953],[-1.944,53.956],[-1.951,53.957],[-1.949,53.953],[-1.958,53.954],[-1.966,53.952],[-1.962,53.943],[-1.969,53.944],[-1.97,53.942],[-1.968,53.94],[-1.963,53.933],[-1.968,53.932],[-1.966,53.93],[-1.966,53.928],[-1.97,53.928],[-1.972,53.93],[-1.977,53.926],[-1.974,53.924],[-1.963,53.919],[-1.96,53.916],[-1.953,53.912],[-1.953,53.907],[-1.953,53.904],[-1.965,53.903],[-1.968,53.904],[-1.975,53.901],[-1.979,53.901],[-1.979,53.898],[-1.981,53.897],[-1.981,53.894],[-1.977,53.888],[-1.978,53.884],[-1.976,53.879],[-1.977,53.876],[-1.982,53.869],[-1.988,53.868],[-1.995,53.869],[-1.999,53.872],[-2.013,53.871],[-2.022,53.872],[-2.032,53.859],[-2.037,53.856],[-2.046,53.85],[-2.045,53.839],[-2.047,53.83],[-2.061,53.826],[-2.05,53.82],[-2.036,53.814],[-2.036,53.813],[-2.031,53.809],[-2.027,53.809],[-2.018,53.808],[-2.01,53.807],[-1.996,53.8],[-1.987,53.796],[-1.981,53.786],[-1.96,53.784],[-1.951,53.786],[-1.947,53.787],[-1.927,53.787],[-1.929,53.79],[-1.919,53.797],[-1.925,53.8],[-1.926,53.802],[-1.923,53.804],[-1.928,53.809],[-1.929,53.815],[-1.927,53.821],[-1.937,53.824],[-1.926,53.831],[-1.925,53.833],[-1.927,53.836],[-1.923,53.837],[-1.916,53.84],[-1.907,53.844],[-1.902,53.844],[-1.893,53.85],[-1.892,53.852],[-1.881,53.853],[-1.877,53.855],[-1.873,53.857],[-1.864,53.861],[-1.858,53.861],[-1.855,53.862],[-1.855,53.866],[-1.852,53.868],[-1.848,53.869],[-1.848,53.873],[-1.843,53.875],[-1.835,53.876],[-1.839,53.886],[-1.833,53.888],[-1.828,53.891],[-1.818,53.9],[-1.805,53.905],[-1.797,53.908],[-1.79,53.911],[-1.787,53.911],[-1.78,53.913],[-1.781,53.917],[-1.779,53.921],[-1.778,53.923]]]},"properties":{"PCON24NM":"Keighley and Ilkley","PCON24CD":"E14001308"},"PCON24CD":245}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.46,52.375],[-1.464,52.374],[-1.466,52.377],[-1.471,52.377],[-1.477,52.375],[-1.48,52.374],[-1.482,52.377],[-1.487,52.377],[-1.504,52.378],[-1.508,52.375],[-1.509,52.374],[-1.513,52.37],[-1.518,52.372],[-1.52,52.376],[-1.525,52.379],[-1.533,52.376],[-1.535,52.378],[-1.546,52.369],[-1.542,52.367],[-1.547,52.365],[-1.549,52.366],[-1.552,52.364],[-1.557,52.366],[-1.558,52.369],[-1.556,52.372],[-1.555,52.374],[-1.562,52.377],[-1.564,52.381],[-1.568,52.385],[-1.57,52.383],[-1.577,52.383],[-1.58,52.385],[-1.595,52.387],[-1.601,52.389],[-1.602,52.387],[-1.609,52.383],[-1.607,52.381],[-1.608,52.376],[-1.612,52.375],[-1.616,52.375],[-1.62,52.371],[-1.624,52.372],[-1.627,52.369],[-1.621,52.368],[-1.623,52.366],[-1.626,52.367],[-1.633,52.364],[-1.636,52.365],[-1.644,52.362],[-1.648,52.357],[-1.651,52.356],[-1.653,52.359],[-1.661,52.366],[-1.664,52.364],[-1.67,52.365],[-1.673,52.363],[-1.678,52.364],[-1.685,52.363],[-1.684,52.36],[-1.686,52.358],[-1.685,52.356],[-1.691,52.353],[-1.694,52.351],[-1.696,52.354],[-1.704,52.354],[-1.71,52.355],[-1.715,52.358],[-1.721,52.359],[-1.72,52.363],[-1.718,52.366],[-1.718,52.369],[-1.72,52.373],[-1.723,52.371],[-1.728,52.37],[-1.731,52.371],[-1.735,52.37],[-1.738,52.365],[-1.738,52.363],[-1.741,52.36],[-1.741,52.357],[-1.744,52.355],[-1.751,52.355],[-1.759,52.358],[-1.76,52.363],[-1.763,52.364],[-1.769,52.364],[-1.776,52.366],[-1.78,52.364],[-1.778,52.357],[-1.775,52.355],[-1.772,52.351],[-1.776,52.35],[-1.776,52.348],[-1.774,52.342],[-1.772,52.338],[-1.767,52.328],[-1.769,52.319],[-1.767,52.316],[-1.761,52.31],[-1.761,52.308],[-1.755,52.305],[-1.748,52.305],[-1.738,52.3],[-1.739,52.297],[-1.734,52.294],[-1.724,52.298],[-1.72,52.296],[-1.713,52.29],[-1.704,52.291],[-1.7,52.291],[-1.696,52.288],[-1.69,52.284],[-1.685,52.283],[-1.679,52.287],[-1.668,52.286],[-1.667,52.283],[-1.673,52.278],[-1.675,52.274],[-1.676,52.27],[-1.676,52.265],[-1.674,52.263],[-1.664,52.256],[-1.659,52.256],[-1.657,52.257],[-1.653,52.256],[-1.652,52.258],[-1.646,52.258],[-1.645,52.256],[-1.641,52.253],[-1.636,52.247],[-1.626,52.247],[-1.621,52.244],[-1.626,52.241],[-1.625,52.239],[-1.618,52.237],[-1.613,52.237],[-1.61,52.239],[-1.607,52.238],[-1.606,52.235],[-1.609,52.232],[-1.609,52.23],[-1.614,52.23],[-1.626,52.225],[-1.625,52.222],[-1.621,52.22],[-1.618,52.216],[-1.61,52.221],[-1.604,52.223],[-1.603,52.225],[-1.597,52.225],[-1.593,52.224],[-1.586,52.224],[-1.584,52.221],[-1.574,52.215],[-1.577,52.213],[-1.582,52.212],[-1.587,52.21],[-1.586,52.209],[-1.595,52.204],[-1.598,52.204],[-1.598,52.201],[-1.601,52.198],[-1.612,52.202],[-1.617,52.203],[-1.618,52.199],[-1.626,52.201],[-1.626,52.196],[-1.632,52.196],[-1.633,52.192],[-1.636,52.192],[-1.635,52.189],[-1.63,52.189],[-1.628,52.188],[-1.633,52.184],[-1.635,52.181],[-1.63,52.182],[-1.622,52.179],[-1.618,52.175],[-1.612,52.176],[-1.607,52.178],[-1.605,52.179],[-1.6,52.179],[-1.603,52.173],[-1.604,52.163],[-1.605,52.16],[-1.6,52.158],[-1.59,52.16],[-1.586,52.16],[-1.585,52.159],[-1.586,52.154],[-1.582,52.153],[-1.577,52.155],[-1.576,52.153],[-1.571,52.15],[-1.563,52.148],[-1.557,52.146],[-1.551,52.142],[-1.553,52.141],[-1.549,52.139],[-1.544,52.133],[-1.543,52.13],[-1.526,52.128],[-1.54,52.113],[-1.541,52.115],[-1.551,52.117],[-1.552,52.119],[-1.56,52.119],[-1.563,52.121],[-1.566,52.121],[-1.575,52.117],[-1.576,52.114],[-1.579,52.113],[-1.577,52.109],[-1.58,52.107],[-1.577,52.104],[-1.579,52.102],[-1.571,52.097],[-1.57,52.094],[-1.565,52.091],[-1.561,52.087],[-1.551,52.082],[-1.546,52.084],[-1.544,52.088],[-1.525,52.077],[-1.522,52.072],[-1.515,52.069],[-1.505,52.066],[-1.499,52.064],[-1.502,52.066],[-1.502,52.072],[-1.498,52.074],[-1.493,52.075],[-1.491,52.077],[-1.493,52.08],[-1.494,52.082],[-1.491,52.084],[-1.49,52.086],[-1.486,52.088],[-1.485,52.091],[-1.488,52.094],[-1.48,52.094],[-1.477,52.101],[-1.474,52.101],[-1.471,52.098],[-1.468,52.097],[-1.447,52.098],[-1.448,52.1],[-1.448,52.105],[-1.449,52.108],[-1.453,52.113],[-1.449,52.116],[-1.442,52.115],[-1.437,52.117],[-1.425,52.118],[-1.421,52.118],[-1.414,52.115],[-1.412,52.113],[-1.404,52.11],[-1.402,52.106],[-1.397,52.102],[-1.388,52.098],[-1.385,52.094],[-1.378,52.096],[-1.374,52.1],[-1.371,52.099],[-1.362,52.101],[-1.358,52.101],[-1.359,52.105],[-1.365,52.11],[-1.37,52.113],[-1.372,52.118],[-1.378,52.118],[-1.382,52.117],[-1.385,52.117],[-1.392,52.117],[-1.393,52.119],[-1.387,52.126],[-1.37,52.133],[-1.37,52.135],[-1.364,52.137],[-1.363,52.135],[-1.355,52.136],[-1.35,52.135],[-1.348,52.138],[-1.35,52.141],[-1.341,52.145],[-1.343,52.149],[-1.342,52.151],[-1.343,52.153],[-1.338,52.159],[-1.334,52.159],[-1.334,52.166],[-1.332,52.168],[-1.332,52.172],[-1.329,52.177],[-1.323,52.182],[-1.318,52.181],[-1.316,52.187],[-1.313,52.19],[-1.31,52.19],[-1.301,52.192],[-1.291,52.192],[-1.281,52.192],[-1.281,52.196],[-1.274,52.195],[-1.27,52.196],[-1.262,52.196],[-1.255,52.198],[-1.255,52.199],[-1.257,52.206],[-1.258,52.209],[-1.26,52.212],[-1.261,52.216],[-1.265,52.217],[-1.271,52.219],[-1.276,52.223],[-1.277,52.225],[-1.273,52.228],[-1.278,52.229],[-1.281,52.234],[-1.285,52.239],[-1.275,52.238],[-1.267,52.235],[-1.268,52.237],[-1.265,52.242],[-1.259,52.244],[-1.254,52.248],[-1.246,52.249],[-1.241,52.248],[-1.235,52.249],[-1.232,52.251],[-1.233,52.253],[-1.223,52.26],[-1.221,52.261],[-1.216,52.264],[-1.217,52.269],[-1.219,52.27],[-1.222,52.276],[-1.221,52.279],[-1.223,52.282],[-1.222,52.284],[-1.227,52.289],[-1.234,52.29],[-1.232,52.294],[-1.229,52.295],[-1.229,52.298],[-1.223,52.303],[-1.221,52.306],[-1.218,52.306],[-1.215,52.309],[-1.213,52.31],[-1.209,52.315],[-1.215,52.317],[-1.224,52.319],[-1.237,52.321],[-1.242,52.322],[-1.245,52.321],[-1.258,52.326],[-1.261,52.328],[-1.265,52.329],[-1.262,52.332],[-1.263,52.334],[-1.258,52.337],[-1.251,52.339],[-1.249,52.341],[-1.243,52.342],[-1.238,52.344],[-1.244,52.349],[-1.252,52.355],[-1.254,52.355],[-1.258,52.352],[-1.263,52.354],[-1.272,52.348],[-1.278,52.347],[-1.284,52.345],[-1.289,52.344],[-1.289,52.349],[-1.292,52.353],[-1.299,52.358],[-1.316,52.352],[-1.32,52.353],[-1.318,52.355],[-1.319,52.358],[-1.327,52.357],[-1.326,52.354],[-1.334,52.351],[-1.334,52.348],[-1.339,52.35],[-1.343,52.349],[-1.346,52.348],[-1.353,52.35],[-1.359,52.354],[-1.37,52.355],[-1.37,52.353],[-1.379,52.355],[-1.381,52.357],[-1.389,52.358],[-1.389,52.356],[-1.396,52.356],[-1.402,52.36],[-1.403,52.364],[-1.419,52.371],[-1.421,52.369],[-1.428,52.368],[-1.431,52.372],[-1.435,52.372],[-1.436,52.374],[-1.44,52.375],[-1.447,52.374],[-1.451,52.373],[-1.46,52.375]],[[-1.445,52.341],[-1.442,52.333],[-1.436,52.328],[-1.427,52.326],[-1.42,52.327],[-1.417,52.326],[-1.416,52.322],[-1.414,52.321],[-1.409,52.321],[-1.407,52.319],[-1.406,52.317],[-1.414,52.312],[-1.416,52.314],[-1.421,52.309],[-1.419,52.305],[-1.422,52.302],[-1.426,52.301],[-1.422,52.298],[-1.428,52.295],[-1.436,52.294],[-1.444,52.295],[-1.448,52.294],[-1.448,52.291],[-1.442,52.282],[-1.439,52.282],[-1.44,52.279],[-1.435,52.276],[-1.435,52.273],[-1.441,52.271],[-1.445,52.272],[-1.449,52.271],[-1.453,52.272],[-1.459,52.27],[-1.463,52.265],[-1.466,52.264],[-1.47,52.265],[-1.478,52.262],[-1.483,52.255],[-1.487,52.253],[-1.489,52.249],[-1.498,52.24],[-1.502,52.242],[-1.508,52.241],[-1.511,52.242],[-1.516,52.241],[-1.519,52.238],[-1.521,52.235],[-1.522,52.23],[-1.525,52.227],[-1.528,52.225],[-1.533,52.226],[-1.539,52.228],[-1.55,52.228],[-1.555,52.228],[-1.554,52.231],[-1.562,52.232],[-1.566,52.232],[-1.563,52.237],[-1.566,52.241],[-1.572,52.245],[-1.574,52.249],[-1.573,52.251],[-1.581,52.255],[-1.588,52.257],[-1.593,52.257],[-1.6,52.257],[-1.606,52.258],[-1.617,52.262],[-1.615,52.265],[-1.614,52.27],[-1.614,52.275],[-1.61,52.284],[-1.61,52.288],[-1.607,52.293],[-1.599,52.296],[-1.584,52.301],[-1.58,52.302],[-1.573,52.302],[-1.573,52.305],[-1.567,52.307],[-1.563,52.309],[-1.55,52.308],[-1.543,52.313],[-1.541,52.315],[-1.544,52.318],[-1.556,52.322],[-1.556,52.326],[-1.551,52.325],[-1.54,52.322],[-1.535,52.322],[-1.526,52.318],[-1.525,52.316],[-1.521,52.314],[-1.518,52.317],[-1.508,52.312],[-1.513,52.309],[-1.509,52.3],[-1.503,52.3],[-1.502,52.297],[-1.498,52.295],[-1.49,52.296],[-1.488,52.295],[-1.483,52.294],[-1.483,52.29],[-1.478,52.29],[-1.477,52.292],[-1.473,52.294],[-1.477,52.297],[-1.477,52.299],[-1.48,52.302],[-1.475,52.304],[-1.478,52.308],[-1.477,52.309],[-1.484,52.311],[-1.483,52.313],[-1.484,52.317],[-1.484,52.321],[-1.482,52.322],[-1.481,52.325],[-1.486,52.325],[-1.486,52.331],[-1.481,52.333],[-1.478,52.333],[-1.472,52.336],[-1.469,52.335],[-1.466,52.336],[-1.457,52.335],[-1.451,52.34],[-1.445,52.341]]]},"properties":{"PCON24NM":"Kenilworth and Southam","PCON24CD":"E14001309"},"PCON24CD":246}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.225,51.53],[-0.228,51.53],[-0.229,51.53],[-0.228,51.529],[-0.227,51.526],[-0.227,51.525],[-0.228,51.521],[-0.226,51.519],[-0.225,51.518],[-0.223,51.516],[-0.221,51.514],[-0.22,51.512],[-0.218,51.51],[-0.216,51.509],[-0.216,51.508],[-0.216,51.506],[-0.218,51.506],[-0.217,51.505],[-0.217,51.504],[-0.216,51.503],[-0.215,51.502],[-0.214,51.501],[-0.211,51.498],[-0.21,51.498],[-0.21,51.497],[-0.208,51.496],[-0.207,51.496],[-0.205,51.495],[-0.205,51.494],[-0.203,51.494],[-0.202,51.492],[-0.202,51.491],[-0.2,51.49],[-0.199,51.489],[-0.198,51.488],[-0.196,51.487],[-0.184,51.492],[-0.179,51.487],[-0.17,51.493],[-0.166,51.491],[-0.161,51.494],[-0.156,51.495],[-0.155,51.495],[-0.156,51.496],[-0.156,51.497],[-0.157,51.498],[-0.158,51.501],[-0.158,51.502],[-0.16,51.502],[-0.161,51.502],[-0.165,51.499],[-0.166,51.499],[-0.168,51.498],[-0.168,51.499],[-0.172,51.498],[-0.174,51.498],[-0.177,51.498],[-0.18,51.498],[-0.18,51.502],[-0.175,51.502],[-0.171,51.51],[-0.176,51.513],[-0.175,51.514],[-0.18,51.518],[-0.185,51.52],[-0.195,51.52],[-0.202,51.518],[-0.203,51.52],[-0.204,51.521],[-0.203,51.521],[-0.202,51.521],[-0.201,51.521],[-0.202,51.522],[-0.202,51.523],[-0.203,51.523],[-0.208,51.526],[-0.209,51.526],[-0.21,51.527],[-0.213,51.527],[-0.216,51.528],[-0.217,51.529],[-0.218,51.529],[-0.22,51.529],[-0.222,51.529],[-0.225,51.53]]]},"properties":{"PCON24NM":"Kensington and Bayswater","PCON24CD":"E14001310"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.742,52.517],[-0.75,52.514],[-0.751,52.512],[-0.758,52.511],[-0.761,52.514],[-0.766,52.513],[-0.774,52.518],[-0.779,52.518],[-0.785,52.515],[-0.789,52.514],[-0.8,52.518],[-0.811,52.518],[-0.813,52.516],[-0.821,52.516],[-0.822,52.518],[-0.827,52.517],[-0.832,52.519],[-0.835,52.518],[-0.84,52.52],[-0.845,52.519],[-0.852,52.523],[-0.858,52.525],[-0.86,52.527],[-0.864,52.527],[-0.869,52.526],[-0.872,52.519],[-0.875,52.518],[-0.879,52.517],[-0.883,52.514],[-0.88,52.51],[-0.881,52.508],[-0.88,52.504],[-0.883,52.503],[-0.882,52.5],[-0.879,52.498],[-0.882,52.497],[-0.882,52.493],[-0.884,52.492],[-0.895,52.492],[-0.897,52.491],[-0.898,52.486],[-0.893,52.485],[-0.885,52.481],[-0.885,52.479],[-0.882,52.476],[-0.882,52.471],[-0.886,52.469],[-0.89,52.47],[-0.895,52.466],[-0.898,52.463],[-0.901,52.46],[-0.906,52.454],[-0.905,52.448],[-0.904,52.445],[-0.904,52.442],[-0.894,52.442],[-0.879,52.439],[-0.873,52.437],[-0.864,52.434],[-0.869,52.433],[-0.875,52.424],[-0.882,52.423],[-0.887,52.423],[-0.886,52.421],[-0.889,52.415],[-0.888,52.412],[-0.89,52.404],[-0.891,52.399],[-0.888,52.398],[-0.885,52.4],[-0.874,52.403],[-0.866,52.4],[-0.862,52.396],[-0.855,52.394],[-0.841,52.393],[-0.84,52.391],[-0.834,52.385],[-0.832,52.377],[-0.826,52.374],[-0.82,52.372],[-0.8,52.364],[-0.796,52.362],[-0.791,52.356],[-0.789,52.347],[-0.779,52.353],[-0.776,52.35],[-0.772,52.351],[-0.77,52.35],[-0.766,52.35],[-0.754,52.348],[-0.749,52.347],[-0.746,52.35],[-0.74,52.353],[-0.735,52.358],[-0.73,52.359],[-0.728,52.361],[-0.72,52.363],[-0.715,52.364],[-0.706,52.363],[-0.7,52.364],[-0.696,52.359],[-0.692,52.358],[-0.69,52.354],[-0.687,52.353],[-0.686,52.351],[-0.683,52.35],[-0.678,52.35],[-0.677,52.349],[-0.668,52.35],[-0.663,52.349],[-0.661,52.35],[-0.658,52.348],[-0.654,52.348],[-0.648,52.353],[-0.636,52.358],[-0.632,52.362],[-0.628,52.364],[-0.628,52.365],[-0.622,52.368],[-0.621,52.372],[-0.624,52.375],[-0.624,52.38],[-0.628,52.382],[-0.627,52.386],[-0.622,52.396],[-0.616,52.4],[-0.616,52.402],[-0.625,52.406],[-0.624,52.408],[-0.621,52.409],[-0.621,52.412],[-0.618,52.413],[-0.618,52.417],[-0.614,52.42],[-0.621,52.42],[-0.621,52.425],[-0.628,52.429],[-0.627,52.434],[-0.63,52.435],[-0.634,52.434],[-0.644,52.436],[-0.646,52.437],[-0.653,52.435],[-0.659,52.434],[-0.66,52.439],[-0.659,52.443],[-0.66,52.446],[-0.654,52.448],[-0.664,52.454],[-0.663,52.457],[-0.658,52.46],[-0.653,52.461],[-0.649,52.463],[-0.643,52.464],[-0.64,52.466],[-0.634,52.463],[-0.632,52.465],[-0.633,52.469],[-0.635,52.47],[-0.632,52.475],[-0.635,52.48],[-0.64,52.482],[-0.646,52.481],[-0.654,52.482],[-0.657,52.485],[-0.662,52.483],[-0.665,52.485],[-0.673,52.484],[-0.672,52.479],[-0.679,52.476],[-0.685,52.478],[-0.689,52.476],[-0.693,52.477],[-0.696,52.471],[-0.702,52.464],[-0.709,52.46],[-0.72,52.457],[-0.723,52.46],[-0.727,52.459],[-0.734,52.458],[-0.738,52.458],[-0.739,52.463],[-0.741,52.468],[-0.74,52.475],[-0.734,52.482],[-0.733,52.485],[-0.733,52.49],[-0.729,52.497],[-0.722,52.505],[-0.731,52.508],[-0.736,52.511],[-0.742,52.512],[-0.741,52.516],[-0.742,52.517]]]},"properties":{"PCON24NM":"Kettering","PCON24CD":"E14001311"},"PCON24CD":248}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.247,51.41],[-0.251,51.412],[-0.254,51.41],[-0.259,51.41],[-0.262,51.417],[-0.265,51.416],[-0.269,51.414],[-0.277,51.413],[-0.281,51.413],[-0.281,51.411],[-0.286,51.413],[-0.292,51.413],[-0.3,51.413],[-0.308,51.414],[-0.308,51.413],[-0.309,51.412],[-0.309,51.41],[-0.309,51.406],[-0.309,51.401],[-0.309,51.4],[-0.31,51.4],[-0.312,51.399],[-0.315,51.396],[-0.318,51.394],[-0.311,51.386],[-0.307,51.379],[-0.309,51.375],[-0.314,51.375],[-0.317,51.372],[-0.318,51.364],[-0.32,51.359],[-0.324,51.354],[-0.328,51.352],[-0.331,51.348],[-0.328,51.344],[-0.329,51.341],[-0.33,51.333],[-0.331,51.329],[-0.328,51.326],[-0.319,51.328],[-0.314,51.331],[-0.306,51.335],[-0.305,51.339],[-0.304,51.343],[-0.3,51.348],[-0.293,51.353],[-0.291,51.357],[-0.285,51.361],[-0.286,51.364],[-0.28,51.368],[-0.277,51.369],[-0.272,51.373],[-0.265,51.376],[-0.261,51.38],[-0.262,51.381],[-0.269,51.385],[-0.271,51.391],[-0.276,51.396],[-0.273,51.398],[-0.267,51.398],[-0.264,51.396],[-0.26,51.399],[-0.256,51.399],[-0.247,51.399],[-0.247,51.4],[-0.245,51.403],[-0.245,51.404],[-0.245,51.406],[-0.245,51.407],[-0.246,51.407],[-0.247,51.408],[-0.248,51.409],[-0.247,51.409],[-0.247,51.41]]]},"properties":{"PCON24NM":"Kingston and Surbiton","PCON24CD":"E14001312"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.247,53.741],[-0.245,53.745],[-0.246,53.749],[-0.243,53.751],[-0.242,53.755],[-0.244,53.756],[-0.246,53.76],[-0.25,53.76],[-0.251,53.762],[-0.254,53.763],[-0.254,53.773],[-0.253,53.775],[-0.252,53.781],[-0.258,53.781],[-0.258,53.783],[-0.266,53.782],[-0.268,53.785],[-0.273,53.783],[-0.278,53.782],[-0.291,53.791],[-0.302,53.797],[-0.304,53.799],[-0.316,53.813],[-0.322,53.812],[-0.339,53.811],[-0.346,53.811],[-0.349,53.809],[-0.347,53.804],[-0.343,53.804],[-0.343,53.801],[-0.341,53.799],[-0.337,53.799],[-0.33,53.8],[-0.329,53.797],[-0.326,53.796],[-0.316,53.788],[-0.321,53.784],[-0.324,53.784],[-0.329,53.779],[-0.335,53.779],[-0.347,53.781],[-0.349,53.779],[-0.348,53.776],[-0.344,53.776],[-0.341,53.775],[-0.341,53.772],[-0.336,53.771],[-0.333,53.771],[-0.33,53.769],[-0.328,53.766],[-0.329,53.764],[-0.333,53.764],[-0.336,53.76],[-0.334,53.757],[-0.329,53.756],[-0.329,53.753],[-0.332,53.75],[-0.329,53.747],[-0.328,53.745],[-0.331,53.738],[-0.313,53.741],[-0.295,53.742],[-0.287,53.742],[-0.273,53.74],[-0.26,53.736],[-0.256,53.736],[-0.25,53.733],[-0.245,53.736],[-0.243,53.739],[-0.247,53.74],[-0.247,53.741]]]},"properties":{"PCON24NM":"Kingston upon Hull East","PCON24CD":"E14001313"},"PCON24CD":250}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.365,53.804],[-0.366,53.804],[-0.37,53.809],[-0.375,53.808],[-0.376,53.804],[-0.381,53.804],[-0.381,53.802],[-0.386,53.802],[-0.398,53.804],[-0.41,53.805],[-0.409,53.795],[-0.414,53.794],[-0.434,53.795],[-0.446,53.793],[-0.446,53.792],[-0.444,53.785],[-0.452,53.783],[-0.45,53.78],[-0.45,53.776],[-0.452,53.773],[-0.452,53.769],[-0.45,53.77],[-0.441,53.769],[-0.438,53.771],[-0.427,53.77],[-0.421,53.771],[-0.414,53.769],[-0.407,53.769],[-0.404,53.765],[-0.399,53.767],[-0.391,53.756],[-0.388,53.754],[-0.374,53.75],[-0.362,53.745],[-0.365,53.743],[-0.352,53.743],[-0.345,53.743],[-0.347,53.749],[-0.337,53.748],[-0.33,53.748],[-0.333,53.752],[-0.329,53.753],[-0.33,53.756],[-0.335,53.758],[-0.336,53.759],[-0.334,53.763],[-0.333,53.764],[-0.332,53.764],[-0.331,53.764],[-0.328,53.765],[-0.331,53.77],[-0.335,53.771],[-0.337,53.77],[-0.338,53.771],[-0.34,53.771],[-0.341,53.771],[-0.342,53.772],[-0.342,53.773],[-0.342,53.774],[-0.342,53.775],[-0.349,53.776],[-0.349,53.777],[-0.35,53.779],[-0.349,53.779],[-0.348,53.781],[-0.352,53.783],[-0.348,53.787],[-0.356,53.79],[-0.36,53.792],[-0.359,53.794],[-0.363,53.795],[-0.365,53.799],[-0.366,53.803],[-0.365,53.804]]],[[[-0.347,53.781],[-0.335,53.779],[-0.329,53.779],[-0.324,53.784],[-0.321,53.784],[-0.316,53.788],[-0.326,53.796],[-0.329,53.797],[-0.33,53.8],[-0.337,53.799],[-0.341,53.799],[-0.343,53.801],[-0.343,53.804],[-0.347,53.804],[-0.349,53.809],[-0.354,53.809],[-0.357,53.806],[-0.362,53.805],[-0.365,53.803],[-0.365,53.798],[-0.363,53.796],[-0.359,53.795],[-0.359,53.792],[-0.355,53.789],[-0.348,53.787],[-0.351,53.785],[-0.351,53.783],[-0.347,53.781]]]]},"properties":{"PCON24NM":"Kingston upon Hull North and Cottingham","PCON24CD":"E14001314"},"PCON24CD":251}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.33,53.748],[-0.337,53.748],[-0.347,53.749],[-0.345,53.743],[-0.352,53.743],[-0.365,53.743],[-0.362,53.745],[-0.374,53.75],[-0.388,53.754],[-0.391,53.756],[-0.399,53.767],[-0.404,53.765],[-0.407,53.769],[-0.414,53.769],[-0.421,53.771],[-0.427,53.77],[-0.438,53.771],[-0.441,53.769],[-0.45,53.77],[-0.452,53.769],[-0.454,53.766],[-0.458,53.764],[-0.467,53.763],[-0.479,53.76],[-0.483,53.759],[-0.474,53.743],[-0.473,53.738],[-0.469,53.736],[-0.469,53.733],[-0.465,53.729],[-0.465,53.725],[-0.462,53.72],[-0.463,53.717],[-0.452,53.714],[-0.447,53.714],[-0.434,53.716],[-0.414,53.721],[-0.397,53.723],[-0.396,53.722],[-0.385,53.724],[-0.366,53.729],[-0.339,53.736],[-0.338,53.737],[-0.333,53.738],[-0.329,53.745],[-0.33,53.748]]]},"properties":{"PCON24NM":"Kingston upon Hull West and Haltemprice","PCON24CD":"E14001315"},"PCON24CD":252}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.134,52.634],[-2.135,52.638],[-2.138,52.642],[-2.148,52.646],[-2.152,52.649],[-2.155,52.648],[-2.157,52.646],[-2.157,52.643],[-2.159,52.642],[-2.159,52.636],[-2.162,52.632],[-2.165,52.63],[-2.182,52.632],[-2.185,52.635],[-2.189,52.636],[-2.193,52.638],[-2.193,52.639],[-2.199,52.64],[-2.206,52.642],[-2.213,52.643],[-2.216,52.644],[-2.223,52.642],[-2.227,52.645],[-2.23,52.645],[-2.233,52.648],[-2.237,52.636],[-2.242,52.632],[-2.246,52.628],[-2.251,52.62],[-2.253,52.614],[-2.256,52.61],[-2.265,52.611],[-2.271,52.61],[-2.274,52.608],[-2.279,52.606],[-2.283,52.606],[-2.291,52.608],[-2.297,52.607],[-2.31,52.607],[-2.311,52.611],[-2.313,52.614],[-2.321,52.615],[-2.323,52.612],[-2.324,52.61],[-2.324,52.604],[-2.325,52.601],[-2.322,52.594],[-2.318,52.593],[-2.308,52.591],[-2.302,52.593],[-2.299,52.592],[-2.299,52.589],[-2.294,52.587],[-2.295,52.585],[-2.289,52.586],[-2.281,52.584],[-2.274,52.58],[-2.27,52.575],[-2.263,52.571],[-2.262,52.564],[-2.27,52.56],[-2.279,52.554],[-2.279,52.553],[-2.265,52.549],[-2.26,52.544],[-2.256,52.542],[-2.263,52.538],[-2.269,52.531],[-2.261,52.527],[-2.262,52.524],[-2.273,52.519],[-2.291,52.512],[-2.296,52.507],[-2.298,52.503],[-2.308,52.498],[-2.308,52.495],[-2.313,52.489],[-2.309,52.483],[-2.304,52.482],[-2.296,52.474],[-2.295,52.47],[-2.291,52.466],[-2.289,52.459],[-2.291,52.457],[-2.287,52.455],[-2.286,52.455],[-2.295,52.449],[-2.292,52.449],[-2.287,52.447],[-2.286,52.444],[-2.279,52.443],[-2.275,52.44],[-2.269,52.439],[-2.263,52.441],[-2.261,52.437],[-2.249,52.438],[-2.242,52.437],[-2.226,52.435],[-2.217,52.435],[-2.215,52.432],[-2.206,52.43],[-2.201,52.427],[-2.197,52.428],[-2.196,52.425],[-2.193,52.423],[-2.186,52.426],[-2.181,52.425],[-2.172,52.425],[-2.168,52.424],[-2.164,52.424],[-2.165,52.43],[-2.172,52.442],[-2.176,52.456],[-2.174,52.461],[-2.174,52.464],[-2.172,52.466],[-2.168,52.471],[-2.166,52.472],[-2.162,52.475],[-2.152,52.478],[-2.141,52.484],[-2.136,52.487],[-2.144,52.493],[-2.145,52.496],[-2.143,52.499],[-2.143,52.502],[-2.148,52.501],[-2.153,52.5],[-2.159,52.506],[-2.155,52.508],[-2.151,52.508],[-2.148,52.512],[-2.148,52.515],[-2.145,52.518],[-2.145,52.521],[-2.146,52.523],[-2.152,52.526],[-2.146,52.529],[-2.137,52.533],[-2.135,52.543],[-2.137,52.547],[-2.139,52.548],[-2.135,52.552],[-2.133,52.554],[-2.139,52.558],[-2.141,52.559],[-2.145,52.555],[-2.158,52.555],[-2.17,52.556],[-2.176,52.554],[-2.176,52.557],[-2.175,52.56],[-2.176,52.564],[-2.18,52.564],[-2.181,52.566],[-2.177,52.567],[-2.18,52.575],[-2.183,52.577],[-2.188,52.574],[-2.189,52.577],[-2.202,52.579],[-2.204,52.584],[-2.207,52.587],[-2.202,52.587],[-2.201,52.589],[-2.189,52.589],[-2.189,52.596],[-2.191,52.602],[-2.195,52.607],[-2.189,52.608],[-2.187,52.606],[-2.18,52.605],[-2.178,52.607],[-2.171,52.611],[-2.168,52.611],[-2.171,52.614],[-2.165,52.617],[-2.17,52.618],[-2.167,52.62],[-2.165,52.619],[-2.163,52.621],[-2.155,52.624],[-2.152,52.625],[-2.153,52.63],[-2.137,52.63],[-2.134,52.634]]]},"properties":{"PCON24NM":"Kingswinford and South Staffordshire","PCON24CD":"E14001316"},"PCON24CD":253}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.825,53.485],[-2.826,53.483],[-2.844,53.484],[-2.843,53.488],[-2.844,53.49],[-2.85,53.493],[-2.859,53.492],[-2.861,53.491],[-2.871,53.495],[-2.873,53.5],[-2.881,53.503],[-2.888,53.504],[-2.894,53.503],[-2.899,53.5],[-2.896,53.497],[-2.899,53.494],[-2.9,53.492],[-2.905,53.492],[-2.909,53.489],[-2.913,53.483],[-2.92,53.482],[-2.917,53.48],[-2.919,53.478],[-2.923,53.475],[-2.919,53.468],[-2.916,53.469],[-2.914,53.465],[-2.906,53.465],[-2.904,53.467],[-2.906,53.47],[-2.9,53.469],[-2.895,53.467],[-2.893,53.463],[-2.888,53.461],[-2.871,53.453],[-2.868,53.449],[-2.868,53.445],[-2.871,53.443],[-2.871,53.438],[-2.873,53.437],[-2.869,53.433],[-2.867,53.429],[-2.862,53.43],[-2.853,53.427],[-2.849,53.423],[-2.846,53.415],[-2.848,53.413],[-2.855,53.414],[-2.856,53.41],[-2.864,53.41],[-2.882,53.408],[-2.88,53.406],[-2.875,53.401],[-2.873,53.402],[-2.87,53.399],[-2.867,53.399],[-2.856,53.395],[-2.85,53.397],[-2.837,53.4],[-2.832,53.399],[-2.827,53.397],[-2.817,53.396],[-2.806,53.399],[-2.813,53.402],[-2.817,53.404],[-2.817,53.405],[-2.813,53.407],[-2.816,53.41],[-2.818,53.416],[-2.813,53.417],[-2.801,53.423],[-2.787,53.429],[-2.789,53.431],[-2.793,53.431],[-2.794,53.434],[-2.797,53.436],[-2.805,53.439],[-2.804,53.441],[-2.797,53.441],[-2.795,53.444],[-2.8,53.449],[-2.804,53.451],[-2.805,53.456],[-2.807,53.456],[-2.806,53.463],[-2.804,53.467],[-2.819,53.467],[-2.819,53.47],[-2.817,53.478],[-2.823,53.483],[-2.825,53.485]]]},"properties":{"PCON24NM":"Knowsley","PCON24CD":"E14001317"},"PCON24CD":254}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.571,54.015],[-2.576,54.016],[-2.584,54.019],[-2.592,54.025],[-2.6,54.025],[-2.61,54.027],[-2.623,54.022],[-2.631,54.021],[-2.638,54.021],[-2.649,54.023],[-2.661,54.024],[-2.673,54.022],[-2.68,54.024],[-2.7,54.01],[-2.702,54.009],[-2.71,54.008],[-2.713,54.008],[-2.718,54.007],[-2.724,54.006],[-2.726,54.004],[-2.733,54.003],[-2.732,54.004],[-2.728,54.006],[-2.73,54.009],[-2.733,54.01],[-2.739,54.008],[-2.745,54.009],[-2.752,54.009],[-2.757,54.01],[-2.757,54.013],[-2.762,54.012],[-2.763,54.017],[-2.762,54.019],[-2.755,54.021],[-2.753,54.026],[-2.749,54.03],[-2.743,54.034],[-2.752,54.035],[-2.758,54.037],[-2.776,54.041],[-2.771,54.047],[-2.767,54.049],[-2.766,54.054],[-2.769,54.059],[-2.774,54.066],[-2.784,54.065],[-2.792,54.069],[-2.803,54.066],[-2.808,54.067],[-2.815,54.067],[-2.826,54.065],[-2.824,54.062],[-2.826,54.06],[-2.829,54.062],[-2.836,54.061],[-2.824,54.056],[-2.831,54.055],[-2.833,54.053],[-2.839,54.05],[-2.838,54.049],[-2.832,54.05],[-2.826,54.052],[-2.815,54.055],[-2.809,54.056],[-2.804,54.055],[-2.802,54.053],[-2.798,54.054],[-2.794,54.058],[-2.796,54.061],[-2.792,54.062],[-2.793,54.058],[-2.796,54.054],[-2.8,54.052],[-2.803,54.052],[-2.809,54.055],[-2.824,54.051],[-2.842,54.045],[-2.842,54.041],[-2.836,54.035],[-2.832,54.032],[-2.829,54.028],[-2.83,54.022],[-2.83,54.018],[-2.829,54.015],[-2.833,54.006],[-2.832,54.002],[-2.831,54.001],[-2.832,53.998],[-2.845,53.998],[-2.848,54],[-2.852,54.001],[-2.856,54],[-2.863,53.995],[-2.868,53.993],[-2.871,53.99],[-2.869,53.986],[-2.87,53.984],[-2.877,53.978],[-2.876,53.975],[-2.872,53.97],[-2.86,53.968],[-2.852,53.965],[-2.862,53.965],[-2.866,53.961],[-2.873,53.958],[-2.878,53.959],[-2.88,53.957],[-2.883,53.959],[-2.886,53.957],[-2.88,53.954],[-2.878,53.955],[-2.873,53.951],[-2.878,53.947],[-2.882,53.945],[-2.889,53.941],[-2.891,53.942],[-2.905,53.94],[-2.911,53.942],[-2.912,53.944],[-2.912,53.947],[-2.917,53.948],[-2.919,53.95],[-2.928,53.949],[-2.968,53.94],[-2.981,53.936],[-2.985,53.934],[-2.997,53.931],[-2.998,53.928],[-2.997,53.922],[-2.997,53.917],[-2.994,53.913],[-2.996,53.91],[-2.995,53.902],[-2.993,53.897],[-2.985,53.89],[-2.982,53.887],[-2.971,53.882],[-2.965,53.875],[-2.964,53.872],[-2.97,53.867],[-2.972,53.865],[-2.97,53.864],[-2.965,53.864],[-2.959,53.863],[-2.955,53.861],[-2.951,53.855],[-2.945,53.852],[-2.941,53.855],[-2.938,53.855],[-2.937,53.858],[-2.929,53.858],[-2.924,53.857],[-2.914,53.86],[-2.912,53.864],[-2.909,53.865],[-2.901,53.865],[-2.896,53.861],[-2.892,53.863],[-2.887,53.864],[-2.878,53.861],[-2.876,53.857],[-2.884,53.856],[-2.89,53.852],[-2.887,53.851],[-2.891,53.848],[-2.89,53.846],[-2.884,53.844],[-2.872,53.843],[-2.868,53.846],[-2.858,53.843],[-2.859,53.839],[-2.861,53.837],[-2.869,53.834],[-2.869,53.831],[-2.863,53.829],[-2.857,53.831],[-2.849,53.832],[-2.841,53.831],[-2.836,53.826],[-2.826,53.82],[-2.81,53.824],[-2.805,53.825],[-2.799,53.824],[-2.796,53.828],[-2.8,53.829],[-2.8,53.833],[-2.794,53.834],[-2.787,53.832],[-2.781,53.834],[-2.78,53.837],[-2.771,53.84],[-2.767,53.835],[-2.761,53.828],[-2.756,53.826],[-2.754,53.824],[-2.743,53.823],[-2.736,53.823],[-2.74,53.842],[-2.742,53.845],[-2.747,53.85],[-2.731,53.852],[-2.726,53.849],[-2.719,53.85],[-2.714,53.853],[-2.71,53.854],[-2.712,53.856],[-2.706,53.861],[-2.703,53.865],[-2.706,53.869],[-2.704,53.871],[-2.691,53.874],[-2.691,53.879],[-2.688,53.88],[-2.689,53.883],[-2.689,53.888],[-2.685,53.891],[-2.681,53.893],[-2.679,53.892],[-2.668,53.892],[-2.666,53.894],[-2.658,53.896],[-2.652,53.896],[-2.645,53.894],[-2.642,53.895],[-2.638,53.895],[-2.634,53.893],[-2.626,53.894],[-2.617,53.9],[-2.613,53.908],[-2.615,53.913],[-2.619,53.916],[-2.614,53.92],[-2.619,53.927],[-2.623,53.93],[-2.63,53.931],[-2.627,53.935],[-2.626,53.939],[-2.634,53.943],[-2.641,53.945],[-2.65,53.95],[-2.651,53.952],[-2.644,53.957],[-2.638,53.958],[-2.631,53.958],[-2.618,53.952],[-2.611,53.957],[-2.605,53.957],[-2.589,53.96],[-2.582,53.965],[-2.579,53.967],[-2.578,53.971],[-2.574,53.973],[-2.564,53.974],[-2.561,53.976],[-2.572,53.984],[-2.574,53.986],[-2.571,53.988],[-2.572,53.99],[-2.577,53.993],[-2.581,54],[-2.579,54.005],[-2.579,54.007],[-2.575,54.013],[-2.571,54.015]]]},"properties":{"PCON24NM":"Lancaster and Wyre","PCON24CD":"E14001318"},"PCON24CD":255}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.577,53.842],[-1.583,53.843],[-1.586,53.842],[-1.594,53.838],[-1.594,53.842],[-1.594,53.844],[-1.599,53.847],[-1.602,53.849],[-1.602,53.853],[-1.604,53.854],[-1.613,53.853],[-1.615,53.859],[-1.619,53.856],[-1.627,53.85],[-1.63,53.847],[-1.626,53.844],[-1.617,53.84],[-1.617,53.834],[-1.625,53.83],[-1.63,53.827],[-1.633,53.828],[-1.623,53.824],[-1.616,53.822],[-1.611,53.818],[-1.611,53.815],[-1.607,53.816],[-1.605,53.813],[-1.6,53.812],[-1.597,53.809],[-1.591,53.807],[-1.588,53.807],[-1.586,53.803],[-1.578,53.802],[-1.575,53.798],[-1.566,53.794],[-1.564,53.795],[-1.56,53.794],[-1.559,53.797],[-1.545,53.796],[-1.539,53.796],[-1.531,53.797],[-1.53,53.801],[-1.529,53.805],[-1.526,53.808],[-1.528,53.81],[-1.534,53.811],[-1.536,53.808],[-1.542,53.811],[-1.545,53.815],[-1.561,53.821],[-1.564,53.821],[-1.568,53.823],[-1.562,53.825],[-1.561,53.827],[-1.566,53.829],[-1.569,53.827],[-1.573,53.83],[-1.577,53.832],[-1.578,53.836],[-1.576,53.841],[-1.577,53.842]]]},"properties":{"PCON24NM":"Leeds Central and Headingley","PCON24CD":"E14001319"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.345,53.809],[-1.357,53.809],[-1.363,53.805],[-1.371,53.806],[-1.38,53.804],[-1.383,53.805],[-1.385,53.803],[-1.389,53.802],[-1.391,53.8],[-1.394,53.799],[-1.403,53.8],[-1.403,53.803],[-1.403,53.813],[-1.397,53.814],[-1.4,53.82],[-1.405,53.818],[-1.409,53.819],[-1.414,53.817],[-1.422,53.817],[-1.432,53.826],[-1.436,53.825],[-1.442,53.828],[-1.446,53.83],[-1.45,53.834],[-1.448,53.837],[-1.452,53.837],[-1.45,53.84],[-1.461,53.84],[-1.461,53.844],[-1.473,53.844],[-1.479,53.844],[-1.48,53.843],[-1.478,53.84],[-1.473,53.837],[-1.476,53.831],[-1.478,53.829],[-1.483,53.827],[-1.485,53.824],[-1.505,53.818],[-1.511,53.817],[-1.515,53.818],[-1.524,53.818],[-1.525,53.811],[-1.528,53.81],[-1.526,53.808],[-1.529,53.805],[-1.522,53.804],[-1.517,53.808],[-1.513,53.807],[-1.506,53.81],[-1.503,53.807],[-1.495,53.802],[-1.486,53.801],[-1.477,53.803],[-1.466,53.803],[-1.46,53.798],[-1.456,53.797],[-1.458,53.791],[-1.469,53.79],[-1.473,53.789],[-1.478,53.79],[-1.483,53.789],[-1.484,53.786],[-1.484,53.781],[-1.47,53.776],[-1.474,53.775],[-1.478,53.772],[-1.482,53.766],[-1.469,53.766],[-1.459,53.765],[-1.454,53.763],[-1.448,53.763],[-1.448,53.761],[-1.445,53.76],[-1.438,53.761],[-1.435,53.757],[-1.428,53.755],[-1.423,53.75],[-1.42,53.745],[-1.416,53.742],[-1.41,53.741],[-1.403,53.742],[-1.395,53.746],[-1.387,53.746],[-1.386,53.748],[-1.386,53.75],[-1.388,53.753],[-1.387,53.759],[-1.383,53.761],[-1.387,53.766],[-1.388,53.77],[-1.391,53.774],[-1.39,53.777],[-1.393,53.78],[-1.391,53.781],[-1.381,53.78],[-1.374,53.78],[-1.374,53.782],[-1.368,53.781],[-1.356,53.78],[-1.349,53.779],[-1.349,53.785],[-1.345,53.809]]]},"properties":{"PCON24NM":"Leeds East","PCON24CD":"E14001320"},"PCON24CD":257}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.561,53.889],[-1.566,53.891],[-1.573,53.89],[-1.571,53.888],[-1.571,53.884],[-1.58,53.886],[-1.585,53.886],[-1.588,53.884],[-1.588,53.88],[-1.582,53.87],[-1.586,53.87],[-1.585,53.866],[-1.58,53.864],[-1.581,53.862],[-1.575,53.855],[-1.57,53.853],[-1.566,53.85],[-1.564,53.847],[-1.566,53.845],[-1.571,53.843],[-1.577,53.842],[-1.576,53.841],[-1.578,53.836],[-1.577,53.832],[-1.573,53.83],[-1.569,53.827],[-1.566,53.829],[-1.561,53.827],[-1.562,53.825],[-1.568,53.823],[-1.564,53.821],[-1.561,53.821],[-1.545,53.815],[-1.542,53.811],[-1.536,53.808],[-1.534,53.811],[-1.528,53.81],[-1.525,53.811],[-1.524,53.818],[-1.515,53.818],[-1.511,53.817],[-1.505,53.818],[-1.485,53.824],[-1.483,53.827],[-1.478,53.829],[-1.476,53.831],[-1.473,53.837],[-1.478,53.84],[-1.48,53.843],[-1.489,53.846],[-1.495,53.847],[-1.5,53.848],[-1.501,53.856],[-1.497,53.866],[-1.502,53.867],[-1.508,53.87],[-1.51,53.869],[-1.521,53.874],[-1.526,53.875],[-1.531,53.88],[-1.54,53.882],[-1.548,53.885],[-1.553,53.886],[-1.556,53.888],[-1.561,53.889]]]},"properties":{"PCON24NM":"Leeds North East","PCON24CD":"E14001321"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.553,53.903],[-1.556,53.905],[-1.563,53.904],[-1.566,53.91],[-1.569,53.911],[-1.584,53.909],[-1.586,53.904],[-1.586,53.901],[-1.59,53.901],[-1.598,53.903],[-1.602,53.907],[-1.6,53.91],[-1.607,53.909],[-1.612,53.906],[-1.619,53.904],[-1.622,53.903],[-1.628,53.905],[-1.638,53.906],[-1.641,53.907],[-1.646,53.907],[-1.652,53.906],[-1.654,53.908],[-1.652,53.911],[-1.656,53.913],[-1.667,53.913],[-1.669,53.911],[-1.68,53.91],[-1.685,53.911],[-1.689,53.913],[-1.687,53.916],[-1.69,53.917],[-1.699,53.917],[-1.702,53.918],[-1.706,53.917],[-1.709,53.918],[-1.716,53.917],[-1.719,53.911],[-1.722,53.912],[-1.727,53.91],[-1.729,53.908],[-1.732,53.9],[-1.728,53.894],[-1.722,53.894],[-1.718,53.893],[-1.722,53.891],[-1.729,53.886],[-1.735,53.887],[-1.742,53.885],[-1.749,53.886],[-1.756,53.885],[-1.763,53.889],[-1.767,53.89],[-1.773,53.889],[-1.78,53.891],[-1.777,53.894],[-1.787,53.897],[-1.795,53.895],[-1.8,53.886],[-1.795,53.88],[-1.785,53.88],[-1.779,53.878],[-1.778,53.872],[-1.774,53.87],[-1.769,53.867],[-1.764,53.867],[-1.76,53.864],[-1.758,53.867],[-1.754,53.867],[-1.744,53.866],[-1.746,53.863],[-1.738,53.864],[-1.729,53.865],[-1.719,53.864],[-1.715,53.866],[-1.71,53.864],[-1.702,53.858],[-1.695,53.858],[-1.693,53.853],[-1.696,53.847],[-1.701,53.845],[-1.704,53.842],[-1.703,53.836],[-1.699,53.837],[-1.688,53.842],[-1.681,53.84],[-1.679,53.837],[-1.674,53.836],[-1.667,53.829],[-1.662,53.828],[-1.66,53.829],[-1.654,53.828],[-1.646,53.827],[-1.639,53.827],[-1.639,53.828],[-1.633,53.828],[-1.63,53.827],[-1.625,53.83],[-1.617,53.834],[-1.617,53.84],[-1.626,53.844],[-1.63,53.847],[-1.627,53.85],[-1.619,53.856],[-1.615,53.859],[-1.613,53.853],[-1.604,53.854],[-1.602,53.853],[-1.602,53.849],[-1.599,53.847],[-1.594,53.844],[-1.594,53.842],[-1.594,53.838],[-1.586,53.842],[-1.583,53.843],[-1.577,53.842],[-1.571,53.843],[-1.566,53.845],[-1.564,53.847],[-1.566,53.85],[-1.57,53.853],[-1.575,53.855],[-1.581,53.862],[-1.58,53.864],[-1.585,53.866],[-1.586,53.87],[-1.582,53.87],[-1.588,53.88],[-1.588,53.884],[-1.585,53.886],[-1.58,53.886],[-1.571,53.884],[-1.571,53.888],[-1.573,53.89],[-1.566,53.891],[-1.561,53.889],[-1.56,53.896],[-1.558,53.898],[-1.558,53.903],[-1.553,53.903]]]},"properties":{"PCON24NM":"Leeds North West","PCON24CD":"E14001322"},"PCON24CD":259}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.576,53.788],[-1.579,53.79],[-1.591,53.793],[-1.597,53.793],[-1.6,53.795],[-1.606,53.794],[-1.609,53.796],[-1.613,53.797],[-1.626,53.802],[-1.631,53.801],[-1.628,53.799],[-1.631,53.798],[-1.639,53.795],[-1.641,53.792],[-1.638,53.79],[-1.638,53.785],[-1.641,53.78],[-1.641,53.774],[-1.646,53.771],[-1.653,53.767],[-1.656,53.767],[-1.663,53.767],[-1.665,53.764],[-1.67,53.762],[-1.673,53.762],[-1.682,53.756],[-1.676,53.753],[-1.666,53.748],[-1.658,53.745],[-1.642,53.748],[-1.636,53.743],[-1.637,53.741],[-1.636,53.737],[-1.632,53.732],[-1.632,53.731],[-1.632,53.729],[-1.623,53.721],[-1.623,53.719],[-1.618,53.719],[-1.611,53.721],[-1.605,53.721],[-1.602,53.72],[-1.592,53.719],[-1.587,53.717],[-1.585,53.717],[-1.58,53.713],[-1.579,53.71],[-1.572,53.707],[-1.571,53.706],[-1.566,53.704],[-1.559,53.699],[-1.554,53.703],[-1.549,53.709],[-1.543,53.712],[-1.536,53.715],[-1.517,53.725],[-1.511,53.729],[-1.506,53.729],[-1.504,53.725],[-1.496,53.722],[-1.489,53.723],[-1.488,53.728],[-1.482,53.728],[-1.486,53.731],[-1.487,53.734],[-1.491,53.736],[-1.494,53.735],[-1.502,53.736],[-1.502,53.74],[-1.495,53.742],[-1.496,53.744],[-1.491,53.744],[-1.493,53.748],[-1.501,53.748],[-1.504,53.749],[-1.517,53.751],[-1.517,53.743],[-1.533,53.743],[-1.543,53.739],[-1.559,53.74],[-1.562,53.743],[-1.564,53.747],[-1.568,53.747],[-1.57,53.754],[-1.57,53.757],[-1.571,53.761],[-1.575,53.766],[-1.579,53.766],[-1.583,53.764],[-1.589,53.77],[-1.59,53.775],[-1.589,53.778],[-1.583,53.783],[-1.578,53.783],[-1.576,53.788]]]},"properties":{"PCON24NM":"Leeds South West and Morley","PCON24CD":"E14001324"},"PCON24CD":260}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.482,53.766],[-1.478,53.772],[-1.474,53.775],[-1.47,53.776],[-1.484,53.781],[-1.484,53.786],[-1.483,53.789],[-1.478,53.79],[-1.473,53.789],[-1.469,53.79],[-1.458,53.791],[-1.456,53.797],[-1.46,53.798],[-1.466,53.803],[-1.477,53.803],[-1.486,53.801],[-1.495,53.802],[-1.503,53.807],[-1.506,53.81],[-1.513,53.807],[-1.517,53.808],[-1.522,53.804],[-1.529,53.805],[-1.53,53.801],[-1.531,53.797],[-1.539,53.796],[-1.545,53.796],[-1.559,53.797],[-1.56,53.794],[-1.564,53.795],[-1.566,53.794],[-1.567,53.792],[-1.572,53.79],[-1.576,53.788],[-1.578,53.783],[-1.583,53.783],[-1.589,53.778],[-1.59,53.775],[-1.589,53.77],[-1.583,53.764],[-1.579,53.766],[-1.575,53.766],[-1.571,53.761],[-1.57,53.757],[-1.57,53.754],[-1.568,53.747],[-1.564,53.747],[-1.562,53.743],[-1.559,53.74],[-1.543,53.739],[-1.533,53.743],[-1.517,53.743],[-1.517,53.751],[-1.513,53.757],[-1.506,53.761],[-1.494,53.762],[-1.487,53.764],[-1.482,53.766]]]},"properties":{"PCON24NM":"Leeds South","PCON24CD":"E14001323"},"PCON24CD":261}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.633,53.828],[-1.639,53.828],[-1.639,53.827],[-1.646,53.827],[-1.654,53.828],[-1.66,53.829],[-1.662,53.828],[-1.667,53.829],[-1.674,53.836],[-1.679,53.837],[-1.681,53.84],[-1.688,53.842],[-1.699,53.837],[-1.703,53.836],[-1.704,53.833],[-1.707,53.829],[-1.705,53.823],[-1.708,53.814],[-1.707,53.813],[-1.708,53.81],[-1.706,53.807],[-1.707,53.804],[-1.704,53.802],[-1.71,53.793],[-1.708,53.79],[-1.708,53.787],[-1.712,53.783],[-1.701,53.783],[-1.693,53.784],[-1.683,53.786],[-1.676,53.78],[-1.668,53.779],[-1.665,53.78],[-1.644,53.78],[-1.641,53.78],[-1.638,53.785],[-1.638,53.79],[-1.641,53.792],[-1.639,53.795],[-1.631,53.798],[-1.628,53.799],[-1.631,53.801],[-1.626,53.802],[-1.613,53.797],[-1.609,53.796],[-1.606,53.794],[-1.6,53.795],[-1.597,53.793],[-1.591,53.793],[-1.579,53.79],[-1.576,53.788],[-1.572,53.79],[-1.567,53.792],[-1.566,53.794],[-1.575,53.798],[-1.578,53.802],[-1.586,53.803],[-1.588,53.807],[-1.591,53.807],[-1.597,53.809],[-1.6,53.812],[-1.605,53.813],[-1.607,53.816],[-1.611,53.815],[-1.611,53.818],[-1.616,53.822],[-1.623,53.824],[-1.633,53.828]]]},"properties":{"PCON24NM":"Leeds West and Pudsey","PCON24CD":"E14001325"},"PCON24CD":262}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.115,52.673],[-1.119,52.673],[-1.122,52.669],[-1.129,52.665],[-1.127,52.663],[-1.128,52.661],[-1.125,52.656],[-1.13,52.653],[-1.13,52.651],[-1.126,52.645],[-1.118,52.642],[-1.118,52.64],[-1.113,52.638],[-1.11,52.639],[-1.108,52.636],[-1.104,52.635],[-1.093,52.631],[-1.089,52.632],[-1.081,52.627],[-1.074,52.628],[-1.074,52.626],[-1.069,52.619],[-1.063,52.62],[-1.058,52.624],[-1.055,52.625],[-1.053,52.628],[-1.056,52.629],[-1.056,52.633],[-1.053,52.634],[-1.048,52.635],[-1.047,52.642],[-1.051,52.643],[-1.051,52.648],[-1.048,52.648],[-1.049,52.655],[-1.059,52.656],[-1.057,52.664],[-1.064,52.664],[-1.068,52.667],[-1.075,52.668],[-1.075,52.67],[-1.086,52.669],[-1.091,52.669],[-1.109,52.673],[-1.115,52.673]]]},"properties":{"PCON24NM":"Leicester East","PCON24CD":"E14001326"},"PCON24CD":263}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.069,52.619],[-1.074,52.626],[-1.074,52.628],[-1.081,52.627],[-1.089,52.632],[-1.093,52.631],[-1.104,52.635],[-1.108,52.636],[-1.11,52.639],[-1.113,52.638],[-1.118,52.64],[-1.118,52.642],[-1.126,52.645],[-1.13,52.641],[-1.132,52.641],[-1.138,52.638],[-1.142,52.633],[-1.144,52.623],[-1.149,52.617],[-1.143,52.611],[-1.137,52.61],[-1.14,52.603],[-1.141,52.601],[-1.142,52.597],[-1.148,52.595],[-1.157,52.596],[-1.157,52.593],[-1.159,52.591],[-1.158,52.591],[-1.156,52.586],[-1.159,52.582],[-1.153,52.581],[-1.149,52.581],[-1.146,52.588],[-1.144,52.588],[-1.141,52.59],[-1.136,52.589],[-1.127,52.591],[-1.127,52.596],[-1.121,52.596],[-1.12,52.598],[-1.116,52.597],[-1.11,52.597],[-1.107,52.596],[-1.102,52.599],[-1.102,52.602],[-1.099,52.603],[-1.093,52.61],[-1.098,52.611],[-1.097,52.616],[-1.086,52.615],[-1.077,52.614],[-1.074,52.613],[-1.07,52.618],[-1.069,52.619]]]},"properties":{"PCON24NM":"Leicester South","PCON24CD":"E14001327"},"PCON24CD":264}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.129,52.665],[-1.129,52.669],[-1.133,52.67],[-1.133,52.673],[-1.138,52.675],[-1.137,52.68],[-1.142,52.686],[-1.148,52.691],[-1.151,52.689],[-1.157,52.691],[-1.161,52.691],[-1.165,52.689],[-1.168,52.685],[-1.173,52.683],[-1.174,52.679],[-1.178,52.678],[-1.178,52.671],[-1.18,52.669],[-1.177,52.668],[-1.177,52.664],[-1.185,52.661],[-1.184,52.658],[-1.184,52.65],[-1.188,52.647],[-1.187,52.646],[-1.191,52.64],[-1.196,52.641],[-1.199,52.64],[-1.206,52.643],[-1.21,52.642],[-1.216,52.635],[-1.211,52.631],[-1.209,52.631],[-1.2,52.627],[-1.188,52.623],[-1.178,52.618],[-1.174,52.618],[-1.172,52.616],[-1.166,52.613],[-1.164,52.609],[-1.171,52.606],[-1.166,52.603],[-1.168,52.601],[-1.17,52.598],[-1.168,52.593],[-1.161,52.592],[-1.159,52.591],[-1.157,52.593],[-1.157,52.596],[-1.148,52.595],[-1.142,52.597],[-1.141,52.601],[-1.14,52.603],[-1.137,52.61],[-1.143,52.611],[-1.149,52.617],[-1.144,52.623],[-1.142,52.633],[-1.138,52.638],[-1.132,52.641],[-1.13,52.641],[-1.126,52.645],[-1.13,52.651],[-1.13,52.653],[-1.125,52.656],[-1.128,52.661],[-1.127,52.663],[-1.129,52.665]]]},"properties":{"PCON24NM":"Leicester West","PCON24CD":"E14001328"},"PCON24CD":265}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.451,53.529],[-2.462,53.531],[-2.466,53.531],[-2.478,53.534],[-2.482,53.533],[-2.49,53.535],[-2.49,53.536],[-2.496,53.537],[-2.499,53.538],[-2.507,53.539],[-2.51,53.534],[-2.513,53.536],[-2.516,53.536],[-2.515,53.531],[-2.517,53.529],[-2.518,53.529],[-2.519,53.528],[-2.52,53.528],[-2.521,53.527],[-2.521,53.528],[-2.521,53.527],[-2.522,53.527],[-2.523,53.527],[-2.524,53.526],[-2.528,53.526],[-2.529,53.523],[-2.525,53.518],[-2.525,53.517],[-2.525,53.516],[-2.524,53.515],[-2.523,53.513],[-2.527,53.507],[-2.534,53.51],[-2.534,53.512],[-2.541,53.52],[-2.545,53.515],[-2.554,53.513],[-2.559,53.511],[-2.563,53.508],[-2.563,53.505],[-2.566,53.5],[-2.571,53.499],[-2.578,53.502],[-2.582,53.501],[-2.588,53.499],[-2.583,53.496],[-2.594,53.491],[-2.599,53.495],[-2.608,53.493],[-2.609,53.491],[-2.613,53.489],[-2.61,53.487],[-2.61,53.481],[-2.612,53.481],[-2.612,53.475],[-2.608,53.471],[-2.615,53.47],[-2.617,53.466],[-2.613,53.462],[-2.603,53.461],[-2.596,53.456],[-2.589,53.456],[-2.583,53.453],[-2.584,53.449],[-2.577,53.446],[-2.575,53.448],[-2.57,53.458],[-2.549,53.461],[-2.553,53.468],[-2.54,53.471],[-2.503,53.48],[-2.496,53.481],[-2.484,53.484],[-2.476,53.487],[-2.474,53.489],[-2.475,53.493],[-2.471,53.498],[-2.468,53.499],[-2.471,53.502],[-2.472,53.505],[-2.464,53.505],[-2.46,53.507],[-2.459,53.51],[-2.442,53.51],[-2.442,53.513],[-2.435,53.513],[-2.434,53.515],[-2.438,53.515],[-2.438,53.518],[-2.436,53.519],[-2.435,53.521],[-2.432,53.522],[-2.454,53.526],[-2.451,53.529]]]},"properties":{"PCON24NM":"Leigh and Atherton","PCON24CD":"E14001329"},"PCON24CD":266}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.121,50.921],[0.117,50.915],[0.111,50.916],[0.106,50.919],[0.096,50.923],[0.09,50.921],[0.089,50.919],[0.082,50.92],[0.079,50.922],[0.072,50.923],[0.068,50.925],[0.057,50.926],[0.052,50.923],[0.048,50.923],[0.047,50.921],[0.05,50.916],[0.043,50.913],[0.039,50.914],[0.036,50.915],[0.032,50.915],[0.031,50.914],[0.03,50.913],[0.033,50.91],[0.035,50.906],[0.033,50.905],[0.033,50.904],[0.027,50.905],[0.023,50.904],[0.022,50.903],[0.021,50.901],[0.022,50.901],[0.021,50.9],[0.021,50.899],[0.02,50.898],[0.019,50.897],[0.018,50.897],[0.016,50.897],[0.015,50.897],[0.013,50.897],[0.012,50.893],[0.014,50.891],[0.015,50.89],[0.016,50.888],[0.015,50.887],[0.011,50.886],[0.009,50.888],[0,50.889],[-0.002,50.887],[0.006,50.88],[0.01,50.879],[0.016,50.876],[0.017,50.873],[0.023,50.872],[0.024,50.87],[0.024,50.866],[0.021,50.865],[0.021,50.862],[0.024,50.861],[0.027,50.857],[0.031,50.856],[0.035,50.85],[0.039,50.847],[0.035,50.845],[0.031,50.836],[0.028,50.835],[0.026,50.831],[0.029,50.822],[0.027,50.817],[0.027,50.815],[0.031,50.814],[0.034,50.81],[0.042,50.81],[0.045,50.808],[0.048,50.804],[0.048,50.801],[0.053,50.794],[0.055,50.789],[0.058,50.783],[0.067,50.782],[0.077,50.78],[0.092,50.773],[0.108,50.764],[0.11,50.764],[0.116,50.761],[0.124,50.758],[0.138,50.756],[0.142,50.757],[0.146,50.759],[0.149,50.759],[0.154,50.758],[0.158,50.756],[0.163,50.755],[0.179,50.75],[0.189,50.748],[0.199,50.744],[0.205,50.74],[0.21,50.738],[0.211,50.743],[0.215,50.744],[0.209,50.751],[0.217,50.757],[0.214,50.76],[0.217,50.762],[0.215,50.764],[0.217,50.775],[0.223,50.78],[0.228,50.783],[0.23,50.787],[0.232,50.793],[0.233,50.797],[0.227,50.799],[0.23,50.801],[0.246,50.803],[0.25,50.801],[0.25,50.799],[0.254,50.799],[0.262,50.802],[0.261,50.806],[0.267,50.811],[0.271,50.81],[0.276,50.805],[0.28,50.809],[0.285,50.812],[0.289,50.813],[0.3,50.813],[0.3,50.81],[0.31,50.808],[0.314,50.809],[0.313,50.813],[0.313,50.817],[0.308,50.82],[0.306,50.826],[0.309,50.827],[0.312,50.831],[0.31,50.832],[0.312,50.837],[0.311,50.839],[0.303,50.839],[0.301,50.84],[0.291,50.838],[0.276,50.843],[0.272,50.838],[0.267,50.836],[0.261,50.838],[0.253,50.836],[0.249,50.839],[0.249,50.84],[0.241,50.842],[0.243,50.849],[0.243,50.856],[0.242,50.865],[0.237,50.874],[0.235,50.877],[0.232,50.874],[0.228,50.871],[0.222,50.874],[0.221,50.876],[0.215,50.881],[0.199,50.882],[0.193,50.878],[0.185,50.878],[0.181,50.886],[0.176,50.886],[0.176,50.888],[0.167,50.892],[0.176,50.897],[0.173,50.899],[0.167,50.902],[0.168,50.907],[0.167,50.909],[0.158,50.911],[0.157,50.912],[0.157,50.918],[0.151,50.918],[0.147,50.914],[0.131,50.917],[0.129,50.921],[0.123,50.922],[0.121,50.921]]],[[[-0.003,50.887],[-0.008,50.888],[-0.009,50.886],[-0.008,50.883],[-0.017,50.88],[-0.022,50.884],[-0.03,50.885],[-0.037,50.883],[-0.045,50.88],[-0.045,50.884],[-0.04,50.894],[-0.033,50.896],[-0.026,50.893],[-0.026,50.898],[-0.025,50.9],[-0.027,50.901],[-0.025,50.908],[-0.023,50.912],[-0.016,50.913],[-0.015,50.92],[-0.014,50.924],[-0.016,50.928],[-0.021,50.925],[-0.025,50.924],[-0.029,50.924],[-0.033,50.929],[-0.03,50.937],[-0.031,50.94],[-0.037,50.941],[-0.037,50.946],[-0.049,50.946],[-0.051,50.947],[-0.052,50.953],[-0.048,50.958],[-0.056,50.958],[-0.058,50.961],[-0.061,50.96],[-0.069,50.961],[-0.068,50.955],[-0.072,50.95],[-0.078,50.95],[-0.083,50.949],[-0.082,50.959],[-0.081,50.962],[-0.089,50.963],[-0.097,50.961],[-0.102,50.961],[-0.103,50.962],[-0.106,50.963],[-0.108,50.96],[-0.108,50.957],[-0.106,50.955],[-0.104,50.947],[-0.106,50.943],[-0.117,50.945],[-0.12,50.942],[-0.12,50.939],[-0.12,50.931],[-0.126,50.923],[-0.128,50.919],[-0.13,50.908],[-0.131,50.9],[-0.133,50.894],[-0.134,50.888],[-0.135,50.887],[-0.136,50.88],[-0.135,50.878],[-0.13,50.879],[-0.124,50.878],[-0.122,50.876],[-0.122,50.873],[-0.116,50.874],[-0.105,50.872],[-0.104,50.875],[-0.098,50.877],[-0.098,50.878],[-0.085,50.873],[-0.086,50.871],[-0.084,50.869],[-0.083,50.863],[-0.08,50.861],[-0.079,50.854],[-0.072,50.848],[-0.071,50.846],[-0.073,50.841],[-0.064,50.841],[-0.053,50.844],[-0.046,50.845],[-0.043,50.843],[-0.037,50.841],[-0.036,50.84],[-0.038,50.836],[-0.039,50.829],[-0.045,50.822],[-0.04,50.822],[-0.031,50.817],[-0.026,50.818],[-0.02,50.822],[-0.017,50.816],[-0.015,50.818],[-0.006,50.819],[-0.003,50.82],[0.004,50.812],[0.014,50.811],[0.014,50.808],[0.009,50.802],[0.022,50.8],[0.021,50.798],[0.03,50.795],[0.031,50.788],[0.03,50.783],[0.036,50.781],[0.045,50.781],[0.053,50.78],[0.057,50.782],[0.055,50.785],[0.053,50.791],[0.052,50.795],[0.046,50.797],[0.048,50.799],[0.047,50.803],[0.044,50.808],[0.042,50.809],[0.034,50.81],[0.03,50.814],[0.026,50.815],[0.028,50.822],[0.026,50.83],[0.026,50.834],[0.03,50.836],[0.033,50.841],[0.033,50.844],[0.037,50.848],[0.034,50.851],[0.03,50.856],[0.027,50.857],[0.02,50.864],[0.024,50.867],[0.022,50.872],[0.017,50.873],[0.016,50.876],[0.01,50.879],[0.006,50.88],[0.001,50.884],[-0.003,50.887]]]]},"properties":{"PCON24NM":"Lewes","PCON24CD":"E14001330"},"PCON24CD":267}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.012,51.457],[0.006,51.459],[-0.003,51.459],[-0.008,51.458],[-0.01,51.456],[-0.011,51.452],[-0.019,51.452],[-0.022,51.45],[-0.026,51.45],[-0.032,51.448],[-0.034,51.445],[-0.033,51.437],[-0.027,51.436],[-0.029,51.432],[-0.034,51.433],[-0.038,51.432],[-0.037,51.429],[-0.04,51.427],[-0.04,51.424],[-0.034,51.425],[-0.028,51.425],[-0.026,51.424],[-0.023,51.422],[-0.022,51.422],[-0.022,51.421],[-0.022,51.418],[-0.023,51.418],[-0.022,51.417],[-0.021,51.416],[-0.02,51.416],[-0.018,51.415],[-0.017,51.415],[-0.014,51.415],[-0.014,51.414],[-0.011,51.414],[-0.008,51.414],[-0.007,51.415],[-0.007,51.416],[-0.006,51.416],[-0.005,51.415],[-0.004,51.415],[0,51.417],[0,51.418],[0.001,51.418],[0.002,51.418],[0.003,51.418],[0.005,51.419],[0.005,51.42],[0.006,51.42],[0.006,51.421],[0.007,51.421],[0.008,51.423],[0.009,51.423],[0.011,51.423],[0.012,51.424],[0.014,51.425],[0.014,51.426],[0.018,51.427],[0.019,51.427],[0.02,51.427],[0.021,51.427],[0.022,51.427],[0.023,51.428],[0.025,51.429],[0.026,51.429],[0.027,51.428],[0.028,51.427],[0.029,51.427],[0.031,51.425],[0.032,51.425],[0.035,51.423],[0.037,51.423],[0.039,51.425],[0.039,51.426],[0.039,51.427],[0.038,51.427],[0.038,51.428],[0.038,51.429],[0.038,51.431],[0.038,51.432],[0.034,51.432],[0.031,51.433],[0.029,51.434],[0.029,51.435],[0.028,51.437],[0.027,51.437],[0.026,51.436],[0.025,51.437],[0.025,51.438],[0.026,51.438],[0.027,51.438],[0.029,51.439],[0.029,51.44],[0.028,51.442],[0.023,51.442],[0.021,51.444],[0.021,51.445],[0.021,51.447],[0.023,51.447],[0.022,51.448],[0.022,51.449],[0.021,51.449],[0.02,51.449],[0.017,51.45],[0.016,51.45],[0.015,51.451],[0.02,51.451],[0.019,51.452],[0.018,51.453],[0.017,51.454],[0.018,51.455],[0.014,51.456],[0.012,51.457]]]},"properties":{"PCON24NM":"Lewisham East","PCON24CD":"E14001331"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.032,51.493],[-0.033,51.493],[-0.034,51.493],[-0.037,51.492],[-0.039,51.493],[-0.04,51.493],[-0.04,51.492],[-0.041,51.492],[-0.042,51.49],[-0.044,51.49],[-0.045,51.49],[-0.046,51.49],[-0.047,51.491],[-0.048,51.49],[-0.049,51.49],[-0.05,51.49],[-0.051,51.49],[-0.052,51.489],[-0.05,51.488],[-0.051,51.488],[-0.052,51.488],[-0.054,51.488],[-0.053,51.486],[-0.054,51.486],[-0.053,51.481],[-0.054,51.479],[-0.053,51.477],[-0.053,51.473],[-0.052,51.471],[-0.052,51.469],[-0.051,51.468],[-0.051,51.467],[-0.049,51.466],[-0.048,51.466],[-0.048,51.465],[-0.047,51.465],[-0.046,51.464],[-0.046,51.458],[-0.046,51.457],[-0.045,51.457],[-0.042,51.455],[-0.039,51.46],[-0.034,51.459],[-0.036,51.456],[-0.033,51.454],[-0.029,51.452],[-0.026,51.45],[-0.022,51.45],[-0.019,51.452],[-0.011,51.452],[-0.01,51.456],[-0.008,51.458],[-0.003,51.459],[0.006,51.459],[0.012,51.457],[0.011,51.457],[0.011,51.458],[0.01,51.459],[0.01,51.461],[0.01,51.463],[0.009,51.464],[0.009,51.465],[0.009,51.466],[0.012,51.466],[0.013,51.467],[0.013,51.468],[0.013,51.469],[0.013,51.47],[0.014,51.47],[0.016,51.469],[0.017,51.469],[0.016,51.47],[0.015,51.473],[0.018,51.474],[0.017,51.474],[0.012,51.473],[0.011,51.473],[0.004,51.472],[0,51.472],[-0.004,51.472],[-0.006,51.472],[-0.008,51.473],[-0.01,51.473],[-0.013,51.472],[-0.014,51.472],[-0.014,51.473],[-0.014,51.472],[-0.014,51.47],[-0.015,51.468],[-0.016,51.469],[-0.017,51.469],[-0.019,51.47],[-0.019,51.471],[-0.019,51.472],[-0.02,51.472],[-0.02,51.473],[-0.022,51.474],[-0.023,51.474],[-0.023,51.475],[-0.017,51.48],[-0.017,51.481],[-0.018,51.481],[-0.02,51.48],[-0.022,51.48],[-0.023,51.48],[-0.023,51.481],[-0.024,51.481],[-0.026,51.482],[-0.026,51.483],[-0.025,51.485],[-0.029,51.488],[-0.032,51.493]]]},"properties":{"PCON24NM":"Lewisham North","PCON24CD":"E14001332"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.047,51.465],[-0.047,51.461],[-0.05,51.46],[-0.056,51.463],[-0.06,51.464],[-0.069,51.462],[-0.07,51.464],[-0.077,51.462],[-0.079,51.464],[-0.084,51.456],[-0.082,51.454],[-0.077,51.454],[-0.076,51.45],[-0.071,51.445],[-0.068,51.446],[-0.064,51.444],[-0.064,51.442],[-0.065,51.441],[-0.064,51.441],[-0.064,51.439],[-0.063,51.438],[-0.065,51.436],[-0.069,51.433],[-0.073,51.432],[-0.075,51.43],[-0.075,51.428],[-0.074,51.427],[-0.074,51.426],[-0.072,51.426],[-0.071,51.426],[-0.069,51.426],[-0.068,51.426],[-0.066,51.425],[-0.065,51.425],[-0.064,51.425],[-0.063,51.425],[-0.056,51.423],[-0.055,51.423],[-0.055,51.424],[-0.052,51.423],[-0.051,51.423],[-0.049,51.423],[-0.047,51.423],[-0.046,51.423],[-0.045,51.423],[-0.044,51.423],[-0.043,51.423],[-0.042,51.424],[-0.04,51.424],[-0.04,51.427],[-0.037,51.429],[-0.038,51.432],[-0.034,51.433],[-0.029,51.432],[-0.027,51.436],[-0.033,51.437],[-0.034,51.445],[-0.032,51.448],[-0.026,51.45],[-0.029,51.452],[-0.033,51.454],[-0.036,51.456],[-0.034,51.459],[-0.039,51.46],[-0.042,51.455],[-0.045,51.457],[-0.046,51.457],[-0.046,51.458],[-0.046,51.464],[-0.047,51.465]]]},"properties":{"PCON24NM":"Lewisham West and East Dulwich","PCON24CD":"E14001333"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.038,51.594],[0.026,51.596],[0.018,51.595],[0.013,51.595],[0.012,51.593],[0.013,51.584],[0.006,51.584],[-0.006,51.579],[-0.008,51.578],[-0.015,51.576],[-0.01,51.574],[-0.02,51.569],[-0.019,51.568],[-0.021,51.566],[-0.028,51.563],[-0.03,51.561],[-0.026,51.56],[-0.023,51.557],[-0.018,51.555],[-0.017,51.552],[-0.01,51.553],[-0.009,51.55],[0.003,51.552],[0.006,51.551],[0.01,51.551],[0.01,51.553],[0.015,51.555],[0.017,51.553],[0.022,51.555],[0.025,51.554],[0.035,51.555],[0.046,51.555],[0.043,51.558],[0.042,51.561],[0.05,51.564],[0.057,51.558],[0.06,51.556],[0.064,51.557],[0.063,51.558],[0.059,51.561],[0.049,51.572],[0.045,51.575],[0.041,51.58],[0.04,51.583],[0.04,51.588],[0.037,51.592],[0.038,51.594]]]},"properties":{"PCON24NM":"Leyton and Wanstead","PCON24CD":"E14001334"},"PCON24CD":271}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.67,52.774],[-1.68,52.777],[-1.684,52.778],[-1.687,52.782],[-1.685,52.785],[-1.68,52.789],[-1.692,52.796],[-1.7,52.802],[-1.699,52.807],[-1.702,52.811],[-1.704,52.812],[-1.71,52.812],[-1.721,52.813],[-1.736,52.816],[-1.773,52.819],[-1.78,52.82],[-1.778,52.843],[-1.778,52.845],[-1.804,52.855],[-1.83,52.843],[-1.833,52.845],[-1.837,52.847],[-1.842,52.855],[-1.846,52.853],[-1.852,52.852],[-1.857,52.854],[-1.865,52.86],[-1.879,52.859],[-1.89,52.861],[-1.893,52.863],[-1.892,52.865],[-1.898,52.869],[-1.91,52.873],[-1.919,52.873],[-1.922,52.877],[-1.926,52.879],[-1.934,52.878],[-1.94,52.879],[-1.943,52.881],[-1.945,52.884],[-1.949,52.884],[-1.952,52.886],[-1.956,52.885],[-1.958,52.886],[-1.964,52.884],[-1.97,52.885],[-1.968,52.875],[-1.965,52.874],[-1.961,52.87],[-1.952,52.868],[-1.95,52.87],[-1.936,52.871],[-1.937,52.867],[-1.934,52.866],[-1.937,52.863],[-1.937,52.858],[-1.933,52.855],[-1.94,52.852],[-1.937,52.848],[-1.946,52.847],[-1.951,52.844],[-1.949,52.841],[-1.952,52.837],[-1.951,52.836],[-1.953,52.832],[-1.961,52.827],[-1.968,52.824],[-1.965,52.821],[-1.96,52.817],[-1.958,52.814],[-1.954,52.812],[-1.951,52.808],[-1.951,52.804],[-1.953,52.801],[-1.957,52.799],[-1.948,52.793],[-1.951,52.792],[-1.951,52.79],[-1.945,52.789],[-1.946,52.786],[-1.951,52.781],[-1.951,52.78],[-1.946,52.777],[-1.944,52.774],[-1.938,52.772],[-1.932,52.768],[-1.93,52.768],[-1.926,52.764],[-1.923,52.762],[-1.913,52.76],[-1.912,52.758],[-1.917,52.755],[-1.911,52.751],[-1.914,52.747],[-1.912,52.743],[-1.916,52.739],[-1.92,52.738],[-1.926,52.735],[-1.927,52.731],[-1.934,52.728],[-1.934,52.724],[-1.933,52.721],[-1.938,52.716],[-1.937,52.714],[-1.931,52.715],[-1.924,52.714],[-1.917,52.709],[-1.921,52.708],[-1.926,52.708],[-1.93,52.704],[-1.93,52.703],[-1.936,52.696],[-1.943,52.697],[-1.947,52.696],[-1.948,52.691],[-1.951,52.688],[-1.954,52.687],[-1.955,52.684],[-1.959,52.684],[-1.958,52.679],[-1.962,52.678],[-1.963,52.675],[-1.959,52.672],[-1.961,52.668],[-1.955,52.663],[-1.954,52.663],[-1.946,52.657],[-1.94,52.656],[-1.934,52.662],[-1.924,52.656],[-1.913,52.658],[-1.909,52.654],[-1.917,52.652],[-1.918,52.65],[-1.91,52.644],[-1.905,52.643],[-1.894,52.649],[-1.888,52.645],[-1.884,52.645],[-1.881,52.644],[-1.874,52.646],[-1.866,52.648],[-1.862,52.648],[-1.854,52.646],[-1.85,52.647],[-1.842,52.645],[-1.84,52.653],[-1.839,52.656],[-1.829,52.656],[-1.833,52.659],[-1.828,52.662],[-1.823,52.662],[-1.82,52.663],[-1.816,52.662],[-1.811,52.668],[-1.805,52.672],[-1.803,52.674],[-1.801,52.675],[-1.799,52.677],[-1.795,52.676],[-1.788,52.679],[-1.784,52.68],[-1.777,52.683],[-1.778,52.686],[-1.78,52.687],[-1.778,52.691],[-1.779,52.694],[-1.776,52.695],[-1.775,52.696],[-1.774,52.696],[-1.773,52.697],[-1.771,52.698],[-1.771,52.699],[-1.77,52.699],[-1.768,52.699],[-1.768,52.7],[-1.765,52.7],[-1.765,52.701],[-1.763,52.701],[-1.763,52.702],[-1.761,52.702],[-1.76,52.702],[-1.759,52.703],[-1.757,52.703],[-1.756,52.703],[-1.755,52.703],[-1.751,52.702],[-1.75,52.702],[-1.748,52.701],[-1.747,52.701],[-1.745,52.701],[-1.744,52.701],[-1.74,52.705],[-1.735,52.705],[-1.732,52.706],[-1.73,52.71],[-1.73,52.719],[-1.725,52.721],[-1.723,52.722],[-1.725,52.727],[-1.723,52.731],[-1.718,52.731],[-1.712,52.73],[-1.707,52.731],[-1.704,52.732],[-1.698,52.735],[-1.7,52.738],[-1.697,52.74],[-1.698,52.743],[-1.693,52.745],[-1.696,52.747],[-1.694,52.751],[-1.697,52.753],[-1.694,52.756],[-1.688,52.758],[-1.684,52.762],[-1.683,52.764],[-1.685,52.766],[-1.682,52.77],[-1.679,52.772],[-1.672,52.772],[-1.67,52.774]]]},"properties":{"PCON24NM":"Lichfield","PCON24CD":"E14001335"},"PCON24CD":272}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.495,53.225],[-0.496,53.234],[-0.494,53.233],[-0.496,53.241],[-0.496,53.247],[-0.501,53.248],[-0.502,53.251],[-0.506,53.25],[-0.515,53.254],[-0.531,53.254],[-0.539,53.255],[-0.56,53.251],[-0.595,53.245],[-0.611,53.256],[-0.619,53.257],[-0.622,53.258],[-0.632,53.256],[-0.632,53.255],[-0.648,53.253],[-0.646,53.247],[-0.649,53.243],[-0.654,53.242],[-0.652,53.24],[-0.654,53.237],[-0.646,53.235],[-0.639,53.236],[-0.636,53.233],[-0.637,53.228],[-0.632,53.226],[-0.63,53.222],[-0.627,53.22],[-0.62,53.217],[-0.617,53.214],[-0.618,53.211],[-0.62,53.208],[-0.615,53.205],[-0.614,53.203],[-0.607,53.202],[-0.6,53.204],[-0.588,53.201],[-0.581,53.198],[-0.574,53.194],[-0.574,53.192],[-0.565,53.187],[-0.553,53.186],[-0.56,53.161],[-0.557,53.161],[-0.551,53.16],[-0.542,53.159],[-0.529,53.159],[-0.528,53.152],[-0.508,53.153],[-0.493,53.153],[-0.491,53.159],[-0.495,53.167],[-0.503,53.165],[-0.516,53.164],[-0.516,53.169],[-0.518,53.168],[-0.519,53.174],[-0.522,53.18],[-0.511,53.182],[-0.509,53.183],[-0.515,53.187],[-0.518,53.188],[-0.517,53.191],[-0.52,53.195],[-0.523,53.195],[-0.524,53.2],[-0.531,53.199],[-0.532,53.207],[-0.532,53.214],[-0.529,53.215],[-0.53,53.218],[-0.523,53.219],[-0.514,53.22],[-0.513,53.218],[-0.509,53.218],[-0.501,53.221],[-0.502,53.226],[-0.495,53.225]]]},"properties":{"PCON24NM":"Lincoln","PCON24CD":"E14001336"},"PCON24CD":273}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.837,53.4],[-2.85,53.397],[-2.856,53.395],[-2.867,53.399],[-2.87,53.399],[-2.873,53.402],[-2.875,53.401],[-2.88,53.406],[-2.885,53.402],[-2.877,53.397],[-2.881,53.395],[-2.874,53.391],[-2.883,53.387],[-2.902,53.391],[-2.907,53.393],[-2.913,53.39],[-2.921,53.386],[-2.916,53.38],[-2.911,53.373],[-2.908,53.37],[-2.916,53.367],[-2.922,53.363],[-2.919,53.362],[-2.924,53.359],[-2.922,53.357],[-2.916,53.354],[-2.903,53.345],[-2.878,53.334],[-2.865,53.33],[-2.855,53.327],[-2.841,53.327],[-2.836,53.327],[-2.827,53.332],[-2.832,53.335],[-2.832,53.337],[-2.827,53.338],[-2.823,53.337],[-2.82,53.34],[-2.819,53.348],[-2.823,53.348],[-2.83,53.347],[-2.84,53.347],[-2.847,53.355],[-2.854,53.364],[-2.852,53.369],[-2.854,53.377],[-2.856,53.379],[-2.852,53.381],[-2.844,53.382],[-2.835,53.381],[-2.833,53.382],[-2.828,53.38],[-2.822,53.381],[-2.827,53.385],[-2.834,53.389],[-2.832,53.392],[-2.834,53.397],[-2.837,53.4]]]},"properties":{"PCON24NM":"Liverpool Garston","PCON24CD":"E14001337"},"PCON24CD":274}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.975,53.443],[-2.993,53.44],[-2.994,53.442],[-3.009,53.438],[-3.007,53.433],[-3.005,53.419],[-3.003,53.413],[-3,53.408],[-2.989,53.392],[-2.985,53.387],[-2.979,53.381],[-2.969,53.376],[-2.965,53.376],[-2.948,53.387],[-2.95,53.389],[-2.95,53.399],[-2.957,53.401],[-2.958,53.407],[-2.954,53.407],[-2.954,53.412],[-2.961,53.411],[-2.963,53.414],[-2.953,53.418],[-2.948,53.421],[-2.944,53.425],[-2.949,53.427],[-2.95,53.429],[-2.946,53.432],[-2.943,53.431],[-2.94,53.433],[-2.942,53.435],[-2.948,53.439],[-2.961,53.443],[-2.964,53.438],[-2.972,53.438],[-2.975,53.443]]]},"properties":{"PCON24NM":"Liverpool Riverside","PCON24CD":"E14001338"},"PCON24CD":275}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.919,53.478],[-2.924,53.481],[-2.931,53.483],[-2.933,53.486],[-2.939,53.489],[-2.939,53.491],[-2.945,53.494],[-2.949,53.491],[-2.952,53.491],[-2.95,53.489],[-2.953,53.484],[-2.957,53.477],[-2.957,53.476],[-2.957,53.475],[-2.959,53.474],[-2.96,53.468],[-2.967,53.468],[-2.974,53.463],[-2.972,53.456],[-2.972,53.452],[-2.974,53.45],[-2.973,53.447],[-2.976,53.445],[-2.975,53.443],[-2.972,53.438],[-2.964,53.438],[-2.961,53.443],[-2.948,53.439],[-2.942,53.435],[-2.94,53.433],[-2.937,53.431],[-2.934,53.432],[-2.931,53.432],[-2.927,53.428],[-2.922,53.434],[-2.906,53.442],[-2.908,53.444],[-2.903,53.448],[-2.899,53.446],[-2.895,53.441],[-2.889,53.439],[-2.883,53.443],[-2.876,53.444],[-2.874,53.442],[-2.871,53.443],[-2.868,53.445],[-2.868,53.449],[-2.871,53.453],[-2.888,53.461],[-2.893,53.463],[-2.895,53.467],[-2.9,53.469],[-2.906,53.47],[-2.904,53.467],[-2.906,53.465],[-2.914,53.465],[-2.916,53.469],[-2.919,53.468],[-2.923,53.475],[-2.919,53.478]]]},"properties":{"PCON24NM":"Liverpool Walton","PCON24CD":"E14001339"},"PCON24CD":276}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.882,53.408],[-2.897,53.406],[-2.904,53.408],[-2.909,53.408],[-2.914,53.409],[-2.914,53.406],[-2.922,53.405],[-2.926,53.408],[-2.933,53.418],[-2.939,53.418],[-2.946,53.417],[-2.948,53.421],[-2.953,53.418],[-2.963,53.414],[-2.961,53.411],[-2.954,53.412],[-2.954,53.407],[-2.958,53.407],[-2.957,53.401],[-2.95,53.399],[-2.95,53.389],[-2.948,53.387],[-2.965,53.376],[-2.969,53.376],[-2.964,53.373],[-2.946,53.367],[-2.922,53.357],[-2.924,53.359],[-2.919,53.362],[-2.922,53.363],[-2.916,53.367],[-2.908,53.37],[-2.911,53.373],[-2.916,53.38],[-2.921,53.386],[-2.913,53.39],[-2.907,53.393],[-2.902,53.391],[-2.883,53.387],[-2.874,53.391],[-2.881,53.395],[-2.877,53.397],[-2.885,53.402],[-2.88,53.406],[-2.882,53.408]]]},"properties":{"PCON24NM":"Liverpool Wavertree","PCON24CD":"E14001340"},"PCON24CD":277}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.871,53.443],[-2.874,53.442],[-2.876,53.444],[-2.883,53.443],[-2.889,53.439],[-2.895,53.441],[-2.899,53.446],[-2.903,53.448],[-2.908,53.444],[-2.906,53.442],[-2.922,53.434],[-2.927,53.428],[-2.931,53.432],[-2.934,53.432],[-2.937,53.431],[-2.94,53.433],[-2.943,53.431],[-2.946,53.432],[-2.95,53.429],[-2.949,53.427],[-2.944,53.425],[-2.948,53.421],[-2.946,53.417],[-2.939,53.418],[-2.933,53.418],[-2.926,53.408],[-2.922,53.405],[-2.914,53.406],[-2.914,53.409],[-2.909,53.408],[-2.904,53.408],[-2.897,53.406],[-2.882,53.408],[-2.864,53.41],[-2.856,53.41],[-2.855,53.414],[-2.848,53.413],[-2.846,53.415],[-2.849,53.423],[-2.853,53.427],[-2.862,53.43],[-2.867,53.429],[-2.869,53.433],[-2.873,53.437],[-2.871,53.438],[-2.871,53.443]]]},"properties":{"PCON24NM":"Liverpool West Derby","PCON24CD":"E14001341"},"PCON24CD":278}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.036,52.816],[-1.04,52.816],[-1.042,52.814],[-1.051,52.814],[-1.053,52.815],[-1.06,52.817],[-1.072,52.814],[-1.07,52.818],[-1.071,52.823],[-1.074,52.825],[-1.084,52.823],[-1.091,52.82],[-1.094,52.822],[-1.102,52.82],[-1.112,52.82],[-1.119,52.819],[-1.122,52.817],[-1.121,52.814],[-1.123,52.811],[-1.125,52.81],[-1.131,52.806],[-1.137,52.806],[-1.144,52.804],[-1.154,52.806],[-1.163,52.807],[-1.175,52.803],[-1.178,52.802],[-1.18,52.799],[-1.186,52.798],[-1.191,52.795],[-1.192,52.793],[-1.198,52.789],[-1.202,52.794],[-1.206,52.794],[-1.21,52.795],[-1.215,52.795],[-1.222,52.792],[-1.229,52.793],[-1.232,52.798],[-1.232,52.801],[-1.242,52.805],[-1.245,52.806],[-1.252,52.806],[-1.255,52.804],[-1.26,52.807],[-1.262,52.81],[-1.269,52.807],[-1.272,52.802],[-1.276,52.8],[-1.277,52.797],[-1.279,52.796],[-1.28,52.789],[-1.275,52.788],[-1.28,52.784],[-1.289,52.784],[-1.293,52.783],[-1.305,52.785],[-1.311,52.785],[-1.319,52.785],[-1.323,52.779],[-1.327,52.776],[-1.329,52.77],[-1.329,52.766],[-1.334,52.764],[-1.333,52.76],[-1.334,52.757],[-1.332,52.756],[-1.332,52.753],[-1.328,52.753],[-1.324,52.755],[-1.321,52.753],[-1.319,52.75],[-1.308,52.748],[-1.305,52.749],[-1.299,52.745],[-1.298,52.74],[-1.294,52.737],[-1.287,52.734],[-1.279,52.739],[-1.275,52.74],[-1.268,52.746],[-1.264,52.745],[-1.259,52.744],[-1.251,52.741],[-1.251,52.739],[-1.247,52.736],[-1.246,52.735],[-1.242,52.734],[-1.233,52.735],[-1.23,52.736],[-1.231,52.738],[-1.214,52.743],[-1.208,52.744],[-1.203,52.747],[-1.19,52.737],[-1.187,52.737],[-1.184,52.727],[-1.181,52.723],[-1.167,52.725],[-1.163,52.727],[-1.158,52.726],[-1.156,52.727],[-1.149,52.727],[-1.148,52.726],[-1.143,52.727],[-1.141,52.727],[-1.134,52.728],[-1.132,52.732],[-1.128,52.729],[-1.125,52.728],[-1.12,52.729],[-1.11,52.732],[-1.119,52.739],[-1.123,52.742],[-1.12,52.745],[-1.115,52.747],[-1.112,52.749],[-1.109,52.754],[-1.116,52.757],[-1.121,52.762],[-1.114,52.764],[-1.107,52.768],[-1.097,52.769],[-1.091,52.772],[-1.089,52.771],[-1.081,52.772],[-1.066,52.775],[-1.054,52.779],[-1.054,52.781],[-1.046,52.782],[-1.042,52.801],[-1.037,52.81],[-1.036,52.816]]]},"properties":{"PCON24NM":"Loughborough","PCON24CD":"E14001342"},"PCON24CD":279}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.322,53.266],[0.316,53.277],[0.308,53.286],[0.3,53.294],[0.294,53.3],[0.289,53.306],[0.274,53.333],[0.272,53.334],[0.266,53.342],[0.262,53.347],[0.255,53.357],[0.252,53.361],[0.246,53.369],[0.239,53.379],[0.238,53.385],[0.235,53.392],[0.231,53.391],[0.227,53.397],[0.226,53.4],[0.229,53.401],[0.229,53.405],[0.222,53.412],[0.218,53.413],[0.215,53.412],[0.215,53.41],[0.212,53.41],[0.209,53.413],[0.212,53.416],[0.205,53.418],[0.206,53.419],[0.211,53.421],[0.21,53.426],[0.204,53.43],[0.2,53.431],[0.195,53.43],[0.187,53.439],[0.19,53.44],[0.198,53.437],[0.197,53.441],[0.192,53.443],[0.188,53.442],[0.185,53.444],[0.184,53.448],[0.187,53.45],[0.182,53.453],[0.183,53.455],[0.18,53.457],[0.184,53.459],[0.176,53.466],[0.172,53.472],[0.167,53.471],[0.162,53.474],[0.156,53.481],[0.158,53.481],[0.168,53.477],[0.154,53.49],[0.148,53.494],[0.144,53.493],[0.148,53.488],[0.143,53.482],[0.128,53.485],[0.129,53.487],[0.128,53.491],[0.13,53.491],[0.13,53.494],[0.133,53.494],[0.134,53.497],[0.131,53.498],[0.124,53.499],[0.115,53.503],[0.109,53.504],[0.11,53.502],[0.118,53.495],[0.118,53.493],[0.11,53.489],[0.103,53.491],[0.097,53.494],[0.09,53.494],[0.082,53.5],[0.078,53.507],[0.084,53.512],[0.085,53.516],[0.081,53.516],[0.082,53.513],[0.08,53.511],[0.071,53.514],[0.071,53.517],[0.067,53.518],[0.057,53.521],[0.045,53.524],[0.04,53.526],[0.039,53.525],[0.051,53.519],[0.051,53.517],[0.047,53.515],[0.038,53.514],[0.034,53.515],[0.032,53.518],[0.022,53.52],[0.02,53.523],[0.017,53.525],[0.013,53.524],[0.011,53.522],[0.005,53.52],[-0.008,53.517],[-0.014,53.517],[-0.017,53.515],[-0.02,53.518],[-0.025,53.517],[-0.029,53.517],[-0.033,53.516],[-0.036,53.514],[-0.04,53.513],[-0.044,53.518],[-0.047,53.52],[-0.061,53.52],[-0.065,53.519],[-0.068,53.516],[-0.073,53.497],[-0.075,53.489],[-0.078,53.49],[-0.09,53.485],[-0.095,53.486],[-0.092,53.483],[-0.094,53.481],[-0.09,53.478],[-0.108,53.47],[-0.103,53.466],[-0.095,53.461],[-0.086,53.456],[-0.082,53.451],[-0.087,53.45],[-0.091,53.447],[-0.111,53.44],[-0.112,53.438],[-0.12,53.434],[-0.123,53.437],[-0.127,53.436],[-0.132,53.436],[-0.135,53.436],[-0.141,53.435],[-0.159,53.437],[-0.164,53.438],[-0.175,53.438],[-0.181,53.441],[-0.185,53.437],[-0.191,53.435],[-0.196,53.435],[-0.197,53.432],[-0.202,53.431],[-0.214,53.429],[-0.217,53.424],[-0.213,53.42],[-0.211,53.415],[-0.21,53.414],[-0.21,53.411],[-0.206,53.408],[-0.213,53.404],[-0.218,53.403],[-0.216,53.402],[-0.219,53.4],[-0.225,53.4],[-0.229,53.398],[-0.228,53.393],[-0.224,53.387],[-0.217,53.382],[-0.216,53.38],[-0.207,53.374],[-0.205,53.372],[-0.209,53.371],[-0.215,53.367],[-0.221,53.362],[-0.223,53.358],[-0.225,53.356],[-0.23,53.355],[-0.232,53.351],[-0.241,53.349],[-0.244,53.347],[-0.256,53.344],[-0.256,53.34],[-0.25,53.334],[-0.255,53.33],[-0.269,53.325],[-0.272,53.322],[-0.276,53.322],[-0.278,53.324],[-0.285,53.328],[-0.293,53.334],[-0.299,53.331],[-0.297,53.33],[-0.3,53.325],[-0.303,53.323],[-0.31,53.32],[-0.3,53.311],[-0.296,53.303],[-0.306,53.302],[-0.317,53.298],[-0.314,53.294],[-0.315,53.29],[-0.312,53.288],[-0.314,53.285],[-0.313,53.283],[-0.316,53.28],[-0.315,53.277],[-0.303,53.275],[-0.302,53.273],[-0.304,53.27],[-0.299,53.269],[-0.301,53.264],[-0.29,53.264],[-0.293,53.259],[-0.287,53.258],[-0.291,53.255],[-0.28,53.25],[-0.282,53.247],[-0.282,53.241],[-0.276,53.234],[-0.276,53.232],[-0.28,53.226],[-0.289,53.223],[-0.288,53.222],[-0.293,53.219],[-0.301,53.214],[-0.302,53.21],[-0.294,53.201],[-0.291,53.195],[-0.292,53.192],[-0.288,53.185],[-0.29,53.179],[-0.283,53.177],[-0.281,53.174],[-0.279,53.175],[-0.275,53.173],[-0.274,53.171],[-0.27,53.169],[-0.265,53.164],[-0.264,53.162],[-0.26,53.158],[-0.253,53.156],[-0.252,53.152],[-0.246,53.148],[-0.24,53.138],[-0.238,53.134],[-0.233,53.131],[-0.226,53.125],[-0.225,53.122],[-0.227,53.12],[-0.226,53.116],[-0.223,53.114],[-0.225,53.109],[-0.219,53.105],[-0.221,53.103],[-0.219,53.097],[-0.214,53.089],[-0.206,53.086],[-0.202,53.086],[-0.197,53.083],[-0.195,53.081],[-0.199,53.078],[-0.196,53.07],[-0.189,53.063],[-0.164,53.05],[-0.138,53.03],[-0.136,53.035],[-0.138,53.037],[-0.136,53.038],[-0.141,53.04],[-0.138,53.046],[-0.129,53.046],[-0.13,53.048],[-0.119,53.049],[-0.108,53.041],[-0.1,53.045],[-0.11,53.059],[-0.115,53.068],[-0.103,53.069],[-0.1,53.079],[-0.095,53.079],[-0.095,53.081],[-0.076,53.082],[-0.077,53.086],[-0.068,53.087],[-0.07,53.104],[-0.065,53.108],[-0.059,53.114],[-0.049,53.114],[-0.048,53.112],[-0.04,53.112],[-0.05,53.124],[-0.037,53.126],[-0.034,53.118],[-0.023,53.119],[-0.021,53.114],[0,53.117],[-0.004,53.106],[0.003,53.105],[0.004,53.108],[0.009,53.108],[0.012,53.11],[0.016,53.106],[0.014,53.104],[0.032,53.103],[0.035,53.111],[0.049,53.109],[0.051,53.115],[0.072,53.111],[0.075,53.121],[0.09,53.121],[0.089,53.126],[0.104,53.127],[0.105,53.12],[0.141,53.129],[0.14,53.133],[0.136,53.137],[0.132,53.144],[0.132,53.15],[0.13,53.157],[0.127,53.157],[0.127,53.161],[0.135,53.163],[0.131,53.166],[0.132,53.169],[0.129,53.17],[0.128,53.176],[0.121,53.179],[0.119,53.181],[0.122,53.185],[0.13,53.191],[0.131,53.194],[0.12,53.195],[0.125,53.202],[0.123,53.203],[0.123,53.207],[0.125,53.211],[0.128,53.212],[0.128,53.215],[0.131,53.217],[0.122,53.219],[0.119,53.22],[0.114,53.22],[0.115,53.224],[0.112,53.23],[0.115,53.234],[0.106,53.239],[0.108,53.244],[0.109,53.249],[0.111,53.252],[0.125,53.251],[0.133,53.248],[0.139,53.249],[0.147,53.254],[0.155,53.257],[0.161,53.257],[0.164,53.255],[0.166,53.252],[0.174,53.25],[0.175,53.248],[0.183,53.249],[0.192,53.251],[0.191,53.248],[0.193,53.244],[0.197,53.242],[0.204,53.238],[0.213,53.242],[0.22,53.236],[0.228,53.238],[0.236,53.241],[0.243,53.25],[0.241,53.253],[0.247,53.255],[0.262,53.257],[0.269,53.256],[0.272,53.256],[0.277,53.26],[0.289,53.262],[0.301,53.264],[0.322,53.266]]]},"properties":{"PCON24NM":"Louth and Horncastle","PCON24CD":"E14001343"},"PCON24CD":280}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.74,52.532],[1.726,52.531],[1.724,52.534],[1.717,52.535],[1.706,52.54],[1.704,52.544],[1.701,52.545],[1.696,52.544],[1.691,52.545],[1.69,52.547],[1.684,52.55],[1.682,52.548],[1.678,52.548],[1.675,52.549],[1.669,52.55],[1.663,52.548],[1.659,52.545],[1.659,52.542],[1.654,52.541],[1.65,52.54],[1.643,52.539],[1.637,52.537],[1.638,52.534],[1.631,52.532],[1.637,52.528],[1.634,52.527],[1.629,52.526],[1.629,52.523],[1.631,52.521],[1.64,52.517],[1.645,52.516],[1.648,52.515],[1.645,52.509],[1.652,52.505],[1.654,52.502],[1.657,52.501],[1.663,52.502],[1.668,52.504],[1.672,52.504],[1.675,52.502],[1.676,52.498],[1.683,52.495],[1.682,52.488],[1.683,52.483],[1.682,52.477],[1.691,52.474],[1.697,52.476],[1.701,52.474],[1.71,52.477],[1.71,52.475],[1.705,52.474],[1.703,52.471],[1.698,52.473],[1.693,52.474],[1.689,52.473],[1.681,52.474],[1.682,52.483],[1.681,52.489],[1.677,52.487],[1.676,52.484],[1.671,52.481],[1.671,52.476],[1.664,52.475],[1.66,52.469],[1.654,52.468],[1.651,52.471],[1.647,52.472],[1.643,52.468],[1.636,52.467],[1.635,52.463],[1.628,52.462],[1.617,52.463],[1.611,52.466],[1.607,52.466],[1.604,52.471],[1.598,52.473],[1.596,52.475],[1.587,52.478],[1.583,52.477],[1.576,52.477],[1.574,52.475],[1.569,52.475],[1.566,52.472],[1.566,52.469],[1.562,52.466],[1.563,52.461],[1.56,52.458],[1.557,52.458],[1.553,52.459],[1.552,52.453],[1.554,52.449],[1.553,52.444],[1.555,52.436],[1.575,52.44],[1.586,52.441],[1.592,52.44],[1.602,52.438],[1.621,52.434],[1.626,52.428],[1.631,52.429],[1.634,52.427],[1.639,52.427],[1.641,52.425],[1.647,52.426],[1.649,52.428],[1.659,52.433],[1.668,52.434],[1.667,52.436],[1.676,52.437],[1.684,52.441],[1.684,52.438],[1.686,52.436],[1.689,52.431],[1.688,52.424],[1.682,52.425],[1.683,52.419],[1.685,52.417],[1.691,52.418],[1.694,52.414],[1.693,52.411],[1.702,52.409],[1.705,52.405],[1.709,52.404],[1.715,52.406],[1.716,52.403],[1.722,52.399],[1.728,52.4],[1.73,52.406],[1.732,52.416],[1.729,52.421],[1.729,52.425],[1.73,52.435],[1.733,52.446],[1.735,52.45],[1.747,52.467],[1.751,52.471],[1.751,52.473],[1.742,52.472],[1.728,52.475],[1.724,52.477],[1.717,52.474],[1.715,52.475],[1.722,52.478],[1.725,52.477],[1.731,52.475],[1.743,52.473],[1.749,52.473],[1.754,52.474],[1.758,52.477],[1.761,52.476],[1.763,52.482],[1.758,52.496],[1.756,52.499],[1.751,52.51],[1.749,52.516],[1.74,52.532]]]},"properties":{"PCON24NM":"Lowestoft","PCON24CD":"E14001344"},"PCON24CD":281}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.386,51.916],[-0.393,51.914],[-0.394,51.915],[-0.401,51.913],[-0.402,51.91],[-0.415,51.912],[-0.419,51.913],[-0.422,51.92],[-0.422,51.926],[-0.426,51.927],[-0.438,51.928],[-0.441,51.926],[-0.451,51.925],[-0.456,51.925],[-0.462,51.924],[-0.473,51.924],[-0.482,51.922],[-0.487,51.922],[-0.478,51.917],[-0.482,51.913],[-0.482,51.908],[-0.491,51.905],[-0.492,51.906],[-0.494,51.906],[-0.506,51.9],[-0.485,51.891],[-0.484,51.888],[-0.457,51.888],[-0.455,51.892],[-0.449,51.892],[-0.441,51.89],[-0.437,51.892],[-0.436,51.895],[-0.433,51.896],[-0.412,51.897],[-0.409,51.901],[-0.407,51.901],[-0.404,51.897],[-0.401,51.896],[-0.397,51.899],[-0.394,51.897],[-0.392,51.899],[-0.387,51.899],[-0.384,51.898],[-0.38,51.9],[-0.378,51.902],[-0.379,51.904],[-0.385,51.911],[-0.386,51.916]]]},"properties":{"PCON24NM":"Luton North","PCON24CD":"E14001345"},"PCON24CD":282}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.484,51.888],[-0.49,51.888],[-0.496,51.886],[-0.494,51.885],[-0.501,51.882],[-0.495,51.878],[-0.493,51.875],[-0.497,51.875],[-0.506,51.871],[-0.513,51.87],[-0.519,51.873],[-0.522,51.876],[-0.526,51.874],[-0.531,51.877],[-0.546,51.877],[-0.55,51.878],[-0.549,51.883],[-0.544,51.886],[-0.556,51.89],[-0.561,51.89],[-0.569,51.895],[-0.571,51.899],[-0.577,51.9],[-0.583,51.899],[-0.592,51.897],[-0.601,51.897],[-0.611,51.893],[-0.616,51.889],[-0.622,51.894],[-0.627,51.904],[-0.632,51.909],[-0.638,51.904],[-0.646,51.899],[-0.648,51.901],[-0.654,51.898],[-0.657,51.895],[-0.66,51.895],[-0.659,51.891],[-0.655,51.888],[-0.637,51.883],[-0.627,51.883],[-0.62,51.885],[-0.613,51.878],[-0.609,51.876],[-0.587,51.871],[-0.584,51.87],[-0.582,51.868],[-0.577,51.866],[-0.574,51.861],[-0.569,51.858],[-0.571,51.855],[-0.57,51.852],[-0.567,51.851],[-0.565,51.848],[-0.561,51.845],[-0.556,51.845],[-0.556,51.843],[-0.551,51.839],[-0.549,51.836],[-0.54,51.832],[-0.538,51.831],[-0.539,51.829],[-0.543,51.825],[-0.549,51.828],[-0.554,51.827],[-0.55,51.825],[-0.542,51.818],[-0.543,51.815],[-0.537,51.814],[-0.532,51.809],[-0.524,51.806],[-0.52,51.805],[-0.518,51.808],[-0.511,51.811],[-0.506,51.814],[-0.502,51.815],[-0.504,51.818],[-0.501,51.819],[-0.503,51.822],[-0.509,51.824],[-0.511,51.826],[-0.506,51.828],[-0.505,51.832],[-0.502,51.837],[-0.497,51.837],[-0.492,51.835],[-0.491,51.843],[-0.479,51.842],[-0.471,51.845],[-0.476,51.849],[-0.478,51.853],[-0.47,51.856],[-0.468,51.853],[-0.464,51.85],[-0.461,51.853],[-0.458,51.851],[-0.454,51.853],[-0.448,51.848],[-0.439,51.852],[-0.433,51.848],[-0.432,51.849],[-0.425,51.847],[-0.425,51.849],[-0.422,51.85],[-0.412,51.846],[-0.409,51.843],[-0.399,51.837],[-0.376,51.83],[-0.373,51.829],[-0.369,51.831],[-0.367,51.835],[-0.365,51.838],[-0.363,51.842],[-0.358,51.84],[-0.344,51.845],[-0.339,51.85],[-0.342,51.853],[-0.35,51.857],[-0.35,51.861],[-0.354,51.864],[-0.355,51.867],[-0.354,51.871],[-0.354,51.876],[-0.351,51.876],[-0.35,51.879],[-0.352,51.88],[-0.355,51.885],[-0.358,51.886],[-0.359,51.889],[-0.365,51.894],[-0.373,51.895],[-0.378,51.899],[-0.378,51.902],[-0.38,51.9],[-0.384,51.898],[-0.387,51.899],[-0.392,51.899],[-0.394,51.897],[-0.397,51.899],[-0.401,51.896],[-0.404,51.897],[-0.407,51.901],[-0.409,51.901],[-0.412,51.897],[-0.433,51.896],[-0.436,51.895],[-0.437,51.892],[-0.441,51.89],[-0.449,51.892],[-0.455,51.892],[-0.457,51.888],[-0.484,51.888]]]},"properties":{"PCON24NM":"Luton South and South Bedfordshire","PCON24CD":"E14001346"},"PCON24CD":283}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.031,53.37],[-2.033,53.372],[-2.041,53.372],[-2.047,53.369],[-2.05,53.369],[-2.055,53.367],[-2.056,53.362],[-2.061,53.358],[-2.065,53.358],[-2.073,53.358],[-2.084,53.36],[-2.091,53.364],[-2.095,53.366],[-2.104,53.366],[-2.11,53.365],[-2.116,53.365],[-2.121,53.364],[-2.123,53.362],[-2.128,53.365],[-2.134,53.365],[-2.137,53.367],[-2.139,53.365],[-2.14,53.359],[-2.138,53.357],[-2.151,53.348],[-2.148,53.345],[-2.144,53.343],[-2.151,53.337],[-2.153,53.329],[-2.158,53.329],[-2.163,53.328],[-2.169,53.331],[-2.18,53.331],[-2.185,53.333],[-2.19,53.324],[-2.192,53.323],[-2.197,53.317],[-2.198,53.313],[-2.208,53.306],[-2.21,53.304],[-2.212,53.298],[-2.208,53.295],[-2.207,53.289],[-2.215,53.287],[-2.222,53.28],[-2.222,53.277],[-2.229,53.273],[-2.224,53.272],[-2.221,53.27],[-2.22,53.267],[-2.221,53.264],[-2.225,53.262],[-2.229,53.263],[-2.235,53.261],[-2.243,53.261],[-2.244,53.256],[-2.25,53.256],[-2.254,53.255],[-2.258,53.256],[-2.261,53.258],[-2.272,53.259],[-2.275,53.26],[-2.282,53.254],[-2.29,53.255],[-2.291,53.252],[-2.295,53.248],[-2.299,53.248],[-2.309,53.246],[-2.31,53.244],[-2.306,53.235],[-2.306,53.23],[-2.302,53.225],[-2.297,53.223],[-2.291,53.222],[-2.287,53.218],[-2.284,53.216],[-2.28,53.212],[-2.27,53.21],[-2.264,53.206],[-2.259,53.205],[-2.256,53.205],[-2.243,53.202],[-2.241,53.199],[-2.231,53.201],[-2.228,53.2],[-2.22,53.194],[-2.216,53.19],[-2.215,53.187],[-2.219,53.183],[-2.211,53.179],[-2.207,53.179],[-2.202,53.177],[-2.191,53.177],[-2.189,53.18],[-2.179,53.187],[-2.171,53.19],[-2.17,53.188],[-2.163,53.188],[-2.154,53.189],[-2.151,53.186],[-2.147,53.185],[-2.144,53.188],[-2.141,53.184],[-2.138,53.184],[-2.133,53.183],[-2.13,53.178],[-2.128,53.175],[-2.125,53.173],[-2.12,53.175],[-2.116,53.17],[-2.109,53.168],[-2.104,53.17],[-2.102,53.169],[-2.096,53.171],[-2.094,53.173],[-2.091,53.172],[-2.087,53.17],[-2.078,53.17],[-2.071,53.172],[-2.067,53.175],[-2.063,53.175],[-2.058,53.177],[-2.06,53.18],[-2.056,53.183],[-2.052,53.184],[-2.055,53.187],[-2.052,53.188],[-2.047,53.192],[-2.04,53.193],[-2.038,53.194],[-2.029,53.193],[-2.021,53.19],[-2.016,53.189],[-2.01,53.193],[-2.002,53.193],[-1.994,53.2],[-1.995,53.203],[-1.993,53.208],[-1.989,53.21],[-1.987,53.214],[-1.989,53.216],[-1.99,53.223],[-1.988,53.225],[-1.975,53.228],[-1.975,53.231],[-1.979,53.233],[-1.982,53.239],[-1.984,53.239],[-1.993,53.242],[-2,53.245],[-2.002,53.249],[-2,53.255],[-2.009,53.261],[-2.005,53.268],[-2.007,53.276],[-2.009,53.28],[-2.008,53.283],[-2.008,53.289],[-2.009,53.291],[-2.009,53.305],[-2.004,53.311],[-2.004,53.314],[-2.002,53.319],[-2.004,53.321],[-2.011,53.324],[-2.012,53.328],[-2.009,53.331],[-2.014,53.332],[-2.014,53.34],[-2.01,53.342],[-2.005,53.346],[-2.008,53.348],[-2.008,53.351],[-2.007,53.355],[-2.011,53.357],[-2.009,53.362],[-2.016,53.363],[-2.018,53.366],[-2.023,53.367],[-2.024,53.364],[-2.027,53.364],[-2.034,53.368],[-2.031,53.37]]]},"properties":{"PCON24NM":"Macclesfield","PCON24CD":"E14001347"},"PCON24CD":284}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.662,51.488],[-0.669,51.49],[-0.673,51.492],[-0.678,51.495],[-0.682,51.5],[-0.683,51.503],[-0.686,51.507],[-0.693,51.51],[-0.699,51.51],[-0.703,51.511],[-0.704,51.513],[-0.702,51.519],[-0.702,51.524],[-0.7,51.531],[-0.698,51.535],[-0.698,51.537],[-0.693,51.544],[-0.691,51.548],[-0.691,51.557],[-0.695,51.563],[-0.697,51.565],[-0.702,51.565],[-0.703,51.563],[-0.706,51.562],[-0.712,51.565],[-0.712,51.571],[-0.715,51.576],[-0.719,51.578],[-0.728,51.577],[-0.739,51.573],[-0.745,51.571],[-0.749,51.568],[-0.758,51.565],[-0.762,51.566],[-0.768,51.566],[-0.771,51.568],[-0.776,51.566],[-0.779,51.56],[-0.783,51.556],[-0.786,51.554],[-0.791,51.553],[-0.793,51.551],[-0.811,51.553],[-0.817,51.551],[-0.824,51.55],[-0.826,51.549],[-0.829,51.546],[-0.833,51.545],[-0.838,51.547],[-0.843,51.545],[-0.844,51.54],[-0.847,51.533],[-0.852,51.529],[-0.854,51.526],[-0.85,51.524],[-0.836,51.513],[-0.824,51.512],[-0.817,51.507],[-0.817,51.503],[-0.819,51.499],[-0.817,51.496],[-0.822,51.496],[-0.829,51.488],[-0.829,51.486],[-0.826,51.483],[-0.826,51.48],[-0.824,51.478],[-0.822,51.473],[-0.825,51.47],[-0.825,51.466],[-0.834,51.464],[-0.828,51.462],[-0.826,51.454],[-0.818,51.443],[-0.808,51.443],[-0.806,51.441],[-0.8,51.441],[-0.798,51.435],[-0.798,51.43],[-0.798,51.424],[-0.798,51.419],[-0.796,51.413],[-0.794,51.412],[-0.793,51.409],[-0.802,51.409],[-0.801,51.404],[-0.791,51.405],[-0.783,51.41],[-0.776,51.409],[-0.775,51.412],[-0.771,51.417],[-0.774,51.419],[-0.774,51.42],[-0.778,51.422],[-0.768,51.424],[-0.766,51.426],[-0.755,51.43],[-0.741,51.429],[-0.733,51.427],[-0.731,51.428],[-0.728,51.431],[-0.724,51.431],[-0.722,51.426],[-0.721,51.424],[-0.725,51.423],[-0.721,51.419],[-0.721,51.417],[-0.718,51.415],[-0.721,51.405],[-0.724,51.4],[-0.728,51.396],[-0.728,51.394],[-0.734,51.391],[-0.732,51.39],[-0.727,51.385],[-0.735,51.365],[-0.724,51.368],[-0.71,51.371],[-0.697,51.374],[-0.668,51.385],[-0.671,51.386],[-0.673,51.389],[-0.68,51.394],[-0.687,51.403],[-0.693,51.407],[-0.697,51.411],[-0.696,51.413],[-0.69,51.419],[-0.685,51.421],[-0.681,51.425],[-0.679,51.43],[-0.676,51.432],[-0.668,51.431],[-0.664,51.426],[-0.658,51.424],[-0.654,51.424],[-0.649,51.421],[-0.643,51.419],[-0.638,51.415],[-0.632,51.414],[-0.632,51.419],[-0.631,51.423],[-0.637,51.428],[-0.631,51.442],[-0.642,51.441],[-0.651,51.442],[-0.654,51.441],[-0.662,51.444],[-0.658,51.449],[-0.658,51.452],[-0.655,51.473],[-0.659,51.473],[-0.661,51.477],[-0.658,51.479],[-0.663,51.48],[-0.662,51.488]]]},"properties":{"PCON24NM":"Maidenhead","PCON24CD":"E14001348"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.499,51.297],[0.499,51.298],[0.493,51.301],[0.497,51.299],[0.499,51.297]]],[[[0.506,51.296],[0.499,51.297],[0.493,51.301],[0.486,51.299],[0.482,51.301],[0.48,51.303],[0.471,51.302],[0.464,51.303],[0.458,51.313],[0.452,51.311],[0.452,51.31],[0.447,51.309],[0.446,51.303],[0.447,51.3],[0.446,51.298],[0.437,51.299],[0.431,51.298],[0.43,51.3],[0.432,51.305],[0.43,51.31],[0.43,51.313],[0.428,51.313],[0.425,51.309],[0.416,51.311],[0.41,51.312],[0.401,51.311],[0.398,51.309],[0.4,51.305],[0.399,51.302],[0.405,51.301],[0.401,51.299],[0.395,51.3],[0.394,51.296],[0.395,51.293],[0.39,51.29],[0.393,51.288],[0.389,51.284],[0.384,51.28],[0.388,51.275],[0.384,51.272],[0.391,51.269],[0.389,51.267],[0.393,51.264],[0.398,51.266],[0.408,51.268],[0.42,51.267],[0.422,51.269],[0.432,51.268],[0.432,51.265],[0.433,51.262],[0.433,51.258],[0.429,51.252],[0.431,51.249],[0.439,51.25],[0.443,51.249],[0.445,51.25],[0.449,51.254],[0.457,51.258],[0.464,51.259],[0.474,51.258],[0.482,51.254],[0.484,51.255],[0.493,51.258],[0.497,51.258],[0.498,51.256],[0.502,51.257],[0.503,51.255],[0.503,51.251],[0.512,51.249],[0.512,51.247],[0.516,51.247],[0.527,51.245],[0.531,51.246],[0.536,51.244],[0.541,51.244],[0.536,51.25],[0.531,51.253],[0.532,51.257],[0.528,51.264],[0.534,51.264],[0.534,51.268],[0.539,51.274],[0.542,51.275],[0.546,51.284],[0.548,51.285],[0.543,51.288],[0.542,51.29],[0.537,51.291],[0.532,51.294],[0.528,51.293],[0.526,51.29],[0.524,51.292],[0.519,51.294],[0.513,51.293],[0.511,51.295],[0.506,51.296]]]]},"properties":{"PCON24NM":"Maidstone and Malling","PCON24CD":"E14001349"},"PCON24CD":286}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.569,53.548],[-2.571,53.549],[-2.581,53.549],[-2.585,53.547],[-2.583,53.546],[-2.585,53.544],[-2.579,53.542],[-2.588,53.54],[-2.601,53.536],[-2.606,53.535],[-2.61,53.532],[-2.617,53.531],[-2.617,53.529],[-2.626,53.54],[-2.63,53.539],[-2.637,53.535],[-2.641,53.537],[-2.643,53.539],[-2.648,53.541],[-2.652,53.536],[-2.661,53.532],[-2.667,53.531],[-2.673,53.53],[-2.684,53.531],[-2.697,53.533],[-2.698,53.536],[-2.697,53.541],[-2.699,53.547],[-2.702,53.554],[-2.702,53.557],[-2.701,53.561],[-2.705,53.562],[-2.705,53.56],[-2.708,53.555],[-2.71,53.553],[-2.711,53.549],[-2.719,53.544],[-2.716,53.539],[-2.716,53.534],[-2.718,53.527],[-2.721,53.525],[-2.725,53.524],[-2.731,53.521],[-2.727,53.518],[-2.727,53.515],[-2.723,53.512],[-2.719,53.512],[-2.716,53.511],[-2.713,53.513],[-2.708,53.513],[-2.707,53.507],[-2.705,53.505],[-2.701,53.505],[-2.699,53.502],[-2.693,53.502],[-2.683,53.5],[-2.678,53.499],[-2.666,53.5],[-2.664,53.495],[-2.66,53.492],[-2.657,53.493],[-2.654,53.486],[-2.645,53.48],[-2.619,53.482],[-2.612,53.481],[-2.61,53.481],[-2.61,53.487],[-2.613,53.489],[-2.609,53.491],[-2.608,53.493],[-2.599,53.495],[-2.594,53.491],[-2.583,53.496],[-2.588,53.499],[-2.582,53.501],[-2.578,53.502],[-2.571,53.499],[-2.566,53.5],[-2.563,53.505],[-2.563,53.508],[-2.559,53.511],[-2.554,53.513],[-2.545,53.515],[-2.541,53.52],[-2.534,53.512],[-2.534,53.51],[-2.527,53.507],[-2.523,53.513],[-2.524,53.515],[-2.525,53.516],[-2.525,53.517],[-2.525,53.518],[-2.529,53.523],[-2.534,53.523],[-2.536,53.528],[-2.542,53.531],[-2.544,53.533],[-2.551,53.535],[-2.556,53.538],[-2.56,53.538],[-2.562,53.54],[-2.559,53.542],[-2.559,53.546],[-2.563,53.547],[-2.569,53.548]]]},"properties":{"PCON24NM":"Makerfield","PCON24CD":"E14001350"},"PCON24CD":287}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.746,51.638],[0.739,51.639],[0.742,51.636],[0.746,51.635],[0.749,51.637],[0.746,51.638]]],[[[0.752,51.642],[0.753,51.637],[0.761,51.642],[0.752,51.642]]],[[[0.751,51.642],[0.748,51.642],[0.745,51.64],[0.74,51.64],[0.732,51.642],[0.724,51.641],[0.721,51.642],[0.716,51.641],[0.713,51.637],[0.721,51.639],[0.729,51.638],[0.734,51.635],[0.735,51.639],[0.729,51.64],[0.725,51.639],[0.723,51.64],[0.714,51.637],[0.715,51.64],[0.721,51.639],[0.726,51.641],[0.729,51.64],[0.737,51.64],[0.746,51.64],[0.746,51.641],[0.751,51.642]]],[[[0.779,51.726],[0.77,51.727],[0.764,51.726],[0.756,51.727],[0.755,51.725],[0.757,51.722],[0.763,51.722],[0.772,51.719],[0.783,51.72],[0.785,51.723],[0.778,51.725],[0.779,51.726]]],[[[0.722,51.731],[0.718,51.729],[0.715,51.724],[0.71,51.72],[0.713,51.718],[0.717,51.719],[0.725,51.717],[0.729,51.718],[0.729,51.721],[0.728,51.724],[0.725,51.726],[0.725,51.728],[0.722,51.731]]],[[[0.737,51.733],[0.735,51.734],[0.734,51.738],[0.726,51.737],[0.718,51.739],[0.712,51.744],[0.7,51.747],[0.695,51.751],[0.692,51.75],[0.691,51.748],[0.685,51.747],[0.676,51.748],[0.667,51.748],[0.669,51.746],[0.667,51.743],[0.668,51.74],[0.665,51.739],[0.677,51.735],[0.68,51.734],[0.688,51.732],[0.69,51.73],[0.697,51.729],[0.703,51.727],[0.706,51.724],[0.708,51.725],[0.71,51.729],[0.715,51.734],[0.712,51.737],[0.722,51.736],[0.727,51.734],[0.731,51.731],[0.736,51.729],[0.737,51.733]]],[[[0.565,51.622],[0.574,51.623],[0.579,51.625],[0.585,51.624],[0.588,51.629],[0.587,51.631],[0.591,51.631],[0.595,51.632],[0.599,51.631],[0.606,51.63],[0.611,51.63],[0.618,51.633],[0.627,51.633],[0.632,51.632],[0.634,51.633],[0.642,51.634],[0.647,51.637],[0.646,51.638],[0.653,51.638],[0.664,51.637],[0.67,51.637],[0.673,51.639],[0.676,51.637],[0.679,51.637],[0.692,51.637],[0.696,51.639],[0.701,51.637],[0.709,51.637],[0.711,51.64],[0.717,51.643],[0.726,51.642],[0.731,51.643],[0.742,51.641],[0.749,51.644],[0.756,51.643],[0.761,51.643],[0.771,51.639],[0.78,51.634],[0.784,51.631],[0.79,51.627],[0.797,51.625],[0.806,51.626],[0.814,51.625],[0.823,51.623],[0.833,51.622],[0.837,51.624],[0.851,51.622],[0.86,51.621],[0.87,51.623],[0.886,51.623],[0.888,51.623],[0.892,51.624],[0.904,51.622],[0.921,51.627],[0.927,51.629],[0.935,51.633],[0.937,51.636],[0.937,51.64],[0.935,51.645],[0.936,51.65],[0.94,51.654],[0.94,51.659],[0.942,51.661],[0.943,51.664],[0.942,51.667],[0.943,51.672],[0.947,51.675],[0.947,51.678],[0.95,51.684],[0.947,51.685],[0.947,51.689],[0.942,51.695],[0.941,51.702],[0.942,51.704],[0.944,51.708],[0.944,51.711],[0.951,51.723],[0.949,51.725],[0.95,51.729],[0.949,51.734],[0.946,51.737],[0.939,51.742],[0.934,51.744],[0.931,51.747],[0.922,51.748],[0.9,51.745],[0.891,51.741],[0.889,51.739],[0.89,51.737],[0.885,51.734],[0.886,51.733],[0.881,51.731],[0.876,51.726],[0.874,51.725],[0.869,51.722],[0.861,51.719],[0.852,51.717],[0.834,51.715],[0.824,51.72],[0.82,51.721],[0.813,51.72],[0.806,51.718],[0.802,51.719],[0.795,51.719],[0.792,51.717],[0.792,51.71],[0.789,51.707],[0.783,51.708],[0.78,51.706],[0.772,51.704],[0.775,51.702],[0.776,51.698],[0.773,51.695],[0.773,51.701],[0.769,51.702],[0.759,51.7],[0.758,51.698],[0.759,51.694],[0.751,51.689],[0.747,51.689],[0.746,51.691],[0.738,51.687],[0.738,51.689],[0.739,51.692],[0.747,51.693],[0.748,51.695],[0.754,51.695],[0.754,51.698],[0.753,51.701],[0.755,51.703],[0.76,51.704],[0.764,51.707],[0.761,51.709],[0.755,51.71],[0.747,51.71],[0.744,51.711],[0.737,51.712],[0.735,51.713],[0.73,51.713],[0.722,51.714],[0.718,51.716],[0.713,51.715],[0.706,51.719],[0.704,51.721],[0.697,51.723],[0.697,51.726],[0.692,51.727],[0.689,51.729],[0.687,51.732],[0.67,51.737],[0.664,51.739],[0.664,51.742],[0.662,51.744],[0.657,51.745],[0.649,51.743],[0.646,51.736],[0.646,51.731],[0.645,51.728],[0.646,51.724],[0.649,51.722],[0.653,51.718],[0.655,51.715],[0.664,51.714],[0.664,51.712],[0.674,51.712],[0.675,51.71],[0.678,51.71],[0.686,51.709],[0.685,51.706],[0.678,51.705],[0.679,51.704],[0.671,51.703],[0.672,51.7],[0.667,51.699],[0.664,51.697],[0.658,51.696],[0.656,51.7],[0.65,51.7],[0.643,51.702],[0.641,51.699],[0.636,51.7],[0.633,51.699],[0.626,51.697],[0.622,51.7],[0.622,51.705],[0.614,51.707],[0.61,51.708],[0.602,51.709],[0.602,51.712],[0.611,51.723],[0.605,51.725],[0.595,51.726],[0.591,51.728],[0.589,51.732],[0.592,51.734],[0.595,51.734],[0.593,51.74],[0.592,51.746],[0.592,51.751],[0.593,51.755],[0.584,51.751],[0.578,51.753],[0.572,51.752],[0.57,51.75],[0.565,51.748],[0.561,51.749],[0.556,51.748],[0.55,51.748],[0.546,51.746],[0.539,51.748],[0.537,51.744],[0.533,51.744],[0.522,51.743],[0.521,51.741],[0.524,51.739],[0.525,51.734],[0.524,51.731],[0.52,51.73],[0.52,51.727],[0.518,51.726],[0.519,51.723],[0.516,51.72],[0.513,51.711],[0.516,51.71],[0.52,51.706],[0.517,51.703],[0.51,51.701],[0.503,51.703],[0.498,51.704],[0.497,51.708],[0.495,51.71],[0.488,51.71],[0.485,51.709],[0.485,51.707],[0.477,51.708],[0.473,51.708],[0.469,51.709],[0.466,51.707],[0.462,51.702],[0.452,51.696],[0.453,51.693],[0.45,51.691],[0.446,51.689],[0.441,51.69],[0.441,51.692],[0.446,51.695],[0.444,51.699],[0.442,51.701],[0.445,51.704],[0.449,51.706],[0.45,51.708],[0.447,51.711],[0.447,51.714],[0.444,51.711],[0.441,51.708],[0.435,51.702],[0.43,51.704],[0.423,51.704],[0.419,51.703],[0.411,51.706],[0.405,51.709],[0.394,51.7],[0.389,51.699],[0.386,51.697],[0.379,51.699],[0.377,51.699],[0.381,51.697],[0.381,51.695],[0.386,51.692],[0.392,51.691],[0.393,51.689],[0.397,51.684],[0.402,51.682],[0.398,51.679],[0.405,51.679],[0.407,51.673],[0.413,51.671],[0.407,51.668],[0.403,51.663],[0.4,51.662],[0.403,51.66],[0.398,51.655],[0.398,51.654],[0.402,51.652],[0.402,51.651],[0.411,51.651],[0.413,51.65],[0.423,51.649],[0.434,51.65],[0.44,51.647],[0.442,51.644],[0.446,51.643],[0.447,51.642],[0.443,51.639],[0.444,51.633],[0.446,51.631],[0.447,51.627],[0.461,51.624],[0.466,51.623],[0.481,51.626],[0.495,51.624],[0.505,51.622],[0.505,51.624],[0.515,51.627],[0.516,51.624],[0.52,51.625],[0.521,51.619],[0.529,51.62],[0.532,51.619],[0.542,51.621],[0.544,51.618],[0.552,51.618],[0.554,51.617],[0.561,51.617],[0.564,51.621],[0.565,51.622]]]]},"properties":{"PCON24NM":"Maldon","PCON24CD":"E14001351"},"PCON24CD":288}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.12,53.506],[-2.127,53.508],[-2.128,53.509],[-2.133,53.509],[-2.137,53.515],[-2.14,53.518],[-2.146,53.521],[-2.149,53.519],[-2.155,53.515],[-2.156,53.516],[-2.162,53.513],[-2.169,53.514],[-2.173,53.512],[-2.174,53.509],[-2.178,53.507],[-2.184,53.507],[-2.196,53.502],[-2.212,53.497],[-2.217,53.495],[-2.222,53.496],[-2.226,53.492],[-2.23,53.493],[-2.229,53.496],[-2.226,53.498],[-2.227,53.502],[-2.233,53.509],[-2.239,53.511],[-2.244,53.51],[-2.245,53.512],[-2.25,53.508],[-2.246,53.506],[-2.247,53.502],[-2.252,53.504],[-2.255,53.499],[-2.249,53.488],[-2.245,53.487],[-2.246,53.485],[-2.256,53.48],[-2.263,53.476],[-2.255,53.471],[-2.245,53.47],[-2.234,53.472],[-2.23,53.474],[-2.222,53.474],[-2.219,53.475],[-2.21,53.475],[-2.199,53.472],[-2.194,53.472],[-2.174,53.469],[-2.167,53.469],[-2.158,53.47],[-2.15,53.471],[-2.15,53.473],[-2.156,53.475],[-2.162,53.475],[-2.165,53.477],[-2.167,53.481],[-2.17,53.487],[-2.166,53.489],[-2.162,53.493],[-2.157,53.494],[-2.154,53.493],[-2.148,53.493],[-2.141,53.491],[-2.136,53.492],[-2.135,53.495],[-2.132,53.498],[-2.127,53.499],[-2.12,53.502],[-2.12,53.506]]]},"properties":{"PCON24NM":"Manchester Central","PCON24CD":"E14001352"},"PCON24CD":289}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.194,53.472],[-2.199,53.472],[-2.21,53.475],[-2.219,53.475],[-2.222,53.474],[-2.23,53.474],[-2.234,53.472],[-2.245,53.47],[-2.255,53.471],[-2.263,53.476],[-2.265,53.473],[-2.267,53.471],[-2.264,53.468],[-2.26,53.465],[-2.258,53.462],[-2.254,53.462],[-2.254,53.46],[-2.258,53.459],[-2.271,53.451],[-2.27,53.447],[-2.258,53.447],[-2.257,53.443],[-2.258,53.439],[-2.247,53.441],[-2.225,53.441],[-2.223,53.442],[-2.214,53.441],[-2.205,53.441],[-2.204,53.442],[-2.198,53.445],[-2.205,53.455],[-2.202,53.456],[-2.203,53.459],[-2.198,53.46],[-2.198,53.464],[-2.195,53.468],[-2.194,53.472]]]},"properties":{"PCON24NM":"Manchester Rusholme","PCON24CD":"E14001353"},"PCON24CD":290}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.205,53.441],[-2.214,53.441],[-2.223,53.442],[-2.225,53.441],[-2.247,53.441],[-2.258,53.439],[-2.257,53.443],[-2.258,53.447],[-2.27,53.447],[-2.271,53.451],[-2.277,53.451],[-2.28,53.449],[-2.286,53.449],[-2.292,53.443],[-2.29,53.441],[-2.291,53.439],[-2.295,53.439],[-2.295,53.436],[-2.3,53.437],[-2.3,53.434],[-2.296,53.432],[-2.289,53.432],[-2.286,53.43],[-2.284,53.425],[-2.281,53.424],[-2.275,53.423],[-2.272,53.421],[-2.266,53.421],[-2.266,53.418],[-2.263,53.416],[-2.26,53.416],[-2.258,53.418],[-2.254,53.418],[-2.254,53.421],[-2.25,53.42],[-2.251,53.415],[-2.254,53.412],[-2.254,53.409],[-2.246,53.407],[-2.247,53.41],[-2.244,53.412],[-2.239,53.411],[-2.239,53.407],[-2.244,53.405],[-2.245,53.403],[-2.238,53.401],[-2.223,53.401],[-2.22,53.402],[-2.219,53.405],[-2.213,53.407],[-2.215,53.411],[-2.213,53.419],[-2.21,53.418],[-2.208,53.42],[-2.219,53.422],[-2.216,53.43],[-2.211,53.43],[-2.205,53.441]]]},"properties":{"PCON24NM":"Manchester Withington","PCON24CD":"E14001354"},"PCON24CD":291}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.168,53.116],[-1.166,53.118],[-1.161,53.119],[-1.145,53.122],[-1.141,53.12],[-1.134,53.119],[-1.131,53.12],[-1.126,53.118],[-1.121,53.119],[-1.127,53.125],[-1.126,53.127],[-1.129,53.133],[-1.127,53.135],[-1.13,53.136],[-1.129,53.139],[-1.13,53.142],[-1.128,53.145],[-1.121,53.148],[-1.118,53.149],[-1.112,53.154],[-1.117,53.154],[-1.126,53.157],[-1.132,53.163],[-1.152,53.172],[-1.153,53.175],[-1.148,53.18],[-1.139,53.188],[-1.13,53.189],[-1.12,53.192],[-1.113,53.196],[-1.104,53.209],[-1.104,53.219],[-1.097,53.22],[-1.095,53.229],[-1.096,53.233],[-1.099,53.235],[-1.103,53.236],[-1.105,53.235],[-1.111,53.23],[-1.117,53.232],[-1.122,53.231],[-1.124,53.225],[-1.133,53.226],[-1.14,53.226],[-1.146,53.225],[-1.158,53.222],[-1.163,53.221],[-1.17,53.219],[-1.179,53.219],[-1.189,53.218],[-1.202,53.216],[-1.209,53.218],[-1.211,53.216],[-1.208,53.212],[-1.203,53.208],[-1.201,53.204],[-1.202,53.199],[-1.197,53.195],[-1.195,53.189],[-1.197,53.185],[-1.202,53.182],[-1.21,53.181],[-1.216,53.181],[-1.218,53.179],[-1.223,53.18],[-1.23,53.178],[-1.231,53.175],[-1.23,53.172],[-1.214,53.166],[-1.217,53.162],[-1.222,53.165],[-1.225,53.163],[-1.221,53.159],[-1.227,53.155],[-1.228,53.152],[-1.239,53.153],[-1.241,53.153],[-1.237,53.146],[-1.24,53.14],[-1.238,53.139],[-1.223,53.13],[-1.21,53.126],[-1.203,53.124],[-1.201,53.122],[-1.194,53.12],[-1.172,53.122],[-1.17,53.121],[-1.168,53.116]]]},"properties":{"PCON24NM":"Mansfield","PCON24CD":"E14001355"},"PCON24CD":292}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.22,51.442],[-2.227,51.445],[-2.231,51.444],[-2.233,51.447],[-2.231,51.45],[-2.232,51.451],[-2.232,51.456],[-2.227,51.46],[-2.227,51.462],[-2.229,51.464],[-2.233,51.462],[-2.237,51.464],[-2.237,51.468],[-2.241,51.473],[-2.247,51.47],[-2.253,51.47],[-2.257,51.468],[-2.262,51.468],[-2.266,51.467],[-2.271,51.464],[-2.281,51.46],[-2.285,51.458],[-2.288,51.455],[-2.289,51.446],[-2.295,51.429],[-2.295,51.426],[-2.289,51.425],[-2.282,51.421],[-2.279,51.416],[-2.282,51.41],[-2.286,51.408],[-2.291,51.406],[-2.288,51.403],[-2.284,51.397],[-2.288,51.396],[-2.297,51.395],[-2.296,51.391],[-2.297,51.385],[-2.293,51.38],[-2.29,51.374],[-2.292,51.37],[-2.297,51.364],[-2.3,51.362],[-2.308,51.365],[-2.311,51.361],[-2.31,51.358],[-2.319,51.356],[-2.322,51.357],[-2.326,51.354],[-2.328,51.354],[-2.332,51.352],[-2.337,51.351],[-2.342,51.348],[-2.344,51.346],[-2.341,51.345],[-2.339,51.346],[-2.333,51.346],[-2.324,51.348],[-2.32,51.347],[-2.318,51.345],[-2.311,51.34],[-2.306,51.342],[-2.303,51.341],[-2.298,51.343],[-2.296,51.342],[-2.294,51.338],[-2.3,51.336],[-2.3,51.332],[-2.291,51.331],[-2.287,51.328],[-2.289,51.325],[-2.281,51.324],[-2.277,51.325],[-2.273,51.323],[-2.275,51.322],[-2.273,51.319],[-2.272,51.314],[-2.276,51.312],[-2.277,51.31],[-2.283,51.311],[-2.283,51.308],[-2.278,51.305],[-2.278,51.303],[-2.278,51.301],[-2.268,51.3],[-2.265,51.301],[-2.256,51.304],[-2.251,51.304],[-2.247,51.307],[-2.236,51.309],[-2.233,51.312],[-2.23,51.317],[-2.231,51.321],[-2.235,51.322],[-2.234,51.326],[-2.231,51.327],[-2.232,51.33],[-2.229,51.331],[-2.226,51.331],[-2.224,51.328],[-2.218,51.33],[-2.216,51.331],[-2.213,51.33],[-2.21,51.332],[-2.201,51.342],[-2.192,51.343],[-2.196,51.348],[-2.192,51.35],[-2.182,51.354],[-2.18,51.353],[-2.173,51.353],[-2.172,51.355],[-2.162,51.353],[-2.161,51.351],[-2.164,51.346],[-2.164,51.343],[-2.162,51.339],[-2.156,51.334],[-2.16,51.332],[-2.159,51.328],[-2.16,51.325],[-2.165,51.326],[-2.176,51.325],[-2.178,51.324],[-2.176,51.321],[-2.173,51.32],[-2.176,51.314],[-2.175,51.312],[-2.17,51.313],[-2.17,51.317],[-2.164,51.316],[-2.16,51.319],[-2.155,51.316],[-2.158,51.314],[-2.16,51.309],[-2.156,51.308],[-2.156,51.305],[-2.148,51.298],[-2.145,51.295],[-2.14,51.295],[-2.137,51.295],[-2.137,51.292],[-2.134,51.29],[-2.128,51.29],[-2.115,51.293],[-2.114,51.294],[-2.109,51.294],[-2.105,51.296],[-2.105,51.3],[-2.108,51.305],[-2.102,51.31],[-2.101,51.309],[-2.093,51.309],[-2.092,51.31],[-2.088,51.31],[-2.088,51.303],[-2.085,51.304],[-2.083,51.301],[-2.082,51.294],[-2.08,51.29],[-2.078,51.29],[-2.076,51.284],[-2.079,51.28],[-2.083,51.28],[-2.086,51.272],[-2.085,51.269],[-2.09,51.263],[-2.089,51.259],[-2.086,51.259],[-2.088,51.246],[-2.084,51.236],[-2.076,51.236],[-2.077,51.238],[-2.077,51.245],[-2.075,51.252],[-2.071,51.254],[-2.067,51.253],[-2.067,51.251],[-2.06,51.248],[-2.051,51.25],[-2.047,51.252],[-2.037,51.249],[-2.041,51.242],[-2.036,51.239],[-2.025,51.243],[-2.02,51.245],[-2.017,51.242],[-2.013,51.237],[-2.007,51.232],[-2.005,51.235],[-1.999,51.234],[-1.992,51.235],[-1.986,51.235],[-1.973,51.238],[-1.978,51.243],[-1.977,51.245],[-1.968,51.25],[-1.952,51.246],[-1.941,51.245],[-1.934,51.245],[-1.931,51.246],[-1.926,51.247],[-1.913,51.252],[-1.91,51.251],[-1.902,51.244],[-1.895,51.242],[-1.898,51.248],[-1.897,51.262],[-1.906,51.273],[-1.912,51.283],[-1.915,51.293],[-1.915,51.296],[-1.917,51.302],[-1.91,51.304],[-1.909,51.31],[-1.91,51.315],[-1.902,51.32],[-1.9,51.323],[-1.905,51.323],[-1.913,51.329],[-1.908,51.34],[-1.907,51.342],[-1.911,51.346],[-1.916,51.347],[-1.922,51.352],[-1.921,51.354],[-1.922,51.356],[-1.923,51.36],[-1.919,51.363],[-1.92,51.365],[-1.909,51.371],[-1.905,51.373],[-1.892,51.383],[-1.884,51.386],[-1.88,51.394],[-1.877,51.404],[-1.884,51.407],[-1.893,51.414],[-1.915,51.413],[-1.922,51.412],[-1.947,51.409],[-1.959,51.406],[-1.962,51.404],[-1.967,51.404],[-1.969,51.404],[-1.975,51.404],[-1.977,51.406],[-1.976,51.413],[-1.977,51.416],[-1.98,51.418],[-1.977,51.424],[-1.976,51.428],[-1.98,51.429],[-1.984,51.428],[-1.99,51.43],[-1.989,51.432],[-1.995,51.433],[-2,51.436],[-2.004,51.434],[-2.005,51.432],[-2.009,51.429],[-2.013,51.432],[-2.014,51.435],[-2.02,51.434],[-2.025,51.434],[-2.028,51.437],[-2.03,51.433],[-2.033,51.43],[-2.034,51.424],[-2.033,51.422],[-2.034,51.419],[-2.04,51.42],[-2.047,51.415],[-2.052,51.413],[-2.059,51.413],[-2.068,51.412],[-2.083,51.413],[-2.085,51.412],[-2.088,51.405],[-2.128,51.404],[-2.143,51.403],[-2.147,51.403],[-2.155,51.403],[-2.204,51.4],[-2.208,51.404],[-2.212,51.405],[-2.213,51.409],[-2.22,51.415],[-2.229,51.414],[-2.228,51.417],[-2.231,51.418],[-2.235,51.421],[-2.229,51.423],[-2.231,51.426],[-2.231,51.428],[-2.225,51.432],[-2.225,51.435],[-2.223,51.437],[-2.218,51.439],[-2.22,51.442]]]},"properties":{"PCON24NM":"Melksham and Devizes","PCON24CD":"E14001356"},"PCON24CD":293}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.778,52.977],[-0.784,52.976],[-0.788,52.978],[-0.796,52.977],[-0.804,52.972],[-0.805,52.968],[-0.81,52.966],[-0.813,52.957],[-0.82,52.961],[-0.833,52.95],[-0.831,52.949],[-0.834,52.946],[-0.823,52.944],[-0.825,52.942],[-0.828,52.942],[-0.835,52.939],[-0.837,52.936],[-0.841,52.931],[-0.841,52.928],[-0.851,52.922],[-0.856,52.92],[-0.86,52.916],[-0.864,52.911],[-0.86,52.91],[-0.861,52.908],[-0.858,52.906],[-0.86,52.904],[-0.868,52.901],[-0.873,52.898],[-0.885,52.893],[-0.901,52.888],[-0.909,52.884],[-0.914,52.882],[-0.917,52.879],[-0.92,52.88],[-0.928,52.878],[-0.93,52.879],[-0.934,52.877],[-0.941,52.877],[-0.94,52.875],[-0.933,52.87],[-0.928,52.866],[-0.934,52.864],[-0.941,52.861],[-0.939,52.859],[-0.94,52.855],[-0.944,52.853],[-0.953,52.85],[-0.955,52.848],[-0.961,52.843],[-0.97,52.845],[-0.977,52.841],[-0.977,52.837],[-0.974,52.835],[-0.975,52.829],[-0.978,52.827],[-0.983,52.821],[-0.988,52.819],[-0.996,52.821],[-1.002,52.82],[-1.01,52.822],[-1.022,52.822],[-1.025,52.82],[-1.036,52.816],[-1.037,52.81],[-1.042,52.801],[-1.046,52.782],[-1.054,52.781],[-1.054,52.779],[-1.066,52.775],[-1.081,52.772],[-1.089,52.771],[-1.091,52.772],[-1.097,52.769],[-1.107,52.768],[-1.114,52.764],[-1.121,52.762],[-1.116,52.757],[-1.109,52.754],[-1.112,52.749],[-1.115,52.747],[-1.12,52.745],[-1.123,52.742],[-1.119,52.739],[-1.11,52.732],[-1.12,52.729],[-1.125,52.728],[-1.122,52.726],[-1.122,52.723],[-1.118,52.719],[-1.124,52.714],[-1.123,52.713],[-1.12,52.71],[-1.12,52.706],[-1.12,52.703],[-1.11,52.7],[-1.108,52.697],[-1.109,52.693],[-1.106,52.689],[-1.105,52.685],[-1.101,52.684],[-1.101,52.682],[-1.103,52.678],[-1.112,52.679],[-1.117,52.675],[-1.115,52.673],[-1.109,52.673],[-1.091,52.669],[-1.086,52.669],[-1.075,52.67],[-1.075,52.668],[-1.068,52.667],[-1.064,52.664],[-1.057,52.664],[-1.059,52.656],[-1.049,52.655],[-1.042,52.654],[-1.038,52.654],[-1.04,52.659],[-1.036,52.659],[-1.03,52.658],[-1.029,52.659],[-1.014,52.655],[-1.004,52.661],[-1,52.663],[-0.997,52.666],[-0.996,52.67],[-0.991,52.673],[-0.988,52.672],[-0.981,52.681],[-0.979,52.682],[-0.972,52.678],[-0.96,52.673],[-0.957,52.674],[-0.949,52.68],[-0.941,52.677],[-0.934,52.674],[-0.916,52.671],[-0.913,52.674],[-0.913,52.677],[-0.91,52.677],[-0.897,52.674],[-0.888,52.675],[-0.883,52.676],[-0.881,52.678],[-0.874,52.68],[-0.873,52.684],[-0.867,52.685],[-0.86,52.684],[-0.855,52.685],[-0.855,52.683],[-0.859,52.676],[-0.859,52.674],[-0.855,52.673],[-0.841,52.676],[-0.833,52.672],[-0.829,52.663],[-0.83,52.661],[-0.828,52.659],[-0.817,52.657],[-0.81,52.658],[-0.814,52.652],[-0.817,52.65],[-0.821,52.65],[-0.823,52.649],[-0.815,52.646],[-0.809,52.646],[-0.806,52.648],[-0.801,52.653],[-0.798,52.658],[-0.795,52.657],[-0.794,52.663],[-0.79,52.667],[-0.785,52.667],[-0.782,52.669],[-0.784,52.675],[-0.784,52.681],[-0.787,52.687],[-0.786,52.693],[-0.79,52.694],[-0.796,52.697],[-0.796,52.704],[-0.802,52.703],[-0.803,52.705],[-0.8,52.708],[-0.813,52.712],[-0.815,52.715],[-0.822,52.716],[-0.819,52.72],[-0.819,52.722],[-0.814,52.729],[-0.806,52.732],[-0.801,52.737],[-0.797,52.737],[-0.792,52.74],[-0.787,52.741],[-0.781,52.741],[-0.775,52.744],[-0.768,52.743],[-0.762,52.738],[-0.758,52.74],[-0.753,52.737],[-0.745,52.738],[-0.733,52.74],[-0.729,52.739],[-0.72,52.741],[-0.718,52.742],[-0.718,52.745],[-0.7,52.747],[-0.696,52.746],[-0.697,52.749],[-0.69,52.752],[-0.684,52.753],[-0.684,52.756],[-0.675,52.758],[-0.674,52.757],[-0.664,52.757],[-0.668,52.761],[-0.67,52.766],[-0.673,52.771],[-0.677,52.786],[-0.677,52.79],[-0.682,52.791],[-0.683,52.795],[-0.683,52.8],[-0.681,52.807],[-0.682,52.812],[-0.688,52.818],[-0.696,52.824],[-0.699,52.827],[-0.704,52.834],[-0.706,52.838],[-0.709,52.845],[-0.719,52.855],[-0.732,52.865],[-0.736,52.87],[-0.736,52.872],[-0.743,52.883],[-0.748,52.883],[-0.757,52.886],[-0.762,52.885],[-0.767,52.887],[-0.76,52.899],[-0.759,52.901],[-0.764,52.901],[-0.764,52.903],[-0.769,52.902],[-0.77,52.904],[-0.774,52.903],[-0.777,52.905],[-0.773,52.909],[-0.772,52.912],[-0.769,52.917],[-0.769,52.92],[-0.767,52.923],[-0.763,52.924],[-0.766,52.927],[-0.765,52.93],[-0.762,52.934],[-0.762,52.936],[-0.759,52.942],[-0.756,52.947],[-0.755,52.951],[-0.765,52.955],[-0.776,52.959],[-0.779,52.961],[-0.778,52.963],[-0.778,52.974],[-0.778,52.977]]]},"properties":{"PCON24NM":"Melton and Syston","PCON24CD":"E14001357"},"PCON24CD":294}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.733,52.492],[-1.739,52.492],[-1.744,52.495],[-1.748,52.494],[-1.758,52.495],[-1.761,52.494],[-1.763,52.487],[-1.759,52.482],[-1.759,52.475],[-1.756,52.472],[-1.759,52.469],[-1.764,52.466],[-1.763,52.464],[-1.755,52.456],[-1.761,52.451],[-1.776,52.451],[-1.782,52.451],[-1.784,52.448],[-1.785,52.443],[-1.784,52.439],[-1.782,52.436],[-1.781,52.432],[-1.788,52.433],[-1.794,52.43],[-1.799,52.43],[-1.797,52.425],[-1.799,52.424],[-1.797,52.421],[-1.792,52.416],[-1.787,52.414],[-1.78,52.416],[-1.765,52.413],[-1.762,52.41],[-1.763,52.406],[-1.76,52.403],[-1.765,52.397],[-1.768,52.396],[-1.772,52.394],[-1.77,52.393],[-1.776,52.389],[-1.785,52.382],[-1.791,52.373],[-1.795,52.369],[-1.804,52.363],[-1.8,52.359],[-1.791,52.357],[-1.785,52.353],[-1.785,52.35],[-1.779,52.348],[-1.776,52.348],[-1.776,52.35],[-1.772,52.351],[-1.775,52.355],[-1.778,52.357],[-1.78,52.364],[-1.776,52.366],[-1.769,52.364],[-1.763,52.364],[-1.76,52.363],[-1.759,52.358],[-1.751,52.355],[-1.744,52.355],[-1.741,52.357],[-1.741,52.36],[-1.738,52.363],[-1.738,52.365],[-1.735,52.37],[-1.731,52.371],[-1.728,52.37],[-1.723,52.371],[-1.72,52.373],[-1.718,52.369],[-1.718,52.366],[-1.72,52.363],[-1.721,52.359],[-1.715,52.358],[-1.71,52.355],[-1.704,52.354],[-1.696,52.354],[-1.694,52.351],[-1.691,52.353],[-1.685,52.356],[-1.686,52.358],[-1.684,52.36],[-1.685,52.363],[-1.678,52.364],[-1.673,52.363],[-1.67,52.365],[-1.664,52.364],[-1.661,52.366],[-1.653,52.359],[-1.651,52.356],[-1.648,52.357],[-1.644,52.362],[-1.636,52.365],[-1.633,52.364],[-1.626,52.367],[-1.623,52.366],[-1.621,52.368],[-1.627,52.369],[-1.624,52.372],[-1.62,52.371],[-1.616,52.375],[-1.612,52.375],[-1.608,52.376],[-1.607,52.381],[-1.609,52.383],[-1.602,52.387],[-1.601,52.389],[-1.603,52.39],[-1.601,52.395],[-1.604,52.4],[-1.603,52.408],[-1.604,52.409],[-1.605,52.419],[-1.611,52.423],[-1.61,52.426],[-1.614,52.428],[-1.611,52.432],[-1.607,52.431],[-1.606,52.433],[-1.61,52.434],[-1.609,52.438],[-1.606,52.44],[-1.596,52.44],[-1.593,52.445],[-1.594,52.448],[-1.596,52.451],[-1.594,52.454],[-1.595,52.456],[-1.598,52.455],[-1.611,52.459],[-1.614,52.463],[-1.618,52.464],[-1.624,52.464],[-1.627,52.462],[-1.625,52.457],[-1.634,52.452],[-1.635,52.449],[-1.641,52.443],[-1.653,52.441],[-1.656,52.441],[-1.662,52.444],[-1.665,52.443],[-1.665,52.44],[-1.667,52.435],[-1.671,52.437],[-1.677,52.436],[-1.678,52.439],[-1.683,52.44],[-1.686,52.446],[-1.69,52.448],[-1.699,52.456],[-1.7,52.459],[-1.704,52.461],[-1.71,52.467],[-1.711,52.474],[-1.713,52.477],[-1.723,52.483],[-1.73,52.489],[-1.733,52.492]]]},"properties":{"PCON24NM":"Meriden and Solihull East","PCON24CD":"E14001358"},"PCON24CD":295}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.443,52.116],[-0.451,52.116],[-0.455,52.115],[-0.46,52.116],[-0.466,52.115],[-0.467,52.119],[-0.472,52.12],[-0.48,52.113],[-0.482,52.109],[-0.486,52.108],[-0.487,52.106],[-0.499,52.105],[-0.504,52.103],[-0.506,52.102],[-0.511,52.097],[-0.518,52.1],[-0.528,52.106],[-0.533,52.106],[-0.548,52.106],[-0.551,52.107],[-0.555,52.111],[-0.56,52.107],[-0.568,52.107],[-0.576,52.104],[-0.577,52.102],[-0.583,52.098],[-0.586,52.097],[-0.589,52.098],[-0.588,52.101],[-0.583,52.105],[-0.59,52.109],[-0.592,52.111],[-0.597,52.109],[-0.602,52.105],[-0.597,52.102],[-0.603,52.1],[-0.604,52.096],[-0.607,52.095],[-0.606,52.092],[-0.617,52.088],[-0.618,52.086],[-0.622,52.084],[-0.626,52.084],[-0.628,52.082],[-0.636,52.078],[-0.637,52.076],[-0.639,52.072],[-0.642,52.068],[-0.648,52.066],[-0.653,52.062],[-0.654,52.06],[-0.659,52.057],[-0.661,52.054],[-0.668,52.05],[-0.669,52.049],[-0.645,52.038],[-0.642,52.03],[-0.643,52.026],[-0.64,52.024],[-0.646,52.022],[-0.648,52.019],[-0.651,52.018],[-0.648,52.015],[-0.645,52.014],[-0.643,52.011],[-0.649,52.01],[-0.656,52.005],[-0.659,52],[-0.662,52],[-0.659,51.993],[-0.661,51.991],[-0.655,51.988],[-0.656,51.982],[-0.649,51.976],[-0.646,51.972],[-0.652,51.97],[-0.653,51.969],[-0.651,51.968],[-0.634,51.959],[-0.61,51.945],[-0.606,51.943],[-0.591,51.934],[-0.585,51.933],[-0.578,51.934],[-0.573,51.938],[-0.571,51.943],[-0.562,51.944],[-0.552,51.944],[-0.548,51.942],[-0.546,51.936],[-0.542,51.936],[-0.537,51.937],[-0.524,51.937],[-0.518,51.938],[-0.518,51.935],[-0.512,51.932],[-0.512,51.928],[-0.514,51.923],[-0.503,51.92],[-0.496,51.917],[-0.492,51.906],[-0.491,51.905],[-0.482,51.908],[-0.482,51.913],[-0.478,51.917],[-0.487,51.922],[-0.482,51.922],[-0.473,51.924],[-0.462,51.924],[-0.456,51.925],[-0.451,51.925],[-0.441,51.926],[-0.438,51.928],[-0.426,51.927],[-0.422,51.926],[-0.422,51.92],[-0.419,51.913],[-0.415,51.912],[-0.402,51.91],[-0.401,51.913],[-0.394,51.915],[-0.393,51.914],[-0.386,51.916],[-0.384,51.918],[-0.387,51.921],[-0.39,51.926],[-0.403,51.93],[-0.406,51.932],[-0.402,51.933],[-0.406,51.941],[-0.404,51.948],[-0.402,51.949],[-0.404,51.956],[-0.402,51.956],[-0.401,51.961],[-0.399,51.967],[-0.395,51.967],[-0.392,51.973],[-0.391,51.977],[-0.386,51.979],[-0.385,51.978],[-0.381,51.979],[-0.379,51.976],[-0.378,51.972],[-0.38,51.965],[-0.379,51.958],[-0.383,51.953],[-0.383,51.951],[-0.372,51.948],[-0.366,51.951],[-0.363,51.953],[-0.354,51.957],[-0.35,51.958],[-0.351,51.962],[-0.349,51.964],[-0.352,51.966],[-0.349,51.97],[-0.352,51.974],[-0.362,51.974],[-0.368,51.98],[-0.367,51.984],[-0.362,51.985],[-0.356,51.985],[-0.352,51.983],[-0.347,51.984],[-0.339,51.983],[-0.338,51.988],[-0.341,51.99],[-0.334,51.995],[-0.329,51.995],[-0.337,52.002],[-0.339,52.001],[-0.343,52.005],[-0.343,52.009],[-0.347,52.009],[-0.348,52.008],[-0.358,52.01],[-0.365,52.013],[-0.37,52.012],[-0.366,52.016],[-0.373,52.021],[-0.376,52.022],[-0.378,52.024],[-0.377,52.027],[-0.381,52.034],[-0.383,52.033],[-0.385,52.035],[-0.388,52.035],[-0.393,52.04],[-0.396,52.042],[-0.401,52.042],[-0.404,52.048],[-0.4,52.05],[-0.399,52.052],[-0.395,52.053],[-0.39,52.057],[-0.379,52.059],[-0.375,52.064],[-0.378,52.067],[-0.382,52.066],[-0.39,52.071],[-0.39,52.075],[-0.397,52.071],[-0.401,52.074],[-0.412,52.079],[-0.419,52.085],[-0.426,52.092],[-0.434,52.099],[-0.44,52.104],[-0.441,52.104],[-0.449,52.112],[-0.448,52.114],[-0.443,52.116]]]},"properties":{"PCON24NM":"Mid Bedfordshire","PCON24CD":"E14001359"},"PCON24CD":296}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.859,51.859],[-0.861,51.86],[-0.875,51.863],[-0.885,51.868],[-0.889,51.868],[-0.891,51.864],[-0.895,51.861],[-0.897,51.858],[-0.902,51.857],[-0.918,51.861],[-0.925,51.858],[-0.934,51.859],[-0.935,51.858],[-0.943,51.858],[-0.943,51.861],[-0.949,51.86],[-0.954,51.862],[-0.957,51.86],[-0.965,51.864],[-0.973,51.867],[-0.973,51.869],[-0.971,51.872],[-0.976,51.873],[-0.981,51.872],[-0.982,51.875],[-0.987,51.876],[-0.983,51.881],[-0.986,51.883],[-0.983,51.887],[-0.975,51.891],[-0.973,51.893],[-0.97,51.892],[-0.966,51.892],[-0.96,51.896],[-0.957,51.896],[-0.956,51.899],[-0.953,51.899],[-0.943,51.897],[-0.932,51.902],[-0.932,51.905],[-0.927,51.907],[-0.918,51.907],[-0.911,51.917],[-0.907,51.92],[-0.904,51.921],[-0.901,51.927],[-0.909,51.93],[-0.91,51.932],[-0.909,51.936],[-0.91,51.938],[-0.917,51.942],[-0.92,51.943],[-0.926,51.947],[-0.933,51.947],[-0.938,51.95],[-0.949,51.951],[-0.956,51.955],[-0.959,51.955],[-0.97,51.956],[-0.977,51.954],[-0.978,51.951],[-0.983,51.949],[-0.984,51.945],[-0.989,51.941],[-0.992,51.94],[-1.002,51.943],[-1.01,51.942],[-1.013,51.939],[-1.017,51.938],[-1.019,51.936],[-1.024,51.936],[-1.028,51.938],[-1.034,51.938],[-1.04,51.936],[-1.044,51.937],[-1.044,51.939],[-1.056,51.943],[-1.061,51.938],[-1.062,51.935],[-1.07,51.934],[-1.076,51.932],[-1.075,51.931],[-1.078,51.927],[-1.081,51.928],[-1.083,51.925],[-1.086,51.923],[-1.086,51.92],[-1.083,51.918],[-1.082,51.912],[-1.086,51.907],[-1.085,51.905],[-1.086,51.901],[-1.084,51.9],[-1.087,51.897],[-1.092,51.897],[-1.094,51.894],[-1.086,51.891],[-1.079,51.89],[-1.077,51.889],[-1.071,51.889],[-1.069,51.887],[-1.071,51.885],[-1.07,51.883],[-1.077,51.879],[-1.076,51.876],[-1.069,51.875],[-1.065,51.87],[-1.064,51.866],[-1.066,51.865],[-1.063,51.859],[-1.063,51.854],[-1.066,51.853],[-1.062,51.849],[-1.062,51.844],[-1.052,51.84],[-1.052,51.838],[-1.057,51.836],[-1.062,51.832],[-1.066,51.833],[-1.069,51.835],[-1.072,51.834],[-1.072,51.831],[-1.076,51.829],[-1.081,51.829],[-1.086,51.831],[-1.089,51.834],[-1.092,51.834],[-1.103,51.84],[-1.113,51.841],[-1.122,51.845],[-1.124,51.843],[-1.129,51.839],[-1.133,51.838],[-1.141,51.835],[-1.134,51.832],[-1.13,51.831],[-1.126,51.829],[-1.123,51.825],[-1.119,51.821],[-1.115,51.819],[-1.11,51.817],[-1.117,51.814],[-1.119,51.811],[-1.123,51.81],[-1.125,51.808],[-1.121,51.804],[-1.12,51.8],[-1.117,51.799],[-1.121,51.797],[-1.124,51.794],[-1.12,51.792],[-1.123,51.789],[-1.122,51.787],[-1.115,51.787],[-1.111,51.784],[-1.106,51.782],[-1.098,51.78],[-1.097,51.782],[-1.084,51.781],[-1.08,51.777],[-1.083,51.774],[-1.079,51.771],[-1.083,51.764],[-1.083,51.76],[-1.081,51.757],[-1.077,51.759],[-1.073,51.758],[-1.069,51.756],[-1.066,51.754],[-1.063,51.754],[-1.056,51.752],[-1.053,51.75],[-1.048,51.748],[-1.043,51.745],[-1.032,51.744],[-1.03,51.746],[-1.03,51.749],[-1.033,51.753],[-1.032,51.757],[-1.03,51.758],[-1.024,51.756],[-1.011,51.756],[-1.008,51.755],[-0.994,51.755],[-0.987,51.752],[-0.981,51.753],[-0.981,51.76],[-0.976,51.76],[-0.974,51.758],[-0.965,51.759],[-0.954,51.758],[-0.947,51.755],[-0.945,51.754],[-0.94,51.753],[-0.936,51.753],[-0.933,51.752],[-0.932,51.75],[-0.928,51.746],[-0.924,51.748],[-0.921,51.745],[-0.92,51.741],[-0.917,51.737],[-0.915,51.738],[-0.909,51.737],[-0.901,51.729],[-0.902,51.728],[-0.9,51.725],[-0.897,51.722],[-0.891,51.721],[-0.888,51.718],[-0.888,51.713],[-0.889,51.709],[-0.887,51.703],[-0.89,51.701],[-0.891,51.697],[-0.895,51.693],[-0.893,51.689],[-0.884,51.686],[-0.881,51.684],[-0.88,51.681],[-0.887,51.681],[-0.891,51.679],[-0.894,51.679],[-0.898,51.676],[-0.895,51.675],[-0.885,51.674],[-0.882,51.673],[-0.878,51.668],[-0.884,51.668],[-0.895,51.668],[-0.898,51.67],[-0.907,51.673],[-0.91,51.674],[-0.918,51.672],[-0.925,51.667],[-0.925,51.665],[-0.931,51.666],[-0.928,51.661],[-0.925,51.66],[-0.923,51.657],[-0.925,51.655],[-0.934,51.653],[-0.94,51.654],[-0.945,51.654],[-0.944,51.652],[-0.945,51.647],[-0.938,51.642],[-0.935,51.637],[-0.935,51.636],[-0.93,51.633],[-0.921,51.624],[-0.919,51.624],[-0.917,51.628],[-0.918,51.636],[-0.918,51.64],[-0.914,51.638],[-0.905,51.642],[-0.901,51.643],[-0.898,51.642],[-0.896,51.639],[-0.897,51.637],[-0.893,51.635],[-0.885,51.635],[-0.884,51.638],[-0.888,51.642],[-0.881,51.641],[-0.88,51.644],[-0.872,51.648],[-0.873,51.65],[-0.869,51.653],[-0.871,51.657],[-0.87,51.663],[-0.862,51.659],[-0.858,51.654],[-0.854,51.654],[-0.851,51.654],[-0.849,51.651],[-0.846,51.651],[-0.839,51.65],[-0.831,51.656],[-0.824,51.653],[-0.818,51.657],[-0.815,51.654],[-0.808,51.654],[-0.805,51.658],[-0.801,51.659],[-0.796,51.664],[-0.788,51.664],[-0.783,51.663],[-0.779,51.662],[-0.774,51.657],[-0.767,51.658],[-0.764,51.656],[-0.763,51.653],[-0.758,51.65],[-0.758,51.647],[-0.755,51.646],[-0.747,51.647],[-0.745,51.645],[-0.738,51.649],[-0.734,51.648],[-0.727,51.651],[-0.726,51.658],[-0.719,51.659],[-0.719,51.661],[-0.713,51.662],[-0.707,51.662],[-0.706,51.665],[-0.716,51.67],[-0.715,51.671],[-0.719,51.673],[-0.716,51.677],[-0.713,51.676],[-0.697,51.675],[-0.69,51.679],[-0.685,51.68],[-0.677,51.678],[-0.668,51.677],[-0.661,51.676],[-0.66,51.677],[-0.652,51.674],[-0.649,51.679],[-0.646,51.681],[-0.644,51.687],[-0.641,51.689],[-0.634,51.691],[-0.63,51.69],[-0.625,51.688],[-0.623,51.692],[-0.619,51.696],[-0.625,51.699],[-0.629,51.698],[-0.634,51.698],[-0.634,51.7],[-0.637,51.702],[-0.635,51.703],[-0.641,51.707],[-0.639,51.71],[-0.643,51.711],[-0.637,51.719],[-0.634,51.718],[-0.632,51.722],[-0.626,51.724],[-0.617,51.728],[-0.614,51.731],[-0.604,51.728],[-0.603,51.733],[-0.609,51.736],[-0.612,51.739],[-0.615,51.74],[-0.615,51.743],[-0.613,51.745],[-0.613,51.747],[-0.614,51.751],[-0.623,51.754],[-0.628,51.755],[-0.631,51.753],[-0.643,51.754],[-0.647,51.756],[-0.649,51.759],[-0.652,51.759],[-0.661,51.764],[-0.669,51.766],[-0.673,51.768],[-0.687,51.762],[-0.692,51.759],[-0.695,51.761],[-0.701,51.764],[-0.704,51.768],[-0.71,51.773],[-0.712,51.777],[-0.715,51.778],[-0.716,51.781],[-0.723,51.783],[-0.737,51.795],[-0.743,51.798],[-0.75,51.793],[-0.744,51.789],[-0.746,51.789],[-0.743,51.782],[-0.745,51.779],[-0.749,51.777],[-0.756,51.775],[-0.765,51.778],[-0.776,51.785],[-0.779,51.79],[-0.784,51.797],[-0.792,51.794],[-0.796,51.798],[-0.804,51.796],[-0.809,51.793],[-0.82,51.794],[-0.822,51.797],[-0.826,51.8],[-0.827,51.802],[-0.831,51.807],[-0.834,51.809],[-0.839,51.807],[-0.842,51.81],[-0.838,51.812],[-0.848,51.817],[-0.852,51.818],[-0.851,51.821],[-0.861,51.826],[-0.858,51.828],[-0.854,51.827],[-0.846,51.83],[-0.845,51.832],[-0.841,51.833],[-0.834,51.831],[-0.829,51.831],[-0.827,51.832],[-0.83,51.836],[-0.828,51.838],[-0.83,51.846],[-0.829,51.849],[-0.833,51.854],[-0.838,51.856],[-0.84,51.852],[-0.847,51.849],[-0.849,51.848],[-0.854,51.852],[-0.855,51.857],[-0.859,51.859]]]},"properties":{"PCON24NM":"Mid Buckinghamshire","PCON24CD":"E14001360"},"PCON24CD":297}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.407,53.174],[-2.413,53.181],[-2.413,53.184],[-2.418,53.189],[-2.426,53.193],[-2.429,53.195],[-2.431,53.198],[-2.435,53.197],[-2.439,53.2],[-2.446,53.201],[-2.451,53.199],[-2.455,53.202],[-2.464,53.202],[-2.464,53.204],[-2.468,53.204],[-2.467,53.206],[-2.475,53.21],[-2.472,53.213],[-2.463,53.215],[-2.46,53.217],[-2.465,53.223],[-2.459,53.224],[-2.473,53.25],[-2.469,53.251],[-2.465,53.256],[-2.474,53.261],[-2.473,53.268],[-2.474,53.269],[-2.48,53.269],[-2.484,53.267],[-2.493,53.268],[-2.497,53.267],[-2.498,53.268],[-2.503,53.267],[-2.507,53.268],[-2.51,53.273],[-2.516,53.27],[-2.52,53.27],[-2.521,53.268],[-2.526,53.272],[-2.536,53.271],[-2.546,53.266],[-2.545,53.263],[-2.549,53.262],[-2.55,53.26],[-2.553,53.261],[-2.557,53.26],[-2.555,53.258],[-2.55,53.255],[-2.559,53.256],[-2.565,53.252],[-2.571,53.251],[-2.572,53.248],[-2.571,53.245],[-2.578,53.244],[-2.575,53.239],[-2.578,53.237],[-2.572,53.232],[-2.574,53.229],[-2.583,53.225],[-2.59,53.224],[-2.596,53.224],[-2.602,53.221],[-2.608,53.221],[-2.61,53.218],[-2.614,53.221],[-2.62,53.214],[-2.625,53.207],[-2.612,53.204],[-2.605,53.2],[-2.602,53.2],[-2.596,53.201],[-2.589,53.199],[-2.584,53.199],[-2.58,53.197],[-2.58,53.195],[-2.576,53.192],[-2.577,53.189],[-2.573,53.183],[-2.569,53.18],[-2.569,53.178],[-2.566,53.175],[-2.568,53.172],[-2.565,53.171],[-2.565,53.167],[-2.567,53.164],[-2.567,53.162],[-2.561,53.163],[-2.558,53.16],[-2.548,53.151],[-2.543,53.15],[-2.533,53.152],[-2.528,53.153],[-2.523,53.155],[-2.523,53.159],[-2.518,53.16],[-2.517,53.159],[-2.502,53.16],[-2.502,53.164],[-2.496,53.164],[-2.493,53.163],[-2.487,53.163],[-2.485,53.162],[-2.484,53.16],[-2.476,53.155],[-2.472,53.155],[-2.469,53.153],[-2.464,53.153],[-2.462,53.156],[-2.456,53.157],[-2.455,53.161],[-2.444,53.16],[-2.442,53.164],[-2.441,53.169],[-2.436,53.17],[-2.437,53.173],[-2.433,53.174],[-2.431,53.177],[-2.426,53.173],[-2.42,53.173],[-2.415,53.175],[-2.411,53.173],[-2.407,53.174]]]},"properties":{"PCON24NM":"Mid Cheshire","PCON24CD":"E14001361"},"PCON24CD":298}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.482,53.047],[-1.487,53.049],[-1.49,53.048],[-1.491,53.045],[-1.491,53.043],[-1.5,53.043],[-1.503,53.041],[-1.514,53.043],[-1.51,53.032],[-1.513,53.027],[-1.509,53.023],[-1.505,53.023],[-1.507,53.02],[-1.505,53.017],[-1.504,53.014],[-1.499,53.013],[-1.499,53.009],[-1.496,53.008],[-1.493,53.004],[-1.497,52.999],[-1.502,52.998],[-1.504,53],[-1.509,52.998],[-1.512,52.999],[-1.514,52.995],[-1.519,52.997],[-1.524,52.998],[-1.531,53.004],[-1.534,53.005],[-1.545,53.005],[-1.547,53.008],[-1.551,53.016],[-1.547,53.018],[-1.558,53.024],[-1.56,53.023],[-1.568,53.024],[-1.572,53.024],[-1.571,53.021],[-1.576,53.018],[-1.574,53.015],[-1.578,53.015],[-1.58,53.011],[-1.577,53.008],[-1.577,53.002],[-1.582,53.001],[-1.592,53.001],[-1.599,52.999],[-1.602,52.988],[-1.601,52.984],[-1.597,52.983],[-1.593,52.983],[-1.587,52.982],[-1.578,52.978],[-1.576,52.975],[-1.571,52.974],[-1.574,52.97],[-1.572,52.967],[-1.576,52.966],[-1.578,52.964],[-1.586,52.961],[-1.589,52.962],[-1.599,52.963],[-1.607,52.957],[-1.608,52.955],[-1.604,52.953],[-1.603,52.95],[-1.607,52.947],[-1.607,52.944],[-1.61,52.941],[-1.604,52.937],[-1.594,52.938],[-1.589,52.935],[-1.582,52.937],[-1.578,52.935],[-1.57,52.936],[-1.567,52.933],[-1.563,52.934],[-1.559,52.933],[-1.555,52.93],[-1.546,52.927],[-1.544,52.924],[-1.538,52.925],[-1.527,52.932],[-1.525,52.933],[-1.511,52.93],[-1.504,52.929],[-1.5,52.931],[-1.498,52.935],[-1.493,52.94],[-1.488,52.943],[-1.484,52.948],[-1.477,52.951],[-1.471,52.954],[-1.466,52.954],[-1.469,52.951],[-1.453,52.948],[-1.452,52.945],[-1.446,52.945],[-1.443,52.94],[-1.437,52.937],[-1.431,52.938],[-1.426,52.936],[-1.417,52.93],[-1.419,52.923],[-1.422,52.919],[-1.423,52.914],[-1.434,52.913],[-1.441,52.911],[-1.436,52.908],[-1.434,52.905],[-1.428,52.904],[-1.424,52.903],[-1.412,52.903],[-1.411,52.9],[-1.403,52.9],[-1.4,52.901],[-1.392,52.902],[-1.379,52.901],[-1.374,52.898],[-1.373,52.896],[-1.371,52.895],[-1.368,52.902],[-1.361,52.908],[-1.361,52.912],[-1.358,52.919],[-1.356,52.921],[-1.356,52.925],[-1.358,52.927],[-1.351,52.93],[-1.342,52.93],[-1.338,52.933],[-1.329,52.933],[-1.33,52.935],[-1.325,52.939],[-1.329,52.94],[-1.334,52.937],[-1.335,52.939],[-1.339,52.94],[-1.342,52.942],[-1.33,52.943],[-1.33,52.946],[-1.331,52.951],[-1.34,52.957],[-1.338,52.959],[-1.34,52.962],[-1.335,52.967],[-1.328,52.965],[-1.326,52.968],[-1.326,52.972],[-1.328,52.974],[-1.332,52.976],[-1.333,52.978],[-1.341,52.979],[-1.347,52.978],[-1.359,52.978],[-1.362,52.977],[-1.367,52.977],[-1.372,52.973],[-1.375,52.974],[-1.378,52.977],[-1.386,52.979],[-1.384,52.982],[-1.394,52.982],[-1.395,52.981],[-1.404,52.979],[-1.409,52.977],[-1.41,52.98],[-1.416,52.981],[-1.418,52.98],[-1.424,52.981],[-1.432,52.979],[-1.445,52.979],[-1.451,52.982],[-1.461,52.984],[-1.463,52.983],[-1.464,52.992],[-1.467,52.994],[-1.471,52.993],[-1.471,52.996],[-1.469,52.999],[-1.472,53.002],[-1.47,53.008],[-1.463,53.009],[-1.464,53.011],[-1.462,53.013],[-1.461,53.016],[-1.456,53.02],[-1.451,53.022],[-1.449,53.024],[-1.445,53.034],[-1.443,53.037],[-1.45,53.038],[-1.454,53.04],[-1.482,53.046],[-1.482,53.047]]]},"properties":{"PCON24NM":"Mid Derbyshire","PCON24CD":"E14001362"},"PCON24CD":299}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.045,50.671],[-2.041,50.672],[-2.035,50.672],[-2.027,50.678],[-2.027,50.68],[-2.026,50.684],[-2.031,50.682],[-2.034,50.683],[-2.024,50.688],[-2.024,50.691],[-2.026,50.693],[-2.025,50.696],[-2.026,50.699],[-2.03,50.699],[-2.028,50.703],[-2.022,50.701],[-2.019,50.703],[-2.022,50.704],[-2.026,50.707],[-2.034,50.708],[-2.042,50.706],[-2.043,50.703],[-2.055,50.699],[-2.059,50.693],[-2.059,50.691],[-2.066,50.687],[-2.072,50.686],[-2.076,50.688],[-2.078,50.687],[-2.079,50.693],[-2.076,50.698],[-2.071,50.698],[-2.073,50.702],[-2.072,50.705],[-2.068,50.704],[-2.065,50.705],[-2.063,50.708],[-2.069,50.708],[-2.07,50.71],[-2.066,50.714],[-2.063,50.717],[-2.056,50.718],[-2.051,50.718],[-2.046,50.716],[-2.046,50.718],[-2.041,50.723],[-2.042,50.726],[-2.048,50.727],[-2.046,50.73],[-2.042,50.731],[-2.04,50.73],[-2.035,50.73],[-2.027,50.729],[-2.025,50.73],[-2.022,50.735],[-2.023,50.737],[-2.017,50.736],[-2.014,50.737],[-2.013,50.749],[-2.009,50.749],[-2.001,50.754],[-1.997,50.752],[-1.99,50.753],[-1.987,50.752],[-1.984,50.75],[-1.987,50.74],[-1.975,50.738],[-1.961,50.739],[-1.957,50.74],[-1.953,50.744],[-1.95,50.746],[-1.948,50.749],[-1.946,50.749],[-1.941,50.752],[-1.939,50.757],[-1.938,50.757],[-1.932,50.754],[-1.925,50.759],[-1.924,50.764],[-1.917,50.772],[-1.91,50.774],[-1.91,50.775],[-1.915,50.773],[-1.922,50.776],[-1.919,50.781],[-1.92,50.784],[-1.924,50.783],[-1.926,50.781],[-1.933,50.78],[-1.937,50.783],[-1.939,50.786],[-1.936,50.789],[-1.935,50.794],[-1.936,50.797],[-1.941,50.8],[-1.939,50.803],[-1.932,50.804],[-1.932,50.807],[-1.928,50.807],[-1.932,50.812],[-1.934,50.817],[-1.933,50.821],[-1.927,50.821],[-1.921,50.824],[-1.916,50.825],[-1.911,50.824],[-1.909,50.825],[-1.905,50.823],[-1.902,50.827],[-1.902,50.83],[-1.9,50.833],[-1.9,50.84],[-1.895,50.841],[-1.896,50.844],[-1.887,50.849],[-1.889,50.853],[-1.885,50.86],[-1.882,50.865],[-1.881,50.869],[-1.891,50.868],[-1.895,50.869],[-1.897,50.871],[-1.896,50.875],[-1.895,50.877],[-1.898,50.879],[-1.905,50.877],[-1.907,50.873],[-1.912,50.865],[-1.914,50.863],[-1.924,50.865],[-1.93,50.865],[-1.934,50.867],[-1.938,50.868],[-1.943,50.867],[-1.948,50.87],[-1.954,50.871],[-1.961,50.874],[-1.964,50.876],[-1.962,50.878],[-1.967,50.88],[-1.974,50.882],[-1.979,50.882],[-1.982,50.879],[-1.986,50.878],[-1.99,50.875],[-1.991,50.871],[-1.996,50.869],[-1.997,50.866],[-1.995,50.864],[-1.996,50.863],[-2.008,50.86],[-2.012,50.858],[-2.015,50.854],[-2.016,50.849],[-2.02,50.847],[-2.029,50.85],[-2.037,50.849],[-2.041,50.841],[-2.044,50.843],[-2.05,50.84],[-2.054,50.838],[-2.059,50.837],[-2.065,50.841],[-2.073,50.839],[-2.079,50.836],[-2.081,50.834],[-2.091,50.833],[-2.096,50.83],[-2.104,50.825],[-2.109,50.819],[-2.113,50.819],[-2.114,50.817],[-2.109,50.817],[-2.113,50.813],[-2.12,50.809],[-2.129,50.805],[-2.138,50.803],[-2.142,50.804],[-2.148,50.803],[-2.157,50.803],[-2.162,50.802],[-2.164,50.8],[-2.16,50.796],[-2.159,50.792],[-2.145,50.787],[-2.143,50.786],[-2.137,50.784],[-2.135,50.781],[-2.135,50.774],[-2.141,50.771],[-2.144,50.77],[-2.15,50.767],[-2.16,50.768],[-2.161,50.774],[-2.168,50.773],[-2.183,50.769],[-2.193,50.766],[-2.197,50.766],[-2.198,50.77],[-2.202,50.769],[-2.209,50.769],[-2.217,50.775],[-2.224,50.776],[-2.232,50.78],[-2.234,50.78],[-2.242,50.776],[-2.25,50.778],[-2.258,50.778],[-2.26,50.77],[-2.267,50.766],[-2.265,50.764],[-2.268,50.761],[-2.266,50.76],[-2.264,50.761],[-2.258,50.761],[-2.252,50.758],[-2.25,50.756],[-2.249,50.752],[-2.242,50.754],[-2.238,50.752],[-2.233,50.747],[-2.231,50.745],[-2.227,50.743],[-2.23,50.734],[-2.226,50.732],[-2.228,50.731],[-2.237,50.72],[-2.237,50.718],[-2.228,50.716],[-2.214,50.712],[-2.202,50.706],[-2.196,50.701],[-2.191,50.7],[-2.189,50.701],[-2.178,50.698],[-2.175,50.703],[-2.172,50.703],[-2.169,50.697],[-2.163,50.694],[-2.156,50.694],[-2.152,50.692],[-2.149,50.692],[-2.15,50.69],[-2.151,50.681],[-2.151,50.679],[-2.147,50.679],[-2.145,50.676],[-2.141,50.677],[-2.137,50.674],[-2.126,50.676],[-2.123,50.669],[-2.122,50.662],[-2.115,50.661],[-2.101,50.66],[-2.094,50.655],[-2.081,50.651],[-2.076,50.652],[-2.074,50.654],[-2.068,50.656],[-2.066,50.661],[-2.061,50.661],[-2.051,50.661],[-2.047,50.664],[-2.047,50.669],[-2.045,50.671]]]},"properties":{"PCON24NM":"Mid Dorset and North Poole","PCON24CD":"E14001363"},"PCON24CD":300}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.125,52.728],[-1.128,52.729],[-1.132,52.732],[-1.134,52.728],[-1.141,52.727],[-1.143,52.727],[-1.148,52.726],[-1.149,52.727],[-1.156,52.727],[-1.158,52.726],[-1.163,52.727],[-1.167,52.725],[-1.181,52.723],[-1.184,52.727],[-1.187,52.737],[-1.19,52.737],[-1.203,52.747],[-1.208,52.744],[-1.214,52.743],[-1.231,52.738],[-1.23,52.736],[-1.233,52.735],[-1.242,52.734],[-1.246,52.735],[-1.247,52.736],[-1.251,52.736],[-1.263,52.731],[-1.266,52.729],[-1.262,52.724],[-1.266,52.724],[-1.281,52.715],[-1.285,52.715],[-1.292,52.709],[-1.299,52.707],[-1.308,52.707],[-1.311,52.706],[-1.318,52.702],[-1.322,52.7],[-1.33,52.699],[-1.341,52.696],[-1.35,52.694],[-1.343,52.69],[-1.35,52.689],[-1.348,52.685],[-1.354,52.685],[-1.358,52.683],[-1.361,52.681],[-1.361,52.676],[-1.359,52.673],[-1.361,52.667],[-1.359,52.664],[-1.36,52.662],[-1.354,52.66],[-1.345,52.654],[-1.336,52.65],[-1.32,52.647],[-1.322,52.64],[-1.321,52.636],[-1.317,52.64],[-1.312,52.64],[-1.305,52.642],[-1.307,52.646],[-1.299,52.647],[-1.292,52.651],[-1.29,52.653],[-1.285,52.651],[-1.282,52.652],[-1.277,52.648],[-1.27,52.647],[-1.262,52.643],[-1.261,52.637],[-1.256,52.635],[-1.249,52.637],[-1.244,52.636],[-1.241,52.633],[-1.249,52.632],[-1.252,52.631],[-1.26,52.629],[-1.263,52.627],[-1.261,52.625],[-1.258,52.621],[-1.258,52.616],[-1.265,52.614],[-1.258,52.611],[-1.254,52.613],[-1.248,52.611],[-1.246,52.609],[-1.242,52.614],[-1.225,52.616],[-1.219,52.618],[-1.217,52.617],[-1.21,52.618],[-1.204,52.617],[-1.197,52.606],[-1.195,52.6],[-1.188,52.6],[-1.181,52.599],[-1.178,52.602],[-1.17,52.601],[-1.168,52.601],[-1.166,52.603],[-1.171,52.606],[-1.164,52.609],[-1.166,52.613],[-1.172,52.616],[-1.174,52.618],[-1.178,52.618],[-1.188,52.623],[-1.2,52.627],[-1.209,52.631],[-1.211,52.631],[-1.216,52.635],[-1.21,52.642],[-1.206,52.643],[-1.199,52.64],[-1.196,52.641],[-1.191,52.64],[-1.187,52.646],[-1.188,52.647],[-1.184,52.65],[-1.184,52.658],[-1.185,52.661],[-1.177,52.664],[-1.177,52.668],[-1.18,52.669],[-1.178,52.671],[-1.178,52.678],[-1.174,52.679],[-1.173,52.683],[-1.168,52.685],[-1.165,52.689],[-1.161,52.691],[-1.157,52.691],[-1.151,52.689],[-1.148,52.691],[-1.142,52.686],[-1.137,52.68],[-1.138,52.675],[-1.133,52.673],[-1.133,52.67],[-1.129,52.669],[-1.129,52.665],[-1.122,52.669],[-1.119,52.673],[-1.115,52.673],[-1.117,52.675],[-1.112,52.679],[-1.103,52.678],[-1.101,52.682],[-1.101,52.684],[-1.105,52.685],[-1.106,52.689],[-1.109,52.693],[-1.108,52.697],[-1.11,52.7],[-1.12,52.703],[-1.12,52.706],[-1.12,52.71],[-1.123,52.713],[-1.124,52.714],[-1.118,52.719],[-1.122,52.723],[-1.122,52.726],[-1.125,52.728]]]},"properties":{"PCON24NM":"Mid Leicestershire","PCON24CD":"E14001364"},"PCON24CD":301}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.098,52.65],[1.099,52.66],[1.1,52.665],[1.1,52.67],[1.1,52.673],[1.102,52.675],[1.108,52.683],[1.102,52.686],[1.102,52.689],[1.095,52.693],[1.088,52.697],[1.087,52.699],[1.084,52.702],[1.086,52.704],[1.09,52.706],[1.1,52.712],[1.104,52.713],[1.105,52.715],[1.1,52.716],[1.096,52.72],[1.094,52.72],[1.089,52.723],[1.087,52.729],[1.083,52.73],[1.083,52.735],[1.081,52.737],[1.079,52.741],[1.068,52.743],[1.06,52.744],[1.056,52.746],[1.051,52.75],[1.055,52.757],[1.053,52.76],[1.053,52.762],[1.045,52.769],[1.034,52.77],[1.028,52.769],[1.011,52.763],[1,52.766],[1.002,52.776],[0.999,52.779],[0.992,52.78],[0.992,52.787],[0.997,52.793],[0.994,52.798],[0.99,52.798],[0.986,52.801],[0.981,52.801],[0.981,52.805],[0.975,52.805],[0.976,52.807],[0.968,52.808],[0.967,52.803],[0.951,52.805],[0.937,52.796],[0.939,52.791],[0.938,52.788],[0.93,52.789],[0.93,52.792],[0.927,52.793],[0.927,52.796],[0.924,52.798],[0.924,52.801],[0.92,52.803],[0.916,52.802],[0.913,52.8],[0.901,52.796],[0.893,52.794],[0.89,52.791],[0.881,52.794],[0.88,52.796],[0.878,52.798],[0.872,52.798],[0.87,52.801],[0.867,52.803],[0.865,52.807],[0.858,52.808],[0.855,52.807],[0.842,52.809],[0.839,52.811],[0.83,52.805],[0.833,52.802],[0.832,52.799],[0.829,52.797],[0.821,52.797],[0.818,52.794],[0.82,52.79],[0.819,52.786],[0.812,52.786],[0.81,52.784],[0.811,52.781],[0.803,52.781],[0.8,52.777],[0.802,52.77],[0.796,52.769],[0.788,52.77],[0.78,52.769],[0.777,52.772],[0.774,52.775],[0.77,52.779],[0.765,52.777],[0.753,52.776],[0.752,52.778],[0.741,52.78],[0.73,52.781],[0.728,52.782],[0.718,52.782],[0.718,52.784],[0.708,52.787],[0.708,52.788],[0.7,52.786],[0.698,52.781],[0.7,52.773],[0.696,52.773],[0.695,52.77],[0.69,52.77],[0.689,52.762],[0.691,52.759],[0.688,52.754],[0.689,52.752],[0.673,52.746],[0.668,52.741],[0.68,52.738],[0.689,52.736],[0.7,52.736],[0.705,52.732],[0.715,52.725],[0.717,52.723],[0.717,52.719],[0.713,52.717],[0.711,52.714],[0.708,52.711],[0.7,52.708],[0.699,52.701],[0.697,52.701],[0.7,52.696],[0.706,52.694],[0.715,52.693],[0.717,52.688],[0.72,52.686],[0.73,52.682],[0.741,52.676],[0.746,52.674],[0.755,52.673],[0.754,52.666],[0.75,52.652],[0.757,52.644],[0.763,52.641],[0.759,52.64],[0.76,52.636],[0.764,52.633],[0.763,52.629],[0.766,52.625],[0.774,52.619],[0.783,52.617],[0.797,52.615],[0.8,52.615],[0.806,52.616],[0.812,52.617],[0.815,52.616],[0.82,52.618],[0.827,52.619],[0.829,52.62],[0.835,52.62],[0.836,52.618],[0.827,52.615],[0.818,52.608],[0.816,52.605],[0.811,52.605],[0.81,52.6],[0.807,52.598],[0.799,52.597],[0.796,52.595],[0.795,52.59],[0.784,52.586],[0.774,52.586],[0.772,52.587],[0.767,52.584],[0.763,52.58],[0.762,52.574],[0.767,52.573],[0.769,52.571],[0.771,52.568],[0.777,52.568],[0.782,52.567],[0.785,52.57],[0.791,52.569],[0.798,52.567],[0.803,52.571],[0.806,52.566],[0.805,52.564],[0.799,52.565],[0.799,52.562],[0.795,52.563],[0.792,52.559],[0.797,52.548],[0.799,52.548],[0.805,52.54],[0.816,52.522],[0.823,52.512],[0.812,52.509],[0.797,52.504],[0.791,52.504],[0.781,52.505],[0.77,52.507],[0.761,52.493],[0.755,52.486],[0.757,52.472],[0.764,52.472],[0.767,52.47],[0.775,52.467],[0.778,52.464],[0.785,52.462],[0.803,52.46],[0.807,52.456],[0.811,52.455],[0.827,52.456],[0.836,52.457],[0.842,52.458],[0.842,52.459],[0.846,52.461],[0.853,52.461],[0.866,52.462],[0.871,52.463],[0.881,52.464],[0.883,52.471],[0.879,52.471],[0.878,52.478],[0.888,52.478],[0.897,52.479],[0.903,52.478],[0.912,52.479],[0.915,52.476],[0.914,52.474],[0.916,52.471],[0.92,52.469],[0.921,52.464],[0.917,52.46],[0.918,52.454],[0.916,52.453],[0.921,52.45],[0.923,52.447],[0.936,52.452],[0.941,52.455],[0.948,52.455],[0.956,52.451],[0.961,52.444],[0.964,52.438],[0.967,52.434],[0.974,52.434],[0.974,52.437],[0.984,52.438],[0.989,52.44],[0.999,52.444],[1.002,52.448],[1.008,52.447],[1.016,52.443],[1.025,52.438],[1.033,52.435],[1.039,52.434],[1.045,52.434],[1.05,52.433],[1.054,52.434],[1.063,52.433],[1.065,52.437],[1.066,52.441],[1.064,52.442],[1.073,52.455],[1.095,52.46],[1.097,52.466],[1.095,52.47],[1.091,52.469],[1.086,52.471],[1.085,52.479],[1.088,52.481],[1.083,52.485],[1.079,52.499],[1.081,52.505],[1.079,52.507],[1.084,52.513],[1.09,52.515],[1.095,52.518],[1.093,52.521],[1.086,52.523],[1.082,52.524],[1.079,52.528],[1.07,52.532],[1.064,52.535],[1.061,52.537],[1.063,52.543],[1.066,52.545],[1.067,52.548],[1.071,52.55],[1.076,52.557],[1.078,52.562],[1.08,52.565],[1.081,52.571],[1.089,52.571],[1.087,52.579],[1.088,52.581],[1.093,52.589],[1.092,52.592],[1.086,52.596],[1.083,52.596],[1.078,52.6],[1.079,52.601],[1.087,52.604],[1.09,52.606],[1.094,52.607],[1.097,52.61],[1.102,52.611],[1.106,52.609],[1.113,52.602],[1.122,52.6],[1.126,52.599],[1.134,52.602],[1.134,52.605],[1.135,52.614],[1.134,52.619],[1.127,52.622],[1.133,52.625],[1.136,52.625],[1.138,52.627],[1.137,52.63],[1.134,52.633],[1.124,52.633],[1.119,52.631],[1.11,52.635],[1.101,52.634],[1.099,52.635],[1.095,52.639],[1.095,52.646],[1.09,52.647],[1.093,52.651],[1.098,52.65]]]},"properties":{"PCON24NM":"Mid Norfolk","PCON24CD":"E14001365"},"PCON24CD":302}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.106,50.963],[-0.109,50.965],[-0.111,50.968],[-0.116,50.967],[-0.116,50.973],[-0.115,50.976],[-0.112,50.976],[-0.109,50.98],[-0.102,50.98],[-0.094,50.979],[-0.092,50.983],[-0.084,50.991],[-0.074,50.992],[-0.071,50.991],[-0.07,50.996],[-0.073,50.998],[-0.066,51.001],[-0.062,51.002],[-0.058,51.004],[-0.051,51.004],[-0.055,51.008],[-0.057,51.008],[-0.063,51.007],[-0.067,51.01],[-0.072,51.017],[-0.077,51.02],[-0.079,51.017],[-0.084,51.019],[-0.09,51.018],[-0.102,51.019],[-0.106,51.018],[-0.108,51.024],[-0.112,51.024],[-0.111,51.032],[-0.112,51.035],[-0.117,51.034],[-0.124,51.037],[-0.125,51.04],[-0.13,51.04],[-0.135,51.038],[-0.141,51.037],[-0.155,51.037],[-0.156,51.038],[-0.156,51.042],[-0.164,51.042],[-0.162,51.045],[-0.162,51.049],[-0.164,51.053],[-0.166,51.054],[-0.167,51.059],[-0.173,51.06],[-0.175,51.059],[-0.179,51.058],[-0.18,51.055],[-0.189,51.059],[-0.193,51.06],[-0.197,51.058],[-0.194,51.055],[-0.197,51.051],[-0.193,51.049],[-0.198,51.047],[-0.194,51.044],[-0.194,51.039],[-0.202,51.038],[-0.21,51.038],[-0.219,51.038],[-0.225,51.037],[-0.229,51.038],[-0.247,51.033],[-0.249,51.025],[-0.244,51.024],[-0.237,51.021],[-0.24,51.017],[-0.243,51.017],[-0.246,51.014],[-0.245,51.012],[-0.238,51.012],[-0.232,51.011],[-0.233,51.008],[-0.236,51.005],[-0.235,50.999],[-0.237,50.996],[-0.236,50.993],[-0.242,50.991],[-0.242,50.987],[-0.236,50.987],[-0.231,50.989],[-0.23,50.986],[-0.233,50.984],[-0.24,50.974],[-0.242,50.968],[-0.24,50.958],[-0.241,50.953],[-0.239,50.95],[-0.23,50.949],[-0.225,50.948],[-0.224,50.943],[-0.228,50.942],[-0.229,50.938],[-0.232,50.936],[-0.23,50.933],[-0.23,50.93],[-0.229,50.922],[-0.229,50.919],[-0.226,50.916],[-0.227,50.913],[-0.233,50.911],[-0.237,50.908],[-0.244,50.907],[-0.242,50.902],[-0.244,50.902],[-0.243,50.891],[-0.244,50.884],[-0.246,50.876],[-0.248,50.875],[-0.249,50.873],[-0.245,50.869],[-0.239,50.868],[-0.237,50.872],[-0.233,50.876],[-0.227,50.878],[-0.225,50.876],[-0.214,50.875],[-0.214,50.87],[-0.205,50.87],[-0.202,50.876],[-0.201,50.875],[-0.199,50.87],[-0.188,50.869],[-0.19,50.874],[-0.185,50.877],[-0.182,50.881],[-0.181,50.884],[-0.182,50.888],[-0.178,50.89],[-0.169,50.89],[-0.169,50.892],[-0.166,50.892],[-0.168,50.886],[-0.168,50.881],[-0.162,50.881],[-0.153,50.88],[-0.153,50.885],[-0.145,50.887],[-0.142,50.884],[-0.137,50.885],[-0.135,50.887],[-0.134,50.888],[-0.133,50.894],[-0.131,50.9],[-0.13,50.908],[-0.128,50.919],[-0.126,50.923],[-0.12,50.931],[-0.12,50.939],[-0.12,50.942],[-0.117,50.945],[-0.106,50.943],[-0.104,50.947],[-0.106,50.955],[-0.108,50.957],[-0.108,50.96],[-0.106,50.963]]]},"properties":{"PCON24NM":"Mid Sussex","PCON24CD":"E14001366"},"PCON24CD":303}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.197,54.582],[-1.202,54.58],[-1.201,54.578],[-1.194,54.58],[-1.197,54.582]]],[[[-1.201,54.578],[-1.203,54.58],[-1.212,54.58],[-1.22,54.579],[-1.221,54.582],[-1.229,54.584],[-1.24,54.587],[-1.246,54.59],[-1.252,54.591],[-1.256,54.589],[-1.257,54.587],[-1.26,54.572],[-1.262,54.57],[-1.269,54.567],[-1.278,54.566],[-1.286,54.565],[-1.298,54.565],[-1.307,54.566],[-1.31,54.563],[-1.307,54.559],[-1.31,54.555],[-1.311,54.55],[-1.308,54.547],[-1.31,54.546],[-1.299,54.546],[-1.292,54.545],[-1.293,54.544],[-1.29,54.541],[-1.294,54.54],[-1.296,54.535],[-1.301,54.533],[-1.297,54.521],[-1.291,54.513],[-1.285,54.516],[-1.279,54.518],[-1.283,54.526],[-1.278,54.529],[-1.265,54.528],[-1.258,54.528],[-1.252,54.528],[-1.243,54.53],[-1.229,54.532],[-1.232,54.537],[-1.236,54.541],[-1.234,54.544],[-1.23,54.541],[-1.221,54.544],[-1.224,54.545],[-1.217,54.548],[-1.208,54.552],[-1.198,54.552],[-1.191,54.555],[-1.184,54.556],[-1.172,54.559],[-1.176,54.562],[-1.176,54.567],[-1.178,54.569],[-1.184,54.569],[-1.187,54.573],[-1.192,54.575],[-1.197,54.575],[-1.198,54.576],[-1.2,54.577],[-1.201,54.578]]]]},"properties":{"PCON24NM":"Middlesbrough and Thornaby East","PCON24CD":"E14001367"},"PCON24CD":304}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.794,54.558],[-0.799,54.56],[-0.802,54.559],[-0.809,54.559],[-0.818,54.561],[-0.824,54.562],[-0.83,54.566],[-0.841,54.569],[-0.842,54.57],[-0.853,54.572],[-0.863,54.572],[-0.872,54.57],[-0.877,54.57],[-0.884,54.571],[-0.894,54.571],[-0.899,54.572],[-0.912,54.579],[-0.917,54.581],[-0.92,54.585],[-0.926,54.587],[-0.934,54.587],[-0.938,54.589],[-0.938,54.588],[-0.956,54.583],[-0.956,54.582],[-0.969,54.582],[-0.971,54.578],[-0.974,54.577],[-0.973,54.575],[-0.977,54.572],[-0.981,54.573],[-0.991,54.571],[-0.996,54.576],[-1.016,54.573],[-1.019,54.574],[-1.028,54.575],[-1.036,54.573],[-1.044,54.572],[-1.05,54.571],[-1.048,54.567],[-1.056,54.564],[-1.064,54.565],[-1.069,54.577],[-1.089,54.57],[-1.094,54.569],[-1.098,54.567],[-1.105,54.567],[-1.116,54.563],[-1.127,54.561],[-1.131,54.56],[-1.132,54.555],[-1.138,54.553],[-1.143,54.545],[-1.149,54.54],[-1.16,54.54],[-1.165,54.536],[-1.162,54.533],[-1.16,54.528],[-1.161,54.525],[-1.168,54.527],[-1.18,54.533],[-1.192,54.54],[-1.199,54.545],[-1.196,54.545],[-1.191,54.548],[-1.179,54.55],[-1.174,54.553],[-1.167,54.554],[-1.172,54.559],[-1.184,54.556],[-1.191,54.555],[-1.198,54.552],[-1.208,54.552],[-1.217,54.548],[-1.224,54.545],[-1.221,54.544],[-1.23,54.541],[-1.234,54.544],[-1.236,54.541],[-1.232,54.537],[-1.229,54.532],[-1.243,54.53],[-1.252,54.528],[-1.258,54.528],[-1.265,54.528],[-1.278,54.529],[-1.283,54.526],[-1.279,54.518],[-1.274,54.515],[-1.267,54.514],[-1.264,54.513],[-1.256,54.512],[-1.251,54.513],[-1.247,54.511],[-1.239,54.512],[-1.235,54.51],[-1.228,54.512],[-1.218,54.51],[-1.208,54.509],[-1.204,54.507],[-1.197,54.506],[-1.19,54.506],[-1.185,54.507],[-1.18,54.506],[-1.171,54.502],[-1.167,54.504],[-1.156,54.502],[-1.147,54.501],[-1.146,54.503],[-1.13,54.5],[-1.127,54.499],[-1.119,54.498],[-1.114,54.499],[-1.112,54.501],[-1.112,54.504],[-1.106,54.506],[-1.094,54.507],[-1.087,54.503],[-1.078,54.504],[-1.068,54.5],[-1.065,54.499],[-1.06,54.5],[-1.051,54.496],[-1.045,54.496],[-1.037,54.494],[-1.024,54.502],[-1.003,54.503],[-0.987,54.501],[-0.968,54.497],[-0.953,54.488],[-0.942,54.489],[-0.933,54.491],[-0.923,54.491],[-0.898,54.495],[-0.894,54.497],[-0.881,54.497],[-0.877,54.495],[-0.876,54.491],[-0.867,54.489],[-0.856,54.488],[-0.849,54.488],[-0.844,54.49],[-0.844,54.491],[-0.849,54.496],[-0.853,54.503],[-0.852,54.511],[-0.85,54.511],[-0.852,54.518],[-0.85,54.519],[-0.851,54.523],[-0.85,54.528],[-0.848,54.531],[-0.842,54.536],[-0.837,54.543],[-0.825,54.549],[-0.82,54.549],[-0.816,54.552],[-0.811,54.551],[-0.804,54.551],[-0.801,54.552],[-0.796,54.555],[-0.794,54.558]]]},"properties":{"PCON24NM":"Middlesbrough South and East Cleveland","PCON24CD":"E14001368"},"PCON24CD":305}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.669,52.049],[-0.695,52.057],[-0.714,52.065],[-0.721,52.067],[-0.729,52.065],[-0.733,52.063],[-0.739,52.067],[-0.748,52.064],[-0.745,52.059],[-0.75,52.056],[-0.758,52.054],[-0.767,52.05],[-0.78,52.046],[-0.789,52.04],[-0.8,52.037],[-0.804,52.034],[-0.794,52.03],[-0.799,52.024],[-0.803,52.022],[-0.809,52.026],[-0.811,52.027],[-0.817,52.022],[-0.821,52.021],[-0.827,52.015],[-0.82,52.012],[-0.819,52.008],[-0.816,52.005],[-0.812,52.006],[-0.812,52.01],[-0.804,52.012],[-0.803,52.013],[-0.797,52.01],[-0.789,52.005],[-0.776,52],[-0.775,52.002],[-0.771,52.004],[-0.761,52.011],[-0.757,52.015],[-0.751,52.013],[-0.736,52.012],[-0.724,52.013],[-0.717,52.012],[-0.713,52.01],[-0.71,52.005],[-0.709,52.002],[-0.707,51.998],[-0.701,51.993],[-0.702,51.985],[-0.696,51.982],[-0.693,51.982],[-0.688,51.981],[-0.682,51.98],[-0.678,51.977],[-0.671,51.977],[-0.669,51.978],[-0.653,51.969],[-0.652,51.97],[-0.646,51.972],[-0.649,51.976],[-0.656,51.982],[-0.655,51.988],[-0.661,51.991],[-0.659,51.993],[-0.662,52],[-0.659,52],[-0.656,52.005],[-0.649,52.01],[-0.643,52.011],[-0.645,52.014],[-0.648,52.015],[-0.651,52.018],[-0.648,52.019],[-0.646,52.022],[-0.64,52.024],[-0.643,52.026],[-0.642,52.03],[-0.645,52.038],[-0.669,52.049]]]},"properties":{"PCON24NM":"Milton Keynes Central","PCON24CD":"E14001369"},"PCON24CD":306}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.668,52.195],[-0.673,52.196],[-0.685,52.196],[-0.694,52.195],[-0.703,52.193],[-0.709,52.189],[-0.711,52.188],[-0.721,52.182],[-0.729,52.179],[-0.735,52.174],[-0.737,52.174],[-0.739,52.171],[-0.745,52.17],[-0.746,52.169],[-0.751,52.168],[-0.758,52.167],[-0.76,52.165],[-0.764,52.168],[-0.765,52.171],[-0.772,52.169],[-0.778,52.169],[-0.78,52.163],[-0.783,52.16],[-0.788,52.154],[-0.792,52.151],[-0.794,52.154],[-0.797,52.153],[-0.8,52.157],[-0.808,52.157],[-0.807,52.153],[-0.809,52.148],[-0.817,52.144],[-0.832,52.144],[-0.831,52.141],[-0.829,52.135],[-0.828,52.133],[-0.832,52.131],[-0.836,52.133],[-0.838,52.131],[-0.847,52.129],[-0.851,52.129],[-0.854,52.132],[-0.862,52.131],[-0.87,52.13],[-0.879,52.126],[-0.881,52.123],[-0.881,52.12],[-0.884,52.116],[-0.887,52.115],[-0.882,52.113],[-0.873,52.113],[-0.869,52.108],[-0.87,52.105],[-0.865,52.103],[-0.869,52.101],[-0.869,52.1],[-0.858,52.097],[-0.856,52.093],[-0.846,52.091],[-0.844,52.085],[-0.838,52.082],[-0.835,52.08],[-0.836,52.075],[-0.832,52.072],[-0.833,52.069],[-0.839,52.064],[-0.845,52.063],[-0.851,52.065],[-0.859,52.063],[-0.863,52.061],[-0.86,52.059],[-0.861,52.055],[-0.858,52.053],[-0.853,52.052],[-0.852,52.051],[-0.86,52.045],[-0.866,52.047],[-0.87,52.045],[-0.871,52.04],[-0.861,52.036],[-0.856,52.032],[-0.857,52.031],[-0.847,52.026],[-0.845,52.023],[-0.839,52.021],[-0.835,52.019],[-0.832,52.018],[-0.827,52.015],[-0.821,52.021],[-0.817,52.022],[-0.811,52.027],[-0.809,52.026],[-0.803,52.022],[-0.799,52.024],[-0.794,52.03],[-0.804,52.034],[-0.8,52.037],[-0.789,52.04],[-0.78,52.046],[-0.767,52.05],[-0.758,52.054],[-0.75,52.056],[-0.745,52.059],[-0.748,52.064],[-0.739,52.067],[-0.733,52.063],[-0.729,52.065],[-0.721,52.067],[-0.714,52.065],[-0.695,52.057],[-0.669,52.049],[-0.668,52.05],[-0.661,52.054],[-0.659,52.057],[-0.654,52.06],[-0.653,52.062],[-0.648,52.066],[-0.642,52.068],[-0.639,52.072],[-0.637,52.076],[-0.636,52.078],[-0.628,52.082],[-0.626,52.084],[-0.622,52.084],[-0.618,52.086],[-0.617,52.088],[-0.606,52.092],[-0.607,52.095],[-0.604,52.096],[-0.603,52.1],[-0.597,52.102],[-0.602,52.105],[-0.597,52.109],[-0.592,52.111],[-0.598,52.116],[-0.597,52.119],[-0.599,52.124],[-0.599,52.126],[-0.607,52.134],[-0.619,52.133],[-0.627,52.135],[-0.63,52.137],[-0.635,52.138],[-0.634,52.142],[-0.638,52.146],[-0.636,52.147],[-0.641,52.153],[-0.637,52.153],[-0.631,52.155],[-0.63,52.16],[-0.631,52.164],[-0.635,52.168],[-0.631,52.172],[-0.628,52.172],[-0.628,52.176],[-0.629,52.179],[-0.627,52.182],[-0.64,52.183],[-0.639,52.187],[-0.643,52.189],[-0.649,52.19],[-0.658,52.19],[-0.661,52.192],[-0.666,52.193],[-0.668,52.195]]]},"properties":{"PCON24NM":"Milton Keynes North","PCON24CD":"E14001370"},"PCON24CD":307}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.174,51.423],[-0.179,51.424],[-0.178,51.423],[-0.181,51.421],[-0.181,51.417],[-0.183,51.416],[-0.184,51.412],[-0.184,51.411],[-0.184,51.408],[-0.189,51.404],[-0.195,51.402],[-0.196,51.398],[-0.199,51.395],[-0.202,51.401],[-0.214,51.409],[-0.22,51.408],[-0.229,51.407],[-0.229,51.403],[-0.226,51.4],[-0.221,51.397],[-0.226,51.395],[-0.227,51.393],[-0.233,51.393],[-0.235,51.391],[-0.234,51.388],[-0.228,51.384],[-0.218,51.38],[-0.21,51.388],[-0.205,51.386],[-0.2,51.385],[-0.194,51.388],[-0.188,51.385],[-0.179,51.39],[-0.175,51.393],[-0.171,51.392],[-0.166,51.39],[-0.165,51.388],[-0.158,51.389],[-0.144,51.391],[-0.142,51.389],[-0.134,51.391],[-0.133,51.391],[-0.132,51.392],[-0.129,51.393],[-0.129,51.394],[-0.128,51.395],[-0.127,51.396],[-0.124,51.398],[-0.125,51.398],[-0.126,51.398],[-0.125,51.399],[-0.126,51.399],[-0.128,51.401],[-0.129,51.402],[-0.13,51.403],[-0.131,51.405],[-0.132,51.406],[-0.132,51.408],[-0.132,51.409],[-0.131,51.409],[-0.128,51.411],[-0.128,51.412],[-0.13,51.412],[-0.133,51.412],[-0.134,51.413],[-0.133,51.413],[-0.134,51.413],[-0.134,51.412],[-0.135,51.411],[-0.137,51.412],[-0.143,51.413],[-0.148,51.413],[-0.144,51.416],[-0.143,51.417],[-0.14,51.419],[-0.142,51.419],[-0.143,51.418],[-0.146,51.418],[-0.147,51.419],[-0.156,51.421],[-0.159,51.422],[-0.161,51.421],[-0.162,51.42],[-0.163,51.42],[-0.165,51.42],[-0.167,51.421],[-0.168,51.421],[-0.17,51.422],[-0.171,51.422],[-0.173,51.423],[-0.174,51.423]]]},"properties":{"PCON24NM":"Mitcham and Morden","PCON24CD":"E14001371"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.84,54.023],[-2.841,54.021],[-2.835,54.018],[-2.834,54.022],[-2.84,54.023]]],[[[-2.805,54.225],[-2.8,54.226],[-2.794,54.227],[-2.796,54.23],[-2.801,54.231],[-2.805,54.225]]],[[[-2.368,54.356],[-2.372,54.359],[-2.381,54.367],[-2.38,54.37],[-2.382,54.371],[-2.393,54.37],[-2.405,54.37],[-2.413,54.368],[-2.421,54.366],[-2.426,54.367],[-2.429,54.37],[-2.438,54.371],[-2.443,54.376],[-2.449,54.376],[-2.456,54.372],[-2.457,54.37],[-2.463,54.368],[-2.472,54.374],[-2.475,54.376],[-2.484,54.377],[-2.496,54.375],[-2.499,54.373],[-2.505,54.374],[-2.507,54.373],[-2.509,54.37],[-2.514,54.368],[-2.521,54.37],[-2.521,54.373],[-2.527,54.378],[-2.534,54.381],[-2.531,54.385],[-2.535,54.386],[-2.538,54.391],[-2.536,54.393],[-2.539,54.394],[-2.544,54.393],[-2.545,54.391],[-2.55,54.388],[-2.555,54.387],[-2.557,54.388],[-2.566,54.389],[-2.574,54.392],[-2.578,54.392],[-2.583,54.388],[-2.58,54.386],[-2.576,54.38],[-2.581,54.373],[-2.579,54.367],[-2.58,54.363],[-2.588,54.36],[-2.588,54.358],[-2.579,54.353],[-2.573,54.351],[-2.573,54.349],[-2.575,54.347],[-2.571,54.341],[-2.569,54.333],[-2.57,54.33],[-2.568,54.326],[-2.568,54.324],[-2.579,54.317],[-2.584,54.308],[-2.584,54.305],[-2.58,54.302],[-2.572,54.3],[-2.572,54.297],[-2.576,54.293],[-2.581,54.291],[-2.578,54.288],[-2.58,54.285],[-2.586,54.282],[-2.583,54.278],[-2.586,54.274],[-2.592,54.276],[-2.599,54.275],[-2.606,54.273],[-2.614,54.272],[-2.62,54.272],[-2.632,54.271],[-2.634,54.272],[-2.637,54.268],[-2.647,54.273],[-2.658,54.272],[-2.658,54.27],[-2.665,54.268],[-2.667,54.27],[-2.672,54.27],[-2.673,54.271],[-2.678,54.273],[-2.686,54.273],[-2.691,54.273],[-2.696,54.271],[-2.699,54.275],[-2.697,54.279],[-2.694,54.282],[-2.7,54.285],[-2.704,54.285],[-2.703,54.288],[-2.705,54.292],[-2.701,54.295],[-2.705,54.296],[-2.701,54.3],[-2.709,54.301],[-2.715,54.303],[-2.722,54.294],[-2.723,54.29],[-2.726,54.289],[-2.73,54.288],[-2.738,54.285],[-2.739,54.282],[-2.743,54.281],[-2.751,54.28],[-2.756,54.281],[-2.759,54.276],[-2.757,54.272],[-2.76,54.27],[-2.761,54.265],[-2.765,54.26],[-2.765,54.257],[-2.761,54.256],[-2.763,54.252],[-2.76,54.25],[-2.745,54.246],[-2.74,54.246],[-2.74,54.242],[-2.737,54.238],[-2.738,54.237],[-2.74,54.233],[-2.743,54.232],[-2.745,54.23],[-2.749,54.229],[-2.75,54.233],[-2.749,54.237],[-2.758,54.24],[-2.765,54.235],[-2.769,54.237],[-2.777,54.235],[-2.783,54.231],[-2.789,54.231],[-2.789,54.229],[-2.792,54.225],[-2.797,54.223],[-2.802,54.22],[-2.808,54.219],[-2.811,54.214],[-2.821,54.209],[-2.825,54.204],[-2.828,54.204],[-2.834,54.204],[-2.836,54.202],[-2.841,54.2],[-2.844,54.198],[-2.85,54.196],[-2.856,54.193],[-2.86,54.194],[-2.864,54.192],[-2.862,54.188],[-2.864,54.187],[-2.865,54.184],[-2.863,54.182],[-2.87,54.179],[-2.87,54.178],[-2.864,54.168],[-2.862,54.167],[-2.865,54.164],[-2.866,54.16],[-2.863,54.155],[-2.859,54.154],[-2.848,54.152],[-2.843,54.153],[-2.839,54.151],[-2.842,54.15],[-2.842,54.147],[-2.838,54.143],[-2.835,54.142],[-2.83,54.142],[-2.832,54.138],[-2.831,54.135],[-2.825,54.128],[-2.821,54.125],[-2.821,54.123],[-2.815,54.121],[-2.811,54.121],[-2.804,54.123],[-2.802,54.126],[-2.797,54.126],[-2.801,54.115],[-2.808,54.11],[-2.809,54.108],[-2.813,54.105],[-2.82,54.104],[-2.825,54.102],[-2.827,54.099],[-2.828,54.094],[-2.821,54.089],[-2.825,54.086],[-2.833,54.085],[-2.834,54.084],[-2.841,54.079],[-2.851,54.077],[-2.857,54.078],[-2.861,54.077],[-2.868,54.073],[-2.872,54.074],[-2.876,54.073],[-2.877,54.069],[-2.883,54.066],[-2.887,54.066],[-2.889,54.063],[-2.892,54.061],[-2.897,54.049],[-2.901,54.048],[-2.905,54.048],[-2.907,54.043],[-2.906,54.04],[-2.92,54.035],[-2.913,54.036],[-2.912,54.034],[-2.924,54.031],[-2.919,54.028],[-2.911,54.024],[-2.91,54.021],[-2.906,54.022],[-2.902,54.018],[-2.906,54.015],[-2.907,54.007],[-2.904,54.005],[-2.904,54.003],[-2.901,54],[-2.904,53.998],[-2.899,53.995],[-2.9,53.992],[-2.894,53.99],[-2.888,53.991],[-2.884,53.993],[-2.881,53.989],[-2.876,53.994],[-2.876,53.997],[-2.876,54.001],[-2.872,54.003],[-2.875,54.004],[-2.865,54.005],[-2.861,54.004],[-2.855,54.005],[-2.849,54.005],[-2.842,54.006],[-2.839,54.008],[-2.835,54.011],[-2.834,54.015],[-2.838,54.02],[-2.841,54.021],[-2.839,54.023],[-2.834,54.023],[-2.833,54.029],[-2.837,54.032],[-2.844,54.04],[-2.846,54.044],[-2.844,54.046],[-2.839,54.049],[-2.838,54.049],[-2.839,54.05],[-2.833,54.053],[-2.831,54.055],[-2.824,54.056],[-2.836,54.061],[-2.829,54.062],[-2.826,54.06],[-2.824,54.062],[-2.826,54.065],[-2.815,54.067],[-2.808,54.067],[-2.803,54.066],[-2.792,54.069],[-2.784,54.065],[-2.774,54.066],[-2.769,54.059],[-2.766,54.054],[-2.767,54.049],[-2.771,54.047],[-2.776,54.041],[-2.758,54.037],[-2.752,54.035],[-2.743,54.034],[-2.749,54.03],[-2.753,54.026],[-2.755,54.021],[-2.762,54.019],[-2.763,54.017],[-2.762,54.012],[-2.757,54.013],[-2.757,54.01],[-2.752,54.009],[-2.745,54.009],[-2.739,54.008],[-2.733,54.01],[-2.73,54.009],[-2.728,54.006],[-2.732,54.004],[-2.733,54.003],[-2.726,54.004],[-2.724,54.006],[-2.718,54.007],[-2.713,54.008],[-2.71,54.008],[-2.702,54.009],[-2.7,54.01],[-2.68,54.024],[-2.673,54.022],[-2.661,54.024],[-2.649,54.023],[-2.638,54.021],[-2.631,54.021],[-2.623,54.022],[-2.61,54.027],[-2.6,54.025],[-2.592,54.025],[-2.584,54.019],[-2.576,54.016],[-2.571,54.015],[-2.557,54.015],[-2.549,54.014],[-2.546,54.015],[-2.544,54.02],[-2.539,54.023],[-2.532,54.024],[-2.527,54.026],[-2.524,54.024],[-2.519,54.021],[-2.513,54.022],[-2.503,54.02],[-2.498,54.022],[-2.499,54.025],[-2.498,54.027],[-2.493,54.032],[-2.494,54.037],[-2.492,54.04],[-2.487,54.043],[-2.47,54.046],[-2.471,54.051],[-2.469,54.055],[-2.464,54.061],[-2.466,54.072],[-2.464,54.075],[-2.471,54.077],[-2.481,54.085],[-2.486,54.085],[-2.492,54.087],[-2.493,54.09],[-2.506,54.091],[-2.509,54.092],[-2.51,54.095],[-2.517,54.095],[-2.525,54.095],[-2.526,54.099],[-2.525,54.1],[-2.529,54.103],[-2.537,54.104],[-2.538,54.106],[-2.536,54.108],[-2.544,54.113],[-2.546,54.115],[-2.546,54.118],[-2.553,54.121],[-2.557,54.121],[-2.563,54.123],[-2.565,54.127],[-2.561,54.13],[-2.562,54.132],[-2.563,54.141],[-2.558,54.143],[-2.557,54.15],[-2.562,54.151],[-2.56,54.153],[-2.552,54.154],[-2.547,54.153],[-2.544,54.158],[-2.537,54.157],[-2.533,54.158],[-2.529,54.164],[-2.529,54.169],[-2.523,54.171],[-2.522,54.174],[-2.515,54.178],[-2.512,54.179],[-2.48,54.202],[-2.48,54.205],[-2.476,54.21],[-2.473,54.216],[-2.463,54.223],[-2.461,54.227],[-2.441,54.226],[-2.435,54.223],[-2.409,54.227],[-2.404,54.226],[-2.401,54.23],[-2.401,54.234],[-2.397,54.239],[-2.385,54.239],[-2.373,54.24],[-2.372,54.248],[-2.362,54.25],[-2.36,54.247],[-2.352,54.242],[-2.348,54.238],[-2.338,54.238],[-2.325,54.243],[-2.323,54.245],[-2.322,54.255],[-2.319,54.257],[-2.321,54.26],[-2.318,54.264],[-2.318,54.266],[-2.315,54.27],[-2.324,54.28],[-2.319,54.284],[-2.317,54.287],[-2.32,54.289],[-2.324,54.294],[-2.322,54.295],[-2.32,54.3],[-2.324,54.301],[-2.324,54.304],[-2.32,54.307],[-2.323,54.311],[-2.319,54.311],[-2.315,54.314],[-2.31,54.324],[-2.318,54.328],[-2.32,54.332],[-2.329,54.332],[-2.335,54.335],[-2.335,54.34],[-2.34,54.343],[-2.348,54.345],[-2.348,54.347],[-2.36,54.35],[-2.362,54.353],[-2.368,54.356]]]]},"properties":{"PCON24NM":"Morecambe and Lunesdale","PCON24CD":"E14001372"},"PCON24CD":309}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.38,50.78],[-1.385,50.78],[-1.391,50.779],[-1.387,50.777],[-1.38,50.78]]],[[[-1.478,50.929],[-1.481,50.93],[-1.481,50.929],[-1.482,50.929],[-1.481,50.929],[-1.477,50.928],[-1.478,50.929]]],[[[-1.487,50.933],[-1.49,50.934],[-1.498,50.935],[-1.5,50.935],[-1.508,50.941],[-1.508,50.946],[-1.51,50.95],[-1.516,50.951],[-1.522,50.952],[-1.524,50.95],[-1.531,50.951],[-1.534,50.955],[-1.533,50.957],[-1.534,50.959],[-1.539,50.961],[-1.542,50.968],[-1.545,50.969],[-1.548,50.968],[-1.553,50.968],[-1.557,50.966],[-1.562,50.966],[-1.576,50.961],[-1.584,50.962],[-1.584,50.959],[-1.586,50.957],[-1.589,50.953],[-1.596,50.954],[-1.596,50.956],[-1.608,50.955],[-1.613,50.958],[-1.62,50.959],[-1.623,50.955],[-1.628,50.957],[-1.635,50.959],[-1.64,50.956],[-1.641,50.953],[-1.647,50.949],[-1.652,50.947],[-1.662,50.945],[-1.677,50.95],[-1.678,50.949],[-1.685,50.948],[-1.688,50.945],[-1.687,50.94],[-1.688,50.936],[-1.692,50.931],[-1.693,50.926],[-1.691,50.923],[-1.69,50.919],[-1.695,50.912],[-1.695,50.908],[-1.691,50.91],[-1.683,50.911],[-1.677,50.905],[-1.677,50.903],[-1.679,50.901],[-1.68,50.898],[-1.683,50.891],[-1.688,50.884],[-1.687,50.881],[-1.681,50.873],[-1.676,50.87],[-1.673,50.867],[-1.671,50.864],[-1.661,50.865],[-1.658,50.864],[-1.636,50.859],[-1.639,50.856],[-1.637,50.853],[-1.635,50.849],[-1.635,50.846],[-1.643,50.84],[-1.652,50.824],[-1.656,50.822],[-1.659,50.816],[-1.661,50.813],[-1.672,50.803],[-1.671,50.802],[-1.673,50.798],[-1.684,50.792],[-1.687,50.788],[-1.685,50.788],[-1.679,50.792],[-1.677,50.79],[-1.669,50.787],[-1.652,50.784],[-1.643,50.785],[-1.637,50.785],[-1.636,50.779],[-1.633,50.777],[-1.628,50.77],[-1.624,50.767],[-1.621,50.763],[-1.617,50.763],[-1.601,50.764],[-1.596,50.764],[-1.592,50.766],[-1.579,50.77],[-1.565,50.771],[-1.564,50.773],[-1.556,50.773],[-1.551,50.772],[-1.548,50.773],[-1.543,50.771],[-1.543,50.766],[-1.537,50.763],[-1.534,50.762],[-1.534,50.759],[-1.53,50.758],[-1.521,50.755],[-1.514,50.753],[-1.51,50.754],[-1.502,50.754],[-1.496,50.755],[-1.485,50.756],[-1.476,50.759],[-1.465,50.76],[-1.466,50.762],[-1.465,50.765],[-1.461,50.761],[-1.456,50.762],[-1.447,50.762],[-1.439,50.764],[-1.429,50.766],[-1.426,50.766],[-1.419,50.766],[-1.416,50.767],[-1.406,50.772],[-1.402,50.775],[-1.397,50.776],[-1.407,50.782],[-1.413,50.784],[-1.413,50.787],[-1.412,50.79],[-1.41,50.79],[-1.412,50.795],[-1.412,50.8],[-1.417,50.799],[-1.421,50.799],[-1.424,50.802],[-1.421,50.805],[-1.428,50.806],[-1.43,50.809],[-1.435,50.809],[-1.436,50.81],[-1.429,50.811],[-1.426,50.808],[-1.423,50.808],[-1.417,50.805],[-1.418,50.803],[-1.413,50.804],[-1.409,50.801],[-1.409,50.795],[-1.407,50.793],[-1.406,50.789],[-1.408,50.786],[-1.401,50.784],[-1.397,50.783],[-1.396,50.785],[-1.388,50.786],[-1.382,50.785],[-1.367,50.785],[-1.354,50.784],[-1.35,50.785],[-1.342,50.786],[-1.337,50.794],[-1.333,50.797],[-1.328,50.803],[-1.321,50.808],[-1.312,50.812],[-1.308,50.816],[-1.307,50.82],[-1.31,50.819],[-1.308,50.817],[-1.31,50.815],[-1.313,50.814],[-1.312,50.818],[-1.316,50.821],[-1.32,50.817],[-1.324,50.818],[-1.323,50.82],[-1.32,50.823],[-1.32,50.825],[-1.33,50.828],[-1.335,50.826],[-1.34,50.832],[-1.338,50.835],[-1.335,50.837],[-1.342,50.844],[-1.352,50.847],[-1.36,50.85],[-1.363,50.851],[-1.367,50.853],[-1.371,50.854],[-1.373,50.857],[-1.378,50.858],[-1.383,50.863],[-1.392,50.867],[-1.393,50.87],[-1.396,50.869],[-1.401,50.872],[-1.397,50.875],[-1.407,50.88],[-1.427,50.897],[-1.441,50.902],[-1.452,50.902],[-1.458,50.902],[-1.461,50.901],[-1.467,50.906],[-1.471,50.907],[-1.478,50.912],[-1.479,50.916],[-1.478,50.924],[-1.483,50.926],[-1.482,50.928],[-1.486,50.93],[-1.486,50.932],[-1.487,50.933]]]]},"properties":{"PCON24NM":"New Forest East","PCON24CD":"E14001373"},"PCON24CD":310}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.677,50.95],[-1.689,50.955],[-1.701,50.963],[-1.71,50.971],[-1.717,50.974],[-1.72,50.977],[-1.731,50.977],[-1.734,50.976],[-1.74,50.977],[-1.744,50.978],[-1.754,50.978],[-1.754,50.98],[-1.776,50.985],[-1.788,50.988],[-1.79,50.99],[-1.796,50.99],[-1.8,50.991],[-1.808,50.992],[-1.815,50.986],[-1.82,50.99],[-1.822,50.993],[-1.827,50.997],[-1.836,51.009],[-1.842,51.009],[-1.853,51.005],[-1.856,51.002],[-1.862,50.997],[-1.867,50.991],[-1.874,50.984],[-1.875,50.992],[-1.875,51.002],[-1.875,51.005],[-1.883,51.002],[-1.887,51],[-1.889,51],[-1.898,50.999],[-1.903,50.999],[-1.913,50.999],[-1.922,50.997],[-1.928,50.998],[-1.95,50.982],[-1.954,50.988],[-1.957,50.99],[-1.957,50.984],[-1.955,50.978],[-1.953,50.979],[-1.945,50.976],[-1.939,50.97],[-1.93,50.968],[-1.927,50.964],[-1.921,50.962],[-1.919,50.956],[-1.916,50.953],[-1.913,50.952],[-1.909,50.945],[-1.899,50.938],[-1.899,50.936],[-1.893,50.932],[-1.882,50.926],[-1.875,50.92],[-1.874,50.917],[-1.865,50.919],[-1.857,50.923],[-1.856,50.926],[-1.851,50.929],[-1.845,50.93],[-1.842,50.932],[-1.833,50.929],[-1.83,50.928],[-1.82,50.926],[-1.812,50.928],[-1.811,50.927],[-1.815,50.923],[-1.815,50.921],[-1.819,50.916],[-1.82,50.911],[-1.818,50.907],[-1.817,50.904],[-1.824,50.898],[-1.826,50.896],[-1.832,50.897],[-1.842,50.897],[-1.849,50.89],[-1.844,50.887],[-1.847,50.883],[-1.848,50.881],[-1.845,50.878],[-1.848,50.874],[-1.848,50.87],[-1.853,50.867],[-1.854,50.864],[-1.851,50.861],[-1.851,50.859],[-1.842,50.858],[-1.83,50.855],[-1.821,50.857],[-1.815,50.859],[-1.815,50.862],[-1.813,50.865],[-1.808,50.864],[-1.804,50.857],[-1.806,50.853],[-1.805,50.851],[-1.8,50.848],[-1.804,50.845],[-1.799,50.839],[-1.791,50.837],[-1.792,50.834],[-1.794,50.831],[-1.798,50.83],[-1.801,50.832],[-1.803,50.83],[-1.805,50.824],[-1.804,50.82],[-1.807,50.818],[-1.807,50.815],[-1.803,50.814],[-1.807,50.81],[-1.812,50.809],[-1.812,50.806],[-1.808,50.804],[-1.804,50.803],[-1.805,50.801],[-1.803,50.799],[-1.804,50.793],[-1.801,50.788],[-1.795,50.782],[-1.792,50.782],[-1.791,50.78],[-1.788,50.779],[-1.79,50.775],[-1.79,50.772],[-1.788,50.767],[-1.783,50.765],[-1.781,50.767],[-1.776,50.767],[-1.769,50.77],[-1.77,50.773],[-1.768,50.773],[-1.756,50.778],[-1.749,50.779],[-1.746,50.776],[-1.748,50.775],[-1.745,50.773],[-1.739,50.763],[-1.742,50.76],[-1.742,50.757],[-1.745,50.756],[-1.744,50.753],[-1.744,50.747],[-1.728,50.751],[-1.718,50.752],[-1.704,50.753],[-1.69,50.752],[-1.683,50.752],[-1.682,50.75],[-1.685,50.744],[-1.691,50.741],[-1.693,50.737],[-1.681,50.737],[-1.671,50.735],[-1.666,50.735],[-1.647,50.733],[-1.641,50.732],[-1.63,50.729],[-1.594,50.722],[-1.584,50.719],[-1.576,50.715],[-1.565,50.709],[-1.555,50.706],[-1.551,50.706],[-1.55,50.709],[-1.552,50.711],[-1.554,50.707],[-1.558,50.707],[-1.567,50.71],[-1.577,50.716],[-1.571,50.718],[-1.563,50.722],[-1.56,50.721],[-1.556,50.722],[-1.553,50.728],[-1.547,50.728],[-1.546,50.727],[-1.541,50.73],[-1.535,50.734],[-1.531,50.737],[-1.533,50.741],[-1.537,50.742],[-1.535,50.745],[-1.531,50.742],[-1.526,50.745],[-1.527,50.747],[-1.525,50.749],[-1.531,50.751],[-1.528,50.753],[-1.533,50.758],[-1.537,50.759],[-1.535,50.762],[-1.537,50.763],[-1.543,50.766],[-1.543,50.771],[-1.548,50.773],[-1.551,50.772],[-1.556,50.773],[-1.564,50.773],[-1.565,50.771],[-1.579,50.77],[-1.592,50.766],[-1.596,50.764],[-1.601,50.764],[-1.617,50.763],[-1.621,50.763],[-1.624,50.767],[-1.628,50.77],[-1.633,50.777],[-1.636,50.779],[-1.637,50.785],[-1.643,50.785],[-1.652,50.784],[-1.669,50.787],[-1.677,50.79],[-1.679,50.792],[-1.685,50.788],[-1.687,50.788],[-1.684,50.792],[-1.673,50.798],[-1.671,50.802],[-1.672,50.803],[-1.661,50.813],[-1.659,50.816],[-1.656,50.822],[-1.652,50.824],[-1.643,50.84],[-1.635,50.846],[-1.635,50.849],[-1.637,50.853],[-1.639,50.856],[-1.636,50.859],[-1.658,50.864],[-1.661,50.865],[-1.671,50.864],[-1.673,50.867],[-1.676,50.87],[-1.681,50.873],[-1.687,50.881],[-1.688,50.884],[-1.683,50.891],[-1.68,50.898],[-1.679,50.901],[-1.677,50.903],[-1.677,50.905],[-1.683,50.911],[-1.691,50.91],[-1.695,50.908],[-1.695,50.912],[-1.69,50.919],[-1.691,50.923],[-1.693,50.926],[-1.692,50.931],[-1.688,50.936],[-1.687,50.94],[-1.688,50.945],[-1.685,50.948],[-1.678,50.949],[-1.677,50.95]]]},"properties":{"PCON24NM":"New Forest West","PCON24CD":"E14001374"},"PCON24CD":311}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.787,53.384],[-0.804,53.382],[-0.821,53.382],[-0.833,53.382],[-0.85,53.384],[-0.855,53.386],[-0.86,53.39],[-0.867,53.389],[-0.869,53.392],[-0.871,53.393],[-0.885,53.396],[-0.89,53.398],[-0.901,53.4],[-0.906,53.399],[-0.908,53.401],[-0.91,53.406],[-0.921,53.412],[-0.932,53.41],[-0.937,53.407],[-0.945,53.407],[-0.945,53.402],[-0.944,53.401],[-0.943,53.398],[-0.934,53.395],[-0.931,53.39],[-0.932,53.384],[-0.931,53.383],[-0.93,53.376],[-0.927,53.374],[-0.927,53.371],[-0.93,53.366],[-0.929,53.363],[-0.933,53.359],[-0.924,53.358],[-0.927,53.356],[-0.934,53.357],[-0.937,53.356],[-0.941,53.355],[-0.946,53.35],[-0.95,53.351],[-0.957,53.352],[-0.964,53.346],[-0.958,53.342],[-0.957,53.341],[-0.951,53.339],[-0.944,53.342],[-0.937,53.341],[-0.93,53.343],[-0.926,53.342],[-0.925,53.339],[-0.929,53.336],[-0.923,53.334],[-0.922,53.329],[-0.924,53.327],[-0.922,53.325],[-0.895,53.326],[-0.885,53.328],[-0.871,53.328],[-0.873,53.325],[-0.872,53.322],[-0.881,53.321],[-0.882,53.32],[-0.892,53.319],[-0.903,53.318],[-0.904,53.313],[-0.909,53.307],[-0.904,53.305],[-0.905,53.301],[-0.915,53.3],[-0.921,53.301],[-0.921,53.302],[-0.929,53.304],[-0.934,53.304],[-0.936,53.302],[-0.943,53.303],[-0.948,53.301],[-0.947,53.3],[-0.971,53.297],[-0.972,53.291],[-0.97,53.286],[-0.973,53.285],[-0.969,53.28],[-0.963,53.279],[-0.949,53.275],[-0.95,53.271],[-0.956,53.268],[-0.959,53.268],[-0.963,53.27],[-0.969,53.267],[-0.975,53.267],[-0.987,53.264],[-0.994,53.265],[-0.993,53.269],[-0.998,53.271],[-1,53.269],[-1.006,53.267],[-1.014,53.265],[-1.012,53.264],[-1.028,53.261],[-1.026,53.252],[-1.023,53.247],[-1.013,53.242],[-1.006,53.236],[-0.997,53.237],[-0.984,53.237],[-0.97,53.236],[-0.958,53.232],[-0.953,53.227],[-0.949,53.225],[-0.948,53.219],[-0.95,53.218],[-0.949,53.215],[-0.947,53.214],[-0.94,53.215],[-0.939,53.212],[-0.941,53.208],[-0.94,53.206],[-0.944,53.204],[-0.952,53.202],[-0.958,53.2],[-0.963,53.201],[-0.967,53.198],[-0.961,53.195],[-0.97,53.192],[-0.973,53.188],[-0.978,53.183],[-0.981,53.175],[-0.984,53.174],[-0.972,53.169],[-0.968,53.17],[-0.96,53.165],[-0.962,53.165],[-0.967,53.159],[-0.958,53.157],[-0.953,53.153],[-0.956,53.147],[-0.964,53.143],[-0.965,53.139],[-0.972,53.14],[-0.98,53.136],[-0.982,53.134],[-0.985,53.133],[-0.991,53.135],[-0.997,53.137],[-1.004,53.138],[-1.005,53.135],[-1.011,53.132],[-1.016,53.127],[-1.02,53.127],[-1.022,53.124],[-1.021,53.122],[-1.012,53.12],[-1.002,53.117],[-0.997,53.117],[-0.995,53.114],[-1,53.109],[-1.005,53.109],[-1.005,53.106],[-1.01,53.101],[-1.013,53.1],[-1.019,53.1],[-1.025,53.099],[-1.026,53.096],[-1.03,53.098],[-1.034,53.095],[-1.032,53.093],[-1.028,53.091],[-1.037,53.088],[-1.036,53.086],[-1.044,53.086],[-1.039,53.083],[-1.038,53.08],[-1.034,53.074],[-1.031,53.074],[-1.03,53.069],[-1.026,53.069],[-1.027,53.065],[-1.022,53.062],[-1.021,53.059],[-1.018,53.059],[-1.011,53.057],[-1.002,53.056],[-0.997,53.052],[-0.991,53.051],[-0.989,53.048],[-0.985,53.046],[-0.979,53.048],[-0.972,53.049],[-0.963,53.053],[-0.961,53.047],[-0.959,53.045],[-0.96,53.042],[-0.958,53.04],[-0.931,53.025],[-0.927,53.024],[-0.931,53.019],[-0.938,53.014],[-0.945,53.011],[-0.95,53.01],[-0.955,53.008],[-0.961,53.004],[-0.966,52.997],[-0.971,52.989],[-0.979,52.986],[-0.994,52.987],[-1.005,52.986],[-1.007,52.985],[-1.014,52.981],[-1.019,52.98],[-1.024,52.985],[-1.027,52.986],[-1.034,52.986],[-1.038,52.982],[-1.036,52.972],[-1.033,52.967],[-1.034,52.958],[-1.029,52.958],[-1.024,52.955],[-1.021,52.956],[-1.017,52.954],[-1.013,52.956],[-1.006,52.956],[-1.003,52.952],[-0.995,52.951],[-0.982,52.951],[-0.978,52.95],[-0.986,52.943],[-0.982,52.94],[-0.977,52.934],[-0.972,52.928],[-0.963,52.931],[-0.96,52.931],[-0.949,52.933],[-0.942,52.935],[-0.934,52.937],[-0.93,52.934],[-0.922,52.935],[-0.922,52.93],[-0.924,52.926],[-0.922,52.917],[-0.927,52.915],[-0.93,52.913],[-0.928,52.911],[-0.924,52.907],[-0.915,52.91],[-0.91,52.91],[-0.906,52.906],[-0.898,52.9],[-0.895,52.9],[-0.89,52.897],[-0.885,52.893],[-0.873,52.898],[-0.868,52.901],[-0.86,52.904],[-0.858,52.906],[-0.861,52.908],[-0.86,52.91],[-0.864,52.911],[-0.86,52.916],[-0.856,52.92],[-0.851,52.922],[-0.841,52.928],[-0.841,52.931],[-0.837,52.936],[-0.835,52.939],[-0.828,52.942],[-0.825,52.942],[-0.823,52.944],[-0.834,52.946],[-0.831,52.949],[-0.833,52.95],[-0.82,52.961],[-0.813,52.957],[-0.81,52.966],[-0.805,52.968],[-0.804,52.972],[-0.796,52.977],[-0.788,52.978],[-0.784,52.976],[-0.778,52.977],[-0.777,52.979],[-0.78,52.986],[-0.785,52.989],[-0.784,52.99],[-0.788,52.992],[-0.793,52.996],[-0.796,53.001],[-0.8,53.002],[-0.804,53.006],[-0.804,53.012],[-0.796,53.011],[-0.788,53.026],[-0.781,53.024],[-0.777,53.025],[-0.77,53.027],[-0.761,53.029],[-0.758,53.032],[-0.759,53.035],[-0.757,53.038],[-0.756,53.044],[-0.75,53.055],[-0.741,53.054],[-0.734,53.056],[-0.731,53.054],[-0.725,53.057],[-0.722,53.06],[-0.716,53.059],[-0.713,53.061],[-0.716,53.065],[-0.713,53.066],[-0.706,53.065],[-0.701,53.064],[-0.698,53.065],[-0.699,53.069],[-0.698,53.071],[-0.699,53.075],[-0.71,53.079],[-0.706,53.083],[-0.709,53.086],[-0.715,53.087],[-0.727,53.094],[-0.73,53.098],[-0.721,53.104],[-0.718,53.11],[-0.717,53.116],[-0.717,53.119],[-0.721,53.121],[-0.727,53.122],[-0.731,53.124],[-0.732,53.128],[-0.724,53.133],[-0.715,53.137],[-0.719,53.142],[-0.721,53.144],[-0.721,53.148],[-0.723,53.155],[-0.716,53.17],[-0.719,53.175],[-0.719,53.177],[-0.726,53.178],[-0.73,53.18],[-0.737,53.179],[-0.752,53.181],[-0.764,53.182],[-0.761,53.188],[-0.754,53.188],[-0.742,53.198],[-0.731,53.211],[-0.722,53.21],[-0.715,53.208],[-0.698,53.22],[-0.687,53.22],[-0.676,53.218],[-0.675,53.223],[-0.671,53.226],[-0.671,53.228],[-0.667,53.233],[-0.667,53.24],[-0.688,53.258],[-0.691,53.258],[-0.695,53.258],[-0.713,53.258],[-0.734,53.254],[-0.735,53.244],[-0.741,53.244],[-0.752,53.245],[-0.761,53.246],[-0.777,53.247],[-0.779,53.251],[-0.776,53.253],[-0.772,53.253],[-0.773,53.255],[-0.773,53.262],[-0.765,53.271],[-0.766,53.274],[-0.774,53.277],[-0.778,53.282],[-0.778,53.285],[-0.771,53.29],[-0.766,53.294],[-0.766,53.298],[-0.762,53.3],[-0.759,53.299],[-0.758,53.294],[-0.756,53.293],[-0.751,53.295],[-0.749,53.302],[-0.748,53.304],[-0.753,53.309],[-0.755,53.315],[-0.754,53.32],[-0.751,53.323],[-0.753,53.325],[-0.761,53.324],[-0.767,53.33],[-0.766,53.332],[-0.762,53.333],[-0.761,53.337],[-0.757,53.34],[-0.758,53.341],[-0.764,53.344],[-0.765,53.348],[-0.759,53.354],[-0.766,53.356],[-0.773,53.363],[-0.777,53.364],[-0.781,53.361],[-0.791,53.364],[-0.791,53.369],[-0.787,53.375],[-0.78,53.377],[-0.779,53.379],[-0.782,53.382],[-0.787,53.384]]]},"properties":{"PCON24NM":"Newark","PCON24CD":"E14001375"},"PCON24CD":312}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.356,51.547],[-1.359,51.547],[-1.367,51.552],[-1.373,51.55],[-1.378,51.55],[-1.377,51.546],[-1.384,51.54],[-1.389,51.54],[-1.396,51.54],[-1.4,51.545],[-1.405,51.546],[-1.41,51.545],[-1.417,51.539],[-1.423,51.536],[-1.427,51.546],[-1.431,51.543],[-1.447,51.537],[-1.455,51.535],[-1.461,51.536],[-1.465,51.535],[-1.463,51.53],[-1.471,51.529],[-1.471,51.53],[-1.476,51.531],[-1.478,51.533],[-1.486,51.534],[-1.488,51.536],[-1.486,51.541],[-1.496,51.546],[-1.505,51.547],[-1.509,51.549],[-1.515,51.551],[-1.521,51.551],[-1.531,51.548],[-1.54,51.55],[-1.543,51.552],[-1.555,51.553],[-1.56,51.551],[-1.566,51.546],[-1.57,51.547],[-1.569,51.543],[-1.581,51.537],[-1.583,51.528],[-1.585,51.525],[-1.588,51.514],[-1.586,51.502],[-1.582,51.501],[-1.583,51.496],[-1.579,51.491],[-1.574,51.487],[-1.57,51.486],[-1.568,51.482],[-1.567,51.477],[-1.561,51.476],[-1.559,51.47],[-1.556,51.467],[-1.551,51.465],[-1.549,51.461],[-1.546,51.459],[-1.529,51.454],[-1.525,51.45],[-1.524,51.447],[-1.524,51.441],[-1.528,51.435],[-1.532,51.43],[-1.528,51.428],[-1.527,51.424],[-1.533,51.426],[-1.539,51.426],[-1.544,51.425],[-1.546,51.423],[-1.558,51.421],[-1.563,51.421],[-1.568,51.42],[-1.571,51.416],[-1.57,51.415],[-1.563,51.413],[-1.562,51.408],[-1.553,51.41],[-1.554,51.403],[-1.554,51.402],[-1.556,51.398],[-1.555,51.396],[-1.549,51.395],[-1.546,51.391],[-1.538,51.388],[-1.538,51.386],[-1.529,51.381],[-1.526,51.378],[-1.521,51.379],[-1.517,51.379],[-1.515,51.377],[-1.513,51.372],[-1.502,51.369],[-1.495,51.37],[-1.495,51.368],[-1.499,51.363],[-1.501,51.356],[-1.494,51.352],[-1.491,51.352],[-1.486,51.349],[-1.487,51.345],[-1.491,51.341],[-1.497,51.333],[-1.498,51.329],[-1.495,51.329],[-1.484,51.331],[-1.458,51.333],[-1.45,51.333],[-1.43,51.337],[-1.436,51.343],[-1.442,51.347],[-1.445,51.348],[-1.444,51.352],[-1.444,51.355],[-1.441,51.356],[-1.432,51.356],[-1.429,51.357],[-1.428,51.359],[-1.423,51.362],[-1.419,51.367],[-1.418,51.371],[-1.411,51.373],[-1.388,51.37],[-1.378,51.368],[-1.372,51.368],[-1.369,51.368],[-1.364,51.369],[-1.36,51.367],[-1.356,51.368],[-1.349,51.367],[-1.343,51.369],[-1.338,51.369],[-1.333,51.371],[-1.325,51.373],[-1.323,51.372],[-1.319,51.373],[-1.312,51.373],[-1.307,51.371],[-1.298,51.371],[-1.294,51.371],[-1.288,51.368],[-1.283,51.368],[-1.278,51.369],[-1.276,51.367],[-1.273,51.368],[-1.27,51.37],[-1.266,51.371],[-1.259,51.37],[-1.258,51.372],[-1.249,51.372],[-1.246,51.368],[-1.24,51.366],[-1.236,51.368],[-1.231,51.367],[-1.225,51.37],[-1.221,51.368],[-1.22,51.37],[-1.222,51.372],[-1.223,51.375],[-1.219,51.377],[-1.217,51.379],[-1.216,51.384],[-1.219,51.387],[-1.212,51.388],[-1.214,51.392],[-1.219,51.39],[-1.222,51.394],[-1.22,51.398],[-1.223,51.401],[-1.22,51.401],[-1.218,51.405],[-1.219,51.406],[-1.216,51.411],[-1.224,51.41],[-1.23,51.412],[-1.232,51.412],[-1.236,51.415],[-1.235,51.418],[-1.243,51.422],[-1.247,51.423],[-1.25,51.422],[-1.253,51.425],[-1.26,51.432],[-1.26,51.435],[-1.258,51.435],[-1.253,51.439],[-1.253,51.441],[-1.247,51.442],[-1.245,51.447],[-1.247,51.452],[-1.243,51.455],[-1.238,51.455],[-1.238,51.456],[-1.242,51.461],[-1.242,51.463],[-1.255,51.464],[-1.266,51.466],[-1.263,51.468],[-1.263,51.471],[-1.269,51.472],[-1.277,51.477],[-1.279,51.476],[-1.29,51.475],[-1.295,51.479],[-1.299,51.481],[-1.304,51.481],[-1.31,51.485],[-1.311,51.483],[-1.319,51.483],[-1.328,51.486],[-1.324,51.493],[-1.324,51.495],[-1.328,51.502],[-1.33,51.508],[-1.338,51.518],[-1.333,51.52],[-1.335,51.525],[-1.338,51.525],[-1.348,51.528],[-1.351,51.531],[-1.355,51.537],[-1.355,51.543],[-1.356,51.547]]]},"properties":{"PCON24NM":"Newbury","PCON24CD":"E14001376"},"PCON24CD":313}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.68,55.01],[-1.688,55.01],[-1.689,55.011],[-1.699,55.011],[-1.7,55.008],[-1.696,55.007],[-1.698,55.002],[-1.712,55.006],[-1.722,55.01],[-1.723,55.004],[-1.73,55.004],[-1.742,55.002],[-1.74,54.999],[-1.731,54.996],[-1.732,54.993],[-1.726,54.992],[-1.726,54.988],[-1.737,54.987],[-1.733,54.98],[-1.739,54.98],[-1.726,54.975],[-1.726,54.971],[-1.72,54.968],[-1.711,54.968],[-1.703,54.972],[-1.693,54.97],[-1.691,54.968],[-1.684,54.966],[-1.659,54.964],[-1.647,54.961],[-1.639,54.96],[-1.628,54.96],[-1.62,54.962],[-1.616,54.965],[-1.608,54.968],[-1.6,54.97],[-1.604,54.972],[-1.603,54.979],[-1.613,54.983],[-1.616,54.995],[-1.619,54.996],[-1.631,54.995],[-1.637,54.995],[-1.653,54.999],[-1.657,54.998],[-1.659,55.002],[-1.667,55.002],[-1.668,55.005],[-1.68,55.01]]]},"properties":{"PCON24NM":"Newcastle upon Tyne Central and West","PCON24CD":"E14001377"},"PCON24CD":314}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.511,55.019],[-1.514,55.021],[-1.521,55.018],[-1.524,55.018],[-1.527,55.014],[-1.53,55.013],[-1.533,55.014],[-1.543,55.015],[-1.554,55.014],[-1.559,55.012],[-1.558,55.005],[-1.562,55.006],[-1.572,55.004],[-1.572,55.007],[-1.577,55.005],[-1.58,55.002],[-1.582,54.998],[-1.586,55],[-1.592,54.999],[-1.595,54.997],[-1.592,54.992],[-1.587,54.986],[-1.594,54.979],[-1.603,54.979],[-1.604,54.972],[-1.6,54.97],[-1.597,54.971],[-1.588,54.971],[-1.581,54.966],[-1.577,54.965],[-1.567,54.965],[-1.561,54.963],[-1.554,54.96],[-1.552,54.96],[-1.541,54.963],[-1.537,54.965],[-1.535,54.979],[-1.532,54.983],[-1.53,54.985],[-1.52,54.988],[-1.502,54.989],[-1.485,54.988],[-1.485,54.996],[-1.487,55],[-1.496,55.007],[-1.498,55.009],[-1.511,55.019]]]},"properties":{"PCON24NM":"Newcastle upon Tyne East and Wallsend","PCON24CD":"E14001378"},"PCON24CD":315}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.559,55.012],[-1.559,55.016],[-1.554,55.018],[-1.553,55.021],[-1.55,55.025],[-1.579,55.028],[-1.586,55.039],[-1.602,55.04],[-1.617,55.041],[-1.622,55.039],[-1.63,55.041],[-1.629,55.037],[-1.63,55.034],[-1.643,55.037],[-1.65,55.037],[-1.652,55.039],[-1.656,55.039],[-1.666,55.038],[-1.665,55.036],[-1.666,55.032],[-1.664,55.027],[-1.666,55.023],[-1.666,55.02],[-1.674,55.017],[-1.675,55.014],[-1.679,55.012],[-1.68,55.01],[-1.668,55.005],[-1.667,55.002],[-1.659,55.002],[-1.657,54.998],[-1.653,54.999],[-1.637,54.995],[-1.631,54.995],[-1.619,54.996],[-1.616,54.995],[-1.613,54.983],[-1.603,54.979],[-1.594,54.979],[-1.587,54.986],[-1.592,54.992],[-1.595,54.997],[-1.592,54.999],[-1.586,55],[-1.582,54.998],[-1.58,55.002],[-1.577,55.005],[-1.572,55.007],[-1.572,55.004],[-1.562,55.006],[-1.558,55.005],[-1.559,55.012]]]},"properties":{"PCON24NM":"Newcastle upon Tyne North","PCON24CD":"E14001379"},"PCON24CD":316}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.282,53.08],[-2.288,53.08],[-2.295,53.078],[-2.297,53.081],[-2.302,53.081],[-2.303,53.083],[-2.31,53.082],[-2.317,53.081],[-2.319,53.081],[-2.325,53.077],[-2.329,53.077],[-2.329,53.074],[-2.332,53.07],[-2.335,53.068],[-2.339,53.064],[-2.341,53.06],[-2.344,53.059],[-2.348,53.056],[-2.353,53.059],[-2.357,53.058],[-2.358,53.055],[-2.375,53.055],[-2.376,53.053],[-2.381,53.053],[-2.381,53.05],[-2.383,53.049],[-2.383,53.043],[-2.385,53.038],[-2.384,53.032],[-2.381,53.03],[-2.38,53.028],[-2.384,53.026],[-2.378,53.02],[-2.37,53.015],[-2.375,53.01],[-2.381,53.009],[-2.383,53.007],[-2.381,53.005],[-2.38,53],[-2.381,52.998],[-2.377,52.998],[-2.377,52.994],[-2.38,52.991],[-2.375,52.986],[-2.374,52.984],[-2.37,52.982],[-2.369,52.979],[-2.371,52.977],[-2.367,52.977],[-2.36,52.979],[-2.351,52.98],[-2.347,52.976],[-2.34,52.975],[-2.335,52.977],[-2.328,52.981],[-2.325,52.978],[-2.314,52.981],[-2.306,52.983],[-2.303,52.985],[-2.305,52.987],[-2.302,52.991],[-2.304,52.994],[-2.293,52.994],[-2.291,52.99],[-2.288,52.99],[-2.286,52.993],[-2.27,52.991],[-2.252,52.987],[-2.245,52.984],[-2.232,52.981],[-2.227,52.976],[-2.226,52.976],[-2.22,52.98],[-2.204,52.981],[-2.21,52.985],[-2.212,52.988],[-2.213,52.996],[-2.218,53.004],[-2.211,53.007],[-2.213,53.01],[-2.216,53.011],[-2.215,53.015],[-2.209,53.017],[-2.203,53.02],[-2.205,53.024],[-2.207,53.032],[-2.208,53.034],[-2.209,53.036],[-2.219,53.044],[-2.226,53.058],[-2.228,53.064],[-2.233,53.064],[-2.236,53.065],[-2.24,53.063],[-2.247,53.063],[-2.251,53.064],[-2.254,53.063],[-2.256,53.06],[-2.261,53.057],[-2.266,53.054],[-2.269,53.062],[-2.274,53.065],[-2.276,53.069],[-2.282,53.077],[-2.282,53.08]]]},"properties":{"PCON24NM":"Newcastle-under-Lyme","PCON24CD":"E14001380"},"PCON24CD":317}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.452,50.642],[-3.455,50.641],[-3.464,50.642],[-3.471,50.644],[-3.476,50.647],[-3.478,50.65],[-3.481,50.651],[-3.493,50.653],[-3.497,50.653],[-3.502,50.654],[-3.505,50.654],[-3.509,50.655],[-3.512,50.652],[-3.516,50.648],[-3.52,50.645],[-3.52,50.641],[-3.522,50.636],[-3.53,50.632],[-3.545,50.627],[-3.551,50.621],[-3.554,50.612],[-3.553,50.607],[-3.55,50.601],[-3.551,50.6],[-3.555,50.599],[-3.564,50.595],[-3.567,50.591],[-3.574,50.587],[-3.578,50.588],[-3.587,50.587],[-3.589,50.585],[-3.594,50.586],[-3.598,50.589],[-3.598,50.591],[-3.602,50.593],[-3.605,50.591],[-3.61,50.591],[-3.614,50.592],[-3.615,50.591],[-3.623,50.585],[-3.626,50.585],[-3.625,50.581],[-3.629,50.577],[-3.633,50.578],[-3.636,50.576],[-3.641,50.576],[-3.649,50.569],[-3.654,50.566],[-3.659,50.559],[-3.665,50.546],[-3.664,50.544],[-3.665,50.54],[-3.661,50.535],[-3.665,50.535],[-3.676,50.528],[-3.68,50.525],[-3.685,50.521],[-3.689,50.523],[-3.692,50.525],[-3.697,50.526],[-3.705,50.526],[-3.713,50.527],[-3.717,50.524],[-3.723,50.521],[-3.718,50.519],[-3.718,50.517],[-3.714,50.518],[-3.704,50.513],[-3.697,50.51],[-3.696,50.509],[-3.684,50.504],[-3.679,50.503],[-3.674,50.502],[-3.673,50.5],[-3.676,50.496],[-3.68,50.495],[-3.681,50.493],[-3.686,50.495],[-3.693,50.497],[-3.695,50.497],[-3.702,50.502],[-3.711,50.503],[-3.717,50.504],[-3.722,50.503],[-3.723,50.5],[-3.728,50.498],[-3.725,50.495],[-3.722,50.494],[-3.717,50.49],[-3.718,50.489],[-3.715,50.485],[-3.708,50.481],[-3.7,50.48],[-3.694,50.478],[-3.694,50.476],[-3.685,50.47],[-3.681,50.468],[-3.674,50.466],[-3.669,50.462],[-3.668,50.467],[-3.665,50.469],[-3.655,50.472],[-3.652,50.468],[-3.658,50.465],[-3.651,50.463],[-3.645,50.461],[-3.641,50.466],[-3.637,50.468],[-3.633,50.466],[-3.624,50.467],[-3.621,50.47],[-3.615,50.469],[-3.613,50.472],[-3.613,50.476],[-3.61,50.481],[-3.605,50.484],[-3.598,50.484],[-3.595,50.483],[-3.592,50.48],[-3.589,50.479],[-3.584,50.478],[-3.577,50.483],[-3.574,50.488],[-3.571,50.488],[-3.57,50.49],[-3.565,50.487],[-3.562,50.488],[-3.562,50.493],[-3.56,50.495],[-3.552,50.495],[-3.544,50.497],[-3.539,50.504],[-3.537,50.506],[-3.53,50.505],[-3.529,50.507],[-3.52,50.511],[-3.521,50.518],[-3.514,50.517],[-3.509,50.517],[-3.505,50.523],[-3.504,50.526],[-3.501,50.531],[-3.501,50.533],[-3.496,50.537],[-3.508,50.542],[-3.514,50.541],[-3.522,50.541],[-3.527,50.54],[-3.54,50.54],[-3.543,50.54],[-3.549,50.54],[-3.551,50.541],[-3.559,50.539],[-3.564,50.54],[-3.567,50.539],[-3.576,50.538],[-3.586,50.536],[-3.579,50.541],[-3.573,50.543],[-3.568,50.542],[-3.565,50.545],[-3.559,50.546],[-3.552,50.545],[-3.542,50.545],[-3.529,50.547],[-3.516,50.545],[-3.51,50.547],[-3.502,50.546],[-3.498,50.544],[-3.496,50.542],[-3.49,50.549],[-3.479,50.559],[-3.475,50.562],[-3.47,50.563],[-3.468,50.566],[-3.469,50.57],[-3.469,50.574],[-3.465,50.58],[-3.458,50.585],[-3.45,50.589],[-3.444,50.592],[-3.443,50.596],[-3.439,50.598],[-3.439,50.599],[-3.433,50.603],[-3.43,50.605],[-3.428,50.608],[-3.435,50.607],[-3.444,50.602],[-3.445,50.613],[-3.447,50.617],[-3.446,50.625],[-3.449,50.631],[-3.45,50.636],[-3.452,50.642]]]},"properties":{"PCON24NM":"Newton Abbot","PCON24CD":"E14001381"},"PCON24CD":318}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.457,54.747],[-1.463,54.748],[-1.467,54.75],[-1.474,54.75],[-1.474,54.752],[-1.485,54.753],[-1.486,54.756],[-1.495,54.756],[-1.498,54.753],[-1.501,54.752],[-1.5,54.749],[-1.506,54.748],[-1.507,54.75],[-1.514,54.751],[-1.515,54.744],[-1.518,54.745],[-1.522,54.742],[-1.528,54.745],[-1.537,54.741],[-1.542,54.743],[-1.55,54.741],[-1.554,54.745],[-1.562,54.742],[-1.563,54.745],[-1.575,54.75],[-1.581,54.751],[-1.584,54.75],[-1.582,54.747],[-1.583,54.745],[-1.579,54.741],[-1.585,54.736],[-1.592,54.733],[-1.595,54.73],[-1.6,54.731],[-1.618,54.725],[-1.623,54.721],[-1.624,54.718],[-1.629,54.717],[-1.637,54.713],[-1.642,54.713],[-1.645,54.712],[-1.649,54.708],[-1.657,54.708],[-1.666,54.705],[-1.672,54.706],[-1.675,54.704],[-1.678,54.704],[-1.675,54.7],[-1.664,54.693],[-1.656,54.687],[-1.65,54.686],[-1.643,54.684],[-1.637,54.68],[-1.636,54.677],[-1.629,54.678],[-1.629,54.677],[-1.622,54.676],[-1.605,54.68],[-1.603,54.676],[-1.606,54.676],[-1.602,54.666],[-1.604,54.662],[-1.607,54.662],[-1.609,54.66],[-1.61,54.655],[-1.61,54.651],[-1.611,54.644],[-1.605,54.644],[-1.606,54.639],[-1.613,54.639],[-1.614,54.634],[-1.616,54.633],[-1.619,54.623],[-1.619,54.619],[-1.614,54.619],[-1.611,54.617],[-1.607,54.618],[-1.607,54.612],[-1.606,54.607],[-1.603,54.606],[-1.596,54.608],[-1.586,54.611],[-1.584,54.608],[-1.593,54.604],[-1.59,54.598],[-1.59,54.595],[-1.593,54.595],[-1.591,54.59],[-1.585,54.588],[-1.584,54.582],[-1.579,54.582],[-1.576,54.58],[-1.57,54.581],[-1.565,54.581],[-1.561,54.582],[-1.556,54.582],[-1.553,54.582],[-1.558,54.585],[-1.563,54.587],[-1.561,54.59],[-1.557,54.592],[-1.548,54.592],[-1.53,54.596],[-1.522,54.597],[-1.514,54.595],[-1.51,54.595],[-1.506,54.596],[-1.497,54.596],[-1.488,54.599],[-1.484,54.6],[-1.472,54.599],[-1.469,54.601],[-1.463,54.599],[-1.461,54.598],[-1.456,54.599],[-1.454,54.594],[-1.452,54.591],[-1.443,54.591],[-1.442,54.593],[-1.439,54.595],[-1.445,54.6],[-1.445,54.602],[-1.451,54.605],[-1.452,54.609],[-1.449,54.611],[-1.443,54.61],[-1.439,54.612],[-1.437,54.614],[-1.428,54.613],[-1.426,54.612],[-1.418,54.614],[-1.41,54.618],[-1.406,54.621],[-1.399,54.624],[-1.402,54.626],[-1.394,54.629],[-1.396,54.631],[-1.39,54.631],[-1.387,54.633],[-1.391,54.637],[-1.39,54.64],[-1.385,54.643],[-1.381,54.644],[-1.384,54.646],[-1.375,54.647],[-1.366,54.649],[-1.359,54.649],[-1.358,54.649],[-1.352,54.649],[-1.35,54.651],[-1.341,54.65],[-1.341,54.653],[-1.343,54.658],[-1.346,54.659],[-1.346,54.664],[-1.342,54.666],[-1.344,54.669],[-1.338,54.67],[-1.333,54.673],[-1.331,54.681],[-1.332,54.687],[-1.334,54.689],[-1.345,54.691],[-1.363,54.692],[-1.372,54.692],[-1.374,54.69],[-1.379,54.687],[-1.381,54.684],[-1.39,54.683],[-1.398,54.688],[-1.4,54.692],[-1.397,54.696],[-1.399,54.697],[-1.402,54.7],[-1.396,54.704],[-1.4,54.707],[-1.401,54.711],[-1.398,54.717],[-1.395,54.719],[-1.402,54.722],[-1.406,54.722],[-1.406,54.726],[-1.409,54.728],[-1.414,54.727],[-1.415,54.73],[-1.422,54.731],[-1.425,54.73],[-1.431,54.733],[-1.438,54.733],[-1.446,54.733],[-1.448,54.734],[-1.454,54.733],[-1.463,54.734],[-1.465,54.737],[-1.458,54.739],[-1.459,54.743],[-1.457,54.747]]]},"properties":{"PCON24NM":"Newton Aycliffe and Spennymoor","PCON24CD":"E14001382"},"PCON24CD":319}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.255,53.649],[-1.263,53.65],[-1.27,53.649],[-1.276,53.649],[-1.28,53.648],[-1.282,53.646],[-1.285,53.646],[-1.298,53.655],[-1.307,53.663],[-1.315,53.669],[-1.318,53.671],[-1.338,53.684],[-1.349,53.684],[-1.353,53.686],[-1.352,53.692],[-1.355,53.696],[-1.355,53.699],[-1.351,53.703],[-1.352,53.704],[-1.361,53.705],[-1.373,53.708],[-1.395,53.709],[-1.41,53.71],[-1.414,53.711],[-1.416,53.708],[-1.422,53.702],[-1.424,53.703],[-1.428,53.7],[-1.436,53.699],[-1.443,53.699],[-1.444,53.702],[-1.449,53.703],[-1.454,53.702],[-1.451,53.698],[-1.448,53.695],[-1.448,53.691],[-1.451,53.688],[-1.456,53.689],[-1.459,53.688],[-1.46,53.686],[-1.458,53.683],[-1.46,53.683],[-1.465,53.686],[-1.468,53.685],[-1.471,53.676],[-1.473,53.675],[-1.468,53.671],[-1.474,53.668],[-1.476,53.666],[-1.471,53.664],[-1.469,53.662],[-1.473,53.66],[-1.471,53.656],[-1.473,53.654],[-1.472,53.644],[-1.475,53.641],[-1.481,53.639],[-1.496,53.636],[-1.492,53.629],[-1.497,53.627],[-1.5,53.624],[-1.506,53.626],[-1.509,53.626],[-1.512,53.624],[-1.503,53.622],[-1.5,53.619],[-1.49,53.618],[-1.49,53.617],[-1.496,53.614],[-1.498,53.611],[-1.495,53.605],[-1.497,53.603],[-1.501,53.6],[-1.497,53.597],[-1.495,53.603],[-1.492,53.603],[-1.493,53.599],[-1.492,53.597],[-1.485,53.597],[-1.484,53.595],[-1.479,53.597],[-1.475,53.6],[-1.455,53.608],[-1.447,53.613],[-1.439,53.607],[-1.433,53.609],[-1.429,53.607],[-1.429,53.605],[-1.422,53.603],[-1.415,53.603],[-1.413,53.601],[-1.407,53.601],[-1.402,53.6],[-1.4,53.599],[-1.393,53.601],[-1.384,53.604],[-1.379,53.607],[-1.369,53.604],[-1.364,53.602],[-1.36,53.599],[-1.36,53.597],[-1.356,53.595],[-1.355,53.592],[-1.356,53.589],[-1.354,53.583],[-1.351,53.581],[-1.349,53.583],[-1.346,53.584],[-1.336,53.581],[-1.334,53.58],[-1.321,53.579],[-1.319,53.578],[-1.312,53.577],[-1.308,53.575],[-1.297,53.578],[-1.295,53.579],[-1.288,53.581],[-1.282,53.583],[-1.278,53.586],[-1.279,53.588],[-1.277,53.59],[-1.269,53.59],[-1.258,53.592],[-1.258,53.595],[-1.255,53.597],[-1.258,53.6],[-1.25,53.601],[-1.252,53.607],[-1.245,53.608],[-1.248,53.616],[-1.246,53.617],[-1.233,53.617],[-1.231,53.619],[-1.233,53.621],[-1.237,53.626],[-1.242,53.633],[-1.252,53.639],[-1.255,53.643],[-1.255,53.649]]]},"properties":{"PCON24NM":"Normanton and Hemsworth","PCON24CD":"E14001383"},"PCON24CD":320}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.287,52.235],[-0.286,52.237],[-0.294,52.241],[-0.299,52.241],[-0.314,52.239],[-0.316,52.242],[-0.323,52.243],[-0.329,52.243],[-0.335,52.243],[-0.343,52.242],[-0.344,52.235],[-0.34,52.231],[-0.351,52.231],[-0.356,52.234],[-0.363,52.234],[-0.369,52.235],[-0.373,52.234],[-0.375,52.243],[-0.377,52.248],[-0.378,52.254],[-0.378,52.265],[-0.382,52.266],[-0.382,52.27],[-0.381,52.273],[-0.375,52.274],[-0.375,52.28],[-0.381,52.283],[-0.385,52.281],[-0.393,52.282],[-0.398,52.279],[-0.401,52.28],[-0.402,52.283],[-0.407,52.287],[-0.412,52.285],[-0.419,52.284],[-0.422,52.285],[-0.423,52.288],[-0.428,52.291],[-0.432,52.293],[-0.432,52.296],[-0.436,52.297],[-0.434,52.302],[-0.433,52.308],[-0.434,52.312],[-0.436,52.314],[-0.44,52.315],[-0.443,52.314],[-0.451,52.317],[-0.462,52.322],[-0.465,52.323],[-0.474,52.32],[-0.476,52.318],[-0.483,52.321],[-0.487,52.321],[-0.508,52.32],[-0.517,52.318],[-0.52,52.318],[-0.52,52.317],[-0.514,52.315],[-0.517,52.313],[-0.541,52.291],[-0.541,52.288],[-0.534,52.282],[-0.534,52.278],[-0.531,52.27],[-0.536,52.268],[-0.539,52.266],[-0.538,52.261],[-0.54,52.257],[-0.542,52.256],[-0.55,52.256],[-0.555,52.258],[-0.558,52.256],[-0.566,52.253],[-0.572,52.259],[-0.579,52.266],[-0.581,52.265],[-0.588,52.271],[-0.586,52.273],[-0.596,52.276],[-0.601,52.278],[-0.608,52.279],[-0.62,52.277],[-0.627,52.275],[-0.627,52.273],[-0.631,52.27],[-0.635,52.272],[-0.641,52.272],[-0.647,52.271],[-0.654,52.268],[-0.65,52.256],[-0.65,52.254],[-0.645,52.242],[-0.643,52.239],[-0.643,52.235],[-0.64,52.229],[-0.637,52.227],[-0.649,52.221],[-0.659,52.21],[-0.662,52.208],[-0.669,52.198],[-0.668,52.195],[-0.666,52.193],[-0.661,52.192],[-0.658,52.19],[-0.649,52.19],[-0.643,52.189],[-0.639,52.187],[-0.64,52.183],[-0.627,52.182],[-0.629,52.179],[-0.628,52.176],[-0.628,52.172],[-0.631,52.172],[-0.635,52.168],[-0.631,52.164],[-0.63,52.16],[-0.631,52.155],[-0.637,52.153],[-0.641,52.153],[-0.636,52.147],[-0.638,52.146],[-0.634,52.142],[-0.635,52.138],[-0.63,52.137],[-0.627,52.135],[-0.619,52.133],[-0.607,52.134],[-0.599,52.126],[-0.599,52.124],[-0.597,52.119],[-0.598,52.116],[-0.592,52.111],[-0.59,52.109],[-0.583,52.105],[-0.588,52.101],[-0.589,52.098],[-0.586,52.097],[-0.583,52.098],[-0.577,52.102],[-0.576,52.104],[-0.568,52.107],[-0.56,52.107],[-0.555,52.111],[-0.551,52.107],[-0.548,52.106],[-0.533,52.106],[-0.528,52.106],[-0.518,52.1],[-0.511,52.097],[-0.506,52.102],[-0.504,52.103],[-0.504,52.106],[-0.506,52.108],[-0.51,52.106],[-0.519,52.115],[-0.519,52.118],[-0.511,52.117],[-0.506,52.118],[-0.501,52.121],[-0.504,52.128],[-0.503,52.13],[-0.499,52.131],[-0.5,52.137],[-0.491,52.141],[-0.497,52.142],[-0.492,52.144],[-0.488,52.144],[-0.493,52.149],[-0.489,52.15],[-0.485,52.148],[-0.479,52.15],[-0.477,52.152],[-0.478,52.157],[-0.472,52.158],[-0.469,52.161],[-0.463,52.161],[-0.466,52.165],[-0.462,52.166],[-0.456,52.168],[-0.45,52.164],[-0.443,52.163],[-0.429,52.16],[-0.425,52.156],[-0.423,52.16],[-0.412,52.157],[-0.413,52.154],[-0.411,52.149],[-0.406,52.147],[-0.408,52.145],[-0.412,52.143],[-0.41,52.141],[-0.414,52.14],[-0.409,52.13],[-0.423,52.123],[-0.438,52.12],[-0.434,52.118],[-0.443,52.116],[-0.448,52.114],[-0.449,52.112],[-0.441,52.104],[-0.44,52.104],[-0.434,52.099],[-0.426,52.092],[-0.419,52.085],[-0.412,52.079],[-0.401,52.074],[-0.397,52.071],[-0.39,52.075],[-0.39,52.071],[-0.382,52.066],[-0.378,52.067],[-0.375,52.064],[-0.379,52.059],[-0.376,52.056],[-0.374,52.052],[-0.37,52.05],[-0.36,52.047],[-0.356,52.048],[-0.347,52.045],[-0.349,52.048],[-0.346,52.051],[-0.339,52.052],[-0.334,52.051],[-0.332,52.046],[-0.328,52.043],[-0.321,52.04],[-0.316,52.04],[-0.315,52.042],[-0.308,52.044],[-0.305,52.043],[-0.297,52.049],[-0.296,52.053],[-0.29,52.054],[-0.28,52.058],[-0.276,52.059],[-0.277,52.061],[-0.275,52.065],[-0.276,52.068],[-0.274,52.07],[-0.262,52.067],[-0.262,52.064],[-0.256,52.063],[-0.243,52.059],[-0.24,52.058],[-0.24,52.052],[-0.238,52.046],[-0.227,52.047],[-0.226,52.046],[-0.219,52.037],[-0.212,52.043],[-0.209,52.047],[-0.201,52.054],[-0.197,52.059],[-0.195,52.062],[-0.181,52.061],[-0.173,52.06],[-0.172,52.063],[-0.167,52.07],[-0.164,52.077],[-0.16,52.08],[-0.157,52.081],[-0.154,52.086],[-0.15,52.089],[-0.148,52.095],[-0.15,52.097],[-0.147,52.099],[-0.148,52.102],[-0.146,52.106],[-0.146,52.112],[-0.148,52.114],[-0.146,52.118],[-0.144,52.13],[-0.144,52.138],[-0.15,52.139],[-0.154,52.144],[-0.16,52.144],[-0.164,52.142],[-0.164,52.14],[-0.172,52.14],[-0.181,52.14],[-0.191,52.141],[-0.198,52.142],[-0.206,52.144],[-0.214,52.143],[-0.232,52.145],[-0.225,52.15],[-0.219,52.158],[-0.217,52.159],[-0.22,52.162],[-0.224,52.162],[-0.226,52.165],[-0.239,52.17],[-0.251,52.173],[-0.254,52.173],[-0.261,52.176],[-0.254,52.18],[-0.25,52.184],[-0.244,52.183],[-0.241,52.19],[-0.248,52.193],[-0.252,52.196],[-0.257,52.203],[-0.261,52.204],[-0.26,52.205],[-0.265,52.206],[-0.262,52.21],[-0.288,52.207],[-0.293,52.208],[-0.296,52.21],[-0.3,52.218],[-0.299,52.221],[-0.294,52.228],[-0.287,52.235]]]},"properties":{"PCON24NM":"North Bedfordshire","PCON24CD":"E14001384"},"PCON24CD":321}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.364,50.721],[-4.368,50.723],[-4.372,50.729],[-4.372,50.734],[-4.374,50.738],[-4.38,50.741],[-4.38,50.744],[-4.385,50.748],[-4.385,50.75],[-4.381,50.756],[-4.382,50.757],[-4.388,50.758],[-4.387,50.764],[-4.384,50.767],[-4.38,50.769],[-4.389,50.775],[-4.394,50.778],[-4.399,50.777],[-4.413,50.775],[-4.414,50.774],[-4.413,50.771],[-4.409,50.768],[-4.41,50.764],[-4.419,50.765],[-4.422,50.764],[-4.425,50.766],[-4.428,50.769],[-4.432,50.769],[-4.434,50.77],[-4.438,50.774],[-4.446,50.776],[-4.446,50.781],[-4.451,50.786],[-4.456,50.784],[-4.463,50.784],[-4.466,50.785],[-4.475,50.785],[-4.476,50.789],[-4.484,50.791],[-4.489,50.791],[-4.493,50.793],[-4.49,50.796],[-4.479,50.797],[-4.474,50.797],[-4.476,50.8],[-4.47,50.801],[-4.464,50.802],[-4.458,50.804],[-4.454,50.804],[-4.445,50.811],[-4.446,50.813],[-4.441,50.818],[-4.442,50.82],[-4.439,50.823],[-4.44,50.826],[-4.444,50.827],[-4.444,50.83],[-4.443,50.832],[-4.443,50.836],[-4.441,50.844],[-4.442,50.847],[-4.44,50.851],[-4.436,50.853],[-4.437,50.856],[-4.434,50.86],[-4.433,50.862],[-4.434,50.866],[-4.421,50.867],[-4.432,50.88],[-4.438,50.883],[-4.44,50.888],[-4.446,50.891],[-4.447,50.893],[-4.447,50.901],[-4.451,50.903],[-4.45,50.906],[-4.459,50.908],[-4.46,50.911],[-4.463,50.913],[-4.464,50.916],[-4.462,50.919],[-4.459,50.923],[-4.458,50.927],[-4.456,50.929],[-4.465,50.931],[-4.472,50.931],[-4.487,50.929],[-4.497,50.929],[-4.499,50.927],[-4.51,50.927],[-4.515,50.928],[-4.517,50.927],[-4.524,50.927],[-4.534,50.927],[-4.542,50.929],[-4.546,50.928],[-4.552,50.925],[-4.552,50.924],[-4.558,50.92],[-4.557,50.918],[-4.562,50.917],[-4.563,50.914],[-4.565,50.911],[-4.564,50.909],[-4.566,50.905],[-4.569,50.905],[-4.564,50.901],[-4.565,50.897],[-4.564,50.894],[-4.561,50.892],[-4.563,50.888],[-4.567,50.887],[-4.561,50.881],[-4.559,50.876],[-4.558,50.869],[-4.558,50.868],[-4.556,50.861],[-4.556,50.855],[-4.557,50.851],[-4.555,50.849],[-4.557,50.842],[-4.556,50.837],[-4.554,50.836],[-4.554,50.832],[-4.557,50.829],[-4.557,50.827],[-4.559,50.825],[-4.557,50.823],[-4.557,50.82],[-4.556,50.817],[-4.558,50.811],[-4.557,50.807],[-4.56,50.805],[-4.557,50.799],[-4.558,50.788],[-4.562,50.781],[-4.565,50.78],[-4.568,50.778],[-4.573,50.777],[-4.575,50.773],[-4.578,50.772],[-4.581,50.772],[-4.588,50.769],[-4.59,50.766],[-4.599,50.764],[-4.604,50.764],[-4.61,50.762],[-4.615,50.759],[-4.617,50.756],[-4.618,50.753],[-4.62,50.751],[-4.624,50.75],[-4.633,50.75],[-4.636,50.748],[-4.634,50.746],[-4.64,50.746],[-4.638,50.744],[-4.634,50.742],[-4.635,50.741],[-4.641,50.738],[-4.647,50.739],[-4.654,50.74],[-4.652,50.737],[-4.649,50.729],[-4.65,50.727],[-4.654,50.723],[-4.655,50.715],[-4.661,50.713],[-4.666,50.712],[-4.666,50.71],[-4.668,50.707],[-4.671,50.707],[-4.679,50.705],[-4.684,50.701],[-4.685,50.697],[-4.686,50.696],[-4.698,50.694],[-4.699,50.692],[-4.702,50.691],[-4.705,50.691],[-4.704,50.688],[-4.706,50.686],[-4.713,50.685],[-4.716,50.684],[-4.719,50.684],[-4.723,50.685],[-4.726,50.684],[-4.729,50.676],[-4.732,50.673],[-4.738,50.672],[-4.74,50.676],[-4.744,50.676],[-4.747,50.675],[-4.744,50.672],[-4.747,50.671],[-4.75,50.672],[-4.753,50.671],[-4.758,50.672],[-4.76,50.67],[-4.763,50.671],[-4.765,50.669],[-4.761,50.665],[-4.764,50.661],[-4.764,50.659],[-4.767,50.656],[-4.766,50.655],[-4.759,50.653],[-4.761,50.649],[-4.76,50.647],[-4.762,50.644],[-4.768,50.642],[-4.767,50.64],[-4.769,50.638],[-4.768,50.635],[-4.771,50.632],[-4.771,50.63],[-4.772,50.628],[-4.77,50.626],[-4.77,50.622],[-4.782,50.612],[-4.785,50.607],[-4.79,50.604],[-4.79,50.602],[-4.796,50.598],[-4.803,50.597],[-4.809,50.597],[-4.813,50.596],[-4.815,50.596],[-4.827,50.595],[-4.83,50.596],[-4.835,50.593],[-4.837,50.596],[-4.844,50.594],[-4.847,50.595],[-4.847,50.598],[-4.854,50.597],[-4.857,50.594],[-4.861,50.593],[-4.87,50.595],[-4.872,50.594],[-4.875,50.587],[-4.882,50.586],[-4.881,50.583],[-4.889,50.582],[-4.89,50.584],[-4.896,50.585],[-4.9,50.585],[-4.903,50.585],[-4.908,50.585],[-4.91,50.588],[-4.916,50.588],[-4.916,50.591],[-4.919,50.592],[-4.918,50.594],[-4.922,50.595],[-4.922,50.591],[-4.927,50.59],[-4.933,50.589],[-4.935,50.587],[-4.929,50.584],[-4.919,50.579],[-4.916,50.576],[-4.918,50.574],[-4.922,50.574],[-4.925,50.572],[-4.927,50.568],[-4.931,50.564],[-4.927,50.561],[-4.929,50.557],[-4.929,50.553],[-4.928,50.55],[-4.926,50.545],[-4.917,50.543],[-4.913,50.542],[-4.917,50.54],[-4.914,50.537],[-4.907,50.535],[-4.905,50.533],[-4.9,50.531],[-4.896,50.531],[-4.89,50.534],[-4.886,50.534],[-4.88,50.534],[-4.873,50.535],[-4.87,50.534],[-4.865,50.534],[-4.859,50.537],[-4.859,50.535],[-4.855,50.534],[-4.853,50.532],[-4.849,50.531],[-4.848,50.525],[-4.852,50.528],[-4.862,50.53],[-4.864,50.529],[-4.87,50.53],[-4.873,50.529],[-4.878,50.53],[-4.885,50.53],[-4.891,50.529],[-4.898,50.526],[-4.906,50.528],[-4.91,50.531],[-4.92,50.531],[-4.926,50.53],[-4.929,50.524],[-4.935,50.526],[-4.931,50.53],[-4.935,50.533],[-4.934,50.537],[-4.936,50.541],[-4.934,50.547],[-4.94,50.554],[-4.948,50.555],[-4.949,50.558],[-4.947,50.564],[-4.945,50.568],[-4.952,50.569],[-4.956,50.566],[-4.955,50.564],[-4.966,50.558],[-4.97,50.559],[-4.972,50.558],[-4.974,50.554],[-4.976,50.552],[-4.977,50.549],[-4.981,50.549],[-4.98,50.546],[-4.981,50.544],[-4.988,50.542],[-4.993,50.543],[-4.998,50.54],[-5.002,50.541],[-5.005,50.543],[-5.003,50.545],[-5.006,50.546],[-5.015,50.544],[-5.02,50.546],[-5.022,50.55],[-5.028,50.551],[-5.037,50.549],[-5.035,50.548],[-5.04,50.546],[-5.036,50.545],[-5.033,50.543],[-5.026,50.542],[-5.025,50.537],[-5.023,50.536],[-5.023,50.533],[-5.027,50.529],[-5.023,50.527],[-5.026,50.526],[-5.029,50.525],[-5.03,50.523],[-5.028,50.519],[-5.027,50.516],[-5.03,50.515],[-5.028,50.51],[-5.035,50.507],[-5.037,50.505],[-5.041,50.502],[-5.045,50.496],[-5.04,50.497],[-5.035,50.494],[-5.036,50.49],[-5.034,50.488],[-5.034,50.482],[-5.037,50.479],[-5.036,50.477],[-5.04,50.475],[-5.033,50.469],[-5.035,50.467],[-5.041,50.466],[-5.042,50.462],[-5.038,50.46],[-5.042,50.456],[-5.04,50.454],[-5.041,50.448],[-5.027,50.449],[-5.025,50.447],[-5.023,50.442],[-5.016,50.444],[-5.008,50.443],[-5.01,50.441],[-5.009,50.435],[-4.996,50.434],[-4.993,50.429],[-4.994,50.424],[-4.992,50.421],[-4.98,50.416],[-4.974,50.415],[-4.972,50.413],[-4.971,50.41],[-4.972,50.405],[-4.968,50.4],[-4.957,50.404],[-4.953,50.407],[-4.947,50.409],[-4.936,50.409],[-4.931,50.406],[-4.928,50.407],[-4.923,50.406],[-4.919,50.405],[-4.908,50.403],[-4.904,50.405],[-4.89,50.409],[-4.881,50.414],[-4.878,50.418],[-4.877,50.428],[-4.873,50.428],[-4.857,50.432],[-4.854,50.433],[-4.843,50.437],[-4.839,50.431],[-4.839,50.428],[-4.839,50.423],[-4.837,50.418],[-4.828,50.424],[-4.821,50.427],[-4.82,50.431],[-4.812,50.432],[-4.811,50.439],[-4.807,50.44],[-4.802,50.438],[-4.8,50.435],[-4.803,50.431],[-4.798,50.429],[-4.789,50.433],[-4.767,50.436],[-4.764,50.435],[-4.764,50.43],[-4.761,50.427],[-4.757,50.426],[-4.752,50.423],[-4.747,50.422],[-4.743,50.422],[-4.74,50.423],[-4.733,50.428],[-4.725,50.429],[-4.711,50.428],[-4.705,50.43],[-4.707,50.432],[-4.704,50.434],[-4.699,50.433],[-4.692,50.433],[-4.69,50.435],[-4.683,50.434],[-4.68,50.438],[-4.677,50.442],[-4.674,50.442],[-4.671,50.446],[-4.664,50.446],[-4.66,50.45],[-4.652,50.448],[-4.646,50.444],[-4.636,50.443],[-4.635,50.444],[-4.636,50.448],[-4.634,50.452],[-4.634,50.456],[-4.627,50.459],[-4.623,50.457],[-4.616,50.463],[-4.617,50.468],[-4.615,50.47],[-4.612,50.475],[-4.614,50.481],[-4.619,50.487],[-4.613,50.491],[-4.612,50.495],[-4.609,50.496],[-4.61,50.499],[-4.612,50.499],[-4.612,50.506],[-4.61,50.506],[-4.616,50.515],[-4.614,50.518],[-4.606,50.523],[-4.605,50.525],[-4.607,50.53],[-4.61,50.532],[-4.609,50.534],[-4.589,50.54],[-4.579,50.548],[-4.574,50.554],[-4.57,50.558],[-4.565,50.56],[-4.562,50.56],[-4.558,50.557],[-4.557,50.561],[-4.554,50.562],[-4.551,50.561],[-4.548,50.557],[-4.548,50.556],[-4.536,50.543],[-4.534,50.543],[-4.528,50.547],[-4.521,50.549],[-4.518,50.554],[-4.519,50.556],[-4.515,50.558],[-4.507,50.559],[-4.503,50.559],[-4.501,50.558],[-4.496,50.557],[-4.496,50.556],[-4.489,50.55],[-4.486,50.549],[-4.483,50.543],[-4.48,50.541],[-4.472,50.542],[-4.471,50.542],[-4.461,50.544],[-4.454,50.541],[-4.445,50.542],[-4.44,50.545],[-4.431,50.544],[-4.428,50.543],[-4.421,50.542],[-4.416,50.544],[-4.414,50.543],[-4.411,50.546],[-4.411,50.549],[-4.413,50.551],[-4.404,50.553],[-4.401,50.552],[-4.396,50.553],[-4.394,50.555],[-4.397,50.556],[-4.398,50.559],[-4.402,50.562],[-4.397,50.564],[-4.394,50.568],[-4.399,50.57],[-4.4,50.572],[-4.397,50.574],[-4.393,50.576],[-4.391,50.573],[-4.387,50.572],[-4.379,50.572],[-4.376,50.572],[-4.374,50.57],[-4.37,50.57],[-4.368,50.568],[-4.355,50.568],[-4.351,50.569],[-4.352,50.563],[-4.356,50.562],[-4.364,50.556],[-4.361,50.55],[-4.357,50.547],[-4.359,50.546],[-4.352,50.545],[-4.348,50.543],[-4.353,50.535],[-4.343,50.534],[-4.339,50.537],[-4.336,50.534],[-4.338,50.531],[-4.336,50.529],[-4.337,50.526],[-4.333,50.522],[-4.324,50.52],[-4.32,50.523],[-4.315,50.524],[-4.312,50.522],[-4.305,50.52],[-4.306,50.517],[-4.305,50.516],[-4.295,50.513],[-4.291,50.513],[-4.277,50.516],[-4.271,50.517],[-4.272,50.519],[-4.274,50.522],[-4.275,50.525],[-4.271,50.529],[-4.269,50.535],[-4.272,50.537],[-4.271,50.539],[-4.267,50.542],[-4.261,50.544],[-4.259,50.546],[-4.26,50.552],[-4.264,50.557],[-4.273,50.562],[-4.274,50.565],[-4.279,50.569],[-4.279,50.571],[-4.277,50.575],[-4.27,50.579],[-4.273,50.583],[-4.286,50.585],[-4.285,50.582],[-4.282,50.577],[-4.285,50.575],[-4.289,50.577],[-4.29,50.581],[-4.291,50.584],[-4.298,50.584],[-4.305,50.579],[-4.308,50.579],[-4.308,50.582],[-4.311,50.585],[-4.312,50.59],[-4.311,50.592],[-4.306,50.595],[-4.307,50.6],[-4.308,50.603],[-4.303,50.611],[-4.306,50.614],[-4.307,50.618],[-4.307,50.621],[-4.306,50.621],[-4.302,50.626],[-4.303,50.629],[-4.3,50.633],[-4.304,50.636],[-4.309,50.636],[-4.312,50.637],[-4.315,50.636],[-4.32,50.636],[-4.325,50.638],[-4.326,50.641],[-4.33,50.64],[-4.334,50.641],[-4.333,50.644],[-4.335,50.647],[-4.336,50.651],[-4.336,50.653],[-4.337,50.653],[-4.337,50.654],[-4.336,50.656],[-4.34,50.659],[-4.339,50.661],[-4.344,50.663],[-4.346,50.668],[-4.344,50.671],[-4.347,50.673],[-4.344,50.677],[-4.347,50.682],[-4.349,50.683],[-4.349,50.689],[-4.351,50.691],[-4.352,50.691],[-4.353,50.691],[-4.354,50.693],[-4.352,50.693],[-4.353,50.694],[-4.353,50.693],[-4.354,50.694],[-4.362,50.696],[-4.362,50.697],[-4.364,50.697],[-4.364,50.698],[-4.365,50.698],[-4.366,50.698],[-4.367,50.703],[-4.368,50.702],[-4.369,50.702],[-4.368,50.703],[-4.368,50.704],[-4.368,50.705],[-4.367,50.707],[-4.369,50.709],[-4.366,50.711],[-4.365,50.712],[-4.365,50.714],[-4.364,50.714],[-4.363,50.718],[-4.365,50.721],[-4.364,50.721]]]},"properties":{"PCON24NM":"North Cornwall","PCON24CD":"E14001385"},"PCON24CD":322}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.666,51.987],[-1.669,51.989],[-1.67,51.993],[-1.666,51.997],[-1.659,52],[-1.656,52.003],[-1.652,52.006],[-1.643,52.009],[-1.643,52.015],[-1.638,52.021],[-1.636,52.021],[-1.628,52.027],[-1.624,52.026],[-1.62,52.028],[-1.618,52.032],[-1.619,52.035],[-1.628,52.037],[-1.633,52.036],[-1.639,52.037],[-1.644,52.035],[-1.649,52.034],[-1.655,52.035],[-1.656,52.032],[-1.66,52.032],[-1.665,52.032],[-1.667,52.036],[-1.674,52.036],[-1.68,52.037],[-1.688,52.038],[-1.695,52.041],[-1.695,52.043],[-1.691,52.048],[-1.69,52.053],[-1.693,52.054],[-1.699,52.054],[-1.702,52.056],[-1.705,52.06],[-1.703,52.068],[-1.702,52.07],[-1.702,52.073],[-1.708,52.073],[-1.71,52.073],[-1.714,52.067],[-1.717,52.068],[-1.727,52.071],[-1.731,52.073],[-1.728,52.081],[-1.729,52.084],[-1.728,52.089],[-1.73,52.095],[-1.733,52.095],[-1.739,52.091],[-1.746,52.093],[-1.75,52.095],[-1.755,52.099],[-1.754,52.101],[-1.758,52.103],[-1.759,52.106],[-1.766,52.11],[-1.768,52.113],[-1.786,52.107],[-1.79,52.106],[-1.788,52.104],[-1.792,52.1],[-1.796,52.101],[-1.802,52.097],[-1.806,52.093],[-1.81,52.088],[-1.81,52.086],[-1.813,52.083],[-1.813,52.079],[-1.816,52.08],[-1.818,52.084],[-1.819,52.085],[-1.823,52.081],[-1.832,52.073],[-1.838,52.074],[-1.847,52.079],[-1.853,52.072],[-1.856,52.074],[-1.869,52.074],[-1.874,52.07],[-1.872,52.065],[-1.865,52.066],[-1.863,52.063],[-1.861,52.058],[-1.863,52.053],[-1.857,52.052],[-1.848,52.047],[-1.839,52.044],[-1.835,52.044],[-1.833,52.04],[-1.83,52.039],[-1.829,52.036],[-1.831,52.033],[-1.825,52.031],[-1.826,52.029],[-1.836,52.023],[-1.834,52.018],[-1.836,52.011],[-1.835,52.009],[-1.839,52.007],[-1.826,52.005],[-1.821,52.003],[-1.818,52.001],[-1.807,52.003],[-1.805,51.999],[-1.802,51.997],[-1.808,51.994],[-1.812,51.988],[-1.821,51.987],[-1.825,51.989],[-1.832,51.988],[-1.842,51.988],[-1.846,51.988],[-1.857,51.991],[-1.865,51.995],[-1.869,51.994],[-1.878,51.989],[-1.883,51.984],[-1.872,51.982],[-1.868,51.981],[-1.873,51.976],[-1.875,51.972],[-1.876,51.968],[-1.874,51.966],[-1.88,51.964],[-1.882,51.965],[-1.89,51.961],[-1.897,51.96],[-1.903,51.962],[-1.901,51.967],[-1.904,51.969],[-1.909,51.968],[-1.913,51.969],[-1.917,51.963],[-1.923,51.963],[-1.927,51.961],[-1.932,51.957],[-1.93,51.953],[-1.928,51.95],[-1.927,51.945],[-1.924,51.939],[-1.923,51.935],[-1.918,51.936],[-1.916,51.934],[-1.898,51.93],[-1.887,51.926],[-1.891,51.922],[-1.892,51.92],[-1.89,51.918],[-1.887,51.917],[-1.888,51.912],[-1.877,51.909],[-1.868,51.908],[-1.872,51.903],[-1.877,51.901],[-1.88,51.898],[-1.873,51.897],[-1.862,51.897],[-1.857,51.897],[-1.854,51.893],[-1.859,51.892],[-1.862,51.89],[-1.872,51.893],[-1.873,51.89],[-1.875,51.89],[-1.883,51.892],[-1.882,51.894],[-1.896,51.894],[-1.897,51.891],[-1.9,51.889],[-1.902,51.887],[-1.906,51.888],[-1.912,51.888],[-1.922,51.894],[-1.927,51.896],[-1.928,51.899],[-1.927,51.903],[-1.93,51.905],[-1.939,51.907],[-1.94,51.905],[-1.946,51.905],[-1.953,51.905],[-1.953,51.903],[-1.961,51.903],[-1.964,51.904],[-1.976,51.906],[-1.985,51.91],[-1.994,51.915],[-1.996,51.912],[-1.998,51.907],[-2,51.904],[-2.01,51.906],[-2.01,51.903],[-2.013,51.899],[-2.012,51.896],[-2.013,51.892],[-2.017,51.886],[-2.016,51.882],[-2.021,51.876],[-2.022,51.876],[-2.025,51.871],[-2.024,51.868],[-2.026,51.864],[-2.037,51.864],[-2.037,51.862],[-2.04,51.86],[-2.048,51.858],[-2.052,51.86],[-2.056,51.863],[-2.06,51.865],[-2.066,51.864],[-2.071,51.866],[-2.071,51.869],[-2.076,51.869],[-2.076,51.872],[-2.086,51.873],[-2.092,51.871],[-2.092,51.874],[-2.095,51.875],[-2.098,51.879],[-2.102,51.876],[-2.106,51.878],[-2.112,51.88],[-2.123,51.883],[-2.126,51.879],[-2.129,51.883],[-2.124,51.886],[-2.126,51.888],[-2.142,51.885],[-2.143,51.889],[-2.137,51.9],[-2.139,51.901],[-2.141,51.904],[-2.141,51.91],[-2.144,51.909],[-2.145,51.911],[-2.157,51.913],[-2.158,51.914],[-2.166,51.916],[-2.168,51.914],[-2.171,51.913],[-2.175,51.91],[-2.178,51.909],[-2.171,51.901],[-2.182,51.898],[-2.187,51.899],[-2.193,51.899],[-2.2,51.898],[-2.199,51.897],[-2.193,51.897],[-2.193,51.893],[-2.195,51.89],[-2.192,51.889],[-2.193,51.885],[-2.203,51.884],[-2.198,51.88],[-2.193,51.879],[-2.187,51.877],[-2.187,51.876],[-2.198,51.872],[-2.196,51.866],[-2.187,51.862],[-2.177,51.856],[-2.182,51.852],[-2.187,51.846],[-2.192,51.842],[-2.202,51.836],[-2.209,51.829],[-2.214,51.826],[-2.223,51.821],[-2.226,51.822],[-2.225,51.827],[-2.227,51.828],[-2.231,51.826],[-2.238,51.825],[-2.246,51.826],[-2.249,51.825],[-2.255,51.821],[-2.257,51.821],[-2.263,51.808],[-2.27,51.81],[-2.272,51.812],[-2.283,51.815],[-2.281,51.816],[-2.29,51.82],[-2.291,51.822],[-2.298,51.825],[-2.301,51.827],[-2.301,51.832],[-2.299,51.832],[-2.302,51.835],[-2.306,51.846],[-2.312,51.847],[-2.323,51.847],[-2.33,51.85],[-2.337,51.85],[-2.343,51.847],[-2.351,51.846],[-2.354,51.843],[-2.356,51.835],[-2.355,51.834],[-2.35,51.831],[-2.351,51.828],[-2.36,51.827],[-2.362,51.822],[-2.36,51.817],[-2.359,51.811],[-2.35,51.807],[-2.347,51.806],[-2.345,51.801],[-2.35,51.795],[-2.354,51.794],[-2.355,51.792],[-2.349,51.785],[-2.345,51.787],[-2.333,51.782],[-2.325,51.782],[-2.321,51.782],[-2.317,51.778],[-2.315,51.774],[-2.311,51.773],[-2.307,51.767],[-2.299,51.762],[-2.289,51.756],[-2.284,51.756],[-2.278,51.755],[-2.273,51.756],[-2.269,51.755],[-2.26,51.754],[-2.258,51.756],[-2.256,51.761],[-2.246,51.764],[-2.24,51.768],[-2.235,51.772],[-2.233,51.772],[-2.227,51.764],[-2.221,51.762],[-2.222,51.759],[-2.216,51.759],[-2.21,51.758],[-2.205,51.76],[-2.2,51.758],[-2.195,51.756],[-2.193,51.754],[-2.194,51.752],[-2.189,51.75],[-2.188,51.747],[-2.181,51.744],[-2.189,51.739],[-2.186,51.738],[-2.179,51.736],[-2.176,51.736],[-2.172,51.734],[-2.163,51.735],[-2.159,51.733],[-2.155,51.734],[-2.153,51.736],[-2.144,51.734],[-2.137,51.73],[-2.133,51.73],[-2.132,51.727],[-2.128,51.725],[-2.134,51.723],[-2.134,51.722],[-2.141,51.72],[-2.157,51.72],[-2.162,51.719],[-2.175,51.719],[-2.186,51.718],[-2.192,51.718],[-2.196,51.721],[-2.198,51.717],[-2.204,51.717],[-2.211,51.718],[-2.212,51.714],[-2.209,51.712],[-2.206,51.71],[-2.209,51.706],[-2.209,51.701],[-2.211,51.696],[-2.202,51.695],[-2.201,51.693],[-2.197,51.693],[-2.193,51.691],[-2.189,51.691],[-2.187,51.688],[-2.182,51.689],[-2.177,51.688],[-2.175,51.691],[-2.167,51.69],[-2.164,51.691],[-2.16,51.687],[-2.159,51.687],[-2.15,51.69],[-2.149,51.692],[-2.141,51.699],[-2.136,51.699],[-2.13,51.697],[-2.129,51.701],[-2.126,51.703],[-2.124,51.706],[-2.117,51.706],[-2.11,51.705],[-2.109,51.697],[-2.103,51.697],[-2.095,51.696],[-2.087,51.696],[-2.084,51.702],[-2.078,51.703],[-2.072,51.703],[-2.065,51.703],[-2.06,51.703],[-2.058,51.701],[-2.052,51.7],[-2.051,51.705],[-2.053,51.707],[-2.053,51.71],[-2.056,51.711],[-2.059,51.713],[-2.054,51.717],[-2.055,51.722],[-2.053,51.727],[-2.056,51.734],[-2.053,51.735],[-2.037,51.739],[-2.033,51.739],[-2.029,51.735],[-2.017,51.729],[-2.01,51.725],[-2.007,51.724],[-2.004,51.725],[-2.009,51.729],[-2.009,51.734],[-1.997,51.735],[-1.994,51.735],[-1.989,51.739],[-1.984,51.733],[-1.976,51.737],[-1.97,51.738],[-1.969,51.737],[-1.964,51.737],[-1.962,51.736],[-1.96,51.73],[-1.958,51.728],[-1.953,51.728],[-1.949,51.726],[-1.944,51.726],[-1.945,51.742],[-1.937,51.757],[-1.933,51.763],[-1.928,51.764],[-1.927,51.761],[-1.922,51.758],[-1.92,51.758],[-1.915,51.763],[-1.913,51.764],[-1.909,51.767],[-1.901,51.764],[-1.896,51.764],[-1.896,51.758],[-1.888,51.758],[-1.882,51.758],[-1.878,51.757],[-1.869,51.754],[-1.857,51.752],[-1.862,51.749],[-1.859,51.747],[-1.851,51.743],[-1.847,51.739],[-1.836,51.741],[-1.835,51.739],[-1.83,51.736],[-1.828,51.731],[-1.83,51.73],[-1.829,51.727],[-1.825,51.725],[-1.823,51.719],[-1.818,51.718],[-1.814,51.721],[-1.797,51.724],[-1.791,51.724],[-1.786,51.727],[-1.788,51.73],[-1.788,51.733],[-1.783,51.733],[-1.78,51.734],[-1.778,51.732],[-1.769,51.733],[-1.768,51.736],[-1.762,51.735],[-1.759,51.732],[-1.758,51.728],[-1.753,51.725],[-1.753,51.717],[-1.752,51.715],[-1.747,51.712],[-1.743,51.714],[-1.738,51.716],[-1.734,51.718],[-1.727,51.717],[-1.722,51.714],[-1.717,51.715],[-1.715,51.714],[-1.71,51.714],[-1.703,51.716],[-1.694,51.722],[-1.696,51.724],[-1.687,51.729],[-1.686,51.733],[-1.689,51.739],[-1.687,51.74],[-1.694,51.748],[-1.694,51.754],[-1.696,51.757],[-1.7,51.765],[-1.701,51.771],[-1.708,51.778],[-1.717,51.781],[-1.719,51.783],[-1.715,51.786],[-1.708,51.788],[-1.702,51.791],[-1.693,51.794],[-1.687,51.798],[-1.682,51.804],[-1.678,51.813],[-1.677,51.817],[-1.681,51.816],[-1.683,51.82],[-1.686,51.833],[-1.685,51.837],[-1.681,51.842],[-1.679,51.846],[-1.679,51.849],[-1.676,51.85],[-1.681,51.855],[-1.681,51.859],[-1.682,51.86],[-1.687,51.863],[-1.687,51.866],[-1.684,51.869],[-1.679,51.87],[-1.672,51.875],[-1.668,51.876],[-1.669,51.88],[-1.666,51.885],[-1.663,51.887],[-1.662,51.894],[-1.658,51.897],[-1.645,51.895],[-1.644,51.896],[-1.635,51.898],[-1.633,51.9],[-1.636,51.902],[-1.635,51.908],[-1.636,51.911],[-1.641,51.913],[-1.645,51.919],[-1.641,51.92],[-1.643,51.924],[-1.64,51.925],[-1.628,51.933],[-1.617,51.939],[-1.626,51.95],[-1.629,51.953],[-1.635,51.957],[-1.646,51.957],[-1.649,51.959],[-1.655,51.958],[-1.655,51.96],[-1.652,51.962],[-1.658,51.963],[-1.662,51.964],[-1.664,51.966],[-1.666,51.971],[-1.669,51.975],[-1.665,51.981],[-1.665,51.985],[-1.666,51.987]]]},"properties":{"PCON24NM":"North Cotswolds","PCON24CD":"E14001386"},"PCON24CD":323}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.721,51.233],[-3.728,51.236],[-3.731,51.235],[-3.74,51.236],[-3.745,51.235],[-3.758,51.237],[-3.765,51.237],[-3.77,51.238],[-3.776,51.24],[-3.78,51.242],[-3.785,51.246],[-3.787,51.246],[-3.796,51.242],[-3.795,51.241],[-3.8,51.237],[-3.806,51.233],[-3.813,51.231],[-3.825,51.232],[-3.828,51.233],[-3.833,51.232],[-3.839,51.235],[-3.846,51.235],[-3.854,51.234],[-3.861,51.231],[-3.864,51.231],[-3.872,51.231],[-3.874,51.227],[-3.881,51.229],[-3.884,51.226],[-3.887,51.225],[-3.892,51.224],[-3.897,51.226],[-3.901,51.226],[-3.904,51.23],[-3.911,51.23],[-3.913,51.23],[-3.918,51.23],[-3.926,51.232],[-3.928,51.23],[-3.939,51.229],[-3.942,51.225],[-3.945,51.225],[-3.947,51.222],[-3.963,51.219],[-3.973,51.22],[-3.983,51.218],[-3.987,51.219],[-3.994,51.218],[-4,51.218],[-4.003,51.219],[-4.009,51.217],[-4.013,51.217],[-4.017,51.216],[-4.021,51.217],[-4.024,51.215],[-4.028,51.216],[-4.032,51.215],[-4.031,51.212],[-4.034,51.21],[-4.039,51.21],[-4.04,51.208],[-4.051,51.207],[-4.058,51.212],[-4.061,51.213],[-4.065,51.215],[-4.07,51.216],[-4.071,51.214],[-4.078,51.216],[-4.08,51.218],[-4.084,51.216],[-4.088,51.217],[-4.09,51.214],[-4.098,51.212],[-4.102,51.213],[-4.106,51.21],[-4.115,51.209],[-4.119,51.212],[-4.122,51.21],[-4.124,51.211],[-4.132,51.209],[-4.135,51.209],[-4.144,51.206],[-4.146,51.204],[-4.156,51.204],[-4.158,51.202],[-4.167,51.203],[-4.171,51.201],[-4.178,51.197],[-4.184,51.2],[-4.193,51.199],[-4.201,51.201],[-4.207,51.193],[-4.215,51.19],[-4.219,51.19],[-4.228,51.189],[-4.229,51.187],[-4.222,51.186],[-4.214,51.182],[-4.214,51.18],[-4.211,51.178],[-4.215,51.176],[-4.213,51.173],[-4.21,51.173],[-4.212,51.16],[-4.215,51.154],[-4.22,51.147],[-4.225,51.144],[-4.229,51.145],[-4.239,51.145],[-4.256,51.147],[-4.261,51.144],[-4.259,51.141],[-4.25,51.138],[-4.247,51.135],[-4.239,51.133],[-4.237,51.13],[-4.239,51.127],[-4.243,51.124],[-4.239,51.12],[-4.229,51.118],[-4.223,51.118],[-4.222,51.112],[-4.223,51.101],[-4.223,51.09],[-4.222,51.084],[-4.218,51.078],[-4.215,51.075],[-4.21,51.074],[-4.205,51.071],[-4.198,51.069],[-4.191,51.065],[-4.189,51.067],[-4.191,51.068],[-4.19,51.071],[-4.187,51.073],[-4.185,51.076],[-4.168,51.081],[-4.167,51.084],[-4.162,51.084],[-4.157,51.085],[-4.153,51.086],[-4.146,51.084],[-4.134,51.086],[-4.129,51.088],[-4.129,51.093],[-4.119,51.095],[-4.108,51.094],[-4.098,51.088],[-4.088,51.085],[-4.082,51.083],[-4.076,51.08],[-4.07,51.081],[-4.068,51.079],[-4.076,51.077],[-4.084,51.078],[-4.09,51.082],[-4.103,51.083],[-4.108,51.085],[-4.112,51.089],[-4.117,51.089],[-4.119,51.087],[-4.118,51.082],[-4.122,51.079],[-4.129,51.078],[-4.136,51.079],[-4.139,51.08],[-4.153,51.08],[-4.155,51.076],[-4.152,51.074],[-4.159,51.073],[-4.165,51.075],[-4.173,51.071],[-4.172,51.07],[-4.178,51.068],[-4.181,51.066],[-4.178,51.064],[-4.181,51.063],[-4.179,51.06],[-4.182,51.056],[-4.182,51.051],[-4.179,51.05],[-4.182,51.045],[-4.186,51.042],[-4.187,51.039],[-4.191,51.036],[-4.197,51.035],[-4.198,51.033],[-4.199,51.029],[-4.197,51.024],[-4.198,51.021],[-4.195,51.021],[-4.186,51.021],[-4.18,51.023],[-4.179,51.024],[-4.174,51.023],[-4.172,51.019],[-4.17,51.018],[-4.166,51.015],[-4.155,51.014],[-4.154,51.016],[-4.15,51.017],[-4.148,51.019],[-4.14,51.018],[-4.135,51.02],[-4.129,51.021],[-4.122,51.019],[-4.116,51.019],[-4.116,51.017],[-4.12,51.014],[-4.12,51.012],[-4.116,51.01],[-4.11,51.011],[-4.106,51.01],[-4.098,51.009],[-4.094,51.004],[-4.086,51.003],[-4.081,51.003],[-4.079,51.009],[-4.069,51.008],[-4.064,51.01],[-4.058,51.008],[-4.049,51.008],[-4.034,51.008],[-4.033,51.003],[-4.034,50.997],[-4.035,50.997],[-4.037,50.993],[-4.035,50.99],[-4.037,50.985],[-4.036,50.981],[-4.033,50.979],[-4.028,50.977],[-4.025,50.973],[-4.02,50.972],[-4.02,50.97],[-4.011,50.967],[-4.005,50.97],[-4.004,50.972],[-3.992,50.974],[-3.99,50.978],[-3.984,50.982],[-3.976,50.981],[-3.975,50.982],[-3.967,50.981],[-3.963,50.979],[-3.961,50.981],[-3.958,50.981],[-3.958,50.978],[-3.954,50.977],[-3.953,50.974],[-3.958,50.971],[-3.957,50.967],[-3.965,50.963],[-3.966,50.96],[-3.966,50.958],[-3.961,50.956],[-3.964,50.954],[-3.97,50.953],[-3.975,50.954],[-3.979,50.952],[-3.984,50.952],[-3.994,50.949],[-3.996,50.942],[-3.993,50.937],[-3.998,50.936],[-3.996,50.934],[-3.998,50.931],[-3.995,50.926],[-3.988,50.927],[-3.978,50.926],[-3.967,50.924],[-3.964,50.922],[-3.959,50.921],[-3.954,50.918],[-3.945,50.919],[-3.938,50.922],[-3.933,50.922],[-3.92,50.923],[-3.92,50.924],[-3.906,50.925],[-3.902,50.926],[-3.902,50.921],[-3.906,50.917],[-3.902,50.913],[-3.905,50.909],[-3.904,50.905],[-3.902,50.903],[-3.898,50.906],[-3.892,50.908],[-3.878,50.906],[-3.87,50.909],[-3.865,50.909],[-3.861,50.907],[-3.846,50.909],[-3.838,50.908],[-3.834,50.909],[-3.827,50.907],[-3.827,50.909],[-3.822,50.912],[-3.821,50.914],[-3.818,50.915],[-3.811,50.912],[-3.814,50.909],[-3.818,50.903],[-3.817,50.902],[-3.813,50.905],[-3.806,50.903],[-3.802,50.903],[-3.796,50.901],[-3.793,50.904],[-3.783,50.902],[-3.782,50.9],[-3.783,50.899],[-3.779,50.894],[-3.775,50.892],[-3.775,50.89],[-3.767,50.888],[-3.76,50.88],[-3.761,50.877],[-3.755,50.876],[-3.749,50.879],[-3.749,50.883],[-3.741,50.888],[-3.745,50.89],[-3.739,50.891],[-3.735,50.89],[-3.734,50.892],[-3.736,50.896],[-3.737,50.901],[-3.734,50.905],[-3.73,50.908],[-3.729,50.91],[-3.726,50.91],[-3.713,50.911],[-3.698,50.911],[-3.699,50.913],[-3.687,50.915],[-3.677,50.918],[-3.674,50.919],[-3.664,50.921],[-3.659,50.921],[-3.65,50.922],[-3.644,50.922],[-3.641,50.918],[-3.627,50.92],[-3.624,50.922],[-3.621,50.922],[-3.613,50.927],[-3.608,50.933],[-3.603,50.937],[-3.598,50.942],[-3.596,50.945],[-3.598,50.95],[-3.598,50.955],[-3.601,50.955],[-3.601,50.963],[-3.598,50.967],[-3.602,50.969],[-3.604,50.968],[-3.611,50.969],[-3.615,50.968],[-3.62,50.969],[-3.62,50.979],[-3.623,50.983],[-3.629,50.989],[-3.627,50.994],[-3.629,51],[-3.629,51.006],[-3.623,51.005],[-3.62,51.001],[-3.614,50.998],[-3.612,50.995],[-3.605,50.995],[-3.608,50.993],[-3.606,50.99],[-3.6,50.992],[-3.599,50.996],[-3.602,51],[-3.607,51.004],[-3.603,51.007],[-3.61,51.008],[-3.61,51.01],[-3.615,51.013],[-3.615,51.015],[-3.612,51.019],[-3.61,51.025],[-3.603,51.029],[-3.602,51.033],[-3.598,51.037],[-3.598,51.043],[-3.6,51.047],[-3.6,51.052],[-3.597,51.054],[-3.596,51.056],[-3.601,51.055],[-3.605,51.058],[-3.61,51.058],[-3.612,51.056],[-3.619,51.06],[-3.624,51.061],[-3.631,51.06],[-3.635,51.056],[-3.642,51.059],[-3.645,51.058],[-3.652,51.06],[-3.65,51.064],[-3.664,51.067],[-3.665,51.07],[-3.673,51.071],[-3.676,51.073],[-3.682,51.073],[-3.687,51.076],[-3.689,51.078],[-3.692,51.081],[-3.709,51.081],[-3.715,51.08],[-3.72,51.081],[-3.722,51.083],[-3.731,51.087],[-3.739,51.089],[-3.75,51.095],[-3.757,51.1],[-3.768,51.106],[-3.777,51.107],[-3.791,51.111],[-3.797,51.114],[-3.804,51.116],[-3.807,51.118],[-3.814,51.121],[-3.822,51.126],[-3.825,51.131],[-3.831,51.135],[-3.834,51.138],[-3.834,51.145],[-3.832,51.151],[-3.835,51.154],[-3.836,51.165],[-3.837,51.167],[-3.839,51.175],[-3.839,51.177],[-3.833,51.178],[-3.824,51.176],[-3.818,51.179],[-3.812,51.178],[-3.806,51.178],[-3.795,51.174],[-3.793,51.173],[-3.788,51.172],[-3.782,51.172],[-3.758,51.177],[-3.751,51.177],[-3.746,51.176],[-3.739,51.177],[-3.732,51.177],[-3.726,51.179],[-3.724,51.181],[-3.726,51.187],[-3.732,51.191],[-3.732,51.193],[-3.729,51.195],[-3.726,51.2],[-3.728,51.204],[-3.728,51.208],[-3.732,51.215],[-3.729,51.217],[-3.729,51.219],[-3.733,51.223],[-3.727,51.226],[-3.727,51.229],[-3.723,51.23],[-3.721,51.233]]]},"properties":{"PCON24NM":"North Devon","PCON24CD":"E14001387"},"PCON24CD":324}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.218,51.055],[-2.226,51.058],[-2.229,51.061],[-2.239,51.068],[-2.24,51.07],[-2.245,51.072],[-2.25,51.071],[-2.262,51.069],[-2.269,51.069],[-2.283,51.075],[-2.291,51.077],[-2.311,51.08],[-2.317,51.08],[-2.321,51.081],[-2.326,51.08],[-2.33,51.077],[-2.337,51.075],[-2.343,51.075],[-2.349,51.071],[-2.35,51.062],[-2.344,51.055],[-2.34,51.056],[-2.333,51.051],[-2.333,51.047],[-2.33,51.042],[-2.332,51.04],[-2.335,51.04],[-2.338,51.037],[-2.343,51.035],[-2.344,51.033],[-2.347,51.032],[-2.352,51.029],[-2.361,51.025],[-2.363,51.02],[-2.367,51.018],[-2.371,51.014],[-2.378,51.012],[-2.376,51.01],[-2.378,51.007],[-2.381,51.005],[-2.381,50.997],[-2.375,50.991],[-2.371,50.992],[-2.355,50.991],[-2.353,50.99],[-2.345,50.984],[-2.344,50.982],[-2.346,50.979],[-2.358,50.977],[-2.375,50.973],[-2.384,50.972],[-2.389,50.97],[-2.398,50.968],[-2.403,50.965],[-2.415,50.961],[-2.424,50.959],[-2.424,50.954],[-2.427,50.952],[-2.425,50.95],[-2.428,50.948],[-2.431,50.943],[-2.43,50.939],[-2.44,50.939],[-2.445,50.936],[-2.447,50.934],[-2.447,50.93],[-2.444,50.929],[-2.442,50.925],[-2.438,50.926],[-2.429,50.925],[-2.425,50.923],[-2.417,50.92],[-2.413,50.919],[-2.41,50.921],[-2.406,50.914],[-2.401,50.91],[-2.4,50.906],[-2.399,50.901],[-2.403,50.893],[-2.407,50.893],[-2.415,50.89],[-2.417,50.887],[-2.42,50.886],[-2.425,50.886],[-2.428,50.884],[-2.43,50.883],[-2.431,50.879],[-2.434,50.874],[-2.432,50.872],[-2.436,50.869],[-2.435,50.867],[-2.428,50.869],[-2.424,50.867],[-2.423,50.858],[-2.416,50.858],[-2.41,50.861],[-2.402,50.861],[-2.396,50.862],[-2.394,50.859],[-2.398,50.852],[-2.399,50.848],[-2.402,50.843],[-2.398,50.839],[-2.386,50.843],[-2.384,50.845],[-2.38,50.847],[-2.377,50.847],[-2.374,50.845],[-2.37,50.845],[-2.363,50.847],[-2.359,50.847],[-2.356,50.849],[-2.353,50.848],[-2.345,50.85],[-2.336,50.851],[-2.331,50.851],[-2.328,50.849],[-2.329,50.845],[-2.324,50.844],[-2.319,50.846],[-2.314,50.849],[-2.309,50.844],[-2.307,50.841],[-2.301,50.835],[-2.298,50.829],[-2.292,50.826],[-2.291,50.824],[-2.294,50.819],[-2.299,50.82],[-2.302,50.82],[-2.305,50.817],[-2.308,50.818],[-2.312,50.817],[-2.309,50.812],[-2.306,50.809],[-2.304,50.804],[-2.315,50.801],[-2.315,50.797],[-2.311,50.795],[-2.307,50.795],[-2.303,50.792],[-2.3,50.787],[-2.305,50.784],[-2.307,50.78],[-2.296,50.779],[-2.296,50.774],[-2.3,50.771],[-2.304,50.77],[-2.307,50.769],[-2.306,50.763],[-2.309,50.763],[-2.314,50.769],[-2.317,50.768],[-2.32,50.771],[-2.325,50.77],[-2.335,50.772],[-2.342,50.776],[-2.354,50.779],[-2.359,50.782],[-2.364,50.785],[-2.371,50.785],[-2.376,50.778],[-2.374,50.771],[-2.372,50.769],[-2.369,50.764],[-2.378,50.763],[-2.381,50.761],[-2.384,50.757],[-2.391,50.762],[-2.407,50.757],[-2.416,50.756],[-2.421,50.755],[-2.421,50.749],[-2.416,50.751],[-2.412,50.749],[-2.405,50.748],[-2.4,50.748],[-2.397,50.743],[-2.39,50.744],[-2.387,50.744],[-2.384,50.738],[-2.382,50.732],[-2.383,50.729],[-2.382,50.724],[-2.382,50.716],[-2.382,50.711],[-2.378,50.711],[-2.376,50.713],[-2.369,50.711],[-2.36,50.711],[-2.36,50.713],[-2.353,50.715],[-2.347,50.714],[-2.334,50.718],[-2.327,50.718],[-2.328,50.721],[-2.331,50.721],[-2.34,50.718],[-2.34,50.723],[-2.338,50.722],[-2.337,50.73],[-2.334,50.732],[-2.33,50.731],[-2.326,50.739],[-2.32,50.738],[-2.313,50.733],[-2.304,50.73],[-2.3,50.73],[-2.294,50.738],[-2.293,50.742],[-2.29,50.746],[-2.285,50.747],[-2.284,50.749],[-2.274,50.75],[-2.267,50.752],[-2.261,50.755],[-2.267,50.759],[-2.266,50.76],[-2.268,50.761],[-2.265,50.764],[-2.267,50.766],[-2.26,50.77],[-2.258,50.778],[-2.25,50.778],[-2.242,50.776],[-2.234,50.78],[-2.232,50.78],[-2.224,50.776],[-2.217,50.775],[-2.209,50.769],[-2.202,50.769],[-2.198,50.77],[-2.197,50.766],[-2.193,50.766],[-2.183,50.769],[-2.168,50.773],[-2.161,50.774],[-2.16,50.768],[-2.15,50.767],[-2.144,50.77],[-2.141,50.771],[-2.135,50.774],[-2.135,50.781],[-2.137,50.784],[-2.143,50.786],[-2.145,50.787],[-2.159,50.792],[-2.16,50.796],[-2.164,50.8],[-2.162,50.802],[-2.157,50.803],[-2.148,50.803],[-2.142,50.804],[-2.138,50.803],[-2.129,50.805],[-2.12,50.809],[-2.113,50.813],[-2.109,50.817],[-2.114,50.817],[-2.113,50.819],[-2.109,50.819],[-2.104,50.825],[-2.096,50.83],[-2.091,50.833],[-2.081,50.834],[-2.079,50.836],[-2.073,50.839],[-2.065,50.841],[-2.059,50.837],[-2.054,50.838],[-2.05,50.84],[-2.044,50.843],[-2.041,50.841],[-2.037,50.849],[-2.029,50.85],[-2.02,50.847],[-2.016,50.849],[-2.015,50.854],[-2.012,50.858],[-2.008,50.86],[-1.996,50.863],[-1.995,50.864],[-1.997,50.866],[-1.996,50.869],[-1.991,50.871],[-1.99,50.875],[-1.986,50.878],[-1.982,50.879],[-1.979,50.882],[-1.974,50.882],[-1.967,50.88],[-1.962,50.878],[-1.964,50.876],[-1.961,50.874],[-1.954,50.871],[-1.948,50.87],[-1.943,50.867],[-1.938,50.868],[-1.934,50.867],[-1.93,50.865],[-1.924,50.865],[-1.914,50.863],[-1.912,50.865],[-1.907,50.873],[-1.905,50.877],[-1.898,50.879],[-1.895,50.877],[-1.896,50.875],[-1.897,50.871],[-1.895,50.869],[-1.891,50.868],[-1.881,50.869],[-1.882,50.865],[-1.873,50.863],[-1.865,50.865],[-1.862,50.865],[-1.859,50.858],[-1.855,50.854],[-1.851,50.857],[-1.851,50.859],[-1.851,50.861],[-1.854,50.864],[-1.853,50.867],[-1.848,50.87],[-1.848,50.874],[-1.845,50.878],[-1.848,50.881],[-1.847,50.883],[-1.844,50.887],[-1.849,50.89],[-1.842,50.897],[-1.832,50.897],[-1.826,50.896],[-1.824,50.898],[-1.817,50.904],[-1.818,50.907],[-1.82,50.911],[-1.819,50.916],[-1.815,50.921],[-1.815,50.923],[-1.811,50.927],[-1.812,50.928],[-1.82,50.926],[-1.83,50.928],[-1.833,50.929],[-1.842,50.932],[-1.845,50.93],[-1.851,50.929],[-1.856,50.926],[-1.857,50.923],[-1.865,50.919],[-1.874,50.917],[-1.875,50.92],[-1.882,50.926],[-1.893,50.932],[-1.899,50.936],[-1.899,50.938],[-1.909,50.945],[-1.913,50.952],[-1.916,50.953],[-1.919,50.956],[-1.921,50.962],[-1.927,50.964],[-1.93,50.968],[-1.939,50.97],[-1.945,50.976],[-1.953,50.979],[-1.955,50.978],[-1.957,50.984],[-1.957,50.99],[-1.963,50.992],[-1.972,50.99],[-1.973,50.987],[-1.977,50.986],[-1.984,50.984],[-1.99,50.982],[-1.989,50.979],[-1.993,50.976],[-2,50.975],[-2.01,50.975],[-2.017,50.972],[-2.022,50.973],[-2.029,50.971],[-2.034,50.972],[-2.038,50.971],[-2.041,50.968],[-2.046,50.967],[-2.055,50.966],[-2.059,50.963],[-2.059,50.96],[-2.062,50.96],[-2.064,50.957],[-2.065,50.954],[-2.068,50.951],[-2.08,50.951],[-2.084,50.951],[-2.085,50.949],[-2.089,50.95],[-2.094,50.949],[-2.102,50.945],[-2.104,50.949],[-2.111,50.956],[-2.119,50.96],[-2.122,50.964],[-2.121,50.969],[-2.123,50.969],[-2.123,50.973],[-2.12,50.978],[-2.132,50.98],[-2.138,50.982],[-2.144,50.985],[-2.149,50.987],[-2.154,50.99],[-2.164,50.994],[-2.164,50.996],[-2.169,51.001],[-2.173,51.001],[-2.178,51.008],[-2.176,51.013],[-2.179,51.014],[-2.185,51.016],[-2.184,51.017],[-2.189,51.019],[-2.189,51.025],[-2.19,51.028],[-2.189,51.031],[-2.192,51.036],[-2.195,51.04],[-2.202,51.043],[-2.205,51.043],[-2.207,51.046],[-2.211,51.047],[-2.212,51.05],[-2.215,51.052],[-2.218,51.055]]]},"properties":{"PCON24NM":"North Dorset","PCON24CD":"E14001388"},"PCON24CD":325}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.675,54.909],[-1.682,54.908],[-1.688,54.908],[-1.692,54.903],[-1.698,54.906],[-1.701,54.908],[-1.71,54.907],[-1.707,54.904],[-1.711,54.9],[-1.715,54.9],[-1.717,54.898],[-1.724,54.895],[-1.729,54.894],[-1.734,54.888],[-1.741,54.889],[-1.744,54.888],[-1.746,54.883],[-1.75,54.878],[-1.751,54.875],[-1.75,54.872],[-1.76,54.874],[-1.763,54.871],[-1.766,54.867],[-1.768,54.866],[-1.773,54.858],[-1.774,54.852],[-1.777,54.85],[-1.776,54.847],[-1.78,54.845],[-1.783,54.842],[-1.791,54.836],[-1.796,54.838],[-1.801,54.841],[-1.807,54.836],[-1.807,54.832],[-1.809,54.828],[-1.815,54.831],[-1.817,54.834],[-1.823,54.837],[-1.83,54.838],[-1.84,54.837],[-1.847,54.839],[-1.853,54.835],[-1.86,54.835],[-1.866,54.838],[-1.872,54.835],[-1.877,54.837],[-1.874,54.841],[-1.878,54.841],[-1.879,54.844],[-1.882,54.844],[-1.881,54.847],[-1.887,54.844],[-1.894,54.844],[-1.896,54.846],[-1.899,54.843],[-1.906,54.841],[-1.915,54.834],[-1.92,54.837],[-1.919,54.841],[-1.921,54.842],[-1.923,54.85],[-1.926,54.849],[-1.931,54.852],[-1.931,54.853],[-1.939,54.852],[-1.944,54.852],[-1.952,54.854],[-1.954,54.85],[-1.958,54.85],[-1.959,54.848],[-1.964,54.846],[-1.968,54.843],[-1.981,54.842],[-1.986,54.84],[-1.988,54.838],[-1.992,54.836],[-2.004,54.834],[-2.006,54.832],[-2.016,54.827],[-2.019,54.822],[-2.022,54.822],[-2.028,54.819],[-2.03,54.816],[-2.027,54.812],[-2.029,54.808],[-2.032,54.806],[-2.032,54.8],[-2.03,54.798],[-2.025,54.799],[-2.018,54.797],[-2.011,54.795],[-2.005,54.795],[-2.005,54.791],[-1.995,54.781],[-1.992,54.776],[-1.985,54.773],[-1.975,54.771],[-1.954,54.786],[-1.945,54.797],[-1.926,54.794],[-1.916,54.797],[-1.901,54.791],[-1.881,54.778],[-1.878,54.784],[-1.869,54.789],[-1.869,54.792],[-1.865,54.792],[-1.858,54.796],[-1.852,54.797],[-1.848,54.799],[-1.848,54.801],[-1.842,54.802],[-1.839,54.801],[-1.833,54.804],[-1.822,54.805],[-1.82,54.803],[-1.806,54.804],[-1.801,54.8],[-1.791,54.801],[-1.801,54.795],[-1.804,54.794],[-1.802,54.791],[-1.796,54.789],[-1.795,54.791],[-1.788,54.788],[-1.784,54.796],[-1.779,54.796],[-1.779,54.799],[-1.77,54.796],[-1.762,54.795],[-1.759,54.792],[-1.752,54.794],[-1.747,54.794],[-1.745,54.792],[-1.738,54.791],[-1.739,54.795],[-1.737,54.798],[-1.732,54.798],[-1.726,54.797],[-1.718,54.795],[-1.713,54.799],[-1.707,54.8],[-1.707,54.805],[-1.702,54.804],[-1.695,54.803],[-1.69,54.807],[-1.684,54.806],[-1.664,54.807],[-1.657,54.807],[-1.657,54.814],[-1.655,54.816],[-1.66,54.82],[-1.664,54.825],[-1.653,54.827],[-1.652,54.825],[-1.648,54.826],[-1.646,54.822],[-1.639,54.821],[-1.64,54.819],[-1.636,54.815],[-1.63,54.813],[-1.62,54.813],[-1.617,54.815],[-1.607,54.818],[-1.596,54.816],[-1.592,54.817],[-1.589,54.821],[-1.584,54.823],[-1.577,54.823],[-1.573,54.82],[-1.57,54.824],[-1.562,54.826],[-1.548,54.824],[-1.538,54.826],[-1.534,54.829],[-1.528,54.829],[-1.518,54.829],[-1.514,54.829],[-1.516,54.835],[-1.504,54.837],[-1.51,54.859],[-1.51,54.865],[-1.507,54.871],[-1.515,54.875],[-1.519,54.876],[-1.52,54.876],[-1.533,54.878],[-1.537,54.874],[-1.542,54.873],[-1.553,54.876],[-1.562,54.876],[-1.562,54.878],[-1.56,54.88],[-1.567,54.881],[-1.58,54.878],[-1.582,54.886],[-1.584,54.893],[-1.588,54.894],[-1.591,54.899],[-1.594,54.902],[-1.598,54.901],[-1.602,54.898],[-1.612,54.895],[-1.618,54.89],[-1.619,54.887],[-1.625,54.887],[-1.631,54.885],[-1.637,54.881],[-1.643,54.879],[-1.647,54.881],[-1.648,54.885],[-1.647,54.888],[-1.65,54.894],[-1.66,54.891],[-1.659,54.893],[-1.663,54.896],[-1.668,54.895],[-1.676,54.898],[-1.678,54.9],[-1.675,54.909]]]},"properties":{"PCON24NM":"North Durham","PCON24CD":"E14001389"},"PCON24CD":326}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.124,52.577],[-0.166,52.57],[-0.177,52.57],[-0.187,52.569],[-0.182,52.567],[-0.19,52.565],[-0.188,52.56],[-0.195,52.554],[-0.198,52.551],[-0.191,52.55],[-0.191,52.548],[-0.186,52.545],[-0.19,52.54],[-0.188,52.537],[-0.181,52.534],[-0.171,52.531],[-0.167,52.528],[-0.16,52.523],[-0.151,52.516],[-0.143,52.511],[-0.13,52.501],[-0.114,52.489],[-0.105,52.494],[-0.102,52.496],[-0.105,52.498],[-0.098,52.502],[-0.09,52.496],[-0.071,52.506],[-0.07,52.517],[-0.058,52.512],[-0.055,52.513],[-0.048,52.511],[-0.051,52.509],[-0.053,52.504],[-0.052,52.502],[-0.045,52.503],[-0.039,52.502],[-0.039,52.499],[-0.04,52.483],[-0.038,52.479],[-0.039,52.473],[-0.032,52.473],[-0.019,52.468],[-0.009,52.462],[-0.008,52.458],[-0.003,52.455],[0,52.454],[0.007,52.455],[0.011,52.453],[0.012,52.448],[0.023,52.442],[0.024,52.439],[0.022,52.434],[0.025,52.432],[0.033,52.43],[0.034,52.427],[0.031,52.425],[0.019,52.415],[0.023,52.411],[0.024,52.407],[0.027,52.406],[0.027,52.401],[0.029,52.399],[0.029,52.394],[0.027,52.391],[0.031,52.387],[0.034,52.386],[0.046,52.392],[0.054,52.395],[0.056,52.398],[0.053,52.402],[0.05,52.407],[0.053,52.409],[0.048,52.411],[0.042,52.413],[0.044,52.418],[0.047,52.419],[0.05,52.415],[0.055,52.414],[0.059,52.415],[0.063,52.418],[0.072,52.421],[0.077,52.421],[0.082,52.423],[0.081,52.425],[0.082,52.427],[0.088,52.43],[0.106,52.425],[0.111,52.428],[0.114,52.427],[0.117,52.433],[0.12,52.434],[0.126,52.438],[0.13,52.436],[0.121,52.431],[0.119,52.423],[0.124,52.421],[0.138,52.431],[0.151,52.442],[0.155,52.44],[0.179,52.459],[0.176,52.461],[0.171,52.458],[0.201,52.481],[0.202,52.48],[0.236,52.507],[0.214,52.518],[0.206,52.52],[0.215,52.522],[0.217,52.521],[0.231,52.528],[0.229,52.531],[0.226,52.533],[0.22,52.529],[0.215,52.532],[0.208,52.53],[0.206,52.534],[0.213,52.538],[0.204,52.545],[0.21,52.545],[0.209,52.547],[0.204,52.549],[0.205,52.555],[0.206,52.556],[0.212,52.555],[0.217,52.559],[0.206,52.564],[0.206,52.567],[0.214,52.569],[0.218,52.57],[0.218,52.573],[0.215,52.575],[0.216,52.579],[0.203,52.58],[0.2,52.583],[0.198,52.586],[0.199,52.592],[0.194,52.592],[0.194,52.595],[0.192,52.599],[0.192,52.602],[0.202,52.603],[0.206,52.612],[0.209,52.614],[0.217,52.615],[0.211,52.618],[0.217,52.622],[0.215,52.624],[0.203,52.63],[0.197,52.632],[0.19,52.636],[0.188,52.639],[0.183,52.642],[0.18,52.642],[0.176,52.644],[0.17,52.651],[0.17,52.653],[0.178,52.653],[0.176,52.656],[0.184,52.656],[0.183,52.659],[0.184,52.667],[0.184,52.675],[0.185,52.678],[0.169,52.679],[0.167,52.68],[0.162,52.679],[0.154,52.682],[0.153,52.676],[0.158,52.671],[0.16,52.667],[0.158,52.665],[0.152,52.663],[0.151,52.661],[0.13,52.642],[0.123,52.638],[0.105,52.632],[0.096,52.628],[0.075,52.617],[0.065,52.611],[0.062,52.607],[0.04,52.602],[-0.013,52.594],[-0.081,52.583],[-0.087,52.583],[-0.12,52.577],[-0.124,52.577]]],[[[0.171,52.738],[0.17,52.74],[0.153,52.738],[0.144,52.74],[0.139,52.739],[0.133,52.739],[0.129,52.738],[0.119,52.733],[0.115,52.732],[0.114,52.73],[0.105,52.73],[0.099,52.73],[0.094,52.728],[0.09,52.724],[0.076,52.725],[0.065,52.727],[0.055,52.722],[0.048,52.719],[0.046,52.715],[0.044,52.714],[0.045,52.712],[0.045,52.701],[0.046,52.698],[0.045,52.692],[0.048,52.69],[0.05,52.686],[0.049,52.681],[0.022,52.665],[0.021,52.665],[-0.031,52.662],[-0.025,52.632],[-0.016,52.598],[-0.013,52.594],[0.039,52.602],[0.061,52.607],[0.065,52.612],[0.093,52.627],[0.105,52.632],[0.123,52.639],[0.131,52.643],[0.151,52.661],[0.151,52.663],[0.158,52.665],[0.159,52.667],[0.157,52.671],[0.152,52.676],[0.154,52.685],[0.155,52.696],[0.156,52.702],[0.156,52.708],[0.159,52.712],[0.167,52.724],[0.17,52.736],[0.171,52.738]]]]},"properties":{"PCON24NM":"North East Cambridgeshire","PCON24CD":"E14001390"},"PCON24CD":327}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.325,53.329],[-1.333,53.323],[-1.338,53.316],[-1.347,53.319],[-1.353,53.319],[-1.362,53.318],[-1.362,53.316],[-1.372,53.316],[-1.374,53.317],[-1.381,53.317],[-1.389,53.319],[-1.392,53.323],[-1.391,53.326],[-1.391,53.332],[-1.388,53.335],[-1.391,53.336],[-1.406,53.339],[-1.409,53.342],[-1.411,53.342],[-1.413,53.339],[-1.421,53.335],[-1.424,53.336],[-1.433,53.338],[-1.441,53.336],[-1.442,53.337],[-1.45,53.332],[-1.454,53.331],[-1.46,53.331],[-1.462,53.328],[-1.454,53.324],[-1.455,53.322],[-1.46,53.32],[-1.462,53.32],[-1.469,53.317],[-1.477,53.319],[-1.48,53.319],[-1.492,53.317],[-1.496,53.316],[-1.501,53.316],[-1.502,53.318],[-1.511,53.316],[-1.518,53.312],[-1.522,53.313],[-1.526,53.312],[-1.526,53.31],[-1.531,53.31],[-1.533,53.306],[-1.537,53.305],[-1.542,53.305],[-1.548,53.307],[-1.557,53.305],[-1.562,53.306],[-1.56,53.309],[-1.556,53.312],[-1.562,53.316],[-1.564,53.314],[-1.567,53.315],[-1.573,53.313],[-1.581,53.312],[-1.583,53.316],[-1.579,53.317],[-1.585,53.322],[-1.59,53.318],[-1.599,53.311],[-1.598,53.305],[-1.599,53.302],[-1.597,53.296],[-1.585,53.291],[-1.579,53.287],[-1.583,53.283],[-1.588,53.281],[-1.589,53.278],[-1.584,53.272],[-1.583,53.269],[-1.583,53.264],[-1.577,53.263],[-1.571,53.263],[-1.566,53.261],[-1.557,53.25],[-1.56,53.248],[-1.568,53.243],[-1.571,53.24],[-1.571,53.236],[-1.565,53.231],[-1.566,53.227],[-1.569,53.225],[-1.569,53.223],[-1.553,53.216],[-1.54,53.211],[-1.535,53.211],[-1.533,53.208],[-1.529,53.207],[-1.517,53.206],[-1.516,53.203],[-1.518,53.201],[-1.53,53.201],[-1.548,53.2],[-1.553,53.196],[-1.552,53.19],[-1.548,53.182],[-1.54,53.171],[-1.517,53.156],[-1.516,53.154],[-1.51,53.151],[-1.509,53.146],[-1.496,53.134],[-1.494,53.131],[-1.489,53.13],[-1.487,53.123],[-1.486,53.123],[-1.47,53.12],[-1.469,53.125],[-1.466,53.127],[-1.468,53.129],[-1.466,53.132],[-1.465,53.137],[-1.46,53.137],[-1.456,53.141],[-1.458,53.143],[-1.454,53.15],[-1.456,53.154],[-1.455,53.162],[-1.453,53.164],[-1.449,53.159],[-1.444,53.159],[-1.441,53.157],[-1.437,53.155],[-1.43,53.155],[-1.424,53.151],[-1.419,53.152],[-1.414,53.155],[-1.41,53.155],[-1.408,53.152],[-1.401,53.152],[-1.4,53.158],[-1.397,53.159],[-1.393,53.158],[-1.393,53.164],[-1.396,53.167],[-1.39,53.171],[-1.385,53.173],[-1.377,53.174],[-1.371,53.181],[-1.365,53.181],[-1.361,53.184],[-1.367,53.186],[-1.371,53.19],[-1.368,53.191],[-1.369,53.195],[-1.371,53.196],[-1.374,53.196],[-1.377,53.198],[-1.381,53.199],[-1.383,53.201],[-1.384,53.205],[-1.389,53.211],[-1.383,53.21],[-1.382,53.212],[-1.383,53.215],[-1.386,53.217],[-1.391,53.219],[-1.396,53.223],[-1.402,53.218],[-1.4,53.215],[-1.401,53.214],[-1.408,53.216],[-1.415,53.215],[-1.421,53.212],[-1.423,53.214],[-1.428,53.215],[-1.437,53.213],[-1.44,53.214],[-1.441,53.217],[-1.439,53.219],[-1.441,53.221],[-1.445,53.22],[-1.448,53.221],[-1.457,53.22],[-1.462,53.222],[-1.468,53.22],[-1.471,53.221],[-1.478,53.222],[-1.476,53.225],[-1.477,53.226],[-1.482,53.226],[-1.484,53.231],[-1.483,53.233],[-1.472,53.233],[-1.472,53.24],[-1.478,53.24],[-1.479,53.244],[-1.481,53.246],[-1.48,53.249],[-1.475,53.253],[-1.476,53.255],[-1.471,53.259],[-1.476,53.26],[-1.48,53.263],[-1.47,53.268],[-1.463,53.269],[-1.465,53.27],[-1.464,53.278],[-1.461,53.278],[-1.459,53.283],[-1.454,53.281],[-1.449,53.283],[-1.444,53.283],[-1.439,53.28],[-1.43,53.282],[-1.423,53.283],[-1.421,53.281],[-1.423,53.279],[-1.423,53.274],[-1.416,53.27],[-1.414,53.268],[-1.41,53.267],[-1.402,53.27],[-1.392,53.271],[-1.384,53.268],[-1.372,53.265],[-1.365,53.265],[-1.359,53.267],[-1.355,53.27],[-1.35,53.269],[-1.353,53.263],[-1.348,53.262],[-1.342,53.263],[-1.336,53.259],[-1.331,53.257],[-1.323,53.26],[-1.322,53.261],[-1.317,53.263],[-1.309,53.263],[-1.303,53.263],[-1.302,53.267],[-1.304,53.27],[-1.306,53.274],[-1.309,53.275],[-1.316,53.281],[-1.319,53.286],[-1.322,53.289],[-1.324,53.294],[-1.313,53.297],[-1.311,53.298],[-1.316,53.302],[-1.316,53.305],[-1.322,53.309],[-1.319,53.31],[-1.315,53.311],[-1.305,53.313],[-1.3,53.312],[-1.292,53.309],[-1.282,53.309],[-1.285,53.312],[-1.294,53.314],[-1.296,53.32],[-1.294,53.323],[-1.29,53.323],[-1.289,53.326],[-1.297,53.331],[-1.299,53.333],[-1.306,53.334],[-1.312,53.334],[-1.311,53.329],[-1.314,53.327],[-1.322,53.325],[-1.325,53.329]]]},"properties":{"PCON24NM":"North East Derbyshire","PCON24CD":"E14001391"},"PCON24CD":328}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.986,51.363],[-0.996,51.362],[-1.002,51.36],[-1.009,51.359],[-1.029,51.359],[-1.05,51.358],[-1.052,51.363],[-1.055,51.364],[-1.059,51.366],[-1.06,51.368],[-1.066,51.372],[-1.073,51.375],[-1.08,51.375],[-1.075,51.38],[-1.083,51.382],[-1.087,51.384],[-1.098,51.382],[-1.099,51.38],[-1.115,51.374],[-1.118,51.368],[-1.115,51.363],[-1.116,51.36],[-1.116,51.353],[-1.11,51.344],[-1.105,51.342],[-1.097,51.339],[-1.09,51.337],[-1.093,51.336],[-1.095,51.333],[-1.097,51.326],[-1.099,51.324],[-1.095,51.322],[-1.092,51.324],[-1.085,51.325],[-1.083,51.323],[-1.074,51.32],[-1.072,51.316],[-1.071,51.31],[-1.07,51.305],[-1.072,51.302],[-1.071,51.298],[-1.065,51.299],[-1.065,51.301],[-1.056,51.302],[-1.055,51.305],[-1.042,51.302],[-1.043,51.298],[-1.045,51.293],[-1.048,51.291],[-1.049,51.287],[-1.052,51.287],[-1.053,51.283],[-1.062,51.281],[-1.063,51.275],[-1.058,51.272],[-1.067,51.271],[-1.066,51.269],[-1.068,51.266],[-1.065,51.259],[-1.066,51.258],[-1.11,51.238],[-1.112,51.232],[-1.098,51.233],[-1.095,51.231],[-1.092,51.231],[-1.091,51.225],[-1.091,51.221],[-1.087,51.223],[-1.084,51.224],[-1.076,51.223],[-1.073,51.225],[-1.068,51.225],[-1.069,51.221],[-1.064,51.209],[-1.065,51.205],[-1.065,51.2],[-1.065,51.198],[-1.071,51.194],[-1.069,51.193],[-1.071,51.188],[-1.062,51.191],[-1.062,51.189],[-1.052,51.189],[-1.05,51.188],[-1.044,51.19],[-1.036,51.191],[-1.023,51.19],[-1.013,51.188],[-1.008,51.19],[-1.004,51.189],[-0.997,51.19],[-0.988,51.191],[-0.977,51.188],[-0.974,51.186],[-0.969,51.187],[-0.965,51.19],[-0.963,51.194],[-0.957,51.196],[-0.951,51.2],[-0.949,51.199],[-0.932,51.203],[-0.93,51.203],[-0.921,51.204],[-0.92,51.205],[-0.912,51.206],[-0.909,51.205],[-0.906,51.207],[-0.903,51.209],[-0.895,51.21],[-0.881,51.21],[-0.872,51.213],[-0.868,51.213],[-0.851,51.211],[-0.849,51.211],[-0.847,51.212],[-0.84,51.215],[-0.835,51.222],[-0.829,51.226],[-0.828,51.231],[-0.827,51.234],[-0.821,51.234],[-0.821,51.239],[-0.817,51.239],[-0.813,51.242],[-0.808,51.243],[-0.805,51.245],[-0.806,51.253],[-0.806,51.258],[-0.804,51.261],[-0.805,51.27],[-0.803,51.272],[-0.807,51.276],[-0.79,51.282],[-0.798,51.285],[-0.796,51.287],[-0.8,51.289],[-0.802,51.292],[-0.802,51.295],[-0.797,51.298],[-0.797,51.302],[-0.834,51.299],[-0.836,51.301],[-0.838,51.307],[-0.835,51.312],[-0.838,51.318],[-0.839,51.322],[-0.825,51.323],[-0.824,51.329],[-0.825,51.332],[-0.833,51.336],[-0.83,51.343],[-0.833,51.343],[-0.831,51.348],[-0.842,51.349],[-0.843,51.352],[-0.847,51.352],[-0.851,51.354],[-0.857,51.354],[-0.868,51.355],[-0.873,51.352],[-0.878,51.353],[-0.885,51.355],[-0.89,51.357],[-0.893,51.356],[-0.9,51.359],[-0.904,51.358],[-0.911,51.361],[-0.916,51.361],[-0.918,51.365],[-0.924,51.366],[-0.937,51.364],[-0.941,51.364],[-0.953,51.363],[-0.972,51.36],[-0.977,51.361],[-0.984,51.36],[-0.988,51.361],[-0.986,51.363]]]},"properties":{"PCON24NM":"North East Hampshire","PCON24CD":"E14001392"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.068,52.006],[0.065,52.008],[0.062,52.012],[0.059,52.014],[0.06,52.019],[0.058,52.02],[0.052,52.025],[0.051,52.028],[0.05,52.034],[0.043,52.042],[0.042,52.045],[0.042,52.049],[0.04,52.053],[0.034,52.052],[0.025,52.051],[0.011,52.05],[0.004,52.05],[-0.001,52.051],[-0.004,52.053],[-0.006,52.057],[-0.009,52.059],[-0.017,52.063],[-0.022,52.064],[-0.029,52.062],[-0.037,52.058],[-0.051,52.05],[-0.055,52.046],[-0.064,52.043],[-0.081,52.037],[-0.107,52.029],[-0.112,52.026],[-0.121,52.02],[-0.127,52.021],[-0.122,52.029],[-0.124,52.034],[-0.126,52.036],[-0.134,52.046],[-0.137,52.046],[-0.146,52.048],[-0.148,52.05],[-0.155,52.052],[-0.155,52.054],[-0.15,52.059],[-0.15,52.061],[-0.152,52.065],[-0.149,52.066],[-0.148,52.07],[-0.15,52.074],[-0.157,52.077],[-0.157,52.081],[-0.16,52.08],[-0.164,52.077],[-0.167,52.07],[-0.172,52.063],[-0.173,52.06],[-0.181,52.061],[-0.195,52.062],[-0.197,52.059],[-0.201,52.054],[-0.209,52.047],[-0.212,52.043],[-0.219,52.037],[-0.213,52.027],[-0.208,52.021],[-0.206,52.016],[-0.201,52.01],[-0.204,52.009],[-0.213,52.008],[-0.217,52.006],[-0.223,52.005],[-0.229,52.003],[-0.232,52.001],[-0.238,51.999],[-0.244,51.999],[-0.245,51.99],[-0.248,51.985],[-0.257,51.985],[-0.26,51.98],[-0.253,51.978],[-0.252,51.971],[-0.246,51.974],[-0.243,51.969],[-0.242,51.965],[-0.244,51.963],[-0.241,51.962],[-0.244,51.958],[-0.238,51.957],[-0.228,51.954],[-0.232,51.949],[-0.224,51.949],[-0.212,51.947],[-0.206,51.947],[-0.203,51.953],[-0.2,51.953],[-0.197,51.958],[-0.194,51.957],[-0.188,51.953],[-0.184,51.944],[-0.184,51.942],[-0.181,51.938],[-0.177,51.936],[-0.172,51.934],[-0.163,51.932],[-0.159,51.929],[-0.16,51.925],[-0.155,51.924],[-0.162,51.92],[-0.159,51.919],[-0.156,51.915],[-0.152,51.913],[-0.148,51.908],[-0.139,51.904],[-0.137,51.901],[-0.142,51.898],[-0.14,51.896],[-0.142,51.892],[-0.142,51.889],[-0.139,51.886],[-0.142,51.883],[-0.136,51.882],[-0.133,51.881],[-0.134,51.877],[-0.13,51.876],[-0.126,51.871],[-0.121,51.867],[-0.124,51.866],[-0.123,51.863],[-0.125,51.86],[-0.128,51.86],[-0.127,51.864],[-0.131,51.866],[-0.134,51.863],[-0.139,51.862],[-0.141,51.859],[-0.14,51.858],[-0.144,51.853],[-0.148,51.854],[-0.15,51.852],[-0.151,51.848],[-0.155,51.846],[-0.156,51.842],[-0.153,51.839],[-0.154,51.835],[-0.16,51.835],[-0.163,51.833],[-0.168,51.831],[-0.173,51.824],[-0.18,51.82],[-0.184,51.815],[-0.174,51.81],[-0.166,51.809],[-0.16,51.807],[-0.161,51.805],[-0.157,51.804],[-0.153,51.802],[-0.15,51.802],[-0.15,51.799],[-0.156,51.799],[-0.158,51.796],[-0.16,51.797],[-0.164,51.795],[-0.164,51.789],[-0.159,51.786],[-0.153,51.781],[-0.143,51.774],[-0.143,51.769],[-0.144,51.756],[-0.139,51.752],[-0.139,51.748],[-0.14,51.744],[-0.138,51.737],[-0.135,51.739],[-0.128,51.739],[-0.128,51.741],[-0.116,51.742],[-0.105,51.742],[-0.102,51.743],[-0.101,51.745],[-0.092,51.743],[-0.089,51.746],[-0.089,51.749],[-0.096,51.75],[-0.095,51.754],[-0.095,51.758],[-0.089,51.763],[-0.09,51.77],[-0.087,51.773],[-0.086,51.779],[-0.089,51.779],[-0.089,51.781],[-0.093,51.785],[-0.097,51.783],[-0.103,51.783],[-0.11,51.786],[-0.113,51.792],[-0.112,51.795],[-0.107,51.795],[-0.107,51.797],[-0.106,51.8],[-0.117,51.801],[-0.118,51.804],[-0.114,51.805],[-0.114,51.809],[-0.112,51.811],[-0.103,51.814],[-0.096,51.814],[-0.091,51.816],[-0.093,51.822],[-0.087,51.822],[-0.083,51.821],[-0.079,51.822],[-0.071,51.82],[-0.067,51.822],[-0.063,51.824],[-0.065,51.827],[-0.06,51.83],[-0.056,51.827],[-0.051,51.822],[-0.048,51.82],[-0.034,51.827],[-0.034,51.826],[-0.029,51.826],[-0.027,51.827],[-0.019,51.827],[-0.013,51.824],[-0.009,51.825],[-0.006,51.827],[-0.003,51.829],[0.006,51.83],[0.015,51.83],[0.017,51.833],[0.014,51.834],[0.019,51.837],[0.02,51.841],[0.027,51.842],[0.032,51.845],[0.034,51.849],[0.039,51.852],[0.039,51.855],[0.046,51.859],[0.051,51.865],[0.052,51.868],[0.058,51.874],[0.064,51.871],[0.067,51.869],[0.077,51.866],[0.077,51.864],[0.082,51.863],[0.088,51.861],[0.092,51.86],[0.094,51.862],[0.099,51.864],[0.104,51.861],[0.112,51.86],[0.117,51.859],[0.122,51.865],[0.121,51.868],[0.127,51.876],[0.125,51.878],[0.125,51.885],[0.124,51.889],[0.125,51.892],[0.123,51.901],[0.123,51.902],[0.122,51.911],[0.123,51.92],[0.124,51.924],[0.12,51.927],[0.122,51.929],[0.119,51.934],[0.118,51.941],[0.118,51.947],[0.114,51.956],[0.111,51.96],[0.106,51.963],[0.104,51.966],[0.107,51.972],[0.102,51.976],[0.098,51.977],[0.098,51.982],[0.096,51.984],[0.084,51.981],[0.076,51.981],[0.072,51.982],[0.069,51.983],[0.072,51.987],[0.074,51.994],[0.074,52.001],[0.068,52.006]]]},"properties":{"PCON24NM":"North East Hertfordshire","PCON24CD":"E14001393"},"PCON24CD":330}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.403,51.432],[-2.404,51.435],[-2.403,51.439],[-2.407,51.437],[-2.414,51.44],[-2.421,51.439],[-2.427,51.442],[-2.437,51.444],[-2.443,51.443],[-2.444,51.445],[-2.443,51.45],[-2.452,51.45],[-2.456,51.452],[-2.458,51.451],[-2.462,51.452],[-2.463,51.454],[-2.462,51.458],[-2.468,51.462],[-2.469,51.465],[-2.475,51.466],[-2.478,51.468],[-2.486,51.467],[-2.484,51.465],[-2.482,51.464],[-2.482,51.457],[-2.487,51.453],[-2.495,51.451],[-2.5,51.451],[-2.505,51.452],[-2.506,51.455],[-2.512,51.457],[-2.518,51.456],[-2.519,51.453],[-2.522,51.45],[-2.53,51.448],[-2.532,51.446],[-2.536,51.447],[-2.537,51.445],[-2.53,51.446],[-2.527,51.443],[-2.527,51.436],[-2.525,51.434],[-2.527,51.432],[-2.524,51.43],[-2.523,51.426],[-2.527,51.426],[-2.531,51.423],[-2.529,51.422],[-2.534,51.417],[-2.534,51.414],[-2.542,51.409],[-2.556,51.409],[-2.559,51.411],[-2.561,51.412],[-2.563,51.407],[-2.567,51.405],[-2.566,51.403],[-2.571,51.399],[-2.576,51.401],[-2.578,51.399],[-2.582,51.401],[-2.585,51.4],[-2.59,51.398],[-2.587,51.395],[-2.592,51.394],[-2.598,51.393],[-2.603,51.394],[-2.604,51.391],[-2.608,51.389],[-2.615,51.391],[-2.623,51.389],[-2.622,51.387],[-2.615,51.385],[-2.615,51.381],[-2.622,51.384],[-2.623,51.386],[-2.63,51.385],[-2.627,51.381],[-2.632,51.38],[-2.633,51.377],[-2.63,51.375],[-2.639,51.373],[-2.642,51.375],[-2.646,51.373],[-2.651,51.366],[-2.65,51.362],[-2.65,51.355],[-2.652,51.349],[-2.652,51.344],[-2.659,51.342],[-2.661,51.343],[-2.67,51.343],[-2.673,51.342],[-2.673,51.346],[-2.677,51.348],[-2.676,51.35],[-2.678,51.354],[-2.673,51.354],[-2.675,51.356],[-2.669,51.357],[-2.668,51.359],[-2.669,51.362],[-2.675,51.362],[-2.68,51.36],[-2.681,51.362],[-2.681,51.366],[-2.682,51.37],[-2.685,51.369],[-2.687,51.375],[-2.69,51.38],[-2.694,51.38],[-2.696,51.367],[-2.694,51.364],[-2.697,51.362],[-2.693,51.358],[-2.69,51.353],[-2.691,51.35],[-2.694,51.345],[-2.699,51.343],[-2.704,51.344],[-2.707,51.341],[-2.708,51.338],[-2.698,51.336],[-2.693,51.332],[-2.687,51.33],[-2.694,51.322],[-2.695,51.318],[-2.686,51.316],[-2.674,51.31],[-2.672,51.312],[-2.667,51.309],[-2.665,51.305],[-2.667,51.302],[-2.66,51.303],[-2.647,51.298],[-2.641,51.296],[-2.64,51.291],[-2.636,51.287],[-2.63,51.284],[-2.625,51.282],[-2.625,51.285],[-2.621,51.284],[-2.618,51.286],[-2.613,51.284],[-2.607,51.287],[-2.6,51.289],[-2.597,51.291],[-2.595,51.295],[-2.592,51.297],[-2.586,51.293],[-2.581,51.293],[-2.574,51.295],[-2.571,51.295],[-2.568,51.297],[-2.563,51.299],[-2.558,51.303],[-2.553,51.301],[-2.554,51.299],[-2.551,51.298],[-2.55,51.301],[-2.541,51.298],[-2.539,51.296],[-2.534,51.295],[-2.531,51.294],[-2.525,51.293],[-2.523,51.294],[-2.513,51.293],[-2.506,51.291],[-2.505,51.29],[-2.5,51.291],[-2.497,51.291],[-2.497,51.293],[-2.493,51.293],[-2.492,51.296],[-2.488,51.299],[-2.488,51.301],[-2.479,51.302],[-2.474,51.301],[-2.467,51.302],[-2.46,51.304],[-2.461,51.306],[-2.465,51.307],[-2.465,51.309],[-2.471,51.314],[-2.471,51.318],[-2.464,51.322],[-2.462,51.325],[-2.463,51.326],[-2.466,51.331],[-2.465,51.344],[-2.468,51.348],[-2.479,51.349],[-2.484,51.35],[-2.488,51.349],[-2.502,51.349],[-2.509,51.349],[-2.51,51.353],[-2.515,51.356],[-2.52,51.361],[-2.51,51.363],[-2.506,51.361],[-2.506,51.359],[-2.499,51.359],[-2.495,51.36],[-2.498,51.363],[-2.493,51.363],[-2.485,51.368],[-2.481,51.369],[-2.48,51.371],[-2.474,51.374],[-2.468,51.373],[-2.461,51.374],[-2.451,51.376],[-2.449,51.376],[-2.445,51.378],[-2.443,51.378],[-2.443,51.375],[-2.447,51.373],[-2.452,51.368],[-2.447,51.365],[-2.443,51.364],[-2.431,51.364],[-2.428,51.363],[-2.425,51.36],[-2.422,51.362],[-2.418,51.365],[-2.417,51.37],[-2.415,51.372],[-2.417,51.375],[-2.414,51.376],[-2.412,51.38],[-2.409,51.382],[-2.411,51.385],[-2.406,51.388],[-2.41,51.392],[-2.417,51.393],[-2.421,51.393],[-2.431,51.391],[-2.445,51.397],[-2.447,51.399],[-2.451,51.402],[-2.446,51.408],[-2.44,51.411],[-2.438,51.414],[-2.444,51.418],[-2.444,51.422],[-2.427,51.424],[-2.424,51.424],[-2.416,51.426],[-2.411,51.426],[-2.406,51.429],[-2.403,51.432]]]},"properties":{"PCON24NM":"North East Somerset and Hanham","PCON24CD":"E14001394"},"PCON24CD":331}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.618,52.307],[-2.62,52.307],[-2.628,52.314],[-2.623,52.32],[-2.624,52.321],[-2.63,52.322],[-2.634,52.325],[-2.637,52.325],[-2.637,52.328],[-2.641,52.329],[-2.641,52.332],[-2.644,52.334],[-2.648,52.332],[-2.656,52.333],[-2.66,52.335],[-2.656,52.338],[-2.659,52.339],[-2.66,52.341],[-2.666,52.342],[-2.67,52.341],[-2.676,52.335],[-2.679,52.33],[-2.685,52.324],[-2.686,52.32],[-2.689,52.316],[-2.688,52.315],[-2.68,52.315],[-2.681,52.312],[-2.695,52.31],[-2.708,52.31],[-2.712,52.308],[-2.719,52.313],[-2.72,52.316],[-2.726,52.32],[-2.737,52.319],[-2.739,52.322],[-2.743,52.324],[-2.746,52.327],[-2.753,52.327],[-2.759,52.329],[-2.765,52.333],[-2.767,52.336],[-2.758,52.334],[-2.756,52.337],[-2.748,52.335],[-2.743,52.34],[-2.738,52.343],[-2.74,52.347],[-2.738,52.351],[-2.733,52.356],[-2.742,52.357],[-2.743,52.359],[-2.759,52.359],[-2.767,52.36],[-2.778,52.358],[-2.783,52.359],[-2.789,52.358],[-2.792,52.357],[-2.795,52.359],[-2.796,52.361],[-2.792,52.365],[-2.794,52.371],[-2.792,52.374],[-2.799,52.373],[-2.807,52.376],[-2.809,52.38],[-2.809,52.384],[-2.806,52.386],[-2.808,52.389],[-2.81,52.388],[-2.818,52.391],[-2.828,52.391],[-2.832,52.392],[-2.841,52.392],[-2.847,52.394],[-2.855,52.396],[-2.858,52.394],[-2.864,52.389],[-2.874,52.387],[-2.883,52.387],[-2.888,52.385],[-2.887,52.378],[-2.89,52.376],[-2.895,52.375],[-2.893,52.379],[-2.898,52.38],[-2.898,52.382],[-2.902,52.383],[-2.906,52.386],[-2.918,52.386],[-2.92,52.385],[-2.914,52.382],[-2.922,52.377],[-2.922,52.375],[-2.916,52.374],[-2.91,52.372],[-2.906,52.368],[-2.911,52.368],[-2.915,52.369],[-2.921,52.368],[-2.928,52.366],[-2.931,52.363],[-2.939,52.361],[-2.931,52.355],[-2.936,52.353],[-2.934,52.35],[-2.943,52.35],[-2.953,52.349],[-2.955,52.349],[-2.956,52.344],[-2.961,52.339],[-2.962,52.336],[-2.967,52.332],[-2.967,52.329],[-2.971,52.329],[-2.981,52.327],[-2.986,52.323],[-2.99,52.325],[-2.997,52.325],[-3.001,52.322],[-3.004,52.311],[-3.001,52.303],[-3.001,52.3],[-3.004,52.298],[-3.005,52.294],[-3.005,52.292],[-3.012,52.288],[-3.01,52.286],[-3.009,52.283],[-3.013,52.279],[-3.012,52.277],[-3.007,52.277],[-3.001,52.275],[-2.997,52.275],[-2.994,52.273],[-2.973,52.273],[-2.965,52.274],[-2.963,52.273],[-2.957,52.272],[-2.956,52.27],[-2.965,52.268],[-2.964,52.264],[-2.966,52.262],[-2.97,52.262],[-2.976,52.26],[-2.979,52.262],[-2.985,52.262],[-2.989,52.261],[-2.996,52.261],[-2.999,52.264],[-3.006,52.264],[-3.011,52.262],[-3.017,52.262],[-3.026,52.258],[-3.029,52.258],[-3.037,52.256],[-3.039,52.254],[-3.044,52.254],[-3.048,52.25],[-3.043,52.245],[-3.043,52.243],[-3.046,52.241],[-3.044,52.239],[-3.055,52.238],[-3.059,52.236],[-3.068,52.237],[-3.073,52.236],[-3.074,52.235],[-3.07,52.229],[-3.073,52.224],[-3.072,52.223],[-3.077,52.219],[-3.078,52.216],[-3.072,52.215],[-3.084,52.21],[-3.087,52.207],[-3.094,52.204],[-3.1,52.202],[-3.1,52.2],[-3.096,52.195],[-3.096,52.19],[-3.097,52.184],[-3.095,52.183],[-3.097,52.18],[-3.102,52.177],[-3.107,52.176],[-3.112,52.174],[-3.112,52.17],[-3.122,52.167],[-3.122,52.163],[-3.117,52.16],[-3.112,52.159],[-3.108,52.159],[-3.105,52.157],[-3.102,52.157],[-3.099,52.155],[-3.095,52.155],[-3.089,52.159],[-3.086,52.161],[-3.084,52.163],[-3.075,52.16],[-3.072,52.158],[-3.073,52.156],[-3.083,52.149],[-3.094,52.144],[-3.098,52.144],[-3.108,52.142],[-3.115,52.139],[-3.124,52.139],[-3.128,52.138],[-3.136,52.138],[-3.134,52.134],[-3.137,52.131],[-3.141,52.13],[-3.142,52.128],[-3.137,52.123],[-3.134,52.123],[-3.128,52.124],[-3.124,52.122],[-3.115,52.122],[-3.107,52.119],[-3.105,52.117],[-3.099,52.12],[-3.089,52.122],[-3.082,52.12],[-3.073,52.12],[-3.063,52.115],[-3.063,52.112],[-3.069,52.112],[-3.07,52.11],[-3.064,52.108],[-3.057,52.108],[-3.048,52.11],[-3.044,52.108],[-3.039,52.11],[-3.034,52.109],[-3.035,52.107],[-3.042,52.106],[-3.042,52.104],[-3.028,52.104],[-3.021,52.105],[-3.013,52.107],[-2.998,52.109],[-2.996,52.11],[-2.996,52.113],[-2.989,52.117],[-2.984,52.114],[-2.984,52.112],[-2.987,52.108],[-2.986,52.107],[-2.979,52.107],[-2.976,52.105],[-2.971,52.103],[-2.966,52.103],[-2.968,52.098],[-2.971,52.095],[-2.971,52.093],[-2.967,52.089],[-2.958,52.086],[-2.953,52.087],[-2.949,52.091],[-2.948,52.094],[-2.944,52.093],[-2.941,52.089],[-2.938,52.087],[-2.93,52.085],[-2.922,52.083],[-2.917,52.08],[-2.915,52.078],[-2.912,52.079],[-2.913,52.081],[-2.909,52.082],[-2.907,52.08],[-2.903,52.087],[-2.901,52.087],[-2.9,52.092],[-2.9,52.096],[-2.898,52.099],[-2.899,52.102],[-2.897,52.108],[-2.889,52.111],[-2.884,52.111],[-2.882,52.112],[-2.877,52.112],[-2.864,52.105],[-2.862,52.101],[-2.857,52.101],[-2.852,52.097],[-2.856,52.093],[-2.85,52.094],[-2.848,52.095],[-2.837,52.086],[-2.836,52.084],[-2.833,52.083],[-2.829,52.085],[-2.825,52.084],[-2.817,52.084],[-2.811,52.082],[-2.814,52.08],[-2.811,52.077],[-2.808,52.072],[-2.81,52.068],[-2.808,52.063],[-2.809,52.061],[-2.807,52.059],[-2.802,52.057],[-2.801,52.052],[-2.798,52.051],[-2.79,52.05],[-2.782,52.053],[-2.774,52.052],[-2.771,52.051],[-2.766,52.047],[-2.759,52.046],[-2.752,52.045],[-2.74,52.047],[-2.738,52.049],[-2.741,52.052],[-2.744,52.051],[-2.745,52.055],[-2.748,52.054],[-2.756,52.056],[-2.756,52.06],[-2.76,52.06],[-2.759,52.062],[-2.754,52.066],[-2.775,52.07],[-2.771,52.072],[-2.769,52.078],[-2.747,52.077],[-2.73,52.076],[-2.728,52.074],[-2.722,52.074],[-2.722,52.075],[-2.714,52.075],[-2.711,52.071],[-2.702,52.065],[-2.693,52.066],[-2.683,52.062],[-2.681,52.059],[-2.682,52.057],[-2.676,52.052],[-2.675,52.049],[-2.673,52.047],[-2.675,52.044],[-2.667,52.04],[-2.663,52.04],[-2.659,52.04],[-2.657,52.038],[-2.66,52.035],[-2.667,52.033],[-2.665,52.03],[-2.657,52.027],[-2.657,52.022],[-2.654,52.021],[-2.651,52.021],[-2.641,52.025],[-2.639,52.027],[-2.637,52.03],[-2.632,52.03],[-2.63,52.027],[-2.632,52.019],[-2.637,52.016],[-2.637,52.013],[-2.635,52.012],[-2.627,52.013],[-2.624,52.013],[-2.624,52.01],[-2.626,52.007],[-2.62,52.003],[-2.628,51.999],[-2.631,51.996],[-2.634,51.993],[-2.634,51.991],[-2.626,51.99],[-2.62,51.991],[-2.615,51.99],[-2.604,51.991],[-2.602,51.991],[-2.6,51.987],[-2.601,51.985],[-2.608,51.98],[-2.614,51.976],[-2.63,51.972],[-2.645,51.97],[-2.652,51.969],[-2.656,51.966],[-2.658,51.963],[-2.659,51.959],[-2.662,51.956],[-2.659,51.952],[-2.656,51.949],[-2.654,51.947],[-2.648,51.945],[-2.642,51.947],[-2.636,51.949],[-2.628,51.947],[-2.615,51.955],[-2.609,51.956],[-2.608,51.953],[-2.603,51.955],[-2.6,51.961],[-2.592,51.963],[-2.587,51.958],[-2.595,51.954],[-2.598,51.951],[-2.594,51.948],[-2.599,51.945],[-2.601,51.942],[-2.6,51.939],[-2.602,51.938],[-2.606,51.941],[-2.608,51.94],[-2.608,51.933],[-2.606,51.929],[-2.602,51.927],[-2.598,51.927],[-2.593,51.923],[-2.59,51.924],[-2.59,51.927],[-2.576,51.929],[-2.573,51.929],[-2.565,51.93],[-2.563,51.932],[-2.559,51.931],[-2.55,51.929],[-2.547,51.926],[-2.535,51.928],[-2.532,51.927],[-2.527,51.928],[-2.518,51.93],[-2.513,51.93],[-2.508,51.933],[-2.501,51.936],[-2.496,51.937],[-2.491,51.938],[-2.487,51.942],[-2.483,51.942],[-2.478,51.942],[-2.477,51.94],[-2.472,51.94],[-2.468,51.937],[-2.463,51.939],[-2.465,51.941],[-2.464,51.943],[-2.465,51.947],[-2.464,51.949],[-2.467,51.952],[-2.471,51.953],[-2.472,51.955],[-2.476,51.956],[-2.482,51.956],[-2.486,51.957],[-2.49,51.955],[-2.492,51.957],[-2.498,51.959],[-2.5,51.96],[-2.499,51.964],[-2.493,51.965],[-2.492,51.967],[-2.495,51.971],[-2.496,51.976],[-2.495,51.981],[-2.491,51.982],[-2.489,51.987],[-2.482,51.989],[-2.48,51.991],[-2.471,51.995],[-2.479,52],[-2.485,52],[-2.487,52.004],[-2.491,52.006],[-2.491,52.01],[-2.485,52.013],[-2.479,52.017],[-2.477,52.02],[-2.479,52.023],[-2.474,52.024],[-2.464,52.023],[-2.464,52.019],[-2.46,52.016],[-2.455,52.015],[-2.447,52.016],[-2.441,52.015],[-2.437,52.015],[-2.434,52.012],[-2.435,52.011],[-2.434,52.007],[-2.436,52.001],[-2.435,51.999],[-2.437,51.997],[-2.426,51.996],[-2.423,51.994],[-2.413,51.994],[-2.403,51.996],[-2.399,51.996],[-2.399,51.999],[-2.397,52.001],[-2.395,52.005],[-2.394,52.012],[-2.393,52.013],[-2.387,52.012],[-2.38,52.014],[-2.375,52.016],[-2.361,52.018],[-2.354,52.02],[-2.351,52.021],[-2.352,52.025],[-2.35,52.031],[-2.348,52.033],[-2.349,52.038],[-2.349,52.048],[-2.347,52.049],[-2.348,52.053],[-2.35,52.054],[-2.352,52.056],[-2.347,52.062],[-2.344,52.061],[-2.341,52.064],[-2.339,52.07],[-2.339,52.075],[-2.34,52.079],[-2.338,52.081],[-2.338,52.09],[-2.338,52.095],[-2.349,52.096],[-2.349,52.098],[-2.352,52.103],[-2.35,52.106],[-2.354,52.114],[-2.353,52.115],[-2.356,52.124],[-2.356,52.128],[-2.351,52.129],[-2.345,52.133],[-2.348,52.137],[-2.352,52.143],[-2.353,52.146],[-2.356,52.148],[-2.359,52.152],[-2.365,52.151],[-2.376,52.153],[-2.378,52.155],[-2.385,52.154],[-2.388,52.152],[-2.394,52.147],[-2.397,52.148],[-2.402,52.148],[-2.408,52.146],[-2.415,52.145],[-2.421,52.149],[-2.425,52.154],[-2.423,52.156],[-2.427,52.158],[-2.426,52.161],[-2.435,52.168],[-2.435,52.171],[-2.433,52.172],[-2.423,52.172],[-2.422,52.174],[-2.425,52.177],[-2.423,52.18],[-2.42,52.181],[-2.415,52.184],[-2.419,52.188],[-2.415,52.19],[-2.409,52.196],[-2.409,52.2],[-2.408,52.203],[-2.4,52.202],[-2.403,52.207],[-2.396,52.206],[-2.392,52.209],[-2.394,52.211],[-2.402,52.215],[-2.402,52.218],[-2.404,52.221],[-2.398,52.222],[-2.397,52.225],[-2.388,52.222],[-2.384,52.225],[-2.389,52.227],[-2.39,52.23],[-2.399,52.232],[-2.409,52.231],[-2.414,52.232],[-2.423,52.237],[-2.426,52.236],[-2.437,52.238],[-2.444,52.236],[-2.451,52.237],[-2.465,52.234],[-2.466,52.238],[-2.471,52.241],[-2.475,52.241],[-2.474,52.251],[-2.473,52.253],[-2.468,52.256],[-2.462,52.259],[-2.459,52.261],[-2.453,52.263],[-2.447,52.264],[-2.438,52.266],[-2.437,52.268],[-2.431,52.27],[-2.434,52.275],[-2.445,52.279],[-2.451,52.283],[-2.451,52.285],[-2.464,52.285],[-2.467,52.283],[-2.472,52.286],[-2.483,52.284],[-2.492,52.279],[-2.496,52.277],[-2.503,52.277],[-2.504,52.272],[-2.501,52.269],[-2.496,52.267],[-2.494,52.264],[-2.496,52.257],[-2.501,52.257],[-2.514,52.256],[-2.516,52.256],[-2.526,52.248],[-2.529,52.25],[-2.529,52.252],[-2.532,52.253],[-2.536,52.251],[-2.541,52.253],[-2.548,52.25],[-2.555,52.252],[-2.56,52.252],[-2.567,52.25],[-2.57,52.253],[-2.574,52.253],[-2.576,52.248],[-2.584,52.248],[-2.589,52.246],[-2.596,52.244],[-2.602,52.244],[-2.604,52.243],[-2.609,52.244],[-2.615,52.242],[-2.616,52.243],[-2.629,52.24],[-2.63,52.243],[-2.634,52.247],[-2.634,52.251],[-2.631,52.254],[-2.631,52.257],[-2.628,52.261],[-2.623,52.262],[-2.616,52.265],[-2.61,52.269],[-2.611,52.271],[-2.608,52.273],[-2.607,52.276],[-2.603,52.277],[-2.596,52.277],[-2.598,52.282],[-2.601,52.285],[-2.606,52.287],[-2.614,52.287],[-2.616,52.285],[-2.617,52.283],[-2.621,52.283],[-2.626,52.289],[-2.635,52.286],[-2.64,52.286],[-2.644,52.29],[-2.644,52.294],[-2.653,52.295],[-2.656,52.299],[-2.661,52.301],[-2.663,52.304],[-2.661,52.305],[-2.648,52.305],[-2.643,52.308],[-2.638,52.308],[-2.636,52.309],[-2.633,52.306],[-2.63,52.307],[-2.623,52.306],[-2.618,52.307]]]},"properties":{"PCON24NM":"North Herefordshire","PCON24CD":"E14001395"},"PCON24CD":332}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.512,52.688],[1.509,52.685],[1.512,52.682],[1.517,52.683],[1.519,52.687],[1.513,52.689],[1.512,52.688]]],[[[0.864,52.961],[0.862,52.958],[0.869,52.958],[0.871,52.96],[0.864,52.961]]],[[[0.952,52.964],[0.946,52.964],[0.946,52.959],[0.955,52.96],[0.962,52.962],[0.952,52.964]]],[[[1.002,52.964],[0.988,52.964],[0.99,52.96],[1.003,52.958],[1.008,52.957],[1.01,52.959],[1.017,52.956],[1.015,52.962],[1.011,52.962],[1.002,52.964]]],[[[0.869,52.968],[0.866,52.968],[0.864,52.964],[0.866,52.961],[0.871,52.961],[0.875,52.964],[0.875,52.967],[0.869,52.968]]],[[[0.897,52.97],[0.895,52.97],[0.89,52.967],[0.884,52.965],[0.88,52.967],[0.876,52.968],[0.873,52.962],[0.88,52.959],[0.887,52.959],[0.892,52.962],[0.893,52.961],[0.9,52.961],[0.904,52.962],[0.903,52.964],[0.899,52.965],[0.897,52.967],[0.897,52.97]]],[[[0.883,52.97],[0.88,52.973],[0.879,52.977],[0.875,52.979],[0.868,52.98],[0.866,52.978],[0.863,52.973],[0.856,52.969],[0.861,52.965],[0.855,52.964],[0.855,52.962],[0.857,52.96],[0.863,52.962],[0.864,52.967],[0.866,52.968],[0.872,52.969],[0.875,52.968],[0.879,52.968],[0.883,52.965],[0.888,52.967],[0.883,52.97]]],[[[1.675,52.743],[1.659,52.756],[1.64,52.769],[1.633,52.772],[1.615,52.784],[1.613,52.784],[1.597,52.793],[1.586,52.8],[1.587,52.802],[1.579,52.804],[1.554,52.816],[1.542,52.821],[1.539,52.823],[1.525,52.832],[1.518,52.835],[1.497,52.845],[1.467,52.86],[1.458,52.866],[1.446,52.873],[1.441,52.877],[1.433,52.882],[1.414,52.891],[1.407,52.894],[1.389,52.9],[1.368,52.909],[1.354,52.914],[1.343,52.92],[1.33,52.923],[1.322,52.926],[1.313,52.929],[1.299,52.933],[1.276,52.937],[1.269,52.939],[1.254,52.941],[1.251,52.942],[1.23,52.944],[1.218,52.945],[1.202,52.946],[1.186,52.946],[1.14,52.949],[1.125,52.951],[1.092,52.957],[1.069,52.962],[1.056,52.964],[1.028,52.97],[0.994,52.978],[0.978,52.98],[0.97,52.979],[0.973,52.978],[0.97,52.975],[0.975,52.972],[0.977,52.974],[0.98,52.974],[0.984,52.976],[0.99,52.976],[0.996,52.977],[1,52.976],[1.003,52.974],[1.005,52.975],[1.01,52.973],[1.011,52.971],[1.018,52.971],[1.023,52.969],[1.031,52.969],[1.038,52.968],[1.028,52.966],[1.027,52.965],[1.019,52.964],[1.016,52.963],[1.018,52.957],[1.015,52.955],[1.012,52.957],[1.007,52.956],[1.004,52.957],[0.998,52.958],[0.996,52.956],[0.993,52.957],[0.986,52.958],[0.983,52.961],[0.985,52.964],[0.975,52.963],[0.97,52.964],[0.965,52.96],[0.961,52.959],[0.959,52.96],[0.95,52.959],[0.946,52.959],[0.944,52.964],[0.941,52.963],[0.932,52.963],[0.92,52.966],[0.914,52.963],[0.9,52.961],[0.892,52.962],[0.886,52.959],[0.872,52.959],[0.87,52.957],[0.855,52.957],[0.85,52.959],[0.851,52.972],[0.85,52.974],[0.844,52.975],[0.841,52.977],[0.836,52.978],[0.831,52.978],[0.818,52.977],[0.815,52.974],[0.811,52.973],[0.806,52.974],[0.803,52.973],[0.795,52.975],[0.788,52.976],[0.781,52.977],[0.781,52.972],[0.783,52.97],[0.78,52.967],[0.782,52.964],[0.781,52.958],[0.778,52.952],[0.783,52.934],[0.784,52.926],[0.788,52.908],[0.804,52.911],[0.815,52.913],[0.814,52.917],[0.829,52.913],[0.832,52.913],[0.884,52.914],[0.884,52.91],[0.888,52.907],[0.896,52.908],[0.902,52.908],[0.905,52.907],[0.909,52.901],[0.914,52.899],[0.916,52.896],[0.915,52.893],[0.913,52.891],[0.912,52.887],[0.91,52.886],[0.915,52.88],[0.922,52.879],[0.925,52.878],[0.925,52.874],[0.919,52.871],[0.921,52.87],[0.927,52.868],[0.93,52.862],[0.938,52.854],[0.942,52.85],[0.944,52.852],[0.948,52.858],[0.952,52.861],[0.959,52.862],[0.982,52.861],[0.994,52.86],[0.999,52.861],[1.011,52.858],[1.006,52.848],[1.008,52.845],[1.008,52.84],[1.009,52.837],[1.02,52.835],[1.023,52.833],[1.029,52.833],[1.042,52.835],[1.043,52.831],[1.049,52.831],[1.053,52.834],[1.059,52.835],[1.065,52.834],[1.066,52.836],[1.071,52.838],[1.073,52.841],[1.086,52.84],[1.09,52.838],[1.092,52.833],[1.096,52.831],[1.099,52.832],[1.103,52.831],[1.102,52.829],[1.11,52.825],[1.119,52.819],[1.124,52.818],[1.128,52.815],[1.132,52.815],[1.136,52.814],[1.15,52.812],[1.15,52.816],[1.148,52.816],[1.147,52.82],[1.144,52.821],[1.145,52.824],[1.156,52.822],[1.166,52.826],[1.167,52.829],[1.173,52.831],[1.177,52.828],[1.181,52.827],[1.181,52.82],[1.189,52.82],[1.193,52.815],[1.203,52.816],[1.204,52.822],[1.208,52.825],[1.207,52.827],[1.214,52.829],[1.224,52.828],[1.224,52.825],[1.231,52.824],[1.233,52.823],[1.238,52.823],[1.238,52.82],[1.248,52.821],[1.251,52.82],[1.251,52.815],[1.252,52.814],[1.257,52.814],[1.262,52.813],[1.263,52.815],[1.267,52.819],[1.27,52.819],[1.277,52.817],[1.28,52.811],[1.283,52.808],[1.287,52.809],[1.289,52.805],[1.299,52.807],[1.303,52.805],[1.307,52.807],[1.309,52.805],[1.308,52.802],[1.315,52.801],[1.311,52.796],[1.315,52.793],[1.314,52.791],[1.317,52.789],[1.315,52.786],[1.315,52.783],[1.317,52.777],[1.321,52.775],[1.322,52.773],[1.327,52.769],[1.328,52.767],[1.335,52.768],[1.338,52.768],[1.339,52.764],[1.345,52.755],[1.349,52.753],[1.357,52.751],[1.358,52.746],[1.364,52.745],[1.372,52.743],[1.391,52.739],[1.393,52.732],[1.397,52.731],[1.397,52.729],[1.406,52.733],[1.405,52.729],[1.4,52.727],[1.41,52.726],[1.407,52.721],[1.405,52.721],[1.402,52.716],[1.408,52.713],[1.409,52.709],[1.414,52.708],[1.419,52.705],[1.423,52.704],[1.424,52.702],[1.423,52.699],[1.416,52.694],[1.419,52.692],[1.426,52.691],[1.43,52.692],[1.434,52.69],[1.439,52.691],[1.439,52.694],[1.442,52.695],[1.441,52.701],[1.442,52.702],[1.451,52.703],[1.456,52.703],[1.461,52.706],[1.466,52.699],[1.469,52.698],[1.468,52.695],[1.472,52.693],[1.472,52.691],[1.477,52.69],[1.482,52.693],[1.489,52.693],[1.49,52.689],[1.497,52.687],[1.503,52.69],[1.506,52.689],[1.511,52.69],[1.523,52.686],[1.526,52.682],[1.53,52.682],[1.536,52.684],[1.539,52.682],[1.543,52.68],[1.549,52.682],[1.549,52.689],[1.545,52.692],[1.545,52.695],[1.546,52.696],[1.549,52.699],[1.555,52.701],[1.564,52.702],[1.568,52.701],[1.573,52.702],[1.576,52.704],[1.579,52.708],[1.584,52.711],[1.588,52.712],[1.59,52.713],[1.599,52.715],[1.606,52.716],[1.613,52.716],[1.619,52.718],[1.628,52.723],[1.627,52.725],[1.633,52.727],[1.635,52.731],[1.639,52.734],[1.651,52.738],[1.663,52.739],[1.668,52.741],[1.675,52.743]]]]},"properties":{"PCON24NM":"North Norfolk","PCON24CD":"E14001396"},"PCON24CD":333}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.785,55.648],[-1.787,55.656],[-1.79,55.653],[-1.791,55.647],[-1.785,55.648]]],[[[-1.8,55.688],[-1.801,55.689],[-1.808,55.688],[-1.813,55.685],[-1.827,55.685],[-1.834,55.686],[-1.841,55.687],[-1.849,55.688],[-1.854,55.688],[-1.855,55.686],[-1.852,55.681],[-1.842,55.679],[-1.84,55.679],[-1.835,55.682],[-1.828,55.684],[-1.816,55.682],[-1.81,55.68],[-1.806,55.678],[-1.805,55.676],[-1.807,55.672],[-1.802,55.668],[-1.797,55.669],[-1.793,55.671],[-1.788,55.669],[-1.779,55.668],[-1.78,55.671],[-1.782,55.677],[-1.78,55.68],[-1.779,55.686],[-1.784,55.685],[-1.789,55.685],[-1.793,55.688],[-1.797,55.687],[-1.8,55.688]]],[[[-1.519,55.207],[-1.522,55.21],[-1.527,55.216],[-1.527,55.22],[-1.529,55.223],[-1.527,55.228],[-1.529,55.229],[-1.533,55.233],[-1.54,55.238],[-1.545,55.239],[-1.554,55.247],[-1.562,55.256],[-1.566,55.263],[-1.571,55.275],[-1.571,55.286],[-1.57,55.292],[-1.566,55.297],[-1.561,55.301],[-1.559,55.306],[-1.556,55.309],[-1.55,55.311],[-1.551,55.316],[-1.549,55.322],[-1.554,55.326],[-1.56,55.329],[-1.564,55.332],[-1.568,55.335],[-1.576,55.337],[-1.583,55.335],[-1.593,55.338],[-1.592,55.341],[-1.589,55.341],[-1.582,55.339],[-1.589,55.345],[-1.596,55.354],[-1.601,55.361],[-1.606,55.374],[-1.608,55.384],[-1.614,55.384],[-1.615,55.38],[-1.618,55.385],[-1.623,55.389],[-1.619,55.391],[-1.612,55.385],[-1.61,55.386],[-1.603,55.391],[-1.597,55.395],[-1.594,55.399],[-1.593,55.403],[-1.588,55.406],[-1.58,55.407],[-1.579,55.41],[-1.582,55.416],[-1.58,55.421],[-1.58,55.425],[-1.575,55.431],[-1.577,55.433],[-1.581,55.433],[-1.587,55.434],[-1.593,55.44],[-1.59,55.443],[-1.586,55.449],[-1.588,55.453],[-1.592,55.455],[-1.593,55.458],[-1.591,55.461],[-1.589,55.462],[-1.592,55.47],[-1.593,55.474],[-1.592,55.479],[-1.594,55.484],[-1.592,55.486],[-1.592,55.491],[-1.599,55.492],[-1.602,55.494],[-1.607,55.494],[-1.611,55.496],[-1.616,55.5],[-1.616,55.505],[-1.614,55.508],[-1.614,55.51],[-1.619,55.515],[-1.611,55.52],[-1.611,55.522],[-1.617,55.522],[-1.62,55.525],[-1.626,55.528],[-1.633,55.534],[-1.637,55.541],[-1.634,55.549],[-1.631,55.551],[-1.623,55.552],[-1.628,55.554],[-1.628,55.556],[-1.633,55.56],[-1.636,55.563],[-1.64,55.566],[-1.645,55.571],[-1.646,55.574],[-1.644,55.576],[-1.639,55.578],[-1.644,55.579],[-1.646,55.581],[-1.651,55.582],[-1.665,55.586],[-1.674,55.594],[-1.677,55.595],[-1.68,55.598],[-1.688,55.601],[-1.692,55.606],[-1.703,55.609],[-1.716,55.612],[-1.723,55.616],[-1.727,55.617],[-1.734,55.617],[-1.742,55.619],[-1.749,55.614],[-1.756,55.613],[-1.759,55.611],[-1.759,55.608],[-1.764,55.605],[-1.768,55.604],[-1.772,55.609],[-1.777,55.613],[-1.779,55.615],[-1.785,55.616],[-1.772,55.617],[-1.766,55.622],[-1.765,55.626],[-1.77,55.632],[-1.778,55.638],[-1.778,55.64],[-1.782,55.642],[-1.784,55.644],[-1.79,55.647],[-1.797,55.642],[-1.8,55.638],[-1.806,55.635],[-1.813,55.634],[-1.819,55.636],[-1.832,55.639],[-1.836,55.641],[-1.843,55.644],[-1.841,55.646],[-1.845,55.651],[-1.849,55.653],[-1.853,55.654],[-1.856,55.655],[-1.86,55.659],[-1.861,55.662],[-1.868,55.668],[-1.869,55.671],[-1.874,55.676],[-1.875,55.678],[-1.873,55.68],[-1.873,55.683],[-1.88,55.685],[-1.884,55.694],[-1.897,55.699],[-1.904,55.703],[-1.912,55.705],[-1.914,55.707],[-1.919,55.709],[-1.919,55.712],[-1.928,55.715],[-1.938,55.72],[-1.947,55.726],[-1.961,55.733],[-1.963,55.738],[-1.972,55.742],[-1.974,55.746],[-1.983,55.751],[-1.989,55.756],[-1.993,55.761],[-2.002,55.761],[-2.009,55.765],[-2.011,55.77],[-2.015,55.772],[-2.021,55.771],[-2.028,55.768],[-2.032,55.77],[-2.034,55.764],[-2.038,55.76],[-2.046,55.758],[-2.055,55.757],[-2.066,55.759],[-2.075,55.76],[-2.092,55.762],[-2.098,55.762],[-2.106,55.76],[-2.109,55.758],[-2.105,55.751],[-2.108,55.747],[-2.114,55.748],[-2.116,55.747],[-2.118,55.743],[-2.117,55.738],[-2.125,55.737],[-2.137,55.74],[-2.138,55.74],[-2.141,55.74],[-2.146,55.739],[-2.149,55.736],[-2.15,55.733],[-2.148,55.727],[-2.152,55.723],[-2.162,55.723],[-2.169,55.722],[-2.176,55.72],[-2.177,55.719],[-2.177,55.716],[-2.171,55.71],[-2.168,55.708],[-2.167,55.706],[-2.171,55.705],[-2.181,55.703],[-2.186,55.7],[-2.188,55.697],[-2.191,55.696],[-2.198,55.688],[-2.205,55.686],[-2.208,55.684],[-2.209,55.681],[-2.219,55.676],[-2.22,55.672],[-2.217,55.667],[-2.218,55.665],[-2.221,55.663],[-2.227,55.663],[-2.231,55.662],[-2.234,55.658],[-2.237,55.656],[-2.248,55.652],[-2.247,55.65],[-2.24,55.647],[-2.235,55.646],[-2.232,55.645],[-2.235,55.641],[-2.246,55.64],[-2.249,55.64],[-2.251,55.643],[-2.26,55.645],[-2.269,55.643],[-2.277,55.643],[-2.289,55.643],[-2.297,55.647],[-2.303,55.647],[-2.308,55.647],[-2.317,55.643],[-2.323,55.644],[-2.325,55.643],[-2.326,55.637],[-2.333,55.635],[-2.334,55.635],[-2.336,55.633],[-2.328,55.627],[-2.324,55.626],[-2.32,55.628],[-2.309,55.629],[-2.309,55.622],[-2.316,55.62],[-2.307,55.611],[-2.306,55.612],[-2.295,55.609],[-2.294,55.605],[-2.288,55.601],[-2.289,55.598],[-2.286,55.597],[-2.289,55.595],[-2.288,55.591],[-2.29,55.59],[-2.292,55.585],[-2.289,55.581],[-2.285,55.578],[-2.28,55.577],[-2.276,55.575],[-2.27,55.57],[-2.26,55.564],[-2.253,55.562],[-2.248,55.557],[-2.244,55.557],[-2.24,55.555],[-2.241,55.553],[-2.235,55.548],[-2.232,55.545],[-2.234,55.541],[-2.233,55.53],[-2.228,55.528],[-2.224,55.523],[-2.227,55.52],[-2.229,55.51],[-2.227,55.507],[-2.22,55.506],[-2.217,55.503],[-2.212,55.499],[-2.202,55.488],[-2.206,55.483],[-2.201,55.475],[-2.195,55.475],[-2.191,55.474],[-2.174,55.472],[-2.167,55.467],[-2.184,55.464],[-2.19,55.461],[-2.188,55.456],[-2.192,55.453],[-2.195,55.445],[-2.202,55.441],[-2.206,55.438],[-2.221,55.433],[-2.223,55.431],[-2.228,55.43],[-2.231,55.428],[-2.237,55.431],[-2.243,55.432],[-2.254,55.432],[-2.261,55.433],[-2.262,55.429],[-2.268,55.43],[-2.272,55.429],[-2.274,55.426],[-2.278,55.426],[-2.284,55.423],[-2.295,55.42],[-2.294,55.419],[-2.296,55.415],[-2.304,55.413],[-2.307,55.411],[-2.313,55.41],[-2.313,55.407],[-2.327,55.408],[-2.332,55.41],[-2.336,55.408],[-2.333,55.404],[-2.334,55.402],[-2.34,55.401],[-2.345,55.399],[-2.343,55.397],[-2.336,55.393],[-2.336,55.386],[-2.335,55.383],[-2.331,55.381],[-2.337,55.377],[-2.346,55.373],[-2.337,55.367],[-2.329,55.368],[-2.32,55.363],[-2.312,55.36],[-2.308,55.357],[-2.3,55.354],[-2.296,55.351],[-2.295,55.348],[-2.289,55.344],[-2.288,55.337],[-2.281,55.333],[-2.261,55.331],[-2.25,55.333],[-2.246,55.329],[-2.245,55.326],[-2.248,55.324],[-2.244,55.318],[-2.235,55.319],[-2.222,55.318],[-2.221,55.319],[-2.215,55.315],[-2.211,55.31],[-2.193,55.312],[-2.18,55.311],[-2.172,55.311],[-2.166,55.304],[-2.164,55.292],[-2.162,55.291],[-2.153,55.29],[-2.149,55.287],[-2.151,55.278],[-2.149,55.275],[-2.15,55.268],[-2.154,55.267],[-2.158,55.259],[-2.151,55.255],[-2.135,55.254],[-2.133,55.254],[-2.129,55.248],[-2.121,55.247],[-2.118,55.244],[-2.12,55.241],[-2.116,55.236],[-2.123,55.235],[-2.124,55.233],[-2.122,55.231],[-2.128,55.229],[-2.13,55.227],[-2.134,55.227],[-2.139,55.225],[-2.146,55.218],[-2.149,55.218],[-2.153,55.215],[-2.154,55.213],[-2.151,55.211],[-2.153,55.209],[-2.154,55.207],[-2.159,55.206],[-2.163,55.196],[-2.164,55.193],[-2.166,55.19],[-2.165,55.188],[-2.167,55.185],[-2.159,55.184],[-2.158,55.185],[-2.152,55.185],[-2.141,55.188],[-2.144,55.193],[-2.139,55.193],[-2.133,55.193],[-2.132,55.196],[-2.124,55.196],[-2.119,55.195],[-2.116,55.196],[-2.108,55.196],[-2.104,55.195],[-2.096,55.196],[-2.094,55.194],[-2.1,55.19],[-2.102,55.187],[-2.098,55.185],[-2.093,55.184],[-2.091,55.181],[-2.079,55.18],[-2.069,55.177],[-2.069,55.175],[-2.052,55.179],[-2.054,55.18],[-2.052,55.185],[-2.036,55.19],[-2.04,55.197],[-2.045,55.201],[-2.02,55.205],[-2.006,55.206],[-1.99,55.207],[-1.992,55.21],[-1.974,55.209],[-1.954,55.207],[-1.955,55.214],[-1.947,55.216],[-1.932,55.216],[-1.933,55.222],[-1.929,55.231],[-1.93,55.233],[-1.926,55.236],[-1.925,55.238],[-1.919,55.238],[-1.924,55.246],[-1.924,55.248],[-1.917,55.25],[-1.914,55.246],[-1.905,55.245],[-1.904,55.244],[-1.898,55.246],[-1.892,55.249],[-1.883,55.251],[-1.879,55.256],[-1.872,55.259],[-1.87,55.261],[-1.867,55.263],[-1.861,55.262],[-1.854,55.264],[-1.848,55.267],[-1.843,55.273],[-1.838,55.276],[-1.833,55.274],[-1.834,55.272],[-1.831,55.268],[-1.821,55.263],[-1.817,55.262],[-1.814,55.264],[-1.815,55.268],[-1.813,55.269],[-1.807,55.265],[-1.806,55.267],[-1.8,55.269],[-1.789,55.269],[-1.787,55.274],[-1.791,55.277],[-1.782,55.282],[-1.777,55.281],[-1.773,55.28],[-1.77,55.282],[-1.77,55.284],[-1.768,55.286],[-1.765,55.291],[-1.763,55.29],[-1.753,55.287],[-1.75,55.289],[-1.751,55.291],[-1.747,55.294],[-1.747,55.296],[-1.744,55.298],[-1.74,55.298],[-1.74,55.294],[-1.736,55.292],[-1.732,55.293],[-1.729,55.292],[-1.724,55.293],[-1.72,55.292],[-1.716,55.293],[-1.711,55.296],[-1.706,55.298],[-1.695,55.299],[-1.691,55.302],[-1.684,55.299],[-1.685,55.297],[-1.678,55.295],[-1.671,55.293],[-1.666,55.293],[-1.662,55.288],[-1.661,55.287],[-1.656,55.282],[-1.654,55.275],[-1.655,55.272],[-1.652,55.268],[-1.67,55.266],[-1.672,55.264],[-1.69,55.256],[-1.694,55.256],[-1.706,55.256],[-1.705,55.26],[-1.711,55.258],[-1.712,55.261],[-1.715,55.264],[-1.719,55.263],[-1.719,55.261],[-1.724,55.259],[-1.727,55.256],[-1.73,55.255],[-1.729,55.252],[-1.731,55.249],[-1.727,55.246],[-1.722,55.246],[-1.724,55.242],[-1.723,55.24],[-1.72,55.237],[-1.725,55.236],[-1.725,55.234],[-1.731,55.231],[-1.738,55.232],[-1.744,55.228],[-1.743,55.227],[-1.753,55.224],[-1.753,55.222],[-1.761,55.22],[-1.76,55.218],[-1.756,55.218],[-1.749,55.207],[-1.756,55.205],[-1.751,55.189],[-1.747,55.183],[-1.744,55.18],[-1.747,55.179],[-1.741,55.174],[-1.737,55.174],[-1.731,55.176],[-1.725,55.173],[-1.724,55.175],[-1.72,55.175],[-1.717,55.176],[-1.715,55.17],[-1.71,55.168],[-1.711,55.158],[-1.712,55.155],[-1.709,55.151],[-1.706,55.15],[-1.697,55.151],[-1.688,55.15],[-1.68,55.152],[-1.675,55.152],[-1.671,55.151],[-1.671,55.154],[-1.676,55.156],[-1.667,55.16],[-1.664,55.163],[-1.666,55.165],[-1.663,55.168],[-1.657,55.166],[-1.655,55.167],[-1.648,55.169],[-1.651,55.171],[-1.647,55.174],[-1.641,55.176],[-1.634,55.179],[-1.636,55.182],[-1.637,55.187],[-1.637,55.19],[-1.628,55.192],[-1.625,55.191],[-1.621,55.193],[-1.617,55.194],[-1.616,55.198],[-1.611,55.198],[-1.61,55.199],[-1.606,55.199],[-1.597,55.201],[-1.59,55.206],[-1.586,55.204],[-1.574,55.202],[-1.569,55.202],[-1.563,55.207],[-1.558,55.203],[-1.554,55.207],[-1.552,55.205],[-1.543,55.206],[-1.532,55.206],[-1.519,55.207]]],[[[-2.086,55.763],[-2.071,55.761],[-2.067,55.761],[-2.055,55.758],[-2.045,55.759],[-2.038,55.762],[-2.036,55.766],[-2.036,55.77],[-2.034,55.771],[-2.027,55.772],[-2.023,55.774],[-2.014,55.774],[-2.002,55.766],[-1.999,55.767],[-1.991,55.768],[-1.994,55.772],[-1.993,55.774],[-1.997,55.776],[-1.995,55.78],[-1.999,55.781],[-2,55.786],[-2.004,55.788],[-2.008,55.791],[-2.011,55.791],[-2.016,55.794],[-2.024,55.802],[-2.031,55.804],[-2.03,55.807],[-2.034,55.811],[-2.039,55.809],[-2.048,55.804],[-2.053,55.803],[-2.062,55.803],[-2.067,55.8],[-2.067,55.799],[-2.073,55.797],[-2.077,55.794],[-2.086,55.793],[-2.088,55.791],[-2.089,55.787],[-2.086,55.783],[-2.087,55.771],[-2.086,55.768],[-2.086,55.763]]]]},"properties":{"PCON24NM":"North Northumberland","PCON24CD":"E14001397"},"PCON24CD":334}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.371,52.977],[-2.369,52.979],[-2.37,52.982],[-2.374,52.984],[-2.375,52.986],[-2.38,52.991],[-2.377,52.994],[-2.377,52.998],[-2.381,52.998],[-2.384,52.998],[-2.389,52.996],[-2.391,52.996],[-2.397,52.995],[-2.4,52.995],[-2.405,52.994],[-2.405,52.991],[-2.41,52.988],[-2.419,52.988],[-2.424,52.986],[-2.429,52.986],[-2.435,52.987],[-2.438,52.985],[-2.434,52.98],[-2.436,52.978],[-2.434,52.976],[-2.436,52.973],[-2.435,52.97],[-2.439,52.969],[-2.443,52.971],[-2.448,52.968],[-2.453,52.965],[-2.465,52.964],[-2.47,52.961],[-2.475,52.963],[-2.481,52.959],[-2.484,52.96],[-2.488,52.965],[-2.491,52.965],[-2.492,52.968],[-2.499,52.968],[-2.507,52.966],[-2.509,52.966],[-2.513,52.971],[-2.52,52.974],[-2.523,52.972],[-2.524,52.966],[-2.523,52.959],[-2.527,52.951],[-2.529,52.949],[-2.53,52.947],[-2.534,52.948],[-2.539,52.952],[-2.547,52.957],[-2.554,52.957],[-2.561,52.964],[-2.567,52.964],[-2.57,52.96],[-2.575,52.958],[-2.578,52.956],[-2.584,52.956],[-2.586,52.955],[-2.592,52.961],[-2.598,52.963],[-2.596,52.965],[-2.596,52.968],[-2.598,52.971],[-2.595,52.976],[-2.599,52.977],[-2.601,52.979],[-2.606,52.98],[-2.604,52.982],[-2.608,52.988],[-2.622,52.987],[-2.626,52.989],[-2.628,52.993],[-2.628,52.995],[-2.633,52.997],[-2.643,52.993],[-2.645,52.995],[-2.649,52.996],[-2.652,52.995],[-2.658,52.992],[-2.661,52.991],[-2.664,52.989],[-2.676,52.986],[-2.685,52.986],[-2.689,52.99],[-2.692,52.991],[-2.694,52.994],[-2.699,52.995],[-2.701,52.993],[-2.708,52.988],[-2.716,52.984],[-2.726,52.983],[-2.727,52.983],[-2.727,52.981],[-2.732,52.977],[-2.731,52.975],[-2.735,52.97],[-2.733,52.968],[-2.728,52.967],[-2.727,52.965],[-2.728,52.962],[-2.727,52.959],[-2.724,52.956],[-2.728,52.954],[-2.727,52.948],[-2.726,52.946],[-2.726,52.941],[-2.727,52.934],[-2.726,52.931],[-2.729,52.925],[-2.745,52.924],[-2.755,52.925],[-2.776,52.912],[-2.782,52.909],[-2.793,52.901],[-2.795,52.897],[-2.8,52.895],[-2.803,52.901],[-2.807,52.907],[-2.812,52.909],[-2.812,52.914],[-2.823,52.92],[-2.824,52.923],[-2.838,52.932],[-2.842,52.938],[-2.84,52.942],[-2.843,52.942],[-2.848,52.945],[-2.855,52.944],[-2.867,52.945],[-2.872,52.945],[-2.884,52.947],[-2.886,52.948],[-2.887,52.952],[-2.891,52.951],[-2.896,52.951],[-2.901,52.948],[-2.902,52.945],[-2.909,52.942],[-2.92,52.943],[-2.927,52.942],[-2.927,52.939],[-2.932,52.94],[-2.937,52.943],[-2.949,52.946],[-2.959,52.951],[-2.962,52.956],[-2.973,52.96],[-2.968,52.964],[-2.975,52.969],[-2.977,52.967],[-2.979,52.965],[-2.98,52.962],[-2.982,52.959],[-2.985,52.959],[-2.99,52.96],[-2.994,52.958],[-3.004,52.958],[-3.01,52.956],[-3.012,52.95],[-3.017,52.949],[-3.023,52.943],[-3.023,52.941],[-3.028,52.937],[-3.031,52.931],[-3.035,52.93],[-3.041,52.928],[-3.046,52.929],[-3.048,52.928],[-3.052,52.929],[-3.056,52.928],[-3.062,52.929],[-3.063,52.927],[-3.07,52.927],[-3.076,52.925],[-3.084,52.927],[-3.088,52.929],[-3.096,52.93],[-3.1,52.928],[-3.106,52.921],[-3.109,52.92],[-3.113,52.912],[-3.113,52.906],[-3.115,52.905],[-3.117,52.9],[-3.114,52.895],[-3.115,52.895],[-3.122,52.895],[-3.127,52.894],[-3.133,52.895],[-3.138,52.895],[-3.145,52.893],[-3.147,52.89],[-3.136,52.886],[-3.147,52.885],[-3.148,52.881],[-3.153,52.88],[-3.152,52.878],[-3.142,52.873],[-3.14,52.874],[-3.136,52.871],[-3.129,52.869],[-3.128,52.867],[-3.134,52.862],[-3.142,52.86],[-3.148,52.856],[-3.154,52.854],[-3.158,52.85],[-3.163,52.847],[-3.158,52.847],[-3.152,52.842],[-3.152,52.84],[-3.156,52.837],[-3.154,52.832],[-3.158,52.83],[-3.161,52.826],[-3.165,52.823],[-3.168,52.819],[-3.165,52.812],[-3.168,52.808],[-3.161,52.804],[-3.159,52.807],[-3.156,52.808],[-3.153,52.807],[-3.154,52.804],[-3.156,52.801],[-3.162,52.799],[-3.158,52.793],[-3.152,52.793],[-3.147,52.792],[-3.145,52.789],[-3.142,52.79],[-3.131,52.788],[-3.126,52.787],[-3.119,52.787],[-3.116,52.786],[-3.11,52.787],[-3.107,52.79],[-3.108,52.791],[-3.106,52.793],[-3.098,52.791],[-3.091,52.796],[-3.087,52.796],[-3.086,52.79],[-3.092,52.787],[-3.088,52.78],[-3.089,52.778],[-3.081,52.778],[-3.078,52.774],[-3.08,52.772],[-3.075,52.77],[-3.072,52.77],[-3.07,52.774],[-3.067,52.774],[-3.063,52.771],[-3.059,52.771],[-3.058,52.774],[-3.05,52.772],[-3.053,52.77],[-3.048,52.767],[-3.044,52.769],[-3.038,52.77],[-3.035,52.768],[-3.037,52.765],[-3.031,52.766],[-3.024,52.764],[-3.018,52.768],[-3.011,52.762],[-3.011,52.758],[-3.014,52.754],[-3.02,52.753],[-3.016,52.748],[-3.01,52.75],[-3.008,52.749],[-3,52.745],[-2.992,52.744],[-2.993,52.739],[-2.997,52.739],[-2.997,52.736],[-2.991,52.734],[-2.987,52.733],[-2.979,52.734],[-2.974,52.736],[-2.97,52.74],[-2.974,52.741],[-2.972,52.747],[-2.971,52.748],[-2.963,52.75],[-2.96,52.747],[-2.95,52.746],[-2.947,52.749],[-2.94,52.753],[-2.933,52.752],[-2.944,52.759],[-2.964,52.768],[-2.965,52.771],[-2.963,52.774],[-2.955,52.774],[-2.951,52.773],[-2.947,52.777],[-2.942,52.778],[-2.945,52.78],[-2.939,52.783],[-2.938,52.786],[-2.932,52.788],[-2.923,52.784],[-2.919,52.783],[-2.916,52.787],[-2.911,52.787],[-2.907,52.785],[-2.901,52.783],[-2.899,52.78],[-2.895,52.785],[-2.89,52.781],[-2.882,52.785],[-2.875,52.782],[-2.869,52.785],[-2.865,52.784],[-2.861,52.785],[-2.858,52.783],[-2.86,52.777],[-2.86,52.773],[-2.856,52.77],[-2.849,52.768],[-2.843,52.767],[-2.839,52.768],[-2.836,52.767],[-2.833,52.77],[-2.829,52.771],[-2.821,52.774],[-2.809,52.779],[-2.81,52.783],[-2.802,52.783],[-2.801,52.785],[-2.803,52.788],[-2.797,52.79],[-2.793,52.791],[-2.788,52.792],[-2.781,52.793],[-2.78,52.794],[-2.774,52.795],[-2.77,52.794],[-2.768,52.788],[-2.767,52.788],[-2.762,52.791],[-2.757,52.792],[-2.756,52.787],[-2.751,52.788],[-2.748,52.786],[-2.744,52.786],[-2.747,52.782],[-2.744,52.78],[-2.742,52.773],[-2.738,52.77],[-2.732,52.767],[-2.724,52.764],[-2.716,52.764],[-2.715,52.768],[-2.711,52.768],[-2.71,52.771],[-2.703,52.772],[-2.687,52.774],[-2.679,52.767],[-2.68,52.765],[-2.669,52.762],[-2.666,52.763],[-2.663,52.76],[-2.658,52.762],[-2.655,52.762],[-2.643,52.767],[-2.637,52.764],[-2.635,52.759],[-2.629,52.763],[-2.629,52.766],[-2.626,52.769],[-2.625,52.772],[-2.623,52.773],[-2.621,52.777],[-2.615,52.775],[-2.606,52.778],[-2.603,52.777],[-2.599,52.778],[-2.592,52.777],[-2.59,52.779],[-2.594,52.784],[-2.593,52.788],[-2.594,52.791],[-2.593,52.794],[-2.594,52.796],[-2.598,52.798],[-2.611,52.799],[-2.626,52.8],[-2.633,52.801],[-2.634,52.806],[-2.641,52.806],[-2.642,52.809],[-2.646,52.809],[-2.65,52.815],[-2.653,52.815],[-2.661,52.82],[-2.66,52.822],[-2.663,52.824],[-2.661,52.826],[-2.664,52.828],[-2.663,52.831],[-2.66,52.833],[-2.664,52.838],[-2.66,52.846],[-2.667,52.854],[-2.668,52.86],[-2.658,52.864],[-2.659,52.866],[-2.655,52.866],[-2.642,52.874],[-2.638,52.875],[-2.632,52.879],[-2.627,52.881],[-2.619,52.882],[-2.615,52.883],[-2.606,52.882],[-2.602,52.884],[-2.596,52.884],[-2.595,52.881],[-2.59,52.882],[-2.586,52.885],[-2.579,52.885],[-2.572,52.884],[-2.569,52.885],[-2.571,52.889],[-2.567,52.892],[-2.556,52.891],[-2.554,52.889],[-2.551,52.891],[-2.54,52.885],[-2.531,52.886],[-2.526,52.888],[-2.52,52.887],[-2.518,52.888],[-2.521,52.891],[-2.519,52.895],[-2.517,52.895],[-2.506,52.894],[-2.503,52.892],[-2.496,52.893],[-2.495,52.895],[-2.491,52.895],[-2.489,52.897],[-2.481,52.897],[-2.479,52.899],[-2.471,52.901],[-2.471,52.906],[-2.463,52.908],[-2.461,52.909],[-2.46,52.913],[-2.456,52.916],[-2.458,52.921],[-2.456,52.926],[-2.45,52.925],[-2.451,52.928],[-2.447,52.929],[-2.445,52.933],[-2.441,52.937],[-2.437,52.944],[-2.428,52.947],[-2.425,52.95],[-2.414,52.948],[-2.414,52.947],[-2.405,52.948],[-2.405,52.953],[-2.408,52.959],[-2.41,52.959],[-2.411,52.962],[-2.405,52.962],[-2.399,52.961],[-2.394,52.951],[-2.387,52.953],[-2.385,52.96],[-2.378,52.964],[-2.379,52.969],[-2.383,52.971],[-2.38,52.976],[-2.377,52.975],[-2.371,52.977]]]},"properties":{"PCON24NM":"North Shropshire","PCON24CD":"E14001398"},"PCON24CD":335}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.727,51.5],[-2.73,51.502],[-2.727,51.499],[-2.728,51.499],[-2.727,51.499],[-2.729,51.497],[-2.733,51.496],[-2.733,51.495],[-2.733,51.494],[-2.734,51.494],[-2.735,51.494],[-2.735,51.493],[-2.736,51.493],[-2.733,51.493],[-2.732,51.493],[-2.733,51.492],[-2.735,51.492],[-2.736,51.493],[-2.737,51.494],[-2.744,51.493],[-2.753,51.493],[-2.755,51.492],[-2.757,51.493],[-2.756,51.494],[-2.757,51.494],[-2.758,51.495],[-2.761,51.495],[-2.762,51.495],[-2.771,51.495],[-2.778,51.489],[-2.784,51.487],[-2.799,51.485],[-2.804,51.482],[-2.809,51.479],[-2.81,51.478],[-2.816,51.475],[-2.824,51.467],[-2.83,51.466],[-2.837,51.462],[-2.839,51.461],[-2.849,51.455],[-2.852,51.452],[-2.857,51.449],[-2.862,51.443],[-2.862,51.441],[-2.866,51.438],[-2.867,51.437],[-2.879,51.432],[-2.877,51.429],[-2.883,51.426],[-2.887,51.415],[-2.887,51.414],[-2.889,51.413],[-2.888,51.413],[-2.889,51.413],[-2.884,51.413],[-2.882,51.415],[-2.875,51.415],[-2.873,51.412],[-2.87,51.411],[-2.868,51.413],[-2.865,51.414],[-2.86,51.417],[-2.858,51.42],[-2.856,51.424],[-2.844,51.426],[-2.829,51.424],[-2.816,51.424],[-2.816,51.423],[-2.807,51.42],[-2.806,51.413],[-2.796,51.411],[-2.794,51.409],[-2.791,51.409],[-2.781,51.404],[-2.782,51.399],[-2.783,51.397],[-2.783,51.393],[-2.789,51.392],[-2.79,51.389],[-2.789,51.387],[-2.792,51.386],[-2.795,51.384],[-2.793,51.381],[-2.787,51.38],[-2.779,51.38],[-2.772,51.379],[-2.766,51.379],[-2.76,51.379],[-2.76,51.376],[-2.773,51.374],[-2.778,51.376],[-2.777,51.37],[-2.78,51.367],[-2.782,51.361],[-2.774,51.358],[-2.774,51.351],[-2.771,51.35],[-2.771,51.344],[-2.764,51.345],[-2.763,51.342],[-2.76,51.343],[-2.755,51.341],[-2.75,51.341],[-2.747,51.337],[-2.743,51.34],[-2.745,51.341],[-2.739,51.348],[-2.732,51.35],[-2.726,51.348],[-2.724,51.345],[-2.719,51.344],[-2.72,51.34],[-2.718,51.338],[-2.715,51.337],[-2.708,51.338],[-2.707,51.341],[-2.704,51.344],[-2.699,51.343],[-2.694,51.345],[-2.691,51.35],[-2.69,51.353],[-2.693,51.358],[-2.697,51.362],[-2.694,51.364],[-2.696,51.367],[-2.694,51.38],[-2.69,51.38],[-2.687,51.375],[-2.685,51.369],[-2.682,51.37],[-2.681,51.366],[-2.681,51.362],[-2.68,51.36],[-2.675,51.362],[-2.669,51.362],[-2.668,51.359],[-2.669,51.357],[-2.675,51.356],[-2.673,51.354],[-2.678,51.354],[-2.676,51.35],[-2.677,51.348],[-2.673,51.346],[-2.673,51.342],[-2.67,51.343],[-2.661,51.343],[-2.659,51.342],[-2.652,51.344],[-2.652,51.349],[-2.65,51.355],[-2.65,51.362],[-2.651,51.366],[-2.646,51.373],[-2.642,51.375],[-2.639,51.373],[-2.63,51.375],[-2.633,51.377],[-2.632,51.38],[-2.627,51.381],[-2.63,51.385],[-2.623,51.386],[-2.622,51.384],[-2.615,51.381],[-2.615,51.385],[-2.622,51.387],[-2.623,51.389],[-2.615,51.391],[-2.608,51.389],[-2.604,51.391],[-2.603,51.394],[-2.598,51.393],[-2.592,51.394],[-2.587,51.395],[-2.59,51.398],[-2.593,51.397],[-2.601,51.4],[-2.611,51.401],[-2.612,51.402],[-2.617,51.402],[-2.62,51.404],[-2.626,51.404],[-2.628,51.402],[-2.633,51.403],[-2.635,51.407],[-2.632,51.408],[-2.63,51.415],[-2.632,51.417],[-2.631,51.419],[-2.637,51.423],[-2.634,51.426],[-2.633,51.436],[-2.63,51.437],[-2.63,51.44],[-2.634,51.439],[-2.64,51.44],[-2.637,51.444],[-2.633,51.447],[-2.627,51.447],[-2.627,51.45],[-2.628,51.454],[-2.632,51.458],[-2.632,51.462],[-2.635,51.467],[-2.636,51.468],[-2.646,51.471],[-2.649,51.472],[-2.649,51.473],[-2.651,51.474],[-2.652,51.478],[-2.654,51.48],[-2.661,51.486],[-2.664,51.486],[-2.668,51.482],[-2.675,51.48],[-2.682,51.481],[-2.691,51.487],[-2.691,51.486],[-2.692,51.486],[-2.692,51.487],[-2.694,51.489],[-2.696,51.489],[-2.696,51.49],[-2.703,51.494],[-2.704,51.494],[-2.711,51.496],[-2.712,51.497],[-2.717,51.501],[-2.722,51.502],[-2.725,51.501],[-2.727,51.5]]]},"properties":{"PCON24NM":"North Somerset","PCON24CD":"E14001399"},"PCON24CD":336}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.503,52.564],[-1.52,52.57],[-1.523,52.574],[-1.527,52.575],[-1.525,52.58],[-1.527,52.583],[-1.531,52.583],[-1.532,52.586],[-1.538,52.59],[-1.543,52.589],[-1.547,52.592],[-1.553,52.594],[-1.556,52.594],[-1.56,52.596],[-1.557,52.601],[-1.557,52.609],[-1.554,52.613],[-1.561,52.617],[-1.561,52.62],[-1.567,52.621],[-1.568,52.623],[-1.566,52.626],[-1.567,52.629],[-1.565,52.631],[-1.571,52.634],[-1.568,52.636],[-1.559,52.637],[-1.554,52.64],[-1.547,52.642],[-1.545,52.645],[-1.543,52.648],[-1.545,52.65],[-1.542,52.654],[-1.547,52.656],[-1.546,52.659],[-1.55,52.663],[-1.553,52.669],[-1.56,52.671],[-1.565,52.674],[-1.57,52.676],[-1.566,52.678],[-1.569,52.68],[-1.577,52.678],[-1.579,52.68],[-1.584,52.685],[-1.59,52.687],[-1.602,52.68],[-1.605,52.676],[-1.605,52.673],[-1.615,52.672],[-1.616,52.669],[-1.619,52.668],[-1.625,52.666],[-1.628,52.664],[-1.639,52.659],[-1.645,52.658],[-1.643,52.654],[-1.643,52.651],[-1.639,52.647],[-1.633,52.643],[-1.642,52.641],[-1.638,52.638],[-1.643,52.631],[-1.638,52.625],[-1.643,52.623],[-1.644,52.621],[-1.636,52.62],[-1.64,52.614],[-1.64,52.608],[-1.645,52.603],[-1.656,52.595],[-1.661,52.595],[-1.666,52.596],[-1.666,52.592],[-1.674,52.593],[-1.68,52.594],[-1.686,52.593],[-1.686,52.589],[-1.689,52.589],[-1.698,52.591],[-1.703,52.591],[-1.704,52.588],[-1.708,52.587],[-1.714,52.589],[-1.719,52.589],[-1.723,52.588],[-1.738,52.589],[-1.74,52.59],[-1.739,52.594],[-1.741,52.594],[-1.751,52.593],[-1.756,52.592],[-1.77,52.589],[-1.775,52.592],[-1.781,52.591],[-1.784,52.589],[-1.788,52.588],[-1.788,52.585],[-1.785,52.582],[-1.779,52.579],[-1.779,52.576],[-1.777,52.575],[-1.77,52.575],[-1.767,52.571],[-1.764,52.57],[-1.77,52.568],[-1.774,52.565],[-1.767,52.562],[-1.768,52.559],[-1.765,52.557],[-1.756,52.555],[-1.753,52.545],[-1.749,52.541],[-1.748,52.537],[-1.751,52.536],[-1.749,52.531],[-1.739,52.532],[-1.739,52.529],[-1.732,52.528],[-1.729,52.525],[-1.732,52.523],[-1.735,52.523],[-1.742,52.521],[-1.746,52.52],[-1.754,52.521],[-1.754,52.518],[-1.754,52.513],[-1.746,52.51],[-1.744,52.508],[-1.733,52.492],[-1.73,52.489],[-1.723,52.483],[-1.713,52.477],[-1.711,52.474],[-1.71,52.467],[-1.704,52.461],[-1.7,52.459],[-1.699,52.456],[-1.69,52.448],[-1.686,52.446],[-1.683,52.44],[-1.678,52.439],[-1.677,52.436],[-1.671,52.437],[-1.667,52.435],[-1.665,52.44],[-1.665,52.443],[-1.662,52.444],[-1.656,52.441],[-1.653,52.441],[-1.641,52.443],[-1.635,52.449],[-1.634,52.452],[-1.625,52.457],[-1.627,52.462],[-1.624,52.464],[-1.618,52.464],[-1.614,52.463],[-1.611,52.459],[-1.598,52.455],[-1.595,52.456],[-1.597,52.458],[-1.593,52.462],[-1.586,52.46],[-1.579,52.458],[-1.574,52.458],[-1.568,52.456],[-1.563,52.456],[-1.551,52.457],[-1.549,52.459],[-1.54,52.465],[-1.535,52.459],[-1.529,52.457],[-1.522,52.456],[-1.518,52.457],[-1.52,52.453],[-1.505,52.45],[-1.5,52.451],[-1.496,52.452],[-1.492,52.455],[-1.493,52.458],[-1.483,52.458],[-1.473,52.456],[-1.471,52.457],[-1.465,52.46],[-1.464,52.463],[-1.466,52.471],[-1.454,52.478],[-1.454,52.48],[-1.46,52.485],[-1.458,52.489],[-1.464,52.491],[-1.47,52.491],[-1.472,52.499],[-1.478,52.495],[-1.483,52.49],[-1.489,52.488],[-1.494,52.49],[-1.501,52.491],[-1.504,52.49],[-1.513,52.492],[-1.519,52.493],[-1.523,52.494],[-1.529,52.496],[-1.532,52.498],[-1.532,52.501],[-1.536,52.504],[-1.542,52.506],[-1.541,52.508],[-1.546,52.508],[-1.556,52.516],[-1.558,52.513],[-1.558,52.509],[-1.561,52.505],[-1.564,52.501],[-1.567,52.501],[-1.569,52.498],[-1.575,52.496],[-1.582,52.497],[-1.588,52.5],[-1.594,52.5],[-1.597,52.495],[-1.602,52.495],[-1.607,52.497],[-1.612,52.499],[-1.618,52.503],[-1.62,52.504],[-1.624,52.508],[-1.63,52.51],[-1.64,52.518],[-1.649,52.521],[-1.648,52.525],[-1.645,52.525],[-1.644,52.53],[-1.639,52.53],[-1.635,52.532],[-1.632,52.532],[-1.63,52.535],[-1.63,52.538],[-1.626,52.539],[-1.626,52.54],[-1.615,52.54],[-1.615,52.537],[-1.609,52.535],[-1.605,52.532],[-1.599,52.536],[-1.592,52.538],[-1.593,52.542],[-1.591,52.545],[-1.585,52.547],[-1.576,52.549],[-1.572,52.551],[-1.568,52.547],[-1.568,52.546],[-1.564,52.544],[-1.559,52.548],[-1.553,52.545],[-1.549,52.544],[-1.542,52.548],[-1.539,52.551],[-1.529,52.552],[-1.518,52.553],[-1.503,52.564]]]},"properties":{"PCON24NM":"North Warwickshire and Bedworth","PCON24CD":"E14001400"},"PCON24CD":337}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.259,52.652],[-0.262,52.652],[-0.265,52.654],[-0.273,52.66],[-0.278,52.663],[-0.279,52.666],[-0.287,52.668],[-0.289,52.67],[-0.294,52.669],[-0.297,52.671],[-0.31,52.673],[-0.319,52.675],[-0.329,52.674],[-0.333,52.675],[-0.336,52.674],[-0.337,52.672],[-0.336,52.669],[-0.341,52.665],[-0.344,52.665],[-0.347,52.663],[-0.354,52.661],[-0.357,52.659],[-0.363,52.66],[-0.368,52.66],[-0.377,52.656],[-0.382,52.656],[-0.389,52.654],[-0.393,52.654],[-0.401,52.65],[-0.406,52.648],[-0.413,52.648],[-0.421,52.647],[-0.428,52.649],[-0.432,52.648],[-0.437,52.65],[-0.441,52.652],[-0.453,52.654],[-0.453,52.649],[-0.46,52.65],[-0.468,52.65],[-0.476,52.649],[-0.476,52.645],[-0.486,52.645],[-0.493,52.641],[-0.495,52.64],[-0.488,52.633],[-0.485,52.633],[-0.477,52.631],[-0.473,52.627],[-0.471,52.624],[-0.472,52.621],[-0.471,52.618],[-0.475,52.617],[-0.474,52.614],[-0.48,52.614],[-0.481,52.603],[-0.485,52.602],[-0.486,52.599],[-0.489,52.597],[-0.491,52.591],[-0.494,52.59],[-0.498,52.587],[-0.493,52.582],[-0.485,52.58],[-0.479,52.577],[-0.481,52.576],[-0.479,52.574],[-0.461,52.576],[-0.447,52.579],[-0.427,52.582],[-0.42,52.581],[-0.415,52.579],[-0.416,52.57],[-0.412,52.569],[-0.407,52.566],[-0.41,52.562],[-0.417,52.562],[-0.42,52.559],[-0.416,52.556],[-0.416,52.552],[-0.411,52.55],[-0.402,52.548],[-0.404,52.543],[-0.401,52.539],[-0.405,52.532],[-0.41,52.531],[-0.414,52.527],[-0.413,52.525],[-0.409,52.523],[-0.4,52.522],[-0.392,52.519],[-0.387,52.516],[-0.378,52.511],[-0.373,52.511],[-0.369,52.509],[-0.358,52.506],[-0.356,52.506],[-0.352,52.503],[-0.356,52.501],[-0.359,52.497],[-0.359,52.495],[-0.358,52.492],[-0.358,52.489],[-0.354,52.485],[-0.35,52.483],[-0.35,52.481],[-0.348,52.478],[-0.349,52.473],[-0.349,52.472],[-0.342,52.469],[-0.342,52.467],[-0.344,52.466],[-0.349,52.463],[-0.353,52.461],[-0.355,52.456],[-0.363,52.451],[-0.362,52.449],[-0.363,52.447],[-0.367,52.443],[-0.369,52.441],[-0.37,52.437],[-0.362,52.434],[-0.366,52.432],[-0.372,52.431],[-0.379,52.428],[-0.39,52.422],[-0.38,52.422],[-0.365,52.421],[-0.358,52.424],[-0.354,52.422],[-0.349,52.413],[-0.345,52.415],[-0.34,52.42],[-0.336,52.422],[-0.318,52.427],[-0.316,52.43],[-0.322,52.439],[-0.33,52.448],[-0.316,52.451],[-0.306,52.452],[-0.303,52.45],[-0.299,52.451],[-0.297,52.45],[-0.282,52.452],[-0.277,52.451],[-0.27,52.453],[-0.27,52.448],[-0.265,52.445],[-0.257,52.445],[-0.24,52.446],[-0.23,52.446],[-0.226,52.451],[-0.222,52.454],[-0.204,52.469],[-0.193,52.467],[-0.186,52.469],[-0.183,52.467],[-0.181,52.463],[-0.186,52.442],[-0.18,52.442],[-0.181,52.438],[-0.171,52.437],[-0.168,52.442],[-0.171,52.443],[-0.171,52.446],[-0.169,52.447],[-0.16,52.447],[-0.155,52.451],[-0.138,52.45],[-0.14,52.448],[-0.136,52.443],[-0.131,52.441],[-0.133,52.437],[-0.133,52.434],[-0.128,52.433],[-0.123,52.433],[-0.114,52.431],[-0.122,52.429],[-0.12,52.425],[-0.114,52.425],[-0.108,52.423],[-0.105,52.425],[-0.093,52.423],[-0.09,52.427],[-0.093,52.428],[-0.086,52.431],[-0.073,52.443],[-0.068,52.441],[-0.058,52.437],[-0.05,52.445],[-0.048,52.444],[-0.038,52.455],[-0.034,52.453],[-0.023,52.464],[-0.009,52.462],[-0.019,52.468],[-0.032,52.473],[-0.039,52.473],[-0.038,52.479],[-0.04,52.483],[-0.039,52.499],[-0.039,52.502],[-0.045,52.503],[-0.052,52.502],[-0.053,52.504],[-0.051,52.509],[-0.048,52.511],[-0.055,52.513],[-0.058,52.512],[-0.07,52.517],[-0.071,52.506],[-0.09,52.496],[-0.098,52.502],[-0.105,52.498],[-0.102,52.496],[-0.105,52.494],[-0.114,52.489],[-0.13,52.501],[-0.143,52.511],[-0.151,52.516],[-0.16,52.523],[-0.167,52.528],[-0.171,52.531],[-0.181,52.534],[-0.188,52.537],[-0.19,52.54],[-0.186,52.545],[-0.191,52.548],[-0.191,52.55],[-0.198,52.551],[-0.195,52.554],[-0.188,52.56],[-0.19,52.565],[-0.182,52.567],[-0.187,52.569],[-0.204,52.566],[-0.232,52.566],[-0.24,52.568],[-0.255,52.568],[-0.255,52.573],[-0.268,52.573],[-0.271,52.572],[-0.274,52.569],[-0.279,52.566],[-0.285,52.564],[-0.28,52.561],[-0.289,52.56],[-0.296,52.562],[-0.3,52.568],[-0.306,52.572],[-0.303,52.576],[-0.299,52.577],[-0.298,52.58],[-0.29,52.585],[-0.287,52.591],[-0.291,52.593],[-0.294,52.596],[-0.291,52.601],[-0.289,52.604],[-0.288,52.607],[-0.29,52.609],[-0.288,52.611],[-0.294,52.613],[-0.298,52.616],[-0.29,52.622],[-0.281,52.633],[-0.275,52.632],[-0.268,52.634],[-0.268,52.636],[-0.261,52.639],[-0.264,52.645],[-0.269,52.646],[-0.266,52.648],[-0.259,52.652]]]},"properties":{"PCON24NM":"North West Cambridgeshire","PCON24CD":"E14001401"},"PCON24CD":338}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.364,52.044],[0.363,52.045],[0.352,52.047],[0.344,52.051],[0.344,52.053],[0.342,52.056],[0.338,52.06],[0.332,52.063],[0.328,52.068],[0.325,52.07],[0.325,52.073],[0.317,52.076],[0.311,52.077],[0.309,52.08],[0.302,52.083],[0.292,52.088],[0.285,52.091],[0.276,52.093],[0.272,52.09],[0.265,52.085],[0.254,52.08],[0.252,52.077],[0.248,52.079],[0.246,52.082],[0.244,52.083],[0.235,52.089],[0.229,52.09],[0.224,52.089],[0.213,52.09],[0.21,52.092],[0.203,52.093],[0.199,52.086],[0.194,52.075],[0.183,52.073],[0.187,52.066],[0.19,52.062],[0.19,52.06],[0.186,52.057],[0.178,52.057],[0.174,52.056],[0.168,52.055],[0.166,52.048],[0.161,52.048],[0.161,52.052],[0.153,52.05],[0.151,52.053],[0.136,52.05],[0.133,52.048],[0.128,52.049],[0.128,52.052],[0.125,52.054],[0.123,52.058],[0.119,52.06],[0.115,52.061],[0.106,52.06],[0.105,52.058],[0.106,52.051],[0.102,52.046],[0.1,52.042],[0.101,52.039],[0.094,52.033],[0.095,52.029],[0.091,52.025],[0.092,52.022],[0.085,52.016],[0.083,52.011],[0.08,52.008],[0.076,52.007],[0.072,52.008],[0.068,52.006],[0.074,52.001],[0.074,51.994],[0.072,51.987],[0.069,51.983],[0.072,51.982],[0.076,51.981],[0.084,51.981],[0.096,51.984],[0.098,51.982],[0.098,51.977],[0.102,51.976],[0.107,51.972],[0.104,51.966],[0.106,51.963],[0.111,51.96],[0.114,51.956],[0.118,51.947],[0.118,51.941],[0.119,51.934],[0.122,51.929],[0.12,51.927],[0.124,51.924],[0.123,51.92],[0.122,51.911],[0.123,51.902],[0.123,51.901],[0.125,51.892],[0.124,51.889],[0.125,51.885],[0.129,51.884],[0.14,51.885],[0.142,51.888],[0.147,51.887],[0.162,51.892],[0.165,51.891],[0.169,51.892],[0.168,51.894],[0.176,51.895],[0.179,51.896],[0.184,51.894],[0.182,51.891],[0.177,51.888],[0.178,51.886],[0.175,51.883],[0.185,51.878],[0.188,51.875],[0.194,51.873],[0.194,51.87],[0.196,51.868],[0.199,51.873],[0.205,51.873],[0.208,51.873],[0.214,51.874],[0.216,51.872],[0.222,51.873],[0.226,51.87],[0.251,51.867],[0.266,51.866],[0.268,51.861],[0.272,51.862],[0.27,51.866],[0.285,51.866],[0.289,51.863],[0.298,51.859],[0.298,51.853],[0.301,51.851],[0.308,51.849],[0.315,51.855],[0.327,51.855],[0.33,51.852],[0.327,51.847],[0.329,51.844],[0.334,51.845],[0.336,51.844],[0.332,51.839],[0.327,51.84],[0.319,51.839],[0.309,51.831],[0.305,51.83],[0.3,51.825],[0.291,51.825],[0.286,51.825],[0.284,51.821],[0.285,51.812],[0.286,51.808],[0.285,51.802],[0.284,51.797],[0.286,51.795],[0.282,51.794],[0.281,51.79],[0.288,51.789],[0.296,51.79],[0.297,51.79],[0.299,51.785],[0.296,51.781],[0.302,51.779],[0.302,51.775],[0.299,51.774],[0.3,51.772],[0.303,51.772],[0.308,51.77],[0.312,51.77],[0.313,51.769],[0.322,51.77],[0.344,51.768],[0.345,51.766],[0.344,51.76],[0.343,51.758],[0.341,51.753],[0.344,51.749],[0.346,51.742],[0.345,51.735],[0.348,51.731],[0.343,51.724],[0.339,51.721],[0.334,51.719],[0.336,51.714],[0.337,51.709],[0.339,51.707],[0.339,51.702],[0.344,51.698],[0.347,51.694],[0.361,51.69],[0.363,51.692],[0.369,51.693],[0.377,51.699],[0.379,51.699],[0.386,51.697],[0.389,51.699],[0.394,51.7],[0.405,51.709],[0.411,51.706],[0.419,51.703],[0.423,51.704],[0.43,51.704],[0.435,51.702],[0.441,51.708],[0.444,51.711],[0.447,51.714],[0.446,51.718],[0.443,51.72],[0.446,51.723],[0.443,51.726],[0.444,51.731],[0.447,51.735],[0.444,51.737],[0.442,51.741],[0.436,51.746],[0.435,51.749],[0.441,51.755],[0.441,51.756],[0.448,51.757],[0.452,51.757],[0.463,51.758],[0.468,51.757],[0.477,51.753],[0.483,51.753],[0.485,51.757],[0.481,51.759],[0.484,51.765],[0.493,51.765],[0.501,51.763],[0.502,51.767],[0.501,51.773],[0.51,51.771],[0.508,51.765],[0.508,51.761],[0.51,51.757],[0.519,51.752],[0.526,51.75],[0.533,51.744],[0.537,51.744],[0.539,51.748],[0.546,51.746],[0.55,51.748],[0.556,51.748],[0.561,51.749],[0.565,51.748],[0.57,51.75],[0.572,51.752],[0.571,51.754],[0.567,51.759],[0.565,51.765],[0.563,51.767],[0.559,51.775],[0.554,51.779],[0.551,51.78],[0.545,51.785],[0.54,51.791],[0.534,51.793],[0.529,51.797],[0.528,51.8],[0.524,51.803],[0.525,51.81],[0.528,51.811],[0.532,51.81],[0.533,51.816],[0.524,51.82],[0.526,51.822],[0.53,51.823],[0.53,51.83],[0.529,51.837],[0.524,51.84],[0.52,51.844],[0.525,51.849],[0.519,51.85],[0.518,51.849],[0.511,51.848],[0.507,51.848],[0.5,51.846],[0.489,51.843],[0.486,51.84],[0.475,51.84],[0.469,51.84],[0.466,51.839],[0.462,51.835],[0.459,51.835],[0.451,51.834],[0.45,51.831],[0.447,51.829],[0.443,51.829],[0.44,51.832],[0.435,51.831],[0.431,51.832],[0.431,51.836],[0.428,51.838],[0.424,51.846],[0.425,51.851],[0.424,51.854],[0.418,51.857],[0.421,51.86],[0.421,51.861],[0.43,51.868],[0.425,51.876],[0.42,51.88],[0.416,51.881],[0.412,51.886],[0.405,51.885],[0.4,51.886],[0.393,51.892],[0.388,51.898],[0.385,51.902],[0.389,51.903],[0.394,51.906],[0.402,51.904],[0.404,51.908],[0.402,51.912],[0.399,51.914],[0.393,51.915],[0.394,51.917],[0.4,51.919],[0.403,51.922],[0.412,51.923],[0.411,51.927],[0.413,51.93],[0.408,51.934],[0.402,51.937],[0.398,51.937],[0.392,51.939],[0.394,51.947],[0.396,51.95],[0.394,51.952],[0.392,51.951],[0.389,51.955],[0.383,51.957],[0.382,51.959],[0.376,51.962],[0.368,51.964],[0.359,51.968],[0.354,51.97],[0.352,51.972],[0.345,51.975],[0.343,51.979],[0.342,51.988],[0.341,51.998],[0.336,51.998],[0.331,51.999],[0.327,52.002],[0.326,52.006],[0.318,52.01],[0.313,52.014],[0.311,52.018],[0.308,52.02],[0.309,52.023],[0.314,52.024],[0.323,52.027],[0.332,52.033],[0.341,52.039],[0.345,52.04],[0.347,52.038],[0.353,52.04],[0.356,52.04],[0.364,52.044]]]},"properties":{"PCON24NM":"North West Essex","PCON24CD":"E14001402"},"PCON24CD":339}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.221,51.368],[-1.225,51.37],[-1.231,51.367],[-1.236,51.368],[-1.24,51.366],[-1.246,51.368],[-1.249,51.372],[-1.258,51.372],[-1.259,51.37],[-1.266,51.371],[-1.27,51.37],[-1.273,51.368],[-1.276,51.367],[-1.278,51.369],[-1.283,51.368],[-1.288,51.368],[-1.294,51.371],[-1.298,51.371],[-1.307,51.371],[-1.312,51.373],[-1.319,51.373],[-1.323,51.372],[-1.325,51.373],[-1.333,51.371],[-1.338,51.369],[-1.343,51.369],[-1.349,51.367],[-1.356,51.368],[-1.36,51.367],[-1.364,51.369],[-1.369,51.368],[-1.372,51.368],[-1.378,51.368],[-1.388,51.37],[-1.411,51.373],[-1.418,51.371],[-1.419,51.367],[-1.423,51.362],[-1.428,51.359],[-1.429,51.357],[-1.432,51.356],[-1.441,51.356],[-1.444,51.355],[-1.444,51.352],[-1.445,51.348],[-1.442,51.347],[-1.436,51.343],[-1.43,51.337],[-1.45,51.333],[-1.458,51.333],[-1.484,51.331],[-1.495,51.329],[-1.498,51.329],[-1.511,51.335],[-1.516,51.339],[-1.521,51.338],[-1.528,51.338],[-1.528,51.334],[-1.527,51.331],[-1.531,51.329],[-1.532,51.327],[-1.533,51.321],[-1.534,51.316],[-1.528,51.314],[-1.527,51.311],[-1.527,51.309],[-1.525,51.307],[-1.528,51.3],[-1.525,51.297],[-1.521,51.298],[-1.52,51.296],[-1.524,51.293],[-1.523,51.287],[-1.529,51.286],[-1.535,51.287],[-1.543,51.281],[-1.537,51.277],[-1.537,51.27],[-1.539,51.268],[-1.541,51.261],[-1.537,51.261],[-1.531,51.263],[-1.53,51.26],[-1.531,51.255],[-1.536,51.249],[-1.529,51.249],[-1.525,51.247],[-1.516,51.245],[-1.512,51.244],[-1.509,51.238],[-1.509,51.235],[-1.507,51.234],[-1.501,51.236],[-1.494,51.234],[-1.496,51.232],[-1.494,51.23],[-1.496,51.226],[-1.493,51.226],[-1.493,51.22],[-1.492,51.218],[-1.497,51.218],[-1.509,51.217],[-1.511,51.218],[-1.516,51.219],[-1.521,51.215],[-1.529,51.21],[-1.532,51.21],[-1.534,51.206],[-1.53,51.205],[-1.523,51.205],[-1.513,51.206],[-1.51,51.203],[-1.506,51.201],[-1.487,51.195],[-1.479,51.195],[-1.459,51.2],[-1.446,51.202],[-1.435,51.205],[-1.435,51.208],[-1.431,51.209],[-1.43,51.211],[-1.424,51.214],[-1.423,51.218],[-1.425,51.222],[-1.421,51.224],[-1.405,51.22],[-1.4,51.22],[-1.397,51.217],[-1.389,51.215],[-1.384,51.215],[-1.382,51.212],[-1.377,51.208],[-1.374,51.206],[-1.369,51.202],[-1.365,51.202],[-1.36,51.205],[-1.359,51.208],[-1.36,51.21],[-1.358,51.212],[-1.355,51.211],[-1.346,51.208],[-1.341,51.205],[-1.339,51.2],[-1.34,51.196],[-1.342,51.187],[-1.341,51.185],[-1.332,51.188],[-1.328,51.19],[-1.321,51.191],[-1.309,51.195],[-1.299,51.197],[-1.29,51.194],[-1.285,51.195],[-1.275,51.195],[-1.271,51.194],[-1.262,51.194],[-1.254,51.192],[-1.253,51.191],[-1.249,51.191],[-1.247,51.194],[-1.244,51.197],[-1.243,51.202],[-1.24,51.203],[-1.24,51.207],[-1.242,51.21],[-1.238,51.213],[-1.235,51.223],[-1.235,51.224],[-1.235,51.226],[-1.233,51.23],[-1.233,51.235],[-1.229,51.234],[-1.229,51.24],[-1.231,51.244],[-1.226,51.245],[-1.223,51.244],[-1.223,51.247],[-1.222,51.253],[-1.222,51.261],[-1.214,51.263],[-1.215,51.265],[-1.218,51.266],[-1.219,51.269],[-1.212,51.271],[-1.205,51.273],[-1.198,51.277],[-1.194,51.284],[-1.19,51.287],[-1.186,51.286],[-1.182,51.283],[-1.178,51.282],[-1.181,51.288],[-1.178,51.291],[-1.179,51.294],[-1.177,51.297],[-1.172,51.296],[-1.165,51.29],[-1.151,51.289],[-1.152,51.284],[-1.149,51.277],[-1.14,51.28],[-1.136,51.278],[-1.126,51.278],[-1.119,51.276],[-1.113,51.276],[-1.102,51.277],[-1.106,51.281],[-1.095,51.283],[-1.09,51.285],[-1.089,51.29],[-1.075,51.288],[-1.07,51.288],[-1.071,51.298],[-1.072,51.302],[-1.07,51.305],[-1.071,51.31],[-1.072,51.316],[-1.074,51.32],[-1.083,51.323],[-1.085,51.325],[-1.092,51.324],[-1.095,51.322],[-1.099,51.324],[-1.097,51.326],[-1.095,51.333],[-1.093,51.336],[-1.09,51.337],[-1.097,51.339],[-1.105,51.342],[-1.11,51.344],[-1.116,51.353],[-1.116,51.36],[-1.119,51.36],[-1.124,51.361],[-1.125,51.358],[-1.131,51.358],[-1.139,51.357],[-1.144,51.357],[-1.147,51.359],[-1.17,51.361],[-1.177,51.357],[-1.189,51.363],[-1.2,51.365],[-1.202,51.366],[-1.211,51.367],[-1.214,51.366],[-1.218,51.366],[-1.221,51.368]]]},"properties":{"PCON24NM":"North West Hampshire","PCON24CD":"E14001403"},"PCON24CD":340}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.268,52.873],[-1.275,52.876],[-1.281,52.875],[-1.287,52.872],[-1.29,52.872],[-1.296,52.875],[-1.302,52.876],[-1.306,52.877],[-1.308,52.874],[-1.311,52.873],[-1.319,52.873],[-1.319,52.87],[-1.324,52.868],[-1.325,52.866],[-1.334,52.867],[-1.34,52.865],[-1.342,52.868],[-1.346,52.865],[-1.343,52.863],[-1.347,52.862],[-1.348,52.86],[-1.352,52.858],[-1.351,52.855],[-1.358,52.856],[-1.365,52.853],[-1.366,52.851],[-1.372,52.848],[-1.381,52.846],[-1.385,52.843],[-1.388,52.839],[-1.394,52.837],[-1.393,52.834],[-1.388,52.833],[-1.399,52.822],[-1.406,52.817],[-1.404,52.817],[-1.41,52.81],[-1.414,52.807],[-1.418,52.802],[-1.425,52.801],[-1.436,52.803],[-1.441,52.802],[-1.441,52.799],[-1.443,52.796],[-1.442,52.794],[-1.448,52.79],[-1.452,52.79],[-1.462,52.787],[-1.459,52.784],[-1.461,52.782],[-1.457,52.779],[-1.46,52.776],[-1.462,52.771],[-1.467,52.768],[-1.473,52.765],[-1.477,52.766],[-1.48,52.764],[-1.488,52.762],[-1.492,52.759],[-1.496,52.76],[-1.499,52.764],[-1.502,52.767],[-1.505,52.768],[-1.519,52.767],[-1.525,52.766],[-1.525,52.764],[-1.53,52.761],[-1.533,52.763],[-1.538,52.76],[-1.542,52.761],[-1.547,52.764],[-1.553,52.763],[-1.555,52.762],[-1.554,52.758],[-1.557,52.758],[-1.56,52.752],[-1.562,52.751],[-1.557,52.745],[-1.555,52.74],[-1.55,52.735],[-1.545,52.733],[-1.545,52.728],[-1.535,52.728],[-1.532,52.727],[-1.525,52.728],[-1.518,52.728],[-1.511,52.723],[-1.503,52.725],[-1.499,52.724],[-1.497,52.721],[-1.51,52.714],[-1.517,52.712],[-1.52,52.707],[-1.527,52.708],[-1.526,52.704],[-1.519,52.702],[-1.513,52.696],[-1.512,52.692],[-1.507,52.688],[-1.504,52.687],[-1.498,52.689],[-1.495,52.693],[-1.493,52.693],[-1.488,52.695],[-1.482,52.698],[-1.476,52.702],[-1.473,52.702],[-1.467,52.707],[-1.456,52.703],[-1.451,52.703],[-1.44,52.702],[-1.436,52.704],[-1.438,52.699],[-1.441,52.696],[-1.445,52.693],[-1.451,52.688],[-1.445,52.685],[-1.43,52.681],[-1.429,52.683],[-1.424,52.684],[-1.421,52.683],[-1.418,52.678],[-1.408,52.673],[-1.399,52.672],[-1.397,52.674],[-1.384,52.674],[-1.382,52.675],[-1.374,52.677],[-1.371,52.678],[-1.363,52.68],[-1.361,52.676],[-1.361,52.681],[-1.358,52.683],[-1.354,52.685],[-1.348,52.685],[-1.35,52.689],[-1.343,52.69],[-1.35,52.694],[-1.341,52.696],[-1.33,52.699],[-1.322,52.7],[-1.318,52.702],[-1.311,52.706],[-1.308,52.707],[-1.299,52.707],[-1.292,52.709],[-1.285,52.715],[-1.281,52.715],[-1.266,52.724],[-1.262,52.724],[-1.266,52.729],[-1.263,52.731],[-1.251,52.736],[-1.247,52.736],[-1.251,52.739],[-1.251,52.741],[-1.259,52.744],[-1.264,52.745],[-1.268,52.746],[-1.275,52.74],[-1.279,52.739],[-1.287,52.734],[-1.294,52.737],[-1.298,52.74],[-1.299,52.745],[-1.305,52.749],[-1.308,52.748],[-1.319,52.75],[-1.321,52.753],[-1.324,52.755],[-1.328,52.753],[-1.332,52.753],[-1.332,52.756],[-1.334,52.757],[-1.333,52.76],[-1.334,52.764],[-1.329,52.766],[-1.329,52.77],[-1.327,52.776],[-1.323,52.779],[-1.319,52.785],[-1.311,52.785],[-1.305,52.785],[-1.293,52.783],[-1.289,52.784],[-1.28,52.784],[-1.275,52.788],[-1.28,52.789],[-1.279,52.796],[-1.277,52.797],[-1.276,52.8],[-1.272,52.802],[-1.269,52.807],[-1.262,52.81],[-1.263,52.816],[-1.26,52.819],[-1.266,52.821],[-1.271,52.824],[-1.271,52.832],[-1.274,52.834],[-1.274,52.836],[-1.267,52.838],[-1.269,52.84],[-1.266,52.843],[-1.268,52.845],[-1.271,52.846],[-1.272,52.849],[-1.271,52.854],[-1.268,52.856],[-1.269,52.859],[-1.274,52.859],[-1.272,52.868],[-1.27,52.872],[-1.268,52.873]]]},"properties":{"PCON24NM":"North West Leicestershire","PCON24CD":"E14001404"},"PCON24CD":341}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.364,52.726],[0.385,52.74],[0.391,52.746],[0.392,52.748],[0.39,52.753],[0.388,52.759],[0.369,52.788],[0.362,52.797],[0.354,52.806],[0.352,52.809],[0.346,52.814],[0.341,52.815],[0.338,52.815],[0.335,52.817],[0.328,52.818],[0.315,52.819],[0.313,52.818],[0.291,52.818],[0.288,52.819],[0.279,52.816],[0.275,52.817],[0.269,52.816],[0.262,52.804],[0.253,52.797],[0.261,52.796],[0.252,52.793],[0.245,52.785],[0.272,52.773],[0.266,52.772],[0.254,52.767],[0.233,52.76],[0.228,52.757],[0.217,52.753],[0.212,52.75],[0.197,52.742],[0.195,52.739],[0.192,52.738],[0.186,52.735],[0.172,52.738],[0.171,52.736],[0.169,52.726],[0.166,52.721],[0.157,52.708],[0.154,52.682],[0.162,52.679],[0.167,52.68],[0.169,52.679],[0.185,52.678],[0.184,52.675],[0.184,52.667],[0.183,52.659],[0.184,52.656],[0.199,52.654],[0.212,52.652],[0.212,52.653],[0.227,52.649],[0.231,52.653],[0.235,52.66],[0.246,52.672],[0.251,52.676],[0.257,52.678],[0.273,52.68],[0.275,52.679],[0.278,52.705],[0.287,52.719],[0.294,52.732],[0.3,52.731],[0.307,52.726],[0.312,52.727],[0.315,52.726],[0.322,52.729],[0.328,52.727],[0.339,52.728],[0.342,52.726],[0.347,52.729],[0.357,52.728],[0.361,52.726],[0.364,52.726]]],[[[0.712,52.977],[0.706,52.978],[0.706,52.974],[0.71,52.975],[0.714,52.973],[0.718,52.973],[0.721,52.975],[0.726,52.974],[0.732,52.974],[0.735,52.976],[0.726,52.978],[0.718,52.977],[0.712,52.977]]],[[[0.788,52.908],[0.784,52.926],[0.783,52.934],[0.778,52.952],[0.781,52.958],[0.782,52.964],[0.78,52.967],[0.783,52.97],[0.781,52.972],[0.781,52.977],[0.772,52.979],[0.757,52.978],[0.752,52.977],[0.754,52.976],[0.755,52.97],[0.75,52.968],[0.746,52.966],[0.742,52.964],[0.733,52.963],[0.731,52.965],[0.736,52.967],[0.739,52.966],[0.744,52.965],[0.747,52.966],[0.749,52.974],[0.74,52.975],[0.735,52.975],[0.731,52.974],[0.725,52.974],[0.721,52.975],[0.716,52.972],[0.71,52.974],[0.708,52.973],[0.704,52.975],[0.701,52.977],[0.695,52.978],[0.691,52.977],[0.688,52.974],[0.681,52.971],[0.681,52.969],[0.67,52.969],[0.665,52.967],[0.656,52.967],[0.651,52.968],[0.651,52.971],[0.66,52.971],[0.668,52.97],[0.675,52.974],[0.674,52.976],[0.671,52.978],[0.662,52.978],[0.657,52.977],[0.65,52.977],[0.629,52.974],[0.622,52.973],[0.618,52.972],[0.616,52.973],[0.604,52.974],[0.589,52.977],[0.586,52.975],[0.586,52.973],[0.574,52.969],[0.57,52.969],[0.57,52.976],[0.562,52.976],[0.543,52.975],[0.533,52.974],[0.52,52.969],[0.516,52.965],[0.515,52.962],[0.505,52.957],[0.498,52.954],[0.49,52.948],[0.486,52.942],[0.485,52.939],[0.479,52.931],[0.476,52.924],[0.475,52.917],[0.473,52.913],[0.472,52.909],[0.465,52.898],[0.46,52.892],[0.453,52.884],[0.445,52.874],[0.443,52.867],[0.446,52.864],[0.446,52.858],[0.445,52.853],[0.441,52.855],[0.433,52.853],[0.43,52.851],[0.419,52.846],[0.414,52.84],[0.403,52.837],[0.397,52.832],[0.393,52.831],[0.392,52.829],[0.381,52.823],[0.375,52.82],[0.373,52.819],[0.369,52.818],[0.362,52.814],[0.358,52.813],[0.358,52.81],[0.36,52.805],[0.363,52.802],[0.37,52.792],[0.375,52.784],[0.391,52.759],[0.392,52.754],[0.395,52.747],[0.391,52.742],[0.377,52.733],[0.367,52.726],[0.382,52.726],[0.384,52.722],[0.384,52.717],[0.381,52.714],[0.383,52.701],[0.384,52.7],[0.384,52.693],[0.387,52.691],[0.387,52.688],[0.4,52.688],[0.405,52.689],[0.412,52.689],[0.422,52.689],[0.42,52.692],[0.427,52.694],[0.433,52.693],[0.446,52.693],[0.451,52.693],[0.451,52.697],[0.457,52.697],[0.473,52.696],[0.487,52.698],[0.494,52.695],[0.491,52.693],[0.499,52.687],[0.502,52.687],[0.514,52.69],[0.525,52.694],[0.533,52.696],[0.537,52.698],[0.556,52.701],[0.561,52.701],[0.57,52.7],[0.577,52.701],[0.583,52.7],[0.603,52.7],[0.604,52.697],[0.608,52.698],[0.612,52.7],[0.618,52.7],[0.626,52.702],[0.63,52.697],[0.635,52.693],[0.638,52.692],[0.644,52.692],[0.648,52.691],[0.649,52.701],[0.655,52.702],[0.654,52.704],[0.659,52.705],[0.663,52.703],[0.672,52.703],[0.673,52.7],[0.682,52.699],[0.687,52.698],[0.693,52.701],[0.697,52.701],[0.699,52.701],[0.7,52.708],[0.708,52.711],[0.711,52.714],[0.713,52.717],[0.717,52.719],[0.717,52.723],[0.715,52.725],[0.705,52.732],[0.7,52.736],[0.689,52.736],[0.68,52.738],[0.668,52.741],[0.673,52.746],[0.689,52.752],[0.688,52.754],[0.691,52.759],[0.689,52.762],[0.69,52.77],[0.695,52.77],[0.696,52.773],[0.7,52.773],[0.698,52.781],[0.7,52.786],[0.708,52.788],[0.713,52.79],[0.723,52.793],[0.724,52.795],[0.736,52.799],[0.731,52.802],[0.734,52.806],[0.743,52.811],[0.749,52.816],[0.753,52.814],[0.755,52.817],[0.752,52.819],[0.748,52.82],[0.749,52.823],[0.745,52.825],[0.745,52.828],[0.737,52.833],[0.736,52.835],[0.725,52.843],[0.724,52.85],[0.728,52.855],[0.731,52.855],[0.732,52.858],[0.743,52.856],[0.758,52.856],[0.766,52.857],[0.78,52.859],[0.791,52.86],[0.791,52.866],[0.795,52.866],[0.798,52.864],[0.794,52.882],[0.797,52.885],[0.807,52.879],[0.811,52.883],[0.817,52.888],[0.818,52.892],[0.822,52.893],[0.821,52.895],[0.817,52.895],[0.815,52.897],[0.817,52.9],[0.805,52.901],[0.79,52.9],[0.788,52.908]]],[[[0.696,52.988],[0.678,52.988],[0.666,52.987],[0.67,52.985],[0.672,52.986],[0.681,52.985],[0.679,52.981],[0.681,52.977],[0.69,52.981],[0.698,52.981],[0.7,52.98],[0.706,52.98],[0.712,52.979],[0.715,52.977],[0.726,52.978],[0.734,52.977],[0.738,52.977],[0.744,52.978],[0.746,52.981],[0.738,52.982],[0.726,52.983],[0.71,52.985],[0.696,52.988]]]]},"properties":{"PCON24NM":"North West Norfolk","PCON24CD":"E14001405"},"PCON24CD":342}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.815,52.275],[-0.82,52.274],[-0.825,52.278],[-0.827,52.281],[-0.833,52.279],[-0.837,52.281],[-0.845,52.281],[-0.849,52.278],[-0.852,52.279],[-0.851,52.281],[-0.856,52.282],[-0.86,52.281],[-0.865,52.279],[-0.87,52.282],[-0.875,52.283],[-0.88,52.28],[-0.885,52.275],[-0.888,52.278],[-0.895,52.28],[-0.898,52.281],[-0.899,52.279],[-0.905,52.279],[-0.905,52.278],[-0.91,52.277],[-0.923,52.277],[-0.923,52.274],[-0.925,52.272],[-0.932,52.271],[-0.933,52.269],[-0.937,52.269],[-0.945,52.263],[-0.946,52.264],[-0.955,52.262],[-0.954,52.261],[-0.947,52.258],[-0.94,52.255],[-0.935,52.253],[-0.925,52.248],[-0.923,52.243],[-0.92,52.244],[-0.916,52.241],[-0.912,52.237],[-0.915,52.233],[-0.912,52.23],[-0.896,52.231],[-0.892,52.232],[-0.886,52.232],[-0.887,52.234],[-0.889,52.236],[-0.888,52.238],[-0.879,52.238],[-0.861,52.24],[-0.865,52.246],[-0.869,52.249],[-0.85,52.252],[-0.838,52.254],[-0.83,52.257],[-0.825,52.259],[-0.821,52.261],[-0.823,52.264],[-0.826,52.264],[-0.829,52.269],[-0.823,52.271],[-0.823,52.267],[-0.817,52.271],[-0.815,52.271],[-0.815,52.275]]]},"properties":{"PCON24NM":"Northampton North","PCON24CD":"E14001406"},"PCON24CD":343}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.791,52.242],[-0.795,52.254],[-0.801,52.253],[-0.802,52.262],[-0.803,52.267],[-0.809,52.275],[-0.815,52.275],[-0.815,52.271],[-0.817,52.271],[-0.823,52.267],[-0.823,52.271],[-0.829,52.269],[-0.826,52.264],[-0.823,52.264],[-0.821,52.261],[-0.825,52.259],[-0.83,52.257],[-0.838,52.254],[-0.85,52.252],[-0.869,52.249],[-0.865,52.246],[-0.861,52.24],[-0.879,52.238],[-0.888,52.238],[-0.889,52.236],[-0.887,52.234],[-0.886,52.232],[-0.892,52.232],[-0.896,52.231],[-0.912,52.23],[-0.915,52.233],[-0.912,52.237],[-0.916,52.241],[-0.92,52.244],[-0.923,52.243],[-0.925,52.248],[-0.935,52.253],[-0.94,52.255],[-0.947,52.258],[-0.954,52.261],[-0.955,52.262],[-0.959,52.261],[-0.962,52.259],[-0.966,52.256],[-0.968,52.25],[-0.965,52.25],[-0.965,52.246],[-0.964,52.243],[-0.965,52.241],[-0.969,52.24],[-0.969,52.237],[-0.965,52.235],[-0.967,52.232],[-0.969,52.231],[-0.969,52.228],[-0.967,52.226],[-0.967,52.223],[-0.968,52.219],[-0.951,52.212],[-0.932,52.207],[-0.922,52.203],[-0.917,52.2],[-0.903,52.19],[-0.895,52.187],[-0.892,52.192],[-0.892,52.197],[-0.889,52.198],[-0.885,52.196],[-0.879,52.195],[-0.877,52.198],[-0.872,52.201],[-0.862,52.206],[-0.854,52.208],[-0.845,52.208],[-0.841,52.209],[-0.837,52.212],[-0.839,52.214],[-0.838,52.218],[-0.834,52.223],[-0.83,52.223],[-0.835,52.228],[-0.834,52.233],[-0.839,52.233],[-0.841,52.237],[-0.829,52.238],[-0.822,52.238],[-0.815,52.24],[-0.812,52.242],[-0.805,52.241],[-0.803,52.241],[-0.791,52.242]]]},"properties":{"PCON24NM":"Northampton South","PCON24CD":"E14001407"},"PCON24CD":344}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.343,52.625],[1.341,52.626],[1.333,52.626],[1.33,52.624],[1.335,52.625],[1.343,52.625]]],[[[1.368,52.624],[1.371,52.628],[1.371,52.63],[1.373,52.635],[1.372,52.641],[1.372,52.644],[1.367,52.648],[1.356,52.65],[1.365,52.653],[1.356,52.664],[1.354,52.667],[1.352,52.671],[1.357,52.674],[1.36,52.675],[1.354,52.678],[1.349,52.678],[1.347,52.675],[1.34,52.674],[1.335,52.67],[1.33,52.669],[1.326,52.67],[1.327,52.672],[1.324,52.674],[1.317,52.674],[1.315,52.671],[1.31,52.672],[1.3,52.674],[1.3,52.677],[1.295,52.679],[1.296,52.681],[1.292,52.685],[1.283,52.677],[1.263,52.677],[1.265,52.675],[1.258,52.674],[1.251,52.672],[1.254,52.671],[1.249,52.668],[1.244,52.676],[1.243,52.681],[1.241,52.682],[1.231,52.687],[1.223,52.69],[1.217,52.693],[1.221,52.7],[1.223,52.702],[1.219,52.704],[1.214,52.701],[1.207,52.698],[1.215,52.694],[1.214,52.69],[1.211,52.688],[1.215,52.682],[1.213,52.68],[1.215,52.678],[1.217,52.673],[1.213,52.669],[1.208,52.669],[1.207,52.661],[1.213,52.663],[1.217,52.666],[1.219,52.671],[1.222,52.673],[1.234,52.668],[1.235,52.665],[1.233,52.663],[1.235,52.659],[1.244,52.656],[1.248,52.652],[1.247,52.65],[1.249,52.648],[1.262,52.652],[1.26,52.648],[1.259,52.639],[1.264,52.639],[1.27,52.641],[1.284,52.641],[1.287,52.638],[1.292,52.639],[1.297,52.639],[1.299,52.638],[1.31,52.634],[1.315,52.635],[1.32,52.632],[1.327,52.63],[1.326,52.627],[1.323,52.626],[1.325,52.623],[1.329,52.625],[1.332,52.626],[1.334,52.626],[1.342,52.626],[1.343,52.625],[1.344,52.625],[1.345,52.624],[1.348,52.624],[1.349,52.623],[1.354,52.622],[1.358,52.623],[1.362,52.624],[1.364,52.624],[1.368,52.624]]]]},"properties":{"PCON24NM":"Norwich North","PCON24CD":"E14001408"},"PCON24CD":345}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.314,52.614],[1.318,52.615],[1.321,52.617],[1.321,52.619],[1.32,52.616],[1.315,52.615],[1.314,52.614]]],[[[1.249,52.648],[1.238,52.652],[1.236,52.654],[1.231,52.655],[1.224,52.653],[1.223,52.649],[1.214,52.651],[1.21,52.65],[1.208,52.648],[1.211,52.647],[1.21,52.645],[1.204,52.645],[1.205,52.639],[1.208,52.639],[1.214,52.634],[1.214,52.632],[1.213,52.627],[1.216,52.626],[1.223,52.628],[1.223,52.63],[1.227,52.632],[1.229,52.632],[1.232,52.628],[1.228,52.622],[1.234,52.617],[1.241,52.618],[1.245,52.614],[1.242,52.61],[1.248,52.607],[1.251,52.606],[1.258,52.598],[1.263,52.598],[1.264,52.6],[1.27,52.602],[1.274,52.6],[1.274,52.599],[1.283,52.595],[1.287,52.596],[1.293,52.601],[1.301,52.606],[1.303,52.608],[1.307,52.609],[1.313,52.614],[1.315,52.616],[1.318,52.615],[1.321,52.618],[1.32,52.619],[1.32,52.62],[1.325,52.623],[1.323,52.626],[1.326,52.627],[1.327,52.63],[1.32,52.632],[1.315,52.635],[1.31,52.634],[1.299,52.638],[1.297,52.639],[1.292,52.639],[1.287,52.638],[1.284,52.641],[1.27,52.641],[1.264,52.639],[1.259,52.639],[1.26,52.648],[1.262,52.652],[1.249,52.648]]]]},"properties":{"PCON24NM":"Norwich South","PCON24CD":"E14001409"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.086,52.949],[-1.088,52.952],[-1.092,52.953],[-1.092,52.955],[-1.097,52.958],[-1.101,52.959],[-1.102,52.962],[-1.104,52.964],[-1.115,52.965],[-1.12,52.968],[-1.121,52.974],[-1.126,52.981],[-1.124,52.983],[-1.133,52.987],[-1.14,52.986],[-1.141,52.989],[-1.14,52.993],[-1.141,52.997],[-1.146,52.998],[-1.152,52.997],[-1.152,52.994],[-1.165,52.991],[-1.165,52.99],[-1.16,52.988],[-1.159,52.987],[-1.171,52.984],[-1.173,52.983],[-1.174,52.98],[-1.177,52.979],[-1.177,52.977],[-1.183,52.966],[-1.184,52.961],[-1.182,52.96],[-1.177,52.96],[-1.173,52.962],[-1.162,52.956],[-1.169,52.954],[-1.169,52.952],[-1.166,52.947],[-1.172,52.945],[-1.168,52.944],[-1.162,52.944],[-1.153,52.946],[-1.145,52.947],[-1.132,52.947],[-1.133,52.944],[-1.132,52.943],[-1.125,52.943],[-1.122,52.943],[-1.112,52.945],[-1.104,52.942],[-1.1,52.942],[-1.095,52.945],[-1.086,52.949]]]},"properties":{"PCON24NM":"Nottingham East","PCON24CD":"E14001410"},"PCON24CD":347}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.241,53.031],[-1.248,53.031],[-1.247,53.028],[-1.256,53.023],[-1.256,53.018],[-1.261,53.014],[-1.264,53.013],[-1.268,53.014],[-1.272,53.011],[-1.277,53.006],[-1.275,53.005],[-1.275,53.003],[-1.279,53.001],[-1.281,52.995],[-1.277,52.995],[-1.272,52.993],[-1.271,52.991],[-1.278,52.989],[-1.278,52.985],[-1.275,52.985],[-1.275,52.982],[-1.27,52.978],[-1.265,52.98],[-1.261,52.976],[-1.268,52.973],[-1.26,52.966],[-1.253,52.967],[-1.251,52.965],[-1.244,52.968],[-1.241,52.963],[-1.237,52.967],[-1.232,52.968],[-1.235,52.971],[-1.237,52.972],[-1.24,52.976],[-1.244,52.979],[-1.247,52.985],[-1.245,52.985],[-1.239,52.983],[-1.226,52.981],[-1.225,52.978],[-1.228,52.976],[-1.224,52.973],[-1.217,52.974],[-1.216,52.971],[-1.208,52.968],[-1.204,52.965],[-1.202,52.963],[-1.198,52.96],[-1.189,52.959],[-1.184,52.961],[-1.183,52.966],[-1.177,52.977],[-1.177,52.979],[-1.174,52.98],[-1.173,52.983],[-1.171,52.984],[-1.159,52.987],[-1.16,52.988],[-1.165,52.99],[-1.165,52.991],[-1.152,52.994],[-1.152,52.997],[-1.144,53.007],[-1.158,53.011],[-1.167,53.01],[-1.168,53.014],[-1.171,53.014],[-1.184,53.014],[-1.183,53.019],[-1.195,53.015],[-1.201,53.018],[-1.206,53.019],[-1.21,53.018],[-1.213,53.013],[-1.222,53.008],[-1.226,53.008],[-1.231,53.01],[-1.233,53.013],[-1.231,53.016],[-1.232,53.021],[-1.229,53.023],[-1.235,53.028],[-1.241,53.031]]]},"properties":{"PCON24NM":"Nottingham North and Kimberley","PCON24CD":"E14001411"},"PCON24CD":348}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.184,52.961],[-1.189,52.959],[-1.198,52.96],[-1.202,52.963],[-1.204,52.965],[-1.208,52.968],[-1.216,52.971],[-1.217,52.974],[-1.224,52.973],[-1.228,52.976],[-1.225,52.978],[-1.226,52.981],[-1.239,52.983],[-1.245,52.985],[-1.247,52.985],[-1.244,52.979],[-1.24,52.976],[-1.237,52.972],[-1.235,52.971],[-1.232,52.968],[-1.237,52.967],[-1.241,52.963],[-1.242,52.962],[-1.247,52.954],[-1.245,52.95],[-1.234,52.944],[-1.227,52.941],[-1.224,52.942],[-1.218,52.941],[-1.215,52.936],[-1.215,52.934],[-1.206,52.933],[-1.197,52.929],[-1.182,52.917],[-1.191,52.914],[-1.199,52.909],[-1.206,52.912],[-1.211,52.912],[-1.213,52.91],[-1.214,52.904],[-1.217,52.901],[-1.213,52.901],[-1.211,52.903],[-1.199,52.898],[-1.195,52.898],[-1.191,52.897],[-1.192,52.895],[-1.178,52.891],[-1.175,52.89],[-1.169,52.898],[-1.163,52.9],[-1.159,52.9],[-1.159,52.906],[-1.16,52.91],[-1.159,52.913],[-1.155,52.93],[-1.152,52.937],[-1.146,52.932],[-1.143,52.932],[-1.139,52.933],[-1.138,52.937],[-1.132,52.943],[-1.133,52.944],[-1.132,52.947],[-1.145,52.947],[-1.153,52.946],[-1.162,52.944],[-1.168,52.944],[-1.172,52.945],[-1.166,52.947],[-1.169,52.952],[-1.169,52.954],[-1.162,52.956],[-1.173,52.962],[-1.177,52.96],[-1.182,52.96],[-1.184,52.961]]]},"properties":{"PCON24NM":"Nottingham South","PCON24CD":"E14001412"},"PCON24CD":349}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.417,52.534],[-1.419,52.538],[-1.427,52.54],[-1.459,52.552],[-1.464,52.553],[-1.503,52.564],[-1.518,52.553],[-1.529,52.552],[-1.539,52.551],[-1.542,52.548],[-1.549,52.544],[-1.553,52.545],[-1.559,52.548],[-1.564,52.544],[-1.568,52.546],[-1.568,52.547],[-1.572,52.551],[-1.576,52.549],[-1.585,52.547],[-1.591,52.545],[-1.593,52.542],[-1.592,52.538],[-1.599,52.536],[-1.605,52.532],[-1.609,52.535],[-1.615,52.537],[-1.615,52.54],[-1.626,52.54],[-1.626,52.539],[-1.63,52.538],[-1.63,52.535],[-1.632,52.532],[-1.635,52.532],[-1.639,52.53],[-1.644,52.53],[-1.645,52.525],[-1.648,52.525],[-1.649,52.521],[-1.64,52.518],[-1.63,52.51],[-1.624,52.508],[-1.62,52.504],[-1.618,52.503],[-1.612,52.499],[-1.607,52.497],[-1.602,52.495],[-1.597,52.495],[-1.594,52.5],[-1.588,52.5],[-1.582,52.497],[-1.575,52.496],[-1.569,52.498],[-1.567,52.501],[-1.564,52.501],[-1.561,52.505],[-1.558,52.509],[-1.558,52.513],[-1.556,52.516],[-1.546,52.508],[-1.541,52.508],[-1.542,52.506],[-1.536,52.504],[-1.532,52.501],[-1.532,52.498],[-1.529,52.496],[-1.523,52.494],[-1.519,52.493],[-1.513,52.492],[-1.504,52.49],[-1.501,52.491],[-1.494,52.49],[-1.489,52.488],[-1.483,52.49],[-1.478,52.495],[-1.472,52.499],[-1.47,52.491],[-1.464,52.491],[-1.461,52.492],[-1.461,52.494],[-1.457,52.498],[-1.451,52.499],[-1.444,52.499],[-1.441,52.497],[-1.433,52.497],[-1.423,52.496],[-1.412,52.497],[-1.41,52.502],[-1.405,52.507],[-1.407,52.511],[-1.405,52.513],[-1.408,52.515],[-1.413,52.517],[-1.42,52.516],[-1.424,52.514],[-1.429,52.516],[-1.425,52.521],[-1.424,52.525],[-1.422,52.527],[-1.421,52.53],[-1.423,52.532],[-1.417,52.534]]]},"properties":{"PCON24NM":"Nuneaton","PCON24CD":"E14001413"},"PCON24CD":350}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.112,51.473],[0.108,51.476],[0.102,51.474],[0.098,51.475],[0.097,51.473],[0.093,51.473],[0.085,51.469],[0.082,51.465],[0.082,51.462],[0.083,51.46],[0.079,51.459],[0.086,51.457],[0.088,51.447],[0.086,51.445],[0.087,51.443],[0.081,51.44],[0.075,51.432],[0.084,51.429],[0.089,51.424],[0.095,51.42],[0.105,51.415],[0.109,51.414],[0.118,51.413],[0.125,51.415],[0.129,51.415],[0.134,51.414],[0.139,51.412],[0.149,51.408],[0.153,51.409],[0.154,51.411],[0.149,51.412],[0.151,51.415],[0.151,51.42],[0.153,51.422],[0.154,51.428],[0.156,51.431],[0.163,51.429],[0.166,51.43],[0.167,51.435],[0.171,51.441],[0.168,51.443],[0.161,51.445],[0.153,51.448],[0.15,51.448],[0.13,51.448],[0.12,51.449],[0.123,51.453],[0.122,51.456],[0.124,51.462],[0.122,51.463],[0.123,51.466],[0.118,51.468],[0.119,51.472],[0.112,51.473]]]},"properties":{"PCON24NM":"Old Bexley and Sidcup","PCON24CD":"E14001414"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.009,53.617],[-2.014,53.615],[-2.023,53.616],[-2.026,53.621],[-2.027,53.624],[-2.03,53.621],[-2.03,53.617],[-2.033,53.615],[-2.031,53.61],[-2.036,53.603],[-2.042,53.6],[-2.049,53.6],[-2.056,53.597],[-2.055,53.595],[-2.06,53.592],[-2.067,53.592],[-2.07,53.595],[-2.082,53.595],[-2.084,53.594],[-2.088,53.597],[-2.098,53.596],[-2.1,53.598],[-2.106,53.598],[-2.111,53.6],[-2.113,53.593],[-2.118,53.593],[-2.123,53.59],[-2.126,53.587],[-2.123,53.58],[-2.126,53.578],[-2.123,53.575],[-2.113,53.575],[-2.109,53.573],[-2.109,53.569],[-2.108,53.567],[-2.102,53.567],[-2.094,53.566],[-2.093,53.564],[-2.097,53.558],[-2.101,53.555],[-2.105,53.557],[-2.108,53.552],[-2.112,53.55],[-2.113,53.546],[-2.113,53.542],[-2.109,53.542],[-2.107,53.54],[-2.116,53.537],[-2.115,53.533],[-2.112,53.528],[-2.111,53.525],[-2.105,53.526],[-2.101,53.528],[-2.096,53.525],[-2.095,53.522],[-2.092,53.521],[-2.078,53.521],[-2.071,53.521],[-2.065,53.523],[-2.062,53.522],[-2.058,53.523],[-2.054,53.522],[-2.053,53.527],[-2.057,53.53],[-2.055,53.531],[-2.044,53.53],[-2.032,53.53],[-2.023,53.528],[-2.018,53.524],[-2.019,53.521],[-2.009,53.519],[-2.003,53.52],[-1.997,53.522],[-1.992,53.52],[-1.987,53.517],[-1.978,53.514],[-1.967,53.51],[-1.963,53.51],[-1.959,53.506],[-1.956,53.504],[-1.946,53.505],[-1.943,53.507],[-1.935,53.506],[-1.924,53.51],[-1.922,53.51],[-1.917,53.515],[-1.922,53.517],[-1.927,53.521],[-1.924,53.523],[-1.922,53.531],[-1.916,53.533],[-1.914,53.537],[-1.91,53.538],[-1.913,53.552],[-1.919,53.551],[-1.922,53.553],[-1.924,53.553],[-1.929,53.556],[-1.943,53.562],[-1.945,53.569],[-1.946,53.572],[-1.951,53.574],[-1.957,53.578],[-1.967,53.58],[-1.971,53.584],[-1.978,53.587],[-1.983,53.59],[-1.996,53.605],[-2.007,53.612],[-2.009,53.617]]]},"properties":{"PCON24NM":"Oldham East and Saddleworth","PCON24CD":"E14001415"},"PCON24CD":352}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.092,53.521],[-2.095,53.522],[-2.096,53.525],[-2.101,53.528],[-2.105,53.526],[-2.111,53.525],[-2.112,53.528],[-2.115,53.533],[-2.116,53.537],[-2.107,53.54],[-2.109,53.542],[-2.113,53.542],[-2.113,53.546],[-2.112,53.55],[-2.108,53.552],[-2.105,53.557],[-2.101,53.555],[-2.097,53.558],[-2.093,53.564],[-2.094,53.566],[-2.102,53.567],[-2.108,53.567],[-2.109,53.569],[-2.109,53.573],[-2.113,53.575],[-2.123,53.575],[-2.126,53.578],[-2.123,53.58],[-2.126,53.587],[-2.136,53.583],[-2.147,53.584],[-2.157,53.582],[-2.152,53.579],[-2.151,53.567],[-2.154,53.566],[-2.163,53.563],[-2.172,53.558],[-2.172,53.555],[-2.172,53.552],[-2.17,53.551],[-2.169,53.546],[-2.176,53.538],[-2.186,53.529],[-2.172,53.527],[-2.17,53.524],[-2.165,53.52],[-2.159,53.522],[-2.155,53.518],[-2.156,53.516],[-2.155,53.515],[-2.149,53.519],[-2.146,53.521],[-2.14,53.518],[-2.137,53.515],[-2.133,53.509],[-2.128,53.509],[-2.127,53.508],[-2.12,53.506],[-2.111,53.508],[-2.103,53.51],[-2.1,53.514],[-2.095,53.516],[-2.092,53.521]]]},"properties":{"PCON24NM":"Oldham West, Chadderton and Royton","PCON24CD":"E14001416"},"PCON24CD":353}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.149,51.408],[0.139,51.412],[0.134,51.414],[0.129,51.415],[0.125,51.415],[0.118,51.413],[0.109,51.414],[0.105,51.415],[0.103,51.411],[0.1,51.41],[0.088,51.406],[0.091,51.403],[0.094,51.403],[0.098,51.4],[0.095,51.398],[0.095,51.395],[0.087,51.395],[0.076,51.396],[0.065,51.4],[0.059,51.404],[0.067,51.396],[0.064,51.394],[0.066,51.39],[0.062,51.385],[0.061,51.383],[0.058,51.381],[0.054,51.374],[0.048,51.37],[0.05,51.368],[0.055,51.365],[0.053,51.362],[0.05,51.362],[0.046,51.356],[0.044,51.354],[0.046,51.353],[0.04,51.349],[0.044,51.347],[0.044,51.343],[0.046,51.342],[0.042,51.34],[0.038,51.332],[0.042,51.331],[0.039,51.326],[0.044,51.32],[0.043,51.31],[0.044,51.308],[0.049,51.306],[0.05,51.304],[0.043,51.301],[0.043,51.297],[0.042,51.293],[0.046,51.294],[0.051,51.294],[0.056,51.292],[0.058,51.289],[0.064,51.29],[0.073,51.292],[0.08,51.292],[0.086,51.293],[0.091,51.297],[0.086,51.3],[0.083,51.306],[0.085,51.306],[0.084,51.311],[0.085,51.312],[0.085,51.316],[0.088,51.318],[0.096,51.321],[0.101,51.326],[0.105,51.327],[0.11,51.328],[0.114,51.327],[0.116,51.33],[0.12,51.332],[0.12,51.335],[0.117,51.341],[0.118,51.344],[0.125,51.346],[0.137,51.346],[0.143,51.351],[0.143,51.353],[0.146,51.358],[0.145,51.363],[0.148,51.366],[0.151,51.372],[0.15,51.374],[0.153,51.378],[0.15,51.38],[0.15,51.386],[0.149,51.389],[0.149,51.393],[0.162,51.392],[0.159,51.396],[0.157,51.401],[0.155,51.405],[0.149,51.408]]]},"properties":{"PCON24NM":"Orpington","PCON24CD":"E14001417"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.554,53.703],[-1.559,53.699],[-1.566,53.704],[-1.571,53.706],[-1.577,53.705],[-1.59,53.702],[-1.595,53.7],[-1.598,53.7],[-1.602,53.696],[-1.602,53.692],[-1.592,53.692],[-1.592,53.689],[-1.599,53.684],[-1.602,53.684],[-1.605,53.68],[-1.611,53.678],[-1.615,53.678],[-1.614,53.674],[-1.61,53.673],[-1.607,53.669],[-1.603,53.669],[-1.591,53.663],[-1.593,53.659],[-1.603,53.658],[-1.611,53.656],[-1.621,53.655],[-1.625,53.654],[-1.619,53.646],[-1.623,53.642],[-1.623,53.639],[-1.619,53.639],[-1.616,53.635],[-1.612,53.633],[-1.616,53.63],[-1.61,53.628],[-1.615,53.626],[-1.628,53.629],[-1.648,53.622],[-1.649,53.624],[-1.657,53.622],[-1.659,53.623],[-1.667,53.622],[-1.668,53.624],[-1.675,53.623],[-1.681,53.624],[-1.68,53.627],[-1.683,53.628],[-1.689,53.626],[-1.693,53.623],[-1.704,53.622],[-1.709,53.624],[-1.719,53.624],[-1.723,53.628],[-1.724,53.632],[-1.726,53.633],[-1.732,53.63],[-1.737,53.629],[-1.742,53.626],[-1.748,53.625],[-1.757,53.62],[-1.765,53.618],[-1.773,53.617],[-1.777,53.614],[-1.773,53.612],[-1.767,53.612],[-1.764,53.608],[-1.76,53.607],[-1.755,53.601],[-1.754,53.594],[-1.759,53.591],[-1.756,53.587],[-1.751,53.586],[-1.751,53.584],[-1.743,53.585],[-1.736,53.584],[-1.732,53.584],[-1.732,53.581],[-1.73,53.58],[-1.732,53.576],[-1.726,53.574],[-1.722,53.577],[-1.714,53.573],[-1.708,53.566],[-1.71,53.565],[-1.704,53.56],[-1.699,53.554],[-1.677,53.554],[-1.67,53.554],[-1.663,53.554],[-1.662,53.556],[-1.664,53.558],[-1.661,53.56],[-1.651,53.561],[-1.648,53.562],[-1.638,53.562],[-1.627,53.564],[-1.623,53.563],[-1.618,53.563],[-1.614,53.565],[-1.61,53.572],[-1.606,53.573],[-1.598,53.577],[-1.598,53.58],[-1.601,53.581],[-1.603,53.585],[-1.602,53.588],[-1.588,53.593],[-1.585,53.6],[-1.587,53.604],[-1.591,53.607],[-1.586,53.607],[-1.584,53.606],[-1.572,53.609],[-1.566,53.607],[-1.56,53.608],[-1.558,53.606],[-1.551,53.604],[-1.547,53.602],[-1.545,53.599],[-1.54,53.598],[-1.538,53.595],[-1.532,53.593],[-1.528,53.597],[-1.519,53.6],[-1.512,53.597],[-1.507,53.598],[-1.501,53.6],[-1.497,53.603],[-1.495,53.605],[-1.498,53.611],[-1.496,53.614],[-1.49,53.617],[-1.49,53.618],[-1.5,53.619],[-1.503,53.622],[-1.512,53.624],[-1.509,53.626],[-1.506,53.626],[-1.5,53.624],[-1.497,53.627],[-1.492,53.629],[-1.496,53.636],[-1.481,53.639],[-1.475,53.641],[-1.472,53.644],[-1.473,53.654],[-1.471,53.656],[-1.473,53.66],[-1.469,53.662],[-1.471,53.664],[-1.476,53.666],[-1.474,53.668],[-1.468,53.671],[-1.473,53.675],[-1.486,53.673],[-1.488,53.67],[-1.486,53.665],[-1.489,53.665],[-1.493,53.661],[-1.497,53.662],[-1.504,53.662],[-1.51,53.664],[-1.515,53.664],[-1.522,53.661],[-1.529,53.656],[-1.53,53.658],[-1.54,53.666],[-1.547,53.67],[-1.552,53.675],[-1.554,53.68],[-1.557,53.692],[-1.557,53.699],[-1.554,53.703]]]},"properties":{"PCON24NM":"Ossett and Denby Dale","PCON24CD":"E14001418"},"PCON24CD":355}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.188,51.717],[-1.186,51.72],[-1.184,51.722],[-1.189,51.724],[-1.19,51.727],[-1.176,51.733],[-1.179,51.736],[-1.193,51.736],[-1.193,51.74],[-1.192,51.742],[-1.195,51.746],[-1.195,51.754],[-1.186,51.757],[-1.186,51.76],[-1.183,51.762],[-1.18,51.763],[-1.18,51.766],[-1.188,51.766],[-1.19,51.768],[-1.198,51.769],[-1.211,51.772],[-1.216,51.773],[-1.221,51.772],[-1.243,51.781],[-1.254,51.786],[-1.258,51.785],[-1.259,51.782],[-1.252,51.779],[-1.248,51.777],[-1.248,51.776],[-1.253,51.77],[-1.251,51.767],[-1.251,51.764],[-1.24,51.758],[-1.238,51.755],[-1.239,51.752],[-1.245,51.75],[-1.248,51.747],[-1.248,51.744],[-1.252,51.744],[-1.256,51.747],[-1.264,51.749],[-1.267,51.747],[-1.265,51.745],[-1.267,51.743],[-1.264,51.74],[-1.256,51.733],[-1.251,51.728],[-1.248,51.728],[-1.241,51.725],[-1.234,51.722],[-1.231,51.718],[-1.225,51.714],[-1.222,51.711],[-1.218,51.715],[-1.21,51.716],[-1.201,51.712],[-1.194,51.714],[-1.19,51.715],[-1.188,51.717]]]},"properties":{"PCON24NM":"Oxford East","PCON24CD":"E14001419"},"PCON24CD":356}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.253,51.787],[-1.253,51.789],[-1.258,51.794],[-1.264,51.792],[-1.268,51.794],[-1.269,51.796],[-1.277,51.795],[-1.283,51.796],[-1.289,51.791],[-1.298,51.786],[-1.304,51.781],[-1.305,51.785],[-1.304,51.788],[-1.306,51.789],[-1.315,51.788],[-1.318,51.789],[-1.336,51.785],[-1.338,51.784],[-1.342,51.781],[-1.347,51.777],[-1.362,51.774],[-1.364,51.767],[-1.359,51.764],[-1.363,51.762],[-1.363,51.759],[-1.368,51.753],[-1.368,51.749],[-1.365,51.748],[-1.365,51.746],[-1.368,51.742],[-1.372,51.739],[-1.372,51.737],[-1.369,51.733],[-1.359,51.735],[-1.356,51.733],[-1.343,51.733],[-1.341,51.731],[-1.343,51.727],[-1.337,51.726],[-1.337,51.717],[-1.332,51.718],[-1.331,51.714],[-1.322,51.718],[-1.32,51.716],[-1.322,51.711],[-1.325,51.708],[-1.325,51.705],[-1.33,51.698],[-1.331,51.695],[-1.335,51.694],[-1.34,51.697],[-1.341,51.7],[-1.344,51.703],[-1.349,51.703],[-1.348,51.7],[-1.35,51.697],[-1.355,51.696],[-1.353,51.686],[-1.351,51.685],[-1.355,51.679],[-1.355,51.676],[-1.353,51.673],[-1.354,51.671],[-1.358,51.668],[-1.363,51.67],[-1.369,51.663],[-1.365,51.66],[-1.361,51.661],[-1.358,51.657],[-1.351,51.657],[-1.345,51.655],[-1.343,51.654],[-1.336,51.654],[-1.333,51.657],[-1.327,51.658],[-1.322,51.66],[-1.32,51.66],[-1.312,51.663],[-1.309,51.662],[-1.308,51.658],[-1.303,51.658],[-1.298,51.658],[-1.295,51.656],[-1.297,51.654],[-1.288,51.652],[-1.285,51.655],[-1.284,51.657],[-1.28,51.657],[-1.279,51.658],[-1.282,51.66],[-1.284,51.665],[-1.278,51.669],[-1.268,51.67],[-1.263,51.67],[-1.259,51.668],[-1.252,51.667],[-1.246,51.667],[-1.231,51.673],[-1.23,51.675],[-1.227,51.676],[-1.225,51.682],[-1.222,51.685],[-1.223,51.692],[-1.229,51.697],[-1.231,51.699],[-1.231,51.703],[-1.233,51.704],[-1.233,51.707],[-1.235,51.708],[-1.235,51.714],[-1.238,51.717],[-1.242,51.72],[-1.241,51.725],[-1.248,51.728],[-1.251,51.728],[-1.256,51.733],[-1.264,51.74],[-1.267,51.743],[-1.265,51.745],[-1.267,51.747],[-1.264,51.749],[-1.256,51.747],[-1.252,51.744],[-1.248,51.744],[-1.248,51.747],[-1.245,51.75],[-1.239,51.752],[-1.238,51.755],[-1.24,51.758],[-1.251,51.764],[-1.251,51.767],[-1.253,51.77],[-1.248,51.776],[-1.248,51.777],[-1.252,51.779],[-1.259,51.782],[-1.258,51.785],[-1.254,51.786],[-1.253,51.787]]]},"properties":{"PCON24NM":"Oxford West and Abingdon","PCON24CD":"E14001420"},"PCON24CD":357}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.054,51.488],[-0.056,51.488],[-0.066,51.487],[-0.075,51.489],[-0.078,51.489],[-0.087,51.494],[-0.095,51.494],[-0.099,51.495],[-0.102,51.492],[-0.099,51.492],[-0.096,51.484],[-0.094,51.481],[-0.088,51.48],[-0.086,51.477],[-0.092,51.476],[-0.09,51.473],[-0.093,51.472],[-0.091,51.468],[-0.084,51.469],[-0.076,51.469],[-0.078,51.467],[-0.079,51.464],[-0.077,51.462],[-0.07,51.464],[-0.069,51.462],[-0.06,51.464],[-0.056,51.463],[-0.05,51.46],[-0.047,51.461],[-0.047,51.465],[-0.048,51.465],[-0.048,51.466],[-0.049,51.466],[-0.051,51.467],[-0.051,51.468],[-0.052,51.469],[-0.052,51.471],[-0.053,51.473],[-0.053,51.477],[-0.054,51.479],[-0.053,51.481],[-0.054,51.486],[-0.053,51.486],[-0.054,51.488]]]},"properties":{"PCON24NM":"Peckham","PCON24CD":"E14001421"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.046,53.85],[-2.063,53.859],[-2.069,53.86],[-2.076,53.863],[-2.077,53.867],[-2.081,53.87],[-2.088,53.87],[-2.083,53.873],[-2.081,53.876],[-2.086,53.881],[-2.094,53.885],[-2.096,53.888],[-2.103,53.891],[-2.104,53.892],[-2.113,53.905],[-2.107,53.908],[-2.11,53.909],[-2.112,53.913],[-2.113,53.915],[-2.117,53.917],[-2.122,53.917],[-2.125,53.922],[-2.13,53.923],[-2.132,53.927],[-2.14,53.928],[-2.142,53.926],[-2.152,53.929],[-2.157,53.927],[-2.16,53.929],[-2.163,53.927],[-2.164,53.931],[-2.162,53.932],[-2.164,53.935],[-2.172,53.938],[-2.174,53.937],[-2.176,53.934],[-2.183,53.936],[-2.186,53.94],[-2.183,53.946],[-2.181,53.948],[-2.184,53.95],[-2.185,53.952],[-2.188,53.95],[-2.199,53.948],[-2.207,53.945],[-2.216,53.942],[-2.219,53.944],[-2.226,53.943],[-2.23,53.939],[-2.24,53.936],[-2.246,53.933],[-2.245,53.931],[-2.244,53.924],[-2.238,53.915],[-2.235,53.907],[-2.23,53.902],[-2.227,53.898],[-2.223,53.896],[-2.224,53.891],[-2.234,53.887],[-2.242,53.887],[-2.251,53.885],[-2.253,53.883],[-2.259,53.882],[-2.267,53.887],[-2.272,53.888],[-2.273,53.892],[-2.278,53.894],[-2.28,53.898],[-2.285,53.9],[-2.291,53.901],[-2.302,53.9],[-2.306,53.901],[-2.309,53.9],[-2.313,53.901],[-2.325,53.902],[-2.33,53.904],[-2.341,53.904],[-2.347,53.906],[-2.353,53.904],[-2.354,53.9],[-2.362,53.899],[-2.366,53.9],[-2.37,53.897],[-2.381,53.893],[-2.386,53.893],[-2.393,53.89],[-2.397,53.887],[-2.392,53.885],[-2.394,53.883],[-2.4,53.881],[-2.404,53.878],[-2.408,53.878],[-2.413,53.877],[-2.415,53.871],[-2.419,53.867],[-2.417,53.864],[-2.419,53.861],[-2.424,53.86],[-2.424,53.857],[-2.41,53.86],[-2.409,53.859],[-2.412,53.853],[-2.412,53.852],[-2.414,53.844],[-2.42,53.84],[-2.414,53.837],[-2.412,53.837],[-2.41,53.829],[-2.415,53.827],[-2.419,53.823],[-2.417,53.821],[-2.416,53.819],[-2.417,53.815],[-2.413,53.812],[-2.412,53.81],[-2.407,53.813],[-2.401,53.814],[-2.397,53.817],[-2.393,53.815],[-2.399,53.809],[-2.398,53.807],[-2.399,53.803],[-2.39,53.802],[-2.379,53.802],[-2.375,53.801],[-2.37,53.801],[-2.369,53.799],[-2.371,53.795],[-2.37,53.794],[-2.363,53.794],[-2.359,53.795],[-2.359,53.797],[-2.355,53.798],[-2.345,53.793],[-2.342,53.795],[-2.336,53.795],[-2.335,53.801],[-2.33,53.807],[-2.326,53.807],[-2.323,53.81],[-2.319,53.812],[-2.315,53.812],[-2.311,53.813],[-2.309,53.817],[-2.305,53.82],[-2.303,53.818],[-2.303,53.815],[-2.296,53.814],[-2.297,53.811],[-2.295,53.809],[-2.289,53.809],[-2.283,53.807],[-2.28,53.808],[-2.277,53.813],[-2.27,53.815],[-2.275,53.819],[-2.277,53.824],[-2.272,53.825],[-2.254,53.831],[-2.246,53.827],[-2.243,53.828],[-2.24,53.831],[-2.24,53.834],[-2.232,53.836],[-2.23,53.834],[-2.23,53.83],[-2.227,53.828],[-2.219,53.825],[-2.217,53.828],[-2.21,53.83],[-2.206,53.831],[-2.204,53.832],[-2.199,53.83],[-2.199,53.827],[-2.196,53.826],[-2.193,53.823],[-2.186,53.822],[-2.171,53.823],[-2.167,53.822],[-2.152,53.824],[-2.149,53.82],[-2.142,53.82],[-2.135,53.816],[-2.129,53.82],[-2.112,53.806],[-2.103,53.809],[-2.092,53.814],[-2.085,53.819],[-2.061,53.826],[-2.047,53.83],[-2.045,53.839],[-2.046,53.85]]]},"properties":{"PCON24NM":"Pendle and Clitheroe","PCON24CD":"E14001422"},"PCON24CD":359}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.558,53.606],[-1.56,53.608],[-1.566,53.607],[-1.572,53.609],[-1.584,53.606],[-1.586,53.607],[-1.591,53.607],[-1.587,53.604],[-1.585,53.6],[-1.588,53.593],[-1.602,53.588],[-1.603,53.585],[-1.601,53.581],[-1.598,53.58],[-1.598,53.577],[-1.606,53.573],[-1.61,53.572],[-1.614,53.565],[-1.618,53.563],[-1.623,53.563],[-1.627,53.564],[-1.638,53.562],[-1.648,53.562],[-1.651,53.561],[-1.661,53.56],[-1.664,53.558],[-1.662,53.556],[-1.663,53.554],[-1.67,53.554],[-1.677,53.554],[-1.699,53.554],[-1.704,53.56],[-1.723,53.56],[-1.726,53.555],[-1.724,53.552],[-1.727,53.55],[-1.73,53.547],[-1.742,53.541],[-1.756,53.537],[-1.765,53.536],[-1.771,53.534],[-1.777,53.536],[-1.785,53.535],[-1.792,53.535],[-1.797,53.534],[-1.804,53.537],[-1.809,53.533],[-1.822,53.521],[-1.82,53.513],[-1.813,53.512],[-1.807,53.512],[-1.801,53.511],[-1.81,53.506],[-1.799,53.505],[-1.796,53.503],[-1.795,53.498],[-1.796,53.494],[-1.8,53.494],[-1.8,53.488],[-1.802,53.487],[-1.801,53.481],[-1.79,53.476],[-1.781,53.475],[-1.778,53.472],[-1.776,53.468],[-1.771,53.467],[-1.766,53.464],[-1.759,53.464],[-1.751,53.465],[-1.748,53.464],[-1.745,53.462],[-1.747,53.458],[-1.747,53.453],[-1.744,53.448],[-1.744,53.445],[-1.75,53.439],[-1.749,53.436],[-1.745,53.432],[-1.744,53.43],[-1.747,53.426],[-1.74,53.421],[-1.735,53.42],[-1.73,53.416],[-1.723,53.419],[-1.717,53.419],[-1.712,53.421],[-1.707,53.424],[-1.705,53.428],[-1.701,53.428],[-1.699,53.431],[-1.69,53.434],[-1.684,53.434],[-1.676,53.436],[-1.674,53.439],[-1.671,53.441],[-1.666,53.443],[-1.658,53.444],[-1.654,53.445],[-1.648,53.446],[-1.638,53.443],[-1.635,53.446],[-1.626,53.448],[-1.612,53.444],[-1.607,53.445],[-1.603,53.443],[-1.601,53.445],[-1.594,53.442],[-1.596,53.44],[-1.595,53.438],[-1.587,53.436],[-1.578,53.438],[-1.57,53.434],[-1.563,53.426],[-1.553,53.429],[-1.545,53.43],[-1.541,53.429],[-1.535,53.43],[-1.526,53.43],[-1.519,53.426],[-1.515,53.427],[-1.513,53.43],[-1.502,53.431],[-1.499,53.43],[-1.497,53.433],[-1.491,53.434],[-1.492,53.437],[-1.486,53.437],[-1.479,53.438],[-1.475,53.437],[-1.475,53.434],[-1.471,53.43],[-1.464,53.431],[-1.463,53.428],[-1.457,53.43],[-1.455,53.431],[-1.456,53.435],[-1.454,53.438],[-1.449,53.44],[-1.439,53.438],[-1.433,53.438],[-1.442,53.445],[-1.444,53.451],[-1.445,53.457],[-1.448,53.462],[-1.455,53.472],[-1.465,53.481],[-1.47,53.49],[-1.473,53.495],[-1.481,53.5],[-1.489,53.508],[-1.491,53.511],[-1.489,53.517],[-1.482,53.521],[-1.483,53.527],[-1.495,53.529],[-1.503,53.535],[-1.508,53.539],[-1.503,53.543],[-1.498,53.544],[-1.503,53.55],[-1.499,53.551],[-1.497,53.553],[-1.508,53.553],[-1.51,53.557],[-1.511,53.561],[-1.516,53.56],[-1.519,53.563],[-1.525,53.561],[-1.528,53.565],[-1.537,53.563],[-1.538,53.562],[-1.545,53.565],[-1.542,53.569],[-1.542,53.573],[-1.548,53.575],[-1.554,53.576],[-1.559,53.582],[-1.563,53.585],[-1.574,53.587],[-1.577,53.591],[-1.574,53.592],[-1.576,53.595],[-1.575,53.598],[-1.571,53.6],[-1.567,53.605],[-1.562,53.607],[-1.558,53.606]]]},"properties":{"PCON24NM":"Penistone and Stocksbridge","PCON24CD":"E14001423"},"PCON24CD":360}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.006,54.931],[-3.004,54.934],[-3.003,54.938],[-3.006,54.942],[-3.007,54.945],[-3.01,54.946],[-3.017,54.947],[-3.03,54.944],[-3.039,54.944],[-3.05,54.946],[-3.057,54.945],[-3.063,54.945],[-3.066,54.941],[-3.073,54.937],[-3.097,54.932],[-3.104,54.929],[-3.112,54.927],[-3.126,54.929],[-3.138,54.927],[-3.144,54.929],[-3.145,54.931],[-3.151,54.931],[-3.155,54.933],[-3.155,54.936],[-3.157,54.938],[-3.17,54.941],[-3.177,54.942],[-3.183,54.945],[-3.186,54.95],[-3.198,54.952],[-3.204,54.954],[-3.211,54.954],[-3.22,54.953],[-3.231,54.952],[-3.238,54.948],[-3.248,54.944],[-3.257,54.943],[-3.265,54.943],[-3.273,54.942],[-3.28,54.942],[-3.285,54.941],[-3.29,54.938],[-3.299,54.929],[-3.303,54.928],[-3.313,54.919],[-3.314,54.915],[-3.309,54.912],[-3.303,54.909],[-3.301,54.91],[-3.297,54.907],[-3.288,54.906],[-3.28,54.903],[-3.269,54.904],[-3.265,54.906],[-3.259,54.911],[-3.249,54.914],[-3.244,54.912],[-3.234,54.911],[-3.23,54.907],[-3.224,54.907],[-3.225,54.904],[-3.23,54.906],[-3.233,54.909],[-3.239,54.909],[-3.249,54.912],[-3.255,54.91],[-3.255,54.905],[-3.252,54.903],[-3.255,54.901],[-3.256,54.899],[-3.265,54.892],[-3.271,54.89],[-3.275,54.892],[-3.283,54.893],[-3.288,54.893],[-3.286,54.885],[-3.284,54.88],[-3.281,54.878],[-3.284,54.877],[-3.29,54.88],[-3.294,54.879],[-3.297,54.882],[-3.302,54.885],[-3.308,54.886],[-3.312,54.888],[-3.322,54.89],[-3.328,54.892],[-3.332,54.891],[-3.337,54.893],[-3.341,54.897],[-3.335,54.899],[-3.339,54.9],[-3.349,54.898],[-3.367,54.891],[-3.378,54.883],[-3.386,54.875],[-3.393,54.871],[-3.397,54.87],[-3.4,54.867],[-3.405,54.853],[-3.41,54.84],[-3.418,54.83],[-3.427,54.818],[-3.431,54.811],[-3.436,54.805],[-3.438,54.8],[-3.438,54.796],[-3.433,54.787],[-3.432,54.781],[-3.432,54.773],[-3.433,54.766],[-3.436,54.761],[-3.439,54.756],[-3.452,54.748],[-3.456,54.744],[-3.465,54.739],[-3.472,54.736],[-3.479,54.732],[-3.49,54.728],[-3.496,54.724],[-3.498,54.72],[-3.502,54.716],[-3.505,54.716],[-3.51,54.718],[-3.511,54.711],[-3.512,54.706],[-3.508,54.704],[-3.505,54.706],[-3.502,54.703],[-3.503,54.7],[-3.498,54.699],[-3.494,54.696],[-3.488,54.69],[-3.48,54.688],[-3.475,54.677],[-3.472,54.678],[-3.464,54.675],[-3.46,54.673],[-3.457,54.668],[-3.459,54.666],[-3.457,54.663],[-3.462,54.661],[-3.458,54.66],[-3.457,54.657],[-3.449,54.657],[-3.445,54.661],[-3.439,54.66],[-3.436,54.653],[-3.429,54.652],[-3.422,54.648],[-3.417,54.649],[-3.412,54.652],[-3.407,54.65],[-3.401,54.651],[-3.395,54.65],[-3.383,54.649],[-3.373,54.651],[-3.367,54.65],[-3.365,54.647],[-3.36,54.646],[-3.355,54.644],[-3.348,54.643],[-3.349,54.642],[-3.372,54.642],[-3.372,54.638],[-3.383,54.638],[-3.385,54.635],[-3.385,54.633],[-3.391,54.627],[-3.387,54.626],[-3.376,54.62],[-3.384,54.615],[-3.386,54.612],[-3.395,54.61],[-3.398,54.607],[-3.409,54.603],[-3.418,54.603],[-3.421,54.599],[-3.423,54.594],[-3.419,54.592],[-3.419,54.59],[-3.414,54.589],[-3.408,54.586],[-3.402,54.587],[-3.397,54.587],[-3.392,54.585],[-3.389,54.579],[-3.386,54.577],[-3.382,54.577],[-3.378,54.576],[-3.376,54.573],[-3.377,54.565],[-3.372,54.561],[-3.37,54.558],[-3.371,54.555],[-3.365,54.552],[-3.364,54.548],[-3.366,54.545],[-3.361,54.544],[-3.36,54.538],[-3.35,54.534],[-3.34,54.535],[-3.333,54.531],[-3.328,54.531],[-3.317,54.528],[-3.315,54.528],[-3.307,54.53],[-3.299,54.527],[-3.299,54.525],[-3.29,54.522],[-3.286,54.521],[-3.285,54.52],[-3.272,54.515],[-3.266,54.514],[-3.258,54.509],[-3.249,54.508],[-3.24,54.506],[-3.241,54.504],[-3.233,54.5],[-3.229,54.502],[-3.225,54.502],[-3.217,54.497],[-3.214,54.497],[-3.212,54.493],[-3.213,54.492],[-3.211,54.488],[-3.214,54.485],[-3.217,54.482],[-3.208,54.475],[-3.203,54.475],[-3.2,54.473],[-3.196,54.468],[-3.197,54.466],[-3.193,54.463],[-3.184,54.462],[-3.179,54.457],[-3.175,54.455],[-3.167,54.454],[-3.164,54.456],[-3.163,54.458],[-3.156,54.459],[-3.151,54.462],[-3.146,54.468],[-3.136,54.471],[-3.134,54.466],[-3.119,54.46],[-3.113,54.461],[-3.116,54.467],[-3.111,54.471],[-3.109,54.474],[-3.103,54.472],[-3.098,54.472],[-3.094,54.475],[-3.092,54.479],[-3.088,54.484],[-3.084,54.486],[-3.082,54.485],[-3.076,54.489],[-3.062,54.493],[-3.051,54.491],[-3.048,54.496],[-3.042,54.496],[-3.036,54.498],[-3.032,54.498],[-3.023,54.5],[-3.015,54.5],[-3.014,54.501],[-3.012,54.509],[-3.015,54.511],[-3.017,54.515],[-3.015,54.518],[-3.017,54.521],[-3.015,54.524],[-3.016,54.526],[-3.019,54.528],[-3.026,54.53],[-3.023,54.539],[-3.024,54.542],[-3.017,54.548],[-3.02,54.552],[-3.018,54.553],[-3.02,54.559],[-3.017,54.562],[-3.021,54.565],[-3.027,54.567],[-3.021,54.572],[-3.018,54.575],[-3.024,54.574],[-3.03,54.576],[-3.037,54.581],[-3.031,54.582],[-3.026,54.586],[-3.014,54.59],[-3.01,54.594],[-3.009,54.596],[-3.011,54.6],[-3.018,54.6],[-3.023,54.603],[-3.034,54.604],[-3.039,54.609],[-3.04,54.613],[-3.046,54.614],[-3.054,54.613],[-3.059,54.614],[-3.062,54.613],[-3.066,54.614],[-3.071,54.614],[-3.078,54.611],[-3.08,54.612],[-3.087,54.613],[-3.087,54.614],[-3.092,54.617],[-3.092,54.619],[-3.09,54.622],[-3.092,54.629],[-3.091,54.634],[-3.092,54.641],[-3.094,54.644],[-3.092,54.649],[-3.093,54.655],[-3.09,54.66],[-3.086,54.663],[-3.081,54.664],[-3.078,54.666],[-3.073,54.667],[-3.069,54.671],[-3.064,54.673],[-3.059,54.676],[-3.055,54.679],[-3.06,54.682],[-3.07,54.685],[-3.083,54.685],[-3.087,54.686],[-3.082,54.695],[-3.079,54.695],[-3.074,54.696],[-3.064,54.7],[-3.058,54.699],[-3.052,54.699],[-3.039,54.697],[-3.034,54.694],[-3.018,54.693],[-3.005,54.695],[-2.997,54.695],[-2.994,54.697],[-2.995,54.7],[-2.993,54.704],[-2.99,54.707],[-2.989,54.711],[-2.991,54.713],[-2.989,54.715],[-2.985,54.716],[-2.983,54.719],[-2.984,54.721],[-2.989,54.724],[-2.99,54.728],[-2.985,54.728],[-2.979,54.726],[-2.975,54.726],[-2.97,54.722],[-2.968,54.718],[-2.963,54.715],[-2.958,54.715],[-2.947,54.709],[-2.94,54.706],[-2.933,54.709],[-2.916,54.697],[-2.905,54.698],[-2.902,54.701],[-2.893,54.703],[-2.889,54.702],[-2.885,54.702],[-2.883,54.705],[-2.877,54.706],[-2.873,54.703],[-2.868,54.699],[-2.863,54.698],[-2.859,54.699],[-2.855,54.695],[-2.85,54.693],[-2.841,54.686],[-2.832,54.689],[-2.828,54.687],[-2.822,54.676],[-2.816,54.672],[-2.807,54.668],[-2.804,54.666],[-2.798,54.663],[-2.795,54.665],[-2.79,54.661],[-2.779,54.657],[-2.772,54.653],[-2.768,54.651],[-2.764,54.651],[-2.761,54.65],[-2.754,54.648],[-2.749,54.651],[-2.735,54.652],[-2.733,54.653],[-2.733,54.656],[-2.726,54.657],[-2.725,54.655],[-2.718,54.655],[-2.712,54.657],[-2.711,54.659],[-2.699,54.662],[-2.697,54.662],[-2.692,54.658],[-2.687,54.657],[-2.684,54.656],[-2.68,54.657],[-2.684,54.659],[-2.684,54.661],[-2.687,54.663],[-2.685,54.665],[-2.681,54.665],[-2.675,54.664],[-2.671,54.664],[-2.651,54.669],[-2.642,54.673],[-2.641,54.67],[-2.643,54.667],[-2.64,54.663],[-2.634,54.661],[-2.629,54.663],[-2.625,54.662],[-2.617,54.658],[-2.618,54.655],[-2.614,54.652],[-2.614,54.65],[-2.608,54.647],[-2.604,54.647],[-2.597,54.65],[-2.59,54.649],[-2.583,54.652],[-2.575,54.655],[-2.574,54.661],[-2.565,54.666],[-2.56,54.664],[-2.551,54.665],[-2.552,54.668],[-2.551,54.67],[-2.543,54.673],[-2.537,54.674],[-2.535,54.676],[-2.533,54.677],[-2.524,54.675],[-2.517,54.676],[-2.514,54.675],[-2.51,54.676],[-2.507,54.675],[-2.499,54.68],[-2.495,54.681],[-2.489,54.688],[-2.486,54.69],[-2.482,54.69],[-2.476,54.692],[-2.468,54.699],[-2.464,54.7],[-2.455,54.7],[-2.444,54.703],[-2.431,54.703],[-2.425,54.704],[-2.421,54.707],[-2.411,54.707],[-2.401,54.705],[-2.397,54.706],[-2.388,54.704],[-2.383,54.702],[-2.38,54.7],[-2.373,54.7],[-2.362,54.699],[-2.36,54.696],[-2.355,54.697],[-2.35,54.701],[-2.344,54.702],[-2.342,54.706],[-2.345,54.709],[-2.342,54.711],[-2.342,54.716],[-2.337,54.717],[-2.338,54.719],[-2.33,54.723],[-2.326,54.726],[-2.33,54.728],[-2.332,54.732],[-2.331,54.735],[-2.327,54.738],[-2.326,54.741],[-2.328,54.743],[-2.327,54.747],[-2.321,54.755],[-2.323,54.761],[-2.322,54.765],[-2.315,54.77],[-2.31,54.772],[-2.309,54.774],[-2.312,54.775],[-2.312,54.778],[-2.314,54.781],[-2.314,54.785],[-2.312,54.791],[-2.315,54.793],[-2.323,54.795],[-2.323,54.797],[-2.327,54.801],[-2.328,54.805],[-2.334,54.805],[-2.338,54.807],[-2.343,54.806],[-2.348,54.807],[-2.356,54.814],[-2.36,54.817],[-2.37,54.821],[-2.369,54.822],[-2.373,54.827],[-2.382,54.831],[-2.389,54.832],[-2.393,54.835],[-2.398,54.844],[-2.402,54.851],[-2.411,54.856],[-2.415,54.851],[-2.423,54.843],[-2.434,54.84],[-2.442,54.836],[-2.447,54.835],[-2.452,54.832],[-2.457,54.832],[-2.461,54.834],[-2.469,54.826],[-2.482,54.817],[-2.488,54.815],[-2.496,54.81],[-2.503,54.81],[-2.511,54.809],[-2.517,54.808],[-2.523,54.806],[-2.531,54.806],[-2.535,54.807],[-2.543,54.812],[-2.558,54.817],[-2.568,54.824],[-2.573,54.831],[-2.578,54.836],[-2.583,54.846],[-2.594,54.849],[-2.598,54.852],[-2.602,54.853],[-2.611,54.853],[-2.615,54.853],[-2.624,54.854],[-2.631,54.854],[-2.635,54.855],[-2.649,54.853],[-2.655,54.855],[-2.658,54.849],[-2.669,54.845],[-2.673,54.842],[-2.677,54.837],[-2.68,54.835],[-2.685,54.836],[-2.685,54.838],[-2.691,54.837],[-2.699,54.834],[-2.7,54.831],[-2.697,54.828],[-2.694,54.824],[-2.69,54.821],[-2.69,54.819],[-2.706,54.816],[-2.707,54.819],[-2.715,54.82],[-2.729,54.819],[-2.736,54.821],[-2.738,54.824],[-2.741,54.824],[-2.743,54.828],[-2.751,54.829],[-2.755,54.827],[-2.756,54.823],[-2.76,54.824],[-2.767,54.823],[-2.773,54.821],[-2.782,54.822],[-2.793,54.82],[-2.799,54.819],[-2.811,54.823],[-2.818,54.828],[-2.822,54.825],[-2.826,54.828],[-2.829,54.825],[-2.834,54.828],[-2.834,54.831],[-2.838,54.832],[-2.839,54.834],[-2.848,54.833],[-2.848,54.837],[-2.853,54.843],[-2.851,54.85],[-2.867,54.861],[-2.869,54.864],[-2.876,54.865],[-2.876,54.868],[-2.891,54.873],[-2.894,54.87],[-2.897,54.87],[-2.902,54.873],[-2.906,54.87],[-2.911,54.871],[-2.915,54.87],[-2.923,54.868],[-2.924,54.87],[-2.929,54.872],[-2.935,54.873],[-2.936,54.876],[-2.939,54.877],[-2.943,54.877],[-2.946,54.872],[-2.951,54.871],[-2.955,54.871],[-2.961,54.874],[-2.966,54.869],[-2.977,54.873],[-2.985,54.877],[-2.99,54.881],[-2.984,54.884],[-2.991,54.888],[-2.991,54.897],[-2.984,54.896],[-2.984,54.898],[-2.978,54.902],[-2.982,54.905],[-2.984,54.912],[-2.975,54.913],[-2.974,54.914],[-2.98,54.918],[-2.983,54.919],[-2.996,54.92],[-3.007,54.919],[-3.01,54.92],[-3.014,54.924],[-3.014,54.926],[-3.006,54.931]]]},"properties":{"PCON24NM":"Penrith and Solway","PCON24CD":"E14001424"},"PCON24CD":361}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.031,52.662],[-0.032,52.665],[-0.042,52.668],[-0.059,52.675],[-0.064,52.675],[-0.065,52.672],[-0.069,52.671],[-0.075,52.672],[-0.08,52.671],[-0.088,52.667],[-0.091,52.667],[-0.097,52.67],[-0.102,52.672],[-0.113,52.668],[-0.117,52.665],[-0.127,52.66],[-0.13,52.659],[-0.135,52.656],[-0.14,52.655],[-0.141,52.652],[-0.18,52.661],[-0.19,52.652],[-0.193,52.652],[-0.198,52.658],[-0.203,52.665],[-0.206,52.668],[-0.212,52.667],[-0.22,52.667],[-0.23,52.664],[-0.249,52.656],[-0.256,52.654],[-0.259,52.652],[-0.266,52.648],[-0.269,52.646],[-0.264,52.645],[-0.261,52.639],[-0.268,52.636],[-0.268,52.634],[-0.275,52.632],[-0.281,52.633],[-0.29,52.622],[-0.298,52.616],[-0.294,52.613],[-0.288,52.611],[-0.29,52.609],[-0.288,52.607],[-0.289,52.604],[-0.291,52.601],[-0.294,52.596],[-0.291,52.593],[-0.287,52.591],[-0.29,52.585],[-0.298,52.58],[-0.299,52.577],[-0.303,52.576],[-0.306,52.572],[-0.3,52.568],[-0.296,52.562],[-0.289,52.56],[-0.28,52.561],[-0.285,52.564],[-0.279,52.566],[-0.274,52.569],[-0.271,52.572],[-0.268,52.573],[-0.255,52.573],[-0.255,52.568],[-0.24,52.568],[-0.232,52.566],[-0.204,52.566],[-0.187,52.569],[-0.177,52.57],[-0.166,52.57],[-0.124,52.577],[-0.12,52.577],[-0.119,52.578],[-0.116,52.578],[-0.104,52.58],[-0.086,52.583],[-0.085,52.583],[-0.083,52.583],[-0.082,52.584],[-0.081,52.584],[-0.028,52.592],[-0.023,52.593],[-0.018,52.593],[-0.013,52.594],[-0.016,52.598],[-0.025,52.632],[-0.031,52.662]]]},"properties":{"PCON24NM":"Peterborough","PCON24CD":"E14001425"},"PCON24CD":362}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.087,50.395],[-4.086,50.399],[-4.088,50.401],[-4.087,50.405],[-4.085,50.409],[-4.078,50.41],[-4.078,50.414],[-4.081,50.416],[-4.079,50.419],[-4.082,50.422],[-4.083,50.424],[-4.086,50.426],[-4.093,50.427],[-4.102,50.43],[-4.106,50.43],[-4.109,50.434],[-4.107,50.439],[-4.109,50.438],[-4.11,50.442],[-4.113,50.444],[-4.123,50.441],[-4.125,50.438],[-4.124,50.436],[-4.136,50.433],[-4.142,50.433],[-4.147,50.431],[-4.151,50.434],[-4.151,50.437],[-4.156,50.436],[-4.156,50.434],[-4.16,50.431],[-4.165,50.43],[-4.163,50.428],[-4.166,50.425],[-4.169,50.423],[-4.176,50.422],[-4.18,50.423],[-4.184,50.423],[-4.191,50.425],[-4.193,50.424],[-4.198,50.412],[-4.203,50.404],[-4.201,50.401],[-4.205,50.399],[-4.203,50.396],[-4.198,50.395],[-4.194,50.392],[-4.188,50.393],[-4.185,50.396],[-4.18,50.397],[-4.175,50.392],[-4.168,50.39],[-4.164,50.387],[-4.161,50.387],[-4.159,50.386],[-4.158,50.386],[-4.157,50.385],[-4.151,50.392],[-4.144,50.392],[-4.142,50.394],[-4.144,50.396],[-4.14,50.398],[-4.139,50.399],[-4.135,50.401],[-4.13,50.4],[-4.124,50.397],[-4.114,50.396],[-4.107,50.395],[-4.1,50.396],[-4.096,50.395],[-4.086,50.391],[-4.084,50.393],[-4.087,50.395]]]},"properties":{"PCON24NM":"Plymouth Moor View","PCON24CD":"E14001426"},"PCON24CD":363}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.086,50.391],[-4.096,50.395],[-4.1,50.396],[-4.107,50.395],[-4.114,50.396],[-4.124,50.397],[-4.13,50.4],[-4.135,50.401],[-4.139,50.399],[-4.14,50.398],[-4.144,50.396],[-4.142,50.394],[-4.144,50.392],[-4.151,50.392],[-4.157,50.385],[-4.158,50.386],[-4.159,50.386],[-4.161,50.387],[-4.164,50.387],[-4.168,50.39],[-4.175,50.392],[-4.18,50.397],[-4.185,50.396],[-4.185,50.393],[-4.192,50.391],[-4.188,50.384],[-4.186,50.382],[-4.184,50.375],[-4.185,50.367],[-4.179,50.365],[-4.172,50.366],[-4.168,50.364],[-4.164,50.366],[-4.163,50.364],[-4.167,50.362],[-4.167,50.36],[-4.164,50.359],[-4.162,50.361],[-4.157,50.361],[-4.155,50.363],[-4.156,50.367],[-4.154,50.368],[-4.151,50.363],[-4.149,50.362],[-4.146,50.364],[-4.142,50.363],[-4.133,50.363],[-4.126,50.365],[-4.121,50.361],[-4.116,50.362],[-4.113,50.364],[-4.11,50.369],[-4.111,50.373],[-4.109,50.374],[-4.107,50.376],[-4.1,50.383],[-4.084,50.388],[-4.086,50.391]]]},"properties":{"PCON24NM":"Plymouth Sutton and Devonport","PCON24CD":"E14001427"},"PCON24CD":364}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.255,53.649],[-1.252,53.648],[-1.249,53.65],[-1.251,53.652],[-1.247,53.656],[-1.252,53.661],[-1.252,53.667],[-1.249,53.672],[-1.244,53.673],[-1.243,53.682],[-1.244,53.692],[-1.225,53.693],[-1.21,53.695],[-1.199,53.695],[-1.2,53.699],[-1.199,53.701],[-1.215,53.705],[-1.218,53.707],[-1.217,53.711],[-1.219,53.714],[-1.225,53.712],[-1.228,53.712],[-1.23,53.715],[-1.239,53.712],[-1.249,53.712],[-1.254,53.713],[-1.258,53.712],[-1.269,53.716],[-1.271,53.724],[-1.273,53.726],[-1.278,53.727],[-1.28,53.729],[-1.284,53.732],[-1.287,53.736],[-1.292,53.739],[-1.296,53.74],[-1.3,53.742],[-1.303,53.741],[-1.307,53.739],[-1.312,53.741],[-1.316,53.74],[-1.32,53.736],[-1.325,53.735],[-1.327,53.736],[-1.334,53.736],[-1.339,53.736],[-1.357,53.731],[-1.36,53.732],[-1.368,53.73],[-1.377,53.729],[-1.382,53.727],[-1.394,53.724],[-1.398,53.72],[-1.402,53.72],[-1.412,53.723],[-1.42,53.722],[-1.424,53.723],[-1.428,53.721],[-1.432,53.722],[-1.431,53.718],[-1.441,53.719],[-1.446,53.717],[-1.437,53.717],[-1.44,53.715],[-1.444,53.716],[-1.447,53.714],[-1.452,53.714],[-1.462,53.715],[-1.469,53.712],[-1.469,53.711],[-1.462,53.709],[-1.465,53.706],[-1.47,53.705],[-1.46,53.702],[-1.451,53.698],[-1.454,53.702],[-1.449,53.703],[-1.444,53.702],[-1.443,53.699],[-1.436,53.699],[-1.428,53.7],[-1.424,53.703],[-1.422,53.702],[-1.416,53.708],[-1.414,53.711],[-1.41,53.71],[-1.395,53.709],[-1.373,53.708],[-1.361,53.705],[-1.352,53.704],[-1.351,53.703],[-1.355,53.699],[-1.355,53.696],[-1.352,53.692],[-1.353,53.686],[-1.349,53.684],[-1.338,53.684],[-1.318,53.671],[-1.315,53.669],[-1.307,53.663],[-1.298,53.655],[-1.285,53.646],[-1.282,53.646],[-1.28,53.648],[-1.276,53.649],[-1.27,53.649],[-1.263,53.65],[-1.255,53.649]]]},"properties":{"PCON24NM":"Pontefract, Castleford and Knottingley","PCON24CD":"E14001428"},"PCON24CD":365}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.946,50.749],[-1.948,50.749],[-1.95,50.746],[-1.953,50.744],[-1.957,50.74],[-1.961,50.739],[-1.975,50.738],[-1.987,50.74],[-1.984,50.75],[-1.987,50.752],[-1.99,50.753],[-1.997,50.752],[-2.001,50.754],[-2.009,50.749],[-2.013,50.749],[-2.014,50.737],[-2.017,50.736],[-2.023,50.737],[-2.022,50.735],[-2.025,50.73],[-2.027,50.729],[-2.034,50.726],[-2.035,50.723],[-2.04,50.719],[-2.036,50.717],[-2.027,50.715],[-2.017,50.711],[-2.013,50.71],[-2.004,50.71],[-2.002,50.711],[-1.997,50.71],[-1.997,50.707],[-1.989,50.707],[-1.987,50.709],[-1.987,50.711],[-1.992,50.712],[-1.995,50.714],[-1.994,50.718],[-2.004,50.719],[-2.003,50.722],[-2.008,50.724],[-2.007,50.727],[-2.012,50.729],[-2.012,50.732],[-2.008,50.735],[-2.002,50.735],[-2,50.736],[-1.995,50.735],[-1.992,50.733],[-1.993,50.725],[-1.991,50.723],[-1.987,50.722],[-1.985,50.72],[-1.99,50.719],[-1.993,50.714],[-1.992,50.713],[-1.984,50.712],[-1.976,50.712],[-1.973,50.71],[-1.969,50.712],[-1.967,50.715],[-1.958,50.716],[-1.956,50.714],[-1.96,50.712],[-1.954,50.708],[-1.954,50.711],[-1.949,50.711],[-1.948,50.707],[-1.941,50.701],[-1.937,50.701],[-1.933,50.699],[-1.932,50.696],[-1.933,50.693],[-1.941,50.689],[-1.947,50.688],[-1.952,50.685],[-1.948,50.683],[-1.941,50.686],[-1.925,50.698],[-1.915,50.703],[-1.903,50.709],[-1.903,50.713],[-1.908,50.716],[-1.906,50.724],[-1.927,50.729],[-1.927,50.731],[-1.93,50.733],[-1.927,50.737],[-1.927,50.738],[-1.943,50.746],[-1.946,50.749]]]},"properties":{"PCON24NM":"Poole","PCON24CD":"E14001429"},"PCON24CD":366}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.008,51.525],[-0.012,51.525],[-0.021,51.524],[-0.025,51.525],[-0.029,51.524],[-0.03,51.526],[-0.037,51.524],[-0.036,51.519],[-0.034,51.516],[-0.036,51.513],[-0.042,51.511],[-0.047,51.51],[-0.067,51.509],[-0.071,51.508],[-0.075,51.51],[-0.077,51.51],[-0.079,51.508],[-0.071,51.505],[-0.06,51.503],[-0.056,51.504],[-0.053,51.506],[-0.045,51.509],[-0.039,51.51],[-0.033,51.509],[-0.029,51.506],[-0.027,51.503],[-0.028,51.495],[-0.026,51.491],[-0.021,51.487],[-0.016,51.486],[-0.012,51.486],[-0.006,51.487],[-0.003,51.491],[-0.007,51.498],[-0.007,51.503],[-0.002,51.507],[0.009,51.509],[0.002,51.511],[0.004,51.515],[-0.003,51.518],[-0.007,51.518],[-0.009,51.52],[-0.008,51.523],[-0.008,51.525]]]},"properties":{"PCON24NM":"Poplar and Limehouse","PCON24CD":"E14001430"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.096,50.814],[-1.093,50.815],[-1.094,50.819],[-1.096,50.821],[-1.099,50.819],[-1.102,50.814],[-1.096,50.814]]],[[[-1.039,50.798],[-1.042,50.804],[-1.042,50.807],[-1.041,50.81],[-1.042,50.814],[-1.043,50.82],[-1.041,50.824],[-1.045,50.826],[-1.045,50.831],[-1.049,50.832],[-1.055,50.833],[-1.062,50.836],[-1.077,50.837],[-1.078,50.836],[-1.079,50.833],[-1.084,50.83],[-1.084,50.825],[-1.095,50.827],[-1.1,50.827],[-1.097,50.823],[-1.094,50.823],[-1.091,50.817],[-1.094,50.813],[-1.091,50.809],[-1.083,50.808],[-1.082,50.811],[-1.08,50.812],[-1.07,50.812],[-1.064,50.812],[-1.064,50.808],[-1.067,50.802],[-1.062,50.8],[-1.058,50.8],[-1.053,50.798],[-1.046,50.799],[-1.039,50.798]]],[[[-1.054,50.857],[-1.054,50.855],[-1.062,50.855],[-1.062,50.858],[-1.071,50.859],[-1.071,50.857],[-1.076,50.856],[-1.084,50.857],[-1.094,50.859],[-1.099,50.859],[-1.1,50.857],[-1.116,50.858],[-1.116,50.855],[-1.118,50.851],[-1.117,50.843],[-1.116,50.841],[-1.117,50.844],[-1.114,50.847],[-1.108,50.847],[-1.103,50.846],[-1.106,50.839],[-1.106,50.838],[-1.1,50.835],[-1.095,50.831],[-1.087,50.831],[-1.082,50.836],[-1.079,50.837],[-1.075,50.837],[-1.062,50.836],[-1.052,50.833],[-1.044,50.834],[-1.036,50.835],[-1.035,50.829],[-1.03,50.827],[-1.024,50.827],[-1.023,50.83],[-1.023,50.833],[-1.022,50.835],[-1.022,50.836],[-1.022,50.837],[-1.021,50.839],[-1.022,50.842],[-1.025,50.85],[-1.023,50.853],[-1.038,50.853],[-1.047,50.854],[-1.054,50.857]]]]},"properties":{"PCON24NM":"Portsmouth North","PCON24CD":"E14001431"},"PCON24CD":368}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.039,50.798],[-1.046,50.799],[-1.053,50.798],[-1.058,50.8],[-1.062,50.8],[-1.067,50.802],[-1.064,50.808],[-1.064,50.812],[-1.07,50.812],[-1.08,50.812],[-1.082,50.811],[-1.083,50.808],[-1.091,50.809],[-1.094,50.809],[-1.104,50.81],[-1.106,50.809],[-1.112,50.807],[-1.112,50.801],[-1.106,50.797],[-1.11,50.792],[-1.109,50.79],[-1.102,50.787],[-1.093,50.78],[-1.089,50.778],[-1.082,50.778],[-1.062,50.781],[-1.055,50.783],[-1.038,50.785],[-1.03,50.787],[-1.03,50.791],[-1.035,50.792],[-1.04,50.79],[-1.044,50.79],[-1.041,50.793],[-1.038,50.795],[-1.039,50.798]]]},"properties":{"PCON24NM":"Portsmouth South","PCON24CD":"E14001432"},"PCON24CD":369}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.794,53.752],[-2.788,53.753],[-2.79,53.756],[-2.794,53.752]]],[[[-2.718,53.753],[-2.721,53.756],[-2.733,53.758],[-2.745,53.758],[-2.757,53.756],[-2.745,53.757],[-2.731,53.758],[-2.721,53.756],[-2.718,53.753]]],[[[-2.662,53.75],[-2.659,53.754],[-2.659,53.759],[-2.657,53.761],[-2.652,53.761],[-2.646,53.76],[-2.644,53.761],[-2.644,53.765],[-2.642,53.766],[-2.635,53.766],[-2.627,53.768],[-2.622,53.771],[-2.623,53.775],[-2.628,53.777],[-2.634,53.779],[-2.634,53.782],[-2.622,53.787],[-2.621,53.789],[-2.626,53.791],[-2.634,53.791],[-2.635,53.792],[-2.642,53.794],[-2.646,53.791],[-2.65,53.793],[-2.662,53.79],[-2.673,53.794],[-2.672,53.796],[-2.676,53.8],[-2.682,53.8],[-2.684,53.795],[-2.683,53.794],[-2.688,53.791],[-2.686,53.789],[-2.693,53.786],[-2.698,53.782],[-2.698,53.778],[-2.72,53.777],[-2.729,53.797],[-2.73,53.796],[-2.742,53.795],[-2.748,53.791],[-2.75,53.789],[-2.765,53.786],[-2.776,53.785],[-2.78,53.788],[-2.786,53.784],[-2.791,53.781],[-2.799,53.771],[-2.798,53.768],[-2.799,53.766],[-2.795,53.763],[-2.792,53.761],[-2.788,53.753],[-2.773,53.755],[-2.758,53.758],[-2.751,53.758],[-2.73,53.759],[-2.719,53.757],[-2.717,53.755],[-2.715,53.75],[-2.709,53.748],[-2.702,53.752],[-2.696,53.752],[-2.69,53.75],[-2.685,53.75],[-2.682,53.752],[-2.678,53.753],[-2.674,53.75],[-2.669,53.749],[-2.662,53.75]]]]},"properties":{"PCON24NM":"Preston","PCON24CD":"E14001433"},"PCON24CD":370}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.223,51.471],[-0.232,51.473],[-0.233,51.473],[-0.233,51.472],[-0.233,51.464],[-0.234,51.464],[-0.236,51.464],[-0.245,51.465],[-0.249,51.465],[-0.25,51.465],[-0.252,51.465],[-0.253,51.465],[-0.258,51.46],[-0.257,51.46],[-0.257,51.459],[-0.258,51.457],[-0.259,51.456],[-0.259,51.455],[-0.247,51.449],[-0.244,51.446],[-0.242,51.444],[-0.243,51.442],[-0.248,51.44],[-0.254,51.437],[-0.251,51.433],[-0.249,51.433],[-0.244,51.434],[-0.241,51.435],[-0.237,51.436],[-0.236,51.437],[-0.232,51.438],[-0.231,51.438],[-0.226,51.439],[-0.224,51.439],[-0.223,51.439],[-0.221,51.438],[-0.22,51.439],[-0.217,51.439],[-0.216,51.438],[-0.208,51.438],[-0.207,51.439],[-0.205,51.439],[-0.204,51.439],[-0.202,51.439],[-0.197,51.44],[-0.195,51.441],[-0.191,51.441],[-0.19,51.441],[-0.193,51.444],[-0.193,51.448],[-0.19,51.451],[-0.183,51.454],[-0.186,51.458],[-0.182,51.458],[-0.187,51.464],[-0.19,51.463],[-0.2,51.463],[-0.207,51.464],[-0.213,51.466],[-0.224,51.471],[-0.223,51.471]]]},"properties":{"PCON24NM":"Putney","PCON24CD":"E14001434"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.189,51.535],[-0.191,51.536],[-0.202,51.545],[-0.207,51.543],[-0.215,51.537],[-0.219,51.539],[-0.222,51.537],[-0.228,51.536],[-0.231,51.537],[-0.238,51.54],[-0.242,51.539],[-0.246,51.543],[-0.251,51.541],[-0.257,51.541],[-0.256,51.534],[-0.251,51.534],[-0.243,51.532],[-0.234,51.533],[-0.228,51.53],[-0.225,51.53],[-0.222,51.529],[-0.22,51.529],[-0.218,51.529],[-0.217,51.529],[-0.216,51.528],[-0.213,51.527],[-0.21,51.527],[-0.209,51.526],[-0.208,51.526],[-0.203,51.523],[-0.202,51.523],[-0.202,51.522],[-0.201,51.521],[-0.202,51.521],[-0.203,51.521],[-0.204,51.521],[-0.203,51.52],[-0.202,51.518],[-0.195,51.52],[-0.185,51.52],[-0.18,51.52],[-0.171,51.52],[-0.164,51.521],[-0.167,51.524],[-0.164,51.525],[-0.167,51.528],[-0.17,51.527],[-0.177,51.525],[-0.189,51.535]]]},"properties":{"PCON24NM":"Queen's Park and Maida Vale","PCON24CD":"E14001435"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.312,53.514],[-1.315,53.513],[-1.32,53.514],[-1.326,53.512],[-1.33,53.515],[-1.341,53.515],[-1.36,53.513],[-1.369,53.515],[-1.371,53.515],[-1.381,53.514],[-1.397,53.506],[-1.406,53.505],[-1.409,53.503],[-1.412,53.499],[-1.412,53.496],[-1.416,53.495],[-1.417,53.492],[-1.426,53.489],[-1.428,53.486],[-1.435,53.488],[-1.441,53.491],[-1.444,53.488],[-1.452,53.485],[-1.451,53.482],[-1.451,53.477],[-1.457,53.474],[-1.455,53.472],[-1.448,53.462],[-1.442,53.461],[-1.435,53.464],[-1.429,53.467],[-1.415,53.465],[-1.405,53.462],[-1.408,53.459],[-1.408,53.455],[-1.403,53.451],[-1.394,53.451],[-1.394,53.455],[-1.387,53.458],[-1.387,53.46],[-1.38,53.461],[-1.372,53.46],[-1.365,53.465],[-1.358,53.463],[-1.354,53.455],[-1.357,53.454],[-1.354,53.45],[-1.355,53.447],[-1.359,53.444],[-1.362,53.444],[-1.361,53.439],[-1.356,53.442],[-1.35,53.441],[-1.342,53.444],[-1.333,53.45],[-1.327,53.449],[-1.323,53.445],[-1.32,53.445],[-1.319,53.447],[-1.314,53.453],[-1.313,53.458],[-1.312,53.461],[-1.309,53.461],[-1.306,53.463],[-1.302,53.462],[-1.297,53.471],[-1.287,53.466],[-1.283,53.466],[-1.282,53.464],[-1.285,53.456],[-1.284,53.451],[-1.28,53.442],[-1.281,53.44],[-1.276,53.436],[-1.271,53.435],[-1.273,53.434],[-1.274,53.43],[-1.27,53.429],[-1.265,53.425],[-1.264,53.424],[-1.269,53.423],[-1.267,53.418],[-1.264,53.418],[-1.266,53.414],[-1.263,53.411],[-1.252,53.409],[-1.251,53.411],[-1.249,53.418],[-1.254,53.418],[-1.252,53.423],[-1.243,53.436],[-1.24,53.435],[-1.238,53.441],[-1.251,53.441],[-1.254,53.443],[-1.247,53.444],[-1.244,53.441],[-1.239,53.443],[-1.238,53.444],[-1.231,53.447],[-1.225,53.449],[-1.225,53.451],[-1.222,53.455],[-1.202,53.457],[-1.192,53.457],[-1.191,53.456],[-1.178,53.456],[-1.178,53.458],[-1.17,53.458],[-1.17,53.461],[-1.169,53.465],[-1.17,53.469],[-1.168,53.471],[-1.17,53.476],[-1.168,53.479],[-1.172,53.482],[-1.172,53.485],[-1.165,53.489],[-1.166,53.491],[-1.169,53.493],[-1.173,53.498],[-1.172,53.501],[-1.172,53.507],[-1.179,53.509],[-1.185,53.51],[-1.191,53.506],[-1.193,53.502],[-1.2,53.497],[-1.206,53.496],[-1.208,53.494],[-1.209,53.489],[-1.213,53.487],[-1.219,53.489],[-1.221,53.488],[-1.222,53.493],[-1.229,53.494],[-1.235,53.493],[-1.237,53.494],[-1.242,53.493],[-1.244,53.495],[-1.247,53.494],[-1.26,53.494],[-1.265,53.492],[-1.267,53.493],[-1.274,53.491],[-1.284,53.491],[-1.295,53.492],[-1.299,53.493],[-1.31,53.498],[-1.313,53.502],[-1.311,53.512],[-1.312,53.514]]]},"properties":{"PCON24NM":"Rawmarsh and Conisbrough","PCON24CD":"E14001436"},"PCON24CD":373}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.552,51.618],[0.544,51.618],[0.542,51.621],[0.532,51.619],[0.529,51.62],[0.521,51.619],[0.52,51.625],[0.516,51.624],[0.515,51.627],[0.505,51.624],[0.505,51.622],[0.495,51.624],[0.5,51.619],[0.502,51.611],[0.498,51.607],[0.499,51.602],[0.505,51.603],[0.504,51.6],[0.5,51.6],[0.498,51.598],[0.493,51.597],[0.488,51.597],[0.488,51.592],[0.499,51.593],[0.506,51.592],[0.52,51.59],[0.524,51.59],[0.537,51.59],[0.552,51.589],[0.554,51.589],[0.558,51.588],[0.564,51.588],[0.569,51.588],[0.583,51.583],[0.589,51.579],[0.592,51.578],[0.613,51.575],[0.632,51.571],[0.635,51.575],[0.639,51.577],[0.644,51.575],[0.648,51.579],[0.649,51.581],[0.646,51.582],[0.641,51.583],[0.64,51.59],[0.641,51.591],[0.645,51.59],[0.652,51.59],[0.664,51.59],[0.67,51.589],[0.681,51.59],[0.683,51.588],[0.694,51.585],[0.7,51.585],[0.7,51.586],[0.696,51.598],[0.708,51.6],[0.713,51.601],[0.71,51.607],[0.708,51.61],[0.707,51.614],[0.702,51.614],[0.702,51.617],[0.699,51.619],[0.702,51.622],[0.704,51.622],[0.704,51.628],[0.708,51.63],[0.711,51.634],[0.707,51.634],[0.686,51.634],[0.67,51.634],[0.662,51.634],[0.652,51.636],[0.648,51.635],[0.647,51.631],[0.643,51.63],[0.637,51.632],[0.627,51.632],[0.617,51.631],[0.61,51.629],[0.606,51.629],[0.597,51.63],[0.596,51.631],[0.588,51.63],[0.589,51.629],[0.587,51.626],[0.588,51.624],[0.585,51.623],[0.578,51.625],[0.574,51.623],[0.566,51.622],[0.565,51.622],[0.563,51.618],[0.555,51.617],[0.554,51.617],[0.552,51.618]]]},"properties":{"PCON24NM":"Rayleigh and Wickford","PCON24CD":"E14001437"},"PCON24CD":374}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.949,51.46],[-0.955,51.461],[-0.954,51.465],[-0.947,51.467],[-0.949,51.47],[-0.947,51.473],[-0.941,51.475],[-0.945,51.479],[-0.944,51.482],[-0.948,51.485],[-0.952,51.488],[-0.957,51.493],[-0.962,51.493],[-0.969,51.49],[-0.972,51.488],[-0.974,51.487],[-0.978,51.488],[-0.98,51.486],[-0.984,51.485],[-0.987,51.486],[-0.998,51.484],[-0.998,51.478],[-1,51.475],[-1.008,51.471],[-1.007,51.468],[-1.004,51.466],[-1.008,51.465],[-1.007,51.46],[-1.001,51.458],[-1.005,51.452],[-1.01,51.452],[-1.014,51.451],[-1.019,51.448],[-1.026,51.448],[-1.03,51.447],[-1.023,51.444],[-1.022,51.441],[-1.022,51.436],[-1.016,51.435],[-1.004,51.433],[-1.001,51.43],[-0.999,51.437],[-0.995,51.435],[-0.984,51.434],[-0.977,51.435],[-0.976,51.436],[-0.968,51.436],[-0.967,51.437],[-0.963,51.434],[-0.957,51.439],[-0.959,51.44],[-0.956,51.443],[-0.945,51.446],[-0.937,51.444],[-0.932,51.441],[-0.928,51.445],[-0.932,51.448],[-0.935,51.452],[-0.939,51.455],[-0.945,51.457],[-0.95,51.458],[-0.949,51.46]]]},"properties":{"PCON24NM":"Reading Central","PCON24CD":"E14001438"},"PCON24CD":375}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.14,51.543],[-1.147,51.541],[-1.152,51.54],[-1.16,51.537],[-1.159,51.535],[-1.166,51.534],[-1.173,51.534],[-1.18,51.532],[-1.193,51.53],[-1.205,51.528],[-1.206,51.532],[-1.203,51.537],[-1.206,51.538],[-1.21,51.536],[-1.217,51.536],[-1.219,51.537],[-1.23,51.535],[-1.236,51.537],[-1.242,51.538],[-1.257,51.537],[-1.261,51.538],[-1.268,51.542],[-1.27,51.545],[-1.28,51.547],[-1.284,51.549],[-1.287,51.552],[-1.294,51.554],[-1.297,51.553],[-1.303,51.557],[-1.315,51.557],[-1.32,51.559],[-1.327,51.56],[-1.329,51.564],[-1.333,51.56],[-1.335,51.555],[-1.338,51.549],[-1.338,51.546],[-1.344,51.543],[-1.347,51.544],[-1.351,51.547],[-1.356,51.547],[-1.355,51.543],[-1.355,51.537],[-1.351,51.531],[-1.348,51.528],[-1.338,51.525],[-1.335,51.525],[-1.333,51.52],[-1.338,51.518],[-1.33,51.508],[-1.328,51.502],[-1.324,51.495],[-1.324,51.493],[-1.328,51.486],[-1.319,51.483],[-1.311,51.483],[-1.31,51.485],[-1.304,51.481],[-1.299,51.481],[-1.295,51.479],[-1.29,51.475],[-1.279,51.476],[-1.277,51.477],[-1.269,51.472],[-1.263,51.471],[-1.263,51.468],[-1.266,51.466],[-1.255,51.464],[-1.242,51.463],[-1.242,51.461],[-1.238,51.456],[-1.238,51.455],[-1.243,51.455],[-1.247,51.452],[-1.245,51.447],[-1.247,51.442],[-1.253,51.441],[-1.253,51.439],[-1.258,51.435],[-1.26,51.435],[-1.26,51.432],[-1.253,51.425],[-1.25,51.422],[-1.247,51.423],[-1.243,51.422],[-1.235,51.418],[-1.236,51.415],[-1.232,51.412],[-1.23,51.412],[-1.224,51.41],[-1.216,51.411],[-1.219,51.406],[-1.218,51.405],[-1.22,51.401],[-1.223,51.401],[-1.22,51.398],[-1.222,51.394],[-1.219,51.39],[-1.214,51.392],[-1.212,51.388],[-1.219,51.387],[-1.216,51.384],[-1.217,51.379],[-1.219,51.377],[-1.223,51.375],[-1.222,51.372],[-1.22,51.37],[-1.221,51.368],[-1.218,51.366],[-1.214,51.366],[-1.211,51.367],[-1.202,51.366],[-1.2,51.365],[-1.189,51.363],[-1.177,51.357],[-1.17,51.361],[-1.147,51.359],[-1.144,51.357],[-1.139,51.357],[-1.131,51.358],[-1.125,51.358],[-1.124,51.361],[-1.119,51.36],[-1.116,51.36],[-1.115,51.363],[-1.118,51.368],[-1.115,51.374],[-1.099,51.38],[-1.098,51.382],[-1.087,51.384],[-1.083,51.382],[-1.075,51.38],[-1.08,51.375],[-1.073,51.375],[-1.066,51.372],[-1.06,51.368],[-1.059,51.366],[-1.055,51.364],[-1.052,51.363],[-1.05,51.358],[-1.029,51.359],[-1.009,51.359],[-1.002,51.36],[-0.996,51.362],[-0.986,51.363],[-0.99,51.364],[-0.992,51.367],[-0.99,51.37],[-0.985,51.371],[-0.982,51.376],[-0.989,51.381],[-0.993,51.384],[-1,51.388],[-1.007,51.391],[-1.012,51.393],[-1.009,51.399],[-1.004,51.404],[-1.004,51.408],[-0.999,51.412],[-1,51.416],[-0.998,51.417],[-1,51.42],[-1,51.425],[-1.001,51.426],[-1.001,51.43],[-1.004,51.433],[-1.016,51.435],[-1.022,51.436],[-1.022,51.441],[-1.023,51.444],[-1.03,51.447],[-1.026,51.448],[-1.019,51.448],[-1.014,51.451],[-1.01,51.452],[-1.005,51.452],[-1.001,51.458],[-1.007,51.46],[-1.008,51.465],[-1.004,51.466],[-1.007,51.468],[-1.014,51.466],[-1.018,51.467],[-1.027,51.471],[-1.038,51.476],[-1.039,51.477],[-1.038,51.484],[-1.042,51.489],[-1.052,51.492],[-1.058,51.492],[-1.073,51.489],[-1.077,51.488],[-1.088,51.486],[-1.101,51.489],[-1.104,51.492],[-1.107,51.5],[-1.107,51.501],[-1.109,51.505],[-1.113,51.51],[-1.119,51.512],[-1.127,51.512],[-1.134,51.511],[-1.142,51.516],[-1.144,51.522],[-1.144,51.523],[-1.138,51.527],[-1.135,51.533],[-1.134,51.535],[-1.136,51.54],[-1.14,51.543]]]},"properties":{"PCON24NM":"Reading West and Mid Berkshire","PCON24CD":"E14001439"},"PCON24CD":376}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.938,54.589],[-0.944,54.589],[-0.949,54.587],[-0.96,54.585],[-0.968,54.586],[-0.984,54.589],[-1.002,54.594],[-1.025,54.601],[-1.041,54.608],[-1.052,54.616],[-1.054,54.617],[-1.073,54.621],[-1.08,54.621],[-1.088,54.621],[-1.108,54.625],[-1.119,54.629],[-1.128,54.636],[-1.139,54.641],[-1.141,54.635],[-1.136,54.631],[-1.135,54.63],[-1.144,54.628],[-1.152,54.628],[-1.153,54.626],[-1.153,54.623],[-1.151,54.62],[-1.151,54.615],[-1.15,54.612],[-1.152,54.612],[-1.158,54.605],[-1.15,54.601],[-1.152,54.6],[-1.16,54.604],[-1.169,54.599],[-1.181,54.591],[-1.183,54.591],[-1.197,54.582],[-1.194,54.58],[-1.201,54.578],[-1.194,54.574],[-1.192,54.575],[-1.187,54.573],[-1.184,54.569],[-1.178,54.569],[-1.176,54.567],[-1.176,54.562],[-1.172,54.559],[-1.167,54.554],[-1.174,54.553],[-1.179,54.55],[-1.191,54.548],[-1.196,54.545],[-1.199,54.545],[-1.192,54.54],[-1.18,54.533],[-1.168,54.527],[-1.161,54.525],[-1.16,54.528],[-1.162,54.533],[-1.165,54.536],[-1.16,54.54],[-1.149,54.54],[-1.143,54.545],[-1.138,54.553],[-1.132,54.555],[-1.131,54.56],[-1.127,54.561],[-1.116,54.563],[-1.105,54.567],[-1.098,54.567],[-1.094,54.569],[-1.089,54.57],[-1.069,54.577],[-1.064,54.565],[-1.056,54.564],[-1.048,54.567],[-1.05,54.571],[-1.044,54.572],[-1.036,54.573],[-1.028,54.575],[-1.019,54.574],[-1.016,54.573],[-0.996,54.576],[-0.991,54.571],[-0.981,54.573],[-0.977,54.572],[-0.973,54.575],[-0.974,54.577],[-0.971,54.578],[-0.969,54.582],[-0.956,54.582],[-0.956,54.583],[-0.938,54.588],[-0.938,54.589]]]},"properties":{"PCON24NM":"Redcar","PCON24CD":"E14001440"},"PCON24CD":377}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.881,52.311],[-1.89,52.318],[-1.892,52.321],[-1.899,52.322],[-1.909,52.32],[-1.91,52.323],[-1.922,52.322],[-1.928,52.324],[-1.933,52.324],[-1.941,52.323],[-1.943,52.321],[-1.95,52.322],[-1.953,52.32],[-1.958,52.318],[-1.961,52.315],[-1.97,52.315],[-1.969,52.313],[-1.974,52.308],[-1.978,52.31],[-1.982,52.308],[-1.976,52.304],[-1.983,52.298],[-1.985,52.293],[-1.984,52.292],[-1.988,52.29],[-1.991,52.292],[-2.002,52.288],[-1.998,52.284],[-2.002,52.28],[-2.009,52.278],[-2.016,52.279],[-2.024,52.28],[-2.031,52.283],[-2.033,52.283],[-2.038,52.286],[-2.047,52.288],[-2.051,52.287],[-2.056,52.285],[-2.06,52.284],[-2.074,52.289],[-2.088,52.289],[-2.092,52.289],[-2.085,52.297],[-2.089,52.306],[-2.085,52.314],[-2.086,52.315],[-2.095,52.313],[-2.102,52.313],[-2.11,52.315],[-2.116,52.313],[-2.124,52.315],[-2.116,52.322],[-2.119,52.325],[-2.116,52.328],[-2.118,52.332],[-2.118,52.335],[-2.113,52.337],[-2.116,52.339],[-2.117,52.342],[-2.125,52.34],[-2.125,52.344],[-2.137,52.35],[-2.143,52.347],[-2.145,52.34],[-2.143,52.337],[-2.138,52.336],[-2.136,52.333],[-2.136,52.33],[-2.144,52.326],[-2.15,52.325],[-2.152,52.321],[-2.147,52.319],[-2.145,52.316],[-2.147,52.313],[-2.142,52.312],[-2.135,52.312],[-2.135,52.309],[-2.139,52.307],[-2.144,52.303],[-2.138,52.301],[-2.138,52.298],[-2.137,52.297],[-2.136,52.294],[-2.14,52.292],[-2.144,52.288],[-2.15,52.289],[-2.151,52.286],[-2.149,52.286],[-2.15,52.283],[-2.148,52.281],[-2.15,52.279],[-2.15,52.275],[-2.139,52.276],[-2.137,52.275],[-2.137,52.272],[-2.133,52.271],[-2.134,52.267],[-2.11,52.264],[-2.111,52.261],[-2.108,52.259],[-2.107,52.255],[-2.104,52.254],[-2.106,52.249],[-2.103,52.242],[-2.099,52.241],[-2.094,52.244],[-2.084,52.245],[-2.077,52.245],[-2.068,52.242],[-2.069,52.239],[-2.065,52.237],[-2.06,52.234],[-2.061,52.232],[-2.057,52.229],[-2.058,52.227],[-2.052,52.225],[-2.046,52.224],[-2.039,52.219],[-2.038,52.223],[-2.036,52.224],[-2.026,52.223],[-2.024,52.219],[-2.021,52.217],[-2.017,52.218],[-2.013,52.217],[-2.012,52.214],[-2.004,52.211],[-2.002,52.209],[-2.003,52.206],[-1.997,52.207],[-1.993,52.205],[-1.996,52.199],[-2,52.193],[-2.003,52.19],[-2.008,52.189],[-2.015,52.19],[-2.018,52.188],[-2.023,52.174],[-2.026,52.17],[-2.016,52.17],[-2.013,52.166],[-2.006,52.164],[-2,52.167],[-1.998,52.163],[-1.999,52.158],[-1.988,52.155],[-1.983,52.151],[-1.984,52.148],[-1.991,52.142],[-1.99,52.135],[-1.988,52.133],[-1.985,52.132],[-1.978,52.127],[-1.984,52.123],[-1.986,52.121],[-1.977,52.119],[-1.97,52.115],[-1.965,52.113],[-1.962,52.114],[-1.957,52.111],[-1.951,52.11],[-1.944,52.109],[-1.932,52.109],[-1.93,52.11],[-1.931,52.117],[-1.928,52.125],[-1.924,52.126],[-1.913,52.123],[-1.906,52.122],[-1.904,52.123],[-1.903,52.127],[-1.905,52.132],[-1.903,52.133],[-1.902,52.138],[-1.905,52.143],[-1.907,52.143],[-1.917,52.147],[-1.922,52.153],[-1.934,52.154],[-1.94,52.153],[-1.944,52.155],[-1.939,52.159],[-1.94,52.16],[-1.937,52.163],[-1.934,52.165],[-1.935,52.17],[-1.943,52.171],[-1.946,52.17],[-1.947,52.168],[-1.951,52.169],[-1.96,52.169],[-1.962,52.171],[-1.961,52.174],[-1.956,52.174],[-1.949,52.173],[-1.945,52.175],[-1.941,52.178],[-1.94,52.184],[-1.938,52.188],[-1.936,52.19],[-1.935,52.193],[-1.936,52.197],[-1.937,52.203],[-1.933,52.206],[-1.927,52.209],[-1.923,52.209],[-1.92,52.21],[-1.92,52.214],[-1.917,52.219],[-1.918,52.224],[-1.924,52.234],[-1.925,52.239],[-1.925,52.243],[-1.932,52.248],[-1.935,52.253],[-1.935,52.257],[-1.934,52.26],[-1.935,52.263],[-1.939,52.271],[-1.937,52.276],[-1.935,52.277],[-1.931,52.276],[-1.921,52.276],[-1.917,52.275],[-1.905,52.279],[-1.901,52.282],[-1.901,52.283],[-1.894,52.283],[-1.892,52.286],[-1.887,52.286],[-1.887,52.288],[-1.88,52.299],[-1.878,52.301],[-1.875,52.304],[-1.881,52.311]]]},"properties":{"PCON24NM":"Redditch","PCON24CD":"E14001441"},"PCON24CD":378}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.187,51.341],[-0.197,51.344],[-0.201,51.34],[-0.203,51.34],[-0.213,51.336],[-0.212,51.333],[-0.214,51.33],[-0.221,51.33],[-0.235,51.327],[-0.243,51.321],[-0.241,51.316],[-0.244,51.313],[-0.243,51.307],[-0.247,51.301],[-0.247,51.298],[-0.252,51.3],[-0.264,51.3],[-0.267,51.298],[-0.272,51.292],[-0.27,51.289],[-0.269,51.284],[-0.266,51.278],[-0.267,51.274],[-0.267,51.269],[-0.266,51.266],[-0.266,51.263],[-0.261,51.259],[-0.261,51.258],[-0.254,51.259],[-0.253,51.261],[-0.248,51.259],[-0.24,51.261],[-0.227,51.256],[-0.226,51.254],[-0.228,51.251],[-0.226,51.249],[-0.23,51.247],[-0.229,51.245],[-0.232,51.242],[-0.231,51.241],[-0.234,51.238],[-0.244,51.237],[-0.25,51.231],[-0.249,51.229],[-0.251,51.227],[-0.249,51.224],[-0.243,51.225],[-0.235,51.221],[-0.236,51.22],[-0.234,51.217],[-0.233,51.213],[-0.226,51.213],[-0.222,51.212],[-0.219,51.209],[-0.21,51.205],[-0.207,51.206],[-0.203,51.208],[-0.199,51.209],[-0.193,51.206],[-0.187,51.209],[-0.176,51.21],[-0.169,51.21],[-0.165,51.212],[-0.156,51.211],[-0.159,51.217],[-0.154,51.22],[-0.154,51.224],[-0.153,51.226],[-0.155,51.231],[-0.152,51.235],[-0.148,51.234],[-0.145,51.238],[-0.146,51.24],[-0.143,51.246],[-0.146,51.25],[-0.15,51.254],[-0.156,51.255],[-0.16,51.259],[-0.155,51.262],[-0.157,51.264],[-0.157,51.268],[-0.16,51.269],[-0.17,51.268],[-0.172,51.27],[-0.17,51.277],[-0.163,51.286],[-0.164,51.29],[-0.158,51.295],[-0.153,51.295],[-0.151,51.301],[-0.155,51.301],[-0.158,51.305],[-0.154,51.31],[-0.158,51.311],[-0.157,51.313],[-0.161,51.318],[-0.162,51.32],[-0.157,51.321],[-0.157,51.322],[-0.161,51.323],[-0.164,51.326],[-0.163,51.33],[-0.17,51.329],[-0.173,51.33],[-0.174,51.333],[-0.187,51.341]]]},"properties":{"PCON24NM":"Reigate","PCON24CD":"E14001442"},"PCON24CD":379}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.185,53.952],[-2.191,53.958],[-2.194,53.961],[-2.196,53.97],[-2.201,53.97],[-2.202,53.968],[-2.207,53.966],[-2.21,53.963],[-2.214,53.965],[-2.221,53.964],[-2.225,53.961],[-2.226,53.967],[-2.229,53.967],[-2.232,53.971],[-2.227,53.975],[-2.223,53.976],[-2.23,53.982],[-2.245,53.981],[-2.247,53.979],[-2.284,53.974],[-2.295,53.975],[-2.299,53.977],[-2.297,53.981],[-2.3,53.981],[-2.31,53.988],[-2.314,53.989],[-2.318,53.992],[-2.319,53.994],[-2.327,53.994],[-2.334,53.99],[-2.336,53.992],[-2.34,53.989],[-2.345,53.992],[-2.352,53.995],[-2.354,54.004],[-2.352,54.01],[-2.339,54.009],[-2.344,54.017],[-2.346,54.018],[-2.357,54.019],[-2.357,54.021],[-2.36,54.024],[-2.36,54.026],[-2.362,54.029],[-2.359,54.032],[-2.363,54.034],[-2.362,54.041],[-2.374,54.049],[-2.384,54.048],[-2.387,54.045],[-2.395,54.043],[-2.397,54.044],[-2.404,54.043],[-2.406,54.043],[-2.414,54.042],[-2.423,54.041],[-2.426,54.038],[-2.432,54.042],[-2.446,54.042],[-2.451,54.041],[-2.459,54.041],[-2.47,54.046],[-2.487,54.043],[-2.492,54.04],[-2.494,54.037],[-2.493,54.032],[-2.498,54.027],[-2.499,54.025],[-2.498,54.022],[-2.503,54.02],[-2.513,54.022],[-2.519,54.021],[-2.524,54.024],[-2.527,54.026],[-2.532,54.024],[-2.539,54.023],[-2.544,54.02],[-2.546,54.015],[-2.549,54.014],[-2.557,54.015],[-2.571,54.015],[-2.575,54.013],[-2.579,54.007],[-2.579,54.005],[-2.581,54],[-2.577,53.993],[-2.572,53.99],[-2.571,53.988],[-2.574,53.986],[-2.572,53.984],[-2.561,53.976],[-2.564,53.974],[-2.574,53.973],[-2.578,53.971],[-2.579,53.967],[-2.582,53.965],[-2.589,53.96],[-2.605,53.957],[-2.611,53.957],[-2.618,53.952],[-2.631,53.958],[-2.638,53.958],[-2.644,53.957],[-2.651,53.952],[-2.65,53.95],[-2.641,53.945],[-2.634,53.943],[-2.626,53.939],[-2.627,53.935],[-2.63,53.931],[-2.623,53.93],[-2.619,53.927],[-2.614,53.92],[-2.619,53.916],[-2.615,53.913],[-2.613,53.908],[-2.617,53.9],[-2.626,53.894],[-2.634,53.893],[-2.638,53.895],[-2.642,53.895],[-2.645,53.894],[-2.652,53.896],[-2.658,53.896],[-2.666,53.894],[-2.668,53.892],[-2.679,53.892],[-2.681,53.893],[-2.685,53.891],[-2.689,53.888],[-2.689,53.883],[-2.688,53.88],[-2.691,53.879],[-2.691,53.874],[-2.704,53.871],[-2.706,53.869],[-2.703,53.865],[-2.706,53.861],[-2.712,53.856],[-2.71,53.854],[-2.714,53.853],[-2.719,53.85],[-2.726,53.849],[-2.731,53.852],[-2.747,53.85],[-2.742,53.845],[-2.74,53.842],[-2.736,53.823],[-2.743,53.823],[-2.754,53.824],[-2.756,53.826],[-2.761,53.828],[-2.767,53.835],[-2.771,53.84],[-2.78,53.837],[-2.781,53.834],[-2.787,53.832],[-2.794,53.834],[-2.8,53.833],[-2.8,53.829],[-2.796,53.828],[-2.799,53.824],[-2.805,53.825],[-2.81,53.824],[-2.826,53.82],[-2.822,53.818],[-2.819,53.814],[-2.815,53.808],[-2.812,53.808],[-2.783,53.79],[-2.78,53.788],[-2.776,53.785],[-2.765,53.786],[-2.75,53.789],[-2.748,53.791],[-2.742,53.795],[-2.73,53.796],[-2.729,53.797],[-2.72,53.777],[-2.698,53.778],[-2.698,53.782],[-2.693,53.786],[-2.686,53.789],[-2.688,53.791],[-2.683,53.794],[-2.684,53.795],[-2.682,53.8],[-2.676,53.8],[-2.672,53.796],[-2.673,53.794],[-2.662,53.79],[-2.65,53.793],[-2.646,53.791],[-2.642,53.794],[-2.635,53.792],[-2.634,53.791],[-2.626,53.791],[-2.621,53.789],[-2.622,53.787],[-2.634,53.782],[-2.634,53.779],[-2.628,53.777],[-2.623,53.775],[-2.622,53.771],[-2.627,53.768],[-2.635,53.766],[-2.642,53.766],[-2.644,53.765],[-2.644,53.761],[-2.646,53.76],[-2.652,53.761],[-2.657,53.761],[-2.659,53.759],[-2.659,53.754],[-2.662,53.75],[-2.668,53.748],[-2.673,53.749],[-2.68,53.753],[-2.685,53.749],[-2.69,53.749],[-2.696,53.752],[-2.704,53.75],[-2.7,53.75],[-2.701,53.746],[-2.7,53.743],[-2.695,53.739],[-2.701,53.739],[-2.698,53.734],[-2.695,53.733],[-2.696,53.731],[-2.69,53.722],[-2.695,53.719],[-2.695,53.717],[-2.686,53.72],[-2.675,53.721],[-2.664,53.72],[-2.658,53.718],[-2.657,53.717],[-2.656,53.713],[-2.651,53.712],[-2.647,53.715],[-2.648,53.716],[-2.64,53.718],[-2.63,53.718],[-2.623,53.724],[-2.624,53.729],[-2.617,53.732],[-2.611,53.737],[-2.605,53.739],[-2.599,53.743],[-2.594,53.743],[-2.587,53.743],[-2.58,53.748],[-2.577,53.751],[-2.574,53.751],[-2.564,53.749],[-2.562,53.747],[-2.558,53.749],[-2.554,53.75],[-2.552,53.755],[-2.549,53.758],[-2.546,53.759],[-2.54,53.76],[-2.534,53.759],[-2.53,53.76],[-2.526,53.76],[-2.511,53.767],[-2.51,53.769],[-2.505,53.77],[-2.499,53.769],[-2.487,53.773],[-2.481,53.774],[-2.477,53.781],[-2.474,53.78],[-2.469,53.782],[-2.466,53.781],[-2.462,53.781],[-2.455,53.783],[-2.449,53.787],[-2.44,53.795],[-2.434,53.798],[-2.424,53.803],[-2.412,53.81],[-2.413,53.812],[-2.417,53.815],[-2.416,53.819],[-2.417,53.821],[-2.419,53.823],[-2.415,53.827],[-2.41,53.829],[-2.412,53.837],[-2.414,53.837],[-2.42,53.84],[-2.414,53.844],[-2.412,53.852],[-2.412,53.853],[-2.409,53.859],[-2.41,53.86],[-2.424,53.857],[-2.424,53.86],[-2.419,53.861],[-2.417,53.864],[-2.419,53.867],[-2.415,53.871],[-2.413,53.877],[-2.408,53.878],[-2.404,53.878],[-2.4,53.881],[-2.394,53.883],[-2.392,53.885],[-2.397,53.887],[-2.393,53.89],[-2.386,53.893],[-2.381,53.893],[-2.37,53.897],[-2.366,53.9],[-2.362,53.899],[-2.354,53.9],[-2.353,53.904],[-2.347,53.906],[-2.341,53.904],[-2.33,53.904],[-2.325,53.902],[-2.313,53.901],[-2.309,53.9],[-2.306,53.901],[-2.302,53.9],[-2.291,53.901],[-2.285,53.9],[-2.28,53.898],[-2.278,53.894],[-2.273,53.892],[-2.272,53.888],[-2.267,53.887],[-2.259,53.882],[-2.253,53.883],[-2.251,53.885],[-2.242,53.887],[-2.234,53.887],[-2.224,53.891],[-2.223,53.896],[-2.227,53.898],[-2.23,53.902],[-2.235,53.907],[-2.238,53.915],[-2.244,53.924],[-2.245,53.931],[-2.246,53.933],[-2.24,53.936],[-2.23,53.939],[-2.226,53.943],[-2.219,53.944],[-2.216,53.942],[-2.207,53.945],[-2.199,53.948],[-2.188,53.95],[-2.185,53.952]]]},"properties":{"PCON24NM":"Ribble Valley","PCON24CD":"E14001443"},"PCON24CD":380}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.697,54.536],[-1.705,54.537],[-1.715,54.539],[-1.72,54.542],[-1.722,54.542],[-1.727,54.53],[-1.731,54.531],[-1.733,54.528],[-1.744,54.53],[-1.748,54.529],[-1.752,54.53],[-1.754,54.529],[-1.761,54.529],[-1.765,54.53],[-1.767,54.532],[-1.773,54.533],[-1.78,54.532],[-1.782,54.527],[-1.777,54.525],[-1.776,54.519],[-1.778,54.516],[-1.776,54.507],[-1.782,54.507],[-1.785,54.501],[-1.79,54.493],[-1.793,54.484],[-1.814,54.492],[-1.822,54.495],[-1.825,54.498],[-1.824,54.5],[-1.828,54.503],[-1.832,54.503],[-1.832,54.505],[-1.836,54.508],[-1.839,54.508],[-1.844,54.505],[-1.848,54.504],[-1.858,54.504],[-1.859,54.497],[-1.858,54.494],[-1.861,54.486],[-1.859,54.482],[-1.867,54.482],[-1.878,54.478],[-1.885,54.473],[-1.893,54.467],[-1.913,54.462],[-1.928,54.456],[-1.934,54.457],[-1.943,54.453],[-1.947,54.454],[-1.957,54.453],[-1.96,54.452],[-1.97,54.452],[-1.971,54.455],[-1.976,54.46],[-1.985,54.46],[-1.987,54.462],[-1.997,54.467],[-2.015,54.472],[-2.03,54.473],[-2.045,54.475],[-2.043,54.484],[-2.049,54.483],[-2.053,54.481],[-2.059,54.481],[-2.068,54.477],[-2.071,54.474],[-2.076,54.473],[-2.082,54.47],[-2.086,54.468],[-2.095,54.467],[-2.103,54.465],[-2.114,54.464],[-2.117,54.462],[-2.124,54.462],[-2.126,54.462],[-2.135,54.462],[-2.15,54.46],[-2.155,54.457],[-2.165,54.457],[-2.17,54.458],[-2.171,54.461],[-2.178,54.462],[-2.182,54.457],[-2.189,54.449],[-2.192,54.449],[-2.236,54.448],[-2.239,54.45],[-2.244,54.45],[-2.246,54.452],[-2.25,54.452],[-2.268,54.447],[-2.265,54.443],[-2.28,54.439],[-2.292,54.439],[-2.292,54.433],[-2.299,54.427],[-2.304,54.426],[-2.306,54.422],[-2.308,54.421],[-2.308,54.414],[-2.306,54.41],[-2.306,54.407],[-2.307,54.404],[-2.305,54.402],[-2.306,54.399],[-2.306,54.397],[-2.302,54.396],[-2.295,54.392],[-2.292,54.391],[-2.294,54.387],[-2.292,54.384],[-2.297,54.377],[-2.317,54.376],[-2.324,54.369],[-2.33,54.367],[-2.335,54.364],[-2.338,54.364],[-2.343,54.362],[-2.345,54.36],[-2.35,54.359],[-2.356,54.357],[-2.356,54.356],[-2.364,54.355],[-2.368,54.356],[-2.362,54.353],[-2.36,54.35],[-2.348,54.347],[-2.348,54.345],[-2.34,54.343],[-2.335,54.34],[-2.335,54.335],[-2.329,54.332],[-2.32,54.332],[-2.318,54.328],[-2.31,54.324],[-2.315,54.314],[-2.319,54.311],[-2.323,54.311],[-2.32,54.307],[-2.324,54.304],[-2.324,54.301],[-2.32,54.3],[-2.322,54.295],[-2.324,54.294],[-2.32,54.289],[-2.317,54.287],[-2.319,54.284],[-2.324,54.28],[-2.315,54.27],[-2.318,54.266],[-2.318,54.264],[-2.321,54.26],[-2.319,54.257],[-2.318,54.256],[-2.305,54.249],[-2.297,54.251],[-2.294,54.253],[-2.291,54.252],[-2.29,54.245],[-2.287,54.243],[-2.286,54.239],[-2.283,54.239],[-2.274,54.243],[-2.265,54.245],[-2.252,54.249],[-2.247,54.249],[-2.243,54.248],[-2.236,54.251],[-2.231,54.25],[-2.229,54.252],[-2.224,54.251],[-2.217,54.25],[-2.212,54.248],[-2.198,54.247],[-2.191,54.243],[-2.187,54.239],[-2.18,54.235],[-2.175,54.23],[-2.171,54.228],[-2.166,54.229],[-2.161,54.231],[-2.157,54.235],[-2.153,54.234],[-2.151,54.233],[-2.144,54.235],[-2.144,54.23],[-2.142,54.226],[-2.14,54.225],[-2.129,54.226],[-2.125,54.228],[-2.116,54.231],[-2.113,54.233],[-2.108,54.232],[-2.1,54.232],[-2.099,54.23],[-2.095,54.228],[-2.089,54.222],[-2.079,54.218],[-2.071,54.213],[-2.062,54.211],[-2.06,54.209],[-2.061,54.203],[-2.059,54.196],[-2.054,54.195],[-2.051,54.191],[-2.049,54.186],[-2.044,54.183],[-2.034,54.18],[-2.035,54.176],[-2.031,54.175],[-2.023,54.177],[-2.019,54.176],[-2.015,54.173],[-2.005,54.173],[-2.002,54.176],[-1.98,54.188],[-1.965,54.193],[-1.942,54.199],[-1.938,54.2],[-1.924,54.201],[-1.896,54.21],[-1.886,54.21],[-1.882,54.219],[-1.879,54.22],[-1.862,54.223],[-1.847,54.227],[-1.837,54.231],[-1.828,54.232],[-1.823,54.235],[-1.816,54.241],[-1.823,54.247],[-1.8,54.245],[-1.756,54.239],[-1.741,54.247],[-1.737,54.25],[-1.739,54.252],[-1.737,54.254],[-1.724,54.256],[-1.72,54.255],[-1.718,54.257],[-1.709,54.256],[-1.705,54.261],[-1.701,54.256],[-1.699,54.256],[-1.69,54.259],[-1.686,54.26],[-1.684,54.262],[-1.691,54.268],[-1.691,54.269],[-1.695,54.274],[-1.705,54.277],[-1.702,54.279],[-1.705,54.286],[-1.697,54.286],[-1.694,54.287],[-1.684,54.286],[-1.676,54.285],[-1.66,54.29],[-1.66,54.293],[-1.654,54.294],[-1.648,54.298],[-1.647,54.301],[-1.648,54.306],[-1.642,54.308],[-1.641,54.31],[-1.641,54.315],[-1.643,54.321],[-1.637,54.327],[-1.64,54.331],[-1.639,54.335],[-1.639,54.34],[-1.642,54.343],[-1.642,54.345],[-1.626,54.347],[-1.613,54.349],[-1.609,54.351],[-1.585,54.329],[-1.58,54.33],[-1.578,54.326],[-1.572,54.327],[-1.564,54.329],[-1.566,54.324],[-1.564,54.319],[-1.551,54.316],[-1.553,54.312],[-1.55,54.309],[-1.553,54.308],[-1.549,54.303],[-1.541,54.304],[-1.539,54.307],[-1.532,54.308],[-1.525,54.305],[-1.518,54.305],[-1.51,54.303],[-1.507,54.295],[-1.502,54.292],[-1.498,54.288],[-1.496,54.291],[-1.491,54.29],[-1.493,54.288],[-1.487,54.286],[-1.484,54.287],[-1.482,54.284],[-1.479,54.283],[-1.479,54.275],[-1.477,54.272],[-1.474,54.272],[-1.471,54.27],[-1.466,54.27],[-1.462,54.268],[-1.458,54.27],[-1.452,54.27],[-1.441,54.268],[-1.439,54.266],[-1.429,54.262],[-1.425,54.265],[-1.423,54.266],[-1.418,54.268],[-1.414,54.271],[-1.407,54.269],[-1.4,54.274],[-1.401,54.282],[-1.416,54.286],[-1.42,54.292],[-1.419,54.296],[-1.423,54.3],[-1.421,54.302],[-1.426,54.311],[-1.43,54.315],[-1.425,54.316],[-1.419,54.318],[-1.414,54.315],[-1.403,54.309],[-1.408,54.315],[-1.404,54.316],[-1.405,54.318],[-1.409,54.321],[-1.402,54.324],[-1.396,54.325],[-1.389,54.324],[-1.375,54.325],[-1.374,54.322],[-1.355,54.322],[-1.356,54.326],[-1.358,54.327],[-1.356,54.336],[-1.348,54.334],[-1.343,54.335],[-1.329,54.335],[-1.327,54.334],[-1.324,54.337],[-1.325,54.339],[-1.32,54.339],[-1.315,54.338],[-1.308,54.34],[-1.293,54.346],[-1.283,54.35],[-1.265,54.352],[-1.265,54.354],[-1.255,54.354],[-1.251,54.361],[-1.238,54.376],[-1.225,54.378],[-1.222,54.377],[-1.209,54.374],[-1.19,54.377],[-1.181,54.377],[-1.172,54.382],[-1.166,54.378],[-1.163,54.372],[-1.159,54.36],[-1.158,54.349],[-1.146,54.349],[-1.141,54.346],[-1.137,54.346],[-1.133,54.344],[-1.127,54.344],[-1.122,54.345],[-1.121,54.342],[-1.119,54.339],[-1.121,54.337],[-1.121,54.333],[-1.123,54.331],[-1.116,54.329],[-1.113,54.33],[-1.103,54.329],[-1.099,54.329],[-1.085,54.347],[-1.078,54.359],[-1.078,54.36],[-1.072,54.361],[-1.066,54.363],[-1.067,54.365],[-1.067,54.375],[-1.079,54.388],[-1.07,54.396],[-1.082,54.405],[-1.071,54.406],[-1.059,54.413],[-1.065,54.421],[-1.056,54.427],[-1.053,54.437],[-1.058,54.441],[-1.053,54.449],[-1.048,54.452],[-1.043,54.453],[-1.042,54.455],[-1.034,54.459],[-1.021,54.46],[-1.013,54.46],[-1.008,54.458],[-1,54.459],[-0.997,54.458],[-0.988,54.459],[-0.982,54.458],[-0.973,54.461],[-0.973,54.463],[-0.976,54.468],[-0.98,54.472],[-0.984,54.479],[-0.99,54.48],[-0.999,54.476],[-1.011,54.476],[-1.016,54.477],[-1.018,54.478],[-1.019,54.482],[-1.023,54.483],[-1.027,54.486],[-1.033,54.492],[-1.037,54.494],[-1.045,54.496],[-1.051,54.496],[-1.06,54.5],[-1.065,54.499],[-1.068,54.5],[-1.078,54.504],[-1.087,54.503],[-1.094,54.507],[-1.106,54.506],[-1.112,54.504],[-1.112,54.501],[-1.114,54.499],[-1.119,54.498],[-1.127,54.499],[-1.13,54.5],[-1.146,54.503],[-1.147,54.501],[-1.156,54.502],[-1.167,54.504],[-1.171,54.502],[-1.18,54.506],[-1.185,54.507],[-1.19,54.506],[-1.197,54.506],[-1.204,54.507],[-1.208,54.509],[-1.218,54.51],[-1.228,54.512],[-1.235,54.51],[-1.234,54.506],[-1.239,54.506],[-1.242,54.502],[-1.257,54.501],[-1.253,54.498],[-1.254,54.496],[-1.257,54.493],[-1.257,54.487],[-1.269,54.488],[-1.275,54.491],[-1.277,54.49],[-1.281,54.49],[-1.287,54.488],[-1.287,54.483],[-1.291,54.482],[-1.294,54.48],[-1.296,54.48],[-1.301,54.476],[-1.303,54.478],[-1.314,54.477],[-1.318,54.472],[-1.324,54.471],[-1.344,54.464],[-1.345,54.472],[-1.353,54.472],[-1.357,54.471],[-1.364,54.466],[-1.373,54.472],[-1.375,54.48],[-1.374,54.484],[-1.37,54.486],[-1.376,54.491],[-1.38,54.493],[-1.383,54.492],[-1.382,54.488],[-1.385,54.487],[-1.396,54.486],[-1.399,54.488],[-1.399,54.493],[-1.402,54.494],[-1.408,54.493],[-1.41,54.49],[-1.408,54.484],[-1.409,54.48],[-1.412,54.477],[-1.418,54.477],[-1.423,54.479],[-1.431,54.479],[-1.433,54.481],[-1.428,54.483],[-1.427,54.485],[-1.434,54.487],[-1.443,54.491],[-1.447,54.495],[-1.452,54.497],[-1.456,54.503],[-1.46,54.504],[-1.473,54.502],[-1.475,54.5],[-1.475,54.497],[-1.472,54.496],[-1.465,54.497],[-1.46,54.495],[-1.459,54.491],[-1.461,54.488],[-1.461,54.485],[-1.458,54.482],[-1.462,54.478],[-1.464,54.474],[-1.46,54.471],[-1.46,54.469],[-1.454,54.467],[-1.456,54.464],[-1.462,54.463],[-1.462,54.46],[-1.456,54.456],[-1.455,54.453],[-1.46,54.451],[-1.463,54.451],[-1.472,54.455],[-1.472,54.457],[-1.468,54.46],[-1.468,54.463],[-1.473,54.467],[-1.475,54.473],[-1.479,54.475],[-1.485,54.473],[-1.495,54.474],[-1.499,54.475],[-1.499,54.478],[-1.493,54.481],[-1.491,54.484],[-1.495,54.486],[-1.501,54.484],[-1.506,54.482],[-1.507,54.478],[-1.51,54.475],[-1.514,54.476],[-1.514,54.478],[-1.512,54.48],[-1.514,54.484],[-1.518,54.485],[-1.526,54.485],[-1.531,54.483],[-1.531,54.48],[-1.53,54.475],[-1.521,54.474],[-1.52,54.471],[-1.524,54.47],[-1.533,54.469],[-1.543,54.471],[-1.546,54.471],[-1.551,54.475],[-1.554,54.479],[-1.555,54.485],[-1.565,54.487],[-1.574,54.49],[-1.575,54.493],[-1.583,54.498],[-1.58,54.501],[-1.579,54.504],[-1.581,54.505],[-1.59,54.504],[-1.591,54.506],[-1.584,54.508],[-1.58,54.511],[-1.581,54.513],[-1.59,54.512],[-1.595,54.512],[-1.601,54.511],[-1.604,54.512],[-1.6,54.517],[-1.604,54.519],[-1.613,54.52],[-1.619,54.516],[-1.629,54.514],[-1.633,54.514],[-1.639,54.516],[-1.633,54.519],[-1.632,54.523],[-1.634,54.526],[-1.64,54.526],[-1.646,54.524],[-1.654,54.524],[-1.657,54.526],[-1.655,54.53],[-1.655,54.533],[-1.658,54.535],[-1.667,54.536],[-1.673,54.535],[-1.681,54.533],[-1.683,54.533],[-1.69,54.536],[-1.697,54.536]]]},"properties":{"PCON24NM":"Richmond and Northallerton","PCON24CD":"E14001444"},"PCON24CD":381}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.224,51.471],[-0.227,51.476],[-0.227,51.481],[-0.228,51.485],[-0.231,51.488],[-0.236,51.489],[-0.241,51.488],[-0.249,51.484],[-0.249,51.482],[-0.25,51.476],[-0.251,51.474],[-0.255,51.471],[-0.264,51.47],[-0.268,51.471],[-0.272,51.474],[-0.277,51.481],[-0.281,51.484],[-0.284,51.486],[-0.291,51.486],[-0.295,51.485],[-0.302,51.479],[-0.307,51.475],[-0.318,51.471],[-0.32,51.465],[-0.314,51.461],[-0.308,51.459],[-0.303,51.453],[-0.303,51.451],[-0.306,51.449],[-0.314,51.446],[-0.322,51.445],[-0.328,51.443],[-0.33,51.44],[-0.327,51.433],[-0.324,51.431],[-0.319,51.43],[-0.314,51.428],[-0.313,51.428],[-0.312,51.427],[-0.31,51.426],[-0.309,51.426],[-0.308,51.424],[-0.307,51.423],[-0.306,51.422],[-0.306,51.421],[-0.307,51.42],[-0.307,51.419],[-0.307,51.418],[-0.308,51.417],[-0.308,51.415],[-0.308,51.414],[-0.3,51.413],[-0.292,51.413],[-0.286,51.413],[-0.281,51.411],[-0.281,51.413],[-0.277,51.413],[-0.269,51.414],[-0.265,51.416],[-0.262,51.417],[-0.259,51.41],[-0.254,51.41],[-0.251,51.412],[-0.247,51.41],[-0.249,51.415],[-0.25,51.415],[-0.25,51.417],[-0.25,51.419],[-0.25,51.42],[-0.251,51.421],[-0.251,51.422],[-0.253,51.424],[-0.252,51.426],[-0.253,51.427],[-0.254,51.429],[-0.254,51.43],[-0.251,51.432],[-0.251,51.433],[-0.254,51.437],[-0.248,51.44],[-0.243,51.442],[-0.242,51.444],[-0.244,51.446],[-0.247,51.449],[-0.259,51.455],[-0.259,51.456],[-0.258,51.457],[-0.257,51.459],[-0.257,51.46],[-0.258,51.46],[-0.253,51.465],[-0.252,51.465],[-0.25,51.465],[-0.249,51.465],[-0.245,51.465],[-0.236,51.464],[-0.234,51.464],[-0.233,51.464],[-0.233,51.472],[-0.233,51.473],[-0.232,51.473],[-0.223,51.471],[-0.224,51.471]]]},"properties":{"PCON24NM":"Richmond Park","PCON24CD":"E14001445"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.027,53.624],[-2.031,53.629],[-2.029,53.634],[-2.03,53.636],[-2.037,53.638],[-2.041,53.641],[-2.042,53.645],[-2.04,53.649],[-2.041,53.651],[-2.037,53.655],[-2.036,53.659],[-2.037,53.662],[-2.045,53.665],[-2.054,53.671],[-2.055,53.676],[-2.052,53.679],[-2.049,53.68],[-2.051,53.684],[-2.062,53.683],[-2.072,53.679],[-2.077,53.677],[-2.08,53.678],[-2.084,53.678],[-2.084,53.673],[-2.087,53.671],[-2.093,53.67],[-2.097,53.673],[-2.114,53.671],[-2.118,53.671],[-2.125,53.675],[-2.128,53.682],[-2.134,53.686],[-2.14,53.683],[-2.141,53.679],[-2.145,53.68],[-2.146,53.682],[-2.148,53.682],[-2.149,53.675],[-2.154,53.669],[-2.155,53.664],[-2.164,53.655],[-2.164,53.652],[-2.161,53.648],[-2.161,53.641],[-2.185,53.638],[-2.186,53.637],[-2.179,53.631],[-2.179,53.626],[-2.172,53.625],[-2.163,53.626],[-2.162,53.624],[-2.166,53.618],[-2.173,53.612],[-2.172,53.61],[-2.165,53.608],[-2.167,53.606],[-2.173,53.604],[-2.166,53.6],[-2.167,53.598],[-2.164,53.593],[-2.157,53.587],[-2.157,53.582],[-2.147,53.584],[-2.136,53.583],[-2.126,53.587],[-2.123,53.59],[-2.118,53.593],[-2.113,53.593],[-2.111,53.6],[-2.106,53.598],[-2.1,53.598],[-2.098,53.596],[-2.088,53.597],[-2.084,53.594],[-2.082,53.595],[-2.07,53.595],[-2.067,53.592],[-2.06,53.592],[-2.055,53.595],[-2.056,53.597],[-2.049,53.6],[-2.042,53.6],[-2.036,53.603],[-2.031,53.61],[-2.033,53.615],[-2.03,53.617],[-2.03,53.621],[-2.027,53.624]]]},"properties":{"PCON24NM":"Rochdale","PCON24CD":"E14001446"},"PCON24CD":383}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.571,51.408],[0.564,51.408],[0.561,51.406],[0.56,51.403],[0.564,51.402],[0.569,51.403],[0.583,51.403],[0.579,51.407],[0.578,51.405],[0.573,51.405],[0.571,51.408]]],[[[0.555,51.399],[0.553,51.4],[0.548,51.408],[0.544,51.409],[0.537,51.41],[0.533,51.408],[0.531,51.403],[0.526,51.396],[0.523,51.385],[0.517,51.384],[0.512,51.386],[0.51,51.393],[0.505,51.394],[0.502,51.392],[0.496,51.387],[0.497,51.385],[0.492,51.381],[0.489,51.379],[0.482,51.379],[0.48,51.376],[0.477,51.375],[0.468,51.373],[0.464,51.371],[0.457,51.368],[0.467,51.364],[0.47,51.362],[0.476,51.361],[0.48,51.357],[0.482,51.358],[0.488,51.356],[0.494,51.353],[0.499,51.354],[0.497,51.357],[0.497,51.36],[0.501,51.361],[0.502,51.366],[0.504,51.367],[0.508,51.366],[0.511,51.371],[0.511,51.378],[0.514,51.379],[0.52,51.382],[0.527,51.379],[0.536,51.378],[0.536,51.38],[0.538,51.385],[0.541,51.386],[0.543,51.389],[0.537,51.39],[0.538,51.392],[0.543,51.394],[0.541,51.396],[0.544,51.397],[0.552,51.395],[0.555,51.399]]],[[[0.634,51.424],[0.631,51.424],[0.63,51.421],[0.635,51.42],[0.639,51.421],[0.634,51.424]]],[[[0.66,51.447],[0.658,51.448],[0.657,51.444],[0.661,51.445],[0.66,51.447]]],[[[0.453,51.341],[0.452,51.342],[0.452,51.345],[0.448,51.347],[0.45,51.349],[0.455,51.35],[0.456,51.352],[0.453,51.356],[0.448,51.359],[0.448,51.364],[0.45,51.367],[0.459,51.371],[0.467,51.376],[0.473,51.376],[0.476,51.379],[0.481,51.382],[0.49,51.382],[0.492,51.384],[0.49,51.389],[0.493,51.391],[0.498,51.392],[0.502,51.396],[0.507,51.397],[0.511,51.395],[0.515,51.389],[0.519,51.387],[0.521,51.391],[0.521,51.394],[0.523,51.398],[0.523,51.4],[0.526,51.403],[0.526,51.405],[0.53,51.411],[0.535,51.413],[0.538,51.414],[0.546,51.412],[0.555,51.412],[0.56,51.411],[0.567,51.412],[0.568,51.413],[0.574,51.413],[0.576,51.415],[0.587,51.416],[0.592,51.415],[0.597,51.416],[0.6,51.416],[0.611,51.417],[0.615,51.42],[0.623,51.423],[0.623,51.424],[0.619,51.429],[0.616,51.428],[0.615,51.424],[0.61,51.421],[0.61,51.425],[0.613,51.426],[0.612,51.429],[0.619,51.432],[0.618,51.436],[0.623,51.438],[0.629,51.438],[0.63,51.441],[0.635,51.443],[0.633,51.445],[0.641,51.445],[0.642,51.444],[0.65,51.445],[0.655,51.449],[0.659,51.449],[0.662,51.448],[0.664,51.444],[0.669,51.444],[0.673,51.44],[0.675,51.44],[0.677,51.437],[0.673,51.435],[0.678,51.433],[0.694,51.434],[0.7,51.433],[0.71,51.435],[0.717,51.438],[0.723,51.444],[0.723,51.454],[0.72,51.46],[0.712,51.465],[0.703,51.471],[0.7,51.473],[0.694,51.472],[0.686,51.475],[0.679,51.475],[0.676,51.473],[0.671,51.472],[0.67,51.475],[0.663,51.475],[0.66,51.478],[0.651,51.477],[0.646,51.479],[0.628,51.478],[0.615,51.475],[0.612,51.479],[0.602,51.481],[0.6,51.481],[0.586,51.484],[0.585,51.481],[0.579,51.48],[0.575,51.484],[0.565,51.484],[0.56,51.485],[0.558,51.483],[0.553,51.482],[0.554,51.485],[0.547,51.487],[0.526,51.484],[0.493,51.487],[0.488,51.487],[0.481,51.487],[0.469,51.483],[0.466,51.479],[0.462,51.475],[0.461,51.472],[0.459,51.47],[0.458,51.467],[0.46,51.466],[0.467,51.466],[0.468,51.464],[0.461,51.465],[0.458,51.466],[0.454,51.463],[0.459,51.459],[0.457,51.457],[0.459,51.456],[0.463,51.454],[0.468,51.454],[0.469,51.451],[0.476,51.447],[0.484,51.445],[0.488,51.443],[0.488,51.44],[0.49,51.438],[0.486,51.436],[0.489,51.435],[0.488,51.431],[0.49,51.426],[0.491,51.425],[0.489,51.419],[0.489,51.415],[0.484,51.413],[0.481,51.415],[0.475,51.413],[0.476,51.41],[0.478,51.407],[0.468,51.403],[0.469,51.4],[0.468,51.398],[0.457,51.399],[0.452,51.398],[0.457,51.394],[0.453,51.391],[0.448,51.39],[0.447,51.389],[0.434,51.389],[0.431,51.388],[0.43,51.384],[0.425,51.376],[0.42,51.376],[0.415,51.367],[0.412,51.363],[0.404,51.356],[0.401,51.353],[0.401,51.351],[0.397,51.346],[0.4,51.344],[0.404,51.345],[0.411,51.348],[0.426,51.347],[0.431,51.345],[0.449,51.341],[0.453,51.341]]]]},"properties":{"PCON24NM":"Rochester and Strood","PCON24CD":"E14001447"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.213,51.593],[0.199,51.595],[0.193,51.6],[0.194,51.603],[0.199,51.605],[0.206,51.609],[0.207,51.613],[0.208,51.616],[0.204,51.617],[0.196,51.625],[0.197,51.626],[0.186,51.624],[0.182,51.626],[0.18,51.624],[0.175,51.624],[0.169,51.621],[0.165,51.622],[0.155,51.623],[0.138,51.624],[0.144,51.617],[0.147,51.613],[0.149,51.609],[0.15,51.603],[0.148,51.599],[0.151,51.595],[0.151,51.584],[0.147,51.581],[0.147,51.576],[0.148,51.575],[0.15,51.57],[0.156,51.565],[0.162,51.562],[0.174,51.565],[0.184,51.565],[0.183,51.561],[0.185,51.56],[0.184,51.558],[0.19,51.553],[0.192,51.555],[0.195,51.556],[0.198,51.556],[0.199,51.557],[0.2,51.556],[0.202,51.556],[0.209,51.56],[0.21,51.561],[0.21,51.562],[0.211,51.563],[0.212,51.565],[0.212,51.566],[0.213,51.567],[0.213,51.568],[0.213,51.569],[0.212,51.575],[0.217,51.574],[0.218,51.574],[0.22,51.576],[0.22,51.58],[0.224,51.58],[0.232,51.583],[0.223,51.588],[0.219,51.589],[0.218,51.59],[0.217,51.591],[0.216,51.591],[0.214,51.592],[0.213,51.593]]]},"properties":{"PCON24NM":"Romford","PCON24CD":"E14001448"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.477,50.929],[-1.478,50.929],[-1.477,50.928],[-1.477,50.929]]],[[[-1.482,50.928],[-1.484,50.932],[-1.486,50.932],[-1.486,50.93],[-1.482,50.928]]],[[[-1.536,51.249],[-1.544,51.245],[-1.549,51.248],[-1.557,51.249],[-1.564,51.252],[-1.572,51.255],[-1.578,51.256],[-1.584,51.255],[-1.588,51.253],[-1.6,51.254],[-1.601,51.251],[-1.607,51.252],[-1.608,51.249],[-1.611,51.246],[-1.61,51.243],[-1.614,51.241],[-1.619,51.241],[-1.622,51.235],[-1.626,51.231],[-1.628,51.226],[-1.631,51.224],[-1.634,51.218],[-1.637,51.218],[-1.653,51.22],[-1.667,51.217],[-1.673,51.217],[-1.674,51.216],[-1.69,51.215],[-1.691,51.207],[-1.694,51.204],[-1.693,51.203],[-1.686,51.199],[-1.677,51.193],[-1.67,51.191],[-1.669,51.191],[-1.669,51.182],[-1.672,51.179],[-1.67,51.177],[-1.667,51.17],[-1.66,51.162],[-1.654,51.156],[-1.655,51.152],[-1.66,51.142],[-1.658,51.14],[-1.66,51.136],[-1.661,51.134],[-1.663,51.127],[-1.656,51.127],[-1.641,51.125],[-1.626,51.117],[-1.631,51.113],[-1.631,51.111],[-1.627,51.104],[-1.627,51.102],[-1.631,51.1],[-1.637,51.092],[-1.634,51.085],[-1.629,51.081],[-1.628,51.078],[-1.629,51.076],[-1.628,51.069],[-1.63,51.065],[-1.634,51.042],[-1.635,51.04],[-1.632,51.036],[-1.632,51.033],[-1.619,51.033],[-1.613,51.028],[-1.608,51.026],[-1.603,51.025],[-1.6,51.022],[-1.606,51.02],[-1.605,51.016],[-1.597,51.01],[-1.598,51.008],[-1.605,51.007],[-1.609,51.008],[-1.61,51.007],[-1.605,51.003],[-1.611,51.002],[-1.617,51.004],[-1.626,51.001],[-1.629,50.999],[-1.625,50.993],[-1.625,50.99],[-1.62,50.988],[-1.62,50.983],[-1.614,50.979],[-1.607,50.98],[-1.603,50.979],[-1.605,50.975],[-1.612,50.971],[-1.617,50.963],[-1.62,50.959],[-1.613,50.958],[-1.608,50.955],[-1.596,50.956],[-1.596,50.954],[-1.589,50.953],[-1.586,50.957],[-1.584,50.959],[-1.584,50.962],[-1.576,50.961],[-1.562,50.966],[-1.557,50.966],[-1.553,50.968],[-1.548,50.968],[-1.545,50.969],[-1.542,50.968],[-1.539,50.961],[-1.534,50.959],[-1.533,50.957],[-1.534,50.955],[-1.531,50.951],[-1.524,50.95],[-1.522,50.952],[-1.516,50.951],[-1.51,50.95],[-1.508,50.946],[-1.508,50.941],[-1.5,50.935],[-1.498,50.935],[-1.49,50.934],[-1.487,50.933],[-1.483,50.932],[-1.481,50.93],[-1.478,50.929],[-1.477,50.929],[-1.472,50.93],[-1.465,50.936],[-1.464,50.94],[-1.456,50.946],[-1.451,50.944],[-1.449,50.949],[-1.443,50.947],[-1.436,50.949],[-1.428,50.947],[-1.424,50.947],[-1.424,50.943],[-1.432,50.936],[-1.432,50.932],[-1.429,50.929],[-1.419,50.934],[-1.415,50.934],[-1.409,50.935],[-1.4,50.938],[-1.397,50.938],[-1.393,50.934],[-1.384,50.932],[-1.381,50.932],[-1.38,50.934],[-1.377,50.935],[-1.371,50.935],[-1.365,50.938],[-1.359,50.938],[-1.355,50.941],[-1.367,50.947],[-1.371,50.946],[-1.38,50.948],[-1.379,50.951],[-1.376,50.952],[-1.376,50.955],[-1.384,50.956],[-1.386,50.958],[-1.385,50.962],[-1.394,50.965],[-1.393,50.968],[-1.396,50.969],[-1.393,50.975],[-1.404,50.975],[-1.403,50.978],[-1.409,50.978],[-1.412,50.98],[-1.414,50.984],[-1.412,50.986],[-1.413,50.989],[-1.406,50.992],[-1.407,50.996],[-1.405,50.996],[-1.4,50.994],[-1.396,50.999],[-1.392,50.999],[-1.393,51.004],[-1.395,51.01],[-1.406,51.011],[-1.411,51.013],[-1.411,51.014],[-1.419,51.015],[-1.422,51.015],[-1.426,51.017],[-1.427,51.022],[-1.433,51.026],[-1.438,51.024],[-1.441,51.025],[-1.445,51.028],[-1.447,51.032],[-1.447,51.034],[-1.45,51.037],[-1.456,51.04],[-1.454,51.044],[-1.449,51.047],[-1.446,51.053],[-1.441,51.058],[-1.436,51.06],[-1.429,51.061],[-1.422,51.061],[-1.417,51.063],[-1.414,51.067],[-1.412,51.071],[-1.412,51.072],[-1.41,51.075],[-1.41,51.078],[-1.415,51.078],[-1.413,51.081],[-1.412,51.086],[-1.415,51.091],[-1.415,51.096],[-1.42,51.095],[-1.43,51.094],[-1.431,51.098],[-1.436,51.098],[-1.434,51.101],[-1.434,51.105],[-1.436,51.108],[-1.436,51.112],[-1.431,51.117],[-1.42,51.111],[-1.417,51.11],[-1.414,51.111],[-1.408,51.111],[-1.404,51.113],[-1.404,51.115],[-1.407,51.12],[-1.399,51.123],[-1.394,51.123],[-1.388,51.125],[-1.38,51.124],[-1.376,51.127],[-1.37,51.129],[-1.378,51.136],[-1.37,51.143],[-1.367,51.148],[-1.361,51.152],[-1.351,51.155],[-1.348,51.156],[-1.348,51.16],[-1.338,51.159],[-1.336,51.16],[-1.336,51.164],[-1.337,51.167],[-1.332,51.168],[-1.329,51.172],[-1.331,51.174],[-1.325,51.181],[-1.311,51.191],[-1.309,51.195],[-1.321,51.191],[-1.328,51.19],[-1.332,51.188],[-1.341,51.185],[-1.342,51.187],[-1.34,51.196],[-1.339,51.2],[-1.341,51.205],[-1.346,51.208],[-1.355,51.211],[-1.358,51.212],[-1.36,51.21],[-1.359,51.208],[-1.36,51.205],[-1.365,51.202],[-1.369,51.202],[-1.374,51.206],[-1.377,51.208],[-1.382,51.212],[-1.384,51.215],[-1.389,51.215],[-1.397,51.217],[-1.4,51.22],[-1.405,51.22],[-1.421,51.224],[-1.425,51.222],[-1.423,51.218],[-1.424,51.214],[-1.43,51.211],[-1.431,51.209],[-1.435,51.208],[-1.435,51.205],[-1.446,51.202],[-1.459,51.2],[-1.479,51.195],[-1.487,51.195],[-1.506,51.201],[-1.51,51.203],[-1.513,51.206],[-1.523,51.205],[-1.53,51.205],[-1.534,51.206],[-1.532,51.21],[-1.529,51.21],[-1.521,51.215],[-1.516,51.219],[-1.511,51.218],[-1.509,51.217],[-1.497,51.218],[-1.492,51.218],[-1.493,51.22],[-1.493,51.226],[-1.496,51.226],[-1.494,51.23],[-1.496,51.232],[-1.494,51.234],[-1.501,51.236],[-1.507,51.234],[-1.509,51.235],[-1.509,51.238],[-1.512,51.244],[-1.516,51.245],[-1.525,51.247],[-1.529,51.249],[-1.536,51.249]]]]},"properties":{"PCON24NM":"Romsey and Southampton North","PCON24CD":"E14001449"},"PCON24CD":386}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.173,53.723],[-2.181,53.729],[-2.185,53.731],[-2.197,53.733],[-2.203,53.732],[-2.205,53.734],[-2.217,53.738],[-2.226,53.739],[-2.233,53.738],[-2.235,53.742],[-2.24,53.747],[-2.252,53.755],[-2.256,53.753],[-2.257,53.75],[-2.264,53.747],[-2.263,53.746],[-2.267,53.743],[-2.271,53.742],[-2.275,53.744],[-2.278,53.743],[-2.282,53.745],[-2.285,53.744],[-2.287,53.746],[-2.293,53.75],[-2.295,53.752],[-2.303,53.748],[-2.303,53.744],[-2.309,53.74],[-2.311,53.737],[-2.31,53.732],[-2.311,53.727],[-2.309,53.722],[-2.305,53.723],[-2.306,53.718],[-2.305,53.707],[-2.311,53.707],[-2.312,53.701],[-2.31,53.698],[-2.312,53.696],[-2.306,53.692],[-2.306,53.685],[-2.307,53.683],[-2.312,53.684],[-2.317,53.682],[-2.319,53.683],[-2.321,53.689],[-2.322,53.692],[-2.331,53.696],[-2.333,53.699],[-2.337,53.698],[-2.343,53.699],[-2.351,53.701],[-2.36,53.703],[-2.369,53.702],[-2.375,53.704],[-2.38,53.703],[-2.386,53.703],[-2.39,53.705],[-2.395,53.705],[-2.405,53.707],[-2.413,53.705],[-2.42,53.708],[-2.418,53.711],[-2.426,53.715],[-2.434,53.719],[-2.432,53.72],[-2.434,53.728],[-2.439,53.732],[-2.443,53.728],[-2.453,53.72],[-2.458,53.717],[-2.46,53.721],[-2.456,53.722],[-2.458,53.725],[-2.462,53.724],[-2.466,53.729],[-2.471,53.727],[-2.475,53.727],[-2.48,53.726],[-2.483,53.722],[-2.485,53.722],[-2.492,53.728],[-2.496,53.726],[-2.496,53.724],[-2.5,53.72],[-2.502,53.721],[-2.504,53.715],[-2.508,53.713],[-2.526,53.713],[-2.539,53.715],[-2.539,53.713],[-2.543,53.71],[-2.543,53.707],[-2.54,53.702],[-2.532,53.696],[-2.525,53.695],[-2.523,53.695],[-2.516,53.692],[-2.515,53.69],[-2.518,53.687],[-2.517,53.685],[-2.518,53.678],[-2.521,53.675],[-2.525,53.675],[-2.526,53.672],[-2.53,53.666],[-2.532,53.665],[-2.529,53.661],[-2.529,53.657],[-2.525,53.654],[-2.521,53.645],[-2.525,53.642],[-2.52,53.63],[-2.515,53.629],[-2.511,53.627],[-2.508,53.625],[-2.497,53.623],[-2.479,53.617],[-2.473,53.617],[-2.47,53.62],[-2.464,53.622],[-2.46,53.62],[-2.454,53.622],[-2.456,53.627],[-2.451,53.628],[-2.449,53.631],[-2.449,53.635],[-2.448,53.637],[-2.45,53.641],[-2.443,53.642],[-2.439,53.646],[-2.433,53.641],[-2.431,53.638],[-2.426,53.635],[-2.426,53.627],[-2.422,53.624],[-2.416,53.624],[-2.409,53.625],[-2.401,53.625],[-2.401,53.629],[-2.398,53.632],[-2.386,53.633],[-2.383,53.631],[-2.379,53.631],[-2.376,53.632],[-2.37,53.632],[-2.369,53.635],[-2.372,53.642],[-2.371,53.645],[-2.367,53.645],[-2.365,53.652],[-2.363,53.655],[-2.364,53.657],[-2.368,53.662],[-2.371,53.667],[-2.361,53.665],[-2.356,53.665],[-2.355,53.659],[-2.353,53.658],[-2.333,53.655],[-2.32,53.656],[-2.316,53.655],[-2.311,53.66],[-2.308,53.661],[-2.306,53.663],[-2.3,53.667],[-2.296,53.664],[-2.294,53.658],[-2.297,53.653],[-2.298,53.648],[-2.295,53.64],[-2.287,53.632],[-2.284,53.627],[-2.284,53.625],[-2.282,53.622],[-2.278,53.62],[-2.278,53.619],[-2.273,53.619],[-2.272,53.615],[-2.269,53.616],[-2.266,53.615],[-2.258,53.616],[-2.26,53.621],[-2.26,53.624],[-2.262,53.626],[-2.264,53.63],[-2.265,53.639],[-2.268,53.641],[-2.27,53.646],[-2.266,53.651],[-2.263,53.652],[-2.261,53.654],[-2.254,53.657],[-2.249,53.66],[-2.246,53.664],[-2.237,53.667],[-2.233,53.669],[-2.226,53.671],[-2.222,53.669],[-2.218,53.669],[-2.215,53.665],[-2.207,53.661],[-2.207,53.657],[-2.205,53.654],[-2.198,53.652],[-2.19,53.648],[-2.182,53.648],[-2.183,53.645],[-2.182,53.64],[-2.185,53.638],[-2.161,53.641],[-2.161,53.648],[-2.164,53.652],[-2.164,53.655],[-2.155,53.664],[-2.154,53.669],[-2.149,53.675],[-2.148,53.682],[-2.146,53.682],[-2.148,53.686],[-2.145,53.692],[-2.152,53.695],[-2.161,53.698],[-2.163,53.699],[-2.163,53.707],[-2.166,53.71],[-2.167,53.714],[-2.172,53.717],[-2.17,53.719],[-2.173,53.723]]]},"properties":{"PCON24NM":"Rossendale and Darwen","PCON24CD":"E14001450"},"PCON24CD":387}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.116,53.407],[-1.116,53.41],[-1.133,53.409],[-1.136,53.411],[-1.146,53.412],[-1.144,53.418],[-1.136,53.424],[-1.137,53.425],[-1.146,53.426],[-1.153,53.425],[-1.16,53.424],[-1.163,53.428],[-1.167,53.431],[-1.17,53.435],[-1.177,53.435],[-1.182,53.434],[-1.186,53.435],[-1.196,53.436],[-1.196,53.433],[-1.197,53.432],[-1.208,53.432],[-1.216,53.435],[-1.223,53.434],[-1.233,53.434],[-1.238,53.433],[-1.24,53.435],[-1.243,53.436],[-1.252,53.423],[-1.254,53.418],[-1.249,53.418],[-1.251,53.411],[-1.252,53.409],[-1.263,53.411],[-1.266,53.414],[-1.264,53.418],[-1.267,53.418],[-1.269,53.423],[-1.283,53.422],[-1.293,53.419],[-1.297,53.42],[-1.309,53.42],[-1.313,53.423],[-1.31,53.428],[-1.313,53.431],[-1.318,53.429],[-1.322,53.43],[-1.324,53.425],[-1.324,53.419],[-1.328,53.416],[-1.332,53.417],[-1.335,53.416],[-1.34,53.415],[-1.34,53.413],[-1.334,53.407],[-1.343,53.406],[-1.345,53.404],[-1.343,53.4],[-1.335,53.397],[-1.331,53.393],[-1.33,53.39],[-1.325,53.388],[-1.322,53.385],[-1.325,53.379],[-1.331,53.374],[-1.34,53.379],[-1.344,53.379],[-1.347,53.377],[-1.351,53.378],[-1.352,53.376],[-1.35,53.372],[-1.356,53.369],[-1.363,53.369],[-1.361,53.367],[-1.352,53.366],[-1.34,53.359],[-1.338,53.354],[-1.335,53.352],[-1.332,53.352],[-1.329,53.349],[-1.326,53.341],[-1.325,53.329],[-1.322,53.325],[-1.314,53.327],[-1.311,53.329],[-1.312,53.334],[-1.306,53.334],[-1.299,53.333],[-1.297,53.331],[-1.289,53.326],[-1.29,53.323],[-1.294,53.323],[-1.296,53.32],[-1.294,53.314],[-1.285,53.312],[-1.282,53.309],[-1.276,53.309],[-1.274,53.311],[-1.27,53.309],[-1.268,53.306],[-1.264,53.305],[-1.254,53.302],[-1.248,53.303],[-1.242,53.302],[-1.237,53.306],[-1.23,53.309],[-1.22,53.304],[-1.211,53.305],[-1.203,53.304],[-1.203,53.307],[-1.2,53.311],[-1.197,53.315],[-1.195,53.315],[-1.192,53.319],[-1.18,53.321],[-1.174,53.321],[-1.176,53.325],[-1.169,53.328],[-1.164,53.329],[-1.16,53.333],[-1.149,53.339],[-1.145,53.341],[-1.139,53.341],[-1.14,53.347],[-1.154,53.345],[-1.157,53.345],[-1.16,53.35],[-1.162,53.352],[-1.162,53.358],[-1.152,53.354],[-1.139,53.356],[-1.139,53.361],[-1.141,53.364],[-1.145,53.363],[-1.146,53.366],[-1.144,53.367],[-1.146,53.369],[-1.145,53.371],[-1.134,53.373],[-1.131,53.376],[-1.13,53.379],[-1.133,53.382],[-1.131,53.386],[-1.131,53.39],[-1.135,53.39],[-1.132,53.394],[-1.129,53.394],[-1.123,53.398],[-1.116,53.398],[-1.115,53.401],[-1.116,53.407]]]},"properties":{"PCON24NM":"Rother Valley","PCON24CD":"E14001451"},"PCON24CD":388}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.269,53.423],[-1.264,53.424],[-1.265,53.425],[-1.27,53.429],[-1.274,53.43],[-1.273,53.434],[-1.271,53.435],[-1.276,53.436],[-1.281,53.44],[-1.28,53.442],[-1.284,53.451],[-1.285,53.456],[-1.282,53.464],[-1.283,53.466],[-1.287,53.466],[-1.297,53.471],[-1.302,53.462],[-1.306,53.463],[-1.309,53.461],[-1.312,53.461],[-1.313,53.458],[-1.314,53.453],[-1.319,53.447],[-1.32,53.445],[-1.323,53.445],[-1.327,53.449],[-1.333,53.45],[-1.342,53.444],[-1.35,53.441],[-1.356,53.442],[-1.361,53.439],[-1.362,53.444],[-1.359,53.444],[-1.355,53.447],[-1.354,53.45],[-1.357,53.454],[-1.354,53.455],[-1.358,53.463],[-1.365,53.465],[-1.372,53.46],[-1.38,53.461],[-1.387,53.46],[-1.387,53.458],[-1.394,53.455],[-1.394,53.451],[-1.403,53.451],[-1.408,53.455],[-1.408,53.459],[-1.405,53.462],[-1.415,53.465],[-1.429,53.467],[-1.435,53.464],[-1.442,53.461],[-1.448,53.462],[-1.445,53.457],[-1.444,53.451],[-1.442,53.445],[-1.433,53.438],[-1.418,53.43],[-1.416,53.427],[-1.41,53.422],[-1.408,53.42],[-1.403,53.423],[-1.397,53.425],[-1.396,53.424],[-1.387,53.425],[-1.382,53.425],[-1.38,53.422],[-1.384,53.421],[-1.394,53.42],[-1.389,53.418],[-1.392,53.415],[-1.39,53.413],[-1.387,53.411],[-1.382,53.404],[-1.382,53.401],[-1.377,53.399],[-1.379,53.397],[-1.376,53.394],[-1.376,53.393],[-1.387,53.388],[-1.39,53.386],[-1.391,53.383],[-1.384,53.383],[-1.38,53.381],[-1.366,53.372],[-1.363,53.369],[-1.356,53.369],[-1.35,53.372],[-1.352,53.376],[-1.351,53.378],[-1.347,53.377],[-1.344,53.379],[-1.34,53.379],[-1.331,53.374],[-1.325,53.379],[-1.322,53.385],[-1.325,53.388],[-1.33,53.39],[-1.331,53.393],[-1.335,53.397],[-1.343,53.4],[-1.345,53.404],[-1.343,53.406],[-1.334,53.407],[-1.34,53.413],[-1.34,53.415],[-1.335,53.416],[-1.332,53.417],[-1.328,53.416],[-1.324,53.419],[-1.324,53.425],[-1.322,53.43],[-1.318,53.429],[-1.313,53.431],[-1.31,53.428],[-1.313,53.423],[-1.309,53.42],[-1.297,53.42],[-1.293,53.419],[-1.283,53.422],[-1.269,53.423]]]},"properties":{"PCON24NM":"Rotherham","PCON24CD":"E14001452"},"PCON24CD":389}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.325,52.501],[-1.338,52.506],[-1.342,52.507],[-1.363,52.515],[-1.374,52.518],[-1.373,52.519],[-1.381,52.522],[-1.407,52.532],[-1.415,52.534],[-1.417,52.534],[-1.423,52.532],[-1.421,52.53],[-1.422,52.527],[-1.424,52.525],[-1.425,52.521],[-1.429,52.516],[-1.424,52.514],[-1.42,52.516],[-1.413,52.517],[-1.408,52.515],[-1.405,52.513],[-1.407,52.511],[-1.405,52.507],[-1.41,52.502],[-1.412,52.497],[-1.423,52.496],[-1.433,52.497],[-1.441,52.497],[-1.444,52.499],[-1.451,52.499],[-1.457,52.498],[-1.461,52.494],[-1.461,52.492],[-1.464,52.491],[-1.458,52.489],[-1.46,52.485],[-1.454,52.48],[-1.454,52.478],[-1.466,52.471],[-1.464,52.463],[-1.465,52.46],[-1.471,52.457],[-1.466,52.459],[-1.462,52.458],[-1.46,52.454],[-1.454,52.45],[-1.446,52.448],[-1.445,52.446],[-1.447,52.443],[-1.44,52.44],[-1.432,52.438],[-1.425,52.435],[-1.424,52.431],[-1.429,52.421],[-1.435,52.413],[-1.438,52.411],[-1.437,52.408],[-1.432,52.402],[-1.431,52.399],[-1.433,52.395],[-1.436,52.392],[-1.447,52.385],[-1.46,52.381],[-1.463,52.38],[-1.463,52.376],[-1.46,52.375],[-1.451,52.373],[-1.447,52.374],[-1.44,52.375],[-1.436,52.374],[-1.435,52.372],[-1.431,52.372],[-1.428,52.368],[-1.421,52.369],[-1.419,52.371],[-1.403,52.364],[-1.402,52.36],[-1.396,52.356],[-1.389,52.356],[-1.389,52.358],[-1.381,52.357],[-1.379,52.355],[-1.37,52.353],[-1.37,52.355],[-1.359,52.354],[-1.353,52.35],[-1.346,52.348],[-1.343,52.349],[-1.339,52.35],[-1.334,52.348],[-1.334,52.351],[-1.326,52.354],[-1.327,52.357],[-1.319,52.358],[-1.318,52.355],[-1.32,52.353],[-1.316,52.352],[-1.299,52.358],[-1.292,52.353],[-1.289,52.349],[-1.289,52.344],[-1.284,52.345],[-1.278,52.347],[-1.272,52.348],[-1.263,52.354],[-1.258,52.352],[-1.254,52.355],[-1.252,52.355],[-1.244,52.349],[-1.238,52.344],[-1.233,52.347],[-1.225,52.347],[-1.221,52.35],[-1.209,52.349],[-1.206,52.351],[-1.198,52.353],[-1.195,52.353],[-1.192,52.351],[-1.187,52.354],[-1.179,52.354],[-1.175,52.356],[-1.175,52.361],[-1.172,52.361],[-1.202,52.396],[-1.202,52.397],[-1.224,52.423],[-1.241,52.44],[-1.243,52.44],[-1.255,52.451],[-1.266,52.461],[-1.294,52.484],[-1.307,52.494],[-1.325,52.501]]]},"properties":{"PCON24NM":"Rugby","PCON24CD":"E14001453"},"PCON24CD":390}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.368,51.621],[-0.378,51.618],[-0.382,51.617],[-0.388,51.616],[-0.393,51.615],[-0.401,51.613],[-0.411,51.614],[-0.417,51.616],[-0.427,51.617],[-0.438,51.62],[-0.445,51.62],[-0.449,51.615],[-0.457,51.612],[-0.469,51.617],[-0.477,51.622],[-0.488,51.627],[-0.492,51.631],[-0.497,51.632],[-0.5,51.629],[-0.498,51.627],[-0.5,51.624],[-0.499,51.621],[-0.495,51.619],[-0.499,51.611],[-0.496,51.603],[-0.501,51.6],[-0.5,51.597],[-0.483,51.596],[-0.481,51.594],[-0.475,51.592],[-0.464,51.589],[-0.46,51.584],[-0.46,51.581],[-0.456,51.582],[-0.449,51.581],[-0.444,51.578],[-0.442,51.576],[-0.446,51.575],[-0.449,51.576],[-0.452,51.573],[-0.444,51.572],[-0.431,51.568],[-0.425,51.57],[-0.411,51.574],[-0.407,51.574],[-0.405,51.57],[-0.401,51.565],[-0.397,51.567],[-0.392,51.567],[-0.386,51.571],[-0.382,51.573],[-0.38,51.577],[-0.371,51.575],[-0.37,51.578],[-0.373,51.584],[-0.365,51.586],[-0.364,51.59],[-0.369,51.598],[-0.373,51.601],[-0.37,51.606],[-0.365,51.607],[-0.357,51.603],[-0.354,51.604],[-0.355,51.61],[-0.363,51.617],[-0.366,51.618],[-0.368,51.621]]]},"properties":{"PCON24NM":"Ruislip, Northwood and Pinner","PCON24CD":"E14001454"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.595,53.322],[-2.596,53.325],[-2.601,53.325],[-2.608,53.327],[-2.61,53.33],[-2.615,53.329],[-2.62,53.332],[-2.616,53.334],[-2.611,53.341],[-2.607,53.342],[-2.61,53.346],[-2.623,53.347],[-2.624,53.346],[-2.631,53.346],[-2.631,53.348],[-2.628,53.355],[-2.627,53.359],[-2.631,53.364],[-2.642,53.362],[-2.675,53.354],[-2.68,53.355],[-2.685,53.356],[-2.693,53.357],[-2.7,53.357],[-2.709,53.35],[-2.714,53.348],[-2.719,53.345],[-2.722,53.345],[-2.743,53.345],[-2.754,53.343],[-2.756,53.342],[-2.76,53.337],[-2.762,53.333],[-2.763,53.328],[-2.76,53.322],[-2.754,53.317],[-2.752,53.314],[-2.756,53.311],[-2.761,53.31],[-2.786,53.298],[-2.789,53.297],[-2.8,53.299],[-2.807,53.303],[-2.816,53.306],[-2.822,53.307],[-2.836,53.308],[-2.846,53.307],[-2.848,53.306],[-2.848,53.302],[-2.84,53.299],[-2.841,53.298],[-2.849,53.297],[-2.854,53.295],[-2.856,53.292],[-2.861,53.293],[-2.871,53.291],[-2.878,53.291],[-2.886,53.293],[-2.888,53.289],[-2.893,53.286],[-2.887,53.283],[-2.883,53.275],[-2.879,53.272],[-2.876,53.262],[-2.884,53.26],[-2.898,53.259],[-2.912,53.256],[-2.91,53.255],[-2.899,53.256],[-2.892,53.253],[-2.891,53.25],[-2.889,53.25],[-2.887,53.246],[-2.884,53.246],[-2.883,53.243],[-2.876,53.241],[-2.876,53.237],[-2.873,53.235],[-2.865,53.229],[-2.864,53.228],[-2.866,53.225],[-2.861,53.223],[-2.862,53.22],[-2.859,53.216],[-2.863,53.213],[-2.867,53.213],[-2.866,53.211],[-2.859,53.207],[-2.856,53.204],[-2.849,53.198],[-2.848,53.194],[-2.84,53.195],[-2.842,53.197],[-2.833,53.199],[-2.826,53.198],[-2.82,53.2],[-2.817,53.199],[-2.811,53.203],[-2.806,53.204],[-2.802,53.202],[-2.799,53.199],[-2.775,53.203],[-2.771,53.204],[-2.77,53.207],[-2.764,53.209],[-2.763,53.21],[-2.752,53.206],[-2.743,53.208],[-2.735,53.209],[-2.732,53.21],[-2.726,53.215],[-2.722,53.216],[-2.716,53.216],[-2.713,53.219],[-2.71,53.225],[-2.707,53.227],[-2.706,53.23],[-2.712,53.235],[-2.709,53.236],[-2.701,53.239],[-2.691,53.239],[-2.691,53.243],[-2.697,53.245],[-2.696,53.249],[-2.693,53.25],[-2.689,53.256],[-2.678,53.257],[-2.669,53.254],[-2.665,53.26],[-2.658,53.265],[-2.65,53.267],[-2.649,53.272],[-2.651,53.273],[-2.651,53.282],[-2.645,53.283],[-2.649,53.286],[-2.659,53.287],[-2.667,53.282],[-2.672,53.284],[-2.673,53.289],[-2.683,53.291],[-2.686,53.296],[-2.688,53.3],[-2.692,53.303],[-2.699,53.304],[-2.701,53.306],[-2.688,53.313],[-2.685,53.315],[-2.648,53.308],[-2.642,53.306],[-2.645,53.31],[-2.638,53.31],[-2.636,53.308],[-2.629,53.308],[-2.624,53.309],[-2.623,53.312],[-2.618,53.316],[-2.617,53.321],[-2.61,53.318],[-2.61,53.316],[-2.607,53.314],[-2.604,53.318],[-2.595,53.32],[-2.595,53.322]]]},"properties":{"PCON24NM":"Runcorn and Helsby","PCON24CD":"E14001455"},"PCON24CD":392}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.523,51.435],[-0.531,51.436],[-0.537,51.438],[-0.548,51.442],[-0.552,51.444],[-0.558,51.439],[-0.553,51.433],[-0.555,51.431],[-0.56,51.429],[-0.559,51.425],[-0.555,51.423],[-0.559,51.417],[-0.553,51.421],[-0.549,51.425],[-0.546,51.425],[-0.541,51.425],[-0.54,51.42],[-0.54,51.414],[-0.547,51.415],[-0.548,51.412],[-0.545,51.409],[-0.546,51.407],[-0.549,51.404],[-0.547,51.401],[-0.548,51.399],[-0.559,51.394],[-0.569,51.39],[-0.578,51.387],[-0.591,51.385],[-0.598,51.386],[-0.594,51.377],[-0.587,51.375],[-0.579,51.372],[-0.574,51.371],[-0.573,51.366],[-0.57,51.36],[-0.563,51.362],[-0.555,51.362],[-0.551,51.357],[-0.551,51.354],[-0.549,51.348],[-0.539,51.347],[-0.534,51.348],[-0.529,51.345],[-0.521,51.345],[-0.518,51.343],[-0.516,51.339],[-0.503,51.342],[-0.486,51.348],[-0.482,51.35],[-0.48,51.348],[-0.479,51.345],[-0.477,51.343],[-0.473,51.342],[-0.466,51.343],[-0.461,51.335],[-0.463,51.333],[-0.462,51.33],[-0.456,51.331],[-0.451,51.331],[-0.451,51.329],[-0.446,51.327],[-0.437,51.327],[-0.441,51.325],[-0.446,51.324],[-0.446,51.317],[-0.444,51.313],[-0.443,51.308],[-0.44,51.305],[-0.437,51.304],[-0.426,51.304],[-0.416,51.304],[-0.409,51.303],[-0.404,51.295],[-0.403,51.296],[-0.398,51.298],[-0.395,51.298],[-0.393,51.301],[-0.393,51.309],[-0.397,51.311],[-0.393,51.312],[-0.392,51.311],[-0.388,51.31],[-0.384,51.313],[-0.379,51.313],[-0.377,51.31],[-0.372,51.31],[-0.367,51.315],[-0.364,51.312],[-0.36,51.312],[-0.352,51.319],[-0.345,51.322],[-0.335,51.326],[-0.331,51.329],[-0.33,51.333],[-0.329,51.341],[-0.328,51.344],[-0.331,51.348],[-0.328,51.352],[-0.336,51.35],[-0.342,51.349],[-0.356,51.349],[-0.364,51.349],[-0.38,51.345],[-0.389,51.346],[-0.395,51.348],[-0.395,51.349],[-0.401,51.351],[-0.406,51.354],[-0.409,51.354],[-0.411,51.358],[-0.408,51.358],[-0.411,51.362],[-0.433,51.357],[-0.432,51.364],[-0.434,51.365],[-0.441,51.366],[-0.445,51.368],[-0.447,51.374],[-0.446,51.377],[-0.441,51.377],[-0.432,51.382],[-0.432,51.384],[-0.436,51.384],[-0.44,51.389],[-0.444,51.387],[-0.452,51.387],[-0.451,51.384],[-0.454,51.383],[-0.459,51.382],[-0.47,51.382],[-0.471,51.386],[-0.476,51.39],[-0.478,51.39],[-0.483,51.386],[-0.486,51.389],[-0.487,51.395],[-0.488,51.397],[-0.491,51.399],[-0.491,51.402],[-0.493,51.405],[-0.493,51.41],[-0.496,51.413],[-0.5,51.414],[-0.5,51.411],[-0.504,51.411],[-0.502,51.414],[-0.503,51.416],[-0.506,51.417],[-0.512,51.417],[-0.513,51.42],[-0.51,51.424],[-0.51,51.43],[-0.512,51.431],[-0.519,51.434],[-0.523,51.435]]]},"properties":{"PCON24NM":"Runnymede and Weybridge","PCON24CD":"E14001456"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.885,52.893],[-0.89,52.897],[-0.895,52.9],[-0.898,52.9],[-0.906,52.906],[-0.91,52.91],[-0.915,52.91],[-0.924,52.907],[-0.928,52.911],[-0.93,52.913],[-0.927,52.915],[-0.922,52.917],[-0.924,52.926],[-0.922,52.93],[-0.922,52.935],[-0.93,52.934],[-0.934,52.937],[-0.942,52.935],[-0.949,52.933],[-0.96,52.931],[-0.963,52.931],[-0.972,52.928],[-0.977,52.934],[-0.982,52.94],[-0.986,52.943],[-0.978,52.95],[-0.982,52.951],[-0.995,52.951],[-1.003,52.952],[-1.006,52.956],[-1.013,52.956],[-1.017,52.954],[-1.021,52.956],[-1.024,52.955],[-1.029,52.958],[-1.034,52.958],[-1.037,52.956],[-1.041,52.951],[-1.049,52.953],[-1.054,52.951],[-1.064,52.951],[-1.068,52.955],[-1.075,52.956],[-1.083,52.948],[-1.086,52.949],[-1.095,52.945],[-1.1,52.942],[-1.104,52.942],[-1.112,52.945],[-1.122,52.943],[-1.125,52.943],[-1.132,52.943],[-1.138,52.937],[-1.139,52.933],[-1.143,52.932],[-1.146,52.932],[-1.152,52.937],[-1.155,52.93],[-1.159,52.913],[-1.16,52.91],[-1.159,52.906],[-1.159,52.9],[-1.163,52.9],[-1.169,52.898],[-1.175,52.89],[-1.178,52.891],[-1.192,52.895],[-1.191,52.897],[-1.195,52.898],[-1.199,52.898],[-1.211,52.903],[-1.213,52.901],[-1.217,52.901],[-1.214,52.904],[-1.22,52.903],[-1.221,52.901],[-1.219,52.898],[-1.22,52.896],[-1.227,52.896],[-1.233,52.893],[-1.24,52.892],[-1.245,52.891],[-1.246,52.889],[-1.244,52.886],[-1.24,52.884],[-1.238,52.882],[-1.24,52.88],[-1.245,52.879],[-1.254,52.879],[-1.259,52.875],[-1.263,52.874],[-1.268,52.873],[-1.27,52.872],[-1.272,52.868],[-1.274,52.859],[-1.269,52.859],[-1.268,52.856],[-1.271,52.854],[-1.272,52.849],[-1.271,52.846],[-1.268,52.845],[-1.266,52.843],[-1.269,52.84],[-1.267,52.838],[-1.274,52.836],[-1.274,52.834],[-1.271,52.832],[-1.271,52.824],[-1.266,52.821],[-1.26,52.819],[-1.263,52.816],[-1.262,52.81],[-1.26,52.807],[-1.255,52.804],[-1.252,52.806],[-1.245,52.806],[-1.242,52.805],[-1.232,52.801],[-1.232,52.798],[-1.229,52.793],[-1.222,52.792],[-1.215,52.795],[-1.21,52.795],[-1.206,52.794],[-1.202,52.794],[-1.198,52.789],[-1.192,52.793],[-1.191,52.795],[-1.186,52.798],[-1.18,52.799],[-1.178,52.802],[-1.175,52.803],[-1.163,52.807],[-1.154,52.806],[-1.144,52.804],[-1.137,52.806],[-1.131,52.806],[-1.125,52.81],[-1.123,52.811],[-1.121,52.814],[-1.122,52.817],[-1.119,52.819],[-1.112,52.82],[-1.102,52.82],[-1.094,52.822],[-1.091,52.82],[-1.084,52.823],[-1.074,52.825],[-1.071,52.823],[-1.07,52.818],[-1.072,52.814],[-1.06,52.817],[-1.053,52.815],[-1.051,52.814],[-1.042,52.814],[-1.04,52.816],[-1.036,52.816],[-1.025,52.82],[-1.022,52.822],[-1.01,52.822],[-1.002,52.82],[-0.996,52.821],[-0.988,52.819],[-0.983,52.821],[-0.978,52.827],[-0.975,52.829],[-0.974,52.835],[-0.977,52.837],[-0.977,52.841],[-0.97,52.845],[-0.961,52.843],[-0.955,52.848],[-0.953,52.85],[-0.944,52.853],[-0.94,52.855],[-0.939,52.859],[-0.941,52.861],[-0.934,52.864],[-0.928,52.866],[-0.933,52.87],[-0.94,52.875],[-0.941,52.877],[-0.934,52.877],[-0.93,52.879],[-0.928,52.878],[-0.92,52.88],[-0.917,52.879],[-0.914,52.882],[-0.909,52.884],[-0.901,52.888],[-0.885,52.893]]]},"properties":{"PCON24NM":"Rushcliffe","PCON24CD":"E14001457"},"PCON24CD":394}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.305,52.746],[-0.31,52.747],[-0.36,52.755],[-0.369,52.756],[-0.37,52.754],[-0.376,52.754],[-0.376,52.756],[-0.383,52.756],[-0.399,52.755],[-0.403,52.76],[-0.407,52.761],[-0.407,52.764],[-0.406,52.767],[-0.408,52.769],[-0.407,52.777],[-0.404,52.781],[-0.408,52.792],[-0.414,52.793],[-0.413,52.796],[-0.417,52.799],[-0.415,52.804],[-0.417,52.808],[-0.416,52.812],[-0.413,52.815],[-0.419,52.82],[-0.417,52.822],[-0.407,52.824],[-0.399,52.824],[-0.4,52.827],[-0.396,52.829],[-0.395,52.832],[-0.398,52.834],[-0.4,52.837],[-0.398,52.839],[-0.404,52.842],[-0.415,52.844],[-0.414,52.841],[-0.419,52.84],[-0.423,52.838],[-0.43,52.837],[-0.432,52.837],[-0.433,52.84],[-0.436,52.841],[-0.439,52.84],[-0.442,52.841],[-0.443,52.844],[-0.451,52.843],[-0.456,52.841],[-0.466,52.839],[-0.467,52.836],[-0.472,52.833],[-0.485,52.837],[-0.493,52.837],[-0.497,52.838],[-0.51,52.836],[-0.518,52.835],[-0.535,52.831],[-0.542,52.831],[-0.557,52.832],[-0.556,52.835],[-0.566,52.834],[-0.577,52.832],[-0.582,52.834],[-0.583,52.836],[-0.58,52.838],[-0.587,52.843],[-0.59,52.843],[-0.592,52.845],[-0.592,52.85],[-0.59,52.852],[-0.591,52.855],[-0.59,52.861],[-0.586,52.862],[-0.589,52.872],[-0.586,52.873],[-0.585,52.879],[-0.583,52.881],[-0.591,52.887],[-0.596,52.889],[-0.601,52.888],[-0.609,52.888],[-0.622,52.889],[-0.623,52.891],[-0.633,52.888],[-0.639,52.887],[-0.651,52.882],[-0.688,52.869],[-0.684,52.863],[-0.684,52.86],[-0.681,52.859],[-0.678,52.854],[-0.678,52.851],[-0.676,52.848],[-0.679,52.846],[-0.686,52.845],[-0.687,52.842],[-0.693,52.842],[-0.695,52.839],[-0.7,52.84],[-0.706,52.838],[-0.704,52.834],[-0.699,52.827],[-0.696,52.824],[-0.688,52.818],[-0.682,52.812],[-0.681,52.807],[-0.683,52.8],[-0.683,52.795],[-0.682,52.791],[-0.677,52.79],[-0.677,52.786],[-0.673,52.771],[-0.67,52.766],[-0.668,52.761],[-0.664,52.757],[-0.674,52.757],[-0.675,52.758],[-0.684,52.756],[-0.684,52.753],[-0.69,52.752],[-0.697,52.749],[-0.696,52.746],[-0.7,52.747],[-0.718,52.745],[-0.718,52.742],[-0.72,52.741],[-0.729,52.739],[-0.733,52.74],[-0.745,52.738],[-0.753,52.737],[-0.758,52.74],[-0.762,52.738],[-0.768,52.743],[-0.775,52.744],[-0.781,52.741],[-0.787,52.741],[-0.792,52.74],[-0.797,52.737],[-0.801,52.737],[-0.806,52.732],[-0.814,52.729],[-0.819,52.722],[-0.819,52.72],[-0.822,52.716],[-0.815,52.715],[-0.813,52.712],[-0.8,52.708],[-0.803,52.705],[-0.802,52.703],[-0.796,52.704],[-0.796,52.697],[-0.79,52.694],[-0.786,52.693],[-0.787,52.687],[-0.784,52.681],[-0.784,52.675],[-0.782,52.669],[-0.785,52.667],[-0.79,52.667],[-0.794,52.663],[-0.795,52.657],[-0.798,52.658],[-0.801,52.653],[-0.806,52.648],[-0.809,52.646],[-0.815,52.646],[-0.823,52.649],[-0.821,52.65],[-0.817,52.65],[-0.814,52.652],[-0.81,52.658],[-0.817,52.657],[-0.828,52.659],[-0.83,52.661],[-0.829,52.663],[-0.833,52.672],[-0.841,52.676],[-0.855,52.673],[-0.859,52.674],[-0.859,52.676],[-0.855,52.683],[-0.855,52.685],[-0.86,52.684],[-0.867,52.685],[-0.873,52.684],[-0.874,52.68],[-0.881,52.678],[-0.883,52.676],[-0.888,52.675],[-0.897,52.674],[-0.91,52.677],[-0.913,52.677],[-0.913,52.674],[-0.916,52.671],[-0.934,52.674],[-0.941,52.677],[-0.949,52.68],[-0.957,52.674],[-0.96,52.673],[-0.972,52.678],[-0.979,52.682],[-0.981,52.681],[-0.988,52.672],[-0.991,52.673],[-0.996,52.67],[-0.997,52.666],[-1,52.663],[-1.004,52.661],[-1.014,52.655],[-1.029,52.659],[-1.03,52.658],[-1.036,52.659],[-1.04,52.659],[-1.038,52.654],[-1.042,52.654],[-1.049,52.655],[-1.048,52.648],[-1.051,52.648],[-1.051,52.643],[-1.047,52.642],[-1.048,52.635],[-1.053,52.634],[-1.056,52.633],[-1.056,52.629],[-1.053,52.628],[-1.055,52.625],[-1.058,52.624],[-1.063,52.62],[-1.069,52.619],[-1.07,52.618],[-1.067,52.617],[-1.071,52.614],[-1.059,52.609],[-1.062,52.604],[-1.06,52.604],[-1.051,52.601],[-1.045,52.6],[-1.042,52.598],[-1.037,52.601],[-1.032,52.599],[-1.026,52.602],[-1.024,52.601],[-1.021,52.606],[-1.011,52.613],[-1.004,52.61],[-0.997,52.612],[-0.984,52.618],[-0.98,52.615],[-0.977,52.615],[-0.973,52.608],[-0.965,52.602],[-0.964,52.6],[-0.955,52.598],[-0.953,52.597],[-0.948,52.598],[-0.945,52.597],[-0.936,52.599],[-0.936,52.594],[-0.933,52.592],[-0.934,52.59],[-0.938,52.585],[-0.941,52.58],[-0.935,52.576],[-0.933,52.573],[-0.93,52.57],[-0.922,52.567],[-0.921,52.564],[-0.926,52.562],[-0.929,52.558],[-0.926,52.556],[-0.921,52.553],[-0.921,52.548],[-0.917,52.545],[-0.919,52.542],[-0.919,52.538],[-0.916,52.532],[-0.909,52.529],[-0.905,52.529],[-0.904,52.528],[-0.9,52.527],[-0.891,52.524],[-0.886,52.524],[-0.884,52.519],[-0.889,52.514],[-0.886,52.513],[-0.883,52.514],[-0.879,52.517],[-0.875,52.518],[-0.872,52.519],[-0.869,52.526],[-0.864,52.527],[-0.86,52.527],[-0.858,52.525],[-0.852,52.523],[-0.845,52.519],[-0.84,52.52],[-0.835,52.518],[-0.832,52.519],[-0.827,52.517],[-0.822,52.518],[-0.821,52.516],[-0.813,52.516],[-0.811,52.518],[-0.8,52.518],[-0.789,52.514],[-0.785,52.515],[-0.779,52.518],[-0.774,52.518],[-0.766,52.513],[-0.761,52.514],[-0.758,52.511],[-0.751,52.512],[-0.75,52.514],[-0.742,52.517],[-0.739,52.519],[-0.727,52.523],[-0.721,52.523],[-0.715,52.523],[-0.704,52.531],[-0.7,52.536],[-0.701,52.538],[-0.697,52.538],[-0.698,52.546],[-0.692,52.546],[-0.688,52.547],[-0.684,52.552],[-0.677,52.558],[-0.672,52.56],[-0.671,52.564],[-0.655,52.57],[-0.648,52.571],[-0.647,52.574],[-0.643,52.573],[-0.639,52.572],[-0.633,52.574],[-0.633,52.576],[-0.628,52.577],[-0.625,52.579],[-0.62,52.58],[-0.617,52.583],[-0.608,52.585],[-0.602,52.589],[-0.594,52.588],[-0.589,52.587],[-0.585,52.589],[-0.583,52.593],[-0.584,52.595],[-0.579,52.595],[-0.578,52.593],[-0.579,52.589],[-0.576,52.586],[-0.572,52.586],[-0.563,52.586],[-0.561,52.589],[-0.561,52.592],[-0.559,52.594],[-0.552,52.594],[-0.544,52.593],[-0.544,52.596],[-0.552,52.6],[-0.551,52.604],[-0.548,52.607],[-0.55,52.612],[-0.539,52.618],[-0.538,52.621],[-0.541,52.625],[-0.538,52.628],[-0.533,52.632],[-0.529,52.632],[-0.521,52.637],[-0.521,52.641],[-0.512,52.644],[-0.504,52.64],[-0.499,52.639],[-0.495,52.64],[-0.493,52.641],[-0.486,52.645],[-0.476,52.645],[-0.476,52.649],[-0.468,52.65],[-0.46,52.65],[-0.453,52.649],[-0.453,52.654],[-0.441,52.652],[-0.437,52.65],[-0.432,52.648],[-0.428,52.649],[-0.421,52.647],[-0.413,52.648],[-0.406,52.648],[-0.401,52.65],[-0.393,52.654],[-0.389,52.654],[-0.382,52.656],[-0.377,52.656],[-0.368,52.66],[-0.363,52.66],[-0.366,52.662],[-0.366,52.668],[-0.361,52.67],[-0.361,52.681],[-0.35,52.684],[-0.318,52.692],[-0.298,52.701],[-0.278,52.711],[-0.281,52.714],[-0.278,52.717],[-0.295,52.734],[-0.297,52.734],[-0.307,52.743],[-0.305,52.746]]]},"properties":{"PCON24NM":"Rutland and Stamford","PCON24CD":"E14001458"},"PCON24CD":395}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.338,53.534],[-2.343,53.537],[-2.346,53.537],[-2.351,53.536],[-2.354,53.53],[-2.351,53.53],[-2.354,53.526],[-2.354,53.525],[-2.347,53.525],[-2.335,53.521],[-2.333,53.519],[-2.338,53.515],[-2.333,53.514],[-2.339,53.506],[-2.348,53.503],[-2.351,53.501],[-2.352,53.497],[-2.347,53.497],[-2.343,53.496],[-2.339,53.498],[-2.337,53.496],[-2.329,53.498],[-2.327,53.496],[-2.325,53.489],[-2.33,53.488],[-2.331,53.484],[-2.329,53.48],[-2.324,53.48],[-2.316,53.479],[-2.3,53.471],[-2.284,53.465],[-2.28,53.465],[-2.273,53.47],[-2.265,53.473],[-2.263,53.476],[-2.256,53.48],[-2.246,53.485],[-2.245,53.487],[-2.249,53.488],[-2.255,53.499],[-2.252,53.504],[-2.247,53.502],[-2.246,53.506],[-2.25,53.508],[-2.254,53.508],[-2.261,53.506],[-2.263,53.508],[-2.269,53.51],[-2.274,53.509],[-2.276,53.506],[-2.275,53.502],[-2.28,53.5],[-2.285,53.502],[-2.29,53.504],[-2.291,53.506],[-2.29,53.511],[-2.291,53.514],[-2.303,53.518],[-2.302,53.521],[-2.305,53.524],[-2.312,53.527],[-2.319,53.527],[-2.325,53.527],[-2.328,53.529],[-2.336,53.532],[-2.338,53.534]]]},"properties":{"PCON24NM":"Salford","PCON24CD":"E14001459"},"PCON24CD":396}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.62,50.959],[-1.617,50.963],[-1.612,50.971],[-1.605,50.975],[-1.603,50.979],[-1.607,50.98],[-1.614,50.979],[-1.62,50.983],[-1.62,50.988],[-1.625,50.99],[-1.625,50.993],[-1.629,50.999],[-1.626,51.001],[-1.617,51.004],[-1.611,51.002],[-1.605,51.003],[-1.61,51.007],[-1.609,51.008],[-1.605,51.007],[-1.598,51.008],[-1.597,51.01],[-1.605,51.016],[-1.606,51.02],[-1.6,51.022],[-1.603,51.025],[-1.608,51.026],[-1.613,51.028],[-1.619,51.033],[-1.632,51.033],[-1.632,51.036],[-1.635,51.04],[-1.634,51.042],[-1.63,51.065],[-1.628,51.069],[-1.629,51.076],[-1.628,51.078],[-1.629,51.081],[-1.634,51.085],[-1.637,51.092],[-1.631,51.1],[-1.627,51.102],[-1.627,51.104],[-1.631,51.111],[-1.631,51.113],[-1.626,51.117],[-1.641,51.125],[-1.656,51.127],[-1.663,51.127],[-1.661,51.134],[-1.66,51.136],[-1.658,51.14],[-1.66,51.142],[-1.655,51.152],[-1.654,51.156],[-1.66,51.162],[-1.667,51.17],[-1.67,51.177],[-1.672,51.179],[-1.669,51.182],[-1.669,51.191],[-1.67,51.191],[-1.677,51.193],[-1.686,51.199],[-1.693,51.203],[-1.698,51.199],[-1.703,51.196],[-1.705,51.194],[-1.705,51.187],[-1.702,51.183],[-1.705,51.181],[-1.708,51.182],[-1.713,51.181],[-1.712,51.174],[-1.715,51.17],[-1.727,51.17],[-1.73,51.17],[-1.734,51.165],[-1.74,51.163],[-1.745,51.161],[-1.751,51.157],[-1.754,51.153],[-1.762,51.152],[-1.768,51.152],[-1.767,51.15],[-1.774,51.143],[-1.78,51.136],[-1.786,51.127],[-1.789,51.119],[-1.792,51.11],[-1.795,51.106],[-1.805,51.111],[-1.812,51.107],[-1.808,51.1],[-1.816,51.098],[-1.821,51.093],[-1.827,51.091],[-1.841,51.103],[-1.843,51.102],[-1.841,51.099],[-1.842,51.098],[-1.85,51.093],[-1.857,51.093],[-1.86,51.096],[-1.866,51.094],[-1.866,51.092],[-1.871,51.092],[-1.873,51.098],[-1.877,51.1],[-1.89,51.096],[-1.896,51.098],[-1.893,51.101],[-1.899,51.103],[-1.903,51.104],[-1.905,51.106],[-1.904,51.108],[-1.91,51.111],[-1.914,51.111],[-1.915,51.113],[-1.91,51.117],[-1.912,51.119],[-1.917,51.118],[-1.925,51.115],[-1.929,51.115],[-1.932,51.112],[-1.94,51.112],[-1.933,51.114],[-1.933,51.116],[-1.926,51.119],[-1.925,51.12],[-1.926,51.124],[-1.922,51.127],[-1.921,51.13],[-1.912,51.128],[-1.917,51.131],[-1.92,51.132],[-1.917,51.141],[-1.921,51.143],[-1.926,51.145],[-1.929,51.147],[-1.932,51.152],[-1.936,51.156],[-1.936,51.159],[-1.942,51.161],[-1.951,51.163],[-1.951,51.165],[-1.956,51.168],[-1.96,51.17],[-1.968,51.173],[-1.981,51.18],[-1.991,51.185],[-1.996,51.184],[-2.002,51.182],[-2.004,51.178],[-2.005,51.169],[-2.007,51.161],[-2.006,51.156],[-2.009,51.15],[-2.012,51.148],[-2.002,51.146],[-1.997,51.144],[-2.002,51.136],[-2.006,51.134],[-2.006,51.131],[-2.012,51.125],[-2.017,51.114],[-2.021,51.116],[-2.026,51.115],[-2.032,51.117],[-2.041,51.119],[-2.046,51.119],[-2.05,51.121],[-2.054,51.119],[-2.062,51.117],[-2.073,51.12],[-2.075,51.119],[-2.089,51.12],[-2.093,51.122],[-2.098,51.122],[-2.101,51.124],[-2.108,51.124],[-2.116,51.123],[-2.124,51.123],[-2.13,51.121],[-2.137,51.123],[-2.139,51.124],[-2.147,51.128],[-2.149,51.126],[-2.159,51.124],[-2.169,51.119],[-2.169,51.114],[-2.171,51.109],[-2.177,51.105],[-2.184,51.103],[-2.185,51.101],[-2.192,51.092],[-2.196,51.088],[-2.203,51.077],[-2.206,51.074],[-2.208,51.068],[-2.211,51.065],[-2.218,51.055],[-2.215,51.052],[-2.212,51.05],[-2.211,51.047],[-2.207,51.046],[-2.205,51.043],[-2.202,51.043],[-2.195,51.04],[-2.192,51.036],[-2.189,51.031],[-2.19,51.028],[-2.189,51.025],[-2.189,51.019],[-2.184,51.017],[-2.185,51.016],[-2.179,51.014],[-2.176,51.013],[-2.178,51.008],[-2.173,51.001],[-2.169,51.001],[-2.164,50.996],[-2.164,50.994],[-2.154,50.99],[-2.149,50.987],[-2.144,50.985],[-2.138,50.982],[-2.132,50.98],[-2.12,50.978],[-2.123,50.973],[-2.123,50.969],[-2.121,50.969],[-2.122,50.964],[-2.119,50.96],[-2.111,50.956],[-2.104,50.949],[-2.102,50.945],[-2.094,50.949],[-2.089,50.95],[-2.085,50.949],[-2.084,50.951],[-2.08,50.951],[-2.068,50.951],[-2.065,50.954],[-2.064,50.957],[-2.062,50.96],[-2.059,50.96],[-2.059,50.963],[-2.055,50.966],[-2.046,50.967],[-2.041,50.968],[-2.038,50.971],[-2.034,50.972],[-2.029,50.971],[-2.022,50.973],[-2.017,50.972],[-2.01,50.975],[-2,50.975],[-1.993,50.976],[-1.989,50.979],[-1.99,50.982],[-1.984,50.984],[-1.977,50.986],[-1.973,50.987],[-1.972,50.99],[-1.963,50.992],[-1.957,50.99],[-1.954,50.988],[-1.95,50.982],[-1.928,50.998],[-1.922,50.997],[-1.913,50.999],[-1.903,50.999],[-1.898,50.999],[-1.889,51],[-1.887,51],[-1.883,51.002],[-1.875,51.005],[-1.875,51.002],[-1.875,50.992],[-1.874,50.984],[-1.867,50.991],[-1.862,50.997],[-1.856,51.002],[-1.853,51.005],[-1.842,51.009],[-1.836,51.009],[-1.827,50.997],[-1.822,50.993],[-1.82,50.99],[-1.815,50.986],[-1.808,50.992],[-1.8,50.991],[-1.796,50.99],[-1.79,50.99],[-1.788,50.988],[-1.776,50.985],[-1.754,50.98],[-1.754,50.978],[-1.744,50.978],[-1.74,50.977],[-1.734,50.976],[-1.731,50.977],[-1.72,50.977],[-1.717,50.974],[-1.71,50.971],[-1.701,50.963],[-1.689,50.955],[-1.677,50.95],[-1.662,50.945],[-1.652,50.947],[-1.647,50.949],[-1.641,50.953],[-1.64,50.956],[-1.635,50.959],[-1.628,50.957],[-1.623,50.955],[-1.62,50.959]]]},"properties":{"PCON24NM":"Salisbury","PCON24CD":"E14001460"},"PCON24CD":397}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.794,54.558],[-0.796,54.555],[-0.801,54.552],[-0.804,54.551],[-0.811,54.551],[-0.816,54.552],[-0.82,54.549],[-0.825,54.549],[-0.837,54.543],[-0.842,54.536],[-0.848,54.531],[-0.85,54.528],[-0.851,54.523],[-0.85,54.519],[-0.852,54.518],[-0.85,54.511],[-0.852,54.511],[-0.853,54.503],[-0.849,54.496],[-0.844,54.491],[-0.844,54.49],[-0.849,54.488],[-0.856,54.488],[-0.867,54.489],[-0.876,54.491],[-0.877,54.495],[-0.881,54.497],[-0.894,54.497],[-0.898,54.495],[-0.923,54.491],[-0.933,54.491],[-0.942,54.489],[-0.953,54.488],[-0.968,54.497],[-0.987,54.501],[-1.003,54.503],[-1.024,54.502],[-1.037,54.494],[-1.033,54.492],[-1.027,54.486],[-1.023,54.483],[-1.019,54.482],[-1.018,54.478],[-1.016,54.477],[-1.011,54.476],[-0.999,54.476],[-0.99,54.48],[-0.984,54.479],[-0.98,54.472],[-0.976,54.468],[-0.973,54.463],[-0.973,54.461],[-0.982,54.458],[-0.988,54.459],[-0.997,54.458],[-1,54.459],[-1.008,54.458],[-1.013,54.46],[-1.021,54.46],[-1.034,54.459],[-1.042,54.455],[-1.043,54.453],[-1.048,54.452],[-1.053,54.449],[-1.058,54.441],[-1.053,54.437],[-1.056,54.427],[-1.065,54.421],[-1.059,54.413],[-1.027,54.415],[-1.009,54.407],[-0.988,54.396],[-0.976,54.397],[-0.962,54.403],[-0.95,54.409],[-0.927,54.401],[-0.919,54.401],[-0.91,54.399],[-0.867,54.387],[-0.86,54.387],[-0.847,54.383],[-0.834,54.381],[-0.824,54.383],[-0.817,54.372],[-0.81,54.364],[-0.808,54.36],[-0.804,54.357],[-0.801,54.357],[-0.797,54.355],[-0.789,54.354],[-0.782,54.355],[-0.773,54.358],[-0.766,54.362],[-0.757,54.363],[-0.753,54.368],[-0.748,54.367],[-0.743,54.362],[-0.743,54.359],[-0.741,54.357],[-0.732,54.355],[-0.711,54.357],[-0.71,54.361],[-0.702,54.365],[-0.692,54.366],[-0.688,54.369],[-0.688,54.373],[-0.68,54.373],[-0.678,54.375],[-0.672,54.375],[-0.665,54.373],[-0.663,54.371],[-0.661,54.367],[-0.633,54.376],[-0.634,54.366],[-0.634,54.365],[-0.628,54.359],[-0.629,54.353],[-0.621,54.343],[-0.611,54.337],[-0.605,54.335],[-0.601,54.332],[-0.59,54.329],[-0.587,54.325],[-0.585,54.324],[-0.586,54.321],[-0.582,54.32],[-0.573,54.318],[-0.569,54.316],[-0.568,54.312],[-0.575,54.312],[-0.58,54.311],[-0.584,54.306],[-0.588,54.304],[-0.598,54.303],[-0.601,54.3],[-0.605,54.298],[-0.606,54.293],[-0.609,54.286],[-0.61,54.283],[-0.613,54.279],[-0.61,54.275],[-0.613,54.27],[-0.608,54.261],[-0.608,54.255],[-0.607,54.249],[-0.605,54.245],[-0.6,54.243],[-0.598,54.236],[-0.599,54.232],[-0.603,54.23],[-0.604,54.223],[-0.607,54.213],[-0.612,54.213],[-0.617,54.209],[-0.618,54.206],[-0.607,54.204],[-0.605,54.202],[-0.6,54.202],[-0.596,54.2],[-0.594,54.201],[-0.586,54.199],[-0.576,54.201],[-0.566,54.202],[-0.563,54.201],[-0.562,54.198],[-0.557,54.197],[-0.55,54.193],[-0.545,54.194],[-0.54,54.199],[-0.536,54.201],[-0.531,54.2],[-0.524,54.2],[-0.52,54.198],[-0.515,54.2],[-0.511,54.2],[-0.505,54.205],[-0.497,54.206],[-0.494,54.203],[-0.482,54.207],[-0.48,54.209],[-0.468,54.212],[-0.457,54.214],[-0.447,54.214],[-0.441,54.216],[-0.434,54.214],[-0.428,54.213],[-0.421,54.212],[-0.416,54.215],[-0.412,54.218],[-0.409,54.218],[-0.402,54.218],[-0.399,54.217],[-0.396,54.214],[-0.381,54.213],[-0.381,54.211],[-0.375,54.21],[-0.369,54.211],[-0.358,54.209],[-0.343,54.21],[-0.339,54.213],[-0.329,54.217],[-0.32,54.218],[-0.313,54.217],[-0.304,54.215],[-0.304,54.22],[-0.303,54.224],[-0.303,54.227],[-0.313,54.229],[-0.314,54.232],[-0.318,54.234],[-0.331,54.237],[-0.337,54.24],[-0.34,54.243],[-0.35,54.241],[-0.357,54.243],[-0.364,54.245],[-0.37,54.249],[-0.368,54.254],[-0.371,54.257],[-0.375,54.259],[-0.376,54.263],[-0.381,54.263],[-0.386,54.265],[-0.391,54.269],[-0.393,54.272],[-0.397,54.274],[-0.398,54.277],[-0.396,54.282],[-0.392,54.284],[-0.386,54.284],[-0.384,54.286],[-0.386,54.29],[-0.389,54.291],[-0.395,54.288],[-0.4,54.289],[-0.406,54.292],[-0.41,54.297],[-0.41,54.3],[-0.408,54.305],[-0.414,54.307],[-0.418,54.311],[-0.419,54.317],[-0.418,54.321],[-0.421,54.323],[-0.422,54.326],[-0.417,54.331],[-0.421,54.333],[-0.423,54.339],[-0.428,54.34],[-0.433,54.34],[-0.431,54.345],[-0.433,54.35],[-0.439,54.357],[-0.445,54.358],[-0.447,54.359],[-0.446,54.363],[-0.447,54.367],[-0.45,54.373],[-0.455,54.376],[-0.458,54.381],[-0.461,54.385],[-0.464,54.389],[-0.469,54.393],[-0.472,54.397],[-0.475,54.399],[-0.479,54.399],[-0.491,54.408],[-0.495,54.407],[-0.5,54.407],[-0.505,54.408],[-0.508,54.41],[-0.513,54.411],[-0.523,54.416],[-0.529,54.423],[-0.532,54.429],[-0.533,54.433],[-0.532,54.436],[-0.527,54.438],[-0.523,54.441],[-0.521,54.446],[-0.526,54.45],[-0.533,54.451],[-0.534,54.454],[-0.537,54.455],[-0.543,54.46],[-0.557,54.465],[-0.561,54.471],[-0.564,54.476],[-0.572,54.481],[-0.578,54.483],[-0.585,54.484],[-0.59,54.488],[-0.593,54.488],[-0.598,54.489],[-0.626,54.492],[-0.64,54.496],[-0.654,54.498],[-0.664,54.5],[-0.669,54.502],[-0.675,54.506],[-0.673,54.513],[-0.677,54.514],[-0.678,54.516],[-0.682,54.52],[-0.689,54.521],[-0.694,54.52],[-0.7,54.526],[-0.705,54.527],[-0.705,54.53],[-0.708,54.532],[-0.715,54.534],[-0.719,54.531],[-0.727,54.53],[-0.731,54.528],[-0.736,54.527],[-0.745,54.529],[-0.75,54.533],[-0.747,54.536],[-0.751,54.542],[-0.755,54.544],[-0.762,54.544],[-0.767,54.546],[-0.766,54.549],[-0.769,54.552],[-0.772,54.552],[-0.775,54.555],[-0.775,54.557],[-0.779,54.557],[-0.784,54.559],[-0.794,54.558]]]},"properties":{"PCON24NM":"Scarborough and Whitby","PCON24CD":"E14001461"},"PCON24CD":398}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.525,53.685],[-0.534,53.687],[-0.546,53.69],[-0.555,53.691],[-0.557,53.688],[-0.544,53.683],[-0.536,53.681],[-0.525,53.683],[-0.525,53.685]]],[[[-0.526,53.678],[-0.531,53.679],[-0.543,53.679],[-0.549,53.68],[-0.561,53.684],[-0.566,53.688],[-0.575,53.691],[-0.584,53.696],[-0.588,53.697],[-0.596,53.702],[-0.606,53.712],[-0.611,53.715],[-0.618,53.714],[-0.631,53.711],[-0.639,53.71],[-0.647,53.708],[-0.654,53.706],[-0.658,53.704],[-0.671,53.702],[-0.686,53.698],[-0.691,53.697],[-0.695,53.694],[-0.693,53.69],[-0.688,53.684],[-0.685,53.68],[-0.685,53.672],[-0.69,53.663],[-0.691,53.659],[-0.695,53.653],[-0.7,53.649],[-0.708,53.645],[-0.712,53.641],[-0.711,53.629],[-0.71,53.626],[-0.708,53.623],[-0.701,53.618],[-0.698,53.614],[-0.699,53.61],[-0.706,53.607],[-0.715,53.606],[-0.723,53.608],[-0.726,53.607],[-0.729,53.605],[-0.735,53.598],[-0.737,53.593],[-0.736,53.591],[-0.731,53.588],[-0.729,53.585],[-0.73,53.582],[-0.735,53.577],[-0.742,53.574],[-0.745,53.571],[-0.746,53.567],[-0.746,53.56],[-0.745,53.557],[-0.738,53.549],[-0.737,53.545],[-0.737,53.543],[-0.741,53.539],[-0.741,53.534],[-0.737,53.527],[-0.739,53.52],[-0.729,53.519],[-0.714,53.517],[-0.702,53.514],[-0.698,53.516],[-0.689,53.516],[-0.685,53.514],[-0.682,53.515],[-0.676,53.513],[-0.661,53.514],[-0.624,53.513],[-0.628,53.507],[-0.626,53.499],[-0.626,53.496],[-0.629,53.491],[-0.631,53.488],[-0.63,53.486],[-0.634,53.485],[-0.632,53.48],[-0.634,53.48],[-0.633,53.474],[-0.635,53.472],[-0.635,53.47],[-0.629,53.465],[-0.627,53.462],[-0.63,53.458],[-0.613,53.457],[-0.599,53.456],[-0.584,53.457],[-0.566,53.458],[-0.552,53.46],[-0.552,53.461],[-0.535,53.463],[-0.525,53.465],[-0.513,53.468],[-0.505,53.468],[-0.501,53.469],[-0.484,53.472],[-0.472,53.475],[-0.474,53.477],[-0.486,53.48],[-0.489,53.485],[-0.487,53.489],[-0.485,53.49],[-0.481,53.496],[-0.482,53.5],[-0.488,53.505],[-0.479,53.508],[-0.462,53.51],[-0.455,53.509],[-0.449,53.509],[-0.439,53.511],[-0.427,53.512],[-0.422,53.514],[-0.414,53.515],[-0.405,53.518],[-0.407,53.521],[-0.406,53.525],[-0.409,53.529],[-0.408,53.532],[-0.415,53.536],[-0.422,53.534],[-0.428,53.541],[-0.428,53.544],[-0.431,53.546],[-0.434,53.546],[-0.443,53.546],[-0.463,53.541],[-0.481,53.538],[-0.501,53.537],[-0.496,53.54],[-0.492,53.544],[-0.491,53.546],[-0.493,53.547],[-0.501,53.542],[-0.502,53.55],[-0.511,53.549],[-0.514,53.551],[-0.524,53.55],[-0.533,53.548],[-0.546,53.545],[-0.552,53.544],[-0.562,53.545],[-0.56,53.549],[-0.565,53.551],[-0.57,53.553],[-0.574,53.558],[-0.576,53.562],[-0.582,53.563],[-0.582,53.565],[-0.592,53.565],[-0.59,53.57],[-0.599,53.571],[-0.596,53.582],[-0.599,53.584],[-0.6,53.592],[-0.598,53.595],[-0.594,53.597],[-0.605,53.599],[-0.608,53.6],[-0.62,53.608],[-0.626,53.61],[-0.631,53.615],[-0.639,53.615],[-0.641,53.618],[-0.639,53.621],[-0.63,53.621],[-0.627,53.626],[-0.628,53.629],[-0.629,53.635],[-0.63,53.638],[-0.629,53.64],[-0.628,53.648],[-0.572,53.649],[-0.551,53.65],[-0.528,53.651],[-0.534,53.652],[-0.537,53.657],[-0.536,53.66],[-0.53,53.664],[-0.53,53.669],[-0.531,53.671],[-0.53,53.675],[-0.526,53.678]]]]},"properties":{"PCON24NM":"Scunthorpe","PCON24CD":"E14001462"},"PCON24CD":399}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.014,53.611],[-3.024,53.613],[-3.026,53.616],[-3.03,53.616],[-3.037,53.609],[-3.042,53.61],[-3.062,53.61],[-3.072,53.6],[-3.08,53.593],[-3.091,53.583],[-3.097,53.574],[-3.103,53.564],[-3.105,53.552],[-3.105,53.547],[-3.101,53.541],[-3.095,53.537],[-3.085,53.534],[-3.082,53.531],[-3.079,53.526],[-3.076,53.523],[-3.071,53.522],[-3.067,53.524],[-3.064,53.52],[-3.065,53.516],[-3.063,53.508],[-3.064,53.505],[-3.062,53.504],[-3.061,53.499],[-3.058,53.494],[-3.049,53.483],[-3.043,53.478],[-3.034,53.482],[-3.038,53.486],[-3.033,53.487],[-3.024,53.493],[-3.014,53.495],[-3.008,53.488],[-3.004,53.488],[-3,53.492],[-2.997,53.494],[-2.989,53.49],[-2.98,53.497],[-2.971,53.496],[-2.964,53.495],[-2.956,53.493],[-2.952,53.491],[-2.949,53.491],[-2.945,53.494],[-2.939,53.491],[-2.939,53.489],[-2.933,53.486],[-2.931,53.483],[-2.924,53.481],[-2.919,53.478],[-2.917,53.48],[-2.92,53.482],[-2.913,53.483],[-2.909,53.489],[-2.905,53.492],[-2.9,53.492],[-2.899,53.494],[-2.896,53.497],[-2.899,53.5],[-2.894,53.503],[-2.888,53.504],[-2.892,53.511],[-2.888,53.515],[-2.884,53.52],[-2.889,53.522],[-2.895,53.521],[-2.9,53.522],[-2.906,53.522],[-2.923,53.525],[-2.926,53.527],[-2.926,53.53],[-2.931,53.531],[-2.934,53.533],[-2.937,53.539],[-2.941,53.54],[-2.942,53.541],[-2.948,53.544],[-2.951,53.544],[-2.955,53.546],[-2.96,53.546],[-2.966,53.548],[-2.97,53.547],[-2.972,53.548],[-2.978,53.546],[-2.978,53.543],[-2.974,53.54],[-2.973,53.536],[-2.971,53.534],[-2.967,53.527],[-2.963,53.525],[-2.964,53.52],[-2.972,53.516],[-2.976,53.515],[-2.985,53.522],[-2.99,53.523],[-3.001,53.528],[-3.008,53.529],[-3.009,53.532],[-3.014,53.532],[-3.014,53.535],[-3.017,53.536],[-3.028,53.539],[-3.032,53.537],[-3.035,53.539],[-3.039,53.538],[-3.04,53.541],[-3.043,53.54],[-3.046,53.543],[-3.041,53.549],[-3.039,53.553],[-3.04,53.556],[-3.039,53.559],[-3.041,53.562],[-3.04,53.566],[-3.033,53.569],[-3.023,53.57],[-3.022,53.574],[-3.021,53.584],[-3.033,53.585],[-3.035,53.587],[-3.033,53.589],[-3.031,53.596],[-3.032,53.598],[-3.028,53.603],[-3.021,53.607],[-3.02,53.609],[-3.014,53.611]]]},"properties":{"PCON24NM":"Sefton Central","PCON24CD":"E14001463"},"PCON24CD":400}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.154,53.85],[-1.158,53.851],[-1.162,53.848],[-1.168,53.847],[-1.17,53.851],[-1.172,53.855],[-1.177,53.856],[-1.182,53.854],[-1.182,53.85],[-1.186,53.85],[-1.192,53.854],[-1.197,53.854],[-1.193,53.851],[-1.192,53.848],[-1.195,53.844],[-1.193,53.84],[-1.193,53.836],[-1.191,53.831],[-1.193,53.83],[-1.187,53.827],[-1.188,53.825],[-1.174,53.824],[-1.168,53.819],[-1.165,53.815],[-1.162,53.815],[-1.161,53.813],[-1.169,53.804],[-1.172,53.802],[-1.184,53.799],[-1.185,53.802],[-1.187,53.803],[-1.191,53.8],[-1.201,53.8],[-1.207,53.801],[-1.215,53.804],[-1.221,53.803],[-1.222,53.804],[-1.229,53.806],[-1.228,53.818],[-1.241,53.818],[-1.243,53.809],[-1.252,53.808],[-1.253,53.805],[-1.259,53.804],[-1.264,53.806],[-1.27,53.807],[-1.275,53.809],[-1.282,53.809],[-1.288,53.81],[-1.292,53.812],[-1.297,53.813],[-1.298,53.815],[-1.303,53.817],[-1.308,53.814],[-1.312,53.814],[-1.314,53.81],[-1.321,53.81],[-1.328,53.812],[-1.335,53.812],[-1.342,53.811],[-1.345,53.809],[-1.349,53.785],[-1.349,53.779],[-1.356,53.78],[-1.368,53.781],[-1.374,53.782],[-1.374,53.78],[-1.381,53.78],[-1.391,53.781],[-1.393,53.78],[-1.39,53.777],[-1.391,53.774],[-1.388,53.77],[-1.387,53.766],[-1.383,53.761],[-1.387,53.759],[-1.388,53.753],[-1.386,53.75],[-1.386,53.748],[-1.387,53.746],[-1.395,53.746],[-1.403,53.742],[-1.41,53.741],[-1.416,53.742],[-1.42,53.745],[-1.418,53.738],[-1.416,53.735],[-1.419,53.733],[-1.427,53.726],[-1.433,53.726],[-1.433,53.725],[-1.428,53.721],[-1.424,53.723],[-1.42,53.722],[-1.412,53.723],[-1.402,53.72],[-1.398,53.72],[-1.394,53.724],[-1.382,53.727],[-1.377,53.729],[-1.368,53.73],[-1.36,53.732],[-1.357,53.731],[-1.339,53.736],[-1.334,53.736],[-1.327,53.736],[-1.325,53.735],[-1.32,53.736],[-1.316,53.74],[-1.312,53.741],[-1.307,53.739],[-1.303,53.741],[-1.3,53.742],[-1.296,53.74],[-1.292,53.739],[-1.287,53.736],[-1.284,53.732],[-1.28,53.729],[-1.278,53.727],[-1.273,53.726],[-1.271,53.724],[-1.269,53.716],[-1.258,53.712],[-1.254,53.713],[-1.249,53.712],[-1.239,53.712],[-1.23,53.715],[-1.228,53.712],[-1.225,53.712],[-1.219,53.714],[-1.217,53.711],[-1.218,53.707],[-1.215,53.705],[-1.199,53.701],[-1.2,53.699],[-1.199,53.695],[-1.21,53.695],[-1.225,53.693],[-1.244,53.692],[-1.243,53.682],[-1.244,53.673],[-1.249,53.672],[-1.252,53.667],[-1.252,53.661],[-1.247,53.656],[-1.251,53.652],[-1.249,53.65],[-1.252,53.648],[-1.255,53.649],[-1.255,53.643],[-1.252,53.639],[-1.242,53.633],[-1.237,53.626],[-1.233,53.621],[-1.227,53.622],[-1.217,53.624],[-1.217,53.629],[-1.22,53.634],[-1.218,53.64],[-1.216,53.642],[-1.211,53.641],[-1.21,53.643],[-1.207,53.643],[-1.198,53.64],[-1.194,53.636],[-1.189,53.636],[-1.18,53.638],[-1.174,53.638],[-1.168,53.641],[-1.161,53.642],[-1.159,53.643],[-1.152,53.643],[-1.15,53.639],[-1.146,53.639],[-1.139,53.633],[-1.136,53.633],[-1.13,53.634],[-1.127,53.639],[-1.129,53.642],[-1.125,53.644],[-1.121,53.647],[-1.116,53.646],[-1.114,53.647],[-1.102,53.649],[-1.095,53.65],[-1.091,53.65],[-1.086,53.652],[-1.083,53.652],[-1.072,53.649],[-1.066,53.649],[-1.055,53.651],[-1.052,53.652],[-1.049,53.656],[-1.051,53.658],[-1.057,53.658],[-1.062,53.659],[-1.063,53.657],[-1.071,53.658],[-1.071,53.66],[-1.079,53.66],[-1.084,53.662],[-1.089,53.664],[-1.087,53.667],[-1.092,53.669],[-1.104,53.67],[-1.102,53.674],[-1.097,53.675],[-1.094,53.678],[-1.087,53.683],[-1.081,53.685],[-1.085,53.687],[-1.076,53.697],[-1.078,53.698],[-1.075,53.704],[-1.069,53.704],[-1.063,53.707],[-1.061,53.707],[-1.054,53.701],[-1.054,53.7],[-1.053,53.697],[-1.048,53.699],[-1.045,53.698],[-1.043,53.697],[-1.038,53.694],[-1.034,53.697],[-1.021,53.698],[-1.011,53.697],[-1.007,53.696],[-1.003,53.699],[-0.999,53.699],[-0.994,53.698],[-0.986,53.698],[-0.983,53.699],[-0.984,53.703],[-0.981,53.705],[-0.968,53.707],[-0.966,53.705],[-0.97,53.702],[-0.967,53.701],[-0.963,53.701],[-0.962,53.704],[-0.958,53.705],[-0.962,53.708],[-0.959,53.71],[-0.959,53.714],[-0.957,53.715],[-0.95,53.713],[-0.944,53.713],[-0.94,53.714],[-0.935,53.716],[-0.924,53.719],[-0.912,53.719],[-0.906,53.717],[-0.904,53.719],[-0.904,53.721],[-0.906,53.725],[-0.911,53.727],[-0.913,53.729],[-0.912,53.732],[-0.917,53.732],[-0.924,53.731],[-0.936,53.731],[-0.945,53.732],[-0.953,53.735],[-0.958,53.735],[-0.963,53.737],[-0.962,53.741],[-0.964,53.747],[-0.967,53.748],[-0.975,53.75],[-0.98,53.752],[-0.986,53.757],[-0.989,53.761],[-0.987,53.764],[-0.995,53.764],[-1,53.766],[-1.003,53.768],[-1.011,53.764],[-1.021,53.76],[-1.027,53.76],[-1.033,53.764],[-1.034,53.766],[-1.03,53.771],[-1.022,53.772],[-1.025,53.776],[-1.028,53.777],[-1.033,53.777],[-1.045,53.779],[-1.049,53.781],[-1.057,53.782],[-1.065,53.785],[-1.066,53.788],[-1.054,53.789],[-1.05,53.789],[-1.047,53.791],[-1.049,53.796],[-1.048,53.804],[-1.047,53.807],[-1.043,53.81],[-1.045,53.811],[-1.054,53.811],[-1.063,53.814],[-1.069,53.818],[-1.074,53.819],[-1.079,53.819],[-1.084,53.821],[-1.085,53.824],[-1.08,53.828],[-1.077,53.833],[-1.078,53.836],[-1.085,53.834],[-1.09,53.832],[-1.099,53.836],[-1.104,53.837],[-1.116,53.837],[-1.12,53.836],[-1.125,53.833],[-1.129,53.833],[-1.131,53.839],[-1.134,53.843],[-1.138,53.84],[-1.143,53.84],[-1.143,53.841],[-1.142,53.843],[-1.145,53.847],[-1.144,53.85],[-1.152,53.849],[-1.154,53.85]]],[[[-0.924,53.881],[-0.927,53.883],[-0.93,53.88],[-0.935,53.88],[-0.935,53.883],[-0.938,53.886],[-0.939,53.888],[-0.944,53.888],[-0.948,53.885],[-0.958,53.884],[-0.964,53.883],[-0.968,53.883],[-0.981,53.878],[-0.993,53.875],[-1.003,53.886],[-1.008,53.89],[-1.02,53.888],[-1.023,53.887],[-1.034,53.884],[-1.047,53.881],[-1.057,53.876],[-1.065,53.875],[-1.069,53.879],[-1.074,53.88],[-1.077,53.883],[-1.083,53.882],[-1.091,53.886],[-1.095,53.884],[-1.096,53.882],[-1.1,53.88],[-1.1,53.877],[-1.101,53.876],[-1.106,53.875],[-1.112,53.872],[-1.117,53.868],[-1.127,53.865],[-1.127,53.862],[-1.124,53.859],[-1.118,53.857],[-1.118,53.855],[-1.124,53.85],[-1.124,53.846],[-1.127,53.844],[-1.134,53.843],[-1.13,53.838],[-1.129,53.836],[-1.126,53.833],[-1.12,53.836],[-1.115,53.837],[-1.105,53.838],[-1.1,53.837],[-1.088,53.832],[-1.084,53.835],[-1.079,53.836],[-1.076,53.835],[-1.075,53.833],[-1.079,53.828],[-1.084,53.825],[-1.084,53.823],[-1.079,53.82],[-1.074,53.82],[-1.067,53.818],[-1.061,53.814],[-1.053,53.812],[-1.044,53.811],[-1.043,53.809],[-1.046,53.807],[-1.048,53.804],[-1.048,53.796],[-1.046,53.791],[-1.048,53.789],[-1.065,53.788],[-1.062,53.784],[-1.051,53.782],[-1.045,53.78],[-1.033,53.777],[-1.027,53.778],[-1.024,53.776],[-1.021,53.772],[-1.023,53.771],[-1.027,53.771],[-1.03,53.769],[-1.033,53.766],[-1.032,53.764],[-1.026,53.761],[-1.021,53.761],[-1.011,53.765],[-1.003,53.769],[-1,53.769],[-0.999,53.766],[-0.995,53.765],[-0.988,53.766],[-0.985,53.764],[-0.988,53.761],[-0.985,53.757],[-0.98,53.753],[-0.973,53.75],[-0.964,53.751],[-0.95,53.754],[-0.94,53.758],[-0.934,53.762],[-0.93,53.763],[-0.928,53.765],[-0.928,53.77],[-0.929,53.773],[-0.933,53.774],[-0.937,53.779],[-0.934,53.784],[-0.933,53.79],[-0.931,53.791],[-0.928,53.797],[-0.934,53.801],[-0.933,53.804],[-0.929,53.806],[-0.928,53.81],[-0.92,53.816],[-0.925,53.816],[-0.928,53.82],[-0.933,53.821],[-0.939,53.823],[-0.941,53.824],[-0.94,53.833],[-0.943,53.835],[-0.947,53.845],[-0.945,53.848],[-0.946,53.851],[-0.942,53.855],[-0.948,53.861],[-0.946,53.865],[-0.945,53.865],[-0.944,53.866],[-0.942,53.866],[-0.941,53.866],[-0.94,53.867],[-0.939,53.869],[-0.941,53.874],[-0.939,53.876],[-0.938,53.876],[-0.933,53.876],[-0.932,53.876],[-0.931,53.876],[-0.929,53.877],[-0.927,53.877],[-0.925,53.878],[-0.924,53.878],[-0.923,53.879],[-0.924,53.881]]]]},"properties":{"PCON24NM":"Selby","PCON24CD":"E14001464"},"PCON24CD":401}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.297,51.397],[0.284,51.4],[0.278,51.402],[0.28,51.403],[0.278,51.407],[0.273,51.408],[0.246,51.408],[0.243,51.413],[0.24,51.413],[0.238,51.417],[0.236,51.421],[0.233,51.423],[0.234,51.425],[0.234,51.427],[0.23,51.43],[0.222,51.429],[0.214,51.434],[0.196,51.43],[0.196,51.426],[0.184,51.425],[0.182,51.422],[0.184,51.42],[0.178,51.418],[0.178,51.416],[0.165,51.411],[0.166,51.408],[0.163,51.407],[0.16,51.408],[0.153,51.409],[0.149,51.408],[0.155,51.405],[0.157,51.401],[0.159,51.396],[0.162,51.392],[0.149,51.393],[0.149,51.389],[0.15,51.386],[0.15,51.38],[0.153,51.378],[0.15,51.374],[0.151,51.372],[0.148,51.366],[0.145,51.363],[0.146,51.358],[0.143,51.353],[0.143,51.351],[0.137,51.346],[0.125,51.346],[0.118,51.344],[0.117,51.341],[0.12,51.335],[0.12,51.332],[0.116,51.33],[0.114,51.327],[0.11,51.328],[0.105,51.327],[0.101,51.326],[0.096,51.321],[0.088,51.318],[0.085,51.316],[0.085,51.312],[0.084,51.311],[0.085,51.306],[0.083,51.306],[0.086,51.3],[0.091,51.297],[0.086,51.293],[0.08,51.292],[0.073,51.292],[0.064,51.29],[0.058,51.289],[0.056,51.292],[0.051,51.294],[0.046,51.294],[0.042,51.293],[0.047,51.289],[0.048,51.286],[0.045,51.278],[0.046,51.274],[0.05,51.268],[0.05,51.266],[0.052,51.263],[0.054,51.254],[0.057,51.251],[0.058,51.248],[0.054,51.238],[0.052,51.236],[0.046,51.233],[0.042,51.227],[0.043,51.225],[0.051,51.223],[0.059,51.223],[0.068,51.221],[0.071,51.22],[0.082,51.221],[0.085,51.223],[0.09,51.221],[0.089,51.226],[0.092,51.227],[0.096,51.226],[0.099,51.224],[0.105,51.222],[0.113,51.223],[0.119,51.224],[0.119,51.226],[0.124,51.227],[0.127,51.229],[0.129,51.228],[0.132,51.225],[0.136,51.223],[0.142,51.221],[0.146,51.223],[0.151,51.224],[0.163,51.224],[0.172,51.225],[0.174,51.22],[0.188,51.218],[0.199,51.228],[0.197,51.234],[0.201,51.234],[0.208,51.236],[0.214,51.239],[0.219,51.243],[0.223,51.245],[0.225,51.243],[0.224,51.241],[0.228,51.235],[0.231,51.232],[0.242,51.237],[0.247,51.238],[0.248,51.243],[0.25,51.245],[0.25,51.248],[0.246,51.252],[0.247,51.255],[0.253,51.255],[0.264,51.256],[0.265,51.26],[0.265,51.268],[0.261,51.27],[0.26,51.272],[0.255,51.276],[0.258,51.281],[0.259,51.286],[0.261,51.289],[0.261,51.291],[0.258,51.297],[0.265,51.297],[0.265,51.302],[0.263,51.306],[0.266,51.312],[0.265,51.314],[0.272,51.317],[0.277,51.319],[0.284,51.325],[0.285,51.331],[0.288,51.336],[0.281,51.336],[0.278,51.338],[0.275,51.34],[0.277,51.341],[0.28,51.348],[0.284,51.351],[0.284,51.356],[0.282,51.36],[0.284,51.361],[0.282,51.364],[0.284,51.368],[0.283,51.37],[0.291,51.372],[0.296,51.378],[0.3,51.38],[0.297,51.385],[0.3,51.389],[0.299,51.39],[0.299,51.394],[0.297,51.394],[0.297,51.397]]]},"properties":{"PCON24NM":"Sevenoaks","PCON24CD":"E14001465"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.433,53.438],[-1.439,53.438],[-1.449,53.44],[-1.454,53.438],[-1.456,53.435],[-1.455,53.431],[-1.457,53.43],[-1.463,53.428],[-1.464,53.431],[-1.471,53.43],[-1.475,53.434],[-1.475,53.437],[-1.479,53.438],[-1.486,53.437],[-1.492,53.437],[-1.491,53.434],[-1.497,53.433],[-1.499,53.43],[-1.502,53.431],[-1.513,53.43],[-1.515,53.427],[-1.519,53.426],[-1.522,53.424],[-1.511,53.417],[-1.521,53.414],[-1.523,53.411],[-1.529,53.409],[-1.527,53.407],[-1.524,53.403],[-1.519,53.4],[-1.512,53.4],[-1.508,53.4],[-1.501,53.402],[-1.491,53.398],[-1.489,53.394],[-1.484,53.392],[-1.481,53.391],[-1.475,53.394],[-1.465,53.389],[-1.46,53.388],[-1.449,53.39],[-1.443,53.395],[-1.436,53.402],[-1.425,53.41],[-1.419,53.411],[-1.411,53.417],[-1.408,53.42],[-1.41,53.422],[-1.416,53.427],[-1.418,53.43],[-1.433,53.438]]]},"properties":{"PCON24NM":"Sheffield Brightside and Hillsborough","PCON24CD":"E14001466"},"PCON24CD":403}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.46,53.388],[-1.465,53.389],[-1.475,53.394],[-1.481,53.391],[-1.484,53.392],[-1.489,53.394],[-1.491,53.398],[-1.501,53.402],[-1.508,53.4],[-1.512,53.4],[-1.513,53.396],[-1.518,53.391],[-1.513,53.389],[-1.506,53.389],[-1.503,53.391],[-1.499,53.389],[-1.497,53.387],[-1.5,53.381],[-1.508,53.381],[-1.51,53.378],[-1.514,53.377],[-1.51,53.375],[-1.506,53.376],[-1.504,53.372],[-1.505,53.369],[-1.502,53.367],[-1.506,53.366],[-1.508,53.36],[-1.499,53.356],[-1.493,53.355],[-1.488,53.35],[-1.481,53.356],[-1.476,53.359],[-1.472,53.362],[-1.465,53.367],[-1.462,53.37],[-1.461,53.381],[-1.459,53.384],[-1.454,53.385],[-1.46,53.388]]]},"properties":{"PCON24NM":"Sheffield Central","PCON24CD":"E14001467"},"PCON24CD":404}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.519,53.426],[-1.526,53.43],[-1.535,53.43],[-1.541,53.429],[-1.545,53.43],[-1.553,53.429],[-1.563,53.426],[-1.57,53.434],[-1.578,53.438],[-1.587,53.436],[-1.595,53.438],[-1.596,53.44],[-1.594,53.442],[-1.601,53.445],[-1.603,53.443],[-1.607,53.445],[-1.612,53.444],[-1.626,53.448],[-1.635,53.446],[-1.638,53.443],[-1.648,53.446],[-1.654,53.445],[-1.658,53.444],[-1.666,53.443],[-1.671,53.441],[-1.674,53.439],[-1.676,53.436],[-1.684,53.434],[-1.69,53.434],[-1.699,53.431],[-1.701,53.428],[-1.705,53.428],[-1.707,53.424],[-1.712,53.421],[-1.717,53.419],[-1.709,53.417],[-1.704,53.415],[-1.703,53.411],[-1.705,53.405],[-1.695,53.401],[-1.682,53.402],[-1.673,53.397],[-1.668,53.393],[-1.665,53.394],[-1.655,53.393],[-1.654,53.392],[-1.654,53.385],[-1.663,53.374],[-1.664,53.367],[-1.655,53.363],[-1.631,53.356],[-1.626,53.352],[-1.617,53.351],[-1.592,53.346],[-1.591,53.345],[-1.6,53.343],[-1.604,53.342],[-1.612,53.343],[-1.612,53.342],[-1.617,53.337],[-1.622,53.334],[-1.624,53.33],[-1.627,53.329],[-1.627,53.325],[-1.633,53.321],[-1.628,53.316],[-1.625,53.316],[-1.619,53.318],[-1.61,53.323],[-1.602,53.318],[-1.599,53.315],[-1.599,53.311],[-1.59,53.318],[-1.585,53.322],[-1.579,53.317],[-1.583,53.316],[-1.581,53.312],[-1.573,53.313],[-1.567,53.315],[-1.564,53.314],[-1.562,53.316],[-1.556,53.312],[-1.56,53.309],[-1.562,53.306],[-1.557,53.305],[-1.548,53.307],[-1.542,53.305],[-1.537,53.305],[-1.533,53.306],[-1.531,53.31],[-1.526,53.31],[-1.526,53.312],[-1.522,53.313],[-1.518,53.312],[-1.511,53.316],[-1.502,53.318],[-1.501,53.316],[-1.496,53.316],[-1.5,53.32],[-1.497,53.322],[-1.501,53.324],[-1.505,53.321],[-1.515,53.327],[-1.515,53.33],[-1.512,53.333],[-1.514,53.334],[-1.513,53.336],[-1.511,53.338],[-1.505,53.338],[-1.488,53.35],[-1.493,53.355],[-1.499,53.356],[-1.508,53.36],[-1.506,53.366],[-1.502,53.367],[-1.505,53.369],[-1.504,53.372],[-1.506,53.376],[-1.51,53.375],[-1.514,53.377],[-1.51,53.378],[-1.508,53.381],[-1.5,53.381],[-1.497,53.387],[-1.499,53.389],[-1.503,53.391],[-1.506,53.389],[-1.513,53.389],[-1.518,53.391],[-1.513,53.396],[-1.512,53.4],[-1.519,53.4],[-1.524,53.403],[-1.527,53.407],[-1.529,53.409],[-1.523,53.411],[-1.521,53.414],[-1.511,53.417],[-1.522,53.424],[-1.519,53.426]]]},"properties":{"PCON24NM":"Sheffield Hallam","PCON24CD":"E14001468"},"PCON24CD":405}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.442,53.337],[-1.437,53.341],[-1.43,53.343],[-1.425,53.345],[-1.422,53.348],[-1.413,53.35],[-1.412,53.352],[-1.408,53.354],[-1.4,53.354],[-1.398,53.356],[-1.415,53.36],[-1.421,53.36],[-1.423,53.361],[-1.421,53.364],[-1.417,53.366],[-1.41,53.368],[-1.407,53.372],[-1.407,53.375],[-1.414,53.375],[-1.431,53.381],[-1.436,53.384],[-1.439,53.385],[-1.447,53.385],[-1.454,53.385],[-1.459,53.384],[-1.461,53.381],[-1.462,53.37],[-1.465,53.367],[-1.472,53.362],[-1.476,53.359],[-1.481,53.356],[-1.488,53.35],[-1.505,53.338],[-1.511,53.338],[-1.513,53.336],[-1.514,53.334],[-1.512,53.333],[-1.515,53.33],[-1.515,53.327],[-1.505,53.321],[-1.501,53.324],[-1.497,53.322],[-1.5,53.32],[-1.496,53.316],[-1.492,53.317],[-1.48,53.319],[-1.477,53.319],[-1.469,53.317],[-1.462,53.32],[-1.46,53.32],[-1.455,53.322],[-1.454,53.324],[-1.462,53.328],[-1.46,53.331],[-1.454,53.331],[-1.45,53.332],[-1.442,53.337]]]},"properties":{"PCON24NM":"Sheffield Heeley","PCON24CD":"E14001469"},"PCON24CD":406}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.363,53.369],[-1.366,53.372],[-1.38,53.381],[-1.384,53.383],[-1.391,53.383],[-1.39,53.386],[-1.387,53.388],[-1.376,53.393],[-1.376,53.394],[-1.379,53.397],[-1.377,53.399],[-1.382,53.401],[-1.382,53.404],[-1.387,53.411],[-1.39,53.413],[-1.392,53.415],[-1.389,53.418],[-1.394,53.42],[-1.384,53.421],[-1.38,53.422],[-1.382,53.425],[-1.387,53.425],[-1.396,53.424],[-1.397,53.425],[-1.403,53.423],[-1.408,53.42],[-1.411,53.417],[-1.419,53.411],[-1.425,53.41],[-1.436,53.402],[-1.443,53.395],[-1.449,53.39],[-1.46,53.388],[-1.454,53.385],[-1.447,53.385],[-1.439,53.385],[-1.436,53.384],[-1.431,53.381],[-1.414,53.375],[-1.407,53.375],[-1.407,53.372],[-1.41,53.368],[-1.417,53.366],[-1.421,53.364],[-1.423,53.361],[-1.421,53.36],[-1.415,53.36],[-1.398,53.356],[-1.4,53.354],[-1.408,53.354],[-1.412,53.352],[-1.413,53.35],[-1.422,53.348],[-1.425,53.345],[-1.43,53.343],[-1.437,53.341],[-1.442,53.337],[-1.441,53.336],[-1.433,53.338],[-1.424,53.336],[-1.421,53.335],[-1.413,53.339],[-1.411,53.342],[-1.409,53.342],[-1.406,53.339],[-1.391,53.336],[-1.388,53.335],[-1.391,53.332],[-1.391,53.326],[-1.392,53.323],[-1.389,53.319],[-1.381,53.317],[-1.374,53.317],[-1.372,53.316],[-1.362,53.316],[-1.362,53.318],[-1.353,53.319],[-1.347,53.319],[-1.338,53.316],[-1.333,53.323],[-1.325,53.329],[-1.326,53.341],[-1.329,53.349],[-1.332,53.352],[-1.335,53.352],[-1.338,53.354],[-1.34,53.359],[-1.352,53.366],[-1.361,53.367],[-1.363,53.369]]]},"properties":{"PCON24NM":"Sheffield South East","PCON24CD":"E14001470"},"PCON24CD":407}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.007,52.985],[-1.005,52.986],[-0.994,52.987],[-0.979,52.986],[-0.971,52.989],[-0.966,52.997],[-0.961,53.004],[-0.955,53.008],[-0.95,53.01],[-0.945,53.011],[-0.938,53.014],[-0.931,53.019],[-0.927,53.024],[-0.931,53.025],[-0.958,53.04],[-0.96,53.042],[-0.959,53.045],[-0.961,53.047],[-0.963,53.053],[-0.972,53.049],[-0.979,53.048],[-0.985,53.046],[-0.989,53.048],[-0.991,53.051],[-0.997,53.052],[-1.002,53.056],[-1.011,53.057],[-1.018,53.059],[-1.021,53.059],[-1.022,53.062],[-1.027,53.065],[-1.026,53.069],[-1.03,53.069],[-1.031,53.074],[-1.034,53.074],[-1.038,53.08],[-1.039,53.083],[-1.044,53.086],[-1.036,53.086],[-1.037,53.088],[-1.028,53.091],[-1.032,53.093],[-1.034,53.095],[-1.03,53.098],[-1.026,53.096],[-1.025,53.099],[-1.019,53.1],[-1.013,53.1],[-1.01,53.101],[-1.005,53.106],[-1.005,53.109],[-1,53.109],[-0.995,53.114],[-0.997,53.117],[-1.002,53.117],[-1.012,53.12],[-1.021,53.122],[-1.022,53.124],[-1.02,53.127],[-1.016,53.127],[-1.011,53.132],[-1.005,53.135],[-1.004,53.138],[-0.997,53.137],[-0.991,53.135],[-0.985,53.133],[-0.982,53.134],[-0.98,53.136],[-0.972,53.14],[-0.965,53.139],[-0.964,53.143],[-0.956,53.147],[-0.953,53.153],[-0.958,53.157],[-0.967,53.159],[-0.962,53.165],[-0.96,53.165],[-0.968,53.17],[-0.972,53.169],[-0.984,53.174],[-0.981,53.175],[-0.978,53.183],[-0.973,53.188],[-0.97,53.192],[-0.961,53.195],[-0.967,53.198],[-0.963,53.201],[-0.958,53.2],[-0.952,53.202],[-0.944,53.204],[-0.94,53.206],[-0.941,53.208],[-0.939,53.212],[-0.94,53.215],[-0.947,53.214],[-0.949,53.215],[-0.95,53.218],[-0.948,53.219],[-0.949,53.225],[-0.953,53.227],[-0.958,53.232],[-0.97,53.236],[-0.984,53.237],[-0.997,53.237],[-1.006,53.236],[-1.013,53.242],[-1.023,53.247],[-1.026,53.252],[-1.028,53.261],[-1.04,53.256],[-1.046,53.254],[-1.052,53.252],[-1.056,53.25],[-1.072,53.241],[-1.088,53.237],[-1.093,53.237],[-1.103,53.236],[-1.099,53.235],[-1.096,53.233],[-1.095,53.229],[-1.097,53.22],[-1.104,53.219],[-1.104,53.209],[-1.113,53.196],[-1.12,53.192],[-1.13,53.189],[-1.139,53.188],[-1.148,53.18],[-1.153,53.175],[-1.152,53.172],[-1.132,53.163],[-1.126,53.157],[-1.117,53.154],[-1.112,53.154],[-1.118,53.149],[-1.121,53.148],[-1.128,53.145],[-1.13,53.142],[-1.129,53.139],[-1.13,53.136],[-1.127,53.135],[-1.129,53.133],[-1.126,53.127],[-1.127,53.125],[-1.121,53.119],[-1.126,53.118],[-1.131,53.12],[-1.134,53.119],[-1.141,53.12],[-1.145,53.122],[-1.161,53.119],[-1.166,53.118],[-1.168,53.116],[-1.169,53.115],[-1.178,53.115],[-1.176,53.112],[-1.17,53.11],[-1.164,53.103],[-1.175,53.102],[-1.187,53.099],[-1.196,53.095],[-1.195,53.093],[-1.2,53.091],[-1.203,53.087],[-1.21,53.085],[-1.219,53.085],[-1.226,53.081],[-1.226,53.077],[-1.228,53.071],[-1.23,53.068],[-1.231,53.061],[-1.229,53.058],[-1.228,53.053],[-1.232,53.05],[-1.239,53.049],[-1.247,53.044],[-1.258,53.041],[-1.253,53.04],[-1.247,53.035],[-1.239,53.033],[-1.241,53.031],[-1.235,53.028],[-1.229,53.023],[-1.232,53.021],[-1.231,53.016],[-1.233,53.013],[-1.231,53.01],[-1.226,53.008],[-1.222,53.008],[-1.213,53.013],[-1.21,53.018],[-1.206,53.019],[-1.201,53.018],[-1.195,53.015],[-1.183,53.019],[-1.183,53.022],[-1.179,53.025],[-1.177,53.035],[-1.177,53.037],[-1.175,53.039],[-1.172,53.043],[-1.156,53.047],[-1.151,53.047],[-1.146,53.045],[-1.142,53.042],[-1.14,53.034],[-1.137,53.032],[-1.137,53.028],[-1.134,53.023],[-1.13,53.026],[-1.115,53.021],[-1.11,53.027],[-1.109,53.03],[-1.097,53.028],[-1.093,53.03],[-1.08,53.031],[-1.074,53.031],[-1.064,53.03],[-1.054,53.03],[-1.053,53.032],[-1.049,53.033],[-1.042,53.031],[-1.036,53.027],[-1.031,53.025],[-1.03,53.021],[-1.032,53.02],[-1.042,53.019],[-1.054,53.014],[-1.053,53.011],[-1.049,53.01],[-1.046,53.007],[-1.037,53.007],[-1.034,53.005],[-1.039,53],[-1.038,52.996],[-1.034,52.996],[-1.031,52.993],[-1.022,52.993],[-1.017,52.989],[-1.015,52.99],[-1.009,52.989],[-1.007,52.985]]]},"properties":{"PCON24NM":"Sherwood Forest","PCON24CD":"E14001471"},"PCON24CD":408}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.727,53.91],[-1.738,53.913],[-1.742,53.914],[-1.746,53.919],[-1.746,53.923],[-1.754,53.921],[-1.757,53.921],[-1.765,53.925],[-1.768,53.924],[-1.77,53.921],[-1.773,53.921],[-1.778,53.923],[-1.779,53.921],[-1.781,53.917],[-1.78,53.913],[-1.787,53.911],[-1.79,53.911],[-1.797,53.908],[-1.805,53.905],[-1.818,53.9],[-1.828,53.891],[-1.833,53.888],[-1.839,53.886],[-1.835,53.876],[-1.843,53.875],[-1.848,53.873],[-1.848,53.869],[-1.852,53.868],[-1.855,53.866],[-1.855,53.862],[-1.858,53.861],[-1.864,53.861],[-1.873,53.857],[-1.877,53.855],[-1.881,53.853],[-1.892,53.852],[-1.893,53.85],[-1.902,53.844],[-1.907,53.844],[-1.916,53.84],[-1.923,53.837],[-1.927,53.836],[-1.925,53.833],[-1.926,53.831],[-1.937,53.824],[-1.927,53.821],[-1.929,53.815],[-1.928,53.809],[-1.923,53.804],[-1.926,53.802],[-1.925,53.8],[-1.919,53.797],[-1.929,53.79],[-1.927,53.787],[-1.915,53.782],[-1.896,53.781],[-1.895,53.784],[-1.886,53.787],[-1.884,53.79],[-1.872,53.794],[-1.868,53.797],[-1.872,53.799],[-1.882,53.808],[-1.882,53.809],[-1.876,53.808],[-1.87,53.809],[-1.867,53.812],[-1.855,53.813],[-1.854,53.811],[-1.85,53.812],[-1.846,53.818],[-1.842,53.818],[-1.837,53.821],[-1.833,53.82],[-1.829,53.822],[-1.823,53.822],[-1.817,53.824],[-1.816,53.823],[-1.809,53.825],[-1.806,53.824],[-1.799,53.827],[-1.793,53.826],[-1.788,53.826],[-1.784,53.825],[-1.78,53.826],[-1.777,53.824],[-1.774,53.827],[-1.768,53.819],[-1.758,53.818],[-1.755,53.817],[-1.745,53.823],[-1.743,53.825],[-1.737,53.824],[-1.734,53.826],[-1.738,53.829],[-1.744,53.829],[-1.747,53.832],[-1.749,53.836],[-1.747,53.839],[-1.751,53.841],[-1.753,53.843],[-1.748,53.846],[-1.744,53.849],[-1.733,53.855],[-1.728,53.857],[-1.723,53.856],[-1.718,53.853],[-1.715,53.852],[-1.712,53.854],[-1.712,53.856],[-1.709,53.859],[-1.71,53.864],[-1.715,53.866],[-1.719,53.864],[-1.729,53.865],[-1.738,53.864],[-1.746,53.863],[-1.744,53.866],[-1.754,53.867],[-1.758,53.867],[-1.76,53.864],[-1.764,53.867],[-1.769,53.867],[-1.774,53.87],[-1.778,53.872],[-1.779,53.878],[-1.785,53.88],[-1.795,53.88],[-1.8,53.886],[-1.795,53.895],[-1.787,53.897],[-1.777,53.894],[-1.78,53.891],[-1.773,53.889],[-1.767,53.89],[-1.763,53.889],[-1.756,53.885],[-1.749,53.886],[-1.742,53.885],[-1.735,53.887],[-1.729,53.886],[-1.722,53.891],[-1.718,53.893],[-1.722,53.894],[-1.728,53.894],[-1.732,53.9],[-1.729,53.908],[-1.727,53.91]]]},"properties":{"PCON24NM":"Shipley","PCON24CD":"E14001472"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.663,52.76],[-2.666,52.763],[-2.669,52.762],[-2.68,52.765],[-2.679,52.767],[-2.687,52.774],[-2.703,52.772],[-2.71,52.771],[-2.711,52.768],[-2.715,52.768],[-2.716,52.764],[-2.724,52.764],[-2.732,52.767],[-2.738,52.77],[-2.742,52.773],[-2.744,52.78],[-2.747,52.782],[-2.744,52.786],[-2.748,52.786],[-2.751,52.788],[-2.756,52.787],[-2.757,52.792],[-2.762,52.791],[-2.767,52.788],[-2.768,52.788],[-2.77,52.794],[-2.774,52.795],[-2.78,52.794],[-2.781,52.793],[-2.788,52.792],[-2.793,52.791],[-2.797,52.79],[-2.803,52.788],[-2.801,52.785],[-2.802,52.783],[-2.81,52.783],[-2.809,52.779],[-2.821,52.774],[-2.829,52.771],[-2.833,52.77],[-2.836,52.767],[-2.839,52.768],[-2.843,52.767],[-2.849,52.768],[-2.856,52.77],[-2.86,52.773],[-2.86,52.777],[-2.858,52.783],[-2.861,52.785],[-2.865,52.784],[-2.869,52.785],[-2.875,52.782],[-2.882,52.785],[-2.89,52.781],[-2.895,52.785],[-2.899,52.78],[-2.901,52.783],[-2.907,52.785],[-2.911,52.787],[-2.916,52.787],[-2.919,52.783],[-2.923,52.784],[-2.932,52.788],[-2.938,52.786],[-2.939,52.783],[-2.945,52.78],[-2.942,52.778],[-2.947,52.777],[-2.951,52.773],[-2.955,52.774],[-2.963,52.774],[-2.965,52.771],[-2.964,52.768],[-2.944,52.759],[-2.933,52.752],[-2.94,52.753],[-2.947,52.749],[-2.95,52.746],[-2.96,52.747],[-2.963,52.75],[-2.971,52.748],[-2.972,52.747],[-2.974,52.741],[-2.97,52.74],[-2.974,52.736],[-2.971,52.735],[-2.969,52.732],[-2.965,52.732],[-2.967,52.729],[-2.967,52.726],[-2.962,52.726],[-2.961,52.721],[-2.962,52.72],[-2.961,52.716],[-2.966,52.714],[-2.978,52.716],[-2.977,52.72],[-2.975,52.723],[-2.978,52.726],[-2.982,52.726],[-2.985,52.723],[-2.997,52.722],[-3.001,52.72],[-3.006,52.721],[-3.008,52.722],[-3.012,52.721],[-3.02,52.722],[-3.025,52.717],[-3.025,52.715],[-3.022,52.711],[-3.023,52.707],[-3.026,52.704],[-3.029,52.703],[-3.032,52.7],[-3.032,52.697],[-3.036,52.693],[-3.041,52.693],[-3.047,52.691],[-3.043,52.687],[-3.043,52.685],[-3.043,52.679],[-3.046,52.675],[-3.039,52.675],[-3.043,52.672],[-3.043,52.668],[-3.045,52.666],[-3.041,52.665],[-3.035,52.661],[-3.033,52.657],[-3.025,52.653],[-3.019,52.652],[-3.008,52.652],[-2.99,52.658],[-2.986,52.66],[-2.981,52.658],[-2.978,52.66],[-2.973,52.657],[-2.969,52.659],[-2.967,52.662],[-2.956,52.661],[-2.954,52.658],[-2.957,52.656],[-2.959,52.653],[-2.961,52.651],[-2.96,52.649],[-2.954,52.642],[-2.958,52.641],[-2.961,52.639],[-2.965,52.638],[-2.966,52.635],[-2.961,52.635],[-2.957,52.63],[-2.957,52.628],[-2.955,52.627],[-2.956,52.624],[-2.951,52.62],[-2.954,52.614],[-2.952,52.613],[-2.941,52.614],[-2.939,52.612],[-2.935,52.614],[-2.929,52.614],[-2.928,52.616],[-2.931,52.619],[-2.929,52.621],[-2.922,52.623],[-2.918,52.622],[-2.914,52.629],[-2.91,52.627],[-2.902,52.629],[-2.901,52.627],[-2.901,52.623],[-2.899,52.619],[-2.899,52.613],[-2.895,52.61],[-2.894,52.608],[-2.896,52.607],[-2.896,52.604],[-2.894,52.601],[-2.891,52.604],[-2.883,52.603],[-2.878,52.601],[-2.875,52.604],[-2.877,52.608],[-2.882,52.609],[-2.887,52.611],[-2.89,52.612],[-2.889,52.615],[-2.886,52.616],[-2.882,52.619],[-2.882,52.623],[-2.883,52.626],[-2.882,52.628],[-2.877,52.629],[-2.872,52.628],[-2.866,52.628],[-2.86,52.63],[-2.857,52.633],[-2.853,52.635],[-2.848,52.635],[-2.84,52.633],[-2.826,52.633],[-2.818,52.635],[-2.816,52.636],[-2.81,52.637],[-2.807,52.636],[-2.803,52.637],[-2.806,52.639],[-2.8,52.642],[-2.795,52.644],[-2.794,52.647],[-2.789,52.65],[-2.786,52.65],[-2.789,52.654],[-2.786,52.655],[-2.778,52.656],[-2.774,52.656],[-2.769,52.654],[-2.766,52.657],[-2.763,52.663],[-2.76,52.661],[-2.756,52.662],[-2.75,52.663],[-2.748,52.665],[-2.744,52.664],[-2.741,52.666],[-2.734,52.663],[-2.729,52.666],[-2.73,52.667],[-2.735,52.667],[-2.74,52.673],[-2.745,52.676],[-2.742,52.677],[-2.744,52.68],[-2.742,52.681],[-2.735,52.685],[-2.727,52.689],[-2.711,52.692],[-2.708,52.693],[-2.712,52.697],[-2.709,52.698],[-2.696,52.701],[-2.693,52.698],[-2.686,52.697],[-2.679,52.699],[-2.676,52.702],[-2.662,52.701],[-2.657,52.696],[-2.648,52.699],[-2.641,52.698],[-2.636,52.699],[-2.635,52.702],[-2.632,52.703],[-2.624,52.703],[-2.619,52.705],[-2.611,52.705],[-2.605,52.707],[-2.605,52.71],[-2.602,52.713],[-2.597,52.715],[-2.597,52.718],[-2.601,52.719],[-2.608,52.72],[-2.615,52.719],[-2.619,52.722],[-2.624,52.72],[-2.628,52.722],[-2.628,52.725],[-2.632,52.727],[-2.636,52.727],[-2.641,52.728],[-2.645,52.729],[-2.66,52.732],[-2.661,52.735],[-2.664,52.736],[-2.664,52.74],[-2.659,52.744],[-2.663,52.744],[-2.665,52.746],[-2.667,52.75],[-2.662,52.755],[-2.661,52.757],[-2.663,52.76]]]},"properties":{"PCON24NM":"Shrewsbury","PCON24CD":"E14001473"},"PCON24CD":410}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.675,51.392],[0.681,51.395],[0.678,51.397],[0.67,51.394],[0.673,51.39],[0.675,51.392]]],[[[0.683,51.413],[0.682,51.409],[0.679,51.409],[0.678,51.406],[0.673,51.408],[0.672,51.41],[0.668,51.409],[0.666,51.406],[0.672,51.404],[0.674,51.402],[0.672,51.401],[0.673,51.399],[0.68,51.4],[0.684,51.398],[0.695,51.397],[0.695,51.398],[0.692,51.402],[0.69,51.405],[0.691,51.409],[0.689,51.412],[0.683,51.413]]],[[[0.673,51.424],[0.665,51.424],[0.663,51.421],[0.663,51.419],[0.668,51.42],[0.672,51.413],[0.676,51.415],[0.676,51.419],[0.683,51.419],[0.686,51.415],[0.688,51.415],[0.687,51.419],[0.688,51.421],[0.683,51.423],[0.673,51.424]]],[[[0.779,51.362],[0.775,51.361],[0.765,51.363],[0.764,51.367],[0.759,51.37],[0.763,51.379],[0.763,51.384],[0.755,51.386],[0.752,51.388],[0.745,51.393],[0.739,51.396],[0.737,51.395],[0.731,51.397],[0.726,51.4],[0.723,51.406],[0.719,51.411],[0.717,51.414],[0.72,51.417],[0.724,51.417],[0.731,51.415],[0.732,51.416],[0.728,51.424],[0.72,51.421],[0.711,51.42],[0.705,51.42],[0.699,51.421],[0.696,51.42],[0.699,51.41],[0.696,51.407],[0.698,51.402],[0.702,51.396],[0.709,51.394],[0.712,51.392],[0.717,51.39],[0.717,51.388],[0.714,51.385],[0.709,51.383],[0.696,51.38],[0.693,51.382],[0.695,51.385],[0.699,51.388],[0.699,51.39],[0.703,51.393],[0.698,51.394],[0.696,51.393],[0.687,51.392],[0.684,51.389],[0.683,51.385],[0.683,51.38],[0.678,51.38],[0.675,51.376],[0.666,51.38],[0.667,51.383],[0.664,51.384],[0.659,51.389],[0.657,51.393],[0.654,51.393],[0.653,51.395],[0.648,51.398],[0.64,51.395],[0.642,51.392],[0.641,51.389],[0.638,51.387],[0.636,51.383],[0.632,51.382],[0.628,51.378],[0.627,51.375],[0.626,51.371],[0.623,51.369],[0.635,51.366],[0.629,51.359],[0.625,51.355],[0.622,51.35],[0.618,51.348],[0.614,51.341],[0.612,51.338],[0.608,51.335],[0.604,51.336],[0.601,51.333],[0.607,51.331],[0.605,51.329],[0.601,51.328],[0.604,51.326],[0.608,51.328],[0.613,51.335],[0.619,51.334],[0.618,51.332],[0.629,51.333],[0.639,51.337],[0.645,51.336],[0.686,51.321],[0.696,51.318],[0.698,51.319],[0.702,51.317],[0.706,51.321],[0.707,51.324],[0.71,51.325],[0.714,51.331],[0.719,51.332],[0.722,51.331],[0.718,51.328],[0.723,51.322],[0.73,51.32],[0.735,51.322],[0.739,51.321],[0.739,51.325],[0.743,51.328],[0.746,51.331],[0.75,51.325],[0.754,51.327],[0.754,51.33],[0.757,51.332],[0.761,51.336],[0.764,51.342],[0.772,51.346],[0.776,51.351],[0.776,51.354],[0.779,51.362]]],[[[0.745,51.447],[0.744,51.447],[0.744,51.44],[0.737,51.432],[0.735,51.424],[0.736,51.421],[0.742,51.414],[0.741,51.411],[0.732,51.409],[0.725,51.412],[0.731,51.401],[0.734,51.4],[0.742,51.398],[0.746,51.395],[0.752,51.394],[0.751,51.391],[0.757,51.388],[0.76,51.388],[0.765,51.386],[0.769,51.381],[0.769,51.378],[0.766,51.378],[0.765,51.375],[0.765,51.371],[0.768,51.371],[0.774,51.368],[0.778,51.368],[0.787,51.372],[0.791,51.372],[0.792,51.37],[0.796,51.371],[0.796,51.369],[0.803,51.37],[0.821,51.369],[0.822,51.368],[0.836,51.365],[0.837,51.364],[0.85,51.364],[0.851,51.367],[0.848,51.369],[0.849,51.371],[0.857,51.365],[0.861,51.364],[0.868,51.365],[0.876,51.363],[0.876,51.361],[0.881,51.358],[0.889,51.355],[0.897,51.354],[0.909,51.356],[0.921,51.36],[0.926,51.362],[0.927,51.365],[0.931,51.366],[0.938,51.37],[0.941,51.371],[0.944,51.367],[0.95,51.372],[0.951,51.373],[0.945,51.38],[0.939,51.387],[0.938,51.39],[0.928,51.397],[0.918,51.402],[0.911,51.406],[0.905,51.413],[0.902,51.416],[0.884,51.421],[0.878,51.422],[0.869,51.421],[0.862,51.422],[0.84,51.425],[0.833,51.426],[0.825,51.426],[0.815,51.428],[0.811,51.43],[0.792,51.439],[0.787,51.44],[0.779,51.441],[0.773,51.44],[0.763,51.442],[0.758,51.444],[0.754,51.445],[0.745,51.447]]]]},"properties":{"PCON24NM":"Sittingbourne and Sheppey","PCON24CD":"E14001474"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.684,54.262],[-1.686,54.26],[-1.69,54.259],[-1.699,54.256],[-1.701,54.256],[-1.705,54.261],[-1.709,54.256],[-1.718,54.257],[-1.72,54.255],[-1.724,54.256],[-1.737,54.254],[-1.739,54.252],[-1.737,54.25],[-1.741,54.247],[-1.756,54.239],[-1.8,54.245],[-1.823,54.247],[-1.816,54.241],[-1.823,54.235],[-1.828,54.232],[-1.837,54.231],[-1.847,54.227],[-1.862,54.223],[-1.879,54.22],[-1.882,54.219],[-1.886,54.21],[-1.896,54.21],[-1.924,54.201],[-1.938,54.2],[-1.942,54.199],[-1.965,54.193],[-1.98,54.188],[-2.002,54.176],[-2.005,54.173],[-2.015,54.173],[-2.019,54.176],[-2.023,54.177],[-2.031,54.175],[-2.035,54.176],[-2.034,54.18],[-2.044,54.183],[-2.049,54.186],[-2.051,54.191],[-2.054,54.195],[-2.059,54.196],[-2.061,54.203],[-2.06,54.209],[-2.062,54.211],[-2.071,54.213],[-2.079,54.218],[-2.089,54.222],[-2.095,54.228],[-2.099,54.23],[-2.1,54.232],[-2.108,54.232],[-2.113,54.233],[-2.116,54.231],[-2.125,54.228],[-2.129,54.226],[-2.14,54.225],[-2.142,54.226],[-2.144,54.23],[-2.144,54.235],[-2.151,54.233],[-2.153,54.234],[-2.157,54.235],[-2.161,54.231],[-2.166,54.229],[-2.171,54.228],[-2.175,54.23],[-2.18,54.235],[-2.187,54.239],[-2.191,54.243],[-2.198,54.247],[-2.212,54.248],[-2.217,54.25],[-2.224,54.251],[-2.229,54.252],[-2.231,54.25],[-2.236,54.251],[-2.243,54.248],[-2.247,54.249],[-2.252,54.249],[-2.265,54.245],[-2.274,54.243],[-2.283,54.239],[-2.286,54.239],[-2.287,54.243],[-2.29,54.245],[-2.291,54.252],[-2.294,54.253],[-2.297,54.251],[-2.305,54.249],[-2.318,54.256],[-2.319,54.257],[-2.322,54.255],[-2.323,54.245],[-2.325,54.243],[-2.338,54.238],[-2.348,54.238],[-2.352,54.242],[-2.36,54.247],[-2.362,54.25],[-2.372,54.248],[-2.373,54.24],[-2.385,54.239],[-2.397,54.239],[-2.401,54.234],[-2.401,54.23],[-2.404,54.226],[-2.409,54.227],[-2.435,54.223],[-2.441,54.226],[-2.461,54.227],[-2.463,54.223],[-2.473,54.216],[-2.476,54.21],[-2.48,54.205],[-2.48,54.202],[-2.512,54.179],[-2.515,54.178],[-2.522,54.174],[-2.523,54.171],[-2.529,54.169],[-2.529,54.164],[-2.533,54.158],[-2.537,54.157],[-2.544,54.158],[-2.547,54.153],[-2.552,54.154],[-2.56,54.153],[-2.562,54.151],[-2.557,54.15],[-2.558,54.143],[-2.563,54.141],[-2.562,54.132],[-2.561,54.13],[-2.565,54.127],[-2.563,54.123],[-2.557,54.121],[-2.553,54.121],[-2.546,54.118],[-2.546,54.115],[-2.544,54.113],[-2.536,54.108],[-2.538,54.106],[-2.537,54.104],[-2.529,54.103],[-2.525,54.1],[-2.526,54.099],[-2.525,54.095],[-2.517,54.095],[-2.51,54.095],[-2.509,54.092],[-2.506,54.091],[-2.493,54.09],[-2.492,54.087],[-2.486,54.085],[-2.481,54.085],[-2.471,54.077],[-2.464,54.075],[-2.466,54.072],[-2.464,54.061],[-2.469,54.055],[-2.471,54.051],[-2.47,54.046],[-2.459,54.041],[-2.451,54.041],[-2.446,54.042],[-2.432,54.042],[-2.426,54.038],[-2.423,54.041],[-2.414,54.042],[-2.406,54.043],[-2.404,54.043],[-2.397,54.044],[-2.395,54.043],[-2.387,54.045],[-2.384,54.048],[-2.374,54.049],[-2.362,54.041],[-2.363,54.034],[-2.359,54.032],[-2.362,54.029],[-2.36,54.026],[-2.36,54.024],[-2.357,54.021],[-2.357,54.019],[-2.346,54.018],[-2.344,54.017],[-2.339,54.009],[-2.352,54.01],[-2.354,54.004],[-2.352,53.995],[-2.345,53.992],[-2.34,53.989],[-2.336,53.992],[-2.334,53.99],[-2.327,53.994],[-2.319,53.994],[-2.318,53.992],[-2.314,53.989],[-2.31,53.988],[-2.3,53.981],[-2.297,53.981],[-2.299,53.977],[-2.295,53.975],[-2.284,53.974],[-2.247,53.979],[-2.245,53.981],[-2.23,53.982],[-2.223,53.976],[-2.227,53.975],[-2.232,53.971],[-2.229,53.967],[-2.226,53.967],[-2.225,53.961],[-2.221,53.964],[-2.214,53.965],[-2.21,53.963],[-2.207,53.966],[-2.202,53.968],[-2.201,53.97],[-2.196,53.97],[-2.194,53.961],[-2.191,53.958],[-2.185,53.952],[-2.184,53.95],[-2.181,53.948],[-2.183,53.946],[-2.186,53.94],[-2.183,53.936],[-2.176,53.934],[-2.174,53.937],[-2.172,53.938],[-2.164,53.935],[-2.162,53.932],[-2.164,53.931],[-2.163,53.927],[-2.16,53.929],[-2.157,53.927],[-2.152,53.929],[-2.142,53.926],[-2.14,53.928],[-2.132,53.927],[-2.13,53.923],[-2.125,53.922],[-2.122,53.917],[-2.117,53.917],[-2.113,53.915],[-2.112,53.913],[-2.11,53.909],[-2.107,53.908],[-2.113,53.905],[-2.104,53.892],[-2.103,53.891],[-2.096,53.888],[-2.094,53.885],[-2.086,53.881],[-2.081,53.876],[-2.083,53.873],[-2.088,53.87],[-2.081,53.87],[-2.077,53.867],[-2.076,53.863],[-2.069,53.86],[-2.063,53.859],[-2.046,53.85],[-2.037,53.856],[-2.032,53.859],[-2.022,53.872],[-2.013,53.871],[-1.999,53.872],[-1.995,53.869],[-1.988,53.868],[-1.982,53.869],[-1.977,53.876],[-1.976,53.879],[-1.978,53.884],[-1.977,53.888],[-1.981,53.894],[-1.981,53.897],[-1.979,53.898],[-1.979,53.901],[-1.975,53.901],[-1.968,53.904],[-1.965,53.903],[-1.953,53.904],[-1.953,53.907],[-1.953,53.912],[-1.96,53.916],[-1.963,53.919],[-1.974,53.924],[-1.977,53.926],[-1.972,53.93],[-1.97,53.928],[-1.966,53.928],[-1.966,53.93],[-1.968,53.932],[-1.963,53.933],[-1.968,53.94],[-1.97,53.942],[-1.969,53.944],[-1.962,53.943],[-1.966,53.952],[-1.958,53.954],[-1.949,53.953],[-1.951,53.957],[-1.944,53.956],[-1.942,53.953],[-1.934,53.952],[-1.931,53.95],[-1.928,53.95],[-1.923,53.956],[-1.918,53.955],[-1.906,53.958],[-1.899,53.955],[-1.893,53.955],[-1.89,53.959],[-1.886,53.961],[-1.885,53.963],[-1.879,53.962],[-1.878,53.959],[-1.88,53.955],[-1.876,53.951],[-1.876,53.949],[-1.874,53.945],[-1.865,53.942],[-1.862,53.939],[-1.863,53.934],[-1.861,53.933],[-1.853,53.931],[-1.848,53.932],[-1.843,53.933],[-1.839,53.931],[-1.836,53.932],[-1.849,53.936],[-1.848,53.941],[-1.842,53.939],[-1.836,53.939],[-1.83,53.94],[-1.83,53.938],[-1.819,53.938],[-1.806,53.939],[-1.797,53.936],[-1.796,53.931],[-1.793,53.929],[-1.785,53.93],[-1.782,53.929],[-1.778,53.923],[-1.773,53.921],[-1.77,53.921],[-1.768,53.924],[-1.765,53.925],[-1.757,53.921],[-1.754,53.921],[-1.746,53.923],[-1.746,53.919],[-1.742,53.914],[-1.738,53.913],[-1.727,53.91],[-1.722,53.912],[-1.719,53.911],[-1.716,53.917],[-1.709,53.918],[-1.706,53.917],[-1.702,53.918],[-1.699,53.917],[-1.69,53.917],[-1.687,53.916],[-1.689,53.913],[-1.685,53.911],[-1.68,53.91],[-1.669,53.911],[-1.667,53.913],[-1.656,53.913],[-1.652,53.911],[-1.654,53.908],[-1.652,53.906],[-1.646,53.907],[-1.641,53.907],[-1.638,53.906],[-1.628,53.905],[-1.622,53.903],[-1.619,53.904],[-1.612,53.906],[-1.607,53.909],[-1.6,53.91],[-1.602,53.907],[-1.598,53.903],[-1.59,53.901],[-1.586,53.901],[-1.586,53.904],[-1.584,53.909],[-1.569,53.911],[-1.566,53.91],[-1.563,53.904],[-1.556,53.905],[-1.553,53.903],[-1.55,53.904],[-1.549,53.911],[-1.556,53.911],[-1.555,53.913],[-1.557,53.916],[-1.56,53.918],[-1.561,53.921],[-1.565,53.927],[-1.558,53.929],[-1.557,53.931],[-1.552,53.935],[-1.55,53.936],[-1.548,53.939],[-1.541,53.942],[-1.539,53.944],[-1.545,53.947],[-1.544,53.955],[-1.549,53.953],[-1.552,53.957],[-1.558,53.956],[-1.56,53.956],[-1.564,53.96],[-1.558,53.962],[-1.559,53.966],[-1.562,53.967],[-1.562,53.97],[-1.561,53.974],[-1.562,53.978],[-1.576,53.976],[-1.584,53.984],[-1.586,53.985],[-1.592,53.984],[-1.594,53.987],[-1.604,53.993],[-1.613,53.995],[-1.623,53.995],[-1.623,53.998],[-1.615,54.008],[-1.611,54.012],[-1.61,54.014],[-1.618,54.02],[-1.619,54.021],[-1.617,54.025],[-1.614,54.027],[-1.609,54.026],[-1.608,54.029],[-1.594,54.027],[-1.59,54.026],[-1.588,54.027],[-1.589,54.03],[-1.586,54.033],[-1.581,54.032],[-1.577,54.03],[-1.571,54.03],[-1.569,54.034],[-1.565,54.032],[-1.555,54.033],[-1.549,54.029],[-1.541,54.026],[-1.542,54.022],[-1.539,54.02],[-1.534,54.02],[-1.529,54.021],[-1.523,54.021],[-1.521,54.021],[-1.524,54.026],[-1.526,54.032],[-1.525,54.035],[-1.521,54.036],[-1.524,54.039],[-1.531,54.041],[-1.533,54.043],[-1.538,54.045],[-1.539,54.046],[-1.531,54.047],[-1.526,54.046],[-1.519,54.046],[-1.521,54.048],[-1.517,54.053],[-1.519,54.055],[-1.508,54.058],[-1.51,54.06],[-1.511,54.063],[-1.517,54.066],[-1.523,54.067],[-1.523,54.071],[-1.521,54.076],[-1.524,54.075],[-1.529,54.077],[-1.534,54.087],[-1.53,54.094],[-1.527,54.096],[-1.52,54.098],[-1.516,54.103],[-1.507,54.104],[-1.494,54.106],[-1.489,54.103],[-1.487,54.105],[-1.485,54.111],[-1.489,54.11],[-1.495,54.115],[-1.493,54.117],[-1.489,54.117],[-1.49,54.119],[-1.488,54.124],[-1.478,54.124],[-1.472,54.125],[-1.466,54.128],[-1.455,54.128],[-1.454,54.13],[-1.449,54.131],[-1.452,54.139],[-1.456,54.143],[-1.45,54.146],[-1.442,54.145],[-1.431,54.145],[-1.427,54.14],[-1.419,54.132],[-1.406,54.134],[-1.405,54.137],[-1.396,54.14],[-1.393,54.142],[-1.387,54.145],[-1.386,54.147],[-1.391,54.151],[-1.393,54.155],[-1.391,54.158],[-1.38,54.163],[-1.375,54.164],[-1.367,54.168],[-1.372,54.168],[-1.375,54.168],[-1.38,54.17],[-1.383,54.174],[-1.389,54.174],[-1.391,54.176],[-1.392,54.179],[-1.395,54.182],[-1.398,54.181],[-1.402,54.182],[-1.413,54.181],[-1.418,54.184],[-1.426,54.185],[-1.432,54.186],[-1.438,54.194],[-1.436,54.197],[-1.436,54.199],[-1.438,54.203],[-1.439,54.208],[-1.443,54.211],[-1.446,54.216],[-1.454,54.214],[-1.463,54.211],[-1.475,54.206],[-1.485,54.22],[-1.493,54.218],[-1.492,54.216],[-1.492,54.211],[-1.495,54.204],[-1.501,54.204],[-1.503,54.203],[-1.51,54.202],[-1.51,54.2],[-1.517,54.199],[-1.52,54.197],[-1.528,54.195],[-1.531,54.196],[-1.543,54.195],[-1.546,54.193],[-1.553,54.191],[-1.557,54.192],[-1.561,54.191],[-1.562,54.194],[-1.566,54.196],[-1.567,54.199],[-1.57,54.201],[-1.577,54.202],[-1.579,54.204],[-1.583,54.205],[-1.596,54.202],[-1.598,54.201],[-1.598,54.198],[-1.594,54.197],[-1.589,54.197],[-1.596,54.19],[-1.602,54.191],[-1.61,54.189],[-1.615,54.189],[-1.618,54.187],[-1.624,54.186],[-1.631,54.19],[-1.635,54.189],[-1.64,54.191],[-1.641,54.193],[-1.637,54.193],[-1.635,54.196],[-1.631,54.198],[-1.631,54.202],[-1.628,54.206],[-1.625,54.21],[-1.624,54.216],[-1.621,54.219],[-1.625,54.223],[-1.626,54.226],[-1.625,54.23],[-1.635,54.229],[-1.643,54.234],[-1.648,54.238],[-1.636,54.239],[-1.638,54.243],[-1.644,54.246],[-1.649,54.25],[-1.656,54.25],[-1.664,54.247],[-1.666,54.252],[-1.672,54.251],[-1.67,54.248],[-1.674,54.247],[-1.678,54.251],[-1.679,54.256],[-1.684,54.26],[-1.684,54.262]]]},"properties":{"PCON24NM":"Skipton and Ripon","PCON24CD":"E14001475"},"PCON24CD":412}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.495,53.225],[-0.502,53.226],[-0.501,53.221],[-0.509,53.218],[-0.513,53.218],[-0.514,53.22],[-0.523,53.219],[-0.53,53.218],[-0.529,53.215],[-0.532,53.214],[-0.532,53.207],[-0.531,53.199],[-0.524,53.2],[-0.523,53.195],[-0.52,53.195],[-0.517,53.191],[-0.518,53.188],[-0.515,53.187],[-0.509,53.183],[-0.511,53.182],[-0.522,53.18],[-0.519,53.174],[-0.518,53.168],[-0.516,53.169],[-0.516,53.164],[-0.503,53.165],[-0.495,53.167],[-0.491,53.159],[-0.493,53.153],[-0.508,53.153],[-0.528,53.152],[-0.529,53.159],[-0.542,53.159],[-0.551,53.16],[-0.557,53.161],[-0.56,53.161],[-0.553,53.186],[-0.565,53.187],[-0.574,53.192],[-0.574,53.194],[-0.581,53.198],[-0.588,53.201],[-0.6,53.204],[-0.607,53.202],[-0.614,53.203],[-0.615,53.205],[-0.62,53.208],[-0.618,53.211],[-0.617,53.214],[-0.62,53.217],[-0.627,53.22],[-0.63,53.222],[-0.632,53.226],[-0.637,53.228],[-0.636,53.233],[-0.639,53.236],[-0.646,53.235],[-0.654,53.237],[-0.652,53.24],[-0.654,53.242],[-0.666,53.241],[-0.667,53.24],[-0.667,53.233],[-0.671,53.228],[-0.671,53.226],[-0.675,53.223],[-0.676,53.218],[-0.687,53.22],[-0.698,53.22],[-0.715,53.208],[-0.722,53.21],[-0.731,53.211],[-0.742,53.198],[-0.754,53.188],[-0.761,53.188],[-0.764,53.182],[-0.752,53.181],[-0.737,53.179],[-0.73,53.18],[-0.726,53.178],[-0.719,53.177],[-0.719,53.175],[-0.716,53.17],[-0.723,53.155],[-0.721,53.148],[-0.721,53.144],[-0.719,53.142],[-0.715,53.137],[-0.724,53.133],[-0.732,53.128],[-0.731,53.124],[-0.727,53.122],[-0.721,53.121],[-0.717,53.119],[-0.717,53.116],[-0.718,53.11],[-0.721,53.104],[-0.73,53.098],[-0.727,53.094],[-0.715,53.087],[-0.709,53.086],[-0.706,53.083],[-0.71,53.079],[-0.699,53.075],[-0.698,53.071],[-0.699,53.069],[-0.698,53.065],[-0.701,53.064],[-0.706,53.065],[-0.713,53.066],[-0.716,53.065],[-0.713,53.061],[-0.716,53.059],[-0.706,53.052],[-0.698,53.053],[-0.694,53.057],[-0.695,53.059],[-0.69,53.06],[-0.681,53.058],[-0.67,53.058],[-0.661,53.057],[-0.662,53.055],[-0.648,53.054],[-0.636,53.052],[-0.637,53.055],[-0.604,53.052],[-0.602,53.05],[-0.596,53.048],[-0.589,53.048],[-0.589,53.047],[-0.58,53.046],[-0.574,53.047],[-0.574,53.05],[-0.566,53.049],[-0.536,53.05],[-0.523,53.05],[-0.531,52.998],[-0.532,52.99],[-0.526,52.99],[-0.523,52.988],[-0.516,52.992],[-0.512,52.992],[-0.509,52.99],[-0.503,52.99],[-0.5,52.988],[-0.501,52.986],[-0.507,52.985],[-0.511,52.982],[-0.501,52.983],[-0.497,52.983],[-0.49,52.984],[-0.481,52.979],[-0.478,52.977],[-0.462,52.982],[-0.458,52.984],[-0.456,52.981],[-0.452,52.98],[-0.438,52.98],[-0.427,52.978],[-0.42,52.979],[-0.402,52.978],[-0.397,52.979],[-0.391,52.976],[-0.386,52.976],[-0.384,52.975],[-0.379,52.975],[-0.377,52.978],[-0.37,52.978],[-0.355,52.979],[-0.348,52.981],[-0.337,52.983],[-0.337,52.988],[-0.336,52.99],[-0.322,52.988],[-0.316,52.988],[-0.305,52.99],[-0.298,52.992],[-0.294,52.994],[-0.289,52.995],[-0.286,52.997],[-0.266,53.004],[-0.258,53.005],[-0.239,53.006],[-0.235,53.005],[-0.219,53.005],[-0.206,53.005],[-0.202,53.006],[-0.204,53.009],[-0.207,53.011],[-0.21,53.015],[-0.215,53.018],[-0.213,53.021],[-0.216,53.024],[-0.223,53.028],[-0.225,53.03],[-0.223,53.035],[-0.22,53.039],[-0.218,53.045],[-0.22,53.048],[-0.218,53.052],[-0.214,53.062],[-0.211,53.07],[-0.199,53.07],[-0.196,53.07],[-0.199,53.078],[-0.195,53.081],[-0.197,53.083],[-0.202,53.086],[-0.206,53.086],[-0.214,53.089],[-0.219,53.097],[-0.221,53.103],[-0.219,53.105],[-0.225,53.109],[-0.223,53.114],[-0.226,53.116],[-0.227,53.12],[-0.225,53.122],[-0.226,53.125],[-0.233,53.131],[-0.238,53.134],[-0.24,53.138],[-0.246,53.148],[-0.252,53.152],[-0.253,53.156],[-0.26,53.158],[-0.264,53.162],[-0.265,53.164],[-0.27,53.169],[-0.274,53.171],[-0.275,53.173],[-0.279,53.175],[-0.281,53.174],[-0.283,53.177],[-0.29,53.179],[-0.295,53.18],[-0.3,53.182],[-0.31,53.182],[-0.32,53.185],[-0.325,53.191],[-0.326,53.196],[-0.33,53.201],[-0.336,53.202],[-0.338,53.204],[-0.337,53.208],[-0.342,53.212],[-0.346,53.214],[-0.348,53.217],[-0.346,53.219],[-0.348,53.224],[-0.353,53.228],[-0.36,53.227],[-0.366,53.225],[-0.371,53.226],[-0.379,53.231],[-0.382,53.232],[-0.399,53.231],[-0.414,53.23],[-0.43,53.231],[-0.446,53.23],[-0.463,53.227],[-0.474,53.227],[-0.488,53.225],[-0.495,53.225]]]},"properties":{"PCON24NM":"Sleaford and North Hykeham","PCON24CD":"E14001476"},"PCON24CD":413}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.529,51.497],[-0.529,51.502],[-0.526,51.509],[-0.529,51.51],[-0.554,51.509],[-0.566,51.511],[-0.569,51.511],[-0.567,51.515],[-0.569,51.518],[-0.565,51.521],[-0.572,51.524],[-0.572,51.527],[-0.575,51.529],[-0.568,51.53],[-0.567,51.533],[-0.576,51.534],[-0.581,51.526],[-0.581,51.523],[-0.588,51.523],[-0.595,51.524],[-0.596,51.528],[-0.606,51.53],[-0.606,51.532],[-0.611,51.531],[-0.615,51.534],[-0.62,51.535],[-0.62,51.538],[-0.624,51.538],[-0.631,51.539],[-0.645,51.536],[-0.645,51.534],[-0.653,51.53],[-0.66,51.528],[-0.66,51.525],[-0.659,51.519],[-0.655,51.519],[-0.653,51.515],[-0.654,51.508],[-0.659,51.507],[-0.659,51.505],[-0.654,51.504],[-0.653,51.501],[-0.647,51.501],[-0.643,51.503],[-0.642,51.501],[-0.634,51.501],[-0.631,51.504],[-0.628,51.504],[-0.621,51.503],[-0.608,51.497],[-0.604,51.498],[-0.601,51.502],[-0.593,51.499],[-0.59,51.499],[-0.576,51.496],[-0.568,51.492],[-0.565,51.491],[-0.561,51.497],[-0.552,51.496],[-0.566,51.502],[-0.565,51.506],[-0.563,51.506],[-0.555,51.505],[-0.551,51.505],[-0.547,51.504],[-0.542,51.503],[-0.543,51.5],[-0.537,51.5],[-0.529,51.497]]]},"properties":{"PCON24NM":"Slough","PCON24CD":"E14001477"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.962,52.51],[-1.975,52.512],[-1.978,52.508],[-1.985,52.506],[-1.993,52.507],[-1.998,52.506],[-1.998,52.502],[-1.996,52.501],[-2.001,52.498],[-2.007,52.491],[-2.012,52.492],[-2.016,52.496],[-2.019,52.493],[-2.021,52.493],[-2.024,52.496],[-2.029,52.497],[-2.036,52.494],[-2.038,52.492],[-2.034,52.49],[-2.04,52.487],[-2.041,52.485],[-2.038,52.483],[-2.041,52.482],[-2.046,52.482],[-2.053,52.482],[-2.058,52.48],[-2.056,52.472],[-2.053,52.471],[-2.048,52.472],[-2.045,52.471],[-2.041,52.473],[-2.035,52.475],[-2.022,52.48],[-2.02,52.476],[-2.014,52.47],[-2.013,52.465],[-2.013,52.462],[-2.008,52.462],[-2.001,52.463],[-1.998,52.463],[-1.977,52.467],[-1.969,52.472],[-1.966,52.473],[-1.965,52.475],[-1.969,52.477],[-1.964,52.482],[-1.962,52.483],[-1.956,52.482],[-1.951,52.483],[-1.95,52.487],[-1.947,52.487],[-1.946,52.49],[-1.943,52.492],[-1.946,52.493],[-1.944,52.496],[-1.938,52.498],[-1.951,52.502],[-1.963,52.505],[-1.961,52.507],[-1.962,52.51]]]},"properties":{"PCON24NM":"Smethwick","PCON24CD":"E14001478"},"PCON24CD":415}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.782,52.451],[-1.792,52.454],[-1.8,52.458],[-1.805,52.454],[-1.807,52.45],[-1.81,52.445],[-1.812,52.443],[-1.812,52.44],[-1.816,52.438],[-1.817,52.433],[-1.819,52.431],[-1.825,52.429],[-1.831,52.422],[-1.834,52.418],[-1.842,52.413],[-1.844,52.411],[-1.849,52.411],[-1.854,52.409],[-1.858,52.408],[-1.863,52.41],[-1.869,52.408],[-1.869,52.405],[-1.865,52.405],[-1.853,52.401],[-1.851,52.402],[-1.845,52.4],[-1.847,52.397],[-1.849,52.394],[-1.858,52.387],[-1.861,52.384],[-1.861,52.38],[-1.863,52.376],[-1.872,52.368],[-1.869,52.368],[-1.863,52.367],[-1.85,52.367],[-1.842,52.365],[-1.835,52.367],[-1.833,52.366],[-1.808,52.367],[-1.804,52.363],[-1.795,52.369],[-1.791,52.373],[-1.785,52.382],[-1.776,52.389],[-1.77,52.393],[-1.772,52.394],[-1.768,52.396],[-1.765,52.397],[-1.76,52.403],[-1.763,52.406],[-1.762,52.41],[-1.765,52.413],[-1.78,52.416],[-1.787,52.414],[-1.792,52.416],[-1.797,52.421],[-1.799,52.424],[-1.797,52.425],[-1.799,52.43],[-1.794,52.43],[-1.788,52.433],[-1.781,52.432],[-1.782,52.436],[-1.784,52.439],[-1.785,52.443],[-1.784,52.448],[-1.782,52.451]]]},"properties":{"PCON24NM":"Solihull West and Shirley","PCON24CD":"E14001479"},"PCON24CD":416}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.513,51.532],[0.509,51.536],[0.508,51.531],[0.513,51.532]]],[[[0.506,51.545],[0.507,51.548],[0.508,51.552],[0.518,51.56],[0.52,51.565],[0.522,51.565],[0.523,51.569],[0.523,51.574],[0.525,51.575],[0.525,51.584],[0.527,51.586],[0.526,51.589],[0.524,51.59],[0.52,51.59],[0.506,51.592],[0.499,51.593],[0.499,51.585],[0.496,51.58],[0.494,51.576],[0.493,51.573],[0.495,51.571],[0.495,51.568],[0.496,51.566],[0.497,51.565],[0.5,51.564],[0.497,51.563],[0.495,51.562],[0.493,51.562],[0.491,51.562],[0.489,51.561],[0.488,51.561],[0.487,51.56],[0.486,51.559],[0.483,51.559],[0.48,51.559],[0.476,51.563],[0.472,51.562],[0.471,51.564],[0.477,51.565],[0.478,51.568],[0.472,51.569],[0.432,51.567],[0.424,51.568],[0.416,51.569],[0.41,51.57],[0.403,51.57],[0.398,51.569],[0.386,51.566],[0.383,51.566],[0.379,51.566],[0.348,51.568],[0.34,51.568],[0.313,51.566],[0.315,51.558],[0.319,51.555],[0.325,51.553],[0.328,51.551],[0.328,51.549],[0.331,51.546],[0.334,51.542],[0.331,51.541],[0.322,51.541],[0.322,51.536],[0.332,51.538],[0.336,51.531],[0.334,51.527],[0.334,51.523],[0.33,51.517],[0.332,51.51],[0.334,51.511],[0.337,51.503],[0.338,51.501],[0.343,51.497],[0.351,51.498],[0.355,51.499],[0.359,51.492],[0.359,51.489],[0.358,51.484],[0.352,51.48],[0.352,51.478],[0.362,51.478],[0.379,51.473],[0.385,51.474],[0.385,51.472],[0.39,51.471],[0.393,51.472],[0.4,51.471],[0.401,51.469],[0.4,51.464],[0.402,51.461],[0.398,51.458],[0.398,51.454],[0.404,51.454],[0.413,51.456],[0.417,51.456],[0.429,51.459],[0.434,51.462],[0.436,51.465],[0.438,51.474],[0.44,51.483],[0.441,51.492],[0.445,51.496],[0.445,51.5],[0.448,51.5],[0.459,51.507],[0.466,51.505],[0.467,51.504],[0.476,51.505],[0.484,51.506],[0.502,51.506],[0.508,51.505],[0.52,51.51],[0.523,51.508],[0.531,51.509],[0.541,51.513],[0.539,51.514],[0.532,51.514],[0.522,51.516],[0.52,51.518],[0.518,51.521],[0.519,51.525],[0.516,51.528],[0.509,51.53],[0.506,51.533],[0.508,51.535],[0.506,51.538],[0.506,51.545]]]]},"properties":{"PCON24NM":"South Basildon and East Thurrock","PCON24CD":"E14001480"},"PCON24CD":417}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.417,52.159],[0.41,52.156],[0.407,52.159],[0.403,52.159],[0.395,52.158],[0.392,52.159],[0.389,52.162],[0.384,52.162],[0.376,52.163],[0.377,52.167],[0.364,52.168],[0.362,52.167],[0.352,52.169],[0.346,52.172],[0.342,52.172],[0.338,52.174],[0.331,52.177],[0.325,52.179],[0.322,52.179],[0.318,52.182],[0.31,52.186],[0.311,52.19],[0.297,52.197],[0.288,52.201],[0.281,52.203],[0.275,52.205],[0.269,52.208],[0.254,52.215],[0.249,52.219],[0.248,52.221],[0.245,52.223],[0.242,52.226],[0.24,52.226],[0.235,52.229],[0.23,52.229],[0.225,52.232],[0.23,52.237],[0.226,52.24],[0.222,52.242],[0.218,52.249],[0.21,52.249],[0.219,52.26],[0.22,52.263],[0.215,52.267],[0.212,52.27],[0.209,52.269],[0.207,52.264],[0.201,52.261],[0.2,52.258],[0.197,52.256],[0.192,52.255],[0.186,52.251],[0.183,52.242],[0.181,52.241],[0.179,52.238],[0.172,52.235],[0.171,52.234],[0.171,52.233],[0.17,52.229],[0.167,52.227],[0.166,52.222],[0.161,52.221],[0.165,52.218],[0.176,52.217],[0.17,52.209],[0.171,52.206],[0.176,52.205],[0.18,52.202],[0.175,52.199],[0.17,52.199],[0.168,52.197],[0.16,52.2],[0.164,52.194],[0.17,52.192],[0.167,52.189],[0.163,52.19],[0.159,52.184],[0.155,52.186],[0.146,52.187],[0.14,52.188],[0.133,52.187],[0.131,52.183],[0.131,52.179],[0.132,52.168],[0.121,52.165],[0.103,52.158],[0.101,52.161],[0.104,52.163],[0.108,52.168],[0.107,52.17],[0.099,52.171],[0.101,52.174],[0.099,52.177],[0.1,52.185],[0.105,52.19],[0.104,52.192],[0.097,52.192],[0.098,52.197],[0.095,52.199],[0.085,52.201],[0.086,52.203],[0.079,52.204],[0.077,52.208],[0.074,52.208],[0.074,52.212],[0.07,52.212],[0.069,52.215],[0.063,52.216],[0.049,52.215],[0.053,52.208],[0.045,52.207],[0.038,52.207],[0.037,52.209],[0.039,52.216],[0.032,52.216],[0.021,52.217],[0.009,52.218],[-0.005,52.219],[-0.01,52.212],[-0.014,52.209],[-0.016,52.204],[-0.019,52.203],[-0.023,52.199],[-0.026,52.191],[-0.028,52.185],[-0.023,52.186],[-0.023,52.184],[-0.018,52.184],[-0.013,52.182],[-0.019,52.172],[-0.023,52.173],[-0.022,52.169],[-0.024,52.167],[-0.029,52.166],[-0.031,52.164],[-0.037,52.163],[-0.042,52.158],[-0.042,52.156],[-0.059,52.158],[-0.066,52.157],[-0.068,52.159],[-0.07,52.164],[-0.073,52.163],[-0.072,52.159],[-0.075,52.159],[-0.09,52.157],[-0.093,52.159],[-0.102,52.162],[-0.11,52.162],[-0.108,52.158],[-0.119,52.156],[-0.123,52.157],[-0.141,52.158],[-0.148,52.158],[-0.149,52.161],[-0.153,52.161],[-0.154,52.164],[-0.153,52.17],[-0.156,52.169],[-0.156,52.167],[-0.169,52.168],[-0.179,52.167],[-0.185,52.169],[-0.19,52.169],[-0.203,52.163],[-0.211,52.161],[-0.217,52.159],[-0.219,52.158],[-0.225,52.15],[-0.232,52.145],[-0.214,52.143],[-0.206,52.144],[-0.198,52.142],[-0.191,52.141],[-0.181,52.14],[-0.172,52.14],[-0.164,52.14],[-0.164,52.142],[-0.16,52.144],[-0.154,52.144],[-0.15,52.139],[-0.144,52.138],[-0.144,52.13],[-0.146,52.118],[-0.148,52.114],[-0.146,52.112],[-0.146,52.106],[-0.148,52.102],[-0.147,52.099],[-0.15,52.097],[-0.148,52.095],[-0.15,52.089],[-0.154,52.086],[-0.157,52.081],[-0.157,52.077],[-0.15,52.074],[-0.148,52.07],[-0.149,52.066],[-0.152,52.065],[-0.15,52.061],[-0.15,52.059],[-0.155,52.054],[-0.155,52.052],[-0.148,52.05],[-0.146,52.048],[-0.137,52.046],[-0.134,52.046],[-0.126,52.036],[-0.124,52.034],[-0.122,52.029],[-0.127,52.021],[-0.121,52.02],[-0.112,52.026],[-0.107,52.029],[-0.081,52.037],[-0.064,52.043],[-0.055,52.046],[-0.051,52.05],[-0.037,52.058],[-0.029,52.062],[-0.022,52.064],[-0.017,52.063],[-0.009,52.059],[-0.006,52.057],[-0.004,52.053],[-0.001,52.051],[0.004,52.05],[0.011,52.05],[0.025,52.051],[0.034,52.052],[0.04,52.053],[0.042,52.049],[0.042,52.045],[0.043,52.042],[0.05,52.034],[0.051,52.028],[0.052,52.025],[0.058,52.02],[0.06,52.019],[0.059,52.014],[0.062,52.012],[0.065,52.008],[0.068,52.006],[0.072,52.008],[0.076,52.007],[0.08,52.008],[0.083,52.011],[0.085,52.016],[0.092,52.022],[0.091,52.025],[0.095,52.029],[0.094,52.033],[0.101,52.039],[0.1,52.042],[0.102,52.046],[0.106,52.051],[0.105,52.058],[0.106,52.06],[0.115,52.061],[0.119,52.06],[0.123,52.058],[0.125,52.054],[0.128,52.052],[0.128,52.049],[0.133,52.048],[0.136,52.05],[0.151,52.053],[0.153,52.05],[0.161,52.052],[0.161,52.048],[0.166,52.048],[0.168,52.055],[0.174,52.056],[0.178,52.057],[0.186,52.057],[0.19,52.06],[0.19,52.062],[0.187,52.066],[0.183,52.073],[0.194,52.075],[0.199,52.086],[0.203,52.093],[0.21,52.092],[0.213,52.09],[0.224,52.089],[0.229,52.09],[0.235,52.089],[0.244,52.083],[0.246,52.082],[0.248,52.079],[0.252,52.077],[0.254,52.08],[0.265,52.085],[0.272,52.09],[0.276,52.093],[0.285,52.091],[0.292,52.088],[0.302,52.083],[0.309,52.08],[0.311,52.077],[0.317,52.076],[0.325,52.073],[0.325,52.07],[0.328,52.068],[0.332,52.063],[0.338,52.06],[0.342,52.056],[0.344,52.053],[0.344,52.051],[0.352,52.047],[0.363,52.045],[0.364,52.044],[0.367,52.04],[0.372,52.037],[0.378,52.036],[0.381,52.037],[0.386,52.036],[0.39,52.036],[0.388,52.041],[0.388,52.044],[0.383,52.046],[0.38,52.05],[0.382,52.051],[0.39,52.06],[0.396,52.061],[0.399,52.064],[0.404,52.064],[0.405,52.066],[0.403,52.066],[0.407,52.071],[0.401,52.073],[0.404,52.075],[0.403,52.078],[0.401,52.08],[0.402,52.083],[0.397,52.083],[0.394,52.084],[0.394,52.088],[0.391,52.088],[0.393,52.095],[0.389,52.097],[0.389,52.099],[0.383,52.101],[0.382,52.103],[0.385,52.107],[0.385,52.11],[0.389,52.114],[0.39,52.118],[0.395,52.12],[0.396,52.122],[0.406,52.123],[0.409,52.124],[0.405,52.129],[0.41,52.134],[0.417,52.133],[0.42,52.139],[0.419,52.142],[0.42,52.147],[0.419,52.15],[0.421,52.156],[0.417,52.159]]]},"properties":{"PCON24NM":"South Cambridgeshire","PCON24CD":"E14001481"},"PCON24CD":418}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.694,51.722],[-1.703,51.716],[-1.71,51.714],[-1.715,51.714],[-1.717,51.715],[-1.722,51.714],[-1.727,51.717],[-1.734,51.718],[-1.738,51.716],[-1.743,51.714],[-1.747,51.712],[-1.752,51.715],[-1.753,51.717],[-1.753,51.725],[-1.758,51.728],[-1.759,51.732],[-1.762,51.735],[-1.768,51.736],[-1.769,51.733],[-1.778,51.732],[-1.78,51.734],[-1.783,51.733],[-1.788,51.733],[-1.788,51.73],[-1.786,51.727],[-1.791,51.724],[-1.797,51.724],[-1.814,51.721],[-1.818,51.718],[-1.823,51.719],[-1.825,51.725],[-1.829,51.727],[-1.83,51.73],[-1.828,51.731],[-1.83,51.736],[-1.835,51.739],[-1.836,51.741],[-1.847,51.739],[-1.851,51.743],[-1.859,51.747],[-1.862,51.749],[-1.857,51.752],[-1.869,51.754],[-1.878,51.757],[-1.882,51.758],[-1.888,51.758],[-1.896,51.758],[-1.896,51.764],[-1.901,51.764],[-1.909,51.767],[-1.913,51.764],[-1.915,51.763],[-1.92,51.758],[-1.922,51.758],[-1.927,51.761],[-1.928,51.764],[-1.933,51.763],[-1.937,51.757],[-1.945,51.742],[-1.944,51.726],[-1.949,51.726],[-1.953,51.728],[-1.958,51.728],[-1.96,51.73],[-1.962,51.736],[-1.964,51.737],[-1.969,51.737],[-1.97,51.738],[-1.976,51.737],[-1.984,51.733],[-1.989,51.739],[-1.994,51.735],[-1.997,51.735],[-2.009,51.734],[-2.009,51.729],[-2.004,51.725],[-2.007,51.724],[-2.01,51.725],[-2.017,51.729],[-2.029,51.735],[-2.033,51.739],[-2.037,51.739],[-2.053,51.735],[-2.056,51.734],[-2.053,51.727],[-2.055,51.722],[-2.054,51.717],[-2.059,51.713],[-2.056,51.711],[-2.053,51.71],[-2.053,51.707],[-2.051,51.705],[-2.052,51.7],[-2.058,51.701],[-2.06,51.703],[-2.065,51.703],[-2.072,51.703],[-2.078,51.703],[-2.084,51.702],[-2.087,51.696],[-2.095,51.696],[-2.103,51.697],[-2.109,51.697],[-2.11,51.705],[-2.117,51.706],[-2.124,51.706],[-2.126,51.703],[-2.129,51.701],[-2.13,51.697],[-2.136,51.699],[-2.141,51.699],[-2.149,51.692],[-2.15,51.69],[-2.159,51.687],[-2.16,51.687],[-2.164,51.691],[-2.167,51.69],[-2.175,51.691],[-2.177,51.688],[-2.182,51.689],[-2.187,51.688],[-2.189,51.691],[-2.193,51.691],[-2.197,51.693],[-2.201,51.693],[-2.202,51.689],[-2.205,51.689],[-2.207,51.686],[-2.21,51.683],[-2.203,51.68],[-2.201,51.675],[-2.194,51.672],[-2.191,51.673],[-2.188,51.67],[-2.189,51.665],[-2.192,51.66],[-2.203,51.66],[-2.212,51.661],[-2.218,51.66],[-2.233,51.661],[-2.236,51.663],[-2.238,51.667],[-2.242,51.671],[-2.247,51.676],[-2.259,51.677],[-2.265,51.678],[-2.268,51.681],[-2.272,51.683],[-2.277,51.68],[-2.28,51.682],[-2.285,51.681],[-2.284,51.68],[-2.286,51.675],[-2.284,51.67],[-2.29,51.669],[-2.284,51.667],[-2.287,51.665],[-2.293,51.658],[-2.293,51.656],[-2.303,51.654],[-2.304,51.652],[-2.315,51.646],[-2.307,51.643],[-2.312,51.639],[-2.321,51.636],[-2.323,51.634],[-2.32,51.628],[-2.314,51.625],[-2.319,51.622],[-2.324,51.621],[-2.332,51.621],[-2.332,51.623],[-2.341,51.623],[-2.349,51.625],[-2.352,51.628],[-2.361,51.633],[-2.365,51.633],[-2.37,51.631],[-2.375,51.635],[-2.379,51.636],[-2.385,51.636],[-2.388,51.637],[-2.392,51.636],[-2.398,51.636],[-2.401,51.635],[-2.394,51.631],[-2.391,51.629],[-2.389,51.624],[-2.389,51.618],[-2.392,51.614],[-2.39,51.612],[-2.394,51.61],[-2.395,51.606],[-2.394,51.603],[-2.396,51.6],[-2.395,51.597],[-2.386,51.597],[-2.381,51.596],[-2.375,51.598],[-2.371,51.598],[-2.367,51.601],[-2.366,51.604],[-2.358,51.602],[-2.355,51.6],[-2.353,51.597],[-2.348,51.597],[-2.344,51.595],[-2.339,51.594],[-2.335,51.594],[-2.331,51.595],[-2.33,51.592],[-2.32,51.594],[-2.317,51.59],[-2.308,51.593],[-2.301,51.592],[-2.294,51.595],[-2.29,51.593],[-2.29,51.591],[-2.294,51.589],[-2.283,51.585],[-2.285,51.583],[-2.281,51.581],[-2.283,51.579],[-2.279,51.578],[-2.277,51.58],[-2.273,51.578],[-2.274,51.572],[-2.269,51.572],[-2.26,51.57],[-2.264,51.568],[-2.266,51.565],[-2.268,51.556],[-2.267,51.551],[-2.268,51.55],[-2.264,51.546],[-2.262,51.545],[-2.262,51.542],[-2.266,51.536],[-2.26,51.534],[-2.26,51.53],[-2.258,51.528],[-2.254,51.529],[-2.252,51.527],[-2.255,51.526],[-2.256,51.522],[-2.264,51.519],[-2.273,51.518],[-2.281,51.516],[-2.287,51.513],[-2.296,51.51],[-2.296,51.507],[-2.306,51.504],[-2.312,51.503],[-2.322,51.498],[-2.319,51.495],[-2.314,51.49],[-2.312,51.488],[-2.304,51.486],[-2.297,51.488],[-2.291,51.485],[-2.29,51.479],[-2.295,51.467],[-2.296,51.459],[-2.293,51.458],[-2.285,51.458],[-2.281,51.46],[-2.271,51.464],[-2.266,51.467],[-2.262,51.468],[-2.257,51.468],[-2.253,51.47],[-2.247,51.47],[-2.241,51.473],[-2.237,51.468],[-2.237,51.464],[-2.233,51.462],[-2.229,51.464],[-2.227,51.462],[-2.227,51.46],[-2.232,51.456],[-2.232,51.451],[-2.231,51.45],[-2.233,51.447],[-2.231,51.444],[-2.227,51.445],[-2.22,51.442],[-2.218,51.443],[-2.212,51.442],[-2.209,51.444],[-2.207,51.449],[-2.204,51.452],[-2.199,51.451],[-2.196,51.452],[-2.194,51.45],[-2.188,51.45],[-2.185,51.454],[-2.181,51.453],[-2.17,51.451],[-2.166,51.448],[-2.161,51.447],[-2.158,51.445],[-2.149,51.447],[-2.152,51.452],[-2.15,51.462],[-2.148,51.465],[-2.143,51.469],[-2.142,51.471],[-2.133,51.477],[-2.132,51.479],[-2.127,51.479],[-2.123,51.477],[-2.118,51.477],[-2.111,51.475],[-2.103,51.469],[-2.1,51.471],[-2.084,51.469],[-2.082,51.472],[-2.075,51.474],[-2.072,51.476],[-2.069,51.476],[-2.066,51.482],[-2.058,51.48],[-2.056,51.48],[-2.056,51.483],[-2.063,51.485],[-2.061,51.488],[-2.065,51.489],[-2.066,51.491],[-2.068,51.494],[-2.068,51.497],[-2.066,51.499],[-2.061,51.501],[-2.058,51.5],[-2.055,51.496],[-2.051,51.496],[-2.05,51.498],[-2.04,51.498],[-2.036,51.499],[-2.041,51.503],[-2.039,51.505],[-2.026,51.505],[-2.021,51.503],[-2.015,51.507],[-2.013,51.511],[-2.015,51.512],[-2.004,51.515],[-2.004,51.519],[-1.997,51.519],[-1.987,51.516],[-1.976,51.517],[-1.972,51.518],[-1.97,51.52],[-1.967,51.52],[-1.967,51.522],[-1.963,51.525],[-1.962,51.528],[-1.957,51.531],[-1.954,51.532],[-1.951,51.534],[-1.946,51.536],[-1.944,51.54],[-1.939,51.546],[-1.94,51.55],[-1.948,51.554],[-1.94,51.553],[-1.943,51.557],[-1.944,51.562],[-1.942,51.563],[-1.943,51.566],[-1.945,51.567],[-1.948,51.571],[-1.946,51.573],[-1.946,51.575],[-1.938,51.576],[-1.925,51.576],[-1.919,51.578],[-1.909,51.58],[-1.907,51.578],[-1.902,51.574],[-1.898,51.573],[-1.896,51.575],[-1.887,51.575],[-1.885,51.574],[-1.873,51.576],[-1.871,51.576],[-1.865,51.575],[-1.857,51.577],[-1.85,51.578],[-1.848,51.58],[-1.838,51.58],[-1.831,51.582],[-1.826,51.579],[-1.823,51.584],[-1.826,51.584],[-1.836,51.586],[-1.838,51.588],[-1.837,51.59],[-1.833,51.592],[-1.832,51.597],[-1.839,51.6],[-1.842,51.604],[-1.841,51.61],[-1.842,51.613],[-1.84,51.614],[-1.84,51.616],[-1.831,51.621],[-1.831,51.624],[-1.82,51.628],[-1.814,51.625],[-1.808,51.63],[-1.806,51.633],[-1.789,51.633],[-1.79,51.641],[-1.794,51.648],[-1.796,51.655],[-1.795,51.657],[-1.797,51.661],[-1.796,51.662],[-1.791,51.664],[-1.789,51.667],[-1.781,51.669],[-1.777,51.669],[-1.77,51.668],[-1.768,51.664],[-1.766,51.663],[-1.761,51.662],[-1.749,51.663],[-1.74,51.666],[-1.739,51.667],[-1.731,51.668],[-1.727,51.667],[-1.723,51.67],[-1.711,51.672],[-1.711,51.675],[-1.709,51.679],[-1.71,51.682],[-1.704,51.686],[-1.701,51.686],[-1.697,51.692],[-1.694,51.693],[-1.689,51.692],[-1.683,51.69],[-1.676,51.688],[-1.674,51.685],[-1.675,51.683],[-1.662,51.68],[-1.656,51.682],[-1.652,51.682],[-1.648,51.684],[-1.651,51.688],[-1.655,51.691],[-1.657,51.696],[-1.665,51.697],[-1.675,51.704],[-1.682,51.709],[-1.686,51.71],[-1.689,51.714],[-1.689,51.717],[-1.694,51.722]]]},"properties":{"PCON24NM":"South Cotswolds","PCON24CD":"E14001482"},"PCON24CD":419}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.607,52.947],[-1.613,52.944],[-1.621,52.948],[-1.625,52.946],[-1.633,52.947],[-1.636,52.948],[-1.641,52.948],[-1.65,52.944],[-1.649,52.94],[-1.651,52.931],[-1.653,52.928],[-1.654,52.921],[-1.655,52.914],[-1.653,52.912],[-1.652,52.907],[-1.639,52.909],[-1.637,52.907],[-1.631,52.906],[-1.632,52.903],[-1.631,52.901],[-1.633,52.896],[-1.631,52.895],[-1.63,52.891],[-1.62,52.886],[-1.612,52.886],[-1.609,52.884],[-1.608,52.881],[-1.609,52.879],[-1.607,52.876],[-1.609,52.873],[-1.609,52.87],[-1.607,52.867],[-1.611,52.865],[-1.614,52.862],[-1.623,52.863],[-1.632,52.86],[-1.628,52.858],[-1.631,52.855],[-1.635,52.853],[-1.63,52.853],[-1.625,52.85],[-1.623,52.849],[-1.618,52.845],[-1.613,52.845],[-1.607,52.843],[-1.603,52.841],[-1.602,52.837],[-1.599,52.838],[-1.594,52.835],[-1.589,52.829],[-1.598,52.828],[-1.602,52.827],[-1.607,52.822],[-1.608,52.819],[-1.61,52.816],[-1.605,52.815],[-1.593,52.809],[-1.59,52.806],[-1.591,52.802],[-1.589,52.8],[-1.596,52.797],[-1.598,52.798],[-1.604,52.795],[-1.601,52.794],[-1.604,52.791],[-1.612,52.79],[-1.614,52.788],[-1.614,52.786],[-1.609,52.784],[-1.612,52.781],[-1.619,52.785],[-1.627,52.78],[-1.638,52.787],[-1.649,52.78],[-1.652,52.78],[-1.657,52.781],[-1.658,52.783],[-1.663,52.785],[-1.667,52.785],[-1.671,52.781],[-1.67,52.778],[-1.67,52.774],[-1.672,52.772],[-1.679,52.772],[-1.682,52.77],[-1.685,52.766],[-1.683,52.764],[-1.684,52.762],[-1.688,52.758],[-1.694,52.756],[-1.697,52.753],[-1.694,52.751],[-1.696,52.747],[-1.693,52.745],[-1.698,52.743],[-1.697,52.74],[-1.7,52.738],[-1.698,52.735],[-1.704,52.732],[-1.704,52.73],[-1.701,52.728],[-1.694,52.727],[-1.678,52.728],[-1.676,52.725],[-1.663,52.723],[-1.657,52.722],[-1.656,52.716],[-1.659,52.714],[-1.656,52.708],[-1.654,52.708],[-1.654,52.699],[-1.649,52.698],[-1.642,52.7],[-1.638,52.7],[-1.636,52.702],[-1.63,52.7],[-1.628,52.7],[-1.625,52.698],[-1.621,52.699],[-1.615,52.701],[-1.605,52.697],[-1.601,52.698],[-1.598,52.7],[-1.596,52.703],[-1.591,52.705],[-1.592,52.706],[-1.585,52.707],[-1.578,52.711],[-1.574,52.712],[-1.569,52.71],[-1.564,52.711],[-1.556,52.718],[-1.55,52.72],[-1.55,52.726],[-1.545,52.728],[-1.545,52.733],[-1.55,52.735],[-1.555,52.74],[-1.557,52.745],[-1.562,52.751],[-1.56,52.752],[-1.557,52.758],[-1.554,52.758],[-1.555,52.762],[-1.553,52.763],[-1.547,52.764],[-1.542,52.761],[-1.538,52.76],[-1.533,52.763],[-1.53,52.761],[-1.525,52.764],[-1.525,52.766],[-1.519,52.767],[-1.505,52.768],[-1.502,52.767],[-1.499,52.764],[-1.496,52.76],[-1.492,52.759],[-1.488,52.762],[-1.48,52.764],[-1.477,52.766],[-1.473,52.765],[-1.467,52.768],[-1.462,52.771],[-1.46,52.776],[-1.457,52.779],[-1.461,52.782],[-1.459,52.784],[-1.462,52.787],[-1.452,52.79],[-1.448,52.79],[-1.442,52.794],[-1.443,52.796],[-1.441,52.799],[-1.441,52.802],[-1.436,52.803],[-1.425,52.801],[-1.418,52.802],[-1.414,52.807],[-1.41,52.81],[-1.404,52.817],[-1.406,52.817],[-1.399,52.822],[-1.388,52.833],[-1.393,52.834],[-1.394,52.837],[-1.388,52.839],[-1.385,52.843],[-1.381,52.846],[-1.372,52.848],[-1.366,52.851],[-1.365,52.853],[-1.358,52.856],[-1.351,52.855],[-1.352,52.858],[-1.348,52.86],[-1.347,52.862],[-1.343,52.863],[-1.346,52.865],[-1.342,52.868],[-1.34,52.865],[-1.334,52.867],[-1.325,52.866],[-1.324,52.868],[-1.319,52.87],[-1.319,52.873],[-1.32,52.875],[-1.322,52.876],[-1.327,52.874],[-1.334,52.876],[-1.336,52.879],[-1.347,52.88],[-1.347,52.886],[-1.342,52.885],[-1.342,52.89],[-1.348,52.888],[-1.35,52.889],[-1.354,52.889],[-1.357,52.89],[-1.355,52.893],[-1.359,52.895],[-1.366,52.897],[-1.371,52.895],[-1.373,52.896],[-1.374,52.898],[-1.379,52.901],[-1.392,52.902],[-1.4,52.901],[-1.403,52.9],[-1.403,52.897],[-1.406,52.895],[-1.412,52.884],[-1.419,52.884],[-1.421,52.881],[-1.42,52.878],[-1.416,52.876],[-1.424,52.874],[-1.429,52.87],[-1.425,52.868],[-1.424,52.865],[-1.438,52.863],[-1.444,52.861],[-1.445,52.863],[-1.453,52.868],[-1.464,52.872],[-1.467,52.873],[-1.468,52.871],[-1.484,52.871],[-1.491,52.869],[-1.495,52.87],[-1.494,52.874],[-1.5,52.877],[-1.499,52.882],[-1.502,52.881],[-1.503,52.885],[-1.515,52.885],[-1.516,52.886],[-1.523,52.887],[-1.526,52.891],[-1.531,52.889],[-1.538,52.888],[-1.542,52.89],[-1.542,52.892],[-1.54,52.894],[-1.545,52.9],[-1.547,52.9],[-1.551,52.902],[-1.555,52.906],[-1.554,52.909],[-1.557,52.915],[-1.551,52.917],[-1.553,52.923],[-1.544,52.924],[-1.546,52.927],[-1.555,52.93],[-1.559,52.933],[-1.563,52.934],[-1.567,52.933],[-1.57,52.936],[-1.578,52.935],[-1.582,52.937],[-1.589,52.935],[-1.594,52.938],[-1.604,52.937],[-1.61,52.941],[-1.607,52.944],[-1.607,52.947]]]},"properties":{"PCON24NM":"South Derbyshire","PCON24CD":"E14001483"},"PCON24CD":420}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.898,50.281],[-3.902,50.28],[-3.902,50.278],[-3.898,50.279],[-3.898,50.281]]],[[[-3.934,50.333],[-3.932,50.333],[-3.927,50.337],[-3.926,50.34],[-3.929,50.335],[-3.934,50.333]]],[[[-3.926,50.348],[-3.926,50.345],[-3.927,50.344],[-3.926,50.343],[-3.927,50.342],[-3.927,50.341],[-3.927,50.337],[-3.933,50.331],[-3.936,50.327],[-3.935,50.323],[-3.939,50.315],[-3.943,50.31],[-3.943,50.308],[-3.947,50.307],[-3.948,50.305],[-3.946,50.301],[-3.944,50.301],[-3.945,50.297],[-3.943,50.296],[-3.939,50.297],[-3.933,50.295],[-3.928,50.296],[-3.926,50.297],[-3.922,50.297],[-3.915,50.295],[-3.91,50.294],[-3.907,50.291],[-3.904,50.29],[-3.901,50.288],[-3.898,50.288],[-3.897,50.286],[-3.899,50.285],[-3.894,50.282],[-3.89,50.282],[-3.885,50.284],[-3.88,50.285],[-3.874,50.281],[-3.871,50.281],[-3.869,50.283],[-3.867,50.288],[-3.861,50.291],[-3.863,50.294],[-3.862,50.298],[-3.859,50.301],[-3.854,50.302],[-3.851,50.305],[-3.848,50.304],[-3.853,50.3],[-3.858,50.299],[-3.86,50.297],[-3.858,50.291],[-3.864,50.287],[-3.867,50.28],[-3.871,50.279],[-3.876,50.28],[-3.882,50.277],[-3.879,50.272],[-3.875,50.269],[-3.87,50.268],[-3.868,50.266],[-3.868,50.264],[-3.862,50.264],[-3.858,50.261],[-3.858,50.257],[-3.86,50.254],[-3.86,50.252],[-3.859,50.243],[-3.864,50.242],[-3.866,50.243],[-3.871,50.242],[-3.864,50.237],[-3.862,50.237],[-3.86,50.234],[-3.853,50.234],[-3.853,50.233],[-3.848,50.23],[-3.844,50.23],[-3.836,50.228],[-3.833,50.225],[-3.827,50.224],[-3.826,50.22],[-3.823,50.217],[-3.816,50.217],[-3.812,50.214],[-3.807,50.215],[-3.799,50.215],[-3.796,50.211],[-3.793,50.211],[-3.788,50.21],[-3.785,50.211],[-3.787,50.215],[-3.782,50.215],[-3.781,50.219],[-3.782,50.222],[-3.781,50.225],[-3.784,50.226],[-3.781,50.228],[-3.782,50.23],[-3.776,50.229],[-3.766,50.236],[-3.767,50.239],[-3.765,50.242],[-3.761,50.242],[-3.761,50.246],[-3.759,50.248],[-3.763,50.251],[-3.765,50.254],[-3.774,50.255],[-3.778,50.255],[-3.781,50.254],[-3.784,50.256],[-3.776,50.257],[-3.777,50.261],[-3.769,50.261],[-3.767,50.265],[-3.771,50.268],[-3.77,50.27],[-3.773,50.271],[-3.773,50.275],[-3.765,50.272],[-3.762,50.275],[-3.759,50.268],[-3.762,50.262],[-3.759,50.26],[-3.754,50.261],[-3.754,50.258],[-3.747,50.261],[-3.742,50.263],[-3.732,50.264],[-3.735,50.262],[-3.742,50.261],[-3.744,50.26],[-3.737,50.259],[-3.739,50.257],[-3.748,50.256],[-3.749,50.254],[-3.755,50.252],[-3.753,50.245],[-3.757,50.243],[-3.752,50.24],[-3.743,50.241],[-3.738,50.243],[-3.735,50.243],[-3.738,50.24],[-3.746,50.238],[-3.757,50.237],[-3.764,50.235],[-3.767,50.231],[-3.767,50.23],[-3.773,50.226],[-3.773,50.224],[-3.771,50.222],[-3.764,50.22],[-3.761,50.221],[-3.759,50.219],[-3.75,50.219],[-3.744,50.215],[-3.736,50.214],[-3.737,50.213],[-3.73,50.209],[-3.726,50.208],[-3.726,50.205],[-3.721,50.202],[-3.718,50.204],[-3.717,50.206],[-3.71,50.206],[-3.708,50.205],[-3.703,50.209],[-3.703,50.211],[-3.689,50.216],[-3.688,50.219],[-3.681,50.222],[-3.67,50.22],[-3.661,50.221],[-3.656,50.218],[-3.652,50.22],[-3.65,50.222],[-3.645,50.222],[-3.641,50.223],[-3.649,50.225],[-3.654,50.228],[-3.658,50.233],[-3.659,50.239],[-3.657,50.251],[-3.654,50.262],[-3.652,50.263],[-3.65,50.272],[-3.646,50.283],[-3.641,50.292],[-3.634,50.301],[-3.628,50.306],[-3.622,50.309],[-3.619,50.312],[-3.615,50.315],[-3.613,50.316],[-3.612,50.319],[-3.606,50.32],[-3.604,50.319],[-3.597,50.32],[-3.594,50.323],[-3.589,50.326],[-3.584,50.326],[-3.576,50.325],[-3.571,50.327],[-3.572,50.33],[-3.569,50.331],[-3.568,50.334],[-3.565,50.336],[-3.567,50.34],[-3.566,50.341],[-3.569,50.344],[-3.572,50.344],[-3.576,50.346],[-3.578,50.349],[-3.576,50.357],[-3.579,50.36],[-3.589,50.36],[-3.583,50.366],[-3.581,50.372],[-3.583,50.375],[-3.587,50.376],[-3.595,50.381],[-3.597,50.385],[-3.594,50.39],[-3.6,50.391],[-3.602,50.39],[-3.606,50.387],[-3.619,50.391],[-3.626,50.392],[-3.627,50.394],[-3.63,50.397],[-3.635,50.398],[-3.641,50.398],[-3.643,50.396],[-3.654,50.395],[-3.659,50.394],[-3.662,50.395],[-3.648,50.397],[-3.644,50.397],[-3.642,50.4],[-3.638,50.4],[-3.634,50.405],[-3.644,50.404],[-3.648,50.405],[-3.65,50.407],[-3.644,50.41],[-3.647,50.411],[-3.657,50.41],[-3.661,50.411],[-3.668,50.416],[-3.665,50.416],[-3.655,50.412],[-3.649,50.413],[-3.644,50.412],[-3.642,50.409],[-3.645,50.407],[-3.643,50.406],[-3.636,50.408],[-3.632,50.406],[-3.63,50.403],[-3.633,50.402],[-3.632,50.4],[-3.629,50.4],[-3.624,50.398],[-3.619,50.398],[-3.615,50.396],[-3.612,50.393],[-3.607,50.392],[-3.602,50.394],[-3.59,50.395],[-3.586,50.393],[-3.583,50.394],[-3.58,50.392],[-3.578,50.389],[-3.581,50.389],[-3.583,50.386],[-3.587,50.385],[-3.592,50.382],[-3.582,50.378],[-3.578,50.376],[-3.575,50.368],[-3.576,50.363],[-3.571,50.357],[-3.57,50.351],[-3.573,50.349],[-3.572,50.347],[-3.566,50.346],[-3.562,50.342],[-3.554,50.341],[-3.553,50.339],[-3.546,50.338],[-3.545,50.336],[-3.542,50.336],[-3.538,50.337],[-3.536,50.337],[-3.533,50.339],[-3.531,50.344],[-3.527,50.344],[-3.521,50.345],[-3.518,50.347],[-3.518,50.349],[-3.515,50.352],[-3.515,50.354],[-3.52,50.357],[-3.521,50.359],[-3.519,50.364],[-3.516,50.365],[-3.516,50.371],[-3.514,50.374],[-3.508,50.377],[-3.506,50.38],[-3.499,50.381],[-3.496,50.382],[-3.499,50.384],[-3.503,50.385],[-3.503,50.389],[-3.501,50.39],[-3.5,50.39],[-3.499,50.39],[-3.498,50.391],[-3.495,50.392],[-3.493,50.392],[-3.492,50.393],[-3.492,50.394],[-3.492,50.393],[-3.491,50.394],[-3.489,50.395],[-3.489,50.396],[-3.489,50.397],[-3.488,50.398],[-3.485,50.398],[-3.484,50.398],[-3.483,50.399],[-3.482,50.399],[-3.483,50.4],[-3.484,50.4],[-3.485,50.401],[-3.486,50.401],[-3.487,50.401],[-3.488,50.401],[-3.488,50.4],[-3.49,50.401],[-3.499,50.401],[-3.505,50.4],[-3.506,50.401],[-3.511,50.404],[-3.505,50.4],[-3.509,50.397],[-3.51,50.397],[-3.513,50.397],[-3.512,50.397],[-3.511,50.398],[-3.512,50.398],[-3.512,50.399],[-3.513,50.399],[-3.517,50.402],[-3.518,50.402],[-3.521,50.402],[-3.525,50.404],[-3.526,50.404],[-3.527,50.404],[-3.528,50.405],[-3.531,50.405],[-3.532,50.405],[-3.534,50.405],[-3.535,50.404],[-3.545,50.402],[-3.548,50.406],[-3.555,50.407],[-3.556,50.409],[-3.554,50.414],[-3.557,50.416],[-3.56,50.414],[-3.569,50.412],[-3.574,50.416],[-3.578,50.415],[-3.581,50.417],[-3.588,50.422],[-3.588,50.426],[-3.59,50.43],[-3.588,50.434],[-3.583,50.436],[-3.582,50.439],[-3.579,50.44],[-3.581,50.442],[-3.584,50.447],[-3.589,50.451],[-3.587,50.452],[-3.59,50.463],[-3.587,50.465],[-3.583,50.469],[-3.584,50.478],[-3.589,50.479],[-3.592,50.48],[-3.595,50.483],[-3.598,50.484],[-3.605,50.484],[-3.61,50.481],[-3.613,50.476],[-3.613,50.472],[-3.615,50.469],[-3.621,50.47],[-3.624,50.467],[-3.633,50.466],[-3.637,50.468],[-3.641,50.466],[-3.645,50.461],[-3.651,50.463],[-3.658,50.465],[-3.652,50.468],[-3.655,50.472],[-3.665,50.469],[-3.668,50.467],[-3.669,50.462],[-3.674,50.466],[-3.681,50.468],[-3.685,50.47],[-3.694,50.476],[-3.694,50.478],[-3.7,50.48],[-3.708,50.481],[-3.715,50.485],[-3.718,50.489],[-3.717,50.49],[-3.722,50.494],[-3.725,50.495],[-3.728,50.498],[-3.73,50.499],[-3.735,50.502],[-3.737,50.506],[-3.742,50.508],[-3.745,50.508],[-3.754,50.51],[-3.757,50.51],[-3.765,50.506],[-3.767,50.504],[-3.768,50.5],[-3.766,50.495],[-3.766,50.493],[-3.768,50.489],[-3.768,50.485],[-3.766,50.481],[-3.762,50.479],[-3.758,50.474],[-3.759,50.47],[-3.762,50.468],[-3.768,50.467],[-3.773,50.463],[-3.777,50.464],[-3.779,50.466],[-3.782,50.473],[-3.786,50.473],[-3.787,50.476],[-3.787,50.478],[-3.792,50.478],[-3.794,50.481],[-3.792,50.482],[-3.795,50.486],[-3.798,50.489],[-3.795,50.49],[-3.795,50.492],[-3.787,50.495],[-3.779,50.495],[-3.776,50.496],[-3.779,50.499],[-3.785,50.499],[-3.789,50.499],[-3.792,50.502],[-3.788,50.504],[-3.786,50.508],[-3.787,50.51],[-3.786,50.513],[-3.785,50.518],[-3.788,50.521],[-3.791,50.521],[-3.798,50.521],[-3.8,50.523],[-3.798,50.526],[-3.798,50.53],[-3.795,50.533],[-3.8,50.537],[-3.802,50.537],[-3.806,50.533],[-3.808,50.533],[-3.815,50.529],[-3.814,50.526],[-3.818,50.525],[-3.82,50.519],[-3.823,50.517],[-3.827,50.516],[-3.835,50.522],[-3.837,50.524],[-3.836,50.527],[-3.841,50.53],[-3.844,50.531],[-3.843,50.533],[-3.851,50.536],[-3.855,50.533],[-3.859,50.533],[-3.864,50.534],[-3.871,50.534],[-3.875,50.537],[-3.876,50.543],[-3.88,50.542],[-3.887,50.536],[-3.888,50.533],[-3.884,50.531],[-3.886,50.525],[-3.891,50.524],[-3.891,50.52],[-3.893,50.514],[-3.891,50.506],[-3.884,50.502],[-3.883,50.493],[-3.88,50.487],[-3.884,50.48],[-3.888,50.48],[-3.898,50.475],[-3.899,50.473],[-3.897,50.471],[-3.898,50.465],[-3.9,50.461],[-3.901,50.452],[-3.896,50.444],[-3.878,50.435],[-3.879,50.433],[-3.876,50.428],[-3.877,50.426],[-3.872,50.424],[-3.867,50.426],[-3.863,50.424],[-3.86,50.421],[-3.856,50.421],[-3.853,50.419],[-3.849,50.418],[-3.847,50.416],[-3.845,50.417],[-3.834,50.415],[-3.832,50.413],[-3.818,50.412],[-3.819,50.409],[-3.822,50.408],[-3.822,50.406],[-3.825,50.403],[-3.819,50.4],[-3.82,50.398],[-3.826,50.395],[-3.829,50.395],[-3.835,50.392],[-3.835,50.391],[-3.83,50.386],[-3.827,50.386],[-3.822,50.383],[-3.82,50.381],[-3.811,50.381],[-3.806,50.379],[-3.815,50.374],[-3.817,50.375],[-3.822,50.373],[-3.826,50.372],[-3.831,50.37],[-3.832,50.372],[-3.84,50.372],[-3.844,50.372],[-3.844,50.375],[-3.848,50.377],[-3.849,50.381],[-3.861,50.377],[-3.87,50.368],[-3.878,50.365],[-3.889,50.364],[-3.896,50.36],[-3.904,50.358],[-3.916,50.352],[-3.921,50.35],[-3.924,50.351],[-3.926,50.348]]]]},"properties":{"PCON24NM":"South Devon","PCON24CD":"E14001484"},"PCON24CD":421}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.517,50.604],[-2.498,50.593],[-2.479,50.581],[-2.451,50.562],[-2.449,50.56],[-2.448,50.557],[-2.452,50.552],[-2.453,50.547],[-2.456,50.542],[-2.454,50.539],[-2.456,50.531],[-2.455,50.526],[-2.459,50.522],[-2.46,50.517],[-2.459,50.514],[-2.457,50.513],[-2.452,50.517],[-2.443,50.521],[-2.442,50.524],[-2.438,50.527],[-2.437,50.53],[-2.43,50.536],[-2.428,50.538],[-2.425,50.539],[-2.418,50.543],[-2.417,50.548],[-2.416,50.549],[-2.422,50.558],[-2.421,50.559],[-2.427,50.565],[-2.428,50.568],[-2.433,50.568],[-2.441,50.569],[-2.447,50.568],[-2.455,50.571],[-2.46,50.571],[-2.464,50.574],[-2.469,50.58],[-2.473,50.58],[-2.481,50.585],[-2.503,50.598],[-2.516,50.605],[-2.517,50.604]]],[[[-1.994,50.683],[-1.997,50.681],[-1.994,50.678],[-1.991,50.677],[-1.987,50.679],[-1.994,50.683]]],[[[-1.986,50.685],[-1.991,50.684],[-1.989,50.682],[-1.982,50.682],[-1.981,50.685],[-1.986,50.685]]],[[[-2.018,50.694],[-2.021,50.694],[-2.019,50.691],[-2.02,50.688],[-2.019,50.685],[-2.014,50.685],[-2.013,50.688],[-2.016,50.689],[-2.018,50.694]]],[[[-1.972,50.696],[-1.974,50.697],[-1.979,50.697],[-1.986,50.695],[-1.988,50.692],[-1.984,50.687],[-1.975,50.687],[-1.967,50.686],[-1.961,50.686],[-1.957,50.688],[-1.956,50.691],[-1.958,50.695],[-1.965,50.695],[-1.972,50.696]]],[[[-2.045,50.671],[-2.047,50.669],[-2.047,50.664],[-2.051,50.661],[-2.061,50.661],[-2.066,50.661],[-2.068,50.656],[-2.074,50.654],[-2.076,50.652],[-2.081,50.651],[-2.094,50.655],[-2.101,50.66],[-2.115,50.661],[-2.122,50.662],[-2.123,50.669],[-2.126,50.676],[-2.137,50.674],[-2.141,50.677],[-2.145,50.676],[-2.147,50.679],[-2.151,50.679],[-2.151,50.681],[-2.15,50.69],[-2.149,50.692],[-2.152,50.692],[-2.156,50.694],[-2.163,50.694],[-2.169,50.697],[-2.172,50.703],[-2.175,50.703],[-2.178,50.698],[-2.189,50.701],[-2.191,50.7],[-2.196,50.701],[-2.202,50.706],[-2.214,50.712],[-2.228,50.716],[-2.237,50.718],[-2.237,50.72],[-2.228,50.731],[-2.226,50.732],[-2.23,50.734],[-2.227,50.743],[-2.231,50.745],[-2.233,50.747],[-2.238,50.752],[-2.242,50.754],[-2.249,50.752],[-2.25,50.756],[-2.252,50.758],[-2.258,50.761],[-2.264,50.761],[-2.266,50.76],[-2.267,50.759],[-2.261,50.755],[-2.267,50.752],[-2.274,50.75],[-2.284,50.749],[-2.285,50.747],[-2.29,50.746],[-2.293,50.742],[-2.294,50.738],[-2.3,50.73],[-2.304,50.73],[-2.306,50.726],[-2.31,50.723],[-2.311,50.719],[-2.308,50.719],[-2.31,50.716],[-2.311,50.71],[-2.309,50.706],[-2.313,50.704],[-2.317,50.702],[-2.323,50.702],[-2.338,50.701],[-2.354,50.701],[-2.356,50.695],[-2.36,50.688],[-2.363,50.681],[-2.37,50.674],[-2.372,50.673],[-2.374,50.669],[-2.381,50.667],[-2.39,50.664],[-2.395,50.662],[-2.401,50.663],[-2.4,50.665],[-2.418,50.661],[-2.424,50.659],[-2.425,50.657],[-2.429,50.657],[-2.429,50.653],[-2.433,50.652],[-2.434,50.65],[-2.433,50.646],[-2.443,50.647],[-2.448,50.647],[-2.459,50.651],[-2.461,50.652],[-2.467,50.652],[-2.465,50.661],[-2.466,50.667],[-2.464,50.672],[-2.467,50.672],[-2.472,50.676],[-2.477,50.677],[-2.483,50.678],[-2.495,50.679],[-2.497,50.67],[-2.5,50.661],[-2.502,50.65],[-2.509,50.651],[-2.515,50.65],[-2.522,50.652],[-2.524,50.643],[-2.525,50.64],[-2.522,50.632],[-2.523,50.628],[-2.518,50.625],[-2.51,50.624],[-2.505,50.618],[-2.507,50.613],[-2.509,50.611],[-2.505,50.609],[-2.508,50.608],[-2.504,50.605],[-2.496,50.603],[-2.499,50.6],[-2.498,50.596],[-2.496,50.595],[-2.488,50.591],[-2.484,50.591],[-2.477,50.586],[-2.472,50.585],[-2.468,50.588],[-2.466,50.592],[-2.464,50.594],[-2.461,50.595],[-2.459,50.598],[-2.449,50.601],[-2.451,50.604],[-2.443,50.607],[-2.443,50.609],[-2.446,50.61],[-2.45,50.609],[-2.452,50.614],[-2.448,50.62],[-2.444,50.624],[-2.437,50.629],[-2.432,50.633],[-2.426,50.635],[-2.42,50.636],[-2.409,50.633],[-2.406,50.635],[-2.394,50.637],[-2.385,50.636],[-2.379,50.636],[-2.376,50.634],[-2.366,50.631],[-2.358,50.632],[-2.349,50.631],[-2.344,50.632],[-2.339,50.632],[-2.334,50.631],[-2.33,50.627],[-2.323,50.625],[-2.32,50.626],[-2.31,50.626],[-2.303,50.625],[-2.292,50.623],[-2.282,50.623],[-2.276,50.621],[-2.273,50.622],[-2.266,50.621],[-2.26,50.618],[-2.253,50.618],[-2.246,50.619],[-2.24,50.616],[-2.229,50.616],[-2.224,50.617],[-2.22,50.62],[-2.205,50.622],[-2.198,50.623],[-2.187,50.62],[-2.183,50.615],[-2.179,50.615],[-2.174,50.615],[-2.17,50.614],[-2.166,50.615],[-2.158,50.615],[-2.151,50.611],[-2.147,50.611],[-2.139,50.611],[-2.134,50.613],[-2.129,50.61],[-2.132,50.608],[-2.127,50.604],[-2.121,50.603],[-2.115,50.599],[-2.113,50.599],[-2.105,50.597],[-2.098,50.598],[-2.091,50.597],[-2.083,50.595],[-2.076,50.595],[-2.073,50.592],[-2.063,50.593],[-2.064,50.589],[-2.062,50.585],[-2.062,50.581],[-2.058,50.577],[-2.043,50.579],[-2.04,50.58],[-2.032,50.584],[-2.026,50.589],[-2.021,50.589],[-2.013,50.591],[-2.004,50.592],[-1.99,50.591],[-1.976,50.591],[-1.968,50.592],[-1.961,50.591],[-1.951,50.595],[-1.953,50.599],[-1.95,50.605],[-1.944,50.607],[-1.953,50.607],[-1.957,50.609],[-1.958,50.614],[-1.957,50.617],[-1.953,50.623],[-1.947,50.628],[-1.944,50.629],[-1.933,50.631],[-1.929,50.637],[-1.926,50.64],[-1.928,50.642],[-1.932,50.642],[-1.941,50.641],[-1.947,50.645],[-1.949,50.646],[-1.953,50.652],[-1.952,50.656],[-1.947,50.665],[-1.943,50.67],[-1.942,50.674],[-1.947,50.675],[-1.95,50.68],[-1.954,50.675],[-1.958,50.672],[-1.966,50.672],[-1.969,50.669],[-1.968,50.666],[-1.969,50.664],[-1.969,50.661],[-1.976,50.664],[-1.981,50.664],[-1.985,50.67],[-1.983,50.673],[-1.979,50.676],[-1.982,50.677],[-1.993,50.671],[-1.994,50.667],[-1.998,50.668],[-2.002,50.671],[-2.001,50.673],[-1.996,50.673],[-1.999,50.677],[-2.008,50.675],[-2.008,50.678],[-2.01,50.681],[-2.015,50.683],[-2.019,50.681],[-2.021,50.682],[-2.022,50.679],[-2.026,50.674],[-2.029,50.674],[-2.035,50.671],[-2.038,50.672],[-2.045,50.671]]]]},"properties":{"PCON24NM":"South Dorset","PCON24CD":"E14001485"},"PCON24CD":422}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.447,50.337],[-4.451,50.339],[-4.453,50.337],[-4.45,50.336],[-4.447,50.337]]],[[[-4.269,50.535],[-4.271,50.529],[-4.275,50.525],[-4.274,50.522],[-4.272,50.519],[-4.271,50.517],[-4.277,50.516],[-4.291,50.513],[-4.295,50.513],[-4.305,50.516],[-4.306,50.517],[-4.305,50.52],[-4.312,50.522],[-4.315,50.524],[-4.32,50.523],[-4.324,50.52],[-4.333,50.522],[-4.337,50.526],[-4.336,50.529],[-4.338,50.531],[-4.336,50.534],[-4.339,50.537],[-4.343,50.534],[-4.353,50.535],[-4.348,50.543],[-4.352,50.545],[-4.359,50.546],[-4.357,50.547],[-4.361,50.55],[-4.364,50.556],[-4.356,50.562],[-4.352,50.563],[-4.351,50.569],[-4.355,50.568],[-4.368,50.568],[-4.37,50.57],[-4.374,50.57],[-4.376,50.572],[-4.379,50.572],[-4.387,50.572],[-4.391,50.573],[-4.393,50.576],[-4.397,50.574],[-4.4,50.572],[-4.399,50.57],[-4.394,50.568],[-4.397,50.564],[-4.402,50.562],[-4.398,50.559],[-4.397,50.556],[-4.394,50.555],[-4.396,50.553],[-4.401,50.552],[-4.404,50.553],[-4.413,50.551],[-4.411,50.549],[-4.411,50.546],[-4.414,50.543],[-4.416,50.544],[-4.421,50.542],[-4.428,50.543],[-4.431,50.544],[-4.44,50.545],[-4.445,50.542],[-4.454,50.541],[-4.461,50.544],[-4.471,50.542],[-4.472,50.542],[-4.48,50.541],[-4.483,50.543],[-4.486,50.549],[-4.489,50.55],[-4.496,50.556],[-4.496,50.557],[-4.501,50.558],[-4.503,50.559],[-4.507,50.559],[-4.515,50.558],[-4.519,50.556],[-4.518,50.554],[-4.521,50.549],[-4.528,50.547],[-4.534,50.543],[-4.536,50.543],[-4.548,50.556],[-4.548,50.557],[-4.551,50.561],[-4.554,50.562],[-4.557,50.561],[-4.558,50.557],[-4.562,50.56],[-4.565,50.56],[-4.57,50.558],[-4.574,50.554],[-4.579,50.548],[-4.589,50.54],[-4.609,50.534],[-4.61,50.532],[-4.607,50.53],[-4.605,50.525],[-4.606,50.523],[-4.614,50.518],[-4.616,50.515],[-4.61,50.506],[-4.612,50.506],[-4.612,50.499],[-4.61,50.499],[-4.609,50.496],[-4.612,50.495],[-4.613,50.491],[-4.619,50.487],[-4.614,50.481],[-4.612,50.475],[-4.615,50.47],[-4.617,50.468],[-4.616,50.463],[-4.623,50.457],[-4.627,50.459],[-4.634,50.456],[-4.634,50.452],[-4.636,50.448],[-4.635,50.444],[-4.636,50.443],[-4.646,50.444],[-4.652,50.448],[-4.66,50.45],[-4.664,50.446],[-4.671,50.446],[-4.674,50.442],[-4.677,50.442],[-4.68,50.438],[-4.683,50.434],[-4.69,50.435],[-4.692,50.433],[-4.699,50.433],[-4.704,50.434],[-4.707,50.432],[-4.705,50.43],[-4.711,50.428],[-4.725,50.429],[-4.733,50.428],[-4.74,50.423],[-4.743,50.422],[-4.74,50.416],[-4.738,50.409],[-4.75,50.407],[-4.751,50.406],[-4.756,50.406],[-4.763,50.403],[-4.763,50.402],[-4.771,50.399],[-4.765,50.396],[-4.768,50.393],[-4.767,50.39],[-4.768,50.387],[-4.765,50.381],[-4.761,50.378],[-4.755,50.376],[-4.753,50.374],[-4.75,50.368],[-4.744,50.368],[-4.741,50.365],[-4.736,50.365],[-4.728,50.365],[-4.723,50.366],[-4.718,50.366],[-4.715,50.365],[-4.71,50.366],[-4.708,50.372],[-4.702,50.378],[-4.701,50.38],[-4.702,50.388],[-4.697,50.385],[-4.693,50.384],[-4.691,50.381],[-4.69,50.378],[-4.685,50.375],[-4.683,50.378],[-4.68,50.38],[-4.676,50.381],[-4.669,50.383],[-4.668,50.387],[-4.663,50.39],[-4.659,50.388],[-4.652,50.382],[-4.646,50.38],[-4.638,50.373],[-4.634,50.374],[-4.635,50.37],[-4.634,50.367],[-4.634,50.364],[-4.636,50.36],[-4.637,50.356],[-4.634,50.35],[-4.636,50.347],[-4.629,50.346],[-4.629,50.344],[-4.631,50.341],[-4.63,50.338],[-4.63,50.332],[-4.633,50.33],[-4.64,50.328],[-4.639,50.327],[-4.635,50.325],[-4.618,50.324],[-4.611,50.328],[-4.604,50.329],[-4.601,50.327],[-4.602,50.325],[-4.598,50.324],[-4.597,50.327],[-4.592,50.328],[-4.587,50.332],[-4.583,50.331],[-4.578,50.333],[-4.577,50.331],[-4.567,50.328],[-4.561,50.327],[-4.55,50.324],[-4.547,50.325],[-4.538,50.324],[-4.528,50.326],[-4.525,50.327],[-4.52,50.328],[-4.516,50.33],[-4.502,50.331],[-4.5,50.332],[-4.5,50.335],[-4.498,50.337],[-4.492,50.337],[-4.492,50.335],[-4.486,50.336],[-4.483,50.334],[-4.477,50.333],[-4.473,50.333],[-4.472,50.336],[-4.473,50.339],[-4.463,50.342],[-4.46,50.341],[-4.458,50.344],[-4.452,50.345],[-4.451,50.348],[-4.451,50.35],[-4.456,50.353],[-4.457,50.358],[-4.46,50.359],[-4.458,50.362],[-4.459,50.366],[-4.462,50.373],[-4.461,50.373],[-4.457,50.367],[-4.455,50.353],[-4.449,50.353],[-4.443,50.358],[-4.437,50.361],[-4.432,50.361],[-4.427,50.362],[-4.418,50.362],[-4.41,50.364],[-4.393,50.363],[-4.387,50.364],[-4.38,50.363],[-4.368,50.36],[-4.362,50.36],[-4.355,50.362],[-4.345,50.361],[-4.338,50.36],[-4.332,50.362],[-4.321,50.362],[-4.316,50.362],[-4.315,50.361],[-4.308,50.361],[-4.292,50.359],[-4.29,50.358],[-4.283,50.357],[-4.27,50.353],[-4.267,50.35],[-4.26,50.347],[-4.256,50.347],[-4.248,50.343],[-4.245,50.342],[-4.229,50.333],[-4.223,50.329],[-4.22,50.326],[-4.22,50.322],[-4.227,50.319],[-4.223,50.316],[-4.227,50.314],[-4.224,50.312],[-4.221,50.313],[-4.221,50.315],[-4.217,50.315],[-4.211,50.318],[-4.188,50.318],[-4.19,50.324],[-4.201,50.33],[-4.201,50.333],[-4.191,50.34],[-4.186,50.341],[-4.181,50.341],[-4.177,50.343],[-4.171,50.343],[-4.167,50.347],[-4.167,50.351],[-4.173,50.356],[-4.171,50.358],[-4.177,50.361],[-4.181,50.36],[-4.183,50.357],[-4.186,50.357],[-4.193,50.354],[-4.192,50.351],[-4.2,50.349],[-4.204,50.347],[-4.21,50.349],[-4.208,50.351],[-4.204,50.349],[-4.201,50.353],[-4.196,50.354],[-4.198,50.357],[-4.198,50.36],[-4.202,50.36],[-4.206,50.362],[-4.209,50.359],[-4.216,50.359],[-4.218,50.36],[-4.217,50.362],[-4.222,50.363],[-4.227,50.363],[-4.231,50.364],[-4.23,50.365],[-4.22,50.369],[-4.218,50.368],[-4.214,50.369],[-4.208,50.37],[-4.207,50.372],[-4.2,50.37],[-4.195,50.372],[-4.193,50.376],[-4.202,50.379],[-4.203,50.381],[-4.198,50.382],[-4.2,50.384],[-4.203,50.384],[-4.208,50.387],[-4.202,50.387],[-4.212,50.393],[-4.222,50.391],[-4.226,50.389],[-4.23,50.39],[-4.235,50.387],[-4.235,50.385],[-4.24,50.38],[-4.244,50.379],[-4.245,50.377],[-4.249,50.377],[-4.251,50.376],[-4.258,50.377],[-4.263,50.376],[-4.266,50.375],[-4.271,50.375],[-4.276,50.374],[-4.28,50.378],[-4.284,50.38],[-4.287,50.383],[-4.292,50.384],[-4.296,50.387],[-4.301,50.389],[-4.304,50.392],[-4.302,50.398],[-4.306,50.399],[-4.307,50.401],[-4.301,50.4],[-4.299,50.397],[-4.302,50.394],[-4.3,50.391],[-4.294,50.389],[-4.292,50.392],[-4.287,50.386],[-4.284,50.384],[-4.283,50.382],[-4.276,50.377],[-4.273,50.377],[-4.271,50.38],[-4.271,50.386],[-4.266,50.387],[-4.258,50.385],[-4.256,50.384],[-4.248,50.385],[-4.245,50.387],[-4.252,50.39],[-4.247,50.391],[-4.244,50.389],[-4.242,50.391],[-4.237,50.393],[-4.227,50.393],[-4.225,50.396],[-4.221,50.398],[-4.218,50.397],[-4.212,50.399],[-4.21,50.404],[-4.206,50.408],[-4.208,50.411],[-4.212,50.415],[-4.211,50.419],[-4.211,50.424],[-4.214,50.427],[-4.219,50.425],[-4.224,50.425],[-4.214,50.43],[-4.204,50.43],[-4.203,50.433],[-4.199,50.436],[-4.201,50.438],[-4.206,50.441],[-4.203,50.443],[-4.207,50.444],[-4.21,50.446],[-4.209,50.449],[-4.211,50.45],[-4.212,50.456],[-4.213,50.459],[-4.218,50.464],[-4.223,50.463],[-4.224,50.461],[-4.224,50.459],[-4.228,50.455],[-4.235,50.456],[-4.238,50.457],[-4.24,50.463],[-4.238,50.466],[-4.23,50.471],[-4.22,50.475],[-4.219,50.477],[-4.219,50.483],[-4.222,50.486],[-4.225,50.49],[-4.221,50.493],[-4.222,50.497],[-4.22,50.499],[-4.211,50.497],[-4.207,50.496],[-4.204,50.493],[-4.2,50.493],[-4.196,50.494],[-4.194,50.496],[-4.195,50.498],[-4.193,50.499],[-4.189,50.499],[-4.181,50.501],[-4.181,50.504],[-4.184,50.508],[-4.188,50.508],[-4.191,50.507],[-4.194,50.503],[-4.203,50.503],[-4.203,50.505],[-4.202,50.513],[-4.209,50.513],[-4.21,50.514],[-4.206,50.519],[-4.207,50.522],[-4.211,50.526],[-4.211,50.53],[-4.207,50.533],[-4.215,50.535],[-4.218,50.532],[-4.226,50.53],[-4.233,50.531],[-4.237,50.535],[-4.24,50.541],[-4.244,50.544],[-4.254,50.544],[-4.255,50.541],[-4.264,50.536],[-4.269,50.535]]]]},"properties":{"PCON24NM":"South East Cornwall","PCON24CD":"E14001486"},"PCON24CD":423}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.269,52.816],[0.261,52.815],[0.247,52.82],[0.245,52.822],[0.239,52.822],[0.234,52.823],[0.229,52.824],[0.225,52.822],[0.217,52.821],[0.212,52.804],[0.207,52.788],[0.204,52.782],[0.195,52.766],[0.192,52.762],[0.172,52.738],[0.186,52.735],[0.192,52.738],[0.195,52.739],[0.197,52.742],[0.212,52.75],[0.217,52.753],[0.228,52.757],[0.233,52.76],[0.254,52.767],[0.266,52.772],[0.272,52.773],[0.245,52.785],[0.252,52.793],[0.261,52.796],[0.253,52.797],[0.262,52.804],[0.269,52.816]]],[[[-0.07,52.864],[-0.08,52.867],[-0.085,52.865],[-0.09,52.866],[-0.095,52.867],[-0.099,52.874],[-0.104,52.877],[-0.108,52.877],[-0.112,52.878],[-0.117,52.88],[-0.119,52.882],[-0.122,52.883],[-0.127,52.881],[-0.134,52.886],[-0.138,52.885],[-0.142,52.885],[-0.144,52.887],[-0.145,52.891],[-0.152,52.894],[-0.149,52.897],[-0.149,52.901],[-0.151,52.906],[-0.154,52.908],[-0.157,52.912],[-0.168,52.912],[-0.172,52.916],[-0.176,52.918],[-0.18,52.915],[-0.184,52.915],[-0.188,52.917],[-0.198,52.918],[-0.202,52.921],[-0.214,52.924],[-0.23,52.925],[-0.241,52.927],[-0.247,52.929],[-0.256,52.906],[-0.27,52.877],[-0.259,52.872],[-0.258,52.87],[-0.26,52.868],[-0.265,52.869],[-0.266,52.871],[-0.271,52.872],[-0.276,52.861],[-0.275,52.841],[-0.272,52.832],[-0.269,52.81],[-0.266,52.793],[-0.262,52.787],[-0.261,52.78],[-0.262,52.777],[-0.261,52.771],[-0.265,52.768],[-0.287,52.756],[-0.291,52.753],[-0.305,52.746],[-0.307,52.743],[-0.297,52.734],[-0.295,52.734],[-0.278,52.717],[-0.281,52.714],[-0.278,52.711],[-0.298,52.701],[-0.318,52.692],[-0.35,52.684],[-0.361,52.681],[-0.361,52.67],[-0.366,52.668],[-0.366,52.662],[-0.363,52.66],[-0.357,52.659],[-0.354,52.661],[-0.347,52.663],[-0.344,52.665],[-0.341,52.665],[-0.336,52.669],[-0.337,52.672],[-0.336,52.674],[-0.333,52.675],[-0.329,52.674],[-0.319,52.675],[-0.31,52.673],[-0.297,52.671],[-0.294,52.669],[-0.289,52.67],[-0.287,52.668],[-0.279,52.666],[-0.278,52.663],[-0.273,52.66],[-0.265,52.654],[-0.262,52.652],[-0.259,52.652],[-0.256,52.654],[-0.249,52.656],[-0.23,52.664],[-0.22,52.667],[-0.212,52.667],[-0.206,52.668],[-0.203,52.665],[-0.198,52.658],[-0.193,52.652],[-0.19,52.652],[-0.18,52.661],[-0.141,52.652],[-0.14,52.655],[-0.135,52.656],[-0.13,52.659],[-0.127,52.66],[-0.117,52.665],[-0.113,52.668],[-0.102,52.672],[-0.097,52.67],[-0.091,52.667],[-0.088,52.667],[-0.08,52.671],[-0.075,52.672],[-0.069,52.671],[-0.065,52.672],[-0.064,52.675],[-0.059,52.675],[-0.042,52.668],[-0.032,52.665],[-0.031,52.662],[0.021,52.665],[0.022,52.665],[0.049,52.681],[0.05,52.686],[0.048,52.69],[0.045,52.692],[0.046,52.698],[0.045,52.701],[0.045,52.712],[0.044,52.714],[0.046,52.715],[0.048,52.719],[0.055,52.722],[0.065,52.727],[0.076,52.725],[0.09,52.724],[0.094,52.728],[0.099,52.73],[0.105,52.73],[0.114,52.73],[0.115,52.732],[0.119,52.733],[0.129,52.738],[0.133,52.739],[0.139,52.739],[0.144,52.74],[0.153,52.738],[0.17,52.74],[0.171,52.738],[0.195,52.768],[0.2,52.775],[0.206,52.788],[0.215,52.823],[0.213,52.827],[0.213,52.829],[0.209,52.832],[0.201,52.839],[0.197,52.844],[0.196,52.849],[0.19,52.854],[0.185,52.856],[0.185,52.857],[0.181,52.861],[0.182,52.863],[0.179,52.867],[0.179,52.871],[0.176,52.874],[0.171,52.877],[0.15,52.882],[0.147,52.882],[0.145,52.885],[0.142,52.885],[0.128,52.89],[0.121,52.891],[0.116,52.894],[0.108,52.894],[0.103,52.894],[0.098,52.895],[0.093,52.894],[0.086,52.9],[0.083,52.899],[0.078,52.903],[0.07,52.905],[0.062,52.905],[0.069,52.908],[0.066,52.91],[0.065,52.912],[0.069,52.917],[0.069,52.919],[0.059,52.916],[0.039,52.904],[0.027,52.898],[0.011,52.892],[-0.024,52.877],[-0.037,52.872],[-0.035,52.87],[-0.04,52.868],[-0.059,52.864],[-0.066,52.863],[-0.069,52.864],[-0.07,52.864]]]]},"properties":{"PCON24NM":"South Holland and The Deepings","PCON24CD":"E14001487"},"PCON24CD":424}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.168,52.601],[-1.17,52.601],[-1.178,52.602],[-1.181,52.599],[-1.188,52.6],[-1.195,52.6],[-1.197,52.606],[-1.204,52.617],[-1.21,52.618],[-1.217,52.617],[-1.219,52.618],[-1.225,52.616],[-1.242,52.614],[-1.246,52.609],[-1.248,52.611],[-1.254,52.613],[-1.258,52.611],[-1.265,52.614],[-1.272,52.615],[-1.277,52.612],[-1.274,52.61],[-1.28,52.607],[-1.278,52.605],[-1.275,52.603],[-1.275,52.601],[-1.285,52.595],[-1.291,52.593],[-1.296,52.588],[-1.295,52.584],[-1.297,52.58],[-1.286,52.578],[-1.281,52.576],[-1.27,52.575],[-1.268,52.571],[-1.272,52.567],[-1.276,52.564],[-1.278,52.565],[-1.282,52.563],[-1.289,52.564],[-1.289,52.565],[-1.298,52.563],[-1.302,52.561],[-1.31,52.563],[-1.32,52.566],[-1.324,52.568],[-1.326,52.565],[-1.329,52.566],[-1.335,52.56],[-1.333,52.558],[-1.337,52.556],[-1.339,52.553],[-1.337,52.55],[-1.335,52.544],[-1.333,52.538],[-1.335,52.533],[-1.331,52.531],[-1.33,52.529],[-1.33,52.525],[-1.328,52.523],[-1.322,52.519],[-1.324,52.517],[-1.318,52.515],[-1.319,52.511],[-1.325,52.501],[-1.307,52.494],[-1.294,52.484],[-1.266,52.461],[-1.255,52.451],[-1.243,52.44],[-1.241,52.44],[-1.224,52.423],[-1.202,52.397],[-1.198,52.396],[-1.194,52.396],[-1.188,52.395],[-1.188,52.393],[-1.184,52.392],[-1.178,52.393],[-1.176,52.395],[-1.166,52.397],[-1.163,52.399],[-1.152,52.399],[-1.151,52.398],[-1.142,52.4],[-1.138,52.404],[-1.138,52.405],[-1.135,52.41],[-1.134,52.412],[-1.125,52.418],[-1.121,52.417],[-1.118,52.421],[-1.11,52.422],[-1.093,52.428],[-1.095,52.43],[-1.092,52.433],[-1.087,52.434],[-1.083,52.436],[-1.079,52.436],[-1.076,52.435],[-1.069,52.434],[-1.068,52.429],[-1.063,52.428],[-1.061,52.425],[-1.055,52.422],[-1.05,52.422],[-1.05,52.425],[-1.045,52.429],[-1.04,52.431],[-1.038,52.434],[-1.035,52.435],[-1.034,52.44],[-1.035,52.443],[-1.043,52.444],[-1.045,52.446],[-1.038,52.452],[-1.031,52.455],[-1.028,52.459],[-1.035,52.464],[-1.041,52.47],[-1.044,52.47],[-1.045,52.474],[-1.049,52.476],[-1.049,52.48],[-1.043,52.483],[-1.044,52.485],[-1.036,52.491],[-1.04,52.495],[-1.04,52.498],[-1.035,52.499],[-1.037,52.504],[-1.031,52.509],[-1.028,52.511],[-1.022,52.509],[-1.017,52.513],[-1.017,52.518],[-1.016,52.521],[-1.017,52.525],[-1.016,52.527],[-1.016,52.533],[-1.026,52.536],[-1.028,52.534],[-1.031,52.533],[-1.036,52.538],[-1.036,52.542],[-1.044,52.544],[-1.049,52.542],[-1.06,52.543],[-1.067,52.542],[-1.067,52.541],[-1.075,52.54],[-1.07,52.544],[-1.065,52.552],[-1.06,52.556],[-1.059,52.559],[-1.064,52.559],[-1.064,52.562],[-1.072,52.562],[-1.075,52.557],[-1.08,52.556],[-1.085,52.558],[-1.095,52.562],[-1.095,52.565],[-1.103,52.565],[-1.11,52.566],[-1.114,52.566],[-1.117,52.567],[-1.12,52.567],[-1.124,52.569],[-1.125,52.565],[-1.127,52.562],[-1.129,52.564],[-1.134,52.564],[-1.134,52.566],[-1.132,52.57],[-1.133,52.573],[-1.141,52.576],[-1.14,52.578],[-1.141,52.582],[-1.143,52.583],[-1.144,52.588],[-1.146,52.588],[-1.149,52.581],[-1.153,52.581],[-1.159,52.582],[-1.156,52.586],[-1.158,52.591],[-1.159,52.591],[-1.161,52.592],[-1.168,52.593],[-1.17,52.598],[-1.168,52.601]]]},"properties":{"PCON24NM":"South Leicestershire","PCON24CD":"E14001488"},"PCON24CD":425}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.61,52.54],[1.605,52.543],[1.607,52.548],[1.61,52.551],[1.614,52.552],[1.619,52.552],[1.625,52.554],[1.628,52.557],[1.633,52.561],[1.634,52.564],[1.633,52.571],[1.635,52.573],[1.638,52.575],[1.643,52.575],[1.647,52.576],[1.649,52.579],[1.646,52.584],[1.645,52.588],[1.641,52.588],[1.639,52.584],[1.636,52.581],[1.63,52.581],[1.627,52.579],[1.626,52.575],[1.62,52.573],[1.614,52.575],[1.608,52.574],[1.609,52.57],[1.607,52.568],[1.602,52.567],[1.597,52.563],[1.595,52.56],[1.59,52.557],[1.585,52.558],[1.579,52.556],[1.618,52.534],[1.621,52.536],[1.621,52.539],[1.619,52.541],[1.612,52.54],[1.61,52.54]]],[[[1.32,52.619],[1.323,52.621],[1.32,52.62],[1.32,52.619]]],[[[1.207,52.661],[1.203,52.661],[1.202,52.664],[1.204,52.67],[1.2,52.675],[1.194,52.678],[1.19,52.679],[1.186,52.677],[1.182,52.672],[1.176,52.668],[1.174,52.665],[1.164,52.665],[1.16,52.667],[1.152,52.668],[1.147,52.671],[1.146,52.668],[1.146,52.66],[1.139,52.66],[1.138,52.658],[1.139,52.654],[1.138,52.647],[1.135,52.643],[1.132,52.643],[1.132,52.646],[1.124,52.645],[1.115,52.646],[1.11,52.647],[1.101,52.649],[1.098,52.65],[1.093,52.651],[1.09,52.647],[1.095,52.646],[1.095,52.639],[1.099,52.635],[1.101,52.634],[1.11,52.635],[1.119,52.631],[1.124,52.633],[1.134,52.633],[1.137,52.63],[1.138,52.627],[1.136,52.625],[1.133,52.625],[1.127,52.622],[1.134,52.619],[1.135,52.614],[1.134,52.605],[1.134,52.602],[1.126,52.599],[1.122,52.6],[1.113,52.602],[1.106,52.609],[1.102,52.611],[1.097,52.61],[1.094,52.607],[1.09,52.606],[1.087,52.604],[1.079,52.601],[1.078,52.6],[1.083,52.596],[1.086,52.596],[1.092,52.592],[1.093,52.589],[1.088,52.581],[1.087,52.579],[1.089,52.571],[1.081,52.571],[1.08,52.565],[1.078,52.562],[1.076,52.557],[1.071,52.55],[1.067,52.548],[1.066,52.545],[1.063,52.543],[1.061,52.537],[1.064,52.535],[1.07,52.532],[1.079,52.528],[1.082,52.524],[1.086,52.523],[1.093,52.521],[1.095,52.518],[1.09,52.515],[1.096,52.513],[1.103,52.517],[1.105,52.519],[1.115,52.514],[1.124,52.512],[1.129,52.511],[1.14,52.503],[1.143,52.5],[1.147,52.496],[1.147,52.493],[1.158,52.489],[1.164,52.488],[1.171,52.485],[1.179,52.483],[1.182,52.485],[1.185,52.484],[1.19,52.479],[1.194,52.476],[1.198,52.477],[1.199,52.473],[1.202,52.471],[1.204,52.467],[1.208,52.467],[1.213,52.461],[1.215,52.455],[1.223,52.455],[1.227,52.464],[1.236,52.464],[1.248,52.46],[1.25,52.459],[1.264,52.453],[1.267,52.452],[1.289,52.452],[1.3,52.454],[1.306,52.453],[1.308,52.458],[1.31,52.46],[1.315,52.46],[1.319,52.462],[1.318,52.463],[1.334,52.462],[1.345,52.465],[1.353,52.472],[1.357,52.476],[1.358,52.481],[1.362,52.487],[1.36,52.489],[1.361,52.492],[1.355,52.493],[1.348,52.496],[1.335,52.496],[1.334,52.499],[1.339,52.506],[1.344,52.51],[1.351,52.513],[1.349,52.518],[1.366,52.517],[1.366,52.521],[1.374,52.52],[1.373,52.516],[1.379,52.516],[1.381,52.513],[1.39,52.512],[1.389,52.51],[1.393,52.509],[1.395,52.504],[1.399,52.503],[1.403,52.508],[1.407,52.508],[1.405,52.504],[1.408,52.504],[1.41,52.508],[1.416,52.507],[1.415,52.505],[1.423,52.504],[1.426,52.509],[1.435,52.508],[1.44,52.51],[1.445,52.509],[1.447,52.513],[1.45,52.513],[1.448,52.506],[1.455,52.507],[1.458,52.505],[1.463,52.504],[1.479,52.505],[1.48,52.504],[1.498,52.501],[1.51,52.501],[1.508,52.497],[1.51,52.496],[1.505,52.489],[1.506,52.484],[1.508,52.482],[1.508,52.479],[1.518,52.479],[1.521,52.482],[1.525,52.481],[1.529,52.482],[1.539,52.476],[1.539,52.469],[1.544,52.463],[1.546,52.462],[1.548,52.461],[1.549,52.459],[1.555,52.459],[1.557,52.458],[1.562,52.462],[1.562,52.467],[1.566,52.469],[1.565,52.472],[1.568,52.475],[1.573,52.475],[1.576,52.477],[1.583,52.477],[1.588,52.479],[1.596,52.475],[1.598,52.473],[1.605,52.471],[1.605,52.468],[1.607,52.467],[1.611,52.466],[1.618,52.463],[1.627,52.463],[1.634,52.463],[1.636,52.467],[1.643,52.469],[1.644,52.471],[1.647,52.472],[1.651,52.471],[1.655,52.468],[1.659,52.469],[1.664,52.475],[1.67,52.476],[1.671,52.478],[1.671,52.483],[1.676,52.484],[1.677,52.487],[1.682,52.491],[1.682,52.495],[1.676,52.498],[1.674,52.502],[1.669,52.504],[1.664,52.502],[1.657,52.501],[1.654,52.502],[1.653,52.502],[1.652,52.505],[1.647,52.507],[1.645,52.509],[1.647,52.513],[1.646,52.515],[1.639,52.517],[1.631,52.521],[1.628,52.524],[1.627,52.528],[1.579,52.556],[1.574,52.558],[1.567,52.559],[1.563,52.557],[1.559,52.557],[1.554,52.559],[1.548,52.556],[1.543,52.555],[1.54,52.555],[1.539,52.557],[1.539,52.558],[1.538,52.56],[1.533,52.562],[1.531,52.56],[1.529,52.559],[1.526,52.56],[1.524,52.561],[1.522,52.562],[1.521,52.564],[1.521,52.565],[1.521,52.566],[1.524,52.568],[1.522,52.572],[1.518,52.575],[1.515,52.576],[1.512,52.574],[1.51,52.573],[1.507,52.572],[1.503,52.571],[1.501,52.571],[1.498,52.571],[1.496,52.572],[1.495,52.573],[1.492,52.575],[1.492,52.576],[1.491,52.579],[1.488,52.58],[1.487,52.581],[1.487,52.582],[1.488,52.585],[1.485,52.587],[1.482,52.587],[1.475,52.586],[1.472,52.586],[1.467,52.588],[1.466,52.59],[1.465,52.592],[1.464,52.592],[1.46,52.594],[1.457,52.593],[1.454,52.594],[1.453,52.596],[1.453,52.597],[1.453,52.598],[1.454,52.601],[1.45,52.602],[1.444,52.604],[1.44,52.607],[1.435,52.611],[1.433,52.612],[1.433,52.614],[1.436,52.616],[1.436,52.619],[1.432,52.619],[1.431,52.618],[1.429,52.618],[1.427,52.618],[1.424,52.621],[1.42,52.622],[1.419,52.621],[1.417,52.621],[1.41,52.619],[1.409,52.617],[1.408,52.617],[1.408,52.616],[1.408,52.615],[1.408,52.614],[1.406,52.613],[1.404,52.614],[1.402,52.613],[1.401,52.611],[1.401,52.609],[1.4,52.609],[1.399,52.608],[1.398,52.607],[1.397,52.607],[1.396,52.606],[1.392,52.604],[1.388,52.604],[1.381,52.606],[1.38,52.607],[1.378,52.611],[1.377,52.614],[1.376,52.615],[1.376,52.617],[1.376,52.62],[1.373,52.621],[1.37,52.623],[1.365,52.624],[1.36,52.623],[1.351,52.621],[1.349,52.621],[1.349,52.622],[1.345,52.624],[1.344,52.624],[1.343,52.625],[1.335,52.625],[1.33,52.624],[1.328,52.624],[1.324,52.622],[1.321,52.619],[1.321,52.617],[1.318,52.615],[1.314,52.614],[1.313,52.614],[1.307,52.609],[1.303,52.608],[1.301,52.606],[1.293,52.601],[1.287,52.596],[1.283,52.595],[1.274,52.599],[1.274,52.6],[1.27,52.602],[1.264,52.6],[1.263,52.598],[1.258,52.598],[1.251,52.606],[1.248,52.607],[1.242,52.61],[1.245,52.614],[1.241,52.618],[1.234,52.617],[1.228,52.622],[1.232,52.628],[1.229,52.632],[1.227,52.632],[1.223,52.63],[1.223,52.628],[1.216,52.626],[1.213,52.627],[1.214,52.632],[1.214,52.634],[1.208,52.639],[1.205,52.639],[1.204,52.645],[1.21,52.645],[1.211,52.647],[1.208,52.648],[1.21,52.65],[1.214,52.651],[1.223,52.649],[1.224,52.653],[1.231,52.655],[1.236,52.654],[1.238,52.652],[1.249,52.648],[1.247,52.65],[1.248,52.652],[1.244,52.656],[1.235,52.659],[1.233,52.663],[1.235,52.665],[1.234,52.668],[1.222,52.673],[1.219,52.671],[1.217,52.666],[1.213,52.663],[1.207,52.661]]]]},"properties":{"PCON24NM":"South Norfolk","PCON24CD":"E14001489"},"PCON24CD":426}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.654,52.268],[-0.659,52.27],[-0.661,52.271],[-0.665,52.272],[-0.673,52.275],[-0.681,52.276],[-0.685,52.277],[-0.689,52.275],[-0.691,52.275],[-0.7,52.272],[-0.701,52.269],[-0.705,52.265],[-0.71,52.265],[-0.71,52.263],[-0.714,52.262],[-0.718,52.259],[-0.721,52.256],[-0.725,52.252],[-0.737,52.247],[-0.738,52.248],[-0.748,52.246],[-0.753,52.248],[-0.759,52.248],[-0.762,52.249],[-0.769,52.246],[-0.774,52.245],[-0.779,52.247],[-0.781,52.245],[-0.791,52.242],[-0.803,52.241],[-0.805,52.241],[-0.812,52.242],[-0.815,52.24],[-0.822,52.238],[-0.829,52.238],[-0.841,52.237],[-0.839,52.233],[-0.834,52.233],[-0.835,52.228],[-0.83,52.223],[-0.834,52.223],[-0.838,52.218],[-0.839,52.214],[-0.837,52.212],[-0.841,52.209],[-0.845,52.208],[-0.854,52.208],[-0.862,52.206],[-0.872,52.201],[-0.877,52.198],[-0.879,52.195],[-0.885,52.196],[-0.889,52.198],[-0.892,52.197],[-0.892,52.192],[-0.895,52.187],[-0.903,52.19],[-0.917,52.2],[-0.922,52.203],[-0.932,52.207],[-0.951,52.212],[-0.968,52.219],[-0.967,52.223],[-0.967,52.226],[-0.969,52.228],[-0.969,52.231],[-0.967,52.232],[-0.965,52.235],[-0.969,52.237],[-0.969,52.24],[-0.965,52.241],[-0.964,52.243],[-0.965,52.246],[-0.965,52.25],[-0.968,52.25],[-0.966,52.256],[-0.962,52.259],[-0.972,52.258],[-0.987,52.258],[-0.989,52.257],[-0.998,52.251],[-0.997,52.248],[-1.009,52.248],[-1.014,52.245],[-1.014,52.242],[-1.02,52.241],[-1.035,52.238],[-1.042,52.238],[-1.043,52.236],[-1.042,52.233],[-1.048,52.231],[-1.052,52.232],[-1.057,52.231],[-1.059,52.227],[-1.063,52.229],[-1.066,52.227],[-1.057,52.218],[-1.044,52.203],[-1.042,52.2],[-1.038,52.196],[-1.044,52.193],[-1.052,52.195],[-1.06,52.197],[-1.079,52.193],[-1.082,52.194],[-1.09,52.19],[-1.089,52.183],[-1.091,52.181],[-1.098,52.179],[-1.103,52.18],[-1.113,52.179],[-1.12,52.182],[-1.127,52.186],[-1.128,52.181],[-1.126,52.177],[-1.121,52.174],[-1.124,52.173],[-1.13,52.169],[-1.135,52.173],[-1.137,52.173],[-1.139,52.17],[-1.144,52.166],[-1.153,52.17],[-1.158,52.17],[-1.157,52.164],[-1.146,52.16],[-1.144,52.158],[-1.145,52.153],[-1.14,52.151],[-1.137,52.149],[-1.138,52.146],[-1.148,52.146],[-1.168,52.143],[-1.173,52.143],[-1.185,52.145],[-1.19,52.146],[-1.194,52.145],[-1.195,52.142],[-1.204,52.14],[-1.204,52.139],[-1.209,52.136],[-1.215,52.137],[-1.22,52.136],[-1.223,52.134],[-1.227,52.136],[-1.232,52.131],[-1.235,52.132],[-1.236,52.129],[-1.238,52.128],[-1.242,52.128],[-1.245,52.127],[-1.243,52.124],[-1.243,52.121],[-1.239,52.119],[-1.242,52.115],[-1.241,52.11],[-1.242,52.106],[-1.251,52.103],[-1.252,52.102],[-1.249,52.099],[-1.248,52.096],[-1.254,52.096],[-1.262,52.096],[-1.27,52.098],[-1.276,52.097],[-1.28,52.094],[-1.288,52.093],[-1.295,52.093],[-1.298,52.092],[-1.308,52.092],[-1.317,52.09],[-1.32,52.088],[-1.321,52.085],[-1.319,52.08],[-1.316,52.08],[-1.299,52.08],[-1.298,52.078],[-1.299,52.075],[-1.302,52.075],[-1.307,52.07],[-1.3,52.069],[-1.301,52.066],[-1.304,52.064],[-1.308,52.064],[-1.309,52.061],[-1.307,52.058],[-1.313,52.052],[-1.307,52.047],[-1.3,52.045],[-1.294,52.039],[-1.295,52.038],[-1.292,52.031],[-1.294,52.028],[-1.286,52.027],[-1.284,52.025],[-1.285,52.021],[-1.281,52.018],[-1.278,52.014],[-1.279,52.011],[-1.282,52.011],[-1.284,52.009],[-1.28,52.009],[-1.277,52.005],[-1.28,52.003],[-1.283,52],[-1.284,51.996],[-1.282,51.993],[-1.284,51.991],[-1.287,51.99],[-1.287,51.988],[-1.284,51.983],[-1.281,51.982],[-1.27,51.983],[-1.261,51.981],[-1.254,51.983],[-1.249,51.986],[-1.247,51.985],[-1.242,51.986],[-1.24,51.985],[-1.234,51.983],[-1.23,51.981],[-1.224,51.98],[-1.218,51.98],[-1.207,51.978],[-1.201,51.978],[-1.196,51.977],[-1.191,51.982],[-1.18,51.982],[-1.175,51.983],[-1.172,51.986],[-1.164,51.993],[-1.157,51.992],[-1.151,51.993],[-1.149,51.995],[-1.141,51.998],[-1.134,51.997],[-1.131,52.005],[-1.125,52.007],[-1.123,52.011],[-1.12,52.016],[-1.118,52.015],[-1.121,52.017],[-1.125,52.017],[-1.128,52.018],[-1.136,52.02],[-1.137,52.022],[-1.133,52.028],[-1.131,52.032],[-1.127,52.037],[-1.126,52.039],[-1.123,52.042],[-1.122,52.045],[-1.12,52.046],[-1.114,52.048],[-1.106,52.049],[-1.104,52.048],[-1.099,52.049],[-1.096,52.051],[-1.089,52.052],[-1.083,52.052],[-1.08,52.057],[-1.076,52.059],[-1.072,52.058],[-1.068,52.061],[-1.062,52.063],[-1.053,52.06],[-1.048,52.063],[-1.041,52.066],[-1.038,52.066],[-1.03,52.063],[-1.026,52.066],[-1.029,52.07],[-1.032,52.071],[-1.042,52.074],[-1.028,52.075],[-1.021,52.075],[-1.02,52.073],[-1.013,52.072],[-1.007,52.072],[-1.006,52.073],[-1,52.072],[-0.995,52.073],[-0.99,52.071],[-0.982,52.07],[-0.981,52.071],[-0.973,52.073],[-0.968,52.071],[-0.965,52.075],[-0.959,52.079],[-0.952,52.082],[-0.947,52.079],[-0.945,52.077],[-0.94,52.076],[-0.944,52.073],[-0.944,52.07],[-0.94,52.068],[-0.942,52.064],[-0.938,52.061],[-0.937,52.059],[-0.932,52.054],[-0.93,52.05],[-0.93,52.044],[-0.924,52.036],[-0.92,52.033],[-0.914,52.029],[-0.912,52.025],[-0.906,52.021],[-0.904,52.024],[-0.9,52.026],[-0.891,52.03],[-0.889,52.032],[-0.884,52.028],[-0.878,52.03],[-0.876,52.034],[-0.873,52.036],[-0.871,52.04],[-0.87,52.045],[-0.866,52.047],[-0.86,52.045],[-0.852,52.051],[-0.853,52.052],[-0.858,52.053],[-0.861,52.055],[-0.86,52.059],[-0.863,52.061],[-0.859,52.063],[-0.851,52.065],[-0.845,52.063],[-0.839,52.064],[-0.833,52.069],[-0.832,52.072],[-0.836,52.075],[-0.835,52.08],[-0.838,52.082],[-0.844,52.085],[-0.846,52.091],[-0.856,52.093],[-0.858,52.097],[-0.869,52.1],[-0.869,52.101],[-0.865,52.103],[-0.87,52.105],[-0.869,52.108],[-0.873,52.113],[-0.882,52.113],[-0.887,52.115],[-0.884,52.116],[-0.881,52.12],[-0.881,52.123],[-0.879,52.126],[-0.87,52.13],[-0.862,52.131],[-0.854,52.132],[-0.851,52.129],[-0.847,52.129],[-0.838,52.131],[-0.836,52.133],[-0.832,52.131],[-0.828,52.133],[-0.829,52.135],[-0.831,52.141],[-0.832,52.144],[-0.817,52.144],[-0.809,52.148],[-0.807,52.153],[-0.808,52.157],[-0.8,52.157],[-0.797,52.153],[-0.794,52.154],[-0.792,52.151],[-0.788,52.154],[-0.783,52.16],[-0.78,52.163],[-0.778,52.169],[-0.772,52.169],[-0.765,52.171],[-0.764,52.168],[-0.76,52.165],[-0.758,52.167],[-0.751,52.168],[-0.746,52.169],[-0.745,52.17],[-0.739,52.171],[-0.737,52.174],[-0.735,52.174],[-0.729,52.179],[-0.721,52.182],[-0.711,52.188],[-0.709,52.189],[-0.703,52.193],[-0.694,52.195],[-0.685,52.196],[-0.673,52.196],[-0.668,52.195],[-0.669,52.198],[-0.662,52.208],[-0.659,52.21],[-0.649,52.221],[-0.637,52.227],[-0.64,52.229],[-0.643,52.235],[-0.643,52.239],[-0.645,52.242],[-0.65,52.254],[-0.65,52.256],[-0.654,52.268]]]},"properties":{"PCON24NM":"South Northamptonshire","PCON24CD":"E14001490"},"PCON24CD":427}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.816,53.673],[-2.817,53.671],[-2.823,53.669],[-2.82,53.666],[-2.821,53.663],[-2.815,53.661],[-2.815,53.658],[-2.812,53.656],[-2.812,53.653],[-2.815,53.651],[-2.814,53.648],[-2.81,53.645],[-2.81,53.643],[-2.807,53.642],[-2.811,53.648],[-2.809,53.654],[-2.809,53.66],[-2.816,53.673]]],[[[-2.801,53.625],[-2.801,53.623],[-2.796,53.616],[-2.791,53.615],[-2.788,53.617],[-2.789,53.619],[-2.793,53.623],[-2.781,53.623],[-2.779,53.62],[-2.774,53.62],[-2.765,53.619],[-2.758,53.615],[-2.749,53.618],[-2.743,53.622],[-2.736,53.624],[-2.732,53.622],[-2.727,53.621],[-2.721,53.619],[-2.71,53.618],[-2.705,53.619],[-2.704,53.621],[-2.701,53.623],[-2.692,53.624],[-2.691,53.62],[-2.695,53.616],[-2.69,53.612],[-2.685,53.613],[-2.674,53.616],[-2.676,53.624],[-2.662,53.633],[-2.656,53.632],[-2.653,53.633],[-2.655,53.639],[-2.658,53.639],[-2.658,53.65],[-2.663,53.649],[-2.665,53.653],[-2.67,53.656],[-2.673,53.665],[-2.678,53.666],[-2.684,53.664],[-2.693,53.665],[-2.698,53.664],[-2.7,53.665],[-2.706,53.665],[-2.714,53.666],[-2.714,53.669],[-2.711,53.676],[-2.708,53.676],[-2.707,53.682],[-2.699,53.68],[-2.687,53.679],[-2.677,53.679],[-2.668,53.68],[-2.665,53.682],[-2.659,53.681],[-2.658,53.686],[-2.656,53.688],[-2.658,53.691],[-2.662,53.692],[-2.674,53.693],[-2.678,53.694],[-2.677,53.704],[-2.674,53.709],[-2.669,53.712],[-2.658,53.718],[-2.664,53.72],[-2.675,53.721],[-2.686,53.72],[-2.695,53.717],[-2.695,53.719],[-2.69,53.722],[-2.696,53.731],[-2.695,53.733],[-2.698,53.734],[-2.701,53.739],[-2.695,53.739],[-2.7,53.743],[-2.701,53.746],[-2.7,53.75],[-2.704,53.75],[-2.71,53.748],[-2.717,53.75],[-2.718,53.753],[-2.721,53.756],[-2.731,53.758],[-2.745,53.757],[-2.757,53.756],[-2.764,53.755],[-2.774,53.753],[-2.783,53.753],[-2.801,53.749],[-2.811,53.746],[-2.828,53.743],[-2.846,53.738],[-2.855,53.735],[-2.853,53.733],[-2.843,53.729],[-2.836,53.725],[-2.83,53.72],[-2.825,53.714],[-2.824,53.702],[-2.825,53.701],[-2.829,53.701],[-2.833,53.7],[-2.832,53.695],[-2.83,53.694],[-2.829,53.691],[-2.826,53.688],[-2.822,53.688],[-2.818,53.687],[-2.819,53.684],[-2.823,53.684],[-2.824,53.681],[-2.818,53.679],[-2.818,53.677],[-2.81,53.662],[-2.809,53.659],[-2.809,53.654],[-2.811,53.648],[-2.806,53.641],[-2.806,53.64],[-2.807,53.638],[-2.806,53.633],[-2.808,53.63],[-2.807,53.628],[-2.802,53.627],[-2.802,53.626],[-2.801,53.625]]]]},"properties":{"PCON24NM":"South Ribble","PCON24CD":"E14001491"},"PCON24CD":428}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.364,54.944],[-1.358,54.948],[-1.356,54.951],[-1.357,54.954],[-1.353,54.958],[-1.357,54.966],[-1.36,54.968],[-1.362,54.972],[-1.372,54.975],[-1.378,54.978],[-1.382,54.982],[-1.38,54.985],[-1.385,54.986],[-1.389,54.989],[-1.392,54.988],[-1.395,54.991],[-1.401,54.992],[-1.407,54.996],[-1.411,54.999],[-1.414,55.004],[-1.419,55.003],[-1.425,55.006],[-1.429,55.007],[-1.439,55.005],[-1.44,55.002],[-1.44,54.997],[-1.449,54.987],[-1.449,54.985],[-1.45,54.981],[-1.452,54.979],[-1.449,54.977],[-1.453,54.975],[-1.461,54.971],[-1.458,54.967],[-1.46,54.966],[-1.453,54.963],[-1.459,54.96],[-1.448,54.958],[-1.429,54.95],[-1.431,54.948],[-1.436,54.948],[-1.436,54.946],[-1.444,54.946],[-1.444,54.943],[-1.453,54.941],[-1.45,54.934],[-1.442,54.933],[-1.433,54.933],[-1.432,54.93],[-1.426,54.93],[-1.419,54.93],[-1.417,54.934],[-1.412,54.936],[-1.404,54.938],[-1.397,54.94],[-1.392,54.939],[-1.388,54.938],[-1.384,54.939],[-1.379,54.937],[-1.376,54.937],[-1.374,54.944],[-1.366,54.943],[-1.364,54.944]]]},"properties":{"PCON24NM":"South Shields","PCON24CD":"E14001492"},"PCON24CD":429}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.51,52.638],[-2.513,52.641],[-2.53,52.649],[-2.54,52.652],[-2.545,52.653],[-2.548,52.655],[-2.546,52.658],[-2.554,52.66],[-2.555,52.663],[-2.553,52.665],[-2.549,52.666],[-2.556,52.671],[-2.575,52.68],[-2.587,52.684],[-2.589,52.684],[-2.598,52.69],[-2.603,52.689],[-2.608,52.692],[-2.609,52.695],[-2.617,52.698],[-2.623,52.699],[-2.624,52.703],[-2.632,52.703],[-2.635,52.702],[-2.636,52.699],[-2.641,52.698],[-2.648,52.699],[-2.657,52.696],[-2.662,52.701],[-2.676,52.702],[-2.679,52.699],[-2.686,52.697],[-2.693,52.698],[-2.696,52.701],[-2.709,52.698],[-2.712,52.697],[-2.708,52.693],[-2.711,52.692],[-2.727,52.689],[-2.735,52.685],[-2.742,52.681],[-2.744,52.68],[-2.742,52.677],[-2.745,52.676],[-2.74,52.673],[-2.735,52.667],[-2.73,52.667],[-2.729,52.666],[-2.734,52.663],[-2.741,52.666],[-2.744,52.664],[-2.748,52.665],[-2.75,52.663],[-2.756,52.662],[-2.76,52.661],[-2.763,52.663],[-2.766,52.657],[-2.769,52.654],[-2.774,52.656],[-2.778,52.656],[-2.786,52.655],[-2.789,52.654],[-2.786,52.65],[-2.789,52.65],[-2.794,52.647],[-2.795,52.644],[-2.8,52.642],[-2.806,52.639],[-2.803,52.637],[-2.807,52.636],[-2.81,52.637],[-2.816,52.636],[-2.818,52.635],[-2.826,52.633],[-2.84,52.633],[-2.848,52.635],[-2.853,52.635],[-2.857,52.633],[-2.86,52.63],[-2.866,52.628],[-2.872,52.628],[-2.877,52.629],[-2.882,52.628],[-2.883,52.626],[-2.882,52.623],[-2.882,52.619],[-2.886,52.616],[-2.889,52.615],[-2.89,52.612],[-2.887,52.611],[-2.882,52.609],[-2.877,52.608],[-2.875,52.604],[-2.878,52.601],[-2.883,52.603],[-2.891,52.604],[-2.894,52.601],[-2.896,52.604],[-2.896,52.607],[-2.894,52.608],[-2.895,52.61],[-2.899,52.613],[-2.899,52.619],[-2.901,52.623],[-2.901,52.627],[-2.902,52.629],[-2.91,52.627],[-2.914,52.629],[-2.918,52.622],[-2.922,52.623],[-2.929,52.621],[-2.931,52.619],[-2.928,52.616],[-2.929,52.614],[-2.935,52.614],[-2.939,52.612],[-2.941,52.614],[-2.952,52.613],[-2.954,52.614],[-2.951,52.62],[-2.956,52.624],[-2.955,52.627],[-2.957,52.628],[-2.957,52.63],[-2.961,52.635],[-2.966,52.635],[-2.965,52.638],[-2.961,52.639],[-2.958,52.641],[-2.954,52.642],[-2.96,52.649],[-2.961,52.651],[-2.959,52.653],[-2.957,52.656],[-2.954,52.658],[-2.956,52.661],[-2.967,52.662],[-2.969,52.659],[-2.973,52.657],[-2.978,52.66],[-2.981,52.658],[-2.986,52.66],[-2.99,52.658],[-3.008,52.652],[-3.019,52.652],[-3.025,52.653],[-3.033,52.657],[-3.035,52.661],[-3.041,52.665],[-3.045,52.666],[-3.049,52.663],[-3.049,52.658],[-3.045,52.657],[-3.049,52.654],[-3.052,52.652],[-3.052,52.647],[-3.058,52.647],[-3.063,52.645],[-3.069,52.646],[-3.082,52.641],[-3.075,52.639],[-3.063,52.634],[-3.06,52.631],[-3.065,52.63],[-3.068,52.631],[-3.075,52.627],[-3.072,52.626],[-3.081,52.622],[-3.083,52.619],[-3.083,52.616],[-3.093,52.61],[-3.091,52.606],[-3.089,52.603],[-3.089,52.6],[-3.101,52.598],[-3.102,52.595],[-3.106,52.595],[-3.11,52.59],[-3.114,52.589],[-3.118,52.586],[-3.122,52.588],[-3.13,52.586],[-3.136,52.586],[-3.14,52.585],[-3.138,52.583],[-3.138,52.574],[-3.135,52.572],[-3.132,52.569],[-3.127,52.566],[-3.126,52.564],[-3.117,52.552],[-3.111,52.541],[-3.117,52.538],[-3.13,52.537],[-3.137,52.534],[-3.135,52.528],[-3.131,52.527],[-3.127,52.528],[-3.122,52.528],[-3.104,52.531],[-3.1,52.531],[-3.098,52.533],[-3.091,52.533],[-3.083,52.536],[-3.081,52.539],[-3.083,52.541],[-3.091,52.543],[-3.094,52.545],[-3.092,52.548],[-3.086,52.549],[-3.087,52.551],[-3.081,52.552],[-3.072,52.554],[-3.065,52.557],[-3.06,52.555],[-3.057,52.559],[-3.05,52.561],[-3.043,52.568],[-3.036,52.572],[-3.028,52.573],[-3.02,52.575],[-3.014,52.575],[-3.007,52.574],[-3.001,52.568],[-2.998,52.564],[-2.999,52.559],[-2.998,52.556],[-3,52.555],[-2.995,52.552],[-2.998,52.548],[-3,52.541],[-3.004,52.534],[-3.002,52.532],[-3.005,52.529],[-3.001,52.525],[-3.001,52.523],[-3.006,52.52],[-3.011,52.52],[-3.012,52.522],[-3.016,52.522],[-3.02,52.523],[-3.023,52.523],[-3.027,52.524],[-3.032,52.524],[-3.032,52.519],[-3.036,52.512],[-3.032,52.51],[-3.034,52.506],[-3.033,52.504],[-3.029,52.501],[-3.044,52.5],[-3.046,52.499],[-3.054,52.5],[-3.076,52.499],[-3.086,52.499],[-3.098,52.5],[-3.109,52.499],[-3.113,52.498],[-3.118,52.495],[-3.121,52.494],[-3.128,52.492],[-3.139,52.492],[-3.145,52.489],[-3.157,52.485],[-3.171,52.479],[-3.181,52.474],[-3.194,52.476],[-3.197,52.475],[-3.212,52.468],[-3.216,52.466],[-3.217,52.463],[-3.223,52.457],[-3.231,52.453],[-3.233,52.451],[-3.233,52.446],[-3.236,52.443],[-3.234,52.44],[-3.23,52.44],[-3.229,52.437],[-3.23,52.435],[-3.231,52.43],[-3.225,52.429],[-3.222,52.427],[-3.219,52.421],[-3.212,52.419],[-3.199,52.417],[-3.195,52.414],[-3.192,52.415],[-3.188,52.412],[-3.181,52.41],[-3.173,52.407],[-3.17,52.403],[-3.161,52.4],[-3.159,52.398],[-3.162,52.394],[-3.158,52.392],[-3.154,52.388],[-3.149,52.388],[-3.141,52.387],[-3.128,52.383],[-3.126,52.38],[-3.12,52.377],[-3.111,52.377],[-3.102,52.371],[-3.101,52.368],[-3.098,52.367],[-3.092,52.363],[-3.083,52.359],[-3.074,52.357],[-3.071,52.355],[-3.065,52.353],[-3.065,52.35],[-3.058,52.348],[-3.052,52.348],[-3.047,52.347],[-3.041,52.344],[-3.026,52.347],[-3.022,52.347],[-3.009,52.349],[-3.006,52.349],[-3.003,52.351],[-2.998,52.352],[-2.994,52.351],[-2.991,52.352],[-2.985,52.351],[-2.978,52.354],[-2.974,52.355],[-2.972,52.352],[-2.963,52.351],[-2.96,52.349],[-2.955,52.349],[-2.953,52.349],[-2.943,52.35],[-2.934,52.35],[-2.936,52.353],[-2.931,52.355],[-2.939,52.361],[-2.931,52.363],[-2.928,52.366],[-2.921,52.368],[-2.915,52.369],[-2.911,52.368],[-2.906,52.368],[-2.91,52.372],[-2.916,52.374],[-2.922,52.375],[-2.922,52.377],[-2.914,52.382],[-2.92,52.385],[-2.918,52.386],[-2.906,52.386],[-2.902,52.383],[-2.898,52.382],[-2.898,52.38],[-2.893,52.379],[-2.895,52.375],[-2.89,52.376],[-2.887,52.378],[-2.888,52.385],[-2.883,52.387],[-2.874,52.387],[-2.864,52.389],[-2.858,52.394],[-2.855,52.396],[-2.847,52.394],[-2.841,52.392],[-2.832,52.392],[-2.828,52.391],[-2.818,52.391],[-2.81,52.388],[-2.808,52.389],[-2.806,52.386],[-2.809,52.384],[-2.809,52.38],[-2.807,52.376],[-2.799,52.373],[-2.792,52.374],[-2.794,52.371],[-2.792,52.365],[-2.796,52.361],[-2.795,52.359],[-2.792,52.357],[-2.789,52.358],[-2.783,52.359],[-2.778,52.358],[-2.767,52.36],[-2.759,52.359],[-2.743,52.359],[-2.742,52.357],[-2.733,52.356],[-2.738,52.351],[-2.74,52.347],[-2.738,52.343],[-2.743,52.34],[-2.748,52.335],[-2.756,52.337],[-2.758,52.334],[-2.767,52.336],[-2.765,52.333],[-2.759,52.329],[-2.753,52.327],[-2.746,52.327],[-2.743,52.324],[-2.739,52.322],[-2.737,52.319],[-2.726,52.32],[-2.72,52.316],[-2.719,52.313],[-2.712,52.308],[-2.708,52.31],[-2.695,52.31],[-2.681,52.312],[-2.68,52.315],[-2.688,52.315],[-2.689,52.316],[-2.686,52.32],[-2.685,52.324],[-2.679,52.33],[-2.676,52.335],[-2.67,52.341],[-2.666,52.342],[-2.66,52.341],[-2.659,52.339],[-2.656,52.338],[-2.66,52.335],[-2.656,52.333],[-2.648,52.332],[-2.644,52.334],[-2.641,52.332],[-2.641,52.329],[-2.637,52.328],[-2.637,52.325],[-2.634,52.325],[-2.63,52.322],[-2.624,52.321],[-2.623,52.32],[-2.628,52.314],[-2.62,52.307],[-2.618,52.307],[-2.615,52.308],[-2.61,52.306],[-2.601,52.31],[-2.595,52.314],[-2.584,52.313],[-2.579,52.317],[-2.574,52.317],[-2.567,52.313],[-2.562,52.315],[-2.565,52.318],[-2.564,52.322],[-2.561,52.326],[-2.561,52.331],[-2.562,52.333],[-2.557,52.335],[-2.555,52.334],[-2.549,52.337],[-2.546,52.34],[-2.541,52.342],[-2.539,52.344],[-2.534,52.344],[-2.53,52.343],[-2.522,52.342],[-2.516,52.338],[-2.512,52.337],[-2.509,52.335],[-2.509,52.333],[-2.513,52.332],[-2.511,52.329],[-2.505,52.328],[-2.503,52.329],[-2.495,52.33],[-2.49,52.329],[-2.488,52.331],[-2.483,52.331],[-2.48,52.333],[-2.481,52.336],[-2.478,52.338],[-2.484,52.345],[-2.482,52.351],[-2.484,52.353],[-2.488,52.354],[-2.485,52.356],[-2.486,52.36],[-2.484,52.361],[-2.475,52.36],[-2.473,52.362],[-2.476,52.366],[-2.473,52.366],[-2.468,52.365],[-2.464,52.365],[-2.463,52.367],[-2.457,52.368],[-2.449,52.368],[-2.435,52.366],[-2.431,52.367],[-2.426,52.366],[-2.423,52.366],[-2.42,52.368],[-2.415,52.368],[-2.41,52.37],[-2.41,52.374],[-2.415,52.378],[-2.415,52.381],[-2.411,52.385],[-2.401,52.383],[-2.394,52.384],[-2.39,52.382],[-2.387,52.384],[-2.378,52.383],[-2.368,52.388],[-2.363,52.388],[-2.36,52.387],[-2.354,52.389],[-2.351,52.388],[-2.35,52.386],[-2.344,52.386],[-2.34,52.384],[-2.336,52.385],[-2.334,52.389],[-2.342,52.393],[-2.347,52.394],[-2.351,52.396],[-2.361,52.399],[-2.364,52.399],[-2.373,52.402],[-2.369,52.404],[-2.366,52.408],[-2.368,52.414],[-2.365,52.418],[-2.366,52.42],[-2.366,52.424],[-2.363,52.426],[-2.364,52.432],[-2.364,52.439],[-2.355,52.44],[-2.351,52.438],[-2.345,52.439],[-2.339,52.436],[-2.333,52.435],[-2.326,52.438],[-2.322,52.436],[-2.312,52.438],[-2.31,52.442],[-2.306,52.446],[-2.293,52.452],[-2.287,52.455],[-2.291,52.457],[-2.289,52.459],[-2.291,52.466],[-2.295,52.47],[-2.296,52.474],[-2.304,52.482],[-2.309,52.483],[-2.313,52.489],[-2.308,52.495],[-2.308,52.498],[-2.298,52.503],[-2.296,52.507],[-2.291,52.512],[-2.273,52.519],[-2.262,52.524],[-2.261,52.527],[-2.269,52.531],[-2.263,52.538],[-2.256,52.542],[-2.26,52.544],[-2.265,52.549],[-2.279,52.553],[-2.279,52.554],[-2.27,52.56],[-2.262,52.564],[-2.263,52.571],[-2.27,52.575],[-2.274,52.58],[-2.281,52.584],[-2.289,52.586],[-2.295,52.585],[-2.294,52.587],[-2.299,52.589],[-2.299,52.592],[-2.302,52.593],[-2.308,52.591],[-2.318,52.593],[-2.322,52.594],[-2.325,52.601],[-2.324,52.604],[-2.324,52.61],[-2.323,52.612],[-2.321,52.615],[-2.32,52.622],[-2.317,52.622],[-2.319,52.628],[-2.323,52.628],[-2.323,52.633],[-2.325,52.636],[-2.328,52.637],[-2.334,52.637],[-2.338,52.636],[-2.34,52.633],[-2.343,52.633],[-2.351,52.631],[-2.353,52.628],[-2.354,52.625],[-2.357,52.624],[-2.359,52.627],[-2.37,52.629],[-2.374,52.631],[-2.374,52.632],[-2.38,52.637],[-2.381,52.641],[-2.386,52.648],[-2.394,52.645],[-2.396,52.646],[-2.401,52.643],[-2.406,52.643],[-2.416,52.645],[-2.419,52.639],[-2.419,52.636],[-2.418,52.634],[-2.424,52.632],[-2.429,52.63],[-2.437,52.627],[-2.436,52.622],[-2.437,52.619],[-2.434,52.618],[-2.438,52.615],[-2.442,52.616],[-2.445,52.615],[-2.455,52.619],[-2.463,52.623],[-2.466,52.624],[-2.47,52.622],[-2.473,52.624],[-2.476,52.623],[-2.484,52.625],[-2.486,52.624],[-2.492,52.628],[-2.5,52.629],[-2.506,52.632],[-2.511,52.637],[-2.51,52.638]]]},"properties":{"PCON24NM":"South Shropshire","PCON24CD":"E14001493"},"PCON24CD":430}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.161,52.032],[1.164,52.03],[1.166,52.03],[1.161,52.032]]],[[[0.716,52.178],[0.714,52.177],[0.708,52.179],[0.703,52.181],[0.698,52.181],[0.694,52.18],[0.696,52.178],[0.693,52.176],[0.697,52.17],[0.693,52.166],[0.693,52.162],[0.692,52.158],[0.686,52.159],[0.682,52.156],[0.677,52.158],[0.676,52.159],[0.664,52.158],[0.663,52.161],[0.654,52.162],[0.645,52.16],[0.644,52.156],[0.641,52.156],[0.638,52.148],[0.64,52.146],[0.634,52.143],[0.634,52.141],[0.638,52.138],[0.637,52.133],[0.633,52.131],[0.627,52.131],[0.627,52.129],[0.631,52.127],[0.629,52.125],[0.631,52.123],[0.634,52.123],[0.636,52.119],[0.634,52.118],[0.635,52.115],[0.638,52.114],[0.639,52.11],[0.642,52.11],[0.647,52.103],[0.651,52.101],[0.653,52.097],[0.655,52.091],[0.654,52.086],[0.657,52.085],[0.66,52.084],[0.665,52.086],[0.673,52.086],[0.674,52.085],[0.679,52.084],[0.681,52.086],[0.684,52.087],[0.688,52.086],[0.69,52.08],[0.693,52.079],[0.701,52.08],[0.707,52.077],[0.706,52.074],[0.712,52.072],[0.711,52.069],[0.71,52.067],[0.704,52.066],[0.704,52.063],[0.707,52.06],[0.711,52.054],[0.716,52.051],[0.716,52.049],[0.713,52.049],[0.704,52.047],[0.7,52.048],[0.697,52.043],[0.697,52.039],[0.699,52.037],[0.703,52.038],[0.704,52.036],[0.712,52.035],[0.709,52.033],[0.707,52.03],[0.714,52.027],[0.72,52.028],[0.737,52.032],[0.741,52.03],[0.741,52.025],[0.743,52.023],[0.742,52.02],[0.742,52.016],[0.738,52.012],[0.742,52.008],[0.749,52.006],[0.75,52.003],[0.75,52],[0.752,51.999],[0.757,51.999],[0.761,51.998],[0.76,51.995],[0.763,51.991],[0.76,51.987],[0.76,51.985],[0.767,51.984],[0.771,51.982],[0.775,51.983],[0.773,51.979],[0.774,51.971],[0.776,51.967],[0.781,51.967],[0.785,51.968],[0.787,51.963],[0.796,51.964],[0.8,51.962],[0.812,51.961],[0.814,51.962],[0.814,51.966],[0.819,51.968],[0.822,51.969],[0.831,51.966],[0.833,51.966],[0.84,51.963],[0.842,51.962],[0.849,51.961],[0.854,51.963],[0.858,51.963],[0.859,51.966],[0.863,51.968],[0.868,51.969],[0.873,51.969],[0.873,51.967],[0.881,51.967],[0.887,51.969],[0.889,51.973],[0.893,51.973],[0.896,51.972],[0.9,51.974],[0.904,51.973],[0.917,51.974],[0.925,51.976],[0.928,51.972],[0.931,51.972],[0.94,51.972],[0.943,51.971],[0.952,51.973],[0.956,51.976],[0.963,51.977],[0.965,51.975],[0.965,51.972],[0.972,51.969],[0.968,51.964],[0.975,51.961],[0.982,51.962],[0.989,51.961],[0.993,51.962],[0.999,51.964],[1.004,51.962],[1.005,51.96],[1.008,51.956],[1.012,51.955],[1.016,51.955],[1.019,51.953],[1.025,51.955],[1.029,51.957],[1.032,51.957],[1.042,51.956],[1.042,51.959],[1.048,51.959],[1.053,51.957],[1.054,51.953],[1.059,51.95],[1.06,51.952],[1.064,51.953],[1.065,51.949],[1.067,51.95],[1.067,51.952],[1.076,51.955],[1.082,51.957],[1.084,51.959],[1.089,51.959],[1.094,51.958],[1.099,51.954],[1.109,51.954],[1.114,51.956],[1.119,51.956],[1.13,51.954],[1.132,51.958],[1.144,51.962],[1.154,51.964],[1.158,51.966],[1.16,51.965],[1.164,51.968],[1.169,51.966],[1.175,51.966],[1.18,51.964],[1.184,51.958],[1.187,51.956],[1.195,51.956],[1.207,51.955],[1.212,51.956],[1.22,51.953],[1.223,51.956],[1.225,51.955],[1.233,51.957],[1.238,51.961],[1.243,51.96],[1.246,51.961],[1.256,51.96],[1.269,51.954],[1.275,51.956],[1.279,51.96],[1.277,51.962],[1.273,51.968],[1.271,51.974],[1.268,51.976],[1.271,51.981],[1.27,51.984],[1.267,51.988],[1.263,51.988],[1.258,51.99],[1.249,51.991],[1.243,51.993],[1.225,51.997],[1.212,51.997],[1.203,52.005],[1.196,52.007],[1.188,52.006],[1.182,52.009],[1.179,52.011],[1.167,52.018],[1.162,52.027],[1.157,52.029],[1.153,52.033],[1.15,52.034],[1.146,52.034],[1.134,52.03],[1.129,52.03],[1.126,52.034],[1.12,52.036],[1.113,52.035],[1.111,52.042],[1.109,52.044],[1.107,52.047],[1.114,52.049],[1.111,52.052],[1.11,52.054],[1.122,52.057],[1.121,52.06],[1.122,52.062],[1.112,52.068],[1.108,52.072],[1.103,52.07],[1.098,52.069],[1.097,52.067],[1.092,52.065],[1.087,52.066],[1.069,52.065],[1.058,52.067],[1.058,52.069],[1.053,52.07],[1.051,52.075],[1.048,52.078],[1.041,52.075],[1.041,52.069],[1.036,52.068],[1.026,52.071],[1.028,52.076],[1.028,52.078],[1.021,52.084],[1.02,52.087],[1.017,52.09],[1.011,52.092],[1.007,52.094],[1.004,52.099],[0.997,52.098],[0.993,52.096],[0.984,52.097],[0.98,52.096],[0.973,52.098],[0.975,52.101],[0.973,52.107],[0.97,52.106],[0.966,52.105],[0.959,52.105],[0.953,52.109],[0.951,52.115],[0.951,52.12],[0.954,52.12],[0.951,52.124],[0.945,52.128],[0.947,52.131],[0.946,52.136],[0.949,52.138],[0.947,52.143],[0.947,52.146],[0.945,52.147],[0.944,52.15],[0.938,52.153],[0.942,52.154],[0.938,52.158],[0.935,52.156],[0.932,52.156],[0.927,52.153],[0.923,52.154],[0.919,52.156],[0.913,52.154],[0.907,52.153],[0.897,52.15],[0.892,52.15],[0.894,52.158],[0.89,52.156],[0.882,52.155],[0.877,52.16],[0.874,52.16],[0.872,52.163],[0.869,52.166],[0.854,52.162],[0.845,52.161],[0.826,52.163],[0.821,52.164],[0.814,52.171],[0.802,52.174],[0.793,52.176],[0.787,52.178],[0.777,52.177],[0.777,52.175],[0.769,52.175],[0.765,52.174],[0.762,52.158],[0.753,52.16],[0.75,52.159],[0.743,52.16],[0.742,52.165],[0.738,52.166],[0.738,52.17],[0.734,52.169],[0.73,52.166],[0.723,52.165],[0.721,52.168],[0.72,52.174],[0.716,52.175],[0.716,52.178]]]]},"properties":{"PCON24NM":"South Suffolk","PCON24CD":"E14001494"},"PCON24CD":431}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.087,50.395],[-4.083,50.393],[-4.085,50.39],[-4.083,50.387],[-4.087,50.386],[-4.089,50.383],[-4.099,50.38],[-4.104,50.371],[-4.108,50.369],[-4.11,50.361],[-4.112,50.359],[-4.112,50.357],[-4.106,50.359],[-4.105,50.357],[-4.112,50.355],[-4.114,50.359],[-4.118,50.358],[-4.127,50.358],[-4.125,50.355],[-4.126,50.354],[-4.123,50.352],[-4.121,50.349],[-4.124,50.346],[-4.128,50.343],[-4.127,50.336],[-4.12,50.336],[-4.119,50.329],[-4.122,50.328],[-4.122,50.324],[-4.119,50.32],[-4.114,50.319],[-4.112,50.316],[-4.105,50.315],[-4.101,50.317],[-4.092,50.317],[-4.089,50.316],[-4.085,50.318],[-4.082,50.317],[-4.075,50.316],[-4.07,50.314],[-4.069,50.312],[-4.064,50.313],[-4.06,50.313],[-4.056,50.311],[-4.053,50.312],[-4.055,50.315],[-4.056,50.318],[-4.049,50.323],[-4.05,50.326],[-4.047,50.328],[-4.048,50.332],[-4.046,50.331],[-4.037,50.339],[-4.03,50.339],[-4.021,50.342],[-4.022,50.34],[-4.029,50.337],[-4.03,50.335],[-4.04,50.332],[-4.046,50.327],[-4.046,50.323],[-4.049,50.32],[-4.053,50.318],[-4.053,50.314],[-4.051,50.312],[-4.053,50.31],[-4.057,50.309],[-4.061,50.312],[-4.064,50.31],[-4.072,50.309],[-4.075,50.305],[-4.074,50.304],[-4.066,50.303],[-4.056,50.297],[-4.053,50.298],[-4.049,50.295],[-4.044,50.294],[-4.035,50.293],[-4.033,50.294],[-4.026,50.296],[-4.023,50.294],[-4.02,50.295],[-4.018,50.297],[-4.018,50.299],[-4.017,50.301],[-4.012,50.303],[-4.004,50.302],[-3.998,50.304],[-3.994,50.307],[-3.989,50.308],[-3.985,50.307],[-3.977,50.307],[-3.97,50.306],[-3.964,50.304],[-3.955,50.307],[-3.954,50.31],[-3.949,50.31],[-3.947,50.313],[-3.941,50.315],[-3.939,50.319],[-3.938,50.324],[-3.94,50.325],[-3.939,50.329],[-3.934,50.333],[-3.929,50.335],[-3.926,50.34],[-3.927,50.344],[-3.927,50.345],[-3.925,50.347],[-3.926,50.348],[-3.924,50.351],[-3.921,50.35],[-3.916,50.352],[-3.904,50.358],[-3.896,50.36],[-3.889,50.364],[-3.878,50.365],[-3.87,50.368],[-3.861,50.377],[-3.849,50.381],[-3.848,50.377],[-3.844,50.375],[-3.844,50.372],[-3.84,50.372],[-3.832,50.372],[-3.831,50.37],[-3.826,50.372],[-3.822,50.373],[-3.817,50.375],[-3.815,50.374],[-3.806,50.379],[-3.811,50.381],[-3.82,50.381],[-3.822,50.383],[-3.827,50.386],[-3.83,50.386],[-3.835,50.391],[-3.835,50.392],[-3.829,50.395],[-3.826,50.395],[-3.82,50.398],[-3.819,50.4],[-3.825,50.403],[-3.822,50.406],[-3.822,50.408],[-3.819,50.409],[-3.818,50.412],[-3.832,50.413],[-3.834,50.415],[-3.845,50.417],[-3.847,50.416],[-3.849,50.418],[-3.853,50.419],[-3.856,50.421],[-3.86,50.421],[-3.863,50.424],[-3.867,50.426],[-3.872,50.424],[-3.877,50.426],[-3.876,50.428],[-3.879,50.433],[-3.878,50.435],[-3.896,50.444],[-3.901,50.452],[-3.9,50.461],[-3.898,50.465],[-3.897,50.471],[-3.899,50.473],[-3.904,50.477],[-3.906,50.477],[-3.915,50.482],[-3.92,50.482],[-3.924,50.479],[-3.928,50.481],[-3.933,50.482],[-3.939,50.484],[-3.946,50.489],[-3.949,50.489],[-3.948,50.493],[-3.946,50.498],[-3.952,50.499],[-3.955,50.5],[-3.959,50.5],[-3.964,50.496],[-3.976,50.5],[-3.969,50.513],[-3.981,50.534],[-3.996,50.544],[-4.003,50.542],[-4.007,50.54],[-4.018,50.541],[-4.024,50.539],[-4.028,50.543],[-4.029,50.546],[-4.033,50.55],[-4.036,50.552],[-4.039,50.552],[-4.054,50.548],[-4.056,50.544],[-4.055,50.54],[-4.057,50.536],[-4.055,50.532],[-4.058,50.53],[-4.063,50.522],[-4.065,50.521],[-4.071,50.517],[-4.079,50.515],[-4.081,50.514],[-4.087,50.515],[-4.092,50.517],[-4.094,50.521],[-4.092,50.523],[-4.096,50.525],[-4.102,50.521],[-4.107,50.52],[-4.111,50.521],[-4.117,50.518],[-4.118,50.515],[-4.12,50.514],[-4.125,50.515],[-4.132,50.519],[-4.134,50.517],[-4.133,50.515],[-4.137,50.512],[-4.144,50.511],[-4.149,50.509],[-4.155,50.509],[-4.157,50.507],[-4.153,50.505],[-4.153,50.502],[-4.158,50.5],[-4.16,50.498],[-4.158,50.496],[-4.159,50.493],[-4.153,50.495],[-4.148,50.493],[-4.148,50.488],[-4.15,50.487],[-4.16,50.487],[-4.16,50.485],[-4.156,50.483],[-4.153,50.482],[-4.149,50.48],[-4.147,50.478],[-4.144,50.477],[-4.144,50.475],[-4.15,50.47],[-4.151,50.465],[-4.155,50.463],[-4.157,50.461],[-4.155,50.46],[-4.155,50.457],[-4.157,50.454],[-4.162,50.45],[-4.165,50.444],[-4.17,50.441],[-4.174,50.435],[-4.176,50.435],[-4.184,50.429],[-4.19,50.429],[-4.184,50.426],[-4.178,50.425],[-4.177,50.423],[-4.173,50.424],[-4.169,50.424],[-4.165,50.426],[-4.163,50.428],[-4.165,50.43],[-4.16,50.431],[-4.156,50.434],[-4.156,50.436],[-4.151,50.437],[-4.151,50.434],[-4.147,50.431],[-4.142,50.433],[-4.136,50.433],[-4.124,50.436],[-4.125,50.438],[-4.123,50.441],[-4.113,50.444],[-4.11,50.442],[-4.109,50.438],[-4.107,50.439],[-4.109,50.434],[-4.106,50.43],[-4.102,50.43],[-4.093,50.427],[-4.086,50.426],[-4.083,50.424],[-4.082,50.422],[-4.079,50.419],[-4.081,50.416],[-4.078,50.414],[-4.078,50.41],[-4.085,50.409],[-4.087,50.405],[-4.088,50.401],[-4.086,50.399],[-4.087,50.395]]]},"properties":{"PCON24NM":"South West Devon","PCON24CD":"E14001495"},"PCON24CD":432}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.412,51.732],[-0.415,51.732],[-0.418,51.735],[-0.418,51.737],[-0.422,51.741],[-0.426,51.738],[-0.432,51.737],[-0.438,51.734],[-0.442,51.731],[-0.44,51.728],[-0.45,51.726],[-0.454,51.73],[-0.458,51.732],[-0.461,51.731],[-0.467,51.735],[-0.469,51.732],[-0.478,51.73],[-0.483,51.728],[-0.484,51.724],[-0.478,51.719],[-0.48,51.717],[-0.477,51.712],[-0.474,51.708],[-0.473,51.701],[-0.47,51.697],[-0.476,51.699],[-0.489,51.698],[-0.503,51.701],[-0.512,51.704],[-0.515,51.707],[-0.519,51.704],[-0.521,51.698],[-0.523,51.695],[-0.523,51.69],[-0.525,51.688],[-0.524,51.682],[-0.521,51.68],[-0.511,51.68],[-0.508,51.678],[-0.505,51.673],[-0.512,51.669],[-0.515,51.665],[-0.521,51.668],[-0.523,51.664],[-0.522,51.659],[-0.524,51.658],[-0.533,51.663],[-0.533,51.661],[-0.536,51.66],[-0.537,51.652],[-0.531,51.649],[-0.538,51.642],[-0.539,51.638],[-0.535,51.637],[-0.535,51.63],[-0.532,51.625],[-0.53,51.617],[-0.526,51.614],[-0.522,51.605],[-0.521,51.602],[-0.518,51.6],[-0.51,51.6],[-0.501,51.6],[-0.496,51.603],[-0.499,51.611],[-0.495,51.619],[-0.499,51.621],[-0.5,51.624],[-0.498,51.627],[-0.5,51.629],[-0.497,51.632],[-0.492,51.631],[-0.488,51.627],[-0.477,51.622],[-0.469,51.617],[-0.457,51.612],[-0.449,51.615],[-0.445,51.62],[-0.438,51.62],[-0.427,51.617],[-0.417,51.616],[-0.411,51.614],[-0.401,51.613],[-0.393,51.615],[-0.388,51.616],[-0.382,51.617],[-0.378,51.618],[-0.368,51.621],[-0.363,51.624],[-0.367,51.627],[-0.37,51.631],[-0.377,51.638],[-0.386,51.638],[-0.39,51.64],[-0.394,51.638],[-0.4,51.64],[-0.398,51.641],[-0.403,51.644],[-0.408,51.643],[-0.409,51.641],[-0.429,51.641],[-0.431,51.642],[-0.426,51.645],[-0.43,51.649],[-0.426,51.651],[-0.424,51.655],[-0.432,51.657],[-0.437,51.66],[-0.438,51.664],[-0.436,51.668],[-0.439,51.673],[-0.432,51.673],[-0.431,51.67],[-0.428,51.671],[-0.428,51.674],[-0.43,51.676],[-0.431,51.682],[-0.427,51.685],[-0.424,51.685],[-0.416,51.687],[-0.412,51.689],[-0.407,51.697],[-0.406,51.697],[-0.402,51.702],[-0.395,51.7],[-0.388,51.696],[-0.379,51.695],[-0.379,51.693],[-0.376,51.693],[-0.376,51.698],[-0.379,51.704],[-0.381,51.707],[-0.394,51.709],[-0.404,51.712],[-0.406,51.714],[-0.403,51.718],[-0.402,51.721],[-0.409,51.721],[-0.41,51.731],[-0.412,51.732]]]},"properties":{"PCON24NM":"South West Hertfordshire","PCON24CD":"E14001496"},"PCON24CD":433}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.697,52.701],[0.693,52.701],[0.687,52.698],[0.682,52.699],[0.673,52.7],[0.672,52.703],[0.663,52.703],[0.659,52.705],[0.654,52.704],[0.655,52.702],[0.649,52.701],[0.648,52.691],[0.644,52.692],[0.638,52.692],[0.635,52.693],[0.63,52.697],[0.626,52.702],[0.618,52.7],[0.612,52.7],[0.608,52.698],[0.604,52.697],[0.603,52.7],[0.583,52.7],[0.577,52.701],[0.57,52.7],[0.561,52.701],[0.556,52.701],[0.537,52.698],[0.533,52.696],[0.525,52.694],[0.514,52.69],[0.502,52.687],[0.499,52.687],[0.491,52.693],[0.494,52.695],[0.487,52.698],[0.473,52.696],[0.457,52.697],[0.451,52.697],[0.451,52.693],[0.446,52.693],[0.433,52.693],[0.427,52.694],[0.42,52.692],[0.422,52.689],[0.412,52.689],[0.405,52.689],[0.4,52.688],[0.387,52.688],[0.387,52.691],[0.384,52.693],[0.384,52.7],[0.383,52.701],[0.381,52.714],[0.384,52.717],[0.384,52.722],[0.382,52.726],[0.367,52.726],[0.359,52.72],[0.355,52.714],[0.354,52.71],[0.356,52.707],[0.364,52.698],[0.368,52.697],[0.372,52.693],[0.373,52.688],[0.371,52.684],[0.364,52.673],[0.361,52.667],[0.365,52.661],[0.367,52.655],[0.366,52.646],[0.368,52.643],[0.368,52.637],[0.368,52.632],[0.366,52.628],[0.366,52.625],[0.363,52.622],[0.364,52.616],[0.366,52.613],[0.365,52.61],[0.362,52.608],[0.361,52.604],[0.354,52.597],[0.345,52.594],[0.342,52.591],[0.341,52.587],[0.342,52.584],[0.341,52.583],[0.3,52.546],[0.261,52.512],[0.246,52.5],[0.256,52.508],[0.269,52.509],[0.279,52.509],[0.29,52.511],[0.309,52.514],[0.318,52.512],[0.318,52.508],[0.323,52.508],[0.331,52.509],[0.337,52.506],[0.342,52.503],[0.349,52.501],[0.36,52.501],[0.362,52.499],[0.367,52.501],[0.367,52.496],[0.372,52.491],[0.373,52.488],[0.376,52.486],[0.381,52.479],[0.384,52.478],[0.391,52.476],[0.398,52.469],[0.402,52.466],[0.406,52.463],[0.412,52.461],[0.428,52.454],[0.423,52.454],[0.424,52.445],[0.428,52.437],[0.429,52.436],[0.431,52.438],[0.439,52.441],[0.439,52.443],[0.444,52.445],[0.446,52.447],[0.45,52.448],[0.457,52.445],[0.459,52.447],[0.467,52.446],[0.477,52.446],[0.486,52.448],[0.493,52.448],[0.496,52.447],[0.5,52.45],[0.507,52.451],[0.514,52.449],[0.516,52.451],[0.524,52.448],[0.527,52.45],[0.529,52.453],[0.534,52.452],[0.543,52.45],[0.548,52.452],[0.549,52.454],[0.554,52.456],[0.559,52.456],[0.563,52.454],[0.568,52.453],[0.573,52.452],[0.578,52.453],[0.583,52.452],[0.588,52.453],[0.596,52.454],[0.6,52.453],[0.609,52.453],[0.61,52.45],[0.615,52.449],[0.619,52.45],[0.622,52.454],[0.63,52.454],[0.628,52.451],[0.634,52.45],[0.636,52.451],[0.642,52.451],[0.647,52.453],[0.651,52.457],[0.655,52.457],[0.663,52.462],[0.668,52.462],[0.679,52.455],[0.694,52.451],[0.701,52.451],[0.707,52.453],[0.713,52.451],[0.719,52.45],[0.715,52.445],[0.705,52.438],[0.696,52.433],[0.69,52.427],[0.685,52.425],[0.673,52.414],[0.669,52.409],[0.673,52.404],[0.684,52.399],[0.695,52.397],[0.708,52.396],[0.712,52.395],[0.722,52.394],[0.733,52.395],[0.738,52.395],[0.741,52.392],[0.741,52.388],[0.745,52.385],[0.75,52.383],[0.761,52.387],[0.766,52.39],[0.77,52.39],[0.773,52.386],[0.779,52.387],[0.786,52.386],[0.795,52.391],[0.801,52.39],[0.808,52.39],[0.813,52.391],[0.815,52.393],[0.823,52.394],[0.828,52.395],[0.83,52.397],[0.835,52.4],[0.841,52.401],[0.849,52.4],[0.855,52.399],[0.857,52.398],[0.857,52.395],[0.866,52.391],[0.875,52.39],[0.88,52.392],[0.892,52.39],[0.894,52.388],[0.898,52.388],[0.905,52.386],[0.908,52.386],[0.914,52.389],[0.922,52.39],[0.928,52.388],[0.93,52.389],[0.936,52.387],[0.937,52.384],[0.942,52.381],[0.942,52.379],[0.947,52.376],[0.953,52.375],[0.957,52.372],[0.964,52.372],[0.967,52.37],[0.978,52.37],[0.98,52.37],[0.988,52.372],[0.991,52.371],[0.999,52.372],[1.003,52.375],[1.008,52.376],[1.014,52.376],[1.021,52.378],[1.03,52.379],[1.027,52.385],[1.025,52.386],[1.023,52.393],[1.02,52.394],[1.024,52.399],[1.021,52.401],[1.023,52.403],[1.021,52.406],[1.023,52.408],[1.031,52.41],[1.034,52.416],[1.029,52.415],[1.028,52.417],[1.024,52.416],[1.021,52.416],[1.028,52.42],[1.037,52.423],[1.043,52.426],[1.046,52.42],[1.052,52.419],[1.057,52.42],[1.059,52.424],[1.059,52.427],[1.068,52.429],[1.066,52.432],[1.063,52.433],[1.054,52.434],[1.05,52.433],[1.045,52.434],[1.039,52.434],[1.033,52.435],[1.025,52.438],[1.016,52.443],[1.008,52.447],[1.002,52.448],[0.999,52.444],[0.989,52.44],[0.984,52.438],[0.974,52.437],[0.974,52.434],[0.967,52.434],[0.964,52.438],[0.961,52.444],[0.956,52.451],[0.948,52.455],[0.941,52.455],[0.936,52.452],[0.923,52.447],[0.921,52.45],[0.916,52.453],[0.918,52.454],[0.917,52.46],[0.921,52.464],[0.92,52.469],[0.916,52.471],[0.914,52.474],[0.915,52.476],[0.912,52.479],[0.903,52.478],[0.897,52.479],[0.888,52.478],[0.878,52.478],[0.879,52.471],[0.883,52.471],[0.881,52.464],[0.871,52.463],[0.866,52.462],[0.853,52.461],[0.846,52.461],[0.842,52.459],[0.842,52.458],[0.836,52.457],[0.827,52.456],[0.811,52.455],[0.807,52.456],[0.803,52.46],[0.785,52.462],[0.778,52.464],[0.775,52.467],[0.767,52.47],[0.764,52.472],[0.757,52.472],[0.755,52.486],[0.761,52.493],[0.77,52.507],[0.781,52.505],[0.791,52.504],[0.797,52.504],[0.812,52.509],[0.823,52.512],[0.816,52.522],[0.805,52.54],[0.799,52.548],[0.797,52.548],[0.792,52.559],[0.795,52.563],[0.799,52.562],[0.799,52.565],[0.805,52.564],[0.806,52.566],[0.803,52.571],[0.798,52.567],[0.791,52.569],[0.785,52.57],[0.782,52.567],[0.777,52.568],[0.771,52.568],[0.769,52.571],[0.767,52.573],[0.762,52.574],[0.763,52.58],[0.767,52.584],[0.772,52.587],[0.774,52.586],[0.784,52.586],[0.795,52.59],[0.796,52.595],[0.799,52.597],[0.807,52.598],[0.81,52.6],[0.811,52.605],[0.816,52.605],[0.818,52.608],[0.827,52.615],[0.836,52.618],[0.835,52.62],[0.829,52.62],[0.827,52.619],[0.82,52.618],[0.815,52.616],[0.812,52.617],[0.806,52.616],[0.8,52.615],[0.797,52.615],[0.783,52.617],[0.774,52.619],[0.766,52.625],[0.763,52.629],[0.764,52.633],[0.76,52.636],[0.759,52.64],[0.763,52.641],[0.757,52.644],[0.75,52.652],[0.754,52.666],[0.755,52.673],[0.746,52.674],[0.741,52.676],[0.73,52.682],[0.72,52.686],[0.717,52.688],[0.715,52.693],[0.706,52.694],[0.7,52.696],[0.697,52.701]]],[[[0.364,52.726],[0.361,52.726],[0.357,52.728],[0.347,52.729],[0.342,52.726],[0.339,52.728],[0.328,52.727],[0.322,52.729],[0.315,52.726],[0.312,52.727],[0.307,52.726],[0.3,52.731],[0.294,52.732],[0.287,52.719],[0.278,52.705],[0.275,52.679],[0.273,52.68],[0.257,52.678],[0.251,52.676],[0.246,52.672],[0.235,52.66],[0.231,52.653],[0.227,52.649],[0.212,52.653],[0.212,52.652],[0.199,52.654],[0.184,52.656],[0.176,52.656],[0.178,52.653],[0.17,52.653],[0.17,52.651],[0.176,52.644],[0.18,52.642],[0.183,52.642],[0.188,52.639],[0.19,52.636],[0.197,52.632],[0.203,52.63],[0.215,52.624],[0.217,52.622],[0.211,52.618],[0.217,52.615],[0.209,52.614],[0.206,52.612],[0.202,52.603],[0.192,52.602],[0.192,52.599],[0.194,52.595],[0.194,52.592],[0.199,52.592],[0.198,52.586],[0.2,52.583],[0.203,52.58],[0.216,52.579],[0.215,52.575],[0.218,52.573],[0.218,52.57],[0.214,52.569],[0.206,52.567],[0.206,52.564],[0.217,52.559],[0.212,52.555],[0.206,52.556],[0.205,52.555],[0.204,52.549],[0.209,52.547],[0.21,52.545],[0.204,52.545],[0.213,52.538],[0.206,52.534],[0.208,52.53],[0.215,52.532],[0.22,52.529],[0.226,52.533],[0.229,52.531],[0.231,52.528],[0.217,52.521],[0.215,52.522],[0.206,52.52],[0.214,52.518],[0.236,52.507],[0.239,52.509],[0.246,52.501],[0.26,52.511],[0.3,52.547],[0.34,52.583],[0.341,52.591],[0.349,52.596],[0.353,52.597],[0.358,52.602],[0.361,52.608],[0.364,52.611],[0.365,52.613],[0.363,52.616],[0.362,52.622],[0.365,52.625],[0.365,52.629],[0.367,52.633],[0.367,52.638],[0.367,52.643],[0.365,52.646],[0.366,52.654],[0.364,52.657],[0.363,52.661],[0.36,52.666],[0.364,52.675],[0.372,52.686],[0.371,52.692],[0.367,52.696],[0.362,52.698],[0.36,52.701],[0.354,52.706],[0.353,52.711],[0.354,52.717],[0.357,52.72],[0.364,52.726]]]]},"properties":{"PCON24NM":"South West Norfolk","PCON24CD":"E14001497"},"PCON24CD":434}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.007,51.232],[-2.013,51.237],[-2.017,51.242],[-2.02,51.245],[-2.025,51.243],[-2.036,51.239],[-2.041,51.242],[-2.037,51.249],[-2.047,51.252],[-2.051,51.25],[-2.06,51.248],[-2.067,51.251],[-2.067,51.253],[-2.071,51.254],[-2.075,51.252],[-2.077,51.245],[-2.077,51.238],[-2.076,51.236],[-2.084,51.236],[-2.088,51.246],[-2.086,51.259],[-2.089,51.259],[-2.09,51.263],[-2.085,51.269],[-2.086,51.272],[-2.083,51.28],[-2.079,51.28],[-2.076,51.284],[-2.078,51.29],[-2.08,51.29],[-2.082,51.294],[-2.083,51.301],[-2.085,51.304],[-2.088,51.303],[-2.088,51.31],[-2.092,51.31],[-2.093,51.309],[-2.101,51.309],[-2.102,51.31],[-2.108,51.305],[-2.105,51.3],[-2.105,51.296],[-2.109,51.294],[-2.114,51.294],[-2.115,51.293],[-2.128,51.29],[-2.134,51.29],[-2.137,51.292],[-2.137,51.295],[-2.14,51.295],[-2.145,51.295],[-2.148,51.298],[-2.156,51.305],[-2.156,51.308],[-2.16,51.309],[-2.158,51.314],[-2.155,51.316],[-2.16,51.319],[-2.164,51.316],[-2.17,51.317],[-2.17,51.313],[-2.175,51.312],[-2.176,51.314],[-2.173,51.32],[-2.176,51.321],[-2.178,51.324],[-2.176,51.325],[-2.165,51.326],[-2.16,51.325],[-2.159,51.328],[-2.16,51.332],[-2.156,51.334],[-2.162,51.339],[-2.164,51.343],[-2.164,51.346],[-2.161,51.351],[-2.162,51.353],[-2.172,51.355],[-2.173,51.353],[-2.18,51.353],[-2.182,51.354],[-2.192,51.35],[-2.196,51.348],[-2.192,51.343],[-2.201,51.342],[-2.21,51.332],[-2.213,51.33],[-2.216,51.331],[-2.218,51.33],[-2.224,51.328],[-2.226,51.331],[-2.229,51.331],[-2.232,51.33],[-2.231,51.327],[-2.234,51.326],[-2.235,51.322],[-2.231,51.321],[-2.23,51.317],[-2.233,51.312],[-2.236,51.309],[-2.247,51.307],[-2.251,51.304],[-2.256,51.304],[-2.265,51.301],[-2.268,51.3],[-2.278,51.301],[-2.278,51.303],[-2.281,51.299],[-2.279,51.295],[-2.28,51.292],[-2.273,51.295],[-2.27,51.295],[-2.267,51.296],[-2.263,51.295],[-2.265,51.293],[-2.261,51.291],[-2.257,51.292],[-2.253,51.29],[-2.251,51.283],[-2.247,51.278],[-2.247,51.275],[-2.245,51.272],[-2.245,51.264],[-2.25,51.259],[-2.245,51.254],[-2.253,51.247],[-2.255,51.243],[-2.261,51.239],[-2.264,51.23],[-2.268,51.224],[-2.268,51.221],[-2.269,51.218],[-2.267,51.217],[-2.273,51.208],[-2.28,51.202],[-2.281,51.198],[-2.285,51.197],[-2.285,51.193],[-2.288,51.192],[-2.288,51.188],[-2.291,51.188],[-2.292,51.186],[-2.298,51.18],[-2.299,51.175],[-2.304,51.172],[-2.306,51.171],[-2.311,51.167],[-2.312,51.164],[-2.317,51.159],[-2.32,51.158],[-2.322,51.154],[-2.332,51.145],[-2.331,51.141],[-2.332,51.138],[-2.341,51.135],[-2.346,51.133],[-2.346,51.131],[-2.343,51.127],[-2.346,51.124],[-2.353,51.123],[-2.356,51.121],[-2.361,51.12],[-2.365,51.119],[-2.366,51.115],[-2.363,51.114],[-2.361,51.109],[-2.363,51.104],[-2.361,51.1],[-2.355,51.097],[-2.354,51.095],[-2.347,51.088],[-2.341,51.088],[-2.339,51.086],[-2.336,51.087],[-2.329,51.085],[-2.326,51.08],[-2.321,51.081],[-2.317,51.08],[-2.311,51.08],[-2.291,51.077],[-2.283,51.075],[-2.269,51.069],[-2.262,51.069],[-2.25,51.071],[-2.245,51.072],[-2.24,51.07],[-2.239,51.068],[-2.229,51.061],[-2.226,51.058],[-2.218,51.055],[-2.211,51.065],[-2.208,51.068],[-2.206,51.074],[-2.203,51.077],[-2.196,51.088],[-2.192,51.092],[-2.185,51.101],[-2.184,51.103],[-2.177,51.105],[-2.171,51.109],[-2.169,51.114],[-2.169,51.119],[-2.159,51.124],[-2.149,51.126],[-2.147,51.128],[-2.139,51.124],[-2.137,51.123],[-2.13,51.121],[-2.124,51.123],[-2.116,51.123],[-2.108,51.124],[-2.101,51.124],[-2.098,51.122],[-2.093,51.122],[-2.089,51.12],[-2.075,51.119],[-2.073,51.12],[-2.062,51.117],[-2.054,51.119],[-2.05,51.121],[-2.046,51.119],[-2.041,51.119],[-2.032,51.117],[-2.026,51.115],[-2.021,51.116],[-2.017,51.114],[-2.012,51.125],[-2.006,51.131],[-2.006,51.134],[-2.002,51.136],[-1.997,51.144],[-2.002,51.146],[-2.012,51.148],[-2.009,51.15],[-2.006,51.156],[-2.007,51.161],[-2.005,51.169],[-2.004,51.178],[-2.002,51.182],[-1.996,51.184],[-1.991,51.185],[-1.988,51.186],[-1.974,51.188],[-1.969,51.189],[-1.956,51.193],[-1.957,51.195],[-1.956,51.201],[-1.957,51.208],[-1.961,51.208],[-1.972,51.208],[-1.977,51.218],[-1.986,51.218],[-1.993,51.214],[-1.991,51.229],[-2.001,51.23],[-2.007,51.232]]]},"properties":{"PCON24NM":"South West Wiltshire","PCON24CD":"E14001498"},"PCON24CD":435}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.388,50.905],[-1.393,50.905],[-1.392,50.908],[-1.398,50.908],[-1.406,50.913],[-1.407,50.917],[-1.415,50.915],[-1.415,50.907],[-1.418,50.904],[-1.417,50.901],[-1.411,50.898],[-1.404,50.896],[-1.402,50.893],[-1.398,50.893],[-1.399,50.889],[-1.395,50.883],[-1.393,50.883],[-1.393,50.887],[-1.397,50.89],[-1.393,50.891],[-1.389,50.895],[-1.391,50.897],[-1.387,50.897],[-1.387,50.9],[-1.389,50.902],[-1.388,50.905]]],[[[-1.324,50.904],[-1.328,50.904],[-1.329,50.907],[-1.325,50.908],[-1.329,50.913],[-1.329,50.914],[-1.335,50.921],[-1.339,50.924],[-1.344,50.923],[-1.358,50.931],[-1.357,50.933],[-1.353,50.935],[-1.359,50.938],[-1.365,50.938],[-1.371,50.935],[-1.377,50.935],[-1.38,50.932],[-1.38,50.928],[-1.377,50.923],[-1.378,50.921],[-1.387,50.918],[-1.385,50.916],[-1.381,50.916],[-1.373,50.914],[-1.373,50.91],[-1.382,50.906],[-1.384,50.902],[-1.383,50.898],[-1.384,50.893],[-1.383,50.889],[-1.379,50.887],[-1.371,50.885],[-1.365,50.88],[-1.359,50.885],[-1.351,50.887],[-1.349,50.889],[-1.343,50.891],[-1.341,50.894],[-1.337,50.895],[-1.335,50.897],[-1.322,50.901],[-1.324,50.904]]]]},"properties":{"PCON24NM":"Southampton Itchen","PCON24CD":"E14001499"},"PCON24CD":436}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.381,50.932],[-1.384,50.932],[-1.393,50.934],[-1.397,50.938],[-1.4,50.938],[-1.409,50.935],[-1.415,50.934],[-1.419,50.934],[-1.429,50.929],[-1.432,50.932],[-1.432,50.936],[-1.424,50.943],[-1.424,50.947],[-1.428,50.947],[-1.436,50.949],[-1.443,50.947],[-1.449,50.949],[-1.451,50.944],[-1.456,50.946],[-1.464,50.94],[-1.465,50.936],[-1.472,50.93],[-1.477,50.929],[-1.477,50.924],[-1.473,50.92],[-1.471,50.918],[-1.467,50.911],[-1.451,50.904],[-1.447,50.904],[-1.443,50.908],[-1.44,50.908],[-1.417,50.901],[-1.418,50.904],[-1.415,50.907],[-1.415,50.915],[-1.407,50.917],[-1.406,50.913],[-1.398,50.908],[-1.392,50.908],[-1.393,50.905],[-1.388,50.905],[-1.384,50.909],[-1.378,50.91],[-1.378,50.912],[-1.381,50.913],[-1.387,50.914],[-1.391,50.916],[-1.387,50.921],[-1.381,50.922],[-1.38,50.925],[-1.381,50.927],[-1.381,50.932]]]},"properties":{"PCON24NM":"Southampton Test","PCON24CD":"E14001500"},"PCON24CD":437}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.834,51.57],[0.834,51.573],[0.829,51.572],[0.825,51.566],[0.826,51.564],[0.83,51.563],[0.831,51.56],[0.84,51.561],[0.838,51.565],[0.834,51.567],[0.834,51.57]]],[[[0.835,51.59],[0.836,51.595],[0.83,51.596],[0.823,51.596],[0.818,51.594],[0.812,51.59],[0.808,51.586],[0.809,51.579],[0.816,51.577],[0.816,51.573],[0.82,51.57],[0.818,51.568],[0.821,51.565],[0.824,51.566],[0.824,51.569],[0.83,51.574],[0.83,51.577],[0.837,51.585],[0.835,51.59]]],[[[0.958,51.62],[0.952,51.62],[0.945,51.621],[0.939,51.62],[0.933,51.618],[0.929,51.617],[0.923,51.617],[0.918,51.616],[0.915,51.616],[0.909,51.615],[0.905,51.615],[0.9,51.614],[0.892,51.615],[0.883,51.616],[0.879,51.616],[0.874,51.614],[0.872,51.611],[0.871,51.602],[0.87,51.598],[0.867,51.595],[0.859,51.593],[0.849,51.593],[0.843,51.594],[0.839,51.594],[0.838,51.589],[0.841,51.585],[0.84,51.582],[0.836,51.58],[0.833,51.576],[0.835,51.572],[0.836,51.567],[0.839,51.565],[0.84,51.562],[0.854,51.557],[0.861,51.557],[0.867,51.56],[0.879,51.569],[0.887,51.57],[0.89,51.572],[0.898,51.575],[0.9,51.577],[0.908,51.581],[0.918,51.586],[0.925,51.591],[0.931,51.594],[0.935,51.598],[0.95,51.608],[0.952,51.612],[0.956,51.614],[0.958,51.62]]],[[[0.688,51.535],[0.692,51.535],[0.703,51.533],[0.711,51.533],[0.718,51.532],[0.723,51.532],[0.729,51.531],[0.736,51.53],[0.744,51.53],[0.751,51.53],[0.76,51.528],[0.777,51.523],[0.783,51.521],[0.788,51.522],[0.797,51.528],[0.808,51.534],[0.816,51.538],[0.817,51.539],[0.824,51.542],[0.828,51.544],[0.834,51.545],[0.843,51.549],[0.849,51.551],[0.851,51.554],[0.851,51.557],[0.843,51.559],[0.838,51.56],[0.83,51.559],[0.829,51.562],[0.821,51.564],[0.817,51.568],[0.818,51.57],[0.814,51.574],[0.814,51.576],[0.808,51.579],[0.806,51.586],[0.796,51.584],[0.788,51.585],[0.785,51.585],[0.779,51.582],[0.768,51.581],[0.765,51.581],[0.761,51.579],[0.753,51.579],[0.748,51.579],[0.744,51.578],[0.739,51.578],[0.733,51.577],[0.728,51.577],[0.726,51.578],[0.734,51.579],[0.748,51.581],[0.757,51.58],[0.76,51.582],[0.76,51.585],[0.751,51.586],[0.754,51.588],[0.76,51.586],[0.765,51.583],[0.769,51.584],[0.773,51.583],[0.78,51.586],[0.788,51.588],[0.796,51.586],[0.8,51.587],[0.807,51.591],[0.811,51.594],[0.821,51.599],[0.836,51.598],[0.855,51.596],[0.863,51.596],[0.865,51.597],[0.866,51.602],[0.864,51.61],[0.866,51.616],[0.856,51.616],[0.847,51.616],[0.839,51.618],[0.827,51.619],[0.82,51.619],[0.818,51.62],[0.81,51.622],[0.8,51.622],[0.792,51.623],[0.786,51.623],[0.783,51.625],[0.775,51.632],[0.764,51.637],[0.761,51.637],[0.756,51.633],[0.749,51.631],[0.738,51.631],[0.73,51.632],[0.726,51.635],[0.722,51.636],[0.711,51.634],[0.708,51.63],[0.704,51.628],[0.704,51.622],[0.702,51.622],[0.699,51.619],[0.702,51.617],[0.702,51.614],[0.707,51.614],[0.708,51.61],[0.71,51.607],[0.713,51.601],[0.708,51.6],[0.696,51.598],[0.7,51.586],[0.7,51.585],[0.694,51.585],[0.683,51.588],[0.681,51.59],[0.67,51.589],[0.664,51.59],[0.652,51.59],[0.645,51.59],[0.641,51.591],[0.64,51.59],[0.641,51.583],[0.646,51.582],[0.649,51.581],[0.648,51.579],[0.644,51.575],[0.652,51.573],[0.658,51.573],[0.668,51.572],[0.675,51.573],[0.675,51.57],[0.683,51.569],[0.709,51.566],[0.708,51.564],[0.719,51.563],[0.718,51.561],[0.723,51.56],[0.73,51.561],[0.739,51.559],[0.741,51.558],[0.737,51.555],[0.735,51.552],[0.738,51.542],[0.732,51.541],[0.732,51.544],[0.727,51.544],[0.723,51.543],[0.721,51.55],[0.715,51.55],[0.713,51.551],[0.701,51.547],[0.693,51.544],[0.688,51.535]]]]},"properties":{"PCON24NM":"Southend East and Rochford","PCON24CD":"E14001501"},"PCON24CD":438}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.627,51.532],[0.635,51.531],[0.64,51.533],[0.644,51.537],[0.645,51.539],[0.636,51.537],[0.63,51.538],[0.627,51.538],[0.625,51.537],[0.624,51.537],[0.627,51.535],[0.627,51.532]]],[[[0.644,51.575],[0.639,51.577],[0.635,51.575],[0.632,51.571],[0.635,51.568],[0.634,51.565],[0.635,51.561],[0.631,51.557],[0.627,51.555],[0.626,51.554],[0.627,51.551],[0.624,51.548],[0.625,51.544],[0.623,51.542],[0.625,51.538],[0.627,51.538],[0.633,51.539],[0.637,51.539],[0.643,51.541],[0.658,51.539],[0.671,51.538],[0.681,51.536],[0.688,51.535],[0.693,51.544],[0.701,51.547],[0.713,51.551],[0.715,51.55],[0.721,51.55],[0.723,51.543],[0.727,51.544],[0.732,51.544],[0.732,51.541],[0.738,51.542],[0.735,51.552],[0.737,51.555],[0.741,51.558],[0.739,51.559],[0.73,51.561],[0.723,51.56],[0.718,51.561],[0.719,51.563],[0.708,51.564],[0.709,51.566],[0.683,51.569],[0.675,51.57],[0.675,51.573],[0.668,51.572],[0.658,51.573],[0.652,51.573],[0.644,51.575]]]]},"properties":{"PCON24NM":"Southend West and Leigh","PCON24CD":"E14001502"},"PCON24CD":439}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.109,51.645],[-0.109,51.647],[-0.104,51.648],[-0.106,51.651],[-0.113,51.65],[-0.114,51.654],[-0.125,51.652],[-0.126,51.659],[-0.121,51.66],[-0.121,51.663],[-0.127,51.663],[-0.127,51.667],[-0.131,51.667],[-0.138,51.668],[-0.142,51.668],[-0.152,51.667],[-0.151,51.672],[-0.149,51.672],[-0.149,51.681],[-0.153,51.681],[-0.163,51.686],[-0.164,51.682],[-0.172,51.673],[-0.175,51.673],[-0.182,51.669],[-0.186,51.663],[-0.165,51.658],[-0.155,51.656],[-0.153,51.653],[-0.15,51.649],[-0.152,51.646],[-0.149,51.645],[-0.148,51.642],[-0.145,51.643],[-0.141,51.638],[-0.129,51.632],[-0.134,51.626],[-0.135,51.622],[-0.142,51.617],[-0.145,51.615],[-0.137,51.609],[-0.124,51.601],[-0.119,51.596],[-0.113,51.588],[-0.103,51.59],[-0.095,51.596],[-0.095,51.598],[-0.084,51.598],[-0.077,51.598],[-0.081,51.603],[-0.087,51.603],[-0.086,51.608],[-0.087,51.616],[-0.095,51.616],[-0.101,51.615],[-0.099,51.619],[-0.1,51.622],[-0.106,51.624],[-0.109,51.622],[-0.111,51.626],[-0.114,51.628],[-0.118,51.63],[-0.117,51.635],[-0.11,51.637],[-0.109,51.638],[-0.11,51.641],[-0.108,51.643],[-0.109,51.645]]]},"properties":{"PCON24NM":"Southgate and Wood Green","PCON24CD":"E14001503"},"PCON24CD":440}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.824,53.681],[-2.824,53.683],[-2.819,53.686],[-2.825,53.687],[-2.829,53.691],[-2.83,53.694],[-2.833,53.695],[-2.833,53.7],[-2.831,53.702],[-2.826,53.701],[-2.824,53.702],[-2.826,53.713],[-2.831,53.719],[-2.837,53.724],[-2.845,53.728],[-2.851,53.731],[-2.86,53.733],[-2.865,53.734],[-2.875,53.733],[-2.881,53.731],[-2.895,53.73],[-2.896,53.728],[-2.903,53.726],[-2.905,53.729],[-2.915,53.726],[-2.921,53.726],[-2.931,53.725],[-2.936,53.725],[-2.94,53.724],[-2.944,53.718],[-2.948,53.714],[-2.947,53.71],[-2.944,53.708],[-2.947,53.707],[-2.955,53.705],[-2.953,53.7],[-2.958,53.698],[-2.958,53.696],[-2.962,53.696],[-2.965,53.698],[-2.969,53.698],[-2.977,53.697],[-2.979,53.69],[-2.987,53.689],[-2.988,53.687],[-2.988,53.685],[-2.99,53.683],[-2.997,53.68],[-3.002,53.677],[-3.009,53.679],[-3.013,53.679],[-3.015,53.678],[-3.016,53.673],[-3.011,53.667],[-3.006,53.671],[-3.003,53.67],[-3.006,53.665],[-3.011,53.66],[-3.015,53.658],[-3.018,53.654],[-3.027,53.649],[-3.031,53.648],[-3.041,53.637],[-3.043,53.636],[-3.045,53.632],[-3.048,53.629],[-3.05,53.625],[-3.059,53.615],[-3.062,53.61],[-3.042,53.61],[-3.037,53.609],[-3.03,53.616],[-3.026,53.616],[-3.024,53.613],[-3.014,53.611],[-3.011,53.615],[-3.007,53.617],[-3.005,53.62],[-3.002,53.622],[-3.001,53.625],[-2.994,53.628],[-2.982,53.622],[-2.967,53.632],[-2.962,53.637],[-2.96,53.639],[-2.953,53.638],[-2.948,53.637],[-2.945,53.639],[-2.942,53.642],[-2.936,53.643],[-2.93,53.644],[-2.931,53.647],[-2.899,53.65],[-2.877,53.64],[-2.857,53.633],[-2.848,53.625],[-2.809,53.622],[-2.808,53.628],[-2.808,53.63],[-2.807,53.631],[-2.806,53.633],[-2.807,53.639],[-2.807,53.64],[-2.807,53.642],[-2.81,53.643],[-2.81,53.645],[-2.814,53.648],[-2.815,53.651],[-2.812,53.653],[-2.812,53.656],[-2.815,53.658],[-2.815,53.661],[-2.821,53.663],[-2.82,53.666],[-2.823,53.669],[-2.817,53.671],[-2.816,53.673],[-2.819,53.677],[-2.819,53.679],[-2.824,53.68],[-2.824,53.681]]]},"properties":{"PCON24NM":"Southport","PCON24CD":"E14001504"},"PCON24CD":441}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.51,51.469],[-0.516,51.468],[-0.519,51.471],[-0.524,51.472],[-0.53,51.47],[-0.533,51.464],[-0.536,51.46],[-0.541,51.457],[-0.527,51.448],[-0.531,51.445],[-0.531,51.442],[-0.525,51.44],[-0.525,51.436],[-0.523,51.435],[-0.519,51.434],[-0.512,51.431],[-0.51,51.43],[-0.51,51.424],[-0.513,51.42],[-0.512,51.417],[-0.506,51.417],[-0.503,51.416],[-0.502,51.414],[-0.504,51.411],[-0.5,51.411],[-0.5,51.414],[-0.496,51.413],[-0.493,51.41],[-0.493,51.405],[-0.491,51.402],[-0.491,51.399],[-0.488,51.397],[-0.487,51.395],[-0.486,51.389],[-0.483,51.386],[-0.478,51.39],[-0.476,51.39],[-0.471,51.386],[-0.47,51.382],[-0.459,51.382],[-0.454,51.383],[-0.451,51.384],[-0.452,51.387],[-0.444,51.387],[-0.44,51.389],[-0.436,51.384],[-0.432,51.384],[-0.427,51.387],[-0.427,51.39],[-0.422,51.392],[-0.415,51.4],[-0.411,51.404],[-0.408,51.405],[-0.402,51.406],[-0.39,51.41],[-0.383,51.409],[-0.384,51.41],[-0.39,51.411],[-0.39,51.414],[-0.386,51.414],[-0.387,51.42],[-0.391,51.422],[-0.399,51.424],[-0.405,51.422],[-0.414,51.43],[-0.419,51.432],[-0.428,51.429],[-0.433,51.429],[-0.44,51.431],[-0.44,51.435],[-0.448,51.435],[-0.446,51.44],[-0.456,51.438],[-0.455,51.442],[-0.457,51.443],[-0.458,51.449],[-0.461,51.449],[-0.461,51.452],[-0.459,51.453],[-0.459,51.456],[-0.462,51.457],[-0.474,51.459],[-0.476,51.461],[-0.485,51.461],[-0.49,51.462],[-0.495,51.464],[-0.497,51.466],[-0.504,51.468],[-0.507,51.467],[-0.51,51.469]]]},"properties":{"PCON24NM":"Spelthorne","PCON24CD":"E14001505"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.682,53.756],[-1.694,53.761],[-1.702,53.764],[-1.705,53.765],[-1.709,53.762],[-1.711,53.763],[-1.722,53.759],[-1.726,53.756],[-1.728,53.753],[-1.734,53.748],[-1.741,53.748],[-1.747,53.747],[-1.746,53.742],[-1.747,53.738],[-1.746,53.734],[-1.761,53.735],[-1.764,53.73],[-1.77,53.726],[-1.759,53.725],[-1.754,53.726],[-1.755,53.721],[-1.748,53.719],[-1.741,53.717],[-1.737,53.714],[-1.739,53.712],[-1.736,53.709],[-1.74,53.705],[-1.74,53.699],[-1.733,53.695],[-1.736,53.69],[-1.732,53.686],[-1.732,53.685],[-1.727,53.683],[-1.731,53.68],[-1.73,53.679],[-1.734,53.676],[-1.734,53.672],[-1.737,53.669],[-1.739,53.664],[-1.734,53.655],[-1.734,53.653],[-1.729,53.65],[-1.725,53.652],[-1.718,53.65],[-1.713,53.648],[-1.71,53.648],[-1.709,53.652],[-1.706,53.656],[-1.703,53.655],[-1.699,53.656],[-1.696,53.655],[-1.693,53.652],[-1.69,53.651],[-1.683,53.652],[-1.678,53.651],[-1.675,53.656],[-1.669,53.659],[-1.661,53.663],[-1.664,53.671],[-1.664,53.673],[-1.67,53.673],[-1.676,53.676],[-1.675,53.678],[-1.67,53.686],[-1.665,53.684],[-1.661,53.686],[-1.666,53.688],[-1.663,53.691],[-1.667,53.696],[-1.666,53.7],[-1.657,53.703],[-1.66,53.706],[-1.657,53.712],[-1.658,53.714],[-1.655,53.716],[-1.655,53.718],[-1.659,53.718],[-1.664,53.72],[-1.664,53.722],[-1.661,53.725],[-1.659,53.728],[-1.66,53.729],[-1.656,53.732],[-1.647,53.732],[-1.642,53.728],[-1.636,53.729],[-1.632,53.731],[-1.632,53.732],[-1.636,53.737],[-1.637,53.741],[-1.636,53.743],[-1.642,53.748],[-1.658,53.745],[-1.666,53.748],[-1.676,53.753],[-1.682,53.756]]]},"properties":{"PCON24NM":"Spen Valley","PCON24CD":"E14001506"},"PCON24CD":443}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.267,51.768],[-0.275,51.765],[-0.285,51.76],[-0.291,51.764],[-0.294,51.764],[-0.296,51.765],[-0.301,51.772],[-0.304,51.773],[-0.31,51.773],[-0.313,51.772],[-0.315,51.773],[-0.319,51.769],[-0.322,51.767],[-0.323,51.775],[-0.325,51.779],[-0.333,51.777],[-0.334,51.78],[-0.337,51.779],[-0.336,51.773],[-0.344,51.773],[-0.349,51.768],[-0.355,51.765],[-0.356,51.762],[-0.362,51.759],[-0.354,51.756],[-0.363,51.75],[-0.369,51.749],[-0.375,51.746],[-0.367,51.742],[-0.369,51.74],[-0.363,51.737],[-0.36,51.738],[-0.36,51.734],[-0.369,51.734],[-0.371,51.731],[-0.375,51.73],[-0.381,51.73],[-0.388,51.731],[-0.404,51.73],[-0.407,51.732],[-0.412,51.732],[-0.41,51.731],[-0.409,51.721],[-0.402,51.721],[-0.403,51.718],[-0.406,51.714],[-0.404,51.712],[-0.394,51.709],[-0.381,51.707],[-0.379,51.704],[-0.376,51.698],[-0.376,51.693],[-0.375,51.693],[-0.372,51.688],[-0.367,51.689],[-0.363,51.689],[-0.356,51.692],[-0.357,51.696],[-0.355,51.698],[-0.35,51.699],[-0.343,51.698],[-0.339,51.698],[-0.334,51.699],[-0.333,51.702],[-0.326,51.702],[-0.325,51.697],[-0.322,51.693],[-0.316,51.697],[-0.313,51.696],[-0.309,51.698],[-0.3,51.697],[-0.299,51.699],[-0.302,51.708],[-0.296,51.709],[-0.296,51.711],[-0.286,51.713],[-0.28,51.717],[-0.277,51.721],[-0.286,51.721],[-0.284,51.724],[-0.289,51.728],[-0.284,51.733],[-0.28,51.735],[-0.272,51.736],[-0.266,51.738],[-0.262,51.737],[-0.26,51.734],[-0.255,51.73],[-0.244,51.732],[-0.246,51.734],[-0.246,51.738],[-0.245,51.741],[-0.242,51.742],[-0.246,51.752],[-0.253,51.748],[-0.257,51.752],[-0.258,51.755],[-0.261,51.759],[-0.259,51.76],[-0.263,51.763],[-0.267,51.768]]]},"properties":{"PCON24NM":"St Albans","PCON24CD":"E14001507"},"PCON24CD":444}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.743,50.422],[-4.747,50.422],[-4.752,50.423],[-4.757,50.426],[-4.761,50.427],[-4.764,50.43],[-4.764,50.435],[-4.767,50.436],[-4.789,50.433],[-4.798,50.429],[-4.803,50.431],[-4.8,50.435],[-4.802,50.438],[-4.807,50.44],[-4.811,50.439],[-4.812,50.432],[-4.82,50.431],[-4.821,50.427],[-4.828,50.424],[-4.837,50.418],[-4.839,50.423],[-4.839,50.428],[-4.839,50.431],[-4.843,50.437],[-4.854,50.433],[-4.857,50.432],[-4.873,50.428],[-4.877,50.428],[-4.878,50.418],[-4.881,50.414],[-4.89,50.409],[-4.904,50.405],[-4.908,50.403],[-4.919,50.405],[-4.923,50.406],[-4.928,50.407],[-4.931,50.406],[-4.936,50.409],[-4.947,50.409],[-4.953,50.407],[-4.957,50.404],[-4.968,50.4],[-4.972,50.405],[-4.971,50.41],[-4.972,50.413],[-4.974,50.415],[-4.98,50.416],[-4.992,50.421],[-4.994,50.424],[-4.993,50.429],[-4.996,50.434],[-5.009,50.435],[-5.01,50.441],[-5.008,50.443],[-5.016,50.444],[-5.023,50.442],[-5.025,50.447],[-5.027,50.449],[-5.041,50.448],[-5.044,50.442],[-5.048,50.439],[-5.048,50.437],[-5.055,50.43],[-5.055,50.428],[-5.06,50.424],[-5.066,50.424],[-5.065,50.422],[-5.071,50.42],[-5.073,50.418],[-5.078,50.415],[-5.081,50.416],[-5.085,50.415],[-5.088,50.417],[-5.087,50.42],[-5.091,50.42],[-5.098,50.423],[-5.1,50.42],[-5.098,50.419],[-5.101,50.414],[-5.106,50.413],[-5.113,50.414],[-5.116,50.412],[-5.125,50.413],[-5.124,50.411],[-5.119,50.409],[-5.114,50.409],[-5.11,50.41],[-5.1,50.408],[-5.094,50.408],[-5.087,50.406],[-5.084,50.404],[-5.081,50.405],[-5.08,50.406],[-5.079,50.406],[-5.076,50.405],[-5.075,50.405],[-5.074,50.404],[-5.073,50.404],[-5.073,50.403],[-5.072,50.403],[-5.071,50.4],[-5.07,50.399],[-5.068,50.395],[-5.057,50.394],[-5.056,50.393],[-5.047,50.393],[-5.045,50.395],[-5.031,50.396],[-5.028,50.394],[-5.021,50.393],[-5.014,50.393],[-5.006,50.395],[-5,50.396],[-4.991,50.394],[-4.986,50.391],[-4.984,50.389],[-4.99,50.384],[-4.999,50.382],[-5.001,50.377],[-5,50.371],[-4.998,50.368],[-4.997,50.363],[-4.995,50.361],[-5.001,50.357],[-5.002,50.355],[-5.007,50.353],[-5.005,50.347],[-4.993,50.341],[-4.99,50.342],[-4.978,50.341],[-4.974,50.342],[-4.971,50.345],[-4.95,50.345],[-4.945,50.343],[-4.942,50.345],[-4.943,50.348],[-4.948,50.353],[-4.952,50.359],[-4.945,50.359],[-4.943,50.358],[-4.932,50.361],[-4.927,50.361],[-4.926,50.358],[-4.922,50.354],[-4.925,50.35],[-4.924,50.346],[-4.925,50.343],[-4.925,50.336],[-4.922,50.33],[-4.916,50.331],[-4.907,50.329],[-4.907,50.328],[-4.905,50.324],[-4.9,50.321],[-4.901,50.317],[-4.899,50.311],[-4.905,50.308],[-4.905,50.305],[-4.902,50.301],[-4.905,50.3],[-4.913,50.301],[-4.903,50.29],[-4.905,50.288],[-4.902,50.286],[-4.89,50.288],[-4.884,50.288],[-4.879,50.291],[-4.873,50.292],[-4.87,50.285],[-4.87,50.282],[-4.868,50.278],[-4.877,50.274],[-4.882,50.271],[-4.875,50.264],[-4.874,50.261],[-4.876,50.259],[-4.877,50.255],[-4.866,50.256],[-4.861,50.255],[-4.861,50.258],[-4.859,50.261],[-4.849,50.262],[-4.829,50.27],[-4.825,50.268],[-4.821,50.267],[-4.818,50.268],[-4.818,50.271],[-4.812,50.272],[-4.809,50.277],[-4.805,50.279],[-4.8,50.277],[-4.804,50.274],[-4.805,50.271],[-4.802,50.267],[-4.803,50.26],[-4.796,50.257],[-4.784,50.259],[-4.78,50.257],[-4.778,50.258],[-4.774,50.255],[-4.771,50.255],[-4.771,50.258],[-4.778,50.259],[-4.785,50.263],[-4.784,50.266],[-4.782,50.267],[-4.785,50.27],[-4.784,50.275],[-4.779,50.279],[-4.783,50.281],[-4.784,50.285],[-4.781,50.29],[-4.773,50.293],[-4.774,50.294],[-4.768,50.299],[-4.763,50.301],[-4.759,50.298],[-4.756,50.3],[-4.754,50.306],[-4.755,50.307],[-4.761,50.308],[-4.765,50.313],[-4.767,50.321],[-4.763,50.327],[-4.756,50.331],[-4.753,50.332],[-4.748,50.332],[-4.743,50.333],[-4.741,50.335],[-4.737,50.335],[-4.733,50.336],[-4.714,50.339],[-4.706,50.341],[-4.702,50.347],[-4.695,50.348],[-4.69,50.346],[-4.69,50.342],[-4.682,50.338],[-4.682,50.322],[-4.681,50.318],[-4.677,50.318],[-4.675,50.315],[-4.673,50.314],[-4.669,50.316],[-4.669,50.32],[-4.668,50.323],[-4.664,50.322],[-4.659,50.323],[-4.653,50.324],[-4.652,50.327],[-4.647,50.327],[-4.644,50.328],[-4.641,50.332],[-4.634,50.335],[-4.632,50.339],[-4.634,50.34],[-4.631,50.344],[-4.636,50.346],[-4.638,50.348],[-4.637,50.351],[-4.64,50.355],[-4.639,50.361],[-4.641,50.363],[-4.639,50.367],[-4.639,50.371],[-4.644,50.373],[-4.648,50.376],[-4.656,50.38],[-4.658,50.384],[-4.663,50.39],[-4.668,50.387],[-4.669,50.383],[-4.676,50.381],[-4.68,50.38],[-4.683,50.378],[-4.685,50.375],[-4.69,50.378],[-4.691,50.381],[-4.693,50.384],[-4.697,50.385],[-4.702,50.388],[-4.701,50.38],[-4.702,50.378],[-4.708,50.372],[-4.71,50.366],[-4.715,50.365],[-4.718,50.366],[-4.723,50.366],[-4.728,50.365],[-4.736,50.365],[-4.741,50.365],[-4.744,50.368],[-4.75,50.368],[-4.753,50.374],[-4.755,50.376],[-4.761,50.378],[-4.765,50.381],[-4.768,50.387],[-4.767,50.39],[-4.768,50.393],[-4.765,50.396],[-4.771,50.399],[-4.763,50.402],[-4.763,50.403],[-4.756,50.406],[-4.751,50.406],[-4.75,50.407],[-4.738,50.409],[-4.74,50.416],[-4.743,50.422]]]},"properties":{"PCON24NM":"St Austell and Newquay","PCON24CD":"E14001508"},"PCON24CD":445}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.731,53.521],[-2.741,53.518],[-2.748,53.516],[-2.752,53.516],[-2.759,53.514],[-2.76,53.513],[-2.769,53.514],[-2.771,53.519],[-2.775,53.524],[-2.782,53.531],[-2.792,53.525],[-2.795,53.521],[-2.806,53.518],[-2.81,53.516],[-2.811,53.514],[-2.817,53.512],[-2.822,53.505],[-2.823,53.505],[-2.82,53.497],[-2.82,53.494],[-2.824,53.49],[-2.825,53.485],[-2.823,53.483],[-2.817,53.478],[-2.819,53.47],[-2.819,53.467],[-2.804,53.467],[-2.804,53.469],[-2.797,53.471],[-2.791,53.471],[-2.784,53.469],[-2.778,53.465],[-2.773,53.464],[-2.771,53.462],[-2.766,53.461],[-2.761,53.457],[-2.755,53.456],[-2.753,53.459],[-2.747,53.456],[-2.74,53.458],[-2.741,53.462],[-2.736,53.46],[-2.732,53.461],[-2.72,53.461],[-2.718,53.46],[-2.711,53.459],[-2.709,53.457],[-2.715,53.454],[-2.719,53.448],[-2.715,53.446],[-2.706,53.445],[-2.702,53.444],[-2.702,53.439],[-2.694,53.438],[-2.691,53.436],[-2.687,53.44],[-2.682,53.439],[-2.679,53.444],[-2.677,53.449],[-2.678,53.453],[-2.674,53.453],[-2.671,53.45],[-2.66,53.449],[-2.658,53.447],[-2.651,53.448],[-2.643,53.444],[-2.639,53.444],[-2.632,53.441],[-2.632,53.438],[-2.63,53.435],[-2.625,53.437],[-2.622,53.437],[-2.618,53.439],[-2.616,53.441],[-2.611,53.442],[-2.601,53.443],[-2.597,53.443],[-2.596,53.445],[-2.597,53.449],[-2.59,53.445],[-2.585,53.44],[-2.582,53.441],[-2.577,53.446],[-2.584,53.449],[-2.583,53.453],[-2.589,53.456],[-2.596,53.456],[-2.603,53.461],[-2.613,53.462],[-2.617,53.466],[-2.615,53.47],[-2.608,53.471],[-2.612,53.475],[-2.612,53.481],[-2.619,53.482],[-2.645,53.48],[-2.654,53.486],[-2.657,53.493],[-2.66,53.492],[-2.664,53.495],[-2.666,53.5],[-2.678,53.499],[-2.683,53.5],[-2.693,53.502],[-2.699,53.502],[-2.701,53.505],[-2.705,53.505],[-2.707,53.507],[-2.708,53.513],[-2.713,53.513],[-2.716,53.511],[-2.719,53.512],[-2.723,53.512],[-2.727,53.515],[-2.727,53.518],[-2.731,53.521]]]},"properties":{"PCON24NM":"St Helens North","PCON24CD":"E14001509"},"PCON24CD":446}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.682,53.439],[-2.687,53.44],[-2.691,53.436],[-2.694,53.438],[-2.702,53.439],[-2.702,53.444],[-2.706,53.445],[-2.715,53.446],[-2.719,53.448],[-2.715,53.454],[-2.709,53.457],[-2.711,53.459],[-2.718,53.46],[-2.72,53.461],[-2.732,53.461],[-2.736,53.46],[-2.741,53.462],[-2.74,53.458],[-2.747,53.456],[-2.753,53.459],[-2.755,53.456],[-2.761,53.457],[-2.766,53.461],[-2.771,53.462],[-2.773,53.464],[-2.778,53.465],[-2.784,53.469],[-2.791,53.471],[-2.797,53.471],[-2.804,53.469],[-2.804,53.467],[-2.806,53.463],[-2.807,53.456],[-2.805,53.456],[-2.804,53.451],[-2.8,53.449],[-2.795,53.444],[-2.797,53.441],[-2.804,53.441],[-2.805,53.439],[-2.797,53.436],[-2.794,53.434],[-2.793,53.431],[-2.789,53.431],[-2.787,53.429],[-2.801,53.423],[-2.813,53.417],[-2.813,53.416],[-2.805,53.417],[-2.802,53.413],[-2.786,53.415],[-2.786,53.411],[-2.784,53.407],[-2.787,53.401],[-2.768,53.4],[-2.76,53.4],[-2.744,53.403],[-2.741,53.401],[-2.729,53.4],[-2.721,53.4],[-2.717,53.399],[-2.713,53.391],[-2.71,53.389],[-2.702,53.387],[-2.691,53.385],[-2.676,53.388],[-2.677,53.394],[-2.675,53.398],[-2.671,53.4],[-2.673,53.41],[-2.672,53.412],[-2.672,53.415],[-2.667,53.416],[-2.667,53.419],[-2.672,53.419],[-2.672,53.422],[-2.664,53.429],[-2.665,53.431],[-2.675,53.433],[-2.676,53.435],[-2.672,53.436],[-2.672,53.438],[-2.669,53.439],[-2.67,53.441],[-2.676,53.44],[-2.682,53.439]]]},"properties":{"PCON24NM":"St Helens South and Whiston","PCON24CD":"E14001510"},"PCON24CD":447}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.349,49.898],[-6.35,49.895],[-6.354,49.891],[-6.352,49.888],[-6.349,49.888],[-6.343,49.886],[-6.344,49.884],[-6.34,49.883],[-6.34,49.886],[-6.336,49.886],[-6.336,49.888],[-6.338,49.893],[-6.334,49.892],[-6.33,49.889],[-6.327,49.892],[-6.328,49.895],[-6.334,49.898],[-6.337,49.894],[-6.341,49.895],[-6.347,49.896],[-6.349,49.898]]],[[[-6.374,49.899],[-6.376,49.896],[-6.374,49.895],[-6.369,49.895],[-6.369,49.892],[-6.367,49.892],[-6.37,49.897],[-6.374,49.899]]],[[[-6.299,49.937],[-6.301,49.935],[-6.306,49.935],[-6.309,49.934],[-6.309,49.93],[-6.314,49.928],[-6.308,49.922],[-6.31,49.916],[-6.317,49.915],[-6.322,49.917],[-6.328,49.913],[-6.326,49.91],[-6.321,49.909],[-6.318,49.91],[-6.317,49.913],[-6.313,49.913],[-6.311,49.91],[-6.306,49.906],[-6.307,49.904],[-6.302,49.904],[-6.3,49.906],[-6.302,49.908],[-6.303,49.912],[-6.297,49.912],[-6.293,49.91],[-6.288,49.91],[-6.284,49.912],[-6.283,49.916],[-6.28,49.916],[-6.278,49.918],[-6.276,49.923],[-6.282,49.931],[-6.288,49.931],[-6.288,49.933],[-6.299,49.937]]],[[[-6.349,49.93],[-6.352,49.933],[-6.35,49.937],[-6.354,49.938],[-6.356,49.937],[-6.354,49.934],[-6.358,49.93],[-6.353,49.929],[-6.349,49.93]]],[[[-6.359,49.966],[-6.361,49.965],[-6.36,49.963],[-6.357,49.961],[-6.357,49.96],[-6.361,49.958],[-6.361,49.956],[-6.359,49.953],[-6.364,49.954],[-6.365,49.952],[-6.361,49.952],[-6.356,49.949],[-6.359,49.946],[-6.352,49.945],[-6.35,49.946],[-6.35,49.949],[-6.352,49.951],[-6.351,49.954],[-6.348,49.956],[-6.354,49.962],[-6.358,49.963],[-6.359,49.966]]],[[[-6.348,49.968],[-6.351,49.964],[-6.348,49.962],[-6.344,49.957],[-6.339,49.956],[-6.338,49.954],[-6.34,49.951],[-6.338,49.949],[-6.339,49.947],[-6.331,49.942],[-6.328,49.944],[-6.324,49.944],[-6.321,49.951],[-6.321,49.954],[-6.327,49.959],[-6.332,49.959],[-6.335,49.964],[-6.338,49.963],[-6.341,49.964],[-6.34,49.966],[-6.343,49.968],[-6.348,49.968]]],[[[-6.314,49.97],[-6.314,49.967],[-6.311,49.967],[-6.31,49.969],[-6.314,49.97]]],[[[-6.325,49.975],[-6.327,49.975],[-6.328,49.971],[-6.323,49.971],[-6.322,49.972],[-6.325,49.975]]],[[[-6.292,49.98],[-6.296,49.98],[-6.295,49.977],[-6.291,49.977],[-6.293,49.974],[-6.297,49.974],[-6.302,49.97],[-6.304,49.967],[-6.304,49.964],[-6.296,49.964],[-6.294,49.963],[-6.287,49.96],[-6.284,49.956],[-6.282,49.956],[-6.28,49.959],[-6.274,49.959],[-6.271,49.958],[-6.262,49.963],[-6.266,49.968],[-6.269,49.967],[-6.269,49.964],[-6.275,49.965],[-6.278,49.964],[-6.281,49.966],[-6.283,49.965],[-6.289,49.966],[-6.292,49.97],[-6.293,49.973],[-6.289,49.976],[-6.29,49.979],[-6.292,49.98]]],[[[-5.437,50.176],[-5.441,50.178],[-5.437,50.181],[-5.436,50.185],[-5.431,50.187],[-5.435,50.191],[-5.437,50.193],[-5.44,50.194],[-5.449,50.195],[-5.455,50.196],[-5.456,50.198],[-5.461,50.198],[-5.468,50.199],[-5.47,50.202],[-5.469,50.206],[-5.477,50.209],[-5.48,50.213],[-5.48,50.216],[-5.486,50.215],[-5.489,50.217],[-5.493,50.217],[-5.496,50.219],[-5.498,50.22],[-5.501,50.218],[-5.507,50.217],[-5.51,50.216],[-5.516,50.216],[-5.517,50.217],[-5.52,50.217],[-5.521,50.215],[-5.53,50.214],[-5.539,50.216],[-5.543,50.212],[-5.549,50.212],[-5.551,50.209],[-5.556,50.209],[-5.555,50.204],[-5.56,50.204],[-5.565,50.2],[-5.572,50.198],[-5.575,50.201],[-5.579,50.198],[-5.577,50.196],[-5.581,50.194],[-5.585,50.196],[-5.588,50.192],[-5.592,50.189],[-5.596,50.189],[-5.598,50.193],[-5.605,50.186],[-5.608,50.186],[-5.607,50.182],[-5.615,50.182],[-5.616,50.179],[-5.621,50.177],[-5.62,50.174],[-5.625,50.172],[-5.626,50.169],[-5.629,50.168],[-5.635,50.168],[-5.64,50.167],[-5.645,50.169],[-5.654,50.168],[-5.659,50.164],[-5.667,50.166],[-5.673,50.166],[-5.672,50.164],[-5.678,50.16],[-5.687,50.152],[-5.69,50.152],[-5.694,50.147],[-5.694,50.139],[-5.696,50.137],[-5.7,50.137],[-5.704,50.135],[-5.702,50.13],[-5.704,50.128],[-5.708,50.129],[-5.71,50.127],[-5.706,50.126],[-5.705,50.123],[-5.7,50.119],[-5.701,50.113],[-5.697,50.111],[-5.699,50.108],[-5.697,50.105],[-5.697,50.098],[-5.689,50.092],[-5.689,50.089],[-5.691,50.087],[-5.693,50.083],[-5.695,50.08],[-5.699,50.078],[-5.709,50.078],[-5.709,50.071],[-5.713,50.07],[-5.716,50.066],[-5.715,50.063],[-5.71,50.061],[-5.711,50.058],[-5.707,50.057],[-5.706,50.055],[-5.699,50.055],[-5.693,50.054],[-5.695,50.053],[-5.693,50.05],[-5.688,50.049],[-5.69,50.044],[-5.687,50.043],[-5.687,50.041],[-5.682,50.039],[-5.685,50.038],[-5.678,50.035],[-5.673,50.035],[-5.672,50.037],[-5.664,50.038],[-5.662,50.038],[-5.658,50.039],[-5.654,50.038],[-5.65,50.04],[-5.651,50.042],[-5.649,50.044],[-5.643,50.045],[-5.635,50.041],[-5.634,50.044],[-5.628,50.045],[-5.629,50.048],[-5.623,50.05],[-5.619,50.051],[-5.608,50.048],[-5.601,50.052],[-5.594,50.053],[-5.59,50.051],[-5.585,50.052],[-5.576,50.052],[-5.573,50.055],[-5.569,50.055],[-5.564,50.058],[-5.564,50.062],[-5.561,50.062],[-5.555,50.06],[-5.55,50.062],[-5.548,50.067],[-5.542,50.072],[-5.538,50.079],[-5.539,50.083],[-5.536,50.085],[-5.533,50.089],[-5.538,50.093],[-5.54,50.098],[-5.546,50.101],[-5.549,50.103],[-5.548,50.108],[-5.545,50.11],[-5.537,50.114],[-5.531,50.116],[-5.533,50.117],[-5.533,50.119],[-5.53,50.124],[-5.524,50.126],[-5.496,50.129],[-5.484,50.128],[-5.48,50.126],[-5.475,50.123],[-5.463,50.123],[-5.459,50.12],[-5.454,50.118],[-5.453,50.115],[-5.449,50.112],[-5.444,50.113],[-5.43,50.106],[-5.426,50.099],[-5.42,50.099],[-5.413,50.104],[-5.409,50.105],[-5.403,50.103],[-5.399,50.101],[-5.395,50.103],[-5.392,50.103],[-5.384,50.102],[-5.375,50.098],[-5.372,50.093],[-5.366,50.094],[-5.363,50.09],[-5.358,50.089],[-5.346,50.093],[-5.344,50.092],[-5.339,50.092],[-5.332,50.09],[-5.328,50.089],[-5.327,50.085],[-5.324,50.085],[-5.322,50.083],[-5.318,50.083],[-5.313,50.081],[-5.29,50.066],[-5.28,50.057],[-5.279,50.053],[-5.276,50.05],[-5.276,50.048],[-5.281,50.044],[-5.28,50.042],[-5.275,50.042],[-5.272,50.041],[-5.267,50.038],[-5.267,50.035],[-5.261,50.033],[-5.266,50.032],[-5.266,50.029],[-5.261,50.025],[-5.257,50.024],[-5.256,50.022],[-5.259,50.019],[-5.26,50.013],[-5.264,50.007],[-5.268,50.006],[-5.267,50],[-5.265,49.999],[-5.261,49.997],[-5.256,49.997],[-5.253,49.994],[-5.251,49.991],[-5.255,49.988],[-5.249,49.986],[-5.245,49.986],[-5.248,49.981],[-5.246,49.976],[-5.24,49.976],[-5.236,49.976],[-5.234,49.975],[-5.23,49.975],[-5.228,49.974],[-5.219,49.971],[-5.216,49.967],[-5.217,49.964],[-5.216,49.96],[-5.199,49.959],[-5.199,49.962],[-5.197,49.964],[-5.19,49.962],[-5.186,49.963],[-5.187,49.965],[-5.185,49.967],[-5.187,49.97],[-5.189,49.974],[-5.186,49.975],[-5.186,49.979],[-5.181,49.981],[-5.178,49.987],[-5.173,49.989],[-5.17,49.991],[-5.172,49.995],[-5.167,50.004],[-5.163,50.006],[-5.157,50.008],[-5.153,50.007],[-5.145,50.008],[-5.138,50.008],[-5.126,50.007],[-5.12,50.008],[-5.112,50.003],[-5.11,50.003],[-5.107,50.005],[-5.101,50.004],[-5.098,50.008],[-5.098,50.013],[-5.095,50.018],[-5.097,50.023],[-5.097,50.026],[-5.089,50.031],[-5.079,50.033],[-5.077,50.034],[-5.071,50.035],[-5.068,50.036],[-5.07,50.04],[-5.066,50.044],[-5.067,50.046],[-5.064,50.05],[-5.06,50.051],[-5.058,50.054],[-5.063,50.055],[-5.064,50.057],[-5.062,50.058],[-5.063,50.062],[-5.065,50.063],[-5.067,50.067],[-5.07,50.068],[-5.079,50.068],[-5.079,50.077],[-5.075,50.082],[-5.077,50.084],[-5.081,50.083],[-5.09,50.086],[-5.095,50.085],[-5.099,50.085],[-5.102,50.089],[-5.095,50.088],[-5.094,50.091],[-5.099,50.091],[-5.105,50.095],[-5.116,50.095],[-5.117,50.096],[-5.125,50.096],[-5.132,50.093],[-5.138,50.094],[-5.141,50.096],[-5.148,50.095],[-5.16,50.091],[-5.163,50.092],[-5.171,50.091],[-5.174,50.089],[-5.179,50.09],[-5.185,50.088],[-5.189,50.087],[-5.195,50.089],[-5.2,50.089],[-5.204,50.09],[-5.199,50.094],[-5.199,50.095],[-5.194,50.101],[-5.19,50.104],[-5.189,50.108],[-5.191,50.112],[-5.202,50.113],[-5.206,50.115],[-5.208,50.115],[-5.207,50.12],[-5.212,50.12],[-5.211,50.128],[-5.208,50.13],[-5.21,50.134],[-5.212,50.134],[-5.214,50.138],[-5.209,50.143],[-5.208,50.146],[-5.203,50.147],[-5.197,50.15],[-5.193,50.151],[-5.189,50.148],[-5.184,50.15],[-5.183,50.153],[-5.178,50.155],[-5.18,50.16],[-5.181,50.163],[-5.179,50.165],[-5.183,50.168],[-5.187,50.167],[-5.189,50.169],[-5.193,50.167],[-5.197,50.169],[-5.198,50.171],[-5.201,50.174],[-5.201,50.178],[-5.203,50.18],[-5.203,50.183],[-5.206,50.185],[-5.208,50.189],[-5.211,50.19],[-5.218,50.192],[-5.222,50.193],[-5.226,50.196],[-5.228,50.205],[-5.235,50.202],[-5.238,50.2],[-5.241,50.198],[-5.248,50.194],[-5.249,50.19],[-5.267,50.183],[-5.275,50.179],[-5.276,50.18],[-5.284,50.18],[-5.286,50.181],[-5.289,50.185],[-5.295,50.187],[-5.297,50.188],[-5.305,50.191],[-5.311,50.194],[-5.315,50.196],[-5.319,50.192],[-5.325,50.189],[-5.326,50.185],[-5.321,50.178],[-5.331,50.178],[-5.328,50.171],[-5.333,50.17],[-5.336,50.168],[-5.354,50.163],[-5.36,50.164],[-5.367,50.163],[-5.376,50.163],[-5.382,50.159],[-5.384,50.161],[-5.383,50.165],[-5.391,50.167],[-5.394,50.167],[-5.396,50.172],[-5.402,50.173],[-5.41,50.175],[-5.416,50.174],[-5.419,50.176],[-5.422,50.175],[-5.43,50.175],[-5.434,50.177],[-5.437,50.176]]]]},"properties":{"PCON24NM":"St Ives","PCON24CD":"E14001511"},"PCON24CD":448}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.044,52.353],[0.035,52.353],[0.027,52.351],[0.015,52.344],[0.01,52.341],[0.009,52.335],[0.003,52.329],[0,52.328],[-0.004,52.324],[-0.007,52.317],[-0.014,52.313],[-0.017,52.313],[-0.022,52.315],[-0.031,52.317],[-0.036,52.314],[-0.042,52.315],[-0.045,52.315],[-0.056,52.315],[-0.058,52.313],[-0.062,52.311],[-0.07,52.312],[-0.075,52.308],[-0.078,52.307],[-0.086,52.308],[-0.091,52.306],[-0.093,52.3],[-0.097,52.296],[-0.103,52.292],[-0.106,52.288],[-0.113,52.287],[-0.121,52.284],[-0.125,52.283],[-0.13,52.282],[-0.138,52.277],[-0.143,52.283],[-0.147,52.284],[-0.16,52.283],[-0.164,52.282],[-0.171,52.282],[-0.175,52.28],[-0.18,52.27],[-0.178,52.27],[-0.183,52.264],[-0.184,52.261],[-0.183,52.257],[-0.209,52.261],[-0.213,52.262],[-0.217,52.265],[-0.216,52.267],[-0.228,52.271],[-0.232,52.269],[-0.238,52.261],[-0.238,52.255],[-0.249,52.257],[-0.258,52.256],[-0.266,52.257],[-0.279,52.258],[-0.285,52.26],[-0.287,52.262],[-0.29,52.261],[-0.295,52.262],[-0.294,52.258],[-0.288,52.254],[-0.285,52.255],[-0.278,52.253],[-0.277,52.249],[-0.279,52.242],[-0.287,52.235],[-0.294,52.228],[-0.299,52.221],[-0.3,52.218],[-0.296,52.21],[-0.293,52.208],[-0.288,52.207],[-0.262,52.21],[-0.265,52.206],[-0.26,52.205],[-0.261,52.204],[-0.257,52.203],[-0.252,52.196],[-0.248,52.193],[-0.241,52.19],[-0.244,52.183],[-0.25,52.184],[-0.254,52.18],[-0.261,52.176],[-0.254,52.173],[-0.251,52.173],[-0.239,52.17],[-0.226,52.165],[-0.224,52.162],[-0.22,52.162],[-0.217,52.159],[-0.211,52.161],[-0.203,52.163],[-0.19,52.169],[-0.185,52.169],[-0.179,52.167],[-0.169,52.168],[-0.156,52.167],[-0.156,52.169],[-0.153,52.17],[-0.154,52.164],[-0.153,52.161],[-0.149,52.161],[-0.148,52.158],[-0.141,52.158],[-0.123,52.157],[-0.119,52.156],[-0.108,52.158],[-0.11,52.162],[-0.102,52.162],[-0.093,52.159],[-0.09,52.157],[-0.075,52.159],[-0.072,52.159],[-0.073,52.163],[-0.07,52.164],[-0.068,52.159],[-0.066,52.157],[-0.059,52.158],[-0.042,52.156],[-0.042,52.158],[-0.037,52.163],[-0.031,52.164],[-0.029,52.166],[-0.024,52.167],[-0.022,52.169],[-0.023,52.173],[-0.019,52.172],[-0.013,52.182],[-0.018,52.184],[-0.023,52.184],[-0.023,52.186],[-0.028,52.185],[-0.026,52.191],[-0.023,52.199],[-0.019,52.203],[-0.016,52.204],[-0.014,52.209],[-0.01,52.212],[-0.005,52.219],[0.009,52.218],[0.021,52.217],[0.032,52.216],[0.039,52.216],[0.037,52.209],[0.038,52.207],[0.045,52.207],[0.053,52.208],[0.049,52.215],[0.063,52.216],[0.069,52.215],[0.069,52.216],[0.082,52.218],[0.103,52.228],[0.108,52.231],[0.117,52.228],[0.119,52.231],[0.125,52.234],[0.13,52.236],[0.146,52.253],[0.142,52.256],[0.141,52.258],[0.137,52.26],[0.137,52.261],[0.131,52.265],[0.133,52.269],[0.133,52.271],[0.138,52.274],[0.136,52.276],[0.127,52.272],[0.12,52.27],[0.111,52.271],[0.108,52.27],[0.098,52.267],[0.094,52.265],[0.089,52.268],[0.086,52.277],[0.083,52.282],[0.076,52.278],[0.072,52.284],[0.063,52.293],[0.07,52.296],[0.074,52.3],[0.08,52.304],[0.085,52.304],[0.09,52.306],[0.094,52.305],[0.102,52.304],[0.106,52.31],[0.101,52.312],[0.12,52.316],[0.121,52.317],[0.118,52.322],[0.11,52.323],[0.106,52.324],[0.103,52.327],[0.103,52.33],[0.097,52.331],[0.094,52.334],[0.087,52.336],[0.083,52.335],[0.075,52.338],[0.065,52.342],[0.059,52.344],[0.057,52.346],[0.05,52.349],[0.044,52.353]]]},"properties":{"PCON24NM":"St Neots and Mid Cambridgeshire","PCON24CD":"E14001512"},"PCON24CD":449}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.227,52.976],[-2.232,52.981],[-2.245,52.984],[-2.252,52.987],[-2.27,52.991],[-2.286,52.993],[-2.288,52.99],[-2.291,52.99],[-2.293,52.994],[-2.304,52.994],[-2.302,52.991],[-2.305,52.987],[-2.303,52.985],[-2.306,52.983],[-2.314,52.981],[-2.325,52.978],[-2.328,52.981],[-2.335,52.977],[-2.34,52.975],[-2.347,52.976],[-2.351,52.98],[-2.36,52.979],[-2.367,52.977],[-2.371,52.977],[-2.377,52.975],[-2.38,52.976],[-2.383,52.971],[-2.379,52.969],[-2.378,52.964],[-2.385,52.96],[-2.387,52.953],[-2.394,52.951],[-2.399,52.961],[-2.405,52.962],[-2.411,52.962],[-2.41,52.959],[-2.408,52.959],[-2.405,52.953],[-2.405,52.948],[-2.414,52.947],[-2.414,52.948],[-2.425,52.95],[-2.428,52.947],[-2.437,52.944],[-2.441,52.937],[-2.445,52.933],[-2.447,52.929],[-2.451,52.928],[-2.45,52.925],[-2.456,52.926],[-2.458,52.921],[-2.456,52.916],[-2.46,52.913],[-2.461,52.909],[-2.463,52.908],[-2.471,52.906],[-2.468,52.897],[-2.464,52.89],[-2.457,52.886],[-2.456,52.884],[-2.458,52.881],[-2.454,52.878],[-2.451,52.878],[-2.449,52.875],[-2.445,52.875],[-2.442,52.881],[-2.436,52.882],[-2.426,52.882],[-2.42,52.885],[-2.415,52.885],[-2.412,52.888],[-2.403,52.888],[-2.396,52.889],[-2.385,52.889],[-2.384,52.89],[-2.379,52.892],[-2.375,52.892],[-2.378,52.888],[-2.377,52.885],[-2.379,52.884],[-2.382,52.876],[-2.381,52.873],[-2.381,52.867],[-2.388,52.862],[-2.387,52.86],[-2.389,52.857],[-2.39,52.851],[-2.392,52.849],[-2.394,52.836],[-2.397,52.834],[-2.401,52.834],[-2.404,52.835],[-2.407,52.834],[-2.415,52.829],[-2.416,52.828],[-2.411,52.825],[-2.398,52.82],[-2.378,52.812],[-2.376,52.81],[-2.378,52.807],[-2.375,52.802],[-2.371,52.8],[-2.371,52.795],[-2.373,52.794],[-2.382,52.794],[-2.381,52.788],[-2.377,52.784],[-2.37,52.784],[-2.367,52.782],[-2.367,52.778],[-2.364,52.775],[-2.354,52.771],[-2.35,52.766],[-2.345,52.766],[-2.342,52.762],[-2.335,52.759],[-2.33,52.758],[-2.329,52.754],[-2.33,52.752],[-2.325,52.752],[-2.321,52.748],[-2.315,52.745],[-2.316,52.745],[-2.312,52.741],[-2.307,52.74],[-2.299,52.741],[-2.296,52.743],[-2.292,52.742],[-2.288,52.743],[-2.283,52.741],[-2.278,52.741],[-2.275,52.743],[-2.274,52.738],[-2.268,52.738],[-2.265,52.734],[-2.265,52.731],[-2.263,52.73],[-2.256,52.731],[-2.258,52.725],[-2.258,52.721],[-2.257,52.718],[-2.25,52.716],[-2.245,52.715],[-2.241,52.718],[-2.239,52.721],[-2.232,52.724],[-2.226,52.726],[-2.221,52.726],[-2.218,52.73],[-2.217,52.733],[-2.209,52.732],[-2.202,52.732],[-2.197,52.735],[-2.194,52.733],[-2.188,52.733],[-2.186,52.735],[-2.178,52.737],[-2.177,52.739],[-2.178,52.744],[-2.172,52.745],[-2.164,52.741],[-2.16,52.744],[-2.159,52.748],[-2.16,52.751],[-2.16,52.754],[-2.158,52.757],[-2.159,52.76],[-2.156,52.764],[-2.156,52.769],[-2.154,52.773],[-2.151,52.775],[-2.15,52.779],[-2.147,52.783],[-2.141,52.784],[-2.138,52.784],[-2.137,52.778],[-2.135,52.776],[-2.13,52.776],[-2.119,52.771],[-2.114,52.769],[-2.112,52.771],[-2.107,52.771],[-2.103,52.77],[-2.099,52.775],[-2.1,52.776],[-2.099,52.784],[-2.096,52.785],[-2.095,52.781],[-2.089,52.781],[-2.086,52.78],[-2.081,52.78],[-2.078,52.78],[-2.075,52.778],[-2.073,52.781],[-2.071,52.788],[-2.069,52.791],[-2.069,52.794],[-2.067,52.797],[-2.07,52.799],[-2.072,52.802],[-2.076,52.803],[-2.081,52.803],[-2.085,52.805],[-2.082,52.807],[-2.084,52.811],[-2.087,52.814],[-2.097,52.817],[-2.102,52.82],[-2.105,52.823],[-2.106,52.829],[-2.11,52.831],[-2.118,52.833],[-2.119,52.836],[-2.127,52.844],[-2.131,52.843],[-2.135,52.846],[-2.139,52.847],[-2.139,52.849],[-2.134,52.853],[-2.133,52.857],[-2.14,52.859],[-2.143,52.862],[-2.142,52.864],[-2.145,52.866],[-2.149,52.87],[-2.151,52.869],[-2.155,52.871],[-2.16,52.871],[-2.159,52.868],[-2.168,52.869],[-2.164,52.875],[-2.167,52.881],[-2.174,52.891],[-2.178,52.894],[-2.184,52.893],[-2.185,52.889],[-2.192,52.888],[-2.199,52.888],[-2.205,52.886],[-2.213,52.891],[-2.215,52.889],[-2.221,52.891],[-2.216,52.893],[-2.215,52.898],[-2.217,52.903],[-2.222,52.906],[-2.225,52.907],[-2.226,52.91],[-2.23,52.913],[-2.237,52.92],[-2.239,52.92],[-2.24,52.925],[-2.249,52.924],[-2.256,52.923],[-2.262,52.923],[-2.264,52.924],[-2.263,52.928],[-2.265,52.93],[-2.264,52.934],[-2.267,52.937],[-2.273,52.941],[-2.277,52.947],[-2.278,52.951],[-2.275,52.954],[-2.273,52.958],[-2.268,52.964],[-2.264,52.963],[-2.263,52.966],[-2.256,52.966],[-2.251,52.966],[-2.246,52.968],[-2.239,52.972],[-2.234,52.973],[-2.232,52.975],[-2.227,52.976]]]},"properties":{"PCON24NM":"Stafford","PCON24CD":"E14001513"},"PCON24CD":450}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.899,53.2],[-1.902,53.199],[-1.909,53.199],[-1.915,53.203],[-1.922,53.203],[-1.925,53.206],[-1.931,53.209],[-1.939,53.212],[-1.951,53.212],[-1.957,53.214],[-1.961,53.219],[-1.962,53.226],[-1.971,53.221],[-1.976,53.219],[-1.978,53.217],[-1.987,53.214],[-1.989,53.21],[-1.993,53.208],[-1.995,53.203],[-1.994,53.2],[-2.002,53.193],[-2.01,53.193],[-2.016,53.189],[-2.021,53.19],[-2.029,53.193],[-2.038,53.194],[-2.04,53.193],[-2.047,53.192],[-2.052,53.188],[-2.055,53.187],[-2.052,53.184],[-2.056,53.183],[-2.06,53.18],[-2.058,53.177],[-2.063,53.175],[-2.067,53.175],[-2.071,53.172],[-2.078,53.17],[-2.087,53.17],[-2.091,53.172],[-2.094,53.173],[-2.096,53.171],[-2.102,53.169],[-2.104,53.17],[-2.109,53.168],[-2.116,53.17],[-2.12,53.175],[-2.125,53.173],[-2.128,53.175],[-2.13,53.178],[-2.133,53.183],[-2.138,53.184],[-2.141,53.184],[-2.141,53.18],[-2.145,53.176],[-2.144,53.171],[-2.141,53.157],[-2.149,53.158],[-2.151,53.16],[-2.155,53.159],[-2.157,53.155],[-2.16,53.153],[-2.163,53.152],[-2.168,53.148],[-2.172,53.148],[-2.177,53.146],[-2.18,53.143],[-2.188,53.135],[-2.204,53.12],[-2.211,53.116],[-2.206,53.112],[-2.199,53.105],[-2.194,53.102],[-2.19,53.102],[-2.181,53.09],[-2.178,53.091],[-2.174,53.09],[-2.169,53.087],[-2.166,53.082],[-2.166,53.079],[-2.162,53.073],[-2.161,53.07],[-2.157,53.071],[-2.153,53.07],[-2.148,53.07],[-2.146,53.069],[-2.141,53.067],[-2.139,53.065],[-2.134,53.065],[-2.128,53.066],[-2.125,53.065],[-2.127,53.059],[-2.127,53.054],[-2.124,53.053],[-2.119,53.049],[-2.12,53.047],[-2.125,53.049],[-2.132,53.047],[-2.129,53.044],[-2.126,53.039],[-2.127,53.036],[-2.124,53.032],[-2.123,53.028],[-2.119,53.026],[-2.123,53.021],[-2.115,53.016],[-2.116,53.015],[-2.104,53.011],[-2.103,53.007],[-2.107,53.005],[-2.108,53.003],[-2.105,52.998],[-2.101,52.996],[-2.098,52.998],[-2.092,52.999],[-2.089,52.997],[-2.088,52.993],[-2.092,52.988],[-2.092,52.985],[-2.085,52.981],[-2.085,52.978],[-2.08,52.976],[-2.079,52.974],[-2.072,52.971],[-2.064,52.975],[-2.064,52.977],[-2.061,52.982],[-2.056,52.983],[-2.053,52.981],[-2.053,52.979],[-2.046,52.98],[-2.045,52.982],[-2.039,52.982],[-2.032,52.985],[-2.029,52.982],[-2.023,52.983],[-2.029,52.979],[-2.027,52.977],[-2.019,52.975],[-2.012,52.973],[-2.006,52.972],[-2.002,52.967],[-2.002,52.962],[-1.999,52.961],[-1.994,52.962],[-1.986,52.96],[-1.977,52.959],[-1.967,52.961],[-1.952,52.961],[-1.96,52.968],[-1.961,52.971],[-1.958,52.975],[-1.953,52.978],[-1.951,52.981],[-1.94,52.981],[-1.936,52.97],[-1.932,52.967],[-1.927,52.968],[-1.922,52.964],[-1.918,52.966],[-1.914,52.965],[-1.911,52.963],[-1.903,52.966],[-1.899,52.971],[-1.897,52.972],[-1.889,52.969],[-1.888,52.971],[-1.881,52.97],[-1.877,52.972],[-1.872,52.972],[-1.871,52.974],[-1.868,52.974],[-1.861,52.975],[-1.86,52.978],[-1.865,52.981],[-1.865,52.983],[-1.87,52.987],[-1.87,52.991],[-1.874,52.994],[-1.881,52.995],[-1.881,52.996],[-1.878,53],[-1.879,53.003],[-1.877,53.006],[-1.883,53.011],[-1.887,53.016],[-1.884,53.02],[-1.876,53.022],[-1.872,53.02],[-1.863,53.029],[-1.864,53.03],[-1.856,53.034],[-1.851,53.031],[-1.846,53.03],[-1.83,53.033],[-1.821,53.029],[-1.814,53.03],[-1.808,53.026],[-1.806,53.023],[-1.802,53.022],[-1.8,53.017],[-1.798,53.016],[-1.794,53.017],[-1.795,53.02],[-1.785,53.024],[-1.79,53.026],[-1.791,53.03],[-1.793,53.032],[-1.794,53.039],[-1.79,53.039],[-1.79,53.043],[-1.781,53.046],[-1.779,53.045],[-1.781,53.048],[-1.785,53.05],[-1.784,53.054],[-1.782,53.056],[-1.777,53.058],[-1.776,53.06],[-1.783,53.061],[-1.786,53.063],[-1.784,53.065],[-1.786,53.07],[-1.789,53.073],[-1.791,53.078],[-1.789,53.079],[-1.789,53.081],[-1.792,53.084],[-1.791,53.086],[-1.794,53.088],[-1.793,53.091],[-1.789,53.091],[-1.784,53.093],[-1.785,53.095],[-1.782,53.096],[-1.786,53.1],[-1.784,53.102],[-1.788,53.105],[-1.786,53.107],[-1.789,53.109],[-1.793,53.11],[-1.795,53.113],[-1.8,53.115],[-1.802,53.118],[-1.806,53.123],[-1.81,53.124],[-1.809,53.127],[-1.814,53.132],[-1.82,53.134],[-1.822,53.138],[-1.821,53.141],[-1.818,53.144],[-1.817,53.149],[-1.812,53.153],[-1.815,53.155],[-1.816,53.158],[-1.825,53.164],[-1.827,53.166],[-1.833,53.171],[-1.832,53.173],[-1.839,53.177],[-1.846,53.179],[-1.846,53.18],[-1.854,53.185],[-1.859,53.187],[-1.87,53.192],[-1.872,53.194],[-1.876,53.196],[-1.883,53.196],[-1.887,53.198],[-1.899,53.2]]]},"properties":{"PCON24NM":"Staffordshire Moorlands","PCON24CD":"E14001514"},"PCON24CD":451}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.963,53.51],[-1.967,53.51],[-1.978,53.514],[-1.987,53.517],[-1.992,53.52],[-1.997,53.522],[-2.003,53.52],[-2.009,53.519],[-2.019,53.521],[-2.018,53.524],[-2.023,53.528],[-2.032,53.53],[-2.044,53.53],[-2.055,53.531],[-2.057,53.53],[-2.053,53.527],[-2.054,53.522],[-2.058,53.523],[-2.062,53.522],[-2.061,53.518],[-2.062,53.513],[-2.057,53.513],[-2.055,53.511],[-2.057,53.509],[-2.056,53.505],[-2.059,53.502],[-2.062,53.499],[-2.069,53.497],[-2.068,53.492],[-2.073,53.487],[-2.076,53.479],[-2.079,53.476],[-2.075,53.475],[-2.076,53.472],[-2.073,53.472],[-2.077,53.467],[-2.081,53.465],[-2.097,53.465],[-2.098,53.464],[-2.099,53.462],[-2.096,53.461],[-2.095,53.457],[-2.096,53.455],[-2.096,53.451],[-2.091,53.45],[-2.088,53.449],[-2.091,53.446],[-2.089,53.443],[-2.092,53.441],[-2.093,53.438],[-2.089,53.437],[-2.085,53.434],[-2.086,53.429],[-2.083,53.427],[-2.075,53.426],[-2.065,53.43],[-2.062,53.429],[-2.056,53.432],[-2.047,53.43],[-2.038,53.427],[-2.034,53.429],[-2.03,53.429],[-2.026,53.43],[-2.027,53.432],[-2.023,53.433],[-2.018,53.438],[-2.012,53.44],[-2.007,53.436],[-2.004,53.436],[-2.006,53.441],[-1.999,53.446],[-1.995,53.447],[-1.995,53.45],[-1.99,53.454],[-1.987,53.454],[-1.988,53.461],[-1.981,53.463],[-1.981,53.464],[-1.987,53.467],[-1.988,53.471],[-1.987,53.473],[-1.989,53.475],[-1.987,53.482],[-1.983,53.484],[-1.975,53.487],[-1.971,53.495],[-1.972,53.499],[-1.972,53.504],[-1.963,53.51]]]},"properties":{"PCON24NM":"Stalybridge and Hyde","PCON24CD":"E14001515"},"PCON24CD":452}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.162,51.92],[-0.165,51.927],[-0.171,51.928],[-0.176,51.931],[-0.185,51.932],[-0.188,51.928],[-0.193,51.928],[-0.197,51.931],[-0.199,51.929],[-0.202,51.931],[-0.205,51.929],[-0.207,51.93],[-0.22,51.931],[-0.225,51.929],[-0.228,51.927],[-0.228,51.925],[-0.225,51.923],[-0.228,51.917],[-0.229,51.913],[-0.234,51.905],[-0.23,51.903],[-0.229,51.899],[-0.226,51.898],[-0.225,51.893],[-0.223,51.892],[-0.226,51.887],[-0.23,51.883],[-0.235,51.882],[-0.242,51.883],[-0.246,51.885],[-0.249,51.884],[-0.253,51.878],[-0.251,51.874],[-0.253,51.87],[-0.259,51.867],[-0.259,51.864],[-0.265,51.861],[-0.262,51.853],[-0.263,51.851],[-0.266,51.847],[-0.271,51.845],[-0.273,51.84],[-0.266,51.842],[-0.257,51.845],[-0.254,51.845],[-0.248,51.846],[-0.243,51.843],[-0.245,51.839],[-0.241,51.835],[-0.237,51.836],[-0.231,51.837],[-0.223,51.835],[-0.22,51.837],[-0.223,51.839],[-0.226,51.844],[-0.218,51.847],[-0.213,51.851],[-0.211,51.849],[-0.206,51.846],[-0.212,51.843],[-0.211,51.84],[-0.205,51.844],[-0.201,51.844],[-0.198,51.846],[-0.197,51.849],[-0.207,51.854],[-0.199,51.858],[-0.197,51.859],[-0.192,51.857],[-0.186,51.86],[-0.181,51.86],[-0.176,51.859],[-0.176,51.857],[-0.171,51.855],[-0.166,51.849],[-0.167,51.844],[-0.169,51.843],[-0.17,51.838],[-0.174,51.837],[-0.171,51.835],[-0.168,51.831],[-0.163,51.833],[-0.16,51.835],[-0.154,51.835],[-0.153,51.839],[-0.156,51.842],[-0.155,51.846],[-0.151,51.848],[-0.15,51.852],[-0.148,51.854],[-0.144,51.853],[-0.14,51.858],[-0.141,51.859],[-0.139,51.862],[-0.134,51.863],[-0.131,51.866],[-0.127,51.864],[-0.128,51.86],[-0.125,51.86],[-0.123,51.863],[-0.124,51.866],[-0.121,51.867],[-0.126,51.871],[-0.13,51.876],[-0.134,51.877],[-0.133,51.881],[-0.136,51.882],[-0.142,51.883],[-0.139,51.886],[-0.142,51.889],[-0.142,51.892],[-0.14,51.896],[-0.142,51.898],[-0.137,51.901],[-0.139,51.904],[-0.148,51.908],[-0.152,51.913],[-0.156,51.915],[-0.159,51.919],[-0.162,51.92]]]},"properties":{"PCON24NM":"Stevenage","PCON24CD":"E14001516"},"PCON24CD":453}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.131,53.439],[-2.135,53.438],[-2.141,53.439],[-2.143,53.442],[-2.149,53.447],[-2.15,53.449],[-2.154,53.451],[-2.158,53.455],[-2.162,53.453],[-2.166,53.454],[-2.167,53.449],[-2.173,53.448],[-2.175,53.434],[-2.176,53.433],[-2.186,53.436],[-2.191,53.435],[-2.193,53.428],[-2.197,53.428],[-2.2,53.427],[-2.202,53.424],[-2.208,53.42],[-2.21,53.418],[-2.213,53.419],[-2.215,53.411],[-2.213,53.407],[-2.207,53.405],[-2.207,53.401],[-2.206,53.4],[-2.201,53.398],[-2.186,53.397],[-2.184,53.391],[-2.188,53.388],[-2.176,53.387],[-2.171,53.388],[-2.162,53.384],[-2.155,53.382],[-2.153,53.384],[-2.153,53.392],[-2.146,53.393],[-2.155,53.4],[-2.15,53.402],[-2.149,53.408],[-2.147,53.411],[-2.136,53.416],[-2.135,53.421],[-2.129,53.422],[-2.126,53.426],[-2.128,53.433],[-2.131,53.439]]]},"properties":{"PCON24NM":"Stockport","PCON24CD":"E14001517"},"PCON24CD":454}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.251,54.625],[-1.255,54.623],[-1.26,54.625],[-1.267,54.624],[-1.269,54.626],[-1.272,54.625],[-1.28,54.628],[-1.291,54.627],[-1.292,54.629],[-1.299,54.628],[-1.298,54.636],[-1.307,54.637],[-1.314,54.643],[-1.316,54.645],[-1.322,54.645],[-1.326,54.645],[-1.329,54.643],[-1.329,54.638],[-1.33,54.636],[-1.335,54.631],[-1.338,54.635],[-1.351,54.639],[-1.357,54.638],[-1.368,54.643],[-1.381,54.644],[-1.385,54.643],[-1.39,54.64],[-1.391,54.637],[-1.387,54.633],[-1.39,54.631],[-1.396,54.631],[-1.394,54.629],[-1.402,54.626],[-1.399,54.624],[-1.406,54.621],[-1.41,54.618],[-1.405,54.615],[-1.404,54.613],[-1.4,54.611],[-1.399,54.607],[-1.397,54.605],[-1.391,54.605],[-1.385,54.604],[-1.384,54.602],[-1.376,54.602],[-1.372,54.599],[-1.373,54.597],[-1.357,54.578],[-1.341,54.578],[-1.337,54.581],[-1.334,54.576],[-1.337,54.574],[-1.338,54.57],[-1.329,54.567],[-1.334,54.563],[-1.341,54.56],[-1.335,54.555],[-1.329,54.555],[-1.34,54.543],[-1.327,54.539],[-1.331,54.536],[-1.332,54.533],[-1.326,54.533],[-1.322,54.535],[-1.314,54.534],[-1.312,54.537],[-1.308,54.54],[-1.311,54.542],[-1.31,54.546],[-1.308,54.547],[-1.311,54.55],[-1.31,54.555],[-1.307,54.559],[-1.31,54.563],[-1.307,54.566],[-1.298,54.565],[-1.286,54.565],[-1.278,54.567],[-1.271,54.568],[-1.264,54.57],[-1.262,54.574],[-1.26,54.583],[-1.259,54.589],[-1.257,54.59],[-1.25,54.593],[-1.246,54.592],[-1.236,54.588],[-1.23,54.586],[-1.224,54.585],[-1.213,54.582],[-1.209,54.582],[-1.201,54.584],[-1.197,54.586],[-1.193,54.589],[-1.187,54.593],[-1.185,54.593],[-1.167,54.605],[-1.166,54.61],[-1.161,54.61],[-1.159,54.613],[-1.159,54.618],[-1.162,54.623],[-1.167,54.62],[-1.173,54.622],[-1.201,54.622],[-1.216,54.621],[-1.216,54.623],[-1.224,54.624],[-1.225,54.624],[-1.226,54.625],[-1.229,54.626],[-1.229,54.625],[-1.232,54.626],[-1.234,54.629],[-1.237,54.627],[-1.238,54.626],[-1.239,54.626],[-1.24,54.626],[-1.24,54.625],[-1.241,54.625],[-1.243,54.625],[-1.245,54.626],[-1.248,54.626],[-1.249,54.625],[-1.251,54.625]]]},"properties":{"PCON24NM":"Stockton North","PCON24CD":"E14001518"},"PCON24CD":455}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.31,54.546],[-1.311,54.542],[-1.308,54.54],[-1.312,54.537],[-1.314,54.534],[-1.322,54.535],[-1.326,54.533],[-1.332,54.533],[-1.331,54.536],[-1.327,54.539],[-1.34,54.543],[-1.329,54.555],[-1.335,54.555],[-1.341,54.56],[-1.334,54.563],[-1.329,54.567],[-1.338,54.57],[-1.337,54.574],[-1.334,54.576],[-1.337,54.581],[-1.341,54.578],[-1.357,54.578],[-1.373,54.597],[-1.372,54.599],[-1.376,54.602],[-1.384,54.602],[-1.385,54.604],[-1.391,54.605],[-1.397,54.605],[-1.399,54.607],[-1.4,54.611],[-1.404,54.613],[-1.405,54.615],[-1.41,54.618],[-1.418,54.614],[-1.426,54.612],[-1.428,54.613],[-1.437,54.614],[-1.439,54.612],[-1.443,54.61],[-1.449,54.611],[-1.452,54.609],[-1.451,54.605],[-1.445,54.602],[-1.445,54.6],[-1.439,54.595],[-1.442,54.593],[-1.443,54.591],[-1.452,54.591],[-1.454,54.594],[-1.456,54.599],[-1.461,54.598],[-1.463,54.599],[-1.469,54.601],[-1.472,54.599],[-1.484,54.6],[-1.488,54.599],[-1.497,54.596],[-1.506,54.596],[-1.51,54.595],[-1.514,54.595],[-1.513,54.592],[-1.508,54.592],[-1.506,54.59],[-1.498,54.587],[-1.5,54.583],[-1.5,54.581],[-1.496,54.579],[-1.491,54.578],[-1.494,54.575],[-1.505,54.573],[-1.508,54.57],[-1.51,54.571],[-1.515,54.565],[-1.519,54.564],[-1.525,54.567],[-1.532,54.566],[-1.535,54.565],[-1.541,54.559],[-1.54,54.553],[-1.53,54.548],[-1.527,54.55],[-1.518,54.551],[-1.514,54.552],[-1.508,54.552],[-1.505,54.552],[-1.508,54.548],[-1.511,54.548],[-1.513,54.542],[-1.512,54.538],[-1.518,54.536],[-1.513,54.535],[-1.506,54.533],[-1.504,54.531],[-1.503,54.521],[-1.507,54.52],[-1.514,54.521],[-1.514,54.517],[-1.511,54.513],[-1.516,54.511],[-1.521,54.511],[-1.525,54.509],[-1.528,54.509],[-1.532,54.506],[-1.542,54.51],[-1.544,54.512],[-1.548,54.512],[-1.548,54.505],[-1.554,54.507],[-1.57,54.508],[-1.583,54.507],[-1.584,54.508],[-1.591,54.506],[-1.59,54.504],[-1.581,54.505],[-1.579,54.504],[-1.58,54.501],[-1.583,54.498],[-1.575,54.493],[-1.574,54.49],[-1.565,54.487],[-1.555,54.485],[-1.554,54.479],[-1.551,54.475],[-1.546,54.471],[-1.543,54.471],[-1.533,54.469],[-1.524,54.47],[-1.52,54.471],[-1.521,54.474],[-1.53,54.475],[-1.531,54.48],[-1.531,54.483],[-1.526,54.485],[-1.518,54.485],[-1.514,54.484],[-1.512,54.48],[-1.514,54.478],[-1.514,54.476],[-1.51,54.475],[-1.507,54.478],[-1.506,54.482],[-1.501,54.484],[-1.495,54.486],[-1.491,54.484],[-1.493,54.481],[-1.499,54.478],[-1.499,54.475],[-1.495,54.474],[-1.485,54.473],[-1.479,54.475],[-1.475,54.473],[-1.473,54.467],[-1.468,54.463],[-1.468,54.46],[-1.472,54.457],[-1.472,54.455],[-1.463,54.451],[-1.46,54.451],[-1.455,54.453],[-1.456,54.456],[-1.462,54.46],[-1.462,54.463],[-1.456,54.464],[-1.454,54.467],[-1.46,54.469],[-1.46,54.471],[-1.464,54.474],[-1.462,54.478],[-1.458,54.482],[-1.461,54.485],[-1.461,54.488],[-1.459,54.491],[-1.46,54.495],[-1.465,54.497],[-1.472,54.496],[-1.475,54.497],[-1.475,54.5],[-1.473,54.502],[-1.46,54.504],[-1.456,54.503],[-1.452,54.497],[-1.447,54.495],[-1.443,54.491],[-1.434,54.487],[-1.427,54.485],[-1.428,54.483],[-1.433,54.481],[-1.431,54.479],[-1.423,54.479],[-1.418,54.477],[-1.412,54.477],[-1.409,54.48],[-1.408,54.484],[-1.41,54.49],[-1.408,54.493],[-1.402,54.494],[-1.399,54.493],[-1.399,54.488],[-1.396,54.486],[-1.385,54.487],[-1.382,54.488],[-1.383,54.492],[-1.38,54.493],[-1.376,54.491],[-1.37,54.486],[-1.374,54.484],[-1.375,54.48],[-1.373,54.472],[-1.364,54.466],[-1.357,54.471],[-1.353,54.472],[-1.345,54.472],[-1.344,54.464],[-1.324,54.471],[-1.318,54.472],[-1.314,54.477],[-1.303,54.478],[-1.301,54.476],[-1.296,54.48],[-1.294,54.48],[-1.291,54.482],[-1.287,54.483],[-1.287,54.488],[-1.281,54.49],[-1.277,54.49],[-1.275,54.491],[-1.269,54.488],[-1.257,54.487],[-1.257,54.493],[-1.254,54.496],[-1.253,54.498],[-1.257,54.501],[-1.242,54.502],[-1.239,54.506],[-1.234,54.506],[-1.235,54.51],[-1.239,54.512],[-1.247,54.511],[-1.251,54.513],[-1.256,54.512],[-1.264,54.513],[-1.267,54.514],[-1.274,54.515],[-1.279,54.518],[-1.285,54.516],[-1.291,54.513],[-1.297,54.521],[-1.301,54.533],[-1.296,54.535],[-1.294,54.54],[-1.29,54.541],[-1.293,54.544],[-1.292,54.545],[-1.299,54.546],[-1.31,54.546]]]},"properties":{"PCON24NM":"Stockton West","PCON24CD":"E14001519"},"PCON24CD":456}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.129,53.044],[-2.14,53.042],[-2.143,53.04],[-2.149,53.039],[-2.151,53.042],[-2.155,53.046],[-2.159,53.049],[-2.172,53.044],[-2.169,53.039],[-2.176,53.037],[-2.181,53.037],[-2.188,53.033],[-2.192,53.035],[-2.195,53.034],[-2.199,53.035],[-2.201,53.036],[-2.208,53.034],[-2.207,53.032],[-2.205,53.024],[-2.203,53.02],[-2.209,53.017],[-2.215,53.015],[-2.216,53.011],[-2.213,53.01],[-2.211,53.007],[-2.218,53.004],[-2.213,52.996],[-2.212,52.988],[-2.21,52.985],[-2.204,52.981],[-2.197,52.983],[-2.189,52.987],[-2.184,52.991],[-2.179,52.99],[-2.167,52.99],[-2.157,52.991],[-2.148,52.991],[-2.142,52.99],[-2.14,52.991],[-2.132,52.989],[-2.13,52.992],[-2.12,52.988],[-2.117,52.988],[-2.115,52.99],[-2.111,52.991],[-2.101,52.996],[-2.105,52.998],[-2.108,53.003],[-2.107,53.005],[-2.103,53.007],[-2.104,53.011],[-2.116,53.015],[-2.115,53.016],[-2.123,53.021],[-2.119,53.026],[-2.123,53.028],[-2.124,53.032],[-2.127,53.036],[-2.126,53.039],[-2.129,53.044]]]},"properties":{"PCON24NM":"Stoke-on-Trent Central","PCON24CD":"E14001520"},"PCON24CD":457}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.129,53.044],[-2.132,53.047],[-2.125,53.049],[-2.12,53.047],[-2.119,53.049],[-2.124,53.053],[-2.127,53.054],[-2.127,53.059],[-2.125,53.065],[-2.128,53.066],[-2.134,53.065],[-2.139,53.065],[-2.141,53.067],[-2.146,53.069],[-2.148,53.07],[-2.153,53.07],[-2.157,53.071],[-2.161,53.07],[-2.162,53.073],[-2.166,53.079],[-2.166,53.082],[-2.169,53.087],[-2.174,53.09],[-2.178,53.091],[-2.181,53.09],[-2.19,53.102],[-2.194,53.102],[-2.199,53.105],[-2.206,53.112],[-2.211,53.116],[-2.217,53.111],[-2.222,53.108],[-2.223,53.104],[-2.227,53.104],[-2.234,53.103],[-2.238,53.101],[-2.24,53.098],[-2.248,53.09],[-2.251,53.093],[-2.253,53.093],[-2.255,53.091],[-2.261,53.089],[-2.267,53.088],[-2.271,53.087],[-2.277,53.086],[-2.274,53.084],[-2.275,53.082],[-2.282,53.08],[-2.282,53.077],[-2.276,53.069],[-2.274,53.065],[-2.269,53.062],[-2.266,53.054],[-2.261,53.057],[-2.256,53.06],[-2.254,53.063],[-2.251,53.064],[-2.247,53.063],[-2.24,53.063],[-2.236,53.065],[-2.233,53.064],[-2.228,53.064],[-2.226,53.058],[-2.219,53.044],[-2.209,53.036],[-2.208,53.034],[-2.201,53.036],[-2.199,53.035],[-2.195,53.034],[-2.192,53.035],[-2.188,53.033],[-2.181,53.037],[-2.176,53.037],[-2.169,53.039],[-2.172,53.044],[-2.159,53.049],[-2.155,53.046],[-2.151,53.042],[-2.149,53.039],[-2.143,53.04],[-2.14,53.042],[-2.129,53.044]]]},"properties":{"PCON24NM":"Stoke-on-Trent North","PCON24CD":"E14001521"},"PCON24CD":458}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.922,52.964],[-1.927,52.968],[-1.932,52.967],[-1.936,52.97],[-1.94,52.981],[-1.951,52.981],[-1.953,52.978],[-1.958,52.975],[-1.961,52.971],[-1.96,52.968],[-1.952,52.961],[-1.967,52.961],[-1.977,52.959],[-1.986,52.96],[-1.994,52.962],[-1.999,52.961],[-2.002,52.962],[-2.002,52.967],[-2.006,52.972],[-2.012,52.973],[-2.019,52.975],[-2.027,52.977],[-2.029,52.979],[-2.023,52.983],[-2.029,52.982],[-2.032,52.985],[-2.039,52.982],[-2.045,52.982],[-2.046,52.98],[-2.053,52.979],[-2.053,52.981],[-2.056,52.983],[-2.061,52.982],[-2.064,52.977],[-2.064,52.975],[-2.072,52.971],[-2.079,52.974],[-2.08,52.976],[-2.085,52.978],[-2.085,52.981],[-2.092,52.985],[-2.092,52.988],[-2.088,52.993],[-2.089,52.997],[-2.092,52.999],[-2.098,52.998],[-2.101,52.996],[-2.111,52.991],[-2.115,52.99],[-2.117,52.988],[-2.12,52.988],[-2.13,52.992],[-2.132,52.989],[-2.14,52.991],[-2.142,52.99],[-2.148,52.991],[-2.157,52.991],[-2.167,52.99],[-2.179,52.99],[-2.184,52.991],[-2.189,52.987],[-2.197,52.983],[-2.204,52.981],[-2.22,52.98],[-2.226,52.976],[-2.227,52.976],[-2.232,52.975],[-2.234,52.973],[-2.239,52.972],[-2.246,52.968],[-2.251,52.966],[-2.256,52.966],[-2.263,52.966],[-2.264,52.963],[-2.268,52.964],[-2.273,52.958],[-2.275,52.954],[-2.278,52.951],[-2.277,52.947],[-2.273,52.941],[-2.267,52.937],[-2.264,52.934],[-2.265,52.93],[-2.263,52.928],[-2.264,52.924],[-2.262,52.923],[-2.256,52.923],[-2.249,52.924],[-2.24,52.925],[-2.239,52.92],[-2.237,52.92],[-2.23,52.913],[-2.226,52.91],[-2.225,52.907],[-2.222,52.906],[-2.217,52.903],[-2.215,52.898],[-2.216,52.893],[-2.221,52.891],[-2.215,52.889],[-2.213,52.891],[-2.205,52.886],[-2.199,52.888],[-2.192,52.888],[-2.185,52.889],[-2.184,52.893],[-2.178,52.894],[-2.162,52.9],[-2.158,52.902],[-2.161,52.903],[-2.163,52.907],[-2.166,52.91],[-2.164,52.912],[-2.164,52.915],[-2.16,52.914],[-2.153,52.916],[-2.146,52.913],[-2.141,52.913],[-2.134,52.913],[-2.13,52.912],[-2.125,52.912],[-2.108,52.906],[-2.102,52.907],[-2.102,52.909],[-2.096,52.912],[-2.093,52.915],[-2.09,52.915],[-2.082,52.918],[-2.083,52.92],[-2.082,52.924],[-2.077,52.929],[-2.07,52.926],[-2.066,52.923],[-2.062,52.922],[-2.054,52.919],[-2.042,52.917],[-2.034,52.918],[-2.034,52.922],[-2.026,52.925],[-2.017,52.924],[-2.009,52.927],[-2.002,52.929],[-2,52.932],[-1.994,52.934],[-1.985,52.936],[-1.98,52.934],[-1.976,52.935],[-1.976,52.938],[-1.97,52.941],[-1.962,52.937],[-1.954,52.935],[-1.951,52.934],[-1.94,52.932],[-1.934,52.932],[-1.932,52.934],[-1.931,52.938],[-1.928,52.941],[-1.924,52.942],[-1.919,52.941],[-1.91,52.94],[-1.904,52.946],[-1.909,52.949],[-1.918,52.952],[-1.916,52.954],[-1.918,52.958],[-1.923,52.957],[-1.928,52.96],[-1.925,52.963],[-1.922,52.964]]]},"properties":{"PCON24NM":"Stoke-on-Trent South","PCON24CD":"E14001522"},"PCON24CD":459}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.042,52.917],[-2.054,52.919],[-2.062,52.922],[-2.066,52.923],[-2.07,52.926],[-2.077,52.929],[-2.082,52.924],[-2.083,52.92],[-2.082,52.918],[-2.09,52.915],[-2.093,52.915],[-2.096,52.912],[-2.102,52.909],[-2.102,52.907],[-2.108,52.906],[-2.125,52.912],[-2.13,52.912],[-2.134,52.913],[-2.141,52.913],[-2.146,52.913],[-2.153,52.916],[-2.16,52.914],[-2.164,52.915],[-2.164,52.912],[-2.166,52.91],[-2.163,52.907],[-2.161,52.903],[-2.158,52.902],[-2.162,52.9],[-2.178,52.894],[-2.174,52.891],[-2.167,52.881],[-2.164,52.875],[-2.168,52.869],[-2.159,52.868],[-2.16,52.871],[-2.155,52.871],[-2.151,52.869],[-2.149,52.87],[-2.145,52.866],[-2.142,52.864],[-2.143,52.862],[-2.14,52.859],[-2.133,52.857],[-2.134,52.853],[-2.139,52.849],[-2.139,52.847],[-2.135,52.846],[-2.131,52.843],[-2.127,52.844],[-2.119,52.836],[-2.118,52.833],[-2.11,52.831],[-2.106,52.829],[-2.105,52.823],[-2.102,52.82],[-2.097,52.817],[-2.087,52.814],[-2.084,52.811],[-2.082,52.807],[-2.085,52.805],[-2.081,52.803],[-2.076,52.803],[-2.072,52.802],[-2.07,52.799],[-2.067,52.797],[-2.069,52.794],[-2.069,52.791],[-2.071,52.788],[-2.073,52.781],[-2.075,52.778],[-2.078,52.78],[-2.081,52.78],[-2.086,52.78],[-2.089,52.781],[-2.095,52.781],[-2.096,52.785],[-2.099,52.784],[-2.1,52.776],[-2.099,52.775],[-2.103,52.77],[-2.107,52.771],[-2.112,52.771],[-2.114,52.769],[-2.119,52.771],[-2.13,52.776],[-2.135,52.776],[-2.137,52.778],[-2.138,52.784],[-2.141,52.784],[-2.147,52.783],[-2.15,52.779],[-2.151,52.775],[-2.154,52.773],[-2.156,52.769],[-2.156,52.764],[-2.159,52.76],[-2.158,52.757],[-2.16,52.754],[-2.16,52.751],[-2.159,52.748],[-2.16,52.744],[-2.164,52.741],[-2.172,52.745],[-2.178,52.744],[-2.177,52.739],[-2.178,52.737],[-2.186,52.735],[-2.188,52.733],[-2.194,52.733],[-2.197,52.735],[-2.202,52.732],[-2.209,52.732],[-2.217,52.733],[-2.218,52.73],[-2.221,52.726],[-2.226,52.726],[-2.232,52.724],[-2.239,52.721],[-2.241,52.718],[-2.245,52.715],[-2.25,52.716],[-2.257,52.718],[-2.258,52.721],[-2.258,52.725],[-2.256,52.731],[-2.263,52.73],[-2.265,52.731],[-2.265,52.734],[-2.268,52.738],[-2.274,52.738],[-2.275,52.743],[-2.278,52.741],[-2.283,52.741],[-2.288,52.743],[-2.292,52.742],[-2.296,52.743],[-2.299,52.741],[-2.307,52.74],[-2.312,52.741],[-2.315,52.736],[-2.315,52.732],[-2.316,52.728],[-2.315,52.724],[-2.309,52.721],[-2.322,52.709],[-2.325,52.705],[-2.32,52.695],[-2.314,52.695],[-2.313,52.694],[-2.308,52.693],[-2.308,52.691],[-2.304,52.686],[-2.303,52.683],[-2.296,52.683],[-2.287,52.681],[-2.281,52.682],[-2.274,52.68],[-2.266,52.682],[-2.264,52.683],[-2.252,52.682],[-2.248,52.683],[-2.244,52.679],[-2.244,52.678],[-2.243,52.673],[-2.24,52.672],[-2.24,52.669],[-2.239,52.662],[-2.248,52.657],[-2.235,52.656],[-2.237,52.651],[-2.233,52.648],[-2.23,52.645],[-2.227,52.645],[-2.223,52.642],[-2.216,52.644],[-2.213,52.643],[-2.206,52.642],[-2.199,52.64],[-2.193,52.639],[-2.193,52.638],[-2.189,52.636],[-2.185,52.635],[-2.182,52.632],[-2.165,52.63],[-2.162,52.632],[-2.159,52.636],[-2.159,52.642],[-2.157,52.643],[-2.157,52.646],[-2.155,52.648],[-2.152,52.649],[-2.148,52.646],[-2.138,52.642],[-2.135,52.638],[-2.134,52.634],[-2.132,52.638],[-2.125,52.637],[-2.114,52.638],[-2.112,52.635],[-2.107,52.635],[-2.101,52.635],[-2.099,52.632],[-2.099,52.628],[-2.097,52.623],[-2.093,52.62],[-2.088,52.62],[-2.085,52.614],[-2.081,52.612],[-2.072,52.613],[-2.067,52.612],[-2.069,52.618],[-2.064,52.621],[-2.052,52.622],[-2.047,52.621],[-2.03,52.617],[-2.036,52.622],[-2.031,52.624],[-2.03,52.625],[-2.024,52.625],[-2.016,52.63],[-2.014,52.633],[-2.007,52.635],[-2.004,52.637],[-1.996,52.638],[-1.991,52.637],[-1.987,52.64],[-1.984,52.644],[-1.992,52.645],[-1.994,52.648],[-1.993,52.653],[-1.998,52.657],[-2,52.66],[-2.001,52.665],[-2.002,52.667],[-2.006,52.67],[-2.013,52.669],[-2.019,52.673],[-2.026,52.672],[-2.028,52.671],[-2.036,52.671],[-2.041,52.674],[-2.043,52.676],[-2.051,52.678],[-2.052,52.68],[-2.05,52.681],[-2.05,52.685],[-2.055,52.69],[-2.047,52.694],[-2.045,52.699],[-2.041,52.702],[-2.031,52.705],[-2.031,52.713],[-2.025,52.729],[-2.025,52.735],[-2.027,52.736],[-2.018,52.742],[-2.018,52.744],[-2.015,52.751],[-2.015,52.754],[-2.018,52.759],[-2.007,52.761],[-2.004,52.761],[-1.997,52.764],[-1.983,52.762],[-1.977,52.762],[-1.973,52.762],[-1.971,52.765],[-1.965,52.766],[-1.959,52.768],[-1.956,52.769],[-1.951,52.772],[-1.949,52.774],[-1.944,52.774],[-1.946,52.777],[-1.951,52.78],[-1.951,52.781],[-1.946,52.786],[-1.945,52.789],[-1.951,52.79],[-1.951,52.792],[-1.948,52.793],[-1.957,52.799],[-1.953,52.801],[-1.951,52.804],[-1.951,52.808],[-1.954,52.812],[-1.958,52.814],[-1.96,52.817],[-1.965,52.821],[-1.968,52.824],[-1.961,52.827],[-1.953,52.832],[-1.951,52.836],[-1.952,52.837],[-1.949,52.841],[-1.951,52.844],[-1.946,52.847],[-1.937,52.848],[-1.94,52.852],[-1.933,52.855],[-1.937,52.858],[-1.937,52.863],[-1.934,52.866],[-1.937,52.867],[-1.936,52.871],[-1.95,52.87],[-1.952,52.868],[-1.961,52.87],[-1.965,52.874],[-1.968,52.875],[-1.97,52.885],[-1.98,52.894],[-1.986,52.895],[-1.991,52.894],[-1.996,52.892],[-2,52.892],[-2.003,52.897],[-2.008,52.899],[-2.017,52.902],[-2.013,52.906],[-2.016,52.908],[-2.024,52.91],[-2.036,52.915],[-2.042,52.917]]]},"properties":{"PCON24NM":"Stone, Great Wyrley and Penkridge","PCON24CD":"E14001523"},"PCON24CD":460}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.07,52.492],[-2.075,52.495],[-2.084,52.497],[-2.086,52.5],[-2.086,52.503],[-2.092,52.5],[-2.098,52.505],[-2.105,52.503],[-2.112,52.502],[-2.111,52.5],[-2.113,52.498],[-2.114,52.495],[-2.119,52.489],[-2.124,52.487],[-2.129,52.482],[-2.133,52.482],[-2.136,52.487],[-2.141,52.484],[-2.152,52.478],[-2.162,52.475],[-2.166,52.472],[-2.168,52.471],[-2.172,52.466],[-2.174,52.464],[-2.174,52.461],[-2.176,52.456],[-2.172,52.442],[-2.165,52.43],[-2.144,52.426],[-2.136,52.426],[-2.133,52.428],[-2.13,52.432],[-2.117,52.434],[-2.112,52.437],[-2.109,52.441],[-2.113,52.443],[-2.112,52.445],[-2.118,52.45],[-2.117,52.452],[-2.11,52.455],[-2.107,52.457],[-2.104,52.457],[-2.101,52.462],[-2.103,52.463],[-2.112,52.461],[-2.112,52.463],[-2.115,52.465],[-2.109,52.473],[-2.106,52.481],[-2.103,52.485],[-2.096,52.485],[-2.092,52.486],[-2.091,52.483],[-2.084,52.484],[-2.08,52.484],[-2.075,52.485],[-2.071,52.482],[-2.069,52.484],[-2.064,52.487],[-2.07,52.492]]]},"properties":{"PCON24NM":"Stourbridge","PCON24CD":"E14001524"},"PCON24CD":461}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.035,51.555],[0.025,51.554],[0.022,51.555],[0.017,51.553],[0.015,51.555],[0.01,51.553],[0.01,51.551],[0.006,51.551],[0.003,51.552],[-0.009,51.55],[-0.01,51.553],[-0.017,51.552],[-0.019,51.55],[-0.017,51.543],[-0.029,51.543],[-0.033,51.545],[-0.038,51.542],[-0.041,51.538],[-0.047,51.535],[-0.051,51.536],[-0.053,51.535],[-0.046,51.533],[-0.042,51.531],[-0.037,51.524],[-0.03,51.526],[-0.029,51.524],[-0.025,51.525],[-0.021,51.524],[-0.012,51.525],[-0.008,51.525],[-0.007,51.526],[-0.006,51.526],[0.005,51.528],[0.004,51.531],[0.001,51.537],[0.011,51.541],[0.018,51.542],[0.022,51.54],[0.022,51.537],[0.028,51.537],[0.027,51.533],[0.033,51.535],[0.035,51.535],[0.032,51.54],[0.031,51.547],[0.036,51.548],[0.035,51.551],[0.035,51.555]]]},"properties":{"PCON24NM":"Stratford and Bow","PCON24CD":"E14001525"},"PCON24CD":462}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.804,52.363],[-1.808,52.367],[-1.833,52.366],[-1.835,52.367],[-1.842,52.365],[-1.85,52.367],[-1.863,52.367],[-1.869,52.368],[-1.872,52.368],[-1.876,52.364],[-1.889,52.361],[-1.885,52.354],[-1.876,52.346],[-1.874,52.339],[-1.868,52.333],[-1.867,52.331],[-1.867,52.319],[-1.87,52.313],[-1.875,52.312],[-1.881,52.311],[-1.875,52.304],[-1.878,52.301],[-1.88,52.299],[-1.887,52.288],[-1.887,52.286],[-1.892,52.286],[-1.894,52.283],[-1.901,52.283],[-1.901,52.282],[-1.905,52.279],[-1.917,52.275],[-1.921,52.276],[-1.931,52.276],[-1.935,52.277],[-1.937,52.276],[-1.939,52.271],[-1.935,52.263],[-1.934,52.26],[-1.935,52.257],[-1.935,52.253],[-1.932,52.248],[-1.925,52.243],[-1.925,52.239],[-1.924,52.234],[-1.918,52.224],[-1.917,52.219],[-1.92,52.214],[-1.92,52.21],[-1.923,52.209],[-1.927,52.209],[-1.933,52.206],[-1.937,52.203],[-1.936,52.197],[-1.935,52.193],[-1.936,52.19],[-1.938,52.188],[-1.94,52.184],[-1.941,52.178],[-1.945,52.175],[-1.949,52.173],[-1.956,52.174],[-1.961,52.174],[-1.962,52.171],[-1.96,52.169],[-1.951,52.169],[-1.947,52.168],[-1.946,52.17],[-1.943,52.171],[-1.935,52.17],[-1.934,52.165],[-1.937,52.163],[-1.94,52.16],[-1.939,52.159],[-1.944,52.155],[-1.94,52.153],[-1.934,52.154],[-1.922,52.153],[-1.917,52.147],[-1.907,52.143],[-1.905,52.143],[-1.902,52.138],[-1.903,52.133],[-1.9,52.136],[-1.893,52.139],[-1.885,52.148],[-1.886,52.149],[-1.894,52.148],[-1.895,52.15],[-1.892,52.155],[-1.889,52.156],[-1.881,52.155],[-1.877,52.155],[-1.867,52.153],[-1.867,52.15],[-1.864,52.147],[-1.867,52.145],[-1.86,52.141],[-1.854,52.139],[-1.85,52.139],[-1.846,52.143],[-1.847,52.147],[-1.852,52.148],[-1.848,52.15],[-1.84,52.153],[-1.834,52.148],[-1.829,52.146],[-1.823,52.146],[-1.825,52.142],[-1.823,52.136],[-1.817,52.139],[-1.809,52.14],[-1.799,52.136],[-1.786,52.132],[-1.792,52.129],[-1.794,52.124],[-1.793,52.122],[-1.788,52.12],[-1.781,52.12],[-1.778,52.118],[-1.775,52.118],[-1.77,52.115],[-1.765,52.116],[-1.759,52.115],[-1.768,52.113],[-1.766,52.11],[-1.759,52.106],[-1.758,52.103],[-1.754,52.101],[-1.755,52.099],[-1.75,52.095],[-1.746,52.093],[-1.739,52.091],[-1.733,52.095],[-1.73,52.095],[-1.728,52.089],[-1.729,52.084],[-1.728,52.081],[-1.731,52.073],[-1.727,52.071],[-1.717,52.068],[-1.714,52.067],[-1.71,52.073],[-1.708,52.073],[-1.702,52.073],[-1.702,52.07],[-1.703,52.068],[-1.705,52.06],[-1.702,52.056],[-1.699,52.054],[-1.693,52.054],[-1.69,52.053],[-1.691,52.048],[-1.695,52.043],[-1.695,52.041],[-1.688,52.038],[-1.68,52.037],[-1.674,52.036],[-1.667,52.036],[-1.665,52.032],[-1.66,52.032],[-1.656,52.032],[-1.655,52.035],[-1.649,52.034],[-1.644,52.035],[-1.639,52.037],[-1.633,52.036],[-1.628,52.037],[-1.619,52.035],[-1.618,52.032],[-1.62,52.028],[-1.624,52.026],[-1.628,52.027],[-1.636,52.021],[-1.638,52.021],[-1.643,52.015],[-1.643,52.009],[-1.652,52.006],[-1.656,52.003],[-1.659,52],[-1.666,51.997],[-1.67,51.993],[-1.669,51.989],[-1.666,51.987],[-1.643,51.978],[-1.636,51.974],[-1.632,51.97],[-1.63,51.97],[-1.625,51.967],[-1.622,51.962],[-1.614,51.956],[-1.612,51.955],[-1.6,51.963],[-1.597,51.964],[-1.595,51.968],[-1.592,51.97],[-1.596,51.973],[-1.6,51.977],[-1.587,51.974],[-1.581,51.973],[-1.568,51.976],[-1.564,51.977],[-1.55,51.981],[-1.557,51.989],[-1.557,51.992],[-1.554,51.992],[-1.544,51.996],[-1.54,51.996],[-1.529,51.993],[-1.525,51.993],[-1.523,51.997],[-1.521,52.005],[-1.511,52.021],[-1.51,52.027],[-1.507,52.034],[-1.506,52.038],[-1.503,52.044],[-1.502,52.05],[-1.5,52.052],[-1.497,52.059],[-1.499,52.064],[-1.505,52.066],[-1.515,52.069],[-1.522,52.072],[-1.525,52.077],[-1.544,52.088],[-1.546,52.084],[-1.551,52.082],[-1.561,52.087],[-1.565,52.091],[-1.57,52.094],[-1.571,52.097],[-1.579,52.102],[-1.577,52.104],[-1.58,52.107],[-1.577,52.109],[-1.579,52.113],[-1.576,52.114],[-1.575,52.117],[-1.566,52.121],[-1.563,52.121],[-1.56,52.119],[-1.552,52.119],[-1.551,52.117],[-1.541,52.115],[-1.54,52.113],[-1.526,52.128],[-1.543,52.13],[-1.544,52.133],[-1.549,52.139],[-1.553,52.141],[-1.551,52.142],[-1.557,52.146],[-1.563,52.148],[-1.571,52.15],[-1.576,52.153],[-1.577,52.155],[-1.582,52.153],[-1.586,52.154],[-1.585,52.159],[-1.586,52.16],[-1.59,52.16],[-1.6,52.158],[-1.605,52.16],[-1.604,52.163],[-1.603,52.173],[-1.6,52.179],[-1.605,52.179],[-1.607,52.178],[-1.612,52.176],[-1.618,52.175],[-1.622,52.179],[-1.63,52.182],[-1.635,52.181],[-1.633,52.184],[-1.628,52.188],[-1.63,52.189],[-1.635,52.189],[-1.636,52.192],[-1.633,52.192],[-1.632,52.196],[-1.626,52.196],[-1.626,52.201],[-1.618,52.199],[-1.617,52.203],[-1.612,52.202],[-1.601,52.198],[-1.598,52.201],[-1.598,52.204],[-1.595,52.204],[-1.586,52.209],[-1.587,52.21],[-1.582,52.212],[-1.577,52.213],[-1.574,52.215],[-1.584,52.221],[-1.586,52.224],[-1.593,52.224],[-1.597,52.225],[-1.603,52.225],[-1.604,52.223],[-1.61,52.221],[-1.618,52.216],[-1.621,52.22],[-1.625,52.222],[-1.626,52.225],[-1.614,52.23],[-1.609,52.23],[-1.609,52.232],[-1.606,52.235],[-1.607,52.238],[-1.61,52.239],[-1.613,52.237],[-1.618,52.237],[-1.625,52.239],[-1.626,52.241],[-1.621,52.244],[-1.626,52.247],[-1.636,52.247],[-1.641,52.253],[-1.645,52.256],[-1.646,52.258],[-1.652,52.258],[-1.653,52.256],[-1.657,52.257],[-1.659,52.256],[-1.664,52.256],[-1.674,52.263],[-1.676,52.265],[-1.676,52.27],[-1.675,52.274],[-1.673,52.278],[-1.667,52.283],[-1.668,52.286],[-1.679,52.287],[-1.685,52.283],[-1.69,52.284],[-1.696,52.288],[-1.7,52.291],[-1.704,52.291],[-1.713,52.29],[-1.72,52.296],[-1.724,52.298],[-1.734,52.294],[-1.739,52.297],[-1.738,52.3],[-1.748,52.305],[-1.755,52.305],[-1.761,52.308],[-1.761,52.31],[-1.767,52.316],[-1.769,52.319],[-1.767,52.328],[-1.772,52.338],[-1.774,52.342],[-1.776,52.348],[-1.779,52.348],[-1.785,52.35],[-1.785,52.353],[-1.791,52.357],[-1.8,52.359],[-1.804,52.363]]]},"properties":{"PCON24NM":"Stratford-on-Avon","PCON24CD":"E14001526"},"PCON24CD":463}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.079,51.42],[-0.086,51.419],[-0.093,51.423],[-0.106,51.423],[-0.115,51.423],[-0.114,51.425],[-0.115,51.431],[-0.118,51.434],[-0.111,51.437],[-0.108,51.438],[-0.109,51.44],[-0.113,51.441],[-0.117,51.443],[-0.124,51.445],[-0.129,51.447],[-0.132,51.443],[-0.136,51.442],[-0.137,51.439],[-0.14,51.437],[-0.136,51.434],[-0.135,51.43],[-0.138,51.431],[-0.139,51.424],[-0.138,51.421],[-0.14,51.419],[-0.143,51.417],[-0.144,51.416],[-0.148,51.413],[-0.143,51.413],[-0.137,51.412],[-0.135,51.411],[-0.134,51.412],[-0.134,51.413],[-0.133,51.413],[-0.134,51.413],[-0.133,51.412],[-0.13,51.412],[-0.128,51.412],[-0.128,51.411],[-0.131,51.409],[-0.132,51.409],[-0.132,51.408],[-0.132,51.406],[-0.131,51.405],[-0.13,51.403],[-0.129,51.402],[-0.128,51.401],[-0.126,51.399],[-0.125,51.399],[-0.119,51.402],[-0.114,51.403],[-0.11,51.405],[-0.098,51.397],[-0.093,51.395],[-0.092,51.398],[-0.086,51.4],[-0.081,51.404],[-0.073,51.408],[-0.073,51.413],[-0.08,51.416],[-0.081,51.417],[-0.079,51.42]]]},"properties":{"PCON24NM":"Streatham and Croydon North","PCON24CD":"E14001527"},"PCON24CD":464}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.265,53.473],[-2.273,53.47],[-2.28,53.465],[-2.284,53.465],[-2.3,53.471],[-2.316,53.479],[-2.324,53.48],[-2.329,53.48],[-2.355,53.474],[-2.386,53.463],[-2.392,53.461],[-2.399,53.456],[-2.407,53.449],[-2.411,53.442],[-2.418,53.431],[-2.423,53.427],[-2.428,53.425],[-2.449,53.416],[-2.454,53.413],[-2.447,53.414],[-2.439,53.411],[-2.433,53.41],[-2.428,53.411],[-2.426,53.411],[-2.414,53.41],[-2.407,53.411],[-2.405,53.415],[-2.395,53.415],[-2.372,53.416],[-2.369,53.415],[-2.362,53.418],[-2.36,53.424],[-2.354,53.425],[-2.35,53.428],[-2.349,53.432],[-2.343,53.438],[-2.341,53.436],[-2.336,53.438],[-2.334,53.436],[-2.327,53.433],[-2.319,53.433],[-2.316,53.435],[-2.311,53.437],[-2.306,53.437],[-2.303,53.438],[-2.3,53.437],[-2.295,53.436],[-2.295,53.439],[-2.291,53.439],[-2.29,53.441],[-2.292,53.443],[-2.286,53.449],[-2.28,53.449],[-2.277,53.451],[-2.271,53.451],[-2.258,53.459],[-2.254,53.46],[-2.254,53.462],[-2.258,53.462],[-2.26,53.465],[-2.264,53.468],[-2.267,53.471],[-2.265,53.473]]]},"properties":{"PCON24NM":"Stretford and Urmston","PCON24CD":"E14001528"},"PCON24CD":465}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.354,51.794],[-2.367,51.792],[-2.375,51.793],[-2.381,51.795],[-2.39,51.799],[-2.403,51.802],[-2.413,51.805],[-2.418,51.809],[-2.421,51.814],[-2.425,51.815],[-2.428,51.814],[-2.435,51.81],[-2.438,51.807],[-2.444,51.8],[-2.447,51.795],[-2.447,51.793],[-2.445,51.79],[-2.441,51.788],[-2.435,51.787],[-2.429,51.786],[-2.418,51.786],[-2.413,51.786],[-2.405,51.782],[-2.398,51.781],[-2.384,51.775],[-2.381,51.77],[-2.379,51.766],[-2.38,51.763],[-2.383,51.758],[-2.389,51.757],[-2.399,51.751],[-2.406,51.749],[-2.409,51.749],[-2.416,51.744],[-2.432,51.737],[-2.437,51.737],[-2.446,51.739],[-2.451,51.739],[-2.457,51.737],[-2.466,51.73],[-2.472,51.726],[-2.475,51.725],[-2.482,51.726],[-2.484,51.71],[-2.486,51.705],[-2.49,51.7],[-2.497,51.693],[-2.509,51.686],[-2.517,51.683],[-2.527,51.681],[-2.535,51.677],[-2.534,51.676],[-2.506,51.666],[-2.496,51.664],[-2.491,51.664],[-2.493,51.658],[-2.491,51.654],[-2.493,51.652],[-2.492,51.65],[-2.486,51.648],[-2.49,51.646],[-2.487,51.645],[-2.482,51.646],[-2.473,51.647],[-2.469,51.648],[-2.466,51.651],[-2.46,51.653],[-2.455,51.652],[-2.45,51.65],[-2.446,51.649],[-2.442,51.652],[-2.44,51.651],[-2.432,51.649],[-2.432,51.647],[-2.427,51.647],[-2.421,51.645],[-2.417,51.643],[-2.415,51.645],[-2.41,51.642],[-2.405,51.641],[-2.401,51.645],[-2.398,51.646],[-2.395,51.642],[-2.397,51.64],[-2.395,51.639],[-2.39,51.641],[-2.386,51.64],[-2.388,51.637],[-2.385,51.636],[-2.379,51.636],[-2.375,51.635],[-2.37,51.631],[-2.365,51.633],[-2.361,51.633],[-2.352,51.628],[-2.349,51.625],[-2.341,51.623],[-2.332,51.623],[-2.332,51.621],[-2.324,51.621],[-2.319,51.622],[-2.314,51.625],[-2.32,51.628],[-2.323,51.634],[-2.321,51.636],[-2.312,51.639],[-2.307,51.643],[-2.315,51.646],[-2.304,51.652],[-2.303,51.654],[-2.293,51.656],[-2.293,51.658],[-2.287,51.665],[-2.284,51.667],[-2.29,51.669],[-2.284,51.67],[-2.286,51.675],[-2.284,51.68],[-2.285,51.681],[-2.28,51.682],[-2.277,51.68],[-2.272,51.683],[-2.268,51.681],[-2.265,51.678],[-2.259,51.677],[-2.247,51.676],[-2.242,51.671],[-2.238,51.667],[-2.236,51.663],[-2.233,51.661],[-2.218,51.66],[-2.212,51.661],[-2.203,51.66],[-2.192,51.66],[-2.189,51.665],[-2.188,51.67],[-2.191,51.673],[-2.194,51.672],[-2.201,51.675],[-2.203,51.68],[-2.21,51.683],[-2.207,51.686],[-2.205,51.689],[-2.202,51.689],[-2.201,51.693],[-2.202,51.695],[-2.211,51.696],[-2.209,51.701],[-2.209,51.706],[-2.206,51.71],[-2.209,51.712],[-2.212,51.714],[-2.211,51.718],[-2.204,51.717],[-2.198,51.717],[-2.196,51.721],[-2.192,51.718],[-2.186,51.718],[-2.175,51.719],[-2.162,51.719],[-2.157,51.72],[-2.141,51.72],[-2.134,51.722],[-2.134,51.723],[-2.128,51.725],[-2.132,51.727],[-2.133,51.73],[-2.137,51.73],[-2.144,51.734],[-2.153,51.736],[-2.155,51.734],[-2.159,51.733],[-2.163,51.735],[-2.172,51.734],[-2.176,51.736],[-2.179,51.736],[-2.186,51.738],[-2.189,51.739],[-2.181,51.744],[-2.188,51.747],[-2.189,51.75],[-2.194,51.752],[-2.193,51.754],[-2.195,51.756],[-2.2,51.758],[-2.205,51.76],[-2.21,51.758],[-2.216,51.759],[-2.222,51.759],[-2.221,51.762],[-2.227,51.764],[-2.233,51.772],[-2.235,51.772],[-2.24,51.768],[-2.246,51.764],[-2.256,51.761],[-2.258,51.756],[-2.26,51.754],[-2.269,51.755],[-2.273,51.756],[-2.278,51.755],[-2.284,51.756],[-2.289,51.756],[-2.299,51.762],[-2.307,51.767],[-2.311,51.773],[-2.315,51.774],[-2.317,51.778],[-2.321,51.782],[-2.325,51.782],[-2.333,51.782],[-2.345,51.787],[-2.349,51.785],[-2.355,51.792],[-2.354,51.794]]]},"properties":{"PCON24NM":"Stroud","PCON24CD":"E14001529"},"PCON24CD":466}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[1.532,52.079],[1.527,52.08],[1.524,52.08],[1.52,52.074],[1.514,52.069],[1.507,52.068],[1.503,52.069],[1.499,52.067],[1.505,52.066],[1.512,52.068],[1.515,52.068],[1.523,52.071],[1.536,52.076],[1.536,52.079],[1.532,52.079]]],[[[1.581,52.322],[1.58,52.324],[1.573,52.329],[1.569,52.33],[1.572,52.326],[1.576,52.323],[1.581,52.322]]],[[[1.581,52.322],[1.569,52.317],[1.566,52.314],[1.559,52.316],[1.549,52.314],[1.548,52.315],[1.541,52.314],[1.535,52.315],[1.533,52.318],[1.528,52.316],[1.527,52.319],[1.529,52.323],[1.522,52.327],[1.519,52.326],[1.514,52.324],[1.51,52.321],[1.507,52.32],[1.5,52.319],[1.498,52.318],[1.494,52.322],[1.497,52.324],[1.494,52.329],[1.489,52.329],[1.485,52.333],[1.486,52.334],[1.484,52.336],[1.485,52.338],[1.49,52.34],[1.489,52.342],[1.488,52.348],[1.481,52.346],[1.473,52.35],[1.468,52.354],[1.456,52.356],[1.447,52.359],[1.45,52.361],[1.444,52.363],[1.437,52.366],[1.426,52.368],[1.422,52.369],[1.417,52.366],[1.41,52.363],[1.407,52.361],[1.397,52.355],[1.394,52.355],[1.388,52.354],[1.384,52.352],[1.38,52.349],[1.369,52.346],[1.365,52.342],[1.362,52.341],[1.357,52.337],[1.362,52.334],[1.361,52.333],[1.357,52.322],[1.36,52.32],[1.367,52.318],[1.371,52.314],[1.379,52.313],[1.38,52.311],[1.384,52.31],[1.381,52.304],[1.384,52.294],[1.387,52.292],[1.391,52.291],[1.402,52.286],[1.404,52.287],[1.407,52.284],[1.41,52.285],[1.415,52.279],[1.411,52.277],[1.411,52.276],[1.414,52.272],[1.422,52.268],[1.42,52.267],[1.42,52.264],[1.424,52.26],[1.432,52.256],[1.437,52.255],[1.439,52.257],[1.443,52.256],[1.442,52.254],[1.448,52.253],[1.457,52.248],[1.457,52.243],[1.458,52.241],[1.46,52.233],[1.464,52.231],[1.459,52.226],[1.46,52.221],[1.456,52.222],[1.456,52.219],[1.453,52.216],[1.447,52.217],[1.443,52.214],[1.446,52.211],[1.447,52.205],[1.441,52.202],[1.443,52.198],[1.447,52.196],[1.451,52.192],[1.456,52.193],[1.458,52.189],[1.47,52.19],[1.475,52.188],[1.484,52.186],[1.481,52.183],[1.483,52.178],[1.482,52.177],[1.488,52.175],[1.485,52.173],[1.484,52.17],[1.477,52.169],[1.474,52.171],[1.469,52.17],[1.466,52.168],[1.463,52.168],[1.455,52.173],[1.452,52.173],[1.449,52.171],[1.44,52.171],[1.434,52.168],[1.431,52.168],[1.422,52.166],[1.416,52.163],[1.417,52.16],[1.415,52.158],[1.416,52.154],[1.419,52.154],[1.426,52.15],[1.431,52.149],[1.435,52.147],[1.433,52.138],[1.429,52.139],[1.428,52.141],[1.422,52.141],[1.416,52.142],[1.403,52.142],[1.392,52.138],[1.392,52.135],[1.39,52.131],[1.391,52.13],[1.389,52.127],[1.381,52.128],[1.377,52.128],[1.373,52.125],[1.373,52.121],[1.367,52.121],[1.362,52.117],[1.357,52.116],[1.349,52.118],[1.34,52.118],[1.334,52.121],[1.331,52.119],[1.328,52.119],[1.324,52.121],[1.321,52.12],[1.32,52.114],[1.318,52.113],[1.312,52.114],[1.309,52.111],[1.306,52.105],[1.3,52.102],[1.295,52.1],[1.292,52.097],[1.292,52.095],[1.285,52.096],[1.287,52.088],[1.285,52.083],[1.282,52.081],[1.279,52.083],[1.274,52.083],[1.273,52.079],[1.272,52.078],[1.267,52.077],[1.264,52.075],[1.264,52.073],[1.261,52.071],[1.265,52.064],[1.262,52.063],[1.263,52.06],[1.261,52.057],[1.254,52.051],[1.246,52.051],[1.239,52.05],[1.227,52.05],[1.224,52.049],[1.228,52.045],[1.217,52.045],[1.212,52.042],[1.206,52.041],[1.203,52.04],[1.202,52.037],[1.205,52.036],[1.213,52.034],[1.224,52.029],[1.219,52.023],[1.215,52.026],[1.209,52.021],[1.202,52.024],[1.195,52.024],[1.187,52.022],[1.183,52.023],[1.179,52.022],[1.182,52.02],[1.185,52.017],[1.188,52.015],[1.198,52.015],[1.21,52.011],[1.215,52.007],[1.219,52.006],[1.229,52.006],[1.233,52.005],[1.246,52],[1.257,51.997],[1.258,52],[1.263,51.998],[1.264,51.996],[1.272,51.996],[1.28,51.992],[1.283,51.99],[1.281,51.981],[1.281,51.978],[1.282,51.971],[1.284,51.968],[1.283,51.966],[1.315,51.952],[1.313,51.951],[1.316,51.944],[1.319,51.946],[1.32,51.94],[1.318,51.934],[1.323,51.935],[1.327,51.941],[1.335,51.948],[1.341,51.954],[1.348,51.959],[1.37,51.965],[1.38,51.974],[1.384,51.977],[1.389,51.979],[1.391,51.989],[1.389,51.989],[1.385,51.995],[1.38,51.998],[1.374,52.002],[1.365,52.004],[1.362,52.006],[1.359,52.009],[1.359,52.011],[1.354,52.014],[1.356,52.016],[1.36,52.017],[1.356,52.022],[1.35,52.025],[1.342,52.027],[1.34,52.031],[1.341,52.036],[1.343,52.037],[1.34,52.039],[1.338,52.041],[1.342,52.042],[1.341,52.038],[1.343,52.037],[1.348,52.04],[1.346,52.043],[1.342,52.045],[1.335,52.049],[1.332,52.053],[1.332,52.056],[1.334,52.059],[1.327,52.062],[1.325,52.063],[1.32,52.066],[1.323,52.067],[1.323,52.07],[1.319,52.073],[1.317,52.076],[1.314,52.076],[1.311,52.077],[1.304,52.077],[1.295,52.076],[1.295,52.078],[1.308,52.079],[1.314,52.078],[1.312,52.081],[1.317,52.084],[1.316,52.086],[1.317,52.089],[1.324,52.093],[1.326,52.096],[1.331,52.098],[1.33,52.1],[1.333,52.102],[1.337,52.102],[1.338,52.1],[1.332,52.098],[1.332,52.094],[1.328,52.093],[1.326,52.089],[1.321,52.088],[1.319,52.081],[1.32,52.08],[1.326,52.076],[1.329,52.073],[1.33,52.069],[1.344,52.064],[1.345,52.058],[1.341,52.053],[1.344,52.052],[1.352,52.046],[1.352,52.038],[1.345,52.034],[1.345,52.031],[1.348,52.029],[1.359,52.026],[1.363,52.022],[1.366,52.018],[1.364,52.011],[1.365,52.009],[1.371,52.006],[1.387,52.001],[1.39,51.999],[1.394,51.994],[1.394,51.987],[1.402,51.99],[1.412,51.994],[1.424,52.001],[1.435,52.009],[1.435,52.013],[1.444,52.026],[1.448,52.03],[1.455,52.034],[1.461,52.044],[1.46,52.046],[1.462,52.048],[1.475,52.054],[1.475,52.056],[1.479,52.059],[1.484,52.061],[1.495,52.064],[1.497,52.068],[1.501,52.071],[1.494,52.071],[1.49,52.073],[1.489,52.076],[1.491,52.082],[1.496,52.085],[1.497,52.087],[1.494,52.095],[1.498,52.091],[1.498,52.085],[1.496,52.083],[1.491,52.08],[1.49,52.075],[1.493,52.072],[1.502,52.072],[1.511,52.07],[1.517,52.074],[1.521,52.08],[1.525,52.082],[1.535,52.081],[1.538,52.081],[1.536,52.088],[1.537,52.09],[1.542,52.092],[1.549,52.091],[1.553,52.092],[1.558,52.096],[1.566,52.1],[1.567,52.103],[1.565,52.108],[1.566,52.112],[1.568,52.113],[1.576,52.116],[1.582,52.12],[1.584,52.123],[1.584,52.125],[1.589,52.131],[1.59,52.137],[1.595,52.141],[1.595,52.142],[1.586,52.14],[1.58,52.141],[1.573,52.143],[1.571,52.144],[1.568,52.149],[1.569,52.152],[1.571,52.155],[1.568,52.156],[1.563,52.155],[1.559,52.152],[1.556,52.153],[1.554,52.151],[1.543,52.154],[1.544,52.155],[1.537,52.156],[1.525,52.157],[1.523,52.151],[1.518,52.15],[1.511,52.151],[1.505,52.154],[1.505,52.158],[1.502,52.162],[1.503,52.164],[1.509,52.164],[1.509,52.16],[1.513,52.159],[1.514,52.156],[1.518,52.158],[1.524,52.161],[1.528,52.161],[1.531,52.163],[1.537,52.165],[1.555,52.165],[1.557,52.163],[1.553,52.161],[1.556,52.159],[1.564,52.16],[1.572,52.16],[1.576,52.158],[1.58,52.155],[1.58,52.153],[1.577,52.15],[1.572,52.149],[1.573,52.145],[1.58,52.143],[1.587,52.143],[1.593,52.145],[1.598,52.144],[1.598,52.14],[1.596,52.137],[1.593,52.13],[1.59,52.127],[1.587,52.12],[1.578,52.113],[1.571,52.112],[1.568,52.108],[1.571,52.104],[1.57,52.1],[1.568,52.098],[1.562,52.095],[1.557,52.091],[1.551,52.089],[1.542,52.09],[1.54,52.088],[1.542,52.083],[1.543,52.079],[1.538,52.075],[1.526,52.071],[1.517,52.067],[1.512,52.066],[1.503,52.064],[1.496,52.062],[1.488,52.059],[1.486,52.056],[1.494,52.059],[1.522,52.067],[1.53,52.07],[1.557,52.077],[1.567,52.081],[1.575,52.084],[1.579,52.087],[1.583,52.092],[1.587,52.101],[1.589,52.113],[1.595,52.131],[1.597,52.135],[1.605,52.157],[1.611,52.171],[1.619,52.182],[1.622,52.187],[1.623,52.206],[1.625,52.221],[1.626,52.228],[1.628,52.237],[1.629,52.246],[1.63,52.263],[1.63,52.268],[1.633,52.277],[1.637,52.285],[1.643,52.294],[1.65,52.3],[1.661,52.308],[1.667,52.312],[1.673,52.314],[1.667,52.316],[1.659,52.322],[1.659,52.324],[1.653,52.324],[1.648,52.325],[1.645,52.328],[1.638,52.33],[1.637,52.328],[1.634,52.329],[1.63,52.326],[1.631,52.324],[1.629,52.322],[1.62,52.319],[1.617,52.316],[1.606,52.316],[1.601,52.322],[1.596,52.323],[1.59,52.321],[1.587,52.319],[1.581,52.322]]],[[[1.728,52.4],[1.722,52.399],[1.716,52.403],[1.715,52.406],[1.709,52.404],[1.705,52.405],[1.702,52.409],[1.693,52.411],[1.694,52.414],[1.691,52.418],[1.685,52.417],[1.683,52.419],[1.682,52.425],[1.688,52.424],[1.689,52.431],[1.686,52.436],[1.684,52.438],[1.684,52.441],[1.676,52.437],[1.667,52.436],[1.668,52.434],[1.659,52.433],[1.649,52.428],[1.647,52.426],[1.641,52.425],[1.639,52.427],[1.634,52.427],[1.631,52.429],[1.626,52.428],[1.625,52.424],[1.632,52.42],[1.64,52.419],[1.633,52.414],[1.631,52.408],[1.633,52.406],[1.632,52.403],[1.624,52.401],[1.618,52.396],[1.613,52.39],[1.608,52.391],[1.605,52.387],[1.607,52.384],[1.606,52.382],[1.602,52.378],[1.597,52.377],[1.596,52.374],[1.589,52.37],[1.592,52.366],[1.591,52.363],[1.595,52.36],[1.593,52.358],[1.588,52.355],[1.587,52.352],[1.576,52.352],[1.56,52.347],[1.564,52.343],[1.571,52.341],[1.568,52.338],[1.563,52.332],[1.569,52.33],[1.576,52.327],[1.58,52.324],[1.581,52.321],[1.588,52.32],[1.592,52.323],[1.598,52.324],[1.596,52.327],[1.599,52.329],[1.602,52.33],[1.606,52.328],[1.606,52.327],[1.61,52.321],[1.613,52.324],[1.612,52.327],[1.62,52.329],[1.631,52.331],[1.639,52.331],[1.641,52.33],[1.645,52.329],[1.65,52.326],[1.659,52.325],[1.66,52.322],[1.667,52.317],[1.676,52.313],[1.677,52.318],[1.684,52.329],[1.686,52.333],[1.688,52.34],[1.692,52.349],[1.699,52.359],[1.703,52.364],[1.705,52.367],[1.71,52.375],[1.72,52.388],[1.725,52.394],[1.728,52.4]]]]},"properties":{"PCON24NM":"Suffolk Coastal","PCON24CD":"E14001530"},"PCON24CD":467}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.347,54.861],[-1.347,54.865],[-1.351,54.869],[-1.356,54.876],[-1.354,54.88],[-1.356,54.883],[-1.36,54.889],[-1.36,54.894],[-1.362,54.898],[-1.36,54.901],[-1.354,54.904],[-1.356,54.906],[-1.355,54.909],[-1.357,54.911],[-1.361,54.917],[-1.364,54.914],[-1.367,54.914],[-1.371,54.91],[-1.377,54.91],[-1.382,54.909],[-1.387,54.91],[-1.392,54.912],[-1.394,54.916],[-1.398,54.916],[-1.402,54.914],[-1.407,54.913],[-1.414,54.916],[-1.421,54.916],[-1.432,54.914],[-1.435,54.912],[-1.44,54.912],[-1.441,54.909],[-1.438,54.906],[-1.44,54.902],[-1.435,54.903],[-1.428,54.902],[-1.43,54.896],[-1.427,54.892],[-1.417,54.887],[-1.409,54.887],[-1.4,54.889],[-1.395,54.888],[-1.384,54.884],[-1.379,54.879],[-1.381,54.877],[-1.389,54.879],[-1.391,54.878],[-1.391,54.875],[-1.387,54.873],[-1.381,54.873],[-1.381,54.87],[-1.386,54.868],[-1.382,54.862],[-1.373,54.858],[-1.369,54.858],[-1.36,54.858],[-1.354,54.86],[-1.347,54.861]]],[[[-1.364,54.944],[-1.366,54.943],[-1.374,54.944],[-1.376,54.937],[-1.379,54.937],[-1.384,54.939],[-1.388,54.938],[-1.392,54.939],[-1.397,54.94],[-1.404,54.938],[-1.412,54.936],[-1.411,54.933],[-1.412,54.931],[-1.41,54.929],[-1.411,54.927],[-1.42,54.924],[-1.421,54.923],[-1.426,54.922],[-1.427,54.919],[-1.429,54.917],[-1.421,54.918],[-1.414,54.917],[-1.41,54.914],[-1.403,54.915],[-1.399,54.917],[-1.396,54.918],[-1.392,54.917],[-1.392,54.913],[-1.387,54.91],[-1.383,54.91],[-1.377,54.911],[-1.373,54.911],[-1.369,54.914],[-1.369,54.917],[-1.363,54.919],[-1.363,54.923],[-1.367,54.929],[-1.365,54.931],[-1.368,54.935],[-1.367,54.939],[-1.364,54.944]]]]},"properties":{"PCON24NM":"Sunderland Central","PCON24CD":"E14001531"},"PCON24CD":468}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.598,51.386],[-0.603,51.387],[-0.607,51.389],[-0.616,51.392],[-0.623,51.39],[-0.617,51.386],[-0.621,51.385],[-0.625,51.383],[-0.628,51.384],[-0.636,51.385],[-0.64,51.387],[-0.647,51.385],[-0.651,51.386],[-0.653,51.387],[-0.664,51.386],[-0.668,51.385],[-0.697,51.374],[-0.71,51.371],[-0.724,51.368],[-0.735,51.365],[-0.739,51.36],[-0.744,51.355],[-0.748,51.352],[-0.754,51.346],[-0.759,51.343],[-0.758,51.341],[-0.762,51.34],[-0.765,51.337],[-0.768,51.336],[-0.773,51.333],[-0.775,51.332],[-0.772,51.328],[-0.769,51.328],[-0.765,51.325],[-0.763,51.318],[-0.759,51.317],[-0.756,51.314],[-0.751,51.313],[-0.745,51.31],[-0.744,51.306],[-0.739,51.301],[-0.74,51.296],[-0.737,51.292],[-0.737,51.29],[-0.736,51.285],[-0.734,51.284],[-0.733,51.282],[-0.731,51.28],[-0.728,51.28],[-0.72,51.279],[-0.717,51.282],[-0.71,51.282],[-0.712,51.279],[-0.708,51.276],[-0.705,51.275],[-0.703,51.271],[-0.702,51.266],[-0.706,51.257],[-0.704,51.247],[-0.706,51.243],[-0.703,51.238],[-0.698,51.235],[-0.693,51.237],[-0.688,51.238],[-0.681,51.238],[-0.666,51.242],[-0.654,51.242],[-0.651,51.243],[-0.653,51.248],[-0.654,51.251],[-0.649,51.251],[-0.651,51.258],[-0.655,51.259],[-0.648,51.264],[-0.644,51.265],[-0.644,51.267],[-0.639,51.269],[-0.633,51.269],[-0.63,51.274],[-0.633,51.277],[-0.63,51.279],[-0.624,51.279],[-0.619,51.283],[-0.625,51.287],[-0.634,51.294],[-0.648,51.305],[-0.65,51.309],[-0.647,51.312],[-0.634,51.315],[-0.633,51.314],[-0.628,51.316],[-0.627,51.319],[-0.624,51.319],[-0.627,51.325],[-0.625,51.327],[-0.626,51.33],[-0.626,51.335],[-0.615,51.332],[-0.613,51.333],[-0.615,51.336],[-0.608,51.34],[-0.59,51.34],[-0.583,51.337],[-0.578,51.336],[-0.574,51.339],[-0.573,51.342],[-0.566,51.344],[-0.562,51.343],[-0.552,51.346],[-0.549,51.348],[-0.551,51.354],[-0.551,51.357],[-0.555,51.362],[-0.563,51.362],[-0.57,51.36],[-0.573,51.366],[-0.574,51.371],[-0.579,51.372],[-0.587,51.375],[-0.594,51.377],[-0.598,51.386]]]},"properties":{"PCON24NM":"Surrey Heath","PCON24CD":"E14001532"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.161,51.137],[0.16,51.141],[0.156,51.141],[0.152,51.143],[0.145,51.143],[0.139,51.147],[0.129,51.147],[0.122,51.147],[0.11,51.144],[0.105,51.144],[0.103,51.143],[0.098,51.142],[0.091,51.141],[0.084,51.142],[0.078,51.14],[0.071,51.14],[0.062,51.142],[0.059,51.141],[0.056,51.142],[0.05,51.143],[0.046,51.142],[0.038,51.14],[0.027,51.14],[0.027,51.138],[0.028,51.133],[0.026,51.132],[0.025,51.128],[0.026,51.127],[0.025,51.123],[0.027,51.122],[0.028,51.118],[0.037,51.115],[0.038,51.11],[0.035,51.109],[0.026,51.109],[0.021,51.107],[0.019,51.104],[0.032,51.102],[0.04,51.099],[0.042,51.101],[0.049,51.101],[0.049,51.097],[0.053,51.097],[0.054,51.094],[0.05,51.094],[0.051,51.091],[0.047,51.086],[0.05,51.085],[0.056,51.082],[0.051,51.078],[0.047,51.076],[0.042,51.072],[0.035,51.073],[0.032,51.072],[0.033,51.069],[0.04,51.068],[0.045,51.066],[0.052,51.065],[0.056,51.063],[0.06,51.062],[0.067,51.062],[0.067,51.058],[0.065,51.054],[0.068,51.05],[0.066,51.048],[0.072,51.045],[0.082,51.047],[0.087,51.048],[0.093,51.045],[0.101,51.044],[0.106,51.048],[0.11,51.047],[0.114,51.048],[0.117,51.046],[0.119,51.047],[0.125,51.044],[0.131,51.043],[0.135,51.041],[0.134,51.039],[0.141,51.031],[0.147,51.028],[0.148,51.026],[0.153,51.024],[0.152,51.021],[0.151,51.018],[0.152,51.015],[0.157,51.014],[0.157,51.008],[0.159,51.005],[0.162,51],[0.158,50.995],[0.159,50.994],[0.157,50.992],[0.153,50.992],[0.154,50.988],[0.154,50.984],[0.157,50.982],[0.156,50.98],[0.162,50.977],[0.153,50.975],[0.147,50.979],[0.141,50.978],[0.139,50.981],[0.136,50.98],[0.131,50.981],[0.129,50.979],[0.123,50.98],[0.117,50.976],[0.105,50.97],[0.105,50.968],[0.108,50.967],[0.112,50.96],[0.111,50.956],[0.107,50.95],[0.102,50.951],[0.101,50.949],[0.106,50.946],[0.114,50.943],[0.119,50.941],[0.111,50.936],[0.109,50.934],[0.11,50.931],[0.114,50.929],[0.114,50.927],[0.116,50.923],[0.121,50.921],[0.123,50.922],[0.129,50.921],[0.131,50.917],[0.147,50.914],[0.151,50.918],[0.157,50.918],[0.157,50.912],[0.158,50.911],[0.167,50.909],[0.168,50.907],[0.167,50.902],[0.173,50.899],[0.176,50.897],[0.167,50.892],[0.176,50.888],[0.176,50.886],[0.181,50.886],[0.185,50.878],[0.193,50.878],[0.199,50.882],[0.215,50.881],[0.221,50.876],[0.222,50.874],[0.228,50.871],[0.232,50.874],[0.235,50.877],[0.237,50.874],[0.242,50.865],[0.243,50.856],[0.243,50.849],[0.241,50.842],[0.249,50.84],[0.249,50.839],[0.253,50.836],[0.261,50.838],[0.267,50.836],[0.272,50.838],[0.276,50.843],[0.291,50.838],[0.301,50.84],[0.298,50.844],[0.294,50.844],[0.292,50.846],[0.296,50.851],[0.294,50.855],[0.298,50.856],[0.302,50.856],[0.304,50.859],[0.304,50.864],[0.308,50.864],[0.31,50.868],[0.309,50.874],[0.31,50.875],[0.307,50.879],[0.308,50.882],[0.307,50.888],[0.309,50.891],[0.317,50.894],[0.32,50.893],[0.323,50.894],[0.33,50.895],[0.339,50.899],[0.341,50.893],[0.346,50.892],[0.351,50.894],[0.359,50.891],[0.361,50.892],[0.367,50.89],[0.371,50.893],[0.374,50.898],[0.37,50.901],[0.363,50.903],[0.361,50.906],[0.361,50.909],[0.358,50.913],[0.364,50.914],[0.364,50.917],[0.358,50.917],[0.359,50.922],[0.363,50.923],[0.363,50.926],[0.367,50.931],[0.367,50.933],[0.361,50.936],[0.357,50.935],[0.351,50.939],[0.348,50.938],[0.343,50.939],[0.341,50.941],[0.344,50.944],[0.341,50.947],[0.338,50.948],[0.339,50.951],[0.336,50.953],[0.341,50.957],[0.344,50.958],[0.342,50.961],[0.335,50.961],[0.328,50.961],[0.324,50.964],[0.326,50.967],[0.328,50.97],[0.33,50.973],[0.329,50.981],[0.327,50.985],[0.323,50.987],[0.324,50.991],[0.322,50.993],[0.325,50.998],[0.323,51],[0.33,51.004],[0.33,51.01],[0.329,51.013],[0.331,51.014],[0.337,51.014],[0.342,51.016],[0.345,51.015],[0.352,51.018],[0.351,51.02],[0.348,51.022],[0.348,51.027],[0.355,51.031],[0.355,51.041],[0.358,51.046],[0.357,51.051],[0.357,51.058],[0.361,51.061],[0.361,51.065],[0.363,51.067],[0.367,51.068],[0.377,51.073],[0.391,51.073],[0.396,51.074],[0.392,51.077],[0.398,51.083],[0.396,51.083],[0.39,51.084],[0.384,51.086],[0.381,51.088],[0.375,51.088],[0.365,51.088],[0.357,51.083],[0.351,51.084],[0.354,51.092],[0.354,51.095],[0.351,51.099],[0.356,51.101],[0.359,51.104],[0.355,51.105],[0.335,51.105],[0.331,51.11],[0.325,51.112],[0.325,51.114],[0.328,51.116],[0.33,51.118],[0.327,51.122],[0.325,51.123],[0.311,51.119],[0.308,51.12],[0.299,51.118],[0.29,51.119],[0.285,51.118],[0.28,51.118],[0.276,51.12],[0.272,51.119],[0.279,51.115],[0.276,51.112],[0.267,51.115],[0.256,51.114],[0.252,51.115],[0.245,51.115],[0.243,51.117],[0.228,51.124],[0.218,51.12],[0.214,51.121],[0.209,51.121],[0.207,51.119],[0.2,51.117],[0.185,51.117],[0.179,51.116],[0.171,51.115],[0.167,51.117],[0.164,51.116],[0.159,51.117],[0.154,51.122],[0.152,51.124],[0.151,51.131],[0.151,51.134],[0.154,51.137],[0.161,51.137]]]},"properties":{"PCON24NM":"Sussex Weald","PCON24CD":"E14001533"},"PCON24CD":470}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.2,51.385],[-0.205,51.386],[-0.21,51.388],[-0.218,51.38],[-0.228,51.384],[-0.234,51.388],[-0.235,51.391],[-0.237,51.39],[-0.24,51.389],[-0.239,51.387],[-0.239,51.386],[-0.242,51.383],[-0.243,51.383],[-0.244,51.383],[-0.245,51.382],[-0.245,51.381],[-0.245,51.38],[-0.245,51.37],[-0.245,51.367],[-0.241,51.366],[-0.237,51.367],[-0.233,51.366],[-0.227,51.363],[-0.223,51.357],[-0.222,51.351],[-0.22,51.35],[-0.217,51.343],[-0.224,51.34],[-0.23,51.337],[-0.221,51.33],[-0.214,51.33],[-0.212,51.333],[-0.213,51.336],[-0.203,51.34],[-0.201,51.34],[-0.197,51.344],[-0.187,51.341],[-0.183,51.344],[-0.179,51.349],[-0.178,51.353],[-0.174,51.358],[-0.182,51.361],[-0.181,51.362],[-0.181,51.37],[-0.183,51.374],[-0.182,51.377],[-0.187,51.382],[-0.193,51.383],[-0.197,51.381],[-0.2,51.385]]]},"properties":{"PCON24NM":"Sutton and Cheam","PCON24CD":"E14001534"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.788,52.588],[-1.79,52.592],[-1.795,52.595],[-1.797,52.599],[-1.804,52.601],[-1.812,52.604],[-1.828,52.609],[-1.837,52.607],[-1.849,52.604],[-1.854,52.602],[-1.864,52.591],[-1.871,52.587],[-1.873,52.585],[-1.876,52.58],[-1.879,52.57],[-1.892,52.562],[-1.883,52.559],[-1.88,52.558],[-1.874,52.554],[-1.865,52.551],[-1.865,52.549],[-1.859,52.545],[-1.856,52.547],[-1.847,52.542],[-1.848,52.54],[-1.835,52.535],[-1.831,52.536],[-1.819,52.534],[-1.816,52.532],[-1.811,52.532],[-1.808,52.53],[-1.801,52.527],[-1.79,52.526],[-1.784,52.528],[-1.774,52.523],[-1.772,52.519],[-1.776,52.515],[-1.783,52.513],[-1.784,52.511],[-1.792,52.509],[-1.785,52.51],[-1.774,52.513],[-1.766,52.514],[-1.76,52.514],[-1.754,52.513],[-1.754,52.518],[-1.754,52.521],[-1.746,52.52],[-1.742,52.521],[-1.735,52.523],[-1.732,52.523],[-1.729,52.525],[-1.732,52.528],[-1.739,52.529],[-1.739,52.532],[-1.749,52.531],[-1.751,52.536],[-1.748,52.537],[-1.749,52.541],[-1.753,52.545],[-1.756,52.555],[-1.765,52.557],[-1.768,52.559],[-1.767,52.562],[-1.774,52.565],[-1.77,52.568],[-1.764,52.57],[-1.767,52.571],[-1.77,52.575],[-1.777,52.575],[-1.779,52.576],[-1.779,52.579],[-1.785,52.582],[-1.788,52.585],[-1.788,52.588]]]},"properties":{"PCON24NM":"Sutton Coldfield","PCON24CD":"E14001535"},"PCON24CD":472}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.683,51.69],[-1.689,51.692],[-1.694,51.693],[-1.697,51.692],[-1.701,51.686],[-1.704,51.686],[-1.71,51.682],[-1.709,51.679],[-1.711,51.675],[-1.711,51.672],[-1.723,51.67],[-1.727,51.667],[-1.731,51.668],[-1.739,51.667],[-1.74,51.666],[-1.749,51.663],[-1.761,51.662],[-1.766,51.663],[-1.768,51.664],[-1.77,51.668],[-1.777,51.669],[-1.781,51.669],[-1.789,51.667],[-1.791,51.664],[-1.796,51.662],[-1.797,51.661],[-1.795,51.657],[-1.796,51.655],[-1.794,51.648],[-1.79,51.641],[-1.789,51.633],[-1.806,51.633],[-1.808,51.63],[-1.814,51.625],[-1.82,51.628],[-1.831,51.624],[-1.831,51.621],[-1.84,51.616],[-1.84,51.614],[-1.842,51.613],[-1.841,51.61],[-1.842,51.604],[-1.839,51.6],[-1.832,51.597],[-1.833,51.592],[-1.837,51.59],[-1.838,51.588],[-1.836,51.586],[-1.826,51.584],[-1.823,51.584],[-1.826,51.579],[-1.817,51.575],[-1.803,51.569],[-1.793,51.564],[-1.789,51.564],[-1.773,51.569],[-1.762,51.572],[-1.762,51.57],[-1.759,51.568],[-1.748,51.564],[-1.744,51.569],[-1.746,51.571],[-1.738,51.572],[-1.734,51.574],[-1.73,51.572],[-1.72,51.574],[-1.718,51.574],[-1.702,51.577],[-1.698,51.58],[-1.694,51.581],[-1.691,51.584],[-1.689,51.586],[-1.685,51.588],[-1.685,51.592],[-1.688,51.596],[-1.689,51.602],[-1.691,51.602],[-1.69,51.606],[-1.682,51.61],[-1.682,51.613],[-1.679,51.614],[-1.676,51.612],[-1.672,51.613],[-1.667,51.616],[-1.667,51.618],[-1.672,51.62],[-1.673,51.623],[-1.669,51.626],[-1.668,51.628],[-1.663,51.631],[-1.66,51.635],[-1.663,51.64],[-1.67,51.641],[-1.676,51.642],[-1.68,51.645],[-1.68,51.647],[-1.686,51.652],[-1.691,51.652],[-1.693,51.653],[-1.689,51.656],[-1.691,51.664],[-1.694,51.666],[-1.694,51.669],[-1.7,51.67],[-1.699,51.676],[-1.695,51.679],[-1.697,51.682],[-1.693,51.684],[-1.691,51.687],[-1.683,51.69]]]},"properties":{"PCON24NM":"Swindon North","PCON24CD":"E14001536"},"PCON24CD":473}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.73,51.572],[-1.734,51.574],[-1.738,51.572],[-1.746,51.571],[-1.744,51.569],[-1.748,51.564],[-1.759,51.568],[-1.762,51.57],[-1.762,51.572],[-1.773,51.569],[-1.789,51.564],[-1.793,51.564],[-1.803,51.569],[-1.817,51.575],[-1.826,51.579],[-1.831,51.582],[-1.838,51.58],[-1.84,51.578],[-1.843,51.579],[-1.845,51.573],[-1.844,51.57],[-1.848,51.569],[-1.85,51.567],[-1.847,51.566],[-1.845,51.562],[-1.858,51.563],[-1.86,51.565],[-1.862,51.56],[-1.861,51.559],[-1.849,51.553],[-1.854,51.55],[-1.851,51.547],[-1.852,51.545],[-1.844,51.543],[-1.839,51.542],[-1.831,51.545],[-1.821,51.549],[-1.812,51.553],[-1.808,51.549],[-1.806,51.55],[-1.797,51.546],[-1.797,51.544],[-1.795,51.54],[-1.781,51.537],[-1.771,51.533],[-1.77,51.53],[-1.764,51.531],[-1.756,51.53],[-1.74,51.529],[-1.731,51.528],[-1.725,51.527],[-1.724,51.534],[-1.729,51.537],[-1.732,51.543],[-1.724,51.541],[-1.723,51.541],[-1.721,51.548],[-1.719,51.56],[-1.721,51.564],[-1.723,51.567],[-1.73,51.572]]]},"properties":{"PCON24NM":"Swindon South","PCON24CD":"E14001537"},"PCON24CD":474}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.598,52.7],[-1.601,52.698],[-1.605,52.697],[-1.615,52.701],[-1.621,52.699],[-1.625,52.698],[-1.628,52.7],[-1.63,52.7],[-1.636,52.702],[-1.638,52.7],[-1.642,52.7],[-1.649,52.698],[-1.654,52.699],[-1.654,52.708],[-1.656,52.708],[-1.659,52.714],[-1.656,52.716],[-1.657,52.722],[-1.663,52.723],[-1.676,52.725],[-1.678,52.728],[-1.694,52.727],[-1.701,52.728],[-1.704,52.73],[-1.704,52.732],[-1.707,52.731],[-1.712,52.73],[-1.718,52.731],[-1.723,52.731],[-1.725,52.727],[-1.723,52.722],[-1.725,52.721],[-1.73,52.719],[-1.73,52.71],[-1.732,52.706],[-1.735,52.705],[-1.74,52.705],[-1.744,52.701],[-1.745,52.701],[-1.747,52.701],[-1.748,52.701],[-1.75,52.702],[-1.751,52.702],[-1.755,52.703],[-1.756,52.703],[-1.757,52.703],[-1.759,52.703],[-1.76,52.702],[-1.761,52.702],[-1.763,52.702],[-1.763,52.701],[-1.765,52.701],[-1.765,52.7],[-1.768,52.7],[-1.768,52.699],[-1.77,52.699],[-1.771,52.699],[-1.771,52.698],[-1.773,52.697],[-1.774,52.696],[-1.775,52.696],[-1.776,52.695],[-1.779,52.694],[-1.778,52.691],[-1.78,52.687],[-1.778,52.686],[-1.777,52.683],[-1.784,52.68],[-1.788,52.679],[-1.795,52.676],[-1.799,52.677],[-1.801,52.675],[-1.803,52.674],[-1.805,52.672],[-1.811,52.668],[-1.816,52.662],[-1.82,52.663],[-1.823,52.662],[-1.828,52.662],[-1.833,52.659],[-1.829,52.656],[-1.839,52.656],[-1.84,52.653],[-1.842,52.645],[-1.85,52.647],[-1.854,52.646],[-1.862,52.648],[-1.866,52.648],[-1.874,52.646],[-1.881,52.644],[-1.884,52.645],[-1.888,52.645],[-1.894,52.649],[-1.905,52.643],[-1.91,52.639],[-1.916,52.635],[-1.91,52.632],[-1.904,52.628],[-1.897,52.625],[-1.893,52.622],[-1.886,52.615],[-1.885,52.611],[-1.887,52.607],[-1.892,52.601],[-1.892,52.599],[-1.884,52.594],[-1.88,52.589],[-1.875,52.586],[-1.873,52.585],[-1.871,52.587],[-1.864,52.591],[-1.854,52.602],[-1.849,52.604],[-1.837,52.607],[-1.828,52.609],[-1.812,52.604],[-1.804,52.601],[-1.797,52.599],[-1.795,52.595],[-1.79,52.592],[-1.788,52.588],[-1.784,52.589],[-1.781,52.591],[-1.775,52.592],[-1.77,52.589],[-1.756,52.592],[-1.751,52.593],[-1.741,52.594],[-1.739,52.594],[-1.74,52.59],[-1.738,52.589],[-1.723,52.588],[-1.719,52.589],[-1.714,52.589],[-1.708,52.587],[-1.704,52.588],[-1.703,52.591],[-1.698,52.591],[-1.689,52.589],[-1.686,52.589],[-1.686,52.593],[-1.68,52.594],[-1.674,52.593],[-1.666,52.592],[-1.666,52.596],[-1.661,52.595],[-1.656,52.595],[-1.645,52.603],[-1.64,52.608],[-1.64,52.614],[-1.636,52.62],[-1.644,52.621],[-1.643,52.623],[-1.638,52.625],[-1.643,52.631],[-1.638,52.638],[-1.642,52.641],[-1.633,52.643],[-1.639,52.647],[-1.643,52.651],[-1.643,52.654],[-1.645,52.658],[-1.639,52.659],[-1.628,52.664],[-1.625,52.666],[-1.619,52.668],[-1.616,52.669],[-1.615,52.672],[-1.605,52.673],[-1.605,52.676],[-1.602,52.68],[-1.59,52.687],[-1.589,52.693],[-1.587,52.695],[-1.591,52.698],[-1.598,52.7]]]},"properties":{"PCON24NM":"Tamworth","PCON24CD":"E14001538"},"PCON24CD":475}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.314,53.357],[-2.314,53.359],[-2.32,53.359],[-2.324,53.361],[-2.328,53.36],[-2.33,53.363],[-2.333,53.366],[-2.341,53.367],[-2.344,53.367],[-2.348,53.368],[-2.357,53.369],[-2.361,53.366],[-2.36,53.364],[-2.365,53.363],[-2.367,53.364],[-2.378,53.366],[-2.381,53.37],[-2.39,53.371],[-2.396,53.374],[-2.4,53.375],[-2.401,53.378],[-2.407,53.38],[-2.411,53.384],[-2.417,53.385],[-2.421,53.387],[-2.425,53.387],[-2.428,53.388],[-2.432,53.388],[-2.446,53.392],[-2.448,53.395],[-2.455,53.394],[-2.465,53.395],[-2.471,53.392],[-2.476,53.394],[-2.476,53.395],[-2.478,53.396],[-2.481,53.396],[-2.51,53.389],[-2.511,53.381],[-2.509,53.378],[-2.509,53.377],[-2.508,53.376],[-2.509,53.376],[-2.509,53.375],[-2.509,53.374],[-2.51,53.374],[-2.511,53.373],[-2.511,53.372],[-2.511,53.371],[-2.512,53.37],[-2.512,53.369],[-2.513,53.369],[-2.513,53.368],[-2.514,53.366],[-2.514,53.365],[-2.514,53.364],[-2.515,53.364],[-2.516,53.364],[-2.515,53.363],[-2.516,53.363],[-2.515,53.361],[-2.509,53.36],[-2.507,53.355],[-2.509,53.354],[-2.513,53.352],[-2.515,53.35],[-2.521,53.348],[-2.518,53.342],[-2.538,53.336],[-2.545,53.331],[-2.552,53.332],[-2.554,53.329],[-2.56,53.324],[-2.563,53.323],[-2.569,53.325],[-2.578,53.326],[-2.579,53.328],[-2.586,53.329],[-2.588,53.326],[-2.592,53.325],[-2.595,53.322],[-2.595,53.32],[-2.604,53.318],[-2.607,53.314],[-2.61,53.316],[-2.61,53.318],[-2.617,53.321],[-2.618,53.316],[-2.623,53.312],[-2.624,53.309],[-2.629,53.308],[-2.636,53.308],[-2.638,53.31],[-2.645,53.31],[-2.642,53.306],[-2.648,53.308],[-2.685,53.315],[-2.688,53.313],[-2.701,53.306],[-2.699,53.304],[-2.692,53.303],[-2.688,53.3],[-2.686,53.296],[-2.683,53.291],[-2.673,53.289],[-2.672,53.284],[-2.667,53.282],[-2.659,53.287],[-2.649,53.286],[-2.645,53.283],[-2.637,53.282],[-2.628,53.283],[-2.624,53.286],[-2.621,53.288],[-2.617,53.288],[-2.612,53.286],[-2.609,53.281],[-2.601,53.28],[-2.595,53.273],[-2.589,53.271],[-2.581,53.273],[-2.576,53.273],[-2.57,53.272],[-2.564,53.272],[-2.56,53.27],[-2.56,53.266],[-2.564,53.264],[-2.56,53.262],[-2.557,53.26],[-2.553,53.261],[-2.55,53.26],[-2.549,53.262],[-2.545,53.263],[-2.546,53.266],[-2.536,53.271],[-2.526,53.272],[-2.521,53.268],[-2.52,53.27],[-2.516,53.27],[-2.51,53.273],[-2.507,53.268],[-2.503,53.267],[-2.498,53.268],[-2.497,53.267],[-2.493,53.268],[-2.484,53.267],[-2.48,53.269],[-2.474,53.269],[-2.473,53.268],[-2.474,53.261],[-2.465,53.256],[-2.469,53.251],[-2.473,53.25],[-2.459,53.224],[-2.465,53.223],[-2.46,53.217],[-2.463,53.215],[-2.472,53.213],[-2.475,53.21],[-2.467,53.206],[-2.468,53.204],[-2.464,53.204],[-2.464,53.202],[-2.455,53.202],[-2.451,53.199],[-2.446,53.201],[-2.439,53.2],[-2.435,53.197],[-2.431,53.198],[-2.429,53.195],[-2.426,53.193],[-2.418,53.189],[-2.413,53.184],[-2.413,53.181],[-2.407,53.174],[-2.398,53.172],[-2.398,53.177],[-2.392,53.18],[-2.387,53.176],[-2.378,53.172],[-2.378,53.174],[-2.372,53.179],[-2.369,53.183],[-2.376,53.189],[-2.371,53.19],[-2.373,53.196],[-2.385,53.197],[-2.39,53.196],[-2.393,53.205],[-2.399,53.205],[-2.401,53.203],[-2.406,53.204],[-2.41,53.206],[-2.409,53.209],[-2.409,53.213],[-2.412,53.213],[-2.414,53.219],[-2.411,53.221],[-2.401,53.222],[-2.398,53.225],[-2.399,53.228],[-2.397,53.231],[-2.399,53.232],[-2.396,53.234],[-2.386,53.23],[-2.381,53.228],[-2.378,53.227],[-2.368,53.223],[-2.364,53.224],[-2.36,53.231],[-2.359,53.233],[-2.354,53.236],[-2.347,53.241],[-2.35,53.244],[-2.351,53.246],[-2.349,53.249],[-2.345,53.249],[-2.34,53.252],[-2.334,53.252],[-2.331,53.253],[-2.324,53.251],[-2.321,53.248],[-2.309,53.246],[-2.299,53.248],[-2.295,53.248],[-2.291,53.252],[-2.29,53.255],[-2.282,53.254],[-2.275,53.26],[-2.272,53.259],[-2.261,53.258],[-2.258,53.256],[-2.254,53.255],[-2.25,53.256],[-2.244,53.256],[-2.243,53.261],[-2.235,53.261],[-2.229,53.263],[-2.225,53.262],[-2.221,53.264],[-2.22,53.267],[-2.221,53.27],[-2.224,53.272],[-2.229,53.273],[-2.222,53.277],[-2.222,53.28],[-2.215,53.287],[-2.207,53.289],[-2.208,53.295],[-2.212,53.298],[-2.21,53.304],[-2.208,53.306],[-2.198,53.313],[-2.197,53.317],[-2.192,53.323],[-2.19,53.324],[-2.185,53.333],[-2.188,53.334],[-2.19,53.338],[-2.194,53.339],[-2.19,53.342],[-2.183,53.343],[-2.181,53.344],[-2.188,53.349],[-2.185,53.353],[-2.202,53.355],[-2.208,53.355],[-2.211,53.357],[-2.215,53.357],[-2.216,53.359],[-2.224,53.36],[-2.233,53.359],[-2.241,53.36],[-2.244,53.361],[-2.256,53.361],[-2.259,53.359],[-2.258,53.357],[-2.265,53.354],[-2.267,53.351],[-2.273,53.351],[-2.278,53.349],[-2.28,53.346],[-2.285,53.347],[-2.287,53.344],[-2.29,53.342],[-2.296,53.343],[-2.298,53.347],[-2.299,53.35],[-2.303,53.351],[-2.306,53.353],[-2.312,53.355],[-2.314,53.357]]]},"properties":{"PCON24NM":"Tatton","PCON24CD":"E14001539"},"PCON24CD":476}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.933,51.057],[-2.944,51.058],[-2.947,51.057],[-2.951,51.054],[-2.951,51.052],[-2.955,51.051],[-2.957,51.048],[-2.963,51.048],[-2.967,51.047],[-2.973,51.044],[-2.973,51.043],[-2.978,51.043],[-2.982,51.041],[-2.987,51.046],[-2.994,51.047],[-2.995,51.051],[-2.997,51.054],[-3.003,51.053],[-3.009,51.052],[-3.016,51.055],[-3.022,51.054],[-3.028,51.048],[-3.029,51.051],[-3.03,51.055],[-3.024,51.057],[-3.025,51.06],[-3.03,51.059],[-3.036,51.061],[-3.041,51.061],[-3.043,51.062],[-3.045,51.065],[-3.051,51.066],[-3.053,51.065],[-3.062,51.065],[-3.07,51.068],[-3.084,51.072],[-3.086,51.07],[-3.09,51.071],[-3.09,51.066],[-3.095,51.065],[-3.096,51.068],[-3.099,51.067],[-3.1,51.072],[-3.104,51.073],[-3.115,51.073],[-3.121,51.071],[-3.135,51.072],[-3.137,51.072],[-3.14,51.069],[-3.144,51.068],[-3.146,51.065],[-3.144,51.063],[-3.148,51.061],[-3.15,51.058],[-3.158,51.056],[-3.159,51.053],[-3.163,51.051],[-3.159,51.047],[-3.161,51.042],[-3.165,51.038],[-3.166,51.035],[-3.169,51.034],[-3.177,51.036],[-3.18,51.035],[-3.185,51.033],[-3.187,51.029],[-3.185,51.027],[-3.187,51.025],[-3.182,51.024],[-3.173,51.022],[-3.167,51.022],[-3.165,51.019],[-3.167,51.016],[-3.171,51.015],[-3.171,51.012],[-3.175,51.011],[-3.186,51.013],[-3.191,51.014],[-3.198,51.014],[-3.199,51.012],[-3.197,51.004],[-3.193,51],[-3.196,50.999],[-3.202,50.994],[-3.209,50.991],[-3.216,50.989],[-3.218,50.988],[-3.227,50.99],[-3.234,50.99],[-3.238,50.99],[-3.24,50.991],[-3.246,50.99],[-3.25,50.988],[-3.252,50.986],[-3.256,50.987],[-3.266,50.983],[-3.274,50.978],[-3.275,50.98],[-3.273,50.985],[-3.279,50.986],[-3.285,50.989],[-3.288,50.988],[-3.288,50.985],[-3.292,50.981],[-3.297,50.983],[-3.298,50.982],[-3.293,50.979],[-3.297,50.977],[-3.3,50.97],[-3.298,50.969],[-3.3,50.966],[-3.305,50.965],[-3.3,50.962],[-3.302,50.961],[-3.294,50.955],[-3.29,50.955],[-3.283,50.953],[-3.272,50.949],[-3.264,50.947],[-3.262,50.944],[-3.256,50.943],[-3.255,50.942],[-3.244,50.943],[-3.241,50.943],[-3.233,50.944],[-3.218,50.943],[-3.199,50.947],[-3.189,50.949],[-3.185,50.949],[-3.172,50.947],[-3.166,50.948],[-3.164,50.946],[-3.17,50.94],[-3.172,50.936],[-3.173,50.93],[-3.172,50.926],[-3.18,50.922],[-3.179,50.92],[-3.186,50.913],[-3.188,50.91],[-3.171,50.907],[-3.172,50.903],[-3.17,50.9],[-3.159,50.901],[-3.156,50.9],[-3.154,50.898],[-3.153,50.894],[-3.148,50.892],[-3.144,50.891],[-3.138,50.893],[-3.132,50.896],[-3.126,50.902],[-3.122,50.898],[-3.112,50.902],[-3.107,50.903],[-3.103,50.904],[-3.088,50.906],[-3.078,50.905],[-3.061,50.908],[-3.052,50.908],[-3.058,50.912],[-3.064,50.914],[-3.069,50.913],[-3.073,50.914],[-3.079,50.919],[-3.085,50.922],[-3.085,50.923],[-3.089,50.926],[-3.092,50.929],[-3.088,50.938],[-3.086,50.94],[-3.08,50.94],[-3.074,50.938],[-3.068,50.937],[-3.065,50.935],[-3.059,50.933],[-3.052,50.933],[-3.039,50.935],[-3.033,50.936],[-3.029,50.939],[-3.029,50.941],[-3.021,50.945],[-3.015,50.945],[-3.011,50.948],[-3.012,50.95],[-3.009,50.954],[-3.008,50.957],[-3.005,50.958],[-3.003,50.957],[-2.991,50.961],[-2.985,50.963],[-2.98,50.965],[-2.98,50.967],[-2.982,50.969],[-2.983,50.972],[-2.975,50.973],[-2.976,50.977],[-2.978,50.985],[-2.984,50.99],[-2.979,50.993],[-2.981,50.994],[-2.978,50.998],[-2.972,51],[-2.96,51.001],[-2.957,51.002],[-2.949,51.003],[-2.948,51.006],[-2.951,51.01],[-2.946,51.014],[-2.926,51.022],[-2.884,51.047],[-2.886,51.049],[-2.887,51.049],[-2.888,51.05],[-2.893,51.055],[-2.893,51.061],[-2.897,51.062],[-2.905,51.061],[-2.912,51.065],[-2.917,51.067],[-2.921,51.064],[-2.927,51.061],[-2.929,51.06],[-2.932,51.058],[-2.933,51.058],[-2.933,51.057]]],[[[-2.934,51.081],[-2.937,51.08],[-2.936,51.077],[-2.939,51.076],[-2.946,51.076],[-2.949,51.074],[-2.947,51.073],[-2.946,51.069],[-2.941,51.067],[-2.932,51.062],[-2.93,51.063],[-2.927,51.062],[-2.919,51.066],[-2.917,51.068],[-2.92,51.071],[-2.927,51.074],[-2.934,51.081]]],[[[-2.888,51.069],[-2.89,51.071],[-2.9,51.074],[-2.904,51.075],[-2.912,51.085],[-2.922,51.082],[-2.925,51.085],[-2.935,51.083],[-2.934,51.08],[-2.927,51.075],[-2.92,51.071],[-2.917,51.067],[-2.912,51.065],[-2.906,51.061],[-2.902,51.061],[-2.897,51.062],[-2.893,51.061],[-2.891,51.067],[-2.888,51.069]]]]},"properties":{"PCON24NM":"Taunton and Wellington","PCON24CD":"E14001540"},"PCON24CD":477}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.416,52.645],[-2.42,52.648],[-2.418,52.65],[-2.419,52.663],[-2.41,52.672],[-2.407,52.681],[-2.401,52.685],[-2.401,52.689],[-2.404,52.691],[-2.405,52.695],[-2.421,52.695],[-2.427,52.7],[-2.432,52.707],[-2.441,52.708],[-2.445,52.715],[-2.447,52.717],[-2.456,52.716],[-2.458,52.72],[-2.464,52.718],[-2.474,52.717],[-2.47,52.71],[-2.475,52.707],[-2.476,52.704],[-2.473,52.702],[-2.474,52.7],[-2.495,52.7],[-2.491,52.695],[-2.489,52.688],[-2.488,52.685],[-2.484,52.68],[-2.483,52.677],[-2.49,52.677],[-2.496,52.673],[-2.494,52.667],[-2.493,52.661],[-2.49,52.659],[-2.497,52.656],[-2.498,52.652],[-2.501,52.647],[-2.5,52.644],[-2.505,52.643],[-2.51,52.638],[-2.511,52.637],[-2.506,52.632],[-2.5,52.629],[-2.492,52.628],[-2.486,52.624],[-2.484,52.625],[-2.476,52.623],[-2.473,52.624],[-2.47,52.622],[-2.466,52.624],[-2.463,52.623],[-2.455,52.619],[-2.445,52.615],[-2.442,52.616],[-2.438,52.615],[-2.434,52.618],[-2.437,52.619],[-2.436,52.622],[-2.437,52.627],[-2.429,52.63],[-2.424,52.632],[-2.418,52.634],[-2.419,52.636],[-2.419,52.639],[-2.416,52.645]]]},"properties":{"PCON24NM":"Telford","PCON24CD":"E14001541"},"PCON24CD":478}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.913,52.044],[-1.917,52.042],[-1.922,52.036],[-1.927,52.037],[-1.931,52.03],[-1.94,52.032],[-1.946,52.032],[-1.95,52.035],[-1.951,52.038],[-1.963,52.036],[-1.984,52.036],[-1.996,52.027],[-1.998,52.03],[-2.007,52.024],[-2.017,52.02],[-2.024,52.017],[-2.022,52.016],[-2.029,52.013],[-2.03,52.01],[-2.038,52.01],[-2.037,52.006],[-2.038,52.005],[-2.045,52.004],[-2.05,52.004],[-2.049,52.007],[-2.057,52.01],[-2.059,52.009],[-2.06,52.015],[-2.064,52.014],[-2.071,52.012],[-2.085,52.011],[-2.094,52.012],[-2.098,52.013],[-2.113,52.015],[-2.118,52.014],[-2.121,52.011],[-2.123,52.011],[-2.127,52.007],[-2.132,52.006],[-2.132,52.003],[-2.136,52],[-2.139,52.001],[-2.144,52.004],[-2.151,52.007],[-2.15,52.011],[-2.146,52.014],[-2.142,52.02],[-2.141,52.025],[-2.139,52.028],[-2.136,52.029],[-2.129,52.03],[-2.118,52.033],[-2.116,52.036],[-2.118,52.042],[-2.126,52.043],[-2.134,52.046],[-2.142,52.046],[-2.149,52.047],[-2.155,52.049],[-2.158,52.05],[-2.162,52.051],[-2.173,52.047],[-2.177,52.045],[-2.18,52.042],[-2.181,52.035],[-2.178,52.027],[-2.177,52.022],[-2.183,52.02],[-2.188,52.019],[-2.184,52.014],[-2.172,52.008],[-2.165,52.004],[-2.164,52.001],[-2.164,51.997],[-2.166,51.995],[-2.172,51.995],[-2.175,51.996],[-2.177,51.995],[-2.175,51.988],[-2.176,51.985],[-2.178,51.983],[-2.185,51.98],[-2.19,51.977],[-2.194,51.969],[-2.197,51.966],[-2.202,51.963],[-2.209,51.961],[-2.212,51.957],[-2.214,51.952],[-2.217,51.951],[-2.224,51.951],[-2.227,51.948],[-2.227,51.943],[-2.229,51.939],[-2.224,51.935],[-2.222,51.933],[-2.225,51.931],[-2.23,51.93],[-2.237,51.927],[-2.245,51.926],[-2.251,51.923],[-2.254,51.923],[-2.261,51.924],[-2.264,51.924],[-2.27,51.918],[-2.271,51.915],[-2.269,51.908],[-2.267,51.905],[-2.263,51.9],[-2.259,51.89],[-2.256,51.887],[-2.252,51.886],[-2.251,51.883],[-2.26,51.88],[-2.262,51.878],[-2.26,51.876],[-2.252,51.878],[-2.246,51.881],[-2.24,51.883],[-2.241,51.876],[-2.233,51.875],[-2.229,51.873],[-2.225,51.87],[-2.227,51.866],[-2.231,51.862],[-2.223,51.859],[-2.217,51.863],[-2.209,51.867],[-2.198,51.872],[-2.187,51.876],[-2.187,51.877],[-2.193,51.879],[-2.198,51.88],[-2.203,51.884],[-2.193,51.885],[-2.192,51.889],[-2.195,51.89],[-2.193,51.893],[-2.193,51.897],[-2.199,51.897],[-2.2,51.898],[-2.193,51.899],[-2.187,51.899],[-2.182,51.898],[-2.171,51.901],[-2.178,51.909],[-2.175,51.91],[-2.171,51.913],[-2.168,51.914],[-2.166,51.916],[-2.158,51.914],[-2.157,51.913],[-2.145,51.911],[-2.144,51.909],[-2.141,51.91],[-2.141,51.904],[-2.139,51.901],[-2.137,51.9],[-2.133,51.905],[-2.128,51.902],[-2.125,51.905],[-2.122,51.905],[-2.116,51.91],[-2.11,51.909],[-2.103,51.911],[-2.099,51.914],[-2.088,51.907],[-2.086,51.909],[-2.089,51.91],[-2.084,51.915],[-2.08,51.916],[-2.072,51.914],[-2.064,51.914],[-2.061,51.913],[-2.056,51.912],[-2.054,51.91],[-2.05,51.911],[-2.047,51.91],[-2.048,51.908],[-2.041,51.907],[-2.038,51.906],[-2.03,51.904],[-2.025,51.902],[-2.01,51.903],[-2.01,51.906],[-2,51.904],[-1.998,51.907],[-1.996,51.912],[-1.994,51.915],[-1.985,51.91],[-1.976,51.906],[-1.964,51.904],[-1.961,51.903],[-1.953,51.903],[-1.953,51.905],[-1.946,51.905],[-1.94,51.905],[-1.939,51.907],[-1.93,51.905],[-1.927,51.903],[-1.928,51.899],[-1.927,51.896],[-1.922,51.894],[-1.912,51.888],[-1.906,51.888],[-1.902,51.887],[-1.9,51.889],[-1.897,51.891],[-1.896,51.894],[-1.882,51.894],[-1.883,51.892],[-1.875,51.89],[-1.873,51.89],[-1.872,51.893],[-1.862,51.89],[-1.859,51.892],[-1.854,51.893],[-1.857,51.897],[-1.862,51.897],[-1.873,51.897],[-1.88,51.898],[-1.877,51.901],[-1.872,51.903],[-1.868,51.908],[-1.877,51.909],[-1.888,51.912],[-1.887,51.917],[-1.89,51.918],[-1.892,51.92],[-1.891,51.922],[-1.887,51.926],[-1.898,51.93],[-1.916,51.934],[-1.918,51.936],[-1.923,51.935],[-1.924,51.939],[-1.927,51.945],[-1.928,51.95],[-1.93,51.953],[-1.932,51.957],[-1.927,51.961],[-1.923,51.963],[-1.917,51.963],[-1.913,51.969],[-1.909,51.968],[-1.904,51.969],[-1.901,51.967],[-1.903,51.962],[-1.897,51.96],[-1.89,51.961],[-1.882,51.965],[-1.88,51.964],[-1.874,51.966],[-1.876,51.968],[-1.875,51.972],[-1.873,51.976],[-1.868,51.981],[-1.872,51.982],[-1.883,51.984],[-1.878,51.989],[-1.869,51.994],[-1.865,51.995],[-1.857,51.991],[-1.846,51.988],[-1.842,51.988],[-1.832,51.988],[-1.825,51.989],[-1.821,51.987],[-1.812,51.988],[-1.808,51.994],[-1.802,51.997],[-1.805,51.999],[-1.807,52.003],[-1.818,52.001],[-1.821,52.003],[-1.826,52.005],[-1.839,52.007],[-1.844,52.008],[-1.851,52.008],[-1.864,52.014],[-1.862,52.017],[-1.867,52.018],[-1.874,52.024],[-1.885,52.03],[-1.896,52.036],[-1.903,52.039],[-1.909,52.043],[-1.913,52.044]]]},"properties":{"PCON24NM":"Tewkesbury","PCON24CD":"E14001542"},"PCON24CD":479}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.312,52.741],[-2.316,52.745],[-2.315,52.745],[-2.321,52.748],[-2.325,52.752],[-2.33,52.752],[-2.329,52.754],[-2.33,52.758],[-2.335,52.759],[-2.342,52.762],[-2.345,52.766],[-2.35,52.766],[-2.354,52.771],[-2.364,52.775],[-2.367,52.778],[-2.367,52.782],[-2.37,52.784],[-2.377,52.784],[-2.381,52.788],[-2.382,52.794],[-2.373,52.794],[-2.371,52.795],[-2.371,52.8],[-2.375,52.802],[-2.378,52.807],[-2.376,52.81],[-2.378,52.812],[-2.398,52.82],[-2.411,52.825],[-2.416,52.828],[-2.415,52.829],[-2.407,52.834],[-2.404,52.835],[-2.401,52.834],[-2.397,52.834],[-2.394,52.836],[-2.392,52.849],[-2.39,52.851],[-2.389,52.857],[-2.387,52.86],[-2.388,52.862],[-2.381,52.867],[-2.381,52.873],[-2.382,52.876],[-2.379,52.884],[-2.377,52.885],[-2.378,52.888],[-2.375,52.892],[-2.379,52.892],[-2.384,52.89],[-2.385,52.889],[-2.396,52.889],[-2.403,52.888],[-2.412,52.888],[-2.415,52.885],[-2.42,52.885],[-2.426,52.882],[-2.436,52.882],[-2.442,52.881],[-2.445,52.875],[-2.449,52.875],[-2.451,52.878],[-2.454,52.878],[-2.458,52.881],[-2.456,52.884],[-2.457,52.886],[-2.464,52.89],[-2.468,52.897],[-2.471,52.906],[-2.471,52.901],[-2.479,52.899],[-2.481,52.897],[-2.489,52.897],[-2.491,52.895],[-2.495,52.895],[-2.496,52.893],[-2.503,52.892],[-2.506,52.894],[-2.517,52.895],[-2.519,52.895],[-2.521,52.891],[-2.518,52.888],[-2.52,52.887],[-2.526,52.888],[-2.531,52.886],[-2.54,52.885],[-2.551,52.891],[-2.554,52.889],[-2.556,52.891],[-2.567,52.892],[-2.571,52.889],[-2.569,52.885],[-2.572,52.884],[-2.579,52.885],[-2.586,52.885],[-2.59,52.882],[-2.595,52.881],[-2.596,52.884],[-2.602,52.884],[-2.606,52.882],[-2.615,52.883],[-2.619,52.882],[-2.627,52.881],[-2.632,52.879],[-2.638,52.875],[-2.642,52.874],[-2.655,52.866],[-2.659,52.866],[-2.658,52.864],[-2.668,52.86],[-2.667,52.854],[-2.66,52.846],[-2.664,52.838],[-2.66,52.833],[-2.663,52.831],[-2.664,52.828],[-2.661,52.826],[-2.663,52.824],[-2.66,52.822],[-2.661,52.82],[-2.653,52.815],[-2.65,52.815],[-2.646,52.809],[-2.642,52.809],[-2.641,52.806],[-2.634,52.806],[-2.633,52.801],[-2.626,52.8],[-2.611,52.799],[-2.598,52.798],[-2.594,52.796],[-2.593,52.794],[-2.594,52.791],[-2.593,52.788],[-2.594,52.784],[-2.59,52.779],[-2.592,52.777],[-2.599,52.778],[-2.603,52.777],[-2.606,52.778],[-2.615,52.775],[-2.621,52.777],[-2.623,52.773],[-2.625,52.772],[-2.626,52.769],[-2.629,52.766],[-2.629,52.763],[-2.635,52.759],[-2.637,52.764],[-2.643,52.767],[-2.655,52.762],[-2.658,52.762],[-2.663,52.76],[-2.661,52.757],[-2.662,52.755],[-2.667,52.75],[-2.665,52.746],[-2.663,52.744],[-2.659,52.744],[-2.664,52.74],[-2.664,52.736],[-2.661,52.735],[-2.66,52.732],[-2.645,52.729],[-2.641,52.728],[-2.636,52.727],[-2.632,52.727],[-2.628,52.725],[-2.628,52.722],[-2.624,52.72],[-2.619,52.722],[-2.615,52.719],[-2.608,52.72],[-2.601,52.719],[-2.597,52.718],[-2.597,52.715],[-2.602,52.713],[-2.605,52.71],[-2.605,52.707],[-2.611,52.705],[-2.619,52.705],[-2.624,52.703],[-2.623,52.699],[-2.617,52.698],[-2.609,52.695],[-2.608,52.692],[-2.603,52.689],[-2.598,52.69],[-2.589,52.684],[-2.587,52.684],[-2.575,52.68],[-2.556,52.671],[-2.549,52.666],[-2.553,52.665],[-2.555,52.663],[-2.554,52.66],[-2.546,52.658],[-2.548,52.655],[-2.545,52.653],[-2.54,52.652],[-2.53,52.649],[-2.513,52.641],[-2.51,52.638],[-2.505,52.643],[-2.5,52.644],[-2.501,52.647],[-2.498,52.652],[-2.497,52.656],[-2.49,52.659],[-2.493,52.661],[-2.494,52.667],[-2.496,52.673],[-2.49,52.677],[-2.483,52.677],[-2.484,52.68],[-2.488,52.685],[-2.489,52.688],[-2.491,52.695],[-2.495,52.7],[-2.474,52.7],[-2.473,52.702],[-2.476,52.704],[-2.475,52.707],[-2.47,52.71],[-2.474,52.717],[-2.464,52.718],[-2.458,52.72],[-2.456,52.716],[-2.447,52.717],[-2.445,52.715],[-2.441,52.708],[-2.432,52.707],[-2.427,52.7],[-2.421,52.695],[-2.405,52.695],[-2.404,52.691],[-2.401,52.689],[-2.401,52.685],[-2.407,52.681],[-2.41,52.672],[-2.419,52.663],[-2.418,52.65],[-2.42,52.648],[-2.416,52.645],[-2.406,52.643],[-2.401,52.643],[-2.396,52.646],[-2.394,52.645],[-2.386,52.648],[-2.381,52.641],[-2.38,52.637],[-2.374,52.632],[-2.374,52.631],[-2.37,52.629],[-2.359,52.627],[-2.357,52.624],[-2.354,52.625],[-2.353,52.628],[-2.351,52.631],[-2.343,52.633],[-2.34,52.633],[-2.338,52.636],[-2.334,52.637],[-2.328,52.637],[-2.325,52.636],[-2.323,52.633],[-2.323,52.628],[-2.319,52.628],[-2.317,52.622],[-2.32,52.622],[-2.321,52.615],[-2.313,52.614],[-2.311,52.611],[-2.31,52.607],[-2.297,52.607],[-2.291,52.608],[-2.283,52.606],[-2.279,52.606],[-2.274,52.608],[-2.271,52.61],[-2.265,52.611],[-2.256,52.61],[-2.253,52.614],[-2.251,52.62],[-2.246,52.628],[-2.242,52.632],[-2.237,52.636],[-2.233,52.648],[-2.237,52.651],[-2.235,52.656],[-2.248,52.657],[-2.239,52.662],[-2.24,52.669],[-2.24,52.672],[-2.243,52.673],[-2.244,52.678],[-2.244,52.679],[-2.248,52.683],[-2.252,52.682],[-2.264,52.683],[-2.266,52.682],[-2.274,52.68],[-2.281,52.682],[-2.287,52.681],[-2.296,52.683],[-2.303,52.683],[-2.304,52.686],[-2.308,52.691],[-2.308,52.693],[-2.313,52.694],[-2.314,52.695],[-2.32,52.695],[-2.325,52.705],[-2.322,52.709],[-2.309,52.721],[-2.315,52.724],[-2.316,52.728],[-2.315,52.732],[-2.315,52.736],[-2.312,52.741]]]},"properties":{"PCON24NM":"The Wrekin","PCON24CD":"E14001543"},"PCON24CD":480}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.303,54.227],[-0.303,54.224],[-0.304,54.22],[-0.304,54.215],[-0.313,54.217],[-0.32,54.218],[-0.329,54.217],[-0.339,54.213],[-0.343,54.21],[-0.358,54.209],[-0.369,54.211],[-0.375,54.21],[-0.381,54.211],[-0.381,54.213],[-0.396,54.214],[-0.399,54.217],[-0.402,54.218],[-0.409,54.218],[-0.412,54.218],[-0.416,54.215],[-0.421,54.212],[-0.428,54.213],[-0.434,54.214],[-0.441,54.216],[-0.447,54.214],[-0.457,54.214],[-0.468,54.212],[-0.48,54.209],[-0.482,54.207],[-0.494,54.203],[-0.497,54.206],[-0.505,54.205],[-0.511,54.2],[-0.515,54.2],[-0.52,54.198],[-0.524,54.2],[-0.531,54.2],[-0.536,54.201],[-0.54,54.199],[-0.545,54.194],[-0.55,54.193],[-0.557,54.197],[-0.562,54.198],[-0.563,54.201],[-0.566,54.202],[-0.576,54.201],[-0.586,54.199],[-0.594,54.201],[-0.596,54.2],[-0.6,54.202],[-0.605,54.202],[-0.607,54.204],[-0.618,54.206],[-0.617,54.209],[-0.612,54.213],[-0.607,54.213],[-0.604,54.223],[-0.603,54.23],[-0.599,54.232],[-0.598,54.236],[-0.6,54.243],[-0.605,54.245],[-0.607,54.249],[-0.608,54.255],[-0.608,54.261],[-0.613,54.27],[-0.61,54.275],[-0.613,54.279],[-0.61,54.283],[-0.609,54.286],[-0.606,54.293],[-0.605,54.298],[-0.601,54.3],[-0.598,54.303],[-0.588,54.304],[-0.584,54.306],[-0.58,54.311],[-0.575,54.312],[-0.568,54.312],[-0.569,54.316],[-0.573,54.318],[-0.582,54.32],[-0.586,54.321],[-0.585,54.324],[-0.587,54.325],[-0.59,54.329],[-0.601,54.332],[-0.605,54.335],[-0.611,54.337],[-0.621,54.343],[-0.629,54.353],[-0.628,54.359],[-0.634,54.365],[-0.634,54.366],[-0.633,54.376],[-0.661,54.367],[-0.663,54.371],[-0.665,54.373],[-0.672,54.375],[-0.678,54.375],[-0.68,54.373],[-0.688,54.373],[-0.688,54.369],[-0.692,54.366],[-0.702,54.365],[-0.71,54.361],[-0.711,54.357],[-0.732,54.355],[-0.741,54.357],[-0.743,54.359],[-0.743,54.362],[-0.748,54.367],[-0.753,54.368],[-0.757,54.363],[-0.766,54.362],[-0.773,54.358],[-0.782,54.355],[-0.789,54.354],[-0.797,54.355],[-0.801,54.357],[-0.804,54.357],[-0.808,54.36],[-0.81,54.364],[-0.817,54.372],[-0.824,54.383],[-0.834,54.381],[-0.847,54.383],[-0.86,54.387],[-0.867,54.387],[-0.91,54.399],[-0.919,54.401],[-0.927,54.401],[-0.95,54.409],[-0.962,54.403],[-0.976,54.397],[-0.988,54.396],[-1.009,54.407],[-1.027,54.415],[-1.059,54.413],[-1.071,54.406],[-1.082,54.405],[-1.07,54.396],[-1.079,54.388],[-1.067,54.375],[-1.067,54.365],[-1.066,54.363],[-1.072,54.361],[-1.078,54.36],[-1.078,54.359],[-1.085,54.347],[-1.099,54.329],[-1.103,54.329],[-1.113,54.33],[-1.116,54.329],[-1.123,54.331],[-1.121,54.333],[-1.121,54.337],[-1.119,54.339],[-1.121,54.342],[-1.122,54.345],[-1.127,54.344],[-1.133,54.344],[-1.137,54.346],[-1.141,54.346],[-1.146,54.349],[-1.158,54.349],[-1.159,54.36],[-1.163,54.372],[-1.166,54.378],[-1.172,54.382],[-1.181,54.377],[-1.19,54.377],[-1.209,54.374],[-1.222,54.377],[-1.225,54.378],[-1.238,54.376],[-1.251,54.361],[-1.255,54.354],[-1.265,54.354],[-1.265,54.352],[-1.283,54.35],[-1.293,54.346],[-1.308,54.34],[-1.315,54.338],[-1.32,54.339],[-1.325,54.339],[-1.324,54.337],[-1.327,54.334],[-1.329,54.335],[-1.343,54.335],[-1.348,54.334],[-1.356,54.336],[-1.358,54.327],[-1.356,54.326],[-1.355,54.322],[-1.374,54.322],[-1.375,54.325],[-1.389,54.324],[-1.396,54.325],[-1.402,54.324],[-1.409,54.321],[-1.405,54.318],[-1.404,54.316],[-1.408,54.315],[-1.403,54.309],[-1.414,54.315],[-1.419,54.318],[-1.425,54.316],[-1.43,54.315],[-1.426,54.311],[-1.421,54.302],[-1.423,54.3],[-1.419,54.296],[-1.42,54.292],[-1.416,54.286],[-1.401,54.282],[-1.4,54.274],[-1.407,54.269],[-1.414,54.271],[-1.418,54.268],[-1.423,54.266],[-1.425,54.265],[-1.429,54.262],[-1.439,54.266],[-1.441,54.268],[-1.452,54.27],[-1.458,54.27],[-1.462,54.268],[-1.466,54.27],[-1.471,54.27],[-1.474,54.272],[-1.477,54.272],[-1.479,54.275],[-1.479,54.283],[-1.482,54.284],[-1.484,54.287],[-1.487,54.286],[-1.493,54.288],[-1.491,54.29],[-1.496,54.291],[-1.498,54.288],[-1.502,54.292],[-1.507,54.295],[-1.51,54.303],[-1.518,54.305],[-1.525,54.305],[-1.532,54.308],[-1.539,54.307],[-1.541,54.304],[-1.549,54.303],[-1.553,54.308],[-1.55,54.309],[-1.553,54.312],[-1.551,54.316],[-1.564,54.319],[-1.566,54.324],[-1.564,54.329],[-1.572,54.327],[-1.578,54.326],[-1.58,54.33],[-1.585,54.329],[-1.609,54.351],[-1.613,54.349],[-1.626,54.347],[-1.642,54.345],[-1.642,54.343],[-1.639,54.34],[-1.639,54.335],[-1.64,54.331],[-1.637,54.327],[-1.643,54.321],[-1.641,54.315],[-1.641,54.31],[-1.642,54.308],[-1.648,54.306],[-1.647,54.301],[-1.648,54.298],[-1.654,54.294],[-1.66,54.293],[-1.66,54.29],[-1.676,54.285],[-1.684,54.286],[-1.694,54.287],[-1.697,54.286],[-1.705,54.286],[-1.702,54.279],[-1.705,54.277],[-1.695,54.274],[-1.691,54.269],[-1.691,54.268],[-1.684,54.262],[-1.684,54.26],[-1.679,54.256],[-1.678,54.251],[-1.674,54.247],[-1.67,54.248],[-1.672,54.251],[-1.666,54.252],[-1.664,54.247],[-1.656,54.25],[-1.649,54.25],[-1.644,54.246],[-1.638,54.243],[-1.636,54.239],[-1.648,54.238],[-1.643,54.234],[-1.635,54.229],[-1.625,54.23],[-1.626,54.226],[-1.625,54.223],[-1.621,54.219],[-1.624,54.216],[-1.625,54.21],[-1.628,54.206],[-1.631,54.202],[-1.631,54.198],[-1.635,54.196],[-1.637,54.193],[-1.641,54.193],[-1.64,54.191],[-1.635,54.189],[-1.631,54.19],[-1.624,54.186],[-1.618,54.187],[-1.615,54.189],[-1.61,54.189],[-1.602,54.191],[-1.596,54.19],[-1.589,54.197],[-1.594,54.197],[-1.598,54.198],[-1.598,54.201],[-1.596,54.202],[-1.583,54.205],[-1.579,54.204],[-1.577,54.202],[-1.57,54.201],[-1.567,54.199],[-1.566,54.196],[-1.562,54.194],[-1.561,54.191],[-1.557,54.192],[-1.553,54.191],[-1.546,54.193],[-1.543,54.195],[-1.531,54.196],[-1.528,54.195],[-1.52,54.197],[-1.517,54.199],[-1.51,54.2],[-1.51,54.202],[-1.503,54.203],[-1.501,54.204],[-1.495,54.204],[-1.492,54.211],[-1.492,54.216],[-1.493,54.218],[-1.485,54.22],[-1.475,54.206],[-1.463,54.211],[-1.454,54.214],[-1.446,54.216],[-1.443,54.211],[-1.439,54.208],[-1.438,54.203],[-1.436,54.199],[-1.436,54.197],[-1.438,54.194],[-1.432,54.186],[-1.426,54.185],[-1.418,54.184],[-1.413,54.181],[-1.402,54.182],[-1.398,54.181],[-1.395,54.182],[-1.392,54.179],[-1.391,54.176],[-1.389,54.174],[-1.383,54.174],[-1.38,54.17],[-1.375,54.168],[-1.372,54.168],[-1.367,54.168],[-1.361,54.167],[-1.358,54.162],[-1.347,54.159],[-1.348,54.155],[-1.349,54.153],[-1.345,54.152],[-1.341,54.152],[-1.34,54.154],[-1.343,54.157],[-1.341,54.158],[-1.333,54.159],[-1.323,54.154],[-1.308,54.155],[-1.293,54.151],[-1.287,54.149],[-1.277,54.146],[-1.277,54.148],[-1.272,54.15],[-1.267,54.15],[-1.263,54.149],[-1.258,54.152],[-1.258,54.156],[-1.26,54.161],[-1.259,54.166],[-1.268,54.17],[-1.271,54.172],[-1.269,54.174],[-1.269,54.178],[-1.265,54.178],[-1.266,54.181],[-1.271,54.183],[-1.277,54.188],[-1.281,54.187],[-1.283,54.19],[-1.289,54.191],[-1.293,54.19],[-1.297,54.191],[-1.304,54.197],[-1.311,54.197],[-1.31,54.2],[-1.296,54.199],[-1.292,54.201],[-1.284,54.207],[-1.285,54.209],[-1.27,54.212],[-1.266,54.214],[-1.263,54.216],[-1.258,54.218],[-1.255,54.221],[-1.255,54.223],[-1.26,54.223],[-1.253,54.227],[-1.247,54.229],[-1.245,54.23],[-1.24,54.23],[-1.235,54.228],[-1.231,54.229],[-1.223,54.229],[-1.217,54.23],[-1.214,54.232],[-1.21,54.236],[-1.197,54.241],[-1.198,54.234],[-1.195,54.225],[-1.192,54.221],[-1.194,54.219],[-1.2,54.216],[-1.2,54.212],[-1.192,54.21],[-1.19,54.21],[-1.188,54.205],[-1.191,54.203],[-1.187,54.202],[-1.181,54.201],[-1.174,54.203],[-1.169,54.202],[-1.156,54.197],[-1.147,54.195],[-1.143,54.191],[-1.139,54.191],[-1.135,54.189],[-1.135,54.186],[-1.131,54.185],[-1.126,54.182],[-1.126,54.18],[-1.12,54.181],[-1.117,54.183],[-1.11,54.183],[-1.103,54.184],[-1.099,54.185],[-1.098,54.183],[-1.098,54.179],[-1.095,54.177],[-1.089,54.176],[-1.082,54.173],[-1.082,54.171],[-1.089,54.164],[-1.083,54.161],[-1.075,54.156],[-1.063,54.154],[-1.057,54.151],[-1.052,54.147],[-1.046,54.147],[-1.041,54.144],[-1.034,54.143],[-1.034,54.141],[-1.029,54.141],[-1.023,54.137],[-1.014,54.135],[-1.014,54.132],[-1.012,54.128],[-1.013,54.127],[-1.009,54.124],[-1.012,54.12],[-1.016,54.115],[-1.015,54.114],[-1.016,54.108],[-1.021,54.109],[-1.025,54.107],[-1.034,54.107],[-1.042,54.107],[-1.042,54.105],[-1.039,54.098],[-1.043,54.098],[-1.047,54.094],[-1.055,54.089],[-1.058,54.088],[-1.06,54.085],[-1.054,54.083],[-1.046,54.079],[-1.049,54.076],[-1.045,54.075],[-1.042,54.078],[-1.039,54.076],[-1.04,54.073],[-1.046,54.069],[-1.055,54.067],[-1.058,54.064],[-1.06,54.057],[-1.048,54.055],[-1.035,54.054],[-1.024,54.052],[-1.014,54.049],[-1.012,54.051],[-1.004,54.056],[-1,54.051],[-0.994,54.047],[-0.993,54.044],[-0.986,54.04],[-0.982,54.039],[-0.981,54.034],[-0.982,54.031],[-0.973,54.029],[-0.97,54.026],[-0.972,54.02],[-0.979,54.017],[-0.977,54.016],[-0.983,54.01],[-0.98,54.007],[-0.98,54.003],[-0.975,54.005],[-0.972,54.001],[-0.972,53.997],[-0.979,53.996],[-0.979,53.995],[-0.983,53.993],[-0.981,53.991],[-0.988,53.989],[-0.993,53.986],[-0.995,53.983],[-0.991,53.982],[-0.985,53.982],[-0.977,53.982],[-0.973,53.985],[-0.967,53.986],[-0.958,53.984],[-0.953,53.987],[-0.944,53.989],[-0.935,53.99],[-0.925,53.992],[-0.912,53.994],[-0.909,53.997],[-0.905,53.998],[-0.902,53.999],[-0.901,53.999],[-0.9,54],[-0.899,53.999],[-0.898,53.999],[-0.897,53.999],[-0.895,53.999],[-0.893,54],[-0.893,54.001],[-0.891,54.003],[-0.889,54.009],[-0.887,54.01],[-0.882,54.012],[-0.878,54.013],[-0.877,54.015],[-0.879,54.017],[-0.878,54.017],[-0.877,54.017],[-0.875,54.018],[-0.875,54.017],[-0.873,54.017],[-0.87,54.017],[-0.869,54.017],[-0.868,54.017],[-0.867,54.017],[-0.865,54.017],[-0.864,54.017],[-0.861,54.017],[-0.86,54.016],[-0.858,54.017],[-0.857,54.017],[-0.854,54.018],[-0.853,54.018],[-0.852,54.018],[-0.851,54.018],[-0.85,54.018],[-0.849,54.018],[-0.848,54.019],[-0.843,54.022],[-0.842,54.021],[-0.837,54.022],[-0.834,54.021],[-0.833,54.021],[-0.827,54.021],[-0.819,54.021],[-0.818,54.021],[-0.816,54.022],[-0.812,54.022],[-0.811,54.022],[-0.81,54.022],[-0.807,54.023],[-0.803,54.023],[-0.803,54.024],[-0.799,54.024],[-0.799,54.023],[-0.8,54.023],[-0.799,54.022],[-0.8,54.022],[-0.8,54.02],[-0.799,54.019],[-0.797,54.02],[-0.796,54.02],[-0.795,54.02],[-0.794,54.02],[-0.793,54.021],[-0.792,54.021],[-0.791,54.021],[-0.79,54.021],[-0.789,54.021],[-0.788,54.021],[-0.788,54.022],[-0.787,54.022],[-0.786,54.022],[-0.785,54.022],[-0.784,54.022],[-0.783,54.022],[-0.782,54.023],[-0.781,54.023],[-0.78,54.023],[-0.779,54.023],[-0.778,54.024],[-0.777,54.024],[-0.776,54.024],[-0.775,54.024],[-0.772,54.024],[-0.769,54.024],[-0.768,54.024],[-0.767,54.024],[-0.765,54.024],[-0.764,54.024],[-0.763,54.025],[-0.761,54.025],[-0.757,54.026],[-0.752,54.026],[-0.742,54.028],[-0.741,54.029],[-0.738,54.029],[-0.734,54.03],[-0.731,54.022],[-0.73,54.015],[-0.73,54.013],[-0.729,54.013],[-0.726,54.012],[-0.72,54.012],[-0.717,54.01],[-0.715,54.011],[-0.711,54.011],[-0.708,54.008],[-0.705,54.006],[-0.697,54.007],[-0.696,54.007],[-0.689,54.008],[-0.688,54.008],[-0.684,54.009],[-0.682,54.011],[-0.683,54.013],[-0.678,54.018],[-0.684,54.021],[-0.684,54.023],[-0.688,54.024],[-0.687,54.026],[-0.687,54.031],[-0.683,54.034],[-0.681,54.034],[-0.68,54.036],[-0.678,54.038],[-0.675,54.038],[-0.668,54.037],[-0.667,54.038],[-0.665,54.038],[-0.664,54.038],[-0.663,54.037],[-0.661,54.037],[-0.656,54.041],[-0.658,54.044],[-0.654,54.046],[-0.645,54.055],[-0.652,54.06],[-0.66,54.063],[-0.654,54.065],[-0.643,54.067],[-0.632,54.069],[-0.618,54.07],[-0.614,54.071],[-0.61,54.073],[-0.605,54.078],[-0.599,54.082],[-0.594,54.084],[-0.59,54.087],[-0.584,54.088],[-0.566,54.09],[-0.563,54.094],[-0.558,54.093],[-0.55,54.093],[-0.545,54.091],[-0.542,54.092],[-0.534,54.087],[-0.528,54.089],[-0.525,54.085],[-0.52,54.087],[-0.514,54.09],[-0.503,54.094],[-0.494,54.099],[-0.49,54.101],[-0.466,54.108],[-0.468,54.111],[-0.459,54.114],[-0.459,54.115],[-0.454,54.117],[-0.454,54.121],[-0.459,54.126],[-0.454,54.127],[-0.444,54.132],[-0.439,54.133],[-0.43,54.137],[-0.427,54.137],[-0.433,54.158],[-0.433,54.164],[-0.423,54.166],[-0.425,54.17],[-0.423,54.171],[-0.418,54.171],[-0.418,54.174],[-0.408,54.176],[-0.403,54.175],[-0.396,54.175],[-0.391,54.177],[-0.381,54.17],[-0.375,54.163],[-0.373,54.156],[-0.375,54.154],[-0.36,54.153],[-0.355,54.15],[-0.351,54.15],[-0.346,54.147],[-0.343,54.148],[-0.336,54.15],[-0.329,54.149],[-0.324,54.15],[-0.323,54.145],[-0.314,54.146],[-0.312,54.143],[-0.307,54.138],[-0.304,54.136],[-0.301,54.137],[-0.289,54.139],[-0.28,54.14],[-0.273,54.139],[-0.269,54.138],[-0.265,54.141],[-0.25,54.138],[-0.244,54.137],[-0.237,54.137],[-0.23,54.133],[-0.229,54.136],[-0.223,54.137],[-0.221,54.143],[-0.217,54.148],[-0.213,54.158],[-0.218,54.158],[-0.226,54.16],[-0.233,54.162],[-0.244,54.166],[-0.251,54.17],[-0.264,54.177],[-0.273,54.182],[-0.279,54.19],[-0.283,54.195],[-0.285,54.203],[-0.284,54.209],[-0.28,54.215],[-0.273,54.219],[-0.281,54.221],[-0.286,54.223],[-0.294,54.225],[-0.296,54.225],[-0.303,54.227]]]},"properties":{"PCON24NM":"Thirsk and Malton","PCON24CD":"E14001544"},"PCON24CD":481}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.388,51.637],[-2.386,51.64],[-2.39,51.641],[-2.395,51.639],[-2.397,51.64],[-2.395,51.642],[-2.398,51.646],[-2.401,51.645],[-2.405,51.641],[-2.41,51.642],[-2.415,51.645],[-2.417,51.643],[-2.421,51.645],[-2.427,51.647],[-2.432,51.647],[-2.432,51.649],[-2.44,51.651],[-2.442,51.652],[-2.446,51.649],[-2.45,51.65],[-2.455,51.652],[-2.46,51.653],[-2.466,51.651],[-2.469,51.648],[-2.473,51.647],[-2.482,51.646],[-2.487,51.645],[-2.49,51.646],[-2.486,51.648],[-2.492,51.65],[-2.493,51.652],[-2.491,51.654],[-2.493,51.658],[-2.491,51.664],[-2.496,51.664],[-2.506,51.666],[-2.534,51.676],[-2.535,51.677],[-2.546,51.672],[-2.553,51.669],[-2.558,51.666],[-2.566,51.658],[-2.569,51.655],[-2.574,51.649],[-2.576,51.642],[-2.579,51.638],[-2.579,51.635],[-2.584,51.629],[-2.591,51.623],[-2.599,51.618],[-2.605,51.614],[-2.614,51.61],[-2.625,51.606],[-2.628,51.606],[-2.63,51.601],[-2.633,51.598],[-2.636,51.594],[-2.643,51.587],[-2.653,51.579],[-2.658,51.575],[-2.664,51.573],[-2.667,51.563],[-2.667,51.557],[-2.669,51.553],[-2.671,51.548],[-2.674,51.544],[-2.664,51.537],[-2.666,51.534],[-2.665,51.531],[-2.657,51.526],[-2.651,51.521],[-2.654,51.518],[-2.654,51.514],[-2.645,51.512],[-2.639,51.512],[-2.631,51.514],[-2.641,51.517],[-2.641,51.518],[-2.613,51.528],[-2.6,51.531],[-2.595,51.532],[-2.591,51.535],[-2.586,51.54],[-2.583,51.542],[-2.564,51.549],[-2.552,51.551],[-2.548,51.546],[-2.539,51.537],[-2.539,51.539],[-2.533,51.54],[-2.526,51.536],[-2.523,51.536],[-2.52,51.535],[-2.509,51.54],[-2.496,51.535],[-2.493,51.532],[-2.489,51.531],[-2.491,51.527],[-2.487,51.525],[-2.49,51.521],[-2.496,51.518],[-2.495,51.513],[-2.49,51.511],[-2.49,51.506],[-2.483,51.506],[-2.477,51.505],[-2.46,51.501],[-2.457,51.497],[-2.459,51.493],[-2.467,51.489],[-2.47,51.487],[-2.474,51.48],[-2.477,51.476],[-2.48,51.473],[-2.478,51.468],[-2.475,51.466],[-2.469,51.465],[-2.468,51.462],[-2.462,51.458],[-2.463,51.454],[-2.462,51.452],[-2.458,51.451],[-2.456,51.452],[-2.452,51.45],[-2.443,51.45],[-2.444,51.445],[-2.443,51.443],[-2.437,51.444],[-2.427,51.442],[-2.421,51.439],[-2.414,51.44],[-2.407,51.437],[-2.403,51.439],[-2.404,51.435],[-2.403,51.432],[-2.399,51.432],[-2.386,51.432],[-2.38,51.434],[-2.377,51.433],[-2.368,51.437],[-2.361,51.437],[-2.358,51.436],[-2.352,51.439],[-2.347,51.439],[-2.342,51.439],[-2.336,51.437],[-2.332,51.438],[-2.325,51.437],[-2.322,51.433],[-2.314,51.429],[-2.314,51.423],[-2.31,51.423],[-2.307,51.425],[-2.304,51.425],[-2.299,51.429],[-2.295,51.429],[-2.289,51.446],[-2.288,51.455],[-2.285,51.458],[-2.293,51.458],[-2.296,51.459],[-2.295,51.467],[-2.29,51.479],[-2.291,51.485],[-2.297,51.488],[-2.304,51.486],[-2.312,51.488],[-2.314,51.49],[-2.319,51.495],[-2.322,51.498],[-2.312,51.503],[-2.306,51.504],[-2.296,51.507],[-2.296,51.51],[-2.287,51.513],[-2.281,51.516],[-2.273,51.518],[-2.264,51.519],[-2.256,51.522],[-2.255,51.526],[-2.252,51.527],[-2.254,51.529],[-2.258,51.528],[-2.26,51.53],[-2.26,51.534],[-2.266,51.536],[-2.262,51.542],[-2.262,51.545],[-2.264,51.546],[-2.268,51.55],[-2.267,51.551],[-2.268,51.556],[-2.266,51.565],[-2.264,51.568],[-2.26,51.57],[-2.269,51.572],[-2.274,51.572],[-2.273,51.578],[-2.277,51.58],[-2.279,51.578],[-2.283,51.579],[-2.281,51.581],[-2.285,51.583],[-2.283,51.585],[-2.294,51.589],[-2.29,51.591],[-2.29,51.593],[-2.294,51.595],[-2.301,51.592],[-2.308,51.593],[-2.317,51.59],[-2.32,51.594],[-2.33,51.592],[-2.331,51.595],[-2.335,51.594],[-2.339,51.594],[-2.344,51.595],[-2.348,51.597],[-2.353,51.597],[-2.355,51.6],[-2.358,51.602],[-2.366,51.604],[-2.367,51.601],[-2.371,51.598],[-2.375,51.598],[-2.381,51.596],[-2.386,51.597],[-2.395,51.597],[-2.396,51.6],[-2.394,51.603],[-2.395,51.606],[-2.394,51.61],[-2.39,51.612],[-2.392,51.614],[-2.389,51.618],[-2.389,51.624],[-2.391,51.629],[-2.394,51.631],[-2.401,51.635],[-2.398,51.636],[-2.392,51.636],[-2.388,51.637]]]},"properties":{"PCON24NM":"Thornbury and Yate","PCON24CD":"E14001545"},"PCON24CD":482}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.398,51.454],[0.398,51.458],[0.402,51.461],[0.4,51.464],[0.401,51.469],[0.4,51.471],[0.393,51.472],[0.39,51.471],[0.385,51.472],[0.385,51.474],[0.379,51.473],[0.362,51.478],[0.352,51.478],[0.352,51.48],[0.358,51.484],[0.359,51.489],[0.359,51.492],[0.355,51.499],[0.351,51.498],[0.343,51.497],[0.338,51.501],[0.337,51.503],[0.334,51.511],[0.332,51.51],[0.33,51.517],[0.334,51.523],[0.334,51.527],[0.336,51.531],[0.332,51.538],[0.322,51.536],[0.322,51.541],[0.311,51.539],[0.301,51.539],[0.297,51.538],[0.298,51.535],[0.282,51.534],[0.276,51.533],[0.272,51.533],[0.265,51.532],[0.265,51.525],[0.264,51.518],[0.254,51.518],[0.251,51.529],[0.246,51.527],[0.246,51.524],[0.243,51.524],[0.241,51.521],[0.244,51.52],[0.244,51.518],[0.237,51.519],[0.241,51.514],[0.24,51.513],[0.242,51.508],[0.24,51.507],[0.227,51.507],[0.226,51.506],[0.23,51.499],[0.225,51.498],[0.22,51.497],[0.214,51.496],[0.212,51.491],[0.211,51.49],[0.216,51.49],[0.228,51.485],[0.23,51.483],[0.247,51.473],[0.256,51.47],[0.266,51.466],[0.279,51.463],[0.281,51.461],[0.291,51.47],[0.298,51.472],[0.309,51.474],[0.316,51.474],[0.325,51.472],[0.334,51.464],[0.332,51.462],[0.335,51.457],[0.339,51.456],[0.341,51.452],[0.353,51.451],[0.366,51.451],[0.369,51.452],[0.374,51.452],[0.382,51.453],[0.394,51.453],[0.398,51.454]]]},"properties":{"PCON24NM":"Thurrock","PCON24CD":"E14001546"},"PCON24CD":483}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.011,52.569],[-2.017,52.569],[-2.027,52.565],[-2.025,52.563],[-2.038,52.558],[-2.04,52.555],[-2.051,52.551],[-2.061,52.547],[-2.063,52.549],[-2.069,52.547],[-2.07,52.55],[-2.074,52.55],[-2.078,52.557],[-2.081,52.556],[-2.082,52.553],[-2.085,52.553],[-2.09,52.55],[-2.09,52.549],[-2.097,52.546],[-2.104,52.546],[-2.108,52.544],[-2.104,52.542],[-2.095,52.541],[-2.093,52.538],[-2.088,52.537],[-2.086,52.532],[-2.078,52.532],[-2.079,52.529],[-2.08,52.524],[-2.076,52.524],[-2.07,52.521],[-2.063,52.514],[-2.06,52.517],[-2.054,52.521],[-2.048,52.524],[-2.033,52.519],[-2.027,52.521],[-2.022,52.524],[-2.022,52.53],[-2.016,52.529],[-2.01,52.529],[-2.002,52.531],[-2.001,52.525],[-1.993,52.524],[-1.99,52.529],[-1.995,52.531],[-1.987,52.535],[-1.985,52.54],[-1.984,52.545],[-1.982,52.548],[-1.977,52.553],[-1.975,52.556],[-1.989,52.563],[-2.002,52.566],[-2.011,52.569]]]},"properties":{"PCON24NM":"Tipton and Wednesbury","PCON24CD":"E14001547"},"PCON24CD":484}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.055,51.206],[-3.059,51.204],[-3.065,51.203],[-3.076,51.201],[-3.084,51.203],[-3.09,51.206],[-3.101,51.208],[-3.114,51.207],[-3.121,51.208],[-3.126,51.211],[-3.131,51.211],[-3.138,51.21],[-3.15,51.209],[-3.156,51.208],[-3.159,51.206],[-3.164,51.203],[-3.173,51.202],[-3.18,51.2],[-3.19,51.203],[-3.202,51.201],[-3.207,51.2],[-3.216,51.194],[-3.222,51.193],[-3.226,51.193],[-3.233,51.191],[-3.237,51.191],[-3.244,51.189],[-3.25,51.187],[-3.257,51.188],[-3.262,51.186],[-3.269,51.182],[-3.276,51.18],[-3.282,51.18],[-3.286,51.182],[-3.294,51.183],[-3.298,51.182],[-3.308,51.18],[-3.312,51.179],[-3.319,51.18],[-3.32,51.182],[-3.336,51.183],[-3.346,51.181],[-3.353,51.182],[-3.365,51.184],[-3.374,51.185],[-3.384,51.183],[-3.393,51.183],[-3.404,51.183],[-3.412,51.184],[-3.415,51.186],[-3.418,51.188],[-3.423,51.19],[-3.433,51.196],[-3.436,51.199],[-3.437,51.202],[-3.442,51.207],[-3.448,51.209],[-3.454,51.209],[-3.468,51.208],[-3.473,51.209],[-3.474,51.213],[-3.479,51.217],[-3.484,51.219],[-3.49,51.22],[-3.493,51.223],[-3.498,51.224],[-3.503,51.223],[-3.508,51.224],[-3.513,51.226],[-3.518,51.226],[-3.529,51.229],[-3.534,51.231],[-3.543,51.232],[-3.548,51.232],[-3.555,51.233],[-3.564,51.231],[-3.575,51.232],[-3.579,51.231],[-3.587,51.225],[-3.592,51.223],[-3.602,51.22],[-3.611,51.22],[-3.617,51.217],[-3.622,51.217],[-3.624,51.218],[-3.631,51.223],[-3.634,51.224],[-3.641,51.223],[-3.646,51.224],[-3.655,51.224],[-3.672,51.227],[-3.687,51.228],[-3.694,51.229],[-3.698,51.231],[-3.704,51.231],[-3.709,51.232],[-3.718,51.232],[-3.721,51.233],[-3.723,51.23],[-3.727,51.229],[-3.727,51.226],[-3.733,51.223],[-3.729,51.219],[-3.729,51.217],[-3.732,51.215],[-3.728,51.208],[-3.728,51.204],[-3.726,51.2],[-3.729,51.195],[-3.732,51.193],[-3.732,51.191],[-3.726,51.187],[-3.724,51.181],[-3.726,51.179],[-3.732,51.177],[-3.739,51.177],[-3.746,51.176],[-3.751,51.177],[-3.758,51.177],[-3.782,51.172],[-3.788,51.172],[-3.793,51.173],[-3.795,51.174],[-3.806,51.178],[-3.812,51.178],[-3.818,51.179],[-3.824,51.176],[-3.833,51.178],[-3.839,51.177],[-3.839,51.175],[-3.837,51.167],[-3.836,51.165],[-3.835,51.154],[-3.832,51.151],[-3.834,51.145],[-3.834,51.138],[-3.831,51.135],[-3.825,51.131],[-3.822,51.126],[-3.814,51.121],[-3.807,51.118],[-3.804,51.116],[-3.797,51.114],[-3.791,51.111],[-3.777,51.107],[-3.768,51.106],[-3.757,51.1],[-3.75,51.095],[-3.739,51.089],[-3.731,51.087],[-3.722,51.083],[-3.72,51.081],[-3.715,51.08],[-3.709,51.081],[-3.692,51.081],[-3.689,51.078],[-3.687,51.076],[-3.682,51.073],[-3.676,51.073],[-3.673,51.071],[-3.665,51.07],[-3.664,51.067],[-3.65,51.064],[-3.652,51.06],[-3.645,51.058],[-3.642,51.059],[-3.635,51.056],[-3.631,51.06],[-3.624,51.061],[-3.619,51.06],[-3.612,51.056],[-3.61,51.058],[-3.605,51.058],[-3.601,51.055],[-3.596,51.056],[-3.597,51.054],[-3.6,51.052],[-3.6,51.047],[-3.598,51.043],[-3.598,51.037],[-3.602,51.033],[-3.603,51.029],[-3.61,51.025],[-3.612,51.019],[-3.615,51.015],[-3.615,51.013],[-3.61,51.01],[-3.61,51.008],[-3.603,51.007],[-3.607,51.004],[-3.602,51],[-3.599,50.996],[-3.6,50.992],[-3.606,50.99],[-3.608,50.993],[-3.605,50.995],[-3.612,50.995],[-3.614,50.998],[-3.62,51.001],[-3.623,51.005],[-3.629,51.006],[-3.629,51],[-3.627,50.994],[-3.629,50.989],[-3.623,50.983],[-3.62,50.979],[-3.62,50.969],[-3.615,50.968],[-3.611,50.969],[-3.604,50.968],[-3.602,50.969],[-3.598,50.967],[-3.601,50.963],[-3.601,50.955],[-3.598,50.955],[-3.598,50.95],[-3.596,50.945],[-3.598,50.942],[-3.603,50.937],[-3.608,50.933],[-3.613,50.927],[-3.621,50.922],[-3.624,50.922],[-3.623,50.914],[-3.616,50.914],[-3.608,50.913],[-3.603,50.915],[-3.599,50.914],[-3.597,50.912],[-3.597,50.909],[-3.592,50.907],[-3.591,50.905],[-3.58,50.904],[-3.572,50.901],[-3.569,50.898],[-3.565,50.898],[-3.56,50.895],[-3.551,50.893],[-3.549,50.89],[-3.545,50.888],[-3.542,50.885],[-3.539,50.88],[-3.538,50.876],[-3.533,50.873],[-3.527,50.872],[-3.524,50.869],[-3.524,50.866],[-3.521,50.863],[-3.517,50.862],[-3.516,50.859],[-3.511,50.858],[-3.51,50.86],[-3.505,50.861],[-3.498,50.864],[-3.496,50.868],[-3.487,50.868],[-3.484,50.87],[-3.477,50.871],[-3.473,50.873],[-3.465,50.872],[-3.455,50.872],[-3.448,50.873],[-3.431,50.871],[-3.429,50.871],[-3.421,50.871],[-3.418,50.872],[-3.41,50.872],[-3.402,50.873],[-3.394,50.872],[-3.388,50.871],[-3.383,50.872],[-3.375,50.874],[-3.369,50.88],[-3.364,50.881],[-3.362,50.879],[-3.362,50.875],[-3.357,50.877],[-3.34,50.878],[-3.331,50.878],[-3.331,50.88],[-3.325,50.88],[-3.324,50.884],[-3.313,50.887],[-3.31,50.885],[-3.308,50.887],[-3.298,50.888],[-3.286,50.887],[-3.283,50.888],[-3.282,50.886],[-3.284,50.883],[-3.284,50.878],[-3.279,50.868],[-3.277,50.868],[-3.271,50.869],[-3.265,50.872],[-3.259,50.877],[-3.254,50.879],[-3.252,50.884],[-3.248,50.887],[-3.244,50.889],[-3.239,50.89],[-3.232,50.895],[-3.227,50.895],[-3.218,50.893],[-3.219,50.888],[-3.218,50.885],[-3.214,50.881],[-3.209,50.877],[-3.198,50.877],[-3.192,50.879],[-3.182,50.876],[-3.179,50.878],[-3.176,50.877],[-3.171,50.879],[-3.164,50.882],[-3.165,50.884],[-3.155,50.886],[-3.148,50.887],[-3.142,50.889],[-3.144,50.891],[-3.148,50.892],[-3.153,50.894],[-3.154,50.898],[-3.156,50.9],[-3.159,50.901],[-3.17,50.9],[-3.172,50.903],[-3.171,50.907],[-3.188,50.91],[-3.186,50.913],[-3.179,50.92],[-3.18,50.922],[-3.172,50.926],[-3.173,50.93],[-3.172,50.936],[-3.17,50.94],[-3.164,50.946],[-3.166,50.948],[-3.172,50.947],[-3.185,50.949],[-3.189,50.949],[-3.199,50.947],[-3.218,50.943],[-3.233,50.944],[-3.241,50.943],[-3.244,50.943],[-3.255,50.942],[-3.256,50.943],[-3.262,50.944],[-3.264,50.947],[-3.272,50.949],[-3.283,50.953],[-3.29,50.955],[-3.294,50.955],[-3.302,50.961],[-3.3,50.962],[-3.305,50.965],[-3.3,50.966],[-3.298,50.969],[-3.3,50.97],[-3.297,50.977],[-3.293,50.979],[-3.298,50.982],[-3.297,50.983],[-3.292,50.981],[-3.288,50.985],[-3.288,50.988],[-3.285,50.989],[-3.279,50.986],[-3.273,50.985],[-3.275,50.98],[-3.274,50.978],[-3.266,50.983],[-3.256,50.987],[-3.252,50.986],[-3.25,50.988],[-3.246,50.99],[-3.24,50.991],[-3.238,50.99],[-3.234,50.99],[-3.227,50.99],[-3.218,50.988],[-3.216,50.989],[-3.209,50.991],[-3.202,50.994],[-3.196,50.999],[-3.193,51],[-3.197,51.004],[-3.199,51.012],[-3.198,51.014],[-3.191,51.014],[-3.186,51.013],[-3.175,51.011],[-3.171,51.012],[-3.171,51.015],[-3.167,51.016],[-3.165,51.019],[-3.167,51.022],[-3.173,51.022],[-3.182,51.024],[-3.187,51.025],[-3.185,51.027],[-3.187,51.029],[-3.185,51.033],[-3.18,51.035],[-3.177,51.036],[-3.169,51.034],[-3.166,51.035],[-3.165,51.038],[-3.161,51.042],[-3.159,51.047],[-3.163,51.051],[-3.159,51.053],[-3.158,51.056],[-3.15,51.058],[-3.148,51.061],[-3.144,51.063],[-3.146,51.065],[-3.144,51.068],[-3.14,51.069],[-3.137,51.072],[-3.146,51.079],[-3.148,51.082],[-3.153,51.085],[-3.15,51.089],[-3.157,51.09],[-3.156,51.091],[-3.151,51.093],[-3.154,51.095],[-3.15,51.098],[-3.142,51.099],[-3.14,51.101],[-3.143,51.106],[-3.142,51.109],[-3.148,51.107],[-3.151,51.106],[-3.154,51.109],[-3.158,51.108],[-3.161,51.105],[-3.168,51.104],[-3.169,51.108],[-3.174,51.107],[-3.181,51.109],[-3.186,51.112],[-3.194,51.113],[-3.194,51.115],[-3.198,51.119],[-3.205,51.123],[-3.208,51.126],[-3.216,51.129],[-3.216,51.133],[-3.213,51.136],[-3.205,51.142],[-3.194,51.143],[-3.187,51.147],[-3.18,51.146],[-3.177,51.147],[-3.173,51.153],[-3.166,51.153],[-3.163,51.154],[-3.161,51.158],[-3.157,51.163],[-3.153,51.162],[-3.144,51.163],[-3.141,51.162],[-3.133,51.164],[-3.134,51.166],[-3.132,51.168],[-3.123,51.17],[-3.114,51.17],[-3.113,51.171],[-3.117,51.175],[-3.112,51.177],[-3.106,51.178],[-3.107,51.183],[-3.097,51.185],[-3.098,51.188],[-3.096,51.19],[-3.089,51.191],[-3.084,51.195],[-3.079,51.197],[-3.07,51.195],[-3.067,51.194],[-3.059,51.199],[-3.057,51.202],[-3.052,51.203],[-3.055,51.206]]]},"properties":{"PCON24NM":"Tiverton and Minehead","PCON24CD":"E14001548"},"PCON24CD":485}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.337,51.387],[0.332,51.387],[0.297,51.397],[0.297,51.394],[0.299,51.394],[0.299,51.39],[0.3,51.389],[0.297,51.385],[0.3,51.38],[0.296,51.378],[0.291,51.372],[0.283,51.37],[0.284,51.368],[0.282,51.364],[0.284,51.361],[0.282,51.36],[0.284,51.356],[0.284,51.351],[0.28,51.348],[0.277,51.341],[0.275,51.34],[0.278,51.338],[0.281,51.336],[0.288,51.336],[0.285,51.331],[0.284,51.325],[0.277,51.319],[0.272,51.317],[0.265,51.314],[0.266,51.312],[0.263,51.306],[0.265,51.302],[0.265,51.297],[0.258,51.297],[0.261,51.291],[0.261,51.289],[0.259,51.286],[0.258,51.281],[0.255,51.276],[0.26,51.272],[0.261,51.27],[0.265,51.268],[0.265,51.26],[0.264,51.256],[0.253,51.255],[0.247,51.255],[0.246,51.252],[0.25,51.248],[0.25,51.245],[0.248,51.243],[0.247,51.238],[0.242,51.237],[0.231,51.232],[0.228,51.235],[0.224,51.241],[0.225,51.243],[0.223,51.245],[0.219,51.243],[0.214,51.239],[0.208,51.236],[0.201,51.234],[0.197,51.234],[0.199,51.228],[0.188,51.218],[0.174,51.22],[0.172,51.225],[0.163,51.224],[0.151,51.224],[0.146,51.223],[0.142,51.221],[0.136,51.223],[0.132,51.225],[0.129,51.228],[0.127,51.229],[0.124,51.227],[0.119,51.226],[0.119,51.224],[0.113,51.223],[0.105,51.222],[0.099,51.224],[0.096,51.226],[0.092,51.227],[0.089,51.226],[0.09,51.221],[0.085,51.223],[0.082,51.221],[0.071,51.22],[0.068,51.221],[0.059,51.223],[0.051,51.223],[0.043,51.225],[0.043,51.22],[0.041,51.217],[0.036,51.217],[0.034,51.214],[0.034,51.211],[0.037,51.207],[0.036,51.204],[0.039,51.201],[0.039,51.198],[0.044,51.192],[0.048,51.191],[0.045,51.189],[0.047,51.186],[0.05,51.185],[0.053,51.18],[0.052,51.178],[0.047,51.174],[0.046,51.169],[0.047,51.162],[0.049,51.159],[0.051,51.157],[0.051,51.152],[0.055,51.15],[0.054,51.148],[0.05,51.143],[0.056,51.142],[0.059,51.141],[0.062,51.142],[0.071,51.14],[0.078,51.14],[0.084,51.142],[0.091,51.141],[0.098,51.142],[0.103,51.143],[0.105,51.144],[0.11,51.144],[0.122,51.147],[0.129,51.147],[0.139,51.147],[0.145,51.143],[0.152,51.143],[0.156,51.141],[0.16,51.141],[0.161,51.137],[0.164,51.133],[0.168,51.132],[0.176,51.134],[0.18,51.132],[0.183,51.135],[0.187,51.136],[0.189,51.139],[0.193,51.14],[0.194,51.143],[0.196,51.146],[0.2,51.146],[0.206,51.151],[0.212,51.152],[0.215,51.154],[0.211,51.156],[0.209,51.159],[0.205,51.161],[0.201,51.16],[0.196,51.165],[0.191,51.168],[0.191,51.171],[0.198,51.175],[0.2,51.173],[0.205,51.173],[0.207,51.175],[0.212,51.175],[0.218,51.178],[0.219,51.18],[0.227,51.184],[0.234,51.185],[0.24,51.181],[0.244,51.182],[0.254,51.179],[0.259,51.18],[0.266,51.18],[0.277,51.175],[0.284,51.178],[0.283,51.179],[0.288,51.184],[0.29,51.183],[0.294,51.189],[0.298,51.192],[0.298,51.195],[0.3,51.197],[0.306,51.197],[0.309,51.2],[0.317,51.198],[0.32,51.2],[0.326,51.199],[0.329,51.199],[0.334,51.197],[0.333,51.196],[0.338,51.193],[0.342,51.193],[0.352,51.196],[0.36,51.195],[0.363,51.194],[0.368,51.195],[0.367,51.2],[0.371,51.201],[0.373,51.2],[0.381,51.198],[0.384,51.198],[0.385,51.2],[0.389,51.202],[0.392,51.2],[0.4,51.199],[0.401,51.2],[0.404,51.207],[0.404,51.211],[0.406,51.217],[0.409,51.222],[0.402,51.222],[0.399,51.223],[0.399,51.226],[0.394,51.226],[0.391,51.228],[0.383,51.231],[0.38,51.231],[0.379,51.235],[0.383,51.237],[0.384,51.238],[0.388,51.239],[0.394,51.241],[0.398,51.246],[0.407,51.252],[0.417,51.251],[0.422,51.249],[0.431,51.249],[0.429,51.252],[0.433,51.258],[0.433,51.262],[0.432,51.265],[0.432,51.268],[0.422,51.269],[0.42,51.267],[0.408,51.268],[0.398,51.266],[0.393,51.264],[0.389,51.267],[0.391,51.269],[0.384,51.272],[0.388,51.275],[0.384,51.28],[0.389,51.284],[0.393,51.288],[0.39,51.29],[0.395,51.293],[0.394,51.296],[0.395,51.3],[0.401,51.299],[0.405,51.301],[0.399,51.302],[0.4,51.305],[0.398,51.309],[0.401,51.311],[0.41,51.312],[0.416,51.311],[0.425,51.309],[0.428,51.313],[0.431,51.316],[0.432,51.32],[0.429,51.321],[0.43,51.325],[0.427,51.325],[0.425,51.326],[0.417,51.328],[0.41,51.331],[0.41,51.334],[0.407,51.338],[0.397,51.338],[0.393,51.339],[0.39,51.342],[0.389,51.339],[0.381,51.339],[0.377,51.336],[0.384,51.336],[0.381,51.33],[0.378,51.329],[0.366,51.328],[0.363,51.33],[0.361,51.329],[0.355,51.328],[0.352,51.327],[0.341,51.325],[0.342,51.329],[0.344,51.333],[0.345,51.339],[0.341,51.34],[0.341,51.344],[0.342,51.348],[0.342,51.355],[0.34,51.356],[0.337,51.36],[0.336,51.361],[0.335,51.365],[0.337,51.37],[0.333,51.368],[0.331,51.371],[0.334,51.383],[0.337,51.387]]]},"properties":{"PCON24NM":"Tonbridge","PCON24CD":"E14001549"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.144,51.442],[-0.153,51.443],[-0.152,51.445],[-0.156,51.451],[-0.163,51.448],[-0.165,51.447],[-0.171,51.455],[-0.173,51.459],[-0.182,51.458],[-0.186,51.458],[-0.183,51.454],[-0.19,51.451],[-0.193,51.448],[-0.193,51.444],[-0.19,51.441],[-0.19,51.44],[-0.189,51.439],[-0.191,51.434],[-0.191,51.433],[-0.19,51.432],[-0.188,51.432],[-0.187,51.433],[-0.186,51.433],[-0.185,51.433],[-0.184,51.431],[-0.184,51.427],[-0.184,51.426],[-0.181,51.425],[-0.179,51.424],[-0.174,51.423],[-0.173,51.423],[-0.171,51.422],[-0.17,51.422],[-0.168,51.421],[-0.167,51.421],[-0.165,51.42],[-0.163,51.42],[-0.162,51.42],[-0.161,51.421],[-0.159,51.422],[-0.156,51.421],[-0.147,51.419],[-0.146,51.418],[-0.143,51.418],[-0.142,51.419],[-0.14,51.419],[-0.138,51.421],[-0.139,51.424],[-0.138,51.431],[-0.135,51.43],[-0.136,51.434],[-0.14,51.437],[-0.137,51.439],[-0.136,51.442],[-0.144,51.442]]]},"properties":{"PCON24NM":"Tooting","PCON24CD":"E14001550"},"PCON24CD":487}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.509,50.517],[-3.514,50.517],[-3.521,50.518],[-3.52,50.511],[-3.529,50.507],[-3.53,50.505],[-3.537,50.506],[-3.539,50.504],[-3.544,50.497],[-3.552,50.495],[-3.56,50.495],[-3.562,50.493],[-3.562,50.488],[-3.565,50.487],[-3.57,50.49],[-3.571,50.488],[-3.574,50.488],[-3.577,50.483],[-3.584,50.478],[-3.583,50.469],[-3.587,50.465],[-3.59,50.463],[-3.587,50.452],[-3.589,50.451],[-3.584,50.447],[-3.581,50.442],[-3.579,50.44],[-3.582,50.439],[-3.583,50.436],[-3.588,50.434],[-3.59,50.43],[-3.588,50.426],[-3.588,50.422],[-3.581,50.417],[-3.578,50.415],[-3.574,50.416],[-3.569,50.412],[-3.56,50.414],[-3.557,50.416],[-3.556,50.419],[-3.559,50.421],[-3.56,50.426],[-3.558,50.428],[-3.553,50.429],[-3.553,50.431],[-3.557,50.432],[-3.559,50.435],[-3.557,50.443],[-3.554,50.447],[-3.552,50.451],[-3.549,50.452],[-3.545,50.452],[-3.545,50.456],[-3.54,50.461],[-3.534,50.463],[-3.53,50.461],[-3.526,50.46],[-3.519,50.454],[-3.516,50.454],[-3.511,50.455],[-3.51,50.457],[-3.504,50.46],[-3.494,50.459],[-3.491,50.458],[-3.488,50.461],[-3.483,50.46],[-3.482,50.463],[-3.487,50.463],[-3.491,50.466],[-3.49,50.469],[-3.499,50.471],[-3.502,50.473],[-3.501,50.475],[-3.505,50.479],[-3.512,50.48],[-3.515,50.482],[-3.515,50.489],[-3.513,50.495],[-3.515,50.496],[-3.513,50.499],[-3.513,50.507],[-3.51,50.512],[-3.509,50.517]]]},"properties":{"PCON24NM":"Torbay","PCON24CD":"E14001551"},"PCON24CD":488}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.151,50.465],[-4.15,50.47],[-4.144,50.475],[-4.144,50.477],[-4.147,50.478],[-4.149,50.48],[-4.153,50.482],[-4.156,50.483],[-4.16,50.485],[-4.16,50.487],[-4.15,50.487],[-4.148,50.488],[-4.148,50.493],[-4.153,50.495],[-4.159,50.493],[-4.158,50.496],[-4.16,50.498],[-4.158,50.5],[-4.153,50.502],[-4.153,50.505],[-4.157,50.507],[-4.155,50.509],[-4.149,50.509],[-4.144,50.511],[-4.137,50.512],[-4.133,50.515],[-4.134,50.517],[-4.132,50.519],[-4.125,50.515],[-4.12,50.514],[-4.118,50.515],[-4.117,50.518],[-4.111,50.521],[-4.107,50.52],[-4.102,50.521],[-4.096,50.525],[-4.092,50.523],[-4.094,50.521],[-4.092,50.517],[-4.087,50.515],[-4.081,50.514],[-4.079,50.515],[-4.071,50.517],[-4.065,50.521],[-4.063,50.522],[-4.058,50.53],[-4.055,50.532],[-4.057,50.536],[-4.055,50.54],[-4.056,50.544],[-4.054,50.548],[-4.039,50.552],[-4.036,50.552],[-4.033,50.55],[-4.029,50.546],[-4.028,50.543],[-4.024,50.539],[-4.018,50.541],[-4.007,50.54],[-4.003,50.542],[-3.996,50.544],[-3.981,50.534],[-3.969,50.513],[-3.976,50.5],[-3.964,50.496],[-3.959,50.5],[-3.955,50.5],[-3.952,50.499],[-3.946,50.498],[-3.948,50.493],[-3.949,50.489],[-3.946,50.489],[-3.939,50.484],[-3.933,50.482],[-3.928,50.481],[-3.924,50.479],[-3.92,50.482],[-3.915,50.482],[-3.906,50.477],[-3.904,50.477],[-3.899,50.473],[-3.898,50.475],[-3.888,50.48],[-3.884,50.48],[-3.88,50.487],[-3.883,50.493],[-3.884,50.502],[-3.891,50.506],[-3.893,50.514],[-3.891,50.52],[-3.891,50.524],[-3.886,50.525],[-3.884,50.531],[-3.888,50.533],[-3.887,50.536],[-3.88,50.542],[-3.876,50.543],[-3.875,50.545],[-3.877,50.553],[-3.874,50.554],[-3.874,50.556],[-3.876,50.559],[-3.874,50.562],[-3.875,50.564],[-3.872,50.567],[-3.87,50.571],[-3.874,50.575],[-3.877,50.575],[-3.877,50.579],[-3.881,50.584],[-3.879,50.586],[-3.881,50.588],[-3.881,50.593],[-3.883,50.597],[-3.879,50.599],[-3.877,50.606],[-3.873,50.613],[-3.873,50.614],[-3.879,50.616],[-3.882,50.638],[-3.885,50.64],[-3.891,50.645],[-3.9,50.647],[-3.895,50.653],[-3.897,50.655],[-3.908,50.653],[-3.922,50.655],[-3.931,50.656],[-3.937,50.66],[-3.941,50.665],[-3.944,50.672],[-3.942,50.685],[-3.936,50.689],[-3.948,50.693],[-3.959,50.702],[-3.966,50.707],[-3.973,50.706],[-3.976,50.703],[-3.988,50.7],[-3.994,50.692],[-4.001,50.685],[-4.008,50.679],[-4.019,50.674],[-4.021,50.676],[-4.028,50.68],[-4.04,50.69],[-4.043,50.694],[-4.046,50.695],[-4.051,50.692],[-4.053,50.691],[-4.062,50.687],[-4.06,50.691],[-4.056,50.696],[-4.054,50.699],[-4.05,50.703],[-4.057,50.71],[-4.054,50.718],[-4.048,50.727],[-4.044,50.73],[-4.051,50.731],[-4.061,50.73],[-4.071,50.728],[-4.075,50.728],[-4.081,50.727],[-4.086,50.732],[-4.087,50.735],[-4.09,50.738],[-4.094,50.74],[-4.097,50.744],[-4.103,50.746],[-4.105,50.748],[-4.113,50.754],[-4.115,50.757],[-4.118,50.755],[-4.124,50.749],[-4.131,50.748],[-4.134,50.749],[-4.141,50.747],[-4.154,50.745],[-4.152,50.748],[-4.154,50.751],[-4.158,50.755],[-4.156,50.758],[-4.157,50.761],[-4.159,50.765],[-4.163,50.772],[-4.168,50.771],[-4.176,50.774],[-4.184,50.784],[-4.177,50.786],[-4.166,50.787],[-4.169,50.792],[-4.18,50.791],[-4.184,50.789],[-4.191,50.789],[-4.187,50.794],[-4.182,50.796],[-4.174,50.798],[-4.173,50.799],[-4.176,50.802],[-4.174,50.805],[-4.177,50.807],[-4.171,50.811],[-4.158,50.815],[-4.16,50.82],[-4.158,50.823],[-4.164,50.83],[-4.155,50.83],[-4.151,50.831],[-4.147,50.831],[-4.14,50.832],[-4.138,50.835],[-4.14,50.838],[-4.138,50.84],[-4.135,50.839],[-4.133,50.841],[-4.13,50.842],[-4.128,50.844],[-4.121,50.842],[-4.118,50.838],[-4.11,50.838],[-4.106,50.836],[-4.103,50.836],[-4.103,50.843],[-4.105,50.846],[-4.101,50.847],[-4.103,50.85],[-4.095,50.852],[-4.085,50.858],[-4.089,50.862],[-4.09,50.867],[-4.079,50.872],[-4.077,50.872],[-4.069,50.875],[-4.066,50.87],[-4.061,50.871],[-4.057,50.871],[-4.054,50.867],[-4.053,50.864],[-4.047,50.864],[-4.046,50.865],[-4.04,50.869],[-4.041,50.863],[-4.039,50.86],[-4.036,50.859],[-4.032,50.86],[-4.024,50.86],[-4.023,50.866],[-4.011,50.865],[-4.006,50.867],[-3.995,50.869],[-3.995,50.865],[-3.998,50.862],[-3.995,50.86],[-3.995,50.856],[-3.997,50.855],[-3.995,50.852],[-3.992,50.852],[-3.989,50.85],[-3.986,50.851],[-3.976,50.856],[-3.972,50.857],[-3.967,50.855],[-3.959,50.855],[-3.962,50.85],[-3.954,50.844],[-3.95,50.842],[-3.943,50.837],[-3.943,50.833],[-3.939,50.829],[-3.938,50.826],[-3.93,50.828],[-3.925,50.827],[-3.921,50.828],[-3.918,50.83],[-3.913,50.83],[-3.91,50.829],[-3.906,50.83],[-3.899,50.835],[-3.896,50.836],[-3.896,50.838],[-3.892,50.841],[-3.889,50.841],[-3.885,50.845],[-3.889,50.847],[-3.896,50.848],[-3.904,50.848],[-3.905,50.856],[-3.909,50.86],[-3.919,50.863],[-3.921,50.866],[-3.925,50.868],[-3.926,50.87],[-3.912,50.874],[-3.907,50.874],[-3.903,50.877],[-3.899,50.878],[-3.9,50.885],[-3.902,50.886],[-3.907,50.885],[-3.913,50.89],[-3.915,50.894],[-3.92,50.897],[-3.915,50.903],[-3.912,50.904],[-3.904,50.905],[-3.905,50.909],[-3.902,50.913],[-3.906,50.917],[-3.902,50.921],[-3.902,50.926],[-3.906,50.925],[-3.92,50.924],[-3.92,50.923],[-3.933,50.922],[-3.938,50.922],[-3.945,50.919],[-3.954,50.918],[-3.959,50.921],[-3.964,50.922],[-3.967,50.924],[-3.978,50.926],[-3.988,50.927],[-3.995,50.926],[-3.998,50.931],[-3.996,50.934],[-3.998,50.936],[-3.993,50.937],[-3.996,50.942],[-3.994,50.949],[-3.984,50.952],[-3.979,50.952],[-3.975,50.954],[-3.97,50.953],[-3.964,50.954],[-3.961,50.956],[-3.966,50.958],[-3.966,50.96],[-3.965,50.963],[-3.957,50.967],[-3.958,50.971],[-3.953,50.974],[-3.954,50.977],[-3.958,50.978],[-3.958,50.981],[-3.961,50.981],[-3.963,50.979],[-3.967,50.981],[-3.975,50.982],[-3.976,50.981],[-3.984,50.982],[-3.99,50.978],[-3.992,50.974],[-4.004,50.972],[-4.005,50.97],[-4.011,50.967],[-4.02,50.97],[-4.02,50.972],[-4.025,50.973],[-4.028,50.977],[-4.033,50.979],[-4.036,50.981],[-4.037,50.985],[-4.035,50.99],[-4.037,50.993],[-4.035,50.997],[-4.034,50.997],[-4.033,51.003],[-4.034,51.008],[-4.049,51.008],[-4.058,51.008],[-4.064,51.01],[-4.069,51.008],[-4.079,51.009],[-4.081,51.003],[-4.086,51.003],[-4.094,51.004],[-4.098,51.009],[-4.106,51.01],[-4.11,51.011],[-4.116,51.01],[-4.12,51.012],[-4.12,51.014],[-4.116,51.017],[-4.116,51.019],[-4.122,51.019],[-4.129,51.021],[-4.135,51.02],[-4.14,51.018],[-4.148,51.019],[-4.15,51.017],[-4.154,51.016],[-4.155,51.014],[-4.166,51.015],[-4.17,51.018],[-4.172,51.019],[-4.174,51.023],[-4.179,51.024],[-4.18,51.023],[-4.186,51.021],[-4.195,51.021],[-4.198,51.021],[-4.199,51.021],[-4.202,51.016],[-4.204,51.008],[-4.207,51.008],[-4.206,51.014],[-4.202,51.024],[-4.204,51.032],[-4.202,51.035],[-4.196,51.04],[-4.19,51.046],[-4.191,51.051],[-4.191,51.055],[-4.198,51.058],[-4.202,51.055],[-4.207,51.053],[-4.21,51.053],[-4.213,51.057],[-4.208,51.062],[-4.217,51.065],[-4.223,51.064],[-4.226,51.062],[-4.229,51.058],[-4.233,51.047],[-4.238,51.041],[-4.253,51.04],[-4.258,51.038],[-4.263,51.034],[-4.269,51.027],[-4.273,51.023],[-4.279,51.016],[-4.284,51.014],[-4.291,51.007],[-4.297,51.002],[-4.304,50.997],[-4.309,50.995],[-4.314,50.994],[-4.318,50.993],[-4.326,50.992],[-4.331,50.991],[-4.339,50.99],[-4.345,50.989],[-4.355,50.99],[-4.367,50.99],[-4.375,50.99],[-4.383,50.993],[-4.391,50.995],[-4.396,50.997],[-4.399,51.001],[-4.404,51.004],[-4.41,51.006],[-4.418,51.011],[-4.422,51.011],[-4.425,51.014],[-4.435,51.013],[-4.443,51.015],[-4.447,51.014],[-4.452,51.015],[-4.457,51.018],[-4.464,51.021],[-4.471,51.022],[-4.477,51.021],[-4.481,51.022],[-4.495,51.021],[-4.497,51.021],[-4.501,51.019],[-4.513,51.022],[-4.519,51.021],[-4.522,51.021],[-4.527,51.019],[-4.528,51.016],[-4.527,51.013],[-4.534,51.01],[-4.531,51.007],[-4.53,51.003],[-4.532,51.002],[-4.531,50.995],[-4.535,50.995],[-4.531,50.991],[-4.532,50.989],[-4.529,50.986],[-4.531,50.982],[-4.535,50.979],[-4.533,50.977],[-4.533,50.965],[-4.537,50.962],[-4.539,50.957],[-4.544,50.954],[-4.541,50.948],[-4.543,50.944],[-4.549,50.939],[-4.545,50.933],[-4.546,50.928],[-4.542,50.929],[-4.534,50.927],[-4.524,50.927],[-4.517,50.927],[-4.515,50.928],[-4.51,50.927],[-4.499,50.927],[-4.497,50.929],[-4.487,50.929],[-4.472,50.931],[-4.465,50.931],[-4.456,50.929],[-4.458,50.927],[-4.459,50.923],[-4.462,50.919],[-4.464,50.916],[-4.463,50.913],[-4.46,50.911],[-4.459,50.908],[-4.45,50.906],[-4.451,50.903],[-4.447,50.901],[-4.447,50.893],[-4.446,50.891],[-4.44,50.888],[-4.438,50.883],[-4.432,50.88],[-4.421,50.867],[-4.434,50.866],[-4.433,50.862],[-4.434,50.86],[-4.437,50.856],[-4.436,50.853],[-4.44,50.851],[-4.442,50.847],[-4.441,50.844],[-4.443,50.836],[-4.443,50.832],[-4.444,50.83],[-4.444,50.827],[-4.44,50.826],[-4.439,50.823],[-4.442,50.82],[-4.441,50.818],[-4.446,50.813],[-4.445,50.811],[-4.454,50.804],[-4.458,50.804],[-4.464,50.802],[-4.47,50.801],[-4.476,50.8],[-4.474,50.797],[-4.479,50.797],[-4.49,50.796],[-4.493,50.793],[-4.489,50.791],[-4.484,50.791],[-4.476,50.789],[-4.475,50.785],[-4.466,50.785],[-4.463,50.784],[-4.456,50.784],[-4.451,50.786],[-4.446,50.781],[-4.446,50.776],[-4.438,50.774],[-4.434,50.77],[-4.432,50.769],[-4.428,50.769],[-4.425,50.766],[-4.422,50.764],[-4.419,50.765],[-4.41,50.764],[-4.409,50.768],[-4.413,50.771],[-4.414,50.774],[-4.413,50.775],[-4.399,50.777],[-4.394,50.778],[-4.389,50.775],[-4.38,50.769],[-4.384,50.767],[-4.387,50.764],[-4.388,50.758],[-4.382,50.757],[-4.381,50.756],[-4.385,50.75],[-4.385,50.748],[-4.38,50.744],[-4.38,50.741],[-4.374,50.738],[-4.372,50.734],[-4.372,50.729],[-4.368,50.723],[-4.364,50.721],[-4.365,50.721],[-4.363,50.718],[-4.364,50.714],[-4.365,50.714],[-4.365,50.712],[-4.366,50.711],[-4.369,50.709],[-4.367,50.707],[-4.368,50.705],[-4.368,50.704],[-4.368,50.703],[-4.369,50.702],[-4.368,50.702],[-4.367,50.703],[-4.366,50.698],[-4.365,50.698],[-4.364,50.698],[-4.364,50.697],[-4.362,50.697],[-4.362,50.696],[-4.354,50.694],[-4.353,50.693],[-4.353,50.694],[-4.352,50.693],[-4.354,50.693],[-4.353,50.691],[-4.352,50.691],[-4.351,50.691],[-4.349,50.689],[-4.349,50.683],[-4.347,50.682],[-4.344,50.677],[-4.347,50.673],[-4.344,50.671],[-4.346,50.668],[-4.344,50.663],[-4.339,50.661],[-4.34,50.659],[-4.336,50.656],[-4.337,50.654],[-4.337,50.653],[-4.336,50.653],[-4.336,50.651],[-4.335,50.647],[-4.333,50.644],[-4.334,50.641],[-4.33,50.64],[-4.326,50.641],[-4.325,50.638],[-4.32,50.636],[-4.315,50.636],[-4.312,50.637],[-4.309,50.636],[-4.304,50.636],[-4.3,50.633],[-4.303,50.629],[-4.302,50.626],[-4.306,50.621],[-4.307,50.621],[-4.307,50.618],[-4.306,50.614],[-4.303,50.611],[-4.308,50.603],[-4.307,50.6],[-4.306,50.595],[-4.311,50.592],[-4.312,50.59],[-4.311,50.585],[-4.308,50.582],[-4.308,50.579],[-4.305,50.579],[-4.298,50.584],[-4.291,50.584],[-4.29,50.581],[-4.289,50.577],[-4.285,50.575],[-4.282,50.577],[-4.285,50.582],[-4.286,50.585],[-4.273,50.583],[-4.27,50.579],[-4.277,50.575],[-4.279,50.571],[-4.279,50.569],[-4.274,50.565],[-4.273,50.562],[-4.264,50.557],[-4.26,50.552],[-4.259,50.546],[-4.261,50.544],[-4.267,50.542],[-4.271,50.539],[-4.272,50.537],[-4.269,50.535],[-4.264,50.536],[-4.255,50.541],[-4.254,50.544],[-4.244,50.544],[-4.24,50.541],[-4.237,50.535],[-4.233,50.531],[-4.226,50.53],[-4.218,50.532],[-4.215,50.535],[-4.207,50.533],[-4.211,50.53],[-4.211,50.526],[-4.207,50.522],[-4.206,50.519],[-4.209,50.516],[-4.208,50.513],[-4.203,50.514],[-4.201,50.512],[-4.203,50.503],[-4.194,50.503],[-4.191,50.507],[-4.185,50.508],[-4.184,50.508],[-4.18,50.503],[-4.18,50.501],[-4.19,50.498],[-4.195,50.498],[-4.193,50.495],[-4.195,50.493],[-4.199,50.492],[-4.204,50.492],[-4.208,50.495],[-4.211,50.496],[-4.221,50.498],[-4.22,50.493],[-4.223,50.49],[-4.221,50.487],[-4.218,50.485],[-4.217,50.477],[-4.219,50.474],[-4.236,50.466],[-4.237,50.464],[-4.236,50.459],[-4.232,50.457],[-4.23,50.457],[-4.228,50.459],[-4.227,50.464],[-4.225,50.467],[-4.22,50.469],[-4.216,50.468],[-4.213,50.466],[-4.206,50.459],[-4.203,50.456],[-4.2,50.454],[-4.201,50.451],[-4.198,50.447],[-4.199,50.446],[-4.195,50.443],[-4.191,50.441],[-4.192,50.438],[-4.191,50.435],[-4.185,50.434],[-4.176,50.441],[-4.173,50.445],[-4.17,50.452],[-4.165,50.455],[-4.16,50.455],[-4.156,50.459],[-4.158,50.461],[-4.155,50.464],[-4.151,50.465]]],[[[-4.677,51.202],[-4.677,51.198],[-4.68,51.194],[-4.675,51.192],[-4.677,51.19],[-4.674,51.186],[-4.678,51.185],[-4.673,51.18],[-4.678,51.179],[-4.678,51.174],[-4.68,51.172],[-4.676,51.164],[-4.67,51.159],[-4.664,51.162],[-4.66,51.161],[-4.657,51.163],[-4.662,51.167],[-4.662,51.169],[-4.662,51.176],[-4.664,51.182],[-4.662,51.184],[-4.662,51.186],[-4.665,51.188],[-4.667,51.194],[-4.67,51.195],[-4.669,51.197],[-4.67,51.201],[-4.677,51.202]]]]},"properties":{"PCON24NM":"Torridge and Tavistock","PCON24CD":"E14001552"},"PCON24CD":489}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.041,51.606],[-0.056,51.609],[-0.077,51.608],[-0.086,51.608],[-0.087,51.603],[-0.081,51.603],[-0.077,51.598],[-0.084,51.598],[-0.095,51.598],[-0.095,51.596],[-0.103,51.59],[-0.099,51.587],[-0.099,51.582],[-0.098,51.574],[-0.098,51.573],[-0.096,51.571],[-0.098,51.569],[-0.101,51.567],[-0.104,51.565],[-0.103,51.564],[-0.102,51.563],[-0.1,51.562],[-0.099,51.561],[-0.095,51.561],[-0.094,51.561],[-0.093,51.56],[-0.092,51.56],[-0.092,51.564],[-0.088,51.568],[-0.08,51.572],[-0.079,51.575],[-0.075,51.576],[-0.074,51.576],[-0.067,51.577],[-0.064,51.577],[-0.062,51.578],[-0.061,51.578],[-0.062,51.578],[-0.062,51.58],[-0.061,51.581],[-0.059,51.582],[-0.058,51.582],[-0.058,51.583],[-0.057,51.583],[-0.056,51.584],[-0.055,51.586],[-0.053,51.587],[-0.052,51.588],[-0.053,51.589],[-0.052,51.593],[-0.051,51.597],[-0.046,51.6],[-0.041,51.606]]]},"properties":{"PCON24NM":"Tottenham","PCON24CD":"E14001553"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.075,50.404],[-5.08,50.406],[-5.082,50.404],[-5.088,50.404],[-5.095,50.406],[-5.101,50.408],[-5.109,50.409],[-5.116,50.408],[-5.123,50.405],[-5.126,50.404],[-5.13,50.405],[-5.133,50.408],[-5.138,50.407],[-5.136,50.403],[-5.139,50.402],[-5.144,50.405],[-5.148,50.405],[-5.149,50.401],[-5.145,50.398],[-5.143,50.396],[-5.147,50.39],[-5.157,50.388],[-5.154,50.386],[-5.151,50.384],[-5.151,50.381],[-5.156,50.38],[-5.155,50.379],[-5.15,50.377],[-5.147,50.375],[-5.151,50.359],[-5.153,50.356],[-5.149,50.356],[-5.14,50.351],[-5.133,50.35],[-5.136,50.345],[-5.14,50.341],[-5.139,50.334],[-5.137,50.333],[-5.131,50.333],[-5.13,50.331],[-5.119,50.328],[-5.118,50.326],[-5.109,50.325],[-5.109,50.321],[-5.104,50.32],[-5.096,50.318],[-5.093,50.314],[-5.097,50.308],[-5.112,50.301],[-5.122,50.298],[-5.132,50.296],[-5.141,50.293],[-5.156,50.285],[-5.169,50.277],[-5.173,50.274],[-5.181,50.269],[-5.185,50.266],[-5.197,50.255],[-5.189,50.252],[-5.184,50.249],[-5.175,50.247],[-5.167,50.244],[-5.159,50.243],[-5.153,50.238],[-5.145,50.238],[-5.141,50.235],[-5.129,50.231],[-5.122,50.23],[-5.123,50.226],[-5.126,50.224],[-5.133,50.22],[-5.136,50.216],[-5.135,50.214],[-5.142,50.212],[-5.152,50.207],[-5.146,50.204],[-5.147,50.2],[-5.149,50.198],[-5.149,50.191],[-5.151,50.188],[-5.15,50.184],[-5.152,50.18],[-5.147,50.177],[-5.15,50.176],[-5.145,50.173],[-5.14,50.174],[-5.138,50.176],[-5.129,50.177],[-5.122,50.179],[-5.12,50.177],[-5.121,50.175],[-5.117,50.173],[-5.12,50.171],[-5.123,50.166],[-5.127,50.163],[-5.124,50.16],[-5.127,50.157],[-5.129,50.156],[-5.133,50.151],[-5.136,50.148],[-5.137,50.146],[-5.141,50.144],[-5.144,50.144],[-5.144,50.14],[-5.134,50.134],[-5.129,50.134],[-5.124,50.137],[-5.12,50.138],[-5.115,50.133],[-5.116,50.131],[-5.109,50.13],[-5.103,50.126],[-5.1,50.123],[-5.091,50.125],[-5.094,50.126],[-5.086,50.128],[-5.082,50.129],[-5.079,50.133],[-5.073,50.134],[-5.077,50.137],[-5.077,50.14],[-5.071,50.141],[-5.067,50.145],[-5.061,50.146],[-5.057,50.148],[-5.052,50.148],[-5.048,50.145],[-5.042,50.144],[-5.045,50.15],[-5.051,50.153],[-5.057,50.154],[-5.059,50.152],[-5.065,50.152],[-5.073,50.159],[-5.074,50.161],[-5.081,50.165],[-5.085,50.163],[-5.088,50.165],[-5.094,50.168],[-5.092,50.17],[-5.085,50.167],[-5.08,50.168],[-5.079,50.167],[-5.072,50.165],[-5.069,50.162],[-5.054,50.162],[-5.046,50.169],[-5.045,50.174],[-5.046,50.176],[-5.05,50.177],[-5.055,50.178],[-5.058,50.177],[-5.061,50.178],[-5.055,50.18],[-5.054,50.187],[-5.056,50.19],[-5.063,50.193],[-5.066,50.197],[-5.069,50.199],[-5.074,50.2],[-5.076,50.206],[-5.079,50.206],[-5.084,50.206],[-5.088,50.207],[-5.093,50.206],[-5.097,50.208],[-5.096,50.21],[-5.085,50.209],[-5.075,50.208],[-5.07,50.206],[-5.065,50.208],[-5.065,50.203],[-5.055,50.198],[-5.05,50.202],[-5.044,50.203],[-5.04,50.205],[-5.036,50.21],[-5.037,50.212],[-5.033,50.212],[-5.033,50.21],[-5.03,50.209],[-5.027,50.211],[-5.029,50.214],[-5.028,50.218],[-5.028,50.224],[-5.018,50.226],[-5.019,50.231],[-5.022,50.233],[-5.019,50.237],[-5.016,50.24],[-5.017,50.242],[-5.023,50.243],[-5.027,50.241],[-5.036,50.244],[-5.035,50.246],[-5.04,50.246],[-5.043,50.247],[-5.038,50.25],[-5.034,50.25],[-5.028,50.243],[-5.023,50.246],[-5.016,50.25],[-5.012,50.251],[-5.014,50.255],[-5.014,50.258],[-5.011,50.262],[-5.007,50.268],[-5.004,50.27],[-5.002,50.269],[-5.006,50.266],[-5.006,50.264],[-5.01,50.258],[-5.011,50.255],[-5.009,50.252],[-5.011,50.25],[-5.02,50.247],[-5.013,50.243],[-5.012,50.241],[-5.016,50.234],[-5.016,50.232],[-5.011,50.229],[-5.006,50.228],[-5.004,50.226],[-5,50.225],[-4.996,50.226],[-4.992,50.226],[-4.985,50.229],[-4.986,50.232],[-4.98,50.234],[-4.976,50.234],[-4.971,50.236],[-4.968,50.239],[-4.966,50.236],[-4.967,50.233],[-4.971,50.231],[-4.976,50.231],[-4.979,50.233],[-4.983,50.232],[-4.982,50.23],[-4.972,50.23],[-4.971,50.227],[-4.979,50.227],[-4.985,50.226],[-4.994,50.225],[-4.999,50.223],[-5.004,50.223],[-5.009,50.227],[-5.017,50.223],[-5.023,50.223],[-5.025,50.217],[-5.024,50.211],[-5.026,50.208],[-5.029,50.206],[-5.034,50.205],[-5.035,50.203],[-5.032,50.2],[-5.028,50.192],[-5.028,50.186],[-5.026,50.182],[-5.02,50.184],[-5.02,50.177],[-5.022,50.175],[-5.021,50.171],[-5.023,50.168],[-5.024,50.164],[-5.027,50.161],[-5.028,50.159],[-5.024,50.155],[-5.02,50.157],[-5.017,50.157],[-5.014,50.159],[-5.006,50.156],[-5.004,50.159],[-5.006,50.161],[-5.003,50.163],[-5.002,50.166],[-5.004,50.168],[-5.004,50.171],[-4.999,50.171],[-4.997,50.174],[-4.999,50.176],[-4.994,50.177],[-4.993,50.174],[-4.998,50.17],[-5.002,50.17],[-5.002,50.168],[-4.997,50.167],[-5.001,50.155],[-5.007,50.151],[-5.011,50.154],[-5.013,50.152],[-5.017,50.149],[-5.015,50.146],[-5.015,50.141],[-5.011,50.141],[-5.009,50.139],[-5,50.145],[-4.996,50.149],[-4.991,50.15],[-4.987,50.15],[-4.982,50.152],[-4.984,50.154],[-4.984,50.158],[-4.979,50.16],[-4.973,50.165],[-4.974,50.166],[-4.974,50.173],[-4.971,50.178],[-4.975,50.18],[-4.974,50.186],[-4.968,50.188],[-4.969,50.192],[-4.964,50.196],[-4.963,50.198],[-4.958,50.202],[-4.948,50.206],[-4.938,50.207],[-4.934,50.207],[-4.923,50.201],[-4.922,50.196],[-4.916,50.197],[-4.912,50.2],[-4.91,50.203],[-4.911,50.205],[-4.908,50.206],[-4.905,50.205],[-4.902,50.208],[-4.905,50.21],[-4.904,50.212],[-4.9,50.214],[-4.897,50.213],[-4.893,50.215],[-4.893,50.217],[-4.889,50.218],[-4.883,50.224],[-4.876,50.225],[-4.874,50.23],[-4.872,50.232],[-4.861,50.235],[-4.855,50.235],[-4.845,50.235],[-4.841,50.237],[-4.838,50.232],[-4.835,50.233],[-4.831,50.233],[-4.83,50.231],[-4.819,50.232],[-4.813,50.23],[-4.812,50.226],[-4.809,50.223],[-4.808,50.221],[-4.802,50.219],[-4.799,50.219],[-4.797,50.222],[-4.799,50.227],[-4.798,50.23],[-4.795,50.233],[-4.787,50.235],[-4.784,50.235],[-4.783,50.238],[-4.787,50.24],[-4.788,50.242],[-4.785,50.244],[-4.785,50.246],[-4.778,50.251],[-4.773,50.251],[-4.768,50.254],[-4.771,50.255],[-4.774,50.255],[-4.778,50.258],[-4.78,50.257],[-4.784,50.259],[-4.796,50.257],[-4.803,50.26],[-4.802,50.267],[-4.805,50.271],[-4.804,50.274],[-4.8,50.277],[-4.805,50.279],[-4.809,50.277],[-4.812,50.272],[-4.818,50.271],[-4.818,50.268],[-4.821,50.267],[-4.825,50.268],[-4.829,50.27],[-4.849,50.262],[-4.859,50.261],[-4.861,50.258],[-4.861,50.255],[-4.866,50.256],[-4.877,50.255],[-4.876,50.259],[-4.874,50.261],[-4.875,50.264],[-4.882,50.271],[-4.877,50.274],[-4.868,50.278],[-4.87,50.282],[-4.87,50.285],[-4.873,50.292],[-4.879,50.291],[-4.884,50.288],[-4.89,50.288],[-4.902,50.286],[-4.905,50.288],[-4.903,50.29],[-4.913,50.301],[-4.905,50.3],[-4.902,50.301],[-4.905,50.305],[-4.905,50.308],[-4.899,50.311],[-4.901,50.317],[-4.9,50.321],[-4.905,50.324],[-4.907,50.328],[-4.907,50.329],[-4.916,50.331],[-4.922,50.33],[-4.925,50.336],[-4.925,50.343],[-4.924,50.346],[-4.925,50.35],[-4.922,50.354],[-4.926,50.358],[-4.927,50.361],[-4.932,50.361],[-4.943,50.358],[-4.945,50.359],[-4.952,50.359],[-4.948,50.353],[-4.943,50.348],[-4.942,50.345],[-4.945,50.343],[-4.95,50.345],[-4.971,50.345],[-4.974,50.342],[-4.978,50.341],[-4.99,50.342],[-4.993,50.341],[-5.005,50.347],[-5.007,50.353],[-5.002,50.355],[-5.001,50.357],[-4.995,50.361],[-4.997,50.363],[-4.998,50.368],[-5,50.371],[-5.001,50.377],[-4.999,50.382],[-4.99,50.384],[-4.984,50.389],[-4.986,50.391],[-4.991,50.394],[-5,50.396],[-5.006,50.395],[-5.014,50.393],[-5.021,50.393],[-5.028,50.394],[-5.031,50.396],[-5.045,50.395],[-5.047,50.393],[-5.056,50.393],[-5.057,50.394],[-5.068,50.395],[-5.07,50.399],[-5.071,50.4],[-5.072,50.401],[-5.075,50.404]]]},"properties":{"PCON24NM":"Truro and Falmouth","PCON24CD":"E14001554"},"PCON24CD":491}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.384,51.198],[0.381,51.198],[0.373,51.2],[0.371,51.201],[0.367,51.2],[0.368,51.195],[0.363,51.194],[0.36,51.195],[0.352,51.196],[0.342,51.193],[0.338,51.193],[0.333,51.196],[0.334,51.197],[0.329,51.199],[0.326,51.199],[0.32,51.2],[0.317,51.198],[0.309,51.2],[0.306,51.197],[0.3,51.197],[0.298,51.195],[0.298,51.192],[0.294,51.189],[0.29,51.183],[0.288,51.184],[0.283,51.179],[0.284,51.178],[0.277,51.175],[0.266,51.18],[0.259,51.18],[0.254,51.179],[0.244,51.182],[0.24,51.181],[0.234,51.185],[0.227,51.184],[0.219,51.18],[0.218,51.178],[0.212,51.175],[0.207,51.175],[0.205,51.173],[0.2,51.173],[0.198,51.175],[0.191,51.171],[0.191,51.168],[0.196,51.165],[0.201,51.16],[0.205,51.161],[0.209,51.159],[0.211,51.156],[0.215,51.154],[0.212,51.152],[0.206,51.151],[0.2,51.146],[0.196,51.146],[0.194,51.143],[0.193,51.14],[0.189,51.139],[0.187,51.136],[0.183,51.135],[0.18,51.132],[0.176,51.134],[0.168,51.132],[0.164,51.133],[0.161,51.137],[0.154,51.137],[0.151,51.134],[0.151,51.131],[0.152,51.124],[0.154,51.122],[0.159,51.117],[0.164,51.116],[0.167,51.117],[0.171,51.115],[0.179,51.116],[0.185,51.117],[0.2,51.117],[0.207,51.119],[0.209,51.121],[0.214,51.121],[0.218,51.12],[0.228,51.124],[0.243,51.117],[0.245,51.115],[0.252,51.115],[0.256,51.114],[0.267,51.115],[0.276,51.112],[0.279,51.115],[0.272,51.119],[0.276,51.12],[0.28,51.118],[0.285,51.118],[0.29,51.119],[0.299,51.118],[0.308,51.12],[0.311,51.119],[0.325,51.123],[0.327,51.122],[0.33,51.118],[0.328,51.116],[0.325,51.114],[0.325,51.112],[0.331,51.11],[0.335,51.105],[0.355,51.105],[0.359,51.104],[0.356,51.101],[0.351,51.099],[0.354,51.095],[0.354,51.092],[0.351,51.084],[0.357,51.083],[0.365,51.088],[0.375,51.088],[0.381,51.088],[0.384,51.086],[0.39,51.084],[0.396,51.083],[0.403,51.082],[0.407,51.08],[0.405,51.075],[0.401,51.073],[0.401,51.071],[0.409,51.069],[0.411,51.066],[0.416,51.065],[0.418,51.063],[0.428,51.063],[0.433,51.061],[0.438,51.06],[0.441,51.058],[0.447,51.058],[0.448,51.057],[0.453,51.057],[0.458,51.055],[0.462,51.055],[0.464,51.053],[0.471,51.049],[0.471,51.046],[0.467,51.043],[0.468,51.041],[0.466,51.034],[0.472,51.031],[0.48,51.029],[0.483,51.031],[0.497,51.031],[0.502,51.028],[0.504,51.028],[0.508,51.024],[0.515,51.023],[0.523,51.023],[0.529,51.021],[0.538,51.022],[0.541,51.017],[0.541,51.012],[0.548,51.009],[0.559,51.007],[0.562,51.008],[0.565,51.007],[0.567,51.004],[0.572,51.003],[0.576,51.005],[0.579,51.004],[0.585,51.006],[0.587,51.008],[0.592,51.01],[0.597,51.009],[0.601,51.01],[0.605,51.012],[0.605,51.015],[0.606,51.02],[0.597,51.021],[0.596,51.025],[0.602,51.027],[0.599,51.03],[0.593,51.031],[0.595,51.033],[0.595,51.036],[0.592,51.04],[0.588,51.039],[0.585,51.04],[0.581,51.04],[0.58,51.038],[0.573,51.039],[0.568,51.042],[0.565,51.045],[0.558,51.047],[0.552,51.047],[0.549,51.05],[0.543,51.051],[0.545,51.055],[0.541,51.06],[0.531,51.061],[0.532,51.068],[0.534,51.07],[0.53,51.072],[0.521,51.073],[0.518,51.075],[0.51,51.075],[0.505,51.073],[0.502,51.068],[0.502,51.063],[0.499,51.061],[0.495,51.06],[0.489,51.064],[0.49,51.068],[0.495,51.074],[0.497,51.081],[0.491,51.083],[0.487,51.083],[0.484,51.085],[0.481,51.088],[0.483,51.093],[0.477,51.095],[0.482,51.1],[0.485,51.102],[0.493,51.106],[0.498,51.106],[0.5,51.111],[0.503,51.113],[0.512,51.121],[0.514,51.126],[0.508,51.129],[0.508,51.132],[0.515,51.136],[0.509,51.137],[0.51,51.14],[0.504,51.141],[0.499,51.143],[0.497,51.145],[0.491,51.144],[0.484,51.143],[0.481,51.141],[0.476,51.142],[0.469,51.143],[0.47,51.151],[0.468,51.155],[0.464,51.159],[0.462,51.16],[0.457,51.165],[0.453,51.166],[0.452,51.168],[0.447,51.171],[0.443,51.172],[0.441,51.177],[0.431,51.18],[0.416,51.181],[0.409,51.185],[0.41,51.188],[0.404,51.189],[0.404,51.191],[0.4,51.192],[0.396,51.192],[0.392,51.194],[0.384,51.195],[0.384,51.198]]]},"properties":{"PCON24NM":"Tunbridge Wells","PCON24CD":"E14001555"},"PCON24CD":492}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.322,51.465],[-0.325,51.464],[-0.327,51.462],[-0.326,51.458],[-0.33,51.458],[-0.333,51.455],[-0.338,51.455],[-0.341,51.457],[-0.344,51.457],[-0.344,51.453],[-0.346,51.448],[-0.373,51.452],[-0.373,51.454],[-0.37,51.457],[-0.373,51.457],[-0.375,51.456],[-0.384,51.45],[-0.388,51.449],[-0.386,51.447],[-0.38,51.444],[-0.379,51.443],[-0.373,51.444],[-0.367,51.442],[-0.378,51.437],[-0.376,51.436],[-0.383,51.432],[-0.388,51.428],[-0.384,51.423],[-0.385,51.421],[-0.391,51.422],[-0.387,51.42],[-0.386,51.414],[-0.39,51.414],[-0.39,51.411],[-0.384,51.41],[-0.383,51.409],[-0.378,51.408],[-0.373,51.409],[-0.367,51.411],[-0.36,51.412],[-0.345,51.404],[-0.341,51.403],[-0.337,51.399],[-0.328,51.392],[-0.325,51.392],[-0.318,51.394],[-0.315,51.396],[-0.312,51.399],[-0.31,51.4],[-0.309,51.4],[-0.309,51.401],[-0.309,51.406],[-0.309,51.41],[-0.309,51.412],[-0.308,51.413],[-0.308,51.415],[-0.308,51.417],[-0.307,51.418],[-0.307,51.419],[-0.307,51.42],[-0.306,51.421],[-0.306,51.422],[-0.307,51.423],[-0.308,51.424],[-0.309,51.426],[-0.31,51.426],[-0.312,51.427],[-0.313,51.428],[-0.314,51.428],[-0.319,51.43],[-0.322,51.43],[-0.326,51.432],[-0.329,51.436],[-0.332,51.439],[-0.331,51.442],[-0.325,51.447],[-0.316,51.447],[-0.309,51.449],[-0.304,51.452],[-0.304,51.453],[-0.306,51.456],[-0.314,51.46],[-0.319,51.463],[-0.322,51.465]]]},"properties":{"PCON24NM":"Twickenham","PCON24CD":"E14001556"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.462,55.074],[-1.467,55.075],[-1.471,55.074],[-1.474,55.071],[-1.477,55.07],[-1.48,55.067],[-1.49,55.066],[-1.491,55.063],[-1.487,55.055],[-1.493,55.054],[-1.496,55.052],[-1.507,55.048],[-1.505,55.042],[-1.5,55.04],[-1.493,55.04],[-1.492,55.038],[-1.499,55.037],[-1.496,55.034],[-1.5,55.03],[-1.5,55.027],[-1.508,55.028],[-1.503,55.023],[-1.507,55.022],[-1.511,55.019],[-1.498,55.009],[-1.496,55.007],[-1.487,55],[-1.485,54.996],[-1.485,54.988],[-1.472,54.989],[-1.457,54.989],[-1.453,54.99],[-1.449,54.993],[-1.455,54.995],[-1.453,54.996],[-1.446,54.998],[-1.445,55.003],[-1.443,55.006],[-1.433,55.009],[-1.43,55.013],[-1.417,55.014],[-1.417,55.017],[-1.422,55.023],[-1.427,55.026],[-1.43,55.031],[-1.429,55.033],[-1.432,55.034],[-1.431,55.037],[-1.432,55.041],[-1.442,55.045],[-1.449,55.051],[-1.452,55.055],[-1.455,55.062],[-1.454,55.066],[-1.452,55.067],[-1.451,55.07],[-1.456,55.07],[-1.459,55.074],[-1.462,55.074]]]},"properties":{"PCON24NM":"Tynemouth","PCON24CD":"E14001557"},"PCON24CD":494}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.386,51.571],[-0.392,51.567],[-0.397,51.567],[-0.401,51.565],[-0.405,51.57],[-0.407,51.574],[-0.411,51.574],[-0.425,51.57],[-0.431,51.568],[-0.444,51.572],[-0.452,51.573],[-0.449,51.576],[-0.446,51.575],[-0.442,51.576],[-0.444,51.578],[-0.449,51.581],[-0.456,51.582],[-0.46,51.581],[-0.46,51.584],[-0.464,51.589],[-0.475,51.592],[-0.481,51.594],[-0.483,51.596],[-0.5,51.597],[-0.499,51.594],[-0.5,51.592],[-0.496,51.588],[-0.495,51.585],[-0.49,51.582],[-0.489,51.578],[-0.485,51.575],[-0.484,51.571],[-0.485,51.567],[-0.483,51.566],[-0.483,51.563],[-0.481,51.561],[-0.477,51.56],[-0.477,51.558],[-0.479,51.555],[-0.483,51.552],[-0.486,51.55],[-0.491,51.545],[-0.495,51.538],[-0.49,51.534],[-0.489,51.529],[-0.491,51.527],[-0.491,51.522],[-0.49,51.52],[-0.492,51.517],[-0.49,51.514],[-0.49,51.511],[-0.486,51.51],[-0.474,51.51],[-0.46,51.509],[-0.45,51.507],[-0.45,51.51],[-0.451,51.516],[-0.444,51.519],[-0.447,51.523],[-0.442,51.523],[-0.438,51.527],[-0.441,51.53],[-0.44,51.533],[-0.441,51.536],[-0.437,51.537],[-0.424,51.541],[-0.419,51.542],[-0.417,51.54],[-0.405,51.542],[-0.395,51.543],[-0.397,51.546],[-0.394,51.549],[-0.385,51.551],[-0.378,51.555],[-0.379,51.558],[-0.38,51.559],[-0.382,51.562],[-0.382,51.563],[-0.383,51.567],[-0.386,51.571]]]},"properties":{"PCON24NM":"Uxbridge and South Ruislip","PCON24CD":"E14001558"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.102,51.492],[-0.111,51.496],[-0.108,51.5],[-0.107,51.502],[-0.107,51.505],[-0.109,51.508],[-0.115,51.508],[-0.119,51.504],[-0.121,51.494],[-0.124,51.488],[-0.128,51.485],[-0.127,51.482],[-0.13,51.481],[-0.134,51.476],[-0.129,51.474],[-0.129,51.472],[-0.126,51.47],[-0.122,51.472],[-0.119,51.469],[-0.113,51.47],[-0.102,51.47],[-0.099,51.472],[-0.096,51.47],[-0.093,51.472],[-0.09,51.473],[-0.092,51.476],[-0.086,51.477],[-0.088,51.48],[-0.094,51.481],[-0.096,51.484],[-0.099,51.492],[-0.102,51.492]]]},"properties":{"PCON24NM":"Vauxhall and Camberwell Green","PCON24CD":"E14001559"},"PCON24CD":496}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.42,53.745],[-1.423,53.75],[-1.428,53.755],[-1.435,53.757],[-1.438,53.761],[-1.445,53.76],[-1.448,53.761],[-1.448,53.763],[-1.454,53.763],[-1.459,53.765],[-1.469,53.766],[-1.482,53.766],[-1.487,53.764],[-1.494,53.762],[-1.506,53.761],[-1.513,53.757],[-1.517,53.751],[-1.504,53.749],[-1.501,53.748],[-1.493,53.748],[-1.491,53.744],[-1.496,53.744],[-1.495,53.742],[-1.502,53.74],[-1.502,53.736],[-1.494,53.735],[-1.491,53.736],[-1.487,53.734],[-1.486,53.731],[-1.482,53.728],[-1.488,53.728],[-1.489,53.723],[-1.496,53.722],[-1.504,53.725],[-1.506,53.729],[-1.511,53.729],[-1.517,53.725],[-1.536,53.715],[-1.543,53.712],[-1.549,53.709],[-1.554,53.703],[-1.557,53.699],[-1.557,53.692],[-1.554,53.68],[-1.552,53.675],[-1.547,53.67],[-1.54,53.666],[-1.53,53.658],[-1.529,53.656],[-1.522,53.661],[-1.515,53.664],[-1.51,53.664],[-1.504,53.662],[-1.497,53.662],[-1.493,53.661],[-1.489,53.665],[-1.486,53.665],[-1.488,53.67],[-1.486,53.673],[-1.473,53.675],[-1.471,53.676],[-1.468,53.685],[-1.465,53.686],[-1.46,53.683],[-1.458,53.683],[-1.46,53.686],[-1.459,53.688],[-1.456,53.689],[-1.451,53.688],[-1.448,53.691],[-1.448,53.695],[-1.451,53.698],[-1.46,53.702],[-1.47,53.705],[-1.465,53.706],[-1.462,53.709],[-1.469,53.711],[-1.469,53.712],[-1.462,53.715],[-1.452,53.714],[-1.447,53.714],[-1.444,53.716],[-1.44,53.715],[-1.437,53.717],[-1.446,53.717],[-1.441,53.719],[-1.431,53.718],[-1.432,53.722],[-1.428,53.721],[-1.433,53.725],[-1.433,53.726],[-1.427,53.726],[-1.419,53.733],[-1.416,53.735],[-1.418,53.738],[-1.42,53.745]]]},"properties":{"PCON24NM":"Wakefield and Rothwell","PCON24CD":"E14001560"},"PCON24CD":497}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.013,53.402],[-3.015,53.404],[-3.014,53.406],[-3.017,53.412],[-3.024,53.418],[-3.03,53.426],[-3.033,53.431],[-3.037,53.44],[-3.041,53.442],[-3.057,53.44],[-3.067,53.437],[-3.075,53.434],[-3.076,53.433],[-3.09,53.427],[-3.1,53.422],[-3.106,53.421],[-3.119,53.416],[-3.125,53.415],[-3.141,53.412],[-3.139,53.41],[-3.139,53.404],[-3.132,53.398],[-3.135,53.397],[-3.128,53.387],[-3.124,53.385],[-3.111,53.386],[-3.11,53.387],[-3.102,53.381],[-3.094,53.381],[-3.09,53.382],[-3.086,53.386],[-3.086,53.388],[-3.089,53.4],[-3.088,53.404],[-3.086,53.408],[-3.083,53.41],[-3.075,53.414],[-3.065,53.416],[-3.053,53.411],[-3.053,53.41],[-3.045,53.404],[-3.041,53.403],[-3.032,53.405],[-3.026,53.403],[-3.022,53.401],[-3.013,53.402]]]},"properties":{"PCON24NM":"Wallasey","PCON24CD":"E14001561"},"PCON24CD":498}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.991,52.637],[-1.996,52.638],[-2.004,52.637],[-2.007,52.635],[-2.014,52.633],[-2.016,52.63],[-2.024,52.625],[-2.03,52.625],[-2.031,52.624],[-2.036,52.622],[-2.03,52.617],[-2.023,52.609],[-2.019,52.605],[-2.015,52.596],[-2.014,52.581],[-2.016,52.579],[-2.019,52.574],[-2.011,52.569],[-2.002,52.566],[-1.989,52.563],[-1.975,52.556],[-1.975,52.559],[-1.967,52.559],[-1.967,52.562],[-1.964,52.563],[-1.961,52.562],[-1.954,52.562],[-1.952,52.561],[-1.953,52.557],[-1.948,52.557],[-1.942,52.561],[-1.945,52.563],[-1.956,52.571],[-1.95,52.572],[-1.942,52.591],[-1.946,52.595],[-1.952,52.598],[-1.953,52.6],[-1.968,52.599],[-1.973,52.598],[-1.97,52.602],[-1.967,52.612],[-1.968,52.615],[-1.973,52.618],[-1.975,52.621],[-1.979,52.624],[-1.985,52.625],[-1.988,52.633],[-1.988,52.636],[-1.991,52.637]]]},"properties":{"PCON24NM":"Walsall and Bloxwich","PCON24CD":"E14001562"},"PCON24CD":499}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.013,51.595],[0.01,51.594],[-0.001,51.592],[-0.003,51.598],[-0.002,51.604],[-0.007,51.605],[-0.013,51.603],[-0.017,51.603],[-0.017,51.601],[-0.034,51.609],[-0.035,51.609],[-0.041,51.606],[-0.043,51.603],[-0.05,51.597],[-0.052,51.593],[-0.053,51.589],[-0.052,51.588],[-0.053,51.587],[-0.055,51.586],[-0.056,51.584],[-0.057,51.583],[-0.058,51.583],[-0.058,51.582],[-0.059,51.582],[-0.061,51.581],[-0.062,51.58],[-0.062,51.578],[-0.061,51.578],[-0.058,51.572],[-0.047,51.564],[-0.045,51.562],[-0.033,51.561],[-0.03,51.561],[-0.028,51.563],[-0.021,51.566],[-0.019,51.568],[-0.02,51.569],[-0.01,51.574],[-0.015,51.576],[-0.008,51.578],[-0.006,51.579],[0.006,51.584],[0.013,51.584],[0.012,51.593],[0.013,51.595]]]},"properties":{"PCON24NM":"Walthamstow","PCON24CD":"E14001563"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.449,53.416],[-2.451,53.419],[-2.449,53.423],[-2.451,53.427],[-2.454,53.428],[-2.462,53.436],[-2.468,53.437],[-2.474,53.439],[-2.478,53.443],[-2.476,53.447],[-2.483,53.454],[-2.486,53.455],[-2.487,53.458],[-2.49,53.46],[-2.49,53.462],[-2.492,53.465],[-2.491,53.467],[-2.491,53.472],[-2.489,53.476],[-2.493,53.48],[-2.496,53.481],[-2.503,53.48],[-2.54,53.471],[-2.553,53.468],[-2.549,53.461],[-2.57,53.458],[-2.575,53.448],[-2.577,53.446],[-2.582,53.441],[-2.585,53.44],[-2.59,53.445],[-2.597,53.449],[-2.596,53.445],[-2.597,53.443],[-2.601,53.443],[-2.611,53.442],[-2.616,53.441],[-2.618,53.439],[-2.622,53.437],[-2.625,53.437],[-2.63,53.435],[-2.632,53.438],[-2.632,53.441],[-2.639,53.444],[-2.643,53.444],[-2.651,53.448],[-2.658,53.447],[-2.66,53.449],[-2.671,53.45],[-2.674,53.453],[-2.678,53.453],[-2.677,53.449],[-2.679,53.444],[-2.682,53.439],[-2.676,53.44],[-2.67,53.441],[-2.669,53.439],[-2.672,53.438],[-2.672,53.436],[-2.676,53.435],[-2.675,53.433],[-2.665,53.431],[-2.664,53.429],[-2.672,53.422],[-2.672,53.419],[-2.667,53.419],[-2.667,53.416],[-2.672,53.415],[-2.672,53.412],[-2.665,53.41],[-2.654,53.409],[-2.646,53.407],[-2.638,53.409],[-2.629,53.409],[-2.626,53.406],[-2.622,53.406],[-2.614,53.402],[-2.609,53.406],[-2.61,53.411],[-2.609,53.414],[-2.598,53.414],[-2.597,53.41],[-2.595,53.407],[-2.594,53.396],[-2.586,53.393],[-2.587,53.389],[-2.591,53.386],[-2.587,53.385],[-2.578,53.385],[-2.578,53.388],[-2.575,53.389],[-2.571,53.388],[-2.564,53.388],[-2.563,53.394],[-2.56,53.391],[-2.556,53.389],[-2.552,53.39],[-2.548,53.39],[-2.544,53.386],[-2.535,53.384],[-2.51,53.389],[-2.481,53.396],[-2.478,53.396],[-2.472,53.398],[-2.466,53.4],[-2.463,53.403],[-2.454,53.413],[-2.449,53.416]]]},"properties":{"PCON24NM":"Warrington North","PCON24CD":"E14001564"},"PCON24CD":501}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.51,53.389],[-2.535,53.384],[-2.544,53.386],[-2.548,53.39],[-2.552,53.39],[-2.556,53.389],[-2.56,53.391],[-2.563,53.394],[-2.564,53.388],[-2.571,53.388],[-2.575,53.389],[-2.578,53.388],[-2.578,53.385],[-2.588,53.385],[-2.59,53.386],[-2.593,53.383],[-2.598,53.375],[-2.601,53.374],[-2.607,53.375],[-2.609,53.381],[-2.606,53.386],[-2.61,53.386],[-2.615,53.381],[-2.622,53.375],[-2.625,53.374],[-2.638,53.378],[-2.64,53.374],[-2.642,53.372],[-2.647,53.372],[-2.652,53.374],[-2.657,53.374],[-2.659,53.373],[-2.664,53.367],[-2.666,53.358],[-2.669,53.356],[-2.675,53.354],[-2.642,53.362],[-2.631,53.364],[-2.627,53.359],[-2.628,53.355],[-2.631,53.348],[-2.631,53.346],[-2.624,53.346],[-2.623,53.347],[-2.61,53.346],[-2.607,53.342],[-2.611,53.341],[-2.616,53.334],[-2.62,53.332],[-2.615,53.329],[-2.61,53.33],[-2.608,53.327],[-2.601,53.325],[-2.596,53.325],[-2.595,53.322],[-2.592,53.325],[-2.588,53.326],[-2.586,53.329],[-2.579,53.328],[-2.578,53.326],[-2.569,53.325],[-2.563,53.323],[-2.56,53.324],[-2.554,53.329],[-2.552,53.332],[-2.545,53.331],[-2.538,53.336],[-2.518,53.342],[-2.521,53.348],[-2.515,53.35],[-2.513,53.352],[-2.509,53.354],[-2.507,53.355],[-2.509,53.36],[-2.515,53.361],[-2.516,53.363],[-2.515,53.363],[-2.516,53.364],[-2.515,53.364],[-2.514,53.364],[-2.514,53.365],[-2.514,53.366],[-2.513,53.368],[-2.513,53.369],[-2.512,53.369],[-2.512,53.37],[-2.511,53.371],[-2.511,53.372],[-2.511,53.373],[-2.51,53.374],[-2.509,53.374],[-2.509,53.375],[-2.509,53.376],[-2.508,53.376],[-2.509,53.377],[-2.509,53.378],[-2.511,53.381],[-2.51,53.389]]],[[[-2.591,53.386],[-2.587,53.389],[-2.586,53.393],[-2.594,53.396],[-2.595,53.407],[-2.597,53.41],[-2.598,53.414],[-2.609,53.414],[-2.61,53.411],[-2.609,53.406],[-2.614,53.402],[-2.622,53.406],[-2.626,53.406],[-2.629,53.409],[-2.638,53.409],[-2.646,53.407],[-2.654,53.409],[-2.665,53.41],[-2.672,53.412],[-2.673,53.41],[-2.671,53.4],[-2.675,53.398],[-2.677,53.394],[-2.676,53.388],[-2.691,53.385],[-2.696,53.383],[-2.698,53.379],[-2.697,53.369],[-2.693,53.365],[-2.693,53.362],[-2.679,53.357],[-2.674,53.357],[-2.672,53.358],[-2.67,53.362],[-2.665,53.37],[-2.66,53.374],[-2.657,53.375],[-2.652,53.376],[-2.647,53.374],[-2.645,53.374],[-2.642,53.377],[-2.637,53.379],[-2.626,53.375],[-2.621,53.377],[-2.612,53.385],[-2.608,53.387],[-2.606,53.385],[-2.609,53.382],[-2.607,53.377],[-2.606,53.375],[-2.602,53.374],[-2.598,53.376],[-2.591,53.386]]]]},"properties":{"PCON24NM":"Warrington South","PCON24CD":"E14001565"},"PCON24CD":502}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.445,52.341],[-1.451,52.34],[-1.457,52.335],[-1.466,52.336],[-1.469,52.335],[-1.472,52.336],[-1.478,52.333],[-1.481,52.333],[-1.486,52.331],[-1.486,52.325],[-1.481,52.325],[-1.482,52.322],[-1.484,52.321],[-1.484,52.317],[-1.483,52.313],[-1.484,52.311],[-1.477,52.309],[-1.478,52.308],[-1.475,52.304],[-1.48,52.302],[-1.477,52.299],[-1.477,52.297],[-1.473,52.294],[-1.477,52.292],[-1.478,52.29],[-1.483,52.29],[-1.483,52.294],[-1.488,52.295],[-1.49,52.296],[-1.498,52.295],[-1.502,52.297],[-1.503,52.3],[-1.509,52.3],[-1.513,52.309],[-1.508,52.312],[-1.518,52.317],[-1.521,52.314],[-1.525,52.316],[-1.526,52.318],[-1.535,52.322],[-1.54,52.322],[-1.551,52.325],[-1.556,52.326],[-1.556,52.322],[-1.544,52.318],[-1.541,52.315],[-1.543,52.313],[-1.55,52.308],[-1.563,52.309],[-1.567,52.307],[-1.573,52.305],[-1.573,52.302],[-1.58,52.302],[-1.584,52.301],[-1.599,52.296],[-1.607,52.293],[-1.61,52.288],[-1.61,52.284],[-1.614,52.275],[-1.614,52.27],[-1.615,52.265],[-1.617,52.262],[-1.606,52.258],[-1.6,52.257],[-1.593,52.257],[-1.588,52.257],[-1.581,52.255],[-1.573,52.251],[-1.574,52.249],[-1.572,52.245],[-1.566,52.241],[-1.563,52.237],[-1.566,52.232],[-1.562,52.232],[-1.554,52.231],[-1.555,52.228],[-1.55,52.228],[-1.539,52.228],[-1.533,52.226],[-1.528,52.225],[-1.525,52.227],[-1.522,52.23],[-1.521,52.235],[-1.519,52.238],[-1.516,52.241],[-1.511,52.242],[-1.508,52.241],[-1.502,52.242],[-1.498,52.24],[-1.489,52.249],[-1.487,52.253],[-1.483,52.255],[-1.478,52.262],[-1.47,52.265],[-1.466,52.264],[-1.463,52.265],[-1.459,52.27],[-1.453,52.272],[-1.449,52.271],[-1.445,52.272],[-1.441,52.271],[-1.435,52.273],[-1.435,52.276],[-1.44,52.279],[-1.439,52.282],[-1.442,52.282],[-1.448,52.291],[-1.448,52.294],[-1.444,52.295],[-1.436,52.294],[-1.428,52.295],[-1.422,52.298],[-1.426,52.301],[-1.422,52.302],[-1.419,52.305],[-1.421,52.309],[-1.416,52.314],[-1.414,52.312],[-1.406,52.317],[-1.407,52.319],[-1.409,52.321],[-1.414,52.321],[-1.416,52.322],[-1.417,52.326],[-1.42,52.327],[-1.427,52.326],[-1.436,52.328],[-1.442,52.333],[-1.445,52.341]]]},"properties":{"PCON24NM":"Warwick and Leamington","PCON24CD":"E14001566"},"PCON24CD":503}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-1.507,54.871],[-1.5,54.88],[-1.499,54.882],[-1.502,54.885],[-1.506,54.881],[-1.513,54.881],[-1.518,54.878],[-1.519,54.876],[-1.515,54.875],[-1.507,54.871]]],[[[-1.429,54.917],[-1.427,54.919],[-1.426,54.922],[-1.421,54.923],[-1.42,54.924],[-1.411,54.927],[-1.41,54.929],[-1.412,54.931],[-1.411,54.933],[-1.412,54.936],[-1.417,54.934],[-1.419,54.93],[-1.426,54.93],[-1.432,54.93],[-1.433,54.933],[-1.442,54.933],[-1.45,54.934],[-1.461,54.932],[-1.461,54.93],[-1.481,54.93],[-1.485,54.929],[-1.488,54.931],[-1.492,54.93],[-1.496,54.931],[-1.5,54.931],[-1.51,54.93],[-1.512,54.932],[-1.517,54.931],[-1.526,54.933],[-1.533,54.932],[-1.536,54.932],[-1.547,54.931],[-1.553,54.928],[-1.557,54.93],[-1.571,54.924],[-1.573,54.925],[-1.582,54.924],[-1.583,54.92],[-1.584,54.918],[-1.588,54.917],[-1.59,54.92],[-1.596,54.919],[-1.605,54.922],[-1.608,54.927],[-1.61,54.934],[-1.619,54.932],[-1.624,54.93],[-1.626,54.933],[-1.635,54.933],[-1.639,54.935],[-1.643,54.934],[-1.642,54.931],[-1.645,54.928],[-1.651,54.93],[-1.656,54.929],[-1.657,54.927],[-1.666,54.922],[-1.67,54.921],[-1.667,54.916],[-1.67,54.916],[-1.67,54.909],[-1.675,54.909],[-1.678,54.9],[-1.676,54.898],[-1.668,54.895],[-1.663,54.896],[-1.659,54.893],[-1.66,54.891],[-1.65,54.894],[-1.647,54.888],[-1.648,54.885],[-1.647,54.881],[-1.643,54.879],[-1.637,54.881],[-1.631,54.885],[-1.625,54.887],[-1.619,54.887],[-1.618,54.89],[-1.612,54.895],[-1.602,54.898],[-1.598,54.901],[-1.594,54.902],[-1.591,54.899],[-1.588,54.894],[-1.584,54.893],[-1.582,54.886],[-1.58,54.878],[-1.567,54.881],[-1.56,54.88],[-1.562,54.878],[-1.562,54.876],[-1.553,54.876],[-1.542,54.873],[-1.537,54.874],[-1.533,54.878],[-1.52,54.876],[-1.519,54.878],[-1.512,54.881],[-1.507,54.881],[-1.501,54.887],[-1.497,54.888],[-1.494,54.891],[-1.486,54.893],[-1.481,54.896],[-1.475,54.903],[-1.47,54.904],[-1.467,54.904],[-1.463,54.899],[-1.459,54.9],[-1.46,54.903],[-1.449,54.91],[-1.442,54.913],[-1.437,54.914],[-1.429,54.917]]]]},"properties":{"PCON24NM":"Washington and Gateshead South","PCON24CD":"E14001567"},"PCON24CD":504}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.376,51.693],[-0.379,51.693],[-0.379,51.695],[-0.388,51.696],[-0.395,51.7],[-0.402,51.702],[-0.406,51.697],[-0.407,51.697],[-0.412,51.689],[-0.416,51.687],[-0.424,51.685],[-0.427,51.685],[-0.431,51.682],[-0.43,51.676],[-0.428,51.674],[-0.428,51.671],[-0.431,51.67],[-0.432,51.673],[-0.439,51.673],[-0.436,51.668],[-0.438,51.664],[-0.437,51.66],[-0.432,51.657],[-0.424,51.655],[-0.426,51.651],[-0.43,51.649],[-0.426,51.645],[-0.431,51.642],[-0.429,51.641],[-0.409,51.641],[-0.408,51.643],[-0.403,51.644],[-0.398,51.641],[-0.4,51.64],[-0.394,51.638],[-0.39,51.64],[-0.386,51.638],[-0.377,51.638],[-0.376,51.645],[-0.378,51.646],[-0.371,51.652],[-0.375,51.654],[-0.37,51.657],[-0.365,51.661],[-0.363,51.666],[-0.369,51.67],[-0.37,51.672],[-0.374,51.674],[-0.369,51.678],[-0.371,51.681],[-0.369,51.684],[-0.378,51.688],[-0.379,51.69],[-0.375,51.693],[-0.376,51.693]]]},"properties":{"PCON24NM":"Watford","PCON24CD":"E14001568"},"PCON24CD":505}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.544,52.463],[1.539,52.469],[1.539,52.476],[1.529,52.482],[1.525,52.481],[1.521,52.482],[1.518,52.479],[1.508,52.479],[1.508,52.482],[1.506,52.484],[1.505,52.489],[1.51,52.496],[1.508,52.497],[1.51,52.501],[1.498,52.501],[1.48,52.504],[1.479,52.505],[1.463,52.504],[1.458,52.505],[1.455,52.507],[1.448,52.506],[1.45,52.513],[1.447,52.513],[1.445,52.509],[1.44,52.51],[1.435,52.508],[1.426,52.509],[1.423,52.504],[1.415,52.505],[1.416,52.507],[1.41,52.508],[1.408,52.504],[1.405,52.504],[1.407,52.508],[1.403,52.508],[1.399,52.503],[1.395,52.504],[1.393,52.509],[1.389,52.51],[1.39,52.512],[1.381,52.513],[1.379,52.516],[1.373,52.516],[1.374,52.52],[1.366,52.521],[1.366,52.517],[1.349,52.518],[1.351,52.513],[1.344,52.51],[1.339,52.506],[1.334,52.499],[1.335,52.496],[1.348,52.496],[1.355,52.493],[1.361,52.492],[1.36,52.489],[1.362,52.487],[1.358,52.481],[1.357,52.476],[1.353,52.472],[1.345,52.465],[1.334,52.462],[1.318,52.463],[1.319,52.462],[1.315,52.46],[1.31,52.46],[1.308,52.458],[1.306,52.453],[1.3,52.454],[1.289,52.452],[1.267,52.452],[1.264,52.453],[1.25,52.459],[1.248,52.46],[1.236,52.464],[1.227,52.464],[1.223,52.455],[1.215,52.455],[1.213,52.461],[1.208,52.467],[1.204,52.467],[1.202,52.471],[1.199,52.473],[1.198,52.477],[1.194,52.476],[1.19,52.479],[1.185,52.484],[1.182,52.485],[1.179,52.483],[1.171,52.485],[1.164,52.488],[1.158,52.489],[1.147,52.493],[1.147,52.496],[1.143,52.5],[1.14,52.503],[1.129,52.511],[1.124,52.512],[1.115,52.514],[1.105,52.519],[1.103,52.517],[1.096,52.513],[1.09,52.515],[1.084,52.513],[1.079,52.507],[1.081,52.505],[1.079,52.499],[1.083,52.485],[1.088,52.481],[1.085,52.479],[1.086,52.471],[1.091,52.469],[1.095,52.47],[1.097,52.466],[1.095,52.46],[1.073,52.455],[1.064,52.442],[1.066,52.441],[1.065,52.437],[1.063,52.433],[1.066,52.432],[1.068,52.429],[1.059,52.427],[1.059,52.424],[1.057,52.42],[1.052,52.419],[1.046,52.42],[1.043,52.426],[1.037,52.423],[1.028,52.42],[1.021,52.416],[1.024,52.416],[1.028,52.417],[1.029,52.415],[1.034,52.416],[1.031,52.41],[1.023,52.408],[1.021,52.406],[1.023,52.403],[1.021,52.401],[1.024,52.399],[1.02,52.394],[1.023,52.393],[1.025,52.386],[1.027,52.385],[1.03,52.379],[1.021,52.378],[1.014,52.376],[1.008,52.376],[1.003,52.375],[0.999,52.372],[0.991,52.371],[0.988,52.372],[0.98,52.37],[0.978,52.37],[0.967,52.37],[0.967,52.366],[0.959,52.361],[0.954,52.357],[0.958,52.351],[0.956,52.342],[0.958,52.341],[0.953,52.337],[0.941,52.336],[0.938,52.335],[0.933,52.336],[0.931,52.33],[0.925,52.326],[0.928,52.316],[0.931,52.313],[0.925,52.312],[0.918,52.311],[0.919,52.309],[0.916,52.308],[0.904,52.306],[0.903,52.301],[0.9,52.299],[0.893,52.3],[0.883,52.3],[0.886,52.297],[0.887,52.293],[0.883,52.293],[0.881,52.286],[0.881,52.284],[0.886,52.283],[0.886,52.282],[0.881,52.281],[0.88,52.278],[0.882,52.273],[0.886,52.269],[0.888,52.266],[0.893,52.265],[0.897,52.262],[0.908,52.26],[0.911,52.257],[0.92,52.255],[0.92,52.256],[0.93,52.256],[0.936,52.257],[0.949,52.257],[0.954,52.256],[0.945,52.251],[0.941,52.249],[0.93,52.238],[0.926,52.235],[0.925,52.233],[0.917,52.224],[0.923,52.223],[0.923,52.221],[0.928,52.22],[0.926,52.215],[0.927,52.213],[0.931,52.213],[0.941,52.211],[0.949,52.216],[0.956,52.22],[0.962,52.218],[0.964,52.216],[0.962,52.212],[0.965,52.206],[0.964,52.203],[0.969,52.202],[0.978,52.201],[0.982,52.202],[0.984,52.201],[0.991,52.202],[0.992,52.199],[0.995,52.197],[1.001,52.197],[1.009,52.195],[1.014,52.193],[1.022,52.186],[1.023,52.185],[1.03,52.189],[1.031,52.191],[1.035,52.193],[1.039,52.19],[1.054,52.2],[1.059,52.209],[1.062,52.213],[1.063,52.221],[1.068,52.22],[1.075,52.221],[1.082,52.221],[1.087,52.221],[1.102,52.222],[1.104,52.223],[1.114,52.225],[1.12,52.227],[1.135,52.226],[1.142,52.227],[1.142,52.23],[1.146,52.23],[1.146,52.233],[1.15,52.238],[1.149,52.241],[1.152,52.243],[1.156,52.243],[1.158,52.246],[1.154,52.249],[1.159,52.25],[1.167,52.252],[1.181,52.253],[1.182,52.262],[1.178,52.261],[1.176,52.263],[1.18,52.265],[1.179,52.266],[1.18,52.269],[1.183,52.271],[1.179,52.273],[1.18,52.277],[1.175,52.278],[1.177,52.281],[1.182,52.28],[1.185,52.286],[1.189,52.286],[1.19,52.284],[1.196,52.282],[1.209,52.275],[1.206,52.273],[1.204,52.27],[1.212,52.268],[1.216,52.27],[1.22,52.268],[1.227,52.267],[1.229,52.265],[1.226,52.26],[1.215,52.257],[1.225,52.251],[1.229,52.246],[1.227,52.244],[1.229,52.242],[1.228,52.239],[1.231,52.238],[1.23,52.234],[1.226,52.231],[1.231,52.229],[1.238,52.23],[1.247,52.229],[1.254,52.23],[1.26,52.231],[1.268,52.234],[1.27,52.236],[1.282,52.24],[1.287,52.24],[1.294,52.248],[1.292,52.253],[1.292,52.255],[1.297,52.256],[1.301,52.259],[1.309,52.26],[1.317,52.259],[1.322,52.26],[1.325,52.263],[1.329,52.265],[1.339,52.266],[1.339,52.268],[1.337,52.277],[1.339,52.277],[1.341,52.284],[1.34,52.287],[1.334,52.288],[1.333,52.291],[1.33,52.291],[1.328,52.298],[1.332,52.298],[1.344,52.295],[1.347,52.293],[1.347,52.289],[1.345,52.286],[1.344,52.282],[1.346,52.28],[1.35,52.279],[1.35,52.277],[1.356,52.275],[1.355,52.279],[1.36,52.279],[1.372,52.275],[1.377,52.276],[1.382,52.28],[1.387,52.281],[1.391,52.283],[1.394,52.283],[1.402,52.286],[1.391,52.291],[1.387,52.292],[1.384,52.294],[1.381,52.304],[1.384,52.31],[1.38,52.311],[1.379,52.313],[1.371,52.314],[1.367,52.318],[1.36,52.32],[1.357,52.322],[1.361,52.333],[1.362,52.334],[1.357,52.337],[1.362,52.341],[1.365,52.342],[1.369,52.346],[1.38,52.349],[1.384,52.352],[1.388,52.354],[1.394,52.355],[1.397,52.355],[1.407,52.361],[1.41,52.363],[1.417,52.366],[1.422,52.369],[1.426,52.368],[1.437,52.366],[1.444,52.363],[1.45,52.361],[1.447,52.359],[1.456,52.356],[1.468,52.354],[1.473,52.35],[1.481,52.346],[1.488,52.348],[1.489,52.342],[1.49,52.34],[1.485,52.338],[1.484,52.336],[1.486,52.334],[1.485,52.333],[1.489,52.329],[1.494,52.329],[1.497,52.324],[1.494,52.322],[1.498,52.318],[1.5,52.319],[1.507,52.32],[1.51,52.321],[1.514,52.324],[1.519,52.326],[1.522,52.327],[1.529,52.323],[1.527,52.319],[1.528,52.316],[1.533,52.318],[1.535,52.315],[1.541,52.314],[1.548,52.315],[1.549,52.314],[1.559,52.316],[1.566,52.314],[1.569,52.317],[1.581,52.322],[1.576,52.323],[1.572,52.326],[1.569,52.33],[1.568,52.33],[1.566,52.331],[1.563,52.332],[1.568,52.338],[1.571,52.341],[1.564,52.343],[1.56,52.347],[1.576,52.352],[1.587,52.352],[1.588,52.355],[1.593,52.358],[1.595,52.36],[1.591,52.363],[1.592,52.366],[1.589,52.37],[1.596,52.374],[1.597,52.377],[1.602,52.378],[1.606,52.382],[1.607,52.384],[1.605,52.387],[1.608,52.391],[1.613,52.39],[1.618,52.396],[1.624,52.401],[1.632,52.403],[1.633,52.406],[1.631,52.408],[1.633,52.414],[1.64,52.419],[1.632,52.42],[1.625,52.424],[1.626,52.428],[1.621,52.434],[1.602,52.438],[1.592,52.44],[1.586,52.441],[1.575,52.44],[1.555,52.436],[1.553,52.444],[1.554,52.449],[1.552,52.453],[1.553,52.459],[1.55,52.459],[1.544,52.463]]]},"properties":{"PCON24NM":"Waveney Valley","PCON24CD":"E14001569"},"PCON24CD":506}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.973,51.269],[0.968,51.269],[0.965,51.268],[0.955,51.269],[0.954,51.267],[0.95,51.263],[0.951,51.258],[0.949,51.256],[0.942,51.254],[0.938,51.253],[0.934,51.256],[0.931,51.258],[0.927,51.26],[0.924,51.259],[0.921,51.258],[0.92,51.251],[0.905,51.25],[0.906,51.248],[0.902,51.245],[0.897,51.247],[0.892,51.248],[0.888,51.245],[0.882,51.243],[0.88,51.239],[0.877,51.24],[0.868,51.24],[0.863,51.239],[0.861,51.235],[0.86,51.231],[0.855,51.231],[0.851,51.232],[0.842,51.237],[0.835,51.232],[0.825,51.229],[0.822,51.224],[0.816,51.225],[0.812,51.228],[0.81,51.227],[0.804,51.23],[0.798,51.229],[0.791,51.231],[0.796,51.237],[0.793,51.238],[0.782,51.239],[0.779,51.234],[0.778,51.231],[0.77,51.226],[0.766,51.225],[0.761,51.224],[0.755,51.218],[0.751,51.219],[0.75,51.216],[0.745,51.215],[0.744,51.213],[0.747,51.21],[0.74,51.208],[0.737,51.21],[0.725,51.209],[0.722,51.214],[0.722,51.218],[0.721,51.221],[0.715,51.224],[0.711,51.224],[0.706,51.219],[0.702,51.217],[0.698,51.216],[0.694,51.218],[0.688,51.216],[0.683,51.218],[0.681,51.217],[0.676,51.217],[0.674,51.213],[0.668,51.215],[0.667,51.218],[0.67,51.223],[0.659,51.222],[0.655,51.224],[0.656,51.226],[0.653,51.23],[0.656,51.231],[0.663,51.237],[0.663,51.24],[0.659,51.243],[0.646,51.246],[0.643,51.244],[0.643,51.242],[0.639,51.238],[0.637,51.232],[0.638,51.225],[0.637,51.222],[0.616,51.223],[0.606,51.22],[0.607,51.226],[0.605,51.231],[0.603,51.234],[0.604,51.236],[0.6,51.238],[0.597,51.239],[0.594,51.238],[0.591,51.243],[0.589,51.245],[0.585,51.245],[0.573,51.243],[0.571,51.24],[0.573,51.235],[0.56,51.233],[0.56,51.231],[0.551,51.235],[0.546,51.235],[0.548,51.239],[0.544,51.241],[0.541,51.244],[0.536,51.244],[0.531,51.246],[0.527,51.245],[0.516,51.247],[0.512,51.247],[0.512,51.249],[0.503,51.251],[0.503,51.255],[0.502,51.257],[0.498,51.256],[0.497,51.258],[0.493,51.258],[0.484,51.255],[0.482,51.254],[0.474,51.258],[0.464,51.259],[0.457,51.258],[0.449,51.254],[0.445,51.25],[0.443,51.249],[0.439,51.25],[0.431,51.249],[0.422,51.249],[0.417,51.251],[0.407,51.252],[0.398,51.246],[0.394,51.241],[0.388,51.239],[0.384,51.238],[0.383,51.237],[0.379,51.235],[0.38,51.231],[0.383,51.231],[0.391,51.228],[0.394,51.226],[0.399,51.226],[0.399,51.223],[0.402,51.222],[0.409,51.222],[0.406,51.217],[0.404,51.211],[0.404,51.207],[0.401,51.2],[0.4,51.199],[0.392,51.2],[0.389,51.202],[0.385,51.2],[0.384,51.198],[0.384,51.195],[0.392,51.194],[0.396,51.192],[0.4,51.192],[0.404,51.191],[0.404,51.189],[0.41,51.188],[0.409,51.185],[0.416,51.181],[0.431,51.18],[0.441,51.177],[0.443,51.172],[0.447,51.171],[0.452,51.168],[0.453,51.166],[0.457,51.165],[0.462,51.16],[0.464,51.159],[0.468,51.155],[0.47,51.151],[0.469,51.143],[0.476,51.142],[0.481,51.141],[0.484,51.143],[0.491,51.144],[0.497,51.145],[0.499,51.143],[0.504,51.141],[0.51,51.14],[0.509,51.137],[0.515,51.136],[0.508,51.132],[0.508,51.129],[0.514,51.126],[0.512,51.121],[0.503,51.113],[0.5,51.111],[0.498,51.106],[0.493,51.106],[0.485,51.102],[0.482,51.1],[0.477,51.095],[0.483,51.093],[0.481,51.088],[0.484,51.085],[0.487,51.083],[0.491,51.083],[0.497,51.081],[0.495,51.074],[0.49,51.068],[0.489,51.064],[0.495,51.06],[0.499,51.061],[0.502,51.063],[0.502,51.068],[0.505,51.073],[0.51,51.075],[0.518,51.075],[0.521,51.073],[0.53,51.072],[0.534,51.07],[0.532,51.068],[0.531,51.061],[0.541,51.06],[0.545,51.055],[0.543,51.051],[0.549,51.05],[0.552,51.047],[0.558,51.047],[0.565,51.045],[0.568,51.042],[0.573,51.039],[0.58,51.038],[0.581,51.04],[0.585,51.04],[0.588,51.039],[0.592,51.04],[0.595,51.036],[0.595,51.033],[0.593,51.031],[0.599,51.03],[0.602,51.027],[0.596,51.025],[0.597,51.021],[0.606,51.02],[0.605,51.015],[0.605,51.012],[0.611,51.012],[0.616,51.015],[0.625,51.016],[0.627,51.018],[0.63,51.017],[0.636,51.012],[0.639,51.012],[0.646,51.015],[0.655,51.015],[0.658,51.017],[0.661,51.018],[0.665,51.016],[0.671,51.011],[0.671,51.01],[0.675,51.004],[0.681,51.002],[0.682,51.001],[0.689,50.999],[0.699,50.998],[0.705,50.995],[0.709,50.998],[0.711,50.998],[0.721,50.999],[0.725,50.999],[0.738,51.001],[0.741,51.001],[0.757,50.995],[0.773,50.993],[0.778,50.991],[0.779,50.989],[0.782,50.994],[0.831,51.049],[0.836,51.048],[0.837,51.044],[0.833,51.045],[0.831,51.041],[0.834,51.04],[0.84,51.039],[0.839,51.031],[0.846,51.033],[0.85,51.033],[0.853,51.032],[0.856,51.034],[0.856,51.045],[0.861,51.044],[0.87,51.044],[0.871,51.046],[0.87,51.052],[0.875,51.051],[0.878,51.051],[0.881,51.048],[0.883,51.042],[0.886,51.04],[0.893,51.039],[0.894,51.037],[0.9,51.039],[0.9,51.043],[0.898,51.045],[0.901,51.049],[0.907,51.051],[0.91,51.05],[0.916,51.051],[0.917,51.052],[0.923,51.052],[0.921,51.056],[0.927,51.056],[0.927,51.058],[0.932,51.059],[0.935,51.059],[0.947,51.055],[0.952,51.057],[0.959,51.06],[0.963,51.061],[0.969,51.063],[0.967,51.077],[0.969,51.077],[0.973,51.08],[0.975,51.079],[0.978,51.081],[0.977,51.084],[0.98,51.087],[0.98,51.09],[0.983,51.091],[0.983,51.093],[0.985,51.1],[0.982,51.102],[0.98,51.104],[0.974,51.107],[0.969,51.106],[0.958,51.105],[0.955,51.104],[0.953,51.102],[0.948,51.103],[0.944,51.105],[0.939,51.107],[0.936,51.106],[0.935,51.103],[0.93,51.1],[0.926,51.099],[0.922,51.094],[0.907,51.096],[0.901,51.095],[0.895,51.094],[0.893,51.099],[0.895,51.106],[0.898,51.113],[0.885,51.118],[0.88,51.121],[0.88,51.112],[0.88,51.109],[0.87,51.113],[0.868,51.114],[0.871,51.117],[0.869,51.119],[0.86,51.122],[0.858,51.12],[0.849,51.123],[0.845,51.125],[0.838,51.127],[0.838,51.131],[0.836,51.134],[0.834,51.131],[0.827,51.134],[0.829,51.137],[0.828,51.14],[0.838,51.142],[0.839,51.144],[0.843,51.143],[0.847,51.149],[0.845,51.151],[0.837,51.153],[0.84,51.155],[0.839,51.161],[0.852,51.168],[0.853,51.17],[0.86,51.174],[0.867,51.175],[0.87,51.174],[0.875,51.174],[0.879,51.176],[0.884,51.175],[0.892,51.178],[0.897,51.177],[0.91,51.173],[0.911,51.176],[0.91,51.177],[0.913,51.18],[0.913,51.183],[0.91,51.183],[0.911,51.186],[0.914,51.189],[0.914,51.192],[0.917,51.194],[0.921,51.192],[0.924,51.196],[0.932,51.193],[0.938,51.195],[0.94,51.198],[0.943,51.198],[0.946,51.203],[0.951,51.203],[0.95,51.2],[0.959,51.197],[0.965,51.198],[0.967,51.197],[0.967,51.192],[0.972,51.191],[0.973,51.193],[0.979,51.192],[0.986,51.192],[0.99,51.191],[0.997,51.192],[1.003,51.198],[1.003,51.203],[1.005,51.208],[1.005,51.211],[0.999,51.214],[1.001,51.215],[0.997,51.221],[0.995,51.223],[0.99,51.224],[0.991,51.23],[0.986,51.236],[0.986,51.238],[0.991,51.242],[0.99,51.246],[0.998,51.25],[0.998,51.251],[0.992,51.255],[0.988,51.257],[0.979,51.263],[0.973,51.267],[0.973,51.269]]]},"properties":{"PCON24NM":"Weald of Kent","PCON24CD":"E14001570"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.52,52.318],[-0.524,52.318],[-0.533,52.316],[-0.541,52.32],[-0.55,52.321],[-0.554,52.318],[-0.558,52.317],[-0.56,52.319],[-0.567,52.318],[-0.58,52.32],[-0.59,52.323],[-0.596,52.326],[-0.599,52.325],[-0.603,52.328],[-0.608,52.331],[-0.61,52.333],[-0.614,52.332],[-0.619,52.333],[-0.63,52.332],[-0.635,52.333],[-0.633,52.337],[-0.623,52.342],[-0.627,52.344],[-0.626,52.346],[-0.623,52.353],[-0.627,52.355],[-0.629,52.357],[-0.627,52.359],[-0.632,52.362],[-0.636,52.358],[-0.648,52.353],[-0.654,52.348],[-0.658,52.348],[-0.661,52.35],[-0.663,52.349],[-0.668,52.35],[-0.677,52.349],[-0.678,52.35],[-0.683,52.35],[-0.684,52.342],[-0.686,52.341],[-0.68,52.338],[-0.682,52.334],[-0.68,52.332],[-0.681,52.328],[-0.691,52.327],[-0.697,52.327],[-0.702,52.326],[-0.7,52.321],[-0.705,52.319],[-0.711,52.32],[-0.715,52.32],[-0.718,52.32],[-0.724,52.321],[-0.726,52.319],[-0.734,52.318],[-0.736,52.321],[-0.74,52.32],[-0.744,52.317],[-0.756,52.31],[-0.761,52.309],[-0.761,52.306],[-0.757,52.304],[-0.748,52.303],[-0.744,52.303],[-0.739,52.298],[-0.735,52.297],[-0.732,52.294],[-0.728,52.292],[-0.722,52.291],[-0.717,52.289],[-0.712,52.284],[-0.709,52.284],[-0.702,52.284],[-0.695,52.28],[-0.685,52.28],[-0.685,52.277],[-0.681,52.276],[-0.673,52.275],[-0.665,52.272],[-0.661,52.271],[-0.659,52.27],[-0.654,52.268],[-0.647,52.271],[-0.641,52.272],[-0.635,52.272],[-0.631,52.27],[-0.627,52.273],[-0.627,52.275],[-0.62,52.277],[-0.608,52.279],[-0.601,52.278],[-0.596,52.276],[-0.586,52.273],[-0.588,52.271],[-0.581,52.265],[-0.579,52.266],[-0.572,52.259],[-0.566,52.253],[-0.558,52.256],[-0.555,52.258],[-0.55,52.256],[-0.542,52.256],[-0.54,52.257],[-0.538,52.261],[-0.539,52.266],[-0.536,52.268],[-0.531,52.27],[-0.534,52.278],[-0.534,52.282],[-0.541,52.288],[-0.541,52.291],[-0.517,52.313],[-0.514,52.315],[-0.52,52.317],[-0.52,52.318]]]},"properties":{"PCON24NM":"Wellingborough and Rushden","PCON24CD":"E14001571"},"PCON24CD":508}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.708,51.338],[-2.715,51.337],[-2.718,51.338],[-2.72,51.34],[-2.719,51.344],[-2.724,51.345],[-2.726,51.348],[-2.732,51.35],[-2.739,51.348],[-2.745,51.341],[-2.743,51.34],[-2.747,51.337],[-2.75,51.341],[-2.755,51.341],[-2.76,51.343],[-2.763,51.342],[-2.764,51.345],[-2.771,51.344],[-2.771,51.35],[-2.774,51.351],[-2.774,51.358],[-2.782,51.361],[-2.78,51.367],[-2.777,51.37],[-2.778,51.376],[-2.773,51.374],[-2.76,51.376],[-2.76,51.379],[-2.766,51.379],[-2.772,51.379],[-2.779,51.38],[-2.787,51.38],[-2.793,51.381],[-2.795,51.384],[-2.792,51.386],[-2.789,51.387],[-2.79,51.389],[-2.789,51.392],[-2.783,51.393],[-2.783,51.397],[-2.782,51.399],[-2.781,51.404],[-2.791,51.409],[-2.794,51.409],[-2.796,51.411],[-2.806,51.413],[-2.807,51.42],[-2.816,51.423],[-2.816,51.424],[-2.829,51.424],[-2.844,51.426],[-2.856,51.424],[-2.858,51.42],[-2.86,51.417],[-2.865,51.414],[-2.868,51.413],[-2.87,51.411],[-2.873,51.412],[-2.875,51.415],[-2.882,51.415],[-2.884,51.413],[-2.889,51.413],[-2.888,51.413],[-2.889,51.414],[-2.894,51.41],[-2.897,51.406],[-2.913,51.396],[-2.907,51.393],[-2.9,51.392],[-2.895,51.388],[-2.891,51.388],[-2.883,51.385],[-2.879,51.385],[-2.88,51.383],[-2.878,51.379],[-2.892,51.374],[-2.89,51.368],[-2.893,51.359],[-2.895,51.359],[-2.896,51.349],[-2.898,51.349],[-2.904,51.351],[-2.909,51.35],[-2.903,51.344],[-2.899,51.339],[-2.894,51.336],[-2.894,51.331],[-2.897,51.331],[-2.9,51.324],[-2.896,51.322],[-2.896,51.32],[-2.903,51.319],[-2.909,51.32],[-2.911,51.317],[-2.912,51.309],[-2.909,51.307],[-2.908,51.298],[-2.91,51.298],[-2.91,51.294],[-2.918,51.294],[-2.924,51.298],[-2.928,51.298],[-2.932,51.299],[-2.934,51.302],[-2.939,51.303],[-2.951,51.303],[-2.954,51.305],[-2.962,51.305],[-2.962,51.3],[-2.964,51.298],[-2.97,51.296],[-2.975,51.296],[-2.98,51.293],[-2.98,51.288],[-2.983,51.288],[-2.986,51.28],[-2.993,51.277],[-2.988,51.272],[-2.993,51.262],[-2.993,51.261],[-2.98,51.259],[-2.982,51.252],[-2.979,51.249],[-2.982,51.239],[-2.983,51.235],[-2.977,51.233],[-2.972,51.232],[-2.969,51.229],[-2.961,51.229],[-2.958,51.225],[-2.959,51.221],[-2.956,51.22],[-2.957,51.216],[-2.963,51.217],[-2.964,51.214],[-2.968,51.214],[-2.972,51.218],[-2.978,51.188],[-2.974,51.186],[-2.968,51.185],[-2.962,51.182],[-2.958,51.182],[-2.957,51.186],[-2.949,51.188],[-2.94,51.187],[-2.936,51.186],[-2.93,51.188],[-2.926,51.188],[-2.917,51.185],[-2.896,51.183],[-2.897,51.175],[-2.898,51.17],[-2.901,51.163],[-2.906,51.152],[-2.909,51.149],[-2.904,51.148],[-2.906,51.142],[-2.918,51.144],[-2.93,51.145],[-2.94,51.147],[-2.939,51.145],[-2.936,51.142],[-2.928,51.135],[-2.915,51.119],[-2.914,51.119],[-2.862,51.106],[-2.864,51.104],[-2.854,51.102],[-2.85,51.103],[-2.845,51.102],[-2.82,51.108],[-2.794,51.108],[-2.791,51.098],[-2.772,51.097],[-2.765,51.108],[-2.754,51.105],[-2.752,51.108],[-2.754,51.111],[-2.753,51.117],[-2.752,51.121],[-2.755,51.123],[-2.756,51.126],[-2.759,51.127],[-2.758,51.134],[-2.756,51.135],[-2.755,51.139],[-2.751,51.141],[-2.745,51.143],[-2.745,51.16],[-2.731,51.155],[-2.727,51.16],[-2.725,51.165],[-2.722,51.165],[-2.718,51.167],[-2.717,51.17],[-2.709,51.169],[-2.681,51.166],[-2.67,51.164],[-2.652,51.163],[-2.652,51.161],[-2.647,51.161],[-2.641,51.16],[-2.64,51.159],[-2.635,51.158],[-2.631,51.16],[-2.622,51.16],[-2.615,51.162],[-2.613,51.158],[-2.609,51.157],[-2.609,51.155],[-2.607,51.151],[-2.609,51.149],[-2.607,51.144],[-2.598,51.144],[-2.595,51.142],[-2.587,51.143],[-2.583,51.146],[-2.58,51.146],[-2.578,51.149],[-2.573,51.147],[-2.569,51.15],[-2.571,51.153],[-2.567,51.155],[-2.565,51.155],[-2.557,51.159],[-2.545,51.161],[-2.541,51.161],[-2.537,51.169],[-2.528,51.171],[-2.52,51.174],[-2.521,51.176],[-2.521,51.18],[-2.523,51.185],[-2.522,51.187],[-2.526,51.19],[-2.529,51.189],[-2.524,51.203],[-2.531,51.204],[-2.531,51.206],[-2.537,51.206],[-2.544,51.207],[-2.555,51.211],[-2.552,51.214],[-2.546,51.226],[-2.552,51.228],[-2.554,51.234],[-2.553,51.237],[-2.555,51.239],[-2.56,51.239],[-2.557,51.243],[-2.539,51.253],[-2.538,51.255],[-2.54,51.259],[-2.533,51.26],[-2.529,51.263],[-2.525,51.265],[-2.516,51.268],[-2.515,51.275],[-2.511,51.275],[-2.506,51.279],[-2.5,51.283],[-2.5,51.285],[-2.497,51.287],[-2.497,51.291],[-2.5,51.291],[-2.505,51.29],[-2.506,51.291],[-2.513,51.293],[-2.523,51.294],[-2.525,51.293],[-2.531,51.294],[-2.534,51.295],[-2.539,51.296],[-2.541,51.298],[-2.55,51.301],[-2.551,51.298],[-2.554,51.299],[-2.553,51.301],[-2.558,51.303],[-2.563,51.299],[-2.568,51.297],[-2.571,51.295],[-2.574,51.295],[-2.581,51.293],[-2.586,51.293],[-2.592,51.297],[-2.595,51.295],[-2.597,51.291],[-2.6,51.289],[-2.607,51.287],[-2.613,51.284],[-2.618,51.286],[-2.621,51.284],[-2.625,51.285],[-2.625,51.282],[-2.63,51.284],[-2.636,51.287],[-2.64,51.291],[-2.641,51.296],[-2.647,51.298],[-2.66,51.303],[-2.667,51.302],[-2.665,51.305],[-2.667,51.309],[-2.672,51.312],[-2.674,51.31],[-2.686,51.316],[-2.695,51.318],[-2.694,51.322],[-2.687,51.33],[-2.693,51.332],[-2.698,51.336],[-2.708,51.338]]]},"properties":{"PCON24NM":"Wells and Mendip Hills","PCON24CD":"E14001572"},"PCON24CD":509}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.168,51.831],[-0.171,51.835],[-0.174,51.837],[-0.17,51.838],[-0.169,51.843],[-0.167,51.844],[-0.166,51.849],[-0.171,51.855],[-0.176,51.857],[-0.176,51.859],[-0.181,51.86],[-0.186,51.86],[-0.192,51.857],[-0.197,51.859],[-0.199,51.858],[-0.207,51.854],[-0.197,51.849],[-0.198,51.846],[-0.201,51.844],[-0.205,51.844],[-0.211,51.84],[-0.212,51.843],[-0.206,51.846],[-0.211,51.849],[-0.213,51.851],[-0.218,51.847],[-0.226,51.844],[-0.223,51.839],[-0.22,51.837],[-0.223,51.835],[-0.231,51.837],[-0.237,51.836],[-0.241,51.835],[-0.245,51.839],[-0.243,51.843],[-0.248,51.846],[-0.254,51.845],[-0.257,51.845],[-0.266,51.842],[-0.273,51.84],[-0.274,51.835],[-0.267,51.835],[-0.264,51.833],[-0.262,51.828],[-0.256,51.824],[-0.252,51.822],[-0.249,51.818],[-0.247,51.815],[-0.243,51.813],[-0.244,51.809],[-0.247,51.807],[-0.254,51.805],[-0.257,51.803],[-0.265,51.802],[-0.275,51.8],[-0.277,51.798],[-0.271,51.791],[-0.274,51.787],[-0.274,51.783],[-0.277,51.778],[-0.276,51.772],[-0.272,51.769],[-0.269,51.77],[-0.267,51.768],[-0.263,51.763],[-0.259,51.76],[-0.261,51.759],[-0.258,51.755],[-0.257,51.752],[-0.253,51.748],[-0.246,51.752],[-0.242,51.742],[-0.245,51.741],[-0.246,51.738],[-0.246,51.734],[-0.244,51.732],[-0.255,51.73],[-0.251,51.725],[-0.241,51.716],[-0.241,51.71],[-0.237,51.706],[-0.235,51.71],[-0.227,51.713],[-0.218,51.714],[-0.213,51.711],[-0.206,51.71],[-0.199,51.71],[-0.19,51.707],[-0.181,51.706],[-0.176,51.703],[-0.172,51.703],[-0.164,51.709],[-0.162,51.715],[-0.157,51.723],[-0.157,51.726],[-0.153,51.727],[-0.152,51.729],[-0.154,51.732],[-0.155,51.737],[-0.152,51.737],[-0.144,51.735],[-0.138,51.737],[-0.14,51.744],[-0.139,51.748],[-0.139,51.752],[-0.144,51.756],[-0.143,51.769],[-0.143,51.774],[-0.153,51.781],[-0.159,51.786],[-0.164,51.789],[-0.164,51.795],[-0.16,51.797],[-0.158,51.796],[-0.156,51.799],[-0.15,51.799],[-0.15,51.802],[-0.153,51.802],[-0.157,51.804],[-0.161,51.805],[-0.16,51.807],[-0.166,51.809],[-0.174,51.81],[-0.184,51.815],[-0.18,51.82],[-0.173,51.824],[-0.168,51.831]]]},"properties":{"PCON24NM":"Welwyn Hatfield","PCON24CD":"E14001573"},"PCON24CD":510}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.942,52.561],[-1.948,52.557],[-1.953,52.557],[-1.952,52.561],[-1.954,52.562],[-1.961,52.562],[-1.964,52.563],[-1.967,52.562],[-1.967,52.559],[-1.975,52.559],[-1.975,52.556],[-1.977,52.553],[-1.982,52.548],[-1.984,52.545],[-1.985,52.54],[-1.987,52.535],[-1.995,52.531],[-1.99,52.529],[-1.993,52.524],[-2.001,52.525],[-2.002,52.531],[-2.01,52.529],[-2.016,52.529],[-2.022,52.53],[-2.022,52.524],[-2.027,52.521],[-2.033,52.519],[-2.048,52.524],[-2.054,52.521],[-2.06,52.517],[-2.063,52.514],[-2.057,52.512],[-2.061,52.507],[-2.061,52.502],[-2.063,52.5],[-2.069,52.496],[-2.07,52.492],[-2.064,52.487],[-2.069,52.484],[-2.071,52.482],[-2.073,52.479],[-2.07,52.478],[-2.066,52.477],[-2.058,52.48],[-2.053,52.482],[-2.046,52.482],[-2.041,52.482],[-2.038,52.483],[-2.041,52.485],[-2.04,52.487],[-2.034,52.49],[-2.038,52.492],[-2.036,52.494],[-2.029,52.497],[-2.024,52.496],[-2.021,52.493],[-2.019,52.493],[-2.016,52.496],[-2.012,52.492],[-2.007,52.491],[-2.001,52.498],[-1.996,52.501],[-1.998,52.502],[-1.998,52.506],[-1.993,52.507],[-1.985,52.506],[-1.978,52.508],[-1.975,52.512],[-1.962,52.51],[-1.962,52.516],[-1.958,52.519],[-1.96,52.525],[-1.962,52.528],[-1.96,52.531],[-1.957,52.53],[-1.951,52.53],[-1.947,52.533],[-1.943,52.534],[-1.937,52.532],[-1.93,52.533],[-1.93,52.543],[-1.932,52.546],[-1.922,52.546],[-1.918,52.547],[-1.923,52.551],[-1.929,52.554],[-1.933,52.554],[-1.933,52.559],[-1.936,52.56],[-1.942,52.561]]]},"properties":{"PCON24NM":"West Bromwich","PCON24CD":"E14001574"},"PCON24CD":511}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.415,50.961],[-2.418,50.962],[-2.42,50.965],[-2.425,50.97],[-2.428,50.971],[-2.437,50.969],[-2.447,50.968],[-2.445,50.963],[-2.442,50.963],[-2.443,50.958],[-2.449,50.953],[-2.455,50.949],[-2.46,50.951],[-2.458,50.953],[-2.461,50.956],[-2.464,50.955],[-2.467,50.96],[-2.475,50.958],[-2.476,50.961],[-2.475,50.963],[-2.48,50.966],[-2.485,50.971],[-2.488,50.973],[-2.489,50.977],[-2.492,50.979],[-2.497,50.987],[-2.502,50.994],[-2.509,50.995],[-2.513,50.994],[-2.52,50.994],[-2.523,50.992],[-2.53,50.993],[-2.536,50.994],[-2.535,50.999],[-2.547,51],[-2.547,50.997],[-2.551,50.996],[-2.552,50.994],[-2.545,50.992],[-2.545,50.985],[-2.553,50.983],[-2.556,50.98],[-2.562,50.978],[-2.569,50.985],[-2.575,50.987],[-2.575,50.983],[-2.581,50.981],[-2.583,50.979],[-2.589,50.977],[-2.596,50.981],[-2.603,50.976],[-2.598,50.973],[-2.6,50.967],[-2.596,50.965],[-2.595,50.961],[-2.598,50.96],[-2.599,50.954],[-2.598,50.95],[-2.599,50.948],[-2.606,50.945],[-2.609,50.942],[-2.615,50.939],[-2.606,50.935],[-2.604,50.931],[-2.604,50.928],[-2.607,50.926],[-2.615,50.923],[-2.615,50.918],[-2.617,50.916],[-2.617,50.912],[-2.624,50.908],[-2.622,50.905],[-2.62,50.905],[-2.619,50.902],[-2.616,50.897],[-2.615,50.893],[-2.61,50.892],[-2.612,50.886],[-2.615,50.884],[-2.616,50.882],[-2.621,50.881],[-2.624,50.879],[-2.627,50.88],[-2.628,50.886],[-2.631,50.886],[-2.646,50.888],[-2.647,50.884],[-2.651,50.883],[-2.661,50.887],[-2.674,50.879],[-2.679,50.877],[-2.696,50.876],[-2.696,50.875],[-2.7,50.873],[-2.703,50.873],[-2.708,50.87],[-2.714,50.871],[-2.714,50.867],[-2.715,50.864],[-2.725,50.865],[-2.75,50.864],[-2.754,50.865],[-2.755,50.867],[-2.76,50.866],[-2.761,50.861],[-2.77,50.86],[-2.779,50.861],[-2.782,50.86],[-2.786,50.855],[-2.792,50.853],[-2.795,50.855],[-2.799,50.855],[-2.808,50.859],[-2.806,50.861],[-2.811,50.863],[-2.816,50.857],[-2.826,50.851],[-2.842,50.847],[-2.845,50.852],[-2.851,50.851],[-2.854,50.849],[-2.858,50.85],[-2.864,50.849],[-2.867,50.849],[-2.876,50.849],[-2.881,50.848],[-2.886,50.851],[-2.889,50.85],[-2.895,50.847],[-2.897,50.848],[-2.902,50.846],[-2.903,50.844],[-2.91,50.845],[-2.913,50.843],[-2.92,50.841],[-2.925,50.839],[-2.93,50.839],[-2.935,50.838],[-2.938,50.835],[-2.943,50.835],[-2.945,50.831],[-2.944,50.829],[-2.946,50.828],[-2.947,50.824],[-2.951,50.823],[-2.954,50.821],[-2.957,50.82],[-2.96,50.816],[-2.953,50.815],[-2.948,50.815],[-2.942,50.811],[-2.938,50.81],[-2.929,50.808],[-2.924,50.808],[-2.919,50.806],[-2.907,50.805],[-2.893,50.805],[-2.89,50.803],[-2.889,50.799],[-2.887,50.797],[-2.887,50.793],[-2.893,50.79],[-2.898,50.786],[-2.914,50.784],[-2.929,50.783],[-2.932,50.782],[-2.944,50.776],[-2.954,50.768],[-2.956,50.764],[-2.95,50.761],[-2.939,50.757],[-2.935,50.754],[-2.94,50.752],[-2.941,50.749],[-2.938,50.746],[-2.94,50.743],[-2.947,50.737],[-2.948,50.734],[-2.953,50.729],[-2.953,50.725],[-2.949,50.721],[-2.948,50.718],[-2.94,50.72],[-2.937,50.723],[-2.931,50.725],[-2.928,50.729],[-2.921,50.732],[-2.917,50.732],[-2.911,50.734],[-2.894,50.733],[-2.875,50.73],[-2.862,50.727],[-2.84,50.723],[-2.837,50.724],[-2.827,50.723],[-2.819,50.721],[-2.814,50.718],[-2.81,50.718],[-2.805,50.719],[-2.799,50.718],[-2.794,50.718],[-2.777,50.714],[-2.74,50.703],[-2.732,50.699],[-2.724,50.697],[-2.678,50.68],[-2.653,50.67],[-2.627,50.66],[-2.591,50.643],[-2.545,50.619],[-2.531,50.612],[-2.517,50.604],[-2.516,50.605],[-2.526,50.611],[-2.535,50.616],[-2.544,50.621],[-2.552,50.624],[-2.561,50.629],[-2.567,50.633],[-2.574,50.636],[-2.578,50.638],[-2.611,50.654],[-2.597,50.653],[-2.598,50.649],[-2.592,50.647],[-2.589,50.646],[-2.582,50.642],[-2.578,50.641],[-2.575,50.639],[-2.57,50.638],[-2.561,50.638],[-2.558,50.631],[-2.552,50.631],[-2.546,50.628],[-2.552,50.627],[-2.549,50.625],[-2.546,50.626],[-2.544,50.623],[-2.54,50.622],[-2.538,50.62],[-2.532,50.617],[-2.525,50.617],[-2.521,50.618],[-2.517,50.618],[-2.515,50.614],[-2.514,50.61],[-2.509,50.611],[-2.507,50.613],[-2.505,50.618],[-2.51,50.624],[-2.518,50.625],[-2.523,50.628],[-2.522,50.632],[-2.525,50.64],[-2.524,50.643],[-2.522,50.652],[-2.515,50.65],[-2.509,50.651],[-2.502,50.65],[-2.5,50.661],[-2.497,50.67],[-2.495,50.679],[-2.483,50.678],[-2.477,50.677],[-2.472,50.676],[-2.467,50.672],[-2.464,50.672],[-2.466,50.667],[-2.465,50.661],[-2.467,50.652],[-2.461,50.652],[-2.459,50.651],[-2.448,50.647],[-2.443,50.647],[-2.433,50.646],[-2.434,50.65],[-2.433,50.652],[-2.429,50.653],[-2.429,50.657],[-2.425,50.657],[-2.424,50.659],[-2.418,50.661],[-2.4,50.665],[-2.401,50.663],[-2.395,50.662],[-2.39,50.664],[-2.381,50.667],[-2.374,50.669],[-2.372,50.673],[-2.37,50.674],[-2.363,50.681],[-2.36,50.688],[-2.356,50.695],[-2.354,50.701],[-2.338,50.701],[-2.323,50.702],[-2.317,50.702],[-2.313,50.704],[-2.309,50.706],[-2.311,50.71],[-2.31,50.716],[-2.308,50.719],[-2.311,50.719],[-2.31,50.723],[-2.306,50.726],[-2.304,50.73],[-2.313,50.733],[-2.32,50.738],[-2.326,50.739],[-2.33,50.731],[-2.334,50.732],[-2.337,50.73],[-2.338,50.722],[-2.34,50.723],[-2.34,50.718],[-2.331,50.721],[-2.328,50.721],[-2.327,50.718],[-2.334,50.718],[-2.347,50.714],[-2.353,50.715],[-2.36,50.713],[-2.36,50.711],[-2.369,50.711],[-2.376,50.713],[-2.378,50.711],[-2.382,50.711],[-2.382,50.716],[-2.382,50.724],[-2.383,50.729],[-2.382,50.732],[-2.384,50.738],[-2.387,50.744],[-2.39,50.744],[-2.397,50.743],[-2.4,50.748],[-2.405,50.748],[-2.412,50.749],[-2.416,50.751],[-2.421,50.749],[-2.421,50.755],[-2.416,50.756],[-2.407,50.757],[-2.391,50.762],[-2.384,50.757],[-2.381,50.761],[-2.378,50.763],[-2.369,50.764],[-2.372,50.769],[-2.374,50.771],[-2.376,50.778],[-2.371,50.785],[-2.364,50.785],[-2.359,50.782],[-2.354,50.779],[-2.342,50.776],[-2.335,50.772],[-2.325,50.77],[-2.32,50.771],[-2.317,50.768],[-2.314,50.769],[-2.309,50.763],[-2.306,50.763],[-2.307,50.769],[-2.304,50.77],[-2.3,50.771],[-2.296,50.774],[-2.296,50.779],[-2.307,50.78],[-2.305,50.784],[-2.3,50.787],[-2.303,50.792],[-2.307,50.795],[-2.311,50.795],[-2.315,50.797],[-2.315,50.801],[-2.304,50.804],[-2.306,50.809],[-2.309,50.812],[-2.312,50.817],[-2.308,50.818],[-2.305,50.817],[-2.302,50.82],[-2.299,50.82],[-2.294,50.819],[-2.291,50.824],[-2.292,50.826],[-2.298,50.829],[-2.301,50.835],[-2.307,50.841],[-2.309,50.844],[-2.314,50.849],[-2.319,50.846],[-2.324,50.844],[-2.329,50.845],[-2.328,50.849],[-2.331,50.851],[-2.336,50.851],[-2.345,50.85],[-2.353,50.848],[-2.356,50.849],[-2.359,50.847],[-2.363,50.847],[-2.37,50.845],[-2.374,50.845],[-2.377,50.847],[-2.38,50.847],[-2.384,50.845],[-2.386,50.843],[-2.398,50.839],[-2.402,50.843],[-2.399,50.848],[-2.398,50.852],[-2.394,50.859],[-2.396,50.862],[-2.402,50.861],[-2.41,50.861],[-2.416,50.858],[-2.423,50.858],[-2.424,50.867],[-2.428,50.869],[-2.435,50.867],[-2.436,50.869],[-2.432,50.872],[-2.434,50.874],[-2.431,50.879],[-2.43,50.883],[-2.428,50.884],[-2.425,50.886],[-2.42,50.886],[-2.417,50.887],[-2.415,50.89],[-2.407,50.893],[-2.403,50.893],[-2.399,50.901],[-2.4,50.906],[-2.401,50.91],[-2.406,50.914],[-2.41,50.921],[-2.413,50.919],[-2.417,50.92],[-2.425,50.923],[-2.429,50.925],[-2.438,50.926],[-2.442,50.925],[-2.444,50.929],[-2.447,50.93],[-2.447,50.934],[-2.445,50.936],[-2.44,50.939],[-2.43,50.939],[-2.431,50.943],[-2.428,50.948],[-2.425,50.95],[-2.427,50.952],[-2.424,50.954],[-2.424,50.959],[-2.415,50.961]]]},"properties":{"PCON24NM":"West Dorset","PCON24CD":"E14001575"},"PCON24CD":512}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-0.008,51.523],[-0.007,51.526],[-0.008,51.525],[-0.008,51.523]]],[[[0.033,51.535],[0.027,51.533],[0.028,51.537],[0.022,51.537],[0.022,51.54],[0.018,51.542],[0.011,51.541],[0.001,51.537],[0.004,51.531],[0.005,51.528],[-0.006,51.526],[-0.008,51.52],[-0.005,51.517],[-0.003,51.519],[0.007,51.514],[0.008,51.513],[0.007,51.51],[0.011,51.509],[0.01,51.507],[0.018,51.501],[0.021,51.499],[0.029,51.499],[0.035,51.5],[0.043,51.5],[0.059,51.498],[0.069,51.499],[0.074,51.5],[0.078,51.505],[0.08,51.508],[0.085,51.512],[0.09,51.515],[0.095,51.515],[0.094,51.52],[0.092,51.523],[0.092,51.526],[0.085,51.526],[0.08,51.528],[0.058,51.52],[0.052,51.52],[0.045,51.52],[0.041,51.52],[0.038,51.53],[0.033,51.535]]]]},"properties":{"PCON24NM":"West Ham and Beckton","PCON24CD":"E14001576"},"PCON24CD":513}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.808,53.628],[-2.809,53.622],[-2.848,53.625],[-2.857,53.633],[-2.877,53.64],[-2.899,53.65],[-2.931,53.647],[-2.93,53.644],[-2.936,53.643],[-2.942,53.642],[-2.945,53.639],[-2.948,53.637],[-2.953,53.638],[-2.96,53.639],[-2.962,53.637],[-2.967,53.632],[-2.982,53.622],[-2.994,53.628],[-3.001,53.625],[-3.002,53.622],[-3.005,53.62],[-3.007,53.617],[-3.011,53.615],[-3.014,53.611],[-3.02,53.609],[-3.021,53.607],[-3.028,53.603],[-3.032,53.598],[-3.031,53.596],[-3.033,53.589],[-3.035,53.587],[-3.033,53.585],[-3.021,53.584],[-3.022,53.574],[-3.023,53.57],[-3.033,53.569],[-3.04,53.566],[-3.041,53.562],[-3.039,53.559],[-3.04,53.556],[-3.039,53.553],[-3.041,53.549],[-3.046,53.543],[-3.043,53.54],[-3.04,53.541],[-3.039,53.538],[-3.035,53.539],[-3.032,53.537],[-3.028,53.539],[-3.017,53.536],[-3.014,53.535],[-3.014,53.532],[-3.009,53.532],[-3.008,53.529],[-3.001,53.528],[-2.99,53.523],[-2.985,53.522],[-2.976,53.515],[-2.972,53.516],[-2.964,53.52],[-2.963,53.525],[-2.967,53.527],[-2.971,53.534],[-2.973,53.536],[-2.974,53.54],[-2.978,53.543],[-2.978,53.546],[-2.972,53.548],[-2.97,53.547],[-2.966,53.548],[-2.96,53.546],[-2.955,53.546],[-2.951,53.544],[-2.948,53.544],[-2.942,53.541],[-2.941,53.54],[-2.937,53.539],[-2.934,53.533],[-2.931,53.531],[-2.926,53.53],[-2.926,53.527],[-2.923,53.525],[-2.906,53.522],[-2.9,53.522],[-2.895,53.521],[-2.889,53.522],[-2.884,53.52],[-2.888,53.515],[-2.892,53.511],[-2.888,53.504],[-2.881,53.503],[-2.873,53.5],[-2.871,53.495],[-2.861,53.491],[-2.859,53.492],[-2.85,53.493],[-2.844,53.49],[-2.843,53.488],[-2.844,53.484],[-2.826,53.483],[-2.825,53.485],[-2.824,53.49],[-2.82,53.494],[-2.82,53.497],[-2.823,53.505],[-2.822,53.505],[-2.817,53.512],[-2.811,53.514],[-2.81,53.516],[-2.806,53.518],[-2.795,53.521],[-2.792,53.525],[-2.782,53.531],[-2.775,53.524],[-2.771,53.519],[-2.769,53.514],[-2.76,53.513],[-2.759,53.514],[-2.752,53.516],[-2.748,53.516],[-2.741,53.518],[-2.731,53.521],[-2.725,53.524],[-2.721,53.525],[-2.718,53.527],[-2.716,53.534],[-2.716,53.539],[-2.719,53.544],[-2.711,53.549],[-2.71,53.553],[-2.708,53.555],[-2.705,53.56],[-2.705,53.562],[-2.705,53.563],[-2.71,53.564],[-2.711,53.566],[-2.716,53.57],[-2.718,53.573],[-2.716,53.575],[-2.718,53.577],[-2.715,53.578],[-2.714,53.582],[-2.712,53.583],[-2.708,53.587],[-2.703,53.587],[-2.703,53.59],[-2.7,53.591],[-2.694,53.589],[-2.694,53.592],[-2.692,53.598],[-2.689,53.604],[-2.696,53.605],[-2.698,53.611],[-2.698,53.614],[-2.695,53.616],[-2.691,53.62],[-2.692,53.624],[-2.701,53.623],[-2.704,53.621],[-2.705,53.619],[-2.71,53.618],[-2.721,53.619],[-2.727,53.621],[-2.732,53.622],[-2.736,53.624],[-2.743,53.622],[-2.749,53.618],[-2.758,53.615],[-2.765,53.619],[-2.774,53.62],[-2.779,53.62],[-2.781,53.623],[-2.793,53.623],[-2.789,53.619],[-2.788,53.617],[-2.791,53.615],[-2.796,53.616],[-2.801,53.623],[-2.801,53.625],[-2.803,53.627],[-2.804,53.627],[-2.807,53.628],[-2.808,53.628]]]},"properties":{"PCON24NM":"West Lancashire","PCON24CD":"E14001577"},"PCON24CD":514}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[0.712,52.395],[0.708,52.396],[0.695,52.397],[0.684,52.399],[0.673,52.404],[0.669,52.409],[0.673,52.414],[0.685,52.425],[0.69,52.427],[0.696,52.433],[0.705,52.438],[0.715,52.445],[0.719,52.45],[0.713,52.451],[0.707,52.453],[0.701,52.451],[0.694,52.451],[0.679,52.455],[0.668,52.462],[0.663,52.462],[0.655,52.457],[0.651,52.457],[0.647,52.453],[0.642,52.451],[0.636,52.451],[0.634,52.45],[0.628,52.451],[0.63,52.454],[0.622,52.454],[0.619,52.45],[0.615,52.449],[0.61,52.45],[0.609,52.453],[0.6,52.453],[0.596,52.454],[0.588,52.453],[0.583,52.452],[0.578,52.453],[0.573,52.452],[0.568,52.453],[0.563,52.454],[0.559,52.456],[0.554,52.456],[0.549,52.454],[0.548,52.452],[0.543,52.45],[0.534,52.452],[0.529,52.453],[0.527,52.45],[0.524,52.448],[0.516,52.451],[0.514,52.449],[0.507,52.451],[0.5,52.45],[0.496,52.447],[0.493,52.448],[0.486,52.448],[0.477,52.446],[0.467,52.446],[0.459,52.447],[0.457,52.445],[0.45,52.448],[0.446,52.447],[0.444,52.445],[0.439,52.443],[0.439,52.441],[0.431,52.438],[0.429,52.436],[0.428,52.435],[0.423,52.434],[0.425,52.43],[0.418,52.428],[0.375,52.41],[0.379,52.402],[0.385,52.392],[0.389,52.387],[0.4,52.373],[0.407,52.363],[0.41,52.36],[0.416,52.36],[0.419,52.358],[0.421,52.352],[0.429,52.353],[0.436,52.352],[0.443,52.349],[0.44,52.342],[0.438,52.341],[0.437,52.337],[0.438,52.335],[0.43,52.331],[0.424,52.329],[0.429,52.324],[0.43,52.32],[0.431,52.316],[0.446,52.318],[0.448,52.317],[0.457,52.317],[0.461,52.311],[0.462,52.309],[0.469,52.307],[0.471,52.304],[0.476,52.303],[0.482,52.3],[0.486,52.297],[0.488,52.296],[0.496,52.291],[0.501,52.289],[0.505,52.286],[0.505,52.285],[0.5,52.285],[0.497,52.28],[0.495,52.276],[0.499,52.274],[0.495,52.272],[0.46,52.266],[0.454,52.264],[0.424,52.256],[0.417,52.262],[0.404,52.274],[0.395,52.279],[0.395,52.28],[0.385,52.283],[0.386,52.29],[0.383,52.293],[0.376,52.294],[0.371,52.295],[0.369,52.297],[0.361,52.298],[0.359,52.297],[0.361,52.293],[0.359,52.289],[0.351,52.283],[0.355,52.279],[0.35,52.275],[0.344,52.27],[0.34,52.268],[0.345,52.265],[0.343,52.263],[0.35,52.259],[0.358,52.253],[0.361,52.249],[0.351,52.245],[0.343,52.242],[0.371,52.227],[0.385,52.234],[0.395,52.231],[0.408,52.239],[0.412,52.24],[0.415,52.238],[0.421,52.24],[0.421,52.243],[0.415,52.248],[0.427,52.254],[0.434,52.25],[0.443,52.243],[0.446,52.244],[0.45,52.243],[0.453,52.248],[0.455,52.248],[0.46,52.243],[0.465,52.24],[0.471,52.241],[0.478,52.235],[0.483,52.232],[0.484,52.235],[0.489,52.239],[0.495,52.239],[0.501,52.236],[0.508,52.23],[0.512,52.228],[0.514,52.227],[0.513,52.224],[0.513,52.214],[0.509,52.214],[0.507,52.209],[0.503,52.207],[0.504,52.205],[0.502,52.203],[0.501,52.198],[0.503,52.196],[0.501,52.193],[0.497,52.191],[0.495,52.189],[0.495,52.186],[0.493,52.181],[0.494,52.178],[0.491,52.174],[0.491,52.172],[0.487,52.17],[0.49,52.168],[0.49,52.166],[0.486,52.165],[0.479,52.166],[0.477,52.168],[0.473,52.164],[0.47,52.165],[0.468,52.168],[0.463,52.171],[0.457,52.171],[0.453,52.173],[0.445,52.171],[0.443,52.169],[0.444,52.165],[0.439,52.166],[0.438,52.16],[0.436,52.16],[0.421,52.16],[0.417,52.159],[0.421,52.156],[0.419,52.15],[0.42,52.147],[0.419,52.142],[0.42,52.139],[0.417,52.133],[0.41,52.134],[0.405,52.129],[0.409,52.124],[0.406,52.123],[0.396,52.122],[0.395,52.12],[0.39,52.118],[0.389,52.114],[0.385,52.11],[0.385,52.107],[0.382,52.103],[0.383,52.101],[0.389,52.099],[0.389,52.097],[0.393,52.095],[0.391,52.088],[0.394,52.088],[0.394,52.084],[0.397,52.083],[0.402,52.083],[0.401,52.08],[0.403,52.078],[0.404,52.075],[0.401,52.073],[0.407,52.071],[0.403,52.066],[0.405,52.066],[0.409,52.064],[0.419,52.065],[0.421,52.066],[0.429,52.068],[0.435,52.069],[0.438,52.072],[0.445,52.072],[0.444,52.069],[0.452,52.068],[0.454,52.071],[0.462,52.072],[0.458,52.076],[0.465,52.077],[0.47,52.076],[0.471,52.073],[0.475,52.074],[0.483,52.072],[0.49,52.067],[0.487,52.064],[0.49,52.06],[0.495,52.057],[0.5,52.057],[0.501,52.054],[0.505,52.055],[0.511,52.06],[0.517,52.059],[0.519,52.057],[0.523,52.057],[0.53,52.059],[0.534,52.06],[0.539,52.058],[0.542,52.058],[0.546,52.06],[0.55,52.064],[0.55,52.067],[0.552,52.069],[0.555,52.069],[0.562,52.071],[0.566,52.071],[0.572,52.069],[0.576,52.071],[0.576,52.073],[0.583,52.074],[0.59,52.075],[0.595,52.075],[0.604,52.077],[0.604,52.079],[0.608,52.081],[0.612,52.079],[0.62,52.077],[0.62,52.079],[0.626,52.079],[0.628,52.082],[0.632,52.082],[0.634,52.086],[0.642,52.086],[0.652,52.083],[0.657,52.085],[0.654,52.086],[0.655,52.091],[0.653,52.097],[0.651,52.101],[0.647,52.103],[0.642,52.11],[0.639,52.11],[0.638,52.114],[0.635,52.115],[0.634,52.118],[0.636,52.119],[0.634,52.123],[0.631,52.123],[0.629,52.125],[0.631,52.127],[0.627,52.129],[0.627,52.131],[0.633,52.131],[0.637,52.133],[0.638,52.138],[0.634,52.141],[0.634,52.143],[0.64,52.146],[0.638,52.148],[0.641,52.156],[0.644,52.156],[0.645,52.16],[0.654,52.162],[0.663,52.161],[0.664,52.158],[0.676,52.159],[0.677,52.158],[0.682,52.156],[0.686,52.159],[0.692,52.158],[0.693,52.162],[0.693,52.166],[0.697,52.17],[0.693,52.176],[0.696,52.178],[0.694,52.18],[0.698,52.181],[0.703,52.181],[0.708,52.179],[0.714,52.177],[0.716,52.178],[0.717,52.178],[0.728,52.178],[0.732,52.182],[0.735,52.187],[0.74,52.189],[0.747,52.187],[0.749,52.183],[0.754,52.182],[0.758,52.183],[0.763,52.187],[0.758,52.189],[0.763,52.191],[0.766,52.191],[0.765,52.188],[0.771,52.188],[0.771,52.191],[0.775,52.193],[0.776,52.197],[0.772,52.2],[0.773,52.206],[0.776,52.211],[0.768,52.212],[0.758,52.213],[0.75,52.212],[0.747,52.217],[0.74,52.22],[0.732,52.228],[0.717,52.226],[0.71,52.223],[0.706,52.222],[0.703,52.226],[0.703,52.228],[0.699,52.228],[0.701,52.231],[0.69,52.23],[0.687,52.232],[0.683,52.238],[0.681,52.242],[0.678,52.245],[0.679,52.249],[0.674,52.249],[0.676,52.252],[0.676,52.255],[0.683,52.254],[0.685,52.257],[0.673,52.257],[0.665,52.257],[0.67,52.267],[0.67,52.268],[0.673,52.275],[0.677,52.276],[0.68,52.282],[0.685,52.285],[0.685,52.29],[0.687,52.292],[0.692,52.293],[0.695,52.294],[0.702,52.292],[0.708,52.292],[0.714,52.291],[0.719,52.293],[0.72,52.295],[0.725,52.296],[0.725,52.301],[0.722,52.303],[0.723,52.308],[0.73,52.321],[0.733,52.331],[0.734,52.338],[0.739,52.348],[0.72,52.349],[0.709,52.351],[0.696,52.356],[0.682,52.356],[0.675,52.357],[0.676,52.361],[0.682,52.364],[0.689,52.369],[0.693,52.371],[0.701,52.381],[0.709,52.392],[0.712,52.395]]]},"properties":{"PCON24NM":"West Suffolk","PCON24CD":"E14001578"},"PCON24CD":515}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.415,52.368],[-2.42,52.368],[-2.423,52.366],[-2.426,52.366],[-2.431,52.367],[-2.435,52.366],[-2.449,52.368],[-2.457,52.368],[-2.463,52.367],[-2.464,52.365],[-2.468,52.365],[-2.473,52.366],[-2.476,52.366],[-2.473,52.362],[-2.475,52.36],[-2.484,52.361],[-2.486,52.36],[-2.485,52.356],[-2.488,52.354],[-2.484,52.353],[-2.482,52.351],[-2.484,52.345],[-2.478,52.338],[-2.481,52.336],[-2.48,52.333],[-2.483,52.331],[-2.488,52.331],[-2.49,52.329],[-2.495,52.33],[-2.503,52.329],[-2.505,52.328],[-2.511,52.329],[-2.513,52.332],[-2.509,52.333],[-2.509,52.335],[-2.512,52.337],[-2.516,52.338],[-2.522,52.342],[-2.53,52.343],[-2.534,52.344],[-2.539,52.344],[-2.541,52.342],[-2.546,52.34],[-2.549,52.337],[-2.555,52.334],[-2.557,52.335],[-2.562,52.333],[-2.561,52.331],[-2.561,52.326],[-2.564,52.322],[-2.565,52.318],[-2.562,52.315],[-2.567,52.313],[-2.574,52.317],[-2.579,52.317],[-2.584,52.313],[-2.595,52.314],[-2.601,52.31],[-2.61,52.306],[-2.615,52.308],[-2.618,52.307],[-2.623,52.306],[-2.63,52.307],[-2.633,52.306],[-2.636,52.309],[-2.638,52.308],[-2.643,52.308],[-2.648,52.305],[-2.661,52.305],[-2.663,52.304],[-2.661,52.301],[-2.656,52.299],[-2.653,52.295],[-2.644,52.294],[-2.644,52.29],[-2.64,52.286],[-2.635,52.286],[-2.626,52.289],[-2.621,52.283],[-2.617,52.283],[-2.616,52.285],[-2.614,52.287],[-2.606,52.287],[-2.601,52.285],[-2.598,52.282],[-2.596,52.277],[-2.603,52.277],[-2.607,52.276],[-2.608,52.273],[-2.611,52.271],[-2.61,52.269],[-2.616,52.265],[-2.623,52.262],[-2.628,52.261],[-2.631,52.257],[-2.631,52.254],[-2.634,52.251],[-2.634,52.247],[-2.63,52.243],[-2.629,52.24],[-2.616,52.243],[-2.615,52.242],[-2.609,52.244],[-2.604,52.243],[-2.602,52.244],[-2.596,52.244],[-2.589,52.246],[-2.584,52.248],[-2.576,52.248],[-2.574,52.253],[-2.57,52.253],[-2.567,52.25],[-2.56,52.252],[-2.555,52.252],[-2.548,52.25],[-2.541,52.253],[-2.536,52.251],[-2.532,52.253],[-2.529,52.252],[-2.529,52.25],[-2.526,52.248],[-2.516,52.256],[-2.514,52.256],[-2.501,52.257],[-2.496,52.257],[-2.494,52.264],[-2.496,52.267],[-2.501,52.269],[-2.504,52.272],[-2.503,52.277],[-2.496,52.277],[-2.492,52.279],[-2.483,52.284],[-2.472,52.286],[-2.467,52.283],[-2.464,52.285],[-2.451,52.285],[-2.451,52.283],[-2.445,52.279],[-2.434,52.275],[-2.431,52.27],[-2.437,52.268],[-2.438,52.266],[-2.447,52.264],[-2.453,52.263],[-2.459,52.261],[-2.462,52.259],[-2.468,52.256],[-2.473,52.253],[-2.474,52.251],[-2.475,52.241],[-2.471,52.241],[-2.466,52.238],[-2.465,52.234],[-2.451,52.237],[-2.444,52.236],[-2.437,52.238],[-2.426,52.236],[-2.423,52.237],[-2.414,52.232],[-2.409,52.231],[-2.399,52.232],[-2.39,52.23],[-2.389,52.227],[-2.384,52.225],[-2.388,52.222],[-2.397,52.225],[-2.398,52.222],[-2.404,52.221],[-2.402,52.218],[-2.402,52.215],[-2.394,52.211],[-2.392,52.209],[-2.396,52.206],[-2.403,52.207],[-2.4,52.202],[-2.408,52.203],[-2.409,52.2],[-2.409,52.196],[-2.415,52.19],[-2.419,52.188],[-2.415,52.184],[-2.42,52.181],[-2.423,52.18],[-2.425,52.177],[-2.422,52.174],[-2.423,52.172],[-2.433,52.172],[-2.435,52.171],[-2.435,52.168],[-2.426,52.161],[-2.427,52.158],[-2.423,52.156],[-2.425,52.154],[-2.421,52.149],[-2.415,52.145],[-2.408,52.146],[-2.402,52.148],[-2.397,52.148],[-2.394,52.147],[-2.388,52.152],[-2.385,52.154],[-2.378,52.155],[-2.376,52.153],[-2.365,52.151],[-2.359,52.152],[-2.356,52.148],[-2.353,52.146],[-2.352,52.143],[-2.348,52.137],[-2.345,52.133],[-2.351,52.129],[-2.356,52.128],[-2.356,52.124],[-2.353,52.115],[-2.354,52.114],[-2.35,52.106],[-2.352,52.103],[-2.349,52.098],[-2.349,52.096],[-2.338,52.095],[-2.338,52.09],[-2.338,52.081],[-2.34,52.079],[-2.339,52.075],[-2.339,52.07],[-2.341,52.064],[-2.344,52.061],[-2.347,52.062],[-2.352,52.056],[-2.35,52.054],[-2.348,52.053],[-2.347,52.049],[-2.349,52.048],[-2.349,52.038],[-2.348,52.033],[-2.35,52.031],[-2.352,52.025],[-2.351,52.021],[-2.349,52.018],[-2.353,52.014],[-2.347,52.011],[-2.341,52.007],[-2.337,52.008],[-2.327,52.006],[-2.325,52.004],[-2.326,52],[-2.324,51.999],[-2.323,51.996],[-2.321,51.992],[-2.322,51.99],[-2.323,51.984],[-2.322,51.982],[-2.326,51.976],[-2.313,51.977],[-2.309,51.974],[-2.304,51.969],[-2.3,51.967],[-2.293,51.97],[-2.288,51.971],[-2.281,51.971],[-2.277,51.97],[-2.268,51.969],[-2.264,51.967],[-2.259,51.968],[-2.251,51.967],[-2.249,51.968],[-2.238,51.981],[-2.234,51.986],[-2.228,51.989],[-2.226,51.991],[-2.221,51.996],[-2.217,51.994],[-2.213,51.997],[-2.201,51.995],[-2.199,51.996],[-2.19,51.992],[-2.185,51.991],[-2.182,51.992],[-2.179,51.995],[-2.181,51.999],[-2.179,51.999],[-2.175,51.996],[-2.172,51.995],[-2.166,51.995],[-2.164,51.997],[-2.164,52.001],[-2.165,52.004],[-2.172,52.008],[-2.184,52.014],[-2.188,52.019],[-2.183,52.02],[-2.177,52.022],[-2.178,52.027],[-2.181,52.035],[-2.18,52.042],[-2.177,52.045],[-2.173,52.047],[-2.162,52.051],[-2.158,52.05],[-2.155,52.049],[-2.149,52.047],[-2.142,52.046],[-2.134,52.046],[-2.126,52.043],[-2.118,52.042],[-2.116,52.036],[-2.118,52.033],[-2.129,52.03],[-2.136,52.029],[-2.139,52.028],[-2.141,52.025],[-2.142,52.02],[-2.146,52.014],[-2.15,52.011],[-2.151,52.007],[-2.144,52.004],[-2.139,52.001],[-2.136,52],[-2.132,52.003],[-2.132,52.006],[-2.127,52.007],[-2.123,52.011],[-2.121,52.011],[-2.118,52.014],[-2.113,52.015],[-2.098,52.013],[-2.094,52.012],[-2.085,52.011],[-2.071,52.012],[-2.064,52.014],[-2.06,52.015],[-2.059,52.009],[-2.057,52.01],[-2.049,52.007],[-2.05,52.004],[-2.045,52.004],[-2.038,52.005],[-2.037,52.006],[-2.038,52.01],[-2.03,52.01],[-2.029,52.013],[-2.022,52.016],[-2.024,52.017],[-2.017,52.02],[-2.007,52.024],[-1.998,52.03],[-1.996,52.027],[-1.984,52.036],[-1.963,52.036],[-1.951,52.038],[-1.95,52.035],[-1.946,52.032],[-1.94,52.032],[-1.931,52.03],[-1.927,52.037],[-1.922,52.036],[-1.917,52.042],[-1.913,52.044],[-1.923,52.048],[-1.93,52.049],[-1.941,52.052],[-1.928,52.064],[-1.934,52.067],[-1.938,52.07],[-1.954,52.073],[-1.963,52.074],[-1.964,52.07],[-1.972,52.07],[-1.98,52.071],[-1.99,52.07],[-1.992,52.071],[-1.993,52.078],[-1.992,52.082],[-2.003,52.081],[-2.003,52.083],[-2.008,52.084],[-2.008,52.086],[-2.017,52.092],[-2.019,52.083],[-2.023,52.082],[-2.025,52.078],[-2.031,52.078],[-2.038,52.071],[-2.044,52.074],[-2.039,52.079],[-2.037,52.085],[-2.036,52.093],[-2.035,52.097],[-2.041,52.098],[-2.044,52.096],[-2.055,52.096],[-2.066,52.093],[-2.069,52.097],[-2.071,52.102],[-2.07,52.108],[-2.072,52.11],[-2.071,52.114],[-2.068,52.117],[-2.068,52.119],[-2.066,52.123],[-2.061,52.125],[-2.057,52.126],[-2.062,52.129],[-2.076,52.132],[-2.078,52.131],[-2.089,52.129],[-2.089,52.128],[-2.093,52.124],[-2.097,52.125],[-2.108,52.125],[-2.11,52.123],[-2.108,52.119],[-2.117,52.118],[-2.124,52.117],[-2.127,52.118],[-2.136,52.117],[-2.139,52.117],[-2.138,52.122],[-2.135,52.123],[-2.138,52.125],[-2.144,52.123],[-2.142,52.121],[-2.144,52.112],[-2.148,52.111],[-2.152,52.107],[-2.158,52.108],[-2.163,52.109],[-2.169,52.108],[-2.173,52.109],[-2.176,52.112],[-2.18,52.113],[-2.181,52.115],[-2.186,52.118],[-2.184,52.12],[-2.187,52.122],[-2.195,52.125],[-2.194,52.129],[-2.191,52.131],[-2.185,52.13],[-2.177,52.134],[-2.173,52.135],[-2.173,52.137],[-2.172,52.141],[-2.165,52.143],[-2.169,52.145],[-2.19,52.146],[-2.195,52.151],[-2.197,52.156],[-2.197,52.162],[-2.202,52.167],[-2.203,52.167],[-2.211,52.163],[-2.217,52.162],[-2.222,52.168],[-2.224,52.166],[-2.228,52.164],[-2.229,52.168],[-2.233,52.17],[-2.243,52.169],[-2.246,52.174],[-2.247,52.177],[-2.25,52.18],[-2.253,52.181],[-2.254,52.184],[-2.261,52.182],[-2.262,52.185],[-2.262,52.19],[-2.26,52.192],[-2.261,52.196],[-2.255,52.196],[-2.25,52.197],[-2.251,52.2],[-2.247,52.202],[-2.249,52.207],[-2.248,52.211],[-2.246,52.211],[-2.243,52.209],[-2.235,52.211],[-2.239,52.215],[-2.244,52.217],[-2.243,52.222],[-2.241,52.226],[-2.242,52.23],[-2.24,52.234],[-2.233,52.237],[-2.235,52.24],[-2.235,52.242],[-2.232,52.248],[-2.232,52.25],[-2.236,52.253],[-2.238,52.257],[-2.244,52.26],[-2.252,52.267],[-2.256,52.268],[-2.266,52.268],[-2.275,52.271],[-2.274,52.276],[-2.27,52.281],[-2.272,52.287],[-2.275,52.292],[-2.276,52.301],[-2.274,52.311],[-2.266,52.319],[-2.266,52.324],[-2.274,52.329],[-2.277,52.327],[-2.289,52.325],[-2.29,52.323],[-2.295,52.322],[-2.299,52.322],[-2.305,52.329],[-2.306,52.334],[-2.305,52.336],[-2.306,52.339],[-2.311,52.341],[-2.314,52.34],[-2.318,52.337],[-2.324,52.335],[-2.324,52.334],[-2.32,52.331],[-2.322,52.33],[-2.325,52.325],[-2.324,52.323],[-2.329,52.32],[-2.336,52.319],[-2.341,52.32],[-2.345,52.32],[-2.351,52.319],[-2.359,52.315],[-2.363,52.315],[-2.366,52.318],[-2.371,52.317],[-2.373,52.319],[-2.37,52.324],[-2.372,52.327],[-2.375,52.325],[-2.381,52.324],[-2.389,52.321],[-2.395,52.322],[-2.398,52.325],[-2.403,52.327],[-2.403,52.324],[-2.412,52.325],[-2.415,52.323],[-2.423,52.323],[-2.427,52.322],[-2.434,52.323],[-2.437,52.324],[-2.433,52.328],[-2.433,52.33],[-2.429,52.331],[-2.426,52.332],[-2.421,52.334],[-2.425,52.337],[-2.422,52.341],[-2.421,52.344],[-2.422,52.349],[-2.421,52.35],[-2.414,52.355],[-2.412,52.36],[-2.416,52.365],[-2.415,52.368]]]},"properties":{"PCON24NM":"West Worcestershire","PCON24CD":"E14001579"},"PCON24CD":516}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.987,54.148],[-2.995,54.149],[-2.997,54.152],[-3.002,54.151],[-3.003,54.148],[-3.007,54.143],[-3.015,54.136],[-3.017,54.133],[-3.014,54.132],[-3.005,54.132],[-3,54.132],[-2.985,54.137],[-2.978,54.14],[-2.973,54.144],[-2.976,54.148],[-2.983,54.147],[-2.987,54.148]]],[[[-2.355,54.697],[-2.36,54.696],[-2.362,54.699],[-2.373,54.7],[-2.38,54.7],[-2.383,54.702],[-2.388,54.704],[-2.397,54.706],[-2.401,54.705],[-2.411,54.707],[-2.421,54.707],[-2.425,54.704],[-2.431,54.703],[-2.444,54.703],[-2.455,54.7],[-2.464,54.7],[-2.468,54.699],[-2.476,54.692],[-2.482,54.69],[-2.486,54.69],[-2.489,54.688],[-2.495,54.681],[-2.499,54.68],[-2.507,54.675],[-2.51,54.676],[-2.514,54.675],[-2.517,54.676],[-2.524,54.675],[-2.533,54.677],[-2.535,54.676],[-2.537,54.674],[-2.543,54.673],[-2.551,54.67],[-2.552,54.668],[-2.551,54.665],[-2.56,54.664],[-2.565,54.666],[-2.574,54.661],[-2.575,54.655],[-2.583,54.652],[-2.59,54.649],[-2.597,54.65],[-2.604,54.647],[-2.608,54.647],[-2.614,54.65],[-2.614,54.652],[-2.618,54.655],[-2.617,54.658],[-2.625,54.662],[-2.629,54.663],[-2.634,54.661],[-2.64,54.663],[-2.643,54.667],[-2.641,54.67],[-2.642,54.673],[-2.651,54.669],[-2.671,54.664],[-2.675,54.664],[-2.681,54.665],[-2.685,54.665],[-2.687,54.663],[-2.684,54.661],[-2.684,54.659],[-2.68,54.657],[-2.684,54.656],[-2.687,54.657],[-2.692,54.658],[-2.697,54.662],[-2.699,54.662],[-2.711,54.659],[-2.712,54.657],[-2.718,54.655],[-2.725,54.655],[-2.726,54.657],[-2.733,54.656],[-2.733,54.653],[-2.735,54.652],[-2.749,54.651],[-2.754,54.648],[-2.761,54.65],[-2.764,54.651],[-2.768,54.651],[-2.772,54.653],[-2.779,54.657],[-2.79,54.661],[-2.795,54.665],[-2.798,54.663],[-2.804,54.666],[-2.807,54.668],[-2.816,54.672],[-2.822,54.676],[-2.828,54.687],[-2.832,54.689],[-2.841,54.686],[-2.85,54.693],[-2.855,54.695],[-2.859,54.699],[-2.863,54.698],[-2.868,54.699],[-2.873,54.703],[-2.877,54.706],[-2.883,54.705],[-2.885,54.702],[-2.889,54.702],[-2.893,54.703],[-2.902,54.701],[-2.905,54.698],[-2.916,54.697],[-2.933,54.709],[-2.94,54.706],[-2.947,54.709],[-2.958,54.715],[-2.963,54.715],[-2.968,54.718],[-2.97,54.722],[-2.975,54.726],[-2.979,54.726],[-2.985,54.728],[-2.99,54.728],[-2.989,54.724],[-2.984,54.721],[-2.983,54.719],[-2.985,54.716],[-2.989,54.715],[-2.991,54.713],[-2.989,54.711],[-2.99,54.707],[-2.993,54.704],[-2.995,54.7],[-2.994,54.697],[-2.997,54.695],[-3.005,54.695],[-3.018,54.693],[-3.034,54.694],[-3.039,54.697],[-3.052,54.699],[-3.058,54.699],[-3.064,54.7],[-3.074,54.696],[-3.079,54.695],[-3.082,54.695],[-3.087,54.686],[-3.083,54.685],[-3.07,54.685],[-3.06,54.682],[-3.055,54.679],[-3.059,54.676],[-3.064,54.673],[-3.069,54.671],[-3.073,54.667],[-3.078,54.666],[-3.081,54.664],[-3.086,54.663],[-3.09,54.66],[-3.093,54.655],[-3.092,54.649],[-3.094,54.644],[-3.092,54.641],[-3.091,54.634],[-3.092,54.629],[-3.09,54.622],[-3.092,54.619],[-3.092,54.617],[-3.087,54.614],[-3.087,54.613],[-3.08,54.612],[-3.078,54.611],[-3.071,54.614],[-3.066,54.614],[-3.062,54.613],[-3.059,54.614],[-3.054,54.613],[-3.046,54.614],[-3.04,54.613],[-3.039,54.609],[-3.034,54.604],[-3.023,54.603],[-3.018,54.6],[-3.011,54.6],[-3.009,54.596],[-3.01,54.594],[-3.014,54.59],[-3.026,54.586],[-3.031,54.582],[-3.037,54.581],[-3.03,54.576],[-3.024,54.574],[-3.018,54.575],[-3.021,54.572],[-3.027,54.567],[-3.021,54.565],[-3.017,54.562],[-3.02,54.559],[-3.018,54.553],[-3.02,54.552],[-3.017,54.548],[-3.024,54.542],[-3.023,54.539],[-3.026,54.53],[-3.019,54.528],[-3.016,54.526],[-3.015,54.524],[-3.017,54.521],[-3.015,54.518],[-3.017,54.515],[-3.015,54.511],[-3.012,54.509],[-3.014,54.501],[-3.015,54.5],[-3.023,54.5],[-3.032,54.498],[-3.036,54.498],[-3.042,54.496],[-3.048,54.496],[-3.051,54.491],[-3.062,54.493],[-3.076,54.489],[-3.082,54.485],[-3.084,54.486],[-3.088,54.484],[-3.092,54.479],[-3.094,54.475],[-3.098,54.472],[-3.103,54.472],[-3.109,54.474],[-3.111,54.471],[-3.116,54.467],[-3.113,54.461],[-3.119,54.46],[-3.134,54.466],[-3.136,54.471],[-3.146,54.468],[-3.151,54.462],[-3.156,54.459],[-3.163,54.458],[-3.164,54.456],[-3.167,54.454],[-3.165,54.447],[-3.161,54.447],[-3.16,54.441],[-3.158,54.438],[-3.158,54.435],[-3.16,54.434],[-3.157,54.43],[-3.154,54.43],[-3.136,54.422],[-3.129,54.422],[-3.124,54.428],[-3.121,54.424],[-3.115,54.422],[-3.114,54.418],[-3.118,54.411],[-3.122,54.408],[-3.126,54.402],[-3.125,54.399],[-3.126,54.396],[-3.122,54.395],[-3.123,54.392],[-3.121,54.39],[-3.124,54.385],[-3.124,54.377],[-3.131,54.375],[-3.135,54.374],[-3.137,54.372],[-3.137,54.365],[-3.139,54.363],[-3.139,54.36],[-3.143,54.359],[-3.146,54.355],[-3.149,54.351],[-3.136,54.333],[-3.135,54.33],[-3.132,54.329],[-3.136,54.32],[-3.13,54.317],[-3.13,54.313],[-3.124,54.309],[-3.122,54.304],[-3.127,54.299],[-3.128,54.296],[-3.132,54.293],[-3.137,54.288],[-3.143,54.278],[-3.131,54.261],[-3.131,54.257],[-3.135,54.249],[-3.116,54.252],[-3.111,54.251],[-3.107,54.254],[-3.108,54.259],[-3.104,54.262],[-3.11,54.264],[-3.111,54.266],[-3.116,54.265],[-3.117,54.268],[-3.112,54.27],[-3.108,54.27],[-3.106,54.272],[-3.098,54.276],[-3.089,54.277],[-3.086,54.277],[-3.085,54.273],[-3.087,54.271],[-3.086,54.269],[-3.08,54.264],[-3.08,54.262],[-3.076,54.262],[-3.073,54.259],[-3.065,54.254],[-3.062,54.249],[-3.065,54.246],[-3.062,54.244],[-3.061,54.241],[-3.052,54.236],[-3.048,54.237],[-3.046,54.241],[-3.038,54.24],[-3.036,54.244],[-3.033,54.241],[-3.038,54.237],[-3.043,54.237],[-3.048,54.235],[-3.049,54.233],[-3.046,54.227],[-3.043,54.227],[-3.035,54.228],[-3.031,54.225],[-3.027,54.219],[-3.025,54.218],[-3.022,54.215],[-3.022,54.212],[-3.019,54.211],[-3.015,54.206],[-3.015,54.203],[-3.018,54.201],[-3.023,54.201],[-3.025,54.199],[-3.035,54.197],[-3.029,54.194],[-3.029,54.191],[-3.022,54.186],[-3.012,54.179],[-3.01,54.175],[-3.007,54.172],[-3.004,54.172],[-2.997,54.173],[-2.997,54.171],[-3.002,54.167],[-3.004,54.166],[-3.006,54.159],[-3.005,54.156],[-2.997,54.152],[-2.994,54.149],[-2.982,54.148],[-2.976,54.148],[-2.968,54.146],[-2.965,54.147],[-2.967,54.15],[-2.962,54.151],[-2.943,54.156],[-2.945,54.158],[-2.939,54.159],[-2.936,54.158],[-2.935,54.155],[-2.932,54.151],[-2.931,54.156],[-2.931,54.159],[-2.935,54.165],[-2.935,54.167],[-2.929,54.168],[-2.925,54.172],[-2.92,54.176],[-2.918,54.182],[-2.914,54.185],[-2.911,54.19],[-2.908,54.193],[-2.904,54.195],[-2.878,54.202],[-2.854,54.205],[-2.842,54.206],[-2.842,54.208],[-2.836,54.216],[-2.832,54.219],[-2.817,54.222],[-2.805,54.225],[-2.801,54.231],[-2.804,54.234],[-2.801,54.244],[-2.803,54.245],[-2.81,54.243],[-2.809,54.246],[-2.805,54.247],[-2.801,54.246],[-2.797,54.242],[-2.798,54.239],[-2.795,54.234],[-2.789,54.231],[-2.783,54.231],[-2.777,54.235],[-2.769,54.237],[-2.765,54.235],[-2.758,54.24],[-2.749,54.237],[-2.75,54.233],[-2.749,54.229],[-2.745,54.23],[-2.743,54.232],[-2.74,54.233],[-2.738,54.237],[-2.737,54.238],[-2.74,54.242],[-2.74,54.246],[-2.745,54.246],[-2.76,54.25],[-2.763,54.252],[-2.761,54.256],[-2.765,54.257],[-2.765,54.26],[-2.761,54.265],[-2.76,54.27],[-2.757,54.272],[-2.759,54.276],[-2.756,54.281],[-2.751,54.28],[-2.743,54.281],[-2.739,54.282],[-2.738,54.285],[-2.73,54.288],[-2.726,54.289],[-2.723,54.29],[-2.722,54.294],[-2.715,54.303],[-2.709,54.301],[-2.701,54.3],[-2.705,54.296],[-2.701,54.295],[-2.705,54.292],[-2.703,54.288],[-2.704,54.285],[-2.7,54.285],[-2.694,54.282],[-2.697,54.279],[-2.699,54.275],[-2.696,54.271],[-2.691,54.273],[-2.686,54.273],[-2.678,54.273],[-2.673,54.271],[-2.672,54.27],[-2.667,54.27],[-2.665,54.268],[-2.658,54.27],[-2.658,54.272],[-2.647,54.273],[-2.637,54.268],[-2.634,54.272],[-2.632,54.271],[-2.62,54.272],[-2.614,54.272],[-2.606,54.273],[-2.599,54.275],[-2.592,54.276],[-2.586,54.274],[-2.583,54.278],[-2.586,54.282],[-2.58,54.285],[-2.578,54.288],[-2.581,54.291],[-2.576,54.293],[-2.572,54.297],[-2.572,54.3],[-2.58,54.302],[-2.584,54.305],[-2.584,54.308],[-2.579,54.317],[-2.568,54.324],[-2.568,54.326],[-2.57,54.33],[-2.569,54.333],[-2.571,54.341],[-2.575,54.347],[-2.573,54.349],[-2.573,54.351],[-2.579,54.353],[-2.588,54.358],[-2.588,54.36],[-2.58,54.363],[-2.579,54.367],[-2.581,54.373],[-2.576,54.38],[-2.58,54.386],[-2.583,54.388],[-2.578,54.392],[-2.574,54.392],[-2.566,54.389],[-2.557,54.388],[-2.555,54.387],[-2.55,54.388],[-2.545,54.391],[-2.544,54.393],[-2.539,54.394],[-2.536,54.393],[-2.538,54.391],[-2.535,54.386],[-2.531,54.385],[-2.534,54.381],[-2.527,54.378],[-2.521,54.373],[-2.521,54.37],[-2.514,54.368],[-2.509,54.37],[-2.507,54.373],[-2.505,54.374],[-2.499,54.373],[-2.496,54.375],[-2.484,54.377],[-2.475,54.376],[-2.472,54.374],[-2.463,54.368],[-2.457,54.37],[-2.456,54.372],[-2.449,54.376],[-2.443,54.376],[-2.438,54.371],[-2.429,54.37],[-2.426,54.367],[-2.421,54.366],[-2.413,54.368],[-2.405,54.37],[-2.393,54.37],[-2.382,54.371],[-2.38,54.37],[-2.381,54.367],[-2.372,54.359],[-2.368,54.356],[-2.364,54.355],[-2.356,54.356],[-2.356,54.357],[-2.35,54.359],[-2.345,54.36],[-2.343,54.362],[-2.338,54.364],[-2.335,54.364],[-2.33,54.367],[-2.324,54.369],[-2.317,54.376],[-2.297,54.377],[-2.292,54.384],[-2.294,54.387],[-2.292,54.391],[-2.295,54.392],[-2.302,54.396],[-2.306,54.397],[-2.306,54.399],[-2.305,54.402],[-2.307,54.404],[-2.306,54.407],[-2.306,54.41],[-2.308,54.414],[-2.308,54.421],[-2.306,54.422],[-2.304,54.426],[-2.299,54.427],[-2.292,54.433],[-2.292,54.439],[-2.28,54.439],[-2.265,54.443],[-2.268,54.447],[-2.25,54.452],[-2.246,54.452],[-2.244,54.45],[-2.239,54.45],[-2.236,54.448],[-2.192,54.449],[-2.189,54.449],[-2.182,54.457],[-2.178,54.462],[-2.171,54.461],[-2.17,54.458],[-2.162,54.465],[-2.159,54.472],[-2.166,54.49],[-2.163,54.503],[-2.163,54.505],[-2.169,54.52],[-2.174,54.522],[-2.174,54.524],[-2.171,54.529],[-2.172,54.532],[-2.182,54.536],[-2.198,54.533],[-2.21,54.544],[-2.209,54.552],[-2.246,54.565],[-2.262,54.574],[-2.271,54.582],[-2.305,54.596],[-2.309,54.612],[-2.325,54.632],[-2.32,54.635],[-2.309,54.639],[-2.307,54.642],[-2.303,54.643],[-2.295,54.649],[-2.288,54.65],[-2.293,54.661],[-2.293,54.664],[-2.302,54.666],[-2.303,54.67],[-2.322,54.669],[-2.327,54.671],[-2.327,54.673],[-2.329,54.675],[-2.336,54.675],[-2.342,54.679],[-2.343,54.682],[-2.352,54.686],[-2.35,54.69],[-2.354,54.691],[-2.352,54.695],[-2.355,54.697]]]]},"properties":{"PCON24NM":"Westmorland and Lonsdale","PCON24CD":"E14001580"},"PCON24CD":517}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.104,51.339],[-3.104,51.341],[-3.108,51.341],[-3.114,51.34],[-3.112,51.338],[-3.104,51.339]]],[[[-2.891,51.388],[-2.895,51.388],[-2.9,51.391],[-2.904,51.392],[-2.909,51.394],[-2.917,51.396],[-2.931,51.394],[-2.936,51.395],[-2.937,51.398],[-2.94,51.398],[-2.948,51.396],[-2.954,51.393],[-2.958,51.392],[-2.965,51.392],[-2.969,51.391],[-2.973,51.388],[-2.972,51.386],[-2.962,51.382],[-2.962,51.375],[-2.963,51.37],[-2.965,51.366],[-2.968,51.363],[-2.985,51.36],[-2.992,51.358],[-2.994,51.357],[-2.994,51.354],[-2.989,51.352],[-2.984,51.351],[-2.983,51.35],[-2.983,51.346],[-2.986,51.335],[-2.988,51.329],[-2.992,51.321],[-2.992,51.318],[-2.987,51.317],[-2.985,51.312],[-2.987,51.31],[-2.994,51.306],[-2.993,51.301],[-2.987,51.298],[-2.977,51.297],[-2.975,51.296],[-2.97,51.296],[-2.964,51.298],[-2.962,51.3],[-2.962,51.305],[-2.954,51.305],[-2.951,51.303],[-2.939,51.303],[-2.934,51.302],[-2.932,51.299],[-2.928,51.298],[-2.924,51.298],[-2.918,51.294],[-2.91,51.294],[-2.91,51.298],[-2.908,51.298],[-2.909,51.307],[-2.912,51.309],[-2.911,51.317],[-2.909,51.32],[-2.903,51.319],[-2.896,51.32],[-2.896,51.322],[-2.9,51.324],[-2.897,51.331],[-2.894,51.331],[-2.894,51.336],[-2.899,51.339],[-2.903,51.344],[-2.909,51.35],[-2.904,51.351],[-2.898,51.349],[-2.896,51.349],[-2.895,51.359],[-2.893,51.359],[-2.89,51.368],[-2.892,51.374],[-2.878,51.379],[-2.88,51.383],[-2.879,51.385],[-2.883,51.385],[-2.891,51.388]]]]},"properties":{"PCON24NM":"Weston-super-Mare","PCON24CD":"E14001581"},"PCON24CD":518}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.06,54.057],[-1.058,54.064],[-1.055,54.067],[-1.046,54.069],[-1.04,54.073],[-1.039,54.076],[-1.042,54.078],[-1.045,54.075],[-1.049,54.076],[-1.046,54.079],[-1.054,54.083],[-1.06,54.085],[-1.058,54.088],[-1.055,54.089],[-1.047,54.094],[-1.043,54.098],[-1.039,54.098],[-1.042,54.105],[-1.042,54.107],[-1.034,54.107],[-1.025,54.107],[-1.021,54.109],[-1.016,54.108],[-1.015,54.114],[-1.016,54.115],[-1.012,54.12],[-1.009,54.124],[-1.013,54.127],[-1.012,54.128],[-1.014,54.132],[-1.014,54.135],[-1.023,54.137],[-1.029,54.141],[-1.034,54.141],[-1.034,54.143],[-1.041,54.144],[-1.046,54.147],[-1.052,54.147],[-1.057,54.151],[-1.063,54.154],[-1.075,54.156],[-1.083,54.161],[-1.089,54.164],[-1.082,54.171],[-1.082,54.173],[-1.089,54.176],[-1.095,54.177],[-1.098,54.179],[-1.098,54.183],[-1.099,54.185],[-1.103,54.184],[-1.11,54.183],[-1.117,54.183],[-1.12,54.181],[-1.126,54.18],[-1.126,54.182],[-1.131,54.185],[-1.135,54.186],[-1.135,54.189],[-1.139,54.191],[-1.143,54.191],[-1.147,54.195],[-1.156,54.197],[-1.169,54.202],[-1.174,54.203],[-1.181,54.201],[-1.187,54.202],[-1.191,54.203],[-1.188,54.205],[-1.19,54.21],[-1.192,54.21],[-1.2,54.212],[-1.2,54.216],[-1.194,54.219],[-1.192,54.221],[-1.195,54.225],[-1.198,54.234],[-1.197,54.241],[-1.21,54.236],[-1.214,54.232],[-1.217,54.23],[-1.223,54.229],[-1.231,54.229],[-1.235,54.228],[-1.24,54.23],[-1.245,54.23],[-1.247,54.229],[-1.253,54.227],[-1.26,54.223],[-1.255,54.223],[-1.255,54.221],[-1.258,54.218],[-1.263,54.216],[-1.266,54.214],[-1.27,54.212],[-1.285,54.209],[-1.284,54.207],[-1.292,54.201],[-1.296,54.199],[-1.31,54.2],[-1.311,54.197],[-1.304,54.197],[-1.297,54.191],[-1.293,54.19],[-1.289,54.191],[-1.283,54.19],[-1.281,54.187],[-1.277,54.188],[-1.271,54.183],[-1.266,54.181],[-1.265,54.178],[-1.269,54.178],[-1.269,54.174],[-1.271,54.172],[-1.268,54.17],[-1.259,54.166],[-1.26,54.161],[-1.258,54.156],[-1.258,54.152],[-1.263,54.149],[-1.267,54.15],[-1.272,54.15],[-1.277,54.148],[-1.277,54.146],[-1.287,54.149],[-1.293,54.151],[-1.308,54.155],[-1.323,54.154],[-1.333,54.159],[-1.341,54.158],[-1.343,54.157],[-1.34,54.154],[-1.341,54.152],[-1.345,54.152],[-1.349,54.153],[-1.348,54.155],[-1.347,54.159],[-1.358,54.162],[-1.361,54.167],[-1.367,54.168],[-1.375,54.164],[-1.38,54.163],[-1.391,54.158],[-1.393,54.155],[-1.391,54.151],[-1.386,54.147],[-1.387,54.145],[-1.393,54.142],[-1.396,54.14],[-1.405,54.137],[-1.406,54.134],[-1.419,54.132],[-1.427,54.14],[-1.431,54.145],[-1.442,54.145],[-1.45,54.146],[-1.456,54.143],[-1.452,54.139],[-1.449,54.131],[-1.454,54.13],[-1.455,54.128],[-1.466,54.128],[-1.472,54.125],[-1.478,54.124],[-1.488,54.124],[-1.49,54.119],[-1.489,54.117],[-1.493,54.117],[-1.495,54.115],[-1.489,54.11],[-1.485,54.111],[-1.487,54.105],[-1.489,54.103],[-1.494,54.106],[-1.507,54.104],[-1.516,54.103],[-1.52,54.098],[-1.527,54.096],[-1.53,54.094],[-1.534,54.087],[-1.529,54.077],[-1.524,54.075],[-1.521,54.076],[-1.504,54.083],[-1.496,54.082],[-1.487,54.084],[-1.48,54.083],[-1.47,54.081],[-1.472,54.078],[-1.471,54.077],[-1.461,54.073],[-1.454,54.071],[-1.452,54.07],[-1.446,54.069],[-1.435,54.072],[-1.432,54.073],[-1.423,54.066],[-1.418,54.061],[-1.413,54.058],[-1.41,54.059],[-1.402,54.062],[-1.399,54.057],[-1.395,54.058],[-1.395,54.06],[-1.39,54.06],[-1.387,54.052],[-1.387,54.047],[-1.383,54.037],[-1.379,54.036],[-1.368,54.035],[-1.366,54.037],[-1.361,54.038],[-1.358,54.037],[-1.357,54.032],[-1.354,54.033],[-1.352,54.032],[-1.35,54.026],[-1.35,54.023],[-1.344,54.02],[-1.351,54.015],[-1.355,54.013],[-1.349,54.005],[-1.345,54.002],[-1.347,53.997],[-1.352,53.993],[-1.362,53.993],[-1.368,53.994],[-1.38,53.996],[-1.384,53.997],[-1.384,54],[-1.389,54],[-1.392,53.994],[-1.399,53.994],[-1.404,53.991],[-1.412,53.987],[-1.411,53.983],[-1.415,53.982],[-1.423,53.982],[-1.427,53.985],[-1.425,53.99],[-1.427,53.991],[-1.43,53.994],[-1.437,53.993],[-1.442,53.998],[-1.45,53.995],[-1.455,53.992],[-1.462,53.991],[-1.469,53.991],[-1.474,53.994],[-1.477,53.994],[-1.48,53.993],[-1.488,53.992],[-1.49,53.988],[-1.488,53.986],[-1.484,53.985],[-1.485,53.981],[-1.491,53.982],[-1.496,53.979],[-1.507,53.977],[-1.517,53.966],[-1.511,53.959],[-1.514,53.957],[-1.518,53.953],[-1.526,53.954],[-1.53,53.952],[-1.534,53.952],[-1.541,53.956],[-1.544,53.955],[-1.545,53.947],[-1.539,53.944],[-1.541,53.942],[-1.548,53.939],[-1.55,53.936],[-1.552,53.935],[-1.557,53.931],[-1.558,53.929],[-1.565,53.927],[-1.561,53.921],[-1.56,53.918],[-1.557,53.916],[-1.555,53.913],[-1.556,53.911],[-1.549,53.911],[-1.55,53.904],[-1.553,53.903],[-1.558,53.903],[-1.558,53.898],[-1.56,53.896],[-1.561,53.889],[-1.556,53.888],[-1.553,53.886],[-1.548,53.885],[-1.54,53.882],[-1.531,53.88],[-1.526,53.875],[-1.521,53.874],[-1.51,53.869],[-1.508,53.87],[-1.502,53.867],[-1.497,53.866],[-1.501,53.856],[-1.5,53.848],[-1.495,53.847],[-1.489,53.846],[-1.48,53.843],[-1.479,53.844],[-1.473,53.844],[-1.461,53.844],[-1.461,53.84],[-1.45,53.84],[-1.452,53.837],[-1.448,53.837],[-1.45,53.834],[-1.446,53.83],[-1.442,53.828],[-1.436,53.825],[-1.432,53.826],[-1.422,53.817],[-1.414,53.817],[-1.409,53.819],[-1.405,53.818],[-1.4,53.82],[-1.397,53.814],[-1.403,53.813],[-1.403,53.803],[-1.403,53.8],[-1.394,53.799],[-1.391,53.8],[-1.389,53.802],[-1.385,53.803],[-1.383,53.805],[-1.38,53.804],[-1.371,53.806],[-1.363,53.805],[-1.357,53.809],[-1.345,53.809],[-1.342,53.811],[-1.335,53.812],[-1.328,53.812],[-1.321,53.81],[-1.314,53.81],[-1.312,53.814],[-1.308,53.814],[-1.303,53.817],[-1.298,53.815],[-1.297,53.813],[-1.292,53.812],[-1.288,53.81],[-1.282,53.809],[-1.275,53.809],[-1.27,53.807],[-1.264,53.806],[-1.259,53.804],[-1.253,53.805],[-1.252,53.808],[-1.243,53.809],[-1.241,53.818],[-1.228,53.818],[-1.229,53.806],[-1.222,53.804],[-1.221,53.803],[-1.215,53.804],[-1.207,53.801],[-1.201,53.8],[-1.191,53.8],[-1.187,53.803],[-1.185,53.802],[-1.184,53.799],[-1.172,53.802],[-1.169,53.804],[-1.161,53.813],[-1.162,53.815],[-1.165,53.815],[-1.168,53.819],[-1.174,53.824],[-1.188,53.825],[-1.187,53.827],[-1.193,53.83],[-1.191,53.831],[-1.193,53.836],[-1.193,53.84],[-1.195,53.844],[-1.192,53.848],[-1.193,53.851],[-1.197,53.854],[-1.193,53.854],[-1.192,53.854],[-1.191,53.854],[-1.19,53.853],[-1.185,53.85],[-1.183,53.851],[-1.183,53.852],[-1.179,53.856],[-1.175,53.856],[-1.174,53.856],[-1.171,53.856],[-1.17,53.852],[-1.167,53.848],[-1.162,53.849],[-1.161,53.85],[-1.16,53.85],[-1.158,53.851],[-1.152,53.849],[-1.146,53.85],[-1.145,53.85],[-1.145,53.847],[-1.142,53.843],[-1.143,53.84],[-1.138,53.84],[-1.134,53.846],[-1.127,53.844],[-1.124,53.847],[-1.124,53.85],[-1.119,53.855],[-1.119,53.857],[-1.124,53.859],[-1.128,53.863],[-1.126,53.866],[-1.121,53.866],[-1.116,53.869],[-1.113,53.872],[-1.105,53.876],[-1.112,53.879],[-1.116,53.88],[-1.121,53.883],[-1.125,53.883],[-1.125,53.886],[-1.129,53.889],[-1.133,53.891],[-1.135,53.895],[-1.137,53.896],[-1.142,53.893],[-1.154,53.897],[-1.159,53.899],[-1.165,53.911],[-1.171,53.909],[-1.177,53.914],[-1.179,53.917],[-1.186,53.916],[-1.187,53.918],[-1.191,53.923],[-1.196,53.922],[-1.199,53.925],[-1.2,53.928],[-1.198,53.929],[-1.2,53.932],[-1.2,53.934],[-1.203,53.939],[-1.204,53.944],[-1.207,53.946],[-1.209,53.951],[-1.213,53.956],[-1.22,53.963],[-1.217,53.966],[-1.221,53.969],[-1.222,53.972],[-1.224,53.975],[-1.221,53.981],[-1.217,53.983],[-1.217,53.986],[-1.211,53.985],[-1.204,53.987],[-1.201,53.989],[-1.193,53.984],[-1.185,53.984],[-1.182,53.985],[-1.181,53.99],[-1.184,53.997],[-1.189,53.998],[-1.192,54],[-1.189,54.002],[-1.182,54],[-1.173,54.002],[-1.167,53.996],[-1.161,53.994],[-1.153,53.989],[-1.15,53.989],[-1.144,53.99],[-1.139,53.991],[-1.141,53.997],[-1.148,54.002],[-1.149,54.003],[-1.147,54.007],[-1.144,54.008],[-1.143,54.011],[-1.148,54.016],[-1.142,54.019],[-1.145,54.023],[-1.145,54.025],[-1.141,54.028],[-1.141,54.03],[-1.128,54.031],[-1.12,54.029],[-1.115,54.036],[-1.108,54.037],[-1.1,54.038],[-1.1,54.041],[-1.096,54.04],[-1.094,54.047],[-1.089,54.048],[-1.085,54.048],[-1.072,54.049],[-1.062,54.05],[-1.059,54.05],[-1.058,54.052],[-1.06,54.057]]]},"properties":{"PCON24NM":"Wetherby and Easingwold","PCON24CD":"E14001582"},"PCON24CD":519}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.197,54.466],[-3.196,54.468],[-3.2,54.473],[-3.203,54.475],[-3.208,54.475],[-3.217,54.482],[-3.214,54.485],[-3.211,54.488],[-3.213,54.492],[-3.212,54.493],[-3.214,54.497],[-3.217,54.497],[-3.225,54.502],[-3.229,54.502],[-3.233,54.5],[-3.241,54.504],[-3.24,54.506],[-3.249,54.508],[-3.258,54.509],[-3.266,54.514],[-3.272,54.515],[-3.285,54.52],[-3.286,54.521],[-3.29,54.522],[-3.299,54.525],[-3.299,54.527],[-3.307,54.53],[-3.315,54.528],[-3.317,54.528],[-3.328,54.531],[-3.333,54.531],[-3.34,54.535],[-3.35,54.534],[-3.36,54.538],[-3.361,54.544],[-3.366,54.545],[-3.364,54.548],[-3.365,54.552],[-3.371,54.555],[-3.37,54.558],[-3.372,54.561],[-3.377,54.565],[-3.376,54.573],[-3.378,54.576],[-3.382,54.577],[-3.386,54.577],[-3.389,54.579],[-3.392,54.585],[-3.397,54.587],[-3.402,54.587],[-3.408,54.586],[-3.414,54.589],[-3.419,54.59],[-3.419,54.592],[-3.423,54.594],[-3.421,54.599],[-3.418,54.603],[-3.409,54.603],[-3.398,54.607],[-3.395,54.61],[-3.386,54.612],[-3.384,54.615],[-3.376,54.62],[-3.387,54.626],[-3.391,54.627],[-3.385,54.633],[-3.385,54.635],[-3.383,54.638],[-3.372,54.638],[-3.372,54.642],[-3.349,54.642],[-3.348,54.643],[-3.355,54.644],[-3.36,54.646],[-3.365,54.647],[-3.367,54.65],[-3.373,54.651],[-3.383,54.649],[-3.395,54.65],[-3.401,54.651],[-3.407,54.65],[-3.412,54.652],[-3.417,54.649],[-3.422,54.648],[-3.429,54.652],[-3.436,54.653],[-3.439,54.66],[-3.445,54.661],[-3.449,54.657],[-3.457,54.657],[-3.458,54.66],[-3.462,54.661],[-3.457,54.663],[-3.459,54.666],[-3.457,54.668],[-3.46,54.673],[-3.464,54.675],[-3.472,54.678],[-3.475,54.677],[-3.48,54.688],[-3.488,54.69],[-3.494,54.696],[-3.498,54.699],[-3.503,54.7],[-3.502,54.703],[-3.505,54.706],[-3.508,54.704],[-3.512,54.706],[-3.514,54.701],[-3.519,54.693],[-3.526,54.686],[-3.538,54.679],[-3.543,54.677],[-3.547,54.674],[-3.551,54.67],[-3.554,54.666],[-3.561,54.662],[-3.561,54.658],[-3.564,54.655],[-3.567,54.654],[-3.569,54.651],[-3.568,54.649],[-3.572,54.649],[-3.578,54.652],[-3.576,54.647],[-3.575,54.639],[-3.576,54.635],[-3.571,54.628],[-3.57,54.622],[-3.571,54.619],[-3.568,54.613],[-3.571,54.612],[-3.57,54.608],[-3.572,54.607],[-3.571,54.603],[-3.576,54.598],[-3.578,54.593],[-3.583,54.591],[-3.582,54.588],[-3.583,54.584],[-3.582,54.579],[-3.58,54.572],[-3.583,54.57],[-3.583,54.566],[-3.59,54.56],[-3.59,54.555],[-3.592,54.552],[-3.59,54.55],[-3.593,54.548],[-3.599,54.55],[-3.604,54.542],[-3.604,54.54],[-3.607,54.531],[-3.614,54.525],[-3.623,54.523],[-3.626,54.521],[-3.635,54.519],[-3.639,54.517],[-3.64,54.514],[-3.636,54.507],[-3.634,54.505],[-3.627,54.502],[-3.626,54.5],[-3.62,54.491],[-3.617,54.49],[-3.608,54.491],[-3.603,54.489],[-3.593,54.482],[-3.59,54.478],[-3.583,54.472],[-3.578,54.465],[-3.571,54.461],[-3.564,54.454],[-3.563,54.452],[-3.556,54.448],[-3.541,54.438],[-3.526,54.426],[-3.514,54.418],[-3.508,54.412],[-3.504,54.41],[-3.504,54.408],[-3.493,54.401],[-3.487,54.396],[-3.483,54.392],[-3.476,54.386],[-3.473,54.38],[-3.472,54.375],[-3.461,54.365],[-3.442,54.35],[-3.435,54.343],[-3.431,54.342],[-3.419,54.348],[-3.418,54.351],[-3.421,54.354],[-3.423,54.353],[-3.432,54.354],[-3.44,54.357],[-3.442,54.363],[-3.44,54.365],[-3.436,54.363],[-3.438,54.359],[-3.432,54.356],[-3.428,54.356],[-3.427,54.359],[-3.423,54.36],[-3.418,54.359],[-3.416,54.357],[-3.413,54.358],[-3.413,54.361],[-3.41,54.363],[-3.404,54.362],[-3.403,54.364],[-3.398,54.367],[-3.394,54.367],[-3.394,54.369],[-3.392,54.371],[-3.384,54.371],[-3.382,54.374],[-3.377,54.375],[-3.375,54.377],[-3.37,54.38],[-3.367,54.384],[-3.353,54.384],[-3.349,54.383],[-3.345,54.384],[-3.341,54.388],[-3.336,54.388],[-3.334,54.392],[-3.325,54.396],[-3.322,54.396],[-3.316,54.399],[-3.32,54.402],[-3.324,54.403],[-3.324,54.406],[-3.319,54.409],[-3.319,54.412],[-3.316,54.414],[-3.311,54.418],[-3.304,54.425],[-3.292,54.43],[-3.285,54.434],[-3.281,54.434],[-3.276,54.436],[-3.273,54.439],[-3.265,54.44],[-3.261,54.442],[-3.246,54.441],[-3.243,54.445],[-3.239,54.445],[-3.231,54.448],[-3.225,54.448],[-3.222,54.45],[-3.214,54.455],[-3.211,54.454],[-3.208,54.457],[-3.2,54.458],[-3.198,54.46],[-3.197,54.466]]]},"properties":{"PCON24NM":"Whitehaven and Workington","PCON24CD":"E14001583"},"PCON24CD":520}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.691,53.385],[-2.702,53.387],[-2.71,53.389],[-2.713,53.391],[-2.717,53.399],[-2.721,53.4],[-2.729,53.4],[-2.741,53.401],[-2.744,53.403],[-2.76,53.4],[-2.768,53.4],[-2.787,53.401],[-2.784,53.407],[-2.786,53.411],[-2.786,53.415],[-2.802,53.413],[-2.805,53.417],[-2.813,53.416],[-2.813,53.417],[-2.818,53.416],[-2.816,53.41],[-2.813,53.407],[-2.817,53.405],[-2.817,53.404],[-2.813,53.402],[-2.806,53.399],[-2.817,53.396],[-2.827,53.397],[-2.832,53.399],[-2.837,53.4],[-2.834,53.397],[-2.832,53.392],[-2.834,53.389],[-2.827,53.385],[-2.822,53.381],[-2.828,53.38],[-2.833,53.382],[-2.835,53.381],[-2.844,53.382],[-2.852,53.381],[-2.856,53.379],[-2.854,53.377],[-2.852,53.369],[-2.854,53.364],[-2.847,53.355],[-2.84,53.347],[-2.83,53.347],[-2.823,53.348],[-2.819,53.348],[-2.82,53.34],[-2.823,53.337],[-2.827,53.338],[-2.832,53.337],[-2.832,53.335],[-2.827,53.332],[-2.824,53.333],[-2.819,53.333],[-2.805,53.328],[-2.804,53.328],[-2.795,53.322],[-2.79,53.322],[-2.786,53.323],[-2.779,53.327],[-2.777,53.33],[-2.778,53.332],[-2.776,53.337],[-2.773,53.341],[-2.769,53.346],[-2.764,53.348],[-2.759,53.35],[-2.747,53.351],[-2.741,53.35],[-2.737,53.348],[-2.733,53.348],[-2.731,53.35],[-2.732,53.352],[-2.728,53.355],[-2.723,53.356],[-2.719,53.355],[-2.709,53.36],[-2.7,53.362],[-2.693,53.362],[-2.693,53.365],[-2.697,53.369],[-2.698,53.379],[-2.696,53.383],[-2.691,53.385]]]},"properties":{"PCON24NM":"Widnes and Halewood","PCON24CD":"E14001584"},"PCON24CD":521}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.626,53.594],[-2.628,53.597],[-2.631,53.6],[-2.632,53.604],[-2.631,53.606],[-2.635,53.608],[-2.641,53.607],[-2.647,53.607],[-2.655,53.605],[-2.661,53.603],[-2.667,53.603],[-2.671,53.605],[-2.679,53.605],[-2.687,53.603],[-2.689,53.604],[-2.692,53.598],[-2.694,53.592],[-2.694,53.589],[-2.7,53.591],[-2.703,53.59],[-2.703,53.587],[-2.708,53.587],[-2.712,53.583],[-2.714,53.582],[-2.715,53.578],[-2.718,53.577],[-2.716,53.575],[-2.718,53.573],[-2.716,53.57],[-2.711,53.566],[-2.71,53.564],[-2.705,53.563],[-2.705,53.562],[-2.701,53.561],[-2.702,53.557],[-2.702,53.554],[-2.699,53.547],[-2.697,53.541],[-2.698,53.536],[-2.697,53.533],[-2.684,53.531],[-2.673,53.53],[-2.667,53.531],[-2.661,53.532],[-2.652,53.536],[-2.648,53.541],[-2.643,53.539],[-2.641,53.537],[-2.637,53.535],[-2.63,53.539],[-2.626,53.54],[-2.617,53.529],[-2.617,53.531],[-2.61,53.532],[-2.606,53.535],[-2.601,53.536],[-2.588,53.54],[-2.579,53.542],[-2.585,53.544],[-2.583,53.546],[-2.585,53.547],[-2.581,53.549],[-2.571,53.549],[-2.569,53.548],[-2.567,53.551],[-2.564,53.551],[-2.56,53.555],[-2.563,53.558],[-2.563,53.563],[-2.569,53.565],[-2.566,53.569],[-2.568,53.572],[-2.573,53.574],[-2.575,53.577],[-2.579,53.578],[-2.578,53.581],[-2.582,53.583],[-2.585,53.585],[-2.595,53.588],[-2.596,53.589],[-2.606,53.588],[-2.612,53.59],[-2.618,53.591],[-2.625,53.589],[-2.629,53.591],[-2.626,53.594]]]},"properties":{"PCON24NM":"Wigan","PCON24CD":"E14001585"},"PCON24CD":522}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.19,51.44],[-0.19,51.441],[-0.191,51.441],[-0.195,51.441],[-0.197,51.44],[-0.202,51.439],[-0.204,51.439],[-0.205,51.439],[-0.207,51.439],[-0.208,51.438],[-0.216,51.438],[-0.217,51.439],[-0.22,51.439],[-0.221,51.438],[-0.223,51.439],[-0.224,51.439],[-0.226,51.439],[-0.231,51.438],[-0.232,51.438],[-0.236,51.437],[-0.237,51.436],[-0.241,51.435],[-0.244,51.434],[-0.249,51.433],[-0.251,51.433],[-0.251,51.432],[-0.254,51.43],[-0.254,51.429],[-0.253,51.427],[-0.252,51.426],[-0.253,51.424],[-0.251,51.422],[-0.251,51.421],[-0.25,51.42],[-0.25,51.419],[-0.25,51.417],[-0.25,51.415],[-0.249,51.415],[-0.247,51.409],[-0.248,51.409],[-0.247,51.408],[-0.246,51.407],[-0.245,51.407],[-0.245,51.406],[-0.245,51.404],[-0.245,51.403],[-0.247,51.4],[-0.247,51.399],[-0.256,51.399],[-0.26,51.399],[-0.264,51.396],[-0.267,51.398],[-0.273,51.398],[-0.276,51.396],[-0.271,51.391],[-0.269,51.385],[-0.262,51.381],[-0.261,51.38],[-0.252,51.379],[-0.245,51.38],[-0.245,51.381],[-0.245,51.382],[-0.244,51.383],[-0.243,51.383],[-0.242,51.383],[-0.239,51.386],[-0.239,51.387],[-0.24,51.389],[-0.237,51.39],[-0.235,51.391],[-0.233,51.393],[-0.227,51.393],[-0.226,51.395],[-0.221,51.397],[-0.226,51.4],[-0.229,51.403],[-0.229,51.407],[-0.22,51.408],[-0.214,51.409],[-0.202,51.401],[-0.199,51.395],[-0.196,51.398],[-0.195,51.402],[-0.189,51.404],[-0.184,51.408],[-0.184,51.411],[-0.184,51.412],[-0.183,51.416],[-0.181,51.417],[-0.181,51.421],[-0.178,51.423],[-0.179,51.424],[-0.181,51.425],[-0.184,51.426],[-0.184,51.427],[-0.184,51.431],[-0.185,51.433],[-0.186,51.433],[-0.187,51.433],[-0.188,51.432],[-0.19,51.432],[-0.191,51.433],[-0.191,51.434],[-0.189,51.439],[-0.19,51.44]]]},"properties":{"PCON24NM":"Wimbledon","PCON24CD":"E14001586"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.249,51.191],[-1.253,51.191],[-1.254,51.192],[-1.262,51.194],[-1.271,51.194],[-1.275,51.195],[-1.285,51.195],[-1.29,51.194],[-1.299,51.197],[-1.309,51.195],[-1.311,51.191],[-1.325,51.181],[-1.331,51.174],[-1.329,51.172],[-1.332,51.168],[-1.337,51.167],[-1.336,51.164],[-1.336,51.16],[-1.338,51.159],[-1.348,51.16],[-1.348,51.156],[-1.351,51.155],[-1.361,51.152],[-1.367,51.148],[-1.37,51.143],[-1.378,51.136],[-1.37,51.129],[-1.376,51.127],[-1.38,51.124],[-1.388,51.125],[-1.394,51.123],[-1.399,51.123],[-1.407,51.12],[-1.404,51.115],[-1.404,51.113],[-1.408,51.111],[-1.414,51.111],[-1.417,51.11],[-1.42,51.111],[-1.431,51.117],[-1.436,51.112],[-1.436,51.108],[-1.434,51.105],[-1.434,51.101],[-1.436,51.098],[-1.431,51.098],[-1.43,51.094],[-1.42,51.095],[-1.415,51.096],[-1.415,51.091],[-1.412,51.086],[-1.413,51.081],[-1.415,51.078],[-1.41,51.078],[-1.41,51.075],[-1.412,51.072],[-1.412,51.071],[-1.414,51.067],[-1.417,51.063],[-1.422,51.061],[-1.429,51.061],[-1.436,51.06],[-1.441,51.058],[-1.446,51.053],[-1.449,51.047],[-1.454,51.044],[-1.456,51.04],[-1.45,51.037],[-1.447,51.034],[-1.447,51.032],[-1.445,51.028],[-1.441,51.025],[-1.438,51.024],[-1.433,51.026],[-1.427,51.022],[-1.426,51.017],[-1.422,51.015],[-1.419,51.015],[-1.411,51.014],[-1.411,51.013],[-1.406,51.011],[-1.395,51.01],[-1.393,51.004],[-1.389,51.004],[-1.385,51.004],[-1.381,51.003],[-1.369,51.001],[-1.36,50.999],[-1.353,50.998],[-1.347,50.991],[-1.343,50.991],[-1.345,50.987],[-1.344,50.985],[-1.335,50.983],[-1.33,50.984],[-1.328,50.98],[-1.323,50.984],[-1.323,50.988],[-1.319,50.987],[-1.317,50.985],[-1.312,50.985],[-1.302,50.983],[-1.291,50.983],[-1.295,50.976],[-1.295,50.975],[-1.287,50.974],[-1.281,50.974],[-1.275,50.974],[-1.272,50.979],[-1.268,50.979],[-1.267,50.98],[-1.263,50.98],[-1.258,50.978],[-1.26,50.974],[-1.266,50.968],[-1.269,50.967],[-1.272,50.962],[-1.276,50.962],[-1.282,50.959],[-1.283,50.956],[-1.292,50.949],[-1.291,50.947],[-1.288,50.946],[-1.287,50.943],[-1.287,50.94],[-1.285,50.936],[-1.281,50.937],[-1.274,50.936],[-1.268,50.93],[-1.265,50.93],[-1.262,50.933],[-1.26,50.931],[-1.25,50.935],[-1.235,50.94],[-1.231,50.935],[-1.225,50.934],[-1.22,50.936],[-1.213,50.936],[-1.215,50.934],[-1.214,50.932],[-1.22,50.929],[-1.223,50.923],[-1.217,50.925],[-1.213,50.928],[-1.203,50.926],[-1.197,50.929],[-1.194,50.929],[-1.191,50.931],[-1.188,50.93],[-1.184,50.931],[-1.183,50.929],[-1.178,50.927],[-1.173,50.924],[-1.169,50.923],[-1.172,50.919],[-1.172,50.915],[-1.173,50.912],[-1.177,50.905],[-1.173,50.903],[-1.17,50.904],[-1.166,50.902],[-1.159,50.902],[-1.162,50.9],[-1.154,50.897],[-1.149,50.901],[-1.146,50.903],[-1.139,50.903],[-1.135,50.904],[-1.132,50.903],[-1.129,50.901],[-1.125,50.906],[-1.123,50.908],[-1.125,50.91],[-1.117,50.91],[-1.115,50.907],[-1.111,50.91],[-1.101,50.914],[-1.099,50.916],[-1.093,50.916],[-1.088,50.921],[-1.083,50.919],[-1.082,50.917],[-1.076,50.914],[-1.075,50.917],[-1.069,50.916],[-1.062,50.92],[-1.051,50.926],[-1.037,50.932],[-1.038,50.933],[-1.037,50.938],[-1.037,50.944],[-1.038,50.945],[-1.036,50.952],[-1.041,50.952],[-1.046,50.954],[-1.046,50.959],[-1.045,50.964],[-1.046,50.966],[-1.045,50.969],[-1.052,50.97],[-1.054,50.972],[-1.056,50.978],[-1.061,50.978],[-1.063,50.978],[-1.066,50.985],[-1.067,50.986],[-1.067,50.99],[-1.07,50.994],[-1.069,51],[-1.068,51.004],[-1.069,51.009],[-1.067,51.012],[-1.065,51.012],[-1.064,51.017],[-1.062,51.02],[-1.065,51.031],[-1.073,51.031],[-1.074,51.034],[-1.065,51.042],[-1.055,51.046],[-1.056,51.047],[-1.06,51.047],[-1.062,51.045],[-1.069,51.047],[-1.076,51.048],[-1.082,51.047],[-1.085,51.051],[-1.09,51.054],[-1.088,51.059],[-1.089,51.061],[-1.094,51.063],[-1.095,51.065],[-1.092,51.067],[-1.1,51.072],[-1.101,51.074],[-1.107,51.079],[-1.106,51.081],[-1.108,51.086],[-1.108,51.089],[-1.106,51.091],[-1.1,51.092],[-1.095,51.095],[-1.086,51.097],[-1.083,51.099],[-1.083,51.103],[-1.075,51.108],[-1.081,51.109],[-1.092,51.11],[-1.091,51.112],[-1.091,51.12],[-1.094,51.122],[-1.095,51.126],[-1.092,51.13],[-1.095,51.133],[-1.095,51.14],[-1.102,51.14],[-1.111,51.137],[-1.123,51.139],[-1.13,51.139],[-1.132,51.144],[-1.143,51.141],[-1.152,51.139],[-1.151,51.136],[-1.156,51.136],[-1.162,51.135],[-1.168,51.135],[-1.174,51.134],[-1.177,51.134],[-1.187,51.138],[-1.184,51.141],[-1.184,51.144],[-1.19,51.147],[-1.201,51.15],[-1.209,51.15],[-1.213,51.152],[-1.214,51.159],[-1.212,51.159],[-1.205,51.162],[-1.197,51.161],[-1.194,51.163],[-1.187,51.165],[-1.182,51.171],[-1.182,51.175],[-1.189,51.177],[-1.193,51.179],[-1.19,51.182],[-1.192,51.185],[-1.198,51.184],[-1.202,51.185],[-1.207,51.181],[-1.221,51.186],[-1.225,51.189],[-1.231,51.191],[-1.242,51.191],[-1.249,51.191]]]},"properties":{"PCON24NM":"Winchester","PCON24CD":"E14001587"},"PCON24CD":524}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.529,51.497],[-0.537,51.5],[-0.543,51.5],[-0.542,51.503],[-0.547,51.504],[-0.551,51.505],[-0.555,51.505],[-0.563,51.506],[-0.565,51.506],[-0.566,51.502],[-0.552,51.496],[-0.561,51.497],[-0.565,51.491],[-0.568,51.492],[-0.576,51.496],[-0.59,51.499],[-0.593,51.499],[-0.601,51.502],[-0.604,51.498],[-0.608,51.497],[-0.621,51.503],[-0.628,51.504],[-0.631,51.504],[-0.634,51.501],[-0.642,51.501],[-0.644,51.496],[-0.64,51.496],[-0.636,51.495],[-0.634,51.493],[-0.642,51.49],[-0.646,51.49],[-0.652,51.486],[-0.654,51.487],[-0.662,51.488],[-0.663,51.48],[-0.658,51.479],[-0.661,51.477],[-0.659,51.473],[-0.655,51.473],[-0.658,51.452],[-0.658,51.449],[-0.662,51.444],[-0.654,51.441],[-0.651,51.442],[-0.642,51.441],[-0.631,51.442],[-0.637,51.428],[-0.631,51.423],[-0.632,51.419],[-0.632,51.414],[-0.638,51.415],[-0.643,51.419],[-0.649,51.421],[-0.654,51.424],[-0.658,51.424],[-0.664,51.426],[-0.668,51.431],[-0.676,51.432],[-0.679,51.43],[-0.681,51.425],[-0.685,51.421],[-0.69,51.419],[-0.696,51.413],[-0.697,51.411],[-0.693,51.407],[-0.687,51.403],[-0.68,51.394],[-0.673,51.389],[-0.671,51.386],[-0.668,51.385],[-0.664,51.386],[-0.653,51.387],[-0.651,51.386],[-0.647,51.385],[-0.64,51.387],[-0.636,51.385],[-0.628,51.384],[-0.625,51.383],[-0.621,51.385],[-0.617,51.386],[-0.623,51.39],[-0.616,51.392],[-0.607,51.389],[-0.603,51.387],[-0.598,51.386],[-0.591,51.385],[-0.578,51.387],[-0.569,51.39],[-0.559,51.394],[-0.548,51.399],[-0.547,51.401],[-0.549,51.404],[-0.546,51.407],[-0.545,51.409],[-0.548,51.412],[-0.547,51.415],[-0.54,51.414],[-0.54,51.42],[-0.541,51.425],[-0.546,51.425],[-0.549,51.425],[-0.553,51.421],[-0.559,51.417],[-0.555,51.423],[-0.559,51.425],[-0.56,51.429],[-0.555,51.431],[-0.553,51.433],[-0.558,51.439],[-0.552,51.444],[-0.548,51.442],[-0.537,51.438],[-0.531,51.436],[-0.523,51.435],[-0.525,51.436],[-0.525,51.44],[-0.531,51.442],[-0.531,51.445],[-0.527,51.448],[-0.541,51.457],[-0.536,51.46],[-0.533,51.464],[-0.53,51.47],[-0.524,51.472],[-0.519,51.471],[-0.516,51.468],[-0.51,51.469],[-0.507,51.471],[-0.505,51.474],[-0.504,51.479],[-0.502,51.482],[-0.499,51.486],[-0.499,51.489],[-0.495,51.493],[-0.49,51.495],[-0.501,51.495],[-0.511,51.494],[-0.516,51.493],[-0.532,51.493],[-0.529,51.497]]]},"properties":{"PCON24NM":"Windsor","PCON24CD":"E14001588"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.096,53.305],[-3.103,53.309],[-3.106,53.313],[-3.115,53.32],[-3.122,53.323],[-3.123,53.319],[-3.119,53.315],[-3.122,53.313],[-3.118,53.31],[-3.119,53.308],[-3.115,53.307],[-3.116,53.303],[-3.111,53.301],[-3.111,53.296],[-3.109,53.297],[-3.096,53.305]]],[[[-3.086,53.386],[-3.09,53.382],[-3.094,53.381],[-3.102,53.381],[-3.11,53.387],[-3.111,53.386],[-3.124,53.385],[-3.128,53.387],[-3.135,53.397],[-3.132,53.398],[-3.139,53.404],[-3.139,53.41],[-3.141,53.412],[-3.153,53.408],[-3.155,53.407],[-3.17,53.402],[-3.179,53.399],[-3.18,53.398],[-3.193,53.389],[-3.197,53.387],[-3.2,53.387],[-3.199,53.376],[-3.194,53.372],[-3.193,53.37],[-3.186,53.364],[-3.182,53.364],[-3.175,53.359],[-3.17,53.354],[-3.162,53.348],[-3.154,53.345],[-3.148,53.342],[-3.138,53.334],[-3.131,53.33],[-3.123,53.325],[-3.116,53.321],[-3.106,53.314],[-3.102,53.309],[-3.096,53.305],[-3.089,53.308],[-3.082,53.311],[-3.078,53.315],[-3.074,53.316],[-3.064,53.312],[-3.06,53.309],[-3.051,53.311],[-3.048,53.31],[-3.046,53.307],[-3.038,53.305],[-3.037,53.301],[-3.031,53.299],[-3.026,53.298],[-3.019,53.3],[-3.013,53.299],[-3.011,53.3],[-3.002,53.303],[-2.993,53.307],[-2.98,53.305],[-2.995,53.342],[-2.999,53.35],[-3.007,53.347],[-3.017,53.346],[-3.014,53.344],[-3.014,53.341],[-3.021,53.338],[-3.029,53.342],[-3.039,53.344],[-3.044,53.347],[-3.066,53.361],[-3.07,53.365],[-3.072,53.372],[-3.074,53.377],[-3.083,53.383],[-3.086,53.386]]]]},"properties":{"PCON24NM":"Wirral West","PCON24CD":"E14001589"},"PCON24CD":526}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[0.884,51.779],[0.885,51.777],[0.892,51.772],[0.891,51.776],[0.884,51.779]]],[[[0.744,51.731],[0.743,51.731],[0.743,51.732],[0.741,51.732],[0.74,51.732],[0.739,51.732],[0.742,51.731],[0.746,51.731],[0.749,51.732],[0.751,51.733],[0.752,51.733],[0.748,51.732],[0.747,51.732],[0.748,51.732],[0.749,51.735],[0.749,51.734],[0.748,51.734],[0.749,51.733],[0.748,51.733],[0.747,51.733],[0.748,51.733],[0.748,51.734],[0.749,51.734],[0.749,51.735],[0.748,51.735],[0.745,51.735],[0.745,51.734],[0.745,51.733],[0.745,51.736],[0.746,51.737],[0.748,51.736],[0.749,51.736],[0.754,51.735],[0.755,51.735],[0.76,51.738],[0.762,51.738],[0.763,51.739],[0.76,51.742],[0.762,51.742],[0.763,51.741],[0.765,51.741],[0.765,51.74],[0.767,51.739],[0.768,51.739],[0.769,51.739],[0.77,51.739],[0.771,51.739],[0.773,51.739],[0.774,51.739],[0.775,51.739],[0.774,51.739],[0.773,51.739],[0.772,51.739],[0.772,51.74],[0.772,51.739],[0.771,51.739],[0.771,51.74],[0.772,51.74],[0.771,51.741],[0.772,51.742],[0.773,51.742],[0.774,51.743],[0.775,51.743],[0.776,51.743],[0.776,51.744],[0.777,51.744],[0.778,51.743],[0.777,51.741],[0.776,51.741],[0.779,51.739],[0.781,51.738],[0.783,51.738],[0.785,51.737],[0.789,51.737],[0.791,51.738],[0.792,51.739],[0.794,51.739],[0.795,51.739],[0.795,51.74],[0.79,51.742],[0.792,51.745],[0.797,51.742],[0.809,51.74],[0.814,51.739],[0.822,51.739],[0.825,51.738],[0.834,51.739],[0.838,51.738],[0.842,51.74],[0.848,51.74],[0.853,51.742],[0.855,51.744],[0.861,51.746],[0.863,51.748],[0.87,51.751],[0.88,51.758],[0.872,51.76],[0.869,51.761],[0.862,51.763],[0.861,51.764],[0.855,51.766],[0.845,51.766],[0.847,51.769],[0.852,51.771],[0.851,51.774],[0.857,51.775],[0.86,51.773],[0.86,51.769],[0.872,51.768],[0.873,51.767],[0.883,51.764],[0.886,51.764],[0.895,51.766],[0.883,51.776],[0.877,51.779],[0.872,51.78],[0.864,51.782],[0.859,51.782],[0.858,51.784],[0.85,51.783],[0.851,51.785],[0.86,51.786],[0.863,51.785],[0.872,51.783],[0.873,51.785],[0.878,51.785],[0.894,51.776],[0.892,51.78],[0.895,51.788],[0.895,51.791],[0.89,51.793],[0.891,51.797],[0.889,51.8],[0.883,51.8],[0.878,51.802],[0.877,51.805],[0.87,51.806],[0.868,51.808],[0.868,51.811],[0.864,51.814],[0.865,51.817],[0.867,51.82],[0.871,51.821],[0.868,51.825],[0.876,51.83],[0.881,51.834],[0.879,51.836],[0.88,51.841],[0.886,51.841],[0.889,51.846],[0.883,51.848],[0.873,51.849],[0.871,51.852],[0.867,51.853],[0.867,51.859],[0.869,51.861],[0.867,51.863],[0.861,51.864],[0.856,51.864],[0.854,51.87],[0.85,51.873],[0.85,51.88],[0.846,51.891],[0.846,51.892],[0.845,51.896],[0.845,51.897],[0.796,51.884],[0.79,51.884],[0.786,51.885],[0.773,51.886],[0.771,51.884],[0.77,51.881],[0.764,51.882],[0.761,51.88],[0.757,51.88],[0.755,51.883],[0.758,51.885],[0.753,51.888],[0.745,51.886],[0.742,51.876],[0.741,51.871],[0.737,51.872],[0.73,51.868],[0.726,51.87],[0.722,51.869],[0.717,51.872],[0.722,51.873],[0.718,51.878],[0.723,51.879],[0.718,51.882],[0.713,51.887],[0.713,51.891],[0.709,51.895],[0.705,51.897],[0.7,51.9],[0.699,51.903],[0.705,51.904],[0.708,51.905],[0.713,51.902],[0.715,51.905],[0.721,51.905],[0.725,51.905],[0.729,51.908],[0.724,51.909],[0.722,51.91],[0.724,51.913],[0.73,51.916],[0.731,51.919],[0.73,51.923],[0.732,51.923],[0.736,51.927],[0.737,51.93],[0.74,51.932],[0.741,51.934],[0.74,51.94],[0.744,51.943],[0.746,51.949],[0.75,51.955],[0.745,51.956],[0.741,51.955],[0.737,51.956],[0.731,51.953],[0.726,51.955],[0.724,51.958],[0.725,51.961],[0.72,51.965],[0.71,51.968],[0.708,51.972],[0.71,51.974],[0.707,51.976],[0.705,51.981],[0.7,51.984],[0.697,51.985],[0.695,51.981],[0.691,51.983],[0.696,51.985],[0.695,51.987],[0.687,51.989],[0.686,51.984],[0.682,51.983],[0.677,51.983],[0.675,51.981],[0.675,51.975],[0.678,51.975],[0.678,51.97],[0.676,51.966],[0.674,51.967],[0.669,51.964],[0.668,51.962],[0.67,51.959],[0.665,51.957],[0.664,51.956],[0.67,51.954],[0.671,51.952],[0.666,51.952],[0.665,51.949],[0.663,51.947],[0.661,51.942],[0.66,51.939],[0.662,51.937],[0.668,51.935],[0.669,51.933],[0.673,51.932],[0.673,51.928],[0.68,51.927],[0.676,51.923],[0.669,51.922],[0.666,51.92],[0.659,51.918],[0.662,51.913],[0.667,51.909],[0.663,51.908],[0.66,51.905],[0.655,51.908],[0.645,51.907],[0.64,51.91],[0.639,51.914],[0.634,51.913],[0.63,51.916],[0.627,51.916],[0.609,51.919],[0.608,51.921],[0.601,51.922],[0.6,51.918],[0.594,51.912],[0.595,51.909],[0.59,51.905],[0.594,51.905],[0.592,51.902],[0.591,51.9],[0.588,51.898],[0.59,51.896],[0.586,51.891],[0.591,51.886],[0.588,51.883],[0.588,51.879],[0.584,51.877],[0.584,51.871],[0.58,51.869],[0.576,51.867],[0.566,51.865],[0.568,51.858],[0.574,51.853],[0.575,51.849],[0.568,51.847],[0.562,51.846],[0.557,51.844],[0.55,51.841],[0.542,51.84],[0.541,51.838],[0.532,51.838],[0.533,51.832],[0.53,51.83],[0.53,51.823],[0.526,51.822],[0.524,51.82],[0.533,51.816],[0.532,51.81],[0.528,51.811],[0.525,51.81],[0.524,51.803],[0.528,51.8],[0.529,51.797],[0.534,51.793],[0.54,51.791],[0.545,51.785],[0.551,51.78],[0.554,51.779],[0.559,51.775],[0.563,51.767],[0.565,51.765],[0.567,51.759],[0.571,51.754],[0.572,51.752],[0.578,51.753],[0.584,51.751],[0.593,51.755],[0.592,51.751],[0.592,51.746],[0.593,51.74],[0.595,51.734],[0.592,51.734],[0.589,51.732],[0.591,51.728],[0.595,51.726],[0.605,51.725],[0.611,51.723],[0.602,51.712],[0.602,51.709],[0.61,51.708],[0.614,51.707],[0.622,51.705],[0.622,51.7],[0.626,51.697],[0.633,51.699],[0.636,51.7],[0.641,51.699],[0.643,51.702],[0.65,51.7],[0.656,51.7],[0.658,51.696],[0.664,51.697],[0.667,51.699],[0.672,51.7],[0.671,51.703],[0.679,51.704],[0.678,51.705],[0.685,51.706],[0.686,51.709],[0.678,51.71],[0.675,51.71],[0.674,51.712],[0.664,51.712],[0.664,51.714],[0.655,51.715],[0.653,51.718],[0.649,51.722],[0.646,51.724],[0.645,51.728],[0.646,51.731],[0.646,51.736],[0.649,51.743],[0.657,51.745],[0.662,51.744],[0.664,51.744],[0.665,51.739],[0.668,51.74],[0.667,51.743],[0.669,51.746],[0.667,51.748],[0.676,51.748],[0.685,51.747],[0.691,51.748],[0.692,51.75],[0.695,51.751],[0.7,51.747],[0.712,51.744],[0.718,51.739],[0.726,51.737],[0.734,51.738],[0.735,51.734],[0.737,51.733],[0.738,51.733],[0.737,51.733],[0.738,51.733],[0.739,51.733],[0.744,51.731]]]]},"properties":{"PCON24NM":"Witham","PCON24CD":"E14001590"},"PCON24CD":527}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.476,51.838],[-1.49,51.842],[-1.497,51.842],[-1.512,51.84],[-1.521,51.838],[-1.535,51.845],[-1.536,51.849],[-1.544,51.853],[-1.544,51.858],[-1.546,51.859],[-1.546,51.862],[-1.543,51.863],[-1.542,51.866],[-1.545,51.869],[-1.549,51.873],[-1.551,51.873],[-1.555,51.876],[-1.559,51.876],[-1.563,51.88],[-1.57,51.886],[-1.565,51.89],[-1.562,51.897],[-1.56,51.9],[-1.57,51.903],[-1.576,51.902],[-1.579,51.898],[-1.585,51.898],[-1.593,51.895],[-1.594,51.894],[-1.604,51.892],[-1.614,51.889],[-1.611,51.886],[-1.614,51.884],[-1.618,51.886],[-1.624,51.886],[-1.626,51.887],[-1.623,51.891],[-1.627,51.891],[-1.629,51.894],[-1.625,51.894],[-1.624,51.896],[-1.628,51.899],[-1.633,51.9],[-1.635,51.898],[-1.644,51.896],[-1.645,51.895],[-1.658,51.897],[-1.662,51.894],[-1.663,51.887],[-1.666,51.885],[-1.669,51.88],[-1.668,51.876],[-1.672,51.875],[-1.679,51.87],[-1.684,51.869],[-1.687,51.866],[-1.687,51.863],[-1.682,51.86],[-1.681,51.859],[-1.681,51.855],[-1.676,51.85],[-1.679,51.849],[-1.679,51.846],[-1.681,51.842],[-1.685,51.837],[-1.686,51.833],[-1.683,51.82],[-1.681,51.816],[-1.677,51.817],[-1.678,51.813],[-1.682,51.804],[-1.687,51.798],[-1.693,51.794],[-1.702,51.791],[-1.708,51.788],[-1.715,51.786],[-1.719,51.783],[-1.717,51.781],[-1.708,51.778],[-1.701,51.771],[-1.7,51.765],[-1.696,51.757],[-1.694,51.754],[-1.694,51.748],[-1.687,51.74],[-1.689,51.739],[-1.686,51.733],[-1.687,51.729],[-1.696,51.724],[-1.694,51.722],[-1.689,51.717],[-1.689,51.714],[-1.686,51.71],[-1.682,51.709],[-1.675,51.704],[-1.665,51.697],[-1.657,51.696],[-1.655,51.691],[-1.651,51.688],[-1.648,51.684],[-1.652,51.682],[-1.656,51.682],[-1.662,51.68],[-1.675,51.683],[-1.674,51.685],[-1.676,51.688],[-1.683,51.69],[-1.691,51.687],[-1.693,51.684],[-1.697,51.682],[-1.695,51.679],[-1.699,51.676],[-1.7,51.67],[-1.694,51.669],[-1.694,51.666],[-1.691,51.664],[-1.689,51.656],[-1.693,51.653],[-1.691,51.652],[-1.686,51.652],[-1.68,51.647],[-1.68,51.645],[-1.676,51.642],[-1.67,51.641],[-1.663,51.64],[-1.66,51.635],[-1.663,51.631],[-1.668,51.628],[-1.669,51.626],[-1.673,51.623],[-1.672,51.62],[-1.667,51.618],[-1.667,51.616],[-1.672,51.613],[-1.676,51.612],[-1.679,51.614],[-1.682,51.613],[-1.682,51.61],[-1.69,51.606],[-1.691,51.602],[-1.689,51.602],[-1.688,51.596],[-1.685,51.592],[-1.685,51.588],[-1.689,51.586],[-1.691,51.584],[-1.689,51.582],[-1.688,51.579],[-1.683,51.573],[-1.68,51.573],[-1.677,51.569],[-1.663,51.574],[-1.658,51.574],[-1.655,51.577],[-1.648,51.572],[-1.644,51.564],[-1.639,51.559],[-1.634,51.553],[-1.632,51.553],[-1.624,51.544],[-1.614,51.537],[-1.612,51.533],[-1.608,51.529],[-1.603,51.518],[-1.594,51.52],[-1.59,51.522],[-1.589,51.524],[-1.585,51.525],[-1.583,51.528],[-1.581,51.537],[-1.569,51.543],[-1.57,51.547],[-1.572,51.551],[-1.575,51.554],[-1.579,51.561],[-1.578,51.563],[-1.583,51.568],[-1.584,51.575],[-1.583,51.577],[-1.584,51.586],[-1.593,51.595],[-1.595,51.595],[-1.595,51.605],[-1.596,51.607],[-1.588,51.61],[-1.582,51.615],[-1.578,51.617],[-1.57,51.617],[-1.565,51.615],[-1.561,51.616],[-1.556,51.617],[-1.554,51.622],[-1.561,51.624],[-1.563,51.628],[-1.57,51.629],[-1.572,51.632],[-1.573,51.636],[-1.569,51.639],[-1.564,51.645],[-1.561,51.646],[-1.565,51.649],[-1.563,51.654],[-1.556,51.658],[-1.545,51.661],[-1.539,51.665],[-1.53,51.667],[-1.525,51.665],[-1.524,51.662],[-1.517,51.66],[-1.511,51.659],[-1.509,51.657],[-1.5,51.655],[-1.488,51.655],[-1.482,51.654],[-1.479,51.655],[-1.478,51.653],[-1.472,51.649],[-1.466,51.647],[-1.464,51.646],[-1.467,51.644],[-1.471,51.644],[-1.476,51.641],[-1.478,51.634],[-1.487,51.631],[-1.492,51.627],[-1.497,51.622],[-1.488,51.619],[-1.479,51.617],[-1.479,51.621],[-1.472,51.625],[-1.463,51.63],[-1.46,51.633],[-1.453,51.637],[-1.453,51.64],[-1.45,51.641],[-1.444,51.643],[-1.434,51.642],[-1.426,51.639],[-1.423,51.637],[-1.415,51.64],[-1.416,51.641],[-1.411,51.643],[-1.41,51.644],[-1.402,51.648],[-1.397,51.651],[-1.389,51.65],[-1.385,51.651],[-1.376,51.651],[-1.374,51.653],[-1.369,51.655],[-1.36,51.655],[-1.351,51.657],[-1.358,51.657],[-1.361,51.661],[-1.365,51.66],[-1.369,51.663],[-1.363,51.67],[-1.358,51.668],[-1.354,51.671],[-1.353,51.673],[-1.355,51.676],[-1.355,51.679],[-1.351,51.685],[-1.353,51.686],[-1.355,51.696],[-1.35,51.697],[-1.348,51.7],[-1.349,51.703],[-1.344,51.703],[-1.341,51.7],[-1.34,51.697],[-1.335,51.694],[-1.331,51.695],[-1.33,51.698],[-1.325,51.705],[-1.325,51.708],[-1.322,51.711],[-1.32,51.716],[-1.322,51.718],[-1.331,51.714],[-1.332,51.718],[-1.337,51.717],[-1.337,51.726],[-1.343,51.727],[-1.341,51.731],[-1.343,51.733],[-1.356,51.733],[-1.359,51.735],[-1.369,51.733],[-1.372,51.737],[-1.372,51.739],[-1.368,51.742],[-1.365,51.746],[-1.365,51.748],[-1.368,51.749],[-1.368,51.753],[-1.363,51.759],[-1.363,51.762],[-1.364,51.764],[-1.368,51.766],[-1.367,51.769],[-1.371,51.77],[-1.372,51.767],[-1.376,51.764],[-1.392,51.765],[-1.399,51.768],[-1.401,51.768],[-1.397,51.773],[-1.406,51.774],[-1.412,51.768],[-1.411,51.764],[-1.418,51.751],[-1.426,51.753],[-1.428,51.755],[-1.433,51.75],[-1.435,51.752],[-1.438,51.751],[-1.448,51.754],[-1.451,51.759],[-1.454,51.76],[-1.461,51.761],[-1.467,51.765],[-1.471,51.769],[-1.474,51.769],[-1.476,51.771],[-1.478,51.776],[-1.47,51.777],[-1.464,51.779],[-1.457,51.783],[-1.464,51.785],[-1.463,51.789],[-1.459,51.792],[-1.462,51.798],[-1.454,51.804],[-1.453,51.811],[-1.454,51.814],[-1.457,51.814],[-1.457,51.819],[-1.466,51.823],[-1.462,51.824],[-1.462,51.827],[-1.466,51.83],[-1.468,51.834],[-1.471,51.833],[-1.476,51.838]]]},"properties":{"PCON24NM":"Witney","PCON24CD":"E14001591"},"PCON24CD":528}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.462,51.33],[-0.463,51.333],[-0.461,51.335],[-0.466,51.343],[-0.473,51.342],[-0.477,51.343],[-0.479,51.345],[-0.48,51.348],[-0.482,51.35],[-0.486,51.348],[-0.503,51.342],[-0.516,51.339],[-0.518,51.343],[-0.521,51.345],[-0.529,51.345],[-0.534,51.348],[-0.539,51.347],[-0.549,51.348],[-0.552,51.346],[-0.562,51.343],[-0.566,51.344],[-0.573,51.342],[-0.574,51.339],[-0.578,51.336],[-0.583,51.337],[-0.59,51.34],[-0.608,51.34],[-0.615,51.336],[-0.613,51.333],[-0.615,51.332],[-0.626,51.335],[-0.626,51.33],[-0.625,51.327],[-0.627,51.325],[-0.624,51.319],[-0.627,51.319],[-0.628,51.316],[-0.633,51.314],[-0.634,51.315],[-0.647,51.312],[-0.65,51.309],[-0.648,51.305],[-0.634,51.294],[-0.625,51.287],[-0.619,51.283],[-0.613,51.283],[-0.605,51.284],[-0.601,51.286],[-0.59,51.282],[-0.582,51.277],[-0.566,51.272],[-0.56,51.27],[-0.558,51.271],[-0.555,51.271],[-0.553,51.268],[-0.547,51.266],[-0.541,51.266],[-0.537,51.269],[-0.539,51.27],[-0.535,51.275],[-0.538,51.277],[-0.542,51.277],[-0.542,51.279],[-0.547,51.283],[-0.547,51.287],[-0.544,51.289],[-0.546,51.295],[-0.538,51.301],[-0.535,51.299],[-0.531,51.298],[-0.526,51.3],[-0.526,51.302],[-0.516,51.304],[-0.511,51.306],[-0.511,51.309],[-0.513,51.312],[-0.508,51.312],[-0.505,51.31],[-0.499,51.308],[-0.492,51.311],[-0.491,51.315],[-0.487,51.316],[-0.482,51.316],[-0.482,51.315],[-0.475,51.316],[-0.475,51.319],[-0.479,51.323],[-0.486,51.325],[-0.489,51.328],[-0.489,51.33],[-0.484,51.331],[-0.479,51.33],[-0.474,51.327],[-0.468,51.327],[-0.468,51.328],[-0.462,51.33]]]},"properties":{"PCON24NM":"Woking","PCON24CD":"E14001592"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.843,51.545],[-0.847,51.545],[-0.857,51.549],[-0.863,51.549],[-0.865,51.553],[-0.868,51.556],[-0.872,51.558],[-0.873,51.56],[-0.876,51.562],[-0.881,51.562],[-0.885,51.561],[-0.889,51.558],[-0.894,51.549],[-0.897,51.545],[-0.9,51.54],[-0.9,51.537],[-0.899,51.536],[-0.888,51.53],[-0.878,51.523],[-0.879,51.518],[-0.881,51.516],[-0.88,51.511],[-0.874,51.509],[-0.871,51.507],[-0.87,51.504],[-0.872,51.502],[-0.88,51.502],[-0.887,51.5],[-0.894,51.496],[-0.898,51.489],[-0.898,51.487],[-0.898,51.486],[-0.892,51.48],[-0.89,51.472],[-0.886,51.468],[-0.889,51.464],[-0.882,51.465],[-0.88,51.462],[-0.872,51.462],[-0.866,51.463],[-0.865,51.461],[-0.876,51.455],[-0.878,51.448],[-0.883,51.447],[-0.886,51.442],[-0.89,51.44],[-0.898,51.439],[-0.9,51.437],[-0.898,51.429],[-0.894,51.431],[-0.892,51.428],[-0.895,51.424],[-0.905,51.421],[-0.911,51.42],[-0.911,51.419],[-0.917,51.415],[-0.922,51.41],[-0.927,51.408],[-0.926,51.407],[-0.931,51.405],[-0.936,51.401],[-0.939,51.401],[-0.942,51.398],[-0.941,51.395],[-0.948,51.388],[-0.956,51.388],[-0.96,51.386],[-0.963,51.388],[-0.97,51.385],[-0.972,51.385],[-0.974,51.387],[-0.974,51.392],[-0.978,51.39],[-0.984,51.388],[-0.989,51.389],[-0.989,51.381],[-0.982,51.376],[-0.985,51.371],[-0.99,51.37],[-0.992,51.367],[-0.99,51.364],[-0.986,51.363],[-0.988,51.361],[-0.984,51.36],[-0.977,51.361],[-0.972,51.36],[-0.953,51.363],[-0.941,51.364],[-0.937,51.364],[-0.924,51.366],[-0.918,51.365],[-0.916,51.361],[-0.911,51.361],[-0.904,51.358],[-0.9,51.359],[-0.893,51.356],[-0.89,51.357],[-0.885,51.355],[-0.878,51.353],[-0.873,51.352],[-0.868,51.355],[-0.857,51.354],[-0.851,51.354],[-0.847,51.352],[-0.843,51.352],[-0.837,51.353],[-0.835,51.354],[-0.832,51.358],[-0.827,51.364],[-0.815,51.37],[-0.809,51.371],[-0.789,51.372],[-0.796,51.393],[-0.798,51.396],[-0.801,51.404],[-0.802,51.409],[-0.793,51.409],[-0.794,51.412],[-0.796,51.413],[-0.798,51.419],[-0.798,51.424],[-0.798,51.43],[-0.798,51.435],[-0.8,51.441],[-0.806,51.441],[-0.808,51.443],[-0.818,51.443],[-0.826,51.454],[-0.828,51.462],[-0.834,51.464],[-0.825,51.466],[-0.825,51.47],[-0.822,51.473],[-0.824,51.478],[-0.826,51.48],[-0.826,51.483],[-0.829,51.486],[-0.829,51.488],[-0.822,51.496],[-0.817,51.496],[-0.819,51.499],[-0.817,51.503],[-0.817,51.507],[-0.824,51.512],[-0.836,51.513],[-0.85,51.524],[-0.854,51.526],[-0.852,51.529],[-0.847,51.533],[-0.844,51.54],[-0.843,51.545]]]},"properties":{"PCON24NM":"Wokingham","PCON24CD":"E14001593"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.03,52.617],[-2.047,52.621],[-2.052,52.622],[-2.064,52.621],[-2.069,52.618],[-2.067,52.612],[-2.072,52.613],[-2.081,52.612],[-2.085,52.614],[-2.088,52.62],[-2.093,52.62],[-2.097,52.623],[-2.099,52.628],[-2.099,52.632],[-2.101,52.635],[-2.107,52.635],[-2.112,52.635],[-2.114,52.638],[-2.125,52.637],[-2.132,52.638],[-2.134,52.634],[-2.137,52.63],[-2.139,52.627],[-2.137,52.623],[-2.129,52.621],[-2.132,52.613],[-2.13,52.606],[-2.13,52.603],[-2.129,52.597],[-2.124,52.589],[-2.121,52.586],[-2.116,52.585],[-2.109,52.587],[-2.106,52.59],[-2.101,52.593],[-2.078,52.586],[-2.074,52.589],[-2.071,52.593],[-2.066,52.594],[-2.066,52.597],[-2.062,52.597],[-2.062,52.595],[-2.051,52.594],[-2.042,52.591],[-2.028,52.595],[-2.015,52.596],[-2.019,52.605],[-2.023,52.609],[-2.03,52.617]]]},"properties":{"PCON24NM":"Wolverhampton North East","PCON24CD":"E14001594"},"PCON24CD":531}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.015,52.596],[-2.028,52.595],[-2.042,52.591],[-2.051,52.594],[-2.062,52.595],[-2.062,52.597],[-2.066,52.597],[-2.066,52.594],[-2.071,52.593],[-2.074,52.589],[-2.078,52.586],[-2.101,52.593],[-2.106,52.59],[-2.109,52.587],[-2.116,52.585],[-2.121,52.586],[-2.123,52.582],[-2.125,52.581],[-2.123,52.574],[-2.119,52.571],[-2.113,52.562],[-2.119,52.562],[-2.122,52.557],[-2.115,52.549],[-2.11,52.546],[-2.108,52.544],[-2.104,52.546],[-2.097,52.546],[-2.09,52.549],[-2.09,52.55],[-2.085,52.553],[-2.082,52.553],[-2.081,52.556],[-2.078,52.557],[-2.074,52.55],[-2.07,52.55],[-2.069,52.547],[-2.063,52.549],[-2.061,52.547],[-2.051,52.551],[-2.04,52.555],[-2.038,52.558],[-2.025,52.563],[-2.027,52.565],[-2.017,52.569],[-2.011,52.569],[-2.019,52.574],[-2.016,52.579],[-2.014,52.581],[-2.015,52.596]]]},"properties":{"PCON24NM":"Wolverhampton South East","PCON24CD":"E14001595"},"PCON24CD":532}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.137,52.63],[-2.153,52.63],[-2.152,52.625],[-2.155,52.624],[-2.163,52.621],[-2.165,52.619],[-2.167,52.62],[-2.17,52.618],[-2.165,52.617],[-2.171,52.614],[-2.168,52.611],[-2.171,52.611],[-2.178,52.607],[-2.18,52.605],[-2.187,52.606],[-2.189,52.608],[-2.195,52.607],[-2.191,52.602],[-2.189,52.596],[-2.189,52.589],[-2.201,52.589],[-2.202,52.587],[-2.207,52.587],[-2.204,52.584],[-2.202,52.579],[-2.189,52.577],[-2.188,52.574],[-2.183,52.577],[-2.18,52.575],[-2.177,52.567],[-2.181,52.566],[-2.18,52.564],[-2.176,52.564],[-2.175,52.56],[-2.176,52.557],[-2.176,52.554],[-2.17,52.556],[-2.158,52.555],[-2.145,52.555],[-2.141,52.559],[-2.139,52.558],[-2.133,52.554],[-2.128,52.554],[-2.128,52.558],[-2.122,52.557],[-2.119,52.562],[-2.113,52.562],[-2.119,52.571],[-2.123,52.574],[-2.125,52.581],[-2.123,52.582],[-2.121,52.586],[-2.124,52.589],[-2.129,52.597],[-2.13,52.603],[-2.13,52.606],[-2.132,52.613],[-2.129,52.621],[-2.137,52.623],[-2.139,52.627],[-2.137,52.63]]]},"properties":{"PCON24NM":"Wolverhampton West","PCON24CD":"E14001596"},"PCON24CD":533}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.203,52.167],[-2.2,52.169],[-2.195,52.17],[-2.189,52.171],[-2.187,52.173],[-2.185,52.18],[-2.183,52.183],[-2.179,52.184],[-2.171,52.185],[-2.166,52.198],[-2.162,52.204],[-2.158,52.213],[-2.163,52.214],[-2.171,52.218],[-2.189,52.221],[-2.194,52.223],[-2.207,52.225],[-2.211,52.226],[-2.222,52.231],[-2.227,52.228],[-2.229,52.225],[-2.233,52.227],[-2.236,52.222],[-2.243,52.222],[-2.244,52.217],[-2.239,52.215],[-2.235,52.211],[-2.243,52.209],[-2.246,52.211],[-2.248,52.211],[-2.249,52.207],[-2.247,52.202],[-2.251,52.2],[-2.25,52.197],[-2.255,52.196],[-2.261,52.196],[-2.26,52.192],[-2.262,52.19],[-2.262,52.185],[-2.261,52.182],[-2.254,52.184],[-2.253,52.181],[-2.25,52.18],[-2.247,52.177],[-2.246,52.174],[-2.243,52.169],[-2.233,52.17],[-2.229,52.168],[-2.228,52.164],[-2.224,52.166],[-2.222,52.168],[-2.217,52.162],[-2.211,52.163],[-2.203,52.167]]]},"properties":{"PCON24NM":"Worcester","PCON24CD":"E14001597"},"PCON24CD":534}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.329,53.48],[-2.331,53.484],[-2.33,53.488],[-2.325,53.489],[-2.327,53.496],[-2.329,53.498],[-2.337,53.496],[-2.339,53.498],[-2.343,53.496],[-2.347,53.497],[-2.352,53.497],[-2.351,53.501],[-2.348,53.503],[-2.339,53.506],[-2.333,53.514],[-2.338,53.515],[-2.333,53.519],[-2.335,53.521],[-2.347,53.525],[-2.354,53.525],[-2.362,53.523],[-2.366,53.52],[-2.369,53.516],[-2.37,53.513],[-2.379,53.514],[-2.392,53.512],[-2.415,53.512],[-2.415,53.515],[-2.422,53.52],[-2.432,53.522],[-2.435,53.521],[-2.436,53.519],[-2.438,53.518],[-2.438,53.515],[-2.434,53.515],[-2.435,53.513],[-2.442,53.513],[-2.442,53.51],[-2.459,53.51],[-2.46,53.507],[-2.464,53.505],[-2.472,53.505],[-2.471,53.502],[-2.468,53.499],[-2.471,53.498],[-2.475,53.493],[-2.474,53.489],[-2.476,53.487],[-2.484,53.484],[-2.496,53.481],[-2.493,53.48],[-2.489,53.476],[-2.491,53.472],[-2.491,53.467],[-2.492,53.465],[-2.49,53.462],[-2.49,53.46],[-2.487,53.458],[-2.486,53.455],[-2.483,53.454],[-2.476,53.447],[-2.478,53.443],[-2.474,53.439],[-2.468,53.437],[-2.462,53.436],[-2.454,53.428],[-2.451,53.427],[-2.449,53.423],[-2.451,53.419],[-2.449,53.416],[-2.428,53.425],[-2.423,53.427],[-2.418,53.431],[-2.411,53.442],[-2.407,53.449],[-2.399,53.456],[-2.392,53.461],[-2.386,53.463],[-2.355,53.474],[-2.329,53.48]]]},"properties":{"PCON24NM":"Worsley and Eccles","PCON24CD":"E14001598"},"PCON24CD":535}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.365,50.875],[-0.366,50.877],[-0.367,50.884],[-0.364,50.888],[-0.38,50.886],[-0.385,50.889],[-0.389,50.889],[-0.389,50.892],[-0.393,50.893],[-0.396,50.892],[-0.402,50.886],[-0.406,50.884],[-0.409,50.88],[-0.413,50.881],[-0.412,50.884],[-0.414,50.886],[-0.424,50.886],[-0.427,50.889],[-0.427,50.893],[-0.431,50.893],[-0.431,50.89],[-0.437,50.883],[-0.44,50.878],[-0.449,50.882],[-0.452,50.891],[-0.451,50.895],[-0.455,50.897],[-0.461,50.892],[-0.462,50.889],[-0.465,50.884],[-0.472,50.885],[-0.477,50.885],[-0.481,50.876],[-0.487,50.876],[-0.489,50.874],[-0.493,50.867],[-0.497,50.864],[-0.498,50.862],[-0.498,50.857],[-0.495,50.856],[-0.498,50.853],[-0.497,50.85],[-0.499,50.846],[-0.508,50.844],[-0.51,50.839],[-0.501,50.838],[-0.501,50.835],[-0.516,50.826],[-0.515,50.823],[-0.51,50.821],[-0.501,50.818],[-0.489,50.818],[-0.49,50.814],[-0.493,50.812],[-0.495,50.808],[-0.495,50.803],[-0.475,50.803],[-0.456,50.802],[-0.451,50.803],[-0.444,50.802],[-0.423,50.804],[-0.421,50.805],[-0.4,50.806],[-0.388,50.807],[-0.372,50.809],[-0.364,50.81],[-0.36,50.811],[-0.362,50.812],[-0.362,50.817],[-0.364,50.82],[-0.372,50.819],[-0.387,50.819],[-0.388,50.824],[-0.392,50.824],[-0.392,50.828],[-0.391,50.837],[-0.393,50.839],[-0.398,50.839],[-0.399,50.84],[-0.399,50.845],[-0.402,50.849],[-0.405,50.855],[-0.403,50.856],[-0.392,50.86],[-0.388,50.86],[-0.383,50.863],[-0.378,50.861],[-0.367,50.861],[-0.367,50.863],[-0.368,50.867],[-0.371,50.87],[-0.37,50.873],[-0.365,50.875]]]},"properties":{"PCON24NM":"Worthing West","PCON24CD":"E14001599"},"PCON24CD":536}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.727,51.651],[-0.734,51.648],[-0.738,51.649],[-0.745,51.645],[-0.747,51.647],[-0.755,51.646],[-0.758,51.647],[-0.758,51.65],[-0.763,51.653],[-0.764,51.656],[-0.767,51.658],[-0.774,51.657],[-0.779,51.662],[-0.783,51.663],[-0.788,51.664],[-0.796,51.664],[-0.801,51.659],[-0.805,51.658],[-0.808,51.654],[-0.815,51.654],[-0.818,51.657],[-0.824,51.653],[-0.831,51.656],[-0.839,51.65],[-0.846,51.651],[-0.849,51.651],[-0.851,51.654],[-0.854,51.654],[-0.858,51.654],[-0.862,51.659],[-0.87,51.663],[-0.871,51.657],[-0.869,51.653],[-0.873,51.65],[-0.872,51.648],[-0.88,51.644],[-0.881,51.641],[-0.888,51.642],[-0.884,51.638],[-0.885,51.635],[-0.893,51.635],[-0.897,51.637],[-0.896,51.639],[-0.898,51.642],[-0.901,51.643],[-0.905,51.642],[-0.914,51.638],[-0.918,51.64],[-0.918,51.636],[-0.917,51.628],[-0.919,51.624],[-0.921,51.624],[-0.93,51.633],[-0.935,51.636],[-0.938,51.635],[-0.944,51.631],[-0.949,51.631],[-0.95,51.629],[-0.95,51.621],[-0.946,51.619],[-0.939,51.618],[-0.94,51.614],[-0.944,51.611],[-0.943,51.607],[-0.943,51.605],[-0.936,51.603],[-0.932,51.602],[-0.93,51.604],[-0.92,51.604],[-0.917,51.599],[-0.925,51.591],[-0.934,51.589],[-0.942,51.585],[-0.94,51.582],[-0.94,51.576],[-0.939,51.571],[-0.928,51.568],[-0.928,51.566],[-0.924,51.563],[-0.921,51.564],[-0.92,51.562],[-0.914,51.562],[-0.911,51.558],[-0.902,51.556],[-0.903,51.553],[-0.902,51.549],[-0.903,51.546],[-0.897,51.545],[-0.894,51.549],[-0.889,51.558],[-0.885,51.561],[-0.881,51.562],[-0.876,51.562],[-0.873,51.56],[-0.872,51.558],[-0.868,51.556],[-0.865,51.553],[-0.863,51.549],[-0.857,51.549],[-0.847,51.545],[-0.843,51.545],[-0.838,51.547],[-0.833,51.545],[-0.829,51.546],[-0.826,51.549],[-0.824,51.55],[-0.817,51.551],[-0.811,51.553],[-0.793,51.551],[-0.791,51.553],[-0.795,51.557],[-0.801,51.56],[-0.804,51.563],[-0.804,51.565],[-0.801,51.57],[-0.797,51.572],[-0.796,51.574],[-0.791,51.575],[-0.788,51.575],[-0.783,51.581],[-0.786,51.583],[-0.781,51.584],[-0.779,51.581],[-0.77,51.584],[-0.767,51.587],[-0.766,51.594],[-0.77,51.6],[-0.771,51.608],[-0.768,51.612],[-0.756,51.614],[-0.746,51.614],[-0.734,51.611],[-0.727,51.61],[-0.716,51.61],[-0.71,51.609],[-0.702,51.605],[-0.697,51.604],[-0.692,51.604],[-0.689,51.608],[-0.682,51.607],[-0.676,51.608],[-0.677,51.609],[-0.674,51.614],[-0.677,51.616],[-0.679,51.621],[-0.681,51.621],[-0.689,51.618],[-0.69,51.625],[-0.689,51.63],[-0.692,51.638],[-0.697,51.646],[-0.707,51.641],[-0.712,51.643],[-0.719,51.644],[-0.726,51.644],[-0.727,51.646],[-0.727,51.651]]]},"properties":{"PCON24NM":"Wycombe","PCON24CD":"E14001600"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.168,52.424],[-2.172,52.425],[-2.181,52.425],[-2.186,52.426],[-2.193,52.423],[-2.196,52.425],[-2.197,52.428],[-2.201,52.427],[-2.206,52.43],[-2.215,52.432],[-2.217,52.435],[-2.226,52.435],[-2.242,52.437],[-2.249,52.438],[-2.261,52.437],[-2.263,52.441],[-2.269,52.439],[-2.275,52.44],[-2.279,52.443],[-2.286,52.444],[-2.287,52.447],[-2.292,52.449],[-2.295,52.449],[-2.286,52.455],[-2.287,52.455],[-2.293,52.452],[-2.306,52.446],[-2.31,52.442],[-2.312,52.438],[-2.322,52.436],[-2.326,52.438],[-2.333,52.435],[-2.339,52.436],[-2.345,52.439],[-2.351,52.438],[-2.355,52.44],[-2.364,52.439],[-2.364,52.432],[-2.363,52.426],[-2.366,52.424],[-2.366,52.42],[-2.365,52.418],[-2.368,52.414],[-2.366,52.408],[-2.369,52.404],[-2.373,52.402],[-2.364,52.399],[-2.361,52.399],[-2.351,52.396],[-2.347,52.394],[-2.342,52.393],[-2.334,52.389],[-2.336,52.385],[-2.34,52.384],[-2.344,52.386],[-2.35,52.386],[-2.351,52.388],[-2.354,52.389],[-2.36,52.387],[-2.363,52.388],[-2.368,52.388],[-2.378,52.383],[-2.387,52.384],[-2.39,52.382],[-2.394,52.384],[-2.401,52.383],[-2.411,52.385],[-2.415,52.381],[-2.415,52.378],[-2.41,52.374],[-2.41,52.37],[-2.415,52.368],[-2.416,52.365],[-2.412,52.36],[-2.414,52.355],[-2.421,52.35],[-2.422,52.349],[-2.421,52.344],[-2.422,52.341],[-2.425,52.337],[-2.421,52.334],[-2.426,52.332],[-2.429,52.331],[-2.433,52.33],[-2.433,52.328],[-2.437,52.324],[-2.434,52.323],[-2.427,52.322],[-2.423,52.323],[-2.415,52.323],[-2.412,52.325],[-2.403,52.324],[-2.403,52.327],[-2.398,52.325],[-2.395,52.322],[-2.389,52.321],[-2.381,52.324],[-2.375,52.325],[-2.372,52.327],[-2.37,52.324],[-2.373,52.319],[-2.371,52.317],[-2.366,52.318],[-2.363,52.315],[-2.359,52.315],[-2.351,52.319],[-2.345,52.32],[-2.341,52.32],[-2.336,52.319],[-2.329,52.32],[-2.324,52.323],[-2.325,52.325],[-2.322,52.33],[-2.32,52.331],[-2.324,52.334],[-2.324,52.335],[-2.318,52.337],[-2.314,52.34],[-2.311,52.341],[-2.306,52.339],[-2.305,52.336],[-2.306,52.334],[-2.305,52.329],[-2.299,52.322],[-2.295,52.322],[-2.29,52.323],[-2.289,52.325],[-2.277,52.327],[-2.274,52.329],[-2.266,52.324],[-2.264,52.326],[-2.261,52.326],[-2.261,52.329],[-2.272,52.333],[-2.268,52.334],[-2.268,52.337],[-2.264,52.336],[-2.261,52.341],[-2.254,52.341],[-2.252,52.345],[-2.251,52.347],[-2.246,52.353],[-2.248,52.355],[-2.246,52.361],[-2.242,52.36],[-2.232,52.361],[-2.219,52.359],[-2.212,52.356],[-2.205,52.351],[-2.205,52.346],[-2.201,52.344],[-2.196,52.341],[-2.192,52.337],[-2.193,52.335],[-2.19,52.332],[-2.19,52.329],[-2.178,52.332],[-2.171,52.331],[-2.175,52.325],[-2.175,52.32],[-2.173,52.317],[-2.168,52.318],[-2.168,52.325],[-2.165,52.326],[-2.152,52.337],[-2.152,52.34],[-2.151,52.344],[-2.149,52.346],[-2.146,52.345],[-2.143,52.347],[-2.137,52.35],[-2.135,52.353],[-2.132,52.355],[-2.131,52.358],[-2.124,52.359],[-2.12,52.36],[-2.121,52.362],[-2.12,52.364],[-2.122,52.366],[-2.123,52.373],[-2.128,52.381],[-2.132,52.387],[-2.13,52.389],[-2.133,52.392],[-2.138,52.394],[-2.138,52.396],[-2.135,52.399],[-2.131,52.399],[-2.126,52.402],[-2.128,52.406],[-2.134,52.41],[-2.145,52.411],[-2.146,52.41],[-2.154,52.41],[-2.158,52.409],[-2.16,52.416],[-2.164,52.417],[-2.165,52.422],[-2.168,52.424]]]},"properties":{"PCON24NM":"Wyre Forest","PCON24CD":"E14001601"},"PCON24CD":538}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.3,53.437],[-2.303,53.438],[-2.306,53.437],[-2.311,53.437],[-2.316,53.435],[-2.318,53.432],[-2.339,53.413],[-2.346,53.408],[-2.341,53.407],[-2.331,53.409],[-2.328,53.41],[-2.32,53.412],[-2.307,53.397],[-2.305,53.397],[-2.3,53.392],[-2.3,53.385],[-2.297,53.382],[-2.293,53.381],[-2.289,53.377],[-2.286,53.376],[-2.291,53.373],[-2.294,53.368],[-2.297,53.362],[-2.3,53.36],[-2.306,53.358],[-2.314,53.357],[-2.312,53.355],[-2.306,53.353],[-2.303,53.351],[-2.299,53.35],[-2.298,53.347],[-2.296,53.343],[-2.29,53.342],[-2.287,53.344],[-2.285,53.347],[-2.28,53.346],[-2.278,53.349],[-2.273,53.351],[-2.267,53.351],[-2.265,53.354],[-2.258,53.357],[-2.259,53.359],[-2.256,53.361],[-2.244,53.361],[-2.241,53.36],[-2.237,53.37],[-2.239,53.371],[-2.241,53.375],[-2.242,53.378],[-2.241,53.381],[-2.243,53.383],[-2.243,53.388],[-2.246,53.388],[-2.246,53.394],[-2.247,53.396],[-2.243,53.398],[-2.243,53.399],[-2.238,53.401],[-2.245,53.403],[-2.244,53.405],[-2.239,53.407],[-2.239,53.411],[-2.244,53.412],[-2.247,53.41],[-2.246,53.407],[-2.254,53.409],[-2.254,53.412],[-2.251,53.415],[-2.25,53.42],[-2.254,53.421],[-2.254,53.418],[-2.258,53.418],[-2.26,53.416],[-2.263,53.416],[-2.266,53.418],[-2.266,53.421],[-2.272,53.421],[-2.275,53.423],[-2.281,53.424],[-2.284,53.425],[-2.286,53.43],[-2.289,53.432],[-2.296,53.432],[-2.3,53.434],[-2.3,53.437]]]},"properties":{"PCON24NM":"Wythenshawe and Sale East","PCON24CD":"E14001602"},"PCON24CD":539}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.598,50.96],[-2.612,50.959],[-2.615,50.962],[-2.622,50.962],[-2.628,50.964],[-2.633,50.963],[-2.635,50.961],[-2.636,50.969],[-2.641,50.973],[-2.645,50.975],[-2.645,50.978],[-2.651,50.978],[-2.653,50.975],[-2.662,50.973],[-2.667,50.974],[-2.671,50.971],[-2.669,50.966],[-2.675,50.963],[-2.681,50.966],[-2.688,50.967],[-2.689,50.962],[-2.693,50.962],[-2.692,50.959],[-2.696,50.959],[-2.701,50.956],[-2.702,50.954],[-2.706,50.952],[-2.711,50.952],[-2.714,50.949],[-2.713,50.947],[-2.713,50.942],[-2.72,50.943],[-2.718,50.94],[-2.726,50.938],[-2.723,50.933],[-2.723,50.931],[-2.728,50.927],[-2.732,50.928],[-2.737,50.931],[-2.739,50.935],[-2.748,50.938],[-2.754,50.939],[-2.759,50.935],[-2.768,50.935],[-2.771,50.936],[-2.771,50.94],[-2.782,50.945],[-2.785,50.949],[-2.785,50.952],[-2.791,50.954],[-2.792,50.957],[-2.791,50.962],[-2.791,50.964],[-2.795,50.966],[-2.797,50.97],[-2.802,50.966],[-2.809,50.964],[-2.811,50.963],[-2.824,50.961],[-2.83,50.963],[-2.835,50.961],[-2.835,50.959],[-2.849,50.964],[-2.853,50.967],[-2.855,50.963],[-2.854,50.96],[-2.856,50.957],[-2.864,50.949],[-2.868,50.952],[-2.877,50.955],[-2.88,50.957],[-2.885,50.957],[-2.892,50.957],[-2.898,50.959],[-2.895,50.952],[-2.897,50.95],[-2.902,50.948],[-2.904,50.949],[-2.908,50.945],[-2.916,50.945],[-2.919,50.942],[-2.923,50.94],[-2.929,50.94],[-2.934,50.948],[-2.938,50.951],[-2.95,50.958],[-2.957,50.964],[-2.96,50.967],[-2.964,50.965],[-2.969,50.966],[-2.976,50.962],[-2.985,50.963],[-2.991,50.961],[-3.003,50.957],[-3.005,50.958],[-3.008,50.957],[-3.009,50.954],[-3.012,50.95],[-3.011,50.948],[-3.015,50.945],[-3.021,50.945],[-3.029,50.941],[-3.029,50.939],[-3.033,50.936],[-3.039,50.935],[-3.052,50.933],[-3.059,50.933],[-3.065,50.935],[-3.068,50.937],[-3.074,50.938],[-3.08,50.94],[-3.086,50.94],[-3.088,50.938],[-3.092,50.929],[-3.089,50.926],[-3.085,50.923],[-3.085,50.922],[-3.079,50.919],[-3.073,50.914],[-3.069,50.913],[-3.064,50.914],[-3.058,50.912],[-3.052,50.908],[-3.05,50.904],[-3.055,50.897],[-3.056,50.891],[-3.052,50.886],[-3.052,50.88],[-3.054,50.876],[-3.054,50.873],[-3.046,50.872],[-3.044,50.868],[-3.039,50.869],[-3.035,50.864],[-3.033,50.861],[-3.036,50.858],[-3.037,50.854],[-3.035,50.851],[-3.021,50.855],[-3.014,50.855],[-3.011,50.857],[-3.007,50.854],[-2.998,50.851],[-2.996,50.855],[-2.988,50.856],[-2.983,50.855],[-2.974,50.856],[-2.975,50.852],[-2.971,50.851],[-2.97,50.85],[-2.972,50.844],[-2.968,50.84],[-2.97,50.834],[-2.966,50.833],[-2.966,50.832],[-2.962,50.83],[-2.963,50.828],[-2.959,50.826],[-2.954,50.821],[-2.951,50.823],[-2.947,50.824],[-2.946,50.828],[-2.944,50.829],[-2.945,50.831],[-2.943,50.835],[-2.938,50.835],[-2.935,50.838],[-2.93,50.839],[-2.925,50.839],[-2.92,50.841],[-2.913,50.843],[-2.91,50.845],[-2.903,50.844],[-2.902,50.846],[-2.897,50.848],[-2.895,50.847],[-2.889,50.85],[-2.886,50.851],[-2.881,50.848],[-2.876,50.849],[-2.867,50.849],[-2.864,50.849],[-2.858,50.85],[-2.854,50.849],[-2.851,50.851],[-2.845,50.852],[-2.842,50.847],[-2.826,50.851],[-2.816,50.857],[-2.811,50.863],[-2.806,50.861],[-2.808,50.859],[-2.799,50.855],[-2.795,50.855],[-2.792,50.853],[-2.786,50.855],[-2.782,50.86],[-2.779,50.861],[-2.77,50.86],[-2.761,50.861],[-2.76,50.866],[-2.755,50.867],[-2.754,50.865],[-2.75,50.864],[-2.725,50.865],[-2.715,50.864],[-2.714,50.867],[-2.714,50.871],[-2.708,50.87],[-2.703,50.873],[-2.7,50.873],[-2.696,50.875],[-2.696,50.876],[-2.679,50.877],[-2.674,50.879],[-2.661,50.887],[-2.651,50.883],[-2.647,50.884],[-2.646,50.888],[-2.631,50.886],[-2.628,50.886],[-2.627,50.88],[-2.624,50.879],[-2.621,50.881],[-2.616,50.882],[-2.615,50.884],[-2.612,50.886],[-2.61,50.892],[-2.615,50.893],[-2.616,50.897],[-2.619,50.902],[-2.62,50.905],[-2.622,50.905],[-2.624,50.908],[-2.617,50.912],[-2.617,50.916],[-2.615,50.918],[-2.615,50.923],[-2.607,50.926],[-2.604,50.928],[-2.604,50.931],[-2.606,50.935],[-2.615,50.939],[-2.609,50.942],[-2.606,50.945],[-2.599,50.948],[-2.598,50.95],[-2.599,50.954],[-2.598,50.96]]]},"properties":{"PCON24NM":"Yeovil","PCON24CD":"E14001603"},"PCON24CD":540}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.087,53.981],[-1.089,53.979],[-1.096,53.976],[-1.097,53.973],[-1.1,53.973],[-1.097,53.97],[-1.103,53.968],[-1.106,53.969],[-1.11,53.966],[-1.119,53.972],[-1.121,53.976],[-1.126,53.975],[-1.134,53.97],[-1.137,53.969],[-1.14,53.959],[-1.146,53.954],[-1.142,53.949],[-1.144,53.947],[-1.139,53.946],[-1.144,53.94],[-1.135,53.938],[-1.13,53.938],[-1.126,53.941],[-1.12,53.944],[-1.118,53.948],[-1.11,53.95],[-1.106,53.948],[-1.101,53.948],[-1.105,53.942],[-1.102,53.942],[-1.102,53.939],[-1.105,53.936],[-1.102,53.935],[-1.102,53.933],[-1.1,53.931],[-1.102,53.928],[-1.093,53.928],[-1.087,53.936],[-1.08,53.936],[-1.083,53.938],[-1.074,53.94],[-1.069,53.938],[-1.066,53.938],[-1.067,53.942],[-1.064,53.943],[-1.06,53.941],[-1.055,53.943],[-1.053,53.94],[-1.045,53.941],[-1.049,53.945],[-1.043,53.947],[-1.038,53.945],[-1.028,53.945],[-1.017,53.949],[-1.016,53.951],[-1.021,53.955],[-1.03,53.954],[-1.038,53.954],[-1.04,53.957],[-1.044,53.959],[-1.047,53.962],[-1.043,53.963],[-1.045,53.966],[-1.049,53.965],[-1.052,53.967],[-1.051,53.97],[-1.054,53.971],[-1.063,53.968],[-1.061,53.974],[-1.056,53.976],[-1.06,53.979],[-1.065,53.977],[-1.069,53.979],[-1.071,53.978],[-1.075,53.979],[-1.082,53.978],[-1.087,53.981]]]},"properties":{"PCON24NM":"York Central","PCON24CD":"E14001604"},"PCON24CD":541}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.925,53.992],[-0.935,53.99],[-0.944,53.989],[-0.953,53.987],[-0.958,53.984],[-0.967,53.986],[-0.973,53.985],[-0.977,53.982],[-0.985,53.982],[-0.991,53.982],[-0.995,53.983],[-0.993,53.986],[-0.988,53.989],[-0.981,53.991],[-0.983,53.993],[-0.979,53.995],[-0.979,53.996],[-0.972,53.997],[-0.972,54.001],[-0.975,54.005],[-0.98,54.003],[-0.98,54.007],[-0.983,54.01],[-0.977,54.016],[-0.979,54.017],[-0.972,54.02],[-0.97,54.026],[-0.973,54.029],[-0.982,54.031],[-0.981,54.034],[-0.982,54.039],[-0.986,54.04],[-0.993,54.044],[-0.994,54.047],[-1,54.051],[-1.004,54.056],[-1.012,54.051],[-1.014,54.049],[-1.024,54.052],[-1.035,54.054],[-1.048,54.055],[-1.06,54.057],[-1.058,54.052],[-1.059,54.05],[-1.062,54.05],[-1.072,54.049],[-1.085,54.048],[-1.089,54.048],[-1.094,54.047],[-1.096,54.04],[-1.1,54.041],[-1.1,54.038],[-1.108,54.037],[-1.115,54.036],[-1.12,54.029],[-1.128,54.031],[-1.141,54.03],[-1.141,54.028],[-1.145,54.025],[-1.145,54.023],[-1.142,54.019],[-1.148,54.016],[-1.143,54.011],[-1.144,54.008],[-1.147,54.007],[-1.149,54.003],[-1.148,54.002],[-1.141,53.997],[-1.139,53.991],[-1.144,53.99],[-1.15,53.989],[-1.153,53.989],[-1.161,53.994],[-1.167,53.996],[-1.173,54.002],[-1.182,54],[-1.189,54.002],[-1.192,54],[-1.189,53.998],[-1.184,53.997],[-1.181,53.99],[-1.182,53.985],[-1.185,53.984],[-1.193,53.984],[-1.201,53.989],[-1.204,53.987],[-1.211,53.985],[-1.217,53.986],[-1.217,53.983],[-1.221,53.981],[-1.224,53.975],[-1.222,53.972],[-1.221,53.969],[-1.217,53.966],[-1.22,53.963],[-1.213,53.956],[-1.209,53.951],[-1.207,53.946],[-1.204,53.944],[-1.203,53.939],[-1.2,53.934],[-1.2,53.932],[-1.198,53.929],[-1.2,53.928],[-1.199,53.925],[-1.196,53.922],[-1.191,53.923],[-1.187,53.918],[-1.186,53.916],[-1.179,53.917],[-1.177,53.914],[-1.171,53.909],[-1.165,53.911],[-1.159,53.899],[-1.154,53.897],[-1.142,53.893],[-1.137,53.896],[-1.135,53.895],[-1.133,53.891],[-1.129,53.889],[-1.125,53.886],[-1.125,53.883],[-1.121,53.883],[-1.116,53.88],[-1.112,53.879],[-1.105,53.876],[-1.101,53.877],[-1.1,53.88],[-1.095,53.884],[-1.091,53.886],[-1.083,53.882],[-1.077,53.883],[-1.074,53.88],[-1.069,53.879],[-1.065,53.875],[-1.057,53.876],[-1.047,53.881],[-1.034,53.884],[-1.023,53.887],[-1.02,53.888],[-1.008,53.89],[-1.003,53.886],[-0.993,53.875],[-0.981,53.878],[-0.968,53.883],[-0.964,53.883],[-0.958,53.884],[-0.948,53.885],[-0.944,53.888],[-0.939,53.888],[-0.938,53.886],[-0.935,53.883],[-0.935,53.88],[-0.93,53.88],[-0.927,53.883],[-0.924,53.881],[-0.925,53.883],[-0.923,53.888],[-0.922,53.888],[-0.921,53.888],[-0.921,53.891],[-0.933,53.89],[-0.941,53.891],[-0.948,53.893],[-0.947,53.896],[-0.941,53.898],[-0.94,53.899],[-0.941,53.904],[-0.938,53.908],[-0.933,53.908],[-0.931,53.915],[-0.932,53.917],[-0.928,53.918],[-0.928,53.92],[-0.924,53.92],[-0.922,53.922],[-0.923,53.925],[-0.929,53.929],[-0.927,53.933],[-0.924,53.934],[-0.926,53.937],[-0.925,53.941],[-0.928,53.942],[-0.927,53.946],[-0.925,53.949],[-0.927,53.952],[-0.927,53.953],[-0.923,53.956],[-0.921,53.96],[-0.925,53.964],[-0.928,53.964],[-0.933,53.967],[-0.934,53.97],[-0.929,53.976],[-0.927,53.98],[-0.928,53.983],[-0.923,53.989],[-0.92,53.99],[-0.925,53.992]],[[-1.087,53.981],[-1.082,53.978],[-1.075,53.979],[-1.071,53.978],[-1.069,53.979],[-1.065,53.977],[-1.06,53.979],[-1.056,53.976],[-1.061,53.974],[-1.063,53.968],[-1.054,53.971],[-1.051,53.97],[-1.052,53.967],[-1.049,53.965],[-1.045,53.966],[-1.043,53.963],[-1.047,53.962],[-1.044,53.959],[-1.04,53.957],[-1.038,53.954],[-1.03,53.954],[-1.021,53.955],[-1.016,53.951],[-1.017,53.949],[-1.028,53.945],[-1.038,53.945],[-1.043,53.947],[-1.049,53.945],[-1.045,53.941],[-1.053,53.94],[-1.055,53.943],[-1.06,53.941],[-1.064,53.943],[-1.067,53.942],[-1.066,53.938],[-1.069,53.938],[-1.074,53.94],[-1.083,53.938],[-1.08,53.936],[-1.087,53.936],[-1.093,53.928],[-1.102,53.928],[-1.1,53.931],[-1.102,53.933],[-1.102,53.935],[-1.105,53.936],[-1.102,53.939],[-1.102,53.942],[-1.105,53.942],[-1.101,53.948],[-1.106,53.948],[-1.11,53.95],[-1.118,53.948],[-1.12,53.944],[-1.126,53.941],[-1.13,53.938],[-1.135,53.938],[-1.144,53.94],[-1.139,53.946],[-1.144,53.947],[-1.142,53.949],[-1.146,53.954],[-1.14,53.959],[-1.137,53.969],[-1.134,53.97],[-1.126,53.975],[-1.121,53.976],[-1.119,53.972],[-1.11,53.966],[-1.106,53.969],[-1.103,53.968],[-1.097,53.97],[-1.1,53.973],[-1.097,53.973],[-1.096,53.976],[-1.089,53.979],[-1.087,53.981]]]},"properties":{"PCON24NM":"York Outer","PCON24CD":"E14001605"},"PCON24CD":542}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.049,55.092],[-6.051,55.093],[-6.059,55.091],[-6.067,55.092],[-6.067,55.089],[-6.071,55.09],[-6.078,55.086],[-6.079,55.083],[-6.082,55.082],[-6.089,55.078],[-6.093,55.077],[-6.105,55.073],[-6.126,55.066],[-6.137,55.06],[-6.139,55.058],[-6.143,55.059],[-6.15,55.056],[-6.158,55.044],[-6.16,55.043],[-6.166,55.031],[-6.181,55.034],[-6.185,55.026],[-6.196,55.029],[-6.204,55.03],[-6.224,55.02],[-6.227,55.017],[-6.231,55.016],[-6.268,55.01],[-6.279,55.005],[-6.285,55.004],[-6.287,55.006],[-6.301,55.01],[-6.311,55.008],[-6.315,55.007],[-6.319,55.009],[-6.321,55.011],[-6.324,55.01],[-6.323,55.007],[-6.318,55.003],[-6.322,55],[-6.32,54.998],[-6.32,54.993],[-6.322,54.993],[-6.323,54.989],[-6.325,54.987],[-6.319,54.983],[-6.315,54.981],[-6.314,54.977],[-6.312,54.973],[-6.314,54.969],[-6.312,54.966],[-6.302,54.965],[-6.298,54.96],[-6.289,54.957],[-6.291,54.954],[-6.283,54.953],[-6.277,54.949],[-6.276,54.944],[-6.273,54.943],[-6.268,54.944],[-6.263,54.944],[-6.262,54.941],[-6.265,54.94],[-6.262,54.936],[-6.26,54.932],[-6.256,54.929],[-6.257,54.926],[-6.262,54.923],[-6.254,54.92],[-6.25,54.923],[-6.247,54.922],[-6.244,54.923],[-6.238,54.922],[-6.231,54.927],[-6.227,54.927],[-6.216,54.933],[-6.217,54.922],[-6.21,54.914],[-6.212,54.913],[-6.213,54.905],[-6.21,54.906],[-6.208,54.902],[-6.203,54.897],[-6.2,54.898],[-6.195,54.89],[-6.197,54.888],[-6.202,54.889],[-6.21,54.888],[-6.215,54.885],[-6.216,54.884],[-6.221,54.882],[-6.227,54.876],[-6.234,54.874],[-6.242,54.874],[-6.249,54.871],[-6.249,54.866],[-6.251,54.852],[-6.26,54.846],[-6.264,54.844],[-6.274,54.843],[-6.266,54.831],[-6.259,54.83],[-6.258,54.827],[-6.259,54.824],[-6.261,54.823],[-6.267,54.82],[-6.262,54.818],[-6.259,54.815],[-6.249,54.815],[-6.246,54.817],[-6.24,54.813],[-6.24,54.81],[-6.228,54.808],[-6.227,54.812],[-6.222,54.811],[-6.215,54.813],[-6.213,54.812],[-6.206,54.813],[-6.201,54.812],[-6.198,54.81],[-6.197,54.806],[-6.195,54.806],[-6.189,54.807],[-6.185,54.806],[-6.179,54.808],[-6.176,54.808],[-6.172,54.812],[-6.167,54.811],[-6.153,54.81],[-6.144,54.812],[-6.14,54.811],[-6.144,54.808],[-6.14,54.806],[-6.129,54.806],[-6.119,54.809],[-6.107,54.806],[-6.108,54.801],[-6.103,54.793],[-6.096,54.794],[-6.085,54.794],[-6.079,54.792],[-6.073,54.792],[-6.074,54.794],[-6.08,54.796],[-6.067,54.797],[-6.049,54.792],[-6.05,54.796],[-6.054,54.798],[-6.019,54.8],[-6.01,54.8],[-6.011,54.792],[-6.012,54.788],[-6.006,54.787],[-6.004,54.786],[-5.998,54.785],[-5.992,54.781],[-5.987,54.774],[-5.982,54.776],[-5.981,54.777],[-5.975,54.78],[-5.974,54.783],[-5.968,54.781],[-5.964,54.778],[-5.966,54.775],[-5.962,54.774],[-5.949,54.78],[-5.945,54.778],[-5.94,54.773],[-5.938,54.774],[-5.931,54.775],[-5.922,54.772],[-5.919,54.773],[-5.91,54.778],[-5.902,54.779],[-5.899,54.778],[-5.895,54.776],[-5.887,54.772],[-5.902,54.768],[-5.906,54.765],[-5.902,54.762],[-5.897,54.759],[-5.907,54.755],[-5.905,54.751],[-5.897,54.749],[-5.892,54.745],[-5.896,54.739],[-5.904,54.725],[-5.91,54.72],[-5.91,54.714],[-5.922,54.716],[-5.924,54.712],[-5.93,54.709],[-5.931,54.706],[-5.936,54.703],[-5.938,54.695],[-5.929,54.695],[-5.918,54.693],[-5.908,54.69],[-5.921,54.69],[-5.925,54.688],[-5.921,54.685],[-5.917,54.679],[-5.911,54.682],[-5.911,54.679],[-5.903,54.678],[-5.904,54.676],[-5.897,54.674],[-5.889,54.678],[-5.885,54.68],[-5.88,54.683],[-5.874,54.686],[-5.869,54.689],[-5.856,54.696],[-5.851,54.697],[-5.85,54.699],[-5.847,54.699],[-5.843,54.702],[-5.843,54.704],[-5.831,54.709],[-5.821,54.71],[-5.808,54.713],[-5.806,54.715],[-5.791,54.721],[-5.78,54.723],[-5.775,54.724],[-5.766,54.723],[-5.765,54.721],[-5.758,54.723],[-5.758,54.724],[-5.747,54.727],[-5.741,54.733],[-5.735,54.738],[-5.727,54.738],[-5.719,54.743],[-5.711,54.746],[-5.71,54.75],[-5.707,54.755],[-5.703,54.758],[-5.699,54.76],[-5.697,54.763],[-5.693,54.766],[-5.689,54.767],[-5.694,54.772],[-5.696,54.778],[-5.694,54.783],[-5.694,54.792],[-5.692,54.793],[-5.691,54.8],[-5.69,54.802],[-5.693,54.81],[-5.701,54.819],[-5.701,54.821],[-5.708,54.829],[-5.712,54.835],[-5.716,54.839],[-5.726,54.848],[-5.731,54.848],[-5.74,54.853],[-5.749,54.856],[-5.759,54.859],[-5.764,54.858],[-5.762,54.854],[-5.766,54.852],[-5.771,54.852],[-5.773,54.854],[-5.78,54.858],[-5.783,54.857],[-5.782,54.852],[-5.787,54.851],[-5.791,54.852],[-5.792,54.848],[-5.788,54.843],[-5.778,54.839],[-5.772,54.833],[-5.764,54.83],[-5.761,54.83],[-5.758,54.827],[-5.752,54.825],[-5.754,54.823],[-5.752,54.821],[-5.747,54.819],[-5.744,54.816],[-5.739,54.816],[-5.735,54.813],[-5.732,54.81],[-5.733,54.806],[-5.725,54.8],[-5.724,54.796],[-5.726,54.794],[-5.723,54.793],[-5.72,54.788],[-5.726,54.786],[-5.722,54.782],[-5.723,54.778],[-5.727,54.778],[-5.733,54.789],[-5.74,54.795],[-5.748,54.804],[-5.748,54.808],[-5.742,54.809],[-5.742,54.811],[-5.748,54.814],[-5.75,54.816],[-5.76,54.818],[-5.766,54.818],[-5.772,54.815],[-5.778,54.819],[-5.78,54.816],[-5.787,54.819],[-5.801,54.823],[-5.805,54.825],[-5.808,54.828],[-5.811,54.83],[-5.813,54.834],[-5.813,54.839],[-5.814,54.842],[-5.818,54.846],[-5.813,54.845],[-5.804,54.845],[-5.802,54.842],[-5.798,54.845],[-5.797,54.849],[-5.8,54.854],[-5.806,54.857],[-5.812,54.867],[-5.82,54.872],[-5.823,54.876],[-5.834,54.878],[-5.839,54.881],[-5.841,54.887],[-5.843,54.89],[-5.841,54.892],[-5.842,54.895],[-5.845,54.901],[-5.852,54.9],[-5.857,54.899],[-5.863,54.9],[-5.866,54.902],[-5.875,54.905],[-5.879,54.908],[-5.884,54.913],[-5.884,54.916],[-5.887,54.919],[-5.888,54.923],[-5.891,54.926],[-5.891,54.929],[-5.895,54.935],[-5.902,54.944],[-5.904,54.945],[-5.905,54.948],[-5.912,54.953],[-5.915,54.956],[-5.92,54.962],[-5.931,54.968],[-5.937,54.97],[-5.945,54.971],[-5.951,54.969],[-5.956,54.969],[-5.96,54.971],[-5.962,54.977],[-5.97,54.981],[-5.98,54.979],[-5.984,54.979],[-5.988,54.982],[-5.993,54.986],[-5.993,54.99],[-5.99,54.992],[-5.988,55.001],[-5.983,55.004],[-5.978,55.007],[-5.98,55.012],[-5.977,55.015],[-5.976,55.02],[-5.973,55.022],[-5.973,55.031],[-5.968,55.037],[-5.964,55.048],[-5.967,55.052],[-5.969,55.053],[-5.982,55.058],[-5.996,55.059],[-6.008,55.058],[-6.012,55.057],[-6.024,55.057],[-6.033,55.056],[-6.042,55.053],[-6.052,55.057],[-6.056,55.06],[-6.059,55.064],[-6.055,55.067],[-6.056,55.07],[-6.054,55.073],[-6.054,55.08],[-6.056,55.085],[-6.049,55.089],[-6.049,55.092]]]},"properties":{"PCON24NM":"East Antrim","PCON24CD":"N05000005"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.476,54.781],[-6.477,54.781],[-6.477,54.78],[-6.48,54.775],[-6.478,54.773],[-6.469,54.767],[-6.468,54.764],[-6.464,54.765],[-6.462,54.767],[-6.462,54.772],[-6.464,54.773],[-6.471,54.771],[-6.478,54.774],[-6.476,54.777],[-6.47,54.779],[-6.471,54.78],[-6.476,54.781]]],[[[-5.925,54.688],[-5.921,54.69],[-5.908,54.69],[-5.918,54.693],[-5.929,54.695],[-5.938,54.695],[-5.936,54.703],[-5.931,54.706],[-5.93,54.709],[-5.924,54.712],[-5.922,54.716],[-5.91,54.714],[-5.91,54.72],[-5.904,54.725],[-5.896,54.739],[-5.892,54.745],[-5.897,54.749],[-5.905,54.751],[-5.907,54.755],[-5.897,54.759],[-5.902,54.762],[-5.906,54.765],[-5.902,54.768],[-5.887,54.772],[-5.895,54.776],[-5.899,54.778],[-5.902,54.779],[-5.91,54.778],[-5.919,54.773],[-5.922,54.772],[-5.931,54.775],[-5.938,54.774],[-5.94,54.773],[-5.945,54.778],[-5.949,54.78],[-5.962,54.774],[-5.966,54.775],[-5.964,54.778],[-5.968,54.781],[-5.974,54.783],[-5.975,54.78],[-5.981,54.777],[-5.982,54.776],[-5.987,54.774],[-5.992,54.781],[-5.998,54.785],[-6.004,54.786],[-6.006,54.787],[-6.012,54.788],[-6.011,54.792],[-6.01,54.8],[-6.019,54.8],[-6.054,54.798],[-6.05,54.796],[-6.049,54.792],[-6.067,54.797],[-6.08,54.796],[-6.074,54.794],[-6.073,54.792],[-6.079,54.792],[-6.085,54.794],[-6.096,54.794],[-6.103,54.793],[-6.108,54.801],[-6.107,54.806],[-6.119,54.809],[-6.129,54.806],[-6.14,54.806],[-6.144,54.808],[-6.14,54.811],[-6.144,54.812],[-6.153,54.81],[-6.167,54.811],[-6.172,54.812],[-6.176,54.808],[-6.179,54.808],[-6.185,54.806],[-6.189,54.807],[-6.195,54.806],[-6.197,54.806],[-6.197,54.803],[-6.199,54.798],[-6.21,54.793],[-6.214,54.794],[-6.213,54.79],[-6.215,54.79],[-6.224,54.79],[-6.227,54.789],[-6.234,54.788],[-6.238,54.793],[-6.249,54.794],[-6.254,54.796],[-6.268,54.799],[-6.268,54.796],[-6.264,54.792],[-6.267,54.791],[-6.276,54.79],[-6.28,54.792],[-6.283,54.79],[-6.29,54.79],[-6.297,54.795],[-6.302,54.796],[-6.302,54.794],[-6.309,54.79],[-6.312,54.792],[-6.318,54.794],[-6.32,54.791],[-6.323,54.791],[-6.327,54.795],[-6.331,54.797],[-6.331,54.799],[-6.338,54.801],[-6.341,54.799],[-6.344,54.801],[-6.352,54.8],[-6.36,54.797],[-6.364,54.79],[-6.364,54.788],[-6.37,54.785],[-6.381,54.783],[-6.385,54.779],[-6.396,54.78],[-6.401,54.782],[-6.403,54.781],[-6.407,54.783],[-6.41,54.783],[-6.42,54.786],[-6.426,54.784],[-6.432,54.789],[-6.435,54.786],[-6.44,54.787],[-6.447,54.785],[-6.459,54.785],[-6.466,54.783],[-6.465,54.78],[-6.461,54.78],[-6.464,54.777],[-6.461,54.774],[-6.461,54.767],[-6.457,54.762],[-6.461,54.759],[-6.466,54.753],[-6.465,54.746],[-6.462,54.746],[-6.459,54.743],[-6.457,54.743],[-6.456,54.74],[-6.461,54.738],[-6.464,54.735],[-6.464,54.728],[-6.469,54.722],[-6.466,54.717],[-6.467,54.716],[-6.464,54.712],[-6.459,54.711],[-6.458,54.709],[-6.453,54.71],[-6.448,54.71],[-6.446,54.708],[-6.439,54.709],[-6.437,54.71],[-6.432,54.71],[-6.429,54.707],[-6.418,54.704],[-6.407,54.703],[-6.402,54.701],[-6.391,54.702],[-6.385,54.704],[-6.369,54.703],[-6.366,54.702],[-6.362,54.706],[-6.359,54.707],[-6.352,54.707],[-6.348,54.706],[-6.344,54.706],[-6.335,54.716],[-6.33,54.716],[-6.328,54.714],[-6.323,54.715],[-6.317,54.718],[-6.312,54.72],[-6.304,54.72],[-6.302,54.718],[-6.297,54.717],[-6.292,54.718],[-6.283,54.725],[-6.277,54.725],[-6.269,54.727],[-6.267,54.728],[-6.262,54.727],[-6.253,54.724],[-6.246,54.72],[-6.241,54.716],[-6.235,54.713],[-6.234,54.709],[-6.231,54.708],[-6.23,54.703],[-6.234,54.702],[-6.235,54.698],[-6.242,54.697],[-6.246,54.696],[-6.249,54.693],[-6.248,54.689],[-6.256,54.686],[-6.26,54.681],[-6.262,54.679],[-6.271,54.672],[-6.278,54.667],[-6.28,54.665],[-6.289,54.657],[-6.295,54.654],[-6.301,54.65],[-6.299,54.644],[-6.299,54.639],[-6.301,54.634],[-6.307,54.625],[-6.314,54.616],[-6.318,54.614],[-6.319,54.611],[-6.318,54.609],[-6.313,54.608],[-6.31,54.609],[-6.305,54.609],[-6.299,54.61],[-6.292,54.609],[-6.285,54.61],[-6.279,54.612],[-6.269,54.61],[-6.265,54.606],[-6.268,54.603],[-6.262,54.6],[-6.266,54.593],[-6.265,54.592],[-6.265,54.588],[-6.27,54.582],[-6.27,54.578],[-6.275,54.577],[-6.281,54.579],[-6.288,54.574],[-6.29,54.574],[-6.296,54.575],[-6.303,54.571],[-6.291,54.561],[-6.278,54.557],[-6.266,54.563],[-6.264,54.563],[-6.251,54.561],[-6.245,54.561],[-6.241,54.559],[-6.235,54.558],[-6.233,54.56],[-6.23,54.565],[-6.227,54.567],[-6.222,54.564],[-6.214,54.564],[-6.212,54.566],[-6.206,54.564],[-6.196,54.566],[-6.187,54.566],[-6.179,54.567],[-6.174,54.563],[-6.178,54.56],[-6.184,54.557],[-6.187,54.556],[-6.192,54.555],[-6.195,54.551],[-6.191,54.547],[-6.192,54.544],[-6.185,54.543],[-6.18,54.541],[-6.183,54.538],[-6.164,54.534],[-6.16,54.536],[-6.16,54.539],[-6.156,54.542],[-6.152,54.544],[-6.148,54.544],[-6.144,54.543],[-6.146,54.539],[-6.143,54.537],[-6.144,54.535],[-6.136,54.534],[-6.137,54.537],[-6.133,54.539],[-6.13,54.536],[-6.124,54.535],[-6.124,54.532],[-6.13,54.527],[-6.129,54.524],[-6.125,54.524],[-6.12,54.524],[-6.115,54.527],[-6.117,54.529],[-6.114,54.531],[-6.115,54.534],[-6.11,54.535],[-6.11,54.529],[-6.107,54.527],[-6.102,54.529],[-6.095,54.529],[-6.099,54.533],[-6.101,54.536],[-6.105,54.537],[-6.102,54.541],[-6.106,54.544],[-6.111,54.545],[-6.106,54.549],[-6.1,54.55],[-6.113,54.556],[-6.112,54.561],[-6.102,54.56],[-6.097,54.559],[-6.082,54.566],[-6.079,54.567],[-6.071,54.568],[-6.061,54.568],[-6.058,54.564],[-6.058,54.562],[-6.056,54.56],[-6.049,54.561],[-6.041,54.564],[-6.045,54.568],[-6.041,54.571],[-6.042,54.578],[-6.044,54.582],[-6.043,54.585],[-6.045,54.587],[-6.044,54.589],[-6.041,54.591],[-6.04,54.596],[-6.044,54.601],[-6.046,54.606],[-6.041,54.613],[-6.021,54.612],[-6.022,54.615],[-6.022,54.626],[-6.023,54.629],[-6.015,54.636],[-6,54.645],[-5.999,54.647],[-5.992,54.651],[-5.991,54.654],[-5.986,54.656],[-5.986,54.66],[-5.983,54.661],[-5.982,54.663],[-5.986,54.665],[-5.98,54.666],[-5.976,54.668],[-5.973,54.672],[-5.979,54.679],[-5.973,54.688],[-5.968,54.686],[-5.968,54.68],[-5.963,54.68],[-5.949,54.679],[-5.95,54.68],[-5.948,54.684],[-5.945,54.684],[-5.942,54.685],[-5.939,54.685],[-5.933,54.686],[-5.925,54.688]]]]},"properties":{"PCON24NM":"South Antrim","PCON24CD":"N05000014"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.303,54.571],[-6.308,54.572],[-6.31,54.567],[-6.31,54.563],[-6.306,54.56],[-6.313,54.561],[-6.317,54.56],[-6.324,54.56],[-6.326,54.561],[-6.33,54.559],[-6.333,54.555],[-6.34,54.553],[-6.342,54.549],[-6.337,54.546],[-6.332,54.547],[-6.326,54.55],[-6.323,54.55],[-6.321,54.545],[-6.322,54.542],[-6.327,54.541],[-6.331,54.542],[-6.33,54.538],[-6.337,54.533],[-6.34,54.529],[-6.348,54.529],[-6.352,54.533],[-6.354,54.533],[-6.358,54.53],[-6.356,54.528],[-6.351,54.527],[-6.348,54.524],[-6.348,54.52],[-6.351,54.514],[-6.345,54.512],[-6.335,54.51],[-6.335,54.506],[-6.329,54.503],[-6.334,54.501],[-6.343,54.506],[-6.344,54.503],[-6.344,54.501],[-6.345,54.499],[-6.351,54.499],[-6.352,54.497],[-6.356,54.496],[-6.363,54.498],[-6.368,54.499],[-6.372,54.502],[-6.374,54.501],[-6.373,54.498],[-6.365,54.495],[-6.363,54.493],[-6.363,54.489],[-6.36,54.486],[-6.361,54.484],[-6.358,54.48],[-6.353,54.477],[-6.348,54.474],[-6.344,54.475],[-6.339,54.477],[-6.336,54.48],[-6.332,54.48],[-6.328,54.478],[-6.324,54.478],[-6.31,54.472],[-6.306,54.468],[-6.302,54.466],[-6.303,54.465],[-6.309,54.463],[-6.306,54.46],[-6.308,54.458],[-6.309,54.451],[-6.307,54.45],[-6.299,54.45],[-6.291,54.452],[-6.286,54.45],[-6.276,54.45],[-6.271,54.449],[-6.267,54.449],[-6.263,54.454],[-6.254,54.454],[-6.247,54.451],[-6.248,54.448],[-6.239,54.444],[-6.239,54.442],[-6.235,54.441],[-6.232,54.447],[-6.226,54.449],[-6.223,54.451],[-6.217,54.449],[-6.209,54.445],[-6.214,54.441],[-6.212,54.44],[-6.212,54.437],[-6.21,54.433],[-6.218,54.432],[-6.227,54.428],[-6.22,54.426],[-6.222,54.424],[-6.224,54.42],[-6.221,54.416],[-6.226,54.415],[-6.235,54.41],[-6.236,54.408],[-6.241,54.406],[-6.235,54.402],[-6.233,54.397],[-6.239,54.395],[-6.245,54.388],[-6.252,54.388],[-6.257,54.387],[-6.256,54.381],[-6.265,54.38],[-6.267,54.377],[-6.261,54.374],[-6.258,54.369],[-6.253,54.369],[-6.25,54.364],[-6.245,54.364],[-6.242,54.361],[-6.238,54.36],[-6.233,54.36],[-6.227,54.361],[-6.223,54.364],[-6.217,54.361],[-6.21,54.364],[-6.211,54.367],[-6.207,54.369],[-6.202,54.367],[-6.199,54.367],[-6.195,54.364],[-6.195,54.362],[-6.191,54.359],[-6.187,54.356],[-6.18,54.355],[-6.174,54.359],[-6.171,54.358],[-6.166,54.362],[-6.162,54.365],[-6.156,54.364],[-6.155,54.366],[-6.15,54.368],[-6.145,54.363],[-6.139,54.359],[-6.139,54.353],[-6.128,54.348],[-6.126,54.345],[-6.12,54.343],[-6.119,54.344],[-6.11,54.341],[-6.109,54.339],[-6.101,54.339],[-6.096,54.338],[-6.091,54.341],[-6.083,54.341],[-6.083,54.339],[-6.087,54.335],[-6.084,54.332],[-6.086,54.328],[-6.079,54.328],[-6.073,54.327],[-6.07,54.325],[-6.064,54.327],[-6.063,54.333],[-6.06,54.337],[-6.051,54.343],[-6.043,54.347],[-6.041,54.352],[-6.041,54.354],[-6.039,54.356],[-6.032,54.357],[-6.03,54.361],[-6.026,54.362],[-6.026,54.365],[-6.017,54.372],[-6.008,54.373],[-6.004,54.373],[-5.997,54.374],[-5.992,54.374],[-5.984,54.377],[-5.977,54.381],[-5.97,54.384],[-5.958,54.381],[-5.952,54.381],[-5.95,54.379],[-5.945,54.382],[-5.94,54.384],[-5.94,54.386],[-5.94,54.391],[-5.937,54.391],[-5.939,54.398],[-5.945,54.398],[-5.951,54.404],[-5.944,54.404],[-5.945,54.414],[-5.937,54.416],[-5.931,54.422],[-5.924,54.424],[-5.931,54.429],[-5.922,54.432],[-5.915,54.433],[-5.916,54.436],[-5.92,54.439],[-5.917,54.441],[-5.918,54.447],[-5.915,54.45],[-5.907,54.45],[-5.906,54.452],[-5.9,54.455],[-5.9,54.457],[-5.904,54.459],[-5.903,54.462],[-5.892,54.465],[-5.876,54.467],[-5.877,54.469],[-5.875,54.475],[-5.872,54.476],[-5.874,54.48],[-5.877,54.479],[-5.884,54.486],[-5.881,54.494],[-5.888,54.497],[-5.892,54.496],[-5.894,54.499],[-5.9,54.497],[-5.905,54.496],[-5.908,54.498],[-5.913,54.498],[-5.919,54.496],[-5.922,54.498],[-5.93,54.503],[-5.934,54.5],[-5.94,54.498],[-5.942,54.495],[-5.956,54.492],[-5.963,54.492],[-5.974,54.494],[-5.979,54.494],[-5.984,54.499],[-5.986,54.502],[-5.982,54.503],[-5.979,54.506],[-5.98,54.508],[-5.977,54.509],[-5.975,54.512],[-5.976,54.516],[-5.981,54.516],[-5.986,54.519],[-5.986,54.521],[-5.994,54.521],[-6.003,54.526],[-5.995,54.539],[-5.994,54.543],[-5.999,54.542],[-6.005,54.547],[-6.01,54.548],[-6.012,54.545],[-6.016,54.543],[-6.013,54.541],[-6.014,54.539],[-6.018,54.537],[-6.022,54.538],[-6.028,54.532],[-6.032,54.532],[-6.038,54.538],[-6.041,54.538],[-6.043,54.541],[-6.046,54.54],[-6.053,54.544],[-6.052,54.547],[-6.056,54.55],[-6.063,54.556],[-6.06,54.556],[-6.056,54.56],[-6.058,54.562],[-6.058,54.564],[-6.061,54.568],[-6.071,54.568],[-6.079,54.567],[-6.082,54.566],[-6.097,54.559],[-6.102,54.56],[-6.112,54.561],[-6.113,54.556],[-6.1,54.55],[-6.106,54.549],[-6.111,54.545],[-6.106,54.544],[-6.102,54.541],[-6.105,54.537],[-6.101,54.536],[-6.099,54.533],[-6.095,54.529],[-6.102,54.529],[-6.107,54.527],[-6.11,54.529],[-6.11,54.535],[-6.115,54.534],[-6.114,54.531],[-6.117,54.529],[-6.115,54.527],[-6.12,54.524],[-6.125,54.524],[-6.129,54.524],[-6.13,54.527],[-6.124,54.532],[-6.124,54.535],[-6.13,54.536],[-6.133,54.539],[-6.137,54.537],[-6.136,54.534],[-6.144,54.535],[-6.143,54.537],[-6.146,54.539],[-6.144,54.543],[-6.148,54.544],[-6.152,54.544],[-6.156,54.542],[-6.16,54.539],[-6.16,54.536],[-6.164,54.534],[-6.183,54.538],[-6.18,54.541],[-6.185,54.543],[-6.192,54.544],[-6.191,54.547],[-6.195,54.551],[-6.192,54.555],[-6.187,54.556],[-6.184,54.557],[-6.178,54.56],[-6.174,54.563],[-6.179,54.567],[-6.187,54.566],[-6.196,54.566],[-6.206,54.564],[-6.212,54.566],[-6.214,54.564],[-6.222,54.564],[-6.227,54.567],[-6.23,54.565],[-6.233,54.56],[-6.235,54.558],[-6.241,54.559],[-6.245,54.561],[-6.251,54.561],[-6.264,54.563],[-6.266,54.563],[-6.278,54.557],[-6.291,54.561],[-6.303,54.571]]]},"properties":{"PCON24NM":"Lagan Valley","PCON24CD":"N05000009"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.363,54.489],[-6.371,54.49],[-6.384,54.492],[-6.382,54.497],[-6.386,54.497],[-6.389,54.495],[-6.39,54.49],[-6.389,54.487],[-6.393,54.487],[-6.398,54.49],[-6.403,54.489],[-6.405,54.487],[-6.414,54.486],[-6.412,54.496],[-6.415,54.498],[-6.415,54.501],[-6.42,54.509],[-6.419,54.513],[-6.422,54.515],[-6.43,54.51],[-6.436,54.508],[-6.449,54.508],[-6.46,54.51],[-6.464,54.512],[-6.466,54.515],[-6.48,54.517],[-6.48,54.519],[-6.487,54.518],[-6.498,54.519],[-6.509,54.517],[-6.511,54.513],[-6.515,54.512],[-6.518,54.507],[-6.521,54.506],[-6.528,54.506],[-6.535,54.508],[-6.54,54.507],[-6.547,54.505],[-6.55,54.504],[-6.556,54.506],[-6.556,54.508],[-6.559,54.511],[-6.569,54.51],[-6.571,54.512],[-6.571,54.514],[-6.564,54.515],[-6.562,54.517],[-6.566,54.52],[-6.569,54.518],[-6.576,54.519],[-6.578,54.518],[-6.577,54.513],[-6.582,54.509],[-6.588,54.508],[-6.58,54.502],[-6.577,54.501],[-6.576,54.499],[-6.576,54.495],[-6.574,54.492],[-6.566,54.492],[-6.57,54.488],[-6.572,54.485],[-6.572,54.48],[-6.567,54.477],[-6.57,54.474],[-6.57,54.47],[-6.567,54.466],[-6.57,54.464],[-6.573,54.465],[-6.583,54.461],[-6.593,54.459],[-6.6,54.462],[-6.603,54.462],[-6.61,54.459],[-6.615,54.451],[-6.625,54.454],[-6.628,54.454],[-6.63,54.456],[-6.632,54.46],[-6.64,54.461],[-6.642,54.46],[-6.643,54.46],[-6.644,54.458],[-6.642,54.453],[-6.643,54.451],[-6.638,54.448],[-6.637,54.445],[-6.633,54.445],[-6.629,54.442],[-6.625,54.44],[-6.625,54.435],[-6.63,54.426],[-6.637,54.424],[-6.646,54.424],[-6.646,54.42],[-6.65,54.418],[-6.644,54.415],[-6.646,54.41],[-6.638,54.41],[-6.632,54.409],[-6.633,54.407],[-6.637,54.406],[-6.638,54.403],[-6.64,54.399],[-6.64,54.396],[-6.642,54.391],[-6.639,54.389],[-6.634,54.389],[-6.637,54.386],[-6.638,54.382],[-6.635,54.38],[-6.627,54.381],[-6.623,54.384],[-6.621,54.387],[-6.613,54.389],[-6.611,54.393],[-6.608,54.396],[-6.604,54.396],[-6.6,54.394],[-6.595,54.388],[-6.589,54.389],[-6.582,54.388],[-6.577,54.391],[-6.574,54.39],[-6.57,54.396],[-6.565,54.394],[-6.563,54.396],[-6.56,54.394],[-6.549,54.397],[-6.541,54.396],[-6.541,54.4],[-6.537,54.401],[-6.534,54.398],[-6.527,54.398],[-6.524,54.397],[-6.521,54.393],[-6.517,54.394],[-6.518,54.396],[-6.516,54.398],[-6.509,54.398],[-6.503,54.4],[-6.496,54.399],[-6.491,54.403],[-6.49,54.401],[-6.487,54.397],[-6.481,54.397],[-6.479,54.395],[-6.48,54.39],[-6.466,54.383],[-6.465,54.38],[-6.458,54.379],[-6.455,54.38],[-6.452,54.377],[-6.445,54.375],[-6.443,54.376],[-6.444,54.381],[-6.441,54.384],[-6.437,54.379],[-6.434,54.378],[-6.425,54.378],[-6.425,54.375],[-6.421,54.372],[-6.418,54.369],[-6.413,54.373],[-6.408,54.373],[-6.402,54.376],[-6.399,54.375],[-6.397,54.371],[-6.392,54.37],[-6.389,54.374],[-6.385,54.371],[-6.384,54.366],[-6.378,54.359],[-6.377,54.354],[-6.375,54.351],[-6.369,54.349],[-6.365,54.346],[-6.363,54.341],[-6.357,54.338],[-6.353,54.337],[-6.348,54.338],[-6.339,54.34],[-6.335,54.338],[-6.327,54.337],[-6.324,54.337],[-6.319,54.332],[-6.314,54.334],[-6.309,54.338],[-6.309,54.343],[-6.305,54.345],[-6.304,54.348],[-6.298,54.348],[-6.298,54.345],[-6.294,54.34],[-6.288,54.338],[-6.293,54.335],[-6.289,54.331],[-6.283,54.331],[-6.278,54.328],[-6.273,54.327],[-6.265,54.323],[-6.256,54.321],[-6.255,54.323],[-6.248,54.326],[-6.248,54.328],[-6.242,54.328],[-6.24,54.331],[-6.242,54.334],[-6.246,54.338],[-6.244,54.34],[-6.24,54.341],[-6.239,54.345],[-6.236,54.349],[-6.233,54.351],[-6.234,54.357],[-6.238,54.36],[-6.242,54.361],[-6.245,54.364],[-6.25,54.364],[-6.253,54.369],[-6.258,54.369],[-6.261,54.374],[-6.267,54.377],[-6.265,54.38],[-6.256,54.381],[-6.257,54.387],[-6.252,54.388],[-6.245,54.388],[-6.239,54.395],[-6.233,54.397],[-6.235,54.402],[-6.241,54.406],[-6.236,54.408],[-6.235,54.41],[-6.226,54.415],[-6.221,54.416],[-6.224,54.42],[-6.222,54.424],[-6.22,54.426],[-6.227,54.428],[-6.218,54.432],[-6.21,54.433],[-6.212,54.437],[-6.212,54.44],[-6.214,54.441],[-6.209,54.445],[-6.217,54.449],[-6.223,54.451],[-6.226,54.449],[-6.232,54.447],[-6.235,54.441],[-6.239,54.442],[-6.239,54.444],[-6.248,54.448],[-6.247,54.451],[-6.254,54.454],[-6.263,54.454],[-6.267,54.449],[-6.271,54.449],[-6.276,54.45],[-6.286,54.45],[-6.291,54.452],[-6.299,54.45],[-6.307,54.45],[-6.309,54.451],[-6.308,54.458],[-6.306,54.46],[-6.309,54.463],[-6.303,54.465],[-6.302,54.466],[-6.306,54.468],[-6.31,54.472],[-6.324,54.478],[-6.328,54.478],[-6.332,54.48],[-6.336,54.48],[-6.339,54.477],[-6.344,54.475],[-6.348,54.474],[-6.353,54.477],[-6.358,54.48],[-6.361,54.484],[-6.36,54.486],[-6.363,54.489]]]},"properties":{"PCON24NM":"Upper Bann","PCON24CD":"N05000017"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.925,54.688],[-5.933,54.686],[-5.939,54.685],[-5.942,54.685],[-5.945,54.684],[-5.948,54.684],[-5.95,54.68],[-5.949,54.679],[-5.963,54.68],[-5.968,54.68],[-5.968,54.686],[-5.973,54.688],[-5.979,54.679],[-5.973,54.672],[-5.976,54.668],[-5.98,54.666],[-5.986,54.665],[-5.982,54.663],[-5.983,54.661],[-5.986,54.66],[-5.986,54.656],[-5.991,54.654],[-5.992,54.651],[-5.999,54.647],[-6,54.645],[-6.015,54.636],[-6.023,54.629],[-6.022,54.626],[-6.022,54.615],[-6.021,54.612],[-6.009,54.612],[-6.006,54.61],[-6.003,54.612],[-5.998,54.613],[-5.99,54.614],[-5.986,54.612],[-5.98,54.611],[-5.973,54.609],[-5.959,54.612],[-5.939,54.608],[-5.935,54.607],[-5.938,54.603],[-5.935,54.603],[-5.922,54.6],[-5.921,54.6],[-5.92,54.6],[-5.92,54.601],[-5.92,54.602],[-5.92,54.603],[-5.92,54.605],[-5.912,54.611],[-5.907,54.616],[-5.897,54.623],[-5.9,54.624],[-5.888,54.63],[-5.884,54.634],[-5.888,54.637],[-5.897,54.633],[-5.9,54.63],[-5.907,54.63],[-5.908,54.635],[-5.902,54.635],[-5.9,54.638],[-5.905,54.64],[-5.905,54.642],[-5.916,54.642],[-5.916,54.646],[-5.913,54.649],[-5.906,54.656],[-5.904,54.659],[-5.901,54.66],[-5.902,54.664],[-5.899,54.669],[-5.899,54.672],[-5.897,54.674],[-5.904,54.676],[-5.903,54.678],[-5.911,54.679],[-5.911,54.682],[-5.917,54.679],[-5.921,54.685],[-5.925,54.688]]]},"properties":{"PCON24NM":"Belfast North","PCON24CD":"N05000002"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.538,54.952],[-6.54,54.955],[-6.537,54.958],[-6.544,54.958],[-6.547,54.963],[-6.548,54.969],[-6.551,54.973],[-6.55,54.976],[-6.547,54.978],[-6.546,54.98],[-6.552,54.983],[-6.56,54.983],[-6.57,54.985],[-6.571,54.989],[-6.571,54.993],[-6.574,54.996],[-6.577,55.002],[-6.581,55.006],[-6.582,55.01],[-6.579,55.012],[-6.576,55.018],[-6.576,55.023],[-6.574,55.027],[-6.574,55.032],[-6.573,55.035],[-6.573,55.038],[-6.579,55.045],[-6.583,55.051],[-6.58,55.057],[-6.583,55.06],[-6.585,55.064],[-6.589,55.066],[-6.597,55.068],[-6.607,55.077],[-6.608,55.079],[-6.603,55.083],[-6.585,55.088],[-6.573,55.105],[-6.57,55.113],[-6.569,55.13],[-6.568,55.135],[-6.562,55.135],[-6.558,55.137],[-6.557,55.139],[-6.553,55.14],[-6.544,55.144],[-6.535,55.145],[-6.531,55.143],[-6.518,55.143],[-6.517,55.148],[-6.52,55.153],[-6.522,55.158],[-6.522,55.161],[-6.526,55.173],[-6.524,55.179],[-6.524,55.184],[-6.526,55.186],[-6.525,55.189],[-6.527,55.19],[-6.526,55.193],[-6.526,55.199],[-6.531,55.2],[-6.53,55.202],[-6.534,55.205],[-6.532,55.207],[-6.535,55.209],[-6.529,55.212],[-6.531,55.214],[-6.528,55.22],[-6.536,55.22],[-6.545,55.22],[-6.544,55.217],[-6.548,55.216],[-6.551,55.216],[-6.553,55.22],[-6.557,55.217],[-6.572,55.215],[-6.577,55.214],[-6.577,55.212],[-6.584,55.21],[-6.592,55.208],[-6.594,55.208],[-6.607,55.206],[-6.614,55.206],[-6.623,55.208],[-6.629,55.208],[-6.639,55.206],[-6.646,55.205],[-6.65,55.205],[-6.652,55.208],[-6.654,55.209],[-6.658,55.212],[-6.663,55.211],[-6.659,55.208],[-6.656,55.206],[-6.655,55.203],[-6.657,55.2],[-6.661,55.199],[-6.665,55.199],[-6.677,55.199],[-6.686,55.197],[-6.689,55.195],[-6.694,55.196],[-6.698,55.194],[-6.708,55.193],[-6.714,55.188],[-6.719,55.189],[-6.719,55.184],[-6.723,55.183],[-6.725,55.18],[-6.724,55.175],[-6.725,55.173],[-6.734,55.171],[-6.754,55.168],[-6.765,55.168],[-6.769,55.167],[-6.762,55.164],[-6.744,55.166],[-6.734,55.164],[-6.727,55.163],[-6.726,55.161],[-6.721,55.161],[-6.717,55.159],[-6.695,55.154],[-6.692,55.152],[-6.684,55.149],[-6.687,55.148],[-6.697,55.153],[-6.702,55.153],[-6.709,55.156],[-6.713,55.154],[-6.718,55.156],[-6.724,55.159],[-6.736,55.162],[-6.742,55.163],[-6.748,55.162],[-6.752,55.16],[-6.757,55.16],[-6.763,55.162],[-6.767,55.162],[-6.77,55.165],[-6.776,55.169],[-6.79,55.168],[-6.793,55.168],[-6.801,55.168],[-6.81,55.168],[-6.815,55.167],[-6.834,55.167],[-6.852,55.167],[-6.875,55.168],[-6.891,55.17],[-6.909,55.173],[-6.921,55.176],[-6.93,55.18],[-6.945,55.188],[-6.953,55.193],[-6.964,55.195],[-6.966,55.194],[-6.963,55.189],[-6.96,55.182],[-6.963,55.165],[-6.965,55.161],[-6.967,55.153],[-6.969,55.148],[-6.972,55.146],[-6.973,55.142],[-6.975,55.139],[-6.978,55.134],[-6.984,55.125],[-6.987,55.12],[-6.988,55.116],[-6.993,55.114],[-6.99,55.111],[-6.993,55.109],[-6.987,55.108],[-6.982,55.108],[-6.978,55.105],[-6.987,55.105],[-6.993,55.106],[-6.996,55.106],[-7.006,55.107],[-7.011,55.106],[-7.015,55.104],[-7.02,55.1],[-7.022,55.096],[-7.023,55.09],[-7.022,55.087],[-7.016,55.082],[-7.014,55.08],[-7.014,55.077],[-7.017,55.073],[-7.027,55.067],[-7.045,55.058],[-7.043,55.052],[-7.049,55.052],[-7.052,55.05],[-7.06,55.048],[-7.074,55.046],[-7.08,55.047],[-7.083,55.045],[-7.089,55.045],[-7.092,55.045],[-7.096,55.044],[-7.11,55.043],[-7.118,55.043],[-7.132,55.042],[-7.146,55.045],[-7.149,55.047],[-7.149,55.057],[-7.162,55.06],[-7.183,55.061],[-7.186,55.046],[-7.188,55.043],[-7.187,55.037],[-7.182,55.036],[-7.18,55.034],[-7.178,55.032],[-7.183,55.032],[-7.194,55.029],[-7.195,55.026],[-7.2,55.023],[-7.193,55.018],[-7.189,55.02],[-7.187,55.022],[-7.183,55.021],[-7.181,55.012],[-7.182,55.006],[-7.184,55.004],[-7.191,55.003],[-7.191,55],[-7.199,55.001],[-7.199,55.002],[-7.208,55.004],[-7.211,55.006],[-7.214,55.003],[-7.211,55.001],[-7.209,54.996],[-7.205,54.992],[-7.204,54.989],[-7.211,54.987],[-7.213,54.987],[-7.214,54.983],[-7.212,54.982],[-7.21,54.978],[-7.205,54.976],[-7.206,54.972],[-7.209,54.969],[-7.21,54.966],[-7.208,54.964],[-7.216,54.963],[-7.224,54.961],[-7.229,54.956],[-7.227,54.952],[-7.232,54.95],[-7.246,54.948],[-7.25,54.946],[-7.251,54.942],[-7.255,54.94],[-7.262,54.925],[-7.266,54.919],[-7.26,54.918],[-7.258,54.914],[-7.263,54.905],[-7.27,54.899],[-7.273,54.893],[-7.27,54.892],[-7.27,54.888],[-7.259,54.887],[-7.249,54.886],[-7.243,54.884],[-7.239,54.885],[-7.23,54.887],[-7.222,54.887],[-7.214,54.885],[-7.203,54.887],[-7.201,54.889],[-7.198,54.886],[-7.199,54.883],[-7.198,54.878],[-7.204,54.875],[-7.206,54.867],[-7.2,54.864],[-7.194,54.86],[-7.188,54.857],[-7.201,54.856],[-7.204,54.854],[-7.191,54.846],[-7.182,54.851],[-7.178,54.854],[-7.172,54.853],[-7.166,54.854],[-7.165,54.855],[-7.156,54.857],[-7.154,54.856],[-7.159,54.852],[-7.157,54.848],[-7.143,54.842],[-7.139,54.838],[-7.131,54.835],[-7.129,54.832],[-7.125,54.831],[-7.123,54.828],[-7.113,54.826],[-7.103,54.822],[-7.102,54.813],[-7.098,54.814],[-7.092,54.819],[-7.076,54.816],[-7.064,54.811],[-7.054,54.812],[-7.044,54.817],[-7.039,54.82],[-7.022,54.821],[-7.004,54.821],[-6.996,54.826],[-6.993,54.83],[-6.989,54.83],[-6.987,54.833],[-6.982,54.831],[-6.972,54.828],[-6.965,54.831],[-6.953,54.831],[-6.946,54.834],[-6.935,54.831],[-6.931,54.826],[-6.922,54.824],[-6.919,54.821],[-6.912,54.82],[-6.907,54.823],[-6.898,54.824],[-6.892,54.83],[-6.887,54.832],[-6.886,54.834],[-6.887,54.853],[-6.864,54.857],[-6.856,54.857],[-6.851,54.851],[-6.834,54.85],[-6.818,54.846],[-6.803,54.847],[-6.794,54.854],[-6.792,54.857],[-6.782,54.862],[-6.782,54.864],[-6.783,54.868],[-6.782,54.871],[-6.777,54.872],[-6.77,54.872],[-6.768,54.876],[-6.77,54.878],[-6.769,54.884],[-6.764,54.889],[-6.764,54.893],[-6.762,54.897],[-6.758,54.899],[-6.758,54.903],[-6.76,54.906],[-6.769,54.904],[-6.773,54.906],[-6.777,54.909],[-6.774,54.911],[-6.775,54.914],[-6.77,54.915],[-6.759,54.921],[-6.753,54.922],[-6.747,54.924],[-6.738,54.925],[-6.738,54.929],[-6.725,54.931],[-6.72,54.931],[-6.707,54.932],[-6.705,54.929],[-6.702,54.927],[-6.702,54.924],[-6.699,54.922],[-6.697,54.919],[-6.694,54.919],[-6.69,54.916],[-6.686,54.919],[-6.679,54.92],[-6.675,54.918],[-6.671,54.919],[-6.667,54.921],[-6.668,54.924],[-6.657,54.922],[-6.647,54.929],[-6.644,54.933],[-6.643,54.937],[-6.635,54.937],[-6.617,54.938],[-6.615,54.934],[-6.609,54.932],[-6.601,54.933],[-6.593,54.93],[-6.591,54.928],[-6.583,54.926],[-6.58,54.93],[-6.576,54.93],[-6.574,54.928],[-6.566,54.932],[-6.561,54.932],[-6.557,54.931],[-6.557,54.936],[-6.547,54.936],[-6.542,54.933],[-6.537,54.934],[-6.542,54.938],[-6.539,54.942],[-6.539,54.949],[-6.538,54.952]]]},"properties":{"PCON24NM":"East Londonderry","PCON24CD":"N05000006"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.912,54.82],[-6.919,54.821],[-6.922,54.824],[-6.931,54.826],[-6.935,54.831],[-6.946,54.834],[-6.953,54.831],[-6.965,54.831],[-6.972,54.828],[-6.982,54.831],[-6.987,54.833],[-6.989,54.83],[-6.993,54.83],[-6.996,54.826],[-7.004,54.821],[-7.022,54.821],[-7.039,54.82],[-7.044,54.817],[-7.054,54.812],[-7.064,54.811],[-7.076,54.816],[-7.092,54.819],[-7.098,54.814],[-7.102,54.813],[-7.103,54.822],[-7.113,54.826],[-7.123,54.828],[-7.125,54.831],[-7.129,54.832],[-7.131,54.835],[-7.139,54.838],[-7.143,54.842],[-7.157,54.848],[-7.159,54.852],[-7.154,54.856],[-7.156,54.857],[-7.165,54.855],[-7.166,54.854],[-7.172,54.853],[-7.178,54.854],[-7.182,54.851],[-7.191,54.846],[-7.204,54.854],[-7.201,54.856],[-7.188,54.857],[-7.194,54.86],[-7.2,54.864],[-7.206,54.867],[-7.204,54.875],[-7.198,54.878],[-7.199,54.883],[-7.198,54.886],[-7.201,54.889],[-7.203,54.887],[-7.214,54.885],[-7.222,54.887],[-7.23,54.887],[-7.239,54.885],[-7.243,54.884],[-7.249,54.886],[-7.259,54.887],[-7.27,54.888],[-7.27,54.892],[-7.273,54.893],[-7.27,54.899],[-7.263,54.905],[-7.258,54.914],[-7.26,54.918],[-7.266,54.919],[-7.262,54.925],[-7.255,54.94],[-7.251,54.942],[-7.25,54.946],[-7.246,54.948],[-7.232,54.95],[-7.227,54.952],[-7.229,54.956],[-7.224,54.961],[-7.216,54.963],[-7.208,54.964],[-7.21,54.966],[-7.209,54.969],[-7.206,54.972],[-7.205,54.976],[-7.21,54.978],[-7.212,54.982],[-7.214,54.983],[-7.22,54.981],[-7.221,54.978],[-7.225,54.976],[-7.232,54.972],[-7.241,54.976],[-7.246,54.976],[-7.248,54.978],[-7.254,54.976],[-7.254,54.975],[-7.26,54.974],[-7.265,54.976],[-7.273,54.976],[-7.282,54.977],[-7.28,54.973],[-7.29,54.967],[-7.3,54.97],[-7.299,54.971],[-7.309,54.973],[-7.316,54.972],[-7.316,54.969],[-7.324,54.963],[-7.325,54.962],[-7.336,54.962],[-7.339,54.958],[-7.343,54.956],[-7.349,54.957],[-7.352,54.956],[-7.35,54.953],[-7.354,54.953],[-7.357,54.95],[-7.363,54.953],[-7.365,54.956],[-7.371,54.957],[-7.384,54.947],[-7.391,54.945],[-7.399,54.941],[-7.409,54.94],[-7.416,54.942],[-7.421,54.94],[-7.428,54.939],[-7.441,54.934],[-7.446,54.929],[-7.447,54.927],[-7.445,54.919],[-7.441,54.914],[-7.441,54.909],[-7.445,54.905],[-7.448,54.904],[-7.451,54.898],[-7.45,54.895],[-7.444,54.887],[-7.442,54.881],[-7.442,54.874],[-7.444,54.869],[-7.455,54.86],[-7.457,54.853],[-7.461,54.854],[-7.461,54.85],[-7.463,54.848],[-7.47,54.84],[-7.47,54.836],[-7.472,54.834],[-7.481,54.831],[-7.482,54.828],[-7.484,54.824],[-7.495,54.819],[-7.501,54.818],[-7.507,54.814],[-7.513,54.811],[-7.517,54.808],[-7.522,54.808],[-7.528,54.808],[-7.529,54.805],[-7.529,54.802],[-7.535,54.802],[-7.539,54.801],[-7.542,54.799],[-7.542,54.796],[-7.546,54.794],[-7.549,54.789],[-7.545,54.787],[-7.543,54.78],[-7.547,54.775],[-7.548,54.773],[-7.546,54.768],[-7.546,54.762],[-7.548,54.759],[-7.547,54.755],[-7.539,54.751],[-7.535,54.747],[-7.538,54.747],[-7.546,54.742],[-7.549,54.74],[-7.558,54.745],[-7.564,54.744],[-7.57,54.744],[-7.578,54.742],[-7.58,54.744],[-7.576,54.749],[-7.578,54.75],[-7.587,54.75],[-7.589,54.745],[-7.601,54.746],[-7.605,54.744],[-7.612,54.744],[-7.618,54.743],[-7.621,54.745],[-7.637,54.751],[-7.646,54.747],[-7.651,54.744],[-7.66,54.742],[-7.671,54.736],[-7.676,54.733],[-7.677,54.731],[-7.688,54.73],[-7.697,54.726],[-7.698,54.724],[-7.702,54.726],[-7.712,54.726],[-7.727,54.719],[-7.735,54.717],[-7.735,54.715],[-7.741,54.712],[-7.743,54.707],[-7.746,54.704],[-7.756,54.705],[-7.758,54.707],[-7.77,54.709],[-7.774,54.709],[-7.779,54.711],[-7.778,54.713],[-7.782,54.717],[-7.787,54.718],[-7.789,54.72],[-7.795,54.72],[-7.8,54.718],[-7.806,54.719],[-7.809,54.721],[-7.808,54.723],[-7.813,54.724],[-7.813,54.726],[-7.818,54.73],[-7.818,54.734],[-7.825,54.736],[-7.828,54.735],[-7.837,54.736],[-7.84,54.734],[-7.845,54.732],[-7.848,54.729],[-7.855,54.727],[-7.874,54.709],[-7.879,54.703],[-7.884,54.704],[-7.89,54.703],[-7.895,54.7],[-7.901,54.702],[-7.911,54.701],[-7.918,54.702],[-7.921,54.696],[-7.917,54.696],[-7.911,54.693],[-7.908,54.689],[-7.9,54.691],[-7.898,54.688],[-7.898,54.685],[-7.906,54.681],[-7.914,54.676],[-7.912,54.674],[-7.911,54.67],[-7.907,54.666],[-7.905,54.666],[-7.904,54.663],[-7.9,54.662],[-7.898,54.659],[-7.893,54.657],[-7.887,54.657],[-7.882,54.655],[-7.877,54.656],[-7.871,54.653],[-7.865,54.653],[-7.857,54.65],[-7.856,54.645],[-7.854,54.643],[-7.857,54.64],[-7.857,54.639],[-7.851,54.636],[-7.851,54.635],[-7.855,54.632],[-7.852,54.631],[-7.843,54.634],[-7.834,54.634],[-7.829,54.633],[-7.824,54.636],[-7.819,54.641],[-7.815,54.643],[-7.808,54.64],[-7.805,54.635],[-7.801,54.634],[-7.795,54.633],[-7.79,54.634],[-7.784,54.633],[-7.779,54.629],[-7.772,54.623],[-7.765,54.623],[-7.759,54.625],[-7.754,54.619],[-7.748,54.619],[-7.743,54.62],[-7.739,54.619],[-7.739,54.623],[-7.73,54.626],[-7.726,54.628],[-7.717,54.629],[-7.713,54.631],[-7.71,54.635],[-7.708,54.635],[-7.705,54.632],[-7.703,54.627],[-7.706,54.62],[-7.703,54.619],[-7.695,54.618],[-7.694,54.615],[-7.698,54.611],[-7.703,54.608],[-7.7,54.608],[-7.69,54.61],[-7.69,54.607],[-7.694,54.605],[-7.691,54.603],[-7.683,54.605],[-7.676,54.603],[-7.679,54.6],[-7.674,54.596],[-7.677,54.594],[-7.676,54.592],[-7.671,54.587],[-7.665,54.583],[-7.661,54.584],[-7.657,54.583],[-7.653,54.584],[-7.648,54.584],[-7.643,54.585],[-7.639,54.584],[-7.632,54.584],[-7.625,54.585],[-7.623,54.583],[-7.624,54.58],[-7.62,54.577],[-7.615,54.575],[-7.611,54.576],[-7.604,54.574],[-7.601,54.572],[-7.599,54.566],[-7.597,54.565],[-7.59,54.567],[-7.588,54.564],[-7.581,54.565],[-7.564,54.567],[-7.552,54.57],[-7.546,54.57],[-7.54,54.566],[-7.538,54.561],[-7.534,54.56],[-7.528,54.556],[-7.531,54.552],[-7.536,54.549],[-7.546,54.546],[-7.549,54.543],[-7.558,54.544],[-7.56,54.542],[-7.56,54.539],[-7.562,54.537],[-7.557,54.534],[-7.558,54.532],[-7.563,54.531],[-7.565,54.525],[-7.569,54.523],[-7.572,54.519],[-7.573,54.517],[-7.571,54.513],[-7.573,54.511],[-7.576,54.509],[-7.575,54.506],[-7.564,54.503],[-7.569,54.496],[-7.573,54.494],[-7.57,54.488],[-7.576,54.485],[-7.575,54.483],[-7.579,54.481],[-7.583,54.475],[-7.573,54.471],[-7.572,54.469],[-7.569,54.467],[-7.566,54.462],[-7.563,54.459],[-7.564,54.457],[-7.563,54.454],[-7.565,54.452],[-7.558,54.451],[-7.554,54.449],[-7.554,54.445],[-7.556,54.444],[-7.558,54.439],[-7.554,54.439],[-7.552,54.437],[-7.554,54.435],[-7.548,54.434],[-7.541,54.43],[-7.539,54.426],[-7.528,54.421],[-7.533,54.419],[-7.527,54.413],[-7.523,54.414],[-7.517,54.412],[-7.513,54.408],[-7.509,54.406],[-7.503,54.409],[-7.495,54.411],[-7.493,54.414],[-7.48,54.417],[-7.473,54.421],[-7.464,54.422],[-7.458,54.425],[-7.444,54.426],[-7.425,54.433],[-7.421,54.439],[-7.425,54.441],[-7.425,54.443],[-7.413,54.442],[-7.409,54.44],[-7.398,54.44],[-7.391,54.443],[-7.389,54.44],[-7.382,54.439],[-7.377,54.437],[-7.366,54.438],[-7.359,54.44],[-7.341,54.444],[-7.331,54.445],[-7.324,54.444],[-7.32,54.445],[-7.315,54.442],[-7.306,54.444],[-7.302,54.443],[-7.294,54.444],[-7.292,54.446],[-7.286,54.447],[-7.288,54.45],[-7.285,54.451],[-7.279,54.451],[-7.276,54.451],[-7.273,54.454],[-7.269,54.455],[-7.271,54.458],[-7.267,54.459],[-7.263,54.457],[-7.263,54.455],[-7.258,54.453],[-7.253,54.451],[-7.243,54.454],[-7.241,54.456],[-7.236,54.455],[-7.234,54.459],[-7.229,54.458],[-7.226,54.462],[-7.219,54.466],[-7.216,54.465],[-7.21,54.468],[-7.208,54.467],[-7.199,54.466],[-7.197,54.469],[-7.198,54.472],[-7.203,54.476],[-7.201,54.477],[-7.196,54.477],[-7.187,54.473],[-7.181,54.475],[-7.177,54.474],[-7.17,54.474],[-7.167,54.476],[-7.16,54.473],[-7.155,54.473],[-7.151,54.477],[-7.135,54.481],[-7.129,54.476],[-7.122,54.475],[-7.118,54.477],[-7.116,54.48],[-7.119,54.483],[-7.123,54.484],[-7.122,54.487],[-7.117,54.486],[-7.112,54.484],[-7.107,54.488],[-7.108,54.49],[-7.107,54.493],[-7.104,54.493],[-7.104,54.497],[-7.099,54.5],[-7.094,54.501],[-7.09,54.504],[-7.084,54.505],[-7.077,54.504],[-7.072,54.507],[-7.073,54.503],[-7.067,54.504],[-7.066,54.507],[-7.058,54.503],[-7.053,54.503],[-7.047,54.507],[-7.041,54.505],[-7.039,54.506],[-7.04,54.513],[-7.038,54.514],[-7.039,54.518],[-7.033,54.522],[-7.031,54.525],[-7.028,54.526],[-7.022,54.524],[-7.016,54.525],[-7.01,54.525],[-7.006,54.527],[-7.005,54.529],[-7,54.532],[-6.997,54.533],[-6.993,54.536],[-6.989,54.537],[-6.977,54.543],[-6.973,54.545],[-6.971,54.549],[-6.98,54.552],[-6.982,54.554],[-6.986,54.556],[-6.978,54.562],[-6.978,54.564],[-6.975,54.566],[-6.969,54.568],[-6.97,54.571],[-6.973,54.574],[-6.978,54.574],[-6.982,54.575],[-6.98,54.578],[-6.986,54.579],[-6.988,54.582],[-6.982,54.581],[-6.974,54.579],[-6.968,54.579],[-6.959,54.58],[-6.96,54.576],[-6.958,54.574],[-6.951,54.574],[-6.945,54.572],[-6.929,54.571],[-6.927,54.57],[-6.92,54.57],[-6.913,54.568],[-6.909,54.566],[-6.902,54.568],[-6.885,54.564],[-6.879,54.564],[-6.869,54.566],[-6.869,54.569],[-6.867,54.572],[-6.864,54.573],[-6.859,54.571],[-6.853,54.567],[-6.849,54.57],[-6.85,54.572],[-6.847,54.573],[-6.839,54.574],[-6.83,54.58],[-6.829,54.581],[-6.835,54.587],[-6.831,54.59],[-6.833,54.594],[-6.84,54.596],[-6.837,54.599],[-6.833,54.599],[-6.832,54.597],[-6.825,54.599],[-6.824,54.602],[-6.809,54.602],[-6.81,54.605],[-6.807,54.606],[-6.81,54.612],[-6.81,54.616],[-6.808,54.618],[-6.81,54.62],[-6.81,54.622],[-6.806,54.625],[-6.812,54.626],[-6.816,54.626],[-6.82,54.629],[-6.827,54.629],[-6.833,54.627],[-6.839,54.62],[-6.842,54.619],[-6.844,54.621],[-6.849,54.623],[-6.854,54.624],[-6.87,54.623],[-6.879,54.624],[-6.884,54.626],[-6.883,54.628],[-6.883,54.631],[-6.877,54.638],[-6.874,54.639],[-6.872,54.641],[-6.875,54.644],[-6.873,54.647],[-6.882,54.65],[-6.889,54.65],[-6.898,54.651],[-6.907,54.654],[-6.912,54.657],[-6.914,54.656],[-6.926,54.653],[-6.938,54.654],[-6.942,54.653],[-6.946,54.651],[-6.955,54.655],[-6.959,54.656],[-6.966,54.655],[-6.969,54.653],[-6.977,54.655],[-6.975,54.658],[-6.971,54.661],[-6.973,54.664],[-6.978,54.664],[-6.986,54.666],[-6.991,54.668],[-7.003,54.671],[-7.003,54.675],[-6.999,54.678],[-7.002,54.68],[-7.004,54.683],[-6.998,54.687],[-6.998,54.691],[-6.995,54.693],[-6.994,54.695],[-6.998,54.699],[-6.999,54.702],[-6.996,54.703],[-6.994,54.706],[-6.996,54.709],[-7.001,54.711],[-7.003,54.714],[-7.008,54.715],[-7.011,54.718],[-7.003,54.724],[-7.007,54.731],[-7.001,54.734],[-6.991,54.741],[-6.985,54.743],[-6.976,54.743],[-6.968,54.744],[-6.948,54.751],[-6.941,54.752],[-6.939,54.758],[-6.937,54.762],[-6.936,54.766],[-6.94,54.774],[-6.928,54.773],[-6.922,54.773],[-6.92,54.775],[-6.91,54.778],[-6.903,54.784],[-6.902,54.786],[-6.906,54.791],[-6.918,54.8],[-6.922,54.802],[-6.921,54.805],[-6.916,54.808],[-6.915,54.811],[-6.912,54.813],[-6.911,54.817],[-6.912,54.82]]]},"properties":{"PCON24NM":"West Tyrone","PCON24CD":"N05000018"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.183,55.061],[-7.212,55.057],[-7.216,55.059],[-7.224,55.061],[-7.228,55.06],[-7.234,55.054],[-7.235,55.051],[-7.232,55.046],[-7.237,55.041],[-7.237,55.047],[-7.256,55.043],[-7.262,55.043],[-7.267,55.04],[-7.268,55.038],[-7.281,55.029],[-7.287,55.025],[-7.29,55.02],[-7.29,55.018],[-7.296,55.02],[-7.293,55.025],[-7.286,55.029],[-7.277,55.037],[-7.27,55.041],[-7.267,55.046],[-7.263,55.049],[-7.26,55.049],[-7.255,55.046],[-7.255,55.052],[-7.251,55.055],[-7.246,55.063],[-7.251,55.064],[-7.252,55.062],[-7.257,55.064],[-7.258,55.067],[-7.265,55.067],[-7.273,55.063],[-7.276,55.058],[-7.277,55.054],[-7.285,55.049],[-7.29,55.047],[-7.295,55.052],[-7.3,55.056],[-7.307,55.052],[-7.318,55.045],[-7.323,55.045],[-7.329,55.049],[-7.334,55.05],[-7.345,55.051],[-7.345,55.049],[-7.348,55.047],[-7.356,55.046],[-7.362,55.04],[-7.367,55.038],[-7.377,55.029],[-7.386,55.024],[-7.391,55.022],[-7.391,55.02],[-7.396,55.016],[-7.396,55.013],[-7.399,55.009],[-7.406,55.003],[-7.404,55.002],[-7.398,54.999],[-7.394,55],[-7.391,54.998],[-7.392,54.995],[-7.4,54.991],[-7.402,54.986],[-7.407,54.983],[-7.404,54.98],[-7.406,54.978],[-7.402,54.974],[-7.402,54.967],[-7.407,54.964],[-7.403,54.961],[-7.402,54.96],[-7.407,54.955],[-7.403,54.952],[-7.402,54.95],[-7.397,54.946],[-7.395,54.947],[-7.385,54.954],[-7.382,54.957],[-7.376,54.961],[-7.367,54.964],[-7.359,54.974],[-7.357,54.978],[-7.352,54.983],[-7.344,54.986],[-7.34,54.986],[-7.33,54.988],[-7.32,54.991],[-7.317,54.99],[-7.328,54.985],[-7.338,54.984],[-7.343,54.983],[-7.35,54.978],[-7.356,54.968],[-7.357,54.964],[-7.366,54.959],[-7.371,54.957],[-7.365,54.956],[-7.363,54.953],[-7.357,54.95],[-7.354,54.953],[-7.35,54.953],[-7.352,54.956],[-7.349,54.957],[-7.343,54.956],[-7.339,54.958],[-7.336,54.962],[-7.325,54.962],[-7.324,54.963],[-7.316,54.969],[-7.316,54.972],[-7.309,54.973],[-7.299,54.971],[-7.3,54.97],[-7.29,54.967],[-7.28,54.973],[-7.282,54.977],[-7.273,54.976],[-7.265,54.976],[-7.26,54.974],[-7.254,54.975],[-7.254,54.976],[-7.248,54.978],[-7.246,54.976],[-7.241,54.976],[-7.232,54.972],[-7.225,54.976],[-7.221,54.978],[-7.22,54.981],[-7.214,54.983],[-7.213,54.987],[-7.211,54.987],[-7.204,54.989],[-7.205,54.992],[-7.209,54.996],[-7.211,55.001],[-7.214,55.003],[-7.211,55.006],[-7.208,55.004],[-7.199,55.002],[-7.199,55.001],[-7.191,55],[-7.191,55.003],[-7.184,55.004],[-7.182,55.006],[-7.181,55.012],[-7.183,55.021],[-7.187,55.022],[-7.189,55.02],[-7.193,55.018],[-7.2,55.023],[-7.195,55.026],[-7.194,55.029],[-7.183,55.032],[-7.178,55.032],[-7.18,55.034],[-7.182,55.036],[-7.187,55.037],[-7.188,55.043],[-7.186,55.046],[-7.183,55.061]],[[-7.297,55.019],[-7.29,55.017],[-7.288,55.014],[-7.29,55.01],[-7.295,55.008],[-7.307,55.005],[-7.314,55.005],[-7.316,55],[-7.314,54.995],[-7.315,54.992],[-7.318,54.993],[-7.317,54.995],[-7.321,55.001],[-7.321,55.005],[-7.317,55.009],[-7.314,55.011],[-7.304,55.014],[-7.297,55.017],[-7.297,55.019]]]},"properties":{"PCON24NM":"Foyle","PCON24CD":"N05000008"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.049,55.092],[-6.043,55.096],[-6.037,55.103],[-6.035,55.113],[-6.036,55.116],[-6.036,55.123],[-6.039,55.125],[-6.042,55.126],[-6.043,55.128],[-6.04,55.133],[-6.038,55.133],[-6.032,55.137],[-6.027,55.139],[-6.027,55.144],[-6.027,55.158],[-6.028,55.161],[-6.034,55.169],[-6.046,55.172],[-6.052,55.175],[-6.053,55.178],[-6.054,55.183],[-6.057,55.184],[-6.062,55.189],[-6.066,55.191],[-6.065,55.194],[-6.063,55.195],[-6.064,55.197],[-6.068,55.197],[-6.075,55.198],[-6.088,55.204],[-6.094,55.205],[-6.102,55.209],[-6.107,55.21],[-6.116,55.209],[-6.123,55.213],[-6.124,55.216],[-6.129,55.217],[-6.133,55.221],[-6.135,55.224],[-6.141,55.227],[-6.146,55.228],[-6.155,55.228],[-6.159,55.226],[-6.166,55.222],[-6.166,55.221],[-6.173,55.216],[-6.18,55.213],[-6.189,55.211],[-6.196,55.211],[-6.203,55.212],[-6.208,55.208],[-6.213,55.207],[-6.22,55.207],[-6.221,55.206],[-6.229,55.205],[-6.237,55.204],[-6.241,55.206],[-6.241,55.208],[-6.249,55.212],[-6.257,55.212],[-6.261,55.213],[-6.266,55.216],[-6.269,55.217],[-6.273,55.221],[-6.28,55.222],[-6.288,55.225],[-6.292,55.229],[-6.296,55.231],[-6.301,55.23],[-6.31,55.229],[-6.315,55.23],[-6.319,55.233],[-6.328,55.235],[-6.333,55.239],[-6.343,55.239],[-6.348,55.239],[-6.351,55.241],[-6.361,55.241],[-6.363,55.243],[-6.368,55.245],[-6.373,55.242],[-6.379,55.242],[-6.384,55.239],[-6.389,55.236],[-6.397,55.233],[-6.41,55.232],[-6.414,55.233],[-6.419,55.237],[-6.434,55.238],[-6.438,55.237],[-6.441,55.239],[-6.446,55.239],[-6.449,55.239],[-6.457,55.24],[-6.463,55.243],[-6.462,55.245],[-6.47,55.25],[-6.479,55.251],[-6.483,55.252],[-6.488,55.249],[-6.494,55.248],[-6.497,55.246],[-6.504,55.246],[-6.506,55.241],[-6.512,55.24],[-6.512,55.239],[-6.519,55.238],[-6.517,55.236],[-6.524,55.234],[-6.53,55.234],[-6.532,55.233],[-6.532,55.229],[-6.528,55.229],[-6.528,55.225],[-6.536,55.22],[-6.528,55.22],[-6.531,55.214],[-6.529,55.212],[-6.535,55.209],[-6.532,55.207],[-6.534,55.205],[-6.53,55.202],[-6.531,55.2],[-6.526,55.199],[-6.526,55.193],[-6.527,55.19],[-6.525,55.189],[-6.526,55.186],[-6.524,55.184],[-6.524,55.179],[-6.526,55.173],[-6.522,55.161],[-6.522,55.158],[-6.52,55.153],[-6.517,55.148],[-6.518,55.143],[-6.531,55.143],[-6.535,55.145],[-6.544,55.144],[-6.553,55.14],[-6.557,55.139],[-6.558,55.137],[-6.562,55.135],[-6.568,55.135],[-6.569,55.13],[-6.57,55.113],[-6.573,55.105],[-6.585,55.088],[-6.603,55.083],[-6.608,55.079],[-6.607,55.077],[-6.597,55.068],[-6.589,55.066],[-6.585,55.064],[-6.583,55.06],[-6.58,55.057],[-6.583,55.051],[-6.579,55.045],[-6.573,55.038],[-6.573,55.035],[-6.574,55.032],[-6.574,55.027],[-6.576,55.023],[-6.576,55.018],[-6.579,55.012],[-6.582,55.01],[-6.581,55.006],[-6.577,55.002],[-6.574,54.996],[-6.571,54.993],[-6.571,54.989],[-6.57,54.985],[-6.56,54.983],[-6.552,54.983],[-6.546,54.98],[-6.547,54.978],[-6.55,54.976],[-6.551,54.973],[-6.548,54.969],[-6.547,54.963],[-6.544,54.958],[-6.537,54.958],[-6.54,54.955],[-6.538,54.952],[-6.535,54.951],[-6.531,54.948],[-6.524,54.945],[-6.521,54.942],[-6.517,54.94],[-6.515,54.935],[-6.508,54.927],[-6.506,54.924],[-6.499,54.918],[-6.499,54.916],[-6.503,54.914],[-6.506,54.912],[-6.506,54.908],[-6.503,54.905],[-6.502,54.901],[-6.501,54.899],[-6.498,54.89],[-6.49,54.886],[-6.488,54.883],[-6.487,54.877],[-6.482,54.874],[-6.48,54.868],[-6.475,54.862],[-6.474,54.857],[-6.471,54.854],[-6.472,54.85],[-6.47,54.846],[-6.472,54.843],[-6.471,54.841],[-6.468,54.84],[-6.467,54.839],[-6.466,54.834],[-6.461,54.829],[-6.457,54.825],[-6.46,54.821],[-6.459,54.82],[-6.458,54.817],[-6.461,54.816],[-6.463,54.815],[-6.466,54.814],[-6.467,54.811],[-6.468,54.804],[-6.47,54.8],[-6.469,54.797],[-6.471,54.795],[-6.47,54.791],[-6.465,54.788],[-6.468,54.784],[-6.466,54.783],[-6.459,54.785],[-6.447,54.785],[-6.44,54.787],[-6.435,54.786],[-6.432,54.789],[-6.426,54.784],[-6.42,54.786],[-6.41,54.783],[-6.407,54.783],[-6.403,54.781],[-6.401,54.782],[-6.396,54.78],[-6.385,54.779],[-6.381,54.783],[-6.37,54.785],[-6.364,54.788],[-6.364,54.79],[-6.36,54.797],[-6.352,54.8],[-6.344,54.801],[-6.341,54.799],[-6.338,54.801],[-6.331,54.799],[-6.331,54.797],[-6.327,54.795],[-6.323,54.791],[-6.32,54.791],[-6.318,54.794],[-6.312,54.792],[-6.309,54.79],[-6.302,54.794],[-6.302,54.796],[-6.297,54.795],[-6.29,54.79],[-6.283,54.79],[-6.28,54.792],[-6.276,54.79],[-6.267,54.791],[-6.264,54.792],[-6.268,54.796],[-6.268,54.799],[-6.254,54.796],[-6.249,54.794],[-6.238,54.793],[-6.234,54.788],[-6.227,54.789],[-6.224,54.79],[-6.215,54.79],[-6.213,54.79],[-6.214,54.794],[-6.21,54.793],[-6.199,54.798],[-6.197,54.803],[-6.197,54.806],[-6.198,54.81],[-6.201,54.812],[-6.206,54.813],[-6.213,54.812],[-6.215,54.813],[-6.222,54.811],[-6.227,54.812],[-6.228,54.808],[-6.24,54.81],[-6.24,54.813],[-6.246,54.817],[-6.249,54.815],[-6.259,54.815],[-6.262,54.818],[-6.267,54.82],[-6.261,54.823],[-6.259,54.824],[-6.258,54.827],[-6.259,54.83],[-6.266,54.831],[-6.274,54.843],[-6.264,54.844],[-6.26,54.846],[-6.251,54.852],[-6.249,54.866],[-6.249,54.871],[-6.242,54.874],[-6.234,54.874],[-6.227,54.876],[-6.221,54.882],[-6.216,54.884],[-6.215,54.885],[-6.21,54.888],[-6.202,54.889],[-6.197,54.888],[-6.195,54.89],[-6.2,54.898],[-6.203,54.897],[-6.208,54.902],[-6.21,54.906],[-6.213,54.905],[-6.212,54.913],[-6.21,54.914],[-6.217,54.922],[-6.216,54.933],[-6.227,54.927],[-6.231,54.927],[-6.238,54.922],[-6.244,54.923],[-6.247,54.922],[-6.25,54.923],[-6.254,54.92],[-6.262,54.923],[-6.257,54.926],[-6.256,54.929],[-6.26,54.932],[-6.262,54.936],[-6.265,54.94],[-6.262,54.941],[-6.263,54.944],[-6.268,54.944],[-6.273,54.943],[-6.276,54.944],[-6.277,54.949],[-6.283,54.953],[-6.291,54.954],[-6.289,54.957],[-6.298,54.96],[-6.302,54.965],[-6.312,54.966],[-6.314,54.969],[-6.312,54.973],[-6.314,54.977],[-6.315,54.981],[-6.319,54.983],[-6.325,54.987],[-6.323,54.989],[-6.322,54.993],[-6.32,54.993],[-6.32,54.998],[-6.322,55],[-6.318,55.003],[-6.323,55.007],[-6.324,55.01],[-6.321,55.011],[-6.319,55.009],[-6.315,55.007],[-6.311,55.008],[-6.301,55.01],[-6.287,55.006],[-6.285,55.004],[-6.279,55.005],[-6.268,55.01],[-6.231,55.016],[-6.227,55.017],[-6.224,55.02],[-6.204,55.03],[-6.196,55.029],[-6.185,55.026],[-6.181,55.034],[-6.166,55.031],[-6.16,55.043],[-6.158,55.044],[-6.15,55.056],[-6.143,55.059],[-6.139,55.058],[-6.137,55.06],[-6.126,55.066],[-6.105,55.073],[-6.093,55.077],[-6.089,55.078],[-6.082,55.082],[-6.079,55.083],[-6.078,55.086],[-6.071,55.09],[-6.067,55.089],[-6.067,55.092],[-6.059,55.091],[-6.051,55.093],[-6.049,55.092]]],[[[-6.241,55.312],[-6.246,55.309],[-6.254,55.31],[-6.257,55.308],[-6.265,55.306],[-6.272,55.306],[-6.272,55.305],[-6.279,55.302],[-6.286,55.294],[-6.283,55.293],[-6.272,55.292],[-6.265,55.293],[-6.261,55.29],[-6.254,55.292],[-6.246,55.293],[-6.228,55.296],[-6.221,55.296],[-6.208,55.294],[-6.199,55.293],[-6.192,55.292],[-6.189,55.285],[-6.196,55.282],[-6.2,55.277],[-6.2,55.27],[-6.198,55.265],[-6.194,55.263],[-6.192,55.261],[-6.187,55.262],[-6.183,55.267],[-6.184,55.27],[-6.181,55.272],[-6.183,55.277],[-6.182,55.28],[-6.178,55.284],[-6.178,55.287],[-6.174,55.295],[-6.169,55.297],[-6.171,55.302],[-6.178,55.303],[-6.191,55.304],[-6.196,55.307],[-6.202,55.306],[-6.219,55.306],[-6.226,55.308],[-6.229,55.309],[-6.234,55.31],[-6.239,55.312],[-6.241,55.312]]]]},"properties":{"PCON24NM":"North Antrim","PCON24CD":"N05000012"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-6.466,54.753],[-6.461,54.759],[-6.457,54.762],[-6.461,54.767],[-6.457,54.762],[-6.462,54.759],[-6.466,54.753]]],[[[-6.461,54.816],[-6.458,54.817],[-6.459,54.82],[-6.461,54.816]]],[[[-6.459,54.82],[-6.46,54.821],[-6.457,54.825],[-6.461,54.829],[-6.466,54.834],[-6.467,54.839],[-6.468,54.84],[-6.467,54.835],[-6.461,54.83],[-6.457,54.824],[-6.46,54.822],[-6.459,54.82]]],[[[-6.642,54.46],[-6.64,54.461],[-6.632,54.46],[-6.63,54.456],[-6.628,54.454],[-6.625,54.454],[-6.615,54.451],[-6.61,54.459],[-6.603,54.462],[-6.6,54.462],[-6.593,54.459],[-6.583,54.461],[-6.573,54.465],[-6.57,54.464],[-6.567,54.466],[-6.57,54.47],[-6.57,54.474],[-6.567,54.477],[-6.572,54.48],[-6.572,54.485],[-6.57,54.488],[-6.566,54.492],[-6.574,54.492],[-6.576,54.495],[-6.576,54.499],[-6.577,54.501],[-6.58,54.502],[-6.588,54.508],[-6.582,54.509],[-6.577,54.513],[-6.578,54.518],[-6.579,54.521],[-6.584,54.522],[-6.589,54.525],[-6.59,54.529],[-6.593,54.531],[-6.595,54.53],[-6.6,54.529],[-6.605,54.531],[-6.609,54.535],[-6.61,54.538],[-6.608,54.54],[-6.603,54.543],[-6.599,54.543],[-6.601,54.546],[-6.6,54.55],[-6.599,54.556],[-6.594,54.564],[-6.589,54.565],[-6.573,54.569],[-6.569,54.57],[-6.566,54.573],[-6.561,54.575],[-6.56,54.58],[-6.558,54.58],[-6.551,54.586],[-6.545,54.588],[-6.539,54.589],[-6.536,54.588],[-6.533,54.59],[-6.534,54.591],[-6.531,54.592],[-6.526,54.596],[-6.525,54.597],[-6.52,54.6],[-6.517,54.604],[-6.51,54.608],[-6.509,54.615],[-6.503,54.62],[-6.503,54.622],[-6.506,54.624],[-6.51,54.627],[-6.507,54.629],[-6.507,54.633],[-6.504,54.638],[-6.505,54.64],[-6.501,54.642],[-6.5,54.645],[-6.505,54.649],[-6.508,54.648],[-6.511,54.65],[-6.512,54.654],[-6.509,54.656],[-6.515,54.661],[-6.519,54.662],[-6.518,54.668],[-6.523,54.672],[-6.523,54.677],[-6.522,54.679],[-6.524,54.681],[-6.524,54.687],[-6.53,54.695],[-6.527,54.704],[-6.529,54.705],[-6.531,54.71],[-6.53,54.717],[-6.527,54.72],[-6.517,54.722],[-6.512,54.722],[-6.517,54.727],[-6.513,54.732],[-6.516,54.736],[-6.516,54.738],[-6.511,54.74],[-6.511,54.741],[-6.503,54.744],[-6.502,54.748],[-6.495,54.75],[-6.485,54.751],[-6.474,54.75],[-6.471,54.751],[-6.467,54.754],[-6.463,54.76],[-6.459,54.762],[-6.462,54.767],[-6.464,54.765],[-6.468,54.764],[-6.469,54.767],[-6.478,54.773],[-6.48,54.775],[-6.477,54.78],[-6.48,54.78],[-6.485,54.778],[-6.488,54.783],[-6.485,54.785],[-6.487,54.787],[-6.484,54.791],[-6.489,54.794],[-6.488,54.799],[-6.482,54.799],[-6.48,54.804],[-6.481,54.805],[-6.478,54.811],[-6.474,54.813],[-6.471,54.816],[-6.46,54.818],[-6.462,54.821],[-6.459,54.825],[-6.462,54.829],[-6.468,54.834],[-6.468,54.838],[-6.471,54.841],[-6.472,54.843],[-6.47,54.846],[-6.472,54.85],[-6.471,54.854],[-6.474,54.857],[-6.475,54.862],[-6.48,54.868],[-6.482,54.874],[-6.487,54.877],[-6.488,54.883],[-6.49,54.886],[-6.498,54.89],[-6.501,54.899],[-6.502,54.901],[-6.503,54.905],[-6.506,54.908],[-6.506,54.912],[-6.503,54.914],[-6.499,54.916],[-6.499,54.918],[-6.506,54.924],[-6.508,54.927],[-6.515,54.935],[-6.517,54.94],[-6.521,54.942],[-6.524,54.945],[-6.531,54.948],[-6.535,54.951],[-6.538,54.952],[-6.539,54.949],[-6.539,54.942],[-6.542,54.938],[-6.537,54.934],[-6.542,54.933],[-6.547,54.936],[-6.557,54.936],[-6.557,54.931],[-6.561,54.932],[-6.566,54.932],[-6.574,54.928],[-6.576,54.93],[-6.58,54.93],[-6.583,54.926],[-6.591,54.928],[-6.593,54.93],[-6.601,54.933],[-6.609,54.932],[-6.615,54.934],[-6.617,54.938],[-6.635,54.937],[-6.643,54.937],[-6.644,54.933],[-6.647,54.929],[-6.657,54.922],[-6.668,54.924],[-6.667,54.921],[-6.671,54.919],[-6.675,54.918],[-6.679,54.92],[-6.686,54.919],[-6.69,54.916],[-6.694,54.919],[-6.697,54.919],[-6.699,54.922],[-6.702,54.924],[-6.702,54.927],[-6.705,54.929],[-6.707,54.932],[-6.72,54.931],[-6.725,54.931],[-6.738,54.929],[-6.738,54.925],[-6.747,54.924],[-6.753,54.922],[-6.759,54.921],[-6.77,54.915],[-6.775,54.914],[-6.774,54.911],[-6.777,54.909],[-6.773,54.906],[-6.769,54.904],[-6.76,54.906],[-6.758,54.903],[-6.758,54.899],[-6.762,54.897],[-6.764,54.893],[-6.764,54.889],[-6.769,54.884],[-6.77,54.878],[-6.768,54.876],[-6.77,54.872],[-6.777,54.872],[-6.782,54.871],[-6.783,54.868],[-6.782,54.864],[-6.782,54.862],[-6.792,54.857],[-6.794,54.854],[-6.803,54.847],[-6.818,54.846],[-6.834,54.85],[-6.851,54.851],[-6.856,54.857],[-6.864,54.857],[-6.887,54.853],[-6.886,54.834],[-6.887,54.832],[-6.892,54.83],[-6.898,54.824],[-6.907,54.823],[-6.912,54.82],[-6.911,54.817],[-6.912,54.813],[-6.915,54.811],[-6.916,54.808],[-6.921,54.805],[-6.922,54.802],[-6.918,54.8],[-6.906,54.791],[-6.902,54.786],[-6.903,54.784],[-6.91,54.778],[-6.92,54.775],[-6.922,54.773],[-6.928,54.773],[-6.94,54.774],[-6.936,54.766],[-6.937,54.762],[-6.939,54.758],[-6.941,54.752],[-6.948,54.751],[-6.968,54.744],[-6.976,54.743],[-6.985,54.743],[-6.991,54.741],[-7.001,54.734],[-7.007,54.731],[-7.003,54.724],[-7.011,54.718],[-7.008,54.715],[-7.003,54.714],[-7.001,54.711],[-6.996,54.709],[-6.994,54.706],[-6.996,54.703],[-6.999,54.702],[-6.998,54.699],[-6.994,54.695],[-6.995,54.693],[-6.998,54.691],[-6.998,54.687],[-7.004,54.683],[-7.002,54.68],[-6.999,54.678],[-7.003,54.675],[-7.003,54.671],[-6.991,54.668],[-6.986,54.666],[-6.978,54.664],[-6.973,54.664],[-6.971,54.661],[-6.975,54.658],[-6.977,54.655],[-6.969,54.653],[-6.966,54.655],[-6.959,54.656],[-6.955,54.655],[-6.946,54.651],[-6.942,54.653],[-6.938,54.654],[-6.926,54.653],[-6.914,54.656],[-6.912,54.657],[-6.907,54.654],[-6.898,54.651],[-6.889,54.65],[-6.882,54.65],[-6.873,54.647],[-6.875,54.644],[-6.872,54.641],[-6.874,54.639],[-6.877,54.638],[-6.883,54.631],[-6.883,54.628],[-6.884,54.626],[-6.879,54.624],[-6.87,54.623],[-6.854,54.624],[-6.849,54.623],[-6.844,54.621],[-6.842,54.619],[-6.839,54.62],[-6.833,54.627],[-6.827,54.629],[-6.82,54.629],[-6.816,54.626],[-6.812,54.626],[-6.806,54.625],[-6.81,54.622],[-6.81,54.62],[-6.808,54.618],[-6.81,54.616],[-6.81,54.612],[-6.807,54.606],[-6.81,54.605],[-6.809,54.602],[-6.824,54.602],[-6.825,54.599],[-6.832,54.597],[-6.833,54.599],[-6.837,54.599],[-6.84,54.596],[-6.833,54.594],[-6.831,54.59],[-6.835,54.587],[-6.829,54.581],[-6.83,54.58],[-6.839,54.574],[-6.847,54.573],[-6.85,54.572],[-6.849,54.57],[-6.853,54.567],[-6.859,54.571],[-6.864,54.573],[-6.867,54.572],[-6.869,54.569],[-6.869,54.566],[-6.879,54.564],[-6.885,54.564],[-6.902,54.568],[-6.909,54.566],[-6.913,54.568],[-6.92,54.57],[-6.927,54.57],[-6.929,54.571],[-6.945,54.572],[-6.951,54.574],[-6.958,54.574],[-6.96,54.576],[-6.959,54.58],[-6.968,54.579],[-6.974,54.579],[-6.982,54.581],[-6.988,54.582],[-6.986,54.579],[-6.98,54.578],[-6.982,54.575],[-6.978,54.574],[-6.973,54.574],[-6.97,54.571],[-6.969,54.568],[-6.975,54.566],[-6.978,54.564],[-6.978,54.562],[-6.986,54.556],[-6.982,54.554],[-6.98,54.552],[-6.971,54.549],[-6.964,54.542],[-6.958,54.539],[-6.955,54.541],[-6.95,54.539],[-6.942,54.539],[-6.935,54.539],[-6.923,54.536],[-6.917,54.536],[-6.912,54.535],[-6.908,54.531],[-6.905,54.53],[-6.903,54.535],[-6.901,54.536],[-6.895,54.533],[-6.894,54.531],[-6.901,54.527],[-6.903,54.523],[-6.906,54.52],[-6.902,54.513],[-6.896,54.513],[-6.885,54.512],[-6.881,54.513],[-6.879,54.51],[-6.875,54.511],[-6.869,54.515],[-6.865,54.516],[-6.866,54.522],[-6.856,54.522],[-6.853,54.519],[-6.848,54.517],[-6.843,54.519],[-6.844,54.523],[-6.834,54.525],[-6.829,54.523],[-6.827,54.518],[-6.82,54.518],[-6.816,54.517],[-6.81,54.513],[-6.807,54.516],[-6.8,54.518],[-6.797,54.523],[-6.797,54.527],[-6.794,54.529],[-6.785,54.529],[-6.782,54.532],[-6.772,54.534],[-6.771,54.538],[-6.766,54.538],[-6.762,54.536],[-6.754,54.536],[-6.749,54.535],[-6.752,54.533],[-6.751,54.529],[-6.742,54.528],[-6.738,54.525],[-6.727,54.523],[-6.724,54.524],[-6.723,54.528],[-6.719,54.531],[-6.71,54.532],[-6.711,54.527],[-6.707,54.525],[-6.704,54.523],[-6.707,54.52],[-6.706,54.516],[-6.71,54.512],[-6.712,54.509],[-6.71,54.507],[-6.717,54.504],[-6.717,54.501],[-6.723,54.499],[-6.722,54.497],[-6.73,54.497],[-6.734,54.493],[-6.739,54.49],[-6.735,54.488],[-6.736,54.484],[-6.731,54.482],[-6.736,54.479],[-6.74,54.478],[-6.741,54.476],[-6.736,54.473],[-6.731,54.475],[-6.725,54.472],[-6.719,54.472],[-6.699,54.476],[-6.69,54.469],[-6.693,54.468],[-6.688,54.466],[-6.682,54.467],[-6.679,54.47],[-6.676,54.469],[-6.662,54.466],[-6.654,54.468],[-6.65,54.464],[-6.644,54.461],[-6.643,54.46],[-6.642,54.46]]]]},"properties":{"PCON24NM":"Mid Ulster","PCON24CD":"N05000010"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-7.436,54.161],[-7.439,54.162],[-7.443,54.16],[-7.444,54.157],[-7.434,54.154],[-7.431,54.157],[-7.429,54.157],[-7.422,54.155],[-7.418,54.155],[-7.417,54.158],[-7.413,54.159],[-7.415,54.161],[-7.42,54.161],[-7.426,54.161],[-7.432,54.162],[-7.436,54.161]]],[[[-7.461,54.181],[-7.469,54.179],[-7.473,54.177],[-7.469,54.173],[-7.466,54.172],[-7.464,54.176],[-7.458,54.178],[-7.456,54.179],[-7.461,54.181]]],[[[-7.479,54.187],[-7.477,54.182],[-7.466,54.182],[-7.464,54.184],[-7.469,54.187],[-7.476,54.187],[-7.479,54.187]]],[[[-7.496,54.214],[-7.503,54.215],[-7.506,54.214],[-7.511,54.213],[-7.508,54.211],[-7.5,54.208],[-7.497,54.211],[-7.496,54.214]]],[[[-7.52,54.221],[-7.521,54.218],[-7.525,54.216],[-7.522,54.214],[-7.517,54.217],[-7.516,54.22],[-7.52,54.221]]],[[[-7.544,54.238],[-7.552,54.237],[-7.552,54.235],[-7.546,54.233],[-7.537,54.233],[-7.538,54.236],[-7.544,54.238]]],[[[-7.546,54.246],[-7.546,54.242],[-7.532,54.238],[-7.531,54.24],[-7.535,54.243],[-7.537,54.246],[-7.546,54.246]]],[[[-7.57,54.259],[-7.573,54.26],[-7.58,54.256],[-7.576,54.254],[-7.567,54.255],[-7.571,54.257],[-7.57,54.259]]],[[[-7.659,54.38],[-7.661,54.379],[-7.663,54.373],[-7.664,54.369],[-7.656,54.368],[-7.654,54.37],[-7.657,54.374],[-7.655,54.375],[-7.655,54.379],[-7.659,54.38]]],[[[-7.752,54.44],[-7.756,54.439],[-7.755,54.437],[-7.747,54.435],[-7.745,54.438],[-7.749,54.44],[-7.752,54.44]]],[[[-7.759,54.479],[-7.764,54.474],[-7.758,54.474],[-7.753,54.476],[-7.755,54.479],[-7.759,54.479]]],[[[-7.742,54.491],[-7.742,54.488],[-7.735,54.487],[-7.732,54.487],[-7.73,54.49],[-7.742,54.491]]],[[[-7.754,54.491],[-7.759,54.491],[-7.757,54.488],[-7.76,54.485],[-7.754,54.483],[-7.748,54.484],[-7.749,54.491],[-7.754,54.491]]],[[[-7.843,54.504],[-7.849,54.503],[-7.847,54.5],[-7.831,54.501],[-7.834,54.503],[-7.843,54.504]]],[[[-7.822,54.512],[-7.835,54.509],[-7.84,54.506],[-7.839,54.504],[-7.834,54.506],[-7.83,54.508],[-7.83,54.51],[-7.822,54.511],[-7.822,54.512]]],[[[-7.776,54.525],[-7.78,54.526],[-7.787,54.523],[-7.786,54.521],[-7.781,54.521],[-7.776,54.525]]],[[[-7.851,54.533],[-7.855,54.536],[-7.86,54.536],[-7.869,54.535],[-7.876,54.536],[-7.881,54.535],[-7.884,54.536],[-7.89,54.537],[-7.893,54.535],[-7.902,54.536],[-7.908,54.537],[-7.913,54.536],[-7.92,54.537],[-7.925,54.535],[-7.938,54.533],[-7.941,54.534],[-7.944,54.536],[-7.95,54.534],[-7.954,54.534],[-7.959,54.539],[-7.965,54.543],[-7.969,54.544],[-7.97,54.547],[-7.973,54.547],[-7.978,54.545],[-7.991,54.543],[-8.006,54.546],[-8.008,54.543],[-8.013,54.538],[-8.015,54.532],[-8.023,54.526],[-8.026,54.522],[-8.033,54.516],[-8.034,54.514],[-8.04,54.509],[-8.042,54.506],[-8.038,54.503],[-8.043,54.49],[-8.043,54.488],[-8.053,54.488],[-8.056,54.487],[-8.065,54.487],[-8.086,54.488],[-8.099,54.484],[-8.096,54.482],[-8.094,54.48],[-8.091,54.476],[-8.098,54.477],[-8.105,54.476],[-8.113,54.476],[-8.114,54.472],[-8.111,54.47],[-8.115,54.469],[-8.126,54.469],[-8.149,54.47],[-8.164,54.469],[-8.174,54.467],[-8.177,54.465],[-8.17,54.465],[-8.169,54.461],[-8.167,54.459],[-8.149,54.454],[-8.143,54.451],[-8.146,54.449],[-8.15,54.445],[-8.157,54.443],[-8.15,54.441],[-8.146,54.438],[-8.137,54.436],[-8.128,54.436],[-8.129,54.434],[-8.14,54.435],[-8.139,54.433],[-8.128,54.432],[-8.126,54.433],[-8.117,54.431],[-8.116,54.429],[-8.104,54.425],[-8.107,54.422],[-8.096,54.417],[-8.095,54.416],[-8.095,54.41],[-8.098,54.407],[-8.095,54.404],[-8.091,54.402],[-8.089,54.4],[-8.084,54.397],[-8.083,54.395],[-8.079,54.392],[-8.075,54.388],[-8.074,54.385],[-8.07,54.383],[-8.065,54.377],[-8.064,54.373],[-8.058,54.371],[-8.056,54.368],[-8.05,54.366],[-8.045,54.363],[-8.039,54.363],[-8.034,54.358],[-8.032,54.357],[-8.027,54.36],[-8.022,54.359],[-8.021,54.357],[-8.013,54.358],[-8.009,54.361],[-8.005,54.36],[-7.997,54.356],[-8.001,54.351],[-7.999,54.347],[-7.991,54.346],[-7.986,54.344],[-7.983,54.34],[-7.983,54.336],[-7.971,54.334],[-7.967,54.332],[-7.966,54.33],[-7.961,54.327],[-7.963,54.325],[-7.957,54.321],[-7.951,54.318],[-7.948,54.319],[-7.939,54.316],[-7.943,54.314],[-7.938,54.311],[-7.93,54.31],[-7.919,54.308],[-7.917,54.304],[-7.908,54.303],[-7.903,54.304],[-7.896,54.303],[-7.887,54.302],[-7.885,54.301],[-7.886,54.298],[-7.884,54.295],[-7.88,54.293],[-7.868,54.295],[-7.869,54.297],[-7.862,54.297],[-7.86,54.296],[-7.854,54.296],[-7.851,54.293],[-7.842,54.292],[-7.84,54.293],[-7.83,54.294],[-7.824,54.293],[-7.819,54.294],[-7.808,54.293],[-7.807,54.291],[-7.802,54.29],[-7.803,54.287],[-7.809,54.287],[-7.821,54.29],[-7.823,54.286],[-7.82,54.285],[-7.818,54.287],[-7.813,54.287],[-7.81,54.285],[-7.813,54.281],[-7.822,54.282],[-7.825,54.281],[-7.83,54.284],[-7.834,54.283],[-7.838,54.284],[-7.851,54.283],[-7.856,54.286],[-7.854,54.29],[-7.86,54.289],[-7.863,54.29],[-7.866,54.288],[-7.871,54.288],[-7.871,54.284],[-7.873,54.281],[-7.871,54.278],[-7.872,54.274],[-7.873,54.266],[-7.867,54.263],[-7.866,54.261],[-7.86,54.26],[-7.862,54.253],[-7.859,54.243],[-7.86,54.23],[-7.855,54.222],[-7.861,54.218],[-7.837,54.209],[-7.82,54.204],[-7.812,54.201],[-7.804,54.207],[-7.783,54.208],[-7.782,54.209],[-7.775,54.209],[-7.771,54.208],[-7.763,54.208],[-7.755,54.21],[-7.748,54.209],[-7.744,54.204],[-7.74,54.204],[-7.732,54.205],[-7.724,54.204],[-7.717,54.205],[-7.711,54.203],[-7.703,54.208],[-7.693,54.204],[-7.69,54.207],[-7.685,54.208],[-7.689,54.204],[-7.687,54.2],[-7.688,54.199],[-7.684,54.197],[-7.682,54.194],[-7.679,54.192],[-7.68,54.187],[-7.677,54.182],[-7.673,54.182],[-7.668,54.187],[-7.664,54.188],[-7.656,54.186],[-7.654,54.182],[-7.65,54.181],[-7.645,54.177],[-7.646,54.176],[-7.636,54.172],[-7.63,54.17],[-7.625,54.165],[-7.627,54.161],[-7.625,54.153],[-7.613,54.148],[-7.609,54.146],[-7.61,54.144],[-7.601,54.142],[-7.593,54.14],[-7.584,54.143],[-7.58,54.141],[-7.574,54.141],[-7.575,54.135],[-7.574,54.133],[-7.569,54.133],[-7.567,54.131],[-7.566,54.127],[-7.559,54.128],[-7.548,54.122],[-7.546,54.124],[-7.548,54.129],[-7.543,54.129],[-7.539,54.127],[-7.537,54.129],[-7.538,54.131],[-7.532,54.133],[-7.53,54.136],[-7.523,54.133],[-7.522,54.131],[-7.509,54.13],[-7.503,54.126],[-7.497,54.126],[-7.493,54.123],[-7.486,54.124],[-7.48,54.122],[-7.477,54.125],[-7.473,54.127],[-7.473,54.13],[-7.472,54.133],[-7.468,54.134],[-7.467,54.137],[-7.469,54.141],[-7.463,54.142],[-7.454,54.145],[-7.45,54.151],[-7.447,54.153],[-7.446,54.155],[-7.452,54.16],[-7.456,54.16],[-7.459,54.157],[-7.458,54.155],[-7.466,54.155],[-7.467,54.152],[-7.473,54.15],[-7.477,54.151],[-7.48,54.15],[-7.489,54.149],[-7.494,54.147],[-7.492,54.153],[-7.488,54.155],[-7.479,54.154],[-7.473,54.156],[-7.471,54.156],[-7.465,54.16],[-7.458,54.161],[-7.459,54.163],[-7.468,54.166],[-7.468,54.168],[-7.474,54.171],[-7.478,54.169],[-7.47,54.161],[-7.486,54.158],[-7.493,54.163],[-7.488,54.163],[-7.485,54.161],[-7.479,54.162],[-7.477,54.165],[-7.482,54.167],[-7.482,54.172],[-7.483,54.174],[-7.476,54.175],[-7.475,54.178],[-7.478,54.178],[-7.482,54.182],[-7.482,54.184],[-7.485,54.186],[-7.487,54.19],[-7.489,54.19],[-7.493,54.193],[-7.497,54.192],[-7.506,54.192],[-7.501,54.196],[-7.498,54.195],[-7.497,54.198],[-7.49,54.199],[-7.488,54.2],[-7.487,54.205],[-7.484,54.207],[-7.478,54.208],[-7.474,54.208],[-7.474,54.204],[-7.483,54.203],[-7.484,54.197],[-7.478,54.193],[-7.474,54.194],[-7.474,54.197],[-7.47,54.2],[-7.466,54.198],[-7.47,54.197],[-7.469,54.191],[-7.464,54.19],[-7.465,54.187],[-7.458,54.186],[-7.46,54.182],[-7.456,54.179],[-7.458,54.177],[-7.458,54.175],[-7.453,54.173],[-7.448,54.173],[-7.454,54.17],[-7.455,54.166],[-7.461,54.169],[-7.464,54.173],[-7.466,54.171],[-7.464,54.168],[-7.457,54.163],[-7.453,54.163],[-7.451,54.164],[-7.446,54.163],[-7.444,54.162],[-7.439,54.163],[-7.435,54.162],[-7.433,54.164],[-7.43,54.168],[-7.427,54.168],[-7.42,54.167],[-7.418,54.171],[-7.414,54.173],[-7.409,54.174],[-7.406,54.173],[-7.4,54.17],[-7.398,54.166],[-7.394,54.166],[-7.389,54.163],[-7.386,54.158],[-7.391,54.156],[-7.397,54.155],[-7.402,54.152],[-7.404,54.154],[-7.4,54.156],[-7.391,54.158],[-7.389,54.16],[-7.39,54.163],[-7.4,54.164],[-7.4,54.168],[-7.402,54.17],[-7.41,54.173],[-7.417,54.17],[-7.419,54.167],[-7.43,54.167],[-7.431,54.165],[-7.429,54.161],[-7.416,54.161],[-7.41,54.157],[-7.409,54.153],[-7.412,54.149],[-7.415,54.146],[-7.423,54.143],[-7.425,54.141],[-7.421,54.138],[-7.42,54.14],[-7.414,54.141],[-7.408,54.142],[-7.403,54.143],[-7.4,54.143],[-7.395,54.145],[-7.397,54.151],[-7.393,54.151],[-7.389,54.153],[-7.386,54.152],[-7.381,54.148],[-7.375,54.15],[-7.369,54.149],[-7.373,54.146],[-7.378,54.148],[-7.382,54.147],[-7.385,54.15],[-7.392,54.15],[-7.394,54.148],[-7.393,54.147],[-7.397,54.143],[-7.399,54.141],[-7.395,54.139],[-7.39,54.14],[-7.387,54.139],[-7.385,54.142],[-7.376,54.143],[-7.373,54.139],[-7.377,54.135],[-7.383,54.134],[-7.393,54.127],[-7.394,54.123],[-7.392,54.12],[-7.388,54.124],[-7.386,54.124],[-7.378,54.127],[-7.377,54.13],[-7.369,54.133],[-7.366,54.131],[-7.364,54.132],[-7.355,54.127],[-7.352,54.125],[-7.346,54.123],[-7.347,54.117],[-7.343,54.116],[-7.341,54.118],[-7.336,54.117],[-7.335,54.121],[-7.33,54.123],[-7.328,54.125],[-7.323,54.122],[-7.325,54.121],[-7.324,54.118],[-7.32,54.114],[-7.315,54.116],[-7.309,54.117],[-7.307,54.12],[-7.306,54.123],[-7.317,54.127],[-7.313,54.132],[-7.32,54.135],[-7.319,54.138],[-7.322,54.138],[-7.327,54.135],[-7.33,54.136],[-7.332,54.14],[-7.33,54.141],[-7.334,54.144],[-7.34,54.144],[-7.34,54.147],[-7.334,54.148],[-7.327,54.152],[-7.324,54.155],[-7.319,54.158],[-7.321,54.159],[-7.312,54.165],[-7.311,54.167],[-7.308,54.168],[-7.301,54.166],[-7.294,54.17],[-7.291,54.172],[-7.285,54.169],[-7.28,54.168],[-7.286,54.158],[-7.284,54.154],[-7.29,54.149],[-7.299,54.149],[-7.301,54.144],[-7.29,54.141],[-7.284,54.14],[-7.285,54.136],[-7.291,54.131],[-7.297,54.131],[-7.299,54.134],[-7.309,54.132],[-7.306,54.128],[-7.303,54.127],[-7.303,54.123],[-7.298,54.121],[-7.292,54.119],[-7.284,54.123],[-7.279,54.123],[-7.28,54.126],[-7.278,54.13],[-7.27,54.136],[-7.264,54.138],[-7.263,54.141],[-7.265,54.145],[-7.26,54.149],[-7.259,54.153],[-7.258,54.155],[-7.253,54.156],[-7.254,54.159],[-7.259,54.161],[-7.259,54.165],[-7.246,54.169],[-7.242,54.169],[-7.242,54.171],[-7.245,54.173],[-7.252,54.173],[-7.254,54.177],[-7.259,54.178],[-7.257,54.182],[-7.26,54.184],[-7.257,54.188],[-7.259,54.193],[-7.252,54.194],[-7.237,54.194],[-7.237,54.196],[-7.234,54.198],[-7.241,54.199],[-7.243,54.2],[-7.247,54.198],[-7.251,54.199],[-7.249,54.203],[-7.249,54.205],[-7.24,54.207],[-7.233,54.206],[-7.233,54.211],[-7.229,54.213],[-7.226,54.215],[-7.222,54.216],[-7.215,54.214],[-7.21,54.213],[-7.196,54.218],[-7.196,54.22],[-7.191,54.224],[-7.184,54.224],[-7.184,54.222],[-7.179,54.221],[-7.177,54.218],[-7.172,54.218],[-7.166,54.219],[-7.161,54.22],[-7.156,54.221],[-7.149,54.225],[-7.147,54.23],[-7.151,54.232],[-7.151,54.234],[-7.147,54.237],[-7.147,54.24],[-7.154,54.243],[-7.16,54.244],[-7.158,54.246],[-7.149,54.251],[-7.143,54.252],[-7.142,54.253],[-7.144,54.257],[-7.151,54.258],[-7.155,54.263],[-7.155,54.266],[-7.159,54.269],[-7.158,54.271],[-7.161,54.274],[-7.165,54.273],[-7.173,54.273],[-7.177,54.271],[-7.18,54.273],[-7.181,54.276],[-7.179,54.278],[-7.174,54.28],[-7.172,54.284],[-7.174,54.286],[-7.181,54.286],[-7.187,54.288],[-7.189,54.29],[-7.203,54.295],[-7.208,54.295],[-7.213,54.3],[-7.208,54.303],[-7.208,54.305],[-7.201,54.308],[-7.199,54.311],[-7.193,54.312],[-7.188,54.311],[-7.18,54.311],[-7.18,54.315],[-7.179,54.317],[-7.181,54.32],[-7.182,54.332],[-7.185,54.335],[-7.19,54.338],[-7.182,54.34],[-7.171,54.338],[-7.167,54.337],[-7.163,54.337],[-7.153,54.335],[-7.146,54.34],[-7.142,54.34],[-7.141,54.343],[-7.136,54.345],[-7.131,54.345],[-7.125,54.351],[-7.117,54.353],[-7.112,54.353],[-7.11,54.355],[-7.104,54.356],[-7.103,54.361],[-7.11,54.366],[-7.101,54.372],[-7.092,54.375],[-7.085,54.379],[-7.085,54.382],[-7.077,54.386],[-7.072,54.39],[-7.072,54.394],[-7.071,54.395],[-7.064,54.399],[-7.06,54.405],[-7.058,54.406],[-7.055,54.412],[-7.043,54.415],[-7.042,54.417],[-7.039,54.418],[-7.03,54.421],[-7.017,54.416],[-7.013,54.417],[-7.007,54.415],[-7.005,54.413],[-7,54.413],[-7.002,54.408],[-7,54.407],[-6.996,54.406],[-6.99,54.407],[-6.99,54.409],[-6.982,54.409],[-6.981,54.408],[-6.977,54.406],[-6.978,54.402],[-6.975,54.4],[-6.968,54.401],[-6.959,54.398],[-6.96,54.392],[-6.95,54.39],[-6.944,54.391],[-6.946,54.387],[-6.938,54.383],[-6.935,54.385],[-6.927,54.383],[-6.929,54.38],[-6.933,54.38],[-6.931,54.376],[-6.923,54.379],[-6.917,54.378],[-6.911,54.375],[-6.912,54.372],[-6.907,54.369],[-6.908,54.367],[-6.911,54.365],[-6.905,54.358],[-6.907,54.352],[-6.904,54.35],[-6.899,54.351],[-6.893,54.351],[-6.888,54.349],[-6.887,54.347],[-6.882,54.346],[-6.878,54.347],[-6.872,54.335],[-6.868,54.332],[-6.864,54.33],[-6.854,54.331],[-6.848,54.333],[-6.841,54.333],[-6.837,54.336],[-6.835,54.339],[-6.835,54.344],[-6.832,54.347],[-6.821,54.35],[-6.815,54.346],[-6.804,54.351],[-6.799,54.351],[-6.798,54.348],[-6.791,54.347],[-6.787,54.348],[-6.788,54.35],[-6.781,54.352],[-6.777,54.355],[-6.767,54.353],[-6.762,54.354],[-6.758,54.353],[-6.749,54.352],[-6.749,54.35],[-6.745,54.347],[-6.745,54.345],[-6.741,54.343],[-6.733,54.344],[-6.729,54.341],[-6.725,54.342],[-6.724,54.349],[-6.72,54.348],[-6.715,54.346],[-6.707,54.352],[-6.697,54.352],[-6.688,54.351],[-6.685,54.354],[-6.682,54.355],[-6.684,54.357],[-6.677,54.364],[-6.671,54.363],[-6.671,54.367],[-6.675,54.369],[-6.669,54.372],[-6.666,54.373],[-6.658,54.37],[-6.654,54.366],[-6.646,54.366],[-6.637,54.373],[-6.633,54.375],[-6.627,54.381],[-6.635,54.38],[-6.638,54.382],[-6.637,54.386],[-6.634,54.389],[-6.639,54.389],[-6.642,54.391],[-6.64,54.396],[-6.64,54.399],[-6.638,54.403],[-6.637,54.406],[-6.633,54.407],[-6.632,54.409],[-6.638,54.41],[-6.646,54.41],[-6.644,54.415],[-6.65,54.418],[-6.646,54.42],[-6.646,54.424],[-6.637,54.424],[-6.63,54.426],[-6.625,54.435],[-6.625,54.44],[-6.629,54.442],[-6.633,54.445],[-6.637,54.445],[-6.638,54.448],[-6.643,54.451],[-6.642,54.453],[-6.644,54.458],[-6.643,54.46],[-6.644,54.461],[-6.65,54.464],[-6.654,54.468],[-6.662,54.466],[-6.676,54.469],[-6.679,54.47],[-6.682,54.467],[-6.688,54.466],[-6.693,54.468],[-6.69,54.469],[-6.699,54.476],[-6.719,54.472],[-6.725,54.472],[-6.731,54.475],[-6.736,54.473],[-6.741,54.476],[-6.74,54.478],[-6.736,54.479],[-6.731,54.482],[-6.736,54.484],[-6.735,54.488],[-6.739,54.49],[-6.734,54.493],[-6.73,54.497],[-6.722,54.497],[-6.723,54.499],[-6.717,54.501],[-6.717,54.504],[-6.71,54.507],[-6.712,54.509],[-6.71,54.512],[-6.706,54.516],[-6.707,54.52],[-6.704,54.523],[-6.707,54.525],[-6.711,54.527],[-6.71,54.532],[-6.719,54.531],[-6.723,54.528],[-6.724,54.524],[-6.727,54.523],[-6.738,54.525],[-6.742,54.528],[-6.751,54.529],[-6.752,54.533],[-6.749,54.535],[-6.754,54.536],[-6.762,54.536],[-6.766,54.538],[-6.771,54.538],[-6.772,54.534],[-6.782,54.532],[-6.785,54.529],[-6.794,54.529],[-6.797,54.527],[-6.797,54.523],[-6.8,54.518],[-6.807,54.516],[-6.81,54.513],[-6.816,54.517],[-6.82,54.518],[-6.827,54.518],[-6.829,54.523],[-6.834,54.525],[-6.844,54.523],[-6.843,54.519],[-6.848,54.517],[-6.853,54.519],[-6.856,54.522],[-6.866,54.522],[-6.865,54.516],[-6.869,54.515],[-6.875,54.511],[-6.879,54.51],[-6.881,54.513],[-6.885,54.512],[-6.896,54.513],[-6.902,54.513],[-6.906,54.52],[-6.903,54.523],[-6.901,54.527],[-6.894,54.531],[-6.895,54.533],[-6.901,54.536],[-6.903,54.535],[-6.905,54.53],[-6.908,54.531],[-6.912,54.535],[-6.917,54.536],[-6.923,54.536],[-6.935,54.539],[-6.942,54.539],[-6.95,54.539],[-6.955,54.541],[-6.958,54.539],[-6.964,54.542],[-6.971,54.549],[-6.973,54.545],[-6.977,54.543],[-6.989,54.537],[-6.993,54.536],[-6.997,54.533],[-7,54.532],[-7.005,54.529],[-7.006,54.527],[-7.01,54.525],[-7.016,54.525],[-7.022,54.524],[-7.028,54.526],[-7.031,54.525],[-7.033,54.522],[-7.039,54.518],[-7.038,54.514],[-7.04,54.513],[-7.039,54.506],[-7.041,54.505],[-7.047,54.507],[-7.053,54.503],[-7.058,54.503],[-7.066,54.507],[-7.067,54.504],[-7.073,54.503],[-7.072,54.507],[-7.077,54.504],[-7.084,54.505],[-7.09,54.504],[-7.094,54.501],[-7.099,54.5],[-7.104,54.497],[-7.104,54.493],[-7.107,54.493],[-7.108,54.49],[-7.107,54.488],[-7.112,54.484],[-7.117,54.486],[-7.122,54.487],[-7.123,54.484],[-7.119,54.483],[-7.116,54.48],[-7.118,54.477],[-7.122,54.475],[-7.129,54.476],[-7.135,54.481],[-7.151,54.477],[-7.155,54.473],[-7.16,54.473],[-7.167,54.476],[-7.17,54.474],[-7.177,54.474],[-7.181,54.475],[-7.187,54.473],[-7.196,54.477],[-7.201,54.477],[-7.203,54.476],[-7.198,54.472],[-7.197,54.469],[-7.199,54.466],[-7.208,54.467],[-7.21,54.468],[-7.216,54.465],[-7.219,54.466],[-7.226,54.462],[-7.229,54.458],[-7.234,54.459],[-7.236,54.455],[-7.241,54.456],[-7.243,54.454],[-7.253,54.451],[-7.258,54.453],[-7.263,54.455],[-7.263,54.457],[-7.267,54.459],[-7.271,54.458],[-7.269,54.455],[-7.273,54.454],[-7.276,54.451],[-7.279,54.451],[-7.285,54.451],[-7.288,54.45],[-7.286,54.447],[-7.292,54.446],[-7.294,54.444],[-7.302,54.443],[-7.306,54.444],[-7.315,54.442],[-7.32,54.445],[-7.324,54.444],[-7.331,54.445],[-7.341,54.444],[-7.359,54.44],[-7.366,54.438],[-7.377,54.437],[-7.382,54.439],[-7.389,54.44],[-7.391,54.443],[-7.398,54.44],[-7.409,54.44],[-7.413,54.442],[-7.425,54.443],[-7.425,54.441],[-7.421,54.439],[-7.425,54.433],[-7.444,54.426],[-7.458,54.425],[-7.464,54.422],[-7.473,54.421],[-7.48,54.417],[-7.493,54.414],[-7.495,54.411],[-7.503,54.409],[-7.509,54.406],[-7.513,54.408],[-7.517,54.412],[-7.523,54.414],[-7.527,54.413],[-7.533,54.419],[-7.528,54.421],[-7.539,54.426],[-7.541,54.43],[-7.548,54.434],[-7.554,54.435],[-7.552,54.437],[-7.554,54.439],[-7.558,54.439],[-7.556,54.444],[-7.554,54.445],[-7.554,54.449],[-7.558,54.451],[-7.565,54.452],[-7.563,54.454],[-7.564,54.457],[-7.563,54.459],[-7.566,54.462],[-7.569,54.467],[-7.572,54.469],[-7.573,54.471],[-7.583,54.475],[-7.579,54.481],[-7.575,54.483],[-7.576,54.485],[-7.57,54.488],[-7.573,54.494],[-7.569,54.496],[-7.564,54.503],[-7.575,54.506],[-7.576,54.509],[-7.573,54.511],[-7.571,54.513],[-7.573,54.517],[-7.572,54.519],[-7.569,54.523],[-7.565,54.525],[-7.563,54.531],[-7.558,54.532],[-7.557,54.534],[-7.562,54.537],[-7.56,54.539],[-7.56,54.542],[-7.558,54.544],[-7.549,54.543],[-7.546,54.546],[-7.536,54.549],[-7.531,54.552],[-7.528,54.556],[-7.534,54.56],[-7.538,54.561],[-7.54,54.566],[-7.546,54.57],[-7.552,54.57],[-7.564,54.567],[-7.581,54.565],[-7.588,54.564],[-7.59,54.567],[-7.597,54.565],[-7.599,54.566],[-7.601,54.572],[-7.604,54.574],[-7.611,54.576],[-7.615,54.575],[-7.62,54.577],[-7.624,54.58],[-7.623,54.583],[-7.625,54.585],[-7.632,54.584],[-7.639,54.584],[-7.643,54.585],[-7.648,54.584],[-7.653,54.584],[-7.657,54.583],[-7.661,54.584],[-7.665,54.583],[-7.671,54.587],[-7.676,54.592],[-7.677,54.594],[-7.674,54.596],[-7.679,54.6],[-7.676,54.603],[-7.683,54.605],[-7.691,54.603],[-7.694,54.605],[-7.69,54.607],[-7.69,54.61],[-7.7,54.608],[-7.703,54.608],[-7.708,54.607],[-7.718,54.606],[-7.727,54.603],[-7.741,54.599],[-7.749,54.599],[-7.76,54.594],[-7.763,54.59],[-7.759,54.588],[-7.762,54.586],[-7.767,54.586],[-7.775,54.583],[-7.777,54.583],[-7.787,54.58],[-7.794,54.582],[-7.795,54.579],[-7.8,54.577],[-7.797,54.572],[-7.801,54.569],[-7.809,54.567],[-7.813,54.564],[-7.818,54.563],[-7.826,54.556],[-7.833,54.552],[-7.83,54.549],[-7.824,54.546],[-7.824,54.544],[-7.828,54.543],[-7.83,54.541],[-7.844,54.537],[-7.851,54.533],[-7.85,54.532],[-7.838,54.533],[-7.835,54.533],[-7.83,54.53],[-7.831,54.528],[-7.826,54.528],[-7.821,54.532],[-7.812,54.532],[-7.809,54.529],[-7.802,54.53],[-7.794,54.535],[-7.792,54.534],[-7.784,54.534],[-7.789,54.531],[-7.786,54.528],[-7.788,54.527],[-7.794,54.529],[-7.798,54.529],[-7.806,54.526],[-7.815,54.525],[-7.819,54.525],[-7.824,54.525],[-7.829,54.522],[-7.833,54.525],[-7.836,54.524],[-7.838,54.52],[-7.843,54.517],[-7.848,54.516],[-7.859,54.515],[-7.862,54.514],[-7.872,54.511],[-7.879,54.512],[-7.894,54.51],[-7.897,54.508],[-7.892,54.508],[-7.887,54.508],[-7.877,54.506],[-7.869,54.505],[-7.868,54.506],[-7.86,54.506],[-7.847,54.508],[-7.837,54.513],[-7.833,54.511],[-7.826,54.514],[-7.825,54.516],[-7.819,54.518],[-7.812,54.518],[-7.807,54.513],[-7.802,54.515],[-7.804,54.517],[-7.797,54.519],[-7.798,54.52],[-7.792,54.521],[-7.791,54.524],[-7.788,54.527],[-7.78,54.528],[-7.773,54.527],[-7.765,54.53],[-7.759,54.53],[-7.758,54.527],[-7.75,54.526],[-7.751,54.524],[-7.755,54.523],[-7.761,54.52],[-7.758,54.519],[-7.752,54.52],[-7.749,54.523],[-7.744,54.522],[-7.74,54.519],[-7.744,54.516],[-7.744,54.514],[-7.749,54.512],[-7.751,54.511],[-7.754,54.509],[-7.757,54.508],[-7.761,54.506],[-7.765,54.5],[-7.773,54.499],[-7.773,54.498],[-7.763,54.498],[-7.762,54.497],[-7.753,54.495],[-7.751,54.492],[-7.743,54.493],[-7.742,54.495],[-7.737,54.495],[-7.728,54.492],[-7.723,54.49],[-7.725,54.486],[-7.724,54.483],[-7.729,54.481],[-7.736,54.48],[-7.735,54.477],[-7.743,54.475],[-7.735,54.473],[-7.738,54.469],[-7.741,54.468],[-7.744,54.47],[-7.75,54.471],[-7.749,54.467],[-7.744,54.464],[-7.739,54.463],[-7.734,54.462],[-7.73,54.462],[-7.731,54.459],[-7.738,54.46],[-7.741,54.458],[-7.732,54.452],[-7.733,54.449],[-7.725,54.449],[-7.721,54.446],[-7.717,54.446],[-7.714,54.444],[-7.717,54.441],[-7.71,54.435],[-7.703,54.434],[-7.699,54.437],[-7.692,54.439],[-7.687,54.435],[-7.687,54.432],[-7.684,54.43],[-7.684,54.425],[-7.689,54.424],[-7.686,54.422],[-7.68,54.423],[-7.679,54.421],[-7.675,54.419],[-7.672,54.416],[-7.671,54.412],[-7.667,54.411],[-7.668,54.407],[-7.67,54.405],[-7.675,54.406],[-7.675,54.404],[-7.669,54.403],[-7.67,54.401],[-7.66,54.397],[-7.66,54.396],[-7.663,54.391],[-7.662,54.387],[-7.655,54.386],[-7.653,54.387],[-7.654,54.39],[-7.65,54.391],[-7.648,54.389],[-7.648,54.387],[-7.655,54.384],[-7.654,54.38],[-7.651,54.377],[-7.646,54.377],[-7.644,54.383],[-7.642,54.381],[-7.645,54.378],[-7.65,54.372],[-7.652,54.365],[-7.655,54.366],[-7.662,54.365],[-7.663,54.361],[-7.659,54.358],[-7.666,54.357],[-7.665,54.365],[-7.668,54.368],[-7.667,54.37],[-7.673,54.373],[-7.676,54.382],[-7.677,54.386],[-7.676,54.389],[-7.68,54.39],[-7.685,54.392],[-7.688,54.395],[-7.689,54.404],[-7.695,54.408],[-7.693,54.409],[-7.703,54.412],[-7.703,54.413],[-7.708,54.416],[-7.712,54.417],[-7.712,54.414],[-7.71,54.409],[-7.712,54.407],[-7.716,54.411],[-7.723,54.412],[-7.725,54.412],[-7.729,54.416],[-7.731,54.417],[-7.737,54.421],[-7.733,54.424],[-7.738,54.426],[-7.742,54.422],[-7.75,54.426],[-7.747,54.428],[-7.749,54.429],[-7.755,54.431],[-7.75,54.432],[-7.746,54.43],[-7.741,54.429],[-7.736,54.43],[-7.741,54.433],[-7.747,54.434],[-7.751,54.433],[-7.759,54.434],[-7.759,54.436],[-7.763,54.44],[-7.769,54.441],[-7.77,54.442],[-7.78,54.445],[-7.792,54.445],[-7.796,54.449],[-7.805,54.451],[-7.796,54.452],[-7.79,54.452],[-7.791,54.454],[-7.796,54.455],[-7.801,54.454],[-7.806,54.456],[-7.801,54.458],[-7.804,54.461],[-7.811,54.46],[-7.814,54.462],[-7.827,54.461],[-7.83,54.462],[-7.833,54.466],[-7.83,54.468],[-7.841,54.473],[-7.845,54.474],[-7.852,54.473],[-7.863,54.472],[-7.87,54.472],[-7.874,54.474],[-7.884,54.473],[-7.899,54.475],[-7.912,54.473],[-7.927,54.473],[-7.932,54.474],[-7.936,54.474],[-7.944,54.475],[-7.964,54.472],[-7.974,54.472],[-7.978,54.473],[-7.986,54.471],[-7.989,54.471],[-8.001,54.469],[-8.011,54.468],[-8.013,54.469],[-8.014,54.473],[-8.013,54.477],[-8.01,54.478],[-8.001,54.48],[-7.999,54.482],[-7.99,54.483],[-7.988,54.48],[-7.99,54.477],[-7.985,54.475],[-7.977,54.476],[-7.972,54.48],[-7.967,54.483],[-7.956,54.485],[-7.955,54.487],[-7.948,54.489],[-7.942,54.492],[-7.937,54.493],[-7.931,54.495],[-7.931,54.498],[-7.937,54.496],[-7.943,54.493],[-7.948,54.492],[-7.968,54.486],[-7.973,54.487],[-7.967,54.49],[-7.973,54.49],[-7.972,54.492],[-7.962,54.493],[-7.957,54.493],[-7.952,54.494],[-7.956,54.496],[-7.961,54.496],[-7.969,54.493],[-7.983,54.493],[-7.979,54.495],[-7.978,54.497],[-7.966,54.5],[-7.949,54.505],[-7.937,54.508],[-7.934,54.506],[-7.936,54.504],[-7.924,54.505],[-7.917,54.506],[-7.907,54.509],[-7.908,54.51],[-7.898,54.515],[-7.891,54.517],[-7.887,54.516],[-7.88,54.517],[-7.879,54.521],[-7.87,54.526],[-7.866,54.527],[-7.859,54.532],[-7.851,54.533]],[[-7.708,54.405],[-7.706,54.406],[-7.7,54.406],[-7.697,54.404],[-7.695,54.399],[-7.698,54.397],[-7.705,54.398],[-7.705,54.402],[-7.708,54.405]],[[-7.574,54.266],[-7.57,54.264],[-7.571,54.262],[-7.569,54.259],[-7.561,54.26],[-7.559,54.266],[-7.556,54.265],[-7.546,54.266],[-7.547,54.264],[-7.555,54.264],[-7.554,54.259],[-7.558,54.257],[-7.554,54.256],[-7.552,54.253],[-7.544,54.258],[-7.54,54.258],[-7.536,54.26],[-7.534,54.256],[-7.54,54.255],[-7.545,54.252],[-7.549,54.252],[-7.551,54.25],[-7.545,54.248],[-7.532,54.249],[-7.533,54.252],[-7.533,54.256],[-7.526,54.254],[-7.522,54.254],[-7.519,54.256],[-7.516,54.255],[-7.517,54.252],[-7.524,54.249],[-7.519,54.249],[-7.519,54.246],[-7.527,54.247],[-7.531,54.245],[-7.531,54.243],[-7.528,54.241],[-7.528,54.24],[-7.522,54.236],[-7.52,54.234],[-7.515,54.235],[-7.514,54.232],[-7.507,54.233],[-7.501,54.231],[-7.497,54.229],[-7.494,54.23],[-7.491,54.229],[-7.483,54.228],[-7.481,54.226],[-7.474,54.227],[-7.47,54.224],[-7.476,54.223],[-7.478,54.221],[-7.484,54.223],[-7.487,54.221],[-7.482,54.219],[-7.478,54.213],[-7.485,54.214],[-7.488,54.209],[-7.492,54.208],[-7.495,54.205],[-7.496,54.203],[-7.494,54.201],[-7.51,54.197],[-7.512,54.193],[-7.516,54.199],[-7.509,54.202],[-7.506,54.203],[-7.506,54.206],[-7.52,54.204],[-7.517,54.209],[-7.521,54.21],[-7.525,54.21],[-7.527,54.211],[-7.526,54.214],[-7.53,54.215],[-7.535,54.214],[-7.534,54.218],[-7.529,54.219],[-7.525,54.219],[-7.524,54.221],[-7.529,54.223],[-7.53,54.226],[-7.538,54.229],[-7.541,54.226],[-7.543,54.227],[-7.547,54.23],[-7.555,54.231],[-7.561,54.227],[-7.567,54.228],[-7.575,54.231],[-7.58,54.232],[-7.578,54.235],[-7.592,54.234],[-7.593,54.235],[-7.592,54.239],[-7.59,54.241],[-7.59,54.244],[-7.597,54.245],[-7.606,54.248],[-7.606,54.249],[-7.61,54.253],[-7.616,54.25],[-7.618,54.251],[-7.613,54.254],[-7.605,54.254],[-7.602,54.253],[-7.601,54.25],[-7.596,54.251],[-7.59,54.251],[-7.593,54.255],[-7.591,54.258],[-7.587,54.255],[-7.582,54.256],[-7.583,54.26],[-7.575,54.26],[-7.572,54.261],[-7.574,54.266]]]]},"properties":{"PCON24NM":"Fermanagh and South Tyrone","PCON24CD":"N05000007"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.583,54.273],[-5.592,54.275],[-5.596,54.275],[-5.6,54.277],[-5.605,54.276],[-5.606,54.279],[-5.616,54.283],[-5.622,54.282],[-5.632,54.28],[-5.638,54.284],[-5.641,54.289],[-5.637,54.298],[-5.644,54.3],[-5.647,54.302],[-5.651,54.302],[-5.654,54.306],[-5.653,54.307],[-5.655,54.31],[-5.662,54.314],[-5.663,54.317],[-5.666,54.317],[-5.671,54.322],[-5.674,54.32],[-5.684,54.318],[-5.687,54.32],[-5.688,54.323],[-5.685,54.326],[-5.686,54.327],[-5.681,54.328],[-5.684,54.332],[-5.681,54.336],[-5.684,54.34],[-5.69,54.339],[-5.691,54.341],[-5.685,54.341],[-5.686,54.345],[-5.681,54.345],[-5.681,54.347],[-5.678,54.35],[-5.68,54.352],[-5.684,54.35],[-5.696,54.35],[-5.7,54.349],[-5.7,54.345],[-5.703,54.344],[-5.706,54.345],[-5.713,54.345],[-5.719,54.341],[-5.724,54.341],[-5.723,54.338],[-5.725,54.336],[-5.729,54.336],[-5.731,54.332],[-5.735,54.332],[-5.739,54.328],[-5.744,54.327],[-5.745,54.33],[-5.749,54.331],[-5.753,54.333],[-5.751,54.339],[-5.756,54.34],[-5.766,54.338],[-5.769,54.34],[-5.769,54.343],[-5.775,54.346],[-5.776,54.348],[-5.774,54.352],[-5.778,54.353],[-5.78,54.356],[-5.784,54.357],[-5.787,54.362],[-5.802,54.362],[-5.804,54.364],[-5.809,54.364],[-5.81,54.361],[-5.812,54.36],[-5.817,54.357],[-5.822,54.357],[-5.828,54.357],[-5.841,54.364],[-5.843,54.363],[-5.844,54.36],[-5.85,54.359],[-5.853,54.355],[-5.851,54.35],[-5.851,54.346],[-5.847,54.341],[-5.851,54.341],[-5.861,54.345],[-5.863,54.351],[-5.868,54.354],[-5.871,54.357],[-5.873,54.362],[-5.876,54.362],[-5.883,54.356],[-5.885,54.358],[-5.89,54.355],[-5.895,54.355],[-5.898,54.358],[-5.909,54.363],[-5.918,54.37],[-5.915,54.374],[-5.91,54.375],[-5.91,54.378],[-5.907,54.38],[-5.909,54.384],[-5.909,54.388],[-5.914,54.39],[-5.915,54.395],[-5.914,54.397],[-5.925,54.393],[-5.938,54.387],[-5.94,54.386],[-5.94,54.384],[-5.945,54.382],[-5.95,54.379],[-5.952,54.381],[-5.958,54.381],[-5.97,54.384],[-5.977,54.381],[-5.984,54.377],[-5.992,54.374],[-5.997,54.374],[-6.004,54.373],[-6.008,54.373],[-6.017,54.372],[-6.026,54.365],[-6.026,54.362],[-6.03,54.361],[-6.032,54.357],[-6.039,54.356],[-6.041,54.354],[-6.041,54.352],[-6.043,54.347],[-6.051,54.343],[-6.06,54.337],[-6.063,54.333],[-6.064,54.327],[-6.07,54.325],[-6.073,54.327],[-6.079,54.328],[-6.086,54.328],[-6.084,54.332],[-6.087,54.335],[-6.083,54.339],[-6.083,54.341],[-6.091,54.341],[-6.096,54.338],[-6.101,54.339],[-6.109,54.339],[-6.11,54.341],[-6.119,54.344],[-6.12,54.343],[-6.126,54.345],[-6.128,54.348],[-6.139,54.353],[-6.139,54.359],[-6.145,54.363],[-6.15,54.368],[-6.155,54.366],[-6.156,54.364],[-6.162,54.365],[-6.166,54.362],[-6.171,54.358],[-6.174,54.359],[-6.18,54.355],[-6.187,54.356],[-6.191,54.359],[-6.195,54.362],[-6.195,54.364],[-6.199,54.367],[-6.202,54.367],[-6.207,54.369],[-6.211,54.367],[-6.21,54.364],[-6.217,54.361],[-6.223,54.364],[-6.227,54.361],[-6.233,54.36],[-6.238,54.36],[-6.234,54.357],[-6.233,54.351],[-6.236,54.349],[-6.239,54.345],[-6.24,54.341],[-6.244,54.34],[-6.246,54.338],[-6.242,54.334],[-6.24,54.331],[-6.242,54.328],[-6.248,54.328],[-6.248,54.326],[-6.255,54.323],[-6.256,54.321],[-6.265,54.323],[-6.273,54.327],[-6.278,54.328],[-6.283,54.331],[-6.289,54.331],[-6.293,54.335],[-6.288,54.338],[-6.294,54.34],[-6.298,54.345],[-6.298,54.348],[-6.304,54.348],[-6.305,54.345],[-6.309,54.343],[-6.309,54.338],[-6.314,54.334],[-6.319,54.332],[-6.324,54.337],[-6.327,54.337],[-6.335,54.338],[-6.339,54.34],[-6.348,54.338],[-6.353,54.337],[-6.357,54.338],[-6.363,54.341],[-6.365,54.337],[-6.363,54.336],[-6.365,54.332],[-6.366,54.328],[-6.364,54.326],[-6.364,54.321],[-6.363,54.317],[-6.36,54.314],[-6.361,54.312],[-6.367,54.306],[-6.372,54.307],[-6.382,54.305],[-6.385,54.302],[-6.385,54.295],[-6.381,54.292],[-6.376,54.292],[-6.376,54.29],[-6.379,54.287],[-6.385,54.287],[-6.385,54.284],[-6.394,54.281],[-6.395,54.28],[-6.394,54.273],[-6.388,54.273],[-6.379,54.27],[-6.377,54.268],[-6.374,54.267],[-6.373,54.265],[-6.365,54.266],[-6.361,54.263],[-6.36,54.261],[-6.363,54.255],[-6.369,54.25],[-6.372,54.25],[-6.374,54.246],[-6.369,54.244],[-6.37,54.238],[-6.368,54.236],[-6.362,54.231],[-6.365,54.226],[-6.36,54.221],[-6.356,54.219],[-6.354,54.215],[-6.354,54.213],[-6.351,54.209],[-6.35,54.205],[-6.348,54.201],[-6.349,54.199],[-6.347,54.195],[-6.342,54.196],[-6.333,54.196],[-6.33,54.194],[-6.321,54.194],[-6.317,54.189],[-6.31,54.186],[-6.317,54.183],[-6.32,54.18],[-6.318,54.178],[-6.321,54.174],[-6.317,54.168],[-6.314,54.166],[-6.312,54.161],[-6.316,54.16],[-6.316,54.157],[-6.325,54.157],[-6.33,54.155],[-6.323,54.149],[-6.32,54.15],[-6.311,54.139],[-6.309,54.135],[-6.304,54.13],[-6.301,54.124],[-6.292,54.114],[-6.278,54.111],[-6.274,54.107],[-6.268,54.103],[-6.259,54.1],[-6.256,54.099],[-6.252,54.097],[-6.247,54.1],[-6.235,54.101],[-6.232,54.1],[-6.228,54.101],[-6.223,54.1],[-6.215,54.101],[-6.212,54.098],[-6.204,54.099],[-6.194,54.096],[-6.19,54.092],[-6.19,54.085],[-6.188,54.082],[-6.185,54.08],[-6.183,54.075],[-6.179,54.074],[-6.168,54.07],[-6.167,54.068],[-6.157,54.065],[-6.152,54.066],[-6.143,54.063],[-6.136,54.063],[-6.133,54.066],[-6.124,54.066],[-6.12,54.065],[-6.118,54.063],[-6.112,54.062],[-6.106,54.063],[-6.102,54.062],[-6.096,54.063],[-6.091,54.059],[-6.086,54.058],[-6.083,54.056],[-6.077,54.049],[-6.08,54.046],[-6.086,54.047],[-6.092,54.048],[-6.098,54.047],[-6.1,54.044],[-6.107,54.04],[-6.09,54.037],[-6.087,54.035],[-6.082,54.03],[-6.075,54.03],[-6.069,54.029],[-6.065,54.028],[-6.063,54.023],[-6.058,54.025],[-6.056,54.027],[-6.042,54.033],[-6.031,54.036],[-6.02,54.041],[-6.015,54.042],[-6.014,54.044],[-6.009,54.05],[-6.004,54.054],[-5.992,54.058],[-5.982,54.059],[-5.977,54.061],[-5.964,54.064],[-5.964,54.066],[-5.958,54.069],[-5.959,54.073],[-5.951,54.079],[-5.943,54.082],[-5.939,54.085],[-5.932,54.087],[-5.919,54.094],[-5.916,54.094],[-5.912,54.098],[-5.905,54.099],[-5.898,54.105],[-5.893,54.112],[-5.893,54.118],[-5.887,54.122],[-5.888,54.127],[-5.891,54.131],[-5.89,54.135],[-5.886,54.142],[-5.883,54.145],[-5.877,54.154],[-5.875,54.162],[-5.873,54.168],[-5.874,54.172],[-5.874,54.178],[-5.879,54.19],[-5.886,54.197],[-5.892,54.201],[-5.893,54.207],[-5.887,54.214],[-5.879,54.219],[-5.866,54.226],[-5.855,54.231],[-5.841,54.236],[-5.832,54.24],[-5.83,54.244],[-5.829,54.247],[-5.834,54.251],[-5.837,54.252],[-5.84,54.25],[-5.847,54.25],[-5.851,54.249],[-5.854,54.245],[-5.858,54.241],[-5.86,54.247],[-5.858,54.252],[-5.851,54.252],[-5.851,54.255],[-5.842,54.259],[-5.838,54.263],[-5.838,54.266],[-5.83,54.27],[-5.828,54.276],[-5.828,54.278],[-5.817,54.285],[-5.816,54.28],[-5.82,54.272],[-5.819,54.265],[-5.816,54.261],[-5.818,54.257],[-5.826,54.256],[-5.834,54.257],[-5.833,54.254],[-5.826,54.249],[-5.823,54.244],[-5.819,54.243],[-5.81,54.243],[-5.802,54.245],[-5.793,54.245],[-5.781,54.246],[-5.776,54.245],[-5.767,54.247],[-5.754,54.248],[-5.755,54.25],[-5.75,54.252],[-5.727,54.253],[-5.721,54.251],[-5.711,54.25],[-5.709,54.252],[-5.704,54.25],[-5.697,54.252],[-5.688,54.251],[-5.683,54.247],[-5.679,54.248],[-5.676,54.246],[-5.675,54.242],[-5.671,54.238],[-5.674,54.235],[-5.667,54.236],[-5.666,54.232],[-5.664,54.229],[-5.664,54.227],[-5.661,54.226],[-5.657,54.229],[-5.652,54.23],[-5.649,54.231],[-5.647,54.236],[-5.642,54.242],[-5.638,54.242],[-5.637,54.245],[-5.639,54.246],[-5.641,54.25],[-5.639,54.251],[-5.642,54.254],[-5.646,54.256],[-5.646,54.257],[-5.641,54.26],[-5.632,54.26],[-5.63,54.258],[-5.63,54.256],[-5.623,54.256],[-5.619,54.254],[-5.618,54.25],[-5.618,54.247],[-5.613,54.247],[-5.609,54.249],[-5.607,54.253],[-5.603,54.257],[-5.609,54.261],[-5.61,54.264],[-5.605,54.266],[-5.603,54.264],[-5.598,54.263],[-5.597,54.261],[-5.589,54.265],[-5.588,54.27],[-5.583,54.273]]]},"properties":{"PCON24NM":"South Down","PCON24CD":"N05000015"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.535,54.681],[-5.539,54.681],[-5.544,54.678],[-5.542,54.676],[-5.544,54.674],[-5.536,54.674],[-5.53,54.669],[-5.526,54.669],[-5.523,54.671],[-5.522,54.674],[-5.522,54.676],[-5.527,54.677],[-5.535,54.681]]],[[[-5.524,54.601],[-5.525,54.603],[-5.525,54.605],[-5.529,54.611],[-5.529,54.613],[-5.533,54.617],[-5.533,54.621],[-5.535,54.623],[-5.534,54.627],[-5.532,54.629],[-5.533,54.631],[-5.532,54.635],[-5.53,54.637],[-5.533,54.643],[-5.535,54.643],[-5.539,54.644],[-5.542,54.648],[-5.544,54.652],[-5.543,54.654],[-5.554,54.656],[-5.557,54.658],[-5.57,54.664],[-5.576,54.67],[-5.576,54.673],[-5.583,54.675],[-5.586,54.677],[-5.589,54.675],[-5.592,54.674],[-5.599,54.677],[-5.601,54.676],[-5.606,54.676],[-5.61,54.675],[-5.615,54.675],[-5.626,54.678],[-5.629,54.68],[-5.635,54.678],[-5.636,54.673],[-5.634,54.671],[-5.636,54.669],[-5.642,54.666],[-5.653,54.666],[-5.655,54.67],[-5.659,54.67],[-5.664,54.666],[-5.675,54.663],[-5.676,54.666],[-5.68,54.669],[-5.684,54.668],[-5.688,54.668],[-5.691,54.665],[-5.699,54.668],[-5.704,54.667],[-5.711,54.668],[-5.714,54.667],[-5.722,54.667],[-5.73,54.67],[-5.732,54.672],[-5.735,54.672],[-5.74,54.674],[-5.741,54.678],[-5.749,54.674],[-5.757,54.672],[-5.761,54.671],[-5.763,54.669],[-5.769,54.669],[-5.774,54.666],[-5.785,54.664],[-5.793,54.661],[-5.798,54.661],[-5.801,54.66],[-5.81,54.657],[-5.818,54.653],[-5.822,54.652],[-5.824,54.649],[-5.83,54.645],[-5.839,54.642],[-5.847,54.64],[-5.855,54.634],[-5.854,54.628],[-5.864,54.618],[-5.861,54.617],[-5.861,54.615],[-5.857,54.611],[-5.855,54.605],[-5.852,54.603],[-5.849,54.605],[-5.843,54.604],[-5.841,54.606],[-5.838,54.606],[-5.831,54.61],[-5.823,54.613],[-5.813,54.614],[-5.807,54.616],[-5.802,54.616],[-5.797,54.617],[-5.794,54.619],[-5.786,54.62],[-5.779,54.613],[-5.771,54.612],[-5.765,54.613],[-5.762,54.612],[-5.757,54.614],[-5.755,54.617],[-5.748,54.62],[-5.741,54.625],[-5.732,54.627],[-5.727,54.628],[-5.716,54.627],[-5.709,54.624],[-5.707,54.62],[-5.695,54.62],[-5.686,54.618],[-5.679,54.621],[-5.678,54.623],[-5.675,54.624],[-5.669,54.623],[-5.661,54.618],[-5.659,54.615],[-5.656,54.617],[-5.646,54.619],[-5.639,54.622],[-5.635,54.625],[-5.633,54.629],[-5.631,54.63],[-5.621,54.629],[-5.62,54.626],[-5.597,54.623],[-5.6,54.62],[-5.607,54.616],[-5.607,54.61],[-5.6,54.611],[-5.596,54.611],[-5.592,54.608],[-5.587,54.596],[-5.581,54.594],[-5.578,54.598],[-5.567,54.601],[-5.564,54.603],[-5.551,54.603],[-5.546,54.603],[-5.547,54.598],[-5.542,54.597],[-5.54,54.594],[-5.524,54.601]]],[[[-5.525,54.698],[-5.528,54.697],[-5.527,54.693],[-5.523,54.694],[-5.525,54.698]]]]},"properties":{"PCON24NM":"North Down","PCON24CD":"N05000013"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.665,54.374],[-5.668,54.371],[-5.668,54.368],[-5.661,54.368],[-5.658,54.371],[-5.654,54.371],[-5.654,54.374],[-5.661,54.371],[-5.665,54.374]]],[[[-5.647,54.38],[-5.651,54.375],[-5.644,54.377],[-5.643,54.38],[-5.647,54.38]]],[[[-5.634,54.423],[-5.638,54.422],[-5.641,54.42],[-5.641,54.418],[-5.64,54.415],[-5.641,54.413],[-5.636,54.412],[-5.637,54.416],[-5.634,54.423]]],[[[-5.623,54.451],[-5.629,54.45],[-5.63,54.447],[-5.632,54.442],[-5.628,54.444],[-5.623,54.45],[-5.62,54.45],[-5.617,54.452],[-5.619,54.454],[-5.623,54.451]]],[[[-5.641,54.471],[-5.636,54.474],[-5.639,54.477],[-5.641,54.477],[-5.644,54.473],[-5.641,54.471]]],[[[-5.524,54.601],[-5.54,54.594],[-5.542,54.597],[-5.547,54.598],[-5.546,54.603],[-5.551,54.603],[-5.564,54.603],[-5.567,54.601],[-5.578,54.598],[-5.581,54.594],[-5.587,54.596],[-5.592,54.608],[-5.596,54.611],[-5.6,54.611],[-5.607,54.61],[-5.607,54.616],[-5.6,54.62],[-5.597,54.623],[-5.62,54.626],[-5.621,54.629],[-5.631,54.63],[-5.633,54.629],[-5.635,54.625],[-5.639,54.622],[-5.646,54.619],[-5.656,54.617],[-5.659,54.615],[-5.661,54.618],[-5.669,54.623],[-5.675,54.624],[-5.678,54.623],[-5.679,54.621],[-5.686,54.618],[-5.695,54.62],[-5.707,54.62],[-5.709,54.624],[-5.716,54.627],[-5.727,54.628],[-5.732,54.627],[-5.741,54.625],[-5.748,54.62],[-5.755,54.617],[-5.757,54.614],[-5.762,54.612],[-5.765,54.613],[-5.771,54.612],[-5.768,54.607],[-5.769,54.6],[-5.771,54.6],[-5.773,54.594],[-5.77,54.594],[-5.767,54.592],[-5.764,54.587],[-5.762,54.585],[-5.758,54.585],[-5.757,54.581],[-5.764,54.58],[-5.767,54.577],[-5.77,54.575],[-5.773,54.577],[-5.78,54.576],[-5.785,54.572],[-5.789,54.571],[-5.79,54.569],[-5.787,54.567],[-5.793,54.565],[-5.795,54.565],[-5.799,54.561],[-5.798,54.555],[-5.796,54.552],[-5.791,54.55],[-5.793,54.547],[-5.793,54.546],[-5.796,54.544],[-5.801,54.545],[-5.804,54.544],[-5.809,54.54],[-5.81,54.537],[-5.815,54.534],[-5.815,54.532],[-5.819,54.528],[-5.825,54.528],[-5.829,54.521],[-5.828,54.515],[-5.83,54.511],[-5.828,54.507],[-5.833,54.505],[-5.83,54.503],[-5.833,54.501],[-5.83,54.499],[-5.827,54.5],[-5.817,54.492],[-5.814,54.488],[-5.814,54.486],[-5.812,54.483],[-5.808,54.482],[-5.808,54.476],[-5.815,54.475],[-5.816,54.471],[-5.813,54.469],[-5.813,54.466],[-5.808,54.462],[-5.803,54.459],[-5.807,54.457],[-5.812,54.455],[-5.82,54.459],[-5.823,54.459],[-5.825,54.456],[-5.823,54.453],[-5.829,54.449],[-5.835,54.448],[-5.841,54.451],[-5.844,54.45],[-5.85,54.452],[-5.853,54.452],[-5.856,54.459],[-5.867,54.458],[-5.87,54.466],[-5.876,54.467],[-5.892,54.465],[-5.903,54.462],[-5.904,54.459],[-5.9,54.457],[-5.9,54.455],[-5.906,54.452],[-5.907,54.45],[-5.915,54.45],[-5.918,54.447],[-5.917,54.441],[-5.92,54.439],[-5.916,54.436],[-5.915,54.433],[-5.922,54.432],[-5.931,54.429],[-5.924,54.424],[-5.931,54.422],[-5.937,54.416],[-5.945,54.414],[-5.944,54.404],[-5.951,54.404],[-5.945,54.398],[-5.939,54.398],[-5.937,54.391],[-5.94,54.391],[-5.94,54.386],[-5.938,54.387],[-5.925,54.393],[-5.914,54.397],[-5.915,54.395],[-5.914,54.39],[-5.909,54.388],[-5.909,54.384],[-5.907,54.38],[-5.91,54.378],[-5.91,54.375],[-5.915,54.374],[-5.918,54.37],[-5.909,54.363],[-5.898,54.358],[-5.895,54.355],[-5.89,54.355],[-5.885,54.358],[-5.883,54.356],[-5.876,54.362],[-5.873,54.362],[-5.871,54.357],[-5.868,54.354],[-5.863,54.351],[-5.861,54.345],[-5.851,54.341],[-5.847,54.341],[-5.851,54.346],[-5.851,54.35],[-5.853,54.355],[-5.85,54.359],[-5.844,54.36],[-5.843,54.363],[-5.841,54.364],[-5.828,54.357],[-5.822,54.357],[-5.817,54.357],[-5.812,54.36],[-5.81,54.361],[-5.809,54.364],[-5.804,54.364],[-5.802,54.362],[-5.787,54.362],[-5.784,54.357],[-5.78,54.356],[-5.778,54.353],[-5.774,54.352],[-5.776,54.348],[-5.775,54.346],[-5.769,54.343],[-5.769,54.34],[-5.766,54.338],[-5.756,54.34],[-5.751,54.339],[-5.753,54.333],[-5.749,54.331],[-5.745,54.33],[-5.744,54.327],[-5.739,54.328],[-5.735,54.332],[-5.731,54.332],[-5.729,54.336],[-5.725,54.336],[-5.723,54.338],[-5.724,54.341],[-5.719,54.341],[-5.713,54.345],[-5.706,54.345],[-5.703,54.344],[-5.7,54.345],[-5.7,54.349],[-5.696,54.35],[-5.684,54.35],[-5.68,54.352],[-5.678,54.35],[-5.681,54.347],[-5.681,54.345],[-5.686,54.345],[-5.685,54.341],[-5.691,54.341],[-5.69,54.339],[-5.684,54.34],[-5.681,54.336],[-5.684,54.332],[-5.681,54.328],[-5.686,54.327],[-5.685,54.326],[-5.688,54.323],[-5.687,54.32],[-5.684,54.318],[-5.674,54.32],[-5.671,54.322],[-5.666,54.317],[-5.663,54.317],[-5.662,54.314],[-5.655,54.31],[-5.653,54.307],[-5.654,54.306],[-5.651,54.302],[-5.647,54.302],[-5.644,54.3],[-5.637,54.298],[-5.641,54.289],[-5.638,54.284],[-5.632,54.28],[-5.622,54.282],[-5.616,54.283],[-5.606,54.279],[-5.605,54.276],[-5.6,54.277],[-5.596,54.275],[-5.592,54.275],[-5.583,54.273],[-5.579,54.272],[-5.577,54.274],[-5.57,54.281],[-5.565,54.284],[-5.561,54.288],[-5.559,54.291],[-5.559,54.295],[-5.556,54.3],[-5.554,54.304],[-5.549,54.308],[-5.543,54.308],[-5.539,54.313],[-5.532,54.312],[-5.528,54.31],[-5.524,54.314],[-5.529,54.316],[-5.534,54.316],[-5.537,54.319],[-5.541,54.318],[-5.544,54.321],[-5.544,54.324],[-5.542,54.325],[-5.54,54.329],[-5.545,54.331],[-5.545,54.336],[-5.542,54.338],[-5.543,54.341],[-5.545,54.344],[-5.549,54.344],[-5.55,54.347],[-5.549,54.352],[-5.552,54.354],[-5.551,54.357],[-5.553,54.36],[-5.551,54.365],[-5.552,54.369],[-5.556,54.372],[-5.558,54.377],[-5.566,54.374],[-5.567,54.372],[-5.563,54.37],[-5.562,54.368],[-5.567,54.364],[-5.57,54.365],[-5.57,54.369],[-5.577,54.371],[-5.579,54.373],[-5.574,54.376],[-5.571,54.379],[-5.573,54.383],[-5.575,54.383],[-5.585,54.382],[-5.59,54.384],[-5.598,54.382],[-5.6,54.378],[-5.606,54.377],[-5.609,54.379],[-5.615,54.38],[-5.623,54.376],[-5.629,54.374],[-5.631,54.373],[-5.636,54.371],[-5.64,54.373],[-5.642,54.369],[-5.646,54.37],[-5.646,54.367],[-5.651,54.364],[-5.655,54.365],[-5.656,54.368],[-5.66,54.366],[-5.665,54.366],[-5.673,54.367],[-5.677,54.369],[-5.681,54.367],[-5.682,54.371],[-5.686,54.372],[-5.678,54.377],[-5.672,54.377],[-5.664,54.382],[-5.662,54.381],[-5.655,54.383],[-5.656,54.385],[-5.655,54.387],[-5.651,54.389],[-5.649,54.395],[-5.642,54.401],[-5.642,54.404],[-5.643,54.406],[-5.642,54.409],[-5.645,54.412],[-5.649,54.411],[-5.65,54.413],[-5.645,54.415],[-5.648,54.419],[-5.643,54.423],[-5.644,54.431],[-5.639,54.43],[-5.638,54.433],[-5.633,54.435],[-5.633,54.432],[-5.635,54.43],[-5.633,54.428],[-5.63,54.431],[-5.631,54.437],[-5.638,54.441],[-5.642,54.442],[-5.639,54.444],[-5.635,54.449],[-5.636,54.45],[-5.63,54.453],[-5.628,54.459],[-5.631,54.461],[-5.634,54.46],[-5.632,54.458],[-5.634,54.456],[-5.638,54.455],[-5.635,54.452],[-5.642,54.451],[-5.646,54.453],[-5.645,54.456],[-5.645,54.459],[-5.641,54.461],[-5.643,54.463],[-5.64,54.464],[-5.643,54.466],[-5.648,54.467],[-5.65,54.466],[-5.656,54.465],[-5.657,54.468],[-5.652,54.469],[-5.651,54.472],[-5.655,54.474],[-5.648,54.479],[-5.649,54.483],[-5.655,54.484],[-5.653,54.487],[-5.651,54.488],[-5.644,54.486],[-5.641,54.488],[-5.642,54.49],[-5.646,54.489],[-5.65,54.49],[-5.654,54.496],[-5.658,54.498],[-5.662,54.495],[-5.666,54.494],[-5.67,54.492],[-5.674,54.497],[-5.678,54.497],[-5.679,54.499],[-5.677,54.501],[-5.679,54.503],[-5.676,54.507],[-5.675,54.51],[-5.671,54.512],[-5.665,54.51],[-5.664,54.513],[-5.661,54.514],[-5.658,54.516],[-5.654,54.512],[-5.658,54.511],[-5.656,54.508],[-5.65,54.514],[-5.646,54.508],[-5.649,54.508],[-5.648,54.505],[-5.652,54.5],[-5.648,54.497],[-5.646,54.498],[-5.642,54.496],[-5.635,54.497],[-5.628,54.5],[-5.624,54.503],[-5.626,54.507],[-5.63,54.505],[-5.63,54.504],[-5.638,54.5],[-5.648,54.499],[-5.646,54.502],[-5.646,54.506],[-5.642,54.51],[-5.64,54.514],[-5.637,54.518],[-5.641,54.518],[-5.641,54.515],[-5.65,54.514],[-5.657,54.52],[-5.662,54.519],[-5.664,54.52],[-5.667,54.519],[-5.668,54.522],[-5.673,54.523],[-5.68,54.52],[-5.682,54.521],[-5.682,54.524],[-5.686,54.526],[-5.688,54.531],[-5.693,54.533],[-5.697,54.532],[-5.709,54.537],[-5.715,54.536],[-5.721,54.538],[-5.716,54.54],[-5.713,54.543],[-5.704,54.546],[-5.698,54.547],[-5.7,54.55],[-5.698,54.556],[-5.7,54.559],[-5.699,54.561],[-5.7,54.563],[-5.698,54.566],[-5.7,54.567],[-5.698,54.571],[-5.694,54.573],[-5.687,54.582],[-5.68,54.583],[-5.675,54.58],[-5.672,54.579],[-5.669,54.576],[-5.664,54.573],[-5.659,54.572],[-5.658,54.569],[-5.651,54.568],[-5.648,54.566],[-5.643,54.566],[-5.64,54.563],[-5.634,54.562],[-5.629,54.56],[-5.624,54.559],[-5.62,54.56],[-5.615,54.559],[-5.61,54.555],[-5.609,54.552],[-5.606,54.549],[-5.602,54.55],[-5.596,54.547],[-5.595,54.544],[-5.596,54.541],[-5.589,54.54],[-5.588,54.537],[-5.584,54.534],[-5.58,54.531],[-5.576,54.532],[-5.57,54.536],[-5.567,54.534],[-5.563,54.534],[-5.558,54.529],[-5.556,54.525],[-5.557,54.52],[-5.554,54.52],[-5.551,54.518],[-5.555,54.514],[-5.551,54.51],[-5.553,54.507],[-5.547,54.503],[-5.549,54.5],[-5.548,54.496],[-5.541,54.496],[-5.538,54.49],[-5.54,54.487],[-5.544,54.487],[-5.543,54.484],[-5.539,54.483],[-5.537,54.485],[-5.532,54.483],[-5.536,54.481],[-5.536,54.479],[-5.541,54.479],[-5.542,54.476],[-5.533,54.469],[-5.542,54.466],[-5.542,54.465],[-5.545,54.461],[-5.537,54.46],[-5.537,54.454],[-5.534,54.452],[-5.537,54.447],[-5.536,54.444],[-5.539,54.443],[-5.535,54.439],[-5.541,54.437],[-5.544,54.439],[-5.549,54.438],[-5.545,54.435],[-5.543,54.436],[-5.538,54.436],[-5.537,54.433],[-5.541,54.433],[-5.544,54.432],[-5.539,54.43],[-5.54,54.427],[-5.543,54.427],[-5.544,54.429],[-5.548,54.431],[-5.546,54.434],[-5.551,54.435],[-5.555,54.433],[-5.556,54.431],[-5.559,54.429],[-5.565,54.43],[-5.571,54.423],[-5.574,54.422],[-5.573,54.419],[-5.575,54.417],[-5.579,54.411],[-5.578,54.407],[-5.581,54.401],[-5.579,54.399],[-5.575,54.398],[-5.576,54.394],[-5.571,54.391],[-5.563,54.391],[-5.556,54.383],[-5.549,54.38],[-5.547,54.378],[-5.545,54.374],[-5.54,54.369],[-5.542,54.365],[-5.533,54.363],[-5.529,54.36],[-5.531,54.355],[-5.531,54.35],[-5.528,54.344],[-5.523,54.341],[-5.516,54.344],[-5.511,54.341],[-5.512,54.337],[-5.505,54.332],[-5.498,54.333],[-5.497,54.336],[-5.501,54.338],[-5.499,54.344],[-5.496,54.348],[-5.499,54.352],[-5.496,54.352],[-5.491,54.358],[-5.483,54.357],[-5.481,54.361],[-5.484,54.365],[-5.489,54.363],[-5.492,54.364],[-5.494,54.366],[-5.493,54.37],[-5.487,54.372],[-5.487,54.375],[-5.491,54.377],[-5.482,54.384],[-5.476,54.385],[-5.47,54.383],[-5.463,54.384],[-5.461,54.389],[-5.462,54.389],[-5.46,54.393],[-5.462,54.394],[-5.466,54.399],[-5.465,54.403],[-5.465,54.408],[-5.464,54.41],[-5.467,54.417],[-5.472,54.418],[-5.474,54.424],[-5.478,54.424],[-5.481,54.426],[-5.48,54.431],[-5.473,54.436],[-5.464,54.439],[-5.458,54.439],[-5.453,54.444],[-5.454,54.445],[-5.451,54.449],[-5.452,54.451],[-5.447,54.454],[-5.442,54.455],[-5.44,54.458],[-5.441,54.459],[-5.437,54.466],[-5.437,54.47],[-5.439,54.472],[-5.443,54.473],[-5.442,54.477],[-5.44,54.478],[-5.439,54.482],[-5.434,54.485],[-5.434,54.487],[-5.438,54.49],[-5.444,54.489],[-5.448,54.491],[-5.457,54.494],[-5.463,54.497],[-5.465,54.5],[-5.468,54.508],[-5.469,54.514],[-5.472,54.516],[-5.473,54.52],[-5.471,54.526],[-5.475,54.53],[-5.479,54.531],[-5.483,54.534],[-5.485,54.54],[-5.484,54.544],[-5.487,54.547],[-5.486,54.549],[-5.482,54.555],[-5.478,54.559],[-5.478,54.563],[-5.48,54.567],[-5.486,54.571],[-5.49,54.576],[-5.495,54.577],[-5.5,54.578],[-5.504,54.581],[-5.506,54.585],[-5.505,54.589],[-5.51,54.592],[-5.52,54.595],[-5.524,54.601]]]]},"properties":{"PCON24NM":"Strangford","PCON24CD":"N05000016"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.855,54.634],[-5.867,54.635],[-5.873,54.636],[-5.882,54.628],[-5.886,54.626],[-5.888,54.62],[-5.888,54.612],[-5.891,54.613],[-5.893,54.61],[-5.899,54.61],[-5.891,54.617],[-5.891,54.622],[-5.895,54.621],[-5.897,54.616],[-5.902,54.616],[-5.904,54.613],[-5.907,54.613],[-5.915,54.607],[-5.92,54.603],[-5.92,54.602],[-5.92,54.601],[-5.92,54.6],[-5.92,54.599],[-5.918,54.598],[-5.913,54.597],[-5.915,54.594],[-5.916,54.593],[-5.915,54.592],[-5.91,54.59],[-5.911,54.587],[-5.9,54.586],[-5.897,54.583],[-5.893,54.582],[-5.896,54.579],[-5.902,54.579],[-5.903,54.578],[-5.904,54.574],[-5.907,54.572],[-5.908,54.569],[-5.905,54.567],[-5.906,54.564],[-5.897,54.561],[-5.891,54.562],[-5.889,54.562],[-5.881,54.565],[-5.867,54.568],[-5.863,54.565],[-5.857,54.563],[-5.855,54.561],[-5.848,54.562],[-5.847,54.565],[-5.842,54.566],[-5.84,54.562],[-5.835,54.561],[-5.831,54.562],[-5.827,54.559],[-5.824,54.558],[-5.816,54.556],[-5.806,54.557],[-5.805,54.553],[-5.802,54.555],[-5.798,54.555],[-5.799,54.561],[-5.795,54.565],[-5.793,54.565],[-5.787,54.567],[-5.79,54.569],[-5.789,54.571],[-5.785,54.572],[-5.78,54.576],[-5.773,54.577],[-5.77,54.575],[-5.767,54.577],[-5.764,54.58],[-5.757,54.581],[-5.758,54.585],[-5.762,54.585],[-5.764,54.587],[-5.767,54.592],[-5.77,54.594],[-5.773,54.594],[-5.771,54.6],[-5.769,54.6],[-5.768,54.607],[-5.771,54.612],[-5.779,54.613],[-5.786,54.62],[-5.794,54.619],[-5.797,54.617],[-5.802,54.616],[-5.807,54.616],[-5.813,54.614],[-5.823,54.613],[-5.831,54.61],[-5.838,54.606],[-5.841,54.606],[-5.843,54.604],[-5.849,54.605],[-5.852,54.603],[-5.855,54.605],[-5.857,54.611],[-5.861,54.615],[-5.861,54.617],[-5.864,54.618],[-5.854,54.628],[-5.855,54.634]],[[-5.888,54.611],[-5.881,54.61],[-5.882,54.609],[-5.888,54.61],[-5.888,54.611]]]},"properties":{"PCON24NM":"Belfast East","PCON24CD":"N05000001"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.935,54.603],[-5.938,54.603],[-5.935,54.607],[-5.939,54.608],[-5.959,54.612],[-5.973,54.609],[-5.98,54.611],[-5.986,54.612],[-5.99,54.614],[-5.998,54.613],[-6.003,54.612],[-6.006,54.61],[-6.009,54.612],[-6.021,54.612],[-6.041,54.613],[-6.046,54.606],[-6.044,54.601],[-6.04,54.596],[-6.041,54.591],[-6.044,54.589],[-6.045,54.587],[-6.043,54.585],[-6.044,54.582],[-6.042,54.578],[-6.041,54.571],[-6.045,54.568],[-6.041,54.564],[-6.049,54.561],[-6.056,54.56],[-6.06,54.556],[-6.063,54.556],[-6.056,54.55],[-6.052,54.547],[-6.053,54.544],[-6.046,54.54],[-6.043,54.541],[-6.041,54.538],[-6.038,54.538],[-6.032,54.532],[-6.028,54.532],[-6.022,54.538],[-6.018,54.537],[-6.014,54.539],[-6.013,54.541],[-6.016,54.543],[-6.012,54.545],[-6.01,54.548],[-6.005,54.547],[-5.999,54.542],[-5.994,54.543],[-5.997,54.552],[-5.997,54.554],[-5.993,54.565],[-5.989,54.569],[-5.978,54.573],[-5.974,54.576],[-5.958,54.589],[-5.952,54.592],[-5.947,54.592],[-5.944,54.593],[-5.941,54.597],[-5.935,54.598],[-5.936,54.6],[-5.935,54.603]]]},"properties":{"PCON24NM":"Belfast West","PCON24CD":"N05000004"}}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.92,54.599],[-5.92,54.6],[-5.921,54.6],[-5.92,54.599]]],[[[-5.922,54.6],[-5.935,54.603],[-5.936,54.6],[-5.935,54.598],[-5.941,54.597],[-5.944,54.593],[-5.947,54.592],[-5.952,54.592],[-5.958,54.589],[-5.974,54.576],[-5.978,54.573],[-5.989,54.569],[-5.993,54.565],[-5.997,54.554],[-5.997,54.552],[-5.994,54.543],[-5.995,54.539],[-6.003,54.526],[-5.994,54.521],[-5.986,54.521],[-5.986,54.519],[-5.981,54.516],[-5.976,54.516],[-5.975,54.512],[-5.977,54.509],[-5.98,54.508],[-5.979,54.506],[-5.982,54.503],[-5.986,54.502],[-5.984,54.499],[-5.979,54.494],[-5.974,54.494],[-5.963,54.492],[-5.956,54.492],[-5.942,54.495],[-5.94,54.498],[-5.934,54.5],[-5.93,54.503],[-5.922,54.498],[-5.919,54.496],[-5.913,54.498],[-5.908,54.498],[-5.905,54.496],[-5.9,54.497],[-5.894,54.499],[-5.892,54.496],[-5.888,54.497],[-5.881,54.494],[-5.884,54.486],[-5.877,54.479],[-5.874,54.48],[-5.872,54.476],[-5.875,54.475],[-5.877,54.469],[-5.876,54.467],[-5.87,54.466],[-5.867,54.458],[-5.856,54.459],[-5.853,54.452],[-5.85,54.452],[-5.844,54.45],[-5.841,54.451],[-5.835,54.448],[-5.829,54.449],[-5.823,54.453],[-5.825,54.456],[-5.823,54.459],[-5.82,54.459],[-5.812,54.455],[-5.807,54.457],[-5.803,54.459],[-5.808,54.462],[-5.813,54.466],[-5.813,54.469],[-5.816,54.471],[-5.815,54.475],[-5.808,54.476],[-5.808,54.482],[-5.812,54.483],[-5.814,54.486],[-5.814,54.488],[-5.817,54.492],[-5.827,54.5],[-5.83,54.499],[-5.833,54.501],[-5.83,54.503],[-5.833,54.505],[-5.828,54.507],[-5.83,54.511],[-5.828,54.515],[-5.829,54.521],[-5.825,54.528],[-5.819,54.528],[-5.815,54.532],[-5.815,54.534],[-5.81,54.537],[-5.809,54.54],[-5.804,54.544],[-5.801,54.545],[-5.796,54.544],[-5.793,54.546],[-5.793,54.547],[-5.791,54.55],[-5.796,54.552],[-5.798,54.555],[-5.802,54.555],[-5.805,54.553],[-5.806,54.557],[-5.816,54.556],[-5.824,54.558],[-5.827,54.559],[-5.831,54.562],[-5.835,54.561],[-5.84,54.562],[-5.842,54.566],[-5.847,54.565],[-5.848,54.562],[-5.855,54.561],[-5.857,54.563],[-5.863,54.565],[-5.867,54.568],[-5.881,54.565],[-5.889,54.562],[-5.891,54.562],[-5.897,54.561],[-5.906,54.564],[-5.905,54.567],[-5.908,54.569],[-5.907,54.572],[-5.904,54.574],[-5.903,54.578],[-5.902,54.579],[-5.896,54.579],[-5.893,54.582],[-5.897,54.583],[-5.9,54.586],[-5.911,54.587],[-5.91,54.59],[-5.915,54.592],[-5.916,54.593],[-5.915,54.594],[-5.913,54.597],[-5.918,54.598],[-5.922,54.6]]]]},"properties":{"PCON24NM":"Belfast South and Mid Down","PCON24CD":"N05000003"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-6.363,54.341],[-6.365,54.346],[-6.369,54.349],[-6.375,54.351],[-6.377,54.354],[-6.378,54.359],[-6.384,54.366],[-6.385,54.371],[-6.389,54.374],[-6.392,54.37],[-6.397,54.371],[-6.399,54.375],[-6.402,54.376],[-6.408,54.373],[-6.413,54.373],[-6.418,54.369],[-6.421,54.372],[-6.425,54.375],[-6.425,54.378],[-6.434,54.378],[-6.437,54.379],[-6.441,54.384],[-6.444,54.381],[-6.443,54.376],[-6.445,54.375],[-6.452,54.377],[-6.455,54.38],[-6.458,54.379],[-6.465,54.38],[-6.466,54.383],[-6.48,54.39],[-6.479,54.395],[-6.481,54.397],[-6.487,54.397],[-6.49,54.401],[-6.491,54.403],[-6.496,54.399],[-6.503,54.4],[-6.509,54.398],[-6.516,54.398],[-6.518,54.396],[-6.517,54.394],[-6.521,54.393],[-6.524,54.397],[-6.527,54.398],[-6.534,54.398],[-6.537,54.401],[-6.541,54.4],[-6.541,54.396],[-6.549,54.397],[-6.56,54.394],[-6.563,54.396],[-6.565,54.394],[-6.57,54.396],[-6.574,54.39],[-6.577,54.391],[-6.582,54.388],[-6.589,54.389],[-6.595,54.388],[-6.6,54.394],[-6.604,54.396],[-6.608,54.396],[-6.611,54.393],[-6.613,54.389],[-6.621,54.387],[-6.623,54.384],[-6.627,54.381],[-6.633,54.375],[-6.637,54.373],[-6.646,54.366],[-6.654,54.366],[-6.658,54.37],[-6.666,54.373],[-6.669,54.372],[-6.675,54.369],[-6.671,54.367],[-6.671,54.363],[-6.677,54.364],[-6.684,54.357],[-6.682,54.355],[-6.685,54.354],[-6.688,54.351],[-6.697,54.352],[-6.707,54.352],[-6.715,54.346],[-6.72,54.348],[-6.724,54.349],[-6.725,54.342],[-6.729,54.341],[-6.733,54.344],[-6.741,54.343],[-6.745,54.345],[-6.745,54.347],[-6.749,54.35],[-6.749,54.352],[-6.758,54.353],[-6.762,54.354],[-6.767,54.353],[-6.777,54.355],[-6.781,54.352],[-6.788,54.35],[-6.787,54.348],[-6.791,54.347],[-6.798,54.348],[-6.799,54.351],[-6.804,54.351],[-6.815,54.346],[-6.821,54.35],[-6.832,54.347],[-6.835,54.344],[-6.835,54.339],[-6.837,54.336],[-6.841,54.333],[-6.848,54.333],[-6.854,54.331],[-6.864,54.33],[-6.866,54.327],[-6.864,54.324],[-6.863,54.315],[-6.856,54.314],[-6.858,54.309],[-6.858,54.304],[-6.857,54.302],[-6.854,54.301],[-6.851,54.297],[-6.853,54.294],[-6.851,54.292],[-6.854,54.29],[-6.86,54.289],[-6.861,54.287],[-6.858,54.283],[-6.861,54.281],[-6.869,54.282],[-6.869,54.286],[-6.87,54.288],[-6.875,54.287],[-6.878,54.285],[-6.875,54.282],[-6.878,54.279],[-6.877,54.278],[-6.866,54.275],[-6.866,54.27],[-6.859,54.269],[-6.853,54.269],[-6.852,54.265],[-6.84,54.268],[-6.836,54.266],[-6.833,54.262],[-6.828,54.261],[-6.83,54.257],[-6.829,54.255],[-6.829,54.247],[-6.822,54.241],[-6.819,54.238],[-6.82,54.236],[-6.818,54.23],[-6.815,54.227],[-6.816,54.223],[-6.81,54.225],[-6.805,54.223],[-6.802,54.221],[-6.801,54.219],[-6.802,54.217],[-6.801,54.213],[-6.797,54.213],[-6.795,54.209],[-6.79,54.209],[-6.784,54.206],[-6.777,54.201],[-6.774,54.199],[-6.769,54.201],[-6.766,54.199],[-6.756,54.199],[-6.751,54.195],[-6.749,54.191],[-6.745,54.188],[-6.745,54.184],[-6.739,54.182],[-6.736,54.186],[-6.732,54.186],[-6.727,54.182],[-6.722,54.182],[-6.722,54.187],[-6.714,54.192],[-6.715,54.194],[-6.711,54.198],[-6.707,54.2],[-6.691,54.2],[-6.688,54.195],[-6.682,54.194],[-6.677,54.194],[-6.674,54.192],[-6.665,54.193],[-6.663,54.19],[-6.659,54.185],[-6.657,54.185],[-6.649,54.18],[-6.644,54.18],[-6.643,54.176],[-6.639,54.172],[-6.636,54.17],[-6.636,54.167],[-6.634,54.164],[-6.635,54.161],[-6.63,54.155],[-6.632,54.151],[-6.632,54.147],[-6.638,54.145],[-6.64,54.142],[-6.641,54.139],[-6.639,54.136],[-6.64,54.132],[-6.643,54.13],[-6.648,54.13],[-6.65,54.125],[-6.648,54.122],[-6.653,54.122],[-6.658,54.124],[-6.661,54.123],[-6.661,54.117],[-6.655,54.11],[-6.65,54.107],[-6.65,54.104],[-6.645,54.101],[-6.645,54.096],[-6.651,54.093],[-6.656,54.094],[-6.659,54.096],[-6.661,54.092],[-6.661,54.09],[-6.656,54.087],[-6.659,54.084],[-6.658,54.081],[-6.659,54.075],[-6.663,54.074],[-6.669,54.074],[-6.668,54.071],[-6.664,54.07],[-6.665,54.066],[-6.661,54.063],[-6.65,54.061],[-6.645,54.053],[-6.64,54.05],[-6.641,54.048],[-6.639,54.046],[-6.629,54.042],[-6.627,54.04],[-6.619,54.039],[-6.616,54.043],[-6.607,54.04],[-6.605,54.045],[-6.596,54.045],[-6.594,54.046],[-6.595,54.05],[-6.597,54.052],[-6.592,54.056],[-6.588,54.058],[-6.582,54.055],[-6.58,54.056],[-6.575,54.053],[-6.569,54.053],[-6.57,54.051],[-6.566,54.051],[-6.558,54.05],[-6.553,54.052],[-6.55,54.051],[-6.546,54.052],[-6.544,54.054],[-6.539,54.056],[-6.533,54.06],[-6.528,54.059],[-6.522,54.056],[-6.516,54.053],[-6.51,54.054],[-6.509,54.058],[-6.504,54.06],[-6.497,54.06],[-6.49,54.064],[-6.481,54.067],[-6.477,54.066],[-6.477,54.069],[-6.479,54.07],[-6.483,54.073],[-6.481,54.076],[-6.475,54.076],[-6.47,54.073],[-6.467,54.074],[-6.461,54.071],[-6.458,54.073],[-6.451,54.068],[-6.448,54.064],[-6.448,54.061],[-6.446,54.058],[-6.438,54.058],[-6.434,54.061],[-6.43,54.059],[-6.428,54.061],[-6.423,54.061],[-6.419,54.063],[-6.411,54.063],[-6.397,54.062],[-6.391,54.061],[-6.388,54.062],[-6.385,54.068],[-6.378,54.07],[-6.376,54.069],[-6.368,54.07],[-6.364,54.073],[-6.363,54.079],[-6.364,54.084],[-6.365,54.09],[-6.367,54.094],[-6.363,54.098],[-6.367,54.101],[-6.367,54.104],[-6.369,54.107],[-6.369,54.111],[-6.364,54.114],[-6.357,54.111],[-6.35,54.114],[-6.346,54.114],[-6.345,54.112],[-6.34,54.112],[-6.338,54.108],[-6.336,54.108],[-6.334,54.105],[-6.336,54.102],[-6.336,54.099],[-6.336,54.095],[-6.327,54.093],[-6.319,54.091],[-6.318,54.094],[-6.314,54.096],[-6.31,54.104],[-6.31,54.107],[-6.3,54.109],[-6.297,54.109],[-6.293,54.112],[-6.298,54.116],[-6.306,54.123],[-6.306,54.125],[-6.317,54.138],[-6.323,54.149],[-6.33,54.155],[-6.325,54.157],[-6.316,54.157],[-6.316,54.16],[-6.312,54.161],[-6.314,54.166],[-6.317,54.168],[-6.321,54.174],[-6.318,54.178],[-6.32,54.18],[-6.317,54.183],[-6.31,54.186],[-6.317,54.189],[-6.321,54.194],[-6.33,54.194],[-6.333,54.196],[-6.342,54.196],[-6.347,54.195],[-6.349,54.199],[-6.348,54.201],[-6.35,54.205],[-6.351,54.209],[-6.354,54.213],[-6.354,54.215],[-6.356,54.219],[-6.36,54.221],[-6.365,54.226],[-6.362,54.231],[-6.368,54.236],[-6.37,54.238],[-6.369,54.244],[-6.374,54.246],[-6.372,54.25],[-6.369,54.25],[-6.363,54.255],[-6.36,54.261],[-6.361,54.263],[-6.365,54.266],[-6.373,54.265],[-6.374,54.267],[-6.377,54.268],[-6.379,54.27],[-6.388,54.273],[-6.394,54.273],[-6.395,54.28],[-6.394,54.281],[-6.385,54.284],[-6.385,54.287],[-6.379,54.287],[-6.376,54.29],[-6.376,54.292],[-6.381,54.292],[-6.385,54.295],[-6.385,54.302],[-6.382,54.305],[-6.372,54.307],[-6.367,54.306],[-6.361,54.312],[-6.36,54.314],[-6.363,54.317],[-6.364,54.321],[-6.364,54.326],[-6.366,54.328],[-6.365,54.332],[-6.363,54.336],[-6.365,54.337],[-6.363,54.341]]]},"properties":{"PCON24NM":"Newry and Armagh","PCON24CD":"N05000011"}}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.034,55.811],[-2.039,55.813],[-2.041,55.816],[-2.044,55.816],[-2.048,55.822],[-2.053,55.827],[-2.055,55.83],[-2.056,55.835],[-2.058,55.838],[-2.063,55.839],[-2.065,55.841],[-2.07,55.843],[-2.069,55.846],[-2.071,55.85],[-2.072,55.855],[-2.076,55.857],[-2.074,55.858],[-2.073,55.866],[-2.075,55.87],[-2.079,55.874],[-2.082,55.876],[-2.086,55.875],[-2.087,55.873],[-2.093,55.874],[-2.097,55.878],[-2.1,55.878],[-2.103,55.876],[-2.108,55.878],[-2.108,55.879],[-2.114,55.88],[-2.117,55.882],[-2.126,55.884],[-2.128,55.89],[-2.133,55.891],[-2.134,55.893],[-2.13,55.896],[-2.129,55.899],[-2.135,55.903],[-2.133,55.906],[-2.13,55.907],[-2.133,55.909],[-2.134,55.913],[-2.136,55.913],[-2.138,55.917],[-2.149,55.917],[-2.149,55.915],[-2.168,55.915],[-2.169,55.917],[-2.175,55.916],[-2.178,55.918],[-2.182,55.918],[-2.185,55.92],[-2.191,55.922],[-2.2,55.923],[-2.205,55.927],[-2.206,55.928],[-2.211,55.929],[-2.213,55.931],[-2.218,55.932],[-2.222,55.931],[-2.227,55.932],[-2.237,55.931],[-2.244,55.929],[-2.246,55.927],[-2.259,55.924],[-2.266,55.924],[-2.272,55.925],[-2.28,55.925],[-2.281,55.927],[-2.29,55.929],[-2.301,55.929],[-2.303,55.932],[-2.307,55.93],[-2.311,55.931],[-2.321,55.93],[-2.325,55.931],[-2.33,55.93],[-2.336,55.932],[-2.338,55.934],[-2.339,55.937],[-2.343,55.937],[-2.348,55.939],[-2.353,55.939],[-2.356,55.943],[-2.36,55.942],[-2.366,55.945],[-2.367,55.946],[-2.366,55.944],[-2.372,55.941],[-2.373,55.939],[-2.379,55.937],[-2.381,55.934],[-2.391,55.933],[-2.392,55.931],[-2.398,55.925],[-2.398,55.923],[-2.4,55.921],[-2.406,55.918],[-2.407,55.915],[-2.409,55.914],[-2.417,55.912],[-2.421,55.91],[-2.425,55.909],[-2.423,55.906],[-2.434,55.903],[-2.435,55.904],[-2.446,55.898],[-2.449,55.893],[-2.46,55.892],[-2.461,55.891],[-2.467,55.889],[-2.468,55.885],[-2.482,55.889],[-2.485,55.891],[-2.488,55.895],[-2.49,55.9],[-2.493,55.902],[-2.495,55.906],[-2.502,55.909],[-2.505,55.912],[-2.515,55.909],[-2.522,55.909],[-2.534,55.911],[-2.536,55.915],[-2.554,55.912],[-2.554,55.91],[-2.563,55.907],[-2.558,55.905],[-2.558,55.903],[-2.555,55.9],[-2.558,55.899],[-2.566,55.897],[-2.57,55.892],[-2.567,55.889],[-2.561,55.886],[-2.553,55.884],[-2.546,55.88],[-2.55,55.878],[-2.542,55.876],[-2.539,55.872],[-2.536,55.872],[-2.533,55.87],[-2.534,55.867],[-2.538,55.863],[-2.535,55.861],[-2.539,55.858],[-2.544,55.851],[-2.543,55.848],[-2.547,55.845],[-2.548,55.843],[-2.555,55.839],[-2.564,55.842],[-2.569,55.845],[-2.573,55.846],[-2.581,55.845],[-2.584,55.842],[-2.582,55.84],[-2.584,55.835],[-2.592,55.829],[-2.594,55.829],[-2.605,55.829],[-2.606,55.832],[-2.61,55.834],[-2.623,55.835],[-2.626,55.833],[-2.631,55.836],[-2.634,55.836],[-2.642,55.834],[-2.648,55.834],[-2.647,55.838],[-2.643,55.841],[-2.649,55.844],[-2.66,55.842],[-2.665,55.846],[-2.669,55.847],[-2.673,55.846],[-2.687,55.839],[-2.691,55.842],[-2.696,55.84],[-2.696,55.836],[-2.705,55.837],[-2.724,55.835],[-2.735,55.83],[-2.741,55.829],[-2.744,55.83],[-2.748,55.83],[-2.755,55.832],[-2.759,55.836],[-2.758,55.839],[-2.765,55.839],[-2.774,55.838],[-2.775,55.842],[-2.777,55.844],[-2.786,55.836],[-2.794,55.835],[-2.802,55.832],[-2.807,55.832],[-2.812,55.83],[-2.819,55.83],[-2.823,55.826],[-2.831,55.823],[-2.833,55.821],[-2.84,55.818],[-2.845,55.818],[-2.846,55.819],[-2.848,55.819],[-2.852,55.824],[-2.856,55.825],[-2.864,55.826],[-2.87,55.824],[-2.874,55.821],[-2.876,55.817],[-2.875,55.814],[-2.879,55.81],[-2.887,55.806],[-2.897,55.81],[-2.903,55.809],[-2.905,55.806],[-2.916,55.803],[-2.919,55.801],[-2.923,55.797],[-2.924,55.794],[-2.927,55.793],[-2.935,55.793],[-2.941,55.795],[-2.941,55.806],[-2.944,55.812],[-2.952,55.819],[-2.96,55.814],[-2.966,55.813],[-2.968,55.81],[-2.967,55.808],[-2.97,55.806],[-2.974,55.806],[-2.982,55.799],[-2.99,55.795],[-3.001,55.79],[-3.014,55.787],[-3.021,55.783],[-3.025,55.783],[-3.038,55.777],[-3.04,55.776],[-3.044,55.773],[-3.05,55.771],[-3.054,55.77],[-3.06,55.768],[-3.062,55.765],[-3.075,55.76],[-3.077,55.757],[-3.081,55.755],[-3.085,55.751],[-3.096,55.745],[-3.103,55.737],[-3.104,55.732],[-3.103,55.729],[-3.097,55.726],[-3.092,55.724],[-3.093,55.722],[-3.09,55.719],[-3.079,55.719],[-3.07,55.72],[-3.069,55.718],[-3.058,55.711],[-3.047,55.71],[-3.043,55.708],[-3.037,55.71],[-3.027,55.705],[-3.027,55.702],[-3.016,55.696],[-3.011,55.696],[-3.008,55.692],[-3.001,55.688],[-3.001,55.683],[-3,55.679],[-2.996,55.677],[-2.985,55.674],[-2.983,55.671],[-2.979,55.668],[-2.978,55.666],[-2.972,55.661],[-2.975,55.659],[-2.976,55.653],[-2.971,55.651],[-2.963,55.644],[-2.955,55.642],[-2.952,55.64],[-2.952,55.636],[-2.954,55.632],[-2.951,55.63],[-2.943,55.629],[-2.932,55.625],[-2.921,55.622],[-2.92,55.621],[-2.92,55.616],[-2.926,55.617],[-2.933,55.615],[-2.938,55.615],[-2.945,55.616],[-2.954,55.618],[-2.956,55.619],[-2.96,55.624],[-2.966,55.626],[-2.98,55.628],[-2.982,55.625],[-2.979,55.62],[-2.979,55.615],[-2.977,55.613],[-2.975,55.607],[-2.97,55.605],[-2.973,55.601],[-2.981,55.596],[-2.985,55.585],[-2.987,55.584],[-2.995,55.585],[-3.001,55.588],[-3.012,55.589],[-3.014,55.587],[-3.014,55.584],[-3.019,55.581],[-3.017,55.575],[-3.023,55.572],[-3.023,55.57],[-3.03,55.568],[-3.037,55.57],[-3.041,55.571],[-3.043,55.568],[-3.041,55.566],[-3.043,55.564],[-3.048,55.565],[-3.055,55.564],[-3.058,55.567],[-3.063,55.57],[-3.064,55.575],[-3.063,55.581],[-3.066,55.587],[-3.07,55.589],[-3.074,55.591],[-3.081,55.587],[-3.085,55.583],[-3.086,55.579],[-3.086,55.575],[-3.093,55.557],[-3.094,55.554],[-3.098,55.554],[-3.116,55.55],[-3.123,55.546],[-3.126,55.549],[-3.134,55.551],[-3.152,55.553],[-3.16,55.555],[-3.162,55.56],[-3.168,55.561],[-3.174,55.563],[-3.177,55.568],[-3.185,55.572],[-3.189,55.569],[-3.194,55.566],[-3.2,55.565],[-3.203,55.56],[-3.211,55.557],[-3.216,55.557],[-3.224,55.556],[-3.226,55.551],[-3.233,55.55],[-3.231,55.543],[-3.234,55.539],[-3.24,55.535],[-3.25,55.532],[-3.255,55.532],[-3.262,55.527],[-3.261,55.524],[-3.268,55.518],[-3.279,55.514],[-3.289,55.519],[-3.3,55.526],[-3.306,55.527],[-3.306,55.522],[-3.308,55.519],[-3.314,55.518],[-3.319,55.515],[-3.318,55.509],[-3.325,55.509],[-3.334,55.503],[-3.339,55.502],[-3.346,55.503],[-3.349,55.501],[-3.353,55.498],[-3.352,55.489],[-3.356,55.479],[-3.357,55.475],[-3.352,55.471],[-3.348,55.471],[-3.345,55.469],[-3.345,55.466],[-3.339,55.465],[-3.336,55.463],[-3.333,55.456],[-3.328,55.445],[-3.325,55.442],[-3.318,55.444],[-3.311,55.445],[-3.308,55.442],[-3.309,55.439],[-3.305,55.436],[-3.3,55.433],[-3.293,55.431],[-3.289,55.432],[-3.286,55.434],[-3.28,55.435],[-3.27,55.433],[-3.267,55.434],[-3.258,55.43],[-3.245,55.43],[-3.244,55.427],[-3.254,55.422],[-3.256,55.418],[-3.262,55.416],[-3.264,55.413],[-3.271,55.412],[-3.276,55.41],[-3.279,55.41],[-3.282,55.408],[-3.282,55.406],[-3.294,55.401],[-3.297,55.397],[-3.303,55.394],[-3.306,55.389],[-3.308,55.383],[-3.312,55.38],[-3.306,55.373],[-3.304,55.369],[-3.306,55.368],[-3.314,55.367],[-3.316,55.363],[-3.313,55.362],[-3.312,55.359],[-3.313,55.355],[-3.316,55.352],[-3.319,55.351],[-3.318,55.348],[-3.313,55.347],[-3.304,55.342],[-3.292,55.342],[-3.287,55.344],[-3.281,55.35],[-3.269,55.354],[-3.264,55.356],[-3.267,55.358],[-3.266,55.361],[-3.263,55.362],[-3.255,55.363],[-3.251,55.364],[-3.247,55.368],[-3.235,55.366],[-3.232,55.371],[-3.225,55.373],[-3.225,55.375],[-3.223,55.376],[-3.217,55.376],[-3.215,55.373],[-3.206,55.369],[-3.206,55.367],[-3.201,55.366],[-3.197,55.367],[-3.193,55.366],[-3.188,55.363],[-3.179,55.36],[-3.181,55.36],[-3.182,55.357],[-3.18,55.353],[-3.174,55.347],[-3.169,55.347],[-3.164,55.35],[-3.157,55.351],[-3.152,55.355],[-3.135,55.358],[-3.134,55.359],[-3.127,55.36],[-3.125,55.358],[-3.117,55.356],[-3.115,55.357],[-3.111,55.349],[-3.102,55.352],[-3.099,55.345],[-3.098,55.343],[-3.101,55.341],[-3.1,55.339],[-3.099,55.331],[-3.086,55.328],[-3.086,55.321],[-3.082,55.316],[-3.077,55.315],[-3.07,55.316],[-3.068,55.312],[-3.061,55.307],[-3.061,55.304],[-3.055,55.3],[-3.052,55.297],[-3.047,55.296],[-3.052,55.292],[-3.054,55.287],[-3.053,55.284],[-3.055,55.282],[-3.054,55.28],[-3.046,55.276],[-3.043,55.272],[-3.033,55.275],[-3.028,55.278],[-3.02,55.279],[-3.013,55.276],[-3.011,55.269],[-3.009,55.267],[-2.994,55.27],[-2.991,55.276],[-2.989,55.278],[-2.984,55.279],[-2.98,55.282],[-2.977,55.282],[-2.969,55.284],[-2.965,55.29],[-2.955,55.289],[-2.95,55.287],[-2.946,55.288],[-2.932,55.283],[-2.924,55.28],[-2.917,55.277],[-2.916,55.28],[-2.913,55.284],[-2.907,55.286],[-2.904,55.285],[-2.898,55.284],[-2.893,55.28],[-2.894,55.278],[-2.891,55.274],[-2.886,55.271],[-2.888,55.268],[-2.884,55.265],[-2.886,55.263],[-2.891,55.263],[-2.9,55.26],[-2.905,55.257],[-2.911,55.249],[-2.913,55.249],[-2.915,55.244],[-2.92,55.239],[-2.921,55.237],[-2.918,55.235],[-2.908,55.235],[-2.905,55.236],[-2.9,55.236],[-2.895,55.235],[-2.892,55.234],[-2.884,55.235],[-2.882,55.234],[-2.878,55.236],[-2.869,55.237],[-2.864,55.236],[-2.864,55.234],[-2.866,55.227],[-2.862,55.223],[-2.867,55.22],[-2.888,55.208],[-2.886,55.203],[-2.89,55.198],[-2.897,55.194],[-2.895,55.189],[-2.901,55.182],[-2.905,55.174],[-2.9,55.17],[-2.9,55.163],[-2.9,55.155],[-2.9,55.152],[-2.897,55.147],[-2.893,55.146],[-2.89,55.141],[-2.882,55.142],[-2.874,55.141],[-2.872,55.138],[-2.865,55.135],[-2.861,55.129],[-2.86,55.123],[-2.861,55.115],[-2.859,55.114],[-2.857,55.109],[-2.859,55.108],[-2.852,55.108],[-2.85,55.111],[-2.844,55.112],[-2.846,55.115],[-2.839,55.119],[-2.842,55.121],[-2.84,55.123],[-2.833,55.121],[-2.828,55.125],[-2.827,55.127],[-2.833,55.131],[-2.833,55.133],[-2.827,55.136],[-2.825,55.138],[-2.819,55.138],[-2.813,55.136],[-2.804,55.138],[-2.795,55.14],[-2.791,55.14],[-2.791,55.141],[-2.787,55.142],[-2.786,55.142],[-2.784,55.143],[-2.784,55.144],[-2.783,55.144],[-2.783,55.145],[-2.778,55.147],[-2.777,55.148],[-2.775,55.148],[-2.775,55.149],[-2.773,55.15],[-2.771,55.15],[-2.77,55.15],[-2.769,55.151],[-2.767,55.151],[-2.766,55.151],[-2.767,55.152],[-2.764,55.153],[-2.763,55.153],[-2.762,55.153],[-2.761,55.154],[-2.76,55.154],[-2.76,55.155],[-2.759,55.155],[-2.754,55.157],[-2.753,55.157],[-2.75,55.157],[-2.749,55.157],[-2.746,55.159],[-2.741,55.162],[-2.74,55.163],[-2.737,55.164],[-2.736,55.164],[-2.736,55.165],[-2.735,55.165],[-2.73,55.168],[-2.729,55.168],[-2.723,55.169],[-2.722,55.169],[-2.716,55.172],[-2.715,55.172],[-2.71,55.172],[-2.709,55.172],[-2.708,55.172],[-2.707,55.172],[-2.705,55.172],[-2.704,55.173],[-2.703,55.174],[-2.702,55.175],[-2.701,55.176],[-2.7,55.177],[-2.7,55.178],[-2.699,55.178],[-2.699,55.179],[-2.698,55.18],[-2.698,55.181],[-2.696,55.182],[-2.695,55.183],[-2.694,55.184],[-2.694,55.185],[-2.693,55.186],[-2.692,55.187],[-2.691,55.187],[-2.691,55.188],[-2.69,55.188],[-2.69,55.189],[-2.686,55.191],[-2.686,55.195],[-2.681,55.199],[-2.683,55.202],[-2.667,55.222],[-2.66,55.22],[-2.648,55.22],[-2.642,55.221],[-2.639,55.223],[-2.631,55.224],[-2.635,55.225],[-2.635,55.23],[-2.632,55.239],[-2.63,55.245],[-2.62,55.247],[-2.615,55.246],[-2.612,55.248],[-2.624,55.249],[-2.629,55.251],[-2.632,55.253],[-2.644,55.258],[-2.647,55.26],[-2.641,55.261],[-2.627,55.262],[-2.626,55.265],[-2.628,55.268],[-2.624,55.27],[-2.623,55.272],[-2.614,55.278],[-2.609,55.283],[-2.605,55.285],[-2.598,55.287],[-2.594,55.29],[-2.589,55.292],[-2.58,55.294],[-2.573,55.297],[-2.574,55.301],[-2.566,55.303],[-2.565,55.306],[-2.56,55.309],[-2.557,55.311],[-2.559,55.317],[-2.55,55.316],[-2.543,55.32],[-2.531,55.323],[-2.525,55.322],[-2.518,55.325],[-2.514,55.33],[-2.51,55.331],[-2.502,55.337],[-2.502,55.34],[-2.499,55.342],[-2.496,55.347],[-2.489,55.352],[-2.481,55.354],[-2.473,55.355],[-2.468,55.353],[-2.461,55.353],[-2.445,55.359],[-2.439,55.359],[-2.429,55.356],[-2.426,55.358],[-2.42,55.359],[-2.415,55.359],[-2.409,55.357],[-2.402,55.355],[-2.4,55.352],[-2.4,55.349],[-2.395,55.348],[-2.384,55.348],[-2.379,55.349],[-2.379,55.351],[-2.373,55.355],[-2.358,55.36],[-2.355,55.362],[-2.351,55.363],[-2.35,55.364],[-2.341,55.366],[-2.337,55.367],[-2.346,55.373],[-2.337,55.377],[-2.331,55.381],[-2.335,55.383],[-2.336,55.386],[-2.336,55.393],[-2.343,55.397],[-2.345,55.399],[-2.34,55.401],[-2.334,55.402],[-2.333,55.404],[-2.336,55.408],[-2.332,55.41],[-2.327,55.408],[-2.313,55.407],[-2.313,55.41],[-2.307,55.411],[-2.304,55.413],[-2.296,55.415],[-2.294,55.419],[-2.295,55.42],[-2.284,55.423],[-2.278,55.426],[-2.274,55.426],[-2.272,55.429],[-2.268,55.43],[-2.262,55.429],[-2.261,55.433],[-2.254,55.432],[-2.243,55.432],[-2.237,55.431],[-2.231,55.428],[-2.228,55.43],[-2.223,55.431],[-2.221,55.433],[-2.206,55.438],[-2.202,55.441],[-2.195,55.445],[-2.192,55.453],[-2.188,55.456],[-2.19,55.461],[-2.184,55.464],[-2.167,55.467],[-2.174,55.472],[-2.191,55.474],[-2.195,55.475],[-2.201,55.475],[-2.206,55.483],[-2.202,55.488],[-2.212,55.499],[-2.217,55.503],[-2.22,55.506],[-2.227,55.507],[-2.229,55.51],[-2.227,55.52],[-2.224,55.523],[-2.228,55.528],[-2.233,55.53],[-2.234,55.541],[-2.232,55.545],[-2.235,55.548],[-2.241,55.553],[-2.24,55.555],[-2.244,55.557],[-2.248,55.557],[-2.253,55.562],[-2.26,55.564],[-2.27,55.57],[-2.276,55.575],[-2.28,55.577],[-2.285,55.578],[-2.289,55.581],[-2.292,55.585],[-2.29,55.59],[-2.288,55.591],[-2.289,55.595],[-2.286,55.597],[-2.289,55.598],[-2.288,55.601],[-2.294,55.605],[-2.295,55.609],[-2.306,55.612],[-2.307,55.611],[-2.316,55.62],[-2.309,55.622],[-2.309,55.629],[-2.32,55.628],[-2.324,55.626],[-2.328,55.627],[-2.336,55.633],[-2.334,55.635],[-2.333,55.635],[-2.326,55.637],[-2.325,55.643],[-2.323,55.644],[-2.317,55.643],[-2.308,55.647],[-2.303,55.647],[-2.297,55.647],[-2.289,55.643],[-2.277,55.643],[-2.269,55.643],[-2.26,55.645],[-2.251,55.643],[-2.249,55.64],[-2.246,55.64],[-2.235,55.641],[-2.232,55.645],[-2.235,55.646],[-2.24,55.647],[-2.247,55.65],[-2.248,55.652],[-2.237,55.656],[-2.234,55.658],[-2.231,55.662],[-2.227,55.663],[-2.221,55.663],[-2.218,55.665],[-2.217,55.667],[-2.22,55.672],[-2.219,55.676],[-2.209,55.681],[-2.208,55.684],[-2.205,55.686],[-2.198,55.688],[-2.191,55.696],[-2.188,55.697],[-2.186,55.7],[-2.181,55.703],[-2.171,55.705],[-2.167,55.706],[-2.168,55.708],[-2.171,55.71],[-2.177,55.716],[-2.177,55.719],[-2.176,55.72],[-2.169,55.722],[-2.162,55.723],[-2.152,55.723],[-2.148,55.727],[-2.15,55.733],[-2.149,55.736],[-2.146,55.739],[-2.141,55.74],[-2.138,55.74],[-2.137,55.74],[-2.136,55.741],[-2.122,55.738],[-2.118,55.739],[-2.119,55.741],[-2.119,55.743],[-2.118,55.746],[-2.114,55.749],[-2.107,55.749],[-2.107,55.752],[-2.11,55.755],[-2.11,55.758],[-2.108,55.76],[-2.103,55.762],[-2.095,55.763],[-2.086,55.763],[-2.086,55.768],[-2.087,55.771],[-2.086,55.783],[-2.089,55.787],[-2.088,55.791],[-2.086,55.793],[-2.077,55.794],[-2.073,55.797],[-2.067,55.799],[-2.067,55.8],[-2.062,55.803],[-2.053,55.803],[-2.048,55.804],[-2.039,55.809],[-2.034,55.811]]]},"properties":{"PCON24NM":"Berwickshire, Roxburgh and Selkirk","PCON24CD":"S14000008"},"PCON24CD":561}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.5,56.663],[-2.506,56.666],[-2.513,56.668],[-2.519,56.668],[-2.525,56.669],[-2.53,56.671],[-2.535,56.671],[-2.537,56.666],[-2.544,56.663],[-2.55,56.66],[-2.558,56.66],[-2.565,56.66],[-2.587,56.655],[-2.591,56.657],[-2.593,56.662],[-2.587,56.664],[-2.593,56.668],[-2.595,56.671],[-2.6,56.675],[-2.604,56.675],[-2.61,56.674],[-2.617,56.678],[-2.612,56.682],[-2.608,56.683],[-2.612,56.688],[-2.616,56.686],[-2.619,56.687],[-2.635,56.683],[-2.642,56.681],[-2.648,56.68],[-2.651,56.678],[-2.662,56.678],[-2.665,56.677],[-2.687,56.677],[-2.693,56.681],[-2.706,56.681],[-2.721,56.67],[-2.717,56.67],[-2.715,56.665],[-2.729,56.664],[-2.733,56.661],[-2.732,56.657],[-2.735,56.655],[-2.739,56.654],[-2.743,56.655],[-2.744,56.658],[-2.748,56.657],[-2.762,56.657],[-2.762,56.649],[-2.773,56.65],[-2.769,56.647],[-2.76,56.645],[-2.759,56.64],[-2.767,56.639],[-2.778,56.637],[-2.78,56.638],[-2.792,56.637],[-2.793,56.638],[-2.806,56.637],[-2.812,56.633],[-2.82,56.632],[-2.823,56.635],[-2.83,56.63],[-2.837,56.634],[-2.839,56.636],[-2.845,56.631],[-2.838,56.623],[-2.835,56.617],[-2.842,56.618],[-2.855,56.618],[-2.861,56.617],[-2.87,56.617],[-2.883,56.617],[-2.881,56.611],[-2.892,56.61],[-2.895,56.609],[-2.884,56.599],[-2.886,56.598],[-2.886,56.592],[-2.888,56.593],[-2.889,56.588],[-2.892,56.584],[-2.884,56.583],[-2.883,56.579],[-2.884,56.578],[-2.886,56.572],[-2.892,56.571],[-2.894,56.563],[-2.887,56.563],[-2.888,56.561],[-2.883,56.556],[-2.877,56.556],[-2.88,56.55],[-2.891,56.545],[-2.892,56.543],[-2.896,56.545],[-2.903,56.547],[-2.914,56.547],[-2.914,56.545],[-2.92,56.543],[-2.924,56.545],[-2.936,56.547],[-2.941,56.547],[-2.945,56.541],[-2.946,56.538],[-2.946,56.533],[-2.944,56.528],[-2.946,56.508],[-2.949,56.5],[-2.955,56.5],[-2.959,56.499],[-2.962,56.501],[-2.968,56.5],[-2.968,56.495],[-2.966,56.492],[-2.964,56.491],[-2.96,56.488],[-2.955,56.487],[-2.945,56.486],[-2.938,56.486],[-2.929,56.484],[-2.921,56.482],[-2.924,56.474],[-2.911,56.474],[-2.909,56.468],[-2.905,56.468],[-2.892,56.469],[-2.886,56.468],[-2.88,56.465],[-2.873,56.465],[-2.87,56.463],[-2.865,56.464],[-2.858,56.467],[-2.849,56.468],[-2.845,56.471],[-2.837,56.475],[-2.824,56.478],[-2.813,56.479],[-2.803,56.48],[-2.795,56.48],[-2.792,56.479],[-2.784,56.477],[-2.778,56.475],[-2.77,56.473],[-2.76,56.469],[-2.75,56.467],[-2.744,56.465],[-2.74,56.464],[-2.734,56.464],[-2.729,56.468],[-2.722,56.477],[-2.714,56.495],[-2.707,56.499],[-2.697,56.501],[-2.693,56.504],[-2.682,56.507],[-2.674,56.51],[-2.668,56.513],[-2.666,56.516],[-2.653,56.522],[-2.647,56.523],[-2.636,56.527],[-2.633,56.531],[-2.627,56.536],[-2.618,56.543],[-2.612,56.548],[-2.602,56.552],[-2.596,56.551],[-2.587,56.553],[-2.583,56.556],[-2.576,56.557],[-2.57,56.56],[-2.562,56.561],[-2.555,56.56],[-2.548,56.562],[-2.538,56.567],[-2.54,56.573],[-2.534,56.578],[-2.528,56.579],[-2.524,56.579],[-2.522,56.582],[-2.523,56.584],[-2.518,56.586],[-2.52,56.59],[-2.518,56.593],[-2.513,56.596],[-2.504,56.599],[-2.505,56.601],[-2.501,56.605],[-2.496,56.606],[-2.494,56.611],[-2.488,56.614],[-2.486,56.62],[-2.48,56.626],[-2.483,56.629],[-2.492,56.63],[-2.501,56.63],[-2.505,56.634],[-2.507,56.641],[-2.506,56.649],[-2.509,56.651],[-2.505,56.652],[-2.5,56.663]]]},"properties":{"PCON24NM":"Arbroath and Broughty Ferry","PCON24CD":"S14000066"},"PCON24CD":562}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.603,56.205],[-3.618,56.206],[-3.623,56.204],[-3.626,56.201],[-3.638,56.197],[-3.646,56.199],[-3.651,56.203],[-3.659,56.196],[-3.667,56.189],[-3.675,56.193],[-3.686,56.196],[-3.693,56.194],[-3.693,56.191],[-3.697,56.185],[-3.695,56.182],[-3.688,56.179],[-3.682,56.177],[-3.692,56.174],[-3.696,56.171],[-3.7,56.17],[-3.703,56.166],[-3.702,56.161],[-3.704,56.159],[-3.708,56.157],[-3.712,56.154],[-3.709,56.151],[-3.7,56.152],[-3.7,56.15],[-3.697,56.145],[-3.703,56.144],[-3.712,56.142],[-3.713,56.14],[-3.72,56.137],[-3.724,56.135],[-3.723,56.134],[-3.729,56.131],[-3.734,56.131],[-3.745,56.13],[-3.75,56.128],[-3.75,56.126],[-3.758,56.123],[-3.761,56.122],[-3.766,56.12],[-3.772,56.119],[-3.768,56.115],[-3.749,56.113],[-3.746,56.112],[-3.742,56.108],[-3.737,56.106],[-3.722,56.101],[-3.718,56.098],[-3.718,56.094],[-3.721,56.088],[-3.723,56.089],[-3.729,56.088],[-3.731,56.086],[-3.734,56.085],[-3.736,56.083],[-3.736,56.081],[-3.738,56.079],[-3.739,56.077],[-3.733,56.074],[-3.724,56.069],[-3.721,56.065],[-3.708,56.056],[-3.704,56.054],[-3.685,56.048],[-3.674,56.046],[-3.67,56.046],[-3.662,56.048],[-3.653,56.052],[-3.639,56.055],[-3.628,56.054],[-3.618,56.056],[-3.614,56.054],[-3.611,56.048],[-3.606,56.046],[-3.593,56.046],[-3.587,56.049],[-3.586,56.051],[-3.587,56.056],[-3.59,56.058],[-3.576,56.059],[-3.572,56.058],[-3.559,56.049],[-3.556,56.045],[-3.544,56.04],[-3.528,56.039],[-3.527,56.041],[-3.522,56.042],[-3.513,56.04],[-3.507,56.035],[-3.493,56.035],[-3.482,56.034],[-3.478,56.031],[-3.473,56.031],[-3.47,56.029],[-3.465,56.03],[-3.46,56.029],[-3.459,56.028],[-3.463,56.024],[-3.457,56.023],[-3.456,56.02],[-3.451,56.02],[-3.445,56.023],[-3.418,56.018],[-3.409,56.016],[-3.403,56.015],[-3.407,56.022],[-3.409,56.034],[-3.406,56.043],[-3.404,56.045],[-3.394,56.049],[-3.389,56.052],[-3.388,56.055],[-3.387,56.066],[-3.388,56.071],[-3.39,56.074],[-3.395,56.079],[-3.401,56.085],[-3.402,56.088],[-3.402,56.091],[-3.415,56.09],[-3.419,56.093],[-3.426,56.093],[-3.429,56.101],[-3.433,56.1],[-3.433,56.104],[-3.427,56.107],[-3.409,56.11],[-3.401,56.111],[-3.393,56.114],[-3.394,56.118],[-3.391,56.124],[-3.392,56.127],[-3.397,56.134],[-3.398,56.139],[-3.396,56.142],[-3.401,56.142],[-3.407,56.14],[-3.416,56.138],[-3.424,56.14],[-3.426,56.142],[-3.433,56.142],[-3.434,56.145],[-3.44,56.145],[-3.446,56.147],[-3.452,56.147],[-3.454,56.15],[-3.457,56.15],[-3.46,56.146],[-3.465,56.147],[-3.467,56.149],[-3.473,56.149],[-3.478,56.147],[-3.492,56.15],[-3.499,56.15],[-3.511,56.148],[-3.525,56.147],[-3.53,56.148],[-3.54,56.146],[-3.546,56.159],[-3.556,56.157],[-3.562,56.16],[-3.571,56.157],[-3.577,56.155],[-3.583,56.151],[-3.584,56.145],[-3.578,56.141],[-3.581,56.139],[-3.588,56.138],[-3.592,56.138],[-3.605,56.136],[-3.607,56.135],[-3.615,56.135],[-3.627,56.132],[-3.637,56.134],[-3.64,56.134],[-3.645,56.138],[-3.639,56.141],[-3.641,56.144],[-3.645,56.147],[-3.64,56.148],[-3.637,56.151],[-3.642,56.156],[-3.648,56.159],[-3.645,56.162],[-3.632,56.165],[-3.627,56.168],[-3.626,56.17],[-3.621,56.168],[-3.614,56.169],[-3.61,56.171],[-3.593,56.173],[-3.591,56.174],[-3.598,56.181],[-3.589,56.181],[-3.588,56.184],[-3.582,56.184],[-3.585,56.189],[-3.585,56.192],[-3.58,56.193],[-3.571,56.193],[-3.575,56.196],[-3.579,56.196],[-3.584,56.198],[-3.596,56.199],[-3.601,56.202],[-3.603,56.205]]]},"properties":{"PCON24NM":"Dunfermline and Dollar","PCON24CD":"S14000076"},"PCON24CD":563}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.823,55.896],[-3.818,55.898],[-3.814,55.902],[-3.81,55.904],[-3.818,55.906],[-3.819,55.904],[-3.825,55.905],[-3.833,55.908],[-3.835,55.912],[-3.843,55.913],[-3.86,55.918],[-3.866,55.921],[-3.877,55.923],[-3.882,55.929],[-3.892,55.938],[-3.898,55.937],[-3.9,55.933],[-3.903,55.931],[-3.91,55.931],[-3.914,55.928],[-3.916,55.927],[-3.921,55.931],[-3.925,55.931],[-3.931,55.929],[-3.933,55.93],[-3.945,55.929],[-3.949,55.93],[-3.952,55.929],[-3.958,55.931],[-3.964,55.93],[-3.965,55.932],[-3.972,55.932],[-3.977,55.931],[-3.979,55.925],[-3.984,55.924],[-3.987,55.927],[-3.991,55.929],[-4.002,55.932],[-4.003,55.93],[-4.002,55.923],[-4.011,55.918],[-4.009,55.912],[-4.019,55.91],[-4.014,55.905],[-4.015,55.901],[-4.021,55.888],[-4.018,55.887],[-4.021,55.885],[-4.021,55.881],[-4.016,55.88],[-4.013,55.877],[-4.009,55.879],[-4.003,55.876],[-4.004,55.875],[-4.009,55.872],[-4.008,55.866],[-4.004,55.864],[-3.998,55.863],[-4.004,55.861],[-4.004,55.858],[-3.996,55.857],[-3.995,55.854],[-3.995,55.846],[-3.993,55.843],[-3.994,55.841],[-3.993,55.838],[-4.005,55.839],[-3.996,55.821],[-3.995,55.818],[-3.988,55.817],[-3.981,55.815],[-3.965,55.809],[-3.952,55.807],[-3.944,55.807],[-3.938,55.805],[-3.926,55.805],[-3.925,55.801],[-3.926,55.798],[-3.936,55.794],[-3.937,55.789],[-3.932,55.788],[-3.93,55.784],[-3.918,55.792],[-3.916,55.795],[-3.912,55.797],[-3.901,55.795],[-3.896,55.794],[-3.892,55.795],[-3.89,55.793],[-3.89,55.79],[-3.888,55.789],[-3.887,55.786],[-3.89,55.782],[-3.891,55.777],[-3.888,55.776],[-3.889,55.774],[-3.887,55.771],[-3.889,55.769],[-3.883,55.764],[-3.878,55.763],[-3.868,55.764],[-3.859,55.764],[-3.852,55.764],[-3.844,55.765],[-3.837,55.765],[-3.818,55.768],[-3.813,55.767],[-3.809,55.768],[-3.799,55.771],[-3.795,55.772],[-3.788,55.771],[-3.783,55.77],[-3.779,55.77],[-3.771,55.772],[-3.766,55.771],[-3.754,55.776],[-3.754,55.777],[-3.747,55.781],[-3.744,55.782],[-3.742,55.785],[-3.738,55.787],[-3.736,55.792],[-3.733,55.793],[-3.742,55.799],[-3.729,55.807],[-3.722,55.809],[-3.72,55.812],[-3.716,55.813],[-3.721,55.817],[-3.724,55.818],[-3.728,55.822],[-3.733,55.823],[-3.74,55.831],[-3.744,55.839],[-3.749,55.856],[-3.75,55.859],[-3.746,55.861],[-3.747,55.865],[-3.738,55.867],[-3.731,55.87],[-3.711,55.874],[-3.713,55.876],[-3.713,55.88],[-3.712,55.882],[-3.719,55.885],[-3.725,55.885],[-3.731,55.883],[-3.734,55.882],[-3.745,55.879],[-3.759,55.877],[-3.762,55.875],[-3.765,55.874],[-3.769,55.876],[-3.77,55.881],[-3.774,55.881],[-3.778,55.876],[-3.785,55.877],[-3.788,55.875],[-3.795,55.874],[-3.802,55.875],[-3.812,55.884],[-3.823,55.884],[-3.831,55.894],[-3.823,55.896]]]},"properties":{"PCON24NM":"Airdrie and Shotts","PCON24CD":"S14000063"},"PCON24CD":564}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.122,55.782],[-4.124,55.785],[-4.113,55.787],[-4.115,55.788],[-4.121,55.789],[-4.124,55.791],[-4.128,55.791],[-4.132,55.792],[-4.13,55.795],[-4.13,55.799],[-4.133,55.798],[-4.135,55.8],[-4.143,55.802],[-4.148,55.801],[-4.151,55.805],[-4.158,55.803],[-4.164,55.804],[-4.169,55.802],[-4.17,55.806],[-4.172,55.806],[-4.177,55.802],[-4.183,55.804],[-4.188,55.803],[-4.199,55.801],[-4.204,55.8],[-4.209,55.799],[-4.224,55.792],[-4.23,55.786],[-4.225,55.784],[-4.227,55.781],[-4.239,55.785],[-4.243,55.787],[-4.251,55.785],[-4.251,55.782],[-4.249,55.779],[-4.249,55.777],[-4.253,55.773],[-4.256,55.772],[-4.265,55.774],[-4.276,55.772],[-4.283,55.768],[-4.28,55.762],[-4.275,55.759],[-4.274,55.755],[-4.27,55.753],[-4.264,55.753],[-4.261,55.749],[-4.257,55.75],[-4.255,55.749],[-4.256,55.745],[-4.253,55.744],[-4.247,55.737],[-4.242,55.736],[-4.241,55.734],[-4.233,55.733],[-4.233,55.731],[-4.23,55.73],[-4.226,55.729],[-4.223,55.728],[-4.222,55.722],[-4.223,55.721],[-4.221,55.716],[-4.219,55.715],[-4.219,55.711],[-4.223,55.707],[-4.226,55.7],[-4.224,55.697],[-4.222,55.692],[-4.226,55.689],[-4.245,55.682],[-4.247,55.679],[-4.247,55.674],[-4.222,55.654],[-4.217,55.647],[-4.217,55.644],[-4.222,55.637],[-4.222,55.635],[-4.216,55.631],[-4.209,55.63],[-4.202,55.627],[-4.201,55.624],[-4.203,55.621],[-4.203,55.617],[-4.205,55.615],[-4.189,55.61],[-4.185,55.608],[-4.182,55.605],[-4.177,55.605],[-4.177,55.603],[-4.187,55.603],[-4.195,55.601],[-4.202,55.592],[-4.205,55.586],[-4.203,55.583],[-4.209,55.581],[-4.211,55.578],[-4.224,55.573],[-4.228,55.568],[-4.234,55.565],[-4.243,55.562],[-4.236,55.562],[-4.234,55.561],[-4.229,55.56],[-4.228,55.559],[-4.228,55.552],[-4.225,55.55],[-4.221,55.551],[-4.216,55.553],[-4.21,55.553],[-4.201,55.556],[-4.194,55.561],[-4.186,55.563],[-4.181,55.566],[-4.168,55.565],[-4.167,55.566],[-4.159,55.568],[-4.155,55.569],[-4.151,55.572],[-4.148,55.573],[-4.146,55.57],[-4.137,55.568],[-4.126,55.566],[-4.12,55.567],[-4.11,55.566],[-4.101,55.569],[-4.093,55.57],[-4.092,55.569],[-4.086,55.569],[-4.082,55.568],[-4.073,55.572],[-4.065,55.576],[-4.066,55.58],[-4.056,55.583],[-4.049,55.585],[-4.041,55.589],[-4.04,55.592],[-4.037,55.594],[-4.038,55.597],[-4.041,55.597],[-4.041,55.6],[-4.036,55.601],[-4.039,55.606],[-4.035,55.609],[-4.03,55.615],[-4.026,55.615],[-4.015,55.619],[-4.01,55.622],[-4.004,55.624],[-4.003,55.629],[-4.001,55.631],[-4.002,55.635],[-3.993,55.638],[-3.989,55.641],[-3.989,55.644],[-3.985,55.647],[-3.988,55.652],[-3.99,55.653],[-3.982,55.656],[-3.977,55.659],[-3.979,55.66],[-3.97,55.665],[-3.966,55.67],[-3.96,55.675],[-3.962,55.677],[-3.949,55.682],[-3.955,55.689],[-3.958,55.69],[-3.961,55.693],[-3.96,55.694],[-3.962,55.699],[-3.968,55.701],[-3.966,55.703],[-3.966,55.709],[-3.971,55.709],[-3.972,55.707],[-3.976,55.704],[-3.979,55.707],[-3.985,55.705],[-3.991,55.703],[-3.999,55.7],[-4,55.704],[-4.004,55.709],[-4.006,55.711],[-4.01,55.716],[-4.015,55.714],[-4.018,55.716],[-4.023,55.715],[-4.028,55.716],[-4.03,55.715],[-4.041,55.719],[-4.055,55.713],[-4.059,55.711],[-4.066,55.709],[-4.066,55.714],[-4.065,55.72],[-4.068,55.721],[-4.071,55.724],[-4.077,55.727],[-4.084,55.726],[-4.092,55.732],[-4.097,55.734],[-4.096,55.74],[-4.093,55.741],[-4.101,55.746],[-4.109,55.747],[-4.111,55.747],[-4.12,55.749],[-4.128,55.747],[-4.13,55.745],[-4.141,55.744],[-4.143,55.746],[-4.142,55.751],[-4.147,55.754],[-4.145,55.755],[-4.138,55.755],[-4.137,55.758],[-4.131,55.767],[-4.13,55.771],[-4.125,55.774],[-4.119,55.779],[-4.122,55.782]]]},"properties":{"PCON24NM":"East Kilbride and Strathaven","PCON24CD":"S14000077"},"PCON24CD":565}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.327,55.808],[-4.324,55.805],[-4.323,55.801],[-4.333,55.793],[-4.344,55.795],[-4.356,55.795],[-4.361,55.794],[-4.372,55.795],[-4.377,55.799],[-4.374,55.8],[-4.368,55.803],[-4.374,55.807],[-4.376,55.812],[-4.372,55.816],[-4.367,55.818],[-4.373,55.819],[-4.381,55.823],[-4.393,55.816],[-4.401,55.811],[-4.405,55.814],[-4.408,55.811],[-4.417,55.808],[-4.435,55.808],[-4.438,55.806],[-4.445,55.803],[-4.457,55.802],[-4.466,55.805],[-4.469,55.803],[-4.473,55.798],[-4.481,55.798],[-4.486,55.798],[-4.495,55.801],[-4.499,55.798],[-4.502,55.793],[-4.497,55.794],[-4.496,55.791],[-4.507,55.786],[-4.511,55.786],[-4.514,55.784],[-4.517,55.779],[-4.522,55.774],[-4.532,55.777],[-4.533,55.778],[-4.542,55.779],[-4.547,55.775],[-4.547,55.773],[-4.551,55.766],[-4.543,55.765],[-4.54,55.762],[-4.542,55.76],[-4.541,55.757],[-4.537,55.756],[-4.54,55.751],[-4.535,55.75],[-4.533,55.747],[-4.53,55.745],[-4.528,55.748],[-4.524,55.75],[-4.519,55.756],[-4.517,55.757],[-4.512,55.758],[-4.507,55.763],[-4.504,55.764],[-4.496,55.763],[-4.491,55.76],[-4.493,55.757],[-4.49,55.756],[-4.49,55.753],[-4.486,55.75],[-4.477,55.751],[-4.477,55.748],[-4.46,55.75],[-4.457,55.746],[-4.464,55.743],[-4.466,55.74],[-4.472,55.737],[-4.473,55.735],[-4.469,55.735],[-4.469,55.733],[-4.462,55.733],[-4.459,55.737],[-4.441,55.734],[-4.436,55.734],[-4.434,55.732],[-4.423,55.728],[-4.418,55.726],[-4.416,55.722],[-4.401,55.714],[-4.396,55.718],[-4.391,55.719],[-4.384,55.723],[-4.382,55.72],[-4.374,55.716],[-4.376,55.714],[-4.374,55.71],[-4.371,55.71],[-4.368,55.708],[-4.364,55.709],[-4.353,55.697],[-4.347,55.699],[-4.333,55.7],[-4.333,55.694],[-4.323,55.688],[-4.296,55.684],[-4.282,55.679],[-4.268,55.686],[-4.262,55.683],[-4.26,55.679],[-4.26,55.677],[-4.256,55.676],[-4.247,55.679],[-4.245,55.682],[-4.226,55.689],[-4.222,55.692],[-4.224,55.697],[-4.226,55.7],[-4.223,55.707],[-4.219,55.711],[-4.219,55.715],[-4.221,55.716],[-4.223,55.721],[-4.222,55.722],[-4.223,55.728],[-4.226,55.729],[-4.23,55.73],[-4.233,55.731],[-4.233,55.733],[-4.241,55.734],[-4.242,55.736],[-4.247,55.737],[-4.253,55.744],[-4.256,55.745],[-4.255,55.749],[-4.257,55.75],[-4.261,55.749],[-4.264,55.753],[-4.27,55.753],[-4.274,55.755],[-4.275,55.759],[-4.28,55.762],[-4.283,55.768],[-4.276,55.772],[-4.265,55.774],[-4.256,55.772],[-4.253,55.773],[-4.249,55.777],[-4.249,55.779],[-4.251,55.782],[-4.251,55.785],[-4.252,55.787],[-4.259,55.787],[-4.262,55.786],[-4.268,55.792],[-4.263,55.793],[-4.26,55.798],[-4.265,55.8],[-4.266,55.804],[-4.267,55.807],[-4.263,55.807],[-4.261,55.811],[-4.267,55.811],[-4.272,55.809],[-4.278,55.81],[-4.283,55.812],[-4.29,55.813],[-4.293,55.814],[-4.298,55.81],[-4.306,55.81],[-4.308,55.809],[-4.313,55.811],[-4.315,55.809],[-4.327,55.808]]]},"properties":{"PCON24NM":"East Renfrewshire","PCON24CD":"S14000021"},"PCON24CD":566}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.049,55.95],[-3.05,55.949],[-3.056,55.948],[-3.067,55.945],[-3.073,55.946],[-3.082,55.948],[-3.094,55.949],[-3.104,55.952],[-3.119,55.958],[-3.135,55.968],[-3.141,55.972],[-3.145,55.969],[-3.152,55.971],[-3.152,55.97],[-3.16,55.97],[-3.17,55.968],[-3.172,55.956],[-3.179,55.954],[-3.185,55.954],[-3.207,55.95],[-3.205,55.945],[-3.204,55.944],[-3.205,55.94],[-3.199,55.941],[-3.19,55.94],[-3.183,55.94],[-3.182,55.939],[-3.176,55.94],[-3.172,55.942],[-3.168,55.94],[-3.145,55.937],[-3.149,55.934],[-3.144,55.925],[-3.149,55.923],[-3.143,55.921],[-3.136,55.925],[-3.131,55.922],[-3.136,55.919],[-3.127,55.915],[-3.122,55.918],[-3.121,55.916],[-3.117,55.915],[-3.114,55.922],[-3.112,55.93],[-3.105,55.93],[-3.092,55.932],[-3.085,55.93],[-3.083,55.927],[-3.08,55.926],[-3.079,55.92],[-3.076,55.919],[-3.071,55.92],[-3.061,55.916],[-3.055,55.912],[-3.053,55.915],[-3.049,55.916],[-3.049,55.919],[-3.044,55.922],[-3.047,55.925],[-3.036,55.928],[-3.028,55.928],[-3.033,55.93],[-3.038,55.933],[-3.038,55.935],[-3.042,55.941],[-3.043,55.946],[-3.045,55.945],[-3.046,55.95],[-3.049,55.95]]]},"properties":{"PCON24NM":"Edinburgh East and Musselburgh","PCON24CD":"S14000078"},"PCON24CD":567}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.141,55.972],[-3.151,55.976],[-3.155,55.979],[-3.157,55.982],[-3.18,55.99],[-3.181,55.988],[-3.185,55.989],[-3.196,55.985],[-3.195,55.981],[-3.202,55.98],[-3.214,55.981],[-3.217,55.98],[-3.223,55.982],[-3.223,55.985],[-3.23,55.987],[-3.234,55.984],[-3.25,55.984],[-3.26,55.981],[-3.263,55.979],[-3.269,55.98],[-3.267,55.973],[-3.264,55.968],[-3.261,55.966],[-3.236,55.968],[-3.232,55.963],[-3.222,55.955],[-3.217,55.955],[-3.214,55.952],[-3.221,55.951],[-3.215,55.947],[-3.207,55.95],[-3.185,55.954],[-3.179,55.954],[-3.172,55.956],[-3.17,55.968],[-3.16,55.97],[-3.152,55.97],[-3.152,55.971],[-3.145,55.969],[-3.141,55.972]]]},"properties":{"PCON24NM":"Edinburgh North and Leith","PCON24CD":"S14000079"},"PCON24CD":568}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.205,55.94],[-3.204,55.944],[-3.205,55.945],[-3.207,55.95],[-3.215,55.947],[-3.217,55.946],[-3.25,55.938],[-3.249,55.937],[-3.26,55.933],[-3.262,55.93],[-3.27,55.926],[-3.275,55.933],[-3.282,55.933],[-3.299,55.936],[-3.298,55.935],[-3.307,55.935],[-3.308,55.934],[-3.304,55.93],[-3.306,55.928],[-3.316,55.927],[-3.323,55.923],[-3.33,55.922],[-3.332,55.92],[-3.337,55.92],[-3.341,55.916],[-3.337,55.914],[-3.333,55.909],[-3.338,55.907],[-3.342,55.906],[-3.339,55.902],[-3.36,55.898],[-3.368,55.895],[-3.382,55.894],[-3.384,55.897],[-3.387,55.896],[-3.391,55.892],[-3.398,55.888],[-3.404,55.886],[-3.401,55.884],[-3.402,55.881],[-3.405,55.88],[-3.414,55.878],[-3.405,55.87],[-3.4,55.871],[-3.4,55.869],[-3.406,55.865],[-3.409,55.865],[-3.415,55.861],[-3.417,55.86],[-3.413,55.854],[-3.415,55.851],[-3.419,55.848],[-3.419,55.846],[-3.416,55.843],[-3.412,55.843],[-3.411,55.84],[-3.404,55.834],[-3.397,55.832],[-3.391,55.825],[-3.391,55.824],[-3.395,55.82],[-3.391,55.819],[-3.386,55.82],[-3.379,55.82],[-3.373,55.822],[-3.369,55.824],[-3.361,55.826],[-3.356,55.825],[-3.351,55.827],[-3.35,55.83],[-3.346,55.832],[-3.297,55.865],[-3.292,55.867],[-3.288,55.866],[-3.284,55.866],[-3.274,55.871],[-3.269,55.876],[-3.265,55.876],[-3.261,55.873],[-3.253,55.87],[-3.25,55.873],[-3.249,55.875],[-3.24,55.878],[-3.24,55.88],[-3.237,55.882],[-3.232,55.884],[-3.227,55.884],[-3.225,55.882],[-3.212,55.882],[-3.213,55.884],[-3.212,55.888],[-3.213,55.904],[-3.218,55.903],[-3.219,55.907],[-3.218,55.912],[-3.221,55.912],[-3.223,55.915],[-3.222,55.919],[-3.225,55.924],[-3.224,55.927],[-3.216,55.929],[-3.22,55.931],[-3.224,55.934],[-3.221,55.938],[-3.213,55.941],[-3.208,55.937],[-3.205,55.94]]]},"properties":{"PCON24NM":"Edinburgh South West","PCON24CD":"S14000081"},"PCON24CD":569}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.694,56],[-3.69,56],[-3.693,56.004],[-3.691,56.005],[-3.68,56.006],[-3.675,56.013],[-3.673,56.013],[-3.672,56.017],[-3.684,56.023],[-3.677,56.026],[-3.681,56.03],[-3.693,56.024],[-3.685,56.03],[-3.68,56.031],[-3.681,56.035],[-3.687,56.037],[-3.69,56.037],[-3.697,56.034],[-3.699,56.029],[-3.705,56.026],[-3.709,56.026],[-3.715,56.026],[-3.731,56.023],[-3.731,56.024],[-3.717,56.027],[-3.728,56.032],[-3.727,56.037],[-3.728,56.045],[-3.727,56.046],[-3.733,56.057],[-3.735,56.063],[-3.734,56.065],[-3.741,56.068],[-3.747,56.068],[-3.762,56.074],[-3.77,56.078],[-3.774,56.081],[-3.779,56.086],[-3.786,56.09],[-3.79,56.094],[-3.799,56.104],[-3.803,56.107],[-3.805,56.107],[-3.809,56.103],[-3.82,56.098],[-3.822,56.097],[-3.823,56.091],[-3.826,56.09],[-3.829,56.087],[-3.833,56.088],[-3.836,56.085],[-3.829,56.081],[-3.824,56.079],[-3.818,56.076],[-3.813,56.075],[-3.808,56.073],[-3.807,56.07],[-3.8,56.068],[-3.798,56.066],[-3.802,56.063],[-3.812,56.062],[-3.815,56.058],[-3.811,56.055],[-3.815,56.053],[-3.821,56.054],[-3.825,56.051],[-3.835,56.052],[-3.841,56.051],[-3.858,56.05],[-3.861,56.051],[-3.866,56.05],[-3.874,56.05],[-3.873,56.049],[-3.879,56.047],[-3.883,56.047],[-3.88,56.044],[-3.881,56.039],[-3.885,56.036],[-3.891,56.038],[-3.889,56.033],[-3.89,56.031],[-3.881,56.027],[-3.882,56.023],[-3.879,56.021],[-3.875,56.014],[-3.873,56.013],[-3.864,56.013],[-3.854,56.012],[-3.843,56.013],[-3.842,56.009],[-3.836,56.006],[-3.828,56.008],[-3.821,56.007],[-3.818,56.008],[-3.821,56.011],[-3.816,56.011],[-3.819,56.015],[-3.814,56.018],[-3.808,56.016],[-3.805,56.016],[-3.8,56.021],[-3.792,56.022],[-3.783,56.024],[-3.781,56.027],[-3.778,56.024],[-3.774,56.024],[-3.755,56.02],[-3.743,56.011],[-3.736,56.004],[-3.729,56.001],[-3.718,55.997],[-3.709,56.002],[-3.701,56],[-3.694,55.999],[-3.694,56]]],[[[-3.817,56.102],[-3.813,56.104],[-3.813,56.107],[-3.814,56.109],[-3.819,56.109],[-3.822,56.102],[-3.817,56.102]]],[[[-3.693,56.194],[-3.706,56.193],[-3.711,56.192],[-3.714,56.193],[-3.718,56.192],[-3.726,56.193],[-3.731,56.192],[-3.739,56.19],[-3.741,56.192],[-3.741,56.197],[-3.745,56.201],[-3.748,56.208],[-3.752,56.212],[-3.755,56.21],[-3.763,56.212],[-3.764,56.213],[-3.781,56.217],[-3.782,56.213],[-3.799,56.206],[-3.829,56.197],[-3.833,56.191],[-3.842,56.191],[-3.841,56.189],[-3.844,56.182],[-3.848,56.179],[-3.848,56.176],[-3.852,56.173],[-3.853,56.169],[-3.858,56.165],[-3.857,56.156],[-3.854,56.153],[-3.864,56.152],[-3.873,56.151],[-3.874,56.148],[-3.869,56.147],[-3.865,56.143],[-3.86,56.141],[-3.857,56.138],[-3.86,56.135],[-3.87,56.135],[-3.878,56.135],[-3.881,56.131],[-3.884,56.129],[-3.879,56.124],[-3.878,56.122],[-3.875,56.12],[-3.869,56.121],[-3.864,56.119],[-3.863,56.114],[-3.871,56.111],[-3.867,56.108],[-3.862,56.108],[-3.858,56.112],[-3.859,56.117],[-3.857,56.12],[-3.852,56.121],[-3.846,56.121],[-3.835,56.118],[-3.83,56.116],[-3.826,56.113],[-3.827,56.109],[-3.832,56.107],[-3.833,56.105],[-3.83,56.103],[-3.826,56.103],[-3.823,56.109],[-3.82,56.111],[-3.813,56.112],[-3.804,56.11],[-3.795,56.108],[-3.786,56.1],[-3.776,56.094],[-3.771,56.089],[-3.761,56.083],[-3.748,56.08],[-3.741,56.08],[-3.738,56.079],[-3.736,56.081],[-3.736,56.083],[-3.734,56.085],[-3.731,56.086],[-3.729,56.088],[-3.723,56.089],[-3.721,56.088],[-3.718,56.094],[-3.718,56.098],[-3.722,56.101],[-3.737,56.106],[-3.742,56.108],[-3.746,56.112],[-3.749,56.113],[-3.768,56.115],[-3.772,56.119],[-3.766,56.12],[-3.761,56.122],[-3.758,56.123],[-3.75,56.126],[-3.75,56.128],[-3.745,56.13],[-3.734,56.131],[-3.729,56.131],[-3.723,56.134],[-3.724,56.135],[-3.72,56.137],[-3.713,56.14],[-3.712,56.142],[-3.703,56.144],[-3.697,56.145],[-3.7,56.15],[-3.7,56.152],[-3.709,56.151],[-3.712,56.154],[-3.708,56.157],[-3.704,56.159],[-3.702,56.161],[-3.703,56.166],[-3.7,56.17],[-3.696,56.171],[-3.692,56.174],[-3.682,56.177],[-3.688,56.179],[-3.695,56.182],[-3.697,56.185],[-3.693,56.191],[-3.693,56.194]]]]},"properties":{"PCON24NM":"Alloa and Grangemouth","PCON24CD":"S14000064"},"PCON24CD":570}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.355,55.873],[-4.356,55.873],[-4.355,55.865],[-4.355,55.864],[-4.35,55.86],[-4.344,55.855],[-4.341,55.854],[-4.334,55.853],[-4.336,55.846],[-4.345,55.846],[-4.353,55.846],[-4.364,55.845],[-4.364,55.841],[-4.36,55.838],[-4.362,55.837],[-4.368,55.839],[-4.371,55.838],[-4.374,55.838],[-4.379,55.829],[-4.378,55.827],[-4.381,55.823],[-4.373,55.819],[-4.367,55.818],[-4.372,55.816],[-4.376,55.812],[-4.374,55.807],[-4.368,55.803],[-4.374,55.8],[-4.377,55.799],[-4.372,55.795],[-4.361,55.794],[-4.356,55.795],[-4.344,55.795],[-4.333,55.793],[-4.323,55.801],[-4.324,55.805],[-4.327,55.808],[-4.328,55.812],[-4.333,55.812],[-4.334,55.815],[-4.337,55.818],[-4.338,55.821],[-4.334,55.825],[-4.332,55.83],[-4.331,55.833],[-4.323,55.836],[-4.317,55.839],[-4.309,55.84],[-4.305,55.838],[-4.297,55.834],[-4.296,55.829],[-4.29,55.832],[-4.264,55.841],[-4.263,55.842],[-4.258,55.855],[-4.264,55.856],[-4.271,55.855],[-4.278,55.856],[-4.294,55.858],[-4.299,55.861],[-4.319,55.867],[-4.336,55.868],[-4.344,55.87],[-4.355,55.873]]]},"properties":{"PCON24NM":"Glasgow South West","PCON24CD":"S14000088"},"PCON24CD":571}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.614,55.93],[-4.62,55.931],[-4.623,55.933],[-4.629,55.932],[-4.635,55.932],[-4.638,55.932],[-4.647,55.932],[-4.649,55.933],[-4.654,55.932],[-4.67,55.933],[-4.678,55.935],[-4.685,55.936],[-4.69,55.937],[-4.706,55.941],[-4.712,55.941],[-4.726,55.944],[-4.726,55.947],[-4.732,55.947],[-4.74,55.946],[-4.749,55.946],[-4.748,55.948],[-4.752,55.949],[-4.759,55.955],[-4.763,55.957],[-4.767,55.956],[-4.772,55.959],[-4.784,55.962],[-4.792,55.963],[-4.799,55.963],[-4.802,55.96],[-4.802,55.957],[-4.812,55.957],[-4.815,55.962],[-4.821,55.962],[-4.825,55.959],[-4.831,55.955],[-4.837,55.955],[-4.844,55.952],[-4.854,55.951],[-4.868,55.945],[-4.876,55.944],[-4.879,55.942],[-4.881,55.935],[-4.88,55.932],[-4.876,55.93],[-4.877,55.925],[-4.875,55.92],[-4.88,55.919],[-4.882,55.915],[-4.879,55.911],[-4.875,55.912],[-4.873,55.909],[-4.879,55.907],[-4.882,55.902],[-4.885,55.902],[-4.896,55.896],[-4.899,55.891],[-4.895,55.885],[-4.889,55.882],[-4.89,55.876],[-4.889,55.875],[-4.88,55.875],[-4.874,55.874],[-4.869,55.874],[-4.865,55.875],[-4.858,55.874],[-4.852,55.876],[-4.85,55.878],[-4.845,55.875],[-4.841,55.876],[-4.838,55.88],[-4.831,55.882],[-4.827,55.883],[-4.822,55.886],[-4.816,55.887],[-4.813,55.89],[-4.803,55.892],[-4.799,55.892],[-4.799,55.888],[-4.801,55.886],[-4.799,55.879],[-4.794,55.872],[-4.784,55.87],[-4.781,55.87],[-4.778,55.867],[-4.772,55.866],[-4.767,55.863],[-4.767,55.862],[-4.762,55.855],[-4.751,55.85],[-4.739,55.85],[-4.729,55.853],[-4.719,55.851],[-4.716,55.849],[-4.71,55.847],[-4.704,55.847],[-4.703,55.843],[-4.695,55.841],[-4.685,55.84],[-4.678,55.838],[-4.655,55.84],[-4.643,55.839],[-4.639,55.841],[-4.628,55.842],[-4.625,55.839],[-4.622,55.839],[-4.619,55.836],[-4.61,55.835],[-4.606,55.837],[-4.601,55.837],[-4.595,55.839],[-4.586,55.837],[-4.578,55.837],[-4.572,55.839],[-4.569,55.839],[-4.566,55.843],[-4.561,55.844],[-4.561,55.847],[-4.554,55.85],[-4.551,55.852],[-4.547,55.852],[-4.546,55.854],[-4.537,55.856],[-4.534,55.854],[-4.526,55.852],[-4.525,55.856],[-4.523,55.856],[-4.514,55.869],[-4.507,55.87],[-4.508,55.876],[-4.505,55.876],[-4.509,55.879],[-4.515,55.879],[-4.52,55.88],[-4.526,55.884],[-4.527,55.886],[-4.53,55.888],[-4.543,55.889],[-4.548,55.888],[-4.553,55.89],[-4.552,55.894],[-4.56,55.896],[-4.564,55.898],[-4.574,55.9],[-4.585,55.899],[-4.597,55.901],[-4.6,55.899],[-4.606,55.898],[-4.612,55.899],[-4.616,55.907],[-4.626,55.906],[-4.631,55.907],[-4.635,55.914],[-4.628,55.916],[-4.623,55.92],[-4.617,55.924],[-4.617,55.929],[-4.614,55.93]]]},"properties":{"PCON24NM":"Inverclyde and Renfrewshire West","PCON24CD":"S14000093"},"PCON24CD":572}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.247,55.679],[-4.256,55.676],[-4.26,55.677],[-4.26,55.679],[-4.262,55.683],[-4.268,55.686],[-4.282,55.679],[-4.296,55.684],[-4.323,55.688],[-4.333,55.694],[-4.333,55.7],[-4.347,55.699],[-4.353,55.697],[-4.364,55.709],[-4.368,55.708],[-4.371,55.71],[-4.374,55.71],[-4.376,55.714],[-4.374,55.716],[-4.382,55.72],[-4.384,55.723],[-4.391,55.719],[-4.396,55.718],[-4.401,55.714],[-4.416,55.722],[-4.418,55.726],[-4.423,55.728],[-4.434,55.732],[-4.436,55.734],[-4.441,55.734],[-4.459,55.737],[-4.462,55.733],[-4.469,55.733],[-4.469,55.735],[-4.473,55.735],[-4.472,55.737],[-4.466,55.74],[-4.464,55.743],[-4.457,55.746],[-4.46,55.75],[-4.477,55.748],[-4.477,55.751],[-4.486,55.75],[-4.49,55.753],[-4.49,55.756],[-4.493,55.757],[-4.491,55.76],[-4.496,55.763],[-4.504,55.764],[-4.507,55.763],[-4.512,55.758],[-4.517,55.757],[-4.519,55.756],[-4.524,55.75],[-4.528,55.748],[-4.53,55.745],[-4.533,55.743],[-4.536,55.74],[-4.541,55.739],[-4.545,55.734],[-4.548,55.734],[-4.552,55.727],[-4.554,55.726],[-4.559,55.726],[-4.559,55.723],[-4.566,55.717],[-4.572,55.716],[-4.575,55.714],[-4.579,55.712],[-4.579,55.706],[-4.591,55.698],[-4.593,55.696],[-4.591,55.694],[-4.597,55.688],[-4.6,55.685],[-4.606,55.685],[-4.609,55.682],[-4.61,55.678],[-4.614,55.676],[-4.621,55.677],[-4.624,55.675],[-4.63,55.675],[-4.632,55.673],[-4.638,55.672],[-4.639,55.669],[-4.633,55.668],[-4.627,55.669],[-4.621,55.667],[-4.623,55.662],[-4.616,55.663],[-4.603,55.659],[-4.597,55.655],[-4.599,55.652],[-4.604,55.647],[-4.593,55.644],[-4.59,55.646],[-4.582,55.646],[-4.576,55.649],[-4.572,55.649],[-4.572,55.653],[-4.57,55.655],[-4.565,55.656],[-4.555,55.664],[-4.551,55.664],[-4.546,55.667],[-4.54,55.667],[-4.535,55.666],[-4.533,55.664],[-4.531,55.663],[-4.53,55.66],[-4.526,55.659],[-4.519,55.66],[-4.511,55.661],[-4.502,55.665],[-4.493,55.665],[-4.492,55.663],[-4.496,55.656],[-4.51,55.656],[-4.515,55.654],[-4.524,55.651],[-4.531,55.65],[-4.535,55.648],[-4.548,55.645],[-4.554,55.648],[-4.557,55.647],[-4.558,55.641],[-4.56,55.64],[-4.561,55.636],[-4.564,55.634],[-4.57,55.633],[-4.568,55.631],[-4.561,55.629],[-4.559,55.627],[-4.559,55.625],[-4.561,55.623],[-4.567,55.622],[-4.573,55.624],[-4.583,55.619],[-4.588,55.618],[-4.588,55.616],[-4.584,55.614],[-4.584,55.612],[-4.587,55.61],[-4.588,55.608],[-4.585,55.605],[-4.583,55.605],[-4.58,55.603],[-4.592,55.602],[-4.594,55.601],[-4.592,55.598],[-4.584,55.599],[-4.576,55.598],[-4.573,55.601],[-4.567,55.601],[-4.567,55.598],[-4.57,55.594],[-4.569,55.593],[-4.561,55.592],[-4.554,55.593],[-4.55,55.592],[-4.546,55.592],[-4.543,55.594],[-4.536,55.592],[-4.539,55.589],[-4.545,55.587],[-4.542,55.584],[-4.539,55.578],[-4.535,55.576],[-4.539,55.575],[-4.534,55.573],[-4.53,55.574],[-4.524,55.571],[-4.517,55.571],[-4.517,55.567],[-4.509,55.569],[-4.504,55.565],[-4.499,55.563],[-4.492,55.564],[-4.487,55.566],[-4.482,55.564],[-4.471,55.565],[-4.471,55.563],[-4.467,55.563],[-4.464,55.565],[-4.46,55.565],[-4.455,55.562],[-4.453,55.564],[-4.445,55.565],[-4.441,55.564],[-4.437,55.568],[-4.435,55.567],[-4.437,55.564],[-4.437,55.561],[-4.431,55.56],[-4.427,55.561],[-4.426,55.557],[-4.424,55.556],[-4.418,55.557],[-4.414,55.556],[-4.409,55.553],[-4.412,55.552],[-4.412,55.548],[-4.408,55.544],[-4.413,55.537],[-4.41,55.534],[-4.406,55.527],[-4.407,55.524],[-4.402,55.524],[-4.402,55.52],[-4.404,55.518],[-4.399,55.512],[-4.4,55.51],[-4.41,55.51],[-4.412,55.508],[-4.418,55.507],[-4.413,55.504],[-4.413,55.501],[-4.42,55.501],[-4.418,55.499],[-4.425,55.498],[-4.424,55.496],[-4.421,55.495],[-4.417,55.496],[-4.412,55.496],[-4.415,55.493],[-4.412,55.493],[-4.405,55.497],[-4.402,55.496],[-4.393,55.499],[-4.387,55.498],[-4.385,55.495],[-4.389,55.492],[-4.395,55.489],[-4.396,55.484],[-4.39,55.482],[-4.385,55.48],[-4.379,55.481],[-4.375,55.48],[-4.37,55.48],[-4.364,55.482],[-4.358,55.478],[-4.355,55.477],[-4.353,55.479],[-4.349,55.479],[-4.345,55.482],[-4.342,55.483],[-4.329,55.482],[-4.314,55.474],[-4.305,55.471],[-4.303,55.467],[-4.284,55.454],[-4.28,55.455],[-4.278,55.46],[-4.279,55.463],[-4.273,55.463],[-4.262,55.461],[-4.251,55.457],[-4.246,55.456],[-4.239,55.454],[-4.233,55.456],[-4.228,55.459],[-4.224,55.464],[-4.218,55.467],[-4.215,55.466],[-4.208,55.466],[-4.205,55.461],[-4.201,55.46],[-4.194,55.457],[-4.187,55.457],[-4.181,55.455],[-4.173,55.45],[-4.169,55.45],[-4.167,55.448],[-4.162,55.447],[-4.162,55.45],[-4.155,55.451],[-4.141,55.447],[-4.14,55.445],[-4.132,55.443],[-4.126,55.443],[-4.116,55.435],[-4.113,55.43],[-4.105,55.429],[-4.102,55.425],[-4.094,55.425],[-4.091,55.426],[-4.087,55.426],[-4.081,55.427],[-4.076,55.428],[-4.071,55.434],[-4.066,55.436],[-4.061,55.436],[-4.06,55.439],[-4.05,55.438],[-4.047,55.438],[-4.039,55.437],[-4.032,55.436],[-4.025,55.436],[-4.023,55.441],[-4.024,55.443],[-4.02,55.444],[-4.016,55.447],[-4.013,55.448],[-4.011,55.451],[-4.005,55.455],[-3.998,55.455],[-3.996,55.456],[-3.992,55.461],[-3.987,55.461],[-3.986,55.464],[-3.991,55.465],[-4,55.464],[-4.003,55.467],[-4.008,55.471],[-4.017,55.473],[-4.014,55.475],[-4.014,55.478],[-4.012,55.483],[-4.016,55.487],[-4.02,55.489],[-4.026,55.492],[-4.024,55.494],[-4.019,55.495],[-4.02,55.499],[-4.016,55.501],[-4.012,55.505],[-4.008,55.506],[-4.006,55.507],[-3.999,55.51],[-3.994,55.514],[-3.994,55.515],[-3.99,55.52],[-3.988,55.526],[-3.974,55.53],[-3.973,55.534],[-3.965,55.535],[-3.958,55.542],[-3.961,55.545],[-3.958,55.549],[-3.959,55.552],[-3.957,55.556],[-3.959,55.557],[-3.972,55.556],[-3.976,55.562],[-3.976,55.565],[-3.984,55.563],[-3.989,55.563],[-3.991,55.564],[-3.997,55.564],[-4.01,55.57],[-4.008,55.574],[-4.008,55.575],[-4.015,55.577],[-4.023,55.581],[-4.034,55.584],[-4.034,55.588],[-4.037,55.59],[-4.04,55.592],[-4.041,55.589],[-4.049,55.585],[-4.056,55.583],[-4.066,55.58],[-4.065,55.576],[-4.073,55.572],[-4.082,55.568],[-4.086,55.569],[-4.092,55.569],[-4.093,55.57],[-4.101,55.569],[-4.11,55.566],[-4.12,55.567],[-4.126,55.566],[-4.137,55.568],[-4.146,55.57],[-4.148,55.573],[-4.151,55.572],[-4.155,55.569],[-4.159,55.568],[-4.167,55.566],[-4.168,55.565],[-4.181,55.566],[-4.186,55.563],[-4.194,55.561],[-4.201,55.556],[-4.21,55.553],[-4.216,55.553],[-4.221,55.551],[-4.225,55.55],[-4.228,55.552],[-4.228,55.559],[-4.229,55.56],[-4.234,55.561],[-4.236,55.562],[-4.243,55.562],[-4.234,55.565],[-4.228,55.568],[-4.224,55.573],[-4.211,55.578],[-4.209,55.581],[-4.203,55.583],[-4.205,55.586],[-4.202,55.592],[-4.195,55.601],[-4.187,55.603],[-4.177,55.603],[-4.177,55.605],[-4.182,55.605],[-4.185,55.608],[-4.189,55.61],[-4.205,55.615],[-4.203,55.617],[-4.203,55.621],[-4.201,55.624],[-4.202,55.627],[-4.209,55.63],[-4.216,55.631],[-4.222,55.635],[-4.222,55.637],[-4.217,55.644],[-4.217,55.647],[-4.222,55.654],[-4.247,55.674],[-4.247,55.679]]]},"properties":{"PCON24NM":"Kilmarnock and Loudoun","PCON24CD":"S14000040"},"PCON24CD":573}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.449,55.951],[-3.449,55.948],[-3.454,55.945],[-3.474,55.95],[-3.476,55.951],[-3.488,55.954],[-3.501,55.953],[-3.518,55.955],[-3.55,55.955],[-3.554,55.955],[-3.552,55.949],[-3.557,55.947],[-3.553,55.944],[-3.56,55.941],[-3.569,55.94],[-3.568,55.937],[-3.572,55.936],[-3.581,55.935],[-3.579,55.932],[-3.583,55.932],[-3.587,55.929],[-3.596,55.928],[-3.591,55.922],[-3.59,55.92],[-3.583,55.92],[-3.58,55.919],[-3.569,55.918],[-3.563,55.914],[-3.57,55.912],[-3.578,55.907],[-3.575,55.905],[-3.589,55.899],[-3.585,55.895],[-3.576,55.895],[-3.568,55.893],[-3.57,55.891],[-3.564,55.886],[-3.567,55.886],[-3.56,55.881],[-3.554,55.875],[-3.561,55.872],[-3.568,55.87],[-3.57,55.862],[-3.573,55.86],[-3.578,55.856],[-3.582,55.856],[-3.584,55.854],[-3.59,55.859],[-3.596,55.86],[-3.599,55.862],[-3.607,55.863],[-3.613,55.861],[-3.617,55.858],[-3.621,55.858],[-3.627,55.856],[-3.636,55.855],[-3.64,55.856],[-3.65,55.855],[-3.662,55.853],[-3.665,55.856],[-3.673,55.853],[-3.676,55.851],[-3.682,55.849],[-3.698,55.846],[-3.702,55.847],[-3.717,55.844],[-3.721,55.845],[-3.724,55.847],[-3.728,55.846],[-3.733,55.843],[-3.744,55.839],[-3.74,55.831],[-3.733,55.823],[-3.728,55.822],[-3.724,55.818],[-3.721,55.817],[-3.716,55.813],[-3.72,55.812],[-3.722,55.809],[-3.729,55.807],[-3.742,55.799],[-3.733,55.793],[-3.736,55.792],[-3.738,55.787],[-3.742,55.785],[-3.744,55.782],[-3.734,55.779],[-3.733,55.778],[-3.72,55.788],[-3.715,55.79],[-3.705,55.791],[-3.699,55.795],[-3.686,55.797],[-3.68,55.794],[-3.671,55.798],[-3.656,55.802],[-3.64,55.804],[-3.63,55.803],[-3.623,55.803],[-3.617,55.803],[-3.612,55.806],[-3.607,55.806],[-3.592,55.81],[-3.588,55.804],[-3.588,55.802],[-3.583,55.799],[-3.576,55.795],[-3.572,55.794],[-3.565,55.79],[-3.555,55.786],[-3.547,55.791],[-3.541,55.789],[-3.538,55.786],[-3.532,55.784],[-3.529,55.783],[-3.519,55.781],[-3.499,55.776],[-3.488,55.774],[-3.483,55.772],[-3.474,55.771],[-3.47,55.774],[-3.459,55.777],[-3.452,55.781],[-3.448,55.78],[-3.445,55.784],[-3.439,55.786],[-3.438,55.789],[-3.441,55.789],[-3.445,55.793],[-3.441,55.797],[-3.439,55.801],[-3.436,55.806],[-3.429,55.807],[-3.426,55.811],[-3.416,55.809],[-3.411,55.814],[-3.4,55.819],[-3.395,55.82],[-3.391,55.824],[-3.391,55.825],[-3.397,55.832],[-3.404,55.834],[-3.411,55.84],[-3.412,55.843],[-3.416,55.843],[-3.419,55.846],[-3.419,55.848],[-3.415,55.851],[-3.413,55.854],[-3.417,55.86],[-3.415,55.861],[-3.409,55.865],[-3.406,55.865],[-3.4,55.869],[-3.4,55.871],[-3.405,55.87],[-3.414,55.878],[-3.405,55.88],[-3.402,55.881],[-3.401,55.884],[-3.404,55.886],[-3.398,55.888],[-3.391,55.892],[-3.387,55.896],[-3.39,55.899],[-3.39,55.903],[-3.398,55.903],[-3.407,55.903],[-3.419,55.902],[-3.436,55.906],[-3.442,55.905],[-3.444,55.908],[-3.442,55.91],[-3.442,55.913],[-3.438,55.913],[-3.436,55.916],[-3.434,55.917],[-3.434,55.92],[-3.428,55.926],[-3.429,55.932],[-3.421,55.932],[-3.418,55.934],[-3.428,55.936],[-3.439,55.941],[-3.443,55.943],[-3.449,55.951]]]},"properties":{"PCON24NM":"Livingston","PCON24CD":"S14000095"},"PCON24CD":574}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.055,55.912],[-3.061,55.916],[-3.071,55.92],[-3.076,55.919],[-3.079,55.92],[-3.08,55.926],[-3.083,55.927],[-3.085,55.93],[-3.092,55.932],[-3.105,55.93],[-3.112,55.93],[-3.114,55.922],[-3.117,55.915],[-3.105,55.907],[-3.098,55.904],[-3.093,55.9],[-3.112,55.899],[-3.121,55.897],[-3.137,55.892],[-3.148,55.89],[-3.162,55.889],[-3.19,55.893],[-3.201,55.895],[-3.201,55.89],[-3.207,55.89],[-3.212,55.888],[-3.213,55.884],[-3.212,55.882],[-3.225,55.882],[-3.227,55.884],[-3.232,55.884],[-3.237,55.882],[-3.24,55.88],[-3.24,55.878],[-3.249,55.875],[-3.25,55.873],[-3.253,55.87],[-3.261,55.873],[-3.265,55.876],[-3.269,55.876],[-3.274,55.871],[-3.284,55.866],[-3.288,55.866],[-3.292,55.867],[-3.297,55.865],[-3.346,55.832],[-3.35,55.83],[-3.351,55.827],[-3.356,55.825],[-3.361,55.826],[-3.369,55.824],[-3.364,55.819],[-3.359,55.813],[-3.355,55.813],[-3.35,55.808],[-3.348,55.803],[-3.345,55.801],[-3.347,55.794],[-3.342,55.792],[-3.337,55.791],[-3.333,55.794],[-3.327,55.794],[-3.325,55.793],[-3.319,55.795],[-3.311,55.795],[-3.307,55.798],[-3.303,55.797],[-3.305,55.793],[-3.299,55.793],[-3.295,55.795],[-3.29,55.793],[-3.293,55.781],[-3.274,55.775],[-3.265,55.778],[-3.263,55.777],[-3.257,55.778],[-3.251,55.782],[-3.246,55.781],[-3.236,55.779],[-3.231,55.782],[-3.226,55.787],[-3.22,55.784],[-3.214,55.784],[-3.212,55.79],[-3.202,55.796],[-3.196,55.802],[-3.185,55.802],[-3.189,55.796],[-3.184,55.794],[-3.183,55.793],[-3.186,55.789],[-3.177,55.784],[-3.181,55.781],[-3.168,55.78],[-3.168,55.778],[-3.174,55.774],[-3.174,55.772],[-3.17,55.771],[-3.157,55.762],[-3.154,55.761],[-3.162,55.755],[-3.162,55.75],[-3.16,55.747],[-3.155,55.745],[-3.151,55.745],[-3.144,55.74],[-3.146,55.734],[-3.151,55.728],[-3.151,55.725],[-3.145,55.723],[-3.145,55.72],[-3.137,55.72],[-3.139,55.716],[-3.134,55.711],[-3.127,55.71],[-3.12,55.715],[-3.111,55.717],[-3.107,55.718],[-3.103,55.719],[-3.093,55.722],[-3.092,55.724],[-3.097,55.726],[-3.103,55.729],[-3.104,55.732],[-3.103,55.737],[-3.096,55.745],[-3.085,55.751],[-3.081,55.755],[-3.077,55.757],[-3.075,55.76],[-3.062,55.765],[-3.06,55.768],[-3.054,55.77],[-3.05,55.771],[-3.044,55.773],[-3.04,55.776],[-3.038,55.777],[-3.025,55.783],[-3.021,55.783],[-3.014,55.787],[-3.001,55.79],[-2.99,55.795],[-2.982,55.799],[-2.974,55.806],[-2.97,55.806],[-2.967,55.808],[-2.968,55.81],[-2.966,55.813],[-2.96,55.814],[-2.952,55.819],[-2.944,55.812],[-2.941,55.806],[-2.941,55.795],[-2.935,55.793],[-2.927,55.793],[-2.924,55.794],[-2.923,55.797],[-2.919,55.801],[-2.916,55.803],[-2.905,55.806],[-2.903,55.809],[-2.897,55.81],[-2.887,55.806],[-2.879,55.81],[-2.875,55.814],[-2.876,55.817],[-2.874,55.821],[-2.87,55.824],[-2.864,55.826],[-2.856,55.825],[-2.852,55.824],[-2.848,55.819],[-2.846,55.819],[-2.847,55.823],[-2.851,55.826],[-2.857,55.83],[-2.86,55.831],[-2.855,55.834],[-2.862,55.837],[-2.862,55.84],[-2.869,55.839],[-2.874,55.844],[-2.878,55.843],[-2.88,55.845],[-2.88,55.847],[-2.889,55.847],[-2.897,55.849],[-2.899,55.851],[-2.898,55.853],[-2.902,55.855],[-2.901,55.86],[-2.911,55.859],[-2.914,55.857],[-2.918,55.859],[-2.919,55.862],[-2.924,55.863],[-2.927,55.861],[-2.931,55.861],[-2.937,55.864],[-2.936,55.867],[-2.936,55.872],[-2.938,55.875],[-2.941,55.876],[-2.941,55.878],[-2.948,55.881],[-2.949,55.885],[-2.947,55.889],[-2.95,55.892],[-2.962,55.895],[-2.956,55.9],[-2.957,55.9],[-2.967,55.903],[-2.966,55.911],[-2.969,55.912],[-2.974,55.913],[-2.984,55.912],[-2.989,55.913],[-3.003,55.909],[-3.007,55.907],[-3.01,55.902],[-3.018,55.902],[-3.031,55.906],[-3.034,55.908],[-3.042,55.91],[-3.053,55.911],[-3.055,55.912]]]},"properties":{"PCON24NM":"Midlothian","PCON24CD":"S14000045"},"PCON24CD":575}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.744,55.782],[-3.747,55.781],[-3.754,55.777],[-3.754,55.776],[-3.766,55.771],[-3.771,55.772],[-3.779,55.77],[-3.783,55.77],[-3.788,55.771],[-3.795,55.772],[-3.799,55.771],[-3.809,55.768],[-3.813,55.767],[-3.818,55.768],[-3.837,55.765],[-3.844,55.765],[-3.852,55.764],[-3.859,55.764],[-3.868,55.764],[-3.878,55.763],[-3.883,55.764],[-3.889,55.769],[-3.887,55.771],[-3.889,55.774],[-3.888,55.776],[-3.891,55.777],[-3.89,55.782],[-3.887,55.786],[-3.888,55.789],[-3.89,55.79],[-3.89,55.793],[-3.892,55.795],[-3.896,55.794],[-3.901,55.795],[-3.912,55.797],[-3.916,55.795],[-3.918,55.792],[-3.93,55.784],[-3.932,55.788],[-3.937,55.789],[-3.936,55.794],[-3.926,55.798],[-3.925,55.801],[-3.926,55.805],[-3.938,55.805],[-3.944,55.807],[-3.952,55.807],[-3.965,55.809],[-3.981,55.815],[-3.988,55.817],[-3.995,55.818],[-3.993,55.806],[-4,55.81],[-4.005,55.81],[-4.01,55.808],[-4.015,55.807],[-4.017,55.802],[-4.018,55.8],[-4.023,55.801],[-4.029,55.799],[-4.029,55.797],[-4.037,55.796],[-4.044,55.8],[-4.043,55.797],[-4.038,55.792],[-4.025,55.785],[-4.018,55.785],[-4.014,55.781],[-4.002,55.78],[-3.999,55.778],[-4.002,55.776],[-3.998,55.774],[-4.002,55.771],[-3.993,55.769],[-3.982,55.769],[-3.973,55.767],[-3.973,55.763],[-3.963,55.76],[-3.957,55.756],[-3.953,55.753],[-3.941,55.749],[-3.93,55.748],[-3.928,55.745],[-3.924,55.742],[-3.923,55.737],[-3.92,55.736],[-3.916,55.735],[-3.915,55.738],[-3.91,55.739],[-3.904,55.735],[-3.907,55.733],[-3.907,55.731],[-3.902,55.727],[-3.895,55.728],[-3.893,55.727],[-3.896,55.721],[-3.893,55.719],[-3.89,55.721],[-3.887,55.721],[-3.879,55.715],[-3.875,55.713],[-3.874,55.711],[-3.876,55.708],[-3.874,55.704],[-3.869,55.704],[-3.866,55.703],[-3.863,55.7],[-3.855,55.699],[-3.853,55.696],[-3.842,55.693],[-3.838,55.699],[-3.831,55.697],[-3.83,55.7],[-3.825,55.702],[-3.821,55.706],[-3.814,55.703],[-3.806,55.702],[-3.802,55.702],[-3.79,55.702],[-3.778,55.701],[-3.77,55.701],[-3.764,55.7],[-3.759,55.699],[-3.749,55.695],[-3.732,55.691],[-3.725,55.692],[-3.724,55.694],[-3.719,55.694],[-3.716,55.696],[-3.716,55.7],[-3.707,55.701],[-3.702,55.701],[-3.696,55.703],[-3.691,55.706],[-3.688,55.71],[-3.681,55.713],[-3.678,55.717],[-3.673,55.719],[-3.669,55.721],[-3.66,55.721],[-3.658,55.723],[-3.652,55.723],[-3.64,55.729],[-3.635,55.733],[-3.632,55.734],[-3.628,55.737],[-3.627,55.741],[-3.615,55.742],[-3.612,55.738],[-3.604,55.736],[-3.599,55.737],[-3.585,55.743],[-3.569,55.74],[-3.567,55.741],[-3.567,55.742],[-3.566,55.743],[-3.564,55.746],[-3.565,55.747],[-3.567,55.748],[-3.568,55.749],[-3.567,55.749],[-3.567,55.751],[-3.567,55.752],[-3.566,55.755],[-3.565,55.756],[-3.564,55.756],[-3.563,55.757],[-3.562,55.757],[-3.561,55.758],[-3.561,55.76],[-3.557,55.761],[-3.55,55.766],[-3.546,55.767],[-3.54,55.77],[-3.534,55.772],[-3.531,55.779],[-3.529,55.783],[-3.532,55.784],[-3.538,55.786],[-3.541,55.789],[-3.547,55.791],[-3.555,55.786],[-3.565,55.79],[-3.572,55.794],[-3.576,55.795],[-3.583,55.799],[-3.588,55.802],[-3.588,55.804],[-3.592,55.81],[-3.607,55.806],[-3.612,55.806],[-3.617,55.803],[-3.623,55.803],[-3.63,55.803],[-3.64,55.804],[-3.656,55.802],[-3.671,55.798],[-3.68,55.794],[-3.686,55.797],[-3.699,55.795],[-3.705,55.791],[-3.715,55.79],[-3.72,55.788],[-3.733,55.778],[-3.734,55.779],[-3.744,55.782]]]},"properties":{"PCON24NM":"Motherwell, Wishaw and Carluke","PCON24CD":"S14000099"},"PCON24CD":576}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.371,55.838],[-4.371,55.841],[-4.377,55.839],[-4.384,55.839],[-4.392,55.842],[-4.399,55.843],[-4.409,55.843],[-4.418,55.844],[-4.417,55.846],[-4.42,55.847],[-4.428,55.848],[-4.43,55.849],[-4.431,55.852],[-4.443,55.85],[-4.444,55.846],[-4.449,55.845],[-4.457,55.841],[-4.463,55.84],[-4.462,55.846],[-4.46,55.851],[-4.461,55.855],[-4.47,55.853],[-4.477,55.85],[-4.479,55.853],[-4.473,55.854],[-4.467,55.861],[-4.463,55.862],[-4.463,55.866],[-4.471,55.875],[-4.474,55.874],[-4.481,55.875],[-4.485,55.874],[-4.484,55.872],[-4.493,55.869],[-4.5,55.869],[-4.504,55.867],[-4.507,55.87],[-4.514,55.869],[-4.523,55.856],[-4.525,55.856],[-4.526,55.852],[-4.534,55.854],[-4.537,55.856],[-4.546,55.854],[-4.547,55.852],[-4.551,55.852],[-4.554,55.85],[-4.561,55.847],[-4.561,55.844],[-4.566,55.843],[-4.569,55.839],[-4.572,55.839],[-4.578,55.837],[-4.586,55.837],[-4.595,55.839],[-4.601,55.837],[-4.606,55.837],[-4.61,55.835],[-4.619,55.836],[-4.622,55.839],[-4.625,55.839],[-4.628,55.842],[-4.639,55.841],[-4.643,55.839],[-4.655,55.84],[-4.678,55.838],[-4.685,55.84],[-4.695,55.841],[-4.703,55.843],[-4.704,55.847],[-4.71,55.847],[-4.716,55.849],[-4.719,55.851],[-4.729,55.853],[-4.739,55.85],[-4.751,55.85],[-4.754,55.848],[-4.762,55.846],[-4.768,55.846],[-4.771,55.845],[-4.776,55.845],[-4.784,55.844],[-4.784,55.84],[-4.779,55.839],[-4.765,55.833],[-4.758,55.829],[-4.749,55.827],[-4.745,55.824],[-4.722,55.821],[-4.73,55.811],[-4.728,55.81],[-4.718,55.805],[-4.698,55.804],[-4.689,55.805],[-4.686,55.804],[-4.682,55.797],[-4.678,55.793],[-4.673,55.788],[-4.673,55.785],[-4.677,55.782],[-4.677,55.779],[-4.671,55.779],[-4.669,55.774],[-4.665,55.771],[-4.666,55.769],[-4.658,55.766],[-4.657,55.765],[-4.658,55.761],[-4.655,55.76],[-4.649,55.762],[-4.645,55.769],[-4.639,55.775],[-4.635,55.776],[-4.632,55.774],[-4.635,55.771],[-4.634,55.768],[-4.63,55.765],[-4.624,55.764],[-4.618,55.765],[-4.615,55.763],[-4.611,55.767],[-4.607,55.767],[-4.606,55.77],[-4.598,55.772],[-4.595,55.774],[-4.59,55.776],[-4.585,55.777],[-4.583,55.775],[-4.579,55.782],[-4.575,55.783],[-4.573,55.779],[-4.565,55.777],[-4.565,55.775],[-4.561,55.771],[-4.557,55.77],[-4.558,55.767],[-4.551,55.766],[-4.547,55.773],[-4.547,55.775],[-4.542,55.779],[-4.533,55.778],[-4.532,55.777],[-4.522,55.774],[-4.517,55.779],[-4.514,55.784],[-4.511,55.786],[-4.507,55.786],[-4.496,55.791],[-4.497,55.794],[-4.502,55.793],[-4.499,55.798],[-4.495,55.801],[-4.486,55.798],[-4.481,55.798],[-4.473,55.798],[-4.469,55.803],[-4.466,55.805],[-4.457,55.802],[-4.445,55.803],[-4.438,55.806],[-4.435,55.808],[-4.417,55.808],[-4.408,55.811],[-4.405,55.814],[-4.401,55.811],[-4.393,55.816],[-4.381,55.823],[-4.378,55.827],[-4.379,55.829],[-4.374,55.838],[-4.371,55.838]]]},"properties":{"PCON24NM":"Paisley and Renfrewshire South","PCON24CD":"S14000102"},"PCON24CD":577}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.445,56.752],[-2.45,56.751],[-2.455,56.748],[-2.46,56.747],[-2.463,56.748],[-2.467,56.752],[-2.472,56.753],[-2.475,56.755],[-2.478,56.762],[-2.484,56.765],[-2.492,56.766],[-2.503,56.77],[-2.508,56.774],[-2.516,56.776],[-2.519,56.78],[-2.523,56.782],[-2.531,56.785],[-2.539,56.782],[-2.544,56.782],[-2.549,56.783],[-2.551,56.785],[-2.559,56.787],[-2.569,56.786],[-2.581,56.786],[-2.589,56.788],[-2.595,56.787],[-2.598,56.784],[-2.605,56.783],[-2.616,56.783],[-2.616,56.788],[-2.617,56.793],[-2.626,56.799],[-2.631,56.808],[-2.634,56.81],[-2.644,56.812],[-2.651,56.81],[-2.653,56.812],[-2.65,56.815],[-2.651,56.822],[-2.658,56.83],[-2.666,56.835],[-2.666,56.838],[-2.671,56.842],[-2.667,56.845],[-2.671,56.846],[-2.671,56.849],[-2.668,56.85],[-2.672,56.859],[-2.666,56.859],[-2.663,56.871],[-2.661,56.885],[-2.662,56.889],[-2.669,56.89],[-2.681,56.888],[-2.68,56.894],[-2.682,56.898],[-2.679,56.903],[-2.681,56.907],[-2.68,56.909],[-2.687,56.915],[-2.692,56.917],[-2.701,56.921],[-2.707,56.923],[-2.71,56.924],[-2.719,56.923],[-2.725,56.926],[-2.729,56.931],[-2.729,56.934],[-2.735,56.939],[-2.736,56.944],[-2.741,56.949],[-2.746,56.949],[-2.753,56.954],[-2.766,56.96],[-2.773,56.96],[-2.783,56.957],[-2.803,56.958],[-2.817,56.962],[-2.825,56.962],[-2.83,56.97],[-2.834,56.973],[-2.833,56.977],[-2.841,56.974],[-2.851,56.973],[-2.858,56.974],[-2.861,56.979],[-2.867,56.98],[-2.875,56.98],[-2.884,56.986],[-2.892,56.987],[-2.9,56.986],[-2.905,56.983],[-2.913,56.982],[-2.91,56.976],[-2.916,56.976],[-2.924,56.972],[-2.93,56.972],[-2.945,56.974],[-2.947,56.968],[-2.954,56.967],[-2.967,56.97],[-2.974,56.97],[-2.976,56.969],[-2.982,56.968],[-2.994,56.968],[-2.999,56.971],[-3.001,56.968],[-3.007,56.967],[-3.019,56.969],[-3.026,56.973],[-3.03,56.97],[-3.036,56.967],[-3.039,56.967],[-3.046,56.965],[-3.048,56.963],[-3.058,56.964],[-3.06,56.963],[-3.067,56.961],[-3.072,56.96],[-3.083,56.958],[-3.082,56.955],[-3.084,56.951],[-3.094,56.95],[-3.096,56.946],[-3.099,56.945],[-3.094,56.934],[-3.095,56.932],[-3.11,56.919],[-3.111,56.912],[-3.109,56.908],[-3.112,56.903],[-3.109,56.9],[-3.109,56.894],[-3.117,56.892],[-3.12,56.888],[-3.131,56.888],[-3.135,56.89],[-3.139,56.894],[-3.139,56.898],[-3.144,56.9],[-3.148,56.903],[-3.161,56.907],[-3.167,56.908],[-3.174,56.906],[-3.174,56.901],[-3.177,56.902],[-3.18,56.906],[-3.184,56.906],[-3.186,56.904],[-3.199,56.906],[-3.204,56.909],[-3.212,56.911],[-3.221,56.913],[-3.224,56.914],[-3.228,56.917],[-3.235,56.918],[-3.24,56.918],[-3.256,56.92],[-3.262,56.922],[-3.266,56.92],[-3.27,56.92],[-3.272,56.923],[-3.276,56.925],[-3.278,56.928],[-3.284,56.929],[-3.289,56.927],[-3.291,56.925],[-3.283,56.913],[-3.286,56.909],[-3.285,56.907],[-3.298,56.905],[-3.299,56.902],[-3.302,56.9],[-3.309,56.899],[-3.311,56.897],[-3.315,56.897],[-3.322,56.896],[-3.337,56.896],[-3.344,56.891],[-3.349,56.89],[-3.349,56.887],[-3.354,56.884],[-3.361,56.884],[-3.367,56.882],[-3.366,56.879],[-3.369,56.875],[-3.376,56.875],[-3.383,56.879],[-3.387,56.88],[-3.395,56.879],[-3.405,56.884],[-3.411,56.881],[-3.421,56.88],[-3.421,56.882],[-3.43,56.885],[-3.43,56.887],[-3.438,56.886],[-3.442,56.882],[-3.446,56.877],[-3.46,56.875],[-3.465,56.873],[-3.47,56.875],[-3.475,56.874],[-3.482,56.875],[-3.49,56.877],[-3.492,56.882],[-3.499,56.882],[-3.499,56.886],[-3.51,56.888],[-3.515,56.886],[-3.519,56.887],[-3.525,56.887],[-3.529,56.884],[-3.538,56.892],[-3.546,56.887],[-3.549,56.886],[-3.555,56.886],[-3.561,56.884],[-3.564,56.886],[-3.568,56.891],[-3.568,56.895],[-3.561,56.897],[-3.559,56.9],[-3.562,56.902],[-3.563,56.904],[-3.569,56.91],[-3.572,56.911],[-3.573,56.915],[-3.578,56.921],[-3.578,56.923],[-3.577,56.926],[-3.579,56.93],[-3.584,56.931],[-3.603,56.931],[-3.611,56.93],[-3.618,56.926],[-3.627,56.925],[-3.638,56.926],[-3.641,56.923],[-3.65,56.924],[-3.65,56.928],[-3.654,56.929],[-3.654,56.933],[-3.662,56.933],[-3.664,56.931],[-3.67,56.932],[-3.676,56.932],[-3.677,56.927],[-3.676,56.925],[-3.682,56.922],[-3.684,56.916],[-3.696,56.916],[-3.705,56.916],[-3.714,56.918],[-3.725,56.918],[-3.728,56.926],[-3.733,56.931],[-3.741,56.934],[-3.747,56.934],[-3.754,56.932],[-3.761,56.931],[-3.766,56.93],[-3.775,56.926],[-3.783,56.923],[-3.788,56.924],[-3.798,56.932],[-3.802,56.936],[-3.809,56.936],[-3.817,56.934],[-3.822,56.938],[-3.824,56.938],[-3.832,56.936],[-3.835,56.933],[-3.839,56.931],[-3.843,56.927],[-3.853,56.925],[-3.855,56.923],[-3.867,56.926],[-3.872,56.923],[-3.877,56.925],[-3.883,56.925],[-3.887,56.927],[-3.894,56.923],[-3.901,56.925],[-3.901,56.927],[-3.9,56.932],[-3.912,56.931],[-3.92,56.934],[-3.926,56.933],[-3.932,56.935],[-3.936,56.936],[-3.939,56.942],[-3.937,56.946],[-3.939,56.949],[-3.945,56.946],[-3.951,56.947],[-3.954,56.942],[-3.954,56.938],[-3.959,56.936],[-3.966,56.935],[-3.965,56.933],[-3.969,56.929],[-3.967,56.925],[-3.969,56.923],[-3.971,56.918],[-3.964,56.914],[-3.965,56.911],[-3.962,56.91],[-3.966,56.906],[-3.968,56.899],[-3.974,56.898],[-3.977,56.895],[-3.988,56.892],[-3.999,56.89],[-4.001,56.893],[-4,56.894],[-4.002,56.897],[-4.009,56.898],[-4.012,56.898],[-4.013,56.893],[-4.015,56.891],[-4.022,56.889],[-4.025,56.893],[-4.031,56.897],[-4.034,56.901],[-4.039,56.897],[-4.044,56.898],[-4.054,56.897],[-4.055,56.896],[-4.07,56.894],[-4.078,56.897],[-4.081,56.894],[-4.088,56.894],[-4.101,56.895],[-4.116,56.895],[-4.127,56.899],[-4.131,56.898],[-4.136,56.897],[-4.14,56.9],[-4.145,56.9],[-4.156,56.904],[-4.165,56.906],[-4.168,56.905],[-4.174,56.909],[-4.174,56.912],[-4.179,56.909],[-4.184,56.908],[-4.187,56.906],[-4.186,56.904],[-4.189,56.901],[-4.195,56.898],[-4.2,56.894],[-4.199,56.89],[-4.204,56.885],[-4.201,56.882],[-4.192,56.877],[-4.2,56.874],[-4.199,56.87],[-4.204,56.87],[-4.208,56.869],[-4.215,56.87],[-4.218,56.868],[-4.223,56.863],[-4.226,56.863],[-4.228,56.858],[-4.234,56.858],[-4.253,56.853],[-4.259,56.854],[-4.261,56.857],[-4.273,56.851],[-4.279,56.85],[-4.29,56.851],[-4.295,56.853],[-4.303,56.852],[-4.311,56.847],[-4.312,56.843],[-4.319,56.841],[-4.324,56.841],[-4.326,56.839],[-4.33,56.837],[-4.331,56.834],[-4.331,56.824],[-4.343,56.821],[-4.352,56.827],[-4.364,56.83],[-4.374,56.832],[-4.379,56.826],[-4.385,56.824],[-4.393,56.815],[-4.415,56.798],[-4.422,56.791],[-4.435,56.777],[-4.442,56.774],[-4.453,56.777],[-4.463,56.779],[-4.467,56.777],[-4.474,56.782],[-4.48,56.788],[-4.484,56.792],[-4.492,56.794],[-4.494,56.795],[-4.511,56.803],[-4.521,56.805],[-4.529,56.801],[-4.53,56.798],[-4.532,56.796],[-4.536,56.794],[-4.535,56.791],[-4.538,56.787],[-4.545,56.783],[-4.55,56.782],[-4.551,56.776],[-4.547,56.772],[-4.56,56.77],[-4.575,56.766],[-4.581,56.765],[-4.583,56.762],[-4.59,56.76],[-4.586,56.758],[-4.584,56.751],[-4.581,56.746],[-4.578,56.735],[-4.576,56.735],[-4.585,56.73],[-4.592,56.724],[-4.605,56.709],[-4.605,56.707],[-4.595,56.706],[-4.592,56.705],[-4.591,56.702],[-4.592,56.698],[-4.59,56.696],[-4.592,56.693],[-4.597,56.691],[-4.603,56.692],[-4.616,56.691],[-4.631,56.687],[-4.635,56.682],[-4.649,56.679],[-4.653,56.677],[-4.657,56.675],[-4.661,56.676],[-4.667,56.675],[-4.67,56.676],[-4.676,56.677],[-4.679,56.677],[-4.691,56.676],[-4.693,56.675],[-4.703,56.676],[-4.706,56.677],[-4.718,56.677],[-4.719,56.659],[-4.72,56.656],[-4.716,56.643],[-4.709,56.643],[-4.696,56.643],[-4.685,56.642],[-4.679,56.642],[-4.666,56.64],[-4.663,56.64],[-4.648,56.649],[-4.644,56.65],[-4.64,56.653],[-4.633,56.657],[-4.63,56.655],[-4.63,56.649],[-4.631,56.648],[-4.628,56.646],[-4.621,56.641],[-4.619,56.637],[-4.621,56.635],[-4.627,56.631],[-4.631,56.628],[-4.637,56.625],[-4.634,56.622],[-4.626,56.616],[-4.616,56.616],[-4.61,56.615],[-4.597,56.604],[-4.586,56.6],[-4.583,56.594],[-4.576,56.588],[-4.575,56.582],[-4.57,56.576],[-4.56,56.573],[-4.564,56.571],[-4.571,56.572],[-4.577,56.571],[-4.586,56.573],[-4.59,56.575],[-4.596,56.574],[-4.6,56.577],[-4.607,56.572],[-4.612,56.572],[-4.614,56.57],[-4.624,56.57],[-4.632,56.568],[-4.641,56.568],[-4.648,56.563],[-4.649,56.561],[-4.654,56.561],[-4.661,56.562],[-4.668,56.559],[-4.674,56.556],[-4.689,56.552],[-4.692,56.553],[-4.698,56.55],[-4.699,56.545],[-4.698,56.541],[-4.688,56.539],[-4.681,56.54],[-4.671,56.535],[-4.668,56.533],[-4.659,56.534],[-4.654,56.526],[-4.655,56.523],[-4.654,56.518],[-4.659,56.51],[-4.664,56.508],[-4.666,56.505],[-4.676,56.5],[-4.678,56.497],[-4.682,56.492],[-4.686,56.491],[-4.683,56.489],[-4.683,56.486],[-4.678,56.483],[-4.676,56.483],[-4.671,56.48],[-4.658,56.479],[-4.649,56.479],[-4.646,56.477],[-4.639,56.476],[-4.634,56.473],[-4.628,56.475],[-4.624,56.477],[-4.621,56.481],[-4.626,56.484],[-4.625,56.487],[-4.622,56.488],[-4.618,56.488],[-4.615,56.489],[-4.608,56.494],[-4.604,56.495],[-4.601,56.498],[-4.592,56.498],[-4.583,56.5],[-4.578,56.505],[-4.573,56.505],[-4.569,56.503],[-4.562,56.504],[-4.558,56.506],[-4.554,56.505],[-4.542,56.506],[-4.539,56.507],[-4.531,56.505],[-4.528,56.505],[-4.528,56.508],[-4.531,56.51],[-4.531,56.513],[-4.533,56.514],[-4.53,56.518],[-4.522,56.519],[-4.511,56.522],[-4.505,56.519],[-4.502,56.519],[-4.497,56.516],[-4.494,56.513],[-4.491,56.512],[-4.483,56.514],[-4.478,56.513],[-4.468,56.516],[-4.461,56.518],[-4.457,56.518],[-4.45,56.519],[-4.444,56.523],[-4.442,56.525],[-4.437,56.526],[-4.431,56.527],[-4.426,56.525],[-4.417,56.526],[-4.409,56.529],[-4.403,56.527],[-4.396,56.529],[-4.39,56.534],[-4.378,56.534],[-4.374,56.537],[-4.374,56.539],[-4.37,56.542],[-4.371,56.545],[-4.369,56.547],[-4.362,56.547],[-4.358,56.544],[-4.341,56.54],[-4.335,56.54],[-4.331,56.539],[-4.335,56.533],[-4.333,56.529],[-4.328,56.526],[-4.322,56.517],[-4.319,56.516],[-4.311,56.515],[-4.309,56.512],[-4.311,56.51],[-4.307,56.506],[-4.308,56.5],[-4.304,56.494],[-4.299,56.493],[-4.297,56.491],[-4.3,56.489],[-4.3,56.48],[-4.297,56.475],[-4.275,56.479],[-4.243,56.488],[-4.194,56.495],[-4.154,56.51],[-4.147,56.506],[-4.135,56.503],[-4.131,56.502],[-4.126,56.501],[-4.123,56.498],[-4.116,56.495],[-4.108,56.488],[-4.099,56.465],[-4.094,56.467],[-4.097,56.469],[-4.094,56.474],[-4.092,56.474],[-4.082,56.474],[-4.076,56.472],[-4.065,56.47],[-4.062,56.47],[-4.055,56.473],[-4.051,56.477],[-4.047,56.482],[-4.042,56.481],[-4.033,56.479],[-4.025,56.477],[-4.019,56.476],[-4.015,56.475],[-4.005,56.473],[-3.996,56.472],[-3.992,56.474],[-3.987,56.474],[-3.979,56.477],[-3.976,56.476],[-3.961,56.476],[-3.955,56.477],[-3.945,56.477],[-3.942,56.477],[-3.931,56.476],[-3.926,56.477],[-3.919,56.476],[-3.911,56.474],[-3.899,56.472],[-3.895,56.469],[-3.877,56.465],[-3.873,56.465],[-3.867,56.463],[-3.863,56.463],[-3.854,56.464],[-3.851,56.463],[-3.845,56.465],[-3.835,56.464],[-3.826,56.464],[-3.822,56.462],[-3.814,56.464],[-3.811,56.463],[-3.793,56.46],[-3.795,56.455],[-3.791,56.453],[-3.789,56.45],[-3.784,56.45],[-3.777,56.447],[-3.773,56.438],[-3.765,56.436],[-3.759,56.44],[-3.745,56.44],[-3.745,56.441],[-3.739,56.442],[-3.737,56.438],[-3.733,56.435],[-3.726,56.435],[-3.717,56.437],[-3.711,56.437],[-3.707,56.438],[-3.7,56.436],[-3.696,56.436],[-3.689,56.439],[-3.687,56.438],[-3.682,56.44],[-3.677,56.444],[-3.673,56.446],[-3.667,56.444],[-3.667,56.442],[-3.655,56.444],[-3.653,56.442],[-3.649,56.446],[-3.642,56.445],[-3.638,56.446],[-3.634,56.444],[-3.631,56.447],[-3.626,56.446],[-3.62,56.446],[-3.617,56.448],[-3.606,56.446],[-3.602,56.448],[-3.596,56.447],[-3.594,56.445],[-3.59,56.445],[-3.588,56.447],[-3.585,56.447],[-3.58,56.443],[-3.569,56.437],[-3.564,56.437],[-3.563,56.435],[-3.557,56.435],[-3.549,56.434],[-3.542,56.434],[-3.538,56.436],[-3.53,56.437],[-3.53,56.438],[-3.519,56.437],[-3.519,56.434],[-3.515,56.433],[-3.505,56.432],[-3.51,56.429],[-3.509,56.421],[-3.504,56.418],[-3.496,56.416],[-3.492,56.416],[-3.488,56.419],[-3.484,56.419],[-3.475,56.422],[-3.47,56.422],[-3.458,56.425],[-3.463,56.427],[-3.469,56.432],[-3.469,56.434],[-3.464,56.438],[-3.456,56.441],[-3.453,56.444],[-3.458,56.452],[-3.455,56.457],[-3.452,56.459],[-3.449,56.46],[-3.441,56.459],[-3.434,56.46],[-3.432,56.458],[-3.432,56.45],[-3.43,56.445],[-3.427,56.444],[-3.414,56.443],[-3.393,56.448],[-3.39,56.445],[-3.382,56.444],[-3.38,56.441],[-3.382,56.436],[-3.367,56.441],[-3.362,56.437],[-3.357,56.434],[-3.351,56.435],[-3.346,56.433],[-3.337,56.432],[-3.335,56.437],[-3.33,56.444],[-3.327,56.445],[-3.324,56.448],[-3.315,56.45],[-3.31,56.447],[-3.295,56.453],[-3.284,56.458],[-3.283,56.463],[-3.28,56.464],[-3.284,56.468],[-3.276,56.469],[-3.266,56.472],[-3.256,56.477],[-3.248,56.482],[-3.245,56.483],[-3.243,56.486],[-3.25,56.489],[-3.245,56.492],[-3.237,56.494],[-3.237,56.496],[-3.231,56.502],[-3.229,56.503],[-3.219,56.5],[-3.202,56.505],[-3.204,56.511],[-3.21,56.517],[-3.207,56.518],[-3.2,56.515],[-3.195,56.514],[-3.19,56.51],[-3.186,56.508],[-3.193,56.506],[-3.192,56.503],[-3.184,56.501],[-3.178,56.497],[-3.167,56.493],[-3.162,56.49],[-3.158,56.49],[-3.142,56.488],[-3.144,56.48],[-3.13,56.479],[-3.129,56.478],[-3.119,56.477],[-3.117,56.474],[-3.123,56.474],[-3.12,56.468],[-3.104,56.467],[-3.1,56.467],[-3.089,56.467],[-3.098,56.479],[-3.089,56.481],[-3.084,56.481],[-3.082,56.483],[-3.074,56.485],[-3.058,56.484],[-3.051,56.483],[-3.051,56.49],[-3.052,56.497],[-3.045,56.499],[-3.032,56.5],[-3.032,56.502],[-3.01,56.502],[-3.005,56.499],[-2.995,56.498],[-2.989,56.496],[-2.983,56.496],[-2.981,56.494],[-2.976,56.495],[-2.97,56.494],[-2.968,56.495],[-2.968,56.5],[-2.962,56.501],[-2.959,56.499],[-2.955,56.5],[-2.949,56.5],[-2.946,56.508],[-2.944,56.528],[-2.946,56.533],[-2.946,56.538],[-2.945,56.541],[-2.941,56.547],[-2.936,56.547],[-2.924,56.545],[-2.92,56.543],[-2.914,56.545],[-2.914,56.547],[-2.903,56.547],[-2.896,56.545],[-2.892,56.543],[-2.891,56.545],[-2.88,56.55],[-2.877,56.556],[-2.883,56.556],[-2.888,56.561],[-2.887,56.563],[-2.894,56.563],[-2.892,56.571],[-2.886,56.572],[-2.884,56.578],[-2.883,56.579],[-2.884,56.583],[-2.892,56.584],[-2.889,56.588],[-2.888,56.593],[-2.886,56.592],[-2.886,56.598],[-2.884,56.599],[-2.895,56.609],[-2.892,56.61],[-2.881,56.611],[-2.883,56.617],[-2.87,56.617],[-2.861,56.617],[-2.855,56.618],[-2.842,56.618],[-2.835,56.617],[-2.838,56.623],[-2.845,56.631],[-2.839,56.636],[-2.837,56.634],[-2.83,56.63],[-2.823,56.635],[-2.82,56.632],[-2.812,56.633],[-2.806,56.637],[-2.793,56.638],[-2.792,56.637],[-2.78,56.638],[-2.778,56.637],[-2.767,56.639],[-2.759,56.64],[-2.76,56.645],[-2.769,56.647],[-2.773,56.65],[-2.762,56.649],[-2.762,56.657],[-2.748,56.657],[-2.744,56.658],[-2.743,56.655],[-2.739,56.654],[-2.735,56.655],[-2.732,56.657],[-2.733,56.661],[-2.729,56.664],[-2.715,56.665],[-2.717,56.67],[-2.721,56.67],[-2.706,56.681],[-2.693,56.681],[-2.687,56.677],[-2.665,56.677],[-2.662,56.678],[-2.651,56.678],[-2.648,56.68],[-2.642,56.681],[-2.635,56.683],[-2.619,56.687],[-2.616,56.686],[-2.612,56.688],[-2.608,56.683],[-2.612,56.682],[-2.617,56.678],[-2.61,56.674],[-2.604,56.675],[-2.6,56.675],[-2.595,56.671],[-2.593,56.668],[-2.587,56.664],[-2.593,56.662],[-2.591,56.657],[-2.587,56.655],[-2.565,56.66],[-2.558,56.66],[-2.55,56.66],[-2.544,56.663],[-2.537,56.666],[-2.535,56.671],[-2.53,56.671],[-2.525,56.669],[-2.519,56.668],[-2.513,56.668],[-2.506,56.666],[-2.5,56.663],[-2.496,56.664],[-2.492,56.667],[-2.484,56.669],[-2.484,56.671],[-2.481,56.672],[-2.469,56.673],[-2.458,56.678],[-2.451,56.679],[-2.45,56.681],[-2.445,56.686],[-2.441,56.687],[-2.439,56.692],[-2.444,56.693],[-2.441,56.695],[-2.443,56.697],[-2.44,56.699],[-2.436,56.7],[-2.437,56.702],[-2.463,56.702],[-2.469,56.702],[-2.473,56.704],[-2.48,56.704],[-2.484,56.699],[-2.487,56.701],[-2.493,56.699],[-2.516,56.699],[-2.522,56.701],[-2.524,56.703],[-2.528,56.705],[-2.531,56.705],[-2.532,56.709],[-2.526,56.711],[-2.519,56.719],[-2.516,56.723],[-2.509,56.723],[-2.492,56.722],[-2.483,56.721],[-2.478,56.721],[-2.474,56.72],[-2.475,56.716],[-2.472,56.714],[-2.473,56.711],[-2.476,56.708],[-2.471,56.707],[-2.466,56.704],[-2.462,56.703],[-2.455,56.703],[-2.451,56.707],[-2.448,56.712],[-2.446,56.719],[-2.443,56.726],[-2.436,56.739],[-2.426,56.753],[-2.431,56.751],[-2.44,56.751],[-2.445,56.752]]]},"properties":{"PCON24NM":"Angus and Perthshire Glens","PCON24CD":"S14000065"},"PCON24CD":578}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.099,56.465],[-4.108,56.488],[-4.116,56.495],[-4.123,56.498],[-4.126,56.501],[-4.131,56.502],[-4.135,56.503],[-4.147,56.506],[-4.154,56.51],[-4.194,56.495],[-4.243,56.488],[-4.275,56.479],[-4.297,56.475],[-4.3,56.48],[-4.3,56.489],[-4.297,56.491],[-4.299,56.493],[-4.304,56.494],[-4.308,56.5],[-4.307,56.506],[-4.311,56.51],[-4.309,56.512],[-4.311,56.515],[-4.319,56.516],[-4.322,56.517],[-4.328,56.526],[-4.333,56.529],[-4.335,56.533],[-4.331,56.539],[-4.335,56.54],[-4.341,56.54],[-4.358,56.544],[-4.362,56.547],[-4.369,56.547],[-4.371,56.545],[-4.37,56.542],[-4.374,56.539],[-4.374,56.537],[-4.378,56.534],[-4.39,56.534],[-4.396,56.529],[-4.403,56.527],[-4.409,56.529],[-4.417,56.526],[-4.426,56.525],[-4.431,56.527],[-4.437,56.526],[-4.442,56.525],[-4.444,56.523],[-4.45,56.519],[-4.457,56.518],[-4.461,56.518],[-4.468,56.516],[-4.478,56.513],[-4.483,56.514],[-4.491,56.512],[-4.494,56.513],[-4.497,56.516],[-4.502,56.519],[-4.505,56.519],[-4.511,56.522],[-4.522,56.519],[-4.53,56.518],[-4.533,56.514],[-4.531,56.513],[-4.531,56.51],[-4.528,56.508],[-4.528,56.505],[-4.531,56.505],[-4.539,56.507],[-4.542,56.506],[-4.554,56.505],[-4.558,56.506],[-4.562,56.504],[-4.569,56.503],[-4.573,56.505],[-4.578,56.505],[-4.583,56.5],[-4.592,56.498],[-4.601,56.498],[-4.604,56.495],[-4.608,56.494],[-4.615,56.489],[-4.618,56.488],[-4.622,56.488],[-4.625,56.487],[-4.626,56.484],[-4.621,56.481],[-4.624,56.477],[-4.628,56.475],[-4.634,56.473],[-4.639,56.476],[-4.644,56.473],[-4.655,56.473],[-4.661,56.469],[-4.664,56.464],[-4.666,56.462],[-4.675,56.461],[-4.686,56.463],[-4.689,56.462],[-4.694,56.465],[-4.7,56.467],[-4.705,56.462],[-4.721,56.459],[-4.725,56.46],[-4.733,56.455],[-4.729,56.453],[-4.724,56.45],[-4.723,56.446],[-4.726,56.441],[-4.733,56.434],[-4.736,56.434],[-4.747,56.435],[-4.753,56.437],[-4.761,56.436],[-4.766,56.436],[-4.766,56.432],[-4.78,56.428],[-4.782,56.427],[-4.79,56.427],[-4.79,56.424],[-4.795,56.423],[-4.799,56.417],[-4.804,56.416],[-4.812,56.418],[-4.814,56.414],[-4.814,56.408],[-4.816,56.406],[-4.817,56.403],[-4.816,56.4],[-4.813,56.398],[-4.821,56.394],[-4.835,56.39],[-4.836,56.387],[-4.833,56.381],[-4.834,56.378],[-4.837,56.377],[-4.845,56.375],[-4.854,56.371],[-4.853,56.369],[-4.84,56.368],[-4.835,56.367],[-4.832,56.367],[-4.823,56.363],[-4.819,56.36],[-4.813,56.358],[-4.808,56.355],[-4.801,56.356],[-4.799,56.351],[-4.795,56.348],[-4.784,56.343],[-4.78,56.34],[-4.781,56.338],[-4.786,56.336],[-4.793,56.333],[-4.789,56.326],[-4.786,56.324],[-4.774,56.323],[-4.753,56.325],[-4.75,56.327],[-4.743,56.332],[-4.736,56.332],[-4.721,56.327],[-4.721,56.322],[-4.717,56.322],[-4.717,56.326],[-4.719,56.33],[-4.716,56.33],[-4.703,56.327],[-4.696,56.322],[-4.692,56.323],[-4.678,56.326],[-4.667,56.326],[-4.659,56.322],[-4.657,56.317],[-4.661,56.316],[-4.668,56.319],[-4.671,56.315],[-4.677,56.313],[-4.677,56.308],[-4.672,56.304],[-4.678,56.3],[-4.682,56.298],[-4.68,56.293],[-4.679,56.289],[-4.67,56.289],[-4.661,56.286],[-4.661,56.281],[-4.667,56.279],[-4.672,56.282],[-4.68,56.277],[-4.684,56.278],[-4.69,56.279],[-4.694,56.278],[-4.697,56.275],[-4.698,56.271],[-4.697,56.261],[-4.701,56.255],[-4.699,56.246],[-4.697,56.242],[-4.692,56.234],[-4.686,56.22],[-4.685,56.215],[-4.686,56.212],[-4.695,56.204],[-4.695,56.199],[-4.691,56.193],[-4.687,56.187],[-4.673,56.175],[-4.656,56.165],[-4.655,56.163],[-4.658,56.158],[-4.655,56.154],[-4.651,56.151],[-4.652,56.146],[-4.65,56.142],[-4.644,56.135],[-4.642,56.132],[-4.641,56.124],[-4.636,56.12],[-4.632,56.118],[-4.622,56.117],[-4.605,56.116],[-4.597,56.115],[-4.59,56.111],[-4.589,56.107],[-4.593,56.101],[-4.604,56.09],[-4.604,56.087],[-4.598,56.084],[-4.595,56.079],[-4.592,56.075],[-4.588,56.073],[-4.581,56.073],[-4.573,56.075],[-4.566,56.074],[-4.561,56.071],[-4.553,56.071],[-4.533,56.073],[-4.525,56.071],[-4.514,56.065],[-4.51,56.061],[-4.507,56.059],[-4.501,56.059],[-4.5,56.061],[-4.504,56.062],[-4.504,56.064],[-4.5,56.065],[-4.492,56.063],[-4.487,56.06],[-4.476,56.059],[-4.475,56.056],[-4.478,56.055],[-4.48,56.052],[-4.484,56.05],[-4.487,56.05],[-4.499,56.048],[-4.488,56.041],[-4.487,56.039],[-4.489,56.036],[-4.492,56.034],[-4.492,56.031],[-4.488,56.03],[-4.489,56.024],[-4.485,56.023],[-4.481,56.022],[-4.479,56.019],[-4.483,56.012],[-4.477,56.01],[-4.473,56.006],[-4.473,56.005],[-4.47,56.002],[-4.449,56.005],[-4.446,56.003],[-4.445,55.997],[-4.439,55.99],[-4.435,55.988],[-4.434,55.984],[-4.428,55.981],[-4.43,55.979],[-4.418,55.974],[-4.414,55.971],[-4.408,55.972],[-4.402,55.972],[-4.398,55.973],[-4.398,55.977],[-4.394,55.978],[-4.384,55.98],[-4.38,55.98],[-4.375,55.981],[-4.366,55.98],[-4.363,55.978],[-4.364,55.976],[-4.358,55.973],[-4.351,55.972],[-4.345,55.965],[-4.335,55.959],[-4.331,55.958],[-4.32,55.958],[-4.319,55.96],[-4.304,55.957],[-4.295,55.959],[-4.286,55.958],[-4.288,55.961],[-4.294,55.963],[-4.289,55.967],[-4.282,55.967],[-4.273,55.965],[-4.28,55.975],[-4.279,55.977],[-4.274,55.977],[-4.275,55.983],[-4.275,55.993],[-4.276,55.997],[-4.283,55.999],[-4.294,56.009],[-4.295,56.014],[-4.299,56.017],[-4.296,56.02],[-4.296,56.026],[-4.291,56.027],[-4.28,56.029],[-4.275,56.029],[-4.273,56.026],[-4.273,56.023],[-4.267,56.023],[-4.259,56.019],[-4.257,56.017],[-4.25,56.016],[-4.241,56.017],[-4.223,56.02],[-4.219,56.018],[-4.213,56.017],[-4.207,56.017],[-4.198,56.01],[-4.191,56.012],[-4.174,56.019],[-4.174,56.021],[-4.172,56.023],[-4.17,56.027],[-4.168,56.029],[-4.163,56.03],[-4.157,56.025],[-4.158,56.023],[-4.156,56.019],[-4.157,56.014],[-4.152,56.008],[-4.136,56.006],[-4.129,56.009],[-4.123,56.01],[-4.12,56.014],[-4.114,56.015],[-4.112,56.015],[-4.1,56.019],[-4.097,56.027],[-4.086,56.027],[-4.08,56.026],[-4.079,56.027],[-4.062,56.03],[-4.054,56.031],[-4.048,56.03],[-4.044,56.031],[-4.042,56.029],[-4.034,56.029],[-4.032,56.03],[-4.02,56.028],[-4.018,56.03],[-4.01,56.031],[-4.001,56.035],[-3.992,56.038],[-3.978,56.04],[-3.979,56.044],[-3.976,56.048],[-3.973,56.049],[-3.961,56.048],[-3.954,56.05],[-3.947,56.049],[-3.943,56.051],[-3.935,56.049],[-3.93,56.05],[-3.92,56.048],[-3.915,56.049],[-3.905,56.048],[-3.901,56.046],[-3.895,56.046],[-3.89,56.049],[-3.883,56.047],[-3.879,56.047],[-3.873,56.049],[-3.874,56.05],[-3.866,56.05],[-3.861,56.051],[-3.858,56.05],[-3.841,56.051],[-3.835,56.052],[-3.825,56.051],[-3.821,56.054],[-3.815,56.053],[-3.811,56.055],[-3.815,56.058],[-3.812,56.062],[-3.802,56.063],[-3.798,56.066],[-3.8,56.068],[-3.807,56.07],[-3.808,56.073],[-3.813,56.075],[-3.818,56.076],[-3.824,56.079],[-3.829,56.081],[-3.836,56.085],[-3.833,56.088],[-3.829,56.087],[-3.826,56.09],[-3.823,56.091],[-3.822,56.097],[-3.82,56.098],[-3.822,56.099],[-3.833,56.099],[-3.838,56.102],[-3.841,56.107],[-3.838,56.112],[-3.837,56.114],[-3.84,56.116],[-3.851,56.118],[-3.855,56.117],[-3.853,56.113],[-3.854,56.11],[-3.858,56.108],[-3.865,56.106],[-3.873,56.108],[-3.873,56.111],[-3.865,56.115],[-3.864,56.116],[-3.867,56.12],[-3.876,56.119],[-3.88,56.121],[-3.881,56.124],[-3.89,56.131],[-3.884,56.129],[-3.881,56.131],[-3.878,56.135],[-3.87,56.135],[-3.86,56.135],[-3.857,56.138],[-3.86,56.141],[-3.865,56.143],[-3.869,56.147],[-3.874,56.148],[-3.873,56.151],[-3.864,56.152],[-3.854,56.153],[-3.857,56.156],[-3.858,56.165],[-3.853,56.169],[-3.852,56.173],[-3.848,56.176],[-3.848,56.179],[-3.844,56.182],[-3.841,56.189],[-3.842,56.191],[-3.833,56.191],[-3.829,56.197],[-3.799,56.206],[-3.782,56.213],[-3.781,56.217],[-3.764,56.213],[-3.763,56.212],[-3.755,56.21],[-3.752,56.212],[-3.748,56.208],[-3.745,56.201],[-3.741,56.197],[-3.741,56.192],[-3.739,56.19],[-3.731,56.192],[-3.726,56.193],[-3.718,56.192],[-3.714,56.193],[-3.711,56.192],[-3.706,56.193],[-3.693,56.194],[-3.686,56.196],[-3.675,56.193],[-3.667,56.189],[-3.659,56.196],[-3.651,56.203],[-3.646,56.199],[-3.638,56.197],[-3.626,56.201],[-3.623,56.204],[-3.618,56.206],[-3.603,56.205],[-3.604,56.209],[-3.601,56.212],[-3.602,56.216],[-3.599,56.223],[-3.598,56.227],[-3.594,56.229],[-3.592,56.231],[-3.594,56.233],[-3.593,56.236],[-3.596,56.241],[-3.595,56.245],[-3.6,56.246],[-3.608,56.249],[-3.614,56.252],[-3.619,56.257],[-3.617,56.261],[-3.61,56.264],[-3.616,56.268],[-3.629,56.274],[-3.632,56.276],[-3.634,56.282],[-3.642,56.292],[-3.645,56.297],[-3.646,56.305],[-3.654,56.309],[-3.659,56.31],[-3.662,56.311],[-3.655,56.316],[-3.65,56.32],[-3.645,56.325],[-3.639,56.328],[-3.633,56.332],[-3.619,56.336],[-3.611,56.34],[-3.613,56.343],[-3.621,56.342],[-3.622,56.34],[-3.628,56.341],[-3.633,56.34],[-3.634,56.337],[-3.653,56.338],[-3.658,56.336],[-3.67,56.338],[-3.672,56.336],[-3.682,56.332],[-3.69,56.335],[-3.69,56.333],[-3.696,56.332],[-3.701,56.335],[-3.703,56.334],[-3.709,56.329],[-3.719,56.326],[-3.722,56.323],[-3.724,56.318],[-3.722,56.316],[-3.715,56.313],[-3.723,56.308],[-3.735,56.305],[-3.745,56.304],[-3.754,56.301],[-3.755,56.297],[-3.758,56.292],[-3.762,56.292],[-3.795,56.287],[-3.802,56.286],[-3.805,56.284],[-3.815,56.288],[-3.825,56.29],[-3.829,56.292],[-3.844,56.296],[-3.856,56.295],[-3.867,56.296],[-3.871,56.294],[-3.877,56.295],[-3.879,56.296],[-3.885,56.296],[-3.893,56.295],[-3.898,56.296],[-3.9,56.297],[-3.912,56.3],[-3.933,56.303],[-3.941,56.295],[-3.95,56.294],[-3.96,56.295],[-3.965,56.295],[-3.972,56.294],[-3.974,56.292],[-3.979,56.29],[-3.984,56.289],[-3.992,56.291],[-4,56.29],[-4.01,56.288],[-4.009,56.283],[-4.007,56.28],[-4.005,56.275],[-4.026,56.27],[-4.03,56.271],[-4.037,56.269],[-4.04,56.271],[-4.035,56.276],[-4.039,56.28],[-4.052,56.273],[-4.061,56.279],[-4.078,56.29],[-4.08,56.284],[-4.084,56.281],[-4.089,56.281],[-4.094,56.279],[-4.101,56.279],[-4.108,56.28],[-4.116,56.281],[-4.119,56.288],[-4.135,56.294],[-4.14,56.298],[-4.15,56.298],[-4.151,56.3],[-4.161,56.303],[-4.172,56.303],[-4.188,56.304],[-4.191,56.307],[-4.194,56.311],[-4.198,56.314],[-4.209,56.315],[-4.212,56.318],[-4.221,56.32],[-4.226,56.322],[-4.23,56.326],[-4.235,56.326],[-4.237,56.33],[-4.237,56.334],[-4.234,56.335],[-4.227,56.341],[-4.224,56.342],[-4.236,56.348],[-4.242,56.353],[-4.242,56.36],[-4.238,56.367],[-4.24,56.369],[-4.239,56.38],[-4.241,56.384],[-4.196,56.387],[-4.197,56.392],[-4.199,56.397],[-4.196,56.401],[-4.202,56.456],[-4.199,56.459],[-4.195,56.459],[-4.18,56.453],[-4.177,56.45],[-4.166,56.449],[-4.163,56.445],[-4.16,56.445],[-4.157,56.45],[-4.148,56.454],[-4.149,56.457],[-4.142,56.459],[-4.142,56.461],[-4.136,56.462],[-4.134,56.464],[-4.132,56.464],[-4.116,56.463],[-4.11,56.464],[-4.104,56.467],[-4.099,56.465]]]},"properties":{"PCON24NM":"Stirling and Strathallan","PCON24CD":"S14000105"},"PCON24CD":579}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.402,55.972],[-4.408,55.972],[-4.414,55.971],[-4.418,55.974],[-4.43,55.979],[-4.428,55.981],[-4.434,55.984],[-4.435,55.988],[-4.439,55.99],[-4.445,55.997],[-4.446,56.003],[-4.449,56.005],[-4.47,56.002],[-4.473,56.005],[-4.473,56.006],[-4.477,56.01],[-4.483,56.012],[-4.479,56.019],[-4.481,56.022],[-4.485,56.023],[-4.489,56.024],[-4.488,56.03],[-4.492,56.031],[-4.492,56.034],[-4.489,56.036],[-4.487,56.039],[-4.488,56.041],[-4.499,56.048],[-4.487,56.05],[-4.484,56.05],[-4.48,56.052],[-4.478,56.055],[-4.475,56.056],[-4.476,56.059],[-4.487,56.06],[-4.492,56.063],[-4.5,56.065],[-4.504,56.064],[-4.504,56.062],[-4.5,56.061],[-4.501,56.059],[-4.507,56.059],[-4.51,56.061],[-4.514,56.065],[-4.525,56.071],[-4.533,56.073],[-4.553,56.071],[-4.561,56.071],[-4.566,56.074],[-4.573,56.075],[-4.581,56.073],[-4.588,56.073],[-4.592,56.075],[-4.595,56.079],[-4.598,56.084],[-4.6,56.077],[-4.603,56.07],[-4.608,56.064],[-4.615,56.058],[-4.62,56.052],[-4.622,56.044],[-4.62,56.039],[-4.614,56.032],[-4.602,56.02],[-4.609,56.016],[-4.618,56.012],[-4.624,56.01],[-4.623,56.006],[-4.63,56.003],[-4.653,56.008],[-4.659,56.004],[-4.659,56.003],[-4.654,56.001],[-4.654,55.998],[-4.646,55.999],[-4.638,56],[-4.639,55.996],[-4.642,55.994],[-4.634,55.992],[-4.625,55.986],[-4.618,55.989],[-4.616,55.987],[-4.618,55.985],[-4.614,55.981],[-4.617,55.978],[-4.622,55.975],[-4.625,55.972],[-4.619,55.97],[-4.62,55.969],[-4.613,55.967],[-4.612,55.963],[-4.609,55.962],[-4.602,55.958],[-4.607,55.951],[-4.61,55.947],[-4.596,55.944],[-4.588,55.94],[-4.582,55.938],[-4.574,55.938],[-4.563,55.94],[-4.565,55.937],[-4.563,55.935],[-4.556,55.937],[-4.547,55.935],[-4.542,55.933],[-4.535,55.934],[-4.526,55.933],[-4.517,55.932],[-4.516,55.93],[-4.507,55.929],[-4.495,55.93],[-4.492,55.931],[-4.483,55.93],[-4.479,55.928],[-4.467,55.925],[-4.457,55.919],[-4.45,55.912],[-4.444,55.908],[-4.437,55.906],[-4.43,55.906],[-4.419,55.903],[-4.416,55.902],[-4.404,55.894],[-4.4,55.893],[-4.392,55.891],[-4.392,55.89],[-4.387,55.89],[-4.386,55.892],[-4.376,55.89],[-4.372,55.894],[-4.37,55.899],[-4.375,55.9],[-4.39,55.911],[-4.388,55.916],[-4.385,55.918],[-4.38,55.919],[-4.38,55.921],[-4.381,55.927],[-4.384,55.928],[-4.38,55.93],[-4.383,55.934],[-4.389,55.934],[-4.389,55.937],[-4.387,55.94],[-4.39,55.945],[-4.385,55.946],[-4.386,55.952],[-4.394,55.954],[-4.398,55.955],[-4.398,55.958],[-4.4,55.962],[-4.399,55.967],[-4.402,55.972]]]},"properties":{"PCON24NM":"West Dunbartonshire","PCON24CD":"S14000106"},"PCON24CD":580}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.093,57.671],[-3.098,57.67],[-3.1,57.673],[-3.105,57.673],[-3.109,57.676],[-3.116,57.676],[-3.136,57.68],[-3.174,57.688],[-3.195,57.694],[-3.201,57.695],[-3.231,57.702],[-3.241,57.705],[-3.27,57.715],[-3.271,57.713],[-3.268,57.712],[-3.266,57.708],[-3.277,57.713],[-3.283,57.718],[-3.28,57.72],[-3.278,57.723],[-3.28,57.725],[-3.289,57.725],[-3.293,57.724],[-3.296,57.722],[-3.303,57.721],[-3.315,57.721],[-3.329,57.724],[-3.338,57.725],[-3.349,57.724],[-3.356,57.723],[-3.373,57.721],[-3.376,57.72],[-3.385,57.719],[-3.392,57.716],[-3.403,57.716],[-3.412,57.713],[-3.419,57.715],[-3.428,57.711],[-3.437,57.71],[-3.443,57.709],[-3.448,57.707],[-3.452,57.707],[-3.458,57.704],[-3.475,57.704],[-3.482,57.702],[-3.498,57.704],[-3.499,57.702],[-3.49,57.699],[-3.489,57.694],[-3.493,57.684],[-3.497,57.679],[-3.507,57.672],[-3.515,57.668],[-3.524,57.666],[-3.54,57.663],[-3.549,57.662],[-3.56,57.661],[-3.575,57.662],[-3.59,57.662],[-3.614,57.664],[-3.619,57.664],[-3.621,57.663],[-3.612,57.659],[-3.605,57.655],[-3.6,57.651],[-3.595,57.651],[-3.586,57.647],[-3.583,57.643],[-3.582,57.639],[-3.582,57.635],[-3.586,57.634],[-3.59,57.631],[-3.596,57.631],[-3.6,57.634],[-3.609,57.635],[-3.611,57.636],[-3.616,57.634],[-3.62,57.635],[-3.624,57.638],[-3.63,57.634],[-3.635,57.635],[-3.63,57.639],[-3.633,57.641],[-3.641,57.642],[-3.641,57.644],[-3.638,57.644],[-3.626,57.644],[-3.627,57.647],[-3.622,57.651],[-3.622,57.656],[-3.625,57.66],[-3.629,57.661],[-3.633,57.663],[-3.644,57.663],[-3.653,57.663],[-3.698,57.658],[-3.69,57.658],[-3.699,57.653],[-3.696,57.65],[-3.703,57.646],[-3.717,57.641],[-3.72,57.641],[-3.729,57.638],[-3.743,57.632],[-3.754,57.629],[-3.761,57.631],[-3.781,57.625],[-3.799,57.623],[-3.806,57.621],[-3.814,57.617],[-3.821,57.614],[-3.817,57.613],[-3.807,57.618],[-3.797,57.621],[-3.786,57.624],[-3.782,57.624],[-3.783,57.621],[-3.79,57.619],[-3.796,57.615],[-3.8,57.613],[-3.8,57.61],[-3.808,57.61],[-3.814,57.605],[-3.826,57.6],[-3.832,57.597],[-3.838,57.598],[-3.85,57.595],[-3.858,57.593],[-3.86,57.59],[-3.868,57.59],[-3.885,57.589],[-3.914,57.586],[-3.924,57.587],[-3.93,57.586],[-3.936,57.586],[-3.961,57.591],[-3.968,57.592],[-3.99,57.598],[-3.982,57.595],[-3.976,57.593],[-3.97,57.59],[-3.973,57.587],[-3.98,57.592],[-4.002,57.599],[-4.013,57.601],[-4.019,57.598],[-4.019,57.596],[-4.015,57.593],[-4.02,57.592],[-4.036,57.591],[-4.044,57.592],[-4.053,57.591],[-4.058,57.591],[-4.062,57.588],[-4.076,57.583],[-4.071,57.582],[-4.066,57.583],[-4.06,57.582],[-4.054,57.58],[-4.047,57.577],[-4.041,57.572],[-4.038,57.568],[-4.041,57.56],[-4.052,57.553],[-4.068,57.547],[-4.076,57.545],[-4.081,57.543],[-4.095,57.539],[-4.104,57.534],[-4.113,57.524],[-4.118,57.519],[-4.115,57.519],[-4.113,57.516],[-4.119,57.515],[-4.128,57.515],[-4.145,57.518],[-4.15,57.516],[-4.15,57.512],[-4.148,57.505],[-4.149,57.501],[-4.145,57.5],[-4.141,57.501],[-4.128,57.502],[-4.117,57.505],[-4.112,57.508],[-4.104,57.511],[-4.101,57.508],[-4.09,57.501],[-4.08,57.504],[-4.069,57.508],[-4.056,57.501],[-4.059,57.5],[-4.073,57.493],[-4.075,57.491],[-4.068,57.487],[-4.062,57.477],[-4.063,57.472],[-4.059,57.47],[-4.05,57.468],[-4.046,57.465],[-4.045,57.462],[-4.039,57.457],[-4.041,57.455],[-4.036,57.453],[-4.03,57.449],[-4.023,57.447],[-4.023,57.442],[-4.018,57.439],[-4.018,57.437],[-4.026,57.436],[-4.037,57.434],[-4.055,57.435],[-4.056,57.433],[-4.054,57.426],[-4.048,57.428],[-4.044,57.427],[-4.03,57.429],[-4.022,57.431],[-4.026,57.421],[-4.02,57.419],[-4.019,57.418],[-4.014,57.418],[-4.005,57.415],[-3.997,57.42],[-3.993,57.423],[-3.989,57.423],[-3.978,57.427],[-3.963,57.428],[-3.96,57.427],[-3.957,57.424],[-3.954,57.419],[-3.96,57.415],[-3.959,57.413],[-3.962,57.398],[-3.952,57.389],[-3.948,57.387],[-3.943,57.388],[-3.934,57.388],[-3.93,57.385],[-3.926,57.385],[-3.919,57.382],[-3.905,57.383],[-3.902,57.379],[-3.9,57.374],[-3.901,57.371],[-3.896,57.369],[-3.894,57.366],[-3.886,57.366],[-3.891,57.361],[-3.887,57.357],[-3.876,57.351],[-3.856,57.345],[-3.844,57.343],[-3.852,57.337],[-3.858,57.336],[-3.868,57.331],[-3.87,57.329],[-3.884,57.324],[-3.89,57.319],[-3.899,57.318],[-3.911,57.31],[-3.924,57.31],[-3.962,57.293],[-3.965,57.278],[-3.985,57.269],[-4.014,57.253],[-4.042,57.246],[-4.041,57.234],[-4.038,57.223],[-4.043,57.214],[-4.059,57.204],[-4.057,57.199],[-4.063,57.189],[-4.082,57.188],[-4.094,57.184],[-4.115,57.18],[-4.116,57.183],[-4.122,57.184],[-4.127,57.179],[-4.127,57.176],[-4.132,57.177],[-4.137,57.17],[-4.139,57.164],[-4.148,57.161],[-4.154,57.154],[-4.158,57.146],[-4.155,57.143],[-4.149,57.143],[-4.146,57.14],[-4.147,57.138],[-4.141,57.134],[-4.139,57.129],[-4.143,57.128],[-4.153,57.122],[-4.159,57.125],[-4.164,57.127],[-4.172,57.127],[-4.176,57.125],[-4.183,57.123],[-4.19,57.123],[-4.195,57.123],[-4.199,57.124],[-4.21,57.122],[-4.215,57.121],[-4.22,57.123],[-4.227,57.12],[-4.235,57.114],[-4.24,57.114],[-4.242,57.111],[-4.247,57.108],[-4.252,57.108],[-4.254,57.104],[-4.261,57.1],[-4.261,57.098],[-4.27,57.099],[-4.278,57.094],[-4.285,57.096],[-4.293,57.095],[-4.3,57.091],[-4.306,57.09],[-4.312,57.092],[-4.315,57.091],[-4.312,57.085],[-4.312,57.083],[-4.307,57.078],[-4.309,57.074],[-4.316,57.069],[-4.319,57.068],[-4.323,57.063],[-4.327,57.061],[-4.33,57.054],[-4.336,57.055],[-4.341,57.052],[-4.344,57.053],[-4.349,57.053],[-4.352,57.055],[-4.372,57.058],[-4.37,57.063],[-4.372,57.065],[-4.369,57.067],[-4.368,57.07],[-4.376,57.073],[-4.384,57.08],[-4.393,57.083],[-4.397,57.08],[-4.407,57.079],[-4.418,57.075],[-4.429,57.074],[-4.44,57.071],[-4.444,57.072],[-4.447,57.069],[-4.45,57.067],[-4.454,57.068],[-4.461,57.07],[-4.464,57.073],[-4.469,57.074],[-4.474,57.075],[-4.481,57.071],[-4.484,57.065],[-4.489,57.063],[-4.495,57.065],[-4.506,57.067],[-4.51,57.07],[-4.52,57.072],[-4.524,57.069],[-4.53,57.064],[-4.533,57.059],[-4.539,57.054],[-4.545,57.055],[-4.553,57.059],[-4.557,57.057],[-4.567,57.054],[-4.579,57.058],[-4.58,57.061],[-4.583,57.061],[-4.593,57.06],[-4.596,57.058],[-4.597,57.055],[-4.602,57.052],[-4.611,57.05],[-4.612,57.047],[-4.621,57.044],[-4.627,57.044],[-4.633,57.035],[-4.629,57.03],[-4.617,57.027],[-4.613,57.027],[-4.61,57.028],[-4.605,57.026],[-4.609,57.025],[-4.613,57.022],[-4.618,57.02],[-4.615,57.018],[-4.614,57.015],[-4.616,57.012],[-4.612,57.008],[-4.605,57.005],[-4.6,57.005],[-4.602,57.002],[-4.598,56.999],[-4.592,56.997],[-4.588,56.995],[-4.577,56.995],[-4.573,56.991],[-4.568,56.989],[-4.566,56.987],[-4.574,56.981],[-4.576,56.976],[-4.575,56.97],[-4.578,56.97],[-4.578,56.966],[-4.591,56.962],[-4.588,56.96],[-4.59,56.955],[-4.597,56.954],[-4.601,56.951],[-4.594,56.948],[-4.589,56.948],[-4.59,56.95],[-4.588,56.953],[-4.582,56.953],[-4.578,56.949],[-4.569,56.949],[-4.563,56.948],[-4.558,56.949],[-4.541,56.948],[-4.534,56.944],[-4.527,56.944],[-4.522,56.946],[-4.506,56.949],[-4.504,56.949],[-4.498,56.949],[-4.499,56.946],[-4.507,56.941],[-4.515,56.938],[-4.518,56.935],[-4.523,56.932],[-4.533,56.93],[-4.541,56.929],[-4.548,56.924],[-4.551,56.923],[-4.553,56.92],[-4.561,56.918],[-4.56,56.915],[-4.555,56.913],[-4.558,56.908],[-4.562,56.905],[-4.564,56.902],[-4.567,56.9],[-4.57,56.897],[-4.572,56.892],[-4.576,56.888],[-4.574,56.886],[-4.578,56.883],[-4.578,56.881],[-4.575,56.878],[-4.567,56.878],[-4.564,56.877],[-4.559,56.878],[-4.555,56.878],[-4.552,56.875],[-4.553,56.873],[-4.553,56.866],[-4.555,56.863],[-4.56,56.86],[-4.557,56.854],[-4.559,56.851],[-4.565,56.847],[-4.572,56.844],[-4.574,56.842],[-4.581,56.84],[-4.574,56.839],[-4.565,56.839],[-4.563,56.832],[-4.556,56.829],[-4.551,56.831],[-4.547,56.83],[-4.547,56.827],[-4.541,56.825],[-4.538,56.825],[-4.534,56.828],[-4.532,56.831],[-4.526,56.834],[-4.517,56.834],[-4.508,56.834],[-4.518,56.829],[-4.516,56.821],[-4.514,56.818],[-4.522,56.817],[-4.523,56.816],[-4.531,56.813],[-4.534,56.81],[-4.529,56.806],[-4.535,56.802],[-4.532,56.796],[-4.53,56.798],[-4.529,56.801],[-4.521,56.805],[-4.511,56.803],[-4.494,56.795],[-4.492,56.794],[-4.484,56.792],[-4.48,56.788],[-4.474,56.782],[-4.467,56.777],[-4.463,56.779],[-4.453,56.777],[-4.442,56.774],[-4.435,56.777],[-4.422,56.791],[-4.415,56.798],[-4.393,56.815],[-4.385,56.824],[-4.379,56.826],[-4.374,56.832],[-4.364,56.83],[-4.352,56.827],[-4.343,56.821],[-4.331,56.824],[-4.331,56.834],[-4.33,56.837],[-4.326,56.839],[-4.324,56.841],[-4.319,56.841],[-4.312,56.843],[-4.311,56.847],[-4.303,56.852],[-4.295,56.853],[-4.29,56.851],[-4.279,56.85],[-4.273,56.851],[-4.261,56.857],[-4.259,56.854],[-4.253,56.853],[-4.234,56.858],[-4.228,56.858],[-4.226,56.863],[-4.223,56.863],[-4.218,56.868],[-4.215,56.87],[-4.208,56.869],[-4.204,56.87],[-4.199,56.87],[-4.2,56.874],[-4.192,56.877],[-4.201,56.882],[-4.204,56.885],[-4.199,56.89],[-4.2,56.894],[-4.195,56.898],[-4.189,56.901],[-4.186,56.904],[-4.187,56.906],[-4.184,56.908],[-4.179,56.909],[-4.174,56.912],[-4.174,56.909],[-4.168,56.905],[-4.165,56.906],[-4.156,56.904],[-4.145,56.9],[-4.14,56.9],[-4.136,56.897],[-4.131,56.898],[-4.127,56.899],[-4.116,56.895],[-4.101,56.895],[-4.088,56.894],[-4.081,56.894],[-4.078,56.897],[-4.07,56.894],[-4.055,56.896],[-4.054,56.897],[-4.044,56.898],[-4.039,56.897],[-4.034,56.901],[-4.031,56.897],[-4.025,56.893],[-4.022,56.889],[-4.015,56.891],[-4.013,56.893],[-4.012,56.898],[-4.009,56.898],[-4.002,56.897],[-4,56.894],[-4.001,56.893],[-3.999,56.89],[-3.988,56.892],[-3.977,56.895],[-3.974,56.898],[-3.968,56.899],[-3.966,56.906],[-3.962,56.91],[-3.965,56.911],[-3.964,56.914],[-3.971,56.918],[-3.969,56.923],[-3.967,56.925],[-3.969,56.929],[-3.965,56.933],[-3.966,56.935],[-3.959,56.936],[-3.954,56.938],[-3.954,56.942],[-3.951,56.947],[-3.945,56.946],[-3.939,56.949],[-3.937,56.946],[-3.939,56.942],[-3.936,56.936],[-3.932,56.935],[-3.926,56.933],[-3.92,56.934],[-3.912,56.931],[-3.9,56.932],[-3.901,56.927],[-3.901,56.925],[-3.894,56.923],[-3.887,56.927],[-3.883,56.925],[-3.877,56.925],[-3.872,56.923],[-3.867,56.926],[-3.855,56.923],[-3.853,56.925],[-3.843,56.927],[-3.839,56.931],[-3.835,56.933],[-3.832,56.936],[-3.824,56.938],[-3.822,56.938],[-3.817,56.934],[-3.809,56.936],[-3.802,56.936],[-3.8,56.939],[-3.8,56.943],[-3.798,56.947],[-3.793,56.949],[-3.791,56.952],[-3.791,56.957],[-3.788,56.963],[-3.782,56.966],[-3.777,56.967],[-3.772,56.969],[-3.77,56.972],[-3.762,56.974],[-3.758,56.977],[-3.758,56.987],[-3.751,56.991],[-3.748,56.993],[-3.748,57.001],[-3.749,57.003],[-3.747,57.014],[-3.744,57.017],[-3.75,57.02],[-3.75,57.026],[-3.754,57.033],[-3.753,57.034],[-3.757,57.038],[-3.751,57.042],[-3.75,57.045],[-3.742,57.049],[-3.733,57.057],[-3.743,57.057],[-3.747,57.058],[-3.753,57.062],[-3.758,57.069],[-3.756,57.072],[-3.752,57.073],[-3.75,57.076],[-3.735,57.076],[-3.73,57.077],[-3.726,57.08],[-3.715,57.079],[-3.712,57.081],[-3.709,57.088],[-3.705,57.09],[-3.698,57.09],[-3.695,57.091],[-3.684,57.093],[-3.68,57.088],[-3.674,57.084],[-3.677,57.081],[-3.673,57.078],[-3.666,57.076],[-3.669,57.07],[-3.665,57.068],[-3.657,57.069],[-3.655,57.074],[-3.652,57.076],[-3.654,57.081],[-3.648,57.084],[-3.647,57.088],[-3.639,57.087],[-3.633,57.086],[-3.63,57.088],[-3.624,57.088],[-3.62,57.09],[-3.616,57.088],[-3.615,57.087],[-3.611,57.085],[-3.605,57.087],[-3.594,57.084],[-3.59,57.085],[-3.589,57.088],[-3.583,57.092],[-3.576,57.094],[-3.569,57.096],[-3.564,57.095],[-3.558,57.096],[-3.557,57.092],[-3.561,57.086],[-3.559,57.083],[-3.553,57.083],[-3.544,57.085],[-3.541,57.086],[-3.538,57.091],[-3.531,57.09],[-3.526,57.088],[-3.521,57.088],[-3.517,57.086],[-3.507,57.089],[-3.5,57.088],[-3.493,57.089],[-3.488,57.091],[-3.486,57.095],[-3.479,57.094],[-3.478,57.092],[-3.468,57.092],[-3.463,57.093],[-3.46,57.092],[-3.448,57.093],[-3.443,57.095],[-3.441,57.098],[-3.433,57.1],[-3.432,57.103],[-3.423,57.105],[-3.417,57.105],[-3.415,57.1],[-3.41,57.098],[-3.404,57.099],[-3.396,57.101],[-3.384,57.098],[-3.378,57.098],[-3.374,57.1],[-3.369,57.1],[-3.365,57.103],[-3.361,57.108],[-3.356,57.11],[-3.352,57.109],[-3.336,57.111],[-3.335,57.113],[-3.328,57.118],[-3.328,57.123],[-3.324,57.125],[-3.322,57.131],[-3.327,57.135],[-3.336,57.137],[-3.333,57.14],[-3.334,57.143],[-3.349,57.148],[-3.349,57.152],[-3.342,57.155],[-3.342,57.157],[-3.353,57.16],[-3.357,57.167],[-3.358,57.172],[-3.354,57.178],[-3.345,57.182],[-3.328,57.189],[-3.322,57.189],[-3.314,57.192],[-3.298,57.193],[-3.296,57.194],[-3.284,57.193],[-3.28,57.191],[-3.277,57.197],[-3.275,57.2],[-3.264,57.203],[-3.258,57.2],[-3.248,57.201],[-3.243,57.202],[-3.24,57.206],[-3.247,57.21],[-3.249,57.213],[-3.246,57.215],[-3.244,57.221],[-3.235,57.223],[-3.239,57.228],[-3.235,57.233],[-3.229,57.238],[-3.224,57.239],[-3.226,57.242],[-3.219,57.25],[-3.213,57.252],[-3.209,57.256],[-3.202,57.255],[-3.196,57.255],[-3.188,57.263],[-3.185,57.263],[-3.165,57.262],[-3.16,57.264],[-3.157,57.267],[-3.153,57.268],[-3.146,57.273],[-3.143,57.278],[-3.137,57.278],[-3.128,57.276],[-3.127,57.279],[-3.119,57.282],[-3.115,57.28],[-3.11,57.277],[-3.104,57.279],[-3.103,57.281],[-3.092,57.284],[-3.09,57.282],[-3.078,57.281],[-3.073,57.282],[-3.067,57.281],[-3.066,57.277],[-3.057,57.276],[-3.054,57.275],[-3.046,57.277],[-3.042,57.278],[-3.038,57.274],[-3.032,57.273],[-3.03,57.267],[-3.025,57.263],[-3.019,57.262],[-3.018,57.266],[-3.011,57.268],[-3.006,57.27],[-2.998,57.272],[-2.99,57.274],[-2.988,57.278],[-2.984,57.278],[-2.982,57.282],[-2.976,57.285],[-2.973,57.289],[-2.977,57.297],[-2.973,57.303],[-2.962,57.313],[-2.954,57.316],[-2.955,57.318],[-2.962,57.32],[-2.966,57.322],[-2.969,57.327],[-2.972,57.328],[-2.974,57.339],[-2.97,57.342],[-2.97,57.351],[-2.973,57.354],[-2.978,57.357],[-2.984,57.363],[-2.98,57.365],[-2.975,57.37],[-2.969,57.371],[-2.957,57.376],[-2.955,57.378],[-2.962,57.382],[-2.968,57.383],[-2.978,57.388],[-2.986,57.393],[-2.985,57.396],[-2.989,57.399],[-2.996,57.398],[-3,57.4],[-3.003,57.403],[-3.011,57.403],[-3.024,57.405],[-3.019,57.408],[-3.018,57.413],[-3.007,57.421],[-2.991,57.424],[-2.982,57.427],[-2.969,57.434],[-2.958,57.438],[-2.955,57.44],[-2.965,57.44],[-2.975,57.442],[-2.991,57.44],[-2.996,57.444],[-3.011,57.443],[-3.02,57.45],[-3.012,57.453],[-3.011,57.456],[-3.013,57.46],[-3.011,57.462],[-3.006,57.463],[-3.002,57.465],[-2.996,57.467],[-2.992,57.471],[-2.99,57.472],[-2.986,57.478],[-2.987,57.483],[-2.98,57.486],[-2.971,57.493],[-2.973,57.496],[-2.97,57.497],[-2.973,57.503],[-2.982,57.505],[-2.992,57.508],[-2.991,57.512],[-2.995,57.515],[-2.995,57.52],[-2.996,57.525],[-3.001,57.529],[-3.006,57.53],[-3.008,57.529],[-3.014,57.531],[-3.028,57.532],[-3.03,57.534],[-3.028,57.539],[-3.031,57.545],[-3.025,57.547],[-3.022,57.551],[-3.027,57.557],[-3.026,57.56],[-3.018,57.564],[-3.033,57.574],[-3.069,57.577],[-3.081,57.577],[-3.096,57.573],[-3.102,57.574],[-3.104,57.579],[-3.11,57.592],[-3.115,57.593],[-3.115,57.595],[-3.118,57.597],[-3.113,57.601],[-3.108,57.602],[-3.106,57.604],[-3.11,57.607],[-3.112,57.611],[-3.105,57.615],[-3.107,57.62],[-3.104,57.623],[-3.097,57.627],[-3.097,57.629],[-3.1,57.631],[-3.108,57.633],[-3.108,57.635],[-3.103,57.635],[-3.1,57.637],[-3.101,57.644],[-3.096,57.644],[-3.094,57.647],[-3.094,57.65],[-3.097,57.651],[-3.102,57.653],[-3.101,57.657],[-3.104,57.66],[-3.096,57.664],[-3.099,57.667],[-3.099,57.669],[-3.093,57.671]]]},"properties":{"PCON24NM":"Moray West, Nairn and Strathspey","PCON24CD":"S14000098"},"PCON24CD":581}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.572,55.287],[-5.579,55.284],[-5.587,55.286],[-5.594,55.284],[-5.598,55.279],[-5.593,55.276],[-5.582,55.276],[-5.58,55.278],[-5.569,55.278],[-5.565,55.281],[-5.566,55.284],[-5.57,55.285],[-5.572,55.287]]],[[[-5.57,55.29],[-5.569,55.291],[-5.572,55.294],[-5.575,55.293],[-5.573,55.29],[-5.57,55.29]]],[[[-5.539,55.427],[-5.542,55.429],[-5.552,55.424],[-5.548,55.422],[-5.542,55.421],[-5.536,55.423],[-5.539,55.427]]],[[[-6.134,55.621],[-6.142,55.62],[-6.145,55.618],[-6.15,55.618],[-6.153,55.615],[-6.152,55.614],[-6.142,55.613],[-6.142,55.616],[-6.139,55.618],[-6.136,55.618],[-6.132,55.62],[-6.134,55.621]]],[[[-5.747,55.639],[-5.75,55.639],[-5.753,55.637],[-5.758,55.631],[-5.756,55.627],[-5.751,55.625],[-5.745,55.638],[-5.747,55.639]]],[[[-5.739,55.652],[-5.744,55.65],[-5.741,55.648],[-5.739,55.652]]],[[[-6.088,55.644],[-6.093,55.639],[-6.084,55.639],[-6.083,55.643],[-6.088,55.644]]],[[[-6.513,55.677],[-6.516,55.676],[-6.516,55.672],[-6.514,55.671],[-6.506,55.672],[-6.513,55.677]]],[[[-6.517,55.683],[-6.521,55.68],[-6.514,55.679],[-6.517,55.683]]],[[[-5.722,55.729],[-5.726,55.729],[-5.728,55.725],[-5.732,55.723],[-5.736,55.725],[-5.739,55.725],[-5.744,55.72],[-5.741,55.718],[-5.736,55.723],[-5.734,55.72],[-5.736,55.717],[-5.736,55.714],[-5.739,55.711],[-5.737,55.707],[-5.742,55.707],[-5.746,55.709],[-5.749,55.701],[-5.757,55.693],[-5.761,55.69],[-5.761,55.689],[-5.765,55.686],[-5.765,55.684],[-5.77,55.679],[-5.774,55.677],[-5.775,55.673],[-5.771,55.67],[-5.77,55.668],[-5.76,55.669],[-5.759,55.667],[-5.761,55.662],[-5.766,55.66],[-5.769,55.655],[-5.761,55.651],[-5.764,55.649],[-5.764,55.646],[-5.759,55.646],[-5.755,55.648],[-5.755,55.65],[-5.751,55.654],[-5.742,55.659],[-5.734,55.659],[-5.729,55.667],[-5.731,55.669],[-5.737,55.668],[-5.736,55.671],[-5.738,55.673],[-5.737,55.677],[-5.73,55.68],[-5.727,55.68],[-5.727,55.683],[-5.722,55.683],[-5.719,55.684],[-5.722,55.686],[-5.726,55.684],[-5.733,55.683],[-5.734,55.684],[-5.733,55.687],[-5.73,55.689],[-5.73,55.695],[-5.724,55.698],[-5.726,55.704],[-5.732,55.705],[-5.733,55.706],[-5.731,55.711],[-5.724,55.713],[-5.723,55.715],[-5.714,55.718],[-5.714,55.721],[-5.716,55.724],[-5.721,55.725],[-5.722,55.729]]],[[[-5.16,55.805],[-5.165,55.804],[-5.167,55.802],[-5.168,55.791],[-5.166,55.79],[-5.164,55.782],[-5.158,55.777],[-5.152,55.779],[-5.152,55.781],[-5.148,55.782],[-5.147,55.785],[-5.149,55.788],[-5.152,55.789],[-5.153,55.793],[-5.156,55.797],[-5.159,55.805],[-5.16,55.805]]],[[[-5.99,55.789],[-5.994,55.791],[-5.995,55.788],[-5.992,55.787],[-5.99,55.789]]],[[[-6.034,55.791],[-6.035,55.792],[-6.04,55.794],[-6.04,55.791],[-6.034,55.791]]],[[[-5.936,55.834],[-5.929,55.841],[-5.933,55.84],[-5.936,55.837],[-5.936,55.834]]],[[[-5.183,55.925],[-5.187,55.926],[-5.189,55.923],[-5.19,55.921],[-5.196,55.918],[-5.198,55.914],[-5.201,55.914],[-5.21,55.91],[-5.212,55.906],[-5.218,55.904],[-5.221,55.901],[-5.22,55.9],[-5.215,55.9],[-5.211,55.892],[-5.213,55.887],[-5.211,55.883],[-5.207,55.883],[-5.202,55.879],[-5.198,55.873],[-5.192,55.867],[-5.183,55.864],[-5.177,55.86],[-5.169,55.852],[-5.161,55.85],[-5.155,55.847],[-5.146,55.852],[-5.136,55.849],[-5.129,55.845],[-5.127,55.842],[-5.129,55.84],[-5.136,55.838],[-5.139,55.836],[-5.141,55.826],[-5.141,55.819],[-5.14,55.815],[-5.143,55.813],[-5.136,55.811],[-5.135,55.808],[-5.132,55.81],[-5.127,55.809],[-5.125,55.803],[-5.123,55.801],[-5.124,55.795],[-5.128,55.793],[-5.129,55.791],[-5.128,55.788],[-5.124,55.785],[-5.125,55.782],[-5.121,55.78],[-5.122,55.776],[-5.12,55.772],[-5.117,55.772],[-5.104,55.779],[-5.098,55.78],[-5.094,55.778],[-5.095,55.776],[-5.089,55.77],[-5.084,55.768],[-5.079,55.768],[-5.076,55.767],[-5.074,55.764],[-5.072,55.762],[-5.067,55.763],[-5.061,55.759],[-5.062,55.755],[-5.06,55.75],[-5.062,55.748],[-5.057,55.745],[-5.055,55.743],[-5.057,55.741],[-5.05,55.737],[-5.054,55.733],[-5.049,55.732],[-5.039,55.727],[-5.039,55.725],[-5.033,55.722],[-5.028,55.722],[-5.025,55.724],[-5.02,55.726],[-5.019,55.728],[-5.013,55.728],[-5.008,55.727],[-5.01,55.73],[-5.004,55.732],[-5.007,55.741],[-5.012,55.746],[-5.022,55.749],[-5.032,55.754],[-5.032,55.757],[-5.029,55.76],[-5.022,55.763],[-5.017,55.764],[-5.009,55.764],[-5.003,55.767],[-5.001,55.77],[-5.002,55.775],[-5.006,55.777],[-5.007,55.78],[-5.013,55.788],[-5.013,55.798],[-5.016,55.799],[-5.018,55.806],[-5.022,55.809],[-5.021,55.814],[-5.024,55.818],[-5.023,55.822],[-5.022,55.825],[-5.025,55.827],[-5.024,55.832],[-5.025,55.835],[-5.024,55.841],[-5.025,55.844],[-5.028,55.845],[-5.037,55.845],[-5.046,55.842],[-5.052,55.838],[-5.059,55.839],[-5.062,55.841],[-5.063,55.848],[-5.062,55.858],[-5.067,55.859],[-5.072,55.861],[-5.078,55.861],[-5.082,55.86],[-5.091,55.861],[-5.092,55.863],[-5.092,55.866],[-5.087,55.867],[-5.075,55.874],[-5.077,55.88],[-5.08,55.882],[-5.087,55.882],[-5.092,55.884],[-5.096,55.888],[-5.106,55.89],[-5.113,55.892],[-5.121,55.897],[-5.139,55.906],[-5.148,55.913],[-5.154,55.915],[-5.158,55.921],[-5.161,55.922],[-5.169,55.921],[-5.174,55.922],[-5.177,55.925],[-5.183,55.925]]],[[[-5.734,55.916],[-5.738,55.916],[-5.739,55.913],[-5.734,55.913],[-5.734,55.916]]],[[[-6.329,55.903],[-6.333,55.903],[-6.344,55.899],[-6.343,55.896],[-6.338,55.896],[-6.328,55.902],[-6.329,55.903]]],[[[-6.127,55.938],[-6.131,55.937],[-6.134,55.937],[-6.142,55.933],[-6.163,55.933],[-6.167,55.929],[-6.174,55.926],[-6.187,55.926],[-6.191,55.925],[-6.197,55.925],[-6.204,55.922],[-6.207,55.919],[-6.208,55.915],[-6.215,55.912],[-6.219,55.913],[-6.224,55.91],[-6.226,55.908],[-6.234,55.902],[-6.238,55.901],[-6.24,55.899],[-6.255,55.893],[-6.264,55.891],[-6.269,55.888],[-6.267,55.887],[-6.269,55.883],[-6.277,55.879],[-6.279,55.877],[-6.284,55.877],[-6.298,55.875],[-6.311,55.875],[-6.316,55.873],[-6.307,55.867],[-6.309,55.858],[-6.317,55.854],[-6.321,55.849],[-6.32,55.842],[-6.328,55.836],[-6.328,55.833],[-6.324,55.83],[-6.324,55.825],[-6.33,55.824],[-6.334,55.825],[-6.337,55.825],[-6.341,55.829],[-6.346,55.835],[-6.345,55.841],[-6.342,55.844],[-6.342,55.846],[-6.339,55.852],[-6.337,55.854],[-6.337,55.857],[-6.339,55.861],[-6.337,55.869],[-6.326,55.879],[-6.322,55.886],[-6.325,55.891],[-6.332,55.892],[-6.346,55.885],[-6.351,55.88],[-6.356,55.88],[-6.356,55.876],[-6.362,55.876],[-6.371,55.875],[-6.376,55.87],[-6.38,55.87],[-6.385,55.867],[-6.389,55.861],[-6.394,55.857],[-6.407,55.857],[-6.413,55.855],[-6.417,55.854],[-6.423,55.857],[-6.423,55.859],[-6.428,55.861],[-6.431,55.858],[-6.434,55.859],[-6.436,55.856],[-6.439,55.855],[-6.443,55.856],[-6.455,55.852],[-6.456,55.849],[-6.454,55.844],[-6.458,55.843],[-6.456,55.841],[-6.456,55.834],[-6.458,55.831],[-6.461,55.829],[-6.457,55.823],[-6.46,55.821],[-6.458,55.819],[-6.459,55.815],[-6.457,55.813],[-6.459,55.809],[-6.464,55.807],[-6.471,55.806],[-6.471,55.804],[-6.474,55.802],[-6.481,55.798],[-6.486,55.792],[-6.482,55.789],[-6.478,55.788],[-6.476,55.787],[-6.467,55.786],[-6.462,55.787],[-6.457,55.783],[-6.456,55.773],[-6.46,55.77],[-6.459,55.769],[-6.469,55.762],[-6.469,55.759],[-6.47,55.756],[-6.466,55.753],[-6.464,55.75],[-6.471,55.751],[-6.473,55.749],[-6.482,55.747],[-6.487,55.743],[-6.488,55.74],[-6.496,55.737],[-6.498,55.734],[-6.498,55.732],[-6.505,55.722],[-6.506,55.719],[-6.504,55.717],[-6.5,55.717],[-6.494,55.716],[-6.493,55.713],[-6.499,55.71],[-6.5,55.706],[-6.506,55.704],[-6.509,55.702],[-6.516,55.698],[-6.517,55.696],[-6.525,55.693],[-6.521,55.689],[-6.517,55.689],[-6.513,55.684],[-6.514,55.682],[-6.51,55.68],[-6.51,55.677],[-6.501,55.675],[-6.494,55.672],[-6.489,55.672],[-6.482,55.673],[-6.482,55.674],[-6.477,55.676],[-6.473,55.68],[-6.465,55.682],[-6.457,55.687],[-6.455,55.687],[-6.45,55.69],[-6.446,55.69],[-6.441,55.692],[-6.434,55.695],[-6.424,55.701],[-6.415,55.706],[-6.412,55.711],[-6.406,55.714],[-6.397,55.721],[-6.395,55.724],[-6.389,55.728],[-6.383,55.733],[-6.382,55.736],[-6.377,55.738],[-6.378,55.741],[-6.373,55.745],[-6.371,55.751],[-6.369,55.753],[-6.368,55.757],[-6.367,55.758],[-6.362,55.763],[-6.362,55.765],[-6.357,55.769],[-6.357,55.771],[-6.353,55.775],[-6.352,55.78],[-6.347,55.784],[-6.326,55.787],[-6.317,55.786],[-6.308,55.783],[-6.302,55.783],[-6.301,55.785],[-6.296,55.785],[-6.291,55.784],[-6.284,55.782],[-6.277,55.782],[-6.276,55.783],[-6.271,55.783],[-6.263,55.784],[-6.26,55.783],[-6.26,55.781],[-6.253,55.777],[-6.251,55.775],[-6.255,55.771],[-6.259,55.771],[-6.261,55.769],[-6.262,55.764],[-6.265,55.764],[-6.274,55.761],[-6.281,55.76],[-6.286,55.758],[-6.294,55.757],[-6.305,55.748],[-6.308,55.748],[-6.314,55.749],[-6.317,55.745],[-6.324,55.743],[-6.327,55.744],[-6.333,55.741],[-6.331,55.739],[-6.333,55.733],[-6.339,55.73],[-6.337,55.728],[-6.336,55.724],[-6.338,55.722],[-6.34,55.717],[-6.334,55.716],[-6.331,55.714],[-6.323,55.717],[-6.318,55.717],[-6.312,55.716],[-6.302,55.712],[-6.291,55.705],[-6.285,55.699],[-6.283,55.698],[-6.276,55.691],[-6.27,55.682],[-6.27,55.68],[-6.268,55.678],[-6.263,55.667],[-6.26,55.658],[-6.262,55.656],[-6.267,55.654],[-6.269,55.651],[-6.273,55.65],[-6.279,55.651],[-6.286,55.651],[-6.297,55.65],[-6.301,55.65],[-6.304,55.647],[-6.309,55.646],[-6.309,55.643],[-6.313,55.639],[-6.315,55.639],[-6.316,55.635],[-6.321,55.633],[-6.322,55.628],[-6.325,55.627],[-6.331,55.618],[-6.33,55.614],[-6.331,55.611],[-6.328,55.611],[-6.33,55.608],[-6.333,55.605],[-6.331,55.603],[-6.334,55.599],[-6.334,55.594],[-6.338,55.592],[-6.334,55.59],[-6.328,55.588],[-6.32,55.589],[-6.313,55.589],[-6.312,55.582],[-6.305,55.584],[-6.295,55.58],[-6.286,55.581],[-6.282,55.58],[-6.278,55.581],[-6.272,55.58],[-6.267,55.58],[-6.262,55.587],[-6.257,55.589],[-6.25,55.591],[-6.241,55.592],[-6.238,55.595],[-6.234,55.597],[-6.236,55.601],[-6.231,55.606],[-6.227,55.606],[-6.224,55.609],[-6.223,55.611],[-6.216,55.618],[-6.213,55.62],[-6.22,55.627],[-6.218,55.63],[-6.209,55.631],[-6.204,55.633],[-6.194,55.633],[-6.188,55.629],[-6.184,55.629],[-6.185,55.627],[-6.189,55.625],[-6.183,55.624],[-6.178,55.625],[-6.168,55.628],[-6.166,55.63],[-6.161,55.63],[-6.158,55.628],[-6.15,55.629],[-6.149,55.626],[-6.141,55.627],[-6.137,55.629],[-6.137,55.631],[-6.128,55.632],[-6.131,55.634],[-6.124,55.636],[-6.121,55.634],[-6.113,55.637],[-6.11,55.639],[-6.105,55.641],[-6.103,55.64],[-6.092,55.646],[-6.086,55.645],[-6.081,55.641],[-6.077,55.642],[-6.073,55.644],[-6.075,55.646],[-6.071,55.649],[-6.074,55.652],[-6.072,55.654],[-6.078,55.658],[-6.077,55.66],[-6.072,55.664],[-6.067,55.663],[-6.065,55.659],[-6.06,55.661],[-6.058,55.66],[-6.053,55.662],[-6.058,55.665],[-6.05,55.672],[-6.045,55.672],[-6.041,55.677],[-6.038,55.674],[-6.032,55.675],[-6.025,55.679],[-6.024,55.682],[-6.02,55.685],[-6.028,55.685],[-6.023,55.688],[-6.026,55.691],[-6.023,55.694],[-6.028,55.695],[-6.033,55.693],[-6.036,55.695],[-6.031,55.701],[-6.035,55.701],[-6.039,55.704],[-6.04,55.71],[-6.036,55.713],[-6.037,55.715],[-6.032,55.718],[-6.03,55.725],[-6.031,55.729],[-6.041,55.731],[-6.048,55.734],[-6.05,55.737],[-6.05,55.739],[-6.053,55.742],[-6.048,55.752],[-6.049,55.754],[-6.047,55.759],[-6.047,55.764],[-6.052,55.766],[-6.055,55.769],[-6.06,55.772],[-6.062,55.774],[-6.066,55.776],[-6.07,55.777],[-6.075,55.779],[-6.082,55.781],[-6.084,55.783],[-6.086,55.788],[-6.089,55.789],[-6.092,55.792],[-6.092,55.799],[-6.097,55.803],[-6.101,55.81],[-6.104,55.813],[-6.106,55.819],[-6.102,55.825],[-6.104,55.826],[-6.103,55.829],[-6.105,55.834],[-6.105,55.836],[-6.101,55.84],[-6.103,55.843],[-6.104,55.849],[-6.106,55.85],[-6.106,55.853],[-6.109,55.855],[-6.109,55.862],[-6.112,55.866],[-6.113,55.87],[-6.116,55.872],[-6.118,55.877],[-6.12,55.882],[-6.124,55.883],[-6.13,55.886],[-6.132,55.89],[-6.131,55.896],[-6.128,55.897],[-6.128,55.899],[-6.125,55.906],[-6.126,55.908],[-6.123,55.912],[-6.124,55.914],[-6.12,55.922],[-6.122,55.927],[-6.12,55.934],[-6.122,55.937],[-6.127,55.938]]],[[[-5.675,55.953],[-5.681,55.954],[-5.688,55.956],[-5.693,55.956],[-5.697,55.955],[-5.702,55.95],[-5.702,55.946],[-5.706,55.939],[-5.7,55.935],[-5.694,55.933],[-5.689,55.935],[-5.676,55.95],[-5.675,55.953]]],[[[-5.603,56.011],[-5.607,56.007],[-5.605,56.006],[-5.6,56.009],[-5.603,56.011]]],[[[-6.264,56.004],[-6.27,56.003],[-6.262,55.998],[-6.257,55.999],[-6.26,56.002],[-6.264,56.004]]],[[[-5.658,56.027],[-5.661,56.027],[-5.664,56.024],[-5.66,56.023],[-5.658,56.027]]],[[[-6.271,56.018],[-6.278,56.018],[-6.276,56.016],[-6.27,56.015],[-6.263,56.016],[-6.265,56.018],[-6.271,56.018]]],[[[-6.219,56.027],[-6.22,56.028],[-6.227,56.028],[-6.235,56.025],[-6.239,56.027],[-6.247,56.027],[-6.254,56.026],[-6.257,56.025],[-6.269,56.024],[-6.273,56.02],[-6.266,56.019],[-6.26,56.019],[-6.26,56.016],[-6.255,56.015],[-6.252,56.011],[-6.256,56.01],[-6.255,56.006],[-6.259,56.005],[-6.254,56.001],[-6.244,56.005],[-6.237,56.007],[-6.233,56.013],[-6.234,56.016],[-6.231,56.019],[-6.223,56.02],[-6.219,56.019],[-6.214,56.022],[-6.21,56.022],[-6.211,56.027],[-6.219,56.027]]],[[[-5.607,56.124],[-5.612,56.124],[-5.613,56.12],[-5.609,56.121],[-5.607,56.124]]],[[[-5.556,56.142],[-5.562,56.141],[-5.569,56.135],[-5.571,56.131],[-5.566,56.131],[-5.56,56.134],[-5.557,56.137],[-5.556,56.142]]],[[[-6.147,56.133],[-6.149,56.13],[-6.158,56.126],[-6.158,56.125],[-6.164,56.125],[-6.178,56.12],[-6.181,56.118],[-6.181,56.115],[-6.177,56.113],[-6.179,56.11],[-6.175,56.107],[-6.18,56.104],[-6.186,56.102],[-6.191,56.104],[-6.193,56.106],[-6.198,56.106],[-6.2,56.108],[-6.205,56.108],[-6.208,56.106],[-6.214,56.105],[-6.211,56.101],[-6.218,56.099],[-6.222,56.098],[-6.226,56.097],[-6.228,56.093],[-6.234,56.094],[-6.238,56.088],[-6.242,56.087],[-6.249,56.081],[-6.249,56.074],[-6.241,56.073],[-6.249,56.07],[-6.248,56.068],[-6.25,56.066],[-6.247,56.064],[-6.248,56.062],[-6.256,56.06],[-6.258,56.056],[-6.248,56.055],[-6.258,56.053],[-6.255,56.049],[-6.26,56.047],[-6.269,56.045],[-6.268,56.042],[-6.27,56.04],[-6.279,56.039],[-6.279,56.036],[-6.275,56.035],[-6.269,56.036],[-6.258,56.042],[-6.251,56.043],[-6.246,56.045],[-6.243,56.044],[-6.243,56.041],[-6.253,56.036],[-6.246,56.034],[-6.243,56.035],[-6.237,56.033],[-6.229,56.034],[-6.231,56.037],[-6.226,56.039],[-6.221,56.04],[-6.219,56.039],[-6.218,56.035],[-6.221,56.033],[-6.22,56.03],[-6.217,56.028],[-6.205,56.032],[-6.197,56.036],[-6.194,56.037],[-6.189,56.042],[-6.185,56.044],[-6.185,56.046],[-6.189,56.047],[-6.182,56.052],[-6.191,56.057],[-6.19,56.059],[-6.197,56.061],[-6.192,56.063],[-6.184,56.065],[-6.181,56.067],[-6.186,56.068],[-6.182,56.073],[-6.177,56.075],[-6.174,56.075],[-6.168,56.078],[-6.167,56.082],[-6.164,56.085],[-6.163,56.091],[-6.159,56.092],[-6.159,56.095],[-6.156,56.098],[-6.152,56.1],[-6.15,56.103],[-6.151,56.105],[-6.146,56.106],[-6.144,56.108],[-6.144,56.111],[-6.143,56.114],[-6.134,56.12],[-6.133,56.122],[-6.14,56.123],[-6.14,56.124],[-6.138,56.127],[-6.142,56.128],[-6.146,56.131],[-6.147,56.133]]],[[[-5.62,56.152],[-5.625,56.15],[-5.622,56.147],[-5.62,56.152]]],[[[-5.709,56.15],[-5.712,56.148],[-5.721,56.148],[-5.724,56.146],[-5.723,56.143],[-5.718,56.14],[-5.725,56.14],[-5.73,56.142],[-5.737,56.141],[-5.738,56.139],[-5.745,56.138],[-5.749,56.135],[-5.746,56.132],[-5.747,56.13],[-5.753,56.128],[-5.756,56.126],[-5.754,56.124],[-5.757,56.122],[-5.762,56.124],[-5.771,56.121],[-5.772,56.118],[-5.774,56.117],[-5.778,56.117],[-5.785,56.108],[-5.79,56.108],[-5.791,56.111],[-5.797,56.113],[-5.805,56.109],[-5.803,56.107],[-5.804,56.103],[-5.811,56.103],[-5.813,56.101],[-5.818,56.101],[-5.823,56.096],[-5.821,56.09],[-5.823,56.089],[-5.836,56.089],[-5.842,56.085],[-5.845,56.083],[-5.857,56.079],[-5.863,56.079],[-5.872,56.075],[-5.88,56.069],[-5.886,56.067],[-5.888,56.068],[-5.894,56.066],[-5.903,56.061],[-5.905,56.055],[-5.91,56.054],[-5.915,56.05],[-5.92,56.048],[-5.927,56.047],[-5.932,56.044],[-5.94,56.041],[-5.945,56.038],[-5.95,56.038],[-5.955,56.034],[-5.956,56.032],[-5.961,56.03],[-5.964,56.027],[-5.963,56.026],[-5.966,56.021],[-5.964,56.017],[-5.965,56.015],[-5.971,56.014],[-5.976,56.012],[-5.977,56.008],[-5.982,56.006],[-5.99,56],[-5.993,55.995],[-5.998,55.992],[-6.002,55.986],[-6,55.983],[-6,55.98],[-6.002,55.979],[-6.003,55.974],[-5.998,55.974],[-5.994,55.976],[-5.99,55.974],[-5.988,55.972],[-5.98,55.97],[-5.977,55.971],[-5.972,55.97],[-5.971,55.966],[-5.967,55.965],[-5.961,55.968],[-5.959,55.968],[-5.951,55.965],[-5.95,55.963],[-5.942,55.963],[-5.938,55.961],[-5.93,55.964],[-5.925,55.962],[-5.921,55.969],[-5.918,55.971],[-5.917,55.974],[-5.913,55.974],[-5.906,55.973],[-5.903,55.977],[-5.895,55.974],[-5.894,55.976],[-5.897,55.979],[-5.894,55.982],[-5.891,55.982],[-5.89,55.978],[-5.885,55.98],[-5.889,55.971],[-5.882,55.97],[-5.88,55.974],[-5.869,55.976],[-5.864,55.98],[-5.856,55.989],[-5.851,55.988],[-5.854,55.985],[-5.852,55.982],[-5.852,55.979],[-5.856,55.977],[-5.859,55.977],[-5.863,55.974],[-5.866,55.976],[-5.872,55.974],[-5.874,55.972],[-5.879,55.972],[-5.885,55.965],[-5.887,55.969],[-5.893,55.965],[-5.898,55.965],[-5.899,55.964],[-5.906,55.96],[-5.91,55.96],[-5.913,55.959],[-5.916,55.956],[-5.92,55.957],[-5.925,55.959],[-5.93,55.959],[-5.935,55.958],[-5.936,55.956],[-5.94,55.955],[-5.947,55.954],[-5.954,55.956],[-5.959,55.956],[-5.964,55.953],[-5.979,55.949],[-5.984,55.95],[-5.986,55.952],[-5.995,55.95],[-5.998,55.951],[-6,55.953],[-6.007,55.951],[-6.011,55.948],[-6.017,55.947],[-6.026,55.947],[-6.033,55.942],[-6.043,55.939],[-6.047,55.935],[-6.055,55.929],[-6.055,55.928],[-6.061,55.923],[-6.063,55.922],[-6.065,55.916],[-6.072,55.91],[-6.074,55.906],[-6.087,55.9],[-6.088,55.896],[-6.092,55.892],[-6.092,55.887],[-6.094,55.883],[-6.092,55.881],[-6.095,55.873],[-6.097,55.872],[-6.092,55.866],[-6.086,55.863],[-6.088,55.855],[-6.09,55.853],[-6.09,55.849],[-6.091,55.847],[-6.086,55.84],[-6.088,55.835],[-6.086,55.83],[-6.082,55.827],[-6.081,55.823],[-6.081,55.822],[-6.078,55.817],[-6.074,55.815],[-6.072,55.812],[-6.066,55.808],[-6.065,55.806],[-6.055,55.803],[-6.051,55.803],[-6.042,55.802],[-6.037,55.799],[-6.035,55.797],[-6.028,55.795],[-6.014,55.798],[-6.002,55.797],[-5.998,55.795],[-5.991,55.794],[-5.984,55.796],[-5.98,55.795],[-5.978,55.792],[-5.975,55.793],[-5.967,55.794],[-5.964,55.792],[-5.96,55.799],[-5.957,55.802],[-5.959,55.804],[-5.956,55.809],[-5.951,55.812],[-5.954,55.815],[-5.953,55.817],[-5.945,55.823],[-5.943,55.823],[-5.943,55.83],[-5.946,55.831],[-5.951,55.835],[-5.951,55.837],[-5.944,55.847],[-5.945,55.85],[-5.943,55.854],[-5.942,55.857],[-5.937,55.867],[-5.93,55.87],[-5.923,55.872],[-5.913,55.872],[-5.907,55.871],[-5.905,55.868],[-5.902,55.867],[-5.895,55.872],[-5.899,55.873],[-5.895,55.877],[-5.9,55.881],[-5.9,55.884],[-5.897,55.89],[-5.892,55.892],[-5.888,55.893],[-5.882,55.892],[-5.881,55.889],[-5.882,55.884],[-5.875,55.888],[-5.875,55.891],[-5.878,55.894],[-5.878,55.897],[-5.874,55.9],[-5.877,55.902],[-5.876,55.905],[-5.874,55.909],[-5.869,55.913],[-5.868,55.917],[-5.863,55.919],[-5.861,55.922],[-5.853,55.928],[-5.851,55.932],[-5.851,55.934],[-5.848,55.937],[-5.851,55.939],[-5.849,55.945],[-5.844,55.948],[-5.838,55.955],[-5.838,55.959],[-5.834,55.968],[-5.836,55.97],[-5.832,55.971],[-5.831,55.968],[-5.827,55.969],[-5.824,55.972],[-5.82,55.973],[-5.817,55.978],[-5.815,55.979],[-5.809,55.99],[-5.809,55.993],[-5.804,55.999],[-5.797,56.005],[-5.795,56.011],[-5.791,56.014],[-5.788,56.013],[-5.784,56.016],[-5.782,56.014],[-5.777,56.016],[-5.775,56.02],[-5.772,56.021],[-5.769,56.025],[-5.768,56.03],[-5.763,56.032],[-5.761,56.035],[-5.756,56.039],[-5.758,56.041],[-5.752,56.05],[-5.739,56.065],[-5.734,56.068],[-5.731,56.073],[-5.727,56.074],[-5.725,56.079],[-5.72,56.081],[-5.716,56.086],[-5.712,56.089],[-5.708,56.095],[-5.706,56.096],[-5.698,56.101],[-5.698,56.105],[-5.694,56.108],[-5.69,56.109],[-5.688,56.111],[-5.688,56.114],[-5.691,56.12],[-5.694,56.121],[-5.693,56.124],[-5.688,56.124],[-5.687,56.129],[-5.692,56.129],[-5.693,56.134],[-5.692,56.137],[-5.697,56.144],[-5.704,56.149],[-5.709,56.15]]],[[[-5.551,56.163],[-5.558,56.163],[-5.561,56.157],[-5.559,56.157],[-5.556,56.16],[-5.551,56.163]]],[[[-5.528,56.166],[-5.535,56.165],[-5.544,56.16],[-5.546,56.153],[-5.551,56.151],[-5.556,56.147],[-5.549,56.146],[-5.54,56.154],[-5.541,56.156],[-5.535,56.161],[-5.531,56.163],[-5.528,56.166]]],[[[-5.546,56.166],[-5.541,56.171],[-5.533,56.175],[-5.528,56.18],[-5.531,56.18],[-5.536,56.178],[-5.541,56.175],[-5.546,56.17],[-5.549,56.165],[-5.546,56.166]]],[[[-5.689,56.2],[-5.693,56.197],[-5.703,56.197],[-5.704,56.195],[-5.71,56.194],[-5.711,56.193],[-5.717,56.193],[-5.727,56.19],[-5.731,56.186],[-5.732,56.181],[-5.737,56.177],[-5.743,56.178],[-5.748,56.176],[-5.75,56.171],[-5.752,56.17],[-5.748,56.165],[-5.749,56.164],[-5.744,56.161],[-5.737,56.16],[-5.734,56.16],[-5.729,56.159],[-5.718,56.159],[-5.715,56.161],[-5.711,56.16],[-5.708,56.161],[-5.701,56.16],[-5.695,56.162],[-5.694,56.163],[-5.683,56.17],[-5.68,56.167],[-5.676,56.168],[-5.672,56.168],[-5.67,56.171],[-5.672,56.177],[-5.675,56.178],[-5.676,56.18],[-5.679,56.183],[-5.679,56.187],[-5.676,56.192],[-5.681,56.193],[-5.684,56.197],[-5.689,56.2]]],[[[-5.57,56.206],[-5.568,56.208],[-5.57,56.21],[-5.574,56.206],[-5.57,56.206]]],[[[-5.722,56.21],[-5.725,56.206],[-5.719,56.207],[-5.719,56.209],[-5.722,56.21]]],[[[-5.609,56.229],[-5.612,56.226],[-5.615,56.219],[-5.617,56.217],[-5.619,56.209],[-5.615,56.206],[-5.612,56.206],[-5.613,56.203],[-5.611,56.195],[-5.607,56.197],[-5.593,56.204],[-5.59,56.204],[-5.589,56.207],[-5.59,56.21],[-5.593,56.213],[-5.59,56.217],[-5.593,56.223],[-5.596,56.227],[-5.599,56.226],[-5.603,56.229],[-5.607,56.228],[-5.609,56.229]]],[[[-5.801,56.223],[-5.798,56.227],[-5.8,56.229],[-5.813,56.222],[-5.819,56.216],[-5.815,56.217],[-5.801,56.223]]],[[[-5.711,56.235],[-5.714,56.233],[-5.718,56.234],[-5.724,56.233],[-5.727,56.228],[-5.725,56.227],[-5.716,56.228],[-5.71,56.235],[-5.711,56.235]]],[[[-5.692,56.23],[-5.69,56.235],[-5.694,56.235],[-5.697,56.23],[-5.699,56.228],[-5.698,56.225],[-5.701,56.221],[-5.707,56.218],[-5.712,56.219],[-5.713,56.215],[-5.715,56.212],[-5.711,56.208],[-5.701,56.212],[-5.701,56.208],[-5.698,56.206],[-5.698,56.202],[-5.686,56.203],[-5.686,56.204],[-5.69,56.208],[-5.695,56.21],[-5.691,56.219],[-5.693,56.228],[-5.692,56.23]]],[[[-5.665,56.24],[-5.667,56.237],[-5.664,56.236],[-5.662,56.239],[-5.665,56.24]]],[[[-5.719,56.239],[-5.723,56.236],[-5.718,56.235],[-5.716,56.238],[-5.719,56.239]]],[[[-5.78,56.238],[-5.786,56.237],[-5.791,56.233],[-5.789,56.232],[-5.783,56.234],[-5.78,56.238]]],[[[-5.751,56.246],[-5.75,56.248],[-5.752,56.25],[-5.766,56.248],[-5.775,56.244],[-5.778,56.239],[-5.775,56.237],[-5.772,56.237],[-5.764,56.241],[-5.753,56.242],[-5.751,56.246]]],[[[-5.609,56.266],[-5.618,56.262],[-5.622,56.256],[-5.626,56.254],[-5.625,56.252],[-5.621,56.25],[-5.612,56.251],[-5.612,56.253],[-5.608,56.256],[-5.607,56.259],[-5.609,56.266]]],[[[-5.639,56.271],[-5.643,56.267],[-5.648,56.264],[-5.651,56.261],[-5.654,56.254],[-5.655,56.25],[-5.651,56.247],[-5.654,56.24],[-5.66,56.233],[-5.662,56.228],[-5.661,56.226],[-5.666,56.219],[-5.661,56.217],[-5.657,56.217],[-5.656,56.215],[-5.66,56.214],[-5.655,56.21],[-5.65,56.209],[-5.651,56.207],[-5.649,56.202],[-5.65,56.199],[-5.648,56.195],[-5.643,56.191],[-5.637,56.19],[-5.634,56.188],[-5.631,56.189],[-5.632,56.192],[-5.63,56.193],[-5.629,56.199],[-5.631,56.203],[-5.63,56.206],[-5.634,56.208],[-5.63,56.214],[-5.631,56.218],[-5.629,56.224],[-5.627,56.224],[-5.627,56.23],[-5.623,56.233],[-5.621,56.239],[-5.618,56.243],[-5.619,56.249],[-5.629,56.252],[-5.63,56.255],[-5.634,56.255],[-5.632,56.258],[-5.633,56.259],[-5.63,56.262],[-5.632,56.267],[-5.637,56.271],[-5.639,56.271]]],[[[-6.292,56.268],[-6.291,56.269],[-6.295,56.271],[-6.296,56.268],[-6.292,56.268]]],[[[-5.656,56.294],[-5.662,56.294],[-5.662,56.291],[-5.653,56.29],[-5.654,56.292],[-5.656,56.294]]],[[[-6.35,56.275],[-6.356,56.275],[-6.349,56.272],[-6.345,56.274],[-6.35,56.275]]],[[[-6.383,56.294],[-6.389,56.292],[-6.386,56.29],[-6.383,56.294]]],[[[-5.663,56.317],[-5.666,56.316],[-5.669,56.317],[-5.673,56.315],[-5.677,56.311],[-5.675,56.308],[-5.671,56.309],[-5.67,56.312],[-5.666,56.315],[-5.662,56.315],[-5.663,56.317]]],[[[-6.373,56.301],[-6.377,56.299],[-6.376,56.296],[-6.379,56.293],[-6.385,56.291],[-6.386,56.288],[-6.379,56.286],[-6.376,56.289],[-6.372,56.286],[-6.362,56.284],[-6.359,56.288],[-6.356,56.293],[-6.354,56.299],[-6.361,56.299],[-6.366,56.301],[-6.373,56.301]]],[[[-5.582,56.32],[-5.581,56.323],[-5.583,56.325],[-5.589,56.322],[-5.59,56.32],[-5.595,56.319],[-5.597,56.317],[-5.6,56.316],[-5.601,56.313],[-5.606,56.313],[-5.608,56.31],[-5.612,56.311],[-5.606,56.315],[-5.611,56.316],[-5.613,56.319],[-5.62,56.321],[-5.629,56.316],[-5.633,56.315],[-5.638,56.313],[-5.645,56.305],[-5.649,56.302],[-5.647,56.3],[-5.654,56.297],[-5.648,56.293],[-5.642,56.294],[-5.635,56.291],[-5.633,56.289],[-5.637,56.285],[-5.637,56.281],[-5.634,56.279],[-5.637,56.275],[-5.633,56.27],[-5.627,56.266],[-5.623,56.265],[-5.615,56.271],[-5.61,56.277],[-5.606,56.279],[-5.602,56.278],[-5.599,56.28],[-5.601,56.283],[-5.602,56.287],[-5.6,56.29],[-5.609,56.293],[-5.607,56.298],[-5.6,56.3],[-5.598,56.299],[-5.59,56.302],[-5.591,56.305],[-5.588,56.308],[-5.588,56.31],[-5.585,56.313],[-5.582,56.32]]],[[[-6.365,56.339],[-6.372,56.338],[-6.369,56.335],[-6.365,56.339]]],[[[-6.386,56.35],[-6.39,56.35],[-6.391,56.348],[-6.397,56.347],[-6.402,56.348],[-6.404,56.346],[-6.408,56.346],[-6.417,56.341],[-6.427,56.339],[-6.431,56.334],[-6.423,56.329],[-6.422,56.325],[-6.425,56.324],[-6.425,56.321],[-6.429,56.321],[-6.437,56.317],[-6.44,56.316],[-6.445,56.314],[-6.44,56.31],[-6.434,56.309],[-6.432,56.308],[-6.428,56.309],[-6.422,56.307],[-6.419,56.308],[-6.412,56.313],[-6.409,56.313],[-6.399,56.322],[-6.393,56.328],[-6.392,56.331],[-6.386,56.335],[-6.385,56.338],[-6.385,56.342],[-6.384,56.347],[-6.381,56.349],[-6.386,56.35]]],[[[-5.499,56.426],[-5.501,56.422],[-5.505,56.418],[-5.51,56.418],[-5.514,56.414],[-5.527,56.411],[-5.53,56.413],[-5.535,56.413],[-5.54,56.41],[-5.543,56.408],[-5.553,56.41],[-5.562,56.408],[-5.566,56.405],[-5.568,56.402],[-5.565,56.398],[-5.569,56.397],[-5.573,56.399],[-5.573,56.392],[-5.579,56.392],[-5.583,56.391],[-5.585,56.387],[-5.585,56.384],[-5.587,56.381],[-5.584,56.38],[-5.573,56.382],[-5.565,56.38],[-5.563,56.379],[-5.558,56.378],[-5.554,56.377],[-5.56,56.373],[-5.559,56.37],[-5.552,56.373],[-5.542,56.38],[-5.543,56.381],[-5.535,56.386],[-5.537,56.389],[-5.53,56.39],[-5.526,56.393],[-5.527,56.396],[-5.523,56.398],[-5.519,56.399],[-5.515,56.402],[-5.511,56.407],[-5.505,56.409],[-5.502,56.412],[-5.499,56.412],[-5.497,56.416],[-5.5,56.417],[-5.496,56.421],[-5.491,56.42],[-5.492,56.423],[-5.499,56.426]]],[[[-5.431,56.456],[-5.428,56.458],[-5.432,56.46],[-5.434,56.457],[-5.431,56.456]]],[[[-6.337,56.437],[-6.339,56.44],[-6.342,56.439],[-6.345,56.436],[-6.341,56.434],[-6.337,56.437]]],[[[-6.151,56.447],[-6.154,56.447],[-6.158,56.445],[-6.164,56.445],[-6.166,56.441],[-6.161,56.44],[-6.157,56.443],[-6.15,56.446],[-6.151,56.447]]],[[[-6.263,56.455],[-6.266,56.455],[-6.267,56.453],[-6.264,56.449],[-6.259,56.446],[-6.25,56.449],[-6.256,56.455],[-6.263,56.455]]],[[[-6.091,56.47],[-6.092,56.469],[-6.097,56.468],[-6.101,56.464],[-6.098,56.463],[-6.09,56.462],[-6.08,56.463],[-6.076,56.466],[-6.076,56.467],[-6.082,56.47],[-6.085,56.469],[-6.091,56.47]]],[[[-6.47,56.463],[-6.475,56.463],[-6.478,56.461],[-6.481,56.457],[-6.474,56.459],[-6.47,56.463]]],[[[-5.579,56.497],[-5.581,56.498],[-5.593,56.492],[-5.586,56.491],[-5.584,56.493],[-5.579,56.494],[-5.579,56.497]]],[[[-6.289,56.497],[-6.292,56.498],[-6.295,56.496],[-6.301,56.496],[-6.298,56.493],[-6.303,56.493],[-6.308,56.49],[-6.306,56.487],[-6.299,56.481],[-6.293,56.479],[-6.287,56.482],[-6.282,56.482],[-6.282,56.478],[-6.279,56.474],[-6.276,56.475],[-6.271,56.48],[-6.271,56.483],[-6.268,56.483],[-6.263,56.486],[-6.255,56.492],[-6.254,56.494],[-6.264,56.494],[-6.275,56.492],[-6.28,56.498],[-6.289,56.497]]],[[[-6.226,56.5],[-6.231,56.5],[-6.23,56.495],[-6.233,56.494],[-6.237,56.495],[-6.244,56.498],[-6.249,56.496],[-6.25,56.493],[-6.255,56.492],[-6.26,56.486],[-6.262,56.483],[-6.266,56.479],[-6.262,56.475],[-6.254,56.474],[-6.247,56.473],[-6.247,56.469],[-6.244,56.469],[-6.241,56.466],[-6.235,56.469],[-6.225,56.468],[-6.225,56.471],[-6.219,56.47],[-6.215,56.472],[-6.212,56.47],[-6.208,56.472],[-6.206,56.469],[-6.208,56.468],[-6.209,56.463],[-6.198,56.461],[-6.194,56.462],[-6.194,56.464],[-6.19,56.466],[-6.186,56.466],[-6.18,56.465],[-6.176,56.466],[-6.175,56.464],[-6.168,56.464],[-6.16,56.463],[-6.154,56.47],[-6.15,56.469],[-6.142,56.471],[-6.143,56.475],[-6.146,56.476],[-6.15,56.475],[-6.154,56.483],[-6.159,56.482],[-6.162,56.48],[-6.166,56.483],[-6.165,56.484],[-6.169,56.487],[-6.173,56.488],[-6.177,56.484],[-6.18,56.485],[-6.189,56.485],[-6.192,56.487],[-6.195,56.49],[-6.2,56.493],[-6.204,56.493],[-6.206,56.495],[-6.221,56.5],[-6.226,56.5]]],[[[-6.306,56.497],[-6.31,56.498],[-6.305,56.493],[-6.303,56.496],[-6.306,56.497]]],[[[-6.421,56.497],[-6.422,56.494],[-6.427,56.491],[-6.427,56.487],[-6.43,56.484],[-6.425,56.483],[-6.425,56.486],[-6.418,56.491],[-6.417,56.493],[-6.421,56.497]]],[[[-5.407,56.537],[-5.415,56.535],[-5.421,56.533],[-5.429,56.527],[-5.424,56.526],[-5.413,56.528],[-5.409,56.527],[-5.407,56.531],[-5.401,56.535],[-5.401,56.537],[-5.407,56.537]]],[[[-6.388,56.51],[-6.393,56.514],[-6.394,56.511],[-6.398,56.51],[-6.397,56.505],[-6.388,56.509],[-6.388,56.51]]],[[[-5.428,56.561],[-5.437,56.56],[-5.441,56.557],[-5.45,56.552],[-5.46,56.551],[-5.462,56.551],[-5.465,56.556],[-5.47,56.558],[-5.473,56.553],[-5.467,56.551],[-5.468,56.549],[-5.472,56.548],[-5.477,56.548],[-5.481,56.545],[-5.482,56.543],[-5.487,56.54],[-5.493,56.537],[-5.5,56.53],[-5.501,56.528],[-5.506,56.525],[-5.508,56.523],[-5.524,56.514],[-5.529,56.513],[-5.529,56.511],[-5.533,56.508],[-5.536,56.507],[-5.541,56.504],[-5.544,56.504],[-5.56,56.499],[-5.567,56.497],[-5.571,56.498],[-5.574,56.496],[-5.572,56.494],[-5.574,56.492],[-5.573,56.49],[-5.577,56.484],[-5.575,56.48],[-5.576,56.476],[-5.592,56.467],[-5.597,56.463],[-5.598,56.461],[-5.59,56.462],[-5.585,56.463],[-5.572,56.469],[-5.57,56.469],[-5.561,56.473],[-5.555,56.476],[-5.552,56.475],[-5.544,56.481],[-5.537,56.487],[-5.531,56.49],[-5.524,56.492],[-5.516,56.496],[-5.507,56.498],[-5.5,56.504],[-5.499,56.505],[-5.492,56.51],[-5.493,56.512],[-5.489,56.515],[-5.486,56.519],[-5.481,56.521],[-5.474,56.525],[-5.467,56.529],[-5.464,56.533],[-5.455,56.539],[-5.453,56.541],[-5.446,56.543],[-5.445,56.546],[-5.441,56.547],[-5.434,56.551],[-5.433,56.555],[-5.428,56.561]]],[[[-6.762,56.518],[-6.769,56.517],[-6.766,56.515],[-6.762,56.518]]],[[[-5.388,56.595],[-5.39,56.595],[-5.399,56.593],[-5.403,56.59],[-5.404,56.587],[-5.397,56.579],[-5.394,56.579],[-5.39,56.582],[-5.386,56.586],[-5.384,56.593],[-5.382,56.594],[-5.388,56.595]]],[[[-6.754,56.556],[-6.758,56.555],[-6.759,56.549],[-6.762,56.547],[-6.764,56.544],[-6.771,56.544],[-6.775,56.542],[-6.775,56.539],[-6.781,56.537],[-6.787,56.537],[-6.793,56.535],[-6.798,56.535],[-6.808,56.543],[-6.812,56.542],[-6.815,56.543],[-6.82,56.542],[-6.82,56.54],[-6.825,56.541],[-6.832,56.54],[-6.835,56.537],[-6.839,56.536],[-6.844,56.534],[-6.846,56.532],[-6.855,56.532],[-6.859,56.531],[-6.86,56.529],[-6.858,56.527],[-6.864,56.522],[-6.873,56.519],[-6.879,56.518],[-6.887,56.52],[-6.888,56.523],[-6.892,56.527],[-6.895,56.524],[-6.902,56.524],[-6.905,56.529],[-6.915,56.531],[-6.916,56.528],[-6.92,56.526],[-6.925,56.526],[-6.931,56.527],[-6.934,56.53],[-6.943,56.529],[-6.946,56.53],[-6.951,56.529],[-6.954,56.527],[-6.951,56.524],[-6.955,56.521],[-6.961,56.52],[-6.966,56.521],[-6.971,56.519],[-6.972,56.517],[-6.978,56.517],[-6.979,56.511],[-6.984,56.506],[-6.997,56.506],[-6.999,56.503],[-6.995,56.503],[-6.993,56.505],[-6.986,56.504],[-6.988,56.501],[-6.983,56.501],[-6.978,56.496],[-6.981,56.491],[-6.977,56.49],[-6.974,56.488],[-6.979,56.484],[-6.976,56.482],[-6.978,56.479],[-6.978,56.474],[-6.973,56.471],[-6.97,56.468],[-6.976,56.463],[-6.979,56.462],[-6.982,56.459],[-6.981,56.453],[-6.978,56.452],[-6.972,56.453],[-6.967,56.458],[-6.957,56.459],[-6.949,56.458],[-6.943,56.457],[-6.943,56.455],[-6.939,56.452],[-6.938,56.448],[-6.933,56.446],[-6.933,56.444],[-6.922,56.442],[-6.919,56.443],[-6.915,56.442],[-6.907,56.442],[-6.904,56.444],[-6.892,56.445],[-6.892,56.449],[-6.895,56.451],[-6.893,56.457],[-6.891,56.46],[-6.894,56.464],[-6.894,56.469],[-6.897,56.471],[-6.896,56.474],[-6.885,56.48],[-6.876,56.489],[-6.867,56.491],[-6.853,56.492],[-6.848,56.492],[-6.848,56.489],[-6.844,56.489],[-6.841,56.491],[-6.837,56.491],[-6.833,56.491],[-6.828,56.49],[-6.821,56.491],[-6.819,56.489],[-6.815,56.488],[-6.812,56.492],[-6.808,56.492],[-6.807,56.496],[-6.81,56.498],[-6.808,56.499],[-6.804,56.5],[-6.803,56.502],[-6.795,56.506],[-6.798,56.508],[-6.805,56.51],[-6.808,56.513],[-6.812,56.512],[-6.814,56.513],[-6.814,56.516],[-6.81,56.52],[-6.805,56.524],[-6.789,56.527],[-6.779,56.528],[-6.773,56.527],[-6.766,56.523],[-6.754,56.528],[-6.75,56.527],[-6.742,56.527],[-6.732,56.525],[-6.73,56.527],[-6.723,56.53],[-6.725,56.538],[-6.727,56.541],[-6.73,56.543],[-6.734,56.542],[-6.742,56.544],[-6.747,56.547],[-6.754,56.556]]],[[[-6.711,56.568],[-6.717,56.568],[-6.726,56.564],[-6.73,56.564],[-6.733,56.562],[-6.727,56.56],[-6.722,56.561],[-6.716,56.563],[-6.714,56.565],[-6.708,56.564],[-6.706,56.567],[-6.711,56.568]]],[[[-6.046,56.625],[-6.043,56.621],[-6.044,56.617],[-6.04,56.614],[-6.033,56.613],[-6.033,56.615],[-6.034,56.619],[-6.038,56.62],[-6.038,56.622],[-6.046,56.625]]],[[[-6.522,56.61],[-6.526,56.609],[-6.527,56.607],[-6.523,56.606],[-6.52,56.609],[-6.522,56.61]]],[[[-6.123,56.655],[-6.129,56.656],[-6.129,56.652],[-6.134,56.65],[-6.142,56.651],[-6.146,56.653],[-6.15,56.652],[-6.152,56.65],[-6.156,56.649],[-6.16,56.646],[-6.167,56.644],[-6.166,56.642],[-6.183,56.641],[-6.189,56.644],[-6.198,56.642],[-6.201,56.636],[-6.206,56.634],[-6.205,56.632],[-6.196,56.626],[-6.2,56.626],[-6.207,56.631],[-6.213,56.632],[-6.217,56.634],[-6.226,56.631],[-6.228,56.629],[-6.226,56.627],[-6.227,56.623],[-6.229,56.622],[-6.226,56.618],[-6.227,56.614],[-6.223,56.609],[-6.219,56.606],[-6.224,56.605],[-6.219,56.602],[-6.214,56.6],[-6.215,56.598],[-6.21,56.595],[-6.204,56.594],[-6.198,56.591],[-6.188,56.586],[-6.192,56.586],[-6.194,56.584],[-6.2,56.587],[-6.203,56.586],[-6.204,56.59],[-6.209,56.592],[-6.212,56.595],[-6.215,56.596],[-6.227,56.602],[-6.226,56.603],[-6.234,56.606],[-6.237,56.608],[-6.241,56.61],[-6.246,56.609],[-6.252,56.612],[-6.255,56.612],[-6.258,56.614],[-6.262,56.613],[-6.264,56.606],[-6.27,56.605],[-6.271,56.603],[-6.277,56.603],[-6.28,56.606],[-6.29,56.607],[-6.297,56.606],[-6.302,56.603],[-6.306,56.604],[-6.31,56.602],[-6.316,56.602],[-6.318,56.604],[-6.324,56.605],[-6.32,56.598],[-6.322,56.596],[-6.317,56.592],[-6.316,56.585],[-6.316,56.58],[-6.31,56.576],[-6.306,56.576],[-6.298,56.579],[-6.287,56.581],[-6.281,56.58],[-6.28,56.576],[-6.285,56.576],[-6.295,56.57],[-6.294,56.569],[-6.3,56.565],[-6.304,56.564],[-6.307,56.559],[-6.311,56.559],[-6.32,56.556],[-6.326,56.557],[-6.334,56.555],[-6.337,56.552],[-6.339,56.55],[-6.336,56.546],[-6.34,56.542],[-6.34,56.54],[-6.336,56.535],[-6.328,56.533],[-6.321,56.533],[-6.312,56.531],[-6.312,56.529],[-6.307,56.529],[-6.295,56.529],[-6.29,56.527],[-6.29,56.525],[-6.287,56.523],[-6.28,56.525],[-6.276,56.523],[-6.269,56.524],[-6.264,56.523],[-6.263,56.525],[-6.252,56.527],[-6.251,56.526],[-6.24,56.528],[-6.235,56.528],[-6.229,56.53],[-6.225,56.529],[-6.226,56.527],[-6.221,56.523],[-6.212,56.522],[-6.207,56.521],[-6.201,56.517],[-6.194,56.516],[-6.19,56.514],[-6.187,56.51],[-6.181,56.513],[-6.175,56.511],[-6.172,56.51],[-6.175,56.507],[-6.166,56.504],[-6.155,56.502],[-6.147,56.499],[-6.15,56.496],[-6.145,56.496],[-6.143,56.493],[-6.138,56.493],[-6.139,56.49],[-6.146,56.486],[-6.15,56.486],[-6.15,56.481],[-6.143,56.48],[-6.138,56.48],[-6.135,56.479],[-6.134,56.477],[-6.126,56.475],[-6.122,56.472],[-6.11,56.475],[-6.105,56.478],[-6.102,56.479],[-6.097,56.479],[-6.09,56.48],[-6.081,56.479],[-6.081,56.481],[-6.065,56.483],[-6.061,56.485],[-6.055,56.487],[-6.043,56.487],[-6.035,56.488],[-6.031,56.491],[-6.025,56.493],[-6.021,56.496],[-6.015,56.498],[-6.013,56.5],[-6.007,56.5],[-5.997,56.489],[-5.996,56.485],[-6.002,56.478],[-6.005,56.478],[-6.01,56.476],[-6.01,56.474],[-6.016,56.47],[-6.018,56.468],[-6.021,56.467],[-6.027,56.467],[-6.034,56.465],[-6.042,56.463],[-6.046,56.46],[-6.051,56.454],[-6.055,56.451],[-6.062,56.451],[-6.064,56.45],[-6.078,56.448],[-6.084,56.448],[-6.099,56.451],[-6.108,56.451],[-6.118,56.451],[-6.124,56.45],[-6.129,56.448],[-6.129,56.444],[-6.132,56.44],[-6.14,56.439],[-6.138,56.435],[-6.138,56.431],[-6.145,56.428],[-6.145,56.424],[-6.147,56.421],[-6.151,56.419],[-6.15,56.416],[-6.156,56.41],[-6.159,56.408],[-6.167,56.405],[-6.169,56.403],[-6.179,56.401],[-6.186,56.398],[-6.19,56.395],[-6.195,56.392],[-6.2,56.39],[-6.2,56.389],[-6.205,56.386],[-6.204,56.384],[-6.209,56.38],[-6.207,56.377],[-6.209,56.374],[-6.205,56.369],[-6.204,56.365],[-6.195,56.359],[-6.186,56.359],[-6.176,56.357],[-6.172,56.358],[-6.153,56.365],[-6.145,56.367],[-6.135,56.366],[-6.123,56.368],[-6.117,56.366],[-6.111,56.366],[-6.101,56.367],[-6.092,56.371],[-6.083,56.372],[-6.08,56.373],[-6.073,56.379],[-6.072,56.383],[-6.066,56.383],[-6.06,56.38],[-6.064,56.377],[-6.061,56.376],[-6.057,56.377],[-6.056,56.381],[-6.043,56.387],[-6.04,56.389],[-6.029,56.393],[-6.023,56.395],[-6.019,56.394],[-6.015,56.391],[-6.01,56.392],[-6.003,56.394],[-6.001,56.39],[-5.997,56.388],[-5.99,56.39],[-5.982,56.388],[-5.983,56.384],[-5.988,56.384],[-5.993,56.383],[-5.998,56.383],[-6,56.386],[-6.015,56.388],[-6.017,56.387],[-6.011,56.381],[-6.012,56.379],[-6.003,56.38],[-6.006,56.376],[-6.013,56.371],[-6.019,56.365],[-6.025,56.364],[-6.032,56.364],[-6.034,56.363],[-6.042,56.362],[-6.044,56.36],[-6.065,56.356],[-6.071,56.356],[-6.076,56.354],[-6.085,56.353],[-6.089,56.351],[-6.089,56.347],[-6.091,56.346],[-6.097,56.345],[-6.104,56.343],[-6.109,56.344],[-6.124,56.344],[-6.129,56.345],[-6.129,56.342],[-6.142,56.34],[-6.142,56.337],[-6.152,56.337],[-6.159,56.337],[-6.173,56.341],[-6.178,56.341],[-6.181,56.339],[-6.185,56.337],[-6.179,56.336],[-6.18,56.334],[-6.186,56.334],[-6.19,56.332],[-6.2,56.335],[-6.203,56.337],[-6.209,56.334],[-6.214,56.333],[-6.216,56.336],[-6.227,56.342],[-6.238,56.344],[-6.251,56.342],[-6.251,56.337],[-6.248,56.335],[-6.246,56.332],[-6.238,56.331],[-6.236,56.328],[-6.241,56.326],[-6.241,56.324],[-6.239,56.32],[-6.234,56.317],[-6.237,56.316],[-6.244,56.319],[-6.248,56.319],[-6.252,56.32],[-6.262,56.32],[-6.263,56.319],[-6.268,56.318],[-6.271,56.319],[-6.274,56.322],[-6.285,56.323],[-6.288,56.322],[-6.29,56.327],[-6.285,56.326],[-6.28,56.324],[-6.277,56.325],[-6.269,56.324],[-6.268,56.326],[-6.274,56.335],[-6.273,56.338],[-6.277,56.337],[-6.285,56.341],[-6.287,56.338],[-6.291,56.34],[-6.293,56.344],[-6.301,56.344],[-6.303,56.342],[-6.309,56.343],[-6.309,56.344],[-6.316,56.344],[-6.317,56.343],[-6.324,56.344],[-6.327,56.346],[-6.339,56.348],[-6.34,56.346],[-6.347,56.346],[-6.351,56.345],[-6.354,56.343],[-6.357,56.344],[-6.358,56.34],[-6.365,56.338],[-6.368,56.332],[-6.368,56.327],[-6.371,56.326],[-6.37,56.324],[-6.373,56.321],[-6.371,56.318],[-6.373,56.313],[-6.374,56.31],[-6.367,56.311],[-6.365,56.309],[-6.367,56.307],[-6.366,56.304],[-6.362,56.303],[-6.348,56.306],[-6.352,56.302],[-6.354,56.297],[-6.353,56.293],[-6.348,56.292],[-6.351,56.29],[-6.349,56.288],[-6.35,56.283],[-6.348,56.281],[-6.338,56.282],[-6.333,56.285],[-6.33,56.285],[-6.323,56.282],[-6.328,56.281],[-6.331,56.279],[-6.33,56.276],[-6.33,56.273],[-6.322,56.27],[-6.317,56.27],[-6.313,56.269],[-6.304,56.267],[-6.301,56.27],[-6.3,56.273],[-6.291,56.271],[-6.285,56.271],[-6.277,56.272],[-6.273,56.273],[-6.274,56.268],[-6.271,56.265],[-6.265,56.264],[-6.263,56.268],[-6.257,56.272],[-6.259,56.273],[-6.256,56.275],[-6.254,56.278],[-6.254,56.283],[-6.251,56.287],[-6.245,56.289],[-6.238,56.288],[-6.234,56.287],[-6.233,56.285],[-6.225,56.283],[-6.224,56.286],[-6.218,56.288],[-6.215,56.29],[-6.207,56.29],[-6.203,56.292],[-6.198,56.291],[-6.194,56.29],[-6.189,56.29],[-6.177,56.287],[-6.175,56.288],[-6.169,56.29],[-6.164,56.289],[-6.163,56.287],[-6.156,56.285],[-6.151,56.285],[-6.145,56.289],[-6.143,56.284],[-6.137,56.287],[-6.136,56.291],[-6.13,56.294],[-6.127,56.297],[-6.12,56.297],[-6.112,56.296],[-6.101,56.297],[-6.096,56.297],[-6.087,56.298],[-6.083,56.3],[-6.078,56.302],[-6.067,56.296],[-6.063,56.294],[-6.054,56.293],[-6.045,56.293],[-6.04,56.294],[-6.036,56.297],[-6.033,56.297],[-6.026,56.301],[-6.018,56.303],[-6.01,56.309],[-6.004,56.312],[-5.996,56.315],[-5.991,56.318],[-5.987,56.323],[-5.982,56.323],[-5.974,56.322],[-5.97,56.32],[-5.962,56.319],[-5.952,56.319],[-5.95,56.319],[-5.941,56.321],[-5.937,56.321],[-5.934,56.322],[-5.932,56.324],[-5.926,56.327],[-5.925,56.33],[-5.922,56.331],[-5.92,56.334],[-5.914,56.337],[-5.91,56.342],[-5.906,56.343],[-5.902,56.347],[-5.896,56.349],[-5.892,56.349],[-5.889,56.354],[-5.884,56.354],[-5.874,56.356],[-5.867,56.354],[-5.861,56.355],[-5.855,56.354],[-5.848,56.352],[-5.847,56.349],[-5.847,56.345],[-5.849,56.343],[-5.861,56.34],[-5.858,56.339],[-5.86,56.336],[-5.863,56.337],[-5.863,56.333],[-5.87,56.329],[-5.873,56.328],[-5.878,56.325],[-5.885,56.324],[-5.889,56.322],[-5.88,56.317],[-5.878,56.317],[-5.875,56.315],[-5.865,56.314],[-5.854,56.313],[-5.851,56.313],[-5.844,56.311],[-5.832,56.311],[-5.828,56.313],[-5.831,56.316],[-5.828,56.317],[-5.81,56.32],[-5.795,56.326],[-5.79,56.327],[-5.787,56.329],[-5.78,56.33],[-5.775,56.333],[-5.772,56.334],[-5.762,56.337],[-5.758,56.339],[-5.746,56.342],[-5.741,56.346],[-5.732,56.349],[-5.728,56.353],[-5.718,56.356],[-5.711,56.36],[-5.706,56.361],[-5.704,56.364],[-5.7,56.366],[-5.696,56.371],[-5.695,56.375],[-5.691,56.376],[-5.69,56.379],[-5.691,56.383],[-5.698,56.384],[-5.709,56.384],[-5.714,56.382],[-5.724,56.383],[-5.729,56.382],[-5.736,56.38],[-5.742,56.377],[-5.75,56.373],[-5.756,56.37],[-5.767,56.369],[-5.773,56.367],[-5.786,56.365],[-5.79,56.365],[-5.793,56.367],[-5.788,56.369],[-5.783,56.37],[-5.771,56.374],[-5.768,56.375],[-5.763,56.379],[-5.758,56.381],[-5.758,56.385],[-5.754,56.391],[-5.746,56.393],[-5.742,56.391],[-5.74,56.394],[-5.732,56.396],[-5.73,56.4],[-5.732,56.403],[-5.736,56.407],[-5.744,56.408],[-5.745,56.411],[-5.743,56.413],[-5.738,56.412],[-5.732,56.414],[-5.727,56.41],[-5.723,56.41],[-5.722,56.415],[-5.715,56.415],[-5.71,56.412],[-5.713,56.408],[-5.711,56.406],[-5.717,56.404],[-5.715,56.401],[-5.719,56.395],[-5.717,56.392],[-5.713,56.389],[-5.709,56.387],[-5.696,56.388],[-5.69,56.386],[-5.683,56.386],[-5.682,56.385],[-5.677,56.385],[-5.675,56.387],[-5.668,56.39],[-5.665,56.393],[-5.664,56.396],[-5.667,56.4],[-5.663,56.401],[-5.661,56.404],[-5.656,56.409],[-5.653,56.415],[-5.657,56.419],[-5.664,56.417],[-5.667,56.419],[-5.667,56.422],[-5.675,56.423],[-5.675,56.429],[-5.678,56.435],[-5.682,56.435],[-5.687,56.433],[-5.687,56.436],[-5.684,56.439],[-5.679,56.441],[-5.677,56.44],[-5.677,56.437],[-5.672,56.435],[-5.668,56.435],[-5.664,56.432],[-5.67,56.429],[-5.665,56.427],[-5.66,56.428],[-5.655,56.424],[-5.652,56.426],[-5.651,56.431],[-5.648,56.431],[-5.648,56.437],[-5.646,56.447],[-5.648,56.453],[-5.652,56.457],[-5.657,56.457],[-5.659,56.455],[-5.658,56.449],[-5.664,56.448],[-5.671,56.451],[-5.68,56.452],[-5.685,56.452],[-5.682,56.457],[-5.678,56.459],[-5.681,56.46],[-5.69,56.466],[-5.692,56.468],[-5.697,56.471],[-5.701,56.468],[-5.712,56.474],[-5.712,56.477],[-5.71,56.478],[-5.714,56.482],[-5.72,56.486],[-5.728,56.485],[-5.729,56.483],[-5.742,56.482],[-5.748,56.484],[-5.751,56.486],[-5.759,56.487],[-5.761,56.489],[-5.768,56.489],[-5.771,56.495],[-5.774,56.496],[-5.774,56.499],[-5.78,56.502],[-5.782,56.505],[-5.787,56.506],[-5.789,56.508],[-5.793,56.511],[-5.795,56.514],[-5.8,56.516],[-5.808,56.514],[-5.815,56.514],[-5.822,56.517],[-5.826,56.516],[-5.825,56.507],[-5.833,56.508],[-5.838,56.509],[-5.841,56.514],[-5.847,56.517],[-5.849,56.519],[-5.854,56.521],[-5.859,56.521],[-5.864,56.522],[-5.87,56.52],[-5.881,56.521],[-5.886,56.521],[-5.896,56.521],[-5.9,56.522],[-5.908,56.52],[-5.915,56.517],[-5.92,56.516],[-5.924,56.519],[-5.932,56.519],[-5.934,56.522],[-5.939,56.525],[-5.943,56.521],[-5.947,56.521],[-5.95,56.518],[-5.952,56.519],[-5.958,56.524],[-5.964,56.53],[-5.97,56.53],[-5.97,56.532],[-5.964,56.533],[-5.965,56.54],[-5.967,56.545],[-5.97,56.546],[-5.973,56.55],[-5.971,56.553],[-5.974,56.557],[-5.975,56.559],[-5.979,56.559],[-5.987,56.566],[-5.987,56.57],[-5.984,56.573],[-5.988,56.576],[-5.988,56.578],[-5.991,56.58],[-5.994,56.579],[-6.006,56.585],[-6.012,56.588],[-6.016,56.593],[-6.018,56.598],[-6.024,56.602],[-6.025,56.604],[-6.033,56.61],[-6.043,56.613],[-6.045,56.615],[-6.051,56.614],[-6.051,56.612],[-6.06,56.615],[-6.062,56.618],[-6.067,56.619],[-6.068,56.623],[-6.063,56.624],[-6.062,56.626],[-6.058,56.628],[-6.06,56.635],[-6.064,56.637],[-6.07,56.638],[-6.079,56.639],[-6.086,56.639],[-6.097,56.642],[-6.113,56.644],[-6.117,56.647],[-6.117,56.653],[-6.123,56.655]]],[[[-5.882,56.671],[-5.891,56.666],[-5.896,56.661],[-5.894,56.657],[-5.895,56.653],[-5.89,56.651],[-5.879,56.656],[-5.878,56.659],[-5.873,56.661],[-5.871,56.665],[-5.876,56.667],[-5.88,56.67],[-5.882,56.671]]],[[[-5.941,56.669],[-5.945,56.663],[-5.95,56.661],[-5.951,56.658],[-5.941,56.657],[-5.936,56.658],[-5.921,56.658],[-5.916,56.657],[-5.911,56.657],[-5.905,56.659],[-5.908,56.661],[-5.913,56.662],[-5.915,56.663],[-5.922,56.662],[-5.925,56.668],[-5.928,56.669],[-5.932,56.668],[-5.936,56.667],[-5.935,56.664],[-5.936,56.662],[-5.939,56.669],[-5.941,56.669]]],[[[-5.904,56.672],[-5.906,56.671],[-5.901,56.669],[-5.899,56.672],[-5.904,56.672]]],[[[-5.661,56.684],[-5.666,56.681],[-5.662,56.68],[-5.658,56.681],[-5.661,56.684]]],[[[-5.942,56.679],[-5.938,56.681],[-5.94,56.683],[-5.946,56.681],[-5.942,56.679]]],[[[-6.469,56.692],[-6.474,56.689],[-6.485,56.687],[-6.488,56.689],[-6.495,56.69],[-6.494,56.685],[-6.503,56.685],[-6.504,56.682],[-6.508,56.68],[-6.515,56.681],[-6.521,56.676],[-6.524,56.677],[-6.532,56.676],[-6.534,56.674],[-6.532,56.672],[-6.537,56.671],[-6.543,56.667],[-6.545,56.667],[-6.546,56.663],[-6.548,56.66],[-6.552,56.659],[-6.555,56.661],[-6.558,56.659],[-6.562,56.658],[-6.566,56.659],[-6.569,56.651],[-6.575,56.649],[-6.58,56.651],[-6.585,56.65],[-6.584,56.645],[-6.594,56.645],[-6.598,56.641],[-6.6,56.638],[-6.612,56.638],[-6.613,56.635],[-6.616,56.634],[-6.617,56.631],[-6.614,56.626],[-6.619,56.621],[-6.622,56.619],[-6.629,56.62],[-6.631,56.618],[-6.637,56.618],[-6.635,56.616],[-6.64,56.613],[-6.642,56.607],[-6.646,56.601],[-6.65,56.602],[-6.659,56.601],[-6.656,56.594],[-6.664,56.591],[-6.67,56.591],[-6.676,56.592],[-6.676,56.594],[-6.68,56.595],[-6.683,56.594],[-6.683,56.591],[-6.689,56.588],[-6.696,56.582],[-6.704,56.582],[-6.71,56.579],[-6.71,56.575],[-6.705,56.576],[-6.701,56.574],[-6.699,56.57],[-6.697,56.569],[-6.696,56.564],[-6.692,56.563],[-6.688,56.565],[-6.682,56.565],[-6.684,56.568],[-6.68,56.572],[-6.681,56.573],[-6.681,56.578],[-6.678,56.581],[-6.676,56.581],[-6.671,56.583],[-6.659,56.584],[-6.648,56.583],[-6.645,56.581],[-6.645,56.577],[-6.648,56.576],[-6.644,56.573],[-6.64,56.573],[-6.635,56.577],[-6.631,56.578],[-6.631,56.583],[-6.629,56.587],[-6.63,56.589],[-6.625,56.592],[-6.622,56.589],[-6.619,56.588],[-6.621,56.582],[-6.618,56.578],[-6.611,56.58],[-6.601,56.585],[-6.594,56.584],[-6.592,56.587],[-6.589,56.586],[-6.585,56.589],[-6.58,56.592],[-6.58,56.589],[-6.577,56.587],[-6.566,56.588],[-6.567,56.593],[-6.56,56.597],[-6.555,56.595],[-6.55,56.595],[-6.545,56.605],[-6.54,56.605],[-6.537,56.606],[-6.533,56.605],[-6.531,56.608],[-6.533,56.61],[-6.528,56.612],[-6.525,56.611],[-6.523,56.615],[-6.523,56.621],[-6.526,56.624],[-6.526,56.628],[-6.522,56.628],[-6.519,56.623],[-6.506,56.616],[-6.5,56.622],[-6.494,56.627],[-6.491,56.633],[-6.488,56.635],[-6.486,56.639],[-6.48,56.642],[-6.478,56.647],[-6.475,56.647],[-6.472,56.652],[-6.467,56.655],[-6.468,56.657],[-6.465,56.66],[-6.465,56.662],[-6.459,56.666],[-6.453,56.676],[-6.456,56.679],[-6.456,56.681],[-6.451,56.681],[-6.451,56.685],[-6.454,56.687],[-6.463,56.689],[-6.469,56.692]]],[[[-6.445,56.699],[-6.447,56.699],[-6.449,56.695],[-6.444,56.695],[-6.442,56.698],[-6.445,56.699]]],[[[-4.605,56.709],[-4.618,56.71],[-4.628,56.712],[-4.639,56.713],[-4.659,56.716],[-4.661,56.721],[-4.663,56.733],[-4.665,56.738],[-4.673,56.742],[-4.685,56.746],[-4.694,56.748],[-4.72,56.746],[-4.732,56.742],[-4.745,56.742],[-4.747,56.747],[-4.744,56.752],[-4.744,56.754],[-4.752,56.757],[-4.771,56.76],[-4.773,56.767],[-4.778,56.771],[-4.804,56.773],[-4.824,56.774],[-4.835,56.774],[-4.853,56.779],[-4.86,56.767],[-4.863,56.764],[-4.886,56.752],[-4.891,56.748],[-4.901,56.746],[-4.91,56.745],[-4.92,56.746],[-4.94,56.743],[-4.949,56.743],[-4.96,56.744],[-4.97,56.746],[-4.977,56.745],[-4.998,56.743],[-5.011,56.743],[-5.032,56.745],[-5.041,56.748],[-5.056,56.751],[-5.069,56.749],[-5.091,56.739],[-5.109,56.732],[-5.121,56.731],[-5.125,56.732],[-5.135,56.735],[-5.139,56.741],[-5.149,56.748],[-5.154,56.745],[-5.191,56.755],[-5.193,56.752],[-5.199,56.749],[-5.199,56.747],[-5.203,56.746],[-5.208,56.74],[-5.213,56.738],[-5.224,56.732],[-5.229,56.729],[-5.232,56.727],[-5.234,56.723],[-5.24,56.718],[-5.241,56.716],[-5.238,56.714],[-5.239,56.711],[-5.247,56.706],[-5.247,56.703],[-5.239,56.704],[-5.231,56.701],[-5.223,56.701],[-5.218,56.703],[-5.205,56.702],[-5.197,56.7],[-5.185,56.7],[-5.183,56.697],[-5.186,56.694],[-5.186,56.691],[-5.178,56.689],[-5.173,56.693],[-5.167,56.693],[-5.164,56.687],[-5.16,56.686],[-5.158,56.689],[-5.148,56.688],[-5.146,56.687],[-5.134,56.692],[-5.129,56.692],[-5.124,56.695],[-5.109,56.695],[-5.105,56.699],[-5.096,56.7],[-5.084,56.701],[-5.077,56.703],[-5.073,56.704],[-5.07,56.702],[-5.063,56.703],[-5.057,56.706],[-5.048,56.706],[-5.043,56.706],[-5.039,56.709],[-5.035,56.708],[-5.025,56.712],[-5.021,56.711],[-5.013,56.714],[-5.01,56.713],[-4.998,56.713],[-4.993,56.713],[-4.975,56.716],[-4.973,56.715],[-4.979,56.713],[-4.989,56.712],[-4.994,56.711],[-4.997,56.711],[-5.009,56.71],[-5.014,56.708],[-5.019,56.707],[-5.033,56.707],[-5.039,56.705],[-5.049,56.705],[-5.052,56.702],[-5.061,56.7],[-5.065,56.7],[-5.075,56.699],[-5.078,56.697],[-5.086,56.696],[-5.089,56.695],[-5.099,56.694],[-5.107,56.691],[-5.107,56.686],[-5.113,56.681],[-5.126,56.68],[-5.128,56.681],[-5.135,56.682],[-5.139,56.678],[-5.154,56.678],[-5.159,56.681],[-5.167,56.683],[-5.168,56.685],[-5.182,56.688],[-5.191,56.688],[-5.193,56.686],[-5.198,56.686],[-5.21,56.686],[-5.213,56.687],[-5.224,56.686],[-5.229,56.683],[-5.239,56.679],[-5.243,56.675],[-5.248,56.673],[-5.251,56.667],[-5.254,56.667],[-5.254,56.67],[-5.259,56.67],[-5.265,56.672],[-5.267,56.67],[-5.272,56.669],[-5.278,56.67],[-5.282,56.668],[-5.283,56.665],[-5.289,56.665],[-5.294,56.662],[-5.302,56.662],[-5.31,56.657],[-5.317,56.653],[-5.324,56.649],[-5.316,56.65],[-5.312,56.648],[-5.301,56.647],[-5.296,56.643],[-5.296,56.641],[-5.299,56.637],[-5.309,56.633],[-5.316,56.629],[-5.318,56.624],[-5.332,56.618],[-5.336,56.617],[-5.345,56.611],[-5.354,56.607],[-5.358,56.605],[-5.363,56.602],[-5.362,56.6],[-5.364,56.597],[-5.374,56.589],[-5.375,56.585],[-5.379,56.581],[-5.381,56.579],[-5.386,56.58],[-5.388,56.576],[-5.385,56.575],[-5.382,56.576],[-5.382,56.571],[-5.374,56.568],[-5.375,56.566],[-5.384,56.564],[-5.388,56.561],[-5.392,56.561],[-5.389,56.564],[-5.386,56.564],[-5.385,56.567],[-5.391,56.569],[-5.398,56.565],[-5.401,56.564],[-5.404,56.561],[-5.408,56.561],[-5.406,56.558],[-5.406,56.556],[-5.41,56.556],[-5.415,56.553],[-5.421,56.548],[-5.42,56.546],[-5.414,56.549],[-5.41,56.551],[-5.405,56.549],[-5.415,56.542],[-5.412,56.539],[-5.398,56.544],[-5.393,56.544],[-5.392,56.542],[-5.395,56.539],[-5.393,56.534],[-5.387,56.534],[-5.386,56.53],[-5.388,56.528],[-5.382,56.527],[-5.379,56.525],[-5.375,56.529],[-5.367,56.526],[-5.36,56.526],[-5.355,56.529],[-5.35,56.531],[-5.344,56.535],[-5.336,56.537],[-5.328,56.543],[-5.324,56.548],[-5.316,56.549],[-5.313,56.55],[-5.302,56.551],[-5.298,56.549],[-5.293,56.549],[-5.288,56.548],[-5.27,56.552],[-5.263,56.554],[-5.247,56.561],[-5.249,56.557],[-5.249,56.555],[-5.245,56.553],[-5.249,56.548],[-5.262,56.547],[-5.268,56.545],[-5.276,56.544],[-5.281,56.546],[-5.292,56.547],[-5.294,56.544],[-5.299,56.544],[-5.304,56.541],[-5.304,56.538],[-5.307,56.537],[-5.306,56.534],[-5.311,56.533],[-5.314,56.529],[-5.324,56.527],[-5.325,56.525],[-5.334,56.52],[-5.343,56.519],[-5.349,56.52],[-5.353,56.519],[-5.356,56.518],[-5.354,56.515],[-5.361,56.514],[-5.365,56.517],[-5.373,56.512],[-5.383,56.51],[-5.39,56.51],[-5.39,56.514],[-5.397,56.516],[-5.4,56.515],[-5.403,56.519],[-5.4,56.524],[-5.403,56.526],[-5.41,56.522],[-5.413,56.526],[-5.42,56.527],[-5.422,56.521],[-5.426,56.519],[-5.431,56.518],[-5.432,56.52],[-5.435,56.521],[-5.439,56.518],[-5.443,56.514],[-5.444,56.511],[-5.452,56.506],[-5.452,56.503],[-5.451,56.5],[-5.454,56.499],[-5.452,56.497],[-5.46,56.493],[-5.462,56.494],[-5.466,56.49],[-5.474,56.482],[-5.469,56.48],[-5.461,56.486],[-5.455,56.488],[-5.452,56.488],[-5.451,56.485],[-5.454,56.481],[-5.458,56.479],[-5.457,56.475],[-5.448,56.48],[-5.441,56.487],[-5.435,56.494],[-5.426,56.5],[-5.424,56.503],[-5.421,56.5],[-5.427,56.496],[-5.423,56.495],[-5.417,56.494],[-5.41,56.49],[-5.41,56.488],[-5.405,56.484],[-5.401,56.472],[-5.4,56.468],[-5.402,56.464],[-5.407,56.459],[-5.4,56.458],[-5.392,56.457],[-5.387,56.459],[-5.38,56.458],[-5.374,56.458],[-5.367,56.459],[-5.361,56.462],[-5.364,56.468],[-5.362,56.47],[-5.356,56.471],[-5.351,56.47],[-5.346,56.472],[-5.339,56.471],[-5.332,56.466],[-5.329,56.465],[-5.325,56.467],[-5.323,56.465],[-5.306,56.462],[-5.298,56.463],[-5.294,56.462],[-5.29,56.462],[-5.288,56.46],[-5.284,56.461],[-5.278,56.464],[-5.271,56.463],[-5.26,56.463],[-5.257,56.464],[-5.252,56.46],[-5.248,56.458],[-5.244,56.454],[-5.242,56.455],[-5.236,56.452],[-5.229,56.451],[-5.233,56.448],[-5.224,56.448],[-5.22,56.451],[-5.215,56.452],[-5.205,56.454],[-5.204,56.455],[-5.195,56.457],[-5.185,56.461],[-5.185,56.466],[-5.18,56.471],[-5.176,56.471],[-5.173,56.478],[-5.175,56.481],[-5.171,56.482],[-5.169,56.485],[-5.164,56.485],[-5.162,56.488],[-5.162,56.491],[-5.159,56.493],[-5.159,56.496],[-5.157,56.497],[-5.156,56.501],[-5.148,56.504],[-5.144,56.503],[-5.138,56.505],[-5.134,56.504],[-5.129,56.51],[-5.119,56.513],[-5.117,56.516],[-5.112,56.519],[-5.107,56.523],[-5.104,56.529],[-5.094,56.539],[-5.09,56.542],[-5.089,56.545],[-5.084,56.552],[-5.079,56.56],[-5.072,56.563],[-5.068,56.562],[-5.065,56.56],[-5.066,56.558],[-5.071,56.556],[-5.076,56.552],[-5.077,56.548],[-5.081,56.544],[-5.085,56.537],[-5.09,56.533],[-5.094,56.532],[-5.096,56.528],[-5.097,56.526],[-5.098,56.522],[-5.1,56.517],[-5.103,56.515],[-5.103,56.512],[-5.107,56.509],[-5.112,56.506],[-5.118,56.504],[-5.119,56.5],[-5.124,56.494],[-5.128,56.492],[-5.128,56.49],[-5.136,56.49],[-5.139,56.485],[-5.143,56.482],[-5.143,56.48],[-5.135,56.478],[-5.142,56.475],[-5.145,56.475],[-5.15,56.473],[-5.157,56.472],[-5.161,56.47],[-5.161,56.468],[-5.165,56.465],[-5.163,56.462],[-5.167,56.461],[-5.17,56.458],[-5.175,56.455],[-5.181,56.453],[-5.19,56.448],[-5.198,56.447],[-5.201,56.448],[-5.211,56.447],[-5.216,56.444],[-5.225,56.444],[-5.231,56.441],[-5.234,56.437],[-5.24,56.439],[-5.245,56.438],[-5.25,56.439],[-5.252,56.441],[-5.252,56.444],[-5.255,56.446],[-5.258,56.449],[-5.267,56.458],[-5.269,56.455],[-5.269,56.451],[-5.275,56.454],[-5.279,56.451],[-5.286,56.45],[-5.288,56.452],[-5.292,56.454],[-5.296,56.454],[-5.3,56.456],[-5.313,56.453],[-5.313,56.455],[-5.316,56.458],[-5.325,56.451],[-5.33,56.451],[-5.331,56.452],[-5.339,56.453],[-5.34,56.456],[-5.344,56.458],[-5.35,56.46],[-5.358,56.456],[-5.366,56.454],[-5.372,56.455],[-5.376,56.454],[-5.385,56.454],[-5.388,56.456],[-5.394,56.455],[-5.397,56.453],[-5.402,56.453],[-5.407,56.452],[-5.408,56.451],[-5.414,56.45],[-5.416,56.451],[-5.415,56.455],[-5.422,56.453],[-5.423,56.451],[-5.43,56.45],[-5.435,56.448],[-5.441,56.448],[-5.444,56.45],[-5.439,56.451],[-5.439,56.453],[-5.444,56.454],[-5.444,56.452],[-5.452,56.451],[-5.453,56.45],[-5.461,56.448],[-5.465,56.446],[-5.468,56.443],[-5.469,56.438],[-5.471,56.437],[-5.478,56.436],[-5.484,56.436],[-5.483,56.43],[-5.486,56.426],[-5.484,56.425],[-5.484,56.422],[-5.479,56.419],[-5.475,56.418],[-5.473,56.413],[-5.482,56.412],[-5.487,56.41],[-5.489,56.408],[-5.499,56.405],[-5.504,56.403],[-5.506,56.398],[-5.512,56.397],[-5.515,56.394],[-5.516,56.391],[-5.52,56.389],[-5.524,56.386],[-5.523,56.383],[-5.527,56.38],[-5.523,56.378],[-5.527,56.375],[-5.53,56.374],[-5.533,56.372],[-5.532,56.371],[-5.533,56.367],[-5.538,56.361],[-5.535,56.354],[-5.529,56.354],[-5.523,56.349],[-5.524,56.346],[-5.52,56.345],[-5.515,56.347],[-5.513,56.352],[-5.507,56.357],[-5.504,56.356],[-5.496,56.358],[-5.491,56.358],[-5.486,56.356],[-5.48,56.355],[-5.469,56.359],[-5.467,56.363],[-5.461,56.365],[-5.459,56.366],[-5.45,56.368],[-5.442,56.367],[-5.442,56.364],[-5.444,56.362],[-5.453,56.361],[-5.459,56.358],[-5.464,56.357],[-5.469,56.354],[-5.477,56.352],[-5.479,56.353],[-5.491,56.353],[-5.499,56.352],[-5.504,56.35],[-5.506,56.347],[-5.512,56.343],[-5.52,56.344],[-5.522,56.342],[-5.53,56.346],[-5.534,56.349],[-5.541,56.349],[-5.543,56.345],[-5.55,56.348],[-5.556,56.347],[-5.562,56.344],[-5.566,56.339],[-5.571,56.336],[-5.578,56.333],[-5.58,56.327],[-5.58,56.325],[-5.583,56.317],[-5.581,56.315],[-5.584,56.311],[-5.586,56.304],[-5.589,56.3],[-5.587,56.298],[-5.589,56.293],[-5.59,56.287],[-5.585,56.287],[-5.58,56.285],[-5.579,56.284],[-5.583,56.281],[-5.584,56.277],[-5.588,56.275],[-5.589,56.271],[-5.592,56.269],[-5.595,56.265],[-5.592,56.262],[-5.595,56.26],[-5.599,56.254],[-5.599,56.251],[-5.597,56.249],[-5.589,56.25],[-5.582,56.248],[-5.578,56.25],[-5.575,56.254],[-5.57,56.256],[-5.568,56.258],[-5.562,56.261],[-5.558,56.261],[-5.55,56.259],[-5.545,56.259],[-5.535,56.258],[-5.532,56.26],[-5.523,56.263],[-5.513,56.262],[-5.512,56.265],[-5.505,56.27],[-5.499,56.27],[-5.495,56.268],[-5.498,56.264],[-5.492,56.26],[-5.487,56.258],[-5.483,56.257],[-5.485,56.255],[-5.492,56.256],[-5.499,56.257],[-5.504,56.255],[-5.509,56.254],[-5.512,56.251],[-5.512,56.247],[-5.516,56.247],[-5.521,56.246],[-5.523,56.25],[-5.527,56.249],[-5.526,56.247],[-5.529,56.244],[-5.536,56.245],[-5.543,56.24],[-5.551,56.238],[-5.556,56.239],[-5.563,56.239],[-5.567,56.236],[-5.566,56.234],[-5.563,56.232],[-5.558,56.234],[-5.552,56.232],[-5.548,56.23],[-5.547,56.221],[-5.543,56.217],[-5.548,56.214],[-5.557,56.211],[-5.56,56.208],[-5.557,56.206],[-5.561,56.203],[-5.563,56.199],[-5.57,56.195],[-5.571,56.19],[-5.576,56.186],[-5.576,56.183],[-5.579,56.181],[-5.583,56.181],[-5.587,56.177],[-5.59,56.173],[-5.586,56.171],[-5.587,56.168],[-5.591,56.168],[-5.596,56.166],[-5.602,56.161],[-5.598,56.16],[-5.601,56.155],[-5.6,56.154],[-5.605,56.149],[-5.601,56.147],[-5.594,56.153],[-5.591,56.152],[-5.593,56.149],[-5.599,56.145],[-5.603,56.144],[-5.609,56.139],[-5.61,56.137],[-5.615,56.132],[-5.604,56.132],[-5.598,56.133],[-5.592,56.138],[-5.592,56.143],[-5.587,56.143],[-5.586,56.145],[-5.58,56.146],[-5.576,56.157],[-5.568,56.16],[-5.567,56.162],[-5.562,56.165],[-5.558,56.165],[-5.548,56.171],[-5.548,56.173],[-5.545,56.176],[-5.54,56.179],[-5.538,56.178],[-5.533,56.182],[-5.524,56.188],[-5.512,56.191],[-5.504,56.189],[-5.501,56.186],[-5.505,56.183],[-5.514,56.18],[-5.52,56.175],[-5.517,56.169],[-5.523,56.162],[-5.524,56.161],[-5.53,56.159],[-5.532,56.155],[-5.536,56.153],[-5.543,56.145],[-5.548,56.143],[-5.549,56.139],[-5.553,56.134],[-5.556,56.132],[-5.556,56.129],[-5.562,56.124],[-5.563,56.12],[-5.569,56.114],[-5.569,56.11],[-5.561,56.108],[-5.555,56.11],[-5.551,56.107],[-5.555,56.104],[-5.555,56.101],[-5.549,56.102],[-5.544,56.104],[-5.54,56.104],[-5.534,56.102],[-5.529,56.099],[-5.53,56.096],[-5.534,56.095],[-5.535,56.093],[-5.542,56.088],[-5.541,56.086],[-5.536,56.086],[-5.527,56.084],[-5.532,56.08],[-5.528,56.075],[-5.522,56.075],[-5.523,56.073],[-5.528,56.073],[-5.537,56.076],[-5.551,56.082],[-5.548,56.085],[-5.549,56.089],[-5.553,56.091],[-5.561,56.092],[-5.566,56.088],[-5.571,56.088],[-5.576,56.092],[-5.582,56.092],[-5.587,56.09],[-5.588,56.086],[-5.595,56.083],[-5.6,56.079],[-5.6,56.078],[-5.606,56.074],[-5.616,56.06],[-5.618,56.061],[-5.623,56.059],[-5.622,56.058],[-5.627,56.056],[-5.634,56.05],[-5.632,56.049],[-5.639,56.044],[-5.637,56.041],[-5.64,56.036],[-5.64,56.034],[-5.635,56.031],[-5.638,56.028],[-5.644,56.03],[-5.651,56.027],[-5.656,56.024],[-5.655,56.02],[-5.659,56.015],[-5.666,56.011],[-5.674,56.001],[-5.678,55.999],[-5.684,55.992],[-5.685,55.989],[-5.683,55.988],[-5.684,55.986],[-5.69,55.981],[-5.702,55.972],[-5.706,55.967],[-5.703,55.965],[-5.705,55.961],[-5.704,55.959],[-5.698,55.961],[-5.69,55.963],[-5.688,55.964],[-5.681,55.965],[-5.685,55.96],[-5.688,55.956],[-5.683,55.955],[-5.679,55.959],[-5.674,55.961],[-5.672,55.964],[-5.668,55.964],[-5.663,55.97],[-5.656,55.975],[-5.66,55.977],[-5.666,55.977],[-5.665,55.975],[-5.67,55.973],[-5.671,55.98],[-5.666,55.977],[-5.663,55.979],[-5.665,55.983],[-5.662,55.987],[-5.656,55.991],[-5.653,55.996],[-5.654,55.998],[-5.651,56.001],[-5.647,56],[-5.641,56.009],[-5.64,56.006],[-5.641,56.003],[-5.651,55.992],[-5.65,55.99],[-5.654,55.986],[-5.654,55.984],[-5.648,55.983],[-5.644,55.987],[-5.64,55.989],[-5.632,55.997],[-5.63,56.002],[-5.622,56.007],[-5.614,56.015],[-5.611,56.019],[-5.624,56.022],[-5.625,56.025],[-5.62,56.026],[-5.618,56.024],[-5.612,56.024],[-5.607,56.029],[-5.604,56.03],[-5.596,56.037],[-5.595,56.039],[-5.588,56.046],[-5.589,56.048],[-5.582,56.051],[-5.58,56.055],[-5.576,56.054],[-5.581,56.049],[-5.585,56.047],[-5.585,56.044],[-5.589,56.04],[-5.598,56.034],[-5.603,56.029],[-5.607,56.027],[-5.608,56.024],[-5.602,56.025],[-5.595,56.027],[-5.594,56.031],[-5.589,56.034],[-5.589,56.038],[-5.581,56.039],[-5.585,56.034],[-5.582,56.034],[-5.578,56.037],[-5.567,56.041],[-5.566,56.041],[-5.573,56.034],[-5.58,56.03],[-5.59,56.023],[-5.594,56.019],[-5.591,56.018],[-5.595,56.015],[-5.593,56.014],[-5.587,56.017],[-5.585,56.019],[-5.579,56.022],[-5.575,56.022],[-5.574,56.024],[-5.57,56.026],[-5.567,56.03],[-5.564,56.029],[-5.567,56.026],[-5.568,56.023],[-5.575,56.016],[-5.576,56.013],[-5.585,56.01],[-5.596,56.009],[-5.601,56.006],[-5.606,56],[-5.615,55.993],[-5.618,55.989],[-5.618,55.986],[-5.623,55.98],[-5.628,55.977],[-5.63,55.977],[-5.635,55.972],[-5.637,55.968],[-5.64,55.964],[-5.649,55.96],[-5.653,55.957],[-5.657,55.955],[-5.661,55.952],[-5.663,55.951],[-5.667,55.947],[-5.666,55.945],[-5.67,55.941],[-5.671,55.937],[-5.675,55.932],[-5.682,55.926],[-5.68,55.923],[-5.685,55.918],[-5.687,55.909],[-5.684,55.91],[-5.681,55.907],[-5.681,55.903],[-5.687,55.898],[-5.686,55.893],[-5.682,55.89],[-5.683,55.888],[-5.679,55.886],[-5.675,55.888],[-5.674,55.89],[-5.664,55.898],[-5.659,55.901],[-5.658,55.903],[-5.654,55.903],[-5.644,55.904],[-5.644,55.905],[-5.638,55.911],[-5.635,55.911],[-5.632,55.913],[-5.633,55.915],[-5.627,55.917],[-5.623,55.918],[-5.62,55.924],[-5.616,55.924],[-5.609,55.929],[-5.604,55.93],[-5.6,55.929],[-5.594,55.931],[-5.579,55.94],[-5.572,55.936],[-5.571,55.933],[-5.579,55.929],[-5.584,55.925],[-5.584,55.923],[-5.588,55.919],[-5.593,55.917],[-5.6,55.917],[-5.607,55.912],[-5.612,55.907],[-5.615,55.902],[-5.62,55.9],[-5.622,55.896],[-5.62,55.894],[-5.621,55.892],[-5.624,55.889],[-5.626,55.885],[-5.625,55.883],[-5.629,55.881],[-5.638,55.873],[-5.643,55.869],[-5.647,55.868],[-5.65,55.865],[-5.654,55.86],[-5.655,55.853],[-5.659,55.852],[-5.663,55.847],[-5.662,55.845],[-5.664,55.842],[-5.664,55.839],[-5.661,55.835],[-5.663,55.829],[-5.666,55.823],[-5.671,55.816],[-5.671,55.814],[-5.667,55.813],[-5.666,55.809],[-5.668,55.806],[-5.665,55.805],[-5.666,55.802],[-5.663,55.798],[-5.658,55.798],[-5.656,55.795],[-5.646,55.791],[-5.64,55.787],[-5.634,55.787],[-5.627,55.788],[-5.625,55.79],[-5.619,55.791],[-5.613,55.793],[-5.608,55.79],[-5.617,55.785],[-5.62,55.785],[-5.617,55.779],[-5.612,55.777],[-5.606,55.777],[-5.61,55.774],[-5.615,55.772],[-5.617,55.769],[-5.613,55.765],[-5.616,55.762],[-5.614,55.76],[-5.607,55.761],[-5.6,55.764],[-5.597,55.766],[-5.589,55.767],[-5.581,55.774],[-5.578,55.779],[-5.571,55.78],[-5.569,55.776],[-5.556,55.78],[-5.552,55.783],[-5.547,55.785],[-5.544,55.785],[-5.532,55.791],[-5.528,55.794],[-5.525,55.795],[-5.519,55.797],[-5.516,55.803],[-5.512,55.804],[-5.505,55.811],[-5.497,55.817],[-5.49,55.818],[-5.482,55.822],[-5.477,55.828],[-5.475,55.835],[-5.473,55.837],[-5.468,55.838],[-5.462,55.838],[-5.458,55.841],[-5.457,55.847],[-5.451,55.851],[-5.451,55.853],[-5.446,55.857],[-5.44,55.86],[-5.436,55.86],[-5.435,55.857],[-5.441,55.855],[-5.446,55.851],[-5.45,55.847],[-5.45,55.844],[-5.447,55.844],[-5.446,55.841],[-5.448,55.839],[-5.447,55.837],[-5.454,55.836],[-5.456,55.832],[-5.46,55.831],[-5.459,55.829],[-5.463,55.828],[-5.468,55.824],[-5.47,55.821],[-5.467,55.818],[-5.471,55.813],[-5.476,55.811],[-5.479,55.804],[-5.485,55.801],[-5.488,55.802],[-5.491,55.8],[-5.497,55.798],[-5.499,55.796],[-5.51,55.794],[-5.513,55.791],[-5.514,55.787],[-5.516,55.785],[-5.525,55.782],[-5.535,55.776],[-5.544,55.773],[-5.549,55.77],[-5.553,55.767],[-5.562,55.766],[-5.565,55.768],[-5.57,55.767],[-5.571,55.764],[-5.576,55.762],[-5.577,55.759],[-5.585,55.753],[-5.584,55.749],[-5.588,55.748],[-5.591,55.743],[-5.596,55.741],[-5.601,55.74],[-5.597,55.737],[-5.601,55.734],[-5.606,55.728],[-5.607,55.724],[-5.616,55.716],[-5.618,55.712],[-5.624,55.708],[-5.629,55.703],[-5.637,55.697],[-5.647,55.693],[-5.66,55.688],[-5.669,55.685],[-5.675,55.683],[-5.676,55.681],[-5.669,55.676],[-5.665,55.672],[-5.663,55.668],[-5.666,55.665],[-5.668,55.662],[-5.667,55.659],[-5.67,55.657],[-5.669,55.654],[-5.672,55.651],[-5.674,55.646],[-5.673,55.644],[-5.674,55.638],[-5.672,55.633],[-5.678,55.628],[-5.679,55.625],[-5.679,55.618],[-5.68,55.616],[-5.685,55.615],[-5.683,55.608],[-5.685,55.6],[-5.689,55.596],[-5.691,55.596],[-5.693,55.587],[-5.702,55.585],[-5.708,55.581],[-5.715,55.579],[-5.715,55.572],[-5.716,55.568],[-5.712,55.563],[-5.712,55.561],[-5.707,55.553],[-5.705,55.546],[-5.706,55.543],[-5.704,55.537],[-5.704,55.534],[-5.707,55.528],[-5.71,55.526],[-5.714,55.521],[-5.713,55.515],[-5.715,55.512],[-5.715,55.509],[-5.713,55.507],[-5.712,55.499],[-5.711,55.497],[-5.712,55.49],[-5.714,55.488],[-5.714,55.484],[-5.712,55.482],[-5.713,55.479],[-5.712,55.473],[-5.714,55.466],[-5.713,55.458],[-5.715,55.446],[-5.72,55.434],[-5.723,55.429],[-5.73,55.424],[-5.736,55.423],[-5.743,55.424],[-5.746,55.423],[-5.753,55.422],[-5.752,55.418],[-5.755,55.414],[-5.761,55.412],[-5.764,55.412],[-5.767,55.41],[-5.773,55.407],[-5.774,55.405],[-5.779,55.401],[-5.785,55.398],[-5.791,55.396],[-5.792,55.394],[-5.796,55.392],[-5.797,55.39],[-5.795,55.386],[-5.793,55.383],[-5.795,55.379],[-5.799,55.376],[-5.797,55.373],[-5.797,55.369],[-5.804,55.364],[-5.8,55.362],[-5.8,55.36],[-5.802,55.357],[-5.799,55.353],[-5.805,55.348],[-5.803,55.346],[-5.798,55.343],[-5.797,55.334],[-5.801,55.327],[-5.798,55.322],[-5.802,55.316],[-5.802,55.313],[-5.805,55.311],[-5.802,55.308],[-5.804,55.306],[-5.799,55.299],[-5.795,55.3],[-5.787,55.297],[-5.785,55.295],[-5.776,55.294],[-5.774,55.292],[-5.766,55.29],[-5.762,55.289],[-5.753,55.289],[-5.738,55.291],[-5.735,55.292],[-5.731,55.291],[-5.72,55.293],[-5.715,55.295],[-5.711,55.299],[-5.704,55.301],[-5.7,55.303],[-5.694,55.304],[-5.691,55.305],[-5.691,55.308],[-5.676,55.309],[-5.671,55.308],[-5.664,55.308],[-5.654,55.311],[-5.641,55.309],[-5.63,55.309],[-5.619,55.306],[-5.616,55.308],[-5.607,55.307],[-5.604,55.308],[-5.587,55.314],[-5.584,55.317],[-5.572,55.321],[-5.568,55.322],[-5.563,55.323],[-5.562,55.33],[-5.558,55.332],[-5.552,55.335],[-5.546,55.34],[-5.545,55.342],[-5.542,55.343],[-5.537,55.347],[-5.534,55.349],[-5.527,55.355],[-5.526,55.358],[-5.521,55.36],[-5.517,55.369],[-5.519,55.377],[-5.524,55.383],[-5.527,55.392],[-5.529,55.393],[-5.529,55.396],[-5.535,55.399],[-5.541,55.403],[-5.542,55.405],[-5.545,55.407],[-5.548,55.412],[-5.549,55.415],[-5.552,55.418],[-5.564,55.418],[-5.566,55.416],[-5.573,55.414],[-5.575,55.414],[-5.584,55.414],[-5.589,55.417],[-5.597,55.42],[-5.604,55.425],[-5.603,55.428],[-5.6,55.429],[-5.594,55.428],[-5.588,55.428],[-5.582,55.426],[-5.579,55.426],[-5.568,55.428],[-5.558,55.435],[-5.554,55.435],[-5.552,55.437],[-5.555,55.439],[-5.555,55.442],[-5.551,55.445],[-5.548,55.445],[-5.549,55.448],[-5.545,55.453],[-5.544,55.458],[-5.546,55.462],[-5.546,55.466],[-5.54,55.471],[-5.533,55.473],[-5.533,55.475],[-5.53,55.478],[-5.524,55.479],[-5.524,55.482],[-5.521,55.484],[-5.518,55.485],[-5.515,55.489],[-5.515,55.492],[-5.514,55.494],[-5.516,55.496],[-5.508,55.5],[-5.512,55.506],[-5.505,55.515],[-5.504,55.518],[-5.503,55.526],[-5.501,55.528],[-5.495,55.53],[-5.491,55.529],[-5.49,55.537],[-5.493,55.54],[-5.494,55.545],[-5.492,55.548],[-5.494,55.554],[-5.492,55.558],[-5.492,55.56],[-5.49,55.565],[-5.494,55.568],[-5.493,55.571],[-5.488,55.572],[-5.487,55.575],[-5.487,55.579],[-5.477,55.581],[-5.47,55.581],[-5.468,55.576],[-5.462,55.574],[-5.458,55.576],[-5.46,55.58],[-5.46,55.582],[-5.465,55.586],[-5.459,55.587],[-5.459,55.591],[-5.466,55.593],[-5.476,55.605],[-5.476,55.618],[-5.479,55.62],[-5.476,55.623],[-5.476,55.627],[-5.478,55.629],[-5.476,55.634],[-5.48,55.636],[-5.479,55.639],[-5.484,55.643],[-5.482,55.644],[-5.473,55.65],[-5.47,55.65],[-5.469,55.657],[-5.465,55.662],[-5.465,55.664],[-5.462,55.667],[-5.461,55.67],[-5.461,55.674],[-5.456,55.679],[-5.46,55.681],[-5.46,55.683],[-5.454,55.686],[-5.45,55.686],[-5.447,55.691],[-5.447,55.695],[-5.446,55.697],[-5.449,55.7],[-5.447,55.704],[-5.451,55.706],[-5.447,55.71],[-5.444,55.712],[-5.436,55.719],[-5.434,55.723],[-5.43,55.724],[-5.426,55.726],[-5.425,55.731],[-5.42,55.733],[-5.413,55.735],[-5.406,55.743],[-5.403,55.746],[-5.396,55.749],[-5.394,55.751],[-5.389,55.751],[-5.381,55.753],[-5.377,55.755],[-5.372,55.755],[-5.363,55.758],[-5.353,55.762],[-5.352,55.765],[-5.349,55.766],[-5.339,55.766],[-5.33,55.765],[-5.325,55.766],[-5.322,55.768],[-5.32,55.772],[-5.316,55.775],[-5.318,55.779],[-5.315,55.785],[-5.316,55.787],[-5.319,55.791],[-5.319,55.797],[-5.32,55.801],[-5.325,55.808],[-5.331,55.811],[-5.333,55.814],[-5.332,55.819],[-5.337,55.822],[-5.338,55.825],[-5.343,55.829],[-5.35,55.831],[-5.355,55.834],[-5.356,55.838],[-5.361,55.84],[-5.362,55.843],[-5.366,55.845],[-5.366,55.847],[-5.37,55.849],[-5.377,55.852],[-5.379,55.855],[-5.383,55.858],[-5.383,55.861],[-5.388,55.863],[-5.393,55.863],[-5.398,55.866],[-5.403,55.866],[-5.414,55.866],[-5.409,55.869],[-5.401,55.869],[-5.398,55.872],[-5.401,55.875],[-5.406,55.88],[-5.412,55.889],[-5.405,55.888],[-5.406,55.891],[-5.411,55.892],[-5.415,55.891],[-5.42,55.896],[-5.419,55.899],[-5.42,55.902],[-5.418,55.904],[-5.421,55.909],[-5.42,55.913],[-5.423,55.917],[-5.423,55.921],[-5.424,55.924],[-5.425,55.932],[-5.428,55.936],[-5.429,55.941],[-5.429,55.947],[-5.434,55.955],[-5.444,55.958],[-5.445,55.964],[-5.448,55.965],[-5.448,55.969],[-5.451,55.972],[-5.448,55.975],[-5.449,55.978],[-5.446,55.983],[-5.447,55.986],[-5.445,55.99],[-5.447,55.992],[-5.447,55.995],[-5.449,55.999],[-5.447,56.001],[-5.45,56.005],[-5.451,56.008],[-5.445,56.014],[-5.448,56.017],[-5.445,56.022],[-5.446,56.025],[-5.443,56.028],[-5.441,56.034],[-5.437,56.037],[-5.43,56.035],[-5.431,56.028],[-5.428,56.023],[-5.428,56.017],[-5.427,56.013],[-5.424,56.01],[-5.411,56.006],[-5.407,56.006],[-5.408,56.002],[-5.406,56.001],[-5.401,56.003],[-5.396,56.007],[-5.393,56.007],[-5.39,56.005],[-5.386,56.007],[-5.38,56.006],[-5.374,56.012],[-5.367,56.016],[-5.366,56.021],[-5.362,56.024],[-5.355,56.025],[-5.352,56.022],[-5.345,56.022],[-5.344,56.027],[-5.341,56.029],[-5.338,56.033],[-5.338,56.037],[-5.337,56.044],[-5.342,56.049],[-5.34,56.051],[-5.336,56.054],[-5.331,56.055],[-5.326,56.058],[-5.33,56.059],[-5.337,56.063],[-5.335,56.067],[-5.333,56.069],[-5.33,56.069],[-5.321,56.069],[-5.324,56.066],[-5.321,56.065],[-5.323,56.063],[-5.323,56.061],[-5.316,56.059],[-5.306,56.061],[-5.303,56.064],[-5.297,56.065],[-5.294,56.071],[-5.295,56.073],[-5.292,56.078],[-5.292,56.08],[-5.283,56.089],[-5.278,56.09],[-5.269,56.095],[-5.264,56.095],[-5.257,56.097],[-5.257,56.1],[-5.26,56.101],[-5.255,56.104],[-5.257,56.107],[-5.255,56.11],[-5.255,56.113],[-5.25,56.118],[-5.247,56.12],[-5.243,56.124],[-5.237,56.124],[-5.237,56.128],[-5.223,56.134],[-5.216,56.139],[-5.21,56.141],[-5.206,56.144],[-5.192,56.15],[-5.181,56.151],[-5.175,56.151],[-5.17,56.154],[-5.164,56.156],[-5.152,56.158],[-5.141,56.158],[-5.134,56.161],[-5.126,56.166],[-5.123,56.168],[-5.118,56.171],[-5.118,56.172],[-5.116,56.176],[-5.108,56.181],[-5.107,56.185],[-5.106,56.187],[-5.106,56.192],[-5.11,56.197],[-5.105,56.199],[-5.105,56.202],[-5.099,56.206],[-5.095,56.208],[-5.095,56.209],[-5.09,56.218],[-5.087,56.22],[-5.082,56.22],[-5.078,56.223],[-5.076,56.228],[-5.071,56.231],[-5.073,56.234],[-5.058,56.243],[-5.054,56.247],[-5.046,56.246],[-5.044,56.249],[-5.047,56.25],[-5.048,56.253],[-5.043,56.257],[-5.039,56.257],[-5.041,56.253],[-5.045,56.251],[-5.043,56.248],[-5.045,56.246],[-5.047,56.24],[-5.046,56.234],[-5.041,56.234],[-5.034,56.236],[-5.023,56.24],[-5.011,56.242],[-5.002,56.243],[-4.999,56.243],[-4.99,56.245],[-4.979,56.25],[-4.977,56.251],[-4.962,56.256],[-4.948,56.259],[-4.932,56.27],[-4.927,56.271],[-4.922,56.27],[-4.927,56.264],[-4.937,56.257],[-4.944,56.256],[-4.948,56.251],[-4.959,56.247],[-4.964,56.246],[-4.971,56.243],[-4.975,56.239],[-4.985,56.234],[-4.989,56.235],[-4.995,56.232],[-5.006,56.231],[-5.008,56.23],[-5.032,56.223],[-5.047,56.214],[-5.055,56.211],[-5.062,56.207],[-5.06,56.205],[-5.071,56.197],[-5.075,56.19],[-5.078,56.186],[-5.081,56.18],[-5.084,56.175],[-5.083,56.172],[-5.08,56.169],[-5.089,56.163],[-5.095,56.16],[-5.102,56.156],[-5.111,56.153],[-5.118,56.15],[-5.125,56.148],[-5.128,56.146],[-5.137,56.142],[-5.143,56.142],[-5.153,56.138],[-5.159,56.138],[-5.17,56.138],[-5.173,56.136],[-5.179,56.136],[-5.185,56.135],[-5.203,56.128],[-5.207,56.122],[-5.209,56.121],[-5.208,56.118],[-5.21,56.117],[-5.208,56.114],[-5.21,56.111],[-5.209,56.109],[-5.206,56.108],[-5.205,56.106],[-5.209,56.105],[-5.215,56.103],[-5.22,56.096],[-5.229,56.092],[-5.238,56.087],[-5.243,56.084],[-5.244,56.082],[-5.254,56.077],[-5.255,56.076],[-5.264,56.071],[-5.265,56.067],[-5.27,56.065],[-5.269,56.063],[-5.279,56.058],[-5.284,56.055],[-5.288,56.051],[-5.294,56.043],[-5.293,56.037],[-5.302,56.027],[-5.302,56.024],[-5.308,56.019],[-5.312,56.014],[-5.321,56.008],[-5.328,56.008],[-5.328,56.006],[-5.332,56.004],[-5.333,55.999],[-5.336,55.997],[-5.342,55.995],[-5.343,55.99],[-5.339,55.984],[-5.34,55.98],[-5.343,55.979],[-5.347,55.974],[-5.347,55.97],[-5.345,55.967],[-5.342,55.965],[-5.342,55.963],[-5.336,55.963],[-5.331,55.959],[-5.33,55.954],[-5.333,55.952],[-5.337,55.945],[-5.341,55.943],[-5.343,55.939],[-5.343,55.934],[-5.341,55.932],[-5.345,55.93],[-5.348,55.928],[-5.348,55.924],[-5.34,55.92],[-5.343,55.916],[-5.345,55.916],[-5.351,55.91],[-5.351,55.907],[-5.344,55.904],[-5.352,55.899],[-5.346,55.897],[-5.346,55.893],[-5.348,55.888],[-5.344,55.887],[-5.342,55.89],[-5.336,55.888],[-5.334,55.885],[-5.331,55.886],[-5.327,55.885],[-5.321,55.879],[-5.314,55.878],[-5.319,55.875],[-5.317,55.871],[-5.313,55.873],[-5.309,55.87],[-5.312,55.865],[-5.314,55.864],[-5.316,55.858],[-5.304,55.855],[-5.311,55.855],[-5.311,55.852],[-5.306,55.853],[-5.302,55.852],[-5.297,55.855],[-5.295,55.857],[-5.288,55.857],[-5.29,55.851],[-5.285,55.848],[-5.282,55.85],[-5.279,55.848],[-5.275,55.849],[-5.272,55.847],[-5.267,55.85],[-5.268,55.852],[-5.263,55.853],[-5.257,55.852],[-5.251,55.849],[-5.252,55.846],[-5.251,55.842],[-5.248,55.84],[-5.241,55.84],[-5.236,55.839],[-5.232,55.84],[-5.225,55.838],[-5.225,55.835],[-5.215,55.826],[-5.211,55.828],[-5.209,55.826],[-5.204,55.827],[-5.204,55.83],[-5.201,55.831],[-5.201,55.834],[-5.202,55.84],[-5.206,55.841],[-5.209,55.845],[-5.209,55.852],[-5.209,55.856],[-5.213,55.856],[-5.215,55.861],[-5.226,55.876],[-5.233,55.883],[-5.238,55.887],[-5.242,55.894],[-5.24,55.902],[-5.232,55.907],[-5.229,55.908],[-5.22,55.913],[-5.216,55.917],[-5.209,55.916],[-5.206,55.919],[-5.206,55.922],[-5.202,55.928],[-5.198,55.932],[-5.198,55.934],[-5.195,55.935],[-5.196,55.938],[-5.202,55.942],[-5.203,55.944],[-5.2,55.95],[-5.199,55.952],[-5.2,55.956],[-5.198,55.958],[-5.199,55.961],[-5.197,55.964],[-5.199,55.97],[-5.197,55.973],[-5.196,55.976],[-5.194,55.981],[-5.188,55.983],[-5.189,55.978],[-5.187,55.975],[-5.184,55.973],[-5.186,55.971],[-5.189,55.969],[-5.185,55.963],[-5.185,55.955],[-5.187,55.954],[-5.188,55.95],[-5.19,55.947],[-5.188,55.944],[-5.186,55.944],[-5.185,55.939],[-5.181,55.939],[-5.178,55.938],[-5.178,55.934],[-5.174,55.932],[-5.166,55.932],[-5.163,55.93],[-5.156,55.927],[-5.153,55.922],[-5.147,55.922],[-5.134,55.916],[-5.128,55.912],[-5.124,55.909],[-5.119,55.907],[-5.112,55.903],[-5.107,55.9],[-5.102,55.899],[-5.098,55.9],[-5.088,55.898],[-5.078,55.898],[-5.074,55.901],[-5.074,55.906],[-5.077,55.916],[-5.076,55.92],[-5.079,55.923],[-5.082,55.931],[-5.082,55.939],[-5.089,55.945],[-5.089,55.947],[-5.093,55.952],[-5.093,55.954],[-5.103,55.958],[-5.106,55.963],[-5.11,55.964],[-5.112,55.966],[-5.116,55.971],[-5.118,55.972],[-5.119,55.981],[-5.12,55.984],[-5.127,55.993],[-5.13,55.998],[-5.127,56.003],[-5.128,56.006],[-5.126,56.008],[-5.121,56.009],[-5.119,56],[-5.123,55.999],[-5.12,55.996],[-5.116,55.995],[-5.114,55.99],[-5.112,55.988],[-5.11,55.983],[-5.108,55.98],[-5.106,55.975],[-5.106,55.973],[-5.103,55.969],[-5.096,55.964],[-5.09,55.964],[-5.084,55.962],[-5.078,55.959],[-5.073,55.955],[-5.068,55.952],[-5.065,55.944],[-5.062,55.938],[-5.059,55.934],[-5.06,55.932],[-5.055,55.928],[-5.056,55.922],[-5.055,55.918],[-5.052,55.912],[-5.05,55.908],[-5.047,55.896],[-5.048,55.891],[-5.041,55.882],[-5.043,55.879],[-5.045,55.871],[-5.041,55.872],[-5.038,55.869],[-5.026,55.869],[-5.021,55.868],[-5.02,55.865],[-5.011,55.866],[-5.009,55.865],[-4.998,55.864],[-4.988,55.864],[-4.987,55.863],[-4.979,55.862],[-4.98,55.866],[-4.977,55.871],[-4.975,55.877],[-4.972,55.882],[-4.966,55.884],[-4.966,55.886],[-4.96,55.889],[-4.96,55.89],[-4.953,55.895],[-4.951,55.898],[-4.949,55.904],[-4.949,55.907],[-4.946,55.913],[-4.945,55.92],[-4.939,55.925],[-4.937,55.929],[-4.934,55.943],[-4.93,55.944],[-4.922,55.945],[-4.925,55.95],[-4.917,55.955],[-4.91,55.96],[-4.908,55.968],[-4.911,55.973],[-4.916,55.976],[-4.922,55.977],[-4.926,55.98],[-4.932,55.981],[-4.936,55.98],[-4.944,55.981],[-4.949,55.982],[-4.961,55.99],[-4.963,55.992],[-4.955,55.995],[-4.956,55.999],[-4.955,56.002],[-4.949,55.998],[-4.937,55.994],[-4.931,55.991],[-4.926,55.989],[-4.92,55.989],[-4.917,55.987],[-4.914,55.987],[-4.901,55.983],[-4.898,55.984],[-4.895,55.988],[-4.895,55.995],[-4.896,56],[-4.9,56.009],[-4.903,56.011],[-4.903,56.017],[-4.899,56.02],[-4.902,56.023],[-4.904,56.029],[-4.907,56.032],[-4.906,56.036],[-4.909,56.042],[-4.907,56.045],[-4.911,56.047],[-4.914,56.051],[-4.913,56.053],[-4.898,56.058],[-4.894,56.062],[-4.891,56.068],[-4.887,56.073],[-4.883,56.075],[-4.882,56.079],[-4.879,56.081],[-4.879,56.084],[-4.875,56.085],[-4.874,56.089],[-4.876,56.094],[-4.885,56.096],[-4.888,56.099],[-4.893,56.101],[-4.9,56.104],[-4.906,56.108],[-4.909,56.112],[-4.909,56.116],[-4.911,56.119],[-4.908,56.125],[-4.908,56.13],[-4.902,56.133],[-4.9,56.14],[-4.901,56.142],[-4.9,56.147],[-4.905,56.151],[-4.909,56.155],[-4.913,56.158],[-4.915,56.162],[-4.918,56.164],[-4.915,56.167],[-4.908,56.172],[-4.901,56.17],[-4.901,56.165],[-4.898,56.163],[-4.896,56.158],[-4.887,56.151],[-4.883,56.142],[-4.884,56.133],[-4.886,56.13],[-4.891,56.126],[-4.892,56.123],[-4.891,56.118],[-4.887,56.109],[-4.883,56.104],[-4.872,56.104],[-4.868,56.103],[-4.865,56.101],[-4.862,56.1],[-4.858,56.104],[-4.853,56.113],[-4.847,56.118],[-4.841,56.122],[-4.837,56.124],[-4.833,56.123],[-4.829,56.128],[-4.829,56.13],[-4.828,56.135],[-4.827,56.141],[-4.821,56.144],[-4.819,56.149],[-4.817,56.15],[-4.817,56.153],[-4.811,56.157],[-4.805,56.163],[-4.803,56.166],[-4.8,56.167],[-4.797,56.171],[-4.798,56.173],[-4.792,56.176],[-4.791,56.181],[-4.787,56.183],[-4.786,56.186],[-4.781,56.186],[-4.778,56.188],[-4.78,56.19],[-4.776,56.193],[-4.768,56.196],[-4.76,56.198],[-4.757,56.199],[-4.755,56.202],[-4.75,56.207],[-4.745,56.206],[-4.744,56.203],[-4.748,56.199],[-4.748,56.196],[-4.762,56.189],[-4.764,56.189],[-4.77,56.185],[-4.775,56.18],[-4.781,56.176],[-4.782,56.173],[-4.788,56.165],[-4.799,56.156],[-4.811,56.143],[-4.817,56.134],[-4.818,56.127],[-4.824,56.121],[-4.828,56.118],[-4.834,56.117],[-4.839,56.113],[-4.841,56.109],[-4.842,56.106],[-4.844,56.103],[-4.846,56.1],[-4.85,56.098],[-4.855,56.09],[-4.859,56.086],[-4.862,56.08],[-4.864,56.079],[-4.866,56.074],[-4.88,56.058],[-4.881,56.049],[-4.878,56.046],[-4.871,56.044],[-4.87,56.041],[-4.868,56.038],[-4.866,56.032],[-4.866,56.023],[-4.868,56.018],[-4.865,56.012],[-4.857,56.006],[-4.853,56.002],[-4.852,56],[-4.854,55.994],[-4.852,55.989],[-4.846,55.986],[-4.835,55.984],[-4.822,55.984],[-4.818,55.985],[-4.815,55.984],[-4.803,55.983],[-4.799,55.985],[-4.793,55.985],[-4.785,55.986],[-4.78,55.989],[-4.774,55.987],[-4.769,55.987],[-4.767,55.991],[-4.771,55.991],[-4.772,55.995],[-4.768,55.996],[-4.768,55.998],[-4.771,56.001],[-4.774,56.002],[-4.786,56],[-4.788,56.002],[-4.793,56.001],[-4.792,56.004],[-4.796,56.008],[-4.796,56.013],[-4.806,56.013],[-4.811,56.017],[-4.814,56.022],[-4.82,56.027],[-4.826,56.034],[-4.831,56.043],[-4.838,56.051],[-4.842,56.059],[-4.84,56.066],[-4.84,56.069],[-4.837,56.073],[-4.839,56.079],[-4.836,56.08],[-4.831,56.08],[-4.828,56.078],[-4.828,56.072],[-4.826,56.068],[-4.82,56.067],[-4.817,56.063],[-4.819,56.061],[-4.82,56.056],[-4.817,56.052],[-4.811,56.047],[-4.807,56.045],[-4.804,56.039],[-4.799,56.033],[-4.795,56.03],[-4.792,56.027],[-4.788,56.026],[-4.787,56.022],[-4.784,56.019],[-4.784,56.016],[-4.777,56.016],[-4.775,56.013],[-4.769,56.014],[-4.764,56.012],[-4.762,56.008],[-4.754,56.005],[-4.747,56.005],[-4.734,56.002],[-4.725,56.001],[-4.708,55.992],[-4.703,55.993],[-4.697,55.989],[-4.694,55.984],[-4.696,55.983],[-4.694,55.979],[-4.688,55.978],[-4.685,55.976],[-4.689,55.973],[-4.694,55.973],[-4.699,55.975],[-4.703,55.974],[-4.705,55.972],[-4.705,55.97],[-4.702,55.967],[-4.69,55.969],[-4.689,55.971],[-4.682,55.971],[-4.676,55.966],[-4.674,55.961],[-4.666,55.958],[-4.655,55.96],[-4.647,55.956],[-4.633,55.952],[-4.623,55.951],[-4.621,55.95],[-4.61,55.947],[-4.607,55.951],[-4.602,55.958],[-4.609,55.962],[-4.612,55.963],[-4.613,55.967],[-4.62,55.969],[-4.619,55.97],[-4.625,55.972],[-4.622,55.975],[-4.617,55.978],[-4.614,55.981],[-4.618,55.985],[-4.616,55.987],[-4.618,55.989],[-4.625,55.986],[-4.634,55.992],[-4.642,55.994],[-4.639,55.996],[-4.638,56],[-4.646,55.999],[-4.654,55.998],[-4.654,56.001],[-4.659,56.003],[-4.659,56.004],[-4.653,56.008],[-4.63,56.003],[-4.623,56.006],[-4.624,56.01],[-4.618,56.012],[-4.609,56.016],[-4.602,56.02],[-4.614,56.032],[-4.62,56.039],[-4.622,56.044],[-4.62,56.052],[-4.615,56.058],[-4.608,56.064],[-4.603,56.07],[-4.6,56.077],[-4.598,56.084],[-4.604,56.087],[-4.604,56.09],[-4.593,56.101],[-4.589,56.107],[-4.59,56.111],[-4.597,56.115],[-4.605,56.116],[-4.622,56.117],[-4.632,56.118],[-4.636,56.12],[-4.641,56.124],[-4.642,56.132],[-4.644,56.135],[-4.65,56.142],[-4.652,56.146],[-4.651,56.151],[-4.655,56.154],[-4.658,56.158],[-4.655,56.163],[-4.656,56.165],[-4.673,56.175],[-4.687,56.187],[-4.691,56.193],[-4.695,56.199],[-4.695,56.204],[-4.686,56.212],[-4.685,56.215],[-4.686,56.22],[-4.692,56.234],[-4.697,56.242],[-4.699,56.246],[-4.701,56.255],[-4.697,56.261],[-4.698,56.271],[-4.697,56.275],[-4.694,56.278],[-4.69,56.279],[-4.684,56.278],[-4.68,56.277],[-4.672,56.282],[-4.667,56.279],[-4.661,56.281],[-4.661,56.286],[-4.67,56.289],[-4.679,56.289],[-4.68,56.293],[-4.682,56.298],[-4.678,56.3],[-4.672,56.304],[-4.677,56.308],[-4.677,56.313],[-4.671,56.315],[-4.668,56.319],[-4.661,56.316],[-4.657,56.317],[-4.659,56.322],[-4.667,56.326],[-4.678,56.326],[-4.692,56.323],[-4.696,56.322],[-4.703,56.327],[-4.716,56.33],[-4.719,56.33],[-4.717,56.326],[-4.717,56.322],[-4.721,56.322],[-4.721,56.327],[-4.736,56.332],[-4.743,56.332],[-4.75,56.327],[-4.753,56.325],[-4.774,56.323],[-4.786,56.324],[-4.789,56.326],[-4.793,56.333],[-4.786,56.336],[-4.781,56.338],[-4.78,56.34],[-4.784,56.343],[-4.795,56.348],[-4.799,56.351],[-4.801,56.356],[-4.808,56.355],[-4.813,56.358],[-4.819,56.36],[-4.823,56.363],[-4.832,56.367],[-4.835,56.367],[-4.84,56.368],[-4.853,56.369],[-4.854,56.371],[-4.845,56.375],[-4.837,56.377],[-4.834,56.378],[-4.833,56.381],[-4.836,56.387],[-4.835,56.39],[-4.821,56.394],[-4.813,56.398],[-4.816,56.4],[-4.817,56.403],[-4.816,56.406],[-4.814,56.408],[-4.814,56.414],[-4.812,56.418],[-4.804,56.416],[-4.799,56.417],[-4.795,56.423],[-4.79,56.424],[-4.79,56.427],[-4.782,56.427],[-4.78,56.428],[-4.766,56.432],[-4.766,56.436],[-4.761,56.436],[-4.753,56.437],[-4.747,56.435],[-4.736,56.434],[-4.733,56.434],[-4.726,56.441],[-4.723,56.446],[-4.724,56.45],[-4.729,56.453],[-4.733,56.455],[-4.725,56.46],[-4.721,56.459],[-4.705,56.462],[-4.7,56.467],[-4.694,56.465],[-4.689,56.462],[-4.686,56.463],[-4.675,56.461],[-4.666,56.462],[-4.664,56.464],[-4.661,56.469],[-4.655,56.473],[-4.644,56.473],[-4.639,56.476],[-4.646,56.477],[-4.649,56.479],[-4.658,56.479],[-4.671,56.48],[-4.676,56.483],[-4.678,56.483],[-4.683,56.486],[-4.683,56.489],[-4.686,56.491],[-4.682,56.492],[-4.678,56.497],[-4.676,56.5],[-4.666,56.505],[-4.664,56.508],[-4.659,56.51],[-4.654,56.518],[-4.655,56.523],[-4.654,56.526],[-4.659,56.534],[-4.668,56.533],[-4.671,56.535],[-4.681,56.54],[-4.688,56.539],[-4.698,56.541],[-4.699,56.545],[-4.698,56.55],[-4.692,56.553],[-4.689,56.552],[-4.674,56.556],[-4.668,56.559],[-4.661,56.562],[-4.654,56.561],[-4.649,56.561],[-4.648,56.563],[-4.641,56.568],[-4.632,56.568],[-4.624,56.57],[-4.614,56.57],[-4.612,56.572],[-4.607,56.572],[-4.6,56.577],[-4.596,56.574],[-4.59,56.575],[-4.586,56.573],[-4.577,56.571],[-4.571,56.572],[-4.564,56.571],[-4.56,56.573],[-4.57,56.576],[-4.575,56.582],[-4.576,56.588],[-4.583,56.594],[-4.586,56.6],[-4.597,56.604],[-4.61,56.615],[-4.616,56.616],[-4.626,56.616],[-4.634,56.622],[-4.637,56.625],[-4.631,56.628],[-4.627,56.631],[-4.621,56.635],[-4.619,56.637],[-4.621,56.641],[-4.628,56.646],[-4.631,56.648],[-4.63,56.649],[-4.63,56.655],[-4.633,56.657],[-4.64,56.653],[-4.644,56.65],[-4.648,56.649],[-4.663,56.64],[-4.666,56.64],[-4.679,56.642],[-4.685,56.642],[-4.696,56.643],[-4.709,56.643],[-4.716,56.643],[-4.72,56.656],[-4.719,56.659],[-4.718,56.677],[-4.706,56.677],[-4.703,56.676],[-4.693,56.675],[-4.691,56.676],[-4.679,56.677],[-4.676,56.677],[-4.67,56.676],[-4.667,56.675],[-4.661,56.676],[-4.657,56.675],[-4.653,56.677],[-4.649,56.679],[-4.635,56.682],[-4.631,56.687],[-4.616,56.691],[-4.603,56.692],[-4.597,56.691],[-4.592,56.693],[-4.59,56.696],[-4.592,56.698],[-4.591,56.702],[-4.592,56.705],[-4.595,56.706],[-4.605,56.707],[-4.605,56.709]]],[[[-5.877,56.811],[-5.879,56.809],[-5.877,56.808],[-5.878,56.805],[-5.883,56.8],[-5.887,56.794],[-5.883,56.791],[-5.881,56.792],[-5.868,56.791],[-5.864,56.788],[-5.858,56.786],[-5.851,56.786],[-5.846,56.788],[-5.843,56.787],[-5.839,56.789],[-5.832,56.794],[-5.829,56.792],[-5.823,56.791],[-5.818,56.792],[-5.811,56.793],[-5.809,56.795],[-5.816,56.798],[-5.826,56.801],[-5.832,56.8],[-5.834,56.797],[-5.838,56.8],[-5.844,56.803],[-5.85,56.803],[-5.852,56.806],[-5.857,56.808],[-5.861,56.806],[-5.877,56.811]]],[[[-5.336,56.859],[-5.344,56.859],[-5.347,56.858],[-5.35,56.859],[-5.36,56.858],[-5.364,56.858],[-5.395,56.862],[-5.402,56.858],[-5.408,56.858],[-5.416,56.864],[-5.42,56.866],[-5.424,56.866],[-5.432,56.868],[-5.435,56.867],[-5.44,56.87],[-5.443,56.87],[-5.446,56.867],[-5.452,56.866],[-5.453,56.862],[-5.458,56.862],[-5.46,56.86],[-5.465,56.855],[-5.469,56.855],[-5.47,56.852],[-5.474,56.851],[-5.479,56.853],[-5.482,56.856],[-5.47,56.86],[-5.463,56.867],[-5.455,56.871],[-5.464,56.875],[-5.471,56.876],[-5.471,56.877],[-5.479,56.878],[-5.49,56.876],[-5.506,56.875],[-5.513,56.873],[-5.518,56.873],[-5.521,56.874],[-5.53,56.874],[-5.553,56.872],[-5.555,56.874],[-5.563,56.877],[-5.57,56.877],[-5.577,56.875],[-5.591,56.879],[-5.602,56.879],[-5.606,56.88],[-5.609,56.879],[-5.622,56.881],[-5.629,56.881],[-5.631,56.885],[-5.634,56.888],[-5.64,56.887],[-5.653,56.885],[-5.657,56.884],[-5.662,56.883],[-5.666,56.879],[-5.672,56.879],[-5.676,56.882],[-5.68,56.882],[-5.682,56.879],[-5.678,56.88],[-5.671,56.875],[-5.672,56.871],[-5.683,56.868],[-5.689,56.869],[-5.695,56.867],[-5.697,56.864],[-5.704,56.862],[-5.705,56.855],[-5.711,56.85],[-5.709,56.849],[-5.713,56.846],[-5.72,56.844],[-5.734,56.843],[-5.737,56.846],[-5.739,56.844],[-5.745,56.844],[-5.749,56.846],[-5.752,56.848],[-5.756,56.848],[-5.764,56.848],[-5.763,56.845],[-5.767,56.843],[-5.771,56.844],[-5.774,56.84],[-5.78,56.84],[-5.786,56.837],[-5.79,56.837],[-5.795,56.836],[-5.809,56.838],[-5.814,56.835],[-5.815,56.831],[-5.829,56.835],[-5.833,56.832],[-5.841,56.834],[-5.856,56.833],[-5.856,56.831],[-5.861,56.829],[-5.863,56.818],[-5.864,56.814],[-5.867,56.812],[-5.86,56.809],[-5.849,56.807],[-5.844,56.806],[-5.832,56.803],[-5.823,56.802],[-5.817,56.799],[-5.809,56.796],[-5.791,56.794],[-5.782,56.792],[-5.778,56.791],[-5.768,56.789],[-5.761,56.786],[-5.754,56.787],[-5.753,56.782],[-5.76,56.782],[-5.762,56.783],[-5.767,56.783],[-5.773,56.783],[-5.779,56.785],[-5.784,56.784],[-5.785,56.787],[-5.789,56.787],[-5.792,56.791],[-5.797,56.792],[-5.801,56.788],[-5.8,56.786],[-5.808,56.784],[-5.817,56.786],[-5.822,56.786],[-5.825,56.784],[-5.826,56.781],[-5.829,56.78],[-5.826,56.776],[-5.829,56.774],[-5.83,56.771],[-5.833,56.771],[-5.835,56.776],[-5.837,56.778],[-5.847,56.778],[-5.853,56.78],[-5.855,56.777],[-5.854,56.77],[-5.858,56.774],[-5.858,56.778],[-5.864,56.779],[-5.865,56.781],[-5.872,56.781],[-5.874,56.784],[-5.88,56.784],[-5.886,56.785],[-5.894,56.777],[-5.894,56.774],[-5.889,56.771],[-5.882,56.77],[-5.885,56.766],[-5.88,56.764],[-5.876,56.764],[-5.862,56.759],[-5.858,56.759],[-5.857,56.761],[-5.854,56.762],[-5.85,56.758],[-5.853,56.754],[-5.852,56.753],[-5.849,56.752],[-5.845,56.753],[-5.842,56.751],[-5.846,56.75],[-5.846,56.746],[-5.845,56.745],[-5.846,56.741],[-5.85,56.743],[-5.853,56.741],[-5.857,56.742],[-5.865,56.743],[-5.87,56.742],[-5.874,56.745],[-5.875,56.748],[-5.87,56.75],[-5.872,56.752],[-5.871,56.756],[-5.879,56.76],[-5.881,56.762],[-5.887,56.763],[-5.889,56.762],[-5.891,56.758],[-5.895,56.758],[-5.896,56.755],[-5.907,56.75],[-5.91,56.752],[-5.915,56.753],[-5.915,56.756],[-5.918,56.761],[-5.921,56.762],[-5.928,56.764],[-5.935,56.767],[-5.942,56.774],[-5.947,56.776],[-5.946,56.778],[-5.95,56.779],[-5.956,56.783],[-5.966,56.785],[-5.968,56.78],[-5.97,56.779],[-5.968,56.775],[-5.972,56.772],[-5.978,56.774],[-5.976,56.771],[-5.983,56.769],[-5.988,56.768],[-5.993,56.77],[-5.998,56.77],[-6.005,56.769],[-6.013,56.77],[-6.015,56.768],[-6.017,56.765],[-6.023,56.764],[-6.029,56.766],[-6.032,56.763],[-6.037,56.763],[-6.051,56.765],[-6.05,56.762],[-6.054,56.76],[-6.057,56.762],[-6.059,56.76],[-6.065,56.759],[-6.069,56.76],[-6.075,56.76],[-6.079,56.763],[-6.086,56.763],[-6.093,56.762],[-6.095,56.761],[-6.101,56.765],[-6.113,56.765],[-6.118,56.766],[-6.131,56.763],[-6.133,56.763],[-6.139,56.76],[-6.145,56.762],[-6.155,56.759],[-6.155,56.756],[-6.164,56.753],[-6.173,56.754],[-6.175,56.756],[-6.182,56.754],[-6.183,56.755],[-6.191,56.753],[-6.189,56.75],[-6.184,56.748],[-6.185,56.746],[-6.181,56.744],[-6.182,56.742],[-6.181,56.739],[-6.184,56.737],[-6.19,56.735],[-6.198,56.737],[-6.201,56.738],[-6.207,56.737],[-6.212,56.734],[-6.208,56.731],[-6.213,56.728],[-6.222,56.728],[-6.226,56.725],[-6.222,56.724],[-6.224,56.721],[-6.224,56.717],[-6.228,56.716],[-6.226,56.712],[-6.218,56.705],[-6.218,56.703],[-6.207,56.696],[-6.202,56.694],[-6.192,56.693],[-6.188,56.688],[-6.184,56.687],[-6.17,56.686],[-6.159,56.687],[-6.148,56.683],[-6.145,56.683],[-6.136,56.685],[-6.129,56.691],[-6.117,56.697],[-6.114,56.696],[-6.11,56.697],[-6.107,56.693],[-6.096,56.689],[-6.093,56.691],[-6.087,56.691],[-6.084,56.694],[-6.077,56.692],[-6.068,56.694],[-6.056,56.693],[-6.052,56.693],[-6.049,56.691],[-6.044,56.69],[-6.041,56.686],[-6.033,56.683],[-6.03,56.68],[-6.015,56.683],[-6.011,56.682],[-6.004,56.683],[-5.997,56.682],[-5.987,56.685],[-5.984,56.683],[-5.987,56.681],[-5.987,56.679],[-5.98,56.673],[-5.974,56.672],[-5.971,56.674],[-5.971,56.678],[-5.973,56.681],[-5.963,56.68],[-5.961,56.685],[-5.957,56.686],[-5.952,56.682],[-5.95,56.686],[-5.946,56.688],[-5.943,56.687],[-5.939,56.688],[-5.936,56.686],[-5.932,56.686],[-5.927,56.681],[-5.928,56.677],[-5.926,56.676],[-5.922,56.676],[-5.921,56.677],[-5.912,56.677],[-5.911,56.676],[-5.905,56.68],[-5.904,56.676],[-5.899,56.676],[-5.896,56.674],[-5.889,56.677],[-5.885,56.675],[-5.877,56.677],[-5.873,56.677],[-5.868,56.68],[-5.861,56.681],[-5.856,56.678],[-5.85,56.674],[-5.839,56.675],[-5.835,56.677],[-5.829,56.68],[-5.823,56.683],[-5.81,56.687],[-5.803,56.693],[-5.794,56.696],[-5.791,56.701],[-5.784,56.706],[-5.779,56.708],[-5.778,56.713],[-5.775,56.715],[-5.773,56.71],[-5.77,56.708],[-5.764,56.71],[-5.761,56.71],[-5.756,56.707],[-5.753,56.709],[-5.746,56.711],[-5.733,56.712],[-5.727,56.711],[-5.723,56.711],[-5.718,56.71],[-5.712,56.707],[-5.712,56.705],[-5.707,56.704],[-5.703,56.702],[-5.703,56.7],[-5.691,56.698],[-5.684,56.693],[-5.68,56.689],[-5.67,56.69],[-5.667,56.688],[-5.659,56.685],[-5.659,56.683],[-5.655,56.682],[-5.649,56.684],[-5.634,56.685],[-5.625,56.686],[-5.616,56.69],[-5.606,56.689],[-5.596,56.691],[-5.592,56.688],[-5.584,56.689],[-5.579,56.691],[-5.575,56.691],[-5.571,56.693],[-5.569,56.691],[-5.56,56.688],[-5.548,56.689],[-5.536,56.687],[-5.535,56.684],[-5.544,56.684],[-5.55,56.684],[-5.573,56.682],[-5.581,56.682],[-5.589,56.681],[-5.598,56.682],[-5.604,56.681],[-5.606,56.678],[-5.61,56.677],[-5.619,56.677],[-5.623,56.677],[-5.629,56.676],[-5.636,56.678],[-5.648,56.676],[-5.662,56.676],[-5.665,56.678],[-5.674,56.677],[-5.678,56.678],[-5.68,56.682],[-5.689,56.683],[-5.693,56.683],[-5.698,56.684],[-5.705,56.682],[-5.708,56.684],[-5.708,56.687],[-5.717,56.691],[-5.72,56.696],[-5.728,56.698],[-5.737,56.7],[-5.741,56.7],[-5.745,56.701],[-5.748,56.699],[-5.753,56.698],[-5.756,56.696],[-5.761,56.695],[-5.767,56.694],[-5.769,56.692],[-5.774,56.692],[-5.779,56.689],[-5.784,56.685],[-5.786,56.682],[-5.791,56.679],[-5.806,56.676],[-5.808,56.674],[-5.819,56.67],[-5.822,56.667],[-5.828,56.666],[-5.838,56.661],[-5.845,56.659],[-5.852,56.662],[-5.863,56.66],[-5.866,56.659],[-5.875,56.656],[-5.88,56.653],[-5.88,56.651],[-5.877,56.645],[-5.873,56.643],[-5.865,56.641],[-5.865,56.639],[-5.859,56.637],[-5.848,56.638],[-5.843,56.635],[-5.835,56.63],[-5.827,56.628],[-5.826,56.627],[-5.827,56.622],[-5.836,56.624],[-5.84,56.626],[-5.842,56.629],[-5.846,56.631],[-5.854,56.631],[-5.857,56.632],[-5.857,56.634],[-5.865,56.636],[-5.871,56.639],[-5.875,56.638],[-5.877,56.641],[-5.883,56.642],[-5.891,56.639],[-5.894,56.641],[-5.892,56.647],[-5.893,56.65],[-5.897,56.652],[-5.901,56.653],[-5.905,56.657],[-5.908,56.656],[-5.912,56.657],[-5.918,56.655],[-5.919,56.652],[-5.924,56.652],[-5.928,56.651],[-5.934,56.652],[-5.939,56.652],[-5.943,56.654],[-5.943,56.656],[-5.95,56.656],[-5.955,56.652],[-5.959,56.652],[-5.964,56.65],[-5.973,56.649],[-5.988,56.649],[-5.996,56.65],[-6.004,56.648],[-6.003,56.646],[-6.007,56.645],[-6.007,56.642],[-6.005,56.637],[-6.002,56.634],[-6.003,56.633],[-6.005,56.626],[-6,56.622],[-6.001,56.62],[-5.994,56.617],[-5.989,56.614],[-5.982,56.613],[-5.978,56.609],[-5.976,56.605],[-5.976,56.603],[-5.974,56.6],[-5.975,56.598],[-5.969,56.594],[-5.963,56.591],[-5.959,56.586],[-5.961,56.583],[-5.955,56.582],[-5.948,56.579],[-5.945,56.578],[-5.944,56.575],[-5.936,56.568],[-5.933,56.568],[-5.93,56.567],[-5.925,56.562],[-5.918,56.56],[-5.91,56.556],[-5.908,56.556],[-5.904,56.551],[-5.895,56.55],[-5.891,56.55],[-5.885,56.552],[-5.87,56.548],[-5.864,56.546],[-5.864,56.544],[-5.844,56.543],[-5.838,56.54],[-5.83,56.539],[-5.822,56.539],[-5.816,56.538],[-5.805,56.534],[-5.788,56.533],[-5.784,56.532],[-5.775,56.535],[-5.776,56.538],[-5.774,56.542],[-5.767,56.549],[-5.765,56.553],[-5.757,56.56],[-5.748,56.563],[-5.742,56.563],[-5.746,56.558],[-5.747,56.555],[-5.754,56.552],[-5.757,56.549],[-5.755,56.546],[-5.757,56.542],[-5.76,56.541],[-5.765,56.537],[-5.771,56.538],[-5.773,56.536],[-5.771,56.533],[-5.764,56.529],[-5.763,56.526],[-5.757,56.522],[-5.756,56.519],[-5.752,56.519],[-5.751,56.524],[-5.746,56.525],[-5.737,56.522],[-5.733,56.518],[-5.723,56.516],[-5.71,56.515],[-5.701,56.513],[-5.696,56.512],[-5.693,56.51],[-5.692,56.502],[-5.69,56.499],[-5.685,56.497],[-5.679,56.5],[-5.656,56.507],[-5.652,56.508],[-5.646,56.509],[-5.638,56.514],[-5.629,56.516],[-5.622,56.52],[-5.616,56.52],[-5.61,56.522],[-5.604,56.525],[-5.599,56.525],[-5.592,56.529],[-5.588,56.535],[-5.581,56.536],[-5.578,56.536],[-5.576,56.538],[-5.567,56.541],[-5.566,56.543],[-5.56,56.545],[-5.56,56.549],[-5.554,56.55],[-5.548,56.554],[-5.546,56.556],[-5.546,56.559],[-5.543,56.562],[-5.538,56.566],[-5.532,56.568],[-5.523,56.574],[-5.519,56.579],[-5.517,56.585],[-5.51,56.589],[-5.509,56.591],[-5.503,56.595],[-5.499,56.6],[-5.496,56.602],[-5.493,56.607],[-5.507,56.609],[-5.51,56.611],[-5.517,56.611],[-5.522,56.614],[-5.527,56.613],[-5.528,56.616],[-5.522,56.618],[-5.517,56.617],[-5.512,56.618],[-5.5,56.616],[-5.496,56.615],[-5.492,56.612],[-5.488,56.61],[-5.488,56.615],[-5.48,56.616],[-5.473,56.615],[-5.47,56.615],[-5.465,56.62],[-5.452,56.627],[-5.448,56.632],[-5.445,56.633],[-5.442,56.637],[-5.438,56.639],[-5.434,56.643],[-5.429,56.643],[-5.423,56.646],[-5.417,56.648],[-5.413,56.647],[-5.412,56.643],[-5.406,56.643],[-5.399,56.647],[-5.393,56.653],[-5.385,56.658],[-5.378,56.661],[-5.373,56.664],[-5.369,56.665],[-5.366,56.669],[-5.358,56.673],[-5.355,56.675],[-5.357,56.682],[-5.355,56.682],[-5.352,56.685],[-5.343,56.688],[-5.341,56.687],[-5.338,56.692],[-5.33,56.694],[-5.326,56.696],[-5.321,56.697],[-5.319,56.702],[-5.303,56.712],[-5.298,56.712],[-5.291,56.711],[-5.286,56.708],[-5.289,56.707],[-5.283,56.701],[-5.28,56.706],[-5.277,56.708],[-5.276,56.711],[-5.265,56.716],[-5.257,56.717],[-5.244,56.72],[-5.243,56.723],[-5.253,56.727],[-5.256,56.731],[-5.254,56.734],[-5.253,56.738],[-5.25,56.739],[-5.245,56.744],[-5.241,56.745],[-5.231,56.751],[-5.232,56.755],[-5.231,56.758],[-5.234,56.76],[-5.239,56.761],[-5.237,56.763],[-5.239,56.767],[-5.233,56.767],[-5.23,56.769],[-5.225,56.77],[-5.219,56.768],[-5.213,56.769],[-5.211,56.771],[-5.204,56.775],[-5.198,56.778],[-5.189,56.784],[-5.181,56.787],[-5.179,56.789],[-5.174,56.791],[-5.166,56.798],[-5.161,56.8],[-5.156,56.8],[-5.153,56.803],[-5.152,56.807],[-5.14,56.813],[-5.138,56.817],[-5.132,56.821],[-5.128,56.821],[-5.123,56.827],[-5.125,56.828],[-5.123,56.832],[-5.124,56.834],[-5.132,56.835],[-5.14,56.836],[-5.148,56.836],[-5.153,56.837],[-5.162,56.84],[-5.164,56.842],[-5.172,56.845],[-5.18,56.846],[-5.187,56.846],[-5.199,56.844],[-5.201,56.845],[-5.207,56.845],[-5.212,56.844],[-5.218,56.844],[-5.234,56.842],[-5.243,56.842],[-5.255,56.843],[-5.258,56.844],[-5.265,56.844],[-5.275,56.845],[-5.282,56.846],[-5.287,56.847],[-5.303,56.848],[-5.309,56.847],[-5.315,56.847],[-5.323,56.85],[-5.331,56.854],[-5.335,56.855],[-5.336,56.859]]]]},"properties":{"PCON24NM":"Argyll, Bute and South Lochaber","PCON24CD":"S14000067"},"PCON24CD":582}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.273,57.235],[-2.277,57.234],[-2.282,57.235],[-2.285,57.233],[-2.286,57.23],[-2.291,57.231],[-2.303,57.23],[-2.31,57.228],[-2.307,57.226],[-2.308,57.222],[-2.321,57.207],[-2.332,57.206],[-2.337,57.206],[-2.345,57.208],[-2.351,57.207],[-2.349,57.203],[-2.352,57.201],[-2.352,57.197],[-2.363,57.195],[-2.378,57.195],[-2.38,57.196],[-2.397,57.197],[-2.405,57.2],[-2.412,57.198],[-2.42,57.208],[-2.424,57.21],[-2.422,57.212],[-2.425,57.215],[-2.419,57.217],[-2.417,57.219],[-2.41,57.221],[-2.41,57.224],[-2.408,57.229],[-2.414,57.241],[-2.414,57.243],[-2.407,57.248],[-2.404,57.255],[-2.398,57.26],[-2.396,57.264],[-2.397,57.268],[-2.409,57.273],[-2.416,57.27],[-2.423,57.27],[-2.43,57.265],[-2.441,57.265],[-2.443,57.263],[-2.44,57.261],[-2.442,57.258],[-2.439,57.253],[-2.441,57.25],[-2.441,57.248],[-2.449,57.243],[-2.45,57.242],[-2.457,57.24],[-2.451,57.237],[-2.454,57.234],[-2.465,57.233],[-2.473,57.236],[-2.472,57.239],[-2.48,57.243],[-2.485,57.245],[-2.487,57.247],[-2.49,57.247],[-2.496,57.249],[-2.499,57.247],[-2.507,57.245],[-2.508,57.247],[-2.511,57.25],[-2.509,57.251],[-2.516,57.261],[-2.514,57.266],[-2.515,57.269],[-2.503,57.269],[-2.503,57.275],[-2.502,57.277],[-2.501,57.282],[-2.504,57.284],[-2.505,57.288],[-2.504,57.293],[-2.508,57.3],[-2.511,57.3],[-2.517,57.298],[-2.523,57.298],[-2.532,57.295],[-2.536,57.29],[-2.537,57.281],[-2.538,57.279],[-2.558,57.275],[-2.563,57.273],[-2.573,57.273],[-2.576,57.271],[-2.585,57.269],[-2.591,57.269],[-2.597,57.263],[-2.602,57.249],[-2.602,57.247],[-2.599,57.243],[-2.592,57.237],[-2.593,57.235],[-2.591,57.231],[-2.62,57.227],[-2.633,57.225],[-2.634,57.222],[-2.643,57.225],[-2.649,57.226],[-2.649,57.229],[-2.642,57.233],[-2.64,57.237],[-2.644,57.242],[-2.651,57.246],[-2.657,57.246],[-2.661,57.244],[-2.667,57.244],[-2.676,57.243],[-2.687,57.245],[-2.69,57.245],[-2.694,57.243],[-2.698,57.245],[-2.706,57.245],[-2.712,57.243],[-2.719,57.242],[-2.729,57.243],[-2.74,57.241],[-2.74,57.236],[-2.744,57.231],[-2.742,57.229],[-2.744,57.227],[-2.744,57.221],[-2.746,57.22],[-2.743,57.216],[-2.738,57.213],[-2.739,57.21],[-2.742,57.208],[-2.756,57.207],[-2.766,57.211],[-2.772,57.21],[-2.776,57.209],[-2.78,57.211],[-2.805,57.212],[-2.817,57.214],[-2.822,57.216],[-2.821,57.22],[-2.824,57.221],[-2.818,57.223],[-2.822,57.231],[-2.834,57.232],[-2.841,57.23],[-2.845,57.228],[-2.849,57.23],[-2.85,57.233],[-2.859,57.232],[-2.859,57.234],[-2.869,57.235],[-2.875,57.234],[-2.879,57.236],[-2.884,57.235],[-2.887,57.232],[-2.893,57.234],[-2.901,57.233],[-2.903,57.23],[-2.908,57.226],[-2.914,57.226],[-2.918,57.224],[-2.926,57.234],[-2.93,57.237],[-2.937,57.244],[-2.946,57.244],[-2.966,57.25],[-2.976,57.26],[-2.984,57.278],[-2.988,57.278],[-2.99,57.274],[-2.998,57.272],[-3.006,57.27],[-3.011,57.268],[-3.018,57.266],[-3.019,57.262],[-3.025,57.263],[-3.03,57.267],[-3.032,57.273],[-3.038,57.274],[-3.042,57.278],[-3.046,57.277],[-3.054,57.275],[-3.057,57.276],[-3.066,57.277],[-3.067,57.281],[-3.073,57.282],[-3.078,57.281],[-3.09,57.282],[-3.092,57.284],[-3.103,57.281],[-3.104,57.279],[-3.11,57.277],[-3.115,57.28],[-3.119,57.282],[-3.127,57.279],[-3.128,57.276],[-3.137,57.278],[-3.143,57.278],[-3.146,57.273],[-3.153,57.268],[-3.157,57.267],[-3.16,57.264],[-3.165,57.262],[-3.185,57.263],[-3.188,57.263],[-3.196,57.255],[-3.202,57.255],[-3.209,57.256],[-3.213,57.252],[-3.219,57.25],[-3.226,57.242],[-3.224,57.239],[-3.229,57.238],[-3.235,57.233],[-3.239,57.228],[-3.235,57.223],[-3.244,57.221],[-3.246,57.215],[-3.249,57.213],[-3.247,57.21],[-3.24,57.206],[-3.243,57.202],[-3.248,57.201],[-3.258,57.2],[-3.264,57.203],[-3.275,57.2],[-3.277,57.197],[-3.28,57.191],[-3.284,57.193],[-3.296,57.194],[-3.298,57.193],[-3.314,57.192],[-3.322,57.189],[-3.328,57.189],[-3.345,57.182],[-3.354,57.178],[-3.358,57.172],[-3.357,57.167],[-3.353,57.16],[-3.342,57.157],[-3.342,57.155],[-3.349,57.152],[-3.349,57.148],[-3.334,57.143],[-3.333,57.14],[-3.336,57.137],[-3.327,57.135],[-3.322,57.131],[-3.324,57.125],[-3.328,57.123],[-3.328,57.118],[-3.335,57.113],[-3.336,57.111],[-3.352,57.109],[-3.356,57.11],[-3.361,57.108],[-3.365,57.103],[-3.369,57.1],[-3.374,57.1],[-3.378,57.098],[-3.384,57.098],[-3.396,57.101],[-3.404,57.099],[-3.41,57.098],[-3.415,57.1],[-3.417,57.105],[-3.423,57.105],[-3.432,57.103],[-3.433,57.1],[-3.441,57.098],[-3.443,57.095],[-3.448,57.093],[-3.46,57.092],[-3.463,57.093],[-3.468,57.092],[-3.478,57.092],[-3.479,57.094],[-3.486,57.095],[-3.488,57.091],[-3.493,57.089],[-3.5,57.088],[-3.507,57.089],[-3.517,57.086],[-3.521,57.088],[-3.526,57.088],[-3.531,57.09],[-3.538,57.091],[-3.541,57.086],[-3.544,57.085],[-3.553,57.083],[-3.559,57.083],[-3.561,57.086],[-3.557,57.092],[-3.558,57.096],[-3.564,57.095],[-3.569,57.096],[-3.576,57.094],[-3.583,57.092],[-3.589,57.088],[-3.59,57.085],[-3.594,57.084],[-3.605,57.087],[-3.611,57.085],[-3.615,57.087],[-3.616,57.088],[-3.62,57.09],[-3.624,57.088],[-3.63,57.088],[-3.633,57.086],[-3.639,57.087],[-3.647,57.088],[-3.648,57.084],[-3.654,57.081],[-3.652,57.076],[-3.655,57.074],[-3.657,57.069],[-3.665,57.068],[-3.669,57.07],[-3.666,57.076],[-3.673,57.078],[-3.677,57.081],[-3.674,57.084],[-3.68,57.088],[-3.684,57.093],[-3.695,57.091],[-3.698,57.09],[-3.705,57.09],[-3.709,57.088],[-3.712,57.081],[-3.715,57.079],[-3.726,57.08],[-3.73,57.077],[-3.735,57.076],[-3.75,57.076],[-3.752,57.073],[-3.756,57.072],[-3.758,57.069],[-3.753,57.062],[-3.747,57.058],[-3.743,57.057],[-3.733,57.057],[-3.742,57.049],[-3.75,57.045],[-3.751,57.042],[-3.757,57.038],[-3.753,57.034],[-3.754,57.033],[-3.75,57.026],[-3.75,57.02],[-3.744,57.017],[-3.747,57.014],[-3.749,57.003],[-3.748,57.001],[-3.748,56.993],[-3.751,56.991],[-3.758,56.987],[-3.758,56.977],[-3.762,56.974],[-3.77,56.972],[-3.772,56.969],[-3.777,56.967],[-3.782,56.966],[-3.788,56.963],[-3.791,56.957],[-3.791,56.952],[-3.793,56.949],[-3.798,56.947],[-3.8,56.943],[-3.8,56.939],[-3.802,56.936],[-3.798,56.932],[-3.788,56.924],[-3.783,56.923],[-3.775,56.926],[-3.766,56.93],[-3.761,56.931],[-3.754,56.932],[-3.747,56.934],[-3.741,56.934],[-3.733,56.931],[-3.728,56.926],[-3.725,56.918],[-3.714,56.918],[-3.705,56.916],[-3.696,56.916],[-3.684,56.916],[-3.682,56.922],[-3.676,56.925],[-3.677,56.927],[-3.676,56.932],[-3.67,56.932],[-3.664,56.931],[-3.662,56.933],[-3.654,56.933],[-3.654,56.929],[-3.65,56.928],[-3.65,56.924],[-3.641,56.923],[-3.638,56.926],[-3.627,56.925],[-3.618,56.926],[-3.611,56.93],[-3.603,56.931],[-3.584,56.931],[-3.579,56.93],[-3.577,56.926],[-3.578,56.923],[-3.578,56.921],[-3.573,56.915],[-3.572,56.911],[-3.569,56.91],[-3.563,56.904],[-3.562,56.902],[-3.559,56.9],[-3.561,56.897],[-3.568,56.895],[-3.568,56.891],[-3.564,56.886],[-3.561,56.884],[-3.555,56.886],[-3.549,56.886],[-3.546,56.887],[-3.538,56.892],[-3.529,56.884],[-3.525,56.887],[-3.519,56.887],[-3.515,56.886],[-3.51,56.888],[-3.499,56.886],[-3.499,56.882],[-3.492,56.882],[-3.49,56.877],[-3.482,56.875],[-3.475,56.874],[-3.47,56.875],[-3.465,56.873],[-3.46,56.875],[-3.446,56.877],[-3.442,56.882],[-3.438,56.886],[-3.43,56.887],[-3.43,56.885],[-3.421,56.882],[-3.421,56.88],[-3.411,56.881],[-3.405,56.884],[-3.395,56.879],[-3.387,56.88],[-3.383,56.879],[-3.376,56.875],[-3.369,56.875],[-3.366,56.879],[-3.367,56.882],[-3.361,56.884],[-3.354,56.884],[-3.349,56.887],[-3.349,56.89],[-3.344,56.891],[-3.337,56.896],[-3.322,56.896],[-3.315,56.897],[-3.311,56.897],[-3.309,56.899],[-3.302,56.9],[-3.299,56.902],[-3.298,56.905],[-3.285,56.907],[-3.286,56.909],[-3.283,56.913],[-3.291,56.925],[-3.289,56.927],[-3.284,56.929],[-3.278,56.928],[-3.276,56.925],[-3.272,56.923],[-3.27,56.92],[-3.266,56.92],[-3.262,56.922],[-3.256,56.92],[-3.24,56.918],[-3.235,56.918],[-3.228,56.917],[-3.224,56.914],[-3.221,56.913],[-3.212,56.911],[-3.204,56.909],[-3.199,56.906],[-3.186,56.904],[-3.184,56.906],[-3.18,56.906],[-3.177,56.902],[-3.174,56.901],[-3.174,56.906],[-3.167,56.908],[-3.161,56.907],[-3.148,56.903],[-3.144,56.9],[-3.139,56.898],[-3.139,56.894],[-3.135,56.89],[-3.131,56.888],[-3.12,56.888],[-3.117,56.892],[-3.109,56.894],[-3.109,56.9],[-3.112,56.903],[-3.109,56.908],[-3.111,56.912],[-3.11,56.919],[-3.095,56.932],[-3.094,56.934],[-3.099,56.945],[-3.096,56.946],[-3.094,56.95],[-3.084,56.951],[-3.082,56.955],[-3.083,56.958],[-3.072,56.96],[-3.067,56.961],[-3.06,56.963],[-3.058,56.964],[-3.048,56.963],[-3.046,56.965],[-3.039,56.967],[-3.036,56.967],[-3.03,56.97],[-3.026,56.973],[-3.019,56.969],[-3.007,56.967],[-3.001,56.968],[-2.999,56.971],[-2.994,56.968],[-2.982,56.968],[-2.976,56.969],[-2.974,56.97],[-2.967,56.97],[-2.954,56.967],[-2.947,56.968],[-2.945,56.974],[-2.93,56.972],[-2.924,56.972],[-2.916,56.976],[-2.91,56.976],[-2.913,56.982],[-2.905,56.983],[-2.9,56.986],[-2.892,56.987],[-2.884,56.986],[-2.875,56.98],[-2.867,56.98],[-2.861,56.979],[-2.858,56.974],[-2.851,56.973],[-2.841,56.974],[-2.833,56.977],[-2.834,56.973],[-2.83,56.97],[-2.825,56.962],[-2.817,56.962],[-2.803,56.958],[-2.783,56.957],[-2.773,56.96],[-2.766,56.96],[-2.753,56.954],[-2.746,56.949],[-2.741,56.949],[-2.736,56.944],[-2.735,56.939],[-2.729,56.934],[-2.729,56.931],[-2.725,56.926],[-2.719,56.923],[-2.71,56.924],[-2.707,56.923],[-2.701,56.921],[-2.692,56.917],[-2.687,56.915],[-2.68,56.909],[-2.681,56.907],[-2.679,56.903],[-2.682,56.898],[-2.68,56.894],[-2.681,56.888],[-2.669,56.89],[-2.662,56.889],[-2.661,56.885],[-2.663,56.871],[-2.666,56.859],[-2.672,56.859],[-2.668,56.85],[-2.671,56.849],[-2.671,56.846],[-2.667,56.845],[-2.671,56.842],[-2.666,56.838],[-2.666,56.835],[-2.658,56.83],[-2.651,56.822],[-2.65,56.815],[-2.653,56.812],[-2.651,56.81],[-2.644,56.812],[-2.634,56.81],[-2.631,56.808],[-2.626,56.799],[-2.617,56.793],[-2.616,56.788],[-2.616,56.783],[-2.605,56.783],[-2.598,56.784],[-2.595,56.787],[-2.589,56.788],[-2.581,56.786],[-2.569,56.786],[-2.559,56.787],[-2.551,56.785],[-2.549,56.783],[-2.544,56.782],[-2.539,56.782],[-2.531,56.785],[-2.523,56.782],[-2.519,56.78],[-2.516,56.776],[-2.508,56.774],[-2.503,56.77],[-2.492,56.766],[-2.484,56.765],[-2.478,56.762],[-2.475,56.755],[-2.472,56.753],[-2.467,56.752],[-2.463,56.748],[-2.46,56.747],[-2.455,56.748],[-2.45,56.751],[-2.445,56.752],[-2.438,56.751],[-2.431,56.752],[-2.427,56.754],[-2.424,56.757],[-2.418,56.761],[-2.41,56.768],[-2.404,56.773],[-2.396,56.775],[-2.384,56.775],[-2.376,56.774],[-2.376,56.776],[-2.371,56.779],[-2.368,56.782],[-2.361,56.784],[-2.359,56.787],[-2.355,56.787],[-2.347,56.79],[-2.338,56.792],[-2.335,56.794],[-2.326,56.796],[-2.314,56.803],[-2.314,56.804],[-2.308,56.807],[-2.307,56.809],[-2.304,56.812],[-2.301,56.816],[-2.296,56.819],[-2.293,56.823],[-2.291,56.824],[-2.29,56.827],[-2.283,56.828],[-2.277,56.83],[-2.278,56.832],[-2.275,56.835],[-2.275,56.841],[-2.273,56.844],[-2.262,56.845],[-2.257,56.847],[-2.253,56.851],[-2.251,56.854],[-2.245,56.857],[-2.243,56.859],[-2.239,56.86],[-2.236,56.863],[-2.233,56.863],[-2.23,56.869],[-2.225,56.872],[-2.224,56.875],[-2.22,56.876],[-2.214,56.884],[-2.219,56.887],[-2.213,56.893],[-2.215,56.895],[-2.207,56.898],[-2.208,56.9],[-2.205,56.902],[-2.203,56.908],[-2.198,56.908],[-2.196,56.909],[-2.198,56.914],[-2.197,56.915],[-2.2,56.919],[-2.201,56.924],[-2.197,56.925],[-2.197,56.931],[-2.202,56.933],[-2.198,56.935],[-2.2,56.937],[-2.196,56.94],[-2.195,56.942],[-2.199,56.943],[-2.198,56.945],[-2.2,56.949],[-2.193,56.952],[-2.199,56.953],[-2.202,56.958],[-2.206,56.962],[-2.207,56.967],[-2.204,56.969],[-2.2,56.971],[-2.196,56.974],[-2.192,56.975],[-2.187,56.979],[-2.182,56.979],[-2.181,56.983],[-2.182,56.986],[-2.179,56.99],[-2.18,56.991],[-2.175,56.997],[-2.171,56.999],[-2.168,57.003],[-2.168,57.009],[-2.165,57.009],[-2.162,57.012],[-2.164,57.014],[-2.161,57.018],[-2.155,57.02],[-2.148,57.024],[-2.145,57.03],[-2.143,57.032],[-2.138,57.033],[-2.132,57.036],[-2.128,57.041],[-2.121,57.044],[-2.12,57.046],[-2.123,57.048],[-2.121,57.05],[-2.116,57.051],[-2.116,57.053],[-2.111,57.054],[-2.111,57.057],[-2.105,57.057],[-2.107,57.062],[-2.104,57.064],[-2.099,57.065],[-2.092,57.068],[-2.093,57.073],[-2.096,57.074],[-2.09,57.079],[-2.089,57.081],[-2.085,57.086],[-2.089,57.087],[-2.098,57.088],[-2.119,57.09],[-2.119,57.104],[-2.122,57.108],[-2.121,57.114],[-2.124,57.117],[-2.129,57.118],[-2.145,57.117],[-2.15,57.115],[-2.16,57.113],[-2.171,57.115],[-2.175,57.112],[-2.176,57.109],[-2.179,57.107],[-2.184,57.108],[-2.189,57.108],[-2.192,57.105],[-2.197,57.104],[-2.202,57.105],[-2.216,57.1],[-2.219,57.102],[-2.224,57.101],[-2.231,57.095],[-2.238,57.094],[-2.244,57.096],[-2.251,57.096],[-2.259,57.095],[-2.261,57.094],[-2.26,57.087],[-2.261,57.085],[-2.27,57.08],[-2.274,57.078],[-2.288,57.08],[-2.294,57.079],[-2.298,57.078],[-2.308,57.076],[-2.313,57.078],[-2.317,57.08],[-2.31,57.082],[-2.302,57.085],[-2.299,57.087],[-2.291,57.089],[-2.288,57.094],[-2.281,57.096],[-2.28,57.099],[-2.284,57.102],[-2.29,57.102],[-2.299,57.104],[-2.304,57.105],[-2.31,57.103],[-2.32,57.102],[-2.322,57.103],[-2.331,57.102],[-2.337,57.103],[-2.345,57.107],[-2.351,57.108],[-2.361,57.109],[-2.361,57.111],[-2.352,57.121],[-2.351,57.131],[-2.354,57.133],[-2.351,57.136],[-2.339,57.134],[-2.333,57.132],[-2.326,57.126],[-2.317,57.125],[-2.309,57.125],[-2.3,57.127],[-2.296,57.128],[-2.29,57.129],[-2.284,57.131],[-2.279,57.129],[-2.275,57.13],[-2.275,57.132],[-2.277,57.134],[-2.278,57.138],[-2.273,57.144],[-2.267,57.146],[-2.267,57.147],[-2.259,57.154],[-2.257,57.157],[-2.254,57.158],[-2.255,57.162],[-2.261,57.17],[-2.268,57.173],[-2.271,57.173],[-2.273,57.177],[-2.272,57.18],[-2.274,57.182],[-2.278,57.183],[-2.281,57.186],[-2.286,57.188],[-2.29,57.193],[-2.295,57.198],[-2.29,57.202],[-2.281,57.201],[-2.278,57.204],[-2.282,57.207],[-2.278,57.211],[-2.278,57.213],[-2.282,57.215],[-2.279,57.22],[-2.28,57.225],[-2.28,57.227],[-2.274,57.23],[-2.273,57.235]]]},"properties":{"PCON24NM":"West Aberdeenshire and Kincardine","PCON24CD":"S14000058"},"PCON24CD":583}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.875,57.381],[-1.881,57.383],[-1.887,57.383],[-1.896,57.386],[-1.899,57.39],[-1.902,57.391],[-1.903,57.393],[-1.907,57.393],[-1.913,57.394],[-1.912,57.396],[-1.926,57.399],[-1.928,57.401],[-1.936,57.4],[-1.947,57.401],[-1.95,57.405],[-1.951,57.409],[-1.951,57.416],[-1.956,57.416],[-1.962,57.421],[-1.965,57.428],[-1.969,57.429],[-1.97,57.432],[-1.967,57.436],[-1.968,57.44],[-1.959,57.442],[-1.958,57.446],[-1.959,57.449],[-1.966,57.452],[-1.965,57.453],[-1.964,57.459],[-1.967,57.464],[-1.97,57.467],[-1.972,57.471],[-1.969,57.474],[-1.971,57.478],[-1.969,57.482],[-1.961,57.49],[-1.961,57.493],[-1.965,57.494],[-1.97,57.494],[-1.982,57.496],[-1.987,57.5],[-1.996,57.5],[-2.003,57.501],[-2.001,57.511],[-2.006,57.512],[-2.014,57.511],[-2.019,57.511],[-2.026,57.51],[-2.029,57.516],[-2.023,57.519],[-2.025,57.526],[-2.036,57.525],[-2.047,57.525],[-2.055,57.524],[-2.06,57.525],[-2.065,57.525],[-2.066,57.527],[-2.07,57.53],[-2.076,57.531],[-2.081,57.532],[-2.09,57.533],[-2.096,57.536],[-2.103,57.537],[-2.107,57.539],[-2.114,57.541],[-2.14,57.549],[-2.144,57.552],[-2.153,57.558],[-2.153,57.56],[-2.156,57.563],[-2.157,57.565],[-2.163,57.568],[-2.166,57.568],[-2.17,57.569],[-2.17,57.571],[-2.175,57.575],[-2.183,57.576],[-2.186,57.576],[-2.191,57.577],[-2.202,57.583],[-2.207,57.585],[-2.21,57.58],[-2.216,57.577],[-2.217,57.574],[-2.221,57.571],[-2.225,57.574],[-2.226,57.579],[-2.23,57.578],[-2.233,57.582],[-2.234,57.586],[-2.237,57.587],[-2.244,57.585],[-2.25,57.585],[-2.262,57.586],[-2.265,57.586],[-2.272,57.582],[-2.275,57.576],[-2.281,57.565],[-2.287,57.565],[-2.29,57.566],[-2.305,57.569],[-2.315,57.576],[-2.324,57.577],[-2.329,57.58],[-2.333,57.582],[-2.343,57.583],[-2.345,57.582],[-2.348,57.585],[-2.361,57.588],[-2.369,57.586],[-2.377,57.587],[-2.383,57.586],[-2.395,57.583],[-2.397,57.584],[-2.417,57.584],[-2.432,57.583],[-2.437,57.582],[-2.441,57.582],[-2.447,57.583],[-2.453,57.583],[-2.455,57.582],[-2.459,57.572],[-2.461,57.57],[-2.466,57.568],[-2.475,57.567],[-2.481,57.566],[-2.486,57.561],[-2.491,57.561],[-2.497,57.562],[-2.503,57.557],[-2.503,57.555],[-2.499,57.553],[-2.494,57.553],[-2.488,57.551],[-2.491,57.55],[-2.487,57.548],[-2.483,57.544],[-2.478,57.542],[-2.479,57.54],[-2.484,57.539],[-2.487,57.54],[-2.496,57.537],[-2.505,57.538],[-2.51,57.536],[-2.523,57.534],[-2.533,57.537],[-2.537,57.537],[-2.543,57.535],[-2.547,57.531],[-2.554,57.53],[-2.555,57.522],[-2.552,57.52],[-2.552,57.515],[-2.561,57.517],[-2.568,57.517],[-2.575,57.522],[-2.587,57.522],[-2.593,57.52],[-2.605,57.517],[-2.609,57.512],[-2.622,57.514],[-2.629,57.514],[-2.635,57.522],[-2.644,57.525],[-2.648,57.528],[-2.659,57.528],[-2.661,57.527],[-2.667,57.525],[-2.67,57.522],[-2.681,57.521],[-2.681,57.517],[-2.693,57.516],[-2.691,57.514],[-2.693,57.509],[-2.698,57.508],[-2.708,57.511],[-2.718,57.501],[-2.724,57.504],[-2.728,57.505],[-2.735,57.504],[-2.742,57.504],[-2.745,57.508],[-2.754,57.51],[-2.76,57.514],[-2.758,57.522],[-2.766,57.521],[-2.772,57.518],[-2.774,57.516],[-2.78,57.516],[-2.782,57.51],[-2.789,57.508],[-2.8,57.513],[-2.803,57.515],[-2.811,57.52],[-2.816,57.52],[-2.818,57.521],[-2.819,57.529],[-2.821,57.535],[-2.824,57.536],[-2.826,57.539],[-2.837,57.538],[-2.846,57.535],[-2.851,57.534],[-2.864,57.53],[-2.869,57.53],[-2.882,57.533],[-2.887,57.532],[-2.89,57.527],[-2.886,57.522],[-2.909,57.509],[-2.92,57.506],[-2.921,57.502],[-2.92,57.5],[-2.916,57.497],[-2.917,57.495],[-2.928,57.495],[-2.938,57.494],[-2.962,57.494],[-2.968,57.495],[-2.97,57.497],[-2.973,57.496],[-2.971,57.493],[-2.98,57.486],[-2.987,57.483],[-2.986,57.478],[-2.99,57.472],[-2.992,57.471],[-2.996,57.467],[-3.002,57.465],[-3.006,57.463],[-3.011,57.462],[-3.013,57.46],[-3.011,57.456],[-3.012,57.453],[-3.02,57.45],[-3.011,57.443],[-2.996,57.444],[-2.991,57.44],[-2.975,57.442],[-2.965,57.44],[-2.955,57.44],[-2.958,57.438],[-2.969,57.434],[-2.982,57.427],[-2.991,57.424],[-3.007,57.421],[-3.018,57.413],[-3.019,57.408],[-3.024,57.405],[-3.011,57.403],[-3.003,57.403],[-3,57.4],[-2.996,57.398],[-2.989,57.399],[-2.985,57.396],[-2.986,57.393],[-2.978,57.388],[-2.968,57.383],[-2.962,57.382],[-2.955,57.378],[-2.957,57.376],[-2.969,57.371],[-2.975,57.37],[-2.98,57.365],[-2.984,57.363],[-2.978,57.357],[-2.973,57.354],[-2.97,57.351],[-2.97,57.342],[-2.974,57.339],[-2.972,57.328],[-2.969,57.327],[-2.966,57.322],[-2.962,57.32],[-2.955,57.318],[-2.954,57.316],[-2.962,57.313],[-2.973,57.303],[-2.977,57.297],[-2.973,57.289],[-2.976,57.285],[-2.982,57.282],[-2.984,57.278],[-2.976,57.26],[-2.966,57.25],[-2.946,57.244],[-2.937,57.244],[-2.93,57.237],[-2.926,57.234],[-2.918,57.224],[-2.914,57.226],[-2.908,57.226],[-2.903,57.23],[-2.901,57.233],[-2.893,57.234],[-2.887,57.232],[-2.884,57.235],[-2.879,57.236],[-2.875,57.234],[-2.869,57.235],[-2.859,57.234],[-2.859,57.232],[-2.85,57.233],[-2.849,57.23],[-2.845,57.228],[-2.841,57.23],[-2.834,57.232],[-2.822,57.231],[-2.818,57.223],[-2.824,57.221],[-2.821,57.22],[-2.822,57.216],[-2.817,57.214],[-2.805,57.212],[-2.78,57.211],[-2.776,57.209],[-2.772,57.21],[-2.766,57.211],[-2.756,57.207],[-2.742,57.208],[-2.739,57.21],[-2.738,57.213],[-2.743,57.216],[-2.746,57.22],[-2.744,57.221],[-2.744,57.227],[-2.742,57.229],[-2.744,57.231],[-2.74,57.236],[-2.74,57.241],[-2.729,57.243],[-2.719,57.242],[-2.712,57.243],[-2.706,57.245],[-2.698,57.245],[-2.694,57.243],[-2.69,57.245],[-2.687,57.245],[-2.676,57.243],[-2.667,57.244],[-2.661,57.244],[-2.657,57.246],[-2.651,57.246],[-2.644,57.242],[-2.64,57.237],[-2.642,57.233],[-2.649,57.229],[-2.649,57.226],[-2.643,57.225],[-2.634,57.222],[-2.633,57.225],[-2.62,57.227],[-2.591,57.231],[-2.593,57.235],[-2.592,57.237],[-2.599,57.243],[-2.602,57.247],[-2.602,57.249],[-2.597,57.263],[-2.591,57.269],[-2.585,57.269],[-2.576,57.271],[-2.573,57.273],[-2.563,57.273],[-2.558,57.275],[-2.538,57.279],[-2.537,57.281],[-2.536,57.29],[-2.532,57.295],[-2.523,57.298],[-2.517,57.298],[-2.511,57.3],[-2.508,57.3],[-2.504,57.293],[-2.505,57.288],[-2.504,57.284],[-2.501,57.282],[-2.502,57.277],[-2.503,57.275],[-2.503,57.269],[-2.515,57.269],[-2.514,57.266],[-2.516,57.261],[-2.509,57.251],[-2.511,57.25],[-2.508,57.247],[-2.507,57.245],[-2.499,57.247],[-2.496,57.249],[-2.49,57.247],[-2.487,57.247],[-2.485,57.245],[-2.48,57.243],[-2.472,57.239],[-2.473,57.236],[-2.465,57.233],[-2.454,57.234],[-2.451,57.237],[-2.457,57.24],[-2.45,57.242],[-2.449,57.243],[-2.441,57.248],[-2.441,57.25],[-2.439,57.253],[-2.442,57.258],[-2.44,57.261],[-2.443,57.263],[-2.441,57.265],[-2.43,57.265],[-2.423,57.27],[-2.416,57.27],[-2.409,57.273],[-2.397,57.268],[-2.396,57.264],[-2.398,57.26],[-2.404,57.255],[-2.407,57.248],[-2.414,57.243],[-2.414,57.241],[-2.408,57.229],[-2.41,57.224],[-2.41,57.221],[-2.417,57.219],[-2.419,57.217],[-2.425,57.215],[-2.422,57.212],[-2.424,57.21],[-2.42,57.208],[-2.412,57.198],[-2.405,57.2],[-2.397,57.197],[-2.38,57.196],[-2.378,57.195],[-2.363,57.195],[-2.352,57.197],[-2.352,57.201],[-2.349,57.203],[-2.351,57.207],[-2.345,57.208],[-2.337,57.206],[-2.332,57.206],[-2.321,57.207],[-2.308,57.222],[-2.307,57.226],[-2.31,57.228],[-2.303,57.23],[-2.291,57.231],[-2.286,57.23],[-2.285,57.233],[-2.282,57.235],[-2.277,57.234],[-2.273,57.235],[-2.271,57.233],[-2.265,57.232],[-2.264,57.229],[-2.259,57.229],[-2.254,57.231],[-2.252,57.233],[-2.244,57.234],[-2.241,57.235],[-2.238,57.234],[-2.236,57.229],[-2.231,57.231],[-2.226,57.229],[-2.224,57.23],[-2.217,57.23],[-2.211,57.229],[-2.207,57.231],[-2.204,57.231],[-2.204,57.226],[-2.202,57.223],[-2.192,57.219],[-2.186,57.218],[-2.18,57.216],[-2.179,57.213],[-2.175,57.21],[-2.172,57.213],[-2.167,57.211],[-2.165,57.213],[-2.155,57.214],[-2.148,57.211],[-2.143,57.211],[-2.137,57.215],[-2.138,57.217],[-2.131,57.218],[-2.129,57.223],[-2.128,57.227],[-2.116,57.225],[-2.095,57.222],[-2.088,57.219],[-2.081,57.219],[-2.076,57.218],[-2.068,57.214],[-2.064,57.214],[-2.061,57.212],[-2.055,57.224],[-2.05,57.231],[-2.043,57.243],[-2.017,57.276],[-1.999,57.296],[-1.99,57.305],[-1.992,57.31],[-1.995,57.312],[-1.991,57.316],[-1.995,57.32],[-1.997,57.32],[-2,57.324],[-1.999,57.332],[-2.009,57.336],[-2.007,57.337],[-2.009,57.341],[-2.008,57.343],[-2.004,57.345],[-1.998,57.344],[-1.995,57.347],[-2.002,57.348],[-2.011,57.351],[-2.008,57.356],[-2.005,57.353],[-1.992,57.35],[-1.99,57.347],[-1.996,57.344],[-1.999,57.339],[-1.998,57.334],[-1.994,57.331],[-1.995,57.328],[-1.993,57.326],[-1.989,57.32],[-1.986,57.318],[-1.986,57.316],[-1.992,57.311],[-1.986,57.311],[-1.983,57.314],[-1.979,57.319],[-1.972,57.325],[-1.967,57.328],[-1.965,57.328],[-1.954,57.332],[-1.955,57.334],[-1.942,57.34],[-1.94,57.344],[-1.934,57.345],[-1.935,57.347],[-1.925,57.35],[-1.923,57.355],[-1.919,57.357],[-1.916,57.36],[-1.914,57.363],[-1.911,57.364],[-1.91,57.366],[-1.903,57.368],[-1.899,57.371],[-1.895,57.371],[-1.893,57.374],[-1.888,57.373],[-1.886,57.376],[-1.875,57.381]]]},"properties":{"PCON24NM":"Gordon and Buchan","PCON24CD":"S14000091"},"PCON24CD":584}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.136,56.036],[-3.141,56.034],[-3.137,56.032],[-3.132,56.028],[-3.13,56.028],[-3.136,56.036]]],[[[-3.103,56.136],[-3.114,56.137],[-3.109,56.142],[-3.117,56.145],[-3.113,56.148],[-3.116,56.15],[-3.117,56.153],[-3.128,56.151],[-3.129,56.154],[-3.137,56.153],[-3.136,56.149],[-3.139,56.145],[-3.147,56.144],[-3.17,56.144],[-3.183,56.143],[-3.192,56.142],[-3.201,56.14],[-3.211,56.138],[-3.224,56.135],[-3.243,56.133],[-3.262,56.127],[-3.282,56.124],[-3.289,56.123],[-3.305,56.119],[-3.301,56.116],[-3.306,56.114],[-3.316,56.113],[-3.321,56.111],[-3.323,56.113],[-3.327,56.113],[-3.328,56.117],[-3.331,56.118],[-3.331,56.12],[-3.324,56.129],[-3.328,56.13],[-3.334,56.14],[-3.342,56.139],[-3.349,56.135],[-3.356,56.135],[-3.359,56.132],[-3.358,56.13],[-3.361,56.128],[-3.361,56.126],[-3.374,56.123],[-3.383,56.12],[-3.388,56.116],[-3.393,56.114],[-3.401,56.111],[-3.409,56.11],[-3.427,56.107],[-3.433,56.104],[-3.433,56.1],[-3.429,56.101],[-3.426,56.093],[-3.419,56.093],[-3.415,56.09],[-3.402,56.091],[-3.402,56.088],[-3.401,56.085],[-3.395,56.079],[-3.39,56.074],[-3.388,56.071],[-3.387,56.066],[-3.388,56.055],[-3.389,56.052],[-3.394,56.049],[-3.404,56.045],[-3.406,56.043],[-3.409,56.034],[-3.407,56.022],[-3.403,56.015],[-3.409,56.016],[-3.407,56.013],[-3.401,56.009],[-3.396,56.01],[-3.392,56.007],[-3.388,56.011],[-3.39,56.017],[-3.388,56.019],[-3.388,56.023],[-3.395,56.023],[-3.401,56.025],[-3.394,56.028],[-3.39,56.026],[-3.384,56.025],[-3.377,56.029],[-3.373,56.029],[-3.369,56.028],[-3.357,56.026],[-3.353,56.028],[-3.35,56.03],[-3.342,56.033],[-3.343,56.035],[-3.347,56.036],[-3.343,56.038],[-3.334,56.04],[-3.329,56.039],[-3.324,56.038],[-3.323,56.035],[-3.319,56.035],[-3.312,56.039],[-3.311,56.044],[-3.306,56.045],[-3.304,56.048],[-3.3,56.048],[-3.297,56.051],[-3.294,56.053],[-3.288,56.05],[-3.284,56.056],[-3.28,56.056],[-3.262,56.06],[-3.251,56.061],[-3.248,56.058],[-3.235,56.055],[-3.234,56.054],[-3.224,56.057],[-3.223,56.059],[-3.225,56.061],[-3.222,56.063],[-3.217,56.064],[-3.205,56.064],[-3.194,56.063],[-3.185,56.064],[-3.178,56.062],[-3.173,56.064],[-3.174,56.068],[-3.171,56.069],[-3.169,56.072],[-3.164,56.075],[-3.163,56.079],[-3.16,56.081],[-3.158,56.085],[-3.16,56.092],[-3.16,56.099],[-3.156,56.109],[-3.152,56.115],[-3.147,56.116],[-3.14,56.12],[-3.132,56.119],[-3.129,56.121],[-3.124,56.121],[-3.12,56.124],[-3.115,56.129],[-3.105,56.134],[-3.103,56.136]]]]},"properties":{"PCON24NM":"Cowdenbeath and Kirkcaldy","PCON24CD":"S14000071"},"PCON24CD":585}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.079,57.162],[-2.087,57.162],[-2.097,57.161],[-2.106,57.16],[-2.11,57.161],[-2.113,57.158],[-2.109,57.152],[-2.105,57.15],[-2.106,57.148],[-2.113,57.146],[-2.118,57.15],[-2.124,57.149],[-2.131,57.148],[-2.149,57.145],[-2.149,57.149],[-2.164,57.148],[-2.173,57.145],[-2.18,57.149],[-2.198,57.145],[-2.206,57.146],[-2.22,57.147],[-2.234,57.146],[-2.247,57.148],[-2.253,57.147],[-2.267,57.147],[-2.267,57.146],[-2.273,57.144],[-2.278,57.138],[-2.277,57.134],[-2.275,57.132],[-2.275,57.13],[-2.279,57.129],[-2.284,57.131],[-2.29,57.129],[-2.296,57.128],[-2.3,57.127],[-2.309,57.125],[-2.317,57.125],[-2.326,57.126],[-2.333,57.132],[-2.339,57.134],[-2.351,57.136],[-2.354,57.133],[-2.351,57.131],[-2.352,57.121],[-2.361,57.111],[-2.361,57.109],[-2.351,57.108],[-2.345,57.107],[-2.337,57.103],[-2.331,57.102],[-2.322,57.103],[-2.32,57.102],[-2.31,57.103],[-2.304,57.105],[-2.299,57.104],[-2.29,57.102],[-2.284,57.102],[-2.28,57.099],[-2.281,57.096],[-2.288,57.094],[-2.291,57.089],[-2.299,57.087],[-2.302,57.085],[-2.31,57.082],[-2.317,57.08],[-2.313,57.078],[-2.308,57.076],[-2.298,57.078],[-2.294,57.079],[-2.288,57.08],[-2.274,57.078],[-2.27,57.08],[-2.261,57.085],[-2.26,57.087],[-2.261,57.094],[-2.259,57.095],[-2.251,57.096],[-2.244,57.096],[-2.238,57.094],[-2.231,57.095],[-2.224,57.101],[-2.219,57.102],[-2.216,57.1],[-2.202,57.105],[-2.197,57.104],[-2.192,57.105],[-2.189,57.108],[-2.184,57.108],[-2.179,57.107],[-2.176,57.109],[-2.175,57.112],[-2.171,57.115],[-2.16,57.113],[-2.15,57.115],[-2.145,57.117],[-2.129,57.118],[-2.124,57.117],[-2.121,57.114],[-2.122,57.108],[-2.119,57.104],[-2.119,57.09],[-2.098,57.088],[-2.089,57.087],[-2.085,57.086],[-2.081,57.088],[-2.082,57.091],[-2.079,57.096],[-2.073,57.098],[-2.073,57.104],[-2.065,57.107],[-2.064,57.109],[-2.062,57.111],[-2.056,57.12],[-2.054,57.121],[-2.054,57.124],[-2.048,57.129],[-2.057,57.131],[-2.059,57.134],[-2.055,57.136],[-2.048,57.138],[-2.046,57.139],[-2.053,57.14],[-2.055,57.142],[-2.06,57.143],[-2.071,57.14],[-2.075,57.141],[-2.091,57.142],[-2.09,57.144],[-2.079,57.142],[-2.073,57.146],[-2.076,57.149],[-2.078,57.155],[-2.079,57.162]]]},"properties":{"PCON24NM":"Aberdeen South","PCON24CD":"S14000061"},"PCON24CD":586}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.289,55.992],[-3.288,55.995],[-3.292,55.995],[-3.293,55.993],[-3.289,55.992]]],[[[-3.269,55.98],[-3.276,55.98],[-3.284,55.98],[-3.289,55.979],[-3.299,55.981],[-3.302,55.98],[-3.309,55.983],[-3.315,55.984],[-3.318,55.983],[-3.33,55.988],[-3.334,55.993],[-3.337,55.994],[-3.343,55.997],[-3.345,55.997],[-3.352,56.002],[-3.355,56],[-3.359,56],[-3.366,55.999],[-3.368,55.995],[-3.377,55.991],[-3.39,55.99],[-3.395,55.99],[-3.407,55.994],[-3.411,55.992],[-3.417,55.993],[-3.425,55.994],[-3.427,55.99],[-3.432,55.989],[-3.43,55.985],[-3.43,55.982],[-3.435,55.98],[-3.437,55.979],[-3.442,55.978],[-3.448,55.978],[-3.445,55.97],[-3.442,55.967],[-3.443,55.961],[-3.426,55.959],[-3.425,55.954],[-3.429,55.952],[-3.435,55.951],[-3.44,55.951],[-3.449,55.951],[-3.443,55.943],[-3.439,55.941],[-3.428,55.936],[-3.418,55.934],[-3.421,55.932],[-3.429,55.932],[-3.428,55.926],[-3.434,55.92],[-3.434,55.917],[-3.436,55.916],[-3.438,55.913],[-3.442,55.913],[-3.442,55.91],[-3.444,55.908],[-3.442,55.905],[-3.436,55.906],[-3.419,55.902],[-3.407,55.903],[-3.398,55.903],[-3.39,55.903],[-3.39,55.899],[-3.387,55.896],[-3.384,55.897],[-3.382,55.894],[-3.368,55.895],[-3.36,55.898],[-3.339,55.902],[-3.342,55.906],[-3.338,55.907],[-3.333,55.909],[-3.337,55.914],[-3.341,55.916],[-3.337,55.92],[-3.332,55.92],[-3.33,55.922],[-3.323,55.923],[-3.316,55.927],[-3.306,55.928],[-3.304,55.93],[-3.308,55.934],[-3.307,55.935],[-3.298,55.935],[-3.299,55.936],[-3.282,55.933],[-3.275,55.933],[-3.27,55.926],[-3.262,55.93],[-3.26,55.933],[-3.249,55.937],[-3.25,55.938],[-3.217,55.946],[-3.215,55.947],[-3.221,55.951],[-3.214,55.952],[-3.217,55.955],[-3.222,55.955],[-3.232,55.963],[-3.236,55.968],[-3.261,55.966],[-3.264,55.968],[-3.267,55.973],[-3.269,55.98]]]]},"properties":{"PCON24NM":"Edinburgh West","PCON24CD":"S14000082"},"PCON24CD":587}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.367,55.946],[-2.375,55.947],[-2.381,55.951],[-2.384,55.951],[-2.395,55.958],[-2.399,55.964],[-2.398,55.967],[-2.403,55.972],[-2.405,55.972],[-2.414,55.97],[-2.422,55.971],[-2.423,55.975],[-2.434,55.978],[-2.437,55.979],[-2.441,55.981],[-2.445,55.988],[-2.45,55.987],[-2.453,55.988],[-2.461,55.987],[-2.468,55.989],[-2.471,55.994],[-2.474,55.996],[-2.478,55.996],[-2.484,55.997],[-2.489,55.995],[-2.497,55.998],[-2.506,55.999],[-2.51,56],[-2.513,56.002],[-2.514,56.005],[-2.519,56.005],[-2.531,56.007],[-2.536,56.005],[-2.542,56.005],[-2.542,56.002],[-2.544,55.999],[-2.551,55.998],[-2.552,56],[-2.558,56.001],[-2.554,56.003],[-2.559,56.005],[-2.57,56.011],[-2.571,56.008],[-2.578,56.004],[-2.578,56.001],[-2.583,56.001],[-2.589,55.999],[-2.599,55.998],[-2.601,56.003],[-2.6,56.005],[-2.592,56.007],[-2.59,56.011],[-2.593,56.013],[-2.59,56.015],[-2.59,56.017],[-2.586,56.019],[-2.585,56.022],[-2.593,56.024],[-2.598,56.026],[-2.608,56.033],[-2.612,56.033],[-2.61,56.036],[-2.611,56.038],[-2.616,56.041],[-2.619,56.043],[-2.621,56.048],[-2.629,56.052],[-2.637,56.052],[-2.64,56.054],[-2.649,56.054],[-2.649,56.057],[-2.654,56.057],[-2.656,56.059],[-2.66,56.059],[-2.665,56.058],[-2.67,56.058],[-2.676,56.059],[-2.679,56.062],[-2.685,56.061],[-2.696,56.06],[-2.696,56.058],[-2.704,56.057],[-2.712,56.058],[-2.718,56.061],[-2.721,56.059],[-2.729,56.061],[-2.733,56.061],[-2.741,56.062],[-2.746,56.062],[-2.75,56.06],[-2.758,56.06],[-2.775,56.064],[-2.779,56.064],[-2.787,56.066],[-2.792,56.064],[-2.799,56.065],[-2.807,56.062],[-2.816,56.062],[-2.819,56.058],[-2.823,56.055],[-2.825,56.052],[-2.831,56.051],[-2.834,56.048],[-2.835,56.044],[-2.838,56.041],[-2.848,56.038],[-2.862,56.037],[-2.867,56.036],[-2.865,56.034],[-2.867,56.027],[-2.866,56.025],[-2.859,56.018],[-2.855,56.016],[-2.85,56.016],[-2.851,56.013],[-2.858,56.011],[-2.862,56.012],[-2.868,56.011],[-2.874,56.014],[-2.878,56.013],[-2.885,56.012],[-2.89,56.01],[-2.889,56.007],[-2.89,56.006],[-2.885,56.002],[-2.885,55.998],[-2.889,55.992],[-2.9,55.988],[-2.897,55.984],[-2.901,55.981],[-2.905,55.981],[-2.915,55.975],[-2.921,55.974],[-2.937,55.972],[-2.948,55.973],[-2.965,55.971],[-2.966,55.969],[-2.971,55.97],[-2.977,55.967],[-2.978,55.964],[-2.984,55.96],[-2.991,55.958],[-3,55.956],[-3.005,55.956],[-3.01,55.953],[-3.022,55.951],[-3.035,55.954],[-3.038,55.954],[-3.046,55.953],[-3.049,55.95],[-3.046,55.95],[-3.045,55.945],[-3.043,55.946],[-3.042,55.941],[-3.038,55.935],[-3.038,55.933],[-3.033,55.93],[-3.028,55.928],[-3.036,55.928],[-3.047,55.925],[-3.044,55.922],[-3.049,55.919],[-3.049,55.916],[-3.053,55.915],[-3.055,55.912],[-3.053,55.911],[-3.042,55.91],[-3.034,55.908],[-3.031,55.906],[-3.018,55.902],[-3.01,55.902],[-3.007,55.907],[-3.003,55.909],[-2.989,55.913],[-2.984,55.912],[-2.974,55.913],[-2.969,55.912],[-2.966,55.911],[-2.967,55.903],[-2.957,55.9],[-2.956,55.9],[-2.962,55.895],[-2.95,55.892],[-2.947,55.889],[-2.949,55.885],[-2.948,55.881],[-2.941,55.878],[-2.941,55.876],[-2.938,55.875],[-2.936,55.872],[-2.936,55.867],[-2.937,55.864],[-2.931,55.861],[-2.927,55.861],[-2.924,55.863],[-2.919,55.862],[-2.918,55.859],[-2.914,55.857],[-2.911,55.859],[-2.901,55.86],[-2.902,55.855],[-2.898,55.853],[-2.899,55.851],[-2.897,55.849],[-2.889,55.847],[-2.88,55.847],[-2.88,55.845],[-2.878,55.843],[-2.874,55.844],[-2.869,55.839],[-2.862,55.84],[-2.862,55.837],[-2.855,55.834],[-2.86,55.831],[-2.857,55.83],[-2.851,55.826],[-2.847,55.823],[-2.846,55.819],[-2.845,55.818],[-2.84,55.818],[-2.833,55.821],[-2.831,55.823],[-2.823,55.826],[-2.819,55.83],[-2.812,55.83],[-2.807,55.832],[-2.802,55.832],[-2.794,55.835],[-2.786,55.836],[-2.777,55.844],[-2.775,55.842],[-2.774,55.838],[-2.765,55.839],[-2.758,55.839],[-2.759,55.836],[-2.755,55.832],[-2.748,55.83],[-2.744,55.83],[-2.741,55.829],[-2.735,55.83],[-2.724,55.835],[-2.705,55.837],[-2.696,55.836],[-2.696,55.84],[-2.691,55.842],[-2.687,55.839],[-2.673,55.846],[-2.669,55.847],[-2.665,55.846],[-2.66,55.842],[-2.649,55.844],[-2.643,55.841],[-2.647,55.838],[-2.648,55.834],[-2.642,55.834],[-2.634,55.836],[-2.631,55.836],[-2.626,55.833],[-2.623,55.835],[-2.61,55.834],[-2.606,55.832],[-2.605,55.829],[-2.594,55.829],[-2.592,55.829],[-2.584,55.835],[-2.582,55.84],[-2.584,55.842],[-2.581,55.845],[-2.573,55.846],[-2.569,55.845],[-2.564,55.842],[-2.555,55.839],[-2.548,55.843],[-2.547,55.845],[-2.543,55.848],[-2.544,55.851],[-2.539,55.858],[-2.535,55.861],[-2.538,55.863],[-2.534,55.867],[-2.533,55.87],[-2.536,55.872],[-2.539,55.872],[-2.542,55.876],[-2.55,55.878],[-2.546,55.88],[-2.553,55.884],[-2.561,55.886],[-2.567,55.889],[-2.57,55.892],[-2.566,55.897],[-2.558,55.899],[-2.555,55.9],[-2.558,55.903],[-2.558,55.905],[-2.563,55.907],[-2.554,55.91],[-2.554,55.912],[-2.536,55.915],[-2.534,55.911],[-2.522,55.909],[-2.515,55.909],[-2.505,55.912],[-2.502,55.909],[-2.495,55.906],[-2.493,55.902],[-2.49,55.9],[-2.488,55.895],[-2.485,55.891],[-2.482,55.889],[-2.468,55.885],[-2.467,55.889],[-2.461,55.891],[-2.46,55.892],[-2.449,55.893],[-2.446,55.898],[-2.435,55.904],[-2.434,55.903],[-2.423,55.906],[-2.425,55.909],[-2.421,55.91],[-2.417,55.912],[-2.409,55.914],[-2.407,55.915],[-2.406,55.918],[-2.4,55.921],[-2.398,55.923],[-2.398,55.925],[-2.392,55.931],[-2.391,55.933],[-2.381,55.934],[-2.379,55.937],[-2.373,55.939],[-2.372,55.941],[-2.366,55.944],[-2.367,55.946]]]},"properties":{"PCON24NM":"Lothian East","PCON24CD":"S14000096"},"PCON24CD":588}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.109,55.251],[-5.11,55.253],[-5.117,55.258],[-5.121,55.257],[-5.124,55.254],[-5.124,55.25],[-5.121,55.248],[-5.117,55.247],[-5.113,55.247],[-5.109,55.251]]],[[[-4.42,55.501],[-4.422,55.503],[-4.428,55.505],[-4.432,55.505],[-4.436,55.506],[-4.441,55.503],[-4.436,55.502],[-4.435,55.498],[-4.441,55.497],[-4.44,55.494],[-4.448,55.491],[-4.45,55.488],[-4.456,55.484],[-4.463,55.484],[-4.467,55.486],[-4.471,55.486],[-4.475,55.483],[-4.474,55.48],[-4.479,55.48],[-4.483,55.479],[-4.489,55.479],[-4.494,55.48],[-4.497,55.48],[-4.505,55.477],[-4.506,55.475],[-4.512,55.473],[-4.52,55.474],[-4.519,55.469],[-4.522,55.465],[-4.527,55.463],[-4.529,55.464],[-4.533,55.461],[-4.541,55.46],[-4.539,55.458],[-4.543,55.454],[-4.543,55.452],[-4.541,55.449],[-4.551,55.449],[-4.56,55.452],[-4.574,55.453],[-4.584,55.453],[-4.595,55.456],[-4.591,55.461],[-4.587,55.465],[-4.584,55.469],[-4.587,55.476],[-4.605,55.48],[-4.607,55.476],[-4.627,55.481],[-4.629,55.476],[-4.635,55.473],[-4.644,55.471],[-4.633,55.466],[-4.636,55.466],[-4.64,55.468],[-4.642,55.465],[-4.643,55.457],[-4.648,55.445],[-4.651,55.441],[-4.661,55.439],[-4.662,55.44],[-4.673,55.438],[-4.678,55.438],[-4.689,55.433],[-4.697,55.432],[-4.702,55.434],[-4.713,55.433],[-4.717,55.429],[-4.723,55.426],[-4.729,55.427],[-4.736,55.425],[-4.739,55.423],[-4.742,55.422],[-4.75,55.417],[-4.754,55.416],[-4.753,55.414],[-4.757,55.411],[-4.758,55.407],[-4.766,55.403],[-4.769,55.4],[-4.772,55.388],[-4.77,55.381],[-4.771,55.378],[-4.769,55.373],[-4.772,55.363],[-4.775,55.359],[-4.778,55.359],[-4.785,55.355],[-4.791,55.355],[-4.795,55.353],[-4.806,55.35],[-4.81,55.348],[-4.809,55.343],[-4.811,55.339],[-4.816,55.335],[-4.822,55.333],[-4.826,55.334],[-4.84,55.329],[-4.841,55.327],[-4.846,55.326],[-4.846,55.324],[-4.841,55.32],[-4.839,55.315],[-4.838,55.308],[-4.837,55.304],[-4.838,55.302],[-4.836,55.294],[-4.836,55.288],[-4.836,55.283],[-4.838,55.278],[-4.841,55.275],[-4.844,55.274],[-4.85,55.265],[-4.851,55.259],[-4.854,55.255],[-4.859,55.252],[-4.86,55.245],[-4.863,55.244],[-4.859,55.232],[-4.86,55.227],[-4.864,55.226],[-4.865,55.222],[-4.869,55.22],[-4.873,55.217],[-4.879,55.218],[-4.881,55.215],[-4.884,55.214],[-4.892,55.21],[-4.893,55.207],[-4.91,55.199],[-4.915,55.194],[-4.919,55.191],[-4.923,55.186],[-4.926,55.184],[-4.932,55.173],[-4.937,55.169],[-4.942,55.164],[-4.95,55.163],[-4.956,55.159],[-4.967,55.154],[-4.972,55.152],[-4.98,55.149],[-4.985,55.146],[-4.988,55.145],[-4.992,55.143],[-4.994,55.14],[-4.997,55.138],[-4.997,55.135],[-4.995,55.131],[-4.996,55.124],[-4.999,55.115],[-5.003,55.108],[-5.009,55.103],[-5.009,55.097],[-5.008,55.094],[-5.011,55.092],[-5.014,55.087],[-5.018,55.086],[-5.028,55.081],[-5.031,55.076],[-5.036,55.071],[-5.037,55.069],[-5.041,55.064],[-5.045,55.058],[-5.048,55.057],[-5.051,55.053],[-5.053,55.049],[-5.052,55.043],[-5.056,55.036],[-5.06,55.03],[-5.06,55.025],[-5.056,55.018],[-5.055,55.012],[-5.049,55.011],[-5.05,55.008],[-5.045,55.003],[-5.04,54.998],[-5.035,54.999],[-5.029,55.003],[-5.015,55.006],[-4.995,55.009],[-4.987,55.011],[-4.978,55.009],[-4.973,55.012],[-4.981,55.018],[-4.978,55.022],[-4.974,55.024],[-4.962,55.02],[-4.957,55.026],[-4.958,55.027],[-4.952,55.03],[-4.944,55.039],[-4.943,55.044],[-4.94,55.046],[-4.931,55.051],[-4.931,55.057],[-4.93,55.059],[-4.933,55.064],[-4.924,55.065],[-4.923,55.066],[-4.913,55.066],[-4.909,55.062],[-4.905,55.062],[-4.901,55.064],[-4.895,55.061],[-4.896,55.054],[-4.888,55.052],[-4.883,55.047],[-4.884,55.04],[-4.879,55.04],[-4.877,55.038],[-4.873,55.038],[-4.865,55.041],[-4.859,55.041],[-4.851,55.044],[-4.844,55.043],[-4.841,55.045],[-4.835,55.041],[-4.833,55.038],[-4.834,55.036],[-4.827,55.035],[-4.824,55.041],[-4.819,55.041],[-4.816,55.043],[-4.804,55.043],[-4.799,55.044],[-4.797,55.041],[-4.791,55.037],[-4.794,55.033],[-4.79,55.031],[-4.788,55.032],[-4.783,55.038],[-4.776,55.042],[-4.766,55.04],[-4.761,55.038],[-4.753,55.042],[-4.75,55.044],[-4.745,55.044],[-4.743,55.047],[-4.74,55.047],[-4.737,55.042],[-4.734,55.042],[-4.73,55.043],[-4.726,55.046],[-4.722,55.044],[-4.719,55.041],[-4.715,55.038],[-4.711,55.04],[-4.708,55.039],[-4.702,55.042],[-4.694,55.043],[-4.69,55.045],[-4.681,55.044],[-4.677,55.047],[-4.677,55.049],[-4.67,55.051],[-4.667,55.051],[-4.661,55.054],[-4.656,55.053],[-4.651,55.055],[-4.646,55.054],[-4.645,55.052],[-4.646,55.049],[-4.634,55.051],[-4.636,55.053],[-4.632,55.058],[-4.627,55.061],[-4.629,55.064],[-4.627,55.065],[-4.625,55.068],[-4.627,55.071],[-4.631,55.072],[-4.631,55.074],[-4.63,55.077],[-4.635,55.078],[-4.637,55.077],[-4.647,55.078],[-4.647,55.081],[-4.65,55.083],[-4.655,55.088],[-4.658,55.087],[-4.661,55.089],[-4.657,55.093],[-4.658,55.1],[-4.66,55.101],[-4.659,55.107],[-4.662,55.112],[-4.66,55.116],[-4.658,55.12],[-4.657,55.121],[-4.65,55.121],[-4.645,55.126],[-4.646,55.128],[-4.636,55.131],[-4.632,55.133],[-4.627,55.134],[-4.625,55.136],[-4.626,55.139],[-4.619,55.142],[-4.615,55.14],[-4.61,55.142],[-4.598,55.138],[-4.596,55.141],[-4.593,55.14],[-4.59,55.142],[-4.586,55.144],[-4.584,55.142],[-4.579,55.149],[-4.575,55.15],[-4.575,55.153],[-4.568,55.155],[-4.565,55.158],[-4.558,55.158],[-4.548,55.159],[-4.542,55.158],[-4.531,55.158],[-4.516,55.153],[-4.514,55.152],[-4.5,55.153],[-4.489,55.152],[-4.479,55.153],[-4.472,55.156],[-4.468,55.159],[-4.464,55.162],[-4.462,55.17],[-4.455,55.171],[-4.451,55.168],[-4.443,55.167],[-4.447,55.165],[-4.447,55.159],[-4.442,55.154],[-4.443,55.147],[-4.441,55.14],[-4.435,55.138],[-4.431,55.139],[-4.421,55.144],[-4.417,55.147],[-4.41,55.152],[-4.407,55.159],[-4.408,55.163],[-4.412,55.165],[-4.413,55.168],[-4.409,55.173],[-4.409,55.179],[-4.401,55.187],[-4.397,55.186],[-4.398,55.191],[-4.396,55.192],[-4.394,55.198],[-4.395,55.199],[-4.392,55.202],[-4.389,55.203],[-4.38,55.201],[-4.378,55.202],[-4.382,55.207],[-4.378,55.211],[-4.375,55.22],[-4.369,55.228],[-4.366,55.229],[-4.364,55.233],[-4.361,55.238],[-4.362,55.242],[-4.358,55.246],[-4.355,55.253],[-4.359,55.255],[-4.36,55.258],[-4.356,55.259],[-4.354,55.265],[-4.347,55.265],[-4.345,55.271],[-4.339,55.272],[-4.336,55.275],[-4.328,55.279],[-4.328,55.281],[-4.324,55.284],[-4.32,55.286],[-4.311,55.294],[-4.31,55.297],[-4.311,55.301],[-4.304,55.305],[-4.302,55.31],[-4.299,55.311],[-4.296,55.31],[-4.291,55.31],[-4.285,55.308],[-4.278,55.31],[-4.272,55.31],[-4.27,55.311],[-4.266,55.309],[-4.258,55.308],[-4.257,55.306],[-4.25,55.306],[-4.246,55.311],[-4.246,55.314],[-4.242,55.318],[-4.238,55.321],[-4.233,55.323],[-4.229,55.322],[-4.227,55.318],[-4.22,55.318],[-4.214,55.317],[-4.209,55.318],[-4.205,55.318],[-4.199,55.316],[-4.195,55.315],[-4.194,55.313],[-4.186,55.308],[-4.185,55.306],[-4.178,55.303],[-4.174,55.296],[-4.166,55.292],[-4.16,55.29],[-4.15,55.285],[-4.146,55.284],[-4.139,55.285],[-4.134,55.293],[-4.131,55.296],[-4.124,55.296],[-4.116,55.3],[-4.114,55.302],[-4.112,55.305],[-4.116,55.307],[-4.122,55.314],[-4.121,55.315],[-4.119,55.322],[-4.116,55.325],[-4.112,55.328],[-4.107,55.332],[-4.101,55.34],[-4.099,55.343],[-4.086,55.351],[-4.093,55.354],[-4.099,55.358],[-4.1,55.361],[-4.103,55.364],[-4.103,55.366],[-4.107,55.369],[-4.104,55.374],[-4.101,55.382],[-4.097,55.385],[-4.099,55.389],[-4.098,55.391],[-4.098,55.395],[-4.094,55.404],[-4.091,55.412],[-4.086,55.412],[-4.068,55.416],[-4.054,55.421],[-4.051,55.424],[-4.043,55.422],[-4.033,55.424],[-4.031,55.426],[-4.019,55.431],[-4.008,55.436],[-4.003,55.437],[-4.003,55.439],[-4.005,55.443],[-4.008,55.445],[-4.016,55.447],[-4.02,55.444],[-4.024,55.443],[-4.023,55.441],[-4.025,55.436],[-4.032,55.436],[-4.039,55.437],[-4.047,55.438],[-4.05,55.438],[-4.06,55.439],[-4.061,55.436],[-4.066,55.436],[-4.071,55.434],[-4.076,55.428],[-4.081,55.427],[-4.087,55.426],[-4.091,55.426],[-4.094,55.425],[-4.102,55.425],[-4.105,55.429],[-4.113,55.43],[-4.116,55.435],[-4.126,55.443],[-4.132,55.443],[-4.14,55.445],[-4.141,55.447],[-4.155,55.451],[-4.162,55.45],[-4.162,55.447],[-4.167,55.448],[-4.169,55.45],[-4.173,55.45],[-4.181,55.455],[-4.187,55.457],[-4.194,55.457],[-4.201,55.46],[-4.205,55.461],[-4.208,55.466],[-4.215,55.466],[-4.218,55.467],[-4.224,55.464],[-4.228,55.459],[-4.233,55.456],[-4.239,55.454],[-4.246,55.456],[-4.251,55.457],[-4.262,55.461],[-4.273,55.463],[-4.279,55.463],[-4.278,55.46],[-4.28,55.455],[-4.284,55.454],[-4.303,55.467],[-4.305,55.471],[-4.314,55.474],[-4.329,55.482],[-4.342,55.483],[-4.345,55.482],[-4.349,55.479],[-4.353,55.479],[-4.355,55.477],[-4.358,55.478],[-4.364,55.482],[-4.37,55.48],[-4.375,55.48],[-4.379,55.481],[-4.385,55.48],[-4.39,55.482],[-4.396,55.484],[-4.395,55.489],[-4.389,55.492],[-4.385,55.495],[-4.387,55.498],[-4.393,55.499],[-4.402,55.496],[-4.405,55.497],[-4.412,55.493],[-4.415,55.493],[-4.412,55.496],[-4.417,55.496],[-4.421,55.495],[-4.424,55.496],[-4.425,55.498],[-4.418,55.499],[-4.42,55.501]]]]},"properties":{"PCON24NM":"Ayr, Carrick and Cumnock","PCON24CD":"S14000006"},"PCON24CD":589}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.639,55.669],[-4.643,55.669],[-4.646,55.666],[-4.652,55.664],[-4.656,55.661],[-4.661,55.657],[-4.667,55.655],[-4.681,55.654],[-4.679,55.659],[-4.68,55.663],[-4.683,55.664],[-4.688,55.659],[-4.69,55.657],[-4.694,55.654],[-4.69,55.651],[-4.693,55.647],[-4.692,55.645],[-4.686,55.643],[-4.688,55.641],[-4.69,55.64],[-4.696,55.641],[-4.702,55.639],[-4.711,55.638],[-4.713,55.635],[-4.711,55.633],[-4.704,55.626],[-4.703,55.622],[-4.7,55.62],[-4.695,55.618],[-4.688,55.615],[-4.688,55.614],[-4.686,55.611],[-4.682,55.61],[-4.683,55.614],[-4.686,55.616],[-4.686,55.62],[-4.679,55.612],[-4.679,55.61],[-4.684,55.608],[-4.689,55.608],[-4.694,55.606],[-4.695,55.604],[-4.687,55.601],[-4.677,55.594],[-4.672,55.59],[-4.667,55.584],[-4.662,55.577],[-4.658,55.57],[-4.659,55.566],[-4.658,55.561],[-4.659,55.553],[-4.658,55.551],[-4.659,55.548],[-4.664,55.548],[-4.674,55.544],[-4.677,55.544],[-4.68,55.547],[-4.685,55.548],[-4.685,55.546],[-4.676,55.541],[-4.671,55.54],[-4.669,55.542],[-4.664,55.542],[-4.657,55.537],[-4.652,55.53],[-4.649,55.527],[-4.642,55.524],[-4.634,55.52],[-4.631,55.518],[-4.625,55.51],[-4.621,55.503],[-4.62,55.497],[-4.623,55.491],[-4.628,55.49],[-4.627,55.481],[-4.607,55.476],[-4.605,55.48],[-4.587,55.476],[-4.584,55.469],[-4.587,55.465],[-4.591,55.461],[-4.595,55.456],[-4.584,55.453],[-4.574,55.453],[-4.56,55.452],[-4.551,55.449],[-4.541,55.449],[-4.543,55.452],[-4.543,55.454],[-4.539,55.458],[-4.541,55.46],[-4.533,55.461],[-4.529,55.464],[-4.527,55.463],[-4.522,55.465],[-4.519,55.469],[-4.52,55.474],[-4.512,55.473],[-4.506,55.475],[-4.505,55.477],[-4.497,55.48],[-4.494,55.48],[-4.489,55.479],[-4.483,55.479],[-4.479,55.48],[-4.474,55.48],[-4.475,55.483],[-4.471,55.486],[-4.467,55.486],[-4.463,55.484],[-4.456,55.484],[-4.45,55.488],[-4.448,55.491],[-4.44,55.494],[-4.441,55.497],[-4.435,55.498],[-4.436,55.502],[-4.441,55.503],[-4.436,55.506],[-4.432,55.505],[-4.428,55.505],[-4.422,55.503],[-4.42,55.501],[-4.413,55.501],[-4.413,55.504],[-4.418,55.507],[-4.412,55.508],[-4.41,55.51],[-4.4,55.51],[-4.399,55.512],[-4.404,55.518],[-4.402,55.52],[-4.402,55.524],[-4.407,55.524],[-4.406,55.527],[-4.41,55.534],[-4.413,55.537],[-4.408,55.544],[-4.412,55.548],[-4.412,55.552],[-4.409,55.553],[-4.414,55.556],[-4.418,55.557],[-4.424,55.556],[-4.426,55.557],[-4.427,55.561],[-4.431,55.56],[-4.437,55.561],[-4.437,55.564],[-4.435,55.567],[-4.437,55.568],[-4.441,55.564],[-4.445,55.565],[-4.453,55.564],[-4.455,55.562],[-4.46,55.565],[-4.464,55.565],[-4.467,55.563],[-4.471,55.563],[-4.471,55.565],[-4.482,55.564],[-4.487,55.566],[-4.492,55.564],[-4.499,55.563],[-4.504,55.565],[-4.509,55.569],[-4.517,55.567],[-4.517,55.571],[-4.524,55.571],[-4.53,55.574],[-4.534,55.573],[-4.539,55.575],[-4.535,55.576],[-4.539,55.578],[-4.542,55.584],[-4.545,55.587],[-4.539,55.589],[-4.536,55.592],[-4.543,55.594],[-4.546,55.592],[-4.55,55.592],[-4.554,55.593],[-4.561,55.592],[-4.569,55.593],[-4.57,55.594],[-4.567,55.598],[-4.567,55.601],[-4.573,55.601],[-4.576,55.598],[-4.584,55.599],[-4.592,55.598],[-4.594,55.601],[-4.592,55.602],[-4.58,55.603],[-4.583,55.605],[-4.585,55.605],[-4.588,55.608],[-4.587,55.61],[-4.584,55.612],[-4.584,55.614],[-4.588,55.616],[-4.588,55.618],[-4.583,55.619],[-4.573,55.624],[-4.567,55.622],[-4.561,55.623],[-4.559,55.625],[-4.559,55.627],[-4.561,55.629],[-4.568,55.631],[-4.57,55.633],[-4.564,55.634],[-4.561,55.636],[-4.56,55.64],[-4.558,55.641],[-4.557,55.647],[-4.554,55.648],[-4.548,55.645],[-4.535,55.648],[-4.531,55.65],[-4.524,55.651],[-4.515,55.654],[-4.51,55.656],[-4.496,55.656],[-4.492,55.663],[-4.493,55.665],[-4.502,55.665],[-4.511,55.661],[-4.519,55.66],[-4.526,55.659],[-4.53,55.66],[-4.531,55.663],[-4.533,55.664],[-4.535,55.666],[-4.54,55.667],[-4.546,55.667],[-4.551,55.664],[-4.555,55.664],[-4.565,55.656],[-4.57,55.655],[-4.572,55.653],[-4.572,55.649],[-4.576,55.649],[-4.582,55.646],[-4.59,55.646],[-4.593,55.644],[-4.604,55.647],[-4.599,55.652],[-4.597,55.655],[-4.603,55.659],[-4.616,55.663],[-4.623,55.662],[-4.621,55.667],[-4.627,55.669],[-4.633,55.668],[-4.639,55.669]]]},"properties":{"PCON24NM":"Central Ayrshire","PCON24CD":"S14000010"},"PCON24CD":590}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.918,58.691],[-2.927,58.691],[-2.933,58.689],[-2.929,58.687],[-2.923,58.686],[-2.918,58.687],[-2.918,58.691]]],[[[-3.051,58.752],[-3.056,58.75],[-3.055,58.748],[-3.062,58.745],[-3.064,58.736],[-3.053,58.74],[-3.051,58.745],[-3.052,58.749],[-3.051,58.752]]],[[[-3.1,58.797],[-3.1,58.8],[-3.095,58.802],[-3.096,58.804],[-3.102,58.803],[-3.113,58.798],[-3.108,58.798],[-3.109,58.795],[-3.1,58.797]]],[[[-3.065,58.845],[-3.069,58.849],[-3.079,58.848],[-3.088,58.846],[-3.097,58.845],[-3.104,58.845],[-3.116,58.843],[-3.121,58.843],[-3.129,58.84],[-3.128,58.837],[-3.132,58.835],[-3.143,58.833],[-3.146,58.831],[-3.148,58.828],[-3.139,58.817],[-3.128,58.813],[-3.118,58.816],[-3.107,58.814],[-3.104,58.817],[-3.105,58.819],[-3.101,58.82],[-3.092,58.817],[-3.09,58.815],[-3.083,58.815],[-3.078,58.816],[-3.082,58.821],[-3.084,58.822],[-3.084,58.826],[-3.077,58.829],[-3.077,58.832],[-3.08,58.833],[-3.088,58.831],[-3.093,58.829],[-3.102,58.829],[-3.111,58.831],[-3.112,58.835],[-3.114,58.837],[-3.107,58.838],[-3.102,58.835],[-3.099,58.835],[-3.096,58.838],[-3.087,58.841],[-3.082,58.844],[-3.076,58.844],[-3.072,58.843],[-3.065,58.845]]],[[[-3.076,58.852],[-3.068,58.853],[-3.072,58.855],[-3.08,58.853],[-3.076,58.852]]],[[[-3.16,58.833],[-3.154,58.835],[-3.15,58.839],[-3.15,58.842],[-3.153,58.844],[-3.16,58.846],[-3.16,58.848],[-3.165,58.85],[-3.161,58.855],[-3.169,58.857],[-3.175,58.855],[-3.174,58.852],[-3.179,58.85],[-3.181,58.848],[-3.18,58.843],[-3.175,58.841],[-3.173,58.835],[-3.167,58.833],[-3.16,58.833]]],[[[-2.958,58.86],[-2.967,58.86],[-2.983,58.857],[-2.989,58.854],[-2.989,58.852],[-2.983,58.851],[-2.972,58.854],[-2.968,58.857],[-2.958,58.86]]],[[[-3.191,58.858],[-3.19,58.861],[-3.199,58.863],[-3.202,58.862],[-3.2,58.859],[-3.193,58.857],[-3.191,58.858]]],[[[-3.164,58.873],[-3.157,58.876],[-3.159,58.879],[-3.165,58.88],[-3.175,58.885],[-3.177,58.882],[-3.176,58.879],[-3.17,58.874],[-3.169,58.872],[-3.164,58.873]]],[[[-2.664,58.902],[-2.672,58.901],[-2.678,58.901],[-2.681,58.9],[-2.682,58.895],[-2.684,58.892],[-2.679,58.893],[-2.672,58.896],[-2.664,58.902]]],[[[-3.186,58.909],[-3.184,58.91],[-3.19,58.912],[-3.193,58.911],[-3.19,58.909],[-3.186,58.909]]],[[[-3.353,58.932],[-3.36,58.929],[-3.369,58.928],[-3.37,58.926],[-3.374,58.926],[-3.378,58.925],[-3.378,58.923],[-3.388,58.922],[-3.397,58.924],[-3.398,58.922],[-3.403,58.922],[-3.406,58.918],[-3.409,58.917],[-3.416,58.912],[-3.419,58.906],[-3.423,58.901],[-3.424,58.891],[-3.427,58.887],[-3.429,58.883],[-3.434,58.881],[-3.436,58.876],[-3.435,58.871],[-3.428,58.871],[-3.422,58.872],[-3.417,58.872],[-3.413,58.87],[-3.404,58.869],[-3.391,58.871],[-3.383,58.869],[-3.38,58.868],[-3.375,58.864],[-3.379,58.86],[-3.376,58.851],[-3.374,58.85],[-3.375,58.845],[-3.372,58.842],[-3.369,58.841],[-3.369,58.836],[-3.365,58.836],[-3.363,58.833],[-3.355,58.831],[-3.352,58.828],[-3.343,58.824],[-3.342,58.822],[-3.333,58.819],[-3.328,58.817],[-3.334,58.814],[-3.335,58.813],[-3.331,58.81],[-3.326,58.81],[-3.325,58.806],[-3.322,58.805],[-3.324,58.802],[-3.323,58.798],[-3.315,58.793],[-3.305,58.786],[-3.304,58.785],[-3.298,58.783],[-3.297,58.778],[-3.289,58.776],[-3.278,58.78],[-3.274,58.778],[-3.271,58.78],[-3.266,58.78],[-3.259,58.78],[-3.255,58.782],[-3.25,58.782],[-3.244,58.779],[-3.244,58.778],[-3.238,58.773],[-3.232,58.772],[-3.227,58.773],[-3.22,58.776],[-3.227,58.779],[-3.235,58.781],[-3.233,58.785],[-3.229,58.785],[-3.219,58.784],[-3.211,58.78],[-3.208,58.78],[-3.202,58.778],[-3.195,58.778],[-3.188,58.777],[-3.179,58.778],[-3.175,58.78],[-3.167,58.781],[-3.154,58.782],[-3.147,58.784],[-3.139,58.784],[-3.131,58.787],[-3.132,58.79],[-3.142,58.789],[-3.145,58.787],[-3.153,58.786],[-3.154,58.788],[-3.147,58.791],[-3.147,58.793],[-3.14,58.798],[-3.139,58.802],[-3.14,58.804],[-3.149,58.806],[-3.153,58.807],[-3.157,58.805],[-3.161,58.802],[-3.168,58.801],[-3.17,58.802],[-3.181,58.802],[-3.185,58.801],[-3.191,58.8],[-3.195,58.799],[-3.205,58.8],[-3.207,58.801],[-3.213,58.799],[-3.215,58.795],[-3.219,58.792],[-3.224,58.786],[-3.232,58.785],[-3.236,58.783],[-3.246,58.786],[-3.257,58.786],[-3.259,58.789],[-3.253,58.791],[-3.252,58.795],[-3.25,58.799],[-3.241,58.803],[-3.225,58.802],[-3.218,58.806],[-3.209,58.807],[-3.204,58.805],[-3.204,58.808],[-3.202,58.811],[-3.194,58.813],[-3.184,58.815],[-3.179,58.818],[-3.17,58.821],[-3.172,58.823],[-3.179,58.826],[-3.185,58.826],[-3.189,58.827],[-3.2,58.826],[-3.204,58.827],[-3.201,58.83],[-3.196,58.831],[-3.191,58.836],[-3.195,58.838],[-3.201,58.839],[-3.209,58.837],[-3.214,58.839],[-3.214,58.841],[-3.209,58.843],[-3.199,58.847],[-3.201,58.851],[-3.198,58.852],[-3.202,58.856],[-3.212,58.857],[-3.216,58.859],[-3.217,58.862],[-3.212,58.864],[-3.213,58.866],[-3.216,58.869],[-3.23,58.869],[-3.23,58.871],[-3.222,58.874],[-3.213,58.874],[-3.211,58.876],[-3.212,58.878],[-3.221,58.882],[-3.226,58.883],[-3.232,58.887],[-3.236,58.888],[-3.24,58.887],[-3.245,58.89],[-3.256,58.895],[-3.26,58.896],[-3.266,58.898],[-3.268,58.9],[-3.277,58.902],[-3.285,58.905],[-3.297,58.905],[-3.31,58.907],[-3.317,58.907],[-3.318,58.911],[-3.314,58.913],[-3.312,58.916],[-3.315,58.917],[-3.32,58.916],[-3.326,58.918],[-3.328,58.922],[-3.325,58.926],[-3.329,58.929],[-3.335,58.929],[-3.342,58.929],[-3.349,58.93],[-3.353,58.932]]],[[[-3.308,58.941],[-3.314,58.939],[-3.311,58.935],[-3.308,58.926],[-3.307,58.925],[-3.301,58.924],[-3.296,58.922],[-3.285,58.92],[-3.278,58.921],[-3.272,58.924],[-3.268,58.924],[-3.266,58.93],[-3.271,58.935],[-3.277,58.936],[-3.278,58.934],[-3.283,58.932],[-3.289,58.934],[-3.291,58.936],[-3.305,58.941],[-3.308,58.941]]],[[[-3.079,59.003],[-3.079,59.006],[-3.082,59.006],[-3.088,59.003],[-3.083,59.002],[-3.079,59.003]]],[[[-3.062,59.005],[-3.06,59.009],[-3.065,59.01],[-3.068,59.008],[-3.068,59.006],[-3.062,59.005]]],[[[-2.898,59.027],[-2.901,59.026],[-2.906,59.026],[-2.907,59.024],[-2.904,59.02],[-2.898,59.02],[-2.897,59.026],[-2.898,59.027]]],[[[-2.569,59.036],[-2.572,59.038],[-2.575,59.038],[-2.577,59.032],[-2.574,59.025],[-2.571,59.025],[-2.565,59.03],[-2.559,59.031],[-2.56,59.034],[-2.564,59.034],[-2.569,59.036]]],[[[-2.823,59.022],[-2.816,59.025],[-2.807,59.028],[-2.807,59.033],[-2.81,59.037],[-2.82,59.044],[-2.824,59.047],[-2.822,59.051],[-2.818,59.052],[-2.818,59.057],[-2.815,59.061],[-2.811,59.064],[-2.81,59.066],[-2.805,59.066],[-2.802,59.069],[-2.802,59.076],[-2.799,59.083],[-2.802,59.087],[-2.808,59.087],[-2.813,59.085],[-2.815,59.08],[-2.821,59.079],[-2.827,59.08],[-2.831,59.078],[-2.84,59.077],[-2.842,59.072],[-2.838,59.068],[-2.838,59.065],[-2.841,59.063],[-2.845,59.062],[-2.844,59.06],[-2.855,59.057],[-2.865,59.056],[-2.87,59.057],[-2.874,59.059],[-2.886,59.06],[-2.893,59.063],[-2.897,59.066],[-2.896,59.068],[-2.899,59.072],[-2.903,59.07],[-2.906,59.067],[-2.909,59.065],[-2.917,59.062],[-2.916,59.059],[-2.914,59.056],[-2.917,59.052],[-2.924,59.05],[-2.923,59.045],[-2.928,59.043],[-2.928,59.04],[-2.935,59.034],[-2.934,59.03],[-2.922,59.031],[-2.918,59.029],[-2.91,59.029],[-2.908,59.034],[-2.903,59.036],[-2.899,59.035],[-2.894,59.031],[-2.886,59.031],[-2.878,59.033],[-2.87,59.031],[-2.863,59.031],[-2.857,59.03],[-2.851,59.026],[-2.846,59.025],[-2.843,59.026],[-2.836,59.025],[-2.834,59.023],[-2.835,59.019],[-2.831,59.018],[-2.823,59.022]]],[[[-2.952,59.092],[-2.956,59.089],[-2.953,59.087],[-2.95,59.087],[-2.947,59.091],[-2.952,59.092]]],[[[-2.966,59.09],[-2.969,59.089],[-2.983,59.089],[-2.988,59.089],[-2.993,59.086],[-2.991,59.085],[-2.991,59.082],[-2.988,59.08],[-2.982,59.08],[-2.978,59.079],[-2.975,59.076],[-2.973,59.073],[-2.962,59.075],[-2.964,59.079],[-2.959,59.081],[-2.956,59.076],[-2.952,59.074],[-2.947,59.078],[-2.951,59.08],[-2.955,59.08],[-2.959,59.081],[-2.961,59.084],[-2.96,59.087],[-2.966,59.09]]],[[[-4.406,59.086],[-4.41,59.087],[-4.411,59.083],[-4.404,59.084],[-4.406,59.086]]],[[[-2.963,59.128],[-2.964,59.126],[-2.971,59.126],[-2.975,59.124],[-2.986,59.121],[-2.995,59.116],[-3.002,59.116],[-3.006,59.112],[-2.998,59.114],[-2.987,59.113],[-2.98,59.114],[-2.969,59.111],[-2.965,59.112],[-2.96,59.115],[-2.955,59.115],[-2.951,59.118],[-2.955,59.126],[-2.963,59.128]]],[[[-2.827,59.133],[-2.832,59.132],[-2.834,59.129],[-2.831,59.126],[-2.827,59.124],[-2.825,59.127],[-2.825,59.131],[-2.827,59.133]]],[[[-2.662,59.135],[-2.671,59.134],[-2.681,59.135],[-2.681,59.133],[-2.677,59.129],[-2.667,59.129],[-2.662,59.135]]],[[[-3.33,59.138],[-3.34,59.138],[-3.341,59.136],[-3.335,59.134],[-3.33,59.136],[-3.33,59.138]]],[[[-3.119,59.147],[-3.126,59.148],[-3.128,59.147],[-3.129,59.142],[-3.123,59.14],[-3.118,59.139],[-3.115,59.142],[-3.11,59.143],[-3.113,59.148],[-3.119,59.147]]],[[[-2.592,59.149],[-2.589,59.147],[-2.581,59.147],[-2.578,59.15],[-2.582,59.153],[-2.581,59.155],[-2.583,59.157],[-2.587,59.157],[-2.591,59.155],[-2.591,59.153],[-2.595,59.152],[-2.592,59.149]]],[[[-3.198,59.154],[-3.207,59.153],[-3.211,59.153],[-3.216,59.154],[-3.222,59.154],[-3.225,59.152],[-3.241,59.152],[-3.244,59.149],[-3.248,59.148],[-3.264,59.146],[-3.272,59.144],[-3.278,59.141],[-3.311,59.139],[-3.313,59.136],[-3.317,59.135],[-3.318,59.128],[-3.321,59.127],[-3.32,59.123],[-3.325,59.121],[-3.333,59.117],[-3.343,59.115],[-3.346,59.112],[-3.349,59.112],[-3.352,59.107],[-3.358,59.104],[-3.355,59.101],[-3.349,59.1],[-3.347,59.097],[-3.351,59.095],[-3.349,59.089],[-3.352,59.083],[-3.347,59.077],[-3.347,59.073],[-3.349,59.065],[-3.349,59.062],[-3.345,59.058],[-3.338,59.057],[-3.334,59.055],[-3.336,59.052],[-3.339,59.05],[-3.345,59.049],[-3.348,59.051],[-3.353,59.051],[-3.357,59.048],[-3.358,59.044],[-3.35,59.038],[-3.35,59.035],[-3.354,59.032],[-3.358,59.031],[-3.361,59.026],[-3.358,59.022],[-3.363,59.02],[-3.36,59.017],[-3.366,59.015],[-3.362,59.011],[-3.36,59.006],[-3.365,59.004],[-3.364,59.001],[-3.367,58.997],[-3.363,58.994],[-3.363,58.992],[-3.359,58.985],[-3.361,58.979],[-3.358,58.975],[-3.351,58.972],[-3.354,58.97],[-3.353,58.968],[-3.356,58.965],[-3.352,58.963],[-3.346,58.964],[-3.334,58.96],[-3.331,58.958],[-3.331,58.955],[-3.325,58.953],[-3.317,58.953],[-3.313,58.951],[-3.306,58.95],[-3.3,58.95],[-3.294,58.952],[-3.299,58.954],[-3.301,58.958],[-3.299,58.961],[-3.294,58.968],[-3.29,58.969],[-3.29,58.965],[-3.291,58.963],[-3.285,58.961],[-3.281,58.961],[-3.275,58.964],[-3.263,58.964],[-3.267,58.967],[-3.265,58.971],[-3.262,58.972],[-3.262,58.975],[-3.255,58.976],[-3.252,58.98],[-3.248,58.977],[-3.251,58.976],[-3.245,58.972],[-3.241,58.972],[-3.23,58.967],[-3.23,58.965],[-3.234,58.961],[-3.232,58.953],[-3.233,58.948],[-3.235,58.943],[-3.231,58.938],[-3.228,58.932],[-3.223,58.926],[-3.212,58.92],[-3.208,58.916],[-3.203,58.912],[-3.199,58.912],[-3.193,58.914],[-3.191,58.918],[-3.187,58.919],[-3.183,58.918],[-3.181,58.915],[-3.181,58.912],[-3.176,58.914],[-3.17,58.918],[-3.164,58.916],[-3.162,58.917],[-3.161,58.92],[-3.154,58.92],[-3.149,58.918],[-3.137,58.916],[-3.13,58.917],[-3.121,58.92],[-3.12,58.922],[-3.124,58.924],[-3.128,58.924],[-3.128,58.926],[-3.123,58.928],[-3.11,58.932],[-3.098,58.932],[-3.091,58.929],[-3.086,58.928],[-3.078,58.93],[-3.077,58.932],[-3.082,58.939],[-3.087,58.941],[-3.08,58.942],[-3.069,58.939],[-3.069,58.937],[-3.057,58.937],[-3.05,58.939],[-3.045,58.938],[-3.038,58.939],[-3.031,58.939],[-3.029,58.94],[-3.014,58.943],[-3.004,58.948],[-3.004,58.95],[-2.998,58.951],[-2.993,58.954],[-2.993,58.957],[-2.989,58.958],[-2.987,58.961],[-2.983,58.963],[-2.976,58.962],[-2.969,58.96],[-2.972,58.949],[-2.974,58.945],[-2.973,58.94],[-2.97,58.938],[-2.962,58.928],[-2.955,58.924],[-2.951,58.919],[-2.949,58.915],[-2.947,58.915],[-2.94,58.908],[-2.939,58.905],[-2.933,58.903],[-2.935,58.895],[-2.929,58.89],[-2.925,58.892],[-2.921,58.892],[-2.918,58.895],[-2.91,58.896],[-2.906,58.895],[-2.897,58.895],[-2.896,58.89],[-2.9,58.887],[-2.9,58.884],[-2.906,58.88],[-2.91,58.879],[-2.923,58.878],[-2.923,58.874],[-2.92,58.872],[-2.916,58.872],[-2.913,58.869],[-2.916,58.866],[-2.914,58.862],[-2.913,58.857],[-2.918,58.854],[-2.93,58.859],[-2.936,58.86],[-2.942,58.86],[-2.954,58.856],[-2.959,58.853],[-2.963,58.852],[-2.963,58.85],[-2.957,58.847],[-2.952,58.846],[-2.948,58.846],[-2.933,58.842],[-2.928,58.842],[-2.918,58.844],[-2.914,58.843],[-2.91,58.845],[-2.905,58.845],[-2.903,58.843],[-2.908,58.839],[-2.91,58.838],[-2.929,58.835],[-2.939,58.833],[-2.948,58.833],[-2.951,58.831],[-2.954,58.827],[-2.958,58.826],[-2.962,58.827],[-2.963,58.833],[-2.962,58.836],[-2.969,58.835],[-2.974,58.834],[-2.987,58.832],[-2.987,58.829],[-2.994,58.828],[-2.996,58.83],[-3.002,58.83],[-3.009,58.833],[-3.015,58.833],[-3.029,58.824],[-3.033,58.824],[-3.037,58.819],[-3.033,58.816],[-3.024,58.818],[-3.017,58.821],[-3.013,58.822],[-3.011,58.824],[-3.004,58.827],[-2.998,58.824],[-2.997,58.818],[-2.99,58.816],[-2.989,58.814],[-2.983,58.814],[-2.977,58.818],[-2.975,58.817],[-2.979,58.813],[-2.98,58.808],[-2.982,58.806],[-2.992,58.804],[-2.999,58.8],[-3.004,58.8],[-3.004,58.803],[-2.999,58.806],[-3.002,58.81],[-3.007,58.812],[-3.012,58.813],[-3.021,58.809],[-3.022,58.805],[-3.019,58.803],[-3.016,58.799],[-3.012,58.797],[-3.005,58.797],[-2.995,58.79],[-2.994,58.787],[-2.99,58.786],[-2.984,58.787],[-2.98,58.787],[-2.979,58.785],[-2.982,58.783],[-2.981,58.779],[-2.979,58.778],[-2.981,58.773],[-2.978,58.769],[-2.981,58.768],[-2.979,58.762],[-2.989,58.76],[-2.992,58.754],[-2.986,58.752],[-2.986,58.749],[-2.976,58.745],[-2.978,58.743],[-2.976,58.739],[-2.974,58.739],[-2.97,58.742],[-2.965,58.741],[-2.964,58.738],[-2.965,58.733],[-2.961,58.73],[-2.953,58.73],[-2.947,58.733],[-2.94,58.734],[-2.934,58.733],[-2.929,58.734],[-2.927,58.733],[-2.919,58.735],[-2.916,58.739],[-2.917,58.741],[-2.915,58.744],[-2.915,58.747],[-2.912,58.749],[-2.911,58.753],[-2.909,58.755],[-2.915,58.756],[-2.916,58.758],[-2.924,58.759],[-2.931,58.762],[-2.932,58.764],[-2.94,58.767],[-2.938,58.77],[-2.932,58.771],[-2.928,58.775],[-2.925,58.776],[-2.926,58.779],[-2.92,58.786],[-2.925,58.791],[-2.93,58.792],[-2.931,58.794],[-2.923,58.801],[-2.914,58.801],[-2.913,58.804],[-2.908,58.806],[-2.912,58.809],[-2.906,58.814],[-2.899,58.817],[-2.896,58.819],[-2.889,58.821],[-2.887,58.817],[-2.881,58.817],[-2.878,58.819],[-2.879,58.822],[-2.888,58.823],[-2.886,58.829],[-2.889,58.833],[-2.893,58.834],[-2.904,58.838],[-2.906,58.84],[-2.904,58.842],[-2.899,58.843],[-2.895,58.842],[-2.89,58.842],[-2.887,58.844],[-2.88,58.844],[-2.871,58.847],[-2.86,58.853],[-2.867,58.854],[-2.877,58.852],[-2.886,58.853],[-2.891,58.858],[-2.891,58.863],[-2.889,58.865],[-2.889,58.869],[-2.884,58.871],[-2.885,58.874],[-2.888,58.874],[-2.901,58.872],[-2.903,58.873],[-2.909,58.869],[-2.913,58.869],[-2.915,58.872],[-2.912,58.873],[-2.909,58.878],[-2.9,58.884],[-2.892,58.885],[-2.884,58.89],[-2.886,58.891],[-2.893,58.89],[-2.896,58.891],[-2.897,58.896],[-2.892,58.897],[-2.886,58.9],[-2.879,58.899],[-2.868,58.895],[-2.865,58.893],[-2.855,58.892],[-2.852,58.89],[-2.846,58.889],[-2.845,58.885],[-2.841,58.884],[-2.839,58.882],[-2.832,58.881],[-2.835,58.876],[-2.838,58.875],[-2.837,58.873],[-2.832,58.872],[-2.827,58.875],[-2.821,58.877],[-2.822,58.88],[-2.818,58.882],[-2.822,58.884],[-2.822,58.887],[-2.817,58.89],[-2.813,58.891],[-2.812,58.893],[-2.804,58.894],[-2.802,58.897],[-2.802,58.902],[-2.797,58.908],[-2.792,58.909],[-2.789,58.91],[-2.786,58.915],[-2.779,58.916],[-2.772,58.914],[-2.764,58.913],[-2.757,58.916],[-2.753,58.919],[-2.753,58.922],[-2.747,58.924],[-2.744,58.924],[-2.739,58.922],[-2.728,58.921],[-2.722,58.92],[-2.712,58.921],[-2.711,58.925],[-2.715,58.928],[-2.713,58.933],[-2.719,58.936],[-2.719,58.939],[-2.715,58.942],[-2.716,58.947],[-2.713,58.948],[-2.707,58.948],[-2.711,58.953],[-2.706,58.957],[-2.705,58.964],[-2.708,58.964],[-2.709,58.968],[-2.708,58.973],[-2.713,58.973],[-2.724,58.97],[-2.726,58.967],[-2.73,58.965],[-2.736,58.964],[-2.746,58.965],[-2.751,58.962],[-2.764,58.958],[-2.775,58.955],[-2.778,58.951],[-2.784,58.95],[-2.792,58.951],[-2.797,58.951],[-2.805,58.948],[-2.803,58.946],[-2.795,58.943],[-2.794,58.942],[-2.789,58.942],[-2.786,58.94],[-2.787,58.937],[-2.791,58.935],[-2.792,58.931],[-2.792,58.927],[-2.782,58.929],[-2.778,58.925],[-2.779,58.922],[-2.782,58.919],[-2.783,58.917],[-2.789,58.916],[-2.8,58.918],[-2.8,58.922],[-2.806,58.923],[-2.805,58.926],[-2.801,58.928],[-2.804,58.929],[-2.819,58.929],[-2.822,58.926],[-2.826,58.926],[-2.826,58.922],[-2.837,58.925],[-2.831,58.926],[-2.828,58.933],[-2.825,58.934],[-2.829,58.936],[-2.831,58.94],[-2.828,58.942],[-2.828,58.947],[-2.835,58.949],[-2.838,58.951],[-2.844,58.951],[-2.847,58.954],[-2.848,58.958],[-2.845,58.96],[-2.841,58.958],[-2.836,58.962],[-2.832,58.962],[-2.82,58.967],[-2.816,58.966],[-2.807,58.968],[-2.801,58.969],[-2.796,58.968],[-2.792,58.969],[-2.794,58.977],[-2.792,58.98],[-2.797,58.983],[-2.796,58.987],[-2.8,58.992],[-2.803,58.992],[-2.807,58.99],[-2.81,58.985],[-2.822,58.983],[-2.825,58.981],[-2.837,58.981],[-2.843,58.981],[-2.846,58.982],[-2.85,58.986],[-2.855,58.986],[-2.861,58.982],[-2.863,58.979],[-2.865,58.978],[-2.866,58.974],[-2.873,58.97],[-2.878,58.971],[-2.883,58.968],[-2.881,58.966],[-2.881,58.962],[-2.884,58.961],[-2.89,58.96],[-2.893,58.963],[-2.901,58.962],[-2.905,58.963],[-2.909,58.962],[-2.915,58.963],[-2.919,58.965],[-2.919,58.969],[-2.915,58.972],[-2.914,58.974],[-2.92,58.978],[-2.92,58.983],[-2.916,58.984],[-2.907,58.984],[-2.899,58.986],[-2.893,58.989],[-2.89,58.989],[-2.888,58.992],[-2.892,58.995],[-2.895,58.99],[-2.902,58.99],[-2.909,58.99],[-2.913,58.991],[-2.916,58.994],[-2.912,58.997],[-2.908,58.999],[-2.908,59.001],[-2.912,59.004],[-2.912,59.006],[-2.899,59.009],[-2.913,59.011],[-2.915,59.01],[-2.921,59.007],[-2.927,59.006],[-2.932,59.008],[-2.928,59.011],[-2.927,59.014],[-2.932,59.015],[-2.944,59.006],[-2.943,59.001],[-2.947,58.996],[-2.945,58.993],[-2.948,58.99],[-2.955,58.988],[-2.955,58.987],[-2.96,58.985],[-2.965,58.985],[-2.97,58.987],[-2.971,58.993],[-2.969,58.994],[-2.972,58.996],[-2.977,58.997],[-2.98,59],[-2.991,59.001],[-3.001,59.005],[-3.001,59.009],[-3.009,59.01],[-3.021,59.009],[-3.035,59.01],[-3.041,59.009],[-3.041,59.005],[-3.048,59.001],[-3.051,59],[-3.054,58.997],[-3.051,58.995],[-3.055,58.994],[-3.06,58.995],[-3.063,58.998],[-3.068,58.996],[-3.074,58.996],[-3.09,58.999],[-3.09,59.002],[-3.097,59.001],[-3.105,59.003],[-3.115,59.007],[-3.113,59.011],[-3.119,59.01],[-3.118,59.012],[-3.113,59.012],[-3.111,59.01],[-3.102,59.01],[-3.096,59.017],[-3.088,59.018],[-3.087,59.021],[-3.081,59.024],[-3.074,59.024],[-3.066,59.022],[-3.061,59.023],[-3.064,59.03],[-3.059,59.032],[-3.053,59.036],[-3.058,59.041],[-3.061,59.043],[-3.064,59.047],[-3.06,59.048],[-3.05,59.049],[-3.048,59.049],[-3.039,59.048],[-3.035,59.047],[-3.026,59.042],[-3.021,59.038],[-3.012,59.039],[-3.016,59.043],[-3.015,59.047],[-3.012,59.051],[-3.004,59.053],[-3.003,59.056],[-3.007,59.058],[-3.007,59.06],[-3.001,59.064],[-3.007,59.069],[-3.004,59.072],[-3.008,59.078],[-3.015,59.081],[-3.028,59.081],[-3.032,59.084],[-3.034,59.086],[-3.044,59.089],[-3.047,59.094],[-3.054,59.096],[-3.061,59.095],[-3.064,59.098],[-3.062,59.1],[-3.051,59.101],[-3.046,59.102],[-3.046,59.105],[-3.049,59.107],[-3.051,59.111],[-3.062,59.111],[-3.07,59.114],[-3.071,59.116],[-3.07,59.118],[-3.073,59.124],[-3.077,59.124],[-3.085,59.123],[-3.087,59.12],[-3.095,59.118],[-3.1,59.12],[-3.114,59.123],[-3.121,59.127],[-3.127,59.128],[-3.132,59.131],[-3.148,59.134],[-3.154,59.139],[-3.163,59.141],[-3.174,59.142],[-3.178,59.143],[-3.191,59.148],[-3.195,59.153],[-3.198,59.154]]],[[[-2.63,59.161],[-2.632,59.162],[-2.639,59.158],[-2.644,59.157],[-2.646,59.154],[-2.654,59.152],[-2.662,59.151],[-2.667,59.152],[-2.671,59.154],[-2.675,59.153],[-2.675,59.151],[-2.668,59.15],[-2.665,59.15],[-2.662,59.146],[-2.655,59.144],[-2.65,59.141],[-2.643,59.133],[-2.638,59.13],[-2.633,59.13],[-2.623,59.125],[-2.621,59.123],[-2.62,59.118],[-2.623,59.117],[-2.626,59.113],[-2.63,59.11],[-2.634,59.11],[-2.643,59.112],[-2.651,59.112],[-2.656,59.111],[-2.665,59.111],[-2.671,59.107],[-2.671,59.104],[-2.67,59.101],[-2.673,59.097],[-2.676,59.097],[-2.68,59.095],[-2.681,59.089],[-2.689,59.087],[-2.69,59.079],[-2.686,59.076],[-2.68,59.074],[-2.669,59.077],[-2.664,59.077],[-2.658,59.076],[-2.653,59.076],[-2.65,59.077],[-2.651,59.081],[-2.644,59.086],[-2.644,59.087],[-2.649,59.093],[-2.653,59.095],[-2.658,59.1],[-2.655,59.103],[-2.648,59.105],[-2.64,59.107],[-2.633,59.108],[-2.622,59.102],[-2.616,59.1],[-2.607,59.098],[-2.605,59.097],[-2.604,59.093],[-2.6,59.088],[-2.605,59.084],[-2.603,59.08],[-2.608,59.077],[-2.608,59.074],[-2.606,59.072],[-2.6,59.071],[-2.596,59.075],[-2.589,59.077],[-2.582,59.078],[-2.579,59.076],[-2.572,59.08],[-2.571,59.083],[-2.567,59.084],[-2.548,59.083],[-2.544,59.08],[-2.537,59.084],[-2.539,59.085],[-2.527,59.093],[-2.529,59.094],[-2.536,59.094],[-2.542,59.096],[-2.55,59.101],[-2.548,59.104],[-2.552,59.106],[-2.551,59.11],[-2.545,59.114],[-2.543,59.118],[-2.538,59.122],[-2.544,59.124],[-2.553,59.12],[-2.562,59.119],[-2.565,59.12],[-2.574,59.118],[-2.582,59.116],[-2.583,59.115],[-2.59,59.114],[-2.596,59.116],[-2.605,59.122],[-2.608,59.129],[-2.602,59.134],[-2.605,59.136],[-2.604,59.138],[-2.596,59.137],[-2.589,59.139],[-2.583,59.138],[-2.576,59.138],[-2.573,59.142],[-2.583,59.143],[-2.583,59.142],[-2.592,59.14],[-2.595,59.142],[-2.601,59.141],[-2.615,59.145],[-2.622,59.143],[-2.627,59.144],[-2.627,59.148],[-2.626,59.15],[-2.636,59.156],[-2.632,59.157],[-2.627,59.154],[-2.621,59.153],[-2.617,59.154],[-2.619,59.156],[-2.627,59.159],[-2.63,59.161]]],[[[-2.65,59.163],[-2.647,59.166],[-2.647,59.17],[-2.654,59.167],[-2.656,59.163],[-2.65,59.163]]],[[[-2.95,59.169],[-2.956,59.167],[-2.954,59.164],[-2.951,59.163],[-2.947,59.166],[-2.95,59.169]]],[[[-2.926,59.17],[-2.932,59.17],[-2.936,59.167],[-2.941,59.166],[-2.943,59.161],[-2.941,59.158],[-2.943,59.156],[-2.942,59.154],[-2.941,59.148],[-2.937,59.145],[-2.936,59.14],[-2.934,59.136],[-2.928,59.132],[-2.921,59.128],[-2.917,59.134],[-2.918,59.138],[-2.913,59.147],[-2.914,59.151],[-2.908,59.164],[-2.911,59.164],[-2.921,59.167],[-2.926,59.17]]],[[[-3.076,59.2],[-3.082,59.198],[-3.084,59.194],[-3.093,59.191],[-3.104,59.186],[-3.105,59.179],[-3.11,59.177],[-3.111,59.175],[-3.118,59.173],[-3.112,59.166],[-3.115,59.164],[-3.113,59.161],[-3.102,59.158],[-3.097,59.154],[-3.098,59.15],[-3.094,59.149],[-3.093,59.146],[-3.09,59.146],[-3.083,59.143],[-3.079,59.139],[-3.068,59.135],[-3.061,59.135],[-3.056,59.132],[-3.045,59.129],[-3.044,59.127],[-3.04,59.126],[-3.031,59.128],[-3.021,59.127],[-3.006,59.127],[-3.001,59.128],[-2.997,59.127],[-2.985,59.131],[-2.971,59.134],[-2.966,59.135],[-2.963,59.139],[-2.964,59.141],[-2.968,59.145],[-2.97,59.15],[-2.973,59.154],[-2.979,59.163],[-2.975,59.164],[-2.97,59.172],[-2.964,59.174],[-2.956,59.173],[-2.954,59.173],[-2.953,59.18],[-2.964,59.181],[-2.965,59.187],[-2.968,59.188],[-2.976,59.187],[-2.98,59.186],[-2.992,59.18],[-2.994,59.178],[-2.999,59.179],[-3.013,59.178],[-3.03,59.178],[-3.037,59.179],[-3.045,59.181],[-3.05,59.184],[-3.047,59.187],[-3.049,59.191],[-3.049,59.196],[-3.051,59.197],[-3.057,59.195],[-3.068,59.196],[-3.07,59.198],[-3.076,59.2]]],[[[-2.822,59.222],[-2.825,59.226],[-2.831,59.225],[-2.829,59.221],[-2.831,59.218],[-2.83,59.213],[-2.827,59.209],[-2.827,59.207],[-2.824,59.204],[-2.817,59.208],[-2.815,59.214],[-2.82,59.217],[-2.822,59.222]]],[[[-2.832,59.242],[-2.835,59.236],[-2.831,59.234],[-2.833,59.231],[-2.83,59.229],[-2.826,59.23],[-2.827,59.235],[-2.83,59.237],[-2.832,59.242]]],[[[-2.739,59.247],[-2.745,59.245],[-2.747,59.241],[-2.748,59.236],[-2.746,59.234],[-2.742,59.232],[-2.731,59.229],[-2.724,59.229],[-2.717,59.231],[-2.718,59.234],[-2.724,59.237],[-2.727,59.237],[-2.727,59.24],[-2.739,59.247]]],[[[-2.755,59.25],[-2.759,59.25],[-2.768,59.245],[-2.774,59.244],[-2.784,59.24],[-2.788,59.238],[-2.79,59.234],[-2.789,59.231],[-2.783,59.228],[-2.788,59.222],[-2.791,59.214],[-2.785,59.212],[-2.783,59.21],[-2.778,59.208],[-2.776,59.201],[-2.776,59.197],[-2.781,59.195],[-2.778,59.194],[-2.78,59.189],[-2.786,59.187],[-2.801,59.183],[-2.808,59.186],[-2.819,59.188],[-2.823,59.195],[-2.826,59.192],[-2.828,59.188],[-2.826,59.181],[-2.827,59.176],[-2.824,59.171],[-2.82,59.173],[-2.815,59.173],[-2.81,59.167],[-2.803,59.166],[-2.799,59.164],[-2.794,59.16],[-2.795,59.156],[-2.797,59.153],[-2.794,59.148],[-2.79,59.146],[-2.791,59.144],[-2.791,59.139],[-2.784,59.139],[-2.775,59.144],[-2.772,59.145],[-2.766,59.144],[-2.756,59.146],[-2.752,59.144],[-2.743,59.143],[-2.739,59.148],[-2.739,59.151],[-2.742,59.154],[-2.745,59.155],[-2.749,59.155],[-2.755,59.157],[-2.757,59.159],[-2.759,59.163],[-2.756,59.17],[-2.757,59.182],[-2.761,59.187],[-2.759,59.189],[-2.766,59.191],[-2.765,59.194],[-2.754,59.195],[-2.752,59.2],[-2.749,59.204],[-2.75,59.207],[-2.744,59.209],[-2.737,59.215],[-2.734,59.218],[-2.734,59.223],[-2.745,59.229],[-2.75,59.23],[-2.758,59.23],[-2.763,59.232],[-2.764,59.238],[-2.756,59.244],[-2.755,59.25]]],[[[-2.374,59.278],[-2.375,59.281],[-2.379,59.281],[-2.383,59.279],[-2.383,59.276],[-2.376,59.276],[-2.374,59.278]]],[[[-2.619,59.303],[-2.617,59.306],[-2.62,59.306],[-2.623,59.304],[-2.619,59.303]]],[[[-2.418,59.29],[-2.417,59.293],[-2.417,59.297],[-2.423,59.302],[-2.417,59.311],[-2.422,59.313],[-2.429,59.312],[-2.436,59.31],[-2.442,59.305],[-2.447,59.304],[-2.446,59.298],[-2.448,59.292],[-2.454,59.289],[-2.46,59.288],[-2.466,59.288],[-2.475,59.289],[-2.48,59.289],[-2.486,59.288],[-2.493,59.283],[-2.511,59.276],[-2.513,59.274],[-2.524,59.272],[-2.529,59.269],[-2.53,59.267],[-2.533,59.266],[-2.541,59.266],[-2.54,59.264],[-2.545,59.262],[-2.552,59.263],[-2.557,59.26],[-2.564,59.261],[-2.568,59.26],[-2.574,59.261],[-2.579,59.262],[-2.581,59.267],[-2.574,59.268],[-2.575,59.275],[-2.57,59.278],[-2.563,59.28],[-2.556,59.279],[-2.557,59.283],[-2.556,59.287],[-2.553,59.291],[-2.546,59.293],[-2.538,59.293],[-2.537,59.295],[-2.529,59.299],[-2.529,59.303],[-2.537,59.302],[-2.548,59.303],[-2.553,59.306],[-2.558,59.305],[-2.564,59.299],[-2.569,59.298],[-2.571,59.296],[-2.583,59.293],[-2.587,59.294],[-2.593,59.294],[-2.599,59.293],[-2.602,59.29],[-2.608,59.289],[-2.614,59.294],[-2.616,59.293],[-2.614,59.288],[-2.614,59.283],[-2.604,59.279],[-2.595,59.274],[-2.593,59.271],[-2.593,59.269],[-2.596,59.267],[-2.602,59.266],[-2.609,59.268],[-2.611,59.266],[-2.607,59.263],[-2.604,59.265],[-2.601,59.261],[-2.607,59.258],[-2.612,59.256],[-2.619,59.257],[-2.624,59.255],[-2.633,59.251],[-2.641,59.245],[-2.646,59.246],[-2.651,59.242],[-2.656,59.242],[-2.659,59.239],[-2.658,59.236],[-2.66,59.235],[-2.662,59.231],[-2.664,59.228],[-2.669,59.225],[-2.676,59.224],[-2.678,59.227],[-2.681,59.226],[-2.681,59.224],[-2.678,59.223],[-2.678,59.221],[-2.683,59.22],[-2.693,59.222],[-2.696,59.221],[-2.697,59.217],[-2.699,59.215],[-2.702,59.208],[-2.701,59.196],[-2.695,59.191],[-2.697,59.187],[-2.695,59.185],[-2.69,59.184],[-2.686,59.186],[-2.687,59.189],[-2.691,59.196],[-2.688,59.199],[-2.688,59.204],[-2.681,59.204],[-2.676,59.194],[-2.672,59.2],[-2.673,59.203],[-2.668,59.209],[-2.661,59.211],[-2.654,59.211],[-2.656,59.213],[-2.652,59.217],[-2.647,59.218],[-2.643,59.222],[-2.642,59.229],[-2.639,59.232],[-2.639,59.234],[-2.636,59.236],[-2.625,59.238],[-2.615,59.238],[-2.608,59.237],[-2.603,59.235],[-2.605,59.23],[-2.601,59.23],[-2.599,59.233],[-2.591,59.238],[-2.588,59.241],[-2.58,59.241],[-2.579,59.242],[-2.57,59.245],[-2.567,59.242],[-2.562,59.24],[-2.562,59.238],[-2.566,59.237],[-2.57,59.235],[-2.577,59.237],[-2.58,59.235],[-2.58,59.231],[-2.578,59.23],[-2.581,59.226],[-2.573,59.221],[-2.569,59.221],[-2.567,59.227],[-2.568,59.235],[-2.561,59.238],[-2.553,59.239],[-2.544,59.238],[-2.538,59.235],[-2.531,59.239],[-2.532,59.241],[-2.529,59.243],[-2.528,59.249],[-2.538,59.25],[-2.531,59.256],[-2.526,59.258],[-2.521,59.257],[-2.512,59.254],[-2.511,59.252],[-2.513,59.249],[-2.519,59.243],[-2.521,59.236],[-2.524,59.234],[-2.522,59.232],[-2.518,59.231],[-2.516,59.228],[-2.511,59.226],[-2.511,59.223],[-2.506,59.224],[-2.506,59.228],[-2.505,59.232],[-2.51,59.232],[-2.513,59.231],[-2.518,59.234],[-2.52,59.237],[-2.517,59.244],[-2.506,59.252],[-2.5,59.258],[-2.493,59.262],[-2.491,59.265],[-2.486,59.268],[-2.485,59.273],[-2.479,59.277],[-2.473,59.279],[-2.467,59.281],[-2.458,59.281],[-2.447,59.283],[-2.432,59.283],[-2.426,59.282],[-2.423,59.275],[-2.419,59.276],[-2.405,59.279],[-2.401,59.277],[-2.397,59.278],[-2.39,59.279],[-2.405,59.281],[-2.41,59.283],[-2.417,59.288],[-2.418,59.29]]],[[[-2.872,59.355],[-2.873,59.353],[-2.871,59.35],[-2.865,59.347],[-2.864,59.35],[-2.867,59.353],[-2.872,59.355]]],[[[-2.955,59.36],[-2.959,59.36],[-2.963,59.357],[-2.97,59.355],[-2.977,59.353],[-2.978,59.349],[-2.982,59.346],[-2.981,59.343],[-2.98,59.336],[-2.983,59.334],[-2.998,59.331],[-3,59.329],[-3.008,59.327],[-3.02,59.33],[-3.025,59.33],[-3.026,59.327],[-3.034,59.323],[-3.039,59.326],[-3.048,59.328],[-3.054,59.328],[-3.064,59.332],[-3.07,59.333],[-3.071,59.33],[-3.066,59.323],[-3.054,59.317],[-3.049,59.317],[-3.049,59.315],[-3.042,59.312],[-3.039,59.314],[-3.036,59.312],[-3.033,59.313],[-3.032,59.31],[-3.023,59.305],[-3.02,59.299],[-3.023,59.294],[-3.019,59.289],[-3.02,59.282],[-3.023,59.281],[-3.025,59.278],[-3.014,59.274],[-3.008,59.274],[-3.007,59.272],[-3.003,59.269],[-2.997,59.268],[-2.993,59.264],[-2.982,59.261],[-2.98,59.263],[-2.982,59.266],[-2.977,59.268],[-2.97,59.269],[-2.968,59.271],[-2.958,59.271],[-2.948,59.273],[-2.951,59.276],[-2.955,59.277],[-2.961,59.279],[-2.962,59.283],[-2.965,59.285],[-2.966,59.288],[-2.957,59.29],[-2.95,59.288],[-2.947,59.286],[-2.942,59.285],[-2.933,59.286],[-2.928,59.286],[-2.924,59.281],[-2.92,59.279],[-2.915,59.278],[-2.91,59.276],[-2.908,59.273],[-2.903,59.268],[-2.901,59.267],[-2.893,59.262],[-2.888,59.258],[-2.882,59.258],[-2.876,59.257],[-2.875,59.25],[-2.879,59.245],[-2.877,59.242],[-2.886,59.238],[-2.887,59.235],[-2.886,59.229],[-2.883,59.228],[-2.878,59.23],[-2.874,59.234],[-2.876,59.235],[-2.874,59.238],[-2.869,59.24],[-2.865,59.247],[-2.86,59.251],[-2.841,59.248],[-2.84,59.249],[-2.848,59.261],[-2.852,59.265],[-2.854,59.267],[-2.86,59.269],[-2.862,59.268],[-2.874,59.27],[-2.877,59.265],[-2.881,59.266],[-2.883,59.271],[-2.884,59.277],[-2.882,59.282],[-2.883,59.286],[-2.888,59.29],[-2.897,59.29],[-2.898,59.293],[-2.896,59.296],[-2.901,59.298],[-2.901,59.301],[-2.904,59.303],[-2.907,59.301],[-2.915,59.298],[-2.92,59.3],[-2.924,59.304],[-2.927,59.303],[-2.937,59.302],[-2.94,59.303],[-2.94,59.31],[-2.945,59.311],[-2.952,59.308],[-2.96,59.309],[-2.963,59.312],[-2.962,59.315],[-2.966,59.316],[-2.973,59.319],[-2.979,59.316],[-2.987,59.315],[-2.989,59.317],[-2.989,59.321],[-2.984,59.323],[-2.981,59.326],[-2.974,59.324],[-2.968,59.326],[-2.962,59.326],[-2.956,59.328],[-2.957,59.331],[-2.952,59.336],[-2.954,59.339],[-2.961,59.337],[-2.968,59.34],[-2.967,59.343],[-2.959,59.343],[-2.959,59.345],[-2.954,59.348],[-2.947,59.348],[-2.944,59.351],[-2.953,59.354],[-2.952,59.359],[-2.955,59.36]]],[[[-2.879,59.385],[-2.883,59.386],[-2.889,59.384],[-2.891,59.378],[-2.89,59.376],[-2.895,59.372],[-2.898,59.365],[-2.897,59.362],[-2.905,59.357],[-2.911,59.349],[-2.911,59.345],[-2.908,59.342],[-2.908,59.336],[-2.91,59.33],[-2.909,59.327],[-2.905,59.323],[-2.9,59.329],[-2.895,59.331],[-2.891,59.328],[-2.888,59.325],[-2.883,59.326],[-2.88,59.331],[-2.877,59.334],[-2.88,59.336],[-2.881,59.339],[-2.877,59.341],[-2.879,59.345],[-2.883,59.345],[-2.884,59.35],[-2.888,59.352],[-2.889,59.354],[-2.888,59.357],[-2.882,59.359],[-2.884,59.362],[-2.882,59.365],[-2.876,59.367],[-2.872,59.367],[-2.869,59.37],[-2.868,59.375],[-2.874,59.381],[-2.873,59.382],[-2.879,59.385]]],[[[-2.381,59.393],[-2.393,59.389],[-2.395,59.387],[-2.404,59.385],[-2.407,59.385],[-2.414,59.388],[-2.419,59.386],[-2.426,59.386],[-2.429,59.387],[-2.435,59.385],[-2.434,59.382],[-2.431,59.38],[-2.435,59.373],[-2.441,59.371],[-2.441,59.366],[-2.444,59.362],[-2.446,59.362],[-2.45,59.358],[-2.444,59.355],[-2.439,59.358],[-2.43,59.357],[-2.426,59.354],[-2.424,59.348],[-2.42,59.348],[-2.411,59.354],[-2.406,59.355],[-2.399,59.355],[-2.398,59.357],[-2.402,59.359],[-2.407,59.36],[-2.409,59.364],[-2.409,59.365],[-2.412,59.367],[-2.41,59.376],[-2.404,59.381],[-2.398,59.383],[-2.39,59.383],[-2.38,59.385],[-2.376,59.384],[-2.375,59.388],[-2.378,59.389],[-2.381,59.393]]],[[[-1.607,59.553],[-1.613,59.551],[-1.618,59.55],[-1.621,59.552],[-1.625,59.551],[-1.632,59.552],[-1.639,59.55],[-1.639,59.546],[-1.636,59.545],[-1.638,59.543],[-1.643,59.544],[-1.645,59.543],[-1.644,59.538],[-1.646,59.537],[-1.645,59.534],[-1.648,59.53],[-1.644,59.526],[-1.648,59.525],[-1.651,59.521],[-1.656,59.523],[-1.658,59.523],[-1.655,59.517],[-1.652,59.515],[-1.655,59.513],[-1.65,59.512],[-1.645,59.515],[-1.639,59.512],[-1.635,59.512],[-1.627,59.516],[-1.629,59.518],[-1.625,59.52],[-1.627,59.522],[-1.628,59.525],[-1.625,59.527],[-1.619,59.525],[-1.615,59.526],[-1.609,59.529],[-1.61,59.531],[-1.616,59.533],[-1.613,59.535],[-1.604,59.537],[-1.603,59.534],[-1.599,59.533],[-1.601,59.537],[-1.598,59.539],[-1.599,59.541],[-1.607,59.538],[-1.613,59.541],[-1.609,59.547],[-1.605,59.548],[-1.607,59.553]]],[[[-1.329,59.872],[-1.334,59.87],[-1.335,59.869],[-1.33,59.868],[-1.329,59.872]]],[[[-1.358,59.955],[-1.36,59.952],[-1.358,59.95],[-1.352,59.95],[-1.352,59.952],[-1.356,59.953],[-1.358,59.955]]],[[[-1.191,60.008],[-1.193,60.003],[-1.191,60.002],[-1.185,60.002],[-1.185,59.998],[-1.182,59.992],[-1.172,59.99],[-1.168,59.993],[-1.159,59.995],[-1.172,60.003],[-1.181,60.005],[-1.185,60.008],[-1.191,60.008]]],[[[-1.364,60.031],[-1.365,60.027],[-1.361,60.025],[-1.36,60.022],[-1.354,60.024],[-1.352,60.023],[-1.347,60.026],[-1.346,60.028],[-1.352,60.028],[-1.356,60.027],[-1.364,60.031]]],[[[-1.3,60.097],[-1.308,60.096],[-1.315,60.091],[-1.326,60.082],[-1.33,60.082],[-1.332,60.077],[-1.328,60.075],[-1.327,60.07],[-1.329,60.067],[-1.331,60.063],[-1.324,60.061],[-1.329,60.059],[-1.331,60.054],[-1.336,60.051],[-1.34,60.048],[-1.341,60.043],[-1.332,60.041],[-1.331,60.043],[-1.333,60.046],[-1.328,60.05],[-1.325,60.051],[-1.319,60.059],[-1.32,60.061],[-1.325,60.061],[-1.323,60.066],[-1.321,60.068],[-1.316,60.066],[-1.314,60.067],[-1.311,60.072],[-1.308,60.075],[-1.305,60.081],[-1.299,60.085],[-1.296,60.092],[-1.3,60.097]]],[[[-1.315,60.117],[-1.32,60.117],[-1.321,60.112],[-1.32,60.11],[-1.321,60.105],[-1.33,60.105],[-1.338,60.11],[-1.341,60.109],[-1.34,60.103],[-1.344,60.102],[-1.34,60.1],[-1.335,60.102],[-1.328,60.101],[-1.327,60.098],[-1.329,60.091],[-1.334,60.089],[-1.337,60.09],[-1.343,60.088],[-1.347,60.084],[-1.342,60.083],[-1.342,60.081],[-1.349,60.082],[-1.353,60.081],[-1.356,60.077],[-1.351,60.073],[-1.356,60.071],[-1.357,60.07],[-1.352,60.063],[-1.348,60.063],[-1.343,60.06],[-1.346,60.058],[-1.354,60.059],[-1.358,60.057],[-1.36,60.052],[-1.364,60.05],[-1.374,60.048],[-1.377,60.048],[-1.377,60.045],[-1.373,60.042],[-1.365,60.041],[-1.358,60.045],[-1.356,60.048],[-1.351,60.049],[-1.349,60.052],[-1.35,60.057],[-1.342,60.057],[-1.339,60.061],[-1.34,60.064],[-1.337,60.065],[-1.338,60.07],[-1.333,60.074],[-1.335,60.077],[-1.334,60.081],[-1.327,60.085],[-1.325,60.089],[-1.316,60.096],[-1.317,60.1],[-1.311,60.104],[-1.31,60.108],[-1.313,60.112],[-1.31,60.115],[-1.315,60.117]]],[[[-1.367,60.123],[-1.372,60.123],[-1.378,60.119],[-1.375,60.113],[-1.368,60.114],[-1.364,60.118],[-1.36,60.118],[-1.36,60.12],[-1.365,60.12],[-1.367,60.123]]],[[[-1.348,60.124],[-1.356,60.122],[-1.345,60.119],[-1.342,60.121],[-1.338,60.119],[-1.336,60.122],[-1.344,60.124],[-1.348,60.124]]],[[[-1.273,60.131],[-1.288,60.129],[-1.293,60.126],[-1.298,60.127],[-1.301,60.125],[-1.299,60.122],[-1.301,60.118],[-1.296,60.114],[-1.299,60.11],[-1.298,60.109],[-1.305,60.106],[-1.305,60.102],[-1.304,60.099],[-1.294,60.102],[-1.286,60.107],[-1.285,60.112],[-1.286,60.118],[-1.283,60.126],[-1.276,60.127],[-1.273,60.131]]],[[[-1.353,60.141],[-1.354,60.138],[-1.347,60.139],[-1.348,60.14],[-1.353,60.141]]],[[[-1.362,60.152],[-1.367,60.148],[-1.369,60.143],[-1.366,60.14],[-1.359,60.139],[-1.35,60.147],[-1.352,60.15],[-1.362,60.152]]],[[[-2.046,60.144],[-2.05,60.148],[-2.049,60.151],[-2.054,60.155],[-2.06,60.155],[-2.061,60.153],[-2.07,60.155],[-2.074,60.158],[-2.089,60.155],[-2.091,60.153],[-2.098,60.151],[-2.101,60.149],[-2.112,60.146],[-2.114,60.141],[-2.112,60.138],[-2.117,60.134],[-2.097,60.13],[-2.091,60.128],[-2.091,60.126],[-2.086,60.121],[-2.081,60.118],[-2.075,60.118],[-2.068,60.117],[-2.064,60.113],[-2.068,60.111],[-2.064,60.11],[-2.062,60.112],[-2.052,60.117],[-2.05,60.12],[-2.05,60.126],[-2.045,60.129],[-2.046,60.133],[-2.046,60.135],[-2.042,60.136],[-2.04,60.14],[-2.043,60.143],[-2.046,60.144]]],[[[-1.036,60.154],[-1.039,60.154],[-1.042,60.152],[-1.042,60.149],[-1.044,60.145],[-1.035,60.148],[-1.032,60.146],[-1.032,60.142],[-1.027,60.139],[-1.023,60.134],[-1.014,60.131],[-1.011,60.132],[-1.008,60.134],[-1.01,60.138],[-1.005,60.141],[-1.006,60.143],[-1.003,60.144],[-1.006,60.148],[-1.005,60.15],[-1.009,60.152],[-1.016,60.151],[-1.021,60.152],[-1.029,60.151],[-1.035,60.152],[-1.036,60.154]]],[[[-1.334,60.167],[-1.342,60.166],[-1.34,60.164],[-1.335,60.163],[-1.334,60.167]]],[[[-1.325,60.189],[-1.331,60.187],[-1.327,60.184],[-1.325,60.189]]],[[[-1.081,60.188],[-1.087,60.188],[-1.085,60.186],[-1.089,60.183],[-1.089,60.179],[-1.086,60.177],[-1.077,60.175],[-1.076,60.173],[-1.08,60.171],[-1.09,60.172],[-1.094,60.174],[-1.095,60.178],[-1.1,60.179],[-1.103,60.178],[-1.111,60.179],[-1.116,60.179],[-1.121,60.181],[-1.126,60.182],[-1.13,60.184],[-1.138,60.18],[-1.142,60.181],[-1.147,60.18],[-1.146,60.178],[-1.147,60.174],[-1.143,60.172],[-1.142,60.168],[-1.138,60.164],[-1.13,60.16],[-1.122,60.159],[-1.121,60.155],[-1.117,60.156],[-1.113,60.149],[-1.117,60.145],[-1.117,60.14],[-1.124,60.14],[-1.126,60.138],[-1.125,60.132],[-1.122,60.129],[-1.123,60.122],[-1.111,60.114],[-1.104,60.113],[-1.098,60.11],[-1.094,60.111],[-1.09,60.109],[-1.086,60.108],[-1.081,60.107],[-1.076,60.103],[-1.071,60.104],[-1.074,60.108],[-1.072,60.112],[-1.069,60.113],[-1.068,60.123],[-1.067,60.127],[-1.069,60.129],[-1.066,60.131],[-1.066,60.133],[-1.061,60.139],[-1.056,60.14],[-1.052,60.142],[-1.052,60.148],[-1.049,60.152],[-1.051,60.156],[-1.05,60.161],[-1.046,60.167],[-1.048,60.169],[-1.051,60.17],[-1.057,60.161],[-1.064,60.162],[-1.065,60.16],[-1.071,60.158],[-1.073,60.159],[-1.078,60.164],[-1.073,60.166],[-1.071,60.169],[-1.073,60.17],[-1.069,60.174],[-1.073,60.177],[-1.073,60.182],[-1.076,60.188],[-1.081,60.188]]],[[[-1.587,60.21],[-1.592,60.209],[-1.605,60.202],[-1.605,60.2],[-1.597,60.195],[-1.595,60.196],[-1.586,60.192],[-1.582,60.194],[-1.575,60.195],[-1.569,60.194],[-1.563,60.195],[-1.566,60.199],[-1.568,60.203],[-1.576,60.207],[-1.576,60.208],[-1.587,60.21]]],[[[-1.569,60.218],[-1.576,60.217],[-1.575,60.215],[-1.571,60.213],[-1.566,60.214],[-1.569,60.218]]],[[[-1.15,60.24],[-1.154,60.238],[-1.153,60.235],[-1.144,60.239],[-1.15,60.24]]],[[[-1.546,60.314],[-1.549,60.314],[-1.552,60.31],[-1.548,60.309],[-1.544,60.313],[-1.546,60.314]]],[[[-1.474,60.341],[-1.478,60.341],[-1.483,60.337],[-1.488,60.334],[-1.488,60.329],[-1.491,60.327],[-1.485,60.326],[-1.479,60.326],[-1.474,60.329],[-1.472,60.326],[-1.466,60.327],[-1.466,60.324],[-1.474,60.322],[-1.474,60.324],[-1.481,60.323],[-1.482,60.321],[-1.478,60.318],[-1.475,60.318],[-1.479,60.314],[-1.477,60.312],[-1.473,60.311],[-1.468,60.313],[-1.466,60.317],[-1.469,60.319],[-1.463,60.32],[-1.459,60.318],[-1.451,60.323],[-1.446,60.327],[-1.439,60.326],[-1.44,60.33],[-1.447,60.329],[-1.446,60.332],[-1.453,60.331],[-1.458,60.332],[-1.457,60.334],[-1.463,60.336],[-1.471,60.335],[-1.472,60.33],[-1.476,60.332],[-1.476,60.337],[-1.47,60.338],[-1.474,60.341]]],[[[-1.385,60.342],[-1.396,60.342],[-1.394,60.339],[-1.392,60.333],[-1.4,60.332],[-1.402,60.331],[-1.401,60.324],[-1.395,60.321],[-1.39,60.322],[-1.387,60.326],[-1.383,60.327],[-1.384,60.331],[-1.38,60.334],[-1.376,60.335],[-1.376,60.337],[-1.38,60.341],[-1.385,60.342]]],[[[-1.68,60.342],[-1.684,60.337],[-1.678,60.337],[-1.676,60.336],[-1.685,60.333],[-1.687,60.331],[-1.69,60.334],[-1.688,60.337],[-1.691,60.341],[-1.694,60.342],[-1.697,60.341],[-1.701,60.343],[-1.703,60.341],[-1.71,60.34],[-1.709,60.343],[-1.713,60.344],[-1.723,60.344],[-1.729,60.346],[-1.736,60.34],[-1.737,60.335],[-1.734,60.335],[-1.731,60.33],[-1.724,60.326],[-1.725,60.324],[-1.721,60.323],[-1.719,60.32],[-1.71,60.325],[-1.704,60.326],[-1.702,60.328],[-1.697,60.324],[-1.699,60.322],[-1.707,60.322],[-1.707,60.318],[-1.697,60.315],[-1.691,60.315],[-1.687,60.316],[-1.684,60.32],[-1.68,60.323],[-1.675,60.323],[-1.675,60.321],[-1.666,60.321],[-1.661,60.325],[-1.665,60.328],[-1.668,60.326],[-1.674,60.327],[-1.676,60.329],[-1.673,60.331],[-1.665,60.334],[-1.666,60.336],[-1.664,60.34],[-1.67,60.342],[-1.68,60.342]]],[[[-0.883,60.343],[-0.887,60.343],[-0.891,60.341],[-0.887,60.338],[-0.883,60.341],[-0.883,60.343]]],[[[-1.362,60.361],[-1.367,60.359],[-1.366,60.354],[-1.363,60.353],[-1.358,60.353],[-1.355,60.355],[-1.353,60.359],[-1.355,60.361],[-1.362,60.361]]],[[[-1.025,60.37],[-1.028,60.37],[-1.034,60.37],[-1.038,60.367],[-1.039,60.365],[-1.043,60.364],[-1.046,60.362],[-1.043,60.359],[-1.044,60.354],[-1.04,60.352],[-1.033,60.353],[-1.032,60.355],[-1.035,60.359],[-1.03,60.362],[-1.025,60.37]]],[[[-0.913,60.384],[-0.92,60.381],[-0.929,60.381],[-0.936,60.377],[-0.945,60.379],[-0.947,60.378],[-0.958,60.38],[-0.957,60.382],[-0.963,60.383],[-0.97,60.379],[-0.968,60.377],[-0.971,60.373],[-0.975,60.371],[-0.98,60.371],[-0.983,60.368],[-0.991,60.369],[-1.001,60.368],[-1.006,60.364],[-1.015,60.361],[-1.018,60.359],[-1.023,60.351],[-1.017,60.346],[-1.022,60.346],[-1.025,60.344],[-1.025,60.342],[-1.031,60.343],[-1.038,60.341],[-1.039,60.339],[-1.033,60.333],[-1.026,60.335],[-1.021,60.333],[-1.023,60.331],[-1.015,60.331],[-1.005,60.326],[-1,60.329],[-0.99,60.329],[-0.981,60.331],[-0.974,60.336],[-0.976,60.34],[-0.974,60.341],[-0.965,60.342],[-0.958,60.349],[-0.95,60.351],[-0.95,60.354],[-0.944,60.356],[-0.94,60.36],[-0.935,60.367],[-0.93,60.369],[-0.925,60.374],[-0.918,60.377],[-0.911,60.378],[-0.909,60.38],[-0.903,60.381],[-0.913,60.384]]],[[[-1.428,60.39],[-1.432,60.39],[-1.438,60.391],[-1.444,60.389],[-1.446,60.386],[-1.451,60.386],[-1.456,60.381],[-1.452,60.379],[-1.457,60.376],[-1.458,60.374],[-1.466,60.373],[-1.467,60.375],[-1.474,60.376],[-1.475,60.374],[-1.472,60.372],[-1.471,60.37],[-1.465,60.367],[-1.465,60.362],[-1.462,60.359],[-1.463,60.356],[-1.457,60.354],[-1.447,60.347],[-1.443,60.346],[-1.439,60.348],[-1.43,60.345],[-1.426,60.348],[-1.421,60.347],[-1.414,60.348],[-1.41,60.346],[-1.401,60.351],[-1.392,60.351],[-1.386,60.356],[-1.381,60.358],[-1.379,60.364],[-1.379,60.368],[-1.38,60.373],[-1.382,60.376],[-1.392,60.376],[-1.404,60.382],[-1.408,60.384],[-1.411,60.381],[-1.414,60.381],[-1.42,60.386],[-1.424,60.386],[-1.428,60.39]]],[[[-0.735,60.425],[-0.744,60.421],[-0.744,60.419],[-0.737,60.42],[-0.735,60.425]]],[[[-0.748,60.43],[-0.755,60.428],[-0.757,60.424],[-0.749,60.422],[-0.745,60.424],[-0.745,60.426],[-0.741,60.428],[-0.748,60.43]]],[[[-0.77,60.42],[-0.761,60.418],[-0.754,60.42],[-0.761,60.424],[-0.759,60.431],[-0.766,60.431],[-0.772,60.43],[-0.777,60.427],[-0.769,60.425],[-0.775,60.422],[-0.785,60.422],[-0.784,60.42],[-0.795,60.414],[-0.797,60.412],[-0.797,60.41],[-0.788,60.414],[-0.789,60.416],[-0.782,60.418],[-0.779,60.418],[-0.77,60.42]]],[[[-1.453,60.441],[-1.459,60.441],[-1.459,60.439],[-1.454,60.438],[-1.451,60.439],[-1.453,60.441]]],[[[-1.148,60.439],[-1.15,60.446],[-1.156,60.446],[-1.16,60.44],[-1.158,60.438],[-1.15,60.438],[-1.148,60.439]]],[[[-1.131,60.452],[-1.137,60.449],[-1.135,60.446],[-1.131,60.45],[-1.131,60.452]]],[[[-1.04,60.453],[-1.042,60.456],[-1.045,60.455],[-1.044,60.452],[-1.04,60.453]]],[[[-1.63,60.474],[-1.634,60.472],[-1.628,60.471],[-1.63,60.474]]],[[[-1.626,60.476],[-1.628,60.473],[-1.623,60.471],[-1.621,60.473],[-1.622,60.475],[-1.626,60.476]]],[[[-1.146,60.468],[-1.153,60.473],[-1.156,60.471],[-1.158,60.468],[-1.163,60.468],[-1.153,60.463],[-1.142,60.462],[-1.14,60.465],[-1.145,60.465],[-1.146,60.468]]],[[[-1.102,60.478],[-1.103,60.481],[-1.106,60.481],[-1.108,60.477],[-1.102,60.478]]],[[[-1.273,60.502],[-1.272,60.499],[-1.267,60.495],[-1.264,60.495],[-1.264,60.498],[-1.269,60.499],[-1.273,60.502]]],[[[-1.193,60.498],[-1.195,60.502],[-1.2,60.501],[-1.202,60.499],[-1.197,60.498],[-1.195,60.494],[-1.195,60.491],[-1.189,60.486],[-1.182,60.487],[-1.185,60.491],[-1.186,60.494],[-1.189,60.497],[-1.193,60.498]]],[[[-1.2,60.515],[-1.201,60.511],[-1.198,60.507],[-1.192,60.508],[-1.194,60.511],[-1.2,60.515]]],[[[-1.225,60.519],[-1.233,60.517],[-1.232,60.514],[-1.226,60.511],[-1.22,60.511],[-1.218,60.512],[-1.224,60.516],[-1.225,60.519]]],[[[-1.287,60.52],[-1.289,60.519],[-1.297,60.517],[-1.299,60.513],[-1.294,60.513],[-1.286,60.515],[-1.283,60.518],[-1.287,60.52]]],[[[-1.428,60.621],[-1.435,60.62],[-1.437,60.617],[-1.432,60.615],[-1.422,60.618],[-1.421,60.62],[-1.428,60.621]]],[[[-0.988,60.619],[-0.997,60.619],[-1.001,60.617],[-0.999,60.614],[-1,60.611],[-1.004,60.61],[-1.007,60.606],[-1.011,60.606],[-1.015,60.603],[-1.011,60.599],[-1,60.597],[-1.001,60.602],[-1.004,60.604],[-1.003,60.606],[-0.995,60.607],[-0.992,60.604],[-0.986,60.603],[-0.98,60.603],[-0.977,60.609],[-0.972,60.609],[-0.969,60.613],[-0.971,60.616],[-0.974,60.618],[-0.982,60.616],[-0.988,60.617],[-0.988,60.619]]],[[[-0.867,60.633],[-0.869,60.633],[-0.88,60.628],[-0.886,60.623],[-0.893,60.621],[-0.899,60.621],[-0.903,60.623],[-0.91,60.624],[-0.913,60.628],[-0.919,60.627],[-0.927,60.627],[-0.934,60.63],[-0.937,60.63],[-0.936,60.627],[-0.939,60.624],[-0.947,60.621],[-0.945,60.615],[-0.949,60.613],[-0.948,60.611],[-0.94,60.61],[-0.94,60.608],[-0.937,60.605],[-0.938,60.602],[-0.934,60.601],[-0.928,60.598],[-0.924,60.593],[-0.918,60.588],[-0.918,60.585],[-0.914,60.584],[-0.914,60.58],[-0.909,60.572],[-0.9,60.57],[-0.895,60.568],[-0.896,60.565],[-0.887,60.562],[-0.884,60.565],[-0.875,60.565],[-0.872,60.567],[-0.867,60.569],[-0.864,60.567],[-0.86,60.569],[-0.865,60.57],[-0.868,60.574],[-0.873,60.576],[-0.876,60.581],[-0.881,60.582],[-0.89,60.584],[-0.895,60.586],[-0.897,60.588],[-0.896,60.591],[-0.891,60.593],[-0.883,60.59],[-0.877,60.591],[-0.871,60.59],[-0.868,60.594],[-0.863,60.592],[-0.859,60.593],[-0.85,60.586],[-0.846,60.584],[-0.835,60.588],[-0.831,60.588],[-0.83,60.583],[-0.824,60.579],[-0.815,60.575],[-0.807,60.577],[-0.807,60.574],[-0.803,60.573],[-0.804,60.569],[-0.795,60.57],[-0.793,60.572],[-0.793,60.577],[-0.789,60.578],[-0.792,60.582],[-0.788,60.585],[-0.782,60.584],[-0.782,60.586],[-0.777,60.588],[-0.774,60.592],[-0.771,60.592],[-0.772,60.597],[-0.77,60.598],[-0.766,60.605],[-0.773,60.605],[-0.776,60.607],[-0.775,60.615],[-0.779,60.616],[-0.783,60.612],[-0.788,60.611],[-0.792,60.613],[-0.795,60.611],[-0.794,60.608],[-0.797,60.604],[-0.799,60.601],[-0.806,60.599],[-0.81,60.599],[-0.81,60.602],[-0.808,60.605],[-0.813,60.606],[-0.818,60.602],[-0.825,60.607],[-0.821,60.612],[-0.824,60.615],[-0.822,60.617],[-0.825,60.619],[-0.823,60.621],[-0.826,60.624],[-0.832,60.626],[-0.832,60.628],[-0.843,60.628],[-0.857,60.629],[-0.86,60.632],[-0.867,60.633]]],[[[-1.159,60.198],[-1.152,60.202],[-1.154,60.203],[-1.159,60.2],[-1.163,60.2],[-1.17,60.194],[-1.177,60.193],[-1.181,60.189],[-1.189,60.187],[-1.196,60.181],[-1.205,60.177],[-1.213,60.172],[-1.218,60.171],[-1.218,60.174],[-1.214,60.177],[-1.21,60.177],[-1.206,60.182],[-1.196,60.188],[-1.195,60.191],[-1.191,60.192],[-1.19,60.196],[-1.187,60.196],[-1.187,60.199],[-1.186,60.202],[-1.187,60.204],[-1.182,60.205],[-1.17,60.209],[-1.175,60.211],[-1.179,60.21],[-1.181,60.212],[-1.176,60.215],[-1.17,60.217],[-1.172,60.219],[-1.168,60.223],[-1.173,60.224],[-1.179,60.222],[-1.19,60.214],[-1.197,60.21],[-1.198,60.208],[-1.206,60.203],[-1.212,60.202],[-1.218,60.201],[-1.215,60.206],[-1.211,60.206],[-1.203,60.212],[-1.203,60.215],[-1.197,60.219],[-1.195,60.222],[-1.197,60.227],[-1.191,60.229],[-1.19,60.231],[-1.19,60.234],[-1.198,60.234],[-1.208,60.229],[-1.212,60.228],[-1.217,60.229],[-1.23,60.229],[-1.229,60.233],[-1.224,60.234],[-1.224,60.237],[-1.219,60.237],[-1.214,60.238],[-1.209,60.238],[-1.204,60.241],[-1.201,60.242],[-1.194,60.245],[-1.194,60.25],[-1.195,60.253],[-1.205,60.254],[-1.203,60.263],[-1.209,60.266],[-1.202,60.268],[-1.199,60.27],[-1.193,60.267],[-1.191,60.261],[-1.188,60.259],[-1.175,60.259],[-1.166,60.261],[-1.169,60.256],[-1.172,60.255],[-1.177,60.252],[-1.179,60.246],[-1.179,60.242],[-1.176,60.239],[-1.167,60.24],[-1.167,60.243],[-1.163,60.243],[-1.157,60.242],[-1.152,60.244],[-1.154,60.247],[-1.153,60.249],[-1.149,60.249],[-1.144,60.254],[-1.143,60.259],[-1.131,60.26],[-1.124,60.262],[-1.121,60.262],[-1.105,60.258],[-1.102,60.259],[-1.096,60.264],[-1.096,60.266],[-1.098,60.271],[-1.109,60.266],[-1.115,60.267],[-1.116,60.271],[-1.115,60.273],[-1.11,60.274],[-1.108,60.275],[-1.117,60.276],[-1.12,60.273],[-1.119,60.272],[-1.127,60.271],[-1.133,60.272],[-1.134,60.274],[-1.138,60.274],[-1.142,60.272],[-1.145,60.273],[-1.148,60.269],[-1.154,60.273],[-1.15,60.276],[-1.157,60.278],[-1.159,60.282],[-1.155,60.284],[-1.147,60.286],[-1.143,60.289],[-1.133,60.293],[-1.128,60.298],[-1.122,60.3],[-1.116,60.303],[-1.11,60.304],[-1.106,60.301],[-1.099,60.304],[-1.095,60.302],[-1.091,60.302],[-1.088,60.299],[-1.084,60.301],[-1.082,60.305],[-1.088,60.305],[-1.09,60.309],[-1.093,60.31],[-1.089,60.316],[-1.089,60.318],[-1.081,60.321],[-1.08,60.323],[-1.085,60.326],[-1.094,60.324],[-1.099,60.321],[-1.11,60.322],[-1.109,60.327],[-1.113,60.328],[-1.118,60.327],[-1.12,60.324],[-1.124,60.324],[-1.133,60.327],[-1.137,60.327],[-1.143,60.332],[-1.147,60.33],[-1.153,60.332],[-1.152,60.335],[-1.155,60.338],[-1.158,60.337],[-1.164,60.333],[-1.166,60.328],[-1.166,60.324],[-1.169,60.324],[-1.17,60.328],[-1.176,60.331],[-1.174,60.332],[-1.172,60.339],[-1.173,60.343],[-1.175,60.347],[-1.187,60.351],[-1.166,60.353],[-1.153,60.35],[-1.151,60.351],[-1.141,60.349],[-1.131,60.35],[-1.126,60.349],[-1.118,60.345],[-1.114,60.346],[-1.105,60.35],[-1.099,60.354],[-1.094,60.356],[-1.083,60.355],[-1.079,60.358],[-1.078,60.362],[-1.075,60.366],[-1.074,60.371],[-1.081,60.375],[-1.08,60.379],[-1.073,60.385],[-1.076,60.388],[-1.089,60.387],[-1.094,60.391],[-1.098,60.392],[-1.105,60.392],[-1.108,60.394],[-1.115,60.386],[-1.117,60.383],[-1.12,60.382],[-1.123,60.377],[-1.125,60.371],[-1.129,60.369],[-1.134,60.37],[-1.132,60.372],[-1.132,60.377],[-1.128,60.381],[-1.133,60.383],[-1.14,60.38],[-1.141,60.383],[-1.135,60.389],[-1.132,60.392],[-1.124,60.397],[-1.122,60.402],[-1.118,60.402],[-1.113,60.401],[-1.109,60.403],[-1.105,60.406],[-1.098,60.406],[-1.094,60.409],[-1.09,60.41],[-1.079,60.418],[-1.078,60.419],[-1.071,60.422],[-1.068,60.427],[-1.055,60.432],[-1.051,60.438],[-1.051,60.442],[-1.054,60.441],[-1.049,60.449],[-1.052,60.45],[-1.057,60.447],[-1.064,60.448],[-1.07,60.443],[-1.074,60.443],[-1.079,60.438],[-1.086,60.438],[-1.089,60.437],[-1.09,60.431],[-1.1,60.427],[-1.099,60.42],[-1.097,60.418],[-1.108,60.418],[-1.11,60.415],[-1.114,60.416],[-1.113,60.419],[-1.114,60.422],[-1.109,60.424],[-1.11,60.427],[-1.119,60.429],[-1.121,60.42],[-1.129,60.416],[-1.132,60.414],[-1.137,60.412],[-1.134,60.41],[-1.134,60.407],[-1.126,60.408],[-1.122,60.406],[-1.124,60.403],[-1.131,60.402],[-1.135,60.401],[-1.14,60.4],[-1.143,60.401],[-1.144,60.404],[-1.151,60.404],[-1.156,60.397],[-1.151,60.395],[-1.152,60.393],[-1.161,60.389],[-1.162,60.387],[-1.162,60.38],[-1.167,60.381],[-1.167,60.39],[-1.166,60.397],[-1.17,60.398],[-1.168,60.402],[-1.171,60.404],[-1.168,60.408],[-1.17,60.414],[-1.177,60.413],[-1.189,60.409],[-1.196,60.407],[-1.202,60.405],[-1.217,60.401],[-1.222,60.402],[-1.221,60.404],[-1.197,60.411],[-1.191,60.414],[-1.19,60.416],[-1.194,60.42],[-1.204,60.418],[-1.227,60.411],[-1.237,60.407],[-1.247,60.405],[-1.254,60.402],[-1.258,60.398],[-1.262,60.399],[-1.259,60.402],[-1.251,60.407],[-1.239,60.412],[-1.23,60.415],[-1.228,60.417],[-1.211,60.424],[-1.205,60.428],[-1.195,60.432],[-1.191,60.429],[-1.194,60.427],[-1.19,60.423],[-1.18,60.421],[-1.169,60.42],[-1.167,60.422],[-1.172,60.427],[-1.176,60.429],[-1.173,60.431],[-1.173,60.434],[-1.176,60.434],[-1.19,60.43],[-1.192,60.432],[-1.184,60.435],[-1.175,60.437],[-1.166,60.437],[-1.165,60.44],[-1.17,60.444],[-1.175,60.447],[-1.178,60.447],[-1.191,60.445],[-1.202,60.445],[-1.203,60.446],[-1.194,60.448],[-1.178,60.453],[-1.176,60.457],[-1.178,60.461],[-1.186,60.464],[-1.194,60.463],[-1.206,60.458],[-1.209,60.459],[-1.207,60.463],[-1.209,60.467],[-1.208,60.468],[-1.201,60.47],[-1.204,60.474],[-1.203,60.478],[-1.206,60.481],[-1.207,60.484],[-1.214,60.489],[-1.22,60.49],[-1.227,60.495],[-1.238,60.494],[-1.243,60.492],[-1.244,60.489],[-1.247,60.485],[-1.258,60.48],[-1.262,60.476],[-1.271,60.477],[-1.27,60.48],[-1.273,60.485],[-1.28,60.488],[-1.281,60.485],[-1.286,60.485],[-1.288,60.475],[-1.294,60.472],[-1.301,60.472],[-1.304,60.468],[-1.301,60.462],[-1.288,60.457],[-1.282,60.457],[-1.279,60.459],[-1.276,60.457],[-1.272,60.453],[-1.26,60.449],[-1.259,60.445],[-1.262,60.443],[-1.268,60.442],[-1.271,60.443],[-1.277,60.448],[-1.279,60.445],[-1.277,60.443],[-1.279,60.441],[-1.279,60.438],[-1.285,60.438],[-1.286,60.442],[-1.295,60.444],[-1.312,60.44],[-1.316,60.438],[-1.319,60.437],[-1.328,60.438],[-1.334,60.435],[-1.34,60.43],[-1.342,60.429],[-1.344,60.424],[-1.343,60.422],[-1.346,60.42],[-1.347,60.417],[-1.346,60.411],[-1.341,60.41],[-1.336,60.411],[-1.336,60.408],[-1.346,60.407],[-1.35,60.404],[-1.351,60.402],[-1.355,60.4],[-1.36,60.4],[-1.364,60.398],[-1.368,60.398],[-1.373,60.397],[-1.375,60.394],[-1.378,60.394],[-1.384,60.398],[-1.382,60.403],[-1.373,60.404],[-1.37,60.406],[-1.374,60.408],[-1.373,60.412],[-1.371,60.414],[-1.366,60.412],[-1.36,60.412],[-1.356,60.413],[-1.357,60.417],[-1.363,60.42],[-1.361,60.425],[-1.363,60.429],[-1.358,60.431],[-1.357,60.434],[-1.355,60.438],[-1.345,60.442],[-1.342,60.445],[-1.341,60.451],[-1.348,60.455],[-1.346,60.457],[-1.342,60.457],[-1.338,60.454],[-1.338,60.45],[-1.333,60.448],[-1.324,60.449],[-1.32,60.452],[-1.325,60.459],[-1.333,60.462],[-1.332,60.466],[-1.325,60.47],[-1.326,60.475],[-1.331,60.477],[-1.328,60.48],[-1.32,60.479],[-1.316,60.48],[-1.311,60.482],[-1.311,60.485],[-1.317,60.489],[-1.318,60.49],[-1.31,60.496],[-1.316,60.498],[-1.322,60.497],[-1.327,60.495],[-1.328,60.492],[-1.335,60.485],[-1.334,60.482],[-1.33,60.48],[-1.334,60.478],[-1.345,60.48],[-1.352,60.479],[-1.353,60.482],[-1.345,60.484],[-1.337,60.489],[-1.336,60.495],[-1.334,60.499],[-1.337,60.501],[-1.341,60.501],[-1.344,60.503],[-1.339,60.506],[-1.335,60.507],[-1.326,60.507],[-1.324,60.511],[-1.329,60.512],[-1.329,60.515],[-1.334,60.515],[-1.335,60.518],[-1.342,60.52],[-1.35,60.519],[-1.352,60.517],[-1.357,60.518],[-1.351,60.522],[-1.342,60.523],[-1.329,60.523],[-1.326,60.526],[-1.331,60.529],[-1.353,60.529],[-1.36,60.527],[-1.357,60.533],[-1.351,60.541],[-1.347,60.54],[-1.345,60.538],[-1.339,60.537],[-1.337,60.539],[-1.33,60.54],[-1.327,60.538],[-1.321,60.537],[-1.316,60.541],[-1.316,60.55],[-1.318,60.554],[-1.315,60.555],[-1.314,60.564],[-1.315,60.565],[-1.313,60.569],[-1.314,60.571],[-1.318,60.573],[-1.324,60.574],[-1.323,60.577],[-1.327,60.579],[-1.33,60.577],[-1.336,60.583],[-1.333,60.585],[-1.324,60.587],[-1.32,60.584],[-1.312,60.589],[-1.304,60.595],[-1.305,60.599],[-1.309,60.602],[-1.309,60.604],[-1.304,60.608],[-1.306,60.609],[-1.303,60.612],[-1.305,60.617],[-1.301,60.62],[-1.303,60.624],[-1.314,60.624],[-1.315,60.626],[-1.312,60.629],[-1.31,60.633],[-1.316,60.633],[-1.317,60.631],[-1.323,60.629],[-1.325,60.626],[-1.324,60.624],[-1.33,60.622],[-1.335,60.625],[-1.339,60.625],[-1.343,60.628],[-1.346,60.626],[-1.345,60.624],[-1.347,60.622],[-1.35,60.62],[-1.351,60.614],[-1.347,60.612],[-1.341,60.612],[-1.338,60.608],[-1.338,60.606],[-1.334,60.606],[-1.331,60.602],[-1.333,60.6],[-1.339,60.599],[-1.337,60.602],[-1.343,60.607],[-1.348,60.606],[-1.35,60.61],[-1.354,60.609],[-1.358,60.61],[-1.362,60.608],[-1.366,60.609],[-1.373,60.606],[-1.379,60.609],[-1.385,60.609],[-1.39,60.612],[-1.399,60.612],[-1.404,60.611],[-1.404,60.614],[-1.406,60.615],[-1.411,60.614],[-1.419,60.616],[-1.422,60.614],[-1.422,60.611],[-1.429,60.607],[-1.434,60.606],[-1.435,60.603],[-1.428,60.603],[-1.419,60.604],[-1.42,60.601],[-1.427,60.6],[-1.435,60.596],[-1.437,60.597],[-1.445,60.59],[-1.444,60.585],[-1.439,60.585],[-1.434,60.582],[-1.436,60.578],[-1.434,60.575],[-1.437,60.573],[-1.447,60.572],[-1.454,60.569],[-1.459,60.564],[-1.466,60.562],[-1.473,60.561],[-1.471,60.558],[-1.471,60.555],[-1.474,60.552],[-1.484,60.548],[-1.489,60.548],[-1.493,60.546],[-1.493,60.544],[-1.498,60.541],[-1.497,60.537],[-1.493,60.533],[-1.486,60.532],[-1.482,60.531],[-1.464,60.515],[-1.455,60.511],[-1.445,60.509],[-1.439,60.51],[-1.428,60.513],[-1.425,60.512],[-1.41,60.512],[-1.406,60.512],[-1.399,60.515],[-1.394,60.513],[-1.407,60.509],[-1.418,60.508],[-1.427,60.508],[-1.433,60.507],[-1.437,60.505],[-1.445,60.504],[-1.451,60.505],[-1.457,60.509],[-1.462,60.51],[-1.468,60.51],[-1.48,60.516],[-1.487,60.521],[-1.5,60.525],[-1.506,60.527],[-1.508,60.529],[-1.512,60.529],[-1.518,60.531],[-1.518,60.534],[-1.523,60.537],[-1.52,60.542],[-1.522,60.543],[-1.519,60.548],[-1.521,60.551],[-1.531,60.555],[-1.534,60.556],[-1.547,60.551],[-1.55,60.549],[-1.556,60.548],[-1.556,60.546],[-1.56,60.545],[-1.561,60.54],[-1.563,60.538],[-1.566,60.538],[-1.565,60.534],[-1.568,60.531],[-1.569,60.527],[-1.569,60.524],[-1.565,60.524],[-1.568,60.518],[-1.566,60.516],[-1.568,60.513],[-1.572,60.512],[-1.576,60.509],[-1.575,60.507],[-1.568,60.507],[-1.562,60.506],[-1.563,60.504],[-1.569,60.5],[-1.575,60.501],[-1.577,60.504],[-1.585,60.508],[-1.585,60.505],[-1.59,60.505],[-1.592,60.507],[-1.597,60.506],[-1.602,60.509],[-1.607,60.509],[-1.615,60.507],[-1.613,60.504],[-1.617,60.502],[-1.615,60.5],[-1.624,60.493],[-1.624,60.491],[-1.628,60.49],[-1.633,60.487],[-1.629,60.481],[-1.618,60.479],[-1.612,60.476],[-1.616,60.474],[-1.606,60.474],[-1.607,60.478],[-1.601,60.48],[-1.595,60.477],[-1.592,60.477],[-1.584,60.482],[-1.575,60.48],[-1.574,60.476],[-1.569,60.481],[-1.564,60.483],[-1.558,60.49],[-1.55,60.49],[-1.543,60.485],[-1.536,60.48],[-1.533,60.482],[-1.526,60.481],[-1.524,60.479],[-1.516,60.479],[-1.51,60.481],[-1.502,60.485],[-1.496,60.484],[-1.496,60.48],[-1.493,60.478],[-1.495,60.476],[-1.505,60.475],[-1.508,60.473],[-1.506,60.47],[-1.512,60.466],[-1.511,60.465],[-1.511,60.462],[-1.506,60.461],[-1.501,60.457],[-1.503,60.455],[-1.498,60.454],[-1.494,60.457],[-1.488,60.459],[-1.49,60.463],[-1.486,60.463],[-1.482,60.467],[-1.482,60.471],[-1.489,60.473],[-1.488,60.476],[-1.481,60.477],[-1.471,60.482],[-1.467,60.486],[-1.463,60.49],[-1.458,60.491],[-1.453,60.488],[-1.457,60.486],[-1.458,60.483],[-1.465,60.476],[-1.464,60.473],[-1.466,60.47],[-1.463,60.467],[-1.457,60.467],[-1.445,60.47],[-1.438,60.474],[-1.443,60.465],[-1.447,60.464],[-1.454,60.466],[-1.462,60.465],[-1.47,60.46],[-1.465,60.458],[-1.466,60.454],[-1.462,60.452],[-1.462,60.45],[-1.447,60.451],[-1.444,60.449],[-1.435,60.451],[-1.43,60.45],[-1.431,60.449],[-1.438,60.446],[-1.444,60.447],[-1.449,60.444],[-1.45,60.436],[-1.456,60.435],[-1.457,60.43],[-1.454,60.427],[-1.455,60.424],[-1.451,60.42],[-1.454,60.419],[-1.453,60.416],[-1.446,60.414],[-1.442,60.415],[-1.433,60.414],[-1.43,60.413],[-1.425,60.415],[-1.42,60.415],[-1.412,60.418],[-1.409,60.417],[-1.4,60.418],[-1.397,60.418],[-1.396,60.415],[-1.39,60.409],[-1.395,60.409],[-1.401,60.414],[-1.404,60.413],[-1.409,60.414],[-1.413,60.411],[-1.413,60.408],[-1.416,60.404],[-1.41,60.402],[-1.41,60.4],[-1.401,60.397],[-1.394,60.398],[-1.393,60.4],[-1.387,60.398],[-1.395,60.395],[-1.398,60.396],[-1.409,60.393],[-1.412,60.391],[-1.41,60.387],[-1.405,60.384],[-1.398,60.382],[-1.392,60.38],[-1.388,60.38],[-1.383,60.377],[-1.378,60.377],[-1.374,60.381],[-1.374,60.385],[-1.371,60.385],[-1.368,60.388],[-1.367,60.391],[-1.357,60.395],[-1.353,60.394],[-1.352,60.392],[-1.353,60.39],[-1.351,60.385],[-1.346,60.385],[-1.35,60.382],[-1.349,60.38],[-1.354,60.373],[-1.358,60.373],[-1.363,60.371],[-1.364,60.369],[-1.351,60.368],[-1.343,60.365],[-1.336,60.366],[-1.333,60.368],[-1.323,60.368],[-1.307,60.37],[-1.302,60.37],[-1.293,60.367],[-1.287,60.363],[-1.287,60.359],[-1.285,60.357],[-1.281,60.356],[-1.271,60.355],[-1.269,60.354],[-1.262,60.351],[-1.271,60.349],[-1.273,60.351],[-1.279,60.353],[-1.284,60.354],[-1.291,60.358],[-1.301,60.361],[-1.307,60.359],[-1.317,60.358],[-1.321,60.358],[-1.328,60.358],[-1.338,60.36],[-1.341,60.357],[-1.334,60.353],[-1.337,60.35],[-1.339,60.348],[-1.338,60.343],[-1.336,60.34],[-1.337,60.335],[-1.343,60.336],[-1.347,60.339],[-1.347,60.343],[-1.351,60.345],[-1.356,60.345],[-1.361,60.342],[-1.365,60.341],[-1.37,60.337],[-1.367,60.333],[-1.369,60.331],[-1.367,60.328],[-1.37,60.323],[-1.367,60.316],[-1.368,60.313],[-1.366,60.307],[-1.364,60.305],[-1.359,60.303],[-1.358,60.3],[-1.367,60.297],[-1.368,60.291],[-1.367,60.289],[-1.369,60.286],[-1.375,60.285],[-1.38,60.287],[-1.382,60.296],[-1.379,60.298],[-1.38,60.3],[-1.385,60.301],[-1.39,60.305],[-1.385,60.307],[-1.388,60.314],[-1.411,60.32],[-1.417,60.316],[-1.42,60.317],[-1.423,60.319],[-1.422,60.322],[-1.424,60.327],[-1.427,60.329],[-1.43,60.328],[-1.43,60.326],[-1.434,60.326],[-1.434,60.322],[-1.447,60.321],[-1.446,60.319],[-1.451,60.317],[-1.455,60.318],[-1.459,60.314],[-1.465,60.311],[-1.463,60.31],[-1.457,60.311],[-1.452,60.309],[-1.446,60.31],[-1.444,60.308],[-1.45,60.308],[-1.452,60.306],[-1.459,60.307],[-1.462,60.304],[-1.457,60.301],[-1.446,60.3],[-1.444,60.297],[-1.453,60.297],[-1.462,60.3],[-1.467,60.299],[-1.471,60.306],[-1.477,60.308],[-1.482,60.306],[-1.488,60.307],[-1.489,60.305],[-1.481,60.303],[-1.48,60.3],[-1.481,60.294],[-1.479,60.293],[-1.478,60.289],[-1.474,60.289],[-1.463,60.291],[-1.459,60.289],[-1.462,60.288],[-1.467,60.289],[-1.468,60.285],[-1.477,60.283],[-1.479,60.28],[-1.472,60.279],[-1.477,60.275],[-1.482,60.28],[-1.481,60.285],[-1.485,60.286],[-1.484,60.291],[-1.489,60.298],[-1.491,60.307],[-1.495,60.31],[-1.496,60.317],[-1.498,60.318],[-1.507,60.319],[-1.511,60.319],[-1.519,60.316],[-1.532,60.312],[-1.537,60.308],[-1.545,60.309],[-1.548,60.307],[-1.552,60.303],[-1.548,60.299],[-1.539,60.3],[-1.536,60.298],[-1.537,60.294],[-1.541,60.295],[-1.546,60.297],[-1.549,60.295],[-1.556,60.296],[-1.56,60.298],[-1.565,60.295],[-1.57,60.295],[-1.571,60.3],[-1.577,60.302],[-1.582,60.299],[-1.575,60.298],[-1.577,60.295],[-1.569,60.293],[-1.572,60.287],[-1.584,60.293],[-1.586,60.296],[-1.59,60.295],[-1.595,60.297],[-1.596,60.301],[-1.6,60.303],[-1.602,60.306],[-1.606,60.308],[-1.611,60.306],[-1.618,60.307],[-1.633,60.305],[-1.643,60.308],[-1.646,60.304],[-1.65,60.304],[-1.655,60.305],[-1.659,60.304],[-1.667,60.304],[-1.672,60.302],[-1.687,60.301],[-1.693,60.298],[-1.694,60.296],[-1.697,60.294],[-1.698,60.291],[-1.703,60.289],[-1.7,60.287],[-1.702,60.286],[-1.7,60.283],[-1.688,60.282],[-1.681,60.279],[-1.681,60.276],[-1.689,60.275],[-1.684,60.27],[-1.691,60.262],[-1.697,60.259],[-1.698,60.257],[-1.695,60.254],[-1.689,60.255],[-1.686,60.254],[-1.688,60.25],[-1.697,60.248],[-1.697,60.246],[-1.69,60.244],[-1.693,60.241],[-1.691,60.238],[-1.693,60.237],[-1.69,60.234],[-1.684,60.236],[-1.674,60.233],[-1.655,60.227],[-1.639,60.23],[-1.638,60.227],[-1.643,60.225],[-1.651,60.222],[-1.649,60.217],[-1.646,60.217],[-1.639,60.214],[-1.632,60.212],[-1.627,60.213],[-1.623,60.209],[-1.623,60.207],[-1.618,60.207],[-1.614,60.208],[-1.613,60.21],[-1.597,60.212],[-1.599,60.214],[-1.604,60.216],[-1.607,60.219],[-1.603,60.221],[-1.599,60.22],[-1.59,60.219],[-1.588,60.221],[-1.584,60.221],[-1.58,60.22],[-1.575,60.219],[-1.569,60.226],[-1.562,60.226],[-1.563,60.222],[-1.557,60.221],[-1.555,60.218],[-1.557,60.215],[-1.557,60.213],[-1.56,60.211],[-1.56,60.206],[-1.563,60.203],[-1.561,60.201],[-1.556,60.199],[-1.549,60.208],[-1.546,60.21],[-1.541,60.21],[-1.541,60.213],[-1.538,60.216],[-1.533,60.217],[-1.527,60.217],[-1.521,60.22],[-1.522,60.224],[-1.518,60.226],[-1.516,60.23],[-1.52,60.229],[-1.53,60.234],[-1.529,60.243],[-1.521,60.243],[-1.515,60.242],[-1.515,60.24],[-1.52,60.239],[-1.52,60.236],[-1.516,60.232],[-1.511,60.232],[-1.498,60.232],[-1.495,60.231],[-1.501,60.229],[-1.506,60.228],[-1.507,60.224],[-1.505,60.219],[-1.507,60.215],[-1.504,60.215],[-1.478,60.219],[-1.474,60.221],[-1.472,60.218],[-1.476,60.216],[-1.488,60.215],[-1.499,60.213],[-1.504,60.209],[-1.499,60.206],[-1.492,60.208],[-1.484,60.206],[-1.485,60.205],[-1.497,60.205],[-1.512,60.208],[-1.515,60.209],[-1.53,60.207],[-1.53,60.206],[-1.535,60.204],[-1.541,60.205],[-1.539,60.201],[-1.541,60.199],[-1.548,60.197],[-1.544,60.194],[-1.547,60.19],[-1.547,60.187],[-1.54,60.182],[-1.54,60.181],[-1.532,60.179],[-1.533,60.181],[-1.524,60.182],[-1.518,60.18],[-1.514,60.182],[-1.51,60.18],[-1.514,60.178],[-1.514,60.175],[-1.509,60.173],[-1.511,60.165],[-1.499,60.162],[-1.496,60.163],[-1.495,60.167],[-1.489,60.167],[-1.487,60.164],[-1.491,60.162],[-1.482,60.161],[-1.475,60.161],[-1.47,60.16],[-1.47,60.158],[-1.464,60.155],[-1.465,60.153],[-1.463,60.151],[-1.464,60.147],[-1.457,60.147],[-1.452,60.153],[-1.451,60.156],[-1.452,60.16],[-1.449,60.162],[-1.452,60.166],[-1.45,60.171],[-1.453,60.176],[-1.45,60.177],[-1.447,60.175],[-1.444,60.178],[-1.439,60.181],[-1.44,60.184],[-1.435,60.188],[-1.431,60.184],[-1.432,60.182],[-1.438,60.179],[-1.436,60.177],[-1.439,60.174],[-1.435,60.169],[-1.43,60.169],[-1.428,60.167],[-1.423,60.167],[-1.421,60.165],[-1.414,60.17],[-1.414,60.171],[-1.408,60.178],[-1.403,60.179],[-1.402,60.183],[-1.406,60.184],[-1.405,60.191],[-1.407,60.194],[-1.401,60.2],[-1.403,60.205],[-1.403,60.211],[-1.401,60.213],[-1.399,60.217],[-1.395,60.217],[-1.396,60.215],[-1.394,60.21],[-1.397,60.206],[-1.393,60.201],[-1.379,60.203],[-1.377,60.206],[-1.376,60.209],[-1.369,60.21],[-1.367,60.206],[-1.368,60.202],[-1.367,60.199],[-1.369,60.193],[-1.365,60.191],[-1.362,60.193],[-1.36,60.196],[-1.364,60.198],[-1.361,60.201],[-1.362,60.205],[-1.36,60.208],[-1.361,60.214],[-1.367,60.216],[-1.374,60.221],[-1.377,60.228],[-1.376,60.237],[-1.389,60.235],[-1.396,60.24],[-1.402,60.242],[-1.406,60.243],[-1.411,60.249],[-1.415,60.252],[-1.425,60.252],[-1.431,60.253],[-1.43,60.255],[-1.422,60.255],[-1.417,60.257],[-1.411,60.255],[-1.404,60.251],[-1.401,60.246],[-1.394,60.244],[-1.389,60.244],[-1.384,60.246],[-1.384,60.249],[-1.378,60.25],[-1.369,60.246],[-1.361,60.246],[-1.355,60.245],[-1.352,60.239],[-1.355,60.236],[-1.359,60.238],[-1.366,60.24],[-1.369,60.239],[-1.369,60.235],[-1.364,60.233],[-1.36,60.229],[-1.364,60.223],[-1.362,60.218],[-1.35,60.217],[-1.348,60.216],[-1.35,60.208],[-1.349,60.202],[-1.346,60.201],[-1.341,60.205],[-1.337,60.209],[-1.334,60.21],[-1.328,60.215],[-1.322,60.218],[-1.313,60.226],[-1.315,60.228],[-1.314,60.231],[-1.309,60.233],[-1.305,60.236],[-1.302,60.241],[-1.298,60.245],[-1.294,60.245],[-1.294,60.24],[-1.299,60.236],[-1.292,60.235],[-1.295,60.233],[-1.295,60.23],[-1.301,60.229],[-1.301,60.234],[-1.304,60.233],[-1.307,60.23],[-1.306,60.227],[-1.302,60.227],[-1.302,60.224],[-1.303,60.222],[-1.301,60.218],[-1.306,60.216],[-1.307,60.212],[-1.309,60.211],[-1.311,60.206],[-1.311,60.202],[-1.313,60.198],[-1.317,60.196],[-1.315,60.194],[-1.316,60.191],[-1.32,60.186],[-1.32,60.183],[-1.323,60.181],[-1.326,60.175],[-1.326,60.171],[-1.325,60.167],[-1.319,60.17],[-1.321,60.173],[-1.317,60.182],[-1.314,60.185],[-1.308,60.194],[-1.307,60.2],[-1.3,60.206],[-1.298,60.211],[-1.293,60.208],[-1.289,60.211],[-1.29,60.213],[-1.287,60.218],[-1.281,60.216],[-1.278,60.223],[-1.271,60.235],[-1.265,60.233],[-1.269,60.23],[-1.269,60.226],[-1.271,60.222],[-1.274,60.221],[-1.279,60.215],[-1.282,60.214],[-1.281,60.211],[-1.287,60.207],[-1.29,60.206],[-1.292,60.203],[-1.297,60.205],[-1.303,60.201],[-1.305,60.193],[-1.309,60.187],[-1.312,60.181],[-1.312,60.178],[-1.314,60.176],[-1.315,60.173],[-1.318,60.172],[-1.318,60.168],[-1.316,60.167],[-1.317,60.163],[-1.313,60.164],[-1.306,60.176],[-1.304,60.177],[-1.302,60.182],[-1.296,60.184],[-1.298,60.19],[-1.297,60.193],[-1.288,60.197],[-1.283,60.195],[-1.286,60.193],[-1.288,60.187],[-1.286,60.186],[-1.287,60.182],[-1.296,60.169],[-1.295,60.169],[-1.298,60.162],[-1.297,60.159],[-1.302,60.149],[-1.295,60.148],[-1.291,60.147],[-1.294,60.144],[-1.297,60.143],[-1.299,60.14],[-1.303,60.139],[-1.304,60.135],[-1.301,60.134],[-1.297,60.132],[-1.292,60.133],[-1.287,60.132],[-1.285,60.136],[-1.278,60.138],[-1.271,60.136],[-1.267,60.137],[-1.269,60.13],[-1.271,60.129],[-1.27,60.126],[-1.273,60.117],[-1.276,60.113],[-1.275,60.11],[-1.277,60.108],[-1.276,60.106],[-1.278,60.101],[-1.273,60.098],[-1.28,60.098],[-1.282,60.097],[-1.281,60.093],[-1.289,60.084],[-1.291,60.077],[-1.294,60.073],[-1.295,60.069],[-1.298,60.067],[-1.3,60.062],[-1.304,60.059],[-1.306,60.052],[-1.307,60.044],[-1.308,60.042],[-1.307,60.036],[-1.31,60.033],[-1.312,60.029],[-1.318,60.025],[-1.317,60.022],[-1.321,60.019],[-1.322,60.014],[-1.318,60.013],[-1.322,60.011],[-1.321,60.008],[-1.324,60.006],[-1.328,60.005],[-1.336,60.006],[-1.336,60.003],[-1.343,60.002],[-1.347,59.997],[-1.344,59.99],[-1.34,59.99],[-1.338,59.987],[-1.338,59.982],[-1.333,59.978],[-1.329,59.977],[-1.331,59.975],[-1.33,59.972],[-1.334,59.97],[-1.341,59.971],[-1.34,59.974],[-1.346,59.975],[-1.346,59.977],[-1.355,59.981],[-1.356,59.978],[-1.351,59.974],[-1.358,59.972],[-1.361,59.969],[-1.356,59.968],[-1.352,59.969],[-1.344,59.967],[-1.341,59.97],[-1.333,59.969],[-1.331,59.967],[-1.335,59.961],[-1.335,59.958],[-1.338,59.953],[-1.331,59.954],[-1.329,59.949],[-1.33,59.947],[-1.334,59.945],[-1.34,59.946],[-1.351,59.944],[-1.363,59.945],[-1.365,59.942],[-1.364,59.936],[-1.366,59.932],[-1.364,59.93],[-1.371,59.925],[-1.364,59.921],[-1.368,59.917],[-1.378,59.916],[-1.383,59.914],[-1.391,59.916],[-1.392,59.913],[-1.389,59.908],[-1.39,59.906],[-1.385,59.902],[-1.384,59.896],[-1.379,59.894],[-1.384,59.892],[-1.383,59.889],[-1.378,59.889],[-1.372,59.892],[-1.368,59.891],[-1.362,59.893],[-1.354,59.886],[-1.35,59.884],[-1.346,59.887],[-1.346,59.894],[-1.344,59.897],[-1.34,59.899],[-1.335,59.899],[-1.328,59.899],[-1.319,59.898],[-1.318,59.892],[-1.314,59.889],[-1.312,59.884],[-1.306,59.882],[-1.307,59.879],[-1.312,59.875],[-1.317,59.87],[-1.315,59.866],[-1.31,59.862],[-1.306,59.862],[-1.307,59.866],[-1.306,59.868],[-1.301,59.87],[-1.303,59.873],[-1.301,59.875],[-1.297,59.876],[-1.293,59.875],[-1.289,59.873],[-1.293,59.869],[-1.289,59.868],[-1.281,59.86],[-1.278,59.859],[-1.274,59.853],[-1.272,59.855],[-1.273,59.867],[-1.271,59.87],[-1.274,59.873],[-1.272,59.875],[-1.274,59.876],[-1.28,59.872],[-1.283,59.873],[-1.286,59.875],[-1.28,59.878],[-1.284,59.88],[-1.285,59.883],[-1.298,59.882],[-1.3,59.884],[-1.294,59.887],[-1.286,59.886],[-1.276,59.885],[-1.272,59.886],[-1.274,59.89],[-1.277,59.893],[-1.277,59.896],[-1.272,59.899],[-1.274,59.902],[-1.27,59.905],[-1.272,59.908],[-1.27,59.909],[-1.278,59.911],[-1.286,59.915],[-1.29,59.921],[-1.29,59.923],[-1.276,59.919],[-1.272,59.92],[-1.27,59.923],[-1.272,59.925],[-1.268,59.927],[-1.271,59.933],[-1.266,59.933],[-1.258,59.936],[-1.261,59.941],[-1.259,59.944],[-1.265,59.948],[-1.265,59.951],[-1.261,59.953],[-1.254,59.956],[-1.257,59.959],[-1.256,59.962],[-1.259,59.964],[-1.258,59.968],[-1.261,59.971],[-1.257,59.971],[-1.254,59.976],[-1.259,59.975],[-1.265,59.975],[-1.27,59.978],[-1.268,59.982],[-1.269,59.984],[-1.273,59.988],[-1.277,59.989],[-1.274,59.992],[-1.27,59.99],[-1.262,59.989],[-1.258,59.993],[-1.257,59.995],[-1.252,59.996],[-1.251,59.993],[-1.242,59.992],[-1.242,59.988],[-1.24,59.986],[-1.242,59.984],[-1.241,59.982],[-1.234,59.981],[-1.232,59.982],[-1.233,59.986],[-1.23,59.987],[-1.231,59.99],[-1.229,59.995],[-1.221,59.995],[-1.218,59.99],[-1.216,59.989],[-1.218,59.986],[-1.212,59.984],[-1.213,59.981],[-1.214,59.975],[-1.207,59.972],[-1.202,59.974],[-1.207,59.977],[-1.203,59.978],[-1.209,59.984],[-1.205,59.99],[-1.199,59.992],[-1.205,59.995],[-1.21,59.996],[-1.213,60],[-1.216,60.006],[-1.221,60.007],[-1.224,60.009],[-1.222,60.015],[-1.226,60.017],[-1.227,60.02],[-1.23,60.021],[-1.231,60.025],[-1.233,60.026],[-1.234,60.031],[-1.232,60.034],[-1.217,60.034],[-1.213,60.035],[-1.217,60.04],[-1.215,60.043],[-1.21,60.044],[-1.207,60.042],[-1.213,60.041],[-1.211,60.037],[-1.206,60.036],[-1.2,60.038],[-1.186,60.037],[-1.176,60.038],[-1.172,60.041],[-1.174,60.042],[-1.181,60.041],[-1.185,60.041],[-1.189,60.044],[-1.198,60.045],[-1.204,60.048],[-1.204,60.05],[-1.197,60.055],[-1.202,60.06],[-1.208,60.06],[-1.209,60.064],[-1.213,60.065],[-1.211,60.068],[-1.209,60.073],[-1.217,60.073],[-1.216,60.075],[-1.212,60.077],[-1.211,60.082],[-1.207,60.086],[-1.207,60.09],[-1.211,60.093],[-1.215,60.094],[-1.22,60.097],[-1.224,60.098],[-1.225,60.1],[-1.219,60.101],[-1.201,60.107],[-1.197,60.112],[-1.197,60.116],[-1.194,60.117],[-1.201,60.122],[-1.207,60.124],[-1.206,60.127],[-1.201,60.131],[-1.195,60.128],[-1.191,60.129],[-1.182,60.125],[-1.181,60.122],[-1.175,60.119],[-1.171,60.123],[-1.172,60.125],[-1.176,60.13],[-1.174,60.134],[-1.176,60.136],[-1.172,60.14],[-1.164,60.141],[-1.162,60.136],[-1.162,60.133],[-1.159,60.129],[-1.154,60.131],[-1.152,60.134],[-1.158,60.139],[-1.16,60.143],[-1.161,60.149],[-1.154,60.149],[-1.149,60.151],[-1.145,60.149],[-1.142,60.147],[-1.135,60.146],[-1.133,60.148],[-1.135,60.152],[-1.142,60.154],[-1.145,60.159],[-1.151,60.158],[-1.155,60.16],[-1.163,60.167],[-1.164,60.17],[-1.154,60.174],[-1.155,60.18],[-1.151,60.181],[-1.154,60.183],[-1.152,60.187],[-1.147,60.191],[-1.152,60.191],[-1.156,60.188],[-1.159,60.189],[-1.16,60.193],[-1.158,60.194],[-1.159,60.198]]],[[[-0.913,60.642],[-0.915,60.637],[-0.911,60.637],[-0.908,60.642],[-0.913,60.642]]],[[[-0.838,60.665],[-0.844,60.665],[-0.842,60.661],[-0.837,60.662],[-0.838,60.665]]],[[[-0.986,60.672],[-0.989,60.67],[-0.979,60.664],[-0.975,60.659],[-0.968,60.661],[-0.972,60.665],[-0.98,60.668],[-0.986,60.672]]],[[[-0.907,60.679],[-0.912,60.679],[-0.919,60.678],[-0.919,60.673],[-0.911,60.671],[-0.903,60.668],[-0.9,60.665],[-0.902,60.663],[-0.888,60.663],[-0.885,60.668],[-0.879,60.668],[-0.877,60.671],[-0.88,60.672],[-0.886,60.671],[-0.893,60.675],[-0.905,60.677],[-0.907,60.679]]],[[[-1.073,60.732],[-1.077,60.731],[-1.075,60.727],[-1.072,60.726],[-1.078,60.724],[-1.074,60.719],[-1.083,60.721],[-1.085,60.724],[-1.083,60.726],[-1.092,60.728],[-1.107,60.731],[-1.124,60.728],[-1.127,60.726],[-1.128,60.724],[-1.125,60.723],[-1.126,60.72],[-1.12,60.72],[-1.129,60.713],[-1.128,60.708],[-1.135,60.705],[-1.132,60.703],[-1.13,60.696],[-1.13,60.694],[-1.127,60.692],[-1.129,60.689],[-1.134,60.688],[-1.129,60.682],[-1.128,60.679],[-1.132,60.677],[-1.13,60.672],[-1.132,60.67],[-1.137,60.668],[-1.136,60.664],[-1.138,60.661],[-1.137,60.659],[-1.14,60.653],[-1.14,60.651],[-1.144,60.65],[-1.147,60.645],[-1.147,60.639],[-1.144,60.633],[-1.146,60.628],[-1.141,60.625],[-1.129,60.624],[-1.128,60.621],[-1.121,60.618],[-1.117,60.613],[-1.116,60.608],[-1.111,60.606],[-1.12,60.605],[-1.124,60.61],[-1.124,60.611],[-1.132,60.62],[-1.137,60.622],[-1.149,60.622],[-1.153,60.621],[-1.154,60.626],[-1.154,60.639],[-1.156,60.642],[-1.153,60.649],[-1.154,60.65],[-1.155,60.657],[-1.158,60.656],[-1.161,60.651],[-1.166,60.65],[-1.17,60.646],[-1.171,60.643],[-1.176,60.642],[-1.182,60.635],[-1.188,60.634],[-1.19,60.628],[-1.188,60.626],[-1.189,60.62],[-1.191,60.619],[-1.197,60.62],[-1.194,60.615],[-1.194,60.61],[-1.2,60.609],[-1.203,60.605],[-1.199,60.602],[-1.201,60.598],[-1.201,60.595],[-1.197,60.593],[-1.191,60.585],[-1.187,60.583],[-1.189,60.581],[-1.197,60.579],[-1.198,60.571],[-1.2,60.57],[-1.201,60.566],[-1.195,60.562],[-1.189,60.562],[-1.187,60.566],[-1.188,60.572],[-1.184,60.573],[-1.181,60.565],[-1.183,60.563],[-1.183,60.557],[-1.181,60.554],[-1.19,60.547],[-1.187,60.545],[-1.185,60.538],[-1.182,60.535],[-1.178,60.531],[-1.177,60.526],[-1.178,60.524],[-1.183,60.526],[-1.187,60.526],[-1.188,60.522],[-1.184,60.521],[-1.18,60.524],[-1.177,60.523],[-1.173,60.52],[-1.174,60.513],[-1.172,60.508],[-1.168,60.499],[-1.165,60.497],[-1.154,60.495],[-1.152,60.493],[-1.154,60.491],[-1.152,60.488],[-1.145,60.488],[-1.141,60.489],[-1.137,60.488],[-1.133,60.486],[-1.127,60.488],[-1.121,60.488],[-1.114,60.485],[-1.112,60.483],[-1.106,60.485],[-1.099,60.486],[-1.098,60.49],[-1.099,60.491],[-1.105,60.492],[-1.108,60.494],[-1.117,60.493],[-1.12,60.496],[-1.122,60.501],[-1.117,60.502],[-1.122,60.505],[-1.116,60.507],[-1.111,60.504],[-1.105,60.504],[-1.103,60.502],[-1.099,60.502],[-1.092,60.5],[-1.095,60.499],[-1.105,60.501],[-1.11,60.501],[-1.11,60.498],[-1.101,60.496],[-1.094,60.499],[-1.087,60.498],[-1.069,60.49],[-1.064,60.49],[-1.059,60.494],[-1.047,60.495],[-1.04,60.499],[-1.038,60.497],[-1.054,60.492],[-1.05,60.491],[-1.045,60.492],[-1.043,60.49],[-1.037,60.495],[-1.031,60.495],[-1.03,60.498],[-1.036,60.499],[-1.038,60.502],[-1.035,60.503],[-1.033,60.507],[-1.035,60.508],[-1.029,60.512],[-1.032,60.516],[-1.029,60.518],[-1.024,60.519],[-1.03,60.525],[-1.026,60.527],[-1.021,60.532],[-1.023,60.533],[-1.03,60.531],[-1.035,60.53],[-1.039,60.533],[-1.044,60.534],[-1.043,60.535],[-1.037,60.536],[-1.035,60.538],[-1.044,60.543],[-1.048,60.543],[-1.049,60.55],[-1.043,60.551],[-1.039,60.548],[-1.033,60.548],[-1.028,60.55],[-1.021,60.547],[-1.014,60.549],[-1.015,60.551],[-1.013,60.553],[-1.017,60.554],[-1.016,60.558],[-1.023,60.56],[-1.02,60.562],[-1.007,60.566],[-1.004,60.566],[-1.004,60.568],[-1.009,60.572],[-1.011,60.575],[-1.006,60.575],[-1.003,60.578],[-1.003,60.581],[-1.01,60.582],[-1.018,60.582],[-1.015,60.585],[-1.015,60.589],[-1.018,60.591],[-1.024,60.59],[-1.025,60.587],[-1.029,60.587],[-1.031,60.597],[-1.043,60.597],[-1.047,60.596],[-1.052,60.599],[-1.057,60.598],[-1.062,60.599],[-1.064,60.603],[-1.071,60.604],[-1.08,60.606],[-1.073,60.609],[-1.07,60.611],[-1.066,60.61],[-1.056,60.608],[-1.052,60.602],[-1.046,60.6],[-1.04,60.605],[-1.035,60.604],[-1.028,60.606],[-1.024,60.612],[-1.019,60.617],[-1.021,60.62],[-1.02,60.626],[-1.023,60.629],[-1.033,60.63],[-1.038,60.63],[-1.038,60.632],[-1.044,60.635],[-1.043,60.638],[-1.046,60.64],[-1.053,60.642],[-1.051,60.645],[-1.054,60.649],[-1.055,60.654],[-1.065,60.66],[-1.065,60.662],[-1.068,60.668],[-1.066,60.669],[-1.061,60.664],[-1.057,60.661],[-1.049,60.66],[-1.043,60.654],[-1.043,60.651],[-1.04,60.647],[-1.033,60.643],[-1.028,60.643],[-1.022,60.64],[-1.017,60.639],[-1.007,60.639],[-1.002,60.639],[-0.999,60.637],[-0.998,60.633],[-0.992,60.634],[-0.99,60.637],[-0.983,60.637],[-0.982,60.64],[-0.987,60.641],[-0.991,60.64],[-0.996,60.642],[-0.997,60.647],[-1,60.649],[-0.989,60.655],[-0.991,60.659],[-0.995,60.663],[-0.995,60.666],[-0.997,60.669],[-0.998,60.674],[-0.994,60.677],[-0.995,60.682],[-1.001,60.683],[-0.999,60.686],[-0.998,60.691],[-1.002,60.694],[-0.999,60.698],[-1.007,60.702],[-1.006,60.703],[-1,60.703],[-0.995,60.701],[-0.992,60.698],[-0.987,60.7],[-0.997,60.703],[-0.997,60.706],[-1.005,60.706],[-1.007,60.711],[-1.009,60.713],[-1.007,60.716],[-1.001,60.716],[-1,60.721],[-1.007,60.721],[-1.008,60.72],[-1.014,60.721],[-1.011,60.724],[-1.013,60.727],[-1.019,60.727],[-1.025,60.726],[-1.031,60.729],[-1.034,60.728],[-1.036,60.725],[-1.041,60.726],[-1.042,60.723],[-1.049,60.724],[-1.055,60.728],[-1.062,60.728],[-1.069,60.73],[-1.073,60.732]]],[[[-1.113,60.739],[-1.115,60.735],[-1.111,60.735],[-1.109,60.738],[-1.113,60.739]]],[[[-0.808,60.739],[-0.815,60.734],[-0.812,60.732],[-0.808,60.734],[-0.808,60.739]]],[[[-0.789,60.76],[-0.793,60.76],[-0.797,60.756],[-0.792,60.754],[-0.793,60.747],[-0.799,60.747],[-0.799,60.745],[-0.795,60.74],[-0.791,60.741],[-0.786,60.744],[-0.787,60.748],[-0.785,60.75],[-0.79,60.753],[-0.789,60.76]]],[[[-0.967,60.695],[-0.973,60.696],[-0.975,60.693],[-0.981,60.689],[-0.981,60.684],[-0.977,60.683],[-0.974,60.685],[-0.966,60.684],[-0.968,60.678],[-0.963,60.675],[-0.959,60.677],[-0.953,60.676],[-0.948,60.675],[-0.939,60.674],[-0.931,60.678],[-0.927,60.68],[-0.924,60.686],[-0.913,60.69],[-0.905,60.689],[-0.905,60.683],[-0.894,60.682],[-0.883,60.681],[-0.878,60.678],[-0.87,60.677],[-0.865,60.679],[-0.859,60.677],[-0.859,60.675],[-0.855,60.674],[-0.851,60.678],[-0.85,60.678],[-0.843,60.683],[-0.839,60.683],[-0.831,60.685],[-0.835,60.692],[-0.833,60.696],[-0.837,60.697],[-0.841,60.694],[-0.84,60.691],[-0.843,60.69],[-0.849,60.694],[-0.851,60.696],[-0.857,60.698],[-0.863,60.697],[-0.869,60.699],[-0.871,60.702],[-0.867,60.703],[-0.866,60.706],[-0.862,60.707],[-0.863,60.71],[-0.859,60.713],[-0.861,60.715],[-0.859,60.718],[-0.854,60.722],[-0.844,60.723],[-0.841,60.722],[-0.838,60.729],[-0.834,60.729],[-0.826,60.734],[-0.82,60.735],[-0.814,60.743],[-0.813,60.749],[-0.816,60.75],[-0.816,60.753],[-0.824,60.754],[-0.833,60.753],[-0.836,60.751],[-0.847,60.754],[-0.858,60.754],[-0.86,60.756],[-0.857,60.758],[-0.849,60.758],[-0.842,60.761],[-0.838,60.76],[-0.83,60.761],[-0.815,60.76],[-0.811,60.758],[-0.803,60.758],[-0.802,60.761],[-0.808,60.763],[-0.811,60.767],[-0.809,60.769],[-0.814,60.77],[-0.818,60.77],[-0.82,60.774],[-0.817,60.774],[-0.821,60.781],[-0.829,60.784],[-0.832,60.784],[-0.835,60.787],[-0.825,60.79],[-0.821,60.787],[-0.809,60.784],[-0.803,60.786],[-0.796,60.783],[-0.788,60.781],[-0.781,60.78],[-0.781,60.783],[-0.778,60.786],[-0.782,60.79],[-0.78,60.793],[-0.78,60.796],[-0.779,60.798],[-0.785,60.801],[-0.788,60.805],[-0.8,60.805],[-0.803,60.807],[-0.804,60.81],[-0.799,60.813],[-0.785,60.815],[-0.783,60.814],[-0.772,60.815],[-0.765,60.815],[-0.759,60.816],[-0.762,60.819],[-0.768,60.817],[-0.768,60.819],[-0.773,60.82],[-0.779,60.819],[-0.788,60.825],[-0.778,60.828],[-0.784,60.831],[-0.788,60.83],[-0.795,60.83],[-0.799,60.834],[-0.807,60.83],[-0.811,60.83],[-0.813,60.833],[-0.822,60.833],[-0.826,60.831],[-0.833,60.835],[-0.833,60.84],[-0.838,60.839],[-0.847,60.839],[-0.847,60.836],[-0.848,60.832],[-0.854,60.828],[-0.856,60.824],[-0.853,60.82],[-0.86,60.815],[-0.863,60.81],[-0.867,60.808],[-0.869,60.805],[-0.876,60.805],[-0.879,60.807],[-0.877,60.81],[-0.873,60.812],[-0.874,60.814],[-0.871,60.817],[-0.872,60.819],[-0.868,60.828],[-0.87,60.829],[-0.867,60.834],[-0.869,60.841],[-0.875,60.845],[-0.886,60.845],[-0.888,60.844],[-0.896,60.842],[-0.898,60.838],[-0.897,60.834],[-0.895,60.831],[-0.901,60.827],[-0.907,60.826],[-0.91,60.824],[-0.907,60.821],[-0.912,60.82],[-0.913,60.816],[-0.918,60.815],[-0.929,60.817],[-0.932,60.814],[-0.938,60.813],[-0.937,60.811],[-0.929,60.811],[-0.925,60.81],[-0.93,60.807],[-0.933,60.804],[-0.947,60.8],[-0.947,60.795],[-0.955,60.791],[-0.951,60.788],[-0.947,60.788],[-0.939,60.785],[-0.934,60.783],[-0.936,60.779],[-0.935,60.773],[-0.937,60.769],[-0.939,60.767],[-0.941,60.762],[-0.947,60.761],[-0.943,60.752],[-0.941,60.749],[-0.946,60.749],[-0.948,60.747],[-0.946,60.744],[-0.956,60.743],[-0.961,60.744],[-0.959,60.74],[-0.961,60.738],[-0.965,60.737],[-0.958,60.732],[-0.958,60.73],[-0.967,60.728],[-0.965,60.726],[-0.958,60.727],[-0.955,60.725],[-0.957,60.722],[-0.952,60.718],[-0.955,60.715],[-0.962,60.715],[-0.964,60.719],[-0.975,60.72],[-0.98,60.722],[-0.984,60.72],[-0.981,60.718],[-0.977,60.714],[-0.977,60.71],[-0.971,60.708],[-0.97,60.699],[-0.965,60.696],[-0.967,60.695]]]]},"properties":{"PCON24NM":"Orkney and Shetland","PCON24CD":"S14000051"},"PCON24CD":591}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-7.64,56.789],[-7.646,56.79],[-7.656,56.788],[-7.661,56.785],[-7.658,56.784],[-7.65,56.784],[-7.645,56.783],[-7.642,56.779],[-7.637,56.778],[-7.631,56.779],[-7.63,56.78],[-7.625,56.78],[-7.62,56.784],[-7.613,56.784],[-7.617,56.788],[-7.628,56.788],[-7.633,56.789],[-7.64,56.789]]],[[[-7.624,56.829],[-7.63,56.83],[-7.632,56.827],[-7.632,56.825],[-7.636,56.824],[-7.642,56.824],[-7.648,56.821],[-7.652,56.824],[-7.659,56.822],[-7.658,56.819],[-7.655,56.818],[-7.656,56.816],[-7.655,56.811],[-7.66,56.808],[-7.66,56.804],[-7.665,56.802],[-7.665,56.8],[-7.658,56.802],[-7.654,56.8],[-7.654,56.796],[-7.646,56.797],[-7.642,56.796],[-7.637,56.797],[-7.637,56.799],[-7.628,56.801],[-7.62,56.805],[-7.623,56.808],[-7.629,56.811],[-7.627,56.814],[-7.62,56.815],[-7.618,56.819],[-7.623,56.824],[-7.621,56.828],[-7.624,56.829]]],[[[-7.555,56.855],[-7.556,56.852],[-7.553,56.85],[-7.55,56.852],[-7.555,56.855]]],[[[-7.578,56.861],[-7.581,56.859],[-7.586,56.859],[-7.595,56.858],[-7.593,56.855],[-7.595,56.849],[-7.592,56.848],[-7.582,56.849],[-7.572,56.849],[-7.564,56.852],[-7.564,56.855],[-7.558,56.855],[-7.559,56.856],[-7.568,56.859],[-7.578,56.861]]],[[[-7.575,56.877],[-7.579,56.877],[-7.581,56.873],[-7.58,56.871],[-7.576,56.87],[-7.572,56.871],[-7.572,56.874],[-7.575,56.877]]],[[[-7.525,56.902],[-7.534,56.901],[-7.533,56.898],[-7.537,56.896],[-7.536,56.893],[-7.533,56.889],[-7.527,56.887],[-7.518,56.884],[-7.516,56.885],[-7.511,56.884],[-7.509,56.882],[-7.505,56.88],[-7.5,56.885],[-7.501,56.888],[-7.493,56.889],[-7.498,56.891],[-7.499,56.896],[-7.499,56.898],[-7.505,56.898],[-7.507,56.9],[-7.511,56.902],[-7.518,56.902],[-7.525,56.902]]],[[[-7.564,56.901],[-7.571,56.9],[-7.57,56.894],[-7.565,56.896],[-7.563,56.899],[-7.564,56.901]]],[[[-7.441,56.922],[-7.451,56.921],[-7.451,56.916],[-7.449,56.913],[-7.446,56.911],[-7.439,56.914],[-7.436,56.918],[-7.438,56.921],[-7.441,56.922]]],[[[-7.575,56.935],[-7.582,56.934],[-7.579,56.932],[-7.574,56.933],[-7.575,56.935]]],[[[-7.351,57],[-7.357,56.997],[-7.358,56.994],[-7.351,56.995],[-7.349,56.994],[-7.343,56.995],[-7.342,56.997],[-7.345,56.999],[-7.351,57]]],[[[-7.377,57],[-7.379,56.998],[-7.374,56.994],[-7.369,56.992],[-7.363,56.992],[-7.36,56.993],[-7.362,56.997],[-7.366,57.001],[-7.377,57]]],[[[-7.345,57.019],[-7.35,57.019],[-7.352,57.018],[-7.357,57.017],[-7.36,57.016],[-7.363,57.012],[-7.356,57.011],[-7.34,57.01],[-7.338,57.011],[-7.338,57.014],[-7.344,57.017],[-7.345,57.019]]],[[[-7.325,57.026],[-7.326,57.027],[-7.337,57.024],[-7.344,57.021],[-7.338,57.018],[-7.333,57.018],[-7.331,57.016],[-7.326,57.014],[-7.322,57.016],[-7.322,57.019],[-7.328,57.024],[-7.325,57.026]]],[[[-7.413,57.031],[-7.419,57.031],[-7.425,57.029],[-7.421,57.026],[-7.413,57.027],[-7.411,57.03],[-7.413,57.031]]],[[[-7.299,57.046],[-7.303,57.046],[-7.303,57.042],[-7.298,57.042],[-7.299,57.046]]],[[[-7.452,57.059],[-7.456,57.058],[-7.455,57.052],[-7.45,57.047],[-7.454,57.045],[-7.449,57.043],[-7.447,57.041],[-7.454,57.027],[-7.457,57.023],[-7.462,57.024],[-7.465,57.021],[-7.469,57.019],[-7.475,57.019],[-7.479,57.016],[-7.486,57.013],[-7.492,57.014],[-7.501,57.013],[-7.519,57.015],[-7.524,57.011],[-7.513,57.01],[-7.511,57.007],[-7.508,57.007],[-7.506,57.004],[-7.51,57.001],[-7.515,56.999],[-7.513,56.995],[-7.508,56.994],[-7.508,56.992],[-7.511,56.989],[-7.517,56.987],[-7.522,56.988],[-7.526,56.988],[-7.524,56.983],[-7.516,56.983],[-7.514,56.979],[-7.518,56.979],[-7.52,56.975],[-7.519,56.974],[-7.525,56.972],[-7.53,56.972],[-7.534,56.975],[-7.536,56.973],[-7.543,56.973],[-7.545,56.971],[-7.549,56.971],[-7.557,56.966],[-7.555,56.961],[-7.561,56.958],[-7.562,56.955],[-7.555,56.951],[-7.552,56.952],[-7.544,56.95],[-7.54,56.949],[-7.535,56.948],[-7.54,56.945],[-7.545,56.944],[-7.552,56.945],[-7.553,56.946],[-7.558,56.948],[-7.566,56.948],[-7.571,56.948],[-7.569,56.945],[-7.562,56.943],[-7.57,56.939],[-7.573,56.934],[-7.568,56.932],[-7.565,56.93],[-7.559,56.93],[-7.556,56.929],[-7.552,56.93],[-7.545,56.929],[-7.542,56.927],[-7.542,56.924],[-7.545,56.921],[-7.561,56.922],[-7.56,56.92],[-7.556,56.919],[-7.556,56.916],[-7.553,56.915],[-7.554,56.911],[-7.549,56.909],[-7.542,56.911],[-7.534,56.912],[-7.532,56.914],[-7.528,56.914],[-7.52,56.911],[-7.515,56.913],[-7.512,56.916],[-7.507,56.915],[-7.504,56.917],[-7.502,56.921],[-7.507,56.922],[-7.514,56.922],[-7.521,56.921],[-7.534,56.922],[-7.535,56.924],[-7.534,56.927],[-7.529,56.928],[-7.523,56.93],[-7.518,56.934],[-7.515,56.934],[-7.511,56.931],[-7.504,56.93],[-7.498,56.93],[-7.49,56.929],[-7.487,56.932],[-7.49,56.935],[-7.496,56.934],[-7.508,56.936],[-7.524,56.937],[-7.531,56.937],[-7.538,56.938],[-7.532,56.941],[-7.53,56.943],[-7.533,56.946],[-7.531,56.947],[-7.526,56.947],[-7.521,56.948],[-7.515,56.948],[-7.511,56.946],[-7.504,56.946],[-7.502,56.95],[-7.506,56.952],[-7.507,56.955],[-7.503,56.958],[-7.5,56.954],[-7.502,56.952],[-7.498,56.951],[-7.495,56.952],[-7.494,56.955],[-7.491,56.956],[-7.485,56.951],[-7.484,56.947],[-7.472,56.945],[-7.471,56.947],[-7.464,56.945],[-7.459,56.947],[-7.455,56.945],[-7.45,56.95],[-7.445,56.951],[-7.439,56.948],[-7.436,56.949],[-7.43,56.954],[-7.434,56.957],[-7.439,56.957],[-7.443,56.96],[-7.438,56.964],[-7.432,56.961],[-7.427,56.961],[-7.426,56.963],[-7.43,56.966],[-7.424,56.969],[-7.424,56.971],[-7.417,56.976],[-7.407,56.976],[-7.406,56.978],[-7.408,56.981],[-7.408,56.984],[-7.404,56.985],[-7.407,56.988],[-7.41,56.989],[-7.409,56.991],[-7.402,56.983],[-7.396,56.981],[-7.392,56.981],[-7.386,56.982],[-7.38,56.98],[-7.378,56.982],[-7.38,56.985],[-7.379,56.99],[-7.386,56.992],[-7.393,56.995],[-7.397,56.994],[-7.399,56.998],[-7.402,56.999],[-7.405,57],[-7.41,56.999],[-7.409,56.997],[-7.416,56.997],[-7.421,57.002],[-7.417,57.003],[-7.403,57.003],[-7.401,57.007],[-7.406,57.01],[-7.41,57.009],[-7.416,57.012],[-7.432,57.015],[-7.435,57.017],[-7.446,57.02],[-7.45,57.023],[-7.448,57.026],[-7.44,57.027],[-7.436,57.03],[-7.43,57.031],[-7.426,57.033],[-7.427,57.036],[-7.425,57.039],[-7.421,57.045],[-7.424,57.048],[-7.435,57.047],[-7.441,57.048],[-7.445,57.051],[-7.443,57.053],[-7.445,57.058],[-7.452,57.059]]],[[[-7.389,57.061],[-7.39,57.062],[-7.398,57.058],[-7.393,57.056],[-7.393,57.054],[-7.398,57.05],[-7.403,57.048],[-7.4,57.044],[-7.397,57.043],[-7.388,57.042],[-7.383,57.045],[-7.381,57.047],[-7.378,57.048],[-7.376,57.05],[-7.371,57.052],[-7.375,57.054],[-7.379,57.059],[-7.387,57.06],[-7.389,57.061]]],[[[-7.443,57.069],[-7.449,57.068],[-7.45,57.065],[-7.448,57.063],[-7.441,57.064],[-7.435,57.066],[-7.443,57.069]]],[[[-7.366,57.081],[-7.365,57.078],[-7.359,57.079],[-7.361,57.081],[-7.366,57.081]]],[[[-7.317,57.096],[-7.318,57.094],[-7.312,57.09],[-7.313,57.087],[-7.311,57.083],[-7.313,57.079],[-7.308,57.078],[-7.305,57.073],[-7.31,57.069],[-7.309,57.06],[-7.305,57.057],[-7.298,57.055],[-7.295,57.053],[-7.288,57.054],[-7.284,57.058],[-7.283,57.062],[-7.284,57.064],[-7.291,57.064],[-7.297,57.066],[-7.294,57.068],[-7.286,57.066],[-7.278,57.068],[-7.28,57.073],[-7.279,57.075],[-7.272,57.077],[-7.272,57.081],[-7.274,57.082],[-7.273,57.085],[-7.27,57.088],[-7.27,57.091],[-7.276,57.091],[-7.279,57.092],[-7.283,57.09],[-7.294,57.091],[-7.302,57.087],[-7.311,57.089],[-7.316,57.093],[-7.317,57.096]]],[[[-7.338,57.144],[-7.342,57.144],[-7.34,57.141],[-7.336,57.142],[-7.338,57.144]]],[[[-7.333,57.146],[-7.333,57.143],[-7.329,57.144],[-7.333,57.146]]],[[[-7.326,57.15],[-7.326,57.146],[-7.322,57.144],[-7.318,57.143],[-7.313,57.144],[-7.311,57.143],[-7.305,57.142],[-7.301,57.143],[-7.303,57.146],[-7.306,57.147],[-7.317,57.147],[-7.326,57.15]]],[[[-7.25,57.195],[-7.256,57.193],[-7.253,57.189],[-7.245,57.188],[-7.241,57.19],[-7.242,57.193],[-7.248,57.194],[-7.25,57.195]]],[[[-7.355,57.238],[-7.351,57.232],[-7.349,57.23],[-7.345,57.232],[-7.348,57.237],[-7.355,57.238]]],[[[-7.245,57.325],[-7.241,57.327],[-7.242,57.33],[-7.25,57.329],[-7.245,57.325]]],[[[-7.223,57.33],[-7.227,57.331],[-7.229,57.328],[-7.224,57.327],[-7.223,57.33]]],[[[-7.211,57.348],[-7.213,57.349],[-7.22,57.343],[-7.211,57.346],[-7.211,57.348]]],[[[-7.23,57.387],[-7.236,57.387],[-7.238,57.386],[-7.232,57.385],[-7.23,57.387]]],[[[-7.262,57.396],[-7.263,57.393],[-7.258,57.391],[-7.252,57.392],[-7.262,57.396]]],[[[-7.255,57.398],[-7.257,57.396],[-7.254,57.394],[-7.247,57.394],[-7.255,57.398]]],[[[-7.25,57.399],[-7.251,57.397],[-7.246,57.394],[-7.24,57.394],[-7.242,57.398],[-7.25,57.399]]],[[[-7.19,57.411],[-7.195,57.41],[-7.2,57.41],[-7.203,57.407],[-7.208,57.409],[-7.218,57.405],[-7.223,57.402],[-7.221,57.398],[-7.228,57.396],[-7.226,57.395],[-7.234,57.392],[-7.223,57.389],[-7.221,57.387],[-7.217,57.387],[-7.213,57.386],[-7.206,57.386],[-7.208,57.388],[-7.218,57.388],[-7.217,57.39],[-7.214,57.393],[-7.203,57.389],[-7.198,57.392],[-7.19,57.396],[-7.187,57.398],[-7.194,57.4],[-7.196,57.401],[-7.193,57.404],[-7.195,57.406],[-7.19,57.411]]],[[[-7.326,57.406],[-7.329,57.399],[-7.34,57.403],[-7.347,57.4],[-7.352,57.401],[-7.36,57.398],[-7.366,57.399],[-7.37,57.398],[-7.373,57.395],[-7.379,57.394],[-7.383,57.393],[-7.384,57.395],[-7.381,57.397],[-7.391,57.4],[-7.396,57.398],[-7.4,57.396],[-7.408,57.389],[-7.412,57.387],[-7.419,57.387],[-7.419,57.389],[-7.426,57.391],[-7.43,57.388],[-7.431,57.386],[-7.426,57.382],[-7.423,57.379],[-7.412,57.371],[-7.404,57.359],[-7.399,57.347],[-7.398,57.341],[-7.396,57.334],[-7.395,57.327],[-7.397,57.321],[-7.398,57.315],[-7.4,57.311],[-7.397,57.301],[-7.404,57.295],[-7.41,57.292],[-7.413,57.292],[-7.421,57.289],[-7.423,57.286],[-7.421,57.283],[-7.42,57.279],[-7.423,57.276],[-7.424,57.272],[-7.423,57.265],[-7.425,57.261],[-7.425,57.253],[-7.43,57.246],[-7.434,57.244],[-7.441,57.241],[-7.45,57.244],[-7.454,57.243],[-7.454,57.239],[-7.449,57.24],[-7.439,57.238],[-7.435,57.237],[-7.432,57.233],[-7.431,57.23],[-7.431,57.223],[-7.432,57.222],[-7.429,57.219],[-7.424,57.218],[-7.423,57.213],[-7.425,57.206],[-7.422,57.197],[-7.425,57.193],[-7.422,57.185],[-7.42,57.18],[-7.412,57.167],[-7.408,57.163],[-7.408,57.158],[-7.411,57.154],[-7.412,57.15],[-7.405,57.142],[-7.403,57.137],[-7.404,57.131],[-7.399,57.129],[-7.394,57.125],[-7.391,57.12],[-7.392,57.114],[-7.388,57.113],[-7.38,57.11],[-7.377,57.106],[-7.373,57.104],[-7.364,57.104],[-7.357,57.102],[-7.351,57.102],[-7.346,57.103],[-7.34,57.102],[-7.336,57.103],[-7.329,57.103],[-7.326,57.105],[-7.317,57.103],[-7.306,57.106],[-7.305,57.108],[-7.3,57.11],[-7.298,57.107],[-7.288,57.109],[-7.279,57.108],[-7.265,57.103],[-7.258,57.099],[-7.246,57.099],[-7.241,57.097],[-7.235,57.096],[-7.229,57.096],[-7.228,57.098],[-7.233,57.104],[-7.23,57.105],[-7.224,57.105],[-7.224,57.109],[-7.218,57.111],[-7.215,57.111],[-7.212,57.117],[-7.223,57.118],[-7.228,57.121],[-7.228,57.126],[-7.234,57.126],[-7.238,57.122],[-7.245,57.128],[-7.25,57.127],[-7.252,57.128],[-7.245,57.131],[-7.246,57.135],[-7.255,57.136],[-7.26,57.139],[-7.268,57.142],[-7.276,57.141],[-7.278,57.143],[-7.283,57.142],[-7.29,57.142],[-7.291,57.141],[-7.296,57.142],[-7.301,57.14],[-7.303,57.139],[-7.314,57.138],[-7.321,57.139],[-7.329,57.139],[-7.331,57.137],[-7.335,57.136],[-7.341,57.139],[-7.344,57.144],[-7.339,57.146],[-7.344,57.147],[-7.353,57.152],[-7.348,57.152],[-7.337,57.154],[-7.335,57.152],[-7.325,57.151],[-7.324,57.152],[-7.325,57.156],[-7.319,57.155],[-7.322,57.151],[-7.314,57.152],[-7.311,57.15],[-7.311,57.148],[-7.304,57.148],[-7.296,57.149],[-7.29,57.147],[-7.29,57.149],[-7.294,57.15],[-7.298,57.148],[-7.304,57.151],[-7.305,57.155],[-7.309,57.156],[-7.307,57.158],[-7.313,57.162],[-7.309,57.162],[-7.303,57.158],[-7.289,57.152],[-7.284,57.15],[-7.277,57.15],[-7.27,57.15],[-7.256,57.153],[-7.257,57.158],[-7.252,57.159],[-7.25,57.162],[-7.245,57.164],[-7.248,57.166],[-7.248,57.17],[-7.25,57.172],[-7.249,57.174],[-7.251,57.179],[-7.251,57.184],[-7.258,57.186],[-7.259,57.191],[-7.264,57.193],[-7.265,57.196],[-7.264,57.203],[-7.26,57.206],[-7.266,57.21],[-7.27,57.211],[-7.273,57.215],[-7.281,57.215],[-7.291,57.213],[-7.295,57.215],[-7.299,57.215],[-7.302,57.217],[-7.3,57.219],[-7.303,57.22],[-7.299,57.222],[-7.306,57.223],[-7.308,57.225],[-7.307,57.228],[-7.31,57.23],[-7.316,57.229],[-7.325,57.227],[-7.324,57.224],[-7.33,57.225],[-7.336,57.224],[-7.346,57.227],[-7.354,57.229],[-7.358,57.233],[-7.356,57.237],[-7.352,57.238],[-7.345,57.237],[-7.344,57.239],[-7.337,57.233],[-7.334,57.231],[-7.329,57.231],[-7.32,57.234],[-7.312,57.235],[-7.308,57.233],[-7.304,57.239],[-7.3,57.237],[-7.298,57.237],[-7.293,57.234],[-7.292,57.231],[-7.287,57.23],[-7.291,57.228],[-7.293,57.23],[-7.3,57.234],[-7.301,57.231],[-7.3,57.228],[-7.305,57.228],[-7.303,57.225],[-7.294,57.224],[-7.288,57.222],[-7.284,57.223],[-7.283,57.225],[-7.28,57.225],[-7.273,57.224],[-7.268,57.225],[-7.26,57.227],[-7.259,57.229],[-7.263,57.234],[-7.259,57.234],[-7.26,57.24],[-7.257,57.24],[-7.255,57.245],[-7.243,57.249],[-7.246,57.253],[-7.249,57.254],[-7.25,57.258],[-7.253,57.26],[-7.248,57.262],[-7.248,57.264],[-7.24,57.268],[-7.238,57.273],[-7.233,57.273],[-7.229,57.276],[-7.228,57.28],[-7.223,57.281],[-7.218,57.279],[-7.21,57.279],[-7.21,57.281],[-7.203,57.281],[-7.2,57.285],[-7.202,57.289],[-7.201,57.29],[-7.203,57.295],[-7.196,57.297],[-7.193,57.299],[-7.196,57.302],[-7.196,57.305],[-7.201,57.306],[-7.205,57.306],[-7.208,57.304],[-7.215,57.304],[-7.22,57.301],[-7.222,57.309],[-7.219,57.311],[-7.223,57.313],[-7.224,57.318],[-7.222,57.32],[-7.228,57.324],[-7.236,57.323],[-7.237,57.321],[-7.241,57.32],[-7.248,57.323],[-7.255,57.323],[-7.257,57.326],[-7.262,57.325],[-7.266,57.324],[-7.271,57.324],[-7.272,57.326],[-7.279,57.332],[-7.291,57.335],[-7.289,57.336],[-7.279,57.333],[-7.275,57.334],[-7.272,57.332],[-7.273,57.329],[-7.268,57.329],[-7.264,57.328],[-7.262,57.332],[-7.254,57.33],[-7.251,57.331],[-7.252,57.333],[-7.245,57.333],[-7.243,57.335],[-7.239,57.335],[-7.235,57.336],[-7.231,57.336],[-7.231,57.34],[-7.225,57.34],[-7.221,57.344],[-7.223,57.346],[-7.221,57.349],[-7.233,57.347],[-7.232,57.343],[-7.237,57.342],[-7.243,57.344],[-7.251,57.343],[-7.254,57.344],[-7.258,57.341],[-7.263,57.345],[-7.269,57.348],[-7.268,57.349],[-7.261,57.35],[-7.249,57.347],[-7.241,57.349],[-7.24,57.35],[-7.244,57.354],[-7.249,57.354],[-7.251,57.356],[-7.256,57.356],[-7.269,57.362],[-7.262,57.363],[-7.267,57.365],[-7.27,57.365],[-7.272,57.367],[-7.277,57.367],[-7.28,57.369],[-7.284,57.373],[-7.28,57.374],[-7.275,57.374],[-7.272,57.372],[-7.266,57.372],[-7.27,57.379],[-7.281,57.384],[-7.287,57.386],[-7.294,57.382],[-7.298,57.385],[-7.308,57.387],[-7.316,57.387],[-7.316,57.385],[-7.319,57.383],[-7.322,57.386],[-7.317,57.39],[-7.32,57.393],[-7.323,57.394],[-7.326,57.392],[-7.329,57.393],[-7.327,57.398],[-7.329,57.399],[-7.326,57.406]]],[[[-7.207,57.414],[-7.212,57.412],[-7.207,57.411],[-7.202,57.413],[-7.207,57.414]]],[[[-7.22,57.414],[-7.226,57.414],[-7.226,57.409],[-7.213,57.41],[-7.214,57.412],[-7.219,57.412],[-7.22,57.414]]],[[[-7.233,57.459],[-7.233,57.457],[-7.229,57.455],[-7.224,57.453],[-7.223,57.455],[-7.229,57.457],[-7.233,57.459]]],[[[-7.2,57.484],[-7.201,57.481],[-7.193,57.481],[-7.2,57.484]]],[[[-7.273,57.482],[-7.281,57.481],[-7.275,57.479],[-7.27,57.473],[-7.267,57.472],[-7.26,57.472],[-7.258,57.478],[-7.263,57.478],[-7.267,57.48],[-7.273,57.482]]],[[[-7.274,57.49],[-7.276,57.488],[-7.272,57.487],[-7.269,57.488],[-7.274,57.49]]],[[[-7.291,57.41],[-7.294,57.411],[-7.301,57.414],[-7.299,57.416],[-7.281,57.411],[-7.266,57.409],[-7.253,57.405],[-7.239,57.402],[-7.235,57.404],[-7.238,57.407],[-7.242,57.408],[-7.244,57.411],[-7.235,57.411],[-7.233,57.414],[-7.221,57.415],[-7.212,57.416],[-7.209,57.415],[-7.203,57.418],[-7.207,57.42],[-7.211,57.424],[-7.207,57.425],[-7.202,57.424],[-7.21,57.433],[-7.216,57.436],[-7.229,57.436],[-7.234,57.437],[-7.24,57.436],[-7.246,57.438],[-7.246,57.435],[-7.238,57.434],[-7.234,57.432],[-7.226,57.432],[-7.228,57.429],[-7.241,57.432],[-7.257,57.433],[-7.259,57.435],[-7.264,57.438],[-7.268,57.438],[-7.263,57.441],[-7.268,57.442],[-7.264,57.446],[-7.268,57.448],[-7.265,57.449],[-7.26,57.444],[-7.255,57.442],[-7.257,57.44],[-7.25,57.44],[-7.253,57.445],[-7.252,57.448],[-7.244,57.446],[-7.247,57.45],[-7.251,57.451],[-7.249,57.453],[-7.242,57.447],[-7.232,57.445],[-7.228,57.445],[-7.219,57.447],[-7.221,57.451],[-7.228,57.452],[-7.235,57.453],[-7.237,57.45],[-7.241,57.452],[-7.237,57.454],[-7.238,57.458],[-7.237,57.46],[-7.231,57.461],[-7.23,57.459],[-7.224,57.457],[-7.217,57.458],[-7.215,57.456],[-7.21,57.456],[-7.203,57.458],[-7.201,57.46],[-7.206,57.461],[-7.214,57.465],[-7.221,57.469],[-7.231,57.471],[-7.235,57.473],[-7.238,57.472],[-7.246,57.476],[-7.252,57.477],[-7.255,57.474],[-7.254,57.472],[-7.256,57.47],[-7.255,57.468],[-7.257,57.466],[-7.263,57.467],[-7.277,57.467],[-7.283,57.473],[-7.274,57.473],[-7.277,57.478],[-7.282,57.479],[-7.285,57.478],[-7.292,57.48],[-7.292,57.482],[-7.295,57.486],[-7.302,57.485],[-7.305,57.485],[-7.308,57.483],[-7.307,57.482],[-7.31,57.48],[-7.315,57.481],[-7.321,57.48],[-7.324,57.481],[-7.328,57.48],[-7.333,57.483],[-7.338,57.485],[-7.342,57.484],[-7.347,57.484],[-7.346,57.489],[-7.346,57.493],[-7.353,57.494],[-7.366,57.492],[-7.369,57.491],[-7.371,57.486],[-7.373,57.481],[-7.379,57.475],[-7.382,57.474],[-7.386,57.475],[-7.392,57.474],[-7.395,57.474],[-7.4,57.474],[-7.402,57.473],[-7.409,57.47],[-7.408,57.466],[-7.412,57.465],[-7.411,57.463],[-7.401,57.461],[-7.401,57.459],[-7.403,57.455],[-7.41,57.456],[-7.411,57.451],[-7.409,57.448],[-7.405,57.448],[-7.401,57.446],[-7.396,57.442],[-7.393,57.435],[-7.394,57.426],[-7.392,57.422],[-7.386,57.424],[-7.377,57.422],[-7.369,57.422],[-7.359,57.419],[-7.351,57.421],[-7.348,57.418],[-7.342,57.421],[-7.341,57.418],[-7.342,57.415],[-7.338,57.413],[-7.334,57.409],[-7.328,57.408],[-7.32,57.404],[-7.316,57.401],[-7.305,57.399],[-7.302,57.401],[-7.307,57.402],[-7.31,57.405],[-7.304,57.405],[-7.301,57.407],[-7.294,57.405],[-7.292,57.406],[-7.293,57.409],[-7.289,57.409],[-7.285,57.405],[-7.276,57.402],[-7.266,57.399],[-7.264,57.399],[-7.267,57.403],[-7.27,57.405],[-7.278,57.409],[-7.29,57.41],[-7.291,57.41]]],[[[-7.157,57.503],[-7.16,57.503],[-7.164,57.5],[-7.158,57.496],[-7.154,57.495],[-7.15,57.496],[-7.15,57.498],[-7.146,57.499],[-7.152,57.502],[-7.157,57.503]]],[[[-7.193,57.5],[-7.195,57.498],[-7.185,57.497],[-7.179,57.495],[-7.183,57.492],[-7.189,57.494],[-7.194,57.496],[-7.201,57.498],[-7.204,57.495],[-7.203,57.494],[-7.206,57.49],[-7.205,57.487],[-7.195,57.486],[-7.194,57.483],[-7.189,57.484],[-7.188,57.478],[-7.191,57.478],[-7.189,57.471],[-7.186,57.473],[-7.181,57.469],[-7.174,57.471],[-7.173,57.473],[-7.169,57.475],[-7.168,57.479],[-7.162,57.482],[-7.159,57.483],[-7.158,57.485],[-7.162,57.487],[-7.171,57.488],[-7.162,57.495],[-7.163,57.496],[-7.17,57.497],[-7.166,57.501],[-7.169,57.502],[-7.174,57.503],[-7.184,57.502],[-7.19,57.5],[-7.193,57.5]]],[[[-7.148,57.509],[-7.154,57.507],[-7.148,57.505],[-7.142,57.507],[-7.148,57.509]]],[[[-7.344,57.501],[-7.346,57.498],[-7.34,57.499],[-7.34,57.501],[-7.344,57.501]]],[[[-7.183,57.508],[-7.191,57.507],[-7.194,57.505],[-7.184,57.505],[-7.183,57.508]]],[[[-7.255,57.506],[-7.255,57.504],[-7.252,57.503],[-7.251,57.5],[-7.262,57.501],[-7.267,57.5],[-7.276,57.499],[-7.275,57.496],[-7.279,57.496],[-7.284,57.497],[-7.287,57.496],[-7.282,57.493],[-7.277,57.493],[-7.274,57.495],[-7.271,57.494],[-7.266,57.491],[-7.257,57.488],[-7.25,57.48],[-7.243,57.478],[-7.236,57.48],[-7.238,57.485],[-7.235,57.485],[-7.229,57.482],[-7.23,57.48],[-7.225,57.479],[-7.219,57.476],[-7.21,57.474],[-7.209,57.476],[-7.204,57.476],[-7.205,57.48],[-7.204,57.484],[-7.209,57.486],[-7.215,57.488],[-7.215,57.491],[-7.218,57.494],[-7.215,57.498],[-7.22,57.5],[-7.224,57.497],[-7.238,57.5],[-7.238,57.503],[-7.233,57.502],[-7.232,57.504],[-7.242,57.504],[-7.248,57.506],[-7.254,57.505],[-7.255,57.506]]],[[[-7.64,57.526],[-7.638,57.525],[-7.636,57.519],[-7.63,57.521],[-7.631,57.524],[-7.635,57.525],[-7.64,57.526]]],[[[-7.692,57.528],[-7.697,57.526],[-7.693,57.525],[-7.692,57.528]]],[[[-7.605,57.533],[-7.61,57.531],[-7.613,57.528],[-7.618,57.528],[-7.622,57.527],[-7.621,57.524],[-7.626,57.518],[-7.623,57.516],[-7.624,57.513],[-7.62,57.512],[-7.614,57.511],[-7.609,57.515],[-7.612,57.519],[-7.605,57.522],[-7.602,57.526],[-7.6,57.528],[-7.602,57.533],[-7.605,57.533]]],[[[-7.645,57.535],[-7.65,57.533],[-7.654,57.533],[-7.658,57.527],[-7.664,57.526],[-7.668,57.524],[-7.677,57.525],[-7.68,57.523],[-7.678,57.52],[-7.673,57.519],[-7.67,57.522],[-7.666,57.523],[-7.662,57.522],[-7.656,57.524],[-7.651,57.524],[-7.648,57.526],[-7.644,57.525],[-7.64,57.526],[-7.647,57.529],[-7.647,57.533],[-7.645,57.535]]],[[[-7.292,57.558],[-7.298,57.558],[-7.297,57.555],[-7.29,57.555],[-7.292,57.558]]],[[[-7.416,57.562],[-7.42,57.561],[-7.421,57.558],[-7.407,57.559],[-7.412,57.563],[-7.416,57.562]]],[[[-7.421,57.558],[-7.422,57.56],[-7.431,57.568],[-7.435,57.57],[-7.438,57.568],[-7.438,57.565],[-7.437,57.562],[-7.432,57.557],[-7.427,57.553],[-7.421,57.551],[-7.412,57.55],[-7.404,57.553],[-7.41,57.555],[-7.414,57.555],[-7.415,57.558],[-7.421,57.558]]],[[[-7.123,57.613],[-7.121,57.615],[-7.126,57.618],[-7.128,57.616],[-7.127,57.614],[-7.13,57.611],[-7.126,57.608],[-7.12,57.608],[-7.12,57.611],[-7.123,57.613]]],[[[-7.138,57.62],[-7.149,57.618],[-7.14,57.616],[-7.134,57.618],[-7.138,57.62]]],[[[-7.146,57.622],[-7.152,57.62],[-7.15,57.619],[-7.146,57.619],[-7.146,57.622]]],[[[-7.168,57.63],[-7.173,57.629],[-7.171,57.625],[-7.164,57.623],[-7.159,57.623],[-7.161,57.626],[-7.16,57.629],[-7.168,57.63]]],[[[-7.121,57.649],[-7.127,57.65],[-7.129,57.647],[-7.126,57.646],[-7.12,57.648],[-7.121,57.649]]],[[[-7.052,57.662],[-7.052,57.659],[-7.059,57.655],[-7.055,57.653],[-7.054,57.651],[-7.045,57.651],[-7.045,57.654],[-7.048,57.655],[-7.046,57.661],[-7.052,57.662]]],[[[-7.068,57.663],[-7.073,57.66],[-7.073,57.656],[-7.069,57.658],[-7.065,57.661],[-7.068,57.663]]],[[[-7.13,57.664],[-7.138,57.662],[-7.141,57.659],[-7.144,57.651],[-7.138,57.651],[-7.135,57.652],[-7.138,57.655],[-7.134,57.656],[-7.13,57.658],[-7.133,57.66],[-7.128,57.663],[-7.13,57.664]]],[[[-7.094,57.666],[-7.097,57.666],[-7.103,57.664],[-7.097,57.66],[-7.094,57.659],[-7.089,57.659],[-7.086,57.662],[-7.094,57.666]]],[[[-7.084,57.675],[-7.09,57.674],[-7.088,57.67],[-7.084,57.674],[-7.084,57.675]]],[[[-7.096,57.67],[-7.1,57.673],[-7.104,57.675],[-7.104,57.669],[-7.096,57.67]]],[[[-7.284,57.664],[-7.284,57.666],[-7.288,57.668],[-7.291,57.668],[-7.295,57.664],[-7.307,57.663],[-7.309,57.661],[-7.302,57.661],[-7.3,57.662],[-7.296,57.66],[-7.286,57.659],[-7.285,57.656],[-7.28,57.657],[-7.284,57.664]]],[[[-7.397,57.67],[-7.399,57.667],[-7.402,57.665],[-7.406,57.666],[-7.411,57.665],[-7.422,57.661],[-7.427,57.66],[-7.436,57.661],[-7.438,57.658],[-7.426,57.657],[-7.418,57.658],[-7.414,57.656],[-7.407,57.658],[-7.408,57.659],[-7.403,57.66],[-7.398,57.66],[-7.392,57.657],[-7.393,57.66],[-7.388,57.663],[-7.381,57.664],[-7.375,57.668],[-7.379,57.669],[-7.382,57.668],[-7.388,57.669],[-7.397,57.67]]],[[[-7.145,57.688],[-7.148,57.685],[-7.146,57.683],[-7.142,57.683],[-7.145,57.688]]],[[[-7.252,57.69],[-7.259,57.688],[-7.259,57.685],[-7.252,57.683],[-7.246,57.687],[-7.248,57.69],[-7.252,57.69]]],[[[-7.178,57.695],[-7.178,57.694],[-7.168,57.691],[-7.167,57.692],[-7.17,57.694],[-7.178,57.695]]],[[[-7.014,57.703],[-7.017,57.703],[-7.018,57.7],[-7.015,57.699],[-7.01,57.701],[-7.014,57.703]]],[[[-7.033,57.707],[-7.038,57.703],[-7.032,57.701],[-7.027,57.702],[-7.03,57.703],[-7.033,57.707]]],[[[-7.009,57.712],[-7.01,57.71],[-7.005,57.708],[-7.001,57.706],[-6.999,57.708],[-7.003,57.711],[-7.009,57.712]]],[[[-7.289,57.72],[-7.295,57.72],[-7.301,57.717],[-7.301,57.714],[-7.298,57.71],[-7.299,57.707],[-7.296,57.706],[-7.292,57.702],[-7.287,57.702],[-7.28,57.7],[-7.276,57.702],[-7.278,57.705],[-7.282,57.707],[-7.281,57.71],[-7.276,57.713],[-7.275,57.715],[-7.279,57.717],[-7.289,57.72]]],[[[-7.682,57.704],[-7.683,57.701],[-7.691,57.7],[-7.689,57.698],[-7.684,57.699],[-7.681,57.701],[-7.682,57.704]]],[[[-7.165,57.739],[-7.178,57.738],[-7.189,57.737],[-7.2,57.735],[-7.202,57.728],[-7.207,57.723],[-7.212,57.718],[-7.213,57.716],[-7.228,57.705],[-7.218,57.705],[-7.215,57.703],[-7.207,57.703],[-7.199,57.702],[-7.198,57.704],[-7.203,57.706],[-7.201,57.708],[-7.198,57.71],[-7.193,57.71],[-7.19,57.708],[-7.19,57.705],[-7.183,57.703],[-7.184,57.701],[-7.193,57.698],[-7.199,57.697],[-7.201,57.694],[-7.205,57.693],[-7.208,57.687],[-7.214,57.689],[-7.216,57.69],[-7.223,57.69],[-7.222,57.687],[-7.233,57.683],[-7.238,57.68],[-7.239,57.678],[-7.237,57.676],[-7.244,57.672],[-7.248,57.672],[-7.251,57.67],[-7.26,57.667],[-7.264,57.666],[-7.274,57.666],[-7.277,57.665],[-7.277,57.663],[-7.265,57.658],[-7.259,57.659],[-7.251,57.658],[-7.245,57.657],[-7.248,57.654],[-7.255,57.657],[-7.264,57.655],[-7.261,57.653],[-7.261,57.65],[-7.266,57.648],[-7.27,57.648],[-7.274,57.65],[-7.272,57.651],[-7.278,57.653],[-7.283,57.652],[-7.279,57.648],[-7.286,57.648],[-7.285,57.646],[-7.282,57.645],[-7.286,57.642],[-7.294,57.644],[-7.291,57.647],[-7.292,57.653],[-7.299,57.654],[-7.31,57.654],[-7.314,57.658],[-7.324,57.658],[-7.323,57.656],[-7.335,57.658],[-7.337,57.661],[-7.336,57.663],[-7.333,57.667],[-7.321,57.674],[-7.324,57.679],[-7.322,57.683],[-7.316,57.686],[-7.309,57.687],[-7.309,57.689],[-7.312,57.692],[-7.312,57.694],[-7.318,57.693],[-7.324,57.69],[-7.321,57.688],[-7.323,57.686],[-7.33,57.684],[-7.334,57.683],[-7.335,57.68],[-7.338,57.678],[-7.336,57.675],[-7.337,57.671],[-7.346,57.666],[-7.354,57.663],[-7.369,57.66],[-7.374,57.659],[-7.371,57.656],[-7.371,57.649],[-7.374,57.648],[-7.376,57.644],[-7.374,57.64],[-7.382,57.635],[-7.383,57.632],[-7.393,57.637],[-7.403,57.639],[-7.412,57.636],[-7.42,57.637],[-7.411,57.643],[-7.417,57.645],[-7.421,57.648],[-7.419,57.651],[-7.421,57.653],[-7.427,57.653],[-7.427,57.65],[-7.439,57.654],[-7.446,57.658],[-7.449,57.661],[-7.456,57.662],[-7.458,57.658],[-7.468,57.659],[-7.474,57.662],[-7.482,57.662],[-7.484,57.66],[-7.488,57.659],[-7.491,57.655],[-7.486,57.653],[-7.486,57.651],[-7.489,57.65],[-7.49,57.647],[-7.494,57.646],[-7.497,57.642],[-7.5,57.634],[-7.498,57.632],[-7.501,57.628],[-7.506,57.626],[-7.509,57.627],[-7.517,57.625],[-7.523,57.624],[-7.523,57.622],[-7.515,57.62],[-7.515,57.618],[-7.517,57.616],[-7.515,57.613],[-7.517,57.611],[-7.521,57.605],[-7.528,57.602],[-7.532,57.603],[-7.533,57.609],[-7.537,57.611],[-7.543,57.606],[-7.546,57.606],[-7.549,57.603],[-7.547,57.599],[-7.538,57.601],[-7.535,57.6],[-7.531,57.597],[-7.528,57.592],[-7.524,57.59],[-7.519,57.591],[-7.511,57.59],[-7.505,57.586],[-7.5,57.583],[-7.491,57.586],[-7.495,57.59],[-7.492,57.594],[-7.489,57.593],[-7.485,57.59],[-7.486,57.585],[-7.492,57.584],[-7.494,57.582],[-7.491,57.58],[-7.489,57.577],[-7.484,57.574],[-7.483,57.568],[-7.478,57.568],[-7.47,57.567],[-7.465,57.565],[-7.463,57.567],[-7.457,57.569],[-7.45,57.57],[-7.444,57.57],[-7.44,57.573],[-7.43,57.578],[-7.43,57.581],[-7.435,57.58],[-7.439,57.583],[-7.441,57.588],[-7.437,57.587],[-7.426,57.582],[-7.42,57.581],[-7.418,57.578],[-7.415,57.579],[-7.414,57.582],[-7.408,57.582],[-7.41,57.579],[-7.414,57.578],[-7.413,57.574],[-7.405,57.57],[-7.403,57.568],[-7.399,57.566],[-7.392,57.567],[-7.39,57.566],[-7.393,57.564],[-7.381,57.564],[-7.381,57.563],[-7.375,57.56],[-7.37,57.56],[-7.366,57.558],[-7.363,57.555],[-7.357,57.554],[-7.352,57.555],[-7.343,57.554],[-7.338,57.555],[-7.336,57.553],[-7.323,57.553],[-7.321,57.556],[-7.311,57.554],[-7.316,57.553],[-7.326,57.552],[-7.335,57.553],[-7.336,57.55],[-7.343,57.549],[-7.341,57.551],[-7.344,57.553],[-7.356,57.55],[-7.356,57.548],[-7.35,57.546],[-7.346,57.542],[-7.353,57.541],[-7.355,57.543],[-7.359,57.543],[-7.36,57.54],[-7.366,57.541],[-7.366,57.547],[-7.37,57.549],[-7.375,57.545],[-7.379,57.546],[-7.386,57.538],[-7.389,57.537],[-7.394,57.539],[-7.4,57.54],[-7.402,57.543],[-7.405,57.543],[-7.394,57.534],[-7.39,57.53],[-7.382,57.525],[-7.375,57.52],[-7.373,57.516],[-7.371,57.506],[-7.367,57.501],[-7.358,57.498],[-7.354,57.498],[-7.353,57.501],[-7.356,57.502],[-7.356,57.507],[-7.349,57.512],[-7.348,57.515],[-7.351,57.519],[-7.358,57.524],[-7.357,57.526],[-7.347,57.529],[-7.345,57.532],[-7.348,57.535],[-7.353,57.54],[-7.345,57.542],[-7.339,57.539],[-7.336,57.535],[-7.331,57.536],[-7.326,57.535],[-7.326,57.531],[-7.324,57.528],[-7.317,57.525],[-7.318,57.523],[-7.325,57.52],[-7.327,57.519],[-7.327,57.513],[-7.32,57.51],[-7.315,57.51],[-7.313,57.508],[-7.308,57.509],[-7.303,57.509],[-7.302,57.513],[-7.305,57.516],[-7.313,57.521],[-7.307,57.521],[-7.306,57.518],[-7.302,57.518],[-7.299,57.515],[-7.294,57.512],[-7.289,57.514],[-7.279,57.516],[-7.271,57.513],[-7.268,57.511],[-7.271,57.509],[-7.267,57.507],[-7.267,57.505],[-7.261,57.505],[-7.265,57.508],[-7.272,57.515],[-7.275,57.517],[-7.282,57.519],[-7.28,57.52],[-7.276,57.518],[-7.268,57.517],[-7.266,57.519],[-7.259,57.517],[-7.265,57.514],[-7.264,57.511],[-7.26,57.509],[-7.249,57.507],[-7.248,57.51],[-7.243,57.511],[-7.246,57.507],[-7.233,57.509],[-7.227,57.509],[-7.222,57.508],[-7.22,57.509],[-7.203,57.507],[-7.199,57.51],[-7.201,57.512],[-7.215,57.515],[-7.22,57.515],[-7.223,57.518],[-7.217,57.518],[-7.212,57.515],[-7.203,57.513],[-7.199,57.515],[-7.188,57.511],[-7.182,57.511],[-7.177,57.508],[-7.171,57.51],[-7.165,57.509],[-7.161,57.51],[-7.155,57.511],[-7.149,57.511],[-7.146,57.516],[-7.149,57.52],[-7.145,57.522],[-7.147,57.523],[-7.138,57.527],[-7.139,57.531],[-7.135,57.533],[-7.132,57.538],[-7.14,57.54],[-7.138,57.544],[-7.133,57.547],[-7.136,57.55],[-7.135,57.554],[-7.138,57.555],[-7.146,57.554],[-7.147,57.556],[-7.156,57.556],[-7.158,57.554],[-7.163,57.554],[-7.165,57.552],[-7.163,57.549],[-7.165,57.547],[-7.172,57.549],[-7.177,57.548],[-7.177,57.55],[-7.181,57.552],[-7.195,57.552],[-7.2,57.551],[-7.206,57.553],[-7.212,57.552],[-7.218,57.552],[-7.224,57.552],[-7.229,57.552],[-7.238,57.551],[-7.25,57.551],[-7.263,57.553],[-7.269,57.551],[-7.272,57.553],[-7.282,57.553],[-7.285,57.551],[-7.286,57.548],[-7.296,57.552],[-7.299,57.549],[-7.305,57.549],[-7.305,57.55],[-7.301,57.553],[-7.302,57.555],[-7.306,57.556],[-7.302,57.559],[-7.292,57.559],[-7.284,57.557],[-7.279,57.555],[-7.27,57.556],[-7.274,57.561],[-7.285,57.561],[-7.29,57.563],[-7.285,57.564],[-7.276,57.563],[-7.271,57.563],[-7.267,57.564],[-7.265,57.567],[-7.257,57.565],[-7.258,57.57],[-7.256,57.572],[-7.25,57.57],[-7.248,57.568],[-7.249,57.562],[-7.248,57.559],[-7.252,57.557],[-7.256,57.558],[-7.257,57.561],[-7.268,57.56],[-7.267,57.557],[-7.263,57.556],[-7.253,57.554],[-7.244,57.555],[-7.242,57.554],[-7.234,57.554],[-7.225,57.556],[-7.225,57.559],[-7.219,57.557],[-7.214,57.558],[-7.206,57.558],[-7.209,57.56],[-7.205,57.562],[-7.197,57.562],[-7.193,57.56],[-7.189,57.56],[-7.174,57.565],[-7.17,57.564],[-7.167,57.56],[-7.164,57.558],[-7.161,57.558],[-7.155,57.557],[-7.145,57.557],[-7.135,57.559],[-7.13,57.563],[-7.118,57.566],[-7.114,57.573],[-7.112,57.574],[-7.113,57.579],[-7.109,57.581],[-7.111,57.584],[-7.108,57.585],[-7.104,57.587],[-7.104,57.59],[-7.101,57.594],[-7.108,57.592],[-7.108,57.596],[-7.113,57.596],[-7.12,57.593],[-7.124,57.592],[-7.124,57.59],[-7.128,57.59],[-7.137,57.592],[-7.142,57.592],[-7.145,57.589],[-7.149,57.59],[-7.15,57.588],[-7.161,57.588],[-7.162,57.591],[-7.16,57.593],[-7.165,57.594],[-7.168,57.593],[-7.17,57.596],[-7.175,57.594],[-7.177,57.598],[-7.173,57.598],[-7.168,57.597],[-7.164,57.599],[-7.158,57.599],[-7.16,57.604],[-7.154,57.605],[-7.155,57.608],[-7.166,57.608],[-7.173,57.611],[-7.182,57.61],[-7.182,57.612],[-7.175,57.612],[-7.175,57.613],[-7.168,57.614],[-7.164,57.612],[-7.163,57.609],[-7.158,57.61],[-7.154,57.61],[-7.154,57.613],[-7.162,57.615],[-7.176,57.616],[-7.184,57.616],[-7.19,57.62],[-7.2,57.62],[-7.204,57.622],[-7.2,57.624],[-7.193,57.626],[-7.193,57.628],[-7.19,57.629],[-7.188,57.631],[-7.194,57.634],[-7.2,57.633],[-7.2,57.635],[-7.211,57.635],[-7.212,57.638],[-7.219,57.639],[-7.216,57.641],[-7.211,57.639],[-7.205,57.642],[-7.198,57.64],[-7.19,57.643],[-7.185,57.646],[-7.175,57.644],[-7.169,57.645],[-7.161,57.639],[-7.168,57.636],[-7.168,57.633],[-7.161,57.634],[-7.154,57.63],[-7.148,57.628],[-7.14,57.628],[-7.136,57.629],[-7.131,57.629],[-7.122,57.632],[-7.121,57.634],[-7.116,57.634],[-7.112,57.631],[-7.118,57.629],[-7.121,57.627],[-7.128,57.627],[-7.13,57.624],[-7.122,57.623],[-7.125,57.621],[-7.121,57.618],[-7.113,57.615],[-7.111,57.612],[-7.106,57.611],[-7.102,57.608],[-7.095,57.611],[-7.091,57.616],[-7.092,57.617],[-7.087,57.623],[-7.083,57.623],[-7.082,57.626],[-7.076,57.63],[-7.075,57.632],[-7.07,57.635],[-7.07,57.637],[-7.063,57.64],[-7.066,57.644],[-7.076,57.647],[-7.087,57.646],[-7.094,57.647],[-7.093,57.651],[-7.098,57.653],[-7.099,57.657],[-7.104,57.657],[-7.109,57.661],[-7.117,57.662],[-7.119,57.659],[-7.118,57.657],[-7.113,57.655],[-7.106,57.654],[-7.106,57.651],[-7.099,57.651],[-7.104,57.648],[-7.118,57.648],[-7.122,57.645],[-7.13,57.644],[-7.131,57.641],[-7.139,57.644],[-7.14,57.648],[-7.138,57.65],[-7.143,57.651],[-7.15,57.649],[-7.156,57.654],[-7.163,57.654],[-7.165,57.652],[-7.17,57.65],[-7.173,57.646],[-7.181,57.65],[-7.187,57.647],[-7.19,57.649],[-7.186,57.652],[-7.187,57.654],[-7.193,57.656],[-7.199,57.659],[-7.202,57.656],[-7.213,57.657],[-7.212,57.66],[-7.202,57.659],[-7.194,57.659],[-7.188,57.658],[-7.182,57.657],[-7.167,57.657],[-7.166,57.66],[-7.175,57.66],[-7.174,57.668],[-7.17,57.669],[-7.166,57.664],[-7.163,57.665],[-7.159,57.668],[-7.16,57.672],[-7.157,57.675],[-7.164,57.677],[-7.168,57.68],[-7.167,57.682],[-7.172,57.684],[-7.175,57.683],[-7.178,57.687],[-7.186,57.688],[-7.19,57.688],[-7.195,57.691],[-7.191,57.693],[-7.186,57.694],[-7.192,57.698],[-7.18,57.703],[-7.178,57.704],[-7.179,57.706],[-7.177,57.708],[-7.176,57.711],[-7.17,57.711],[-7.169,57.714],[-7.173,57.718],[-7.173,57.719],[-7.168,57.72],[-7.166,57.721],[-7.158,57.72],[-7.156,57.717],[-7.151,57.719],[-7.153,57.724],[-7.15,57.728],[-7.144,57.729],[-7.145,57.732],[-7.159,57.738],[-7.165,57.739]]],[[[-6.935,57.755],[-6.938,57.753],[-6.936,57.75],[-6.93,57.753],[-6.935,57.755]]],[[[-7.089,57.75],[-7.09,57.748],[-7.097,57.745],[-7.095,57.741],[-7.089,57.737],[-7.081,57.735],[-7.077,57.736],[-7.069,57.733],[-7.062,57.733],[-7.062,57.734],[-7.069,57.738],[-7.077,57.741],[-7.082,57.745],[-7.081,57.746],[-7.086,57.75],[-7.089,57.75]]],[[[-7.25,57.759],[-7.252,57.757],[-7.246,57.756],[-7.246,57.758],[-7.25,57.759]]],[[[-7.083,57.775],[-7.085,57.774],[-7.085,57.771],[-7.091,57.769],[-7.096,57.768],[-7.095,57.764],[-7.093,57.763],[-7.088,57.759],[-7.08,57.756],[-7.078,57.752],[-7.074,57.752],[-7.074,57.755],[-7.07,57.76],[-7.076,57.763],[-7.074,57.765],[-7.079,57.766],[-7.078,57.77],[-7.083,57.775]]],[[[-6.867,57.793],[-6.867,57.791],[-6.863,57.789],[-6.86,57.789],[-6.859,57.793],[-6.867,57.793]]],[[[-7.228,57.785],[-7.232,57.784],[-7.238,57.785],[-7.246,57.782],[-7.253,57.781],[-7.258,57.781],[-7.26,57.778],[-7.261,57.775],[-7.264,57.775],[-7.265,57.77],[-7.26,57.767],[-7.247,57.761],[-7.241,57.76],[-7.235,57.759],[-7.23,57.761],[-7.223,57.76],[-7.218,57.763],[-7.21,57.765],[-7.205,57.771],[-7.2,57.773],[-7.201,57.775],[-7.21,57.78],[-7.215,57.785],[-7.228,57.785]]],[[[-6.825,57.813],[-6.83,57.812],[-6.826,57.809],[-6.825,57.805],[-6.82,57.806],[-6.814,57.804],[-6.816,57.809],[-6.825,57.813]]],[[[-7.258,57.805],[-7.261,57.804],[-7.258,57.798],[-7.255,57.798],[-7.252,57.8],[-7.245,57.801],[-7.248,57.804],[-7.252,57.803],[-7.258,57.805]]],[[[-6.687,57.851],[-6.685,57.854],[-6.691,57.854],[-6.692,57.852],[-6.687,57.851]]],[[[-6.712,57.861],[-6.714,57.862],[-6.718,57.858],[-6.712,57.858],[-6.712,57.861]]],[[[-6.718,57.868],[-6.723,57.87],[-6.724,57.868],[-6.718,57.868]]],[[[-6.703,57.879],[-6.699,57.875],[-6.701,57.872],[-6.706,57.875],[-6.71,57.873],[-6.702,57.868],[-6.707,57.866],[-6.705,57.862],[-6.698,57.864],[-6.697,57.867],[-6.693,57.868],[-6.692,57.865],[-6.684,57.863],[-6.69,57.859],[-6.69,57.857],[-6.685,57.855],[-6.678,57.853],[-6.674,57.856],[-6.67,57.855],[-6.672,57.852],[-6.667,57.851],[-6.659,57.852],[-6.657,57.853],[-6.648,57.855],[-6.645,57.857],[-6.641,57.857],[-6.643,57.861],[-6.645,57.862],[-6.648,57.866],[-6.655,57.867],[-6.65,57.869],[-6.651,57.871],[-6.656,57.871],[-6.66,57.873],[-6.663,57.874],[-6.668,57.872],[-6.676,57.874],[-6.68,57.877],[-6.687,57.876],[-6.692,57.877],[-6.695,57.879],[-6.703,57.879]]],[[[-6.748,57.879],[-6.755,57.878],[-6.754,57.875],[-6.751,57.874],[-6.747,57.872],[-6.744,57.872],[-6.74,57.876],[-6.745,57.879],[-6.748,57.879]]],[[[-8.568,57.8],[-8.563,57.796],[-8.559,57.795],[-8.557,57.796],[-8.563,57.799],[-8.568,57.8]]],[[[-6.358,57.904],[-6.365,57.904],[-6.37,57.902],[-6.374,57.904],[-6.381,57.903],[-6.38,57.901],[-6.37,57.898],[-6.361,57.895],[-6.359,57.895],[-6.357,57.888],[-6.353,57.884],[-6.355,57.881],[-6.352,57.881],[-6.35,57.884],[-6.348,57.886],[-6.35,57.893],[-6.357,57.894],[-6.358,57.9],[-6.356,57.903],[-6.358,57.904]]],[[[-6.336,57.908],[-6.339,57.907],[-6.341,57.901],[-6.336,57.9],[-6.334,57.902],[-6.336,57.908]]],[[[-8.615,57.828],[-8.618,57.825],[-8.616,57.823],[-8.612,57.823],[-8.611,57.82],[-8.613,57.818],[-8.608,57.815],[-8.609,57.811],[-8.607,57.809],[-8.601,57.809],[-8.595,57.806],[-8.585,57.807],[-8.582,57.805],[-8.582,57.803],[-8.578,57.8],[-8.574,57.799],[-8.574,57.804],[-8.571,57.805],[-8.572,57.809],[-8.569,57.811],[-8.557,57.809],[-8.55,57.812],[-8.552,57.814],[-8.56,57.819],[-8.565,57.821],[-8.564,57.823],[-8.569,57.825],[-8.573,57.822],[-8.576,57.824],[-8.582,57.824],[-8.586,57.825],[-8.593,57.826],[-8.596,57.82],[-8.602,57.821],[-8.603,57.822],[-8.61,57.825],[-8.611,57.828],[-8.615,57.828]]],[[[-8.625,57.834],[-8.637,57.831],[-8.642,57.832],[-8.645,57.829],[-8.641,57.826],[-8.641,57.823],[-8.633,57.824],[-8.625,57.827],[-8.625,57.834]]],[[[-7.008,57.922],[-7.014,57.918],[-7.018,57.917],[-7.021,57.918],[-7.027,57.918],[-7.031,57.918],[-7.031,57.914],[-7.041,57.912],[-7.042,57.909],[-7.045,57.907],[-7.047,57.903],[-7.046,57.901],[-7.049,57.897],[-7.054,57.899],[-7.056,57.897],[-7.063,57.896],[-7.073,57.895],[-7.076,57.891],[-7.081,57.893],[-7.086,57.893],[-7.086,57.89],[-7.081,57.891],[-7.078,57.889],[-7.083,57.884],[-7.079,57.877],[-7.074,57.876],[-7.072,57.879],[-7.068,57.879],[-7.062,57.88],[-7.059,57.882],[-7.054,57.882],[-7.05,57.886],[-7.052,57.891],[-7.051,57.894],[-7.043,57.895],[-7.037,57.893],[-7.033,57.889],[-7.028,57.887],[-7.022,57.887],[-7.018,57.886],[-7.017,57.883],[-7.014,57.882],[-7.008,57.883],[-7,57.889],[-6.997,57.89],[-6.998,57.893],[-6.99,57.894],[-6.993,57.898],[-6.988,57.902],[-6.989,57.908],[-6.992,57.914],[-6.994,57.919],[-6.998,57.921],[-7.008,57.922]]],[[[-6.97,57.941],[-6.966,57.937],[-6.968,57.935],[-6.96,57.933],[-6.957,57.935],[-6.959,57.939],[-6.965,57.942],[-6.97,57.941]]],[[[-8.491,57.877],[-8.499,57.866],[-8.492,57.866],[-8.488,57.863],[-8.485,57.863],[-8.48,57.867],[-8.485,57.87],[-8.485,57.874],[-8.491,57.877]]],[[[-6.976,57.946],[-6.982,57.946],[-6.983,57.943],[-6.978,57.942],[-6.974,57.944],[-6.976,57.946]]],[[[-6.441,58.004],[-6.443,58.005],[-6.446,58.003],[-6.447,58],[-6.442,57.999],[-6.432,57.998],[-6.423,57.999],[-6.42,57.997],[-6.412,57.998],[-6.415,58.001],[-6.42,58.004],[-6.42,58.005],[-6.428,58.004],[-6.441,58.004]]],[[[-6.722,58.007],[-6.726,58.008],[-6.737,58.006],[-6.741,58.001],[-6.738,57.997],[-6.732,57.993],[-6.726,57.986],[-6.719,57.987],[-6.713,57.993],[-6.714,57.997],[-6.72,58.005],[-6.722,58.007]]],[[[-7.287,57.986],[-7.292,57.985],[-7.294,57.983],[-7.288,57.98],[-7.283,57.984],[-7.287,57.986]]],[[[-7.089,58.024],[-7.093,58.025],[-7.095,58.024],[-7.091,58.022],[-7.089,58.024]]],[[[-7.133,58.038],[-7.143,58.035],[-7.149,58.036],[-7.155,58.033],[-7.162,58.033],[-7.163,58.031],[-7.169,58.03],[-7.17,58.027],[-7.165,58.025],[-7.166,58.02],[-7.162,58.018],[-7.158,58.016],[-7.158,58.013],[-7.151,58.01],[-7.14,58.011],[-7.138,58.01],[-7.131,58.009],[-7.124,58.009],[-7.123,58.008],[-7.118,58.003],[-7.114,58.003],[-7.101,58.006],[-7.099,58.012],[-7.103,58.013],[-7.103,58.017],[-7.102,58.019],[-7.107,58.029],[-7.111,58.031],[-7.12,58.033],[-7.127,58.034],[-7.128,58.037],[-7.133,58.038]]],[[[-7.141,58.04],[-7.147,58.041],[-7.15,58.038],[-7.146,58.037],[-7.142,58.038],[-7.141,58.04]]],[[[-6.378,58.097],[-6.379,58.093],[-6.373,58.093],[-6.373,58.096],[-6.378,58.097]]],[[[-6.519,58.098],[-6.525,58.098],[-6.526,58.096],[-6.522,58.095],[-6.519,58.098]]],[[[-6.393,58.109],[-6.396,58.107],[-6.393,58.102],[-6.39,58.103],[-6.39,58.108],[-6.393,58.109]]],[[[-6.432,58.109],[-6.44,58.109],[-6.448,58.103],[-6.452,58.102],[-6.449,58.099],[-6.444,58.098],[-6.433,58.102],[-6.43,58.104],[-6.432,58.109]]],[[[-7.124,58.086],[-7.133,58.086],[-7.134,58.084],[-7.129,58.08],[-7.135,58.078],[-7.136,58.075],[-7.131,58.075],[-7.13,58.073],[-7.119,58.073],[-7.119,58.083],[-7.124,58.086]]],[[[-6.379,58.121],[-6.382,58.118],[-6.378,58.117],[-6.375,58.12],[-6.379,58.121]]],[[[-6.413,58.125],[-6.417,58.126],[-6.418,58.123],[-6.415,58.121],[-6.412,58.122],[-6.413,58.125]]],[[[-6.884,58.18],[-6.887,58.18],[-6.885,58.177],[-6.88,58.176],[-6.884,58.18]]],[[[-6.732,58.19],[-6.739,58.19],[-6.74,58.188],[-6.737,58.186],[-6.733,58.187],[-6.732,58.19]]],[[[-6.898,58.2],[-6.902,58.199],[-6.903,58.195],[-6.899,58.193],[-6.894,58.193],[-6.895,58.197],[-6.898,58.2]]],[[[-6.923,58.195],[-6.927,58.199],[-6.928,58.195],[-6.934,58.195],[-6.934,58.193],[-6.922,58.191],[-6.923,58.195]]],[[[-6.764,58.194],[-6.766,58.202],[-6.771,58.206],[-6.774,58.206],[-6.778,58.204],[-6.777,58.2],[-6.77,58.195],[-6.764,58.194]]],[[[-6.767,58.212],[-6.772,58.217],[-6.776,58.217],[-6.776,58.213],[-6.771,58.211],[-6.767,58.212]]],[[[-6.895,58.219],[-6.897,58.216],[-6.894,58.212],[-6.896,58.211],[-6.896,58.207],[-6.889,58.204],[-6.878,58.208],[-6.88,58.21],[-6.888,58.213],[-6.895,58.219]]],[[[-6.914,58.23],[-6.917,58.227],[-6.921,58.227],[-6.913,58.224],[-6.911,58.225],[-6.91,58.227],[-6.911,58.231],[-6.914,58.23]]],[[[-6.936,58.241],[-6.945,58.239],[-6.95,58.24],[-6.951,58.237],[-6.942,58.23],[-6.936,58.228],[-6.93,58.23],[-6.935,58.233],[-6.933,58.236],[-6.936,58.241]]],[[[-6.944,58.244],[-6.948,58.243],[-6.948,58.241],[-6.943,58.241],[-6.944,58.244]]],[[[-6.889,58.26],[-6.893,58.256],[-6.892,58.253],[-6.885,58.248],[-6.885,58.246],[-6.89,58.244],[-6.887,58.241],[-6.884,58.239],[-6.881,58.241],[-6.876,58.238],[-6.872,58.234],[-6.875,58.233],[-6.877,58.23],[-6.871,58.228],[-6.866,58.227],[-6.866,58.224],[-6.863,58.224],[-6.863,58.228],[-6.869,58.234],[-6.871,58.238],[-6.873,58.239],[-6.868,58.241],[-6.862,58.237],[-6.864,58.236],[-6.864,58.232],[-6.86,58.223],[-6.86,58.22],[-6.869,58.219],[-6.876,58.219],[-6.872,58.212],[-6.869,58.211],[-6.867,58.207],[-6.863,58.206],[-6.858,58.207],[-6.853,58.206],[-6.847,58.206],[-6.836,58.205],[-6.823,58.207],[-6.814,58.207],[-6.812,58.208],[-6.804,58.207],[-6.8,58.206],[-6.798,58.203],[-6.791,58.201],[-6.784,58.201],[-6.784,58.207],[-6.787,58.208],[-6.783,58.211],[-6.786,58.213],[-6.782,58.214],[-6.786,58.221],[-6.792,58.221],[-6.791,58.219],[-6.797,58.22],[-6.798,58.225],[-6.805,58.23],[-6.813,58.231],[-6.813,58.234],[-6.817,58.237],[-6.822,58.236],[-6.821,58.233],[-6.815,58.232],[-6.817,58.229],[-6.821,58.229],[-6.824,58.232],[-6.828,58.231],[-6.831,58.234],[-6.834,58.239],[-6.837,58.237],[-6.84,58.238],[-6.844,58.242],[-6.842,58.25],[-6.846,58.255],[-6.849,58.257],[-6.861,58.257],[-6.866,58.258],[-6.87,58.258],[-6.875,58.259],[-6.881,58.259],[-6.884,58.257],[-6.889,58.26]]],[[[-6.908,58.269],[-6.911,58.267],[-6.908,58.266],[-6.904,58.267],[-6.908,58.269]]],[[[-6.884,58.27],[-6.887,58.267],[-6.883,58.265],[-6.883,58.263],[-6.879,58.26],[-6.875,58.26],[-6.871,58.262],[-6.866,58.261],[-6.86,58.261],[-6.859,58.265],[-6.862,58.266],[-6.868,58.266],[-6.876,58.27],[-6.884,58.27]]],[[[-6.87,58.274],[-6.873,58.273],[-6.87,58.27],[-6.868,58.271],[-6.87,58.274]]],[[[-6.875,58.281],[-6.88,58.278],[-6.876,58.277],[-6.875,58.281]]],[[[-7.592,58.29],[-7.595,58.287],[-7.588,58.286],[-7.585,58.289],[-7.592,58.29]]],[[[-6.26,58.517],[-6.271,58.514],[-6.282,58.508],[-6.274,58.508],[-6.272,58.507],[-6.276,58.504],[-6.271,58.5],[-6.274,58.496],[-6.281,58.494],[-6.283,58.49],[-6.289,58.489],[-6.29,58.487],[-6.301,58.484],[-6.299,58.482],[-6.303,58.48],[-6.31,58.48],[-6.309,58.478],[-6.322,58.478],[-6.324,58.477],[-6.333,58.478],[-6.339,58.474],[-6.34,58.469],[-6.343,58.469],[-6.346,58.465],[-6.348,58.464],[-6.354,58.46],[-6.359,58.458],[-6.367,58.457],[-6.37,58.457],[-6.379,58.452],[-6.381,58.449],[-6.385,58.45],[-6.399,58.447],[-6.415,58.442],[-6.417,58.44],[-6.425,58.439],[-6.427,58.437],[-6.437,58.434],[-6.442,58.43],[-6.443,58.428],[-6.441,58.426],[-6.448,58.424],[-6.449,58.422],[-6.46,58.417],[-6.471,58.414],[-6.478,58.411],[-6.483,58.41],[-6.488,58.407],[-6.488,58.403],[-6.495,58.4],[-6.498,58.398],[-6.502,58.398],[-6.519,58.397],[-6.522,58.395],[-6.522,58.392],[-6.535,58.382],[-6.536,58.379],[-6.54,58.373],[-6.542,58.371],[-6.544,58.367],[-6.549,58.365],[-6.557,58.366],[-6.567,58.363],[-6.576,58.363],[-6.58,58.364],[-6.587,58.359],[-6.594,58.359],[-6.597,58.356],[-6.602,58.352],[-6.605,58.353],[-6.608,58.35],[-6.613,58.35],[-6.618,58.347],[-6.625,58.346],[-6.629,58.348],[-6.633,58.348],[-6.636,58.347],[-6.639,58.343],[-6.645,58.342],[-6.648,58.344],[-6.644,58.346],[-6.645,58.351],[-6.649,58.354],[-6.652,58.354],[-6.653,58.351],[-6.658,58.351],[-6.669,58.35],[-6.669,58.347],[-6.672,58.347],[-6.669,58.343],[-6.671,58.341],[-6.676,58.341],[-6.678,58.338],[-6.688,58.338],[-6.686,58.333],[-6.689,58.331],[-6.694,58.331],[-6.696,58.337],[-6.703,58.337],[-6.707,58.336],[-6.714,58.329],[-6.726,58.326],[-6.729,58.323],[-6.728,58.322],[-6.739,58.319],[-6.742,58.317],[-6.736,58.314],[-6.741,58.313],[-6.745,58.314],[-6.751,58.314],[-6.754,58.31],[-6.754,58.307],[-6.759,58.305],[-6.762,58.306],[-6.764,58.309],[-6.77,58.306],[-6.772,58.31],[-6.78,58.308],[-6.786,58.307],[-6.788,58.304],[-6.791,58.305],[-6.798,58.306],[-6.799,58.305],[-6.805,58.303],[-6.798,58.3],[-6.806,58.296],[-6.803,58.292],[-6.812,58.29],[-6.821,58.287],[-6.824,58.285],[-6.828,58.284],[-6.824,58.28],[-6.819,58.278],[-6.81,58.278],[-6.804,58.28],[-6.794,58.278],[-6.788,58.281],[-6.78,58.282],[-6.775,58.281],[-6.78,58.278],[-6.786,58.28],[-6.789,58.279],[-6.79,58.275],[-6.799,58.276],[-6.803,58.275],[-6.803,58.273],[-6.81,58.273],[-6.814,58.272],[-6.817,58.272],[-6.817,58.269],[-6.813,58.267],[-6.814,58.266],[-6.809,58.262],[-6.807,58.259],[-6.81,58.258],[-6.81,58.254],[-6.805,58.252],[-6.804,58.25],[-6.799,58.248],[-6.794,58.243],[-6.794,58.24],[-6.787,58.238],[-6.78,58.233],[-6.777,58.236],[-6.774,58.237],[-6.769,58.232],[-6.763,58.224],[-6.764,58.222],[-6.758,58.217],[-6.75,58.217],[-6.742,58.21],[-6.745,58.209],[-6.75,58.21],[-6.757,58.209],[-6.759,58.207],[-6.759,58.203],[-6.763,58.201],[-6.759,58.198],[-6.753,58.198],[-6.749,58.196],[-6.746,58.193],[-6.739,58.196],[-6.735,58.191],[-6.733,58.196],[-6.729,58.192],[-6.727,58.191],[-6.72,58.187],[-6.715,58.187],[-6.712,58.183],[-6.722,58.184],[-6.725,58.183],[-6.725,58.179],[-6.72,58.175],[-6.718,58.172],[-6.719,58.171],[-6.725,58.171],[-6.73,58.175],[-6.733,58.174],[-6.73,58.168],[-6.734,58.166],[-6.733,58.172],[-6.739,58.178],[-6.742,58.183],[-6.749,58.188],[-6.757,58.191],[-6.759,58.187],[-6.766,58.19],[-6.771,58.19],[-6.782,58.194],[-6.789,58.194],[-6.792,58.198],[-6.797,58.198],[-6.804,58.2],[-6.808,58.199],[-6.81,58.201],[-6.815,58.201],[-6.825,58.202],[-6.826,58.204],[-6.839,58.203],[-6.838,58.2],[-6.841,58.197],[-6.846,58.198],[-6.846,58.2],[-6.851,58.199],[-6.852,58.195],[-6.858,58.193],[-6.861,58.19],[-6.86,58.187],[-6.861,58.184],[-6.859,58.181],[-6.864,58.182],[-6.873,58.186],[-6.873,58.188],[-6.877,58.189],[-6.879,58.187],[-6.877,58.184],[-6.879,58.181],[-6.869,58.174],[-6.874,58.171],[-6.878,58.172],[-6.884,58.171],[-6.886,58.168],[-6.885,58.164],[-6.881,58.163],[-6.884,58.157],[-6.883,58.151],[-6.88,58.147],[-6.877,58.144],[-6.875,58.141],[-6.873,58.14],[-6.872,58.137],[-6.867,58.131],[-6.869,58.129],[-6.866,58.124],[-6.86,58.116],[-6.864,58.115],[-6.868,58.122],[-6.874,58.125],[-6.878,58.127],[-6.877,58.132],[-6.881,58.14],[-6.884,58.145],[-6.889,58.15],[-6.888,58.153],[-6.891,58.158],[-6.893,58.159],[-6.888,58.162],[-6.886,58.17],[-6.888,58.174],[-6.888,58.177],[-6.893,58.183],[-6.892,58.185],[-6.893,58.187],[-6.897,58.188],[-6.907,58.185],[-6.911,58.187],[-6.915,58.186],[-6.919,58.187],[-6.922,58.189],[-6.932,58.189],[-6.94,58.194],[-6.945,58.193],[-6.946,58.196],[-6.949,58.2],[-6.963,58.203],[-6.954,58.204],[-6.944,58.2],[-6.945,58.204],[-6.934,58.203],[-6.917,58.204],[-6.91,58.204],[-6.909,58.206],[-6.913,58.21],[-6.912,58.212],[-6.908,58.213],[-6.914,58.216],[-6.925,58.216],[-6.934,58.217],[-6.938,58.218],[-6.941,58.222],[-6.946,58.223],[-6.95,58.224],[-6.95,58.228],[-6.953,58.233],[-6.96,58.235],[-6.964,58.233],[-6.969,58.232],[-6.967,58.23],[-6.963,58.228],[-6.967,58.226],[-6.965,58.221],[-6.97,58.219],[-6.976,58.219],[-6.981,58.223],[-6.99,58.227],[-6.995,58.229],[-6.994,58.233],[-6.999,58.234],[-7.006,58.234],[-7.015,58.235],[-7.025,58.232],[-7.027,58.234],[-7.024,58.244],[-7.027,58.244],[-7.035,58.241],[-7.039,58.237],[-7.039,58.233],[-7.045,58.233],[-7.05,58.23],[-7.047,58.228],[-7.051,58.226],[-7.055,58.221],[-7.05,58.219],[-7.055,58.216],[-7.056,58.213],[-7.059,58.211],[-7.055,58.209],[-7.06,58.205],[-7.063,58.202],[-7.065,58.196],[-7.06,58.196],[-7.046,58.193],[-7.045,58.189],[-7.042,58.188],[-7.039,58.191],[-7.036,58.19],[-7.033,58.192],[-7.036,58.194],[-7.035,58.198],[-7.027,58.195],[-7.023,58.194],[-7.024,58.191],[-7.019,58.19],[-7.015,58.187],[-7.014,58.183],[-7.018,58.183],[-7.02,58.184],[-7.019,58.186],[-7.026,58.187],[-7.031,58.186],[-7.038,58.183],[-7.04,58.181],[-7.04,58.178],[-7.046,58.175],[-7.047,58.177],[-7.053,58.178],[-7.049,58.18],[-7.049,58.183],[-7.054,58.185],[-7.056,58.184],[-7.055,58.182],[-7.059,58.18],[-7.062,58.183],[-7.067,58.184],[-7.073,58.183],[-7.081,58.183],[-7.084,58.189],[-7.09,58.187],[-7.1,58.187],[-7.105,58.183],[-7.107,58.178],[-7.102,58.175],[-7.102,58.171],[-7.098,58.171],[-7.096,58.168],[-7.089,58.164],[-7.095,58.162],[-7.093,58.16],[-7.098,58.158],[-7.098,58.155],[-7.103,58.151],[-7.108,58.149],[-7.11,58.147],[-7.109,58.144],[-7.111,58.142],[-7.116,58.14],[-7.118,58.136],[-7.121,58.137],[-7.122,58.139],[-7.126,58.139],[-7.129,58.138],[-7.131,58.134],[-7.135,58.128],[-7.131,58.126],[-7.132,58.123],[-7.124,58.115],[-7.12,58.116],[-7.117,58.114],[-7.11,58.11],[-7.109,58.107],[-7.113,58.105],[-7.111,58.101],[-7.107,58.099],[-7.102,58.095],[-7.102,58.088],[-7.104,58.085],[-7.101,58.08],[-7.1,58.07],[-7.089,58.068],[-7.088,58.065],[-7.079,58.065],[-7.073,58.063],[-7.07,58.06],[-7.063,58.061],[-7.062,58.065],[-7.066,58.066],[-7.06,58.068],[-7.051,58.07],[-7.047,58.072],[-7.043,58.072],[-7.036,58.075],[-7.034,58.078],[-7.034,58.081],[-7.028,58.08],[-7.028,58.074],[-7.024,58.073],[-7.025,58.07],[-7.031,58.069],[-7.035,58.066],[-7.039,58.066],[-7.046,58.064],[-7.053,58.063],[-7.057,58.061],[-7.059,58.055],[-7.057,58.053],[-7.052,58.053],[-7.045,58.055],[-7.041,58.054],[-7.036,58.056],[-7.027,58.056],[-7.023,58.054],[-7.024,58.052],[-7.028,58.052],[-7.03,58.051],[-7.046,58.051],[-7.052,58.047],[-7.062,58.046],[-7.064,58.044],[-7.061,58.041],[-7.054,58.041],[-7.05,58.035],[-7.048,58.035],[-7.044,58.038],[-7.041,58.037],[-7.04,58.034],[-7.024,58.037],[-7.016,58.041],[-7.007,58.041],[-6.997,58.044],[-6.986,58.046],[-6.98,58.048],[-6.97,58.048],[-6.959,58.05],[-6.952,58.049],[-6.914,58.053],[-6.914,58.051],[-6.922,58.051],[-6.929,58.05],[-6.939,58.049],[-6.958,58.045],[-6.964,58.043],[-6.966,58.04],[-6.976,58.041],[-6.978,58.042],[-6.985,58.042],[-6.994,58.041],[-6.995,58.04],[-7.003,58.037],[-7.01,58.034],[-7.014,58.035],[-7.02,58.032],[-7.029,58.031],[-7.037,58.026],[-7.043,58.026],[-7.048,58.022],[-7.053,58.016],[-7.052,58.01],[-7.06,58.009],[-7.064,58.011],[-7.066,58.014],[-7.07,58.018],[-7.076,58.019],[-7.083,58.02],[-7.085,58.019],[-7.086,58.015],[-7.092,58.011],[-7.09,58.006],[-7.093,58],[-7.107,57.997],[-7.11,57.995],[-7.111,57.992],[-7.115,57.99],[-7.11,57.986],[-7.103,57.987],[-7.1,57.988],[-7.101,57.991],[-7.096,57.995],[-7.09,57.995],[-7.086,57.992],[-7.085,57.99],[-7.081,57.987],[-7.085,57.985],[-7.079,57.98],[-7.082,57.978],[-7.083,57.974],[-7.081,57.969],[-7.075,57.966],[-7.067,57.966],[-7.066,57.968],[-7.06,57.969],[-7.057,57.969],[-7.057,57.966],[-7.056,57.962],[-7.05,57.96],[-7.043,57.96],[-7.04,57.956],[-7.024,57.954],[-7.023,57.952],[-7.017,57.953],[-7.013,57.956],[-7.007,57.953],[-7,57.955],[-6.995,57.955],[-6.998,57.958],[-6.995,57.959],[-7,57.962],[-7.004,57.962],[-7.004,57.965],[-6.998,57.965],[-6.993,57.96],[-6.982,57.955],[-6.976,57.956],[-6.97,57.952],[-6.97,57.95],[-6.964,57.95],[-6.96,57.952],[-6.958,57.952],[-6.954,57.948],[-6.944,57.95],[-6.94,57.947],[-6.932,57.945],[-6.928,57.946],[-6.926,57.945],[-6.925,57.941],[-6.919,57.94],[-6.911,57.944],[-6.905,57.949],[-6.901,57.949],[-6.902,57.946],[-6.907,57.944],[-6.913,57.942],[-6.915,57.94],[-6.914,57.936],[-6.898,57.935],[-6.889,57.934],[-6.882,57.935],[-6.883,57.931],[-6.876,57.93],[-6.869,57.933],[-6.862,57.93],[-6.855,57.93],[-6.849,57.935],[-6.848,57.93],[-6.84,57.928],[-6.848,57.926],[-6.849,57.925],[-6.855,57.926],[-6.86,57.926],[-6.863,57.925],[-6.862,57.922],[-6.859,57.919],[-6.859,57.916],[-6.848,57.914],[-6.845,57.911],[-6.838,57.909],[-6.833,57.907],[-6.83,57.906],[-6.817,57.903],[-6.815,57.9],[-6.828,57.902],[-6.838,57.904],[-6.845,57.905],[-6.85,57.904],[-6.85,57.901],[-6.851,57.9],[-6.866,57.903],[-6.87,57.901],[-6.876,57.901],[-6.878,57.904],[-6.881,57.906],[-6.887,57.907],[-6.893,57.907],[-6.896,57.908],[-6.9,57.907],[-6.902,57.909],[-6.913,57.91],[-6.921,57.911],[-6.926,57.909],[-6.931,57.906],[-6.94,57.903],[-6.95,57.904],[-6.949,57.896],[-6.951,57.894],[-6.96,57.891],[-6.961,57.888],[-6.959,57.886],[-6.949,57.884],[-6.942,57.882],[-6.94,57.882],[-6.926,57.876],[-6.921,57.875],[-6.918,57.873],[-6.908,57.872],[-6.905,57.869],[-6.914,57.868],[-6.917,57.866],[-6.925,57.868],[-6.929,57.868],[-6.936,57.872],[-6.942,57.867],[-6.947,57.868],[-6.952,57.872],[-6.952,57.876],[-6.954,57.876],[-6.957,57.869],[-6.959,57.868],[-6.965,57.868],[-6.975,57.865],[-6.982,57.865],[-6.984,57.869],[-6.988,57.87],[-6.993,57.869],[-6.997,57.865],[-6.993,57.864],[-6.993,57.861],[-6.995,57.859],[-7,57.859],[-7.002,57.854],[-7.004,57.852],[-7.002,57.849],[-7.005,57.846],[-7.016,57.844],[-7.015,57.84],[-7.02,57.836],[-7.026,57.834],[-7.03,57.835],[-7.037,57.834],[-7.043,57.83],[-7.054,57.825],[-7.066,57.823],[-7.073,57.823],[-7.076,57.821],[-7.071,57.818],[-7.07,57.812],[-7.074,57.811],[-7.081,57.814],[-7.081,57.818],[-7.078,57.821],[-7.078,57.825],[-7.081,57.832],[-7.09,57.835],[-7.093,57.836],[-7.106,57.841],[-7.11,57.841],[-7.116,57.839],[-7.122,57.839],[-7.126,57.838],[-7.131,57.839],[-7.133,57.836],[-7.127,57.834],[-7.125,57.831],[-7.126,57.829],[-7.126,57.825],[-7.125,57.821],[-7.12,57.817],[-7.114,57.813],[-7.106,57.811],[-7.103,57.808],[-7.099,57.81],[-7.094,57.808],[-7.088,57.808],[-7.084,57.807],[-7.082,57.802],[-7.078,57.802],[-7.075,57.8],[-7.076,57.796],[-7.075,57.794],[-7.071,57.791],[-7.067,57.789],[-7.067,57.787],[-7.059,57.783],[-7.054,57.778],[-7.051,57.779],[-7.045,57.775],[-7.034,57.77],[-7.031,57.768],[-7.027,57.769],[-7.03,57.772],[-7.029,57.775],[-7.02,57.771],[-7.026,57.768],[-7.018,57.763],[-7.011,57.759],[-7.018,57.758],[-7.011,57.753],[-7.007,57.755],[-7.002,57.753],[-7,57.751],[-6.994,57.747],[-6.994,57.745],[-6.989,57.744],[-6.983,57.739],[-6.981,57.736],[-6.976,57.736],[-6.976,57.73],[-6.968,57.728],[-6.966,57.732],[-6.971,57.735],[-6.973,57.739],[-6.977,57.743],[-6.973,57.743],[-6.968,57.741],[-6.964,57.737],[-6.958,57.739],[-6.953,57.739],[-6.951,57.74],[-6.946,57.739],[-6.94,57.745],[-6.942,57.747],[-6.937,57.75],[-6.941,57.753],[-6.939,57.755],[-6.935,57.757],[-6.934,57.759],[-6.929,57.758],[-6.923,57.76],[-6.916,57.76],[-6.914,57.761],[-6.91,57.761],[-6.908,57.762],[-6.899,57.764],[-6.899,57.767],[-6.904,57.767],[-6.91,57.77],[-6.911,57.773],[-6.919,57.774],[-6.922,57.776],[-6.918,57.777],[-6.916,57.775],[-6.908,57.775],[-6.907,57.777],[-6.911,57.779],[-6.913,57.782],[-6.902,57.78],[-6.897,57.774],[-6.891,57.775],[-6.888,57.773],[-6.88,57.773],[-6.873,57.774],[-6.873,57.778],[-6.881,57.784],[-6.884,57.789],[-6.885,57.792],[-6.878,57.793],[-6.882,57.795],[-6.88,57.798],[-6.868,57.794],[-6.86,57.794],[-6.861,57.798],[-6.856,57.798],[-6.856,57.8],[-6.863,57.805],[-6.859,57.806],[-6.864,57.81],[-6.861,57.813],[-6.855,57.813],[-6.851,57.811],[-6.85,57.808],[-6.85,57.805],[-6.848,57.803],[-6.844,57.805],[-6.841,57.81],[-6.841,57.814],[-6.838,57.815],[-6.84,57.819],[-6.846,57.822],[-6.849,57.828],[-6.846,57.831],[-6.839,57.827],[-6.834,57.819],[-6.832,57.819],[-6.824,57.813],[-6.819,57.813],[-6.813,57.81],[-6.808,57.811],[-6.81,57.813],[-6.807,57.816],[-6.804,57.813],[-6.797,57.808],[-6.797,57.806],[-6.789,57.805],[-6.789,57.81],[-6.787,57.811],[-6.788,57.815],[-6.794,57.82],[-6.79,57.821],[-6.789,57.823],[-6.791,57.826],[-6.795,57.828],[-6.8,57.832],[-6.795,57.833],[-6.793,57.833],[-6.787,57.829],[-6.772,57.825],[-6.77,57.826],[-6.761,57.822],[-6.758,57.823],[-6.759,57.826],[-6.755,57.83],[-6.753,57.829],[-6.752,57.826],[-6.753,57.824],[-6.749,57.822],[-6.741,57.825],[-6.741,57.826],[-6.736,57.827],[-6.739,57.832],[-6.738,57.834],[-6.74,57.837],[-6.745,57.839],[-6.741,57.842],[-6.745,57.845],[-6.753,57.841],[-6.756,57.846],[-6.757,57.846],[-6.762,57.852],[-6.769,57.853],[-6.763,57.857],[-6.77,57.861],[-6.77,57.864],[-6.774,57.868],[-6.781,57.87],[-6.784,57.87],[-6.793,57.869],[-6.794,57.867],[-6.804,57.867],[-6.806,57.872],[-6.809,57.875],[-6.811,57.879],[-6.809,57.882],[-6.803,57.885],[-6.801,57.883],[-6.793,57.88],[-6.788,57.88],[-6.789,57.886],[-6.794,57.887],[-6.794,57.892],[-6.795,57.894],[-6.802,57.897],[-6.793,57.897],[-6.788,57.896],[-6.784,57.898],[-6.78,57.897],[-6.777,57.899],[-6.772,57.898],[-6.77,57.895],[-6.764,57.893],[-6.761,57.895],[-6.757,57.891],[-6.754,57.889],[-6.747,57.889],[-6.745,57.886],[-6.734,57.888],[-6.732,57.885],[-6.727,57.884],[-6.72,57.886],[-6.713,57.883],[-6.706,57.884],[-6.692,57.88],[-6.691,57.882],[-6.684,57.882],[-6.68,57.881],[-6.669,57.88],[-6.664,57.885],[-6.665,57.888],[-6.67,57.891],[-6.673,57.895],[-6.671,57.896],[-6.67,57.9],[-6.682,57.906],[-6.688,57.907],[-6.695,57.909],[-6.698,57.912],[-6.706,57.912],[-6.711,57.914],[-6.71,57.916],[-6.7,57.915],[-6.699,57.919],[-6.683,57.916],[-6.678,57.917],[-6.676,57.921],[-6.674,57.922],[-6.68,57.926],[-6.684,57.93],[-6.684,57.933],[-6.69,57.935],[-6.69,57.937],[-6.692,57.94],[-6.697,57.942],[-6.705,57.948],[-6.704,57.951],[-6.708,57.954],[-6.711,57.954],[-6.716,57.953],[-6.718,57.951],[-6.731,57.951],[-6.744,57.953],[-6.741,57.955],[-6.733,57.955],[-6.731,57.953],[-6.728,57.953],[-6.726,57.957],[-6.727,57.958],[-6.722,57.96],[-6.721,57.962],[-6.725,57.971],[-6.73,57.98],[-6.734,57.983],[-6.736,57.988],[-6.741,57.992],[-6.744,57.994],[-6.749,57.994],[-6.757,57.993],[-6.757,57.996],[-6.753,57.997],[-6.753,58.001],[-6.758,58.004],[-6.753,58.005],[-6.752,58.006],[-6.739,58.009],[-6.724,58.013],[-6.72,58.017],[-6.717,58.018],[-6.713,58.021],[-6.706,58.025],[-6.702,58.029],[-6.703,58.031],[-6.693,58.035],[-6.69,58.038],[-6.679,58.041],[-6.672,58.044],[-6.67,58.046],[-6.67,58.052],[-6.679,58.055],[-6.689,58.055],[-6.69,58.057],[-6.683,58.058],[-6.68,58.057],[-6.673,58.058],[-6.664,58.058],[-6.657,58.058],[-6.647,58.057],[-6.636,58.058],[-6.63,58.056],[-6.62,58.055],[-6.611,58.055],[-6.602,58.051],[-6.614,58.051],[-6.617,58.048],[-6.622,58.047],[-6.624,58.05],[-6.633,58.055],[-6.64,58.054],[-6.648,58.056],[-6.651,58.055],[-6.659,58.055],[-6.664,58.053],[-6.667,58.049],[-6.666,58.043],[-6.672,58.037],[-6.675,58.036],[-6.68,58.038],[-6.688,58.034],[-6.692,58.028],[-6.695,58.026],[-6.701,58.022],[-6.704,58.018],[-6.71,58.017],[-6.713,58.013],[-6.711,58.009],[-6.714,58.005],[-6.709,58.002],[-6.705,57.995],[-6.705,57.992],[-6.709,57.99],[-6.712,57.987],[-6.712,57.983],[-6.71,57.981],[-6.71,57.978],[-6.708,57.976],[-6.709,57.968],[-6.701,57.966],[-6.704,57.963],[-6.702,57.96],[-6.696,57.961],[-6.692,57.959],[-6.69,57.956],[-6.69,57.954],[-6.684,57.947],[-6.678,57.943],[-6.674,57.935],[-6.666,57.929],[-6.663,57.925],[-6.657,57.92],[-6.652,57.918],[-6.648,57.918],[-6.644,57.92],[-6.647,57.924],[-6.643,57.924],[-6.64,57.922],[-6.632,57.922],[-6.633,57.925],[-6.627,57.924],[-6.627,57.921],[-6.624,57.917],[-6.616,57.917],[-6.613,57.915],[-6.607,57.919],[-6.612,57.92],[-6.612,57.926],[-6.614,57.928],[-6.62,57.931],[-6.622,57.931],[-6.626,57.934],[-6.623,57.936],[-6.624,57.939],[-6.632,57.948],[-6.639,57.953],[-6.642,57.956],[-6.646,57.963],[-6.642,57.962],[-6.64,57.96],[-6.633,57.957],[-6.63,57.954],[-6.626,57.953],[-6.621,57.949],[-6.618,57.948],[-6.611,57.95],[-6.614,57.944],[-6.61,57.942],[-6.611,57.94],[-6.604,57.936],[-6.602,57.93],[-6.594,57.926],[-6.595,57.922],[-6.59,57.921],[-6.587,57.916],[-6.582,57.915],[-6.579,57.913],[-6.57,57.91],[-6.571,57.916],[-6.574,57.921],[-6.573,57.925],[-6.565,57.921],[-6.57,57.919],[-6.567,57.918],[-6.565,57.915],[-6.562,57.915],[-6.557,57.917],[-6.552,57.917],[-6.55,57.918],[-6.54,57.916],[-6.538,57.919],[-6.539,57.93],[-6.55,57.94],[-6.546,57.945],[-6.55,57.955],[-6.546,57.957],[-6.544,57.948],[-6.54,57.946],[-6.54,57.942],[-6.538,57.94],[-6.534,57.941],[-6.529,57.939],[-6.53,57.937],[-6.524,57.934],[-6.524,57.931],[-6.519,57.927],[-6.513,57.929],[-6.51,57.93],[-6.508,57.934],[-6.504,57.935],[-6.503,57.94],[-6.495,57.94],[-6.492,57.938],[-6.482,57.938],[-6.472,57.937],[-6.467,57.942],[-6.468,57.949],[-6.466,57.954],[-6.466,57.962],[-6.461,57.96],[-6.456,57.964],[-6.449,57.966],[-6.451,57.969],[-6.455,57.971],[-6.45,57.973],[-6.451,57.975],[-6.448,57.979],[-6.456,57.985],[-6.454,57.986],[-6.455,57.993],[-6.461,57.995],[-6.472,58.001],[-6.475,58.001],[-6.489,58.001],[-6.501,58.002],[-6.508,57.998],[-6.51,58],[-6.518,57.998],[-6.525,58],[-6.528,57.999],[-6.534,58],[-6.545,58],[-6.546,58.002],[-6.551,58.004],[-6.559,58.003],[-6.563,58.002],[-6.571,58.002],[-6.571,58.005],[-6.565,58.005],[-6.554,58.007],[-6.549,58.007],[-6.539,58.005],[-6.535,58.006],[-6.526,58.006],[-6.527,58.009],[-6.525,58.013],[-6.523,58.013],[-6.52,58.011],[-6.511,58.008],[-6.502,58.007],[-6.492,58.008],[-6.49,58.01],[-6.496,58.014],[-6.481,58.01],[-6.478,58.011],[-6.47,58.009],[-6.466,58.012],[-6.469,58.017],[-6.46,58.017],[-6.453,58.011],[-6.45,58.006],[-6.445,58.008],[-6.444,58.01],[-6.44,58.011],[-6.435,58.016],[-6.427,58.01],[-6.424,58.01],[-6.419,58.013],[-6.414,58.01],[-6.409,58.01],[-6.404,58.004],[-6.399,58.001],[-6.392,58],[-6.387,58.001],[-6.39,58.004],[-6.388,58.008],[-6.383,58.009],[-6.381,58.014],[-6.377,58.016],[-6.366,58.018],[-6.365,58.026],[-6.362,58.029],[-6.359,58.03],[-6.359,58.033],[-6.357,58.036],[-6.358,58.039],[-6.364,58.041],[-6.369,58.04],[-6.377,58.042],[-6.387,58.041],[-6.393,58.043],[-6.397,58.041],[-6.403,58.042],[-6.41,58.043],[-6.411,58.045],[-6.415,58.046],[-6.421,58.045],[-6.423,58.048],[-6.415,58.048],[-6.399,58.047],[-6.394,58.047],[-6.381,58.048],[-6.379,58.047],[-6.373,58.049],[-6.374,58.054],[-6.368,58.057],[-6.367,58.058],[-6.369,58.062],[-6.368,58.065],[-6.374,58.067],[-6.38,58.067],[-6.378,58.071],[-6.369,58.075],[-6.372,58.078],[-6.378,58.078],[-6.381,58.085],[-6.377,58.091],[-6.382,58.092],[-6.388,58.089],[-6.389,58.086],[-6.397,58.084],[-6.398,58.09],[-6.395,58.092],[-6.388,58.092],[-6.383,58.093],[-6.388,58.095],[-6.388,58.098],[-6.39,58.098],[-6.396,58.096],[-6.4,58.098],[-6.4,58.1],[-6.394,58.1],[-6.4,58.107],[-6.403,58.109],[-6.409,58.11],[-6.416,58.108],[-6.415,58.105],[-6.419,58.103],[-6.422,58.106],[-6.427,58.105],[-6.436,58.1],[-6.433,58.098],[-6.424,58.098],[-6.417,58.1],[-6.412,58.101],[-6.404,58.098],[-6.407,58.095],[-6.414,58.098],[-6.417,58.1],[-6.421,58.097],[-6.428,58.096],[-6.429,58.093],[-6.432,58.092],[-6.441,58.093],[-6.448,58.096],[-6.452,58.094],[-6.463,58.096],[-6.474,58.096],[-6.476,58.093],[-6.483,58.094],[-6.5,58.093],[-6.509,58.094],[-6.514,58.092],[-6.519,58.088],[-6.532,58.088],[-6.539,58.086],[-6.546,58.088],[-6.551,58.087],[-6.559,58.088],[-6.563,58.088],[-6.564,58.085],[-6.569,58.084],[-6.577,58.088],[-6.603,58.087],[-6.607,58.082],[-6.613,58.085],[-6.619,58.084],[-6.622,58.08],[-6.626,58.078],[-6.63,58.081],[-6.633,58.081],[-6.631,58.085],[-6.623,58.085],[-6.614,58.087],[-6.6,58.088],[-6.596,58.089],[-6.591,58.089],[-6.587,58.09],[-6.582,58.09],[-6.579,58.091],[-6.571,58.091],[-6.564,58.091],[-6.554,58.093],[-6.547,58.092],[-6.542,58.092],[-6.532,58.095],[-6.528,58.099],[-6.521,58.1],[-6.514,58.097],[-6.509,58.099],[-6.511,58.101],[-6.508,58.103],[-6.499,58.1],[-6.496,58.101],[-6.492,58.099],[-6.488,58.1],[-6.488,58.103],[-6.483,58.102],[-6.472,58.104],[-6.47,58.103],[-6.458,58.105],[-6.454,58.109],[-6.455,58.111],[-6.451,58.114],[-6.447,58.115],[-6.444,58.118],[-6.43,58.121],[-6.43,58.126],[-6.438,58.13],[-6.44,58.128],[-6.449,58.131],[-6.452,58.129],[-6.458,58.131],[-6.463,58.13],[-6.468,58.133],[-6.47,58.136],[-6.476,58.136],[-6.487,58.138],[-6.488,58.141],[-6.465,58.139],[-6.462,58.138],[-6.46,58.135],[-6.45,58.134],[-6.446,58.132],[-6.433,58.133],[-6.43,58.13],[-6.422,58.129],[-6.418,58.129],[-6.416,58.132],[-6.408,58.131],[-6.405,58.132],[-6.404,58.134],[-6.397,58.134],[-6.389,58.129],[-6.384,58.129],[-6.379,58.131],[-6.375,58.131],[-6.37,58.132],[-6.371,58.134],[-6.367,58.14],[-6.369,58.143],[-6.378,58.144],[-6.388,58.144],[-6.397,58.143],[-6.402,58.141],[-6.408,58.14],[-6.416,58.136],[-6.421,58.139],[-6.416,58.143],[-6.413,58.142],[-6.406,58.142],[-6.394,58.145],[-6.392,58.147],[-6.386,58.146],[-6.382,58.147],[-6.376,58.148],[-6.371,58.15],[-6.367,58.153],[-6.368,58.161],[-6.373,58.164],[-6.374,58.168],[-6.377,58.172],[-6.381,58.174],[-6.378,58.175],[-6.378,58.178],[-6.382,58.18],[-6.38,58.185],[-6.371,58.188],[-6.37,58.191],[-6.374,58.192],[-6.38,58.188],[-6.386,58.191],[-6.386,58.193],[-6.394,58.2],[-6.393,58.204],[-6.398,58.207],[-6.394,58.21],[-6.385,58.206],[-6.376,58.205],[-6.374,58.203],[-6.369,58.203],[-6.368,58.204],[-6.363,58.204],[-6.359,58.202],[-6.362,58.199],[-6.355,58.197],[-6.356,58.191],[-6.355,58.19],[-6.348,58.189],[-6.346,58.191],[-6.338,58.194],[-6.335,58.192],[-6.331,58.193],[-6.332,58.195],[-6.327,58.196],[-6.326,58.193],[-6.322,58.193],[-6.326,58.198],[-6.321,58.202],[-6.313,58.203],[-6.309,58.205],[-6.296,58.206],[-6.29,58.206],[-6.286,58.205],[-6.284,58.202],[-6.28,58.199],[-6.276,58.198],[-6.277,58.194],[-6.273,58.189],[-6.267,58.188],[-6.264,58.189],[-6.257,58.187],[-6.258,58.184],[-6.255,58.182],[-6.255,58.18],[-6.24,58.18],[-6.235,58.182],[-6.229,58.182],[-6.226,58.184],[-6.222,58.186],[-6.217,58.186],[-6.213,58.19],[-6.207,58.19],[-6.212,58.194],[-6.209,58.198],[-6.201,58.201],[-6.195,58.2],[-6.195,58.201],[-6.183,58.205],[-6.178,58.205],[-6.171,58.207],[-6.17,58.211],[-6.165,58.212],[-6.164,58.215],[-6.165,58.219],[-6.159,58.219],[-6.156,58.222],[-6.16,58.225],[-6.165,58.226],[-6.164,58.23],[-6.157,58.233],[-6.157,58.237],[-6.153,58.237],[-6.148,58.242],[-6.154,58.245],[-6.149,58.251],[-6.14,58.25],[-6.139,58.254],[-6.137,58.261],[-6.142,58.262],[-6.154,58.26],[-6.158,58.264],[-6.166,58.263],[-6.166,58.26],[-6.164,58.257],[-6.172,58.252],[-6.179,58.253],[-6.195,58.249],[-6.203,58.247],[-6.206,58.244],[-6.205,58.243],[-6.209,58.238],[-6.217,58.237],[-6.218,58.232],[-6.226,58.228],[-6.23,58.226],[-6.235,58.223],[-6.244,58.223],[-6.25,58.222],[-6.257,58.219],[-6.267,58.211],[-6.27,58.211],[-6.275,58.211],[-6.287,58.207],[-6.293,58.207],[-6.304,58.21],[-6.305,58.213],[-6.311,58.215],[-6.317,58.216],[-6.331,58.224],[-6.34,58.221],[-6.342,58.223],[-6.347,58.222],[-6.354,58.22],[-6.363,58.222],[-6.377,58.222],[-6.375,58.225],[-6.37,58.226],[-6.362,58.227],[-6.358,58.235],[-6.359,58.238],[-6.354,58.237],[-6.346,58.235],[-6.342,58.238],[-6.334,58.238],[-6.331,58.24],[-6.326,58.24],[-6.325,58.243],[-6.319,58.244],[-6.317,58.247],[-6.319,58.25],[-6.323,58.25],[-6.326,58.252],[-6.326,58.257],[-6.328,58.259],[-6.327,58.262],[-6.324,58.267],[-6.316,58.27],[-6.312,58.268],[-6.305,58.267],[-6.297,58.268],[-6.293,58.268],[-6.282,58.269],[-6.281,58.274],[-6.283,58.279],[-6.28,58.284],[-6.281,58.287],[-6.29,58.287],[-6.289,58.289],[-6.285,58.29],[-6.282,58.288],[-6.28,58.292],[-6.277,58.294],[-6.268,58.292],[-6.252,58.295],[-6.247,58.295],[-6.242,58.296],[-6.238,58.3],[-6.238,58.304],[-6.244,58.305],[-6.238,58.31],[-6.238,58.312],[-6.234,58.315],[-6.232,58.317],[-6.221,58.319],[-6.22,58.322],[-6.215,58.323],[-6.209,58.327],[-6.208,58.329],[-6.201,58.334],[-6.202,58.335],[-6.196,58.34],[-6.19,58.34],[-6.187,58.34],[-6.183,58.341],[-6.168,58.342],[-6.163,58.342],[-6.164,58.345],[-6.168,58.347],[-6.175,58.346],[-6.18,58.347],[-6.186,58.348],[-6.2,58.355],[-6.212,58.363],[-6.211,58.365],[-6.215,58.366],[-6.218,58.368],[-6.211,58.372],[-6.208,58.377],[-6.21,58.38],[-6.207,58.382],[-6.207,58.384],[-6.203,58.386],[-6.201,58.39],[-6.201,58.395],[-6.195,58.397],[-6.19,58.402],[-6.19,58.409],[-6.185,58.411],[-6.181,58.412],[-6.179,58.415],[-6.176,58.415],[-6.172,58.417],[-6.168,58.417],[-6.171,58.422],[-6.171,58.425],[-6.168,58.427],[-6.169,58.43],[-6.173,58.431],[-6.172,58.433],[-6.181,58.434],[-6.179,58.438],[-6.182,58.438],[-6.185,58.442],[-6.19,58.442],[-6.196,58.447],[-6.19,58.45],[-6.193,58.452],[-6.195,58.458],[-6.187,58.461],[-6.183,58.464],[-6.183,58.467],[-6.185,58.469],[-6.19,58.47],[-6.191,58.472],[-6.194,58.473],[-6.195,58.476],[-6.206,58.478],[-6.203,58.479],[-6.207,58.483],[-6.219,58.485],[-6.222,58.488],[-6.227,58.489],[-6.228,58.492],[-6.222,58.494],[-6.226,58.497],[-6.222,58.5],[-6.228,58.501],[-6.233,58.504],[-6.241,58.505],[-6.246,58.509],[-6.25,58.509],[-6.249,58.513],[-6.257,58.514],[-6.26,58.517]]],[[[-5.826,59.134],[-5.826,59.13],[-5.824,59.129],[-5.826,59.126],[-5.829,59.124],[-5.836,59.125],[-5.835,59.123],[-5.838,59.12],[-5.839,59.118],[-5.827,59.119],[-5.816,59.118],[-5.812,59.121],[-5.818,59.122],[-5.821,59.125],[-5.818,59.126],[-5.82,59.131],[-5.826,59.134]]]]},"properties":{"PCON24NM":"Na h-Eileanan an Iar","PCON24CD":"S14000027"},"PCON24CD":592}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.119,55.429],[-5.121,55.428],[-5.119,55.424],[-5.116,55.426],[-5.119,55.429]]],[[[-5.061,55.514],[-5.06,55.518],[-5.063,55.52],[-5.065,55.524],[-5.068,55.527],[-5.076,55.535],[-5.08,55.537],[-5.088,55.536],[-5.089,55.535],[-5.088,55.532],[-5.087,55.526],[-5.077,55.522],[-5.073,55.517],[-5.07,55.512],[-5.063,55.512],[-5.061,55.514]]],[[[-5.262,55.721],[-5.28,55.72],[-5.288,55.718],[-5.295,55.714],[-5.292,55.71],[-5.284,55.706],[-5.285,55.704],[-5.295,55.705],[-5.302,55.708],[-5.308,55.707],[-5.316,55.706],[-5.321,55.703],[-5.325,55.699],[-5.327,55.695],[-5.327,55.692],[-5.33,55.688],[-5.34,55.686],[-5.349,55.685],[-5.356,55.681],[-5.363,55.679],[-5.371,55.673],[-5.372,55.668],[-5.378,55.66],[-5.381,55.655],[-5.382,55.65],[-5.383,55.644],[-5.383,55.641],[-5.386,55.635],[-5.388,55.632],[-5.393,55.631],[-5.395,55.627],[-5.395,55.623],[-5.397,55.617],[-5.396,55.613],[-5.39,55.607],[-5.387,55.605],[-5.383,55.601],[-5.383,55.598],[-5.38,55.596],[-5.378,55.593],[-5.374,55.589],[-5.372,55.586],[-5.365,55.581],[-5.357,55.578],[-5.356,55.576],[-5.349,55.571],[-5.348,55.569],[-5.348,55.566],[-5.347,55.563],[-5.343,55.555],[-5.344,55.55],[-5.342,55.546],[-5.343,55.543],[-5.348,55.539],[-5.353,55.533],[-5.354,55.527],[-5.35,55.521],[-5.351,55.517],[-5.35,55.514],[-5.352,55.51],[-5.355,55.509],[-5.353,55.507],[-5.348,55.506],[-5.334,55.502],[-5.333,55.5],[-5.327,55.498],[-5.325,55.495],[-5.327,55.492],[-5.325,55.485],[-5.326,55.483],[-5.323,55.479],[-5.317,55.468],[-5.31,55.463],[-5.3,55.46],[-5.293,55.457],[-5.288,55.453],[-5.281,55.451],[-5.262,55.447],[-5.257,55.443],[-5.253,55.442],[-5.251,55.439],[-5.231,55.438],[-5.217,55.436],[-5.2,55.434],[-5.187,55.434],[-5.173,55.435],[-5.167,55.437],[-5.159,55.442],[-5.15,55.442],[-5.134,55.444],[-5.129,55.442],[-5.126,55.443],[-5.113,55.44],[-5.105,55.442],[-5.1,55.445],[-5.099,55.447],[-5.094,55.45],[-5.085,55.453],[-5.084,55.455],[-5.082,55.46],[-5.083,55.462],[-5.079,55.465],[-5.084,55.468],[-5.086,55.474],[-5.088,55.48],[-5.091,55.48],[-5.095,55.486],[-5.095,55.493],[-5.094,55.497],[-5.09,55.501],[-5.083,55.504],[-5.08,55.507],[-5.079,55.51],[-5.086,55.511],[-5.092,55.512],[-5.095,55.513],[-5.111,55.52],[-5.123,55.523],[-5.126,55.525],[-5.129,55.531],[-5.127,55.533],[-5.122,55.537],[-5.117,55.541],[-5.108,55.544],[-5.102,55.544],[-5.096,55.546],[-5.092,55.55],[-5.085,55.551],[-5.083,55.553],[-5.091,55.558],[-5.098,55.561],[-5.106,55.568],[-5.107,55.571],[-5.115,55.574],[-5.128,55.576],[-5.141,55.577],[-5.149,55.578],[-5.154,55.581],[-5.156,55.583],[-5.154,55.584],[-5.154,55.587],[-5.153,55.592],[-5.149,55.592],[-5.145,55.594],[-5.144,55.597],[-5.142,55.597],[-5.133,55.602],[-5.132,55.605],[-5.129,55.606],[-5.128,55.611],[-5.13,55.617],[-5.131,55.618],[-5.136,55.627],[-5.138,55.636],[-5.138,55.64],[-5.139,55.644],[-5.141,55.646],[-5.142,55.65],[-5.147,55.653],[-5.149,55.657],[-5.154,55.661],[-5.151,55.665],[-5.158,55.673],[-5.159,55.676],[-5.162,55.679],[-5.168,55.684],[-5.18,55.689],[-5.192,55.694],[-5.197,55.7],[-5.201,55.702],[-5.215,55.707],[-5.221,55.71],[-5.231,55.712],[-5.237,55.715],[-5.242,55.716],[-5.256,55.721],[-5.262,55.721]]],[[[-4.938,55.735],[-4.94,55.735],[-4.946,55.732],[-4.951,55.731],[-4.961,55.727],[-4.965,55.724],[-4.968,55.721],[-4.968,55.718],[-4.964,55.717],[-4.962,55.715],[-4.954,55.71],[-4.951,55.711],[-4.947,55.714],[-4.944,55.72],[-4.943,55.726],[-4.939,55.727],[-4.938,55.73],[-4.938,55.735]]],[[[-4.902,55.793],[-4.906,55.793],[-4.91,55.791],[-4.916,55.792],[-4.922,55.79],[-4.93,55.784],[-4.931,55.777],[-4.935,55.775],[-4.938,55.768],[-4.943,55.766],[-4.946,55.758],[-4.95,55.754],[-4.951,55.75],[-4.947,55.743],[-4.941,55.743],[-4.939,55.745],[-4.938,55.748],[-4.93,55.752],[-4.922,55.753],[-4.918,55.755],[-4.914,55.754],[-4.916,55.747],[-4.914,55.745],[-4.902,55.753],[-4.898,55.76],[-4.894,55.764],[-4.894,55.766],[-4.9,55.77],[-4.901,55.772],[-4.898,55.787],[-4.899,55.792],[-4.902,55.793]]],[[[-4.751,55.85],[-4.762,55.855],[-4.767,55.862],[-4.767,55.863],[-4.772,55.866],[-4.778,55.867],[-4.781,55.87],[-4.784,55.87],[-4.794,55.872],[-4.799,55.879],[-4.801,55.886],[-4.799,55.888],[-4.799,55.892],[-4.803,55.892],[-4.813,55.89],[-4.816,55.887],[-4.822,55.886],[-4.827,55.883],[-4.831,55.882],[-4.838,55.88],[-4.841,55.876],[-4.845,55.875],[-4.85,55.878],[-4.852,55.876],[-4.858,55.874],[-4.865,55.875],[-4.869,55.874],[-4.874,55.874],[-4.88,55.875],[-4.889,55.875],[-4.891,55.871],[-4.89,55.856],[-4.888,55.851],[-4.889,55.849],[-4.887,55.847],[-4.889,55.845],[-4.892,55.839],[-4.891,55.834],[-4.888,55.83],[-4.89,55.828],[-4.888,55.82],[-4.883,55.81],[-4.879,55.807],[-4.878,55.804],[-4.873,55.802],[-4.87,55.799],[-4.872,55.792],[-4.867,55.788],[-4.864,55.786],[-4.86,55.782],[-4.858,55.777],[-4.86,55.775],[-4.855,55.774],[-4.857,55.771],[-4.856,55.766],[-4.859,55.764],[-4.856,55.761],[-4.856,55.756],[-4.858,55.753],[-4.857,55.747],[-4.863,55.749],[-4.868,55.749],[-4.871,55.746],[-4.869,55.743],[-4.871,55.737],[-4.874,55.737],[-4.875,55.733],[-4.872,55.733],[-4.876,55.73],[-4.884,55.729],[-4.884,55.732],[-4.882,55.737],[-4.89,55.739],[-4.895,55.737],[-4.895,55.735],[-4.886,55.734],[-4.888,55.732],[-4.885,55.729],[-4.888,55.728],[-4.893,55.728],[-4.898,55.725],[-4.899,55.724],[-4.903,55.722],[-4.903,55.72],[-4.902,55.717],[-4.904,55.713],[-4.905,55.705],[-4.905,55.699],[-4.901,55.696],[-4.896,55.697],[-4.887,55.695],[-4.881,55.693],[-4.877,55.69],[-4.862,55.684],[-4.862,55.682],[-4.859,55.68],[-4.856,55.674],[-4.851,55.674],[-4.845,55.669],[-4.833,55.662],[-4.83,55.658],[-4.817,55.649],[-4.815,55.648],[-4.82,55.644],[-4.817,55.642],[-4.818,55.64],[-4.822,55.641],[-4.826,55.64],[-4.822,55.637],[-4.816,55.636],[-4.808,55.64],[-4.8,55.639],[-4.796,55.636],[-4.794,55.631],[-4.79,55.632],[-4.787,55.631],[-4.782,55.633],[-4.769,55.632],[-4.761,55.631],[-4.751,55.629],[-4.75,55.626],[-4.747,55.625],[-4.741,55.624],[-4.726,55.619],[-4.71,55.612],[-4.697,55.606],[-4.692,55.608],[-4.692,55.61],[-4.698,55.614],[-4.698,55.615],[-4.705,55.619],[-4.707,55.621],[-4.709,55.626],[-4.712,55.627],[-4.712,55.631],[-4.715,55.635],[-4.712,55.639],[-4.702,55.64],[-4.701,55.64],[-4.701,55.641],[-4.696,55.642],[-4.69,55.64],[-4.688,55.641],[-4.686,55.643],[-4.692,55.645],[-4.693,55.647],[-4.69,55.651],[-4.694,55.654],[-4.69,55.657],[-4.688,55.659],[-4.683,55.664],[-4.68,55.663],[-4.679,55.659],[-4.681,55.654],[-4.667,55.655],[-4.661,55.657],[-4.656,55.661],[-4.652,55.664],[-4.646,55.666],[-4.643,55.669],[-4.639,55.669],[-4.638,55.672],[-4.632,55.673],[-4.63,55.675],[-4.624,55.675],[-4.621,55.677],[-4.614,55.676],[-4.61,55.678],[-4.609,55.682],[-4.606,55.685],[-4.6,55.685],[-4.597,55.688],[-4.591,55.694],[-4.593,55.696],[-4.591,55.698],[-4.579,55.706],[-4.579,55.712],[-4.575,55.714],[-4.572,55.716],[-4.566,55.717],[-4.559,55.723],[-4.559,55.726],[-4.554,55.726],[-4.552,55.727],[-4.548,55.734],[-4.545,55.734],[-4.541,55.739],[-4.536,55.74],[-4.533,55.743],[-4.53,55.745],[-4.533,55.747],[-4.535,55.75],[-4.54,55.751],[-4.537,55.756],[-4.541,55.757],[-4.542,55.76],[-4.54,55.762],[-4.543,55.765],[-4.551,55.766],[-4.558,55.767],[-4.557,55.77],[-4.561,55.771],[-4.565,55.775],[-4.565,55.777],[-4.573,55.779],[-4.575,55.783],[-4.579,55.782],[-4.583,55.775],[-4.585,55.777],[-4.59,55.776],[-4.595,55.774],[-4.598,55.772],[-4.606,55.77],[-4.607,55.767],[-4.611,55.767],[-4.615,55.763],[-4.618,55.765],[-4.624,55.764],[-4.63,55.765],[-4.634,55.768],[-4.635,55.771],[-4.632,55.774],[-4.635,55.776],[-4.639,55.775],[-4.645,55.769],[-4.649,55.762],[-4.655,55.76],[-4.658,55.761],[-4.657,55.765],[-4.658,55.766],[-4.666,55.769],[-4.665,55.771],[-4.669,55.774],[-4.671,55.779],[-4.677,55.779],[-4.677,55.782],[-4.673,55.785],[-4.673,55.788],[-4.678,55.793],[-4.682,55.797],[-4.686,55.804],[-4.689,55.805],[-4.698,55.804],[-4.718,55.805],[-4.728,55.81],[-4.73,55.811],[-4.722,55.821],[-4.745,55.824],[-4.749,55.827],[-4.758,55.829],[-4.765,55.833],[-4.779,55.839],[-4.784,55.84],[-4.784,55.844],[-4.776,55.845],[-4.771,55.845],[-4.768,55.846],[-4.762,55.846],[-4.754,55.848],[-4.751,55.85]]]]},"properties":{"PCON24NM":"North Ayrshire and Arran","PCON24CD":"S14000048"},"PCON24CD":593}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.263,56.355],[-3.249,56.356],[-3.252,56.358],[-3.263,56.355]]],[[[-3.418,56.378],[-3.416,56.38],[-3.422,56.387],[-3.424,56.383],[-3.426,56.38],[-3.425,56.378],[-3.418,56.378]]],[[[-3.089,56.467],[-3.1,56.467],[-3.104,56.467],[-3.12,56.468],[-3.123,56.474],[-3.117,56.474],[-3.119,56.477],[-3.129,56.478],[-3.13,56.479],[-3.144,56.48],[-3.142,56.488],[-3.158,56.49],[-3.162,56.49],[-3.167,56.493],[-3.178,56.497],[-3.184,56.501],[-3.192,56.503],[-3.193,56.506],[-3.186,56.508],[-3.19,56.51],[-3.195,56.514],[-3.2,56.515],[-3.207,56.518],[-3.21,56.517],[-3.204,56.511],[-3.202,56.505],[-3.219,56.5],[-3.229,56.503],[-3.231,56.502],[-3.237,56.496],[-3.237,56.494],[-3.245,56.492],[-3.25,56.489],[-3.243,56.486],[-3.245,56.483],[-3.248,56.482],[-3.256,56.477],[-3.266,56.472],[-3.276,56.469],[-3.284,56.468],[-3.28,56.464],[-3.283,56.463],[-3.284,56.458],[-3.295,56.453],[-3.31,56.447],[-3.315,56.45],[-3.324,56.448],[-3.327,56.445],[-3.33,56.444],[-3.335,56.437],[-3.337,56.432],[-3.346,56.433],[-3.351,56.435],[-3.357,56.434],[-3.362,56.437],[-3.367,56.441],[-3.382,56.436],[-3.38,56.441],[-3.382,56.444],[-3.39,56.445],[-3.393,56.448],[-3.414,56.443],[-3.427,56.444],[-3.43,56.445],[-3.432,56.45],[-3.432,56.458],[-3.434,56.46],[-3.441,56.459],[-3.449,56.46],[-3.452,56.459],[-3.455,56.457],[-3.458,56.452],[-3.453,56.444],[-3.456,56.441],[-3.464,56.438],[-3.469,56.434],[-3.469,56.432],[-3.463,56.427],[-3.458,56.425],[-3.47,56.422],[-3.475,56.422],[-3.484,56.419],[-3.488,56.419],[-3.492,56.416],[-3.496,56.416],[-3.504,56.418],[-3.509,56.421],[-3.51,56.429],[-3.505,56.432],[-3.515,56.433],[-3.519,56.434],[-3.519,56.437],[-3.53,56.438],[-3.53,56.437],[-3.538,56.436],[-3.542,56.434],[-3.549,56.434],[-3.557,56.435],[-3.563,56.435],[-3.564,56.437],[-3.569,56.437],[-3.58,56.443],[-3.585,56.447],[-3.588,56.447],[-3.59,56.445],[-3.594,56.445],[-3.596,56.447],[-3.602,56.448],[-3.606,56.446],[-3.617,56.448],[-3.62,56.446],[-3.626,56.446],[-3.631,56.447],[-3.634,56.444],[-3.638,56.446],[-3.642,56.445],[-3.649,56.446],[-3.653,56.442],[-3.655,56.444],[-3.667,56.442],[-3.667,56.444],[-3.673,56.446],[-3.677,56.444],[-3.682,56.44],[-3.687,56.438],[-3.689,56.439],[-3.696,56.436],[-3.7,56.436],[-3.707,56.438],[-3.711,56.437],[-3.717,56.437],[-3.726,56.435],[-3.733,56.435],[-3.737,56.438],[-3.739,56.442],[-3.745,56.441],[-3.745,56.44],[-3.759,56.44],[-3.765,56.436],[-3.773,56.438],[-3.777,56.447],[-3.784,56.45],[-3.789,56.45],[-3.791,56.453],[-3.795,56.455],[-3.793,56.46],[-3.811,56.463],[-3.814,56.464],[-3.822,56.462],[-3.826,56.464],[-3.835,56.464],[-3.845,56.465],[-3.851,56.463],[-3.854,56.464],[-3.863,56.463],[-3.867,56.463],[-3.873,56.465],[-3.877,56.465],[-3.895,56.469],[-3.899,56.472],[-3.911,56.474],[-3.919,56.476],[-3.926,56.477],[-3.931,56.476],[-3.942,56.477],[-3.945,56.477],[-3.955,56.477],[-3.961,56.476],[-3.976,56.476],[-3.979,56.477],[-3.987,56.474],[-3.992,56.474],[-3.996,56.472],[-4.005,56.473],[-4.015,56.475],[-4.019,56.476],[-4.025,56.477],[-4.033,56.479],[-4.042,56.481],[-4.047,56.482],[-4.051,56.477],[-4.055,56.473],[-4.062,56.47],[-4.065,56.47],[-4.076,56.472],[-4.082,56.474],[-4.092,56.474],[-4.094,56.474],[-4.097,56.469],[-4.094,56.467],[-4.099,56.465],[-4.104,56.467],[-4.11,56.464],[-4.116,56.463],[-4.132,56.464],[-4.134,56.464],[-4.136,56.462],[-4.142,56.461],[-4.142,56.459],[-4.149,56.457],[-4.148,56.454],[-4.157,56.45],[-4.16,56.445],[-4.163,56.445],[-4.166,56.449],[-4.177,56.45],[-4.18,56.453],[-4.195,56.459],[-4.199,56.459],[-4.202,56.456],[-4.196,56.401],[-4.199,56.397],[-4.197,56.392],[-4.196,56.387],[-4.241,56.384],[-4.239,56.38],[-4.24,56.369],[-4.238,56.367],[-4.242,56.36],[-4.242,56.353],[-4.236,56.348],[-4.224,56.342],[-4.227,56.341],[-4.234,56.335],[-4.237,56.334],[-4.237,56.33],[-4.235,56.326],[-4.23,56.326],[-4.226,56.322],[-4.221,56.32],[-4.212,56.318],[-4.209,56.315],[-4.198,56.314],[-4.194,56.311],[-4.191,56.307],[-4.188,56.304],[-4.172,56.303],[-4.161,56.303],[-4.151,56.3],[-4.15,56.298],[-4.14,56.298],[-4.135,56.294],[-4.119,56.288],[-4.116,56.281],[-4.108,56.28],[-4.101,56.279],[-4.094,56.279],[-4.089,56.281],[-4.084,56.281],[-4.08,56.284],[-4.078,56.29],[-4.061,56.279],[-4.052,56.273],[-4.039,56.28],[-4.035,56.276],[-4.04,56.271],[-4.037,56.269],[-4.03,56.271],[-4.026,56.27],[-4.005,56.275],[-4.007,56.28],[-4.009,56.283],[-4.01,56.288],[-4,56.29],[-3.992,56.291],[-3.984,56.289],[-3.979,56.29],[-3.974,56.292],[-3.972,56.294],[-3.965,56.295],[-3.96,56.295],[-3.95,56.294],[-3.941,56.295],[-3.933,56.303],[-3.912,56.3],[-3.9,56.297],[-3.898,56.296],[-3.893,56.295],[-3.885,56.296],[-3.879,56.296],[-3.877,56.295],[-3.871,56.294],[-3.867,56.296],[-3.856,56.295],[-3.844,56.296],[-3.829,56.292],[-3.825,56.29],[-3.815,56.288],[-3.805,56.284],[-3.802,56.286],[-3.795,56.287],[-3.762,56.292],[-3.758,56.292],[-3.755,56.297],[-3.754,56.301],[-3.745,56.304],[-3.735,56.305],[-3.723,56.308],[-3.715,56.313],[-3.722,56.316],[-3.724,56.318],[-3.722,56.323],[-3.719,56.326],[-3.709,56.329],[-3.703,56.334],[-3.701,56.335],[-3.696,56.332],[-3.69,56.333],[-3.69,56.335],[-3.682,56.332],[-3.672,56.336],[-3.67,56.338],[-3.658,56.336],[-3.653,56.338],[-3.634,56.337],[-3.633,56.34],[-3.628,56.341],[-3.622,56.34],[-3.621,56.342],[-3.613,56.343],[-3.611,56.34],[-3.619,56.336],[-3.633,56.332],[-3.639,56.328],[-3.645,56.325],[-3.65,56.32],[-3.655,56.316],[-3.662,56.311],[-3.659,56.31],[-3.654,56.309],[-3.646,56.305],[-3.645,56.297],[-3.642,56.292],[-3.634,56.282],[-3.632,56.276],[-3.629,56.274],[-3.616,56.268],[-3.61,56.264],[-3.617,56.261],[-3.619,56.257],[-3.614,56.252],[-3.608,56.249],[-3.6,56.246],[-3.595,56.245],[-3.596,56.241],[-3.593,56.236],[-3.594,56.233],[-3.592,56.231],[-3.594,56.229],[-3.598,56.227],[-3.599,56.223],[-3.602,56.216],[-3.601,56.212],[-3.604,56.209],[-3.603,56.205],[-3.601,56.202],[-3.596,56.199],[-3.584,56.198],[-3.579,56.196],[-3.575,56.196],[-3.571,56.193],[-3.58,56.193],[-3.585,56.192],[-3.585,56.189],[-3.582,56.184],[-3.588,56.184],[-3.589,56.181],[-3.598,56.181],[-3.591,56.174],[-3.593,56.173],[-3.61,56.171],[-3.614,56.169],[-3.621,56.168],[-3.626,56.17],[-3.627,56.168],[-3.632,56.165],[-3.645,56.162],[-3.648,56.159],[-3.642,56.156],[-3.637,56.151],[-3.64,56.148],[-3.645,56.147],[-3.641,56.144],[-3.639,56.141],[-3.645,56.138],[-3.64,56.134],[-3.637,56.134],[-3.627,56.132],[-3.615,56.135],[-3.607,56.135],[-3.605,56.136],[-3.592,56.138],[-3.588,56.138],[-3.581,56.139],[-3.578,56.141],[-3.584,56.145],[-3.583,56.151],[-3.577,56.155],[-3.571,56.157],[-3.562,56.16],[-3.556,56.157],[-3.546,56.159],[-3.54,56.146],[-3.53,56.148],[-3.525,56.147],[-3.511,56.148],[-3.499,56.15],[-3.492,56.15],[-3.478,56.147],[-3.473,56.149],[-3.467,56.149],[-3.465,56.147],[-3.46,56.146],[-3.457,56.15],[-3.454,56.15],[-3.452,56.147],[-3.446,56.147],[-3.44,56.145],[-3.434,56.145],[-3.433,56.142],[-3.426,56.142],[-3.424,56.14],[-3.416,56.138],[-3.407,56.14],[-3.401,56.142],[-3.396,56.142],[-3.382,56.143],[-3.37,56.147],[-3.367,56.155],[-3.372,56.164],[-3.365,56.166],[-3.359,56.167],[-3.356,56.169],[-3.349,56.17],[-3.348,56.172],[-3.342,56.174],[-3.332,56.173],[-3.324,56.172],[-3.32,56.17],[-3.316,56.166],[-3.306,56.168],[-3.307,56.17],[-3.297,56.171],[-3.293,56.173],[-3.295,56.175],[-3.299,56.175],[-3.301,56.179],[-3.306,56.179],[-3.307,56.18],[-3.309,56.185],[-3.261,56.196],[-3.267,56.203],[-3.27,56.203],[-3.274,56.208],[-3.275,56.214],[-3.27,56.216],[-3.266,56.218],[-3.275,56.224],[-3.29,56.225],[-3.291,56.23],[-3.28,56.234],[-3.288,56.235],[-3.291,56.235],[-3.303,56.236],[-3.31,56.238],[-3.317,56.24],[-3.321,56.238],[-3.329,56.237],[-3.336,56.238],[-3.344,56.238],[-3.358,56.241],[-3.368,56.24],[-3.357,56.249],[-3.354,56.256],[-3.36,56.259],[-3.369,56.26],[-3.379,56.263],[-3.384,56.269],[-3.376,56.271],[-3.373,56.271],[-3.371,56.274],[-3.358,56.279],[-3.355,56.28],[-3.351,56.286],[-3.348,56.286],[-3.343,56.287],[-3.341,56.286],[-3.336,56.289],[-3.328,56.286],[-3.325,56.283],[-3.313,56.285],[-3.31,56.287],[-3.302,56.289],[-3.301,56.29],[-3.295,56.289],[-3.292,56.293],[-3.296,56.298],[-3.294,56.299],[-3.296,56.303],[-3.298,56.307],[-3.301,56.314],[-3.297,56.315],[-3.295,56.317],[-3.288,56.322],[-3.283,56.324],[-3.276,56.326],[-3.271,56.326],[-3.267,56.328],[-3.268,56.332],[-3.273,56.334],[-3.268,56.336],[-3.268,56.339],[-3.262,56.339],[-3.256,56.34],[-3.258,56.342],[-3.255,56.345],[-3.261,56.349],[-3.274,56.348],[-3.277,56.35],[-3.283,56.35],[-3.298,56.352],[-3.301,56.351],[-3.308,56.347],[-3.317,56.349],[-3.324,56.349],[-3.324,56.35],[-3.306,56.35],[-3.301,56.354],[-3.313,56.358],[-3.324,56.36],[-3.333,56.368],[-3.336,56.369],[-3.337,56.372],[-3.343,56.374],[-3.345,56.372],[-3.354,56.376],[-3.369,56.378],[-3.372,56.38],[-3.38,56.381],[-3.383,56.384],[-3.389,56.383],[-3.402,56.378],[-3.412,56.378],[-3.419,56.377],[-3.427,56.378],[-3.425,56.383],[-3.426,56.389],[-3.425,56.396],[-3.43,56.406],[-3.433,56.41],[-3.438,56.415],[-3.443,56.417],[-3.45,56.419],[-3.448,56.422],[-3.443,56.418],[-3.438,56.416],[-3.435,56.414],[-3.431,56.411],[-3.426,56.402],[-3.423,56.398],[-3.424,56.396],[-3.421,56.391],[-3.422,56.388],[-3.415,56.381],[-3.413,56.379],[-3.401,56.38],[-3.393,56.384],[-3.384,56.386],[-3.38,56.385],[-3.373,56.383],[-3.365,56.382],[-3.354,56.378],[-3.345,56.377],[-3.339,56.376],[-3.329,56.371],[-3.319,56.363],[-3.314,56.361],[-3.307,56.36],[-3.303,56.358],[-3.296,56.358],[-3.288,56.359],[-3.281,56.36],[-3.281,56.361],[-3.254,56.369],[-3.236,56.37],[-3.227,56.372],[-3.222,56.374],[-3.213,56.376],[-3.208,56.379],[-3.206,56.383],[-3.203,56.385],[-3.195,56.385],[-3.193,56.388],[-3.19,56.389],[-3.171,56.4],[-3.169,56.402],[-3.159,56.406],[-3.157,56.41],[-3.148,56.415],[-3.146,56.418],[-3.139,56.424],[-3.13,56.428],[-3.127,56.431],[-3.123,56.431],[-3.118,56.434],[-3.111,56.435],[-3.1,56.439],[-3.096,56.442],[-3.094,56.444],[-3.082,56.451],[-3.071,56.451],[-3.068,56.452],[-3.058,56.454],[-3.057,56.456],[-3.052,56.458],[-3.058,56.463],[-3.063,56.465],[-3.069,56.462],[-3.079,56.462],[-3.087,56.462],[-3.089,56.467]]]]},"properties":{"PCON24NM":"Perth and Kinross-shire","PCON24CD":"S14000103"},"PCON24CD":594}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.968,56.495],[-2.97,56.494],[-2.976,56.495],[-2.981,56.494],[-2.983,56.496],[-2.989,56.496],[-2.995,56.498],[-3.005,56.499],[-3.01,56.502],[-3.032,56.502],[-3.032,56.5],[-3.045,56.499],[-3.052,56.497],[-3.051,56.49],[-3.051,56.483],[-3.058,56.484],[-3.074,56.485],[-3.082,56.483],[-3.084,56.481],[-3.089,56.481],[-3.098,56.479],[-3.089,56.467],[-3.087,56.462],[-3.079,56.462],[-3.069,56.462],[-3.063,56.465],[-3.058,56.463],[-3.052,56.458],[-3.048,56.457],[-3.045,56.453],[-3.038,56.451],[-3.028,56.451],[-2.988,56.451],[-2.975,56.454],[-2.963,56.459],[-2.956,56.461],[-2.943,56.464],[-2.932,56.465],[-2.922,56.466],[-2.917,56.467],[-2.909,56.468],[-2.911,56.474],[-2.924,56.474],[-2.921,56.482],[-2.929,56.484],[-2.938,56.486],[-2.945,56.486],[-2.955,56.487],[-2.96,56.488],[-2.964,56.491],[-2.966,56.492],[-2.968,56.495]]]},"properties":{"PCON24NM":"Dundee Central","PCON24CD":"S14000075"},"PCON24CD":595}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.883,56.047],[-3.89,56.049],[-3.895,56.046],[-3.901,56.046],[-3.905,56.048],[-3.915,56.049],[-3.92,56.048],[-3.93,56.05],[-3.935,56.049],[-3.943,56.051],[-3.947,56.049],[-3.954,56.05],[-3.961,56.048],[-3.973,56.049],[-3.976,56.048],[-3.979,56.044],[-3.978,56.04],[-3.992,56.038],[-4.001,56.035],[-4.01,56.031],[-4.018,56.03],[-4.02,56.028],[-4.019,56.027],[-4.021,56.023],[-4.024,56.021],[-4.024,56.018],[-4.03,56.01],[-4.022,56.01],[-4.019,56.006],[-4.012,56.007],[-4.004,56.007],[-3.996,56.006],[-3.991,56.006],[-3.988,56.008],[-3.985,56.004],[-3.98,56],[-3.982,55.995],[-3.977,55.993],[-3.979,55.991],[-3.989,55.987],[-3.985,55.983],[-3.965,55.987],[-3.959,55.987],[-3.955,55.985],[-3.949,55.984],[-3.943,55.98],[-3.946,55.976],[-3.949,55.973],[-3.95,55.971],[-3.94,55.969],[-3.938,55.963],[-3.936,55.963],[-3.926,55.965],[-3.922,55.964],[-3.919,55.962],[-3.914,55.961],[-3.912,55.96],[-3.906,55.96],[-3.904,55.962],[-3.899,55.961],[-3.886,55.962],[-3.881,55.962],[-3.868,55.963],[-3.86,55.959],[-3.868,55.956],[-3.869,55.954],[-3.876,55.952],[-3.879,55.953],[-3.889,55.949],[-3.892,55.947],[-3.893,55.945],[-3.898,55.944],[-3.9,55.94],[-3.903,55.937],[-3.898,55.937],[-3.892,55.938],[-3.882,55.929],[-3.877,55.923],[-3.866,55.921],[-3.86,55.918],[-3.843,55.913],[-3.835,55.912],[-3.833,55.908],[-3.825,55.905],[-3.819,55.904],[-3.818,55.906],[-3.81,55.904],[-3.814,55.902],[-3.818,55.898],[-3.823,55.896],[-3.821,55.895],[-3.81,55.897],[-3.8,55.898],[-3.798,55.9],[-3.784,55.901],[-3.777,55.906],[-3.768,55.908],[-3.767,55.91],[-3.76,55.916],[-3.761,55.918],[-3.754,55.92],[-3.751,55.924],[-3.743,55.926],[-3.742,55.931],[-3.738,55.933],[-3.735,55.933],[-3.733,55.935],[-3.727,55.936],[-3.725,55.935],[-3.716,55.936],[-3.716,55.934],[-3.709,55.934],[-3.7,55.936],[-3.699,55.939],[-3.691,55.938],[-3.687,55.94],[-3.683,55.942],[-3.677,55.943],[-3.674,55.945],[-3.671,55.944],[-3.667,55.946],[-3.668,55.948],[-3.672,55.949],[-3.674,55.953],[-3.673,55.955],[-3.669,55.955],[-3.665,55.96],[-3.656,55.959],[-3.653,55.959],[-3.655,55.963],[-3.649,55.967],[-3.649,55.969],[-3.645,55.97],[-3.632,55.974],[-3.63,55.977],[-3.632,55.982],[-3.627,55.983],[-3.629,55.986],[-3.633,55.987],[-3.64,55.986],[-3.641,55.987],[-3.648,55.988],[-3.652,55.987],[-3.654,55.989],[-3.661,55.99],[-3.663,55.993],[-3.667,55.993],[-3.676,55.997],[-3.679,55.999],[-3.685,55.998],[-3.694,55.999],[-3.701,56],[-3.709,56.002],[-3.718,55.997],[-3.729,56.001],[-3.736,56.004],[-3.743,56.011],[-3.755,56.02],[-3.774,56.024],[-3.778,56.024],[-3.781,56.027],[-3.783,56.024],[-3.792,56.022],[-3.8,56.021],[-3.805,56.016],[-3.808,56.016],[-3.814,56.018],[-3.819,56.015],[-3.816,56.011],[-3.821,56.011],[-3.818,56.008],[-3.821,56.007],[-3.828,56.008],[-3.836,56.006],[-3.842,56.009],[-3.843,56.013],[-3.854,56.012],[-3.864,56.013],[-3.873,56.013],[-3.875,56.014],[-3.879,56.021],[-3.882,56.023],[-3.881,56.027],[-3.89,56.031],[-3.889,56.033],[-3.891,56.038],[-3.885,56.036],[-3.881,56.039],[-3.88,56.044],[-3.883,56.047]]]},"properties":{"PCON24NM":"Falkirk","PCON24CD":"S14000083"},"PCON24CD":596}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.425,55.994],[-3.434,55.993],[-3.442,55.995],[-3.448,55.996],[-3.458,55.997],[-3.465,55.998],[-3.467,55.999],[-3.473,56],[-3.481,55.998],[-3.494,55.998],[-3.505,55.998],[-3.513,56],[-3.516,56.002],[-3.516,56.005],[-3.525,56.004],[-3.531,56.007],[-3.541,56.008],[-3.546,56.009],[-3.555,56.011],[-3.563,56.011],[-3.568,56.014],[-3.569,56.016],[-3.583,56.019],[-3.586,56.018],[-3.594,56.019],[-3.598,56.021],[-3.606,56.019],[-3.609,56.02],[-3.613,56.017],[-3.624,56.016],[-3.628,56.018],[-3.633,56.017],[-3.632,56.014],[-3.638,56.015],[-3.66,56.015],[-3.668,56.013],[-3.672,56.011],[-3.676,56.011],[-3.676,56.007],[-3.679,56.006],[-3.691,56.005],[-3.689,56.001],[-3.694,56],[-3.694,55.999],[-3.685,55.998],[-3.679,55.999],[-3.676,55.997],[-3.667,55.993],[-3.663,55.993],[-3.661,55.99],[-3.654,55.989],[-3.652,55.987],[-3.648,55.988],[-3.641,55.987],[-3.64,55.986],[-3.633,55.987],[-3.629,55.986],[-3.627,55.983],[-3.632,55.982],[-3.63,55.977],[-3.632,55.974],[-3.645,55.97],[-3.649,55.969],[-3.649,55.967],[-3.655,55.963],[-3.653,55.959],[-3.656,55.959],[-3.665,55.96],[-3.669,55.955],[-3.673,55.955],[-3.674,55.953],[-3.672,55.949],[-3.668,55.948],[-3.667,55.946],[-3.671,55.944],[-3.674,55.945],[-3.677,55.943],[-3.683,55.942],[-3.687,55.94],[-3.691,55.938],[-3.699,55.939],[-3.7,55.936],[-3.709,55.934],[-3.716,55.934],[-3.716,55.936],[-3.725,55.935],[-3.727,55.936],[-3.733,55.935],[-3.735,55.933],[-3.738,55.933],[-3.742,55.931],[-3.743,55.926],[-3.751,55.924],[-3.754,55.92],[-3.761,55.918],[-3.76,55.916],[-3.767,55.91],[-3.768,55.908],[-3.777,55.906],[-3.784,55.901],[-3.798,55.9],[-3.8,55.898],[-3.81,55.897],[-3.821,55.895],[-3.823,55.896],[-3.831,55.894],[-3.823,55.884],[-3.812,55.884],[-3.802,55.875],[-3.795,55.874],[-3.788,55.875],[-3.785,55.877],[-3.778,55.876],[-3.774,55.881],[-3.77,55.881],[-3.769,55.876],[-3.765,55.874],[-3.762,55.875],[-3.759,55.877],[-3.745,55.879],[-3.734,55.882],[-3.731,55.883],[-3.725,55.885],[-3.719,55.885],[-3.712,55.882],[-3.713,55.88],[-3.713,55.876],[-3.711,55.874],[-3.731,55.87],[-3.738,55.867],[-3.747,55.865],[-3.746,55.861],[-3.75,55.859],[-3.749,55.856],[-3.744,55.839],[-3.733,55.843],[-3.728,55.846],[-3.724,55.847],[-3.721,55.845],[-3.717,55.844],[-3.702,55.847],[-3.698,55.846],[-3.682,55.849],[-3.676,55.851],[-3.673,55.853],[-3.665,55.856],[-3.662,55.853],[-3.65,55.855],[-3.64,55.856],[-3.636,55.855],[-3.627,55.856],[-3.621,55.858],[-3.617,55.858],[-3.613,55.861],[-3.607,55.863],[-3.599,55.862],[-3.596,55.86],[-3.59,55.859],[-3.584,55.854],[-3.582,55.856],[-3.578,55.856],[-3.573,55.86],[-3.57,55.862],[-3.568,55.87],[-3.561,55.872],[-3.554,55.875],[-3.56,55.881],[-3.567,55.886],[-3.564,55.886],[-3.57,55.891],[-3.568,55.893],[-3.576,55.895],[-3.585,55.895],[-3.589,55.899],[-3.575,55.905],[-3.578,55.907],[-3.57,55.912],[-3.563,55.914],[-3.569,55.918],[-3.58,55.919],[-3.583,55.92],[-3.59,55.92],[-3.591,55.922],[-3.596,55.928],[-3.587,55.929],[-3.583,55.932],[-3.579,55.932],[-3.581,55.935],[-3.572,55.936],[-3.568,55.937],[-3.569,55.94],[-3.56,55.941],[-3.553,55.944],[-3.557,55.947],[-3.552,55.949],[-3.554,55.955],[-3.55,55.955],[-3.518,55.955],[-3.501,55.953],[-3.488,55.954],[-3.476,55.951],[-3.474,55.95],[-3.454,55.945],[-3.449,55.948],[-3.449,55.951],[-3.44,55.951],[-3.435,55.951],[-3.429,55.952],[-3.425,55.954],[-3.426,55.959],[-3.443,55.961],[-3.442,55.967],[-3.445,55.97],[-3.448,55.978],[-3.442,55.978],[-3.437,55.979],[-3.435,55.98],[-3.43,55.982],[-3.43,55.985],[-3.432,55.989],[-3.427,55.99],[-3.425,55.994]]]},"properties":{"PCON24NM":"Bathgate and Linlithgow","PCON24CD":"S14000068"},"PCON24CD":597}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-5.738,56.854],[-5.742,56.853],[-5.741,56.851],[-5.736,56.851],[-5.738,56.854]]],[[[-6.263,56.846],[-6.266,56.845],[-6.263,56.842],[-6.266,56.84],[-6.268,56.837],[-6.275,56.835],[-6.273,56.83],[-6.266,56.827],[-6.258,56.827],[-6.254,56.833],[-6.246,56.832],[-6.24,56.826],[-6.233,56.825],[-6.233,56.827],[-6.227,56.829],[-6.227,56.833],[-6.22,56.831],[-6.219,56.833],[-6.215,56.836],[-6.218,56.842],[-6.225,56.845],[-6.233,56.844],[-6.236,56.845],[-6.24,56.842],[-6.245,56.844],[-6.252,56.84],[-6.256,56.841],[-6.258,56.843],[-6.263,56.846]]],[[[-6.276,56.853],[-6.279,56.852],[-6.279,56.849],[-6.27,56.85],[-6.271,56.851],[-6.276,56.853]]],[[[-6.122,56.873],[-6.126,56.876],[-6.127,56.871],[-6.124,56.869],[-6.12,56.871],[-6.122,56.873]]],[[[-5.926,56.905],[-5.93,56.904],[-5.934,56.904],[-5.934,56.901],[-5.929,56.901],[-5.923,56.905],[-5.926,56.905]]],[[[-5.89,56.926],[-5.892,56.925],[-5.9,56.922],[-5.895,56.919],[-5.892,56.921],[-5.885,56.921],[-5.887,56.926],[-5.89,56.926]]],[[[-6.114,56.928],[-6.116,56.93],[-6.119,56.935],[-6.129,56.941],[-6.137,56.944],[-6.142,56.943],[-6.151,56.942],[-6.154,56.939],[-6.161,56.938],[-6.163,56.935],[-6.157,56.932],[-6.158,56.928],[-6.161,56.926],[-6.156,56.919],[-6.159,56.915],[-6.162,56.914],[-6.169,56.914],[-6.178,56.916],[-6.186,56.915],[-6.192,56.914],[-6.193,56.912],[-6.2,56.911],[-6.207,56.907],[-6.207,56.904],[-6.206,56.901],[-6.207,56.898],[-6.207,56.892],[-6.21,56.889],[-6.203,56.886],[-6.196,56.884],[-6.195,56.882],[-6.192,56.88],[-6.189,56.88],[-6.18,56.878],[-6.173,56.874],[-6.167,56.874],[-6.164,56.872],[-6.159,56.872],[-6.155,56.873],[-6.144,56.873],[-6.141,56.871],[-6.136,56.873],[-6.136,56.875],[-6.129,56.877],[-6.135,56.88],[-6.132,56.882],[-6.126,56.883],[-6.129,56.887],[-6.125,56.887],[-6.12,56.886],[-6.117,56.888],[-6.117,56.893],[-6.119,56.896],[-6.117,56.901],[-6.116,56.906],[-6.114,56.91],[-6.114,56.917],[-6.112,56.925],[-6.114,56.928]]],[[[-6.33,57.06],[-6.335,57.06],[-6.339,57.059],[-6.347,57.054],[-6.347,57.052],[-6.355,57.051],[-6.358,57.053],[-6.368,57.053],[-6.372,57.053],[-6.377,57.049],[-6.39,57.045],[-6.397,57.043],[-6.403,57.039],[-6.403,57.036],[-6.407,57.031],[-6.41,57.029],[-6.415,57.028],[-6.417,57.026],[-6.426,57.025],[-6.436,57.019],[-6.438,57.014],[-6.446,57.009],[-6.452,57.011],[-6.46,57.009],[-6.458,57.006],[-6.453,57.003],[-6.444,56.999],[-6.44,56.999],[-6.437,56.995],[-6.432,56.996],[-6.428,56.994],[-6.425,56.992],[-6.421,56.991],[-6.419,56.989],[-6.414,56.987],[-6.406,56.982],[-6.398,56.978],[-6.395,56.977],[-6.394,56.975],[-6.385,56.974],[-6.381,56.975],[-6.376,56.973],[-6.377,56.971],[-6.375,56.967],[-6.373,56.967],[-6.373,56.964],[-6.37,56.962],[-6.369,56.957],[-6.37,56.956],[-6.369,56.952],[-6.362,56.951],[-6.354,56.95],[-6.352,56.948],[-6.343,56.948],[-6.341,56.943],[-6.336,56.943],[-6.332,56.941],[-6.333,56.94],[-6.328,56.936],[-6.322,56.935],[-6.312,56.936],[-6.303,56.938],[-6.298,56.939],[-6.289,56.945],[-6.29,56.948],[-6.286,56.952],[-6.279,56.953],[-6.277,56.954],[-6.27,56.956],[-6.267,56.957],[-6.26,56.962],[-6.26,56.965],[-6.256,56.968],[-6.253,56.969],[-6.249,56.973],[-6.25,56.98],[-6.251,56.983],[-6.249,56.993],[-6.243,56.996],[-6.242,56.999],[-6.238,57.003],[-6.239,57.006],[-6.243,57.008],[-6.251,57.009],[-6.254,57.009],[-6.26,57.01],[-6.274,57.01],[-6.279,57.011],[-6.28,57.015],[-6.276,57.017],[-6.267,57.017],[-6.26,57.017],[-6.248,57.02],[-6.247,57.022],[-6.251,57.029],[-6.255,57.031],[-6.255,57.033],[-6.259,57.035],[-6.26,57.037],[-6.263,57.037],[-6.27,57.04],[-6.273,57.041],[-6.282,57.04],[-6.292,57.044],[-6.292,57.045],[-6.295,57.049],[-6.299,57.048],[-6.305,57.05],[-6.309,57.052],[-6.31,57.055],[-6.318,57.054],[-6.33,57.06]]],[[[-6.495,57.054],[-6.498,57.055],[-6.502,57.051],[-6.505,57.051],[-6.506,57.054],[-6.509,57.054],[-6.511,57.052],[-6.514,57.052],[-6.515,57.049],[-6.514,57.046],[-6.507,57.047],[-6.495,57.045],[-6.488,57.049],[-6.485,57.045],[-6.481,57.044],[-6.473,57.046],[-6.468,57.043],[-6.466,57.045],[-6.466,57.048],[-6.47,57.05],[-6.477,57.048],[-6.479,57.05],[-6.485,57.05],[-6.495,57.054]]],[[[-6.557,57.052],[-6.553,57.052],[-6.552,57.054],[-6.553,57.057],[-6.55,57.058],[-6.535,57.056],[-6.528,57.056],[-6.521,57.056],[-6.515,57.057],[-6.511,57.054],[-6.509,57.057],[-6.504,57.056],[-6.498,57.058],[-6.495,57.058],[-6.491,57.056],[-6.488,57.057],[-6.488,57.06],[-6.486,57.065],[-6.488,57.068],[-6.493,57.069],[-6.499,57.068],[-6.507,57.071],[-6.519,57.07],[-6.529,57.067],[-6.537,57.07],[-6.548,57.068],[-6.554,57.067],[-6.558,57.064],[-6.566,57.062],[-6.569,57.063],[-6.578,57.061],[-6.587,57.06],[-6.589,57.061],[-6.596,57.058],[-6.603,57.058],[-6.603,57.056],[-6.609,57.052],[-6.608,57.047],[-6.595,57.042],[-6.591,57.042],[-6.582,57.046],[-6.577,57.045],[-6.568,57.047],[-6.559,57.051],[-6.557,57.052]]],[[[-5.616,57.145],[-5.621,57.143],[-5.619,57.142],[-5.614,57.143],[-5.616,57.145]]],[[[-5.788,57.151],[-5.791,57.15],[-5.793,57.145],[-5.787,57.144],[-5.784,57.145],[-5.783,57.15],[-5.788,57.151]]],[[[-6.206,57.166],[-6.215,57.165],[-6.218,57.162],[-6.218,57.159],[-6.221,57.157],[-6.216,57.155],[-6.217,57.154],[-6.223,57.158],[-6.23,57.157],[-6.237,57.156],[-6.242,57.153],[-6.251,57.152],[-6.256,57.15],[-6.252,57.142],[-6.249,57.138],[-6.246,57.136],[-6.241,57.135],[-6.237,57.132],[-6.23,57.129],[-6.223,57.129],[-6.218,57.13],[-6.211,57.134],[-6.204,57.136],[-6.203,57.138],[-6.207,57.142],[-6.212,57.145],[-6.212,57.147],[-6.211,57.15],[-6.208,57.152],[-6.202,57.148],[-6.191,57.149],[-6.186,57.15],[-6.182,57.153],[-6.182,57.156],[-6.18,57.157],[-6.181,57.16],[-6.183,57.163],[-6.188,57.164],[-6.201,57.165],[-6.206,57.166]]],[[[-5.896,57.175],[-5.898,57.174],[-5.891,57.172],[-5.891,57.175],[-5.896,57.175]]],[[[-5.572,57.266],[-5.574,57.269],[-5.581,57.268],[-5.581,57.266],[-5.576,57.264],[-5.572,57.266]]],[[[-5.856,57.283],[-5.861,57.281],[-5.864,57.279],[-5.868,57.278],[-5.871,57.276],[-5.869,57.272],[-5.862,57.269],[-5.857,57.269],[-5.853,57.271],[-5.849,57.272],[-5.848,57.274],[-5.852,57.278],[-5.854,57.282],[-5.856,57.283]]],[[[-5.889,57.306],[-5.884,57.308],[-5.883,57.31],[-5.894,57.316],[-5.897,57.315],[-5.895,57.307],[-5.889,57.306]]],[[[-6.001,57.325],[-6.006,57.323],[-6.005,57.321],[-6.016,57.32],[-6.02,57.314],[-6.021,57.31],[-6.023,57.305],[-6.019,57.302],[-6.017,57.299],[-6.012,57.296],[-6.004,57.289],[-5.996,57.286],[-5.992,57.282],[-5.988,57.28],[-5.985,57.276],[-5.98,57.274],[-5.975,57.275],[-5.963,57.274],[-5.954,57.274],[-5.952,57.275],[-5.945,57.275],[-5.935,57.278],[-5.936,57.281],[-5.931,57.283],[-5.926,57.284],[-5.928,57.29],[-5.922,57.294],[-5.92,57.297],[-5.921,57.303],[-5.925,57.307],[-5.93,57.311],[-5.938,57.313],[-5.941,57.315],[-5.951,57.317],[-5.962,57.32],[-5.967,57.319],[-5.973,57.32],[-5.977,57.322],[-5.979,57.324],[-5.987,57.324],[-5.991,57.323],[-5.996,57.325],[-6.001,57.325]]],[[[-5.855,57.357],[-5.859,57.353],[-5.854,57.351],[-5.846,57.336],[-5.843,57.334],[-5.84,57.335],[-5.838,57.333],[-5.827,57.333],[-5.819,57.336],[-5.819,57.338],[-5.821,57.342],[-5.825,57.345],[-5.828,57.345],[-5.83,57.348],[-5.835,57.351],[-5.843,57.35],[-5.849,57.351],[-5.855,57.357]]],[[[-6.462,57.338],[-6.47,57.335],[-6.467,57.333],[-6.458,57.337],[-6.462,57.338]]],[[[-6.49,57.345],[-6.497,57.345],[-6.504,57.342],[-6.507,57.34],[-6.512,57.337],[-6.515,57.334],[-6.513,57.331],[-6.506,57.333],[-6.503,57.333],[-6.499,57.33],[-6.492,57.33],[-6.49,57.333],[-6.485,57.342],[-6.488,57.345],[-6.49,57.345]]],[[[-6.488,57.359],[-6.495,57.364],[-6.498,57.363],[-6.498,57.36],[-6.496,57.357],[-6.488,57.359]]],[[[-6.526,57.367],[-6.529,57.364],[-6.532,57.363],[-6.531,57.36],[-6.527,57.359],[-6.523,57.362],[-6.522,57.364],[-6.526,57.367]]],[[[-5.828,57.4],[-5.825,57.404],[-5.829,57.406],[-5.831,57.403],[-5.828,57.4]]],[[[-6.624,57.446],[-6.627,57.444],[-6.625,57.441],[-6.619,57.441],[-6.624,57.446]]],[[[-6.629,57.447],[-6.635,57.45],[-6.635,57.446],[-6.631,57.444],[-6.629,57.447]]],[[[-6.606,57.454],[-6.61,57.453],[-6.605,57.449],[-6.601,57.453],[-6.606,57.454]]],[[[-6.024,57.496],[-6.033,57.492],[-6.034,57.49],[-6.032,57.481],[-6.03,57.478],[-6.024,57.476],[-6.019,57.484],[-6.018,57.491],[-6.024,57.496]]],[[[-6.028,57.47],[-6.027,57.468],[-6.022,57.468],[-6.011,57.465],[-6.012,57.463],[-6.022,57.456],[-6.027,57.455],[-6.031,57.459],[-6.042,57.458],[-6.048,57.46],[-6.052,57.46],[-6.054,57.462],[-6.063,57.455],[-6.064,57.45],[-6.072,57.446],[-6.08,57.435],[-6.079,57.432],[-6.082,57.427],[-6.083,57.423],[-6.085,57.421],[-6.085,57.415],[-6.079,57.405],[-6.083,57.401],[-6.08,57.396],[-6.076,57.393],[-6.078,57.39],[-6.076,57.389],[-6.077,57.385],[-6.074,57.383],[-6.074,57.379],[-6.077,57.373],[-6.082,57.371],[-6.083,57.368],[-6.081,57.365],[-6.08,57.359],[-6.081,57.355],[-6.086,57.354],[-6.083,57.352],[-6.077,57.351],[-6.073,57.347],[-6.068,57.345],[-6.071,57.341],[-6.068,57.338],[-6.067,57.334],[-6.065,57.332],[-6.049,57.329],[-6.039,57.33],[-6.03,57.333],[-6.021,57.333],[-6.014,57.342],[-6.008,57.346],[-6.001,57.35],[-5.995,57.355],[-5.993,57.358],[-5.993,57.368],[-6.001,57.37],[-6.004,57.375],[-6.011,57.379],[-6.015,57.383],[-6.019,57.391],[-6.018,57.396],[-6.02,57.403],[-6.019,57.405],[-6.021,57.409],[-6.021,57.413],[-6.022,57.418],[-6.029,57.426],[-6.032,57.428],[-6.032,57.434],[-6.027,57.438],[-6.026,57.442],[-6.022,57.444],[-6.015,57.445],[-6.013,57.447],[-6.009,57.448],[-6.009,57.451],[-6.005,57.451],[-6.002,57.455],[-5.999,57.456],[-5.999,57.458],[-5.996,57.46],[-5.994,57.464],[-5.99,57.468],[-5.99,57.472],[-5.985,57.476],[-5.987,57.478],[-5.984,57.48],[-5.985,57.485],[-5.981,57.488],[-5.982,57.491],[-5.979,57.493],[-5.982,57.496],[-5.985,57.496],[-5.984,57.499],[-5.993,57.506],[-5.997,57.505],[-5.994,57.503],[-5.994,57.498],[-5.998,57.495],[-5.992,57.494],[-5.995,57.491],[-6.001,57.49],[-6.005,57.49],[-6.008,57.489],[-6.011,57.49],[-6.016,57.485],[-6.015,57.482],[-6.021,57.479],[-6.021,57.476],[-6.019,57.473],[-6.028,57.47]]],[[[-5.984,57.515],[-5.98,57.511],[-5.976,57.513],[-5.984,57.515]]],[[[-6.002,57.516],[-6.007,57.516],[-6.013,57.514],[-6.011,57.513],[-6.006,57.513],[-6.004,57.509],[-5.994,57.506],[-5.994,57.509],[-6,57.515],[-6.002,57.516]]],[[[-6.645,57.522],[-6.653,57.522],[-6.653,57.517],[-6.649,57.515],[-6.65,57.512],[-6.644,57.513],[-6.638,57.512],[-6.646,57.519],[-6.645,57.522]]],[[[-5.97,57.583],[-5.973,57.583],[-5.964,57.578],[-5.966,57.575],[-5.965,57.573],[-5.968,57.571],[-5.973,57.575],[-5.978,57.576],[-5.982,57.575],[-5.984,57.573],[-5.988,57.57],[-5.985,57.568],[-5.984,57.565],[-5.985,57.56],[-5.987,57.556],[-5.984,57.552],[-5.98,57.551],[-5.978,57.549],[-5.981,57.548],[-5.982,57.544],[-5.988,57.545],[-5.994,57.543],[-5.996,57.545],[-5.999,57.545],[-6.001,57.543],[-5.998,57.542],[-6.001,57.539],[-5.998,57.537],[-5.993,57.536],[-5.99,57.539],[-5.983,57.539],[-5.99,57.533],[-5.994,57.533],[-5.997,57.53],[-5.998,57.528],[-5.993,57.524],[-5.989,57.523],[-5.993,57.52],[-5.987,57.517],[-5.983,57.516],[-5.978,57.514],[-5.975,57.516],[-5.974,57.518],[-5.972,57.521],[-5.973,57.523],[-5.969,57.527],[-5.97,57.532],[-5.966,57.539],[-5.967,57.541],[-5.964,57.543],[-5.967,57.547],[-5.96,57.555],[-5.96,57.558],[-5.958,57.561],[-5.959,57.563],[-5.954,57.568],[-5.957,57.571],[-5.957,57.578],[-5.961,57.58],[-5.965,57.581],[-5.97,57.583]]],[[[-6.513,57.583],[-6.518,57.58],[-6.52,57.577],[-6.515,57.577],[-6.51,57.579],[-6.513,57.583]]],[[[-6.534,57.598],[-6.533,57.594],[-6.528,57.595],[-6.534,57.598]]],[[[-6.541,57.597],[-6.539,57.598],[-6.543,57.6],[-6.544,57.597],[-6.541,57.597]]],[[[-6.208,57.646],[-6.21,57.646],[-6.205,57.64],[-6.199,57.641],[-6.2,57.643],[-6.208,57.646]]],[[[-6.231,57.668],[-6.233,57.666],[-6.228,57.663],[-6.222,57.662],[-6.222,57.665],[-6.227,57.667],[-6.231,57.668]]],[[[-5.718,57.708],[-5.723,57.706],[-5.72,57.703],[-5.714,57.702],[-5.711,57.707],[-5.718,57.708]]],[[[-6.353,57.708],[-6.356,57.705],[-6.348,57.703],[-6.347,57.702],[-6.354,57.698],[-6.355,57.696],[-6.35,57.695],[-6.347,57.694],[-6.343,57.688],[-6.343,57.684],[-6.349,57.683],[-6.345,57.68],[-6.348,57.676],[-6.353,57.674],[-6.354,57.671],[-6.37,57.665],[-6.378,57.661],[-6.385,57.659],[-6.388,57.661],[-6.396,57.659],[-6.405,57.661],[-6.411,57.66],[-6.406,57.652],[-6.412,57.648],[-6.422,57.648],[-6.424,57.647],[-6.428,57.642],[-6.425,57.638],[-6.421,57.635],[-6.413,57.63],[-6.407,57.625],[-6.405,57.621],[-6.401,57.619],[-6.399,57.616],[-6.394,57.613],[-6.394,57.611],[-6.397,57.608],[-6.397,57.603],[-6.394,57.6],[-6.398,57.595],[-6.392,57.591],[-6.393,57.588],[-6.395,57.586],[-6.391,57.585],[-6.383,57.586],[-6.379,57.585],[-6.375,57.588],[-6.369,57.591],[-6.363,57.59],[-6.359,57.589],[-6.362,57.584],[-6.367,57.58],[-6.369,57.577],[-6.374,57.571],[-6.38,57.57],[-6.381,57.565],[-6.384,57.563],[-6.389,57.566],[-6.391,57.569],[-6.394,57.57],[-6.398,57.565],[-6.398,57.562],[-6.395,57.556],[-6.395,57.554],[-6.393,57.553],[-6.39,57.549],[-6.384,57.549],[-6.383,57.544],[-6.39,57.544],[-6.388,57.542],[-6.382,57.541],[-6.373,57.534],[-6.373,57.532],[-6.376,57.53],[-6.374,57.527],[-6.37,57.526],[-6.371,57.523],[-6.37,57.52],[-6.365,57.515],[-6.361,57.512],[-6.357,57.511],[-6.354,57.508],[-6.346,57.506],[-6.333,57.498],[-6.328,57.496],[-6.328,57.494],[-6.323,57.49],[-6.319,57.49],[-6.309,57.485],[-6.306,57.483],[-6.312,57.482],[-6.321,57.487],[-6.325,57.486],[-6.326,57.48],[-6.318,57.473],[-6.319,57.469],[-6.321,57.465],[-6.319,57.461],[-6.313,57.457],[-6.313,57.455],[-6.321,57.456],[-6.325,57.458],[-6.328,57.463],[-6.329,57.468],[-6.328,57.471],[-6.328,57.475],[-6.334,57.48],[-6.333,57.484],[-6.335,57.489],[-6.34,57.489],[-6.341,57.483],[-6.341,57.481],[-6.348,57.483],[-6.349,57.495],[-6.351,57.497],[-6.355,57.498],[-6.359,57.501],[-6.362,57.501],[-6.366,57.504],[-6.371,57.504],[-6.374,57.501],[-6.378,57.51],[-6.383,57.517],[-6.383,57.518],[-6.385,57.522],[-6.392,57.525],[-6.4,57.529],[-6.403,57.527],[-6.403,57.524],[-6.407,57.523],[-6.405,57.519],[-6.401,57.517],[-6.399,57.515],[-6.401,57.514],[-6.4,57.509],[-6.409,57.506],[-6.414,57.506],[-6.42,57.505],[-6.422,57.503],[-6.421,57.501],[-6.422,57.498],[-6.424,57.498],[-6.431,57.493],[-6.436,57.492],[-6.437,57.487],[-6.432,57.475],[-6.432,57.472],[-6.436,57.473],[-6.439,57.475],[-6.438,57.477],[-6.44,57.481],[-6.444,57.482],[-6.45,57.481],[-6.448,57.487],[-6.441,57.494],[-6.437,57.498],[-6.438,57.5],[-6.433,57.502],[-6.433,57.504],[-6.429,57.509],[-6.429,57.512],[-6.425,57.514],[-6.427,57.518],[-6.43,57.519],[-6.436,57.517],[-6.44,57.513],[-6.445,57.51],[-6.447,57.508],[-6.453,57.505],[-6.456,57.501],[-6.459,57.499],[-6.465,57.499],[-6.462,57.503],[-6.468,57.508],[-6.473,57.514],[-6.477,57.516],[-6.486,57.523],[-6.495,57.525],[-6.499,57.529],[-6.5,57.532],[-6.504,57.534],[-6.51,57.535],[-6.514,57.538],[-6.52,57.538],[-6.528,57.541],[-6.532,57.544],[-6.541,57.548],[-6.549,57.544],[-6.553,57.544],[-6.559,57.547],[-6.566,57.548],[-6.568,57.552],[-6.569,57.557],[-6.568,57.564],[-6.57,57.567],[-6.569,57.572],[-6.573,57.576],[-6.575,57.58],[-6.58,57.582],[-6.583,57.588],[-6.586,57.59],[-6.589,57.594],[-6.598,57.596],[-6.602,57.597],[-6.605,57.6],[-6.613,57.603],[-6.615,57.606],[-6.627,57.606],[-6.631,57.608],[-6.636,57.607],[-6.635,57.605],[-6.638,57.601],[-6.633,57.595],[-6.633,57.592],[-6.636,57.588],[-6.634,57.581],[-6.638,57.577],[-6.642,57.569],[-6.64,57.563],[-6.643,57.558],[-6.647,57.555],[-6.655,57.554],[-6.653,57.55],[-6.655,57.546],[-6.652,57.543],[-6.65,57.543],[-6.647,57.547],[-6.651,57.549],[-6.649,57.551],[-6.646,57.553],[-6.642,57.552],[-6.634,57.548],[-6.619,57.542],[-6.614,57.539],[-6.604,57.536],[-6.602,57.533],[-6.596,57.531],[-6.591,57.526],[-6.588,57.525],[-6.586,57.522],[-6.587,57.52],[-6.584,57.517],[-6.575,57.516],[-6.57,57.512],[-6.561,57.508],[-6.561,57.506],[-6.567,57.502],[-6.564,57.499],[-6.563,57.496],[-6.574,57.494],[-6.577,57.498],[-6.594,57.508],[-6.598,57.51],[-6.603,57.509],[-6.614,57.506],[-6.619,57.502],[-6.63,57.503],[-6.634,57.504],[-6.638,57.503],[-6.635,57.498],[-6.636,57.496],[-6.633,57.495],[-6.633,57.492],[-6.629,57.49],[-6.629,57.487],[-6.626,57.485],[-6.627,57.483],[-6.625,57.48],[-6.623,57.473],[-6.619,57.472],[-6.613,57.467],[-6.617,57.461],[-6.622,57.462],[-6.625,57.462],[-6.624,57.459],[-6.621,57.457],[-6.618,57.459],[-6.612,57.457],[-6.609,57.459],[-6.603,57.459],[-6.599,57.455],[-6.594,57.454],[-6.595,57.452],[-6.59,57.449],[-6.591,57.444],[-6.588,57.44],[-6.579,57.434],[-6.579,57.432],[-6.583,57.426],[-6.59,57.426],[-6.588,57.429],[-6.59,57.435],[-6.595,57.44],[-6.597,57.444],[-6.601,57.446],[-6.605,57.446],[-6.61,57.447],[-6.61,57.445],[-6.613,57.443],[-6.612,57.44],[-6.616,57.439],[-6.617,57.437],[-6.622,57.434],[-6.625,57.435],[-6.628,57.438],[-6.631,57.439],[-6.634,57.441],[-6.638,57.442],[-6.649,57.45],[-6.65,57.454],[-6.654,57.456],[-6.654,57.459],[-6.662,57.461],[-6.668,57.461],[-6.667,57.465],[-6.669,57.468],[-6.666,57.47],[-6.67,57.473],[-6.677,57.474],[-6.678,57.476],[-6.677,57.479],[-6.681,57.482],[-6.686,57.483],[-6.688,57.486],[-6.687,57.489],[-6.689,57.49],[-6.693,57.489],[-6.697,57.494],[-6.7,57.496],[-6.705,57.497],[-6.703,57.5],[-6.706,57.506],[-6.712,57.513],[-6.717,57.514],[-6.725,57.512],[-6.733,57.509],[-6.738,57.505],[-6.748,57.5],[-6.749,57.488],[-6.75,57.484],[-6.746,57.47],[-6.743,57.465],[-6.739,57.462],[-6.734,57.461],[-6.727,57.457],[-6.725,57.454],[-6.722,57.453],[-6.723,57.45],[-6.729,57.451],[-6.738,57.453],[-6.744,57.452],[-6.752,57.457],[-6.771,57.459],[-6.78,57.458],[-6.784,57.455],[-6.785,57.452],[-6.78,57.45],[-6.778,57.445],[-6.779,57.442],[-6.784,57.441],[-6.786,57.439],[-6.788,57.433],[-6.783,57.428],[-6.789,57.424],[-6.79,57.421],[-6.784,57.42],[-6.781,57.425],[-6.782,57.426],[-6.773,57.429],[-6.77,57.428],[-6.765,57.428],[-6.761,57.422],[-6.752,57.422],[-6.743,57.418],[-6.738,57.412],[-6.735,57.402],[-6.732,57.4],[-6.729,57.395],[-6.73,57.393],[-6.739,57.389],[-6.734,57.387],[-6.726,57.377],[-6.721,57.372],[-6.711,57.37],[-6.705,57.37],[-6.702,57.372],[-6.698,57.368],[-6.691,57.365],[-6.687,57.365],[-6.686,57.363],[-6.683,57.361],[-6.671,57.357],[-6.658,57.358],[-6.653,57.358],[-6.648,57.354],[-6.639,57.354],[-6.631,57.35],[-6.625,57.351],[-6.62,57.349],[-6.612,57.344],[-6.607,57.342],[-6.604,57.342],[-6.594,57.337],[-6.591,57.337],[-6.582,57.337],[-6.582,57.333],[-6.577,57.334],[-6.571,57.333],[-6.57,57.336],[-6.566,57.336],[-6.564,57.342],[-6.566,57.345],[-6.563,57.348],[-6.566,57.352],[-6.564,57.355],[-6.568,57.359],[-6.564,57.361],[-6.563,57.366],[-6.566,57.368],[-6.567,57.376],[-6.57,57.378],[-6.57,57.38],[-6.567,57.385],[-6.572,57.387],[-6.572,57.389],[-6.566,57.39],[-6.561,57.39],[-6.557,57.388],[-6.555,57.386],[-6.552,57.385],[-6.551,57.389],[-6.546,57.392],[-6.546,57.393],[-6.54,57.398],[-6.536,57.396],[-6.532,57.397],[-6.535,57.399],[-6.543,57.398],[-6.539,57.403],[-6.537,57.413],[-6.533,57.41],[-6.532,57.404],[-6.527,57.404],[-6.524,57.401],[-6.522,57.399],[-6.517,57.393],[-6.517,57.391],[-6.522,57.389],[-6.526,57.383],[-6.525,57.381],[-6.52,57.382],[-6.518,57.382],[-6.524,57.377],[-6.527,57.372],[-6.522,57.371],[-6.52,57.375],[-6.516,57.375],[-6.512,57.377],[-6.511,57.379],[-6.508,57.383],[-6.498,57.389],[-6.495,57.394],[-6.496,57.395],[-6.494,57.399],[-6.494,57.402],[-6.492,57.405],[-6.489,57.404],[-6.488,57.398],[-6.482,57.396],[-6.486,57.392],[-6.488,57.388],[-6.485,57.381],[-6.481,57.38],[-6.477,57.38],[-6.471,57.377],[-6.47,57.375],[-6.48,57.371],[-6.481,57.367],[-6.474,57.365],[-6.472,57.362],[-6.467,57.363],[-6.456,57.36],[-6.454,57.358],[-6.457,57.356],[-6.457,57.35],[-6.459,57.347],[-6.459,57.343],[-6.461,57.341],[-6.456,57.339],[-6.454,57.342],[-6.456,57.344],[-6.45,57.345],[-6.447,57.348],[-6.44,57.348],[-6.428,57.35],[-6.415,57.349],[-6.407,57.356],[-6.406,57.359],[-6.4,57.361],[-6.393,57.359],[-6.401,57.357],[-6.407,57.352],[-6.408,57.346],[-6.404,57.344],[-6.397,57.345],[-6.396,57.343],[-6.403,57.342],[-6.403,57.34],[-6.398,57.339],[-6.392,57.339],[-6.371,57.328],[-6.362,57.324],[-6.359,57.322],[-6.359,57.32],[-6.35,57.313],[-6.349,57.31],[-6.342,57.306],[-6.333,57.303],[-6.318,57.301],[-6.312,57.301],[-6.308,57.299],[-6.31,57.298],[-6.318,57.296],[-6.323,57.298],[-6.329,57.297],[-6.338,57.298],[-6.348,57.3],[-6.357,57.303],[-6.362,57.309],[-6.367,57.313],[-6.372,57.319],[-6.381,57.323],[-6.386,57.326],[-6.394,57.329],[-6.407,57.331],[-6.414,57.337],[-6.421,57.334],[-6.424,57.335],[-6.428,57.339],[-6.433,57.337],[-6.43,57.335],[-6.43,57.33],[-6.428,57.327],[-6.428,57.323],[-6.432,57.322],[-6.434,57.325],[-6.437,57.327],[-6.444,57.322],[-6.45,57.32],[-6.453,57.323],[-6.456,57.322],[-6.458,57.319],[-6.463,57.316],[-6.475,57.313],[-6.483,57.311],[-6.482,57.307],[-6.48,57.302],[-6.482,57.297],[-6.48,57.296],[-6.482,57.292],[-6.476,57.288],[-6.474,57.289],[-6.465,57.288],[-6.459,57.286],[-6.457,57.283],[-6.462,57.281],[-6.46,57.278],[-6.456,57.273],[-6.455,57.27],[-6.453,57.268],[-6.451,57.262],[-6.449,57.261],[-6.443,57.259],[-6.433,57.253],[-6.431,57.251],[-6.427,57.25],[-6.426,57.241],[-6.421,57.24],[-6.418,57.237],[-6.412,57.236],[-6.405,57.232],[-6.395,57.232],[-6.385,57.236],[-6.381,57.235],[-6.374,57.235],[-6.364,57.235],[-6.354,57.238],[-6.352,57.245],[-6.352,57.25],[-6.345,57.253],[-6.344,57.251],[-6.344,57.247],[-6.347,57.241],[-6.347,57.234],[-6.349,57.23],[-6.354,57.227],[-6.366,57.228],[-6.381,57.227],[-6.385,57.225],[-6.385,57.22],[-6.387,57.219],[-6.383,57.211],[-6.381,57.21],[-6.378,57.206],[-6.369,57.199],[-6.364,57.197],[-6.362,57.192],[-6.359,57.192],[-6.353,57.188],[-6.344,57.185],[-6.336,57.186],[-6.314,57.193],[-6.306,57.197],[-6.302,57.198],[-6.296,57.201],[-6.294,57.204],[-6.289,57.202],[-6.285,57.201],[-6.283,57.196],[-6.283,57.191],[-6.292,57.183],[-6.294,57.18],[-6.299,57.177],[-6.3,57.176],[-6.304,57.174],[-6.313,57.172],[-6.316,57.165],[-6.324,57.162],[-6.322,57.16],[-6.317,57.161],[-6.315,57.163],[-6.31,57.163],[-6.308,57.16],[-6.301,57.161],[-6.297,57.163],[-6.274,57.166],[-6.266,57.168],[-6.261,57.17],[-6.253,57.171],[-6.245,57.17],[-6.239,57.172],[-6.237,57.171],[-6.23,57.174],[-6.218,57.175],[-6.213,57.177],[-6.206,57.177],[-6.203,57.176],[-6.194,57.175],[-6.187,57.173],[-6.183,57.174],[-6.174,57.174],[-6.167,57.177],[-6.165,57.183],[-6.167,57.187],[-6.165,57.193],[-6.169,57.195],[-6.168,57.199],[-6.165,57.199],[-6.159,57.197],[-6.151,57.196],[-6.148,57.194],[-6.145,57.188],[-6.14,57.188],[-6.131,57.184],[-6.125,57.187],[-6.123,57.192],[-6.112,57.19],[-6.109,57.186],[-6.111,57.178],[-6.107,57.176],[-6.106,57.173],[-6.102,57.17],[-6.106,57.159],[-6.108,57.156],[-6.109,57.153],[-6.106,57.149],[-6.107,57.146],[-6.111,57.142],[-6.113,57.137],[-6.108,57.134],[-6.101,57.136],[-6.099,57.136],[-6.097,57.132],[-6.092,57.13],[-6.083,57.127],[-6.08,57.131],[-6.077,57.132],[-6.074,57.137],[-6.069,57.14],[-6.066,57.143],[-6.064,57.149],[-6.065,57.151],[-6.062,57.152],[-6.056,57.158],[-6.055,57.161],[-6.049,57.168],[-6.048,57.173],[-6.05,57.176],[-6.049,57.18],[-6.044,57.179],[-6.038,57.179],[-6.032,57.181],[-6.029,57.183],[-6.027,57.192],[-6.025,57.195],[-6.028,57.209],[-6.031,57.209],[-6.035,57.212],[-6.038,57.216],[-6.038,57.22],[-6.041,57.222],[-6.041,57.225],[-6.038,57.227],[-6.03,57.225],[-6.03,57.221],[-6.024,57.218],[-6.022,57.215],[-6.022,57.214],[-6.02,57.209],[-6.02,57.206],[-6.011,57.206],[-6.006,57.203],[-6.006,57.201],[-6.003,57.2],[-6.004,57.196],[-5.997,57.191],[-5.993,57.186],[-5.994,57.183],[-5.993,57.18],[-5.996,57.173],[-5.993,57.169],[-5.981,57.167],[-5.973,57.168],[-5.97,57.169],[-5.963,57.17],[-5.961,57.171],[-5.948,57.173],[-5.945,57.174],[-5.935,57.176],[-5.931,57.174],[-5.927,57.174],[-5.922,57.171],[-5.914,57.17],[-5.904,57.172],[-5.898,57.176],[-5.897,57.179],[-5.893,57.18],[-5.881,57.176],[-5.878,57.176],[-5.87,57.178],[-5.868,57.18],[-5.863,57.182],[-5.858,57.181],[-5.853,57.183],[-5.852,57.185],[-5.847,57.186],[-5.844,57.189],[-5.839,57.189],[-5.843,57.183],[-5.846,57.182],[-5.853,57.181],[-5.855,57.179],[-5.855,57.177],[-5.862,57.175],[-5.866,57.171],[-5.871,57.171],[-5.877,57.169],[-5.883,57.169],[-5.885,57.167],[-5.894,57.167],[-5.897,57.166],[-5.903,57.165],[-5.915,57.166],[-5.92,57.16],[-5.926,57.158],[-5.929,57.156],[-5.932,57.159],[-5.934,57.154],[-5.937,57.154],[-5.942,57.15],[-5.942,57.147],[-5.95,57.146],[-5.96,57.143],[-5.968,57.141],[-5.976,57.136],[-5.971,57.135],[-5.97,57.134],[-5.975,57.13],[-5.981,57.132],[-5.987,57.128],[-5.995,57.126],[-6,57.121],[-6.004,57.114],[-6,57.115],[-5.993,57.115],[-5.989,57.113],[-5.991,57.111],[-5.986,57.107],[-5.988,57.105],[-5.995,57.105],[-5.998,57.103],[-5.999,57.1],[-6.002,57.099],[-6.006,57.091],[-6.008,57.09],[-6.009,57.08],[-6.006,57.078],[-6.007,57.075],[-6.005,57.074],[-6.014,57.07],[-6.017,57.07],[-6.022,57.071],[-6.025,57.07],[-6.03,57.065],[-6.033,57.061],[-6.031,57.059],[-6.037,57.057],[-6.037,57.053],[-6.034,57.05],[-6.038,57.047],[-6.033,57.046],[-6.033,57.044],[-6.029,57.039],[-6.032,57.037],[-6.025,57.037],[-6.023,57.033],[-6.02,57.03],[-6.02,57.026],[-6.023,57.026],[-6.016,57.019],[-6.011,57.025],[-6.006,57.025],[-6.002,57.02],[-5.996,57.024],[-5.991,57.024],[-5.988,57.027],[-5.978,57.029],[-5.975,57.031],[-5.968,57.031],[-5.965,57.028],[-5.96,57.028],[-5.961,57.03],[-5.958,57.032],[-5.955,57.035],[-5.95,57.036],[-5.948,57.038],[-5.938,57.039],[-5.931,57.044],[-5.928,57.042],[-5.924,57.043],[-5.919,57.047],[-5.921,57.049],[-5.914,57.054],[-5.91,57.054],[-5.91,57.056],[-5.906,57.057],[-5.901,57.06],[-5.902,57.062],[-5.898,57.063],[-5.897,57.069],[-5.894,57.072],[-5.89,57.073],[-5.887,57.077],[-5.886,57.08],[-5.889,57.081],[-5.881,57.084],[-5.877,57.084],[-5.871,57.087],[-5.871,57.09],[-5.864,57.094],[-5.864,57.095],[-5.861,57.099],[-5.86,57.102],[-5.855,57.103],[-5.856,57.109],[-5.85,57.112],[-5.846,57.11],[-5.839,57.11],[-5.835,57.108],[-5.831,57.109],[-5.824,57.109],[-5.822,57.112],[-5.816,57.114],[-5.814,57.119],[-5.806,57.12],[-5.801,57.127],[-5.799,57.132],[-5.806,57.131],[-5.806,57.137],[-5.803,57.138],[-5.798,57.136],[-5.79,57.137],[-5.788,57.139],[-5.792,57.142],[-5.798,57.142],[-5.8,57.147],[-5.803,57.149],[-5.798,57.153],[-5.8,57.157],[-5.797,57.162],[-5.801,57.165],[-5.803,57.169],[-5.802,57.171],[-5.808,57.176],[-5.802,57.177],[-5.799,57.174],[-5.788,57.169],[-5.787,57.168],[-5.781,57.167],[-5.772,57.17],[-5.766,57.17],[-5.761,57.171],[-5.751,57.174],[-5.75,57.177],[-5.743,57.179],[-5.739,57.178],[-5.727,57.181],[-5.717,57.184],[-5.709,57.188],[-5.708,57.189],[-5.694,57.195],[-5.693,57.198],[-5.688,57.199],[-5.68,57.204],[-5.673,57.206],[-5.669,57.209],[-5.668,57.213],[-5.669,57.216],[-5.667,57.219],[-5.664,57.221],[-5.663,57.225],[-5.667,57.232],[-5.667,57.235],[-5.665,57.238],[-5.659,57.244],[-5.654,57.247],[-5.649,57.252],[-5.649,57.257],[-5.656,57.259],[-5.661,57.264],[-5.671,57.265],[-5.675,57.264],[-5.682,57.264],[-5.688,57.263],[-5.692,57.263],[-5.704,57.263],[-5.706,57.262],[-5.713,57.263],[-5.716,57.261],[-5.728,57.261],[-5.734,57.262],[-5.728,57.265],[-5.717,57.267],[-5.711,57.27],[-5.717,57.271],[-5.719,57.273],[-5.723,57.272],[-5.738,57.275],[-5.743,57.275],[-5.76,57.271],[-5.771,57.272],[-5.777,57.271],[-5.783,57.268],[-5.786,57.268],[-5.792,57.263],[-5.796,57.263],[-5.808,57.258],[-5.811,57.256],[-5.817,57.257],[-5.823,57.257],[-5.827,57.254],[-5.833,57.253],[-5.836,57.251],[-5.845,57.249],[-5.856,57.244],[-5.859,57.246],[-5.848,57.249],[-5.845,57.251],[-5.848,57.254],[-5.851,57.254],[-5.856,57.25],[-5.862,57.249],[-5.865,57.247],[-5.871,57.247],[-5.876,57.243],[-5.876,57.241],[-5.879,57.239],[-5.886,57.238],[-5.899,57.24],[-5.902,57.241],[-5.911,57.242],[-5.908,57.247],[-5.907,57.251],[-5.905,57.253],[-5.916,57.258],[-5.917,57.26],[-5.928,57.264],[-5.932,57.263],[-5.937,57.263],[-5.935,57.26],[-5.939,57.259],[-5.946,57.263],[-5.962,57.266],[-5.975,57.27],[-5.976,57.268],[-5.986,57.271],[-5.994,57.27],[-6,57.273],[-6.005,57.28],[-6.011,57.281],[-6.015,57.285],[-6.021,57.288],[-6.025,57.288],[-6.027,57.286],[-6.031,57.285],[-6.037,57.282],[-6.043,57.277],[-6.049,57.278],[-6.06,57.274],[-6.07,57.267],[-6.076,57.266],[-6.077,57.27],[-6.086,57.271],[-6.084,57.273],[-6.08,57.273],[-6.079,57.277],[-6.073,57.278],[-6.065,57.282],[-6.055,57.286],[-6.046,57.29],[-6.042,57.293],[-6.042,57.296],[-6.05,57.298],[-6.049,57.302],[-6.05,57.305],[-6.048,57.309],[-6.052,57.312],[-6.059,57.313],[-6.07,57.314],[-6.078,57.312],[-6.083,57.311],[-6.093,57.313],[-6.098,57.313],[-6.105,57.315],[-6.113,57.313],[-6.119,57.313],[-6.128,57.309],[-6.134,57.307],[-6.139,57.306],[-6.147,57.3],[-6.156,57.297],[-6.162,57.297],[-6.166,57.295],[-6.167,57.298],[-6.164,57.3],[-6.156,57.303],[-6.141,57.312],[-6.132,57.316],[-6.126,57.317],[-6.12,57.319],[-6.115,57.319],[-6.11,57.32],[-6.105,57.319],[-6.1,57.322],[-6.101,57.326],[-6.106,57.327],[-6.108,57.329],[-6.107,57.335],[-6.101,57.339],[-6.096,57.339],[-6.095,57.341],[-6.103,57.342],[-6.104,57.338],[-6.11,57.338],[-6.117,57.342],[-6.12,57.347],[-6.124,57.349],[-6.126,57.354],[-6.133,57.36],[-6.137,57.361],[-6.139,57.366],[-6.146,57.371],[-6.146,57.373],[-6.138,57.372],[-6.135,57.373],[-6.132,57.375],[-6.13,57.383],[-6.127,57.384],[-6.124,57.388],[-6.124,57.392],[-6.128,57.397],[-6.13,57.398],[-6.135,57.403],[-6.139,57.406],[-6.142,57.406],[-6.149,57.406],[-6.162,57.406],[-6.166,57.405],[-6.169,57.403],[-6.176,57.402],[-6.181,57.407],[-6.184,57.405],[-6.183,57.401],[-6.188,57.397],[-6.193,57.396],[-6.197,57.39],[-6.201,57.392],[-6.201,57.397],[-6.197,57.403],[-6.2,57.406],[-6.2,57.409],[-6.196,57.412],[-6.192,57.409],[-6.189,57.415],[-6.182,57.415],[-6.176,57.412],[-6.173,57.413],[-6.167,57.419],[-6.161,57.421],[-6.154,57.423],[-6.151,57.424],[-6.146,57.43],[-6.145,57.437],[-6.143,57.44],[-6.143,57.444],[-6.141,57.45],[-6.14,57.454],[-6.138,57.463],[-6.136,57.473],[-6.14,57.483],[-6.139,57.485],[-6.142,57.494],[-6.144,57.496],[-6.148,57.5],[-6.144,57.506],[-6.142,57.514],[-6.142,57.52],[-6.14,57.526],[-6.14,57.528],[-6.143,57.534],[-6.141,57.542],[-6.139,57.544],[-6.139,57.547],[-6.142,57.55],[-6.144,57.555],[-6.143,57.562],[-6.149,57.566],[-6.145,57.57],[-6.147,57.574],[-6.144,57.579],[-6.14,57.583],[-6.14,57.585],[-6.145,57.587],[-6.151,57.587],[-6.155,57.592],[-6.157,57.598],[-6.167,57.603],[-6.174,57.614],[-6.176,57.62],[-6.182,57.625],[-6.186,57.63],[-6.191,57.633],[-6.195,57.632],[-6.207,57.637],[-6.211,57.635],[-6.221,57.634],[-6.228,57.635],[-6.235,57.637],[-6.236,57.641],[-6.235,57.643],[-6.237,57.646],[-6.236,57.651],[-6.24,57.657],[-6.246,57.661],[-6.248,57.664],[-6.249,57.67],[-6.251,57.673],[-6.256,57.675],[-6.257,57.678],[-6.266,57.681],[-6.276,57.683],[-6.28,57.687],[-6.285,57.689],[-6.288,57.691],[-6.294,57.692],[-6.297,57.691],[-6.303,57.692],[-6.303,57.693],[-6.298,57.694],[-6.296,57.699],[-6.292,57.7],[-6.296,57.703],[-6.297,57.708],[-6.301,57.707],[-6.303,57.705],[-6.308,57.707],[-6.318,57.705],[-6.321,57.703],[-6.322,57.701],[-6.331,57.7],[-6.338,57.7],[-6.342,57.701],[-6.346,57.705],[-6.353,57.708]]],[[[-5.82,57.737],[-5.824,57.734],[-5.822,57.731],[-5.815,57.731],[-5.813,57.728],[-5.808,57.727],[-5.805,57.728],[-5.8,57.728],[-5.795,57.73],[-5.79,57.737],[-5.796,57.737],[-5.805,57.735],[-5.81,57.735],[-5.811,57.733],[-5.82,57.737]]],[[[-6.296,57.728],[-6.299,57.73],[-6.306,57.727],[-6.302,57.724],[-6.297,57.723],[-6.291,57.723],[-6.291,57.726],[-6.296,57.728]]],[[[-6.44,57.747],[-6.443,57.744],[-6.435,57.743],[-6.44,57.747]]],[[[-5.591,57.808],[-5.596,57.805],[-5.598,57.802],[-5.595,57.799],[-5.588,57.799],[-5.581,57.798],[-5.578,57.793],[-5.579,57.791],[-5.585,57.789],[-5.594,57.789],[-5.605,57.787],[-5.606,57.79],[-5.601,57.79],[-5.599,57.794],[-5.604,57.796],[-5.608,57.796],[-5.622,57.79],[-5.621,57.787],[-5.615,57.786],[-5.615,57.785],[-5.605,57.777],[-5.606,57.775],[-5.599,57.775],[-5.596,57.773],[-5.597,57.771],[-5.599,57.768],[-5.603,57.767],[-5.608,57.768],[-5.619,57.766],[-5.623,57.768],[-5.632,57.774],[-5.633,57.776],[-5.638,57.78],[-5.643,57.782],[-5.648,57.786],[-5.654,57.788],[-5.658,57.792],[-5.668,57.8],[-5.665,57.803],[-5.666,57.808],[-5.664,57.811],[-5.667,57.813],[-5.666,57.816],[-5.663,57.817],[-5.661,57.82],[-5.663,57.825],[-5.67,57.828],[-5.667,57.829],[-5.667,57.832],[-5.67,57.833],[-5.672,57.83],[-5.679,57.83],[-5.684,57.835],[-5.681,57.837],[-5.68,57.841],[-5.68,57.843],[-5.687,57.842],[-5.693,57.844],[-5.691,57.846],[-5.694,57.85],[-5.689,57.851],[-5.69,57.855],[-5.689,57.858],[-5.686,57.86],[-5.683,57.864],[-5.685,57.866],[-5.7,57.869],[-5.7,57.87],[-5.709,57.869],[-5.712,57.87],[-5.718,57.868],[-5.721,57.871],[-5.729,57.868],[-5.73,57.866],[-5.74,57.866],[-5.747,57.867],[-5.75,57.869],[-5.761,57.87],[-5.763,57.868],[-5.773,57.864],[-5.782,57.858],[-5.788,57.86],[-5.794,57.858],[-5.797,57.861],[-5.804,57.862],[-5.812,57.86],[-5.815,57.854],[-5.811,57.85],[-5.811,57.846],[-5.808,57.841],[-5.811,57.84],[-5.814,57.833],[-5.814,57.826],[-5.813,57.824],[-5.813,57.817],[-5.809,57.814],[-5.806,57.803],[-5.804,57.801],[-5.801,57.794],[-5.802,57.79],[-5.801,57.783],[-5.804,57.781],[-5.806,57.775],[-5.81,57.771],[-5.811,57.767],[-5.805,57.763],[-5.808,57.759],[-5.812,57.755],[-5.813,57.751],[-5.809,57.747],[-5.806,57.746],[-5.799,57.745],[-5.79,57.745],[-5.783,57.744],[-5.773,57.74],[-5.76,57.731],[-5.75,57.732],[-5.745,57.731],[-5.73,57.731],[-5.723,57.73],[-5.711,57.731],[-5.707,57.73],[-5.704,57.731],[-5.696,57.73],[-5.693,57.727],[-5.69,57.725],[-5.687,57.718],[-5.687,57.715],[-5.694,57.712],[-5.689,57.71],[-5.682,57.711],[-5.679,57.706],[-5.672,57.701],[-5.678,57.699],[-5.683,57.701],[-5.688,57.699],[-5.687,57.696],[-5.682,57.694],[-5.68,57.69],[-5.684,57.689],[-5.692,57.691],[-5.695,57.697],[-5.702,57.695],[-5.707,57.699],[-5.713,57.699],[-5.717,57.701],[-5.723,57.698],[-5.731,57.699],[-5.724,57.703],[-5.727,57.706],[-5.731,57.706],[-5.738,57.708],[-5.752,57.707],[-5.756,57.707],[-5.763,57.705],[-5.77,57.702],[-5.769,57.698],[-5.775,57.697],[-5.789,57.697],[-5.789,57.694],[-5.792,57.69],[-5.787,57.686],[-5.787,57.683],[-5.792,57.679],[-5.797,57.676],[-5.812,57.661],[-5.812,57.658],[-5.809,57.653],[-5.812,57.65],[-5.816,57.651],[-5.819,57.649],[-5.82,57.644],[-5.819,57.64],[-5.814,57.637],[-5.803,57.641],[-5.8,57.641],[-5.794,57.638],[-5.79,57.638],[-5.786,57.636],[-5.772,57.632],[-5.765,57.628],[-5.756,57.624],[-5.751,57.619],[-5.745,57.615],[-5.743,57.613],[-5.733,57.607],[-5.733,57.604],[-5.736,57.602],[-5.737,57.597],[-5.73,57.591],[-5.731,57.589],[-5.728,57.586],[-5.721,57.583],[-5.717,57.582],[-5.706,57.579],[-5.689,57.578],[-5.686,57.577],[-5.681,57.569],[-5.681,57.568],[-5.688,57.566],[-5.692,57.57],[-5.696,57.569],[-5.702,57.571],[-5.704,57.565],[-5.701,57.562],[-5.696,57.563],[-5.692,57.563],[-5.691,57.56],[-5.686,57.559],[-5.687,57.556],[-5.685,57.555],[-5.681,57.556],[-5.677,57.555],[-5.67,57.553],[-5.667,57.551],[-5.668,57.546],[-5.66,57.548],[-5.651,57.553],[-5.641,57.55],[-5.636,57.55],[-5.636,57.553],[-5.638,57.555],[-5.635,57.556],[-5.624,57.554],[-5.621,57.555],[-5.614,57.552],[-5.607,57.554],[-5.606,57.556],[-5.599,57.557],[-5.587,57.557],[-5.584,57.554],[-5.581,57.554],[-5.569,57.554],[-5.564,57.553],[-5.549,57.554],[-5.533,57.553],[-5.53,57.551],[-5.526,57.551],[-5.517,57.55],[-5.518,57.548],[-5.515,57.545],[-5.513,57.539],[-5.519,57.536],[-5.516,57.535],[-5.519,57.531],[-5.524,57.53],[-5.529,57.531],[-5.533,57.529],[-5.538,57.531],[-5.544,57.532],[-5.545,57.534],[-5.55,57.536],[-5.557,57.535],[-5.559,57.533],[-5.564,57.532],[-5.569,57.534],[-5.571,57.537],[-5.577,57.536],[-5.574,57.532],[-5.577,57.531],[-5.58,57.534],[-5.588,57.534],[-5.59,57.531],[-5.596,57.531],[-5.599,57.532],[-5.602,57.535],[-5.606,57.536],[-5.614,57.531],[-5.616,57.528],[-5.622,57.529],[-5.618,57.525],[-5.619,57.522],[-5.621,57.521],[-5.627,57.522],[-5.633,57.523],[-5.634,57.526],[-5.629,57.529],[-5.632,57.53],[-5.63,57.533],[-5.639,57.537],[-5.646,57.536],[-5.645,57.54],[-5.648,57.542],[-5.657,57.542],[-5.653,57.533],[-5.652,57.532],[-5.654,57.528],[-5.65,57.527],[-5.649,57.525],[-5.652,57.52],[-5.649,57.52],[-5.645,57.514],[-5.646,57.511],[-5.65,57.509],[-5.654,57.515],[-5.663,57.517],[-5.665,57.52],[-5.672,57.523],[-5.674,57.527],[-5.683,57.527],[-5.686,57.526],[-5.692,57.531],[-5.699,57.532],[-5.7,57.534],[-5.699,57.538],[-5.701,57.542],[-5.698,57.547],[-5.701,57.553],[-5.708,57.556],[-5.713,57.556],[-5.717,57.552],[-5.713,57.55],[-5.709,57.547],[-5.713,57.546],[-5.707,57.542],[-5.709,57.54],[-5.713,57.544],[-5.717,57.544],[-5.727,57.547],[-5.734,57.547],[-5.742,57.543],[-5.745,57.546],[-5.749,57.551],[-5.743,57.554],[-5.752,57.555],[-5.759,57.557],[-5.756,57.56],[-5.761,57.561],[-5.768,57.559],[-5.77,57.565],[-5.774,57.565],[-5.78,57.566],[-5.783,57.569],[-5.781,57.573],[-5.784,57.574],[-5.791,57.575],[-5.8,57.577],[-5.808,57.581],[-5.812,57.586],[-5.817,57.585],[-5.823,57.582],[-5.82,57.578],[-5.824,57.576],[-5.827,57.578],[-5.832,57.58],[-5.836,57.579],[-5.837,57.577],[-5.841,57.576],[-5.841,57.571],[-5.838,57.57],[-5.836,57.567],[-5.837,57.562],[-5.836,57.559],[-5.839,57.558],[-5.845,57.563],[-5.849,57.563],[-5.85,57.562],[-5.849,57.558],[-5.846,57.556],[-5.854,57.548],[-5.853,57.545],[-5.854,57.538],[-5.855,57.535],[-5.854,57.526],[-5.859,57.52],[-5.862,57.516],[-5.864,57.509],[-5.867,57.508],[-5.87,57.503],[-5.868,57.499],[-5.868,57.493],[-5.871,57.491],[-5.869,57.486],[-5.868,57.481],[-5.871,57.478],[-5.873,57.474],[-5.871,57.471],[-5.868,57.469],[-5.862,57.462],[-5.862,57.455],[-5.861,57.45],[-5.856,57.444],[-5.85,57.441],[-5.844,57.441],[-5.826,57.442],[-5.817,57.444],[-5.811,57.443],[-5.806,57.439],[-5.807,57.437],[-5.812,57.434],[-5.816,57.433],[-5.819,57.428],[-5.822,57.427],[-5.825,57.419],[-5.825,57.412],[-5.82,57.412],[-5.817,57.41],[-5.815,57.407],[-5.811,57.406],[-5.811,57.399],[-5.814,57.397],[-5.819,57.401],[-5.822,57.395],[-5.82,57.391],[-5.822,57.386],[-5.828,57.388],[-5.826,57.382],[-5.829,57.381],[-5.828,57.378],[-5.826,57.377],[-5.824,57.374],[-5.826,57.373],[-5.824,57.371],[-5.824,57.368],[-5.821,57.365],[-5.82,57.361],[-5.818,57.361],[-5.813,57.362],[-5.813,57.366],[-5.816,57.37],[-5.81,57.375],[-5.806,57.375],[-5.808,57.372],[-5.805,57.364],[-5.805,57.358],[-5.799,57.357],[-5.798,57.354],[-5.796,57.352],[-5.791,57.351],[-5.785,57.347],[-5.779,57.347],[-5.772,57.349],[-5.758,57.35],[-5.744,57.352],[-5.737,57.354],[-5.73,57.355],[-5.722,57.358],[-5.723,57.36],[-5.717,57.363],[-5.717,57.364],[-5.71,57.366],[-5.699,57.371],[-5.694,57.374],[-5.693,57.377],[-5.689,57.378],[-5.682,57.379],[-5.681,57.38],[-5.67,57.382],[-5.664,57.387],[-5.659,57.389],[-5.651,57.39],[-5.648,57.39],[-5.643,57.391],[-5.633,57.398],[-5.626,57.399],[-5.625,57.401],[-5.624,57.405],[-5.618,57.407],[-5.615,57.411],[-5.613,57.415],[-5.609,57.417],[-5.606,57.412],[-5.609,57.408],[-5.614,57.405],[-5.613,57.401],[-5.606,57.398],[-5.603,57.395],[-5.598,57.395],[-5.595,57.39],[-5.597,57.388],[-5.602,57.388],[-5.608,57.384],[-5.62,57.383],[-5.623,57.381],[-5.627,57.38],[-5.634,57.38],[-5.639,57.375],[-5.635,57.368],[-5.631,57.365],[-5.627,57.367],[-5.623,57.365],[-5.619,57.366],[-5.616,57.365],[-5.6,57.365],[-5.599,57.364],[-5.604,57.362],[-5.608,57.362],[-5.611,57.36],[-5.607,57.356],[-5.602,57.355],[-5.593,57.357],[-5.583,57.359],[-5.577,57.359],[-5.566,57.358],[-5.559,57.36],[-5.555,57.359],[-5.551,57.359],[-5.552,57.361],[-5.541,57.366],[-5.534,57.37],[-5.525,57.378],[-5.519,57.38],[-5.518,57.383],[-5.51,57.386],[-5.506,57.388],[-5.508,57.39],[-5.506,57.393],[-5.496,57.399],[-5.481,57.403],[-5.476,57.408],[-5.475,57.412],[-5.472,57.415],[-5.458,57.422],[-5.451,57.423],[-5.443,57.419],[-5.441,57.414],[-5.445,57.411],[-5.445,57.409],[-5.449,57.408],[-5.453,57.405],[-5.457,57.397],[-5.456,57.394],[-5.46,57.389],[-5.466,57.388],[-5.473,57.383],[-5.479,57.381],[-5.487,57.377],[-5.495,57.375],[-5.5,57.371],[-5.501,57.37],[-5.506,57.365],[-5.511,57.364],[-5.513,57.361],[-5.518,57.361],[-5.521,57.358],[-5.534,57.353],[-5.538,57.352],[-5.545,57.352],[-5.556,57.353],[-5.561,57.354],[-5.568,57.354],[-5.571,57.353],[-5.577,57.354],[-5.585,57.351],[-5.587,57.347],[-5.586,57.344],[-5.6,57.343],[-5.604,57.342],[-5.61,57.341],[-5.619,57.338],[-5.622,57.339],[-5.636,57.339],[-5.636,57.336],[-5.647,57.335],[-5.65,57.334],[-5.655,57.335],[-5.651,57.338],[-5.65,57.34],[-5.646,57.34],[-5.644,57.346],[-5.658,57.346],[-5.66,57.345],[-5.658,57.341],[-5.664,57.34],[-5.67,57.341],[-5.674,57.34],[-5.679,57.34],[-5.681,57.342],[-5.686,57.341],[-5.683,57.337],[-5.678,57.337],[-5.678,57.334],[-5.682,57.334],[-5.684,57.331],[-5.683,57.328],[-5.68,57.327],[-5.672,57.328],[-5.673,57.326],[-5.681,57.324],[-5.689,57.324],[-5.692,57.326],[-5.7,57.325],[-5.703,57.322],[-5.702,57.318],[-5.71,57.318],[-5.717,57.315],[-5.719,57.313],[-5.719,57.31],[-5.723,57.309],[-5.725,57.305],[-5.719,57.304],[-5.718,57.303],[-5.729,57.298],[-5.728,57.295],[-5.725,57.293],[-5.724,57.292],[-5.721,57.289],[-5.721,57.287],[-5.725,57.285],[-5.732,57.285],[-5.729,57.281],[-5.723,57.28],[-5.713,57.28],[-5.71,57.279],[-5.697,57.28],[-5.692,57.283],[-5.686,57.281],[-5.673,57.28],[-5.663,57.281],[-5.658,57.283],[-5.655,57.285],[-5.648,57.287],[-5.64,57.285],[-5.639,57.283],[-5.627,57.282],[-5.625,57.281],[-5.623,57.277],[-5.618,57.274],[-5.61,57.277],[-5.607,57.279],[-5.6,57.279],[-5.595,57.277],[-5.594,57.271],[-5.59,57.271],[-5.588,57.273],[-5.577,57.274],[-5.572,57.274],[-5.566,57.277],[-5.563,57.28],[-5.559,57.281],[-5.558,57.278],[-5.55,57.276],[-5.545,57.279],[-5.539,57.28],[-5.535,57.282],[-5.533,57.281],[-5.523,57.281],[-5.519,57.279],[-5.519,57.284],[-5.513,57.288],[-5.512,57.29],[-5.507,57.292],[-5.499,57.293],[-5.492,57.298],[-5.489,57.3],[-5.491,57.305],[-5.49,57.307],[-5.486,57.308],[-5.481,57.312],[-5.465,57.316],[-5.459,57.316],[-5.454,57.315],[-5.446,57.316],[-5.444,57.319],[-5.44,57.319],[-5.437,57.316],[-5.439,57.314],[-5.445,57.311],[-5.448,57.312],[-5.453,57.31],[-5.463,57.31],[-5.468,57.309],[-5.474,57.309],[-5.478,57.307],[-5.485,57.307],[-5.488,57.304],[-5.486,57.3],[-5.486,57.297],[-5.491,57.294],[-5.494,57.294],[-5.496,57.29],[-5.504,57.287],[-5.506,57.285],[-5.515,57.282],[-5.516,57.279],[-5.513,57.272],[-5.51,57.271],[-5.507,57.268],[-5.5,57.262],[-5.493,57.261],[-5.49,57.258],[-5.483,57.257],[-5.477,57.253],[-5.471,57.248],[-5.462,57.242],[-5.451,57.237],[-5.448,57.237],[-5.435,57.236],[-5.426,57.233],[-5.42,57.233],[-5.413,57.231],[-5.407,57.233],[-5.401,57.234],[-5.394,57.231],[-5.401,57.228],[-5.406,57.228],[-5.408,57.226],[-5.419,57.222],[-5.419,57.218],[-5.427,57.217],[-5.427,57.214],[-5.433,57.212],[-5.443,57.218],[-5.447,57.222],[-5.45,57.224],[-5.457,57.226],[-5.462,57.229],[-5.474,57.232],[-5.486,57.239],[-5.486,57.24],[-5.492,57.245],[-5.496,57.246],[-5.505,57.252],[-5.508,57.254],[-5.517,57.263],[-5.524,57.269],[-5.527,57.269],[-5.533,57.271],[-5.535,57.269],[-5.543,57.269],[-5.55,57.265],[-5.556,57.264],[-5.562,57.262],[-5.572,57.26],[-5.578,57.257],[-5.586,57.257],[-5.591,57.256],[-5.594,57.259],[-5.599,57.259],[-5.603,57.256],[-5.609,57.254],[-5.625,57.251],[-5.636,57.25],[-5.64,57.247],[-5.649,57.242],[-5.653,57.238],[-5.656,57.232],[-5.655,57.227],[-5.65,57.225],[-5.647,57.226],[-5.641,57.226],[-5.636,57.225],[-5.631,57.222],[-5.633,57.221],[-5.626,57.216],[-5.624,57.212],[-5.628,57.211],[-5.629,57.209],[-5.635,57.207],[-5.638,57.201],[-5.642,57.197],[-5.651,57.196],[-5.659,57.191],[-5.662,57.19],[-5.668,57.186],[-5.676,57.184],[-5.68,57.181],[-5.683,57.176],[-5.691,57.173],[-5.693,57.171],[-5.689,57.169],[-5.687,57.167],[-5.692,57.162],[-5.689,57.159],[-5.69,57.157],[-5.682,57.154],[-5.681,57.15],[-5.667,57.145],[-5.662,57.144],[-5.661,57.143],[-5.65,57.142],[-5.645,57.144],[-5.632,57.145],[-5.623,57.145],[-5.618,57.146],[-5.611,57.146],[-5.602,57.143],[-5.599,57.143],[-5.594,57.14],[-5.584,57.139],[-5.581,57.137],[-5.579,57.133],[-5.571,57.133],[-5.57,57.134],[-5.561,57.134],[-5.56,57.131],[-5.559,57.126],[-5.554,57.125],[-5.556,57.122],[-5.55,57.116],[-5.553,57.112],[-5.548,57.111],[-5.545,57.108],[-5.536,57.106],[-5.534,57.104],[-5.527,57.102],[-5.526,57.103],[-5.514,57.102],[-5.503,57.105],[-5.494,57.106],[-5.489,57.102],[-5.48,57.105],[-5.468,57.106],[-5.46,57.109],[-5.455,57.108],[-5.454,57.11],[-5.442,57.112],[-5.437,57.112],[-5.427,57.115],[-5.417,57.115],[-5.406,57.11],[-5.398,57.111],[-5.389,57.109],[-5.391,57.107],[-5.398,57.108],[-5.402,57.108],[-5.411,57.11],[-5.417,57.11],[-5.423,57.109],[-5.426,57.107],[-5.441,57.105],[-5.446,57.106],[-5.452,57.105],[-5.454,57.104],[-5.476,57.101],[-5.482,57.101],[-5.485,57.1],[-5.492,57.098],[-5.505,57.097],[-5.51,57.098],[-5.512,57.096],[-5.516,57.092],[-5.516,57.084],[-5.518,57.082],[-5.523,57.083],[-5.526,57.086],[-5.529,57.086],[-5.539,57.089],[-5.543,57.09],[-5.55,57.092],[-5.557,57.096],[-5.561,57.098],[-5.564,57.095],[-5.569,57.097],[-5.571,57.1],[-5.571,57.103],[-5.575,57.103],[-5.578,57.108],[-5.586,57.112],[-5.588,57.115],[-5.592,57.119],[-5.598,57.119],[-5.604,57.12],[-5.611,57.12],[-5.624,57.122],[-5.636,57.123],[-5.642,57.127],[-5.646,57.128],[-5.654,57.127],[-5.661,57.125],[-5.663,57.123],[-5.67,57.122],[-5.676,57.12],[-5.685,57.119],[-5.697,57.121],[-5.702,57.119],[-5.719,57.119],[-5.725,57.115],[-5.723,57.112],[-5.727,57.109],[-5.727,57.106],[-5.73,57.103],[-5.73,57.099],[-5.736,57.097],[-5.742,57.093],[-5.748,57.091],[-5.753,57.091],[-5.76,57.089],[-5.766,57.085],[-5.766,57.082],[-5.773,57.083],[-5.777,57.079],[-5.782,57.076],[-5.783,57.074],[-5.787,57.073],[-5.789,57.07],[-5.788,57.067],[-5.797,57.063],[-5.795,57.058],[-5.791,57.054],[-5.787,57.052],[-5.788,57.05],[-5.786,57.049],[-5.78,57.049],[-5.779,57.046],[-5.772,57.046],[-5.768,57.048],[-5.764,57.052],[-5.761,57.05],[-5.762,57.046],[-5.756,57.042],[-5.758,57.039],[-5.752,57.036],[-5.755,57.034],[-5.749,57.032],[-5.749,57.029],[-5.736,57.03],[-5.733,57.031],[-5.736,57.036],[-5.727,57.038],[-5.724,57.038],[-5.712,57.041],[-5.706,57.041],[-5.696,57.04],[-5.692,57.041],[-5.683,57.038],[-5.681,57.036],[-5.673,57.034],[-5.67,57.032],[-5.67,57.028],[-5.672,57.026],[-5.682,57.026],[-5.685,57.021],[-5.679,57.01],[-5.673,57.005],[-5.67,57.003],[-5.662,56.995],[-5.656,56.993],[-5.651,56.993],[-5.639,56.992],[-5.634,56.99],[-5.633,56.987],[-5.625,56.987],[-5.622,56.986],[-5.62,56.983],[-5.605,56.987],[-5.602,56.986],[-5.597,56.99],[-5.591,56.992],[-5.584,56.993],[-5.581,56.992],[-5.573,56.993],[-5.568,56.995],[-5.561,56.995],[-5.554,56.997],[-5.552,56.999],[-5.545,56.998],[-5.541,57],[-5.533,57.002],[-5.529,57],[-5.523,57.006],[-5.519,57.004],[-5.519,57.002],[-5.524,57.001],[-5.521,56.998],[-5.51,56.997],[-5.509,56.994],[-5.523,56.994],[-5.531,56.993],[-5.542,56.99],[-5.548,56.99],[-5.556,56.987],[-5.564,56.987],[-5.576,56.983],[-5.579,56.984],[-5.582,56.981],[-5.592,56.98],[-5.594,56.982],[-5.604,56.983],[-5.609,56.983],[-5.615,56.98],[-5.614,56.978],[-5.626,56.975],[-5.635,56.975],[-5.633,56.97],[-5.642,56.974],[-5.647,56.975],[-5.656,56.978],[-5.66,56.976],[-5.666,56.976],[-5.672,56.978],[-5.678,56.98],[-5.681,56.982],[-5.689,56.985],[-5.692,56.988],[-5.697,56.986],[-5.704,56.99],[-5.709,56.991],[-5.714,56.998],[-5.715,57.001],[-5.719,57.006],[-5.722,57.008],[-5.725,57.016],[-5.727,57.018],[-5.738,57.017],[-5.749,57.017],[-5.752,57.016],[-5.757,57.016],[-5.761,57.015],[-5.772,57.015],[-5.776,57.016],[-5.782,57.014],[-5.789,57.014],[-5.792,57.012],[-5.797,57.014],[-5.808,57.014],[-5.821,57.012],[-5.823,57.009],[-5.823,57.005],[-5.832,57.004],[-5.834,57.003],[-5.834,56.997],[-5.831,56.994],[-5.835,56.991],[-5.839,56.992],[-5.843,56.99],[-5.843,56.98],[-5.846,56.977],[-5.847,56.974],[-5.846,56.972],[-5.841,56.972],[-5.832,56.972],[-5.83,56.974],[-5.825,56.973],[-5.828,56.971],[-5.823,56.967],[-5.822,56.963],[-5.831,56.965],[-5.837,56.968],[-5.845,56.967],[-5.844,56.965],[-5.848,56.96],[-5.849,56.957],[-5.852,56.956],[-5.853,56.954],[-5.851,56.953],[-5.853,56.95],[-5.857,56.946],[-5.854,56.945],[-5.853,56.941],[-5.857,56.94],[-5.863,56.941],[-5.862,56.936],[-5.866,56.936],[-5.867,56.934],[-5.863,56.928],[-5.869,56.926],[-5.872,56.926],[-5.877,56.924],[-5.877,56.921],[-5.883,56.923],[-5.883,56.917],[-5.878,56.916],[-5.873,56.91],[-5.869,56.91],[-5.863,56.909],[-5.855,56.912],[-5.85,56.912],[-5.85,56.909],[-5.845,56.909],[-5.845,56.906],[-5.854,56.902],[-5.85,56.901],[-5.851,56.899],[-5.862,56.896],[-5.871,56.9],[-5.88,56.899],[-5.883,56.903],[-5.886,56.905],[-5.894,56.904],[-5.899,56.9],[-5.896,56.897],[-5.901,56.896],[-5.905,56.894],[-5.911,56.894],[-5.913,56.893],[-5.923,56.892],[-5.922,56.887],[-5.918,56.886],[-5.916,56.881],[-5.907,56.884],[-5.906,56.879],[-5.901,56.879],[-5.9,56.877],[-5.893,56.876],[-5.887,56.874],[-5.885,56.876],[-5.882,56.88],[-5.88,56.877],[-5.875,56.88],[-5.869,56.881],[-5.868,56.883],[-5.864,56.884],[-5.86,56.882],[-5.854,56.883],[-5.852,56.882],[-5.844,56.882],[-5.836,56.885],[-5.835,56.887],[-5.828,56.889],[-5.822,56.887],[-5.814,56.887],[-5.807,56.89],[-5.804,56.892],[-5.794,56.892],[-5.787,56.891],[-5.778,56.894],[-5.768,56.894],[-5.765,56.893],[-5.759,56.894],[-5.756,56.893],[-5.749,56.895],[-5.738,56.896],[-5.733,56.893],[-5.73,56.892],[-5.731,56.889],[-5.725,56.887],[-5.724,56.885],[-5.732,56.885],[-5.739,56.884],[-5.745,56.884],[-5.75,56.882],[-5.752,56.881],[-5.762,56.878],[-5.767,56.874],[-5.777,56.87],[-5.783,56.867],[-5.789,56.86],[-5.78,56.86],[-5.775,56.861],[-5.773,56.858],[-5.769,56.858],[-5.763,56.859],[-5.756,56.858],[-5.757,56.856],[-5.754,56.854],[-5.748,56.856],[-5.744,56.854],[-5.74,56.854],[-5.739,56.856],[-5.733,56.854],[-5.731,56.854],[-5.721,56.851],[-5.718,56.852],[-5.717,56.854],[-5.716,56.862],[-5.713,56.864],[-5.711,56.867],[-5.703,56.869],[-5.7,56.874],[-5.695,56.877],[-5.692,56.877],[-5.69,56.88],[-5.682,56.879],[-5.68,56.882],[-5.676,56.882],[-5.672,56.879],[-5.666,56.879],[-5.662,56.883],[-5.657,56.884],[-5.653,56.885],[-5.64,56.887],[-5.634,56.888],[-5.631,56.885],[-5.629,56.881],[-5.622,56.881],[-5.609,56.879],[-5.606,56.88],[-5.602,56.879],[-5.591,56.879],[-5.577,56.875],[-5.57,56.877],[-5.563,56.877],[-5.555,56.874],[-5.553,56.872],[-5.53,56.874],[-5.521,56.874],[-5.518,56.873],[-5.513,56.873],[-5.506,56.875],[-5.49,56.876],[-5.479,56.878],[-5.471,56.877],[-5.471,56.876],[-5.464,56.875],[-5.455,56.871],[-5.463,56.867],[-5.47,56.86],[-5.482,56.856],[-5.479,56.853],[-5.474,56.851],[-5.47,56.852],[-5.469,56.855],[-5.465,56.855],[-5.46,56.86],[-5.458,56.862],[-5.453,56.862],[-5.452,56.866],[-5.446,56.867],[-5.443,56.87],[-5.44,56.87],[-5.435,56.867],[-5.432,56.868],[-5.424,56.866],[-5.42,56.866],[-5.416,56.864],[-5.408,56.858],[-5.402,56.858],[-5.395,56.862],[-5.364,56.858],[-5.36,56.858],[-5.35,56.859],[-5.347,56.858],[-5.344,56.859],[-5.336,56.859],[-5.332,56.86],[-5.326,56.859],[-5.319,56.859],[-5.306,56.856],[-5.291,56.856],[-5.275,56.854],[-5.271,56.855],[-5.263,56.853],[-5.25,56.855],[-5.241,56.854],[-5.239,56.855],[-5.225,56.855],[-5.218,56.855],[-5.207,56.855],[-5.201,56.856],[-5.191,56.855],[-5.187,56.853],[-5.175,56.853],[-5.165,56.849],[-5.163,56.847],[-5.163,56.844],[-5.15,56.839],[-5.142,56.839],[-5.134,56.843],[-5.123,56.843],[-5.111,56.839],[-5.105,56.836],[-5.102,56.834],[-5.103,56.827],[-5.1,56.828],[-5.099,56.833],[-5.097,56.834],[-5.091,56.831],[-5.101,56.825],[-5.109,56.823],[-5.108,56.821],[-5.12,56.813],[-5.123,56.812],[-5.126,56.809],[-5.134,56.803],[-5.142,56.795],[-5.157,56.785],[-5.164,56.781],[-5.169,56.773],[-5.176,56.768],[-5.182,56.761],[-5.19,56.757],[-5.191,56.755],[-5.154,56.745],[-5.149,56.748],[-5.139,56.741],[-5.135,56.735],[-5.125,56.732],[-5.121,56.731],[-5.109,56.732],[-5.091,56.739],[-5.069,56.749],[-5.056,56.751],[-5.041,56.748],[-5.032,56.745],[-5.011,56.743],[-4.998,56.743],[-4.977,56.745],[-4.97,56.746],[-4.96,56.744],[-4.949,56.743],[-4.94,56.743],[-4.92,56.746],[-4.91,56.745],[-4.901,56.746],[-4.891,56.748],[-4.886,56.752],[-4.863,56.764],[-4.86,56.767],[-4.853,56.779],[-4.835,56.774],[-4.824,56.774],[-4.804,56.773],[-4.778,56.771],[-4.773,56.767],[-4.771,56.76],[-4.752,56.757],[-4.744,56.754],[-4.744,56.752],[-4.747,56.747],[-4.745,56.742],[-4.732,56.742],[-4.72,56.746],[-4.694,56.748],[-4.685,56.746],[-4.673,56.742],[-4.665,56.738],[-4.663,56.733],[-4.661,56.721],[-4.659,56.716],[-4.639,56.713],[-4.628,56.712],[-4.618,56.71],[-4.605,56.709],[-4.592,56.724],[-4.585,56.73],[-4.576,56.735],[-4.578,56.735],[-4.581,56.746],[-4.584,56.751],[-4.586,56.758],[-4.59,56.76],[-4.583,56.762],[-4.581,56.765],[-4.575,56.766],[-4.56,56.77],[-4.547,56.772],[-4.551,56.776],[-4.55,56.782],[-4.545,56.783],[-4.538,56.787],[-4.535,56.791],[-4.536,56.794],[-4.532,56.796],[-4.535,56.802],[-4.529,56.806],[-4.534,56.81],[-4.531,56.813],[-4.523,56.816],[-4.522,56.817],[-4.514,56.818],[-4.516,56.821],[-4.518,56.829],[-4.508,56.834],[-4.517,56.834],[-4.526,56.834],[-4.532,56.831],[-4.534,56.828],[-4.538,56.825],[-4.541,56.825],[-4.547,56.827],[-4.547,56.83],[-4.551,56.831],[-4.556,56.829],[-4.563,56.832],[-4.565,56.839],[-4.574,56.839],[-4.581,56.84],[-4.574,56.842],[-4.572,56.844],[-4.565,56.847],[-4.559,56.851],[-4.557,56.854],[-4.56,56.86],[-4.555,56.863],[-4.553,56.866],[-4.553,56.873],[-4.552,56.875],[-4.555,56.878],[-4.559,56.878],[-4.564,56.877],[-4.567,56.878],[-4.575,56.878],[-4.578,56.881],[-4.578,56.883],[-4.574,56.886],[-4.576,56.888],[-4.572,56.892],[-4.57,56.897],[-4.567,56.9],[-4.564,56.902],[-4.562,56.905],[-4.558,56.908],[-4.555,56.913],[-4.56,56.915],[-4.561,56.918],[-4.553,56.92],[-4.551,56.923],[-4.548,56.924],[-4.541,56.929],[-4.533,56.93],[-4.523,56.932],[-4.518,56.935],[-4.515,56.938],[-4.507,56.941],[-4.499,56.946],[-4.498,56.949],[-4.504,56.949],[-4.506,56.949],[-4.522,56.946],[-4.527,56.944],[-4.534,56.944],[-4.541,56.948],[-4.558,56.949],[-4.563,56.948],[-4.569,56.949],[-4.578,56.949],[-4.582,56.953],[-4.588,56.953],[-4.59,56.95],[-4.589,56.948],[-4.594,56.948],[-4.601,56.951],[-4.597,56.954],[-4.59,56.955],[-4.588,56.96],[-4.591,56.962],[-4.578,56.966],[-4.578,56.97],[-4.575,56.97],[-4.576,56.976],[-4.574,56.981],[-4.566,56.987],[-4.568,56.989],[-4.573,56.991],[-4.577,56.995],[-4.588,56.995],[-4.592,56.997],[-4.598,56.999],[-4.602,57.002],[-4.6,57.005],[-4.605,57.005],[-4.612,57.008],[-4.616,57.012],[-4.614,57.015],[-4.615,57.018],[-4.618,57.02],[-4.613,57.022],[-4.609,57.025],[-4.605,57.026],[-4.61,57.028],[-4.613,57.027],[-4.617,57.027],[-4.629,57.03],[-4.633,57.035],[-4.627,57.044],[-4.621,57.044],[-4.612,57.047],[-4.611,57.05],[-4.602,57.052],[-4.597,57.055],[-4.596,57.058],[-4.593,57.06],[-4.583,57.061],[-4.58,57.061],[-4.579,57.058],[-4.567,57.054],[-4.557,57.057],[-4.553,57.059],[-4.545,57.055],[-4.539,57.054],[-4.533,57.059],[-4.53,57.064],[-4.524,57.069],[-4.52,57.072],[-4.51,57.07],[-4.506,57.067],[-4.495,57.065],[-4.489,57.063],[-4.484,57.065],[-4.481,57.071],[-4.474,57.075],[-4.469,57.074],[-4.464,57.073],[-4.461,57.07],[-4.454,57.068],[-4.45,57.067],[-4.447,57.069],[-4.444,57.072],[-4.44,57.071],[-4.429,57.074],[-4.418,57.075],[-4.407,57.079],[-4.397,57.08],[-4.393,57.083],[-4.384,57.08],[-4.376,57.073],[-4.368,57.07],[-4.369,57.067],[-4.372,57.065],[-4.37,57.063],[-4.372,57.058],[-4.352,57.055],[-4.349,57.053],[-4.344,57.053],[-4.341,57.052],[-4.336,57.055],[-4.33,57.054],[-4.327,57.061],[-4.323,57.063],[-4.319,57.068],[-4.316,57.069],[-4.309,57.074],[-4.307,57.078],[-4.312,57.083],[-4.312,57.085],[-4.315,57.091],[-4.312,57.092],[-4.306,57.09],[-4.3,57.091],[-4.293,57.095],[-4.285,57.096],[-4.278,57.094],[-4.27,57.099],[-4.261,57.098],[-4.261,57.1],[-4.254,57.104],[-4.252,57.108],[-4.247,57.108],[-4.242,57.111],[-4.24,57.114],[-4.235,57.114],[-4.227,57.12],[-4.22,57.123],[-4.215,57.121],[-4.21,57.122],[-4.199,57.124],[-4.195,57.123],[-4.19,57.123],[-4.183,57.123],[-4.176,57.125],[-4.172,57.127],[-4.164,57.127],[-4.159,57.125],[-4.153,57.122],[-4.143,57.128],[-4.139,57.129],[-4.141,57.134],[-4.147,57.138],[-4.146,57.14],[-4.149,57.143],[-4.155,57.143],[-4.158,57.146],[-4.154,57.154],[-4.148,57.161],[-4.139,57.164],[-4.137,57.17],[-4.132,57.177],[-4.127,57.176],[-4.127,57.179],[-4.122,57.184],[-4.116,57.183],[-4.115,57.18],[-4.094,57.184],[-4.082,57.188],[-4.063,57.189],[-4.057,57.199],[-4.059,57.204],[-4.043,57.214],[-4.038,57.223],[-4.041,57.234],[-4.042,57.246],[-4.014,57.253],[-3.985,57.269],[-3.965,57.278],[-3.962,57.293],[-3.924,57.31],[-3.911,57.31],[-3.899,57.318],[-3.89,57.319],[-3.884,57.324],[-3.87,57.329],[-3.868,57.331],[-3.858,57.336],[-3.852,57.337],[-3.844,57.343],[-3.856,57.345],[-3.876,57.351],[-3.887,57.357],[-3.891,57.361],[-3.886,57.366],[-3.894,57.366],[-3.896,57.369],[-3.901,57.371],[-3.9,57.374],[-3.902,57.379],[-3.905,57.383],[-3.919,57.382],[-3.926,57.385],[-3.93,57.385],[-3.934,57.388],[-3.943,57.388],[-3.948,57.387],[-3.952,57.389],[-3.962,57.398],[-3.959,57.413],[-3.96,57.415],[-3.954,57.419],[-3.957,57.424],[-3.96,57.427],[-3.963,57.428],[-3.978,57.427],[-3.989,57.423],[-3.993,57.423],[-3.997,57.42],[-4.005,57.415],[-4.014,57.418],[-4.019,57.418],[-4.02,57.419],[-4.026,57.421],[-4.022,57.431],[-4.03,57.429],[-4.044,57.427],[-4.048,57.428],[-4.054,57.426],[-4.056,57.433],[-4.055,57.435],[-4.037,57.434],[-4.026,57.436],[-4.018,57.437],[-4.018,57.439],[-4.023,57.442],[-4.023,57.447],[-4.03,57.449],[-4.036,57.453],[-4.041,57.455],[-4.039,57.457],[-4.045,57.462],[-4.046,57.465],[-4.05,57.468],[-4.059,57.47],[-4.063,57.472],[-4.062,57.477],[-4.068,57.487],[-4.075,57.491],[-4.073,57.493],[-4.059,57.5],[-4.056,57.501],[-4.069,57.508],[-4.08,57.504],[-4.09,57.501],[-4.101,57.508],[-4.104,57.511],[-4.112,57.508],[-4.117,57.505],[-4.128,57.502],[-4.141,57.501],[-4.145,57.5],[-4.149,57.501],[-4.152,57.5],[-4.163,57.492],[-4.178,57.485],[-4.185,57.484],[-4.188,57.484],[-4.188,57.487],[-4.193,57.49],[-4.196,57.489],[-4.207,57.493],[-4.21,57.493],[-4.213,57.495],[-4.22,57.497],[-4.229,57.494],[-4.235,57.494],[-4.236,57.492],[-4.23,57.486],[-4.232,57.485],[-4.235,57.489],[-4.239,57.491],[-4.239,57.494],[-4.246,57.494],[-4.251,57.49],[-4.259,57.49],[-4.266,57.487],[-4.288,57.481],[-4.288,57.479],[-4.283,57.474],[-4.283,57.471],[-4.287,57.469],[-4.291,57.466],[-4.295,57.466],[-4.31,57.459],[-4.313,57.459],[-4.323,57.454],[-4.327,57.449],[-4.334,57.443],[-4.337,57.439],[-4.342,57.436],[-4.352,57.435],[-4.362,57.433],[-4.369,57.431],[-4.383,57.428],[-4.391,57.422],[-4.409,57.426],[-4.41,57.423],[-4.422,57.412],[-4.426,57.402],[-4.432,57.39],[-4.445,57.374],[-4.455,57.373],[-4.457,57.369],[-4.457,57.365],[-4.46,57.365],[-4.471,57.366],[-4.477,57.369],[-4.487,57.367],[-4.503,57.368],[-4.522,57.369],[-4.54,57.367],[-4.542,57.374],[-4.604,57.373],[-4.612,57.383],[-4.619,57.386],[-4.623,57.39],[-4.629,57.396],[-4.63,57.405],[-4.624,57.409],[-4.626,57.42],[-4.63,57.424],[-4.624,57.424],[-4.62,57.421],[-4.615,57.424],[-4.612,57.429],[-4.615,57.437],[-4.617,57.443],[-4.624,57.446],[-4.634,57.451],[-4.642,57.454],[-4.643,57.459],[-4.643,57.466],[-4.641,57.472],[-4.651,57.477],[-4.671,57.479],[-4.675,57.488],[-4.674,57.492],[-4.676,57.494],[-4.686,57.492],[-4.692,57.492],[-4.704,57.491],[-4.706,57.486],[-4.713,57.483],[-4.712,57.479],[-4.716,57.479],[-4.722,57.477],[-4.728,57.476],[-4.738,57.477],[-4.745,57.481],[-4.752,57.484],[-4.753,57.488],[-4.75,57.492],[-4.751,57.497],[-4.757,57.499],[-4.772,57.497],[-4.777,57.494],[-4.781,57.494],[-4.795,57.494],[-4.8,57.494],[-4.815,57.495],[-4.821,57.494],[-4.827,57.492],[-4.828,57.489],[-4.832,57.489],[-4.832,57.487],[-4.844,57.486],[-4.859,57.482],[-4.865,57.483],[-4.869,57.482],[-4.871,57.483],[-4.879,57.481],[-4.884,57.482],[-4.889,57.48],[-4.899,57.474],[-4.904,57.473],[-4.908,57.475],[-4.915,57.473],[-4.918,57.476],[-4.933,57.476],[-4.939,57.473],[-4.952,57.473],[-4.956,57.472],[-4.962,57.473],[-4.965,57.472],[-4.988,57.468],[-5.004,57.463],[-5.008,57.46],[-5.01,57.458],[-5.015,57.455],[-5.023,57.453],[-5.031,57.449],[-5.046,57.44],[-5.049,57.437],[-5.048,57.435],[-5.042,57.434],[-5.039,57.432],[-5.041,57.43],[-5.056,57.431],[-5.061,57.435],[-5.065,57.429],[-5.084,57.423],[-5.086,57.422],[-5.097,57.422],[-5.111,57.422],[-5.115,57.422],[-5.125,57.424],[-5.143,57.429],[-5.156,57.431],[-5.167,57.431],[-5.176,57.431],[-5.188,57.429],[-5.193,57.428],[-5.199,57.428],[-5.204,57.427],[-5.215,57.425],[-5.222,57.424],[-5.228,57.421],[-5.237,57.419],[-5.248,57.422],[-5.25,57.428],[-5.248,57.434],[-5.242,57.441],[-5.23,57.449],[-5.23,57.455],[-5.205,57.457],[-5.208,57.467],[-5.208,57.473],[-5.206,57.478],[-5.194,57.485],[-5.186,57.486],[-5.175,57.49],[-5.163,57.497],[-5.156,57.503],[-5.154,57.51],[-5.157,57.517],[-5.161,57.523],[-5.168,57.526],[-5.184,57.523],[-5.197,57.521],[-5.201,57.527],[-5.21,57.528],[-5.213,57.529],[-5.224,57.529],[-5.229,57.537],[-5.218,57.538],[-5.215,57.541],[-5.198,57.538],[-5.186,57.537],[-5.179,57.538],[-5.188,57.546],[-5.194,57.549],[-5.198,57.554],[-5.2,57.559],[-5.199,57.567],[-5.193,57.568],[-5.187,57.573],[-5.187,57.585],[-5.186,57.589],[-5.178,57.599],[-5.159,57.604],[-5.147,57.609],[-5.143,57.612],[-5.142,57.618],[-5.136,57.629],[-5.138,57.634],[-5.143,57.639],[-5.142,57.644],[-5.136,57.652],[-5.152,57.656],[-5.154,57.658],[-5.154,57.662],[-5.153,57.669],[-5.148,57.68],[-5.157,57.685],[-5.166,57.689],[-5.174,57.689],[-5.19,57.688],[-5.2,57.686],[-5.215,57.686],[-5.226,57.686],[-5.236,57.691],[-5.243,57.695],[-5.244,57.702],[-5.252,57.703],[-5.261,57.705],[-5.266,57.704],[-5.275,57.702],[-5.284,57.702],[-5.291,57.707],[-5.3,57.711],[-5.305,57.714],[-5.318,57.715],[-5.329,57.722],[-5.335,57.725],[-5.352,57.73],[-5.362,57.731],[-5.378,57.731],[-5.395,57.729],[-5.412,57.726],[-5.418,57.731],[-5.433,57.745],[-5.449,57.75],[-5.475,57.775],[-5.479,57.775],[-5.507,57.768],[-5.516,57.779],[-5.501,57.784],[-5.5,57.785],[-5.508,57.791],[-5.512,57.793],[-5.527,57.794],[-5.535,57.797],[-5.559,57.802],[-5.591,57.808]]],[[[-5.717,57.875],[-5.718,57.874],[-5.712,57.873],[-5.711,57.875],[-5.717,57.875]]]]},"properties":{"PCON24NM":"Inverness, Skye and West Ross-shire","PCON24CD":"S14000094"},"PCON24CD":598}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.117,55.915],[-3.121,55.916],[-3.122,55.918],[-3.127,55.915],[-3.136,55.919],[-3.131,55.922],[-3.136,55.925],[-3.143,55.921],[-3.149,55.923],[-3.144,55.925],[-3.149,55.934],[-3.145,55.937],[-3.168,55.94],[-3.172,55.942],[-3.176,55.94],[-3.182,55.939],[-3.183,55.94],[-3.19,55.94],[-3.199,55.941],[-3.205,55.94],[-3.208,55.937],[-3.213,55.941],[-3.221,55.938],[-3.224,55.934],[-3.22,55.931],[-3.216,55.929],[-3.224,55.927],[-3.225,55.924],[-3.222,55.919],[-3.223,55.915],[-3.221,55.912],[-3.218,55.912],[-3.219,55.907],[-3.218,55.903],[-3.213,55.904],[-3.212,55.888],[-3.207,55.89],[-3.201,55.89],[-3.201,55.895],[-3.19,55.893],[-3.162,55.889],[-3.148,55.89],[-3.137,55.892],[-3.121,55.897],[-3.112,55.899],[-3.093,55.9],[-3.098,55.904],[-3.105,55.907],[-3.117,55.915]]]},"properties":{"PCON24NM":"Edinburgh South","PCON24CD":"S14000080"},"PCON24CD":599}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.085,54.769],[-4.089,54.765],[-4.083,54.765],[-4.083,54.767],[-4.085,54.769]]],[[[-4.222,54.818],[-4.221,54.819],[-4.223,54.822],[-4.229,54.818],[-4.224,54.815],[-4.222,54.818]]],[[[-3.808,54.835],[-3.813,54.833],[-3.811,54.831],[-3.808,54.831],[-3.808,54.835]]],[[[-4.112,55.305],[-4.114,55.302],[-4.116,55.3],[-4.124,55.296],[-4.131,55.296],[-4.134,55.293],[-4.139,55.285],[-4.146,55.284],[-4.15,55.285],[-4.16,55.29],[-4.166,55.292],[-4.174,55.296],[-4.178,55.303],[-4.185,55.306],[-4.186,55.308],[-4.194,55.313],[-4.195,55.315],[-4.199,55.316],[-4.205,55.318],[-4.209,55.318],[-4.214,55.317],[-4.22,55.318],[-4.227,55.318],[-4.229,55.322],[-4.233,55.323],[-4.238,55.321],[-4.242,55.318],[-4.246,55.314],[-4.246,55.311],[-4.25,55.306],[-4.257,55.306],[-4.258,55.308],[-4.266,55.309],[-4.27,55.311],[-4.272,55.31],[-4.278,55.31],[-4.285,55.308],[-4.291,55.31],[-4.296,55.31],[-4.299,55.311],[-4.302,55.31],[-4.304,55.305],[-4.311,55.301],[-4.31,55.297],[-4.311,55.294],[-4.32,55.286],[-4.324,55.284],[-4.328,55.281],[-4.328,55.279],[-4.336,55.275],[-4.339,55.272],[-4.345,55.271],[-4.347,55.265],[-4.354,55.265],[-4.356,55.259],[-4.36,55.258],[-4.359,55.255],[-4.355,55.253],[-4.358,55.246],[-4.362,55.242],[-4.361,55.238],[-4.364,55.233],[-4.366,55.229],[-4.369,55.228],[-4.375,55.22],[-4.378,55.211],[-4.382,55.207],[-4.378,55.202],[-4.38,55.201],[-4.389,55.203],[-4.392,55.202],[-4.395,55.199],[-4.394,55.198],[-4.396,55.192],[-4.398,55.191],[-4.397,55.186],[-4.401,55.187],[-4.409,55.179],[-4.409,55.173],[-4.413,55.168],[-4.412,55.165],[-4.408,55.163],[-4.407,55.159],[-4.41,55.152],[-4.417,55.147],[-4.421,55.144],[-4.431,55.139],[-4.435,55.138],[-4.441,55.14],[-4.443,55.147],[-4.442,55.154],[-4.447,55.159],[-4.447,55.165],[-4.443,55.167],[-4.451,55.168],[-4.455,55.171],[-4.462,55.17],[-4.464,55.162],[-4.468,55.159],[-4.472,55.156],[-4.479,55.153],[-4.489,55.152],[-4.5,55.153],[-4.514,55.152],[-4.516,55.153],[-4.531,55.158],[-4.542,55.158],[-4.548,55.159],[-4.558,55.158],[-4.565,55.158],[-4.568,55.155],[-4.575,55.153],[-4.575,55.15],[-4.579,55.149],[-4.584,55.142],[-4.586,55.144],[-4.59,55.142],[-4.593,55.14],[-4.596,55.141],[-4.598,55.138],[-4.61,55.142],[-4.615,55.14],[-4.619,55.142],[-4.626,55.139],[-4.625,55.136],[-4.627,55.134],[-4.632,55.133],[-4.636,55.131],[-4.646,55.128],[-4.645,55.126],[-4.65,55.121],[-4.657,55.121],[-4.658,55.12],[-4.66,55.116],[-4.662,55.112],[-4.659,55.107],[-4.66,55.101],[-4.658,55.1],[-4.657,55.093],[-4.661,55.089],[-4.658,55.087],[-4.655,55.088],[-4.65,55.083],[-4.647,55.081],[-4.647,55.078],[-4.637,55.077],[-4.635,55.078],[-4.63,55.077],[-4.631,55.074],[-4.631,55.072],[-4.627,55.071],[-4.625,55.068],[-4.627,55.065],[-4.629,55.064],[-4.627,55.061],[-4.632,55.058],[-4.636,55.053],[-4.634,55.051],[-4.646,55.049],[-4.645,55.052],[-4.646,55.054],[-4.651,55.055],[-4.656,55.053],[-4.661,55.054],[-4.667,55.051],[-4.67,55.051],[-4.677,55.049],[-4.677,55.047],[-4.681,55.044],[-4.69,55.045],[-4.694,55.043],[-4.702,55.042],[-4.708,55.039],[-4.711,55.04],[-4.715,55.038],[-4.719,55.041],[-4.722,55.044],[-4.726,55.046],[-4.73,55.043],[-4.734,55.042],[-4.737,55.042],[-4.74,55.047],[-4.743,55.047],[-4.745,55.044],[-4.75,55.044],[-4.753,55.042],[-4.761,55.038],[-4.766,55.04],[-4.776,55.042],[-4.783,55.038],[-4.788,55.032],[-4.79,55.031],[-4.794,55.033],[-4.791,55.037],[-4.797,55.041],[-4.799,55.044],[-4.804,55.043],[-4.816,55.043],[-4.819,55.041],[-4.824,55.041],[-4.827,55.035],[-4.834,55.036],[-4.833,55.038],[-4.835,55.041],[-4.841,55.045],[-4.844,55.043],[-4.851,55.044],[-4.859,55.041],[-4.865,55.041],[-4.873,55.038],[-4.877,55.038],[-4.879,55.04],[-4.884,55.04],[-4.883,55.047],[-4.888,55.052],[-4.896,55.054],[-4.895,55.061],[-4.901,55.064],[-4.905,55.062],[-4.909,55.062],[-4.913,55.066],[-4.923,55.066],[-4.924,55.065],[-4.933,55.064],[-4.93,55.059],[-4.931,55.057],[-4.931,55.051],[-4.94,55.046],[-4.943,55.044],[-4.944,55.039],[-4.952,55.03],[-4.958,55.027],[-4.957,55.026],[-4.962,55.02],[-4.974,55.024],[-4.978,55.022],[-4.981,55.018],[-4.973,55.012],[-4.978,55.009],[-4.987,55.011],[-4.995,55.009],[-5.015,55.006],[-5.029,55.003],[-5.035,54.999],[-5.04,54.998],[-5.036,54.989],[-5.036,54.984],[-5.03,54.98],[-5.031,54.976],[-5.03,54.974],[-5.025,54.973],[-5.019,54.97],[-5.006,54.953],[-5.007,54.951],[-5.006,54.949],[-5.007,54.944],[-5.002,54.943],[-5,54.94],[-4.996,54.936],[-4.993,54.929],[-4.993,54.926],[-4.991,54.922],[-4.991,54.919],[-4.996,54.913],[-5.002,54.91],[-5.011,54.907],[-5.018,54.905],[-5.024,54.909],[-5.024,54.906],[-5.036,54.909],[-5.041,54.913],[-5.047,54.918],[-5.054,54.92],[-5.061,54.924],[-5.065,54.928],[-5.065,54.931],[-5.068,54.934],[-5.07,54.94],[-5.07,54.945],[-5.072,54.95],[-5.07,54.953],[-5.071,54.957],[-5.075,54.959],[-5.075,54.964],[-5.069,54.967],[-5.062,54.968],[-5.066,54.972],[-5.065,54.974],[-5.068,54.976],[-5.072,54.982],[-5.07,54.989],[-5.075,54.992],[-5.075,54.995],[-5.078,54.997],[-5.087,55],[-5.086,55.004],[-5.088,55.006],[-5.091,55.013],[-5.096,55.017],[-5.101,55.018],[-5.112,55.017],[-5.119,55.014],[-5.123,55.014],[-5.125,55.011],[-5.134,55.01],[-5.138,55.007],[-5.143,55.007],[-5.147,55.009],[-5.157,55.009],[-5.162,55.006],[-5.161,55.004],[-5.167,55.002],[-5.173,54.994],[-5.172,54.991],[-5.175,54.99],[-5.177,54.986],[-5.184,54.979],[-5.185,54.978],[-5.186,54.975],[-5.179,54.973],[-5.179,54.971],[-5.179,54.964],[-5.181,54.96],[-5.184,54.956],[-5.187,54.952],[-5.186,54.948],[-5.187,54.945],[-5.186,54.943],[-5.185,54.937],[-5.187,54.935],[-5.185,54.93],[-5.187,54.929],[-5.185,54.927],[-5.186,54.925],[-5.185,54.915],[-5.181,54.909],[-5.175,54.907],[-5.174,54.902],[-5.164,54.894],[-5.159,54.89],[-5.154,54.879],[-5.15,54.875],[-5.145,54.871],[-5.144,54.867],[-5.148,54.864],[-5.148,54.861],[-5.145,54.861],[-5.145,54.858],[-5.14,54.857],[-5.141,54.854],[-5.135,54.85],[-5.13,54.85],[-5.13,54.847],[-5.124,54.843],[-5.117,54.842],[-5.117,54.84],[-5.115,54.837],[-5.108,54.835],[-5.108,54.832],[-5.103,54.829],[-5.095,54.829],[-5.088,54.827],[-5.084,54.825],[-5.083,54.821],[-5.078,54.816],[-5.074,54.816],[-5.07,54.813],[-5.066,54.812],[-5.06,54.812],[-5.059,54.81],[-5.054,54.81],[-5.052,54.806],[-5.048,54.804],[-5.044,54.803],[-5.04,54.799],[-5.042,54.797],[-5.043,54.794],[-5.04,54.791],[-5.031,54.79],[-5.026,54.786],[-5.024,54.786],[-5.019,54.782],[-5.012,54.784],[-5.012,54.782],[-5.007,54.776],[-5.001,54.773],[-4.999,54.765],[-5,54.763],[-5.004,54.762],[-5.007,54.76],[-5.003,54.759],[-5.004,54.755],[-4.998,54.753],[-4.993,54.753],[-4.989,54.752],[-4.987,54.75],[-4.987,54.745],[-4.991,54.742],[-4.99,54.74],[-4.993,54.736],[-4.993,54.735],[-4.989,54.733],[-4.984,54.732],[-4.981,54.734],[-4.972,54.733],[-4.969,54.731],[-4.96,54.73],[-4.957,54.729],[-4.956,54.724],[-4.964,54.722],[-4.967,54.718],[-4.963,54.716],[-4.963,54.713],[-4.958,54.706],[-4.955,54.704],[-4.948,54.702],[-4.95,54.699],[-4.956,54.698],[-4.962,54.695],[-4.966,54.692],[-4.969,54.692],[-4.973,54.69],[-4.974,54.684],[-4.969,54.678],[-4.963,54.676],[-4.968,54.673],[-4.965,54.67],[-4.964,54.667],[-4.965,54.664],[-4.96,54.664],[-4.951,54.658],[-4.937,54.652],[-4.933,54.648],[-4.931,54.648],[-4.918,54.643],[-4.91,54.644],[-4.902,54.64],[-4.893,54.64],[-4.888,54.639],[-4.883,54.64],[-4.884,54.637],[-4.877,54.634],[-4.87,54.634],[-4.864,54.635],[-4.861,54.634],[-4.856,54.634],[-4.853,54.637],[-4.859,54.638],[-4.865,54.638],[-4.877,54.639],[-4.877,54.642],[-4.879,54.649],[-4.882,54.653],[-4.884,54.654],[-4.883,54.658],[-4.881,54.661],[-4.88,54.667],[-4.882,54.669],[-4.88,54.672],[-4.874,54.677],[-4.867,54.682],[-4.87,54.682],[-4.876,54.686],[-4.882,54.686],[-4.886,54.692],[-4.891,54.691],[-4.895,54.692],[-4.898,54.695],[-4.899,54.699],[-4.906,54.701],[-4.907,54.706],[-4.905,54.712],[-4.908,54.715],[-4.911,54.722],[-4.911,54.726],[-4.915,54.728],[-4.916,54.731],[-4.914,54.735],[-4.92,54.737],[-4.921,54.739],[-4.917,54.743],[-4.922,54.746],[-4.927,54.75],[-4.929,54.757],[-4.932,54.762],[-4.939,54.764],[-4.94,54.765],[-4.938,54.769],[-4.94,54.77],[-4.939,54.777],[-4.943,54.779],[-4.943,54.782],[-4.946,54.785],[-4.947,54.791],[-4.951,54.797],[-4.957,54.8],[-4.961,54.803],[-4.96,54.808],[-4.953,54.815],[-4.943,54.823],[-4.94,54.827],[-4.939,54.831],[-4.934,54.834],[-4.925,54.835],[-4.92,54.836],[-4.894,54.846],[-4.878,54.851],[-4.856,54.857],[-4.853,54.858],[-4.851,54.861],[-4.851,54.863],[-4.857,54.867],[-4.861,54.869],[-4.856,54.87],[-4.847,54.869],[-4.842,54.866],[-4.834,54.864],[-4.826,54.863],[-4.819,54.863],[-4.817,54.866],[-4.811,54.861],[-4.808,54.861],[-4.803,54.853],[-4.803,54.85],[-4.8,54.848],[-4.792,54.846],[-4.791,54.843],[-4.786,54.836],[-4.782,54.832],[-4.776,54.832],[-4.773,54.83],[-4.767,54.829],[-4.763,54.827],[-4.754,54.83],[-4.746,54.829],[-4.742,54.828],[-4.722,54.827],[-4.709,54.824],[-4.7,54.817],[-4.694,54.815],[-4.679,54.804],[-4.668,54.798],[-4.657,54.795],[-4.649,54.793],[-4.646,54.792],[-4.626,54.783],[-4.62,54.783],[-4.615,54.781],[-4.611,54.781],[-4.601,54.777],[-4.596,54.772],[-4.591,54.77],[-4.585,54.765],[-4.584,54.761],[-4.585,54.758],[-4.577,54.751],[-4.577,54.746],[-4.572,54.741],[-4.572,54.738],[-4.557,54.737],[-4.545,54.733],[-4.543,54.73],[-4.54,54.728],[-4.541,54.723],[-4.53,54.722],[-4.526,54.72],[-4.521,54.714],[-4.513,54.711],[-4.508,54.71],[-4.503,54.707],[-4.489,54.701],[-4.481,54.699],[-4.467,54.697],[-4.464,54.696],[-4.456,54.696],[-4.444,54.693],[-4.439,54.69],[-4.432,54.688],[-4.426,54.685],[-4.415,54.681],[-4.411,54.681],[-4.408,54.678],[-4.398,54.678],[-4.392,54.678],[-4.378,54.683],[-4.378,54.684],[-4.371,54.688],[-4.365,54.691],[-4.365,54.695],[-4.367,54.699],[-4.366,54.701],[-4.362,54.7],[-4.354,54.703],[-4.351,54.706],[-4.349,54.712],[-4.352,54.715],[-4.353,54.718],[-4.36,54.717],[-4.363,54.718],[-4.365,54.723],[-4.364,54.726],[-4.367,54.728],[-4.364,54.735],[-4.362,54.737],[-4.367,54.742],[-4.362,54.747],[-4.362,54.749],[-4.358,54.752],[-4.36,54.755],[-4.355,54.758],[-4.358,54.76],[-4.357,54.765],[-4.355,54.767],[-4.356,54.769],[-4.362,54.769],[-4.367,54.77],[-4.371,54.772],[-4.37,54.775],[-4.365,54.776],[-4.36,54.778],[-4.361,54.786],[-4.364,54.788],[-4.368,54.788],[-4.369,54.793],[-4.366,54.795],[-4.362,54.796],[-4.352,54.79],[-4.344,54.791],[-4.341,54.799],[-4.345,54.806],[-4.347,54.808],[-4.354,54.813],[-4.364,54.816],[-4.368,54.815],[-4.376,54.82],[-4.38,54.82],[-4.386,54.822],[-4.394,54.822],[-4.398,54.824],[-4.407,54.824],[-4.414,54.829],[-4.415,54.832],[-4.414,54.836],[-4.416,54.84],[-4.418,54.841],[-4.419,54.849],[-4.421,54.851],[-4.42,54.853],[-4.422,54.858],[-4.422,54.864],[-4.428,54.864],[-4.421,54.872],[-4.425,54.878],[-4.426,54.881],[-4.421,54.885],[-4.416,54.888],[-4.402,54.89],[-4.396,54.894],[-4.405,54.899],[-4.406,54.9],[-4.406,54.905],[-4.399,54.91],[-4.399,54.913],[-4.401,54.916],[-4.412,54.915],[-4.415,54.918],[-4.422,54.92],[-4.426,54.926],[-4.425,54.932],[-4.437,54.933],[-4.445,54.931],[-4.45,54.934],[-4.457,54.936],[-4.455,54.938],[-4.451,54.939],[-4.444,54.938],[-4.444,54.936],[-4.45,54.936],[-4.445,54.933],[-4.436,54.934],[-4.426,54.934],[-4.416,54.933],[-4.422,54.927],[-4.42,54.922],[-4.416,54.92],[-4.402,54.919],[-4.399,54.918],[-4.396,54.916],[-4.395,54.912],[-4.399,54.907],[-4.399,54.903],[-4.394,54.899],[-4.389,54.897],[-4.385,54.892],[-4.382,54.889],[-4.382,54.881],[-4.379,54.878],[-4.374,54.877],[-4.367,54.87],[-4.363,54.864],[-4.352,54.859],[-4.34,54.856],[-4.332,54.852],[-4.326,54.851],[-4.32,54.849],[-4.311,54.847],[-4.303,54.843],[-4.295,54.844],[-4.282,54.842],[-4.279,54.84],[-4.265,54.836],[-4.262,54.837],[-4.257,54.837],[-4.258,54.841],[-4.255,54.843],[-4.255,54.845],[-4.245,54.847],[-4.239,54.853],[-4.235,54.853],[-4.231,54.855],[-4.228,54.859],[-4.229,54.863],[-4.227,54.865],[-4.222,54.865],[-4.21,54.866],[-4.206,54.868],[-4.202,54.867],[-4.208,54.861],[-4.212,54.859],[-4.215,54.854],[-4.222,54.85],[-4.223,54.848],[-4.219,54.846],[-4.219,54.843],[-4.225,54.841],[-4.224,54.839],[-4.221,54.838],[-4.217,54.839],[-4.214,54.835],[-4.218,54.831],[-4.219,54.827],[-4.216,54.822],[-4.208,54.821],[-4.21,54.816],[-4.209,54.814],[-4.204,54.813],[-4.197,54.81],[-4.191,54.81],[-4.182,54.808],[-4.185,54.804],[-4.186,54.802],[-4.183,54.798],[-4.18,54.796],[-4.179,54.792],[-4.173,54.79],[-4.17,54.787],[-4.164,54.788],[-4.16,54.785],[-4.161,54.783],[-4.158,54.78],[-4.156,54.781],[-4.152,54.778],[-4.139,54.776],[-4.135,54.777],[-4.132,54.779],[-4.13,54.783],[-4.125,54.788],[-4.12,54.787],[-4.12,54.785],[-4.124,54.782],[-4.125,54.779],[-4.119,54.777],[-4.112,54.778],[-4.109,54.774],[-4.108,54.768],[-4.103,54.767],[-4.094,54.766],[-4.093,54.769],[-4.091,54.771],[-4.09,54.775],[-4.094,54.777],[-4.098,54.776],[-4.104,54.777],[-4.105,54.78],[-4.096,54.781],[-4.092,54.781],[-4.09,54.782],[-4.093,54.786],[-4.091,54.793],[-4.089,54.795],[-4.09,54.799],[-4.089,54.802],[-4.088,54.808],[-4.089,54.812],[-4.091,54.814],[-4.084,54.817],[-4.078,54.824],[-4.077,54.826],[-4.069,54.831],[-4.069,54.833],[-4.063,54.84],[-4.06,54.841],[-4.057,54.84],[-4.051,54.84],[-4.045,54.846],[-4.05,54.849],[-4.051,54.855],[-4.05,54.862],[-4.044,54.858],[-4.04,54.857],[-4.044,54.855],[-4.049,54.854],[-4.048,54.85],[-4.041,54.848],[-4.046,54.843],[-4.048,54.839],[-4.053,54.838],[-4.062,54.838],[-4.062,54.833],[-4.06,54.83],[-4.061,54.826],[-4.069,54.822],[-4.073,54.814],[-4.068,54.814],[-4.066,54.816],[-4.06,54.82],[-4.06,54.822],[-4.055,54.826],[-4.048,54.821],[-4.049,54.818],[-4.045,54.814],[-4.048,54.808],[-4.052,54.806],[-4.056,54.802],[-4.058,54.797],[-4.063,54.795],[-4.064,54.792],[-4.065,54.787],[-4.064,54.78],[-4.056,54.777],[-4.055,54.775],[-4.047,54.772],[-4.045,54.77],[-4.04,54.769],[-4.034,54.77],[-4.029,54.773],[-4.022,54.772],[-4.016,54.772],[-4.012,54.77],[-4.006,54.775],[-4.004,54.773],[-3.996,54.772],[-3.995,54.77],[-3.987,54.77],[-3.984,54.769],[-3.976,54.769],[-3.963,54.772],[-3.96,54.774],[-3.958,54.78],[-3.955,54.78],[-3.941,54.786],[-3.939,54.789],[-3.935,54.788],[-3.926,54.789],[-3.908,54.794],[-3.904,54.797],[-3.897,54.799],[-3.893,54.799],[-3.887,54.801],[-3.885,54.802],[-3.878,54.804],[-3.874,54.803],[-3.869,54.805],[-3.865,54.813],[-3.859,54.816],[-3.854,54.815],[-3.85,54.816],[-3.843,54.815],[-3.835,54.817],[-3.834,54.819],[-3.824,54.824],[-3.828,54.827],[-3.834,54.826],[-3.838,54.829],[-3.839,54.831],[-3.843,54.835],[-3.854,54.84],[-3.859,54.842],[-3.863,54.847],[-3.857,54.848],[-3.853,54.851],[-3.847,54.847],[-3.844,54.848],[-3.839,54.846],[-3.835,54.847],[-3.84,54.851],[-3.845,54.852],[-3.848,54.855],[-3.848,54.858],[-3.851,54.861],[-3.848,54.865],[-3.845,54.864],[-3.84,54.866],[-3.837,54.865],[-3.836,54.859],[-3.833,54.856],[-3.826,54.852],[-3.827,54.85],[-3.822,54.847],[-3.816,54.844],[-3.811,54.844],[-3.807,54.845],[-3.808,54.848],[-3.808,54.852],[-3.814,54.853],[-3.816,54.858],[-3.819,54.859],[-3.826,54.861],[-3.825,54.864],[-3.825,54.87],[-3.829,54.875],[-3.823,54.877],[-3.821,54.873],[-3.818,54.874],[-3.822,54.877],[-3.824,54.881],[-3.823,54.886],[-3.826,54.887],[-3.825,54.89],[-3.82,54.892],[-3.817,54.89],[-3.816,54.887],[-3.818,54.883],[-3.815,54.88],[-3.812,54.871],[-3.809,54.869],[-3.801,54.867],[-3.8,54.865],[-3.795,54.865],[-3.793,54.862],[-3.788,54.859],[-3.79,54.857],[-3.788,54.853],[-3.783,54.855],[-3.779,54.854],[-3.768,54.857],[-3.763,54.856],[-3.754,54.862],[-3.748,54.864],[-3.742,54.864],[-3.741,54.868],[-3.728,54.875],[-3.73,54.878],[-3.727,54.88],[-3.723,54.881],[-3.717,54.88],[-3.711,54.882],[-3.698,54.886],[-3.695,54.886],[-3.69,54.883],[-3.688,54.88],[-3.68,54.879],[-3.672,54.88],[-3.647,54.879],[-3.634,54.878],[-3.626,54.876],[-3.61,54.875],[-3.608,54.872],[-3.598,54.872],[-3.595,54.873],[-3.594,54.876],[-3.596,54.88],[-3.595,54.884],[-3.591,54.887],[-3.578,54.892],[-3.574,54.894],[-3.571,54.899],[-3.571,54.901],[-3.566,54.903],[-3.563,54.907],[-3.566,54.91],[-3.567,54.914],[-3.57,54.915],[-3.573,54.924],[-3.581,54.926],[-3.589,54.93],[-3.589,54.935],[-3.587,54.944],[-3.584,54.95],[-3.58,54.954],[-3.578,54.96],[-3.578,54.962],[-3.583,54.966],[-3.585,54.971],[-3.584,54.975],[-3.576,54.981],[-3.585,54.992],[-3.588,54.995],[-3.589,55],[-3.587,55.005],[-3.584,55.007],[-3.579,55.007],[-3.577,55.008],[-3.58,55.011],[-3.581,55.014],[-3.589,55.02],[-3.591,55.023],[-3.599,55.027],[-3.605,55.032],[-3.59,55.025],[-3.583,55.02],[-3.578,55.015],[-3.575,55.009],[-3.574,55.005],[-3.574,55.002],[-3.573,54.997],[-3.563,54.987],[-3.561,54.98],[-3.558,54.977],[-3.55,54.973],[-3.542,54.971],[-3.534,54.968],[-3.527,54.967],[-3.522,54.965],[-3.515,54.966],[-3.51,54.965],[-3.503,54.967],[-3.498,54.966],[-3.487,54.966],[-3.476,54.967],[-3.468,54.97],[-3.462,54.972],[-3.451,54.976],[-3.448,54.979],[-3.446,54.982],[-3.444,54.983],[-3.437,54.99],[-3.443,54.99],[-3.448,54.991],[-3.457,54.988],[-3.456,54.986],[-3.455,54.983],[-3.457,54.982],[-3.458,54.981],[-3.462,54.981],[-3.463,54.981],[-3.463,54.982],[-3.464,54.983],[-3.468,54.984],[-3.471,54.988],[-3.474,54.985],[-3.475,54.983],[-3.477,54.981],[-3.481,54.984],[-3.488,54.982],[-3.491,54.985],[-3.497,54.99],[-3.501,54.991],[-3.502,54.991],[-3.503,54.991],[-3.503,54.99],[-3.507,54.989],[-3.507,54.99],[-3.508,54.992],[-3.509,54.991],[-3.508,54.991],[-3.513,54.993],[-3.513,54.992],[-3.512,54.997],[-3.516,54.998],[-3.52,55.003],[-3.52,55.006],[-3.524,55.008],[-3.522,55.01],[-3.523,55.015],[-3.533,55.021],[-3.536,55.028],[-3.535,55.031],[-3.548,55.039],[-3.562,55.056],[-3.569,55.062],[-3.561,55.065],[-3.559,55.069],[-3.559,55.072],[-3.571,55.079],[-3.542,55.084],[-3.543,55.087],[-3.546,55.092],[-3.56,55.097],[-3.567,55.104],[-3.567,55.109],[-3.577,55.112],[-3.588,55.116],[-3.595,55.114],[-3.594,55.105],[-3.599,55.101],[-3.599,55.1],[-3.606,55.095],[-3.612,55.098],[-3.617,55.101],[-3.617,55.105],[-3.624,55.104],[-3.628,55.106],[-3.627,55.107],[-3.631,55.112],[-3.63,55.118],[-3.633,55.12],[-3.641,55.122],[-3.645,55.128],[-3.653,55.132],[-3.66,55.129],[-3.666,55.128],[-3.675,55.131],[-3.688,55.131],[-3.719,55.137],[-3.722,55.141],[-3.723,55.147],[-3.721,55.149],[-3.724,55.154],[-3.729,55.158],[-3.735,55.161],[-3.741,55.164],[-3.749,55.163],[-3.758,55.16],[-3.766,55.158],[-3.767,55.157],[-3.775,55.156],[-3.775,55.158],[-3.782,55.161],[-3.792,55.166],[-3.791,55.17],[-3.791,55.179],[-3.798,55.183],[-3.806,55.193],[-3.808,55.194],[-3.818,55.196],[-3.824,55.199],[-3.832,55.199],[-3.846,55.2],[-3.849,55.202],[-3.855,55.202],[-3.86,55.203],[-3.87,55.204],[-3.887,55.204],[-3.898,55.205],[-3.904,55.208],[-3.911,55.21],[-3.916,55.214],[-3.92,55.215],[-3.931,55.213],[-3.935,55.214],[-3.939,55.219],[-3.938,55.221],[-3.95,55.223],[-3.961,55.221],[-3.967,55.222],[-3.988,55.232],[-3.998,55.234],[-4.009,55.233],[-4.013,55.236],[-4.012,55.239],[-4.007,55.243],[-4.009,55.249],[-4.018,55.25],[-4.019,55.253],[-4.017,55.255],[-4.024,55.258],[-4.03,55.257],[-4.038,55.262],[-4.046,55.264],[-4.05,55.267],[-4.059,55.269],[-4.064,55.269],[-4.065,55.274],[-4.063,55.278],[-4.069,55.285],[-4.068,55.287],[-4.074,55.292],[-4.074,55.294],[-4.077,55.296],[-4.086,55.297],[-4.089,55.301],[-4.092,55.303],[-4.103,55.305],[-4.11,55.304],[-4.112,55.305]]]]},"properties":{"PCON24NM":"Dumfries and Galloway","PCON24CD":"S14000073"},"PCON24CD":600}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.355,55.873],[-4.365,55.877],[-4.384,55.886],[-4.404,55.891],[-4.406,55.887],[-4.405,55.883],[-4.409,55.88],[-4.412,55.881],[-4.407,55.884],[-4.408,55.887],[-4.407,55.892],[-4.418,55.9],[-4.421,55.902],[-4.426,55.898],[-4.44,55.904],[-4.441,55.905],[-4.448,55.908],[-4.456,55.914],[-4.459,55.915],[-4.466,55.921],[-4.477,55.924],[-4.486,55.926],[-4.493,55.926],[-4.502,55.923],[-4.509,55.923],[-4.513,55.925],[-4.516,55.926],[-4.523,55.924],[-4.531,55.923],[-4.539,55.923],[-4.544,55.924],[-4.55,55.924],[-4.557,55.925],[-4.572,55.923],[-4.583,55.925],[-4.592,55.927],[-4.601,55.927],[-4.61,55.93],[-4.614,55.93],[-4.617,55.929],[-4.617,55.924],[-4.623,55.92],[-4.628,55.916],[-4.635,55.914],[-4.631,55.907],[-4.626,55.906],[-4.616,55.907],[-4.612,55.899],[-4.606,55.898],[-4.6,55.899],[-4.597,55.901],[-4.585,55.899],[-4.574,55.9],[-4.564,55.898],[-4.56,55.896],[-4.552,55.894],[-4.553,55.89],[-4.548,55.888],[-4.543,55.889],[-4.53,55.888],[-4.527,55.886],[-4.526,55.884],[-4.52,55.88],[-4.515,55.879],[-4.509,55.879],[-4.505,55.876],[-4.508,55.876],[-4.507,55.87],[-4.504,55.867],[-4.5,55.869],[-4.493,55.869],[-4.484,55.872],[-4.485,55.874],[-4.481,55.875],[-4.474,55.874],[-4.471,55.875],[-4.463,55.866],[-4.463,55.862],[-4.467,55.861],[-4.473,55.854],[-4.479,55.853],[-4.477,55.85],[-4.47,55.853],[-4.461,55.855],[-4.46,55.851],[-4.462,55.846],[-4.463,55.84],[-4.457,55.841],[-4.449,55.845],[-4.444,55.846],[-4.443,55.85],[-4.431,55.852],[-4.43,55.849],[-4.428,55.848],[-4.42,55.847],[-4.417,55.846],[-4.418,55.844],[-4.409,55.843],[-4.399,55.843],[-4.392,55.842],[-4.384,55.839],[-4.377,55.839],[-4.371,55.841],[-4.371,55.838],[-4.368,55.839],[-4.362,55.837],[-4.36,55.838],[-4.364,55.841],[-4.364,55.845],[-4.353,55.846],[-4.345,55.846],[-4.336,55.846],[-4.334,55.853],[-4.341,55.854],[-4.344,55.855],[-4.35,55.86],[-4.355,55.864],[-4.355,55.865],[-4.356,55.873],[-4.355,55.873]]]},"properties":{"PCON24NM":"Paisley and Renfrewshire North","PCON24CD":"S14000101"},"PCON24CD":601}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.875,57.381],[-1.872,57.383],[-1.865,57.389],[-1.862,57.388],[-1.859,57.391],[-1.863,57.395],[-1.863,57.397],[-1.865,57.4],[-1.862,57.405],[-1.855,57.411],[-1.848,57.414],[-1.844,57.41],[-1.838,57.41],[-1.835,57.412],[-1.83,57.416],[-1.828,57.421],[-1.824,57.424],[-1.816,57.427],[-1.818,57.432],[-1.818,57.436],[-1.813,57.437],[-1.807,57.44],[-1.805,57.444],[-1.798,57.447],[-1.797,57.451],[-1.798,57.454],[-1.791,57.456],[-1.783,57.462],[-1.779,57.466],[-1.779,57.469],[-1.776,57.471],[-1.778,57.475],[-1.783,57.477],[-1.787,57.48],[-1.794,57.482],[-1.795,57.486],[-1.784,57.489],[-1.783,57.492],[-1.794,57.497],[-1.791,57.502],[-1.783,57.504],[-1.778,57.502],[-1.773,57.504],[-1.775,57.507],[-1.77,57.507],[-1.774,57.501],[-1.77,57.501],[-1.767,57.503],[-1.769,57.507],[-1.774,57.509],[-1.775,57.511],[-1.782,57.512],[-1.786,57.515],[-1.79,57.516],[-1.796,57.516],[-1.8,57.521],[-1.799,57.524],[-1.804,57.525],[-1.807,57.531],[-1.806,57.539],[-1.802,57.545],[-1.805,57.548],[-1.806,57.551],[-1.804,57.556],[-1.813,57.561],[-1.818,57.565],[-1.822,57.571],[-1.826,57.578],[-1.828,57.585],[-1.828,57.592],[-1.828,57.597],[-1.826,57.602],[-1.821,57.608],[-1.823,57.612],[-1.827,57.615],[-1.842,57.619],[-1.848,57.62],[-1.864,57.625],[-1.877,57.632],[-1.886,57.638],[-1.894,57.646],[-1.895,57.649],[-1.898,57.651],[-1.899,57.655],[-1.908,57.66],[-1.911,57.662],[-1.912,57.664],[-1.918,57.668],[-1.919,57.672],[-1.922,57.674],[-1.932,57.677],[-1.942,57.681],[-1.949,57.678],[-1.954,57.675],[-1.968,57.675],[-1.985,57.678],[-1.996,57.681],[-2.001,57.684],[-2.001,57.686],[-1.999,57.69],[-2.003,57.691],[-2.002,57.699],[-2.009,57.698],[-2.012,57.696],[-2.016,57.698],[-2.034,57.693],[-2.042,57.692],[-2.052,57.693],[-2.058,57.696],[-2.06,57.697],[-2.066,57.698],[-2.071,57.7],[-2.08,57.701],[-2.086,57.7],[-2.095,57.699],[-2.111,57.697],[-2.118,57.7],[-2.128,57.696],[-2.134,57.695],[-2.139,57.69],[-2.146,57.686],[-2.149,57.686],[-2.154,57.683],[-2.163,57.683],[-2.165,57.68],[-2.173,57.676],[-2.175,57.674],[-2.181,57.674],[-2.185,57.672],[-2.192,57.671],[-2.198,57.674],[-2.208,57.676],[-2.212,57.679],[-2.22,57.678],[-2.231,57.681],[-2.238,57.68],[-2.241,57.682],[-2.247,57.683],[-2.256,57.681],[-2.259,57.679],[-2.263,57.679],[-2.265,57.681],[-2.272,57.682],[-2.277,57.687],[-2.282,57.689],[-2.292,57.689],[-2.29,57.693],[-2.295,57.695],[-2.302,57.695],[-2.307,57.692],[-2.318,57.69],[-2.321,57.688],[-2.326,57.687],[-2.326,57.683],[-2.325,57.681],[-2.325,57.678],[-2.327,57.676],[-2.337,57.673],[-2.345,57.67],[-2.35,57.67],[-2.354,57.673],[-2.359,57.676],[-2.363,57.676],[-2.37,57.675],[-2.38,57.67],[-2.396,57.668],[-2.408,57.67],[-2.412,57.672],[-2.416,57.671],[-2.423,57.671],[-2.43,57.674],[-2.435,57.671],[-2.444,57.671],[-2.447,57.669],[-2.455,57.671],[-2.467,57.671],[-2.474,57.672],[-2.478,57.674],[-2.489,57.672],[-2.495,57.673],[-2.498,57.67],[-2.503,57.67],[-2.507,57.666],[-2.512,57.664],[-2.52,57.666],[-2.523,57.671],[-2.531,57.67],[-2.536,57.67],[-2.541,57.669],[-2.554,57.671],[-2.564,57.674],[-2.568,57.677],[-2.568,57.679],[-2.573,57.682],[-2.576,57.682],[-2.579,57.68],[-2.584,57.678],[-2.586,57.679],[-2.591,57.678],[-2.595,57.679],[-2.598,57.682],[-2.603,57.681],[-2.607,57.681],[-2.613,57.679],[-2.62,57.68],[-2.629,57.681],[-2.632,57.681],[-2.638,57.68],[-2.641,57.682],[-2.649,57.684],[-2.647,57.687],[-2.65,57.688],[-2.655,57.686],[-2.662,57.687],[-2.668,57.691],[-2.671,57.689],[-2.676,57.686],[-2.678,57.686],[-2.682,57.683],[-2.686,57.683],[-2.686,57.687],[-2.691,57.685],[-2.694,57.684],[-2.699,57.686],[-2.703,57.686],[-2.708,57.687],[-2.71,57.69],[-2.717,57.692],[-2.721,57.689],[-2.727,57.687],[-2.732,57.686],[-2.739,57.682],[-2.746,57.683],[-2.748,57.684],[-2.749,57.691],[-2.757,57.69],[-2.76,57.693],[-2.771,57.692],[-2.774,57.694],[-2.778,57.692],[-2.789,57.697],[-2.79,57.7],[-2.794,57.7],[-2.797,57.697],[-2.802,57.695],[-2.807,57.697],[-2.814,57.696],[-2.817,57.695],[-2.823,57.694],[-2.828,57.693],[-2.835,57.694],[-2.847,57.698],[-2.848,57.703],[-2.847,57.705],[-2.851,57.707],[-2.861,57.704],[-2.873,57.703],[-2.877,57.705],[-2.88,57.703],[-2.887,57.701],[-2.896,57.7],[-2.899,57.701],[-2.904,57.699],[-2.914,57.699],[-2.917,57.697],[-2.923,57.697],[-2.928,57.693],[-2.928,57.689],[-2.932,57.687],[-2.941,57.686],[-2.947,57.684],[-2.951,57.684],[-2.952,57.681],[-2.959,57.679],[-2.967,57.678],[-2.969,57.679],[-2.978,57.677],[-2.986,57.674],[-2.994,57.672],[-2.999,57.669],[-3.006,57.666],[-3.014,57.666],[-3.018,57.664],[-3.027,57.664],[-3.038,57.665],[-3.052,57.668],[-3.081,57.672],[-3.099,57.675],[-3.098,57.675],[-3.096,57.674],[-3.093,57.671],[-3.099,57.669],[-3.099,57.667],[-3.096,57.664],[-3.104,57.66],[-3.101,57.657],[-3.102,57.653],[-3.097,57.651],[-3.094,57.65],[-3.094,57.647],[-3.096,57.644],[-3.101,57.644],[-3.1,57.637],[-3.103,57.635],[-3.108,57.635],[-3.108,57.633],[-3.1,57.631],[-3.097,57.629],[-3.097,57.627],[-3.104,57.623],[-3.107,57.62],[-3.105,57.615],[-3.112,57.611],[-3.11,57.607],[-3.106,57.604],[-3.108,57.602],[-3.113,57.601],[-3.118,57.597],[-3.115,57.595],[-3.115,57.593],[-3.11,57.592],[-3.104,57.579],[-3.102,57.574],[-3.096,57.573],[-3.081,57.577],[-3.069,57.577],[-3.033,57.574],[-3.018,57.564],[-3.026,57.56],[-3.027,57.557],[-3.022,57.551],[-3.025,57.547],[-3.031,57.545],[-3.028,57.539],[-3.03,57.534],[-3.028,57.532],[-3.014,57.531],[-3.008,57.529],[-3.006,57.53],[-3.001,57.529],[-2.996,57.525],[-2.995,57.52],[-2.995,57.515],[-2.991,57.512],[-2.992,57.508],[-2.982,57.505],[-2.973,57.503],[-2.97,57.497],[-2.968,57.495],[-2.962,57.494],[-2.938,57.494],[-2.928,57.495],[-2.917,57.495],[-2.916,57.497],[-2.92,57.5],[-2.921,57.502],[-2.92,57.506],[-2.909,57.509],[-2.886,57.522],[-2.89,57.527],[-2.887,57.532],[-2.882,57.533],[-2.869,57.53],[-2.864,57.53],[-2.851,57.534],[-2.846,57.535],[-2.837,57.538],[-2.826,57.539],[-2.824,57.536],[-2.821,57.535],[-2.819,57.529],[-2.818,57.521],[-2.816,57.52],[-2.811,57.52],[-2.803,57.515],[-2.8,57.513],[-2.789,57.508],[-2.782,57.51],[-2.78,57.516],[-2.774,57.516],[-2.772,57.518],[-2.766,57.521],[-2.758,57.522],[-2.76,57.514],[-2.754,57.51],[-2.745,57.508],[-2.742,57.504],[-2.735,57.504],[-2.728,57.505],[-2.724,57.504],[-2.718,57.501],[-2.708,57.511],[-2.698,57.508],[-2.693,57.509],[-2.691,57.514],[-2.693,57.516],[-2.681,57.517],[-2.681,57.521],[-2.67,57.522],[-2.667,57.525],[-2.661,57.527],[-2.659,57.528],[-2.648,57.528],[-2.644,57.525],[-2.635,57.522],[-2.629,57.514],[-2.622,57.514],[-2.609,57.512],[-2.605,57.517],[-2.593,57.52],[-2.587,57.522],[-2.575,57.522],[-2.568,57.517],[-2.561,57.517],[-2.552,57.515],[-2.552,57.52],[-2.555,57.522],[-2.554,57.53],[-2.547,57.531],[-2.543,57.535],[-2.537,57.537],[-2.533,57.537],[-2.523,57.534],[-2.51,57.536],[-2.505,57.538],[-2.496,57.537],[-2.487,57.54],[-2.484,57.539],[-2.479,57.54],[-2.478,57.542],[-2.483,57.544],[-2.487,57.548],[-2.491,57.55],[-2.488,57.551],[-2.494,57.553],[-2.499,57.553],[-2.503,57.555],[-2.503,57.557],[-2.497,57.562],[-2.491,57.561],[-2.486,57.561],[-2.481,57.566],[-2.475,57.567],[-2.466,57.568],[-2.461,57.57],[-2.459,57.572],[-2.455,57.582],[-2.453,57.583],[-2.447,57.583],[-2.441,57.582],[-2.437,57.582],[-2.432,57.583],[-2.417,57.584],[-2.397,57.584],[-2.395,57.583],[-2.383,57.586],[-2.377,57.587],[-2.369,57.586],[-2.361,57.588],[-2.348,57.585],[-2.345,57.582],[-2.343,57.583],[-2.333,57.582],[-2.329,57.58],[-2.324,57.577],[-2.315,57.576],[-2.305,57.569],[-2.29,57.566],[-2.287,57.565],[-2.281,57.565],[-2.275,57.576],[-2.272,57.582],[-2.265,57.586],[-2.262,57.586],[-2.25,57.585],[-2.244,57.585],[-2.237,57.587],[-2.234,57.586],[-2.233,57.582],[-2.23,57.578],[-2.226,57.579],[-2.225,57.574],[-2.221,57.571],[-2.217,57.574],[-2.216,57.577],[-2.21,57.58],[-2.207,57.585],[-2.202,57.583],[-2.191,57.577],[-2.186,57.576],[-2.183,57.576],[-2.175,57.575],[-2.17,57.571],[-2.17,57.569],[-2.166,57.568],[-2.163,57.568],[-2.157,57.565],[-2.156,57.563],[-2.153,57.56],[-2.153,57.558],[-2.144,57.552],[-2.14,57.549],[-2.114,57.541],[-2.107,57.539],[-2.103,57.537],[-2.096,57.536],[-2.09,57.533],[-2.081,57.532],[-2.076,57.531],[-2.07,57.53],[-2.066,57.527],[-2.065,57.525],[-2.06,57.525],[-2.055,57.524],[-2.047,57.525],[-2.036,57.525],[-2.025,57.526],[-2.023,57.519],[-2.029,57.516],[-2.026,57.51],[-2.019,57.511],[-2.014,57.511],[-2.006,57.512],[-2.001,57.511],[-2.003,57.501],[-1.996,57.5],[-1.987,57.5],[-1.982,57.496],[-1.97,57.494],[-1.965,57.494],[-1.961,57.493],[-1.961,57.49],[-1.969,57.482],[-1.971,57.478],[-1.969,57.474],[-1.972,57.471],[-1.97,57.467],[-1.967,57.464],[-1.964,57.459],[-1.965,57.453],[-1.966,57.452],[-1.959,57.449],[-1.958,57.446],[-1.959,57.442],[-1.968,57.44],[-1.967,57.436],[-1.97,57.432],[-1.969,57.429],[-1.965,57.428],[-1.962,57.421],[-1.956,57.416],[-1.951,57.416],[-1.951,57.409],[-1.95,57.405],[-1.947,57.401],[-1.936,57.4],[-1.928,57.401],[-1.926,57.399],[-1.912,57.396],[-1.913,57.394],[-1.907,57.393],[-1.903,57.393],[-1.902,57.391],[-1.899,57.39],[-1.896,57.386],[-1.887,57.383],[-1.881,57.383],[-1.875,57.381]]]},"properties":{"PCON24NM":"Aberdeenshire North and Moray East","PCON24CD":"S14000062"},"PCON24CD":602}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.943,57.853],[-3.941,57.85],[-3.929,57.842],[-3.927,57.842],[-3.94,57.85],[-3.943,57.853]]],[[[-5.633,57.847],[-5.637,57.847],[-5.641,57.845],[-5.645,57.84],[-5.643,57.838],[-5.64,57.837],[-5.639,57.833],[-5.631,57.829],[-5.624,57.827],[-5.623,57.825],[-5.617,57.822],[-5.611,57.822],[-5.606,57.821],[-5.602,57.822],[-5.6,57.826],[-5.602,57.83],[-5.605,57.833],[-5.613,57.836],[-5.627,57.84],[-5.634,57.843],[-5.633,57.847]]],[[[-5.471,57.899],[-5.479,57.898],[-5.481,57.893],[-5.48,57.891],[-5.48,57.886],[-5.477,57.883],[-5.466,57.878],[-5.461,57.882],[-5.461,57.889],[-5.464,57.894],[-5.468,57.898],[-5.471,57.899]]],[[[-5.226,57.949],[-5.236,57.949],[-5.239,57.948],[-5.235,57.942],[-5.228,57.94],[-5.223,57.939],[-5.221,57.937],[-5.215,57.937],[-5.217,57.94],[-5.212,57.944],[-5.208,57.946],[-5.214,57.949],[-5.217,57.948],[-5.226,57.949]]],[[[-5.446,57.967],[-5.448,57.964],[-5.441,57.964],[-5.44,57.966],[-5.446,57.967]]],[[[-5.509,57.968],[-5.511,57.966],[-5.522,57.96],[-5.521,57.958],[-5.512,57.954],[-5.509,57.955],[-5.499,57.957],[-5.497,57.958],[-5.5,57.961],[-5.505,57.962],[-5.504,57.964],[-5.507,57.965],[-5.509,57.968]]],[[[-5.428,57.979],[-5.43,57.979],[-5.434,57.976],[-5.435,57.974],[-5.433,57.971],[-5.425,57.974],[-5.422,57.977],[-5.425,57.979],[-5.428,57.979]]],[[[-5.35,57.993],[-5.348,57.988],[-5.352,57.982],[-5.348,57.98],[-5.345,57.98],[-5.341,57.984],[-5.34,57.989],[-5.342,57.992],[-5.35,57.993]]],[[[-5.35,57.997],[-5.352,57.996],[-5.348,57.993],[-5.345,57.996],[-5.35,57.997]]],[[[-5.446,58.014],[-5.453,58.015],[-5.455,58.014],[-5.456,58.012],[-5.45,58.01],[-5.451,58.006],[-5.448,58.004],[-5.44,58.005],[-5.435,58.007],[-5.435,58.01],[-5.44,58.01],[-5.446,58.012],[-5.446,58.014]]],[[[-5.432,58.018],[-5.437,58.015],[-5.431,58.011],[-5.431,58.016],[-5.432,58.018]]],[[[-5.409,58.024],[-5.414,58.022],[-5.413,58.02],[-5.415,58.017],[-5.419,58.017],[-5.419,58.011],[-5.421,58.005],[-5.415,58.007],[-5.415,58.002],[-5.412,58],[-5.405,58.002],[-5.397,58],[-5.393,58.002],[-5.388,58.006],[-5.391,58.009],[-5.395,58.007],[-5.399,58.01],[-5.403,58.01],[-5.403,58.013],[-5.401,58.017],[-5.397,58.017],[-5.398,58.02],[-5.403,58.023],[-5.409,58.024]]],[[[-5.47,58.031],[-5.473,58.03],[-5.472,58.025],[-5.468,58.026],[-5.465,58.029],[-5.466,58.031],[-5.47,58.031]]],[[[-5.442,58.05],[-5.447,58.049],[-5.451,58.043],[-5.449,58.04],[-5.443,58.038],[-5.432,58.038],[-5.431,58.041],[-5.424,58.047],[-5.43,58.048],[-5.434,58.047],[-5.438,58.05],[-5.442,58.05]]],[[[-5.459,58.052],[-5.466,58.049],[-5.466,58.045],[-5.46,58.044],[-5.456,58.049],[-5.459,58.052]]],[[[-5.277,58.103],[-5.279,58.101],[-5.277,58.1],[-5.271,58.102],[-5.277,58.103]]],[[[-5.3,58.104],[-5.305,58.104],[-5.302,58.101],[-5.292,58.102],[-5.3,58.104]]],[[[-5.316,58.145],[-5.323,58.145],[-5.322,58.142],[-5.312,58.142],[-5.316,58.145]]],[[[-5.294,58.253],[-5.298,58.252],[-5.294,58.25],[-5.291,58.251],[-5.294,58.253]]],[[[-5.262,58.267],[-5.268,58.266],[-5.271,58.264],[-5.279,58.261],[-5.28,58.258],[-5.274,58.257],[-5.268,58.253],[-5.264,58.253],[-5.26,58.251],[-5.254,58.252],[-5.248,58.251],[-5.243,58.25],[-5.244,58.258],[-5.252,58.261],[-5.256,58.261],[-5.259,58.264],[-5.258,58.266],[-5.262,58.267]]],[[[-5.15,58.285],[-5.15,58.283],[-5.152,58.28],[-5.148,58.28],[-5.146,58.278],[-5.142,58.279],[-5.144,58.282],[-5.149,58.283],[-5.15,58.285]]],[[[-5.132,58.288],[-5.135,58.287],[-5.139,58.283],[-5.138,58.28],[-5.133,58.279],[-5.127,58.279],[-5.125,58.28],[-5.125,58.284],[-5.128,58.284],[-5.129,58.286],[-5.132,58.288]]],[[[-5.207,58.29],[-5.211,58.288],[-5.208,58.287],[-5.203,58.29],[-5.207,58.29]]],[[[-5.181,58.39],[-5.2,58.387],[-5.202,58.383],[-5.207,58.384],[-5.209,58.381],[-5.209,58.378],[-5.203,58.374],[-5.197,58.374],[-5.193,58.372],[-5.187,58.376],[-5.179,58.376],[-5.176,58.375],[-5.172,58.376],[-5.167,58.382],[-5.174,58.388],[-5.177,58.387],[-5.181,58.39]]],[[[-5.091,58.4],[-5.087,58.396],[-5.084,58.398],[-5.091,58.4]]],[[[-5.107,58.406],[-5.111,58.403],[-5.105,58.402],[-5.101,58.404],[-5.107,58.406]]],[[[-5.075,58.407],[-5.081,58.406],[-5.087,58.404],[-5.08,58.402],[-5.073,58.404],[-5.075,58.407]]],[[[-5.082,58.466],[-5.085,58.464],[-5.081,58.462],[-5.077,58.463],[-5.082,58.466]]],[[[-4.711,58.477],[-4.709,58.48],[-4.705,58.482],[-4.706,58.486],[-4.71,58.485],[-4.712,58.48],[-4.711,58.477]]],[[[-5.121,58.479],[-5.125,58.478],[-5.129,58.478],[-5.132,58.476],[-5.133,58.473],[-5.127,58.474],[-5.124,58.476],[-5.119,58.476],[-5.117,58.478],[-5.121,58.479]]],[[[-4.403,58.538],[-4.407,58.537],[-4.407,58.532],[-4.399,58.53],[-4.397,58.532],[-4.403,58.538]]],[[[-4.389,58.541],[-4.393,58.541],[-4.393,58.538],[-4.397,58.535],[-4.392,58.533],[-4.388,58.536],[-4.387,58.54],[-4.389,58.541]]],[[[-4.295,58.55],[-4.305,58.549],[-4.296,58.544],[-4.289,58.548],[-4.295,58.55]]],[[[-4.783,58.549],[-4.79,58.55],[-4.791,58.547],[-4.784,58.546],[-4.783,58.549]]],[[[-4.334,58.562],[-4.341,58.56],[-4.346,58.561],[-4.349,58.557],[-4.346,58.555],[-4.347,58.553],[-4.352,58.552],[-4.351,58.55],[-4.346,58.549],[-4.339,58.548],[-4.336,58.55],[-4.335,58.554],[-4.33,58.554],[-4.328,58.556],[-4.331,58.562],[-4.334,58.562]]],[[[-4.35,58.563],[-4.356,58.562],[-4.356,58.559],[-4.35,58.558],[-4.346,58.561],[-4.35,58.563]]],[[[-4.669,58.571],[-4.671,58.567],[-4.676,58.569],[-4.677,58.567],[-4.682,58.567],[-4.686,58.564],[-4.678,58.565],[-4.672,58.566],[-4.666,58.569],[-4.669,58.571]]],[[[-4.802,58.571],[-4.8,58.573],[-4.803,58.574],[-4.809,58.571],[-4.802,58.571]]],[[[-4.288,57.481],[-4.293,57.481],[-4.304,57.483],[-4.309,57.483],[-4.316,57.48],[-4.323,57.484],[-4.33,57.485],[-4.339,57.484],[-4.354,57.482],[-4.364,57.482],[-4.366,57.48],[-4.372,57.479],[-4.379,57.479],[-4.385,57.481],[-4.39,57.487],[-4.392,57.487],[-4.394,57.491],[-4.4,57.493],[-4.404,57.495],[-4.408,57.497],[-4.415,57.497],[-4.422,57.493],[-4.43,57.491],[-4.434,57.489],[-4.435,57.483],[-4.442,57.482],[-4.452,57.484],[-4.449,57.478],[-4.456,57.476],[-4.458,57.477],[-4.462,57.476],[-4.464,57.48],[-4.461,57.481],[-4.458,57.48],[-4.457,57.478],[-4.453,57.477],[-4.45,57.48],[-4.454,57.48],[-4.457,57.482],[-4.455,57.486],[-4.45,57.486],[-4.443,57.484],[-4.437,57.485],[-4.435,57.49],[-4.432,57.496],[-4.428,57.494],[-4.423,57.496],[-4.416,57.505],[-4.411,57.504],[-4.4,57.507],[-4.395,57.51],[-4.383,57.512],[-4.37,57.513],[-4.364,57.512],[-4.355,57.51],[-4.344,57.506],[-4.333,57.505],[-4.328,57.505],[-4.323,57.505],[-4.311,57.502],[-4.296,57.504],[-4.292,57.505],[-4.286,57.504],[-4.281,57.505],[-4.274,57.504],[-4.271,57.505],[-4.261,57.503],[-4.25,57.502],[-4.245,57.501],[-4.234,57.501],[-4.234,57.503],[-4.23,57.508],[-4.226,57.51],[-4.218,57.517],[-4.211,57.518],[-4.21,57.521],[-4.202,57.527],[-4.197,57.533],[-4.195,57.535],[-4.194,57.539],[-4.199,57.541],[-4.202,57.544],[-4.21,57.542],[-4.228,57.543],[-4.229,57.546],[-4.232,57.547],[-4.243,57.546],[-4.25,57.547],[-4.252,57.549],[-4.243,57.552],[-4.237,57.552],[-4.232,57.551],[-4.224,57.551],[-4.216,57.549],[-4.214,57.55],[-4.198,57.548],[-4.193,57.546],[-4.188,57.546],[-4.184,57.547],[-4.178,57.552],[-4.175,57.553],[-4.177,57.559],[-4.173,57.565],[-4.169,57.567],[-4.158,57.571],[-4.149,57.574],[-4.141,57.577],[-4.133,57.579],[-4.125,57.578],[-4.115,57.579],[-4.109,57.578],[-4.094,57.573],[-4.091,57.574],[-4.1,57.577],[-4.104,57.58],[-4.11,57.585],[-4.113,57.59],[-4.113,57.594],[-4.107,57.597],[-4.105,57.599],[-4.102,57.607],[-4.095,57.612],[-4.089,57.616],[-4.082,57.62],[-4.08,57.622],[-4.071,57.625],[-4.067,57.629],[-4.064,57.633],[-4.057,57.639],[-4.052,57.64],[-4.049,57.645],[-4.04,57.65],[-4.031,57.654],[-4.025,57.659],[-4.023,57.659],[-4.012,57.662],[-4.002,57.668],[-4,57.673],[-3.997,57.674],[-3.994,57.678],[-4.002,57.68],[-4.012,57.679],[-4.022,57.679],[-4.028,57.68],[-4.035,57.684],[-4.037,57.684],[-4.04,57.68],[-4.047,57.677],[-4.056,57.676],[-4.06,57.675],[-4.071,57.67],[-4.08,57.667],[-4.084,57.665],[-4.09,57.664],[-4.097,57.664],[-4.108,57.663],[-4.122,57.66],[-4.128,57.659],[-4.143,57.659],[-4.146,57.659],[-4.155,57.657],[-4.161,57.658],[-4.165,57.659],[-4.168,57.663],[-4.164,57.67],[-4.166,57.676],[-4.174,57.675],[-4.188,57.675],[-4.19,57.674],[-4.206,57.672],[-4.215,57.674],[-4.221,57.672],[-4.234,57.669],[-4.247,57.666],[-4.252,57.663],[-4.263,57.658],[-4.267,57.655],[-4.275,57.652],[-4.281,57.649],[-4.287,57.646],[-4.29,57.645],[-4.299,57.641],[-4.305,57.64],[-4.316,57.634],[-4.325,57.631],[-4.331,57.627],[-4.333,57.624],[-4.344,57.616],[-4.346,57.616],[-4.352,57.612],[-4.355,57.61],[-4.368,57.601],[-4.378,57.596],[-4.38,57.594],[-4.387,57.591],[-4.4,57.588],[-4.412,57.579],[-4.416,57.577],[-4.421,57.577],[-4.425,57.574],[-4.43,57.573],[-4.436,57.571],[-4.437,57.573],[-4.429,57.575],[-4.425,57.577],[-4.427,57.579],[-4.422,57.581],[-4.423,57.584],[-4.418,57.586],[-4.416,57.588],[-4.409,57.593],[-4.413,57.597],[-4.418,57.599],[-4.419,57.602],[-4.416,57.606],[-4.407,57.611],[-4.401,57.613],[-4.394,57.617],[-4.386,57.62],[-4.379,57.624],[-4.373,57.626],[-4.366,57.627],[-4.367,57.629],[-4.365,57.631],[-4.359,57.635],[-4.347,57.64],[-4.348,57.642],[-4.343,57.644],[-4.338,57.65],[-4.325,57.656],[-4.319,57.655],[-4.313,57.656],[-4.306,57.656],[-4.301,57.661],[-4.304,57.662],[-4.299,57.665],[-4.302,57.673],[-4.3,57.676],[-4.291,57.68],[-4.285,57.683],[-4.279,57.683],[-4.264,57.679],[-4.259,57.679],[-4.255,57.681],[-4.242,57.684],[-4.242,57.687],[-4.235,57.688],[-4.229,57.69],[-4.217,57.691],[-4.213,57.691],[-4.207,57.693],[-4.19,57.691],[-4.18,57.689],[-4.176,57.685],[-4.168,57.686],[-4.159,57.689],[-4.153,57.693],[-4.147,57.696],[-4.133,57.704],[-4.124,57.708],[-4.115,57.712],[-4.114,57.714],[-4.108,57.719],[-4.093,57.724],[-4.085,57.728],[-4.073,57.732],[-4.06,57.731],[-4.058,57.73],[-4.047,57.73],[-4.048,57.733],[-4.039,57.737],[-4.024,57.738],[-4.018,57.738],[-4.017,57.736],[-4.013,57.737],[-4.012,57.741],[-4.009,57.741],[-4.009,57.734],[-4.008,57.73],[-4.011,57.728],[-4.011,57.726],[-4.015,57.725],[-4.021,57.723],[-4.025,57.719],[-4.026,57.717],[-4.025,57.713],[-4.029,57.711],[-4.033,57.705],[-4.034,57.701],[-4.036,57.699],[-4.035,57.694],[-4.024,57.695],[-4.021,57.692],[-4.012,57.693],[-4.007,57.695],[-4.002,57.694],[-3.995,57.692],[-3.987,57.691],[-3.978,57.693],[-3.971,57.698],[-3.969,57.7],[-3.958,57.709],[-3.954,57.711],[-3.942,57.72],[-3.933,57.728],[-3.93,57.733],[-3.925,57.738],[-3.922,57.74],[-3.918,57.744],[-3.918,57.75],[-3.916,57.753],[-3.91,57.755],[-3.908,57.757],[-3.9,57.76],[-3.895,57.766],[-3.89,57.768],[-3.882,57.772],[-3.877,57.773],[-3.871,57.777],[-3.864,57.782],[-3.858,57.787],[-3.853,57.789],[-3.849,57.794],[-3.848,57.796],[-3.842,57.801],[-3.837,57.803],[-3.825,57.813],[-3.819,57.818],[-3.815,57.82],[-3.81,57.826],[-3.802,57.831],[-3.791,57.838],[-3.781,57.851],[-3.778,57.854],[-3.78,57.858],[-3.78,57.861],[-3.772,57.867],[-3.783,57.867],[-3.79,57.865],[-3.797,57.865],[-3.808,57.862],[-3.815,57.859],[-3.813,57.857],[-3.816,57.853],[-3.821,57.849],[-3.822,57.845],[-3.829,57.84],[-3.828,57.836],[-3.834,57.834],[-3.84,57.833],[-3.85,57.829],[-3.856,57.825],[-3.867,57.823],[-3.875,57.822],[-3.886,57.823],[-3.895,57.821],[-3.903,57.821],[-3.909,57.823],[-3.919,57.82],[-3.919,57.818],[-3.931,57.816],[-3.939,57.817],[-3.943,57.814],[-3.945,57.814],[-3.943,57.82],[-3.94,57.821],[-3.929,57.821],[-3.926,57.821],[-3.919,57.826],[-3.912,57.827],[-3.913,57.829],[-3.907,57.831],[-3.907,57.833],[-3.912,57.834],[-3.918,57.834],[-3.922,57.835],[-3.927,57.834],[-3.931,57.835],[-3.932,57.837],[-3.94,57.841],[-3.947,57.843],[-3.956,57.846],[-3.961,57.846],[-3.966,57.845],[-3.988,57.837],[-3.994,57.835],[-4.005,57.831],[-4.026,57.821],[-4.039,57.817],[-4.049,57.815],[-4.055,57.818],[-4.06,57.819],[-4.068,57.824],[-4.08,57.829],[-4.086,57.83],[-4.099,57.832],[-4.104,57.834],[-4.103,57.837],[-4.113,57.834],[-4.124,57.838],[-4.133,57.842],[-4.131,57.838],[-4.127,57.838],[-4.123,57.835],[-4.119,57.834],[-4.118,57.83],[-4.119,57.829],[-4.13,57.828],[-4.141,57.828],[-4.144,57.829],[-4.151,57.833],[-4.164,57.834],[-4.167,57.838],[-4.169,57.844],[-4.171,57.847],[-4.177,57.85],[-4.18,57.854],[-4.185,57.855],[-4.186,57.851],[-4.188,57.85],[-4.191,57.856],[-4.192,57.861],[-4.194,57.863],[-4.202,57.862],[-4.205,57.862],[-4.211,57.859],[-4.215,57.86],[-4.224,57.858],[-4.238,57.859],[-4.252,57.857],[-4.265,57.851],[-4.27,57.85],[-4.281,57.857],[-4.284,57.855],[-4.289,57.856],[-4.292,57.854],[-4.297,57.852],[-4.301,57.853],[-4.303,57.857],[-4.3,57.86],[-4.303,57.863],[-4.31,57.863],[-4.316,57.861],[-4.325,57.864],[-4.35,57.874],[-4.358,57.878],[-4.362,57.882],[-4.358,57.887],[-4.351,57.887],[-4.348,57.891],[-4.351,57.894],[-4.354,57.895],[-4.357,57.9],[-4.365,57.902],[-4.371,57.902],[-4.377,57.901],[-4.379,57.899],[-4.397,57.91],[-4.395,57.912],[-4.399,57.914],[-4.4,57.916],[-4.401,57.922],[-4.402,57.924],[-4.413,57.929],[-4.415,57.932],[-4.415,57.936],[-4.424,57.942],[-4.433,57.944],[-4.444,57.947],[-4.448,57.948],[-4.454,57.953],[-4.464,57.954],[-4.467,57.955],[-4.476,57.954],[-4.484,57.954],[-4.489,57.955],[-4.496,57.956],[-4.503,57.955],[-4.507,57.953],[-4.514,57.955],[-4.522,57.955],[-4.537,57.957],[-4.54,57.96],[-4.544,57.962],[-4.548,57.962],[-4.558,57.964],[-4.567,57.967],[-4.576,57.969],[-4.572,57.97],[-4.568,57.968],[-4.561,57.966],[-4.559,57.965],[-4.551,57.963],[-4.545,57.964],[-4.538,57.961],[-4.537,57.958],[-4.533,57.957],[-4.528,57.957],[-4.522,57.956],[-4.505,57.956],[-4.489,57.957],[-4.483,57.955],[-4.473,57.956],[-4.468,57.957],[-4.463,57.955],[-4.454,57.954],[-4.447,57.949],[-4.442,57.947],[-4.433,57.945],[-4.424,57.944],[-4.42,57.943],[-4.418,57.938],[-4.413,57.935],[-4.414,57.932],[-4.406,57.93],[-4.403,57.926],[-4.4,57.923],[-4.399,57.919],[-4.397,57.916],[-4.394,57.914],[-4.384,57.91],[-4.375,57.911],[-4.373,57.91],[-4.362,57.907],[-4.361,57.905],[-4.353,57.9],[-4.35,57.897],[-4.346,57.891],[-4.346,57.889],[-4.333,57.881],[-4.327,57.878],[-4.321,57.877],[-4.312,57.876],[-4.305,57.874],[-4.304,57.872],[-4.291,57.862],[-4.275,57.861],[-4.27,57.862],[-4.271,57.864],[-4.274,57.866],[-4.272,57.87],[-4.258,57.87],[-4.236,57.871],[-4.232,57.875],[-4.215,57.873],[-4.212,57.873],[-4.198,57.87],[-4.196,57.869],[-4.187,57.867],[-4.18,57.867],[-4.178,57.868],[-4.174,57.868],[-4.173,57.865],[-4.174,57.86],[-4.168,57.86],[-4.162,57.859],[-4.153,57.859],[-4.147,57.86],[-4.144,57.864],[-4.144,57.866],[-4.139,57.869],[-4.135,57.87],[-4.133,57.868],[-4.133,57.863],[-4.134,57.859],[-4.142,57.859],[-4.147,57.855],[-4.145,57.854],[-4.137,57.856],[-4.132,57.856],[-4.127,57.855],[-4.121,57.856],[-4.116,57.854],[-4.111,57.849],[-4.108,57.854],[-4.104,57.857],[-4.095,57.862],[-4.088,57.864],[-4.076,57.867],[-4.067,57.868],[-4.058,57.867],[-4.048,57.868],[-4.034,57.867],[-4.02,57.863],[-4.016,57.859],[-4.01,57.86],[-4.01,57.864],[-4.016,57.874],[-4.017,57.878],[-4.011,57.882],[-4.013,57.887],[-4.013,57.891],[-4.006,57.893],[-4.004,57.899],[-4.001,57.901],[-3.997,57.903],[-3.992,57.903],[-3.994,57.906],[-4,57.918],[-4.001,57.926],[-4.006,57.931],[-4.01,57.931],[-4.017,57.932],[-4.025,57.929],[-4.027,57.928],[-4.034,57.928],[-4.034,57.93],[-4.039,57.931],[-4.046,57.933],[-4.06,57.936],[-4.069,57.937],[-4.072,57.938],[-4.076,57.944],[-4.081,57.947],[-4.082,57.951],[-4.07,57.956],[-4.066,57.954],[-4.059,57.954],[-4.055,57.955],[-4.051,57.949],[-4.047,57.945],[-4.041,57.946],[-4.031,57.947],[-4.021,57.95],[-4.012,57.949],[-4.013,57.946],[-4.016,57.945],[-4.02,57.942],[-4.021,57.938],[-4.024,57.936],[-4.019,57.934],[-4.013,57.935],[-4.004,57.935],[-4.001,57.937],[-3.999,57.946],[-3.994,57.95],[-3.992,57.957],[-3.988,57.965],[-3.983,57.97],[-3.975,57.973],[-3.969,57.975],[-3.964,57.974],[-3.956,57.976],[-3.953,57.976],[-3.943,57.98],[-3.936,57.983],[-3.917,57.984],[-3.904,57.987],[-3.901,57.987],[-3.891,57.988],[-3.888,57.99],[-3.883,57.996],[-3.875,57.999],[-3.871,58.002],[-3.866,58.002],[-3.86,58.004],[-3.848,58.007],[-3.844,58.012],[-3.841,58.013],[-3.841,58.019],[-3.838,58.029],[-3.833,58.039],[-3.827,58.042],[-3.822,58.043],[-3.816,58.045],[-3.806,58.055],[-3.802,58.058],[-3.799,58.059],[-3.791,58.062],[-3.786,58.063],[-3.78,58.065],[-3.773,58.065],[-3.764,58.063],[-3.763,58.065],[-3.758,58.067],[-3.745,58.068],[-3.735,58.078],[-3.725,58.081],[-3.716,58.082],[-3.713,58.084],[-3.705,58.086],[-3.702,58.089],[-3.691,58.094],[-3.684,58.097],[-3.679,58.1],[-3.672,58.102],[-3.665,58.109],[-3.659,58.113],[-3.652,58.115],[-3.644,58.114],[-3.63,58.119],[-3.629,58.122],[-3.626,58.123],[-3.62,58.126],[-3.619,58.128],[-3.616,58.129],[-3.613,58.132],[-3.607,58.133],[-3.585,58.14],[-3.583,58.14],[-3.577,58.143],[-3.571,58.145],[-3.572,58.147],[-3.559,58.152],[-3.55,58.158],[-3.544,58.159],[-3.539,58.162],[-3.528,58.166],[-3.525,58.166],[-3.517,58.168],[-3.514,58.17],[-3.508,58.172],[-3.503,58.177],[-3.496,58.181],[-3.495,58.185],[-3.489,58.188],[-3.489,58.191],[-3.485,58.193],[-3.479,58.194],[-3.476,58.196],[-3.475,58.2],[-3.47,58.206],[-3.47,58.208],[-3.466,58.209],[-3.464,58.214],[-3.457,58.219],[-3.449,58.222],[-3.446,58.226],[-3.439,58.229],[-3.435,58.233],[-3.436,58.235],[-3.43,58.24],[-3.429,58.244],[-3.425,58.245],[-3.418,58.245],[-3.411,58.249],[-3.411,58.25],[-3.4,58.256],[-3.4,58.258],[-3.388,58.266],[-3.378,58.27],[-3.375,58.272],[-3.367,58.275],[-3.362,58.276],[-3.354,58.278],[-3.343,58.28],[-3.339,58.282],[-3.336,58.281],[-3.328,58.282],[-3.331,58.286],[-3.321,58.286],[-3.317,58.287],[-3.311,58.288],[-3.302,58.289],[-3.297,58.289],[-3.293,58.291],[-3.293,58.293],[-3.289,58.296],[-3.287,58.294],[-3.272,58.299],[-3.26,58.3],[-3.255,58.298],[-3.252,58.298],[-3.245,58.301],[-3.238,58.302],[-3.232,58.303],[-3.225,58.305],[-3.221,58.305],[-3.21,58.31],[-3.204,58.316],[-3.199,58.317],[-3.198,58.32],[-3.192,58.322],[-3.189,58.327],[-3.183,58.33],[-3.182,58.333],[-3.175,58.335],[-3.17,58.339],[-3.162,58.342],[-3.161,58.346],[-3.154,58.348],[-3.151,58.351],[-3.142,58.356],[-3.135,58.357],[-3.127,58.36],[-3.118,58.368],[-3.108,58.371],[-3.112,58.373],[-3.107,58.375],[-3.106,58.383],[-3.098,58.389],[-3.101,58.39],[-3.098,58.393],[-3.101,58.396],[-3.095,58.399],[-3.091,58.404],[-3.088,58.404],[-3.091,58.408],[-3.089,58.411],[-3.084,58.414],[-3.083,58.417],[-3.087,58.418],[-3.081,58.421],[-3.081,58.424],[-3.074,58.426],[-3.07,58.428],[-3.069,58.431],[-3.07,58.434],[-3.084,58.438],[-3.086,58.44],[-3.086,58.443],[-3.077,58.442],[-3.067,58.443],[-3.062,58.442],[-3.06,58.444],[-3.064,58.445],[-3.062,58.447],[-3.056,58.447],[-3.051,58.45],[-3.051,58.454],[-3.057,58.46],[-3.056,58.463],[-3.052,58.465],[-3.052,58.467],[-3.048,58.472],[-3.049,58.476],[-3.049,58.478],[-3.053,58.48],[-3.059,58.479],[-3.063,58.479],[-3.071,58.477],[-3.078,58.475],[-3.087,58.474],[-3.101,58.475],[-3.105,58.474],[-3.112,58.476],[-3.12,58.479],[-3.126,58.484],[-3.13,58.493],[-3.133,58.502],[-3.132,58.514],[-3.131,58.519],[-3.126,58.527],[-3.12,58.531],[-3.113,58.532],[-3.109,58.535],[-3.108,58.537],[-3.089,58.546],[-3.083,58.551],[-3.084,58.552],[-3.082,58.557],[-3.077,58.559],[-3.075,58.561],[-3.069,58.563],[-3.067,58.566],[-3.069,58.568],[-3.068,58.571],[-3.065,58.575],[-3.065,58.577],[-3.061,58.58],[-3.063,58.583],[-3.068,58.585],[-3.073,58.59],[-3.071,58.593],[-3.063,58.594],[-3.053,58.596],[-3.046,58.596],[-3.043,58.598],[-3.042,58.601],[-3.043,58.604],[-3.038,58.606],[-3.036,58.611],[-3.041,58.614],[-3.038,58.618],[-3.039,58.623],[-3.038,58.632],[-3.034,58.634],[-3.032,58.638],[-3.027,58.638],[-3.025,58.64],[-3.024,58.644],[-3.032,58.646],[-3.035,58.646],[-3.039,58.644],[-3.043,58.645],[-3.047,58.647],[-3.053,58.648],[-3.056,58.645],[-3.063,58.644],[-3.072,58.644],[-3.083,58.645],[-3.086,58.646],[-3.091,58.646],[-3.094,58.647],[-3.104,58.646],[-3.108,58.644],[-3.114,58.642],[-3.123,58.642],[-3.128,58.643],[-3.134,58.64],[-3.158,58.637],[-3.165,58.64],[-3.169,58.643],[-3.172,58.651],[-3.181,58.654],[-3.184,58.658],[-3.187,58.658],[-3.192,58.66],[-3.194,58.656],[-3.208,58.655],[-3.22,58.655],[-3.221,58.652],[-3.225,58.65],[-3.232,58.651],[-3.239,58.649],[-3.242,58.653],[-3.25,58.654],[-3.263,58.652],[-3.269,58.654],[-3.273,58.653],[-3.277,58.653],[-3.283,58.65],[-3.286,58.648],[-3.294,58.646],[-3.303,58.646],[-3.31,58.643],[-3.31,58.646],[-3.324,58.647],[-3.332,58.647],[-3.338,58.648],[-3.343,58.647],[-3.347,58.649],[-3.347,58.653],[-3.352,58.657],[-3.352,58.66],[-3.355,58.664],[-3.362,58.669],[-3.366,58.67],[-3.371,58.67],[-3.377,58.672],[-3.378,58.67],[-3.39,58.668],[-3.391,58.666],[-3.399,58.665],[-3.403,58.663],[-3.408,58.658],[-3.413,58.643],[-3.413,58.639],[-3.407,58.637],[-3.403,58.636],[-3.398,58.633],[-3.383,58.629],[-3.377,58.629],[-3.373,58.627],[-3.371,58.622],[-3.365,58.622],[-3.362,58.62],[-3.352,58.62],[-3.349,58.619],[-3.347,58.616],[-3.347,58.612],[-3.354,58.604],[-3.355,58.602],[-3.363,58.598],[-3.371,58.594],[-3.375,58.594],[-3.382,58.598],[-3.389,58.6],[-3.396,58.602],[-3.403,58.602],[-3.414,58.601],[-3.426,58.604],[-3.431,58.603],[-3.436,58.606],[-3.432,58.608],[-3.435,58.61],[-3.439,58.611],[-3.45,58.608],[-3.453,58.61],[-3.46,58.612],[-3.47,58.611],[-3.479,58.609],[-3.483,58.61],[-3.5,58.605],[-3.505,58.603],[-3.509,58.599],[-3.518,58.597],[-3.525,58.597],[-3.53,58.6],[-3.537,58.601],[-3.543,58.602],[-3.549,58.605],[-3.552,58.608],[-3.548,58.61],[-3.551,58.611],[-3.54,58.614],[-3.536,58.623],[-3.541,58.623],[-3.546,58.624],[-3.553,58.622],[-3.558,58.624],[-3.56,58.622],[-3.568,58.62],[-3.58,58.619],[-3.585,58.618],[-3.589,58.619],[-3.601,58.617],[-3.606,58.617],[-3.61,58.617],[-3.619,58.617],[-3.629,58.615],[-3.639,58.615],[-3.65,58.618],[-3.651,58.62],[-3.661,58.619],[-3.669,58.617],[-3.672,58.614],[-3.672,58.609],[-3.673,58.607],[-3.678,58.608],[-3.682,58.608],[-3.694,58.605],[-3.696,58.605],[-3.715,58.599],[-3.725,58.594],[-3.728,58.593],[-3.731,58.59],[-3.734,58.59],[-3.736,58.587],[-3.742,58.583],[-3.746,58.582],[-3.751,58.579],[-3.755,58.579],[-3.762,58.576],[-3.772,58.575],[-3.777,58.571],[-3.775,58.566],[-3.778,58.564],[-3.787,58.563],[-3.792,58.564],[-3.794,58.572],[-3.801,58.574],[-3.811,58.571],[-3.821,58.568],[-3.827,58.568],[-3.829,58.569],[-3.835,58.568],[-3.841,58.569],[-3.844,58.566],[-3.85,58.564],[-3.856,58.565],[-3.862,58.563],[-3.87,58.565],[-3.879,58.565],[-3.88,58.566],[-3.886,58.566],[-3.89,58.568],[-3.901,58.567],[-3.907,58.564],[-3.908,58.559],[-3.915,58.559],[-3.921,58.56],[-3.924,58.563],[-3.923,58.567],[-3.928,58.57],[-3.933,58.571],[-3.933,58.573],[-3.944,58.57],[-3.946,58.567],[-3.95,58.569],[-3.95,58.571],[-3.953,58.573],[-3.959,58.573],[-3.967,58.569],[-3.97,58.569],[-3.975,58.57],[-3.984,58.57],[-3.986,58.57],[-3.993,58.568],[-3.995,58.566],[-4.003,58.566],[-4.006,58.567],[-4.008,58.578],[-4.012,58.581],[-4.011,58.587],[-4.012,58.59],[-4.016,58.594],[-4.015,58.597],[-4.016,58.6],[-4.02,58.601],[-4.02,58.597],[-4.023,58.593],[-4.032,58.591],[-4.039,58.592],[-4.043,58.591],[-4.044,58.583],[-4.051,58.581],[-4.047,58.579],[-4.049,58.577],[-4.047,58.572],[-4.055,58.569],[-4.061,58.566],[-4.068,58.565],[-4.071,58.563],[-4.069,58.558],[-4.074,58.552],[-4.081,58.552],[-4.085,58.558],[-4.084,58.56],[-4.087,58.562],[-4.09,58.557],[-4.095,58.559],[-4.095,58.561],[-4.099,58.563],[-4.104,58.564],[-4.11,58.56],[-4.115,58.566],[-4.125,58.569],[-4.131,58.565],[-4.142,58.565],[-4.147,58.566],[-4.149,58.563],[-4.153,58.563],[-4.153,58.559],[-4.155,58.557],[-4.157,58.552],[-4.157,58.548],[-4.164,58.547],[-4.168,58.545],[-4.175,58.544],[-4.174,58.542],[-4.182,58.543],[-4.183,58.546],[-4.196,58.546],[-4.199,58.549],[-4.2,58.552],[-4.204,58.551],[-4.21,58.552],[-4.214,58.551],[-4.213,58.548],[-4.213,58.546],[-4.21,58.543],[-4.211,58.541],[-4.216,58.541],[-4.214,58.536],[-4.209,58.534],[-4.21,58.532],[-4.222,58.533],[-4.231,58.535],[-4.237,58.536],[-4.242,58.534],[-4.233,58.525],[-4.23,58.524],[-4.226,58.519],[-4.225,58.517],[-4.222,58.514],[-4.227,58.513],[-4.23,58.515],[-4.229,58.519],[-4.234,58.522],[-4.24,58.522],[-4.238,58.526],[-4.242,58.526],[-4.254,58.525],[-4.261,58.524],[-4.261,58.522],[-4.264,58.518],[-4.268,58.521],[-4.267,58.523],[-4.271,58.524],[-4.269,58.527],[-4.261,58.53],[-4.263,58.533],[-4.267,58.536],[-4.283,58.541],[-4.291,58.539],[-4.293,58.541],[-4.299,58.543],[-4.304,58.541],[-4.308,58.543],[-4.316,58.542],[-4.318,58.54],[-4.331,58.542],[-4.344,58.541],[-4.345,58.54],[-4.35,58.539],[-4.357,58.536],[-4.359,58.534],[-4.366,58.529],[-4.37,58.526],[-4.373,58.52],[-4.378,58.518],[-4.383,58.512],[-4.383,58.51],[-4.39,58.509],[-4.396,58.509],[-4.401,58.506],[-4.405,58.503],[-4.41,58.5],[-4.417,58.495],[-4.421,58.493],[-4.43,58.492],[-4.424,58.489],[-4.423,58.482],[-4.424,58.48],[-4.436,58.477],[-4.441,58.474],[-4.444,58.469],[-4.446,58.465],[-4.448,58.465],[-4.455,58.461],[-4.458,58.456],[-4.465,58.451],[-4.469,58.447],[-4.475,58.446],[-4.481,58.448],[-4.477,58.453],[-4.47,58.456],[-4.467,58.458],[-4.466,58.468],[-4.463,58.471],[-4.463,58.475],[-4.459,58.48],[-4.455,58.482],[-4.452,58.485],[-4.452,58.489],[-4.455,58.491],[-4.456,58.494],[-4.453,58.497],[-4.45,58.497],[-4.449,58.501],[-4.447,58.503],[-4.439,58.505],[-4.433,58.51],[-4.425,58.51],[-4.425,58.513],[-4.413,58.52],[-4.409,58.522],[-4.41,58.524],[-4.416,58.525],[-4.421,58.524],[-4.425,58.528],[-4.429,58.529],[-4.431,58.531],[-4.426,58.534],[-4.425,58.537],[-4.427,58.54],[-4.428,58.545],[-4.426,58.549],[-4.427,58.552],[-4.432,58.552],[-4.438,58.556],[-4.441,58.553],[-4.446,58.553],[-4.449,58.551],[-4.45,58.549],[-4.456,58.549],[-4.452,58.554],[-4.458,58.562],[-4.462,58.561],[-4.469,58.564],[-4.475,58.563],[-4.479,58.565],[-4.485,58.567],[-4.492,58.568],[-4.495,58.574],[-4.501,58.576],[-4.508,58.576],[-4.513,58.578],[-4.519,58.578],[-4.525,58.577],[-4.527,58.58],[-4.533,58.579],[-4.539,58.579],[-4.543,58.581],[-4.545,58.578],[-4.553,58.577],[-4.562,58.578],[-4.571,58.576],[-4.577,58.58],[-4.583,58.578],[-4.59,58.577],[-4.588,58.575],[-4.596,58.573],[-4.6,58.569],[-4.595,58.564],[-4.598,58.562],[-4.599,58.559],[-4.602,58.558],[-4.604,58.554],[-4.603,58.552],[-4.597,58.548],[-4.594,58.542],[-4.593,58.535],[-4.602,58.533],[-4.602,58.527],[-4.606,58.526],[-4.613,58.523],[-4.614,58.516],[-4.617,58.518],[-4.616,58.52],[-4.618,58.524],[-4.625,58.524],[-4.628,58.522],[-4.635,58.52],[-4.639,58.521],[-4.642,58.521],[-4.649,58.516],[-4.652,58.511],[-4.658,58.509],[-4.66,58.505],[-4.662,58.5],[-4.661,58.496],[-4.663,58.49],[-4.662,58.485],[-4.665,58.482],[-4.673,58.484],[-4.678,58.483],[-4.678,58.481],[-4.686,58.477],[-4.694,58.478],[-4.695,58.475],[-4.7,58.468],[-4.713,58.465],[-4.716,58.463],[-4.723,58.464],[-4.725,58.462],[-4.727,58.456],[-4.736,58.447],[-4.74,58.447],[-4.75,58.45],[-4.755,58.45],[-4.751,58.454],[-4.754,58.456],[-4.75,58.46],[-4.748,58.461],[-4.74,58.469],[-4.731,58.474],[-4.726,58.48],[-4.716,58.49],[-4.713,58.496],[-4.709,58.499],[-4.694,58.504],[-4.695,58.509],[-4.688,58.508],[-4.683,58.511],[-4.682,58.513],[-4.685,58.514],[-4.678,58.518],[-4.674,58.523],[-4.668,58.526],[-4.663,58.525],[-4.661,58.528],[-4.657,58.53],[-4.652,58.534],[-4.652,58.538],[-4.655,58.542],[-4.655,58.544],[-4.658,58.545],[-4.659,58.548],[-4.654,58.552],[-4.658,58.552],[-4.667,58.55],[-4.672,58.552],[-4.678,58.55],[-4.682,58.552],[-4.683,58.555],[-4.692,58.557],[-4.697,58.556],[-4.705,58.557],[-4.71,58.56],[-4.71,58.563],[-4.705,58.566],[-4.711,58.567],[-4.718,58.57],[-4.728,58.57],[-4.734,58.566],[-4.741,58.57],[-4.745,58.576],[-4.74,58.58],[-4.745,58.583],[-4.75,58.582],[-4.755,58.584],[-4.755,58.587],[-4.757,58.589],[-4.763,58.588],[-4.767,58.591],[-4.767,58.596],[-4.765,58.598],[-4.77,58.6],[-4.771,58.601],[-4.769,58.604],[-4.774,58.604],[-4.779,58.602],[-4.786,58.6],[-4.793,58.6],[-4.787,58.597],[-4.786,58.595],[-4.78,58.595],[-4.776,58.591],[-4.767,58.585],[-4.766,58.579],[-4.769,58.576],[-4.776,58.578],[-4.791,58.578],[-4.798,58.575],[-4.798,58.571],[-4.802,58.569],[-4.803,58.565],[-4.806,58.563],[-4.804,58.561],[-4.8,58.559],[-4.797,58.556],[-4.791,58.554],[-4.782,58.553],[-4.778,58.551],[-4.779,58.544],[-4.782,58.54],[-4.784,58.538],[-4.789,58.537],[-4.791,58.533],[-4.794,58.531],[-4.8,58.525],[-4.804,58.525],[-4.805,58.523],[-4.809,58.521],[-4.817,58.526],[-4.82,58.524],[-4.825,58.522],[-4.83,58.523],[-4.821,58.527],[-4.821,58.529],[-4.811,58.535],[-4.804,58.538],[-4.801,58.539],[-4.796,58.541],[-4.796,58.545],[-4.793,58.546],[-4.799,58.551],[-4.806,58.554],[-4.809,58.554],[-4.814,58.556],[-4.817,58.561],[-4.82,58.563],[-4.819,58.565],[-4.819,58.568],[-4.817,58.57],[-4.822,58.571],[-4.818,58.579],[-4.819,58.584],[-4.817,58.588],[-4.823,58.591],[-4.829,58.596],[-4.828,58.598],[-4.834,58.599],[-4.836,58.601],[-4.846,58.599],[-4.855,58.603],[-4.857,58.605],[-4.867,58.607],[-4.876,58.613],[-4.876,58.614],[-4.883,58.615],[-4.887,58.613],[-4.892,58.612],[-4.911,58.614],[-4.916,58.614],[-4.923,58.616],[-4.936,58.617],[-4.943,58.612],[-4.944,58.609],[-4.952,58.61],[-4.957,58.61],[-4.959,58.611],[-4.958,58.614],[-4.972,58.616],[-4.976,58.616],[-4.98,58.62],[-4.985,58.622],[-4.987,58.621],[-4.993,58.625],[-4.999,58.627],[-5.002,58.625],[-5.007,58.626],[-5.011,58.622],[-5.015,58.615],[-5.013,58.614],[-5.014,58.611],[-5.011,58.61],[-5.013,58.607],[-5.012,58.604],[-5.016,58.602],[-5.011,58.599],[-5.013,58.596],[-5.01,58.593],[-5.011,58.591],[-5.018,58.59],[-5.022,58.586],[-5.016,58.584],[-5.022,58.579],[-5.014,58.578],[-5.027,58.572],[-5.027,58.569],[-5.031,58.568],[-5.03,58.562],[-5.035,58.56],[-5.039,58.557],[-5.041,58.554],[-5.04,58.551],[-5.044,58.549],[-5.046,58.547],[-5.056,58.54],[-5.062,58.538],[-5.07,58.535],[-5.08,58.537],[-5.084,58.537],[-5.091,58.537],[-5.09,58.534],[-5.092,58.531],[-5.096,58.53],[-5.105,58.526],[-5.107,58.522],[-5.112,58.52],[-5.118,58.514],[-5.117,58.512],[-5.119,58.51],[-5.116,58.507],[-5.119,58.504],[-5.118,58.502],[-5.122,58.499],[-5.12,58.498],[-5.122,58.494],[-5.126,58.494],[-5.125,58.49],[-5.12,58.489],[-5.121,58.485],[-5.113,58.484],[-5.116,58.481],[-5.113,58.479],[-5.107,58.483],[-5.103,58.482],[-5.103,58.479],[-5.093,58.479],[-5.089,58.479],[-5.085,58.475],[-5.088,58.472],[-5.086,58.469],[-5.071,58.466],[-5.071,58.464],[-5.061,58.463],[-5.056,58.464],[-5.055,58.46],[-5.062,58.46],[-5.065,58.461],[-5.071,58.457],[-5.055,58.455],[-5.049,58.454],[-5.039,58.454],[-5.032,58.453],[-5.017,58.453],[-5.019,58.45],[-5.018,58.447],[-5.016,58.445],[-5.009,58.444],[-5.006,58.442],[-4.996,58.441],[-4.992,58.439],[-5,58.437],[-5,58.435],[-4.994,58.431],[-4.991,58.43],[-4.988,58.427],[-4.995,58.424],[-4.996,58.426],[-5.015,58.439],[-5.019,58.441],[-5.023,58.444],[-5.031,58.448],[-5.038,58.45],[-5.042,58.45],[-5.048,58.451],[-5.058,58.449],[-5.065,58.452],[-5.07,58.45],[-5.073,58.452],[-5.078,58.451],[-5.078,58.447],[-5.082,58.447],[-5.084,58.446],[-5.096,58.442],[-5.102,58.436],[-5.109,58.436],[-5.108,58.431],[-5.113,58.43],[-5.112,58.428],[-5.114,58.424],[-5.105,58.422],[-5.1,58.422],[-5.092,58.424],[-5.09,58.42],[-5.084,58.419],[-5.079,58.42],[-5.08,58.417],[-5.089,58.417],[-5.099,58.417],[-5.107,58.415],[-5.11,58.416],[-5.113,58.415],[-5.11,58.411],[-5.103,58.41],[-5.101,58.411],[-5.095,58.407],[-5.088,58.408],[-5.083,58.407],[-5.073,58.407],[-5.066,58.409],[-5.067,58.411],[-5.065,58.415],[-5.056,58.414],[-5.046,58.414],[-5.046,58.411],[-5.052,58.411],[-5.061,58.409],[-5.065,58.406],[-5.07,58.404],[-5.069,58.402],[-5.062,58.403],[-5.057,58.403],[-5.063,58.398],[-5.057,58.397],[-5.051,58.395],[-5.045,58.396],[-5.041,58.394],[-5.032,58.393],[-5.045,58.386],[-5.033,58.382],[-5.032,58.381],[-5.025,58.379],[-5.035,58.377],[-5.039,58.372],[-5.045,58.373],[-5.047,58.378],[-5.043,58.38],[-5.041,58.377],[-5.037,58.378],[-5.035,58.38],[-5.046,58.384],[-5.051,58.382],[-5.057,58.382],[-5.059,58.385],[-5.066,58.384],[-5.064,58.388],[-5.065,58.39],[-5.074,58.388],[-5.078,58.39],[-5.08,58.392],[-5.086,58.392],[-5.094,58.389],[-5.09,58.394],[-5.11,58.398],[-5.116,58.396],[-5.119,58.403],[-5.127,58.405],[-5.127,58.407],[-5.132,58.412],[-5.146,58.411],[-5.144,58.408],[-5.146,58.407],[-5.152,58.405],[-5.151,58.404],[-5.153,58.4],[-5.152,58.398],[-5.148,58.396],[-5.149,58.391],[-5.143,58.389],[-5.145,58.387],[-5.144,58.385],[-5.152,58.383],[-5.155,58.379],[-5.164,58.373],[-5.169,58.368],[-5.172,58.364],[-5.172,58.361],[-5.165,58.36],[-5.161,58.355],[-5.155,58.354],[-5.155,58.352],[-5.161,58.351],[-5.169,58.353],[-5.176,58.355],[-5.182,58.353],[-5.183,58.351],[-5.175,58.35],[-5.177,58.348],[-5.173,58.346],[-5.172,58.342],[-5.176,58.341],[-5.17,58.338],[-5.167,58.337],[-5.162,58.337],[-5.161,58.334],[-5.168,58.33],[-5.168,58.326],[-5.17,58.323],[-5.164,58.32],[-5.153,58.32],[-5.15,58.322],[-5.147,58.327],[-5.138,58.327],[-5.134,58.323],[-5.135,58.319],[-5.14,58.317],[-5.144,58.317],[-5.147,58.312],[-5.141,58.311],[-5.127,58.311],[-5.131,58.308],[-5.136,58.308],[-5.142,58.307],[-5.146,58.3],[-5.141,58.3],[-5.134,58.298],[-5.134,58.297],[-5.141,58.294],[-5.14,58.291],[-5.135,58.293],[-5.125,58.293],[-5.127,58.291],[-5.122,58.288],[-5.119,58.284],[-5.123,58.28],[-5.116,58.28],[-5.11,58.282],[-5.108,58.279],[-5.104,58.28],[-5.104,58.277],[-5.092,58.271],[-5.088,58.267],[-5.081,58.264],[-5.075,58.262],[-5.07,58.262],[-5.064,58.259],[-5.061,58.261],[-5.053,58.257],[-5.041,58.261],[-5.031,58.255],[-5.024,58.258],[-5.023,58.259],[-5.029,58.261],[-5.033,58.257],[-5.035,58.259],[-5.032,58.263],[-5.023,58.264],[-5.012,58.264],[-5.008,58.264],[-5.002,58.262],[-4.996,58.261],[-4.991,58.259],[-4.986,58.26],[-4.98,58.258],[-4.978,58.258],[-4.97,58.257],[-4.955,58.258],[-4.945,58.26],[-4.929,58.259],[-4.923,58.258],[-4.925,58.256],[-4.933,58.255],[-4.951,58.253],[-4.957,58.254],[-4.965,58.253],[-4.981,58.254],[-4.987,58.254],[-4.995,58.251],[-4.991,58.246],[-4.984,58.244],[-4.976,58.242],[-4.971,58.24],[-4.963,58.238],[-4.96,58.236],[-4.954,58.234],[-4.946,58.23],[-4.949,58.227],[-4.947,58.225],[-4.943,58.225],[-4.937,58.223],[-4.936,58.22],[-4.939,58.218],[-4.937,58.216],[-4.942,58.216],[-4.948,58.222],[-4.956,58.226],[-4.959,58.226],[-4.972,58.228],[-4.978,58.228],[-4.979,58.23],[-4.982,58.232],[-4.987,58.235],[-4.99,58.238],[-5.003,58.24],[-5.003,58.245],[-5.006,58.249],[-5.007,58.255],[-5.021,58.257],[-5.028,58.252],[-5.026,58.251],[-5.036,58.249],[-5.039,58.248],[-5.043,58.249],[-5.047,58.251],[-5.05,58.252],[-5.054,58.25],[-5.053,58.247],[-5.057,58.246],[-5.063,58.248],[-5.07,58.251],[-5.077,58.252],[-5.088,58.258],[-5.096,58.261],[-5.105,58.265],[-5.104,58.266],[-5.107,58.27],[-5.118,58.27],[-5.117,58.267],[-5.125,58.267],[-5.127,58.264],[-5.132,58.263],[-5.133,58.26],[-5.122,58.259],[-5.12,58.256],[-5.122,58.247],[-5.129,58.251],[-5.125,58.255],[-5.132,58.257],[-5.133,58.259],[-5.138,58.26],[-5.142,58.26],[-5.146,58.258],[-5.147,58.256],[-5.152,58.253],[-5.156,58.254],[-5.157,58.256],[-5.162,58.26],[-5.166,58.258],[-5.165,58.256],[-5.171,58.251],[-5.171,58.246],[-5.168,58.245],[-5.172,58.241],[-5.169,58.24],[-5.165,58.238],[-5.162,58.235],[-5.17,58.236],[-5.174,58.238],[-5.177,58.247],[-5.18,58.247],[-5.181,58.251],[-5.185,58.252],[-5.188,58.249],[-5.196,58.249],[-5.204,58.246],[-5.214,58.25],[-5.212,58.253],[-5.218,58.256],[-5.224,58.253],[-5.23,58.249],[-5.231,58.246],[-5.236,58.248],[-5.231,58.25],[-5.232,58.253],[-5.238,58.253],[-5.24,58.249],[-5.248,58.25],[-5.252,58.25],[-5.253,58.248],[-5.261,58.247],[-5.264,58.245],[-5.273,58.243],[-5.276,58.239],[-5.282,58.239],[-5.285,58.237],[-5.29,58.237],[-5.293,58.235],[-5.295,58.231],[-5.303,58.226],[-5.309,58.224],[-5.31,58.228],[-5.313,58.23],[-5.315,58.235],[-5.319,58.235],[-5.318,58.239],[-5.325,58.242],[-5.334,58.241],[-5.342,58.245],[-5.34,58.25],[-5.348,58.251],[-5.353,58.251],[-5.356,58.253],[-5.368,58.251],[-5.371,58.254],[-5.371,58.258],[-5.375,58.26],[-5.374,58.264],[-5.378,58.263],[-5.384,58.26],[-5.388,58.255],[-5.394,58.254],[-5.397,58.25],[-5.395,58.248],[-5.4,58.241],[-5.404,58.241],[-5.402,58.238],[-5.404,58.237],[-5.391,58.232],[-5.386,58.232],[-5.38,58.229],[-5.377,58.226],[-5.371,58.223],[-5.37,58.221],[-5.364,58.219],[-5.361,58.217],[-5.361,58.211],[-5.36,58.21],[-5.36,58.205],[-5.358,58.202],[-5.345,58.201],[-5.34,58.199],[-5.34,58.197],[-5.343,58.196],[-5.344,58.192],[-5.343,58.189],[-5.337,58.189],[-5.336,58.187],[-5.339,58.186],[-5.336,58.184],[-5.331,58.184],[-5.332,58.181],[-5.327,58.181],[-5.322,58.182],[-5.316,58.182],[-5.312,58.178],[-5.305,58.176],[-5.306,58.175],[-5.303,58.173],[-5.318,58.17],[-5.315,58.168],[-5.312,58.168],[-5.309,58.163],[-5.303,58.164],[-5.299,58.165],[-5.295,58.164],[-5.292,58.167],[-5.287,58.167],[-5.281,58.166],[-5.284,58.164],[-5.289,58.164],[-5.297,58.162],[-5.301,58.163],[-5.304,58.162],[-5.307,58.157],[-5.31,58.155],[-5.298,58.153],[-5.296,58.151],[-5.287,58.152],[-5.283,58.154],[-5.279,58.148],[-5.273,58.149],[-5.27,58.148],[-5.261,58.148],[-5.257,58.152],[-5.241,58.153],[-5.241,58.148],[-5.252,58.147],[-5.25,58.143],[-5.255,58.141],[-5.26,58.137],[-5.269,58.139],[-5.273,58.138],[-5.287,58.138],[-5.29,58.14],[-5.295,58.137],[-5.287,58.131],[-5.286,58.127],[-5.279,58.125],[-5.273,58.124],[-5.269,58.126],[-5.264,58.124],[-5.268,58.122],[-5.278,58.122],[-5.287,58.12],[-5.289,58.122],[-5.303,58.12],[-5.298,58.115],[-5.295,58.113],[-5.29,58.113],[-5.285,58.113],[-5.284,58.109],[-5.278,58.106],[-5.272,58.107],[-5.269,58.105],[-5.268,58.102],[-5.281,58.092],[-5.281,58.09],[-5.276,58.086],[-5.278,58.083],[-5.283,58.086],[-5.285,58.085],[-5.289,58.079],[-5.282,58.076],[-5.281,58.073],[-5.285,58.073],[-5.293,58.074],[-5.294,58.072],[-5.3,58.069],[-5.301,58.064],[-5.31,58.066],[-5.308,58.069],[-5.314,58.07],[-5.325,58.069],[-5.327,58.072],[-5.332,58.078],[-5.338,58.078],[-5.342,58.076],[-5.352,58.079],[-5.354,58.074],[-5.358,58.068],[-5.356,58.064],[-5.354,58.062],[-5.354,58.058],[-5.359,58.058],[-5.361,58.061],[-5.359,58.062],[-5.362,58.068],[-5.364,58.069],[-5.366,58.074],[-5.369,58.077],[-5.374,58.076],[-5.381,58.081],[-5.38,58.082],[-5.382,58.086],[-5.39,58.087],[-5.393,58.091],[-5.397,58.091],[-5.401,58.097],[-5.404,58.096],[-5.412,58.101],[-5.423,58.103],[-5.425,58.105],[-5.435,58.106],[-5.439,58.101],[-5.436,58.099],[-5.437,58.096],[-5.44,58.096],[-5.444,58.098],[-5.447,58.097],[-5.448,58.092],[-5.454,58.085],[-5.446,58.08],[-5.45,58.078],[-5.453,58.078],[-5.458,58.077],[-5.458,58.075],[-5.456,58.07],[-5.453,58.072],[-5.448,58.068],[-5.444,58.062],[-5.433,58.059],[-5.426,58.059],[-5.423,58.056],[-5.417,58.055],[-5.413,58.053],[-5.413,58.051],[-5.418,58.05],[-5.42,58.046],[-5.415,58.046],[-5.418,58.043],[-5.422,58.044],[-5.424,58.038],[-5.423,58.037],[-5.416,58.034],[-5.409,58.034],[-5.406,58.033],[-5.397,58.032],[-5.386,58.029],[-5.376,58.03],[-5.372,58.032],[-5.367,58.031],[-5.358,58.027],[-5.353,58.022],[-5.35,58.02],[-5.351,58.017],[-5.347,58.014],[-5.353,58.01],[-5.355,58.007],[-5.353,58.006],[-5.341,58.006],[-5.335,58.008],[-5.331,58.007],[-5.328,58.005],[-5.327,58.001],[-5.323,58],[-5.32,57.994],[-5.314,57.993],[-5.312,57.991],[-5.308,57.988],[-5.307,57.986],[-5.313,57.983],[-5.314,57.981],[-5.307,57.978],[-5.304,57.979],[-5.286,57.977],[-5.282,57.975],[-5.269,57.975],[-5.259,57.974],[-5.252,57.971],[-5.246,57.971],[-5.243,57.967],[-5.245,57.965],[-5.241,57.962],[-5.234,57.961],[-5.228,57.961],[-5.227,57.959],[-5.222,57.958],[-5.216,57.958],[-5.214,57.957],[-5.198,57.958],[-5.192,57.957],[-5.191,57.951],[-5.195,57.949],[-5.192,57.948],[-5.193,57.944],[-5.187,57.945],[-5.183,57.947],[-5.184,57.95],[-5.179,57.953],[-5.176,57.952],[-5.177,57.949],[-5.181,57.947],[-5.177,57.944],[-5.179,57.941],[-5.183,57.94],[-5.186,57.937],[-5.194,57.935],[-5.2,57.929],[-5.206,57.93],[-5.208,57.929],[-5.217,57.929],[-5.222,57.927],[-5.222,57.924],[-5.214,57.921],[-5.21,57.921],[-5.206,57.918],[-5.199,57.916],[-5.193,57.91],[-5.181,57.908],[-5.172,57.901],[-5.169,57.901],[-5.168,57.897],[-5.165,57.893],[-5.159,57.896],[-5.152,57.896],[-5.144,57.894],[-5.141,57.89],[-5.136,57.886],[-5.136,57.883],[-5.134,57.881],[-5.127,57.879],[-5.121,57.879],[-5.109,57.875],[-5.099,57.869],[-5.097,57.866],[-5.094,57.864],[-5.095,57.862],[-5.09,57.86],[-5.089,57.857],[-5.082,57.853],[-5.081,57.851],[-5.084,57.848],[-5.08,57.846],[-5.078,57.841],[-5.065,57.827],[-5.069,57.824],[-5.071,57.821],[-5.074,57.818],[-5.086,57.829],[-5.099,57.843],[-5.101,57.846],[-5.107,57.853],[-5.109,57.857],[-5.118,57.866],[-5.121,57.871],[-5.128,57.872],[-5.128,57.875],[-5.135,57.875],[-5.145,57.874],[-5.152,57.875],[-5.153,57.877],[-5.158,57.88],[-5.162,57.882],[-5.167,57.882],[-5.166,57.884],[-5.173,57.887],[-5.181,57.887],[-5.182,57.889],[-5.189,57.891],[-5.19,57.892],[-5.194,57.894],[-5.198,57.898],[-5.203,57.9],[-5.212,57.904],[-5.212,57.906],[-5.217,57.909],[-5.223,57.912],[-5.239,57.915],[-5.239,57.917],[-5.243,57.918],[-5.249,57.917],[-5.259,57.917],[-5.274,57.915],[-5.277,57.913],[-5.283,57.912],[-5.297,57.91],[-5.31,57.911],[-5.315,57.911],[-5.324,57.914],[-5.333,57.915],[-5.333,57.917],[-5.342,57.92],[-5.351,57.927],[-5.355,57.927],[-5.351,57.932],[-5.353,57.935],[-5.358,57.938],[-5.365,57.939],[-5.372,57.937],[-5.369,57.932],[-5.372,57.93],[-5.376,57.93],[-5.378,57.932],[-5.387,57.931],[-5.393,57.932],[-5.397,57.933],[-5.404,57.931],[-5.406,57.927],[-5.394,57.921],[-5.395,57.919],[-5.394,57.913],[-5.386,57.912],[-5.385,57.91],[-5.378,57.91],[-5.36,57.908],[-5.346,57.908],[-5.339,57.906],[-5.334,57.902],[-5.323,57.896],[-5.317,57.892],[-5.313,57.887],[-5.314,57.883],[-5.312,57.879],[-5.306,57.877],[-5.295,57.874],[-5.269,57.871],[-5.251,57.868],[-5.243,57.866],[-5.241,57.863],[-5.242,57.857],[-5.237,57.854],[-5.233,57.853],[-5.22,57.848],[-5.217,57.844],[-5.218,57.842],[-5.226,57.843],[-5.232,57.844],[-5.243,57.846],[-5.253,57.849],[-5.26,57.85],[-5.261,57.852],[-5.267,57.854],[-5.27,57.854],[-5.283,57.856],[-5.287,57.855],[-5.293,57.856],[-5.303,57.86],[-5.31,57.861],[-5.311,57.862],[-5.317,57.863],[-5.325,57.865],[-5.333,57.87],[-5.336,57.875],[-5.337,57.879],[-5.34,57.88],[-5.35,57.886],[-5.356,57.889],[-5.376,57.895],[-5.383,57.897],[-5.39,57.899],[-5.4,57.905],[-5.413,57.905],[-5.421,57.908],[-5.425,57.907],[-5.428,57.903],[-5.431,57.903],[-5.433,57.898],[-5.433,57.895],[-5.438,57.894],[-5.437,57.889],[-5.44,57.887],[-5.433,57.885],[-5.433,57.881],[-5.439,57.881],[-5.442,57.879],[-5.441,57.875],[-5.441,57.873],[-5.446,57.87],[-5.454,57.869],[-5.453,57.867],[-5.457,57.865],[-5.455,57.863],[-5.452,57.862],[-5.451,57.856],[-5.452,57.853],[-5.456,57.851],[-5.463,57.853],[-5.468,57.852],[-5.471,57.854],[-5.472,57.857],[-5.475,57.858],[-5.482,57.857],[-5.486,57.857],[-5.49,57.861],[-5.508,57.862],[-5.515,57.865],[-5.519,57.865],[-5.537,57.868],[-5.541,57.871],[-5.539,57.875],[-5.548,57.88],[-5.551,57.884],[-5.55,57.888],[-5.553,57.891],[-5.549,57.897],[-5.55,57.9],[-5.557,57.901],[-5.559,57.903],[-5.556,57.905],[-5.556,57.908],[-5.553,57.909],[-5.553,57.913],[-5.559,57.913],[-5.558,57.915],[-5.565,57.918],[-5.572,57.915],[-5.579,57.913],[-5.581,57.914],[-5.581,57.92],[-5.585,57.918],[-5.603,57.925],[-5.608,57.924],[-5.614,57.925],[-5.621,57.924],[-5.624,57.919],[-5.628,57.916],[-5.636,57.913],[-5.642,57.906],[-5.642,57.904],[-5.646,57.903],[-5.647,57.901],[-5.644,57.897],[-5.649,57.893],[-5.656,57.889],[-5.644,57.884],[-5.643,57.883],[-5.652,57.883],[-5.656,57.88],[-5.654,57.876],[-5.651,57.875],[-5.649,57.872],[-5.645,57.871],[-5.647,57.866],[-5.644,57.866],[-5.638,57.863],[-5.642,57.861],[-5.643,57.856],[-5.638,57.856],[-5.632,57.857],[-5.632,57.855],[-5.626,57.855],[-5.622,57.855],[-5.614,57.851],[-5.609,57.852],[-5.602,57.849],[-5.599,57.847],[-5.599,57.844],[-5.601,57.842],[-5.59,57.841],[-5.585,57.84],[-5.582,57.836],[-5.583,57.834],[-5.581,57.829],[-5.583,57.828],[-5.585,57.817],[-5.584,57.815],[-5.591,57.808],[-5.559,57.802],[-5.535,57.797],[-5.527,57.794],[-5.512,57.793],[-5.508,57.791],[-5.5,57.785],[-5.501,57.784],[-5.516,57.779],[-5.507,57.768],[-5.479,57.775],[-5.475,57.775],[-5.449,57.75],[-5.433,57.745],[-5.418,57.731],[-5.412,57.726],[-5.395,57.729],[-5.378,57.731],[-5.362,57.731],[-5.352,57.73],[-5.335,57.725],[-5.329,57.722],[-5.318,57.715],[-5.305,57.714],[-5.3,57.711],[-5.291,57.707],[-5.284,57.702],[-5.275,57.702],[-5.266,57.704],[-5.261,57.705],[-5.252,57.703],[-5.244,57.702],[-5.243,57.695],[-5.236,57.691],[-5.226,57.686],[-5.215,57.686],[-5.2,57.686],[-5.19,57.688],[-5.174,57.689],[-5.166,57.689],[-5.157,57.685],[-5.148,57.68],[-5.153,57.669],[-5.154,57.662],[-5.154,57.658],[-5.152,57.656],[-5.136,57.652],[-5.142,57.644],[-5.143,57.639],[-5.138,57.634],[-5.136,57.629],[-5.142,57.618],[-5.143,57.612],[-5.147,57.609],[-5.159,57.604],[-5.178,57.599],[-5.186,57.589],[-5.187,57.585],[-5.187,57.573],[-5.193,57.568],[-5.199,57.567],[-5.2,57.559],[-5.198,57.554],[-5.194,57.549],[-5.188,57.546],[-5.179,57.538],[-5.186,57.537],[-5.198,57.538],[-5.215,57.541],[-5.218,57.538],[-5.229,57.537],[-5.224,57.529],[-5.213,57.529],[-5.21,57.528],[-5.201,57.527],[-5.197,57.521],[-5.184,57.523],[-5.168,57.526],[-5.161,57.523],[-5.157,57.517],[-5.154,57.51],[-5.156,57.503],[-5.163,57.497],[-5.175,57.49],[-5.186,57.486],[-5.194,57.485],[-5.206,57.478],[-5.208,57.473],[-5.208,57.467],[-5.205,57.457],[-5.23,57.455],[-5.23,57.449],[-5.242,57.441],[-5.248,57.434],[-5.25,57.428],[-5.248,57.422],[-5.237,57.419],[-5.228,57.421],[-5.222,57.424],[-5.215,57.425],[-5.204,57.427],[-5.199,57.428],[-5.193,57.428],[-5.188,57.429],[-5.176,57.431],[-5.167,57.431],[-5.156,57.431],[-5.143,57.429],[-5.125,57.424],[-5.115,57.422],[-5.111,57.422],[-5.097,57.422],[-5.086,57.422],[-5.084,57.423],[-5.065,57.429],[-5.061,57.435],[-5.056,57.431],[-5.041,57.43],[-5.039,57.432],[-5.042,57.434],[-5.048,57.435],[-5.049,57.437],[-5.046,57.44],[-5.031,57.449],[-5.023,57.453],[-5.015,57.455],[-5.01,57.458],[-5.008,57.46],[-5.004,57.463],[-4.988,57.468],[-4.965,57.472],[-4.962,57.473],[-4.956,57.472],[-4.952,57.473],[-4.939,57.473],[-4.933,57.476],[-4.918,57.476],[-4.915,57.473],[-4.908,57.475],[-4.904,57.473],[-4.899,57.474],[-4.889,57.48],[-4.884,57.482],[-4.879,57.481],[-4.871,57.483],[-4.869,57.482],[-4.865,57.483],[-4.859,57.482],[-4.844,57.486],[-4.832,57.487],[-4.832,57.489],[-4.828,57.489],[-4.827,57.492],[-4.821,57.494],[-4.815,57.495],[-4.8,57.494],[-4.795,57.494],[-4.781,57.494],[-4.777,57.494],[-4.772,57.497],[-4.757,57.499],[-4.751,57.497],[-4.75,57.492],[-4.753,57.488],[-4.752,57.484],[-4.745,57.481],[-4.738,57.477],[-4.728,57.476],[-4.722,57.477],[-4.716,57.479],[-4.712,57.479],[-4.713,57.483],[-4.706,57.486],[-4.704,57.491],[-4.692,57.492],[-4.686,57.492],[-4.676,57.494],[-4.674,57.492],[-4.675,57.488],[-4.671,57.479],[-4.651,57.477],[-4.641,57.472],[-4.643,57.466],[-4.643,57.459],[-4.642,57.454],[-4.634,57.451],[-4.624,57.446],[-4.617,57.443],[-4.615,57.437],[-4.612,57.429],[-4.615,57.424],[-4.62,57.421],[-4.624,57.424],[-4.63,57.424],[-4.626,57.42],[-4.624,57.409],[-4.63,57.405],[-4.629,57.396],[-4.623,57.39],[-4.619,57.386],[-4.612,57.383],[-4.604,57.373],[-4.542,57.374],[-4.54,57.367],[-4.522,57.369],[-4.503,57.368],[-4.487,57.367],[-4.477,57.369],[-4.471,57.366],[-4.46,57.365],[-4.457,57.365],[-4.457,57.369],[-4.455,57.373],[-4.445,57.374],[-4.432,57.39],[-4.426,57.402],[-4.422,57.412],[-4.41,57.423],[-4.409,57.426],[-4.391,57.422],[-4.383,57.428],[-4.369,57.431],[-4.362,57.433],[-4.352,57.435],[-4.342,57.436],[-4.337,57.439],[-4.334,57.443],[-4.327,57.449],[-4.323,57.454],[-4.313,57.459],[-4.31,57.459],[-4.295,57.466],[-4.291,57.466],[-4.287,57.469],[-4.283,57.471],[-4.283,57.474],[-4.288,57.479],[-4.288,57.481]]],[[[-3.113,58.693],[-3.114,58.696],[-3.116,58.697],[-3.123,58.694],[-3.122,58.69],[-3.126,58.688],[-3.128,58.684],[-3.124,58.682],[-3.132,58.681],[-3.131,58.678],[-3.131,58.674],[-3.134,58.672],[-3.14,58.67],[-3.14,58.668],[-3.134,58.667],[-3.129,58.67],[-3.124,58.671],[-3.113,58.67],[-3.107,58.671],[-3.106,58.675],[-3.105,58.68],[-3.101,58.681],[-3.101,58.685],[-3.108,58.687],[-3.111,58.69],[-3.113,58.693]]]]},"properties":{"PCON24NM":"Caithness, Sutherland and Easter Ross","PCON24CD":"S14000069"},"PCON24CD":603}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.234,55.834],[-4.231,55.838],[-4.228,55.841],[-4.231,55.842],[-4.237,55.842],[-4.241,55.844],[-4.238,55.848],[-4.246,55.852],[-4.258,55.855],[-4.263,55.842],[-4.266,55.834],[-4.252,55.829],[-4.247,55.828],[-4.249,55.836],[-4.25,55.839],[-4.234,55.834]]],[[[-4.086,55.859],[-4.096,55.859],[-4.109,55.86],[-4.122,55.858],[-4.132,55.854],[-4.139,55.853],[-4.167,55.854],[-4.177,55.855],[-4.192,55.855],[-4.208,55.857],[-4.221,55.856],[-4.237,55.858],[-4.24,55.86],[-4.25,55.862],[-4.253,55.858],[-4.257,55.858],[-4.258,55.856],[-4.247,55.853],[-4.237,55.848],[-4.24,55.844],[-4.237,55.843],[-4.23,55.843],[-4.222,55.839],[-4.223,55.835],[-4.22,55.834],[-4.213,55.837],[-4.204,55.838],[-4.203,55.84],[-4.207,55.843],[-4.203,55.844],[-4.195,55.839],[-4.195,55.837],[-4.199,55.836],[-4.198,55.833],[-4.194,55.832],[-4.191,55.832],[-4.191,55.835],[-4.186,55.837],[-4.179,55.835],[-4.179,55.83],[-4.175,55.824],[-4.173,55.823],[-4.161,55.827],[-4.157,55.828],[-4.145,55.828],[-4.142,55.83],[-4.13,55.833],[-4.112,55.826],[-4.112,55.829],[-4.107,55.835],[-4.108,55.838],[-4.103,55.842],[-4.097,55.842],[-4.094,55.844],[-4.085,55.845],[-4.081,55.844],[-4.079,55.845],[-4.078,55.847],[-4.082,55.849],[-4.084,55.851],[-4.088,55.854],[-4.086,55.859]]]]},"properties":{"PCON24NM":"Glasgow East","PCON24CD":"S14000084"},"PCON24CD":604}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.152,56.008],[-4.157,56.014],[-4.156,56.019],[-4.158,56.023],[-4.157,56.025],[-4.163,56.03],[-4.168,56.029],[-4.17,56.027],[-4.172,56.023],[-4.174,56.021],[-4.174,56.019],[-4.191,56.012],[-4.198,56.01],[-4.207,56.017],[-4.213,56.017],[-4.219,56.018],[-4.223,56.02],[-4.241,56.017],[-4.25,56.016],[-4.257,56.017],[-4.259,56.019],[-4.267,56.023],[-4.273,56.023],[-4.273,56.026],[-4.275,56.029],[-4.28,56.029],[-4.291,56.027],[-4.296,56.026],[-4.296,56.02],[-4.299,56.017],[-4.295,56.014],[-4.294,56.009],[-4.283,55.999],[-4.276,55.997],[-4.275,55.993],[-4.275,55.983],[-4.274,55.977],[-4.279,55.977],[-4.28,55.975],[-4.273,55.965],[-4.282,55.967],[-4.289,55.967],[-4.294,55.963],[-4.288,55.961],[-4.286,55.958],[-4.295,55.959],[-4.304,55.957],[-4.319,55.96],[-4.32,55.958],[-4.331,55.958],[-4.335,55.959],[-4.345,55.965],[-4.351,55.972],[-4.358,55.973],[-4.364,55.976],[-4.363,55.978],[-4.366,55.98],[-4.375,55.981],[-4.38,55.98],[-4.384,55.98],[-4.394,55.978],[-4.398,55.977],[-4.398,55.973],[-4.402,55.972],[-4.399,55.967],[-4.4,55.962],[-4.398,55.958],[-4.398,55.955],[-4.394,55.954],[-4.386,55.952],[-4.385,55.946],[-4.39,55.945],[-4.387,55.94],[-4.389,55.937],[-4.389,55.934],[-4.383,55.934],[-4.38,55.93],[-4.384,55.928],[-4.381,55.927],[-4.38,55.921],[-4.371,55.921],[-4.364,55.921],[-4.357,55.921],[-4.351,55.917],[-4.349,55.915],[-4.348,55.912],[-4.349,55.91],[-4.349,55.906],[-4.341,55.904],[-4.336,55.904],[-4.328,55.9],[-4.322,55.901],[-4.314,55.907],[-4.309,55.907],[-4.307,55.906],[-4.301,55.906],[-4.301,55.909],[-4.297,55.909],[-4.29,55.912],[-4.292,55.914],[-4.301,55.916],[-4.299,55.921],[-4.298,55.929],[-4.296,55.928],[-4.284,55.928],[-4.276,55.93],[-4.267,55.928],[-4.27,55.923],[-4.269,55.92],[-4.264,55.918],[-4.26,55.913],[-4.256,55.913],[-4.251,55.911],[-4.249,55.907],[-4.247,55.904],[-4.238,55.905],[-4.238,55.901],[-4.236,55.897],[-4.232,55.897],[-4.228,55.896],[-4.217,55.898],[-4.207,55.898],[-4.197,55.898],[-4.191,55.9],[-4.19,55.901],[-4.182,55.903],[-4.18,55.905],[-4.184,55.905],[-4.189,55.908],[-4.193,55.908],[-4.194,55.913],[-4.172,55.917],[-4.156,55.915],[-4.155,55.913],[-4.145,55.913],[-4.136,55.914],[-4.135,55.92],[-4.136,55.923],[-4.14,55.925],[-4.125,55.928],[-4.114,55.929],[-4.121,55.934],[-4.127,55.935],[-4.15,55.936],[-4.151,55.939],[-4.156,55.942],[-4.157,55.945],[-4.151,55.948],[-4.144,55.949],[-4.129,55.949],[-4.115,55.953],[-4.123,55.953],[-4.125,55.956],[-4.117,55.96],[-4.111,55.961],[-4.117,55.968],[-4.116,55.973],[-4.113,55.977],[-4.117,55.978],[-4.121,55.981],[-4.124,55.982],[-4.129,55.986],[-4.132,55.986],[-4.134,55.991],[-4.146,55.996],[-4.149,55.999],[-4.153,56.006],[-4.152,56.008]]]},"properties":{"PCON24NM":"Mid Dunbartonshire","PCON24CD":"S14000097"},"PCON24CD":605}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.232,55.897],[-4.236,55.897],[-4.238,55.901],[-4.238,55.905],[-4.247,55.904],[-4.249,55.907],[-4.251,55.911],[-4.256,55.913],[-4.26,55.913],[-4.264,55.918],[-4.269,55.92],[-4.27,55.923],[-4.267,55.928],[-4.276,55.93],[-4.284,55.928],[-4.296,55.928],[-4.298,55.929],[-4.299,55.921],[-4.301,55.916],[-4.292,55.914],[-4.29,55.912],[-4.297,55.909],[-4.301,55.909],[-4.301,55.906],[-4.307,55.906],[-4.309,55.907],[-4.314,55.907],[-4.322,55.901],[-4.319,55.899],[-4.321,55.896],[-4.316,55.894],[-4.32,55.892],[-4.322,55.889],[-4.29,55.878],[-4.297,55.872],[-4.298,55.869],[-4.303,55.868],[-4.306,55.865],[-4.297,55.863],[-4.295,55.861],[-4.279,55.857],[-4.274,55.857],[-4.265,55.857],[-4.258,55.856],[-4.257,55.858],[-4.253,55.858],[-4.25,55.862],[-4.248,55.867],[-4.245,55.869],[-4.248,55.871],[-4.245,55.872],[-4.239,55.881],[-4.239,55.883],[-4.241,55.889],[-4.241,55.892],[-4.233,55.891],[-4.232,55.897]]]},"properties":{"PCON24NM":"Glasgow North","PCON24CD":"S14000085"},"PCON24CD":606}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.234,55.834],[-4.25,55.839],[-4.249,55.836],[-4.247,55.828],[-4.252,55.829],[-4.266,55.834],[-4.263,55.842],[-4.264,55.841],[-4.29,55.832],[-4.296,55.829],[-4.297,55.834],[-4.305,55.838],[-4.309,55.84],[-4.317,55.839],[-4.323,55.836],[-4.331,55.833],[-4.332,55.83],[-4.334,55.825],[-4.338,55.821],[-4.337,55.818],[-4.334,55.815],[-4.333,55.812],[-4.328,55.812],[-4.327,55.808],[-4.315,55.809],[-4.313,55.811],[-4.308,55.809],[-4.306,55.81],[-4.298,55.81],[-4.293,55.814],[-4.29,55.813],[-4.283,55.812],[-4.278,55.81],[-4.272,55.809],[-4.267,55.811],[-4.261,55.811],[-4.263,55.807],[-4.267,55.807],[-4.266,55.804],[-4.265,55.8],[-4.26,55.798],[-4.263,55.793],[-4.268,55.792],[-4.262,55.786],[-4.259,55.787],[-4.252,55.787],[-4.251,55.785],[-4.243,55.787],[-4.239,55.785],[-4.227,55.781],[-4.225,55.784],[-4.23,55.786],[-4.224,55.792],[-4.209,55.799],[-4.204,55.8],[-4.211,55.8],[-4.212,55.81],[-4.215,55.815],[-4.225,55.812],[-4.228,55.817],[-4.234,55.819],[-4.235,55.824],[-4.229,55.824],[-4.231,55.833],[-4.234,55.834]]]},"properties":{"PCON24NM":"Glasgow South","PCON24CD":"S14000087"},"PCON24CD":607}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.322,55.901],[-4.328,55.9],[-4.336,55.904],[-4.341,55.904],[-4.349,55.906],[-4.349,55.91],[-4.348,55.912],[-4.349,55.915],[-4.351,55.917],[-4.357,55.921],[-4.364,55.921],[-4.371,55.921],[-4.38,55.921],[-4.38,55.919],[-4.385,55.918],[-4.388,55.916],[-4.39,55.911],[-4.375,55.9],[-4.37,55.899],[-4.372,55.894],[-4.376,55.89],[-4.386,55.892],[-4.387,55.89],[-4.392,55.89],[-4.381,55.887],[-4.367,55.881],[-4.357,55.876],[-4.347,55.873],[-4.341,55.87],[-4.321,55.869],[-4.309,55.866],[-4.303,55.868],[-4.298,55.869],[-4.297,55.872],[-4.29,55.878],[-4.322,55.889],[-4.32,55.892],[-4.316,55.894],[-4.321,55.896],[-4.319,55.899],[-4.322,55.901]]]},"properties":{"PCON24NM":"Glasgow West","PCON24CD":"S14000089"},"PCON24CD":608}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.02,56.028],[-4.032,56.03],[-4.034,56.029],[-4.042,56.029],[-4.044,56.031],[-4.048,56.03],[-4.054,56.031],[-4.062,56.03],[-4.079,56.027],[-4.08,56.026],[-4.086,56.027],[-4.097,56.027],[-4.1,56.019],[-4.112,56.015],[-4.114,56.015],[-4.12,56.014],[-4.123,56.01],[-4.129,56.009],[-4.136,56.006],[-4.152,56.008],[-4.153,56.006],[-4.149,55.999],[-4.146,55.996],[-4.134,55.991],[-4.132,55.986],[-4.129,55.986],[-4.124,55.982],[-4.121,55.981],[-4.117,55.978],[-4.113,55.977],[-4.116,55.973],[-4.117,55.968],[-4.111,55.961],[-4.117,55.96],[-4.125,55.956],[-4.123,55.953],[-4.115,55.953],[-4.129,55.949],[-4.144,55.949],[-4.151,55.948],[-4.157,55.945],[-4.156,55.942],[-4.151,55.939],[-4.15,55.936],[-4.127,55.935],[-4.121,55.934],[-4.114,55.929],[-4.125,55.928],[-4.14,55.925],[-4.136,55.923],[-4.135,55.92],[-4.136,55.914],[-4.145,55.913],[-4.155,55.913],[-4.156,55.915],[-4.172,55.917],[-4.194,55.913],[-4.193,55.908],[-4.189,55.908],[-4.184,55.905],[-4.18,55.905],[-4.178,55.903],[-4.177,55.9],[-4.173,55.897],[-4.163,55.896],[-4.16,55.89],[-4.162,55.888],[-4.17,55.886],[-4.164,55.884],[-4.158,55.886],[-4.157,55.884],[-4.15,55.887],[-4.148,55.884],[-4.141,55.883],[-4.133,55.884],[-4.13,55.885],[-4.119,55.886],[-4.107,55.887],[-4.104,55.889],[-4.098,55.895],[-4.092,55.892],[-4.084,55.895],[-4.087,55.898],[-4.097,55.898],[-4.089,55.903],[-4.086,55.904],[-4.088,55.908],[-4.096,55.91],[-4.099,55.913],[-4.109,55.916],[-4.111,55.923],[-4.096,55.924],[-4.09,55.924],[-4.076,55.925],[-4.069,55.926],[-4.063,55.923],[-4.043,55.924],[-4.036,55.926],[-4.033,55.929],[-4.029,55.93],[-4.027,55.928],[-4.019,55.929],[-4.012,55.928],[-4.003,55.93],[-4.002,55.932],[-3.991,55.929],[-3.987,55.927],[-3.984,55.924],[-3.979,55.925],[-3.977,55.931],[-3.972,55.932],[-3.965,55.932],[-3.964,55.93],[-3.958,55.931],[-3.952,55.929],[-3.949,55.93],[-3.945,55.929],[-3.933,55.93],[-3.931,55.929],[-3.925,55.931],[-3.921,55.931],[-3.916,55.927],[-3.914,55.928],[-3.91,55.931],[-3.903,55.931],[-3.9,55.933],[-3.898,55.937],[-3.903,55.937],[-3.9,55.94],[-3.898,55.944],[-3.893,55.945],[-3.892,55.947],[-3.889,55.949],[-3.879,55.953],[-3.876,55.952],[-3.869,55.954],[-3.868,55.956],[-3.86,55.959],[-3.868,55.963],[-3.881,55.962],[-3.886,55.962],[-3.899,55.961],[-3.904,55.962],[-3.906,55.96],[-3.912,55.96],[-3.914,55.961],[-3.919,55.962],[-3.922,55.964],[-3.926,55.965],[-3.936,55.963],[-3.938,55.963],[-3.94,55.969],[-3.95,55.971],[-3.949,55.973],[-3.946,55.976],[-3.943,55.98],[-3.949,55.984],[-3.955,55.985],[-3.959,55.987],[-3.965,55.987],[-3.985,55.983],[-3.989,55.987],[-3.979,55.991],[-3.977,55.993],[-3.982,55.995],[-3.98,56],[-3.985,56.004],[-3.988,56.008],[-3.991,56.006],[-3.996,56.006],[-4.004,56.007],[-4.012,56.007],[-4.019,56.006],[-4.022,56.01],[-4.03,56.01],[-4.024,56.018],[-4.024,56.021],[-4.021,56.023],[-4.019,56.027],[-4.02,56.028]]]},"properties":{"PCON24NM":"Cumbernauld and Kirkintilloch","PCON24CD":"S14000072"},"PCON24CD":609}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.003,55.93],[-4.012,55.928],[-4.019,55.929],[-4.027,55.928],[-4.029,55.93],[-4.033,55.929],[-4.036,55.926],[-4.043,55.924],[-4.063,55.923],[-4.069,55.926],[-4.076,55.925],[-4.09,55.924],[-4.096,55.924],[-4.111,55.923],[-4.109,55.916],[-4.099,55.913],[-4.096,55.91],[-4.088,55.908],[-4.086,55.904],[-4.089,55.903],[-4.097,55.898],[-4.087,55.898],[-4.084,55.895],[-4.092,55.892],[-4.098,55.895],[-4.104,55.889],[-4.107,55.887],[-4.106,55.884],[-4.095,55.885],[-4.093,55.883],[-4.089,55.882],[-4.082,55.884],[-4.078,55.881],[-4.08,55.877],[-4.079,55.874],[-4.08,55.869],[-4.077,55.864],[-4.072,55.861],[-4.081,55.859],[-4.086,55.859],[-4.088,55.854],[-4.084,55.851],[-4.082,55.849],[-4.078,55.847],[-4.079,55.845],[-4.081,55.844],[-4.085,55.845],[-4.094,55.844],[-4.097,55.842],[-4.103,55.842],[-4.108,55.838],[-4.107,55.835],[-4.091,55.828],[-4.083,55.827],[-4.074,55.823],[-4.064,55.82],[-4.049,55.813],[-4.041,55.809],[-4.052,55.804],[-4.053,55.801],[-4.047,55.797],[-4.043,55.797],[-4.044,55.8],[-4.037,55.796],[-4.029,55.797],[-4.029,55.799],[-4.023,55.801],[-4.018,55.8],[-4.017,55.802],[-4.015,55.807],[-4.01,55.808],[-4.005,55.81],[-4,55.81],[-3.993,55.806],[-3.995,55.818],[-3.996,55.821],[-4.005,55.839],[-3.993,55.838],[-3.994,55.841],[-3.993,55.843],[-3.995,55.846],[-3.995,55.854],[-3.996,55.857],[-4.004,55.858],[-4.004,55.861],[-3.998,55.863],[-4.004,55.864],[-4.008,55.866],[-4.009,55.872],[-4.004,55.875],[-4.003,55.876],[-4.009,55.879],[-4.013,55.877],[-4.016,55.88],[-4.021,55.881],[-4.021,55.885],[-4.018,55.887],[-4.021,55.888],[-4.015,55.901],[-4.014,55.905],[-4.019,55.91],[-4.009,55.912],[-4.011,55.918],[-4.002,55.923],[-4.003,55.93]]]},"properties":{"PCON24NM":"Coatbridge and Bellshill","PCON24CD":"S14000070"},"PCON24CD":610}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.043,55.797],[-4.047,55.797],[-4.051,55.795],[-4.056,55.796],[-4.06,55.794],[-4.065,55.794],[-4.071,55.792],[-4.077,55.792],[-4.072,55.788],[-4.076,55.788],[-4.084,55.786],[-4.087,55.785],[-4.09,55.784],[-4.096,55.783],[-4.102,55.782],[-4.113,55.783],[-4.122,55.782],[-4.119,55.779],[-4.125,55.774],[-4.13,55.771],[-4.131,55.767],[-4.137,55.758],[-4.138,55.755],[-4.145,55.755],[-4.147,55.754],[-4.142,55.751],[-4.143,55.746],[-4.141,55.744],[-4.13,55.745],[-4.128,55.747],[-4.12,55.749],[-4.111,55.747],[-4.109,55.747],[-4.101,55.746],[-4.093,55.741],[-4.096,55.74],[-4.097,55.734],[-4.092,55.732],[-4.084,55.726],[-4.077,55.727],[-4.071,55.724],[-4.068,55.721],[-4.065,55.72],[-4.066,55.714],[-4.066,55.709],[-4.059,55.711],[-4.055,55.713],[-4.041,55.719],[-4.03,55.715],[-4.028,55.716],[-4.023,55.715],[-4.018,55.716],[-4.015,55.714],[-4.01,55.716],[-4.006,55.711],[-4.004,55.709],[-4,55.704],[-3.999,55.7],[-3.991,55.703],[-3.985,55.705],[-3.979,55.707],[-3.976,55.704],[-3.972,55.707],[-3.971,55.709],[-3.966,55.709],[-3.966,55.703],[-3.968,55.701],[-3.962,55.699],[-3.96,55.694],[-3.961,55.693],[-3.958,55.69],[-3.955,55.689],[-3.949,55.682],[-3.962,55.677],[-3.96,55.675],[-3.966,55.67],[-3.97,55.665],[-3.979,55.66],[-3.977,55.659],[-3.982,55.656],[-3.99,55.653],[-3.988,55.652],[-3.985,55.647],[-3.989,55.644],[-3.989,55.641],[-3.993,55.638],[-4.002,55.635],[-4.001,55.631],[-4.003,55.629],[-4.004,55.624],[-4.01,55.622],[-4.015,55.619],[-4.026,55.615],[-4.03,55.615],[-4.035,55.609],[-4.039,55.606],[-4.036,55.601],[-4.041,55.6],[-4.041,55.597],[-4.038,55.597],[-4.037,55.594],[-4.04,55.592],[-4.037,55.59],[-4.034,55.588],[-4.034,55.584],[-4.023,55.581],[-4.015,55.577],[-4.008,55.575],[-4.008,55.574],[-4.002,55.572],[-3.995,55.572],[-3.987,55.574],[-3.978,55.577],[-3.974,55.58],[-3.97,55.585],[-3.961,55.588],[-3.952,55.589],[-3.948,55.591],[-3.941,55.593],[-3.935,55.596],[-3.93,55.596],[-3.92,55.603],[-3.912,55.611],[-3.908,55.611],[-3.903,55.615],[-3.897,55.618],[-3.891,55.618],[-3.888,55.614],[-3.885,55.613],[-3.846,55.605],[-3.839,55.609],[-3.844,55.611],[-3.838,55.616],[-3.852,55.628],[-3.842,55.629],[-3.837,55.628],[-3.836,55.625],[-3.831,55.627],[-3.821,55.626],[-3.813,55.627],[-3.8,55.632],[-3.799,55.63],[-3.777,55.637],[-3.767,55.631],[-3.761,55.632],[-3.757,55.633],[-3.756,55.637],[-3.753,55.637],[-3.748,55.645],[-3.741,55.649],[-3.739,55.653],[-3.73,55.652],[-3.725,55.656],[-3.722,55.657],[-3.712,55.656],[-3.708,55.657],[-3.704,55.66],[-3.703,55.662],[-3.706,55.666],[-3.71,55.669],[-3.71,55.672],[-3.709,55.674],[-3.716,55.674],[-3.72,55.672],[-3.727,55.67],[-3.734,55.671],[-3.738,55.681],[-3.745,55.68],[-3.759,55.679],[-3.752,55.686],[-3.74,55.69],[-3.732,55.691],[-3.749,55.695],[-3.759,55.699],[-3.764,55.7],[-3.77,55.701],[-3.778,55.701],[-3.79,55.702],[-3.802,55.702],[-3.806,55.702],[-3.814,55.703],[-3.821,55.706],[-3.825,55.702],[-3.83,55.7],[-3.831,55.697],[-3.838,55.699],[-3.842,55.693],[-3.853,55.696],[-3.855,55.699],[-3.863,55.7],[-3.866,55.703],[-3.869,55.704],[-3.874,55.704],[-3.876,55.708],[-3.874,55.711],[-3.875,55.713],[-3.879,55.715],[-3.887,55.721],[-3.89,55.721],[-3.893,55.719],[-3.896,55.721],[-3.893,55.727],[-3.895,55.728],[-3.902,55.727],[-3.907,55.731],[-3.907,55.733],[-3.904,55.735],[-3.91,55.739],[-3.915,55.738],[-3.916,55.735],[-3.92,55.736],[-3.923,55.737],[-3.924,55.742],[-3.928,55.745],[-3.93,55.748],[-3.941,55.749],[-3.953,55.753],[-3.957,55.756],[-3.963,55.76],[-3.973,55.763],[-3.973,55.767],[-3.982,55.769],[-3.993,55.769],[-4.002,55.771],[-3.998,55.774],[-4.002,55.776],[-3.999,55.778],[-4.002,55.78],[-4.014,55.781],[-4.018,55.785],[-4.025,55.785],[-4.038,55.792],[-4.043,55.797]]]},"properties":{"PCON24NM":"Hamilton and Clyde Valley","PCON24CD":"S14000092"},"PCON24CD":611}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.198,55.833],[-4.2,55.835],[-4.196,55.839],[-4.204,55.844],[-4.206,55.843],[-4.202,55.84],[-4.205,55.838],[-4.213,55.836],[-4.219,55.833],[-4.223,55.834],[-4.223,55.839],[-4.228,55.841],[-4.231,55.838],[-4.234,55.834],[-4.231,55.833],[-4.229,55.824],[-4.235,55.824],[-4.234,55.819],[-4.228,55.817],[-4.225,55.812],[-4.215,55.815],[-4.212,55.81],[-4.211,55.8],[-4.204,55.8],[-4.199,55.801],[-4.188,55.803],[-4.183,55.804],[-4.177,55.802],[-4.172,55.806],[-4.17,55.806],[-4.169,55.802],[-4.164,55.804],[-4.158,55.803],[-4.151,55.805],[-4.148,55.801],[-4.143,55.802],[-4.135,55.8],[-4.133,55.798],[-4.13,55.799],[-4.13,55.795],[-4.132,55.792],[-4.128,55.791],[-4.124,55.791],[-4.121,55.789],[-4.115,55.788],[-4.113,55.787],[-4.124,55.785],[-4.122,55.782],[-4.113,55.783],[-4.102,55.782],[-4.096,55.783],[-4.09,55.784],[-4.087,55.785],[-4.084,55.786],[-4.076,55.788],[-4.072,55.788],[-4.077,55.792],[-4.071,55.792],[-4.065,55.794],[-4.06,55.794],[-4.056,55.796],[-4.051,55.795],[-4.047,55.797],[-4.053,55.801],[-4.052,55.804],[-4.041,55.809],[-4.049,55.813],[-4.064,55.82],[-4.074,55.823],[-4.083,55.827],[-4.091,55.828],[-4.107,55.835],[-4.112,55.829],[-4.112,55.826],[-4.13,55.833],[-4.142,55.83],[-4.145,55.828],[-4.157,55.828],[-4.161,55.827],[-4.173,55.823],[-4.175,55.824],[-4.179,55.83],[-4.179,55.835],[-4.186,55.837],[-4.191,55.835],[-4.191,55.832],[-4.194,55.832],[-4.198,55.833]]]},"properties":{"PCON24NM":"Rutherglen","PCON24CD":"S14000104"},"PCON24CD":612}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.107,55.887],[-4.119,55.886],[-4.13,55.885],[-4.133,55.884],[-4.141,55.883],[-4.148,55.884],[-4.15,55.887],[-4.157,55.884],[-4.158,55.886],[-4.164,55.884],[-4.17,55.886],[-4.162,55.888],[-4.16,55.89],[-4.163,55.896],[-4.173,55.897],[-4.177,55.9],[-4.178,55.903],[-4.18,55.905],[-4.182,55.903],[-4.19,55.901],[-4.191,55.9],[-4.197,55.898],[-4.207,55.898],[-4.217,55.898],[-4.228,55.896],[-4.232,55.897],[-4.233,55.891],[-4.241,55.892],[-4.241,55.889],[-4.239,55.883],[-4.239,55.881],[-4.245,55.872],[-4.248,55.871],[-4.245,55.869],[-4.248,55.867],[-4.25,55.862],[-4.24,55.86],[-4.237,55.858],[-4.221,55.856],[-4.208,55.857],[-4.192,55.855],[-4.177,55.855],[-4.167,55.854],[-4.139,55.853],[-4.132,55.854],[-4.122,55.858],[-4.109,55.86],[-4.096,55.859],[-4.086,55.859],[-4.081,55.859],[-4.072,55.861],[-4.077,55.864],[-4.08,55.869],[-4.079,55.874],[-4.08,55.877],[-4.078,55.881],[-4.082,55.884],[-4.089,55.882],[-4.093,55.883],[-4.095,55.885],[-4.106,55.884],[-4.107,55.887]]]},"properties":{"PCON24NM":"Glasgow North East","PCON24CD":"S14000086"},"PCON24CD":613}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.061,57.212],[-2.064,57.214],[-2.068,57.214],[-2.076,57.218],[-2.081,57.219],[-2.088,57.219],[-2.095,57.222],[-2.116,57.225],[-2.128,57.227],[-2.129,57.223],[-2.131,57.218],[-2.138,57.217],[-2.137,57.215],[-2.143,57.211],[-2.148,57.211],[-2.155,57.214],[-2.165,57.213],[-2.167,57.211],[-2.172,57.213],[-2.175,57.21],[-2.179,57.213],[-2.18,57.216],[-2.186,57.218],[-2.192,57.219],[-2.202,57.223],[-2.204,57.226],[-2.204,57.231],[-2.207,57.231],[-2.211,57.229],[-2.217,57.23],[-2.224,57.23],[-2.226,57.229],[-2.231,57.231],[-2.236,57.229],[-2.238,57.234],[-2.241,57.235],[-2.244,57.234],[-2.252,57.233],[-2.254,57.231],[-2.259,57.229],[-2.264,57.229],[-2.265,57.232],[-2.271,57.233],[-2.273,57.235],[-2.274,57.23],[-2.28,57.227],[-2.28,57.225],[-2.279,57.22],[-2.282,57.215],[-2.278,57.213],[-2.278,57.211],[-2.282,57.207],[-2.278,57.204],[-2.281,57.201],[-2.29,57.202],[-2.295,57.198],[-2.29,57.193],[-2.286,57.188],[-2.281,57.186],[-2.278,57.183],[-2.274,57.182],[-2.272,57.18],[-2.273,57.177],[-2.271,57.173],[-2.268,57.173],[-2.261,57.17],[-2.255,57.162],[-2.254,57.158],[-2.257,57.157],[-2.259,57.154],[-2.267,57.147],[-2.253,57.147],[-2.247,57.148],[-2.234,57.146],[-2.22,57.147],[-2.206,57.146],[-2.198,57.145],[-2.18,57.149],[-2.173,57.145],[-2.164,57.148],[-2.149,57.149],[-2.149,57.145],[-2.131,57.148],[-2.124,57.149],[-2.118,57.15],[-2.113,57.146],[-2.106,57.148],[-2.105,57.15],[-2.109,57.152],[-2.113,57.158],[-2.11,57.161],[-2.106,57.16],[-2.097,57.161],[-2.087,57.162],[-2.079,57.162],[-2.078,57.171],[-2.075,57.18],[-2.072,57.189],[-2.067,57.198],[-2.065,57.203],[-2.061,57.212]]]},"properties":{"PCON24NM":"Aberdeen North","PCON24CD":"S14000060"},"PCON24CD":614}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.457,54.982],[-3.455,54.983],[-3.456,54.986],[-3.457,54.982]]],[[[-3.053,54.993],[-3.053,54.995],[-3.049,54.997],[-3.045,54.998],[-3.046,55.001],[-3.047,55.005],[-3.05,55.009],[-3.046,55.011],[-3.041,55.017],[-3.042,55.02],[-3.04,55.023],[-3.036,55.022],[-3.034,55.024],[-3.031,55.024],[-3.032,55.031],[-3.03,55.034],[-3.026,55.036],[-3.035,55.039],[-3.036,55.04],[-3.038,55.044],[-3.042,55.045],[-3.043,55.045],[-3.044,55.045],[-3.044,55.046],[-3.053,55.05],[-3.051,55.053],[-3.048,55.053],[-3.043,55.056],[-3.021,55.055],[-3,55.052],[-2.959,55.049],[-2.956,55.054],[-2.954,55.055],[-2.948,55.056],[-2.944,55.058],[-2.937,55.06],[-2.941,55.062],[-2.943,55.065],[-2.942,55.068],[-2.935,55.071],[-2.934,55.071],[-2.933,55.071],[-2.93,55.07],[-2.928,55.07],[-2.927,55.07],[-2.926,55.071],[-2.923,55.072],[-2.921,55.073],[-2.919,55.074],[-2.917,55.075],[-2.917,55.076],[-2.917,55.078],[-2.915,55.079],[-2.912,55.078],[-2.911,55.078],[-2.9,55.077],[-2.896,55.078],[-2.893,55.085],[-2.893,55.088],[-2.886,55.087],[-2.886,55.089],[-2.883,55.091],[-2.882,55.093],[-2.884,55.095],[-2.877,55.095],[-2.871,55.1],[-2.873,55.102],[-2.871,55.106],[-2.868,55.107],[-2.864,55.107],[-2.859,55.108],[-2.857,55.109],[-2.859,55.114],[-2.861,55.115],[-2.86,55.123],[-2.861,55.129],[-2.865,55.135],[-2.872,55.138],[-2.874,55.141],[-2.882,55.142],[-2.89,55.141],[-2.893,55.146],[-2.897,55.147],[-2.9,55.152],[-2.9,55.155],[-2.9,55.163],[-2.9,55.17],[-2.905,55.174],[-2.901,55.182],[-2.895,55.189],[-2.897,55.194],[-2.89,55.198],[-2.886,55.203],[-2.888,55.208],[-2.867,55.22],[-2.862,55.223],[-2.866,55.227],[-2.864,55.234],[-2.864,55.236],[-2.869,55.237],[-2.878,55.236],[-2.882,55.234],[-2.884,55.235],[-2.892,55.234],[-2.895,55.235],[-2.9,55.236],[-2.905,55.236],[-2.908,55.235],[-2.918,55.235],[-2.921,55.237],[-2.92,55.239],[-2.915,55.244],[-2.913,55.249],[-2.911,55.249],[-2.905,55.257],[-2.9,55.26],[-2.891,55.263],[-2.886,55.263],[-2.884,55.265],[-2.888,55.268],[-2.886,55.271],[-2.891,55.274],[-2.894,55.278],[-2.893,55.28],[-2.898,55.284],[-2.904,55.285],[-2.907,55.286],[-2.913,55.284],[-2.916,55.28],[-2.917,55.277],[-2.924,55.28],[-2.932,55.283],[-2.946,55.288],[-2.95,55.287],[-2.955,55.289],[-2.965,55.29],[-2.969,55.284],[-2.977,55.282],[-2.98,55.282],[-2.984,55.279],[-2.989,55.278],[-2.991,55.276],[-2.994,55.27],[-3.009,55.267],[-3.011,55.269],[-3.013,55.276],[-3.02,55.279],[-3.028,55.278],[-3.033,55.275],[-3.043,55.272],[-3.046,55.276],[-3.054,55.28],[-3.055,55.282],[-3.053,55.284],[-3.054,55.287],[-3.052,55.292],[-3.047,55.296],[-3.052,55.297],[-3.055,55.3],[-3.061,55.304],[-3.061,55.307],[-3.068,55.312],[-3.07,55.316],[-3.077,55.315],[-3.082,55.316],[-3.086,55.321],[-3.086,55.328],[-3.099,55.331],[-3.1,55.339],[-3.101,55.341],[-3.098,55.343],[-3.099,55.345],[-3.102,55.352],[-3.111,55.349],[-3.115,55.357],[-3.117,55.356],[-3.125,55.358],[-3.127,55.36],[-3.134,55.359],[-3.135,55.358],[-3.152,55.355],[-3.157,55.351],[-3.164,55.35],[-3.169,55.347],[-3.174,55.347],[-3.18,55.353],[-3.182,55.357],[-3.181,55.36],[-3.179,55.36],[-3.188,55.363],[-3.193,55.366],[-3.197,55.367],[-3.201,55.366],[-3.206,55.367],[-3.206,55.369],[-3.215,55.373],[-3.217,55.376],[-3.223,55.376],[-3.225,55.375],[-3.225,55.373],[-3.232,55.371],[-3.235,55.366],[-3.247,55.368],[-3.251,55.364],[-3.255,55.363],[-3.263,55.362],[-3.266,55.361],[-3.267,55.358],[-3.264,55.356],[-3.269,55.354],[-3.281,55.35],[-3.287,55.344],[-3.292,55.342],[-3.304,55.342],[-3.313,55.347],[-3.318,55.348],[-3.319,55.351],[-3.316,55.352],[-3.313,55.355],[-3.312,55.359],[-3.313,55.362],[-3.316,55.363],[-3.314,55.367],[-3.306,55.368],[-3.304,55.369],[-3.306,55.373],[-3.312,55.38],[-3.308,55.383],[-3.306,55.389],[-3.303,55.394],[-3.297,55.397],[-3.294,55.401],[-3.282,55.406],[-3.282,55.408],[-3.279,55.41],[-3.276,55.41],[-3.271,55.412],[-3.264,55.413],[-3.262,55.416],[-3.256,55.418],[-3.254,55.422],[-3.244,55.427],[-3.245,55.43],[-3.258,55.43],[-3.267,55.434],[-3.27,55.433],[-3.28,55.435],[-3.286,55.434],[-3.289,55.432],[-3.293,55.431],[-3.3,55.433],[-3.305,55.436],[-3.309,55.439],[-3.308,55.442],[-3.311,55.445],[-3.318,55.444],[-3.325,55.442],[-3.328,55.445],[-3.333,55.456],[-3.336,55.463],[-3.339,55.465],[-3.345,55.466],[-3.345,55.469],[-3.348,55.471],[-3.352,55.471],[-3.357,55.475],[-3.356,55.479],[-3.352,55.489],[-3.353,55.498],[-3.349,55.501],[-3.346,55.503],[-3.339,55.502],[-3.334,55.503],[-3.325,55.509],[-3.318,55.509],[-3.319,55.515],[-3.314,55.518],[-3.308,55.519],[-3.306,55.522],[-3.306,55.527],[-3.3,55.526],[-3.289,55.519],[-3.279,55.514],[-3.268,55.518],[-3.261,55.524],[-3.262,55.527],[-3.255,55.532],[-3.25,55.532],[-3.24,55.535],[-3.234,55.539],[-3.231,55.543],[-3.233,55.55],[-3.226,55.551],[-3.224,55.556],[-3.216,55.557],[-3.211,55.557],[-3.203,55.56],[-3.2,55.565],[-3.194,55.566],[-3.189,55.569],[-3.185,55.572],[-3.177,55.568],[-3.174,55.563],[-3.168,55.561],[-3.162,55.56],[-3.16,55.555],[-3.152,55.553],[-3.134,55.551],[-3.126,55.549],[-3.123,55.546],[-3.116,55.55],[-3.098,55.554],[-3.094,55.554],[-3.093,55.557],[-3.086,55.575],[-3.086,55.579],[-3.085,55.583],[-3.081,55.587],[-3.074,55.591],[-3.07,55.589],[-3.066,55.587],[-3.063,55.581],[-3.064,55.575],[-3.063,55.57],[-3.058,55.567],[-3.055,55.564],[-3.048,55.565],[-3.043,55.564],[-3.041,55.566],[-3.043,55.568],[-3.041,55.571],[-3.037,55.57],[-3.03,55.568],[-3.023,55.57],[-3.023,55.572],[-3.017,55.575],[-3.019,55.581],[-3.014,55.584],[-3.014,55.587],[-3.012,55.589],[-3.001,55.588],[-2.995,55.585],[-2.987,55.584],[-2.985,55.585],[-2.981,55.596],[-2.973,55.601],[-2.97,55.605],[-2.975,55.607],[-2.977,55.613],[-2.979,55.615],[-2.979,55.62],[-2.982,55.625],[-2.98,55.628],[-2.966,55.626],[-2.96,55.624],[-2.956,55.619],[-2.954,55.618],[-2.945,55.616],[-2.938,55.615],[-2.933,55.615],[-2.926,55.617],[-2.92,55.616],[-2.92,55.621],[-2.921,55.622],[-2.932,55.625],[-2.943,55.629],[-2.951,55.63],[-2.954,55.632],[-2.952,55.636],[-2.952,55.64],[-2.955,55.642],[-2.963,55.644],[-2.971,55.651],[-2.976,55.653],[-2.975,55.659],[-2.972,55.661],[-2.978,55.666],[-2.979,55.668],[-2.983,55.671],[-2.985,55.674],[-2.996,55.677],[-3,55.679],[-3.001,55.683],[-3.001,55.688],[-3.008,55.692],[-3.011,55.696],[-3.016,55.696],[-3.027,55.702],[-3.027,55.705],[-3.037,55.71],[-3.043,55.708],[-3.047,55.71],[-3.058,55.711],[-3.069,55.718],[-3.07,55.72],[-3.079,55.719],[-3.09,55.719],[-3.093,55.722],[-3.103,55.719],[-3.107,55.718],[-3.111,55.717],[-3.12,55.715],[-3.127,55.71],[-3.134,55.711],[-3.139,55.716],[-3.137,55.72],[-3.145,55.72],[-3.145,55.723],[-3.151,55.725],[-3.151,55.728],[-3.146,55.734],[-3.144,55.74],[-3.151,55.745],[-3.155,55.745],[-3.16,55.747],[-3.162,55.75],[-3.162,55.755],[-3.154,55.761],[-3.157,55.762],[-3.17,55.771],[-3.174,55.772],[-3.174,55.774],[-3.168,55.778],[-3.168,55.78],[-3.181,55.781],[-3.177,55.784],[-3.186,55.789],[-3.183,55.793],[-3.184,55.794],[-3.189,55.796],[-3.185,55.802],[-3.196,55.802],[-3.202,55.796],[-3.212,55.79],[-3.214,55.784],[-3.22,55.784],[-3.226,55.787],[-3.231,55.782],[-3.236,55.779],[-3.246,55.781],[-3.251,55.782],[-3.257,55.778],[-3.263,55.777],[-3.265,55.778],[-3.274,55.775],[-3.293,55.781],[-3.29,55.793],[-3.295,55.795],[-3.299,55.793],[-3.305,55.793],[-3.303,55.797],[-3.307,55.798],[-3.311,55.795],[-3.319,55.795],[-3.325,55.793],[-3.327,55.794],[-3.333,55.794],[-3.337,55.791],[-3.342,55.792],[-3.347,55.794],[-3.345,55.801],[-3.348,55.803],[-3.35,55.808],[-3.355,55.813],[-3.359,55.813],[-3.364,55.819],[-3.369,55.824],[-3.373,55.822],[-3.379,55.82],[-3.386,55.82],[-3.391,55.819],[-3.395,55.82],[-3.4,55.819],[-3.411,55.814],[-3.416,55.809],[-3.426,55.811],[-3.429,55.807],[-3.436,55.806],[-3.439,55.801],[-3.441,55.797],[-3.445,55.793],[-3.441,55.789],[-3.438,55.789],[-3.439,55.786],[-3.445,55.784],[-3.448,55.78],[-3.452,55.781],[-3.459,55.777],[-3.47,55.774],[-3.474,55.771],[-3.483,55.772],[-3.488,55.774],[-3.499,55.776],[-3.519,55.781],[-3.529,55.783],[-3.531,55.779],[-3.534,55.772],[-3.54,55.77],[-3.546,55.767],[-3.55,55.766],[-3.557,55.761],[-3.561,55.76],[-3.561,55.758],[-3.562,55.757],[-3.563,55.757],[-3.564,55.756],[-3.565,55.756],[-3.566,55.755],[-3.567,55.752],[-3.567,55.751],[-3.567,55.749],[-3.568,55.749],[-3.567,55.748],[-3.565,55.747],[-3.564,55.746],[-3.566,55.743],[-3.567,55.742],[-3.567,55.741],[-3.569,55.74],[-3.585,55.743],[-3.599,55.737],[-3.604,55.736],[-3.612,55.738],[-3.615,55.742],[-3.627,55.741],[-3.628,55.737],[-3.632,55.734],[-3.635,55.733],[-3.64,55.729],[-3.652,55.723],[-3.658,55.723],[-3.66,55.721],[-3.669,55.721],[-3.673,55.719],[-3.678,55.717],[-3.681,55.713],[-3.688,55.71],[-3.691,55.706],[-3.696,55.703],[-3.702,55.701],[-3.707,55.701],[-3.716,55.7],[-3.716,55.696],[-3.719,55.694],[-3.724,55.694],[-3.725,55.692],[-3.732,55.691],[-3.74,55.69],[-3.752,55.686],[-3.759,55.679],[-3.745,55.68],[-3.738,55.681],[-3.734,55.671],[-3.727,55.67],[-3.72,55.672],[-3.716,55.674],[-3.709,55.674],[-3.71,55.672],[-3.71,55.669],[-3.706,55.666],[-3.703,55.662],[-3.704,55.66],[-3.708,55.657],[-3.712,55.656],[-3.722,55.657],[-3.725,55.656],[-3.73,55.652],[-3.739,55.653],[-3.741,55.649],[-3.748,55.645],[-3.753,55.637],[-3.756,55.637],[-3.757,55.633],[-3.761,55.632],[-3.767,55.631],[-3.777,55.637],[-3.799,55.63],[-3.8,55.632],[-3.813,55.627],[-3.821,55.626],[-3.831,55.627],[-3.836,55.625],[-3.837,55.628],[-3.842,55.629],[-3.852,55.628],[-3.838,55.616],[-3.844,55.611],[-3.839,55.609],[-3.846,55.605],[-3.885,55.613],[-3.888,55.614],[-3.891,55.618],[-3.897,55.618],[-3.903,55.615],[-3.908,55.611],[-3.912,55.611],[-3.92,55.603],[-3.93,55.596],[-3.935,55.596],[-3.941,55.593],[-3.948,55.591],[-3.952,55.589],[-3.961,55.588],[-3.97,55.585],[-3.974,55.58],[-3.978,55.577],[-3.987,55.574],[-3.995,55.572],[-4.002,55.572],[-4.008,55.574],[-4.01,55.57],[-3.997,55.564],[-3.991,55.564],[-3.989,55.563],[-3.984,55.563],[-3.976,55.565],[-3.976,55.562],[-3.972,55.556],[-3.959,55.557],[-3.957,55.556],[-3.959,55.552],[-3.958,55.549],[-3.961,55.545],[-3.958,55.542],[-3.965,55.535],[-3.973,55.534],[-3.974,55.53],[-3.988,55.526],[-3.99,55.52],[-3.994,55.515],[-3.994,55.514],[-3.999,55.51],[-4.006,55.507],[-4.008,55.506],[-4.012,55.505],[-4.016,55.501],[-4.02,55.499],[-4.019,55.495],[-4.024,55.494],[-4.026,55.492],[-4.02,55.489],[-4.016,55.487],[-4.012,55.483],[-4.014,55.478],[-4.014,55.475],[-4.017,55.473],[-4.008,55.471],[-4.003,55.467],[-4,55.464],[-3.991,55.465],[-3.986,55.464],[-3.987,55.461],[-3.992,55.461],[-3.996,55.456],[-3.998,55.455],[-4.005,55.455],[-4.011,55.451],[-4.013,55.448],[-4.016,55.447],[-4.008,55.445],[-4.005,55.443],[-4.003,55.439],[-4.003,55.437],[-4.008,55.436],[-4.019,55.431],[-4.031,55.426],[-4.033,55.424],[-4.043,55.422],[-4.051,55.424],[-4.054,55.421],[-4.068,55.416],[-4.086,55.412],[-4.091,55.412],[-4.094,55.404],[-4.098,55.395],[-4.098,55.391],[-4.099,55.389],[-4.097,55.385],[-4.101,55.382],[-4.104,55.374],[-4.107,55.369],[-4.103,55.366],[-4.103,55.364],[-4.1,55.361],[-4.099,55.358],[-4.093,55.354],[-4.086,55.351],[-4.099,55.343],[-4.101,55.34],[-4.107,55.332],[-4.112,55.328],[-4.116,55.325],[-4.119,55.322],[-4.121,55.315],[-4.122,55.314],[-4.116,55.307],[-4.112,55.305],[-4.11,55.304],[-4.103,55.305],[-4.092,55.303],[-4.089,55.301],[-4.086,55.297],[-4.077,55.296],[-4.074,55.294],[-4.074,55.292],[-4.068,55.287],[-4.069,55.285],[-4.063,55.278],[-4.065,55.274],[-4.064,55.269],[-4.059,55.269],[-4.05,55.267],[-4.046,55.264],[-4.038,55.262],[-4.03,55.257],[-4.024,55.258],[-4.017,55.255],[-4.019,55.253],[-4.018,55.25],[-4.009,55.249],[-4.007,55.243],[-4.012,55.239],[-4.013,55.236],[-4.009,55.233],[-3.998,55.234],[-3.988,55.232],[-3.967,55.222],[-3.961,55.221],[-3.95,55.223],[-3.938,55.221],[-3.939,55.219],[-3.935,55.214],[-3.931,55.213],[-3.92,55.215],[-3.916,55.214],[-3.911,55.21],[-3.904,55.208],[-3.898,55.205],[-3.887,55.204],[-3.87,55.204],[-3.86,55.203],[-3.855,55.202],[-3.849,55.202],[-3.846,55.2],[-3.832,55.199],[-3.824,55.199],[-3.818,55.196],[-3.808,55.194],[-3.806,55.193],[-3.798,55.183],[-3.791,55.179],[-3.791,55.17],[-3.792,55.166],[-3.782,55.161],[-3.775,55.158],[-3.775,55.156],[-3.767,55.157],[-3.766,55.158],[-3.758,55.16],[-3.749,55.163],[-3.741,55.164],[-3.735,55.161],[-3.729,55.158],[-3.724,55.154],[-3.721,55.149],[-3.723,55.147],[-3.722,55.141],[-3.719,55.137],[-3.688,55.131],[-3.675,55.131],[-3.666,55.128],[-3.66,55.129],[-3.653,55.132],[-3.645,55.128],[-3.641,55.122],[-3.633,55.12],[-3.63,55.118],[-3.631,55.112],[-3.627,55.107],[-3.628,55.106],[-3.624,55.104],[-3.617,55.105],[-3.617,55.101],[-3.612,55.098],[-3.606,55.095],[-3.599,55.1],[-3.599,55.101],[-3.594,55.105],[-3.595,55.114],[-3.588,55.116],[-3.577,55.112],[-3.567,55.109],[-3.567,55.104],[-3.56,55.097],[-3.546,55.092],[-3.543,55.087],[-3.542,55.084],[-3.571,55.079],[-3.559,55.072],[-3.559,55.069],[-3.561,55.065],[-3.569,55.062],[-3.562,55.056],[-3.548,55.039],[-3.535,55.031],[-3.536,55.028],[-3.533,55.021],[-3.523,55.015],[-3.522,55.01],[-3.524,55.008],[-3.52,55.006],[-3.52,55.003],[-3.516,54.998],[-3.512,54.997],[-3.513,54.992],[-3.512,54.993],[-3.511,54.993],[-3.51,54.991],[-3.51,54.99],[-3.506,54.99],[-3.505,54.99],[-3.503,54.991],[-3.496,54.99],[-3.495,54.99],[-3.492,54.988],[-3.491,54.988],[-3.49,54.986],[-3.488,54.983],[-3.482,54.984],[-3.479,54.983],[-3.479,54.982],[-3.475,54.983],[-3.475,54.986],[-3.475,54.987],[-3.471,54.988],[-3.469,54.985],[-3.463,54.983],[-3.463,54.982],[-3.458,54.981],[-3.456,54.983],[-3.458,54.986],[-3.458,54.988],[-3.457,54.989],[-3.456,54.99],[-3.454,54.99],[-3.45,54.992],[-3.443,54.992],[-3.437,54.992],[-3.433,54.992],[-3.43,54.988],[-3.426,54.986],[-3.425,54.986],[-3.422,54.984],[-3.422,54.983],[-3.419,54.979],[-3.412,54.978],[-3.409,54.974],[-3.394,54.973],[-3.376,54.972],[-3.371,54.971],[-3.366,54.971],[-3.359,54.974],[-3.348,54.974],[-3.34,54.974],[-3.331,54.977],[-3.329,54.979],[-3.317,54.977],[-3.311,54.975],[-3.294,54.969],[-3.288,54.969],[-3.278,54.967],[-3.269,54.966],[-3.265,54.968],[-3.27,54.969],[-3.276,54.974],[-3.279,54.979],[-3.277,54.981],[-3.272,54.983],[-3.271,54.981],[-3.275,54.979],[-3.269,54.972],[-3.265,54.969],[-3.257,54.972],[-3.254,54.973],[-3.246,54.972],[-3.241,54.969],[-3.237,54.971],[-3.22,54.974],[-3.212,54.976],[-3.205,54.976],[-3.189,54.974],[-3.184,54.972],[-3.177,54.972],[-3.164,54.969],[-3.158,54.965],[-3.149,54.964],[-3.142,54.966],[-3.133,54.969],[-3.125,54.973],[-3.121,54.976],[-3.114,54.977],[-3.105,54.979],[-3.097,54.977],[-3.092,54.975],[-3.088,54.979],[-3.075,54.982],[-3.065,54.986],[-3.057,54.987],[-3.059,54.992],[-3.053,54.993]]]]},"properties":{"PCON24NM":"Dumfriesshire, Clydesdale and Tweeddale","PCON24CD":"S14000074"},"PCON24CD":615}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.559,56.189],[-2.563,56.189],[-2.562,56.186],[-2.557,56.183],[-2.552,56.182],[-2.548,56.182],[-2.553,56.187],[-2.559,56.189]]],[[[-3.012,56.195],[-3.004,56.193],[-3.002,56.192],[-2.996,56.192],[-2.993,56.194],[-2.983,56.201],[-2.972,56.205],[-2.963,56.209],[-2.955,56.21],[-2.936,56.212],[-2.925,56.212],[-2.908,56.21],[-2.906,56.209],[-2.893,56.207],[-2.885,56.204],[-2.878,56.2],[-2.875,56.196],[-2.881,56.195],[-2.88,56.193],[-2.873,56.195],[-2.867,56.194],[-2.866,56.191],[-2.868,56.187],[-2.863,56.187],[-2.856,56.189],[-2.852,56.189],[-2.846,56.187],[-2.842,56.184],[-2.837,56.184],[-2.838,56.186],[-2.832,56.189],[-2.826,56.19],[-2.819,56.19],[-2.808,56.185],[-2.808,56.187],[-2.803,56.189],[-2.801,56.193],[-2.793,56.197],[-2.788,56.197],[-2.782,56.201],[-2.776,56.201],[-2.772,56.202],[-2.766,56.205],[-2.761,56.205],[-2.753,56.206],[-2.743,56.211],[-2.736,56.21],[-2.725,56.213],[-2.719,56.215],[-2.713,56.215],[-2.708,56.216],[-2.705,56.219],[-2.705,56.221],[-2.7,56.223],[-2.696,56.222],[-2.689,56.223],[-2.682,56.226],[-2.676,56.233],[-2.669,56.235],[-2.662,56.237],[-2.647,56.243],[-2.64,56.247],[-2.638,56.249],[-2.629,56.253],[-2.63,56.257],[-2.625,56.258],[-2.621,56.261],[-2.615,56.262],[-2.613,56.261],[-2.608,56.262],[-2.601,56.265],[-2.601,56.267],[-2.596,56.269],[-2.593,56.272],[-2.585,56.279],[-2.59,56.28],[-2.59,56.282],[-2.597,56.283],[-2.599,56.287],[-2.604,56.286],[-2.613,56.286],[-2.621,56.291],[-2.627,56.293],[-2.63,56.293],[-2.635,56.297],[-2.641,56.3],[-2.643,56.302],[-2.652,56.307],[-2.658,56.313],[-2.657,56.314],[-2.66,56.318],[-2.665,56.318],[-2.674,56.32],[-2.678,56.32],[-2.685,56.325],[-2.69,56.326],[-2.695,56.325],[-2.706,56.325],[-2.71,56.327],[-2.716,56.328],[-2.722,56.326],[-2.735,56.328],[-2.739,56.328],[-2.747,56.33],[-2.75,56.332],[-2.756,56.331],[-2.777,56.333],[-2.781,56.335],[-2.784,56.34],[-2.786,56.34],[-2.791,56.343],[-2.799,56.343],[-2.801,56.345],[-2.805,56.345],[-2.813,56.362],[-2.818,56.366],[-2.822,56.367],[-2.825,56.363],[-2.826,56.359],[-2.829,56.355],[-2.839,56.353],[-2.848,56.356],[-2.851,56.358],[-2.859,56.359],[-2.865,56.362],[-2.869,56.36],[-2.873,56.36],[-2.881,56.362],[-2.888,56.362],[-2.888,56.356],[-2.892,56.355],[-2.895,56.354],[-2.9,56.355],[-2.891,56.357],[-2.89,56.358],[-2.889,56.366],[-2.883,56.368],[-2.872,56.369],[-2.869,56.367],[-2.864,56.371],[-2.857,56.371],[-2.853,56.369],[-2.849,56.371],[-2.841,56.373],[-2.828,56.377],[-2.824,56.38],[-2.82,56.388],[-2.815,56.389],[-2.812,56.394],[-2.811,56.402],[-2.81,56.405],[-2.811,56.409],[-2.81,56.413],[-2.806,56.42],[-2.804,56.43],[-2.803,56.44],[-2.807,56.443],[-2.817,56.445],[-2.821,56.444],[-2.831,56.443],[-2.841,56.442],[-2.85,56.439],[-2.855,56.439],[-2.865,56.441],[-2.87,56.446],[-2.875,56.447],[-2.877,56.45],[-2.882,56.452],[-2.895,56.453],[-2.921,56.452],[-2.926,56.45],[-2.932,56.448],[-2.937,56.446],[-2.941,56.443],[-2.943,56.438],[-2.946,56.436],[-2.953,56.435],[-2.955,56.433],[-2.962,56.431],[-2.967,56.431],[-2.974,56.428],[-2.985,56.424],[-2.99,56.421],[-2.996,56.42],[-3.002,56.421],[-3.01,56.419],[-3.015,56.418],[-3.024,56.418],[-3.04,56.416],[-3.043,56.413],[-3.047,56.409],[-3.053,56.407],[-3.064,56.403],[-3.08,56.4],[-3.089,56.396],[-3.095,56.394],[-3.117,56.391],[-3.133,56.385],[-3.146,56.382],[-3.159,56.377],[-3.166,56.375],[-3.173,56.374],[-3.18,56.372],[-3.187,56.369],[-3.194,56.365],[-3.204,56.363],[-3.212,56.36],[-3.23,56.356],[-3.235,56.354],[-3.25,56.353],[-3.256,56.351],[-3.277,56.35],[-3.274,56.348],[-3.261,56.349],[-3.255,56.345],[-3.258,56.342],[-3.256,56.34],[-3.262,56.339],[-3.268,56.339],[-3.268,56.336],[-3.273,56.334],[-3.268,56.332],[-3.267,56.328],[-3.271,56.326],[-3.276,56.326],[-3.283,56.324],[-3.288,56.322],[-3.295,56.317],[-3.297,56.315],[-3.301,56.314],[-3.298,56.307],[-3.296,56.303],[-3.294,56.299],[-3.296,56.298],[-3.292,56.293],[-3.295,56.289],[-3.301,56.29],[-3.302,56.289],[-3.31,56.287],[-3.313,56.285],[-3.325,56.283],[-3.328,56.286],[-3.336,56.289],[-3.341,56.286],[-3.343,56.287],[-3.348,56.286],[-3.351,56.286],[-3.355,56.28],[-3.358,56.279],[-3.371,56.274],[-3.373,56.271],[-3.376,56.271],[-3.384,56.269],[-3.379,56.263],[-3.369,56.26],[-3.36,56.259],[-3.354,56.256],[-3.357,56.249],[-3.368,56.24],[-3.358,56.241],[-3.344,56.238],[-3.336,56.238],[-3.329,56.237],[-3.321,56.238],[-3.317,56.24],[-3.31,56.238],[-3.303,56.236],[-3.291,56.235],[-3.288,56.235],[-3.28,56.234],[-3.27,56.236],[-3.268,56.234],[-3.263,56.233],[-3.26,56.235],[-3.251,56.234],[-3.244,56.231],[-3.24,56.227],[-3.224,56.226],[-3.214,56.224],[-3.197,56.224],[-3.188,56.223],[-3.178,56.223],[-3.179,56.226],[-3.182,56.23],[-3.176,56.23],[-3.168,56.227],[-3.154,56.23],[-3.154,56.233],[-3.151,56.235],[-3.144,56.233],[-3.138,56.232],[-3.137,56.234],[-3.131,56.235],[-3.125,56.236],[-3.123,56.237],[-3.115,56.238],[-3.093,56.234],[-3.089,56.234],[-3.076,56.23],[-3.071,56.228],[-3.071,56.224],[-3.078,56.223],[-3.075,56.216],[-3.081,56.216],[-3.081,56.212],[-3.085,56.212],[-3.083,56.206],[-3.08,56.202],[-3.084,56.201],[-3.083,56.194],[-3.086,56.193],[-3.083,56.191],[-3.08,56.191],[-3.076,56.193],[-3.069,56.191],[-3.066,56.188],[-3.062,56.189],[-3.057,56.185],[-3.053,56.185],[-3.049,56.189],[-3.043,56.191],[-3.042,56.193],[-3.039,56.195],[-3.03,56.195],[-3.024,56.194],[-3.015,56.193],[-3.013,56.194],[-3.012,56.195]]]]},"properties":{"PCON24NM":"North East Fife","PCON24CD":"S14000100"},"PCON24CD":616}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.015,56.193],[-3.024,56.194],[-3.03,56.195],[-3.039,56.195],[-3.042,56.193],[-3.043,56.191],[-3.049,56.189],[-3.053,56.185],[-3.057,56.185],[-3.062,56.189],[-3.066,56.188],[-3.069,56.191],[-3.076,56.193],[-3.08,56.191],[-3.083,56.191],[-3.086,56.193],[-3.083,56.194],[-3.084,56.201],[-3.08,56.202],[-3.083,56.206],[-3.085,56.212],[-3.081,56.212],[-3.081,56.216],[-3.075,56.216],[-3.078,56.223],[-3.071,56.224],[-3.071,56.228],[-3.076,56.23],[-3.089,56.234],[-3.093,56.234],[-3.115,56.238],[-3.123,56.237],[-3.125,56.236],[-3.131,56.235],[-3.137,56.234],[-3.138,56.232],[-3.144,56.233],[-3.151,56.235],[-3.154,56.233],[-3.154,56.23],[-3.168,56.227],[-3.176,56.23],[-3.182,56.23],[-3.179,56.226],[-3.178,56.223],[-3.188,56.223],[-3.197,56.224],[-3.214,56.224],[-3.224,56.226],[-3.24,56.227],[-3.244,56.231],[-3.251,56.234],[-3.26,56.235],[-3.263,56.233],[-3.268,56.234],[-3.27,56.236],[-3.28,56.234],[-3.291,56.23],[-3.29,56.225],[-3.275,56.224],[-3.266,56.218],[-3.27,56.216],[-3.275,56.214],[-3.274,56.208],[-3.27,56.203],[-3.267,56.203],[-3.261,56.196],[-3.309,56.185],[-3.307,56.18],[-3.306,56.179],[-3.301,56.179],[-3.299,56.175],[-3.295,56.175],[-3.293,56.173],[-3.297,56.171],[-3.307,56.17],[-3.306,56.168],[-3.316,56.166],[-3.32,56.17],[-3.324,56.172],[-3.332,56.173],[-3.342,56.174],[-3.348,56.172],[-3.349,56.17],[-3.356,56.169],[-3.359,56.167],[-3.365,56.166],[-3.372,56.164],[-3.367,56.155],[-3.37,56.147],[-3.382,56.143],[-3.396,56.142],[-3.398,56.139],[-3.397,56.134],[-3.392,56.127],[-3.391,56.124],[-3.394,56.118],[-3.393,56.114],[-3.388,56.116],[-3.383,56.12],[-3.374,56.123],[-3.361,56.126],[-3.361,56.128],[-3.358,56.13],[-3.359,56.132],[-3.356,56.135],[-3.349,56.135],[-3.342,56.139],[-3.334,56.14],[-3.328,56.13],[-3.324,56.129],[-3.331,56.12],[-3.331,56.118],[-3.328,56.117],[-3.327,56.113],[-3.323,56.113],[-3.321,56.111],[-3.316,56.113],[-3.306,56.114],[-3.301,56.116],[-3.305,56.119],[-3.289,56.123],[-3.282,56.124],[-3.262,56.127],[-3.243,56.133],[-3.224,56.135],[-3.211,56.138],[-3.201,56.14],[-3.192,56.142],[-3.183,56.143],[-3.17,56.144],[-3.147,56.144],[-3.139,56.145],[-3.136,56.149],[-3.137,56.153],[-3.129,56.154],[-3.128,56.151],[-3.117,56.153],[-3.116,56.15],[-3.113,56.148],[-3.117,56.145],[-3.109,56.142],[-3.114,56.137],[-3.103,56.136],[-3.096,56.14],[-3.09,56.139],[-3.084,56.14],[-3.075,56.148],[-3.068,56.152],[-3.065,56.157],[-3.055,56.163],[-3.046,56.168],[-3.043,56.168],[-3.036,56.167],[-3.027,56.172],[-3.019,56.174],[-3.016,56.178],[-3.01,56.182],[-3.007,56.182],[-3.005,56.186],[-3.002,56.185],[-2.997,56.189],[-2.998,56.192],[-3.011,56.195],[-3.015,56.193]]]},"properties":{"PCON24NM":"Glenrothes and Mid Fife","PCON24CD":"S14000090"},"PCON24CD":617}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.582,51.714],[-3.593,51.72],[-3.6,51.721],[-3.612,51.717],[-3.618,51.711],[-3.626,51.707],[-3.628,51.705],[-3.638,51.698],[-3.65,51.691],[-3.653,51.687],[-3.659,51.684],[-3.667,51.681],[-3.684,51.681],[-3.685,51.685],[-3.695,51.683],[-3.699,51.683],[-3.709,51.678],[-3.714,51.677],[-3.719,51.678],[-3.728,51.678],[-3.731,51.677],[-3.731,51.675],[-3.725,51.674],[-3.721,51.672],[-3.72,51.67],[-3.726,51.668],[-3.726,51.666],[-3.735,51.664],[-3.738,51.662],[-3.741,51.664],[-3.743,51.663],[-3.749,51.662],[-3.754,51.666],[-3.765,51.657],[-3.767,51.652],[-3.765,51.646],[-3.768,51.643],[-3.78,51.64],[-3.784,51.641],[-3.79,51.641],[-3.793,51.642],[-3.799,51.641],[-3.8,51.643],[-3.807,51.644],[-3.811,51.642],[-3.815,51.644],[-3.822,51.645],[-3.832,51.651],[-3.836,51.652],[-3.838,51.649],[-3.837,51.643],[-3.835,51.642],[-3.834,51.638],[-3.83,51.635],[-3.831,51.627],[-3.835,51.623],[-3.843,51.619],[-3.851,51.614],[-3.849,51.612],[-3.843,51.608],[-3.818,51.593],[-3.813,51.59],[-3.809,51.587],[-3.804,51.584],[-3.8,51.579],[-3.797,51.575],[-3.797,51.569],[-3.792,51.571],[-3.79,51.57],[-3.781,51.561],[-3.78,51.56],[-3.77,51.546],[-3.762,51.538],[-3.763,51.537],[-3.756,51.52],[-3.752,51.515],[-3.746,51.507],[-3.748,51.505],[-3.745,51.503],[-3.744,51.501],[-3.736,51.499],[-3.72,51.5],[-3.715,51.5],[-3.713,51.502],[-3.702,51.506],[-3.69,51.507],[-3.68,51.51],[-3.673,51.512],[-3.669,51.513],[-3.672,51.515],[-3.665,51.516],[-3.654,51.518],[-3.662,51.521],[-3.666,51.524],[-3.669,51.529],[-3.668,51.537],[-3.656,51.539],[-3.652,51.546],[-3.65,51.552],[-3.652,51.557],[-3.657,51.559],[-3.658,51.561],[-3.655,51.565],[-3.649,51.564],[-3.645,51.564],[-3.643,51.562],[-3.638,51.561],[-3.634,51.562],[-3.635,51.565],[-3.631,51.566],[-3.625,51.571],[-3.622,51.572],[-3.613,51.572],[-3.61,51.571],[-3.614,51.578],[-3.614,51.58],[-3.612,51.583],[-3.612,51.587],[-3.61,51.594],[-3.609,51.596],[-3.613,51.598],[-3.608,51.606],[-3.608,51.61],[-3.611,51.611],[-3.611,51.617],[-3.612,51.618],[-3.613,51.623],[-3.611,51.627],[-3.606,51.628],[-3.608,51.632],[-3.603,51.634],[-3.6,51.638],[-3.596,51.638],[-3.595,51.641],[-3.58,51.645],[-3.565,51.642],[-3.562,51.647],[-3.564,51.655],[-3.575,51.662],[-3.576,51.664],[-3.582,51.674],[-3.59,51.679],[-3.588,51.682],[-3.584,51.686],[-3.586,51.69],[-3.581,51.695],[-3.585,51.703],[-3.582,51.714]]]},"properties":{"PCON24NM":"Aberafan Maesteg","PCON24CD":"W07000081"},"PCON24CD":618}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.082,53.256],[-3.078,53.252],[-3.075,53.254],[-3.082,53.256]]],[[[-3.074,53.254],[-3.079,53.252],[-3.082,53.254],[-3.084,53.256],[-3.09,53.255],[-3.094,53.256],[-3.099,53.252],[-3.098,53.249],[-3.088,53.248],[-3.078,53.245],[-3.071,53.245],[-3.07,53.243],[-3.077,53.24],[-3.08,53.243],[-3.09,53.243],[-3.069,53.232],[-3.065,53.229],[-3.062,53.226],[-3.055,53.223],[-3.043,53.221],[-3.013,53.21],[-2.934,53.182],[-2.931,53.182],[-2.92,53.183],[-2.922,53.189],[-2.929,53.194],[-2.935,53.196],[-2.944,53.204],[-2.949,53.211],[-2.967,53.219],[-2.978,53.225],[-2.985,53.228],[-2.993,53.233],[-3.025,53.248],[-3.036,53.252],[-3.069,53.253],[-3.074,53.254]]],[[[-3.095,53.262],[-3.101,53.267],[-3.101,53.262],[-3.099,53.261],[-3.095,53.262]]],[[[-3.19,53.286],[-3.2,53.279],[-3.196,53.277],[-3.203,53.273],[-3.212,53.271],[-3.211,53.267],[-3.209,53.264],[-3.202,53.26],[-3.203,53.258],[-3.199,53.256],[-3.194,53.254],[-3.191,53.257],[-3.186,53.255],[-3.174,53.246],[-3.177,53.244],[-3.176,53.24],[-3.169,53.239],[-3.164,53.234],[-3.16,53.232],[-3.156,53.232],[-3.153,53.231],[-3.148,53.231],[-3.148,53.229],[-3.15,53.225],[-3.153,53.223],[-3.151,53.22],[-3.144,53.219],[-3.14,53.217],[-3.133,53.217],[-3.13,53.219],[-3.123,53.222],[-3.118,53.217],[-3.114,53.213],[-3.102,53.217],[-3.101,53.213],[-3.097,53.211],[-3.093,53.21],[-3.089,53.205],[-3.086,53.203],[-3.082,53.203],[-3.081,53.201],[-3.083,53.197],[-3.091,53.194],[-3.091,53.192],[-3.098,53.186],[-3.102,53.181],[-3.096,53.18],[-3.094,53.176],[-3.099,53.176],[-3.097,53.172],[-3.103,53.17],[-3.102,53.167],[-3.096,53.162],[-3.093,53.161],[-3.088,53.156],[-3.089,53.155],[-3.085,53.153],[-3.075,53.151],[-3.069,53.15],[-3.059,53.148],[-3.055,53.145],[-3.059,53.144],[-3.06,53.14],[-3.062,53.138],[-3.059,53.136],[-3.058,53.131],[-3.064,53.132],[-3.067,53.134],[-3.074,53.134],[-3.08,53.135],[-3.086,53.128],[-3.092,53.126],[-3.098,53.127],[-3.103,53.13],[-3.108,53.13],[-3.113,53.132],[-3.116,53.133],[-3.125,53.131],[-3.128,53.129],[-3.134,53.129],[-3.13,53.127],[-3.134,53.126],[-3.142,53.119],[-3.145,53.118],[-3.147,53.115],[-3.151,53.116],[-3.154,53.113],[-3.16,53.112],[-3.172,53.111],[-3.17,53.108],[-3.163,53.106],[-3.154,53.105],[-3.146,53.104],[-3.148,53.099],[-3.152,53.094],[-3.148,53.091],[-3.148,53.088],[-3.146,53.085],[-3.143,53.085],[-3.14,53.08],[-3.141,53.076],[-3.137,53.073],[-3.13,53.072],[-3.124,53.074],[-3.121,53.073],[-3.117,53.072],[-3.11,53.074],[-3.104,53.078],[-3.095,53.079],[-3.092,53.082],[-3.086,53.083],[-3.079,53.088],[-3.071,53.09],[-3.067,53.086],[-3.063,53.085],[-3.059,53.085],[-3.044,53.089],[-3.039,53.091],[-3.038,53.095],[-3.032,53.097],[-3.027,53.095],[-3.029,53.104],[-3.025,53.104],[-3.019,53.107],[-3.018,53.109],[-3.015,53.109],[-3.006,53.116],[-3.006,53.12],[-3.003,53.12],[-3.005,53.124],[-3.001,53.126],[-2.995,53.131],[-2.98,53.132],[-2.972,53.134],[-2.97,53.133],[-2.964,53.133],[-2.977,53.148],[-2.98,53.149],[-2.984,53.148],[-2.988,53.152],[-2.993,53.153],[-2.992,53.157],[-2.988,53.157],[-2.985,53.159],[-2.981,53.156],[-2.976,53.157],[-2.97,53.161],[-2.966,53.16],[-2.962,53.162],[-2.953,53.165],[-2.947,53.167],[-2.944,53.165],[-2.934,53.169],[-2.928,53.171],[-2.927,53.173],[-2.921,53.177],[-2.92,53.182],[-2.934,53.181],[-2.939,53.183],[-2.99,53.201],[-2.992,53.201],[-3.014,53.21],[-3.027,53.214],[-3.039,53.218],[-3.049,53.221],[-3.058,53.222],[-3.063,53.224],[-3.064,53.226],[-3.068,53.229],[-3.084,53.237],[-3.094,53.24],[-3.099,53.24],[-3.103,53.243],[-3.123,53.249],[-3.127,53.251],[-3.13,53.254],[-3.131,53.258],[-3.135,53.258],[-3.143,53.259],[-3.151,53.264],[-3.161,53.268],[-3.166,53.272],[-3.176,53.277],[-3.177,53.279],[-3.182,53.281],[-3.19,53.286]]]]},"properties":{"PCON24NM":"Alyn and Deeside","PCON24CD":"W07000082"},"PCON24CD":619}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.757,53.317],[-3.766,53.319],[-3.771,53.324],[-3.778,53.329],[-3.788,53.325],[-3.806,53.323],[-3.819,53.323],[-3.826,53.325],[-3.83,53.327],[-3.828,53.33],[-3.833,53.335],[-3.831,53.337],[-3.834,53.338],[-3.841,53.337],[-3.856,53.342],[-3.859,53.341],[-3.869,53.343],[-3.876,53.34],[-3.88,53.339],[-3.877,53.333],[-3.86,53.327],[-3.859,53.326],[-3.851,53.323],[-3.845,53.319],[-3.843,53.316],[-3.843,53.31],[-3.84,53.305],[-3.84,53.301],[-3.838,53.298],[-3.838,53.296],[-3.831,53.294],[-3.823,53.289],[-3.822,53.286],[-3.815,53.28],[-3.805,53.277],[-3.803,53.274],[-3.799,53.273],[-3.798,53.269],[-3.8,53.265],[-3.803,53.263],[-3.811,53.259],[-3.817,53.257],[-3.818,53.255],[-3.821,53.251],[-3.814,53.247],[-3.809,53.244],[-3.806,53.241],[-3.806,53.235],[-3.81,53.232],[-3.819,53.229],[-3.822,53.227],[-3.82,53.225],[-3.821,53.223],[-3.827,53.219],[-3.826,53.215],[-3.828,53.21],[-3.832,53.21],[-3.829,53.213],[-3.829,53.22],[-3.821,53.224],[-3.823,53.228],[-3.81,53.234],[-3.808,53.236],[-3.809,53.241],[-3.81,53.242],[-3.823,53.247],[-3.827,53.25],[-3.828,53.254],[-3.825,53.257],[-3.823,53.26],[-3.819,53.261],[-3.811,53.264],[-3.81,53.266],[-3.813,53.268],[-3.816,53.273],[-3.816,53.276],[-3.825,53.279],[-3.83,53.283],[-3.83,53.287],[-3.833,53.287],[-3.841,53.295],[-3.845,53.296],[-3.851,53.296],[-3.862,53.289],[-3.864,53.288],[-3.87,53.287],[-3.875,53.288],[-3.88,53.289],[-3.884,53.289],[-3.891,53.285],[-3.896,53.284],[-3.912,53.276],[-3.921,53.272],[-3.933,53.269],[-3.944,53.267],[-3.95,53.267],[-3.966,53.264],[-3.973,53.261],[-3.983,53.26],[-3.988,53.256],[-3.993,53.256],[-4.002,53.253],[-4.003,53.25],[-4,53.249],[-4.009,53.247],[-4.01,53.244],[-4.019,53.244],[-4.027,53.243],[-4.028,53.24],[-4.031,53.237],[-4.034,53.237],[-4.048,53.234],[-4.057,53.233],[-4.066,53.234],[-4.073,53.231],[-4.079,53.23],[-4.081,53.229],[-4.088,53.231],[-4.088,53.234],[-4.094,53.236],[-4.099,53.235],[-4.105,53.233],[-4.11,53.234],[-4.111,53.232],[-4.116,53.232],[-4.12,53.235],[-4.123,53.237],[-4.128,53.236],[-4.137,53.231],[-4.141,53.231],[-4.146,53.229],[-4.159,53.22],[-4.163,53.219],[-4.176,53.218],[-4.184,53.215],[-4.194,53.213],[-4.199,53.21],[-4.202,53.208],[-4.208,53.204],[-4.209,53.202],[-4.209,53.194],[-4.21,53.189],[-4.205,53.192],[-4.203,53.191],[-4.192,53.192],[-4.186,53.19],[-4.169,53.191],[-4.167,53.188],[-4.156,53.186],[-4.15,53.183],[-4.146,53.179],[-4.139,53.179],[-4.136,53.176],[-4.129,53.173],[-4.123,53.175],[-4.117,53.177],[-4.11,53.173],[-4.108,53.168],[-4.11,53.165],[-4.109,53.161],[-4.106,53.157],[-4.101,53.155],[-4.098,53.151],[-4.089,53.146],[-4.084,53.149],[-4.079,53.145],[-4.071,53.142],[-4.064,53.144],[-4.059,53.139],[-4.06,53.137],[-4.056,53.134],[-4.055,53.131],[-4.051,53.13],[-4.052,53.128],[-4.053,53.121],[-4.048,53.117],[-4.042,53.105],[-4.039,53.102],[-4.031,53.1],[-4.029,53.102],[-4.023,53.102],[-4.016,53.104],[-4.014,53.101],[-4.012,53.096],[-4.014,53.091],[-4.009,53.089],[-4.003,53.085],[-3.998,53.085],[-3.996,53.083],[-3.987,53.084],[-3.991,53.079],[-3.991,53.076],[-3.987,53.076],[-3.982,53.073],[-3.981,53.071],[-3.977,53.069],[-3.977,53.065],[-3.978,53.061],[-3.981,53.059],[-3.99,53.054],[-3.993,53.05],[-3.993,53.042],[-3.997,53.038],[-3.992,53.028],[-3.99,53.027],[-3.994,53.021],[-3.993,53.017],[-3.992,53.014],[-3.987,53.013],[-3.985,53.011],[-3.963,53.011],[-3.956,53.013],[-3.951,53.015],[-3.945,53.016],[-3.941,53.018],[-3.931,53.017],[-3.924,53.02],[-3.917,53.02],[-3.915,53.023],[-3.906,53.021],[-3.899,53.021],[-3.898,53.015],[-3.889,53.01],[-3.893,53.006],[-3.892,53.001],[-3.896,52.997],[-3.893,52.995],[-3.883,52.992],[-3.883,52.991],[-3.877,52.988],[-3.849,52.977],[-3.85,52.974],[-3.842,52.967],[-3.841,52.962],[-3.834,52.962],[-3.833,52.958],[-3.829,52.954],[-3.82,52.95],[-3.813,52.949],[-3.802,52.952],[-3.798,52.955],[-3.791,52.955],[-3.784,52.957],[-3.775,52.958],[-3.767,52.96],[-3.763,52.963],[-3.757,52.969],[-3.75,52.974],[-3.744,52.977],[-3.735,52.98],[-3.719,52.984],[-3.703,52.987],[-3.695,52.987],[-3.683,52.987],[-3.678,52.994],[-3.673,52.997],[-3.665,52.996],[-3.66,52.997],[-3.649,53],[-3.643,53.005],[-3.636,53.007],[-3.629,53.007],[-3.62,53.01],[-3.606,53.012],[-3.6,53.011],[-3.603,53.003],[-3.605,53.001],[-3.609,52.999],[-3.607,52.997],[-3.602,52.994],[-3.6,52.989],[-3.6,52.986],[-3.597,52.979],[-3.592,52.973],[-3.591,52.971],[-3.583,52.968],[-3.573,52.968],[-3.57,52.97],[-3.567,52.97],[-3.559,52.968],[-3.552,52.969],[-3.544,52.968],[-3.543,52.97],[-3.534,52.974],[-3.528,52.971],[-3.523,52.971],[-3.515,52.969],[-3.508,52.969],[-3.508,52.966],[-3.503,52.966],[-3.501,52.968],[-3.491,52.971],[-3.483,52.97],[-3.481,52.972],[-3.473,52.977],[-3.472,52.978],[-3.46,52.985],[-3.458,52.987],[-3.455,52.988],[-3.457,52.992],[-3.458,52.995],[-3.455,52.998],[-3.452,52.993],[-3.441,52.998],[-3.438,52.998],[-3.425,53.003],[-3.425,53.005],[-3.42,53.009],[-3.41,53.016],[-3.408,53.02],[-3.405,53.021],[-3.403,53.027],[-3.408,53.034],[-3.403,53.035],[-3.403,53.037],[-3.397,53.037],[-3.393,53.039],[-3.387,53.04],[-3.381,53.04],[-3.378,53.042],[-3.366,53.043],[-3.361,53.044],[-3.353,53.047],[-3.348,53.049],[-3.346,53.05],[-3.341,53.051],[-3.34,53.052],[-3.336,53.054],[-3.34,53.056],[-3.34,53.061],[-3.337,53.061],[-3.335,53.065],[-3.327,53.065],[-3.322,53.071],[-3.314,53.071],[-3.31,53.073],[-3.311,53.078],[-3.309,53.081],[-3.311,53.084],[-3.309,53.086],[-3.305,53.087],[-3.303,53.091],[-3.306,53.093],[-3.31,53.091],[-3.312,53.093],[-3.31,53.096],[-3.311,53.101],[-3.315,53.105],[-3.317,53.102],[-3.317,53.1],[-3.323,53.102],[-3.331,53.102],[-3.336,53.104],[-3.334,53.106],[-3.338,53.107],[-3.338,53.11],[-3.34,53.114],[-3.345,53.114],[-3.347,53.116],[-3.347,53.12],[-3.349,53.123],[-3.354,53.121],[-3.36,53.116],[-3.366,53.118],[-3.368,53.118],[-3.376,53.12],[-3.381,53.119],[-3.384,53.115],[-3.392,53.122],[-3.391,53.124],[-3.383,53.129],[-3.382,53.132],[-3.374,53.134],[-3.373,53.138],[-3.367,53.14],[-3.365,53.145],[-3.358,53.147],[-3.355,53.159],[-3.356,53.165],[-3.362,53.168],[-3.367,53.168],[-3.367,53.171],[-3.364,53.174],[-3.362,53.179],[-3.362,53.182],[-3.364,53.182],[-3.367,53.178],[-3.373,53.175],[-3.38,53.176],[-3.391,53.174],[-3.395,53.172],[-3.399,53.166],[-3.403,53.167],[-3.406,53.164],[-3.412,53.165],[-3.415,53.167],[-3.42,53.167],[-3.422,53.162],[-3.43,53.158],[-3.436,53.16],[-3.436,53.161],[-3.449,53.162],[-3.457,53.165],[-3.46,53.164],[-3.464,53.168],[-3.471,53.17],[-3.472,53.173],[-3.472,53.183],[-3.473,53.186],[-3.47,53.191],[-3.472,53.192],[-3.469,53.197],[-3.47,53.205],[-3.466,53.213],[-3.466,53.221],[-3.484,53.228],[-3.483,53.23],[-3.492,53.233],[-3.499,53.237],[-3.504,53.238],[-3.504,53.239],[-3.51,53.242],[-3.515,53.239],[-3.521,53.24],[-3.526,53.24],[-3.528,53.245],[-3.533,53.249],[-3.529,53.253],[-3.535,53.254],[-3.545,53.255],[-3.55,53.255],[-3.559,53.255],[-3.558,53.257],[-3.558,53.263],[-3.552,53.266],[-3.554,53.269],[-3.568,53.268],[-3.573,53.268],[-3.574,53.27],[-3.579,53.271],[-3.588,53.271],[-3.593,53.272],[-3.602,53.27],[-3.618,53.274],[-3.624,53.273],[-3.627,53.271],[-3.63,53.273],[-3.636,53.272],[-3.636,53.271],[-3.644,53.269],[-3.654,53.271],[-3.663,53.273],[-3.667,53.273],[-3.675,53.277],[-3.684,53.278],[-3.692,53.277],[-3.696,53.275],[-3.702,53.274],[-3.704,53.275],[-3.714,53.273],[-3.719,53.271],[-3.723,53.272],[-3.727,53.275],[-3.73,53.275],[-3.734,53.274],[-3.737,53.275],[-3.74,53.269],[-3.749,53.269],[-3.754,53.273],[-3.754,53.276],[-3.757,53.278],[-3.767,53.28],[-3.776,53.286],[-3.768,53.292],[-3.764,53.297],[-3.765,53.301],[-3.767,53.306],[-3.767,53.309],[-3.762,53.311],[-3.756,53.314],[-3.757,53.317]]]},"properties":{"PCON24NM":"Bangor Aberconwy","PCON24CD":"W07000083"},"PCON24CD":620}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.157,51.816],[-3.162,51.816],[-3.194,51.813],[-3.203,51.813],[-3.208,51.813],[-3.239,51.812],[-3.283,51.825],[-3.309,51.806],[-3.31,51.794],[-3.317,51.794],[-3.334,51.79],[-3.333,51.782],[-3.329,51.759],[-3.318,51.743],[-3.312,51.742],[-3.31,51.739],[-3.313,51.738],[-3.316,51.732],[-3.301,51.736],[-3.299,51.734],[-3.3,51.73],[-3.297,51.728],[-3.297,51.722],[-3.293,51.719],[-3.292,51.716],[-3.289,51.713],[-3.29,51.71],[-3.286,51.702],[-3.279,51.695],[-3.278,51.69],[-3.275,51.683],[-3.274,51.682],[-3.272,51.681],[-3.264,51.686],[-3.253,51.687],[-3.247,51.689],[-3.249,51.684],[-3.245,51.682],[-3.241,51.677],[-3.234,51.675],[-3.229,51.671],[-3.225,51.676],[-3.222,51.676],[-3.221,51.68],[-3.218,51.682],[-3.215,51.679],[-3.212,51.68],[-3.212,51.681],[-3.207,51.687],[-3.208,51.692],[-3.207,51.697],[-3.208,51.703],[-3.213,51.706],[-3.218,51.711],[-3.22,51.715],[-3.219,51.718],[-3.223,51.723],[-3.224,51.728],[-3.22,51.727],[-3.216,51.73],[-3.212,51.731],[-3.212,51.734],[-3.215,51.738],[-3.217,51.743],[-3.22,51.745],[-3.217,51.747],[-3.214,51.748],[-3.21,51.75],[-3.194,51.739],[-3.185,51.726],[-3.178,51.721],[-3.179,51.719],[-3.174,51.717],[-3.167,51.71],[-3.159,51.713],[-3.156,51.713],[-3.152,51.71],[-3.147,51.71],[-3.146,51.709],[-3.146,51.702],[-3.139,51.699],[-3.134,51.699],[-3.128,51.695],[-3.129,51.693],[-3.132,51.689],[-3.138,51.685],[-3.139,51.683],[-3.135,51.681],[-3.126,51.682],[-3.122,51.684],[-3.123,51.686],[-3.116,51.691],[-3.117,51.695],[-3.114,51.696],[-3.115,51.698],[-3.109,51.703],[-3.108,51.715],[-3.11,51.719],[-3.106,51.721],[-3.109,51.722],[-3.109,51.726],[-3.11,51.728],[-3.112,51.735],[-3.108,51.737],[-3.106,51.742],[-3.111,51.745],[-3.11,51.751],[-3.115,51.755],[-3.115,51.759],[-3.106,51.761],[-3.124,51.771],[-3.144,51.786],[-3.134,51.793],[-3.138,51.793],[-3.142,51.795],[-3.145,51.795],[-3.155,51.796],[-3.152,51.799],[-3.153,51.804],[-3.149,51.804],[-3.146,51.805],[-3.151,51.808],[-3.15,51.81],[-3.152,51.814],[-3.157,51.816]]]},"properties":{"PCON24NM":"Blaenau Gwent and Rhymney","PCON24CD":"W07000084"},"PCON24CD":621}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.231,52.453],[-3.232,52.457],[-3.238,52.457],[-3.247,52.461],[-3.253,52.462],[-3.254,52.464],[-3.261,52.463],[-3.271,52.462],[-3.274,52.46],[-3.287,52.458],[-3.295,52.454],[-3.296,52.451],[-3.305,52.449],[-3.312,52.444],[-3.317,52.444],[-3.323,52.443],[-3.33,52.445],[-3.332,52.444],[-3.335,52.44],[-3.339,52.439],[-3.341,52.436],[-3.344,52.435],[-3.35,52.44],[-3.353,52.44],[-3.36,52.439],[-3.363,52.441],[-3.367,52.444],[-3.374,52.444],[-3.381,52.441],[-3.392,52.441],[-3.398,52.439],[-3.403,52.436],[-3.397,52.433],[-3.399,52.431],[-3.412,52.43],[-3.416,52.427],[-3.423,52.414],[-3.427,52.412],[-3.428,52.41],[-3.436,52.406],[-3.437,52.403],[-3.443,52.402],[-3.454,52.401],[-3.462,52.395],[-3.468,52.395],[-3.471,52.393],[-3.477,52.391],[-3.486,52.393],[-3.49,52.392],[-3.492,52.394],[-3.492,52.398],[-3.494,52.399],[-3.498,52.403],[-3.505,52.405],[-3.509,52.407],[-3.516,52.409],[-3.52,52.406],[-3.532,52.405],[-3.535,52.405],[-3.539,52.403],[-3.539,52.398],[-3.551,52.395],[-3.558,52.39],[-3.558,52.389],[-3.566,52.383],[-3.572,52.374],[-3.576,52.373],[-3.583,52.373],[-3.592,52.372],[-3.594,52.367],[-3.592,52.364],[-3.587,52.359],[-3.588,52.358],[-3.597,52.359],[-3.606,52.361],[-3.623,52.369],[-3.636,52.37],[-3.641,52.372],[-3.646,52.375],[-3.646,52.38],[-3.653,52.381],[-3.667,52.385],[-3.672,52.383],[-3.678,52.382],[-3.681,52.38],[-3.682,52.375],[-3.684,52.37],[-3.685,52.368],[-3.672,52.36],[-3.667,52.358],[-3.662,52.35],[-3.658,52.348],[-3.669,52.345],[-3.671,52.344],[-3.679,52.343],[-3.681,52.341],[-3.688,52.34],[-3.697,52.341],[-3.701,52.34],[-3.705,52.341],[-3.734,52.326],[-3.734,52.325],[-3.745,52.318],[-3.743,52.315],[-3.743,52.313],[-3.74,52.312],[-3.735,52.311],[-3.73,52.309],[-3.727,52.304],[-3.726,52.299],[-3.729,52.298],[-3.732,52.294],[-3.733,52.29],[-3.73,52.288],[-3.725,52.288],[-3.721,52.285],[-3.716,52.283],[-3.714,52.28],[-3.709,52.276],[-3.708,52.274],[-3.711,52.273],[-3.716,52.274],[-3.72,52.273],[-3.723,52.27],[-3.728,52.27],[-3.73,52.272],[-3.736,52.267],[-3.744,52.265],[-3.743,52.263],[-3.745,52.258],[-3.749,52.255],[-3.752,52.254],[-3.753,52.251],[-3.749,52.248],[-3.746,52.248],[-3.744,52.246],[-3.749,52.241],[-3.748,52.237],[-3.75,52.234],[-3.745,52.232],[-3.743,52.229],[-3.743,52.227],[-3.749,52.222],[-3.751,52.217],[-3.751,52.215],[-3.746,52.211],[-3.749,52.205],[-3.751,52.203],[-3.752,52.198],[-3.748,52.194],[-3.746,52.192],[-3.747,52.19],[-3.75,52.188],[-3.75,52.183],[-3.752,52.181],[-3.751,52.179],[-3.749,52.176],[-3.749,52.173],[-3.75,52.171],[-3.749,52.167],[-3.75,52.163],[-3.747,52.161],[-3.748,52.156],[-3.746,52.154],[-3.746,52.148],[-3.744,52.147],[-3.744,52.143],[-3.742,52.139],[-3.746,52.136],[-3.758,52.13],[-3.758,52.128],[-3.749,52.128],[-3.747,52.124],[-3.742,52.122],[-3.737,52.121],[-3.732,52.121],[-3.726,52.119],[-3.723,52.115],[-3.72,52.118],[-3.716,52.113],[-3.716,52.11],[-3.714,52.107],[-3.715,52.103],[-3.723,52.099],[-3.725,52.097],[-3.729,52.094],[-3.723,52.093],[-3.722,52.087],[-3.701,52.082],[-3.695,52.078],[-3.687,52.077],[-3.682,52.074],[-3.672,52.075],[-3.667,52.073],[-3.669,52.069],[-3.675,52.067],[-3.677,52.063],[-3.68,52.062],[-3.678,52.059],[-3.674,52.057],[-3.668,52.056],[-3.662,52.052],[-3.66,52.049],[-3.661,52.048],[-3.654,52.042],[-3.65,52.042],[-3.647,52.039],[-3.651,52.035],[-3.656,52.034],[-3.662,52.031],[-3.662,52.028],[-3.668,52.025],[-3.673,52.018],[-3.672,52.016],[-3.667,52.016],[-3.666,52.012],[-3.671,52.006],[-3.672,52.002],[-3.685,51.995],[-3.685,51.992],[-3.688,51.99],[-3.698,51.981],[-3.694,51.977],[-3.701,51.973],[-3.703,51.97],[-3.711,51.962],[-3.707,51.96],[-3.707,51.958],[-3.702,51.954],[-3.705,51.948],[-3.701,51.948],[-3.702,51.946],[-3.711,51.947],[-3.719,51.943],[-3.721,51.941],[-3.721,51.938],[-3.721,51.934],[-3.718,51.932],[-3.718,51.929],[-3.721,51.927],[-3.722,51.924],[-3.723,51.92],[-3.723,51.917],[-3.725,51.914],[-3.727,51.913],[-3.728,51.911],[-3.723,51.908],[-3.718,51.907],[-3.713,51.905],[-3.718,51.901],[-3.714,51.887],[-3.718,51.883],[-3.721,51.881],[-3.722,51.878],[-3.728,51.873],[-3.731,51.872],[-3.738,51.865],[-3.739,51.864],[-3.743,51.864],[-3.748,51.862],[-3.751,51.858],[-3.755,51.856],[-3.761,51.854],[-3.773,51.846],[-3.777,51.838],[-3.779,51.837],[-3.78,51.834],[-3.783,51.83],[-3.784,51.827],[-3.782,51.822],[-3.787,51.816],[-3.788,51.812],[-3.791,51.81],[-3.796,51.81],[-3.796,51.807],[-3.799,51.804],[-3.804,51.801],[-3.807,51.795],[-3.807,51.793],[-3.81,51.791],[-3.812,51.794],[-3.816,51.797],[-3.814,51.799],[-3.819,51.802],[-3.829,51.805],[-3.835,51.807],[-3.836,51.808],[-3.842,51.809],[-3.853,51.81],[-3.855,51.809],[-3.866,51.81],[-3.868,51.808],[-3.872,51.807],[-3.878,51.808],[-3.887,51.804],[-3.892,51.804],[-3.896,51.804],[-3.9,51.804],[-3.893,51.801],[-3.892,51.797],[-3.889,51.793],[-3.885,51.792],[-3.886,51.789],[-3.882,51.788],[-3.883,51.784],[-3.883,51.78],[-3.885,51.773],[-3.887,51.771],[-3.887,51.769],[-3.89,51.768],[-3.897,51.769],[-3.9,51.771],[-3.907,51.769],[-3.908,51.77],[-3.913,51.771],[-3.914,51.773],[-3.919,51.775],[-3.925,51.773],[-3.928,51.774],[-3.936,51.771],[-3.93,51.77],[-3.927,51.766],[-3.92,51.762],[-3.922,51.76],[-3.916,51.758],[-3.918,51.755],[-3.91,51.752],[-3.903,51.749],[-3.898,51.744],[-3.891,51.741],[-3.888,51.739],[-3.887,51.731],[-3.884,51.727],[-3.885,51.724],[-3.881,51.72],[-3.879,51.716],[-3.881,51.714],[-3.88,51.712],[-3.874,51.709],[-3.873,51.706],[-3.876,51.704],[-3.867,51.703],[-3.865,51.705],[-3.859,51.701],[-3.856,51.7],[-3.856,51.698],[-3.849,51.7],[-3.845,51.698],[-3.835,51.698],[-3.828,51.699],[-3.827,51.698],[-3.822,51.697],[-3.818,51.701],[-3.812,51.703],[-3.81,51.705],[-3.807,51.705],[-3.804,51.707],[-3.8,51.708],[-3.797,51.707],[-3.785,51.719],[-3.781,51.724],[-3.779,51.728],[-3.777,51.73],[-3.778,51.734],[-3.777,51.737],[-3.778,51.738],[-3.778,51.744],[-3.777,51.748],[-3.77,51.755],[-3.755,51.753],[-3.751,51.754],[-3.746,51.753],[-3.742,51.757],[-3.738,51.758],[-3.735,51.764],[-3.732,51.767],[-3.737,51.77],[-3.728,51.776],[-3.719,51.778],[-3.711,51.778],[-3.707,51.78],[-3.691,51.782],[-3.686,51.78],[-3.683,51.781],[-3.679,51.784],[-3.674,51.785],[-3.67,51.787],[-3.669,51.786],[-3.664,51.785],[-3.653,51.785],[-3.649,51.782],[-3.641,51.781],[-3.637,51.777],[-3.634,51.778],[-3.629,51.775],[-3.622,51.774],[-3.615,51.773],[-3.612,51.772],[-3.605,51.773],[-3.601,51.772],[-3.598,51.77],[-3.598,51.764],[-3.595,51.762],[-3.596,51.759],[-3.591,51.755],[-3.59,51.757],[-3.586,51.758],[-3.579,51.76],[-3.571,51.762],[-3.565,51.766],[-3.566,51.767],[-3.564,51.77],[-3.563,51.773],[-3.56,51.776],[-3.555,51.778],[-3.547,51.778],[-3.541,51.776],[-3.535,51.777],[-3.535,51.78],[-3.541,51.784],[-3.534,51.787],[-3.529,51.787],[-3.529,51.788],[-3.517,51.794],[-3.512,51.796],[-3.504,51.8],[-3.488,51.806],[-3.482,51.807],[-3.477,51.809],[-3.474,51.812],[-3.473,51.819],[-3.469,51.823],[-3.47,51.829],[-3.463,51.829],[-3.46,51.83],[-3.458,51.828],[-3.452,51.826],[-3.446,51.821],[-3.444,51.816],[-3.442,51.816],[-3.433,51.821],[-3.431,51.824],[-3.422,51.829],[-3.417,51.835],[-3.402,51.826],[-3.402,51.825],[-3.406,51.821],[-3.405,51.816],[-3.401,51.814],[-3.398,51.814],[-3.39,51.815],[-3.386,51.815],[-3.382,51.812],[-3.378,51.811],[-3.373,51.812],[-3.37,51.808],[-3.366,51.805],[-3.358,51.807],[-3.356,51.803],[-3.357,51.796],[-3.36,51.791],[-3.351,51.79],[-3.334,51.79],[-3.317,51.794],[-3.31,51.794],[-3.309,51.806],[-3.283,51.825],[-3.239,51.812],[-3.208,51.813],[-3.203,51.813],[-3.194,51.813],[-3.162,51.816],[-3.157,51.816],[-3.153,51.817],[-3.148,51.819],[-3.144,51.82],[-3.14,51.823],[-3.142,51.825],[-3.137,51.828],[-3.134,51.829],[-3.133,51.832],[-3.127,51.836],[-3.124,51.834],[-3.118,51.839],[-3.117,51.837],[-3.109,51.835],[-3.106,51.833],[-3.102,51.832],[-3.104,51.837],[-3.103,51.84],[-3.097,51.839],[-3.096,51.842],[-3.098,51.844],[-3.096,51.847],[-3.09,51.848],[-3.084,51.85],[-3.083,51.852],[-3.076,51.855],[-3.077,51.858],[-3.07,51.861],[-3.063,51.863],[-3.066,51.865],[-3.07,51.87],[-3.073,51.872],[-3.072,51.875],[-3.069,51.875],[-3.064,51.879],[-3.062,51.877],[-3.057,51.88],[-3.043,51.881],[-3.04,51.885],[-3.042,51.89],[-3.039,51.892],[-3.039,51.894],[-3.043,51.899],[-3.043,51.901],[-3.048,51.904],[-3.05,51.907],[-3.05,51.911],[-3.06,51.914],[-3.06,51.917],[-3.062,51.919],[-3.065,51.919],[-3.07,51.922],[-3.079,51.925],[-3.079,51.928],[-3.084,51.931],[-3.084,51.933],[-3.08,51.936],[-3.085,51.942],[-3.087,51.948],[-3.09,51.95],[-3.085,51.953],[-3.082,51.955],[-3.088,51.959],[-3.093,51.965],[-3.087,51.97],[-3.083,51.973],[-3.078,51.973],[-3.077,51.976],[-3.067,51.983],[-3.07,51.99],[-3.076,51.996],[-3.079,51.997],[-3.084,52.004],[-3.087,52.014],[-3.092,52.017],[-3.099,52.023],[-3.093,52.029],[-3.092,52.033],[-3.086,52.04],[-3.087,52.042],[-3.093,52.047],[-3.091,52.05],[-3.098,52.055],[-3.101,52.058],[-3.106,52.059],[-3.111,52.065],[-3.116,52.066],[-3.119,52.069],[-3.121,52.076],[-3.126,52.079],[-3.119,52.088],[-3.121,52.094],[-3.123,52.103],[-3.121,52.104],[-3.108,52.105],[-3.105,52.108],[-3.107,52.112],[-3.108,52.115],[-3.105,52.117],[-3.107,52.119],[-3.115,52.122],[-3.124,52.122],[-3.128,52.124],[-3.134,52.123],[-3.137,52.123],[-3.142,52.128],[-3.141,52.13],[-3.137,52.131],[-3.134,52.134],[-3.136,52.138],[-3.128,52.138],[-3.124,52.139],[-3.115,52.139],[-3.108,52.142],[-3.098,52.144],[-3.094,52.144],[-3.083,52.149],[-3.073,52.156],[-3.072,52.158],[-3.075,52.16],[-3.084,52.163],[-3.086,52.161],[-3.089,52.159],[-3.095,52.155],[-3.099,52.155],[-3.102,52.157],[-3.105,52.157],[-3.108,52.159],[-3.112,52.159],[-3.117,52.16],[-3.122,52.163],[-3.122,52.167],[-3.112,52.17],[-3.112,52.174],[-3.107,52.176],[-3.102,52.177],[-3.097,52.18],[-3.095,52.183],[-3.097,52.184],[-3.096,52.19],[-3.096,52.195],[-3.1,52.2],[-3.1,52.202],[-3.094,52.204],[-3.087,52.207],[-3.084,52.21],[-3.072,52.215],[-3.078,52.216],[-3.077,52.219],[-3.072,52.223],[-3.073,52.224],[-3.07,52.229],[-3.074,52.235],[-3.073,52.236],[-3.068,52.237],[-3.059,52.236],[-3.055,52.238],[-3.044,52.239],[-3.046,52.241],[-3.043,52.243],[-3.043,52.245],[-3.048,52.25],[-3.044,52.254],[-3.039,52.254],[-3.037,52.256],[-3.029,52.258],[-3.026,52.258],[-3.017,52.262],[-3.011,52.262],[-3.006,52.264],[-2.999,52.264],[-2.996,52.261],[-2.989,52.261],[-2.985,52.262],[-2.979,52.262],[-2.976,52.26],[-2.97,52.262],[-2.966,52.262],[-2.964,52.264],[-2.965,52.268],[-2.956,52.27],[-2.957,52.272],[-2.963,52.273],[-2.965,52.274],[-2.973,52.273],[-2.994,52.273],[-2.997,52.275],[-3.001,52.275],[-3.007,52.277],[-3.012,52.277],[-3.013,52.279],[-3.009,52.283],[-3.01,52.286],[-3.012,52.288],[-3.005,52.292],[-3.005,52.294],[-3.004,52.298],[-3.001,52.3],[-3.001,52.303],[-3.004,52.311],[-3.001,52.322],[-2.997,52.325],[-2.99,52.325],[-2.986,52.323],[-2.981,52.327],[-2.971,52.329],[-2.967,52.329],[-2.967,52.332],[-2.962,52.336],[-2.961,52.339],[-2.956,52.344],[-2.955,52.349],[-2.96,52.349],[-2.963,52.351],[-2.972,52.352],[-2.974,52.355],[-2.978,52.354],[-2.985,52.351],[-2.991,52.352],[-2.994,52.351],[-2.998,52.352],[-3.003,52.351],[-3.006,52.349],[-3.009,52.349],[-3.022,52.347],[-3.026,52.347],[-3.041,52.344],[-3.047,52.347],[-3.052,52.348],[-3.058,52.348],[-3.065,52.35],[-3.065,52.353],[-3.071,52.355],[-3.074,52.357],[-3.083,52.359],[-3.092,52.363],[-3.098,52.367],[-3.101,52.368],[-3.102,52.371],[-3.111,52.377],[-3.12,52.377],[-3.126,52.38],[-3.128,52.383],[-3.141,52.387],[-3.149,52.388],[-3.154,52.388],[-3.158,52.392],[-3.162,52.394],[-3.159,52.398],[-3.161,52.4],[-3.17,52.403],[-3.173,52.407],[-3.181,52.41],[-3.188,52.412],[-3.192,52.415],[-3.195,52.414],[-3.199,52.417],[-3.212,52.419],[-3.219,52.421],[-3.222,52.427],[-3.225,52.429],[-3.231,52.43],[-3.23,52.435],[-3.229,52.437],[-3.23,52.44],[-3.234,52.44],[-3.236,52.443],[-3.233,52.446],[-3.233,52.451],[-3.231,52.453]]]},"properties":{"PCON24NM":"Brecon, Radnor and Cwm Tawe","PCON24CD":"W07000085"},"PCON24CD":622}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.484,51.573],[-3.489,51.574],[-3.492,51.573],[-3.497,51.573],[-3.503,51.572],[-3.506,51.57],[-3.508,51.571],[-3.53,51.571],[-3.527,51.567],[-3.528,51.565],[-3.535,51.564],[-3.542,51.566],[-3.548,51.564],[-3.552,51.561],[-3.556,51.561],[-3.564,51.557],[-3.565,51.556],[-3.581,51.554],[-3.589,51.556],[-3.593,51.558],[-3.592,51.56],[-3.597,51.561],[-3.6,51.564],[-3.6,51.566],[-3.606,51.567],[-3.61,51.571],[-3.613,51.572],[-3.622,51.572],[-3.625,51.571],[-3.631,51.566],[-3.635,51.565],[-3.634,51.562],[-3.638,51.561],[-3.643,51.562],[-3.645,51.564],[-3.649,51.564],[-3.655,51.565],[-3.658,51.561],[-3.657,51.559],[-3.652,51.557],[-3.65,51.552],[-3.652,51.546],[-3.656,51.539],[-3.668,51.537],[-3.669,51.529],[-3.666,51.524],[-3.662,51.521],[-3.654,51.518],[-3.665,51.516],[-3.672,51.515],[-3.669,51.513],[-3.673,51.512],[-3.68,51.51],[-3.69,51.507],[-3.702,51.506],[-3.713,51.502],[-3.715,51.5],[-3.72,51.5],[-3.736,51.499],[-3.728,51.492],[-3.724,51.488],[-3.725,51.487],[-3.723,51.484],[-3.721,51.482],[-3.721,51.48],[-3.715,51.479],[-3.71,51.476],[-3.706,51.476],[-3.702,51.474],[-3.699,51.478],[-3.694,51.478],[-3.69,51.477],[-3.685,51.477],[-3.68,51.474],[-3.673,51.48],[-3.667,51.481],[-3.663,51.48],[-3.65,51.478],[-3.641,51.471],[-3.639,51.47],[-3.633,51.474],[-3.626,51.475],[-3.62,51.477],[-3.615,51.48],[-3.612,51.481],[-3.605,51.482],[-3.597,51.484],[-3.593,51.482],[-3.584,51.483],[-3.58,51.485],[-3.575,51.486],[-3.566,51.49],[-3.555,51.493],[-3.534,51.482],[-3.532,51.485],[-3.534,51.489],[-3.539,51.491],[-3.528,51.494],[-3.529,51.496],[-3.525,51.497],[-3.529,51.5],[-3.516,51.503],[-3.509,51.506],[-3.508,51.508],[-3.498,51.513],[-3.495,51.514],[-3.488,51.517],[-3.484,51.522],[-3.483,51.527],[-3.48,51.529],[-3.482,51.531],[-3.477,51.539],[-3.475,51.54],[-3.468,51.54],[-3.463,51.543],[-3.467,51.546],[-3.47,51.549],[-3.47,51.554],[-3.475,51.557],[-3.48,51.559],[-3.478,51.56],[-3.477,51.566],[-3.482,51.568],[-3.486,51.57],[-3.484,51.573]]]},"properties":{"PCON24NM":"Bridgend","PCON24CD":"W07000086"},"PCON24CD":623}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.758,52.128],[-3.765,52.124],[-3.766,52.118],[-3.771,52.118],[-3.774,52.116],[-3.775,52.11],[-3.776,52.107],[-3.78,52.108],[-3.786,52.107],[-3.797,52.111],[-3.795,52.112],[-3.8,52.116],[-3.805,52.119],[-3.806,52.122],[-3.812,52.121],[-3.817,52.123],[-3.823,52.124],[-3.83,52.129],[-3.831,52.132],[-3.837,52.132],[-3.843,52.136],[-3.845,52.136],[-3.854,52.141],[-3.86,52.142],[-3.869,52.142],[-3.875,52.139],[-3.876,52.137],[-3.88,52.135],[-3.886,52.133],[-3.887,52.131],[-3.894,52.125],[-3.899,52.124],[-3.9,52.122],[-3.904,52.123],[-3.907,52.12],[-3.914,52.124],[-3.914,52.126],[-3.919,52.128],[-3.923,52.128],[-3.93,52.13],[-3.932,52.132],[-3.939,52.138],[-3.942,52.138],[-3.952,52.133],[-3.964,52.126],[-3.97,52.123],[-3.974,52.118],[-3.976,52.119],[-3.979,52.114],[-3.981,52.113],[-3.987,52.112],[-3.99,52.113],[-3.996,52.112],[-3.997,52.108],[-4,52.104],[-4.004,52.103],[-4.009,52.099],[-4.019,52.097],[-4.026,52.098],[-4.035,52.104],[-4.041,52.108],[-4.049,52.112],[-4.052,52.111],[-4.058,52.114],[-4.063,52.111],[-4.065,52.11],[-4.069,52.108],[-4.073,52.109],[-4.078,52.108],[-4.085,52.104],[-4.087,52.105],[-4.092,52.103],[-4.097,52.1],[-4.1,52.096],[-4.119,52.096],[-4.118,52.093],[-4.128,52.093],[-4.135,52.096],[-4.14,52.094],[-4.144,52.094],[-4.149,52.09],[-4.153,52.089],[-4.154,52.087],[-4.159,52.086],[-4.153,52.082],[-4.154,52.08],[-4.158,52.081],[-4.161,52.076],[-4.166,52.075],[-4.162,52.071],[-4.164,52.068],[-4.167,52.067],[-4.171,52.068],[-4.172,52.065],[-4.176,52.064],[-4.181,52.064],[-4.185,52.061],[-4.192,52.059],[-4.195,52.061],[-4.197,52.065],[-4.206,52.063],[-4.204,52.061],[-4.205,52.059],[-4.209,52.057],[-4.213,52.058],[-4.214,52.054],[-4.214,52.051],[-4.221,52.051],[-4.223,52.049],[-4.226,52.05],[-4.23,52.048],[-4.23,52.04],[-4.235,52.038],[-4.241,52.041],[-4.245,52.039],[-4.251,52.039],[-4.256,52.038],[-4.261,52.04],[-4.264,52.038],[-4.272,52.04],[-4.277,52.04],[-4.283,52.04],[-4.291,52.044],[-4.29,52.046],[-4.285,52.05],[-4.289,52.053],[-4.301,52.052],[-4.303,52.047],[-4.306,52.045],[-4.307,52.043],[-4.304,52.04],[-4.306,52.039],[-4.31,52.039],[-4.316,52.037],[-4.323,52.038],[-4.33,52.038],[-4.332,52.041],[-4.335,52.041],[-4.338,52.032],[-4.344,52.032],[-4.35,52.027],[-4.357,52.029],[-4.362,52.028],[-4.366,52.03],[-4.364,52.032],[-4.365,52.035],[-4.371,52.035],[-4.374,52.037],[-4.381,52.037],[-4.385,52.04],[-4.388,52.037],[-4.396,52.035],[-4.402,52.035],[-4.402,52.038],[-4.406,52.038],[-4.41,52.038],[-4.415,52.04],[-4.42,52.038],[-4.427,52.041],[-4.437,52.044],[-4.44,52.042],[-4.445,52.042],[-4.447,52.044],[-4.452,52.043],[-4.456,52.039],[-4.463,52.037],[-4.47,52.041],[-4.475,52.039],[-4.478,52.043],[-4.482,52.044],[-4.481,52.047],[-4.486,52.047],[-4.487,52.049],[-4.502,52.043],[-4.504,52.044],[-4.51,52.044],[-4.516,52.047],[-4.521,52.046],[-4.527,52.045],[-4.532,52.046],[-4.534,52.044],[-4.538,52.045],[-4.54,52.048],[-4.541,52.052],[-4.545,52.05],[-4.545,52.048],[-4.543,52.046],[-4.545,52.044],[-4.555,52.044],[-4.555,52.041],[-4.551,52.038],[-4.549,52.03],[-4.548,52.022],[-4.546,52.018],[-4.536,52.018],[-4.53,52.014],[-4.522,52.011],[-4.52,52.004],[-4.516,52.002],[-4.516,52],[-4.512,51.995],[-4.5,51.992],[-4.493,51.992],[-4.487,51.988],[-4.488,51.984],[-4.487,51.981],[-4.487,51.978],[-4.486,51.976],[-4.488,51.971],[-4.488,51.968],[-4.493,51.963],[-4.497,51.961],[-4.519,51.958],[-4.533,51.954],[-4.535,51.956],[-4.541,51.957],[-4.544,51.954],[-4.552,51.952],[-4.553,51.949],[-4.556,51.949],[-4.56,51.947],[-4.566,51.937],[-4.57,51.934],[-4.578,51.932],[-4.585,51.932],[-4.588,51.932],[-4.594,51.935],[-4.599,51.941],[-4.606,51.938],[-4.607,51.935],[-4.613,51.932],[-4.619,51.929],[-4.626,51.929],[-4.628,51.927],[-4.628,51.924],[-4.629,51.922],[-4.635,51.919],[-4.637,51.919],[-4.643,51.921],[-4.645,51.92],[-4.651,51.923],[-4.665,51.929],[-4.668,51.934],[-4.67,51.933],[-4.673,51.928],[-4.683,51.925],[-4.689,51.923],[-4.696,51.923],[-4.705,51.92],[-4.705,51.919],[-4.714,51.916],[-4.718,51.912],[-4.716,51.912],[-4.713,51.908],[-4.714,51.899],[-4.722,51.898],[-4.723,51.895],[-4.715,51.892],[-4.716,51.888],[-4.707,51.889],[-4.706,51.883],[-4.701,51.879],[-4.699,51.874],[-4.699,51.868],[-4.697,51.866],[-4.698,51.864],[-4.696,51.861],[-4.694,51.86],[-4.702,51.855],[-4.7,51.851],[-4.704,51.852],[-4.709,51.847],[-4.709,51.845],[-4.705,51.844],[-4.704,51.839],[-4.695,51.839],[-4.684,51.84],[-4.682,51.838],[-4.673,51.836],[-4.67,51.837],[-4.665,51.835],[-4.663,51.833],[-4.657,51.832],[-4.652,51.832],[-4.646,51.831],[-4.643,51.83],[-4.643,51.827],[-4.64,51.824],[-4.634,51.822],[-4.634,51.82],[-4.626,51.816],[-4.622,51.814],[-4.617,51.811],[-4.618,51.808],[-4.626,51.803],[-4.633,51.802],[-4.638,51.799],[-4.645,51.797],[-4.642,51.793],[-4.641,51.791],[-4.637,51.789],[-4.637,51.787],[-4.634,51.785],[-4.635,51.783],[-4.645,51.778],[-4.644,51.776],[-4.64,51.775],[-4.635,51.771],[-4.627,51.772],[-4.623,51.768],[-4.624,51.763],[-4.626,51.762],[-4.631,51.757],[-4.63,51.752],[-4.627,51.751],[-4.63,51.748],[-4.633,51.747],[-4.632,51.742],[-4.635,51.74],[-4.633,51.735],[-4.629,51.734],[-4.62,51.737],[-4.611,51.738],[-4.59,51.737],[-4.579,51.734],[-4.574,51.738],[-4.568,51.737],[-4.564,51.74],[-4.559,51.742],[-4.518,51.738],[-4.505,51.736],[-4.493,51.735],[-4.471,51.732],[-4.463,51.732],[-4.446,51.733],[-4.437,51.738],[-4.424,51.741],[-4.42,51.743],[-4.418,51.745],[-4.423,51.746],[-4.427,51.747],[-4.431,51.751],[-4.435,51.752],[-4.444,51.759],[-4.448,51.761],[-4.456,51.763],[-4.46,51.769],[-4.459,51.771],[-4.453,51.774],[-4.448,51.781],[-4.451,51.783],[-4.458,51.788],[-4.456,51.79],[-4.453,51.787],[-4.446,51.786],[-4.442,51.783],[-4.438,51.779],[-4.441,51.773],[-4.449,51.77],[-4.437,51.765],[-4.433,51.763],[-4.427,51.764],[-4.419,51.762],[-4.417,51.76],[-4.407,51.757],[-4.404,51.757],[-4.4,51.76],[-4.398,51.763],[-4.391,51.764],[-4.388,51.767],[-4.382,51.771],[-4.381,51.773],[-4.377,51.776],[-4.374,51.78],[-4.374,51.785],[-4.371,51.79],[-4.362,51.794],[-4.356,51.795],[-4.341,51.799],[-4.334,51.799],[-4.33,51.8],[-4.326,51.802],[-4.324,51.811],[-4.321,51.815],[-4.32,51.819],[-4.32,51.821],[-4.328,51.826],[-4.328,51.828],[-4.318,51.833],[-4.314,51.837],[-4.313,51.837],[-4.311,51.837],[-4.306,51.837],[-4.291,51.839],[-4.286,51.837],[-4.286,51.836],[-4.284,51.834],[-4.279,51.833],[-4.277,51.83],[-4.272,51.829],[-4.273,51.827],[-4.271,51.824],[-4.263,51.824],[-4.256,51.826],[-4.246,51.826],[-4.241,51.828],[-4.231,51.829],[-4.226,51.828],[-4.22,51.83],[-4.215,51.83],[-4.208,51.831],[-4.207,51.829],[-4.202,51.829],[-4.198,51.827],[-4.191,51.824],[-4.19,51.821],[-4.186,51.815],[-4.183,51.809],[-4.18,51.805],[-4.179,51.798],[-4.177,51.795],[-4.171,51.794],[-4.164,51.797],[-4.159,51.801],[-4.15,51.804],[-4.147,51.804],[-4.145,51.807],[-4.145,51.811],[-4.141,51.811],[-4.136,51.812],[-4.133,51.815],[-4.127,51.818],[-4.124,51.819],[-4.117,51.823],[-4.118,51.824],[-4.111,51.83],[-4.105,51.83],[-4.103,51.832],[-4.097,51.834],[-4.093,51.833],[-4.087,51.835],[-4.084,51.832],[-4.084,51.829],[-4.082,51.823],[-4.078,51.821],[-4.07,51.821],[-4.068,51.818],[-4.07,51.817],[-4.071,51.813],[-4.068,51.807],[-4.066,51.805],[-4.069,51.803],[-4.068,51.801],[-4.069,51.798],[-4.073,51.795],[-4.07,51.793],[-4.072,51.79],[-4.071,51.788],[-4.073,51.785],[-4.068,51.779],[-4.073,51.778],[-4.072,51.77],[-4.067,51.77],[-4.064,51.769],[-4.06,51.772],[-4.042,51.777],[-4.037,51.777],[-4.023,51.78],[-4.02,51.783],[-4.013,51.783],[-4.006,51.786],[-3.999,51.786],[-3.998,51.783],[-4,51.781],[-3.998,51.777],[-4,51.774],[-3.996,51.774],[-3.983,51.768],[-3.981,51.765],[-3.978,51.765],[-3.965,51.764],[-3.951,51.766],[-3.949,51.769],[-3.944,51.77],[-3.94,51.77],[-3.936,51.771],[-3.928,51.774],[-3.925,51.773],[-3.919,51.775],[-3.914,51.773],[-3.913,51.771],[-3.908,51.77],[-3.907,51.769],[-3.9,51.771],[-3.897,51.769],[-3.89,51.768],[-3.887,51.769],[-3.887,51.771],[-3.885,51.773],[-3.883,51.78],[-3.883,51.784],[-3.882,51.788],[-3.886,51.789],[-3.885,51.792],[-3.889,51.793],[-3.892,51.797],[-3.893,51.801],[-3.9,51.804],[-3.896,51.804],[-3.892,51.804],[-3.887,51.804],[-3.878,51.808],[-3.872,51.807],[-3.868,51.808],[-3.866,51.81],[-3.855,51.809],[-3.853,51.81],[-3.842,51.809],[-3.836,51.808],[-3.835,51.807],[-3.829,51.805],[-3.819,51.802],[-3.814,51.799],[-3.816,51.797],[-3.812,51.794],[-3.81,51.791],[-3.807,51.793],[-3.807,51.795],[-3.804,51.801],[-3.799,51.804],[-3.796,51.807],[-3.796,51.81],[-3.791,51.81],[-3.788,51.812],[-3.787,51.816],[-3.782,51.822],[-3.784,51.827],[-3.783,51.83],[-3.78,51.834],[-3.779,51.837],[-3.777,51.838],[-3.773,51.846],[-3.761,51.854],[-3.755,51.856],[-3.751,51.858],[-3.748,51.862],[-3.743,51.864],[-3.739,51.864],[-3.738,51.865],[-3.731,51.872],[-3.728,51.873],[-3.722,51.878],[-3.721,51.881],[-3.718,51.883],[-3.714,51.887],[-3.718,51.901],[-3.713,51.905],[-3.718,51.907],[-3.723,51.908],[-3.728,51.911],[-3.727,51.913],[-3.725,51.914],[-3.723,51.917],[-3.723,51.92],[-3.722,51.924],[-3.721,51.927],[-3.718,51.929],[-3.718,51.932],[-3.721,51.934],[-3.721,51.938],[-3.721,51.941],[-3.719,51.943],[-3.711,51.947],[-3.702,51.946],[-3.701,51.948],[-3.705,51.948],[-3.702,51.954],[-3.707,51.958],[-3.707,51.96],[-3.711,51.962],[-3.703,51.97],[-3.701,51.973],[-3.694,51.977],[-3.698,51.981],[-3.688,51.99],[-3.685,51.992],[-3.685,51.995],[-3.672,52.002],[-3.671,52.006],[-3.666,52.012],[-3.667,52.016],[-3.672,52.016],[-3.673,52.018],[-3.668,52.025],[-3.662,52.028],[-3.662,52.031],[-3.656,52.034],[-3.651,52.035],[-3.647,52.039],[-3.65,52.042],[-3.654,52.042],[-3.661,52.048],[-3.66,52.049],[-3.662,52.052],[-3.668,52.056],[-3.674,52.057],[-3.678,52.059],[-3.68,52.062],[-3.677,52.063],[-3.675,52.067],[-3.669,52.069],[-3.667,52.073],[-3.672,52.075],[-3.682,52.074],[-3.687,52.077],[-3.695,52.078],[-3.701,52.082],[-3.722,52.087],[-3.723,52.093],[-3.729,52.094],[-3.725,52.097],[-3.723,52.099],[-3.715,52.103],[-3.714,52.107],[-3.716,52.11],[-3.716,52.113],[-3.72,52.118],[-3.723,52.115],[-3.726,52.119],[-3.732,52.121],[-3.737,52.121],[-3.742,52.122],[-3.747,52.124],[-3.749,52.128],[-3.758,52.128]]]},"properties":{"PCON24NM":"Caerfyrddin","PCON24CD":"W07000087"},"PCON24CD":624}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.212,51.68],[-3.215,51.679],[-3.218,51.682],[-3.221,51.68],[-3.222,51.676],[-3.225,51.676],[-3.229,51.671],[-3.234,51.675],[-3.241,51.677],[-3.245,51.682],[-3.249,51.684],[-3.247,51.689],[-3.253,51.687],[-3.264,51.686],[-3.272,51.681],[-3.274,51.682],[-3.279,51.681],[-3.285,51.677],[-3.285,51.671],[-3.283,51.668],[-3.284,51.662],[-3.286,51.658],[-3.293,51.66],[-3.295,51.664],[-3.297,51.661],[-3.297,51.657],[-3.301,51.655],[-3.301,51.652],[-3.308,51.648],[-3.31,51.645],[-3.314,51.645],[-3.308,51.639],[-3.303,51.635],[-3.303,51.629],[-3.305,51.628],[-3.303,51.624],[-3.306,51.621],[-3.3,51.618],[-3.303,51.615],[-3.296,51.603],[-3.293,51.601],[-3.294,51.598],[-3.291,51.592],[-3.288,51.588],[-3.281,51.585],[-3.277,51.587],[-3.27,51.584],[-3.266,51.579],[-3.269,51.577],[-3.268,51.573],[-3.264,51.569],[-3.263,51.566],[-3.254,51.569],[-3.249,51.569],[-3.246,51.567],[-3.242,51.565],[-3.236,51.557],[-3.238,51.553],[-3.234,51.553],[-3.228,51.55],[-3.216,51.553],[-3.215,51.551],[-3.207,51.553],[-3.202,51.554],[-3.199,51.556],[-3.19,51.558],[-3.188,51.557],[-3.181,51.557],[-3.178,51.558],[-3.17,51.559],[-3.165,51.56],[-3.157,51.558],[-3.153,51.552],[-3.15,51.551],[-3.144,51.554],[-3.141,51.554],[-3.135,51.553],[-3.128,51.55],[-3.125,51.547],[-3.121,51.547],[-3.119,51.546],[-3.117,51.548],[-3.112,51.549],[-3.11,51.551],[-3.111,51.554],[-3.109,51.555],[-3.107,51.558],[-3.102,51.559],[-3.1,51.56],[-3.104,51.564],[-3.1,51.565],[-3.099,51.564],[-3.094,51.563],[-3.09,51.568],[-3.091,51.57],[-3.097,51.572],[-3.1,51.576],[-3.105,51.575],[-3.116,51.581],[-3.122,51.58],[-3.124,51.584],[-3.124,51.588],[-3.121,51.59],[-3.12,51.593],[-3.109,51.595],[-3.107,51.597],[-3.108,51.6],[-3.111,51.601],[-3.11,51.603],[-3.115,51.607],[-3.12,51.608],[-3.126,51.61],[-3.129,51.611],[-3.132,51.613],[-3.133,51.619],[-3.136,51.622],[-3.141,51.623],[-3.144,51.628],[-3.144,51.633],[-3.147,51.636],[-3.153,51.637],[-3.163,51.638],[-3.167,51.64],[-3.166,51.643],[-3.169,51.65],[-3.168,51.653],[-3.171,51.66],[-3.17,51.662],[-3.177,51.664],[-3.186,51.663],[-3.185,51.661],[-3.196,51.659],[-3.204,51.66],[-3.208,51.659],[-3.215,51.665],[-3.214,51.673],[-3.211,51.677],[-3.212,51.68]]]},"properties":{"PCON24NM":"Caerphilly","PCON24CD":"W07000088"},"PCON24CD":625}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.083,51.502],[-3.086,51.505],[-3.089,51.51],[-3.078,51.513],[-3.081,51.515],[-3.078,51.517],[-3.072,51.518],[-3.069,51.52],[-3.077,51.524],[-3.08,51.527],[-3.078,51.528],[-3.081,51.532],[-3.091,51.533],[-3.094,51.536],[-3.096,51.533],[-3.103,51.529],[-3.112,51.525],[-3.115,51.526],[-3.114,51.528],[-3.12,51.531],[-3.127,51.529],[-3.129,51.527],[-3.134,51.528],[-3.14,51.53],[-3.152,51.53],[-3.162,51.533],[-3.169,51.531],[-3.17,51.527],[-3.174,51.525],[-3.177,51.526],[-3.182,51.525],[-3.181,51.515],[-3.177,51.503],[-3.171,51.483],[-3.17,51.48],[-3.172,51.477],[-3.165,51.479],[-3.159,51.481],[-3.155,51.484],[-3.141,51.496],[-3.136,51.498],[-3.132,51.497],[-3.129,51.496],[-3.132,51.492],[-3.127,51.492],[-3.118,51.492],[-3.115,51.493],[-3.111,51.492],[-3.098,51.495],[-3.093,51.497],[-3.083,51.502]]]},"properties":{"PCON24NM":"Cardiff East","PCON24CD":"W07000089"},"PCON24CD":626}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.264,51.569],[-3.271,51.566],[-3.279,51.57],[-3.285,51.569],[-3.278,51.564],[-3.277,51.562],[-3.274,51.56],[-3.271,51.556],[-3.271,51.553],[-3.273,51.548],[-3.274,51.546],[-3.263,51.539],[-3.261,51.536],[-3.259,51.533],[-3.254,51.532],[-3.253,51.525],[-3.255,51.521],[-3.252,51.518],[-3.245,51.516],[-3.24,51.516],[-3.237,51.514],[-3.241,51.509],[-3.235,51.506],[-3.229,51.501],[-3.223,51.498],[-3.219,51.499],[-3.208,51.497],[-3.199,51.497],[-3.196,51.495],[-3.187,51.5],[-3.184,51.499],[-3.183,51.505],[-3.177,51.503],[-3.181,51.515],[-3.182,51.525],[-3.177,51.526],[-3.174,51.525],[-3.17,51.527],[-3.169,51.531],[-3.162,51.533],[-3.152,51.53],[-3.14,51.53],[-3.134,51.528],[-3.129,51.527],[-3.127,51.529],[-3.12,51.531],[-3.114,51.528],[-3.115,51.526],[-3.112,51.525],[-3.103,51.529],[-3.096,51.533],[-3.094,51.536],[-3.095,51.537],[-3.108,51.543],[-3.108,51.545],[-3.119,51.546],[-3.121,51.547],[-3.125,51.547],[-3.128,51.55],[-3.135,51.553],[-3.141,51.554],[-3.144,51.554],[-3.15,51.551],[-3.153,51.552],[-3.157,51.558],[-3.165,51.56],[-3.17,51.559],[-3.178,51.558],[-3.181,51.557],[-3.188,51.557],[-3.19,51.558],[-3.199,51.556],[-3.202,51.554],[-3.207,51.553],[-3.215,51.551],[-3.216,51.553],[-3.228,51.55],[-3.234,51.553],[-3.238,51.553],[-3.236,51.557],[-3.242,51.565],[-3.246,51.567],[-3.249,51.569],[-3.254,51.569],[-3.263,51.566],[-3.264,51.569]]]},"properties":{"PCON24NM":"Cardiff North","PCON24CD":"W07000090"},"PCON24CD":627}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-3.118,51.375],[-3.117,51.378],[-3.122,51.38],[-3.125,51.377],[-3.121,51.375],[-3.118,51.375]]],[[[-3.136,51.498],[-3.141,51.496],[-3.155,51.484],[-3.159,51.481],[-3.165,51.479],[-3.172,51.477],[-3.17,51.48],[-3.171,51.483],[-3.177,51.503],[-3.183,51.505],[-3.184,51.499],[-3.187,51.5],[-3.196,51.495],[-3.194,51.49],[-3.189,51.487],[-3.188,51.485],[-3.185,51.478],[-3.182,51.476],[-3.198,51.477],[-3.198,51.473],[-3.201,51.472],[-3.207,51.466],[-3.218,51.475],[-3.225,51.475],[-3.235,51.472],[-3.243,51.47],[-3.244,51.467],[-3.248,51.465],[-3.254,51.464],[-3.258,51.465],[-3.258,51.463],[-3.252,51.464],[-3.249,51.463],[-3.247,51.461],[-3.241,51.456],[-3.242,51.453],[-3.238,51.45],[-3.242,51.449],[-3.242,51.447],[-3.246,51.444],[-3.25,51.444],[-3.252,51.443],[-3.253,51.44],[-3.249,51.436],[-3.255,51.436],[-3.259,51.435],[-3.261,51.433],[-3.254,51.426],[-3.248,51.422],[-3.235,51.417],[-3.231,51.415],[-3.236,51.413],[-3.234,51.41],[-3.235,51.408],[-3.242,51.405],[-3.239,51.403],[-3.241,51.4],[-3.239,51.397],[-3.23,51.402],[-3.224,51.404],[-3.22,51.403],[-3.206,51.4],[-3.194,51.4],[-3.187,51.4],[-3.187,51.402],[-3.183,51.403],[-3.176,51.405],[-3.17,51.406],[-3.172,51.415],[-3.171,51.427],[-3.164,51.441],[-3.167,51.445],[-3.164,51.449],[-3.165,51.451],[-3.162,51.453],[-3.157,51.452],[-3.149,51.458],[-3.141,51.463],[-3.136,51.467],[-3.136,51.469],[-3.14,51.473],[-3.136,51.472],[-3.132,51.474],[-3.13,51.477],[-3.126,51.481],[-3.125,51.484],[-3.122,51.488],[-3.127,51.489],[-3.128,51.491],[-3.132,51.491],[-3.133,51.493],[-3.13,51.496],[-3.136,51.498]]]]},"properties":{"PCON24NM":"Cardiff South and Penarth","PCON24CD":"W07000091"},"PCON24CD":628}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.273,51.548],[-3.274,51.551],[-3.281,51.551],[-3.285,51.55],[-3.29,51.55],[-3.298,51.548],[-3.3,51.549],[-3.306,51.548],[-3.31,51.549],[-3.313,51.543],[-3.321,51.543],[-3.323,51.542],[-3.322,51.539],[-3.324,51.536],[-3.327,51.535],[-3.336,51.537],[-3.338,51.536],[-3.344,51.535],[-3.35,51.533],[-3.354,51.534],[-3.357,51.535],[-3.365,51.533],[-3.366,51.531],[-3.369,51.53],[-3.37,51.533],[-3.377,51.532],[-3.39,51.528],[-3.391,51.53],[-3.39,51.533],[-3.393,51.533],[-3.393,51.531],[-3.396,51.529],[-3.396,51.524],[-3.401,51.521],[-3.411,51.518],[-3.412,51.514],[-3.414,51.513],[-3.413,51.509],[-3.41,51.506],[-3.408,51.502],[-3.404,51.499],[-3.4,51.5],[-3.4,51.503],[-3.396,51.508],[-3.389,51.51],[-3.383,51.51],[-3.379,51.512],[-3.371,51.509],[-3.365,51.512],[-3.362,51.511],[-3.358,51.512],[-3.354,51.51],[-3.342,51.509],[-3.33,51.508],[-3.318,51.506],[-3.312,51.507],[-3.311,51.505],[-3.306,51.502],[-3.298,51.5],[-3.296,51.498],[-3.294,51.492],[-3.288,51.487],[-3.283,51.481],[-3.28,51.474],[-3.271,51.465],[-3.258,51.465],[-3.254,51.464],[-3.248,51.465],[-3.244,51.467],[-3.243,51.47],[-3.235,51.472],[-3.225,51.475],[-3.218,51.475],[-3.207,51.466],[-3.201,51.472],[-3.198,51.473],[-3.198,51.477],[-3.182,51.476],[-3.185,51.478],[-3.188,51.485],[-3.189,51.487],[-3.194,51.49],[-3.196,51.495],[-3.199,51.497],[-3.208,51.497],[-3.219,51.499],[-3.223,51.498],[-3.229,51.501],[-3.235,51.506],[-3.241,51.509],[-3.237,51.514],[-3.24,51.516],[-3.245,51.516],[-3.252,51.518],[-3.255,51.521],[-3.253,51.525],[-3.254,51.532],[-3.259,51.533],[-3.261,51.536],[-3.263,51.539],[-3.274,51.546],[-3.273,51.548]]]},"properties":{"PCON24NM":"Cardiff West","PCON24CD":"W07000092"},"PCON24CD":629}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.688,52.134],[-4.691,52.132],[-4.689,52.13],[-4.686,52.132],[-4.688,52.134]]],[[[-3.685,52.368],[-3.692,52.367],[-3.696,52.368],[-3.696,52.371],[-3.701,52.377],[-3.701,52.383],[-3.704,52.389],[-3.711,52.393],[-3.707,52.4],[-3.713,52.402],[-3.712,52.408],[-3.712,52.413],[-3.715,52.415],[-3.726,52.416],[-3.734,52.422],[-3.731,52.425],[-3.736,52.428],[-3.739,52.431],[-3.747,52.432],[-3.754,52.435],[-3.762,52.44],[-3.769,52.441],[-3.772,52.442],[-3.771,52.446],[-3.767,52.455],[-3.764,52.459],[-3.764,52.465],[-3.767,52.468],[-3.765,52.47],[-3.758,52.471],[-3.746,52.473],[-3.743,52.477],[-3.741,52.481],[-3.739,52.487],[-3.741,52.496],[-3.73,52.499],[-3.733,52.507],[-3.742,52.508],[-3.749,52.506],[-3.753,52.503],[-3.763,52.5],[-3.766,52.5],[-3.77,52.496],[-3.769,52.494],[-3.77,52.491],[-3.774,52.488],[-3.778,52.488],[-3.793,52.487],[-3.797,52.488],[-3.798,52.485],[-3.802,52.484],[-3.805,52.481],[-3.81,52.479],[-3.812,52.479],[-3.814,52.483],[-3.825,52.484],[-3.828,52.486],[-3.827,52.489],[-3.833,52.493],[-3.832,52.495],[-3.838,52.498],[-3.838,52.502],[-3.841,52.507],[-3.841,52.511],[-3.844,52.512],[-3.844,52.517],[-3.836,52.526],[-3.839,52.531],[-3.838,52.537],[-3.84,52.539],[-3.841,52.551],[-3.846,52.553],[-3.851,52.557],[-3.86,52.561],[-3.87,52.561],[-3.874,52.56],[-3.878,52.561],[-3.886,52.56],[-3.896,52.561],[-3.898,52.56],[-3.906,52.561],[-3.908,52.56],[-3.914,52.562],[-3.918,52.561],[-3.926,52.561],[-3.927,52.555],[-3.933,52.553],[-3.935,52.553],[-3.942,52.558],[-3.944,52.558],[-3.954,52.556],[-3.96,52.552],[-3.961,52.55],[-3.966,52.549],[-3.965,52.545],[-3.969,52.544],[-3.972,52.541],[-3.977,52.539],[-3.984,52.536],[-3.991,52.536],[-3.996,52.535],[-3.999,52.533],[-4.003,52.533],[-4.009,52.529],[-4.014,52.526],[-4.026,52.526],[-4.034,52.527],[-4.041,52.527],[-4.046,52.527],[-4.049,52.53],[-4.052,52.535],[-4.054,52.534],[-4.058,52.531],[-4.059,52.524],[-4.056,52.512],[-4.053,52.499],[-4.052,52.487],[-4.052,52.482],[-4.053,52.48],[-4.058,52.479],[-4.062,52.477],[-4.064,52.472],[-4.067,52.47],[-4.074,52.457],[-4.076,52.452],[-4.077,52.451],[-4.082,52.439],[-4.08,52.435],[-4.08,52.432],[-4.082,52.431],[-4.086,52.424],[-4.085,52.421],[-4.085,52.417],[-4.09,52.414],[-4.09,52.412],[-4.086,52.41],[-4.091,52.406],[-4.089,52.401],[-4.091,52.397],[-4.096,52.394],[-4.103,52.383],[-4.108,52.378],[-4.111,52.374],[-4.112,52.369],[-4.116,52.365],[-4.118,52.361],[-4.12,52.354],[-4.123,52.349],[-4.123,52.346],[-4.128,52.339],[-4.135,52.334],[-4.135,52.332],[-4.138,52.329],[-4.138,52.326],[-4.14,52.323],[-4.146,52.318],[-4.15,52.316],[-4.157,52.308],[-4.163,52.306],[-4.166,52.3],[-4.168,52.297],[-4.174,52.294],[-4.183,52.291],[-4.186,52.286],[-4.189,52.28],[-4.193,52.276],[-4.2,52.273],[-4.203,52.267],[-4.207,52.264],[-4.213,52.262],[-4.233,52.252],[-4.239,52.25],[-4.246,52.249],[-4.253,52.249],[-4.261,52.246],[-4.266,52.244],[-4.27,52.239],[-4.273,52.239],[-4.282,52.234],[-4.287,52.232],[-4.293,52.228],[-4.296,52.228],[-4.303,52.223],[-4.315,52.218],[-4.325,52.214],[-4.333,52.213],[-4.336,52.214],[-4.342,52.211],[-4.351,52.21],[-4.355,52.211],[-4.358,52.213],[-4.358,52.215],[-4.361,52.218],[-4.365,52.219],[-4.369,52.217],[-4.373,52.217],[-4.379,52.214],[-4.384,52.207],[-4.389,52.206],[-4.392,52.204],[-4.403,52.196],[-4.405,52.195],[-4.408,52.192],[-4.416,52.189],[-4.419,52.186],[-4.429,52.178],[-4.437,52.175],[-4.441,52.174],[-4.445,52.17],[-4.452,52.17],[-4.456,52.168],[-4.46,52.167],[-4.467,52.169],[-4.467,52.167],[-4.471,52.16],[-4.473,52.16],[-4.481,52.157],[-4.485,52.154],[-4.488,52.154],[-4.492,52.148],[-4.497,52.144],[-4.504,52.141],[-4.512,52.138],[-4.519,52.135],[-4.525,52.135],[-4.538,52.135],[-4.543,52.135],[-4.546,52.134],[-4.551,52.139],[-4.556,52.139],[-4.557,52.142],[-4.56,52.144],[-4.567,52.145],[-4.575,52.143],[-4.578,52.141],[-4.586,52.138],[-4.59,52.138],[-4.595,52.139],[-4.6,52.138],[-4.605,52.14],[-4.609,52.14],[-4.619,52.138],[-4.626,52.139],[-4.631,52.138],[-4.635,52.139],[-4.643,52.138],[-4.644,52.134],[-4.659,52.134],[-4.662,52.132],[-4.671,52.132],[-4.674,52.129],[-4.681,52.129],[-4.686,52.13],[-4.688,52.129],[-4.69,52.121],[-4.692,52.12],[-4.687,52.117],[-4.685,52.109],[-4.688,52.104],[-4.682,52.105],[-4.676,52.102],[-4.675,52.1],[-4.675,52.093],[-4.678,52.091],[-4.678,52.089],[-4.681,52.085],[-4.676,52.083],[-4.669,52.083],[-4.661,52.081],[-4.659,52.082],[-4.651,52.082],[-4.643,52.08],[-4.644,52.078],[-4.649,52.08],[-4.655,52.081],[-4.66,52.08],[-4.671,52.082],[-4.676,52.082],[-4.682,52.085],[-4.682,52.09],[-4.681,52.093],[-4.682,52.096],[-4.689,52.099],[-4.691,52.101],[-4.688,52.103],[-4.693,52.105],[-4.702,52.106],[-4.703,52.108],[-4.708,52.108],[-4.712,52.109],[-4.713,52.111],[-4.721,52.112],[-4.723,52.115],[-4.73,52.118],[-4.733,52.115],[-4.734,52.111],[-4.737,52.108],[-4.746,52.106],[-4.748,52.104],[-4.743,52.102],[-4.741,52.099],[-4.744,52.096],[-4.75,52.093],[-4.753,52.088],[-4.758,52.084],[-4.759,52.08],[-4.765,52.077],[-4.768,52.076],[-4.771,52.072],[-4.777,52.069],[-4.777,52.067],[-4.783,52.066],[-4.786,52.061],[-4.791,52.059],[-4.799,52.057],[-4.808,52.057],[-4.814,52.056],[-4.819,52.056],[-4.827,52.054],[-4.83,52.051],[-4.838,52.05],[-4.836,52.048],[-4.84,52.047],[-4.845,52.042],[-4.847,52.039],[-4.845,52.036],[-4.84,52.035],[-4.838,52.033],[-4.837,52.03],[-4.838,52.026],[-4.828,52.022],[-4.832,52.021],[-4.834,52.022],[-4.842,52.021],[-4.847,52.022],[-4.854,52.022],[-4.856,52.023],[-4.862,52.022],[-4.864,52.021],[-4.873,52.021],[-4.885,52.02],[-4.888,52.023],[-4.893,52.023],[-4.893,52.03],[-4.897,52.031],[-4.9,52.033],[-4.906,52.035],[-4.911,52.033],[-4.918,52.026],[-4.912,52.024],[-4.909,52.021],[-4.92,52.015],[-4.92,52.012],[-4.929,52.01],[-4.932,52.009],[-4.937,52.007],[-4.941,52.007],[-4.944,52.004],[-4.953,52.003],[-4.962,52],[-4.966,52.002],[-4.97,52.001],[-4.969,51.997],[-4.973,51.996],[-4.977,52],[-4.982,52.001],[-4.987,51.999],[-4.99,52.001],[-4.993,52.005],[-4.986,52.009],[-4.984,52.014],[-4.988,52.017],[-4.987,52.021],[-4.99,52.025],[-4.994,52.023],[-4.998,52.025],[-5.01,52.023],[-5.014,52.023],[-5.022,52.022],[-5.023,52.025],[-5.028,52.024],[-5.033,52.027],[-5.035,52.025],[-5.039,52.028],[-5.046,52.026],[-5.049,52.028],[-5.051,52.027],[-5.059,52.028],[-5.061,52.031],[-5.071,52.03],[-5.073,52.025],[-5.082,52.023],[-5.088,52.018],[-5.088,52.015],[-5.085,52.012],[-5.08,52.011],[-5.079,52.006],[-5.073,52.006],[-5.074,52.003],[-5.079,52.001],[-5.079,52],[-5.086,51.998],[-5.094,51.994],[-5.092,51.992],[-5.089,51.991],[-5.087,51.987],[-5.081,51.987],[-5.083,51.983],[-5.088,51.98],[-5.082,51.974],[-5.085,51.969],[-5.089,51.968],[-5.099,51.969],[-5.103,51.968],[-5.103,51.964],[-5.106,51.963],[-5.107,51.961],[-5.111,51.962],[-5.121,51.961],[-5.127,51.962],[-5.13,51.961],[-5.137,51.964],[-5.145,51.961],[-5.142,51.959],[-5.145,51.957],[-5.148,51.953],[-5.155,51.953],[-5.157,51.949],[-5.159,51.948],[-5.166,51.948],[-5.17,51.95],[-5.174,51.949],[-5.175,51.951],[-5.182,51.95],[-5.191,51.951],[-5.195,51.95],[-5.197,51.946],[-5.201,51.945],[-5.198,51.942],[-5.207,51.94],[-5.208,51.934],[-5.206,51.933],[-5.2,51.933],[-5.194,51.929],[-5.189,51.927],[-5.181,51.922],[-5.181,51.918],[-5.185,51.909],[-5.188,51.907],[-5.19,51.904],[-5.19,51.902],[-5.185,51.9],[-5.183,51.898],[-5.179,51.897],[-5.177,51.895],[-5.174,51.895],[-5.171,51.9],[-5.17,51.901],[-5.164,51.901],[-5.162,51.903],[-5.156,51.904],[-5.153,51.911],[-5.142,51.913],[-5.138,51.914],[-5.135,51.919],[-5.132,51.919],[-5.13,51.923],[-5.124,51.922],[-5.122,51.92],[-5.117,51.922],[-5.109,51.923],[-5.104,51.921],[-5.096,51.924],[-5.084,51.925],[-5.075,51.926],[-5.066,51.926],[-5.065,51.925],[-5.059,51.924],[-5.058,51.92],[-5.052,51.92],[-5.047,51.921],[-5.043,51.916],[-5.042,51.912],[-5.037,51.91],[-5.034,51.911],[-5.026,51.911],[-5.021,51.911],[-5.011,51.914],[-5.011,51.918],[-5.015,51.922],[-5.018,51.926],[-5.022,51.928],[-5.026,51.929],[-5.032,51.931],[-5.026,51.937],[-5.017,51.939],[-5.009,51.943],[-5.006,51.946],[-4.996,51.946],[-4.995,51.943],[-4.991,51.94],[-4.987,51.939],[-4.981,51.94],[-4.969,51.939],[-4.964,51.935],[-4.959,51.933],[-4.962,51.921],[-4.952,51.916],[-4.949,51.918],[-4.941,51.911],[-4.94,51.908],[-4.936,51.906],[-4.925,51.906],[-4.911,51.905],[-4.902,51.904],[-4.895,51.904],[-4.88,51.905],[-4.868,51.905],[-4.856,51.908],[-4.853,51.908],[-4.848,51.903],[-4.853,51.895],[-4.852,51.893],[-4.855,51.887],[-4.854,51.883],[-4.851,51.88],[-4.849,51.871],[-4.853,51.868],[-4.844,51.865],[-4.841,51.864],[-4.829,51.864],[-4.822,51.855],[-4.816,51.853],[-4.811,51.848],[-4.8,51.844],[-4.797,51.844],[-4.794,51.846],[-4.792,51.847],[-4.787,51.844],[-4.786,51.842],[-4.782,51.84],[-4.779,51.833],[-4.768,51.833],[-4.759,51.833],[-4.754,51.836],[-4.747,51.837],[-4.742,51.836],[-4.743,51.832],[-4.741,51.827],[-4.732,51.829],[-4.725,51.832],[-4.718,51.832],[-4.71,51.83],[-4.705,51.829],[-4.697,51.829],[-4.689,51.833],[-4.688,51.836],[-4.686,51.838],[-4.682,51.838],[-4.684,51.84],[-4.695,51.839],[-4.704,51.839],[-4.705,51.844],[-4.709,51.845],[-4.709,51.847],[-4.704,51.852],[-4.7,51.851],[-4.702,51.855],[-4.694,51.86],[-4.696,51.861],[-4.698,51.864],[-4.697,51.866],[-4.699,51.868],[-4.699,51.874],[-4.701,51.879],[-4.706,51.883],[-4.707,51.889],[-4.716,51.888],[-4.715,51.892],[-4.723,51.895],[-4.722,51.898],[-4.714,51.899],[-4.713,51.908],[-4.716,51.912],[-4.718,51.912],[-4.714,51.916],[-4.705,51.919],[-4.705,51.92],[-4.696,51.923],[-4.689,51.923],[-4.683,51.925],[-4.673,51.928],[-4.67,51.933],[-4.668,51.934],[-4.665,51.929],[-4.651,51.923],[-4.645,51.92],[-4.643,51.921],[-4.637,51.919],[-4.635,51.919],[-4.629,51.922],[-4.628,51.924],[-4.628,51.927],[-4.626,51.929],[-4.619,51.929],[-4.613,51.932],[-4.607,51.935],[-4.606,51.938],[-4.599,51.941],[-4.594,51.935],[-4.588,51.932],[-4.585,51.932],[-4.578,51.932],[-4.57,51.934],[-4.566,51.937],[-4.56,51.947],[-4.556,51.949],[-4.553,51.949],[-4.552,51.952],[-4.544,51.954],[-4.541,51.957],[-4.535,51.956],[-4.533,51.954],[-4.519,51.958],[-4.497,51.961],[-4.493,51.963],[-4.488,51.968],[-4.488,51.971],[-4.486,51.976],[-4.487,51.978],[-4.487,51.981],[-4.488,51.984],[-4.487,51.988],[-4.493,51.992],[-4.5,51.992],[-4.512,51.995],[-4.516,52],[-4.516,52.002],[-4.52,52.004],[-4.522,52.011],[-4.53,52.014],[-4.536,52.018],[-4.546,52.018],[-4.548,52.022],[-4.549,52.03],[-4.551,52.038],[-4.555,52.041],[-4.555,52.044],[-4.545,52.044],[-4.543,52.046],[-4.545,52.048],[-4.545,52.05],[-4.541,52.052],[-4.54,52.048],[-4.538,52.045],[-4.534,52.044],[-4.532,52.046],[-4.527,52.045],[-4.521,52.046],[-4.516,52.047],[-4.51,52.044],[-4.504,52.044],[-4.502,52.043],[-4.487,52.049],[-4.486,52.047],[-4.481,52.047],[-4.482,52.044],[-4.478,52.043],[-4.475,52.039],[-4.47,52.041],[-4.463,52.037],[-4.456,52.039],[-4.452,52.043],[-4.447,52.044],[-4.445,52.042],[-4.44,52.042],[-4.437,52.044],[-4.427,52.041],[-4.42,52.038],[-4.415,52.04],[-4.41,52.038],[-4.406,52.038],[-4.402,52.038],[-4.402,52.035],[-4.396,52.035],[-4.388,52.037],[-4.385,52.04],[-4.381,52.037],[-4.374,52.037],[-4.371,52.035],[-4.365,52.035],[-4.364,52.032],[-4.366,52.03],[-4.362,52.028],[-4.357,52.029],[-4.35,52.027],[-4.344,52.032],[-4.338,52.032],[-4.335,52.041],[-4.332,52.041],[-4.33,52.038],[-4.323,52.038],[-4.316,52.037],[-4.31,52.039],[-4.306,52.039],[-4.304,52.04],[-4.307,52.043],[-4.306,52.045],[-4.303,52.047],[-4.301,52.052],[-4.289,52.053],[-4.285,52.05],[-4.29,52.046],[-4.291,52.044],[-4.283,52.04],[-4.277,52.04],[-4.272,52.04],[-4.264,52.038],[-4.261,52.04],[-4.256,52.038],[-4.251,52.039],[-4.245,52.039],[-4.241,52.041],[-4.235,52.038],[-4.23,52.04],[-4.23,52.048],[-4.226,52.05],[-4.223,52.049],[-4.221,52.051],[-4.214,52.051],[-4.214,52.054],[-4.213,52.058],[-4.209,52.057],[-4.205,52.059],[-4.204,52.061],[-4.206,52.063],[-4.197,52.065],[-4.195,52.061],[-4.192,52.059],[-4.185,52.061],[-4.181,52.064],[-4.176,52.064],[-4.172,52.065],[-4.171,52.068],[-4.167,52.067],[-4.164,52.068],[-4.162,52.071],[-4.166,52.075],[-4.161,52.076],[-4.158,52.081],[-4.154,52.08],[-4.153,52.082],[-4.159,52.086],[-4.154,52.087],[-4.153,52.089],[-4.149,52.09],[-4.144,52.094],[-4.14,52.094],[-4.135,52.096],[-4.128,52.093],[-4.118,52.093],[-4.119,52.096],[-4.1,52.096],[-4.097,52.1],[-4.092,52.103],[-4.087,52.105],[-4.085,52.104],[-4.078,52.108],[-4.073,52.109],[-4.069,52.108],[-4.065,52.11],[-4.063,52.111],[-4.058,52.114],[-4.052,52.111],[-4.049,52.112],[-4.041,52.108],[-4.035,52.104],[-4.026,52.098],[-4.019,52.097],[-4.009,52.099],[-4.004,52.103],[-4,52.104],[-3.997,52.108],[-3.996,52.112],[-3.99,52.113],[-3.987,52.112],[-3.981,52.113],[-3.979,52.114],[-3.976,52.119],[-3.974,52.118],[-3.97,52.123],[-3.964,52.126],[-3.952,52.133],[-3.942,52.138],[-3.939,52.138],[-3.932,52.132],[-3.93,52.13],[-3.923,52.128],[-3.919,52.128],[-3.914,52.126],[-3.914,52.124],[-3.907,52.12],[-3.904,52.123],[-3.9,52.122],[-3.899,52.124],[-3.894,52.125],[-3.887,52.131],[-3.886,52.133],[-3.88,52.135],[-3.876,52.137],[-3.875,52.139],[-3.869,52.142],[-3.86,52.142],[-3.854,52.141],[-3.845,52.136],[-3.843,52.136],[-3.837,52.132],[-3.831,52.132],[-3.83,52.129],[-3.823,52.124],[-3.817,52.123],[-3.812,52.121],[-3.806,52.122],[-3.805,52.119],[-3.8,52.116],[-3.795,52.112],[-3.797,52.111],[-3.786,52.107],[-3.78,52.108],[-3.776,52.107],[-3.775,52.11],[-3.774,52.116],[-3.771,52.118],[-3.766,52.118],[-3.765,52.124],[-3.758,52.128],[-3.758,52.13],[-3.746,52.136],[-3.742,52.139],[-3.744,52.143],[-3.744,52.147],[-3.746,52.148],[-3.746,52.154],[-3.748,52.156],[-3.747,52.161],[-3.75,52.163],[-3.749,52.167],[-3.75,52.171],[-3.749,52.173],[-3.749,52.176],[-3.751,52.179],[-3.752,52.181],[-3.75,52.183],[-3.75,52.188],[-3.747,52.19],[-3.746,52.192],[-3.748,52.194],[-3.752,52.198],[-3.751,52.203],[-3.749,52.205],[-3.746,52.211],[-3.751,52.215],[-3.751,52.217],[-3.749,52.222],[-3.743,52.227],[-3.743,52.229],[-3.745,52.232],[-3.75,52.234],[-3.748,52.237],[-3.749,52.241],[-3.744,52.246],[-3.746,52.248],[-3.749,52.248],[-3.753,52.251],[-3.752,52.254],[-3.749,52.255],[-3.745,52.258],[-3.743,52.263],[-3.744,52.265],[-3.736,52.267],[-3.73,52.272],[-3.728,52.27],[-3.723,52.27],[-3.72,52.273],[-3.716,52.274],[-3.711,52.273],[-3.708,52.274],[-3.709,52.276],[-3.714,52.28],[-3.716,52.283],[-3.721,52.285],[-3.725,52.288],[-3.73,52.288],[-3.733,52.29],[-3.732,52.294],[-3.729,52.298],[-3.726,52.299],[-3.727,52.304],[-3.73,52.309],[-3.735,52.311],[-3.74,52.312],[-3.743,52.313],[-3.743,52.315],[-3.745,52.318],[-3.734,52.325],[-3.734,52.326],[-3.705,52.341],[-3.701,52.34],[-3.697,52.341],[-3.688,52.34],[-3.681,52.341],[-3.679,52.343],[-3.671,52.344],[-3.669,52.345],[-3.658,52.348],[-3.662,52.35],[-3.667,52.358],[-3.672,52.36],[-3.685,52.368]]]]},"properties":{"PCON24NM":"Ceredigion Preseli","PCON24CD":"W07000093"},"PCON24CD":630}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.19,53.286],[-3.193,53.289],[-3.203,53.295],[-3.22,53.301],[-3.227,53.303],[-3.235,53.306],[-3.239,53.308],[-3.253,53.314],[-3.256,53.314],[-3.26,53.316],[-3.26,53.318],[-3.264,53.324],[-3.273,53.321],[-3.28,53.323],[-3.304,53.335],[-3.305,53.34],[-3.31,53.342],[-3.311,53.346],[-3.31,53.348],[-3.313,53.353],[-3.31,53.356],[-3.316,53.357],[-3.327,53.357],[-3.335,53.356],[-3.362,53.352],[-3.384,53.349],[-3.392,53.347],[-3.401,53.345],[-3.413,53.343],[-3.435,53.337],[-3.447,53.333],[-3.436,53.317],[-3.44,53.316],[-3.438,53.314],[-3.431,53.312],[-3.434,53.31],[-3.432,53.306],[-3.435,53.301],[-3.434,53.299],[-3.432,53.297],[-3.431,53.292],[-3.436,53.293],[-3.438,53.292],[-3.439,53.288],[-3.436,53.285],[-3.434,53.28],[-3.438,53.277],[-3.446,53.276],[-3.446,53.272],[-3.439,53.264],[-3.436,53.264],[-3.432,53.261],[-3.433,53.259],[-3.429,53.258],[-3.428,53.255],[-3.423,53.252],[-3.422,53.25],[-3.425,53.247],[-3.424,53.245],[-3.416,53.244],[-3.415,53.24],[-3.408,53.235],[-3.405,53.234],[-3.404,53.231],[-3.398,53.23],[-3.398,53.228],[-3.385,53.226],[-3.387,53.224],[-3.386,53.222],[-3.389,53.22],[-3.381,53.219],[-3.378,53.212],[-3.375,53.206],[-3.372,53.205],[-3.364,53.2],[-3.361,53.194],[-3.357,53.189],[-3.356,53.187],[-3.359,53.183],[-3.362,53.182],[-3.362,53.179],[-3.364,53.174],[-3.367,53.171],[-3.367,53.168],[-3.362,53.168],[-3.356,53.165],[-3.355,53.159],[-3.358,53.147],[-3.365,53.145],[-3.367,53.14],[-3.373,53.138],[-3.374,53.134],[-3.382,53.132],[-3.383,53.129],[-3.391,53.124],[-3.392,53.122],[-3.384,53.115],[-3.381,53.119],[-3.376,53.12],[-3.368,53.118],[-3.366,53.118],[-3.36,53.116],[-3.354,53.121],[-3.349,53.123],[-3.347,53.12],[-3.347,53.116],[-3.345,53.114],[-3.34,53.114],[-3.338,53.11],[-3.338,53.107],[-3.334,53.106],[-3.336,53.104],[-3.331,53.102],[-3.323,53.102],[-3.317,53.1],[-3.317,53.102],[-3.315,53.105],[-3.311,53.101],[-3.31,53.096],[-3.312,53.093],[-3.31,53.091],[-3.306,53.093],[-3.303,53.091],[-3.305,53.087],[-3.309,53.086],[-3.311,53.084],[-3.309,53.081],[-3.311,53.078],[-3.31,53.073],[-3.314,53.071],[-3.322,53.071],[-3.327,53.065],[-3.335,53.065],[-3.337,53.061],[-3.34,53.061],[-3.34,53.056],[-3.336,53.054],[-3.34,53.052],[-3.341,53.051],[-3.346,53.05],[-3.348,53.049],[-3.353,53.047],[-3.361,53.044],[-3.366,53.043],[-3.378,53.042],[-3.381,53.04],[-3.387,53.04],[-3.393,53.039],[-3.397,53.037],[-3.403,53.037],[-3.403,53.035],[-3.408,53.034],[-3.403,53.027],[-3.405,53.021],[-3.408,53.02],[-3.41,53.016],[-3.42,53.009],[-3.425,53.005],[-3.425,53.003],[-3.419,53.003],[-3.416,52.999],[-3.409,52.999],[-3.407,53.001],[-3.399,53.003],[-3.393,53.001],[-3.385,52.999],[-3.384,52.996],[-3.378,52.995],[-3.37,52.999],[-3.365,53.002],[-3.359,53.003],[-3.354,53],[-3.347,53.002],[-3.343,53.004],[-3.341,53.009],[-3.337,53.011],[-3.335,53.009],[-3.337,53.005],[-3.335,53.002],[-3.33,53.002],[-3.324,53.001],[-3.32,53.003],[-3.31,53.006],[-3.302,53.008],[-3.294,52.999],[-3.289,52.995],[-3.286,52.996],[-3.276,53],[-3.271,53],[-3.254,53.003],[-3.246,52.995],[-3.244,52.993],[-3.242,52.988],[-3.238,52.985],[-3.228,52.983],[-3.221,52.98],[-3.219,52.972],[-3.215,52.971],[-3.227,52.967],[-3.233,52.964],[-3.237,52.963],[-3.245,52.959],[-3.243,52.955],[-3.237,52.951],[-3.234,52.95],[-3.229,52.95],[-3.222,52.949],[-3.198,52.944],[-3.188,52.946],[-3.172,52.949],[-3.162,52.948],[-3.154,52.95],[-3.145,52.951],[-3.137,52.954],[-3.126,52.954],[-3.118,52.955],[-3.108,52.956],[-3.102,52.955],[-3.094,52.956],[-3.091,52.957],[-3.085,52.959],[-3.08,52.962],[-3.078,52.964],[-3.084,52.969],[-3.08,52.972],[-3.08,52.974],[-3.083,52.977],[-3.087,52.98],[-3.093,52.981],[-3.102,52.985],[-3.108,52.986],[-3.112,52.988],[-3.117,52.987],[-3.127,52.987],[-3.132,52.988],[-3.139,52.993],[-3.143,52.994],[-3.149,52.999],[-3.146,53.001],[-3.145,53.005],[-3.147,53.009],[-3.134,53.019],[-3.131,53.024],[-3.133,53.031],[-3.141,53.041],[-3.148,53.044],[-3.137,53.052],[-3.129,53.061],[-3.13,53.065],[-3.127,53.069],[-3.13,53.072],[-3.137,53.073],[-3.141,53.076],[-3.14,53.08],[-3.143,53.085],[-3.146,53.085],[-3.148,53.088],[-3.148,53.091],[-3.152,53.094],[-3.148,53.099],[-3.146,53.104],[-3.154,53.105],[-3.163,53.106],[-3.17,53.108],[-3.172,53.111],[-3.16,53.112],[-3.154,53.113],[-3.151,53.116],[-3.147,53.115],[-3.145,53.118],[-3.142,53.119],[-3.134,53.126],[-3.13,53.127],[-3.134,53.129],[-3.128,53.129],[-3.125,53.131],[-3.116,53.133],[-3.113,53.132],[-3.108,53.13],[-3.103,53.13],[-3.098,53.127],[-3.092,53.126],[-3.086,53.128],[-3.08,53.135],[-3.074,53.134],[-3.067,53.134],[-3.064,53.132],[-3.058,53.131],[-3.059,53.136],[-3.062,53.138],[-3.06,53.14],[-3.059,53.144],[-3.055,53.145],[-3.059,53.148],[-3.069,53.15],[-3.075,53.151],[-3.085,53.153],[-3.089,53.155],[-3.088,53.156],[-3.093,53.161],[-3.096,53.162],[-3.102,53.167],[-3.103,53.17],[-3.097,53.172],[-3.099,53.176],[-3.094,53.176],[-3.096,53.18],[-3.102,53.181],[-3.098,53.186],[-3.091,53.192],[-3.091,53.194],[-3.083,53.197],[-3.081,53.201],[-3.082,53.203],[-3.086,53.203],[-3.089,53.205],[-3.093,53.21],[-3.097,53.211],[-3.101,53.213],[-3.102,53.217],[-3.114,53.213],[-3.118,53.217],[-3.123,53.222],[-3.13,53.219],[-3.133,53.217],[-3.14,53.217],[-3.144,53.219],[-3.151,53.22],[-3.153,53.223],[-3.15,53.225],[-3.148,53.229],[-3.148,53.231],[-3.153,53.231],[-3.156,53.232],[-3.16,53.232],[-3.164,53.234],[-3.169,53.239],[-3.176,53.24],[-3.177,53.244],[-3.174,53.246],[-3.186,53.255],[-3.191,53.257],[-3.194,53.254],[-3.199,53.256],[-3.203,53.258],[-3.202,53.26],[-3.209,53.264],[-3.211,53.267],[-3.212,53.271],[-3.203,53.273],[-3.196,53.277],[-3.2,53.279],[-3.19,53.286]]]},"properties":{"PCON24NM":"Clwyd East","PCON24CD":"W07000094"},"PCON24CD":631}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.362,53.182],[-3.359,53.183],[-3.356,53.187],[-3.357,53.189],[-3.361,53.194],[-3.364,53.2],[-3.372,53.205],[-3.375,53.206],[-3.378,53.212],[-3.381,53.219],[-3.389,53.22],[-3.386,53.222],[-3.387,53.224],[-3.385,53.226],[-3.398,53.228],[-3.398,53.23],[-3.404,53.231],[-3.405,53.234],[-3.408,53.235],[-3.415,53.24],[-3.416,53.244],[-3.424,53.245],[-3.425,53.247],[-3.422,53.25],[-3.423,53.252],[-3.428,53.255],[-3.429,53.258],[-3.433,53.259],[-3.432,53.261],[-3.436,53.264],[-3.439,53.264],[-3.446,53.272],[-3.446,53.276],[-3.438,53.277],[-3.434,53.28],[-3.436,53.285],[-3.439,53.288],[-3.438,53.292],[-3.436,53.293],[-3.431,53.292],[-3.432,53.297],[-3.434,53.299],[-3.435,53.301],[-3.432,53.306],[-3.434,53.31],[-3.431,53.312],[-3.438,53.314],[-3.44,53.316],[-3.436,53.317],[-3.447,53.333],[-3.456,53.331],[-3.469,53.329],[-3.472,53.33],[-3.481,53.328],[-3.488,53.326],[-3.492,53.324],[-3.509,53.313],[-3.505,53.31],[-3.5,53.308],[-3.495,53.303],[-3.497,53.302],[-3.5,53.305],[-3.507,53.309],[-3.511,53.313],[-3.508,53.317],[-3.513,53.317],[-3.519,53.315],[-3.531,53.31],[-3.538,53.309],[-3.558,53.302],[-3.578,53.297],[-3.601,53.292],[-3.616,53.29],[-3.622,53.291],[-3.634,53.295],[-3.655,53.292],[-3.672,53.293],[-3.68,53.295],[-3.686,53.294],[-3.694,53.293],[-3.708,53.294],[-3.715,53.295],[-3.726,53.298],[-3.732,53.3],[-3.737,53.304],[-3.739,53.306],[-3.739,53.31],[-3.737,53.311],[-3.739,53.314],[-3.744,53.316],[-3.749,53.316],[-3.757,53.317],[-3.756,53.314],[-3.762,53.311],[-3.767,53.309],[-3.767,53.306],[-3.765,53.301],[-3.764,53.297],[-3.768,53.292],[-3.776,53.286],[-3.767,53.28],[-3.757,53.278],[-3.754,53.276],[-3.754,53.273],[-3.749,53.269],[-3.74,53.269],[-3.737,53.275],[-3.734,53.274],[-3.73,53.275],[-3.727,53.275],[-3.723,53.272],[-3.719,53.271],[-3.714,53.273],[-3.704,53.275],[-3.702,53.274],[-3.696,53.275],[-3.692,53.277],[-3.684,53.278],[-3.675,53.277],[-3.667,53.273],[-3.663,53.273],[-3.654,53.271],[-3.644,53.269],[-3.636,53.271],[-3.636,53.272],[-3.63,53.273],[-3.627,53.271],[-3.624,53.273],[-3.618,53.274],[-3.602,53.27],[-3.593,53.272],[-3.588,53.271],[-3.579,53.271],[-3.574,53.27],[-3.573,53.268],[-3.568,53.268],[-3.554,53.269],[-3.552,53.266],[-3.558,53.263],[-3.558,53.257],[-3.559,53.255],[-3.55,53.255],[-3.545,53.255],[-3.535,53.254],[-3.529,53.253],[-3.533,53.249],[-3.528,53.245],[-3.526,53.24],[-3.521,53.24],[-3.515,53.239],[-3.51,53.242],[-3.504,53.239],[-3.504,53.238],[-3.499,53.237],[-3.492,53.233],[-3.483,53.23],[-3.484,53.228],[-3.466,53.221],[-3.466,53.213],[-3.47,53.205],[-3.469,53.197],[-3.472,53.192],[-3.47,53.191],[-3.473,53.186],[-3.472,53.183],[-3.472,53.173],[-3.471,53.17],[-3.464,53.168],[-3.46,53.164],[-3.457,53.165],[-3.449,53.162],[-3.436,53.161],[-3.436,53.16],[-3.43,53.158],[-3.422,53.162],[-3.42,53.167],[-3.415,53.167],[-3.412,53.165],[-3.406,53.164],[-3.403,53.167],[-3.399,53.166],[-3.395,53.172],[-3.391,53.174],[-3.38,53.176],[-3.373,53.175],[-3.367,53.178],[-3.364,53.182],[-3.362,53.182]]]},"properties":{"PCON24NM":"Clwyd North","PCON24CD":"W07000095"},"PCON24CD":632}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.793,52.768],[-4.796,52.766],[-4.795,52.761],[-4.796,52.76],[-4.795,52.756],[-4.798,52.756],[-4.798,52.753],[-4.802,52.751],[-4.801,52.748],[-4.796,52.749],[-4.795,52.751],[-4.797,52.753],[-4.795,52.754],[-4.79,52.754],[-4.786,52.753],[-4.78,52.759],[-4.781,52.763],[-4.78,52.766],[-4.784,52.768],[-4.791,52.768],[-4.793,52.768]]],[[[-3.425,53.003],[-3.438,52.998],[-3.441,52.998],[-3.452,52.993],[-3.455,52.998],[-3.458,52.995],[-3.457,52.992],[-3.455,52.988],[-3.458,52.987],[-3.46,52.985],[-3.472,52.978],[-3.473,52.977],[-3.481,52.972],[-3.483,52.97],[-3.491,52.971],[-3.501,52.968],[-3.503,52.966],[-3.508,52.966],[-3.508,52.969],[-3.515,52.969],[-3.523,52.971],[-3.528,52.971],[-3.534,52.974],[-3.543,52.97],[-3.544,52.968],[-3.552,52.969],[-3.559,52.968],[-3.567,52.97],[-3.57,52.97],[-3.573,52.968],[-3.583,52.968],[-3.591,52.971],[-3.592,52.973],[-3.597,52.979],[-3.6,52.986],[-3.6,52.989],[-3.602,52.994],[-3.607,52.997],[-3.609,52.999],[-3.605,53.001],[-3.603,53.003],[-3.6,53.011],[-3.606,53.012],[-3.62,53.01],[-3.629,53.007],[-3.636,53.007],[-3.643,53.005],[-3.649,53],[-3.66,52.997],[-3.665,52.996],[-3.673,52.997],[-3.678,52.994],[-3.683,52.987],[-3.695,52.987],[-3.703,52.987],[-3.719,52.984],[-3.735,52.98],[-3.744,52.977],[-3.75,52.974],[-3.757,52.969],[-3.763,52.963],[-3.767,52.96],[-3.775,52.958],[-3.784,52.957],[-3.791,52.955],[-3.798,52.955],[-3.802,52.952],[-3.813,52.949],[-3.82,52.95],[-3.829,52.954],[-3.833,52.958],[-3.834,52.962],[-3.841,52.962],[-3.842,52.967],[-3.85,52.974],[-3.849,52.977],[-3.877,52.988],[-3.883,52.991],[-3.883,52.992],[-3.893,52.995],[-3.896,52.997],[-3.892,53.001],[-3.893,53.006],[-3.889,53.01],[-3.898,53.015],[-3.899,53.021],[-3.906,53.021],[-3.915,53.023],[-3.917,53.02],[-3.924,53.02],[-3.931,53.017],[-3.941,53.018],[-3.945,53.016],[-3.951,53.015],[-3.956,53.013],[-3.963,53.011],[-3.985,53.011],[-3.987,53.013],[-3.992,53.014],[-3.993,53.017],[-3.994,53.021],[-3.99,53.027],[-3.992,53.028],[-3.997,53.038],[-3.993,53.042],[-3.993,53.05],[-3.99,53.054],[-3.981,53.059],[-3.978,53.061],[-3.977,53.065],[-3.977,53.069],[-3.981,53.071],[-3.982,53.073],[-3.987,53.076],[-3.991,53.076],[-3.991,53.079],[-3.987,53.084],[-3.996,53.083],[-3.998,53.085],[-4.003,53.085],[-4.009,53.089],[-4.014,53.091],[-4.012,53.096],[-4.014,53.101],[-4.016,53.104],[-4.023,53.102],[-4.029,53.102],[-4.031,53.1],[-4.039,53.102],[-4.042,53.105],[-4.048,53.117],[-4.053,53.121],[-4.052,53.128],[-4.051,53.13],[-4.055,53.131],[-4.056,53.134],[-4.06,53.137],[-4.059,53.139],[-4.064,53.144],[-4.071,53.142],[-4.079,53.145],[-4.084,53.149],[-4.089,53.146],[-4.098,53.151],[-4.101,53.155],[-4.106,53.157],[-4.109,53.161],[-4.11,53.165],[-4.108,53.168],[-4.11,53.173],[-4.117,53.177],[-4.123,53.175],[-4.129,53.173],[-4.136,53.176],[-4.139,53.179],[-4.146,53.179],[-4.15,53.183],[-4.156,53.186],[-4.167,53.188],[-4.169,53.191],[-4.186,53.19],[-4.192,53.192],[-4.203,53.191],[-4.205,53.192],[-4.21,53.189],[-4.208,53.187],[-4.214,53.182],[-4.219,53.181],[-4.221,53.178],[-4.23,53.175],[-4.234,53.174],[-4.244,53.17],[-4.245,53.168],[-4.258,53.161],[-4.262,53.155],[-4.267,53.151],[-4.27,53.146],[-4.272,53.146],[-4.277,53.142],[-4.279,53.139],[-4.285,53.139],[-4.294,53.136],[-4.301,53.132],[-4.307,53.13],[-4.312,53.127],[-4.313,53.124],[-4.312,53.12],[-4.313,53.118],[-4.311,53.115],[-4.311,53.111],[-4.312,53.107],[-4.312,53.105],[-4.314,53.102],[-4.32,53.098],[-4.322,53.101],[-4.325,53.103],[-4.325,53.108],[-4.332,53.114],[-4.329,53.12],[-4.329,53.123],[-4.336,53.123],[-4.338,53.122],[-4.342,53.118],[-4.347,53.114],[-4.348,53.111],[-4.347,53.105],[-4.343,53.097],[-4.338,53.088],[-4.336,53.084],[-4.337,53.078],[-4.338,53.074],[-4.338,53.065],[-4.339,53.062],[-4.339,53.054],[-4.341,53.052],[-4.343,53.047],[-4.349,53.045],[-4.349,53.042],[-4.351,53.037],[-4.353,53.033],[-4.359,53.031],[-4.362,53.031],[-4.365,53.027],[-4.369,53.026],[-4.373,53.022],[-4.381,53.018],[-4.384,53.015],[-4.39,53.014],[-4.396,53.008],[-4.402,53.005],[-4.407,52.999],[-4.413,52.997],[-4.423,53],[-4.429,53],[-4.436,52.999],[-4.44,52.996],[-4.444,52.99],[-4.459,52.983],[-4.463,52.976],[-4.468,52.97],[-4.472,52.967],[-4.474,52.966],[-4.478,52.967],[-4.482,52.966],[-4.486,52.961],[-4.491,52.956],[-4.5,52.95],[-4.505,52.95],[-4.507,52.948],[-4.52,52.94],[-4.529,52.937],[-4.533,52.937],[-4.54,52.939],[-4.545,52.938],[-4.555,52.937],[-4.562,52.938],[-4.565,52.939],[-4.568,52.944],[-4.564,52.946],[-4.564,52.948],[-4.57,52.945],[-4.571,52.939],[-4.578,52.938],[-4.582,52.935],[-4.591,52.928],[-4.598,52.926],[-4.608,52.926],[-4.611,52.924],[-4.614,52.924],[-4.618,52.922],[-4.623,52.917],[-4.622,52.915],[-4.627,52.91],[-4.634,52.905],[-4.637,52.906],[-4.649,52.904],[-4.656,52.899],[-4.659,52.895],[-4.667,52.888],[-4.665,52.887],[-4.665,52.884],[-4.668,52.879],[-4.674,52.876],[-4.679,52.875],[-4.687,52.876],[-4.69,52.874],[-4.693,52.868],[-4.691,52.864],[-4.696,52.86],[-4.702,52.859],[-4.705,52.86],[-4.709,52.859],[-4.714,52.855],[-4.721,52.856],[-4.726,52.854],[-4.723,52.851],[-4.726,52.847],[-4.725,52.844],[-4.722,52.842],[-4.724,52.84],[-4.722,52.838],[-4.724,52.835],[-4.731,52.832],[-4.733,52.832],[-4.735,52.829],[-4.738,52.828],[-4.737,52.825],[-4.741,52.822],[-4.752,52.816],[-4.751,52.81],[-4.753,52.808],[-4.751,52.807],[-4.755,52.804],[-4.757,52.802],[-4.762,52.802],[-4.763,52.799],[-4.768,52.798],[-4.767,52.795],[-4.764,52.794],[-4.763,52.792],[-4.756,52.788],[-4.749,52.787],[-4.744,52.784],[-4.737,52.784],[-4.732,52.782],[-4.726,52.79],[-4.723,52.8],[-4.721,52.803],[-4.716,52.804],[-4.706,52.803],[-4.693,52.8],[-4.691,52.798],[-4.692,52.795],[-4.689,52.794],[-4.679,52.801],[-4.674,52.801],[-4.671,52.803],[-4.666,52.805],[-4.661,52.806],[-4.656,52.805],[-4.651,52.803],[-4.65,52.799],[-4.644,52.8],[-4.639,52.803],[-4.638,52.804],[-4.633,52.805],[-4.63,52.807],[-4.625,52.81],[-4.617,52.819],[-4.615,52.822],[-4.611,52.824],[-4.603,52.825],[-4.594,52.824],[-4.581,52.821],[-4.572,52.818],[-4.556,52.811],[-4.536,52.8],[-4.537,52.798],[-4.542,52.794],[-4.542,52.791],[-4.543,52.787],[-4.538,52.784],[-4.536,52.782],[-4.533,52.781],[-4.531,52.778],[-4.528,52.778],[-4.523,52.781],[-4.519,52.782],[-4.52,52.786],[-4.515,52.793],[-4.506,52.795],[-4.497,52.795],[-4.492,52.791],[-4.489,52.794],[-4.487,52.795],[-4.486,52.801],[-4.483,52.804],[-4.486,52.809],[-4.488,52.81],[-4.497,52.81],[-4.5,52.813],[-4.501,52.815],[-4.501,52.82],[-4.497,52.826],[-4.503,52.826],[-4.502,52.831],[-4.495,52.838],[-4.491,52.841],[-4.482,52.844],[-4.474,52.846],[-4.47,52.848],[-4.47,52.85],[-4.479,52.853],[-4.477,52.858],[-4.473,52.86],[-4.464,52.864],[-4.466,52.867],[-4.46,52.87],[-4.442,52.876],[-4.428,52.879],[-4.41,52.881],[-4.399,52.881],[-4.4,52.883],[-4.411,52.883],[-4.415,52.885],[-4.417,52.887],[-4.41,52.89],[-4.407,52.891],[-4.405,52.885],[-4.403,52.887],[-4.402,52.89],[-4.394,52.895],[-4.389,52.896],[-4.375,52.896],[-4.348,52.895],[-4.327,52.892],[-4.328,52.897],[-4.325,52.9],[-4.325,52.905],[-4.317,52.909],[-4.3,52.911],[-4.29,52.911],[-4.281,52.911],[-4.267,52.91],[-4.258,52.912],[-4.254,52.914],[-4.235,52.915],[-4.232,52.915],[-4.23,52.919],[-4.219,52.919],[-4.2,52.914],[-4.195,52.915],[-4.178,52.908],[-4.167,52.906],[-4.152,52.906],[-4.152,52.908],[-4.15,52.91],[-4.139,52.912],[-4.135,52.914],[-4.136,52.916],[-4.132,52.917],[-4.13,52.924],[-4.125,52.924],[-4.111,52.92],[-4.108,52.918],[-4.109,52.915],[-4.112,52.912],[-4.103,52.909],[-4.1,52.91],[-4.098,52.913],[-4.091,52.915],[-4.087,52.919],[-4.078,52.922],[-4.073,52.923],[-4.066,52.923],[-4.061,52.922],[-4.053,52.927],[-4.05,52.927],[-4.046,52.928],[-4.04,52.936],[-4.037,52.937],[-4.032,52.937],[-4.041,52.934],[-4.044,52.927],[-4.052,52.925],[-4.056,52.924],[-4.057,52.921],[-4.063,52.918],[-4.074,52.915],[-4.079,52.91],[-4.084,52.904],[-4.087,52.902],[-4.091,52.902],[-4.104,52.899],[-4.11,52.898],[-4.116,52.895],[-4.121,52.896],[-4.133,52.897],[-4.133,52.901],[-4.141,52.9],[-4.148,52.896],[-4.15,52.892],[-4.148,52.887],[-4.144,52.88],[-4.138,52.874],[-4.125,52.86],[-4.121,52.854],[-4.119,52.848],[-4.119,52.845],[-4.125,52.84],[-4.127,52.835],[-4.126,52.83],[-4.119,52.83],[-4.12,52.826],[-4.133,52.819],[-4.137,52.82],[-4.139,52.823],[-4.142,52.821],[-4.147,52.819],[-4.152,52.815],[-4.152,52.813],[-4.15,52.808],[-4.144,52.801],[-4.133,52.791],[-4.13,52.788],[-4.114,52.776],[-4.112,52.773],[-4.102,52.766],[-4.081,52.748],[-4.076,52.74],[-4.071,52.735],[-4.067,52.728],[-4.06,52.72],[-4.055,52.72],[-4.045,52.719],[-4.041,52.722],[-4.035,52.722],[-4.031,52.725],[-4.031,52.727],[-4.028,52.732],[-4.022,52.735],[-4.013,52.735],[-4.004,52.737],[-3.999,52.739],[-3.996,52.741],[-3.992,52.739],[-3.987,52.74],[-3.983,52.742],[-3.977,52.743],[-3.97,52.748],[-3.966,52.75],[-3.961,52.751],[-3.958,52.75],[-3.95,52.753],[-3.935,52.749],[-3.945,52.75],[-3.949,52.751],[-3.962,52.745],[-3.971,52.74],[-3.977,52.738],[-3.982,52.738],[-3.989,52.736],[-3.992,52.731],[-4,52.724],[-4.002,52.722],[-4.007,52.721],[-4.012,52.716],[-4.015,52.718],[-4.015,52.721],[-4.021,52.718],[-4.025,52.715],[-4.029,52.715],[-4.036,52.714],[-4.032,52.709],[-4.041,52.706],[-4.051,52.704],[-4.052,52.706],[-4.057,52.706],[-4.053,52.709],[-4.054,52.71],[-4.048,52.715],[-4.05,52.715],[-4.059,52.708],[-4.058,52.704],[-4.056,52.693],[-4.057,52.687],[-4.062,52.686],[-4.066,52.683],[-4.07,52.681],[-4.078,52.676],[-4.083,52.672],[-4.095,52.669],[-4.097,52.664],[-4.1,52.662],[-4.101,52.659],[-4.106,52.656],[-4.107,52.653],[-4.111,52.647],[-4.114,52.644],[-4.117,52.64],[-4.117,52.635],[-4.123,52.628],[-4.124,52.623],[-4.129,52.613],[-4.126,52.609],[-4.116,52.605],[-4.111,52.605],[-4.102,52.607],[-4.098,52.607],[-4.092,52.606],[-4.091,52.601],[-4.098,52.601],[-4.104,52.599],[-4.106,52.6],[-4.113,52.604],[-4.117,52.604],[-4.124,52.608],[-4.127,52.607],[-4.118,52.602],[-4.11,52.595],[-4.105,52.589],[-4.098,52.58],[-4.089,52.569],[-4.081,52.559],[-4.074,52.547],[-4.07,52.543],[-4.067,52.542],[-4.06,52.541],[-4.048,52.543],[-4.036,52.545],[-4.033,52.545],[-4.027,52.547],[-4.02,52.548],[-4.014,52.547],[-3.996,52.553],[-3.993,52.552],[-3.986,52.555],[-3.977,52.556],[-3.971,52.555],[-3.96,52.561],[-3.953,52.559],[-3.943,52.56],[-3.938,52.559],[-3.936,52.555],[-3.934,52.554],[-3.929,52.555],[-3.928,52.558],[-3.928,52.563],[-3.931,52.566],[-3.928,52.572],[-3.924,52.571],[-3.919,52.573],[-3.914,52.575],[-3.915,52.579],[-3.909,52.577],[-3.906,52.578],[-3.902,52.579],[-3.897,52.578],[-3.892,52.577],[-3.884,52.58],[-3.882,52.583],[-3.877,52.583],[-3.875,52.587],[-3.873,52.59],[-3.875,52.593],[-3.868,52.591],[-3.865,52.593],[-3.861,52.599],[-3.858,52.6],[-3.849,52.601],[-3.842,52.6],[-3.842,52.602],[-3.844,52.605],[-3.849,52.607],[-3.845,52.611],[-3.847,52.617],[-3.85,52.619],[-3.849,52.621],[-3.844,52.623],[-3.846,52.625],[-3.846,52.629],[-3.841,52.631],[-3.838,52.631],[-3.835,52.633],[-3.834,52.636],[-3.842,52.638],[-3.844,52.641],[-3.843,52.645],[-3.841,52.648],[-3.841,52.651],[-3.837,52.656],[-3.83,52.66],[-3.829,52.662],[-3.822,52.667],[-3.818,52.671],[-3.818,52.673],[-3.814,52.674],[-3.808,52.675],[-3.808,52.678],[-3.804,52.678],[-3.795,52.673],[-3.788,52.671],[-3.775,52.672],[-3.77,52.671],[-3.765,52.673],[-3.76,52.67],[-3.757,52.67],[-3.753,52.675],[-3.744,52.681],[-3.737,52.678],[-3.729,52.678],[-3.724,52.677],[-3.717,52.679],[-3.713,52.676],[-3.713,52.672],[-3.709,52.671],[-3.706,52.673],[-3.707,52.676],[-3.702,52.677],[-3.701,52.679],[-3.704,52.683],[-3.7,52.684],[-3.697,52.688],[-3.693,52.687],[-3.688,52.691],[-3.684,52.694],[-3.678,52.693],[-3.676,52.694],[-3.669,52.692],[-3.659,52.691],[-3.655,52.692],[-3.65,52.694],[-3.648,52.695],[-3.643,52.696],[-3.634,52.696],[-3.627,52.697],[-3.62,52.697],[-3.614,52.702],[-3.608,52.704],[-3.603,52.705],[-3.605,52.709],[-3.602,52.713],[-3.601,52.716],[-3.602,52.719],[-3.601,52.721],[-3.599,52.726],[-3.593,52.731],[-3.592,52.735],[-3.584,52.737],[-3.584,52.74],[-3.589,52.739],[-3.591,52.742],[-3.591,52.744],[-3.588,52.747],[-3.593,52.751],[-3.593,52.753],[-3.595,52.757],[-3.592,52.76],[-3.594,52.762],[-3.59,52.766],[-3.593,52.77],[-3.596,52.777],[-3.599,52.779],[-3.597,52.783],[-3.606,52.787],[-3.607,52.791],[-3.609,52.794],[-3.608,52.797],[-3.597,52.805],[-3.598,52.809],[-3.596,52.811],[-3.597,52.814],[-3.592,52.818],[-3.59,52.824],[-3.586,52.828],[-3.58,52.826],[-3.573,52.823],[-3.568,52.823],[-3.565,52.826],[-3.567,52.83],[-3.551,52.834],[-3.534,52.838],[-3.522,52.837],[-3.518,52.837],[-3.505,52.842],[-3.497,52.849],[-3.487,52.86],[-3.483,52.865],[-3.473,52.863],[-3.469,52.862],[-3.465,52.863],[-3.426,52.867],[-3.389,52.876],[-3.38,52.884],[-3.375,52.892],[-3.376,52.895],[-3.373,52.901],[-3.363,52.904],[-3.359,52.905],[-3.356,52.91],[-3.354,52.914],[-3.349,52.916],[-3.354,52.921],[-3.352,52.922],[-3.34,52.925],[-3.338,52.927],[-3.333,52.928],[-3.327,52.932],[-3.324,52.932],[-3.32,52.939],[-3.314,52.947],[-3.309,52.946],[-3.297,52.943],[-3.291,52.944],[-3.276,52.944],[-3.251,52.946],[-3.243,52.947],[-3.237,52.949],[-3.237,52.951],[-3.243,52.955],[-3.245,52.959],[-3.237,52.963],[-3.233,52.964],[-3.227,52.967],[-3.215,52.971],[-3.219,52.972],[-3.221,52.98],[-3.228,52.983],[-3.238,52.985],[-3.242,52.988],[-3.244,52.993],[-3.246,52.995],[-3.254,53.003],[-3.271,53],[-3.276,53],[-3.286,52.996],[-3.289,52.995],[-3.294,52.999],[-3.302,53.008],[-3.31,53.006],[-3.32,53.003],[-3.324,53.001],[-3.33,53.002],[-3.335,53.002],[-3.337,53.005],[-3.335,53.009],[-3.337,53.011],[-3.341,53.009],[-3.343,53.004],[-3.347,53.002],[-3.354,53],[-3.359,53.003],[-3.365,53.002],[-3.37,52.999],[-3.378,52.995],[-3.384,52.996],[-3.385,52.999],[-3.393,53.001],[-3.399,53.003],[-3.407,53.001],[-3.409,52.999],[-3.416,52.999],[-3.419,53.003],[-3.425,53.003]]]]},"properties":{"PCON24NM":"Dwyfor Meirionnydd","PCON24CD":"W07000096"},"PCON24CD":633}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.05,51.712],[-4.047,51.71],[-4.046,51.71],[-4.043,51.708],[-4.047,51.707],[-4.05,51.708],[-4.051,51.709],[-4.052,51.704],[-4.051,51.702],[-4.052,51.699],[-4.058,51.699],[-4.06,51.698],[-4.062,51.693],[-4.064,51.691],[-4.066,51.688],[-4.069,51.684],[-4.073,51.685],[-4.077,51.682],[-4.075,51.677],[-4.071,51.675],[-4.068,51.669],[-4.071,51.667],[-4.079,51.663],[-4.081,51.661],[-4.076,51.657],[-4.081,51.657],[-4.084,51.655],[-4.09,51.656],[-4.102,51.654],[-4.113,51.65],[-4.116,51.646],[-4.117,51.643],[-4.121,51.642],[-4.126,51.642],[-4.131,51.641],[-4.134,51.642],[-4.14,51.639],[-4.137,51.636],[-4.143,51.634],[-4.153,51.636],[-4.158,51.634],[-4.162,51.632],[-4.163,51.629],[-4.168,51.627],[-4.169,51.624],[-4.175,51.625],[-4.179,51.626],[-4.186,51.625],[-4.189,51.628],[-4.19,51.63],[-4.197,51.635],[-4.204,51.639],[-4.211,51.641],[-4.215,51.641],[-4.221,51.64],[-4.218,51.637],[-4.218,51.633],[-4.216,51.63],[-4.225,51.629],[-4.234,51.631],[-4.238,51.631],[-4.242,51.63],[-4.242,51.632],[-4.238,51.635],[-4.233,51.641],[-4.234,51.644],[-4.238,51.644],[-4.238,51.647],[-4.245,51.648],[-4.247,51.645],[-4.249,51.639],[-4.255,51.631],[-4.259,51.629],[-4.267,51.628],[-4.272,51.625],[-4.278,51.617],[-4.283,51.614],[-4.286,51.614],[-4.295,51.615],[-4.303,51.613],[-4.309,51.61],[-4.306,51.608],[-4.3,51.601],[-4.296,51.596],[-4.291,51.585],[-4.29,51.581],[-4.289,51.576],[-4.291,51.57],[-4.298,51.569],[-4.305,51.565],[-4.306,51.562],[-4.301,51.562],[-4.299,51.56],[-4.291,51.563],[-4.286,51.561],[-4.282,51.562],[-4.271,51.555],[-4.266,51.555],[-4.263,51.553],[-4.26,51.553],[-4.258,51.55],[-4.256,51.55],[-4.248,51.547],[-4.245,51.547],[-4.243,51.545],[-4.236,51.542],[-4.224,51.54],[-4.215,51.541],[-4.213,51.537],[-4.21,51.537],[-4.209,51.543],[-4.206,51.546],[-4.202,51.547],[-4.195,51.548],[-4.191,51.547],[-4.183,51.548],[-4.18,51.547],[-4.174,51.547],[-4.165,51.544],[-4.162,51.545],[-4.157,51.542],[-4.153,51.541],[-4.148,51.543],[-4.146,51.545],[-4.147,51.548],[-4.161,51.555],[-4.16,51.559],[-4.157,51.562],[-4.153,51.564],[-4.144,51.568],[-4.144,51.569],[-4.136,51.569],[-4.124,51.57],[-4.121,51.569],[-4.117,51.57],[-4.115,51.572],[-4.109,51.573],[-4.11,51.57],[-4.106,51.568],[-4.102,51.565],[-4.094,51.566],[-4.089,51.565],[-4.087,51.562],[-4.082,51.561],[-4.074,51.562],[-4.067,51.558],[-4.061,51.558],[-4.059,51.561],[-4.059,51.563],[-4.055,51.565],[-4.052,51.564],[-4.049,51.566],[-4.045,51.566],[-4.041,51.568],[-4.037,51.568],[-4.034,51.57],[-4.027,51.567],[-4.024,51.563],[-4.018,51.565],[-4.014,51.564],[-4.015,51.567],[-4.012,51.568],[-4.006,51.568],[-4.001,51.565],[-3.999,51.565],[-3.993,51.563],[-3.988,51.565],[-3.981,51.565],[-3.98,51.567],[-3.977,51.569],[-3.992,51.573],[-3.998,51.576],[-4.001,51.58],[-4,51.587],[-3.994,51.598],[-4.001,51.6],[-4.004,51.603],[-4.005,51.606],[-4.007,51.608],[-4.013,51.611],[-4.012,51.614],[-4.008,51.618],[-4.007,51.623],[-4.001,51.626],[-4.006,51.627],[-4.006,51.629],[-4.009,51.632],[-4.005,51.634],[-3.992,51.631],[-3.988,51.631],[-3.985,51.63],[-3.979,51.628],[-3.976,51.631],[-3.964,51.636],[-3.961,51.639],[-3.963,51.642],[-3.972,51.646],[-3.973,51.645],[-3.979,51.648],[-3.98,51.649],[-3.984,51.65],[-3.992,51.655],[-3.984,51.656],[-3.983,51.658],[-3.976,51.659],[-3.971,51.659],[-3.964,51.661],[-3.963,51.663],[-3.95,51.668],[-3.951,51.669],[-3.946,51.676],[-3.948,51.678],[-3.945,51.679],[-3.941,51.683],[-3.93,51.688],[-3.921,51.69],[-3.916,51.693],[-3.91,51.693],[-3.91,51.695],[-3.907,51.697],[-3.911,51.699],[-3.907,51.702],[-3.904,51.708],[-3.9,51.712],[-3.892,51.714],[-3.887,51.717],[-3.883,51.718],[-3.881,51.72],[-3.885,51.724],[-3.884,51.727],[-3.887,51.731],[-3.888,51.739],[-3.891,51.741],[-3.898,51.744],[-3.903,51.749],[-3.91,51.752],[-3.918,51.755],[-3.916,51.758],[-3.922,51.76],[-3.92,51.762],[-3.927,51.766],[-3.93,51.77],[-3.936,51.771],[-3.94,51.77],[-3.944,51.77],[-3.949,51.769],[-3.951,51.766],[-3.965,51.764],[-3.978,51.765],[-3.981,51.765],[-3.983,51.768],[-3.996,51.774],[-4,51.774],[-4.005,51.769],[-4.003,51.764],[-4.004,51.762],[-4.01,51.76],[-4.008,51.758],[-4.012,51.756],[-4.014,51.753],[-4.02,51.749],[-4.026,51.749],[-4.031,51.742],[-4.032,51.739],[-4.038,51.736],[-4.044,51.736],[-4.046,51.732],[-4.049,51.73],[-4.048,51.726],[-4.048,51.722],[-4.045,51.72],[-4.046,51.717],[-4.046,51.713],[-4.05,51.712]]]},"properties":{"PCON24NM":"Gower","PCON24CD":"W07000097"},"PCON24CD":634}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.331,51.725],[-4.331,51.723],[-4.325,51.723],[-4.326,51.725],[-4.331,51.725]]],[[[-4.334,51.727],[-4.335,51.728],[-4.342,51.727],[-4.342,51.724],[-4.336,51.723],[-4.334,51.727]]],[[[-4.342,51.729],[-4.348,51.728],[-4.35,51.729],[-4.356,51.729],[-4.36,51.725],[-4.36,51.723],[-4.353,51.723],[-4.352,51.724],[-4.346,51.725],[-4.343,51.726],[-4.342,51.729]]],[[[-4,51.774],[-3.998,51.777],[-4,51.781],[-3.998,51.783],[-3.999,51.786],[-4.006,51.786],[-4.013,51.783],[-4.02,51.783],[-4.023,51.78],[-4.037,51.777],[-4.042,51.777],[-4.06,51.772],[-4.064,51.769],[-4.067,51.77],[-4.072,51.77],[-4.073,51.778],[-4.068,51.779],[-4.073,51.785],[-4.071,51.788],[-4.072,51.79],[-4.07,51.793],[-4.073,51.795],[-4.069,51.798],[-4.068,51.801],[-4.069,51.803],[-4.066,51.805],[-4.068,51.807],[-4.071,51.813],[-4.07,51.817],[-4.068,51.818],[-4.07,51.821],[-4.078,51.821],[-4.082,51.823],[-4.084,51.829],[-4.084,51.832],[-4.087,51.835],[-4.093,51.833],[-4.097,51.834],[-4.103,51.832],[-4.105,51.83],[-4.111,51.83],[-4.118,51.824],[-4.117,51.823],[-4.124,51.819],[-4.127,51.818],[-4.133,51.815],[-4.136,51.812],[-4.141,51.811],[-4.145,51.811],[-4.145,51.807],[-4.147,51.804],[-4.15,51.804],[-4.159,51.801],[-4.164,51.797],[-4.171,51.794],[-4.177,51.795],[-4.179,51.798],[-4.18,51.805],[-4.183,51.809],[-4.186,51.815],[-4.19,51.821],[-4.191,51.824],[-4.198,51.827],[-4.202,51.829],[-4.207,51.829],[-4.208,51.831],[-4.215,51.83],[-4.22,51.83],[-4.226,51.828],[-4.231,51.829],[-4.241,51.828],[-4.246,51.826],[-4.256,51.826],[-4.263,51.824],[-4.271,51.824],[-4.273,51.827],[-4.272,51.829],[-4.277,51.83],[-4.279,51.833],[-4.284,51.834],[-4.286,51.836],[-4.286,51.837],[-4.291,51.839],[-4.306,51.837],[-4.311,51.837],[-4.314,51.835],[-4.313,51.836],[-4.314,51.837],[-4.314,51.836],[-4.316,51.835],[-4.316,51.834],[-4.326,51.828],[-4.327,51.826],[-4.323,51.825],[-4.319,51.821],[-4.318,51.819],[-4.319,51.814],[-4.323,51.81],[-4.322,51.806],[-4.323,51.803],[-4.326,51.8],[-4.334,51.797],[-4.343,51.797],[-4.356,51.79],[-4.365,51.788],[-4.366,51.785],[-4.364,51.783],[-4.362,51.78],[-4.364,51.774],[-4.372,51.768],[-4.372,51.762],[-4.375,51.758],[-4.376,51.754],[-4.375,51.749],[-4.376,51.748],[-4.37,51.742],[-4.368,51.741],[-4.364,51.737],[-4.356,51.738],[-4.345,51.737],[-4.34,51.736],[-4.337,51.737],[-4.331,51.737],[-4.322,51.735],[-4.321,51.738],[-4.318,51.737],[-4.321,51.733],[-4.323,51.733],[-4.325,51.73],[-4.323,51.727],[-4.317,51.725],[-4.32,51.722],[-4.324,51.721],[-4.328,51.722],[-4.332,51.724],[-4.338,51.723],[-4.343,51.725],[-4.352,51.724],[-4.352,51.723],[-4.36,51.723],[-4.36,51.725],[-4.356,51.728],[-4.361,51.73],[-4.368,51.729],[-4.375,51.733],[-4.38,51.731],[-4.38,51.727],[-4.375,51.722],[-4.369,51.712],[-4.356,51.701],[-4.348,51.695],[-4.336,51.686],[-4.324,51.679],[-4.317,51.675],[-4.309,51.672],[-4.298,51.669],[-4.291,51.668],[-4.283,51.668],[-4.276,51.669],[-4.269,51.671],[-4.264,51.674],[-4.266,51.676],[-4.262,51.677],[-4.253,51.679],[-4.245,51.678],[-4.236,51.68],[-4.231,51.679],[-4.226,51.68],[-4.225,51.683],[-4.219,51.685],[-4.211,51.685],[-4.197,51.684],[-4.189,51.682],[-4.182,51.681],[-4.179,51.678],[-4.173,51.67],[-4.173,51.674],[-4.164,51.665],[-4.163,51.662],[-4.159,51.659],[-4.154,51.658],[-4.153,51.655],[-4.146,51.655],[-4.142,51.659],[-4.138,51.66],[-4.135,51.661],[-4.13,51.658],[-4.116,51.66],[-4.112,51.659],[-4.109,51.66],[-4.099,51.661],[-4.089,51.663],[-4.085,51.662],[-4.081,51.665],[-4.083,51.668],[-4.08,51.672],[-4.081,51.676],[-4.081,51.68],[-4.082,51.685],[-4.081,51.689],[-4.078,51.689],[-4.074,51.689],[-4.068,51.69],[-4.065,51.694],[-4.066,51.697],[-4.06,51.7],[-4.053,51.701],[-4.054,51.704],[-4.052,51.706],[-4.054,51.709],[-4.052,51.71],[-4.047,51.708],[-4.047,51.707],[-4.045,51.709],[-4.05,51.712],[-4.046,51.713],[-4.046,51.717],[-4.045,51.72],[-4.048,51.722],[-4.048,51.726],[-4.049,51.73],[-4.046,51.732],[-4.044,51.736],[-4.038,51.736],[-4.032,51.739],[-4.031,51.742],[-4.026,51.749],[-4.02,51.749],[-4.014,51.753],[-4.012,51.756],[-4.008,51.758],[-4.01,51.76],[-4.004,51.762],[-4.003,51.764],[-4.005,51.769],[-4,51.774]]]]},"properties":{"PCON24NM":"Llanelli","PCON24CD":"W07000098"},"PCON24CD":635}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.334,51.79],[-3.351,51.79],[-3.36,51.791],[-3.357,51.796],[-3.356,51.803],[-3.358,51.807],[-3.366,51.805],[-3.37,51.808],[-3.373,51.812],[-3.378,51.811],[-3.382,51.812],[-3.386,51.815],[-3.39,51.815],[-3.398,51.814],[-3.401,51.814],[-3.405,51.816],[-3.406,51.821],[-3.402,51.825],[-3.402,51.826],[-3.417,51.835],[-3.422,51.829],[-3.431,51.824],[-3.433,51.821],[-3.442,51.816],[-3.444,51.816],[-3.446,51.821],[-3.452,51.826],[-3.458,51.828],[-3.46,51.83],[-3.463,51.829],[-3.47,51.829],[-3.469,51.823],[-3.473,51.819],[-3.474,51.812],[-3.477,51.809],[-3.482,51.807],[-3.488,51.806],[-3.504,51.8],[-3.512,51.796],[-3.517,51.794],[-3.529,51.788],[-3.529,51.787],[-3.534,51.787],[-3.541,51.784],[-3.535,51.78],[-3.535,51.777],[-3.541,51.776],[-3.547,51.778],[-3.555,51.778],[-3.56,51.776],[-3.563,51.773],[-3.564,51.77],[-3.566,51.767],[-3.565,51.766],[-3.571,51.762],[-3.579,51.76],[-3.586,51.758],[-3.59,51.757],[-3.591,51.755],[-3.594,51.753],[-3.59,51.75],[-3.591,51.749],[-3.582,51.735],[-3.579,51.718],[-3.582,51.714],[-3.56,51.712],[-3.553,51.712],[-3.547,51.711],[-3.541,51.712],[-3.536,51.71],[-3.53,51.708],[-3.521,51.703],[-3.513,51.702],[-3.507,51.701],[-3.498,51.694],[-3.487,51.686],[-3.462,51.677],[-3.455,51.677],[-3.448,51.675],[-3.445,51.676],[-3.44,51.672],[-3.43,51.667],[-3.426,51.671],[-3.419,51.668],[-3.406,51.678],[-3.407,51.68],[-3.402,51.686],[-3.399,51.69],[-3.403,51.692],[-3.4,51.694],[-3.402,51.696],[-3.399,51.699],[-3.395,51.7],[-3.396,51.703],[-3.391,51.705],[-3.381,51.711],[-3.372,51.702],[-3.365,51.696],[-3.357,51.682],[-3.349,51.677],[-3.344,51.671],[-3.343,51.668],[-3.34,51.667],[-3.334,51.66],[-3.329,51.655],[-3.324,51.654],[-3.318,51.656],[-3.314,51.656],[-3.313,51.651],[-3.316,51.649],[-3.314,51.648],[-3.314,51.645],[-3.31,51.645],[-3.308,51.648],[-3.301,51.652],[-3.301,51.655],[-3.297,51.657],[-3.297,51.661],[-3.295,51.664],[-3.293,51.66],[-3.286,51.658],[-3.284,51.662],[-3.283,51.668],[-3.285,51.671],[-3.285,51.677],[-3.279,51.681],[-3.274,51.682],[-3.275,51.683],[-3.278,51.69],[-3.279,51.695],[-3.286,51.702],[-3.29,51.71],[-3.289,51.713],[-3.292,51.716],[-3.293,51.719],[-3.297,51.722],[-3.297,51.728],[-3.3,51.73],[-3.299,51.734],[-3.301,51.736],[-3.316,51.732],[-3.313,51.738],[-3.31,51.739],[-3.312,51.742],[-3.318,51.743],[-3.329,51.759],[-3.333,51.782],[-3.334,51.79]]]},"properties":{"PCON24NM":"Merthyr Tydfil and Aberdare","PCON24CD":"W07000099"},"PCON24CD":636}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.702,51.642],[-4.71,51.642],[-4.706,51.639],[-4.702,51.639],[-4.701,51.637],[-4.704,51.633],[-4.701,51.632],[-4.694,51.635],[-4.692,51.631],[-4.688,51.632],[-4.685,51.63],[-4.68,51.632],[-4.681,51.635],[-4.678,51.635],[-4.678,51.637],[-4.68,51.641],[-4.687,51.642],[-4.692,51.64],[-4.698,51.641],[-4.702,51.642]]],[[[-5.274,51.704],[-5.282,51.701],[-5.284,51.697],[-5.289,51.696],[-5.288,51.693],[-5.278,51.693],[-5.27,51.696],[-5.27,51.699],[-5.266,51.7],[-5.274,51.704]]],[[[-5.296,51.745],[-5.301,51.745],[-5.308,51.741],[-5.313,51.74],[-5.312,51.737],[-5.313,51.735],[-5.311,51.733],[-5.301,51.732],[-5.299,51.729],[-5.293,51.728],[-5.288,51.731],[-5.288,51.734],[-5.283,51.735],[-5.28,51.735],[-5.275,51.733],[-5.269,51.735],[-5.277,51.739],[-5.282,51.738],[-5.281,51.741],[-5.289,51.742],[-5.296,51.745]]],[[[-5.337,51.878],[-5.346,51.876],[-5.347,51.872],[-5.342,51.87],[-5.343,51.868],[-5.346,51.866],[-5.349,51.867],[-5.352,51.867],[-5.353,51.864],[-5.348,51.857],[-5.343,51.859],[-5.341,51.855],[-5.336,51.855],[-5.332,51.861],[-5.335,51.866],[-5.335,51.87],[-5.333,51.871],[-5.333,51.874],[-5.33,51.877],[-5.337,51.878]]],[[[-4.682,51.838],[-4.686,51.838],[-4.688,51.836],[-4.689,51.833],[-4.697,51.829],[-4.705,51.829],[-4.71,51.83],[-4.718,51.832],[-4.725,51.832],[-4.732,51.829],[-4.741,51.827],[-4.743,51.832],[-4.742,51.836],[-4.747,51.837],[-4.754,51.836],[-4.759,51.833],[-4.768,51.833],[-4.779,51.833],[-4.782,51.84],[-4.786,51.842],[-4.787,51.844],[-4.792,51.847],[-4.794,51.846],[-4.797,51.844],[-4.8,51.844],[-4.811,51.848],[-4.816,51.853],[-4.822,51.855],[-4.829,51.864],[-4.841,51.864],[-4.844,51.865],[-4.853,51.868],[-4.849,51.871],[-4.851,51.88],[-4.854,51.883],[-4.855,51.887],[-4.852,51.893],[-4.853,51.895],[-4.848,51.903],[-4.853,51.908],[-4.856,51.908],[-4.868,51.905],[-4.88,51.905],[-4.895,51.904],[-4.902,51.904],[-4.911,51.905],[-4.925,51.906],[-4.936,51.906],[-4.94,51.908],[-4.941,51.911],[-4.949,51.918],[-4.952,51.916],[-4.962,51.921],[-4.959,51.933],[-4.964,51.935],[-4.969,51.939],[-4.981,51.94],[-4.987,51.939],[-4.991,51.94],[-4.995,51.943],[-4.996,51.946],[-5.006,51.946],[-5.009,51.943],[-5.017,51.939],[-5.026,51.937],[-5.032,51.931],[-5.026,51.929],[-5.022,51.928],[-5.018,51.926],[-5.015,51.922],[-5.011,51.918],[-5.011,51.914],[-5.021,51.911],[-5.026,51.911],[-5.034,51.911],[-5.037,51.91],[-5.042,51.912],[-5.043,51.916],[-5.047,51.921],[-5.052,51.92],[-5.058,51.92],[-5.059,51.924],[-5.065,51.925],[-5.066,51.926],[-5.075,51.926],[-5.084,51.925],[-5.096,51.924],[-5.104,51.921],[-5.109,51.923],[-5.117,51.922],[-5.122,51.92],[-5.124,51.922],[-5.13,51.923],[-5.132,51.919],[-5.135,51.919],[-5.138,51.914],[-5.142,51.913],[-5.153,51.911],[-5.156,51.904],[-5.162,51.903],[-5.164,51.901],[-5.17,51.901],[-5.171,51.9],[-5.174,51.895],[-5.177,51.895],[-5.179,51.897],[-5.183,51.898],[-5.185,51.9],[-5.19,51.902],[-5.19,51.904],[-5.188,51.907],[-5.185,51.909],[-5.181,51.918],[-5.181,51.922],[-5.189,51.927],[-5.194,51.929],[-5.2,51.933],[-5.206,51.933],[-5.208,51.934],[-5.211,51.932],[-5.222,51.931],[-5.224,51.93],[-5.23,51.931],[-5.235,51.929],[-5.239,51.924],[-5.244,51.922],[-5.25,51.922],[-5.253,51.919],[-5.253,51.917],[-5.266,51.914],[-5.272,51.914],[-5.275,51.911],[-5.28,51.913],[-5.286,51.911],[-5.286,51.914],[-5.288,51.914],[-5.293,51.911],[-5.299,51.91],[-5.301,51.909],[-5.306,51.908],[-5.311,51.905],[-5.314,51.902],[-5.304,51.904],[-5.304,51.9],[-5.299,51.9],[-5.296,51.898],[-5.296,51.893],[-5.3,51.89],[-5.302,51.89],[-5.304,51.886],[-5.309,51.888],[-5.316,51.885],[-5.314,51.88],[-5.309,51.879],[-5.31,51.871],[-5.314,51.869],[-5.315,51.866],[-5.32,51.865],[-5.319,51.862],[-5.315,51.86],[-5.307,51.862],[-5.305,51.864],[-5.302,51.864],[-5.298,51.866],[-5.296,51.861],[-5.292,51.863],[-5.291,51.864],[-5.28,51.866],[-5.276,51.87],[-5.274,51.868],[-5.267,51.872],[-5.26,51.869],[-5.256,51.872],[-5.25,51.869],[-5.247,51.873],[-5.24,51.871],[-5.232,51.873],[-5.22,51.873],[-5.211,51.87],[-5.208,51.868],[-5.205,51.869],[-5.199,51.867],[-5.193,51.87],[-5.192,51.868],[-5.188,51.868],[-5.179,51.867],[-5.178,51.864],[-5.175,51.863],[-5.17,51.864],[-5.166,51.865],[-5.156,51.862],[-5.15,51.863],[-5.145,51.862],[-5.141,51.864],[-5.137,51.864],[-5.133,51.862],[-5.133,51.86],[-5.128,51.858],[-5.117,51.844],[-5.114,51.837],[-5.114,51.831],[-5.117,51.827],[-5.112,51.823],[-5.111,51.82],[-5.107,51.819],[-5.107,51.816],[-5.103,51.811],[-5.105,51.809],[-5.103,51.805],[-5.105,51.803],[-5.105,51.798],[-5.107,51.795],[-5.104,51.79],[-5.105,51.786],[-5.102,51.784],[-5.103,51.779],[-5.106,51.779],[-5.106,51.776],[-5.117,51.77],[-5.117,51.768],[-5.123,51.769],[-5.128,51.769],[-5.132,51.77],[-5.132,51.772],[-5.137,51.773],[-5.141,51.771],[-5.149,51.773],[-5.152,51.771],[-5.158,51.771],[-5.159,51.772],[-5.164,51.77],[-5.171,51.766],[-5.175,51.765],[-5.178,51.762],[-5.178,51.76],[-5.183,51.759],[-5.186,51.755],[-5.191,51.755],[-5.196,51.757],[-5.199,51.754],[-5.204,51.755],[-5.204,51.753],[-5.202,51.751],[-5.203,51.749],[-5.203,51.746],[-5.206,51.737],[-5.211,51.734],[-5.218,51.735],[-5.222,51.737],[-5.227,51.738],[-5.234,51.738],[-5.24,51.737],[-5.246,51.738],[-5.25,51.738],[-5.253,51.733],[-5.246,51.733],[-5.241,51.728],[-5.236,51.726],[-5.233,51.726],[-5.227,51.722],[-5.224,51.724],[-5.215,51.724],[-5.208,51.721],[-5.201,51.717],[-5.201,51.716],[-5.204,51.712],[-5.198,51.711],[-5.191,51.709],[-5.187,51.709],[-5.187,51.704],[-5.19,51.699],[-5.188,51.698],[-5.189,51.695],[-5.186,51.694],[-5.188,51.691],[-5.185,51.689],[-5.182,51.689],[-5.184,51.686],[-5.177,51.684],[-5.177,51.681],[-5.171,51.681],[-5.171,51.687],[-5.169,51.688],[-5.162,51.687],[-5.158,51.688],[-5.157,51.69],[-5.161,51.692],[-5.155,51.694],[-5.154,51.697],[-5.157,51.699],[-5.157,51.701],[-5.153,51.704],[-5.162,51.705],[-5.169,51.707],[-5.168,51.711],[-5.173,51.715],[-5.17,51.719],[-5.166,51.719],[-5.159,51.716],[-5.157,51.713],[-5.149,51.713],[-5.143,51.714],[-5.137,51.713],[-5.131,51.717],[-5.125,51.717],[-5.121,51.715],[-5.116,51.714],[-5.113,51.714],[-5.112,51.717],[-5.109,51.716],[-5.106,51.717],[-5.107,51.72],[-5.105,51.72],[-5.107,51.723],[-5.107,51.728],[-5.104,51.731],[-5.102,51.729],[-5.105,51.728],[-5.105,51.724],[-5.098,51.722],[-5.095,51.721],[-5.095,51.719],[-5.092,51.715],[-5.089,51.714],[-5.086,51.712],[-5.088,51.71],[-5.086,51.707],[-5.081,51.706],[-5.078,51.707],[-5.075,51.706],[-5.07,51.708],[-5.063,51.708],[-5.061,51.71],[-5.057,51.709],[-5.056,51.708],[-5.051,51.707],[-5.049,51.708],[-5.041,51.708],[-5.034,51.711],[-5.03,51.709],[-5.026,51.71],[-5.019,51.707],[-5.009,51.703],[-5.001,51.701],[-4.985,51.699],[-4.977,51.701],[-4.968,51.706],[-4.965,51.705],[-4.956,51.707],[-4.947,51.704],[-4.943,51.705],[-4.943,51.709],[-4.94,51.708],[-4.935,51.71],[-4.929,51.709],[-4.923,51.706],[-4.921,51.705],[-4.916,51.707],[-4.913,51.709],[-4.909,51.711],[-4.904,51.712],[-4.895,51.711],[-4.893,51.713],[-4.893,51.717],[-4.888,51.725],[-4.89,51.727],[-4.887,51.731],[-4.892,51.734],[-4.901,51.737],[-4.905,51.741],[-4.904,51.743],[-4.909,51.744],[-4.91,51.746],[-4.902,51.746],[-4.899,51.748],[-4.901,51.754],[-4.907,51.761],[-4.9,51.763],[-4.902,51.766],[-4.91,51.77],[-4.915,51.771],[-4.921,51.771],[-4.938,51.765],[-4.944,51.767],[-4.948,51.77],[-4.947,51.773],[-4.945,51.779],[-4.936,51.783],[-4.935,51.781],[-4.942,51.778],[-4.944,51.771],[-4.942,51.768],[-4.937,51.767],[-4.932,51.772],[-4.923,51.775],[-4.913,51.773],[-4.905,51.773],[-4.901,51.772],[-4.897,51.768],[-4.895,51.768],[-4.888,51.773],[-4.885,51.772],[-4.883,51.774],[-4.875,51.775],[-4.869,51.78],[-4.868,51.782],[-4.862,51.787],[-4.851,51.791],[-4.846,51.789],[-4.853,51.788],[-4.863,51.784],[-4.865,51.783],[-4.868,51.776],[-4.873,51.772],[-4.882,51.77],[-4.888,51.767],[-4.89,51.764],[-4.887,51.762],[-4.894,51.754],[-4.893,51.75],[-4.894,51.745],[-4.897,51.741],[-4.896,51.74],[-4.888,51.738],[-4.881,51.735],[-4.87,51.733],[-4.874,51.732],[-4.883,51.732],[-4.885,51.727],[-4.883,51.722],[-4.884,51.719],[-4.879,51.718],[-4.872,51.72],[-4.87,51.724],[-4.864,51.722],[-4.862,51.723],[-4.856,51.723],[-4.846,51.726],[-4.838,51.725],[-4.835,51.722],[-4.842,51.723],[-4.848,51.722],[-4.851,51.72],[-4.854,51.72],[-4.861,51.72],[-4.861,51.719],[-4.855,51.715],[-4.855,51.713],[-4.85,51.711],[-4.846,51.707],[-4.849,51.706],[-4.849,51.702],[-4.855,51.705],[-4.864,51.715],[-4.868,51.716],[-4.873,51.717],[-4.878,51.716],[-4.885,51.716],[-4.888,51.71],[-4.892,51.708],[-4.901,51.708],[-4.905,51.708],[-4.909,51.703],[-4.919,51.699],[-4.907,51.695],[-4.918,51.694],[-4.922,51.697],[-4.92,51.701],[-4.925,51.702],[-4.929,51.704],[-4.933,51.705],[-4.935,51.701],[-4.94,51.699],[-4.944,51.699],[-4.945,51.696],[-4.959,51.698],[-4.96,51.693],[-4.966,51.692],[-4.969,51.689],[-4.975,51.689],[-4.977,51.687],[-4.971,51.686],[-4.965,51.683],[-4.959,51.683],[-4.954,51.681],[-4.94,51.68],[-4.937,51.681],[-4.931,51.68],[-4.938,51.678],[-4.936,51.674],[-4.939,51.674],[-4.941,51.676],[-4.946,51.677],[-4.95,51.677],[-4.953,51.675],[-4.957,51.676],[-4.96,51.676],[-4.964,51.677],[-4.967,51.675],[-4.973,51.674],[-4.98,51.675],[-4.979,51.678],[-4.986,51.685],[-4.984,51.686],[-4.98,51.687],[-4.981,51.689],[-4.985,51.69],[-4.99,51.689],[-5.005,51.69],[-5.007,51.688],[-5.009,51.69],[-5.021,51.692],[-5.027,51.695],[-5.036,51.695],[-5.038,51.693],[-5.042,51.695],[-5.051,51.694],[-5.052,51.69],[-5.057,51.688],[-5.05,51.687],[-5.045,51.685],[-5.042,51.681],[-5.045,51.677],[-5.051,51.676],[-5.057,51.677],[-5.06,51.678],[-5.066,51.677],[-5.074,51.678],[-5.078,51.679],[-5.081,51.682],[-5.08,51.685],[-5.076,51.687],[-5.08,51.69],[-5.102,51.691],[-5.11,51.692],[-5.114,51.69],[-5.107,51.687],[-5.108,51.685],[-5.116,51.684],[-5.12,51.684],[-5.125,51.681],[-5.121,51.679],[-5.117,51.675],[-5.113,51.674],[-5.108,51.67],[-5.104,51.67],[-5.101,51.667],[-5.096,51.668],[-5.092,51.666],[-5.09,51.667],[-5.085,51.665],[-5.077,51.664],[-5.075,51.665],[-5.067,51.665],[-5.065,51.663],[-5.06,51.657],[-5.059,51.653],[-5.055,51.65],[-5.055,51.647],[-5.052,51.645],[-5.05,51.641],[-5.05,51.638],[-5.052,51.636],[-5.051,51.633],[-5.057,51.633],[-5.062,51.629],[-5.062,51.623],[-5.059,51.621],[-5.052,51.62],[-5.048,51.62],[-5.046,51.619],[-5.041,51.62],[-5.04,51.618],[-5.033,51.618],[-5.031,51.616],[-5.028,51.615],[-5.02,51.614],[-5.017,51.611],[-5.013,51.61],[-5.008,51.609],[-5.002,51.611],[-4.994,51.611],[-4.99,51.611],[-4.989,51.613],[-4.984,51.611],[-4.983,51.61],[-4.977,51.609],[-4.973,51.606],[-4.965,51.606],[-4.956,51.604],[-4.956,51.602],[-4.95,51.6],[-4.949,51.598],[-4.946,51.598],[-4.938,51.597],[-4.936,51.599],[-4.931,51.599],[-4.926,51.596],[-4.923,51.598],[-4.925,51.599],[-4.925,51.602],[-4.923,51.603],[-4.922,51.608],[-4.921,51.61],[-4.916,51.608],[-4.908,51.612],[-4.903,51.612],[-4.898,51.61],[-4.897,51.613],[-4.901,51.614],[-4.904,51.617],[-4.898,51.622],[-4.901,51.624],[-4.897,51.629],[-4.891,51.631],[-4.881,51.632],[-4.88,51.635],[-4.877,51.637],[-4.866,51.638],[-4.863,51.64],[-4.868,51.641],[-4.867,51.643],[-4.861,51.647],[-4.85,51.647],[-4.843,51.645],[-4.836,51.645],[-4.835,51.648],[-4.827,51.647],[-4.825,51.646],[-4.826,51.644],[-4.824,51.642],[-4.817,51.643],[-4.816,51.645],[-4.811,51.644],[-4.807,51.644],[-4.803,51.642],[-4.807,51.641],[-4.806,51.639],[-4.797,51.638],[-4.787,51.638],[-4.786,51.635],[-4.781,51.635],[-4.779,51.638],[-4.775,51.64],[-4.777,51.642],[-4.77,51.643],[-4.769,51.644],[-4.765,51.644],[-4.761,51.644],[-4.756,51.644],[-4.756,51.646],[-4.76,51.646],[-4.762,51.649],[-4.76,51.651],[-4.757,51.654],[-4.751,51.654],[-4.746,51.653],[-4.744,51.653],[-4.738,51.653],[-4.735,51.652],[-4.725,51.652],[-4.721,51.651],[-4.716,51.654],[-4.714,51.659],[-4.708,51.664],[-4.703,51.668],[-4.7,51.669],[-4.696,51.671],[-4.702,51.675],[-4.702,51.677],[-4.695,51.686],[-4.695,51.688],[-4.689,51.69],[-4.689,51.692],[-4.681,51.698],[-4.688,51.699],[-4.692,51.704],[-4.695,51.706],[-4.698,51.711],[-4.686,51.722],[-4.676,51.727],[-4.661,51.732],[-4.654,51.733],[-4.641,51.735],[-4.633,51.735],[-4.635,51.74],[-4.632,51.742],[-4.633,51.747],[-4.63,51.748],[-4.627,51.751],[-4.63,51.752],[-4.631,51.757],[-4.626,51.762],[-4.624,51.763],[-4.623,51.768],[-4.627,51.772],[-4.635,51.771],[-4.64,51.775],[-4.644,51.776],[-4.645,51.778],[-4.635,51.783],[-4.634,51.785],[-4.637,51.787],[-4.637,51.789],[-4.641,51.791],[-4.642,51.793],[-4.645,51.797],[-4.638,51.799],[-4.633,51.802],[-4.626,51.803],[-4.618,51.808],[-4.617,51.811],[-4.622,51.814],[-4.626,51.816],[-4.634,51.82],[-4.634,51.822],[-4.64,51.824],[-4.643,51.827],[-4.643,51.83],[-4.646,51.831],[-4.652,51.832],[-4.657,51.832],[-4.663,51.833],[-4.665,51.835],[-4.67,51.837],[-4.673,51.836],[-4.682,51.838]]]]},"properties":{"PCON24NM":"Mid and South Pembrokeshire","PCON24CD":"W07000100"},"PCON24CD":637}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.65,51.826],[-2.657,51.827],[-2.658,51.832],[-2.66,51.834],[-2.666,51.836],[-2.677,51.836],[-2.683,51.838],[-2.687,51.836],[-2.687,51.833],[-2.693,51.834],[-2.693,51.838],[-2.697,51.845],[-2.7,51.843],[-2.705,51.846],[-2.707,51.843],[-2.707,51.839],[-2.71,51.839],[-2.716,51.841],[-2.719,51.844],[-2.718,51.847],[-2.72,51.849],[-2.726,51.844],[-2.728,51.84],[-2.732,51.841],[-2.739,51.837],[-2.741,51.839],[-2.74,51.842],[-2.747,51.845],[-2.757,51.846],[-2.758,51.85],[-2.764,51.856],[-2.765,51.858],[-2.769,51.86],[-2.778,51.865],[-2.779,51.867],[-2.777,51.873],[-2.774,51.875],[-2.77,51.88],[-2.779,51.884],[-2.785,51.884],[-2.79,51.886],[-2.799,51.89],[-2.802,51.891],[-2.802,51.893],[-2.805,51.896],[-2.814,51.898],[-2.816,51.899],[-2.818,51.904],[-2.821,51.905],[-2.833,51.905],[-2.836,51.906],[-2.837,51.914],[-2.84,51.915],[-2.841,51.917],[-2.845,51.915],[-2.854,51.916],[-2.861,51.914],[-2.863,51.917],[-2.851,51.919],[-2.847,51.92],[-2.845,51.922],[-2.848,51.924],[-2.854,51.924],[-2.859,51.928],[-2.863,51.927],[-2.87,51.927],[-2.872,51.93],[-2.875,51.933],[-2.883,51.934],[-2.888,51.934],[-2.889,51.932],[-2.887,51.928],[-2.893,51.925],[-2.9,51.926],[-2.905,51.925],[-2.908,51.921],[-2.913,51.92],[-2.916,51.918],[-2.92,51.917],[-2.928,51.914],[-2.934,51.915],[-2.936,51.913],[-2.939,51.912],[-2.942,51.91],[-2.95,51.909],[-2.954,51.906],[-2.961,51.907],[-2.968,51.905],[-2.973,51.906],[-2.974,51.911],[-2.973,51.915],[-2.976,51.921],[-2.974,51.921],[-2.975,51.925],[-2.978,51.927],[-2.984,51.926],[-2.987,51.926],[-2.999,51.923],[-3.002,51.924],[-3.008,51.927],[-3.01,51.933],[-3.008,51.938],[-3.013,51.945],[-3.022,51.951],[-3.022,51.952],[-3.026,51.957],[-3.035,51.96],[-3.038,51.965],[-3.041,51.968],[-3.051,51.972],[-3.057,51.975],[-3.06,51.979],[-3.067,51.983],[-3.077,51.976],[-3.078,51.973],[-3.083,51.973],[-3.087,51.97],[-3.093,51.965],[-3.088,51.959],[-3.082,51.955],[-3.085,51.953],[-3.09,51.95],[-3.087,51.948],[-3.085,51.942],[-3.08,51.936],[-3.084,51.933],[-3.084,51.931],[-3.079,51.928],[-3.079,51.925],[-3.07,51.922],[-3.065,51.919],[-3.062,51.919],[-3.06,51.917],[-3.06,51.914],[-3.05,51.911],[-3.05,51.907],[-3.048,51.904],[-3.043,51.901],[-3.043,51.899],[-3.039,51.894],[-3.039,51.892],[-3.042,51.89],[-3.04,51.885],[-3.043,51.881],[-3.057,51.88],[-3.062,51.877],[-3.064,51.879],[-3.069,51.875],[-3.072,51.875],[-3.073,51.872],[-3.07,51.87],[-3.066,51.865],[-3.063,51.863],[-3.07,51.861],[-3.077,51.858],[-3.076,51.855],[-3.083,51.852],[-3.084,51.85],[-3.09,51.848],[-3.096,51.847],[-3.098,51.844],[-3.096,51.842],[-3.097,51.839],[-3.103,51.84],[-3.104,51.837],[-3.102,51.832],[-3.106,51.833],[-3.109,51.835],[-3.117,51.837],[-3.118,51.839],[-3.124,51.834],[-3.127,51.836],[-3.133,51.832],[-3.134,51.829],[-3.137,51.828],[-3.142,51.825],[-3.14,51.823],[-3.144,51.82],[-3.148,51.819],[-3.153,51.817],[-3.157,51.816],[-3.152,51.814],[-3.15,51.81],[-3.151,51.808],[-3.146,51.805],[-3.149,51.804],[-3.153,51.804],[-3.152,51.799],[-3.155,51.796],[-3.145,51.795],[-3.142,51.795],[-3.138,51.793],[-3.134,51.793],[-3.122,51.795],[-3.116,51.795],[-3.108,51.796],[-3.096,51.792],[-3.082,51.788],[-3.077,51.789],[-3.059,51.784],[-3.043,51.77],[-3.048,51.77],[-3.048,51.766],[-3.051,51.764],[-3.049,51.76],[-3.044,51.756],[-3.035,51.753],[-3.028,51.745],[-3.028,51.74],[-3.034,51.726],[-3.025,51.718],[-3.019,51.72],[-3.014,51.719],[-3.005,51.721],[-3.001,51.721],[-2.997,51.718],[-2.992,51.719],[-2.985,51.716],[-2.982,51.714],[-2.985,51.711],[-2.986,51.709],[-2.992,51.706],[-2.995,51.701],[-2.997,51.7],[-2.999,51.697],[-3.002,51.691],[-2.998,51.691],[-2.99,51.692],[-2.983,51.692],[-2.98,51.693],[-2.971,51.694],[-2.969,51.691],[-2.971,51.69],[-2.975,51.686],[-2.978,51.679],[-2.982,51.675],[-2.99,51.676],[-2.99,51.68],[-3.002,51.678],[-3.003,51.673],[-3.003,51.67],[-3,51.667],[-2.997,51.667],[-2.991,51.664],[-2.99,51.659],[-2.979,51.654],[-2.977,51.651],[-2.976,51.647],[-2.979,51.645],[-2.979,51.642],[-2.974,51.639],[-2.975,51.637],[-2.972,51.634],[-2.969,51.632],[-2.96,51.631],[-2.959,51.629],[-2.954,51.63],[-2.948,51.629],[-2.947,51.626],[-2.944,51.623],[-2.945,51.621],[-2.942,51.62],[-2.943,51.62],[-2.939,51.619],[-2.932,51.619],[-2.924,51.626],[-2.92,51.627],[-2.912,51.623],[-2.908,51.629],[-2.905,51.63],[-2.901,51.628],[-2.896,51.631],[-2.9,51.632],[-2.895,51.637],[-2.892,51.637],[-2.886,51.64],[-2.884,51.642],[-2.874,51.639],[-2.87,51.642],[-2.859,51.644],[-2.855,51.644],[-2.848,51.647],[-2.843,51.646],[-2.837,51.649],[-2.834,51.648],[-2.834,51.645],[-2.828,51.643],[-2.825,51.639],[-2.82,51.633],[-2.816,51.631],[-2.812,51.626],[-2.806,51.624],[-2.807,51.62],[-2.803,51.618],[-2.804,51.616],[-2.808,51.617],[-2.83,51.615],[-2.828,51.61],[-2.832,51.609],[-2.834,51.606],[-2.836,51.603],[-2.841,51.604],[-2.841,51.602],[-2.847,51.601],[-2.846,51.599],[-2.851,51.594],[-2.849,51.591],[-2.846,51.59],[-2.846,51.587],[-2.851,51.585],[-2.852,51.581],[-2.855,51.582],[-2.858,51.578],[-2.853,51.571],[-2.846,51.573],[-2.845,51.569],[-2.834,51.57],[-2.834,51.565],[-2.831,51.561],[-2.822,51.554],[-2.819,51.555],[-2.805,51.56],[-2.791,51.567],[-2.773,51.573],[-2.765,51.575],[-2.756,51.579],[-2.752,51.579],[-2.748,51.58],[-2.744,51.581],[-2.725,51.582],[-2.717,51.582],[-2.713,51.582],[-2.709,51.587],[-2.704,51.589],[-2.7,51.594],[-2.694,51.599],[-2.687,51.603],[-2.677,51.607],[-2.671,51.608],[-2.667,51.611],[-2.662,51.619],[-2.658,51.622],[-2.659,51.624],[-2.665,51.629],[-2.67,51.634],[-2.67,51.636],[-2.667,51.639],[-2.667,51.643],[-2.669,51.645],[-2.672,51.646],[-2.677,51.644],[-2.681,51.647],[-2.68,51.65],[-2.671,51.657],[-2.667,51.663],[-2.669,51.664],[-2.674,51.661],[-2.68,51.659],[-2.686,51.661],[-2.687,51.663],[-2.685,51.668],[-2.677,51.67],[-2.67,51.67],[-2.661,51.671],[-2.659,51.672],[-2.658,51.675],[-2.662,51.677],[-2.668,51.678],[-2.673,51.681],[-2.674,51.683],[-2.67,51.688],[-2.67,51.694],[-2.674,51.697],[-2.681,51.699],[-2.684,51.701],[-2.684,51.703],[-2.679,51.703],[-2.676,51.701],[-2.673,51.701],[-2.669,51.702],[-2.669,51.706],[-2.673,51.71],[-2.68,51.714],[-2.682,51.721],[-2.681,51.724],[-2.687,51.728],[-2.688,51.731],[-2.685,51.733],[-2.676,51.735],[-2.672,51.737],[-2.672,51.741],[-2.67,51.743],[-2.666,51.748],[-2.663,51.753],[-2.666,51.757],[-2.672,51.759],[-2.674,51.761],[-2.68,51.769],[-2.68,51.771],[-2.675,51.776],[-2.676,51.78],[-2.673,51.785],[-2.676,51.788],[-2.673,51.789],[-2.673,51.793],[-2.67,51.794],[-2.677,51.799],[-2.678,51.804],[-2.673,51.809],[-2.659,51.811],[-2.659,51.814],[-2.661,51.818],[-2.659,51.82],[-2.661,51.823],[-2.65,51.824],[-2.65,51.826]]]},"properties":{"PCON24NM":"Monmouthshire","PCON24CD":"W07000101"},"PCON24CD":638}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.977,52.967],[-2.982,52.97],[-2.985,52.971],[-2.986,52.972],[-2.99,52.976],[-2.994,52.977],[-2.999,52.975],[-3.003,52.98],[-3.003,52.985],[-2.998,52.988],[-2.997,52.991],[-2.995,52.992],[-2.996,52.995],[-3,52.999],[-2.999,53.006],[-2.998,53.009],[-3.009,53.008],[-3.011,53.009],[-3.011,53.018],[-3.013,53.019],[-3.012,53.024],[-3.015,53.024],[-3.013,53.029],[-3.016,53.033],[-3.012,53.036],[-3.017,53.039],[-3.022,53.037],[-3.024,53.04],[-3.035,53.04],[-3.038,53.039],[-3.041,53.037],[-3.047,53.039],[-3.049,53.038],[-3.059,53.043],[-3.064,53.044],[-3.07,53.043],[-3.072,53.041],[-3.078,53.04],[-3.082,53.038],[-3.088,53.038],[-3.086,53.041],[-3.091,53.041],[-3.11,53.05],[-3.119,53.04],[-3.125,53.04],[-3.131,53.044],[-3.137,53.041],[-3.141,53.041],[-3.133,53.031],[-3.131,53.024],[-3.134,53.019],[-3.147,53.009],[-3.145,53.005],[-3.146,53.001],[-3.149,52.999],[-3.143,52.994],[-3.139,52.993],[-3.132,52.988],[-3.127,52.987],[-3.117,52.987],[-3.112,52.988],[-3.108,52.986],[-3.102,52.985],[-3.093,52.981],[-3.087,52.98],[-3.083,52.977],[-3.08,52.974],[-3.08,52.972],[-3.084,52.969],[-3.078,52.964],[-3.08,52.962],[-3.085,52.959],[-3.091,52.957],[-3.094,52.956],[-3.102,52.955],[-3.108,52.956],[-3.118,52.955],[-3.126,52.954],[-3.137,52.954],[-3.145,52.951],[-3.154,52.95],[-3.162,52.948],[-3.172,52.949],[-3.188,52.946],[-3.198,52.944],[-3.222,52.949],[-3.229,52.95],[-3.234,52.95],[-3.237,52.951],[-3.237,52.949],[-3.243,52.947],[-3.251,52.946],[-3.276,52.944],[-3.291,52.944],[-3.297,52.943],[-3.309,52.946],[-3.314,52.947],[-3.32,52.939],[-3.324,52.932],[-3.327,52.932],[-3.333,52.928],[-3.338,52.927],[-3.34,52.925],[-3.352,52.922],[-3.354,52.921],[-3.349,52.916],[-3.354,52.914],[-3.356,52.91],[-3.359,52.905],[-3.363,52.904],[-3.373,52.901],[-3.376,52.895],[-3.375,52.892],[-3.38,52.884],[-3.389,52.876],[-3.426,52.867],[-3.465,52.863],[-3.469,52.862],[-3.473,52.863],[-3.483,52.865],[-3.487,52.86],[-3.497,52.849],[-3.505,52.842],[-3.518,52.837],[-3.522,52.837],[-3.534,52.838],[-3.551,52.834],[-3.567,52.83],[-3.565,52.826],[-3.568,52.823],[-3.573,52.823],[-3.58,52.826],[-3.586,52.828],[-3.59,52.824],[-3.592,52.818],[-3.597,52.814],[-3.596,52.811],[-3.598,52.809],[-3.597,52.805],[-3.608,52.797],[-3.609,52.794],[-3.607,52.791],[-3.606,52.787],[-3.597,52.783],[-3.599,52.779],[-3.596,52.777],[-3.593,52.77],[-3.59,52.766],[-3.594,52.762],[-3.592,52.76],[-3.595,52.757],[-3.593,52.753],[-3.593,52.751],[-3.588,52.747],[-3.591,52.744],[-3.591,52.742],[-3.589,52.739],[-3.584,52.74],[-3.584,52.737],[-3.592,52.735],[-3.593,52.731],[-3.599,52.726],[-3.601,52.721],[-3.602,52.719],[-3.601,52.716],[-3.602,52.713],[-3.605,52.709],[-3.603,52.705],[-3.608,52.704],[-3.614,52.702],[-3.62,52.697],[-3.627,52.697],[-3.634,52.696],[-3.643,52.696],[-3.648,52.695],[-3.65,52.694],[-3.655,52.692],[-3.659,52.691],[-3.669,52.692],[-3.676,52.694],[-3.678,52.693],[-3.684,52.694],[-3.688,52.691],[-3.693,52.687],[-3.697,52.688],[-3.7,52.684],[-3.704,52.683],[-3.701,52.679],[-3.702,52.677],[-3.707,52.676],[-3.706,52.673],[-3.709,52.671],[-3.713,52.672],[-3.713,52.676],[-3.717,52.679],[-3.724,52.677],[-3.729,52.678],[-3.737,52.678],[-3.744,52.681],[-3.753,52.675],[-3.757,52.67],[-3.76,52.67],[-3.765,52.673],[-3.77,52.671],[-3.775,52.672],[-3.788,52.671],[-3.795,52.673],[-3.804,52.678],[-3.808,52.678],[-3.808,52.675],[-3.814,52.674],[-3.818,52.673],[-3.818,52.671],[-3.822,52.667],[-3.829,52.662],[-3.83,52.66],[-3.837,52.656],[-3.841,52.651],[-3.841,52.648],[-3.843,52.645],[-3.844,52.641],[-3.842,52.638],[-3.834,52.636],[-3.835,52.633],[-3.838,52.631],[-3.841,52.631],[-3.846,52.629],[-3.846,52.625],[-3.844,52.623],[-3.849,52.621],[-3.85,52.619],[-3.847,52.617],[-3.845,52.611],[-3.849,52.607],[-3.844,52.605],[-3.842,52.602],[-3.842,52.6],[-3.849,52.601],[-3.858,52.6],[-3.861,52.599],[-3.865,52.593],[-3.868,52.591],[-3.875,52.593],[-3.873,52.59],[-3.875,52.587],[-3.877,52.583],[-3.882,52.583],[-3.884,52.58],[-3.892,52.577],[-3.9,52.579],[-3.906,52.577],[-3.91,52.577],[-3.915,52.578],[-3.914,52.575],[-3.915,52.573],[-3.921,52.572],[-3.923,52.57],[-3.928,52.571],[-3.929,52.566],[-3.927,52.564],[-3.926,52.561],[-3.918,52.561],[-3.914,52.562],[-3.908,52.56],[-3.906,52.561],[-3.898,52.56],[-3.896,52.561],[-3.886,52.56],[-3.878,52.561],[-3.874,52.56],[-3.87,52.561],[-3.86,52.561],[-3.851,52.557],[-3.846,52.553],[-3.841,52.551],[-3.84,52.539],[-3.838,52.537],[-3.839,52.531],[-3.836,52.526],[-3.844,52.517],[-3.844,52.512],[-3.841,52.511],[-3.841,52.507],[-3.838,52.502],[-3.838,52.498],[-3.832,52.495],[-3.833,52.493],[-3.827,52.489],[-3.828,52.486],[-3.825,52.484],[-3.814,52.483],[-3.812,52.479],[-3.81,52.479],[-3.805,52.481],[-3.802,52.484],[-3.798,52.485],[-3.797,52.488],[-3.793,52.487],[-3.778,52.488],[-3.774,52.488],[-3.77,52.491],[-3.769,52.494],[-3.77,52.496],[-3.766,52.5],[-3.763,52.5],[-3.753,52.503],[-3.749,52.506],[-3.742,52.508],[-3.733,52.507],[-3.73,52.499],[-3.741,52.496],[-3.739,52.487],[-3.741,52.481],[-3.743,52.477],[-3.746,52.473],[-3.758,52.471],[-3.765,52.47],[-3.767,52.468],[-3.764,52.465],[-3.764,52.459],[-3.767,52.455],[-3.771,52.446],[-3.772,52.442],[-3.769,52.441],[-3.762,52.44],[-3.754,52.435],[-3.747,52.432],[-3.739,52.431],[-3.736,52.428],[-3.731,52.425],[-3.734,52.422],[-3.726,52.416],[-3.715,52.415],[-3.712,52.413],[-3.712,52.408],[-3.713,52.402],[-3.707,52.4],[-3.711,52.393],[-3.704,52.389],[-3.701,52.383],[-3.701,52.377],[-3.696,52.371],[-3.696,52.368],[-3.692,52.367],[-3.685,52.368],[-3.684,52.37],[-3.682,52.375],[-3.681,52.38],[-3.678,52.382],[-3.672,52.383],[-3.667,52.385],[-3.653,52.381],[-3.646,52.38],[-3.646,52.375],[-3.641,52.372],[-3.636,52.37],[-3.623,52.369],[-3.606,52.361],[-3.597,52.359],[-3.588,52.358],[-3.587,52.359],[-3.592,52.364],[-3.594,52.367],[-3.592,52.372],[-3.583,52.373],[-3.576,52.373],[-3.572,52.374],[-3.566,52.383],[-3.558,52.389],[-3.558,52.39],[-3.551,52.395],[-3.539,52.398],[-3.539,52.403],[-3.535,52.405],[-3.532,52.405],[-3.52,52.406],[-3.516,52.409],[-3.509,52.407],[-3.505,52.405],[-3.498,52.403],[-3.494,52.399],[-3.492,52.398],[-3.492,52.394],[-3.49,52.392],[-3.486,52.393],[-3.477,52.391],[-3.471,52.393],[-3.468,52.395],[-3.462,52.395],[-3.454,52.401],[-3.443,52.402],[-3.437,52.403],[-3.436,52.406],[-3.428,52.41],[-3.427,52.412],[-3.423,52.414],[-3.416,52.427],[-3.412,52.43],[-3.399,52.431],[-3.397,52.433],[-3.403,52.436],[-3.398,52.439],[-3.392,52.441],[-3.381,52.441],[-3.374,52.444],[-3.367,52.444],[-3.363,52.441],[-3.36,52.439],[-3.353,52.44],[-3.35,52.44],[-3.344,52.435],[-3.341,52.436],[-3.339,52.439],[-3.335,52.44],[-3.332,52.444],[-3.33,52.445],[-3.323,52.443],[-3.317,52.444],[-3.312,52.444],[-3.305,52.449],[-3.296,52.451],[-3.295,52.454],[-3.287,52.458],[-3.274,52.46],[-3.271,52.462],[-3.261,52.463],[-3.254,52.464],[-3.253,52.462],[-3.247,52.461],[-3.238,52.457],[-3.232,52.457],[-3.231,52.453],[-3.223,52.457],[-3.217,52.463],[-3.216,52.466],[-3.212,52.468],[-3.197,52.475],[-3.194,52.476],[-3.181,52.474],[-3.171,52.479],[-3.157,52.485],[-3.145,52.489],[-3.139,52.492],[-3.128,52.492],[-3.121,52.494],[-3.118,52.495],[-3.113,52.498],[-3.109,52.499],[-3.098,52.5],[-3.086,52.499],[-3.076,52.499],[-3.054,52.5],[-3.046,52.499],[-3.044,52.5],[-3.029,52.501],[-3.033,52.504],[-3.034,52.506],[-3.032,52.51],[-3.036,52.512],[-3.032,52.519],[-3.032,52.524],[-3.027,52.524],[-3.023,52.523],[-3.02,52.523],[-3.016,52.522],[-3.012,52.522],[-3.011,52.52],[-3.006,52.52],[-3.001,52.523],[-3.001,52.525],[-3.005,52.529],[-3.002,52.532],[-3.004,52.534],[-3,52.541],[-2.998,52.548],[-2.995,52.552],[-3,52.555],[-2.998,52.556],[-2.999,52.559],[-2.998,52.564],[-3.001,52.568],[-3.007,52.574],[-3.014,52.575],[-3.02,52.575],[-3.028,52.573],[-3.036,52.572],[-3.043,52.568],[-3.05,52.561],[-3.057,52.559],[-3.06,52.555],[-3.065,52.557],[-3.072,52.554],[-3.081,52.552],[-3.087,52.551],[-3.086,52.549],[-3.092,52.548],[-3.094,52.545],[-3.091,52.543],[-3.083,52.541],[-3.081,52.539],[-3.083,52.536],[-3.091,52.533],[-3.098,52.533],[-3.1,52.531],[-3.104,52.531],[-3.122,52.528],[-3.127,52.528],[-3.131,52.527],[-3.135,52.528],[-3.137,52.534],[-3.13,52.537],[-3.117,52.538],[-3.111,52.541],[-3.117,52.552],[-3.126,52.564],[-3.127,52.566],[-3.132,52.569],[-3.135,52.572],[-3.138,52.574],[-3.138,52.583],[-3.14,52.585],[-3.136,52.586],[-3.13,52.586],[-3.122,52.588],[-3.118,52.586],[-3.114,52.589],[-3.11,52.59],[-3.106,52.595],[-3.102,52.595],[-3.101,52.598],[-3.089,52.6],[-3.089,52.603],[-3.091,52.606],[-3.093,52.61],[-3.083,52.616],[-3.083,52.619],[-3.081,52.622],[-3.072,52.626],[-3.075,52.627],[-3.068,52.631],[-3.065,52.63],[-3.06,52.631],[-3.063,52.634],[-3.075,52.639],[-3.082,52.641],[-3.069,52.646],[-3.063,52.645],[-3.058,52.647],[-3.052,52.647],[-3.052,52.652],[-3.049,52.654],[-3.045,52.657],[-3.049,52.658],[-3.049,52.663],[-3.045,52.666],[-3.043,52.668],[-3.043,52.672],[-3.039,52.675],[-3.046,52.675],[-3.043,52.679],[-3.043,52.685],[-3.043,52.687],[-3.047,52.691],[-3.041,52.693],[-3.036,52.693],[-3.032,52.697],[-3.032,52.7],[-3.029,52.703],[-3.026,52.704],[-3.023,52.707],[-3.022,52.711],[-3.025,52.715],[-3.025,52.717],[-3.02,52.722],[-3.012,52.721],[-3.008,52.722],[-3.006,52.721],[-3.001,52.72],[-2.997,52.722],[-2.985,52.723],[-2.982,52.726],[-2.978,52.726],[-2.975,52.723],[-2.977,52.72],[-2.978,52.716],[-2.966,52.714],[-2.961,52.716],[-2.962,52.72],[-2.961,52.721],[-2.962,52.726],[-2.967,52.726],[-2.967,52.729],[-2.965,52.732],[-2.969,52.732],[-2.971,52.735],[-2.974,52.736],[-2.979,52.734],[-2.987,52.733],[-2.991,52.734],[-2.997,52.736],[-2.997,52.739],[-2.993,52.739],[-2.992,52.744],[-3,52.745],[-3.008,52.749],[-3.01,52.75],[-3.016,52.748],[-3.02,52.753],[-3.014,52.754],[-3.011,52.758],[-3.011,52.762],[-3.018,52.768],[-3.024,52.764],[-3.031,52.766],[-3.037,52.765],[-3.035,52.768],[-3.038,52.77],[-3.044,52.769],[-3.048,52.767],[-3.053,52.77],[-3.05,52.772],[-3.058,52.774],[-3.059,52.771],[-3.063,52.771],[-3.067,52.774],[-3.07,52.774],[-3.072,52.77],[-3.075,52.77],[-3.08,52.772],[-3.078,52.774],[-3.081,52.778],[-3.089,52.778],[-3.088,52.78],[-3.092,52.787],[-3.086,52.79],[-3.087,52.796],[-3.091,52.796],[-3.098,52.791],[-3.106,52.793],[-3.108,52.791],[-3.107,52.79],[-3.11,52.787],[-3.116,52.786],[-3.119,52.787],[-3.126,52.787],[-3.131,52.788],[-3.142,52.79],[-3.145,52.789],[-3.147,52.792],[-3.152,52.793],[-3.158,52.793],[-3.162,52.799],[-3.156,52.801],[-3.154,52.804],[-3.153,52.807],[-3.156,52.808],[-3.159,52.807],[-3.161,52.804],[-3.168,52.808],[-3.165,52.812],[-3.168,52.819],[-3.165,52.823],[-3.161,52.826],[-3.158,52.83],[-3.154,52.832],[-3.156,52.837],[-3.152,52.84],[-3.152,52.842],[-3.158,52.847],[-3.163,52.847],[-3.158,52.85],[-3.154,52.854],[-3.148,52.856],[-3.142,52.86],[-3.134,52.862],[-3.128,52.867],[-3.129,52.869],[-3.136,52.871],[-3.14,52.874],[-3.142,52.873],[-3.152,52.878],[-3.153,52.88],[-3.148,52.881],[-3.147,52.885],[-3.136,52.886],[-3.147,52.89],[-3.145,52.893],[-3.138,52.895],[-3.133,52.895],[-3.127,52.894],[-3.122,52.895],[-3.115,52.895],[-3.114,52.895],[-3.117,52.9],[-3.115,52.905],[-3.113,52.906],[-3.113,52.912],[-3.109,52.92],[-3.106,52.921],[-3.1,52.928],[-3.096,52.93],[-3.088,52.929],[-3.084,52.927],[-3.076,52.925],[-3.07,52.927],[-3.063,52.927],[-3.062,52.929],[-3.056,52.928],[-3.052,52.929],[-3.048,52.928],[-3.046,52.929],[-3.041,52.928],[-3.035,52.93],[-3.031,52.931],[-3.028,52.937],[-3.023,52.941],[-3.023,52.943],[-3.017,52.949],[-3.012,52.95],[-3.01,52.956],[-3.004,52.958],[-2.994,52.958],[-2.99,52.96],[-2.985,52.959],[-2.982,52.959],[-2.98,52.962],[-2.979,52.965],[-2.977,52.967]]]},"properties":{"PCON24NM":"Montgomeryshire and Glyndwr","PCON24CD":"W07000102"},"PCON24CD":639}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.591,51.755],[-3.596,51.759],[-3.595,51.762],[-3.598,51.764],[-3.598,51.77],[-3.601,51.772],[-3.605,51.773],[-3.612,51.772],[-3.615,51.773],[-3.622,51.774],[-3.629,51.775],[-3.634,51.778],[-3.637,51.777],[-3.641,51.781],[-3.649,51.782],[-3.653,51.785],[-3.664,51.785],[-3.669,51.786],[-3.67,51.787],[-3.674,51.785],[-3.679,51.784],[-3.683,51.781],[-3.686,51.78],[-3.691,51.782],[-3.707,51.78],[-3.711,51.778],[-3.719,51.778],[-3.728,51.776],[-3.737,51.77],[-3.732,51.767],[-3.735,51.764],[-3.738,51.758],[-3.742,51.757],[-3.746,51.753],[-3.751,51.754],[-3.755,51.753],[-3.77,51.755],[-3.777,51.748],[-3.778,51.744],[-3.778,51.738],[-3.777,51.737],[-3.778,51.734],[-3.777,51.73],[-3.779,51.728],[-3.781,51.724],[-3.785,51.719],[-3.797,51.707],[-3.8,51.708],[-3.804,51.707],[-3.807,51.705],[-3.81,51.705],[-3.812,51.703],[-3.818,51.701],[-3.822,51.697],[-3.827,51.698],[-3.828,51.699],[-3.835,51.698],[-3.845,51.698],[-3.849,51.7],[-3.856,51.698],[-3.856,51.7],[-3.859,51.701],[-3.865,51.705],[-3.867,51.703],[-3.876,51.704],[-3.873,51.706],[-3.874,51.709],[-3.88,51.712],[-3.881,51.714],[-3.879,51.716],[-3.881,51.72],[-3.883,51.718],[-3.887,51.717],[-3.892,51.714],[-3.9,51.712],[-3.904,51.708],[-3.907,51.702],[-3.911,51.699],[-3.907,51.697],[-3.91,51.695],[-3.91,51.693],[-3.907,51.693],[-3.902,51.69],[-3.905,51.687],[-3.905,51.686],[-3.902,51.68],[-3.906,51.675],[-3.908,51.674],[-3.916,51.674],[-3.917,51.668],[-3.919,51.666],[-3.92,51.661],[-3.922,51.66],[-3.924,51.652],[-3.927,51.65],[-3.93,51.649],[-3.934,51.645],[-3.931,51.641],[-3.931,51.639],[-3.935,51.636],[-3.934,51.634],[-3.934,51.629],[-3.936,51.625],[-3.935,51.621],[-3.93,51.616],[-3.926,51.615],[-3.927,51.611],[-3.919,51.609],[-3.903,51.613],[-3.893,51.619],[-3.879,51.617],[-3.871,51.618],[-3.868,51.619],[-3.861,51.619],[-3.855,51.618],[-3.851,51.618],[-3.843,51.622],[-3.837,51.624],[-3.834,51.626],[-3.832,51.634],[-3.832,51.636],[-3.836,51.638],[-3.839,51.645],[-3.839,51.649],[-3.836,51.652],[-3.832,51.651],[-3.822,51.645],[-3.815,51.644],[-3.811,51.642],[-3.807,51.644],[-3.8,51.643],[-3.799,51.641],[-3.793,51.642],[-3.79,51.641],[-3.784,51.641],[-3.78,51.64],[-3.768,51.643],[-3.765,51.646],[-3.767,51.652],[-3.765,51.657],[-3.754,51.666],[-3.749,51.662],[-3.743,51.663],[-3.741,51.664],[-3.738,51.662],[-3.735,51.664],[-3.726,51.666],[-3.726,51.668],[-3.72,51.67],[-3.721,51.672],[-3.725,51.674],[-3.731,51.675],[-3.731,51.677],[-3.728,51.678],[-3.719,51.678],[-3.714,51.677],[-3.709,51.678],[-3.699,51.683],[-3.695,51.683],[-3.685,51.685],[-3.684,51.681],[-3.667,51.681],[-3.659,51.684],[-3.653,51.687],[-3.65,51.691],[-3.638,51.698],[-3.628,51.705],[-3.626,51.707],[-3.618,51.711],[-3.612,51.717],[-3.6,51.721],[-3.593,51.72],[-3.582,51.714],[-3.579,51.718],[-3.582,51.735],[-3.591,51.749],[-3.59,51.75],[-3.594,51.753],[-3.591,51.755]]]},"properties":{"PCON24NM":"Neath and Swansea East","PCON24CD":"W07000103"},"PCON24CD":640}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.945,51.621],[-2.944,51.623],[-2.947,51.626],[-2.948,51.629],[-2.954,51.63],[-2.959,51.629],[-2.959,51.627],[-2.965,51.625],[-2.968,51.627],[-2.971,51.626],[-2.979,51.627],[-2.984,51.627],[-2.989,51.629],[-2.993,51.627],[-2.991,51.625],[-2.999,51.622],[-3,51.62],[-3.009,51.621],[-3.019,51.618],[-3.021,51.616],[-3.027,51.617],[-3.033,51.621],[-3.039,51.622],[-3.044,51.623],[-3.048,51.622],[-3.05,51.617],[-3.045,51.614],[-3.045,51.612],[-3.047,51.609],[-3.045,51.607],[-3.037,51.607],[-3.029,51.603],[-3.03,51.601],[-3.03,51.599],[-3.032,51.594],[-3.027,51.593],[-3.012,51.598],[-3.005,51.6],[-3.003,51.598],[-3.005,51.596],[-2.997,51.594],[-2.996,51.591],[-3.003,51.589],[-3.006,51.584],[-3.007,51.58],[-3.008,51.576],[-3.007,51.566],[-3.007,51.561],[-3.005,51.559],[-3,51.558],[-2.997,51.557],[-2.993,51.552],[-2.988,51.549],[-2.971,51.555],[-2.969,51.558],[-2.971,51.56],[-2.978,51.562],[-2.983,51.565],[-2.987,51.568],[-2.987,51.571],[-2.985,51.574],[-2.977,51.575],[-2.976,51.577],[-2.982,51.58],[-2.985,51.584],[-2.994,51.589],[-2.995,51.592],[-2.991,51.595],[-2.99,51.598],[-2.993,51.609],[-2.984,51.61],[-2.98,51.607],[-2.977,51.606],[-2.976,51.61],[-2.972,51.609],[-2.967,51.605],[-2.962,51.603],[-2.957,51.602],[-2.955,51.606],[-2.95,51.608],[-2.947,51.607],[-2.944,51.611],[-2.936,51.615],[-2.941,51.616],[-2.944,51.618],[-2.945,51.621]]],[[[-2.822,51.554],[-2.831,51.561],[-2.834,51.565],[-2.834,51.57],[-2.845,51.569],[-2.846,51.573],[-2.853,51.571],[-2.858,51.578],[-2.855,51.582],[-2.852,51.581],[-2.851,51.585],[-2.846,51.587],[-2.846,51.59],[-2.849,51.591],[-2.851,51.594],[-2.846,51.599],[-2.847,51.601],[-2.841,51.602],[-2.841,51.604],[-2.836,51.603],[-2.834,51.606],[-2.832,51.609],[-2.828,51.61],[-2.83,51.615],[-2.808,51.617],[-2.804,51.616],[-2.803,51.618],[-2.807,51.62],[-2.806,51.624],[-2.812,51.626],[-2.816,51.631],[-2.82,51.633],[-2.825,51.639],[-2.828,51.643],[-2.834,51.645],[-2.834,51.648],[-2.837,51.649],[-2.843,51.646],[-2.848,51.647],[-2.855,51.644],[-2.859,51.644],[-2.87,51.642],[-2.874,51.639],[-2.884,51.642],[-2.886,51.64],[-2.889,51.637],[-2.897,51.634],[-2.899,51.632],[-2.896,51.63],[-2.901,51.627],[-2.904,51.627],[-2.908,51.629],[-2.91,51.626],[-2.909,51.623],[-2.913,51.623],[-2.921,51.627],[-2.927,51.623],[-2.931,51.619],[-2.939,51.618],[-2.935,51.616],[-2.936,51.614],[-2.943,51.611],[-2.943,51.609],[-2.946,51.606],[-2.95,51.608],[-2.954,51.605],[-2.955,51.602],[-2.961,51.602],[-2.969,51.605],[-2.972,51.608],[-2.975,51.608],[-2.976,51.606],[-2.98,51.605],[-2.985,51.609],[-2.989,51.609],[-2.992,51.608],[-2.989,51.604],[-2.988,51.597],[-2.993,51.591],[-2.99,51.587],[-2.984,51.585],[-2.981,51.582],[-2.974,51.578],[-2.974,51.575],[-2.976,51.573],[-2.982,51.572],[-2.984,51.57],[-2.984,51.568],[-2.979,51.565],[-2.97,51.562],[-2.965,51.558],[-2.966,51.555],[-2.97,51.552],[-2.98,51.548],[-2.982,51.546],[-2.98,51.544],[-2.975,51.543],[-2.97,51.54],[-2.963,51.538],[-2.962,51.537],[-2.951,51.535],[-2.936,51.536],[-2.916,51.536],[-2.908,51.533],[-2.902,51.535],[-2.895,51.536],[-2.891,51.536],[-2.884,51.539],[-2.88,51.539],[-2.87,51.542],[-2.863,51.543],[-2.853,51.544],[-2.845,51.546],[-2.837,51.549],[-2.832,51.55],[-2.823,51.554],[-2.822,51.554]]]]},"properties":{"PCON24NM":"Newport East","PCON24CD":"W07000104"},"PCON24CD":641}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.116,51.691],[-3.123,51.686],[-3.122,51.684],[-3.126,51.682],[-3.135,51.681],[-3.139,51.683],[-3.138,51.685],[-3.132,51.689],[-3.129,51.693],[-3.128,51.695],[-3.134,51.699],[-3.139,51.699],[-3.146,51.702],[-3.146,51.709],[-3.147,51.71],[-3.152,51.71],[-3.156,51.713],[-3.159,51.713],[-3.167,51.71],[-3.174,51.717],[-3.179,51.719],[-3.178,51.721],[-3.185,51.726],[-3.194,51.739],[-3.21,51.75],[-3.214,51.748],[-3.217,51.747],[-3.22,51.745],[-3.217,51.743],[-3.215,51.738],[-3.212,51.734],[-3.212,51.731],[-3.216,51.73],[-3.22,51.727],[-3.224,51.728],[-3.223,51.723],[-3.219,51.718],[-3.22,51.715],[-3.218,51.711],[-3.213,51.706],[-3.208,51.703],[-3.207,51.697],[-3.208,51.692],[-3.207,51.687],[-3.212,51.681],[-3.212,51.68],[-3.211,51.677],[-3.214,51.673],[-3.215,51.665],[-3.208,51.659],[-3.204,51.66],[-3.196,51.659],[-3.185,51.661],[-3.186,51.663],[-3.177,51.664],[-3.17,51.662],[-3.171,51.66],[-3.168,51.653],[-3.169,51.65],[-3.166,51.643],[-3.167,51.64],[-3.163,51.638],[-3.153,51.637],[-3.147,51.636],[-3.144,51.633],[-3.144,51.628],[-3.141,51.623],[-3.136,51.622],[-3.133,51.619],[-3.132,51.613],[-3.129,51.611],[-3.126,51.61],[-3.12,51.608],[-3.115,51.607],[-3.11,51.603],[-3.111,51.601],[-3.108,51.6],[-3.107,51.597],[-3.109,51.595],[-3.12,51.593],[-3.121,51.59],[-3.124,51.588],[-3.124,51.584],[-3.122,51.58],[-3.116,51.581],[-3.105,51.575],[-3.1,51.576],[-3.097,51.572],[-3.091,51.57],[-3.09,51.568],[-3.094,51.563],[-3.099,51.564],[-3.1,51.565],[-3.104,51.564],[-3.1,51.56],[-3.102,51.559],[-3.107,51.558],[-3.109,51.555],[-3.111,51.554],[-3.11,51.551],[-3.112,51.549],[-3.117,51.548],[-3.119,51.546],[-3.108,51.545],[-3.108,51.543],[-3.095,51.537],[-3.094,51.536],[-3.091,51.533],[-3.081,51.532],[-3.078,51.528],[-3.08,51.527],[-3.077,51.524],[-3.069,51.52],[-3.072,51.518],[-3.078,51.517],[-3.081,51.515],[-3.078,51.513],[-3.089,51.51],[-3.086,51.505],[-3.083,51.502],[-3.076,51.505],[-3.071,51.504],[-3.065,51.506],[-3.057,51.509],[-3.054,51.512],[-3.047,51.514],[-3.044,51.517],[-3.043,51.519],[-3.033,51.519],[-3.028,51.521],[-3.005,51.53],[-2.995,51.536],[-2.993,51.543],[-2.99,51.545],[-2.99,51.548],[-2.996,51.553],[-2.997,51.556],[-3.003,51.558],[-3.005,51.559],[-3.007,51.561],[-3.007,51.566],[-3.008,51.576],[-3.007,51.58],[-3.006,51.584],[-3.003,51.589],[-2.996,51.591],[-2.997,51.594],[-3.005,51.596],[-3.003,51.598],[-3.005,51.6],[-3.012,51.598],[-3.027,51.593],[-3.032,51.594],[-3.03,51.599],[-3.03,51.601],[-3.029,51.603],[-3.037,51.607],[-3.045,51.607],[-3.051,51.609],[-3.057,51.61],[-3.063,51.612],[-3.067,51.616],[-3.071,51.618],[-3.079,51.618],[-3.086,51.621],[-3.087,51.627],[-3.102,51.631],[-3.103,51.634],[-3.098,51.637],[-3.094,51.638],[-3.089,51.642],[-3.085,51.647],[-3.076,51.652],[-3.075,51.653],[-3.077,51.659],[-3.073,51.663],[-3.073,51.671],[-3.072,51.674],[-3.081,51.683],[-3.083,51.684],[-3.084,51.688],[-3.092,51.687],[-3.1,51.682],[-3.103,51.682],[-3.116,51.685],[-3.115,51.69],[-3.116,51.691]]]},"properties":{"PCON24NM":"Newport West and Islwyn","PCON24CD":"W07000105"},"PCON24CD":642}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.314,51.645],[-3.314,51.648],[-3.316,51.649],[-3.313,51.651],[-3.314,51.656],[-3.318,51.656],[-3.324,51.654],[-3.329,51.655],[-3.334,51.66],[-3.34,51.667],[-3.343,51.668],[-3.344,51.671],[-3.349,51.677],[-3.357,51.682],[-3.365,51.696],[-3.372,51.702],[-3.381,51.711],[-3.391,51.705],[-3.396,51.703],[-3.395,51.7],[-3.399,51.699],[-3.402,51.696],[-3.4,51.694],[-3.403,51.692],[-3.399,51.69],[-3.402,51.686],[-3.407,51.68],[-3.406,51.678],[-3.419,51.668],[-3.426,51.671],[-3.43,51.667],[-3.43,51.665],[-3.424,51.659],[-3.423,51.66],[-3.41,51.647],[-3.405,51.639],[-3.4,51.634],[-3.392,51.628],[-3.384,51.625],[-3.379,51.622],[-3.382,51.618],[-3.379,51.616],[-3.381,51.613],[-3.38,51.61],[-3.378,51.607],[-3.378,51.602],[-3.374,51.599],[-3.374,51.597],[-3.37,51.591],[-3.373,51.588],[-3.376,51.582],[-3.372,51.579],[-3.37,51.575],[-3.372,51.566],[-3.375,51.565],[-3.38,51.567],[-3.382,51.566],[-3.394,51.566],[-3.403,51.568],[-3.406,51.567],[-3.409,51.562],[-3.409,51.56],[-3.416,51.556],[-3.421,51.555],[-3.43,51.555],[-3.436,51.553],[-3.44,51.556],[-3.439,51.561],[-3.454,51.566],[-3.453,51.569],[-3.467,51.566],[-3.473,51.568],[-3.48,51.57],[-3.484,51.573],[-3.486,51.57],[-3.482,51.568],[-3.477,51.566],[-3.478,51.56],[-3.48,51.559],[-3.475,51.557],[-3.47,51.554],[-3.47,51.549],[-3.467,51.546],[-3.463,51.543],[-3.468,51.54],[-3.475,51.54],[-3.477,51.539],[-3.482,51.531],[-3.48,51.529],[-3.483,51.527],[-3.484,51.522],[-3.488,51.517],[-3.495,51.514],[-3.498,51.513],[-3.489,51.513],[-3.475,51.515],[-3.465,51.515],[-3.453,51.511],[-3.443,51.51],[-3.44,51.508],[-3.433,51.506],[-3.429,51.508],[-3.428,51.506],[-3.423,51.507],[-3.42,51.505],[-3.417,51.507],[-3.41,51.506],[-3.413,51.509],[-3.414,51.513],[-3.412,51.514],[-3.411,51.518],[-3.401,51.521],[-3.396,51.524],[-3.396,51.529],[-3.393,51.531],[-3.393,51.533],[-3.39,51.533],[-3.391,51.53],[-3.39,51.528],[-3.377,51.532],[-3.37,51.533],[-3.369,51.53],[-3.366,51.531],[-3.365,51.533],[-3.357,51.535],[-3.354,51.534],[-3.35,51.533],[-3.344,51.535],[-3.338,51.536],[-3.336,51.537],[-3.327,51.535],[-3.324,51.536],[-3.322,51.539],[-3.323,51.542],[-3.321,51.543],[-3.313,51.543],[-3.31,51.549],[-3.306,51.548],[-3.3,51.549],[-3.298,51.548],[-3.29,51.55],[-3.285,51.55],[-3.281,51.551],[-3.274,51.551],[-3.273,51.548],[-3.271,51.553],[-3.271,51.556],[-3.274,51.56],[-3.277,51.562],[-3.278,51.564],[-3.285,51.569],[-3.279,51.57],[-3.271,51.566],[-3.264,51.569],[-3.268,51.573],[-3.269,51.577],[-3.266,51.579],[-3.27,51.584],[-3.277,51.587],[-3.281,51.585],[-3.288,51.588],[-3.291,51.592],[-3.294,51.598],[-3.293,51.601],[-3.296,51.603],[-3.303,51.615],[-3.3,51.618],[-3.306,51.621],[-3.303,51.624],[-3.305,51.628],[-3.303,51.629],[-3.303,51.635],[-3.308,51.639],[-3.314,51.645]]]},"properties":{"PCON24NM":"Pontypridd","PCON24CD":"W07000106"},"PCON24CD":643}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.43,51.667],[-3.44,51.672],[-3.445,51.676],[-3.448,51.675],[-3.455,51.677],[-3.462,51.677],[-3.487,51.686],[-3.498,51.694],[-3.507,51.701],[-3.513,51.702],[-3.521,51.703],[-3.53,51.708],[-3.536,51.71],[-3.541,51.712],[-3.547,51.711],[-3.553,51.712],[-3.56,51.712],[-3.582,51.714],[-3.585,51.703],[-3.581,51.695],[-3.586,51.69],[-3.584,51.686],[-3.588,51.682],[-3.59,51.679],[-3.582,51.674],[-3.576,51.664],[-3.575,51.662],[-3.564,51.655],[-3.562,51.647],[-3.565,51.642],[-3.58,51.645],[-3.595,51.641],[-3.596,51.638],[-3.6,51.638],[-3.603,51.634],[-3.608,51.632],[-3.606,51.628],[-3.611,51.627],[-3.613,51.623],[-3.612,51.618],[-3.611,51.617],[-3.611,51.611],[-3.608,51.61],[-3.608,51.606],[-3.613,51.598],[-3.609,51.596],[-3.61,51.594],[-3.612,51.587],[-3.612,51.583],[-3.614,51.58],[-3.614,51.578],[-3.61,51.571],[-3.606,51.567],[-3.6,51.566],[-3.6,51.564],[-3.597,51.561],[-3.592,51.56],[-3.593,51.558],[-3.589,51.556],[-3.581,51.554],[-3.565,51.556],[-3.564,51.557],[-3.556,51.561],[-3.552,51.561],[-3.548,51.564],[-3.542,51.566],[-3.535,51.564],[-3.528,51.565],[-3.527,51.567],[-3.53,51.571],[-3.508,51.571],[-3.506,51.57],[-3.503,51.572],[-3.497,51.573],[-3.492,51.573],[-3.489,51.574],[-3.484,51.573],[-3.48,51.57],[-3.473,51.568],[-3.467,51.566],[-3.453,51.569],[-3.454,51.566],[-3.439,51.561],[-3.44,51.556],[-3.436,51.553],[-3.43,51.555],[-3.421,51.555],[-3.416,51.556],[-3.409,51.56],[-3.409,51.562],[-3.406,51.567],[-3.403,51.568],[-3.394,51.566],[-3.382,51.566],[-3.38,51.567],[-3.375,51.565],[-3.372,51.566],[-3.37,51.575],[-3.372,51.579],[-3.376,51.582],[-3.373,51.588],[-3.37,51.591],[-3.374,51.597],[-3.374,51.599],[-3.378,51.602],[-3.378,51.607],[-3.38,51.61],[-3.381,51.613],[-3.379,51.616],[-3.382,51.618],[-3.379,51.622],[-3.384,51.625],[-3.392,51.628],[-3.4,51.634],[-3.405,51.639],[-3.41,51.647],[-3.423,51.66],[-3.424,51.659],[-3.43,51.665],[-3.43,51.667]]]},"properties":{"PCON24NM":"Rhondda and Ogmore","PCON24CD":"W07000107"},"PCON24CD":644}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.994,51.598],[-3.986,51.603],[-3.977,51.607],[-3.961,51.612],[-3.954,51.613],[-3.943,51.613],[-3.94,51.614],[-3.929,51.613],[-3.93,51.616],[-3.935,51.621],[-3.936,51.625],[-3.934,51.629],[-3.934,51.634],[-3.935,51.636],[-3.931,51.639],[-3.931,51.641],[-3.934,51.645],[-3.93,51.649],[-3.927,51.65],[-3.924,51.652],[-3.922,51.66],[-3.92,51.661],[-3.919,51.666],[-3.917,51.668],[-3.916,51.674],[-3.908,51.674],[-3.906,51.675],[-3.902,51.68],[-3.905,51.686],[-3.905,51.687],[-3.902,51.69],[-3.907,51.693],[-3.91,51.693],[-3.916,51.693],[-3.921,51.69],[-3.93,51.688],[-3.941,51.683],[-3.945,51.679],[-3.948,51.678],[-3.946,51.676],[-3.951,51.669],[-3.95,51.668],[-3.963,51.663],[-3.964,51.661],[-3.971,51.659],[-3.976,51.659],[-3.983,51.658],[-3.984,51.656],[-3.992,51.655],[-3.984,51.65],[-3.98,51.649],[-3.979,51.648],[-3.973,51.645],[-3.972,51.646],[-3.963,51.642],[-3.961,51.639],[-3.964,51.636],[-3.976,51.631],[-3.979,51.628],[-3.985,51.63],[-3.988,51.631],[-3.992,51.631],[-4.005,51.634],[-4.009,51.632],[-4.006,51.629],[-4.006,51.627],[-4.001,51.626],[-4.007,51.623],[-4.008,51.618],[-4.012,51.614],[-4.013,51.611],[-4.007,51.608],[-4.005,51.606],[-4.004,51.603],[-4.001,51.6],[-3.994,51.598]]]},"properties":{"PCON24NM":"Swansea West","PCON24CD":"W07000108"},"PCON24CD":645}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.959,51.629],[-2.96,51.631],[-2.969,51.632],[-2.972,51.634],[-2.975,51.637],[-2.974,51.639],[-2.979,51.642],[-2.979,51.645],[-2.976,51.647],[-2.977,51.651],[-2.979,51.654],[-2.99,51.659],[-2.991,51.664],[-2.997,51.667],[-3,51.667],[-3.003,51.67],[-3.003,51.673],[-3.002,51.678],[-2.99,51.68],[-2.99,51.676],[-2.982,51.675],[-2.978,51.679],[-2.975,51.686],[-2.971,51.69],[-2.969,51.691],[-2.971,51.694],[-2.98,51.693],[-2.983,51.692],[-2.99,51.692],[-2.998,51.691],[-3.002,51.691],[-2.999,51.697],[-2.997,51.7],[-2.995,51.701],[-2.992,51.706],[-2.986,51.709],[-2.985,51.711],[-2.982,51.714],[-2.985,51.716],[-2.992,51.719],[-2.997,51.718],[-3.001,51.721],[-3.005,51.721],[-3.014,51.719],[-3.019,51.72],[-3.025,51.718],[-3.034,51.726],[-3.028,51.74],[-3.028,51.745],[-3.035,51.753],[-3.044,51.756],[-3.049,51.76],[-3.051,51.764],[-3.048,51.766],[-3.048,51.77],[-3.043,51.77],[-3.059,51.784],[-3.077,51.789],[-3.082,51.788],[-3.096,51.792],[-3.108,51.796],[-3.116,51.795],[-3.122,51.795],[-3.134,51.793],[-3.144,51.786],[-3.124,51.771],[-3.106,51.761],[-3.115,51.759],[-3.115,51.755],[-3.11,51.751],[-3.111,51.745],[-3.106,51.742],[-3.108,51.737],[-3.112,51.735],[-3.11,51.728],[-3.109,51.726],[-3.109,51.722],[-3.106,51.721],[-3.11,51.719],[-3.108,51.715],[-3.109,51.703],[-3.115,51.698],[-3.114,51.696],[-3.117,51.695],[-3.116,51.691],[-3.115,51.69],[-3.116,51.685],[-3.103,51.682],[-3.1,51.682],[-3.092,51.687],[-3.084,51.688],[-3.083,51.684],[-3.081,51.683],[-3.072,51.674],[-3.073,51.671],[-3.073,51.663],[-3.077,51.659],[-3.075,51.653],[-3.076,51.652],[-3.085,51.647],[-3.089,51.642],[-3.094,51.638],[-3.098,51.637],[-3.103,51.634],[-3.102,51.631],[-3.087,51.627],[-3.086,51.621],[-3.079,51.618],[-3.071,51.618],[-3.067,51.616],[-3.063,51.612],[-3.057,51.61],[-3.051,51.609],[-3.045,51.607],[-3.047,51.609],[-3.045,51.612],[-3.045,51.614],[-3.05,51.617],[-3.048,51.622],[-3.044,51.623],[-3.039,51.622],[-3.033,51.621],[-3.027,51.617],[-3.021,51.616],[-3.019,51.618],[-3.009,51.621],[-3,51.62],[-2.999,51.622],[-2.991,51.625],[-2.993,51.627],[-2.989,51.629],[-2.984,51.627],[-2.979,51.627],[-2.971,51.626],[-2.968,51.627],[-2.965,51.625],[-2.959,51.627],[-2.959,51.629]]]},"properties":{"PCON24NM":"Torfaen","PCON24CD":"W07000109"},"PCON24CD":646}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-3.41,51.506],[-3.417,51.507],[-3.42,51.505],[-3.423,51.507],[-3.428,51.506],[-3.429,51.508],[-3.433,51.506],[-3.44,51.508],[-3.443,51.51],[-3.453,51.511],[-3.465,51.515],[-3.475,51.515],[-3.489,51.513],[-3.498,51.513],[-3.508,51.508],[-3.509,51.506],[-3.516,51.503],[-3.529,51.5],[-3.525,51.497],[-3.529,51.496],[-3.528,51.494],[-3.539,51.491],[-3.534,51.489],[-3.532,51.485],[-3.534,51.482],[-3.555,51.493],[-3.566,51.49],[-3.575,51.486],[-3.58,51.485],[-3.584,51.483],[-3.593,51.482],[-3.597,51.484],[-3.605,51.482],[-3.612,51.481],[-3.615,51.48],[-3.62,51.477],[-3.625,51.474],[-3.632,51.473],[-3.642,51.468],[-3.642,51.463],[-3.637,51.461],[-3.636,51.459],[-3.629,51.455],[-3.619,51.452],[-3.612,51.448],[-3.606,51.446],[-3.604,51.441],[-3.599,51.442],[-3.595,51.438],[-3.59,51.435],[-3.587,51.43],[-3.584,51.429],[-3.576,51.418],[-3.571,51.416],[-3.567,51.413],[-3.564,51.409],[-3.562,51.404],[-3.559,51.401],[-3.551,51.4],[-3.54,51.398],[-3.534,51.398],[-3.527,51.4],[-3.52,51.4],[-3.516,51.398],[-3.508,51.398],[-3.496,51.395],[-3.489,51.395],[-3.477,51.392],[-3.472,51.393],[-3.466,51.391],[-3.457,51.389],[-3.448,51.388],[-3.441,51.388],[-3.433,51.388],[-3.427,51.387],[-3.423,51.388],[-3.415,51.388],[-3.409,51.386],[-3.405,51.381],[-3.399,51.382],[-3.394,51.382],[-3.382,51.385],[-3.381,51.383],[-3.373,51.384],[-3.366,51.384],[-3.358,51.384],[-3.341,51.381],[-3.333,51.383],[-3.325,51.387],[-3.317,51.389],[-3.311,51.393],[-3.303,51.392],[-3.298,51.391],[-3.291,51.386],[-3.288,51.39],[-3.289,51.391],[-3.284,51.394],[-3.279,51.393],[-3.282,51.389],[-3.274,51.39],[-3.271,51.39],[-3.268,51.388],[-3.265,51.388],[-3.266,51.392],[-3.26,51.395],[-3.256,51.393],[-3.251,51.397],[-3.249,51.396],[-3.239,51.397],[-3.241,51.4],[-3.239,51.403],[-3.242,51.405],[-3.235,51.408],[-3.234,51.41],[-3.236,51.413],[-3.231,51.415],[-3.235,51.417],[-3.248,51.422],[-3.254,51.426],[-3.261,51.433],[-3.259,51.435],[-3.255,51.436],[-3.249,51.436],[-3.253,51.44],[-3.252,51.443],[-3.25,51.444],[-3.246,51.444],[-3.242,51.447],[-3.242,51.449],[-3.238,51.45],[-3.242,51.453],[-3.241,51.456],[-3.247,51.461],[-3.249,51.463],[-3.252,51.464],[-3.258,51.463],[-3.258,51.465],[-3.271,51.465],[-3.28,51.474],[-3.283,51.481],[-3.288,51.487],[-3.294,51.492],[-3.296,51.498],[-3.298,51.5],[-3.306,51.502],[-3.311,51.505],[-3.312,51.507],[-3.318,51.506],[-3.33,51.508],[-3.342,51.509],[-3.354,51.51],[-3.358,51.512],[-3.362,51.511],[-3.365,51.512],[-3.371,51.509],[-3.379,51.512],[-3.383,51.51],[-3.389,51.51],[-3.396,51.508],[-3.4,51.503],[-3.4,51.5],[-3.404,51.499],[-3.408,51.502],[-3.41,51.506]]]},"properties":{"PCON24NM":"Vale of Glamorgan","PCON24CD":"W07000110"},"PCON24CD":647}, + {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.964,53.133],[-2.97,53.133],[-2.972,53.134],[-2.98,53.132],[-2.995,53.131],[-3.001,53.126],[-3.005,53.124],[-3.003,53.12],[-3.006,53.12],[-3.006,53.116],[-3.015,53.109],[-3.018,53.109],[-3.019,53.107],[-3.025,53.104],[-3.029,53.104],[-3.027,53.095],[-3.032,53.097],[-3.038,53.095],[-3.039,53.091],[-3.044,53.089],[-3.059,53.085],[-3.063,53.085],[-3.067,53.086],[-3.071,53.09],[-3.079,53.088],[-3.086,53.083],[-3.092,53.082],[-3.095,53.079],[-3.104,53.078],[-3.11,53.074],[-3.117,53.072],[-3.121,53.073],[-3.124,53.074],[-3.13,53.072],[-3.127,53.069],[-3.13,53.065],[-3.129,53.061],[-3.137,53.052],[-3.148,53.044],[-3.141,53.041],[-3.137,53.041],[-3.131,53.044],[-3.125,53.04],[-3.119,53.04],[-3.11,53.05],[-3.091,53.041],[-3.086,53.041],[-3.088,53.038],[-3.082,53.038],[-3.078,53.04],[-3.072,53.041],[-3.07,53.043],[-3.064,53.044],[-3.059,53.043],[-3.049,53.038],[-3.047,53.039],[-3.041,53.037],[-3.038,53.039],[-3.035,53.04],[-3.024,53.04],[-3.022,53.037],[-3.017,53.039],[-3.012,53.036],[-3.016,53.033],[-3.013,53.029],[-3.015,53.024],[-3.012,53.024],[-3.013,53.019],[-3.011,53.018],[-3.011,53.009],[-3.009,53.008],[-2.998,53.009],[-2.999,53.006],[-3,52.999],[-2.996,52.995],[-2.995,52.992],[-2.997,52.991],[-2.998,52.988],[-3.003,52.985],[-3.003,52.98],[-2.999,52.975],[-2.994,52.977],[-2.99,52.976],[-2.986,52.972],[-2.985,52.971],[-2.982,52.97],[-2.977,52.967],[-2.975,52.969],[-2.968,52.964],[-2.973,52.96],[-2.962,52.956],[-2.959,52.951],[-2.949,52.946],[-2.937,52.943],[-2.932,52.94],[-2.927,52.939],[-2.927,52.942],[-2.92,52.943],[-2.909,52.942],[-2.902,52.945],[-2.901,52.948],[-2.896,52.951],[-2.891,52.951],[-2.887,52.952],[-2.886,52.948],[-2.884,52.947],[-2.872,52.945],[-2.867,52.945],[-2.855,52.944],[-2.848,52.945],[-2.843,52.942],[-2.84,52.942],[-2.842,52.938],[-2.838,52.932],[-2.824,52.923],[-2.823,52.92],[-2.812,52.914],[-2.812,52.909],[-2.807,52.907],[-2.803,52.901],[-2.8,52.895],[-2.795,52.897],[-2.793,52.901],[-2.782,52.909],[-2.776,52.912],[-2.755,52.925],[-2.745,52.924],[-2.729,52.925],[-2.726,52.931],[-2.727,52.934],[-2.726,52.941],[-2.726,52.946],[-2.727,52.948],[-2.728,52.954],[-2.724,52.956],[-2.727,52.959],[-2.728,52.962],[-2.727,52.965],[-2.728,52.967],[-2.733,52.968],[-2.735,52.97],[-2.731,52.975],[-2.732,52.977],[-2.727,52.981],[-2.727,52.983],[-2.732,52.985],[-2.737,52.985],[-2.744,52.987],[-2.753,52.986],[-2.76,52.986],[-2.762,52.987],[-2.761,52.991],[-2.764,52.994],[-2.768,52.994],[-2.776,52.994],[-2.78,52.993],[-2.783,52.996],[-2.785,52.994],[-2.79,52.996],[-2.799,52.99],[-2.803,52.99],[-2.806,52.992],[-2.815,52.993],[-2.819,52.994],[-2.825,52.994],[-2.828,52.994],[-2.835,52.998],[-2.836,53.002],[-2.841,53.007],[-2.841,53.01],[-2.839,53.011],[-2.844,53.018],[-2.847,53.019],[-2.852,53.017],[-2.859,53.02],[-2.861,53.023],[-2.86,53.029],[-2.856,53.033],[-2.856,53.037],[-2.859,53.039],[-2.862,53.039],[-2.867,53.041],[-2.862,53.042],[-2.866,53.044],[-2.868,53.046],[-2.863,53.049],[-2.863,53.052],[-2.86,53.053],[-2.86,53.055],[-2.866,53.059],[-2.87,53.057],[-2.872,53.059],[-2.865,53.061],[-2.864,53.063],[-2.869,53.07],[-2.873,53.07],[-2.878,53.07],[-2.875,53.073],[-2.881,53.074],[-2.879,53.078],[-2.876,53.082],[-2.88,53.083],[-2.891,53.087],[-2.893,53.092],[-2.901,53.091],[-2.9,53.098],[-2.895,53.099],[-2.892,53.097],[-2.887,53.105],[-2.893,53.104],[-2.892,53.109],[-2.889,53.109],[-2.884,53.111],[-2.884,53.113],[-2.882,53.118],[-2.883,53.122],[-2.892,53.118],[-2.897,53.114],[-2.899,53.114],[-2.903,53.112],[-2.908,53.113],[-2.912,53.113],[-2.92,53.116],[-2.924,53.119],[-2.932,53.12],[-2.934,53.121],[-2.938,53.121],[-2.941,53.122],[-2.945,53.122],[-2.946,53.127],[-2.958,53.13],[-2.96,53.132],[-2.964,53.133]]]},"properties":{"PCON24NM":"Wrexham","PCON24CD":"W07000111"},"PCON24CD":648}, + {"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-4.03,53.316],[-4.028,53.317],[-4.02,53.321],[-4.026,53.321],[-4.03,53.319],[-4.032,53.317],[-4.03,53.316]]],[[[-4.623,53.328],[-4.628,53.326],[-4.642,53.325],[-4.647,53.323],[-4.653,53.323],[-4.662,53.319],[-4.667,53.319],[-4.669,53.322],[-4.675,53.321],[-4.679,53.323],[-4.681,53.321],[-4.681,53.316],[-4.686,53.311],[-4.689,53.312],[-4.696,53.309],[-4.697,53.307],[-4.691,53.301],[-4.688,53.299],[-4.681,53.301],[-4.678,53.299],[-4.68,53.297],[-4.677,53.295],[-4.679,53.293],[-4.684,53.291],[-4.687,53.288],[-4.686,53.284],[-4.682,53.282],[-4.676,53.284],[-4.667,53.281],[-4.664,53.283],[-4.66,53.283],[-4.66,53.286],[-4.651,53.287],[-4.652,53.285],[-4.646,53.283],[-4.642,53.285],[-4.638,53.282],[-4.63,53.28],[-4.628,53.281],[-4.624,53.279],[-4.62,53.28],[-4.616,53.278],[-4.62,53.276],[-4.625,53.268],[-4.62,53.267],[-4.62,53.265],[-4.619,53.262],[-4.614,53.259],[-4.609,53.256],[-4.612,53.253],[-4.614,53.248],[-4.61,53.245],[-4.604,53.245],[-4.597,53.24],[-4.593,53.242],[-4.592,53.244],[-4.588,53.245],[-4.588,53.242],[-4.584,53.241],[-4.579,53.242],[-4.567,53.244],[-4.565,53.246],[-4.559,53.247],[-4.561,53.25],[-4.558,53.253],[-4.563,53.256],[-4.565,53.259],[-4.569,53.26],[-4.569,53.262],[-4.563,53.263],[-4.562,53.264],[-4.568,53.266],[-4.571,53.265],[-4.575,53.266],[-4.58,53.271],[-4.58,53.273],[-4.583,53.275],[-4.588,53.274],[-4.593,53.275],[-4.595,53.278],[-4.592,53.279],[-4.595,53.281],[-4.598,53.282],[-4.598,53.287],[-4.595,53.288],[-4.593,53.291],[-4.589,53.291],[-4.588,53.299],[-4.593,53.304],[-4.596,53.306],[-4.604,53.305],[-4.605,53.303],[-4.613,53.304],[-4.615,53.306],[-4.615,53.309],[-4.617,53.31],[-4.621,53.311],[-4.625,53.313],[-4.622,53.317],[-4.625,53.319],[-4.627,53.315],[-4.629,53.314],[-4.633,53.317],[-4.637,53.317],[-4.642,53.318],[-4.646,53.317],[-4.648,53.32],[-4.645,53.324],[-4.64,53.325],[-4.628,53.326],[-4.623,53.328]]],[[[-4.57,53.404],[-4.573,53.404],[-4.575,53.402],[-4.575,53.399],[-4.572,53.397],[-4.57,53.395],[-4.572,53.392],[-4.567,53.391],[-4.564,53.389],[-4.568,53.384],[-4.563,53.38],[-4.562,53.377],[-4.559,53.377],[-4.555,53.375],[-4.557,53.372],[-4.557,53.369],[-4.56,53.362],[-4.562,53.358],[-4.567,53.357],[-4.566,53.356],[-4.566,53.35],[-4.569,53.348],[-4.57,53.346],[-4.567,53.344],[-4.571,53.341],[-4.57,53.338],[-4.572,53.335],[-4.575,53.333],[-4.58,53.334],[-4.584,53.331],[-4.581,53.329],[-4.583,53.326],[-4.572,53.324],[-4.57,53.321],[-4.57,53.318],[-4.564,53.318],[-4.562,53.317],[-4.561,53.313],[-4.563,53.31],[-4.563,53.307],[-4.564,53.303],[-4.566,53.302],[-4.564,53.3],[-4.561,53.302],[-4.551,53.303],[-4.545,53.308],[-4.542,53.308],[-4.546,53.304],[-4.547,53.301],[-4.556,53.298],[-4.56,53.298],[-4.561,53.296],[-4.567,53.294],[-4.573,53.29],[-4.576,53.286],[-4.583,53.283],[-4.582,53.28],[-4.583,53.276],[-4.577,53.274],[-4.575,53.276],[-4.572,53.273],[-4.564,53.272],[-4.566,53.269],[-4.559,53.264],[-4.554,53.266],[-4.558,53.26],[-4.552,53.255],[-4.553,53.25],[-4.549,53.245],[-4.539,53.241],[-4.536,53.237],[-4.526,53.235],[-4.521,53.232],[-4.524,53.226],[-4.521,53.223],[-4.516,53.223],[-4.506,53.217],[-4.503,53.214],[-4.501,53.211],[-4.505,53.209],[-4.505,53.207],[-4.5,53.204],[-4.503,53.201],[-4.506,53.193],[-4.504,53.191],[-4.506,53.189],[-4.504,53.187],[-4.494,53.186],[-4.491,53.188],[-4.486,53.185],[-4.49,53.181],[-4.486,53.177],[-4.481,53.18],[-4.476,53.18],[-4.473,53.182],[-4.467,53.182],[-4.467,53.184],[-4.458,53.179],[-4.459,53.175],[-4.457,53.172],[-4.452,53.17],[-4.451,53.166],[-4.449,53.162],[-4.443,53.161],[-4.443,53.155],[-4.436,53.159],[-4.431,53.159],[-4.428,53.161],[-4.426,53.166],[-4.421,53.168],[-4.415,53.171],[-4.411,53.178],[-4.408,53.179],[-4.402,53.181],[-4.401,53.184],[-4.397,53.188],[-4.385,53.191],[-4.381,53.183],[-4.382,53.178],[-4.387,53.17],[-4.395,53.171],[-4.401,53.169],[-4.406,53.169],[-4.409,53.167],[-4.417,53.166],[-4.42,53.164],[-4.42,53.162],[-4.417,53.159],[-4.415,53.154],[-4.41,53.149],[-4.408,53.144],[-4.416,53.136],[-4.414,53.135],[-4.41,53.138],[-4.406,53.14],[-4.407,53.143],[-4.403,53.145],[-4.395,53.145],[-4.38,53.142],[-4.375,53.139],[-4.367,53.135],[-4.358,53.131],[-4.348,53.131],[-4.335,53.128],[-4.33,53.127],[-4.327,53.128],[-4.337,53.13],[-4.346,53.135],[-4.344,53.138],[-4.34,53.14],[-4.336,53.146],[-4.337,53.148],[-4.328,53.147],[-4.325,53.146],[-4.318,53.144],[-4.299,53.149],[-4.283,53.156],[-4.28,53.158],[-4.277,53.162],[-4.274,53.165],[-4.266,53.167],[-4.256,53.173],[-4.249,53.176],[-4.245,53.179],[-4.236,53.182],[-4.231,53.182],[-4.224,53.184],[-4.216,53.19],[-4.214,53.195],[-4.216,53.2],[-4.214,53.205],[-4.212,53.209],[-4.205,53.214],[-4.197,53.216],[-4.186,53.217],[-4.183,53.221],[-4.178,53.224],[-4.172,53.223],[-4.166,53.221],[-4.162,53.222],[-4.159,53.227],[-4.161,53.228],[-4.158,53.232],[-4.156,53.233],[-4.15,53.236],[-4.143,53.237],[-4.137,53.241],[-4.129,53.245],[-4.124,53.247],[-4.11,53.252],[-4.105,53.255],[-4.098,53.261],[-4.087,53.263],[-4.086,53.267],[-4.086,53.275],[-4.076,53.281],[-4.071,53.291],[-4.065,53.295],[-4.059,53.295],[-4.057,53.297],[-4.058,53.301],[-4.052,53.305],[-4.046,53.305],[-4.044,53.308],[-4.041,53.309],[-4.041,53.312],[-4.045,53.311],[-4.054,53.313],[-4.057,53.315],[-4.068,53.313],[-4.071,53.312],[-4.083,53.314],[-4.089,53.315],[-4.092,53.315],[-4.098,53.318],[-4.106,53.318],[-4.109,53.319],[-4.119,53.319],[-4.135,53.315],[-4.137,53.312],[-4.141,53.31],[-4.144,53.305],[-4.148,53.304],[-4.172,53.303],[-4.174,53.301],[-4.182,53.3],[-4.188,53.298],[-4.194,53.298],[-4.201,53.296],[-4.21,53.296],[-4.214,53.299],[-4.213,53.302],[-4.207,53.307],[-4.204,53.313],[-4.206,53.315],[-4.209,53.315],[-4.219,53.319],[-4.22,53.32],[-4.22,53.326],[-4.221,53.329],[-4.224,53.332],[-4.224,53.334],[-4.227,53.337],[-4.232,53.338],[-4.233,53.34],[-4.228,53.344],[-4.231,53.347],[-4.236,53.348],[-4.236,53.353],[-4.234,53.353],[-4.23,53.358],[-4.238,53.357],[-4.24,53.359],[-4.247,53.361],[-4.252,53.361],[-4.257,53.359],[-4.265,53.361],[-4.266,53.363],[-4.264,53.365],[-4.265,53.367],[-4.269,53.371],[-4.273,53.373],[-4.274,53.375],[-4.281,53.375],[-4.276,53.371],[-4.287,53.365],[-4.291,53.367],[-4.288,53.37],[-4.286,53.373],[-4.282,53.376],[-4.277,53.378],[-4.278,53.38],[-4.273,53.383],[-4.27,53.387],[-4.269,53.391],[-4.271,53.392],[-4.27,53.396],[-4.275,53.397],[-4.276,53.401],[-4.274,53.402],[-4.277,53.405],[-4.285,53.407],[-4.283,53.41],[-4.288,53.416],[-4.294,53.412],[-4.297,53.414],[-4.306,53.414],[-4.312,53.415],[-4.316,53.417],[-4.324,53.417],[-4.325,53.418],[-4.333,53.415],[-4.333,53.417],[-4.34,53.419],[-4.342,53.417],[-4.352,53.416],[-4.354,53.415],[-4.363,53.416],[-4.366,53.418],[-4.367,53.421],[-4.373,53.424],[-4.38,53.426],[-4.382,53.424],[-4.393,53.425],[-4.397,53.423],[-4.403,53.421],[-4.406,53.422],[-4.405,53.427],[-4.41,53.427],[-4.417,53.426],[-4.426,53.43],[-4.429,53.428],[-4.436,53.428],[-4.442,53.425],[-4.449,53.424],[-4.446,53.421],[-4.453,53.418],[-4.447,53.416],[-4.45,53.413],[-4.454,53.414],[-4.454,53.416],[-4.46,53.416],[-4.468,53.417],[-4.476,53.419],[-4.472,53.422],[-4.478,53.422],[-4.481,53.419],[-4.484,53.42],[-4.486,53.416],[-4.489,53.415],[-4.487,53.413],[-4.496,53.413],[-4.5,53.414],[-4.503,53.412],[-4.504,53.409],[-4.512,53.41],[-4.517,53.414],[-4.52,53.412],[-4.524,53.412],[-4.528,53.411],[-4.528,53.407],[-4.537,53.406],[-4.549,53.406],[-4.551,53.404],[-4.557,53.404],[-4.562,53.407],[-4.569,53.406],[-4.57,53.404]]]]},"properties":{"PCON24NM":"Ynys Môn","PCON24CD":"W07000112"},"PCON24CD":649}]} \ No newline at end of file diff --git a/src/_data/sources/environment/storm_overflows.csv b/src/_data/sources/environment/storm_overflows.csv deleted file mode 100644 index 45585c3..0000000 --- a/src/_data/sources/environment/storm_overflows.csv +++ /dev/null @@ -1,515 +0,0 @@ -,PCON22CD,PCON22NM,Counted spills using 12-24h count method,Counted spills using 12-24h count method,Total Duration (hrs) all spills prior to processing through 12-24h count method,Total Duration (hrs) all spills prior to processing through 12-24h count method -Year,,,2022,2023,2022,2023 ----,---,---,---,---,---,--- -1,E14000530,Aldershot,11.0,18.0,73.12,145.0 -2,E14000531,Aldridge-Brownhills,81.0,96.0,95.6,299.62 -3,E14000532,Altrincham and Sale West,812.0,884.0,5373.06,4965.55 -4,E14000533,Amber Valley,1841.0,2198.0,8069.09,14637.12 -5,E14000534,Arundel and South Downs,1117.0,1974.0,14518.64,27645.15 -6,E14000535,Ashfield,709.0,1032.0,2968.68,5759.5 -7,E14000536,Ashford,570.0,1127.0,4490.82,11869.52 -8,E14000537,Ashton-under-Lyne,871.0,1067.0,3312.72,5275.1 -9,E14000538,Aylesbury,2.0,21.0,7.28,187.75 -10,E14000539,Banbury,330.0,721.0,2742.66,7401.91 -11,E14000540,Barking,101.0,90.0,640.45,388.25 -12,E14000541,Barnsley Central,535.0,777.0,2211.05,4704.08 -13,E14000542,Barnsley East,1029.0,1272.0,4169.25,6173.17 -14,E14000543,Barrow and Furness,1794.0,2569.0,14033.96,26959.16 -15,E14000544,Basildon and Billericay,66.0,85.0,268.0,596.63 -16,E14000545,Basingstoke,3.0,7.0,2.97,55.25 -17,E14000546,Bassetlaw,456.0,845.0,3103.61,8468.45 -18,E14000547,Bath,1390.0,2035.0,1619.02,6258.25 -19,E14000548,Batley and Spen,440.0,615.0,1247.33,2147.51 -20,E14000549,Battersea,129.0,228.0,496.27,999.09 -21,E14000550,Beaconsfield,66.0,139.0,1205.98,2367.02 -22,E14000552,Bedford,21.0,91.0,140.75,1095.67 -23,E14000553,Bermondsey and Old Southwark,8.0,10.0,10.59,17.75 -24,E14000554,Berwick-upon-Tweed,3137.0,4659.0,12102.82,33930.4 -25,E14000556,Beverley and Holderness,785.0,1761.0,3274.34,16235.11 -26,E14000557,Bexhill and Battle,921.0,1968.0,7633.61,20215.23 -27,E14000558,Bexleyheath and Crayford,0.0,,0.0, -28,E14000559,Birkenhead,666.0,593.0,8264.18,3919.63 -29,E14000560,"Birmingham, Edgbaston",160.0,82.0,166.28,32.67 -30,E14000561,"Birmingham, Erdington",89.0,148.0,266.72,710.39 -31,E14000562,"Birmingham, Hall Green",146.0,257.0,233.62,543.03 -32,E14000563,"Birmingham, Hodge Hill",275.0,278.0,298.48,540.77 -33,E14000564,"Birmingham, Ladywood",471.0,556.0,678.14,832.37 -34,E14000565,"Birmingham, Northfield",200.0,231.0,273.52,334.71 -35,E14000566,"Birmingham, Perry Barr",247.0,255.0,343.6,234.67 -36,E14000567,"Birmingham, Selly Oak",240.0,354.0,237.68,448.99 -37,E14000568,"Birmingham, Yardley",81.0,128.0,64.26,213.58 -38,E14000569,Bishop Auckland,2187.0,3765.0,7170.86,28674.93 -39,E14000570,Blackburn,1092.0,1935.0,4395.72,11540.69 -40,E14000571,Blackley and Broughton,1199.0,1561.0,6496.65,5040.77 -41,E14000572,Blackpool North and Cleveleys,41.0,61.0,238.5,357.89 -42,E14000573,Blackpool South,22.0,105.0,61.69,260.2 -43,E14000574,Blaydon,1182.0,1908.0,2929.35,8435.8 -44,E14000575,Blyth Valley,567.0,1050.0,1929.62,7419.08 -45,E14000576,Bognor Regis and Littlehampton,145.0,274.0,1953.92,3648.33 -46,E14000577,Bolsover,1355.0,1942.0,9996.83,19098.57 -47,E14000578,Bolton North East,1098.0,2338.0,4558.77,15824.42 -48,E14000579,Bolton South East,1290.0,1966.0,4643.25,7780.56 -49,E14000580,Bolton West,769.0,1303.0,3522.83,5934.44 -50,E14000581,Bootle,116.0,66.0,224.67,42.41 -51,E14000582,Boston and Skegness,226.0,545.0,1048.08,4361.27 -52,E14000583,Bosworth,803.0,1227.0,2658.91,5983.0 -53,E14000584,Bournemouth East,46.0,68.0,30.55,69.47 -54,E14000585,Bournemouth West,17.0,47.0,80.05,570.58 -55,E14000586,Bracknell,16.0,30.0,74.96,174.0 -56,E14000587,Bradford East,940.0,1331.0,4301.58,4988.17 -57,E14000588,Bradford South,411.0,565.0,1052.0,2016.17 -58,E14000589,Bradford West,709.0,828.0,1914.25,2139.4 -59,E14000590,Braintree,350.0,416.0,1965.5,3665.91 -60,E14000591,Brent Central,29.0,75.0,62.84,207.44 -61,E14000592,Brent North,76.0,104.0,182.98,198.52 -62,E14000593,Brentford and Isleworth,20.0,28.0,164.31,221.1 -63,E14000594,Brentwood and Ongar,387.0,700.0,4180.59,8997.01 -64,E14000595,Bridgwater and West Somerset,1216.0,2301.0,7460.05,19865.46 -65,E14000596,Brigg and Goole,1008.0,1662.0,2713.49,8724.83 -66,E14000597,"Brighton, Kemptown",0.0,0.0,0.0,0.0 -67,E14000599,Bristol East,351.0,594.0,534.31,925.43 -68,E14000600,Bristol North West,1986.0,3011.0,3245.92,7426.26 -69,E14000601,Bristol South,147.0,348.0,237.94,804.1 -70,E14000602,Bristol West,236.0,332.0,285.56,711.13 -71,E14000603,Broadland,116.0,288.0,449.9,3534.57 -72,E14000604,Bromley and Chislehurst,0.0,9.0,0.0,17.83 -73,E14000605,Bromsgrove,168.0,247.0,629.64,2133.53 -74,E14000606,Broxbourne,0.0,0.0,0.0,0.0 -75,E14000607,Broxtowe,503.0,825.0,1850.79,4958.43 -76,E14000608,Buckingham,1034.0,1932.0,12318.84,24953.49 -77,E14000609,Burnley,480.0,928.0,1107.0,6231.23 -78,E14000610,Burton,617.0,721.0,3272.06,3385.56 -79,E14000611,Bury North,444.0,906.0,842.44,2557.96 -80,E14000612,Bury South,1103.0,1446.0,6344.0,8595.61 -81,E14000613,Bury St Edmunds,207.0,467.0,1265.75,4290.02 -82,E14000614,Calder Valley,2539.0,3834.0,13293.66,26754.29 -83,E14000616,Camborne and Redruth,617.0,866.0,3066.1,7052.42 -84,E14000617,Cambridge,2.0,0.0,0.73,0.0 -85,E14000618,Cannock Chase,254.0,258.0,371.89,505.26 -86,E14000619,Canterbury,93.0,181.0,201.24,1020.07 -87,E14000620,Carlisle,999.0,1556.0,5375.25,10295.19 -88,E14000621,Carshalton and Wallington,7.0,7.0,22.43,36.75 -89,E14000622,Castle Point,222.0,389.0,1393.0,2537.72 -90,E14000623,Central Devon,4057.0,6635.0,33921.41,62646.93 -91,E14000624,Central Suffolk and North Ipswich,207.0,573.0,2009.75,6677.13 -92,E14000625,Charnwood,526.0,854.0,1612.79,5971.75 -93,E14000626,Chatham and Aylesford,10.0,17.0,32.15,55.81 -94,E14000627,Cheadle,554.0,838.0,2600.08,5672.46 -95,E14000628,Chelmsford,39.0,50.0,34.25,302.75 -96,E14000629,Chelsea and Fulham,79.0,136.0,363.28,866.27 -97,E14000630,Cheltenham,46.0,39.0,77.62,554.07 -98,E14000631,Chesham and Amersham,2.0,6.0,3.68,28.75 -99,E14000632,Chesterfield,937.0,1443.0,3787.33,7733.83 -100,E14000633,Chichester,917.0,1745.0,14466.5,29755.01 -101,E14000634,Chingford and Woodford Green,65.0,67.0,230.73,187.75 -102,E14000635,Chippenham,768.0,1424.0,4934.33,13096.59 -103,E14000636,Chipping Barnet,21.0,46.0,39.38,82.2 -104,E14000637,Chorley,1044.0,1907.0,4964.09,11062.24 -105,E14000638,Christchurch,64.0,253.0,234.5,2006.35 -106,E14000639,Cities of London and Westminster,166.0,359.0,353.19,597.09 -107,E14000640,City of Chester,714.0,1125.0,1524.0,2844.0 -108,E14000641,City of Durham,2146.0,3552.0,6226.1,21583.23 -109,E14000642,Clacton,89.0,215.0,104.82,975.63 -110,E14000643,Cleethorpes,356.0,552.0,1769.08,4560.72 -111,E14000644,Colchester,60.0,121.0,33.65,268.74 -112,E14000645,Colne Valley,1877.0,2329.0,8640.75,16766.49 -113,E14000646,Congleton,1132.0,1664.0,3932.06,8069.42 -114,E14000647,Copeland,3081.0,3266.0,23325.49,25375.31 -115,E14000648,Corby,593.0,957.0,3942.9,7730.06 -116,E14000650,Coventry North West,8.0,52.0,1.86,55.14 -117,E14000651,Coventry South,20.0,26.0,28.72,56.39 -118,E14000652,Crawley,34.0,69.0,394.85,845.5 -119,E14000653,Crewe and Nantwich,235.0,509.0,1033.14,4288.69 -120,E14000654,Croydon Central,9.0,13.0,15.31,25.0 -121,E14000655,Croydon North,0.0,4.0,0.0,3.75 -122,E14000657,Dagenham and Rainham,11.0,16.0,81.31,74.75 -123,E14000658,Darlington,243.0,250.0,495.91,627.49 -124,E14000659,Dartford,9.0,45.0,58.58,417.04 -125,E14000660,Daventry,1002.0,2000.0,6156.58,21322.11 -126,E14000661,Denton and Reddish,685.0,939.0,1275.99,2996.35 -127,E14000662,Derby North,389.0,482.0,436.07,1000.01 -128,E14000663,Derby South,171.0,254.0,393.34,897.0 -129,E14000664,Derbyshire Dales,2975.0,3658.0,21957.41,31359.1 -130,E14000665,Devizes,466.0,1202.0,4670.82,15413.64 -131,E14000666,Dewsbury,766.0,987.0,3747.58,6553.0 -132,E14000667,Don Valley,457.0,566.0,1224.78,3554.04 -133,E14000668,Doncaster Central,67.0,126.0,344.19,1047.68 -134,E14000669,Doncaster North,992.0,1194.0,2401.0,6474.09 -135,E14000670,Dover,45.0,131.0,168.29,803.06 -136,E14000671,Dudley North,124.0,111.0,151.07,192.27 -137,E14000672,Dudley South,15.0,37.0,15.13,25.52 -138,E14000674,Ealing Central and Acton,18.0,20.0,132.1,129.5 -139,E14000675,Ealing North,1.0,9.0,0.09,17.72 -140,E14000676,"Ealing, Southall",7.0,57.0,11.68,152.74 -141,E14000677,Easington,690.0,904.0,2107.68,4423.15 -142,E14000678,East Devon,1052.0,2066.0,6239.49,20439.99 -143,E14000679,East Ham,34.0,40.0,119.11,98.09 -144,E14000680,East Hampshire,202.0,547.0,2120.52,8442.05 -145,E14000681,East Surrey,384.0,690.0,3995.66,8359.72 -146,E14000682,East Worthing and Shoreham,29.0,26.0,22.58,102.78 -147,E14000683,East Yorkshire,826.0,1690.0,3204.1,18122.26 -148,E14000684,Eastbourne,90.0,197.0,604.63,1728.93 -149,E14000685,Eastleigh,203.0,458.0,1788.74,5092.34 -150,E14000686,Eddisbury,933.0,1229.0,5547.43,6312.08 -151,E14000687,Edmonton,15.0,18.0,120.63,110.75 -152,E14000688,Ellesmere Port and Neston,654.0,832.0,2145.17,5752.92 -153,E14000689,Elmet and Rothwell,743.0,1290.0,3924.99,9699.48 -154,E14000690,Eltham,0.0,2.0,0.0,0.6 -155,E14000692,"Enfield, Southgate",0.0,10.0,0.0,21.27 -156,E14000693,Epping Forest,92.0,202.0,545.2,1160.57 -157,E14000694,Epsom and Ewell,7.0,15.0,7.44,22.25 -158,E14000695,Erewash,381.0,763.0,3105.75,8616.6 -159,E14000696,Erith and Thamesmead,6.0,24.0,54.68,232.07 -160,E14000697,Esher and Walton,55.0,129.0,589.73,1560.48 -161,E14000698,Exeter,485.0,821.0,1218.64,1535.26 -162,E14000699,Fareham,186.0,292.0,755.72,1840.83 -163,E14000700,Faversham and Mid Kent,209.0,254.0,682.76,1396.3 -164,E14000701,Feltham and Heston,0.0,3.0,0.0,3.25 -165,E14000702,Filton and Bradley Stoke,281.0,481.0,1914.01,4471.79 -166,E14000703,Finchley and Golders Green,21.0,33.0,40.93,34.21 -167,E14000704,Folkestone and Hythe,56.0,122.0,797.37,1899.02 -168,E14000705,Forest of Dean,1207.0,1601.0,8427.36,15731.55 -169,E14000706,Fylde,1162.0,1542.0,4984.38,8045.69 -170,E14000707,Gainsborough,639.0,1169.0,3930.17,11439.43 -171,E14000708,Garston and Halewood,167.0,326.0,1397.42,2264.39 -172,E14000709,Gateshead,1244.0,1789.0,2979.6,7044.14 -173,E14000710,Gedling,225.0,444.0,224.06,878.36 -174,E14000711,Gillingham and Rainham,404.0,555.0,557.04,1313.2 -175,E14000712,Gloucester,147.0,198.0,428.63,1486.51 -176,E14000713,Gosport,98.0,167.0,394.47,875.35 -177,E14000714,Grantham and Stamford,132.0,312.0,784.55,1986.89 -178,E14000715,Gravesham,170.0,198.0,283.13,451.79 -179,E14000716,Great Grimsby,24.0,37.0,20.5,29.0 -180,E14000717,Great Yarmouth,287.0,494.0,196.9,476.38 -181,E14000718,Greenwich and Woolwich,93.0,55.0,508.66,242.95 -182,E14000719,Guildford,124.0,171.0,850.5,1083.95 -183,E14000720,Hackney North and Stoke Newington,3.0,,10.29, -184,E14000722,Halesowen and Rowley Regis,144.0,200.0,303.93,702.78 -185,E14000723,Halifax,1468.0,1830.0,4646.86,10489.47 -186,E14000724,Haltemprice and Howden,988.0,1523.0,3118.92,9269.73 -187,E14000725,Halton,999.0,1764.0,2856.45,11856.5 -188,E14000726,Hammersmith,42.0,41.0,281.85,113.86 -189,E14000728,Harborough,415.0,878.0,2116.66,7024.61 -190,E14000729,Harlow,21.0,44.0,172.95,386.75 -191,E14000730,Harrogate and Knaresborough,1051.0,1663.0,3821.08,8726.66 -192,E14000731,Harrow East,11.0,27.0,14.97,40.82 -193,E14000732,Harrow West,0.0,,0.0, -194,E14000733,Hartlepool,419.0,574.0,1898.91,4133.76 -195,E14000734,Harwich and North Essex,212.0,670.0,658.82,4821.04 -196,E14000735,Hastings and Rye,628.0,1085.0,4297.88,9899.93 -197,E14000736,Havant,16.0,35.0,64.32,249.78 -198,E14000737,Hayes and Harlington,0.0,,0.0, -199,E14000738,Hazel Grove,974.0,1083.0,5063.2,6536.92 -200,E14000739,Hemel Hempstead,12.0,7.0,57.42,24.5 -201,E14000740,Hemsworth,672.0,1104.0,4105.16,9831.86 -202,E14000741,Hendon,21.0,151.0,53.73,384.2 -203,E14000742,Henley,326.0,975.0,3414.74,13016.47 -204,E14000743,Hereford and South Herefordshire,550.0,509.0,2186.0,2692.75 -205,E14000744,Hertford and Stortford,96.0,175.0,786.97,1784.52 -206,E14000745,Hertsmere,0.0,3.0,0.0,1.53 -207,E14000746,Hexham,2547.0,3718.0,14822.72,26601.94 -208,E14000747,Heywood and Middleton,1048.0,1608.0,6858.91,8887.02 -209,E14000748,High Peak,1603.0,2643.0,13114.83,21654.66 -210,E14000749,Hitchin and Harpenden,68.0,121.0,269.16,301.42 -211,E14000753,Horsham,648.0,1011.0,7785.7,11122.98 -212,E14000754,Houghton and Sunderland South,462.0,786.0,736.23,2789.29 -213,E14000756,Huddersfield,1752.0,2267.0,5312.23,11704.92 -214,E14000757,Huntingdon,433.0,723.0,3581.67,8069.22 -215,E14000758,Hyndburn,666.0,987.0,2930.4,5996.29 -216,E14000759,Ilford North,239.0,416.0,742.06,1139.38 -217,E14000760,Ilford South,42.0,64.0,129.43,175.44 -218,E14000761,Ipswich,193.0,252.0,140.3,417.38 -219,E14000762,Isle of Wight,1334.0,2577.0,8654.55,23709.69 -220,E14000765,Jarrow,1100.0,1763.0,4612.6,10599.73 -221,E14000766,Keighley,1764.0,2436.0,7652.96,15207.32 -222,E14000767,Kenilworth and Southam,1081.0,1692.0,7595.89,15275.35 -223,E14000769,Kettering,356.0,703.0,1556.25,5047.79 -224,E14000770,Kingston and Surbiton,14.0,43.0,74.55,197.04 -225,E14000771,Kingston upon Hull East,23.0,176.0,95.5,2278.4 -226,E14000772,Kingston upon Hull North,0.0,0.0,0.0,0.0 -227,E14000773,Kingston upon Hull West and Hessle,68.0,60.0,79.25,91.25 -228,E14000774,Kingswood,333.0,712.0,436.93,1926.22 -229,E14000775,Knowsley,113.0,170.0,179.8,450.74 -230,E14000776,Lancaster and Fleetwood,685.0,1069.0,2100.99,5785.34 -231,E14000777,Leeds Central,638.0,1047.0,2616.83,5700.24 -232,E14000778,Leeds East,377.0,443.0,714.83,839.42 -233,E14000779,Leeds North East,666.0,834.0,1290.65,2061.86 -234,E14000780,Leeds North West,437.0,645.0,2459.5,5349.41 -235,E14000781,Leeds West,723.0,986.0,1813.17,3542.84 -236,E14000782,Leicester East,50.0,70.0,136.04,154.55 -237,E14000783,Leicester South,34.0,60.0,49.94,136.74 -238,E14000784,Leicester West,98.0,127.0,186.98,293.84 -239,E14000785,Leigh,1044.0,1482.0,7618.37,10292.05 -240,E14000786,Lewes,867.0,1557.0,10442.07,19511.35 -241,E14000787,Lewisham East,0.0,,0.0, -242,E14000789,"Lewisham, Deptford",17.0,38.0,68.59,101.87 -243,E14000790,Leyton and Wanstead,39.0,62.0,95.73,116.93 -244,E14000791,Lichfield,532.0,760.0,4925.93,7714.27 -245,E14000792,Lincoln,38.0,88.0,215.3,1233.42 -246,E14000793,"Liverpool, Riverside",387.0,517.0,865.36,2825.31 -247,E14000794,"Liverpool, Walton",25.0,66.0,54.03,813.99 -248,E14000796,"Liverpool, West Derby",1.0,5.0,0.53,3.63 -249,E14000797,Loughborough,506.0,678.0,1671.06,3728.53 -250,E14000798,Louth and Horncastle,758.0,1411.0,2638.72,11497.97 -251,E14000799,Ludlow,1641.0,1719.0,10803.12,15649.29 -252,E14000800,Luton North,0.0,3.0,0.0,3.07 -253,E14000801,Luton South,12.0,33.0,8.62,19.29 -254,E14000802,Macclesfield,328.0,671.0,597.78,2611.13 -255,E14000803,Maidenhead,3.0,28.0,6.03,257.75 -256,E14000804,Maidstone and The Weald,249.0,440.0,2306.52,4702.4 -257,E14000805,Makerfield,644.0,1236.0,1916.55,8297.54 -258,E14000806,Maldon,405.0,665.0,2865.18,5405.72 -259,E14000807,Manchester Central,430.0,563.0,2028.12,2449.55 -260,E14000808,"Manchester, Gorton",93.0,257.0,91.21,2920.57 -261,E14000809,"Manchester, Withington",194.0,410.0,397.09,1627.9 -262,E14000810,Mansfield,428.0,599.0,1080.22,2393.16 -263,E14000811,Meon Valley,260.0,494.0,3001.16,6600.91 -264,E14000812,Meriden,346.0,497.0,4076.42,6855.08 -265,E14000813,Mid Bedfordshire,76.0,288.0,693.25,3445.77 -266,E14000814,Mid Derbyshire,929.0,1292.0,3371.61,6013.3 -267,E14000815,Mid Dorset and North Poole,295.0,466.0,1695.34,3947.64 -268,E14000816,Mid Norfolk,114.0,410.0,433.25,3745.02 -269,E14000817,Mid Sussex,470.0,664.0,3592.5,6184.8 -270,E14000818,Mid Worcestershire,1038.0,1174.0,6377.39,9593.54 -271,E14000819,Middlesbrough,339.0,460.0,909.47,1673.81 -272,E14000820,Middlesbrough South and East Cleveland,322.0,787.0,863.15,3667.51 -273,E14000821,Milton Keynes North,60.0,227.0,491.25,2097.08 -274,E14000822,Milton Keynes South,7.0,11.0,8.75,16.25 -275,E14000823,Mitcham and Morden,0.0,2.0,0.0,1.0 -276,E14000824,Mole Valley,216.0,378.0,2756.13,4658.5 -277,E14000825,Morecambe and Lunesdale,905.0,1182.0,12235.57,12609.13 -278,E14000826,Morley and Outwood,461.0,662.0,1151.58,2115.5 -279,E14000827,New Forest East,330.0,697.0,2980.87,8675.87 -280,E14000828,New Forest West,129.0,427.0,818.47,5476.57 -281,E14000829,Newark,749.0,1715.0,4510.74,18083.85 -282,E14000830,Newbury,219.0,561.0,2879.66,7887.17 -283,E14000831,Newcastle upon Tyne Central,554.0,799.0,885.89,1840.57 -284,E14000832,Newcastle upon Tyne East,867.0,1134.0,3280.8,6521.6 -285,E14000833,Newcastle upon Tyne North,216.0,343.0,557.2,1244.41 -286,E14000834,Newcastle-under-Lyme,302.0,462.0,1030.15,1925.97 -287,E14000835,Newton Abbot,1458.0,2186.0,7475.83,15430.54 -288,E14000836,"Normanton, Pontefract and Castleford",1080.0,1153.0,2949.73,6626.27 -289,E14000837,North Cornwall,2630.0,3555.0,22458.14,37007.77 -290,E14000838,North Devon,2073.0,3970.0,19956.84,36897.28 -291,E14000839,North Dorset,1041.0,2052.0,9381.21,25281.55 -292,E14000840,North Durham,1363.0,2086.0,4580.81,11727.44 -293,E14000841,North East Bedfordshire,335.0,454.0,2486.5,6164.57 -294,E14000842,North East Cambridgeshire,451.0,805.0,2805.0,7900.91 -295,E14000843,North East Derbyshire,1512.0,2188.0,8444.02,18076.72 -296,E14000844,North East Hampshire,290.0,524.0,3169.67,6960.83 -297,E14000845,North East Hertfordshire,224.0,381.0,1880.8,4429.7 -298,E14000846,North East Somerset,1958.0,3154.0,11130.26,25415.37 -299,E14000847,North Herefordshire,1073.0,1310.0,5250.48,8635.4 -300,E14000848,North Norfolk,216.0,411.0,2703.1,3523.75 -301,E14000849,North Shropshire,565.0,998.0,1631.69,5731.5 -302,E14000850,North Somerset,188.0,552.0,1051.97,5550.51 -303,E14000851,North Swindon,92.0,246.0,997.57,3246.18 -304,E14000852,North Thanet,27.0,56.0,153.02,375.47 -305,E14000853,North Tyneside,1032.0,1423.0,5101.21,10415.05 -306,E14000854,North Warwickshire,783.0,1177.0,4501.76,10315.77 -307,E14000855,North West Cambridgeshire,425.0,813.0,4264.62,10271.52 -308,E14000856,North West Durham,2762.0,4294.0,10626.83,30750.53 -309,E14000857,North West Hampshire,163.0,367.0,2134.78,5672.18 -310,E14000858,North West Leicestershire,1263.0,2009.0,11696.75,19063.66 -311,E14000859,North West Norfolk,342.0,793.0,648.41,4633.76 -312,E14000860,North Wiltshire,1392.0,2980.0,10302.31,34124.94 -313,E14000861,Northampton North,2.0,5.0,1.07,2.53 -314,E14000862,Northampton South,188.0,213.0,76.7,315.72 -315,E14000863,Norwich North,0.0,0.0,0.0,0.0 -316,E14000864,Norwich South,296.0,406.0,831.66,910.14 -317,E14000865,Nottingham East,230.0,399.0,964.56,1219.68 -318,E14000866,Nottingham North,224.0,424.0,676.83,1679.36 -319,E14000867,Nottingham South,169.0,325.0,268.29,1373.03 -320,E14000868,Nuneaton,48.0,78.0,288.8,523.63 -321,E14000869,Old Bexley and Sidcup,0.0,0.0,0.0,0.0 -322,E14000870,Oldham East and Saddleworth,537.0,832.0,4703.49,6711.25 -323,E14000871,Oldham West and Royton,548.0,742.0,1969.87,2951.08 -324,E14000872,Orpington,31.0,45.0,95.21,148.75 -325,E14000873,Oxford East,15.0,133.0,163.94,2095.75 -326,E14000874,Oxford West and Abingdon,19.0,159.0,73.39,1935.92 -327,E14000875,Pendle,1174.0,1517.0,7347.09,8507.28 -328,E14000876,Penistone and Stocksbridge,1338.0,2048.0,7161.58,17965.56 -329,E14000877,Penrith and The Border,5568.0,6783.0,43389.27,53592.65 -330,E14000878,Peterborough,85.0,90.0,192.48,349.02 -331,E14000879,"Plymouth, Moor View",631.0,887.0,5640.98,7435.7 -332,E14000880,"Plymouth, Sutton and Devonport",1386.0,1739.0,7107.16,6240.26 -333,E14000881,Poole,111.0,162.0,277.29,687.5 -334,E14000882,Poplar and Limehouse,37.0,149.0,68.12,258.02 -335,E14000883,Portsmouth North,190.0,208.0,369.83,475.26 -336,E14000884,Portsmouth South,106.0,130.0,808.53,1374.08 -337,E14000885,Preston,332.0,791.0,785.0,5333.93 -338,E14000886,Pudsey,774.0,1265.0,2343.81,4642.34 -339,E14000887,Putney,90.0,18.0,253.39,8.28 -340,E14000888,Rayleigh and Wickford,46.0,151.0,228.25,1003.03 -341,E14000889,Reading East,0.0,0.0,0.0,0.0 -342,E14000890,Reading West,10.0,29.0,81.55,372.32 -343,E14000891,Redcar,324.0,424.0,868.77,1439.05 -344,E14000892,Redditch,131.0,294.0,1216.58,2737.32 -345,E14000893,Reigate,85.0,151.0,1058.71,1924.5 -346,E14000894,Ribble Valley,2586.0,3290.0,20710.55,28071.56 -347,E14000895,Richmond (Yorks),3448.0,5114.0,20816.84,41968.04 -348,E14000896,Richmond Park,24.0,36.0,154.12,57.28 -349,E14000897,Rochdale,939.0,1302.0,2908.85,5282.14 -350,E14000898,Rochester and Strood,223.0,475.0,293.93,1950.08 -351,E14000899,Rochford and Southend East,40.0,264.0,122.6,751.41 -352,E14000901,Romsey and Southampton North,207.0,697.0,3128.32,12183.2 -353,E14000902,Rossendale and Darwen,1626.0,2240.0,8260.81,12135.94 -354,E14000903,Rother Valley,661.0,1090.0,3342.5,8546.41 -355,E14000904,Rotherham,787.0,1385.0,3054.32,5888.0 -356,E14000905,Rugby,416.0,348.0,1212.11,2169.62 -357,E14000906,"Ruislip, Northwood and Pinner",23.0,52.0,204.12,650.5 -358,E14000907,Runnymede and Weybridge,87.0,148.0,1260.87,2262.0 -359,E14000908,Rushcliffe,504.0,1015.0,3969.5,11112.46 -360,E14000909,Rutland and Melton,2449.0,2732.0,20911.07,24114.54 -361,E14000910,Saffron Walden,327.0,692.0,3066.6,7370.8 -362,E14000911,Salford and Eccles,816.0,1277.0,2805.12,4068.89 -363,E14000912,Salisbury,664.0,1433.0,7545.59,21875.5 -364,E14000913,Scarborough and Whitby,1145.0,1909.0,4167.59,11821.26 -365,E14000914,Scunthorpe,354.0,591.0,677.72,2433.32 -366,E14000915,Sedgefield,1059.0,1727.0,4110.76,10310.33 -367,E14000916,Sefton Central,655.0,962.0,1670.37,3389.11 -368,E14000917,Selby and Ainsty,2053.0,2973.0,12189.88,29195.95 -369,E14000918,Sevenoaks,0.0,0.0,0.0,0.0 -370,E14000919,Sheffield Central,455.0,584.0,990.17,1154.37 -371,E14000920,Sheffield South East,1019.0,1196.0,3295.92,3709.76 -372,E14000921,"Sheffield, Brightside and Hillsborough",644.0,810.0,1738.25,2744.25 -373,E14000922,"Sheffield, Hallam",444.0,648.0,1682.43,2103.64 -374,E14000923,"Sheffield, Heeley",346.0,554.0,1000.75,1831.51 -375,E14000924,Sherwood,440.0,683.0,1702.98,3764.0 -376,E14000925,Shipley,1337.0,1826.0,4835.2,10432.8 -377,E14000926,Shrewsbury and Atcham,1607.0,2284.0,13439.95,25232.55 -378,E14000927,Sittingbourne and Sheppey,167.0,304.0,498.7,1396.95 -379,E14000928,Skipton and Ripon,4636.0,6569.0,28411.3,58929.99 -380,E14000929,Sleaford and North Hykeham,734.0,1324.0,5520.75,17016.37 -381,E14000930,Slough,8.0,32.0,63.63,363.5 -382,E14000931,Solihull,68.0,27.0,113.28,43.3 -383,E14000932,Somerton and Frome,2467.0,4118.0,22381.64,47305.28 -384,E14000933,South Basildon and East Thurrock,48.0,124.0,217.5,934.0 -385,E14000934,South Cambridgeshire,289.0,827.0,1905.5,11050.25 -386,E14000935,South Derbyshire,1148.0,1286.0,8592.92,10681.35 -387,E14000936,South Dorset,432.0,828.0,815.33,2754.01 -388,E14000937,South East Cambridgeshire,287.0,836.0,1612.9,9343.27 -389,E14000938,South East Cornwall,3554.0,5621.0,29734.03,52460.31 -390,E14000939,South Holland and The Deepings,187.0,387.0,1214.0,3816.48 -391,E14000940,South Leicestershire,1214.0,1530.0,8977.22,12726.1 -392,E14000941,South Norfolk,198.0,521.0,1701.75,4696.94 -393,E14000942,South Northamptonshire,699.0,1505.0,4168.59,15781.43 -394,E14000943,South Ribble,1142.0,1521.0,6627.92,9184.37 -395,E14000944,South Shields,271.0,429.0,794.97,1789.66 -396,E14000945,South Staffordshire,578.0,452.0,2059.5,2172.8 -397,E14000946,South Suffolk,270.0,681.0,908.9,5451.48 -398,E14000947,South Swindon,58.0,196.0,647.71,3049.23 -399,E14000948,South Thanet,11.0,35.0,29.78,128.9 -400,E14000949,South West Bedfordshire,28.0,161.0,219.6,2555.87 -401,E14000950,South West Devon,1407.0,2234.0,9628.42,18994.28 -402,E14000951,South West Hertfordshire,12.0,34.0,63.72,229.0 -403,E14000952,South West Norfolk,140.0,310.0,897.5,2974.94 -404,E14000953,South West Surrey,242.0,282.0,2211.13,2253.99 -405,E14000954,South West Wiltshire,669.0,1294.0,3219.01,8555.67 -406,E14000955,"Southampton, Itchen",43.0,120.0,245.26,1118.18 -407,E14000956,"Southampton, Test",148.0,290.0,1108.48,2754.73 -408,E14000957,Southend West,31.0,93.0,55.6,85.57 -409,E14000958,Southport,164.0,118.0,299.28,249.39 -410,E14000961,St Austell and Newquay,1471.0,1826.0,5455.85,9090.05 -411,E14000962,St Helens North,745.0,1363.0,3698.27,10947.61 -412,E14000963,St Helens South and Whiston,263.0,311.0,2168.19,617.67 -413,E14000964,St Ives,718.0,1066.0,4211.89,6073.12 -414,E14000965,Stafford,244.0,404.0,2033.5,3317.95 -415,E14000966,Staffordshire Moorlands,1087.0,1323.0,6091.78,8278.68 -416,E14000967,Stalybridge and Hyde,1001.0,2333.0,3829.51,18765.18 -417,E14000968,Stevenage,6.0,4.0,5.34,5.0 -418,E14000969,Stockport,702.0,1070.0,1964.77,4399.39 -419,E14000970,Stockton North,840.0,1415.0,4012.03,7082.13 -420,E14000971,Stockton South,706.0,1114.0,1861.36,5196.37 -421,E14000972,Stoke-on-Trent Central,610.0,615.0,1297.42,2151.19 -422,E14000973,Stoke-on-Trent North,401.0,370.0,4432.77,1040.8 -423,E14000974,Stoke-on-Trent South,347.0,300.0,929.97,1389.97 -424,E14000975,Stone,686.0,941.0,2595.76,3987.05 -425,E14000976,Stourbridge,218.0,200.0,716.38,915.57 -426,E14000977,Stratford-on-Avon,975.0,1742.0,5392.73,17214.06 -427,E14000978,Streatham,12.0,14.0,7.68,14.25 -428,E14000979,Stretford and Urmston,1461.0,1930.0,7500.79,11497.28 -429,E14000980,Stroud,328.0,643.0,2542.77,7389.79 -430,E14000981,Suffolk Coastal,384.0,693.0,647.07,1323.46 -431,E14000982,Sunderland Central,547.0,877.0,1268.18,2459.36 -432,E14000983,Surrey Heath,90.0,146.0,604.42,873.25 -433,E14000985,Sutton Coldfield,38.0,105.0,234.67,677.05 -434,E14000986,Tamworth,284.0,339.0,857.36,1154.0 -435,E14000987,Tatton,1703.0,2365.0,9196.37,14516.46 -436,E14000988,Taunton Deane,922.0,1736.0,5353.45,15719.77 -437,E14000989,Telford,129.0,188.0,488.18,849.88 -438,E14000990,Tewkesbury,626.0,911.0,5423.78,8016.46 -439,E14000991,The Cotswolds,936.0,1869.0,9587.28,27034.19 -440,E14000992,The Wrekin,467.0,544.0,1643.35,2166.95 -441,E14000993,Thirsk and Malton,3645.0,5192.0,15125.05,36448.47 -442,E14000994,Thornbury and Yate,580.0,1556.0,5906.31,21385.84 -443,E14000995,Thurrock,0.0,47.0,0.0,102.97 -444,E14000996,Tiverton and Honiton,2518.0,4130.0,20129.46,41080.7 -445,E14000997,Tonbridge and Malling,393.0,647.0,2921.73,5374.09 -446,E14000998,Tooting,107.0,177.0,168.71,279.75 -447,E14000999,Torbay,241.0,570.0,1465.92,4397.57 -448,E14001000,Torridge and West Devon,5509.0,8557.0,56731.77,95018.31 -449,E14001001,Totnes,3246.0,4844.0,26386.69,50654.01 -450,E14001002,Tottenham,0.0,1.0,0.0,0.4 -451,E14001003,Truro and Falmouth,1604.0,2399.0,11498.62,22079.97 -452,E14001004,Tunbridge Wells,731.0,1155.0,5280.66,11005.6 -453,E14001005,Twickenham,0.0,0.0,0.0,0.0 -454,E14001006,Tynemouth,99.0,176.0,114.25,566.74 -455,E14001007,Uxbridge and South Ruislip,1.0,1.0,3.41,2.5 -456,E14001008,Vauxhall,92.0,152.0,595.58,942.97 -457,E14001009,Wakefield,1315.0,1700.0,5815.5,11743.83 -458,E14001010,Wallasey,647.0,803.0,3298.26,3632.57 -459,E14001011,Walsall North,94.0,133.0,211.06,677.91 -460,E14001012,Walsall South,257.0,293.0,925.17,1508.66 -461,E14001013,Walthamstow,43.0,29.0,139.92,84.97 -462,E14001014,Wansbeck,786.0,1107.0,3105.51,6692.92 -463,E14001015,Wantage,205.0,801.0,1371.09,9377.78 -464,E14001016,Warley,171.0,155.0,151.49,90.2 -465,E14001017,Warrington North,462.0,505.0,2411.62,2485.27 -466,E14001018,Warrington South,932.0,1017.0,6979.41,4784.86 -467,E14001019,Warwick and Leamington,118.0,188.0,529.22,1264.68 -468,E14001020,Washington and Sunderland West,226.0,403.0,492.61,1996.68 -469,E14001021,Watford,0.0,1.0,0.0,0.75 -470,E14001022,Waveney,423.0,613.0,703.27,2038.22 -471,E14001023,Wealden,1856.0,2875.0,18435.12,33348.83 -472,E14001024,Weaver Vale,700.0,1204.0,2683.23,5559.78 -473,E14001025,Wellingborough,409.0,529.0,3809.5,5071.6 -474,E14001026,Wells,778.0,1733.0,4412.74,16036.36 -475,E14001027,Welwyn Hatfield,12.0,24.0,57.72,205.25 -476,E14001028,Wentworth and Dearne,907.0,1548.0,5382.48,13865.94 -477,E14001029,West Bromwich East,96.0,137.0,197.5,153.64 -478,E14001030,West Bromwich West,71.0,94.0,141.57,347.84 -479,E14001031,West Dorset,1945.0,3724.0,17145.61,45202.72 -480,E14001032,West Ham,0.0,0.0,0.0,0.0 -481,E14001033,West Lancashire,360.0,1106.0,1543.52,6497.82 -482,E14001034,West Suffolk,187.0,458.0,992.75,4549.32 -483,E14001035,West Worcestershire,1241.0,1350.0,7504.59,10220.84 -484,E14001037,Westmorland and Lonsdale,2189.0,2764.0,23433.27,36965.37 -485,E14001038,Weston-Super-Mare,124.0,439.0,1220.51,6697.24 -486,E14001039,Wigan,1066.0,1152.0,4207.3,4509.21 -487,E14001040,Wimbledon,0.0,11.0,0.0,10.6 -488,E14001041,Winchester,10.0,35.0,10.74,188.98 -489,E14001042,Windsor,111.0,185.0,951.3,1876.49 -490,E14001043,Wirral South,653.0,931.0,4773.91,7370.96 -491,E14001044,Wirral West,398.0,715.0,3118.06,6795.29 -492,E14001045,Witham,101.0,352.0,811.25,3377.51 -493,E14001046,Witney,507.0,1369.0,6362.16,22240.25 -494,E14001047,Woking,57.0,92.0,335.25,672.68 -495,E14001048,Wokingham,206.0,416.0,3189.44,7207.5 -496,E14001049,Wolverhampton North East,47.0,39.0,32.47,108.66 -497,E14001050,Wolverhampton South East,102.0,81.0,753.39,101.81 -498,E14001051,Wolverhampton South West,235.0,238.0,1066.25,493.05 -499,E14001052,Worcester,154.0,248.0,1078.01,2170.98 -500,E14001053,Workington,5070.0,5301.0,42983.08,50492.14 -501,E14001054,Worsley and Eccles South,932.0,1404.0,5812.29,6852.13 -502,E14001055,Worthing West,16.0,28.0,47.19,203.38 -503,E14001056,Wycombe,0.0,20.0,0.0,334.0 -504,E14001057,Wyre and Preston North,719.0,1194.0,4129.39,9018.45 -505,E14001058,Wyre Forest,210.0,279.0,673.78,668.86 -506,E14001059,Wythenshawe and Sale East,19.0,123.0,197.97,1026.67 -507,E14001060,Yeovil,1380.0,2724.0,7802.36,22228.7 -508,E14001061,York Central,1414.0,2175.0,8678.26,19994.44 -509,E14001062,York Outer,609.0,809.0,3233.68,6529.6 -510,S14000008,"Berwickshire, Roxburgh and Selkirk",,85.0,,1816.07 -511,W07000063,Montgomeryshire,10.0,24.0,180.02,262.1 -512,W07000070,Cynon Valley,65.0,,343.23, diff --git a/src/themes/environment/storm-overflows/_data/storm_overflows.csv b/src/themes/environment/storm-overflows/_data/storm_overflows.csv new file mode 100644 index 0000000..74ac341 --- /dev/null +++ b/src/themes/environment/storm-overflows/_data/storm_overflows.csv @@ -0,0 +1,521 @@ +,PCON24CD,PCON24NM,Counted spills using 12-24h count method,Counted spills using 12-24h count method,Total Duration (hrs) all spills prior to processing through 12-24h count method,Total Duration (hrs) all spills prior to processing through 12-24h count method +Year,,,2022,2023,2022,2023 +---,---,---,---,---,---,--- +1,E14001063,Aldershot,13.0,33.0,83.89,282.25 +2,E14001064,Aldridge-Brownhills,81.0,91.0,90.41,295.73 +3,E14001065,Altrincham and Sale West,838.0,913.0,5649.24,5185.8 +4,E14001066,Amber Valley,1798.0,2155.0,7970.79,14474.15 +5,E14001067,Arundel and South Downs,1336.0,2282.0,18332.4,34098.61 +6,E14001068,Ashfield,685.0,951.0,2908.94,5374.63 +7,E14001069,Ashford,171.0,365.0,1112.36,3535.82 +8,E14001070,Ashton-under-Lyne,790.0,1242.0,2839.53,6493.46 +9,E14001071,Aylesbury,166.0,352.0,1896.39,3213.92 +10,E14001072,Banbury,333.0,713.0,2742.8,7202.56 +11,E14001073,Barking,95.0,90.0,636.54,388.25 +12,E14001074,Barnsley North,631.0,949.0,2838.58,5963.42 +13,E14001075,Barnsley South,1135.0,1421.0,4632.97,6679.0 +14,E14001076,Barrow and Furness,1395.0,2019.0,12263.27,22683.79 +15,E14001077,Basildon and Billericay,66.0,85.0,268.0,596.63 +16,E14001079,Bassetlaw,364.0,713.0,2768.8,7476.37 +17,E14001080,Bath,1520.0,2257.0,1869.28,7088.95 +18,E14001082,Beaconsfield,66.0,139.0,1205.98,2367.02 +19,E14001083,Beckenham and Penge,9.0,13.0,15.31,25.0 +20,E14001084,Bedford,21.0,91.0,140.75,1095.67 +21,E14001087,Beverley and Holderness,755.0,1575.0,3620.15,14070.81 +22,E14001088,Bexhill and Battle,815.0,1723.0,7241.64,19032.0 +23,E14001089,Bexleyheath and Crayford,0.0,,0.0, +24,E14001090,Bicester and Woodstock,402.0,949.0,4487.25,13232.35 +25,E14001091,Birkenhead,431.0,290.0,6903.83,1597.3 +26,E14001092,Birmingham Edgbaston,97.0,82.0,30.51,32.67 +27,E14001093,Birmingham Erdington,98.0,160.0,268.87,714.17 +28,E14001094,Birmingham Hall Green and Moseley,179.0,224.0,287.16,495.01 +29,E14001095,Birmingham Hodge Hill and Solihull North,190.0,197.0,515.33,540.2 +30,E14001096,Birmingham Ladywood,579.0,634.0,785.8,876.55 +31,E14001097,Birmingham Northfield,235.0,285.0,317.67,437.23 +32,E14001098,Birmingham Perry Barr,247.0,263.0,343.6,234.95 +33,E14001099,Birmingham Selly Oak,218.0,327.0,210.05,394.27 +34,E14001100,Birmingham Yardley,88.0,127.0,57.68,167.42 +35,E14001101,Bishop Auckland,3001.0,5154.0,11430.13,42255.55 +36,E14001102,Blackburn,1183.0,1997.0,4589.71,12165.28 +37,E14001103,Blackley and Middleton South,1199.0,1562.0,7860.77,4835.62 +38,E14001104,Blackpool North and Fleetwood,52.0,130.0,265.7,331.86 +39,E14001105,Blackpool South,8.0,98.0,6.49,357.17 +40,E14001106,Blaydon and Consett,1193.0,2012.0,2534.36,7926.76 +41,E14001107,Blyth and Ashington,606.0,865.0,1650.35,4595.49 +42,E14001108,Bognor Regis and Littlehampton,42.0,80.0,248.26,584.08 +43,E14001109,Bolsover,1470.0,2194.0,10439.32,21754.99 +44,E14001110,Bolton North East,1426.0,2812.0,5669.7,18096.04 +45,E14001111,Bolton South and Walkden,1163.0,1861.0,4083.77,7166.78 +46,E14001112,Bolton West,721.0,1217.0,3026.04,4627.01 +47,E14001113,Bootle,0.0,7.0,0.0,2.53 +48,E14001114,Boston and Skegness,213.0,514.0,1014.83,4056.16 +49,E14001115,Bournemouth East,31.0,67.0,34.34,138.86 +50,E14001116,Bournemouth West,17.0,47.0,80.05,570.58 +51,E14001117,Bracknell,8.0,,32.79, +52,E14001118,Bradford East,887.0,1264.0,4179.08,4783.42 +53,E14001119,Bradford South,442.0,486.0,838.75,1712.75 +54,E14001120,Bradford West,709.0,828.0,1914.25,2139.4 +55,E14001121,Braintree,252.0,249.0,1527.5,1795.34 +56,E14001122,Brent East,29.0,75.0,62.84,207.44 +57,E14001123,Brent West,3.0,20.0,1.21,17.27 +58,E14001124,Brentford and Isleworth,0.0,,0.0, +59,E14001125,Brentwood and Ongar,359.0,655.0,3820.46,8467.51 +60,E14001126,Bridgwater,281.0,611.0,948.82,3703.54 +61,E14001127,Bridlington and The Wolds,723.0,1541.0,2095.43,16253.3 +62,E14001128,Brigg and Immingham,323.0,519.0,1462.75,4009.8 +63,E14001131,Bristol Central,143.0,197.0,84.66,198.02 +64,E14001132,Bristol East,329.0,548.0,530.54,858.15 +65,E14001133,Bristol North East,598.0,1114.0,926.42,2150.96 +66,E14001134,Bristol North West,1172.0,1802.0,1286.03,3046.27 +67,E14001135,Bristol South,113.0,226.0,221.5,693.22 +68,E14001136,Broadland and Fakenham,115.0,286.0,449.65,3533.3 +69,E14001137,Bromley and Biggin Hill,0.0,0.0,0.0,0.0 +70,E14001138,Bromsgrove,168.0,247.0,629.64,2133.53 +71,E14001139,Broxbourne,61.0,121.0,618.73,1452.75 +72,E14001140,Broxtowe,528.0,817.0,1743.61,4259.23 +73,E14001141,Buckingham and Bletchley,470.0,899.0,5142.44,12302.82 +74,E14001142,Burnley,862.0,1418.0,5514.59,10535.8 +75,E14001143,Burton and Uttoxeter,644.0,756.0,3379.43,3639.23 +76,E14001144,Bury North,469.0,911.0,865.63,2560.57 +77,E14001145,Bury South,1127.0,1537.0,6130.73,8466.93 +78,E14001146,Bury St Edmunds and Stowmarket,133.0,325.0,753.0,2721.83 +79,E14001147,Calder Valley,2565.0,3819.0,13327.16,26717.21 +80,E14001148,Camborne and Redruth,470.0,767.0,2435.75,5283.58 +81,E14001149,Cambridge,2.0,0.0,0.73,0.0 +82,E14001150,Cannock Chase,254.0,258.0,371.89,505.26 +83,E14001151,Canterbury,52.0,102.0,139.55,807.21 +84,E14001152,Carlisle,1322.0,2003.0,5188.89,8419.53 +85,E14001153,Carshalton and Wallington,7.0,7.0,22.43,36.75 +86,E14001154,Castle Point,180.0,279.0,1183.5,2181.97 +87,E14001155,Central Devon,3821.0,6226.0,31458.45,56835.77 +88,E14001156,Central Suffolk and North Ipswich,123.0,337.0,1358.25,4856.43 +89,E14001157,Chatham and Aylesford,8.0,15.0,25.4,54.07 +90,E14001158,Cheadle,488.0,750.0,1727.46,4468.57 +91,E14001159,Chelmsford,39.0,50.0,34.25,302.75 +92,E14001160,Chelsea and Fulham,57.0,106.0,297.08,786.45 +93,E14001161,Cheltenham,46.0,39.0,77.62,554.07 +94,E14001162,Chesham and Amersham,2.0,6.0,3.68,28.75 +95,E14001163,Chester North and Neston,630.0,992.0,1876.37,4432.52 +96,E14001164,Chester South and Eddisbury,1004.0,1396.0,5238.97,6894.56 +97,E14001165,Chesterfield,982.0,1507.0,3927.58,7944.83 +98,E14001166,Chichester,414.0,917.0,7457.61,16689.71 +99,E14001167,Chingford and Woodford Green,280.0,386.0,938.18,1265.73 +100,E14001168,Chippenham,467.0,1171.0,3628.03,11706.42 +101,E14001169,Chipping Barnet,19.0,45.0,35.65,80.7 +102,E14001170,Chorley,935.0,1527.0,3291.48,8065.71 +103,E14001171,Christchurch,73.0,249.0,180.71,1912.21 +104,E14001172,Cities of London and Westminster,87.0,122.0,138.07,190.35 +105,E14001173,City of Durham,2225.0,3567.0,7577.65,23085.81 +106,E14001174,Clacton,121.0,348.0,217.82,2050.38 +107,E14001176,Colchester,60.0,119.0,33.65,267.99 +108,E14001177,Colne Valley,1791.0,2268.0,8525.5,16702.24 +109,E14001178,Congleton,977.0,1466.0,3735.51,7663.44 +110,E14001179,Corby and East Northamptonshire,511.0,828.0,3320.4,6680.11 +111,E14001181,Coventry North West,8.0,52.0,1.86,55.14 +112,E14001182,Coventry South,20.0,26.0,28.72,56.39 +113,E14001183,Cramlington and Killingworth,293.0,530.0,661.03,1938.15 +114,E14001184,Crawley,34.0,69.0,394.85,845.5 +115,E14001185,Crewe and Nantwich,214.0,522.0,1380.93,4517.49 +116,E14001188,Croydon West,0.0,4.0,0.0,3.75 +117,E14001189,Dagenham and Rainham,11.0,16.0,81.31,74.75 +118,E14001190,Darlington,293.0,305.0,635.78,839.44 +119,E14001191,Dartford,1.0,3.0,0.25,9.17 +120,E14001192,Daventry,1129.0,2203.0,7686.02,25693.56 +121,E14001193,Derby North,389.0,482.0,436.07,1000.01 +122,E14001194,Derby South,171.0,254.0,393.34,897.0 +123,E14001195,Derbyshire Dales,2769.0,3535.0,19055.01,29347.82 +124,E14001196,Dewsbury and Batley,424.0,458.0,1902.58,2672.59 +125,E14001197,Didcot and Wantage,127.0,544.0,1155.42,7489.42 +126,E14001198,Doncaster Central,135.0,284.0,606.15,2284.75 +127,E14001199,Doncaster East and the Isle of Axholme,254.0,508.0,1102.72,3432.77 +128,E14001200,Doncaster North,804.0,1020.0,1719.69,5864.84 +129,E14001201,Dorking and Horley,258.0,470.0,3158.68,5749.25 +130,E14001202,Dover and Deal,3.0,25.0,2.64,37.52 +131,E14001203,Droitwich and Evesham,983.0,1117.0,6163.26,9144.73 +132,E14001204,Dudley,124.0,116.0,149.77,192.42 +133,E14001206,Dunstable and Leighton Buzzard,12.0,35.0,103.6,395.75 +134,E14001207,Ealing Central and Acton,18.0,20.0,132.1,129.5 +135,E14001208,Ealing North,1.0,28.0,0.09,101.09 +136,E14001209,Ealing Southall,7.0,38.0,11.68,69.37 +137,E14001210,Earley and Woodley,10.0,24.0,81.55,289.75 +138,E14001211,Easington,795.0,1101.0,2328.38,5278.66 +139,E14001212,East Grinstead and Uckfield,1005.0,1451.0,10911.87,15423.22 +140,E14001213,East Ham,26.0,30.0,83.16,75.25 +141,E14001214,East Hampshire,174.0,509.0,1703.82,7819.55 +142,E14001215,East Surrey,356.0,633.0,3451.27,7363.72 +143,E14001216,East Thanet,0.0,0.0,0.0,0.0 +144,E14001217,East Wiltshire,217.0,1031.0,3551.57,16135.65 +145,E14001218,East Worthing and Shoreham,13.0,13.0,4.01,5.75 +146,E14001220,Eastleigh,65.0,134.0,721.82,1488.4 +147,E14001221,Edmonton and Winchmore Hill,15.0,18.0,120.63,110.75 +148,E14001222,Ellesmere Port and Bromborough,220.0,178.0,383.93,536.28 +149,E14001223,Eltham and Chislehurst,0.0,2.0,0.0,0.6 +150,E14001224,Ely and East Cambridgeshire,386.0,925.0,1659.15,8524.4 +151,E14001225,Enfield North,0.0,0.0,0.0,0.0 +152,E14001226,Epping Forest,92.0,202.0,545.2,1160.57 +153,E14001227,Epsom and Ewell,53.0,76.0,719.65,989.75 +154,E14001228,Erewash,443.0,903.0,3450.65,9865.84 +155,E14001229,Erith and Thamesmead,6.0,0.0,54.68,0.0 +156,E14001230,Esher and Walton,29.0,87.0,305.51,1071.25 +157,E14001231,Exeter,426.0,710.0,1057.52,1145.11 +158,E14001232,Exmouth and Exeter East,625.0,1079.0,3394.1,11369.53 +159,E14001233,Fareham and Waterlooville,311.0,579.0,2263.89,6221.04 +160,E14001234,Farnham and Bordon,186.0,242.0,1738.83,2407.2 +161,E14001235,Faversham and Mid Kent,163.0,191.0,291.47,664.92 +162,E14001236,Feltham and Heston,0.0,3.0,0.0,3.25 +163,E14001237,Filton and Bradley Stoke,96.0,212.0,383.81,1279.98 +164,E14001238,Finchley and Golders Green,21.0,33.0,40.93,34.21 +165,E14001239,Folkestone and Hythe,33.0,46.0,564.43,852.12 +166,E14001240,Forest of Dean,852.0,1262.0,5578.59,12981.14 +167,E14001241,Frome and East Somerset,1708.0,2756.0,8322.9,18441.36 +168,E14001242,Fylde,1067.0,1443.0,4687.05,7807.55 +169,E14001243,Gainsborough,594.0,1119.0,3855.95,11264.52 +170,E14001244,Gateshead Central and Whickham,1354.0,1977.0,3578.62,8514.86 +171,E14001245,Gedling,225.0,501.0,224.06,1742.12 +172,E14001246,Gillingham and Rainham,89.0,116.0,249.18,631.8 +173,E14001247,Glastonbury and Somerton,1919.0,3384.0,18407.06,42504.32 +174,E14001248,Gloucester,147.0,198.0,428.63,1486.51 +175,E14001249,Godalming and Ash,191.0,246.0,1614.99,1465.54 +176,E14001250,Goole and Pocklington,1285.0,1963.0,4207.12,12889.67 +177,E14001251,Gorton and Denton,720.0,981.0,1607.54,4845.58 +178,E14001252,Gosport,95.0,164.0,378.37,866.23 +179,E14001253,Grantham and Bourne,473.0,684.0,2524.05,6746.42 +180,E14001254,Gravesham,42.0,81.0,53.5,249.25 +181,E14001255,Great Grimsby and Cleethorpes,10.0,17.0,14.33,13.63 +182,E14001256,Great Yarmouth,265.0,473.0,184.1,460.65 +183,E14001257,Greenwich and Woolwich,,8.0,,41.0 +184,E14001258,Guildford,53.0,78.0,337.01,588.45 +185,E14001259,Hackney North and Stoke Newington,3.0,,10.29, +186,E14001261,Halesowen,182.0,214.0,762.62,1174.65 +187,E14001262,Halifax,1332.0,1838.0,4608.61,10510.72 +188,E14001263,Hamble Valley,152.0,375.0,1181.37,3995.15 +189,E14001264,Hammersmith and Chiswick,11.0,10.0,24.15,5.16 +190,E14001266,"Harborough, Oadby and Wigston",507.0,1088.0,3035.63,10851.79 +191,E14001267,Harlow,176.0,404.0,2529.62,5153.75 +192,E14001268,Harpenden and Berkhamsted,29.0,45.0,168.27,288.5 +193,E14001269,Harrogate and Knaresborough,975.0,1514.0,3081.58,6568.91 +194,E14001270,Harrow East,84.0,111.0,196.74,222.07 +195,E14001271,Harrow West,0.0,,0.0, +196,E14001272,Hartlepool,316.0,404.0,1083.98,1791.82 +197,E14001273,Harwich and North Essex,177.0,533.0,545.42,3746.34 +198,E14001274,Hastings and Rye,524.0,929.0,2969.61,7845.09 +199,E14001275,Havant,16.0,35.0,64.32,249.78 +200,E14001276,Hayes and Harlington,0.0,,0.0, +201,E14001277,Hazel Grove,957.0,1146.0,5051.22,7389.06 +202,E14001279,Hendon,21.0,151.0,53.73,384.2 +203,E14001280,Henley and Thame,190.0,553.0,2195.48,7205.3 +204,E14001281,Hereford and South Herefordshire,550.0,509.0,2186.0,2692.75 +205,E14001282,Herne Bay and Sandwich,37.0,91.0,189.19,589.7 +206,E14001283,Hertford and Stortford,35.0,54.0,168.24,331.77 +207,E14001284,Hertsmere,0.0,3.0,0.0,1.53 +208,E14001285,Hexham,2722.0,4102.0,15991.24,31474.26 +209,E14001286,Heywood and Middleton North,961.0,1509.0,6697.54,9685.35 +210,E14001287,High Peak,1760.0,2861.0,14825.24,24014.97 +211,E14001288,Hinckley and Bosworth,840.0,1301.0,4415.2,8698.89 +212,E14001289,Hitchin,78.0,145.0,354.28,532.89 +213,E14001291,Honiton and Sidmouth,1961.0,3436.0,15407.83,35486.59 +214,E14001292,Hornchurch and Upminster,28.0,45.0,360.13,529.5 +215,E14001293,Hornsey and Friern Barnet,2.0,1.0,3.73,1.5 +216,E14001294,Horsham,533.0,892.0,6703.75,11172.45 +217,E14001295,Houghton and Sunderland South,485.0,823.0,808.43,3005.64 +218,E14001297,Huddersfield,1832.0,2319.0,5411.23,11722.17 +219,E14001298,Huntingdon,604.0,911.0,5967.91,10568.59 +220,E14001299,Hyndburn,672.0,997.0,2941.43,6018.92 +221,E14001300,Ilford North,24.0,97.0,34.61,61.4 +222,E14001301,Ilford South,42.0,57.0,129.43,171.61 +223,E14001302,Ipswich,177.0,161.0,130.2,202.63 +224,E14001303,Isle of Wight East,463.0,941.0,2421.92,7606.14 +225,E14001304,Isle of Wight West,732.0,1420.0,5213.0,13997.64 +226,E14001307,Jarrow and Gateshead East,1080.0,1648.0,4608.95,10252.46 +227,E14001308,Keighley and Ilkley,1764.0,2436.0,7652.96,15207.32 +228,E14001309,Kenilworth and Southam,1225.0,1826.0,8538.99,15853.17 +229,E14001311,Kettering,320.0,678.0,1183.75,4197.73 +230,E14001312,Kingston and Surbiton,14.0,43.0,74.55,197.04 +231,E14001313,Kingston upon Hull East,23.0,176.0,95.5,2278.4 +232,E14001314,Kingston upon Hull North and Cottingham,0.0,0.0,0.0,0.0 +233,E14001315,Kingston upon Hull West and Haltemprice,93.0,83.0,91.0,116.0 +234,E14001316,Kingswinford and South Staffordshire,310.0,272.0,1506.69,1482.44 +235,E14001317,Knowsley,60.0,102.0,142.4,378.19 +236,E14001318,Lancaster and Wyre,729.0,1191.0,2775.85,9905.42 +237,E14001319,Leeds Central and Headingley,741.0,1058.0,1146.65,2354.87 +238,E14001320,Leeds East,263.0,332.0,839.5,919.83 +239,E14001321,Leeds North East,752.0,916.0,1456.07,2130.95 +240,E14001322,Leeds North West,756.0,1109.0,3769.92,8503.41 +241,E14001323,Leeds South,415.0,626.0,2149.83,4318.83 +242,E14001324,Leeds South West and Morley,450.0,633.0,930.25,1454.75 +243,E14001325,Leeds West and Pudsey,772.0,1277.0,3078.83,6309.8 +244,E14001326,Leicester East,50.0,68.0,136.04,147.85 +245,E14001327,Leicester South,25.0,50.0,22.06,47.16 +246,E14001328,Leicester West,99.0,133.0,187.03,374.79 +247,E14001329,Leigh and Atherton,816.0,1322.0,6392.85,10417.18 +248,E14001330,Lewes,876.0,1582.0,10085.8,19348.52 +249,E14001331,Lewisham East,0.0,,0.0, +250,E14001332,Lewisham North,5.0,8.0,8.84,7.4 +251,E14001334,Leyton and Wanstead,39.0,69.0,95.73,120.76 +252,E14001335,Lichfield,570.0,787.0,5046.48,7790.41 +253,E14001336,Lincoln,38.0,88.0,215.3,1233.42 +254,E14001337,Liverpool Garston,156.0,255.0,1335.2,2044.44 +255,E14001338,Liverpool Riverside,14.0,14.0,6.2,4.32 +256,E14001339,Liverpool Walton,29.0,75.0,54.96,821.12 +257,E14001340,Liverpool Wavertree,6.0,12.0,10.35,11.2 +258,E14001341,Liverpool West Derby,0.0,0.0,0.0,0.0 +259,E14001342,Loughborough,505.0,667.0,1668.31,3670.27 +260,E14001343,Louth and Horncastle,771.0,1447.0,2671.97,11853.83 +261,E14001344,Lowestoft,200.0,387.0,268.9,1104.61 +262,E14001345,Luton North,0.0,3.0,0.0,3.07 +263,E14001346,Luton South and South Bedfordshire,28.0,159.0,124.62,2179.41 +264,E14001347,Macclesfield,411.0,696.0,1482.38,2962.88 +265,E14001348,Maidenhead,43.0,83.0,465.74,827.55 +266,E14001349,Maidstone and Malling,26.0,43.0,36.49,172.59 +267,E14001350,Makerfield,877.0,1520.0,2656.97,9294.22 +268,E14001351,Maldon,363.0,618.0,2728.25,5238.62 +269,E14001352,Manchester Central,611.0,699.0,1897.65,3628.08 +270,E14001353,Manchester Rusholme,130.0,118.0,427.29,310.49 +271,E14001354,Manchester Withington,194.0,410.0,397.09,1627.9 +272,E14001355,Mansfield,424.0,590.0,1078.71,2385.91 +273,E14001356,Melksham and Devizes,1228.0,2174.0,10037.01,25682.97 +274,E14001357,Melton and Syston,1327.0,1698.0,7579.78,13390.27 +275,E14001358,Meriden and Solihull East,283.0,545.0,3365.28,7538.14 +276,E14001359,Mid Bedfordshire,68.0,277.0,685.5,3427.29 +277,E14001360,Mid Buckinghamshire,407.0,712.0,5296.04,9640.5 +278,E14001361,Mid Cheshire,928.0,1367.0,2560.25,4982.85 +279,E14001362,Mid Derbyshire,1085.0,1375.0,4957.17,7224.52 +280,E14001363,Mid Dorset and North Poole,324.0,526.0,1829.74,4272.33 +281,E14001364,Mid Leicestershire,507.0,971.0,1550.9,6323.41 +282,E14001365,Mid Norfolk,64.0,309.0,216.5,3093.27 +283,E14001366,Mid Sussex,440.0,644.0,3166.77,5563.24 +284,E14001367,Middlesbrough and Thornaby East,344.0,508.0,590.45,1534.66 +285,E14001368,Middlesbrough South and East Cleveland,322.0,707.0,863.15,3561.97 +286,E14001370,Milton Keynes North,60.0,228.0,491.25,2097.33 +287,E14001371,Mitcham and Morden,0.0,2.0,0.0,1.0 +288,E14001372,Morecambe and Lunesdale,1127.0,1820.0,4346.04,15294.58 +289,E14001373,New Forest East,329.0,693.0,2980.47,8673.29 +290,E14001374,New Forest West,111.0,397.0,804.72,5615.32 +291,E14001375,Newark,857.0,1879.0,5412.07,19130.87 +292,E14001376,Newbury,102.0,266.0,1264.78,3578.42 +293,E14001377,Newcastle upon Tyne Central and West,378.0,532.0,951.59,1864.11 +294,E14001378,Newcastle upon Tyne East and Wallsend,632.0,815.0,2165.7,4879.57 +295,E14001379,Newcastle upon Tyne North,104.0,193.0,337.47,1134.24 +296,E14001380,Newcastle-under-Lyme,373.0,564.0,1301.58,2357.36 +297,E14001381,Newton Abbot,1402.0,2001.0,7408.5,13488.14 +298,E14001382,Newton Aycliffe and Spennymoor,1308.0,2030.0,3692.84,10942.54 +299,E14001383,Normanton and Hemsworth,673.0,1102.0,4230.41,10230.28 +300,E14001384,North Bedfordshire,328.0,437.0,2362.0,5916.58 +301,E14001385,North Cornwall,2667.0,3529.0,22589.23,35801.43 +302,E14001386,North Cotswolds,437.0,780.0,6094.16,11733.08 +303,E14001387,North Devon,1913.0,3812.0,18637.1,36038.75 +304,E14001388,North Dorset,978.0,1897.0,9098.21,24278.47 +305,E14001389,North Durham,1880.0,2816.0,6004.19,16637.87 +306,E14001390,North East Cambridgeshire,265.0,456.0,2168.75,4872.91 +307,E14001391,North East Derbyshire,1407.0,2003.0,7983.1,16176.3 +308,E14001392,North East Hampshire,243.0,415.0,2799.74,6040.31 +309,E14001393,North East Hertfordshire,224.0,381.0,1880.8,4429.7 +310,E14001394,North East Somerset and Hanham,1352.0,2252.0,9268.64,21034.74 +311,E14001395,North Herefordshire,1073.0,1310.0,5250.48,8635.4 +312,E14001396,North Norfolk,189.0,359.0,2662.75,3414.66 +313,E14001397,North Northumberland,2457.0,3606.0,9707.17,28178.64 +314,E14001398,North Shropshire,496.0,800.0,1522.31,3962.13 +315,E14001399,North Somerset,150.0,485.0,981.39,5345.16 +316,E14001400,North Warwickshire and Bedworth,783.0,1177.0,4501.76,10315.77 +317,E14001401,North West Cambridgeshire,61.0,228.0,729.75,2887.58 +318,E14001402,North West Essex,167.0,329.0,707.68,2600.82 +319,E14001403,North West Hampshire,213.0,483.0,2507.67,6647.95 +320,E14001404,North West Leicestershire,1076.0,1635.0,9143.64,14480.51 +321,E14001405,North West Norfolk,348.0,804.0,669.91,4941.64 +322,E14001406,Northampton North,181.0,173.0,76.27,179.4 +323,E14001407,Northampton South,65.0,132.0,89.37,286.82 +324,E14001408,Norwich North,20.0,76.0,146.25,179.0 +325,E14001409,Norwich South,259.0,305.0,384.21,635.04 +326,E14001410,Nottingham East,300.0,502.0,1055.55,1382.83 +327,E14001411,Nottingham North and Kimberley,241.0,450.0,688.45,1703.93 +328,E14001412,Nottingham South,92.0,198.0,173.62,1196.46 +329,E14001413,Nuneaton,48.0,78.0,288.8,523.63 +330,E14001414,Old Bexley and Sidcup,0.0,9.0,0.0,17.83 +331,E14001415,Oldham East and Saddleworth,570.0,886.0,4958.8,7280.01 +332,E14001416,"Oldham West, Chadderton and Royton",548.0,742.0,1969.87,2951.08 +333,E14001417,Orpington,31.0,45.0,95.21,148.75 +334,E14001418,Ossett and Denby Dale,1413.0,1848.0,6572.42,13187.33 +335,E14001419,Oxford East,15.0,133.0,163.94,2095.75 +336,E14001420,Oxford West and Abingdon,0.0,76.0,0.0,555.42 +337,E14001422,Pendle and Clitheroe,1251.0,1487.0,7054.58,8309.49 +338,E14001423,Penistone and Stocksbridge,1266.0,1957.0,6989.08,17738.98 +339,E14001424,Penrith and Solway,7160.0,8326.0,56612.22,75250.99 +340,E14001425,Peterborough,168.0,365.0,810.12,3675.18 +341,E14001426,Plymouth Moor View,463.0,513.0,4080.74,3656.92 +342,E14001427,Plymouth Sutton and Devonport,989.0,1329.0,6308.16,5395.72 +343,E14001428,"Pontefract, Castleford and Knottingley",1022.0,1059.0,2879.39,6400.77 +344,E14001429,Poole,108.0,148.0,273.49,624.88 +345,E14001430,Poplar and Limehouse,34.0,145.0,67.37,257.52 +346,E14001431,Portsmouth North,113.0,115.0,232.06,266.93 +347,E14001432,Portsmouth South,0.0,0.0,0.0,0.0 +348,E14001433,Preston,471.0,968.0,975.94,5778.92 +349,E14001434,Putney,142.0,119.0,483.15,335.46 +350,E14001436,Rawmarsh and Conisbrough,1091.0,1554.0,5037.66,13971.13 +351,E14001437,Rayleigh and Wickford,28.0,81.0,157.75,532.0 +352,E14001438,Reading Central,0.0,0.0,0.0,0.0 +353,E14001439,Reading West and Mid Berkshire,286.0,644.0,4536.84,11087.82 +354,E14001440,Redcar,248.0,364.0,472.07,1161.65 +355,E14001441,Redditch,186.0,351.0,1430.71,3186.13 +356,E14001442,Reigate,53.0,87.0,626.98,1031.5 +357,E14001443,Ribble Valley,2269.0,3144.0,18946.22,27062.65 +358,E14001444,Richmond and Northallerton,3178.0,4427.0,19058.97,33909.11 +359,E14001445,Richmond Park,24.0,35.0,154.12,57.25 +360,E14001446,Rochdale,739.0,981.0,1899.34,3213.8 +361,E14001447,Rochester and Strood,173.0,359.0,260.38,1377.71 +362,E14001449,Romsey and Southampton North,226.0,733.0,3144.77,12278.87 +363,E14001450,Rossendale and Darwen,1626.0,2240.0,8260.81,12135.94 +364,E14001451,Rother Valley,586.0,962.0,3057.75,7862.33 +365,E14001452,Rotherham,864.0,1517.0,3341.07,6574.08 +366,E14001453,Rugby,416.0,348.0,1212.11,2169.62 +367,E14001454,"Ruislip, Northwood and Pinner",23.0,52.0,204.12,650.5 +368,E14001455,Runcorn and Helsby,655.0,1266.0,2720.38,9661.91 +369,E14001456,Runnymede and Weybridge,113.0,190.0,1545.1,2751.23 +370,E14001457,Rushcliffe,476.0,1085.0,3738.92,11861.86 +371,E14001458,Rutland and Stamford,1294.0,1252.0,13958.54,11091.58 +372,E14001459,Salford,797.0,1158.0,2656.09,4087.19 +373,E14001460,Salisbury,684.0,1353.0,5191.81,15735.0 +374,E14001461,Scarborough and Whitby,1142.0,1885.0,4167.34,11764.73 +375,E14001462,Scunthorpe,672.0,1268.0,1956.55,6587.54 +376,E14001463,Sefton Central,231.0,309.0,801.88,1302.52 +377,E14001464,Selby,1146.0,1470.0,5138.58,11649.6 +378,E14001465,Sevenoaks,0.0,0.0,0.0,0.0 +379,E14001466,Sheffield Brightside and Hillsborough,748.0,926.0,1971.17,2988.61 +380,E14001467,Sheffield Central,371.0,483.0,828.0,1010.01 +381,E14001468,Sheffield Hallam,444.0,648.0,1682.43,2103.64 +382,E14001469,Sheffield Heeley,302.0,489.0,876.58,1559.92 +383,E14001470,Sheffield South East,1115.0,1336.0,3536.33,4117.43 +384,E14001471,Sherwood Forest,350.0,485.0,1032.91,2131.82 +385,E14001472,Shipley,1390.0,1893.0,4957.7,10637.55 +386,E14001473,Shrewsbury,1546.0,2234.0,13288.09,25134.02 +387,E14001474,Sittingbourne and Sheppey,142.0,239.0,321.76,842.21 +388,E14001475,Skipton and Ripon,4014.0,5792.0,24693.8,52305.24 +389,E14001476,Sleaford and North Hykeham,327.0,733.0,3323.0,10758.37 +390,E14001477,Slough,8.0,32.0,63.63,363.5 +391,E14001478,Smethwick,201.0,225.0,198.26,393.67 +392,E14001479,Solihull West and Shirley,68.0,27.0,113.28,43.3 +393,E14001480,South Basildon and East Thurrock,48.0,98.0,217.5,645.0 +394,E14001481,South Cambridgeshire,282.0,729.0,1476.25,9015.37 +395,E14001482,South Cotswolds,1372.0,2845.0,10285.06,37214.52 +396,E14001483,South Derbyshire,1095.0,1173.0,8659.5,9516.1 +397,E14001484,South Devon,3498.0,5364.0,30437.83,60959.1 +398,E14001485,South Dorset,421.0,793.0,753.86,2542.09 +399,E14001486,South East Cornwall,2905.0,4825.0,24339.05,46153.25 +400,E14001487,South Holland and The Deepings,187.0,387.0,1214.0,3816.48 +401,E14001488,South Leicestershire,1192.0,1494.0,8925.74,11764.17 +402,E14001489,South Norfolk,112.0,345.0,1090.75,3073.99 +403,E14001490,South Northamptonshire,745.0,1490.0,4386.79,13541.39 +404,E14001491,South Ribble,1033.0,1789.0,6000.5,11474.65 +405,E14001492,South Shields,128.0,211.0,317.34,737.0 +406,E14001493,South Shropshire,1753.0,1780.0,10747.04,14342.91 +407,E14001494,South Suffolk,197.0,541.0,634.65,4581.87 +408,E14001495,South West Devon,1895.0,2780.0,20863.83,27856.65 +409,E14001496,South West Hertfordshire,0.0,1.0,0.0,0.75 +410,E14001497,South West Norfolk,163.0,310.0,936.0,2794.89 +411,E14001498,South West Wiltshire,423.0,798.0,1762.12,3793.59 +412,E14001499,Southampton Itchen,2.0,0.0,1.55,0.0 +413,E14001500,Southampton Test,60.0,130.0,677.69,1664.54 +414,E14001501,Southend East and Rochford,36.0,137.0,128.82,700.08 +415,E14001502,Southend West and Leigh,20.0,30.0,33.0,34.0 +416,E14001503,Southgate and Wood Green,0.0,10.0,0.0,21.27 +417,E14001504,Southport,406.0,381.0,2624.65,1595.46 +418,E14001506,Spen Valley,399.0,591.0,1002.0,2123.17 +419,E14001508,St Austell and Newquay,1168.0,1548.0,4755.92,8183.88 +420,E14001509,St Helens North,811.0,1422.0,3849.13,11142.86 +421,E14001510,St Helens South and Whiston,255.0,300.0,2165.99,612.67 +422,E14001511,St Ives,689.0,1014.0,4196.97,6029.86 +423,E14001512,St Neots and Mid Cambridgeshire,208.0,481.0,1552.25,7440.41 +424,E14001513,Stafford,264.0,319.0,1254.78,1606.66 +425,E14001514,Staffordshire Moorlands,1208.0,1461.0,6286.69,8569.42 +426,E14001515,Stalybridge and Hyde,832.0,2083.0,2919.67,17076.21 +427,E14001516,Stevenage,6.0,4.0,5.34,5.0 +428,E14001517,Stockport,702.0,1076.0,1964.77,4401.42 +429,E14001518,Stockton North,779.0,1210.0,3791.72,6074.74 +430,E14001519,Stockton West,750.0,1289.0,2216.3,6858.98 +431,E14001520,Stoke-on-Trent Central,634.0,627.0,1305.34,2159.52 +432,E14001521,Stoke-on-Trent North,401.0,370.0,4432.77,1040.8 +433,E14001522,Stoke-on-Trent South,376.0,365.0,1118.6,1529.48 +434,E14001523,"Stone, Great Wyrley and Penkridge",719.0,911.0,3285.82,5536.66 +435,E14001524,Stourbridge,159.0,135.0,223.15,159.89 +436,E14001525,Stratford and Bow,0.0,0.0,0.0,0.0 +437,E14001526,Stratford-on-Avon,848.0,1532.0,4662.28,15670.96 +438,E14001527,Streatham and Croydon North,12.0,14.0,7.68,14.25 +439,E14001528,Stretford and Urmston,1503.0,1964.0,7570.04,11341.73 +440,E14001529,Stroud,414.0,796.0,2649.23,7878.19 +441,E14001530,Suffolk Coastal,271.0,514.0,193.95,653.46 +442,E14001531,Sunderland Central,309.0,416.0,796.44,864.0 +443,E14001532,Surrey Heath,22.0,40.0,117.34,198.5 +444,E14001533,Sussex Weald,1459.0,2370.0,13851.54,26692.27 +445,E14001535,Sutton Coldfield,38.0,105.0,234.67,677.05 +446,E14001536,Swindon North,92.0,246.0,997.57,3246.18 +447,E14001537,Swindon South,33.0,71.0,319.14,824.0 +448,E14001538,Tamworth,280.0,319.0,856.09,1086.39 +449,E14001539,Tatton,1707.0,2585.0,8891.05,16320.42 +450,E14001540,Taunton and Wellington,648.0,1172.0,3960.0,10110.28 +451,E14001541,Telford,129.0,188.0,488.18,849.88 +452,E14001542,Tewkesbury,603.0,864.0,5241.21,7436.16 +453,E14001543,The Wrekin,516.0,598.0,1714.24,2271.57 +454,E14001544,Thirsk and Malton,3073.0,4691.0,15155.22,37993.56 +455,E14001545,Thornbury and Yate,718.0,1780.0,6494.3,23021.34 +456,E14001546,Thurrock,0.0,3.0,0.0,7.25 +457,E14001547,Tipton and Wednesbury,71.0,90.0,138.64,339.59 +458,E14001548,Tiverton and Minehead,1871.0,3306.0,12994.93,31372.24 +459,E14001549,Tonbridge,393.0,647.0,2921.73,5374.09 +460,E14001550,Tooting,107.0,178.0,168.71,280.5 +461,E14001551,Torbay,126.0,315.0,487.11,1940.01 +462,E14001552,Torridge and Tavistock,4324.0,6959.0,41410.81,77585.51 +463,E14001553,Tottenham,0.0,1.0,0.0,0.4 +464,E14001554,Truro and Falmouth,1696.0,2494.0,12060.69,23977.46 +465,E14001555,Tunbridge Wells,731.0,1155.0,5280.66,11005.6 +466,E14001556,Twickenham,0.0,0.0,0.0,0.0 +467,E14001557,Tynemouth,199.0,287.0,802.92,1915.89 +468,E14001558,Uxbridge and South Ruislip,1.0,1.0,3.41,2.5 +469,E14001559,Vauxhall and Camberwell Green,81.0,152.0,510.04,942.97 +470,E14001560,Wakefield and Rothwell,634.0,998.0,2753.08,5959.0 +471,E14001561,Wallasey,689.0,828.0,3652.92,3857.48 +472,E14001562,Walsall and Bloxwich,313.0,408.0,1071.99,2137.13 +473,E14001563,Walthamstow,43.0,29.0,139.92,84.97 +474,E14001564,Warrington North,701.0,640.0,5476.52,3368.43 +475,E14001565,Warrington South,675.0,651.0,4833.11,2312.13 +476,E14001566,Warwick and Leamington,142.0,214.0,773.34,1545.89 +477,E14001567,Washington and Gateshead South,277.0,598.0,625.93,3491.86 +478,E14001568,Watford,0.0,0.0,0.0,0.0 +479,E14001569,Waveney Valley,353.0,741.0,2538.5,6791.46 +480,E14001570,Weald of Kent,692.0,1313.0,6278.95,14685.3 +481,E14001571,Wellingborough and Rushden,248.0,332.0,2352.75,3505.98 +482,E14001572,Wells and Mendip Hills,735.0,1842.0,5987.28,20780.73 +483,E14001573,Welwyn Hatfield,12.0,24.0,57.72,205.25 +484,E14001574,West Bromwich,101.0,140.0,204.04,163.0 +485,E14001575,West Dorset,1971.0,3794.0,17320.79,45461.21 +486,E14001576,West Ham and Beckton,1.0,0.0,0.31,0.0 +487,E14001577,West Lancashire,252.0,953.0,1215.56,5991.65 +488,E14001578,West Suffolk,183.0,437.0,968.0,4364.07 +489,E14001579,West Worcestershire,1190.0,1339.0,7712.53,11625.75 +490,E14001580,Westmorland and Lonsdale,5090.0,5732.0,55416.54,67628.89 +491,E14001581,Weston-super-Mare,32.0,162.0,282.12,2751.78 +492,E14001582,Wetherby and Easingwold,2754.0,3976.0,14979.35,32745.22 +493,E14001583,Whitehaven and Workington,2441.0,2553.0,13330.51,15969.07 +494,E14001584,Widnes and Halewood,559.0,667.0,1728.2,3602.1 +495,E14001585,Wigan,1066.0,1152.0,4207.3,4509.21 +496,E14001586,Wimbledon,0.0,10.0,0.0,8.1 +497,E14001587,Winchester,125.0,194.0,1383.7,1994.77 +498,E14001588,Windsor,60.0,102.0,452.77,1048.94 +499,E14001589,Wirral West,419.0,711.0,3036.17,6452.96 +500,E14001590,Witham,200.0,521.0,1249.5,5250.81 +501,E14001591,Witney,335.0,1190.0,3383.09,18287.28 +502,E14001592,Woking,59.0,76.0,460.42,540.18 +503,E14001593,Wokingham,56.0,130.0,348.47,942.75 +504,E14001594,Wolverhampton North East,15.0,20.0,6.25,46.5 +505,E14001595,Wolverhampton South East,140.0,102.0,822.81,154.51 +506,E14001596,Wolverhampton West,240.0,247.0,1071.74,544.66 +507,E14001597,Worcester,154.0,248.0,1078.01,2170.98 +508,E14001598,Worsley and Eccles,645.0,1156.0,3509.46,5103.95 +509,E14001599,Worthing West,3.0,2.0,1.21,6.98 +510,E14001600,Wycombe,0.0,20.0,0.0,334.0 +511,E14001601,Wyre Forest,210.0,279.0,673.78,668.86 +512,E14001602,Wythenshawe and Sale East,19.0,123.0,197.97,1026.67 +513,E14001603,Yeovil,1099.0,2122.0,6401.07,16680.41 +514,E14001604,York Central,1414.0,2175.0,8678.26,19994.44 +515,E14001605,York Outer,609.0,809.0,3233.68,6529.6 +516,S14000008,"Berwickshire, Roxburgh and Selkirk",,85.0,,1816.07 +517,W07000102,Montgomeryshire and Glyndwr,30.0,168.0,218.52,1926.85 +518,W07000106,Pontypridd,65.0,,343.23, diff --git a/src/themes/environment/storm-overflows/embeds/_partials/total-duration.njk b/src/themes/environment/storm-overflows/embeds/_partials/total-duration.njk index 4037862..7c9eb68 100644 --- a/src/themes/environment/storm-overflows/embeds/_partials/total-duration.njk +++ b/src/themes/environment/storm-overflows/embeds/_partials/total-duration.njk @@ -2,8 +2,8 @@ "component": comp.oi.map.hex_cartogram, "config": { "width": 600, - "hexjson": "hexjson.constituencies", - "data": "sources.environment.storm_overflows", + "hexjson": "hexjson.uk-constituencies-2023", + "data": storm_overflows, "columns":[{ "name": "filterLabel", "template": "{{ n }} ({{ a }})" @@ -18,7 +18,7 @@ "scale": "#fff5eb 0%, #fdd0a4 25%, #fb8c3c 50%, #dc5006 75%, #7f2704 100%", "min": 0, "max": 60000, - "matchKey": "PCON22CD", + "matchKey": "PCON24CD", "legend":{ "position": "top right", "items": [{ diff --git a/src/themes/environment/storm-overflows/embeds/_partials/total-spills.njk b/src/themes/environment/storm-overflows/embeds/_partials/total-spills.njk index 79d8211..b3c3b4e 100644 --- a/src/themes/environment/storm-overflows/embeds/_partials/total-spills.njk +++ b/src/themes/environment/storm-overflows/embeds/_partials/total-spills.njk @@ -2,8 +2,8 @@ "component": comp.oi.map.hex_cartogram, "config": { "width": 600, - "hexjson": "hexjson.constituencies", - "data": "sources.environment.storm_overflows", + "hexjson": "hexjson.uk-constituencies-2023", + "data": storm_overflows, "columns":[{ "name": "filterLabel", "template": "{{ n }} ({{ a }})" @@ -18,7 +18,7 @@ "scale": "#fff5eb 0%, #fdd0a4 25%, #fb8c3c 50%, #dc5006 75%, #7f2704 100%", "min": 0, "max": 6000, - "matchKey": "PCON22CD", + "matchKey": "PCON24CD", "legend":{ "position": "top right", "items": [{ diff --git a/src/themes/environment/storm-overflows/index.njk b/src/themes/environment/storm-overflows/index.njk index a3ccfb9..267061f 100644 --- a/src/themes/environment/storm-overflows/index.njk +++ b/src/themes/environment/storm-overflows/index.njk @@ -2,14 +2,12 @@ title: Storm overflows (England) theme: environment created: 2023-08-22T17:44 -updated: 2024-03-27T19:05 +updated: 2024-07-24T18:35 description: | Constituency-level data on sewage overflows. keywords: [water,storm,overflow,spill,sewage] --- -
The Water and Sewerage Companies provide data to the Environment Agency each year as part of their regulatory Annual Return, to fulfil their permitted conditions to discharge from these storm overflows under the Environmental Permitting Regulations. We took the OS Grid Reference for every storm overflow event reported in the Environment Agency's Event Duration Monitoring datasets (2022 and 2023) and found the corresponding Parliamentary constituency to create the visualisations for total number of spills and total duration in hours.