Skip to content

Instantly share code, notes, and snippets.

@jon-a-nygaard
Last active June 7, 2017 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jon-a-nygaard/9437aad5d03c11c8c65604e4e7fba34b to your computer and use it in GitHub Desktop.
Save jon-a-nygaard/9437aad5d03c11c8c65604e4e7fba34b to your computer and use it in GitHub Desktop.
A Highcharts example in use with React and Webpack.

A Highcharts example in use with React and Webpack.

Install

  1. Download source files
  2. Run npm install to install all dependencies.
  3. Run npm run build to bundle app.js into bundle.js

Open application

  1. Open index.html in a browser.

Notes

  1. Notice that src/gb-all.js has been modified to export the mapdata. Done to make it compatible with the bundling process.
  2. Notice that Proj4.js is set explicitly on the window object. Done to make it accessible for Highcharts.
'use strict';
var React = require('react');
var ReactDOM = require('react-dom');
var Highcharts = require('highcharts/highmaps.src.js');
var proj4 = require('./proj4.js');
// NB! gb-all.js is modified to export content instead of setting it on Highcharts.
var map_GB_All = require('./gb-all.js');
var options = {
title: {
text: 'Highmaps lat/lon demo'
},
mapNavigation: {
enabled: true
},
tooltip: {
headerFormat: '',
pointFormat: '<b>{point.name}</b><br>Lat: {point.lat}, Lon: {point.lon}'
},
series: [{
// Use the gb-all map with no data as a basemap
mapData: map_GB_All,
name: 'Basemap',
borderColor: '#A0A0A0',
nullColor: 'rgba(200, 200, 200, 0.3)',
showInLegend: false
}, {
name: 'Separators',
type: 'mapline',
data: Highcharts.geojson(map_GB_All, 'mapline'),
color: '#707070',
showInLegend: false,
enableMouseTracking: false
}, {
// Specify points using lat/lon
type: 'mappoint',
name: 'Cities',
color: Highcharts.getOptions().colors[1],
data: [{
name: 'London',
lat: 51.507222,
lon: -0.1275
}, {
name: 'Birmingham',
lat: 52.483056,
lon: -1.893611
}]
}]
};
var onRender = function () {
// NB! Hack to include Proj4. Highcharts looks for it on the window object.
window.proj4 = proj4;
// Create the chart.
Highcharts.Map('chart', options);
}
var chartContainer = React.createElement('div', { id: 'chart' });
ReactDOM.render(chartContainer, document.getElementById('app'), onRender);
module.exports = {"title":"United Kingdom","version":"1.1.2","type":"FeatureCollection","copyright":"Copyright (c) 2015 Highsoft AS, Based on data from Natural Earth","copyrightShort":"Natural Earth","copyrightUrl":"http://www.naturalearthdata.com","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG:7405"}},"hc-transform":{"default":{"crs":"+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +towgs84=446.448,-125.157,542.06,0.15,0.247,0.842,-20.489 +units=m +vunits=m +no_defs","scale":0.000671282186262,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851.0,"xoffset":137.384849029,"yoffset":1053130.83361},"gb-all-shetland":{"xpan":350,"ypan":25,"hitZone":{"type":"Polygon","coordinates":[[[4078,9999],[4078,7445],[9999,7445],[9999,9999],[4078,9999]]]},"crs":"+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +towgs84=446.448,-125.157,542.06,0.15,0.247,0.842,-20.489 +units=m +vunits=m +no_defs","scale":0.000804993331371,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851.0,"xoffset":393862.661213,"yoffset":1218916.28516}},
"features":[{"type":"Feature","id":"GB.AY","properties":{"hc-group":"admin1","hc-middle-x":0.36,"hc-middle-y":0.19,"hc-key":"gb-ay","hc-a2":"AY","labelrank":"9","hasc":"GB.AY","alt-name":null,"woe-id":"12602211","subregion":"North Wales","fips":"UK93","postal-code":"AY","name":"Anglesey","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-4.3787","woe-name":"Anglesey County","latitude":"53.2996","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"MultiPolygon","coordinates":[[[[1322,2885],[1342,2885],[1387,2805],[1370,2793],[1343,2833],[1306,2845],[1295,2874],[1322,2885]]],[[[1618,2715],[1531,2660],[1483,2661],[1504,2719],[1459,2698],[1427,2722],[1426,2755],[1379,2831],[1391,2933],[1384,2967],[1486,3003],[1555,2992],[1588,2970],[1593,2932],[1635,2849],[1688,2867],[1746,2851],[1706,2791],[1637,2759],[1618,2715]]]]}},{"type":"Feature","id":"GB.3270","properties":{"hc-group":"admin1","hc-middle-x":0.22,"hc-middle-y":0.50,"hc-key":"gb-3270","hc-a2":"OR","labelrank":"9","hasc":"GB.MO","alt-name":"Elgin","woe-id":"12602205","subregion":"The Islands","fips":"UK83","postal-code":null,"name":"Orkney","country":"United Kingdom","type-en":"Unitary District","region":"Highlands and Islands","longitude":"-3.15683","woe-name":"Orkney","latitude":"58.9715","woe-label":null,"type":"Unitary District"},"geometry":{"type":"MultiPolygon","coordinates":[[[[2797,9607],[2856,9539],[2806,9515],[2796,9555],[2767,9611],[2797,9607]]],[[[2551,9645],[2596,9645],[2582,9588],[2528,9589],[2499,9618],[2507,9655],[2539,9662],[2551,9645]]],[[[2706,9715],[2730,9691],[2710,9655],[2725,9603],[2697,9595],[2669,9660],[2695,9660],[2692,9706],[2706,9715]]],[[[2590,9247],[2632,9238],[2631,9224],[2605,9177],[2614,9141],[2596,9121],[2568,9152],[2576,9169],[2540,9232],[2590,9247]]],[[[2467,9188],[2381,9180],[2365,9226],[2335,9268],[2338,9284],[2305,9293],[2314,9331],[2354,9354],[2415,9315],[2446,9265],[2458,9226],[2412,9195],[2482,9210],[2467,9188]]],[[[2529,9424],[2558,9453],[2580,9432],[2605,9446],[2645,9403],[2690,9423],[2695,9401],[2661,9374],[2698,9349],[2686,9381],[2727,9397],[2739,9353],[2692,9328],[2659,9296],[2614,9316],[2575,9387],[2549,9364],[2513,9368],[2493,9337],[2442,9338],[2427,9353],[2424,9404],[2441,9441],[2429,9480],[2406,9444],[2411,9411],[2391,9379],[2371,9387],[2346,9456],[2360,9498],[2358,9550],[2374,9584],[2430,9607],[2474,9599],[2517,9582],[2525,9551],[2569,9518],[2486,9440],[2529,9424]]],[[[2754,9683],[2809,9737],[2800,9770],[2853,9777],[2820,9745],[2855,9748],[2898,9769],[2919,9799],[2928,9771],[2890,9753],[2857,9697],[2846,9721],[2804,9714],[2769,9671],[2754,9683]]],[[[2558,9758],[2525,9821],[2566,9820],[2592,9851],[2603,9838],[2578,9804],[2632,9783],[2646,9731],[2617,9761],[2585,9772],[2576,9742],[2558,9758]]]]}},{"type":"Feature","id":"GB.HI","properties":{"hc-group":"admin1","hc-middle-x":0.55,"hc-middle-y":0.57,"hc-key":"gb-hi","hc-a2":"HI","labelrank":"9","hasc":"GB.HI","alt-name":null,"woe-id":"12602203","subregion":"Highland","fips":"UK83","postal-code":"HI","name":"Highland","country":"United Kingdom","type-en":"Unitary District","region":"Highlands and Islands","longitude":"-4.81247","woe-name":"Highland","latitude":"57.4123","woe-label":null,"type":"Unitary District"},"geometry":{"type":"MultiPolygon","coordinates":[[[[313,7265],[256,7270],[301,7291],[330,7273],[313,7265]]],[[[702,7521],[680,7514],[648,7554],[685,7556],[702,7521]]],[[[2104,7235],[2067,7215],[2059,7116],[2025,7046],[1973,7041],[1934,7068],[1910,7009],[1832,7011],[1791,7028],[1766,6983],[1660,6937],[1613,6883],[1565,6914],[1522,6859],[1514,6787],[1439,6764],[1434,6731],[1382,6747],[1335,6741],[1298,6757],[1236,6738],[1199,6701],[1140,6731],[1054,6746],[1047,6771],[1111,6799],[1153,6789],[1255,6825],[1149,6806],[1101,6832],[1112,6861],[1157,6906],[1181,6947],[1106,6883],[1081,6829],[1034,6808],[1002,6766],[971,6753],[859,6627],[814,6594],[751,6643],[698,6660],[607,6745],[606,6772],[654,6784],[718,6756],[698,6789],[768,6831],[822,6809],[845,6813],[775,6847],[679,6806],[642,6824],[598,6823],[536,6838],[510,6820],[473,6842],[467,6881],[504,6909],[602,6913],[653,6932],[712,6888],[709,6913],[747,6938],[717,6970],[727,6991],[793,6997],[762,7016],[795,7054],[767,7061],[707,7051],[741,7176],[771,7202],[807,7204],[831,7163],[870,7146],[882,7159],[834,7186],[839,7216],[794,7224],[771,7247],[822,7315],[867,7323],[920,7287],[1020,7288],[1008,7306],[932,7293],[905,7326],[854,7345],[852,7377],[885,7423],[890,7464],[939,7483],[998,7425],[966,7490],[1007,7536],[905,7495],[870,7511],[829,7505],[844,7560],[875,7583],[900,7568],[972,7598],[1001,7623],[998,7658],[933,7591],[886,7606],[906,7632],[898,7655],[843,7592],[779,7590],[771,7636],[783,7691],[754,7705],[750,7761],[774,7850],[807,7844],[839,7807],[894,7765],[887,7789],[972,7788],[957,7813],[901,7818],[883,7804],[825,7911],[799,7923],[812,7984],[848,7996],[865,7974],[885,7996],[858,8025],[807,8040],[811,8156],[824,8176],[864,8187],[895,8170],[899,8091],[945,8080],[948,8134],[910,8189],[937,8247],[974,8229],[985,8174],[1029,8155],[1050,8217],[1085,8203],[1109,8174],[1173,8140],[1115,8203],[1076,8223],[1089,8256],[1130,8213],[1156,8220],[1237,8162],[1251,8164],[1178,8235],[1190,8271],[1137,8297],[1082,8360],[1048,8422],[1083,8429],[1097,8398],[1137,8401],[1152,8441],[1143,8476],[1177,8489],[1124,8531],[1091,8606],[1102,8628],[1141,8602],[1186,8616],[1225,8606],[1253,8629],[1289,8604],[1342,8601],[1376,8616],[1326,8626],[1301,8613],[1273,8634],[1237,8694],[1231,8726],[1252,8795],[1303,8761],[1328,8761],[1305,8801],[1280,8794],[1276,8819],[1311,8838],[1279,8878],[1282,8909],[1329,8942],[1347,9026],[1357,9038],[1434,9017],[1458,8993],[1472,8933],[1484,9008],[1512,8973],[1552,8946],[1547,8919],[1517,8889],[1486,8824],[1546,8885],[1580,8909],[1598,8965],[1664,8953],[1693,8930],[1647,8819],[1686,8872],[1759,8927],[1795,8905],[1855,8943],[1903,8941],[1936,8975],[1950,8949],[2015,8942],[2067,8949],[2136,8991],[2197,9008],[2230,9000],[2236,8978],[2288,8991],[2338,8975],[2346,8998],[2310,9039],[2343,9061],[2372,9029],[2436,9043],[2467,9019],[2527,9026],[2547,9017],[2528,8955],[2478,8870],[2484,8837],[2517,8835],[2502,8755],[2475,8704],[2418,8631],[2339,8598],[2284,8553],[2235,8476],[2098,8367],[2040,8334],[2018,8285],[1983,8272],[1921,8230],[1879,8248],[1883,8224],[1920,8210],[1937,8182],[1922,8136],[1885,8144],[1863,8121],[1794,8147],[1743,8135],[1688,8190],[1718,8140],[1761,8116],[1799,8129],[1844,8094],[1841,8114],[1902,8079],[1937,8105],[2002,8074],[2052,8130],[2056,8089],[1929,7936],[1913,7968],[1875,7977],[1826,7935],[1739,7924],[1729,7895],[1669,7844],[1652,7808],[1682,7820],[1716,7862],[1796,7916],[1861,7894],[1916,7928],[1919,7913],[1806,7770],[1754,7775],[1787,7758],[1760,7711],[1794,7703],[1896,7776],[1866,7811],[1941,7816],[2000,7809],[2072,7851],[2099,7794],[2096,7742],[2111,7730],[2110,7642],[2099,7598],[2121,7624],[2227,7652],[2264,7615],[2289,7609],[2296,7562],[2233,7468],[2256,7452],[2249,7396],[2270,7379],[2249,7328],[2199,7312],[2145,7260],[2104,7235]]],[[[409,7264],[434,7266],[478,7226],[466,7217],[482,7207],[471,7165],[439,7133],[404,7139],[395,7167],[348,7208],[409,7264]]],[[[656,7722],[645,7754],[680,7761],[652,7670],[665,7587],[623,7566],[612,7619],[627,7712],[656,7722]]],[[[588,7651],[573,7624],[596,7574],[559,7545],[628,7544],[605,7510],[649,7518],[701,7492],[714,7463],[818,7497],[827,7482],[874,7480],[864,7431],[842,7394],[783,7370],[769,7322],[741,7305],[690,7241],[633,7219],[619,7239],[640,7301],[682,7363],[745,7390],[656,7387],[634,7413],[598,7341],[580,7346],[577,7408],[545,7425],[536,7402],[446,7384],[475,7423],[431,7417],[412,7459],[435,7480],[396,7483],[354,7566],[397,7589],[444,7548],[453,7559],[405,7608],[369,7605],[365,7669],[334,7647],[332,7687],[302,7644],[295,7601],[239,7625],[214,7650],[207,7698],[177,7746],[216,7743],[203,7780],[230,7805],[263,7743],[287,7724],[293,7753],[275,7782],[289,7803],[318,7791],[299,7832],[265,7851],[282,7878],[279,7914],[319,7882],[322,7855],[380,7797],[408,7801],[392,7768],[429,7799],[473,7733],[467,7773],[430,7840],[452,7886],[427,7895],[421,7949],[490,8011],[580,7874],[582,7725],[563,7663],[588,7651]]]]}},{"type":"Feature","id":"GB.AB","properties":{"hc-group":"admin1","hc-middle-x":0.72,"hc-middle-y":0.30,"hc-key":"gb-ab","hc-a2":"AB","labelrank":"9","hasc":"GB.AB","alt-name":"Earra-Ghaidheal agus Bòd","woe-id":"12696185","subregion":"North Strathclyde","fips":"UK83","postal-code":"AB","name":"Argyll and Bute","country":"United Kingdom","type-en":"Unitary District","region":"Highlands and Islands","longitude":"-5.14339","woe-name":"Argyll and Bute","latitude":"56.2296","woe-label":null,"type":"Unitary District"},"geometry":{"type":"MultiPolygon","coordinates":[[[[489,6164],[466,6129],[458,6086],[408,6075],[423,6132],[458,6174],[489,6164]]],[[[756,6207],[748,6225],[782,6251],[790,6224],[756,6207]]],[[[835,6320],[814,6235],[797,6274],[813,6312],[835,6320]]],[[[856,6391],[830,6335],[815,6362],[833,6390],[856,6391]]],[[[497,6578],[447,6582],[431,6598],[464,6620],[497,6578]]],[[[1448,6556],[1471,6532],[1471,6533],[1417,6514],[1414,6495],[1363,6463],[1339,6420],[1377,6387],[1374,6358],[1413,6368],[1458,6358],[1431,6275],[1432,6217],[1480,6075],[1475,5939],[1479,5917],[1426,5943],[1395,5987],[1369,5998],[1324,6050],[1353,6002],[1355,5972],[1327,5971],[1305,5995],[1307,6069],[1335,6135],[1383,6207],[1368,6212],[1318,6122],[1299,6131],[1294,6195],[1276,6188],[1294,6086],[1283,6065],[1276,5977],[1245,5991],[1270,5949],[1221,5846],[1193,5851],[1175,5894],[1168,5950],[1126,6003],[1161,5895],[1143,5889],[1101,5926],[1097,5966],[1053,5879],[1077,5807],[1015,5834],[993,5886],[1003,5968],[996,6002],[1013,6020],[1090,6140],[1163,6181],[1199,6248],[1267,6285],[1186,6263],[1155,6201],[1075,6152],[1018,6072],[1000,6069],[986,6029],[963,6014],[927,6035],[918,5958],[934,5949],[944,5853],[978,5812],[998,5754],[919,5686],[877,5600],[879,5559],[897,5537],[830,5375],[803,5351],[845,5287],[814,5240],[759,5210],[732,5220],[683,5207],[665,5227],[665,5325],[718,5380],[721,5515],[757,5601],[754,5641],[792,5669],[825,5733],[876,5768],[912,5831],[845,5763],[804,5742],[784,5770],[769,5839],[803,5906],[767,5886],[759,5921],[836,6028],[848,6057],[812,6044],[754,5952],[763,5997],[789,6043],[852,6128],[876,6112],[861,6165],[897,6230],[877,6225],[832,6177],[875,6291],[910,6304],[900,6325],[853,6302],[844,6314],[864,6393],[909,6475],[945,6520],[1032,6532],[1083,6515],[1123,6533],[1161,6590],[1110,6537],[1083,6535],[1016,6554],[987,6546],[979,6591],[940,6561],[970,6631],[1000,6608],[1026,6613],[1083,6647],[1045,6644],[1012,6623],[979,6639],[1022,6716],[1054,6746],[1140,6731],[1199,6701],[1236,6738],[1298,6757],[1335,6741],[1382,6747],[1434,6731],[1482,6738],[1484,6695],[1505,6689],[1527,6644],[1504,6650],[1440,6622],[1467,6588],[1448,6556]]],[[[941,5599],[968,5647],[1030,5683],[1072,5659],[1095,5626],[1114,5543],[1105,5528],[1132,5497],[1114,5448],[1130,5420],[1137,5368],[1110,5351],[1080,5347],[1015,5364],[963,5407],[957,5471],[967,5486],[940,5533],[941,5599]]],[[[1157,5859],[1176,5819],[1197,5735],[1184,5707],[1196,5683],[1130,5750],[1117,5817],[1095,5834],[1082,5899],[1104,5909],[1157,5859]]],[[[402,5605],[368,5557],[336,5559],[334,5611],[386,5645],[367,5697],[336,5712],[340,5733],[390,5780],[357,5793],[325,5780],[297,5723],[243,5671],[217,5680],[228,5747],[260,5788],[239,5806],[262,5863],[345,5914],[338,5871],[473,5966],[485,5952],[490,5837],[490,5802],[519,5760],[531,5662],[474,5617],[402,5605]]],[[[514,5811],[503,5897],[513,5934],[566,5973],[617,5980],[640,5997],[578,5993],[579,6038],[620,6091],[654,6105],[741,6184],[775,6188],[776,6147],[741,6108],[711,6045],[651,5939],[634,5894],[594,5863],[579,5801],[537,5794],[514,5811]]],[[[127,6658],[88,6656],[86,6637],[43,6620],[33,6579],[-20,6601],[-32,6653],[66,6682],[130,6693],[127,6658]]],[[[779,6586],[818,6512],[797,6521],[814,6479],[762,6484],[731,6453],[788,6452],[771,6427],[712,6391],[666,6401],[681,6438],[645,6414],[492,6363],[432,6367],[413,6344],[375,6362],[354,6416],[375,6441],[404,6440],[430,6399],[441,6428],[470,6419],[537,6440],[580,6472],[477,6452],[463,6477],[494,6506],[511,6546],[585,6567],[591,6612],[518,6582],[478,6642],[419,6656],[389,6681],[421,6702],[401,6743],[446,6756],[467,6747],[489,6782],[536,6790],[574,6772],[588,6746],[633,6633],[697,6630],[779,6586]]],[[[326,6843],[298,6789],[248,6744],[213,6719],[159,6735],[195,6752],[235,6807],[292,6842],[326,6843]]]]}},{"type":"Feature","id":"GB.PS","properties":{"hc-group":"admin1","hc-middle-x":0.27,"hc-middle-y":0.46,"hc-key":"gb-ps","hc-a2":"PS","labelrank":"9","hasc":"GB.PS","alt-name":null,"woe-id":"12696158","subregion":"Hampshire","fips":"UK23","postal-code":"PS","name":"Portsmouth","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-0.979793","woe-name":"Portsmouth City","latitude":"50.8032","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"MultiPolygon","coordinates":[[[[3941,-74],[3881,-74],[3915,-26],[3934,-40],[3941,-74]]],[[[3899,-6],[3880,-10],[3855,-81],[3820,-67],[3844,-11],[3830,-4],[3840,5],[3899,-6]]]]}},{"type":"Feature","id":"GB.WI","properties":{"hc-group":"admin1","hc-middle-x":0.68,"hc-middle-y":0.24,"hc-key":"gb-wi","hc-a2":"WI","labelrank":"9","hasc":"GB.WI","alt-name":"Western Isles","woe-id":"12602210","subregion":"Scotland","fips":"UK89","postal-code":"WI","name":"Eilean Siar","country":"United Kingdom","type-en":"Island Area","region":"Highlands and Islands","longitude":"-6.74587","woe-name":"Eilean Siar","latitude":"58.1103","woe-label":null,"type":"Island Area"},"geometry":{"type":"MultiPolygon","coordinates":[[[[83,8286],[74,8257],[53,8273],[73,8294],[83,8286]]],[[[195,8671],[235,8618],[193,8628],[180,8665],[195,8671]]],[[[-269,7276],[-238,7231],[-302,7183],[-352,7201],[-324,7231],[-326,7265],[-282,7286],[-274,7317],[-254,7299],[-269,7276]]],[[[-159,7626],[-121,7615],[-97,7573],[-119,7556],[-137,7513],[-197,7525],[-148,7490],[-143,7448],[-158,7412],[-122,7369],[-138,7355],[-189,7370],[-210,7360],[-231,7396],[-242,7458],[-238,7498],[-262,7523],[-214,7607],[-231,7696],[-182,7716],[-129,7672],[-107,7631],[-125,7623],[-173,7661],[-195,7693],[-198,7656],[-159,7626]]],[[[-206,7748],[-212,7762],[-185,7811],[-137,7803],[-83,7772],[-122,7759],[-89,7721],[-144,7709],[-206,7748]]],[[[-12,7918],[-42,7884],[-92,7877],[-107,7902],[-144,7872],[-62,7877],[-34,7856],[-51,7826],[-132,7830],[-150,7841],[-167,7885],[-222,7919],[-236,7905],[-284,7940],[-235,8016],[-180,8011],[-188,7981],[-131,8039],[-146,8009],[-112,8006],[-50,8032],[-58,7994],[2,7986],[17,7964],[-6,7934],[-48,7977],[-76,7979],[-69,7946],[-42,7914],[-12,7918]]],[[[625,8750],[573,8715],[569,8692],[528,8665],[526,8638],[496,8631],[528,8604],[570,8610],[623,8649],[620,8600],[585,8570],[510,8583],[473,8601],[491,8545],[485,8520],[442,8507],[410,8478],[390,8487],[329,8459],[352,8457],[469,8476],[490,8401],[443,8364],[370,8384],[366,8376],[422,8333],[387,8289],[360,8299],[367,8273],[341,8270],[319,8315],[321,8276],[297,8281],[271,8343],[268,8376],[298,8421],[344,8434],[285,8438],[281,8418],[234,8378],[252,8329],[284,8287],[288,8231],[218,8261],[199,8237],[223,8221],[238,8187],[172,8160],[135,8109],[78,8077],[10,8171],[24,8171],[101,8231],[131,8227],[103,8261],[136,8277],[173,8274],[183,8302],[147,8305],[115,8332],[63,8340],[19,8378],[55,8416],[134,8442],[57,8431],[81,8477],[48,8459],[22,8533],[47,8583],[36,8600],[95,8604],[73,8619],[91,8668],[164,8631],[146,8625],[172,8574],[185,8597],[230,8609],[264,8567],[283,8590],[259,8633],[241,8641],[224,8706],[291,8764],[350,8773],[526,8892],[577,8946],[612,8908],[631,8835],[598,8776],[625,8750]]]]}},{"type":"Feature","id":"GB.MY","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.48,"hc-key":"gb-my","hc-a2":"MY","labelrank":"9","hasc":"GB.MY","alt-name":null,"woe-id":"20078320","subregion":"North of Northern Ireland","fips":"UK72","postal-code":"MY","name":"Moyle","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.26357","woe-name":"Moyle","latitude":"55.1639","woe-label":null,"type":"District"},"geometry":{"type":"MultiPolygon","coordinates":[[[[406,5230],[381,5222],[333,5227],[366,5241],[406,5230]]],[[[432,4861],[407,4861],[375,4912],[353,4960],[358,5020],[293,5005],[259,5046],[227,5035],[221,5054],[169,5065],[163,5138],[155,5155],[203,5179],[241,5157],[267,5172],[346,5126],[410,5135],[448,5121],[487,5068],[469,4949],[517,4936],[495,4912],[432,4861]]]]}},{"type":"Feature","id":"GB.7398","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.59,"hc-key":"gb-7398","hc-a2":"IO","labelrank":"9","hasc":"GB.IS","alt-name":null,"woe-id":"12602181","subregion":"Cornwall","fips":"UK08","postal-code":null,"name":"Isles of Scilly","country":"United Kingdom","type-en":"Unitary Single-Tier County","region":"South West","longitude":"-4.75267","woe-name":"Cornwall and Isles of Scilly","latitude":"50.4407","woe-label":null,"type":"Unitary Single-Tier County"},"geometry":{"type":"Polygon","coordinates":[[[-40,-999],[-56,-998],[-47,-974],[-37,-989],[-40,-999]]]}},{"type":"Feature","id":"GB.EB","properties":{"hc-group":"admin1","hc-middle-x":0.91,"hc-middle-y":0.55,"hc-key":"gb-eb","hc-a2":"EB","labelrank":"9","hasc":"GB.EB","alt-name":"Édimbourg|Edimburgo","woe-id":"12696195","subregion":"Edinburgh and the Lothians","fips":"UK84","postal-code":"EB","name":"Edinburgh","country":"United Kingdom","type-en":"Unitary District (city)","region":"Eastern","longitude":"-3.26452","woe-name":"City of Edinburgh","latitude":"55.9132","woe-label":null,"type":"Unitary District (city)"},"geometry":{"type":"Polygon","coordinates":[[[2222,5960],[2299,5955],[2316,5936],[2434,5924],[2462,5898],[2455,5833],[2388,5824],[2276,5744],[2258,5755],[2253,5751],[2256,5838],[2220,5866],[2222,5960]]]}},{"type":"Feature","id":"GB.LC","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.49,"hc-key":"gb-lc","hc-a2":"LC","labelrank":"9","hasc":"GB.LC","alt-name":null,"woe-id":"12696154","subregion":"Leicestershire","fips":"UK26","postal-code":"LC","name":"Leicester","country":"United Kingdom","type-en":"Unitary Authority","region":"East Midlands","longitude":"-1.1183","woe-name":"Leicester City","latitude":"52.6114","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3822,2016],[3782,1981],[3750,1992],[3740,2065],[3754,2085],[3816,2077],[3822,2016]]]}},{"type":"Feature","id":"GB.2393","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.53,"hc-key":"gb-2393","hc-a2":"LE","labelrank":"9","hasc":"GB.","alt-name":null,"woe-id":"12602144","subregion":"Leicestershire","fips":"UK26","postal-code":null,"name":"Leicestershire","country":"United Kingdom","type-en":"Kingdom","region":"East Midlands","longitude":"-1.11707","woe-name":"Leicestershire","latitude":"52.491","woe-label":null,"type":"Home Nation|Constituent Country"},"geometry":{"type":"Polygon","coordinates":[[[3456,2116],[3489,2141],[3491,2192],[3531,2191],[3587,2239],[3604,2287],[3652,2323],[3679,2323],[3682,2250],[3732,2220],[3794,2262],[3878,2263],[3885,2284],[3968,2363],[3988,2419],[4024,2443],[4041,2405],[4028,2366],[4057,2333],[4091,2265],[4110,2197],[4057,2160],[4003,2150],[4008,2019],[4034,1947],[4059,1917],[3960,1914],[3951,1846],[3896,1865],[3846,1842],[3838,1793],[3799,1818],[3760,1764],[3739,1767],[3662,1880],[3589,1918],[3574,1944],[3483,1996],[3473,2043],[3491,2067],[3458,2107],[3456,2116]],[[3822,2016],[3816,2077],[3754,2085],[3740,2065],[3750,1992],[3782,1981],[3822,2016]]]}},{"type":"Feature","id":"GB.DB","properties":{"hc-group":"admin1","hc-middle-x":0.36,"hc-middle-y":0.39,"hc-key":"gb-db","hc-a2":"DB","labelrank":"9","hasc":"GB.DB","alt-name":null,"woe-id":"12602143","subregion":"Derbyshire","fips":"UK10","postal-code":"DB","name":"Derbyshire","country":"United Kingdom","type-en":"Administrative County","region":"East Midlands","longitude":"-1.58946","woe-name":"Derbyshire","latitude":"52.9938","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3679,2323],[3652,2323],[3604,2287],[3587,2239],[3531,2191],[3491,2192],[3489,2141],[3456,2116],[3416,2116],[3411,2141],[3373,2164],[3392,2201],[3423,2217],[3449,2262],[3421,2297],[3358,2302],[3334,2326],[3286,2336],[3274,2393],[3294,2436],[3332,2460],[3322,2585],[3302,2644],[3262,2685],[3179,2720],[3169,2760],[3164,2869],[3151,2909],[3175,2941],[3154,2958],[3175,2994],[3178,3023],[3188,3053],[3218,3060],[3233,3097],[3252,3096],[3289,3078],[3309,3023],[3348,2991],[3346,2956],[3407,2917],[3405,2888],[3452,2859],[3430,2838],[3488,2817],[3583,2859],[3625,2828],[3640,2846],[3688,2820],[3734,2823],[3745,2787],[3721,2753],[3725,2678],[3666,2661],[3641,2634],[3656,2580],[3630,2541],[3636,2498],[3663,2466],[3673,2366],[3700,2345],[3679,2323]],[[3568,2311],[3581,2378],[3521,2410],[3480,2338],[3517,2305],[3568,2311]]]}},{"type":"Feature","id":"GB.DE","properties":{"hc-group":"admin1","hc-middle-x":0.56,"hc-middle-y":0.59,"hc-key":"gb-de","hc-a2":"DE","labelrank":"9","hasc":"GB.DE","alt-name":null,"woe-id":"12696153","subregion":"Derbyshire","fips":"UK10","postal-code":"DE","name":"Derby","country":"United Kingdom","type-en":"Unitary Authority","region":"East Midlands","longitude":"-1.47157","woe-name":"Derby City","latitude":"52.8904","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3568,2311],[3517,2305],[3480,2338],[3521,2410],[3581,2378],[3568,2311]]]}},{"type":"Feature","id":"GB.AN","properties":{"hc-group":"admin1","hc-middle-x":0.83,"hc-middle-y":0.42,"hc-key":"gb-an","hc-a2":"AN","labelrank":"9","hasc":"GB.AN","alt-name":null,"woe-id":"20078312","subregion":"East of Northern Ireland","fips":"UK52","postal-code":"AN","name":"Antrim","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.26057","woe-name":"Antrim","latitude":"54.6926","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[165,4640],[226,4629],[251,4650],[344,4628],[386,4655],[431,4634],[455,4613],[442,4583],[455,4543],[445,4493],[463,4482],[436,4469],[432,4438],[383,4436],[320,4408],[297,4411],[251,4421],[179,4391],[179,4391],[196,4489],[147,4552],[171,4622],[165,4640]]]}},{"type":"Feature","id":"GB.BL","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.51,"hc-key":"gb-bl","hc-a2":"BL","labelrank":"9","hasc":"GB.BL","alt-name":null,"woe-id":"20078313","subregion":"East of Northern Ireland","fips":"UK55","postal-code":"BL","name":"Ballymena","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.22753","woe-name":"Ballymena","latitude":"54.9003","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[431,4634],[386,4655],[344,4628],[251,4650],[226,4629],[165,4640],[175,4691],[157,4795],[206,4786],[215,4818],[198,4844],[238,4860],[281,4857],[285,4888],[310,4885],[375,4912],[407,4861],[432,4861],[481,4797],[468,4754],[473,4710],[515,4703],[516,4663],[476,4663],[483,4639],[431,4634]]]}},{"type":"Feature","id":"GB.NG","properties":{"hc-group":"admin1","hc-middle-x":0.41,"hc-middle-y":0.47,"hc-key":"gb-ng","hc-a2":"NG","labelrank":"9","hasc":"GB.NG","alt-name":null,"woe-id":"12696180","subregion":"Nottinghamshire","fips":"UK33","postal-code":"NG","name":"Nottingham","country":"United Kingdom","type-en":"Unitary Authority","region":"East Midlands","longitude":"-1.16592","woe-name":"Nottingham City","latitude":"52.9352","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3763,2360],[3722,2344],[3702,2386],[3709,2448],[3727,2474],[3766,2463],[3789,2390],[3763,2360]]]}},{"type":"Feature","id":"GB.DO","properties":{"hc-group":"admin1","hc-middle-x":0.39,"hc-middle-y":0.46,"hc-key":"gb-do","hc-a2":"DO","labelrank":"9","hasc":"GB.DO","alt-name":null,"woe-id":"12602182","subregion":"Devon","fips":"UK11","postal-code":"DO","name":"Devon","country":"United Kingdom","type-en":"Administrative County","region":"South West","longitude":"-3.85842","woe-name":"Devon","latitude":"50.8008","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[1546,-475],[1568,-437],[1535,-445],[1511,-431],[1526,-395],[1546,-395],[1528,-350],[1489,-338],[1467,-285],[1473,-241],[1445,-221],[1427,-162],[1418,-79],[1392,-83],[1344,-44],[1366,-37],[1392,27],[1365,104],[1299,109],[1320,166],[1319,215],[1384,212],[1456,189],[1482,201],[1553,278],[1521,366],[1545,363],[1542,413],[1598,433],[1825,453],[1878,468],[1919,456],[1909,387],[1838,387],[1834,346],[1912,276],[1939,275],[2004,241],[1995,192],[2046,186],[2086,218],[2155,195],[2161,153],[2197,150],[2235,113],[2317,113],[2301,74],[2323,53],[2396,62],[2408,-1],[2457,-3],[2467,-35],[2516,-65],[2468,-95],[2468,-147],[2429,-167],[2384,-160],[2342,-189],[2305,-183],[2236,-203],[2209,-245],[2155,-268],[2127,-263],[2090,-197],[2107,-275],[2061,-346],[2052,-392],[1992,-390],[1950,-441],[1944,-477],[1965,-508],[2039,-545],[2023,-581],[1953,-617],[1936,-687],[1941,-716],[1887,-731],[1834,-730],[1718,-603],[1656,-630],[1596,-567],[1654,-533],[1653,-509],[1593,-465],[1546,-475]]]}},{"type":"Feature","id":"GB.2458","properties":{"hc-group":"admin1","hc-middle-x":0.54,"hc-middle-y":0.43,"hc-key":"gb-2458","hc-a2":"PA","labelrank":"9","hasc":"GB.","alt-name":"Perth and Kinross","woe-id":"12696206","subregion":"Tayside","fips":"UK88","postal-code":null,"name":"Perthshire and Kinross","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-3.88225","woe-name":"Perth and Kinross","latitude":"56.571","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1448,6556],[1467,6588],[1440,6622],[1504,6650],[1527,6644],[1505,6689],[1484,6695],[1482,6738],[1434,6731],[1439,6764],[1514,6787],[1522,6859],[1565,6914],[1613,6883],[1660,6937],[1766,6983],[1791,7028],[1832,7011],[1910,7009],[1934,7068],[1973,7041],[2025,7046],[2093,7033],[2110,7043],[2168,7032],[2168,7000],[2210,6995],[2236,6978],[2278,6984],[2279,6950],[2301,6885],[2312,6800],[2358,6737],[2425,6710],[2441,6673],[2470,6662],[2432,6619],[2413,6558],[2428,6528],[2471,6509],[2479,6502],[2486,6482],[2435,6454],[2351,6370],[2363,6324],[2332,6312],[2325,6288],[2284,6269],[2293,6236],[2331,6231],[2348,6188],[2325,6176],[2328,6149],[2284,6150],[2266,6121],[2174,6129],[2160,6141],[2108,6115],[2101,6146],[2153,6170],[2122,6195],[2050,6187],[2028,6218],[1985,6192],[1973,6222],[1951,6218],[1876,6284],[1826,6292],[1765,6323],[1735,6358],[1734,6417],[1758,6429],[1760,6505],[1819,6516],[1804,6556],[1769,6566],[1699,6535],[1676,6596],[1497,6555],[1471,6532],[1471,6533],[1448,6556]]]}},{"type":"Feature","id":"GB.ER","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.39,"hc-key":"gb-er","hc-a2":"ER","labelrank":"9","hasc":"GB.ER","alt-name":null,"woe-id":"12696194","subregion":"Glasgow City Region","fips":"UK87","postal-code":"ER","name":"East Renfrewshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.36844","woe-name":"East Renfrewshire","latitude":"55.7656","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1519,5705],[1520,5709],[1570,5735],[1626,5770],[1631,5741],[1691,5750],[1701,5738],[1688,5701],[1709,5670],[1707,5619],[1690,5614],[1526,5695],[1519,5705],[1519,5705]]]}},{"type":"Feature","id":"GB.EA","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.47,"hc-key":"gb-ea","hc-a2":"EA","labelrank":"9","hasc":"GB.EA","alt-name":null,"woe-id":"12696191","subregion":"South Strathclyde","fips":"UK87","postal-code":"EA","name":"East Ayrshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.29329","woe-name":"East Ayrshire","latitude":"55.501","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1519,5705],[1526,5695],[1690,5614],[1738,5511],[1715,5481],[1721,5458],[1807,5457],[1855,5475],[1875,5439],[1858,5348],[1844,5318],[1783,5275],[1786,5218],[1751,5146],[1717,5182],[1646,5177],[1609,5126],[1569,5000],[1550,4988],[1548,5027],[1527,5007],[1544,5057],[1547,5150],[1491,5219],[1464,5268],[1470,5286],[1537,5271],[1531,5355],[1563,5383],[1559,5455],[1469,5512],[1518,5545],[1525,5573],[1454,5589],[1450,5612],[1490,5654],[1519,5705],[1519,5705]]]}},{"type":"Feature","id":"GB.GG","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.51,"hc-key":"gb-gg","hc-a2":"GG","labelrank":"9","hasc":"GB.GG","alt-name":"Glasgow City","woe-id":"12696198","subregion":"Glasgow City Region","fips":"UK87","postal-code":"GG","name":"Glasgow","country":"United Kingdom","type-en":"Unitary District (city)","region":"South Western","longitude":"-4.21337","woe-name":"Glasgow City","latitude":"55.8371","woe-label":null,"type":"Unitary District (city)"},"geometry":{"type":"Polygon","coordinates":[[[1701,5738],[1691,5750],[1631,5741],[1626,5770],[1627,5785],[1629,5822],[1630,5851],[1633,5870],[1670,5861],[1687,5881],[1722,5849],[1756,5850],[1783,5822],[1809,5821],[1804,5774],[1744,5780],[1726,5727],[1701,5738]]]}},{"type":"Feature","id":"GB.ED","properties":{"hc-group":"admin1","hc-middle-x":0.00,"hc-middle-y":0.51,"hc-key":"gb-ed","hc-a2":"ED","labelrank":"9","hasc":"GB.ED","alt-name":null,"woe-id":"12696192","subregion":"Glasgow City Region","fips":"UK87","postal-code":"ED","name":"East Dunbartonshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.20219","woe-name":"East Dunbartonshire","latitude":"55.9544","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1756,5850],[1722,5849],[1687,5881],[1670,5861],[1633,5870],[1628,5878],[1627,5952],[1685,5930],[1686,6007],[1752,5988],[1773,6008],[1783,5981],[1785,5931],[1832,5924],[1833,5885],[1816,5867],[1764,5871],[1756,5850]]]}},{"type":"Feature","id":"GB.IC","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.49,"hc-key":"gb-ic","hc-a2":"IC","labelrank":"9","hasc":"GB.IC","alt-name":null,"woe-id":"12696200","subregion":"Glasgow City Region","fips":"UK87","postal-code":"IC","name":"Inverclyde","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.73843","woe-name":"Inverclyde","latitude":"55.8983","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1282,5837],[1296,5920],[1353,5940],[1393,5919],[1455,5905],[1476,5848],[1463,5803],[1386,5813],[1371,5824],[1355,5839],[1282,5837]]]}},{"type":"Feature","id":"GB.2446","properties":{"hc-group":"admin1","hc-middle-x":0.20,"hc-middle-y":0.27,"hc-key":"gb-2446","hc-a2":"NA","labelrank":"9","hasc":"GB.ED","alt-name":null,"woe-id":"12696203","subregion":"South Strathclyde","fips":"UK87","postal-code":null,"name":"North Ayshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.7108","woe-name":"North Ayrshire","latitude":"55.7113","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1520,5709],[1519,5705],[1519,5705],[1490,5654],[1450,5612],[1454,5589],[1525,5573],[1518,5545],[1469,5512],[1424,5481],[1413,5480],[1411,5506],[1379,5548],[1317,5571],[1323,5590],[1253,5656],[1294,5711],[1282,5837],[1355,5839],[1371,5824],[1392,5771],[1443,5716],[1520,5709]]]}},{"type":"Feature","id":"GB.NN","properties":{"hc-group":"admin1","hc-middle-x":0.47,"hc-middle-y":0.50,"hc-key":"gb-nn","hc-a2":"NN","labelrank":"9","hasc":"GB.NN","alt-name":null,"woe-id":"12696204","subregion":"Glasgow City Region","fips":"UK87","postal-code":"NN","name":"North Lanarkshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-3.9392","woe-name":"North Lanarkshire","latitude":"55.8694","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1804,5774],[1809,5821],[1783,5822],[1756,5850],[1764,5871],[1816,5867],[1833,5885],[1832,5924],[1785,5931],[1783,5981],[1812,6004],[1854,6003],[1858,5987],[1883,5979],[1914,5922],[1951,5919],[1931,5893],[1986,5848],[1995,5820],[2038,5833],[2026,5804],[2042,5750],[2031,5717],[1933,5661],[1923,5663],[1816,5757],[1804,5774]]]}},{"type":"Feature","id":"GB.RF","properties":{"hc-group":"admin1","hc-middle-x":0.23,"hc-middle-y":0.87,"hc-key":"gb-rf","hc-a2":"RF","labelrank":"9","hasc":"GB.RF","alt-name":null,"woe-id":"12696207","subregion":"Glasgow City Region","fips":"UK87","postal-code":"RF","name":"Renfrewshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.55373","woe-name":"Renfrewshire","latitude":"55.8437","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1629,5822],[1627,5785],[1626,5770],[1570,5735],[1520,5709],[1443,5716],[1392,5771],[1371,5824],[1386,5813],[1463,5803],[1476,5848],[1455,5905],[1533,5889],[1545,5897],[1575,5871],[1629,5822]]]}},{"type":"Feature","id":"GB.SA","properties":{"hc-group":"admin1","hc-middle-x":0.21,"hc-middle-y":0.77,"hc-key":"gb-sa","hc-a2":"SA","labelrank":"9","hasc":"GB.SA","alt-name":null,"woe-id":"12696209","subregion":"South Strathclyde","fips":"UK87","postal-code":"SA","name":"South Ayrshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.73841","woe-name":"South Ayrshire","latitude":"55.2304","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1413,5480],[1424,5481],[1469,5512],[1559,5455],[1563,5383],[1531,5355],[1537,5271],[1470,5286],[1464,5268],[1491,5219],[1547,5150],[1544,5057],[1527,5007],[1480,5013],[1406,4968],[1414,4891],[1367,4879],[1301,4884],[1254,4877],[1216,4834],[1175,4847],[1144,4832],[1135,4897],[1168,5002],[1209,5031],[1255,5088],[1284,5153],[1293,5217],[1334,5260],[1352,5311],[1418,5348],[1442,5402],[1413,5480]]]}},{"type":"Feature","id":"GB.SL","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.51,"hc-key":"gb-sl","hc-a2":"SL","labelrank":"9","hasc":"GB.SL","alt-name":null,"woe-id":"12696210","subregion":"Glasgow City Region","fips":"UK87","postal-code":"SL","name":"South Lanarkshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-3.82617","woe-name":"South Lanarkshire","latitude":"55.5981","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1701,5738],[1726,5727],[1744,5780],[1804,5774],[1816,5757],[1923,5663],[1933,5661],[2031,5717],[2112,5739],[2141,5719],[2211,5697],[2224,5637],[2251,5624],[2194,5557],[2194,5515],[2161,5502],[2187,5455],[2187,5402],[2168,5376],[2152,5314],[2174,5281],[2129,5252],[2125,5189],[2077,5144],[2039,5181],[2036,5229],[2013,5240],[1997,5284],[1961,5328],[1858,5348],[1875,5439],[1855,5475],[1807,5457],[1721,5458],[1715,5481],[1738,5511],[1690,5614],[1707,5619],[1709,5670],[1688,5701],[1701,5738]]]}},{"type":"Feature","id":"GB.WD","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.50,"hc-key":"gb-wd","hc-a2":"WD","labelrank":"9","hasc":"GB.WD","alt-name":"Dumbarton and Clydebank","woe-id":"12696188","subregion":"Glasgow City Region","fips":"UK87","postal-code":"WD","name":"West Dunbartonshire","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.47635","woe-name":"Dumbarton & Clydebank","latitude":"55.9884","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1627,5952],[1628,5878],[1633,5870],[1630,5851],[1629,5822],[1575,5871],[1545,5897],[1549,5900],[1479,5917],[1475,5939],[1480,6075],[1530,6067],[1588,6029],[1561,6015],[1568,5985],[1599,5953],[1627,5952]]]}},{"type":"Feature","id":"GB.AR","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.51,"hc-key":"gb-ar","hc-a2":"AR","labelrank":"9","hasc":"GB.AR","alt-name":"Aberdeen City","woe-id":"12696182","subregion":"Grampian","fips":"UK82","postal-code":"AR","name":"Aberdeen","country":"United Kingdom","type-en":"Unitary District (city)","region":"North Eastern","longitude":"-2.19814","woe-name":"Aberdeen City","latitude":"57.1676","woe-label":null,"type":"Unitary District (city)"},"geometry":{"type":"Polygon","coordinates":[[[3136,7379],[3119,7314],[3121,7228],[3097,7241],[2952,7208],[2945,7269],[2980,7270],[2994,7302],[2974,7366],[2994,7390],[3032,7390],[3053,7368],[3090,7388],[3136,7379]]]}},{"type":"Feature","id":"GB.AS","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.48,"hc-key":"gb-as","hc-a2":"AS","labelrank":"9","hasc":"GB.AS","alt-name":null,"woe-id":"12696183","subregion":"Grampian","fips":"UK82","postal-code":"AS","name":"Aberdeenshire","country":"United Kingdom","type-en":"Unitary District","region":"North Eastern","longitude":"-2.77785","woe-name":"Aberdeenshire","latitude":"57.236","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2025,7046],[2059,7116],[2067,7215],[2104,7235],[2141,7219],[2262,7216],[2314,7224],[2329,7251],[2316,7292],[2324,7324],[2357,7338],[2416,7416],[2458,7439],[2516,7426],[2557,7495],[2556,7537],[2534,7580],[2531,7636],[2544,7669],[2607,7719],[2658,7718],[2706,7700],[2723,7727],[2677,7793],[2651,7849],[2653,7929],[2692,7929],[2709,7912],[2754,7922],[2836,7888],[2854,7903],[2915,7886],[2958,7893],[2992,7916],[3032,7894],[3095,7928],[3164,7926],[3179,7894],[3204,7902],[3269,7823],[3287,7721],[3312,7688],[3313,7661],[3269,7606],[3256,7569],[3191,7507],[3175,7482],[3136,7379],[3090,7388],[3053,7368],[3032,7390],[2994,7390],[2974,7366],[2994,7302],[2980,7270],[2945,7269],[2952,7208],[3097,7241],[3121,7228],[3064,7136],[3036,7053],[3044,7013],[3023,6965],[2992,6934],[2949,6870],[2885,6812],[2848,6817],[2822,6849],[2769,6865],[2738,6912],[2748,6985],[2682,7067],[2652,7067],[2611,7098],[2575,7081],[2513,7084],[2474,7054],[2460,6999],[2403,7013],[2355,7039],[2343,7004],[2278,6984],[2236,6978],[2210,6995],[2168,7000],[2168,7032],[2110,7043],[2093,7033],[2025,7046]]]}},{"type":"Feature","id":"GB.FK","properties":{"hc-group":"admin1","hc-middle-x":0.24,"hc-middle-y":0.57,"hc-key":"gb-fk","hc-a2":"FK","labelrank":"9","hasc":"GB.FK","alt-name":null,"woe-id":"12696196","subregion":"Central","fips":"UK79","postal-code":"FK","name":"Falkirk","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-3.75831","woe-name":"Falkirk","latitude":"55.9811","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2036,6027],[2088,5978],[2139,5985],[2186,5971],[2163,5949],[2125,5955],[2079,5900],[2045,5889],[1986,5848],[1931,5893],[1951,5919],[1914,5922],[1883,5979],[1858,5987],[1917,6014],[2036,6027]]]}},{"type":"Feature","id":"GB.ZG","properties":{"hc-group":"admin1","hc-middle-x":0.55,"hc-middle-y":0.65,"hc-key":"gb-zg","hc-a2":"ZG","labelrank":"9","hasc":"GB.ZG","alt-name":null,"woe-id":"12696211","subregion":"Central","fips":"UK79","postal-code":"ZG","name":"Stirling","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-4.28804","woe-name":"Stirling","latitude":"56.2213","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[1974,6094],[2011,6064],[2036,6027],[1917,6014],[1858,5987],[1854,6003],[1812,6004],[1783,5981],[1773,6008],[1752,5988],[1686,6007],[1685,5930],[1627,5952],[1599,5953],[1568,5985],[1561,6015],[1588,6029],[1530,6067],[1480,6075],[1432,6217],[1431,6275],[1458,6358],[1413,6368],[1374,6358],[1377,6387],[1339,6420],[1363,6463],[1414,6495],[1417,6514],[1471,6533],[1471,6532],[1497,6555],[1676,6596],[1699,6535],[1769,6566],[1804,6556],[1819,6516],[1760,6505],[1758,6429],[1734,6417],[1735,6358],[1765,6323],[1826,6292],[1876,6284],[1951,6218],[1973,6222],[1985,6192],[1959,6120],[1974,6094]]]}},{"type":"Feature","id":"GB.CC","properties":{"hc-group":"admin1","hc-middle-x":0.45,"hc-middle-y":0.46,"hc-key":"gb-cc","hc-a2":"CC","labelrank":"9","hasc":"GB.CC","alt-name":null,"woe-id":"12696187","subregion":"Central","fips":"UK88","postal-code":"CC","name":"Clackmannanshire","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-3.70779","woe-name":"Clackmannan","latitude":"56.1431","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2031,6052],[1996,6093],[1974,6094],[1959,6120],[1985,6192],[2028,6218],[2050,6187],[2122,6195],[2153,6170],[2101,6146],[2108,6115],[2107,6089],[2052,6080],[2031,6052]]]}},{"type":"Feature","id":"GB.DU","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.46,"hc-key":"gb-du","hc-a2":"DU","labelrank":"9","hasc":"GB.DU","alt-name":"Dundee City","woe-id":"12696190","subregion":"Tayside","fips":"UK84","postal-code":"DU","name":"Dundee","country":"United Kingdom","type-en":"Unitary District (city)","region":"Eastern","longitude":"-2.94934","woe-name":"Dundee City","latitude":"56.4868","woe-label":null,"type":"Unitary District (city)"},"geometry":{"type":"Polygon","coordinates":[[[2637,6503],[2486,6482],[2479,6502],[2471,6509],[2481,6539],[2568,6556],[2622,6555],[2637,6503]]]}},{"type":"Feature","id":"GB.FI","properties":{"hc-group":"admin1","hc-middle-x":0.71,"hc-middle-y":0.37,"hc-key":"gb-fi","hc-a2":"FI","labelrank":"9","hasc":"GB.FI","alt-name":null,"woe-id":"12602201","subregion":"Fife","fips":"UK84","postal-code":"FI","name":"Fife","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-3.16166","woe-name":"Fife","latitude":"56.2201","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2031,6052],[2052,6080],[2107,6089],[2108,6115],[2160,6141],[2174,6129],[2266,6121],[2284,6150],[2328,6149],[2325,6176],[2348,6188],[2331,6231],[2293,6236],[2284,6269],[2325,6288],[2332,6312],[2363,6324],[2351,6370],[2424,6395],[2553,6458],[2595,6488],[2647,6452],[2643,6410],[2624,6381],[2668,6341],[2727,6336],[2791,6284],[2744,6220],[2698,6207],[2657,6179],[2626,6178],[2587,6199],[2540,6196],[2457,6112],[2433,6102],[2399,6027],[2354,6026],[2292,5994],[2241,5992],[2137,6025],[2079,6026],[2031,6052]]]}},{"type":"Feature","id":"GB.ML","properties":{"hc-group":"admin1","hc-middle-x":0.54,"hc-middle-y":0.03,"hc-key":"gb-ml","hc-a2":"ML","labelrank":"9","hasc":"GB.ML","alt-name":"Edinburgh","woe-id":"12696201","subregion":"Edinburgh and the Lothians","fips":"UK84","postal-code":"ML","name":"Midlothian","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-3.06592","woe-name":"Midlothian","latitude":"55.8241","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2276,5744],[2388,5824],[2455,5833],[2462,5898],[2473,5899],[2494,5856],[2627,5750],[2584,5712],[2554,5710],[2548,5744],[2461,5671],[2430,5626],[2390,5731],[2360,5702],[2334,5699],[2276,5744]]]}},{"type":"Feature","id":"GB.WH","properties":{"hc-group":"admin1","hc-middle-x":0.89,"hc-middle-y":0.47,"hc-key":"gb-wh","hc-a2":"WH","labelrank":"9","hasc":"GB.WH","alt-name":"Linlithgow","woe-id":"12696212","subregion":"Edinburgh and the Lothians","fips":"UK84","postal-code":"WH","name":"West Lothian","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-3.60556","woe-name":"West Lothian","latitude":"55.8947","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2211,5697],[2141,5719],[2112,5739],[2031,5717],[2042,5750],[2026,5804],[2038,5833],[1995,5820],[1986,5848],[2045,5889],[2079,5900],[2125,5955],[2163,5949],[2186,5971],[2222,5960],[2220,5866],[2256,5838],[2253,5751],[2227,5728],[2211,5697]]]}},{"type":"Feature","id":"GB.BO","properties":{"hc-group":"admin1","hc-middle-x":0.43,"hc-middle-y":0.44,"hc-key":"gb-bo","hc-a2":"BO","labelrank":"9","hasc":"GB.BO","alt-name":"The Borders","woe-id":"12602209","subregion":"Scottish Borders","fips":"UK78","postal-code":"BO","name":"Scottish Borders","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-2.77899","woe-name":"The Scottish Borders","latitude":"55.4929","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2211,5697],[2227,5728],[2253,5751],[2258,5755],[2276,5744],[2334,5699],[2360,5702],[2390,5731],[2430,5626],[2461,5671],[2548,5744],[2554,5710],[2584,5712],[2627,5750],[2654,5769],[2683,5757],[2736,5780],[2775,5756],[2815,5789],[2885,5797],[2902,5823],[2879,5833],[2928,5899],[2962,5879],[3067,5858],[3079,5826],[3110,5802],[3148,5728],[3111,5711],[3102,5672],[3056,5633],[3004,5549],[2962,5543],[2948,5520],[2980,5478],[2994,5432],[3042,5331],[3023,5298],[2948,5257],[2925,5216],[2857,5214],[2798,5161],[2749,5102],[2745,5056],[2709,5019],[2686,4992],[2617,4955],[2598,4928],[2573,4979],[2586,5103],[2538,5133],[2503,5111],[2479,5117],[2434,5209],[2394,5207],[2366,5234],[2302,5201],[2303,5249],[2345,5288],[2296,5311],[2277,5281],[2211,5274],[2174,5281],[2152,5314],[2168,5376],[2187,5402],[2187,5455],[2161,5502],[2194,5515],[2194,5557],[2251,5624],[2224,5637],[2211,5697]]]}},{"type":"Feature","id":"GB.DH","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.46,"hc-key":"gb-dh","hc-a2":"DH","labelrank":"9","hasc":"GB.DH","alt-name":"County Durham","woe-id":"12602150","subregion":"Durham","fips":"UK13","postal-code":"DH","name":"Durham","country":"United Kingdom","type-en":"Unitary Single-Tier County","region":"North East","longitude":"-1.79965","woe-name":"County Durham","latitude":"54.6955","woe-label":null,"type":"Unitary Single-Tier County"},"geometry":{"type":"Polygon","coordinates":[[[3603,4650],[3633,4543],[3668,4480],[3636,4464],[3615,4430],[3610,4390],[3573,4365],[3568,4352],[3557,4334],[3510,4302],[3450,4302],[3412,4328],[3383,4323],[3377,4253],[3319,4250],[3306,4196],[3281,4220],[3263,4194],[3192,4164],[3132,4193],[3058,4166],[3053,4249],[2971,4319],[2957,4365],[2967,4409],[2925,4438],[2958,4545],[2980,4555],[3021,4540],[3055,4568],[3076,4607],[3108,4599],[3167,4639],[3227,4604],[3252,4620],[3283,4685],[3362,4674],[3445,4664],[3493,4565],[3556,4567],[3570,4636],[3603,4650]]]}},{"type":"Feature","id":"GB.DA","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.47,"hc-key":"gb-da","hc-a2":"DA","labelrank":"9","hasc":"GB.DA","alt-name":null,"woe-id":"12696152","subregion":"Durham","fips":"UK13","postal-code":"DA","name":"Darlington","country":"United Kingdom","type-en":"Unitary Authority","region":"North East","longitude":"-1.53938","woe-name":"Darlington Borough","latitude":"54.5202","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3377,4253],[3383,4323],[3412,4328],[3450,4302],[3510,4302],[3557,4334],[3565,4293],[3543,4259],[3559,4233],[3545,4196],[3522,4211],[3536,4162],[3519,4158],[3503,4193],[3478,4178],[3432,4232],[3377,4253]]]}},{"type":"Feature","id":"GB.HP","properties":{"hc-group":"admin1","hc-middle-x":0.58,"hc-middle-y":0.58,"hc-key":"gb-hp","hc-a2":"HP","labelrank":"9","hasc":"GB.HP","alt-name":null,"woe-id":"12696139","subregion":"Durham","fips":"UK07","postal-code":"HP","name":"Hartlepool","country":"United Kingdom","type-en":"Unitary Authority","region":"North East","longitude":"-1.27662","woe-name":"Hartlepool Borough","latitude":"54.6625","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3573,4365],[3610,4390],[3615,4430],[3636,4464],[3668,4480],[3718,4453],[3704,4444],[3723,4397],[3705,4359],[3694,4343],[3692,4343],[3620,4348],[3573,4365]]]}},{"type":"Feature","id":"GB.MB","properties":{"hc-group":"admin1","hc-middle-x":0.36,"hc-middle-y":0.49,"hc-key":"gb-mb","hc-a2":"MB","labelrank":"9","hasc":"GB.MB","alt-name":null,"woe-id":"12696141","subregion":"Durham","fips":"UK07","postal-code":"MB","name":"Middlesbrough","country":"United Kingdom","type-en":"Unitary Authority","region":"North East","longitude":"-1.23971","woe-name":"Middlesbrough","latitude":"54.5364","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3688,4307],[3689,4282],[3715,4224],[3678,4219],[3668,4204],[3639,4222],[3638,4271],[3661,4309],[3688,4307]]]}},{"type":"Feature","id":"GB.RC","properties":{"hc-group":"admin1","hc-middle-x":0.76,"hc-middle-y":0.86,"hc-key":"gb-rc","hc-a2":"RC","labelrank":"9","hasc":"GB.RC","alt-name":null,"woe-id":"12696145","subregion":"Durham","fips":"UK07","postal-code":"RC","name":"Redcar and Cleveland","country":"United Kingdom","type-en":"Unitary Authority","region":"North East","longitude":"-0.999287","woe-name":"Redcar and Cleveland Borough","latitude":"54.5485","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3715,4224],[3689,4282],[3688,4307],[3689,4332],[3692,4343],[3694,4343],[3705,4359],[3736,4357],[3741,4390],[3765,4365],[3839,4335],[3984,4290],[3945,4242],[3946,4208],[3917,4218],[3882,4207],[3852,4222],[3817,4213],[3786,4227],[3715,4224]]]}},{"type":"Feature","id":"GB.ZT","properties":{"hc-group":"admin1","hc-middle-x":0.46,"hc-middle-y":0.51,"hc-key":"gb-zt","hc-a2":"ZT","labelrank":"9","hasc":"GB.ZT","alt-name":"Stockton","woe-id":"12696147","subregion":"Durham","fips":"UK07","postal-code":"ZT","name":"Stockton-on-Tees","country":"United Kingdom","type-en":"Unitary Authority","region":"North East","longitude":"-1.32309","woe-name":"Stockton-on-Tees Borough","latitude":"54.5378","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3692,4343],[3689,4332],[3688,4307],[3661,4309],[3638,4271],[3639,4222],[3668,4204],[3617,4175],[3587,4206],[3545,4196],[3559,4233],[3543,4259],[3565,4293],[3557,4334],[3568,4352],[3573,4365],[3620,4348],[3692,4343]]]}},{"type":"Feature","id":"GB.HA","properties":{"hc-group":"admin1","hc-middle-x":0.63,"hc-middle-y":0.43,"hc-key":"gb-ha","hc-a2":"HA","labelrank":"9","hasc":"GB.HA","alt-name":"Southampton","woe-id":"12602169","subregion":"Hampshire","fips":"UK19","postal-code":"HA","name":"Hampshire","country":"United Kingdom","type-en":"Administrative County","region":"South East","longitude":"-1.23817","woe-name":"Hampshire","latitude":"51.1286","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3947,-14],[3916,-6],[3899,-6],[3840,5],[3830,-4],[3774,-12],[3800,-33],[3804,-75],[3785,-84],[3662,2],[3668,77],[3624,104],[3571,91],[3565,65],[3659,-34],[3663,-63],[3589,-77],[3599,-93],[3535,-114],[3511,-110],[3485,-158],[3403,-135],[3358,-118],[3357,-91],[3319,-102],[3302,-63],[3305,13],[3280,40],[3305,84],[3250,79],[3199,152],[3281,176],[3301,157],[3383,137],[3415,109],[3447,120],[3439,160],[3457,187],[3438,206],[3438,292],[3415,312],[3413,365],[3383,440],[3433,437],[3468,465],[3498,450],[3511,517],[3506,548],[3534,552],[3573,555],[3597,596],[3709,595],[3800,580],[3843,602],[3864,581],[3946,588],[3994,577],[4018,576],[4058,557],[4084,511],[4084,456],[4035,450],[4006,408],[4019,348],[4043,343],[4075,302],[4071,276],[4046,243],[4017,246],[3992,223],[3944,106],[3951,79],[3929,46],[3951,16],[3947,-14]]]}},{"type":"Feature","id":"GB.ZH","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.40,"hc-key":"gb-zh","hc-a2":"ZH","labelrank":"9","hasc":"GB.ZH","alt-name":null,"woe-id":"12696160","subregion":"Hampshire","fips":"UK19","postal-code":"ZH","name":"Southampton","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-1.3776","woe-name":"Southampton City","latitude":"50.9158","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3662,2],[3646,21],[3565,65],[3571,91],[3624,104],[3668,77],[3662,2]]]}},{"type":"Feature","id":"GB.2318","properties":{"hc-group":"admin1","hc-middle-x":0.73,"hc-middle-y":0.64,"hc-key":"gb-2318","hc-a2":"MO","labelrank":"9","hasc":"GB.MM","alt-name":null,"woe-id":"12602223","subregion":"South Wales","fips":"UK92","postal-code":null,"name":"Monmouthshire","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"West Wales and the Valleys","longitude":"-2.90226","woe-name":"Monmouthshire","latitude":"51.7744","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2678,1078],[2671,1008],[2686,950],[2671,931],[2683,882],[2648,847],[2587,821],[2547,846],[2594,900],[2561,921],[2517,894],[2470,896],[2461,991],[2428,1013],[2410,1078],[2353,1091],[2344,1098],[2333,1110],[2382,1131],[2421,1196],[2402,1257],[2411,1309],[2481,1222],[2538,1245],[2607,1181],[2640,1138],[2697,1118],[2698,1119],[2698,1119],[2699,1119],[2678,1078]]]}},{"type":"Feature","id":"GB.GC","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.53,"hc-key":"gb-gc","hc-a2":"GC","labelrank":"9","hasc":"GB.GC","alt-name":null,"woe-id":"12602184","subregion":"Gloucestershire","fips":"UK16","postal-code":"GC","name":"Gloucestershire","country":"United Kingdom","type-en":"Administrative County","region":"South West","longitude":"-2.14862","woe-name":"Gloucestershire","latitude":"51.8153","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[2678,1078],[2697,1118],[2698,1119],[2800,1185],[2851,1204],[2852,1226],[2818,1275],[2833,1347],[2856,1317],[2911,1340],[2943,1293],[2995,1282],[3037,1332],[3045,1370],[3081,1372],[3060,1330],[3140,1323],[3183,1353],[3231,1359],[3283,1332],[3285,1363],[3260,1396],[3295,1403],[3335,1446],[3365,1422],[3395,1359],[3439,1354],[3411,1305],[3408,1276],[3440,1245],[3395,1156],[3383,1048],[3395,982],[3415,946],[3390,951],[3378,954],[3343,928],[3323,930],[3309,969],[3283,926],[3243,944],[3257,914],[3206,933],[3199,906],[3121,934],[3055,848],[3024,858],[2967,834],[2966,875],[2886,864],[2889,902],[2777,946],[2828,1007],[2872,1024],[2889,1048],[2877,1072],[2861,1038],[2816,1026],[2787,984],[2744,956],[2683,882],[2671,931],[2686,950],[2671,1008],[2678,1078]]]}},{"type":"Feature","id":"GB.MK","properties":{"hc-group":"admin1","hc-middle-x":0.13,"hc-middle-y":0.71,"hc-key":"gb-mk","hc-a2":"MK","labelrank":"9","hasc":"GB.MK","alt-name":null,"woe-id":"12696156","subregion":"Buckinghamshire","fips":"UK31","postal-code":"MK","name":"Milton Keynes","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-0.72601","woe-name":"Milton Keynes","latitude":"52.0571","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4123,1271],[4076,1273],[3971,1368],[3999,1404],[3962,1463],[3999,1477],[4012,1506],[4034,1500],[4119,1555],[4144,1535],[4137,1502],[4179,1445],[4120,1377],[4140,1365],[4124,1318],[4123,1271]]]}},{"type":"Feature","id":"GB.BU","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.51,"hc-key":"gb-bu","hc-a2":"BU","labelrank":"9","hasc":"GB.BU","alt-name":null,"woe-id":"12602166","subregion":"Buckinghamshire","fips":"UK04","postal-code":"BU","name":"Buckinghamshire","country":"United Kingdom","type-en":"Administrative County","region":"South East","longitude":"-0.806599","woe-name":"Buckinghamshire","latitude":"51.7717","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3971,1368],[4076,1273],[4123,1271],[4102,1219],[4194,1165],[4214,1124],[4182,1103],[4128,1113],[4113,1150],[4085,1155],[4073,1131],[4111,1095],[4115,1065],[4146,1041],[4176,1042],[4206,1005],[4215,957],[4243,949],[4225,918],[4248,861],[4265,814],[4248,730],[4237,727],[4229,762],[4196,786],[4137,776],[4148,746],[4100,761],[4111,810],[4069,824],[3995,800],[3969,810],[3965,806],[3933,831],[3947,854],[3923,888],[3939,943],[3971,941],[3964,1001],[3944,1028],[3905,1046],[3852,1030],[3802,1072],[3796,1139],[3846,1134],[3820,1209],[3844,1258],[3819,1272],[3839,1319],[3799,1337],[3775,1347],[3807,1378],[3859,1402],[3918,1412],[3947,1350],[3971,1368]]]}},{"type":"Feature","id":"GB.BN","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.50,"hc-key":"gb-bn","hc-a2":"BN","labelrank":"9","hasc":"GB.BN","alt-name":null,"woe-id":"12696136","subregion":"Bristol","fips":"UK01","postal-code":"BN","name":"Bath and North East Somerset","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-2.49591","woe-name":"Bath and North East Somerset","latitude":"51.3476","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2704,610],[2755,607],[2784,652],[2798,636],[2875,633],[2959,652],[2960,597],[2921,568],[2952,542],[2912,513],[2869,513],[2856,493],[2808,486],[2771,514],[2712,495],[2678,529],[2646,538],[2654,577],[2694,572],[2704,610]]]}},{"type":"Feature","id":"GB.BS","properties":{"hc-group":"admin1","hc-middle-x":0.45,"hc-middle-y":0.55,"hc-key":"gb-bs","hc-a2":"BS","labelrank":"9","hasc":"GB.BS","alt-name":null,"woe-id":"12602180","subregion":"Bristol","fips":"UK01","postal-code":"BS","name":"Bristol","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-2.60107","woe-name":"City of Bristol","latitude":"51.4624","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2784,652],[2755,607],[2704,610],[2707,680],[2636,743],[2660,761],[2673,783],[2681,770],[2788,714],[2784,652]]]}},{"type":"Feature","id":"GB.NS","properties":{"hc-group":"admin1","hc-middle-x":0.22,"hc-middle-y":0.90,"hc-key":"gb-ns","hc-a2":"NS","labelrank":"9","hasc":"GB.NS","alt-name":"North West Somerset","woe-id":"12696144","subregion":"Bristol","fips":"UK01","postal-code":"NS","name":"North Somerset","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-2.79158","woe-name":"North Somerset","latitude":"51.4109","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2704,610],[2694,572],[2654,577],[2646,538],[2574,548],[2590,513],[2525,519],[2455,510],[2443,543],[2473,631],[2496,626],[2573,717],[2636,743],[2707,680],[2704,610]]]}},{"type":"Feature","id":"GB.SJ","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.55,"hc-key":"gb-sj","hc-a2":"SJ","labelrank":"9","hasc":"GB.SJ","alt-name":null,"woe-id":"12696146","subregion":"Bristol","fips":"UK01","postal-code":"SJ","name":"South Gloucestershire","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-2.462","woe-name":"South Gloucestershire","latitude":"51.5239","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2959,652],[2875,633],[2798,636],[2784,652],[2788,714],[2681,770],[2673,783],[2725,870],[2744,883],[2777,946],[2889,902],[2886,864],[2966,875],[2967,834],[2985,766],[2931,726],[2955,723],[2959,652]]]}},{"type":"Feature","id":"GB.2389","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.48,"hc-key":"gb-2389","hc-a2":"BO","labelrank":"9","hasc":"GB.BM","alt-name":null,"woe-id":"12696150","subregion":"Dorset","fips":"UK12","postal-code":null,"name":"Bournemouth","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-1.86297","woe-name":"Bournemouth Borough","latitude":"50.7378","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3311,-154],[3267,-150],[3238,-163],[3220,-159],[3221,-124],[3258,-122],[3311,-154]]]}},{"type":"Feature","id":"GB.DS","properties":{"hc-group":"admin1","hc-middle-x":0.43,"hc-middle-y":0.42,"hc-key":"gb-ds","hc-a2":"DS","labelrank":"9","hasc":"GB.DS","alt-name":null,"woe-id":"12602183","subregion":"Dorset","fips":"UK12","postal-code":"DS","name":"Dorset","country":"United Kingdom","type-en":"Administrative County","region":"South West","longitude":"-2.31103","woe-name":"Dorset","latitude":"50.8569","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3403,-135],[3344,-155],[3311,-154],[3258,-122],[3221,-124],[3166,-100],[3143,-152],[3134,-135],[3102,-183],[3136,-166],[3161,-203],[3197,-208],[3212,-246],[3175,-301],[3102,-300],[3047,-273],[2910,-257],[2885,-241],[2842,-253],[2820,-313],[2847,-345],[2824,-380],[2823,-336],[2806,-307],[2653,-187],[2527,-139],[2468,-147],[2468,-95],[2516,-65],[2467,-35],[2488,-14],[2585,1],[2685,37],[2713,35],[2725,140],[2761,142],[2767,169],[2800,161],[2819,124],[2870,126],[2916,147],[2892,165],[2926,215],[2928,263],[2989,249],[3021,217],[3057,150],[3090,115],[3199,152],[3250,79],[3305,84],[3280,40],[3305,13],[3302,-63],[3319,-102],[3357,-91],[3358,-118],[3403,-135]]]}},{"type":"Feature","id":"GB.2391","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.49,"hc-key":"gb-2391","hc-a2":"PO","labelrank":"9","hasc":"GB.BM","alt-name":null,"woe-id":"12696157","subregion":"Dorset","fips":"UK12","postal-code":null,"name":"Poole","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-1.96155","woe-name":"Poole Borough","latitude":"50.7427","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3221,-124],[3220,-159],[3238,-163],[3207,-192],[3200,-166],[3143,-152],[3166,-100],[3221,-124]]]}},{"type":"Feature","id":"GB.HT","properties":{"hc-group":"admin1","hc-middle-x":0.55,"hc-middle-y":0.52,"hc-key":"gb-ht","hc-a2":"HT","labelrank":"9","hasc":"GB.HT","alt-name":null,"woe-id":"12602170","subregion":"Hertfordshire","fips":"UK21","postal-code":"HT","name":"Hertfordshire","country":"United Kingdom","type-en":"Administrative County","region":"East","longitude":"-0.26543","woe-name":"Hertfordshire","latitude":"51.8113","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4485,1420],[4513,1363],[4581,1402],[4626,1394],[4649,1347],[4671,1314],[4696,1211],[4731,1219],[4720,1171],[4733,1134],[4711,1103],[4624,1075],[4600,1034],[4593,969],[4494,980],[4483,959],[4419,926],[4391,919],[4334,890],[4315,890],[4257,890],[4248,861],[4225,918],[4243,949],[4215,957],[4206,1005],[4176,1042],[4146,1041],[4115,1065],[4111,1095],[4073,1131],[4085,1155],[4113,1150],[4128,1113],[4182,1103],[4214,1124],[4228,1105],[4272,1158],[4324,1133],[4356,1164],[4318,1244],[4308,1283],[4324,1310],[4384,1330],[4410,1313],[4447,1350],[4444,1374],[4485,1420]]]}},{"type":"Feature","id":"GB.CM","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.57,"hc-key":"gb-cm","hc-a2":"CM","labelrank":"9","hasc":"GB.CM","alt-name":null,"woe-id":"12602140","subregion":"Cambridgeshire","fips":"UK05","postal-code":"CM","name":"Cambridgeshire","country":"United Kingdom","type-en":"Administrative County","region":"East","longitude":"0.015806","woe-name":"Cambridgeshire","latitude":"52.3476","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4649,1347],[4626,1394],[4581,1402],[4513,1363],[4485,1420],[4493,1495],[4433,1492],[4405,1560],[4375,1597],[4331,1599],[4319,1646],[4285,1657],[4256,1692],[4236,1757],[4277,1778],[4339,1864],[4330,1903],[4287,1928],[4281,1983],[4344,1924],[4372,1921],[4422,1978],[4473,2008],[4528,2019],[4535,2103],[4593,2093],[4610,2120],[4606,2154],[4689,2184],[4680,2121],[4709,2112],[4701,2075],[4745,2044],[4727,2023],[4732,1951],[4754,1912],[4807,1932],[4894,1852],[4856,1823],[4855,1802],[4897,1746],[4889,1710],[4916,1710],[4944,1680],[4934,1660],[4889,1646],[4843,1686],[4831,1648],[4863,1611],[4912,1630],[4952,1598],[4941,1540],[4914,1542],[4871,1472],[4881,1420],[4869,1392],[4793,1447],[4736,1441],[4727,1412],[4689,1394],[4665,1408],[4649,1347]]]}},{"type":"Feature","id":"GB.KH","properties":{"hc-group":"admin1","hc-middle-x":0.41,"hc-middle-y":0.49,"hc-key":"gb-kh","hc-a2":"KH","labelrank":"9","hasc":"GB.KH","alt-name":"Hull","woe-id":"12696140","subregion":"Kingston upon Hull","fips":"UK22","postal-code":"KH","name":"Kingston upon Hull","country":"United Kingdom","type-en":"Unitary Authority","region":"Yorkshire and the Humber","longitude":"-0.372646","woe-name":"Kingston upon Hull City","latitude":"53.7577","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4332,3350],[4240,3319],[4227,3319],[4242,3388],[4300,3405],[4332,3350]]]}},{"type":"Feature","id":"GB.NE","properties":{"hc-group":"admin1","hc-middle-x":0.44,"hc-middle-y":0.42,"hc-key":"gb-ne","hc-a2":"NE","labelrank":"9","hasc":"GB.NE","alt-name":null,"woe-id":"12696142","subregion":"Kingston upon Hull","fips":"UK22","postal-code":"NE","name":"North East Lincolnshire","country":"United Kingdom","type-en":"Unitary Authority","region":"Yorkshire and the Humber","longitude":"-0.130193","woe-name":"North East Lincolnshire","latitude":"53.5168","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4402,3225],[4474,3166],[4508,3159],[4557,3107],[4502,3089],[4480,3033],[4494,3010],[4467,2992],[4412,3049],[4405,3116],[4423,3150],[4397,3151],[4345,3196],[4350,3209],[4402,3225]]]}},{"type":"Feature","id":"GB.BA","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.53,"hc-key":"gb-ba","hc-a2":"BA","labelrank":"9","hasc":"GB.BA","alt-name":null,"woe-id":"12695820","subregion":"Greater London","fips":"UK17","postal-code":"BA","name":"Barking and Dagenham","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"0.133951","woe-name":"London Borough of Barking and Dagenham","latitude":"51.5379","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4727,768],[4714,773],[4694,770],[4677,763],[4678,785],[4659,814],[4697,828],[4714,882],[4720,841],[4745,825],[4727,768]]]}},{"type":"Feature","id":"GB.XB","properties":{"hc-group":"admin1","hc-middle-x":0.46,"hc-middle-y":0.45,"hc-key":"gb-xb","hc-a2":"XB","labelrank":"9","hasc":"GB.XB","alt-name":null,"woe-id":"12695822","subregion":"Greater London","fips":"UK17","postal-code":"XB","name":"Bexley","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"0.152477","woe-name":"London Borough of Bexley","latitude":"51.4546","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4694,770],[4714,773],[4727,768],[4745,748],[4770,756],[4764,743],[4769,736],[4726,671],[4730,650],[4688,666],[4667,686],[4672,727],[4694,770]]]}},{"type":"Feature","id":"GB.KE","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.50,"hc-key":"gb-ke","hc-a2":"KE","labelrank":"9","hasc":"GB.KE","alt-name":null,"woe-id":"12602173","subregion":"Kent","fips":"UK24","postal-code":"KE","name":"Kent","country":"United Kingdom","type-en":"Administrative County","region":"South East","longitude":"0.718915","woe-name":"Kent","latitude":"51.1979","woe-label":null,"type":"Administrative County"},"geometry":{"type":"MultiPolygon","coordinates":[[[[4730,650],[4726,671],[4769,736],[4807,723],[4841,733],[4853,712],[4886,718],[4886,718],[4932,728],[4977,761],[4957,731],[4980,691],[4975,662],[4936,587],[5000,594],[5043,560],[5082,590],[5095,653],[5127,647],[5135,687],[5165,625],[5320,614],[5408,645],[5641,677],[5659,667],[5641,605],[5615,604],[5614,575],[5642,480],[5638,435],[5606,373],[5539,338],[5507,334],[5475,305],[5427,302],[5371,259],[5329,189],[5342,115],[5317,104],[5261,120],[5258,141],[5225,140],[5197,191],[5131,196],[5103,217],[5039,198],[4972,231],[4967,251],[4924,270],[4860,331],[4814,319],[4780,331],[4722,318],[4731,350],[4664,344],[4648,429],[4661,467],[4653,522],[4682,521],[4683,547],[4724,599],[4730,650]]],[[[5254,694],[5285,668],[5289,638],[5271,629],[5187,633],[5141,680],[5163,722],[5254,694]]]]}},{"type":"Feature","id":"GB.BZ","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.43,"hc-key":"gb-bz","hc-a2":"BZ","labelrank":"9","hasc":"GB.BZ","alt-name":null,"woe-id":"12695824","subregion":"Greater London","fips":"UK17","postal-code":"BZ","name":"Bromley","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"0.046372","woe-name":"London Borough of Bromley","latitude":"51.3652","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4667,686],[4688,666],[4730,650],[4724,599],[4683,547],[4682,521],[4653,522],[4630,521],[4622,557],[4597,613],[4554,663],[4555,668],[4556,669],[4558,670],[4561,671],[4610,661],[4640,672],[4627,693],[4657,676],[4667,686]]]}},{"type":"Feature","id":"GB.BE","properties":{"hc-group":"admin1","hc-middle-x":0.45,"hc-middle-y":0.70,"hc-key":"gb-be","hc-a2":"BE","labelrank":"9","hasc":"GB.BE","alt-name":null,"woe-id":"12695823","subregion":"Greater London","fips":"UK17","postal-code":"BE","name":"Brent","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.252266","woe-name":"London Borough of Brent","latitude":"51.5578","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4458,820],[4474,800],[4477,793],[4460,793],[4454,786],[4447,789],[4435,790],[4393,793],[4371,815],[4379,846],[4412,876],[4435,836],[4458,820]]]}},{"type":"Feature","id":"GB.CN","properties":{"hc-group":"admin1","hc-middle-x":0.56,"hc-middle-y":0.55,"hc-key":"gb-cn","hc-a2":"CN","labelrank":"9","hasc":"GB.CN","alt-name":null,"woe-id":"12695807","subregion":"Greater London","fips":"UK17","postal-code":"CN","name":"Camden","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.150541","woe-name":"London Borough of Camden","latitude":"51.5491","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4477,793],[4474,800],[4458,820],[4471,823],[4488,838],[4497,839],[4510,836],[4514,824],[4532,789],[4537,780],[4536,773],[4533,772],[4529,768],[4526,765],[4497,797],[4477,793]]]}},{"type":"Feature","id":"GB.EG","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.46,"hc-key":"gb-eg","hc-a2":"EG","labelrank":"9","hasc":"GB.EG","alt-name":null,"woe-id":"12695826","subregion":"Greater London","fips":"UK17","postal-code":"EG","name":"Ealing","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.321254","woe-name":"London Borough of Ealing","latitude":"51.5198","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4371,815],[4393,793],[4435,790],[4437,771],[4431,753],[4343,744],[4324,750],[4338,773],[4312,792],[4340,813],[4371,815]]]}},{"type":"Feature","id":"GB.EF","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.51,"hc-key":"gb-ef","hc-a2":"EF","labelrank":"9","hasc":"GB.EF","alt-name":null,"woe-id":"12695827","subregion":"Greater London","fips":"UK17","postal-code":"EF","name":"Enfield","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.091145","woe-name":"London Borough of Enfield","latitude":"51.644","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4483,959],[4494,980],[4593,969],[4593,937],[4600,934],[4591,904],[4582,880],[4510,886],[4517,910],[4483,936],[4483,959]]]}},{"type":"Feature","id":"GB.GR","properties":{"hc-group":"admin1","hc-middle-x":0.43,"hc-middle-y":0.36,"hc-key":"gb-gr","hc-a2":"GR","labelrank":"9","hasc":"GB.GR","alt-name":null,"woe-id":"12695828","subregion":"Greater London","fips":"UK17","postal-code":"GR","name":"Greenwich","country":"United Kingdom","type-en":"London Borough (royal)","region":"Greater London","longitude":"0.047328","woe-name":"London Borough of Greenwich","latitude":"51.4634","woe-label":null,"type":"London Borough (royal)"},"geometry":{"type":"Polygon","coordinates":[[[4667,686],[4657,676],[4627,693],[4618,724],[4591,750],[4604,740],[4621,767],[4642,755],[4677,763],[4694,770],[4672,727],[4667,686]]]}},{"type":"Feature","id":"GB.HF","properties":{"hc-group":"admin1","hc-middle-x":0.37,"hc-middle-y":0.53,"hc-key":"gb-hf","hc-a2":"HF","labelrank":"9","hasc":"GB.HF","alt-name":null,"woe-id":"12695809","subregion":"Greater London","fips":"UK17","postal-code":"HF","name":"Hammersmith and Fulham","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.20785","woe-name":"London Borough of Hammersmith and Fulham","latitude":"51.4894","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4431,753],[4437,771],[4435,790],[4447,789],[4454,786],[4463,749],[4484,729],[4465,723],[4454,729],[4444,741],[4436,745],[4434,750],[4431,753]]]}},{"type":"Feature","id":"GB.HU","properties":{"hc-group":"admin1","hc-middle-x":0.44,"hc-middle-y":0.28,"hc-key":"gb-hu","hc-a2":"HU","labelrank":"9","hasc":"GB.HU","alt-name":null,"woe-id":"12695832","subregion":"Greater London","fips":"UK17","postal-code":"HU","name":"Hounslow","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.339069","woe-name":"London Borough of Hounslow","latitude":"51.473","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4431,753],[4434,750],[4436,745],[4345,700],[4332,657],[4297,676],[4289,703],[4300,701],[4324,750],[4343,744],[4431,753]]]}},{"type":"Feature","id":"GB.IT","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.45,"hc-key":"gb-it","hc-a2":"IT","labelrank":"9","hasc":"GB.IT","alt-name":null,"woe-id":"12695811","subregion":"Greater London","fips":"UK17","postal-code":"IT","name":"Islington","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.098038","woe-name":"London Borough of Islington","latitude":"51.5396","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4532,789],[4514,824],[4510,836],[4522,844],[4537,832],[4555,814],[4543,793],[4536,792],[4532,789]]]}},{"type":"Feature","id":"GB.KC","properties":{"hc-group":"admin1","hc-middle-x":0.35,"hc-middle-y":0.53,"hc-key":"gb-kc","hc-a2":"KC","labelrank":"9","hasc":"GB.KC","alt-name":null,"woe-id":"12695812","subregion":"Greater London","fips":"UK17","postal-code":"KC","name":"Kensington and Chelsea","country":"United Kingdom","type-en":"London Borough (royal)","region":"Greater London","longitude":"-0.179557","woe-name":"Royal Borough of Kensington and Chelsea","latitude":"51.4919","woe-label":null,"type":"London Borough (royal)"},"geometry":{"type":"Polygon","coordinates":[[[4484,729],[4463,749],[4454,786],[4485,754],[4504,742],[4494,735],[4484,729]]]}},{"type":"Feature","id":"GB.CY","properties":{"hc-group":"admin1","hc-middle-x":0.36,"hc-middle-y":0.48,"hc-key":"gb-cy","hc-a2":"CY","labelrank":"9","hasc":"GB.CY","alt-name":null,"woe-id":"12695825","subregion":"Greater London","fips":"UK17","postal-code":"CY","name":"Croydon","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.075261","woe-name":"London Borough of Croydon","latitude":"51.3625","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4515,631],[4524,639],[4518,655],[4535,666],[4554,663],[4597,613],[4622,557],[4593,568],[4521,518],[4494,552],[4532,586],[4515,631]]]}},{"type":"Feature","id":"GB.ME","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.45,"hc-key":"gb-me","hc-a2":"ME","labelrank":"9","hasc":"GB.ME","alt-name":null,"woe-id":"12695834","subregion":"Greater London","fips":"UK17","postal-code":"ME","name":"Merton","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.181508","woe-name":"London Borough of Merton","latitude":"51.4087","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4518,655],[4524,639],[4515,631],[4457,620],[4448,627],[4439,644],[4432,681],[4473,687],[4514,666],[4511,657],[4518,655]]]}},{"type":"Feature","id":"GB.RB","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.52,"hc-key":"gb-rb","hc-a2":"RB","labelrank":"9","hasc":"GB.RB","alt-name":null,"woe-id":"12695835","subregion":"Greater London","fips":"UK17","postal-code":"RB","name":"Redbridge","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"0.085233","woe-name":"London Borough of Redbridge","latitude":"51.5732","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4714,882],[4697,828],[4659,814],[4644,837],[4622,827],[4619,863],[4623,911],[4664,883],[4710,903],[4712,898],[4714,882]]]}},{"type":"Feature","id":"GB.RU","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.41,"hc-key":"gb-ru","hc-a2":"RU","labelrank":"9","hasc":"GB.RU","alt-name":null,"woe-id":"12695836","subregion":"Greater London","fips":"UK17","postal-code":"RU","name":"Richmond upon Thames","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.298542","woe-name":"London Borough of Richmond upon Thames","latitude":"51.4072","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4332,657],[4345,700],[4436,745],[4444,741],[4454,729],[4435,715],[4432,681],[4390,674],[4389,625],[4357,642],[4332,657]]]}},{"type":"Feature","id":"GB.SU","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.46,"hc-key":"gb-su","hc-a2":"SU","labelrank":"9","hasc":"GB.SU","alt-name":null,"woe-id":"12695837","subregion":"Greater London","fips":"UK17","postal-code":"SU","name":"Sutton","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.176573","woe-name":"London Borough of Sutton","latitude":"51.3606","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4448,627],[4457,620],[4515,631],[4532,586],[4494,552],[4483,575],[4453,561],[4435,613],[4439,619],[4448,627]]]}},{"type":"Feature","id":"GB.TH","properties":{"hc-group":"admin1","hc-middle-x":0.59,"hc-middle-y":0.43,"hc-key":"gb-th","hc-a2":"TH","labelrank":"9","hasc":"GB.TH","alt-name":null,"woe-id":"12695817","subregion":"Greater London","fips":"UK17","postal-code":"TH","name":"Tower Hamlets","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.026298","woe-name":"London Borough of Tower Hamlets","latitude":"51.5162","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4621,767],[4604,740],[4591,750],[4590,759],[4558,772],[4560,773],[4554,781],[4567,800],[4598,814],[4609,780],[4621,767]]]}},{"type":"Feature","id":"GB.WF","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.50,"hc-key":"gb-wf","hc-a2":"WF","labelrank":"9","hasc":"GB.WF","alt-name":null,"woe-id":"12695838","subregion":"Greater London","fips":"UK17","postal-code":"WF","name":"Waltham Forest","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.012552","woe-name":"London Borough of Waltham Forest","latitude":"51.5949","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4623,911],[4619,863],[4622,827],[4598,824],[4578,832],[4567,848],[4571,859],[4582,880],[4591,904],[4600,934],[4618,923],[4623,911]]]}},{"type":"Feature","id":"GB.WW","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.49,"hc-key":"gb-ww","hc-a2":"WW","labelrank":"9","hasc":"GB.WW","alt-name":null,"woe-id":"12695818","subregion":"Greater London","fips":"UK17","postal-code":"WW","name":"Wandsworth","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.184208","woe-name":"London Borough of Wandsworth","latitude":"51.4523","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4514,666],[4473,687],[4432,681],[4435,715],[4454,729],[4465,723],[4484,729],[4494,735],[4504,742],[4510,747],[4515,752],[4506,716],[4514,666]]]}},{"type":"Feature","id":"GB.WE","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.40,"hc-key":"gb-we","hc-a2":"WE","labelrank":"9","hasc":"GB.WE","alt-name":null,"woe-id":"12695819","subregion":"Greater London","fips":"UK17","postal-code":"WE","name":"Westminster","country":"United Kingdom","type-en":"London Borough (city)","region":"Greater London","longitude":"-0.161651","woe-name":"City of Westminster","latitude":"51.5115","woe-label":null,"type":"London Borough (city)"},"geometry":{"type":"Polygon","coordinates":[[[4515,752],[4510,747],[4504,742],[4485,754],[4454,786],[4460,793],[4477,793],[4497,797],[4526,765],[4515,753],[4515,752]]]}},{"type":"Feature","id":"GB.LI","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.50,"hc-key":"gb-li","hc-a2":"LI","labelrank":"9","hasc":"GB.LI","alt-name":null,"woe-id":"12602145","subregion":"Lincolnshire","fips":"UK32","postal-code":"LI","name":"Lincolnshire","country":"United Kingdom","type-en":"Administrative County","region":"East Midlands","longitude":"-0.222474","woe-name":"Lincolnshire","latitude":"53.1152","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4689,2184],[4606,2154],[4610,2120],[4593,2093],[4535,2103],[4474,2079],[4430,2098],[4386,2087],[4348,2105],[4288,2072],[4242,2079],[4225,2071],[4225,2071],[4225,2070],[4225,2071],[4277,2130],[4206,2155],[4171,2190],[4110,2197],[4091,2265],[4057,2333],[4028,2366],[4041,2405],[4024,2443],[4013,2495],[4042,2530],[4077,2546],[4060,2584],[4063,2674],[4040,2675],[4045,2710],[4091,2724],[4109,2761],[4062,2767],[4012,2759],[4031,2871],[4007,2919],[3994,3011],[4027,3051],[4032,3083],[4118,3074],[4115,3028],[4151,3012],[4221,3039],[4226,3075],[4267,3083],[4266,3108],[4213,3110],[4254,3148],[4315,3140],[4345,3196],[4397,3151],[4423,3150],[4405,3116],[4412,3049],[4467,2992],[4494,3010],[4480,3033],[4502,3089],[4557,3107],[4609,3067],[4648,3054],[4666,3010],[4716,2957],[4789,2769],[4802,2676],[4786,2607],[4754,2592],[4671,2513],[4618,2430],[4577,2399],[4570,2369],[4627,2377],[4683,2344],[4739,2268],[4761,2280],[4761,2224],[4708,2182],[4689,2184]]]}},{"type":"Feature","id":"GB.BF","properties":{"hc-group":"admin1","hc-middle-x":0.43,"hc-middle-y":0.53,"hc-key":"gb-bf","hc-a2":"BF","labelrank":"9","hasc":"GB.BF","alt-name":null,"woe-id":"20078326","subregion":"Belfast","fips":"UK58","postal-code":"BF","name":"Belfast","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.93684","woe-name":"Belfast","latitude":"54.6113","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[535,4460],[537,4412],[563,4431],[563,4431],[604,4419],[597,4394],[544,4384],[502,4355],[452,4388],[432,4438],[436,4469],[463,4482],[501,4462],[535,4460]]]}},{"type":"Feature","id":"GB.LD","properties":{"hc-group":"admin1","hc-middle-x":0.39,"hc-middle-y":0.19,"hc-key":"gb-ld","hc-a2":"LD","labelrank":"9","hasc":"GB.LD","alt-name":"Londonderry","woe-id":"20078338","subregion":"North of Northern Ireland","fips":"UK70","postal-code":"LD","name":"Derry","country":"United Kingdom","type-en":"London Borough (city)","region":"Northern Ireland","longitude":"-7.21329","woe-name":"Derry","latitude":"54.9694","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[-445,4871],[-433,4939],[-396,4980],[-289,4991],[-260,4978],[-277,4960],[-253,4902],[-223,4900],[-226,4831],[-207,4815],[-204,4730],[-186,4702],[-227,4693],[-253,4705],[-285,4750],[-307,4745],[-313,4790],[-358,4798],[-346,4828],[-420,4838],[-445,4871]]]}},{"type":"Feature","id":"GB.NM","properties":{"hc-group":"admin1","hc-middle-x":0.31,"hc-middle-y":0.82,"hc-key":"gb-nm","hc-a2":"NM","labelrank":"9","hasc":"GB.NM","alt-name":"Mourne","woe-id":"20078333","subregion":"West and South of Northern Ireland","fips":"UK73","postal-code":"NM","name":"Newry and Mourne","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.26952","woe-name":"Newry and Mourne","latitude":"54.1804","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[6,3943],[39,3993],[86,4009],[103,3997],[123,4028],[182,4051],[209,4050],[321,4007],[420,4002],[408,3984],[424,3914],[471,3938],[498,3919],[538,3923],[522,3850],[501,3817],[410,3759],[361,3770],[381,3784],[321,3808],[315,3830],[263,3847],[219,3841],[201,3857],[182,3803],[143,3797],[114,3813],[18,3784],[-18,3822],[-10,3876],[14,3915],[6,3943]]]}},{"type":"Feature","id":"GB.AM","properties":{"hc-group":"admin1","hc-middle-x":0.23,"hc-middle-y":0.62,"hc-key":"gb-am","hc-a2":"AM","labelrank":"9","hasc":"GB.AM","alt-name":null,"woe-id":"20078322","subregion":"West and South of Northern Ireland","fips":"UK54","postal-code":"AM","name":"Armagh","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.62144","woe-name":"Armagh","latitude":"54.3304","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[209,4050],[182,4051],[123,4028],[103,3997],[86,4009],[39,3993],[6,3943],[-31,3975],[-50,3958],[-86,3983],[-115,4052],[-144,4073],[-125,4090],[-132,4129],[-104,4145],[-75,4226],[-23,4212],[-7,4258],[22,4279],[51,4260],[92,4274],[134,4192],[166,4169],[187,4187],[204,4124],[199,4069],[209,4050]]]}},{"type":"Feature","id":"GB.BB","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.93,"hc-key":"gb-bb","hc-a2":"BB","labelrank":"9","hasc":"GB.BB","alt-name":null,"woe-id":"20078328","subregion":"East of Northern Ireland","fips":"UK57","postal-code":"BB","name":"Banbridge","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.17154","woe-name":"Banbridge","latitude":"54.3466","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[420,4002],[321,4007],[209,4050],[199,4069],[204,4124],[187,4187],[301,4184],[321,4224],[352,4235],[421,4189],[417,4167],[453,4151],[493,4152],[477,4108],[490,4049],[473,4003],[427,4021],[420,4002]]]}},{"type":"Feature","id":"GB.CR","properties":{"hc-group":"admin1","hc-middle-x":0.90,"hc-middle-y":0.46,"hc-key":"gb-cr","hc-a2":"CR","labelrank":"9","hasc":"GB.CR","alt-name":null,"woe-id":"20078317","subregion":"East of Northern Ireland","fips":"UK63","postal-code":"CR","name":"Craigavon","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.39706","woe-name":"Craigavon","latitude":"54.4884","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[321,4224],[301,4184],[187,4187],[166,4169],[134,4192],[92,4274],[76,4327],[115,4361],[147,4375],[179,4391],[179,4391],[251,4421],[297,4411],[273,4385],[285,4330],[307,4305],[297,4287],[321,4224]]]}},{"type":"Feature","id":"GB.DN","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.51,"hc-key":"gb-dn","hc-a2":"DN","labelrank":"9","hasc":"GB.DN","alt-name":null,"woe-id":"20078342","subregion":"West and South of Northern Ireland","fips":"UK65","postal-code":"DN","name":"Dungannon","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.94613","woe-name":"Dungannon","latitude":"54.4791","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[115,4361],[76,4327],[92,4274],[51,4260],[22,4279],[-7,4258],[-23,4212],[-75,4226],[-104,4145],[-132,4129],[-163,4186],[-203,4224],[-246,4237],[-304,4169],[-347,4156],[-391,4150],[-404,4192],[-440,4204],[-436,4241],[-457,4274],[-302,4314],[-231,4342],[-184,4379],[-173,4423],[-130,4406],[-81,4416],[-24,4408],[-3,4378],[43,4396],[115,4361]]]}},{"type":"Feature","id":"GB.2347","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.50,"hc-key":"gb-2347","hc-a2":"CO","labelrank":"9","hasc":"GB.","alt-name":null,"woe-id":"20078341","subregion":"West and South of Northern Ireland","fips":"UK62","postal-code":null,"name":"Cookstown","country":"United Kingdom","type-en":"Province","region":"Northern Ireland","longitude":"-6.70918","woe-name":"Cookstown","latitude":"54.6262","woe-label":null,"type":"Home Nation|Constituent Country"},"geometry":{"type":"Polygon","coordinates":[[[179,4391],[147,4375],[115,4361],[43,4396],[-3,4378],[-24,4408],[-81,4416],[-130,4406],[-173,4423],[-163,4457],[-191,4539],[-183,4603],[-165,4614],[-113,4595],[-69,4607],[-26,4598],[23,4548],[108,4579],[147,4552],[196,4489],[179,4391],[179,4391]]]}},{"type":"Feature","id":"GB.LB","properties":{"hc-group":"admin1","hc-middle-x":0.18,"hc-middle-y":0.66,"hc-key":"gb-lb","hc-a2":"LB","labelrank":"9","hasc":"GB.LB","alt-name":null,"woe-id":"20078319","subregion":"Outer Belfast","fips":"UK69","postal-code":"LB","name":"Lisburn","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.08226","woe-name":"Lisburn","latitude":"54.5189","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[297,4411],[320,4408],[383,4436],[432,4438],[452,4388],[502,4355],[522,4336],[555,4264],[521,4232],[493,4152],[453,4151],[417,4167],[421,4189],[352,4235],[321,4224],[297,4287],[307,4305],[285,4330],[273,4385],[297,4411]]]}},{"type":"Feature","id":"GB.MF","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.51,"hc-key":"gb-mf","hc-a2":"MF","labelrank":"9","hasc":"GB.MF","alt-name":null,"woe-id":"20078340","subregion":"West and South of Northern Ireland","fips":"UK71","postal-code":"MF","name":"Magherafelt","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.71991","woe-name":"Magherafelt","latitude":"54.8166","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[165,4640],[171,4622],[147,4552],[108,4579],[23,4548],[-26,4598],[-69,4607],[-113,4595],[-165,4614],[-142,4625],[-136,4643],[-117,4650],[-124,4698],[-103,4738],[-51,4729],[-26,4748],[-26,4802],[5,4820],[32,4803],[70,4822],[106,4805],[151,4829],[159,4803],[157,4795],[175,4691],[165,4640]]]}},{"type":"Feature","id":"GB.OM","properties":{"hc-group":"admin1","hc-middle-x":0.57,"hc-middle-y":0.48,"hc-key":"gb-om","hc-a2":"OM","labelrank":"9","hasc":"GB.OM","alt-name":null,"woe-id":"20078344","subregion":"West and South of Northern Ireland","fips":"UK76","postal-code":"OM","name":"Omagh","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-7.31156","woe-name":"Omagh","latitude":"54.5823","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[-136,4643],[-142,4625],[-165,4614],[-183,4603],[-191,4539],[-163,4457],[-173,4423],[-184,4379],[-231,4342],[-302,4314],[-457,4274],[-494,4284],[-556,4252],[-588,4283],[-594,4372],[-569,4440],[-602,4438],[-649,4462],[-662,4489],[-633,4515],[-516,4535],[-490,4525],[-451,4578],[-409,4595],[-392,4620],[-366,4614],[-322,4639],[-258,4630],[-183,4657],[-136,4643]]]}},{"type":"Feature","id":"GB.LR","properties":{"hc-group":"admin1","hc-middle-x":0.40,"hc-middle-y":0.59,"hc-key":"gb-lr","hc-a2":"LR","labelrank":"9","hasc":"GB.LR","alt-name":null,"woe-id":"20078318","subregion":"East of Northern Ireland","fips":"UK67","postal-code":"LR","name":"Larne","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.89587","woe-name":"Larne","latitude":"54.861","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[432,4861],[495,4912],[517,4936],[525,4921],[509,4850],[545,4836],[607,4733],[622,4657],[666,4637],[626,4684],[657,4697],[688,4658],[692,4595],[649,4577],[626,4606],[560,4601],[492,4609],[483,4639],[476,4663],[516,4663],[515,4703],[473,4710],[468,4754],[481,4797],[432,4861]]]}},{"type":"Feature","id":"GB.CF","properties":{"hc-group":"admin1","hc-middle-x":0.47,"hc-middle-y":0.29,"hc-key":"gb-cf","hc-a2":"CF","labelrank":"9","hasc":"GB.CF","alt-name":null,"woe-id":"20078315","subregion":"Outer Belfast","fips":"UK59","postal-code":"CF","name":"Carrickfergus","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.79899","woe-name":"Carrickfergus","latitude":"54.7431","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[692,4595],[664,4548],[603,4529],[562,4500],[545,4535],[560,4601],[626,4606],[649,4577],[692,4595]]]}},{"type":"Feature","id":"GB.NW","properties":{"hc-group":"admin1","hc-middle-x":0.54,"hc-middle-y":0.50,"hc-key":"gb-nw","hc-a2":"NW","labelrank":"9","hasc":"GB.NW","alt-name":null,"woe-id":"20078321","subregion":"Outer Belfast","fips":"UK74","postal-code":"NW","name":"Newtownabbey","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.98106","woe-name":"Newtownabbey","latitude":"54.7173","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[560,4601],[545,4535],[562,4500],[552,4489],[535,4460],[501,4462],[463,4482],[445,4493],[455,4543],[442,4583],[455,4613],[431,4634],[483,4639],[492,4609],[560,4601]]]}},{"type":"Feature","id":"GB.2354","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.51,"hc-key":"gb-2354","hc-a2":"ND","labelrank":"9","hasc":"GB.ND","alt-name":null,"woe-id":"20078334","subregion":"Outer Belfast","fips":"UK75","postal-code":null,"name":"North Down","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.71772","woe-name":"North Down","latitude":"54.6476","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[604,4419],[563,4431],[563,4431],[586,4461],[649,4493],[684,4477],[765,4486],[771,4477],[762,4456],[711,4418],[658,4432],[639,4418],[616,4424],[604,4419]]]}},{"type":"Feature","id":"GB.DW","properties":{"hc-group":"admin1","hc-middle-x":0.81,"hc-middle-y":0.72,"hc-key":"gb-dw","hc-a2":"DW","labelrank":"9","hasc":"GB.DW","alt-name":null,"woe-id":"20078331","subregion":"East of Northern Ireland","fips":"UK64","postal-code":"DW","name":"Down","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.80955","woe-name":"Down","latitude":"54.3616","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[493,4152],[521,4232],[555,4264],[578,4278],[589,4277],[607,4246],[656,4222],[709,4239],[716,4212],[689,4142],[655,4111],[744,4144],[763,4121],[757,4044],[683,3968],[669,3988],[601,3992],[544,3976],[538,3923],[498,3919],[471,3938],[424,3914],[408,3984],[420,4002],[427,4021],[473,4003],[490,4049],[477,4108],[493,4152]]]}},{"type":"Feature","id":"GB.CL","properties":{"hc-group":"admin1","hc-middle-x":0.06,"hc-middle-y":0.25,"hc-key":"gb-cl","hc-a2":"CL","labelrank":"9","hasc":"GB.CL","alt-name":null,"woe-id":"20078336","subregion":"North of Northern Ireland","fips":"UK61","postal-code":"CL","name":"Coleraine","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.68879","woe-name":"Coleraine","latitude":"55.0562","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[151,4829],[106,4805],[70,4822],[32,4803],[5,4820],[-26,4802],[-39,4870],[-30,4987],[-37,5024],[-62,5053],[-43,5110],[13,5109],[91,5139],[137,5139],[155,5155],[163,5138],[169,5065],[130,5047],[124,5009],[99,4986],[117,4943],[113,4890],[151,4829]]]}},{"type":"Feature","id":"GB.BY","properties":{"hc-group":"admin1","hc-middle-x":0.87,"hc-middle-y":0.41,"hc-key":"gb-by","hc-a2":"BY","labelrank":"9","hasc":"GB.BY","alt-name":null,"woe-id":"20078314","subregion":"North of Northern Ireland","fips":"UK56","postal-code":"BY","name":"Ballymoney","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.4032","woe-name":"Ballymoney","latitude":"55.0525","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[157,4795],[159,4803],[151,4829],[113,4890],[117,4943],[99,4986],[124,5009],[130,5047],[169,5065],[221,5054],[227,5035],[259,5046],[293,5005],[358,5020],[353,4960],[375,4912],[310,4885],[285,4888],[281,4857],[238,4860],[198,4844],[215,4818],[206,4786],[157,4795]]]}},{"type":"Feature","id":"GB.CS","properties":{"hc-group":"admin1","hc-middle-x":0.67,"hc-middle-y":0.49,"hc-key":"gb-cs","hc-a2":"CS","labelrank":"9","hasc":"GB.CS","alt-name":null,"woe-id":"20078329","subregion":"Outer Belfast","fips":"UK60","postal-code":"CS","name":"Castlereagh","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.85407","woe-name":"Castlereagh","latitude":"54.536","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[589,4277],[578,4278],[555,4264],[522,4336],[502,4355],[544,4384],[597,4394],[604,4419],[616,4424],[639,4418],[638,4381],[588,4317],[589,4277]]]}},{"type":"Feature","id":"GB.PE","properties":{"hc-group":"admin1","hc-middle-x":0.31,"hc-middle-y":0.41,"hc-key":"gb-pe","hc-a2":"PE","labelrank":"9","hasc":"GB.PE","alt-name":null,"woe-id":"12602226","subregion":"West Wales","fips":"UK91","postal-code":"PE","name":"Pembrokeshire","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-4.90281","woe-name":"Pembrokeshire County","latitude":"51.6602","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[1243,1483],[1239,1438],[1278,1431],[1336,1399],[1379,1318],[1362,1295],[1279,1253],[1235,1253],[1200,1208],[1210,1181],[1179,1158],[1253,1156],[1269,1133],[1266,1048],[1238,1031],[1210,954],[1112,954],[1043,899],[969,937],[967,972],[932,982],[923,1006],[978,996],[1118,1039],[1098,1060],[1108,1111],[1066,1110],[1085,1063],[1071,1039],[999,1028],[899,1046],[893,1022],[842,1062],[933,1125],[928,1190],[913,1214],[845,1225],[805,1219],[809,1280],[849,1285],[871,1307],[932,1323],[956,1342],[963,1394],[1010,1397],[1047,1375],[1078,1398],[1140,1384],[1138,1419],[1182,1436],[1224,1490],[1243,1483]]]}},{"type":"Feature","id":"GB.2301","properties":{"hc-group":"admin1","hc-middle-x":0.69,"hc-middle-y":0.31,"hc-key":"gb-2301","hc-a2":"CE","labelrank":"9","hasc":"GB.","alt-name":"Cardiganshire","woe-id":"12602217","subregion":"Mid Wales","fips":"UK91","postal-code":null,"name":"Ceredigion","country":"United Kingdom","type-en":"Principality","region":"East Wales","longitude":"-4.17527","woe-name":"Ceredigion County","latitude":"52.1793","woe-label":null,"type":"Unitary Authority (wales"},"geometry":{"type":"Polygon","coordinates":[[[1336,1399],[1278,1431],[1239,1438],[1243,1483],[1284,1517],[1372,1511],[1477,1593],[1516,1600],[1603,1670],[1646,1728],[1678,1793],[1693,1868],[1710,1908],[1706,1947],[1739,1947],[1789,1979],[1789,1979],[1803,1981],[1865,1974],[1881,1896],[1944,1915],[1917,1844],[1945,1824],[1965,1758],[1992,1738],[1935,1707],[1955,1654],[1931,1636],[1916,1545],[1922,1479],[1906,1461],[1833,1484],[1784,1483],[1745,1455],[1695,1467],[1651,1449],[1567,1384],[1443,1384],[1336,1399]]]}},{"type":"Feature","id":"GB.GD","properties":{"hc-group":"admin1","hc-middle-x":0.62,"hc-middle-y":0.55,"hc-key":"gb-gd","hc-a2":"GD","labelrank":"9","hasc":"GB.GD","alt-name":"Caernarfonshire and Merionethshire","woe-id":"12602221","subregion":"North Wales","fips":"UK93","postal-code":"GD","name":"Gwynedd","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.92029","woe-name":"Gwynedd","latitude":"52.8484","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[1803,1981],[1789,1979],[1789,1979],[1714,1971],[1665,2044],[1680,2101],[1717,2154],[1766,2192],[1723,2179],[1671,2246],[1655,2285],[1678,2306],[1672,2374],[1693,2402],[1604,2411],[1526,2382],[1478,2384],[1424,2338],[1397,2268],[1351,2298],[1305,2283],[1266,2288],[1224,2274],[1245,2321],[1347,2430],[1398,2447],[1517,2540],[1532,2637],[1546,2624],[1588,2684],[1668,2767],[1727,2766],[1774,2788],[1823,2731],[1806,2681],[1767,2628],[1785,2569],[1780,2495],[1840,2508],[1863,2455],[1912,2423],[1997,2481],[2045,2501],[2067,2452],[2119,2450],[2141,2463],[2166,2460],[2130,2414],[2146,2378],[2133,2331],[2118,2300],[2056,2283],[2042,2243],[2058,2180],[2036,2140],[1968,2119],[1898,2120],[1872,2081],[1867,2033],[1803,1981]]]}},{"type":"Feature","id":"GB.SP","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.74,"hc-key":"gb-sp","hc-a2":"SP","labelrank":"9","hasc":"GB.SP","alt-name":"Salop","woe-id":"12602188","subregion":"Shropshire","fips":"UK35","postal-code":"SP","name":"Shropshire","country":"United Kingdom","type-en":"Unitary Single-Tier County","region":"West Midlands","longitude":"-2.72133","woe-name":"Shropshire","latitude":"52.6167","woe-label":null,"type":"Unitary Single-Tier County"},"geometry":{"type":"Polygon","coordinates":[[[2362,2251],[2355,2290],[2377,2319],[2372,2348],[2407,2391],[2461,2427],[2510,2408],[2570,2411],[2617,2368],[2658,2388],[2654,2444],[2727,2466],[2759,2428],[2794,2420],[2861,2441],[2898,2469],[2900,2423],[2869,2407],[2848,2349],[2858,2328],[2906,2347],[2884,2275],[2749,2213],[2709,2203],[2712,2160],[2838,2038],[2863,2026],[2935,2189],[2956,2111],[3000,2098],[2996,2032],[2949,2028],[2944,2008],[2985,1974],[2982,1923],[2951,1874],[2960,1838],[2915,1814],[2936,1769],[2886,1768],[2872,1744],[2830,1737],[2826,1703],[2790,1717],[2768,1682],[2738,1678],[2708,1709],[2669,1677],[2633,1701],[2644,1732],[2609,1734],[2569,1779],[2484,1722],[2484,1722],[2404,1730],[2314,1807],[2303,1838],[2321,1872],[2380,1901],[2434,1903],[2473,1950],[2454,1984],[2379,1939],[2376,2008],[2406,2031],[2433,2080],[2453,2151],[2487,2177],[2461,2203],[2420,2215],[2363,2251],[2362,2251]]]}},{"type":"Feature","id":"GB.PO","properties":{"hc-group":"admin1","hc-middle-x":0.56,"hc-middle-y":0.70,"hc-key":"gb-po","hc-a2":"PO","labelrank":"9","hasc":"GB.PO","alt-name":null,"woe-id":"12602227","subregion":"Mid Wales","fips":"UK95","postal-code":"PO","name":"Powys","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"West Wales and the Valleys","longitude":"-3.4415","woe-name":"Powys County","latitude":"52.338","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2362,2251],[2420,2215],[2461,2203],[2487,2177],[2453,2151],[2433,2080],[2406,2031],[2376,2008],[2379,1939],[2454,1984],[2473,1950],[2434,1903],[2380,1901],[2321,1872],[2303,1838],[2314,1807],[2404,1730],[2484,1722],[2484,1722],[2453,1671],[2482,1640],[2413,1595],[2374,1529],[2397,1505],[2363,1482],[2378,1460],[2361,1417],[2387,1389],[2411,1309],[2402,1257],[2421,1196],[2382,1131],[2333,1110],[2249,1116],[2238,1092],[2205,1089],[2155,1133],[2133,1121],[2107,1121],[2101,1091],[2052,1073],[2025,1047],[1979,1081],[1926,1075],[1896,1058],[1871,1090],[1907,1161],[1937,1201],[1939,1259],[1956,1277],[1951,1324],[1989,1372],[1973,1424],[1943,1437],[1947,1470],[1922,1479],[1916,1545],[1931,1636],[1955,1654],[1935,1707],[1992,1738],[1965,1758],[1945,1824],[1917,1844],[1944,1915],[1881,1896],[1865,1974],[1803,1981],[1867,2033],[1872,2081],[1898,2120],[1968,2119],[2036,2140],[2058,2180],[2042,2243],[2056,2283],[2118,2300],[2133,2331],[2156,2324],[2188,2336],[2251,2288],[2291,2232],[2362,2251],[2362,2251]]]}},{"type":"Feature","id":"GB.MT","properties":{"hc-group":"admin1","hc-middle-x":0.56,"hc-middle-y":0.48,"hc-key":"gb-mt","hc-a2":"MT","labelrank":"9","hasc":"GB.MT","alt-name":null,"woe-id":"12602222","subregion":"South Wales","fips":"UK94","postal-code":"MT","name":"Merthyr Tydfil","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.35678","woe-name":"Merthyr Tydfil County Borough","latitude":"51.7461","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2133,1121],[2155,1133],[2205,1089],[2245,957],[2225,925],[2130,1049],[2148,1061],[2133,1121]]]}},{"type":"Feature","id":"GB.BJ","properties":{"hc-group":"admin1","hc-middle-x":0.56,"hc-middle-y":0.46,"hc-key":"gb-bj","hc-a2":"BJ","labelrank":"9","hasc":"GB.BJ","alt-name":null,"woe-id":"12602213","subregion":"South Wales","fips":"UK94","postal-code":"BJ","name":"Bridgend","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.60687","woe-name":"Bridgend County Borough","latitude":"51.5414","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2023,664],[1961,730],[1907,749],[1898,798],[1942,788],[1979,807],[1950,859],[1972,920],[2047,920],[2089,891],[2109,859],[2097,767],[2062,748],[2059,681],[2023,664]]]}},{"type":"Feature","id":"GB.CP","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.82,"hc-key":"gb-cp","hc-a2":"CP","labelrank":"9","hasc":"GB.CP","alt-name":null,"woe-id":"12602214","subregion":"South Wales","fips":"UK94","postal-code":"CP","name":"Caerphilly","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.18286","woe-name":"Caerphilly County Borough","latitude":"51.6407","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2205,1089],[2238,1092],[2277,1028],[2322,1012],[2361,983],[2392,959],[2388,900],[2419,872],[2363,851],[2381,823],[2367,800],[2328,812],[2277,804],[2256,843],[2225,925],[2245,957],[2205,1089]]]}},{"type":"Feature","id":"GB.RT","properties":{"hc-group":"admin1","hc-middle-x":0.42,"hc-middle-y":0.54,"hc-key":"gb-rt","hc-a2":"RT","labelrank":"9","hasc":"GB.RT","alt-name":null,"woe-id":"12602228","subregion":"South Wales","fips":"UK94","postal-code":"RT","name":"Rhondda, Cynon, Taff","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.40988","woe-name":"Rhondda Cynon Taff County Borough","latitude":"51.617","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2133,1121],[2148,1061],[2130,1049],[2225,925],[2256,843],[2277,804],[2241,771],[2230,753],[2172,762],[2157,749],[2121,773],[2097,767],[2109,859],[2089,891],[2047,920],[2033,956],[2025,1047],[2052,1073],[2101,1091],[2107,1121],[2133,1121]]]}},{"type":"Feature","id":"GB.CA","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.44,"hc-key":"gb-ca","hc-a2":"CA","labelrank":"9","hasc":"GB.CA","alt-name":null,"woe-id":"12602215","subregion":"South Wales","fips":"UK96","postal-code":"CA","name":"Cardiff","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"West Wales and the Valleys","longitude":"-3.1785","woe-name":"Cardiff County","latitude":"51.5049","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2385,759],[2345,728],[2315,697],[2251,717],[2230,753],[2241,771],[2277,804],[2328,812],[2367,800],[2392,780],[2385,759]]]}},{"type":"Feature","id":"GB.VG","properties":{"hc-group":"admin1","hc-middle-x":0.18,"hc-middle-y":0.43,"hc-key":"gb-vg","hc-a2":"VG","labelrank":"9","hasc":"GB.VG","alt-name":null,"woe-id":"12602231","subregion":"South Wales","fips":"UK96","postal-code":"VG","name":"Vale of Glamorgan","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"West Wales and the Valleys","longitude":"-3.36772","woe-name":"Vale of Glamorgan","latitude":"51.4474","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2230,753],[2251,717],[2315,697],[2323,672],[2305,633],[2280,639],[2229,619],[2048,639],[2023,664],[2059,681],[2062,748],[2097,767],[2121,773],[2157,749],[2172,762],[2230,753]]]}},{"type":"Feature","id":"GB.NP","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.48,"hc-key":"gb-np","hc-a2":"NP","labelrank":"9","hasc":"GB.NP","alt-name":"Neath and Port Talbot","woe-id":"12602224","subregion":"South Wales","fips":"UK97","postal-code":"NP","name":"Neath Port Talbot","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.73935","woe-name":"Neath and Port Talbot County Borough","latitude":"51.6459","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[1871,1090],[1896,1058],[1926,1075],[1979,1081],[2025,1047],[2033,956],[2047,920],[1972,920],[1950,859],[1979,807],[1942,788],[1898,798],[1878,849],[1842,895],[1803,902],[1846,978],[1774,1066],[1801,1067],[1823,1109],[1871,1090]]]}},{"type":"Feature","id":"GB.SW","properties":{"hc-group":"admin1","hc-middle-x":0.25,"hc-middle-y":0.86,"hc-key":"gb-sw","hc-a2":"SW","labelrank":"9","hasc":"GB.SW","alt-name":null,"woe-id":"12602229","subregion":"West Wales","fips":"UK97","postal-code":"SW","name":"Swansea","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-4.06364","woe-name":"Swansea City and County","latitude":"51.6203","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[1774,1066],[1846,978],[1803,902],[1749,897],[1721,869],[1738,836],[1682,845],[1669,830],[1632,843],[1599,817],[1565,814],[1511,834],[1513,906],[1554,937],[1563,912],[1657,928],[1673,969],[1709,1047],[1742,1072],[1774,1066]]]}},{"type":"Feature","id":"GB.7122","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.58,"hc-key":"gb-7122","hc-a2":"BO","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Bolton","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.42876","woe-name":"Greater Manchester","latitude":"53.5887","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2843,3204],[2864,3227],[2904,3216],[2914,3162],[2931,3099],[2858,3122],[2810,3105],[2805,3125],[2778,3175],[2815,3207],[2816,3208],[2843,3204]]]}},{"type":"Feature","id":"GB.BW","properties":{"hc-group":"admin1","hc-middle-x":0.43,"hc-middle-y":0.49,"hc-key":"gb-bw","hc-a2":"BW","labelrank":"9","hasc":"GB.BW","alt-name":"Blackburn, Blackburn and Darwen","woe-id":"12696178","subregion":"Lancashire","fips":"UK25","postal-code":"BW","name":"Blackburn with Darwen","country":"United Kingdom","type-en":"Unitary Authority","region":"North West","longitude":"-2.44291","woe-name":"Blackburn with Darwen","latitude":"53.705","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2843,3204],[2815,3207],[2814,3210],[2800,3238],[2802,3336],[2822,3363],[2876,3367],[2917,3250],[2915,3233],[2904,3216],[2864,3227],[2843,3204]]]}},{"type":"Feature","id":"GB.LA","properties":{"hc-group":"admin1","hc-middle-x":0.39,"hc-middle-y":0.49,"hc-key":"gb-la","hc-a2":"LA","labelrank":"9","hasc":"GB.LA","alt-name":null,"woe-id":"12602160","subregion":"Lancashire","fips":"UK25","postal-code":"LA","name":"Lancashire","country":"United Kingdom","type-en":"Administrative County","region":"North West","longitude":"-2.54458","woe-name":"Lancashire","latitude":"53.8599","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[2917,3250],[2876,3367],[2822,3363],[2802,3336],[2800,3238],[2809,3218],[2814,3210],[2816,3208],[2815,3207],[2778,3175],[2756,3192],[2690,3177],[2671,3096],[2644,3075],[2627,3095],[2600,3052],[2584,3073],[2544,3089],[2504,3116],[2501,3082],[2451,3113],[2478,3211],[2499,3209],[2521,3249],[2511,3306],[2545,3336],[2462,3349],[2509,3420],[2515,3466],[2501,3522],[2467,3564],[2530,3587],[2556,3579],[2597,3660],[2552,3644],[2537,3682],[2578,3735],[2600,3744],[2621,3786],[2594,3835],[2625,3862],[2665,3852],[2707,3824],[2736,3870],[2771,3866],[2852,3915],[2859,3905],[2855,3890],[2790,3814],[2792,3771],[2844,3731],[2850,3694],[2921,3688],[2934,3628],[2966,3605],[3007,3618],[3044,3564],[3091,3539],[3096,3509],[3140,3461],[3130,3435],[3080,3396],[3079,3355],[3053,3320],[3059,3287],[3007,3259],[2987,3230],[2985,3191],[2970,3251],[2917,3250]]]}},{"type":"Feature","id":"GB.EY","properties":{"hc-group":"admin1","hc-middle-x":0.67,"hc-middle-y":0.57,"hc-key":"gb-ey","hc-a2":"EY","labelrank":"9","hasc":"GB.EY","alt-name":"East Riding, East Yorkshire","woe-id":"12602193","subregion":"Kingston upon Hull","fips":"UK22","postal-code":"EY","name":"East Riding of Yorkshire","country":"United Kingdom","type-en":"Unitary Authority","region":"Yorkshire and the Humber","longitude":"-0.480224","woe-name":"East Riding of Yorkshire","latitude":"53.9047","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4332,3350],[4300,3405],[4242,3388],[4227,3319],[4162,3312],[4138,3333],[4098,3337],[4037,3299],[4056,3289],[3958,3197],[3947,3196],[3947,3219],[3890,3246],[3853,3249],[3799,3234],[3774,3266],[3785,3310],[3835,3289],[3900,3322],[3874,3346],[3902,3421],[3887,3490],[3900,3578],[3894,3611],[3920,3652],[4026,3671],[4071,3655],[4088,3715],[4135,3746],[4174,3745],[4219,3774],[4239,3838],[4267,3842],[4322,3809],[4371,3807],[4386,3830],[4447,3807],[4472,3786],[4412,3751],[4376,3680],[4427,3538],[4630,3246],[4642,3208],[4577,3243],[4548,3245],[4508,3223],[4449,3245],[4381,3329],[4332,3350]]]}},{"type":"Feature","id":"GB.YK","properties":{"hc-group":"admin1","hc-middle-x":0.98,"hc-middle-y":0.43,"hc-key":"gb-yk","hc-a2":"YK","labelrank":"9","hasc":"GB.YK","alt-name":null,"woe-id":"12696148","subregion":"North Yorkshire","fips":"UK30","postal-code":"YK","name":"York","country":"United Kingdom","type-en":"Unitary Authority","region":"Yorkshire and the Humber","longitude":"-1.07785","woe-name":"York City","latitude":"53.9488","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3894,3611],[3900,3578],[3887,3490],[3830,3477],[3750,3479],[3697,3542],[3687,3605],[3724,3618],[3744,3674],[3781,3689],[3839,3675],[3854,3613],[3894,3611]]]}},{"type":"Feature","id":"GB.DI","properties":{"hc-group":"admin1","hc-middle-x":0.38,"hc-middle-y":0.11,"hc-key":"gb-di","hc-a2":"DI","labelrank":"9","hasc":"GB.DI","alt-name":null,"woe-id":"12602219","subregion":"North Wales","fips":"UK90","postal-code":"DI","name":"Denbighshire","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.34024","woe-name":"Denbighshire County","latitude":"53.0665","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2188,2336],[2156,2324],[2133,2331],[2146,2378],[2130,2414],[2166,2460],[2141,2463],[2132,2556],[2105,2584],[2058,2594],[2120,2658],[2137,2688],[2136,2737],[2108,2781],[2113,2849],[2212,2896],[2220,2896],[2204,2834],[2232,2805],[2227,2756],[2260,2693],[2291,2664],[2333,2658],[2380,2563],[2366,2483],[2397,2444],[2323,2416],[2245,2411],[2188,2336]]]}},{"type":"Feature","id":"GB.FL","properties":{"hc-group":"admin1","hc-middle-x":0.20,"hc-middle-y":0.20,"hc-key":"gb-fl","hc-a2":"FL","labelrank":"9","hasc":"GB.FL","alt-name":null,"woe-id":"12602220","subregion":"North Wales","fips":"UK90","postal-code":"FL","name":"Flintshire","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"West Wales and the Valleys","longitude":"-3.14709","woe-name":"Flintshire County","latitude":"53.1815","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2220,2896],[2241,2896],[2295,2850],[2384,2790],[2407,2758],[2410,2785],[2455,2771],[2527,2697],[2497,2652],[2472,2646],[2380,2563],[2333,2658],[2291,2664],[2260,2693],[2227,2756],[2232,2805],[2204,2834],[2220,2896]]]}},{"type":"Feature","id":"GB.WX","properties":{"hc-group":"admin1","hc-middle-x":0.20,"hc-middle-y":0.58,"hc-key":"gb-wx","hc-a2":"WX","labelrank":"9","hasc":"GB.WX","alt-name":null,"woe-id":"12602232","subregion":"North Wales","fips":"UK90","postal-code":"WX","name":"Wrexham","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"West Wales and the Valleys","longitude":"-3.0538","woe-name":"Wrexham County Borough","latitude":"53.017","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2291,2232],[2251,2288],[2188,2336],[2245,2411],[2323,2416],[2397,2444],[2366,2483],[2380,2563],[2472,2646],[2497,2652],[2537,2603],[2569,2504],[2599,2466],[2654,2444],[2658,2388],[2617,2368],[2570,2411],[2510,2408],[2461,2427],[2407,2391],[2372,2348],[2377,2319],[2355,2290],[2362,2251],[2363,2251],[2362,2251],[2362,2251],[2291,2232]]]}},{"type":"Feature","id":"GB.BG","properties":{"hc-group":"admin1","hc-middle-x":0.59,"hc-middle-y":0.39,"hc-key":"gb-bg","hc-a2":"BG","labelrank":"9","hasc":"GB.BG","alt-name":null,"woe-id":"12602212","subregion":"South Wales","fips":"UK92","postal-code":"BG","name":"Blaenau Gwent","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.1998","woe-name":"Blaenau Gwent County Borough","latitude":"51.7719","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2361,983],[2322,1012],[2277,1028],[2238,1092],[2249,1116],[2333,1110],[2344,1098],[2353,1091],[2365,1058],[2361,983]]]}},{"type":"Feature","id":"GB.NO","properties":{"hc-group":"admin1","hc-middle-x":0.09,"hc-middle-y":0.65,"hc-key":"gb-no","hc-a2":"NO","labelrank":"9","hasc":"GB.NO","alt-name":null,"woe-id":"12602225","subregion":"South Wales","fips":"UK92","postal-code":"NO","name":"Newport","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"West Wales and the Valleys","longitude":"-2.94989","woe-name":"Newport City","latitude":"51.5866","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2587,821],[2543,801],[2482,798],[2460,822],[2429,786],[2385,759],[2392,780],[2367,800],[2381,823],[2363,851],[2419,872],[2463,895],[2470,896],[2517,894],[2561,921],[2594,900],[2547,846],[2587,821]]]}},{"type":"Feature","id":"GB.TF","properties":{"hc-group":"admin1","hc-middle-x":0.75,"hc-middle-y":0.90,"hc-key":"gb-tf","hc-a2":"TF","labelrank":"9","hasc":"GB.TF","alt-name":null,"woe-id":"12602230","subregion":"South Wales","fips":"UK92","postal-code":"TF","name":"Torfaen","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.0449","woe-name":"Torfaen County Borough","latitude":"51.6945","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2470,896],[2463,895],[2419,872],[2388,900],[2392,959],[2361,983],[2365,1058],[2353,1091],[2410,1078],[2428,1013],[2461,991],[2470,896]]]}},{"type":"Feature","id":"GB.LM","properties":{"hc-group":"admin1","hc-middle-x":0.91,"hc-middle-y":0.48,"hc-key":"gb-lm","hc-a2":"LM","labelrank":"9","hasc":"GB.LM","alt-name":null,"woe-id":"20078339","subregion":"North of Northern Ireland","fips":"UK68","postal-code":"LM","name":"Limavady","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-6.9714","woe-name":"Limavady","latitude":"54.9923","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[-124,4698],[-140,4713],[-186,4702],[-204,4730],[-207,4815],[-226,4831],[-223,4900],[-253,4902],[-277,4960],[-260,4978],[-204,4969],[-170,4998],[-136,5070],[-123,5138],[-73,5111],[-43,5110],[-62,5053],[-37,5024],[-30,4987],[-39,4870],[-26,4802],[-26,4748],[-51,4729],[-103,4738],[-124,4698]]]}},{"type":"Feature","id":"GB.SB","properties":{"hc-group":"admin1","hc-middle-x":0.47,"hc-middle-y":0.47,"hc-key":"gb-sb","hc-a2":"SB","labelrank":"9","hasc":"GB.SB","alt-name":null,"woe-id":"20078345","subregion":"North of Northern Ireland","fips":"UK77","postal-code":"SB","name":"Strabane","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-7.41337","woe-name":"Strabane","latitude":"54.8064","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[-186,4702],[-140,4713],[-124,4698],[-117,4650],[-136,4643],[-183,4657],[-258,4630],[-322,4639],[-366,4614],[-392,4620],[-409,4595],[-451,4578],[-490,4525],[-516,4535],[-633,4515],[-662,4489],[-672,4493],[-672,4494],[-672,4517],[-702,4508],[-740,4540],[-757,4532],[-800,4570],[-812,4613],[-752,4648],[-704,4614],[-681,4614],[-620,4653],[-549,4643],[-544,4703],[-491,4759],[-470,4803],[-470,4845],[-445,4871],[-420,4838],[-346,4828],[-358,4798],[-313,4790],[-307,4745],[-285,4750],[-253,4705],[-227,4693],[-186,4702]]]}},{"type":"Feature","id":"GB.FE","properties":{"hc-group":"admin1","hc-middle-x":0.62,"hc-middle-y":0.65,"hc-key":"gb-fe","hc-a2":"FE","labelrank":"9","hasc":"GB.FE","alt-name":null,"woe-id":"20078335","subregion":"West and South of Northern Ireland","fips":"UK66","postal-code":"FE","name":"Fermanagh","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-7.66047","woe-name":"Fermanagh","latitude":"54.3798","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[-662,4489],[-649,4462],[-602,4438],[-569,4440],[-594,4372],[-588,4283],[-556,4252],[-494,4284],[-457,4274],[-436,4241],[-440,4204],[-404,4192],[-391,4150],[-347,4156],[-364,4108],[-325,4057],[-332,4025],[-385,4010],[-409,3980],[-414,3934],[-438,3919],[-433,3964],[-461,3940],[-448,3906],[-504,3919],[-533,3950],[-577,3928],[-648,3951],[-662,3986],[-708,4026],[-797,4038],[-817,4066],[-815,4117],[-828,4145],[-865,4156],[-894,4225],[-944,4255],[-999,4355],[-916,4390],[-875,4440],[-799,4420],[-773,4428],[-700,4486],[-672,4493],[-672,4494],[-662,4489]]]}},{"type":"Feature","id":"GB.NY","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.34,"hc-key":"gb-ny","hc-a2":"NY","labelrank":"9","hasc":"GB.NY","alt-name":null,"woe-id":"12602195","subregion":"North Yorkshire","fips":"UK30","postal-code":"NY","name":"North Yorkshire","country":"United Kingdom","type-en":"Administrative County","region":"Yorkshire and the Humber","longitude":"-1.37567","woe-name":"North Yorkshire","latitude":"54.2158","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3545,4196],[3587,4206],[3617,4175],[3668,4204],[3678,4219],[3715,4224],[3786,4227],[3817,4213],[3852,4222],[3882,4207],[3917,4218],[3946,4208],[3945,4242],[3984,4290],[4131,4200],[4159,4166],[4161,4135],[4201,4100],[4224,4054],[4248,3962],[4273,3932],[4331,3904],[4344,3857],[4386,3830],[4371,3807],[4322,3809],[4267,3842],[4239,3838],[4219,3774],[4174,3745],[4135,3746],[4088,3715],[4071,3655],[4026,3671],[3920,3652],[3894,3611],[3854,3613],[3839,3675],[3781,3689],[3744,3674],[3724,3618],[3687,3605],[3697,3542],[3750,3479],[3830,3477],[3887,3490],[3902,3421],[3874,3346],[3900,3322],[3835,3289],[3785,3310],[3774,3266],[3799,3234],[3764,3218],[3713,3223],[3692,3202],[3681,3261],[3704,3293],[3638,3337],[3651,3361],[3638,3431],[3611,3477],[3638,3479],[3645,3554],[3618,3576],[3581,3570],[3535,3531],[3499,3536],[3481,3564],[3471,3533],[3348,3526],[3301,3572],[3268,3559],[3246,3595],[3201,3589],[3181,3542],[3178,3487],[3161,3487],[3140,3461],[3096,3509],[3091,3539],[3044,3564],[3007,3618],[2966,3605],[2934,3628],[2921,3688],[2850,3694],[2844,3731],[2792,3771],[2790,3814],[2855,3890],[2859,3905],[2891,3903],[2924,3928],[2953,3920],[2955,4009],[2928,4044],[2971,4081],[2963,4122],[2997,4157],[3058,4166],[3132,4193],[3192,4164],[3263,4194],[3281,4220],[3306,4196],[3319,4250],[3377,4253],[3432,4232],[3478,4178],[3503,4193],[3519,4158],[3536,4162],[3522,4211],[3545,4196]]]}},{"type":"Feature","id":"GB.2420","properties":{"hc-group":"admin1","hc-middle-x":0.45,"hc-middle-y":0.44,"hc-key":"gb-2420","hc-a2":"PL","labelrank":"9","hasc":"GB.DO","alt-name":null,"woe-id":"12696173","subregion":"Devon","fips":"UK08","postal-code":null,"name":"Plymouth","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-4.11254","woe-name":"Plymouth City","latitude":"50.3951","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[1596,-567],[1605,-540],[1560,-533],[1546,-475],[1593,-465],[1653,-509],[1654,-533],[1596,-567]]]}},{"type":"Feature","id":"GB.TB","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.50,"hc-key":"gb-tb","hc-a2":"TB","labelrank":"9","hasc":"GB.TB","alt-name":null,"woe-id":"12696174","subregion":"Devon","fips":"UK11","postal-code":"TB","name":"Torbay","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-3.56802","woe-name":"Torbay Borough","latitude":"50.4496","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2052,-392],[2064,-449],[2031,-453],[2012,-479],[2030,-505],[2063,-504],[2039,-545],[1965,-508],[1944,-477],[1950,-441],[1992,-390],[2052,-392]]]}},{"type":"Feature","id":"GB.EX","properties":{"hc-group":"admin1","hc-middle-x":0.38,"hc-middle-y":0.46,"hc-key":"gb-ex","hc-a2":"EX","labelrank":"9","hasc":"GB.EX","alt-name":null,"woe-id":"12602168","subregion":"Essex","fips":"UK15","postal-code":"EX","name":"Essex","country":"United Kingdom","type-en":"Administrative County","region":"East","longitude":"0.495656","woe-name":"Essex","latitude":"51.7709","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[5072,820],[5017,787],[5001,797],[4953,825],[4836,838],[4799,878],[4782,917],[4710,903],[4664,883],[4623,911],[4618,923],[4600,934],[4593,937],[4593,969],[4600,1034],[4624,1075],[4711,1103],[4733,1134],[4720,1171],[4731,1219],[4696,1211],[4671,1314],[4649,1347],[4665,1408],[4689,1394],[4727,1412],[4736,1441],[4793,1447],[4869,1392],[4881,1420],[4938,1433],[4964,1410],[5042,1444],[5089,1437],[5106,1373],[5156,1309],[5246,1328],[5321,1310],[5364,1312],[5496,1305],[5508,1292],[5454,1232],[5501,1218],[5511,1196],[5471,1156],[5413,1119],[5342,1116],[5298,1186],[5297,1164],[5235,1112],[5227,1071],[5191,1054],[5150,1059],[5102,1035],[5139,1023],[5213,1038],[5267,1068],[5286,994],[5276,944],[5289,923],[5270,889],[5203,832],[5099,869],[5072,859],[5072,820]]]}},{"type":"Feature","id":"GB.NF","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.50,"hc-key":"gb-nf","hc-a2":"NF","labelrank":"9","hasc":"GB.NF","alt-name":null,"woe-id":"12602141","subregion":"Norfolk","fips":"UK29","postal-code":"NF","name":"Norfolk","country":"United Kingdom","type-en":"Administrative County","region":"East","longitude":"0.953164","woe-name":"Norfolk","latitude":"52.6602","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4689,2184],[4708,2182],[4761,2224],[4761,2280],[4794,2279],[4836,2240],[4832,2266],[4872,2325],[4901,2433],[4958,2477],[5029,2485],[5038,2500],[5084,2488],[5144,2490],[5238,2462],[5269,2478],[5235,2494],[5453,2451],[5540,2411],[5720,2286],[5760,2236],[5801,2115],[5807,2008],[5766,2017],[5742,1979],[5776,1954],[5736,1913],[5696,1930],[5668,1914],[5584,1906],[5598,1893],[5542,1867],[5516,1821],[5481,1817],[5432,1783],[5312,1801],[5269,1783],[5238,1807],[5171,1820],[5111,1799],[5053,1819],[5079,1865],[4972,1871],[4894,1852],[4807,1932],[4754,1912],[4732,1951],[4727,2023],[4745,2044],[4701,2075],[4709,2112],[4680,2121],[4689,2184]]]}},{"type":"Feature","id":"GB.BH","properties":{"hc-group":"admin1","hc-middle-x":0.54,"hc-middle-y":0.45,"hc-key":"gb-bh","hc-a2":"BH","labelrank":"9","hasc":"GB.BH","alt-name":null,"woe-id":"12696151","subregion":"East Sussex","fips":"UK44","postal-code":"BH","name":"Brighton and Hove","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-0.1065","woe-name":"Brighton and Hove City","latitude":"50.8421","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4642,-63],[4501,-16],[4475,-15],[4459,16],[4514,57],[4532,47],[4620,-18],[4642,-63]]]}},{"type":"Feature","id":"GB.HV","properties":{"hc-group":"admin1","hc-middle-x":0.33,"hc-middle-y":0.45,"hc-key":"gb-hv","hc-a2":"HV","labelrank":"9","hasc":"GB.HV","alt-name":null,"woe-id":"12695830","subregion":"Greater London","fips":"UK15","postal-code":"HV","name":"Havering","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"0.24211","woe-name":"London Borough of Havering","latitude":"51.5634","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4770,756],[4745,748],[4727,768],[4745,825],[4720,841],[4714,882],[4712,898],[4710,903],[4782,917],[4799,878],[4836,838],[4848,817],[4785,792],[4770,756]]]}},{"type":"Feature","id":"GB.TR","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.53,"hc-key":"gb-tr","hc-a2":"TR","labelrank":"9","hasc":"GB.TR","alt-name":null,"woe-id":"12696176","subregion":"Essex","fips":"UK15","postal-code":"TR","name":"Thurrock","country":"United Kingdom","type-en":"Unitary Authority","region":"East","longitude":"0.381907","woe-name":"Thurrock","latitude":"51.503","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4853,712],[4841,733],[4807,723],[4769,736],[4764,743],[4770,756],[4785,792],[4848,817],[4836,838],[4953,825],[5001,797],[4936,780],[4918,735],[4886,718],[4886,718],[4853,712]]]}},{"type":"Feature","id":"GB.SS","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.51,"hc-key":"gb-ss","hc-a2":"SS","labelrank":"9","hasc":"GB.SS","alt-name":"Southend","woe-id":"12696175","subregion":"Essex","fips":"UK24","postal-code":"SS","name":"Southend-on-Sea","country":"United Kingdom","type-en":"Unitary Authority","region":"East","longitude":"0.73146","woe-name":"Southend-on-Sea Borough","latitude":"51.5498","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[5203,832],[5163,815],[5072,820],[5072,859],[5099,869],[5203,832]]]}},{"type":"Feature","id":"GB.WS","properties":{"hc-group":"admin1","hc-middle-x":0.38,"hc-middle-y":0.52,"hc-key":"gb-ws","hc-a2":"WS","labelrank":"9","hasc":"GB.WS","alt-name":null,"woe-id":"12602177","subregion":"West Sussex","fips":"UK44","postal-code":"WS","name":"West Sussex","country":"United Kingdom","type-en":"Administrative County","region":"South East","longitude":"-0.457938","woe-name":"West Sussex","latitude":"50.9489","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4532,47],[4514,57],[4459,16],[4475,-15],[4430,-15],[4337,-51],[4212,-53],[4092,-96],[4063,-98],[4065,-131],[4034,-134],[3967,-92],[3996,-57],[3947,-14],[3951,16],[3929,46],[3951,79],[3944,106],[3992,223],[4017,246],[4046,243],[4071,276],[4119,256],[4163,273],[4226,268],[4399,315],[4485,369],[4532,339],[4634,343],[4646,315],[4599,275],[4635,244],[4612,164],[4574,176],[4547,149],[4532,47]]]}},{"type":"Feature","id":"GB.WR","properties":{"hc-group":"admin1","hc-middle-x":0.58,"hc-middle-y":0.59,"hc-key":"gb-wr","hc-a2":"WR","labelrank":"9","hasc":"GB.WR","alt-name":null,"woe-id":"12602190","subregion":"Warwickshire","fips":"UK42","postal-code":"WR","name":"Warwickshire","country":"United Kingdom","type-en":"Administrative County","region":"West Midlands","longitude":"-1.55487","woe-name":"Warwickshire","latitude":"52.168","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3411,1305],[3439,1354],[3395,1359],[3365,1422],[3335,1446],[3314,1473],[3251,1496],[3240,1478],[3202,1514],[3232,1567],[3219,1631],[3246,1640],[3271,1682],[3250,1722],[3273,1767],[3279,1763],[3333,1713],[3365,1734],[3418,1730],[3453,1757],[3491,1736],[3543,1748],[3565,1768],[3548,1831],[3432,1838],[3402,1815],[3345,1899],[3351,1915],[3319,1989],[3398,1990],[3420,2004],[3422,2067],[3458,2107],[3491,2067],[3473,2043],[3483,1996],[3574,1944],[3589,1918],[3662,1880],[3739,1767],[3754,1729],[3706,1705],[3728,1675],[3713,1653],[3725,1615],[3684,1589],[3697,1552],[3646,1512],[3609,1462],[3540,1427],[3523,1394],[3507,1310],[3446,1272],[3411,1305]]]}},{"type":"Feature","id":"GB.HD","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.50,"hc-key":"gb-hd","hc-a2":"HD","labelrank":"9","hasc":"GB.HD","alt-name":null,"woe-id":"12695831","subregion":"Greater London","fips":"UK40","postal-code":"HD","name":"Hillingdon","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.4325","woe-name":"London Borough of Hillingdon","latitude":"51.5338","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4340,813],[4312,792],[4338,773],[4324,750],[4300,701],[4289,703],[4266,708],[4248,730],[4265,814],[4248,861],[4257,890],[4315,890],[4327,847],[4340,813]]]}},{"type":"Feature","id":"GB.KT","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.50,"hc-key":"gb-kt","hc-a2":"KT","labelrank":"9","hasc":"GB.KT","alt-name":null,"woe-id":"12695833","subregion":"Greater London","fips":"UK40","postal-code":"KT","name":"Kingston upon Thames","country":"United Kingdom","type-en":"London Borough (royal)","region":"Greater London","longitude":"-0.2699","woe-name":"Royal Borough of Kingston upon Thames","latitude":"51.3925","woe-label":null,"type":"London Borough (royal)"},"geometry":{"type":"Polygon","coordinates":[[[4432,681],[4439,644],[4448,627],[4439,619],[4435,613],[4386,555],[4389,625],[4390,674],[4432,681]]]}},{"type":"Feature","id":"GB.SR","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.67,"hc-key":"gb-sr","hc-a2":"SR","labelrank":"9","hasc":"GB.SR","alt-name":null,"woe-id":"12602176","subregion":"Surrey","fips":"UK40","postal-code":"SR","name":"Surrey","country":"United Kingdom","type-en":"Administrative County","region":"South East","longitude":"-0.388084","woe-name":"Surrey","latitude":"51.2608","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4289,703],[4297,676],[4332,657],[4357,642],[4389,625],[4386,555],[4435,613],[4453,561],[4483,575],[4494,552],[4521,518],[4593,568],[4622,557],[4630,521],[4653,522],[4661,467],[4648,429],[4664,344],[4634,343],[4532,339],[4485,369],[4399,315],[4226,268],[4163,273],[4119,256],[4071,276],[4075,302],[4043,343],[4019,348],[4006,408],[4035,450],[4084,456],[4084,511],[4058,557],[4089,595],[4105,599],[4162,624],[4192,691],[4225,678],[4237,727],[4248,730],[4266,708],[4289,703]]]}},{"type":"Feature","id":"GB.ES","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.60,"hc-key":"gb-es","hc-a2":"ES","labelrank":"9","hasc":"GB.ES","alt-name":null,"woe-id":"12602167","subregion":"East Sussex","fips":"UK14","postal-code":"ES","name":"East Sussex","country":"United Kingdom","type-en":"Administrative County","region":"South East","longitude":"0.372063","woe-name":"East Sussex","latitude":"50.9537","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4634,343],[4664,344],[4731,350],[4722,318],[4780,331],[4814,319],[4860,331],[4924,270],[4967,251],[4972,231],[5039,198],[5103,217],[5131,196],[5197,191],[5225,140],[5258,141],[5261,120],[5211,134],[5182,124],[5113,51],[5084,36],[4927,-3],[4896,-16],[4830,-101],[4720,-89],[4700,-73],[4642,-63],[4620,-18],[4532,47],[4547,149],[4574,176],[4612,164],[4635,244],[4599,275],[4646,315],[4634,343]]]}},{"type":"Feature","id":"GB.OX","properties":{"hc-group":"admin1","hc-middle-x":0.32,"hc-middle-y":0.51,"hc-key":"gb-ox","hc-a2":"OX","labelrank":"9","hasc":"GB.OX","alt-name":null,"woe-id":"12602175","subregion":"Oxfordshire","fips":"UK34","postal-code":"OX","name":"Oxfordshire","country":"United Kingdom","type-en":"Administrative County","region":"South East","longitude":"-1.29123","woe-name":"Oxfordshire","latitude":"51.7912","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3462,765],[3417,824],[3397,829],[3411,897],[3390,951],[3415,946],[3395,982],[3383,1048],[3395,1156],[3440,1245],[3408,1276],[3411,1305],[3446,1272],[3507,1310],[3523,1394],[3540,1427],[3609,1462],[3646,1512],[3706,1437],[3657,1415],[3688,1302],[3746,1301],[3799,1337],[3839,1319],[3819,1272],[3844,1258],[3820,1209],[3846,1134],[3796,1139],[3802,1072],[3852,1030],[3905,1046],[3944,1028],[3964,1001],[3971,941],[3939,943],[3923,888],[3947,854],[3933,831],[3965,806],[3976,759],[3952,723],[3911,697],[3855,728],[3826,736],[3779,783],[3751,774],[3693,784],[3675,803],[3640,789],[3560,784],[3533,800],[3475,798],[3462,765]]]}},{"type":"Feature","id":"GB.SN","properties":{"hc-group":"admin1","hc-middle-x":0.37,"hc-middle-y":0.54,"hc-key":"gb-sn","hc-a2":"SN","labelrank":"9","hasc":"GB.SN","alt-name":"Thamesdown","woe-id":"12696162","subregion":"Wiltshire","fips":"UK46","postal-code":"SN","name":"Swindon","country":"United Kingdom","type-en":"Unitary Authority","region":"South West","longitude":"-1.71017","woe-name":"Swindon Borough","latitude":"51.567","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3390,951],[3411,897],[3397,829],[3417,824],[3462,765],[3466,749],[3381,699],[3335,701],[3300,721],[3282,753],[3284,821],[3343,928],[3378,954],[3390,951]]]}},{"type":"Feature","id":"GB.NA","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.55,"hc-key":"gb-na","hc-a2":"NA","labelrank":"9","hasc":"GB.NA","alt-name":null,"woe-id":"12602146","subregion":"Northamptonshire","fips":"UK31","postal-code":"NA","name":"Northamptonshire","country":"United Kingdom","type-en":"Administrative County","region":"East Midlands","longitude":"-0.882413","woe-name":"Northamptonshire","latitude":"52.3083","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[4225,2070],[4225,2071],[4225,2071],[4243,2039],[4239,1992],[4281,1983],[4287,1928],[4330,1903],[4339,1864],[4277,1778],[4236,1757],[4256,1692],[4225,1685],[4199,1618],[4163,1641],[4127,1632],[4133,1582],[4119,1555],[4034,1500],[4012,1506],[3999,1477],[3962,1463],[3999,1404],[3971,1368],[3947,1350],[3918,1412],[3859,1402],[3807,1378],[3775,1347],[3799,1337],[3746,1301],[3688,1302],[3657,1415],[3706,1437],[3646,1512],[3697,1552],[3684,1589],[3725,1615],[3713,1653],[3728,1675],[3706,1705],[3754,1729],[3739,1767],[3760,1764],[3799,1818],[3838,1793],[3846,1842],[3896,1865],[3951,1846],[3960,1914],[4059,1917],[4093,1960],[4186,2017],[4225,2070]]]}},{"type":"Feature","id":"GB.RL","properties":{"hc-group":"admin1","hc-middle-x":0.62,"hc-middle-y":0.65,"hc-key":"gb-rl","hc-a2":"RL","labelrank":"9","hasc":"GB.RL","alt-name":null,"woe-id":"12696159","subregion":"Rutland","fips":"UK26","postal-code":"RL","name":"Rutland","country":"United Kingdom","type-en":"Unitary Authority","region":"East Midlands","longitude":"-0.610216","woe-name":"Rutland County","latitude":"52.657","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4225,2071],[4225,2070],[4186,2017],[4093,1960],[4059,1917],[4034,1947],[4008,2019],[4003,2150],[4057,2160],[4110,2197],[4171,2190],[4206,2155],[4277,2130],[4225,2071]]]}},{"type":"Feature","id":"GB.HK","properties":{"hc-group":"admin1","hc-middle-x":0.38,"hc-middle-y":0.39,"hc-key":"gb-hk","hc-a2":"HK","labelrank":"9","hasc":"GB.HK","alt-name":null,"woe-id":"12695808","subregion":"Greater London","fips":"UK17","postal-code":"HK","name":"Hackney","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.052343","woe-name":"London Borough of Hackney","latitude":"51.5523","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4598,814],[4567,800],[4554,781],[4551,790],[4543,793],[4555,814],[4537,832],[4543,846],[4567,848],[4578,832],[4598,824],[4598,818],[4598,814]]]}},{"type":"Feature","id":"GB.HY","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.51,"hc-key":"gb-hy","hc-a2":"HY","labelrank":"9","hasc":"GB.HY","alt-name":null,"woe-id":"12695810","subregion":"Greater London","fips":"UK17","postal-code":"HY","name":"Haringey","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.096332","woe-name":"London Borough of Haringey","latitude":"51.5834","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4582,880],[4571,859],[4567,848],[4543,846],[4537,832],[4522,844],[4510,836],[4497,839],[4488,838],[4499,878],[4510,886],[4582,880]]]}},{"type":"Feature","id":"GB.HR","properties":{"hc-group":"admin1","hc-middle-x":0.55,"hc-middle-y":0.54,"hc-key":"gb-hr","hc-a2":"HR","labelrank":"9","hasc":"GB.HR","alt-name":null,"woe-id":"12695829","subregion":"Greater London","fips":"UK17","postal-code":"HR","name":"Harrow","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.333295","woe-name":"London Borough of Harrow","latitude":"51.5894","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4412,876],[4379,846],[4371,815],[4340,813],[4327,847],[4315,890],[4334,890],[4391,919],[4392,908],[4412,876]]]}},{"type":"Feature","id":"GB.LT","properties":{"hc-group":"admin1","hc-middle-x":0.45,"hc-middle-y":0.50,"hc-key":"gb-lt","hc-a2":"LT","labelrank":"9","hasc":"GB.LT","alt-name":null,"woe-id":"12695813","subregion":"Greater London","fips":"UK17","postal-code":"LT","name":"Lambeth","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.10867","woe-name":"London Borough of Lambeth","latitude":"51.4604","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4556,669],[4555,668],[4554,663],[4535,666],[4518,655],[4511,657],[4514,666],[4506,716],[4515,752],[4515,753],[4526,765],[4529,768],[4550,718],[4556,669]]]}},{"type":"Feature","id":"GB.LW","properties":{"hc-group":"admin1","hc-middle-x":0.62,"hc-middle-y":0.58,"hc-key":"gb-lw","hc-a2":"LW","labelrank":"9","hasc":"GB.LW","alt-name":null,"woe-id":"12695814","subregion":"Greater London","fips":"UK17","postal-code":"LW","name":"Lewisham","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.011286","woe-name":"London Borough of Lewisham","latitude":"51.4418","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4591,750],[4618,724],[4627,693],[4640,672],[4610,661],[4561,671],[4584,707],[4591,750]]]}},{"type":"Feature","id":"GB.NH","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.52,"hc-key":"gb-nh","hc-a2":"NH","labelrank":"9","hasc":"GB.NH","alt-name":null,"woe-id":"12695815","subregion":"Greater London","fips":"UK17","postal-code":"NH","name":"Newham","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"0.044254","woe-name":"London Borough of Newham","latitude":"51.5273","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4659,814],[4678,785],[4677,763],[4642,755],[4621,767],[4609,780],[4598,814],[4598,818],[4598,824],[4622,827],[4644,837],[4659,814]]]}},{"type":"Feature","id":"GB.SQ","properties":{"hc-group":"admin1","hc-middle-x":0.65,"hc-middle-y":0.45,"hc-key":"gb-sq","hc-a2":"SQ","labelrank":"9","hasc":"GB.SQ","alt-name":null,"woe-id":"12695816","subregion":"Greater London","fips":"UK17","postal-code":"SQ","name":"Southwark","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.06552","woe-name":"London Borough of Southwark","latitude":"51.466","woe-label":null,"type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4558,772],[4590,759],[4591,750],[4584,707],[4561,671],[4558,670],[4556,669],[4550,718],[4529,768],[4533,772],[4536,773],[4545,776],[4558,772]]]}},{"type":"Feature","id":"GB.HE","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.52,"hc-key":"gb-he","hc-a2":"HE","labelrank":"9","hasc":"GB.HE","alt-name":null,"woe-id":"12602187","subregion":"Herefordshire","fips":"UK20","postal-code":"HE","name":"Herefordshire","country":"United Kingdom","type-en":"Unitary Authority","region":"West Midlands","longitude":"-2.73691","woe-name":"Herefordshire","latitude":"52.0807","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2800,1185],[2698,1119],[2697,1118],[2640,1138],[2607,1181],[2538,1245],[2481,1222],[2411,1309],[2387,1389],[2361,1417],[2378,1460],[2363,1482],[2397,1505],[2374,1529],[2413,1595],[2482,1640],[2453,1671],[2484,1722],[2484,1722],[2569,1779],[2609,1734],[2644,1732],[2633,1701],[2669,1677],[2708,1709],[2731,1604],[2788,1606],[2816,1631],[2845,1623],[2837,1590],[2867,1578],[2871,1505],[2913,1447],[2911,1340],[2856,1317],[2833,1347],[2818,1275],[2852,1226],[2851,1204],[2800,1185]]]}},{"type":"Feature","id":"GB.ST","properties":{"hc-group":"admin1","hc-middle-x":0.45,"hc-middle-y":0.50,"hc-key":"gb-st","hc-a2":"ST","labelrank":"9","hasc":"GB.ST","alt-name":null,"woe-id":"12602189","subregion":"Staffordshire","fips":"UK38","postal-code":"ST","name":"Staffordshire","country":"United Kingdom","type-en":"Administrative County","region":"West Midlands","longitude":"-2.01517","woe-name":"Staffordshire","latitude":"52.9024","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3456,2116],[3458,2107],[3422,2067],[3420,2004],[3398,1990],[3319,1989],[3293,2007],[3264,1989],[3236,2038],[3235,2075],[3209,2093],[3196,2061],[3127,2038],[3070,2051],[3021,1994],[3051,1955],[3074,1953],[3068,1919],[3037,1903],[3050,1876],[3054,1813],[3006,1827],[2960,1838],[2951,1874],[2982,1923],[2985,1974],[2944,2008],[2949,2028],[2996,2032],[3000,2098],[2956,2111],[2935,2189],[2904,2229],[2884,2275],[2906,2347],[2858,2328],[2848,2349],[2869,2407],[2900,2423],[2898,2469],[2907,2541],[2950,2572],[2993,2580],[3022,2439],[3038,2417],[3084,2411],[3094,2468],[3059,2540],[3029,2577],[3020,2612],[3065,2677],[3115,2672],[3179,2720],[3262,2685],[3302,2644],[3322,2585],[3332,2460],[3294,2436],[3274,2393],[3286,2336],[3334,2326],[3358,2302],[3421,2297],[3449,2262],[3423,2217],[3392,2201],[3373,2164],[3411,2141],[3416,2116],[3456,2116]]]}},{"type":"Feature","id":"GB.WC","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.49,"hc-key":"gb-wc","hc-a2":"WC","labelrank":"9","hasc":"GB.WC","alt-name":null,"woe-id":"12602192","subregion":"Worcestershire","fips":"UK20","postal-code":"WC","name":"Worcestershire","country":"United Kingdom","type-en":"Administrative County","region":"West Midlands","longitude":"-2.2004","woe-name":"Worcestershire","latitude":"52.21","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[2960,1838],[3006,1827],[3054,1813],[3104,1828],[3141,1829],[3175,1806],[3165,1761],[3233,1777],[3273,1767],[3250,1722],[3271,1682],[3246,1640],[3219,1631],[3232,1567],[3202,1514],[3240,1478],[3251,1496],[3314,1473],[3335,1446],[3295,1403],[3260,1396],[3285,1363],[3283,1332],[3231,1359],[3183,1353],[3140,1323],[3060,1330],[3081,1372],[3045,1370],[3037,1332],[2995,1282],[2943,1293],[2911,1340],[2913,1447],[2871,1505],[2867,1578],[2837,1590],[2845,1623],[2816,1631],[2788,1606],[2731,1604],[2708,1709],[2738,1678],[2768,1682],[2790,1717],[2826,1703],[2830,1737],[2872,1744],[2886,1768],[2936,1769],[2915,1814],[2960,1838]]]}},{"type":"Feature","id":"GB.TK","properties":{"hc-group":"admin1","hc-middle-x":0.59,"hc-middle-y":0.41,"hc-key":"gb-tk","hc-a2":"TK","labelrank":"9","hasc":"GB.TK","alt-name":"The Wrekin, Wrekin","woe-id":"12696181","subregion":"Shropshire","fips":"UK35","postal-code":"TK","name":"Telford and Wrekin","country":"United Kingdom","type-en":"Unitary Authority","region":"West Midlands","longitude":"-2.49356","woe-name":"Telford and Wrekin Borough","latitude":"52.7152","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2884,2275],[2904,2229],[2935,2189],[2863,2026],[2838,2038],[2712,2160],[2709,2203],[2749,2213],[2884,2275]]]}},{"type":"Feature","id":"GB.6338","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.55,"hc-key":"gb-6338","hc-a2":"CI","labelrank":"9","hasc":"GB.IT","alt-name":"The City|City of London|Square Mile","woe-id":"12695806","subregion":"City of London","fips":null,"postal-code":null,"name":"City","country":"United Kingdom","type-en":"City Corporation","region":"Greater London","longitude":"-0.08681","woe-name":"City of London","latitude":"51.5169","woe-label":null,"type":"City Corporation"},"geometry":{"type":"Polygon","coordinates":[[[4554,781],[4560,773],[4558,772],[4545,776],[4536,773],[4537,780],[4532,789],[4536,792],[4543,793],[4551,790],[4554,781]]]}},{"type":"Feature","id":"GB.NB","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.58,"hc-key":"gb-nb","hc-a2":"NB","labelrank":"9","hasc":"GB.NB","alt-name":null,"woe-id":"12602153","subregion":"Northumberland","fips":"UK32","postal-code":"NB","name":"Northumberland","country":"United Kingdom","type-en":"Unitary Single-Tier County","region":"North East","longitude":"-2.07057","woe-name":"Northumberland","latitude":"55.3152","woe-label":null,"type":"Unitary Single-Tier County"},"geometry":{"type":"Polygon","coordinates":[[[3396,4875],[3369,4880],[3375,4853],[3329,4799],[3296,4764],[3283,4685],[3252,4620],[3227,4604],[3167,4639],[3108,4599],[3076,4607],[3055,4568],[3021,4540],[2980,4555],[2958,4545],[2920,4577],[2895,4620],[2828,4571],[2786,4593],[2784,4633],[2766,4662],[2801,4708],[2768,4759],[2790,4811],[2842,4842],[2840,4889],[2799,4890],[2766,4940],[2737,4951],[2709,5019],[2745,5056],[2749,5102],[2798,5161],[2857,5214],[2925,5216],[2948,5257],[3023,5298],[3042,5331],[2994,5432],[2980,5478],[2948,5520],[2962,5543],[3004,5549],[3056,5633],[3102,5672],[3111,5711],[3148,5728],[3242,5600],[3283,5529],[3314,5539],[3323,5501],[3360,5506],[3405,5474],[3435,5357],[3433,5232],[3454,5177],[3447,5128],[3480,5062],[3479,4991],[3508,4896],[3524,4878],[3499,4854],[3455,4856],[3396,4875]]]}},{"type":"Feature","id":"GB.2367","properties":{"hc-group":"admin1","hc-middle-x":0.55,"hc-middle-y":0.54,"hc-key":"gb-2367","hc-a2":"NU","labelrank":"9","hasc":"GB.TW","alt-name":null,"woe-id":"-12602156","subregion":"Tyne and Wear","fips":"UK41","postal-code":null,"name":"Newcastle upon Tyne","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North East","longitude":"-1.5994","woe-name":"Tyne and Wear","latitude":"54.9931","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3329,4799],[3375,4853],[3369,4880],[3396,4875],[3411,4848],[3502,4777],[3484,4760],[3474,4743],[3391,4769],[3329,4799]]]}},{"type":"Feature","id":"GB.7113","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.51,"hc-key":"gb-7113","hc-a2":"NT","labelrank":"9","hasc":"GB.TW","alt-name":null,"woe-id":"-12602156","subregion":"Tyne and Wear","fips":"UK41","postal-code":null,"name":"North Tyneside","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North East","longitude":"-1.48264","woe-name":"Tyne and Wear","latitude":"55.0184","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3502,4777],[3411,4848],[3396,4875],[3455,4856],[3499,4854],[3524,4878],[3542,4836],[3553,4798],[3502,4777]]]}},{"type":"Feature","id":"GB.7114","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.51,"hc-key":"gb-7114","hc-a2":"ST","labelrank":"9","hasc":"GB.TW","alt-name":null,"woe-id":"-12602156","subregion":"Tyne and Wear","fips":"UK41","postal-code":null,"name":"South Tyneside","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North East","longitude":"-1.44209","woe-name":"Tyne and Wear","latitude":"54.9526","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3474,4743],[3484,4760],[3502,4777],[3553,4798],[3587,4757],[3589,4702],[3524,4692],[3479,4706],[3483,4727],[3474,4743]]]}},{"type":"Feature","id":"GB.7115","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.51,"hc-key":"gb-7115","hc-a2":"SU","labelrank":"9","hasc":"GB.TW","alt-name":null,"woe-id":"-12602156","subregion":"Tyne and Wear","fips":"UK41","postal-code":null,"name":"Sunderland","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North East","longitude":"-1.46175","woe-name":"Tyne and Wear","latitude":"54.8617","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3589,4702],[3592,4687],[3603,4650],[3570,4636],[3556,4567],[3493,4565],[3445,4664],[3458,4703],[3479,4706],[3524,4692],[3589,4702]]]}},{"type":"Feature","id":"GB.7116","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.52,"hc-key":"gb-7116","hc-a2":"GA","labelrank":"9","hasc":"GB.TW","alt-name":null,"woe-id":"-12602156","subregion":"Tyne and Wear","fips":"UK41","postal-code":null,"name":"Gateshead","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North East","longitude":"-1.66816","woe-name":"Tyne and Wear","latitude":"54.9391","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3329,4799],[3391,4769],[3474,4743],[3483,4727],[3479,4706],[3458,4703],[3445,4664],[3362,4674],[3283,4685],[3296,4764],[3329,4799]]]}},{"type":"Feature","id":"GB.2364","properties":{"hc-group":"admin1","hc-middle-x":0.36,"hc-middle-y":0.06,"hc-key":"gb-2364","hc-a2":"KN","labelrank":"9","hasc":"GB.MS","alt-name":null,"woe-id":"-12602161","subregion":"Merseyside","fips":"UK28","postal-code":null,"name":"Knowsley","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.83419","woe-name":"Merseyside","latitude":"53.4145","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2601,2856],[2578,2859],[2556,2867],[2558,2944],[2537,2970],[2542,3023],[2519,3055],[2536,3069],[2544,3089],[2584,3073],[2600,3052],[2614,2949],[2640,2921],[2617,2873],[2601,2856]]]}},{"type":"Feature","id":"GB.7118","properties":{"hc-group":"admin1","hc-middle-x":0.44,"hc-middle-y":0.51,"hc-key":"gb-7118","hc-a2":"SE","labelrank":"9","hasc":"GB.MS","alt-name":null,"woe-id":"-12602161","subregion":"Merseyside","fips":"UK28","postal-code":null,"name":"Sefton","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-3.05568","woe-name":"Merseyside","latitude":"53.5647","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2544,3089],[2536,3069],[2519,3055],[2493,3048],[2439,3042],[2406,3116],[2405,3148],[2460,3241],[2511,3306],[2521,3249],[2499,3209],[2478,3211],[2451,3113],[2501,3082],[2504,3116],[2544,3089]]]}},{"type":"Feature","id":"GB.7119","properties":{"hc-group":"admin1","hc-middle-x":0.68,"hc-middle-y":0.48,"hc-key":"gb-7119","hc-a2":"LI","labelrank":"9","hasc":"GB.MS","alt-name":null,"woe-id":"-12602161","subregion":"Merseyside","fips":"UK28","postal-code":null,"name":"Liverpool","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.9327","woe-name":"Merseyside","latitude":"53.4312","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2556,2867],[2522,2890],[2484,2940],[2439,3042],[2493,3048],[2519,3055],[2542,3023],[2537,2970],[2558,2944],[2556,2867]]]}},{"type":"Feature","id":"GB.WT","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.51,"hc-key":"gb-wt","hc-a2":"WT","labelrank":"9","hasc":"GB.WT","alt-name":null,"woe-id":"12696172","subregion":"Cheshire","fips":"UK06","postal-code":"WT","name":"Warrington","country":"United Kingdom","type-en":"Unitary Authority","region":"North West","longitude":"-2.55468","woe-name":"Warrington Borough","latitude":"53.3766","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2691,2921],[2714,2935],[2702,2993],[2771,2986],[2802,3017],[2827,3016],[2854,2966],[2844,2931],[2866,2921],[2853,2892],[2810,2865],[2778,2843],[2768,2843],[2703,2896],[2691,2921]]]}},{"type":"Feature","id":"GB.MS","properties":{"hc-group":"admin1","hc-middle-x":0.40,"hc-middle-y":0.61,"hc-key":"gb-ms","hc-a2":"MS","labelrank":"9","hasc":"GB.MS","alt-name":null,"woe-id":"12602161","subregion":"Merseyside","fips":"UK28","postal-code":"MS","name":"Merseyside","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.73472","woe-name":"Merseyside","latitude":"53.4417","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2771,2986],[2702,2993],[2714,2935],[2691,2921],[2650,2932],[2640,2921],[2614,2949],[2600,3052],[2627,3095],[2644,3075],[2686,3029],[2745,3029],[2771,2986]]]}},{"type":"Feature","id":"GB.7117","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.50,"hc-key":"gb-7117","hc-a2":"BL","labelrank":"9","hasc":"GB.LA","alt-name":null,"woe-id":"-12602160","subregion":"Lancashire","fips":"UK25","postal-code":null,"name":"Blackpool","country":"United Kingdom","type-en":"Unitary Authority","region":"North West","longitude":"-3.00469","woe-name":"Lancashire","latitude":"53.8406","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2462,3349],[2439,3415],[2448,3502],[2440,3535],[2467,3564],[2501,3522],[2515,3466],[2509,3420],[2462,3349]]]}},{"type":"Feature","id":"GB.3265","properties":{"hc-group":"admin1","hc-middle-x":0.78,"hc-middle-y":0.85,"hc-key":"gb-3265","hc-a2":"KI","labelrank":"9","hasc":"GB.WY","alt-name":null,"woe-id":"-12602197","subregion":"West Yorkshire","fips":"UK45","postal-code":null,"name":"Kirklees","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.73944","woe-name":"West Yorkshire","latitude":"53.6218","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3289,3078],[3252,3096],[3233,3097],[3178,3168],[3171,3192],[3151,3196],[3146,3220],[3284,3257],[3342,3295],[3330,3336],[3354,3354],[3404,3365],[3450,3293],[3445,3246],[3424,3232],[3438,3146],[3387,3117],[3359,3123],[3296,3096],[3289,3078]]]}},{"type":"Feature","id":"GB.7130","properties":{"hc-group":"admin1","hc-middle-x":0.21,"hc-middle-y":0.37,"hc-key":"gb-7130","hc-a2":"CA","labelrank":"9","hasc":"GB.WY","alt-name":null,"woe-id":"-12602197","subregion":"West Yorkshire","fips":"UK45","postal-code":null,"name":"Calderdale","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.95182","woe-name":"West Yorkshire","latitude":"53.7446","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3330,3336],[3342,3295],[3284,3257],[3146,3220],[3131,3272],[3095,3258],[3059,3287],[3053,3320],[3079,3355],[3080,3396],[3130,3435],[3140,3461],[3161,3487],[3178,3487],[3216,3433],[3245,3428],[3306,3374],[3330,3336]]]}},{"type":"Feature","id":"GB.7131","properties":{"hc-group":"admin1","hc-middle-x":0.18,"hc-middle-y":0.22,"hc-key":"gb-7131","hc-a2":"BR","labelrank":"9","hasc":"GB.WY","alt-name":null,"woe-id":"-12602197","subregion":"West Yorkshire","fips":"UK45","postal-code":null,"name":"Bradford","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.78384","woe-name":"West Yorkshire","latitude":"53.8466","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3330,3336],[3306,3374],[3245,3428],[3216,3433],[3178,3487],[3181,3542],[3201,3589],[3246,3595],[3268,3559],[3301,3572],[3348,3526],[3384,3469],[3384,3399],[3419,3395],[3404,3365],[3354,3354],[3330,3336]]]}},{"type":"Feature","id":"GB.7132","properties":{"hc-group":"admin1","hc-middle-x":0.86,"hc-middle-y":0.49,"hc-key":"gb-7132","hc-a2":"LE","labelrank":"9","hasc":"GB.WY","alt-name":null,"woe-id":"-12602197","subregion":"West Yorkshire","fips":"UK45","postal-code":null,"name":"Leeds","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.47788","woe-name":"West Yorkshire","latitude":"53.8106","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3450,3293],[3404,3365],[3419,3395],[3384,3399],[3384,3469],[3348,3526],[3471,3533],[3481,3564],[3499,3536],[3535,3531],[3581,3570],[3618,3576],[3645,3554],[3638,3479],[3611,3477],[3638,3431],[3651,3361],[3638,3337],[3622,3313],[3564,3285],[3486,3305],[3450,3293]]]}},{"type":"Feature","id":"GB.7133","properties":{"hc-group":"admin1","hc-middle-x":0.14,"hc-middle-y":0.51,"hc-key":"gb-7133","hc-a2":"WA","labelrank":"9","hasc":"GB.WY","alt-name":null,"woe-id":"-12602197","subregion":"West Yorkshire","fips":"UK45","postal-code":null,"name":"Wakefield","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.39089","woe-name":"West Yorkshire","latitude":"53.6457","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3438,3146],[3424,3232],[3445,3246],[3450,3293],[3486,3305],[3564,3285],[3622,3313],[3638,3337],[3704,3293],[3681,3261],[3692,3202],[3684,3174],[3641,3149],[3614,3155],[3598,3175],[3483,3168],[3465,3183],[3438,3146]]]}},{"type":"Feature","id":"GB.3266","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.42,"hc-key":"gb-3266","hc-a2":"SA","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Salford","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.40861","woe-name":"Greater Manchester","latitude":"53.5006","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2854,2966],[2827,3016],[2816,3078],[2810,3105],[2858,3122],[2931,3099],[2952,3064],[2956,3027],[2941,3004],[2880,3005],[2854,2966]]]}},{"type":"Feature","id":"GB.7121","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.53,"hc-key":"gb-7121","hc-a2":"WI","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Merseyside","fips":"UK18","postal-code":null,"name":"Wigan","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.60574","woe-name":"Greater Manchester","latitude":"53.5317","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2810,3105],[2816,3078],[2827,3016],[2802,3017],[2771,2986],[2745,3029],[2686,3029],[2644,3075],[2671,3096],[2690,3177],[2756,3192],[2778,3175],[2805,3125],[2810,3105]]]}},{"type":"Feature","id":"GB.7123","properties":{"hc-group":"admin1","hc-middle-x":0.57,"hc-middle-y":0.48,"hc-key":"gb-7123","hc-a2":"BU","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Bury","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.30878","woe-name":"Greater Manchester","latitude":"53.5827","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2952,3064],[2931,3099],[2914,3162],[2904,3216],[2915,3233],[2917,3250],[2970,3251],[2985,3191],[2988,3159],[2989,3117],[2970,3094],[2952,3064]]]}},{"type":"Feature","id":"GB.7124","properties":{"hc-group":"admin1","hc-middle-x":0.38,"hc-middle-y":0.44,"hc-key":"gb-7124","hc-a2":"RO","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Rochdale","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.1438","woe-name":"Greater Manchester","latitude":"53.6277","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3146,3220],[3151,3196],[3171,3192],[3058,3136],[3037,3089],[2989,3117],[2988,3159],[2985,3191],[2987,3230],[3007,3259],[3059,3287],[3095,3258],[3131,3272],[3146,3220]]]}},{"type":"Feature","id":"GB.7125","properties":{"hc-group":"admin1","hc-middle-x":0.03,"hc-middle-y":0.92,"hc-key":"gb-7125","hc-a2":"OL","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Oldham","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.03581","woe-name":"Greater Manchester","latitude":"53.5527","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3233,3097],[3218,3060],[3188,3053],[3178,3023],[3139,3051],[3090,3069],[3022,3032],[3032,3064],[3037,3089],[3058,3136],[3171,3192],[3178,3168],[3233,3097]]]}},{"type":"Feature","id":"GB.7126","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.52,"hc-key":"gb-7126","hc-a2":"TA","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Tameside","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.0958","woe-name":"Greater Manchester","latitude":"53.4567","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3022,3032],[3090,3069],[3139,3051],[3178,3023],[3175,2994],[3154,2958],[3077,2954],[3007,2987],[3007,3012],[3022,3032]]]}},{"type":"Feature","id":"GB.7127","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.56,"hc-key":"gb-7127","hc-a2":"ST","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Stockport","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.1408","woe-name":"Greater Manchester","latitude":"53.3787","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3007,2987],[3077,2954],[3154,2958],[3175,2941],[3151,2909],[3128,2888],[3079,2896],[3052,2852],[3041,2880],[2982,2880],[2978,2909],[3001,2944],[3007,2987]]]}},{"type":"Feature","id":"GB.7128","properties":{"hc-group":"admin1","hc-middle-x":0.40,"hc-middle-y":0.50,"hc-key":"gb-7128","hc-a2":"MA","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Manchester","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.26678","woe-name":"Greater Manchester","latitude":"53.4597","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3037,3089],[3032,3064],[3022,3032],[3007,3012],[3007,2987],[3001,2944],[2978,2909],[2982,2880],[2966,2877],[2943,2897],[2933,2930],[2953,2974],[2941,3004],[2956,3027],[2952,3064],[2970,3094],[2989,3117],[3037,3089]]]}},{"type":"Feature","id":"GB.7129","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.46,"hc-key":"gb-7129","hc-a2":"TR","labelrank":"9","hasc":"GB.MN","alt-name":null,"woe-id":"-12602158","subregion":"Greater Manchester","fips":"UK18","postal-code":null,"name":"Trafford","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-2.37777","woe-name":"Greater Manchester","latitude":"53.4147","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2941,3004],[2953,2974],[2933,2930],[2943,2897],[2910,2900],[2866,2921],[2844,2931],[2854,2966],[2880,3005],[2941,3004]]]}},{"type":"Feature","id":"GB.2366","properties":{"hc-group":"admin1","hc-middle-x":0.44,"hc-middle-y":0.40,"hc-key":"gb-2366","hc-a2":"CE","labelrank":"9","hasc":"GB.CH","alt-name":null,"woe-id":"-12602157","subregion":"Cheshire","fips":"UK06","postal-code":null,"name":"Cheshire East","country":"United Kingdom","type-en":"Unitary Authority","region":"North West","longitude":"-2.21364","woe-name":"Cheshire","latitude":"53.2396","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2866,2921],[2910,2900],[2943,2897],[2966,2877],[2982,2880],[3041,2880],[3052,2852],[3079,2896],[3128,2888],[3151,2909],[3164,2869],[3169,2760],[3179,2720],[3115,2672],[3065,2677],[3020,2612],[2993,2580],[2950,2572],[2907,2541],[2898,2469],[2861,2441],[2794,2420],[2759,2428],[2727,2466],[2730,2515],[2697,2538],[2707,2587],[2822,2652],[2824,2698],[2850,2691],[2878,2750],[2870,2779],[2833,2809],[2810,2865],[2853,2892],[2866,2921]]]}},{"type":"Feature","id":"GB.NT","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.53,"hc-key":"gb-nt","hc-a2":"NT","labelrank":"9","hasc":"GB.NT","alt-name":null,"woe-id":"12602147","subregion":"Nottinghamshire","fips":"UK33","postal-code":"NT","name":"Nottinghamshire","country":"United Kingdom","type-en":"Administrative County","region":"East Midlands","longitude":"-0.983216","woe-name":"Nottinghamshire","latitude":"53.1186","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[3734,2823],[3776,2896],[3773,2922],[3808,2963],[3845,2958],[3874,3021],[3909,3050],[3919,3016],[3994,3011],[4007,2919],[4031,2871],[4012,2759],[4062,2767],[4109,2761],[4091,2724],[4045,2710],[4040,2675],[4063,2674],[4060,2584],[4077,2546],[4042,2530],[4013,2495],[4024,2443],[3988,2419],[3968,2363],[3885,2284],[3878,2263],[3794,2262],[3732,2220],[3682,2250],[3679,2323],[3700,2345],[3673,2366],[3663,2466],[3636,2498],[3630,2541],[3656,2580],[3641,2634],[3666,2661],[3725,2678],[3721,2753],[3745,2787],[3734,2823]],[[3763,2360],[3789,2390],[3766,2463],[3727,2474],[3709,2448],[3702,2386],[3722,2344],[3763,2360]]]}},{"type":"Feature","id":"GB.3267","properties":{"hc-group":"admin1","hc-middle-x":0.75,"hc-middle-y":0.91,"hc-key":"gb-3267","hc-a2":"RO","labelrank":"9","hasc":"GB.SY","alt-name":null,"woe-id":"-12602196","subregion":"South Yorkshire","fips":"UK37","postal-code":null,"name":"Rotherham","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.29072","woe-name":"South Yorkshire","latitude":"53.3854","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3773,2922],[3776,2896],[3734,2823],[3688,2820],[3640,2846],[3625,2828],[3583,2859],[3581,2926],[3573,2958],[3573,2996],[3628,3036],[3675,3026],[3687,2985],[3773,2922]]]}},{"type":"Feature","id":"GB.7134","properties":{"hc-group":"admin1","hc-middle-x":0.72,"hc-middle-y":0.72,"hc-key":"gb-7134","hc-a2":"SH","labelrank":"9","hasc":"GB.SY","alt-name":null,"woe-id":"-12602196","subregion":"South Yorkshire","fips":"UK37","postal-code":null,"name":"Sheffield","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.57387","woe-name":"South Yorkshire","latitude":"53.4087","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3573,2958],[3581,2926],[3583,2859],[3488,2817],[3430,2838],[3452,2859],[3405,2888],[3407,2917],[3346,2956],[3348,2991],[3309,3023],[3289,3078],[3446,3057],[3467,3025],[3532,3025],[3544,2980],[3573,2958]]]}},{"type":"Feature","id":"GB.7135","properties":{"hc-group":"admin1","hc-middle-x":0.54,"hc-middle-y":0.32,"hc-key":"gb-7135","hc-a2":"BA","labelrank":"9","hasc":"GB.SY","alt-name":null,"woe-id":"-12602196","subregion":"South Yorkshire","fips":"UK37","postal-code":null,"name":"Barnsley","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.45688","woe-name":"South Yorkshire","latitude":"53.5347","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3628,3036],[3573,2996],[3573,2958],[3544,2980],[3532,3025],[3467,3025],[3446,3057],[3289,3078],[3296,3096],[3359,3123],[3387,3117],[3438,3146],[3465,3183],[3483,3168],[3598,3175],[3614,3155],[3649,3078],[3628,3036]]]}},{"type":"Feature","id":"GB.NL","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.52,"hc-key":"gb-nl","hc-a2":"NL","labelrank":"9","hasc":"GB.NL","alt-name":null,"woe-id":"12696143","subregion":"Kingston upon Hull","fips":"UK22","postal-code":"NL","name":"North Lincolnshire","country":"United Kingdom","type-en":"Unitary Authority","region":"Yorkshire and the Humber","longitude":"-0.570942","woe-name":"North Lincolnshire","latitude":"53.5741","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3909,3050],[3892,3085],[3941,3101],[3917,3148],[3947,3160],[3947,3196],[3958,3197],[4056,3289],[4090,3312],[4127,3309],[4173,3275],[4202,3295],[4325,3321],[4344,3313],[4402,3225],[4350,3209],[4345,3196],[4315,3140],[4254,3148],[4213,3110],[4266,3108],[4267,3083],[4226,3075],[4221,3039],[4151,3012],[4115,3028],[4118,3074],[4032,3083],[4027,3051],[3994,3011],[3919,3016],[3909,3050]]]}},{"type":"Feature","id":"GB.7136","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.37,"hc-key":"gb-7136","hc-a2":"DO","labelrank":"9","hasc":"GB.SY","alt-name":null,"woe-id":"-12602196","subregion":"South Yorkshire","fips":"UK37","postal-code":null,"name":"Doncaster","country":"United Kingdom","type-en":"Metropolitan Borough","region":"Yorkshire and the Humber","longitude":"-1.08493","woe-name":"South Yorkshire","latitude":"53.5227","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3947,3196],[3947,3160],[3917,3148],[3941,3101],[3892,3085],[3909,3050],[3874,3021],[3845,2958],[3808,2963],[3773,2922],[3687,2985],[3675,3026],[3628,3036],[3649,3078],[3614,3155],[3641,3149],[3684,3174],[3692,3202],[3713,3223],[3764,3218],[3799,3234],[3853,3249],[3890,3246],[3947,3219],[3947,3196]]]}},{"type":"Feature","id":"GB.2377","properties":{"hc-group":"admin1","hc-middle-x":0.24,"hc-middle-y":0.90,"hc-key":"gb-2377","hc-a2":"BI","labelrank":"9","hasc":"GB.WM","alt-name":null,"woe-id":"-12602191","subregion":"West Midlands","fips":"UK43","postal-code":null,"name":"Birmingham","country":"United Kingdom","type-en":"Metropolitan Borough","region":"West Midlands","longitude":"-1.81614","woe-name":"West Midlands","latitude":"52.4782","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3279,1763],[3273,1767],[3233,1777],[3165,1761],[3175,1806],[3141,1829],[3144,1860],[3189,1858],[3188,1895],[3231,1956],[3253,1970],[3264,1989],[3293,2007],[3319,1989],[3351,1915],[3345,1899],[3311,1894],[3328,1859],[3324,1806],[3298,1800],[3279,1763]]]}},{"type":"Feature","id":"GB.7137","properties":{"hc-group":"admin1","hc-middle-x":0.42,"hc-middle-y":0.50,"hc-key":"gb-7137","hc-a2":"SA","labelrank":"9","hasc":"GB.WM","alt-name":null,"woe-id":"-12602191","subregion":"West Midlands","fips":"UK43","postal-code":null,"name":"Sandwell","country":"United Kingdom","type-en":"Metropolitan Borough","region":"West Midlands","longitude":"-2.00281","woe-name":"West Midlands","latitude":"52.5118","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3231,1956],[3188,1895],[3189,1858],[3144,1860],[3099,1889],[3116,1921],[3107,1968],[3123,1980],[3133,1964],[3170,1978],[3231,1956]]]}},{"type":"Feature","id":"GB.7138","properties":{"hc-group":"admin1","hc-middle-x":0.47,"hc-middle-y":0.48,"hc-key":"gb-7138","hc-a2":"DU","labelrank":"9","hasc":"GB.WM","alt-name":null,"woe-id":"-12602191","subregion":"West Midlands","fips":"UK43","postal-code":null,"name":"Dudley","country":"United Kingdom","type-en":"Metropolitan Borough","region":"West Midlands","longitude":"-2.1138","woe-name":"West Midlands","latitude":"52.4728","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3107,1968],[3116,1921],[3099,1889],[3144,1860],[3141,1829],[3104,1828],[3054,1813],[3050,1876],[3037,1903],[3068,1919],[3074,1953],[3080,1971],[3107,1968]]]}},{"type":"Feature","id":"GB.7139","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.51,"hc-key":"gb-7139","hc-a2":"WO","labelrank":"9","hasc":"GB.WM","alt-name":null,"woe-id":"-12602191","subregion":"West Midlands","fips":"UK43","postal-code":null,"name":"Wolverhampton","country":"United Kingdom","type-en":"Metropolitan Borough","region":"West Midlands","longitude":"-2.1108","woe-name":"West Midlands","latitude":"52.5958","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3123,1980],[3107,1968],[3080,1971],[3074,1953],[3051,1955],[3021,1994],[3070,2051],[3127,2038],[3138,2001],[3123,1980]]]}},{"type":"Feature","id":"GB.7140","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.63,"hc-key":"gb-7140","hc-a2":"WA","labelrank":"9","hasc":"GB.WM","alt-name":null,"woe-id":"-12602191","subregion":"West Midlands","fips":"UK43","postal-code":null,"name":"Walsall","country":"United Kingdom","type-en":"Metropolitan Borough","region":"West Midlands","longitude":"-1.95182","woe-name":"West Midlands","latitude":"52.6018","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3123,1980],[3138,2001],[3127,2038],[3196,2061],[3209,2093],[3235,2075],[3236,2038],[3264,1989],[3253,1970],[3231,1956],[3170,1978],[3133,1964],[3123,1980]]]}},{"type":"Feature","id":"GB.7141","properties":{"hc-group":"admin1","hc-middle-x":0.54,"hc-middle-y":0.53,"hc-key":"gb-7141","hc-a2":"SO","labelrank":"9","hasc":"GB.WM","alt-name":null,"woe-id":"-12602191","subregion":"West Midlands","fips":"UK43","postal-code":null,"name":"Solihull","country":"United Kingdom","type-en":"Metropolitan Borough","region":"West Midlands","longitude":"-1.71185","woe-name":"West Midlands","latitude":"52.4038","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3418,1730],[3365,1734],[3333,1713],[3279,1763],[3298,1800],[3324,1806],[3328,1859],[3311,1894],[3345,1899],[3402,1815],[3432,1838],[3418,1730]]]}},{"type":"Feature","id":"GB.7142","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.53,"hc-key":"gb-7142","hc-a2":"CO","labelrank":"9","hasc":"GB.WM","alt-name":null,"woe-id":"-12602191","subregion":"West Midlands","fips":"UK43","postal-code":null,"name":"Coventry","country":"United Kingdom","type-en":"Metropolitan Borough","region":"West Midlands","longitude":"-1.53187","woe-name":"West Midlands","latitude":"52.4068","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[3418,1730],[3432,1838],[3548,1831],[3565,1768],[3543,1748],[3491,1736],[3453,1757],[3418,1730]]]}},{"type":"Feature","id":"GB.2381","properties":{"hc-group":"admin1","hc-middle-x":0.47,"hc-middle-y":0.43,"hc-key":"gb-2381","hc-a2":"CB","labelrank":"9","hasc":"GB.BD","alt-name":null,"woe-id":"-12602163","subregion":"Bedfordshire","fips":"UK02","postal-code":null,"name":"Central Bedfordshire","country":"United Kingdom","type-en":"Unitary Authority","region":"East","longitude":"-0.376341","woe-name":"Bedfordshire","latitude":"52.0236","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4272,1158],[4228,1105],[4214,1124],[4194,1165],[4102,1219],[4123,1271],[4124,1318],[4140,1365],[4120,1377],[4179,1445],[4230,1417],[4261,1424],[4308,1413],[4347,1458],[4342,1502],[4354,1544],[4405,1560],[4433,1492],[4493,1495],[4485,1420],[4444,1374],[4447,1350],[4410,1313],[4384,1330],[4324,1310],[4308,1283],[4318,1244],[4261,1235],[4253,1207],[4272,1158]]]}},{"type":"Feature","id":"GB.BD","properties":{"hc-group":"admin1","hc-middle-x":0.66,"hc-middle-y":0.23,"hc-key":"gb-bd","hc-a2":"BD","labelrank":"9","hasc":"GB.BD","alt-name":null,"woe-id":"-12602163","subregion":"Bedfordshire","fips":"UK02","postal-code":"BD","name":"Bedford","country":"United Kingdom","type-en":"Unitary Authority","region":"East","longitude":"-0.470004","woe-name":"Bedfordshire","latitude":"52.1788","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4179,1445],[4137,1502],[4144,1535],[4119,1555],[4133,1582],[4127,1632],[4163,1641],[4199,1618],[4225,1685],[4256,1692],[4285,1657],[4319,1646],[4331,1599],[4375,1597],[4405,1560],[4354,1544],[4342,1502],[4347,1458],[4308,1413],[4261,1424],[4230,1417],[4179,1445]]]}},{"type":"Feature","id":"GB.2388","properties":{"hc-group":"admin1","hc-middle-x":0.37,"hc-middle-y":0.57,"hc-key":"gb-2388","hc-a2":"RE","labelrank":"9","hasc":"GB.BK","alt-name":null,"woe-id":"-26821262","subregion":"Berkshire","fips":"UK03","postal-code":null,"name":"Reading","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-1.03367","woe-name":"Berkshire","latitude":"51.4497","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3826,736],[3855,728],[3911,697],[3897,660],[3847,647],[3825,672],[3826,736]]]}},{"type":"Feature","id":"GB.7143","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.46,"hc-key":"gb-7143","hc-a2":"WB","labelrank":"9","hasc":"GB.BK","alt-name":null,"woe-id":"-26821262","subregion":"Berkshire","fips":"UK03","postal-code":null,"name":"West Berkshire","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-1.2949","woe-name":"Berkshire","latitude":"51.4529","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3826,736],[3825,672],[3847,647],[3860,615],[3864,581],[3843,602],[3800,580],[3709,595],[3597,596],[3573,555],[3534,552],[3526,591],[3500,604],[3478,644],[3508,659],[3466,749],[3462,765],[3475,798],[3533,800],[3560,784],[3640,789],[3675,803],[3693,784],[3751,774],[3779,783],[3826,736]]]}},{"type":"Feature","id":"GB.7144","properties":{"hc-group":"admin1","hc-middle-x":0.47,"hc-middle-y":0.52,"hc-key":"gb-7144","hc-a2":"WO","labelrank":"9","hasc":"GB.BK","alt-name":null,"woe-id":"-26821262","subregion":"Berkshire","fips":"UK03","postal-code":null,"name":"Wokingham","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-0.90795","woe-name":"Berkshire","latitude":"51.4019","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3994,577],[3946,588],[3864,581],[3860,615],[3847,647],[3897,660],[3911,697],[3952,723],[3976,759],[3965,806],[3969,810],[3995,800],[4007,757],[4010,716],[4021,633],[3994,577]]]}},{"type":"Feature","id":"GB.7145","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.53,"hc-key":"gb-7145","hc-a2":"BF","labelrank":"9","hasc":"GB.BK","alt-name":null,"woe-id":"-26821262","subregion":"Berkshire","fips":"UK03","postal-code":null,"name":"Bracknell Forest","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-0.763967","woe-name":"Berkshire","latitude":"51.3929","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4105,599],[4089,595],[4058,557],[4018,576],[3994,577],[4021,633],[4010,716],[4093,698],[4118,641],[4093,628],[4105,599]]]}},{"type":"Feature","id":"GB.7146","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.44,"hc-key":"gb-7146","hc-a2":"RB","labelrank":"9","hasc":"GB.BK","alt-name":null,"woe-id":"-26821262","subregion":"Berkshire","fips":"UK03","postal-code":null,"name":"Royal Borough of Windsor and Maidenhead","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-0.700975","woe-name":"Berkshire","latitude":"51.4769","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4192,691],[4162,624],[4105,599],[4093,628],[4118,641],[4093,698],[4010,716],[4007,757],[3995,800],[4069,824],[4111,810],[4100,761],[4148,746],[4189,726],[4192,691]]]}},{"type":"Feature","id":"GB.7147","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.41,"hc-key":"gb-7147","hc-a2":"SL","labelrank":"9","hasc":"GB.BK","alt-name":null,"woe-id":"-26821262","subregion":"Berkshire","fips":"UK03","postal-code":null,"name":"Slough","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-0.547994","woe-name":"Berkshire","latitude":"51.4769","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4237,727],[4225,678],[4192,691],[4189,726],[4148,746],[4137,776],[4196,786],[4229,762],[4237,727]]]}},{"type":"Feature","id":"GB.7149","properties":{"hc-group":"admin1","hc-middle-x":0.59,"hc-middle-y":0.49,"hc-key":"gb-7149","hc-a2":"BA","labelrank":"9","hasc":"GB.EF","alt-name":null,"woe-id":"12695821","subregion":"Greater London","fips":"UK17","postal-code":null,"name":"Barnet","country":"United Kingdom","type-en":"London Borough","region":"Greater London","longitude":"-0.204805","woe-name":"London Borough of Enfield","latitude":"51.6115","woe-label":"London Borough of Barnet","type":"London Borough"},"geometry":{"type":"Polygon","coordinates":[[[4510,886],[4499,878],[4488,838],[4471,823],[4458,820],[4435,836],[4412,876],[4392,908],[4391,919],[4419,926],[4483,959],[4483,936],[4517,910],[4510,886]]]}},{"type":"Feature","id":"GB.SO","properties":{"hc-group":"admin1","hc-middle-x":0.52,"hc-middle-y":0.51,"hc-key":"gb-so","hc-a2":"SO","labelrank":"9","hasc":"GB.SO","alt-name":null,"woe-id":"12696161","subregion":"Staffordshire","fips":"UK38","postal-code":"SO","name":"Stoke-on-Trent","country":"United Kingdom","type-en":"Unitary Authority","region":"West Midlands","longitude":"-2.16701","woe-name":"Stoke-on-Trent City","latitude":"53.0034","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2993,2580],[3020,2612],[3029,2577],[3059,2540],[3094,2468],[3084,2411],[3038,2417],[3022,2439],[2993,2580]]]}},{"type":"Feature","id":"GB.7150","properties":{"hc-group":"admin1","hc-middle-x":0.58,"hc-middle-y":0.37,"hc-key":"gb-7150","hc-a2":"CW","labelrank":"9","hasc":"GB.WT","alt-name":null,"woe-id":"-12602157","subregion":"Cheshire","fips":"UK06","postal-code":null,"name":"Cheshire West and Chester","country":"United Kingdom","type-en":"Unitary Authority","region":"North West","longitude":"-2.76774","woe-name":"Cheshire","latitude":"53.1671","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2727,2466],[2654,2444],[2599,2466],[2569,2504],[2537,2603],[2497,2652],[2527,2697],[2455,2771],[2410,2785],[2410,2805],[2402,2819],[2423,2839],[2507,2820],[2520,2837],[2551,2818],[2625,2830],[2653,2820],[2727,2823],[2768,2843],[2778,2843],[2810,2865],[2833,2809],[2870,2779],[2878,2750],[2850,2691],[2824,2698],[2822,2652],[2707,2587],[2697,2538],[2730,2515],[2727,2466]]]}},{"type":"Feature","id":"GB.7151","properties":{"hc-group":"admin1","hc-middle-x":0.46,"hc-middle-y":0.68,"hc-key":"gb-7151","hc-a2":"HA","labelrank":"9","hasc":"GB.WT","alt-name":null,"woe-id":"-12602157","subregion":"Cheshire","fips":"UK06","postal-code":null,"name":"Halton","country":"United Kingdom","type-en":"Unitary Authority","region":"North West","longitude":"-2.68727","woe-name":"Warrington Borough","latitude":"53.331","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[2691,2921],[2703,2896],[2768,2843],[2727,2823],[2653,2820],[2625,2830],[2668,2891],[2601,2856],[2617,2873],[2640,2921],[2650,2932],[2691,2921]]]}},{"type":"Feature","id":"GB.PB","properties":{"hc-group":"admin1","hc-middle-x":0.83,"hc-middle-y":0.50,"hc-key":"gb-pb","hc-a2":"PB","labelrank":"9","hasc":"GB.PB","alt-name":null,"woe-id":"12696170","subregion":"Cambridgeshire","fips":"UK05","postal-code":"PB","name":"Peterborough","country":"United Kingdom","type-en":"Unitary Authority","region":"East","longitude":"-0.270107","woe-name":"Peterborough City","latitude":"52.5833","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4281,1983],[4239,1992],[4243,2039],[4225,2071],[4225,2071],[4225,2071],[4288,2072],[4348,2105],[4386,2087],[4430,2098],[4474,2079],[4535,2103],[4528,2019],[4473,2008],[4422,1978],[4372,1921],[4344,1924],[4281,1983]]]}},{"type":"Feature","id":"GB.IW","properties":{"hc-group":"admin1","hc-middle-x":0.77,"hc-middle-y":0.63,"hc-key":"gb-iw","hc-a2":"IW","labelrank":"9","hasc":"GB.IW","alt-name":null,"woe-id":"12602172","subregion":"Hampshire","fips":"UK23","postal-code":"IW","name":"Isle of Wight","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"-1.31588","woe-name":"Isle of Wight","latitude":"50.6808","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[3775,-290],[3693,-315],[3667,-307],[3532,-212],[3479,-229],[3526,-171],[3589,-141],[3603,-154],[3644,-109],[3679,-94],[3791,-139],[3817,-139],[3852,-185],[3777,-246],[3775,-290]]]}},{"type":"Feature","id":"GB.MO","properties":{"hc-group":"admin1","hc-middle-x":0.50,"hc-middle-y":0.23,"hc-key":"gb-mo","hc-a2":"MO","labelrank":"9","hasc":"GB.MO","alt-name":"Elgin","woe-id":"12696202","subregion":"Grampian","fips":"UK82","postal-code":"MO","name":"Moray","country":"United Kingdom","type-en":"Unitary District","region":"Highlands and Islands","longitude":"-3.23013","woe-name":"Moray","latitude":"57.4636","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2072,7851],[2116,7883],[2154,7891],[2140,7867],[2174,7866],[2162,7898],[2209,7889],[2238,7948],[2289,7959],[2366,7954],[2412,7922],[2493,7893],[2545,7899],[2594,7930],[2653,7929],[2651,7849],[2677,7793],[2723,7727],[2706,7700],[2658,7718],[2607,7719],[2544,7669],[2531,7636],[2534,7580],[2556,7537],[2557,7495],[2516,7426],[2458,7439],[2416,7416],[2357,7338],[2324,7324],[2316,7292],[2329,7251],[2314,7224],[2262,7216],[2141,7219],[2104,7235],[2145,7260],[2199,7312],[2249,7328],[2270,7379],[2249,7396],[2256,7452],[2233,7468],[2296,7562],[2289,7609],[2264,7615],[2227,7652],[2121,7624],[2099,7598],[2110,7642],[2111,7730],[2096,7742],[2099,7794],[2072,7851]]]}},{"type":"Feature","id":"GB.AG","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.50,"hc-key":"gb-ag","hc-a2":"AG","labelrank":"9","hasc":"GB.AG","alt-name":"Forfar","woe-id":"12696184","subregion":"Tayside","fips":"UK84","postal-code":"AG","name":"Angus","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-2.9155","woe-name":"Angus","latitude":"56.7458","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2885,6812],[2875,6755],[2852,6712],[2856,6680],[2824,6628],[2763,6585],[2752,6561],[2714,6539],[2696,6500],[2637,6503],[2622,6555],[2568,6556],[2481,6539],[2471,6509],[2428,6528],[2413,6558],[2432,6619],[2470,6662],[2441,6673],[2425,6710],[2358,6737],[2312,6800],[2301,6885],[2279,6950],[2278,6984],[2343,7004],[2355,7039],[2403,7013],[2460,6999],[2474,7054],[2513,7084],[2575,7081],[2611,7098],[2652,7067],[2682,7067],[2748,6985],[2738,6912],[2769,6865],[2822,6849],[2848,6817],[2885,6812]]]}},{"type":"Feature","id":"GB.EL","properties":{"hc-group":"admin1","hc-middle-x":0.45,"hc-middle-y":0.04,"hc-key":"gb-el","hc-a2":"EL","labelrank":"9","hasc":"GB.EL","alt-name":"Haddington","woe-id":"12696193","subregion":"Edinburgh and the Lothians","fips":"UK84","postal-code":"EL","name":"East Lothian","country":"United Kingdom","type-en":"Unitary District","region":"Eastern","longitude":"-2.7108","woe-name":"East Lothian","latitude":"55.9477","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2473,5899],[2552,5922],[2598,5993],[2642,6032],[2751,6023],[2793,5984],[2784,5958],[2819,5951],[2833,5967],[2928,5899],[2879,5833],[2902,5823],[2885,5797],[2815,5789],[2775,5756],[2736,5780],[2683,5757],[2654,5769],[2627,5750],[2494,5856],[2473,5899]]]}},{"type":"Feature","id":"GB.SM","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.48,"hc-key":"gb-sm","hc-a2":"SM","labelrank":"9","hasc":"GB.SM","alt-name":null,"woe-id":"12602185","subregion":"Somerset","fips":"UK36","postal-code":"SM","name":"Somerset","country":"United Kingdom","type-en":"Administrative County","region":"South West","longitude":"-3.03172","woe-name":"Somerset","latitude":"51.0339","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[1919,456],[1971,441],[2030,442],[2120,419],[2155,391],[2239,393],[2317,412],[2394,412],[2415,426],[2420,394],[2436,441],[2430,531],[2443,543],[2455,510],[2525,519],[2590,513],[2574,548],[2646,538],[2678,529],[2712,495],[2771,514],[2808,486],[2856,493],[2869,513],[2912,513],[2952,542],[2991,472],[2969,408],[2908,303],[2928,263],[2926,215],[2892,165],[2916,147],[2870,126],[2819,124],[2800,161],[2767,169],[2761,142],[2725,140],[2713,35],[2685,37],[2585,1],[2488,-14],[2467,-35],[2457,-3],[2408,-1],[2396,62],[2323,53],[2301,74],[2317,113],[2235,113],[2197,150],[2161,153],[2155,195],[2086,218],[2046,186],[1995,192],[2004,241],[1939,275],[1912,276],[1834,346],[1838,387],[1909,387],[1919,456]]]}},{"type":"Feature","id":"GB.CI","properties":{"hc-group":"admin1","hc-middle-x":0.64,"hc-middle-y":0.50,"hc-key":"gb-ci","hc-a2":"CI","labelrank":"9","hasc":"GB.CI","alt-name":null,"woe-id":"12602216","subregion":"West Wales","fips":"UK91","postal-code":"CI","name":"Carmarthenshire","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-4.20485","woe-name":"Carmarthenshire County","latitude":"51.8622","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[1673,969],[1618,960],[1580,983],[1512,970],[1478,992],[1453,1035],[1495,1031],[1444,1078],[1404,1082],[1420,1059],[1395,1047],[1313,1056],[1266,1048],[1269,1133],[1253,1156],[1179,1158],[1210,1181],[1200,1208],[1235,1253],[1279,1253],[1362,1295],[1379,1318],[1336,1399],[1443,1384],[1567,1384],[1651,1449],[1695,1467],[1745,1455],[1784,1483],[1833,1484],[1906,1461],[1922,1479],[1947,1470],[1943,1437],[1973,1424],[1989,1372],[1951,1324],[1956,1277],[1939,1259],[1937,1201],[1907,1161],[1871,1090],[1823,1109],[1801,1067],[1774,1066],[1742,1072],[1709,1047],[1673,969]]]}},{"type":"Feature","id":"GB.HL","properties":{"hc-group":"admin1","hc-middle-x":0.48,"hc-middle-y":0.60,"hc-key":"gb-hl","hc-a2":"HL","labelrank":"9","hasc":"GB.HL","alt-name":null,"woe-id":"12696171","subregion":"Merseyside","fips":"UK28","postal-code":"HL","name":"Halton","country":"United Kingdom","type-en":"Metropolitan Borough","region":"North West","longitude":"-3.05638","woe-name":"Halton Borough","latitude":"53.3686","woe-label":null,"type":"Metropolitan Borough"},"geometry":{"type":"Polygon","coordinates":[[[2402,2819],[2342,2924],[2362,2960],[2431,2989],[2463,2968],[2502,2860],[2520,2837],[2507,2820],[2423,2839],[2402,2819]]]}},{"type":"Feature","id":"GB.CO","properties":{"hc-group":"admin1","hc-middle-x":0.61,"hc-middle-y":0.52,"hc-key":"gb-co","hc-a2":"CO","labelrank":"9","hasc":"GB.CO","alt-name":"Cornouailles|Cornovaglia|Cornualha|Cornualles|Cornwall and Isles of Scilly","woe-id":"12602181","subregion":"Cornwall","fips":"UK08","postal-code":"CO","name":"Cornwall","country":"United Kingdom","type-en":"Unitary Single-Tier County","region":"South West","longitude":"-4.75267","woe-name":"Cornwall and Isles of Scilly","latitude":"50.4407","woe-label":null,"type":"Unitary Single-Tier County"},"geometry":{"type":"Polygon","coordinates":[[[1535,-445],[1511,-459],[1515,-507],[1469,-505],[1481,-524],[1523,-518],[1514,-538],[1549,-555],[1522,-593],[1495,-554],[1433,-535],[1399,-538],[1315,-580],[1192,-583],[1173,-559],[1124,-571],[1085,-687],[1048,-679],[974,-717],[930,-780],[919,-724],[895,-718],[861,-821],[886,-875],[853,-927],[817,-930],[781,-988],[740,-939],[739,-906],[689,-833],[579,-780],[529,-798],[531,-834],[497,-864],[430,-875],[403,-862],[404,-769],[424,-737],[557,-676],[609,-708],[649,-656],[704,-643],[793,-558],[834,-531],[831,-480],[908,-449],[931,-339],[991,-297],[999,-347],[1056,-341],[1009,-307],[1012,-267],[1106,-264],[1140,-208],[1136,-191],[1210,-133],[1226,-99],[1272,-62],[1293,-22],[1299,109],[1365,104],[1392,27],[1366,-37],[1344,-44],[1392,-83],[1418,-79],[1427,-162],[1445,-221],[1473,-241],[1467,-285],[1489,-338],[1528,-350],[1546,-395],[1526,-395],[1511,-431],[1535,-445]]]}},{"type":"Feature","id":"GB.CW","properties":{"hc-group":"admin1","hc-middle-x":0.49,"hc-middle-y":0.50,"hc-key":"gb-cw","hc-a2":"CW","labelrank":"9","hasc":"GB.CW","alt-name":"Aberconwy and Colwyn","woe-id":"12602218","subregion":"North Wales","fips":"UK93","postal-code":"CW","name":"Conwy","country":"United Kingdom","type-en":"Unitary Authority (wales","region":"East Wales","longitude":"-3.7349","woe-name":"Conwy County Borough","latitude":"53.1274","woe-label":null,"type":"Unitary Authority (wales)"},"geometry":{"type":"Polygon","coordinates":[[[2141,2463],[2119,2450],[2067,2452],[2045,2501],[1997,2481],[1912,2423],[1863,2455],[1840,2508],[1780,2495],[1785,2569],[1767,2628],[1806,2681],[1823,2731],[1774,2788],[1869,2832],[1892,2831],[1861,2888],[1908,2863],[1937,2865],[1972,2827],[2051,2827],[2113,2849],[2108,2781],[2136,2737],[2137,2688],[2120,2658],[2058,2594],[2105,2584],[2132,2556],[2141,2463]]]}},{"type":"Feature","id":"GB.ND","properties":{"hc-group":"admin1","hc-middle-x":0.77,"hc-middle-y":0.22,"hc-key":"gb-nd","hc-a2":"ND","labelrank":"9","hasc":"GB.ND","alt-name":null,"woe-id":"20078327","subregion":"East of Northern Ireland","fips":"UK53","postal-code":"ND","name":"Ards","country":"United Kingdom","type-en":"District","region":"Northern Ireland","longitude":"-5.62705","woe-name":"Ards","latitude":"54.5164","woe-label":null,"type":"District"},"geometry":{"type":"Polygon","coordinates":[[[771,4477],[789,4459],[800,4389],[823,4355],[827,4293],[847,4234],[824,4188],[825,4149],[794,4090],[777,4097],[747,4166],[768,4211],[772,4264],[756,4312],[711,4359],[673,4372],[662,4325],[721,4299],[709,4239],[656,4222],[607,4246],[589,4277],[588,4317],[638,4381],[639,4418],[658,4432],[711,4418],[762,4456],[771,4477]]]}},{"type":"Feature","id":"GB.DG","properties":{"hc-group":"admin1","hc-middle-x":0.63,"hc-middle-y":0.42,"hc-key":"gb-dg","hc-a2":"DG","labelrank":"9","hasc":"GB.DG","alt-name":null,"woe-id":"12602200","subregion":"Dumfries and Galloway","fips":"UK80","postal-code":"DG","name":"Dumfries and Galloway","country":"United Kingdom","type-en":"Unitary District","region":"South Western","longitude":"-4.01555","woe-name":"Dumfries and Galloway","latitude":"55.0998","woe-label":null,"type":"Unitary District"},"geometry":{"type":"Polygon","coordinates":[[[2174,5281],[2211,5274],[2277,5281],[2296,5311],[2345,5288],[2303,5249],[2302,5201],[2366,5234],[2394,5207],[2434,5209],[2479,5117],[2503,5111],[2538,5133],[2586,5103],[2573,4979],[2598,4928],[2550,4883],[2528,4848],[2478,4854],[2463,4780],[2406,4765],[2194,4785],[2163,4798],[2146,4780],[2117,4802],[2108,4771],[2115,4691],[2095,4667],[2016,4672],[2001,4648],[1931,4657],[1921,4632],[1943,4609],[1848,4550],[1795,4549],[1792,4611],[1765,4596],[1768,4558],[1742,4554],[1708,4578],[1686,4618],[1693,4664],[1645,4634],[1596,4660],[1560,4716],[1542,4673],[1556,4620],[1593,4599],[1584,4557],[1588,4477],[1571,4455],[1483,4484],[1425,4568],[1348,4620],[1304,4639],[1293,4672],[1253,4680],[1221,4662],[1188,4617],[1221,4494],[1240,4476],[1242,4410],[1186,4435],[1177,4462],[1183,4523],[1161,4532],[1152,4574],[1133,4588],[1073,4667],[1045,4745],[1053,4854],[1091,4878],[1122,4812],[1122,4761],[1153,4734],[1171,4762],[1144,4832],[1175,4847],[1216,4834],[1254,4877],[1301,4884],[1367,4879],[1414,4891],[1406,4968],[1480,5013],[1527,5007],[1548,5027],[1550,4988],[1569,5000],[1609,5126],[1646,5177],[1717,5182],[1751,5146],[1786,5218],[1783,5275],[1844,5318],[1858,5348],[1961,5328],[1997,5284],[2013,5240],[2036,5229],[2039,5181],[2077,5144],[2125,5189],[2129,5252],[2174,5281]]]}},{"type":"Feature","id":"GB.CU","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.58,"hc-key":"gb-cu","hc-a2":"CU","labelrank":"9","hasc":"GB.CU","alt-name":null,"woe-id":"12602148","subregion":"Cumbria","fips":"UK09","postal-code":"CU","name":"Cumbria","country":"United Kingdom","type-en":"Administrative County","region":"North West","longitude":"-2.89222","woe-name":"Cumbria","latitude":"54.6368","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[2594,3835],[2583,3866],[2606,3898],[2548,3859],[2537,3830],[2494,3820],[2476,3844],[2468,3899],[2442,3831],[2402,3770],[2383,3760],[2383,3718],[2353,3758],[2318,3775],[2337,3853],[2344,3949],[2321,3902],[2326,3880],[2275,3868],[2209,3969],[2212,4016],[2167,4104],[2062,4244],[2093,4304],[2112,4394],[2157,4489],[2179,4499],[2205,4551],[2199,4571],[2236,4670],[2265,4691],[2298,4673],[2325,4687],[2284,4712],[2312,4738],[2354,4750],[2414,4724],[2482,4748],[2436,4756],[2463,4780],[2478,4854],[2528,4848],[2550,4883],[2598,4928],[2617,4955],[2686,4992],[2709,5019],[2737,4951],[2766,4940],[2799,4890],[2840,4889],[2842,4842],[2790,4811],[2768,4759],[2801,4708],[2766,4662],[2784,4633],[2786,4593],[2828,4571],[2895,4620],[2920,4577],[2958,4545],[2925,4438],[2967,4409],[2957,4365],[2971,4319],[3053,4249],[3058,4166],[2997,4157],[2963,4122],[2971,4081],[2928,4044],[2955,4009],[2953,3920],[2924,3928],[2891,3903],[2859,3905],[2852,3915],[2771,3866],[2736,3870],[2707,3824],[2665,3852],[2625,3862],[2594,3835]]]}},{"type":"Feature","id":"GB.SF","properties":{"hc-group":"admin1","hc-middle-x":0.53,"hc-middle-y":0.69,"hc-key":"gb-sf","hc-a2":"SF","labelrank":"9","hasc":"GB.SF","alt-name":null,"woe-id":"12602142","subregion":"Suffolk","fips":"UK39","postal-code":"SF","name":"Suffolk","country":"United Kingdom","type-en":"Administrative County","region":"East","longitude":"1.06039","woe-name":"Suffolk","latitude":"52.159","woe-label":null,"type":"Administrative County"},"geometry":{"type":"Polygon","coordinates":[[[5807,2008],[5827,1955],[5801,1850],[5774,1765],[5740,1701],[5744,1619],[5716,1480],[5639,1447],[5608,1383],[5546,1308],[5494,1369],[5436,1402],[5417,1397],[5459,1364],[5503,1349],[5501,1325],[5455,1320],[5425,1334],[5364,1312],[5321,1310],[5246,1328],[5156,1309],[5106,1373],[5089,1437],[5042,1444],[4964,1410],[4938,1433],[4881,1420],[4871,1472],[4914,1542],[4941,1540],[4952,1598],[4912,1630],[4863,1611],[4831,1648],[4843,1686],[4889,1646],[4934,1660],[4944,1680],[4916,1710],[4889,1710],[4897,1746],[4855,1802],[4856,1823],[4894,1852],[4972,1871],[5079,1865],[5053,1819],[5111,1799],[5171,1820],[5238,1807],[5269,1783],[5312,1801],[5432,1783],[5481,1817],[5516,1821],[5542,1867],[5598,1893],[5584,1906],[5668,1914],[5696,1930],[5736,1913],[5776,1954],[5742,1979],[5766,2017],[5807,2008]]]}},{"type":"Feature","id":"GB.MW","properties":{"hc-group":"admin1","hc-middle-x":0.54,"hc-middle-y":0.26,"hc-key":"gb-mw","hc-a2":"MW","labelrank":"9","hasc":"GB.MW","alt-name":"Medway Towns","woe-id":"12696177","subregion":"Kent","fips":"UK24","postal-code":"MW","name":"Medway","country":"United Kingdom","type-en":"Unitary Authority","region":"South East","longitude":"0.584221","woe-name":"Medway","latitude":"51.3541","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4977,761],[4994,766],[5110,754],[5131,719],[5072,714],[5011,675],[5035,651],[5095,653],[5082,590],[5043,560],[5000,594],[4936,587],[4975,662],[4980,691],[4957,731],[4977,761]]]}},{"type":"Feature","id":"GB.LU","properties":{"hc-group":"admin1","hc-middle-x":0.47,"hc-middle-y":0.51,"hc-key":"gb-lu","hc-a2":"LU","labelrank":"9","hasc":"GB.LU","alt-name":null,"woe-id":"12696155","subregion":"Bedfordshire","fips":"UK02","postal-code":"LU","name":"Luton","country":"United Kingdom","type-en":"Unitary Authority","region":"East","longitude":"-0.406249","woe-name":"Luton Borough","latitude":"51.8763","woe-label":null,"type":"Unitary Authority"},"geometry":{"type":"Polygon","coordinates":[[[4318,1244],[4356,1164],[4324,1133],[4272,1158],[4253,1207],[4261,1235],[4318,1244]]]}},{"type":"Feature","id":"GB.WL","properties":{"hc-group":"admin1","hc-middle-x":0.51,"hc-middle-y":0.50,"hc-key":"gb-wl","hc-a2":"WL","labelrank":"9","hasc":"GB.WL","alt-name":null,"woe-id":"12602186","subregion":"Wiltshire","fips":"UK46","postal-code":"WL","name":"Wiltshire","country":"United Kingdom","type-en":"Unitary Single-Tier County","region":"South West","longitude":"-1.91891","woe-name":"Wiltshire","latitude":"51.3289","woe-label":null,"type":"Unitary Single-Tier County"},"geometry":{"type":"Polygon","coordinates":[[[3343,928],[3284,821],[3282,753],[3300,721],[3335,701],[3381,699],[3466,749],[3508,659],[3478,644],[3500,604],[3526,591],[3534,552],[3506,548],[3511,517],[3498,450],[3468,465],[3433,437],[3383,440],[3413,365],[3415,312],[3438,292],[3438,206],[3457,187],[3439,160],[3447,120],[3415,109],[3383,137],[3301,157],[3281,176],[3199,152],[3090,115],[3057,150],[3021,217],[2989,249],[2928,263],[2908,303],[2969,408],[2991,472],[2952,542],[2921,568],[2960,597],[2959,652],[2955,723],[2931,726],[2985,766],[2967,834],[3024,858],[3055,848],[3121,934],[3199,906],[3206,933],[3257,914],[3243,944],[3283,926],[3309,969],[3323,930],[3343,928]]]}},{"type":"Feature","id":"GB.3271","properties":{"hc-group":"admin1","hc-middle-x":0.64,"hc-middle-y":0.40,"hc-key":"gb-3271","hc-a2":"SI","labelrank":"9","hasc":"GB.AR","alt-name":"Aberdeen City","woe-id":"12602206","subregion":"The Islands","fips":"UK83","postal-code":null,"name":"Shetland Islands","country":"United Kingdom","type-en":"Unitary District (city)","region":"Highlands and Islands","longitude":"-1.23858","woe-name":"Shetland Islands","latitude":"60.3097","woe-label":null,"type":"Unitary District (city)"},"geometry":{"type":"MultiPolygon","coordinates":[[[[4780,7650],[4779,7639],[4788,7639],[4788,7629],[4777,7621],[4764,7608],[4754,7604],[4750,7624],[4755,7647],[4768,7662],[4784,7668],[4798,7667],[4798,7661],[4793,7657],[4783,7655],[4780,7650]]],[[[4975,8410],[4974,8403],[4979,8411],[4984,8411],[4986,8401],[4983,8387],[4978,8372],[4972,8351],[4967,8341],[4963,8341],[4964,8351],[4967,8366],[4967,8383],[4966,8386],[4963,8369],[4953,8351],[4943,8342],[4942,8348],[4951,8361],[4954,8377],[4957,8396],[4963,8410],[4961,8419],[4957,8426],[4958,8432],[4970,8435],[4975,8441],[4978,8441],[4979,8428],[4975,8410]]],[[[4470,8458],[4460,8442],[4444,8449],[4431,8462],[4426,8470],[4427,8480],[4432,8487],[4443,8494],[4459,8497],[4467,8494],[4470,8482],[4470,8458]]],[[[5144,8537],[5146,8523],[5148,8511],[5153,8511],[5161,8518],[5161,8509],[5160,8489],[5156,8474],[5151,8462],[5146,8432],[5139,8429],[5119,8444],[5112,8453],[5114,8498],[5102,8515],[5103,8530],[5116,8532],[5129,8526],[5134,8530],[5136,8542],[5141,8544],[5144,8537]]],[[[5209,8756],[5182,8747],[5169,8756],[5176,8769],[5181,8786],[5188,8796],[5195,8800],[5203,8801],[5209,8806],[5214,8813],[5238,8816],[5252,8822],[5253,8815],[5248,8808],[5239,8796],[5228,8778],[5209,8756]]],[[[5317,9131],[5323,9130],[5334,9141],[5345,9138],[5352,9130],[5355,9118],[5351,9103],[5335,9087],[5315,9092],[5295,9103],[5276,9102],[5276,9091],[5280,9087],[5286,9073],[5267,9077],[5252,9100],[5228,9147],[5228,9158],[5308,9159],[5315,9155],[5316,9146],[5316,9136],[5317,9131]]],[[[4988,9114],[4987,9105],[4983,9099],[4976,9097],[4982,9066],[4976,9051],[4967,9040],[4958,9021],[4973,9021],[4966,9012],[4959,9011],[4967,9003],[4973,9002],[4959,8955],[4966,8956],[4977,8965],[4983,8973],[4987,8965],[4978,8943],[4976,8935],[4978,8927],[4978,8916],[4965,8910],[4949,8862],[4937,8849],[4937,8839],[4946,8838],[4954,8839],[4962,8843],[4969,8850],[4968,8875],[4987,8889],[5030,8898],[4997,8923],[4987,8935],[4994,8946],[5003,8954],[5010,8950],[5011,8927],[5018,8935],[5031,8960],[5034,8969],[5040,8973],[5053,8966],[5062,8952],[5058,8936],[5066,8932],[5073,8925],[5079,8914],[5082,8898],[5077,8889],[5087,8880],[5078,8873],[5063,8881],[5056,8875],[5051,8865],[5044,8858],[5037,8853],[5039,8850],[5048,8852],[5064,8860],[5054,8851],[5054,8840],[5077,8854],[5086,8849],[5087,8822],[5092,8822],[5095,8836],[5101,8835],[5106,8841],[5109,8849],[5114,8871],[5120,8881],[5123,8872],[5124,8861],[5130,8884],[5140,8900],[5153,8909],[5167,8909],[5157,8885],[5110,8826],[5106,8815],[5107,8804],[5111,8802],[5116,8808],[5123,8822],[5135,8833],[5145,8833],[5149,8818],[5147,8796],[5144,8782],[5138,8776],[5084,8769],[5074,8765],[5088,8751],[5123,8742],[5141,8728],[5109,8694],[5099,8686],[5098,8679],[5101,8665],[5105,8663],[5110,8670],[5119,8666],[5128,8665],[5132,8661],[5105,8633],[5092,8628],[5081,8631],[5074,8649],[5068,8659],[5061,8660],[5057,8652],[5058,8643],[5061,8636],[5067,8631],[5067,8622],[5060,8622],[5054,8620],[5043,8612],[5043,8604],[5071,8604],[5063,8585],[5058,8565],[5070,8584],[5077,8591],[5086,8594],[5066,8547],[5063,8526],[5074,8543],[5088,8549],[5096,8543],[5087,8518],[5111,8499],[5111,8490],[5092,8490],[5092,8479],[5097,8479],[5097,8470],[5085,8478],[5078,8471],[5071,8461],[5059,8461],[5069,8451],[5066,8439],[5062,8432],[5057,8430],[5050,8430],[5050,8422],[5055,8421],[5069,8413],[5058,8397],[5064,8378],[5077,8365],[5084,8365],[5081,8346],[5070,8335],[5057,8332],[5046,8336],[5050,8318],[5066,8278],[5060,8262],[5050,8263],[5028,8278],[5031,8249],[5030,8220],[5024,8193],[5015,8174],[5010,8183],[5016,8167],[5018,8152],[5016,8136],[5011,8117],[5018,8107],[5020,8095],[5018,8085],[5011,8078],[5008,8085],[4996,8106],[4991,8092],[4985,8094],[4984,8104],[4992,8117],[4992,8126],[4981,8136],[4959,8130],[4948,8136],[4939,8153],[4952,8171],[4947,8193],[4953,8204],[4960,8211],[4967,8214],[4976,8212],[4976,8220],[4963,8235],[4957,8240],[4957,8249],[4975,8249],[4971,8274],[4978,8296],[4989,8320],[4998,8386],[5008,8413],[5015,8441],[5011,8478],[5008,8484],[5000,8484],[4996,8497],[4999,8509],[5009,8539],[5002,8538],[4992,8530],[4990,8526],[4982,8527],[4980,8532],[4982,8543],[4992,8580],[4997,8594],[5003,8605],[5010,8612],[5010,8622],[4996,8623],[4986,8608],[4968,8564],[4958,8596],[4948,8620],[4933,8634],[4910,8640],[4911,8629],[4924,8623],[4935,8611],[4945,8594],[4954,8574],[4949,8554],[4935,8568],[4929,8573],[4920,8573],[4921,8548],[4916,8529],[4910,8526],[4906,8545],[4898,8537],[4895,8522],[4893,8507],[4888,8496],[4881,8497],[4854,8516],[4852,8519],[4837,8536],[4835,8535],[4831,8547],[4831,8554],[4835,8563],[4843,8571],[4864,8577],[4873,8581],[4864,8588],[4847,8617],[4844,8606],[4840,8587],[4832,8574],[4824,8572],[4816,8598],[4806,8595],[4785,8581],[4770,8579],[4763,8581],[4759,8586],[4758,8599],[4752,8601],[4738,8604],[4732,8612],[4725,8648],[4718,8675],[4720,8683],[4730,8695],[4740,8704],[4753,8712],[4766,8716],[4778,8714],[4788,8706],[4795,8694],[4804,8686],[4815,8686],[4810,8705],[4834,8696],[4834,8705],[4829,8705],[4829,8715],[4861,8719],[4871,8708],[4872,8667],[4883,8674],[4886,8677],[4883,8685],[4876,8706],[4891,8706],[4886,8726],[4902,8733],[4920,8727],[4935,8709],[4943,8678],[4952,8694],[4962,8706],[4942,8726],[4956,8763],[4961,8758],[4965,8756],[4975,8755],[4966,8770],[4979,8775],[5013,8774],[4996,8786],[4976,8790],[4960,8801],[4955,8831],[4942,8815],[4935,8810],[4927,8811],[4920,8822],[4917,8835],[4920,8849],[4927,8859],[4927,8868],[4905,8868],[4896,8871],[4889,8878],[4891,8896],[4889,8920],[4884,8964],[4875,8937],[4868,8922],[4861,8915],[4850,8920],[4848,8931],[4852,8944],[4860,8954],[4847,8954],[4835,8950],[4825,8951],[4813,8963],[4807,8947],[4797,8941],[4774,8943],[4772,8950],[4775,8967],[4781,8983],[4787,8991],[4804,8989],[4808,8991],[4812,9000],[4811,9020],[4813,9029],[4820,9042],[4828,9053],[4836,9054],[4846,9039],[4854,9010],[4877,8987],[4903,8978],[4926,8992],[4918,8998],[4908,9001],[4890,9001],[4885,9006],[4879,9016],[4871,9026],[4860,9029],[4866,9039],[4875,9063],[4878,9068],[4886,9070],[4906,9086],[4897,9097],[4903,9107],[4904,9113],[4901,9125],[4918,9134],[4936,9131],[4955,9121],[4972,9106],[4976,9116],[4964,9130],[4965,9144],[4981,9174],[4988,9147],[4988,9135],[4985,9126],[4988,9114]]],[[[5130,9305],[5138,9281],[5145,9297],[5159,9302],[5189,9299],[5189,9281],[5188,9275],[5184,9272],[5184,9261],[5194,9253],[5187,9236],[5188,9223],[5200,9196],[5196,9181],[5191,9167],[5168,9192],[5157,9202],[5143,9204],[5152,9194],[5161,9176],[5177,9138],[5168,9131],[5159,9128],[5149,9130],[5140,9137],[5143,9122],[5152,9113],[5162,9109],[5173,9109],[5172,9103],[5168,9100],[5180,9086],[5181,9069],[5173,9055],[5160,9051],[5170,9028],[5173,9016],[5175,8999],[5173,8982],[5168,8979],[5151,8986],[5134,8984],[5126,8988],[5122,8999],[5116,8992],[5115,8984],[5123,8975],[5123,8966],[5100,8971],[5084,8988],[5074,9019],[5064,9150],[5069,9179],[5092,9184],[5092,9176],[5090,9159],[5098,9143],[5109,9133],[5116,9137],[5114,9143],[5104,9180],[5101,9199],[5103,9208],[5109,9229],[5104,9238],[5103,9251],[5105,9265],[5107,9275],[5114,9291],[5122,9304],[5130,9305]]],[[[5335,9386],[5322,9377],[5314,9367],[5318,9351],[5319,9340],[5305,9339],[5314,9335],[5319,9331],[5319,9321],[5292,9291],[5287,9283],[5292,9266],[5302,9251],[5307,9237],[5297,9225],[5290,9224],[5274,9235],[5260,9236],[5230,9232],[5219,9235],[5208,9243],[5211,9256],[5212,9269],[5211,9281],[5208,9291],[5220,9281],[5223,9293],[5221,9313],[5216,9329],[5228,9335],[5234,9353],[5233,9374],[5225,9385],[5224,9396],[5235,9401],[5248,9415],[5257,9432],[5256,9445],[5262,9459],[5270,9459],[5277,9449],[5280,9430],[5277,9414],[5271,9405],[5263,9397],[5257,9386],[5259,9382],[5267,9386],[5277,9394],[5283,9401],[5296,9453],[5303,9464],[5307,9457],[5311,9455],[5321,9454],[5329,9451],[5337,9444],[5343,9433],[5345,9416],[5340,9415],[5327,9407],[5340,9399],[5345,9398],[5335,9386]]]]}},{"type":"Feature","properties":{"hc-group":"__separator_lines__"},"geometry":{"type":"LineString","coordinates":[[4078,9677],[4078,7445]]}}]}
<document>
<body>
<div id="app"></div>
<script src="bundle.js"></script>
</body>
</document>
{
"name": "highcharts-webpack-react",
"version": "1.0.0",
"description": "A Highcharts example in use with React and Webpack.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "Jon Arild Nygård",
"license": "ISC",
"dependencies": {
"highcharts": "^5.0.12",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"webpack": "^2.6.1"
}
}
!function(a){if("object"==typeof exports)module.exports=a();else if("function"==typeof define&&define.amd)define(a);else{var b;"undefined"!=typeof window?b=window:"undefined"!=typeof global?b=global:"undefined"!=typeof self&&(b=self),b.proj4=a()}}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b){function Point(a,b,c){if(!(this instanceof Point))return new Point(a,b,c);if(Array.isArray(a))this.x=a[0],this.y=a[1],this.z=a[2]||0;else if("object"==typeof a)this.x=a.x,this.y=a.y,this.z=a.z||0;else if("string"==typeof a&&"undefined"==typeof b){var d=a.split(",");this.x=parseFloat(d[0],10),this.y=parseFloat(d[1],10),this.z=parseFloat(d[2],10)||0}else this.x=a,this.y=b,this.z=c||0;console.warn("proj4.Point will be removed in version 3, use proj4.toPoint")}var c=a("mgrs");Point.fromMGRS=function(a){return new Point(c.toPoint(a))},Point.prototype.toMGRS=function(a){return c.forward([this.x,this.y],a)},b.exports=Point},{mgrs:66}],2:[function(a,b){function Projection(a,b){if(!(this instanceof Projection))return new Projection(a);b=b||function(a){if(a)throw a};var e=c(a);if("object"!=typeof e)return void b(a);var g=f(e),h=Projection.projections.get(g.projName);h?(d(this,g),d(this,h),this.init(),b(null,this)):b(a)}var c=a("./parseCode"),d=a("./extend"),e=a("./projections"),f=a("./deriveConstants");Projection.projections=e,Projection.projections.start(),b.exports=Projection},{"./deriveConstants":32,"./extend":33,"./parseCode":36,"./projections":38}],3:[function(a,b){b.exports=function(a,b,c){var d,e,f,g=c.x,h=c.y,i=c.z||0;for(f=0;3>f;f++)if(!b||2!==f||void 0!==c.z)switch(0===f?(d=g,e="x"):1===f?(d=h,e="y"):(d=i,e="z"),a.axis[f]){case"e":c[e]=d;break;case"w":c[e]=-d;break;case"n":c[e]=d;break;case"s":c[e]=-d;break;case"u":void 0!==c[e]&&(c.z=d);break;case"d":void 0!==c[e]&&(c.z=-d);break;default:return null}return c}},{}],4:[function(a,b){var c=Math.PI/2,d=a("./sign");b.exports=function(a){return Math.abs(a)<c?a:a-d(a)*Math.PI}},{"./sign":21}],5:[function(a,b){var c=2*Math.PI,d=a("./sign");b.exports=function(a){return Math.abs(a)<Math.PI?a:a-d(a)*c}},{"./sign":21}],6:[function(a,b){b.exports=function(a){return Math.abs(a)>1&&(a=a>1?1:-1),Math.asin(a)}},{}],7:[function(a,b){b.exports=function(a){return 1-.25*a*(1+a/16*(3+1.25*a))}},{}],8:[function(a,b){b.exports=function(a){return.375*a*(1+.25*a*(1+.46875*a))}},{}],9:[function(a,b){b.exports=function(a){return.05859375*a*a*(1+.75*a)}},{}],10:[function(a,b){b.exports=function(a){return a*a*a*(35/3072)}},{}],11:[function(a,b){b.exports=function(a,b,c){var d=b*c;return a/Math.sqrt(1-d*d)}},{}],12:[function(a,b){b.exports=function(a,b,c,d,e){var f,g;f=a/b;for(var h=0;15>h;h++)if(g=(a-(b*f-c*Math.sin(2*f)+d*Math.sin(4*f)-e*Math.sin(6*f)))/(b-2*c*Math.cos(2*f)+4*d*Math.cos(4*f)-6*e*Math.cos(6*f)),f+=g,Math.abs(g)<=1e-10)return f;return 0/0}},{}],13:[function(a,b){var c=Math.PI/2;b.exports=function(a,b){var d=1-(1-a*a)/(2*a)*Math.log((1-a)/(1+a));if(Math.abs(Math.abs(b)-d)<1e-6)return 0>b?-1*c:c;for(var e,f,g,h,i=Math.asin(.5*b),j=0;30>j;j++)if(f=Math.sin(i),g=Math.cos(i),h=a*f,e=Math.pow(1-h*h,2)/(2*g)*(b/(1-a*a)-f/(1-h*h)+.5/a*Math.log((1-h)/(1+h))),i+=e,Math.abs(e)<=1e-10)return i;return 0/0}},{}],14:[function(a,b){b.exports=function(a,b,c,d,e){return a*e-b*Math.sin(2*e)+c*Math.sin(4*e)-d*Math.sin(6*e)}},{}],15:[function(a,b){b.exports=function(a,b,c){var d=a*b;return c/Math.sqrt(1-d*d)}},{}],16:[function(a,b){var c=Math.PI/2;b.exports=function(a,b){for(var d,e,f=.5*a,g=c-2*Math.atan(b),h=0;15>=h;h++)if(d=a*Math.sin(g),e=c-2*Math.atan(b*Math.pow((1-d)/(1+d),f))-g,g+=e,Math.abs(e)<=1e-10)return g;return-9999}},{}],17:[function(a,b){var c=1,d=.25,e=.046875,f=.01953125,g=.01068115234375,h=.75,i=.46875,j=.013020833333333334,k=.007120768229166667,l=.3645833333333333,m=.005696614583333333,n=.3076171875;b.exports=function(a){var b=[];b[0]=c-a*(d+a*(e+a*(f+a*g))),b[1]=a*(h-a*(e+a*(f+a*g)));var o=a*a;return b[2]=o*(i-a*(j+a*k)),o*=a,b[3]=o*(l-a*m),b[4]=o*a*n,b}},{}],18:[function(a,b){var c=a("./pj_mlfn"),d=1e-10,e=20;b.exports=function(a,b,f){for(var g=1/(1-b),h=a,i=e;i;--i){var j=Math.sin(h),k=1-b*j*j;if(k=(c(h,j,Math.cos(h),f)-a)*k*Math.sqrt(k)*g,h-=k,Math.abs(k)<d)return h}return h}},{"./pj_mlfn":19}],19:[function(a,b){b.exports=function(a,b,c,d){return c*=b,b*=b,d[0]*a-c*(d[1]+b*(d[2]+b*(d[3]+b*d[4])))}},{}],20:[function(a,b){b.exports=function(a,b){var c;return a>1e-7?(c=a*b,(1-a*a)*(b/(1-c*c)-.5/a*Math.log((1-c)/(1+c)))):2*b}},{}],21:[function(a,b){b.exports=function(a){return 0>a?-1:1}},{}],22:[function(a,b){b.exports=function(a,b){return Math.pow((1-a)/(1+a),b)}},{}],23:[function(a,b){b.exports=function(a){var b={x:a[0],y:a[1]};return a.length>2&&(b.z=a[2]),a.length>3&&(b.m=a[3]),b}},{}],24:[function(a,b){var c=Math.PI/2;b.exports=function(a,b,d){var e=a*d,f=.5*a;return e=Math.pow((1-e)/(1+e),f),Math.tan(.5*(c-b))/e}},{}],25:[function(a,b,c){c.wgs84={towgs84:"0,0,0",ellipse:"WGS84",datumName:"WGS84"},c.ch1903={towgs84:"674.374,15.056,405.346",ellipse:"bessel",datumName:"swiss"},c.ggrs87={towgs84:"-199.87,74.79,246.62",ellipse:"GRS80",datumName:"Greek_Geodetic_Reference_System_1987"},c.nad83={towgs84:"0,0,0",ellipse:"GRS80",datumName:"North_American_Datum_1983"},c.nad27={nadgrids:"@conus,@alaska,@ntv2_0.gsb,@ntv1_can.dat",ellipse:"clrk66",datumName:"North_American_Datum_1927"},c.potsdam={towgs84:"606.0,23.0,413.0",ellipse:"bessel",datumName:"Potsdam Rauenberg 1950 DHDN"},c.carthage={towgs84:"-263.0,6.0,431.0",ellipse:"clark80",datumName:"Carthage 1934 Tunisia"},c.hermannskogel={towgs84:"653.0,-212.0,449.0",ellipse:"bessel",datumName:"Hermannskogel"},c.ire65={towgs84:"482.530,-130.596,564.557,-1.042,-0.214,-0.631,8.15",ellipse:"mod_airy",datumName:"Ireland 1965"},c.rassadiran={towgs84:"-133.63,-157.5,-158.62",ellipse:"intl",datumName:"Rassadiran"},c.nzgd49={towgs84:"59.47,-5.04,187.44,0.47,-0.1,1.024,-4.5993",ellipse:"intl",datumName:"New Zealand Geodetic Datum 1949"},c.osgb36={towgs84:"446.448,-125.157,542.060,0.1502,0.2470,0.8421,-20.4894",ellipse:"airy",datumName:"Airy 1830"},c.s_jtsk={towgs84:"589,76,480",ellipse:"bessel",datumName:"S-JTSK (Ferro)"},c.beduaram={towgs84:"-106,-87,188",ellipse:"clrk80",datumName:"Beduaram"},c.gunung_segara={towgs84:"-403,684,41",ellipse:"bessel",datumName:"Gunung Segara Jakarta"},c.rnb72={towgs84:"106.869,-52.2978,103.724,-0.33657,0.456955,-1.84218,1",ellipse:"intl",datumName:"Reseau National Belge 1972"}},{}],26:[function(a,b,c){c.MERIT={a:6378137,rf:298.257,ellipseName:"MERIT 1983"},c.SGS85={a:6378136,rf:298.257,ellipseName:"Soviet Geodetic System 85"},c.GRS80={a:6378137,rf:298.257222101,ellipseName:"GRS 1980(IUGG, 1980)"},c.IAU76={a:6378140,rf:298.257,ellipseName:"IAU 1976"},c.airy={a:6377563.396,b:6356256.91,ellipseName:"Airy 1830"},c.APL4={a:6378137,rf:298.25,ellipseName:"Appl. Physics. 1965"},c.NWL9D={a:6378145,rf:298.25,ellipseName:"Naval Weapons Lab., 1965"},c.mod_airy={a:6377340.189,b:6356034.446,ellipseName:"Modified Airy"},c.andrae={a:6377104.43,rf:300,ellipseName:"Andrae 1876 (Den., Iclnd.)"},c.aust_SA={a:6378160,rf:298.25,ellipseName:"Australian Natl & S. Amer. 1969"},c.GRS67={a:6378160,rf:298.247167427,ellipseName:"GRS 67(IUGG 1967)"},c.bessel={a:6377397.155,rf:299.1528128,ellipseName:"Bessel 1841"},c.bess_nam={a:6377483.865,rf:299.1528128,ellipseName:"Bessel 1841 (Namibia)"},c.clrk66={a:6378206.4,b:6356583.8,ellipseName:"Clarke 1866"},c.clrk80={a:6378249.145,rf:293.4663,ellipseName:"Clarke 1880 mod."},c.clrk58={a:6378293.645208759,rf:294.2606763692654,ellipseName:"Clarke 1858"},c.CPM={a:6375738.7,rf:334.29,ellipseName:"Comm. des Poids et Mesures 1799"},c.delmbr={a:6376428,rf:311.5,ellipseName:"Delambre 1810 (Belgium)"},c.engelis={a:6378136.05,rf:298.2566,ellipseName:"Engelis 1985"},c.evrst30={a:6377276.345,rf:300.8017,ellipseName:"Everest 1830"},c.evrst48={a:6377304.063,rf:300.8017,ellipseName:"Everest 1948"},c.evrst56={a:6377301.243,rf:300.8017,ellipseName:"Everest 1956"},c.evrst69={a:6377295.664,rf:300.8017,ellipseName:"Everest 1969"},c.evrstSS={a:6377298.556,rf:300.8017,ellipseName:"Everest (Sabah & Sarawak)"},c.fschr60={a:6378166,rf:298.3,ellipseName:"Fischer (Mercury Datum) 1960"},c.fschr60m={a:6378155,rf:298.3,ellipseName:"Fischer 1960"},c.fschr68={a:6378150,rf:298.3,ellipseName:"Fischer 1968"},c.helmert={a:6378200,rf:298.3,ellipseName:"Helmert 1906"},c.hough={a:6378270,rf:297,ellipseName:"Hough"},c.intl={a:6378388,rf:297,ellipseName:"International 1909 (Hayford)"},c.kaula={a:6378163,rf:298.24,ellipseName:"Kaula 1961"},c.lerch={a:6378139,rf:298.257,ellipseName:"Lerch 1979"},c.mprts={a:6397300,rf:191,ellipseName:"Maupertius 1738"},c.new_intl={a:6378157.5,b:6356772.2,ellipseName:"New International 1967"},c.plessis={a:6376523,rf:6355863,ellipseName:"Plessis 1817 (France)"},c.krass={a:6378245,rf:298.3,ellipseName:"Krassovsky, 1942"},c.SEasia={a:6378155,b:6356773.3205,ellipseName:"Southeast Asia"},c.walbeck={a:6376896,b:6355834.8467,ellipseName:"Walbeck"},c.WGS60={a:6378165,rf:298.3,ellipseName:"WGS 60"},c.WGS66={a:6378145,rf:298.25,ellipseName:"WGS 66"},c.WGS7={a:6378135,rf:298.26,ellipseName:"WGS 72"},c.WGS84={a:6378137,rf:298.257223563,ellipseName:"WGS 84"},c.sphere={a:6370997,b:6370997,ellipseName:"Normal Sphere (r=6370997)"}},{}],27:[function(a,b,c){c.greenwich=0,c.lisbon=-9.131906111111,c.paris=2.337229166667,c.bogota=-74.080916666667,c.madrid=-3.687938888889,c.rome=12.452333333333,c.bern=7.439583333333,c.jakarta=106.807719444444,c.ferro=-17.666666666667,c.brussels=4.367975,c.stockholm=18.058277777778,c.athens=23.7163375,c.oslo=10.722916666667},{}],28:[function(a,b){function c(a,b,c){var d;return Array.isArray(c)?(d=f(a,b,c),3===c.length?[d.x,d.y,d.z]:[d.x,d.y]):f(a,b,c)}function d(a){return a instanceof e?a:a.oProj?a.oProj:e(a)}function proj4(a,b,e){a=d(a);var f,h=!1;return"undefined"==typeof b?(b=a,a=g,h=!0):("undefined"!=typeof b.x||Array.isArray(b))&&(e=b,b=a,a=g,h=!0),b=d(b),e?c(a,b,e):(f={forward:function(d){return c(a,b,d)},inverse:function(d){return c(b,a,d)}},h&&(f.oProj=b),f)}var e=a("./Proj"),f=a("./transform"),g=e("WGS84");b.exports=proj4},{"./Proj":2,"./transform":64}],29:[function(a,b){var c=Math.PI/2,d=1,e=2,f=3,g=4,h=5,i=484813681109536e-20,j=1.0026,k=.3826834323650898,l=function(a){if(!(this instanceof l))return new l(a);if(this.datum_type=g,a){if(a.datumCode&&"none"===a.datumCode&&(this.datum_type=h),a.datum_params){for(var b=0;b<a.datum_params.length;b++)a.datum_params[b]=parseFloat(a.datum_params[b]);(0!==a.datum_params[0]||0!==a.datum_params[1]||0!==a.datum_params[2])&&(this.datum_type=d),a.datum_params.length>3&&(0!==a.datum_params[3]||0!==a.datum_params[4]||0!==a.datum_params[5]||0!==a.datum_params[6])&&(this.datum_type=e,a.datum_params[3]*=i,a.datum_params[4]*=i,a.datum_params[5]*=i,a.datum_params[6]=a.datum_params[6]/1e6+1)}this.datum_type=a.grids?f:this.datum_type,this.a=a.a,this.b=a.b,this.es=a.es,this.ep2=a.ep2,this.datum_params=a.datum_params,this.datum_type===f&&(this.grids=a.grids)}};l.prototype={compare_datums:function(a){return this.datum_type!==a.datum_type?!1:this.a!==a.a||Math.abs(this.es-a.es)>5e-11?!1:this.datum_type===d?this.datum_params[0]===a.datum_params[0]&&this.datum_params[1]===a.datum_params[1]&&this.datum_params[2]===a.datum_params[2]:this.datum_type===e?this.datum_params[0]===a.datum_params[0]&&this.datum_params[1]===a.datum_params[1]&&this.datum_params[2]===a.datum_params[2]&&this.datum_params[3]===a.datum_params[3]&&this.datum_params[4]===a.datum_params[4]&&this.datum_params[5]===a.datum_params[5]&&this.datum_params[6]===a.datum_params[6]:this.datum_type===f||a.datum_type===f?this.nadgrids===a.nadgrids:!0},geodetic_to_geocentric:function(a){var b,d,e,f,g,h,i,j=a.x,k=a.y,l=a.z?a.z:0,m=0;if(-c>k&&k>-1.001*c)k=-c;else if(k>c&&1.001*c>k)k=c;else if(-c>k||k>c)return null;return j>Math.PI&&(j-=2*Math.PI),g=Math.sin(k),i=Math.cos(k),h=g*g,f=this.a/Math.sqrt(1-this.es*h),b=(f+l)*i*Math.cos(j),d=(f+l)*i*Math.sin(j),e=(f*(1-this.es)+l)*g,a.x=b,a.y=d,a.z=e,m},geocentric_to_geodetic:function(a){var b,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t=1e-12,u=t*t,v=30,w=a.x,x=a.y,y=a.z?a.z:0;if(o=!1,b=Math.sqrt(w*w+x*x),d=Math.sqrt(w*w+x*x+y*y),b/this.a<t){if(o=!0,q=0,d/this.a<t)return r=c,void(s=-this.b)}else q=Math.atan2(x,w);e=y/d,f=b/d,g=1/Math.sqrt(1-this.es*(2-this.es)*f*f),j=f*(1-this.es)*g,k=e*g,p=0;do p++,i=this.a/Math.sqrt(1-this.es*k*k),s=b*j+y*k-i*(1-this.es*k*k),h=this.es*i/(i+s),g=1/Math.sqrt(1-h*(2-h)*f*f),l=f*(1-h)*g,m=e*g,n=m*j-l*k,j=l,k=m;while(n*n>u&&v>p);return r=Math.atan(m/Math.abs(l)),a.x=q,a.y=r,a.z=s,a},geocentric_to_geodetic_noniter:function(a){var b,d,e,f,g,h,i,l,m,n,o,p,q,r,s,t,u,v=a.x,w=a.y,x=a.z?a.z:0;if(v=parseFloat(v),w=parseFloat(w),x=parseFloat(x),u=!1,0!==v)b=Math.atan2(w,v);else if(w>0)b=c;else if(0>w)b=-c;else if(u=!0,b=0,x>0)d=c;else{if(!(0>x))return d=c,void(e=-this.b);d=-c}return g=v*v+w*w,f=Math.sqrt(g),h=x*j,l=Math.sqrt(h*h+g),n=h/l,p=f/l,o=n*n*n,i=x+this.b*this.ep2*o,t=f-this.a*this.es*p*p*p,m=Math.sqrt(i*i+t*t),q=i/m,r=t/m,s=this.a/Math.sqrt(1-this.es*q*q),e=r>=k?f/r-s:-k>=r?f/-r-s:x/q+s*(this.es-1),u===!1&&(d=Math.atan(q/r)),a.x=b,a.y=d,a.z=e,a},geocentric_to_wgs84:function(a){if(this.datum_type===d)a.x+=this.datum_params[0],a.y+=this.datum_params[1],a.z+=this.datum_params[2];else if(this.datum_type===e){var b=this.datum_params[0],c=this.datum_params[1],f=this.datum_params[2],g=this.datum_params[3],h=this.datum_params[4],i=this.datum_params[5],j=this.datum_params[6],k=j*(a.x-i*a.y+h*a.z)+b,l=j*(i*a.x+a.y-g*a.z)+c,m=j*(-h*a.x+g*a.y+a.z)+f;a.x=k,a.y=l,a.z=m}},geocentric_from_wgs84:function(a){if(this.datum_type===d)a.x-=this.datum_params[0],a.y-=this.datum_params[1],a.z-=this.datum_params[2];else if(this.datum_type===e){var b=this.datum_params[0],c=this.datum_params[1],f=this.datum_params[2],g=this.datum_params[3],h=this.datum_params[4],i=this.datum_params[5],j=this.datum_params[6],k=(a.x-b)/j,l=(a.y-c)/j,m=(a.z-f)/j;a.x=k+i*l-h*m,a.y=-i*k+l+g*m,a.z=h*k-g*l+m}}},b.exports=l},{}],30:[function(a,b){var c=1,d=2,e=3,f=5,g=6378137,h=.006694379990141316;b.exports=function(a,b,i){function j(a){return a===c||a===d}var k,l,m;if(a.compare_datums(b))return i;if(a.datum_type===f||b.datum_type===f)return i;var n=a.a,o=a.es,p=b.a,q=b.es,r=a.datum_type;if(r===e)if(0===this.apply_gridshift(a,0,i))a.a=g,a.es=h;else{if(!a.datum_params)return a.a=n,a.es=a.es,i;for(k=1,l=0,m=a.datum_params.length;m>l;l++)k*=a.datum_params[l];if(0===k)return a.a=n,a.es=a.es,i;r=a.datum_params.length>3?d:c}return b.datum_type===e&&(b.a=g,b.es=h),(a.es!==b.es||a.a!==b.a||j(r)||j(b.datum_type))&&(a.geodetic_to_geocentric(i),j(a.datum_type)&&a.geocentric_to_wgs84(i),j(b.datum_type)&&b.geocentric_from_wgs84(i),b.geocentric_to_geodetic(i)),b.datum_type===e&&this.apply_gridshift(b,1,i),a.a=n,a.es=o,b.a=p,b.es=q,i}},{}],31:[function(a,b){function c(a){var b=this;if(2===arguments.length){var d=arguments[1];c[a]="string"==typeof d?"+"===d[0]?e(arguments[1]):f(arguments[1]):d}else if(1===arguments.length){if(Array.isArray(a))return a.map(function(a){Array.isArray(a)?c.apply(b,a):c(a)});if("string"==typeof a){if(a in c)return c[a]}else"EPSG"in a?c["EPSG:"+a.EPSG]=a:"ESRI"in a?c["ESRI:"+a.ESRI]=a:"IAU2000"in a?c["IAU2000:"+a.IAU2000]=a:console.log(a);return}}var d=a("./global"),e=a("./projString"),f=a("./wkt");d(c),b.exports=c},{"./global":34,"./projString":37,"./wkt":65}],32:[function(a,b){var c=a("./constants/Datum"),d=a("./constants/Ellipsoid"),e=a("./extend"),f=a("./datum"),g=1e-10,h=.16666666666666666,i=.04722222222222222,j=.022156084656084655;b.exports=function(a){if(a.datumCode&&"none"!==a.datumCode){var b=c[a.datumCode];b&&(a.datum_params=b.towgs84?b.towgs84.split(","):null,a.ellps=b.ellipse,a.datumName=b.datumName?b.datumName:a.datumCode)}if(!a.a){var k=d[a.ellps]?d[a.ellps]:d.WGS84;e(a,k)}return a.rf&&!a.b&&(a.b=(1-1/a.rf)*a.a),(0===a.rf||Math.abs(a.a-a.b)<g)&&(a.sphere=!0,a.b=a.a),a.a2=a.a*a.a,a.b2=a.b*a.b,a.es=(a.a2-a.b2)/a.a2,a.e=Math.sqrt(a.es),a.R_A&&(a.a*=1-a.es*(h+a.es*(i+a.es*j)),a.a2=a.a*a.a,a.b2=a.b*a.b,a.es=0),a.ep2=(a.a2-a.b2)/a.b2,a.k0||(a.k0=1),a.axis||(a.axis="enu"),a.datum||(a.datum=f(a)),a}},{"./constants/Datum":25,"./constants/Ellipsoid":26,"./datum":29,"./extend":33}],33:[function(a,b){b.exports=function(a,b){a=a||{};var c,d;if(!b)return a;for(d in b)c=b[d],void 0!==c&&(a[d]=c);return a}},{}],34:[function(a,b){b.exports=function(a){a("EPSG:4326","+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees"),a("EPSG:4269","+title=NAD83 (long/lat) +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees"),a("EPSG:3857","+title=WGS 84 / Pseudo-Mercator +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs"),a.WGS84=a["EPSG:4326"],a["EPSG:3785"]=a["EPSG:3857"],a.GOOGLE=a["EPSG:3857"],a["EPSG:900913"]=a["EPSG:3857"],a["EPSG:102113"]=a["EPSG:3857"]}},{}],35:[function(a,b){var proj4=a("./core");proj4.defaultDatum="WGS84",proj4.Proj=a("./Proj"),proj4.WGS84=new proj4.Proj("WGS84"),proj4.Point=a("./Point"),proj4.toPoint=a("./common/toPoint"),proj4.defs=a("./defs"),proj4.transform=a("./transform"),proj4.mgrs=a("mgrs"),proj4.version=a("../package.json").version,a("./includedProjections")(proj4),b.exports=proj4},{"../package.json":67,"./Point":1,"./Proj":2,"./common/toPoint":23,"./core":28,"./defs":31,"./includedProjections":"gWUPNW","./transform":64,mgrs:66}],36:[function(a,b){function c(a){return"string"==typeof a}function d(a){return a in h}function e(a){var b=["GEOGCS","GEOCCS","PROJCS","LOCAL_CS"];return b.reduce(function(b,c){return b+1+a.indexOf(c)},0)}function f(a){return"+"===a[0]}function g(a){return c(a)?d(a)?h[a]:e(a)?i(a):f(a)?j(a):void 0:a}var h=a("./defs"),i=a("./wkt"),j=a("./projString");b.exports=g},{"./defs":31,"./projString":37,"./wkt":65}],37:[function(a,b){var c=.017453292519943295,d=a("./constants/PrimeMeridian");b.exports=function(a){var b={},e={};a.split("+").map(function(a){return a.trim()}).filter(function(a){return a}).forEach(function(a){var b=a.split("=");b.push(!0),e[b[0].toLowerCase()]=b[1]});var f,g,h,i={proj:"projName",datum:"datumCode",rf:function(a){b.rf=parseFloat(a,10)},lat_0:function(a){b.lat0=a*c},lat_1:function(a){b.lat1=a*c},lat_2:function(a){b.lat2=a*c},lat_ts:function(a){b.lat_ts=a*c},lon_0:function(a){b.long0=a*c},lon_1:function(a){b.long1=a*c},lon_2:function(a){b.long2=a*c},alpha:function(a){b.alpha=parseFloat(a)*c},lonc:function(a){b.longc=a*c},x_0:function(a){b.x0=parseFloat(a,10)},y_0:function(a){b.y0=parseFloat(a,10)},k_0:function(a){b.k0=parseFloat(a,10)},k:function(a){b.k0=parseFloat(a,10)},r_a:function(){b.R_A=!0},zone:function(a){b.zone=parseInt(a,10)},south:function(){b.utmSouth=!0},towgs84:function(a){b.datum_params=a.split(",").map(function(a){return parseFloat(a,10)})},to_meter:function(a){b.to_meter=parseFloat(a,10)},from_greenwich:function(a){b.from_greenwich=a*c},pm:function(a){b.from_greenwich=(d[a]?d[a]:parseFloat(a,10))*c},nadgrids:function(a){"@null"===a?b.datumCode="none":b.nadgrids=a},axis:function(a){var c="ewnsud";3===a.length&&-1!==c.indexOf(a.substr(0,1))&&-1!==c.indexOf(a.substr(1,1))&&-1!==c.indexOf(a.substr(2,1))&&(b.axis=a)}};for(f in e)g=e[f],f in i?(h=i[f],"function"==typeof h?h(g):b[h]=g):b[f]=g;return"string"==typeof b.datumCode&&"WGS84"!==b.datumCode&&(b.datumCode=b.datumCode.toLowerCase()),b}},{"./constants/PrimeMeridian":27}],38:[function(a,b,c){function d(a,b){var c=g.length;return a.names?(g[c]=a,a.names.forEach(function(a){f[a.toLowerCase()]=c}),this):(console.log(b),!0)}var e=[a("./projections/merc"),a("./projections/longlat")],f={},g=[];c.add=d,c.get=function(a){if(!a)return!1;var b=a.toLowerCase();return"undefined"!=typeof f[b]&&g[f[b]]?g[f[b]]:void 0},c.start=function(){e.forEach(d)}},{"./projections/longlat":50,"./projections/merc":51}],39:[function(a,b,c){var d=1e-10,e=a("../common/msfnz"),f=a("../common/qsfnz"),g=a("../common/adjust_lon"),h=a("../common/asinz");c.init=function(){Math.abs(this.lat1+this.lat2)<d||(this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e3=Math.sqrt(this.es),this.sin_po=Math.sin(this.lat1),this.cos_po=Math.cos(this.lat1),this.t1=this.sin_po,this.con=this.sin_po,this.ms1=e(this.e3,this.sin_po,this.cos_po),this.qs1=f(this.e3,this.sin_po,this.cos_po),this.sin_po=Math.sin(this.lat2),this.cos_po=Math.cos(this.lat2),this.t2=this.sin_po,this.ms2=e(this.e3,this.sin_po,this.cos_po),this.qs2=f(this.e3,this.sin_po,this.cos_po),this.sin_po=Math.sin(this.lat0),this.cos_po=Math.cos(this.lat0),this.t3=this.sin_po,this.qs0=f(this.e3,this.sin_po,this.cos_po),this.ns0=Math.abs(this.lat1-this.lat2)>d?(this.ms1*this.ms1-this.ms2*this.ms2)/(this.qs2-this.qs1):this.con,this.c=this.ms1*this.ms1+this.ns0*this.qs1,this.rh=this.a*Math.sqrt(this.c-this.ns0*this.qs0)/this.ns0)},c.forward=function(a){var b=a.x,c=a.y;this.sin_phi=Math.sin(c),this.cos_phi=Math.cos(c);var d=f(this.e3,this.sin_phi,this.cos_phi),e=this.a*Math.sqrt(this.c-this.ns0*d)/this.ns0,h=this.ns0*g(b-this.long0),i=e*Math.sin(h)+this.x0,j=this.rh-e*Math.cos(h)+this.y0;return a.x=i,a.y=j,a},c.inverse=function(a){var b,c,d,e,f,h;return a.x-=this.x0,a.y=this.rh-a.y+this.y0,this.ns0>=0?(b=Math.sqrt(a.x*a.x+a.y*a.y),d=1):(b=-Math.sqrt(a.x*a.x+a.y*a.y),d=-1),e=0,0!==b&&(e=Math.atan2(d*a.x,d*a.y)),d=b*this.ns0/this.a,this.sphere?h=Math.asin((this.c-d*d)/(2*this.ns0)):(c=(this.c-d*d)/this.ns0,h=this.phi1z(this.e3,c)),f=g(e/this.ns0+this.long0),a.x=f,a.y=h,a},c.phi1z=function(a,b){var c,e,f,g,i,j=h(.5*b);if(d>a)return j;for(var k=a*a,l=1;25>=l;l++)if(c=Math.sin(j),e=Math.cos(j),f=a*c,g=1-f*f,i=.5*g*g/e*(b/(1-k)-c/g+.5/a*Math.log((1-f)/(1+f))),j+=i,Math.abs(i)<=1e-7)return j;return null},c.names=["Albers_Conic_Equal_Area","Albers","aea"]},{"../common/adjust_lon":5,"../common/asinz":6,"../common/msfnz":15,"../common/qsfnz":20}],40:[function(a,b,c){var d=a("../common/adjust_lon"),e=Math.PI/2,f=1e-10,g=a("../common/mlfn"),h=a("../common/e0fn"),i=a("../common/e1fn"),j=a("../common/e2fn"),k=a("../common/e3fn"),l=a("../common/gN"),m=a("../common/asinz"),n=a("../common/imlfn");c.init=function(){this.sin_p12=Math.sin(this.lat0),this.cos_p12=Math.cos(this.lat0)},c.forward=function(a){var b,c,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H=a.x,I=a.y,J=Math.sin(a.y),K=Math.cos(a.y),L=d(H-this.long0);return this.sphere?Math.abs(this.sin_p12-1)<=f?(a.x=this.x0+this.a*(e-I)*Math.sin(L),a.y=this.y0-this.a*(e-I)*Math.cos(L),a):Math.abs(this.sin_p12+1)<=f?(a.x=this.x0+this.a*(e+I)*Math.sin(L),a.y=this.y0+this.a*(e+I)*Math.cos(L),a):(B=this.sin_p12*J+this.cos_p12*K*Math.cos(L),z=Math.acos(B),A=z/Math.sin(z),a.x=this.x0+this.a*A*K*Math.sin(L),a.y=this.y0+this.a*A*(this.cos_p12*J-this.sin_p12*K*Math.cos(L)),a):(b=h(this.es),c=i(this.es),m=j(this.es),n=k(this.es),Math.abs(this.sin_p12-1)<=f?(o=this.a*g(b,c,m,n,e),p=this.a*g(b,c,m,n,I),a.x=this.x0+(o-p)*Math.sin(L),a.y=this.y0-(o-p)*Math.cos(L),a):Math.abs(this.sin_p12+1)<=f?(o=this.a*g(b,c,m,n,e),p=this.a*g(b,c,m,n,I),a.x=this.x0+(o+p)*Math.sin(L),a.y=this.y0+(o+p)*Math.cos(L),a):(q=J/K,r=l(this.a,this.e,this.sin_p12),s=l(this.a,this.e,J),t=Math.atan((1-this.es)*q+this.es*r*this.sin_p12/(s*K)),u=Math.atan2(Math.sin(L),this.cos_p12*Math.tan(t)-this.sin_p12*Math.cos(L)),C=0===u?Math.asin(this.cos_p12*Math.sin(t)-this.sin_p12*Math.cos(t)):Math.abs(Math.abs(u)-Math.PI)<=f?-Math.asin(this.cos_p12*Math.sin(t)-this.sin_p12*Math.cos(t)):Math.asin(Math.sin(L)*Math.cos(t)/Math.sin(u)),v=this.e*this.sin_p12/Math.sqrt(1-this.es),w=this.e*this.cos_p12*Math.cos(u)/Math.sqrt(1-this.es),x=v*w,y=w*w,D=C*C,E=D*C,F=E*C,G=F*C,z=r*C*(1-D*y*(1-y)/6+E/8*x*(1-2*y)+F/120*(y*(4-7*y)-3*v*v*(1-7*y))-G/48*x),a.x=this.x0+z*Math.sin(u),a.y=this.y0+z*Math.cos(u),a))},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I;if(this.sphere){if(b=Math.sqrt(a.x*a.x+a.y*a.y),b>2*e*this.a)return;return c=b/this.a,o=Math.sin(c),p=Math.cos(c),q=this.long0,Math.abs(b)<=f?r=this.lat0:(r=m(p*this.sin_p12+a.y*o*this.cos_p12/b),s=Math.abs(this.lat0)-e,q=d(Math.abs(s)<=f?this.lat0>=0?this.long0+Math.atan2(a.x,-a.y):this.long0-Math.atan2(-a.x,a.y):this.long0+Math.atan2(a.x*o,b*this.cos_p12*p-a.y*this.sin_p12*o))),a.x=q,a.y=r,a}return t=h(this.es),u=i(this.es),v=j(this.es),w=k(this.es),Math.abs(this.sin_p12-1)<=f?(x=this.a*g(t,u,v,w,e),b=Math.sqrt(a.x*a.x+a.y*a.y),y=x-b,r=n(y/this.a,t,u,v,w),q=d(this.long0+Math.atan2(a.x,-1*a.y)),a.x=q,a.y=r,a):Math.abs(this.sin_p12+1)<=f?(x=this.a*g(t,u,v,w,e),b=Math.sqrt(a.x*a.x+a.y*a.y),y=b-x,r=n(y/this.a,t,u,v,w),q=d(this.long0+Math.atan2(a.x,a.y)),a.x=q,a.y=r,a):(b=Math.sqrt(a.x*a.x+a.y*a.y),B=Math.atan2(a.x,a.y),z=l(this.a,this.e,this.sin_p12),C=Math.cos(B),D=this.e*this.cos_p12*C,E=-D*D/(1-this.es),F=3*this.es*(1-E)*this.sin_p12*this.cos_p12*C/(1-this.es),G=b/z,H=G-E*(1+E)*Math.pow(G,3)/6-F*(1+3*E)*Math.pow(G,4)/24,I=1-E*H*H/2-G*H*H*H/6,A=Math.asin(this.sin_p12*Math.cos(H)+this.cos_p12*Math.sin(H)*C),q=d(this.long0+Math.asin(Math.sin(B)*Math.sin(H)/Math.cos(A))),r=Math.atan((1-this.es*I*this.sin_p12/Math.sin(A))*Math.tan(A)/(1-this.es)),a.x=q,a.y=r,a)},c.names=["Azimuthal_Equidistant","aeqd"]},{"../common/adjust_lon":5,"../common/asinz":6,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/gN":11,"../common/imlfn":12,"../common/mlfn":14}],41:[function(a,b,c){var d=a("../common/mlfn"),e=a("../common/e0fn"),f=a("../common/e1fn"),g=a("../common/e2fn"),h=a("../common/e3fn"),i=a("../common/gN"),j=a("../common/adjust_lon"),k=a("../common/adjust_lat"),l=a("../common/imlfn"),m=Math.PI/2,n=1e-10;c.init=function(){this.sphere||(this.e0=e(this.es),this.e1=f(this.es),this.e2=g(this.es),this.e3=h(this.es),this.ml0=this.a*d(this.e0,this.e1,this.e2,this.e3,this.lat0))},c.forward=function(a){var b,c,e=a.x,f=a.y;if(e=j(e-this.long0),this.sphere)b=this.a*Math.asin(Math.cos(f)*Math.sin(e)),c=this.a*(Math.atan2(Math.tan(f),Math.cos(e))-this.lat0);else{var g=Math.sin(f),h=Math.cos(f),k=i(this.a,this.e,g),l=Math.tan(f)*Math.tan(f),m=e*Math.cos(f),n=m*m,o=this.es*h*h/(1-this.es),p=this.a*d(this.e0,this.e1,this.e2,this.e3,f);b=k*m*(1-n*l*(1/6-(8-l+8*o)*n/120)),c=p-this.ml0+k*g/h*n*(.5+(5-l+6*o)*n/24)}return a.x=b+this.x0,a.y=c+this.y0,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,d=a.x/this.a,e=a.y/this.a;if(this.sphere){var f=e+this.lat0;b=Math.asin(Math.sin(f)*Math.cos(d)),c=Math.atan2(Math.tan(d),Math.cos(f))}else{var g=this.ml0/this.a+e,h=l(g,this.e0,this.e1,this.e2,this.e3);if(Math.abs(Math.abs(h)-m)<=n)return a.x=this.long0,a.y=m,0>e&&(a.y*=-1),a;var o=i(this.a,this.e,Math.sin(h)),p=o*o*o/this.a/this.a*(1-this.es),q=Math.pow(Math.tan(h),2),r=d*this.a/o,s=r*r;b=h-o*Math.tan(h)/p*r*r*(.5-(1+3*q)*r*r/24),c=r*(1-s*(q/3+(1+3*q)*q*s/15))/Math.cos(h)}return a.x=j(c+this.long0),a.y=k(b),a},c.names=["Cassini","Cassini_Soldner","cass"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/gN":11,"../common/imlfn":12,"../common/mlfn":14}],42:[function(a,b,c){var d=a("../common/adjust_lon"),e=a("../common/qsfnz"),f=a("../common/msfnz"),g=a("../common/iqsfnz");c.init=function(){this.sphere||(this.k0=f(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts)))},c.forward=function(a){var b,c,f=a.x,g=a.y,h=d(f-this.long0);if(this.sphere)b=this.x0+this.a*h*Math.cos(this.lat_ts),c=this.y0+this.a*Math.sin(g)/Math.cos(this.lat_ts);else{var i=e(this.e,Math.sin(g));b=this.x0+this.a*this.k0*h,c=this.y0+this.a*i*.5/this.k0}return a.x=b,a.y=c,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c;return this.sphere?(b=d(this.long0+a.x/this.a/Math.cos(this.lat_ts)),c=Math.asin(a.y/this.a*Math.cos(this.lat_ts))):(c=g(this.e,2*a.y*this.k0/this.a),b=d(this.long0+a.x/(this.a*this.k0))),a.x=b,a.y=c,a},c.names=["cea"]},{"../common/adjust_lon":5,"../common/iqsfnz":13,"../common/msfnz":15,"../common/qsfnz":20}],43:[function(a,b,c){var d=a("../common/adjust_lon"),e=a("../common/adjust_lat");c.init=function(){this.x0=this.x0||0,this.y0=this.y0||0,this.lat0=this.lat0||0,this.long0=this.long0||0,this.lat_ts=this.lat_ts||0,this.title=this.title||"Equidistant Cylindrical (Plate Carre)",this.rc=Math.cos(this.lat_ts)},c.forward=function(a){var b=a.x,c=a.y,f=d(b-this.long0),g=e(c-this.lat0);return a.x=this.x0+this.a*f*this.rc,a.y=this.y0+this.a*g,a},c.inverse=function(a){var b=a.x,c=a.y;return a.x=d(this.long0+(b-this.x0)/(this.a*this.rc)),a.y=e(this.lat0+(c-this.y0)/this.a),a},c.names=["Equirectangular","Equidistant_Cylindrical","eqc"]},{"../common/adjust_lat":4,"../common/adjust_lon":5}],44:[function(a,b,c){var d=a("../common/e0fn"),e=a("../common/e1fn"),f=a("../common/e2fn"),g=a("../common/e3fn"),h=a("../common/msfnz"),i=a("../common/mlfn"),j=a("../common/adjust_lon"),k=a("../common/adjust_lat"),l=a("../common/imlfn"),m=1e-10;c.init=function(){Math.abs(this.lat1+this.lat2)<m||(this.lat2=this.lat2||this.lat1,this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e=Math.sqrt(this.es),this.e0=d(this.es),this.e1=e(this.es),this.e2=f(this.es),this.e3=g(this.es),this.sinphi=Math.sin(this.lat1),this.cosphi=Math.cos(this.lat1),this.ms1=h(this.e,this.sinphi,this.cosphi),this.ml1=i(this.e0,this.e1,this.e2,this.e3,this.lat1),Math.abs(this.lat1-this.lat2)<m?this.ns=this.sinphi:(this.sinphi=Math.sin(this.lat2),this.cosphi=Math.cos(this.lat2),this.ms2=h(this.e,this.sinphi,this.cosphi),this.ml2=i(this.e0,this.e1,this.e2,this.e3,this.lat2),this.ns=(this.ms1-this.ms2)/(this.ml2-this.ml1)),this.g=this.ml1+this.ms1/this.ns,this.ml0=i(this.e0,this.e1,this.e2,this.e3,this.lat0),this.rh=this.a*(this.g-this.ml0))},c.forward=function(a){var b,c=a.x,d=a.y;if(this.sphere)b=this.a*(this.g-d);else{var e=i(this.e0,this.e1,this.e2,this.e3,d);b=this.a*(this.g-e)}var f=this.ns*j(c-this.long0),g=this.x0+b*Math.sin(f),h=this.y0+this.rh-b*Math.cos(f);return a.x=g,a.y=h,a},c.inverse=function(a){a.x-=this.x0,a.y=this.rh-a.y+this.y0;var b,c,d,e;this.ns>=0?(c=Math.sqrt(a.x*a.x+a.y*a.y),b=1):(c=-Math.sqrt(a.x*a.x+a.y*a.y),b=-1);var f=0;if(0!==c&&(f=Math.atan2(b*a.x,b*a.y)),this.sphere)return e=j(this.long0+f/this.ns),d=k(this.g-c/this.a),a.x=e,a.y=d,a;var g=this.g-c/this.a;return d=l(g,this.e0,this.e1,this.e2,this.e3),e=j(this.long0+f/this.ns),a.x=e,a.y=d,a},c.names=["Equidistant_Conic","eqdc"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/imlfn":12,"../common/mlfn":14,"../common/msfnz":15}],45:[function(a,b,c){var d=Math.PI/4,e=a("../common/srat"),f=Math.PI/2,g=20;c.init=function(){var a=Math.sin(this.lat0),b=Math.cos(this.lat0);b*=b,this.rc=Math.sqrt(1-this.es)/(1-this.es*a*a),this.C=Math.sqrt(1+this.es*b*b/(1-this.es)),this.phic0=Math.asin(a/this.C),this.ratexp=.5*this.C*this.e,this.K=Math.tan(.5*this.phic0+d)/(Math.pow(Math.tan(.5*this.lat0+d),this.C)*e(this.e*a,this.ratexp))},c.forward=function(a){var b=a.x,c=a.y;return a.y=2*Math.atan(this.K*Math.pow(Math.tan(.5*c+d),this.C)*e(this.e*Math.sin(c),this.ratexp))-f,a.x=this.C*b,a},c.inverse=function(a){for(var b=1e-14,c=a.x/this.C,h=a.y,i=Math.pow(Math.tan(.5*h+d)/this.K,1/this.C),j=g;j>0&&(h=2*Math.atan(i*e(this.e*Math.sin(a.y),-.5*this.e))-f,!(Math.abs(h-a.y)<b));--j)a.y=h;return j?(a.x=c,a.y=h,a):null},c.names=["gauss"]},{"../common/srat":22}],46:[function(a,b,c){var d=a("../common/adjust_lon"),e=1e-10,f=a("../common/asinz");c.init=function(){this.sin_p14=Math.sin(this.lat0),this.cos_p14=Math.cos(this.lat0),this.infinity_dist=1e3*this.a,this.rc=1},c.forward=function(a){var b,c,f,g,h,i,j,k,l=a.x,m=a.y;return f=d(l-this.long0),b=Math.sin(m),c=Math.cos(m),g=Math.cos(f),i=this.sin_p14*b+this.cos_p14*c*g,h=1,i>0||Math.abs(i)<=e?(j=this.x0+this.a*h*c*Math.sin(f)/i,k=this.y0+this.a*h*(this.cos_p14*b-this.sin_p14*c*g)/i):(j=this.x0+this.infinity_dist*c*Math.sin(f),k=this.y0+this.infinity_dist*(this.cos_p14*b-this.sin_p14*c*g)),a.x=j,a.y=k,a
},c.inverse=function(a){var b,c,e,g,h,i;return a.x=(a.x-this.x0)/this.a,a.y=(a.y-this.y0)/this.a,a.x/=this.k0,a.y/=this.k0,(b=Math.sqrt(a.x*a.x+a.y*a.y))?(g=Math.atan2(b,this.rc),c=Math.sin(g),e=Math.cos(g),i=f(e*this.sin_p14+a.y*c*this.cos_p14/b),h=Math.atan2(a.x*c,b*this.cos_p14*e-a.y*this.sin_p14*c),h=d(this.long0+h)):(i=this.phic0,h=0),a.x=h,a.y=i,a},c.names=["gnom"]},{"../common/adjust_lon":5,"../common/asinz":6}],47:[function(a,b,c){var d=a("../common/adjust_lon");c.init=function(){this.a=6377397.155,this.es=.006674372230614,this.e=Math.sqrt(this.es),this.lat0||(this.lat0=.863937979737193),this.long0||(this.long0=.4334234309119251),this.k0||(this.k0=.9999),this.s45=.785398163397448,this.s90=2*this.s45,this.fi0=this.lat0,this.e2=this.es,this.e=Math.sqrt(this.e2),this.alfa=Math.sqrt(1+this.e2*Math.pow(Math.cos(this.fi0),4)/(1-this.e2)),this.uq=1.04216856380474,this.u0=Math.asin(Math.sin(this.fi0)/this.alfa),this.g=Math.pow((1+this.e*Math.sin(this.fi0))/(1-this.e*Math.sin(this.fi0)),this.alfa*this.e/2),this.k=Math.tan(this.u0/2+this.s45)/Math.pow(Math.tan(this.fi0/2+this.s45),this.alfa)*this.g,this.k1=this.k0,this.n0=this.a*Math.sqrt(1-this.e2)/(1-this.e2*Math.pow(Math.sin(this.fi0),2)),this.s0=1.37008346281555,this.n=Math.sin(this.s0),this.ro0=this.k1*this.n0/Math.tan(this.s0),this.ad=this.s90-this.uq},c.forward=function(a){var b,c,e,f,g,h,i,j=a.x,k=a.y,l=d(j-this.long0);return b=Math.pow((1+this.e*Math.sin(k))/(1-this.e*Math.sin(k)),this.alfa*this.e/2),c=2*(Math.atan(this.k*Math.pow(Math.tan(k/2+this.s45),this.alfa)/b)-this.s45),e=-l*this.alfa,f=Math.asin(Math.cos(this.ad)*Math.sin(c)+Math.sin(this.ad)*Math.cos(c)*Math.cos(e)),g=Math.asin(Math.cos(c)*Math.sin(e)/Math.cos(f)),h=this.n*g,i=this.ro0*Math.pow(Math.tan(this.s0/2+this.s45),this.n)/Math.pow(Math.tan(f/2+this.s45),this.n),a.y=i*Math.cos(h)/1,a.x=i*Math.sin(h)/1,this.czech||(a.y*=-1,a.x*=-1),a},c.inverse=function(a){var b,c,d,e,f,g,h,i,j=a.x;a.x=a.y,a.y=j,this.czech||(a.y*=-1,a.x*=-1),g=Math.sqrt(a.x*a.x+a.y*a.y),f=Math.atan2(a.y,a.x),e=f/Math.sin(this.s0),d=2*(Math.atan(Math.pow(this.ro0/g,1/this.n)*Math.tan(this.s0/2+this.s45))-this.s45),b=Math.asin(Math.cos(this.ad)*Math.sin(d)-Math.sin(this.ad)*Math.cos(d)*Math.cos(e)),c=Math.asin(Math.cos(d)*Math.sin(e)/Math.cos(b)),a.x=this.long0-c/this.alfa,h=b,i=0;var k=0;do a.y=2*(Math.atan(Math.pow(this.k,-1/this.alfa)*Math.pow(Math.tan(b/2+this.s45),1/this.alfa)*Math.pow((1+this.e*Math.sin(h))/(1-this.e*Math.sin(h)),this.e/2))-this.s45),Math.abs(h-a.y)<1e-10&&(i=1),h=a.y,k+=1;while(0===i&&15>k);return k>=15?null:a},c.names=["Krovak","krovak"]},{"../common/adjust_lon":5}],48:[function(a,b,c){var d=Math.PI/2,e=Math.PI/4,f=1e-10,g=a("../common/qsfnz"),h=a("../common/adjust_lon");c.S_POLE=1,c.N_POLE=2,c.EQUIT=3,c.OBLIQ=4,c.init=function(){var a=Math.abs(this.lat0);if(this.mode=Math.abs(a-d)<f?this.lat0<0?this.S_POLE:this.N_POLE:Math.abs(a)<f?this.EQUIT:this.OBLIQ,this.es>0){var b;switch(this.qp=g(this.e,1),this.mmf=.5/(1-this.es),this.apa=this.authset(this.es),this.mode){case this.N_POLE:this.dd=1;break;case this.S_POLE:this.dd=1;break;case this.EQUIT:this.rq=Math.sqrt(.5*this.qp),this.dd=1/this.rq,this.xmf=1,this.ymf=.5*this.qp;break;case this.OBLIQ:this.rq=Math.sqrt(.5*this.qp),b=Math.sin(this.lat0),this.sinb1=g(this.e,b)/this.qp,this.cosb1=Math.sqrt(1-this.sinb1*this.sinb1),this.dd=Math.cos(this.lat0)/(Math.sqrt(1-this.es*b*b)*this.rq*this.cosb1),this.ymf=(this.xmf=this.rq)/this.dd,this.xmf*=this.dd}}else this.mode===this.OBLIQ&&(this.sinph0=Math.sin(this.lat0),this.cosph0=Math.cos(this.lat0))},c.forward=function(a){var b,c,i,j,k,l,m,n,o,p,q=a.x,r=a.y;if(q=h(q-this.long0),this.sphere){if(k=Math.sin(r),p=Math.cos(r),i=Math.cos(q),this.mode===this.OBLIQ||this.mode===this.EQUIT){if(c=this.mode===this.EQUIT?1+p*i:1+this.sinph0*k+this.cosph0*p*i,f>=c)return null;c=Math.sqrt(2/c),b=c*p*Math.sin(q),c*=this.mode===this.EQUIT?k:this.cosph0*k-this.sinph0*p*i}else if(this.mode===this.N_POLE||this.mode===this.S_POLE){if(this.mode===this.N_POLE&&(i=-i),Math.abs(r+this.phi0)<f)return null;c=e-.5*r,c=2*(this.mode===this.S_POLE?Math.cos(c):Math.sin(c)),b=c*Math.sin(q),c*=i}}else{switch(m=0,n=0,o=0,i=Math.cos(q),j=Math.sin(q),k=Math.sin(r),l=g(this.e,k),(this.mode===this.OBLIQ||this.mode===this.EQUIT)&&(m=l/this.qp,n=Math.sqrt(1-m*m)),this.mode){case this.OBLIQ:o=1+this.sinb1*m+this.cosb1*n*i;break;case this.EQUIT:o=1+n*i;break;case this.N_POLE:o=d+r,l=this.qp-l;break;case this.S_POLE:o=r-d,l=this.qp+l}if(Math.abs(o)<f)return null;switch(this.mode){case this.OBLIQ:case this.EQUIT:o=Math.sqrt(2/o),c=this.mode===this.OBLIQ?this.ymf*o*(this.cosb1*m-this.sinb1*n*i):(o=Math.sqrt(2/(1+n*i)))*m*this.ymf,b=this.xmf*o*n*j;break;case this.N_POLE:case this.S_POLE:l>=0?(b=(o=Math.sqrt(l))*j,c=i*(this.mode===this.S_POLE?o:-o)):b=c=0}}return a.x=this.a*b+this.x0,a.y=this.a*c+this.y0,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,e,g,i,j,k,l=a.x/this.a,m=a.y/this.a;if(this.sphere){var n,o=0,p=0;if(n=Math.sqrt(l*l+m*m),c=.5*n,c>1)return null;switch(c=2*Math.asin(c),(this.mode===this.OBLIQ||this.mode===this.EQUIT)&&(p=Math.sin(c),o=Math.cos(c)),this.mode){case this.EQUIT:c=Math.abs(n)<=f?0:Math.asin(m*p/n),l*=p,m=o*n;break;case this.OBLIQ:c=Math.abs(n)<=f?this.phi0:Math.asin(o*this.sinph0+m*p*this.cosph0/n),l*=p*this.cosph0,m=(o-Math.sin(c)*this.sinph0)*n;break;case this.N_POLE:m=-m,c=d-c;break;case this.S_POLE:c-=d}b=0!==m||this.mode!==this.EQUIT&&this.mode!==this.OBLIQ?Math.atan2(l,m):0}else{if(k=0,this.mode===this.OBLIQ||this.mode===this.EQUIT){if(l/=this.dd,m*=this.dd,j=Math.sqrt(l*l+m*m),f>j)return a.x=0,a.y=this.phi0,a;g=2*Math.asin(.5*j/this.rq),e=Math.cos(g),l*=g=Math.sin(g),this.mode===this.OBLIQ?(k=e*this.sinb1+m*g*this.cosb1/j,i=this.qp*k,m=j*this.cosb1*e-m*this.sinb1*g):(k=m*g/j,i=this.qp*k,m=j*e)}else if(this.mode===this.N_POLE||this.mode===this.S_POLE){if(this.mode===this.N_POLE&&(m=-m),i=l*l+m*m,!i)return a.x=0,a.y=this.phi0,a;k=1-i/this.qp,this.mode===this.S_POLE&&(k=-k)}b=Math.atan2(l,m),c=this.authlat(Math.asin(k),this.apa)}return a.x=h(this.long0+b),a.y=c,a},c.P00=.3333333333333333,c.P01=.17222222222222222,c.P02=.10257936507936508,c.P10=.06388888888888888,c.P11=.0664021164021164,c.P20=.016415012942191543,c.authset=function(a){var b,c=[];return c[0]=a*this.P00,b=a*a,c[0]+=b*this.P01,c[1]=b*this.P10,b*=a,c[0]+=b*this.P02,c[1]+=b*this.P11,c[2]=b*this.P20,c},c.authlat=function(a,b){var c=a+a;return a+b[0]*Math.sin(c)+b[1]*Math.sin(c+c)+b[2]*Math.sin(c+c+c)},c.names=["Lambert Azimuthal Equal Area","Lambert_Azimuthal_Equal_Area","laea"]},{"../common/adjust_lon":5,"../common/qsfnz":20}],49:[function(a,b,c){var d=1e-10,e=a("../common/msfnz"),f=a("../common/tsfnz"),g=Math.PI/2,h=a("../common/sign"),i=a("../common/adjust_lon"),j=a("../common/phi2z");c.init=function(){if(this.lat2||(this.lat2=this.lat1),this.k0||(this.k0=1),this.x0=this.x0||0,this.y0=this.y0||0,!(Math.abs(this.lat1+this.lat2)<d)){var a=this.b/this.a;this.e=Math.sqrt(1-a*a);var b=Math.sin(this.lat1),c=Math.cos(this.lat1),g=e(this.e,b,c),h=f(this.e,this.lat1,b),i=Math.sin(this.lat2),j=Math.cos(this.lat2),k=e(this.e,i,j),l=f(this.e,this.lat2,i),m=f(this.e,this.lat0,Math.sin(this.lat0));this.ns=Math.abs(this.lat1-this.lat2)>d?Math.log(g/k)/Math.log(h/l):b,isNaN(this.ns)&&(this.ns=b),this.f0=g/(this.ns*Math.pow(h,this.ns)),this.rh=this.a*this.f0*Math.pow(m,this.ns),this.title||(this.title="Lambert Conformal Conic")}},c.forward=function(a){var b=a.x,c=a.y;Math.abs(2*Math.abs(c)-Math.PI)<=d&&(c=h(c)*(g-2*d));var e,j,k=Math.abs(Math.abs(c)-g);if(k>d)e=f(this.e,c,Math.sin(c)),j=this.a*this.f0*Math.pow(e,this.ns);else{if(k=c*this.ns,0>=k)return null;j=0}var l=this.ns*i(b-this.long0);return a.x=this.k0*j*Math.sin(l)+this.x0,a.y=this.k0*(this.rh-j*Math.cos(l))+this.y0,a},c.inverse=function(a){var b,c,d,e,f,h=(a.x-this.x0)/this.k0,k=this.rh-(a.y-this.y0)/this.k0;this.ns>0?(b=Math.sqrt(h*h+k*k),c=1):(b=-Math.sqrt(h*h+k*k),c=-1);var l=0;if(0!==b&&(l=Math.atan2(c*h,c*k)),0!==b||this.ns>0){if(c=1/this.ns,d=Math.pow(b/(this.a*this.f0),c),e=j(this.e,d),-9999===e)return null}else e=-g;return f=i(l/this.ns+this.long0),a.x=f,a.y=e,a},c.names=["Lambert Tangential Conformal Conic Projection","Lambert_Conformal_Conic","Lambert_Conformal_Conic_2SP","lcc"]},{"../common/adjust_lon":5,"../common/msfnz":15,"../common/phi2z":16,"../common/sign":21,"../common/tsfnz":24}],50:[function(a,b,c){function d(a){return a}c.init=function(){},c.forward=d,c.inverse=d,c.names=["longlat","identity"]},{}],51:[function(a,b,c){var d=a("../common/msfnz"),e=Math.PI/2,f=1e-10,g=57.29577951308232,h=a("../common/adjust_lon"),i=Math.PI/4,j=a("../common/tsfnz"),k=a("../common/phi2z");c.init=function(){var a=this.b/this.a;this.es=1-a*a,"x0"in this||(this.x0=0),"y0"in this||(this.y0=0),this.e=Math.sqrt(this.es),this.lat_ts?this.k0=this.sphere?Math.cos(this.lat_ts):d(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts)):this.k0||(this.k0=this.k?this.k:1)},c.forward=function(a){var b=a.x,c=a.y;if(c*g>90&&-90>c*g&&b*g>180&&-180>b*g)return null;var d,k;if(Math.abs(Math.abs(c)-e)<=f)return null;if(this.sphere)d=this.x0+this.a*this.k0*h(b-this.long0),k=this.y0+this.a*this.k0*Math.log(Math.tan(i+.5*c));else{var l=Math.sin(c),m=j(this.e,c,l);d=this.x0+this.a*this.k0*h(b-this.long0),k=this.y0-this.a*this.k0*Math.log(m)}return a.x=d,a.y=k,a},c.inverse=function(a){var b,c,d=a.x-this.x0,f=a.y-this.y0;if(this.sphere)c=e-2*Math.atan(Math.exp(-f/(this.a*this.k0)));else{var g=Math.exp(-f/(this.a*this.k0));if(c=k(this.e,g),-9999===c)return null}return b=h(this.long0+d/(this.a*this.k0)),a.x=b,a.y=c,a},c.names=["Mercator","Popular Visualisation Pseudo Mercator","Mercator_1SP","Mercator_Auxiliary_Sphere","merc"]},{"../common/adjust_lon":5,"../common/msfnz":15,"../common/phi2z":16,"../common/tsfnz":24}],52:[function(a,b,c){var d=a("../common/adjust_lon");c.init=function(){},c.forward=function(a){var b=a.x,c=a.y,e=d(b-this.long0),f=this.x0+this.a*e,g=this.y0+this.a*Math.log(Math.tan(Math.PI/4+c/2.5))*1.25;return a.x=f,a.y=g,a},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b=d(this.long0+a.x/this.a),c=2.5*(Math.atan(Math.exp(.8*a.y/this.a))-Math.PI/4);return a.x=b,a.y=c,a},c.names=["Miller_Cylindrical","mill"]},{"../common/adjust_lon":5}],53:[function(a,b,c){var d=a("../common/adjust_lon"),e=1e-10;c.init=function(){},c.forward=function(a){for(var b=a.x,c=a.y,f=d(b-this.long0),g=c,h=Math.PI*Math.sin(c),i=0;!0;i++){var j=-(g+Math.sin(g)-h)/(1+Math.cos(g));if(g+=j,Math.abs(j)<e)break}g/=2,Math.PI/2-Math.abs(c)<e&&(f=0);var k=.900316316158*this.a*f*Math.cos(g)+this.x0,l=1.4142135623731*this.a*Math.sin(g)+this.y0;return a.x=k,a.y=l,a},c.inverse=function(a){var b,c;a.x-=this.x0,a.y-=this.y0,c=a.y/(1.4142135623731*this.a),Math.abs(c)>.999999999999&&(c=.999999999999),b=Math.asin(c);var e=d(this.long0+a.x/(.900316316158*this.a*Math.cos(b)));e<-Math.PI&&(e=-Math.PI),e>Math.PI&&(e=Math.PI),c=(2*b+Math.sin(2*b))/Math.PI,Math.abs(c)>1&&(c=1);var f=Math.asin(c);return a.x=e,a.y=f,a},c.names=["Mollweide","moll"]},{"../common/adjust_lon":5}],54:[function(a,b,c){var d=484813681109536e-20;c.iterations=1,c.init=function(){this.A=[],this.A[1]=.6399175073,this.A[2]=-.1358797613,this.A[3]=.063294409,this.A[4]=-.02526853,this.A[5]=.0117879,this.A[6]=-.0055161,this.A[7]=.0026906,this.A[8]=-.001333,this.A[9]=67e-5,this.A[10]=-34e-5,this.B_re=[],this.B_im=[],this.B_re[1]=.7557853228,this.B_im[1]=0,this.B_re[2]=.249204646,this.B_im[2]=.003371507,this.B_re[3]=-.001541739,this.B_im[3]=.04105856,this.B_re[4]=-.10162907,this.B_im[4]=.01727609,this.B_re[5]=-.26623489,this.B_im[5]=-.36249218,this.B_re[6]=-.6870983,this.B_im[6]=-1.1651967,this.C_re=[],this.C_im=[],this.C_re[1]=1.3231270439,this.C_im[1]=0,this.C_re[2]=-.577245789,this.C_im[2]=-.007809598,this.C_re[3]=.508307513,this.C_im[3]=-.112208952,this.C_re[4]=-.15094762,this.C_im[4]=.18200602,this.C_re[5]=1.01418179,this.C_im[5]=1.64497696,this.C_re[6]=1.9660549,this.C_im[6]=2.5127645,this.D=[],this.D[1]=1.5627014243,this.D[2]=.5185406398,this.D[3]=-.03333098,this.D[4]=-.1052906,this.D[5]=-.0368594,this.D[6]=.007317,this.D[7]=.0122,this.D[8]=.00394,this.D[9]=-.0013},c.forward=function(a){var b,c=a.x,e=a.y,f=e-this.lat0,g=c-this.long0,h=f/d*1e-5,i=g,j=1,k=0;for(b=1;10>=b;b++)j*=h,k+=this.A[b]*j;var l,m,n=k,o=i,p=1,q=0,r=0,s=0;for(b=1;6>=b;b++)l=p*n-q*o,m=q*n+p*o,p=l,q=m,r=r+this.B_re[b]*p-this.B_im[b]*q,s=s+this.B_im[b]*p+this.B_re[b]*q;return a.x=s*this.a+this.x0,a.y=r*this.a+this.y0,a},c.inverse=function(a){var b,c,e,f=a.x,g=a.y,h=f-this.x0,i=g-this.y0,j=i/this.a,k=h/this.a,l=1,m=0,n=0,o=0;for(b=1;6>=b;b++)c=l*j-m*k,e=m*j+l*k,l=c,m=e,n=n+this.C_re[b]*l-this.C_im[b]*m,o=o+this.C_im[b]*l+this.C_re[b]*m;for(var p=0;p<this.iterations;p++){var q,r,s=n,t=o,u=j,v=k;for(b=2;6>=b;b++)q=s*n-t*o,r=t*n+s*o,s=q,t=r,u+=(b-1)*(this.B_re[b]*s-this.B_im[b]*t),v+=(b-1)*(this.B_im[b]*s+this.B_re[b]*t);s=1,t=0;var w=this.B_re[1],x=this.B_im[1];for(b=2;6>=b;b++)q=s*n-t*o,r=t*n+s*o,s=q,t=r,w+=b*(this.B_re[b]*s-this.B_im[b]*t),x+=b*(this.B_im[b]*s+this.B_re[b]*t);var y=w*w+x*x;n=(u*w+v*x)/y,o=(v*w-u*x)/y}var z=n,A=o,B=1,C=0;for(b=1;9>=b;b++)B*=z,C+=this.D[b]*B;var D=this.lat0+C*d*1e5,E=this.long0+A;return a.x=E,a.y=D,a},c.names=["New_Zealand_Map_Grid","nzmg"]},{}],55:[function(a,b,c){var d=a("../common/tsfnz"),e=a("../common/adjust_lon"),f=a("../common/phi2z"),g=Math.PI/2,h=Math.PI/4,i=1e-10;c.init=function(){this.no_off=this.no_off||!1,this.no_rot=this.no_rot||!1,isNaN(this.k0)&&(this.k0=1);var a=Math.sin(this.lat0),b=Math.cos(this.lat0),c=this.e*a;this.bl=Math.sqrt(1+this.es/(1-this.es)*Math.pow(b,4)),this.al=this.a*this.bl*this.k0*Math.sqrt(1-this.es)/(1-c*c);var f=d(this.e,this.lat0,a),g=this.bl/b*Math.sqrt((1-this.es)/(1-c*c));1>g*g&&(g=1);var h,i;if(isNaN(this.longc)){var j=d(this.e,this.lat1,Math.sin(this.lat1)),k=d(this.e,this.lat2,Math.sin(this.lat2));this.el=this.lat0>=0?(g+Math.sqrt(g*g-1))*Math.pow(f,this.bl):(g-Math.sqrt(g*g-1))*Math.pow(f,this.bl);var l=Math.pow(j,this.bl),m=Math.pow(k,this.bl);h=this.el/l,i=.5*(h-1/h);var n=(this.el*this.el-m*l)/(this.el*this.el+m*l),o=(m-l)/(m+l),p=e(this.long1-this.long2);this.long0=.5*(this.long1+this.long2)-Math.atan(n*Math.tan(.5*this.bl*p)/o)/this.bl,this.long0=e(this.long0);var q=e(this.long1-this.long0);this.gamma0=Math.atan(Math.sin(this.bl*q)/i),this.alpha=Math.asin(g*Math.sin(this.gamma0))}else h=this.lat0>=0?g+Math.sqrt(g*g-1):g-Math.sqrt(g*g-1),this.el=h*Math.pow(f,this.bl),i=.5*(h-1/h),this.gamma0=Math.asin(Math.sin(this.alpha)/g),this.long0=this.longc-Math.asin(i*Math.tan(this.gamma0))/this.bl;this.uc=this.no_off?0:this.lat0>=0?this.al/this.bl*Math.atan2(Math.sqrt(g*g-1),Math.cos(this.alpha)):-1*this.al/this.bl*Math.atan2(Math.sqrt(g*g-1),Math.cos(this.alpha))},c.forward=function(a){var b,c,f,j=a.x,k=a.y,l=e(j-this.long0);if(Math.abs(Math.abs(k)-g)<=i)f=k>0?-1:1,c=this.al/this.bl*Math.log(Math.tan(h+f*this.gamma0*.5)),b=-1*f*g*this.al/this.bl;else{var m=d(this.e,k,Math.sin(k)),n=this.el/Math.pow(m,this.bl),o=.5*(n-1/n),p=.5*(n+1/n),q=Math.sin(this.bl*l),r=(o*Math.sin(this.gamma0)-q*Math.cos(this.gamma0))/p;c=Math.abs(Math.abs(r)-1)<=i?Number.POSITIVE_INFINITY:.5*this.al*Math.log((1-r)/(1+r))/this.bl,b=Math.abs(Math.cos(this.bl*l))<=i?this.al*this.bl*l:this.al*Math.atan2(o*Math.cos(this.gamma0)+q*Math.sin(this.gamma0),Math.cos(this.bl*l))/this.bl}return this.no_rot?(a.x=this.x0+b,a.y=this.y0+c):(b-=this.uc,a.x=this.x0+c*Math.cos(this.alpha)+b*Math.sin(this.alpha),a.y=this.y0+b*Math.cos(this.alpha)-c*Math.sin(this.alpha)),a},c.inverse=function(a){var b,c;this.no_rot?(c=a.y-this.y0,b=a.x-this.x0):(c=(a.x-this.x0)*Math.cos(this.alpha)-(a.y-this.y0)*Math.sin(this.alpha),b=(a.y-this.y0)*Math.cos(this.alpha)+(a.x-this.x0)*Math.sin(this.alpha),b+=this.uc);var d=Math.exp(-1*this.bl*c/this.al),h=.5*(d-1/d),j=.5*(d+1/d),k=Math.sin(this.bl*b/this.al),l=(k*Math.cos(this.gamma0)+h*Math.sin(this.gamma0))/j,m=Math.pow(this.el/Math.sqrt((1+l)/(1-l)),1/this.bl);return Math.abs(l-1)<i?(a.x=this.long0,a.y=g):Math.abs(l+1)<i?(a.x=this.long0,a.y=-1*g):(a.y=f(this.e,m),a.x=e(this.long0-Math.atan2(h*Math.cos(this.gamma0)-k*Math.sin(this.gamma0),Math.cos(this.bl*b/this.al))/this.bl)),a},c.names=["Hotine_Oblique_Mercator","Hotine Oblique Mercator","Hotine_Oblique_Mercator_Azimuth_Natural_Origin","Hotine_Oblique_Mercator_Azimuth_Center","omerc"]},{"../common/adjust_lon":5,"../common/phi2z":16,"../common/tsfnz":24}],56:[function(a,b,c){var d=a("../common/e0fn"),e=a("../common/e1fn"),f=a("../common/e2fn"),g=a("../common/e3fn"),h=a("../common/adjust_lon"),i=a("../common/adjust_lat"),j=a("../common/mlfn"),k=1e-10,l=a("../common/gN"),m=20;c.init=function(){this.temp=this.b/this.a,this.es=1-Math.pow(this.temp,2),this.e=Math.sqrt(this.es),this.e0=d(this.es),this.e1=e(this.es),this.e2=f(this.es),this.e3=g(this.es),this.ml0=this.a*j(this.e0,this.e1,this.e2,this.e3,this.lat0)},c.forward=function(a){var b,c,d,e=a.x,f=a.y,g=h(e-this.long0);if(d=g*Math.sin(f),this.sphere)Math.abs(f)<=k?(b=this.a*g,c=-1*this.a*this.lat0):(b=this.a*Math.sin(d)/Math.tan(f),c=this.a*(i(f-this.lat0)+(1-Math.cos(d))/Math.tan(f)));else if(Math.abs(f)<=k)b=this.a*g,c=-1*this.ml0;else{var m=l(this.a,this.e,Math.sin(f))/Math.tan(f);b=m*Math.sin(d),c=this.a*j(this.e0,this.e1,this.e2,this.e3,f)-this.ml0+m*(1-Math.cos(d))}return a.x=b+this.x0,a.y=c+this.y0,a},c.inverse=function(a){var b,c,d,e,f,g,i,l,n;if(d=a.x-this.x0,e=a.y-this.y0,this.sphere)if(Math.abs(e+this.a*this.lat0)<=k)b=h(d/this.a+this.long0),c=0;else{g=this.lat0+e/this.a,i=d*d/this.a/this.a+g*g,l=g;var o;for(f=m;f;--f)if(o=Math.tan(l),n=-1*(g*(l*o+1)-l-.5*(l*l+i)*o)/((l-g)/o-1),l+=n,Math.abs(n)<=k){c=l;break}b=h(this.long0+Math.asin(d*Math.tan(l)/this.a)/Math.sin(c))}else if(Math.abs(e+this.ml0)<=k)c=0,b=h(this.long0+d/this.a);else{g=(this.ml0+e)/this.a,i=d*d/this.a/this.a+g*g,l=g;var p,q,r,s,t;for(f=m;f;--f)if(t=this.e*Math.sin(l),p=Math.sqrt(1-t*t)*Math.tan(l),q=this.a*j(this.e0,this.e1,this.e2,this.e3,l),r=this.e0-2*this.e1*Math.cos(2*l)+4*this.e2*Math.cos(4*l)-6*this.e3*Math.cos(6*l),s=q/this.a,n=(g*(p*s+1)-s-.5*p*(s*s+i))/(this.es*Math.sin(2*l)*(s*s+i-2*g*s)/(4*p)+(g-s)*(p*r-2/Math.sin(2*l))-r),l-=n,Math.abs(n)<=k){c=l;break}p=Math.sqrt(1-this.es*Math.pow(Math.sin(c),2))*Math.tan(c),b=h(this.long0+Math.asin(d*p/this.a)/Math.sin(c))}return a.x=b,a.y=c,a},c.names=["Polyconic","poly"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/gN":11,"../common/mlfn":14}],57:[function(a,b,c){var d=a("../common/adjust_lon"),e=a("../common/adjust_lat"),f=a("../common/pj_enfn"),g=20,h=a("../common/pj_mlfn"),i=a("../common/pj_inv_mlfn"),j=Math.PI/2,k=1e-10,l=a("../common/asinz");c.init=function(){this.sphere?(this.n=1,this.m=0,this.es=0,this.C_y=Math.sqrt((this.m+1)/this.n),this.C_x=this.C_y/(this.m+1)):this.en=f(this.es)},c.forward=function(a){var b,c,e=a.x,f=a.y;if(e=d(e-this.long0),this.sphere){if(this.m)for(var i=this.n*Math.sin(f),j=g;j;--j){var l=(this.m*f+Math.sin(f)-i)/(this.m+Math.cos(f));if(f-=l,Math.abs(l)<k)break}else f=1!==this.n?Math.asin(this.n*Math.sin(f)):f;b=this.a*this.C_x*e*(this.m+Math.cos(f)),c=this.a*this.C_y*f}else{var m=Math.sin(f),n=Math.cos(f);c=this.a*h(f,m,n,this.en),b=this.a*e*n/Math.sqrt(1-this.es*m*m)}return a.x=b,a.y=c,a},c.inverse=function(a){var b,c,f,g;return a.x-=this.x0,f=a.x/this.a,a.y-=this.y0,b=a.y/this.a,this.sphere?(b/=this.C_y,f/=this.C_x*(this.m+Math.cos(b)),this.m?b=l((this.m*b+Math.sin(b))/this.n):1!==this.n&&(b=l(Math.sin(b)/this.n)),f=d(f+this.long0),b=e(b)):(b=i(a.y/this.a,this.es,this.en),g=Math.abs(b),j>g?(g=Math.sin(b),c=this.long0+a.x*Math.sqrt(1-this.es*g*g)/(this.a*Math.cos(b)),f=d(c)):j>g-k&&(f=this.long0)),a.x=f,a.y=b,a},c.names=["Sinusoidal","sinu"]},{"../common/adjust_lat":4,"../common/adjust_lon":5,"../common/asinz":6,"../common/pj_enfn":17,"../common/pj_inv_mlfn":18,"../common/pj_mlfn":19}],58:[function(a,b,c){c.init=function(){var a=this.lat0;this.lambda0=this.long0;var b=Math.sin(a),c=this.a,d=this.rf,e=1/d,f=2*e-Math.pow(e,2),g=this.e=Math.sqrt(f);this.R=this.k0*c*Math.sqrt(1-f)/(1-f*Math.pow(b,2)),this.alpha=Math.sqrt(1+f/(1-f)*Math.pow(Math.cos(a),4)),this.b0=Math.asin(b/this.alpha);var h=Math.log(Math.tan(Math.PI/4+this.b0/2)),i=Math.log(Math.tan(Math.PI/4+a/2)),j=Math.log((1+g*b)/(1-g*b));this.K=h-this.alpha*i+this.alpha*g/2*j},c.forward=function(a){var b=Math.log(Math.tan(Math.PI/4-a.y/2)),c=this.e/2*Math.log((1+this.e*Math.sin(a.y))/(1-this.e*Math.sin(a.y))),d=-this.alpha*(b+c)+this.K,e=2*(Math.atan(Math.exp(d))-Math.PI/4),f=this.alpha*(a.x-this.lambda0),g=Math.atan(Math.sin(f)/(Math.sin(this.b0)*Math.tan(e)+Math.cos(this.b0)*Math.cos(f))),h=Math.asin(Math.cos(this.b0)*Math.sin(e)-Math.sin(this.b0)*Math.cos(e)*Math.cos(f));return a.y=this.R/2*Math.log((1+Math.sin(h))/(1-Math.sin(h)))+this.y0,a.x=this.R*g+this.x0,a},c.inverse=function(a){for(var b=a.x-this.x0,c=a.y-this.y0,d=b/this.R,e=2*(Math.atan(Math.exp(c/this.R))-Math.PI/4),f=Math.asin(Math.cos(this.b0)*Math.sin(e)+Math.sin(this.b0)*Math.cos(e)*Math.cos(d)),g=Math.atan(Math.sin(d)/(Math.cos(this.b0)*Math.cos(d)-Math.sin(this.b0)*Math.tan(e))),h=this.lambda0+g/this.alpha,i=0,j=f,k=-1e3,l=0;Math.abs(j-k)>1e-7;){if(++l>20)return;i=1/this.alpha*(Math.log(Math.tan(Math.PI/4+f/2))-this.K)+this.e*Math.log(Math.tan(Math.PI/4+Math.asin(this.e*Math.sin(j))/2)),k=j,j=2*Math.atan(Math.exp(i))-Math.PI/2}return a.x=h,a.y=j,a},c.names=["somerc"]},{}],59:[function(a,b,c){var d=Math.PI/2,e=1e-10,f=a("../common/sign"),g=a("../common/msfnz"),h=a("../common/tsfnz"),i=a("../common/phi2z"),j=a("../common/adjust_lon");c.ssfn_=function(a,b,c){return b*=c,Math.tan(.5*(d+a))*Math.pow((1-b)/(1+b),.5*c)},c.init=function(){this.coslat0=Math.cos(this.lat0),this.sinlat0=Math.sin(this.lat0),this.sphere?1===this.k0&&!isNaN(this.lat_ts)&&Math.abs(this.coslat0)<=e&&(this.k0=.5*(1+f(this.lat0)*Math.sin(this.lat_ts))):(Math.abs(this.coslat0)<=e&&(this.con=this.lat0>0?1:-1),this.cons=Math.sqrt(Math.pow(1+this.e,1+this.e)*Math.pow(1-this.e,1-this.e)),1===this.k0&&!isNaN(this.lat_ts)&&Math.abs(this.coslat0)<=e&&(this.k0=.5*this.cons*g(this.e,Math.sin(this.lat_ts),Math.cos(this.lat_ts))/h(this.e,this.con*this.lat_ts,this.con*Math.sin(this.lat_ts))),this.ms1=g(this.e,this.sinlat0,this.coslat0),this.X0=2*Math.atan(this.ssfn_(this.lat0,this.sinlat0,this.e))-d,this.cosX0=Math.cos(this.X0),this.sinX0=Math.sin(this.X0))},c.forward=function(a){var b,c,f,g,i,k,l=a.x,m=a.y,n=Math.sin(m),o=Math.cos(m),p=j(l-this.long0);return Math.abs(Math.abs(l-this.long0)-Math.PI)<=e&&Math.abs(m+this.lat0)<=e?(a.x=0/0,a.y=0/0,a):this.sphere?(b=2*this.k0/(1+this.sinlat0*n+this.coslat0*o*Math.cos(p)),a.x=this.a*b*o*Math.sin(p)+this.x0,a.y=this.a*b*(this.coslat0*n-this.sinlat0*o*Math.cos(p))+this.y0,a):(c=2*Math.atan(this.ssfn_(m,n,this.e))-d,g=Math.cos(c),f=Math.sin(c),Math.abs(this.coslat0)<=e?(i=h(this.e,m*this.con,this.con*n),k=2*this.a*this.k0*i/this.cons,a.x=this.x0+k*Math.sin(l-this.long0),a.y=this.y0-this.con*k*Math.cos(l-this.long0),a):(Math.abs(this.sinlat0)<e?(b=2*this.a*this.k0/(1+g*Math.cos(p)),a.y=b*f):(b=2*this.a*this.k0*this.ms1/(this.cosX0*(1+this.sinX0*f+this.cosX0*g*Math.cos(p))),a.y=b*(this.cosX0*f-this.sinX0*g*Math.cos(p))+this.y0),a.x=b*g*Math.sin(p)+this.x0,a))},c.inverse=function(a){a.x-=this.x0,a.y-=this.y0;var b,c,f,g,h,k=Math.sqrt(a.x*a.x+a.y*a.y);if(this.sphere){var l=2*Math.atan(k/(.5*this.a*this.k0));return b=this.long0,c=this.lat0,e>=k?(a.x=b,a.y=c,a):(c=Math.asin(Math.cos(l)*this.sinlat0+a.y*Math.sin(l)*this.coslat0/k),b=j(Math.abs(this.coslat0)<e?this.lat0>0?this.long0+Math.atan2(a.x,-1*a.y):this.long0+Math.atan2(a.x,a.y):this.long0+Math.atan2(a.x*Math.sin(l),k*this.coslat0*Math.cos(l)-a.y*this.sinlat0*Math.sin(l))),a.x=b,a.y=c,a)}if(Math.abs(this.coslat0)<=e){if(e>=k)return c=this.lat0,b=this.long0,a.x=b,a.y=c,a;a.x*=this.con,a.y*=this.con,f=k*this.cons/(2*this.a*this.k0),c=this.con*i(this.e,f),b=this.con*j(this.con*this.long0+Math.atan2(a.x,-1*a.y))}else g=2*Math.atan(k*this.cosX0/(2*this.a*this.k0*this.ms1)),b=this.long0,e>=k?h=this.X0:(h=Math.asin(Math.cos(g)*this.sinX0+a.y*Math.sin(g)*this.cosX0/k),b=j(this.long0+Math.atan2(a.x*Math.sin(g),k*this.cosX0*Math.cos(g)-a.y*this.sinX0*Math.sin(g)))),c=-1*i(this.e,Math.tan(.5*(d+h)));return a.x=b,a.y=c,a},c.names=["stere"]},{"../common/adjust_lon":5,"../common/msfnz":15,"../common/phi2z":16,"../common/sign":21,"../common/tsfnz":24}],60:[function(a,b,c){var d=a("./gauss"),e=a("../common/adjust_lon");c.init=function(){d.init.apply(this),this.rc&&(this.sinc0=Math.sin(this.phic0),this.cosc0=Math.cos(this.phic0),this.R2=2*this.rc,this.title||(this.title="Oblique Stereographic Alternative"))},c.forward=function(a){var b,c,f,g;return a.x=e(a.x-this.long0),d.forward.apply(this,[a]),b=Math.sin(a.y),c=Math.cos(a.y),f=Math.cos(a.x),g=this.k0*this.R2/(1+this.sinc0*b+this.cosc0*c*f),a.x=g*c*Math.sin(a.x),a.y=g*(this.cosc0*b-this.sinc0*c*f),a.x=this.a*a.x+this.x0,a.y=this.a*a.y+this.y0,a},c.inverse=function(a){var b,c,f,g,h;if(a.x=(a.x-this.x0)/this.a,a.y=(a.y-this.y0)/this.a,a.x/=this.k0,a.y/=this.k0,h=Math.sqrt(a.x*a.x+a.y*a.y)){var i=2*Math.atan2(h,this.R2);b=Math.sin(i),c=Math.cos(i),g=Math.asin(c*this.sinc0+a.y*b*this.cosc0/h),f=Math.atan2(a.x*b,h*this.cosc0*c-a.y*this.sinc0*b)}else g=this.phic0,f=0;return a.x=f,a.y=g,d.inverse.apply(this,[a]),a.x=e(a.x+this.long0),a},c.names=["Stereographic_North_Pole","Oblique_Stereographic","Polar_Stereographic","sterea","Oblique Stereographic Alternative"]},{"../common/adjust_lon":5,"./gauss":45}],61:[function(a,b,c){var d=a("../common/e0fn"),e=a("../common/e1fn"),f=a("../common/e2fn"),g=a("../common/e3fn"),h=a("../common/mlfn"),i=a("../common/adjust_lon"),j=Math.PI/2,k=1e-10,l=a("../common/sign"),m=a("../common/asinz");c.init=function(){this.e0=d(this.es),this.e1=e(this.es),this.e2=f(this.es),this.e3=g(this.es),this.ml0=this.a*h(this.e0,this.e1,this.e2,this.e3,this.lat0)},c.forward=function(a){var b,c,d,e=a.x,f=a.y,g=i(e-this.long0),j=Math.sin(f),k=Math.cos(f);if(this.sphere){var l=k*Math.sin(g);if(Math.abs(Math.abs(l)-1)<1e-10)return 93;c=.5*this.a*this.k0*Math.log((1+l)/(1-l)),b=Math.acos(k*Math.cos(g)/Math.sqrt(1-l*l)),0>f&&(b=-b),d=this.a*this.k0*(b-this.lat0)}else{var m=k*g,n=Math.pow(m,2),o=this.ep2*Math.pow(k,2),p=Math.tan(f),q=Math.pow(p,2);b=1-this.es*Math.pow(j,2);var r=this.a/Math.sqrt(b),s=this.a*h(this.e0,this.e1,this.e2,this.e3,f);c=this.k0*r*m*(1+n/6*(1-q+o+n/20*(5-18*q+Math.pow(q,2)+72*o-58*this.ep2)))+this.x0,d=this.k0*(s-this.ml0+r*p*n*(.5+n/24*(5-q+9*o+4*Math.pow(o,2)+n/30*(61-58*q+Math.pow(q,2)+600*o-330*this.ep2))))+this.y0}return a.x=c,a.y=d,a},c.inverse=function(a){var b,c,d,e,f,g,h=6;if(this.sphere){var n=Math.exp(a.x/(this.a*this.k0)),o=.5*(n-1/n),p=this.lat0+a.y/(this.a*this.k0),q=Math.cos(p);b=Math.sqrt((1-q*q)/(1+o*o)),f=m(b),0>p&&(f=-f),g=0===o&&0===q?this.long0:i(Math.atan2(o,q)+this.long0)}else{var r=a.x-this.x0,s=a.y-this.y0;for(b=(this.ml0+s/this.k0)/this.a,c=b,e=0;!0&&(d=(b+this.e1*Math.sin(2*c)-this.e2*Math.sin(4*c)+this.e3*Math.sin(6*c))/this.e0-c,c+=d,!(Math.abs(d)<=k));e++)if(e>=h)return 95;if(Math.abs(c)<j){var t=Math.sin(c),u=Math.cos(c),v=Math.tan(c),w=this.ep2*Math.pow(u,2),x=Math.pow(w,2),y=Math.pow(v,2),z=Math.pow(y,2);b=1-this.es*Math.pow(t,2);var A=this.a/Math.sqrt(b),B=A*(1-this.es)/b,C=r/(A*this.k0),D=Math.pow(C,2);f=c-A*v*D/B*(.5-D/24*(5+3*y+10*w-4*x-9*this.ep2-D/30*(61+90*y+298*w+45*z-252*this.ep2-3*x))),g=i(this.long0+C*(1-D/6*(1+2*y+w-D/20*(5-2*w+28*y-3*x+8*this.ep2+24*z)))/u)}else f=j*l(s),g=this.long0}return a.x=g,a.y=f,a},c.names=["Transverse_Mercator","Transverse Mercator","tmerc"]},{"../common/adjust_lon":5,"../common/asinz":6,"../common/e0fn":7,"../common/e1fn":8,"../common/e2fn":9,"../common/e3fn":10,"../common/mlfn":14,"../common/sign":21}],62:[function(a,b,c){var d=.017453292519943295,e=a("./tmerc");c.dependsOn="tmerc",c.init=function(){this.zone&&(this.lat0=0,this.long0=(6*Math.abs(this.zone)-183)*d,this.x0=5e5,this.y0=this.utmSouth?1e7:0,this.k0=.9996,e.init.apply(this),this.forward=e.forward,this.inverse=e.inverse)},c.names=["Universal Transverse Mercator System","utm"]},{"./tmerc":61}],63:[function(a,b,c){var d=a("../common/adjust_lon"),e=Math.PI/2,f=1e-10,g=a("../common/asinz");c.init=function(){this.R=this.a},c.forward=function(a){var b,c,h=a.x,i=a.y,j=d(h-this.long0);Math.abs(i)<=f&&(b=this.x0+this.R*j,c=this.y0);var k=g(2*Math.abs(i/Math.PI));(Math.abs(j)<=f||Math.abs(Math.abs(i)-e)<=f)&&(b=this.x0,c=i>=0?this.y0+Math.PI*this.R*Math.tan(.5*k):this.y0+Math.PI*this.R*-Math.tan(.5*k));var l=.5*Math.abs(Math.PI/j-j/Math.PI),m=l*l,n=Math.sin(k),o=Math.cos(k),p=o/(n+o-1),q=p*p,r=p*(2/n-1),s=r*r,t=Math.PI*this.R*(l*(p-s)+Math.sqrt(m*(p-s)*(p-s)-(s+m)*(q-s)))/(s+m);0>j&&(t=-t),b=this.x0+t;var u=m+p;return t=Math.PI*this.R*(r*u-l*Math.sqrt((s+m)*(m+1)-u*u))/(s+m),c=i>=0?this.y0+t:this.y0-t,a.x=b,a.y=c,a},c.inverse=function(a){var b,c,e,g,h,i,j,k,l,m,n,o,p;return a.x-=this.x0,a.y-=this.y0,n=Math.PI*this.R,e=a.x/n,g=a.y/n,h=e*e+g*g,i=-Math.abs(g)*(1+h),j=i-2*g*g+e*e,k=-2*i+1+2*g*g+h*h,p=g*g/k+(2*j*j*j/k/k/k-9*i*j/k/k)/27,l=(i-j*j/3/k)/k,m=2*Math.sqrt(-l/3),n=3*p/l/m,Math.abs(n)>1&&(n=n>=0?1:-1),o=Math.acos(n)/3,c=a.y>=0?(-m*Math.cos(o+Math.PI/3)-j/3/k)*Math.PI:-(-m*Math.cos(o+Math.PI/3)-j/3/k)*Math.PI,b=Math.abs(e)<f?this.long0:d(this.long0+Math.PI*(h-1+Math.sqrt(1+2*(e*e-g*g)+h*h))/2/e),a.x=b,a.y=c,a},c.names=["Van_der_Grinten_I","VanDerGrinten","vandg"]},{"../common/adjust_lon":5,"../common/asinz":6}],64:[function(a,b){var c=.017453292519943295,d=57.29577951308232,e=1,f=2,g=a("./datum_transform"),h=a("./adjust_axis"),i=a("./Proj"),j=a("./common/toPoint");b.exports=function k(a,b,l){function m(a,b){return(a.datum.datum_type===e||a.datum.datum_type===f)&&"WGS84"!==b.datumCode}var n;return Array.isArray(l)&&(l=j(l)),a.datum&&b.datum&&(m(a,b)||m(b,a))&&(n=new i("WGS84"),k(a,n,l),a=n),"enu"!==a.axis&&h(a,!1,l),"longlat"===a.projName?(l.x*=c,l.y*=c):(a.to_meter&&(l.x*=a.to_meter,l.y*=a.to_meter),a.inverse(l)),a.from_greenwich&&(l.x+=a.from_greenwich),l=g(a.datum,b.datum,l),b.from_greenwich&&(l.x-=b.from_greenwich),"longlat"===b.projName?(l.x*=d,l.y*=d):(b.forward(l),b.to_meter&&(l.x/=b.to_meter,l.y/=b.to_meter)),"enu"!==b.axis&&h(b,!0,l),l}},{"./Proj":2,"./adjust_axis":3,"./common/toPoint":23,"./datum_transform":30}],65:[function(a,b){function c(a,b,c){a[b]=c.map(function(a){var b={};return d(a,b),b}).reduce(function(a,b){return i(a,b)},{})}function d(a,b){var e;return Array.isArray(a)?(e=a.shift(),"PARAMETER"===e&&(e=a.shift()),1===a.length?Array.isArray(a[0])?(b[e]={},d(a[0],b[e])):b[e]=a[0]:a.length?"TOWGS84"===e?b[e]=a:(b[e]={},["UNIT","PRIMEM","VERT_DATUM"].indexOf(e)>-1?(b[e]={name:a[0].toLowerCase(),convert:a[1]},3===a.length&&(b[e].auth=a[2])):"SPHEROID"===e?(b[e]={name:a[0],a:a[1],rf:a[2]},4===a.length&&(b[e].auth=a[3])):["GEOGCS","GEOCCS","DATUM","VERT_CS","COMPD_CS","LOCAL_CS","FITTED_CS","LOCAL_DATUM"].indexOf(e)>-1?(a[0]=["name",a[0]],c(b,e,a)):a.every(function(a){return Array.isArray(a)})?c(b,e,a):d(a,b[e])):b[e]=!0,void 0):void(b[a]=!0)}function e(a,b){var c=b[0],d=b[1];!(c in a)&&d in a&&(a[c]=a[d],3===b.length&&(a[c]=b[2](a[c])))}function f(a){return a*h}function g(a){function b(b){var c=a.to_meter||1;return parseFloat(b,10)*c}"GEOGCS"===a.type?a.projName="longlat":"LOCAL_CS"===a.type?(a.projName="identity",a.local=!0):a.projName="object"==typeof a.PROJECTION?Object.keys(a.PROJECTION)[0]:a.PROJECTION,a.UNIT&&(a.units=a.UNIT.name.toLowerCase(),"metre"===a.units&&(a.units="meter"),a.UNIT.convert&&(a.to_meter=parseFloat(a.UNIT.convert,10))),a.GEOGCS&&(a.datumCode=a.GEOGCS.DATUM?a.GEOGCS.DATUM.name.toLowerCase():a.GEOGCS.name.toLowerCase(),"d_"===a.datumCode.slice(0,2)&&(a.datumCode=a.datumCode.slice(2)),("new_zealand_geodetic_datum_1949"===a.datumCode||"new_zealand_1949"===a.datumCode)&&(a.datumCode="nzgd49"),"wgs_1984"===a.datumCode&&("Mercator_Auxiliary_Sphere"===a.PROJECTION&&(a.sphere=!0),a.datumCode="wgs84"),"_ferro"===a.datumCode.slice(-6)&&(a.datumCode=a.datumCode.slice(0,-6)),"_jakarta"===a.datumCode.slice(-8)&&(a.datumCode=a.datumCode.slice(0,-8)),~a.datumCode.indexOf("belge")&&(a.datumCode="rnb72"),a.GEOGCS.DATUM&&a.GEOGCS.DATUM.SPHEROID&&(a.ellps=a.GEOGCS.DATUM.SPHEROID.name.replace("_19","").replace(/[Cc]larke\_18/,"clrk"),"international"===a.ellps.toLowerCase().slice(0,13)&&(a.ellps="intl"),a.a=a.GEOGCS.DATUM.SPHEROID.a,a.rf=parseFloat(a.GEOGCS.DATUM.SPHEROID.rf,10)),~a.datumCode.indexOf("osgb_1936")&&(a.datumCode="osgb36")),a.b&&!isFinite(a.b)&&(a.b=a.a);
var c=function(b){return e(a,b)},d=[["standard_parallel_1","Standard_Parallel_1"],["standard_parallel_2","Standard_Parallel_2"],["false_easting","False_Easting"],["false_northing","False_Northing"],["central_meridian","Central_Meridian"],["latitude_of_origin","Latitude_Of_Origin"],["scale_factor","Scale_Factor"],["k0","scale_factor"],["latitude_of_center","Latitude_of_center"],["lat0","latitude_of_center",f],["longitude_of_center","Longitude_Of_Center"],["longc","longitude_of_center",f],["x0","false_easting",b],["y0","false_northing",b],["long0","central_meridian",f],["lat0","latitude_of_origin",f],["lat0","standard_parallel_1",f],["lat1","standard_parallel_1",f],["lat2","standard_parallel_2",f],["alpha","azimuth",f],["srsCode","name"]];d.forEach(c),a.long0||!a.longc||"Albers_Conic_Equal_Area"!==a.PROJECTION&&"Lambert_Azimuthal_Equal_Area"!==a.PROJECTION||(a.long0=a.longc)}var h=.017453292519943295,i=a("./extend");b.exports=function(a,b){var c=JSON.parse((","+a).replace(/\s*\,\s*([A-Z_0-9]+?)(\[)/g,',["$1",').slice(1).replace(/\s*\,\s*([A-Z_0-9]+?)\]/g,',"$1"]')),e=c.shift(),f=c.shift();c.unshift(["name",f]),c.unshift(["type",e]),c.unshift("output");var h={};return d(c,h),g(h.output),i(b,h.output)}},{"./extend":33}],66:[function(a,b,c){function d(a){return a*(Math.PI/180)}function e(a){return 180*(a/Math.PI)}function f(a){var b,c,e,f,g,i,j,k,l,m=a.lat,n=a.lon,o=6378137,p=.00669438,q=.9996,r=d(m),s=d(n);l=Math.floor((n+180)/6)+1,180===n&&(l=60),m>=56&&64>m&&n>=3&&12>n&&(l=32),m>=72&&84>m&&(n>=0&&9>n?l=31:n>=9&&21>n?l=33:n>=21&&33>n?l=35:n>=33&&42>n&&(l=37)),b=6*(l-1)-180+3,k=d(b),c=p/(1-p),e=o/Math.sqrt(1-p*Math.sin(r)*Math.sin(r)),f=Math.tan(r)*Math.tan(r),g=c*Math.cos(r)*Math.cos(r),i=Math.cos(r)*(s-k),j=o*((1-p/4-3*p*p/64-5*p*p*p/256)*r-(3*p/8+3*p*p/32+45*p*p*p/1024)*Math.sin(2*r)+(15*p*p/256+45*p*p*p/1024)*Math.sin(4*r)-35*p*p*p/3072*Math.sin(6*r));var t=q*e*(i+(1-f+g)*i*i*i/6+(5-18*f+f*f+72*g-58*c)*i*i*i*i*i/120)+5e5,u=q*(j+e*Math.tan(r)*(i*i/2+(5-f+9*g+4*g*g)*i*i*i*i/24+(61-58*f+f*f+600*g-330*c)*i*i*i*i*i*i/720));return 0>m&&(u+=1e7),{northing:Math.round(u),easting:Math.round(t),zoneNumber:l,zoneLetter:h(m)}}function g(a){var b=a.northing,c=a.easting,d=a.zoneLetter,f=a.zoneNumber;if(0>f||f>60)return null;var h,i,j,k,l,m,n,o,p,q,r=.9996,s=6378137,t=.00669438,u=(1-Math.sqrt(1-t))/(1+Math.sqrt(1-t)),v=c-5e5,w=b;"N">d&&(w-=1e7),o=6*(f-1)-180+3,h=t/(1-t),n=w/r,p=n/(s*(1-t/4-3*t*t/64-5*t*t*t/256)),q=p+(3*u/2-27*u*u*u/32)*Math.sin(2*p)+(21*u*u/16-55*u*u*u*u/32)*Math.sin(4*p)+151*u*u*u/96*Math.sin(6*p),i=s/Math.sqrt(1-t*Math.sin(q)*Math.sin(q)),j=Math.tan(q)*Math.tan(q),k=h*Math.cos(q)*Math.cos(q),l=s*(1-t)/Math.pow(1-t*Math.sin(q)*Math.sin(q),1.5),m=v/(i*r);var x=q-i*Math.tan(q)/l*(m*m/2-(5+3*j+10*k-4*k*k-9*h)*m*m*m*m/24+(61+90*j+298*k+45*j*j-252*h-3*k*k)*m*m*m*m*m*m/720);x=e(x);var y=(m-(1+2*j+k)*m*m*m/6+(5-2*k+28*j-3*k*k+8*h+24*j*j)*m*m*m*m*m/120)/Math.cos(q);y=o+e(y);var z;if(a.accuracy){var A=g({northing:a.northing+a.accuracy,easting:a.easting+a.accuracy,zoneLetter:a.zoneLetter,zoneNumber:a.zoneNumber});z={top:A.lat,right:A.lon,bottom:x,left:y}}else z={lat:x,lon:y};return z}function h(a){var b="Z";return 84>=a&&a>=72?b="X":72>a&&a>=64?b="W":64>a&&a>=56?b="V":56>a&&a>=48?b="U":48>a&&a>=40?b="T":40>a&&a>=32?b="S":32>a&&a>=24?b="R":24>a&&a>=16?b="Q":16>a&&a>=8?b="P":8>a&&a>=0?b="N":0>a&&a>=-8?b="M":-8>a&&a>=-16?b="L":-16>a&&a>=-24?b="K":-24>a&&a>=-32?b="J":-32>a&&a>=-40?b="H":-40>a&&a>=-48?b="G":-48>a&&a>=-56?b="F":-56>a&&a>=-64?b="E":-64>a&&a>=-72?b="D":-72>a&&a>=-80&&(b="C"),b}function i(a,b){var c=""+a.easting,d=""+a.northing;return a.zoneNumber+a.zoneLetter+j(a.easting,a.northing,a.zoneNumber)+c.substr(c.length-5,b)+d.substr(d.length-5,b)}function j(a,b,c){var d=k(c),e=Math.floor(a/1e5),f=Math.floor(b/1e5)%20;return l(e,f,d)}function k(a){var b=a%q;return 0===b&&(b=q),b}function l(a,b,c){var d=c-1,e=r.charCodeAt(d),f=s.charCodeAt(d),g=e+a-1,h=f+b,i=!1;g>x&&(g=g-x+t-1,i=!0),(g===u||u>e&&g>u||(g>u||u>e)&&i)&&g++,(g===v||v>e&&g>v||(g>v||v>e)&&i)&&(g++,g===u&&g++),g>x&&(g=g-x+t-1),h>w?(h=h-w+t-1,i=!0):i=!1,(h===u||u>f&&h>u||(h>u||u>f)&&i)&&h++,(h===v||v>f&&h>v||(h>v||v>f)&&i)&&(h++,h===u&&h++),h>w&&(h=h-w+t-1);var j=String.fromCharCode(g)+String.fromCharCode(h);return j}function m(a){if(a&&0===a.length)throw"MGRSPoint coverting from nothing";for(var b,c=a.length,d=null,e="",f=0;!/[A-Z]/.test(b=a.charAt(f));){if(f>=2)throw"MGRSPoint bad conversion from: "+a;e+=b,f++}var g=parseInt(e,10);if(0===f||f+3>c)throw"MGRSPoint bad conversion from: "+a;var h=a.charAt(f++);if("A">=h||"B"===h||"Y"===h||h>="Z"||"I"===h||"O"===h)throw"MGRSPoint zone letter "+h+" not handled: "+a;d=a.substring(f,f+=2);for(var i=k(g),j=n(d.charAt(0),i),l=o(d.charAt(1),i);l<p(h);)l+=2e6;var m=c-f;if(m%2!==0)throw"MGRSPoint has to have an even number \nof digits after the zone letter and two 100km letters - front \nhalf for easting meters, second half for \nnorthing meters"+a;var q,r,s,t,u,v=m/2,w=0,x=0;return v>0&&(q=1e5/Math.pow(10,v),r=a.substring(f,f+v),w=parseFloat(r)*q,s=a.substring(f+v),x=parseFloat(s)*q),t=w+j,u=x+l,{easting:t,northing:u,zoneLetter:h,zoneNumber:g,accuracy:q}}function n(a,b){for(var c=r.charCodeAt(b-1),d=1e5,e=!1;c!==a.charCodeAt(0);){if(c++,c===u&&c++,c===v&&c++,c>x){if(e)throw"Bad character: "+a;c=t,e=!0}d+=1e5}return d}function o(a,b){if(a>"V")throw"MGRSPoint given invalid Northing "+a;for(var c=s.charCodeAt(b-1),d=0,e=!1;c!==a.charCodeAt(0);){if(c++,c===u&&c++,c===v&&c++,c>w){if(e)throw"Bad character: "+a;c=t,e=!0}d+=1e5}return d}function p(a){var b;switch(a){case"C":b=11e5;break;case"D":b=2e6;break;case"E":b=28e5;break;case"F":b=37e5;break;case"G":b=46e5;break;case"H":b=55e5;break;case"J":b=64e5;break;case"K":b=73e5;break;case"L":b=82e5;break;case"M":b=91e5;break;case"N":b=0;break;case"P":b=8e5;break;case"Q":b=17e5;break;case"R":b=26e5;break;case"S":b=35e5;break;case"T":b=44e5;break;case"U":b=53e5;break;case"V":b=62e5;break;case"W":b=7e6;break;case"X":b=79e5;break;default:b=-1}if(b>=0)return b;throw"Invalid zone letter: "+a}var q=6,r="AJSAJS",s="AFAFAF",t=65,u=73,v=79,w=86,x=90;c.forward=function(a,b){return b=b||5,i(f({lat:a[1],lon:a[0]}),b)},c.inverse=function(a){var b=g(m(a.toUpperCase()));return[b.left,b.bottom,b.right,b.top]},c.toPoint=function(a){var b=c.inverse(a);return[(b[2]+b[0])/2,(b[3]+b[1])/2]}},{}],67:[function(a,b){b.exports={name:"proj4",version:"2.2.2",description:"Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",main:"lib/index.js",directories:{test:"test",doc:"docs"},scripts:{test:"./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha test/test.js"},repository:{type:"git",url:"git://github.com/proj4js/proj4js.git"},author:"",license:"MIT",jam:{main:"dist/proj4.js",include:["dist/proj4.js","README.md","AUTHORS","LICENSE.md"]},devDependencies:{"grunt-cli":"~0.1.13",grunt:"~0.4.2","grunt-contrib-connect":"~0.6.0","grunt-contrib-jshint":"~0.8.0",chai:"~1.8.1",mocha:"~1.17.1","grunt-mocha-phantomjs":"~0.4.0",browserify:"~3.24.5","grunt-browserify":"~1.3.0","grunt-contrib-uglify":"~0.3.2",curl:"git://github.com/cujojs/curl.git",istanbul:"~0.2.4",tin:"~0.4.0"},dependencies:{mgrs:"0.0.0"}}},{}],"./includedProjections":[function(a,b){b.exports=a("gWUPNW")},{}],gWUPNW:[function(a,b){var c=[a("./lib/projections/tmerc"),a("./lib/projections/utm"),a("./lib/projections/sterea"),a("./lib/projections/stere"),a("./lib/projections/somerc"),a("./lib/projections/omerc"),a("./lib/projections/lcc"),a("./lib/projections/krovak"),a("./lib/projections/cass"),a("./lib/projections/laea"),a("./lib/projections/aea"),a("./lib/projections/gnom"),a("./lib/projections/cea"),a("./lib/projections/eqc"),a("./lib/projections/poly"),a("./lib/projections/nzmg"),a("./lib/projections/mill"),a("./lib/projections/sinu"),a("./lib/projections/moll"),a("./lib/projections/eqdc"),a("./lib/projections/vandg"),a("./lib/projections/aeqd")];b.exports=function(proj4){c.forEach(function(a){proj4.Proj.projections.add(a)})}},{"./lib/projections/aea":39,"./lib/projections/aeqd":40,"./lib/projections/cass":41,"./lib/projections/cea":42,"./lib/projections/eqc":43,"./lib/projections/eqdc":44,"./lib/projections/gnom":46,"./lib/projections/krovak":47,"./lib/projections/laea":48,"./lib/projections/lcc":49,"./lib/projections/mill":52,"./lib/projections/moll":53,"./lib/projections/nzmg":54,"./lib/projections/omerc":55,"./lib/projections/poly":56,"./lib/projections/sinu":57,"./lib/projections/somerc":58,"./lib/projections/stere":59,"./lib/projections/sterea":60,"./lib/projections/tmerc":61,"./lib/projections/utm":62,"./lib/projections/vandg":63}]},{},[35])(35)});
module.exports = {
entry: './app.js',
output: {
filename: 'bundle.js'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment